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

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
}

img {
  width: 100%;
}

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

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;
  background-color: #293214;
  border: 2px solid #293214;
  font-family: "Barlow Condensed", sans-serif;
  padding: 15px 50px 16px 50px;
  font-size: 18px;
  border-radius: 200px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 15px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 14px 30px;
  }
}

.btn:hover {
  color: #fff;
  border: 2px solid #5F6848;
  background-color: #5F6848;
  border-radius: 6px;
}

.btn:focus {
  color: #fff !important;
  background-color: #231F20;
  border-color: #231F20;
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #231F20;
  border-color: #231F20;
}

.little-h {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 2px;
  color: #7c875e;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 20px;
    line-height: 25px;
  }
}

.title-h {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 69px;
  margin-bottom: 15px;
  color: #293214;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 48px;
    line-height: 40px;
  }
}

.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 20px;
  font-weight: 300;
  color: #444;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 28px;
  }
}

.sep {
  content: "";
  height: 2px;
  width: 120px;
  background: #95a178;
  margin-bottom: 20px;
}

.sep-middle {
  content: "";
  height: 2px;
  width: 120px;
  background: #95a178;
  margin: 0 auto;
  margin-bottom: 20px;
}

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

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

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

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

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

/*****navbar start******/
.top-bar {
  width: 100%;
  z-index: 999;
  background: #231F20;
  transition: all 0.3s ease-in-out;
}
.top-bar p {
  color: #f3f5ef;
  padding: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .top-bar p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 5px 0 4px 0;
  }
}
.top-bar a {
  color: #dbe1d0;
}

.top-bar a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
    background-color: #fff;
  }
  .navbar-toggle .svg-inline--fa {
    color: #293214;
  }
  .attr-nav {
    display: none;
  }
}
nav.navbar.bootsnav {
  background: #fff;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    border-bottom: 1px solid #f2f2f2;
  }
}

.navbar {
  min-height: auto;
}

.navbar-brand {
  height: 75px;
  padding: 5px 0px 0 20px;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 4px 5px 2px 5px;
  }
}

.navbar-brand img {
  width: auto;
  height: 69px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 75px;
  }
}

.caret {
  margin-left: 4px;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgb(255, 255, 255);
    border-top: 5px solid #5F6848;
    width: 250px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 21px 33px 0px;
    font-weight: 400;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #E7E1D7;
  }
  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: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 19px;
    font-weight: 400;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #333;
    background: #E7E1D7;
  }
}
@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;
    font-weight: 600;
    color: #293214 !important;
    font-size: 25px;
    line-height: 30px;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #293214;
    font-size: 17px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px;
  }
}
nav.navbar.bootsnav .btn {
  margin-left: 0px !important;
}

nav.no-background.bootsnav .btn {
  padding: 9px 17px 9px 17px !important;
  font-size: 17px;
  margin: 16px 20px 0 0px;
  font-weight: 400;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

nav.navbar-fixed.bootsnav .btn {
  padding: 9px 17px 9px 17px !important;
  font-size: 17px;
  margin: 16px 20px 0 0px;
  font-weight: 400;
  background-color: transparent;
  border: 2px solid #5F6848;
  color: #5F6848;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

nav.navbar.bootsnav .btn:hover {
  background-color: #5F6848 !important;
  border: 2px solid #5F6848 !important;
  color: #fff !important;
}

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #5F6848;
  color: #fff !important;
  display: none;
}
@media (max-width: 992px) {
  nav.navbar.bootsnav ul.nav > li > .mobile-a {
    display: block;
  }
}

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.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 120px;
  margin-top: 1px;
}

@media (max-width: 1120px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 75px;
    width: auto;
    margin-top: 0;
  }
}
.nav-back {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/*****navbar end******/
/*****hero start*********/
.hero {
  min-height: 80vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 70vh;
    padding-bottom: 30px;
  }
}
.hero img {
  height: 20vh;
  width: auto;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .hero img {
    width: 80%;
    height: auto;
  }
}
.hero .back {
  background: rgba(52, 52, 52, 0.8);
}
.hero .hero-box {
  padding-left: 0px;
  margin-top: 25vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin: 29vh 0px 50px 0px;
    padding-left: 0px;
  }
}
.hero .hero-box h1 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  margin-left: 0px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .hero .hero-box h1 {
    font-size: 36px;
    line-height: 39px;
  }
}

