@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700,400); */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*-=-=-=-=-=-=-=-=-=-=
  Theme Settings
-=-=-=-=-=-=-=-=-=-=*/
/* Body Fonts Settings*/
/* Title Fonts Setting */
/* Theme Colors and Background */
/* Button Style */
/* Menu Style */
/* Mixins */
/* Theme CSS
-=-=-=-=-=-=-=-=*/
body {
  background: #fff;
  color: #000;
  margin: 0;
  font-weight: 300;
  font-family: "Funnel Sans", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1170px;
}

h1,h2,h3,h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Funnel Sans", sans-serif;
  line-height: 1.25;
  color: #1f2229;
}

.gform_legacy_markup_wrapper h3.gform_title {
  color: #fff !important;
}

h1,.h1Style {
  font-size: 46px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  line-height: 1.5;
}

h5,
.font20 {
  font-size: 20px;
  line-height: 1.5;
}

h6 {
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: #00A59A;
}

a:hover {
  color: #00958b;
}

.fontWhite {
  color: #fff;
}

.fontWhite * {
  color: #fff;
}

.fontWhite a {
  color: #fff;
}

.fontWhite a:hover {
  color: #40931d;
}

textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select,
form input[type="radio"]+label,
form input[type="checkbox"]+label {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  color: #fff;
  background: rgba(64, 147, 29, 0.5);
  font-size: 20px;
}

form input[type="radio"]+label,
form input[type="checkbox"]+label {
  background: transparent;
}

form input[type="radio"]+label:before,
form input[type="checkbox"]+label:before {
  color: #40931d;
}

form input[type="radio"]:checked+label:before,
form input[type="checkbox"]:checked+label:before {
  background: #40931d;
  border-color: #40931d;
  color: #fff;
}

