f
/* Axuta By TeamXcel */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 About Section
    5.0 Feature Section
    6.0 Video Section
    7.0 Screenshot Section
    8.0 Pricing Section
    9.0 Counter Section
    10.0 Testimonial Section
    11.0 Blog Section
    12.0 Download Section
    13.0 Subscribe Section
    14.0 Footer Section
    15.0 Scrool To Top
    
    ==========================================================================
    Axuta App Landing Page Version 0.1
    ========================================================================== */

/*  ==========================================================================
    Common Styles
    ========================================================================== */
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    ;
    font-size: 15px;
    line-height: 23px;
    color: #777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans TC', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #fff;
    letter-spacing: -0.05em;
}

h2 {
    font-size: 36px;
    color: #333;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
li,
a,
span {}

p {
    font-size: 15px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important;
}

button {
    border: none;
    background: none;
}

/* Helper Class */
.padding {
    padding: 100px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #eff4ff;
}

.bg-dark {
    background-color: #232323;
}

.bd-top {
    border-top: 1px solid #eaeaea;
}

.bd-bottom {
    border-bottom: 1px solid #eaeaea;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: #333;
}

.text-white {
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.gradiant-bg {
    background: linear-gradient(90deg, #e91e63 0%, #ff5722 100%);
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #272c30;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: #f65a7d;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* Button Style */
.btn-group {}

.btn-group a {
    margin: 5px;
}

.default-btn {
    background-color: #1151d3;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 0;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    padding: 0 25px;
    letter-spacing: -0.02em;
}

.default-btn:hover {
    background-color: #f65a7d;
    color: #fff;
}

.btn-group a img:hover {
    opacity: 0.9;
}

/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section {
    background-color: #fff;
    width: 100%;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    padding: 3px 0;
}

.navbar-fixed-top.header-section {
    background-color: #fff;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 0;
    padding: 0;
}

.navbar-fixed-top ul.nav>li>a {
    color: #555;
}

.navbar-fixed-top ul.nav>li>a:hover,
.navbar-fixed-top ul.nav>li>a:focus,
.navbar-fixed-top ul.nav>li.active>a {
    color: #222;
}

.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
    transition: all 0.3s ease-in-out;
}

.navbar {
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}

.navbar-header {
    padding: 17px 0;
}

.navbar-header .brand {
    font-size: 25px;
    color: #333;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px;
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px;
}

.navbar-header .nav-btn .icon-bar {
    background-color: #fff;
    width: 18px;
}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
    background-color: #777;
}

.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
    opacity: 0.8;
}

/* Nav Menu */
#navbar {
    z-index: 999;
    padding: 0 15px;
}

ul.nav>li>a {
    color: #181818;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    z-index: 1;
}

ul.nav>li>a:hover,
ul.nav>li>a:focus,
ul.nav>li>a.active {
    background: none;
    color: #181818;
    opacity: 1;
}

.menu-btn {
    margin-left: 10px;
    margin-top: 10px;
}

.header-btn .default-btn {
    line-height: 40px;
    font-size: 10px;
    letter-spacing: 0;
}

.header-btn {
    line-height: 55px;
    margin-left: 10px;

}

/*Mobile Menu */
.menu-wrap {
    position: relative;
}

