.pt-50 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .pt-50 {
    padding-top: 25px;
  }
}

dl,
ol,
ul {
  margin-bottom: 0px !important;
}

.white_bg_with_padding {
  background: #fff;
  padding: 0 14px;
  border-radius: 7px;
  display: inline-block;
}

.main-menu .menu-list {
  margin-bottom: 0px !important;
}

.p30 {
  padding: 20px;
}

.btn-free-seo {
  background: #66b549;
  border: unset;
  padding: 6px 15px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 1px 2px 2px #ccc;
}

.google_certified {
  background-color: #f7f7f7;
  padding: 40px 0;
  text-align: center;
}
.google_certified h2 {
  color: #f05925;
}

.item_circle {
  border: 1px solid #b2e79c;
  width: 300px;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 25px;
  display: inline-block;
}
.item_circle img {
  width: 200px;
}

.icon_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.icon_wrapper ul li {
  width: 33.33%;
  list-style: none;
  padding: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .icon_wrapper ul li {
    width: 100%;
  }
}
.icon_wrapper ul li img {
  padding-bottom: 15px;
}
.icon_wrapper ul li h6 {
  padding-bottom: 10px;
  color: #66b549;
  font-size: 19px;
}
.icon_wrapper ul li p {
  color: #6a6a6a;
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 20px;
  }
}

p {
  font-size: 16px;
  font-weight: 300;
}

.p20 {
  padding: 20px;
}

@media (max-width: 767px) {
  .casestudies {
    padding: 20px;
  }
}
.casestudies .owl-theme .owl-dots,
.casestudies .owl-theme .owl-nav {
  text-align: left !important;
}
.casestudies .owl-theme .owl-nav [class*=owl-] {
  background-color: #66b549;
  padding: 2px 23px !important;
  color: #fff;
}
.casestudies .owl-theme .owl-nav [class*=owl-] span {
  font-size: 40px;
  font-weight: 200;
}
.casestudies ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.casestudies ul li {
  width: 100%;
  list-style: none;
}
.casestudies ul li .casestudies_wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .casestudies ul li .casestudies_wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .casestudies ul li .casestudies_wrapper {
    flex-direction: column;
  }
}
.casestudies ul li .casestudies_wrapper .item {
  width: 50%;
}
@media (max-width: 1000px) {
  .casestudies ul li .casestudies_wrapper .item {
    width: 100%;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .casestudies ul li .casestudies_wrapper .item {
    width: 100%;
  }
}
.casestudies ul li .casestudies_wrapper .item h2 {
  color: #66b549;
}
.casestudies ul li .casestudies_wrapper .item p {
  color: #6a6a6a;
}
.casestudies ul li .casestudies_wrapper .item .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .casestudies ul li .casestudies_wrapper .item .box_wrapper {
    flex-direction: column;
    margin: 20px 0;
  }
}
.casestudies ul li .casestudies_wrapper .item .box_wrapper .item {
  background-image: linear-gradient(to right, #e5e5e5, #f9f9f9);
  width: 29%;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 1px 1px 2px #ccc;
}
@media (max-width: 767px) {
  .casestudies ul li .casestudies_wrapper .item .box_wrapper .item {
    width: 100%;
  }
}
.casestudies ul li .casestudies_wrapper .item .box_wrapper .item h1 {
  color: #83c275;
  font-weight: 800;
  font-size: 35px;
}
@media (max-width: 1366px) {
  .casestudies ul li .casestudies_wrapper .item .box_wrapper .item h1 {
    font-size: 25px;
  }
}
.casestudies ul li .casestudies_wrapper .item .box_wrapper .item p {
  color: #9f9f9f;
}
@media (max-width: 1366px) {
  .casestudies ul li .casestudies_wrapper .item .box_wrapper .item p {
    font-size: 12px;
  }
}

.banner-main {
  width: 100%;
  height: 750px;
  background: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-main {
    height: 720px;
  }
}
.banner-main #particles-js {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.banner-main .wrapper_banner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .banner-main .wrapper_banner {
    flex-direction: column;
  }
}
.banner-main .wrapper_banner .item {
  width: 60%;
  padding: 30px;
}
@media (max-width: 767px) {
  .banner-main .wrapper_banner .item {
    width: 100%;
    padding: 20px;
  }
}
.banner-main .wrapper_banner .item h1 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 767px) {
  .banner-main .wrapper_banner .item h1 {
    font-size: 33px;
  }
}
.banner-main .wrapper_banner .item p {
  color: #fff;
  font-weight: 300;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .banner-main .wrapper_banner .item p {
    padding: 5px 0;
  }
}
.banner-main .wrapper_banner .item-two {
  width: 40%;
}
@media (max-width: 767px) {
  .banner-main .wrapper_banner .item-two {
    width: 100%;
  }
}
.banner-main .wrapper_banner .item-two .box {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
  width: 90%;
  display: inline-block;
}
@media (max-width: 767px) {
  .banner-main .wrapper_banner .item-two .box {
    padding: 20px;
  }
}
.banner-main .wrapper_banner .item-two .box h3 {
  text-align: center;
  padding-bottom: 15px;
  background-color: #df285b;
  color: #fff;
  padding: 10px;
  border-radius: 7px;
}
.banner-main .wrapper_banner .item-two .box .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.banner-main .wrapper_banner .item-two .box .form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.banner-main .wrapper_banner .item-two .box .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 42px;
  padding: 5px 10px;
  border-radius: 9px;
  border: 1px solid #ccc !important;
  background-color: unset;
  color: #000;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.banner-main .wrapper_banner .item-two .box .form_wrapper .input-text:focus {
  outline: none;
}
.banner-main .wrapper_banner .item-two .box .form_wrapper .calltoaction-btn {
  background-color: #6bbe4c;
  border: unset;
  width: 100%;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}

