body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

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

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn {
    padding-top: 20px;
}



/* header start */

.navbar-custom {


    position: relative;

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 120px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.black-logo {
    display: none !important;
}

.sticky-scroll .white-logo {
    display: none !important;
}

.sticky-scroll .black-logo {
    display: block !important;
}

.sticky-scroll .navbar-nav a {
    color: #000000 !important;
}

.sticky-scroll .header-scoilmedia a {
    border: 1px solid #000000;
    color: #000000;
}



.sticky-scroll .navbar-toggler span {
    color: #000000 !important;
}



.offcanvas-body {

    display: flex !important;
    justify-content: left !important;
}


.sticky-scroll .header-call strong {
    color: #000000;
}

.sticky-scroll .header-call small {
    color: #000000;
}


.navbar-nav {
    display: flex;
    justify-content: end;
}

.navbar-nav a {
    color: #ffffff !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;

    transition: color 0.3s ease;
    position: relative;

    /* text-align: center !important; */
}


.navbar-nav a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e72327;
    transition: width 0.3s ease;
}

.navbar-nav a:hover {
    color: #e72327 !important;
}

.navbar-nav a:hover::after {
    width: 100%;
}



/* .navbar-nav .active a {
    color: #1e4570 !important;
} */




.navbar-toggler span {
    color: #ffffff !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}


/* header social media  */

.header-call a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.header-call i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e72327;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: .4s;
}

.header-call small {
    display: block;
    color: #cfcfcf;
    font-size: 12px;
    line-height: 1;
}

.header-call strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 4px;
}

.header-call a:hover i {
    transform: rotate(-15deg) scale(1.1);
}







@media(max-width:992px) {
    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn {
        display: none;
    }

    .header-right-section {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }
}


@media(max-width:432px) {
    .navbar-brand img {
        width: 105px;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */




/* home  banner start */

.banner-section {
    width: 100%;
    /* min-height: 100vh; */
    background: url("../image/banner-2.jpg") center center/cover no-repeat;
    position: relative;
}

.banner-overlay {
    width: 100%;
    min-height: 100vh;

    /* background:linear-gradient(
        110deg,
        rgba(7,23,45,.98) 0%,
        rgba(12,35,67,.96) 20%,
        rgba(22,56,93,.90) 45%,
        rgba(30,69,112,.55) 75%,
        rgba(30,69,112,.15) 100%
    ); */

    background: linear-gradient(120deg,
            #07172d 0%,
            #0c2343 20%,
            #16385d 45%,
            rgba(30, 69, 112, 0.65) 90%,
            rgba(30, 69, 112, 0.15) 100%);

    display: flex;
    align-items: center;
}

.banner-content-row {
    min-height: 100vh;
    align-items: center;
}

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

.banner-content h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    line-height: 1.2;
    /* font-family: "Marcellus", serif; */
    /* font-family: "Noto Serif NP Hmong", serif; */
    font-family: "Playfair Display", serif;
    margin-bottom: 25px;
}

.banner-content h2 span {
    color: #e72327;
}

.banner-content p {
    color: #ddd;
    font-size: 18px;
    line-height: 1.8;
    max-width: 580px;
    margin-bottom: 35px;
}

.banner-btns {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #e72327;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: .4s;
}

.banner-btn:hover {
    background: #fff;
    color: #0c2343;
}

.banner-btn-outline {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.banner-btn-outline:hover {
    background: #e72327;
    border: none;
    color: #fff;
}

@media (max-width:991px) {

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

    .banner-content p {
        margin: 0 auto 30px;
    }

    .banner-btns {
        justify-content: left;
    }

    .banner-content h2 {
        font-size: 48px;
    }

}

@media (max-width:576px) {

    .banner-section,
    .banner-overlay,
    .banner-content-row {
        /* min-height:700px; */
        min-height: 550px;
    }

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

    .banner-btns {
        justify-content: center;
    }

    .banner-content h2 {
        font-size: 36px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .banner-btn {
        padding: 10px 22px;
        font-size: 14px;
    }

}


/* banner end */














/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #1e4570;
}

/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 45px;
    height: 45px;
    background: #1e4570;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    z-index: 999;
}

/* end */


/* pages banner start */

.breadcrumb-section {
    position: relative;
    background: url(..//image/page-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding: 110px 0;
    color: #fff;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(77, 52, 16, 0.85); */
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
}

.breadcrumb-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    color: #e72327;
}

.breadcrumb-content p {
    font-size: 16px;
}

.breadcrumb-content a {
    color: #fff;
    text-decoration: none;

}

.breadcrumb-content a:hover {
    color: #1e4570;
}

/* pages banner start */





/* footer section */

.footer-section {
    background: #1e4570;
    color: #fff;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #e72327;
    opacity: .08;
    border-radius: 50%;
    top: -150px;
    right: -100px;
}

.footer-section::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #ffffff;
    opacity: .05;
    border-radius: 50%;
    bottom: -120px;
    left: -100px;
}

