@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Voltaire&display=swap');



body {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}

.hdd {
  font-family: "Voltaire", sans-serif;
}

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.banner {
  float: left;
  width: 100%;
  text-align: center;
}

.banner img {
  float: left;
  width: 100%;
}

.header {
  float: left;
  width: 100%;
  text-align: center;
  background: #053700;
  padding: 10px 0px;
}

.header-left {
  float: left;
  width: 100%;
}

.header-left strong {

  text-transform: capitalize;
  text-align: center;
  font-size: 25px;
  color: #fbe953;

}

.header-left p {
  text-transform: capitalize;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.header-right {
  float: left;
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

.header-right span {
  display: inline-block;
  padding: 8px 16px 5px;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  background: #fbe953;
  position: relative;
  z-index: 1;
}

.header-right span::before {
  display: none;
  content: '';
  position: absolute;
  background: #fbe953;
  width: 100%;
  height: 100%;
  top: 0;
  right: -233px;
  z-index: -1;
}

.header-right span a {
  display: inline-block;
  color: #212121;
  animation: mymove 0.8s infinite;
}

@keyframes mymove {
  50% {
    opacity: .5;
  }
}

.header-botoom {
  float: left;
  width: 100%;
  background: #fff;
}

.header-botoom1 {
  float: left;
  width: 100%;
  text-align: center;
}

.header-botoom1 img {
  max-width: 100%;
}

.header-botoom2 {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.header-botoom2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.head-right3 ul li {
  display: inline-block;
  padding: 0 10px;
}

.head-text strong {
  color: #053700;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.head-text p {
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
}

.head-right4 {
  padding: 15px 0 0;
}

.head-right4 p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 4px 12px 5px;
  background: #053700;
  border-radius: 50px;
}



.aboutus-heading {
  text-align: center;
  padding: 0 0 40px;
}

.aboutus-heading span {
  text-transform: capitalize;
  font-size: 17px;
  color: #053700;
  font-weight: 700;
  display: block;
  padding: 0 0 6px;
}

.aboutus-heading strong::before {
  content: '';
  position: absolute;
  background-color: #053700;
  width: 100px;
  height: 3px;
  border-radius: 24px;
  bottom: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.aboutus-heading strong {
  display: block;
  color: #000000;
  font-size: 43px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0;
  position: relative;
  margin: -4px 0 0;
}


.award {
  float: left;
  width: 100%;
  padding-top: 30px;
  background: #053700;
  padding-bottom: 50px;
}

.award-border {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.award-border img {
  max-width: 100%;
}

.about-us {
  float: left;
  width: 100%;
  padding: 50px 0px;

}

.abt-desc {
  float: left;
  width: 100%;
  text-align: left;
}

.abt-desc p {
  padding: 8px 0px;
  color: #0e0e0e;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  text-align: justify;
}

.abt-desc p strong {
  font-weight: 700;
  color: #053700;
}

.about-us ul {
  padding: 10px 0;
}

.about-us ul li {
  padding: 4px 12px 4px 0;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
  background: #053700;
  margin: 10px 15px 10px 0;
  display: inline-block;
}

.about-us ul li:before {
  content: '';
  position: relative;
  display: inline-block;
  z-index: 0;
  margin: 0 2px 0 0;
  font-weight: 500;
  background: #fbe95300;
  border: 4px solid white;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  top: 5px;
  left: -9px;
}

.best-ser {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

.best-border {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.top-services-3 {
  padding: 15px;
  position: relative;
  text-align: center;
}

.top-services-3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(360deg, #053700 83%, transparent 50%);
  border-radius: 0 0 25px 25px;
}

.top-services-4 {
  padding: 0 0 15px;
}

.top-services-4 strong {
  text-align: center;
  font-size: 27px;
  display: block;
  font-weight: 400;
  color: #fbe953;
  text-transform: uppercase;
  padding: 0 0 2px;
}

.top-services-4 span {
  text-align: center;
  font-size: 19px;
  display: inline-block;
  font-weight: 800;
  color: #053700;
  text-transform: capitalize;
  padding: 3px 15px;
  background: #ffffff;
  border-radius: 40px;
}

.top-services-4 p {
  padding: 15px 0px 0;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
}

.top-whatsapp {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  z-index: 2;
  position: relative;
}

.top-whatsapp a {
  background: green;
  padding: 8px 15px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.top-srv-img img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 10px;
}

.list-sec {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.list-left {
  padding: 15px;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}

.list-design1 {
  padding: 0;
}

.list-design2 {
  position: relative;
  text-align: center;
  border-radius: 20px;
  padding: 25px 15px 32px;
  background-color: #fff;
  border-top: 20px solid #053700;
}

.list-design2:before {
  position: absolute;
  content: '';
  left: 0px;
  top: -4px;
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background: url(../images/dot.png) repeat-x;
  animation: slide 15s linear infinite;
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -200px 0;
  }
}

.list-design2 p {
  color: #2b2b2b;
  font-size: 32px;
  line-height: 45px;
  font-weight: 800;
  text-transform: uppercase;
}

.list-design2 ul {
  padding: 0 0 25px;
}

.list-design2 ul li {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding: 9px 0;
  text-transform: capitalize;
  color: black;
  border-bottom: 1px dashed #c9c9c9;
  list-style: none;
}

.list-design2 a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  border-radius: 60px;
  background: #053700;
  text-align: center;
  display: inline-block;
  padding: 1px 15px;
}

.list-center {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.list-center img {
  max-width: 100%;
}

.other-ser {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.other-border {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.other-img {
  float: left;
  width: 100%;
  text-align: center;

}

.other-img img {
  max-width: 100%;
}

.other-title.hdd {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 25px;
  background: #053700;
  margin-top: -10px;
  border-top: 5px solid #fff;
  color: #fff;
  padding: 5px;
}

.copy {
  float: left;
  width: 100%;
  padding: 50px 0px;
  text-align: center;
  background: #053700;
}

.copy p {
  color: #fff;
  font-size: 18px;
}

.copy strong {
  color: #fbe953;
  font-size: 22px;
}

.testi {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

.testi-border {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.testimonials2 {
  padding: 40px 0 0;
  background: #fbe953;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
}

.testimonials2:before {
  background: white;
  content: "";
  width: 400px;
  top: 62px;
  height: 9%;
  left: -20px;
  margin: 0 auto;
  z-index: -9;
  position: absolute;
}

.testimonials3 span {
  z-index: 0;
  position: relative;
  display: block;
}

.testimonials3 span img {
  display: inline-block;
  background: #fbe953;
  border-radius: 50%;
  text-align: center;
  padding: 7px;
  width: 100px;
  box-shadow: 0 0 0px 12px white;
}

.testimonials3 p {
  padding: 28px 15px 0;
  color: #053700;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
}

.testimonials4 p {
  color: #0e0e0e;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  padding: 0 15px 10px;
}

.testimonials4 .rating {
  color: #fbe953;
  font-size: 15px;
  line-height: 34px;
  font-weight: 600;
  background: #053700;
  display: block;
  padding: 5px 15px 2px;
  float: left;
  width: 100%;
}

.why-choose {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: #fbe953;
  position: relative;
  z-index: 1;
}

.why-headr {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 35px;
  color: #053700;
}

.prob-sol5 {
  padding: 30px 0;
}

.counter {
  text-align: center;
  margin: 0 auto;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  z-index: 2;
}

.counter .counter-icon {
  color: #fff;
  background-color: #053700;
  font-size: 40px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  transition: all 0.3s ease 0s;
}

.counter .counter-value {
  color: #444;
  background-color: #053700;
  font-size: 40px;
  font-weight: 600;
  height: 200px;
  width: 200px;
  padding: 75px 0;
  margin: -5px auto 20px;
  border-radius: 50%;
  display: block;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}

.header-botoom11 {
  padding-top: 10px;
}

.header-botoom2222 {
  float: left;
  width: 100%;
}

.header-botoom2222 img {
  float: none;
  display: table;
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
}

.counter .counter-value:after {
  content: '';
  background: #fbe953;
  height: 170px;
  width: 170px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 50% 0 50% 50%;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all 0.5s;
}

.counter h4 {
  color: #053700;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

#callbook {
  background: green;
  bottom: 0;
  height: 43px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}

#callbook ul {
  padding: 0px;
}

#callbook ul li {
  background: #c70000;
  position: relative;
  padding: 9px 21px 26px;
  width: 50%;
  list-style: none;
  float: left;
  text-align: center;
}

#callbook ul li:last-child {
  background: green;
}

#callbook ul li a span {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}

@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .header-botoom .col-sm-5 {
    width: 100%;
  }

  .header-botoom .col-sm-7 {
    width: 100%;
  }

  .best-ser .col-sm-4 {
    width: 50%;
  }

  .list-sec .col-sm-4 {
    width: 50%;
  }

  .other-ser .col-sm-4 {
    width: 50%;
  }

  .testi .col-sm-4 {
    width: 50%;
  }

  .header-botoom2222 {
    display: none;
  }

  .why-choose .col-sm-3 {
    width: 50%;
  }
}

@media(min-width:640px) and (max-width:767px) {
  #callbook {
    display: block;
  }

  #callbook ul li a span {
    color: #fff;
    font-size: 15px;
  }

  .header-botoom2222 {
    display: none;
  }
}

@media(min-width:480px) and (max-width:639px) {
  #callbook {
    display: block;
  }

  #callbook ul li a span {
    color: #fff;
    font-size: 15px;
  }

  .header-botoom2222 {
    display: none;
  }
}

@media(min-width:320px) and (max-width:479px) {
  .header-botoom2222 {
    display: none;
  }

  #callbook {
    display: block;
  }

  #callbook ul li a span {
    color: #fff;
    font-size: 15px;
  }

  .head-right4 {
    display: none;
  }

}