@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: "Avenir Next LT Pro", "Avenir Next", Futura, sans-serif !important;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: #101010;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

/*==========================
2.1 Header Area
===========================*/
.header-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 998;
  background-color: #ffffff;
}

.menu-area {
  display: flex;
  align-items: center;
}

.logo {
  padding: 10px 10px 10px;
}

.logo a {
  display: inline-block;
}

.logo a img {
  max-height: 100%;
}

.main-menu {
  text-align: right;
}

.main-menu nav ul {
}

.main-menu nav ul li {
  display: inline-block;
}

.main-menu nav ul li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #5f6368;
  letter-spacing: 0;
  position: relative;
  padding: 27px 36px 27px 0;
}

.main-menu nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 2px;
  width: 0;
  background-color: #17a43a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 2220s ease 3530s;
}

.main-menu nav ul li:hover a:before,
.main-menu nav ul li.active a:before {
  width: 70%;
}

/*dropdown menu area start*/

.mobile_menu {
}

.slicknav_menu .slicknav_menutxt {
  display: none;
}

.slicknav_menu {
  background: transparent;
  margin-top: 21px;
}

.slicknav_menu .slicknav_icon-bar {
  height: 2px;
  width: 19px;
  margin: 3px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slicknav_btn {
  background-color: transparent;
  position: relative;
  margin-top: -51px;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1px, 7px);
  transform: rotate(45deg) translate(1px, 7px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px);
  transform: rotate(-45deg) translateY(-6px);
}

.slicknav_menu {
  margin-top: 0;
}

.slicknav_nav {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #f1f1f1, #ffffff) repeat
    scroll 0 0;
  margin: 10px;
  padding: 6px 0;
}

.slicknav_nav a:hover {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0;
}

.slicknav_nav a {
  font-size: 14px;
  letter-spacing: 0.01em;
}

/*==========================
END Header Area
===========================*/

/*==========================
2.2 Slider Area
===========================*/

.slider-area {
  display: flex;
  align-items: center;
  height: 700px;
  background: #326c4b;
  padding-top: 80px;
}

.slider-img {
}

.slider-img img {
  max-height: 100%;
}

.slider-inner {
}

.slider-inner h2 {
  font-size: 48px;
  font-weight: 500;
  color: #5f6368;
  letter-spacing: 0;
  line-height: 49px;
}

.slider-inner h5 {
  font-size: 30px;
  font-weight: 500;
  color: #5f6368;
  letter-spacing: 0;
  line-height: 39px;
  margin-bottom: 50px;
  margin-top: 5px;
}

.slider-inner a {
  display: inline-block;
  position: relative;
  height: 60px;
  width: 270px;
  background: transparent;
  border: 2px solid #5f6368;
  border-radius: 30px;
  text-align: center;
  line-height: 56px;
  color: #5f6368;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 44px;
}

.slider-inner a i {
  position: absolute;
  left: 16px;
  top: 6px;
  height: 44px;
  width: 44px;
  border: 2px solid #5f6368;
  border-radius: 50%;
  line-height: 40px;
  font-size: 16px;
  padding-left: 2px;
}

a {
  color: #24c338;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #326c4b;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 12px;
  color: #1a1a1a;
  font-size: 17px;
}

p.important {
  color: #777;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  /*border-bottom: 1px solid #ddd;*/
  font-family: "Droid Sans", Arial, sans-serif;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Droid Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0 10px 0;
}

::-webkit-selection {
  color: #fff;
  background: #ff5126;
}

::-moz-selection {
  color: #fff;
  background: #326c4b;
}

::selection {
  color: #fff;
  background: #326c4b;
}

.kale-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.kale-container3 {
  max-width: 1540px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.kale-container1 {
  max-width: 690px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#kale-header .kale-video-link a {
  color: rgba(255, 255, 255, 0.5);
}

#kale-header .kale-video-link a i {
  font-size: 18px;
  top: 2px;
  position: relative;
  color: #fff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  padding-left: 3px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#kale-header .kale-video-link a:hover {
  color: white;
}

#kale-header .kale-video-link a:hover i {
  border: 1px solid white;
}

@media screen and (max-width: 480px) {
  #kale-header .text-left {
    text-align: center !important;
  }
}

@media screen and (max-width: 480px) {
  #kale-header .btn {
    display: block;
    width: 100%;
  }
}

#kale-header,
#kale-counter,
.kale-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.kale-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.kale-video {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.kale-video.kale-video-sm {
  height: 250px;
}

.kale-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kale-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.kale-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.kale-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.kale-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.kale-cover {
  height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

.kale-cover a {
  color: #326c4b;
}

.kale-cover a:hover {
  color: white;
}

.kale-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.5);
}

.kale-cover > .kale-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .kale-cover {
    height: 600px;
  }
}

.kale-cover .display-t,
.kale-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kale-cover .display-t,
  .kale-cover .display-tc {
    height: 600px;
  }
}

.kale-cover.kale-cover-sm {
  height: 600px;
}

@media screen and (max-width: 768px) {
  .kale-cover.kale-cover-sm {
    height: 400px;
  }
}

