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: 170px;
}

.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: #C8960C;
    transition: width 0.3s ease;
}

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

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



/* .navbar-nav .active a {
    color: #0D2B4E !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: #C8960C;
    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: 160px;
    }
}



/* .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.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%); */

    background: rgba(13, 43, 78, 0.90);

    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: 45px;
    font-weight: 600;
    letter-spacing: 1.9px;
    line-height: 1.2;
    font-family: "Orbitron", sans-serif;
    margin-bottom: 25px;
}

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

.banner-content p {
    color: #ddd;
    font-size: 15px;
    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: #C8960C;
    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: #C8960C;
    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:768px) {

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

}

@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: 28px;
        line-height: 1.5;
    }

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

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

    .banner-cards {
        margin-top: -63px !important;
    }

}


/* 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: #0D2B4E;
}

/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 45px;
    height: 45px;
    background: #0D2B4E;
    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-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    color: #fff;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.75); */
    background: rgba(13, 43, 78, 0.80);
    z-index: 1;
}

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

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

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

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

}

.breadcrumb-content a:hover {
    color: #0D2B4E;
}


@media(max-width:500px) {
    .breadcrumb-section {
        padding: 80px 0;
    }


    .breadcrumb-content h2 {
        font-size: 25px;
    }

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

/* pages banner start */





/* footer section */

.footer-section {
    position: relative;
    overflow: hidden;
    background: #0D2B4E;
    color: #fff;
    padding: 50px 0 0;
}

.footer-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(200, 150, 12, .08);
    border-radius: 50%;
    top: -180px;
    right: -180px;
}

.footer-section::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    left: -140px;
    bottom: -210px;
}

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

.footer-logo img {
    max-width: 180px;
    transition: .4s;
}

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

.footer-section p {
    color: #d6e1eb;
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 30px;
}

.footer-section h4 {
    font-size: 22px;
    margin-bottom: 28px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1.9px;
    font-family: "Orbitron", sans-serif;
}

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

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

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

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

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

.footer-section ul li i {
    color: #C8960C;
    width: 24px;
}

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

.footer-contact i {
    margin-top: 4px;
}

.footer-social {
    display: flex;
    gap: 14px;
}

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

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

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

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    gap: 20px;
}

.footer-copy {
    color: #d6e1eb;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.footer-links {
    display: flex;
    gap: 14px;
    align-items: center;
}

.footer-links span {
    color: rgba(255, 255, 255, .4);
}

.footer-links a {
    color: #d6e1eb;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #C8960C;
}

.footer-powered {
    color: #d6e1eb;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.footer-powered a {
    color: #d6e1eb;
    text-decoration: none;
    /* font-weight:600; */
}

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

@media(max-width:991px) {

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

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

}

@media(max-width:576px) {

    .footer-section {
        padding-top: 50px;
    }

    .footer-links {
        flex-direction: column;
        gap: 8px;
    }

    .footer-links span {
        display: none;
    }

    .footer-bottom-content {
        gap: 12px;
    }

}

/* 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: #0D2B4E;
    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: #0D2B4E;
    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: #0D2B4E;
    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 page start */

.services-section {
    padding: 30px 0;
    background: #f8fafc;
}

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

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(13, 43, 78, .15);
}

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

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

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

.service-icon {
    width: 50px;
    height: 50px;
    background: #0D2B4E;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 210px;
    right: 30px;
    border: 5px solid #fff;
    transition: .4s;
}

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

.service-content {
    padding: 30px 30px 35px;
}

.service-content span {
    color: #C8960C;
    font-weight: 700;
    letter-spacing: 2px;
}

.service-content h3 {
    font-size: 21px;
    color: #0D2B4E;
    margin: 12px 0 15px;
    line-height: 1.4;
    font-weight: 500;
}

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

.service-btn {
    color: #0D2B4E;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .35s;
}

.service-btn::after {
    content: "→";
    transition: .35s;
}

.service-btn:hover {
    color: #C8960C;
}

.service-btn:hover::after {
    transform: translateX(6px);
}

.service-section-title span {
    color: #C8960C;
    font-weight: 700;
    letter-spacing: 2px;
}

.service-section-title h2 {
    color: #0D2B4E;
    font-size: 35px;
    margin: 12px 0;
    font-family: "Orbitron", sans-serif;
}

.service-section-title p {
    max-width: 960px;
    margin: auto;
    color: #666;
    line-height: 1.9;
    font-size: 15px;
}

@media(max-width:991px) {

    .service-icon {
        top: 185px;
    }

    .service-content {
        padding: 55px 25px 30px;
    }

}

@media(max-width:767px) {

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

    .service-image {
        height: 220px;
    }

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

}


@media (max-width:432px) {
    .service-section-title h2 {
        font-size: 28px;
    }


    .service-content h3 {
        font-size: 18px;
    }

    .service-content {
        padding: 16px 25px 30px;
    }
}

/* service page end */


/* service detail page start */


.service-details-section {
    padding: 100px 0;
    background: #f8fafc;
}

/* Image */

.service-detail-image {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 40px;
    /* box-shadow: 0 20px 50px rgba(0,0,0,.12); */
}

.service-detail-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    transition: .6s;
}

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

/* Content */

.service-detail-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    /* box-shadow: 0 10px 35px rgba(13,43,78,.08); */
}