/* Logo */

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
    transition: .3s ease;
}

.footer-logo img:hover {
    transform: scale(1.03);
}

/* Paragraph */

.footer-section p {
    color: #d7e2ec;
    line-height: 1.9;
    font-size: 15px;
}

/* Headings */

.footer-section h4 {
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
}

.footer-section h4::after {
    content: "";
    width: 45px;
    height: 3px;
    background: #e72327;
    position: absolute;
    left: 0;
    bottom: -10px;
}

/* List */

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 15px;
}

.footer-section ul li a {
    color: #d7e2ec;
    text-decoration: none;
    transition: .3s;
}

.footer-section ul li a:hover {
    color: #fff;
    padding-left: 8px;
}

.footer-section ul li i {
    color: #e72327;
    width: 22px;
}

/* Contact */

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact a {
    color: #d7e2ec;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #fff;
}

/* Social */

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .4s;
}

.footer-social a:hover {
    background: #e72327;
    transform: translateY(-5px);
}

/* Footer Bottom */

.footer-bottom {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 20px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-copy {
    color: #d7e2ec;
    text-align: center;
}

/* Responsive */

@media(max-width:991px) {

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

    .footer-social {
        justify-content: flex-start;
    }

    .footer-bottom-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-copy {
        width: 100%;
    }

}


/* footer end */


/* baner card */

.banner-cards {
    /* margin-top:-95px; */
    margin-top: -158px;
    position: relative;
    z-index: 10;
}

.feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    /* box-shadow: 0 18px 40px rgba(0, 0, 0, .12); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    transition: .35s;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .18);
}

.feature-icon {
    width: 65px;
    height: 65px;
    background: #eef4fb;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1e4570;
    margin-right: 18px;
    flex-shrink: 0;
}

.feature-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #222;
}

.feature-content p {
    color: #777;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 20px;
}

.discover-btn {
    display: inline-block;
    background: #fff;
    color: #1e4570;
    border: 1px solid #ddd;
    padding: 11px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    /* box-shadow:0 8px 20px rgba(0,0,0,.08); */
}

.discover-btn:hover {
    background: #1e4570;
    color: #fff;
}


@media(max-width:991px) {

    .banner-cards {
        margin-top: -70px;
    }

    .hero-banner {
        min-height: 460px;
        padding-bottom: 90px;
    }

}

@media(max-width:767px) {

    .hero-banner {
        min-height: 420px;
        text-align: center;
        padding-bottom: 70px;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .banner-cards {
        /* margin-top: -45px; */
        margin-top: -116px;
    }

    .feature-card {
        padding: 22px;
    }

    .feature-content h4 {
        font-size: 20px;
    }

}


@media(max-width:432px) {

    .feature-content p {
        font-size: 13px;
    }

    .feature-content h4 {
        font-size: 18px;
    }

    .discover-btn {
        font-size: 13px;
    }

}

/* banner card end */


/* service section  */


.services-section {
    padding: 50px 0;
    background: #ffffff;
}

/* .section-title span {
    color: #e72327;
    font-weight: 700;
    letter-spacing: 2px;
} */

.services-section-title h2 {
    font-size: 42px;
    font-weight: 600;
    color: #1e4570;
    margin: 15px 0;
    font-family: "Playfair Display", serif;
}

.services-section-title h2 span {
    color: #e72327;
}

.services-section-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
}

