/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-weight: 300;
  padding-bottom: 0px !important;
}

a {
  color: #009961;
  text-decoration: none;
}

a:hover {
  color: #00cc81;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
button{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  transition: 0.5s;
  margin: 10px;
}
.large {
    font-size: 200% !important;
}
.light-font{
    font-weight: 300;
}
.primary{
    color: #0ba13b !important;
}
.primary-bg{
    background-color: #0ba13b;
    color: #fff;
    border: 2px solid #0ba13b;
}
.btn-primary{
    background-color: #0ba13b !important;
    color: #fff;
    border: 2px solid #0ba13b;
}
.btn-primary:hover{
    background-color: transparent !important;
    color: #0ba13b !important;
    border: 2px solid #0ba13b;
}
.green{
    color: #0ba13b;
}
.purple{
    color: #793499;
}
.purple-bg{
    background-color: #793499;
}
.btn-purple{
    background-color: #fff;
    color: #793499 !important;
    border: 2px solid #793499;
}
.btn-purple:hover{
    background-color: #793499 !important;
    color: #fff !important;
}
.blue{
    color: #006bb3;
}


.dark{
    color: #444;
}
.dark-bg{
    background-color: #444;
}
button{
    text-transform: uppercase;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-weight: 900;
}
button.wide{
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.line-under{
    margin: 5px 60px;
    border-bottom: #444 solid 2px;
    border-radius: 0px;
}

.alert-danger{
    border: #ed3c0d 0x solid;
    border-radius: 5px;
    background-color: #f8d7da;
    padding:10px 10px 10px 10px !important;
    margin-bottom:40px;
}


@media (max-width: 1390px) {
    button.wide{
      padding-left: 100px !important;
      padding-right: 100px !important;
  }
}
@media (max-width: 1200px) {
    button.wide{
      padding-left: 60px !important;
      padding-right: 60px !important;
  }
}
@media (max-width: 768px) {
    button.wide{
      padding-left: 30px !important;
      padding-right: 30px !important;
  }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #009961;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0ba13b;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: rgba(255,255,255,0.2) solid 1px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #00c27b;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 0px solid rgba(200, 200, 200, 0.1);
  background-color: #fff;
}


#header.fixed-top {
  background: #fff; /*rgb(11, 161, 59)*/
  border-bottom: 1px solid #793499;
}
#header.header-scrolled,
#header.header-inner-pages {
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #0ba13b;
}

#header .logo img {
  max-height: 50px;
  padding-right: 50px !important;
}

@media (max-width: 992px) {
  #header {
    border: 0;
    padding: 15px 0;
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  background: #009961;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #00b371;
  color: #fff;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  text-transform: uppercase;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  margin: 0 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 3px;
  font-size: 14px;
  font-weight: 300;
  color: #0ba13b;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #0ba13b;
  visibility: visible;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0ba13b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #009961;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
  color: #282828;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0ba13b;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #0ba13b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #282828;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #009961;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #009961;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
section#hero{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

#hero {
  width: 100%;
  position: relative;
}


#hero .container-fluid {
  padding-top: 0px;
}
#hero .bg-light{
    background-color: rgba(255,255,255,0.6) !important;
}

#hero h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  margin: 0 0 10px 0;
  font-size: 600%;
  line-height: 85%;
  color: #0ba13b;
}

#hero h2 {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 280%;
  text-transform: uppercase;
}
#hero p{
    margin-bottom: 25px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 150%;
    line-height: 125%;
}

section#hero-video{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #444;
}
#hero-video .play-btn {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: radial-gradient(#009961 50%, rgba(0, 153, 97, 0.4) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
}
#hero-video h2 {
  color: #fff;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 200%;
}

#hero-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero-video .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 3s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 153, 97, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero-video .play-btn:hover::after {
  border-left: 15px solid #009961;
  transform: scale(20);
}

#hero-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
#hero-video iframe{
    width: 100%;
}
iframe.embed-responsive-item{
    height:500px;
}


@media (max-width: 992px) {
  #hero h1 {
    font-size: 540%;
    line-height: 85%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #hero h2 {
    font-size: 230%;
    line-height: 110%;
    padding-top: 15px;
    margin-top: 0;
  }
  #hero p{
    font-size: 120%;
  }
  #hero-video .container{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
    #hero-video iframe{
        width: 100%;
    }
    iframe.embed-responsive-item{
        height:400px;
    }
}


@media (max-width: 767px) {
  #hero h1 {
    font-size: 540%;
    line-height: 85%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #hero h2 {
    font-size: 230%;
    line-height: 110%;
    padding-top: 15px;
    margin-top: 0;
  }
  #hero p{
    font-size: 120%;
  }
  #hero-video .container{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
    #hero-video iframe{
        width: 100%;
    }
    iframe.embed-responsive-item{
        height:400px;
    }
}



