@import 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';
@import 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css';
@import 'common.css';

* {
    font-family: "Poppins", serif;
    color: #444;
}
body{
    overflow-x: hidden;
}
.owl-carousel .owl-item img {
    width: auto;
}
header {
    background: #1414147a;
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 99999;
    box-shadow: 0 0 12px #42414142;
    backdrop-filter: blur(4px);
    padding: 0;
}
header .navbar {
    padding: 0;
}
.navbar-toggler {
    background: #fff;
    padding: 4px 7px;
    border: 1px solid #595252;
    box-shadow: 0 0 2px 1px #ffffff70 !important;
}
.navbar-brand {
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px 8px 0 ;
    border-bottom: 2px solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 10px;
}
.navbar-expand-lg .navbar-nav .nav-link.active,.navbar-expand-lg .navbar-nav .nav-link:hover {    
    border-bottom: 2px solid #3DEB34;
}
.navbar-expand-lg .navbar-nav .nav-link.btn-style {
    color: #000;
    padding: 8px 15px;
    margin: 0;
}
.hero-banner .hero-banner-content {
    height: 100vh;
    /* padding: 285px 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(180deg, rgb(0 0 0 / 59%) 25%, rgb(0 0 0 / 5%) 100%) 0 0 / cover, url(../images/banner/hero-banner.webp) center no-repeat;
    background-size: cover;
}
.hero-banner .hero-banner-content.hero-banner-1 {
    background: linear-gradient(180deg, rgb(0 0 0 / 59%) 25%, rgb(0 0 0 / 5%) 100%) 0 0 / cover, url(../images/banner/banner-image-1.webp) center no-repeat;
    background-size: cover;
}
.hero-banner .hero-banner-content.hero-banner-2 {
    background: linear-gradient(180deg, rgb(0 0 0 / 59%) 25%, rgb(0 0 0 / 5%) 100%) 0 0 / cover, url(../images/banner/banner-image-2.webp) center no-repeat;
    background-size: cover;
}
.hero-banner .hero-banner-content.hero-banner-3 {
    background: linear-gradient(180deg, rgb(0 0 0 / 59%) 25%, rgb(0 0 0 / 5%) 100%) 0 0 / cover, url(../images/banner/banner-image-3.webp) center no-repeat;
    background-size: cover;
}
.hero-banner-content-subheading {
    font-size: 28px;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 4px 4px #0000004d;
}
.hero-banner-content-heading {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    /* letter-spacing: -0.25px; */
    line-height: 140%;
    margin-bottom: 15px;
    text-shadow: 0 4px 4px #00000073;
}
.hero-banner-content-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    max-width: 630px;
    text-shadow: 0 4px 4px #0000004d;
    margin-bottom: 0;
}
.btn-style {
    background: #34EB83;
    color: #042602;
    padding: 10px 29px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 10px #0000005c;
    border: 2px solid #34EB83;
    margin-top: 1rem;
    display: inline-block;
}
.btn-style:hover {
    background: #fff;
    box-shadow: 0 0 10px #0000008c;
}

.product-sec {
    margin-top: -10rem;
}
.product-sec a {
    text-decoration: none;
}
.product-sec .product-box {
    background: #fff;
    box-shadow: 0 4px 4px #00000025;
    border-radius: 20px;
    padding: 0 0 15px;
    text-align: center;
    margin: 10px;
    overflow: hidden;
    /* min-height: 230px; */
}
.product-sec .product-box img {
    margin: 0 auto;
    /* margin-bottom: 1.5rem; */
    transition: .7s;
    height: 150px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.product-sec .product-box:hover img {
    transform: scale(1.2);
    transition: .7s;
}
.product-sec .product-box .product-box-heading {
    color: #042602;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border-top: 1px solid #ccc;
    padding: 1rem 0 0;
    margin: 0;
}
.product-sec .owl-theme .owl-nav {
    position: absolute;
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    top: 40%;
    right: -98px;
}
.product-sec .owl-carousel .owl-nav button.owl-next, .product-sec .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    padding: 5px 12px 5px 12px !important;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 1px 2px #00000015;
    margin: 2px;
}
.product-sec .owl-carousel .owl-nav button.owl-next{
    border-radius: 0 20px 20px 0;
}
.product-sec .owl-carousel .owl-nav button.owl-next:hover, .product-sec .owl-carousel .owl-nav button.owl-prev:hover {
    background: #34EB83;
}

.about-sec {
    padding: 60px 0;
}
.about-sec .about-sec-sub-heading {
    color: #3DEB34;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 16px;
}
.about-sec .about-sec-heading {
    color: #042602;
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: -0.25px;
    margin-bottom: 10px;
}
.about-sec .about-sec-para {
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.about-sec .about-sec-para b {
    font-weight: 600;
}
.about-sec .accordion .accordion-item {
    border-width: 0 0 1px 0;
}
.about-sec .accordion .accordion-item .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
}
.about-sec .accordion .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    color: #219854;
}
.about-sec .accordion .accordion-item .accordion-button.collapsed {
    font-size: 18px;
    font-weight: 600;
    color: #042602;
}
.about-sec .accordion .accordion-body {
    padding: 0;
}
.about-sec .accordion {
    margin-bottom: 2rem;
}

