/*

Template: Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Version: 3.9
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
body {
  font-family: 'Lexend', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #626262;
}
a, .btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus {
  text-decoration: none !important;
}
a:focus, a:hover {
  color: #84ba3f;
  text-decoration: none !important;
}
a, button, input {
  outline: medium none !important;
  color: #84ba3f;
}
.uppercase {
  text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #363636;
  margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
label {
  font-weight: normal;
}
h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
h5 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
h6 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.fs-12 {
  font-size: 12px !important;
}
.fw-1 {
  font-weight: 100;
}
.fw-2 {
  font-weight: 200;
}
.fw-3 {
  font-weight: 300;
}
.fw-4 {
  font-weight: 400;
}
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600;
}
.fw-7 {
  font-weight: 700;
}
.fw-8 {
  font-weight: 800;
}
.fw-9 {
  font-weight: 900;
}
.l-height-24 {
  line-height: 24px;
}
.l-height-26 {
  line-height: 26px;
}
.l-height-28 {
  line-height: 28px;
}
.l-height-30 {
  line-height: 30px;
}
.l-height-32 {
  line-height: 32px;
}
.l-height-34 {
  line-height: 34px;
}
.l-height-36 {
  line-height: 36px;
}
.l-height-38 {
  line-height: 38px;
}
.l-height-40 {
  line-height: 40px;
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-weight: normal;
  line-height: 1.5;
  color: #626262;
}
hr {
  margin: 0;
  padding: 0px;
  border-bottom: 1px dashed #eceff8;
  border-top: 0px;
}
hr.light {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0px;
}
*::-moz-selection {
  background: #84ba3f;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #84ba3f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #84ba3f;
  color: #fff;
  text-shadow: none;
}
/****
Page section margin padding 
*****/
.page-section-ptbb {
  padding: 10px 0;
}
.page-section-ptb {
  padding: 80px 0;
}
.page-section-pt {
  padding: 80px 0 0;
}
.page-section-pb {
  padding: 0 0 80px;
}
.page-section-1-ptb {
  padding: 120px 0;
}
.page-section-1-pt {
  padding: 120px 0 0;
}
.page-section-1-pb {
  padding: 0 0 120px;
}
/**
    Text color
**/
.theme-color {
  color: #84ba3f;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #363636;
}
.text-gray {
  color: #999999;
}
img.bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/********************* 
  Row-eq-height And No Gutter  
/**********************/
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-eq-height.full-height > [class*='col-'] > div {
  height: 100%;
}
/* Vertical Align */
.valign {
  display: table;
}
.valign > [class*='col-'] {
  display: table-cell;
  float: none;
}
[data-valign-overlay="top"] {
  vertical-align: top;
}
[data-valign-overlay="middle"] {
  vertical-align: middle;
}
[data-valign-overlay="bottom"] {
  vertical-align: bottom;
}
/**
    Extra class
**/
.o-hidden {
  overflow: hidden;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100% !important;
}
section {
  background: #ffffff;
}
/**
    back to top
**/
#back-to-top .top {
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #fff;
  transition: all .5s ease-in-out;
  position: fixed;
  bottom: 105px;
  right: 15px;
  border-radius: 3px;
  z-index: 999;
  background: transparent;
  font-size: 14px;
  background: #84ba3f;
  width: 40px;
  height: 40px;
  text-align: center;
}
#back-to-top i {
  padding-top: 2px;
  font-size: 20px;
}
#back-to-top span {
  display: block;
  line-height: 8px;
  font-size: 11px;
}
/**
  Basic margin padding
**/
.m-0 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.p-0 {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
/**
     Margin top
**/
/*.mt-0 { margin-top: 0 !important; }*/
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
/**
    Margin right
**/
/*.mr-0 { margin-right: 0!important }*/
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
/**
    Margin bottom
**/
/*.mb-0 { margin-bottom: 0!important }*/
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
/**
    Margin left
**/
/*.ml-0 { margin-left: 0!important }*/
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
/**
    Padding top
**/
/*.pt-0 { padding-top: 0!important }*/
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
/**
    Padding right
**/
/*.pr-0 { padding-right: 0!important }*/
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
/**
    Padding bottom
**/
/*.pb-0 { padding-bottom: 0!important }*/
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
/**
    Padding left
**/
/*.pl-0 { padding-left: 0!important }*/
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
/*min height*/
.min-h-200 {
  min-height: 200px;
}
.min-h-230 {
  min-height: 230px;
}
.min-h-260 {
  min-height: 260px;
}
.min-h-290 {
  min-height: 290px;
}
.min-h-320 {
  min-height: 320px;
}
.min-h-350 {
  min-height: 350px;
}
.min-h-380 {
  min-height: 380px;
}
.min-h-410 {
  min-height: 410px;
}
.min-h-440 {
  min-height: 440px;
}
.min-h-470 {
  min-height: 470px;
}
.min-h-500 {
  min-height: 500px;
}
.min-h-550 {
  min-height: 550px;
}
/*max height*/
.max-h-200 {
  max-height: 200px;
}
.max-h-230 {
  max-height: 230px;
}
.max-h-260 {
  max-height: 260px;
}
.max-h-290 {
  max-height: 290px;
}
.max-h-320 {
  max-height: 320px;
}
.max-h-350 {
  max-height: 350px;
}
.max-h-380 {
  max-height: 380px;
}
.max-h-410 {
  max-height: 410px;
}
.max-h-440 {
  max-height: 440px;
}
.max-h-470 {
  max-height: 470px;
}
.max-h-500 {
  max-height: 500px;
}
.max-h-550 {
  max-height: 550px;
}
/**************
      slider-parallax one page
***************/
.slider-parallax {
  height: 86vh;
  position: relative;
}
.slider-content-middle {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/*scroll-down*/
.scroll-down {
  text-align: center;
  width: 34px;
  height: 58px;
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -17px;
  line-height: 50px;
}
.scroll-down i {
  height: 10px;
  width: 4px;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
  -webkit-animation-name: fadebounce;
  -moz-animation-name: fadebounce;
  -ms-animation-name: fadebounce;
  -o-animation-name: fadebounce;
  animation-name: fadebounce;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-moz-keyframes fadebounce {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fadebounce {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes fadebounce {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadebounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**************
    			Background  
 ***************/
/*images background*/
.white-bg {
  background: #fff;
}
.gray-bg {
  background: #f7f7f7;
}
.dark-gray-bg {
  background: #666666;
}
.theme-bg {
  background: #84ba3f;
}
.black-bg {
  background: #323232;
}
.dark-theme-bg {
  background: #050801;
}
.bg-overlay-black-10:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-20:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-30:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-40:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.bg-overlay-black-50:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-60:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-70:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-80:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-90:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-20:before {
  background: rgba(132, 186, 63, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-50:before {
  background: rgba(132, 186, 63, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-70:before {
  background: rgba(132, 186, 63, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-90:before {
  background: rgba(132, 186, 63, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-10, .bg-overlay-black-20, .bg-overlay-black-30, .bg-overlay-black-40, .bg-overlay-black-50, .bg-overlay-black-60, .bg-overlay-black-70, .bg-overlay-black-80, .bg-overlay-black-90, .bg-overlay-white-10, .bg-overlay-white-20, .bg-overlay-white-30, .bg-overlay-white-40, .bg-overlay-white-50, .bg-overlay-white-60, .bg-overlay-white-70, .bg-overlay-white-80, .bg-overlay-white-90, .bg-overlay-theme-20, .bg-overlay-theme-50, .bg-overlay-theme-70, .bg-overlay-theme-90 {
  position: relative;
}
/**************
   feature step  
 ***************/
.feature-step h1 {
  font-size: 60px;
}
.feature-step h3 {
  font-weight: 300;
  margin: 30px 0px 20px;
}
.feature-step a {
  font-size: 14px;
  color: #84ba3f;
}
.feature-step a:hover {
  color: #323232;
}
.feature-step-2-box {
  padding: 50px;
  z-index: 99;
  position: relative;
}
.feature-step-2.bg-02 {
  background: url(../images/symptoms/chemotherapy-induced-peripheral-neuropathy-symptoms.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-step-2.bg-03 {
  background: url(../images/symptoms/diabetic-neuropathy-symptoms.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-step-2.bg-04 {
  background: url("../images/symptoms/idiopathic-neuropathy-symptoms.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-step-2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f6f7f8;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.feature-step-2.bg-02.active:hover:before {
  opacity: 0;
}
.feature-step-2.bg-03:hover h2, .feature-step-2.bg-03:hover p, .feature-step-2.bg-01:hover h2, .feature-step-2.bg-01:hover p {
  color: #ffffff;
}
.feature-step-2.bg-overlay-black-50:before {
  z-index: 0;
}
.feature-step-2 h3 {
  margin-bottom: 0;
}
.feature-step-2 h2 {
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  font-size: 34px;
}
.feature-step-2 img {
  display: block;
  width: 100%;
}
.feature-step-2 .button {
  margin-top: 20px;
}
.feature-step-2-title-2-right {
  display: table-cell;
  vertical-align: top;
}
.feature-step-2.black-bg .feature-step-2-box, .feature-step-2.theme-bg .feature-step-2-box {
  position: inherit;
  top: inherit;
  transform: inherit;
  display: inline-block;
}
.owl-carousel img {
  width: 100%;
}
/**
   BG - Images
**/
.parallax {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  position: relative;
  z-index: 0;
  background-origin: initial;
  background-position: top center !important;
  background-repeat: no-repeat;
}
.footer p {
  font-size: 18px;
}
.footer h6 {
  font-size: 14px;
}
.footer a {
  font-size: 14px;
}
/*footer-widget*/
.footer-widget {
  padding: 10px 0 0;
  border-top: 1px solid #262626;
}
.footer-widget p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}
.footer .copyright {
  padding: 30px 0 20px;
}
.footer .copyright ul li a {
  color: #323232;
}
.footer .copyright ul li a:hover {
  color: #84ba3f;
}
.footer.footer-one-page .contact-add i {
  font-size: 20px
}
.footer.footer-one-page h5 {
  color: rgba(255, 255, 255, 0.5);
}
.footer.footer-one-page p {
  color: rgba(255, 255, 255, 0.5);
}
.pos-r {
  position: relative;
}
.img-side img {
  max-width: 100%
}
.img-side.img-left {
  left: 0;
}
.img-side {
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.font-bold {
  font-weight: 600
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/*footer*/
.footer .container-fluid {
  padding: 0 60px;
}
.full-width {
  width: 100%;
}
.height-100vh {
  height: 100vh;
}
.pos-bot {
  position: absolute;
  bottom: 0; /*width: 100%; */
}
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.carousel-indicators li {
  cursor: pointer;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #fff !important;
  margin: 1px !important;
}
/*-- Animation --*/
.carousel .carousel-item.active .animated1 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  -o-animation: lightSpeedIn 1s ease-in 200ms both;
  -ms-animation: lightSpeedIn 1s ease-in 200ms both;
  -moz-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: bounceInRight 1s ease-in-out 500ms both;
  -o-animation: bounceInRight 1s ease-in-out 500ms both;
  -ms-animation: bounceInRight 1s ease-in-out 500ms both;
  -moz-animation: bounceInRight 1s ease-in-out 500ms both;
  animation: bounceInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
  -o-animation: bounceInLeft 1s ease-in-out 500ms both;
  -ms-animation: bounceInLeft 1s ease-in-out 500ms both;
  -moz-animation: bounceInLeft 1s ease-in-out 500ms both;
  animation: bounceInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: flipInX 1s ease-in 500ms both;
  -o-animation: flipInX 1s ease-in 500ms both;
  -ms-animation: flipInX 1s ease-in 500ms both;
  -moz-animation: flipInX 1s ease-in 500ms both;
  animation: flipInX 1s ease-in 500ms both;
}
.carousel .carousel-item.active .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  -o-animation: bounceInLeft 1s ease-in-out 100ms both;
  -ms-animation: bounceInLeft 1s ease-in-out 100ms both;
  -moz-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .carousel-item.active .animated6 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  -o-animation: bounceIn 1s ease-in 500ms both;
  -ms-animation: bounceIn 1s ease-in 500ms both;
  -moz-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}
.carousel .carousel-item.active .animated7 {
  -webkit-animation: fadeInDown 0.7s ease-in 1000ms both;
  -o-animation: fadeInDown 0.7s ease-in 1000ms both;
  -moz-animation: fadeInDown 0.7s ease-in 1000ms both;
  -ms-animation: fadeInDown 0.7s ease-in 1000ms both;
  animation: fadeInDown 0.7s ease-in 1000ms both;
}
.carousel .carousel-item.active .animated8 {
  -webkit-animation: fadeInUp 0.7s ease-in 1000ms both;
  -o-animation: fadeInUp 0.7s ease-in 1000ms both;
  -moz-animation: fadeInUp 0.7s ease-in 1000ms both;
  -ms-animation: fadeInUp 0.7s ease-in 1000ms both;
  animation: fadeInUp 0.7s ease-in 1000ms both;
}
.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.box-newsletter h4 {
  font-size: 42px;
  font-weight: 600;
  line-height: 44px;
}
/**************
  hero image
***************/
.business-banner-02 {
  height: 90vh;
}
.business-banner-02 h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}
.business-banner-02 .box-newsletter {
  padding: 50px;
  background: rgba(38, 38, 38, 0.82);
}
.business-banner-02 .box-newsletter ul {
  list-style-type: none;
}
.business-banner-02 .box-newsletter .button {
  padding: 15px 20px;
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0px;
  font-family: 'Montserrat', sans-serif;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
}
.button {
  border-color: #1387A3;
}
/************** action-box ***************/
.action-box {
  position: relative;
  border-top: 5px solid #1387A3;
  border-bottom: 5px solid #1387A3;
}
.action-box a.button {
  margin-top: 15px;
}
.action-box.theme-bg {
  padding: 30px;
}
.action-box.theme-bg h3 {
  color: #ffffff;
  font-size: 30px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', serif;
  margin-top: 0px;
}
.button, .form-control, .nice-select, .footer-Newsletter .form-control {
  border-radius: 0;
}
.section-title h2 {
  font-size: 48px;
  line-height: 50px;
}
.book-now .book-now-box {
  background: #050801;
  padding: 30px;
  width: 50%;
}
.book-now .book-now-box span {
  font-size: 26px;
  line-height: 26px;
}
.book-now-slider {
  width: 100%;
  margin: 0 auto;
}
.book-now-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.book-now-slider .owl-carousel .owl-item {
  opacity: 0.2;
}
.book-now-slider .owl-carousel .owl-item.active {
  opacity: 1;
  height: 100%;
}
.testimonial-wrap {
  margin: 0px auto 30px;
}
.testimonial {
  position: relative;
  padding: 10px 30px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.testimonial > * {
  margin-bottom: 0;
}
.testimonial > *:not(:first-child) {
  margin-top: 20px;
}
.testimonial-photo {
  display: inline-block;
  position: relative;
  width: 154px;
}
.testimonial-photo img {
  display: inline-block;
  width: 100%;
  border-radius: 0%;
  z-index: 1;
  overflow: hidden;
}
.testimonial-photo img + img {
  opacity: 0;
  position: absolute;
  width: 154px;
  height: 154px;
  left: 0;
  top: 0;
  transition: 0.35s;
  transform: rotate(-45deg);
}
.testimonial:hover .testimonial-photo img + img {
  opacity: 1;
  width: 204px;
  height: 204px;
  left: 90%;
  top: -35px;
  transform: rotate(0deg);
}
.testimonial-photo + .testimonial-title {
  margin-top: 20px;
}
.testimonial-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #444;
}
.testimonial-name {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
}
.testimonial-position {
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  font-style: italic;
}
.testimonial .star-rating:not(:first-child) {
  margin-top: 15px;
}
.testimonial p {
  font-size: 19px;
  line-height: 24px;
  color: #404040;
}
.testimonial-bg1 {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  overflow-y: scroll;
  height: 250px;
  scrollbar-width: thin;
  scrollbar-color: grey #dcdcdc;
  scrollbar-face-color: grey;
  scrollbar-track-color: #dcdcdc;
  scrollbar-3dlight-color: #dcdcdc;
  scrollbar-darkshadow-color: #dcdcdc;
  scrollbar-arrow-color: #dcdcdc;
}
/* width */
.testimonial-bg1::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.testimonial-bg1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.testimonial-bg1::-webkit-scrollbar-thumb {
  background: grey;
  opacity: .5;
  border-radius: 10px;
}
/* Handle on hover */
.testimonial-bg1::-webkit-scrollbar-thumb:hover {}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  border: none;
}
.business-banner-02 h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
}
.business-banner-02 h3 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  color: #FF0000 !important;
}
.business-banner-02 p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.business-banner-02 u {
  font-size: inherit;
  font-weight: bold;
}
.business-banner-02 .box-newsletter {
  padding: 35px;
  background: rgba(38, 38, 38, 0.82);
}
.feature-step-2.active:before {
  opacity: 0;
}
/** team **/
.team {
  text-align: center;
  overflow: hidden;
}
.team .team-description {
  padding: 20px 20px 10px;
}
.team .team-info h5 {
  text-transform: uppercase;
  line-height: 24px;
}
.team .team-info span {
  font-size: 14px;
  text-transform: uppercase;
}
/****
.team-round .team-photo img {
  border-radius: 50%;
}
/****
      Accordion
****/
.accordion .acd-group .acd-heading:before {
  font-family: fontawesome;
}
.accordion .acd-group .acd-heading:before {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 20px;
  display: block;
  padding: 3px 6px 2px;
  content: "\f105";
  font-size: 22px;
  line-height: 38px;
}
.accordion .acd-heading {
  font-weight: 500;
  position: relative;
  padding: 20px 0;
  color: #353535;
  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  margin-bottom: 0px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
}
.acd-des {
  padding: 0 20px 20px 0;
}
.accordion .acd-group.acd-active .acd-heading, .accordion .acd-group .acd-heading:hover {
  color: #84ba3f;
}
.accordion .acd-group.acd-active .acd-heading:before {
  content: "\f107";
}
.accordion .acd-group.acd-active .acd-heading span {
  color: #fff;
}
/*plus-icon*/
.accordion.plus-icon .acd-group.acd-active .acd-heading:before {
  content: "\f068" !important;
  font-size: 14px;
  font-family: "Font Awesome 5 Free" !important;
}
.accordion.plus-icon .acd-group .acd-heading:before {
  content: "\f067" !important;
  font-size: 14px;
  font-family: "Font Awesome 5 Free" !important;
}
/*shadow*/
.accordion.shadow .acd-heading {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.accordion.shadow .acd-heading {
  margin-bottom: 20px;
  padding: 20px 30px;
}
.accordion.shadow .acd-des {
  padding: 0 30px 20px;
}
.accordion.shadow .acd-group.acd-active .acd-heading, .accordion.shadow .acd-group .acd-heading:hover {
  color: #fff;
  background: #84ba3f;
}
/**** button ****/
.button {
  padding: 10px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.button + .button {
  margin-left: 20px;
}
.button:hover, .button:focus {
  background: #353535;
  color: #ffffff;
  border-color: #353535;
}
button {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.button.white {
  background: #fff;
  color: #84ba3f;
  border-color: #ffffff;
}
.button.white:hover, .button.white:focus {
  background: #353535;
  color: #ffffff;
  border-color: #353535;
}
.button.button-border {
  background: transparent;
  border: 2px solid #84ba3f;
  color: #323232;
}
.button.button-border:hover, .button.button-border:focus {
  background: #84ba3f;
  color: #ffffff;
  border-color: #84ba3f;
}
.button.button-border.white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.button.button-border.white:hover, .button.button-border.white:focus {
  background: #fff;
  color: #84ba3f;
  border-color: #fff;
}
/**************
             Features all
 ***************/
.feature-text {
  text-align: center;
}
.feature-text.text-left {
  text-align: left;
}
.feature-text.text-left .feature-icon span, .feature-text.text-left .feature-icon i {
  padding-left: 0;
}
.feature-text .feature-icon span, .feature-text .feature-icon i {
  font-size: 40px;
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 15px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}
.feature-text.text-center .feature-icon span, .feature-text.text-center .feature-icon i {
  padding-left: 0;
}
/*left-icon*/
.feature-text.left-icon .feature-info {
  text-align: left;
  padding-left: 60px;
}
.feature-text.left-icon .feature-icon {
  position: absolute;
  left: 0;
}
/**
    Section title 1
***********************/
.section-title {
  margin-bottom: 40px;
  position: relative;
}
.section-title .title {
  margin-top: 0px;
  position: relative;
}
.section-title .subtitle {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-title p {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}
/*title center */
.section-title.center .title:before {
  left: 50%;
  margin-left: -35px;
}
.section-title.right .title:before {
  right: 0;
  left: inherit;
  margin-left: inherit;
}
/*bg */
.section-title span.theme-bg {
  background: #84ba3f;
  color: #ffffff;
  padding: 0 15px;
}
#exclusion {
  -webkit-shape-outside: circle(farthest-side at center);
  shape-outside: circle(farthest-side at center);
  margin-right: 1rem;
  margin-top: -5px;
  border-radius: 50%;
  float: left;
  width: 140px;
  height: 140px;
  background: indianred;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
    line-height: 40px;
    text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.rev-button h3 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  padding: 20px 18px 20px 0px;
  margin-left: 50px;
  text-align: center;
}
.line-through {
text-decoration: line-through black;
}
/*Fixed action buttons*/
.fix-buttons a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 800;
  font-family: sans-serif;
  margin: 0 3px;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  margin-bottom: 5px;
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  text-decoration: none;
}
.call-button {
  background: #FF8B00;
}
.book-button {
  background: #00B3CC;
}
.fix-buttons a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.fix {
  position: -webkit-fixed;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transform: translate(calc(50vw - 50%));
}
.bent-cross {
  position: relative;
  font-size: 28px;              /* Size of the text */
  display: inline-block;
  color: white;                 /* Color of the text */
}
.bent-cross::before {
  content: '';                  /* The line itself */
  position: absolute;
    top: 33%;             /* Position the line at the middle of the text */
  left: 70px;
  width: 110%;                  /* Length of the line (adjust as needed) */
  height: 2px;                  /* Thickness of the line */
  background-color: red;        /* Color of the cross line */
  transform: rotate(170deg);    /* Rotates the line by 120 degrees */
  transform-origin: left center; /* Sets the origin point for the rotation */
}