.service-tag {
    display: inline-block;
    background: rgba(200, 150, 12, .12);
    color: #C8960C;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-detail-content h2 {
    color: #0D2B4E;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.service-detail-content h4 {
    color: #0D2B4E;
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0 18px;
    position: relative;
    padding-left: 18px;
}

.service-detail-content h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 28px;
    background: #C8960C;
    border-radius: 20px;
}

.service-detail-content p {
    color: #5b6775;
    line-height: 1.9;
    font-size: 15px;
}

/* List */

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    color: #324556;
    font-weight: 500;
    font-size: 15px;
}

.service-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: #C8960C;
    font-size: 18px;
}

/* Suitable Box */

.info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    transition: .4s;
    border-left: 4px solid transparent;
}

.info-box:hover {
    transform: translateY(-6px);
    border-color: #C8960C;
}

.info-box i {
    width: 55px;
    height: 55px;
    background: #0D2B4E;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    transition: .4s;
}

.info-box:hover i {
    background: #C8960C;
}

.info-box span {
    font-weight: 500;
    font-size: 15px;
    color: #0D2B4E;
}

/* Value Box */

.value-box {
    margin-top: 45px;
    padding: 35px;
    background: linear-gradient(135deg, #0D2B4E, #123d6b);
    color: #fff;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}

.value-box::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    right: -60px;
    top: -60px;
}

.value-box h4 {
    color: #fff;
    margin: 0 0 18px;
    padding: 0;
}

.value-box h4::before {
    display: none;
}

.value-box h4 i {
    color: #C8960C;
    margin-right: 10px;
}

.value-box p {
    color: rgba(255, 255, 255, .85);
    margin: 0;
}

/* Sidebar */

.service-form {
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    /* box-shadow: 0 15px 40px rgba(13,43,78,.12); */
    border-top: 5px solid #C8960C;
}

.service-form h3 {
    color: #0D2B4E;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-form p {
    color: #68788a;
    margin-bottom: 25px;
}

.service-form .form-control {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #d9e1e8;
    margin-bottom: 18px;
    padding: 15px;
    box-shadow: none;
}

.service-form textarea.form-control {
    height: 150px;
    resize: none;
}

.service-form .form-control:focus {
    border-color: #C8960C;
    box-shadow: 0 0 0 .2rem rgba(200, 150, 12, .15);
}

.theme-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 10px;
    background: #0D2B4E;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: .4s;
}

.theme-btn:hover {
    background: #C8960C;
}

/* Responsive */

@media (max-width:991px) {

    .service-details-section {
        padding: 70px 0;
    }

    .service-detail-image img {
        height: 350px;
    }

    .service-detail-content {
        padding: 30px;
    }

    .service-detail-content h2 {
        font-size: 32px;
    }

    .service-form {
        position: relative;
        top: 0;
        margin-top: 40px;
    }

}

@media (max-width:767px) {

    .service-detail-image img {
        height: 240px;
    }

    .service-detail-content {
        padding: 25px;
    }

    .service-detail-content h2 {
        font-size: 28px;
    }

    .service-detail-content h4 {
        font-size: 21px;
    }

    .value-box {
        padding: 25px;
    }

    .service-form {
        padding: 25px;
    }

}


@media (max-width:432px) {
    .service-detail-content h2 {
        font-size: 20px;
    }
}

/* detail page end */


/* about page start */

.about-section {
    position: relative;
    /* background: #f7fafc; */
    overflow: hidden;
}

.about-image-wrapper {
    position: relative;
    padding-right: 40px;
}

.about-main-image {
    overflow: hidden;
    /* border-radius:25px;
    box-shadow:0 25px 60px rgba(0,0,0,.12); */
}

.about-main-image img {
    width: 100%;
    /* height:600px; */
    /* object-fit:cover; */
    transition: .6s;
}

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

.about-circle {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.about-circle.one {
    width: 180px;
    height: 180px;
    background: #1d5d8f;
    opacity: .08;
    left: -50px;
    top: -40px;
    animation: floatCircle 6s ease-in-out infinite;
}

.about-circle.two {
    width: 120px;
    height: 120px;
    background: #C8960C;
    opacity: .12;
    right: 0;
    bottom: -30px;
    animation: floatCircle 7s ease-in-out infinite;
}

.about-experience-card {
    position: absolute;
    bottom: 35px;
    right: 0;
    background: #0d2b4e;
    color: #fff;
    padding: 25px;
    border-radius: 18px;
    width: 220px;
    /* box-shadow:0 20px 50px rgba(0,0,0,.2); */
    animation: floatCard 3s ease-in-out infinite;
}

.about-experience-card h2 {
    font-size: 42px;
    font-weight: 700;
    color: #C8960C;
    margin-bottom: 5px;
}

.about-experience-card span {
    font-size: 15px;
    line-height: 1.6;
    display: block;
}

.section-tag {
    display: inline-block;
    background: rgba(200, 150, 12, 0.12);
    color: #C8960C;
    /* border:1px solid rgba(200,150,12,.35); */
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 14px;
}

.about-section-title {
    font-size: 36px;
    font-weight: 600;
    color: #0d2b4e;
    margin-bottom: 25px;
    line-height: 1.3;
    font-family: "Orbitron", sans-serif;
    letter-spacing: 1.9px;
}

.about-section-title span {
    color: #C8960C;
}

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

.about-feature-box {
    background: #fff;
    padding: 22px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: .4s;
    /* box-shadow:0 10px 30px rgba(0,0,0,.06); */
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.about-feature-box i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0d2b4e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: .4s;
}

.about-feature-box h6 {
    margin: 0;
    font-size: 15px;
    color: #0d2b4e;
    font-weight: 500;
}

.about-feature-box:hover {
    transform: translateY(-8px);
    background: #0d2b4e;
}

.about-feature-box:hover h6 {
    color: #fff;
}

.about-feature-box:hover i {
    background: #C8960C;
}


.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 34px;
    background: #0D2B4E;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50px;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #C8960C;
    transition: all .4s ease;
    z-index: -1;
}