.our_service_sec {
    background: linear-gradient(180deg, #031a0196 25%, #031a0196 100%) 0 0, url(../images/banner/our-service.webp) center no-repeat;
    padding: 45px 0;
    background-size: cover;
    background-attachment: fixed;
}
.our_service_sec .our_service_sec_left_sub_heading {
    color: #3DEB34;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.our_service_sec .our_service_sec_left_heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}
.our_service_sec .our_service_sec_right img {
    margin-bottom: 15px;
}
.our_service_sec .our_service_sec_right .our_service_sec_right_sub_heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.our_service_sec .our_service_sec_right .our_service_sec_right_para {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.our_project_sec {
    text-align: center;
    padding: 60px 0;
}
.our_project_sec .our_project_sec_sub_heading {
    color: #3DEB34;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
}
.our_project_sec .our_project_sec_heading {
    color: #042602;
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: -0.25px;
    margin-bottom: 10px;
}
.our_project_sec .our_project_sec_para {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.our_project_sec .our_project_sec_content {
    margin-bottom: 3rem;
}
.project_count_sec {
    height: 100%;
    box-shadow: 0 2px 5px #00000030;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1rem;
    padding: 25px;
}
.project_count_sec > div {
    padding: 30px 0;
}
.project_count_sec > div.project_count_sec_center_box {
    border: 2px solid #d7cfcf;
    border-left: none;
    border-right: none;
    padding: 45px 0;
}
.project_count_sec > div .project_count_sec_num {
    color: #3DEB34;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0px;
}
.project_count_sec > div .project_count_sec_para {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
}

.our_clients_sec {
    text-align: center;
    padding: 45px 0;
    background: #EEF6F9;
}
.our_clients_sec .our_clients_sec_sub_heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    color: #3DEB34;
}
.our_clients_sec .our_clients_sec_heading {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.25px;
    margin-bottom: 10px;
    color: #042602;
}
.our_clients_sec .client-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer {
    background: #00404F;
    background: linear-gradient(180deg, #000000cc 25%, #010700a8 100%) 0 0, url(../images/banner/footer-bg.webp) center no-repeat;
    padding-top: 20px;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.footer .footer-para, .footer a, .footer p, .footer b {
    font-size: 14px;
    color: #fff;
    margin-bottom: 18px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400;
}
.footer b {
    font-weight: 600;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .footer-heading {
    color: #3DEB34;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 14px;
    padding-bottom: 3px;
}
.footer .links {
    padding: 0;
    list-style: none;
}
.footer .links a {
    font-size: 16px;
    padding: 7px 0;
    display: inline-block;
    margin-bottom: 0;
}
.footer iframe {
    border: 2px solid #3DEB34;
    border-radius: 20px;
}
.footer .footer-box {
    margin-top: 4rem;
}
.footer .media {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 3px;
}
.footer .bottom-link {
    border-top: 1px solid #ffffff3b;
    padding: 10px 0;
    margin-top: 15px;
}
.footer .bottom-link p {
    margin-bottom: 0;
}

.btn-whatsapp {
    position: fixed;
    bottom: 45px;
    right: 15px;
    z-index: 99;
}

@media (max-width: 1200px){
    .hero-banner .hero-banner-content {
        padding: 175px 0;
    }
    .hero-banner-content-subheading {
        font-size: 28px;
        line-height: 36px;
    }
    .hero-banner-content-heading {
        font-size: 48px;
        line-height: 56px;
    }
    .about-sec .about-sec-heading {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0;
        margin-bottom: 8px;
    }
    .our_service_sec {
        padding: 30px 0;
    }
    .our_service_sec .our_service_sec_left_heading {
        font-size: 24px;
        line-height: 32px;
    }
    .our_service_sec .our_service_sec_right .our_service_sec_right_sub_heading {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .our_service_sec .our_service_sec_right .our_service_sec_right_para {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .our_project_sec,.our_clients_sec {
        padding: 30px 0;
    }
    .our_project_sec .our_project_sec_heading,.our_clients_sec .our_clients_sec_heading {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0;
        margin-bottom: 8px;
    }
    .project_count_sec {
        padding: 15px;
    }
    .project_count_sec > div {
        padding: 20px 0;
    }
    .project_count_sec > div.project_count_sec_center_box {
        padding: 30px 0;
    }
}

@media (max-width: 991px){
    .navbar-expand-lg .navbar-nav {
        padding-bottom: 10px;
    }
    .hero-banner-content-heading {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 8px;
    }
    .hero-banner-content-subheading {
        font-size: 20px;
        line-height: 24px;
    }
    .product-sec {
        margin-top: -6rem;
    }
    .product-sec .owl-theme .owl-nav {
        top: unset;
        right: 45%;
        bottom: -40px;
    }
    .product-sec .owl-carousel .owl-nav button.owl-next, .product-sec .owl-carousel .owl-nav button.owl-prev {
        box-shadow: 0 1px 5px #00000096;
        margin: 5px;
    }
    .about-sec {
        padding: 30px 0;
    }
    .our_service_sec {
        text-align: center;
    }
    .our_service_sec .our_service_sec_left_heading {
        margin-bottom: 15px;
    }
    .our_project_sec .our_project_sec_content {
        margin-bottom: 1rem;
    }
    .project_count_sec {
        padding: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }
    .project_count_sec > div.project_count_sec_center_box {
        padding: 0 30px;
    }
    .project_count_sec > div.project_count_sec_center_box {
        border: 2px solid #d7cfcf;
        border-bottom: none;
        border-top: none;
        padding: 0 30px;
    }
    .footer .footer-box {
        margin-top: 1rem;
    }
}
@media (max-width: 767px){
    .product-sec .owl-theme .owl-nav {
        right: 41.5%;
        bottom: -45px;
    }
    .our_clients_sec .our_clients_sec_heading br {
        display: none;
    }
    .our_project_sec .our_project_sec_heading, .our_clients_sec .our_clients_sec_heading {
        font-size: 24px;
        line-height: 32px;
    }
    .our_service_sec_right {
        gap: 15px;
    }
}
@media (max-width: 576px){
    .footer .footer-box {
        margin-top: 0rem;
    }
}