/* Button and Submit Style */
input[type="submit"],
button,
.button a,
a.button {
  font-family: 'Open Sans', sans-serif;
  padding: 10px 40px;
  display: inline-block;
  background: #40931d;
  color: #fff;
  border: 2px solid transparent;
  border-color: #fff transparent #fff transparent;
  border-left: none;
  border-right: none;
  font-size: 18px;
  line-height: 1 !important;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

input[type="submit"]:hover,
button:hover,
.button a:hover,
a.button:hover {
  background: #2e4f20;
  color: #fff;
}

/* .button.v2 a,
a.button.v2 {
  border-color: #000;
} */

.button.v2 a:before,
a.button.v2:before {
  background: #000;
}

.button.v2 a:after,
a.button.v2:after {
  background: #000;
}

/*.actions, button:not(.fancybox-button), .button a, a.button {
  position: relative;
  display: inline-block; }

.actions:before, button:not(.fancybox-button):before, .button a:before, a.button:before,
.actions:after, button:not(.fancybox-button):after, .button a:after, a.button:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2px;
  height: 18px;
  background: #fff;
  left: 20px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.actions:after, button:not(.fancybox-button):after, .button a:after, a.button:after {
  left: inherit;
  right: 20px; }

.actions:hover:before, button:not(.fancybox-button):hover:before, .button a:hover:before, a.button:hover:before {
  height: 100%;
  left: 0; }

.actions:hover:after, button:not(.fancybox-button):hover:after, .button a:hover:after, a.button:hover:after {
  height: 100%;
  right: 0; }
*/
/* Title Style */
.titleStyle:after {
  content: '';
  width: 90px;
  height: 2px;
  display: block;
  margin: 10px 0 0;
  background: #40931d;
}

.titleStyle.lg:after {
  width: 270px;
  max-width: 50%;
  margin-top: 20px;
}

.titleStyle.text-center:after {
  margin: 10px auto 0;
}

.titleStyle.text-right:after {
  margin: 10px 0 0 auto;
}

/* Background Overlays */
.overlay::before {
  background: rgba(0, 0, 0, 0.6);
}

.overlay.themColor .titleStyle:after {
  background: #fff;
}

.overlay.themColor:before {
  background: rgba(64, 147, 29, 0.6);
}

/* Fancybox */
.fancybox-close {
  background: #40931d;
}

ul.listStyle li[class*="fa-"] {
  padding: 7px 0 7px 40px;
}

ul.listStyle li[class*="fa-"]:before {
  color: #fff;
  background: #000000;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  top: 7px;
  font-size: 14px;
}

ul.listStyle li:before {
  color: #000000;
}

ul.socialIcons {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.socialIcons li {
  display: inline-block;
}

ul.socialIcons li a {
  width: 46px;
  height: 46px;
  display: block;
  text-align: center;
  line-height: 46px;
  margin: 4px;
  background-color: #40931d;
  color: #fff;
  font-size: 25px;
}

ul.socialIcons li a:hover {
  background-color: #2e4f20;
}

/* Global Header and Footer CSS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

header {
  position: fixed;
  z-index: 151;
  background: #FF7F50;
  width: 100%;
  top: 0;
  left: 0;
  /* border-bottom: 2px solid #40931d; */
}
.headerSecTop {
    background: #fff;
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px;
    color: #FF7F50;
}
header .siteLogo {
  width: 220px;
  line-height: 90px;
  float: left;
}

header .siteLogo img {
  height: auto;
  max-height: 60px;
  display: inline-block;
  vertical-align: middle;
}

header .siteNavigation {
  width: calc(100% - 220px);
  float: left;
  text-align: right;
}

header .siteNavigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

header .siteNavigation ul li {
  display: inline-block;
}

header .siteNavigation ul li a {
  display: block;
  padding: 35px 20px 25px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  position: relative;
}

header .siteNavigation ul li a:before {
  content: '';
  width: 0%;
  position: absolute;
  top: 20px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: width ease 0.3s;
  -o-transition: width ease 0.3s;
  -webkit-transition: width ease 0.3s;
  transition: width ease 0.3s;
  height: 2px;
  background: #ffffff;
}

header .siteNavigation ul li a:hover {
  color: #ffffff;
}

header .siteNavigation ul li a:hover:before {
  width: 60%;
}

header .siteNavigation ul li a.active {
  color: #ffffff;
}

header .siteNavigation ul li a.active:before {
  width: 60%;
}

body.fixedHeader header {
  background: rgba(255, 127, 80, 0.9);
}

/* Home Page
-=-=-=-=-=-=-=-=*/
/* Banner Section */
.bannerSection {
  padding: 180px 0 80px;
}

/* .bannerSection .bannerForm {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
} */

/* Home Page  =-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Hero Section */
.heroSection .heroSectionInner {
  padding: 140px 0;
}

.heroSection .heroSectionInner button.slick-arrow {
  height: 60px;
  width: 60px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.heroSection .heroSectionInner button.slick-arrow.slick-prev {
  left: -30px;
  background-color: #4abdac;
}

.heroSection .heroSectionInner button.slick-arrow.slick-prev:before {
  content: '\f177';
  font-family: 'fontawesome';
  line-height: 60px;
  font-size: 20px;
  color: #073953;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-left: 30px;
}

.heroSection .heroSectionInner button.slick-arrow.slick-next {
  right: -30px;
  background-color: #4abdac;
}

.heroSection .heroSectionInner button.slick-arrow.slick-next:before {
  content: '\f178';
  font-family: 'fontawesome';
  line-height: 60px;
  font-size: 20px;
  color: #073953;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-right: 30px;
}

/* Our Services */
.serviceBlocks .serviceBlock {
  padding: 15px;
}

.serviceBlocks .serviceBlock .innerBlock {
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 40px 25px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.serviceBlocks .serviceBlock .innerBlock .icon {
  width: 90px;
  height: 90px;
  line-height: 88px;
  background: #40931d;
  border-radius: 50%;
  margin: 0 auto 25px;
}

.serviceBlocks .serviceBlock .innerBlock .icon img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}

.serviceBlocks .serviceBlock:nth-child(3n+1) {
  clear: left;
}

/* Gallery Blocks */
.galleryBlocks .galleryBlock {
  padding: 10px;
}

.galleryBlocks .galleryBlock .innerBlock {
  position: relative;
  width: 100%;
  padding-bottom: 90%;
  overflow: hidden;
}

.galleryBlocks .galleryBlock .innerBlock a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.galleryBlocks .galleryBlock .innerBlock a:before {
  content: '';
  font-family: fontawesome;
  color: #fff;
  /*background: rgba(0, 0, 0, 0.3);*/
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.galleryBlocks .galleryBlock .innerBlock a:after {
  font-family: fontawesome;
  content: '\f055';
  z-index: 2;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 25px;
  opacity: 0;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.galleryBlocks .galleryBlock .innerBlock a:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.galleryBlocks .galleryBlock .innerBlock a:hover:before {
  /*background: rgba(0, 0, 0, 0.7); */
}

.galleryBlocks .galleryBlock .innerBlock a:hover:after {
  opacity: 1;
  font-size: 30px;
}

/* Testimonials Section */
.testimonialBlock {
  position: relative;
  padding-left: 200px;
}

.testimonialBlock:before {
  content: '';
  width: 110px;
  height: 130px;
  top: 50%;
  border: 1px solid #fff;
  z-index: 0;
  left: 90px;
  position: absolute;
  margin-top: -65px;
}

.testimonialBlock .clientPic {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -45px 0 0 45px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}

.testimonialBlock .clientPic:before {
  opacity: 0.8;
}

.testimonialBlock .clientQuote {
  background: #fff;
  padding: 30px;
}

.testimonialBlock .clientQuote blockquote {
  margin: 0;
}

.testimonialBlock .clientQuote blockquote:before {
  content: "\f10d";
  font-family: fontawesome;
  display: block;
  font-size: 30px;
  line-height: 1;
}

.testimonialBlock .clientQuote blockquote h5 {
  text-transform: uppercase;
  margin-top: 15px;
}

.testimonialBlock .clientQuote blockquote small {
  font-style: italic;
}

.testimonialBlock+.testimonialBlock {
  padding-left: 15px;
  padding-right: 200px;
  text-align: right;
}

.testimonialBlock+.testimonialBlock:before {
  left: inherit;
  right: 90px;
}

.testimonialBlock+.testimonialBlock .clientPic {
  left: inherit;
  right: 45px;
  margin-left: 0;
}

.testimonialBlock+.testimonialBlock blockquote:before {
  content: "\f10e";
}

/* locationBlocks */
.locationBlocks .locationBlock {
  padding: 15px;
}

.locationBlocks .locationBlock .innerBlock {
  border: 1px solid #40931d;
}

/* Offers Section */
#offer .titleStyle:after {
  margin-top: 25px;
}

/* contact Section */
.contactSection {
  background: #000;
  color: #fff;
}

.contactSection form {
  width: 515px;
  /*  display: inline-block;*/
  position: relative;
}

.contactSection form input[type="text"] {
  border-radius: 0;
  line-height: 1.5 !important;
  padding: 11px 50px 11px 11px !important;
}

.contactSection form input[type=submit] {
  padding: 8px 10px;
  position: absolute;
  top: 8px;
  right: 20px;
  font-family: "fontawesome", "Funnel Sans", sans-serif;
  border: none;
  margin-right: 0 !important;
}

.contactSection .copyright {
  /*font-family: "fontawesome",  "Funnel Sans", sans-serif;*/
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid #40931d;
}

/* Responsive Media Queries */
@media (max-width: 1230px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  header .siteNavigation ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }

  ul.socialIcons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .contactSection form input {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /*.contactSection form input[type=submit] {
    top: 4px;
    right: 4px; }*/
}

@media (max-width: 992px) {
  a.expandMenu i {
    background: #40931d;
  }

  h1,
  .h1Style {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  h5,
  .font20 {
    font-size: 18px;
    line-height: 1.5;
  }

  h6 {
    font-size: 16px;
    line-height: 1.5;
  }

  header .wrapper {
    position: relative;
  }

  header .wrapper .siteNavigation {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
  }

  header .wrapper .siteNavigation ul {
    width: 100%;
  }

  header .wrapper .siteNavigation ul li {
    width: 100%;
    text-align: left;
  }

  header .wrapper .siteNavigation ul li a {
    padding: 12px 20px;
  }

  header .wrapper .siteNavigation ul li a:before {
    content: normal;
  }

  .testimonialBlock {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 140px;
  }

  .testimonialBlock:before {
    height: 80px;
    width: 160px;
    margin-top: 0;
    top: 60px;
    left: 50%;
    margin-left: -80px;
  }

  .testimonialBlock .clientPic {
    top: 20px;
    margin-top: 0;
    left: 50%;
    margin-left: -45px;
    right: inherit;
  }

  .testimonialBlock+.testimonialBlock {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonialBlock+.testimonialBlock:before {
    right: inherit;
    left: 50%;
  }

  .testimonialBlock+.testimonialBlock .clientPic {
    right: inherit;
    left: 50%;
    margin-left: -45px;
  }
}

@media (max-width: 767px) {
  .bannerSection {
    padding: 120px 0 40px;
  }

  .titleStyle.mobile-center:after,
  .mobile-center .titleStyle:after {
    margin: 10px auto 0;
  }

}

.text-right .titleStyle:after,
.titleStyle.text-right:after {
  margin: 10px 0 0 auto;
}

.text-center .titleStyle:after,
.titleStyle.text-center:after {
  margin: 10px auto 0;
}

/* Updates For Graffity Form */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  margin: initial !important;
  
}

#gform_wrapper_3 {
  text-align: left;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio],
.gfield_required {
  display: none !important;
}

.gform_fileupload_rules {
  margin-bottom: 10px;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 12.992px 24px !important;
}

.gform_confirmation_message {
  color: #fff !important;
}

textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select {
  padding: 8px 20px !important;
  line-height: 28px !important;
}

.gfield:before,
.gfield:after {
  width: 100%;
  content: '' !important;
  display: table;
}

.gfield_label {
  float: left;
  width: 100%;
  display: block !important;
  font-weight: 400 !important;
}

.ginput_container {
  float: left;
  width: 100%;
  margin-top: 0 !important;
}

form input[type="radio"]+label,
form input[type="checkbox"]+label {
  padding: 2px 0 6px 35px !important
}

.ginput_container_checkbox,
.ginput_container_radio {
  margin-top: 10px !important;
}

footer .gform_wrapper div.validation_error,
.bannerSection .gform_wrapper div.validation_error {
  display: none !important
}

footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

/*Banner Slider*/
.heroSection .heroSectionInner.heroSectionNew {
  padding: 0;
}

/*.heroSectionNew .sliderBackImage { padding-top: 150px; padding-bottom: 150px }*/
.heroSectionNew.slick-dotted ul.slick-dots {
  margin: 0;
  bottom: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.heroSectionNew .sliderBackImage {
  padding: 80px 15px
}

.heroSectionNew.slick-dotted ul.slick-dots li.slick-active button {
  background: #fff;
}

form.search-form input.search-field {
  border: none;
  outline: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Signika Negative', sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 8px 20px;
  border: 1px solid #65b3e1;
}

form.search-form button.search-submit {
  padding: 10px 40px;
  cursor: pointer;

}

/*# sourceMappingURL=style.css.map */
@media (max-width: 640px) {
  .contactSection .newsLetter input[type="submit"] {
    width: auto !important;
  }
	.headerSecTop {font-size:16px}
}