@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");

/* additional styling */
.main-color {
  color: #2d6aa0;
}

/* Bootstrap overrides */
.panel .panel-heading h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.modal .modal-header h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.alert h3 {
  margin-top: 0px !important;
}

code {
  background-color: #eeeeee;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
}

.form-horizontal .form-group.display-only {
  margin-bottom: 0px;
}

.form-horizontal .control-label {
  text-align: left !important;
}

/* main body */
body {
  /* padding-top: 50px; */
  font-family: "Raleway", sans-serif;
}

#page-wrapper {
  min-height: 500px;
}

/* top navbar */
.navbar-brand {
  padding: 5px;
}

.navbar-text {
  margin-right: 0px;
  margin-left: 0px;
}

/* header */

/* main menu */
.navbar-default-top {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

#navbar2 ul li a {
  color: #ffffff;
}

#navbar2 ul li a:hover {
  color: #d1d1d1;
}

#navbar2 li.dropdown.open>a {
  background: #2d6ca2;
  color: #ffffff;
}

#navbar2 ul .dropdown-menu,
#navbar2 .dropdown-menu a {
  background: #ffffff;
  color: #000000;
}

#navbar2 .dropdown-menu a:hover {
  color: #a1a1a1;
}

#navbar2 .dropdown-menu:hover {
  background: #ffffff;
  color: #000000;
}

.navbar-inverse {
  border-radius: 0;
}

/* footer */
#footer {
  background: #3e7638;
  /* border-top: 1px solid #2D6CA2; */
  color: #ffffff;
  font-weight: bold;
  margin-top: 50px;
  padding-bottom: 20px;
}

#footer a {
  /* color: #D1D1D1; */
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

#footer a:hover {
  color: #ffffff;
}

.footer-logo {
  text-align: right;
}

/* final wrapper */
#final-wrapper {
  background: #325e2d;
  color: #ffffff;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#copyright a {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

#upshot {
  text-align: right;
}

/* social icons */
.social_icon {
  color: #74b7e0;
  font-size: 30px;
  margin-top: 10px;
  margin-left: 4px;
}

.social_icon:hover {
  color: #abd7ee;
}

/* tabs */
.nav-tabs {
  margin-top: 20px;
}

.tab-content {
  padding: 10px;
}

/* carousel */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0px;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* well */
.well {
  margin-top: 10px;
}

.well h1 {
  margin: 0px;
  padding: 0px;
}

/* row */
.row {
  margin-top: 10px;
}

/* picture thumbnails */
.img-thumbnail {
  margin: 0px;
  margin-bottom: 10px;
}

/* contact page */
#contact-map {
  margin-top: 15px;
}

/* google map (contact page) */
.google-map-canvas,
.google-map-canvas * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#gmap_canvas_container {
  overflow: hidden;
}

#gmap_canvas {
  height: 100%;
  width: 200px;
}

/* enquiry form */
.required-form-field {
  color: #ef5030;
  font-weight: bold;
}

.form-horizontal .enquiry-form-checkbox-placeholder {
  margin-left: 10px;
}

.form-horizontal .error_validation_message label {
  color: #ef5030;
  margin-top: 5px;
}

#enquiry-form-panel .panel-heading p {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* blog */
#blog-search-controls-container {
  background-color: #3e7638;
  padding-top: 15px;
}

#blog-search-controls-container .form-horizontal .control-label {
  color: #ffffff;
}

#blog-post-container a.blog-return-url {
  margin-bottom: 10px;
}

.blog-title {
  color: #3e7638;
}

.blog-title:hover {
  color: #325e2d;
}

/* general styles */
.remove-container-margin {
  margin-bottom: 0px;
}

.remove-cell-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* stacktable.js */
.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}

.st-key {
  font-weight: bold;
  padding-right: 1%;
  text-align: right;
  width: 49%;
}

.st-val {
  padding-left: 1%;
  width: 49%;
}

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

/* GDPR pages */
.gdpr-link-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.gdpr-link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #3e7638;
}

.gdpr-link:hover {
  color: #444;
  text-decoration: none;
}

.gdpr-link-sub-title {
  background: #444444;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}

.gdpr-heading {
  cursor: pointer;
}

.panel-title a {
  display: block;
}

.panel-title>a:before {
  content: "\f146";
  float: left !important;
  font-family: "FontAwesome";
  margin-right: 10px;
  padding-right: 5px;
}

.panel-title>a.collapsed:before {
  content: "\f0fe";
  float: left !important;
  margin-right: 10px;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none;
}

/*Custom CSS started*/
.main-color {
  color: #3e7638;
}

.btn-primary {
  background: #3e7638;
  border-radius: 0px;
  border: none;
}

.navbar-brand>img {
  height: 90px;
}

.btn-primary:hover {
  background: #325e2d;
}

.navbar-inverse {
  background: #ffffff;
  border: 0px;
  border-top: 2px solid #3e7638;
}

.get_quote,
.tel_no {
  display: inline-block;
}

.navbar-inverse .navbar-nav>li>a {
  font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a,
#navbar2 ul li a {
  color: #3e7638;
  text-shadow: none;
  font-weight: 600;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #325e2d;
}

#navbar {
  padding-right: 15px;
}

#navbar2 ul li a {
  font-size: 22px;
  text-decoration: none;
  padding-top: 0px;
  padding-right: 0;
  padding-left: 20px;
  margin-bottom: 7px;
}

#navbar2 ul li a:hover {
  color: #325e2d;
}

#navbar2 .nav.navbar-nav {
  float: right;
}

.navbar-inverse {
  margin-bottom: 0px;
}

.navbar .navbar-brand {
  position: absolute;
  z-index: 1;
}

.navbar-default-top {
  border-bottom: 2px solid #3e7638;
}

.get_quote {
  margin-top: 15px;
}

.get_quote a,
.get_quote a:hover {
  padding: 12px 20px;
  font-weight: 600;
  background: #3e7638;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.get_quote a:hover {
  padding: 12px 20px;
  background: #325e2d;
  color: #fff;
}

.tel_no a {
  color: #3e7638;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
}

.tel_no a:hover {
  color: #325e2d;
  text-decoration: none;
}

#myCarousel .glyphicon-chevron-left:before {
  content: "" !important;
  background: url(../images/left-arrow.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 38px;
  float: left;
}

#myCarousel .glyphicon-chevron-right:before {
  content: "" !important;
  background: url(../images/right-arrow.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 38px;
  float: left;
}

/*Slider styles*/
#myCarousel .carousel-indicators,
#myCarousel .carousel-caption {
  display: none;
}

#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {
  background: transparent;
}

/*Section Styles*/
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #3e7638;
}

h1,
h2 {
  font-size: 44px;
  color: #3f7738;
  font-weight: 300;
  /*padding-top: 20px;;padding-bottom: 40px;*/
  display: block;
}

/* .home_section1{padding-bottom: 20px;}  */
.home_section1 .subtitle {
  font-size: 25px;
  color: #4f4f4f;
  font-weight: normal;
  padding-bottom: 20px;
}

.home_section1 .content {
  font-size: 18px;
  color: #4f4f4f;
  font-weight: normal;
}

.home_section1 .main-section {
  width: 80%;
  margin: 0 auto;
}

.home_section1 .main-section h1,
.home_section2 h2.main,
.home_section3 h2 {
  position: relative;
  display: inline-block;
}

.home_section1 .main-section h1::before,
.home_section2 h2.main::before,
.home_section3 h2::before {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  background: #3e7638;
  margin-top: 26px;
  margin-left: -26px;
}

.home_section1 .main-section h1::after,
.home_section2 h2.main::after,
.home_section3 h2::after {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  background: #3e7638;
  margin-top: 26px;
  margin-left: 4px;
}

.home_section2 .home-img-section {
  overflow-x: hidden;
}

.home_section2 .home-img-section img,
#myCarousel img {
  width: 100%;
}

.home_section2 .work-with-box {
  position: relative;
}

.home_section2 .work-with-box .box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 20%;
  background-color: rgba(69, 111, 47, 0);
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}

.home_section2 .work-with-box .box-content h2 {
  color: #ffffff;
  font-weight: 300;
  font-size: 44px;
  padding-bottom: 20px;
  text-shadow: 0px 0px 2px #000000;
}

.home_section2 .work-with-box .box-content p {
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 20px;
}

.home_section2 .work-with-box .inner-content a {
  font-size: 16px;
  color: #85cb21;
  text-transform: uppercase;
  font-weight: 300;
}

.home_section2 .work-with-box .inner-content a:hover {
  text-decoration: none;
}

