*{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}
:root {
    --white: #fff;
    --black: #000;
--light-green: #AAD145;
--sky-blue:#32B6C3;

  }

  :root {
    --animate-duration: 1s;
    --animate-delay: .5s;
}
.mymation {
  animation: myani 3s;
  animation-direction: alternate;
}
.loactions{
    display: none;
}

@keyframes myani {
  0% {
      transform: translateX(-800px);
  }
  100% {
      transform: translateX(0);
  }
}

.mymation2 {
  animation: myani2 3s;
  animation-direction: alternate;
}


@keyframes myani2 {
  0% {
      transform: translateX(400px);
  }
  100% {
      transform: translateX(0);
  }
}
.top-navbar {
    display: flex;
    justify-content: space-evenly;
    background-color:#32B6C3;
    color: white;
width: 100%;

}
.top-navbar a{
    text-decoration: none;
    color:white;
    font-size: 14px;
}
.top-navbar a:hover{

  color:#AAD145;

}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link:hover{
  color: #000;
}
.nav-button{
  color: #AAD145!important;
} 
.nav-button:hover{
  color: #32B6C3!important;
} 


.icon a{
  margin-left: 10px;
  }
  .nav-link{
    font-size: 15px;
 padding: 0 20px !important;
  }
  .dropdown-item{
    color: black !important;
   font-size: 14px;
  }
  .dropdown-menu {
border: 1px solid #AAD145;
 margin-top: 20px !important;

    --bs-dropdown-link-active-bg:transparent  !important;
  }

  .dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: transparent !important;

}

@media only screen and (max-width: 768px) {
  .top-navbar {
      display: block;
      text-align: center;
  }
  .icon a{
    margin-top: 10px;
      }
      .icon a i{
        margin-top: 10px;
 
      }
}

.icon a i{
 background-color: transparent;
 height: 25px;
 width: 25px;
 border: 1px solid white;
 align-items: center;
 text-align: center;
 line-height: 25px;

}
.icon a i:hover{
  border: 1px solid #AAD145;

}