.service-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    /* box-shadow: 0 15px 45px rgba(0, 0, 0, .08); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: .4s;
    position: relative;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
}

.service-image {
    height: 230px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s;
}

.service-card:hover .service-image img {
    transform: scale(1.12);
}

.service-content {
    padding: 35px;
    position: relative;
}

.icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #1e4570;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-top: -72px;
    margin-bottom: 20px;
    border: 5px solid #fff;
    transition: .4s;
}

.service-card:hover .icon {
    background: #e72327;
    transform: rotateY(180deg);
}

.service-content h4 {
    color: #1e4570;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.service-content p {
    color: #666;
    line-height: 28px;
    font-size: 15px;
}

.service-btn {
    display: inline-block;
    margin-top: 20px;
    background: #1e4570;
    color: #fff;
    padding: 12px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 400;
    transition: .4s;
}

.service-btn:hover {
    background: #e72327;
    color: #fff;
    transform: translateX(8px);
}


.view-services-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    background: #1e4570;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
    /* box-shadow: 0 12px 30px rgba(30, 69, 112, .25); */
}

.view-services-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .35),
            transparent);
    transition: .7s;
}

.view-services-btn:hover::before {
    left: 100%;
}

.view-services-btn:hover {
    background: #e72327;
    color: #fff;
    transform: translateY(-5px);
    /* box-shadow: 0 18px 40px rgba(231, 35, 39, .35); */
}

.view-services-btn i {
    transition: .4s;
}

.view-services-btn:hover i {
    transform: translateX(6px);
}

@media(max-width:991px) {

    .services-section {
        padding: 40px 0;
    }

    .services-section-title h2 {
        font-size: 32px;
    }

    .service-image {
        height: 220px;
    }

}


@media(max-width:576px) {

    .view-services-btn {
        /* width: 100%; */
        padding: 15px 20px;
        font-size: 15px;
    }

}

@media(max-width:767px) {

    .service-content {
        padding: 25px;
    }

    .services-section-title h2 {
        font-size: 28px;
    }

}


/* services end */


/* detail page */


.detail-section {
    padding: 100px 0;
    background: #f7f9fc;
}

.detail-image {
    overflow: hidden;
    border-radius: 20px;
}

.detail-image img {
    width: 100%;
    transition: .5s;
}

.detail-image:hover img {
    transform: scale(1.08);
}

.detail-subtitle {
    color: #e72327;
    font-weight: 700;
    letter-spacing: 2px;
    /* text-transform:uppercase; */
}

.detail-title {
    font-size: 30px;
    color: #1e4570;
    font-weight: 600;
    margin: 15px 0 20px;
}

.detail-content p {
    color: #666;
    line-height: 30px;
    font-size: 15px;
}

.detail-list {
    padding: 0;
    margin-top: 30px;
    list-style: none;
}

.detail-list li {
    margin-bottom: 15px;
    font-size: 17px;
}

.detail-list i {
    color: #e72327;
    margin-right: 10px;
}