.home_section2 .work-with-box .inner-content {
  display: none;
}

.home_section2 .work-with-box .box-content:hover {
  background-color: rgba(45, 104, 28, 0.8);
  transition-duration: 1s;
}

.home_section2 .work-with-box .box-content:hover .inner-content {
  display: block;
}

.home_section3 .main-section {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: auto;
}

.home_section3 .img-section img {
  float: left;
  width: 70%;
}

.home_section3 .content-section {
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home_section3 .content-section span {
  font-size: 44px;
  color: #ffffff;
  font-weight: 300;
}

.home_section3 .content-section .inner-section {
  background: #3e7638;
  padding: 12% 9%;
  text-align: center;
}

.home_section3 .content-section .inner-section span {
  display: block;
  padding-bottom: 20px;
}

.home_section3 .content-section .inner-section p {
  font-size: 16px;
  padding-bottom: 20px;
  color: #ffffff;
  font-weight: 300;
}

.home_section3 .content-section .inner-section a.green-btn {
  color: #85cb21;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #85cb21;
  display: inline-block;
  padding: 3.5% 9%;
}

.home_section3 .content-section .inner-section a.green-btn:hover,
.home_section3 .content-section .all-project-link a:hover {
  text-decoration: none;
}

.home_section3 .content-section .all-project-link a {
  color: #6aaf08;
  font-size: 21px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  right: 25px;
  padding-bottom: 15px;
}

.home_section3 .content-section .all-project-link a::after {
  content: "";
  background: url(../images/arrow-green.png) no-repeat;
  position: absolute;
  width: 50px;
  height: 18px;
  background-size: 100%;
  top: 26px;
  right: -25px;
}

.home_section4 {
  margin-top: 120px;
  margin-bottom: 70px;
}

.home_section4 .main-section {
  position: relative;
}

.home_section4 .main-section img {
  width: 100%;
}

.home_section4 .main-section .gallery-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home_section4 .main-section .gallery-box .main-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 12% 9%;
  text-align: center;
}

.home_section4 .main-section .gallery-box .main-box .heading {
  font-size: 44px;
  font-weight: 300;
  color: #3e7638;
  margin-bottom: 10px;
}

.home_section4 .main-section .gallery-box .main-box a.full-green-btn {
  font-size: 16px;
  color: #85cb21;
  background: #3e7638;
  padding: 3.5% 12%;
  display: inline-block;
}

.home_section4 .main-section .gallery-box .main-box a.full-green-btn:hover {
  text-decoration: none;
  background: #325e2d;
}

.home_section5 .review-box .heading {
  font-size: 38px;
  color: #3e7638;
  font-weight: 300;
  margin-bottom: 10px;
}

.home_section5 .review-box .main-box {
  border: 1px solid #4f4f4f;
  padding: 32px 22px 10px 55px;
  position: relative;
}

.home_section5 .review-box .main-box .review-row {
  margin-bottom: 25px;
}

.home_section5 .review-box .review-row .rating {
  position: relative;
}

.home_section5 .review-box .review-row .rating img {
  width: 100px;
}

.home_section5 .review-box .review-row .rating::before {
  content: "";
  background: url(../images/double-quote.png) no-repeat;
  position: absolute;
  width: 25px;
  height: 20px;
  left: -32px;
  background-size: 100%;
}

.home_section5 .review-box .review-row .name {
  font-size: 14px;
  font-weight: bold;
  color: #bbbbbb;
  padding-top: 5px;
}

.home_section5 .review-box .review-row .content {
  font-size: 14px;
  font-weight: normal;
  color: #bbbbbb;
}

.home_section5 .review-box .review-row .content a {
  display: inline-block;
  color: #4c823c;
  text-decoration: underline;
}

.home_section5 .review-box .main-box .arrow_section {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home_section5 .review-box .main-box .arrow_section .arrow_main .right_arrow {
  background: url(../images/blk-arrow-right.png) no-repeat;
  width: 45px;
  height: 17px;
  display: block;
  background-size: 100%;
  margin-bottom: 40px;
  cursor: pointer;
}

.home_section5 .review-box .main-box .arrow_section .arrow_main .left_arrow {
  background: url(../images/blk-arrow-right.png) no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 45px;
  height: 17px;
  display: block;
  background-size: 100%;
  cursor: pointer;
}

.home_section5 .review-box .view_all_section {
  text-align: right;
  float: right;
  margin-top: 15px;
}

.home_section5 .review-box .view_all_section a.view_all_link {
  color: #85cb21;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 16px;
}

.home_section5 .review-box .view_all_section a.social_link {
  display: inline-block;
  width: 48px;
  height: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  background: #4b753f;
  border-radius: 100%;
}

/* .home_section5 .review-section{float: left;margin-left: 8%;} */
#footer {
  padding-top: 60px;
  padding-bottom: 40px;
}

#footer .contact-footer {
  margin-left: 50px;
  margin-bottom: 50px;
}

#footer .contact-footer a.tel_no {
  position: relative;
  display: block;
  font-size: 26px !important;
  font-weight: normal;
  color: #ffffff !important;
}

#footer .contact-footer a.tel_no span {
  width: 44px;
  height: 44px;
  background: #ffffff;
  color: #3e7638;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 100%;
  position: absolute;
  left: -52px;
}

#footer .contact-footer a.tel_no span i {
  font-size: 26px;
  line-height: 44px;
}

#footer .contact-footer a.email {
  font-size: 16px !important;
  color: #ffffff !important;
}

#footer .footer_title {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #d1d1d1;
}

#final-wrapper .copyrights_section {
  font-family: "Lato";
  margin-top: 8px;
}

#final-wrapper .footer_social {
  display: inline-block;
  float: right;
}

#final-wrapper .footer_social a,
#final-wrapper .copyrights_section {
  display: inline-block;
}

#final-wrapper .footer_social a {
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
  margin-right: 10px;
}

#final-wrapper .footer_social a .social_icon {
  font-size: 18px;
  color: #325e2d;
  line-height: 28px;
  margin-top: 0px;
  margin-left: 0px;
}

body:not(.index) #page-wrapper {
  background: #fff;
  padding-bottom: 20px;
}

body:not(.index) #footer {
  margin-top: 0px;
}

/*Custom CSS ended*/

/* MEDIA QUERIES */