.slicknav_menu {
    background: none;
    padding: 4px 0;
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slicknav_nav {
    background-color: #fff;
}

.slicknav_btn {
    background-color: #17799e !important;
    margin: 8px 5px 15px;
}

.header-section.navbar-fixed-top .slicknav_btn {
    margin: 8px 5px 12px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}

.slicknav_nav a .caret {
    display: none;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul li a {
    padding-left: 30px;
    font-size: 12px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background-color: transparent;
    color: #333;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    z-index: 1;
}

.hero-container {
    position: absolute;
    text-align: left;
    color: #FFF;
}

.hero-container .btn {
    background-color: #1151d3;
    border-color: #1151d3;
}

.hero-content h1 {
    font-size: 40px;
    color: #FFF;
}

.hero-moc {
    background-image: url(../img/mockup-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 500px;
    height: 600px;
    vertical-align: middle;
    bottom: 0;
    right: 120px;
}

/* ==========================================================================
   Promo Section
   ========================================================================== */
.promo-section {}

.promo-content {
    padding: 0 15px;
}

.promo-content h3 {
    margin-bottom: 5px;
    font-size: 22px;
}

.promo-content p {
    margin-bottom: 0;
}

.promo-content .icon {
    font-size: 50px;
}

.promo-content i {
    background-image: linear-gradient(-45deg, #2b18dd 0%, #1151d3 50%, #1151d3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ==========================================================================
   Content Section
   ========================================================================== */
.content-section {
    overflow: hidden;
}

.content-mockups {
    position: relative;
}

.mockup-front {
    background-image: url(../img/mockup-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 450px;
    height: 600px;
    left: 0;
    top: -100px;
}

.mockup-back {
    background-image: url(../img/mockup-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: 80px;
    top: 0;
}

.content-list {}

.list-item {
    display: flex;
    align-items: center;
}

.list-item:not(:last-of-type) {
    margin-bottom: 35px;
}

.list-content {
    display: block;
    padding-left: 25px;
}

.list-content h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.list-content p {
    margin-bottom: 0;
}

.list-item i {
    background-image: linear-gradient(-45deg, #2b18dd 0%, #1151d3 50%, #1151d3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 40px;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.features-section {}

.feature-wrap {
    margin-top: -15px;
    margin-bottom: -15px;
}

.feature-wrap .col-sm-6 {
    padding: 10px;
}

.feature-content {
    background-color: #eff4ff;
    padding: 40px 30px;
    transition: all 0.2s ease-in-out;
}

.feature-content:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.feature-content i {
    background-image: linear-gradient(-45deg, #2b18dd 0%, #1151d3 50%, #1151d3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.feature-content h3 {
    font-size: 22px;
    margin-bottom: 0;
}

/* ==========================================================================
   Screenshots Section
   ========================================================================== */
.screenshots-section {
    padding-bottom: 53px;
}

.swiper-screnshoot {
    padding: 3.58rem 0 7rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-screnshoot .swiper-slide {
    transform: scale(.65);
    opacity: 0.2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.swiper-screnshoot .swiper-slide-next,
.swiper-screnshoot .swiper-slide-prev {
    transform: scale(.75);
    opacity: 0.85;
}

.swiper-screnshoot .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 100;
}

.swiper-screnshoot .screen {
    width: 212px;
    height: 376px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
}

.swiper-screnshoot .mobile-mock {
    background: #fff;
    border: 1px solid #edf4f8;
    margin: 0 auto;
    position: absolute;
    top: 0;
    max-width: 240px;
    left: 0;
    right: 0;
    width: 240px;
    border-radius: 36px;
    padding: 55px 0;
    -webkit-box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5);
    box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5)
}

.swiper-screnshoot .mobile-mock:after,
.swiper-screnshoot .mobile-mock:before {
    content: '';
    position: absolute
}

.swiper-screnshoot .mobile-mock:before {
    width: 45px;
    height: 4px;
    background: #e3e8eb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: -25px auto 0
}

.swiper-screnshoot .mobile-mock:after {
    top: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -45px;
    background: #e3e8eb;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .03);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .03);
    display: block;
    border-radius: 50%
}

.swiper-screnshoot .mobile-mock .screen {
    width: 90%;
    margin: 0 auto
}

.swiper-screnshoot .mobile-mock .circle {
    position: absolute;
    left: 50%;
    -webkit-box-shadow: 0 0 1px 2px #e3e8eb inset;
    box-shadow: 0 0 1px 2px #e3e8eb inset;
    border: 1px solid #edf4f8;
    border-radius: 50%;
    bottom: 1.75%;
    height: 0;
    margin-left: -18px;
    padding-top: 36px;
    width: 36px
}

.swiper-screnshoot .swiper-next,
.swiper-screnshoot .swiper-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #1151d3;
    font-size: 30px;
    opacity: 0.8;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

.swiper-screnshoot .swiper-next {
    left: auto;
    right: 0;
}

.swiper-screnshoot .swiper-next:hover,
.swiper-screnshoot .swiper-prev:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Download Section
   ========================================================================== */
.download-section {
    position: relative;
    padding: 60px 0;
}

.download-content {}

.download-content h2 {
    font-weight: 700;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section {}

.blog-box {}

.blog-thumb {
    position: relative;
}

.blog-thumb img {
    width: 100%;
}

.blog-content {
    padding: 40px 15px;
    padding-bottom: 0;
}

.blog-content a {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}

.blog-content a:hover {
    color: #1151d3;
}

.post-meta {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: auto;
}

.post-meta div {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    display: inline-block;
}

.post-meta span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    margin-right: 10px;
}

.post-meta i {
    color: #1151d3;
    margin-right: 5px;
}

.blog-post {}

.blog-content .read-more {
    background-color: #1151d3;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin: 0;
}

.blog-content .read-more:hover {
    background-color: #f65a7d;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(1.1);
    transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe-section {
    background-color: #1151d3;
}

.subscribe-section .logo {
    margin-bottom: 30px;
}

.subscribe-content {
    display: block;
    margin-bottom: 40px;
}

.subscribe-content p {
    color: #fff;
}

.subscribe-wrap {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.subscribe-form {
    display: block;
    text-align: center;
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.subscribe-form .form_input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f65a7d;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    float: left;
    width: 100%;
    outline: none;
    border-radius: 0;
    padding-right: 110px;
}

.subscribe-form .submit {
    position: absolute;
    right: -3px;
    top: 4px;
    height: 55px;
    width: 120px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background-color: #f65a7d;
    color: #fff;
}

.subscribe-form .submit:hover {
    cursor: pointer;
    color: #fff;
}

#subscribe-result {
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #111;
}

#subscribe-result.subs-result {
    display: block;
}

.subscription-success,
.subscription-error {
    color: #fff;
}

.social-link {
    text-align: center;
    margin-top: 30px;
}

.social-link li {
    display: inline-block;
    margin-right: 20px;
}

.social-link li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    width: auto;
}

.social-link li a:hover {
    cursor: pointer;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
    background-color: #222;
    display: block;
    color: #fff;
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
}

.footer-section p {
    /* text-transform: uppercase; */
    font-size: 12px;
    margin: 0;
}

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top {
    background-color: #1151d3;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#scroll-to-top:hover {
    opacity: 0.8;
    color: #fff;
}

.highlight-link {
    background-color: #1151d3;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    padding: 0 25px;
    letter-spacing: -0.02em;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 0;
}

.highlight-link-green {
    background-color: #00A65A;
}

/* ADDONS */
.home-banner {
    margin-top: 30px;
    /* z-index: 999; */
    position: relative;
}

.home-banner a {
    color: #FFF;
}

.home-banner .banner-wrapper {}

.home-banner .banner-icon-box-wrapper {
    padding: 10px;
    display: block;
    background-color: #0F49BB;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.home-banner .banner-icon-box-wrapper.banner-icon-reguler {
    background-color: #1A526B;
}

.home-banner .banner-icon-box-wrapper.banner-icon-reguler:hover {
    background-color: #1F6280;
}

.home-banner .banner-icon-box-wrapper.banner-icon-beasiswa {
    background-color: #7BB037;
}

.home-banner .banner-icon-box-wrapper.banner-icon-beasiswa:hover {
    background-color: #88C33E;
}

.home-banner .banner-icon-box-wrapper.banner-icon-alumni {
    background-color: #7BB037;
}

.home-banner .banner-icon-box-wrapper.banner-icon-alumni:hover {
    background-color: #7BB037;
}

.home-banner .banner-icon-box-wrapper.banner-icon-qiblat {
    background-color: #693aa5;
}

.home-banner .banner-icon-box-wrapper.banner-icon-qiblat:hover {
    background-color: #693aa5;
}

.home-banner .banner-icon-box-icon {
    display: block;
    color: #FFF;
    font-size: 80px;
    text-align: center;
    padding: 10px;
}

.home-banner .banner-icon-box-title {
    display: block;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

@media(max-width:991px) {
    .home-banner .banner-icon-box-icon {
        font-size: 65px;
    }

    .home-banner .banner-icon-box-title {
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .home-banner {
        margin-top: 0px;
    }

    .home-banner .banner-wrapper {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        transition: none;
    }

    .home-banner .banner-icon-box-wrapper {
        background-color: #11203E;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .home-banner .banner-icon-box-icon {
        font-size: 65px;
    }

    .home-banner .banner-icon-box-title {
        font-size: 18px;
    }
}

.header-section {
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}

.wrapper-beasiswa {
    display: block;
}

.wrapper-beasiswa h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #7BB037;
}

.box-beasiswa.box-1,
.box-beasiswa.box-2 {
    padding: 10px;
    display: block;
    background-color: #0F49BB;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #FFF;
}

.box-beasiswa.box-1 {
    background-color: #1A526B;
}

.box-beasiswa.box-2 {
    background-color: #7BB037;
}

.box-beasiswa h3 {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    display: block;
}

/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline .timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}

.timeline .timeline-item:after {
    clear: both;
}

.timeline .timeline-item .timeline-badge {
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -25px;
    background-color: #333;
    border: 3px solid #ffffff;
    z-index: 10;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
    top: 2px;
    left: 0px;
}

.timeline .timeline-item .timeline-badge.primary {
    background-color: #1f9eba;
}

.timeline .timeline-item .timeline-badge.info {
    background-color: #5bc0de;
}

.timeline .timeline-item .timeline-badge.success {
    background-color: #59ba1f;
}

.timeline .timeline-item .timeline-badge.warning {
    background-color: #d1bd10;
}

.timeline .timeline-item .timeline-badge.danger {
    background-color: #ba1f1f;
}

.timeline .timeline-item .timeline-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 1px solid #777;
    background: #ffffff;
    border-radius: 2px;
    padding: 15px 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline .timeline-item .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -16px;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 16px solid #777;
    border-right: 0 solid #777;
    border-bottom: 16px solid transparent;
    content: " ";
}

.timeline .timeline-item .timeline-panel .timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 1em;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

.timeline .timeline-item .timeline-panel .timeline-body>p,
.timeline .timeline-item .timeline-panel .timeline-body>ul {
    margin-bottom: 0;
    font-size: 1em;
    text-align: left;
}

.timeline .timeline-item .timeline-panel .timeline-body>p+p {
    margin-top: 5px;
}

.timeline .timeline-item:last-child:nth-child(even) {
    float: right;
}

.timeline .timeline-item:nth-child(even) .timeline-panel {
    float: right;
    left: 16px;
}

.timeline .timeline-item:nth-child(even) .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

.timeline-horizontal:before {
    height: 3px;
    top: auto;
    bottom: 26px;
    left: 56px;
    right: 0;
    width: 92%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 280px;
    width: 20%;
    min-width: 320px;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}

.timeline-horizontal .timeline-item .timeline-panel {
    top: auto;
    bottom: 64px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item .timeline-panel:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #777 !important;
    border-bottom: 0 solid #777 !important;
    border-left: 16px solid transparent !important;
}

.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
    display: none;
}

.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: 0px;
    left: 43px;
}

/*  Footer */
/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/
#footer {
    display: block;
    position: relative;
    background-color: #f8f9fa;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#footer a:not(.btn):not(:hover) {
    color: #484848;
}

#footer p {
    font-family: "Poppins", sans-serif;
}

#footer a:not(.btn) {
    font-weight: 400;
}

#footer .footer-content {
    padding: 60px 0 40px 0;
}

#footer .widget .widget-title,
#footer .widget h4 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

#footer .widget .widget-title ul li a,
#footer .widget h4 ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 32px;
    color: #999;
}