.form-p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .about__us__home {
    padding: 20px;
  }
}
.about__us__home h2 {
  color: #6a6a6a;
}
.about__us__home P {
  color: #6a6a6a;
}

.item_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item_wrapper .item {
  width: 43%;
  padding: 30px;
  color: #54595f;
  border-radius: 15px;
  margin: 10px;
  height: 312px;
}
@media (max-width: 1024px) {
  .item_wrapper .item {
    padding: 8px 10px;
  }
}
@media (max-width: 800px) {
  .item_wrapper .item {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .item_wrapper .item {
    width: 100%;
  }
}
.item_wrapper .item img {
  padding-bottom: 20px;
}

.bg_lght_green {
  background-color: #55a1314d;
}

.bg_lght_yellow {
  background-color: #f7f6c1;
}

.mt-20 {
  margin-top: 20px;
}

.spec_list {
  background: url(../img/bg_001.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .spec_list {
    padding: 20px;
  }
}
.spec_list h2 {
  color: #fff;
}
.spec_list p {
  color: #fff;
}
.spec_list h3 {
  color: #fff;
}
.spec_list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .spec_list ul {
    flex-direction: column;
  }
}
.spec_list ul li {
  list-style: none;
  width: 47%;
  text-align: center;
  padding: 50px;
  background: #fff;
  border: 1px dotted #ccc;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .spec_list ul li {
    width: 46%;
  }
}
.spec_list ul li h4 {
  color: #72c250;
  font-size: 19px;
}
.spec_list ul li p {
  color: #727b76;
}
.spec_list ul li .btn-calltoaction {
  background-color: #6bbe4c;
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .spec_list ul li {
    width: 100%;
  }
}
.spec_list ul .box-shadow {
  box-shadow: 4px 5px 7px 0px #70707087;
}

.what_contract_include {
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .what_contract_include {
    padding: 33px;
  }
}
.what_contract_include h2 {
  color: #6bbe4c;
}
.what_contract_include ul li {
  list-style: circle;
  padding: 6px 0;
  color: #6a6a6a;
}

.google_reviews {
  background-color: #6bbe4c;
}
@media (max-width: 767px) {
  .google_reviews {
    padding: 20px;
  }
}
.google_reviews h2 {
  color: #fff !important;
  text-align: center;
}
.google_reviews ul {
  padding: 0;
  margin: 0;
}
.google_reviews ul li {
  list-style: none;
  border-radius: 50px 0 50px 0;
  text-align: center;
}
.google_reviews ul li p {
  color: #fff;
  font-size: 20px;
}
.google_reviews ul li h6 {
  font-size: 15px;
  color: #ffff;
  font-weight: 200;
}
.google_reviews ul li i {
  color: #fff;
}

.all_in_one {
  background-color: #f9f9f9;
}
.all_in_one h2 {
  color: #66b549;
}

.client_logos ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.client_logos ul li {
  list-style: none;
  border: 1px solid #f7f7f7;
  filter: grayscale(100%);
  transition: 0.6s all;
  width: 16.33%;
}
@media (max-width: 767px) {
  .client_logos ul li {
    width: 45%;
  }
}
.client_logos ul li:hover {
  filter: grayscale(0%);
}

.footer {
  background: #000;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}
.footer span i {
  padding: 0 10px;
}
.footer .box {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
  width: 70%;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer .box {
    width: 100%;
    padding: 30px 20px;
  }
}
.footer .box h3 {
  text-align: center;
  padding-bottom: 15px;
  background-color: #df285b;
  color: #fff;
  padding: 10px;
  border-radius: 7px;
}
.footer .box .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.footer .box .form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.footer .box .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 42px;
  padding: 5px 10px;
  border-radius: 9px;
  border: 1px solid #ccc !important;
  background-color: unset;
  color: #000;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.footer .box .form_wrapper .input-text:focus {
  outline: none;
}
.footer .box .form_wrapper .calltoaction-btn {
  background-color: #6bbe4c;
  border: unset;
  width: 100%;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}
.footer .footer-info {
  color: #fff;
}
@media (max-width: 767px) {
  .footer .footer-info {
    padding: 30px 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-info h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */