@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Volkhov:ital@1&display=swap");
body {
  line-height: 1.65;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

p {
  color: #7B7B7B;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #655E7A;
}

blockquote {
  font-size: 18px;
  border-left: 5px solid #655E7A;
  padding: 20px 40px;
  text-align: left;
  color: #777;
}

.navbar-toggle .icon-bar {
  background: #655E7A;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #655E7A;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #655E7A;
}

.slick-slide {
  outline: 0;
}

.btn-main, .btn-small, .btn-transparent {
  /*background: #655E7A;*/
  background:#758568;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}
.btn-main.btn-icon i, .btn-icon.btn-small i, .btn-icon.btn-transparent i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn-main:hover, .btn-small:hover, .btn-transparent:hover {
  background: #353240;
  color: #fff;
}

.btn-solid-border {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-solid-border:hover {
  border: 1px solid #655E7A;
  background: #655E7A;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #655E7A;
}
.btn-transparent:hover {
  background: transparent;
  color: #655E7A;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

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

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

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

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

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

.btn:focus {
  color: #ddd;
}

.w-100 {
  width: 100%;
}

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

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f9f9f9;
}

.bg-pricing {
  background: #6c8860;
  color:#000;
}

.bg-primary {
  background: #655E7A !important;
}

.bg-primary-dark {
  background: #4d485d !important;
}

.bg-primary-darker {
  background: #353240 !important;
}

.bg-dark {
  background: #202122 !important;
}

.blacktext {
	color:#000;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.title {
  padding: 20px 0 30px;
}
.title h2 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-title p {
  font-style: italic;
  color: #666;
  font-family: "Volkhov", serif;
}

.section-subtitle {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.page-title {
  padding: 100px 0;
}
.page-title .block {
  text-align: center;
}
.page-title .block h1 {
  color: #fff;
  font-weight: 200;
  letter-spacing: 6px;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-title .block h1 {
    font-size: 32px;
  }
}
.page-title .block p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

.heading {
  padding-bottom: 60px;
  text-align: center;
}
.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}

.page-wrapper {
  padding: 70px 0;
}

.list-circle {
  padding-left: 20px;
}
.list-circle li {
  list-style-type: circle;
}

.overly, .slider, .lawnslider, .page-title {
  position: relative;
}
.overly:before, .slider:before, .lawnslider:before, .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #586144;
  opacity: 0.8;
}

#success,
#error {
  display: none;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

/*--
	Header Start 
--*/
header {
  background: #fff;
  padding: 20px 0;
}
header .navbar {
  margin-bottom: 0px;
  border: 0px;
}
header .navbar-brand {
  padding-top: 5px;
}
header .navbar-default {
  background: none;
  border: 0px;
}
header .navbar-default .navbar-nav {
  padding-top: 10px;
}
header .navbar-default .navbar-nav li a {
  color: #333333;
  padding: 10px 26px;
  font-size: 15px;
}
header .navbar-default .navbar-nav li a:hover {
  color: #000;
}

.navigation {
  background: #fff;
  padding: 20px 0;
}
.navigation .navbar {
  margin-bottom: 0px;
  border: 0px;
}
.navigation .navbar-brand {
  padding-top: 5px;
}
.navigation .navbar-toggler {
  font-size: 36px;
}
.navigation .navbar-toggler:focus {
  outline: 0;
}
.navigation .navbar {
  background: none;
  border: 0px;
}
.navigation .navbar .navbar-nav {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .navigation .navbar .navbar-nav {
    text-align: center;
  }
}
.navigation .navbar .navbar-nav > li > a {
  color: #5C5C5C;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}
.navigation .navbar .navbar-nav > li > a:hover, .navigation .navbar .navbar-nav > li > a:focus {
  color: #000;
  background: transparent;
}
.navigation .navbar .navbar-nav li.active > a {
  text-decoration: underline;
  color: #655E7A;
}

.lawnslider {
  background: url("/Images/p-lawnslider.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 992px) {
  .lawnslider {
    padding: 150px 0;
  }
}
.lawnslider .block {
  color: #E3E3E4;
  text-align: center;
}
.lawnslider .block h1 {
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .lawnslider .block h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .lawnslider .block h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.lawnslider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .lawnslider .block p {
    font-size: 16px;
  }
}

.slider {
  background: url("/Images/p-slider.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 992px) {
  .slider {
    padding: 150px 0;
  }
}
.slider .block {
  color: #E3E3E4;
  text-align: center;
}
.slider .block h1 {
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .slider .block h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .slider .block h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .slider .block p {
    font-size: 16px;
  }
}










.aboutSection {
    background: url("../../Images/p-about.jpg");
    background-position: 0% 94px;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    background-color: #9fac90 !important;
}

@media (max-width: 768px) {
    .aboutSection {
        background-image: none !important;
        background-color: #9fac90 !important;
    }
}

.aboutSection h2 {
    margin-bottom: 30px;
}

.aboutSection p {
    color: #202020;
    margin-bottom: 20px;
}

.aboutSection .btn-view-about {
    background: #758568;
    color: #fff;
    padding: 10px 20px;
}

.priceSection {
    background: url("../../Images/p-prices.jpg");
    background-position: 0% 94px;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    background-color: #6c8860 !important;
}

@media (max-width: 768px) {
    .priceSection {
        background-image: none !important;
        background-color: #9fac90 !important;
    }
}

.priceSection h2 {
    margin-bottom: 30px;
}

.priceSection p {
    color: #202020;
    margin-bottom: 20px;
}

.priceSection .btn-view-prices {
    background: #758568;
    color: #fff;
    padding: 10px 20px;
}

.ourServices {
  background: url("../../Images/p-services.jpg");
  background-position: 50% 94px;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  background-color: #9fac90 !important;
}
@media (max-width: 768px) {
    .ourServices {
        background-image: none !important;
        background-color: #9fac90 !important;
    }
}
.ourServices h2 {
    margin-bottom: 30px;
}
.ourServices p {
    color: #202020;
    margin-bottom: 20px;
}
.ourServices .btn-view-works {
    background: #758568;
    color: #fff;
    padding: 10px 20px;
}

/*

.feature2 {
  background: url("/Images/sage.jpg");
  background-position: 50% 94px;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  background-color: #9fac90 !important;
}
@media (max-width: 768px) {
  .feature2 {
    background-image: none !important;
    background-color: #9fac90 !important;
  }
}
.feature2 h2 {
  margin-bottom: 30px;
}
.feature2 p {
  color: #8d8f92;
  margin-bottom: 20px;
}
.feature2 .btn-view-works {
  background: #655E7A;
  color: #fff;
  padding: 10px 20px;
}

.portfolio-work {
  padding: 80px 0;
}
.portfolio-work .block .portfolio-menu {
  text-align: center;
}
.portfolio-work .block .portfolio-menu .btn-group {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .portfolio-work .block .portfolio-menu .btn-group {
    display: block;
  }
}
.portfolio-work .block .portfolio-menu .btn-group label {
  display: inline-block;
  border: 1px solid #dedede;
  padding: 8px 25px;
  cursor: pointer;
  font-size: 15px;
  color: #333333;
  outline: 0;
  background: #fff;
  margin: 3px 2px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.portfolio-work .block .portfolio-menu .btn-group label.active {
  background-color: #655E7A;
  border-color: #655E7A;
  color: #fff;
}

.portfolio-item {
  position: relative;
  padding: 0;
}
.portfolio-item img {
  width: 100%;
  height: auto;
}
.portfolio-item:hover .portfolio-hover {
  visibility: visible;
  opacity: 1;
}
.portfolio-item:hover .portfolio-content {
  transform: translateY(-50%);
}
.portfolio-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(60, 55, 55, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.portfolio-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  text-align: center;
  padding: 20px;
  transition: inherit;
}
.portfolio-content * {
  color: #fff;
}
.portfolio-content a {
  display: block;
  transition: 0.2s ease;
}
.portfolio-content a:hover {
  color: #fff;
  opacity: 0.8;
}
.portfolio-content a i {
  font-size: 30px;
}
.portfolio-content a.h3 {
  margin-top: 0;
}

.portfolio-single-page .project-details h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #dedede;
}
.portfolio-single-page .project-details span {
  color: #838383;
  width: 180px;
  display: inline-block;
}
.portfolio-single-page .project-details strong {
  color: #313131;
  font-weight: normal;
}
.portfolio-single-page .project-details ul li {
  margin-bottom: 10px;
}

.portfolio-single-slider {
  cursor: -webkit-grab;
  cursor: grab;
}

    */


.contact-form {
  background:#b4c4aa;
  padding-top: 70px;
  padding-bottom: 35px;
}
.contact-form .block .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
.contact-form .block .form-group .form-control {
  background: #F6F8FA;
  height: 60px;
  padding: 10px 20px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
.contact-form .block .form-group-2 {
  margin-bottom: 13px;
}
.contact-form .block .form-group-2 textarea {
  background: #F6F8FA;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  padding: 15px 20px;
}
.contact-form .block button {
  width: 100%;
  height: 60px;
  background: #47424C;
  border: none;
  color: #fff;
  font-size: 18px;
}

.address-block li {
  margin-bottom: 10px;
}
.address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}

.contact-box {
  padding-top: 35px;
  padding-bottom: 58px;
}
.contact-box .block img {
  width: 100%;
}
.contact-box .block h2 {
  font-weight: 300;
  color: #000;
  font-size: 28px;
  padding-bottom: 30px;
}
.contact-box .block p {
  color: #5C5C5C;
  display: block;
}

/*
.about {
	background-color: #b4c4aa !important;
}

.about .block h2 {
  padding-top: 35px;
  margin: 0;
}
.about .block p {
  padding-top: 20px;
  line-height: 28px;
  color:#202020;
}
.about .block img {
  width: 100%;
}
.about .about-img {
  overflow: hidden;
}
.about .about-img:hover img {
  transform: scale3D(1.1, 1.1, 1);
}
.about .about-img img {
  opacity: 0.6;
  transition: all 0.5s ease-out;
}
.about .section-title {
  margin-bottom: 0px;
}

.bg-1 {
  background-image: url("../images/call-to-action-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ourServicesBg {
  background: url("../../Images/p-servicebg.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.bg-3 {
  background: url("~/Images/sage.jpg");
  background-size: cover;
  background-attachment: fixed;
}
*/

.footer {
  background: #F5F5F5;
  text-align: center;
  padding: 80px 0;
}
.footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}
.footer a {
  color: #595959;
}
.footer .footer-manu {
  padding-bottom: 25px;
}
.footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
.footer .footer-manu ul li {
  display: inline-block;
  padding: 10px 20px;
}
.footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
.footer .footer-manu ul li a:hover {
  color: #000;
}
.footer .copyright a {
  font-weight: 600;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: #655E7A;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.scroll-to-top:hover {
  background-color: #333;
}

.tabCommon .nav-tabs {
    border-bottom: 0;
    margin-bottom: 10px;
}

.tabCommon .nav-tabs li {
    margin-right: 5px;
}

.tabCommon .nav-tabs li a.active {
    background-color: #47424c;
    border: 1px solid #47424c;
    color: #ffffff;
}

.tabCommon .nav-tabs a {
    border-radius: 0;
    background: #f9f9f9;
}

.tabCommon .nav-tabs a:hover {
    border: 1px solid transparent;
    background: #47424c;
    color: #fff;
}

.tabCommon .tab-content {
    padding: 20px;
    border: 1px solid #dedede;
}

.tabCommon .tab-content p {
    margin-bottom: 0;
}

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