@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}



:root {
    /* --primary-color: #00305e; */
    /* --secondary-color:#0b7ba9; */
    --main-color: #003060;

    --secondary-color: #0b7ba9;
    --primary-shadow: 0 2px 8px hsla(220, 68%, 12%, .1);
}

p {
    font-size: 16px;
    font-weight: 300;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}




/* @media (max-width: 450px) {
    html {
        font-size: 50%;
    }
} */



.main-wrapper {
    /* height: auto; */
    /* background: linear-gradient(90deg, rgba(32,74,158,1) 0%, rgba(24,110,187,1) 100%); */
    /* background-image: url(../images/bg-1.jpg); */
    background: var(--main-color);
    /* background: #f7f7f7; */
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/bg-4.jpg); */
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0px 0 50px;
}

.main-wrapper .container{
    padding-top: 70px;
}

/* .main-wrapper .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */

.main-wrapper .banner-right-img {
    width: 70%;
    z-index: 11;
}

.main-wrapper .subtitle {
    color: #fff;
    background-color: transparent;
    padding: 0;
}

.subtitle {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    background-color: #90bcff;
    width: fit-content;
    padding: 2px 10px;
    /* letter-spacing: 1px; */
}

.main-wrapper .banner-content h1 {
    font-size: 40px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}
.main-wrapper .banner-content ul{
    padding-left: 0px;
    margin-bottom: 15px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.main-wrapper .banner-content ul li{
    margin-bottom: 10px;
    
    
}
.main-wrapper .banner-content ul li a{
    color: #ffffff;
    font-weight: 300;
    display:flex;
    gap:5px;
}
.main-wrapper .banner-content ul li i{
    color: var(--yellow-color);
}
.main-wrapper .banner-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0;
    font-weight: 300;
    /* max-width: 70%; */
}
.main-wrapper .banner-content .btns{
    display: flex;
    gap: 20px;
}
.border-btn{
    border: 1px solid var(--secondary-color);
    background-color: transparent;
    color: #fff !important;
}

.main-wrapper .bg-pattern-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    height: 100%;
    z-index: 0;
}


/* @media screen and (max-width:600px) {
    .main-wrapper .banner-content {
        text-align: center;
        padding-top: 50px;
    }

    .main-wrapper .banner-content h1 {
        font-size: 32px;
    }
}

@media screen and (max-width:768px) {
    .main-wrapper .banner-content h1 {
        font-size: 35px;
    }
} */





.section-2 {
    /* background-color: #f7f7f7; */
    padding: 30px 0;
}
.section-2 .subtitle{
    margin:20px  auto;

}

