@import url(https://fonts.googleapis.com/css?family=Lato:300&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,400,600&display=swap);



body {
  font-family: lato, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  overflow-x: hidden
}

p {
  font-size: 14px;
  line-height: 26px
}

a:focus,
a:hover {
  color: #2d6a4f
}

a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  display: inline-block;
  font-family: lato, sans-serif
}

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

.btn-common {
  border: 2px solid #2d6a4f;
  background-color: #2d6a4f;
  position: relative;
  z-index: 1;
  border-radius: 4px
}

.btn-common:hover {
  color: #2d6a4f;
  background-color: transparent;
  border: 2px solid #2d6a4f;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px
}

h1,
h2,
h3,
h4,
h5 {
  font-family: raleway, sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px
}

ul {
  margin: 0;
  padding: 0
}

ul li {
  list-style: none
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0
}

a:not([href]):not([tabindex]) {
  color: #fff
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #2d6a4f
}

.section {
  padding: 80px 0
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center
}

.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #081c15;
  position: relative
}

.section-header .section-title span {
  color: #2d6a4f
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 20px;
  font-weight: 400
}

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #52b788;
  margin-top: 15px
}

.section-header .lines:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  top: -10px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #2d6a4f;
  left: 27px
}

.logo-menu a {
  font-family: raleway, sans-serif;
  font-size: 36px;
  color: #fff
}

.menu-button:hover {
  cursor: pointer;
  opacity: #eee
}

.close-button {
  cursor: pointer
}


#video-area {
  background: url(/img/bg2_mob.webp) fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-color: #081c15;
}

@media screen and (min-width: 768px) {
  #video-area {
    background: url(/img/bg2.webp) fixed;
  }  
}

#video-area .contents {
  padding: 160px 0 80px
}

#video-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
  margin-bottom: 25px;
  line-height: 70px
}

#video-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: .5px
}

#video-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase
}

.overlay-2 {
  background: rgba(0, 0, 0, .7) !important
}

#services {
  position: relative;
  background: #f3fbf4
}

#licensing {
  position: relative;
  background: #f3fbf4
}

#features {
  background: #fff
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1
}

#features .content-left {
  position: relative;
  top: 60px
}

#features .content-left span {
  float: right;
  margin-left: 25px
}

#features .content-right {
  position: relative;
  top: 60px
}

#features .content-right span {
  float: left;
  margin-right: 25px
}

#features .box-items {
  justify-content: center
}

#features .box-item {
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

#features .box-item .icon {
  border: 1px solid #2d6a4f;
  text-align: center;
  margin: 12px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  align-self: center
}

#features .box-item .icon i {
  color: #2d6a4f;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin: 18px
}

#features .box-item .text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 26px
}

#features .box-item:hover .icon {
  background: #2d6a4f
}

#features .box-item:hover .icon i {
  color: #fff
}

.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #fff;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 4px
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2d676a;
  opacity: .7
}

.counters {
  background: url(/img/bg1.webp) fixed;
  background-repeat: no-repeat;
  position: relative
}

.counters .facts-item {
  text-align: center;
  color: #fff
}

.counters .facts-item .icon {
  margin-bottom: 20px
}

.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff
}

.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px
}

.counters .facts-item .fact-count h4 {
  font-size: 20px;
  color: #fff
}

.btn {
  margin: 10px
}

.btn i {
  margin-right: 5px
}

.btn:disabled {
  opacity: 1
}

#contact {
  background: #f3fbf4
}

footer {
  background: #081c15;
  padding: 60px 0 30px;
  text-align: center
}

.site-info p {
  line-height: 34px;
  color: #fff
}

.site-info p a {
  color: #fff
}

.site-info p a:hover {
  color: #2d6a4f
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #2d6a4f;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}