@media only screen and (max-width: 768px) {
  .top-second-navbar{
      display:none;
text-align: center;
  }
  .carousel-control-next-icon {
display: none;
}


.carousel-dark .carousel-indicators [data-bs-target] {
   display: none;
}
}
.second-navbar{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
@media only screen and (max-width: 340px) {
  .logo1{
    margin-left: 2px !important;
  }
}

.product-dropdown{
  display: flex;
}

.product-dropdown li{
  list-style: none;
  margin-left: -16px;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: -140px;
  padding: 20px 0;
}

@media only screen and (max-width:992px) {
  .product-dropdown{
    display: block !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left:0px;
    padding: 20px 0;
  }

}
.dot{
  color: #AACE45;

}

/* =========================about-us-section=================== */
.about-us-section{
  padding: 20px;
}


.heading{
  position: relative;
  font-size:40px;
font-style: italic;
font-weight: 800;
}
.heading::after{
  bottom: -2px;
  left: 0px;
  position: absolute;
  content: " ";
  background:#32B6C3;
  width: 100%;
  height: 2px;
}
.heading::before{
  position: absolute;
  content: " ";
  /* background: #AAD145; */
  background-image: radial-gradient(#23becc, #AAD145, #b3eb26);
  height: 10px;
  width: 10px;
  border-radius: 15px;
  bottom: -3px;
  animation-name: animate;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  z-index: 9;
 
}
@keyframes animate {
  0%,100%{
    left: -2%;
  }
  50%{
    left: 100%;
  }
}
.who-we{
  color: #AAD145;
}


.pagagraph{
  text-align: justify;
padding:0px 20px;
color: rgb(102, 99, 99);
font-size: 15px;
}



button {
  margin: 20px;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

 .btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
background: linear-gradient(0deg, #259da8 0%, #289faa 100%);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

@media only screen and (max-width:768px) {
  .about-us-section{
    padding: 10px;
  }
  .heading{
    font-size: 20px;
  }
}
.about-img{
  border-top: 20px solid #AACE45;
  border-left: 20px solid #AACE45;
}
.about-img img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.about-img{
  position: relative;
 
}


.overlay-effect{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  /* background-color:#a9d14573; */
  background-image: radial-gradient(#eaeff034, #a9d14552, #b3eb2641);
}

.about-img:hover .overlay-effect {
  opacity: 1;
}

/* ====================our-mission-vision-section =====================*/


.our-mission-section{

  background: linear-gradient(#a9d14571,#a9d14581),url('../images/img/img1.jpg');
 background-repeat: no-repeat;
  width: 100%;
  background-position: top;
  background-size: cover;
  padding: 50px;
}
.mission-bg{
  background-color:#fff;
  border-radius: 5px;
  border-bottom: 5px solid #32B6C3;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.mission-section h2 {
  display: flex;
  justify-content: center;
  align-items: center;
margin-top: 35px;
margin-left: 30px;

}
.mission-section h2 i{
  display: flex;
  background-color: #AACE45;
  height: 100px;
  width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 200px;
  font-size: 50px;
  color: #32B6C3;
  border-top-left-radius: 30px;
border-bottom-right-radius:30px ;




}
.mission-section h2 i:hover{
background-color: #32B6C2;
  color:#AAD145;

}

.pagagraph1{
  text-align: justify;

color: rgb(102, 99, 99);
font-size: 16px;
}
.miss-head{
  color: #AAD145;
}
.who-we2{
  color: #32B6C3;
 
}

@media only screen and (max-width:768px) {
  .mission-section h2 i{
    line-height: 66px;
    margin-top: 20px;
    height: 100px;
    width: 50%;
    margin-right: 10px;
    font-size: 70px;

  }
  .our-mission-section{
    padding: 10px;
  }
  .miss-head{
   margin-top: 15px !important;
  }

}

/* ======================our-product-secion========================== */
.our-product-section{
  background-color: #fff;
  padding: 50px;
}
.product-img-box{
  box-shadow: rgba(208, 214, 214, 0.507) 0px 5px 15px;
  border: 2px solid #AACE45;
  border-bottom: none;
  /* box-shadow: rgba(91, 93, 94, 0.12) 0px 2px 4px 0px, rgba(93, 94, 95, 0.32) 0px 2px 16px 0px; */
}
.owl-theme .owl-dots .owl-dot span {
display: none !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  display: none !important;
}
.product-img-box a{
  text-decoration: none;
}
.shop-head{
  color:#fff;
  background-color:#AACE45;
  padding: 20px 0px;
  height: 100%;
  font-size: 14px;

}
.shop-head:hover{

  background-color:#3FABB4;
}
@media only screen and (max-width:768px) {
  .our-product-section{

    padding: 10px;
  }
}
/*========================Our Facility======================= */
.our-fac-sec{
  
  background: linear-gradient(#edeeeb98,#f1f1ee81),url('../images/img/abt-img.jpeg');
 background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  padding: 40px;
}


.icon-circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto;
}
.icon-background {
  position: absolute;
  bottom: 12px;
  width: 195px;
  left: 39%;
  margin-left: -73px;
  height: 195px;
  border-radius: 50%;
  background-color:#AACE45;
  color: #fff;
  z-index: 11;
  display: table;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-background::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.info .info-back {
  opacity: 1;
  border-radius: 50%;
  background-color: #AAD145;
  width: 100%;
  height: 100%;
  display: table;
  font-size: 13px;
  position: relative;
  transition: all 0.3s ease;
}
.info .info-back a {
  color: #fff;
  vertical-align: middle;
  padding: 20px;
  display: table-cell;
  position: relative;
  z-index: 2;
  transition: all 0.7s ease;
  text-decoration: none;
}
.info .info-back:before {
  position: absolute;
  z-index: 20;
  content: "";
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 12px solid #32B6C2;
  border-radius: 50%;
}
.name-course {
  margin-top: 25px;
  color: #AACE45;
  text-align: center;
  font-size: 16px;
}
.name-course a {
  color: white;
  background-color:#32B6C2;
  padding: 8px 30px;
  border-left: 2px solid  #AACE45;
  border-bottom: 2px solid  #AACE45;
  font-size:18px;
  text-transform: none;
  font-weight: normal;
  transition: all 0.2s linear;
  text-decoration: none;
  border-radius: 5px;
}
.name-course a:hover {

  background-color:#AACE45;

  border-left: 2px solid #32B6C2;
  border-bottom: 2px solid  #32B6C2;
}
.icon-circle:hover .icon-background {
  background-color:#32B6C2;
  bottom: 90%;


} 

.few-great{
  color:#000;
}

@media screen and (max-width:320px){

  .icon-circle {
 margin-left: -17px;
  }
}

/* ========================================footer-section==================================== */


.footer{
  background: linear-gradient(#058181d7,#037272c2),url('../images/banner/h6s.gif');
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
}
.foot-link{
  text-decoration: none;

  color: #AACE45;
}
.foot-link:hover{
  /* color: #999; */
  color: #fff;
}
.foot-icon{
  margin-left: 80px;
  padding: 0px;
  position: relative;
  display: flex;
}
.foot-icon li{
  position: relative;
  list-style: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 0 30px;
  transform: rotate(-10deg) skew(25deg);
  background: #ccc;
  
}

.foot-icon li span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #000;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px !important;
}
.foot-icon li:hover span:nth-child(5){
  transform: translate(20px,-20px);
  opacity: 1;
}
.foot-icon li:hover span:nth-child(4){
  transform: translate(15px,-15px);
  opacity: 0.8;
}
.foot-icon li:hover span:nth-child(3){
  transform: translate(10px,-10px);
  opacity: 0.7;
}
.foot-icon li:hover span:nth-child(2){
  transform: translate(5px,-5px);
  opacity: 0.6;
}
.foot-icon li:hover span:nth-child(1){
  transform: translate(0px,-0px);
  opacity: 0.5;
}
.foot-icon li:nth-child(1) span{
  background: #2078B5;
}
.foot-icon li:nth-child(2) span{
  background: #4867AA;
}
.foot-icon li:nth-child(3) span{
  background: linear-gradient(#8b93eb,#C235A7,#F06A42);
}
.foot-icon li:nth-child(4) span{
  background: #2EA1F2;
}
.foot-icon li:nth-child(5) span{
  background: #F82600;
}


@media screen and (max-width: 990px){

  .box{
      width: 100%;
      min-height: 400px;
  }
  .foot-icon{
    margin-left: 220px;

  }
}
@media screen and (max-width: 768px){
  .box{
      width: 100%;
      min-height: 480px;
  }
  .box:hover::before{
      transform: rotate(47deg);
  }
  .box2{
      position: relative;
      padding: 5px 20px;
      z-index: 10;
      color: #999;
  }
  .box2 img{
      width: 100%;
  }
  .dotts{
      position: relative;
      margin: 15px auto;
  }
  #one{
      position: absolute;
     top: 10%;
     left: 45%;
  }
  #two{
      position: absolute;
      top: 10%;
     left: 50%;
  }
  #three{
      position: absolute;
      top: 10%;
     left: 55%;
  }
  .foot-icon{
    margin-left: 130px;

  }
}

@media screen and (max-width:550px){
.foot-icon {
    margin-left: 40px;
}
}
@media screen and (max-width: 420px){
  .box:hover::before{
      transform: rotate(37deg);
  }
  #cb, .cube{
      left: 15px;
      width: 250px;
      height: 250px;
  }
  .cubet div span{
      padding: 0px;
  }
  .foot-icon{
    margin-left: 30px;

  }
}

@media screen and (max-width: 375px){
  .foot-link{
    font-size: 12px;
      }
}
@media screen and (max-width: 320px){
  .foot-link{
font-size: 10px;
  }
  .foot-icon{
    margin-left: -3px;

  }
}


/* ========================WHATSAPP ICON SECTION========================= */

.whatsapp-icon a {
  position: fixed;
  bottom: 3%;
  left: 1px;
  width: 45px;
  height: 45px;
  background-color:white;
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: white;
  text-decoration: none;
  z-index: 999;
}

.icon.active {
  opacity: 1;
}

.whatsapp-icon a:hover{
  color: #fff;
 }


/* phone-icon */

.phone-icon a {
  position: fixed;
  bottom:3%;
  right: 1px;
  width: 40px;
  height: 40px;
  background-color:#fff;
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  color: white;
  text-decoration: none;
  z-index: 999;
}
.phone-icon a i{
  font-size: 18px;
}
.phone-icon a:hover{
 color: #fff;
}



/* email-icon */

.email-icon a {
  position: fixed;
  bottom: 14%;
  left: 1px;
  width: 40px;
  height: 40px;
  /* background-color:#fff; */
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: white;
  text-decoration: none;
  z-index: 999;
}
.email-icon a i{
  font-size: 15px;
}
.email-icon a:hover{
  color: #fff;
 }


/* ==============================about-section-css=========================== */

 
.about-bgimg img {
  width: 100%;
}
.about-bgimg {
  position: relative;
}
.heading1 {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color:white !important;
}

.heading1 h1 {
  color:white !important;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.ban-cont{
  width: 100%;
  height: 100%;
  background:rgba(158, 212, 87, 0.61);
  background-image: linear-gradient(to right,#aace457a , #32b6c26b );
  position: absolute;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width:992px) {
  .heading1 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width:768px) {
  .heading1 h1 {
    font-size: 15px;
  }
}

.breadcrumb-item a{
  text-decoration: none;
  color:white;
}
.breadcrumb li{
  color:#32B6C2 !important;
}
.arrow-icon{
  margin-left:5px;
  font-size: 12px;
}
.breadcrumb-item a:hover{
  text-decoration: none;
  color:#32B6C2;
}
@media only screen and (max-width:992px) {
  .heading h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width:768px) {
  .heading h1 {
    font-size: 30px;
  }
  .breadcrumb{
    display: none;
  }
}



/* =================nabtab-section====================== */
.navtap-section-start{
  
  background: linear-gradient(#edeeeb98,#f1f1ee81),url('../images/img/abt-img.jpeg');
 background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  padding: 40px;
}
.nav5{

  /* background-color: #aace45b2; */
  background-image: linear-gradient(to right,#aace4596 , #32b6c28a );

}

.nav-pills .nav-link {
color: #fff!important;
background-color:#32B6C2 !important;
width: 100px !important;
height: 35px !important;
align-items: center !important;
display: flex !important;
justify-content: center !important;
} 
.nav-img-box{
  margin-top: 80px;
  border: 2px solid #AACE45;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nav-pills .nav-link.active{
color: #fff!important;
background-color: #AACE45 !important;
}
.nav-img-box {
  position: relative;

}
.overlay-ef {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:#1467708a;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.nav-img-box:hover .overlay-ef {
  width: 100%;
}

.text-sec {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.product-detail-sec{
  padding: 50px 0px;
}









.form-main-box{
  position: relative;

  background: #fff;   
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  margin-top: 40px;

}
.inputBxo1{
  position: relative;
  width: 100%;
}
.inputBxo1 input{
  position: relative;
  padding: 8px 10px;
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 1.25em;
  transition: 0.5s;
  letter-spacing: 0.05em;
  z-index: 2;
}
.inputBxo1 span{
  position: absolute;
  left: 0;
  padding: 10px 0;
  pointer-events: none;
  font-size: 1em;
  transition: 0.5s;
  letter-spacing: 0.05em;
  color: #333;
}
.inputBxo1 input:valid ~ span,
.inputBxo1 input:focus ~ span
{
  font-size: 0.85em;
  transform: translateY(-32px);

}
.inputBxo1 i{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333;
  background: linear-gradient(45deg,#AACE45 , #32B6C2);
  transition: 0.5s;
  z-index: 1;
  border-radius: 4px;
  pointer-events: none;
}
.inputBxo1 input:valid ~ i,
.inputBxo1 input:focus ~ i
{
  height: 100%;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25);

}
.enq{
  padding: 6px 20px;
  border-radius: 3px;
  background: #AACE45;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
}

.enq:hover{
  color: #fff;
  background: #32B6C2;
}
.form-box-sec{
  border: 3px solid #AACE45;
}
.cont-heading{
  color: #32B6C2;
}


/* ====================environment-section css==================== */
.environment-section{
  padding: 50px 0px;
}

.e-content{
  font-family: Playfair Display;
  color: rgb(126, 118, 118);
margin-top: 60px;
font-size: 40px;
  display: flex;
font-weight: 800;
  justify-content: center;
  align-items: center;
 
}
.e-content1{
  font-family: Playfair Display;
 
color: #32B6C3;
  font-size: 70px;
    display: flex;
  font-weight: 800;
    justify-content: center;
    align-items: center;
   
  }
  .e-content2{
    font-family: Playfair Display;
color: #AACE45;
    font-size: 80px;
      display: flex;
    font-weight: 800;
      justify-content: center;
      align-items: center;
     
    }


    @media screen and (max-width:540px){
      .e-content{
        margin-top: 30px;
        font-size: 20px;
          display: flex;
        font-weight: 800;
          justify-content: center;
          align-items: center;
         
        }
      .e-content1{
        color: #32B6C3;
          font-size: 30px;
            display: flex;
          font-weight: 800;
            justify-content: center;
            align-items: center;
           
          }
      .e-content2{
        color: #AACE45;
            font-size: 40px;
              display: flex;
            font-weight: 800;
              justify-content: center;
              align-items: center;
             
            }
    }


/* ====================contact-form-section========================== */

.contact-form-section{
padding: 50px 10px;
}
.contact-detail-section h5{
color: #32B6C2;
font-size: 16px;
}
.contact-detail-section h2{
font-weight: 800;
font-size:25px;
color: rgb(49, 47, 47);
          }
.location-section{
display: flex;
}
.location-section h4 i{
color: #fff;;
background-color: #32B6C2;
height: 40px;
width: 40px;
line-height: 40px;
font-size: 16px;
border-radius: 3px;

}
.location-section h4 i:hover{
  background-color: #AACE45; 
  }
.loca{
  margin-left:20px;
  font-size: 14px;
}
.location{
font-size: 18px;
  margin-left: 20px;
  font-weight: 600;
}
@media screen and (max-width:768px){
  .loca {
font-size: 12px;
  }
  .cont-detail{

     padding: 0px;

  }
  .nav-img-box{
    margin-top: 20px;
 
  }
}
@media screen and (max-width:380px){

  .email-sec{
    display: none;
  }
  .contact-form{
  
    padding: 10px;
    height: 100%;
    
  }
  .contact-detail-section h2{
    font-size:18px;
  }
}
.cont-detail{
  background: linear-gradient(#eef1e698,#8ab48c81),url('../images/banner/c-img2.jpg');
  background-repeat: no-repeat;
   width: 100%;
   background-position: bottom;
   background-size: cover;
   padding: 40px;
   height: 100%;
}
.contact-form{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 50px;
  height: 100%;
  
}
@media screen and (max-width:380px){
  .contact-form {
    padding: 10px;
    box-shadow: none;
}
.contact-form-section {
  padding: 2px 0px;
}
}




/* =============services-section======================== */
.srevices-section-start{
  padding: 50px 0px;
}
.services-main-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.services-sec{
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-head{
  color: #AACE45;
  font-size: 30px;
  font-weight: 800;
}
.check{
  color: #AACE45;

  font-size: 20px;
}
.services-img-box{
  background-color: #AACE45;
  height: 100%;
}
.services-img-box img{
border-radius: 50%;
transition: .5s;
}
.services-img-box img:hover{
transform: scale(1.1);
  
  }
@media screen and (max-width:992px){
  .services-sec{
    padding: 80px 50px;
  }
}
@media screen and (max-width:768px){
  .services-sec{
    padding: 50px 50px;
  }
}
.s-head1{
  color: #32B6C2;
  font-size: 30px;
  font-weight: 800;
}
.services-img-box1{
  background-color: #32B6C2;
}
.services-img-box1 img{
  border-radius: 50%;
  transition: .5s;
}
.services-img-box1 img:hover{
transform: scale(1.1);
  
  }
  .check1{
    color:#32B6C2;
    font-size: 20px;
  }
  .services-cont-sec{
    padding: 20px 30px;
  }
  .p-detail-sec{
    padding: 0 50px;
  }
  @media screen and (max-width:576px){
    .s-head1{
      font-size: 20px;
    }
    .s-head{
      font-size: 20px;
    }
    .services-cont-sec{
      padding: 10px 10px;
    }
    .p-detail-sec{
      padding: 0 10px;
    }
  }
 
/* =============table=================== */




#no-more-tables
{
	margin-top:20px;
	margin-bottom:15px;
}
#no-more-tables table
{
	width:100%;
}
#no-more-tables table tr th
{
	background-color:#32B6C2;
  color: #fff !important;
	padding:6px 10px;
	padding-left:15px;
	border:1px solid #32B6C2;
	color:black;
	font-size:16px;

	font-weight:normal;
}

#no-more-tables table tr td
{
	border:1px solid #AACE45;
	padding:5px 0;
	padding-left:15px;

	font-size:14px;
	color:rgb(100, 96, 96);
	width:60%;
}
#no-more-tables table tr td:first-child
{
	font-family:var(--source5);
	font-size:15px;
	width:40%;
}

#no-more-tables.table2 table tr td
{
	padding:5px 15px;
	text-align:center;
}


tr td.bold-text
{

	line-height:22px;
}

#no-more-table2{
	margin-top:20px;
	margin-bottom:20px;
}
#no-more-table2 table
{
	width:100%;
}
#no-more-table2 table tr th
{
	background-color:#ccc;
	padding:6px 7px;
	padding-left:15px;
	border:1px solid #0095E5;
	color:black;
	font-size:16px;

	font-weight:normal;
}
#no-more-table2 table tr td
{
	border:1px solid #0095E5;
	padding:5px 0;
	padding-left:15px;

	font-size:14px;
  color:black;
}


.make-in-india{
  display: flex;
  justify-content: center;
  align-items: center;
}