/***************hero end******/
/******* intro start ***********/
.intro {
  position: relative;
}
@media (max-width: 991px) {
  .intro {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .intro .sep {
    margin: 20px auto;
  }
}
.intro .back {
  background-color: rgba(255, 242, 230, 0.9);
}
@media (max-width: 991px) {
  .intro img {
    width: 70%;
    margin-top: 30px;
  }
}

.video-img {
  width: 100%;
  height: 620px;
  position: relative;
  box-shadow: -1px 7px 20px rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .video-img {
    height: 260px;
  }
}
.play-img {
  width: 230px;
  animation: pulse 2s infinite;
  transition: all 0.4s ease;
  margin-top: 210px;
}

@media (max-width: 768px) {
  .play-img {
    margin-top: 60px;
    width: 140px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/****** intro end ***********/
.cta {
  position: relative;
  padding: 200px 0;
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  .cta {
    padding: 100px 0;
  }
}
.cta .back {
  background: rgba(35, 31, 32, 0.55);
}
.cta h3, .cta h5 {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.65);
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*************cta end*********/
/********** features start ********/
.services-h {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.services-a {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.features .padd-middle {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .features .padd-middle {
    padding: 0 15px;
  }
}

figure.features-box:hover {
  background-color: rgba(35, 31, 32, 0.8);
  transform: translate3d(0, 0, 0) scale(1);
}

figure.features-box {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#231f20+0,000000+100&0.65+0,0+100 */
  background: linear-gradient(to bottom, rgba(81, 72, 74, 0.45) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

figure.features-box p {
  margin-top: 40px !important;
  padding: 0px 0 0 10px;
  width: 100%;
  border-left: 2px solid #fff;
  color: #fff;
  text-align: left;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -40px, 0);
}
@media screen and (max-width: 500px) {
  figure.features-box p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px !important;
  }
}

figure.features-box:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.grid {
  overflow: hidden;
  margin: 15px auto;
  border-radius: 15px 15px 15px 1px;
}
@media screen and (max-width: 500px) {
  .grid {
    border-radius: 10px 10px 10px 1px;
  }
}

.grid figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 570px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .grid figure {
    height: 320px;
  }
}

.grid figure figcaption {
  padding: 28px;
  color: #fff;
  font-size: 1.25em;
  backface-visibility: hidden;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

@media screen and (max-width: 500px) {
  figure.features-box .position {
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 0;
  }
  figure.features-box hr {
    display: none;
  }
}
/********* features end ********/
/***** how start ********/
.how-it-works img {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
  opacity: 0.8;
}
.how-it-works .how-box {
  padding: 60px 40px;
  background-color: #f8f5f0;
  margin-bottom: 30px;
  min-height: 450px;
}
@media screen and (max-width: 991px) {
  .how-it-works .how-box {
    padding: 50px 30px;
    margin-bottom: 15px;
    min-height: auto;
  }
}
.how-it-works .how-box h3 {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  color: #231F20;
  font-size: 24px;
  margin-bottom: 15px;
}
.how-it-works .how-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 500px) {
  .how-it-works .how-box p {
    min-height: auto;
  }
}
.how-it-works .how-box h4 {
  color: #5F6848;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  margin-top: 30px;
}

/****** how end ********/
/******footer start****/
.footer {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .footer-logo {
  width: 65%;
}
@media (max-width: 768px) {
  .footer .footer-logo {
    margin: 30px 0;
  }
}
.footer p {
  font-size: 17px;
  line-height: 30px;
}
.footer a:hover {
  text-decoration: none;
  color: #5F6848;
}
.footer li a {
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #eee;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer li a {
    line-height: 25px;
  }
}
.footer .footer-links {
  list-style: none;
  padding-left: 0;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .footer .footer-links {
    margin-top: 10px;
  }
}
.footer .back {
  background-color: rgba(35, 31, 32, 0.85);
}

.copyright {
  border-top: 1px solid #5F6848;
  font-size: 18px;
  font-weight: 400;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .copyright {
    margin-top: 30px;
  }
}
.copyright p {
  color: #ddd;
}
.copyright a {
  color: #ddd;
}

.footer-icons {
  padding-left: 0;
  text-align: center;
}
.footer-icons .svg-inline--fa {
  height: 18px;
  width: 18px;
  line-height: 24px;
  padding: 8px;
  display: inline-block;
  margin: 0 6px 0 0;
  color: #fff;
  border: 1px solid #5F6848;
  background-color: #5F6848;
  border-radius: 50%;
}
.footer-icons .svg-inline--fa:hover {
  background-color: #231F20;
  border: 1px solid #231F20;
  color: #fff;
}

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