.section-2 ul {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.section-2 li {
    background-color: #fff;
    box-shadow: var(--primary-shadow);
    padding: 50px 20px 30px;
    height: auto;
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
    width: 100%;
    border-radius: 5px;
    border-left: 2px solid transparent;
    transition: all .4s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.section-2 li:hover {
    border-left-color: var(--main-color);
}

.section-2 li h3 {
    font-size: 18px;
    font-weight: 600;
}

.section-2 .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    margin: 20px auto;
}

.section-2 .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-2 .main-btn{
    width: fit-content;
}




.about_wrapper {
    padding: 70px 0 70px;
}

.about_wrapper ul {
    list-style: none;
    padding: 0;
}

.about_wrapper .flex_div {
    margin: 30px 0;
}

.about_wrapper .flex_div .item {
    display: flex;
    gap: 20px;
}

.about_wrapper .flex_div .item .icon {
    max-width: 40px;
    max-height: 40px;
}

.about_wrapper .flex_div .item .icon {
    width: 100%;
    height: 100%;
}

.about_wrapper .flex_div .item h6 {
    font-size: 18px;
    color: var(--main-color);
}

.about_wrapper .flex_div .item p {
    font-size: 14px;
}


.clients_wrapper {
    padding: 30px 0;
}

.clients_wrapper p {
    font-size: 18px;
    font-weight: 400;
}

.clients_wrapper .brand_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clients_wrapper .brand_logos img {
    max-width: 100px;
}


.product_wrapper {
    padding: 70px 0;
    background-color: #f7f7f7;
}


.product_wrapper .productSwiper {
    padding: 0px 15px 100px;
}

.product_wrapper .product_card {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: var(--primary-shadow);
}

.product_wrapper .product_image{
    height: 230px;
}
.product_wrapper .product_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product_wrapper .product_details {
    padding: 10px;
}

.product_wrapper .product_name {
    font-size: 18px;
    font-weight: 600;
    height:40px;
}
.product_wrapper .product_descriprion{
    font-size: 14px;
    height: 110px;
}



.get_in_touch {
    background-color: #f7f7f7;
    padding: 30px 0;
    color: #000000;
}

.get_in_touch .main-btn {
    background: #FEC70A;
    color: #000 !important;
}

.get_in_touch p {
    max-width: 90%;
}



.testimonial_wrapper {
    padding: 70px 0;
}

.testimonial_wrapper .testimonialSwiper {
    padding: 10px 50px 70px;

}

.testimonial_wrapper .double_quotes img {
    width: 30px;
    opacity: 0.5;
    top: 10px;
    position: absolute;
}

.testimonial_wrapper .testimonial_card {
    background-color: #fff;
    box-shadow: var(--primary-shadow);
    padding: 20px;
    position: relative;
    border-radius: 20px;
    max-width: 60%;
    margin: auto;
}

.testimonial_wrapper .message {
    font-size: 14px;
    margin-top: 20px;
    /* height: 250px; */
}

.testimonial_wrapper .profile_details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial_wrapper .profile_details .profile_img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
    margin-bottom: 20px;
}

.testimonial_wrapper .profile_name {
    margin-bottom: 0;
}

.testimonial_wrapper .profile_details .place {
    font-size: 14px;
}
.main_wrapper .mySwiper .swiper-pagination {
    width: 30px;
}

.testimonialSwiper .swiper-pagination-bullet,
.productSwiper .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: var(--main-color);
    border: 5px solid #d8d8d8;
    
}
.testimonialSwiper .swiper-pagination-bullet-active,
.productSwiper .swiper-pagination-bullet-active{
    background-color: var(--main-color) !important;
}

/* .testimonial_wrapper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px;
    border-radius: 10px;
    background-color: var(--main-color);
}

.testimonial_wrapper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    border-radius: 10px;
} */


.blog_wrapper {
    padding: 70px 0;
    background: #f7f7f7;
}

.blog_wrapper .grid_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog_wrapper .blog_card {
    background-color: #fff;
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    overflow: hidden;
}

.blog_wrapper .blog_details {
    padding: 20px;
}

.blog_wrapper .category {
    background-color: #123b77;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 50px;
    width: fit-content;
    font-weight: 300;
}

.blog_wrapper .blog_image {
    height: 230px;
}

.blog_wrapper .blog_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_wrapper .profile_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.blog_wrapper .profile_details .autor_details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog_wrapper .profile_details img {
    max-width: 30px;
    max-height: 30px;
    border-radius: 50px;
    object-fit: cover;
}

.blog_wrapper .profile_details p {
    margin-bottom: 0;
    font-size: 14px;
}

.blog_wrapper .blog_title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.blog_wrapper .blog_text {
    margin-top: 10px;
    font-size: 14px;
}

.blog_wrapper .read_btn {
    color: var(--main-color);
}


.footer {
    background:var(--main-color);
    padding-top: 5rem;
    font-size: 0.9rem;
    /* box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5); */
    /* border-top-left-radius: 100px; */
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem;

}

.footer .footer-logo img {
    width: 200px;
}

