* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  a{
      text-decoration: none;
  }
  b{
      color: black;
  }
  .topnav a :hover{
      font-weight: bold;
  }
 .blue-heading h1{
    font-size: 3rem;
    color: #1E4C65;
    font-family:"Stem-Extralight" ;
    padding-left: 2.5rem;
    padding-bottom: 1rem;
    font-weight: bold;
 }
 .logo-section{
     padding-top: 3%;
     padding-bottom: 3%;
 }
 .text-align-center{
     text-align: center;
 }



/* .column-div{
    margin-left: 20%;
}
.col-content{
    background-color: #F8F5F3;
}
.col-inner-content{
    padding: 10%;
}
.line-div{
    margin: 3% 0%;
}
.line{
    margin: 3% 0%;
    width: 50%;
    background-color:#1e4c657f;
    padding: .15%;
}
.line-top-margin{
    margin: 3% 0%;
}
.indicator{
    font-size: 2rem;
    font-weight: bolder;
    color: #1E4C65;
} */
 


/* fonts */
  @font-face {
      font-family:"Stem-ExtraLight";
      src: url(./font/Stem-ExtraLight.otf);
  }
  @font-face {
      font-family:"Stem-Light" ;
      src: url(./font/Stem-Light.otf);
  }
  @font-face {
      font-family:"Stem-Medium" ;
      src: url(./font/Stem-Medium.otf);
  }
  @font-face {
      font-family:"Stem-Thin" ;
      src: url(./font/Stem-Thin.otf);
  }

  .container{
      max-width: 1300px;
  }

  /*navbar*/
  nav{
      height: 5.3125rem;
  }
  .navbar{
      display: flex;
      padding: 0rem 1rem;
  }
 
 
  .nav-logo img{
      width: 8rem;
  }
  .nav-links ul{
      display: flex;
      gap: 4rem;
      padding-top: 1.5rem;
  }
  .nav-links li{
      list-style: none;
      font-size: 1.125rem;
      color: #00000099;
      font-family:"Stem-Light" ;
  }
  .nav-links li a{
      color: #00000099;
  }
  .nav-links li a:hover{
     font-weight: bold;
     text-decoration: none;
  }
  /*split-banner*/
  .inside-banner{
      display: flex;
  }
  .left-side-banner{
      position:relative;
      z-index: 1;
    width: 45%;
    height: 100vh;
   background-image:linear-gradient(#009ce3,#54be34dc);
  }
  .get-in-btn button{
    background-color:transparent;
 outline: none;
 border: 2px solid #009ce3;
 border-radius: 5px;
 width: 170%;
 height: 90%;
 padding: 1% 5%;
  color: #009ce3;
  margin-top: -6%;
  }
  .c-get-in-btn button{
    background-color:#009ce3;
 outline: none;
 border: none;
 border-radius: 5px;
 width: 170%;
 height: 90%;
 padding: 1% 5%;
  color: #ffffff;
  margin-top: -6%;
  }
  .get-in-btn button:hover{
   background-color: #009ce3;
   color: white;
  }
  .c-get-in-btn-1 button{
    background-color:#009ce3;
 outline: none;
 border: none;
 border-radius: 5px;
 width: 67%;
 height: 90%;
 padding: 1% 5%;
  color: #ffffff;
  margin-top: -6%;
  }
  .get-in-btn-1 button{
    background-color:transparent;
 outline: none;
 border: 2px solid #009ce3;
 border-radius: 5px;
 width: 67%;
 height: 90%;
 padding: 1% 5%;
  color: #009ce3;
  margin-top: -6%;
  }
  .get-in-btn-1 button:hover{
   background-color: #009ce3;
   color: white;
  }
  .right-side-banner{
    width: 55%;
    height: 100vh;
    background-image: url("./Home_page_imgs/home-banner-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .left-banner-content{
    padding: 26.5% 8% 10% 21%;
  }
.left-banner-content h2{
font-size: 3.7rem;
color: #FFFFFF;
text-align: left;
font-family:"Stem-Medium" ;
line-height: 4.8125rem;
}
.left-banner-content p{
    font-size: 1.1rem;
    font-family:"Stem-Thin" ;
    color: #FFFFFF;
    line-height: 2.1875rem;
    margin-top: 2.1875rem;
}
.left-banner-content button{
    color: #202020;
    background-color: #FFFFFF;
    width: 10.375rem;
    height: 2.875rem;
    border-radius: 3px;
    outline: none;
    border: none;
    font-size: 1.125rem;
    font-family:"Stem-Light" ;
    margin-top: 2.1875rem;
}
.left-banner-content button a{
    color: #202020;
    text-decoration: none;
}
.left-banner-content button a:hover{
    color: #202020;
    font-weight: bold;
}
.ring-img{
       position: relative;
    top: -19%;
    left: 19%;
    z-index: -1;
}
/*section-1*/

.section-1-left{
    background-color: #F8F5F3;
}
.section-1-left-content {
    padding: 8% 15% 5% 2.5%;
}
.section-1-left-content h4{
    color: #1E4C65;
    font-family:"Stem-Medium" ;
    font-size: 1.1rem;
    padding-bottom: 2%;
    letter-spacing: 3px;
}
.section-1-left-content h2{
    color: #1E4C65;
    font-family:"Stem-light" ;
    font-size: 2.2rem;
}
.section-1-left-inner-content{
    padding-top: 5%;
}

.content-text h5{
    font-family:"Stem-Medium" ;
    color: #3B3B3B;
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-top: 5%;
}
.content-text p{
    font-family: "Stem-light";
    font-size: .9rem;
    color: #3B3B3B;
    line-height: 1.5rem;
   
}

.content-column{
    margin-left: 10%;
   }
 
.section-1-img{
    padding: 30% 8% 0% 15%;
}
.section-1-img img{
    width: 80%;
}
.hybd img{
    width: 21% !important ;
}
/*section-img-section*/
.section-img-img{
    height: 97vh;
    background-image: url("./Home_page_imgs/section-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: -.8rem;
    margin-bottom: -15%;
}
.content-1-1{
    background-color: #F8F5F3;
    color: #1E4C65;
    width: 50%;
}
.content-1{
color: #F8F5F3;
    background-color: #1E4C65;
}
.content-2{
    background-color: #FFFFFF;
    color: #1E4C65;
}
.content-1-1 p{
    font-family:"Stem-light" ;
    font-size: 1rem;
    }
.content-1 p{
    font-family:"Stem-light" ;
    font-size: 1rem;
    }
    .content-2 p{
        font-family:"Stem-light" ;
        font-size: 1rem;
        }
    .span{
        padding: 2.5rem;
    }
.span span{
    font-size: 3.5rem;
    font-family:"Stem-Medium" ;
}
.width-reduce{
    max-width: 90%;
}
.flex-div{
    display: flex;
}
.bold{
    font-weight: bold;
}
.sec-img-box{
    position: absolute;
    top:60.7%;
    left: .9%;
}
/* section-2 */
.section-2{
    background-color: #1E4C65;
    color: #FFFFFF;
    height: 170vh;
}
.section-2-left {
    padding: 0% 10% 5% 5%;
}
.section-2-left h5{
    font-family:"Stem-light" ;
    font-size: 1.1rem;
    letter-spacing: 3px;
    padding-bottom: 1.3rem;
}
.section-2-left h2{
    font-family:"Stem-light" ;
    font-size: 2.2rem;
    padding-bottom: 3rem;
}
.section-2-left p{
    padding-bottom: 2rem;
    font-family:"Stem-Thin" ;
    font-size: .9rem;
    letter-spacing: 1.1px;
    line-height: 33px;
}
.section-2-left a{
    color: #FFFFFF;
    font-size: 1.1rem;
    font-family:"Stem-light" ;
}
.section-2-left a:hover{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.section-2-right{
    justify-content: center;
    align-items: center;
}
.section-2-right ul{
    position: absolute;
    top: 41%;
    left: 20%;
}
.section-2-right li{
    list-style-image: url(./Home_page_imgs/line.png);
    font-size: 1.2rem;
    font-family:"Stem-Extralight" ;
    letter-spacing: 0.1rem;
}
.title:hover {
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
       background-image: 
      linear-gradient(90deg, #0396E0,#55BE34);
    -webkit-background-clip: text;
  color: transparent;
  }
.comsol-data-count{
    padding: 15% 0%;
}
.comsol-data-count-1{
    padding: 30% 6%;
}
.comsol-data-count-1 span{
    color: #ffffff;
}
.comsol-data-count-1 b {
    color: #ffffff;
    font-size: 1.3rem;
    letter-spacing: 3px;
    font-family:"Stem-Light" ;
}
.comsol-data-count-1 p{
    font-size: 1.2rem;
    font-family:"Stem-Thin";
    letter-spacing: 2px;
}
.line-div{
    padding: 5% 0% 10% 0%;
}
.line-inner-div{
    width: 75%;
    padding: .35%;
      background-image:  linear-gradient(to right,#0396E0,#55BE34);
}
.datacount-div{
    padding: 0% 5% 0% 0%;
}
.datacount-div span{
    font-size: 4rem;
    font-family:"Stem-Thin";

}
.datacount-div p{
    font-family:"Stem-Thin";
    font-size: 1rem;
    padding-right: 15%;
}
.span-number{
    font-size: 6rem;
    font-family:"Stem-Thin";
    font-weight: lighter;
}
.comsol-text h4{
    color: #ffffff;
    font-family:"Stem-Light" ;
    font-size: .9rem;
    padding-bottom: 2%;
    letter-spacing: 3px;
}
.data-count-h3 p{
    color: #ede6e6;
    font-family:"Stem-Extralight" ;
    font-size: .9rem;
    padding-right: 15%;
}
.data-count-h3 h3{
    color: #ffffff;
    font-family:"Stem-Light" ;
    font-size: 1.3rem;
    padding-bottom: 2%;
    letter-spacing: 3px;
    padding-right: 50%;
    line-height: 35px;
    padding-top: 5%;
    }
/*section-3*/
.section-3-inner{
    margin: 6% 14% 6% 14%;
}
.section-3-inner h5{
    font-family:"Stem-Medium" ;
    font-size: 1.1rem;
    letter-spacing: 3px;
    padding-bottom: 1.3rem;
    color: #1E4C65;
}
.section-logos{
    margin: 5% 15%;
}
.logo1{
    margin: 6% 0% 0% 0%;
    display: flex;
    gap: 4rem;
}
.logo1 img {
    width: 30%;
    height: 30%;
}
.logo2{
    margin: 8% 0% 0% 0%;
    display: flex;
    gap: 4rem;
}
.logo2 img {
    width: 30%;
    height: 30%;
}
.img-mar{
    margin-top: 2%;
}
/*footer*/
.footer{
    background-color: #F8F5F3;
}
.footer-content{
    display: flex;
    padding: 2rem .6rem 1rem .6rem;
}
.footer-logo{
    width: 50%;
}
.footer-inner-content{
    width: 50%;
}
.social-icons{
    display: flex;
    gap: 2rem;
    justify-content: end;
}
.footer-links{
    padding-top: 5%;
    display: flex;
    gap: 2rem;
    justify-content: end;
   }
   .footer-links p{
    font-family:"Stem-Light" ;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #3B3B3B;
   }
.footer-links a{
    text-decoration: none;
    color: #3B3B3B;
}
.footer-links a:hover{
    color: #3B3B3B;
    text-decoration: none;
    font-weight: bold;
}
/* About-us-page-style */
/* aboutus */
.aboutus h1{
        font-size: 3rem;
    color: #1E4C65;
    font-family:"Stem-Extralight" ;
}
.aboutus-caption{
    margin: 2% 10% 3% 14%;
}
/* banner */
.left-side-banner-1{
    width: 40%;
    height: 80vh;
  }
  .right-side-banner-1{
    width: 85%;
    height: 80vh;
    background-image: url("./About_us_imgs/banner-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .div-flex{
      display: flex;
  }
  .div-flex-img{
      margin-top: -90%;
  }
  .div-flex-img2{
      margin-top: 52%;
  }
  .aboutus-right-content{
    padding: 8% 0% 5% 33%;
}
.aboutus-right-content h4{
    color: #1E4C65;
    font-family:"Stem-Medium" ;
    font-size: 1.1rem;
    padding-bottom: 2%;
    letter-spacing: 3px;
}
.aboutus-right-content h2{
    color: #1E4C65;
    font-family:"Stem-Medium" ;
    font-size: 2.5rem;
    padding: 5% 0%;
}
.aboutus-right-content p{
    font-family:"Stem-Light" ;
font-size: .9rem;
letter-spacing: 1px;
line-height: 25px;
}
.box-img{
    margin-left: -8%;
    margin-top: -2%;
}
.our-pre-section h3{
    font-size: 2.4rem;
    color: #1E4C65;
    letter-spacing: 0.79px;
    font-family:"Stem-Extralight";
    padding: 3% 4%;
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    padding: 0% 0% 5% 0%;
    background-color: white;
    justify-content: end;
      }
  .slid{
    padding: 5% 0% 5% 0%;
  }
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: #1e4c657d;
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
 
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #1e4c6575;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #1E4C65;
  }
  
 .slider-inner-text{
    width: 70%;
    padding: 10%;
    height: 30rem;
    background-color: #F8F5F3;
    color: #1E4C65;
 }
 .slider-content{
     display: flex;
     gap: 3rem;
 }
 .text-box-number{
    color: #1E4C65;
    font-family:"Stem-Light" ;
font-size: 1rem;
padding-bottom: 5%;
 }
 .extra-top-margin{
    margin-top: 20%;
 }
 .text-box-content{
    color: #1E4C65;
 }
 .text-box-content h3{
     font-size: 2rem;
     font-family:"Stem-Medium" ;
    padding-bottom: 5%;
 }
 .text-box-content p{
    color: #1E4C65;
    font-family:"Stem-Light" ;
font-size: 1rem;
 }

  
.serving-customers{
    background-color: #07334A;
    height: 120vh;
    color: #e5dfdf;
}
.serving-customers h4{
    font-family:"Stem-Medium" ;
    font-size: 1.1rem;
    padding-bottom: 1%;
    padding-top: 8%;
    letter-spacing: 3px;
}
.serving-customers h2{
       font-family:"Stem-Light" ;
    font-size: 2.5rem;
    padding-bottom: 5%;
}
.service-customers-text{
    margin-left: 4%;
    margin-right: 4%;
    }
    .sub-texts{
        padding: 0% 8%;
    }
    .sub-text h5{
        font-family:"Stem-Light" ;
padding: 6% 0% 2% 0%;
font-size: 1.5rem;
color: #e5dfdf;
letter-spacing: 0.6px;

    }
    .sub-text p{
        font-family:"Stem-Extralight" ;
        font-size: .9rem;
        line-height: 25px;
        font-weight: lighter;
    }
    /* section-team */
    .section-team{
        margin: 5% 4%;
    }
    .section-team h4{
        color: #1E4C65;
    font-family:"Stem-Medium" ;
    font-size: 1.1rem;
   
    letter-spacing: 3px;
    }
    .section-team-content{
        padding: 0% 10% 0% 10%;
    }
    .sec-t-text h3{
        font-size: 1.3rem;
        color: #1E4C65;
        font-family:"Stem-Medium" ;
    }
    .position{
        color: #1E4C65;
        font-family:"Stem-Medium" ;
        font-size: 1rem;
            }
            .sec-t-para{
                color: #3B3B3B;
                font-family:"Stem-Extralight" ;
                font-size: .9rem;
                padding-right: 5%;
            }
            /* our-project */
            /* banner */
                         .right-side-banner-2{
                width: 55%;
                height: 100vh;
                background-image: url("./our_project_imgs/banner-img.png");
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
              }
            .coal{
                padding: 5% 6%;
            }
            .coal-content p {
                padding-right: 0%;
                color: #3B3B3B;
    font-family:"Stem-Light" ;
    font-weight: 500;
    font-size: .9rem;
    line-height: 25px;
            }
            .coal-content h5{
                font-family:"Stem-Medium" ;
                padding: 3% 0%;
            }
            .our-project-sec-2{
                padding-bottom: 3%;
            }
/* contact-us */
.right-side-banner-3{
    width: 85%;
    height: 80vh;
    background-image: url("./contactus_imgs/banner-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  form h3{
      color: #ffffff;
      text-align: left;
      font-family:"Stem-Extralight" ;
      padding-left: 3%;
      padding-top: 3%;
  }
  .contactus-right-content{
    padding: 8% 0% 5% 5%;
}
.contactus-right-content h4{
    color: #1E4C65;
    font-family:"Stem-Medium" ;
    font-size: 1.8rem;
    padding-bottom: 3%;
   }

.contactus-right-content a{
    font-family:"Stem-Medium" ;
font-size: 1rem;
color: #1E4C65;
line-height: 25px;
padding-bottom: 1%;
}
.contactus-right-content a:hover{
    text-decoration: none;
font-weight: bold;
color: #1E4C65;
}
.form{
    background-color: #1E4C65;
    height: auto;
    padding: 5% 10% 13% 10%;
    width: 46.5rem;
}
.div-flex-img-form{
    margin-top: -80%;
}
form{
    height: 40.5rem;
    text-align: center;
}
input{
    background-color: #FFFFFF;
    width: 95%;
    height: 8%;
    margin-top: 10%;
    outline: none;
    border: none;
    font-size: 14px;
      font-family:"Stem-Light" ;
}
.input-indent{
      text-indent: 5%;
}
textarea{
    background-color: #FFFFFF;
    width: 95%;
    height: 25%;
    margin-top: 10%;
    outline: none;
    border: none; 
    text-indent: 5%;
    font-family:"Stem-Light" ;
}
.submit{
    background-color: #62BB46;
    color: white;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family:"Stem-Light" ;
}
::-webkit-input-placeholder{
    font-size: 14px;
    padding-top: 5%;
    font-family:"Stem-Light" ;

}
.contact-footer{margin-top: 5%;}

.workwith-banner{
    height: 65vh;
    background-image: url("./our_project_imgs/banner-img.jpg");
    background-position: 15%;
    background-repeat: no-repeat;
    background-size: cover;
}
.bcv{
    margin-left: -12%;
}
.bcv1{
    margin-top: -2%; margin-left: -8%;
}
.bcv2{
  margin-left: -7%;
}
.bcv3{
    margin-top: -4%;margin-left: -12%;
}
/*effect-underline*/
a.effect-underline:after {
	content: '';
  position:relative;
  left: 0;
  display: inline-block;
  height: .5em;
  width: 100%;
  border-bottom: 1.5px solid #009ce3;
    opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

a.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* hamburger_menu */

.topnav {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    backdrop-filter: blur(20px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 35%;
    height: 100vh;
    width: 80%;
    z-index: 2;
    transform: translate3d(-900px, 0, 0);
    transition: transform 0.9s;
    transition-timing-function: ease-in-out;
    height: 100vh;
    display: none;
      }
    .footer-logo img{
        width: 20%;
    }
      .topnav a:hover{
          text-decoration: none;
          font-weight: bold;
      }
  .active_topnav {
    transform: none;
    left: 0%;
  }
  .mobile_menu_icon {
      display: none;
    cursor: pointer;
  }
  
  .topnav a {
    padding-left: 5%;  
    display: block;
    margin: 20px;
    position: relative;
    font-size: 1.1rem;
    color: #3B3B3B;
    font-family:"Stem-Light" ;
    text-decoration: none;
    padding-top: 2rem;
  }
  .topnav .active_link::before {
    width: 100%;
    bottom: -8px;
  }

 .buyers-img img{
     width: 40%;
 }
 .buyers-imgg img{
    width: 60%;
}
.buyers-imggs img{
    width: 80%;
}
.adithya{
    margin-top: 2%;
}
/* hamburger-menu-end */



/*media queries*/

  @media screen and (min-width: 1920px) {
    .section-1-img img {
        width: 50%;
    }
    .section-1-img {
    padding: 24% 8% 0% 15%;
}
    .comsol-data-count-1 {
        padding: 13% 6%;
    }
    .section-2{
        height: 120vh;
    }
    .container {
        max-width: 2300px;
    }
    .left-banner-content {
        padding: 24.5% 8% 10% 18%;
    }
    .ring-img{
        top: -18%;
        left: 10%;
    }
    .logo1, .logo2{
        gap: 10rem;
    }
    .aboutus-fog{
        width: 100%;
    }
    .aboutus-right-content {
        padding: 8% 45% 5% 7%;
    }
    .serving-customers{
        height: 100vh;
    }
    .form{
        padding: 5% 10% 30% 10%;
        width: 60.5rem;
    }
    .div-flex-img-form {
        margin-top: -65%;
    }
  }

@media screen and (min-width: 1021px) and (max-width: 1500px) {
    .get-in-btn button{
        width: 120%;
    }
    .section-2-left {
        padding: 0% 0% 5% 5%;
    }
    .section-2-left h2 {
        padding-bottom: 1rem;
    }
    .section-2-left p {
        padding-bottom: 1rem;
        font-size: .7rem;
    }
    .section-1-left-content {
        padding: 8% 8% 5% 8%;
    }
    .content-text p{
        padding-right: 0%;
    }
    .content-column p {
        padding-right: 0%;
    }
    .footer-links p{
        font-size: .8rem;
    }
    .ring-img{
        top: -23%;
        left: 9%;
    }
    .ring-img img{
        width: 20%;
    }
    .right-side-banner{
        height: 110vh;
    }
    .left-side-banner{
        height: 110vh;
    }
    .ls-banner{
        height: 100vh;
    }
    .content-img img{
        width: 20%;
    }
    .left-banner-content {
        padding: 13.5% 8% 10% 25%;
    }
    .section-1-img {
        padding: 40% 8% 0% 15%;
    }
    .section-3-inner {
        margin: 6% 8% 6% 8%;
    }
    .section-2-inner-content {
        padding: 0% 4%;
    }
    
.data-count-h3 p{
    padding-right: 10%;
}
    .section-2{
        height: 190vh;
    }
    .ring-img img{
        width: 30%;
    }
    .logo1, .logo2{
        gap: 3rem;
    }
    .logo1 img, .logo2 img{
        width: 20%;
        height: 20%;
    }
    .data-count-h3 h3 {
        padding-right: 25%;
    }
    .comsol-data-count-1 {
        padding: 13% 6%;
    }
    .serving-customers{
        height: 143vh;
    }
    .div-flex-img-form {
        margin-top: -70%;
    }
}
@media screen and (min-width: 621px) and (max-width: 1020px) {
    nav{
        padding: 2%;
    }
    .get-in-btn-1 button, .c-get-in-btn-1 button{
        width: 30%;
    }
    .blue-heading h1{
        font-size: 2rem;
    }
    .slider-inner-text{
        width: 100%;
    }
    .extra-top-margin {
        margin-top: 13%;
    }
   
    .mobile_menu_icon {
        display: block;
      cursor: pointer;
    }
    .topnav{
        display: block;
    }
    .nav-links{
        display: none;
    }
    .section-2-inner-content{
        padding: 0% 0%;
    }
    .nav-links ul {
       gap: 2rem;
    }
    .inside-banner {
        flex-wrap: wrap;
        /* flex-direction: column-reverse; */

    }
    .section-1-img img {
        position: absolute;
        width: 25%;
        top: -297%;
        left: 66%;
    }
    .section-1-img{
        display: none;
    }
    .section-1-left-inner-content{
        padding-left: 1%;
    }
    .section-img-img{
        margin-right: -0.95rem;
    margin-bottom: 0%;
    margin-left: -1rem;
    }
    .sec-img-box{
        top: 27.5%;
    left: 0%;
    }
    .section-2-left {
        padding: 0% 10% 0% 5%;
    }
    .left-side-banner {
        width: 100%;
        height: 80vh;
    }
    .right-side-banner {
        width: 100%;
        height: 84vh;}
        .section-1-left-content {
            padding: 5% 3% 5% 3%;
        }
        .content-column {
            margin-left: 0%;
        }
        .content-text p {
            padding-right: 0%;
        }
        .right-side-banner-2{
            height: 84vh;
            width: 100%;
        }
        .logo1{
            gap:2rem;
                    }
        .logo2{
            gap:2rem;
                    }
                    .section-3-inner {
                        margin: 6% 14% 6% 3%;
                    }
                    .section-logos {
                        margin: 5% 5%;
                    }
                    .logo1 img {
                        width: 20%;
                        height: 20%;
                    }
                    .logo2 img {
                        width: 20%;
                        height: 20%;
                    }
                    .section-2 {
                        height: auto;
                    }
                    .comsol-data-count-1 {
                        padding: 10% 6% 0% 6%;
                    }
                    .comsol-data-count {
                        padding: 10% 6%;
                    }
                    .section-2-right ul{
                        left: 15%;
                    }
                    .ring-img {
                        top: -23%;
                        left: 0%;
                    }
                    .left-banner-content {
                        padding: 14.5% 12% 10% 12%;
                    }
                    .footer-links p{
                        font-size: .8rem;
                    }
                    .footer-links{
                        gap: 1rem;
                    }
                    .nav-logo img {
                        width: 9rem;
                    }
                    .coal-content p{
                        padding-right: 0%;
                    }
                    .footer-inner-content{
                        width: 60%;
                    }
                    .footer-logo{
                        width: 40%;
                    }
                    .footer-logo img{
                        width: 50%;
                    }
                    .right-side-banner-1 {
                        width: 100%;
                        height: 75vh;}
                        .div-flex-img {
                            margin-top: 0%;
                        }
                        .aboutus-right-content {
                            padding: 4% 0% 5% 24%;
                        }
                        .aboutus-fog{
                            width: 130% ;
                        }
                        .aboutus-right-content h2{
                            font-size: 2rem;
                        }
                        .left-side-banner-1{
                            height: 3vh;
                        }
                        .sub-texts {
                            padding: 5% 8%;
                        }
                        .serving-customers{
                            height: 164vh;
                        }  
                        /* .section-team-content{
                            display: flex;
} */
.sec-t-img{
    width: 217%;
}
.sect-t-text{
    padding-left: 11%;
}
.sec-t-para{
    font-size: .7rem;
    padding-right: 10%;
    text-align: justify;
}
.sect-t-img img{
    width: 100%;
}
.sectimg-reduce{
width: 116%;
}
.sectimg-reduce-1 {
    width: 139%;
}
.padding-top-increase{
    padding-top: 3rem;
}
.top3{
    margin-top: 0rem!important;
}
.div-flex-img-form {
    margin-top: 0;
}
.right-side-banner-3 {
    width: 100%;}
    .contactus-right-content{
        text-align: left;
        padding-left: 12%;    }
    .form{
        width: 35rem;
    }
    .div-flex-img-form{
        justify-content: center;
    }
    .section-2-right ul {
        position: relative;
        top: 0%;
        left: 0%;
        padding-left: 12%;
    }
}
@media screen and (max-width: 620px) {
    .bcv,.bcv1,.bcv2,.bcv3{
        margin-left: 0% !important;
    }
    .mob-5{
        margin-top: 8%;
    }
    .imgg-div img{
        width: 30%;
    }
    .blue-heading h1{
        font-size: 2rem;
    }
    .p3-para{
        padding-bottom: 2.5rem;
    }
    .section-1 {
        padding: 0rem 0rem 0rem 0rem;
    }
    .pb-5{
        padding-bottom: 5%;
    }
    .pb-3{
        padding-bottom: 3rem;
    }
    .slider-inner-text{
        width: 100%;
       
    }
    .extra-top-margin {
        margin-top: 70%;
    }
  
    .section-2-right ul {
        position: relative;
        top: 0%;
        left: 3%;
        padding-left: 0%;
    }
    .mobile_menu_icon {
        display: block;
      cursor: pointer;
    }
    .aboutus-caption {
        margin: 6% 10% 3% 14%;
    }
    .topnav{
        display: block;
    }
    .nav-links{
        display: none;
    }
    .section-team h4 {
        font-size: 1.5rem;
    }
    .inside-banner{
        flex-wrap: wrap;
        /* flex-direction: column-reverse; */
    }
    .coal-content p {
        padding-right: 0%;}
    .left-side-banner{
        width: 100%;
        height: 70vh;
    }
    .left-banner-content {
        padding: 9.5% 8% 10% 10%;
    }
    .right-side-banner{
        width: 100%;
        height: 50vh;
    }
    .ring-img {
        position: relative;
        top: -10%;
        left: 0%;
              text-align: end;
    }
    .ring-img img{
        width: 30%;
    }
    .left-banner-content p {
        font-size: .8rem;}
    .section-1-left-content {
        padding: 8% 12% 5% 8%;
    }
    .content-column {
        margin-left: 0%;
    }
    .section-2{
        height:auto;
    }
    .comsol-data-count-1 {
        padding: 10% 6%;
    }
    .comsol-data-count {
        padding: 10% 6%;
    }
    .data-count-h3 h3 {
        padding-right: 0%;
    }
    .section-1-left-content h2{
        font-size: 1.8rem;
    }
    .section-2-left h2{
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }
   
    .section-3-inner {
        margin: 6% 5% 6% 5%;
    }
    .section-logos {
        margin: 5% 5%;
    }
    .logo1{
        gap: 1rem;
    }
    .logo2{
        gap: 1rem;
    }
    .logo1 img{
        width: 15%;
        height: 15%;
    }
    .logo2 img{
        width: 15%;
        height: 15%;
    }
    .logo-img-extra-margin{
        margin-top: -3%;
    }
    .footer-inner-content {
        width: 100%;
        margin: 5% 0% 0% 5%;
    }
  
    .footer-links{
     
        gap: 1rem;
    }
    .footer-links p{
        font-size: .6rem;
    }
    .footer-content{
        flex-wrap: wrap;
    }
    .footer-logo img{
        width: 80%;
    }
    nav {
        padding: 2%;
        height: 4.3rem;
    }
    .nav-logo img {
        width: 8rem;
    }
    .pls-banner{
        height: 65vh !important;
    }
    .left-banner-content h2 {
        font-size: 2.7rem;}
        .left-side-banner {
            width: 100%;
            height: 75vh;
        }
        .right-side-banner-2 {
            width: 100%;
            height: 50vh;}
            .aboutus h1 {
                font-size: 2rem;}
                .right-side-banner-3 {
                    width: 100%;
                    height: 50vh;}
                    .div-flex-img-form {
                        margin-top: 12%;
                    }
                    .left-side-banner-1{
                        height: 0vh;
                    }
                    #order1{
                        order: 1;
                    }
                    #order2{
                        order: 2;
                    }
                    .right-side-banner-1 {
                        width: 100%;
                        height: 50vh;}
                        .aboutus-right-content {
                            padding: 5%;
                        }
                        .div-flex-img {
                            margin-top: 0%;
                        }
                        .aboutus-fog{
                            width: 85%;
                        }
                        .aboutus-right-content h2 {
                                                       font-size: 2rem;}
                                                       .our-pre-section h3 {
                                                        font-size: 1rem;}
                                                        .slider-content{
                                                            gap: 1rem;
                                                        }
                                                        .slider-inner-text{
                                                            height: 25rem;
                                                        }
                                                    
                                                       
                                                        .text-box-content p{font-size: .8rem;}
                                                        .serving-customers{
                                                            height: 230vh ;
                                                        }
                                                        .serving-customers h2 {
                                                            font-size: 1.5rem;}
                                                            .padding-top-increase{
                                                                padding-top: 10%;
                                                            }
                                                            .contactus-right-content h4{
                                                                font-size: 1.5rem;
                                                            }
                                                            .section-1-img{
                                                                display: none;
                                                            }
                                                            .social-icons , .footer-links{
                                                                justify-content: flex-start;
                                                            }
}
@media only screen and (max-width: 320px) {
    .prev, .next,.text {font-size: 11px}
    .section-2-left p {
        padding-bottom: 0rem;}
        .section-2-right li{font-size: 1rem;}
  }
