html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 25px;
}

img {
  width: 100%;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #1f6040;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Smooch Sans", sans-serif;
  padding: 10px 30px;
  border-radius: 3px;
  letter-spacing: 3px;
  border: 2px solid #1f6040;
  background-color: #1f6040;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  margin: 15px 0;
}

.btn:focus,
.btn:hover {
  color: #fff;
  border-radius: 5px;
  border: 2px solid #194d33;
}

.btn:before {
  content: "";
  background: #194d33;
  border: 2px solid #194d33;
  width: 100%;
  height: 100%;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.btn:focus:before,
.btn:hover:before {
  transform: scale(1);
}

.title-h {
  font-size: 85px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 1px;
  font-family: "Smooch Sans", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 45px;
  }
}

.inner-h {
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: "Smooch Sans", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 34px;
    line-height: 34px;
  }
}

.title-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #555;
  letter-spacing: 0px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.sep {
  content: "";
  height: 3px;
  width: 210px;
  background-color: #1f6040;
  margin: 20px auto;
}

.sep-left {
  content: "";
  height: 3px;
  width: 210px;
  background-color: #1f6040;
  margin: 20px 0;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

.padd-top {
  height: 40px;
}
@media (max-width: 991px) {
  .padd-top {
    height: 5px;
  }
}

/******navbar start*******/
.top-bar {
  background-color: #222;
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 1px;
  }
}
.top-bar a:hover {
  color: #1f6040;
}
.top-bar .top-text {
  display: inline-block;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}

.navbar {
  min-height: 78px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 8px 2px 2px 5px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 7px 0px 0px 0px;
  }
}

.navbar-brand img {
  width: auto;
  height: 70px;
}
@media (max-width: 1150px) {
  .navbar-brand img {
    height: 65px;
  }
}

.caret {
  margin-left: 4px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #222 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Smooch Sans", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 4px solid #194d33;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 12px 21px 8px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #1f6040;
    margin: 14px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 7px 25px 7px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #1f6040;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 6px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 500;
    font-size: 17px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #1f6040;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 17px;
  text-transform: none;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 5px 15px 5px 0;
  margin-right: 15px;
  margin-left: 5px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #194d33 !important;
  background-color: transparent !important;
  border: 2px solid #194d33;
  padding: 10px 20px;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
  padding: 10px 20px;
}

nav.navbar.bootsnav .btn:hover {
  color: #fff !important;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 36px;
    font-size: 18px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

nav.navbar.bootsnav .material-symbols-outlined:hover {
  color: #1f6040;
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 75px;
  margin-top: 1px;
}

@media (max-width: 1150px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 70px;
    width: auto;
    margin-top: 0;
  }
}
/******navbar end**********/
.hero-arrow {
  height: 100vh;
  position: absolute;
  z-index: 10;
  left: calc(50% - 30px);
  top: 90vh;
}
@media (max-width: 768px) {
  .hero-arrow {
    display: none;
  }
}

.arrow {
  width: 60px;
  height: 82px;
  position: sticky; /* don't forget set container to relative */
  left: calc(50% - 30px);
  margin-left: 0px;
  bottom: 10vh;
  z-index: 999;
}

/* set arrow styles */
.arrow path {
  stroke: #fff;
  stroke-width: 4px;
  fill: transparent;
  animation: down 2s infinite;
}

/* arrow keyframe animation */
@keyframes down {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* arrow animation delay */
.arrow path.a1 {
  animation-delay: -1s;
}

.arrow path.a2 {
  animation-delay: -0.5s;
}

.arrow path.a3 {
  animation-delay: 0s;
}

/*****hero start*********/
.hero {
  position: relative;
  min-height: 81vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 80vh;
  }
}
.hero .hero-box {
  margin-top: 35vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 28vh;
  }
}
.hero .back {
  background-color: rgba(26, 26, 26, 0.45);
}
.hero h1 {
  color: #fff;
  margin-top: 0px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .hero h1 {
    margin-bottom: 0;
  }
}
.hero h2 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 27px;
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .hero .btn {
    margin: 3px 0;
  }
}

