@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    font-family: "Manrope", sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
}

.container {
    max-width: 1200px;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navbar-light .navbar-nav .nav-link {
    color: #151515;
    font-weight: 500;
    font-size: 16px;
}

.navbar .navbar-brand img {
    width: 60%;
}

.navbar-light .navbar-brand {
    width: 19%;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0AA537;
    width: 0%;
    content: "";
    height: 2px;
    transition: all 0.5s;
}

.navbar-nav .nav-item:hover::after {
    width: 50%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0AA537;
}

.mob-logo img {
    width: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #1e1e1e;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 50px;
    font-size: 36px;
}

.sidenav .closebtn svg {
    width: 30px;
    height: 30px;
}

.sidenav .navbar-nav .nav-item a {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding: 8px 0px 8px 0px;
}

.sidenav .navbar-nav .nav-item a:hover {
    color: #0AA537;
}

.sidenav .navbar-nav .nav-item:hover::after {
    width: 100%;
}

.nav-btun {
    padding: 0px;
    margin-top: 15px;
}

.sidenav .navbar-nav {
    text-align: left;
    padding: 0px 20px;
}

.contat_btn {
    background: #0AA537;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    margin-top: 20px;
}

.contat_btn:hover {
    background: #fff;
    color: #000;
}

header {
    background-color: #fff;
    padding: 15px 0px;
}

.banner_section {
    background: url(../images/banner.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

h1 {
    font-size: 100px;
    font-weight: 800;
    line-height: 90px;
    color: #fff;
    margin-bottom: 20px;
}

.banner_section h5 {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

.banner_content p {
    color: #DBDBDB;
    font-size: 17px;
}

.about_section {
    padding: 60px 0px 70px 0px;
}

.about_section img {
    width: 100%;
}

h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-content-area {
    margin-bottom: 50px;
}

.about-content-area p {
    margin-bottom: 10px;
    text-align: justify;
}

.space {
    gap: 30px;
}

.vision_div {
    background-color: #0AA537;
    padding: 30px;
    color: #fff;
    width: 48%;
    border-radius: 20px;
}

.mission_div {
    background-color: #0D6B99;
    padding: 30px;
    color: #fff;
    width: 48%;
    border-radius: 20px;
}

.mission_div h2,
.vision_div h2 {
    color: #fff;
}

.product_section {
    background-color: #F5F5F5;
    padding: 50px 0px 70px 0px;
}

.product-main {
    margin-bottom: 30px;
}

.product-box {
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 10px 10px 30px 10px;
    margin: 15px 0px;
}

.product-box img {
    width: 100%;
}

.product-box h6 {
    font-size: 24px;
    font-weight: 600;
}

.cta_section {
    padding: 50px 0px;
}

.cta_section img {
    width: 80%;
}

.cta_section h4 {
    font-size: 50px;
    font-weight: 400;
    margin-top: 50px;
}

.cta_section h5 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-btn {
    background-color: #0d6b99;
    border: none;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
}

.main-btn:hover {
    background-color: #0AA537;
}

.process_section {
    padding: 50px 0px 70px 0px;
       background-color: #F5F5F5;
}

.process-number {
    width: 50px;
    height: 50px;
    background: #0aa537;
    border-radius: 50px;
    text-align: center;
    padding: 12px 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0px auto 10px;
}

.process-steps {
    width: 20%;
    padding: 20px;
}

.process-steps h6 {
    font-size: 20px;
    font-weight: 500;
}

.process_section h2 {
    margin-bottom: 50px;
}

.gallery_section {
    padding: 50px 0px 70px 0px;
 
}

.gallery_section img {
    width: 100%;
    border-radius: 15px;
}

.gallery_section h2 {
    margin-bottom: 50px;
}

footer {
    background-color: #1e1e1e;
    color: #fff;
    padding: 50px 0px 20px 0px;
}

footer img {
    width: 13%;
    margin-bottom: 40px;
}

.copyright {
    font-size: 14px;
    margin-top: 20px;
}

iframe {
    border-radius: 15px;
    margin-top: 20px;
}

.wtsp-btn {
    background: #0aa537;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    padding: 17px 18px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 28px;
    z-index: 9;
    box-shadow: -1px 2px 12px 0px #00000063;
    color: #fff;
}

.wtsp-btn:hover {
    color: #fff;
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .service-box {
        height: 275px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .navbar .navbar-brand img {
        width: 80%;
    }

    .navbar-light .navbar-brand {
        width: 19%;
    }

    .banner_section {
        height: auto;
        display: block;
        align-items: center;
        padding: 150px 0px;
    }

    h1 {
        font-size: 80px;
    }

    .space {
        gap: 15px;
    }

    .vision_div,
    .mission_div {
        width: 49.2%;
    }

    .about_section {
        padding: 40px 15px 50px 15px;
    }

    .product_section {
        padding: 40px 0px 50px 0px;
    }

    .process_section {
        padding: 50px 0px 50px 0px;
    }

    .process_section h2 {
        margin-bottom: 30px;
    }

    .gallery_section h2 {
        margin-bottom: 30px;
    }

    .logo_boxs {
        height: auto;
    }

    .height-adjust {
        height: 50px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-weight: 500;
        font-size: 15px;
    }

    footer {
        padding: 50px 15px 20px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mob-logo img {
        width: 35%;
        margin-bottom: 5px;
    }

    .sidenav .closebtn {
        top: 30px;
        right: 20px;
    }

    header {
        padding: 15px;
    }

    h1 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 0px;
    }

    h2 {
        font-size: 40px;
    }

    .banner_section {
        padding: 150px 15px;
        height: auto;
        display: block;
        align-items: center;
    }

    .banner_content {
        padding: 0px;
    }

    .about_section {
        padding: 0px 15px 50px 15px;
    }

    .about-content-area {
        margin-bottom: 30px;
        padding: 0px;
    }

    .nav-btun {
        margin-top: 25px;
    }

    .about_section img {
        margin-bottom: 30px;
    }

    .product_section {
        padding: 50px 0px;
    }

    .space {
        gap: 15px;
    }

    .product-main {
        padding: 0px 0px;
        margin-bottom: 0px;
    }

    .about_section img {
        width: 70%;
        margin-bottom: 0px;
    }

    .mission_div,
    .vision_div {
        width: 48.9%;
    }

    .product-box {
        margin: 12px 0px;
    }

    .process_section h2 {
        margin-bottom: 30px;
    }

    .gallery_section h2 {
        margin-bottom: 30px;
    }

    .process_section {
        padding: 50px 15px 50px 15px;
    }

    .cta_section h4 {
        margin-top: 0px;
    }

    .gallery_box {
        margin: 12px 0px;
    }

    .cta_section {
        padding: 50px 15px 60px 15px;
    }

    .process-steps {
        width: 33.3%;
        padding: 20px;
    }

    footer {
        padding: 50px 15px 20px 15px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .mob-logo img {
        width: 35%;
        margin-bottom: 5px;
    }

    header {
        padding: 10px 0px;
    }

    .service-box h6 {
        font-size: 20px;
    }

    h1 {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 0px;
    }

    h2 {
        font-size: 36px;
    }

    .banner_section {
        padding: 150px 0px;
        background: url(../images/mob-banner.webp) no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        display: block;
    }

    .banner_section h5 {
        font-size: 46px;
        margin-bottom: 0px;
    }

    .banner_content {
        padding: 0px;
    }

    .about_section {
        padding: 0px 0px 50px 0px;
    }

    .about-content-area {
        padding: 0px;
        margin-bottom: 30px;
    }

    .space {
        gap: 15px;
    }

    .about_section img {
        margin-bottom: 0px;
    }

    .mission_div,
    .vision_div {
        width: 100%;
    }

    .product_section {
        padding: 50px 0px;
    }

    .product-main {
        padding: 0px 0px;
        margin-bottom: 0px;
    }

    .product-box {
        margin: 7.5px 0px;
    }

    .product-box-bg {
        padding: 0px 7.5px;
    }

    .process-steps {
        width: 50%;
        padding: 20px;
    }

    .process-steps h6 {
        font-size: 18px;
    }

    .process_section {
        padding: 50px 0px;
    }

    .cta_section h4 {
        font-size: 36px;
        margin-top: 0px;
    }

    .cta_section h5 {
        font-size: 36px;
    }

    .gallery_section {
        padding: 40px 0px 50px 0px;
    }

    .gallery_box {
        padding: 0px 7.5px;
        margin: 7.5px 0px;
    }

    .process_section h2 {
        margin-bottom: 20px;
    }

    .gallery_section h2 {
        margin-bottom: 20px;
    }

    .ftr_coulms {
        text-align: left !important;
    }

    footer img {
        width: 26%;
    }

    .main-btn {
        padding: 15px 30px;
        font-size: 16px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 17px;
        right: 5px;
    }
}

@media (max-width: 576px) {
    .mob-logo img {
        width: 60%;
        margin-bottom: 5px;
    }

    header {
        padding: 10px 0px;
    }

    .service-box h6 {
        font-size: 20px;
    }

    h1 {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 0px;
    }

    h2 {
        font-size: 36px;
    }

    .banner_section {
        padding: 150px 0px;
        background: url(../images/mob-banner.webp) no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        display: block;
    }

    .banner_section h5 {
        font-size: 46px;
        margin-bottom: 0px;
    }

    .banner_content {
        padding: 0px;
    }

    .about_section {
        padding: 0px 0px 50px 0px;
    }

    .about-content-area {
        padding: 0px;
        margin-bottom: 30px;
    }

    .space {
        gap: 15px;
    }

    .about_section img {
        margin-bottom: 0px;
    }

    .mission_div,
    .vision_div {
        width: 100%;
    }

    .product_section {
        padding: 50px 0px;
    }

    .product-main {
        padding: 0px 0px;
        margin-bottom: 0px;
    }

    .product-box {
        margin: 7.5px 0px;
    }

    .product-box-bg {
        padding: 0px;
    }

    .process-steps {
        width: 50%;
        padding: 20px;
    }

    .process-steps h6 {
        font-size: 18px;
    }

    .process_section {
        padding: 50px 0px;
    }

    .cta_section h4 {
        font-size: 36px;
        margin-top: 15px;
    }

    .cta_section h5 {
        font-size: 36px;
    }

    .gallery_section {
        padding: 40px 0px 50px 0px;
    }

    .cta-content {
        text-align: center;
    }

    .gallery_box {
        padding: 0px;
        margin: 7.5px 0px;
    }

    .process_section h2 {
        margin-bottom: 20px;
    }

    .gallery_section h2 {
        margin-bottom: 20px;
    }

    .ftr_coulms {
        text-align: left !important;
    }

    footer img {
        width: 35%;
    }

    .main-btn {
        padding: 15px 30px;
        font-size: 16px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 17px;
        right: 5px;
    }
}