/* RESET  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

  body {
  font-family: 'Poppins', sans-serif;
}


.dropdown-menu{
        min-width: 200px;
}
.dropdown-menu a{
    border-right: 0px solid #ccc !important;
    color:#000 !important;
    font-size:1em !important;
}
#nav{
       background-color: rgba(0, 0, 0, 0.5);
	position:fixed;
	top:0px;
	    padding: 8px 0px;
	left:0px;
}
#carouselExampleControls img{
    width:100%;
}
.black {
  color: black;
}
h1,h2,h3,h4{
	color:#000 !important;
}
.carousel {
    position: relative;
    /*margin-top: 116px !important;*/
}
body {
 
}
html {
  scroll-behavior: smooth;
  font-size: 1rem;
}

a {
  color: white;
  text-decoration: none;
}
.italic {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}
li {
  list-style: none;
}
/* Utility Class  */

.container {
  margin: auto;
  max-width: 1300px;
}
.labl {
  font-weight: bold;
}
.btn {
  transition: 0.2s ease-in-out;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 0.5rem;
  border: none;
  transition: 0.1s ease-in-out;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.btn-large {
  transition: 0.2s ease-in-out;
  display: inline-block;
  padding: 0.1rem 3rem;
  cursor: pointer;
  margin-top: 0.5rem;
  border: none;
  transition: 0.1s ease-in-out;
  border-radius: 5px;
  border: 1px solid black;
  color: black;
  border-radius: 0%;
  border-color: #2b7a77;
  background-color:#2b7a77;
}
.btn-large:hover {
  transition: 0.2s ease-in-out;
  background-color: #8bc53f;
  color: black;
}
.btn:hover {
  transition: 0.2s ease-in-out;
  background-color: #8bc53f;
}
.box-shadow {

}
.bottom-line {
  width: 50px;
  height: 2px;
  border: none;
  margin: auto;
  background-color: green;
}
.bottom-line2 {
  width: 100px;
  height: 3px;
  border: none;
  background-color: #8bc53f;
}
.bgcolor.scrolled {
  transition: 0.2s ease-in-out;
 
}
.bgcolor.scrolled #navbar .navigations a {
    
}

.font-size1 {
  font-size: 1.2rem;
}
.mr-1 {
  margin: 1rem;
}
.mr-y1 {
  margin: 3rem 0;
}
.mr-y2 {
  margin: 2rem 0;
}
.mr-b {
  margin-bottom: 1rem;
}
.mr-b2 {
  margin-bottom: 2rem;
}
.mr-b3 {
  margin-bottom: 4rem;
}
.mr-top1 {
  margin-top: 8rem;
}
.mr-top-1 {
  margin-top: 4rem;
}
.pd-1 {
  padding: 1.5rem;
}
.pd-2 {
  padding: 2.5rem;
}
.pd-y3 {
  padding: 6rem 0;
}
.pd-x {
  padding: 0 5.5rem;
}
.pd-x1 {
  padding: 0 3rem;
}
.lg-heading {
  font-size: 3rem;
}

.l-spacing {
  letter-spacing: 1px;
}
.md-heading {
  font-size: 2.5rem;
}
.md-heading2 {
  font-size: 2rem;
}
.lg-heading {
  font-size: 3.5rem;
}
.card-color {
  color: #2b7a77;
}
.green {
   
}
.text-primary {
  color: #8bc53f;
}
.bc-primary {
  background-color: #8bc53f;
}
.gold {
  color: gold;
}
.orange {
  color: orange;
}
.white {
  color: #fff;
}
.ln-h {
  line-height: 1.8rem;
}
.bold {
  font-weight: 600;
}
.bc-light {
  color: white;
}
.bc-dark {
  color: #333;
}
.nav-padding {
  transition: 0.2s ease-in-out;
      padding: 0px;
}
/* slide up nav animation  */

.nav-padding.slideUp {
  transition: 0.2s ease-in-out;
  padding: 0.2rem 0 0.2rem;
  color: black;
}

/* TOP  */

.overlay {
 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
/* HEADER  */

#header .landing-content {
  position: absolute;
  display: flex;
  max-width: 768px;
  font-size: 2rem;
  height: 100vh;
  z-index: 3;
  color: white;
  align-items: center;
}