.kale-cover.kale-cover-sm .display-t,
.kale-cover.kale-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kale-cover.kale-cover-sm .display-t,
  .kale-cover.kale-cover-sm .display-tc {
    height: 400px;
  }
}

.kale-cover.kale-cover-xs {
  height: 500px;
}

@media screen and (max-width: 768px) {
  .kale-cover.kale-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}

.kale-cover.kale-cover-xs .display-t,
.kale-cover.kale-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kale-cover.kale-cover-xs .display-t,
  .kale-cover.kale-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

.kale-cover.kale-cover-xxs {
  padding: 3em 0;
}

.kale-cover .btn-primary {
  color: #fff !important;
}

#kale-counter .feature-center {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

.kale-staff {
  text-align: center;
  margin-bottom: 7em;
  float: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kale-staff {
    margin-bottom: 3em;
  }
}

.kale-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kale-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.kale-staff p {
  margin-bottom: 30px;
}

.kale-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.kale-social-icons {
  margin: 0;
  padding: 0;
}

.kale-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.kale-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #326c4b;
  padding-left: 10px;
  padding-right: 10px;
}

.kale-social-icons li a i {
  font-size: 20px;
}

.kale-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}

.kale-contact-info ul {
  padding: 0;
  margin: 0;
}

.kale-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}

.kale-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 0.05em;
  font-family: "icomoon", serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kale-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}

.kale-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}

.kale-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}

.kale-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

#kale-header .display-tc,
#kale-counter .display-tc,
.kale-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}

#kale-header .display-tc h1,
#kale-header .display-tc h2,
#kale-counter .display-tc h1,
#kale-counter .display-tc h2,
.kale-cover .display-tc h1,
.kale-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#kale-header .display-tc h1,
#kale-counter .display-tc h1,
.kale-cover .display-tc h1 {
  margin-bottom: 0;
  font-size: 59px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #kale-header .display-tc h1,
  #kale-counter .display-tc h1,
  .kale-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

#kale-header .display-tc h2,
#kale-counter .display-tc h2,
.kale-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#kale-counter {
  text-align: center;
}

#kale-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #326c4b;
  font-weight: 100;
  display: block;
}

#kale-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #kale-counter .feature-center {
    margin-bottom: 30px;
  }
}

#kale-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}

#kale-counter .icon i {
  height: 70px;
}

#kale-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

#kale-features,
#kale-features-2,
#kale-products,
#kale-subscribe,
#kale-footer,
#kale-faq,
.kale-section {
  padding: 2em 0;
  clear: both;
  position: relative;
}

@media screen and (max-width: 768px) {
  #kale-features,
  #kale-features-2,
  #kale-products,
  #kale-subscribe,
  #kale-footer,
  #kale-faq,
  .kale-section {
    padding: 2em 0;
  }
}

#kale-features.border-bottom,
#kale-features-2.border-bottom,
#kale-products.border-bottom,
#kale-subscribe.border-bottom,
#kale-footer.border-bottom,
#kale-faq.border-bottom,
.kale-section.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

#kale-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.feature-center-3 {
  text-align: center;
  padding: 5px;
  width: 100%;
  height: 500px;
  margin-bottom: 0;
  margin-top: 0;
}

@media all and (min-width: 60em) {
  .feature-center-3 {
    width: 100%;
  }
}

.feature-center-3 .icon {
  width: 90px;
  height: 90px;
  border: 1px solid #eaeaea;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.feature-center-3 .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #326c4b;
}

.feature-center-3 p,
.feature-center-3 h3 {
  margin-bottom: 30px;
}

.feature-center-3 h3 {
  font-size: 18px;
  color: #000;
  position: relative;
}

.feature-center-5 {
  text-align: center;
  padding: 5px;
  width: 100%;
  height: 250px;
  margin-bottom: 0;
  margin-top: 0;
}

@media all and (min-width: 60em) {
  .feature-center-5 {
    width: 100%;
  }
}

.feature-center-5 .icon {
  width: 90px;
  height: 90px;
  border: 1px solid #eaeaea;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.feature-center-5 .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #326c4b;
}

.feature-center-5 p,
.feature-center-3 h3 {
  margin-bottom: 30px;
}

.feature-center-5 h3 {
  font-size: 18px;
  color: #000;
  position: relative;
}

.feature-center-7 {
  text-align: center;
  padding: 5px;
  width: 100%;
  height: 750px;
  margin-bottom: 0;
  margin-top: 0;
}

.feature-center-7 .icon {
  width: 90px;
  height: 90px;
  border: 1px solid #eaeaea;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.feature-center-7 .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #326c4b;
}

.feature-center-7 p,
.feature-center-3 h3 {
  margin-bottom: 30px;
}

.feature-center-7 h3 {
  font-size: 18px;
  color: #000;
  position: relative;
}

@media all and (max-width: 65em) {
  .feature-center-7 {
    width: 100%;
    height: 650px;
  }
}

@media all and (max-width: 44em) {
  .feature-center-7 {
    width: 100%;
    height: 630px;
  }
}

