.active {
  background: white;

}

.green-btn {
  border: 3px solid rgb(0, 199, 139);
  background: rgba(0, 212, 166, 0.637);
  color: white;

}

.orange-btn {
  border: 2px solid orange;
  background: rgba(255, 166, 1, 0.192);
  color: orange;
  width: max-content;
}
.orange-border{
  border: 2px solid orange;
  color: orange;
}

.orange-btn:hover {
  border: 2px solid rgb(3, 167, 196);
  background: rgba(0, 217, 255, 0.521);
  color: white;
}

.blue-btn {
width: max-content;
  border: 2px solid rgb(0, 217, 255);
  background: rgba(0, 217, 255, 0.521);
  color: white;
}

.blue-btn:hover {
  border: 2px solid orange;
  background: rgba(255, 166, 1, 0.192);
  color: orange;
}

.text-orange {
  color: orange;
}

.box {
  background: #0D6EFD;
  transition: 0.3s ease;
}

.box:hover {
  color: #0D6EFD;
  background: white;
}

.header {
  font-size: 13px;
  box-shadow: 0px 0px 5px 0.1px;
}

.icon-size {
  font-size: 15px;
  padding: 0.5px 7px;

}

.icon-size:last-child {
  padding: 0.5px 10px;
}

ul {
  list-style-type: none;
}

.navbar {
  height: 85px;
  top: -5px;
}

.navbar-brand {
  max-width: 130px;
}

.nav-btn:focus{
border: none !important;
box-shadow: none;
}
.nav-btn{
border: none !important;
background: white !important; 

}

.show:hover .hide{
  display: block;
}
/* .hide{
  display: none;
} */
.aside-bar{
  display: none;
}
@media only screen and (max-width:991px) {
  .aside-bar{
    display: block;
    
  }

  
}

.aside-links{
  color: black;
  padding: 0%;
  border: none;
  box-shadow: none;
  text-decoration: none;
  box-decoration-break: none;
}
.accordion-button:not(.collapsed){
  box-shadow: none;
}
.f-child{
  border-top: 1px solid black;
}
@media only screen and (max-width:400px) {
  .navbar-brand {
    max-width: 100px;
  }

  .nav-icons {
    font-size: 10px;
  }
}

.main-hero {
  background: url('../images/home-banner.jpg') no-repeat;
  background-size: cover;
  background-position: -280px fixed, center, center;
  background-position: fixed;
  position:relative;
  top: -85px;
   
}
.home-banner {
  background: url('../images/home-banner.jpg') no-repeat;
  background-size: cover;
  background-position: -280px fixed, center, center;
  background-position: fixed;
  position:relative;
  top: -85px;
   
}
.hero-bg {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.89), rgba(255, 255, 255, 0.479));
  position: relative;
  height: inherit;
  padding-block-start: 80px; 
  padding-block-end: 200px; 
}
.product-bg{
  background: linear-gradient(90deg, white, transparent);
  position: relative;
  height: inherit;
  padding-block-start: 250px; 
  padding-block-end: 80px;
}
.first-para{
  position: relative;
  top: -50px;
}
.hero-head {
  font-size: 48px;
}