.toll-card {
    background: linear-gradient(135deg, #1e4570, #2c5d93);
    color: #fff;
    padding: 40px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.toll-card i {
    font-size: 45px;
    margin-bottom: 20px;
}

.toll-card span {
    display: block;
    letter-spacing: 2px;
    font-size: 13px;
}

.toll-card h3 {
    font-size: 34px;
    margin: 15px 0;
}

.loan-form {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.loan-form h4 {
    color: #1e4570;
    font-weight: 700;
    margin-bottom: 10px;
}

.loan-form p {
    color: #777;
    margin-bottom: 25px;
}

.loan-form .form-control,
.loan-form .form-select {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.loan-form textarea {
    border-radius: 12px;
}

.form-btn {
    background: #e72327;
    color: #fff;
    border: none;
    height: 55px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.form-btn:hover {
    background: #1e4570;
}


@media(max-width:432px) {
    .detail-title {
        font-size: 22px;
        line-height: 35px;
    }
}

/* detail page end */




/* about section */

.about-section {
    padding: 100px 0;
    padding-bottom: 20px;
    background: #ffffff;
    overflow: hidden;
}

.about-image {
    position: relative;
}

.about-img-box {
    position: relative;
}

.about-img-box img {
    width: 100%;
    border-radius: 25px;
    /* box-shadow:0 20px 60px rgba(0,0,0,.15); */
}

.experience-card {
    position: absolute;
    left: -20px;
    bottom: 40px;
    background: #1e4570;
    color: #fff;
    padding: 20px 25px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(30, 69, 112, .35);
}

.experience-card h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.experience-card span {
    font-size: 15px;
}

.customers-card {
    position: absolute;
    top: 30px;
    right: -20px;
    background: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    /* box-shadow:0 15px 40px rgba(0,0,0,.12); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.customers-card i {
    width: 55px;
    height: 55px;
    background: #e72327;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
}

.customers-card h5 {
    margin: 0;
    color: #1e4570;
    font-weight: 700;
}

.customers-card p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    background: #e7232712;
    color: #e72327;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-content h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #1e4570;
    margin-bottom: 25px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
}

.about-content h2 span {
    color: #e72327;
}

.about-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 35px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #1e4570;
}

.feature-item i {
    color: #e72327;
    font-size: 20px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    background: #1e4570;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: .4s;
    font-weight: 400;
}

.about-btn:hover {
    background: #e72327;
    color: #fff;
    transform: translateY(-4px);
}

@media(max-width:991px) {

    .about-section {
        padding: 70px 0;
    }

    .about-content {
        margin-top: 40px;
    }

    .about-content h2 {
        font-size: 36px;
    }

    .experience-card {
        left: 10px;
        bottom: 15px;
    }

    .customers-card {
        right: 10px;
        top: 15px;
    }
}

@media(max-width:767px) {

    .about-features {
        grid-template-columns: 1fr;
    }

    .about-content h2 {
        font-size: 25px;
        line-height: 37px;
    }

    .experience-card {
        padding: 15px;
    }

    .experience-card {
        bottom: 150px;
    }

    .experience-card h2 {
        font-size: 30px;
    }

    .customers-card {
        position: relative;
        top: 20px;
        right: 0;
        width: 100%;
    }
}

/* about end */



/* mission and vision */

.mission-vision-section {
    padding: 50px 0;
    background: #f8fbff;
}

.mission-section-title span {
    color: #e72327;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mission-section-title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1e4570;
    margin: 15px 0;
    font-family: "Playfair Display", serif;
}

.mission-section-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.mv-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: .4s;
    border: 1px solid #e9eef5;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.mv-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #1e4570;
}

.vision-card::before {
    background: #e72327;
}

.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
}

.mv-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e4570;
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
}

.vision-card .mv-icon {
    background: #e72327;
}

.mv-card h3 {
    color: #1e4570;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.mv-card p {
    color: #666;
    line-height: 1.9;
    margin: 0;
}

@media(max-width:991px) {

    .mission-vision-section {
        padding: 50px 0;
    }

    .mission-section-title h2 {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .mv-card {
        padding: 30px 25px;
    }

    .mission-section-title h2 {
        font-size: 30px;
    }

}


/* mission end */


/* why choose */

.why-choose-section {
    padding: 50px 0;
    background: #fff;
}

.why-section-title span {
    color: #e72327;
    font-weight: 600;
}

.why-section-title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1e4570;
    margin: 15px 0;
    font-family: "Playfair Display", serif;
}

.why-section-title h2 span {
    color: #e72327;
}

.why-section-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
}

.choose-box {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: #f8fbff;
    border-radius: 18px;
    margin-bottom: 25px;
    transition: .4s;
    border: 1px solid #edf1f5;
}

.choose-box:hover {
    transform: translateY(-8px);
    background: #1e4570;
}

.choose-icon {
    min-width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #1e4570, #2d6cb0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.choose-box:hover .choose-icon {
    background: #e72327;
}

.choose-box h4 {
    color: #1e4570;
    margin-bottom: 8px;
    transition: .3s;
    font-size: 20px;
    font-weight: 500;
}

.choose-box p {
    color: #666;
    margin: 0;
    font-size: 15px;
    transition: .3s;
}

.choose-box:hover h4,
.choose-box:hover p {
    color: #fff;
}

.choose-image {
    position: relative;
}

.choose-image img {
    max-width: 100%;
    animation: float 4s ease-in-out infinite;
    border-radius: 10px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

}

@media(max-width:991px) {

    .why-choose-section {
        padding: 15px 0;
    }

    .choose-image {
        margin: 40px 0;
    }

    .why-section-title h2 {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .why-section-title h2 {
        font-size: 25px;
    }

    .choose-box {
        padding: 20px;
    }

    .choose-icon {
        min-width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

@media(max-width:432px) {
    .choose-box h4 {
        font-size: 18px;
    }
}


/* why choose ned */



/*  */

.advantages-section {
    padding: 50px 0;
    background: #f8fbff;
}


.advantages-section-title {
    max-width: 700px;
    margin: 0 auto 60px;
}

.advantages-section-title .subtitle {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e72327;
    margin-bottom: 15px;
}

.advantages-section-title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1e4570;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}

.advantages-section-title .highlight {
    color: #e72327;
}

.advantages-section-title p {
    font-size: 17px;
    color: #6c757d;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto;
}

.adv-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: .4s;
    border: 1px solid #edf2f7;
    position: relative;
    overflow: hidden;
}

.adv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #1e4570, #e72327);
    transform: scaleX(0);
    transition: .4s;
}

.adv-card:hover::before {
    transform: scaleX(1);
}

.adv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(30, 69, 112, .12);
}

.adv-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e4570, #2b6eb3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: .4s;
}