.about-btn:hover::before {
    left: 0;
}

.about-btn:hover {
    color: #fff;
    transform: translateY(-4px);
    /* box-shadow:0 15px 35px rgba(13,43,78,.25); */
}

.about-btn i {
    transition: transform .3s ease;
}

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

@keyframes floatCard {

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

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

@keyframes floatCircle {

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

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

@media(max-width:991px) {

    /* .about-main-image img{
    height:420px;
} */

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

    .about-experience-card {
        position: relative;
        right: auto;
        bottom: auto;
        /* margin-top:20px; */
        margin-top: -135px;
    }

    .about-image-wrapper {
        padding-right: 0;
    }

}

@media(max-width:767px) {

    /* .about-main-image img{
    height:320px;
} */

    .about-section-title {
        font-size: 27px;
    }

    .about-content p {
        font-size: 15px;
    }

    .about-feature-box {
        padding: 18px;
    }

}


@media (max-width:432px) {
    .about-experience-card {
        margin-top: -71px;
    }

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

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

/* about end */




/* cta start */

.glass-cta-section {
    padding: 50px 0;
    /* background: #f5f7fa; */
}

.glass-image-box {

    position: relative;

    background: url("../image/service-2.jpg") center center/cover;

    border-radius: 35px;

    overflow: hidden;

    padding: 80px 70px;

    box-shadow: 0 30px 80px rgba(0, 0, 0, .18);

}



.glass-overlay {

    position: absolute;
    inset: 0;
    background: linear-gradient(130deg,
            rgba(13, 43, 78, .92),
            rgba(13, 43, 78, .75));

}



.glass-image-box::before {

    content: "";

    position: absolute;

    width: 260px;

    height: 260px;

    background: #C8960C;

    border-radius: 50%;

    filter: blur(140px);

    opacity: .35;

    top: -100px;

    left: -80px;

    animation: floatGlow 6s infinite ease-in-out;

}



.glass-image-box::after {

    content: "";

    position: absolute;

    width: 280px;

    height: 280px;

    border-radius: 50%;

    background: #ffffff;

    filter: blur(160px);

    opacity: .08;

    bottom: -120px;

    right: -80px;

}



.glass-tag {

    display: inline-block;

    padding: 10px 22px;

    background: rgba(200, 150, 12, .18);

    border: 1px solid rgba(200, 150, 12, .45);

    color: #C8960C;

    border-radius: 50px;

    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 25px;

}

.glass-title {

    color: #fff;

    font-size: 40px;

    line-height: 1.2;
    letter-spacing: 1.9px;

    font-weight: 500;

    margin-bottom: 25px;
    font-family: "Orbitron", sans-serif;

}

.glass-title span {

    color: #C8960C;

}

.glass-text {

    color: rgba(255, 255, 255, .88);

    font-size: 15px;

    line-height: 1.9;

    margin-bottom: 40px;

}


.glass-btn {

    display: inline-flex;

    align-items: center;

    padding: 16px 36px;

    border-radius: 60px;

    text-decoration: none;

    background: #C8960C;

    color: #fff;

    font-weight: 400;

    transition: .4s;

}

.glass-btn:hover {

    background: #fff;

    color: #0D2B4E;

    transform: translateY(-6px);

}


.glass-contact-card {

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

    backdrop-filter: blur(18px);

    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .20);

    border-radius: 25px;

    padding: 35px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .18);

}

.glass-card-top {

    text-align: center;

    margin-bottom: 35px;

}

.glass-icon {

    width: 85px;

    height: 85px;

    margin: auto;

    border-radius: 50%;

    background: #C8960C;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 30px;

    margin-bottom: 20px;

}

.glass-card-top h4 {
    color: #fff;
    font-weight: 500;
}

.glass-contact-item {

    display: flex;

    gap: 18px;

    margin-bottom: 25px;

}

.glass-contact-item:last-child {

    margin-bottom: 0;

}

.contact-icon-small {

    width: 55px;

    height: 55px;

    border-radius: 15px;

    background: #C8960C;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-shrink: 0;

}

.glass-contact-item span {

    display: block;

    color: #C8960C;

    font-size: 14px;

    margin-bottom: 5px;

    font-weight: 600;

}

.glass-contact-item a {

    color: #fff;
    text-decoration: none;
    transition: .3s;
    font-weight: 400 !important;

}

.glass-contact-item a:hover {

    color: #C8960C;

}

.glass-contact-item p {

    color: #fff;
    margin: 0;
    line-height: 1.7;
    font-weight: 400 !important;

}


@keyframes floatGlow {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-30px);

    }

}


