@font-face {
    font-family: PlusJakartaSans;
    src: url(../fonts/PlusJakartaSans-Regular.ttf);
    font-display: swap;
}

html {
    overflow-x: hidden;
}

body {
    font-family: PlusJakartaSans;
    overflow-x: hidden;
}

a,
button,
input,
::after,
::before,
img,
.mission-vision-icon-box .icon {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
}

.hidden {
    overflow: hidden;
}

ul,
p {
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}
/* The Loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    background-color: #000;
}

    #loader-wrapper .loading {
        height: 100%;
    }

.loading_line_wrapper {
    width: 20%;
    height: 18px;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
}

.loading_line {
    position: relative;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    transform-origin: 100% 0%;
    animation: kf_loading_line 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

    .loading_line .loading_line_inner {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
        width: 100%;
        height: 100%;
        background: #b8965e;
        transform-origin: 0% 0%;
    }

.loading_line_inner--1 {
    opacity: 0;
    animation: kf_loading_line_inner--1 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

.loading_line_inner--2 {
    opacity: 1;
    animation: kf_loading_line_inner--2 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

.loading_line_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    background-color: #b8965e;
    transform-origin: 0% 0%;
}

@keyframes kf_loading_line {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@keyframes kf_loading_line_inner--1 {
    0% {
        transform: scaleX(0);
    }

    25% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes kf_loading_line_inner--2 {
    0% {
        transform: scaleX(0);
    }

    25% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(1);
    }
}
/**/

/*nav*/

.nav-bar {
    padding: 29px 0;
}

    .nav-bar ul li {
        margin: 0 10px;
        position: relative;
    }

        .nav-bar ul li a {
            display: block;
            position: relative;
            z-index: 1;
            font-family: "PlusJakartaSans";
            letter-spacing: 0em;
            text-transform: capitalize;
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
            line-height: 20.16px;
        }

.nl a {
    display: inline-block !important;
    padding: 14px 18px 14px 18px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    color: rgba(15, 18, 51, 1);
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    letter-spacing: -0.016em;
    border: 1px solid #fff;
}

    .nl a:hover {
        background-color: #0f1233;
        color: #fff;
    }

.nav-bar ul li a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    height: 2px;
    border-radius: 3px;
    width: 100%;
    visibility: hidden;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: center;
}

.nav-bar.shrunk ul li a::after {
    bottom: -30px;
}

.nav-bar ul li a:hover::after,
.nav-bar ul li.active a::after {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
}

.nav-links ul li.drop {
    padding-right: 20px;
    top: -2px;
}

    .nav-links ul li.drop ul {
        position: absolute;
        width: 160px;
        left: 0;
        top: 100%;
        background-color: #fff;
        /* padding: 15px 0; */
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        /* border-radius: 5px; */
        z-index: 1;
        transition: all 0.3s ease-in-out;
        border-left: 5px solid #0f1233;
    }

    .nav-links ul li.drop:hover ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .nav-links ul li.drop ul li {
        position: relative;
    }

        .nav-links ul li.drop ul li a {
            text-transform: capitalize;
            padding: 15px 5px;
            border-top: 1px solid #eee;
        }

        .nav-links ul li.drop ul li:first-child a {
            border: 0;
        }

        .nav-links ul li.drop ul li a::after {
            display: none;
        }

        .nav-links ul li.drop ul li a:hover {
            transform: translateX(-5px);
        }

    .nav-links ul li.drop .icofont-rounded-down {
        position: absolute;
        color: #fff;
        right: 0;
        top: 6px;
        font-size: 13px;
    }

    .nav-links ul li.drop ul li a {
        color: #a97e4d;
    }

.logo {
    max-width: 230px;
    display: block;
}

.is-menu-open .nav-links ul li {
    left: 0;
}

.nav {
    position: relative;
    z-index: 1;
}

.is-menu-open .nav-links {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.is-menu-open .menu__bg {
    width: 100vh;
    height: 100vh;
    transform: scale(2);
}

.menu__bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #0f1233;
    transition: all 0.2s linear;
    z-index: 2;
}

/*main section 1*/
.main-sec {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
}

    .main-sec::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 152.56%);
    }

.main-banner {
    padding-top: 100px;
    min-height: 785px;
    padding-bottom: 100px;
}

.inner-page-main-banner {
    min-height: 570px !important;
}

.main-banner-content {
    width: 100%;
}

.main-banner .txt label {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
}

    .main-banner .txt label::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #0176c3;
        left: 0;
        top: 4px;
    }

.main-banner .txt h2 {
    font-family: "PlusJakartaSans";
    color: #ffffff;
    text-transform: capitalize;
    margin: 25px 0 0 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 81.19px;
    letter-spacing: -0.02em;
}

.scroll-down {
    padding: 20px 0;
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}

    .scroll-down h2.title {
        font-size: 14px;
        font-weight: 700;
        line-height: 22.4px;
        letter-spacing: 0.12em;
        color: #fff;
        text-transform: uppercase;
    }

.godown {
    background: #f6f6f63d;
    height: 40px;
    color: #fff !important;
    text-align: center;
    line-height: 30px;
    font-size: 35px;
    width: 40px;
    border-radius: 4px;
    display: inline-block;
}

    .godown:hover {
        background: #0f1233;
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
/*global title*/
.global-title span {
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: 0.12em;
    color: #0f1233;
    text-transform: uppercase;
    position: relative;
    padding-left: 28px;
}

    .global-title span::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #0176c3;
        left: 0;
        top: 4px;
    }

.global-title h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 58.8px;
    letter-spacing: -0.02em;
    color: #0f1233;
    margin: 24px 0;
}