.footer-container>div h4 {
    margin-bottom: 1.2rem;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.footer-1 p {
    margin: 1rem 0 2rem;
    color: #ffffff;
    font-size: 14px;
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    font-size: 16px;
    margin-bottom: 0.7rem;
    list-style: none;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.footer ul li a:hover {
    text-decoration: underline;
}


.footer-4 p {
    margin-bottom: 10px;
}

.footer-socials {
    display: flex;
    gap: 1rem;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.footer-socials li a{
    font-size: 20px;
    
}
.footer-socials li{
    transition: all .4s ease-in-out;
}
.footer-socials li:hover{
    margin-top: -5px;
}

.footer .contact_footer a{
    display: inline-flex;
    gap: 5px;
}

.footer-copyright {
    text-align: center;
    margin-top: 4rem;
    padding: 1.2rem 0;
    border-top: 1px solid #ffffff31;
}
.footer-copyright p{
    color: #fff;
}





.brand_logos_mobile{
    display: none;
}




.page_banner{
    background-color: var(--main-color);
    height: 200px;
}
.page_banner .breadcrumb-item a{
    color: #fff;
}
.page_banner .breadcrumb-item{
    font-size: 14px;
}
.page_banner .page_name{
    font-size: 28px;
    color: #fff;
}
.page_banner .page_desc{
    font-size: 14px;
    color: #fff;
}



.about_page_wrapper .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.mission_vision .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}


.about_section .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}


.product_page .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.product_page img{
    border-radius:10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
}


.service_page .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.service_page img{
    border-radius:10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
}

.contact_wrapper .main_heading{
    text-align: center !important;
    font-size: 36px !important;
    margin-bottom: 20px;
}


.contact_wrapper .container {
    grid-template-columns: 30% 70%;
    gap: 50px;
    max-width: 800px;
    margin: 0 auto;
}

.contact_wrapper .address .card{
    height: 100vh;
    margin-top: 30px;
    border: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.064);
    padding: 20px;
}
.contact_wrapper .address .card h6{
    font-size: 18px;
    font-weight: 500;
}



.contact_wrapper form {
    padding-top: 30px;
}
.contact_wrapper form label{
    font-size: 14px;
}
.contact_wrapper .input-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 1.5rem;
}

.contact_wrapper .input-box input,
.contact_wrapper .input-box select {
    width: 100%;
    height: 45px;
    border-radius: 0;
}

.contact_wrapper textarea {
    border-radius: 0;
}

.contact_wrapper .input-box input:focus,
.contact_wrapper textarea:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--main-color);
}

.contact_wrapper .main-btn {
    border: none;
    margin: 20px 0;
    display: flex;
    gap: 5px;
}



.contact_deatils{
    padding: 50px 0;
}
.contact_deatils .grid_row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}
.contact_deatils .item{
    text-align: center;
    box-shadow: var(--primary-shadow);
    padding: 30px;
    border-radius: 20px;
}

.contact_deatils .icon{
    width: 60px;
    height: 60px;
    margin: 15px auto 20px auto;
}

.contact_deatils h6{
    font-size: 22px;
    font-weight: 600;
}
.contact_deatils p{
    font-size: 14px;
}
.contact_deatils a{
    font-size: 18px;
    color: #000;
}






.product_details_page .card{
    padding: 20px;
    overflow:hidden;
}
.product_details_page .product_images{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: 30px 0;
}
.product_details_page .product_images img{
    width: 450px;
}

.product_details_page h6{
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 15px;
}

.product_details_page ul{
    list-style: disc;
    padding-left: 15px;
}

.product_details_page ul li{
    margin-bottom: 15px;
    line-height: 2;
}



.solution_page .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.solution_page img{
    border-radius:10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.35);
}