.feature-center {
  text-align: center;
  padding: 5px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

@media all and (max-width: 44em) {
  .center1 {
    display: block;
    margin-left: 30%;
    margin-right: 20%;
    width: 100%;
    align: center;
  }
}

.feature-center .icon {
  width: 90px;
  height: 90px;
  border: 1px solid #eaeaea;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #326c4b;
}

.feature-center p,
.feature-center h3 {
  margin-bottom: 30px;
}

.feature-center h3 {
  font-size: 18px;
  color: #000;
  position: relative;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}

.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 35px;
  color: #326c4b;
}

.feature-left .feature-copy {
  float: right;
  width: 85%;
}

.feature-left .feature-copy h3 {
  font-size: 21px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

@media all and (min-width: 60em) {
  .feature-center {
    width: 100%;
  }
}

.kale-heading {
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .kale-heading {
    margin-bottom: 3em;
  }
}

.kale-heading.kale-heading-sm {
  margin-bottom: 2em;
}

.kale-heading h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #326c4b;
  position: relative;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .kale-heading h2 {
    font-size: 25px;
  }
}

.kale-heading h2:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50px;
  margin-left: -25px;
  height: 2px;
  left: 50%;
  background: #326c4b;
}

.kale-heading h2.kale-left:before {
  left: 0;
  margin-left: 0;
}

.kale-heading h1 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #326c4b;
  position: relative;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .kale-heading h1 {
    font-size: 25px;
  }
}

/*.kale-heading h1:before {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    content: "";*/
/*    width: 50px;*/
/*    margin-left: -25px;*/
/*    height: 2px;*/
/*    left: 50%;*/
/*    background: #326c4b;*/
/*}*/

.kale-heading h1.kale-left:before {
  left: 0;
  margin-left: 0;
}

.kale-heading p {
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
}

.kale-heading p.ka {
  font-size: 20px;
  line-height: 1.8;
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .kale-heading p {
    font-size: 16px;
  }
}

#kale-products {
  padding-top: 10em;
  margin-top: -10em;
}

#kale-products .item img {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

#kale-products:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 180%;
  top: 0;
  -webkit-transform: skewY(-12deg);
  -moz-transform: skewY(-12deg);
  transform: skewY(-12deg);
  background: #efefef;
}

#kale-products .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}

#kale-products .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}

#kale-products .arrow-thumb a:hover,
#kale-products .arrow-thumb a:focus,
#kale-products .arrow-thumb a:active {
  text-decoration: none;
}

#kale-subscribe {
  background: #326c4b;
}

#kale-subscribe .form-control {
  background: transparent;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#kale-subscribe .form-control:focus {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}

#kale-subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}

#kale-subscribe .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#kale-subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#kale-subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}

#kale-subscribe .btn {
  height: 54px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
  background: #fff;
  border-color: #fff;
  color: #000;
}

#kale-subscribe .btn:hover,
#kale-subscribe .btn:active,
#kale-subscribe .btn:focus {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

#kale-subscribe .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#kale-subscribe .form-inline .form-group .form-control {
  width: 100%;
}

#kale-footer .kale-footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

#kale-footer .kale-footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}

#kale-footer .kale-footer-links li a {
  text-decoration: none;
}

#kale-footer .kale-footer-links li a:hover {
  text-decoration: underline;
}

#kale-footer .kale-widget {
  margin-bottom: 30px;
}

#kale-footer .kale-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#kale-footer .kale-widget .kale-quick-contact {
  padding: 0;
  margin: 0;
}

#kale-footer .kale-widget .kale-quick-contact li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

#kale-footer .kale-widget .kale-quick-contact li i {
  width: 30px;
  float: left;
  font-size: 18px;
  position: relative;
  margin-top: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

@media screen and (max-width: 768px) {
  #kale-footer .copyright .pull-left,
  #kale-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}

#kale-footer .copyright .block {
  display: block;
}

#kale-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #kale-offcanvas {
    /*display: block;*/
  }
}

.offcanvas #kale-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#kale-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#kale-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#kale-offcanvas ul {
  padding: 0;
  margin: 0;
}

#kale-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#kale-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#kale-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#kale-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0;
  font-family: "icomoon", serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#kale-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.kale-nav-toggle.active i::before,
.kale-nav-toggle.active i::after {
  background: #444;
}

.kale-nav-toggle:hover,
.kale-nav-toggle:focus,
.kale-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.kale-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}

.kale-nav-toggle i::before,
.kale-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}

.kale-nav-toggle.kale-nav-white > i {
  color: #fff;
  background: #fff;
}

.kale-nav-toggle.kale-nav-white > i::before,
.kale-nav-toggle.kale-nav-white > i::after {
  background: #fff;
}

.kale-nav-toggle i::before {
  top: -7px;
}

.kale-nav-toggle i::after {
  bottom: -7px;
}

.kale-nav-toggle:hover i::before {
  top: -10px;
}

.kale-nav-toggle:hover i::after {
  bottom: -10px;
}

.kale-nav-toggle.active i {
  background: transparent;
}

.kale-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.kale-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Droid Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 30px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #326c4b;
  color: #fff;
  border: 2px solid #326c4b !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #ff6540 !important;
  border-color: #ff6540 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #326c4b;
  border: 2px solid #326c4b;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #326c4b;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #000;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}

.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:active {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #326c4b;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.kale-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/images/kale.png) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .kale-nav .kale-contact {
    text-align: left !important;
  }
}