/*
.carousel img {
  height: 100%;
}
*/

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: #fff;
  text-align: center;
  opacity: 0.8;
  transition: opacity 0.15s ease;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  position: relative;
  top: 0rem;
}
/*
.carousel-item {
  height: 100vh;
}
*/

.carousel-item .carousel-caption {
  z-index: 1;
}
.carousel-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* Navbar */
.nav-cover .container {
  max-width: 1200px !important;
}
.nav-cover {
       transition: 0.2s ease-in-out;
    position: static;
    width: 100%;
    top: 0;
    z-index: 5;
    background: #fff;
}
#navbar {
  position: relative;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  z-index: 5;
}
.text-wrap {
  transition: 0.2s ease-in-out;

  color: black;
}
.burgur-manue {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  display: none;
}
.burgur-manue div {
  width: 30px;
  height: 2px;
  background-color: #3EADFF;
  margin: 8px;
  border: none;
}
#navbar .side-links {
  letter-spacing: 2px;
}
#navbar .upper-links {
      font-size: 0.7rem;
    display: flex;
    align-items: center;
    z-index: 2;
    justify-content: flex-end;
    margin-top: 10px;
}
#navbar .upper-links a {
  padding: 0.5rem;
    font-size: 1.1rem;
    font-weight: normal;
  
    color: #E2CF7B;
   
}

#navbar .upper-links li:last-child a {
      background-color: #E2CF7B;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    text-shadow: none;
}
#navbar .upper-links i {
  color: rgb(235, 235, 235);
}

#navbar a:hover {
  transition: 0.2s ease-in-out;

  color: #fff;
}
#navbar .navigations {
  display: flex;
  justify-content: flex-end;
}
#navbar .navigations .links.black {
  color: black;
}
#navbar .navigations li {
  padding: 0.1rem;
}
#navbar .navigations li:last-child {
  border-right: 0;
  padding-right: 2px;
}

#navbar .logo {
  
}
#navbar .logo-content {
  text-align: center;
  justify-self: start;
}
#navbar .navigations a {
    padding: 6px;
    font-size: 12px;
    color:#fff;
    margin-top:17px;
}

#navbar .navigations a:hover{
    color:#3EABFB;
}
#navbar .navigations a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  /*padding: 5px 10px; */
}

#navbar .navigations a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #3EABFB;
  transition: width 0.3s ease;
}

#navbar .navigations a:hover::after {
  width: 100%;
}


#navbar .navigations li:last-child a {
  border: none;
}
/* Green energy  */

#green-energy {
  padding:30px 0;
  text-align: center;
}
#green-energy .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 2rem 0 0;
}
#green-energy .items {
  min-height: 260px;
  width: 100%;
  padding:10px;
}
#green-energy .items img {
    width: 100%;
    min-height: 247px;
    margin-bottom: -3px;
}
#green-energy p {
  font-size: 1.2rem;
}
#green-energy a {
  font-size: 1rem;
  color: #fff;
}
#green-energy .btn-large:hover {
  transition: 0.2s ease-in-out;

  color: white;
}

/* **************why choose us section  */

#whyChooseUs {
  text-align: center;
  padding: 7rem 1rem;
  padding-bottom:3em;
 
}
#whyChooseUs img{
    width:100px;
}

#whyChooseUs .grid {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);

  grid-gap: 1rem;
  justify-content: center;
}
#whyChooseUs .grid .items {
  color: black;
/*  display: flex;*/
  flex-direction: column;
  border: 1px solid #2b7a77;
  padding: 2rem 1rem;
}
#whyChooseUs .grid .items .btn {
  margin-top: auto;
  background-color: #2b7a77;
  transition: 0.2s ease-in-out;
}
#whyChooseUs .grid .items .btn:hover {
  transition: 0.2s ease-in-out;
}

/* ********Vision  */

#vision {
  position: relative;
  background: url('http://synapsesautomation-test.stackstaging.com.stackstaging.com/wp-content/uploads/2022/09/bg-2.jpg') no-repeat center center/cover;
  padding: 2rem;
  height: 70vh;
}
#vision:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

