/* :: 3.4.0 Preloader */
.preloader {
    background-color: #F37C16;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

    .preloader .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
    }

        .preloader .lds-ellipsis div {
            position: absolute;
            top: 27px;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background: #fff;
            animation-timing-function: cubic-bezier(0, 1, 1, 0);
        }

            .preloader .lds-ellipsis div:nth-child(1) {
                left: 6px;
                -webkit-animation: lds-ellipsis1 0.6s infinite;
                animation: lds-ellipsis1 0.6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(2) {
                left: 6px;
                -webkit-animation: lds-ellipsis2 0.6s infinite;
                animation: lds-ellipsis2 0.6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(3) {
                left: 26px;
                -webkit-animation: lds-ellipsis2 0.6s infinite;
                animation: lds-ellipsis2 0.6s infinite;
            }

            .preloader .lds-ellipsis div:nth-child(4) {
                left: 45px;
                -webkit-animation: lds-ellipsis3 0.6s infinite;
                animation: lds-ellipsis3 0.6s infinite;
            }

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}
/* :: 3.5.0 Miscellaneous */
.jarallax {
    position: relative;
    z-index: 0;
}

    .jarallax > .jarallax-img {
        position: absolute;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .section-heading .line {
        width: 25px;
        height: 5px;
        border-radius: 3px;
        background-color: #ffbb38;
        margin-bottom: 20px;
    }

    .section-heading p {
        font-size: 12px;
        margin-bottom: 0;
        letter-spacing: 2px;
        color: #a5a5a5;
        text-transform: uppercase;
    }

    .section-heading h2 {
        font-size: 36px;
        color: #212121;
        font-weight: 700;
        margin-bottom: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

.section-heading.white .line {
    background-color: #ffffff;
}

.section-heading.white p,
.section-heading.white h2 {
    color: #ffffff;
}

.section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto;
}

.box-shadow {
    position: relative;
    z-index: 1;
}

    .box-shadow:hover {
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    }

.tooltip-inner {
    background-color: #ffbb38;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.tooltip .arrow::before {
    border-bottom-color: #ffbb38;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gray {
    background-color: #f1f7f9;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

    .bg-overlay::after {
        background-color: rgba(0, 0, 0, 0.61);
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

.bg-fixed {
    background-attachment: fixed !important;
}

/* :: 3.6.0 ScrollUp */
#scrollUp {
    background-color: #003679;
    border-radius: 5px 0 0 5px;
    bottom: 70px;
    color: #ffffff;
    font-size: 10px;
    padding: 12px 0;
    height: 60px;
    line-height: 1.5;
    right: 0;
    text-align: center;
    width: 35px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}

    #scrollUp i {
        font-size: 18px;
        display: block;
    }

    #scrollUp:hover {
        background-color: #ffbb38;
        color: #ffffff;
    }

/* :: 3.7.0 Credit Button */
.credit-btn {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffbb38;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 175px;
    height: 48px;
    color: #ffffff;
    border-radius: 5px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

    .credit-btn:hover, .credit-btn:focus {
        font-size: 14px;
        font-weight: 700;
        background-color: #003679;
        color: #ffffff;
    }

    .credit-btn.btn-2 {
        background-color: #003679;
        color: #ffffff;
    }

        .credit-btn.btn-2:hover, .credit-btn.btn-2:focus {
            background-color: #ffbb38;
            color: #ffffff;
        }

    .credit-btn.btn-3 {
        background-color: transparent;
        color: #003679;
        border: 2px solid #003679;
        line-height: 44px;
    }

        .credit-btn.btn-3:hover, .credit-btn.btn-3:focus {
            border: 2px solid #003679;
            background-color: #003679;
            color: #ffffff;
        }

/* :: 4.0 Header Area CSS */
.header-area {
    position: relative;
    z-index: 1000;
    width: 100%;
}

    .header-area .top-header-area {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 80px;
        background-color: #f2f4f6;
    }

        .header-area .top-header-area .top-contact-info {
            position: relative;
            z-index: 1;
        }

            .header-area .top-header-area .top-contact-info a {
                display: inline-block;
                color: #838383;
                font-size: 14px;
                margin-bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -ms-grid-row-align: center;
                align-items: center;
                font-weight: 600;
            }

                .header-area .top-header-area .top-contact-info a img {
                    margin-right: 10px;
                }

@media only screen and (max-width: 767px) {
    .header-area .top-header-area .top-contact-info a span {
        display: none;
    }
}

.header-area .top-header-area .top-contact-info a:first-child {
    margin-right: 30px;
}

.header-area .top-header-area .top-contact-info a:hover, .header-area .top-header-area .top-contact-info a:focus {
    color: #003679;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area .top-contact-info a {
        font-size: 13px;
    }
}

.header-area .credit-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #333;
}

    .header-area .credit-main-menu::after {
        width: 50%;
        height: 100%;
        background-color: #FF3E16;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 1;
    }

    .header-area .credit-main-menu .classy-nav-container {
        background-color: transparent;
    }

    .header-area .credit-main-menu .classy-navbar {
        height: 85px;
        padding: 0;
        background-color: #FF3E16;
    }

@media only screen and (max-width: 767px) {
    .header-area .credit-main-menu .classy-navbar {
        height: 70px;
    }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0 15px;
    color: #ffffff;
}

    .header-area .credit-main-menu .classy-navbar .classynav ul li a:hover, .header-area .credit-main-menu .classy-navbar .classynav ul li a:focus {
        color: #000;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        color: #FFF;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        color: #FFF;
    }
}

.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 15px;
    }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
.header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
    .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #FF3E16;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
    .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #FF3E16;
    }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
    color: #FF3E16;
    font-size: 14px;
}

.header-area .credit-main-menu .classy-navbar .contact {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

    .header-area .credit-main-menu .classy-navbar .contact::before {
        width: 100%;
        height: 200%;
        content: '';
        position: absolute;
        top: 42%;
        left: 0;
        z-index: -1;
        background-color: #333;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .header-area .credit-main-menu .classy-navbar .contact::after {
        width: 1000%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 62px;
        z-index: -1;
        background-color: #333;
    }

    .header-area .credit-main-menu .classy-navbar .contact a {
        display: inline-block;
        font-size: 24px;
        color: #FF3E16;
        font-weight: 700;
        line-height: 85px;
    }

        .header-area .credit-main-menu .classy-navbar .contact a:hover {
            color: #ffffff;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .credit-main-menu .classy-navbar .contact a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .credit-main-menu .classy-navbar .contact a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .credit-main-menu .classy-navbar .contact a {
        font-size: 14px;
        line-height: 70px;
    }
}

.header-area .is-sticky .credit-main-menu {
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}