@media only screen and (min-width: 1800px) {
  .container {
    width: 1470px;
  }

  .navbar-inverse .navbar-nav>li>a,
  .navbar-inverse .tel_no a {
    font-size: 24px;
  }

  .get_quote a,
  .get_quote a:hover {
    font-size: 18px;
  }

  #navbar2 ul li a {
    font-size: 30px;
  }

  .navbar-default-top {
    margin-top: 10px;
  }

  .navbar-header .logo_main {
    height: 110px;
  }

  #navbar2 ul li a {
    font-size: 22px;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 12px;
  }

  #myCarousel .glyphicon-chevron-left:before {
    content: "" !important;
    background: url(../images/left-arrow.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 47px;
    float: left;
  }

  #myCarousel .glyphicon-chevron-right:before {
    content: "" !important;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 47px;
    float: left;
  }

  h1,
  h2 {
    font-size: 60px;
    color: #3f7738;
    font-weight: 300;
    /*padding-top: 30px;;padding-bottom: 60px;*/
    display: block;
  }

  .home_section1 .subtitle {
    font-size: 35px;
    color: #4f4f4f;
    font-weight: normal;
    padding-bottom: 40px;
  }

  .home_section1 .content {
    font-size: 25px;
    color: #4f4f4f;
    font-weight: normal;
  }

  .home_section1 .main-section h1::before,
  .home_section2 h2.main::before,
  .home_section3 h2::before {
    content: "";
    width: 32px;
    height: 2px;
    position: absolute;
    background: #3e7638;
    margin-top: 36px;
    margin-left: -32px;
  }

  .home_section1 .main-section h1::after,
  .home_section2 h2.main::after,
  .home_section3 h2::after {
    content: "";
    width: 32px;
    height: 2px;
    position: absolute;
    background: #3e7638;
    margin-top: 36px;
    margin-left: 4px;
  }

  .home_section2 .work-with-box .box-content h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 60px;
    padding-bottom: 20px;
    text-shadow: 0px 0px 2px #000000;
  }

  .home_section2 .work-with-box .box-content p {
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 20px;
  }

  .home_section2 .work-with-box .inner-content a {
    font-size: 25px;
    color: #85cb21;
    text-transform: uppercase;
    font-weight: 300;
  }

  .home_section2 .work-with-box .inner-content a:hover {
    text-decoration: none;
  }

  .home_section3 .content-section {
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section3 .content-section span {
    font-size: 60px;
    color: #ffffff;
    font-weight: 300;
  }

  .home_section3 .content-section .inner-section {
    background: #3e7638;
    padding: 10% 9%;
    text-align: center;
  }

  .home_section3 .content-section .inner-section span {
    display: block;
    padding-bottom: 30px;
  }

  .home_section3 .content-section .inner-section p {
    font-size: 24px;
    padding-bottom: 30px;
    color: #ffffff;
    font-weight: 300;
  }

  .home_section3 .content-section .inner-section a.green-btn {
    color: #85cb21;
    font-size: 25px;
    text-transform: uppercase;
    border: 1px solid #85cb21;
    display: inline-block;
    padding: 3.5% 9%;
  }

  .home_section3 .content-section .inner-section a.green-btn:hover,
  .home_section3 .content-section .all-project-link a:hover {
    text-decoration: none;
  }

  .home_section3 .content-section .all-project-link a {
    color: #6aaf08;
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 25px;
    padding-bottom: 25px;
  }

  .home_section3 .content-section .all-project-link a::after {
    content: "";
    background: url(../images/arrow-green.png) no-repeat;
    position: absolute;
    width: 74px;
    height: 27px;
    background-size: 100%;
    top: 40px;
    right: -25px;
  }

  .home_section4 {
    margin-top: 120px;
    margin-bottom: 70px;
  }

  .home_section4 .main-section .gallery-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section4 .main-section .gallery-box .main-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 12% 9%;
    text-align: center;
  }

  .home_section4 .main-section .gallery-box .main-box .heading {
    font-size: 60px;
    font-weight: 300;
    color: #3e7638;
    margin-bottom: 10px;
  }

  .home_section4 .main-section .gallery-box .main-box a.full-green-btn {
    font-size: 25px;
    color: #85cb21;
    background: #3e7638;
    padding: 3.5% 12%;
    display: inline-block;
  }

  .home_section5 .review-box .heading {
    font-size: 50px;
    color: #3e7638;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .home_section5 .review-box .main-box {
    border: 1px solid #4f4f4f;
    padding: 32px 22px 10px 55px;
    position: relative;
  }

  .home_section5 .review-box .main-box .review-row {
    margin-bottom: 25px;
  }

  .home_section5 .review-box .review-row .rating img {
    width: 131px;
  }

  .home_section5 .review-box .review-row .rating::before {
    content: "";
    background: url(../images/double-quote.png) no-repeat;
    position: absolute;
    width: 31px;
    height: 25px;
    left: -36px;
    background-size: 100%;
  }

  .home_section5 .review-box .review-row .name {
    font-size: 20px;
    font-weight: bold;
    color: #bbbbbb;
    padding-top: 5px;
  }

  .home_section5 .review-box .review-row .content {
    font-size: 20px;
    font-weight: normal;
    color: #bbbbbb;
  }

  .home_section5 .review-box .main-box .arrow_section {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -29px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section5 .review-box .main-box .arrow_section .arrow_main .right_arrow {
    background: url(../images/blk-arrow-right.png) no-repeat;
    width: 58px;
    height: 22px;
    display: block;
    background-size: 100%;
    margin-bottom: 40px;
    cursor: pointer;
  }

  .home_section5 .review-box .main-box .arrow_section .arrow_main .left_arrow {
    background: url(../images/blk-arrow-right.png) no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 58px;
    height: 22px;
    display: block;
    background-size: 100%;
    cursor: pointer;
  }

  .home_section5 .review-box .view_all_section {
    text-align: right;
    float: right;
    margin-top: 15px;
  }

  .home_section5 .review-box .view_all_section a.view_all_link {
    color: #85cb21;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 16px;
  }

  .home_section5 .review-box .view_all_section a.social_link {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    background: #4b753f;
    border-radius: 100%;
  }

  #footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  #footer .contact-footer {
    margin-left: 74px;
    margin-bottom: 80px;
  }

  #footer .contact-footer a.tel_no {
    position: relative;
    display: block;
    font-size: 35px !important;
    font-weight: normal;
    color: #ffffff !important;
  }

  #footer .contact-footer a.tel_no span {
    width: 58px;
    height: 58px;
    background: #ffffff;
    color: #3e7638;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    border-radius: 100%;
    position: absolute;
    left: -74px;
  }

  #footer .contact-footer a.tel_no span i {
    font-size: 32px;
    line-height: 58px;
  }

  #footer .contact-footer a.email {
    font-size: 25px !important;
    color: #ffffff !important;
  }

  #footer .footer_title {
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }

  #footer a {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
  }

  #copyright a {
    font-size: 12px;
  }

  #final-wrapper .footer_social a {
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
    margin-right: 10px;
  }

  #final-wrapper .footer_social a .social_icon {
    font-size: 24px;
    color: #325e2d;
    line-height: 38px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  #navbar2 ul li a {
    font-size: 22px;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 12px;
  }

  .navbar-inverse .navbar-nav>li>a,
  .navbar-inverse .tel_no a {
    font-size: 20px;
  }

  #navbar2 ul li a {
    font-size: 22px;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 12px;
  }

  .get_quote a,
  .get_quote a:hover {
    font-size: 14px;
  }

  #navbar2 ul li a {
    font-size: 26px;
  }

  .navbar-default-top {
    margin-top: 10px;
  }

  .navbar-header .logo_main {
    height: 100px;
  }

  #myCarousel .glyphicon-chevron-left:before {
    content: "" !important;
    background: url(../images/left-arrow.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 47px;
    float: left;
  }

  #myCarousel .glyphicon-chevron-right:before {
    content: "" !important;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 47px;
    float: left;
  }

  .container {
    width: 1370px;
  }

  h1,
  h2 {
    font-size: 56px;
    color: #3f7738;
    font-weight: 300;
    display: block;
  }

  .home_section1 {
    padding-bottom: 0px;
  }

  .home_section1 .subtitle {
    font-size: 32px;
    color: #4f4f4f;
    font-weight: normal;
    padding-bottom: 40px;
  }

  .home_section1 .content {
    font-size: 23px;
    color: #4f4f4f;
    font-weight: normal;
  }

  .home_section1 .main-section h1::before,
  .home_section2 h2.main::before,
  .home_section3 h2::before {
    content: "";
    width: 28px;
    height: 2px;
    position: absolute;
    background: #3e7638;
    margin-top: 34px;
    margin-left: -28px;
  }

  .home_section1 .main-section h1::after,
  .home_section2 h2.main::after,
  .home_section3 h2::after {
    content: "";
    width: 28px;
    height: 2px;
    position: absolute;
    background: #3e7638;
    margin-top: 34px;
    margin-left: 4px;
  }

  .home_section2 .work-with-box .box-content h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 56px;
    padding-bottom: 20px;
    text-shadow: 0px 0px 2px #000000;
  }

  .home_section2 .work-with-box .box-content p {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 20px;
  }

  .home_section2 .work-with-box .inner-content a {
    font-size: 21px;
    color: #85cb21;
    text-transform: uppercase;
    font-weight: 300;
  }

  .home_section2 .work-with-box .inner-content a:hover {
    text-decoration: none;
  }

  .home_section2 .work-with-box .box-content {
    padding: 16%;
  }

  .home_section3 .content-section {
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section3 .content-section span {
    font-size: 56px;
    color: #ffffff;
    font-weight: 300;
  }

  .home_section3 .content-section .inner-section {
    background: #3e7638;
    padding: 10% 9%;
    text-align: center;
  }

  .home_section3 .content-section .inner-section span {
    display: block;
    padding-bottom: 30px;
  }

  .home_section3 .content-section .inner-section p {
    font-size: 22px;
    padding-bottom: 30px;
    color: #ffffff;
    font-weight: 300;
  }

  .home_section3 .content-section .inner-section a.green-btn {
    color: #85cb21;
    font-size: 21px;
    text-transform: uppercase;
    border: 1px solid #85cb21;
    display: inline-block;
    padding: 3.5% 9%;
  }

  .home_section3 .content-section .inner-section a.green-btn:hover,
  .home_section3 .content-section .all-project-link a:hover {
    text-decoration: none;
  }

  .home_section3 .content-section .all-project-link a {
    color: #6aaf08;
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 25px;
    padding-bottom: 25px;
  }

  .home_section3 .content-section .all-project-link a::after {
    content: "";
    background: url(../images/arrow-green.png) no-repeat;
    position: absolute;
    width: 74px;
    height: 27px;
    background-size: 100%;
    top: 40px;
    right: -25px;
  }

  .home_section4 {
    margin-top: 120px;
    margin-bottom: 70px;
  }

  .home_section4 .main-section .gallery-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section4 .main-section .gallery-box .main-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 12% 9%;
    text-align: center;
  }

  .home_section4 .main-section .gallery-box .main-box .heading {
    font-size: 60px;
    font-weight: 300;
    color: #3e7638;
    margin-bottom: 10px;
  }

  .home_section4 .main-section .gallery-box .main-box a.full-green-btn {
    font-size: 23px;
    color: #85cb21;
    background: #3e7638;
    padding: 3.5% 12%;
    display: inline-block;
  }

  .home_section5 .review-box .heading {
    font-size: 46px;
    color: #3e7638;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .home_section5 .review-box .main-box {
    border: 1px solid #4f4f4f;
    padding: 32px 22px 10px 55px;
    position: relative;
  }

  .home_section5 .review-box .main-box .review-row {
    margin-bottom: 25px;
  }

  .home_section5 .review-box .review-row .rating img {
    width: 131px;
  }

  .home_section5 .review-box .review-row .rating::before {
    content: "";
    background: url(../images/double-quote.png) no-repeat;
    position: absolute;
    width: 31px;
    height: 25px;
    left: -36px;
    background-size: 100%;
  }

  .home_section5 .review-box .review-row .name {
    font-size: 20px;
    font-weight: bold;
    color: #bbbbbb;
    padding-top: 5px;
  }

  .home_section5 .review-box .review-row .content {
    font-size: 20px;
    font-weight: normal;
    color: #bbbbbb;
  }

  .home_section5 .review-box .main-box .arrow_section {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -29px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section5 .review-box .main-box .arrow_section .arrow_main .right_arrow {
    background: url(../images/blk-arrow-right.png) no-repeat;
    width: 58px;
    height: 22px;
    display: block;
    background-size: 100%;
    margin-bottom: 40px;
    cursor: pointer;
  }

  .home_section5 .review-box .main-box .arrow_section .arrow_main .left_arrow {
    background: url(../images/blk-arrow-right.png) no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 58px;
    height: 22px;
    display: block;
    background-size: 100%;
    cursor: pointer;
  }

  .home_section5 .review-box .view_all_section {
    text-align: right;
    float: right;
    margin-top: 15px;
  }

  .home_section5 .review-box .view_all_section a.view_all_link {
    color: #85cb21;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 16px;
  }

  .home_section5 .review-box .view_all_section a.social_link {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    background: #4b753f;
    border-radius: 100%;
  }

  #footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  #footer .contact-footer {
    margin-left: 74px;
    margin-bottom: 80px;
  }

  #footer .contact-footer a.tel_no {
    position: relative;
    display: block;
    font-size: 35px !important;
    font-weight: normal;
    color: #ffffff !important;
  }

  #footer .contact-footer a.tel_no span {
    width: 58px;
    height: 58px;
    background: #ffffff;
    color: #3e7638;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    border-radius: 100%;
    position: absolute;
    left: -74px;
  }

  #footer .contact-footer a.tel_no span i {
    font-size: 32px;
    line-height: 58px;
  }

  #footer .contact-footer a.email {
    font-size: 25px !important;
    color: #ffffff !important;
  }

  #footer .footer_title {
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }

  #footer a {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
  }

  #final-wrapper .copyrights_section {
    margin-top: 10px;
  }

  #copyright a {
    font-size: 14px;
  }

  #final-wrapper .footer_social a {
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
    margin-right: 10px;
  }

  #final-wrapper .footer_social a .social_icon {
    font-size: 24px;
    color: #325e2d;
    line-height: 38px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .home_section2 h2.main {
    padding-top: 0;
  }

  .navbar-inverse>.container>.row {
    margin-top: 5px;
  }
}