.kale-nav .kale-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}

.kale-nav .kale-contact ul li {
  padding: 0;
  margin: 0;
}

.kale-nav .kale-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0;
}

.kale-nav .kale-contact ul li a i {
  color: #326c4b;
}

.kale-nav .kale-contact ul li a:hover i {
  color: #fff;
}

#kale-features-3 {
  position: relative;
  top: -7em;
}

@media screen and (max-width: 768px) {
  #kale-features-3 {
    top: -2em;
  }
}

#kale-features-3 .feature {
  width: 33.33%;
  float: left;
  padding: 30px;
  background: #ff5126;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #kale-features-3 .feature {
    width: 100%;
    margin-bottom: 30px;
  }
}

#kale-features-3 .feature h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#kale-features-3 .feature p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
}

#kale-features-3 .feature .icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px auto;
  position: relative;
  background: #ff4517;
  top: -3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#kale-features-3 .feature .icon i {
  line-height: 90px;
  height: 90px;
  font-size: 40px;
  color: #fff;
}

#kale-features-3 .feature .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

#kale-features-3 .feature.feature-1 {
  z-index: 7;
}

#kale-features-3 .feature.feature-2 {
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
  background: #ff4112;
}

@media screen and (max-width: 768px) {
  #kale-features-3 .feature.feature-2 {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}

#kale-features-3 .feature.feature-2 .icon {
  background: #ff3402;
}

#kale-features-3 .feature.feature-2 .feature-inner {
  top: -3em;
  position: relative;
}

@media screen and (max-width: 768px) {
  #kale-features-3 .feature.feature-2 .feature-inner {
    top: 0;
  }
}

#kale-features-3 .feature.feature-2:before {
  position: absolute;
  top: -50px;
  content: "";
  background: #ff4112;
  height: 50px;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 768px) {
  #kale-features-3 .feature.feature-2:before {
    display: none;
  }
}

#kale-features-3 .feature.feature-2:after {
  position: absolute;
  bottom: -30px;
  content: "";
  background: #ff4112;
  height: 30px;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 768px) {
  #kale-features-3 .feature.feature-2:after {
    display: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}

#kale-features-3 .feature.feature-3 {
  z-index: 7;
  background: #fc3200;
}

#kale-features-3 .feature.feature-3 .icon {
  background: #f23000;
}

.kale-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}

#kale-blog {
  padding: 3em 0;
}

.kale-card-item {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.kale-card-item.has-text figure {
  margin-bottom: 30px !important;
}

.kale-card-item figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 12;
  position: relative;
}

.kale-card-item figure .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.kale-card-item figure .overlay i {
  z-index: 12;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: -15px;
  margin-top: -45px;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.kale-card-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.kale-card-item .kale-text {
  padding: 0 10px 10px 20px;
  text-align: center;
}

.kale-card-item .kale-text.text-left {
  text-align: left;
}

.ubea-card-item .kale-text h2,
.kale-card-item .kale-text span {
  text-decoration: none !important;
}

.kale-card-item .kale-text h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #326c4b;
}

.kale-card-item .kale-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}

.kale-card-item .kale-text p {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.kale-card-item .kale-text span.btn {
  color: #666666 !important;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: #ebebeb;
  border: 2px solid #ebebeb !important;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.kale-card-item .kale-text .kale-category {
  font-size: 12px;
  color: #cccccc;
}

.kale-card-item .kale-text .kale-category span {
  font-size: 12px;
  color: gray;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.kale-card-item:hover,
.kale-card-item:focus {
  bottom: 7px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.19);
}

.kale-card-item:hover img,
.kale-card-item:focus img {
  -webkot-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.kale-card-item:hover span.btn,
.kale-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  color: #fff !important;
  border: 2px solid #ff6540 !important;
  background: #ff6540 !important;
}

.kale-card-item:hover figure .overlay,
.kale-card-item:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}

.kale-card-item:hover figure .overlay i,
.kale-card-item:focus figure .overlay i {
  margin-top: -15px;
}

.kale-card-item:hover h2,
.kale-card-item:hover span,
.kale-card-item:focus h2,
.kale-card-item:focus span {
  text-decoration: none !important;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -39px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #444;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.ubea-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.ubea-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}

.owl-carousel-fullwidth.ubea-light-arrow
  .owl-controls
  .owl-nav
  .owl-next:hover
  i,
.owl-carousel-fullwidth.ubea-light-arrow
  .owl-controls
  .owl-nav
  .owl-prev:hover
  i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 24px;
  background: #326c4b !important;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  background: #326c4b !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #326c4b;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #326c4b;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #326c4b;
}

#kale-faq {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq2 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq3 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq4 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq5 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq6 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq7 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq8 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq9 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq10 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq11 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq12 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq13 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq14 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq15 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq16 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq17 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq18 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq19 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq20 {
  padding-top: 0;
  position: relative;
  background: #f9f9f9;
}

#kale-faq1 {
  padding-top: 0;
  position: relative;
  background: #ffffff;
}

.kale-accordion {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}

.kale-accordion .kale-accordion-heading {
  padding: 20px;
  position: relative;
  cursor: pointer;
}

