@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
/*=========================================
=            Theme Default css            =
=========================================*/
html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  line-height: 1.5;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}
h1 {
  font-size: 72px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 22px;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent;
}
.ghost-btn {
  background: #6aaf08;
  border: medium none;
  border-radius: 45px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all 0.5s ease-out 0s;
}
.btn-read-more {
  background: #ffffff;
  border-radius: 45px;
  color: #111111;
  display: inline-block;
  font-weight: 600;
  padding: 10px 44px;
  text-transform: capitalize;
  transition: all 0.5s ease-out 0s;
}
.sppb-addon-header .sppb-addon-title {
  position: relative;
  padding-bottom: 10px !important;
}
.sppb-addon-header .sppb-addon-title::before {
  background: #6aaf08;
  content: "";
  height: 3px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
}
.sppb-addon-text-block .sppb-addon-title {
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
}
.sppb-addon-text-block .sppb-addon-title::after {
  background: #6aaf08;
  content: "";
  height: 3px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 50px;
}
.title-style-one {
  position: relative;
  margin-bottom: 50px;
}
.title-style-one .sppb-addon-title {
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}
.title-style-one .sppb-addon-title::before {
  background: #45d172;
  content: "";
  height: 1px;
  position: absolute;
  right: 150px;
  top: 28px;
  width: 55%;
}
.title-style-one .sppb-addon-content {
  color: #6aaf08;
  letter-spacing: 2px;
}
.title-style-one.color-white .sppb-addon-title {
  color: #ffffff;
}
.title-style-two {
  position: relative;
  margin-bottom: 50px;
}
.title-style-two .sppb-addon-title {
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}
.title-style-two .sppb-addon-title::before {
  background: #d6d6d6;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 28px;
  width: 70%;
}
.title-style-two .sppb-addon-content {
  color: #6aaf08;
  letter-spacing: 2px;
}
.title-style-three {
  margin-bottom: 100px;
}
.title-style-three h2 {
  text-align: center;
}
.title-style-three h2 span {
  color: #6aaf08;
}
.title-style-four {
  margin-bottom: 50px;
  text-align: center;
}
.title-style-four h2 {
  margin-bottom: 10px;
}
.title-style-four h2 span {
  color: #6aaf08;
}
.title-style-four h4 {
  font-size: 16px;
  letter-spacing: 8px;
  color: #646464;
}
.title-style-four .title-bottom-icon {
  margin: 0 auto 20px;
  position: relative;
  width: 235px;
}
.title-style-four .title-bottom-icon i {
  color: #6aaf08;
}
.title-style-four .title-bottom-icon::before {
  background: #b0b0b0;
  bottom: 10px;
  content: "";
  height: 1px;
  left: 10px;
  position: absolute;
  width: 80px;
}
.title-style-four .title-bottom-icon::after {
  background: #b0b0b0;
  bottom: 10px;
  content: "";
  height: 1px;
  position: absolute;
  right: 10px;
  width: 80px;
}
.owl-carousel.owl-theme .owl-nav {
  margin: 0 !important;
  position: absolute;
  right: 0px;
  top: -32%;
}
.owl-carousel.owl-theme .owl-nav > div {
  background: #ffffff;
  color: #6aaf08;
  border: 1px solid #6aaf08;
  border-radius: 50px;
  padding: 5px 25px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-carousel.owl-theme .owl-nav > div:hover {
  background: #6aaf08;
}
.owl-carousel.owl-theme .owl-nav .disabled {
  opacity: 1;
  background: #6aaf08;
  color: #ffffff;
}

.entry-header h2 a:hover {
	color: #2bb673;
}


/*=====  End of Theme Default css  ======*/
/*==================================
=            Header css            =
==================================*/
#sp-top-bar {
  background: #272727;
  color: #d9d9d9;
  font-size: 13px;
}
#sp-top-bar .top-left {
  margin-left: 0 !important;
}
#sp-top-bar .top-left p {
  margin: 0;
}
#sp-top-bar .top-address ul {
  text-align: right;
}
#sp-top-bar .top-address ul li {
  display: inline-block;
  border: none;
  margin-left: 25px;
}
#sp-top-bar .sp-module {
  display: block !important;
}
#sp-top-bar .sp-module ul li i {
  padding-right: 6px;
}
/*=====  End of Header css  ======*/
/*=====================================
=            Main menu css            =
=====================================*/
#sp-menu .sp-megamenu-parent {
  position: inherit;
}
#sp-menu .sp-megamenu-parent > li > a {
  font-size: 14px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 89px;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 0;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
  border-bottom: 1px solid #508407;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
  color: #ffffff;
  padding: 10px 20px;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item:last-child {
  border-bottom: none;
}
#sp-menu .sp-megamenu-parent > li.sp-has-child > a::after {
  content: "";
}
#sp-header {
  box-shadow: none !important;
}
#sp-header.menu-fixed {
  border-bottom: 2px solid #6aaf08;
}
#home-three #sp-header.menu-fixed {
  background: #ffffff;
}
#home-three #sp-header.menu-fixed > .container {
  background: transparent;
}
#home-four #sp-header.menu-fixed {
  background: #111111;
}
#home-two #sp-header {
  background: #6aaf08;
}
#home-two #sp-header #offcanvas-toggler i {
  color: #ffffff;
}
#home-two .sp-megamenu-parent > li > a {
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 600;
}
#home-three #sp-top-bar {
  background: transparent;
  position: relative;
  z-index: 99;
}
#home-three #sp-header {
  background: transparent;
}
#home-three #sp-header > .container {
  background: #ffffff;
}
#home-three #sp-slider {
  margin-top: -131px;
}
#home-four #sp-top-bar {
  background: transparent;
  position: relative;
  z-index: 99;
}
#home-four #sp-header {
  background: transparent;
}
#home-four #sp-header #offcanvas-toggler i {
  color: #6aaf08;
}
#home-four #sp-header #offcanvas-toggler i:hover {
  color: #508407;
}
#home-four #sp-slider {
  margin-top: -131px;
}
#home-four .sp-megamenu-parent > li > a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
#home-four .sp-megamenu-parent > li.active > a {
  color: #6aaf08;
}
#home-four .sp-megamenu-parent > li:hover > a {
  color: #6aaf08;
}
/*=====  End of Main menu css  ======*/
/*=======================================
=            Main Slider css            =
=======================================*/
.slider-default-style ul li {
  border: none !important;
}
.slider-default-style .slotholder {
  position: relative;
}
.slider-default-style .slotholder::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-default-style .tp-caption.large_text {
  font-size: 72px;
  line-height: 72px;
  text-align: center;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  text-transform: capitalize;
}
.slider-default-style .tp-caption.large_text span {
  font-size: 72px;
}
.slider-default-style .tp-caption.large_bold_white {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-family: 'Raleway', sans-serif;
}
.slider-default-style .tp-caption.medium_text {
  font-size: 18px !important;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 15px;
  width: 100%;
}
.slider-default-style .tp-caption.small_text {
  font-size: 15px !important;
  text-align: center;
  width: 100%;
  font-family: 'Lato', sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.slider-default-style .tp-caption.largewhitebg {
  background: transparent;
  text-align: center;
  width: 100%;
  font-family: 'Lato', sans-serif;
}
.slider-default-style .tp-caption.largewhitebg a {
  font-size: 15px !important;
  border-radius: 45px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 35px !important;
}
.slider-default-style .tp-leftarrow.default {
  background: transparent;
  left: 5% !important;
}
.slider-default-style .tp-leftarrow.default::after {
  background: #ffffff;
  color: #222222;
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tp-leftarrow.default:hover::after {
  color: #ffffff;
}
.slider-default-style .tp-rightarrow.default {
  background: transparent;
  right: 5% !important;
}
.slider-default-style .tp-rightarrow.default::after {
  background: #ffffff;
  color: #222222;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tp-rightarrow.default:hover::after {
  color: #ffffff;
}
.slider-default-style.four-slider .tp-caption.largewhitebg a {
  border-radius: 0;
}
/*=====  End of Main Slider css  ======*/
/*========================================
=            Home Service css            =
========================================*/
.home-one-service {
  z-index: 99 !important;
}
.home-one-service .sppb-addon-feature {
  position: absolute;
  bottom: 0;
}
.home-one-service .sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container i {
  background: #ffffff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 62px;
  font-size: 20px;
  margin-top: -30px;
}
.home-one-service .sppb-addon-feature .sppb-addon-content .sppb-addon-title {
  color: #ffffff;
  margin: 12px 0;
}
.home-one-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text {
  color: #ffffff;
}
.home-one-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text p {
  padding: 0 15px;
}
.home-one-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text a {
  position: relative;
  bottom: -22px;
}
.home-one-service .sppb-addon-feature .sppb-addon-content .sppb-addon-text a:hover {
  color: #ffffff;
}
.home-two-service .sppb-addon-feature {
  margin-bottom: 30px;
  position: relative;
}
.home-two-service .sppb-addon-feature a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-two-service .sppb-addon-feature a h3 {
  color: #ffffff;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-three-service .sppb-addon-feature {
  margin-bottom: 40px;
}
.home-three-service .sppb-addon-feature .pull-right i {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 12px 1px #111111;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  margin: 12px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 70px;
}
.home-three-service .sppb-addon-feature .pull-left i {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 12px 1px #111111;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  margin: 12px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 70px;
}
.home-three-service .sppb-addon-feature .sppb-media-body a h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home-four-service .sppb-addon-feature {
  margin-bottom: 30px;
}
.home-four-service .sppb-addon-feature .sppb-icon i {
  font-size: 24px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  line-height: 72px;
  height: 80px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 80px;
}
.home-four-service .sppb-addon-feature a h3 {
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home-four-service .sppb-addon-feature a.btn-read-more {
  border-radius: 0;
  margin-top: 20px;
  padding: 8px 25px;
}
.home-four-service .sppb-addon-feature:hover {
  background: url(../images/service-box-back.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-four-service .sppb-addon-feature:hover .sppb-icon i {
  background: transparent;
}
.home-four-service .sppb-addon-feature:hover a.btn-read-more {
  color: #ffffff;
}
/*=====  End of Home Service css  ======*/
/*======================================
=            Home about css            =
======================================*/
.image-border .sppb-addon-single-image-container {
  position: relative;
}
.image-border .sppb-addon-single-image-container::before {
  background: transparent;
  border: 1px dashed #ffffff;
  content: "";
  height: 96%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 2%;
  width: 95%;
  z-index: 1;
}
.image-border .sppb-addon-single-image-container::after {
  background: #eaeaea;
  content: "";
  height: 100%;
  left: 34px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: -1;
}
.about-three .sppb-addon-title {
  color: #ffffff;
  text-transform: uppercase;
}
.about-three .sppb-addon-content {
  color: #ffffff;
  padding-right: 30px;
}
.about-three::after {
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  content: "";
  position: absolute;
}
.about-four .sppb-addon-title {
  color: #ffffff;
  text-transform: capitalize;
}
.about-four .sppb-addon-content {
  color: #ffffff;
}
.about-four .sppb-addon-content a.btn-read-more {
  color: #ffffff;
  background: transparent;
  border-radius: 0;
  margin-top: 20px;
  padding: 10px 25px;
}
/*=====  End of Home about css  ======*/
/*====================================
=            Progress css            =
====================================*/
.home-one-progress .sppb-addon-pie-progress .sppb-addon-title {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 0 0;
}
.home-two-progress .sppb-addon-pie-progress .sppb-chart-icon {
  color: #ffffff;
}
.home-two-progress .sppb-addon-pie-progress .sppb-addon-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.home-three-progress .sppb-addon-pie-progress .sppb-chart-percent {
  color: #ffffff;
  font-size: 34px;
}
.home-three-progress .sppb-addon-pie-progress .sppb-addon-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.sppb-progress-label {
  text-align: left;
}
.sppb-progress .sppb-progress-bar {
  background: #6aaf08;
}
.sppb-progress .sppb-progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
/*=====  End of Progress css  ======*/
/*==============================================
=            Our project slider css            =
==============================================*/
.our-project .tlp-portfolio .slider6 .pre-text {
  margin: 0;
}
.our-project .tlp-portfolio .slider6 .item {
  margin-bottom: 0;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item .img-overlay {
  position: relative;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item .img-overlay img {
  display: inline-block;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item .img-overlay::after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item .tlp-item-content {
  background: #ffffff;
  position: relative;
  padding: 20px 30px;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item .tlp-item-content .tlp-title h3 {
  margin-bottom: 3px;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item .tlp-item-content .tlp-title p {
  margin-bottom: 0;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item .tlp-item-content .link-icon {
  transform: inherit;
  position: absolute;
  top: -24px;
  right: 20px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item .tlp-item-content .link-icon a {
  border: none;
  height: 45px;
  width: 45px;
  line-height: 45px;
  padding: 0;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item:hover h3 {
  transform: inherit;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item:hover .img-overlay img {
  opacity: 1;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item:hover .img-overlay::after {
  opacity: 1;
}
.our-project .owl-carousel .owl-nav {
  top: -124px;
}
.tlp-portfolio .tlp-portfolio-isotope .button-group {
  margin-bottom: 40px;
}
.tlp-portfolio .tlp-portfolio-isotope .button-group button {
  background: transparent;
  border-radius: 5px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 1px;
  padding: 6px 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-portfolio .tlp-portfolio-isotope .button-group button.selected {
  color: #ffffff;
}
.tlp-portfolio .tlp-portfolio-isotope .button-group button:hover {
  color: #ffffff;
}
.our-project .tlp-portfolio .slider6 .tlp-portfolio-item:hover .tlp-item-content .link-icon {
  -webkit-transform: translate(20px) rotate(90deg);
  -webkit-transform-origin: 0 -110px;
  transform: translate(20px) rotate(90deg);
  transform-origin: 0 -110px;
}
/*=====  End of Our project slider css  ======*/
/*====================================
=            Estimate css            =
====================================*/
.home-one-estimate .sppb-addon-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.home-one-estimate .sppb-addon-title::after {
  bottom: 0px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: 1;
}
.home-one-estimate .sppb-ajaxt-contact-form .sppb-form-group input {
  background: transparent;
  border: 1px dashed #d3d3d3;
  box-shadow: none;
  height: 37px !important;
}
.home-one-estimate .sppb-ajaxt-contact-form .sppb-form-group input::-moz-placeholder {
  color: #646464;
}
.home-one-estimate .sppb-ajaxt-contact-form .sppb-form-group input::-webkit-input-placeholder {
  color: #646464;
}
.home-one-estimate .sppb-ajaxt-contact-form .sppb-form-group textarea {
  background: transparent;
  border: 1px dashed #d3d3d3;
  box-shadow: none;
}
.home-one-estimate .sppb-ajaxt-contact-form .sppb-form-group textarea::-moz-placeholder {
  color: #646464;
}
.home-one-estimate .sppb-ajaxt-contact-form .sppb-form-group textarea::-webkit-input-placeholder {
  color: #646464;
}
.home-one-estimate button {
  border-radius: 45px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-two-estimate {
  padding: 50px 30px;
}
.home-two-estimate .sppb-addon-title {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 30px;
}
.home-two-estimate .sppb-ajaxt-contact-form .sppb-form-group input {
  background: transparent;
  border: 1px dashed #d3d3d3;
  box-shadow: none;
  height: 40px !important;
}
.home-two-estimate .sppb-ajaxt-contact-form .sppb-form-group input::-moz-placeholder {
  color: #ffffff;
}
.home-two-estimate .sppb-ajaxt-contact-form .sppb-form-group input::-webkit-input-placeholder {
  color: #ffffff;
}
.home-two-estimate .sppb-ajaxt-contact-form .sppb-form-group textarea {
  background: transparent;
  border: 1px dashed #d3d3d3;
  box-shadow: none;
}
.home-two-estimate .sppb-ajaxt-contact-form .sppb-form-group textarea::-moz-placeholder {
  color: #ffffff;
}
.home-two-estimate .sppb-ajaxt-contact-form .sppb-form-group textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.home-two-estimate button {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 45px;
  color: #111111;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-three-estimate {
  text-align: center;
}
.home-three-estimate .sppb-addon-title {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}
.home-three-estimate .sppb-addon-content {
  text-align: center;
}
.home-three-estimate .sppb-ajaxt-contact-form {
  display: inline-block;
}
.home-three-estimate .sppb-ajaxt-contact-form .sppb-form-group {
  float: left;
  margin-right: 5px;
}
.home-three-estimate .sppb-ajaxt-contact-form .sppb-form-group input {
  background: transparent;
  border: 1px dashed #d3d3d3;
  box-shadow: none;
  height: 45px !important;
}
.home-three-estimate .sppb-ajaxt-contact-form .sppb-form-group input::-moz-placeholder {
  color: #ffffff;
}
.home-three-estimate .sppb-ajaxt-contact-form .sppb-form-group input::-webkit-input-placeholder {
  color: #ffffff;
}
.home-three-estimate .sppb-ajaxt-contact-form .sppb-form-group textarea {
  background: transparent;
  border: 1px dashed #d3d3d3;
  box-shadow: none;
  height: 45px !important;
}
.home-three-estimate .sppb-ajaxt-contact-form .sppb-form-group textarea::-moz-placeholder {
  color: #ffffff;
}
.home-three-estimate .sppb-ajaxt-contact-form .sppb-form-group textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.home-three-estimate button {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 45px;
  color: #111111;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
  padding: 10px 30px;
  text-transform: capitalize;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*=====  End of Estimate css  ======*/
/*=====================================
=            Accordion css            =
=====================================*/
.sppb-addon-accordion .sppb-addon-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.sppb-addon-accordion .sppb-addon-title::after {
  bottom: 0px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: 1;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel {
  background: transparent;
  border: none;
  margin-bottom: 5px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading {
  border-radius: 25px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #ffffff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading.active {
  background: #646464;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel-body {
  border: none;
}
/*=====  End of Accordion css  ======*/
/*=====================================
=            Need help css            =
=====================================*/
.need-help .sppb-addon-raw-html h2 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}
.need-help .sppb-addon-raw-html h2 span {
  font-weight: 600;
}
.need-help .sppb-addon-raw-html a.ghost-btn {
  border: 2px solid #ffffff;
  background: transparent;
  padding: 10px 40px;
  float: right;
}
.need-help .sppb-addon-raw-html a.ghost-btn:hover {
  background: #ffffff;
}
.need-help .sppb-addon-raw-html a.btn-read-more {
  border-radius: 0;
  float: right;
  padding: 10px 40px;
}
/*=====  End of Need help css  ======*/
/*=========================================
=            Award winning css            =
=========================================*/
.award-winning {
  color: #ffffff;
  text-align: center;
}
.award-winning h2 {
  color: #ffffff;
  font-size: 38px;
}
.award-winning h2 span {
  color: #6aaf08;
}
.award-winning p {
  padding: 0 16%;
}
.award-winning a.ghost-btn {
  background: transparent;
  border: 2px solid #ffffff;
  margin-top: 30px;
  padding: 10px 45px;
}
.award-winning a.ghost-btn:hover {
  background: #ffffff;
}
/*=====  End of Award winning css  ======*/
/*=======================================
=            Expert team css            =
=======================================*/
.tlp-team .owl-carousel.owl-theme .owl-nav {
  top: -124px;
}
.tlp-team .owl-carousel.owl-theme .owl-nav > div {
  padding: 5px 25px !important;
}
.tlp-team .owl-carousel.owl-theme .owl-nav > div i {
  color: inherit;
}
.tlp-team .layout11 .single-team-area .tlp-portfolio-thum figure {
  position: relative;
}
.tlp-team .layout11 .single-team-area .tlp-portfolio-thum figure::after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .layout11 .single-team-area .tlp-portfolio-thum figure img {
  opacity: 1;
}
.tlp-team .layout11 .single-team-area .tlp-overlay {
  height: inherit;
  -moz-transform: scale(1) translateY(-150px);
  -webkit-transform: scale(1) translateY(-150px);
  -o-transform: scale(1) translateY(-150px);
  -ms-transform: scale(1) translateY(-150px);
  transform: scale(1) translateY(-150px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons {
  padding-top: 0;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons a {
  background: #ffffff;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons a i {
  color: #111111;
  padding: 0;
  line-height: 45px;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons a:hover {
  background: #6aaf08;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons a:hover i {
  color: #ffffff;
  height: inherit;
  width: inherit;
  opacity: 1;
}
.tlp-team .layout11 .single-team-area .tlp-title {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  right: 0;
  bottom: 30px;
  width: inherit;
  margin: 0 30px;
  padding: 8px 0;
  height: inherit;
}
.tlp-team .layout11 .single-team-area .tlp-title h3 {
  text-align: center;
}
.tlp-team .layout11 .single-team-area .tlp-title h3 a {
  font-size: 22px;
  color: #111111;
  text-align: center;
}
.tlp-team .layout11 .single-team-area .tlp-title .tlp-position {
  color: #6aaf08;
}
.tlp-team .layout11 .single-team-area:hover figure::after {
  opacity: 1;
}
.tlp-team .layout11 .single-team-area:hover figure img {
  opacity: 1;
}
.tlp-team .layout11 .single-team-area:hover .tlp-overlay {
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
}
.tlp-team .layout11 .single-team-area:hover h3 a {
  color: #6aaf08;
}
.tlp-team .layout1 .single-team-area .single-team .overlay {
  background: rgba(0, 0, 0, 0.8);
}
.tlp-team .layout1 .single-team-area .single-team .overlay .social-icons {
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout1 .single-team-area .single-team .overlay .social-icons a {
  background: #ffffff;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team .layout1 .single-team-area .single-team .overlay .social-icons a i {
  color: #111111;
  padding: 0;
  line-height: 45px;
}
.tlp-team .layout1 .single-team-area .single-team .overlay .social-icons a:hover {
  background: #6aaf08;
  opacity: 1;
}
.tlp-team .layout1 .single-team-area .single-team .overlay .social-icons a:hover i {
  background: transparent;
  color: #ffffff;
  height: inherit;
  width: inherit;
  opacity: 1;
}
.tlp-team .layout1 .single-team-area .single-team .overlay .detail-link a i {
  font-size: 16px;
  background: #ffffff;
  border-radius: 50%;
  color: #111111;
}
.tlp-team .layout1 .single-team-area .single-team .overlay .detail-link:hover i {
  color: #6aaf08;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 {
  background: #6aaf08;
  padding: 15px;
  text-align: center;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a {
  font-size: 22px;
  text-align: center;
}
.tlp-team .layout1 .single-team-area .contact-info,
.tlp-team .layout1 .single-team-area .tlp-team-skill {
  padding: 0;
}
.tlp-team .layout1 .single-team-area:hover .overlay .social-icons {
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tlp-team .layout13 .single-team-area .tlp-overlay,
.tlp-team .layout4 .single-team-area .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}
.tlp-team .layout13 .single-team-area .tlp-overlay .item-info,
.tlp-team .layout4 .single-team-area .overlay .tlp-content {
  padding-top: 0;
}
.tlp-team .layout2 .single-team-area figure {
  position: relative;
  overflow: hidden;
}
.tlp-team .layout2 .single-team-area figure img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout2 .single-team-area figure:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.tlp-team .tlp-team-detail {
  padding-bottom: 0;
}
.tlp-team .tlp-team-detail .tlp-content h3 {
  font-size: 34px;
  margin-bottom: 10px;
}
.tlp-team .tlp-team-detail .tlp-content .tlp-position {
  display: inline-block;
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.tlp-team .tlp-team-detail .tlp-content .tlp-position::after {
  position: absolute;
  background: #6aaf08;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.tlp-team .tlp-team-detail .social-icons {
  text-align: center;
}
.tlp-team .tlp-team-detail .social-icons a {
  background: #eaeaea;
  color: #111111;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team .tlp-team-detail .social-icons a:hover {
  background: #6aaf08;
  color: #ffffff;
}
.tlp-team .tlp-team-detail .social-icons a i {
  display: inline-block;
  padding: 0;
}
/*=====  End of Expert team css  ======*/
/*=======================================
=            Testimonial css            =
=======================================*/
.testimonial-left {
  min-height: 560px;
  background: url(../images/family.jpg) 0 0 no-repeat;
  position: relative;
}
.testimonial-left::after {
  background: rgba(106, 175, 8, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.testimonial-left .sppb-addon-single-image-container {
  position: relative;
}
.testimonial-left .sppb-addon-single-image-container::after {
  background: rgba(106, 175, 8, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.testimonial-one-style {
  min-height: 560px;
  padding: 80px 50px;
}
.testimonial-one-style .sppb-addon-title {
  color: #ffffff;
}
.tss-wrapper .tss-layout3 .single-item-wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .profile-img-wrapper {
  padding: 0;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .profile-img-wrapper img {
  border: 1px dashed #6aaf08;
  border-radius: 50%;
  padding: 4px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper {
  background: transparent;
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  padding: 0 50px 0 15px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .item-content {
  font-size: 15px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .item-content:after {
  font-family: 'FontAwesome';
  content: "\f10e";
  font-size: 20px;
  color: #e2e2e1;
  position: absolute;
  top: 0;
  right: 0;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .item-content h3 {
  color: #6aaf08;
  padding-right: 7px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .item-content h4 {
  margin-bottom: 30px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper:before {
  display: none;
}
.tss-wrapper .tss-layout3 ul.slick-dots {
  left: 17%;
  position: absolute;
  text-align: left;
}
.tss-wrapper .tss-layout5 .single-item-wrapper {
  background: transparent;
  padding: 0;
}
.tss-wrapper .tss-layout5 .single-item-wrapper .profile-img-wrapper img {
  border: 1px dashed #6aaf08;
  border-radius: 50%;
  padding: 4px;
}
.tss-wrapper .tss-layout5 .single-item-wrapper:before {
  left: inherit;
  right: 0;
  font-size: 20px;
  color: #646464;
}
.tss-wrapper .tss-layout5 .single-item-wrapper h3.author-name {
  margin-top: 20px;
  color: #6aaf08;
}
.tss-wrapper .tss-layout5 .single-item-wrapper .tss-meta-info {
  display: inherit;
  margin-top: 0;
}
.tss-wrapper .tss-layout5 .single-item-wrapper .item-content-wrapper:before {
  font-size: 24px;
}
.tss-wrapper .tss-layout5 ul.slick-dots {
  margin: 0px 0 0 15px;
  padding: 0;
  text-align: left;
}
.tss-wrapper ul.slick-dots {
  margin: 20px 0 0 0;
  padding: 0;
}
.tss-wrapper ul.slick-dots li {
  margin: 0 5px;
}
.tss-wrapper ul.slick-dots li button {
  background: transparent;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  height: 8px;
  width: 30px;
}
.tss-wrapper ul.slick-dots li.slick-active button {
  background: #6aaf08;
  border: 2px solid #6aaf08;
}
/*=====  End of Testimonial css  ======*/
/*====================================
=            Our blog css            =
====================================*/
.our-blog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.our-blog ul li {
  padding: 0 15px;
  width: 33.33333%;
  float: left;
}
.our-blog ul li .moduleItemImage {
  position: relative;
  overflow: hidden;
}
.our-blog ul li .moduleItemImage .moduleItemReadMore {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  opacity: 0;
  text-align: center;
  -moz-transform: scale(1) translateY(-150px);
  -webkit-transform: scale(1) translateY(-150px);
  -o-transform: scale(1) translateY(-150px);
  -ms-transform: scale(1) translateY(-150px);
  transform: scale(1) translateY(-150px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  z-index: 1;
}
.our-blog ul li .moduleItemImage .moduleItemReadMore i {
  background: #ffffff;
  border-radius: 50%;
  color: #111111;
  line-height: 50px;
  height: 50px;
  width: 50px;
}
.our-blog ul li .moduleItemImage .moduleItemReadMore i:hover {
  color: #6aaf08;
}
.our-blog ul li .moduleItemImage .moduleItemDateCreated {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  width: 170px;
  color: #ffffff;
  background: #6aaf08;
  border-radius: 30px;
  margin: 0 auto;
  padding: 12px 20px;
  z-index: 1;
}
.our-blog ul li .moduleItemImage::after {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-blog ul li .content-area {
  margin: 20px 0 30px 0;
}
.our-blog ul li .content-area h3 {
  margin-bottom: 10px;
}
.our-blog ul li .content-area h3 a {
  color: #111111;
}
.our-blog ul li .content-area h3 a:hover {
  color: #2bb673;
}

.our-blog ul li .content-area .moduleItemAuthor {
  display: inline-block;
  margin-right: 20px;
  font-style: italic;
}
.our-blog ul li .content-area .moduleItemAuthor a {
  color: #646464;
}
.our-blog ul li .content-area .moduleItemAuthor a:hover {
  color: #6aaf08;
}
.our-blog ul li .content-area .moduleItemComments {
  font-style: italic;
  color: #646464;
}
.our-blog ul li .content-area .moduleItemComments:hover {
  color: #6aaf08;
}
.our-blog ul li .content-area .moduleItemIntrotext {
  border-top: 1px solid #d6d6d6;
  margin-top: 15px;
  padding-top: 12px;
}
.our-blog ul li .content-area i {
  color: #6aaf08;
  margin-right: 8px;
}
.our-blog ul li:hover .moduleItemReadMore {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.our-blog ul li:hover .moduleItemImage::after {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
/*=====  End of Our blog css  ======*/
/*==========================================
=            Emergency call css            =
==========================================*/
#sp-gardener-call #sp-user1 {
  padding: 0;
}
#sp-gardener-call #sp-user2 {
  background: #6aaf08;
  padding: 0;
}
#sp-gardener-call .emergrncy-img img {
  height: 175px;
}
#sp-gardener-call .emergrncy-img p {
  margin: 0;
}
#sp-gardener-call .gardener-call {
  color: #ffffff;
  display: table;
  height: 175px;
  padding: 0 30px;
}
#sp-gardener-call .gardener-call::before {
  border-color: transparent #6aaf08;
  border-style: solid;
  border-width: 0 90px 175px 0;
  content: "";
  height: 0;
  left: -90px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 4;
}
#sp-gardener-call .gardener-call .sp-module-content {
  display: table-cell;
  vertical-align: middle;
}
#sp-gardener-call .gardener-call .sp-module-content h2 {
  color: #ffffff;
  margin-bottom: 0;
}
/*=====  End of Emergency call css  ======*/
/*==================================
=            Bottom css            =
==================================*/
#sp-bottom {
  background: #111111;
  color: #d9d9d9;
  padding: 100px 0;
}
#sp-bottom .sp-module h3.sp-module-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
}
#sp-bottom ul li {
  list-style: none;
  border-bottom: 1px solid #292f33;
  margin-bottom: 7px;
  padding-bottom: 8px;
}
#sp-bottom ul li a {
  color: #d9d9d9;
  line-height: 24px;
  padding: 0;
}
#sp-bottom ul li a:hover {
  color: #6aaf08;
}
#sp-bottom ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-bottom ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom ul li i {
  color: #6aaf08;
  padding-right: 8px;
}
#sp-bottom .footer-social ul li {
  border: none;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .footer-social ul li a {
  border: 1px solid #292f33;
  color: #6aaf08;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  margin-right: 2px;
  padding: 0;
  text-align: center;
}
#sp-bottom .footer-social ul li a:hover {
  background: #ffffff;
}
#sp-bottom .footer-social ul li a i {
  padding-right: 0;
}
#sp-bottom .sp-tweet .sp-tweet-item {
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #292f33;
}
#sp-bottom .sp-tweet .sp-tweet-even {
  background: transparent;
}
#sp-bottom .sp-module .latestnews > div {
  border-bottom: 1px solid #292f33;
}
#sp-bottom .sp-module .latestnews > div:last-child {
  border-bottom: none;
}
#sp-footer .sp-copyright a {
  color: #6aaf08;
}
/*=====  End of Bottom css  ======*/
/*=========================================
=            Why choose us css            =
=========================================*/
.choose-us .sppb-addon-feature {
  margin-bottom: 40px;
}
.choose-us .sppb-addon-feature .pull-left .sppb-icon i {
  border: 1px dotted #6aaf08;
  border-radius: 50%;
  color: #6aaf08;
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  width: 80px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.choose-us .sppb-addon-feature .sppb-media-body a h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.choose-us .sppb-addon-feature:hover .pull-left .sppb-icon i {
  background: #6aaf08;
  color: #ffffff;
}
.choose-us .sppb-addon-feature:hover a h3 {
  color: #6aaf08;
}
/*=====  End of Why choose us css  ======*/
/*===========================================
=            Successful work css            =
===========================================*/
.successful-work .tlp-portfolio .pre-text {
  margin: 0;
}
.successful-work .tlp-portfolio .tlp-portfolio-thums .tlp-overlay3 h3 {
  margin-bottom: 12px;
  text-align: center;
}
.successful-work .tlp-portfolio .tlp-portfolio-thums .tlp-overlay3 h3 a {
  color: #111111;
}
.successful-work .tlp-portfolio .tlp-portfolio-thums .tlp-overlay3 h3 a:hover {
  color: #6aaf08;
}
.successful-work .tlp-portfolio .tlp-portfolio-thums .tlp-overlay3 p {
  text-align: center;
}
.successful-work .tlp-portfolio .tlp-portfolio-thums .tlp-overlay3 .link-icon {
  margin: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.successful-work .tlp-portfolio .tlp-portfolio-thums .tlp-overlay3 .link-icon a {
  background: #6aaf08;
  border: medium none;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 40px;
  color: #fff;
}
.successful-work .tlp-portfolio .tlp-portfolio-thums .image-part {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.successful-work .tlp-portfolio .tlp-portfolio-thums .image-part::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.successful-work .tlp-portfolio .tlp-portfolio-thums:hover .image-part::after {
  opacity: 1;
}
.successful-work .tlp-portfolio .tlp-portfolio-thums:hover .link-icon {
  opacity: 1;
}
.successful-work .tlp-portfolio .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #646464;
  border-radius: 10px;
  height: 10px;
  width: 30px;
}
.successful-work .tlp-portfolio .owl-theme .owl-dots .owl-dot span:hover {
  background: #6aaf08;
}
.successful-work .tlp-portfolio .owl-theme .owl-dots .owl-dot.active span {
  background: #6aaf08;
}
/*=====  End of Successful work css  ======*/
/*========================================
=            Inner banner css            =
========================================*/
#sp-title .sp-page-title {
  padding: 100px 0 100px 0;
  text-align: center;
  position: relative;
}
#sp-title .sp-page-title h2 {
  font-size: 48px;
  position: relative;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb {
  position: relative;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb li a:hover {
  color: #6aaf08;
}
#sp-title .sp-page-title::after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/*=====  End of Inner banner css  ======*/
/*=========================================
=            About us page css            =
=========================================*/
.about1-img-holder {
  margin-top: 40px;
  position: relative;
}
.about1-img-holder img {
  float: left;
  width: 50%;
}
.about1-img-holder::before {
  background: #ffffff;
  border-radius: 50px 0 0 50px;
  color: #646464;
  content: "Before";
  padding: 5px 15px 7px;
  position: absolute;
  right: 50%;
  top: 150px;
  z-index: 1;
}
.about1-img-holder::after {
  background: #6aaf08;
  border-radius: 0 50px 50px 0;
  color: #ffffff;
  content: "After";
  left: 50%;
  padding: 5px 15px 7px;
  position: absolute;
  top: 150px;
  z-index: 1;
}
.history-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.history-list li h3::before {
  font-family: 'FontAwesome';
  content: "\f058";
  margin-right: 10px;
  color: #6aaf08;
}
.about2-img-holder {
  text-align: right;
}
.about2-img-holder .history-img-holder {
  display: inline-block;
  margin-top: 45px;
  position: relative;
  text-align: center;
}
.about2-img-holder .history-img-holder::before {
  background: transparent;
  border: 2px dashed #e1e1e1;
  bottom: 30px;
  content: "";
  height: 100%;
  position: absolute;
  right: 30px;
  width: 100%;
}
.about2-img-holder .history-img-holder span {
  left: -50px;
  overflow-wrap: break-word;
  position: absolute;
  top: 60px;
  width: 1px;
  z-index: 1;
}
/*=====  End of About us page css  ======*/
/*========================================
=            Service page css            =
========================================*/
.blogservice-one-style .item .entry-header {
  margin: 0;
}
.blogservice-one-style .item .entry-image {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.blogservice-one-style .item .entry-image::after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(1) translateX(-150px);
  -webkit-transform: scale(1) translateX(-150px);
  -o-transform: scale(1) translateX(-150px);
  -ms-transform: scale(1) translateX(-150px);
  transform: scale(1) translateX(-150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogservice-one-style .item h3 {
  margin-bottom: 10px;
}
.blogservice-one-style .item h3 a {
  color: #111111;
}
.blogservice-one-style .item .readmore {
  margin: 15px 0 0 0;
}
.blogservice-one-style .item .readmore a {
  border-radius: 30px;
  border: 1px solid #6aaf08;
  background: transparent;
  color: #111111;
  padding: 8px 20px;
}
.blogservice-one-style .item:hover .entry-image::after {
  opacity: 1;
  -moz-transform: scale(1) translateX(0px);
  -webkit-transform: scale(1) translateX(0px);
  -o-transform: scale(1) translateX(0px);
  -ms-transform: scale(1) translateX(0px);
  transform: scale(1) translateX(0px);
}
.blogservice-one-style .item:hover h3 a {
  color: #6aaf08;
}
.blogservice-one-style .item:hover .readmore a {
  background: #6aaf08;
  color: #ffffff;
}
.blogservice-two-style .item {
  position: relative;
}
.blogservice-two-style .item .entry-header {
  margin: 0;
}
.blogservice-two-style .item .entry-image {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.blogservice-two-style .item .entry-image::after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(1) translateY(-150px);
  -webkit-transform: scale(1) translateY(-150px);
  -o-transform: scale(1) translateY(-150px);
  -ms-transform: scale(1) translateY(-150px);
  transform: scale(1) translateY(-150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogservice-two-style .item h3 {
  margin-bottom: 10px;
}
.blogservice-two-style .item h3 a {
  color: #111111;
}
.blogservice-two-style .item .readmore {
  position: absolute;
  left: 0;
  top: 30%;
  right: 0;
  text-align: center;
  margin: 15px 0 0 0;
  opacity: 0;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogservice-two-style .item .readmore a {
  border: none;
  border-radius: 30px;
  background: #ffffff;
  color: #111111;
  padding: 10px 20px;
}
.blogservice-two-style .item .readmore a:hover {
  background: #6aaf08;
  color: #ffffff;
}
.blogservice-two-style .item:hover .entry-image::after {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.blogservice-two-style .item:hover h3 a {
  color: #6aaf08;
}
.blogservice-two-style .item:hover .readmore {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.blogservice-three-style .item {
  position: relative;
}
.blogservice-three-style .item .entry-header {
  margin: 0;
}
.blogservice-three-style .item .entry-image {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.blogservice-three-style .item .entry-image img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogservice-three-style .item .entry-image::after {
  background: rgba(0, 0, 0, 1);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogservice-three-style .item h3 {
  margin-bottom: 10px;
}
.blogservice-three-style .item h3 a {
  color: #ffffff;
}
.blogservice-three-style .item .readmore {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  opacity: 0;
  text-align: center;
  margin: 15px 0 0 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogservice-three-style .item .readmore a {
  border-radius: 30px;
  border: none;
  background: #6aaf08;
  color: #ffffff;
  padding: 10px 20px;
}
.blogservice-three-style .item .readmore a:hover {
  background: #ffffff;
  color: #111111;
}
.blogservice-three-style .item .category-blog-layout {
  position: absolute;
  left: 0;
  top: 24%;
  opacity: 0;
  padding: 0 30px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blogservice-three-style .item:hover .entry-image::after {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.blogservice-three-style .item:hover .entry-image img {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.blogservice-three-style .item:hover .readmore {
  opacity: 1;
}
.blogservice-three-style .item:hover .category-blog-layout {
  opacity: 1;
}
.item-page {
  margin-bottom: 0 !important;
}
.item-page .entry-header {
  margin: 0;
}
.item-page .full-image {
  margin-bottom: 25px;
}
.item-page .category-blog-layout h3 {
  font-size: 26px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.item-page .category-blog-layout h3 a {
  color: #111111;
}
.item-page .category-blog-layout h3::after {
  background: #6aaf08;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: 1;
}
.item-page .garden-benefits {
  margin-top: 30px;
}
.item-page .garden-benefits h3 {
  font-size: 26px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.item-page .garden-benefits h3::after {
  background: #6aaf08;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: 1;
}
.item-page .garden-benefits .font-weight {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
}
.item-page .garden-benefits h4 {
  font-size: 22px;
  margin: 15px 0;
}
.item-page .garden-benefits h4::before {
  font-family: 'FontAwesome';
  content: "\f058";
  margin-right: 10px;
  color: #6aaf08;
}
/*=====  End of Service page css  ======*/
/*=====================================
=            Team page css            =
=====================================*/
.tlp-team .layout2 .social-icons a {
  border: 1px solid #6aaf08;
  border-radius: 50%;
  color: #6aaf08;
  height: 40px;
  width: 40px;
  line-height: 38px;
}
.tlp-team .layout2 .social-icons a .fa {
  display: inline-block;
  padding: 0;
}
.tlp-team .layout2 .social-icons a:hover {
  background: #6aaf08;
  color: #ffffff;
}
/*=====  End of Team page css  ======*/
/*========================================
=            Gallery page css            =
========================================*/
.tlp-portfolio .isotope7 {
  overflow: hidden;
}
.tlp-portfolio .isotope7 .tlp-portfolio-item .tlp-content h3 {
  padding-top: 7%;
}
.tlp-portfolio .isotope7 .tlp-portfolio-item .tlp-content .link-icon a {
  background: #ffffff;
  color: #111111;
  border: none;
  margin-right: 0px;
  line-height: 32px;
  padding: 0;
  height: 34px;
  width: 34px;
}
.tlp-portfolio .isotope7 .tlp-portfolio-item .tlp-content .link-icon a i::before {
  font-family: 'FontAwesome';
  content: "\f061";
}
.tlp-portfolio .isotope7 .tlp-portfolio-item .tlp-content .link-icon a:hover {
  color: #6aaf08;
}
.tlp-portfolio .isotope7 .tlp-portfolio-item:hover h3 {
  text-align: center !important;
}
.tlp-portfolio .isotope8 {
  overflow: hidden;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title {
  background: rgba(106, 175, 8, 0.9);
  padding: 12px 10px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content {
  top: inherit;
  left: auto;
  bottom: 15px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon {
  transform: inherit;
  text-align: right;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a {
  background: #ffffff;
  color: #111111;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 26px;
  padding: 0;
  height: 28px;
  width: 48px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a i::before {
  font-family: 'FontAwesome';
  content: "\f061";
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a:hover {
  color: #6aaf08;
}
.tlp-portfolio .isotope10 {
  overflow: hidden;
}
.tlp-portfolio .isotope10 .tlp-portfolio-item {
  margin-bottom: 30px;
}
.tlp-portfolio .isotope10 .tlp-portfolio-item .tlp-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.tlp-portfolio .isotope10 .tlp-portfolio-item .tlp-overlay:hover .item-info .item-info-top {
  top: 30%;
}
.tlp-portfolio .isotope10 .tlp-portfolio-item .tlp-overlay:hover .item-info .item-info-bottom {
  bottom: 28%;
}
.tlp-portfolio .layout4 .tlp-portfolio-item {
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.tlp-portfolio .layout4 .tlp-portfolio-item .image-container .tlp-overlay .tlp-title {
  margin-bottom: 25px;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .image-container .tlp-overlay p {
  text-align: center;
  padding: 0 20px 15px;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .image-container .tlp-overlay .link-icon a {
  background: #ffffff;
  color: #111111;
  border: none;
  margin-right: 0px;
  line-height: 38px;
  padding: 0;
  height: 40px;
  width: 40px;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .image-container .tlp-overlay .link-icon a i::before {
  font-family: 'FontAwesome';
  content: "\f061";
}
.tlp-portfolio .layout4 .tlp-portfolio-item .image-container .tlp-overlay .link-icon a:hover {
  color: #6aaf08;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .tlp-info h3 {
  margin: 0px;
  text-align: center !important;
}
.tlp-portfolio .layout4 .tlp-portfolio-item .tlp-info h3 a {
  display: inline-block;
  margin: 12px;
  padding: 0;
}
/*=====  End of Gallery page css  ======*/
/*========================================
=            Contact page css            =
========================================*/
.contact-form .sppb-ajaxt-contact-form .sppb-form-group input {
  background: transparent;
  border: 1px solid #d3d3d3;
  box-shadow: none;
  border-radius: 0;
  height: 37px !important;
}
.contact-form .sppb-ajaxt-contact-form .sppb-form-group input::-moz-placeholder {
  color: #646464;
}
.contact-form .sppb-ajaxt-contact-form .sppb-form-group textarea {
  background: transparent;
  border: 1px solid #d3d3d3;
  box-shadow: none;
  border-radius: 0;
}
.contact-form .sppb-ajaxt-contact-form .sppb-form-group textarea::-moz-placeholder {
  color: #646464;
}
.contact-form button {
  background: #6aaf08;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact-form button:hover {
  background: #508407;
}
.contact-address ul {
  border: 1px solid #d3d3d3;
  list-style: none;
  padding: 0;
}
.contact-address ul li {
  border-bottom: 1px solid #d3d3d3;
  padding: 15px;
}
.contact-address ul li i {
  color: #6aaf08;
  padding-right: 8px;
  width: 30px;
}
.contact-address ul li:last-child {
  border: none;
}
.contact-social {
  border: 1px solid #d3d3d3;
  padding: 15px;
}
.contact-social ul {
  list-style: none;
  padding: 0;
}
.contact-social ul li {
  display: inline-block;
}
.contact-social ul li a {
  display: block;
  border: 1px solid #6aaf08;
  line-height: 34px;
  margin-right: 8px;
  text-align: center;
  height: 36px;
  width: 36px;
}
.contact-social ul li a:hover {
  background: #6aaf08;
  color: #ffffff;
}
/*=====  End of Contact page css  ======*/
/*===========================================
=            Default content css            =
===========================================*/
.blog .item .entry-header h2 {
  margin-top: 15px;
}
.blog .item .entry-header h2 a {
  color: #111111;
}
.blog .item .entry-header h2 a:hover {
  color: #6aaf08;
}
.blog .item .entry-header .article-info dd {
  font-size: 14px;
  text-transform: capitalize;
}
.blog .item .readmore {
  margin: 15px 0 0 0;
}
.blog .item .readmore a {
  border-radius: 30px;
  border: 1px solid #6aaf08;
  background: transparent;
  color: #111111;
  padding: 8px 20px;
}
.blog .item .readmore a:hover {
  background: #6aaf08;
  color: #ffffff;
}
.item-page .entry-header .article-info dd {
  font-size: 14px;
  text-transform: capitalize;
}
.item-page .entry-header h2 {
  font-size: 28px;
  margin: 15px 0 20px;
}
.blog-featured h1 {
  font-size: 48px;
}
.blog-featured .entry-header .article-info dd {
  font-size: 14px;
  text-transform: capitalize;
}
.blog-featured .entry-header h2 {
  font-size: 22px;
  margin: 15px 0 20px;
}
.blog-featured .readmore {
  margin: 15px 0 0 0;
}
.blog-featured .readmore a {
  border-radius: 30px;
  border: 1px solid #6aaf08;
  background: transparent;
  color: #111111;
  padding: 8px 20px;
}
.blog-featured .readmore a:hover {
  background: #6aaf08;
  color: #ffffff;
}
.contact .page-header {
  margin: 0;
  padding: 0;
  border: 0;
}
.login .form-validate input {
  border-radius: 0;
  box-shadow: none;
  height: 38px;
}
.registration .form-validate input {
  border-radius: 0;
}
.search .btn-toolbar input {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
.search .btn-toolbar button {
  border-radius: 0;
}
.search select {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
.search legend {
  font-size: 24px;
}
.finder .word input {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
.finder .word button {
  border-radius: 0;
  opacity: 1;
}
.newsfeed-category .filters label {
  background: transparent !important;
  color: #444444 !important;
}
.newsfeed-category .filters .label {
  background: #ffbe00;
  border-radius: 0;
  margin-right: 10px;
}
.newsfeed-category .filters input {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
#display-form .accordion-inner {
  padding: 0;
}
#display-form .contact-form form {
  background: transparent;
  border: none;
  box-shadow: none;
}
#display-form .contact-form form .control-group input,
#display-form .contact-form form .control-group textarea {
  border-radius: 0;
  box-shadow: none;
}
#display-form .contact-form form .control-group button {
  border-radius: 3px;
}
table.category tr td {
  white-space: nowrap;
}
/*=====  End of Default content css  ======*/
/*========================================
=            Pagination style            =
========================================*/
.itemListView {
  padding-bottom: 0 !important;
}
.itemListView .k2Pagination {
  margin: 0;
}
.itemListView .k2Pagination .pagination li a {
  background: #eeeeee;
  border: none;
  border-radius: 3px;
  line-height: 40px;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  padding: 0;
}
.itemListView .k2Pagination .pagination li a:hover {
  background: #6aaf08;
  color: #ffffff;
}
.itemListView .k2Pagination .pagination li.active a {
  background: #6aaf08;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper ul.pagination {
  margin-bottom: 0;
}
.pagination-wrapper ul.pagination li a {
  background: #eeeeee;
  border: none;
  border-radius: 3px;
  line-height: 40px;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
}
.pagination-wrapper ul.pagination li a:hover {
  background: #6aaf08;
  color: #ffffff;
}
.pagination-wrapper ul.pagination li.active a {
  background: #6aaf08;
}
div.pagination {
  text-align: center;
  margin-bottom: 0;
  display: block;
}
div.pagination ul.pagination {
  margin-bottom: 0;
  display: inline-block;
}
div.pagination ul.pagination li a {
  background: #eeeeee;
  border: none;
  border-radius: 3px;
  line-height: 40px;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
}
div.pagination ul.pagination li a:hover {
  background: #6aaf08;
  color: #ffffff;
}
div.pagination ul.pagination li.active a {
  background: #6aaf08;
}
/*=====  End of Pagination style  ======*/
/*===================================
=            Sidebar css            =
===================================*/
.custom-class .sp-module .sp-module-title,
.class2 .sp-module .sp-module-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 14px;
  font-size: 24px;
  text-transform: capitalize;
}
.custom-class .sp-module .sp-module-title::after,
.class2 .sp-module .sp-module-title::after {
  background: #6aaf08;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.custom-class .sp-module ul li,
.class2 .sp-module ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.custom-class .sp-module ul li a,
.class2 .sp-module ul li a {
  padding: 0;
}
.custom-class .sp-module ul li a::before,
.class2 .sp-module ul li a::before {
  font-family: 'FontAwesome';
  content: "\f0a9";
  color: #6aaf08;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom-class .sp-module ul li:last-child a,
.class2 .sp-module ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-class .service-menu ul li,
.class2 .service-menu ul li {
  border: none;
  padding-bottom: 0;
}
.custom-class .service-menu ul li a,
.class2 .service-menu ul li a {
  background: #f8f8f8;
  margin-bottom: 5px;
  padding: 5px 15px;
}
.custom-class .service-menu ul li a:hover,
.class2 .service-menu ul li a:hover {
  background: #6aaf08;
  color: #ffffff;
}
.custom-class .service-menu ul li a:hover::before,
.class2 .service-menu ul li a:hover::before {
  color: #ffffff;
}
.custom-class .search,
.class2 .search {
  position: relative;
  overflow: hidden;
}
.custom-class .search form input,
.class2 .search form input {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  float: left;
  padding: 0 8px;
  height: 40px;
  width: 100%;
}
.custom-class .search form button,
.class2 .search form button {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 10px;
}
.custom-class .search form button::after,
.class2 .search form button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #6aaf08;
}
.custom-class .search form button:hover,
.class2 .search form button:hover {
  background: transparent;
}
.custom-class .k2CategoriesListBlock li a,
.class2 .k2CategoriesListBlock li a {
  padding: 0;
}
.custom-class .k2TagCloudBlock,
.class2 .k2TagCloudBlock {
  padding: 0;
}
.custom-class .k2TagCloudBlock a,
.class2 .k2TagCloudBlock a {
  border: 1px solid #dddddd;
  color: #6aaf08;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px !important;
  margin: 2px;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 31%;
}
.custom-class .k2TagCloudBlock a:hover,
.class2 .k2TagCloudBlock a:hover {
  background: #6aaf08;
  color: #ffffff;
  padding: 5px 0;
}
.custom-class .popular-blogs ul li,
.class2 .popular-blogs ul li {
  border-bottom: none;
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
}
.custom-class .popular-blogs ul li:last-child,
.class2 .popular-blogs ul li:last-child {
  margin: 0;
  padding: 0;
}
.custom-class .popular-blogs ul li a::before,
.class2 .popular-blogs ul li a::before {
  content: "";
  margin-right: 0;
}
.custom-class .popular-blogs ul li .moduleItemIntrotext,
.class2 .popular-blogs ul li .moduleItemIntrotext {
  width: 35%;
  float: left;
}
.custom-class .popular-blogs ul li .popular-content,
.class2 .popular-blogs ul li .popular-content {
  display: table-cell;
  padding-left: 15px;
}
.custom-class .popular-blogs ul li .popular-content .moduleItemDateCreated,
.class2 .popular-blogs ul li .popular-content .moduleItemDateCreated {
  color: #6aaf08;
  margin-bottom: 3px;
}
.custom-class .popular-blogs ul li .popular-content .moduleItemTitle,
.class2 .popular-blogs ul li .popular-content .moduleItemTitle {
  color: #111111;
}
.custom-class .popular-blogs ul li .popular-content .moduleItemTitle:hover,
.class2 .popular-blogs ul li .popular-content .moduleItemTitle:hover {
  color: #6aaf08;
}
.custom-class .latestnews small,
.class2 .latestnews small {
  color: #6aaf08;
}
/*=====  End of Sidebar css  ======*/
/*================================================
=            Blog Category layout css            =
================================================*/
.rtcat-layout-one {
  margin: 0;
}
.rtcat-layout-one .catItemBody {
  margin: 0;
  padding: 0 15px 30px;
}
.rtcat-layout-one .catItemBody .catItemImageBlock {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.rtcat-layout-one .catItemBody .catItemImageBlock .catItemImage {
  margin: 0;
}
.rtcat-layout-one .catItemBody .catItemImageBlock::after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transform: scale(1) translateY(230px);
  -webkit-transform: scale(1) translateY(230px);
  -o-transform: scale(1) translateY(230px);
  -ms-transform: scale(1) translateY(230px);
  transform: scale(1) translateY(230px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rtcat-layout-one .catItemBody .catItemImageBlock .catItemReadMore {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: auto;
  text-align: center;
  z-index: 1;
  opacity: 0;
  -moz-transform: scale(1) translateY(-150px);
  -webkit-transform: scale(1) translateY(-150px);
  -o-transform: scale(1) translateY(-150px);
  -ms-transform: scale(1) translateY(-150px);
  transform: scale(1) translateY(-150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rtcat-layout-one .catItemBody .catItemImageBlock .catItemReadMore i {
  background: #ffffff;
  border-radius: 50%;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.rtcat-layout-one .catItemBody .catItemImageBlock .catItemDateCreated {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.rtcat-layout-one .catItemBody .catItemImageBlock .catItemDateCreated span {
  display: inline-block;
  background: #6aaf08;
  color: #ffffff;
  border-radius: 30px;
  bottom: 10px;
  margin: 0 auto;
  padding: 10px 25px;
}
.rtcat-layout-one .catItemBody .content-part {
  margin-top: 20px;
}
.rtcat-layout-one .catItemBody .content-part .catItemTitle {
  margin-bottom: 10px;
  font-weight: 500;
}
.rtcat-layout-one .catItemBody .content-part .catItemTitle a {
  color: #111111;
}
.rtcat-layout-one .catItemBody .content-part .catItemTitle a:hover {
  color: #6aaf08;
}
.rtcat-layout-one .catItemBody .content-part a {
  color: #646464;
}
.rtcat-layout-one .catItemBody .content-part a:hover {
  color: #6aaf08;
}
.rtcat-layout-one .catItemBody .content-part i {
  padding-right: 8px;
  color: #6aaf08;
}
.rtcat-layout-one .catItemBody .content-part .catItemAuthor {
  margin-right: 20px;
  font-style: italic;
}
.rtcat-layout-one .catItemBody .content-part .catItemCommentsLink {
  font-style: italic;
  border: none;
  margin: 0;
  padding: 0;
}
.rtcat-layout-one .catItemBody .catItemIntroText {
  border-top: 1px solid #d6d6d6;
  margin-top: 20px;
  padding-top: 20px;
}
.rtcat-layout-one .catItemBody:hover .catItemImageBlock::after {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.rtcat-layout-one .catItemBody:hover .catItemReadMore {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.rtcat-layout-two {
  margin: 0;
}
.rtcat-layout-two .catItemBody {
  margin: 0;
  padding: 0 15px 30px;
}
.rtcat-layout-two .catItemBody .catItemImageBlock {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.rtcat-layout-two .catItemBody .catItemImageBlock .catItemImage {
  margin: 0;
}
.rtcat-layout-two .catItemBody .catItemImageBlock::after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transform: scale(1) translateY(230px);
  -webkit-transform: scale(1) translateY(230px);
  -o-transform: scale(1) translateY(230px);
  -ms-transform: scale(1) translateY(230px);
  transform: scale(1) translateY(230px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rtcat-layout-two .catItemBody .catItemImageBlock:hover::after {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.rtcat-layout-two .catItemBody .catItemImageBlock .catItemDateCreated {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.rtcat-layout-two .catItemBody .catItemImageBlock .catItemDateCreated span {
  display: inline-block;
  background: #6aaf08;
  color: #ffffff;
  border-radius: 30px;
  bottom: 10px;
  margin: 0 auto;
  padding: 10px 25px;
}
.rtcat-layout-two .catItemBody .content-part {
  margin-top: 20px;
}
.rtcat-layout-two .catItemBody .content-part .catItemTitle {
  margin-bottom: 10px;
  font-weight: 500;
}
.rtcat-layout-two .catItemBody .content-part .catItemTitle a {
  color: #111111;
}
.rtcat-layout-two .catItemBody .content-part .catItemTitle a:hover {
  color: #6aaf08;
}
.rtcat-layout-two .catItemBody .content-part a {
  color: #646464;
}
.rtcat-layout-two .catItemBody .content-part a:hover {
  color: #6aaf08;
}
.rtcat-layout-two .catItemBody .content-part i {
  padding-right: 8px;
  color: #6aaf08;
}
.rtcat-layout-two .catItemBody .content-part .catItemAuthor {
  margin-right: 20px;
  font-style: italic;
}
.rtcat-layout-two .catItemBody .content-part .catItemCommentsLink {
  font-style: italic;
  border: none;
  margin: 0;
  padding: 0;
}
.rtcat-layout-two .catItemBody .content-part .catItemReadMore {
  display: inline-block;
}
.rtcat-layout-two .catItemBody .content-part .catItemReadMore a {
  display: block;
  background: #6aaf08;
  border-radius: 45px;
  color: #ffffff;
  padding: 8px 20px;
}
.rtcat-layout-two .catItemBody .content-part .catItemReadMore a:hover {
  background: #508407;
  color: #ffffff;
}
.rtcat-layout-two .catItemBody .catItemIntroText {
  border-top: 1px solid #d6d6d6;
  margin-top: 20px;
  padding-top: 20px;
}
/*=====  End of Blog Category layout css  ======*/
/*=====================================
=            Blog item css            =
=====================================*/
.rt-item .itemToolbar {
  background: transparent;
  margin: 0;
  padding: 0;
}
.rt-item .itemBody {
  margin: 0;
  padding: 0;
}
.rt-item .itemBody .itemImageBlock {
  margin: 0 0 20px 0;
  padding: 0;
}
.rt-item .itemBody .itemImageBlock .itemImage {
  margin: 0;
}
.rt-item .itemBody .header-part {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.rt-item .itemBody .header-part .itemTitle {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 500;
}
.rt-item .itemBody .header-part .itemAuthor {
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 10px;
}
.rt-item .itemBody .header-part .itemDateCreated {
  display: inline-block;
}
.rt-item .itemBody .header-part .itemDateCreated span {
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 10px;
}
.rt-item .itemLinks {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 60px 0;
  padding: 30px 0;
}
.rt-item .itemLinks .itemTagsBlock span {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.rt-item .itemLinks .itemTagsBlock ul li a {
  color: #646464;
  font-size: 14px;
}
.rt-item .itemLinks .itemTagsBlock ul li a:hover {
  color: #6aaf08;
}
.rt-item .itemLinks .itemTagsBlock ul li a::before {
  content: "";
}
.rt-item .itemLinks .itemTagsBlock ul li a::after {
  content: " ,";
}
.rt-item .itemComments {
  background: transparent;
  border: none;
  padding: 0;
}
.rt-item .itemComments .itemCommentsCounter {
  font-size: 30px;
  padding-bottom: 12px;
  text-transform: capitalize;
  position: relative;
}
.rt-item .itemComments ul.itemCommentsList li {
  border-bottom: none;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.rt-item .itemComments ul.itemCommentsList li .author-image img {
  background: #f8f8f8;
  margin-right: 10px;
  height: 80px;
  width: 80px;
}
.rt-item .itemComments ul.itemCommentsList li .commentAuthorName {
  font-weight: 600;
}
.rt-item .itemComments ul.itemCommentsList li .commentAuthorName a {
  color: #222222;
}
.rt-item .itemComments ul.itemCommentsList li .commentDate {
  color: #9d9d9d;
  font-weight: 400;
  border: none;
  margin: 0px;
  padding: 0;
}
.rt-item .itemComments ul.itemCommentsList li .commentLink a {
  background: #6aaf08;
  color: #ffffff;
  font-weight: 600;
  border-radius: 3px;
  padding: 5px 12px;
  text-decoration: none;
}
.rt-item .itemComments ul.itemCommentsList li .commentLink a:hover {
  background: #508407;
  color: #ffffff;
  text-decoration: none;
}
.rt-item .itemComments ul.itemCommentsList li.odd {
  margin-left: 50px;
}
.rt-item .itemComments .itemCommentsForm h3 {
  font-size: 30px;
  position: relative;
  padding-bottom: 12px;
}
.rt-item .itemComments .itemCommentsForm .itemCommentsFormNotes {
  border: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate input {
  border-radius: 0;
  box-shadow: none;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
}
.rt-item .itemComments .itemCommentsForm .form-validate textarea {
  border-radius: 0;
  box-shadow: none;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
}
.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton {
  background: #6aaf08;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  margin-top: 25px;
  padding: 12px 25px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s;
}
.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton:hover {
  background: #508407;
  color: #ffffff;
}
/*=====  End of Blog item css  ======*/
/*======================================
=            Responsive css            =
======================================*/
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  #sp-menu .sp-megamenu-parent > li > a {
    padding: 0 7px;
  }
  .home-one-service .sppb-addon-feature {
    position: inherit;
  }
  .need-help .sppb-addon-raw-html h2 {
    font-size: 32px;
  }
  .testimonial-one-style {
    padding: 60px 50px;
  }
  #sp-title .sp-page-title {
    padding: 80px 0;
  }
  .about2-img-holder {
    margin-left: 50px;
  }
  .tlp-portfolio .isotope10 .tlp-portfolio-item .tlp-overlay:hover .item-info .item-info-bottom {
    bottom: 18%;
  }
  #sp-bottom .footer-social ul li a {
    margin-right: 0;
  }
  .our-project .tlp-portfolio .slider6 .tlp-portfolio-item:hover .tlp-item-content .link-icon {
    -webkit-transform: translate(0px) rotate(90deg);
    -webkit-transform-origin: 0 -140px;
    transform: translate(0px) rotate(90deg);
    transform-origin: 0 -140px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .home-one-service .sppb-addon-feature {
    position: inherit;
  }
  .title-style-one .sppb-addon-title::before {
    width: 35%;
  }
  .title-style-two .sppb-addon-title::before {
    width: 50%;
  }
  .our-project .slider6 .item,
  .successful-work .slider3 .item {
    width: 100%;
  }
  .successful-work .tlp-portfolio .tlp-portfolio-thums .tlp-overlay3 .link-icon {
    top: 17%;
  }
  .testimonial-one-style {
    padding: 40px;
  }
  .our-blog ul li .moduleItemImage .moduleItemDateCreated {
    width: 140px;
    padding: 8px;
  }
  .our-blog ul li .moduleItemImage .moduleItemReadMore {
    top: 10%;
  }
  .need-help .sppb-addon-raw-html a.btn-read-more {
    padding: 12px 38px;
  }
  .blog-featured h1 {
    font-size: 40px;
  }
  #sp-bottom3,
  #sp-bottom4 {
    margin-top: 35px;
  }
  .need-help .sppb-addon-raw-html {
    text-align: center;
  }
  .need-help .sppb-addon-raw-html a.ghost-btn,
  .need-help .sppb-addon-raw-html a.btn-read-more {
    margin-top: 20px;
    float: inherit;
  }
  .choose-us .sppb-addon-feature .pull-left {
    float: inherit !important;
    margin: 0 0 12px 0;
  }
  .tlp-team .layout11 .single-team-area:hover .tlp-overlay {
    transform: scale(1) translateY(50px);
  }
  #sp-title .sp-page-title {
    padding: 70px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 40px;
  }
  .about2-img-holder {
    margin-left: 50px;
  }
  .about1-img-holder::before,
  .about1-img-holder::after {
    top: 80px;
  }
  .blogservice-three-style .item .category-blog-layout {
    padding: 0 10px;
    top: 8%;
  }
  .custom-class .k2TagCloudBlock a,
  .class2 .k2TagCloudBlock a {
    width: 47%;
  }
  .testimonial-one-style .sppb-addon-title {
    margin: 0 15px !important;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper {
    display: inherit;
  }
  .testimonial-one-style {
    padding-left: 0;
    padding-right: 0;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper .profile-img-wrapper {
    margin-bottom: 15px;
    text-align: center;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .item-content h3,
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .item-content h4,
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content p {
    text-align: center;
  }
  .tss-wrapper .tss-layout3 ul.slick-dots {
    position: inherit;
    left: inherit;
    text-align: center;
    margin-top: 0;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper {
    padding-right: 15px;
  }
  .award-winning p {
    padding: 0 10%;
  }
}
@media (max-width: 767px) {
  #sp-header,
  #sp-header .logo {
    height: 70px !important;
  }
  #offcanvas-toggler {
    line-height: 68px !important;
  }
  #sp-top-bar .top-address ul,
  #sp-top-bar .top-left p {
    text-align: center;
  }
  #sp-top-bar .top-address ul li:first-child {
    margin-left: 0;
  }
  #home-three #sp-top-bar,
  #home-four #sp-top-bar {
    background: #272727;
  }
  #home-three #sp-slider,
  #home-four #sp-slider {
    margin-top: 0;
  }
  .slider-default-style .tp-caption.small_text,
  .slider-default-style .tp-caption.large_bold_white {
    display: none;
  }
  .home-one-service .sppb-addon-feature {
    position: inherit;
    margin-top: 100px;
  }
  .sppb-addon-pie-progress {
    margin-bottom: 30px;
  }
  .image-border {
    text-align: center;
  }
  .title-style-one .sppb-addon-title::before,
  .title-style-two .sppb-addon-title::before {
    position: inherit;
  }
  .home-one-estimate,
  .testimonial-two-style {
    margin-top: 30px;
  }
  .our-blog ul li {
    width: 100%;
    padding: 0;
  }
  .our-blog ul li .moduleItemImage img {
    width: 100%;
  }
  #sp-gardener-call .gardener-call .sp-module-content h2 {
    text-align: center;
  }
  #sp-bottom2,
  #sp-bottom3,
  #sp-bottom4 {
    margin-top: 35px;
  }
  .home-two-service .sppb-img-container {
    display: block !important;
  }
  .home-two-service .sppb-img-container img {
    width: 100%;
  }
  .our-project .tlp-portfolio .slider6 .tlp-portfolio-item .tlp-item-content .tlp-title h3 {
    font-size: 20px;
  }
  .need-help .sppb-addon-raw-html {
    text-align: center;
  }
  .need-help .sppb-addon-raw-html a.ghost-btn,
  .need-help .sppb-addon-raw-html a.btn-read-more {
    margin-top: 20px;
    float: inherit;
  }
  .home-three-service .sppb-addon-single-image {
    margin-bottom: 40px;
  }
  .about-three::after {
    width: 100%;
  }
  .tlp-portfolio .tlp-portfolio-isotope .button-group button {
    margin-bottom: 5px;
  }
  .tlp-team .layout11 .single-team-area .tlp-title {
    bottom: 50px;
  }
  .about2-img-holder {
    text-align: center;
  }
  .sppb-addon-accordion {
    margin-bottom: 30px;
  }
  .custom-class {
    margin-bottom: 60px;
  }
  .class2 {
    margin-top: 60px;
  }
  .contact-social {
    margin-bottom: 30px;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper {
    display: inherit;
  }
  .testimonial-one-style {
    padding-left: 0;
    padding-right: 0;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper .profile-img-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .item-content h3,
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper .item-content h4,
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content p {
    text-align: center;
  }
  .tss-wrapper .tss-layout3 ul.slick-dots {
    position: inherit;
    left: inherit;
    text-align: center;
  }
  .tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper {
    padding-right: 15px;
  }
  .award-winning p {
    padding: 0 5%;
  }
  .blog-featured h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .award-winning h2 {
    line-height: 44px;
  }
  .tlp-team .layout11 .single-team-area:hover .tlp-overlay {
    transform: scale(1) translateY(50px);
  }
  #sp-title .sp-page-title {
    padding: 60px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 36px;
  }
  .about1-img-holder::before,
  .about1-img-holder::after {
    top: 50px;
  }
}
/* Large Mobile :480px. */
@media (max-width: 480px) {
  .our-blog ul li .content-area,
  .title-style-one,
  .title-style-two,
  .testimonial-one-style .sppb-text-center,
  .testimonial-one-style .sppb-addon-title,
  .testimonial-two-style .sppb-text-center,
  .testimonial-two-style .sppb-addon-title,
  .sppb-addon-accordion .sppb-addon-title,
  .home-one-estimate .sppb-addon-title {
    text-align: center;
  }
  .testimonial-one-style .sppb-addon-header .sppb-addon-title::before,
  .testimonial-two-style .sppb-addon-header .sppb-addon-title::before,
  .sppb-addon-accordion .sppb-addon-title::after,
  .home-one-estimate .sppb-addon-title::after {
    right: 0;
    margin: auto;
  }
  .our-project .owl-carousel .owl-nav,
  .tlp-team .owl-carousel.owl-theme .owl-nav,
  .owl-carousel.owl-theme .owl-nav {
    top: inherit;
  }
  .owl-carousel.owl-theme .owl-nav {
    position: inherit;
    right: 0;
    margin: 25px 0 0 0 !important;
  }
  .need-help .sppb-addon-raw-html h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-three-estimate button {
    margin-left: 0;
  }
  #sp-title .sp-page-title {
    padding: 50px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 30px;
  }
  .blog-featured h1 {
    font-size: 36px;
  }
  .blogservice-three-style .item .category-blog-layout {
    top: 14%;
  }
  .contact-form .control-group .control-label {
    float: inherit;
    text-align: left;
  }
  .contact-form .control-group .controls {
    margin-left: 0;
  }
  .contact-form .control-group .controls input,
  .contact-form .control-group .controls textarea {
    width: 100%;
  }
  .contact-form .control-group .controls input[type="checkbox"] {
    width: auto;
  }
  .finder .word input,
  .search .btn-toolbar input {
    margin-bottom: 15px;
    width: 100%;
  }
  .blog-featured form,
  .content-category form {
    overflow-x: scroll;
  }

}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .title-style-one .sppb-addon-title,
  .title-style-two .sppb-addon-title,
  .sppb-addon-text-block .sppb-addon-title,
  .sppb-addon-header .sppb-addon-title,
  #sp-gardener-call .gardener-call .sp-module-content h2,
  .home-one-estimate .sppb-addon-title,
  .sppb-addon-accordion .sppb-addon-title,
  .title-style-three h2,
  .title-style-four h2 {
    font-size: 30px;
  }
  .tlp-team .layout11 .single-team-area:hover .tlp-overlay {
    transform: scale(1) translateY(50px);
  }
  .award-winning h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .about1-img-holder::before,
  .about1-img-holder::after {
    top: 40px;
  }
}
/* small mobile :320px. */
@media (max-width: 320px) {
  .title-style-one .sppb-addon-title,
  .title-style-two .sppb-addon-title,
  .sppb-addon-text-block .sppb-addon-title,
  .sppb-addon-header .sppb-addon-title,
  #sp-gardener-call .gardener-call .sp-module-content h2,
  .home-one-estimate .sppb-addon-title,
  .sppb-addon-accordion .sppb-addon-title,
  .title-style-three h2,
  .title-style-four h2 {
    font-size: 26px;
  }
  .tlp-team .layout11 .single-team-area:hover .tlp-overlay {
    transform: scale(1) translateY(100px);
  }
  #sp-top-bar .top-address ul li {
    margin-left: 10px;
  }
  .award-winning h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .about1-img-holder::before,
  .about1-img-holder::after {
    top: 22px;
  }
  .our-project .tlp-portfolio .slider6 .tlp-portfolio-item:hover .tlp-item-content .link-icon {
    -webkit-transform: translate(35px) rotate(90deg);
    -webkit-transform-origin: 0 -85px;
    transform: translate(35px) rotate(90deg);
    transform-origin: 0 -85px;
  }
}
/*=====  End of Responsive css  ======*/

.itemCommentsLink.k2Anchor {
	display: none;
}