.global-title p {
    font-size: 24px;
    font-weight: 400;
    line-height: 38.4px;
    color: #0f1233;
    margin-bottom: 40px;
}
/* our-services */
.our-services {
    padding: 60px 0;
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}

    .our-services .txt {
        font-size: 24px;
        font-weight: 600;
        line-height: 38.4px;
        color: #fff;
    }

    .our-services h2.title {
        font-size: 14px;
        font-weight: 700;
        line-height: 22.4px;
        letter-spacing: 0.12em;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
    }

    .our-services a {
        display: inline-block;
        padding: 14px 18px 14px 18px;
        border-radius: 4px;
        font-size: 18px;
        font-weight: 600;
        line-height: 22.68px;
        letter-spacing: -0.016em;
        color: #0f1233;
        background: #fff;
        border: 1px solid #fff;
    }

        .our-services a:hover {
            background-color: #0f1233;
            color: #fff;
        }
/* about section start */
div.about-section {
    padding: 150px 0 0 0;
}

    div.about-section .img img {
        width: 100%;
    }

    div.about-section .txt span {
        font-size: 14px;
        font-weight: 700;
        line-height: 22.4px;
        letter-spacing: 0.12em;
        color: #0f1233;
        text-transform: uppercase;
        position: relative;
        padding-left: 28px;
    }

        div.about-section .txt span::before {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            background: #0176c3;
            left: 0;
            top: 4px;
        }

    div.about-section .txt {
        padding-left: 55px;
    }

        div.about-section .txt h2 {
            font-size: 42px;
            font-weight: 600;
            line-height: 58.8px;
            letter-spacing: -0.02em;
            color: #0f1233;
            margin: 24px 0;
        }

        div.about-section .txt p {
            font-size: 24px;
            font-weight: 400;
            line-height: 38.4px;
            color: #0f1233;
            margin-bottom: 40px;
        }

        div.about-section .txt ul li {
            font-size: 20px;
            font-weight: 400;
            line-height: 25.2px;
            color: #0f1233;
            margin-bottom: 27px;
            padding-left: 46px;
            position: relative;
        }

            div.about-section .txt ul li::before {
                content: "✔";
                display: block;
                text-align: center;
                width: 25px;
                line-height: 25px;
                height: 25px;
                border-radius: 50%;
                color: #fff;
                font-size: 12px;
                background: #02246a;
                position: absolute;
                left: 0;
                top: 4px;
            }
/* about section end */
/* mission & vision section start */
div.mission-vision {
    padding: 100px 0 150px 0;
}

div.mission-vision-col {
    padding: 0 !important;
}

.mission-vision-icon-box {
    border: 1px solid #0f12331f;
    padding: 35px 60px;
    background: #f8f8f8;
    height: 100%;
}

    .mission-vision-icon-box .icon {
        width: 60px;
        height: 60px;
        border-radius: 4px;
        background: #02246a;
        border: 1px solid #0f12331f;
    }

    .mission-vision-icon-box .body {
        width: calc(100% - 60px);
        padding-left: 32px;
    }

        .mission-vision-icon-box .body h3 {
            font-size: 24px;
            font-weight: 600;
            line-height: 30.24px;
            letter-spacing: -0.02em;
            color: #0f1233;
            margin-bottom: 18px;
        }

        .mission-vision-icon-box .body p {
            font-size: 20px;
            font-weight: 400;
            line-height: 32px;
            color: #0f1233;
        }
/* mission & vision section end */
/* home services section start */
.home-services {
    padding: 100px 0;
    background: #0f1233;
}

    .home-services .global-title span,
    .home-services .global-title h2 {
        color: #fff;
    }

.service-box .img img {
    width: 100%;
}

.service-box .body {
    margin-top: 40px;
    color: #0f1233;
}

    .service-box .body h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30.24px;
        letter-spacing: -0.02em;
    }

    .service-box .body p {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        margin: 19px 0 40px 0;
    }

    .service-box .body a {
        display: inline-block;
        padding: 16px 18px 16px 18px;
        color: #fff;
        border-radius: 4px;
        background: #0176c3;
        border: 1px solid #0176c3;
    }

        .service-box .body a:hover {
            background-color: #0f1233;
        }

        .service-box .body a span {
            padding-left: 12px;
        }

            .service-box .body a span img {
                width: 15px;
                height: auto;
            }

.services-slider {
    position: relative;
}

    .services-slider .service-box .body {
        color: #fff;
    }

.below-slider {
    margin-top: 100px;
}

    .below-slider p {
        font-size: 14px;
        font-weight: 700;
        line-height: 22.4px;
        letter-spacing: 0.12em;
        color: #ffffff99;
    }

    .below-slider a {
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
        padding: 16px 18px 16px 18px;
        color: #0f1233;
        border: 1px solid #fff;
    }

        .below-slider a:hover {
            background-color: #0f1233;
            color: #fff;
        }

.services-slider .owl-nav button {
    width: 24px;
    height: 24px;
    background-color: #fff !important;
    border-radius: 4px !important;
    color: #0f1233 !important;
    border: 1px solid #fff !important;
}

    .services-slider .owl-nav button span {
        position: relative;
        top: -2px;
    }

    .services-slider .owl-nav button:hover {
        color: #fff !important;
        background-color: #0f1233 !important;
    }

.services-slider .owl-nav {
    position: absolute;
    top: -66px;
    right: 0;
    margin: 0;
}
/* home services section end */
/* why choose us section start */
div.why-us {
    background: #f4fbff;
    padding: 100px 0;
}

.why-us-title {
    margin-bottom: 100px !important;
}

div.why-us .title span {
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: 0.12em;
    color: #0f1233;
    text-transform: uppercase;
    position: relative;
    padding-left: 28px;
}

    div.why-us .title span::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #0176c3;
        left: 0;
        top: 4px;
    }

div.why-us .title h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 58.8px;
    letter-spacing: -0.02em;
    color: #0f1233;
    margin: 24px 0;
}

div.why-us .title-txt {
    font-size: 24px;
    font-weight: 400;
    line-height: 38.4px;
    color: #0f1233;
}

