/* ==========================================================================
   LAYOUT - Navbar, Sections, Home Layouts, Grid
   ========================================================================== */

.navbar-custom {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

    .navbar-custom .navbar-nav li a {
        line-height: 26px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        text-transform: capitalize;
        transition: all 0.5s;
        background-color: transparent !important;
        padding: 15px 0;
        margin: 0 10px;
        font-weight: 500;
    }

    .alwaysDark li a {
        color: #404b67 !important;
    }

    .navbar-custom .nav-social a {
        background: rgba(255, 255, 255, 0.1);
        width: 36px;
        height: 36px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        transition: all 0.5s;
    }

        .navbar-custom .nav-social a i {
            font-size: 16px;
            line-height: 36px;
            color: rgba(255, 255, 255, 0.6) !important;
        }

            .navbar-custom .nav-social a i:hover {
                color: #ffffff !important;
            }

.sticky-wrapper {
    position: absolute;
    width: 100%;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #404b67;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
    color: #ffffff;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
    padding: 0.25rem 0.75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: #ffffff;
    outline: 0;
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.menu-toggle {
    padding: 4.5px 10px !important;
}

    .menu-toggle span {
        line-height: 27px;
    }

.navbar-button {
    margin-left: 20px;
}

.logo .logo-light {
    display: inline-block;
}

.logo .logo-dark {
    display: none;
}

.logo img {
    height: 50px;
}

.is-sticky .logo .logo-dark {
    display: inline-block;
}

.is-sticky .logo .logo-light {
    display: none;
}

/*---Navbar-White--*/
.navbar-custom.navbar-white .navbar-nav li a,
.navbar-custom.navbar-white .navbar-brand,
.navbar-white .navbar-toggle {
    color: #404b67 !important;
}

    .navbar-custom.navbar-white .navbar-nav li.active a,
    .navbar-custom.navbar-white .navbar-nav li a:hover,
    .navbar-custom.navbar-white .navbar-nav li a:focus,
    .navbar-custom.navbar-white .navbar-nav li a:active {
        color: #1e57c7 !important;
    }

.navbar-white .nav-social a {
    background: rgba(30, 87, 199, 0.1);
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s;
}

    .navbar-white .nav-social a i {
        font-size: 16px;
        line-height: 36px;
        color: #404b67 !important;
    }

        .navbar-white .nav-social a i:hover {
            color: #1e57c7 !important;
        }

/*---NAVBAR STICKY--*/
.is-sticky.navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}

    .is-sticky.navbar-custom.sticky-dark {
        background-color: #404b67;
    }

.is-sticky .navbar-nav li a {
    color: #404b67 !important;
}

.is-sticky .nav-social a {
    background: rgba(30, 87, 199, 0.1);
}

    .is-sticky .nav-social a i {
        color: #404b67 !important;
    }

        .is-sticky .nav-social a i:hover {
            color: #1e57c7 !important;
        }

.is-sticky .navbar-custom .navbar-nav li.active a,
.is-sticky .navbar-custom .navbar-nav li a:hover,
.is-sticky .navbar-custom .navbar-nav li a:active {
    color: #1e57c7 !important;
}

.is-sticky .navbar-custom .navbar-toggles {
    padding: 0.25rem 0.75rem;
    border: 1px solid transparent;
    outline: 0;
}

.is-sticky .navbar-nav {
    margin-top: 0px;
}

.is-sticky .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.035);
}

.section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.bg-home {
    padding: 220px 0px 250px 0px;
}

.home-overlay {
    background-image: url(../images/bg-1.png);
    opacity: 0.7;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

.home-heading-title {
    box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
    background: #ffffff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
}

.home-title {
    max-width: 700px;
    font-size: 46px;
    margin: 0 auto;
}

.home-desc {
    max-width: 600px;
    margin: auto;
}

.form-select {
    color: #676f86 !important;
}

.home-form {
    background: #ffffff;
    padding: 20px 21px;
    box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}

    .home-form .form-control {
        border: 1px solid #dfe9f1;
        height: 54px !important;
        font-size: 15px;
        border-radius: 0.25rem;
    }

        .home-form .form-control ::placeholder {
            color: #676f86;
        }

        .home-form .form-control:focus {
            border-color: #e4eef7;
        }

    .home-form .home-button .btn {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.search-form input {
    padding: 14px 20px;
    width: 100%;
    font-size: 17px;
    color: #808eb1 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}

.search-form button {
    position: absolute;
    top: 6px;
    right: 7px;
    outline: none !important;
    font-size: 15px;
    padding: 9px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.bg-home-2 {
    background-image: url(../images/overlay-5.png);
 
}

.bg-home-3 {
    background-image: url(../images/overlay-6.png);
    padding: 150px 0px 0px 0px;
}

.home-img-3 img {
    position: relative;
    top: 100px;
}

.bg-home-4 {
    position: relative;
    background-image: url(../images/bg-1.jpg);
    background-position: center;
    padding: 220px 0px 250px 0px;
}

.play-btn {
    background-color: #1e57c7;
    color: #ffffff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
}

.play-shadow {
    vertical-align: middle;
}

.play-shadow {
    border-radius: 50%;
    border: 1px solid transparent;
    width: 82px;
    height: 82px;
    margin: 20px auto 0px auto;
}

.home-modal {
    border: 0;
    background-color: transparent;
}

    .home-modal .btn-close {
        width: 36px;
        height: 36px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        position: relative;
        top: 70px;
        z-index: 3;
    }

        .home-modal .btn-close:hover, .home-modal .btn-close:focus {
            opacity: 0.5;
        }

    .home-modal video:focus {
        outline: none;
    }

.video-box {
    width: 100%;
}

.bg-home-5 {
    background-image: url(../images/bgg-1.jpg);
    background-position: center;
    height: 100vh;
    position: relative;
    display: flex;
}

.slidero {
    position: relative;
    z-index: 1;
}

.home-registration-form {
    padding: 40px 35px;
    border-radius: 3px;
    box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}

    .home-registration-form .registration-form label {
        font-size: 15px;
    }

.registration-form .registration-input-box {
    border: none;
    border-radius: 0px;
    color: #808eb1;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}

    .registration-form .registration-input-box:focus {
        border-color: #1e57c7;
    }