@media(max-width:991px) {

    .glass-image-box {

        padding: 50px 35px;

    }

    .glass-title {

        font-size: 36px;

    }

    .glass-contact-card {

        margin-top: 40px;

    }

}

@media(max-width:767px) {

    .glass-cta-section {

        padding: 50px 0;

    }

    .glass-image-box {

        padding: 35px 25px;

        border-radius: 20px;

    }

    .glass-title {

        font-size: 28px;
        line-height: 1.5;

    }

    .glass-text {

        font-size: 15px;

    }

    .glass-btn {

        width: 100%;

        justify-content: center;

    }

    .glass-contact-card {

        padding: 25px;

    }

}


@media(max-width:432px) {

    .glass-contact-card {
        padding: 15px;
    }

    .glass-contact-item a {
        font-size: 15px;
    }

    .glass-contact-item p {
        font-size: 15px;
    }
}


/* cta end */



/* cntact page start */

.contact-section {

    background: #f5f8fc;

    position: relative;

    overflow: hidden;

}

.contact-section::before {

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    background: #0D2B4E;

    opacity: .06;

    border-radius: 50%;

    top: -150px;

    right: -120px;

}

.contact-section-title span {

    display: inline-block;

    padding: 8px 18px;

    background: #0D2B4E;

    color: #fff;

    border-radius: 30px;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 15px;

}

.contact-section-title h2 {

    font-size: 38px;

    font-weight: 600;
    letter-spacing: 1.9px;

    color: #0D2B4E;

    margin-bottom: 15px;
    font-family: "Orbitron", sans-serif;

}

.contact-section-title p {

    max-width: 700px;

    margin: auto;

    color: #666;

    font-size: 15px;
    line-height: 1.8;

}

.contact-info-box {

    display: flex;

    flex-direction: column;

    gap: 25px;

}

.contact-card {

    display: flex;

    gap: 20px;

    align-items: center;

    padding: 25px;

    background: #fff;

    border-radius: 22px;

    /* box-shadow: 0 15px 40px rgba(0, 0, 0, .06); */

    transition: .4s;

}

.contact-card:hover {

    transform: translateY(-8px);

}

.contact-card .icon {

    width: 70px;

    height: 70px;

    background: #0D2B4E;

    border-radius: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 26px;

}

.contact-card h5 {

    font-weight: 700;

    margin-bottom: 8px;

    color: #0D2B4E;

}

.contact-card a {

    text-decoration: none;

    color: #555;

}

.contact-card p {

    margin: 0;

    color: #666;

    line-height: 1.7;

}

.contact-form-box {

    background: #fff;

    padding: 50px;

    border-radius: 30px;

    /* box-shadow: 0 20px 50px rgba(0, 0, 0, .08); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

    position: relative;

    overflow: hidden;

}

.contact-form-box::after {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    background: #0D2B4E;

    opacity: .04;

    border-radius: 50%;

    right: -120px;

    bottom: -120px;

}

.form-control,

.form-select {

    height: 60px;

    border-radius: 15px;

    border: 1px solid #d9e2ec;

    box-shadow: none;

    padding-left: 20px;

    font-size: 15px;

}

textarea.form-control {

    height: 170px;

    padding-top: 18px;

    resize: none;

}

.form-control:focus,

.form-select:focus {

    border-color: #0D2B4E;

    box-shadow: 0 0 0 .2rem rgba(13, 43, 78, .15);

}

.contact-btn {

    background: #0D2B4E;

    color: #fff;

    border: none;

    padding: 18px 40px;

    border-radius: 50px;

    font-weight: 400;

    transition: .4s;

}

.contact-btn:hover {

    background: #133d6d;

    transform: translateY(-3px);

}

.contact-btn i {

    margin-left: 10px;

}

.map-section {
    margin-top: 30px;
}

.map-section iframe {

    width: 100%;

    height: 520px;

    border: none;

    filter: grayscale(20%);

}

@media(max-width:991px) {

    .contact-form-box {

        padding: 35px;

    }

    .contact-section-title h2 {

        font-size: 34px;

    }

}

@media(max-width:767px) {

    .contact-card {

        padding: 20px;

    }

    .contact-form-box {

        padding: 25px;

    }

    .contact-section-title h2 {

        font-size: 28px;

    }

    .form-control,

    .form-select {

        height: 55px;

    }

    textarea.form-control {

        height: 150px;

    }

    .map-section iframe {

        height: 350px;

    }

}


/* contact end */


/* project page start */


.projects-hero-section {
    position: relative;
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.projects-hero-section::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    background: #0D2B4E;
    opacity: .05;
    border-radius: 50%;
    top: -180px;
    left: -140px;
}

.projects-hero-section::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border: 40px solid rgba(13, 43, 78, .05);
    border-radius: 50%;
    bottom: -140px;
    right: -120px;
}

.projects-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}



.projects-title {
    font-size: 40px;
    font-weight: 600;
    color: #0D2B4E;
    margin-bottom: 25px;
    line-height: 1.2;
    font-family: "Orbitron", sans-serif;
    letter-spacing: 1.9px;
}

.projects-description {
    font-size: 16px;
    line-height: 1.9;
    color: #5d6778;
    margin: 0 auto;
    max-width: 950px;
}

@media(max-width:991px) {

    .projects-hero-section {
        padding: 50px 0;
    }

    .projects-title {
        font-size: 42px;
    }

    .projects-description {
        font-size: 16px;
    }

}