#footer .copyright-content {
    min-height: 80px;
    padding: 30px 0;
    background-color: #eff1f4;
    font-size: 13px;
}

#footer .logo {
    margin-bottom: 54px;
    margin-top: 12px;
    max-width: 80px;
}

#footer .footer-logo {
    border-right: 1px solid #333;
    margin-bottom: 20px;
    margin-right: 18px;
    padding-right: 16px;
}

.dark #footer,
#footer.inverted,
#footer.dark {
    background-color: #181818;
}

.dark #footer p,
#footer.inverted p,
#footer.dark p {
    color: #999;
}

.dark #footer a:not(.btn),
#footer.inverted a:not(.btn),
#footer.dark a:not(.btn) {
    font-weight: 400;
}

.dark #footer a:not(.btn):not(:hover),
#footer.inverted a:not(.btn):not(:hover),
#footer.dark a:not(.btn):not(:hover) {
    color: #999;
}

.dark #footer h1,
.dark #footer h2,
.dark #footer h3,
.dark #footer h4,
.dark #footer h5,
.dark #footer h6,
#footer.inverted h1,
#footer.inverted h2,
#footer.inverted h3,
#footer.inverted h4,
#footer.inverted h5,
#footer.inverted h6,
#footer.dark h1,
#footer.dark h2,
#footer.dark h3,
#footer.dark h4,
#footer.dark h5,
#footer.dark h6 {
    color: #fff;
}

.dark #footer .widget .widget-title,
.dark #footer .widget h4,
#footer.inverted .widget .widget-title,
#footer.inverted .widget h4,
#footer.dark .widget .widget-title,
#footer.dark .widget h4 {
    color: #fff;
}

.dark #footer .copyright-content,
#footer.inverted .copyright-content,
#footer.dark .copyright-content {
    background-color: #1E1E1E;
}