/* 
@media (min-width: 1200px) {
	
}

@media (max-width: 1199px) {
} */

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
  }

  #navbar {
    padding-right: 15px;
  }

  #navbar2 ul li a {
    font-size: 20px;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 12px;
  }

  #navbar2 ul li a:hover {
    color: #325e2d;
  }

  .get_quote a,
  .get_quote a:hover {
    padding: 12px 20px;
    font-weight: 600;
    background: #3e7638;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
  }

  .get_quote a:hover {
    padding: 12px 20px;
    background: #325e2d;
    color: #fff;
  }

  .tel_no a {
    color: #3e7638;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
  }

  .tel_no a:hover {
    color: #325e2d;
    text-decoration: none;
  }

  #myCarousel .glyphicon-chevron-left:before {
    content: "" !important;
    background: url(../images/left-arrow.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 38px;
    float: left;
  }

  #myCarousel .glyphicon-chevron-right:before {
    content: "" !important;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 38px;
    float: left;
  }

  /*Section Styles*/
  h1,
  h2 {
    font-size: 40px;
    color: #3f7738;
    font-weight: 300;
    padding-top: 0px;
    display: block;
  }

  /* .home_section1{padding-bottom: 20px;}  */
  .home_section1 .subtitle {
    font-size: 23px;
    color: #4f4f4f;
    font-weight: normal;
    padding-bottom: 20px;
  }

  .home_section1 .content {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: normal;
  }

  .home_section1 .main-section {
    width: 80%;
    margin: 0 auto;
  }

  .home_section1 .main-section h1::before,
  .home_section2 h2.main::before,
  .home_section3 h2::before {
    content: "";
    width: 22px;
    height: 2px;
    position: absolute;
    background: #3e7638;
    margin-top: 22px;
    margin-left: -24px;
  }

  .home_section1 .main-section h1::after,
  .home_section2 h2.main::after,
  .home_section3 h2::after {
    content: "";
    width: 22px;
    height: 2px;
    position: absolute;
    background: #3e7638;
    margin-top: 22px;
    margin-left: 4px;
  }

  .home_section2 .home-img-section {
    overflow-x: hidden;
  }

  .home_section2 .home-img-section img,
  #myCarousel img {
    width: 100%;
  }

  .home_section2 .work-with-box {
    position: relative;
  }

  .home_section2 .work-with-box .box-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 16%;
    background-color: rgba(69, 111, 47, 0);
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
  }

  .home_section2 .work-with-box .box-content h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 36px;
    padding-bottom: 20px;
    text-shadow: 0px 0px 2px #000000;
  }

  .home_section2 .work-with-box .box-content p {
    color: #ffffff;
    font-size: 13px;
    padding-bottom: 20px;
  }

  .home_section2 .work-with-box .inner-content a {
    font-size: 14px;
    color: #85cb21;
    text-transform: uppercase;
    font-weight: 300;
  }

  .home_section3 .main-section {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    overflow: auto;
  }

  .home_section3 .img-section img {
    float: left;
    width: 70%;
  }

  .home_section3 .content-section {
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section3 .content-section span {
    font-size: 36px;
    color: #ffffff;
    font-weight: 300;
  }

  .home_section3 .content-section .inner-section {
    background: #3e7638;
    padding: 9% 7%;
    text-align: center;
  }

  .home_section3 .content-section .inner-section span {
    display: block;
    padding-bottom: 20px;
  }

  .home_section3 .content-section .inner-section p {
    font-size: 14px;
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: 300;
  }

  .home_section3 .content-section .inner-section a.green-btn {
    color: #85cb21;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #85cb21;
    display: inline-block;
    padding: 3.5% 9%;
  }

  .home_section3 .content-section .inner-section a.green-btn:hover,
  .home_section3 .content-section .all-project-link a:hover {
    text-decoration: none;
  }

  .home_section3 .content-section .all-project-link a {
    color: #6aaf08;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding-bottom: 15px;
  }

  .home_section3 .content-section .all-project-link a::after {
    content: "";
    background: url(../images/arrow-green.png) no-repeat;
    position: absolute;
    width: 35px;
    height: 13px;
    background-size: 100%;
    top: 23px;
    right: -18px;
  }

  .home_section4 {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .home_section4 .main-section .gallery-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section4 .main-section .gallery-box .main-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 12% 9%;
    text-align: center;
  }

  .home_section4 .main-section .gallery-box .main-box .heading {
    font-size: 36px;
    font-weight: 300;
    color: #3e7638;
    margin-bottom: 10px;
  }

  .home_section4 .main-section .gallery-box .main-box a.full-green-btn {
    font-size: 14px;
    color: #85cb21;
    background: #3e7638;
    padding: 3.5% 12%;
    display: inline-block;
  }

  .home_section4 .main-section .gallery-box .main-box a.full-green-btn:hover {
    text-decoration: none;
    background: #325e2d;
  }

  .home_section5 .review-box .heading {
    font-size: 32px;
    color: #3e7638;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .home_section5 .review-box .main-box {
    border: 1px solid #4f4f4f;
    padding: 32px 22px 10px 55px;
    position: relative;
  }

  .home_section5 .review-box .main-box .review-row {
    margin-bottom: 25px;
  }

  .home_section5 .review-box .review-row .rating {
    position: relative;
  }

  .home_section5 .review-box .review-row .rating img {
    width: 100px;
  }

  .home_section5 .review-box .review-row .rating::before {
    content: "";
    background: url(../images/double-quote.png) no-repeat;
    position: absolute;
    width: 25px;
    height: 20px;
    left: -32px;
    background-size: 100%;
  }

  .home_section5 .review-box .review-row .name {
    font-size: 14px;
    font-weight: bold;
    color: #bbbbbb;
    padding-top: 5px;
  }

  .home_section5 .review-box .review-row .content {
    font-size: 14px;
    font-weight: normal;
    color: #bbbbbb;
  }

  .home_section5 .review-box .review-row .content a {
    display: inline-block;
    color: #4c823c;
    text-decoration: underline;
  }

  .home_section5 .review-box .main-box .arrow_section {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section5 .review-box .main-box .arrow_section .arrow_main .right_arrow {
    background: url(../images/blk-arrow-right.png) no-repeat;
    width: 45px;
    height: 17px;
    display: block;
    background-size: 100%;
    margin-bottom: 40px;
    cursor: pointer;
  }

  .home_section5 .review-box .main-box .arrow_section .arrow_main .left_arrow {
    background: url(../images/blk-arrow-right.png) no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 45px;
    height: 17px;
    display: block;
    background-size: 100%;
    cursor: pointer;
  }

  .home_section5 .review-box .view_all_section {
    text-align: right;
    float: right;
    margin-top: 15px;
  }

  .home_section5 .review-box .view_all_section a.view_all_link {
    color: #85cb21;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 16px;
  }

  .home_section5 .review-box .view_all_section a.social_link {
    display: inline-block;
    width: 48px;
    height: 48px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    font-size: 26px;
    background: #4b753f;
    border-radius: 100%;
  }

  /* .home_section5 .review-section{float: left;margin-left: 8%;} */
  #footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  #footer .contact-footer {
    margin-left: 50px;
    margin-bottom: 50px;
  }

  #footer .contact-footer a.tel_no {
    position: relative;
    display: block;
    font-size: 24px !important;
    font-weight: normal;
    color: #ffffff !important;
  }

  #footer .contact-footer a.tel_no span {
    width: 44px;
    height: 44px;
    background: #ffffff;
    color: #3e7638;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 100%;
    position: absolute;
    left: -52px;
  }

  #footer .contact-footer a.tel_no span i {
    font-size: 24px;
    line-height: 44px;
  }

  #footer .contact-footer a.email {
    font-size: 16px !important;
    color: #ffffff !important;
  }

  #footer .footer_title {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }

  #footer a {
    color: #ffffff;
  }

  #footer a:hover {
    color: #d1d1d1;
  }

  #final-wrapper .copyrights_section {
    font-family: "Lato";
    margin-top: 8px;
  }

  #final-wrapper .footer_social {
    display: inline-block;
    float: right;
  }

  #final-wrapper .footer_social a,
  #final-wrapper .copyrights_section {
    display: inline-block;
  }

  #final-wrapper .footer_social a {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
    margin-right: 10px;
  }

  #final-wrapper .footer_social a .social_icon {
    font-size: 16px;
    color: #325e2d;
    line-height: 28px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 991px) {

  /* social icons */
  #social_icons {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* blog */
  #blog-search-controls-container .form-horizontal .control-label {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
  }

  .navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
  }

  #navbar {
    padding-right: 15px;
  }

  .navbar-brand .logo_main {
    width: 150px;
    height: auto;
    margin-top: 10px;
  }

  #navbar2 ul li a {
    font-size: 16px;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 12px;
  }

  #navbar2 ul li a:hover {
    color: #325e2d;
  }

  .get_quote a,
  .get_quote a:hover {
    padding: 12px 20px;
    font-weight: 600;
    background: #3e7638;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
  }

  .get_quote a:hover {
    padding: 12px 20px;
    background: #325e2d;
    color: #fff;
  }

  .tel_no a {
    color: #3e7638;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
  }

  .tel_no a:hover {
    color: #325e2d;
    text-decoration: none;
  }

  #myCarousel .glyphicon-chevron-left:before {
    content: "" !important;
    background: url(../images/left-arrow.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 38px;
    float: left;
  }

  #myCarousel .glyphicon-chevron-right:before {
    content: "" !important;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 38px;
    float: left;
  }

  /*Section Styles*/
  h1,
  h2 {
    font-size: 36px;
    color: #3f7738;
    font-weight: 300;
    padding-top: 0px;
    display: block;
  }

  /* .home_section1{padding-bottom: 20px;}  */
  .home_section1 .subtitle {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: normal;
    padding-bottom: 20px;
  }

  .home_section1 .content {
    font-size: 14px;
    color: #4f4f4f;
    font-weight: normal;
  }

  .home_section1 .main-section {
    width: 90%;
    margin: 0 auto;
  }

  .home_section1 .main-section h1::before,
  .home_section2 h2.main::before,
  .home_section3 h2::before {
    content: "";
    width: 22px;
    height: 2px;
    position: absolute;
    background: #3e7638;
    margin-top: 20px;
    margin-left: -22px;
  }

  .home_section1 .main-section h1::after,
  .home_section2 h2.main::after,
  .home_section3 h2::after {
    content: "";
    width: 22px;
    height: 2px;
    position: absolute;
    background: #3e7638;
    margin-top: 20px;
    margin-left: 4px;
  }

  .home_section2 .home-img-section {
    overflow-x: hidden;
  }

  .home_section2 .home-img-section img,
  #myCarousel img {
    width: 100%;
  }

  .home_section2 .work-with-box {
    position: relative;
  }

  .home_section2 .work-with-box .box-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 10%;
    background-color: rgba(69, 111, 47, 0);
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
  }

  .home_section2 .work-with-box .box-content h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 0px;
    text-shadow: 0px 0px 2px #000000;
  }

  .home_section2 .work-with-box .box-content p {
    color: #ffffff;
    font-size: 12px;
    padding-bottom: 20px;
  }

  .home_section2 .work-with-box .inner-content a {
    font-size: 14px;
    color: #85cb21;
    text-transform: uppercase;
    font-weight: 300;
  }

  .home_section3 .main-section {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    overflow: auto;
  }

  .home_section3 .img-section img {
    float: left;
    width: 100%;
  }

  .home_section3 .content-section {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section3 .content-section span {
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
  }

  .home_section3 .content-section .inner-section {
    background: #3e7638;
    padding: 7%;
    text-align: center;
  }

  .home_section3 .content-section .inner-section span {
    display: block;
    padding-bottom: 20px;
  }

  .home_section3 .content-section .inner-section p {
    font-size: 14px;
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: 300;
  }

  .home_section3 .content-section .inner-section a.green-btn {
    color: #85cb21;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #85cb21;
    display: inline-block;
    padding: 3% 6%;
  }

  .home_section3 .content-section .inner-section a.green-btn:hover,
  .home_section3 .content-section .all-project-link a:hover {
    text-decoration: none;
  }

  .home_section3 .content-section .all-project-link {
    display: block;
    margin-top: 50px;
  }

  .home_section3 .content-section .all-project-link a {
    color: #6aaf08;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding-bottom: 15px;
  }

  .home_section3 .content-section .all-project-link a::after {
    content: "";
    background: url(../images/arrow-green.png) no-repeat;
    position: absolute;
    width: 35px;
    height: 13px;
    background-size: 100%;
    top: 23px;
    right: -18px;
  }

  .home_section4 {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .home_section4 .main-section .gallery-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section4 .main-section .gallery-box .main-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 12% 9%;
    text-align: center;
  }

  .home_section4 .main-section .gallery-box .main-box .heading {
    font-size: 32px;
    font-weight: 300;
    color: #3e7638;
    margin-bottom: 10px;
  }

  .home_section4 .main-section .gallery-box .main-box a.full-green-btn {
    font-size: 14px;
    color: #85cb21;
    background: #3e7638;
    padding: 3.5% 12%;
    display: inline-block;
  }

  .home_section4 .main-section .gallery-box .main-box a.full-green-btn:hover {
    text-decoration: none;
    background: #325e2d;
  }

  .home_section5 .review-box .heading {
    font-size: 32px;
    color: #3e7638;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .home_section5 .review-box .main-box {
    border: 1px solid #4f4f4f;
    padding: 32px 22px 10px 55px;
    position: relative;
  }

  .home_section5 .review-box .main-box .review-row {
    margin-bottom: 25px;
  }

  .home_section5 .review-box .review-row .rating {
    position: relative;
  }

  .home_section5 .review-box .review-row .rating img {
    width: 100px;
  }

  .home_section5 .review-box .review-row .rating::before {
    content: "";
    background: url(../images/double-quote.png) no-repeat;
    position: absolute;
    width: 25px;
    height: 20px;
    left: -32px;
    background-size: 100%;
  }

  .home_section5 .review-box .review-row .name {
    font-size: 14px;
    font-weight: bold;
    color: #bbbbbb;
    padding-top: 5px;
  }

  .home_section5 .review-box .review-row .content {
    font-size: 14px;
    font-weight: normal;
    color: #bbbbbb;
  }

  .home_section5 .review-box .review-row .content a {
    display: inline-block;
    color: #4c823c;
    text-decoration: underline;
  }

  .home_section5 .review-box .main-box .arrow_section {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section5 .review-box .main-box .arrow_section .arrow_main .right_arrow {
    background: url(../images/blk-arrow-right.png) no-repeat;
    width: 45px;
    height: 17px;
    display: block;
    background-size: 100%;
    margin-bottom: 40px;
    cursor: pointer;
  }

  .home_section5 .review-box .main-box .arrow_section .arrow_main .left_arrow {
    background: url(../images/blk-arrow-right.png) no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 45px;
    height: 17px;
    display: block;
    background-size: 100%;
    cursor: pointer;
  }

  .home_section5 .review-box .view_all_section {
    text-align: right;
    float: right;
    margin-top: 15px;
  }

  .home_section5 .review-box .view_all_section a.view_all_link {
    color: #85cb21;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
  }

  .home_section5 .review-box .view_all_section a.social_link {
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    background: #4b753f;
    border-radius: 100%;
  }

  /* .home_section5 .review-section{float: left;margin-left: 8%;} */
  #footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  #footer .contact-footer {
    margin-left: 50px;
    margin-bottom: 50px;
  }

  #footer .contact-footer a.tel_no {
    position: relative;
    display: block;
    font-size: 24px !important;
    font-weight: normal;
    color: #ffffff !important;
  }

  #footer .contact-footer a.tel_no span {
    width: 44px;
    height: 44px;
    background: #ffffff;
    color: #3e7638;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 100%;
    position: absolute;
    left: -52px;
  }

  #footer .contact-footer a.tel_no span i {
    font-size: 24px;
    line-height: 44px;
  }

  #footer .contact-footer a.email {
    font-size: 16px !important;
    color: #ffffff !important;
  }

  #footer .footer_title {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }

  #footer a {
    color: #ffffff;
  }

  #footer a:hover {
    color: #d1d1d1;
  }

  #final-wrapper .copyrights_section {
    font-family: "Lato";
    margin-top: 8px;
  }

  #final-wrapper .footer_social {
    display: inline-block;
    float: none;
    margin-top: 10px;
  }

  #final-wrapper .footer_social a,
  #final-wrapper .copyrights_section {
    display: inline-block;
  }

  #final-wrapper .footer_social a {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
    margin-right: 10px;
  }

  #final-wrapper .footer_social a .social_icon {
    font-size: 16px;
    color: #325e2d;
    line-height: 28px;
    margin-top: 0px;
    margin-left: 0px;
  }

  #copyright {
    text-align: center;
  }
}

@media (max-width: 767px) {

  /* footer */
  #footer {
    text-align: center;
  }

  .footer-logo {
    text-align: center;
  }

  /* final wrapper */
  #copyright {
    text-align: center;
  }

  #upshot {
    text-align: center;
  }

  /* carousel */
  .carousel-caption {
    display: none;
  }

  .carousel-indicators {
    display: none;
  }

  /* stacktable.js */
  .stacktable.large-only {
    display: none;
  }

  .stacktable.small-only {
    display: table;
  }

  #navbar2 .nav.navbar-nav {
    float: none;
  }

  #navbar2 ul li a {
    font-size: 18px;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 0px;
  }

  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #3e7638;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }

  .navbar-default .navbar-toggle {
    border-color: #3e7638;
  }

  #navbar {
    text-align: center;
  }

  .navbar .navbar-brand {
    position: relative;
    float: none;
  }

  #navbar ul.navbar-nav {
    margin: 0px;
  }

  #navbar ul.navbar-nav {
    display: block;
  }

  #navbar ul.navbar-nav li {
    display: inline-block;
  }

  #navbar ul.navbar-nav li a {
    padding: 10px 5px;
  }

  .tel_no a {
    padding-left: 5px !important;
  }

  .navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
  }

  #navbar {
    padding-right: 15px;
  }

  .navbar-brand .logo_main {
    width: 150px;
    height: auto;
    margin: 0 auto;
  }

  #navbar2 ul li a {
    font-size: 16px;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 0px;
  }

  #navbar2 ul li a:hover {
    color: #325e2d;
  }

  .get_quote {
    margin-top: 5px;
  }

  .get_quote a,
  .get_quote a:hover {
    display: inline-block;
    padding: 12px 20px;
    font-weight: 600;
    background: #3e7638;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
  }

  .get_quote a:hover {
    padding: 12px 20px;
    background: #325e2d;
    color: #fff;
  }

  .tel_no a {
    color: #3e7638;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
  }

  .tel_no a:hover {
    color: #325e2d;
    text-decoration: none;
  }

  #myCarousel .glyphicon-chevron-left:before {
    content: "" !important;
    background: url(../images/left-arrow.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 38px;
    float: left;
  }

  #myCarousel .glyphicon-chevron-right:before {
    content: "" !important;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 38px;
    float: left;
  }

  /*Section Styles*/
  h1,
  h2 {
    font-size: 32px;
    color: #3f7738;
    font-weight: 300;
    padding-top: 0px;
    display: block;
  }

  /* .home_section1{padding-bottom: 20px;}  */
  .home_section1 .subtitle {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: normal;
    padding-bottom: 20px;
  }

  .home_section1 .content {
    font-size: 12px;
    color: #4f4f4f;
    font-weight: normal;
  }

  .home_section1 .main-section {
    width: 90%;
    margin: 0 auto;
  }

  .home_section1 .main-section h1::before,
  .home_section2 h2.main::before,
  .home_section3 h2::before {
    content: "";
    width: 18px;
    height: 2px;
    position: absolute;
    background: #3e7638;
    margin-top: 18px;
    margin-left: -22px;
  }

  .home_section1 .main-section h1::after,
  .home_section2 h2.main::after,
  .home_section3 h2::after {
    content: "";
    width: 18px;
    height: 2px;
    position: absolute;
    background: #3e7638;
    margin-top: 18px;
    margin-left: 4px;
  }

  .home_section2 .home-img-section {
    overflow-x: hidden;
  }

  .home_section2 .home-img-section img,
  #myCarousel img {
    width: 100%;
  }

  .home_section2 .work-with-box {
    position: relative;
    margin-bottom: 30px;
  }

  .home_section2 .work-with-box .box-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 5%;
    background-color: rgba(69, 111, 47, 0);
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
  }

  .home_section2 .work-with-box .box-content h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 0px;
    text-shadow: 0px 0px 2px #000000;
  }

  .home_section2 .work-with-box .box-content p {
    color: #ffffff;
    font-size: 12px;
    padding-bottom: 20px;
  }

  .home_section2 .work-with-box .inner-content a {
    font-size: 14px;
    color: #85cb21;
    text-transform: uppercase;
    font-weight: 300;
  }

  .home_section3 .main-section {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    overflow: auto;
  }

  .home_section3 .img-section img {
    float: left;
    width: 100%;
  }

  .home_section3 .content-section {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section3 .content-section span {
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
  }

  .home_section3 .content-section .inner-section {
    background: #3e7638;
    padding: 7%;
    text-align: center;
  }

  .home_section3 .content-section .inner-section span {
    display: block;
    padding-bottom: 20px;
  }

  .home_section3 .content-section .inner-section p {
    font-size: 14px;
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: 300;
  }

  .home_section3 .content-section .inner-section a.green-btn {
    color: #85cb21;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #85cb21;
    display: inline-block;
    padding: 3% 6%;
  }

  .home_section3 .content-section .inner-section a.green-btn:hover,
  .home_section3 .content-section .all-project-link a:hover {
    text-decoration: none;
  }

  .home_section3 .content-section .all-project-link {
    display: block;
    margin-top: 50px;
  }

  .home_section3 .content-section .all-project-link a {
    color: #6aaf08;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding-bottom: 15px;
  }

  .home_section3 .content-section .all-project-link a::after {
    content: "";
    background: url(../images/arrow-green.png) no-repeat;
    position: absolute;
    width: 35px;
    height: 13px;
    background-size: 100%;
    top: 23px;
    right: -18px;
  }

  .home_section4 {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .home_section4 .main-section .gallery-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home_section4 .main-section .gallery-box .main-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 8% 9%;
    text-align: center;
    margin: 10%;
  }

  .home_section4 .main-section .gallery-box .main-box .heading {
    font-size: 26px;
    font-weight: 300;
    color: #3e7638;
    margin-bottom: 10px;
  }

  .home_section4 .main-section .gallery-box .main-box a.full-green-btn {
    font-size: 14px;
    color: #85cb21;
    background: #3e7638;
    padding: 3.5% 12%;
    display: inline-block;
  }

  .home_section4 .main-section .gallery-box .main-box a.full-green-btn:hover {
    text-decoration: none;
    background: #325e2d;
  }

  .home_section5 .review-box {
    overflow: auto;
  }

  .home_section5 .review-box .heading {
    font-size: 28px;
    color: #3e7638;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .home_section5 .review-box .main-box {
    border: 1px solid #4f4f4f;
    padding: 32px 22px 10px 55px;
    position: relative;
  }

  .home_section5 .review-box .main-box .review-row {
    margin-bottom: 25px;
  }

  .home_section5 .review-box .review-row .rating {
    position: relative;
  }

  .home_section5 .review-box .review-row .rating img {
    width: 100px;
  }

  .home_section5 .review-box .review-row .rating::before {
    content: "";
    background: url(../images/double-quote.png) no-repeat;
    position: absolute;
    width: 25px;
    height: 20px;
    left: -32px;
    background-size: 100%;
  }

  .home_section5 .review-box .review-row .name {
    font-size: 14px;
    font-weight: bold;
    color: #bbbbbb;
    padding-top: 5px;
  }

  .home_section5 .review-box .review-row .content {
    font-size: 14px;
    font-weight: normal;
    color: #bbbbbb;
  }

  .home_section5 .review-box .review-row .content a {
    display: inline-block;
    color: #4c823c;
    text-decoration: underline;
  }

  .home_section5 .review-box .main-box .arrow_section {
    position: absolute;
    top: -60px;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .home_section5 .review-box .main-box .arrow_section .arrow_main .right_arrow {
    background: url(../images/blk-arrow-right.png) no-repeat;
    width: 45px;
    height: 17px;
    display: block;
    background-size: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
  }

  .home_section5 .review-box .main-box .arrow_section .arrow_main .left_arrow {
    background: url(../images/blk-arrow-right.png) no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 45px;
    height: 17px;
    display: block;
    background-size: 100%;
    cursor: pointer;
  }

  .home_section5 .review-box .view_all_section {
    text-align: right;
    float: right;
    margin-top: 15px;
  }

  .home_section5 .review-box .view_all_section a.view_all_link {
    color: #85cb21;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
  }

  .home_section5 .review-box .view_all_section a.social_link {
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    background: #4b753f;
    border-radius: 100%;
  }

  /* .home_section5 .review-section{float: left;margin-left: 8%;} */
  #footer {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  #footer .contact-footer {
    margin-left: 52px;
    margin-bottom: 40px;
    display: inline-block;
  }

  #footer .contact-footer a.tel_no {
    position: relative;
    display: block;
    font-size: 24px !important;
    text-align: left;
    font-weight: normal;
    color: #ffffff !important;
  }

  #footer .contact-footer a.tel_no span {
    width: 44px;
    height: 44px;
    background: #ffffff;
    color: #3e7638;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 100%;
    position: absolute;
    left: -52px;
  }

  #footer .contact-footer a.tel_no span i {
    font-size: 24px;
    line-height: 44px;
  }

  #footer .contact-footer a.email {
    font-size: 16px !important;
    color: #ffffff !important;
  }

  #footer .footer_title {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }

  #footer a {
    color: #ffffff;
  }

  #footer a:hover {
    color: #d1d1d1;
  }

  #final-wrapper .copyrights_section {
    font-family: "Lato";
    margin-top: 8px;
  }

  #final-wrapper .footer_social {
    display: inline-block;
    float: none;
    margin-top: 10px;
  }

  #final-wrapper .footer_social a,
  #final-wrapper .copyrights_section {
    display: inline-block;
  }

  #final-wrapper .footer_social a {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
    margin-right: 10px;
  }

  #final-wrapper .footer_social a .social_icon {
    font-size: 16px;
    color: #325e2d;
    line-height: 28px;
    margin-top: 0px;
    margin-left: 0px;
  }

  #copyright {
    text-align: center;
  }

  #footer .content-section {
    margin-bottom: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {

  /* main body */
  body {
    min-width: 320px;
  }
}

.projects-header {
  background: #3e7638;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.projects-header h1 {
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.projects-header h1:before,
.projects-header h1:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 5%;
}

.projects-header h1:before {
  right: 0.5em;
  margin-left: -50%;
}

.projects-header h1:after {
  left: 0.5em;
  margin-right: -50%;
}

.container-fluid-projects {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid-projects .project-category-link {
  font-size: 20px;
  color: #3e7638;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.container-fluid-projects .project-category-link:hover {
  color: #444;
  text-decoration: underline;
}

.container-fluid-projects .active {
  color: #444;
  text-decoration: underline;
}

.container-fluid-projects .no-projects-found {
  font-size: 20px;
}

.projects-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.projects-content .project-title {
  display: block;
  font-size: 28px;
  color: #3e7638;
  /*margin-top:40px;  */
}

.projects-content .project-title a {
  color: #3e7638;
  text-decoration: none;
  height: 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-content: center;
}

.projects-content .project-title a:hover {
  color: #444;
  text-decoration: none;
}

.projects-content .image-container {
  position: relative;
  width: 100%;
}

.projects-content .image-container .image {
  display: block;
  width: 100%;
  height: auto;
}

.projects-content .image-container .image {
  width: 370px;
  height: 370px;
  object-fit: cover;
}

.projects-content .image-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 370px;
  max-width: 370px;
  margin: auto;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #3e7638;
}

.projects-content .image-container:hover .overlay {
  opacity: 0.8;
}

.projects-content .image-container .text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background: #3e7638;
  padding: 10px 20px;
  border: 2px solid #fff;
}

@media (max-width: 1600px) {
  .projects-content .image-container .image {
    width: 350px;
    height: 350px;
  }

  .projects-content .image-container .overlay {
    max-height: 350px;
    max-width: 350px;
  }
}

@media (max-width: 1500px) {
  .projects-content .image-container .image {
    width: 340px;
    height: 340px;
  }

  .projects-content .image-container .overlay {
    max-height: 340px;
    max-width: 340px;
  }
}

@media (max-width: 1450px) {
  .projects-content .image-container .image {
    width: 300px;
    height: 300px;
  }

  .projects-content .image-container .overlay {
    max-height: 300px;
    max-width: 300px;
  }
}

@media (max-width: 1350px) {
  .projects-content .image-container .image {
    width: 250px;
    height: 250px;
  }

  .projects-content .image-container .overlay {
    max-height: 250px;
    max-width: 250px;
  }
}

@media (max-width: 1100px) {
  .projects-content .image-container .image {
    width: 220px;
    height: 220px;
  }

  .projects-content .image-container .overlay {
    max-height: 220px;
    max-width: 220px;
  }
}

@media (max-width: 991px) {
  .projects-content .image-container .image {
    width: 340px;
    height: 340px;
  }

  .projects-content .image-container .overlay {
    max-height: 340px;
    max-width: 340px;
  }
}

@media (max-width: 767px) {
  .projects-content .image-container .image {
    width: 370px;
    height: 370px;
  }

  .projects-content .image-container .overlay {
    max-height: 370px;
    max-width: 370px;
  }
}

@media (max-width: 400px) {
  .projects-content .image-container .image {
    width: 280px;
    height: 280px;
  }

  .projects-content .image-container .overlay {
    max-height: 280px;
    max-width: 280px;
  }
}

.projects-get-a-quote {
  background: url("../images/get-a-quote-bg.png") center;
  width: 100%;
  height: 337px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .projects-get-a-quote {
    background: #3e7638;
  }
}

.projects-get-a-quote .get-a-quote-left {
  padding-top: 80px;
  padding-left: 100px;
}

.projects-get-a-quote .get-a-quote-right {
  padding-top: 80px;
  padding-left: 300px;
}

.projects-get-a-quote .get-a-quote-title {
  font-size: 50px;
  color: #fff;
  display: block;
}

.projects-get-a-quote .get-a-quote-text {
  font-size: 18px;
  color: #fff;
  display: block;
}

.projects-get-a-quote .get-a-quote-btn {
  display: block;
  font-size: 26px;
  color: #fff;
  padding: 10px 20px;
  background: #64973b;
  text-transform: uppercase;
  margin-top: 20px;
  width: 220px;
  text-align: center;
}

.projects-get-a-quote .get-a-quote-btn:hover {
  color: #3e7638;
  background: #fff;
  text-decoration: none;
}

@media (max-width: 1550px) {
  .projects-get-a-quote .get-a-quote-right {
    padding-left: 200px;
  }
}

@media (max-width: 1350px) {
  .projects-get-a-quote .get-a-quote-right {
    padding-left: 150px;
  }
}

@media (max-width: 1200px) {
  .projects-get-a-quote .get-a-quote-left {
    padding-left: 50px;
  }

  .projects-get-a-quote .get-a-quote-right {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .projects-get-a-quote .get-a-quote-title {
    font-size: 36px;
  }

  .projects-get-a-quote .get-a-quote-text {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .projects-get-a-quote .get-a-quote-title {
    font-size: 22px;
  }

  .projects-get-a-quote .get-a-quote-text {
    font-size: 12px;
  }

  .projects-get-a-quote .get-a-quote-left {
    padding-left: 20px;
    padding-top: 100px;
  }

  .projects-get-a-quote .get-a-quote-right {
    padding-left: 20px;
    padding-top: 100px;
  }

  .projects-get-a-quote .get-a-quote-btn {
    font-size: 14px;
    width: 150px;
    padding: 10px 10px 10px 10px;
  }
}

.project-header {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../images/project-header-bg.jpg") center;
}

.project-header h1 {
  color: #fff;
}

.project-header .project-sub-title {
  color: #fff;
  font-size: 20px;
}

.project-header p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

.project-title-main {
  font-size: 50px;
  display: block;
  overflow: hidden;
  text-align: left;
  color: #3e7638;
}

.project-title-main:before,
.project-title-main:after {
  background-color: #3e7638;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 3%;
}

.project-title-main:before {
  right: 0.05em;
  /*margin-left: -50%;*/
}

.project-title-main:after {
  left: 0.1em;
  /*margin-right: -50%;*/
}

.project-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-desc {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.project-title-right {
  font-size: 30px;
  display: block;
  margin-top: 10px;
}

.project-credits-title {
  font-size: 20px;
  display: inline-block;
  margin-left: 15px;
}

.project-credits-link {
  font-size: 20px;
  color: #3e7638;
  margin-left: 10px;
}

.project-credits-link a {
  color: #3e7638;
  text-decoration: underline;
}

.project-credits-link a:hover {
  color: #444;
}

.project-share-icons {
  margin-left: 15px;
  margin-top: 10px;
}

.project-share-icons .st-custom-button[data-network] {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #3e7638;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  padding-left: 12px;
  padding-top: 3px;
  margin-right: 5px;
}

.project-testimonial {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../images/project-header-bg.jpg") center top;
  margin-top: 40px;
  margin-bottom: 40px;
}

.project-testimonial-client {
  color: #fff;
  font-size: 28px;
  display: block;
  /*padding-top: 15px;*/
}

.project-testimonial-text {
  color: #fff;
  font-size: 22px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .project-testimonial-text {
    font-size: 36px;
  }
}

.project-testimonial-name {
  color: #fff;
  font-size: 20px;
  display: block;
  padding-top: 15px;
}

.container-fluid-projects-gallery {
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.project-gallery {
  margin-top: 40px;
  margin-bottom: 40px;
}

.project-gallery-image {
  margin-bottom: 20px;
}

.img-gallery-thumbnail {
  margin: 5px;
}

.row-image {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  margin-bottom: 40px;
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* HOME PAGE CUSTOMER REVIEWS */
#home_page_customer_reviews_wrapper {
  line-height: 1.75em;
  padding-top: 80px;
  padding-bottom: 80px;
}

#home_page_customer_reviews_wrapper .row {
  text-align: center;
}

#home_page_customer_reviews_content {
  font-size: 19px;
}

#home_page_customer_reviews_content p:last-child {
  margin-bottom: 0px;
}

.home_page_customer_review_container {
  margin-top: 30px;
  text-align: left;
}

.home_page_customer_review {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #666666;
  height: 200px;
  padding: 10px 20px 10px 20px;
  position: relative;
  z-index: 1;
}

.home_page_customer_review:before {
  border-top: 16px solid #ededed;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  content: "";
  left: 36px;
  position: absolute;
  top: 100%;
  width: 0px;
}

.home_page_customer_review:after {
  border-top: 15px solid #fafafa;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: "";
  left: 37px;
  position: absolute;
  top: 100%;
  width: 0px;
}

.home_page_customer_review .home_page_customer_review_quote {
  height: 140px;
  line-height: 1.5em;
  overflow-y: auto;
}

.home_page_customer_review .home_page_customer_review_quote p {
  margin-bottom: 0px;
}

.home_page_customer_review img.home_page_customer_review_logo {
  bottom: 8px;
  position: absolute;
  right: 8px;
}

.home_page_customer_reviewer {
  height: 64px;
  margin-top: 30px;
  padding-top: 12px;
  padding-left: 106px;
  position: relative;
  z-index: 1;
}

.home_page_customer_reviewer img {
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  height: 64px;
  left: 21px;
  position: absolute;
  top: 0px;
  width: 64px;
  z-index: 2;
}

.home_page_customer_reviewer p {
  color: #666666;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.home_page_customer_reviewer p:first-of-type {
  color: #4080fe;
  font-size: 16px;
}

#home_page_customer_review_facebook_carousel_container {
  background: #fff;
  border: 1px solid rgba(190, 190, 190, 0.35);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 320px;
}

#home_page_customer_review_google_carousel_container {
  background: #fff;
  border: 1px solid rgba(190, 190, 190, 0.35);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 320px;
  padding-left: 20px;
  padding-right: 20px;
}

#home_page_customer_review_google_carousel .carousel-control,
#home_page_customer_review_facebook_carousel .carousel-control {
  background-image: none;
  filter: none;
  opacity: 1;
}

#home_page_customer_review_google_carousel .carousel-control.left,
#home_page_customer_review_facebook_carousel .carousel-control.left {
  left: -60px;
}

#home_page_customer_review_google_carousel .carousel-control.right,
#home_page_customer_review_facebook_carousel .carousel-control.right {
  right: -60px;
}

#home_page_customer_review_google_carousel .carousel-control .glyphicon,
#home_page_customer_review_facebook_carousel .carousel-control .glyphicon {
  color: #a2366a;
  text-shadow: none;
  top: 100px;
}

#home_page_customer_review_google_carousel .carousel-control:hover .glyphicon,
#home_page_customer_review_facebook_carousel .carousel-control:hover .glyphicon {
  color: #187a20;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fNameHere {
  display: none;
}

/* FAQ Page */
.accordion {
  margin: auto;
  /*max-width: 500px;*/
}

.accordion .panel-default {
  /*background-color: #187a20 !important;*/
  border: 1px solid #187a20;
  color: #000;
}

.accordion .panel-default>.panel-heading {
  background-color: #fff !important;
  background-image: none;
  border-color: #187a20;
  color: #000;
}

.accordion .panel-default>.panel-heading>.panel-title {
  line-height: 1.5;
}

.accordion .panel-default>.panel-heading a {
  color: #187a20;
}

.accordion .panel-default>.panel-body {
  padding: 25px;
}

.panel-title>a.collapsed::before {
  content: "";
  float: left !important;
  margin-right: 10px;
}

.panel-title>a::before {
  content: "";
  float: left !important;
  font-family: "FontAwesome";
  margin-right: 10px;
  padding-right: 5px;
}

.panel-heading a {
  display: block;
  position: relative;
  font-weight: bold;
}

.panel-heading a::after {
  content: "";
  border: solid #187a20;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  margin-left: 20px !important;
}

.panel-heading a[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  top: 5px;
}