@media (max-width: 321px) {
  #hero h1 {
    font-size: 400%;
    line-height: 85%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #hero h2 {
    font-size: 160%;
    line-height: 110%;
    padding-top: 15px;
    margin-top: 0;
  }
  #hero p{
    font-size: 110%;
  }
  #hero-video .container{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  #hero-video iframe{
        width: 100%;
    }
    iframe.embed-responsive-item{
        height:180px;
    }
}
@media (min-width: 320px) {
  section#hero{
    padding-top: 40px !important;
  }
  #hero h1 {
    font-size: 230%;
    line-height: 90%;
    margin-bottom: 10px;
  }
  #hero h2 {
    font-size: 140%;
    line-height: 110%;
    padding-top: 15px;
    margin-top: 5px;
  }
  #hero p{
    font-size: 110%;
  }
  #hero-video .container{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  #hero-video iframe{
        width: 100%;
    }
    iframe.embed-responsive-item{
        height:150px;
    }
}


@media (min-width: 375px) {
  section#hero{
    padding-top: 50px !important;
  }
  #hero h1 {
    font-size: 280%;
    line-height: 90%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  #hero h2 {
    font-size: 160%;
    line-height: 110%;
    padding-top: 15px;
    margin-top: 5px;
  }
  #hero p{
    font-size: 110%;
  }
  #hero-video .container{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  #hero-video iframe{
        width: 100%;
    }
    iframe.embed-responsive-item{
        height:250px;
    }
}
@media (min-width: 425px) {
  section#hero{
    padding-top: 60px !important;
  }
  #hero h1 {
    font-size: 300%;
    line-height: 90%;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  #hero h2 {
    font-size: 160%;
    line-height: 110%;
    padding-top: 15px;
    margin-top: 5px;
  }
  #hero p{
    font-size: 110%;
  }
  #hero-video .container{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  #hero-video iframe{
        width: 100%;
    }
    iframe.embed-responsive-item{
        height:250px;
    }
}

@media (min-width: 768px) {
  section#hero{
    padding-top: 90px !important;
  }
  #hero h1 {
    font-size: 540%;
    line-height: 85%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  #hero h2 {
    font-size: 230%;
    line-height: 110%;
    padding-top: 15px;
    margin-top: 5px;
  }
  #hero p{
    font-size: 120%;
  }
  #hero-video .container{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
    #hero-video iframe{
        width: 100%;
    }
    iframe.embed-responsive-item{
        height:400px;
    }
}
@media (min-width: 991px) {
  section#hero{
    padding-top: 90px !important;
  }
  #hero h1 {
    font-size: 680%;
    line-height: 85%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #hero h2 {
    font-size: 230%;
    line-height: 110%;
    padding-top: 15px;
    margin-top: 0;
  }
  #hero p{
    font-size: 120%;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 1%;
  }
  #hero-video .container{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
    #hero-video iframe{
        width: 100%;
    }
    iframe.embed-responsive-item{
        height:400px;
    }
}
@media (min-width: 1024px) {
  section#hero{
    padding-top: 70px !important;
  }
  #hero h1 {
    font-size: 400%;
    line-height: 85%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #hero h2 {
    font-size: 200%;
    line-height: 110%;
    padding-top: 15px;
    margin-top: 0;
  }
  #hero p{
    font-size: 110%;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 1%;
  }

  #hero-video iframe{
        width: 70%;
    }
    iframe.embed-responsive-item{
        height:450px;
    }
}
@media (min-width: 1440px) {
  #hero {
    background-attachment: fixed;
  }
  #hero h1 {
    font-size: 580%;
    line-height: 85%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #hero h2 {
    font-size: 230%;
    line-height: 110%;
    padding-top: 15px;
    margin-top: 0;
  }
  #hero p{
    font-size: 130%;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 1%;
  }
  #hero-video iframe{
        width: 60%;
    }
    iframe.embed-responsive-item{
        height:450px;
    }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}
section#ct-hero{
    padding: 0px !important;
}

.section-bg {
  background-color: #8fffd6;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #009961;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #777777;
  font-size: 15px;
}


/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.products {
  padding: 0;
}
.products .container-fluid{
    background-color: #000;
}
.products .container-fluid h2 {
  font-weight: 900;
  font-size: 300%;
  padding-top: 20px !important;
}

.products .content .cta-btn {
  position: relative;

  top: -50%;
  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);

  font-size: 120%;
  color: #00b3ff !important;
  padding: 12px 0px;
  border-width: 4px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}