.kale-accordion .kale-accordion-heading h3 {
  margin: 0;
  padding: 10px;
  font-size: 18px;
  color: #brand-primary;
}

.kale-accordion .kale-accordion-heading .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 13px;
  color: #0edd67;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.kale-accordion .kale-accordion-content {
  border-top: 1px solid #e6e6e6;
  display: none;
}

.kale-accordion .kale-accordion-content .inner {
  padding: 20px;
}

.kale-accordion.active .icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.kale-accordion.active h3 {
  color: #11bb5a;
}
.kale-accordion .kale-help-topics {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.kale-accordion .kale-help-topics h3 {
  margin: 0;
  padding: 10px;
  font-size: 18px;
}
.kale-help-topics:active h3 {
  color: #11bb5a;
}

#kale-contact h3 {
  color: #fff;
  font-size: 30px;
}

#kale-hero {
  min-height: 700px;
  /* background: #fff url(images/kale.png) no-repeat center center;*/
}

#kale-hero .btn {
  font-size: 24px;
}

#kale-hero .btn.btn-primary {
  padding: 14px 30px !important;
}

#kale-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#kale-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#kale-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}

#kale-hero .flexslider .slides li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

#kale-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}

#kale-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#kale-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}

#kale-hero .flexslider .flex-direction-nav {
  display: block;
}

#kale-hero .flexslider .flex-direction-nav a {
  position: absolute;
  cursor: pointer;
  width: 45px;
  height: 45px;
}

#kale-hero .flexslider .flex-direction-nav a:before {
  left: 0;
  top: 0;
  color: #fff !important;
  text-shadow: none !important;
  font-size: 40px;
  position: relative;
  z-index: 10;
}

#kale-hero .flexslider .flex-direction-nav a.flex-prev {
  opacity: 1 !important;
  left: 40px !important;
}

#kale-hero .flexslider .flex-direction-nav a.flex-prev:before {
  text-indent: 0 !important;
  font-family: "icomoon", serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
}

#kale-hero .flexslider .flex-direction-nav a.flex-next {
  right: 40px !important;
  opacity: 1 !important;
}

#kale-hero .flexslider .flex-direction-nav a.flex-next:before {
  font-family: "icomoon", serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0 !important;
  right: 0;
  content: "\e92a";
}

#kale-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}

#kale-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}

#kale-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 60px;
  font-weight: 300;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #kale-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}

#kale-hero .flexslider .slider-text > .slider-text-inner .kale-lead {
  font-size: 20px;
  color: #fff;
}

#kale-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .kale-lead
  .icon-heart {
  color: #d9534f;
}

.kale-section-overflow {
  overflow: hidden;
  position: relative;
}

#kale-services .feature-left .icon i {
  color: #326c4b !important;
}

#kale-services .feature-left h3 {
  color: #326c4b;
  font-size: 22px;
}

.jumbotron {
  background-color: #326c4b; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #326c4b, #0f4024);
  color: #010101;
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  border-top: 105px solid transparent;
  border-bottom: 5px solid transparent;
}

.jumbotron6 {
  background-color: #326c4b; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #326c4b, #0f4024);
  color: #fff;
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  border-top: 65px solid transparent;
  border-bottom: 0 solid transparent;
}

.jumbotron1 {
  background-color: #326c4b;
  color: #fff;
  padding: 2px 8px;
  font-family: Montserrat, sans-serif;
  border-top: 35px solid transparent;
  border-bottom: solid transparent;
}

.jumbotron2 {
  background-color: #326c4b;
  color: #fff;
  padding: 1px 2px;
  font-family: Montserrat, sans-serif;
  border-top: 5px solid transparent;
  border-bottom: solid transparent;
}

.jumbotron3 {
  background-color: #326c4b;
  color: #fff;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  border-top: 95px solid transparent;
  border-bottom: solid transparent;
}