div.why-us .img {
    width: 100%;
}

    div.why-us .img img {
        width: 100%;
    }

.why-choose-us-icons {
    padding-right: 90px;
}

.why-choose-us-icon-box {
    margin-bottom: 64px;
}

    .why-choose-us-icon-box:last-of-type {
        margin-bottom: 0;
    }

    .why-choose-us-icon-box .icon {
        width: 72px;
        height: 72px;
        text-align: center;
        line-height: 72px;
        gap: 0px;
        border-radius: 4px;
        background-color: #fff;
        border: 1px solid #0f12331f;
    }

    .why-choose-us-icon-box .body {
        width: calc(100% - 72px);
        padding-left: 40px;
    }

        .why-choose-us-icon-box .body h3 {
            font-size: 24px;
            font-weight: 600;
            line-height: 30.24px;
            letter-spacing: -0.02em;
            color: #0f1233;
            margin-bottom: 16px;
        }

        .why-choose-us-icon-box .body p {
            font-size: 24px;
            font-weight: 400;
            line-height: 38.4px;
            color: #0f1233;
        }
/* why choose us section end */
/* Your Path to Success section start */
.success-path {
    padding: 120px 0 145px 0;
}

    .success-path .title {
        margin-bottom: 80px;
    }

        .success-path .title span {
            font-size: 14px;
            font-weight: 700;
            line-height: 22.4px;
            letter-spacing: 0.12em;
            text-align: center;
            color: #0f1233;
            position: relative;
            display: inline-block;
            padding-left: 28px;
            text-transform: uppercase;
        }

            .success-path .title span::before {
                content: "";
                position: absolute;
                width: 12px;
                height: 12px;
                background: #0176c3;
                left: 0;
                top: 4px;
            }

        .success-path .title h2 {
            margin-top: 24px;
            font-size: 42px;
            font-weight: 600;
            line-height: 52.92px;
            letter-spacing: -0.02em;
            color: #0f1233;
        }

    .success-path .img {
        min-height: 648px;
        height: calc(100% - 25px);
        background-position: center;
        background-size: cover;
        padding: 50px;
        color: #fff;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .success-path .img::before {
            content: "";
            background: linear-gradient( 180deg, rgba(15, 18, 51, 0) 41.9%, rgba(15, 18, 51, 0.47) 61.77%, #0f1233 98.53% );
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            z-index: -1;
        }

        .success-path .img span {
            font-size: 14px;
            font-weight: 700;
            line-height: 22.4px;
            letter-spacing: 0.12em;
            position: relative;
            display: inline-block;
            padding-left: 28px;
            text-transform: uppercase;
        }

            .success-path .img span::before {
                content: "";
                position: absolute;
                width: 12px;
                height: 12px;
                background: #0176c3;
                left: 0;
                top: 4px;
            }

        .success-path .img h2 {
            margin: 24px 0;
            font-size: 42px;
            font-weight: 600;
            line-height: 52.92px;
            letter-spacing: -0.02em;
        }

        .success-path .img a {
            background: #0176c3;
            padding: 16px 18px 16px 18px;
            border-radius: 4px;
            color: #fff;
            display: inline-block;
        }

            .success-path .img a:hover {
                background-color: #fff;
                color: #0f1233;
            }

    .success-path .content .card {
        padding: 35px 45px;
        background: #f8f8f8;
        border: 1px solid #0f12331f;
        margin-bottom: 24px;
    }

        .success-path .content .card h2 {
            font-size: 24px;
            font-weight: 600;
            line-height: 30.24px;
            letter-spacing: -0.02em;
            color: #0f1233;
            margin-bottom: 12px;
        }

        .success-path .content .card p {
            font-size: 20px;
            font-weight: 400;
            line-height: 32px;
            color: #0f1233;
            margin-bottom: 40px;
        }

        .success-path .content .card ul li {
            float: left;
            width: 50%;
            font-size: 18px;
            font-weight: 400;
            line-height: 22.68px;
            color: #0f1233;
            margin-bottom: 24px;
            padding: 0 5px;
        }

            .success-path .content .card ul li span {
                display: inline-block;
                width: calc(100% - 40px);
                vertical-align: top;
            }

            .success-path .content .card ul li img {
                background-color: #fff;
                border: 1px solid #0f12331f;
                border-radius: 4px;
                height: 40px;
                padding: 8px;
                width: 40px;
                margin-right: 12px;
                display: inline-block;
            }
/* Your Path to Success section end */
/* contact-us-section start */
.contact-us-section {
    position: relative;
    padding: 72px 0;
    background-image: url("../images/contact-section-banner.webp");
    background-position: center;
    background-size: cover;
    z-index: 1;
    color: #fff;
}

    .contact-us-section::before {
        content: "";
        background: linear-gradient(90deg, #02246a 33.33%, rgba(2, 36, 106, 0.7) 100%);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
    }

    .contact-us-section .title {
        color: #fff;
    }

        .contact-us-section .title span {
            font-size: 14px;
            font-weight: 700;
            line-height: 22.4px;
            letter-spacing: 0.12em;
            position: relative;
            padding-left: 20px;
            text-transform: uppercase;
        }

            .contact-us-section .title span::before {
                content: "";
                position: absolute;
                width: 12px;
                height: 12px;
                background: #0176c3;
                left: 0;
                top: 4px;
            }

        .contact-us-section .title h2 {
            font-size: 42px;
            font-weight: 600;
            line-height: 58.8px;
            letter-spacing: -0.02em;
            margin-top: 20px;
            max-width: 526px;
        }

ul.contact-info a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30.24px;
}

ul.contact-info li:first-child {
    margin-right: 30px;
}

ul.contact-info img {
    width: 42px;
    height: 42px;
    padding: 9px;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin-right: 14px;
}
/* contact-us-section end */
/* footer */
footer {
    padding: 60px 0 80px 0;
    background: rgba(15, 18, 51, 1);
    color: #fff;
}

    footer p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28.8px;
        text-align: left;
        color: #ffffff99;
        margin-top: 32px;
    }

    footer .footer-logo {
        max-width: 309px;
        height: auto;
    }