.products .content .cta-btn:hover {
  background-color: rgb(220,220,220);
}

.products  p{
    text-align: justify;
}
.products img{
    position: relative;
}
.products .overlayText {
   position: absolute;
}

@media (min-width: 320px){
    .products .container-fluid h2 {
        font-size: 160%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px !important;
    }
    .products .container-fluid img{
        margin-top:220px;
        object-fit: cover;
        min-height: 230px;
    }
}
@media (min-width: 375px){
    .products .container-fluid h2 {
        font-size: 110%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .products .container-fluid img{
        margin-top: 130px;
        object-fit: cover;
        min-height: 240px;
    }
}
@media (min-width: 425px){
    .products .container-fluid h2 {
        font-size: 140%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .products .container-fluid img{
        margin-top: 120px;
        object-fit: cover;
        min-height: 280px;
    }
}
@media (min-width: 768px){
    .products .container-fluid h2 {
        font-size: 260%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .products .container-fluid img{
        margin-top: 20px;
        object-fit: cover;
        min-height: 540px;
    }
}
@media (min-width: 1024px){
    .products .container-fluid{
        padding-left: 0px;
        padding-right: 0px;
    }

    .products .container-fluid h2 {
        font-size: 320%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .products .container-fluid img{
        margin-top: 0px;
        object-fit: cover;
        min-height: 680px;
    }
}
@media (min-width: 1440px){
    .products .container-fluid{
        background-color: #fff;
        padding-left: 0px;
        padding-right: 0px;
    }
    .products .container-fluid h2 {
        font-size: 340%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 40px;
    }
    .products .container-fluid img{
        margin-top: 0px;
        object-fit: cover;
        min-height: 800px;
    }
    .products p{
        font-size: 120%;
    }
}
@media (min-width: 1850px){
    .products .container-fluid h2 {
        font-size: 360%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 60px;
    }
    .products p{
        font-size: 140%;
    }
}
@media (min-width: 2560px){

    .products .container-fluid h2 {
        font-size: 380%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 90px;
    }
    .products p{
        font-size: 160%;
    }

}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background-color: #fff;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #00b371;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding: 0;
  margin-top: 60px;
}
.features .content {
  padding: 20px 30px 20px 0px;
}
.features .content h3 {
  font-weight: 300;
  font-size: 220%;
  display: block;
}
.features .content h5 {
  font-size: 160%;
  font-weight: 300;
  margin-top: 5px;

}
.features .content p {
  font-size: 15px;
  color: #848484;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #009961;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}


@media (min-width: 120px){
    .features .content {
        padding: 20px 0px 0px 0px !important;
    }
    .features .content h3 {
        font-size: 130%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
    }
    .features .content h3 .larger{
        font-size: 120%;
        font-weight: 900;
    }
    .features .content h5 {
        font-size: 120%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }
}
@media (min-width: 320px){
    .features .content {
        padding: 20px 0px 0px 0px !important;
    }
    .features .content h3 {
        font-size: 110%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
    }
    .features .content h3 .larger{
        font-size: 150%;
    }
    .features .content h5 {
        font-size: 120%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }
}
@media (min-width: 375px){
    .features .content {
        padding: 20px 0px 0px 0px !important;
    }
    .features .content h3 {
        font-size: 125%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
    }
    .features .content h3 .larger{
        font-size: 140%;
    }
    .features .content h5 {
        font-size: 130%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }
}
@media (min-width: 425px){
    .features .content {
        padding: 0px 0px 0px 0px !important;
    }
    .features .content h3 {
        font-size: 160%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
    }
    .features .content h3 .larger{
        font-size: 150%;
    }
    .features .content h5 {
        font-size: 140%;
        padding-left: 0px;
        margin-left: 0px;

    }
}
@media (min-width: 767px){
    .features .content {
        padding: 20px 0px 30px 0px !important;
    }
    .features .content h3 {
        font-size: 225%;
    }
    .features .content h3 .larger{
        font-size: 155%;
    }
    .features .content h5 {
        font-size: 140%;
        padding-left: 20px;
        margin-left: 15px;
    }
}

@media (min-width: 992px){
    .features .content h3 {
        font-size: 190%;
    }
    .features .content h3 .larger{
        font-size: 145%;
    }

    .features .content h5 {
        font-size: 130%;
        padding-left: 20px;
        margin-left: 15px;
    }
}
@media (min-width: 1400px){
    .features .content {
        padding: 20px 30px 0px 0px !important;
    }
    .features .content h3 {
        font-size: 220%;
    }
    .features .content h3 .larger{
        font-size: 140%;
    }
    .features .content h5 {
        font-size: 150%;
        padding-left: 20px;
        margin-left: 15px;
    }
}

/*--------------------------------------------------------------
# Savings
--------------------------------------------------------------*/
.savings {
  padding: 0;
}

.savings .content {
  padding: 60px 30px 60px 0px;
}

.savings .content h3 {
  font-weight: 300;
  font-size: 34px;
}

.savings .content h4 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 5px;
}

.savings .content p {
  font-size: 15px;
  color: #848484;
}

.savings .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.savings .content h3 {
  font-weight: 300;
  font-size: 26px;
}

.savings .content ul {
    list-style: none;
    margin-left: 0px;
}
.savings .content ul li {
    margin-left: 10px;
    margin-right: 20px;
    padding-left: 34px;
    position: relative;
}
.savings .content ul li+li {
  margin-top: 10px;
}
.savings .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #009961;
  line-height: 1;
}
.savings .content p:last-child {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .savings .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .savings .content {
    padding-top: 30px;
    ppadding-left: 0;
    padding-right: 0;
  }

}

/*--------------------------------------------------------------
# Tesimonials (Carousel))
--------------------------------------------------------------*/
.content.testimonial h3{
    font-size: 150%;
}


@media (min-width: 320px){
    .content.testimonial h3.text-white{
        font-size: 120%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .content.testimonial h3 i {
        font-size: 1em;
        float: left;
    }
}
@media (min-width: 375px){
    .content.testimonial h3.text-white{
        font-size: 120%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .content.testimonial h3 i {
        font-size: 1.5em;
        float: left;
    }
}
@media (min-width: 425px){
    .content.testimonial h3.text-white{
        font-size: 130%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .content.testimonial h3 i {
        font-size: 2em;
    }
}
@media (min-width: 678px){
    .content.testimonial h3.text-white{
        font-size: 160%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .content.testimonial h3 i {
        font-size: 1em;
        float: none;
    }
}
@media (min-width: 1024px){
    .content.testimonial h3.text-white{
        font-size: 115%;

    }
    .content.testimonial h3 i {
        font-size: 1em;
        float: none;
    }
}
@media (min-width: 1440px){
    .content.testimonial h3.text-white{
        font-size: 140%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .content.testimonial h3 i {
        font-size: 1em;
        float: none;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact h1{
    padding-left: 0px;
    margin-left: 0;
    font-size: 200% !important;
    margin-top: 30px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 32px;
  color: #009961;
  float: left;
  line-height: 1;
}

.contact .info h4 {
  padding: 0 0 0 20px;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #282828;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #5b5b5b;
}

.contact .info .email,
.contact .info .phone,
.contact .info .chat {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: left;
  padding: 15px;
}

.contact .php-email-form .sent-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea,
.contact .php-email-form select{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #009961;
}

.contact .php-email-form input,
.contact .php-email-form select {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #009961;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #00b371;
}
.sent-message h2{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 160%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: 5px;
}
.lcEcLb{
    margin-right: 70px !important;
    margin-bottom: 5px !important;
}
.contact .sent-message.alert-success{
    border: #00b371 2px solid;
    border-radius: 5px;
    background-color: #d4edda;
    padding:10px 10px 0 10px;
    margin-bottom:40px;
}
.contact .sent-message.alert-danger{
    border: #ed3c0d 2px solid;
    border-radius: 5px;
    background-color: #f8d7da;
    padding:10px 10px 0 10px;
    margin-bottom:40px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f9f9f9;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #424242;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0f0f0f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  color: #fff;
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #009961;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #00b371;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
  font-family: 'Nunito Sans', sans-serif;
}

#footer .credits {
  font-size: 13px;
}

#footer .credits a {
  color: #00b371;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #009961;
}

/*--------------------------------------------------------------
# FOOTER Navigation Menu
--------------------------------------------------------------*/
#footer {
    padding-bottom: 0px !important;
}
#footer ul {
    display: flex;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}
#footer ul li{
    list-style: none;
    padding:10px;
}
#footer ul li:first-child{
    margin-left:0px;
}
#footer ul li a {
    color: #ffffff !important;
    padding:10px;
}
#footer ul li:hover>a {
    color: #009961 !important;
}
#footer li a:hover{
    color: #009961 !important;
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
}
#footer .copyright{
    padding-top: 10px;
}

@media (max-width: 1198px) {
    #footer ul li{
        margin-left:5px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 5px;

    }

}
@media (max-width: 991px) {
    #footer ul {
      margin: 0;
      padding: 0;
      display: block;
      list-style: none;
      align-items: center !important;
      text-align: center;

    }
    #footer ul li {
        text-align: center !important;
        padding-right: 0;
        padding-bottom: 15px;
    }
    #footer ul li:last-child {
        padding-bottom: 50px;
    }

}