@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  color: #8a8a8a;
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #66B032;
  background-color: #66B032;
  letter-spacing: 0.03em;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #66B032;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #66B032;
  color: #fff;
  border-color: #66B032;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #66B032;
  color: #66B032;
}
.btn.btn-primary-ghost,
.form-control.btn-primary-ghost {
  background-color: transparent;
  border-color: #66B032;
  color: #66B032;
}
.btn.btn-primary-ghost:hover,
.form-control.btn-primary-ghost:hover {
  background-color: #66B032;
  color: #fff;
  border-color: #66B032;
}
.btn.btn-whitey,
.form-control.btn-whitey {
  background-color: #fff;
  color: #66B032;
  border-color: #66B032;
}
.btn.btn-whitey:hover,
.form-control.btn-whitey:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-whitey-ghost,
.form-control.btn-whitey-ghost {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-whitey-ghost:hover,
.form-control.btn-whitey-ghost:hover {
  background-color: #fff;
  color: #66B032;
  border-color: #66B032;
}

@media screen and (max-width: 991px) {
  .btn-small,
.form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(102, 176, 50, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #4f8827;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

p {
  line-height: 1.7;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.slick-slide:focus {
  outline: none;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(102, 176, 50, 0.7);
  border-radius: 100%;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #6dbf42;
}

@media screen and (max-width: 480px) {
  .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    text-align: center;
  }
  .slick-dots li {
    display: inline-block;
    margin: 3px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
}
.slick-arrow i {
  font-size: 30px;
  height: 22px;
  width: 22px;
  color: #333;
  text-align: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.slick-arrow:hover i {
  color: #fff;
}
.slick-arrow.left {
  left: -50px;
  z-index: 9;
}
.slick-arrow.right {
  right: -50px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.padding {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .padding {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .padding {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .padding {
    padding: 10px 0;
  }
}
.section {
  padding: 80px 0;
}

.header-title {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 5px;
  position: relative;
}
.header-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #66B032;
}
.header-title h1 {
  font-weight: 300;
  font-size: 50px;
  color: #000;
  letter-spacing: 1px;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.breadcrumb-wrapper {
  background: url("../images/breadcrumb-bg.jpg") no-repeat center bottom;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding-top: 200px;
  position: relative;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.breadcrumb-wrapper .bread-title {
  padding: 40px 0;
  position: relative;
}
.breadcrumb-wrapper h4 {
  font-size: 48px;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
}
.breadcrumb-wrapper .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 0;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  background-color: #66B032;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item::before {
  content: "\f101";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item .breadcrumb-link {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 20px;
  transition: 0.3s ease-in;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:first-child {
  border-top-left-radius: 5px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child {
  border-top-right-radius: 5px;
}

header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
header .navbar {
  padding: 0;
  border-bottom: 1px solid #fff;
}
header .navbar .navbar-brand figure {
  max-width: 150px;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 800;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #333;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #333;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(102, 176, 50, 0.7);
  background-image: none;
}
header.fixed-header .navbar .navbar-brand {
  display: inline;
  max-width: 120px;
  margin: 5px 0;
}
header.fixed-header .navbar-collapse .navbar-nav {
  justify-content: flex-end;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item {
  color: #fff;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.5s ease-in-out;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #333;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #333;
}

@media screen and (max-width: 992px) {
  header .navbar {
    padding: 0 20px;
  }
  header .navbar .navbar-brand figure {
    max-width: 60px;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    padding: 0;
    margin: 8px 0;
    letter-spacing: 0.03em;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 0;
  }
}
@media screen and (max-width: 576px) {
  header .navbar .navbar-brand figure {
    max-width: 70px;
  }
  header .navbar .navbar-toggler {
    padding: 0.25rem;
  }
}
.banner {
  position: relative;
}
.banner .block {
  position: relative;
}
.banner .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.6);
}
.banner .block .image img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.banner .block .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .block .text h2 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
}
.banner .block .text .txt-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}
.banner .block .text .txt-button .btn-primary {
  margin-right: 10px;
}
.banner .company-details {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.banner .company-details .company-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.banner .company-details .company-info h5 {
  font-size: 24px;
  font-weight: 700;
  text-shadow: 2px 2px #333;
}
.banner .company-details .company-info .info {
  font-size: 1rem;
  padding-left: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.banner .company-details .company-info .info i {
  font-size: 0.875rem;
  color: #fff;
}
.banner .company-details .company-info .info i.fa-facebook-f {
  padding-right: 10px;
}
.banner .slick-arrow.left {
  left: 0;
  z-index: 9;
}
.banner .slick-arrow.right {
  right: 0;
}

@media screen and (max-width: 991px) {
  .banner .block .image img {
    width: 100%;
    height: auto;
  }
  .banner .block .text h2 {
    font-size: 26px;
  }
  .banner .company-details .company-info h5 {
    font-size: 20px;
  }
  .banner .company-details .company-info .info {
    font-size: 16px;
  }
  .banner .company-details .company-info .info i {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .banner .block .text {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 30px 0;
  }
  .banner .block .text h2 {
    font-size: 24px;
  }
  .banner .company-details {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .banner .block .text h2 {
    font-size: 22px;
  }
  .banner .slick-arrow i {
    font-size: 20px;
  }
}
.about {
  padding: 80px 0;
  background-color: #eaefe4;
}
.about .about-desc {
  padding: 0 40px;
}
.about .about-desc .title h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  color: #66B032;
  word-spacing: 0.05em;
}
.about .about-desc p {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  word-spacing: 0.05em;
}
.about .about-desc .inner_abt_btn .abt-cntct {
  padding: 10px 35px;
  color: #fff;
  box-shadow: 0 0 0 3em #66B032 inset;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
}
.about .about-desc .inner_abt_btn .abt-cntct:hover {
  box-shadow: 0 0 0 2px #66B032 inset;
  color: #333;
}
.about .img-block {
  border: 1px solid rgba(138, 138, 138, 0.5);
  text-align: center;
  margin-bottom: 20px;
  padding: 0 30px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  background-color: #fff;
}
.about .img-block img {
  transition: 0.5s ease-in-out;
}
.about .img-block h6 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.03em;
  word-spacing: 0.04em;
  padding-bottom: 40px;
  transition: 0.5s ease-in-out;
}
.about .img-block:hover {
  box-shadow: -1px 12px 14px -12px #333;
  cursor: pointer;
}
.about .img-block:hover img {
  transform: scale(1.05);
}
.about .img-block:hover h6 {
  color: #66B032;
}

@media screen and (max-width: 991px) {
  .about {
    padding: 80px 0;
  }
  .about .about-desc {
    padding: 0 10px;
  }
  .about .about-desc .title h2 {
    font-size: 28px;
  }
  .about .about-desc .inner_abt_btn .abt-cntct {
    padding: 10px 25px;
  }
  .about .img-block {
    padding: 0 10px;
  }
  .about .img-block h6 {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
  .about .about-desc {
    margin-bottom: 20px;
    text-align: center;
  }
  .about .about-desc .title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .about .img-block {
    max-width: 50%;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 480px) {
  .about .img-block {
    max-width: 75%;
  }
}
@media screen and (max-width: 400px) {
  .about .img-block {
    max-width: 100%;
  }
}
.gallery .gallery-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gallery .gallery-wrapper .gallery-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 40%;
  background-color: #fff;
  border: 4px solid #66B032;
}
.gallery .gallery-wrapper .gallery-text .logo {
  padding: 0 30px;
}
.gallery .gallery-wrapper .gallery-text .logo img {
  max-width: 200px;
}
.gallery .gallery-wrapper .top-image {
  border: 4px solid #66B032;
}
.gallery .gallery-wrapper .gallery-desc p {
  font-size: 2rem;
  font-weight: 800;
  color: #333;
  letter-spacing: 0.02em;
  word-spacing: 0.05em;
  line-height: 1.2;
  max-width: 600px;
  text-align: center;
  margin-top: 20px;
}
.gallery .gallery-image-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .gallery-image-wrapper .images {
  flex: 0 0 25%;
  border: 4px solid #66B032;
}

@media screen and (max-width: 991px) {
  .gallery .gallery-wrapper .gallery-text {
    flex: 0 0 50%;
  }
  .gallery .gallery-wrapper .gallery-text .logo {
    padding: 0 20px;
  }
  .gallery .gallery-wrapper .gallery-text .logo img {
    max-width: 100px;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gallery-wrapper .gallery-text .logo {
    padding: 0 20px;
  }
  .gallery .gallery-wrapper .gallery-text .logo img {
    max-width: 120px;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .gallery .gallery-wrapper .gallery-text {
    flex-direction: column;
  }
  .gallery .gallery-wrapper .gallery-text .logo img {
    max-width: 100px;
  }
  .gallery .gallery-wrapper .gallery-desc {
    padding: 0 10px;
    text-align: center;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 16px;
    margin-top: 10px;
  }
  .gallery .gallery-image-wrapper .images {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery-wrapper {
    flex-direction: column;
  }
  .gallery .gallery-wrapper .gallery-text {
    flex-direction: row;
    padding: 10px 30px;
  }
  .gallery .gallery-wrapper .gallery-text .logo {
    padding: 0 10px;
  }
  .gallery .gallery-wrapper .gallery-desc {
    padding: 0;
    text-align: center;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 16px;
  }
}
.service {
  background-color: #fff;
  padding: 80px 0;
}
.service .service-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.service .service-top .title {
  flex: 0 0 40%;
  padding-right: 50px;
}
.service .service-top .title h2 {
  font-size: 32px;
  font-weight: 700;
  word-spacing: 0.05em;
  color: #66B032;
  line-height: 1.2;
  padding-bottom: 20px;
}
.service .service-top .title h6 {
  font-size: 14px;
  color: #66B032;
  padding-bottom: 5px;
  border-bottom: 1px solid #66B032;
  display: inline-block;
}
.service .service-top .detail p {
  color: #333;
}
.service .service-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service .service-bottom .services-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 40px 10px 0 10px;
  padding: 10px;
  transition: 0.5s ease-in-out;
}
.service .service-bottom .services-block .service-desc h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #66B032;
  padding: 10px 0;
  transition: 0.5s ease-in-out;
}
.service .service-bottom .services-block .service-desc p {
  transition: 0.5s ease-in-out;
  color: #333;
}
.service .service-bottom .services-block:hover {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 2px 10px -4px #333;
}
.service .service-bottom .services-block:hover .service-desc h6 {
  color: #66B032;
}

.service-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #6dbf42;
}
.service-contact .images {
  flex: 0 0 35%;
  padding-right: 30px;
}
.service-contact .service-cntct-desc {
  flex: 0 0 65%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.service-contact .service-cntct-desc .desc {
  padding-right: 50px;
  flex: 0 0 65%;
}
.service-contact .service-cntct-desc .desc h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  padding-bottom: 10px;
  line-height: 1.1;
}
.service-contact .service-cntct-desc .desc p {
  font-size: 0.9375rem;
  color: #fff;
  opacity: 0.9;
}

@media screen and (max-width: 991px) {
  .service .service-top .title {
    flex: 0 0 50%;
    padding-right: 50px;
  }
  .service .service-top .title h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .service .service-bottom .services-block {
    flex: 0 0 calc(50% - 20px);
  }

  .service-contact .service-cntct-desc .desc h2 {
    padding-bottom: 10px;
  }

  .full-width {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .service .service-top {
    flex-direction: column;
    text-align: center;
  }
  .service .service-top .title {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .service-contact .service-cntct-desc .desc {
    padding-right: 20px;
  }
  .service-contact .service-cntct-desc .desc h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .service-contact {
    flex-direction: column;
    padding: 20px;
  }
  .service-contact .images {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .service-contact .service-cntct-desc {
    width: 100%;
    justify-content: center;
  }
  .service-contact .service-cntct-desc .desc h2 {
    padding-bottom: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .service .service-top .title h2 {
    font-size: 24x;
  }
  .service .service-bottom {
    flex-direction: column;
  }
  .service .service-bottom .services-block {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.testimonial {
  padding: 80px 0;
  background-color: #66B032;
}
.testimonial .testi-title {
  text-align: center;
  margin-bottom: 40px;
}
.testimonial .testi-title h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
.testimonial .testi-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial .testi-wrapper .testi-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0 10px;
  text-align: center;
  object-fit: cover;
  object-position: center;
  padding: 40px 20px;
  background-color: #eaefe4;
  border: 1px solid #eaefe4;
}
.testimonial .testi-wrapper .testi-block img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  max-width: 100px;
  margin: auto;
  object-position: center;
  object-fit: contain;
}
.testimonial .testi-wrapper .testi-block .cmnt h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
}
.testimonial .testi-wrapper .testi-block .cmnt .star-icon i {
  padding: 0 2px;
  color: #66B032;
}
.testimonial .testi-wrapper .testi-block .cmnt p {
  padding: 20px 0;
  color: #333;
}
.testimonial .testi-wrapper .testi-block .cmnt .client-detail h6 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.testimonial .testi-wrapper .testi-block .cmnt .client-detail p {
  padding: 10px 0;
}

.quote {
  padding: 80px 0;
  background-image: url("../images/quote-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.quote .form {
  position: relative;
  padding: 60px;
  background-color: rgba(109, 191, 66, 0.8);
}
.quote .form .title {
  padding-bottom: 40px;
}
.quote .form .title h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.03em;
  word-spacing: 0.08em;
  font-weight: 800;
}
.quote .form .title p {
  font-size: 16px;
  color: #fff;
}
.quote .form .select-bar {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.quote .form .select-bar .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.quote .form .select-bar .select-option {
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 16px;
  color: #343434;
}
.quote .form .select-bar .select-option:focus {
  outline: none;
}
.quote .form .form-group {
  margin-bottom: 20px;
}
.quote .form .form-group .form-control {
  padding: 10px;
  border-radius: 4px;
  color: #343434;
  resize: none;
}
.quote .form .form-group .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

footer {
  background-color: #fff;
  padding: 70px 0 35px 0;
}
footer .footer-block .logo {
  margin-top: -20px;
}
footer .footer-block .logo img {
  max-width: 150px;
}
footer .footer-block .footer-about-desc {
  padding-top: 20px;
}
footer .footer-block .quote-block {
  padding: 5px 0;
}
footer .footer-block .quote-block h6 {
  font-size: 20px;
  color: #66B032;
  font-weight: 600;
}
footer .footer-block .quote-block p {
  font-size: 16px;
  color: #8a8a8a;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h6 {
  font-size: 16px;
  font-weight: 600;
  color: #66B032;
  padding: 0;
  position: relative;
  padding-bottom: 5px;
}
footer .footer-block .footer-title h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 15px;
  background-color: #66B032;
}
footer .footer-block ul li .quick-link {
  color: #8a8a8a;
  margin-bottom: 10px;
  line-height: 1.1;
  transition: 0.5s ease-in-out;
}
footer .footer-block ul li .quick-link:hover {
  color: #66B032;
}
footer .footer-block ul li .footer-cntct {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.5s ease-in-out;
  margin-bottom: 5px;
}
footer .footer-block ul li .footer-cntct i {
  font-size: 12px;
  color: #66B032;
  padding-right: 8px;
}
footer .footer-block ul li .footer-cntct .wrap-it {
  overflow-wrap: anywhere;
  line-height: 1.1;
}
footer .footer-block ul li .footer-cntct:hover p {
  color: #66B032;
}
footer .footer-block ul li .footer-cntct .abn {
  line-height: 1.7;
  margin-right: 10px;
  font-size: 0.8125rem;
  padding: 2px;
  border: 1px solid #66B032;
  text-transform: lowercase;
  transition: 0.3s ease-in-out;
}
footer .footer-block ul li .footer-cntct .abn:hover {
  background-color: #66B032;
  color: #fff;
}

.footer-bottom {
  padding: 10px 0;
}
.footer-bottom .bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-bottom .bottom-wrapper .block {
  display: flex;
  flex-direction: row;
}
.footer-bottom .bottom-wrapper .block a {
  padding: 0 4px;
  color: #66B032;
}
.footer-bottom .bottom-wrapper .develop {
  display: flex;
  flex-direction: row;
}
.footer-bottom .bottom-wrapper .develop a {
  padding: 0 4px;
  color: #66B032;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 50px 0 30px 0;
  }
  footer .col-md-12:last-child .footer-block {
    margin-bottom: 0;
  }
  footer .footer-block {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-block .logo {
    margin-top: 0;
  }
  footer .footer-block .logo img {
    max-width: 120px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer-block .footer-title h6 {
    display: inline-block;
  }
  footer .footer-block ul {
    text-align: center;
  }
  footer .footer-block ul li .footer-cntct {
    justify-content: center;
  }
  footer .footer-block ul li:last-child .footer-cntct {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .bottom-wrapper {
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .block {
    justify-content: center;
  }
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
  }
}
@media screen and (max-width: 420px) {
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .develop a {
    text-align: center;
  }
}
.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #1c1c1c;
}
.thanks .message {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #66B032;
  border: 1px solid #66B032;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #fff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #66B032;
}
.thanks .redirect:hover h5 {
  color: #66B032;
}

.about_us .about-top-section {
  display: flex;
  justify-content: space-between;
}
.about_us .about-top-section .about-content {
  flex: 0 0 50%;
  padding-bottom: 40px;
}
.about_us .about-top-section .about-content .header-title {
  text-align: left;
  margin-bottom: 0;
}
.about_us .about-top-section .about-content .header-title::before {
  display: none;
}
.about_us .about-top-section .about-content .para {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #8a8a8a;
  padding-top: 20px;
}
.about_us .about-top-section .image {
  flex: 0 0 45%;
  text-align: center;
  position: relative;
}
.about_us .about-top-section .image::before, .about_us .about-top-section .image::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.about_us .about-top-section .image::before {
  top: -20px;
  right: -20px;
  background-color: #66B032;
}
.about_us .about-top-section .image::after {
  bottom: -20px;
  left: -20px;
  background-color: #1c1c1c;
}
.about_us .about-top-section .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 991px) {
  .about_us .about-top-section {
    flex-direction: column;
  }
  .about_us .about-top-section .about-content {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about_us .about-top-section .about-content {
    padding-bottom: 0;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  .about_us .about-top-section .about-content .header-title {
    text-align: center;
  }
  .about_us .about-top-section .about-content .header-title h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .about_us .about-top-section .image::before, .about_us .about-top-section .image::after {
    width: 100%;
    height: 100px;
  }
  .about_us .about-top-section .image::before {
    top: -10px;
    right: 0;
  }
  .about_us .about-top-section .image::after {
    bottom: -10px;
    left: 0;
  }
}
.service-section {
  padding: 80px 0;
}
.service-section .service-wrapper .block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(138, 138, 138, 0.2);
  padding: 15px 10px;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
.service-section .service-wrapper .block .figure {
  flex: 0 0 calc(45% - 20px);
}
.service-section .service-wrapper .block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-section .service-wrapper .block .text {
  flex: 0 0 55%;
  padding: 15px 0;
}
.service-section .service-wrapper .block .text h6 {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #66B032;
}
.service-section .service-wrapper .block .text p {
  font-size: 0.9375rem;
  color: #8a8a8a;
  margin-bottom: 10px;
}
.service-section .service-wrapper .block .text p.para {
  min-height: 90px;
}
.service-section .service-wrapper .block:hover {
  transform: scale(1.02);
  box-shadow: 0 0px 12px -4px #333;
  cursor: pointer;
}
.service-section .service-wrapper .block.reverse-block {
  flex-direction: row-reverse;
}

.titles {
  text-align: center;
  padding-bottom: 40px;
}
.titles h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.titles h2 {
  font-size: 36px;
  color: #ff9933;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .service-section {
    padding: 50px 0;
  }
  .service-section .titles {
    padding-bottom: 40px;
    text-align: center;
  }
  .service-section .service-wrapper .block {
    padding-bottom: 20px;
    flex-direction: column;
  }
  .service-section .service-wrapper .block.reverse-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .service-section {
    padding: 30px 0;
  }
  .service-section .titles {
    padding-bottom: 30px;
  }
  .service-section .titles h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  .service-section .titles h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .service-section .service-wrapper .block {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .service-section .titles {
    padding-bottom: 15px;
  }
  .service-section .service-wrapper .block {
    height: auto;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .service-section .service-wrapper .block .text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .service-section .titles {
    padding-bottom: 10px;
  }
  .service-section .titles h5 {
    line-height: 1.5;
  }
  .service-section .titles h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .service-section .titles h5 {
    font-size: 15px;
  }
  .service-section .titles h2 {
    font-size: 20px;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .service-section .service-wrapper .block .text p {
    padding: 0;
    font-size: 12px;
  }
}
.page-contact {
  margin: 80px 0;
}
.page-contact .container {
  width: 85%;
  margin: auto;
}
.page-contact .contact-title {
  text-align: center;
  margin-bottom: 60px;
}
.page-contact .contact-title h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.page-contact .contact-title h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  padding-top: 10px;
}
.page-contact .contact-wrapper {
  display: flex;
  justify-content: space-between;
}
.page-contact .contact-wrapper .contact-info {
  flex: 0 0 40%;
  padding: 40px 40px;
  background-color: rgba(102, 176, 50, 0.3);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.page-contact .contact-wrapper .contact-info::before {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
}
.page-contact .contact-wrapper .contact-info::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #525252;
}
.page-contact .contact-wrapper .contact-info .desc h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
}
.page-contact .contact-wrapper .contact-info .desc p {
  font-size: 0.875rem;
  color: #333;
  padding-top: 10px;
}
.page-contact .contact-wrapper .contact-info .info {
  margin: 40px 0;
}
.page-contact .contact-wrapper .contact-info .info .co-detail {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-contact .contact-wrapper .contact-info .info .co-detail .icon i {
  font-size: 0.875rem;
  color: #333;
  padding-right: 10px;
}
.page-contact .contact-wrapper .contact-info .info .co-detail .text .info-link {
  font-size: 1rem;
  color: #333;
  overflow-wrap: anywhere;
}
.page-contact .contact-wrapper .contact-info .info .co-detail:last-child {
  margin-bottom: 0;
}
.page-contact .contact-wrapper .contact-info .contact-social-link {
  display: flex;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link {
  margin-right: 30px;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #66B032;
  z-index: -1;
  border-radius: 4px;
  transition: 0.3s ease-out;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img i {
  font-size: 0.875rem;
  color: #fff;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link:hover::before {
  background-color: #3b5998;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link.insta:hover::before {
  background-color: #125688;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link.twit:hover::before {
  background-color: #55acee;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link.linke:hover::before {
  background-color: #0077b5;
}
.page-contact .contact-wrapper .contact-form {
  flex: 0 0 calc(60% - 20px);
}
.page-contact .contact-wrapper .contact-form .title h5 {
  font-size: 0.875rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-contact .contact-wrapper .contact-form .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-contact .contact-wrapper .contact-form .form .form-block {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.page-contact .contact-wrapper .contact-form .form .form-block label {
  font-size: 0.875rem;
  color: #333;
}
.page-contact .contact-wrapper .contact-form .form .form-block .form-fill {
  padding: 8px 10px;
  border: none;
  border-bottom: 2px solid #333;
  border-radius: 4px;
  background-color: transparent;
  resize: none;
  color: #333;
}
.page-contact .contact-wrapper .contact-form .form .form-block .form-fill:focus {
  outline: none;
  box-shadow: none;
}
.page-contact .contact-wrapper .contact-form .form .form-block:nth-child(5) {
  flex: 0 0 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .page-contact .contact-wrapper .contact-info::before {
    width: 70px;
    height: 70px;
  }
  .page-contact .contact-wrapper .contact-info::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .page-contact {
    margin: 60px 0;
  }
  .page-contact .contact-wrapper .contact-info::before {
    width: 70px;
    height: 70px;
  }
  .page-contact .contact-wrapper .contact-info::after {
    width: 30px;
    height: 30px;
  }
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img {
    line-height: 35px;
  }
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img img {
    width: 15px;
  }
}
@media screen and (max-width: 800px) {
  .page-contact {
    margin: 40px 0;
  }
  .page-contact .contact-wrapper {
    flex-direction: column-reverse;
  }
  .page-contact .contact-wrapper .contact-form {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact {
    margin: 30px 0;
  }
  .page-contact .contact-wrapper .contact-form {
    margin-bottom: 30px;
  }
  .page-contact .contact-wrapper .contact-form .form {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