.footer-sec-2 {
    width: fit-content;
    margin: auto;
}

.footer-h {
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: 0.12em;
    color: #ffffff99;
    text-transform: uppercase;
    margin: 20px 0;
    display: block;
}

    .footer-h:nth-of-type(2) {
        margin-top: 30px;
    }

footer ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    color: #fff;
}

    footer ul li a:hover {
        color: #ffffff99;
    }

footer ul li {
    margin-bottom: 16px;
}

footer .subscribe-form form {
    padding: 12px 18px;
    border: 1px;
    background: #181c4b;
    border: 1px solid #ffffff1f;
}

    footer .subscribe-form form input {
        background-color: transparent;
        border: none;
        color: #fff;
        outline: 0;
        width: calc(100% - 31px);
        font-family: PlusJakartaSans;
    }

    footer .subscribe-form form button {
        width: 28px;
        height: 28px;
        background-color: #fff;
        color: #0f1233;
        border-radius: 5px;
        outline: 0;
        border: 0;
        line-height: 15px;
        vertical-align: middle;
    }

        footer .subscribe-form form button svg {
            width: 11px;
        }

.f-social {
    margin-top: 44px;
}

    .f-social a {
        margin-right: 16px;
        display: inline-block;
    }

#back-to-top {
    display: none;
}

    #back-to-top .top {
        z-index: 9;
        position: fixed;
        display: block;
        margin: 0px;
        color: #ffffff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        bottom: 105px;
        right: 15px;
        border-radius: 3px;
        background: transparent;
        font-size: 12px;
        background: #0f1233;
        width: 40px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border: 2px solid #fff;
    }

        #back-to-top .top:hover,
        footer .subscribe-form form button:hover,
        .f-social a:hover,
        ul.contact-info a:hover img,
        .contact-form-info li a:hover img {
            transform: scale(0.9);
            -ms-transform: scale(0.9);
            -webkit-transform: scale(0.9);
        }

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.copyrights {
    background: rgba(15, 18, 51, 1);
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 26px 0;
}

.contact-us-page-seo-message .global-title .social a:hover,
div.board-box .body .social a:hover {
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
/*-------------INNER PAGES----------------*/
/* about us page */
.single-page-about-section {
    padding: 100px 0 20px 0;
}

    .single-page-about-section .txt span {
        font-size: 14px;
        font-weight: 700;
        line-height: 22.4px;
        letter-spacing: 0.12em;
        color: #0f1233;
        text-transform: uppercase;
        position: relative;
        padding-left: 28px;
    }

        .single-page-about-section .txt span::before {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            background: #0176c3;
            left: 0;
            top: 4px;
        }

    .single-page-about-section .txt h2 {
        font-size: 42px;
        font-weight: 600;
        line-height: 58.8px;
        letter-spacing: -0.02em;
        color: #0f1233;
        margin: 24px 0;
    }

    .single-page-about-section .txt p {
        font-size: 24px;
        font-weight: 400;
        line-height: 38.4px;
        color: #0f1233;
        /* margin-bottom: 40px; */
    }

    .single-page-about-section .txt ul li {
        font-size: 20px;
        font-weight: 400;
        line-height: 25.2px;
        color: #0f1233;
        margin-bottom: 27px;
        padding-left: 46px;
        position: relative;
    }

        .single-page-about-section .txt ul li::before {
            content: "✔";
            display: block;
            text-align: center;
            width: 25px;
            line-height: 25px;
            height: 25px;
            border-radius: 50%;
            color: #fff;
            font-size: 12px;
            background: #02246a;
            position: absolute;
            left: 0;
            top: 4px;
        }

    .single-page-about-section .txt.txt2 {
        margin-top: 60px;
    }

    .single-page-about-section .img {
        margin-top: 100px;
        width: 100%;
    }

.founder-section {
    background-position: center;
    background-size: cover;
    padding: 78px 15px;
    position: relative;
    z-index: 1;
    min-height: 400px;
    color: #fff;
}

    .founder-section::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31%, #000000 128.44%);
        /* background: #0000001f; */
        z-index: -1;
    }

    .founder-section .content {
        width: 1014px;
        text-align: center;
    }

        .founder-section .content p {
            font-size: 42px;
            font-weight: 600;
            line-height: 58.8px;
            letter-spacing: -0.02em;
            margin-bottom: 40px;
        }

        .founder-section .content h4 {
            font-size: 24px;
            font-weight: 600;
            line-height: 38.4px;
        }

        .founder-section .content span {
            font-size: 24px;
            font-weight: 400;
            line-height: 38.4px;
            color: #ffffff99;
        }

.process-delivers {
    padding-top: 120px;
}

    .process-delivers .global-title {
        margin-bottom: 65px;
    }

.procees-box {
    background: #f8f8f8;
    border: 1px solid #0f12331f;
    padding: 37px 32px;
    margin: 15px 0;
    height: calc(100% - 30px);
}

    .procees-box span {
        padding: 4px 12px 4px 12px;
        border-radius: 4px;
        background: #ffffff;
        border: 1px solid #0f12331f;
        display: inline-block;
    }

    .procees-box .icon {
        margin-top: 42px;
        width: 72px;
        height: 72px;
        text-align: center;
        line-height: 72px;
        background: #02246a;
        border: 1px solid #0f12331f;
        border-radius: 4px;
    }

        .procees-box .icon img {
            height: 42px;
            width: 42px;
        }

    .procees-box h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30.24px;
        letter-spacing: -0.02em;
        color: #0f1233;
        margin: 24px 0 18px 0;
    }

    .procees-box p {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        color: #0f1233;
    }