@media(max-width:767px) {

    .projects-hero-section {
        padding: 50px 0;
    }

    .projects-title {
        font-size: 28px;
    }

    .projects-description {
        font-size: 16px;
        line-height: 1.8;
    }

    .projects-subtitle {
        font-size: 12px;
        padding: 8px 18px;
    }

}


/* project-sector  */


.project-sector-section {
    position: relative;
    padding: 30px 0;
    background: #ffffff;
    overflow: hidden;
}

/* .project-sector-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -220px;
    top: -220px;
    border-radius: 50%;
    background: rgba(13, 43, 78, .05);
}

.project-sector-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -180px;
    bottom: -180px;
    border-radius: 50%;
    background: rgba(200, 150, 12, .08);
} */

.project-sector-heading {
    max-width: 760px;
    margin: auto;
    margin-bottom: 70px;
}

.project-sector-subtitle {

    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0d2b4e;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;

}

.project-sector-heading h2 {
    font-family: "Orbitron", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #0d2b4e;
    margin-bottom: 20px;

}

.project-sector-heading p {

    color: #6f7784;
    line-height: 1.9;
    font-size: 17px;

}


.project-sector-card {

    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 40px 35px;
    height: 100%;
    overflow: hidden;
    transition: .45s;
    border: 1px solid rgba(13, 43, 78, .08);
    /* box-shadow: 0 20px 45px rgba(0, 0, 0, .06); */

}

/* Top Border */

.project-sector-card::before {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #0d2b4e;
    transition: .4s;

}

/* Decorative Circle */

.project-sector-card::after {

    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(13, 43, 78, .05);
    right: -120px;
    top: -120px;
    transition: .45s;

}

/* Number */

.project-sector-number {

    position: absolute;
    right: 22px;
    top: 18px;
    font-size: 68px;
    font-weight: 800;
    color: rgba(13, 43, 78, .06);
    line-height: 1;
    transition: .4s;

}

/* Icon */

.project-sector-icon {

    width: 78px;
    height: 78px;
    border-radius: 20px;
    background: #eef3f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: .4s;

}

.project-sector-icon i {

    font-size: 30px;
    color: #0d2b4e;
    transition: .4s;

}

/* Heading */

.project-sector-card h4 {

    color: #0d2b4e;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 18px;
    transition: .35s;

}

/* Text */

.project-sector-card p {

    color: #6b7280;
    line-height: 1.9;
    margin: 0;
    transition: .35s;
    font-size: 15px;

}


.project-sector-card:hover {

    transform: translateY(-15px);

    background: linear-gradient(135deg, #c8960c, #d4a61b);

    box-shadow: 0 30px 70px rgba(200, 150, 12, .35);

}

.project-sector-card:hover::before {

    background: #0d2b4e;

}

.project-sector-card:hover::after {

    background: rgba(255, 255, 255, .10);
    transform: scale(1.2);

}

.project-sector-card:hover .project-sector-number {

    color: rgba(255, 255, 255, .18);

}

.project-sector-card:hover .project-sector-icon {

    background: #fff;
    transform: rotate(-10deg);

}

.project-sector-card:hover .project-sector-icon i {

    color: #c8960c;

}

.project-sector-card:hover h4 {

    color: #fff;

}

.project-sector-card:hover p {

    color: rgba(255, 255, 255, .92);

}


.project-sector-card.active-card {

    background: linear-gradient(135deg, #c8960c, #d4a61b);

    /* box-shadow: 0 30px 70px rgba(200, 150, 12, .35); */

}

.project-sector-card.active-card::before {

    background: #0d2b4e;

}

.project-sector-card.active-card::after {

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

}

.project-sector-card.active-card .project-sector-number {

    color: rgba(255, 255, 255, .18);

}

.project-sector-card.active-card .project-sector-icon {

    background: #fff;

}

.project-sector-card.active-card .project-sector-icon i {

    color: #c8960c;

}

.project-sector-card.active-card h4 {

    color: #fff;

}

.project-sector-card.active-card p {

    color: rgba(255, 255, 255, .92);

}


@media(max-width:991px) {

    .project-sector-section {

        padding: 40px 0;

    }

    .project-sector-heading h2 {

        font-size: 40px;

    }

    .project-sector-card {

        padding: 35px 30px;

    }

}

@media(max-width:767px) {

    .project-sector-section {

        padding: 30px 0;

    }

    .project-sector-heading {

        margin-bottom: 50px;

    }

    .project-sector-heading h2 {

        font-size: 28px;

    }

    .project-sector-heading p {

        font-size: 16px;

    }

    .project-sector-card {

        padding: 30px 25px;

    }

    .project-sector-card h4 {

        font-size: 21px;

    }

    .project-sector-icon {

        width: 68px;
        height: 68px;

    }

    .project-sector-icon i {

        font-size: 26px;

    }

    .project-sector-number {

        font-size: 50px;

    }

}

/* project sector end */


/* project heighlight */

.experience-highlight-section {

    padding: 50px 0;
    /* background: #f7f9fc; */
    position: relative;
    overflow: hidden;

}

/* .experience-highlight-section::before {

    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(13, 43, 78, .05);
    border-radius: 50%;
    top: -180px;
    left: -180px;

}

.experience-highlight-section::after {

    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border: 35px solid rgba(200, 150, 12, .08);
    border-radius: 50%;
    bottom: -120px;
    right: -120px;

} */

/* Heading */

.experience-heading {

    max-width: 760px;
    margin: auto;
    margin-bottom: 70px;

}

.experience-subtitle {

    display: inline-block;
    padding: 10px 24px;
    background: #0d2b4e;
    color: #fff;
    border-radius: 50px;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;

}

.experience-heading h2 {

    font-size: 40px;
    font-weight: 600;
    color: #0d2b4e;
    margin-bottom: 18px;
    font-family: "Orbitron", sans-serif;

}

.experience-heading p {

    color: #6b7280;
    line-height: 1.9;
    font-size: 15px;

}

/* Wrapper */

.experience-highlight-wrapper {

    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .08);

}

/* Item */

.experience-item {

    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 18px;
    transition: .4s;
    overflow: hidden;

}

.experience-item::before {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #c8960c;
    transition: .4s;

}

.experience-item::after {

    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(200, 150, 12, .08);
    right: -120px;
    top: -120px;
    transition: .4s;

}

.experience-icon {

    width: 65px;
    height: 65px;
    border-radius: 18px;
    background: #eef3f8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: .4s;

}

.experience-icon i {

    font-size: 26px;
    color: #0d2b4e;
    transition: .4s;

}

.experience-item h5 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    color: #0d2b4e;
    transition: .4s;

}

/* Hover */

.experience-item:hover {

    background: linear-gradient(135deg, #0d2b4e, #17497e);
    transform: translateX(12px);

}

.experience-item:hover::before {

    width: 100%;

    opacity: .08;

}

.experience-item:hover .experience-icon {

    background: #c8960c;
    transform: rotate(-10deg);

}

.experience-item:hover .experience-icon i {

    color: #fff;

}

.experience-item:hover h5 {

    color: #fff;

}

/* Responsive */

@media(max-width:991px) {

    .experience-highlight-wrapper {

        padding: 35px;

    }

    .experience-heading h2 {

        font-size: 40px;

    }

}

@media(max-width:767px) {

    .experience-highlight-section {

        padding: 40px 0;

    }

    .experience-highlight-wrapper {

        padding: 20px;

    }

    .experience-heading {

        margin-bottom: 45px;

    }

    .experience-heading h2 {

        font-size: 28px;

    }

    .experience-item {

        padding: 18px;

        gap: 15px;

    }

    .experience-item h5 {
        font-size: 15px;
    }

    .experience-icon {

        width: 55px;
        height: 55px;

    }

    .experience-icon i {

        font-size: 22px;

    }

}

/* end */


/* project slide */

.project-gallery-section {
    padding: 50px 0;
}

.project-gallery-title {

    max-width: 760px;

    margin: auto;

    margin-bottom: 30px;

}

.project-gallery-title span {

    display: inline-block;

    padding: 10px 24px;

    background: #0d2b4e;

    color: #fff;

    border-radius: 50px;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 18px;

}

.project-gallery-title h2 {

    font-size: 40px;

    color: #0d2b4e;

    font-weight: 600;
    font-family: "Orbitron", sans-serif;
    margin-bottom: 18px;

}

.project-gallery-title p {

    color: #6b7280;

    line-height: 1.8;

}

.project-gallery-item {

    overflow: hidden;

    border-radius: 20px;

    position: relative;

}

.project-gallery-item img {

    width: 100%;

    height: 320px;

    object-fit: cover;

    border-radius: 20px;

    transition: .7s;

}

.project-gallery-item:hover img {

    transform: scale(1.12);

}

.project-gallery-item::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(to top, rgba(13, 43, 78, .45), transparent);

    opacity: 0;

    transition: .4s;

    z-index: 2;

}

.project-gallery-item:hover::before {

    opacity: 1;

}

.project-gallery-slider .owl-stage {

    display: flex;

    align-items: center;

}

.project-gallery-slider .owl-item {

    padding: 8px;

}

.owl-dots,
.owl-nav {

    display: none !important;

}

@media(max-width:991px) {

    .project-gallery-item img {

        height: 260px;

    }

    .project-gallery-title h2 {

        font-size: 35px;

    }

}

@media(max-width:767px) {

    .project-gallery-section {

        padding: 30px 0;

    }

    .project-gallery-item img {

        height: 220px;

    }

    .project-gallery-title h2 {

        font-size: 28px;

    }

}

/* slider end */




/* why choose */


.why-integra-section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: url("../image/page-banner.jpg") center center/cover no-repeat;
}

/* Dark Overlay */

.why-integra-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(13, 43, 78, .96),
            rgba(13, 43, 78, .88),
            rgba(13, 43, 78, .75));
}

/* Decorative Circle */

.why-integra-section::after {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    right: -220px;
    top: -220px;
    border: 60px solid rgba(200, 150, 12, .08);
}


.why-integra-content {

    position: relative;
    z-index: 5;
    padding-right: 60px;

}

.why-integra-subtitle {

    display: inline-block;
    background: rgba(200, 150, 12, .15);
    color: #fff;
    border: 1px solid rgba(200, 150, 12, .35);
    padding: 10px 24px;
    border-radius: 50px;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 25px;

}

.why-integra-content h2 {
    font-family: "Orbitron", sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1.9px;
    line-height: 1.2;
    margin-bottom: 18px;

}

.why-integra-content h2 span {

    color: #c8960c;

}