#vision .container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#vision .vision-header {
  text-align: center;
}
#vision .vision-header h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.visionContent {
      padding: 6rem 0;
     max-height:100% !important;
    font-size: 1em;
}
.visionContent .content-pic {
  
}

.visionContent .content {
  /*padding: 6rem 2rem;*/
   z-index: 1;
  left: 3rem;
   background-color: white;
  height: fit-content;
}
.visionContent .image img {
  width: 600px;

}

.visionContent .climate {
  background-color: #333;
  color: orange;
  font-weight: bolder;

}
.visionContent .climate h2 {
  padding: 2rem 2rem 1rem 0;
  line-height: 7rem;
  word-spacing: 1rem;
}

/* *************OUR PRODUCTS  */

.product-header {
  position: relative;
  background: url(../../img/productsHeader.png) no-repeat center center/cover;
  height: 70vh;
}
.product-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.product-header > .container {
  text-align: center;
  position: relative;
  display: grid;
  align-content: center;
  z-index: 1;
  height: 100%;
}
.product-header > .container h2 {
  color: #fff;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
#products .grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

#products .grid img {
  width: 600px;
  height: 100%;
}
#products .grid .characteristics {
  padding: 0 0.5rem 0 3rem;
}
#products .grid .characteristics .characteristics-content {
  display: flex;
}
#products .table-content {
  display: flex;
  margin-top: 10rem;
}
#products .table-content .table-info {
  width: 100%;
  text-align: center;
}

/* *****************Videos */

#videos .header {
  position: relative;
  background: url(http://synapsesautomation-test.stackstaging.com.stackstaging.com/wp-content/uploads/2022/09/bg-2.jpg) no-repeat center center/cover;
  height: 70vh;
}
#videos .header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#videos .header .container h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
#videos .header .container {
  height: inherit;
  display: grid;
  align-content: center;
}
#videos .video-content {
  padding: 1rem 0rem;
}
#videos .video-content .flex {
  display: flex;
}
#videos .video-content .flex .content {
  flex: 1;
  padding: 3rem 1rem 3rem;
  align-items: center;
}
#videos .video-content .flex .video {
  flex: 2;
  padding: 0 0 0 1rem;
  display: flex;
  justify-content: center;
}
#videos .video-content .flex .video iframe {
  width: 80%;
}

/* footer  */

footer {
  padding: 30px 0;
  position: relative;
 background-color: #000;
  overflow: hidden;
}
/* for overlay  */
footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  z-index: 0;
}

footer .container {

  color: white;
}
footer .container h2 img {
 
}
footer .container .contact {
     padding: 1rem 1rem 1rem;
    color: #fff;
}
footer .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

footer .social {
  display: grid;
  grid-template-columns: 1fr;
}
footer .social ul {
  display: flex;
  overflow: hidden;
}

ol,
ul {
  padding-left: 0;
}
footer .social ul {
  margin: auto;
}
footer .social ul a {
  transition: 0.3s ease-in-out;
  color: white;
  font-size: 1.2rem;
  padding: 1rem;
}
footer .social ul a:hover {
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  background-color: #444;
  color: rgb(117, 228, 102);
}
.bc-light {
      color: #000 !important;
    text-align: center;

}

@media (min-width: 1200px) {
.h3, h3 {
    font-size: 1.5rem !important;
}
}
#contatti{
  background-color: #70c3be !important;
  letter-spacing: 2px !important;
  }
#contatti a{
  color: #FFF !important;
  text-decoration: none;
}


@media (max-width: 575.98px) {

  #contatti{padding-bottom: 800px !important;}
  #contatti .maps iframe{
    width: 100% !important;
    height: 450px !important;
  }
 }


@media (min-width: 576px) {

   #contatti{padding-bottom: 800px !important;}

   #contatti .maps iframe{
     width: 100% !important;
     height: 450px !important;
   }
 }

@media (min-width: 768px) {


  #contatti{padding-bottom: 350px !important;}

  #contatti .maps iframe{
    width: 100% !important;
    height: 850px !important;
  }
}

@media (min-width: 992px) {
  #contatti{padding-bottom: 200px !important;}

   #contatti .maps iframe{
     width: 100% !important;
     height: 700px !important;
   }
}


#author a{
  color: #FFF !important;
  text-decoration: none;
    
}
.formm{
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff) !important;
}