.seo-message {
    padding: 120px 0;
}

    .seo-message .img img {
        width: 100%;
    }

    .seo-message .txt {
        padding-left: 40px;
    }

    .seo-message .global-title p {
        margin-bottom: 0;
    }
/*team page*/
span.space {
    height: 17px;
    display: block;
    padding: 0;
}

    span.space::before {
        display: none;
    }

.contact-us-page-seo-message {
    padding: 120px 0;
    background: #f4fbff;
}

    .contact-us-page-seo-message .txt {
        padding-left: 40px;
    }

    .contact-us-page-seo-message .img img {
        width: 100%;
    }

    .contact-us-page-seo-message .global-title h2 {
        margin-bottom: 0;
    }

    .contact-us-page-seo-message .global-title .social a {
        display: inline-block;
        margin-right: 20px;
    }

        .contact-us-page-seo-message .global-title .social a img {
            height: 32px;
            width: 32px;
        }

div.board {
    padding: 120px 0;
}

    div.board .global-title {
        margin-bottom: 75px;
    }

div.board-box {
    margin: 15px 0;
}

    div.board-box .img {
        border: 1px solid #0f12331f;
        padding: 16px;
        margin-bottom: 24px;
    }

        div.board-box .img div {
            height: 438px;
            background: #f4fbff;
            border: 1px dashed #0f12331f;
        }

            div.board-box .img div img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: bottom;
            }

    div.board-box .body h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 43.2px;
        letter-spacing: -0.02em;
        color: #0f1233;
        margin-bottom: 0;
    }

    div.board-box .body span {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -0.02em;
        color: #0f1233;
    }

    div.board-box .body p {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        color: #0f1233;
        margin: 16px 0 40px 0;
    }

    div.board-box .body .social a {
        display: inline-block;
        margin-right: 20px;
    }

        div.board-box .body .social a img {
            width: 25px;
            height: 25px;
        }
/* contact us page */
div.contact-form {
    padding: 110px 0;
}

    div.contact-form .form {
        padding: 41px 54px;
        background: #f4fbff;
        border: 1px dashed #0f12333d;
    }

        div.contact-form .form input[type="text"],
        div.contact-form .form input[type="email"],
        div.contact-form .form textarea {
            display: block;
            width: 100%;
            border: 1px solid #dee2e6;
            background: #fff;
            margin-bottom: 24px;
            padding: 16px;
            outline: 0;
        }

        div.contact-form .form button {
            background: #0176c3;
            display: inline-block;
            padding: 16px 18px 16px 18px;
            border-radius: 4px;
            color: #fff;
            border: 0;
            margin-top: 40px;
        }

            div.contact-form .form button:hover {
                background-color: #0f1233;
            }

.checkboxx label {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #575970;
    margin: 0 0 0 20px;
}

.checkboxx input {
    cursor: pointer;
    width: 25px;
    height: 20px;
    position: relative;
    top: 5px;
}

.contact-form-info li {
    margin-bottom: 24px;
}

.contact-form-info {
    max-width: 503px;
}

    .contact-form-info li img {
        background: #02246a;
        width: 60px;
        height: 60px;
        border-radius: 4px;
        padding: 14px;
        display: inline-block;
    }

    .contact-form-info li span {
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        line-height: 40.24px;
        color: #0f1233;
        padding-left: 24px;
        width: calc(100% - 63px);
    }
/* careers page */
.why-work-with-us {
    padding: 120px 0;
}

.why-work-with-us-box {
    margin: 15px 0;
    background: #f8f8f8;
    border: 1px solid #0f12331f;
    padding: 50px 25px;
}

    .why-work-with-us-box h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30.24px;
        letter-spacing: -0.02em;
        color: #0f1233;
        margin-bottom: 16px;
    }

    .why-work-with-us-box p {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        color: #0f1233;
    }

    .why-work-with-us-box .icon {
        background: #ffffff;
        border: 1px solid #0f12331f;
        width: 72px;
        height: 72px;
        border-radius: 4px;
        text-align: center;
        line-height: 72px;
        margin-bottom: 25px;
    }

.culture {
    padding: 120px 0;
}

    .culture .img img {
        width: 100%;
    }

    .culture .txt {
        padding-left: 40px;
    }

    .culture .hint {
        background: #f4fbff;
        font-size: 24px;
        font-weight: 600;
        line-height: 38.4px;
        letter-spacing: -0.02em;
        color: #0f1233;
        padding: 18px;
        border-left: 4px solid #0176c3;
    }

.discover {
    padding: 78px 0;
    background: #f4fbff;
    border-top: 1px dashed #0f12333d;
    border-bottom: 1px dashed #0f12333d;
}

    .discover .global-title {
        margin-bottom: 80px;
    }

.role-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #0f12331f;
    margin-bottom: 40px;
}

    .role-box h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30.24px;
        letter-spacing: -0.02em;
        color: #0f1233;
    }

    .role-box p {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        color: #0f1233;
    }

    .role-box .info {
        margin: 24px 0;
    }

        .role-box .info div {
            margin: 5px;
        }

            .role-box .info div img {
                width: 40px;
                height: 40px;
                border-radius: 4px;
                background-color: #fff;
                border: 1px solid #0f12331f;
                padding: 8px;
            }

            .role-box .info div span {
                font-size: 18px;
                font-weight: 400;
                line-height: 22.68px;
                color: #0f1233;
                padding-left: 12px;
            }

    .role-box .apply-role {
        color: #fff;
        background: #0176c3;
        padding: 16px 18px 16px 18px;
        border-radius: 4px;
        display: inline-block;
    }

        .role-box .apply-role:hover {
            background: #0f1233;
        }

        .role-box .apply-role span {
            font-size: 20px;
            padding-left: 15px;
        }

            .role-box .apply-role span img {
                width: 15px;
                height: auto;
            }

    .role-box:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
/* services page */
.all-services {
    padding: 120px 0;
}

    .all-services .service-box {
        margin: 30px 0;
    }

    .all-services .global-title {
        margin-bottom: 30px;
    }

.services-process-delivers {
    background: #0f1233;
    color: #fff;
    padding: 130px 0;
}

    .services-process-delivers .global-title span,
    .services-process-delivers .global-title h2 {
        color: #fff;
    }

.services-procees-box {
    color: #fff;
    border-top: 1px solid #303351;
    background: #141739;
    padding: 37px 32px;
    margin: 15px 0;
    height: calc(100% - 30px);
}

    .services-procees-box .icon {
        margin-top: 42px;
        width: 72px;
        height: 72px;
        text-align: center;
        line-height: 72px;
        background: #1b1f49;
        border: 1px solid #0f12331f;
        border-radius: 4px;
    }

    .services-procees-box span {
        padding: 4px 12px 4px 12px;
        border-radius: 4px;
        background: #1b1f49;
        border: 1px solid #303351;
        display: inline-block;
        color: #0176c3;
    }

    .services-procees-box h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30.24px;
        letter-spacing: -0.02em;
        margin: 24px 0 18px 0;
    }

    .services-procees-box p {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
    }

.why-c {
    padding: 120px 0;
}

    .why-c .global-title a {
        color: #fff;
        padding: 16px 18px 16px 18px;
        border-radius: 4px;
        background: #0176c3;
        display: inline-block;
        margin-top: 15px;
    }

        .why-c .global-title a:hover {
            background: #0f1233;
        }

.why-c-list li h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30.24px;
    letter-spacing: -0.02em;
    color: #0f1233;
    margin-bottom: 16px;
}

.why-c-list li p {
    color: #0f1233;
    font-size: 24px;
    font-weight: 400;
    line-height: 38.4px;
}

.why-c-list li img {
    background: #02246a;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    padding: 14px;
    display: inline-block;
}

.why-c-list li {
    margin-bottom: 40px;
}

    .why-c-list li:last-child {
        margin-bottom: 0;
    }
    /* .why-c-list {
  padding-left: 40px;
} */
    .why-c-list li div {
        padding-left: 20px;
        width: calc(100% - 63px);
    }
/* end footer */