.why-integra-content h5 {

    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;

}

.why-integra-content p {

    color: rgba(255, 255, 255, .82);
    line-height: 2;
    margin-bottom: 20px;
    font-size: 16px;

}

.why-integra-content strong {

    color: #fff;

}


.industry-glass-card {

    position: relative;
    z-index: 5;

    padding: 45px;

    border-radius: 30px;

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

    backdrop-filter: blur(18px);

    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .15);

    box-shadow: 0 25px 60px rgba(0, 0, 0, .18);

    overflow: hidden;

}

/* Gold Circle */

.industry-glass-card::before {

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    border-radius: 50%;

    background: rgba(200, 150, 12, .12);

    right: -100px;

    top: -100px;

}

/* Blue Circle */

.industry-glass-card::after {

    content: "";

    position: absolute;

    width: 160px;

    height: 160px;

    border-radius: 50%;

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

    left: -80px;

    bottom: -80px;

}

.industry-card-header {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 35px;

}

.industry-card-header span {

    width: 70px;

    height: 70px;

    border-radius: 20px;

    background: #c8960c;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-shrink: 0;

}

.industry-card-header span i {

    color: #fff;

    font-size: 28px;

}

.industry-card-header small {

    color: rgba(255, 255, 255, .7);

    display: block;

    margin-bottom: 5px;

    letter-spacing: 1px;

}

.industry-card-header h4 {

    color: #fff;

    margin: 0;

    font-size: 30px;

    font-weight: 700;

}

.industry-list {

    position: relative;

    z-index: 2;

}

.industry-item {

    display: flex;

    gap: 15px;

    align-items: flex-start;

    padding: 16px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .08);

    transition: .35s;

}

.industry-item:last-child {

    border-bottom: none;

}

.industry-item i {

    color: #c8960c;

    margin-top: 5px;

    transition: .35s;

}

.industry-item span {

    color: rgba(255, 255, 255, .88);

    line-height: 1.8;

    transition: .35s;

}

.industry-item:hover {

    transform: translateX(10px);

}

.industry-item:hover i {

    transform: rotate(360deg);

}

.industry-item:hover span {

    color: #fff;

}


@media(max-width:991px) {

    .why-integra-section {

        padding: 90px 0;

    }

    .why-integra-content {

        padding-right: 0;

    }

    .why-integra-content h2 {

        font-size: 42px;

    }

    .industry-glass-card {

        margin-top: 20px;

    }

}

@media(max-width:767px) {

    .why-integra-section {

        padding: 70px 0;

    }

    .why-integra-content h2 {

        font-size: 28px;
        line-height: 1.5;

    }

    .why-integra-content h5 {

        font-size: 20px;

    }

    .why-integra-content p {

        font-size: 16px;

    }

    .industry-glass-card {

        padding: 30px 25px;

    }

    .industry-card-header {

        flex-direction: column;

        align-items: flex-start;

    }

    .industry-card-header h4 {

        font-size: 24px;

    }

    .industry-item {

        padding: 14px 0;

    }

}


/* why choose end */


/* mission vision */


.about-company-section {
    position: relative;
    padding: 50px 0;
    background: url("../image/service-1.jpg") center center/cover no-repeat;
    overflow: hidden;
    background-attachment: fixed;
}

.about-company-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(13, 43, 78, .95) 0%,
            rgba(13, 43, 78, .90) 45%,
            rgba(13, 43, 78, .75) 100%);
}

/* Decorative Shapes */

.about-company-section::after {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    border: 60px solid rgba(200, 150, 12, .08);
    border-radius: 50%;
    right: -220px;
    top: -220px;
}


.about-company-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-right: 50px;
}

.mission-section-tag {

    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(200, 150, 12, .15);
    border: 1px solid rgba(200, 150, 12, .35);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;

}

.about-company-content h2 {
    font-family: "Orbitron", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;

}

.about-company-content p {

    color: rgba(255, 255, 255, .85);
    line-height: 2;
    font-size: 15px;
    margin-bottom: 22px;

}


.experience-box {

    margin-top: 45px;

    display: inline-block;

    padding: 28px 35px;

    border-radius: 22px;

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

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .12);

    position: relative;

    overflow: hidden;

}

.experience-box::before {

    content: "";

    position: absolute;

    width: 160px;

    height: 160px;

    background: rgba(200, 150, 12, .18);

    border-radius: 50%;

    top: -80px;

    right: -80px;

}

.experience-box h3 {

    color: #fff;

    font-size: 23px;

    margin-bottom: 8px;

    position: relative;

}

.experience-box span {

    color: #c8960c;

    position: relative;

}


.mission-card,
.vision-card {

    position: relative;

    z-index: 2;

    padding: 35px;

    border-radius: 25px;

    margin-bottom: 30px;

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

    backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, .12);

    transition: .45s;

    overflow: hidden;

}

/* Decorative Circle */

.mission-card::before,
.vision-card::before {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    background: rgba(200, 150, 12, .12);

    border-radius: 50%;

    right: -90px;

    top: -90px;

    transition: .45s;

}

.mission-card:hover,
.vision-card:hover {

    transform: translateY(-12px);

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

    box-shadow: 0 25px 60px rgba(0, 0, 0, .20);

}

.mission-card:hover::before,
.vision-card:hover::before {

    transform: scale(1.3);

}


.mission-icon {

    width: 75px;

    height: 75px;

    border-radius: 20px;

    background: #c8960c;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 25px;

    transition: .4s;

}

.mission-icon i {

    color: #fff;

    font-size: 30px;

}

.mission-card:hover .mission-icon,
.vision-card:hover .mission-icon {

    transform: rotate(-10deg);

}

.mission-card h3,
.vision-card h3 {

    color: #fff;

    font-size: 25px;

    margin-bottom: 18px;

    font-weight: 500;

}

.mission-card p,
.vision-card p {

    color: rgba(255, 255, 255, .82);

    line-height: 1.9;

    margin: 0;

}


@media(max-width:991px) {

    .about-company-section {

        padding: 90px 0;

    }

    .about-company-content {

        padding-right: 0;

    }

    .about-company-content h2 {

        font-size: 42px;

    }

    .mission-card,
    .vision-card {

        margin-bottom: 25px;

    }

}

@media(max-width:767px) {

    .about-company-section {

        padding: 70px 0;

    }

    .about-company-content h2 {

        font-size: 28px;

    }

    .about-company-content p {

        font-size: 15px;

    }

    .experience-box {

        padding: 22px;

    }

    .experience-box h3 {

        font-size: 22px;

    }

    .mission-card,
    .vision-card {

        padding: 25px;

    }

    .mission-card h3,
    .vision-card h3 {

        font-size: 24px;

    }

    .mission-icon {

        width: 60px;
        height: 60px;

    }

    .mission-icon i {

        font-size: 24px;

    }

}


/* mission end */


/* approach */

.approach-section {
    position: relative;
    padding: 50px 0;
    background: #f7f9fc;
    overflow: hidden;
}

/* Decorative Shapes */

.approach-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -220px;
    top: -220px;
    border-radius: 50%;
    background: rgba(13, 43, 78, .05);
}

.approach-section::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    bottom: -180px;
    border-radius: 50%;
    border: 45px solid rgba(200, 150, 12, .08);
}

/*=========================================
        SECTION TITLE
=========================================*/

.approach-section-title {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: auto;
    margin-bottom: 70px;
}

.approach-section-subtitle {

    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    background: #0d2b4e;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 18px;

}

.approach-section-title h2 {
font-family: "Orbitron", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #0d2b4e;
    margin-bottom: 0;

}


.approach-content-box {

    position: relative;
    background: #fff;
    padding: 45px;
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(13, 43, 78, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);

}

.approach-content-box::before {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #c8960c;

}

.approach-content-box h3 {

    font-size:25px;
    color: #0d2b4e;
    font-weight: 600;
    margin-bottom: 18px;

}

.approach-content-box p {

    color: #6b7280;
    margin-bottom: 25px;
    font-size: 17px;

}


.approach-list {

    margin: 0;
    padding: 0;
    list-style: none;

}

.approach-list li {

    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(13, 43, 78, .08);
    transition: .35s;

}

.approach-list li:last-child {

    border-bottom: none;

}

.approach-list li i {

    color: #c8960c;
    font-size: 18px;
    margin-top: 5px;
    transition: .35s;

}

.approach-list li:hover {

    transform: translateX(10px);

}

.approach-list li:hover i {

    transform: rotate(360deg);

}

/*=========================================
        RIGHT BOX
=========================================*/

.approach-highlight-box {

    position: relative;
    height: 100%;
    background: linear-gradient(135deg, #0d2b4e, #194c82);
    padding: 45px;
    border-radius: 28px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 25px 70px rgba(13, 43, 78, .25);

}

/* Decorative Circle */

.approach-highlight-box::before {

    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    right: -100px;
    top: -100px;

}

.approach-highlight-box::after {

    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(200, 150, 12, .18);
    left: -70px;
    bottom: -70px;

}

/*=========================================
        ICON
=========================================*/

.highlight-icon {

    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c8960c;
    border-radius: 22px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    transition: .4s;

}

.highlight-icon i {

    font-size: 32px;
    color: #fff;

}

.approach-highlight-box:hover .highlight-icon {

    transform: rotate(-10deg);

}


.approach-highlight-box h3 {

    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Orbitron", sans-serif;
    letter-spacing: 1.9px;

}

.approach-highlight-box p {

    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, .88);
    line-height: 1.9;
    margin-bottom: 18px;
    font-size: 15px;

}

.approach-highlight-box p:last-child {

    margin-bottom: 0;

}


.approach-content-box,
.approach-highlight-box {

    transition: .4s;

}

.approach-content-box:hover,
.approach-highlight-box:hover {

    transform: translateY(-12px);

}


@media(max-width:991px) {

    .approach-section {
        padding: 50px 0;

    }

    .approach-section-title h2 {

        font-size: 40px;

    }

    .approach-content-box,
    .approach-highlight-box {

        padding: 35px;

    }

}

@media(max-width:767px) {

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

    .approach-section-title {
        margin-bottom: 45px;
    }

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

    .approach-content-box,
    .approach-highlight-box {

        padding: 28px 22px;

    }

    .approach-content-box h3,
    .approach-highlight-box h3 {

        font-size: 24px;
        line-height: 1.5;
        

    }

    .approach-list li {

        font-size: 15px;

    }

    .highlight-icon {

        width: 65px;
        height: 65px;

    }

    .highlight-icon i {

        font-size: 26px;

    }

}