.adv-card:hover .adv-icon {
    background: linear-gradient(135deg, #e72327, #ff5252);
    transform: rotateY(180deg);
}

.adv-card h4 {
    color: #1e4570;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.adv-card p {
    color: #666;
    line-height: 1.7;
    margin: 0;
    font-size: 15px;
}

@media(max-width:991px) {

    .advantages-section {
        padding: 50px 0;
    }

    .advantages-section-title h2 {
        font-size: 36px;
    }
}

@media(max-width:767px) {

    .advantages-section-title {
        margin-bottom: 40px;
    }

    .advantages-section-title h2 {
        font-size: 25px;
    }

    .advantages-section-title p {
        font-size: 16px;
    }

    .adv-card {
        padding: 30px 20px;
    }
}

/* adv end */



/* cta start */

.cta-section {
    padding: 50px 0;
    background: #f7f9fc;
}

.cta-wrapper {
    background: linear-gradient(135deg, #1e4570, #163654);
    border-radius: 30px;
    padding: 70px;
    position: relative;
    overflow: hidden;
}

.cta-wrapper::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: #e72327;
    border-radius: 50%;
    top: -180px;
    right: -150px;
    opacity: .15;
}

.cta-wrapper::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border: 2px dashed rgba(255, 255, 255, .15);
    border-radius: 50%;
    bottom: -120px;
    left: -100px;
}

.cta-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.cta-wrapper h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}

.cta-wrapper h2 span {
    color: #ffcf33;
}

.cta-wrapper p {
    color: #d9e2ef;
    line-height: 1.9;
    font-size: 15px;
}

.cta-features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
}

.cta-features div {
    color: #fff;
    font-weight: 600;
}

.cta-features i {
    color: #ffcf33;
    margin-right: 8px;
}

.call-box {
    background: #fff;
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}

.call-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #e72327;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    animation: ring 2s infinite;
}

@keyframes ring {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.call-box small {
    display: block;
    margin: 20px 0 10px;
    color: #777;
    text-transform: uppercase;
    font-weight: 600;
}

.call-box h3 {
    color: #1e4570;
    font-size: 25px;
    font-weight: 500;
}

.call-box p {
    color: #666;
}

.call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e72327;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: .3s;
}

.call-btn:hover {
    background: #1e4570;
    color: #fff;
    transform: translateY(-5px);
}

@media(max-width:991px) {

    .cta-wrapper {
        padding: 45px 30px;
    }

    .call-box {
        margin-top: 40px;
    }

    .cta-wrapper h2 {
        font-size: 36px;
    }

}

@media(max-width:767px) {

    .cta-wrapper h2 {
        font-size: 25px;
        line-height: 37px;
    }

    .cta-features {
        flex-direction: column;
        gap: 15px;
    }

    .call-box h3 {
        font-size: 25px;
    }
}