.contact-form {
    background: #fff;
    /* margin-top: 10%; */
    margin-bottom: -1%;
    /* width: 70%; */
}
.contact-form .form-control{
    border-radius:1rem !important;
}
.contact-image{
    text-align: center !important;
}
.contact-image img{
    border-radius: 6rem !important;
    width: 11% !important;
    margin-top: -3% !important;
    transform: rotate(29deg) !important;
}
.contact-form form{
    padding: 14% !important;
}
.contact-form form .row{
    margin-bottom: -7% !important;
}
.contact-form h3{
    margin-bottom: 8% !important;
    margin-top: -10% !important;
    text-align: center !important;
    color: #0062cc !important;
}
.contact-form .btnContact {
    width: 50% !important;
    border: none !important;
    border-radius: 1rem !important;
    padding: 1.5% !important;
    background: #dc3545 !important;
    font-weight: 600 !important;
    color: #fff !important;
    cursor: pointer !important;
}
.btnContactSubmit
{
    width: 50% !important;
    border-radius: 1rem !important;
    padding: 1.5% !important;
    color: #fff !important;
    background-color: #0062cc !important;
    border: none !important;
    cursor: pointer !important;
}

/*Contact sectiom*/
.content-header{
 
  color:#fcc500 !important;
  font-size: 45px !important;
}

.section-content{
  text-align: center !important; 

}
#contact{
    
   
  padding-top: 60px !important;
  width: 100% !important;
  width: 100vw !important;
  height: 550px !important;
  background: #3a6186 !important; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #3a6186 , #89253e) !important; /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #3a6186 , #89253e) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color : #fff !important;    
}
.contact-section{
  padding-top: 40px !important;
}
.contact-section .col-md-6{
  width: 50% !important;
}

.form-line{
  border-right: 1px solid #B29999 !important;
}

.form-group{
  margin-top: 10px !important;
}
label{
  font-size: 1.3em !important ;
  line-height: 1em !important;
  font-weight: normal !important;
}
.form-control{
  font-size: 1.3em !important ;
  color: #080808 !important ;
}
textarea.form-control {
    height: 70px !important ;

}

.submit{
  font-size: 1.1em !important ;
  float: right !important ;
  width: 150px !important ;
  background-color: transparent !important ;
  color: #fff !important ;

}
.upper-links li a{
   
}
#green-energy .items-caption {
       
  
}
#green-energy  .items-caption{
   
 background: #00000099;
    color: #fff;
    padding: 5px;
    transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}
#green-energy .items:hover > .items-caption > .flex > .item{
     
    
     visibility: visible;
    color: #000000; 
   
    
}

#green-energy .items:hover > img{
      opacity: 0.3;
      transition: 0.5s ease-in-out;
}
#green-energy .items > .items-caption >.flex > .item{
         position: relative;
    bottom: 334px;
    color: #fff;
    visibility: visible;
}

.d-inline li{
    display: inline-block;
}
.logo-content img{
     max-width: 303px !important;
    max-height: 60px !important;
}
.btn{
        background-color: #3EADFF;
    color: #fff;
    border-radius:3rem !important;
}
.btn:hover{
    background-color: #252020 !important;
    color:#fff;
}
.items-caption .sktmore {
                font-weight: 900;
    letter-spacing: 1px;
    background: transparent;
    color: #fff !important;
    padding: 4px;
    border: none;
    font-size: 1em;
    text-transform: uppercase;
}
.owl-wrapper .no-image{
    margin: 0 auto;   
}
.items1 {
    padding:10px;
}
.testimonials .item-inner img{
      width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 auto;  
}
.client {
        background: #f9f9f9;
    padding: 1em 0px;
}
.client .item-inner img{
         width: auto !important;
    height: auto;
  
    margin: 0 auto;
   
    background: #fff;
    padding: 5px;
}
.item-inner{
    text-align: center;
    color:#000;
}
.content-pic a{
    color: #fff !important;
}

.innerproducts img{
    width:100%;
}
.page-template-allclients  h3{
    padding: 5px;
    background: #f9f9f9;	
}
#footer a {
	color:#fff;
}
.visionContent {
	
}
@media(max-width:768px){
       #green-energy h1 {
    font-weight: 900;
    font-size: 1.5em;
    margin: 0px;
}

