@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gabriela&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", 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: "Roboto", sans-serif;
  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;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid #628c32;
  background-color: #628c32;
  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: #628c32;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #628c32;
  color: #628c32;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #628c32;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #628c32;
  color: #fff;
  border-color: #628c32;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #628c32;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #ff8c00;
  color: #fff;
  border-color: #ff8c00;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #ff8c00;
  color: #000;
}

@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;
  }
}
.buttons {
  display: inline-block;
}
.buttons .self-btn {
  padding: 8px 20px;
  font-size: 14px;
  color: #1c1c1c;
  background: transparent;
  border: 1px dotted #24a77e;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
}
.buttons .self-btn .small {
  padding: 6px 15px;
}
.buttons .self-btn .large {
  padding: 12px 30px;
}
.buttons .self-btn.fillup {
  background: #628c32;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.buttons .self-btn.fillup:hover {
  background: #24a77e;
  color: #fff;
}
.buttons .self-btn:hover {
  background: #24a77e;
  color: #fff;
}

/* -- 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(98, 140, 50, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #486625;
  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: "Lato", 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;
}
a:hover img {
  transform: scale(1.02);
}

.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(98, 140, 50, 0.7);
  border-radius: 100%;
}

.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 4px;
  width: 12px;
  border-radius: 0;
  background-color: #ff8c00;
  opacity: 0.7;
  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 {
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #8a8a8a;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

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

.title {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
  text-align: left;
}
.title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
  background-color: #24a77e;
}
.title .title-icon {
  position: absolute;
  bottom: 0;
  left: 25px;
}
.title .title-icon img {
  width: 25px;
}
.title h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #24a77e;
}
.title h6.color {
  color: #fff;
}
.title h4 {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 700;
  color: #ff8c00;
}
.title h4 span {
  display: block;
  color: #333;
}

@media screen and (max-width: 577px) {
  .title .title-icon img {
    width: 25px;
  }
  .title h6 {
    padding-bottom: 8px;
    line-height: 1.2;
  }
  .title h4 {
    font-size: 24px;
  }
}
.section {
  padding: 80px 0;
}

@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.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0 0 0;
  position: relative;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.breadcrumb-wrapper h4 {
  font-size: 32px;
  color: #628c32;
  font-weight: 900;
  text-transform: capitalize;
  margin: 40px 0 20px 0;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  display: inline-block;
  background-color: #628c32;
  border-radius: 0;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: -48px;
  border-bottom: 49px solid #628c32;
  border-right: 48px solid transparent;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: inline;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease-in;
  display: inline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "fontAwesome";
  color: #fff;
}

@media screen and (max-width: 991px) {
  .breadcrumb-wrapper .breadcrumb::before {
    border-bottom: 47px solid #628c32;
  }
  .breadcrumb-wrapper .breadcrumb::after {
    border-bottom: 47px solid #628c32;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb::before {
    border-bottom: 48px solid #628c32;
  }
  .breadcrumb-wrapper .breadcrumb::after {
    border-bottom: 48px solid #628c32;
  }
}
header {
  z-index: 99999;
}
header .navbar {
  padding: 0;
  align-items: inherit;
}
header .navbar .navbar-brand {
  margin-right: 0;
}
header .navbar .navbar-brand figure {
  max-width: 120px;
  margin-left: 0;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  flex-direction: column;
  justify-content: flex-end;
}
header .navbar-collapse .navbar-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #628c32;
  width: 100%;
}
header .navbar-collapse .navbar-top .social_icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
header .navbar-collapse .navbar-top .social_icons .icon {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
header .navbar-collapse .navbar-top .social_icons .icon i {
  font-size: 16px;
  color: #fff;
  padding: 12px;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-top .social_icons .icon:hover i {
  color: #ff8c00;
}
header .navbar-collapse .navbar-top .office_info {
  display: flex;
  flex-direction: row;
}
header .navbar-collapse .navbar-top .office_info .ofyc {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  padding: 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
header .navbar-collapse .navbar-top .office_info .ofyc:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
header .navbar-collapse .navbar-top .office_info .ofyc .icon i {
  font-size: 11px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-top .office_info .ofyc p {
  font-size: 11px;
  color: #fff;
  padding-left: 8px;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-top .office_info .ofyc:hover .icon i {
  color: #ff8c00;
}
header .navbar-collapse .navbar-top .office_info .ofyc:hover p {
  color: #ff8c00;
}
header .navbar-collapse .navbar-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
header .navbar-collapse .navbar-bottom .navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #628c32;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 600;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item .nav-link.button {
  padding: 8px 15px;
  font-size: 12px;
  color: #fff;
  background-color: #628c32;
  border: 1px solid #628c32;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item:hover .nav-link {
  color: #ff8c00;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item:hover .nav-link.button {
  border: 1px solid #24a77e;
  background-color: #24a77e;
  color: #fff;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.active .nav-link {
  color: #ff8c00;
}
header .navbar-collapse .navbar-bottom .navbar-toggler {
  display: block;
  background-color: #ff8c00;
  border: 1px solid #ff8c00;
  border-radius: 0;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 3px 1px -3px #333;
  padding: 5px 0;
}
header.fixed-header .navbar {
  padding: 0;
  align-items: center;
}
header.fixed-header .navbar-collapse {
  background-color: #fff;
}
header.fixed-header .navbar-collapse .navbar-top {
  display: none;
}
header.fixed-header .navbar-collapse .navbar-bottom .navbar-nav .nav-item .nav-link {
  margin: 10px;
  padding: 0 15px;
}
header.fixed-header .navbar-collapse .navbar-bottom .navbar-nav .nav-item .nav-link.button {
  padding: 8px 15px;
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  header .navbar {
    align-items: center;
  }
  header .navbar .navbar-brand figure {
    max-width: 120px;
  }
  header .navbar .navbar-top {
    display: none;
  }
  header.fixed-header .navbar {
    align-items: center;
  }
  header.fixed-header .navbar .navbar-brand figure {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  header .navbar .navbar-brand figure {
    max-width: 100px;
  }
  header.fixed-header .navbar .navbar-brand figure {
    max-width: 100px;
  }
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block .text {
  position: absolute;
  bottom: 0;
  left: 5%;
  max-width: 400px;
  background-color: #ff8c00;
  padding: 40px;
}
.banner .slider .block .text h6 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  word-spacing: 0.09em;
  line-height: 1.5;
}
.banner .slider .block .text h2 {
  display: none;
}
.banner .slider .block .text p {
  font-size: 16px;
  color: #fff;
  padding: 30px 0;
}
.banner .slider .block .text .button a {
  padding: 10px;
  color: #fff;
  background-color: #628c32;
  border: 1px solid #628c32;
  display: inline-block;
  border-radius: 4px;
}
.banner .slider .block .text .button a:hover {
  background-color: #24a77e;
  border-color: #24a77e;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .banner .slider .block .text {
    padding: 30px;
  }
  .banner .slider .block .text p {
    padding: 20px 0;
  }
}
@media screen and (max-width: 992px) {
  .banner .slider .block {
    position: relative;
  }
  .banner .slider .block .text {
    left: 0;
    padding: 20px;
  }
  .banner .slider .block .text h6 {
    font-size: 22px;
  }
  .banner .slider .block .text p {
    font-size: 14px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .banner .slider .block {
    background-color: #ff8c00;
  }
  .banner .slider .block .text {
    position: relative;
    left: 0;
    height: 170px;
    padding: 20px;
    max-width: 100%;
  }
  .banner .slider .block .text h6 {
    font-size: 20px;
    padding-bottom: 0;
  }
  .banner .slider .block .text p {
    font-size: 14px;
    padding: 10px 0;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
    padding: 8px 18px;
  }
}
@media screen and (max-width: 577px) {
  .banner .slider .block .text {
    padding: 10px;
    height: 150px;
    text-align: center;
  }
  .banner .slider .block .text h6 {
    font-size: 18px;
  }
  .banner .slider .block .text p {
    font-size: 13px;
  }
  .banner .slider .block .text .button a {
    font-size: 12px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 480px) {
  .banner .slider .block .text {
    padding: 10px;
    height: 165px;
  }
  .banner .slider .block .text h6 {
    font-size: 16px;
    line-height: 1.3;
  }
  .banner .slider .block .text .button a {
    font-size: 12px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 320px) {
  .banner .slider .block .text {
    height: 200px;
  }
}
.about {
  padding: 80px 0;
}
.about .about-wrapper {
  display: flex;
  flex-direction: row;
}
.about .about-wrapper .image-block {
  flex: 0 0 calc(50% - 20px);
  margin-right: 20px;
  position: relative;
}
.about .about-wrapper .image-block .right-img {
  text-align: right;
}
.about .about-wrapper .image-block .right-img img {
  width: 350px;
}
.about .about-wrapper .image-block .anim-img {
  position: absolute;
  top: 47px;
  left: -30%;
}
.about .about-wrapper .image-block .anim-img img {
  width: 550px;
}
.about .about-wrapper .desc-block {
  flex: 0 0 calc(50% - 20px);
  margin-left: 20px;
}
.about .about-wrapper .desc-block .text .bigger-text {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}
.about .about-wrapper .desc-block .text .small-text {
  font-size: 16px;
  padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
  .about .about-wrapper {
    flex-direction: column;
  }
  .about .about-wrapper .image-block {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about .about-wrapper .desc-block {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
}
@media screen and (max-width: 577px) {
  .about .about-wrapper {
    text-align: center;
  }
  .about .about-wrapper .image-block .right-img {
    text-align: center;
  }
  .about .about-wrapper .image-block .anim-img {
    display: none;
  }
  .about .about-wrapper .desc-block .text .bigger-text {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .about .about-wrapper .desc-block .text .small-text {
    font-size: 13px;
    padding-bottom: 10px;
  }
}
.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: #628c32;
  line-height: 1.2;
  padding-bottom: 20px;
}
.service .service-top .title h6 {
  font-size: 14px;
  color: #628c32;
  padding-bottom: 5px;
  border-bottom: 1px solid #628c32;
  display: inline-block;
}
.service .service-top .detail p {
  color: #8a8a8a;
}
.service .service-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service .service-bottom .services-block {
  flex: 0 0 calc(100% / 3 - 20px);
  margin: 20px 10px 0 10px;
  padding: 10px;
  transition: 0.5s ease-in-out;
}
.service .service-bottom .services-block .service-desc h6 {
  font-size: 16px;
  color: #628c32;
  font-weight: 700;
  padding: 10px 0;
  transition: 0.5s ease-in-out;
}
.service .service-bottom .services-block .service-desc p {
  transition: 0.5s ease-in-out;
  color: #8a8a8a;
}
.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: #628c32;
}

.service-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  background-color: #ff8c00;
}
.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: 24px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 20px;
}
.service-contact .service-cntct-desc .desc p {
  font-size: 13px;
  color: #fff;
}
.service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct {
  padding: 15px 45px;
  color: #333;
  border-radius: 4px;
}
.service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct:hover {
  color: #fff;
}

@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(100% / 2 - 20px);
  }

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

  .full-width {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .service .service-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .service .service-top .title {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px !important;
  }

  .service-contact .service-cntct-desc .desc {
    padding-right: 20px;
  }
  .service-contact .service-cntct-desc .desc h2 {
    font-size: 20px;
  }
  .service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 576px) {
  .service-bottom .services-block .service-desc {
    text-align: center;
  }
  .service-bottom .services-block .service-desc p {
    font-size: 13px;
  }

  .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;
  }
  .service-contact .service-cntct-desc .desc p {
    font-size: 14px;
  }
  .service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 480px) {
  .service .service-top .title h2 {
    font-size: 24x;
  }

  .service-bottom .services-block {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.section-quote {
  padding: 40px 0;
  background-color: #628c32;
}

.quote-wrapper .content {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.quote-wrapper .content h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
}
.quote-wrapper .content .desc {
  font-size: 16px;
  color: #fff;
}
.quote-wrapper .form-container {
  margin-top: 60px;
  max-width: 800px;
  margin: 60px auto 0 auto;
}
.quote-wrapper .form-container .form-title h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
.quote-wrapper .form-container .form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.quote-wrapper .form-container .form .form-group {
  flex: 0 0 calc(50% - 20px);
  margin: 0 20px 15px 0;
}
.quote-wrapper .form-container .form .form-group label {
  font-size: 14px;
  color: #fff;
  max-width: 100%;
}
.quote-wrapper .form-container .form .form-group .form-control {
  max-width: 100%;
  color: #000;
  border: none;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
}
.quote-wrapper .form-container .form .form-group .form-control.text-full {
  display: block;
  resize: none;
  min-height: 120px;
}
.quote-wrapper .form-container .form .form-group .submit {
  background-color: #24a77e;
  color: #fff;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #24a77e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
}
.quote-wrapper .form-container .form .form-group .submit:hover {
  background-color: transparent;
  color: #fff;
}
.quote-wrapper .form-container .form .full-width {
  flex: 0 0 calc(100% - 20px);
  margin-right: 20px;
}
.quote-wrapper .form-container .form .full-width .radio-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.quote-wrapper .form-container .form .full-width .radio-group .radio-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
}
.quote-wrapper .form-container .form .full-width .radio-group .radio-btn label {
  margin-bottom: 0;
  padding-left: 8px;
}

.range-labels {
  margin: 18px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.range-labels li {
  width: 5px;
  float: none;
}
.range-labels li:first-child::before {
  left: 0;
}

@media screen and (max-width: 767px) {
  .section-quote {
    padding-bottom: 30px;
    margin-top: 0;
  }

  .quote-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .quote-wrapper .content {
    max-width: 500px;
    text-align: center;
    padding: 30px 10px;
  }
  .quote-wrapper .content h3 {
    font-size: 18px;
  }
  .quote-wrapper .content .desc {
    font-size: 14px;
  }
  .quote-wrapper .form-container {
    background-color: #628c32;
    padding: 30px;
    max-width: 100%;
    margin-top: 10px;
  }
  .quote-wrapper .form-container .form-title h3 {
    font-size: 20px;
    text-align: center;
  }
  .quote-wrapper .form-container .form .form-group {
    max-width: 100%;
  }
  .quote-wrapper .form-container .form .form-group label {
    font-size: 13px;
  }
  .quote-wrapper .form-container .form .form-group .form-control {
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .submit {
    margin-left: 0;
    background-color: #24a77e;
    border: 2px solid #24a77e;
  }
  .quote-wrapper .form-container .form .form-group .submit:hover {
    border: 2px solid #24a77e;
  }

  .review-wrapper h4 {
    font-size: 20px;
  }
  .review-wrapper .review {
    justify-content: center;
  }
  .review-wrapper .review li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .quote-wrapper .content h3 {
    font-size: 16px;
  }
  .quote-wrapper .content .desc {
    font-size: 13px;
  }
  .quote-wrapper .form-container .form .form-group label.full {
    margin-left: 0;
  }
  .quote-wrapper .form-container .form .form-group .form-control {
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .form-control.text-full {
    margin-left: 0;
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .submit {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .quote-wrapper .form-container .form .form-group {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .quote-wrapper .form-container .form .form-group label.full {
    margin-left: 0;
  }
  .quote-wrapper .form-container .form .form-group .form-control {
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .form-control.text-full {
    margin-left: 0;
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .submit {
    font-size: 12px;
  }
}
.testimonial {
  padding: 80px 0;
  font-family: "Roboto", sans-serif;
}
.testimonial .testimonial-top {
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.testimonial .testimonial-top .text h2 {
  font-size: 32px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
.testimonial .testimonial-top .text h2 a {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #000;
  display: inline;
  padding-left: 10px;
}
.testimonial .testimonial-top .text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  word-spacing: 3px;
}
.testimonial .testimonial-top .text h3 span {
  color: #628c32;
  font-weight: 900;
}
.testimonial .testimonial-top .button .btn {
  font-size: 14px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.4s ease-in;
}
.testimonial .testimonial-top .button .btn a {
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.4s ease-in;
  color: #fff;
}
.testimonial .testimonial-top .button .btn.btn-secondary {
  background-color: #fff;
  border: 1px solid #000;
  padding: 12px 30px;
  color: #000;
  margin-left: 10px;
}
.testimonial .testimonial-top .button .btn.btn-secondary a {
  color: #000;
}
.testimonial .testimonial-top .button .btn.btn-secondary:hover {
  color: #fff;
  background-color: #24a77e;
  border-color: #24a77e;
}
.testimonial .testimonial-top .button .btn.btn-secondary:hover a {
  color: #fff !important;
}
.testimonial .testimonial-top .button .btn:hover {
  color: #628c32;
  background-color: transparent;
  border-color: #628c32;
}
.testimonial .testimonial-top .button .btn:hover a {
  color: #628c32 !important;
}
.testimonial .testimonial-wrapper .block .title h2 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #000;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.testimonial .testimonial-wrapper .block .slider .box {
  max-width: 335px;
  max-height: 375px;
  position: relative;
  margin: 60px auto 40px auto;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.testimonial .testimonial-wrapper .block .slider .box .image {
  max-width: 90px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
.testimonial .testimonial-wrapper .block .slider .box .image img {
  border: 2px solid #a1a1a1;
  border-radius: 100%;
  box-shadow: 0px 0px 10px 3px #ccc;
}
.testimonial .testimonial-wrapper .block .slider .box .detail {
  width: 200px;
  margin: auto;
  padding: 60px 0;
  position: relative;
}
.testimonial .testimonial-wrapper .block .slider .box .detail::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  font-family: "fontAwesome";
  color: #628c32;
}
.testimonial .testimonial-wrapper .block .slider .box .detail::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 0;
  font-family: "fontAwesome";
  color: #628c32;
}
.testimonial .testimonial-wrapper .block .slider .box .detail h6 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
.testimonial .testimonial-wrapper .block .slider .box .detail p {
  font-size: 14px;
  color: #8a8a8a;
  padding: 20px 0;
}
.testimonial .owl-dots {
  margin-top: 0;
}
.testimonial .owl-dots .owl-dot {
  margin: 3px;
  height: 10px;
  width: 10px;
  border-radius: 0;
  border: 1px solid #ff8c00 !important;
  cursor: pointer;
}
.testimonial .owl-dots .owl-dot.active {
  background: #ff8c00;
}

@media screen and (max-width: 992px) {
  .testimonial {
    padding: 60px 0;
  }
  .testimonial .testimonial-top {
    justify-content: center;
    flex-direction: column;
  }
  .testimonial .testimonial-top .text {
    text-align: center;
    padding-bottom: 15px;
  }
  .testimonial .testimonial-top .text h2 {
    font-size: 24px;
  }
  .testimonial .testimonial-top .text h2 a {
    font-size: 24px;
  }
  .testimonial .testimonial-top .text h3 {
    font-size: 20px;
    word-spacing: 0;
    padding-top: 5px;
  }
  .testimonial .testimonial-top .button .btn {
    font-size: 13px;
    padding: 10px 20px;
  }
  .testimonial .testimonial-top .button .btn.btn-secondary {
    padding: 10px 18px;
  }
  .testimonial .testimonial-wrapper .block {
    text-align: center;
  }
  .testimonial .testimonial-wrapper .block .title {
    padding-bottom: 0;
  }
  .testimonial .testimonial-wrapper .block .title h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .testimonial .testimonial-wrapper .block .slider .box {
    max-width: 250px;
    max-height: 250px;
    margin: 45px auto 5px auto;
  }
  .testimonial .testimonial-wrapper .block .slider .box .image {
    max-width: 70px;
    top: -35px;
  }
  .testimonial .testimonial-wrapper .block .slider .box .detail {
    padding: 60px 0 40px 0;
  }
  .testimonial .testimonial-wrapper .block .slider .box .detail h6 {
    font-size: 16px;
  }
  .testimonial .testimonial-wrapper .block .slider .box .detail p {
    font-size: 13px;
  }
  .testimonial .owl-dots {
    margin-top: -5px;
  }
  .testimonial .owl-dots .owl-dot {
    height: 7px;
    width: 7px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial {
    padding: 40px 0;
  }
  .testimonial .testimonial-top {
    justify-content: space-around;
  }
  .testimonial .testimonial-top .text {
    padding-bottom: 10px;
  }
  .testimonial .testimonial-top .button .btn {
    font-size: 13px;
    padding: 8px 18px;
  }
  .testimonial .testimonial-top .button .btn.btn-secondary {
    padding: 8px 16px;
  }
  .testimonial .testimonial-wrapper figure {
    display: none;
  }
  .testimonial .testimonial-wrapper .block {
    text-align: center;
  }
  .testimonial .testimonial-wrapper .block .title {
    padding-bottom: 0;
  }
  .testimonial .testimonial-wrapper .block .title h2 {
    font-size: 20px;
  }
  .testimonial .testimonial-wrapper .block .slider .box .detail h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .testimonial {
    padding: 30px 0;
  }
  .testimonial .testimonial-top .button .btn {
    font-size: 12px;
    padding: 6px 14px;
  }
  .testimonial .testimonial-top .button .btn.btn-secondary {
    padding: 6px 12px;
  }
  .testimonial .testimonial-wrapper figure {
    display: none;
  }
  .testimonial .testimonial-wrapper .block {
    text-align: center;
  }
  .testimonial .testimonial-wrapper .block .title h2 {
    font-size: 16px;
  }
  .testimonial .testimonial-wrapper .block .slider .box .detail h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .testimonial {
    padding: 20px 0;
  }
  .testimonial .testimonial-top .button .btn {
    padding: 6px 12px;
  }
  .testimonial .testimonial-top .button .btn.btn-secondary {
    padding: 6px 10px;
  }
  .testimonial .testimonial-wrapper .block .title h2 {
    font-size: 15px;
  }
  .testimonial .testimonial-wrapper .block .slider .box {
    max-width: 225px;
    margin: 45px auto 5px auto;
  }
  .testimonial .testimonial-wrapper .block .slider .box .image {
    max-width: 65px;
    top: -28px;
  }
}
@media screen and (max-width: 320px) {
  .testimonial .testimonial-top .button .btn {
    font-size: 11px;
    padding: 4px 8px;
  }
  .testimonial .testimonial-top .button .btn.btn-secondary {
    padding: 4px 6px;
  }
  .testimonial .testimonial-wrapper .block .title h2 {
    font-size: 15px;
  }
  .testimonial .testimonial-wrapper .block .slider .box {
    max-width: 195px;
    margin: 45px auto 5px auto;
  }
  .testimonial .testimonial-wrapper .block .slider .box .image {
    max-width: 65px;
    top: -28px;
  }
}
footer {
  background: url("../images/footerbg.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  position: relative;
  padding-top: 100px;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
footer .footer-top {
  padding-bottom: 90px;
}
footer .footer-top a {
  border: 1px solid #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
  justify-content: center;
  align-self: center;
  transition: 0.5s ease-in-out all;
}
footer .footer-top a:hover {
  background: #24a77e;
  border-color: #24a77e;
}
footer .footer-top a:hover .icon i {
  color: #000;
}
footer .footer-top a:hover .text {
  color: #000;
}
footer .footer-top a .icon {
  padding-right: 20px;
  align-self: center;
}
footer .footer-top a .icon i {
  font-size: 16px;
  color: #fff;
  align-self: center;
}
footer .footer-top a .text {
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #fff;
}
footer .footer-middle .wrapper .titles {
  font-family: "Merriweather", serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
footer .footer-middle .wrapper p {
  color: #fff;
  line-height: 1.7rem;
  width: 80%;
  padding-bottom: 40px;
}
footer .footer-middle .wrapper .icons a {
  margin-right: 20px;
  transition: 0.5s ease-in-out all;
}
footer .footer-middle .wrapper .icons a:hover {
  transform: scale(1.1);
}
footer .footer-middle .wrapper .icons a.facebook {
  background: #3b5998;
}
footer .footer-middle .wrapper .icons a.instagram {
  background: #cc181e;
}
footer .footer-middle .wrapper .icons a.twitter {
  background: #55acee;
}
footer .footer-middle .wrapper .icons a i {
  color: #fff;
  padding: 12px;
}
footer .footer-middle .wrapper ul {
  width: 70%;
}
footer .footer-middle .wrapper ul li {
  line-height: 2rem;
  font-size: 13px;
}
footer .footer-middle .wrapper ul li a {
  font-size: 13px;
  color: #fff;
  line-height: 1rem;
  letter-spacing: 0.05em;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
footer .footer-middle .wrapper ul li a:hover {
  color: #ff8c00;
}
footer .footer-middle .wrapper .abn {
  font-weight: 600;
  padding-top: 20px;
}
footer .footer-middle .wrapper .abn span {
  border: 1px solid #fff;
  padding: 5px;
  transition: 0.4s ease-in-out;
}
footer .footer-middle .wrapper .abn:hover span {
  background: #24a77e;
  border-color: #24a77e;
}
footer .footer-bottom {
  position: relative;
  padding-top: 80px;
}
footer .footer-bottom .wrapper {
  border-top: 1px solid #fff;
  padding: 10px 0;
}
footer .footer-bottom .wrapper p {
  color: #fff;
}
footer .footer-bottom .wrapper p a {
  display: inline;
  color: #fff;
}
footer .image {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 992px) {
  footer .image img {
    max-height: 370px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 60px;
  }
  footer .footer-top {
    padding-bottom: 50px;
  }
  footer .footer-top a {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  footer .footer-top a .icon {
    padding-right: 15px;
    align-self: center;
  }
  footer .footer-top a .icon i {
    font-size: 16px;
    color: #fff;
    align-self: center;
  }
  footer .footer-top a .text {
    font-family: "Merriweather", serif;
    font-size: 13px;
    color: #fff;
  }
  footer .footer-middle .wrapper .titles {
    font-family: "Merriweather", serif;
    font-size: 14px;
    text-align: center;
  }
  footer .footer-middle .wrapper p {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  footer .footer-middle .wrapper .icons {
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .footer-middle .wrapper ul {
    width: 100%;
    text-align: center;
  }
  footer .footer-middle .wrapper ul li {
    line-height: 2rem;
    font-size: 13px;
  }
  footer .footer-middle .wrapper .abn {
    text-align: center;
    margin-bottom: 40px;
  }
  footer .footer-bottom {
    padding-top: 50px;
    width: 100%;
  }
  footer .footer-bottom .wrapper p {
    color: #fff;
    text-align: center;
    font-size: 13px;
  }
  footer .footer-bottom .wrapper p a {
    display: inline;
    color: #fff;
  }
  footer .image {
    display: none;
  }
}
.happy-garden-section {
  display: flex;
  flex-direction: row;
}
.happy-garden-section .happy-image {
  flex: 0 0 50%;
}
.happy-garden-section .happy-block {
  flex: 0 0 calc(50% - 20px);
  margin-right: 20px;
}
.happy-garden-section .happy-block p {
  padding: 20px 0;
  font-size: 16px;
  word-spacing: 0.04em;
}

@media screen and (max-width: 992px) {
  .happy-garden-section {
    display: flex;
    flex-direction: row;
  }
  .happy-garden-section .title {
    margin-bottom: 20px;
  }
  .happy-garden-section .title h4 {
    font-size: 26px;
  }
  .happy-garden-section .happy-block p {
    padding: 10px 0;
    font-size: 15px;
    word-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .happy-garden-section {
    display: flex;
    flex-direction: column;
  }
  .happy-garden-section .title {
    margin-bottom: 20px;
  }
  .happy-garden-section .title h4 {
    font-size: 26px;
  }
  .happy-garden-section .happy-block {
    margin-right: 0;
    text-align: center;
  }
  .happy-garden-section .happy-block p {
    padding: 20px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 577px) {
  .happy-garden-section .happy-block p {
    font-size: 14px;
  }
}
.about {
  padding: 80px 0;
}
.about .about-desc {
  padding: 0 40px;
}
.about .about-desc .title h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  color: #628c32;
  word-spacing: 0.05em;
}
.about .about-desc p {
  padding: 20px 0;
  font-size: 16px;
  color: #8a8a8a;
  font-weight: 400;
  word-spacing: 0.05em;
}
.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: #628c32;
}

@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 .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%;
  }
}
.section-services {
  text-align: center;
}
.section-services .title {
  display: inline-block;
  margin: 0 auto 40px auto;
}
.section-services .block {
  background-color: #fff;
}
.section-services .block .text {
  text-align: center;
  padding: 15px 15px 20px 15px;
}
.section-services .block .text .head {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #24a77e;
}
.section-services .block-row {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  margin-bottom: 60px;
}
.section-services .block-row .image {
  flex: 0 0 calc(50% - 20px);
  margin-right: 20px;
}
.section-services .block-row .text {
  flex: 0 0 calc(50% - 20px);
  margin-left: 20px;
  text-align: left;
}
.section-services .alter-block {
  flex-direction: row-reverse;
}
.section-services .alter-block .image {
  margin-left: 20px;
}
.section-services .alter-block .text {
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  .section-services .block .text {
    padding: 10px 6px;
  }
  .section-services .block .text .head {
    font-size: 18px;
  }
  .section-services .block-row {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .section-services .block {
    margin-bottom: 20px;
  }
  .section-services .block .text {
    padding: 10px;
  }
  .section-services .block .text .head {
    font-size: 16px;
  }
  .section-services .block-row {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .section-services .block-row .image {
    margin-right: 0;
  }
  .section-services .block-row .text {
    margin-left: 0;
    text-align: left;
    padding: 10px 0;
    text-align: center;
  }
  .section-services .alter-block {
    flex-direction: column;
  }
  .section-services .alter-block .image {
    margin-left: 0;
  }
  .section-services .alter-block .text {
    margin-right: 0;
  }
}
.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  flex: 0 0 calc(100% / 3);
  position: relative;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.gallery .gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.gallery .gallery-item img {
  height: 300px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.gallery .gallery-item .txt-slidein {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gallery .gallery-item .txt-slidein .imgzoomin {
  text-align: right;
}
.gallery .gallery-item .txt-slidein .imgzoomin i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transform: translateX(45px);
  transition: 0.3s ease-in-out;
}
.gallery .gallery-item .txt-slidein .imgzoomin i:hover {
  background-color: #24a77e;
}
.gallery .gallery-item .txt-slidein h6 {
  font-size: 16px;
  color: #fff;
  background-color: #628c32;
  padding: 12px 20px;
  transform: translateY(45px);
  transition: 0.4s ease-in-out;
}
.gallery .gallery-item:hover::before {
  opacity: 1;
  z-index: 1;
}
.gallery .gallery-item:hover img {
  transform: scale(1.2);
}
.gallery .gallery-item:hover .txt-slidein {
  z-index: 2;
}
.gallery .gallery-item:hover .txt-slidein .imgzoomin i {
  transform: translateX(0);
}
.gallery .gallery-item:hover .txt-slidein h6 {
  transform: translateY(0);
}

@media screen and (max-width: 992px) {
  .gallery .gallery-item img {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-item {
    flex: 0 0 calc(100% / 2);
  }
  .gallery .gallery-item img {
    height: 250px;
  }
}
@media screen and (max-width: 577px) {
  .gallery .gallery-item img {
    height: 200px;
  }
  .gallery .gallery-item .txt-slidein .imgzoomin i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .gallery .gallery-item .txt-slidein h6 {
    font-size: 14px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 321px) {
  .gallery .gallery-item img {
    height: 160px;
  }
  .gallery .gallery-item .txt-slidein .imgzoomin i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .gallery .gallery-item .txt-slidein h6 {
    font-size: 13px;
    padding: 6px 13px;
  }
}
.contact .contact-wrapper {
  padding: 60px 0;
  background-color: #000;
}
.contact .contact-wrapper .map iframe {
  display: block;
  width: 100%;
  height: 450px;
}
.contact .contact-wrapper .contact-details .title h4 {
  font-size: 38px;
  font-weight: 900;
  color: #628c32;
  position: relative;
}
.contact .contact-wrapper .contact-details .title h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 40px;
  background-color: #ff8c00;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: visible;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .icon {
  padding: 15px;
  border-radius: 4px;
  border: 2px solid #ff8c00;
  background-color: #ff8c00;
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .icon i {
  font-size: 20px;
  transform: rotate(-45deg);
  color: #fff;
  transition: 0.4s ease-in-out;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail {
  margin-left: 30px;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail h5 {
  font-size: 22px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  color: #fff;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail p {
  font-size: 16px;
  color: #fff;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block:hover .icon {
  background-color: transparent;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block:hover .icon i {
  color: #ff8c00;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block:hover .detail h5 {
  color: #ff8c00;
}
.contact .contact-form {
  padding: 60px 0;
  background-color: #333;
}
.contact .contact-form .form-title {
  text-align: center;
  margin-bottom: 50px;
}
.contact .contact-form .form-title h5 {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #ff8c00;
  position: relative;
}
.contact .contact-form .form-title h5::before {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  border-top: 26px solid transparent;
  border-right: 26px solid #ff8c00;
}
.contact .contact-form .form-title h5::after {
  content: "";
  position: absolute;
  top: 0;
  right: -26px;
  border-top: 26px solid transparent;
  border-left: 26px solid #ff8c00;
}
.contact .contact-form .form-title h4 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}
.contact .contact-form .form-title h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #ff8c00;
}
.contact .contact-form .form .form-group {
  margin-bottom: 20px;
}
.contact .contact-form .form .form-group .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.contact .contact-form .form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.contact .contact-form .form .form-group .form-control:-moz-placeholder {
  color: #fff;
}
.contact .contact-form .form .form-group .form-control::-moz-placeholder {
  color: #fff;
}
.contact .contact-form .form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.contact .contact-form .form .form-group .form-control.message {
  resize: none;
}
.contact .contact-form .form .form-button {
  text-align: center;
}
.contact .contact-form .form .form-button .submit-btn {
  padding: 8px 18px;
  background-color: #ff8c00;
  border: 1px solid #ff8c00;
  color: #fff;
  border-radius: 4px;
}
.contact .contact-form .form .form-button .submit-btn:hover {
  background-color: #fa8900;
}

@media screen and (max-width: 991px) {
  .contact .contact-wrapper {
    padding: 40px 0;
  }
  .contact .contact-wrapper .contact-details {
    text-align: center;
    margin-top: 30px;
  }
  .contact .contact-wrapper .contact-details .title h4 {
    font-size: 34px;
  }
  .contact .contact-wrapper .contact-details .title h4::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block {
    margin-top: 60px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .contact-details .title h4 {
    font-size: 26px;
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail h5 {
    font-size: 18px;
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail p {
    font-size: 14px;
  }
  .contact .contact-form .form-title h4 {
    font-size: 32px;
  }
}

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