div.polaroid {
  width: 100%;
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

div.polaroid1 {
  width: 100%;
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

div.polaroid2 {
  width: 100%;
  background-color: #fdfdfd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

div.container1 {
  text-align: center;
  padding: 10px 10px;
  background-color: #f3f3f3;
}

div.container5 {
  text-align: center;
  padding: 10px 10px;
  background-color: #326c4b;
}

div.container2 {
  text-align: center;
  padding: 10px 10px;
  background-color: #75d285;
}

.center1 {
  display: block;
  margin-left: 30%;
  margin-right: 20%;
  width: 100%;
}

@media all and (max-width: 65em) {
  .center1 {
    display: block;
    margin-left: 20%;
    margin-right: 20%;
    width: 100%;
  }
}

@media all and (max-width: 44em) {
  .center1 {
    display: block;
    margin-left: 30%;
    margin-right: 20%;
    width: 100%;
    align: center;
  }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 62%;
}

.custom-nav {
  -webkit-box-shadow: 30px 10px 10px #676767;
  -moz-box-shadow: 14px 20px 15px #676767;
  box-shadow: 0 0 5px #676767;
  z-index: 1000;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #326c4b;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 300px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 35px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

@media all and (max-width: 44em) {
  .button {
    width: 100%;
  }
}

.button7 {
  display: inline-block;
  border-radius: 4px;
  background-color: #326c4b;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 260px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button7 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button7 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.5s;
}

.button7:hover span {
  padding-right: 35px;
}

.button7:hover span:after {
  opacity: 1;
  right: 0;
}

@media all and (max-width: 44em) {
  .button7 {
    width: 100%;
  }
}

.button9 {
  display: inline-block;
  border-radius: 4px;
  background-color: #6e6d72;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 240px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button9 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button9 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.5s;
}

.button9:hover span {
  padding-right: 35px;
}

.button9:hover span:after {
  opacity: 1;
  right: 0;
}

@media all and (max-width: 44em) {
  .button9 {
    width: 100%;
  }
}

.button12 {
  display: inline-block;
  border-radius: 4px;
  background-color: #326c4b;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  align: center;
}

.button12 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button12 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.5s;
}

.button12:hover span {
  padding-right: 35px;
}

.button12:hover span:after {
  opacity: 1;
  right: 0;
}

@media all and (max-width: 44em) {
  .button12 {
    width: 50%;
  }
}

.button20 {
  display: inline-block;
  border-radius: 4px;
  background-color: #6e6d72;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 290px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button20 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button20 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.5s;
}

.button20:hover span {
  padding-right: 35px;
}

.button20:hover span:after {
  opacity: 1;
  right: 0;
}

@media all and (max-width: 44em) {
  .button20 {
    width: 100%;
  }
}

.button21 {
  display: inline-block;
  border-radius: 4px;
  background-color: #326c4b;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 290px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button21 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button21 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.5s;
}

.button21:hover span {
  padding-right: 35px;
}

.button21:hover span:after {
  opacity: 1;
  right: 0;
}

@media all and (max-width: 44em) {
  .button21 {
    width: 100%;
  }
}

.button15 {
  display: inline-block;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  width: 260px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button15 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button15 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.5s;
}

.button15:hover span {
  padding-right: 35px;
}

.button15:hover span:after {
  opacity: 1;
  right: 0;
}

@media all and (max-width: 44em) {
  .button15 {
    width: 100%;
  }
}

.button28 {
  display: inline-block;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  width: 260px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button28 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button28 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -40px;
  transition: 0.5s;
}

.button28:hover span {
  padding-right: 35px;
}

.button28:hover span:after {
  opacity: 1;
  right: 0;
}

@media all and (max-width: 44em) {
  .button28 {
    width: 100%;
  }
}

#grad1 {
  height: 200px;
  background-color: #326c4b; /* For browsers that do not support gradients */
  background-image: linear-gradient(
    to right,
    #326c4b,
    #0f4024
  ); /* Standard syntax (must be last) */
}

.panel:hover {
  box-shadow: 5px 0 40px rgba(0, 0, 0, 0.2);
}

.panel-footer .btn:hover {
  border: 2px solid #326c4b;
  background-color: #fff !important;
  color: #326c4b;
}

.panel-heading {
  color: #fff !important;
  background-color: #326c4b !important;
  padding: 15px;
  border-bottom: 0 solid transparent;
  border-radius: 0;
}

.panel-heading1 {
  color: #fff !important;
  background-color: #183c27 !important;
  padding: 15px;
  border-bottom: 0 solid transparent;
  border-radius: 0;
}

.panel-footer {
  background-color: white !important;
}

.panel-footer1 {
  background-color: #f6f6f6 !important;
  padding: 10px 15px;
}

.panel-footer17 {
  background-color: #f6f6f647 !important;
  padding: 10px 15px;
}

.panel-footer2 {
  background-color: #ffffff00 !important;
  border-top: 0 solid #f6f6f6;
}

.panel-footer3 {
  background-color: #fbfbfb !important;
}

.panel-footer h3 {
  font-size: 15px;
}

.panel-footer h4 {
  color: #326c4b;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 10px 0;
  background-color: #326c4b;
  color: #fff;
  padding: 10px;
}

.button5 {
  border-radius: 4px;
  background-color: #326c4b;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  width: 130px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button5 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button5 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button5:hover span {
  padding-right: 25px;
}

.button5:hover span:after {
  opacity: 1;
  right: 0;
}

.button8 {
  border-radius: 4px;
  background-color: #326c4b;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  width: 320px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button8 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button8 span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button8:hover span {
  padding-right: 25px;
}

.button8:hover span:after {
  opacity: 1;
  right: 0;
}

hr.new4 {
  border: 1px solid #326c4b;
  width: 14%;
}

hr.new12 {
  border: 1px solid #fff;
  width: 30%;
}

/* Wrapper */
.icon-button {
  background-color: white;
  border-radius: 6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 5rem;
  height: 6rem;
  line-height: 6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 6rem;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 80%;
  margin: 0;
  position: absolute;
  top: 80%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}

.icon-button:hover span {
  width: 6rem;
  height: 6rem;
  border-radius: 6rem;
  margin: -5.1rem;
}

.twitter span {
  background-color: #4099ff;
}

.facebook span {
  background-color: #3b5998;
}

.linkedin span {
  background-color: #3b5998;
}

/* Icons */
.icon-button i {
  background: none;
  color: white;
  height: 6rem;
  left: 0;
  line-height: 6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 6rem;
  z-index: 10;
}

.icon-button .icon-twitter {
  color: #4099ff;
}

.icon-button .icon-facebook {
  color: #3b5998;
}

.icon-button .icon-linkedin {
  color: #3b5998;
}

.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-linkedin {
  color: white;
}

/* Navigation Bar */
.navbar {
  padding: 13px 10px 10px 5px;
  background-color: white;
  transition: all ease 0.3s;
}

.navbar-brand {
  font-size: 23px;
  color: #326c4b !important;
}

.navbar .navbar-nav li a {
  font-size: 15px;
  color: black;
}

/* Animation */
.animate {
  padding: 0 10px 0 0;
  transition: all ease 0.4s;
}

.navbar-nav li a:hover,
.navbar-nav li.active1 a {
  font-size: 15px;
  color: #0fce61 !important;
}

/*.active1 a:before {*/
/*    position: absolute;*/
/*    bottom: 0 ;*/
/*    top: 69px;*/
/*    content: "";*/
/*    width: 70%;*/
/*    margin-left: -20px;*/
/*    height: 1px;*/
/*    left: 50%;*/
/*    background: #0fce61;*/
/*    transition: all ease 0.4s;*/

/*}*/

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
  display: inline;
  font-weight: bold;
}

.credit-card-box .form-control.error {
  border-color: red;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

.credit-card-box label {
  display: block;
}

/* The old "center div vertically" hack */
.credit-card-box .display-table {
  display: none;
}

.credit-card-box .display-tr {
  display: table-row;
}

.credit-card-box .display-td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

/* Just looks nicer */
.credit-card-box .panel-heading img {
  min-width: 180px;
}

/*Profile card 2*/
.profile-card-2 .card-img-block {
  float: left;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.profile-card-2 .card-body {
  position: relative;
}

.profile-card-2 .profile {
  border-radius: 50%;
  position: absolute;
  top: -42px;
  left: 15%;
  max-width: 75px;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.profile-card-2 h5 {
  font-weight: 600;
  color: #6ab04c;
}

.profile-card-2 .card-text {
  font-weight: 300;
  font-size: 15px;
}

.profile-card-2 .icon-block {
  float: left;
  width: 100%;
}

.profile-card-2 .icon-block a {
  text-decoration: none;
}

.profile-card-2 i {
  display: inline-block;
  font-size: 16px;
  color: #6ab04c;
  text-align: center;
  border: 1px solid #6ab04c;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}

.profile-card-2 i:hover {
  background-color: #6ab04c;
  color: #fff;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

@media (min-width: 1025px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
}

@media (min-width: 1025px) {
  .navbar-header {
    float: left;
  }
}

@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/*===========================
2.8 Testimonial Area
===========================*/

.testimonial-area {
}

.testimonial-slider {
}

.single-tst-2 {
  text-align: center;
  border: 2px solid #ececec;
  border-radius: 10px;
  margin-top: 109px;
  padding: 0 8% 24px;
  height: 270px;
}

.single-tst-2 img {
  max-width: 164px;
  position: relative;
  z-index: 1;
  margin: -70px auto 22px;
  border-radius: 0;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
}

.single-tst-2 h4 {
  font-size: 20px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0;
}

.single-tst-2 span {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 500;
}

.single-tst-2 p {
  color: #666666;
  margin: 8px 0 20px;
}

.single-tst {
  text-align: center;
  border: 2px solid #ececec;
  border-radius: 10px;
  margin-top: 109px;
  padding: 0 8% 24px;
  height: 400px;
}

.single-tst img {
  max-width: 164px;
  position: relative;
  z-index: 1;
  margin: -70px auto 22px;
  border-radius: 0;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
}

.single-tst h4 {
  font-size: 20px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0;
}

.single-tst span {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 500;
}

.single-tst p {
  color: #666666;
  margin: 8px 0 20px;
}

.single-tst-4 {
  text-align: center;
  border: 2px solid #ececec;
  border-radius: 10px;
  margin-top: 109px;
  padding: 0 8% 24px;
  height: 380px;
}

.single-tst-4 img {
  max-width: 164px;
  position: relative;
  z-index: 1;
  margin: -70px auto 22px;
  border-radius: 0;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
}

.single-tst-4 h4 {
  font-size: 20px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0;
}

.single-tst-4 span {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 500;
}

.single-tst-4 p {
  color: #666666;
  margin: 8px 0 20px;
}

@media all and (max-width: 65em) {
  .single-tst-4 {
    width: 100%;
    height: 500px;
  }
}

@media all and (max-width: 44em) {
  .single-tst-4 {
    width: 100%;
    height: auto;
  }
}

.tst-social li {
  display: inline-block;
}

.tst-social li a {
  font-size: 20px;
  color: #555;
  margin: 0 5px;
}

.tst-social li a:hover {
  color: #5a0efb;
}

.testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.testimonial-slider .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border: 1px solid #5a8c70;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonial-slider .owl-dots .active {
  background-color: #5a8c70;
}

/*===========================
END Testimonial Area
===========================*/

/* Slideshow container */
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #326c4b;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  transform: translateY(-50%) rotate(3deg);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.arrow {
  border: 0 solid #fff;
  display: inline-block;
  padding: 15px;
}

.arrow-prev {
  left: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 24px;
}

.arrow-next {
  right: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 24px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 15px solid #ffffffcc;
  width: 350px;
}

@media all and (max-width: 20em) {
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 15px solid #ffffffcc;
    width: 100%;
  }
}

textarea {
  width: 100%;
  padding: 4px;
  border: 1px solid #a2ccbc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 2px;
  color: darkgreen;
}

/* Style all input fields */
input {
  width: 100%;
  padding: 4px;
  border: 1px solid #a2ccbc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 2px;
  color: darkgreen;
}

/* Style the submit button */
input[type="submit"] {
  background-color: #4caf50;
  color: white;
}

input.one {
  width: 100%;
  padding: 64px;
  border: 2px solid #a2ccbc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 2px;
  color: black;
}

/* Style the submit button */
input.one [type="submit"] {
  background-color: #4caf50;
  color: white;
}

/* Style the container for inputs */
.container9 {
  background-color: #f1f1f1;
  padding: 20px;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message p {
  padding: 10px 35px;
  font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 0;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  width: 25px;
  height: 25px;
}

.close:hover,
.close:focus {
  color: #000;
  cursor: pointer;
}

/* The Close Button
.close {
  color: #326;
  top:01px;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}*/

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.viedoTrailor {
  position: fixed;
  top: 57%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: rgba(255, 255, 255, 0.96);
  width: 74%;
  height: 83%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}

.viedoTrailor.active {
  visibility: visible;
  opacity: 1;
}

.viedoTrailor video {
  position: relative;
  max-width: 85%;
  outline: none;
}

.close1 {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  place-content: flex-start;
  align-items: initial;
  right: 10px;
  cursor: pointer;
  max-width: 80%;
}

@media all and (max-width: 20em) {
  .close {
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 991px) {
  .viedoTrailor video {
    max-width: 90%;
  }
}

@media all and (max-width: 65em) {
  .viedoTrailor {
    width: 100%;
    height: 53%;
    top: 37%;
  }
}

@media all and (max-width: 44em) {
  .viedoTrailor {
    width: 100%;
    height: 49%;
    top: 46%;
  }
}

.container50 {
  position: relative;
  text-align: center;
  color: red;
}

.image-header {
  display: block;
}

.image-header1 {
  display: none;
}

.image-header2 {
  display: none;
}

@media all and (max-width: 65em) {
  .image-header {
    display: none;
  }

  .image-header1 {
    display: block;
  }

  .image-header2 {
    display: none;
  }
}

@media all and (max-width: 44em) {
  .image-header {
    display: none;
  }

  .image-header1 {
    display: none;
  }

  .image-header2 {
    display: block;
  }
}

.bottom-left {
  position: absolute;
  bottom: 0;
  top: 64%;
  left: 8.3%;
  font-size: 18px;
}

@media all and (max-width: 23em) {
  .bottom-left {
    position: absolute;
    bottom: 0;
    top: 62%;
    left: 4px;
    font-size: 14px;
  }
}

@media all and (max-width: 65em) {
  .bottom-left {
    position: absolute;
    bottom: 0;
    top: 58%;
    left: 4.9%;
  }
}

@media all and (max-width: 44em) {
  .bottom-left {
    position: absolute;
    bottom: 0;
    top: 58%;
    left: 8px;
    font-size: 16px;
  }
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
}
/* add item css start */
.help_topic_page_style {
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.help_topic_page_style h1 {
  padding: 20px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 14px;
  font-family: "Avenir Next LT Pro", "Avenir Next", Futura, sans-serif !important;
  line-height: 1.9;
}
.help_topic_page_style h2 {
  font-size: 30px;
  font-weight: 600;
  color: #326c4b;
}

.in_this_article {
  font-family: "Avenir Next LT Pro", "Avenir Next", Futura, sans-serif !important;
  font-size: 17px;
  line-height: 2.5;
  color: #326c4b;
  width: 20%;
}
.in_this_article a {
  color: #000;
}
.in_this_article a :active {
  color: #11bb5a;
}
.in_this_article a :hover {
  color: #11bb5a;
  text-decoration: underline;
}

.content-height {
  height: 460px;
  overflow: scroll;
}

.topic_devide {
  width: 80%;
}

.releted-topic {
      margin-top: 100px;
      min-height: 100px;
      border: 1px solid #d1d1d1;
      border-radius: 8px;
      padding: 20px;
      padding-left: 20px;
      padding-right: 4px;
      margin-right: 20px;
}

@media all and (max-width: 65em) {

  .help_topic_page_style {
    padding-left: 20px;
    padding-right: 20px;
  }
  .in_this_article {
    display: none;
    width: 0%;
   }
   .releted-topic{
     display: none;
   }
   .topic_devide {
    width: 100%;
  }
}

@media all and (max-width: 44em) {

  .help_topic_page_style {
    padding-left: 20px;
    padding-right: 20px;
  }
  .in_this_article {
    display: none;
    width: 0%;
   }
   .releted-topic{
    display: none;
  }
  .topic_devide {
    width: 100%;
  }
}