.under-hero {
  padding: 20px 0;
}
@media (max-width: 550px) {
  .under-hero {
    padding: 5px 0;
  }
}
.under-hero .icon-box {
  display: flex;
  padding: 25px 25px;
}
@media (max-width: 1200px) {
  .under-hero .icon-box {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .under-hero .icon-box {
    padding: 25px 5px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon-box {
    padding: 15px 5px;
  }
}
.under-hero .box-border {
  border-right: 1px solid #ccc;
}
@media (max-width: 991px) {
  .under-hero .box-border {
    border-right: none;
  }
}
.under-hero .icon, .under-hero .text {
  display: inline;
}
.under-hero .icon h2, .under-hero .text h2 {
  margin-top: 5px;
  text-transform: uppercase;
  color: #333;
  font-size: 34px;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: "Smooch Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 10px;
  }
}
.under-hero .icon h4, .under-hero .text h4 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .under-hero .icon h4, .under-hero .text h4 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }
}
.under-hero .icon {
  margin-top: 5px;
  width: 100px;
}
@media (max-width: 1200px) {
  .under-hero .icon {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .under-hero .icon {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon {
    width: 80px;
  }
}
.under-hero .text {
  flex: 1;
}
.under-hero img {
  width: 65px;
  vertical-align: center;
}
@media (max-width: 1200px) {
  .under-hero img {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .under-hero img {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .under-hero img {
    width: 70px;
  }
}

@media (max-width: 768px) {
  .border-new {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

/***************hero end******/
/*************************/
.features {
  padding: 60px 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .features {
    padding: 50px 0 30px 0;
  }
}
.features .title-h {
  margin-bottom: 8px;
}
.features .features-box {
  position: relative;
  display: inline-block;
  width: calc(33% - 20px);
  margin: 7px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1118px) {
  .features .features-box {
    width: calc(50% - 20px);
    margin: 7px;
  }
}
@media (max-width: 668px) {
  .features .features-box {
    width: calc(100% - 0px);
    margin: 7px 0;
  }
}
.features .features-box h3 {
  color: #fff;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
.features .features-img {
  height: 350px;
}
@media (max-width: 500px) {
  .features .features-img {
    height: 240px;
    background-position: top;
  }
}
.features .features-text {
  position: absolute;
  bottom: 5px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.features .features-text h2 {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.features .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6eaa+0,000000+100&0.65+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(26, 26, 26, 0.65) 0%, rgba(0, 0, 0, 0) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a62c6eaa", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 768px) {
  .features .back {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6eaa+0,000000+100&0.65+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(26, 26, 26, 0.25) 0%, rgba(0, 0, 0, 0) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a62c6eaa", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  }
}
.features .btn {
  min-width: 250px;
}
@media (max-width: 768px) {
  .features .btn {
    margin: 5px 0;
  }
}

.title-bottom {
  color: #fff;
}
@media (max-width: 768px) {
  .title-bottom {
    margin-top: 1px;
  }
}

.features-bottom {
  z-index: 0;
  position: relative;
  height: 450px;
  margin-top: -450px;
}
@media (max-width: 768px) {
  .features-bottom {
    height: 390px;
    margin-top: -390px;
  }
}
.features-bottom .back {
  background: #222;
  z-index: 0;
}

.features-bottom2 {
  z-index: 0;
  position: relative;
  height: 350px;
  margin-top: -350px;
}
@media (max-width: 768px) {
  .features-bottom2 {
    height: 240px;
    margin-top: -240px;
  }
}
.features-bottom2 .back {
  background: #2c2d32;
  z-index: 0;
}

.features-box-page {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15);
  width: calc(33% - 30px);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1000px) {
  .features-box-page {
    width: calc(49% - 30px);
  }
}
@media (max-width: 600px) {
  .features-box-page {
    width: calc(100% - 0px);
    margin: 10px 0;
  }
}

.features-box:hover .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6eaa+0,000000+100&0.65+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(26, 26, 26, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a62c6eaa", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 768px) {
  .features-box:hover .back {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6eaa+0,000000+100&0.65+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(26, 26, 26, 0.25) 0%, rgba(0, 0, 0, 0) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a62c6eaa", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  }
}

/********* services end *********/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 140px 0;
}
@media (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.cta p {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .cta p {
    font-size: 24px;
    line-height: 28px;
  }
}
.cta .back {
  background-color: rgba(13, 13, 13, 0.45);
}
.cta .btn {
  margin-top: 10px;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
/******* testimonials start **********/
.tc-testimonial {
  padding: 110px 0;
}
@media (max-width: 768px) {
  .tc-testimonial {
    padding: 50px 0;
  }
}
.tc-testimonial .back {
  background-color: rgba(255, 255, 255, 0.7);
}
.tc-testimonial .title-h {
  margin: 30px 0 40px 0;
}
@media (max-width: 991px) {
  .tc-testimonial .title-h {
    margin: 30px 0 20px 0;
  }
}

.testimonial {
  margin: 0 0px;
}

.testimonial .review-title {
  font-family: "Smooch Sans", sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.testimonial .description {
  padding: 0px 10px 20px 0px;
  margin-bottom: 0px;
  font-size: 19px;
  color: #333;
  line-height: 29px;
  position: relative;
}
@media (max-width: 768px) {
  .testimonial .description {
    padding: 0px 0px 0px 0px;
    font-size: 19px;
    line-height: 26px;
  }
}

.testimonial .title {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Smooch Sans", sans-serif;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
  background: #1f6040;
}

.testimonial .owl-theme .owl-dots, .testimonial .owl-theme .owl-nav {
  text-align: left;
}

.reviews-img1 {
  height: 600px;
  border-radius: 4px;
  box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .reviews-img1 {
    height: 250px;
    margin-top: 15px;
  }
}

.reviews-img2 {
  height: 500px;
  margin-top: 50px;
  border-radius: 4px;
  box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .reviews-img2 {
    height: 250px;
    margin-top: 15px;
  }
}

/*****tc-testimonial end******/
/******footer start****/
.tc-footer {
  background-attachment: fixed;
  position: relative;
  padding: 70px 0 25px 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer {
    padding: 50px 0 25px 0;
  }
}
.tc-footer .back {
  background: #222;
}
.tc-footer a, .tc-footer li {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 990px) {
  .tc-footer a, .tc-footer li {
    font-size: 16px;
  }
}
.tc-footer a:hover {
  margin-left: 5px;
}
.tc-footer p {
  color: rgb(166, 164, 154);
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 23px;
  padding-right: 25px;
}
@media only screen and (max-width: 990px) {
  .tc-footer p {
    font-size: 14px;
    line-height: 21px;
    padding-right: 0;
  }
}
.tc-footer img {
  width: 80%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .tc-footer img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.tc-footer .svg-inline--fa {
  font-size: 15px;
  margin-right: 8px;
  color: #1f6040;
}
.tc-footer .footer-box {
  padding-left: 50px;
}
@media only screen and (max-width: 990px) {
  .tc-footer .footer-box {
    padding-left: 0;
  }
}

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer ul {
    margin: 0 0 0 0;
  }
}

.copyright {
  padding: 15px 0 7px 0;
  background-color: #fff;
}
@media only screen and (max-width: 990px) {
  .copyright {
    text-align: center;
  }
}
.copyright p, .copyright a {
  color: #333;
  font-size: 17px;
  margin-top: 8px;
  margin-bottom: 0;
}
.copyright .footer-right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .copyright .footer-right {
    text-align: center;
  }
}
.copyright .svg-inline--fa {
  height: 15px;
  width: 15px;
  padding: 10px;
  border-radius: 50%;
  background-color: #1f6040;
  color: #eee;
  margin: -5px 8px 0px 0px;
}
@media only screen and (max-width: 768px) {
  .copyright .svg-inline--fa {
    margin: 0px 8px 5px 0px;
  }
}
.copyright .svg-inline--fa:hover {
  background-color: #194d33;
  color: #fff;
}

/*****footer end******/
.tc-header {
  min-height: 55vh;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.inner-content {
  position: relative;
  display: block;
  margin-top: 23vh;
}

.inner-content h1 {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .inner-content h1 {
    margin-bottom: 5px;
  }
}

.inner-content h2 {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .inner-content h2 {
    margin-top: 5px;
  }
}

.inner-content p {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.back {
  background: rgba(13, 13, 13, 0.6);
}

.icon .svg-inline--fa {
  color: #1f6040;
  font-size: 36px;
  margin-top: 10px;
}

.contact .icon {
  width: 60px;
}

input, textarea {
  width: 100%;
  min-height: 55px;
  padding: 15px 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #333;
  background-color: #f6f6f6;
  background-image: none;
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(31, 96, 64, 0.1);
  margin-bottom: 15px;
  outline: none;
}
@media (max-width: 768px) {
  input, textarea {
    padding: 13px 15px;
    margin-bottom: 10px;
  }
}

select {
  width: 100%;
  height: 62px;
  padding: 12px 15px;
  font-size: 17px;
  font-weight: 500;
  color: #1f6040;
  background-color: #f6f6f6;
  background-image: none;
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(31, 96, 64, 0.1);
  margin-bottom: 15px;
  outline: none;
}
@media (max-width: 768px) {
  select {
    padding: 13px 15px;
    margin-bottom: 10px;
  }
}

::-moz-placeholder {
  color: #1f6040;
}

::placeholder {
  color: #1f6040;
}

/***** reviews page start *******/
.reviews-page .reviews-box {
  box-shadow: -1px 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.reviews-page .reviews-header {
  background-color: #f9f9f9;
  padding: 10px 20px;
}
.reviews-page .reviews-header h4 {
  font-size: 35px;
  color: #194d33;
  margin-bottom: 5px;
}
.reviews-page .reviews-text {
  padding: 30px 20px;
}
.reviews-page .reviews-text h5 {
  font-family: "Smooch Sans", sans-serif;
  font-size: 26px;
  margin-top: 40px;
  text-align: right;
  margin-right: 20px;
  color: #1f6040;
}
.reviews-page .reviews-text p {
  font-size: 18px;
  line-height: 26px;
}
.reviews-page .reviews-text .svg-inline--fa {
  color: gold;
  margin-bottom: 20px;
}

.pagination {
  margin-top: 60px;
}

.pagination > li > a, .pagination > li > span {
  color: #1f6040;
}

/***** reviews page end *******/
.gallery-page:nth-child(even) {
  background: #f6f6f6;
}

.gallery-page:nth-child(odd) {
  background: #fff;
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 220px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.services-detail-img {
  height: 650px;
}
@media (max-width: 768px) {
  .services-detail-img {
    height: 220px;
  }
}

/***************************************/
.image-before, .image-after {
  height: 480px;
}
@media (max-width: 768px) {
  .image-before, .image-after {
    height: 180px;
  }
}

.before-after .owl-nav {
  position: absolute;
  top: 40%;
  left: -35px;
  right: -35px;
}

.before-after .col-xs-6 {
  padding-left: 4px;
  padding-right: 4px;
}

.before-after .owl-theme .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .before-after .owl-theme .owl-nav [class*=owl-] {
    width: 14px;
  }
}

.before-after .owl-prev {
  float: left;
}

.before-after .owl-next {
  float: right;
}

.before-after .owl-theme .owl-dots .owl-dot.active span, .before-after .owl-theme .owl-dots .owl-dot:hover span {
  background: #1f6040;
}

.before-after .owl-theme .owl-dots .owl-dot span {
  width: 27px;
  height: 4px;
  margin: 5px 3px;
}

.before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.area-box {
  display: inline-block;
  width: calc(25% - 20px);
  padding: 20px 5px 0 5px;
  vertical-align: top;
  margin: 10px 7px;
  min-height: 130px;
  background-color: rgba(202, 215, 168, 0.2);
  border: 1px solid rgba(202, 215, 168, 0.2);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1150px) {
  .area-box {
    width: calc(33% - 20px);
  }
}
@media (max-width: 750px) {
  .area-box {
    width: calc(49% - 20px);
  }
}
@media (max-width: 550px) {
  .area-box {
    width: calc(100% - 0px);
    margin: 7px 0px;
    min-height: auto;
    padding: 15px 5px 15px 5px;
  }
}
.area-box .inner-h {
  margin-bottom: 1px;
  margin-top: 2px;
  letter-spacing: 0;
}
.area-box a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.area-box:hover {
  background-color: rgba(202, 215, 168, 0.36);
}

.blog .features-box {
  position: relative;
  display: inline-block;
  width: calc(49% - 20px);
  margin: 7px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: -2px -3px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1118px) {
  .blog .features-box {
    width: calc(50% - 20px);
    margin: 7px;
  }
}
@media (max-width: 668px) {
  .blog .features-box {
    width: calc(100% - 0px);
    margin: 7px 0;
  }
}

.blog .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6eaa+0,000000+100&0.65+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(26, 26, 26, 0.95) 0%, rgba(0, 0, 0, 0) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a62c6eaa", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 768px) {
  .blog .back {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6eaa+0,000000+100&0.65+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(26, 26, 26, 0.95) 0%, rgba(0, 0, 0, 0) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a62c6eaa", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  }
}/*# sourceMappingURL=style.css.map */