@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');



body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hdd {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  background: url(../images/bg2.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
}


ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.text-center {
  text-align: center !important;
}



.top-section {
  background: #20640b;
  overflow: hidden;
  float: left;
  width: 100%;
}

.top-left p {
  font-size: 19px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  padding: 9px 0 0px;
  color: #ffffff;
}

.top-right p {
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  padding: 9px 15px 9px;
  background: #080808;
  position: relative;
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #ffffff;
}









.head-section {
  background: #000;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  padding: 10px 0px;
}

.head-section:before {
  content: "";
  background: url(../images/dot.png) repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  animation: move-twink-back 160s linear infinite;
}

.head-section:after {
  content: "";
  background: url(../images/star.png) repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

.head-align {
  align-items: center;
  justify-content: center;
}

.head-align1 {
  align-items: end;
  justify-content: center;
}







.award-sec {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.award-title p {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 0 10px;
  color: #20640b;
}

.award-1 {
  padding: 12px;
  margin-top: 20px;
}

.award-2 img {
  width: 100%;
}




.line {
  float: left;
  width: 100%;
  background: #f0bc13;
}

.line1 p {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  padding: 10px 12px 9px;
  text-align: center;

}








.other-services {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background-color: #20640b;
  position: relative;
  z-index: 1;
}

.other-services1 {
  padding: 12px;
  text-align: center;
  margin-top: 20px;
}

.other-services3 img {
  border-radius: 50%;
  border: 2px dashed #ffffff;
  padding: 12px;
}

.other-services4 {
  padding: 12px;
  border: 2px dashed #ffffff;
  border-radius: 12px;
  margin: 20px 0 0;
}

.other-services4 p {
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
  text-transform: capitalize;
  line-height: 30px;
}

.other-services4 strong {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #f0bc13;
  padding: 7px 0 0;
}


.other-services4 a {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  padding: 5px 15px 5px;
  border-radius: 10px;
  background: #0e772a;
  position: relative;
  z-index: 5;
  font-weight: 500;
}

.other-services:after {
  content: "";
  background: url(../images/star.png) repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
}

.about-title {
  padding: 0 0 15px;
  text-align: center;
}

.about-title span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 6px 15px 5px;
  letter-spacing: 1px;
}

.about-title strong {
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  display: block;
  line-height: 85px;
  padding: 3px 0 0;
}










.about-design {
  background: #000;
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.about-design:before {
  content: "";
  background: url(../images/dots.png) repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  animation: move-twink-back 160s linear infinite;
}

.about-design:after {
  content: "";
  background: url(../images/star.png) repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
}

.about-title {
  padding: 0 0 15px;
  text-align: center;
}

.about-title span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  background: #20640b;
  padding: 6px 15px 5px;
  letter-spacing: 1px;
}

.about-title strong {
  font-weight: 700;
  color: #f0bc13;
  font-size: 60px;
  text-transform: uppercase;
  display: block;
  line-height: 85px;
  padding: 3px 0 0;
}

.about p {
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
  padding: 8px 0;
  font-size: 15px;
}

.about p b {
  color: #f0bc13;
  font-weight: 500;
}

.about ul {
  padding: 5px 0;
}

.about ul li {
  font-size: 15px;
  background-color: #20640b;
  color: #fff;
  margin: 5px 0px;
  padding: 7px 15px 7px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  border-radius: 30px;
}

.other-services {
  background-color: #20640b;
  position: relative;
  z-index: 1;
  padding: 0 12px;
}

.other-services:after {
  content: "";
  background: url(../images/star.png) repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
}

.why-us-head ul {
  padding: 15px 0 0;
}

.why-us-head ul li {
  color: #000000;
  font-size: 16px;
  padding: 12px 22px 11px 34px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  margin: 8px 2px;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  text-align: left;
}

.why-us-head ul li i {
  position: absolute;
  background: #e6e6e600 30%;
  top: 0px;
  left: 8px;
  color: #20640b;
  font-size: 26px;
}


.counter-1 {
  padding: 12px;
  text-align: center;
}

.counter-2 {
  border-radius: 20px;
  padding: 5px 12px 0;
  overflow: hidden;
  border: 1px dashed #f0bc13a8;
}

.counter-2 .love_count {
  font-size: 45px;
  font-weight: 700;
  color: #f0bc13;
  padding: 0 0 2px;
}

.counter-2 i {
  color: #ffffff;
  font-size: 62px;
  font-weight: 200;
  display: block;
}

.counter-2 p {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px 15px 3px;
  background: #f0bc13;
  display: inline-block;
  margin: 12px 0 0;
  border-radius: 15px 15px 0 0;
}

.love_count:after {
  content: "+";
  right: 0;
}







.best-services {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: #f0bc13;
}

.best-services1 {
  padding: 12px;
  text-align: center;
  margin-top: 20px;
}

.best-services3 img {
  max-width: 300px;
  border-radius: 50%;
  border: 9px solid #ffffff;
  margin: 0 auto;
  border-top: 0;
}

.best-services4 strong {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  background: #ffffff;
  display: block;
  padding: 8px 12px 7px;
  border-radius: 40px;
}

.best-services4 p {
  line-height: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
}

.best-services5 a {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  padding: 5px 15px 5px;
  border-radius: 10px;
  background: #0e772a;
  position: relative;
  z-index: 5;
  font-weight: 500;
}


.testiomonials-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials-design1 {
  padding: 12px;
  margin-top: 20px;
}

.testimonials-design2 {

  padding: 15px;

  border: 1px dashed #f0bc13;
}

.testimonials-design3 strong {
  text-transform: uppercase;
  float: right;
  font-weight: 700;
  color: #20640b;
}

.testimonials-design3 span {
  display: inline-block;
  padding: 0 4px;
}

.testimonials-design3 span i {
  color: #f0bc13;
  width: 18px;
  height: 18px;
}

.testimonials-design4 p {
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  font-size: 15px;
  padding: 0 0 15px;
  text-align: center;
}











.footer-contact1 {
  padding: 12px;
  text-align: center;
}

.footer-contact2 span {
  height: 100px;
  width: 100px;
  color: #ffffff;
  line-height: 122px;
  border-radius: 60%;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  box-shadow: 0 0 0 15px #f0bc13;
  position: relative;
  z-index: 0;
}

.footer-contact2 span:before {
  content: '';
  width: 8px;
  height: 152px;
  bottom: -142px;
  display: inline-block;
  position: absolute;
  background: #f0bc13;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.footer-contact2 span i {
  font-size: 44px;
  font-weight: 600;
}

.footer-contact2 a {
  display: block;
  padding: 8px 12px 7px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 60px 0 0;
  text-transform: uppercase;
  background: #f0bc13;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}

.footer-chat a {
  display: block;
  padding: 25px 20px;
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  background: #0e772a;
  text-transform: capitalize;
  border-radius: 20px;
}

.footer-chat a i {
  font-size: 135px;
}

.footer-chat a p {
  padding: 15px 0 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 35px;
}



.footer-copy {
  background: #f0bc13;
  float: left;
  width: 100%;
}

.copy-right p {
  color: #000000;
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
  padding: 15px 0 0;
}

.copy-right span {
  font-size: 15px;
  font-weight: 700;
  padding: 5px 0 12px;
  display: block;
  color: #20640b;
}

.aboutus-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
  overflow: hidden;
  position: relative;
}


.align-items-center {
  align-items: center !important;
}

.aboutus-1 {
  padding: 50px 0px 0;
  position: relative;
}

.position-relative {
  position: relative !important;
}

.about-heading h1 a {
  font-size: 45px;
  text-align: left;
  line-height: 50px;
  font-weight: 600;
  padding: 0px 0 0 0px;
  color: #20640b;
  text-transform: capitalize;
}

.about-heading p {
  color: #b10000;
  padding: 0;
  text-align: left;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  font-weight: 500;
}

.about-content {
  margin-top: 20px;
}

.about-content p {
  color: #3d3d3d;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  text-align: justify;
  padding: 0px 0 10px;
}

.about-content p strong {
  color: #000000;
  font-weight: 500;
}

.about-content .ph {
  color: #000;
  font-size: 45px;
  display: block;
  font-weight: 900;
  position: relative;
  margin: 40px 0 0;
  padding: 0px 0 0 120px;
}

.about-content .ph span {
  width: 95px;
  line-height: 103px;
  height: 95px;
  border-radius: 61px;
  display: block;
  z-index: 9999999999;
  background: #20640b;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.about-content .ph span:before {
  position: absolute;
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  top: -4.6px;
  left: -4.1px;
  right: 0;
  margin: 0 auto;
  border-radius: 72px;
  z-index: revert-layer;
  animation: pulse 1s infinite ease-in-out alternate;
  border: 1px solid #20640b;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.aboutus-image1 {
  padding: 70px 0 0 80px;
  position: relative;
}

.aboutus-image1:after {
  background: #f0bc13;
  content: "";
  height: 100%;
  width: 4%;
  top: 0;
  left: 40px;
  right: auto;
  position: absolute;
}

.text-center {
  text-align: center !important;
}

.about-content .ph span {
  color: #fff;
}






@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .head-section {
    text-align: center;
  }

  .best-services1 {
    width: 50%;
  }

  .testimonials-design1 {
    width: 50%;
  }
}

@media(min-width:640px) and (max-width:767px) {}

@media(min-width:480px) and (max-width:639px) {
  .about-title strong {
    font-size: 42px;
    line-height: 50px;
  }

  .best-services3 img {
    max-width: 100%;
  }

  .about-content .ph {
    color: #000;
    font-size: 37px;
  }
}

@media(min-width:320px) and (max-width:479px) {
  .about-title strong {
    font-size: 42px;
    line-height: 50px;
  }

  .about-content .ph {
    display: none;
  }

  .best-services3 img {
    max-width: 100%;
  }
}