@media(max-width:500px) {

    .call-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

/* cta end */



/* contact page start */

.contact-section {
    padding: 50px 0;
    background: #f5f7fb;
}

.contact-section-title {
    max-width: 700px;
    margin: 0 auto 70px;
}

/* .contact-section-title span {
    display: inline-block;
    padding: 8px 22px;
    background: rgba(30, 69, 112, .08);
    color: #1e4570;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 18px;
} */

.contact-section-title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1e4570;
    line-height: 1.2;
    margin-bottom: 18px;
    font-family: "Playfair Display", serif;
}

.contact-section-title h2::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #e72327;
    display: block;
    margin: 20px auto 0;
    border-radius: 10px;
}

.contact-section-title p {
    font-size: 17px;
    line-height: 1.8;
    color: #6c757d;
    max-width: 620px;
    margin: 25px auto 0;
}

.contact-wrapper {
    position: relative;
}

.contact-form-box {

    background: #fff;
    padding: 60px;
    border-radius: 25px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, .08); */
    padding-right: 180px;

}

.contact-form-box h3 {
    color: #1e4570;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-form-box p {
    color: #777;
}

.contact-form-box label {

    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;

}

.contact-form-box .form-control {

    height: 55px;
    border-radius: 30px;
    border: 1px solid #ddd;

}

.contact-form-box textarea {

    height: 140px !important;
    border-radius: 20px !important;
    resize: none;

}

.contact-btn {

    background: #1e4570;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 40px;
    transition: .4s;

}

.contact-btn:hover {

    background: #e72327;

}

/* Right Card */

.contact-info {

    background: #1e4570;
    color: #fff;
    padding: 35px;
    border-radius: 25px;

    margin-left: -90px;

    position: relative;

    z-index: 5;

    /* box-shadow: 0 20px 60px rgba(0, 0, 0, .15); */

}

.contact-info h3 {

    font-size: 26px;
    margin-bottom: 30px;

}

.info-item {

    display: flex;
    align-items: center;

    gap: 15px;

    background: rgba(255, 255, 255, .08);

    padding: 18px;

    border-radius: 15px;

    margin-bottom: 18px;

}

.info-item i {

    width: 55px;
    height: 55px;

    background: #fff;

    color: #1e4570;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 22px;

}

.info-item span {

    font-size: 13px;

    opacity: .8;

}

.info-item h6 {

    margin: 5px 0 0;

    font-size: 17px;

}

.social-icons {

    display: flex;

    gap: 15px;

    margin-top: 20px;

}

.social-icons a {

    width: 45px;

    height: 45px;

    background: rgba(255, 255, 255, .12);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    transition: .3s;

    text-decoration: none;

}

.social-icons a:hover {

    background: #e72327;

}

@media(max-width:991px) {

    .contact-form-box {

        padding: 35px;

        padding-right: 35px;

    }

    .contact-info {

        margin-left: 0;

        margin-top: 30px;

    }

    .contact-section-title {
        margin-bottom: 50px;
    }

    .contact-section-title h2 {
        font-size: 36px;
    }

    .contact-section-title p {
        font-size: 16px;
    }

}


@media (max-width:576px) {

    .contact-section-title h2 {
        font-size: 30px;
    }

    .contact-section-title span {
        font-size: 12px;
        padding: 7px 18px;
        letter-spacing: 1px;
    }

    .contact-section-title p {
        font-size: 15px;
    }

}

/* contact end */


.map-section {
    padding: 30px 0;
    background: #f8f9fb;
}

.map-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.map-wrapper iframe {
    width: 100%;
    height: 550px;
    border: 0;
    display: block;
    filter: grayscale(10%);
}

.map-info {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 340px;
    background: #1e4570;
    color: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.map-info span {
    display: inline-block;
    color: #ffd34d;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.map-info h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.map-info p {
    color: #d9e5f2;
    line-height: 1.8;
    margin-bottom: 25px;
}

.map-info a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #e72327;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.map-info a:hover {
    background: #fff;
    color: #1e4570;
}

@media(max-width:991px) {

    .map-wrapper iframe {
        height: 400px;
    }

    .map-info {
        position: static;
        width: 100%;
        border-radius: 0 0 30px 30px;
    }

}

@media(max-width:576px) {

    .map-info {
        padding: 25px;
    }

    .map-info h3 {
        font-size: 24px;
    }

}