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

.nav-item a {
    color: #000 !important;
    font-size: 15px;
}


#scrollmenu {
  padding: 40px 10px;
  background-color: #d1fff3;
  margin-top: 30px;
  margin-bottom: 30px;
}

.counter-sec h2.count {
  font-size: 1.1875em;
  margin-bottom: 4px !important;
  margin: 0px;
  color: #661b16;
  font-weight: 900;
}
.counter-sec {
  text-align: -webkit-center;
  min-height: 142px;
  background: #fff;
  border-radius: 4px;
  margin: 5px;
  box-shadow: 0 0 4px 2px lightgrey;
  padding: 8px;
  width: 100%;
  position: relative;
}

.testimonial {
  margin: 5px;

}


.testimonial img{

  height: 150px;
}



.statistic-section {
  background-image: linear-gradient(to right, #000000db, #000000db), url(../image/bn1.png);
  padding-top: 70px;
  padding-bottom: 70px;
  /* background: #00c6ff; 
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);  */
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.as {
  font-size: 14px;
  overflow: hidden;
  color: #000000;
  text-align: center;
  position: relative;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 20px;
  height: 180px;
}

.as img{
  width: 100%;
  object-fit: cover;
  height: 100px;
}



.stats-text {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}

.stats-line-black {
  margin: 12px auto 0;
  width: 55px;
  height: 2px;
  background-color: #fff;
}

.stats-icon {
  font-size: 35px;
  margin: 0 auto;
  float: none;
  display: table;
  color: #fff;
}



.president-sec img{
    border-radius: 10px;
    padding: 2px;
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border: 2px solid darkgreen;
}

.president-sec a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    position: absolute;
    margin-top: 2px;
    margin-left: -49px;
    background: darkgreen;
    padding: 5px 10px;
    border-radius: 5px;

}

.president-sec h5{
    margin-top: 20px;
}

.president-sec p{
    font-size: 14px;
}

.president-sec{
    background-color: rgb(241, 240, 240);
    border-radius: 10px;
    
    transition: 0.5s ease-in-out;
}

.president-sec:hover{
    transform: scale(1.03);
    cursor: pointer;
}



.carousel-control-prev-icon, .carousel-control-next-icon{
    background-color: darkgreen;
    padding: 20px;
    border-radius: 50%;
}




.footer-section {
    background: #151414;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: darkgreen;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 100%;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: darkgreen;
  }
  .footer-widget ul li {
   list-style: none;
  }
  .footer-widget ul li a:hover{
    color: darkgreen;
  }
  .footer-widget ul li a {
    text-decoration: none;
    color: #878787;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: darkgreen;
      padding: 13px 20px;
      border: 1px solid darkgreen;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 15px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: darkgreen;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: darkgreen;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }




  .banner{
    background-image:linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0)), url(../image/inspect1.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
  }


  .bgdanger{
    background-color: tomato;
  }

  .bgdanger i{
    background-color: black;
    padding: 10px;
    border-radius: 50%;
  }


  .bg-hover{
    transition: 0.8s ease-in-out;
  }

  .bg-hover:hover{
    background: tomato;
    color: white;
  }



  .overlay-bg{
    background-image:linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0)),url(../image/download.jpg);
    width: 100%;
    height: 400px;
    max-height: 100%;
    background-position: top center;
    background-size: cover;
  }