#nav{
    background-color:#0a0a0a !important;
}

.visionContent{
    padding:0 !important;
}

.contact-btn{
    display:none !important;
}


.contact-btn{
    /*padding:0 !important;*/
    border-radius:45%;
    font-size:10px;
}
.feature-box{
    margin-bottom:20px !important;
}
	.visionContent .content .flex .item {
      padding: 0px !important;
}
	.visionContent .content {
    padding: 0rem !important;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0rem;
    background-color: white;
    height: fit-content;
}
	#navbar .navigations a {
    border-right: 1px solid gray;
    padding: 0.5rem;
    font-size: 1.2rem;
   
    color: #fff;
    text-shadow: none;
}
	#navbar .upper-links a {
    padding: 0.5rem;
    font-size: 1.1rem;
    font-weight: normal;
   
    color: #fff;
    text-shadow: none;
}
.nav-cover {
    transition: 0.2s ease-in-out;
    position: static !important;   
}
}
.brandd{
        padding: 10PX;
    margin-bottom: 4%;
    box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
}
.fblock_thumb{
        box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
}
.page-template a {
	color:#fff;
}
#green-energy h1{
    font-weight: 900;
    font-size: 3em;
}
.capttion{
	    box-shadow: 1px 1px 3px black;
    padding: 20px;
    margin-bottom: 10px;
    width: 100%;
	     
}
.aboutusuu {
    font-size: 1.1em;
    padding:30px 0;
     
}
.ladakhpackone  h3{
    padding: 10px;
    font-size: 1em !important;	
}


@media(max-width:768px){
	.client h4{
		font-size: 1em;
	}
	.aboutusuu {
    color: #fff;
   
    font-size: 1.2em;
}
	.aboutusuu h1{
		   font-size: 16px !important;
    color: #fff;
    padding: 5px 10px;
	}
	.innerpage{
	    padding-top:2rem!important;
	}
	.btn{
	    padding:9px !important;
	}
	.py-5{
	    padding-top:2rem !important;
	}
}

 

/*.attachment-post-thumbnail {*/
/*	max-width:156px !important;*/
/*	max-height:70px !important;*/
/*}*/
.contact-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #3EADFF; 
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #252020;
    color:#fff;
}

.about-content {
    font-size: 16px;
    color: #8E8888;
    text-align:left;
    
}

.mission-content,
.vision-content {
     font-size: 16px;
    color: #8E8888;
    text-align:left;
}

.mainfeature-section {
  background-color: #111;
  color: #fff;
  padding: 30px 0;
}



.feature-box h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
  color:#fff !important;
}

.feature-box p {
  font-size: 15px;
  margin: 0;
}

.our-services-section {
    padding: 30px 0;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-intro {
    font-size: 16px;
    color:#8E8888;
    line-height: 1.8;
text-align:left;
    margin: 0 auto;
}




#block-2 p{
    margin-bottom:0 !important;
}


h6{
    margin-top:15px;
}

.dropdown-menu{
    font-size:10px !important;
}

.dropdown-toggle::after{
    color:#3EABFB !important;
    font-size:10px !important;
}

.bg-light{
    background-color:#000 !important;
}

.text-primary{
    color: #fff !important;
}

.custom-caption {
  position: absolute;
  top: 54%;
  left: 6%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 600px;
  color: white;
  z-index: 10;
}

.slider-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff !important;
}

.slider-content {
  font-size: 18px;
  margin-top: 15px;
  color: #ddd;
}



.custom-caption-mobile {
    position: absolute;
    bottom: 1%;
    left: 15%;
    padding: 15px;
    border-radius: 8px;
    color: #fff;
    text-align: left;
}

.custom-caption-mobile .slider-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.custom-caption-mobile .slider-content {
    font-size: 0.95rem;
    line-height: 1.3;
}

.feature-box h3{
    color:#fff !important;
}

.instrumentation-services ul li {
  padding: 6px 0;
  font-size: 1rem;
  line-height: 1.6;
}

.team-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}

.team-subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.team-desc p{
    text-align:left;
}

.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-member {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  text-align: center;
}

.team-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #eee;
}