@keyframes shine {
    0%, 100% {
        background-position: right;
    }

    50% {
        background-position: left;
    }
}
/* media query */
@media only screen and (max-width: 1920px) {
    .success-path .img a,
    .why-c .global-title a {
        padding: 12px 18px 12px 18px;
    }

    .why-c-list li img {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .why-c-list li div {
        width: calc(100% - 45px);
    }

    .why-work-with-us-box p,
    .role-box p {
        font-size: 16px;
    }

    .why-work-with-us,
    .culture {
        padding: 80px 0;
    }

        .culture .hint {
            font-size: 18px;
        }

    .why-work-with-us-box h3,
    .role-box h3 {
        font-size: 20px;
    }

    .role-box .info div span {
        font-size: 14px;
    }

    .role-box .info div img {
        width: 30px;
        height: 30px;
    }

    .role-box .apply-role {
        padding: 10px 18px 13px 18px;
    }

    .why-work-with-us-box .icon {
        width: 62px;
        height: 62px;
        line-height: 62px;
    }

    .services-process-delivers {
        padding: 100px 0;
    }

    div.board-box {
        margin: 25px 0;
    }

    .contact-us-page-seo-message .global-title .social a img {
        height: 22px;
        width: 22px;
    }

    div.contact-form .form input[type="text"],
    div.contact-form .form input[type="email"],
    div.contact-form .form textarea {
        margin-bottom: 15px;
        padding: 10px 16px;
    }

    div.contact-form .form button {
        padding: 10px 18px;
        margin-top: 20px;
    }

    .mission-vision-icon-box .body p {
        font-size: 16px;
    }

    .mission-vision-icon-box .body h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .mission-vision-icon-box .icon {
        width: 50px;
        height: 50px;
    }

    .mission-vision-icon-box .body {
        width: calc(100% - 50px);
        padding-left: 30px;
    }

    .nl a {
        font-size: 16px;
        padding: 10px 18px 10px 18px;
    }

    .our-services {
        padding: 30px 0;
    }

    .main-banner {
        padding-top: 70px;
        min-height: calc(100vh - 240px);
        padding-bottom: 70px;
    }

    .founder-section {
        min-height: 400px;
    }

    div.board-box .body p {
        font-size: 16px;
    }

    div.mission-vision {
        padding: 70px 0;
    }

    .single-page-about-section .img {
        margin-top: 60px;
    }

    .single-page-about-section .txt ul li {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 35px;
    }

        .single-page-about-section .txt ul li::before {
            width: 20px;
            line-height: 20px;
            height: 20px;
            font-size: 10px;
            top: 3px;
        }

    .founder-section .content p {
        font-size: 30px;
    }

    .procees-box p {
        font-size: 16px;
    }

    .procees-box h3 {
        font-size: 20px;
        margin: 20px 0 15px 0;
    }

    .procees-box .icon {
        margin-top: 30px;
        width: 62px;
        height: 62px;
        line-height: 62px;
    }

    .single-page-about-section .txt p {
        font-size: 16px;
        line-height: 34px;
    }

    .single-page-about-section .txt h2 {
        font-size: 33px;
        line-height: 46.8px;
        margin: 10px 0 24px 0;
    }

    .single-page-about-section .txt.txt2 {
        margin-top: 45px;
    }

    div.board-box .body h4 {
        font-size: 20px;
    }

    div.board-box .body span {
        font-size: 15px;
    }

    div.board-box .body .social a img {
        width: 20px;
        height: 20px;
    }

    div.board-box .body .social a {
        margin-right: 10px;
    }

    div.board-box .img div {
        height: 390px;
    }

    div.contact-form .form {
        padding: 35px 35px;
    }

    .checkboxx label {
        font-size: 16px;
    }

    .global-title h2 {
        font-size: 30px;
        line-height: 50px;
        margin-top: 10px;
    }

    .process-delivers .global-title {
        margin-bottom: 35px;
    }

    .procees-box span {
        font-size: 14px;
    }

    .single-page-about-section .txt span,
    .global-title span {
        font-size: 12px;
        padding-left: 22px;
    }

        .single-page-about-section .txt span::before,
        .global-title span::before {
            width: 10px;
            height: 10px;
            top: 3px;
        }

    .contact-form-info li img {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .contact-form-info li a:hover span {
        color: #0f1233;
    }

    .global-title p,
    .contact-form-info li span {
        font-size: 16px;
    }

    .inner-page-main-banner {
        min-height: 360px !important;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .our-services .txt {
        font-size: 18px;
    }

    .main-banner .txt h2 {
        font-size: 45px;
        line-height: 61.19px;
    }

    ul.contact-info a {
        font-size: 16px;
    }

    ul.contact-info img {
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    footer p {
        font-size: 16px;
    }

    .copyrights {
        font-size: 14px;
        padding: 18px 0;
    }

    .contact-us-section {
        padding: 42px 0;
    }

        .contact-us-section .title h2 {
            font-size: 30px;
            line-height: 45px;
        }

    div.board .global-title {
        margin-bottom: 30px;
    }

    .service-box .body p {
        font-size: 16px;
    }

    .service-box .body h3 {
        font-size: 20px;
    }

    .service-box .body a {
        padding: 12px 18px 12px 18px;
    }

    .service-box .body p {
        margin: 14px 0 30px 0;
    }

    .all-services,
    .why-c {
        padding: 80px 0;
    }

        .all-services .global-title {
            margin-bottom: 0px;
        }

    .why-c-list li p {
        font-size: 16px;
    }

    .services-procees-box p {
        font-size: 16px;
    }

    .services-procees-box h3 {
        font-size: 20px;
    }

    .services-procees-box span {
        font-size: 14px;
    }

    div.about-section .txt p,
    div.about-section .txt ul li {
        font-size: 16px;
        line-height: 30px;
    }

    div.about-section .txt h2 {
        font-size: 30px;
        line-height: 46.8px;
        margin-top: 10px;
    }

    div.about-section .txt span {
        font-size: 12px;
        padding-left: 24px;
    }

        div.about-section .txt span::before {
            width: 10px;
            height: 10px;
            top: 3px;
        }

    div.about-section .txt ul li {
        padding-left: 30px;
    }

        div.about-section .txt ul li::before {
            height: 20px;
            width: 20px;
            line-height: 20px;
            font-size: 10px;
        }

    div.about-section {
        padding: 90px 0 0 0;
    }

    .below-slider a {
        padding: 12px 18px 12px 18px;
    }

    div.why-us .title-txt,
    .success-path .content .card p {
        font-size: 16px;
    }

    .why-choose-us-icon-box .body p {
        font-size: 16px;
        line-height: 32.4px;
    }

    .why-choose-us-icon-box .body {
        padding-left: 25px;
    }

    .why-choose-us-icon-box .icon {
        height: 62px;
        width: 62px;
        line-height: 62px;
    }

        .why-choose-us-icon-box .icon img {
            height: 35px;
            width: 35px;
        }

    .why-choose-us-icon-box {
        margin-bottom: 44px;
    }

    .why-choose-us-icons {
        padding-right: 40px;
    }

    div.why-us .title h2,
    .success-path .img h2,
    .success-path .title h2 {
        margin-top: 10px;
        font-size: 30px;
        line-height: 46.8px;
    }

    div.why-us .title span,
    .success-path .title span,
    .success-path .img span {
        font-size: 12px;
        padding-left: 24px;
    }

        div.why-us .title span::before,
        .success-path .title span::before,
        .success-path .img span::before {
            height: 10px;
            width: 10px;
            top: 3px;
        }

    .success-path .title {
        margin-bottom: 50px;
    }

    .success-path .content .card ul li {
        font-size: 14px;
    }

        .success-path .content .card ul li img {
            height: 30px;
            padding: 6px;
            width: 30px;
            margin-right: 10px;
        }

    .success-path .content .card h2 {
        font-size: 20px;
    }

    .success-path {
        padding: 80px 0;
    }

    .our-services a {
        padding: 10px 18px 10px 18px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1366px) {
    /* footer .subscribe-form form button {
    height: 24px;
  } */
    .footer-h {
        font-size: 12px;
    }

    footer ul li a {
        font-size: 14px;
    }

    .inner-page-main-banner {
        min-height: 250px !important;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .our-services .txt {
        font-size: 16px;
        line-height: 33px;
        font-weight: 500;
    }

    .main-banner .txt h2 {
        font-size: 30px;
        line-height: 45.19px;
    }

    .contact-us-page-seo-message {
        padding: 80px 0;
    }

    div.board-box .img div {
        height: 320px;
    }

    div.board {
        padding: 70px 0;
    }

    footer .subscribe-form form {
        padding: 8px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-us-icons {
        padding: 0;
    }

    .success-path .img {
        margin-bottom: 30px;
    }

    .culture .txt,
    div.about-section .txt,
    div.why-us .img {
        padding-left: 0;
        margin-top: 40px;
    }

    .why-c-list {
        margin-top: 60px;
    }

    .founder-section .content p {
        font-size: 25px;
        line-height: 49.8px;
    }

    .mission-vision-icon-box {
        padding: 30px;
    }

        .mission-vision-icon-box .icon {
            width: 40px;
            height: 40px;
        }

            .mission-vision-icon-box .icon img {
                width: 30px;
            }

        .mission-vision-icon-box .body {
            width: calc(100% - 40px);
            padding-left: 15px;
        }

    .contact-us-page-seo-message .txt,
    .seo-message .txt {
        padding-left: 0;
        margin-top: 30px;
    }

    div.contact-form .form {
        margin-top: 30px;
    }

    .nav-links ul li.drop .icofont-rounded-down {
        color: #fff;
        font-size: 18px;
    }

    .logo {
        padding-left: 10px;
    }

    .nav-links {
        position: fixed;
        z-index: 99999;
        background: #0f1233;
        padding: 70px 20px 20px 20px;
        overflow: auto;
        /*overflow-y: scroll;*/
        /*overflow-x: hidden;*/
        opacity: 0;
        visibility: hidden;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        transition: all 0.3s linear;
    }

    .nav-buttons a {
        width: 190px;
    }

    .nav-links ul li a {
        display: block;
        text-align: left;
        padding: 4px;
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
    }

        .nav-links ul li a::after,
        .nav-links ul li a::before {
            display: none !important;
        }

    .main-banner .txt h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 47px;
        letter-spacing: -0.016em;
    }

    .main-banner .txt {
        padding: 0 9px;
    }

    .main-banner {
        /* padding-top: 80px;*/
        height: auto;
        /* min-height: auto; */
        /* padding-bottom: 20px; */
    }

        .main-banner .txt h2 br {
            display: none;
        }

    .nav-links ul li {
        margin: 25px 0;
        /* text-align: center; */
    }

        .nav-links ul li.drop ul li {
            margin: 0;
        }

            .nav-links ul li.drop ul li a {
                border: 0;
            }

            .nav-links ul li.drop ul li a {
                color: #fff;
            }

    .close-menu {
        color: #fff;
        cursor: pointer;
        position: absolute;
        top: 30px;
        right: 20px;
        display: inline-block;
    }

    .open-menu span {
        display: block;
        width: 35px;
        height: 3px;
        background-color: #fff;
        margin: 7px 0;
    }

    .nav-bar {
        padding: 15px 0;
    }

    .footer-sec-2 {
        width: 100%;
    }

    .open-menu {
        cursor: pointer;
        float: right;
        margin-right: 15px;
        color: #fff;
        font-size: 35px;
    }

    .nav-links ul li.drop ul {
        position: initial;
        width: 100%;
        margin: auto;
        border: none;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition: none;
        display: none;
        background: none;
        padding: 20px 0 0 40px;
        border-radius: 0;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative;
        top: -8px;
    }

    .nav-links ul li.drop {
        padding-right: 0;
    }

        .nav-links ul li.drop:hover ul {
            opacity: 1;
            visibility: visible;
        }

    /* .nav-links ul li.drop .icofont-rounded-down {
    right: 20px;
    top: 3px;
    padding: 7px 10px;
    left: auto;
    background: #fff;
    cursor: pointer;
    color: #a97e4d;
  } */
    .why-us-title {
        margin-bottom: 50px !important;
    }

    .services-slider .owl-nav {
        top: -40px;
    }
}

@media only screen and (max-width: 767px) {
    .our-services a,
    .below-slider a {
        margin-top: 20px;
    }

    .main-banner .txt h2 {
        font-size: 26px;
        line-height: 40px;
        margin-top: 10px;
    }

    .services-slider {
        margin-top: 40px;
    }

    .role-box .apply-role {
        margin-top: 20px;
    }

    footer {
        padding-bottom: 50px;
    }

    .contact-info {
        margin-top: 30px;
    }

    .procees-box {
        padding: 35px 20px;
    }

        .procees-box .icon {
            margin-top: 20px;
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

    .process-delivers .global-title {
        margin-bottom: 30px;
    }

    .seo-message {
        padding: 70px 0;
    }

    .process-delivers {
        padding: 70px 0 0 0;
    }

    .global-title h2,
    .single-page-about-section .txt h2 {
        font-size: 26px;
        line-height: 40px;
    }

    div.board-box .body p {
        margin: 16px 0 16px 0;
    }

    .founder-section .content p {
        font-size: 20px;
        line-height: 40.8px;
    }

    div.contact-form {
        padding: 70px 0;
    }

    .founder-section .content span {
        font-size: 18px;
    }

    .founder-section {
        min-height: 540px;
        padding: 40px 15px;
    }

    div.contact-form .form {
        padding: 35px 20px;
    }

    footer .footer-logo {
        width: 100%;
    }

    ul.contact-info li:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer-sec {
        margin-bottom: 20px;
    }

    /* width */
    .nav-links::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .nav-links::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .nav-links::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .nav-links::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .m-overlay {
        position: fixed;
        z-index: 29;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        bottom: 0;
        background: #375094;
        opacity: 0.35;
    }

    nav .logo {
        height: 90px;
    }

    .nav-bar {
        padding: 10px 0;
        border-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .main-sec {
        background-position: 80% center;
    }

    .main-banner {
        min-height: calc(100vh - 350px);
        padding-bottom: 30px;
    }

    div.mission-vision {
        padding: 70px 15px;
    }

    .success-path .content .card ul li {
        float: none;
        width: 100%;
    }

    .success-path .content .card {
        padding: 35px 25px;
    }

    .success-path .img {
        min-height: 500px;
        height: calc(100% - 25px);
        padding: 30px 25px;
    }

        .success-path .img h2 {
            font-size: 26px;
            line-height: 38.8px;
        }

    .why-choose-us-icon-box .icon {
        height: 42px;
        width: 42px;
        line-height: 42px;
    }

        .why-choose-us-icon-box .icon img {
            height: 25px;
            width: 25px;
        }

    .why-choose-us-icon-box .body {
        width: calc(100% - 45px);
        padding-left: 20px;
    }
}

.text-justify {
    text-align: justify !important;
}
