/*
 Theme Name:   Supervim
 Theme URI:    https://example.com/supervim
 Description:  A child theme for the Twenty Twenty-Five theme.
 Author:       Your Name
 Author URI:   https://example.com
 Template:     twentytwentyfive
 Version:      1.0.0
*/

/* Import the parent theme's style.css */
@import url("../twentytwentyfive/style.css");

/* Add your custom CSS below */

html {
    margin-top: 0px !important;
}

body {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit;
    font-family: "Montserrat", sans-serif !important;
    overflow-x: hidden;
    width: 100%;
    float: left;
    position: relative;
}
/* Header css  */

header .mobile-header {
    display: none;
}

.sticky-logo{
    display: none;
}
header.sticky .sticky-logo{
    display: inline;
}
header.sticky .white-logo{
    display: none;
}

.header{
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 111;
        padding: 20px 0;
        border-bottom: 2px solid #FFFFFF26;
    
}
header.sticky{
    position: sticky;
    background-color: #fff;
    border: 0;
    z-index: 111;
    border-bottom: 1px solid #EDEDED;
}
.header .menu-items-apt-btn {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 30px;

}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .header-menu li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 0 15px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

.header .header-menu li.current-menu-item a {color: #F36F21;position: relative;font-weight: 700;}
.header .header-menu li.current-menu-item a::after {background-color: #F36F21;display: block;position: absolute;content: "";width: 100%;height: 2px;margin-top: 5px;}


header.sticky .header-menu li{
    color:#000;
}
a{
    text-decoration: none;
}
.header .header-menu #menu-header ul li:hover a {
    background: linear-gradient(90deg, rgba(237, 108, 0, 0.21) 0%, rgba(255, 255, 255, 0.3) 100%) !important;
    color: #000000;
    font-weight: 600 !important;
}
.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.3s ease-out;
}
body {
    font-family: "Montserrat" !important;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
/* header css 
 */

.banner-slider .item, .product-sec{
    /* max-height: 910px; */
    overflow: hidden;
    height: 100vh;
}

.banner-slider .owl-theme .owl-dots .owl-dot span{
    background: #ffffff69;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ED6C00;
}
/* .commen-padding h2 b{
    color:#ED6C00;
} */
.owl-carousel .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-slider video{height: 100vh;
    display: block;
    object-position: bottom;
    object-fit: cover;}

video {
    width: 100%;
    height: auto;
    display: block;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000099; /* black overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    /* font-family: 'Arial', sans-serif; */
    font-size: 2rem;
    font-weight: bold;
    flex-direction: column;
    gap: 10px;
}

.banner-slider .owl-carousel.owl-loaded{
    position: relative;
}
.banner-slider .owl-carousel.owl-loaded .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.banner-slider .owl-theme .owl-dots .owl-dot span{
width: 50px;
}

/* 
.banner-slider .banner-btn a {
    padding: 16px 40px;
    border: 2px solid #ed6c00;
    border-radius: 40px;
    font-size: 24px;
    color: #ed6c00;
}

.banner-slider .banner-btn a:hover {
    border: 2px solid #ed6c00;
    border-radius: 40px;
    font-size: 24px;
    background-color: #ed6c00;
    color: #FFF;
} */

.banner-slider .overlay span{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #F36F21;
}


.banner-slider .overlay h1{ font-size: 74px; font-weight: 800; line-height: 100px; letter-spacing: 0.02em; color: transparent;      background: linear-gradient(180deg, #ffffff 50%, #b1b1b1f5 100%); -webkit-background-clip: text; background-clip: text; display: inline-block; text-align: center; position: relative; margin: 0; }



.banner-slider .banner-btn a {
    margin: 20px 0px 0;
    background-color: #2A65B0;
    padding: 15px 40px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    font-size: 20px;
    
    letter-spacing: 0.5px;
    display: inline-block;
}

.banner-slider .banner-btn a:hover{
    color: #fff;
    background-color: #ED6C00;
}

/* footer  */
.footer-sec {
    background-color:  #FBFBFB;
   
    padding: 60px 0;
}
.footer-sec-top {
    background-color: #FFF;
    padding: 100px 0 70px 0;
}
.footer-sec-top .address-sec ul li.address {
    background-image: url(/wp-content/uploads/2024/11/maps-icon.png);
    background-size: 22px;
}

.footer-sec-top .address-sec ul li {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 0;
    background-repeat: no-repeat;
    padding-left: 47px;
    background-position: 6px 6px;
    margin-bottom: 20px;
}
.footer-sec-top .adress-modual-text{font-size: 16px; color: #333; font-weight: 500;}

.footer-sec-top .address-sec ul li.email {
    background-image: url(/wp-content/uploads/2024/11/email-new-icon.png);
    background-size: 20px;
    background-position: 6px 0; 
}

.footer-sec-top .address-sec ul li.call {
    background-image: url(/wp-content/uploads/2024/11/phone-icon.png);
    background-size: 22px;
    background-position: 6px 3px;
        background-size: 20px;
}

.footer-sec h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #000;
    margin-bottom: 0px;
}

.footer-sec .footer-content ul {
    margin-bottom: 20px;
}
.footer-sec .footer-content li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
}
.copyright-sec {
    padding: 10px 0;
    background-color: #2A65B0;
}
.copyright-sec p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #FFF;
    text-align: left;
    margin-bottom: 0;


}
.copyright-sec .bottom-footer_socials ul {
    list-style: none;
    display: flex;
    float: right;
    margin: 0;
}
.copyright-sec .bottom-footer_socials ul li a {
    margin: 10px;
}
.copyright-sec .bottom-footer_socials ul li a svg {
    width: 20px;
    height: 20px;
    fill: #FFF !important;
}
.copyright-sec .bottom-footer_socials ul li a svg path{
    fill: #FFF !important;
}
.commen-padding{
    padding: 100px 0 100px 0;
}

.why-choose-us-sec .left-side{
    padding-left: 40px;
}
.our-client-logo.commen-padding{
    padding: 120px 0 400px;
    background-color: #F6FAFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.client-signing{margin-top: -400px;position: relative;background-color: #f8f9fa;}
.client-signing video{position: relative;z-index: 1;}

.commen-padding h2 {
    color: #2a65b0;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}
p{
    font-size: 18px;
    line-height: 1.8;

}
b{
    font-weight: 600;
}
footer p{
    font-size: 14px;
}

.service_img video#myVideo {
    width: 99%;
}

.commen-padding .row>div{
    display: flex;
        align-items: center;
        justify-content: center;
}

section.product-sec.product-first{
/* background-image: url(/wp-content/uploads/2024/12/Silicon-wafer.webp); */
background-image: url(/wp-content/uploads/2025/05/silicon-wafer-new.jpg);
background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
}

section.product-sec.product-second{
    /* background-image: url(/wp-content/uploads/2024/12/Solar-cells.webp); */
    /* background-image: url(/wp-content/uploads/2024/12/new-solar-cell.webp); */
    background-image: url(/wp-content/uploads/2025/05/new-solar-cell-.jpg);
    background-repeat: no-repeat;
        background-size: cover;
            background-position: center;
}
section.product-sec.product-third{
    /* background-image: url(/wp-content/uploads/2024/12/new-modules.png); */
    background-image: url(/wp-content/uploads/2025/05/new-modules.jpg);
    background-repeat: no-repeat;
        background-size: cover;
            background-position: center;
}

.product-sec {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

.product-sec h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.product-sec .product-button {
    margin-top: 20px;
}

.product-sec .button {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    border-radius: 30px;
}

.product-sec .button:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-5px);
}

/* Parallax Effect */
.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* Text Animation */
.animate-text {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.5s ease-out forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.product-sec{
    position: relative;
    height: 75vh;
}
.product-sec h2{
    font-weight: 600;
    color: #FFF;
}
.product-button{
    position: absolute;
    bottom: 70px;
    display: flex;
}

/* .product-sec a.button {
    color: #fff;
    margin: 0 10px;
    background-color: #2A65B0;
    padding: 10px 30px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
} */




.product-sec a.button{    margin: 20px 0px 0;
    background-color: #2A65B0;
    padding: 15px 40px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 0.5px;
    display: inline-block;
    border:none;
    text-transform: none;

}


.product-sec a.button.button-2{
    color: #fff;
    background-color: #ED6C00;
}

.product-sec a.button:hover{
    color: #fff;
    background-color: #ED6C00;
}
.product-sec a.button.button-2:hover{
    background-color: #2A65B0;
    color: #fff;
}
.our-market-sec {
    position: relative;
}
.our-market-map{
    position: relative;
}
.our-market-map .india{
    position: absolute;
   right:122px;
    top: auto;
    bottom: 260px;
}
.our-market-map .africa{
    position: absolute;
    top: auto;
    bottom: 243px;
    right: 355px;
}
.our-market-map .turkiye{
    position: absolute;
    top: auto;
    right: 344px;
    bottom: 412px;
}

/* .our-market-map img.image{
    position: absolute;
    left: 0;
    width: 100%;
} */
.our-market-map .middle-east{
    position: absolute;
    top: auto;
    bottom: 355px;
    right: 230px;
}

.our-market-map .usa{
     position: absolute;
    top: auto;
    bottom: 304px;
    left: -124px;
 
}


.our-market-map .chiana{
       position: absolute;
    top: auto;
    bottom: 343px   ;
    right: -37px ;


}


.our-market-map .Vietnam{

       position: absolute;
    top: auto;
    bottom:304px;
    right: -90px;

}



.our-market-map .Singapore{

    position: absolute;
    top: auto;
    bottom: 164px;
    right: -15px;

}
.our-market-map .thailand{

    position: absolute;
    top: auto;
    bottom: 254px;
    right: 17px;

}




.our-market-sec h2{
    text-align: center;
    color: #346CB5;
        font-size: 42px;
        font-weight: 600;
}

.our-market-sec p{
    text-align: center;
}

.our-market-sec .row{
    justify-content: center;
    align-items: center;
}


.our-market-map h6 {
    /* background: #2A65B0; */
    color: #fff;
    padding: 4px 13px;
    margin: 0;
    opacity: 1;
    margin-left: 30px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.our-market-map .india h6{
 background: #FB652E;
}
.our-market-map .turkiye h6{
 background: #DF001F
}
.our-market-map .africa h6{
 background: #333333;
}
.our-market-map .middle-east h6{
 background: #0aa75c;
}

.our-market-map .usa h6{
 background: #0000FF;
 width: max-content;

}
.our-market-map .chiana h6{
 background: #A52A2A;
  width: max-content;
}
.our-market-map .Vietnam h6{
 background: #800080;
  width: max-content;
}
.our-market-map .Singapore h6{
 background: #1A8CBD;
  width: max-content;
}

.our-market-map .thailand h6{
 background: #5847A6;
  width: max-content;
}



/* .our-market-map .india:hover h6, .our-market-map .turkiye:hover h6, .our-market-map .africa:hover h6,.our-market-map .middle-east:hover h6,.our-market-map .Singapore:hover h6, .our-market-map .Vietnam:hover h6,
.our-market-map .chiana:hover h6, .our-market-map .usa:hover h6{
    opacity: 1;
} */
.why-choose-us-sec ul li, .why-choose-us-sec p{
    font-size: 18px;
}

.footer.logo img{
    margin-bottom: 30px;
}



.footer-sec .footer-content h3{
   color: #2A65B0;
    margin-bottom: 20px;
    display: flex;
        align-items: center;
            font-size: 20px;
            line-height: 26px;
                font-weight: 600;
}

.footer-sec .footer-content:not(.footer-sec .footer-content:first-child()){
    padding-left: 20px;
}

.footer-sec .qr-code-sec img{width: 120px;height: auto;}
.footer-sec .qr-code-sec{display: flex ; margin-top: 10px; align-items: center;}
.footer-sec .qr-code-sec img:last-child{margin-left: 30px;}

.footer-content .email-suscribe input[type=submit] {margin-top: 0; margin-left: 20px;    background-color: #2A65B0 !important; font-size: 16px; padding: 8px 25px; width: max-content; border: 0; margin-right: 0; border-radius: 0; line-height: 27px;}
.footer-content .email-suscribe form p{display: flex ; align-items: center; margin-top: 30px; margin-bottom: 0;}
.footer-content .email-suscribe form input{padding: 8px 25px; border: 0; border: 1px solid #ddd; width: 100%; background-color: transparent;}
.footer-content .email-suscribe input[type=submit]:hover{background-color: #ED6C00 !important;}
.footer-content.quick-links article{display: flex ; }
.footer-content.quick-links article .second{margin-left: 60px;}















.our-client-logo .logo-item {
    padding: 0;
    text-align: center;
}

.our-client-logo h2{text-align: center; color: #346CB5; font-size: 36px; font-weight: 600;line-height: 46px;margin-bottom: 10px;}
/* .our-client-logo .domestic-logo-sec{padding: 50px 0;}
.our-client-logo .international-logo-sec{padding: 50px 0;} */


.our-client-logo .domestic-row{padding-top: 60px;}
.our-client-logo .international-logo-sec{padding-bottom: 40px;}
/* .our-client-logo .international-row{background-color: #F6FAFF;} */
.our-client-logo .model-line::after{position: relative; background: linear-gradient(90deg, #346cb500 0%, #346CB5 50.96%, #346cb500 100%); padding: 0 0 1.5px;display: block;content: "";}


.our-client-logo .domestic-logo-sec,  .our-client-logo .international-logo-sec{position: relative;}
.our-client-logo .domestic-logo-sec .left-side .logo-carousel::after, .our-client-logo .international-logo-sec .left-side .logo-carousel::after{position: absolute; content: ""; display: block; width: 110px; height: 100%; background-color: #00000018; background: linear-gradient(267deg, #f6faff 0%, #f6faff00 100%); right: 0; top: 0; z-index: 111;}
.our-client-logo .domestic-logo-sec .left-side .logo-carousel::before, .our-client-logo .international-logo-sec .left-side .logo-carousel::before{position: absolute; content: ""; display: block; width: 110px; height: 100%; background-color: #00000018; background: linear-gradient(95deg, #f6faff 0%, #f6faff00 100%); left: 0; top: 0; z-index: 111;} 


.our-client-logo .owl-carousel .owl-nav .owl-prev{position: absolute; top: 50px; z-index: 1;left: -110px;z-index: 11;}
.our-client-logo .owl-carousel .owl-nav .owl-next{position: absolute; top: 50px; z-index: 1;right: -110px;z-index: 11;}

/* .our-client-logo .owl-carousel .owl-nav .owl-prev img, .our-client-logo .owl-carousel .owl-nav .owl-next img{width: 60px;height: auto;} */


.our-client-logo .logo-item img {
    max-width: 100%;
    height: auto;
}

.our-client-logo .owl-carousel.logo-carousel .owl-item{padding: 22px 0;}

.team-photo .owl-theme .owl-dots .owl-dot span{
    width: 70px;
    height: 5px;
}








.footer-sec-top .address-sec h3{
    font-weight: 600;
}
.footer-sec .footer-content:first-child{
    padding-right: 40px;
}

.client-signing video{
    border-radius: 24px;
}   

 .leader-photo.commen-padding .leader-details{
    display: block;
 }


.leader-carosel-thumb .owl-stage{
    display: flex;
    flex-direction: column;
}
.leader-carosel-thumb .squad-thumb-img img{
    width: 50px;
    height: 50px;
}
.leader-carosel-thumb .squad-thumb-slide{
    display: flex;
        gap: 12px;
        align-items: center;
        /* margin-bottom: 24px; */
}
.leader-carosel-thumb .squad-thumb-img{
    width: 70px;
    height: 70px;
    background: #e5e5e5;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leader-photo .leader-carosel-thumb .logo-item:hover{
    cursor: pointer;
}
.leader-photo .leader-carosel-thumb .logo-item{
    border-radius: 20px;
    padding: 7px 15px;
    background-color: rgb(205 205 205 / 20%);
}
.leader-photo .leader-carosel-thumb .logo-item.active{
    background-color: rgb(42 101 176);
}
.leader-photo .leader-carosel-thumb .logo-item.active .squad-thumb-img{
    background: #fce4d1;
}
.leader-photo .leader-carosel-thumb .logo-item.active h6{
    color:#fff;
}
.leader-carosel{
    position: relative;
}
.leader-photo .leader-carosel.owl-carousel .owl-nav{
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
}
.leader-carosel.owl-carousel .owl-nav button span{
    font-size: 80px;
    color:#2A65B0;
}
.leader-carosel.owl-carousel .owl-nav button:hover{
    background-color: unset;
}
.leader-carosel.owl-carousel .owl-nav button.owl-next{
    float: right;
}

.leader-carosel.owl-carousel .owl-nav button.owl-prev{
    float: left;
}


/* .blog-sec{ background-color: #f8f9fa;position: relative; } 
.blog-sec .card_box { background-color: #fff; border: 0; height: 100%;  overflow: hidden;  z-index: 1; position: relative; border-radius: 30px; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5); } 
.blog-sec .card_box .card_body_text{ position: absolute; top: auto; left: 20px; right: 20px; bottom: 20px; width: calc(100% - 40px); background: #fff; border-radius: 20px; z-index: 10; } 
.blog-sec .card_img { position: relative; overflow: hidden; } 
.blog-sec .meta-date { margin-right: 10px; } 
.blog-sec .meta-date i,.blog-sec .post-cat i{ margin-right: 4px; } 
.blog-sec .read-more-blog-wrap{ height: 0; overflow: hidden; transition: all 0.3s ease-out; position: relative; } 
.blog-sec .read-more-blog-wrap a.read-more-blog{ padding: 12px 20px 12px 20px; border-style: solid; border-width: 2px 2px 2px 2px; border-radius: 20px; margin-top: 20px; background-color: #2a65b0; border-color: #2a65b0; color: #fff; position: absolute; top: 0; bottom: 0; text-align: center; line-height: 1; } */





/* .video-review-sec{ background-color: #f8f9fa;position: relative; } 
.video-review-sec.play-sec {text-align: center; position: absolute; top: 42%; right: 0; left: 0; transform: translate(0, -50%);} */




.video-review-sec{ background-color: #f8f9fa;padding-top: 0;}
.video-review-sec .content-sec h4{padding-top: 20px;font-size: 22px;line-height: 32px;font-weight: 500;}
/* .news-video-row{padding: 0px 0 80px 0;} */
.news-video-item{position: relative;}
.play-sec{text-align: center; position: absolute; top: 40%; right: 0; left: 0; transform: translate(0, -50%);}
.play-sec a span{cursor: pointer;}
.play-sec img{width: 80px;height: auto;}

.news-video-item .cover-img{position: relative;}
.news-video-item .cover-img video{border-radius: 10px;}
.news-video-item .cover-img::after{content: "";display: block;width: 100%;height: 100%;position: absolute;background-color: #00000040;top: 0;border-radius: 10px;}
.video-review-sec a.more-btn { margin-top: 30px; background-color: #2A65B0; padding: 15px 40px; text-align: center; font-weight: 500; border-radius: 10px; font-size: 20px; letter-spacing: 0.5px; display: inline-block; border: none; text-transform: none;color: #fff;width: max-content;margin-left: auto;margin-right: auto; }
.video-review-sec a.more-btn:hover{color: #fff; background-color: #ED6C00;}
   
.news-video-col p{margin: 30px 0 0 0;  font-weight: 500; font-size: 25px;  line-height: 100%;  vertical-align: middle; color: #333333;}
.news-video-col-space{padding-top: 50px;}
.news-video-col .modal-content{position: relative;margin: auto;width: max-content;}
.custom-modal{z-index: 111111; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center;}
.modal-content{background: transparent; display: flex ;justify-content: center; height: 100%; padding: 0; position: relative;}
.custom-modal .close-modal{position: absolute; top: 10px; right: 10px; background: none; border: none; font-size: 74px; cursor: pointer; opacity: 1; color: #fff; line-height: 34px;}
.modal-content video{width:1100px;height: auto; margin-left: auto; margin-right: auto; display: block; }





.team-photo .logo-item{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.team-photo .logo-item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    flex-direction: column;
    gap: 10px;
}

.team-photo .logo-item .overlay h3{
    font-size: 25px;
    /* margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 20px 30px; */
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    background: rgb(48 102 173 / 72%);
    border-radius: 0 0 15px 15px;
    padding: 20px 30px;
    width: 100%;
}
 
.leader-photo .leader-carosel-thumb{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}


.leader-photo .container-md > .row{
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.blog-sec .card_img img{
    aspect-ratio: 1 / 1.18;
}
.blog-sec .card_body_text {
    padding: 40px 40px 30px 45px;
    position: relative;
}
    /* .blog-sec .card_body_text:before {
        background: #183a62;
        content: "";
        height: 1.2px;
        left: 0;
        position: absolute;
        top: 52px;
        width: 35px;
    } */
.blog-sec .card_body_text h3 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
}
.blog-sec .card_body_text p{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
}

.blog-sec .owl-theme .owl-dots .owl-dot span{
    width: 60px;
}


.blog-sec .card_box:hover .read-more-blog-wrap{
    height: 65px;

}


.footer-content.email-suscribe input[type=submit]{
    margin-top: 10px;
    background-color: #000;
    color: #FFF;
}
.footer-sec-top .address-sec h3{
    /* padding-left: 45px; */
    /* margin-bottom: 15px; */
    padding-top: 14px;
    /* padding-bottom: 14px; */
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center left;
        color: #2a65b0;
}

.blog-sec .card_box:hover .card_img img{
    transition: all 0.3s ease-out;
    transform: scale(1.125);
}

/* .footer-sec-top .address-sec.south-africa h3{
    background-image: url(/wp-content/uploads/2024/11/South-africa.png);
}
.footer-sec-top .address-sec.pakistan h3{
    background-image: url(/wp-content/uploads/2024/11/palistan.png);
}
.footer-sec-top .address-sec.india h3{
    background-image: url(/wp-content/uploads/2024/11/india.png);
}
.footer-sec-top .address-sec.china h3{
    background-image: url(/wp-content/uploads/2024/11/Chaina.png);
} */
.header .header-menu #menu-header li a:hover{
color:#FFF;
}
.header.sticky .header-menu #menu-header li a:hover{
    color:#000;
    }


.inner-header{position: unset;background: #2a65b0;}







/*--------mobie-map-sec-css--------*/
.market-map-mobile{display: none;padding: 60px 13px;} 

.market-map-mobile h6{font-size: 12px;color: #333;padding: 4px 0px 4px 20px;;font-weight: 600;line-height: 20px;width: max-content;text-align: center;text-transform: none;}
.market-map-mobile  h2{font-size: 20px;line-height: 30px;color: #2A65B0;font-weight: 500;text-align: center;margin-bottom: 20px;}
.market-map-mobile .country-name{padding-top: 30px;display: flex ; flex-wrap: wrap; align-items: center; justify-content: center;}
.market-map-mobile .cn-2{background-image: url(/wp-content/uploads/2025/05/us.png) ;background-repeat: no-repeat;background-size: 12px;background-position: left;}
.market-map-mobile .cn-3{background-image:url(/wp-content/uploads/2025/05/turkey.png) ;background-repeat: no-repeat;background-size: 12px;background-position: left;}
.market-map-mobile .cn-4{background-image:url(/wp-content/uploads/2025/05/africa.png)  ;background-repeat: no-repeat;background-size: 12px;background-position: left;}
.market-map-mobile .cn-5{background-image:url(/wp-content/uploads/2025/05/pakistan.png)  ;background-repeat: no-repeat;background-size: 12px;background-position: left;}
.market-map-mobile .cn-6{background-image:url(/wp-content/uploads/2025/05/india.png)  ;background-repeat: no-repeat;background-size: 12px;background-position: left;}
.market-map-mobile .cn-7{background-image :url(/wp-content/uploads/2025/05/thailand.png) ;background-repeat: no-repeat;background-size: 12px;background-position: left;}
.market-map-mobile .cn-8{background-image:url(/wp-content/uploads/2025/05/singapore.png)  ;background-repeat: no-repeat;background-size: 12px;background-position: left;}
.market-map-mobile .cn-9{background-image :url(/wp-content/uploads/2025/05/vieatnam.png) ;background-repeat: no-repeat;background-size: 12px;background-position: left;}
.market-map-mobile .cn-10{background-image :url(/wp-content/uploads/2025/05/china.png) ;background-repeat: no-repeat;background-size: 12px;background-position: left;} 










.footer-content .email-suscribe input[type=submit]{margin-top: 0 !important;}


.inner-modal-sec {position: relative; width: max-content; margin: auto;}
.custom-modal .close-modal {top: -50px !important; right: -50px !important;} 











/*cell-page css*/

.cell-page-heading h1{margin-bottom: 70px;}
.cell-page-txt-inner p{text-align: left;padding: 0 0 25px 0;display: flex;}
.cell-page-txt-inner p b{color:#2a65b0; width: 40%;display: inline-block;}
.cell-page-txt-inner p span{width: 60%;display: inline-block;}
.cell-page-txt-inner{padding: 0 0 0 50px;}


.cell-page-table th {background-color: #f79521;color: white;text-align: center;text-align: center;vertical-align: middle;padding: 14px;}
.cell-page-table td {text-align: center;vertical-align: middle;font-size: 16px;line-height: 24px;font-weight: 500;padding: 14px;}

.cell-page-table tr:hover{background:#fd89008c;}

.table-responsive {overflow-x: auto;}

.cell-page-table .row>div {display: unset;}
.mainHeaderVideo{height: 100vh; object-fit: cover; overflow: hidden; width: 100%; z-index: 0;}
.video-slider-content{position: absolute; top: 50%;  width: 100%;transform: translate(0px, -50%);}
.cellpage-video{position: relative;}
.slider-content-middle h2{color: #fff;font-weight: 500;font-size: 44px; line-height: 54px;text-align: center;}
.slider-content-right p{color: #fff;font-weight: 600;}
.slider-content-right a{display: inline-block;margin: 20px 0 0 0;}
.slider-content-right a i{color: #fff;font-size: 30px;}
.slider-content-right{text-align: center;}

.cell-page{background: #f9f8fa;}



.cell-module-page .cell-page-txt-inner p b{width: 55%;}
.cell-module-page{background: #f9f8fa;}
.cell-module-table td{text-align:left;}
.cell-module-table .cell-page-table-inner tr td::first-child{width:20%;}
/*.cell-module-table tr th{width:100%;}*/

.mech-para{background:#f79521;padding: 14px; text-align: center;margin: 0;} 
.nav-tabs .nav-item{margin:0 15px 0 0;}
.cell-module-table .nav-tabs .nav-item .nav-link{border:unset;background: #5388cb; color: #fff; font-size: 18px; font-weight: 600;}
.nav-tabs{border-bottom: unset;justify-content: center;}

.cell-module-table .nav-tabs .nav-item.show .nav-link, .cell-module-table .nav-tabs .nav-link.active{background: #2a65b0!important;}

.contact-page-form{background: #f9f8fa;}
.cell-page-table h2{text-align: center;font-weight: 600;}



.logo-item img{border-radius: 20px;}
.team-photo h2{font-size: 42px; line-height: 52px; margin-bottom: 30px; color: #2A65B0; text-align: center; font-weight: 500;}
.team-photo p{font-size: 20px; line-height: 28px; text-align: center; padding: 0 180px; margin-bottom: 40px;}
.team-photo p span{font-weight: 500;color: #e55e18;}


.Module p{display: inline-block;}
.Module p b{width: 100%;}
.Module p span{width: 100%;}







@media (max-width:1499.98px) and (min-width:1300px){

    .banner-slider .banner-btn a, .product-sec a.button ,.video-review-sec a.more-btn{font-size: 18px;padding: 14px 30px;}
    .our-client-logo .owl-carousel .owl-nav .owl-prev{left: 20px;top: 45px;}
    .our-client-logo .owl-carousel .owl-nav .owl-next{right: 20px;top: 45px;}
    
  .our-market-map .india{
    position: absolute;
   right:122px;
    top: auto;
    bottom: 260px;
}
.our-market-map .africa{
    position: absolute;
    top: auto;
    bottom: 243px;
    right: 355px;
}
.our-market-map .turkiye{
    position: absolute;
    top: auto;
    right: 344px;
    bottom: 412px;
}

/* .our-market-map img.image{
    position: absolute;
    left: 0;
    width: 100%;
} */
.our-market-map .middle-east{
    position: absolute;
    top: auto;
    bottom: 355px;
    right: 230px;
}

.our-market-map .usa{
     position: absolute;
    top: auto;
    bottom: 284px;
    left: -124px;
 
}


.our-market-map .chiana{
       position: absolute;
    top: auto;
    bottom: 343px   ;
    right: -37px ;


}


.our-market-map .Vietnam{

       position: absolute;
    top: auto;
    bottom:304px;
    right: -90px;

}



.our-market-map .Singapore{

    position: absolute;
    top: auto;
    bottom: 164px;
    right: -15px;

}
.our-market-map .thailand{

    position: absolute;
    top: auto;
    bottom: 254px;
    right: 17px;

}
    /* .our-market-map .india {
        right: 14%;
        bottom: 46%;
    }
    .our-market-map .africa {
        bottom: 43%;
        right: 40%;
    }
    .our-market-map .turkiye {
        right: 39%;
        bottom: 73%;
    }
    .our-market-map .middle-east {
        bottom: 63%;
        right: 26%;
    }  
    .banner-slider .item{
        height: auto;
    }
    .product-sec{
        height: 600px;
    } */

.cell-page-txt-inner p b {width:48%;}




}
@media (max-width:1299.98px) and (min-width:1024px){

    .header .header-menu li{font-size: 14px;padding: 0 13px;}
    .banner-slider .overlay span{font-size: 24px;}
    .banner-slider .overlay h1{font-size: 60px;line-height: 80px;}
    .banner-slider .banner-btn a, .product-sec a.button ,.video-review-sec a.more-btn{font-size: 14px;padding: 14px 30px;}
    .product-sec h2{font-size: 46px;}
    .our-market-sec h2{font-size: 40px;}
    .our-client-logo h2{font-size: 34px;line-height: 40px;}
       .our-client-logo .owl-carousel .owl-nav .owl-prev{left: 10px;top: 42px;}
    .our-client-logo .owl-carousel .owl-nav .owl-next{right: 10px;top: 42px;}
    .our-client-logo .owl-carousel .owl-nav .owl-prev img, .our-client-logo .owl-carousel .owl-nav .owl-next img{width: 50px;height: auto;}
    .our-client-logo .domestic-row{padding-top: 50px;}
    .video-review-sec .content-sec h4{font-size: 20px;padding-top: 18px;}

 .footer-content .email-suscribe input[type=submit]{font-size: 14px;margin-top: 15px;}
.footer-sec-top .address-sec h3{font-size: 18px;}
.footer-sec-top .address-sec ul li{font-size: 14px;padding-left: 40px;line-height: 22px;}
.footer-sec .footer-content h3{font-size: 20px;margin-bottom: 15px;}
.inner-modal-sec{position: relative;}
.custom-modal .close-modal{top: 80px;right: 100px;}
.modal-content video{width: 850px;}    
.play-sec img{width: 70px;}
.play-sec{top: 38%;}







.our-market-map .thailand {
    position: absolute;
    top: auto;
    bottom: 234px;
    right: -18px;
}

.our-market-map .Vietnam {
    position: absolute;
    top: auto;
    bottom: 284px;
    right: -130px;
}
    .our-market-map .india {
        right: 12%;
        bottom: 47%;
    }
    .our-market-map .africa {
        bottom: 43%;
        right: 39%;
    }
    .our-market-map .turkiye {
        right: 39%;
        bottom: 72%;
    }
    .our-market-map .middle-east {
        bottom: 63%;
        right: 24%;
    }
    .our-market-map .Singapore {
    position: absolute;
    top: auto;
    bottom: 154px;
    right: -50px;
}

    .our-market-map .chiana{    bottom: 352px;
    right: -156px;}
    .banner-slider .item{
        height: auto;
    }
    .product-sec{
        height: 600px;
    }
    .commen-padding, .footer-sec, .footer-sec-top{
        padding: 60px 0 60px 0;
    }  
    .our-market-map img{
        width: 100vw;
    } 
    .leader-photo .container-md .row .col-md-9{
        width: 80%;
    }

.cell-page-txt-inner p b {width: 48%}
.Module p b{width: 100%;}
.Module p span{width: 100%;}
.mech-para {padding: 12px;}

  
    
    
}
@media (max-width:1050.98px) and (min-width:992px){

    .banner-slider video{height: 100%;}
    .banner-slider .overlay h1{font-size: 50px;line-height: 70px;}
    .product-sec h2{font-size: 44px;}
    .our-client-logo .owl-carousel .owl-nav .owl-prev img, .our-client-logo .owl-carousel .owl-nav .owl-next img{width: 40px;}
    .our-client-logo .owl-carousel .owl-nav .owl-prev{top: 35px;left: 13px;}
    .our-client-logo .owl-carousel .owl-nav .owl-next{top: 35px;right: 13px;}
    .video-review-sec .content-sec h4{font-size: 18px;padding-top: 16px;}
    .modal-content video{width: 800px;}
    .inner-modal-sec{position: relative;}



    .custom-modal .close-modal {
        top: -60px;
        right: 20px;
    }


    .our-market-map h6{font-size: 10px;}
.our-market-map .usa{bottom: 220px;}
.our-market-map .chiana{        bottom: 280px;
        right: -126px;}
.our-market-map .Vietnam{bottom: 111px;
        right: -32px;}
.our-market-map .Singapore{bottom: 111px;
        right: -32px;}
.our-market-map .thailand{        bottom: 184px;
        right: -8px;}

    .our-market-map .india {
                right: 12%;
        bottom: 45%;
    }
  
    .our-market-map .africa {
                bottom: 41%;
        right: 39%;
    }
    .our-market-map .turkiye {
      right: 37%;
        bottom: 72%;
    }
    .our-market-map .middle-east {
              bottom: 62%;
        right: 25%;
    }
    .banner-slider .item{
        height: auto;
    }
    .product-sec{
        height: 600px;
    }
    .commen-padding, .footer-sec, .footer-sec-top{
        padding: 50px 0 50px 0;
    }
    .footer-sec {
       
        padding: 50px 0 50px 0;
    }
    .leader-photo .container-md .row .col-md-9{
        width: 80%;
    }
    .our-market-map img {
        width: 100vw;
    }

    .footer-content.quick-links article .second { margin-left: 20px; }
.footer-sec .footer-content h3 { font-size: 18px;}
.footer-sec .footer-content li { font-size: 14px;line-height: 24px; margin-bottom: 8px; }
.footer-sec .qr-code-sec img { width: 100px;}
footer p { font-size: 12px; margin: 0; }

.mainHeaderVideo{height: 38vh!important;}
.product {margin-bottom: 50px;}
.slider_about.slider_a-green-vision {margin-bottom: 50px;}
.quality-matter-sec {padding: 50px 0;}

.mech-para {padding: 12px;}


.slider-content-middle h2 {font-size: 42px;line-height: 54px;}





}


@media (min-width:992px){
    h2.mobile{
        display: none;
    }
    .sub-menu {
        display: none;
        transition: all 0.3s ease;
    }
    
    .sub-menu.show {
        display: block;
    }
    header li.menu-item-has-children > a::after{
        transform: rotate(90deg);
    }
    header ul li.menu-item-has-children > a:hover:after{
        transform: rotate(-90deg);
    }

    .header ul li.menu-item-has-children > a::after {
        content: '';
        background-image: url(/wp-content/uploads/2024/11/mobile-icon_result.png);
        width: 9px;
        height: 13px;
        display: inline-block;
        margin-left: 10px;
        background-repeat: no-repeat;
    }
    .header.desk-header ul li.menu-item-has-children > a::after {
        background-image: url(/wp-content/uploads/2024/12/normal.png);
    }
    .header.sticky.desk-header ul li.menu-item-has-children > a::after {
        background-image: url(/wp-content/uploads/2024/11/mobile-icon_result.png);
    }
    .header ul li.menu-item-has-children{
        padding-right: 10px;
    }
    img.mobile{
        display: none;
    }
    .header .header-menu #menu-header ul {
        display: none;
        position: absolute;
        width: 300px;
        text-align: left;
        margin-left: -30px;
        margin-top: 20px;
        z-index: 999;
        top: 58px;
        left: 0;
        background-color: #fffffff7;
    border-radius: 0 0 0 0;
    margin: 0 0 0 0px !important;
    padding: 25px 0 !important;
    box-shadow: -4px 4px 15px 0px #0000001A;
    }
    .header .header-menu #menu-header ul li{
        display: block;
        padding: 0 0px;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 0;
    }
    .header .header-menu #menu-header li.menu-item-has-children a {
        display: flex;
        align-items: center;
    }
    .header .header-menu #menu-header ul li a{
        font-size: 16px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        color: #333333E5;
        padding-left: 30px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .header .header-menu #menu-header li:hover>ul{
        cursor: pointer;
        display: block;
    }
    .header .header-menu li::after {
        content: '';
        width: 100%;
        height: 40px;
        display: block;
        background-color: transparent;
        position: absolute;
    }
    .our-client-logo  .logo-carousel .logo-item img {
        max-height: auto;
        transition: transform 0.3s ease;
        /*filter: grayscale(100%); Grayscale effect for a modern look */
    }
    .our-client-logo  .logo-carousel .logo-item{background-color: #fff ;border: 1px solid #C8C8C8; border-radius: 10px;}
    /* Hover Effects */
     /* .our-client-logo  .logo-carousel .owl-item{margin-left: 5px;} */
    .our-client-logo  .logo-carousel .logo-item img:hover {
        transform: scale(1.1);
        /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15); */
    }
    
    .our-client-logo  .logo-carousel .logo-item:hover img {
        filter: grayscale(0); /* Remove grayscale on hover */
    }


.cell-page-heading h1 {margin-bottom: 45px;}





}
@media (max-width:991.98px){


.banner-slider .banner-btn a, .product-sec a.button ,.video-review-sec a.more-btn{font-size: 12px;padding: 10px 20px;}

 .banner-slider .overlay span{font-size: 18px;}
  .banner-slider video{height: 100%;}
  .product-sec h2{font-size: 25px !important;}
  .product-sec .product-button{width: max-content;}
  .video-review-sec .content-sec h4{font-size: 17px;padding-top: 15px;}
  .play-sec img{width: 50px;}
  .play-sec{top: 34%;}
  .inner-modal-sec{position: relative;}
  .modal-content video{width: 650px;}
  .custom-modal .close-modal{top: -70px;font-size: 60px;}
  .video-review-sec a.more-btn{font-size: 14px;padding: 10px 20px;}
  .footer-sec-top .address-sec h3{font-size: 18px;line-height: normal;margin-bottom: 18px;}
  .footer-sec-top .address-sec ul li{font-size: 14px;padding-left: 40px;margin-bottom: 17px;}
  .footer-content.company p {font-size: 14px;line-height: 24px;}


    .banner-slider .overlay h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    img:not(header img){
        max-width: 100%;
    }
    .leader-photo .leader-carosel-thumb{
        display: none;
    }
    .our-market-map .india:hover h6, .our-market-map .turkiye:hover h6, .our-market-map .africa:hover h6, .our-market-map .middle-east:hover h6{
        opacity: 0;
    } 
    .our-market-map img {
        width: 100%;
    }
    img.desktop{
        display: none;
    }
    .our-market-map img.image{
        position: unset;
    }
    h2.desktop{
        display: none;
    }
    .leader-photo .container-md > .row{
        gap:0;
    }
    .our-client-logo .logo-carousel .logo-item img {
        max-height: 80px;
    }
    /* .first-sec .row, .forth-sec .row{
flex-direction: column-reverse;
    } */
    .first-sec .row .right-side, .forth-sec .row .right-side {
        display: block;
    }
    header .desktop-header{
        display: none;
    }
    header .mobile-header{
        display: block;
    }
    header .mobile-header .mobile-col {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-header .mobile-header-menu {
        padding-left: 0;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        transform: translateX(-101%);
        transition: all .5s ease;
        width: 100%;
        z-index: 99;
        overflow-x: hidden;
        padding-right: 0;
        display: flex;
        flex-direction: column;
    }
    header .mobile-header .mobile-col .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .mobile-header .mobile-col .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header{
        background-color: #fff;
    }
    .header-menu.mobile-header-menu .mobile-col {
        padding: 15px 23px;
        margin-bottom: 8px;
        border-bottom: 1px solid #0000001A;
    }
    .mobile-header .mobile-header-menu.show {
        transition: all .5s ease;
        transform: translateX(0);
        top: 0;
    }
    .header .header-menu li{
        color:#000;
    }
    .header .header-menu li a {
        display: block;
        color: #333333;
        font-size: 18px;
        line-height: 21px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        padding: 10px 25px;
    }
    .header .header-menu li {
        position: unset;
        padding: 0;
        display: block;
        border-bottom: 1px solid #4b494966;
    }
    .header-menu.mobile-header-menu ul li.menu-item-has-children > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-menu.mobile-header-menu ul li.menu-item-has-children > a::after {
        content: '';
        background-image: url(/wp-content/uploads/2024/11/mobile-icon_result.png);
        display: inline-block;
        width: 8px;
        height: 13px;
    }

     .sub-menu {
        display: none;
        transition: all 0.3s ease;
    }
    
    .sub-menu.show {
        display: block;
    }
    header li.menu-item-has-children > a::after{
        transform: rotate(90deg);
    }
    header ul li.menu-item-has-children > a.show::after{
        transform: rotate(-90deg);
    }
    .sub-menu.show{
        padding-left: 28px;
    } 
    .sub-menu.show li{
        font-size: 14px;
    }
    .banner-slider .item {
        height: auto;
    }
  

  




}
@media (max-width:991.98px) and (min-width:768px){



  .banner-slider video{height: 100%;}
  .product-sec h2{font-size: 25px !important;}
  .product-sec .product-button{width: max-content;}
  .video-review-sec .content-sec h4{font-size: 17px;padding-top: 15px;}
  .play-sec img{width: 50px;}
  .play-sec{top: 34%;}
  .inner-modal-sec{position: relative;}
  .modal-content video{width: 650px;}
  .custom-modal .close-modal{top: -70px;font-size: 60px;}
  .video-review-sec a.more-btn{font-size: 14px;padding: 10px 20px;}
  .footer-sec-top .address-sec h3{font-size: 18px;line-height: normal;margin-bottom: 18px;}
  .footer-sec-top .address-sec ul li{font-size: 14px;padding-left: 40px;margin-bottom: 17px;}
  .footer-content.company p {font-size: 14px;line-height: 24px;}
  .banner-slider .banner-btn a, .product-sec a.button ,.video-review-sec a.more-btn{font-size: 12px !important;padding: 10px 20px !important;}



    .our-market-map h6 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .our-market-map .india {
        right: 10%;
        bottom: 51%;
    }
    .our-market-map .africa {
        bottom: 47%;
        right: 26%;
    }
  
    .our-market-map .turkiye {
        right: 42%;
        bottom: 68%;
    }
    .our-market-map .middle-east {
        bottom: 61%;
        right: 30%;
    }
    .banner-slider .item{
        height: auto;
    }
    .product-sec{
        height: 600px;
    }
    .leader-photo .row{
        flex-direction: row;
    }
    .leader-details p {
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        overflow: hidden;
    }
    .commen-padding, .footer-sec, .footer-sec-top{
        padding: 50px 0 50px 0;
    }
    .team-photo .logo-item .overlay h3 {
        font-size: 23px;
        padding: 14px 24px;
    }

    .copyright-sec p {font-size: 13px;}
    .blog-sec .card_body_text{padding: 25px 15px 20px 15px;}

.footer-sec .footer-content:first-child { padding-right: 40px; width: 50%; }
.footer-sec .footer-content:not(.footer-sec .footer-content:first-child) { padding-left: 10px; width: 50%; }
.footer-sec .footer-content:last-child { width: 100% !important;margin-top: 40px; }


.cell-page-heading h1 {margin-bottom: 40px;}
.cell-page-txt-inner p{padding: 0 0 18px 0;}
.cell-page-table td {font-size: 15px;line-height: 24px;padding: 8px 14px;}


.product_solar_title span {padding: 8px;}


.slider_about.slider_a-green-vision {margin-bottom: 60px;}
.product{margin-bottom: 40px;}
/*#mainHeaderVideo {height: 48vh;}*/

.slider-content-middle h2{font-size: 30px!important;}

.nav-tabs{gap: 15px 0;}






    
}
@media (max-width:768px) {


  .banner-slider video{height: 100%;}
  .product-sec h2{font-size: 25px !important;}
  .product-sec .product-button{width: max-content;}
  .video-review-sec .content-sec h4{font-size: 17px;padding-top: 15px;}
  .play-sec img{width: 50px;}
  .play-sec{top: 34%;}
  .inner-modal-sec{position: relative;width: 100%;}
  .modal-content video{width:100%;}
  .custom-modal .close-modal{top: -70px;font-size: 60px;}
  .video-review-sec a.more-btn{font-size: 14px;padding: 10px 20px;}
  .footer-sec-top .address-sec h3{font-size: 18px;line-height: normal;}
  .footer-sec-top .address-sec ul li{font-size: 14px;padding-left: 40px;margin-bottom: 17px;}
  .footer-content.company p {font-size: 14px;line-height: 24px;}
  .banner-slider .banner-btn a, .product-sec a.button ,.video-review-sec a.more-btn{font-size: 12px !important;padding: 10px 20px !important;}
.custom-modal .close-modal{right: 0  !important;}




    .owl-nav{
        display: none;
    }
    .commen-padding, .footer-sec, .footer-sec-top{
        padding: 40px 0 40px 0;
    }
    .footer-sec {
       
        padding: 40px 0 40px 0;
    }
    .product-sec {
        height: 400px;
    }
    .product-button{
        flex-direction: column;
    gap: 10px;
    }
    .container-md{
        padding-left: 10px;
        padding-right: 10px;
    }
    .leader-photo .col-md-3.left-side{
        display: none;
    }
    .footer-content.email-suscribe input[type="email"]{
        width: 100%;
    }
    .commen-padding h2{
        font-size: 24px;
    }

    section.product-sec.product-third{background-position: right;}
    .footer-sec .footer-content h3 {margin-bottom: 15px;font-size: 18px;}
    .leader-photo.commen-padding .leader-details{order: 2;margin: 15px 0 0px 0;}
    .leader-photo{padding:0 0}


    .why-choose-us-sec .left-side{
        padding-left: 10px;
    }
    .product-sec a.button, .banner-slider .banner-btn a{
        padding:10px 20px;
        font-size:15px;
    }
    .why-choose-us-sec .row{
        gap:30px;
    }
    header{
        position: unset !important;
    }
    .banner-slider .owl-dots{
        display: none;
    }
    .banner-slider .overlay h1 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .banner-slider .overlay span{
        font-size: 16px;
    }
    .product-button{
        bottom:30px;
    }
    .team-photo .logo-item .overlay h3 {
        font-size: 16px;
        padding: 8px 24px;
        border-radius: 0 0 5px 5px;
    }
    .team-photo .owl-theme .owl-dots .owl-dot span {
        width: 50px;
        height: 5px;
    }
    .blog-sec .owl-theme .owl-dots .owl-dot span {
        width: 40px;
        height: 5px;
    }
    .blog-sec .card_body_text{
        padding: 20px;
    }
    .footer-sec .footer-content:not(.footer-sec .footer-content:first-child) {
        padding-left: 10px;
    }
   
    .copyright-sec p{
        text-align: center;
    }
    .copyright-sec .row{
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    .copyright-sec .bottom-footer_socials{
        display: flex;
            justify-content: center;
    }



.video-content-col h2 {font-size: 20px;line-height: 30px;padding: 4px 0;}
/*.wpcf7-form .wpcf7-submit {width: 100px;padding: 8px 16px;font-size: 15px;}*/
.wpcf7-form .wpcf7-submit {width: auto;padding: 8px 16px;font-size: 15px;}
.wpcf7-form p{margin: 0 0 10px 0;}


.header .header-menu li.current-menu-item a::after{display: none !important;}



.footer-sec .footer-content:not(.footer-sec .footer-content:first-child){margin-top: 30px;}
.footer-sec { padding: 40px 15px 40px 15px !important; }

.market-map-desktop{display: none;}
.market-map-mobile{display: block;} 
.market-map-mobile h6{padding: 4px 20px 4px 20px;}     


/*cell-page mobile landscape css*/
.cell-page-heading h1{margin-bottom: 40px;}

.cell-page-txt-inner {padding: 0 0 0 15px;}
.cell-page-txt-inner p{padding: 0 0 15px 0;}
.cell-page-txt{padding: 12px 12px 0}
.cell-page-table th{padding: 7px 10px;}
.cell-page-table td{padding: 5px 10px;font-size: 14px;line-height: 22px;}



.mainHeaderVideo{height: 40vh!important;}
.slider_about.slider_a-green-vision {margin-bottom: 40px;}
.product-title h1{font-size: 32px;}
.product_datasheet .product_solar {margin-bottom: 25px;}
.product{margin-bottom: 20px;}


.slider-content-middle h2 {font-size: 30px;line-height: 40px;}
/*.slider-content-middle img{height: 224px;}*/
.slider-content-middle{text-align: center;}
.slider-content-right a {margin: 0px 0 0 0;}











}



@media(max-width:575px){
    .commen-padding h2{font-size: 22px;}
    .team-photo .logo-item .overlay h3 {
        font-size: 16px;
        padding: 8px 24px;
        border-radius: 0 0 5px 5px;
    }

.header .header-menu li.current-menu-item a::after{display: none;}
.banner-slider .banner-btn a, .product-sec a.button ,.video-review-sec a.more-btn{font-size: 12px !important;padding: 10px 20px !important;}
.banner-slider .overlay span{font-size: 14px;}
.banner-slider .overlay h1{font-size: 25px; line-height: 35px;}
.banner-slider video { height: 100%; } 
.product-sec h2{font-size: 22px !important;}
.our-client-logo h2{font-size: 22px;margin-bottom: 10px;}
.our-client-logo .domestic-row{padding-top: 40px;}
.our-client-logo .international-logo-sec{padding-bottom: 30px;}
.our-client-logo.commen-padding{position: initial;padding: 60px 0;}
.play-sec{top: 38%;}
.video-review-sec .content-sec h4{font-size: 16px;margin-bottom: 10px;padding-top: 14px;}
.client-signing{margin-top: 0;}
.footer-sec-top .address-sec h3 { font-size: 16px; line-height: normal;margin-bottom: 10px; }
.footer-sec-top .address-sec ul li br{display: none;}
.footer-sec-top .address-sec ul li{font-size: 14px;line-height: 22px;margin-bottom: 15px;padding-right: 130px;}
.footer-sec-top .adress-modual-text{font-size: 14px;}
.footer-sec-top .row{padding-left: 15px;}
.footer-sec{padding: 40px 0 40px 15px;}
.product-sec {height: auto;}
.inner-modal-sec{position: relative;width: 100%;}
.custom-modal .close-modal{right: 0 !important;}


section.product-sec.product-second, section.product-sec.product-third, .product-sec.product-first{background-attachment: unset; width: 100%; /* height: 100%; */ min-height: 100%; padding: 100px 0px;} 

.market-map-desktop{display: none;}
.market-map-mobile{display: block;padding: 60px 13px;} 



/*cell-page mobile css*/
.cell-page-heading h1{margin-bottom: 40px;}
.cell-page-txt-inner {padding: 0 0 0 15px;}
.cell-page-txt-inner p{padding: 0 0 15px 0;}
.cell-page-txt{padding: 30px 12px 0}
.cell-page-table th{padding: 7px 10px;}
.cell-page-table td{padding: 5px 10px;font-size: 14px;line-height: 22px;}



.mainHeaderVideo {height: 75vh!important;}
.slider_about.slider_a-green-vision {margin-bottom: 40px;}
.product-title h1{font-size: 32px;}
.product_datasheet .product_solar {margin-bottom: 25px;}
.product{margin-bottom: 20px;}


.slider-content-middle h2{font-size: 30px;line-height: 40px;}
.slider-content-middle{text-align: center;}
.slider-content-middle img{height:300px;}

.nav-tabs .nav-item {margin: 0 0px 10px 0;}
.cell-module-table .nav-tabs .nav-item .nav-link{font-size: 15px;}

  
}


@media (max-width: 767.98px ) and (orientation: landscape)  {
    .slider-content-middle img{height: 150px;}
    .mainHeaderVideo{height: 100vh !important;}
    .nav-tabs{gap: 15px 0;}
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
    .blog-sec .card_body_text{padding: 30px 25px 30px 25px;}
}



/* -------- new section our market ----------  */

.global-tab .accordion-item {
    border: 0px;
    padding: 0px 40px 30px 40px;
    position: relative;
}
.global-tab .accordion-item:last-child {
    padding-bottom: 0px;
}
.global-tab .accordion-item h2 .accordion-button::after {
    content: '';
    position: absolute;
    background: rgba(139, 139, 139, 0.4);
    width: 1px;
    height: auto;
    top: 10px;
    bottom: 0;
    left: 18.6px;
}
.global-tab .accordion-item .accordion-button {
    position: static;
}
.global-tab .accordion-item .accordion-button::before {
    content: '';
    position: absolute;
    background: #BBBBBB;
    border: 4px solid #BBBBBB;
    border-radius: 12px;
    top: 8px;
    left: 10px;
    width: 18px;
    height: 18px;
    z-index: 1;
}
.global-tab .accordion-item:first-of-type .accordion-button,
.global-tab .accordion-item .accordion-button {
    padding: 0px;
    border: 0px;
    box-shadow: 0 0 0;
}
.global-tab .accordion-item h2,
.global-tab .accordion-item h2 .accordion-button {
    font-size: 22px;
    line-height: 34px;
    margin: 0px;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
}
.global-tab .accordion-button:not(.collapsed)::before {
    background: #fff;
    border-color: #177CFF;
}
.global-tab .accordion-item .accordion-button:not(.collapsed)::after {
    background: #177CFF;
    transform: none;
}
.global-tab .accordion-item:last-child .accordion-button::after {
    visibility: hidden;
}
.global-tab .accordion-item:last-child .accordion-button:not(.collapsed)::after {
    visibility: visible;
}
.global-tab .accordion-item h2 .accordion-button:not(.collapsed) {
    color: #177CFF;
    background: transparent;
    font-weight: 700;
    box-shadow: none;
    border: 0px;
}
.global-tab .faq-body p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0px 0px;
    font-weight: 400;
}
.global-tab .accordion {
    --bs-accordion-bg: transparent;
}


.home-think.quality-matters{
        background-color: #F6FAFF;
}
.home-think.quality-matters .faqs-tab-for-quality-matters img{
    max-width: 100%;
    border-radius: 25px;
}

.home-think.quality-matters .accordion-item, .home-think.quality-matters .accordion-item button{
    background-color: unset;
}

@media screen and (max-width: 767px) {
    .home-think.quality-matters .global-tab .accordion-item h2, .home-think.quality-matters .global-tab .accordion-item h2 .accordion-button {
        font-size: 20px;
    }
}