.team-name {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #222;
}

.team-desc {
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.5rem;
}

.py-5{
    padding-top:7rem ;
}

.service-list-section {
    padding: 15px 0;
    background-color: #f8f9fc;
    font-family: 'Poppins', sans-serif;
}

.service-list-section h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #2a2a2a;
}

.service-list-section .highlight-green {
    color: #28a745; /* adjust to your brand green if needed */
}

.service-list {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}

.service-list li {
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #333;
}

.service-list li i {
    color: #28a745;
    margin-right: 10px;
    font-size: 1.2rem;
}

.mt-5{
    margin-top:0 !important;
}

/* Container */
.form-wrapper {
  margin: 30px auto;
  padding: 20px;
  background:#32a5fa14;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
}

/* Form Group */
.form-group {
  margin-bottom: 20px;
}


.form-group label {
  display: block;
  font-weight: 600;
  color: #333;
}


.form-control {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.form-control:focus {
  border-color: #007bff;
  outline: none;
  background-color: #fff;
}

/* Submit Button */
.btn {
  display: inline-block;
  padding: 4px 22px;
  font-size: 15px;
  background-color: #3EADFF;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}

.btn:hover {
  background-color: #0056b3;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.form-control {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-primary {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 24px;
  font-size: 15px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #005e8a;
}

.contact {
  margin-bottom: 20px;
}

.contact i {
  color: #fff;
  margin-right: 10px;
}

.contact p,
.contact span {
  display: inline-block;
  margin: 0;
}

.social ul li a {
  color: #333;
  transition: color 0.3s ease;
  font-size:10px;
}

.social ul li a:hover {
  color: #007BFF;
}



.contact p {
  margin-bottom: 10px;
}

.fa-envelope:before{
    font-size:13px;
}

.fa-phone:before{
    font-size:13px;
}

.fa-map-marker-alt:before{
    font-size:13px;
}

.footer {
  background-color: #111;
  color: #eee;
}

.footer-logo-img {
  max-width: 150px;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.footer-text {
  font-size: 16px;
  color: #ccc;
}

.footer-icon {
  color: #0dcaf0; /* Bootstrap primary or custom color */
}

.footer-social-icons i {
  transition: 0.3s;
}

.footer-social-link:hover i {
  color: #0dcaf0;
}

/* Common icon color */
.footer-icon {
  color: #0dcaf0; /* Matches email/phone icon */
  transition: 0.3s ease;
}

/* Optional: Make social icons slightly brighten on hover */
.footer-social-link:hover .footer-icon {
  color: #0dcaf0;
  opacity: 0.8;
}

/* Optional: Smooth horizontal scroll on mobile */
.training-schedule {
  overflow-x: auto;
  width: 100%;
}

.training-schedule {
  overflow-x: auto;
  padding-top:7rem !important;
  width: 100%;
}



/* Optional: Scrollbar Styling */
.table-responsive::-webkit-scrollbar {
  height: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

.innerpage {
    padding-top:7rem ;
}

.team-section{
    padding-top:4rem;
}

.allservices-section{
    padding-top:4rem;
}

.industries-top-section {
    padding: 87px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}


.industries-top-section h1.main-heading {
    font-size: 28px;
    font-weight: bold;
    
    color: #3EADFF !important; 
    margin-bottom: 10px;
    text-align:center !important;
}

.industries-top-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}

.industries-top-section p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.sub-heading{
    text-align:center;
    
}


.industries-grid-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.industries-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.industries-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.industries-heading .highlight {
  color: #3EADFF;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.industry-card {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  text-align: center;
}

.industry-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.industry-image img {
  display: block;
  width:100%;
}

.industry-title {
  font-size: 20px;
  color: #d70000;
  margin-bottom: 10px;
  font-weight: 600;
}

.industry-description {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.industries-value-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin-top: 30px;
}

.industries-value-table th,
.industries-value-table td {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: top;
}

.industries-value-table thead th {
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 600;
}

.industries-value-table ul {
  margin: 0;
  padding-left: 20px;
}

.industries-value-table li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.job-listing-section{
    padding-top:8rem !important;
}

.products-sectionn{
    padding-top:8rem !important;
}

.badge{
    background:#3EADFF !important;
}