.blog_detail_page .card{
    padding: 30px;
    box-shadow: var(--primary-shadow);
    border: none;
}
.blog_detail_page .blog_title{
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}
.blog_detail_page .blog_image{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.blog_detail_page .blog_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_detail_page p{
    margin-bottom: 20px;
}
.blog_detail_page h6{
    font-size: 22px;
    font-weight: 500;
}


.machines_wrapper h6{
    font-size: 20px;
}


.our_strength ul{
    list-style: disc;
    padding-left: 15px;
}
.our_strength li{
    margin-bottom: 15px;
}



@media screen and (max-width:1024px) {
    .main-wrapper .banner-content h1{
        font-size: 32px;
    }
    .main-wrapper .banner-content ul li a{
        font-size: 14px;
    }
    .main-wrapper .banner-content p{
        font-size: 14px;
    }
    h2{
        font-size: 32px;
        margin-bottom: 0;
    }
    .about_wrapper .flex_div{
        margin: 10px 0;
    }
    .about_wrapper .flex_div .item h6{
        margin-bottom: 0;
    }
    .main_heading{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .product_wrapper .product_descriprion{
        height: 145px;
    }
    .testimonial_wrapper .testimonial_card{
        max-width: 80%;
    }

}

@media screen and (max-width:991px){
    .header .main-btn{
        display: none;
    }
    .main-wrapper{
        height: auto;
        padding: 50px 0 100px;
    }
    .main-wrapper .banner-content h1{
        font-size: 26px;
        margin-bottom: 0;
    }
    .main-wrapper .banner-content p{
        margin: 10px 0;
    }
    .brand_logos .flex_row img{
        width: 90px;
    }
    .brand_logos .flex_row{
        padding: 20px 10px;
    }
    .about_wrapper .order-img{
        order: 2;
    }
    .main-btn{
        padding: 8px 22px;
    }
    .testimonial_wrapper .testimonial_card{
        max-width: 90%;
    }
    .footer-container{
        grid-template-columns: 1fr 1fr;
    }
    .contact_deatils .grid_row{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:600px){
    nav.header-scrolled .nav-links li a{
        color: #fff !important;
    }
    .header_top{
        display: none;
    }
    .page_banner .page_name{
        font-size: 20px;
        line-height: 1.3;
        font-weight: 400;
    }
    .product_wrapper .product_descriprion{
        height: 110px;
    }
    .main-wrapper .banner-content ul{
        grid-template-columns: 1fr;
    }
    .main-wrapper .banner-content .btns{
        flex-direction: column;
    }
    .main-wrapper .banner-content .btns .main-btn{
        max-width: fit-content;
    }
    .brand_logos{
        display: none;
    }

    .brand_logos_mobile{
        display: block;
        padding: 30px 0;
        
    }
    .brand_logos_mobile .flex_row{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
        justify-content: center;
    }
    .brand_logos_mobile .flex_row img{
        max-width: 100px;
    }
    .about_wrapper{
        padding: 70px 0;
    }
    .section-2 ul{
        grid-template-columns: 1fr;
    }
    .section-2 .icon{
        margin: 20px auto;
    }
    .testimonial_wrapper .testimonialSwiper{
        padding: 10px 10px 50px;
    }
    .footer-container{
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem;
    }
    .footer ul{
        text-align: center;
        margin: auto;
        justify-content: center;
    }

    .about_page_wrapper .grid_row{
        grid-template-columns: 1fr;
    }
    .mission_vision .grid_row{
        grid-template-columns: 1fr;
    }
    .about_section .grid_row{
        grid-template-columns: 1fr;
    }
    .product_page .grid_row{
        grid-template-columns: 1fr;
    }
    .product_page section,
    .service_page section{
        box-shadow: var(--primary-shadow);
        padding: 10px;
        width: 95%;
        margin: 20px auto;
    }
    .product_page section .image{
        order: 2;
    }
    
    .product_page section .image{
        order: 2;
    }
    
    .solution_page section .image{
        order: 2;
    }
    .product_details_page .product_images{
        grid-template-columns: 1fr;
    }

    .service_page .grid_row{
        grid-template-columns: 1fr;
    }

    .service_page .image{
        order: 1;
    }
    .service_page .content{
        order: 2;
    }

    .contact_wrapper .input-box{
        grid-template-columns: 1fr;
    }
    .contact_deatils .grid_row{
        grid-template-columns: 1fr;
    }
    
    .section-padding{
        padding: 50px 0;
    }
    .main_heading br{
        display: none;
    }
    .product_details_page .card h2{
        margin-bottom: 20px;
    }

    .blog_detail_page .card{
        padding: 10px;
    }
    .blog_detail_page .blog_title{
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 600;
    }
    .main-wrapper .bg-pattern-1{
        display:none;
    }
    
  .solution_page .grid_row{
      grid-template-columns: 1fr;
      gap:20px;
  }  
  section{
      padding:35px 0;
  }

  .blog_detail_page .blog_image{
    height: 100%;
  }
}   