@media only screen and (max-width:800px) {
  .hero-head {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width:500px) {
  .hero-head {
    font-size: 2rem;
  }
}

.hero-btn {
  padding-block-start: 210px;
}

.arrow-btn {
  color: #ffffff;
  background: transparent;
  transition: 0.5s;

}

.arrow-btn:hover {
  background: #ffffff;
  color: #0d6efd;
}
.banner-btn{
  color: inherit  ;
}
a {
  text-decoration: none;
}

.learn-btn {
  position: relative;
  top: -60px;

  opacity: 0;
}

.state-a:hover>.learn-btn {
  opacity: 100;
}

.state-a:hover>.state-btn {
  opacity: 0;
}
.state-section{
  background-color:#f4f4f4;
}
.state-section{
  padding: 50px 0 20px 0px;
}
.card-section{
  font-size:17px;
}

.news-heading{
  padding-top: 80px;
}
.custom-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
.card-img {
  border-radius: 10px;
}
.img-border{
  border: 2px solid rgb(255, 166, 0);
  width: 150px;
  z-index: 2;
  background: white;
}

.text-section{
font-size:17px;
}

.news-heading {
  padding-top: 220px;
}

.img-border {
  border: 2px solid rgb(255, 166, 0);
  position: relative;
  width: 50%;
  z-index: 2;
  background: white;
  padding: 1% 12%;
  display: flex;
  justify-self: center;
  text-align: center;
  top: 0%;
  
}

.review-body {
  position: relative;
  top: -40px;
  z-index: -1;
  padding: 22px;
  padding-top: 70px;
  min-height: 450px;
  
}


.review-head{
  position: absolute;
  top: 0%;
  left: 0%;
  height: 97%;
  width: 100%;
 text-align: center;
  align-content:end;
  display: block;
  
}

@media only screen and (max-width: 1192px) {
  .news-heading {
    padding-top: 20px;
  }
 
}
@media only screen and (max-width: 991px) {
  
  .review-body {
    min-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
 
  .img-border {
   
    width: 45%;
    
  }
  .review-body {
    min-height: 350px;
  }
  
}
@media only screen and (max-width: 560px) {
  
  .img-border {
   
    width: 60%;
    
  }
  .review-body {
    min-height: 450px;
  }
}
@media only screen and (max-width: 470px) {
  .img-border {
   
    width: 60%;
    
  }
  .review-body {
    min-height: 550px;
    font-size: 13px;
  }
  .review-head>h5, .review-head>h6 {
    
    font-size: 14px;
  }

}


.email {
  background: transparent;
  text-decoration: none;

  border: none;

}

.email:focus {
  outline: none;
  border-bottom: 1px solid white;
}

input::placeholder {
  color: #cecece;
}

/* 
service page */

.ticks {
  height: max-content;
}

/* news page */

.side-bar {
  display: none;

}

@media only screen and (min-width:992px) {
  .side-bar {
    display: block !important;
    position: relative;
  }

}


.card:hover {
  box-shadow: 0px 0px 15px 0.1px rgba(0, 0, 255, 0.521);
  transform: scale(1.001);
  transition: 0.3s ease;
}

/* about */
.co {
  position: relative;
  height: 100%;
  transform: scaleY(1.07);

}

.co-info {
  height: inherit;
  align-self: center;
}

@media only screen and (max-width:580px) {
  .co-info>p {
    font-size: 12px;
  }

  .co-info>h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width:420px) {
  .co-info>p {
    font-size: 10px;
  }

  .co-info>h4 {
    font-size: 14px;
  }
}

.form-input::placeholder,
.form-input>option {
  color: #0D6EFD !important;
  outline: none;
}

.form-input:focus {
  outline: none;
  box-shadow: none;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  color: #0D6EFD;
  border: none;
  outline: none;
}

.error {
  color: red;
}

@media only screen and (max-width:500px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }
}

.map {
  width: 450px;
  height: 350px;
}

@media only screen and (max-width:1150px) {
  .map {
    width: 400px;
    height: 300px;
  }
}

@media only screen and (max-width:1100px) {
  .map {
    width: 350px;
    height: 270px;
  }
}

@media only screen and (max-width:980px) {
  .map {
    width: 550px;
    height: 350px;
  }
}

@media only screen and (max-width:600px) {
  .map {
    width: 400px;
    height: 270px;
  }
}

@media only screen and (max-width:450px) {
  .map {
    width: 300px;
    height: 250px;
  }
}

@media only screen and (max-width:350px) {
  .map {
    width: 250px;
    height: 200px;
  }
}
.training-link{
  color: black;
}
.training-link:hover{
color: #0D6EFD;
}
.training-card {
  box-shadow: 0px 0px 1px 0.1px rgba(0, 0, 255, 0.521);

}

.training-card:hover {
  box-shadow: 0px 0px 15px 0.1px rgba(0, 0, 255, 0.521);
  transform: scale(1.001);
  transition: 0.3s ease;
}

.goog-te-combo{
 padding: 2px 5px;
 border-radius: 20px;
 
}

.comment{
  box-sizing: border-box;
  height: fit-content;

}


  

.VIpgJd-ZVi9od-ORHb-OEVmcd {

  visibility: hidden !important;
  display: none;
 position: relative !important;
 height: 0px;
 top: -100px;
  
}
 body{
  position: relative;
  overflow: visible;
  top: 0px !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
  background: #000;
  visibility: hidden;
  display: none;
} 
.goog-te-gadget{
  color: transparent !important;
  font-size: 0px !important;
}
/* .goog-te-combo{
  background: #000;
  visibility: visible;
  display:block;
} */
