@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Raleway:300,400,500,600,700,800|Montez");
@import url('https://fonts.googleapis.com/css?family=Sofia');
@import url('https://fonts.googleapis.com/css?family=Poppins');

html,
body {
  font-size: 16px;
  color: #797979;
  font-family: "Lato", sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
}
/*-- Preloader css start --*/
#preloader {
	    background-color: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
/* ....................................
1.1 Reset CSS 
.......................................*/
a {
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #096b89;
}
a:active {
  outline: 0 none;
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 26px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input {
  box-shadow: none;
  border-radius: 0;
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:active {
  outline: none;
  box-shadow: none;
}

textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}
textarea:active {
  outline: none;
  box-shadow: none;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
button:active {
  outline: none;
  box-shadow: none;
  border: none;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.w-50 {
  width: 50%;
}

::-moz-selection {
  background: #00c3ff;
  text-shadow: none;
}

::selection {
  background: #00c3ff;
  text-shadow: none;
}

.browserupgrade {
  margin: 26px  0;
  background: #00c3ff;
  color: #333333;
  padding: 26px 0;
}

/***Typography***/
h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-26 {
  font-size: 26px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-36 {
  font-size: 36px;
}

.f-40 {
  font-size: 40px;
}

.f-48 {
  font-size: 48px;
}

.f-60 {
  font-size: 60px;
}

.f-72 {
  font-size: 72px;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.t-u {
  text-transform: uppercase;
}

.t-c {
  text-transform: capitalize;
}

.t-l {
  text-transform: lowercase;
}

/*** Section ***/
.section1 {
  padding: 100px 0 0;
  display: block;
}

.section2 {
  display: block;
  padding: 50px 0;
}

.section3 {
  display: block;
  padding: 100px 0 70px;
}

.section-heading-one {
  display: block;
  text-align: center;
  margin: 0 0 40px;
}
.section-heading-one span {
  font-family: 'Sofia', cursive;
  color: #4caf50;
  font-size: 36px;
  margin: 0 0 20px;
  display: block;
}
.section-heading-one h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #212121;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  position: relative;
  padding: 0 0 60px;
}
.section-heading-one h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  background: #4caf50;
  bottom: 0;
  height: 40px;
  margin: auto;
}

.section-heading-two {
  display: block;
  text-align: center;
  margin: 0 0 40px;
  position: relative;
  z-index: 999;
}
.section-heading-two span {
  font-family: 'Sofia', cursive;
  color: #4caf50;
  font-size: 36px;
  margin: 0 0 20px;
  display: block;
}
.section-heading-two h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  position: relative;
  padding: 0 0 60px;
}
.section-heading-two h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  background: #4caf50;
  bottom: 0;
  height: 40px;
  margin: auto;
}

/***Button***/
.btn1 {
  position: relative;
  display: inline-block;
  line-height: 48px;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 35px;
  border-radius: 50px;
}
.btn1:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4caf50;
  border-radius: 50px;
  transition: all 0.3s;
}
.btn1 span {
  color: #fff;
  position: relative;
  z-index: 999;
}
.btn1:hover:after {
  background: #379c3c;
}

.btn2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0s;
  color: #212121;
}
.btn2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.btn2 i {
  padding-left: 5px;
}
.btn2:hover {
  color: #4caf50;
}
.btn2:hover:after {
  left: 100%;
}

.btn3 {
  position: relative;
  display: inline-block;
  line-height: 48px;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 35px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  background-color: #4caf50
}
.btn3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border-radius: 50px;
  transition: all 0.3s;
}
.btn3 span {
  color: #212121;
  position: relative;
  z-index: 999;
  transition: all 0.3s;
}
.btn3:hover {
  background: #fff;
}
.btn3:hover span {
  color: #fff;
}
.btn3:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4caf50;
}

.btn4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #4caf50;
}
.btn4:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
.btn4 i {
  padding-left: 5px;
}
.btn4:hover {
  color: #212121;
}
.btn4:hover:after {
  left: 100%;
  background: rgba(255, 255, 255, 0.7);
}

/*** Reset ***/
.p-re {
  position: relative;
}

.p-ab {
  position: absolute;
}

.list-inline li {
  display: inline-block;
}

.af-be:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.af-be:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.af:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.be:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px;
}

.aligncenter {
  display: block;
  margin: 0 auto 26px;
}

/***All plugins Reset***/
.slider-area .owl-controls {
  margin: 0;
}
.slider-area .owl-controls .owl-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  border-radius: 50px;
  background: #4caf50;
  display: inline-block;
  line-height: 50px;
  width: 37%;
  margin: 0 auto;
}
.slider-area .owl-controls .owl-pagination .owl-page span {
  margin: 0 5px;
  background: transparent;
  border: 3px solid #fff;
  opacity: 0.5;
  position: relative;
  display: inline-block;
  line-height: 15px;
}
.slider-area .owl-controls .owl-pagination .owl-page.active span {
  opacity: 1;
  border: none;
}
.slider-area .owl-controls .owl-pagination .owl-page.active span:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 0;
  left: 0;
  background: #fff;
  height: 2px;
}
.slider-area .owl-controls .owl-pagination .owl-page.active span:before {
  content: '';
  position: absolute;
  left: 43%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 2px;
}

.services-area .owl-controls {
  margin: 0;
}
.services-area .owl-controls .owl-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.services-area .owl-controls .owl-buttons div {
  width: 74px;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fff;
  transition: all 0.3s;
  color: #212121;
  font-size: 18px;
  opacity: 1;
}
.services-area .owl-controls .owl-buttons div:hover {
  background: #4caf50;
  border: 1px solid #4caf50;
  color: #fff;
}
.services-area .owl-controls .owl-buttons div.owl-prev {
  margin-left: 200px;
}

.mfp-title {
  display: none;
}

.mfp-bg {
  z-index: 999999;
}

.mfp-wrap {
  z-index: 9999999;
}

.therapies-area .owl-controls {
  margin: 0;
}
.therapies-area .owl-controls .owl-buttons {
  position: absolute;
  top: 0;
  left: 30px;
  margin: auto;
}
.therapies-area .owl-controls .owl-buttons div {
  width: 74px;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fff;
  transition: all 0.3s;
  color: #212121;
  font-size: 18px;
  opacity: 1;
}
.therapies-area .owl-controls .owl-buttons div:hover {
  background: #4caf50;
  border: 1px solid #4caf50;
  color: #fff;
}

.twitter-area .owl-controls {
  margin: 0;
}
.twitter-area .owl-controls .owl-buttons {
  position: absolute;
  top: 50px;
  right: 40px;
}
.twitter-area .owl-controls .owl-buttons div {
  width: 74px;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #fff;
  background: #4caf50;
  transition: all 0.3s;
  color: #fff;
  font-size: 18px;
  opacity: 1;
}
.twitter-area .owl-controls .owl-buttons div:hover {
  background: #fff;
  color: #212121;
}
.twitter-area .owl-controls .owl-buttons div.owl-prev {
  margin-left: 200px;
}

.product-area .owl-controls {
  margin: 0;
}
.product-area .owl-controls .owl-buttons {
  position: absolute;
  top: 48%;
  width: 100%;
  right: 0;
  left: 0;
}
.product-area .owl-controls .owl-buttons div {
  width: 74px;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fff;
  transition: all 0.3s;
  color: #212121;
  font-size: 18px;
  opacity: 1;
  position: absolute;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.product-area .owl-controls .owl-buttons div:hover {
  background: #4caf50;
  border: 1px solid #4caf50;
  color: #fff;
}
.product-area .owl-controls .owl-buttons div.owl-prev {
  left: -90px;
}
.product-area .owl-controls .owl-buttons div.owl-next {
  right: -90px;
}

/*** Margin ***/
.t-0 {
  top: 0;
}

.l-0 {
  left: 0;
}

.r-0 {
  right: 0;
}

.b-0 {
  bottom: 0;
}

.mr-0 {
  margin: 0;
}

.mr-t0 {
  margin-top: 0px;
}

.mr-t5 {
  margin-top: 5px;
}

.mr-t10 {
  margin-top: 10px;
}

.mr-t15 {
  margin-top: 15px;
}

.mr-t20 {
  margin-top: 20px;
}

.mr-t25 {
  margin-top: 25px;
}

.mr-t30 {
  margin-top: 30px;
}

.mr-t35 {
  margin-top: 35px;
}

.mr-t40 {
  margin-top: 40px;
}

.mr-t45 {
  margin-top: 45px;
}

.mr-t50 {
  margin-top: 50px;
}

.mr-t60 {
  margin-top: 60px;
}

.mr-t70 {
  margin-top: 70px;
}

.mr-t80 {
  margin-top: 80px;
}

.mr-t90 {
  margin-top: 90px;
}

.mr-t100 {
  margin-top: 100px;
}

.mr-t110 {
  margin-top: 110px;
}

.mr-t120 {
  margin-top: 120px;
}

.mr-t130 {
  margin-top: 130px;
}

.mr-t140 {
  margin-top: 140px;
}

.mr-t150 {
  margin-top: 150px;
}

.mr-b0 {
  margin-bottom: 0px;
}

.mr-b5 {
  margin-bottom: 5px;
}

.mr-b10 {
  margin-bottom: 10px;
}

.mr-b15 {
  margin-bottom: 15px;
}

.mr-b20 {
  margin-bottom: 20px;
}

.mr-b25 {
  margin-bottom: 25px;
}

.mr-b30 {
  margin-bottom: 30px;
}

.mr-b35 {
  margin-bottom: 35px;
}

.mr-b40 {
  margin-bottom: 40px;
}

.mr-b45 {
  margin-bottom: 45px;
}

.mr-b50 {
  margin-bottom: 50px;
}

.mr-b60 {
  margin-bottom: 60px;
}

.mr-b70 {
  margin-bottom: 70px;
}

.mr-b80 {
  margin-bottom: 80px;
}

.mr-b90 {
  margin-bottom: 90px;
}

.mr-b100 {
  margin-bottom: 100px;
}

.mr-b110 {
  margin-bottom: 110px;
}

.mr-b120 {
  margin-bottom: 120px;
}

.mr-b130 {
  margin-bottom: 130px;
}

.mr-b140 {
  margin-bottom: 140px;
}

.mr-b150 {
  margin-bottom: 150px;
}

.mr-l0 {
  margin-left: 0px;
}

.mr-l5 {
  margin-left: 5px;
}

.mr-l10 {
  margin-left: 10px;
}

.mr-l15 {
  margin-left: 15px;
}

.mr-l20 {
  margin-left: 20px;
}

.mr-l25 {
  margin-left: 25px;
}

.mr-l30 {
  margin-left: 30px;
}

.mr-l35 {
  margin-left: 35px;
}

.mr-l40 {
  margin-left: 40px;
}

.mr-l45 {
  margin-left: 45px;
}

.mr-l50 {
  margin-left: 50px;
}

.mr-l60 {
  margin-left: 60px;
}

.mr-l70 {
  margin-left: 70px;
}

.mr-l80 {
  margin-left: 80px;
}

.mr-l90 {
  margin-left: 90px;
}

.mr-l100 {
  margin-left: 100px;
}

.mr-l110 {
  margin-left: 110px;
}

.mr-l120 {
  margin-left: 120px;
}

.mr-l130 {
  margin-left: 130px;
}

.mr-l140 {
  margin-left: 140px;
}

.mr-l150 {
  margin-left: 150px;
}

.mr-r0 {
  margin-right: 0px;
}

.mr-r5 {
  margin-right: 5px;
}

.mr-r10 {
  margin-right: 10px;
}

.mr-r15 {
  margin-right: 15px;
}

.mr-r20 {
  margin-right: 20px;
}

.mr-r25 {
  margin-right: 25px;
}

.mr-r30 {
  margin-right: 30px;
}

.mr-r35 {
  margin-right: 35px;
}

.mr-r40 {
  margin-right: 40px;
}

.mr-r45 {
  margin-right: 45px;
}

.mr-r50 {
  margin-right: 50px;
}

.mr-r60 {
  margin-right: 60px;
}

.mr-r70 {
  margin-right: 70px;
}

.mr-r80 {
  margin-right: 80px;
}

.mr-r90 {
  margin-right: 90px;
}

.mr-r100 {
  margin-right: 100px;
}

.mr-r110 {
  margin-right: 110px;
}

.mr-r120 {
  margin-right: 120px;
}

.mr-r130 {
  margin-right: 130px;
}

.mr-r140 {
  margin-right: 140px;
}

.mr-r150 {
  margin-right: 150px;
}

.mr-0 {
  margin: 0;
}

.mr-5 {
  margin: 5px;
}

.mr-10 {
  margin: 10px;
}

.mr-15 {
  margin: 15px;
}

.mr-20 {
  margin: 20px;
}

.mr-25 {
  margin: 25px;
}

.mr-30 {
  margin: 30px;
}

.mr-35 {
  margin: 35px;
}

.mr-40 {
  margin: 40px;
}

.mr-45 {
  margin: 45px;
}

.mr-50 {
  margin: 50px;
}

.mr-60 {
  margin: 60px;
}

.mr-70 {
  margin: 70px;
}

.mr-80 {
  margin: 80px;
}

.mr-90 {
  margin: 90px;
}

.mr-100 {
  margin: 100px;
}

.mr-110 {
  margin: 110px;
}

.mr-120 {
  margin: 120px;
}

.mr-130 {
  margin: 130px;
}

.mr-140 {
  margin: 140px;
}

.mr-150 {
  margin: 150px;
}

/*** Padding ***/
.pd-0 {
  padding: 0;
}

.pd-t0 {
  padding-top: 0px;
}

.pd-t5 {
  padding-top: 5px;
}

.pd-t10 {
  padding-top: 10px;
}

.pd-t15 {
  padding-top: 15px;
}

.pd-t20 {
  padding-top: 20px;
}

.pd-t25 {
  padding-top: 25px;
}

.pd-t30 {
  padding-top: 30px;
}

.pd-t35 {
  padding-top: 35px;
}

.pd-t40 {
  padding-top: 40px;
}

.pd-t45 {
  padding-top: 45px;
}

.pd-t50 {
  padding-top: 50px;
}

.pd-t60 {
  padding-top: 60px;
}

.pd-t70 {
  padding-top: 70px;
}

.pd-t80 {
  padding-top: 80px;
}

.pd-t90 {
  padding-top: 90px;
}

.pd-t100 {
  padding-top: 100px;
}

.pd-t110 {
  padding-top: 110px;
}

.pd-t120 {
  padding-top: 120px;
}

.pd-t130 {
  padding-top: 130px;
}

.pd-t140 {
  padding-top: 140px;
}

.pd-t150 {
  padding-top: 150px;
}

.pd-b0 {
  padding-bottom: 0px;
}

.pd-b5 {
  padding-bottom: 5px;
}

.pd-b10 {
  padding-bottom: 10px;
}

.pd-b15 {
  padding-bottom: 15px;
}

.pd-b20 {
  padding-bottom: 20px;
}

.pd-b25 {
  padding-bottom: 25px;
}

.pd-b30 {
  padding-bottom: 30px;
}

.pd-b35 {
  padding-bottom: 35px;
}

.pd-b40 {
  padding-bottom: 40px;
}

.pd-b45 {
  padding-bottom: 45px;
}

.pd-b50 {
  padding-bottom: 50px;
}

.pd-b60 {
  padding-bottom: 60px;
}

.pd-b70 {
  padding-bottom: 70px;
}

.pd-b80 {
  padding-bottom: 80px;
}

.pd-b90 {
  padding-bottom: 90px;
}

.pd-b100 {
  padding-bottom: 100px;
}

.pd-b110 {
  padding-bottom: 110px;
}

.pd-b120 {
  padding-bottom: 120px;
}

.pd-b130 {
  padding-bottom: 130px;
}

.pd-b140 {
  padding-bottom: 140px;
}

.pd-b150 {
  padding-bottom: 150px;
}

.pd-l0 {
  padding-left: 0px;
}

.pd-l5 {
  padding-left: 5px;
}

.pd-l10 {
  padding-left: 10px;
}

.pd-l15 {
  padding-left: 15px;
}

.pd-l20 {
  padding-left: 20px;
}

.pd-l25 {
  padding-left: 25px;
}

.pd-l30 {
  padding-left: 30px;
}

.pd-l35 {
  padding-left: 35px;
}

.pd-l40 {
  padding-left: 40px;
}

.pd-l45 {
  padding-left: 45px;
}

.pd-l50 {
  padding-left: 50px;
}

.pd-l60 {
  padding-left: 60px;
}

.pd-l70 {
  padding-left: 70px;
}

.pd-l80 {
  padding-left: 80px;
}

.pd-l90 {
  padding-left: 90px;
}

.pd-l100 {
  padding-left: 100px;
}

.pd-l110 {
  padding-left: 110px;
}

.pd-l120 {
  padding-left: 120px;
}

.pd-l130 {
  padding-left: 130px;
}

.pd-l140 {
  padding-left: 140px;
}

.pd-l150 {
  padding-left: 150px;
}

.pd-r0 {
  padding-right: 0px;
}

.pd-r5 {
  padding-right: 5px;
}

.pd-r10 {
  padding-right: 10px;
}

.pd-r15 {
  padding-right: 15px;
}

.pd-r20 {
  padding-right: 20px;
}

.pd-r25 {
  padding-right: 25px;
}

.pd-r30 {
  padding-right: 30px;
}

.pd-r35 {
  padding-right: 35px;
}

.pd-r40 {
  padding-right: 40px;
}

.pd-r45 {
  padding-right: 45px;
}

.pd-r50 {
  padding-right: 50px;
}

.pd-r60 {
  padding-right: 60px;
}

.pd-r70 {
  padding-right: 70px;
}

.pd-r80 {
  padding-right: 80px;
}

.pd-r90 {
  padding-right: 90px;
}

.pd-r100 {
  padding-right: 100px;
}

.pd-r110 {
  padding-right: 110px;
}

.pd-r120 {
  padding-right: 120px;
}

.pd-r130 {
  padding-right: 130px;
}

.pd-r140 {
  padding-right: 140px;
}

.pd-r150 {
  padding-right: 150px;
}

.pd-0 {
  padding: 0px;
}

.pd-5 {
  padding: 5px;
}

.pd-10 {
  padding: 10px;
}

.pd-15 {
  padding: 15px;
}

.pd-20 {
  padding: 20px;
}

.pd-25 {
  padding: 25px;
}

.pd-30 {
  padding: 30px;
}

.pd-35 {
  padding: 35px;
}

.pd-40 {
  padding: 40px;
}

.pd-45 {
  padding: 45px;
}

.pd-50 {
  padding: 50px;
}

.pd-60 {
  padding: 60px;
}

.pd-70 {
  padding: 70px;
}

.pd-80 {
  padding: 80px;
}

.pd-90 {
  padding: 90px;
}

.pd-100 {
  padding: 100px;
}

.pd-110 {
  padding: 110px;
}

.pd-120 {
  padding: 120px;
}

.pd-130 {
  padding: 130px;
}

.pd-140 {
  padding: 140px;
}

.pd-150 {
  padding: 150px;
}

/*....................................
2. Header area start here
....................................*/
#sticky {
  position: relative;
  top: 0;
  z-index: 1654;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  min-height:180px;
}
#sticky .logo-area a {
  line-height: 90px;
  display: inline-block;
}
#sticky .logo-area a.non-scrool {
  display: inline-block;
}
#sticky .logo-area a.scrool {
  display: none;
}
#sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 9999;
  border: none;
  }
#sticky.sticky .logo-area a {
  line-height: 80px;
}
#sticky.sticky .logo-area a.non-scrool {
  display: none;
}
#sticky.sticky .logo-area a.scrool {
  display: inline-block;
}
#sticky.sticky .main-menu nav ul li a {
  line-height: 40px;
  color: #212121;
}
#sticky.sticky .header-right {
  line-height: 80px;
}
#sticky.sticky .header-right .con-tc {
  color: #212121;
}
#sticky .mobile-menu-area {
  display: none;
}
#sticky .mobile-menu-area .mean-container .mean-nav {
  position: absolute;
  top: 100%;
  z-index: 99999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#sticky .mobile-menu-area .mean-container .mean-nav ul {
  height: 350px;
  overflow-y: scroll;
}
#sticky .mobile-menu-area .mean-container .mean-nav ul li ul {
  overflow: visible;
  height: auto;
}

#sticky .main-menu {
  padding-left: 0;
  margin-bottom: 0;
  float: left;
}
#sticky .main-menu nav ul {
  margin: 0;
}
#sticky .main-menu nav ul li {
  padding: 0;
  margin: 0;
}
#sticky .main-menu nav ul li a {
  display: block;
  line-height: 40px;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 14px;
  padding: 0px 10px;
  text-transform: uppercase;
}
#sticky .main-menu nav ul li a:hover {
  color: #4caf50;
  border-bottom:2px solid #4caf50;
  border-radius:2px;
}


#sticky .main-menu nav ul li.dropdown a:hover {
border-bottom:none;
}
#sticky .header-right {
  float: right;
  padding-right: 40px;
  line-height: 150px;
}
#sticky .header-right .con-tc {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
}
#sticky .header-right .con-tc i {
  font-weight: 300;
  padding-right: 8px;
  color: #4caf50;
}
/*....................................
3. Slider area start here
....................................*/
.slider-area {
  position: relative;
  display: block;
  background: url(images/slider/1.jpg);
  display: block;
  overflow: hidden;
  vertical-align: middle;
}

.slider-area .content {
  position: relative;
  z-index: 999;
  display: block;
  padding-top: 50px;
  overflow: hidden;
  vertical-align: middle;
}
.slider-area .content .tit {
  font-family: 'Sofia', cursive;
  font-size: 36px;
  color: #4caf50;
  display: block;
  margin: 0 0 26px;
}
.slider-area .content h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
}
.slider-area .content p {
  color: #fff;
  opacity: 0.5;
  width: 80%;
  display: block;
  margin: 0 0 40px;
}
.slider-area .slider-right-side {
  position: relative;
  z-index: 999;
}
.slider-area .slider-right-side .photo-slider .photo-item img {
  width: 100%;
}

/*....................................
4. About area start here
....................................*/
.about-area .about-content .title {
  color: #4caf50;
  font-family: 'Sofia', cursive;
  font-size: 36px;
  display: block;
  margin: 0 0 15px;
}
.about-area .about-content h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #009136;
  text-transform: uppercase;
}
.about-area .about-content .desc {
  display: block;
  position: relative;
  margin: 0 0 0 30px;
  padding: 0 0 0 40px;
}
.about-area .about-content .desc:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #4caf50;
}
.about-area .about-photo {
  display: block;
  margin: 0 0 95px;
}
.about-area .about-photo figure {
  position: relative;
  padding-right: 30px;
  display: block;
}
.about-area .about-photo figure img {
  width: 100%;
}
.about-area .about-photo figure a {
  position: absolute;
  bottom: 70px;
  right: 0;
  background: #4caf50;
  line-height: 50px;
  color: #fff;
  padding: 0 25px;
}
.about-area .about-photo figure a:after {
  content: "";
  position: absolute;
  border-bottom: 15px solid;
  bottom: -15px;
  border-left: 30px solid #247b28;
  right: 0;
}
.about-area .odd-box {
  text-align: center;
  padding: 50px 10px;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.about-area .odd-box.box1 {
  background: #4caf50;
}
.about-area .odd-box.box2 {
  background: #5ABB5E;
}
.about-area .odd-box .spa-icon {
  display: block;
  margin: 0 0 20px;
}
.about-area .odd-box .spa-icon span {
  height: 50px;
  display: block;
  width: 100%;
}
.about-area .odd-box .spa-icon .ti-cut1 {
  background: url(images/icons/makefg.png) no-repeat center;
  transition: all 0.3s;
}
.about-area .odd-box .spa-icon .ti-cut2 {
  background: url(images/icons/7.png) no-repeat center;
  transition: all 0.3s;
}
.about-area .odd-box .spa-icon .ti-cut3 {
  background: url(images/icons/8.png) no-repeat center;
  transition: all 0.3s;
}
.about-area .odd-box .spa-icon .ti-cut4 {
  background: url(images/icons/9.png) no-repeat center;
  transition: all 0.3s;
}
.about-area .odd-box .spa-icon .ti-cut5 {
  background: url(images/icons/10.png) no-repeat center;
  transition: all 0.3s;
}
.about-area .odd-box .spa-icon .ti-cut6 {
  background: url(images/icons/11.png) no-repeat center;
  transition: all 0.3s;
}
.about-area .odd-box h5 {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #fff;
  margin: 0;
  transition: all 0.3s;
}
.about-area .odd-box:hover {
  background: #fff;
  box-shadow: 0px 0px 20px #989898;
  z-index: 2;
  -webkit-transition: all 300ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 300ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 300ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 300ms ease-in;
  transform: scale(1.1);
}
.about-area .odd-box:hover .spa-icon .ti-cut1 {
  background: url(images/icons/makefg1.png) no-repeat center;
}
.about-area .odd-box:hover .spa-icon .ti-cut2 {
  background: url(images/icons/7h.png) no-repeat center;
}
.about-area .odd-box:hover .spa-icon .ti-cut3 {
  background: url(images/icons/8h.png) no-repeat center;
}
.about-area .odd-box:hover .spa-icon .ti-cut4 {
  background: url(images/icons/9h.png) no-repeat center;
}
.about-area .odd-box:hover .spa-icon .ti-cut5 {
  background: url(images/icons/10h.png) no-repeat center;
}
.about-area .odd-box:hover .spa-icon .ti-cut6 {
  background: url(images/icons/11h.png) no-repeat center;
}
.about-area .odd-box:hover h5 {
  color: #212121;
}

/*....................................
7. Blog area start here
....................................*/
.blog-area {
  display: block;
  margin-top: 380px;
  margin-bottom: 100px;
}
.blog-area .blog-list {
  display: block;
  margin: 0 0 30px;
}
.blog-area .blog-list figure {
  display: block;
  position: relative;
  width: 100%;
}
.blog-area .blog-list figure img {
  display: block;
  width: 100%;
}
.blog-area .blog-list .content {
  position: relative;
  display: block;
  background: #fff;
  padding: 45px 0 30px;
  margin: -70px auto 0;
  width: 80%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.blog-area .blog-list .content:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 1px;
  height: 40px;
  background: #4caf50;
  margin: auto;
}
.blog-area .blog-list .content h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase;
}
.blog-area .blog-list .content h4 a {
  color: #212121;
}
.blog-area .blog-list .content h4 a:hover {
  color: #4caf50;
}
.blog-area .blog-list .content ul li {
  padding: 0 10px;
  position: relative;
}
.blog-area .blog-list .content ul li:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background: #797979;
}
.blog-area .blog-list .content ul li:last-child:after {
  opacity: 0;
}

/*....................................
9. Contact area start here
....................................*/
/*....................................
10. Footer area start here
....................................*/
footer {
    display: block;
    background: #00ff5f;
	position:relative;
    padding-top: 25px;
}
footer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

footer .footer-bottom {
  position: relative;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}
footer .footer-bottom .copyright {
  display: block;
}
footer .footer-bottom .copyright p {
  margin: 0;
  display: block;
  color: #727272;
  padding-top: 12px;
}
footer .footer-bottom .bot-social {
  text-align: right;
}
footer .footer-bottom .bot-social ul {
  display: inline-block;
}
footer .footer-bottom .bot-social ul li a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 500%;
  text-align: center;
  line-height: 22px;
  font-size: 15px;
  color: #fff;
  opacity: 0.2;
  border: 1px solid #fff;
}
footer .footer-bottom .bot-social ul li a:hover {
  opacity: 1;
}

footer .footer-top {
  position: relative;
  z-index: 999;
}
footer .footer-top .about-spa {
  display: block;
  margin: 0 0 40px;
}
footer .footer-top .about-spa span {
  font-family: 'Sofia', cursive;
  color: #4caf50;
  font-size: 36px;
  display: block;
  margin: 0 0 25px;
}
footer .footer-top .about-spa h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 36px;
  display: block;
  text-transform: uppercase;
  color: #fff;
}
footer .footer-top .about-spa p {
  display: block;
  margin: 0 0 0 35px;
  padding: 0 0 0 35px;
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-top .about-spa p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #4caf50;
}
footer .footer-top .subs-box {
  display: block;
  margin: 0 0 40px;
}
footer .footer-top .subs-box form {
  display: block;
  width: 100%;
  position: relative;
}
footer .footer-top .subs-box form label {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 0 0 30px;
}
footer .footer-top .subs-box form input {
  width: 100%;
  background: transparent;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}
footer .footer-top .subs-box form button {
  position: absolute;
  line-height: 50px;
  background: transparent;
  padding: 0 20px;
  bottom: 0;
  right: 0;
  color: #4caf50;
  transition: all 0.3s;
}
footer .footer-top .subs-box form button:hover {
  background: #4caf50;
  color: #fff;
}
footer .footer-top .con-info ul li {
  display: block;
  padding: 0 0 20px;
}
footer .footer-top .con-info ul li:last-child {
  padding: 0;
}
footer .footer-top .con-info ul li span {
  color: #4caf50;
  display: inline-block;
  float: left;
  font-size: 24px;
  margin-right: 15px;
  width: 40px;
  font-weight: 300;
}
footer .footer-top .con-info ul li p {
  display: table;
  margin: 0;
  font-size: 14px!important;
  color: #ecfceb;
  font-weight: 600;
}
footer .footer-top .con-info ul li p strong {
  font-weight: 400;
  color: #4caf50;
}
footer .footer-top .map-area {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 80px;
}
footer .footer-top .map-area figure {
  display: block;
  width: 100%;
}
footer .footer-top .map-area address {
  position: absolute;
  left: 0;
  top: 50%;
  background: #4caf50;
  padding: 30px;
  display: inline-block;
  width: 40%;
}
footer .footer-top .map-area address strong {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 24px;
}
footer .footer-top .map-area address p {
  margin: 0;
  color: #fff;
}

/*....................................
11. Breadcumb area start here
....................................*/
/*....................................
6. Banner area start here
....................................*/
.twitter-area {
  display: block;
  margin: 0 0 -70px;
  position: relative;
  z-index: 999;
}
.twitter-area .twitter-post {
  background: #4caf50;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}
.twitter-area .twitter-post span {
  font-size: 60px;
  color: #fff;
  width: 125px;
  display: inline-block;
  height: 100%;
  position: relative;
  float: left;
  line-height: 150px;
  text-align: center;
}
.twitter-area .twitter-post span i {
  position: relative;
  z-index: 999;
}
.twitter-area .twitter-post span:after {
  content: '';
  position: absolute;
  left: -100px;
  right: -10px;
  top: -100%;
  bottom: -100%;
  background: #59bb5d;
  transform: rotate(15deg);
}
.twitter-area .twitter-post .con {
  display: table;
  padding: 32px 0 32px 50px;
}
.twitter-area .twitter-post .con p {
  margin: 0 0 6px;
  color: #fff;
  width: 70%;
}
.twitter-area .twitter-post .con a {
  color: #fff;
  opacity: 0.5;
}

/*....................................
5. Team area start here
....................................*/
.team-area {
  display: block;
  margin-top: 380px;
  margin-bottom: 30px;
}
.team-area .team-list figure {
  display: block;
  border-radius: 100%;
  width: 84%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
}
.team-area .team-list figure:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  transition: all 0.3s;
}
.team-area .team-list figure img {
  width: 100%;
  display: block;
  border-radius: 100%;
}
.team-area .team-list:hover figure:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.team-area .team-list .content {
  display: block;
  background: #fff;
  padding: 45px;
  position: relative;
  margin-top: -20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.team-area .team-list .content:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  z-index: 999;
  width: 1px;
  height: 40px;
  background: #4caf50;
  margin: 0 auto;
}
.team-area .team-list .content span {
  color: #4caf50;
  font-family: 'Sofia', cursive;
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
}
.team-area .team-list .content h3 {
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  display: block;
}
.team-area .team-list .content h3 a {
  color: #212121;
}
.team-area .team-list .content h3 a:hover {
  color: #4caf50;
}

/*....................................
8. Price list area start here
....................................*/
.price-table-area .price-list {
  display: block;
  margin: 0 0 30px;
  width: 100%;
}
.price-table-area .price-list .price {
  display: block;
  width: 260px;
  height: 260px;
  line-height: 130px;
  background: #212121;
  margin: 0 auto;
  text-align: center;
  border-radius: 100%;
  margin-bottom: -130px;
  position: relative;
  z-index: 99;
  transition: all 0.3s;
}
.price-table-area .price-list .price:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #4caf50;
  border-radius: 100%;
  transition: all 0.3s;
}
.price-table-area .price-list .price strong {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  position: relative;
  z-index: 999;
}
.price-table-area .price-list .price strong em {
  margin: 0;
  font-weight: 300;
  display: inline-block;
  font-style: normal;
}
.price-table-area .price-list .price span {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 999;
}
.price-table-area .price-list .price-plan {
  position: relative;
  z-index: 999;
  background: #fff;
  text-align: center;
  display: block;
  padding: 60px 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.price-table-area .price-list .price-plan .ico {
  height: 52px;
  display: block;
}
.price-table-area .price-list .price-plan .titl {
  display: block;
  text-align: center;
  margin: 30px 0 26px;
}
.price-table-area .price-list .price-plan .titl .tit {
  font-family: 'Sofia', cursive;
  color: #4caf50;
  font-size: 28px;
  margin: 0 0 10px;
  display: block;
}
.price-table-area .price-list .price-plan .titl h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #212121;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  position: relative;
  padding: 0 0 50px;
}
.price-table-area .price-list .price-plan .titl h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  background: #4caf50;
  bottom: 0;
  height: 30px;
  margin: auto;
}
.price-table-area .price-list .price-plan ul {
  display: block;
  margin: 0 0 25px;
}
.price-table-area .price-list .price-plan ul li {
  display: block;
  margin: 0;
  padding: 0 10px;
}
.price-table-area .price-list:hover .price {
  background: #fff;
}
.price-table-area .price-list:hover .price:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*....................................
12. Faq area start here
....................................*/
/*....................................
12. Services area start here
....................................*/
.services-area {
  display: block;
  margin: 0 0 -150px;
  position: relative;
  z-index: 999;
}
.services-area .slider-list {
  position: relative;
  display: block;
  width: 100%;
}
.services-area .slider-list .left-img .top-img img {
  width: 100%;
}
.services-area .slider-list .left-img .bott-img {
  padding-left: 100px;
}
.services-area .slider-list .left-img .bott-img img {
  width: 100%;
}
.services-area .slider-list .rigth-img {
  display: block;
  margin-top: 100px;
}
.services-area .slider-list .rigth-img img {
  width: 100%;
}
.services-area .slider-list .content-services {
  position: absolute;
  top: 150px;
  width: 430px;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 65px 60px;
  display: inline-block;
}
.services-area .slider-list .content-services .content-list-left {
  position: relative;
  display: block;
}
.services-area .slider-list .content-services .content-list-left:after {
  content: '';
  position: absolute;
  left: -95px;
  width: 70px;
  height: 1px;
  background: #4caf50;
  right: 0;
  top: 50px;
}
.services-area .slider-list .content-services .content-list-left .ico-ser {
  float: left;
  display: inline-block;
  margin-right: 30px;
}
.services-area .slider-list .content-services .content-list-left .ico-ser .icons {
  position: relative;
}
.services-area .slider-list .content-services .content-list-left .ico-ser .icons:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #4caf50;
  border-radius: 100%;
  transition: all 0.3s;
}
.services-area .slider-list .content-services .content-list-left .ico-ser .icons span {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100%;
  border-radius: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 999;
  transition: all 0.3s;
}
.services-area .slider-list .content-services .content-list-left .ico-ser .icons span.ser1 {
  background: url(images/icons/2.png) no-repeat center;
  transition: all 0.3s;
}
.services-area .slider-list .content-services .content-list-left .ico-ser .icons span.ser2 {
  background: url(images/icons/3.png) no-repeat center;
}
.services-area .slider-list .content-services .content-list-left .ico-ser .icons span.ser3 {
  background: url(images/icons/4.png) no-repeat center;
}
.services-area .slider-list .content-services .content-list-left .con-ser {
  display: table;
}
.services-area .slider-list .content-services .content-list-left .con-ser h4 {
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  color: #212121;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.services-area .slider-list .content-services .content-list-left .con-ser p {
  margin: 0 0 5px;
}
.services-area .slider-list .content-services .content-list-left:hover .ico-ser .icons:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.services-area .slider-list .content-services .content-list-left:hover .ico-ser .icons span {
  border: 1px solid #4caf50;
}
.services-area .slider-list .content-services .content-list-left:hover .ico-ser .icons span.ser1 {
  background: url(images/icons/2h.png) no-repeat center;
}
.services-area .slider-list .content-services .content-list-left:hover .ico-ser .icons span.ser2 {
  background: url(images/icons/3h.png) no-repeat center;
}
.services-area .slider-list .content-services .content-list-left:hover .ico-ser .icons span.ser3 {
  background: url(images/icons/4h.png) no-repeat center;
}
.services-area .slider-list .content-services .content-list-right {
  position: relative;
  display: block;
  margin: 50px 0;
}
.services-area .slider-list .content-services .content-list-right:after {
  content: '';
  position: absolute;
  right: -95px;
  width: 70px;
  height: 1px;
  background: #4caf50;
  top: 50px;
}
.services-area .slider-list .content-services .content-list-right .ico-ser {
  float: right;
  display: inline-block;
  margin-left: 30px;
}
.services-area .slider-list .content-services .content-list-right .ico-ser .icons {
  position: relative;
}
.services-area .slider-list .content-services .content-list-right .ico-ser .icons:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #4caf50;
  border-radius: 100%;
  transition: all 0.3s;
}
.services-area .slider-list .content-services .content-list-right .ico-ser .icons span {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100%;
  border-radius: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 999;
  transition: all 0.3s;
}
.services-area .slider-list .content-services .content-list-right .ico-ser .icons span.ser1 {
  background: url(images/icons/2.png) no-repeat center;
  transition: all 0.3s;
}
.services-area .slider-list .content-services .content-list-right .ico-ser .icons span.ser2 {
  background: url(images/icons/3.png) no-repeat center;
}
.services-area .slider-list .content-services .content-list-right .ico-ser .icons span.ser3 {
  background: url(images/icons/4.png) no-repeat center;
}
.services-area .slider-list .content-services .content-list-right .con-ser {
  display: table;
  text-align: right;
}
.services-area .slider-list .content-services .content-list-right .con-ser h4 {
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  color: #212121;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.services-area .slider-list .content-services .content-list-right .con-ser p {
  margin: 0 0 5px;
}
.services-area .slider-list .content-services .content-list-right:hover .ico-ser .icons:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.services-area .slider-list .content-services .content-list-right:hover .ico-ser .icons span {
  border: 1px solid #4caf50;
}
.services-area .slider-list .content-services .content-list-right:hover .ico-ser .icons span.ser1 {
  background: url(images/icons/2h.png) no-repeat center;
}
.services-area .slider-list .content-services .content-list-right:hover .ico-ser .icons span.ser2 {
  background: url(images/icons/3h.png) no-repeat center;
}
.services-area .slider-list .content-services .content-list-right:hover .ico-ser .icons span.ser3 {
  background: url(images/icons/4h.png) no-repeat center;
}

/*....................................
12. Testimonial area start here
....................................*/
.testimonial-area {
  position: relative;
  display: block;
  padding: 30px;
  background: #fff;
}

.testimonial-area .testimonial-slider {
  z-index: 999;
}
.testimonial-area .testimonial-list {
  display: block;
  width: 100%;
}
.testimonial-area .testimonial-list .spa-testimonial-icon-main {
  margin: 0 0 30px;
  padding: 0 0 55px;
  position: relative;
  text-align: center;
}
.testimonial-area .testimonial-list .spa-testimonial-icon-main:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 38px;
  background: rgba(253, 253, 253, 0.38);
  bottom: 0;
  left: 50%;
}
.testimonial-area .testimonial-list .spa-testimonial-icon-main .spa-testimonial-icon {
  display: inline-block;
  position: relative;
}
.testimonial-area .testimonial-list .spa-testimonial-icon-main .spa-testimonial-icon:before {
  content: "";
  background: rgba(253, 253, 253, 0.38);
  height: 1px;
  position: absolute;
  width: 40px;
  left: -58px;
  top: 44%;
}
.testimonial-area .testimonial-list .spa-testimonial-icon-main .spa-testimonial-icon:after {
  content: "";
  background: rgba(253, 253, 253, 0.38);
  height: 1px;
  position: absolute;
  width: 40px;
  top: 44%;
  right: -58px;
}
.testimonial-area .testimonial-list .spa-testimonial-icon-main .spa-testimonial-icon i {
  color: #fff;
  font-size: 28px;
  border: 2px dashed rgba(253, 253, 253, 0.38);
  border-radius: 50px;
  padding: 23px;
}
.testimonial-area .testimonial-list .content {
  text-align: center;
}
.testimonial-area .testimonial-list .content p {
  font-family: 'Sofia', cursive;
  font-size: 22px;
  color: #000;
  line-height: 40px;
  margin: 0 auto 15px;
  width: 80%;
}
.testimonial-area .testimonial-list .content a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.testimonial-area .testimonial-list .content a:hover {
  color: #4caf50;
}

/*....................................
12. Products area start here
....................................*/
.product-area {
  background: url(images/product/bg-1.jpg);
  position: relative;
}
.product-area:after {
  background: rgba(0, 0, 0, 0.8);
}
.product-area .product-slider {
  position: relative;
  z-index: 999;
  margin-bottom: -220px;
}
.product-area .product-list {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  float: left;
  margin: 0 0 30px;
  background: #fff;
  width: 100%;
}
.product-area .product-list figure {
  width: 100%;
  display: block;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.product-area .product-list figure img {
  width: 100%;
}
.product-area .product-list .content {
  text-align: center;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  background: #fff;
}
.product-area .product-list .content .price {
  line-height: 30px;
  padding: 0 25px;
  border-radius: 50px;
  background: #212121;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s;
  margin: 0 0 15px;
}
.product-area .product-list .content h4 {
  font-family: "Raleway", sans-serif;
  color: #212121;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
}
.product-area .product-list .content p {
  z-index: 9;
  position: relative;
  margin: 0;
  padding: 0 0 30px;
  transition: all 0.3s;
}
.product-area .product-list .content .buttonlink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35%;
  transition: all 0.3s;
  float: left;
  z-index: 999;
}
.product-area .product-list .content .buttonlink a {
  color: #212121;
  font-size: 20px;
  line-height: 55px;
  background: #fff;
}
.product-area .product-list .content .buttonlink a:hover {
  background: #4caf50;
  color: #fff;
}
.product-area .product-list:hover .content .price {
  background: #4caf50;
  color: #fff;
}
.product-area .product-list:hover .content p {
  opacity: 0;
}
.product-area .product-list:hover .content .buttonlink {
  bottom: 0;
}

/*....................................
12. Gallery area start here
....................................*/
.gallery-area {
  display: block;
  position: relative;
  margin-top: 290px;
}
.gallery-area .gallery-list figure {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.gallery-area .gallery-list figure:after {
  content: '';
  position: absolute;
  left: 30px;
  top: 100%;
  bottom: 30px;
  right: 100%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}
.gallery-area .gallery-list figure:before {
  content: '';
  position: absolute;
  right: 30px;
  top: 30px;
  bottom: 100%;
  left: 100%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: all 0.3s;
}
.gallery-area .gallery-list figure a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.gallery-area .gallery-list figure a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4caf50;
  opacity: 0;
  z-index: 99;
  transition: all 0.3s;
}
.gallery-area .gallery-list figure a img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.gallery-area .gallery-list figure a span {
  position: absolute;
  top: 38%;
  z-index: 999;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 20px;
  margin: 0 auto;
  color: #212121;
  background: #fff;
  border-radius: 100%;
  transition: all 0.3s;
  opacity: 0;
}
.gallery-area .gallery-list figure a span:hover {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}
.gallery_cate_p {
  font-size:18px;font-weight: 600;background-color:#009136;border-radius: 4px;color: #fff; padding: 10px; text-transform: uppercase;
}
.gallery-area .gallery-list figure  p:hover {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}
.gallery-area .gallery-list figure:hover:after {
  left: 30px;
  top: 30px;
  bottom: 30px;
  right: 155px;
}
.gallery-area .gallery-list figure:hover:before {
  right: 30px;
  top: 30px;
  bottom: 30px;
  left: 155px;
  opacity: 1;
  z-index: 9;
}
.gallery-area .gallery-list figure:hover a:after {
  opacity: 0.6;
}
.gallery-area .gallery-list figure:hover a img {
  transform: scale(1.1, 1.1);
}
.gallery-area .gallery-list figure:hover a span {
  opacity: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

/*....................................
12. Therapies area start here
....................................*/
.therapies-area {
  position: relative;
  display: block;
  background: url(images/booking/bg-1.jpg);
}
.therapies-area:after {
  background: rgba(0, 0, 0, 0.8);
}
.therapies-area .therapies {
  display: block;
  background: #fff;
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
  margin-bottom: -280px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.therapies-area .therapies .therrap-details {
  display: block;
  margin: 40px 0 40px 30px;
}
.therapies-area .therapies .therrap-details .title {
  color: #4caf50;
  font-family: 'Sofia', cursive;
  font-size: 36px;
  display: block;
  margin: 0 0 15px;
}
.therapies-area .therapies .therrap-details h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #212121;
  text-transform: uppercase;
}
.therapies-area .therapies .therrap-details .desc {
  display: block;
  position: relative;
  margin: 0 0 0 30px;
  padding: 0 0 0 40px;
}
.therapies-area .therapies .therrap-details .desc:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #4caf50;
}
.therapies-area .therapies .therrap-details .desc p {
  margin: 0;
}
.therapies-area .therapies figure {
  margin-left: 30px;
  display: block;
}
.therapies-area .therapies figure img {
  width: 100%;
}
.therapies-area .therapies .thera-slider .thera-list {
  padding: 0 0 0 30px;
  margin-top: 65px;
}
.therapies-area .therapies .thera-slider .thera-list .price {
  display: block;
  margin: 0 0 26px;
}
.therapies-area .therapies .thera-slider .thera-list .price strong {
  font-size: 40px;
  color: #4caf50;
  font-weight: 900;
}
.therapies-area .therapies .thera-slider .thera-list .price strong b {
  display: inline-block;
  font-weight: 300;
  color: #4caf50;
}
.therapies-area .therapies .thera-slider .thera-list .price span {
  font-weight: 300;
  color: #212121;
}
.therapies-area .therapies .threapies-form {
  background: #4caf50;
  display: block;
  height: 100%;
  position: relative;
  padding: 60px 45px;
  text-align: center;
}
.therapies-area .therapies .threapies-form .head-form {
  display: block;
  text-align: center;
  margin: 0 0 26px;
}
.therapies-area .therapies .threapies-form .head-form span {
  font-family: 'Sofia', cursive;
  color: #fff;
  font-size: 28px;
  margin: 0 0 10px;
  display: block;
}
.therapies-area .therapies .threapies-form .head-form h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  position: relative;
  padding: 0 0 50px;
}
.therapies-area .therapies .threapies-form .head-form h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  background: #fff;
  bottom: 0;
  height: 30px;
  margin: auto;
}
.therapies-area .therapies .threapies-form form fieldset {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -1px;
}
.therapies-area .therapies .threapies-form form fieldset input {
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
  padding: 0 20px;
}
.therapies-area .therapies .threapies-form form fieldset input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.therapies-area .therapies .threapies-form form fieldset input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.therapies-area .therapies .threapies-form form fieldset input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.therapies-area .therapies .threapies-form form fieldset input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.therapies-area .therapies .threapies-form form fieldset input:focus {
  background: #fff;
}
.therapies-area .therapies .threapies-form form fieldset input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #212121;
}
.therapies-area .therapies .threapies-form form fieldset input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #212121;
}
.therapies-area .therapies .threapies-form form fieldset input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #212121;
}
.therapies-area .therapies .threapies-form form fieldset input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #212121;
}
.therapies-area .therapies .threapies-form form fieldset textarea {
  width: 100%;
  display: block;
  height: 70px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
  padding: 0 20px;
}
.therapies-area .therapies .threapies-form form fieldset textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.therapies-area .therapies .threapies-form form fieldset textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.therapies-area .therapies .threapies-form form fieldset textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.therapies-area .therapies .threapies-form form fieldset textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.therapies-area .therapies .threapies-form form fieldset textarea:focus {
  background: #fff;
}
.therapies-area .therapies .threapies-form form fieldset textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #212121;
}
.therapies-area .therapies .threapies-form form fieldset textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #212121;
}
.therapies-area .therapies .threapies-form form fieldset textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #212121;
}
.therapies-area .therapies .threapies-form form fieldset textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #212121;
}
.therapies-area .therapies .threapies-form form fieldset select {
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.4);
}
.therapies-area .therapies .threapies-form form fieldset select:focus {
  background: #fff;
  outline: none;
  color: #212121;
}
.therapies-area .therapies .threapies-form form button {
  display: inline-block;
  margin-top: 22px;
}

/*....................................
12. Videos area start here
....................................*/
.videos-area {
  position: relative;
  display: block;
  background: url(images/videos/bg-1.jpg);
}
.videos-area:after {
  background: rgba(0, 0, 0, 0.8);
}
.videos-area .videos {
  position: relative;
  display: block;
  z-index: 999;
  margin-bottom: -280px;
}
.videos-area .videos ul {
  text-align: center;
  display: block;
  margin: 0 0 60px;
}
.videos-area .videos ul li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 0 10px 15px;
}
.videos-area .videos ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background: #4caf50;
  margin: auto;
  opacity: 0;
}
.videos-area .videos ul li.active a {
  color: #4caf50;
}
.videos-area .videos ul li.active a:after {
  opacity: 1;
}
.videos-area .videos .tab-content .tab-pane figure {
  position: relative;
  display: block;
  margin: 0;
  border: 50px solid #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.videos-area .videos .tab-content .tab-pane figure img {
  width: 100%;
  display: block;
}
.videos-area .videos .tab-content .tab-pane figure a {
  position: absolute;
  left: 0;
  right: 0;
  top: 37%;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.7);
  margin: auto;
  text-align: center;
  line-height: 120px;
  font-size: 36px;
  color: #212121;
}
.videos-area .videos .tab-content .tab-pane figure a:hover {
  color: #4caf50;
}
/*-------------- Spa About css Start ---------------*/
.spa_inner_page_header{
	
}
.about-gallery .owl-controls .owl-buttons {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
}
.about-gallery .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  border-radius: 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #212121;
  opacity: 1;
  transition: all 0.5s;
}
.about-gallery .owl-controls .owl-buttons .owl-prev:hover {
  background: #4caf50;
}
.about-gallery .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  border-radius: 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #212121;
  opacity: 1;
  transition: all 0.5s;
}
.about-gallery .owl-controls .owl-buttons .owl-next:hover {
  background: #4caf50;
}
.spa_about_team_section{
	margin-top:0;
}
.spa_about_booking_section{
	margin-top:250px;
}
.spa_about_twitter_section{
	margin-top:380px;
}
/*-------------- Spa About css End ---------------*/
/*-------------- Spa Services css Start ---------------*/
.spa_services_inner_wrapper{
	padding-top:100px;
	padding-bottom:200px;
}
.spa_inner_service_box .ico-ser .icons {
  position: relative;
}
.spa_inner_service_box .ico-ser .icons:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #4caf50;
  border-radius: 100%;
  transition: all 0.3s;
}
.spa_inner_service_box .ico-ser .icons span {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100%;
  border-radius: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 999;
  transition: all 0.3s;
}
.spa_inner_service_box .ico-ser .icons span.ser1 {
  background: url(images/icons/2.png) no-repeat center;
  transition: all 0.3s;
}
.spa_inner_service_box .ico-ser .icons span.ser2 {
  background: url(images/icons/3.png) no-repeat center;
}
.spa_inner_service_box .ico-ser .icons span.ser3 {
  background: url(images/icons/4.png) no-repeat center;
}
.spa_inner_service_box .ico-ser .icons span.ser4 {
  background: url(images/icons/8h.png) no-repeat center;
  transition: all 0.3s;
}
.spa_inner_service_box .ico-ser .icons span.ser5 {
  background: url(images/icons/6h.png) no-repeat center;
}
.spa_inner_service_box .ico-ser .icons span.ser6 {
  background: url(images/icons/7h.png) no-repeat center;
}
.spa_inner_service_box .ico-ser .icons span.ser7 {
  background: url(images/icons/9h.png) no-repeat center;
  transition: all 0.3s;
}
.spa_inner_service_box .ico-ser .icons span.ser8 {
  background: url(images/icons/10h.png) no-repeat center;
}
.spa_inner_service_box .ico-ser .icons span.ser9 {
  background: url(images/icons/11h.png) no-repeat center;
}
.spa_inner_service_box .con-ser {
  display: table;
}
.spa_inner_service_box .con-ser h4 {
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  color: #212121;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.spa_inner_service_box .con-ser p {
  margin: 0 0 5px;
}
.spa_inner_service_box:hover .ico-ser .icons:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.spa_inner_service_box:hover .ico-ser .icons span {
  border: 1px solid #4caf50;
}
.spa_inner_service_box:hover .ico-ser .icons span.ser1 {
  background: url(images/icons/2h.png) no-repeat center;
}
.spa_inner_service_box:hover .ico-ser .icons span.ser2 {
  background: url(images/icons/3h.png) no-repeat center;
}
.spa_inner_service_box:hover .ico-ser .icons span.ser3 {
  background: url(images/icons/4h.png) no-repeat center;
}
.spa_inner_service_box:hover .ico-ser .icons span.ser4 {
  background: url(images/icons/8.png) no-repeat center;
}
.spa_inner_service_box:hover .ico-ser .icons span.ser5 {
  background: url(images/icons/6.png) no-repeat center;
}
.spa_inner_service_box:hover .ico-ser .icons span.ser6 {
  background: url(images/icons/7.png) no-repeat center;
}
.spa_inner_service_box:hover .ico-ser .icons span.ser7 {
  background: url(images/icons/9.png) no-repeat center;
}
.spa_inner_service_box:hover .ico-ser .icons span.ser8 {
  background: url(images/icons/10.png) no-repeat center;
}
.spa_inner_service_box:hover .ico-ser .icons span.ser9 {
  background: url(images/icons/11.png) no-repeat center;
}
.spa_ser_inner_img{
	float:left;
	width:100px;
}
.spa_ser_inner_cont{
	float:left;
	width:calc(100% - 100px);
	padding-left:20px;
}
.spa_inner_service_box{
	margin-top:50px;
}
.spa_service_testimonial_section{
	    padding: 100px 0 100px;
}
/*-------------- Spa Services css End ---------------*/
/*....................................
7. Blog area start here
....................................*/
.blog-area {
  display: block;
}
.blog-area .blog-list {
  display: block;
  margin: 0 0 30px;
}
.blog-area .blog-list figure {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
}
.blog-area .blog-list figure img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.blog-area .blog-list figure .date {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #cf9c67;
  width: 55px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 5px 0;
}
.blog-area .blog-list figure .date strong {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 26px;
}
.blog-area .blog-list figure .date span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-transform: uppercase;
  line-height: 26px;
}
.blog-area .blog-list .content {
  border: 1px solid #eee;
  border-top: none;
  display: block;
  padding: 40px;
  transition: all 0.5s;
  background: #fff;
}
.blog-area .blog-list .content h3 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  color: #212121;
  letter-spacing: 1px;
}
.blog-area .blog-list .content p {
  color: #797979;
  font-size: 16px;
}
.blog-area .blog-list .content a {
  color: #cf9c67;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-area .blog-list .content a i {
  padding-left: 5px;
}
.blog-area .blog-list .content a:hover {
  color: #212121;
}
.blog-area .blog-list:hover figure img {
  transform: scale(1.1, 1.1);
}
.blog-area .blog-list:hover .content {
  border: 1px solid #4caf50;
  border-top: none;
}
.blog-area .load-btn a {
  letter-spacing: 1px;
  padding: 0 32px;
}

.blog-area-page .blog-list {
  display: block;
  margin: 0 0 30px;
}
.blog-area-page .blog-list figure {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
}
.blog-area-page .blog-list figure img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.blog-area-page .blog-list figure .date {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #4caf50;
  width: 55px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 5px 0;
}
.blog-area-page .blog-list figure .date strong {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 26px;
}
.blog-area-page .blog-list figure .date span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-transform: uppercase;
  line-height: 26px;
}
.blog-area-page .blog-list .content {
  border: 1px solid #eee;
  border-top: none;
  display: block;
  padding: 40px;
  transition: all 0.5s;
  background: #fff;
}
.blog-area-page .blog-list .content h3 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  color: #212121;
  letter-spacing: 1px;
}
.blog-area-page .blog-list .content p {
  color: #797979;
  font-size: 16px;
}
.blog-area-page .blog-list .content a {
  color: #4caf50;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-area-page .blog-list .content a i {
  padding-left: 5px;
}
.blog-area-page .blog-list .content a:hover {
  color: #212121;
}
.blog-area-page .blog-list:hover figure img {
  transform: scale(1.1, 1.1);
}
.blog-area-page .blog-list:hover .content {
  border: 1px solid #4caf50;
  border-top: none;
}

.pagination {
  display: block;
  padding-top: 20px;
  width: 100%;
}
.pagination ul li a {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #eeeeee;
  text-align: center;
  color: #666666;
  padding: 4px 0;
}
.pagination ul li a.active {
  background: #4caf50;
  border: 1px solid #4caf50;
  color: #fff;
}
.pagination ul li a:hover {
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
  color: #fff;
}
.pagination ul li a i {
  font-size: 20px;
}
.pagination p {
  color: #212121;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.blog-details-area {
  display: block;
  padding: 100px 0;
}
.blog-details-area .content-area h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #2f2020;
  margin: 0 0 20px;
}
.blog-details-area .content-area figure {
  display: block;
  margin: 0 0 15px;
  overflow: hidden;
}
.blog-details-area .content-area figure img {
  width: 100%;
  transition: all 0.5s;
}
.blog-details-area .content-area figure:hover img {
  transform: scale(1.1, 1.1);
}
.blog-details-area .content-area .post-date {
  padding: 0 0 15px;
  margin: 0 0 40px;
  border-bottom: 2px solid #e2e2e2;
}
.blog-details-area .content-area .post-date li {
  color: #898989;
  font-size: 13px;
  padding: 0 12px;
  position: relative;
}
.blog-details-area .content-area .post-date li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 0;
  height: 15px;
  width: 2px;
  background: #4caf50;
}
.blog-details-area .content-area .post-date li:first-child:after {
  top: 8px;
}
.blog-details-area .content-area .post-date li:last-child:after {
  display: none;
}
.blog-details-area .content-area p {
  color: #767676;
  margin: 0 0 50px;
}
.blog-details-area .content-area .post-feature {
  display: block;
  margin: 0 0 35px;
}
.blog-details-area .content-area .post-feature .blog-img img {
  width: 100%;
  display: block;
}
.blog-details-area .content-area .post-feature .content {
  display: block;
  margin: 15px 0 0;
}
.blog-details-area .content-area .post-feature .content h4 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}
.blog-details-area .content-area .post-feature .content ul {
  display: block;
  margin: 0 0 30px;
}
.blog-details-area .content-area .post-feature .content ul li {
  color: #666666;
  padding: 10px 0;
  border-bottom: 2px solid #eee;
}
.blog-details-area .content-area .post-feature .content ul li:last-child {
  border-bottom: none;
}
.blog-details-area .content-area .post-feature .content ul li i {
  color: #4caf50;
  padding-right: 10px;
}
.blog-details-area .content-area .tags-share {
  display: block;
  margin: 0 0 60px;
}
.blog-details-area .content-area .tags-share .tags ul li a {
  display: block;
  padding: 4px 10px;
  font-size: 13px;
  border: 2px solid #e2e2e2;
  color: #666666;
}
.blog-details-area .content-area .tags-share .share {
  text-align: right;
}
.blog-details-area .content-area .tags-share .share ul li {
  font-size: 24px;
  padding: 0 2px;
}
.blog-details-area .content-area .tags-share .share ul li a i.rss {
  color: #d98001;
}
.blog-details-area .content-area .tags-share .share ul li a i.linkedin {
  color: #0166ff;
}
.blog-details-area .content-area .tags-share .share ul li a i.twitter {
  color: #55acee;
}
.blog-details-area .content-area .tags-share .share ul li a i.facebook {
  color: #3b5998;
}
.blog-details-area .content-area .comments {
  display: block;
  padding: 20px;
  background: #f7f7f7;
  margin: 0 0 50px;
}
.blog-details-area .content-area .comments .user-img {
  display: block;
  padding-right: 20px;
}
.blog-details-area .content-area .comments .comment {
  display: block;
  padding-top: 25px;
}
.blog-details-area .content-area .comments .comment span {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin: 0 0 5px;
}
.blog-details-area .content-area .comments .comment h4 {
  color: #202020;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
.blog-details-area .content-area .comments .comment p {
  margin: 0;
}
.blog-details-area .content-area .comment-box h4 {
  color: #202020;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}
.blog-details-area .content-area .comment-box form fieldset {
  display: block;
  margin: 0 0 30px;
}
.blog-details-area .content-area .comment-box form fieldset input {
  width: 100%;
  background: #eee;
  height: 56px;
  border: none;
  box-shadow: none;
  padding: 0 20px;
}
.blog-details-area .content-area .comment-box form fieldset textarea {
  width: 100%;
  background: #eee;
  height: 270px;
  border: none;
  box-shadow: none;
  padding: 20px;
}
/*....................................
12. Sidebar area start here
....................................*/
.sidebar .widget {
  display: block;
  margin: 0 0 50px;
}
.sidebar .widget h3 {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: #212121;
  margin: 0 0 35px;
  padding: 0 0 15px;
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
}
.sidebar .widget h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 20%;
  background: #4caf50;
}
.sidebar .search-area form {
  position: relative;
}
.sidebar .search-area form input {
  height: 42px;
  width: 100%;
  border: 2px solid #eee;
  padding: 0 15px;
  color: #aaaaaa;
}
.sidebar .search-area form button {
  position: absolute;
  top: 4px;
  right: 0;
  background: transparent;
  color: #aaa;
  border-left: 2px solid #eee;
  padding: 4px 12px;
  font-size: 18px;
}
.sidebar .recent-post .single-post {
  display: block;
  margin: 0 0 30px;
}
.sidebar .recent-post .single-post:last-child {
  margin: 0;
}
.sidebar .recent-post .single-post .post-content h4 {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
}
.sidebar .recent-post .single-post .post-content h4 a {
  color: #212121;
}
.sidebar .recent-post .single-post .post-content h4 a:hover {
  color: #4caf50;
}
.sidebar .recent-post .single-post .post-content ul li {
  color: #212121;
  font-size: 12px;
}
.sidebar .recent-post .single-post .post-content ul li i {
  font-style: initial;
  color: #212121;
}
.sidebar .latest-product .single-post {
  display: block;
  margin: 0 0 30px;
}
.sidebar .latest-product .single-post:last-child {
  margin: 0;
}
.sidebar .latest-product .single-post .post-content h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
}
.sidebar .latest-product .single-post .post-content h4 a {
  color: #212121;
}
.sidebar .latest-product .single-post .post-content h4 a:hover {
  color: #4caf50;
}
.sidebar .latest-product .single-post .post-content strong {
  font-size: 15px;
  color: #212121;
}
.sidebar .latest-product .single-post .post-content del {
  color: #848484;
  display: block;
}
.sidebar .latest-product ul li {
  display: block;
  padding: 4px 0;
}
.sidebar .latest-product ul li .checkbox-custom {
  display: inline-block;
  position: relative;
  margin: 5px;
  cursor: pointer;
  border: none;
}
.sidebar .latest-product ul li .checkbox-custom:before {
  content: '';
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  position: absolute;
  border-radius: 3px;
}
.sidebar .latest-product ul li .checkbox-custom:checked:before {
  content: '';
  background: #4caf50;
  border: 1px solid #4caf50;
}
.sidebar .latest-product ul li p {
  margin: 0;
  display: inline-block;
  padding-left: 15px;
  color: #333e48;
}
.sidebar .latest-product ul li p span {
  color: #797979;
  font-weight: 700;
  padding-left: 10px;
}
.sidebar .latest-product ul a {
  padding: 3px 15px;
  background: #212121;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-top: 10px;
}
.sidebar .latest-product ul a:hover {
  background: #4caf50;
}
.sidebar .author .author-content {
  text-align: center;
}
.sidebar .author .author-content figure {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: block;
  margin: 0 0 30px;
  border-radius: 10px;
}
.sidebar .author .author-content figure img {
  transform: scale(1.2, 1.2);
  width: 100%;
  transition: all 0.5s;
}
.sidebar .author .author-content h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.sidebar .author .author-content ul li a {
  color: #c3c3c3;
  font-size: 16px;
}
.sidebar .author .author-content ul li a:hover {
  color: #4caf50;
}
.sidebar .instagram ul {
  display: block;
  margin: -5px -3px;
}
.sidebar .instagram ul li {
  padding: 5px 3px;
}
.sidebar .instagram ul li a {
  display: block;
  position: relative;
  text-align: center;
}
.sidebar .instagram ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  border: 4px solid #4caf50;
  transition: all 0.5s;
}
.sidebar .instagram ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4caf50;
  opacity: 0;
  transition: all 0.5s;
}
.sidebar .instagram ul li a span {
  position: absolute;
  top: 40%;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.sidebar .instagram ul li a:hover:after {
  opacity: 1;
}
.sidebar .instagram ul li a:hover:before {
  opacity: 0.5;
}
.sidebar .instagram ul li a:hover span {
  opacity: 1;
}
.sidebar .instagram ul li a img {
  width: 100%;
}
.sidebar .price-range .range strong {
  display: block;
  color: #575560;
  margin: 0 0 20px;
}
.sidebar .price-range .range .range-box {
  margin: 0 0 10px;
}
.sidebar .price-range .range span {
  padding-right: 5px;
  color: #686868;
}
.sidebar .price-range .range .price-box {
  padding: 4px 0;
  display: inline-block;
  border: none;
  color: #686868;
}
.sidebar .price-range .ui-widget-content .ui-state-default {
  background: #4caf50;
  border-radius: 100%;
  cursor: pointer;
  margin-top: -2px;
}
.sidebar .price-range .ui-widget-content .ui-state-default:focus {
  outline: none;
}
.sidebar .price-range .ui-widget-content .ui-state-default:last-child {
  background: #fff;
  border: 2px solid #4caf50;
}
.sidebar .price-range .ui-widget-header {
  background: #dcdcdc;
  height: 6px;
  margin-top: -2px;
  cursor: pointer;
}
.sidebar .price-range .ui-widget-content {
  background: #dcdcdc;
  height: 2px;
  cursor: pointer;
}
.sidebar .price-range .ui-widget-content {
  border: none;
}
.sidebar .price-range .ui-slider-handle {
  width: 15px;
  height: 15px;
  top: -5px;
}
.sidebar .price-range a {
  padding: 3px 15px;
  background: #212121;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-top: 20px;
}
.sidebar .price-range a:hover {
  background: #4caf50;
}
.hundred_pixel_margin{
	margin-top:100px;
}
.ethtee_pixel_margin{
	margin-top:80px;
}
.spa_booking_pricing_index_wrapper{
    padding: 400px 0 70px;
}
/** ----------------- contect Css Start -----------------=== **/
.contact-area .map-area {
  position: relative;
  display: block;
  margin: 0 0 115px;
}
.contact-area .map-area .go-map {
  position: absolute;
  right: -25px;
  top: 54px;
  color: #fff;
  z-index: 999;
  display: inline-block;
  line-height: 55px;
  padding: 0 28px;
  z-index: 2;
  background: #4caf50;
}
.contact-area .map-area .go-map:hover {
  color: #212121;
}
.contact-area .map-area .go-map:after {
      content: '';
    position: absolute;
    border-bottom: 23px solid transparent;
    border-left: 25px solid #4caf50;
    right: 0;
    bottom: -23px;
}
.contact-area .map-area .map-full {
  z-index: 1;
}
.contact-area .contact-info {
  height: 196px;
  border: 8px solid #f5f5f5;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 30px;
}
.contact-area .contact-info span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -54px;
  border: 8px solid #f5f5f5;
  width: 108px;
  height: 108px;
  background: #fff;
  font-size: 28px;
  color: #4caf50;
  border-radius: 100%;
  line-height: 94px;
  transition: all 0.5s;
}
.contact-area .contact-info p {
  margin: 0;
  color: #212121;
  font-size: 16px;
}
.contact-area .contact-info:hover span {
  background: #4caf50;
  color: #fff;
}
.contact-area .form-area form fieldset {
  display: block;
  margin: 0 0 30px;
}
.contact-area .form-area form fieldset .feld {
  position: relative;
}
.contact-area .form-area form fieldset .feld input {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0 15px;
  height: 50px;
  transition: all 0.5s;
}
.contact-area .form-area form fieldset .feld select {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0 15px;
  height: 50px;
  transition: all 0.5s;
}

.contact-area .form-area form fieldset .feld input:focus {
  border: 1px solid #4caf50;
}
.contact-area .form-area form fieldset .feld select:focus {
  border: 1px solid #4caf50;
}
.contact-area .form-area form fieldset .feld input:focus + span {
  color: #4caf50;
}
.contact-area .form-area form fieldset .feld select:focus + span {
  color: #4caf50;
}
.contact-area .form-area form fieldset .feld input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.contact-area .form-area form fieldset .feld input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.contact-area .form-area form fieldset .feld input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.contact-area .form-area form fieldset .feld input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.contact-area .form-area form fieldset .feld span {
  position: absolute;
  right: 35px;
  top: 0;
  line-height: 50px;
  color: #797979;
  transition: all 0.5s;
}
.contact-area .form-area form fieldset .feld span.msg {
  right: 20px;
}
.contact-area .form-area form fieldset .feld textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 15px;
  height: 180px;
  transition: all 0.5s;
}
.contact-area .form-area form fieldset .feld textarea:focus {
  border: 1px solid #4caf50;
}
.contact-area .form-area form fieldset .feld textarea:focus + span {
  color: #4caf50;
}
.contact-area .form-area form fieldset .feld textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.contact-area .form-area form fieldset .feld textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.contact-area .form-area form fieldset .feld textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.contact-area .form-area form fieldset .feld textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  text-transform: capitalize;
  color: #797979;
}
.spa_contact_page_title h2{
	color:#000000;
}
/** ----------------- contect Css End -----------------===/
/*....................................
12. Gallery area start here
....................................*/
.gallery-area .gall-sid {
  float: right;
}
.gallery-area .gallery-list figure {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.gallery-area .gallery-list figure:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 100%;
  top: 20px;
  bottom: 100%;
  border: 2px solid #fff;
  opacity: 0.25;
  transition: all 0.5s;
}
.gallery-area .gallery-list figure:before {
  content: '';
  position: absolute;
  left: 100%;
  right: 20px;
  top: 100%;
  bottom: 20px;
  border: 2px solid #fff;
  opacity: 0.25;
  transition: all 0.5s;
  z-index: 999;
}
.gallery-area .gallery-list figure a {
  display: block;
  width: 100%;
  text-align: center;
}
.gallery-area .gallery-list figure a img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.gallery-area .gallery-list figure a span {
  position: absolute;
  top: 42%;
  z-index: 999;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 20px;
  margin: 0 auto;
  color: #fff;
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
}
.gallery-area .gallery-list figure a span:hover {
  background: #4caf50;
}
.gallery-area .gallery-list figure a span i {
  transform: rotate(-45deg);
}
.gallery-area .gallery-list figure:hover:after {
  right: 20px;
  bottom: 20px;
  opacity: 0.35;
}
.gallery-area .gallery-list figure:hover:before {
  left: 20px;
  top: 20px;
}
.gallery-area .gallery-list figure:hover a img {
  transform: scale(1.1, 1.1);
}
.gallery-area .gallery-list figure:hover a span {
  opacity: 1;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.gallery-area .portfolio-nav {
  margin: 0 0 50px;
}
.gallery-area .portfolio-nav ul li {
  color: #999;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}
.gallery-area .portfolio-nav ul li span {
  width: 50px;
  height: 2px;
  background: #999999;
  display: inline-block;
  margin-right: 5px;
}
.gallery-area .portfolio-nav ul li.is-checked {
  color: #4caf50;
}
.gallery-area .portfolio-nav ul li.is-checked span {
  background: #4caf50;
}
.gallery-area .spa_gallery_filter figure a:after{
	background:transparent;
}
.gallery-area .spa_gallery_filter figure:before{
	opacity: 0.35 !important;
}
.spa_gallery_filter_main_wrapper{
	margin-top:100px;
	margin-bottom:100px;
}
/*....................................
12. Shop area start here
....................................*/
.shop-area {
  display: block;
  background: url(images/shop/bg-1.jpg);
}
.shop-area .shop-list figure {
  display: block;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  width: 100%;
  border: 1px solid #eee;
}
.shop-area .shop-list figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 100%;
  right: 100%;
  width: 0;
  border: 1px solid #cf9c67;
  border-right: 0;
  border-bottom: 0;
  transition: all 0.5s;
}
.shop-area .shop-list figure:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 100%;
  left: 100%;
  width: 0;
  border: 1px solid #cf9c67;
  border-left: 0;
  border-top: 0;
  transition: all 0.5s;
}
.shop-area .shop-list figure img {
  width: 100%;
  display: block;
}
.shop-area .shop-list .content {
  border: 1px solid #eee;
  border-top: none;
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  padding: 28px 0 0;
  overflow: hidden;
  vertical-align: middle;
  background: #fff;
}
.shop-area .shop-list .content:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: 100%;
  border: 1px solid #cf9c67;
  border-top: none;
  transition: all 0.5s;
}
.shop-area .shop-list .content ul {
  margin: 0 0 10px;
  position: relative;
  z-index: 999;
}
.shop-area .shop-list .content ul li {
  padding: 0;
  color: #e1e1e1;
}
.shop-area .shop-list .content ul li:nth-child(1) {
  color: #cf9c67;
}
.shop-area .shop-list .content ul li:nth-child(2) {
  color: #cf9c67;
}
.shop-area .shop-list .content ul li:nth-child(3) {
  color: #cf9c67;
}
.shop-area .shop-list .content h4 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0f0f0f;
  margin: 0 0 15px;
  position: relative;
  z-index: 999;
}
.shop-area .shop-list .content .price {
  display: block;
  margin: 0 0 30px;
  position: relative;
  z-index: 999;
}
.shop-area .shop-list .content .price del {
  display: inline-block;
  color: #797979;
  padding-right: 10px;
}
.shop-area .shop-list .content .price strong {
  font-size: 20px;
  font-weight: 600;
  color: #cf9c67;
  display: inline-block;
}
.shop-area .shop-list .content a {
  position: relative;
  z-index: 999;
}
.shop-area .shop-list:hover figure:after {
  bottom: 0;
  right: 0;
  width: 100%;
}
.shop-area .shop-list:hover figure:before {
  top: 0;
  left: 0;
  width: 100%;
}
.shop-area .shop-list:hover .content:after {
  top: 0;
  bottom: 0;
}

.shop-page-area .item .shop-list {
  display: block;
  margin: 0 0 30px;
}
.shop-page-area .item .shop-list figure {
  display: block;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  width: 100%;
  border: 1px solid #eee;
      padding-bottom: 0;
}
.shop-page-area .item .shop-list figure img {
  width: 100%;
  display: block;
}
.shop-page-area .item .shop-list .content {
  border: 1px solid #eee;
  border-top: none;
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  padding: 28px 0 0;
  overflow: hidden;
  vertical-align: middle;
  background: #fff;
  z-index: 1;
      padding-bottom: 20px;
}
.shop-page-area .item .shop-list .content ul {
  margin: 0 0 10px;
  position: relative;
  z-index: 999;
}
.shop-page-area .item .shop-list .content ul li {
  padding: 0;
  color: #4caf50;
}
.shop-page-area .item .shop-list .content ul li:nth-child(1) {
  color: #4caf50;
}
.shop-page-area .item .shop-list .content ul li:nth-child(2) {
  color: #4caf50;
}
.shop-page-area .item .shop-list .content ul li:nth-child(3) {
  color: #4caf50;
}
.shop-page-area .item .shop-list .content h4 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0f0f0f;
  margin: 0 0 15px;
  position: relative;
  z-index: 999;
}
.shop-page-area .item .shop-list .content .price {
  margin: 0 0 30px;
  position: relative;
  z-index: 999;
}
.shop-page-area .item .shop-list .content .price del {
  display: inline-block;
  color: #797979;
  padding-right: 10px;
}
.shop-page-area .item .shop-list .content .price strong {
  font-size: 20px;
  font-weight: 600;
  color: #4caf50;
  display: inline-block;
}
.shop-page-area .item .shop-list .content a {
  position: relative;
  z-index: 999;
}
.shop-page-area .item .shop-list:hover figure:after {
  bottom: 0;
  right: 0;
  width: 100%;
}
.shop-page-area .item .shop-list:hover figure:before {
  top: 0;
  left: 0;
  width: 100%;
}
.shop-page-area .item .shop-list:hover .content:after {
  top: 0;
  bottom: 0;
}
.shop-page-area .item.list-item {
  width: 100%;
}
.shop-page-area .item.list-item .shop-list {
  display: block;
  margin: 0 0 30px;
  width: 100%;
}
.shop-page-area .item.list-item .shop-list figure {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  width: 30%;
  border: 1px solid #eee;
  float: left;
  height: 270px;
}
.shop-page-area .item.list-item .shop-list figure img {
  width: 100%;
  display: block;
}
.shop-page-area .item.list-item .shop-list .content {
  border: 1px solid #eee;
  position: relative;
  display: table;
  width: 70%;
  margin: 0;
  text-align: left;
  padding: 78px 30px 0;
  overflow: hidden;
  height: 270px;
  vertical-align: middle;
  background: #fff;
  z-index: 1;
}

.shop-page-area .item.list-item .shop-list .content ul {
  margin: 0 0 10px;
  position: relative;
  z-index: 999;
}
.shop-page-area .item.list-item .shop-list .content ul li {
  padding: 0;
  color: #4caf50;
}
.shop-page-area .item.list-item .shop-list .content ul li:nth-child(1) {
  color: #4caf50;
}
.shop-page-area .item.list-item .shop-list .content ul li:nth-child(2) {
  color: #4caf50;
}
.shop-page-area .item.list-item .shop-list .content ul li:nth-child(3) {
  color: #4caf50;
}
.shop-page-area .item.list-item .shop-list .content h4 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0f0f0f;
  margin: 0 0 10px;
  position: relative;
  z-index: 999;
}
.shop-page-area .item.list-item .shop-list .content .price {
  margin: 0 0 10px;
  position: relative;
  z-index: 999;
}
.shop-page-area .item.list-item .shop-list .content .price del {
  display: inline-block;
  color: #797979;
  padding-right: 10px;
}
.shop-page-area .item.list-item .shop-list .content .price strong {
  font-size: 20px;
  font-weight: 600;
  color: #4caf50;
  display: inline-block;
}
.shop-page-area .item.list-item .shop-list .content p {
  display: block;
}
.shop-page-area .item.list-item .shop-list .content a {
  position: relative;
  z-index: 999;
}
.shop-page-area .item.list-item .shop-list:hover p{
	opacity:1;
}
.shop-page-area .item.list-item .shop-list:hover figure:after {
  bottom: 0;
  right: 0;
  width: 100%;
}
.shop-page-area .item.list-item .shop-list:hover figure:before {
  top: 0;
  left: 0;
  width: 100%;
}
.shop-page-area .item.list-item .shop-list:hover .content:after {
  bottom: 0;
  right: 0;
  width: 100%;
}
.shop-page-area .item.list-item .shop-list:hover .content:before {
  top: 0;
  left: 0;
  width: 100%;
}
.shop-page-area .filter-area {
  padding: 20px;
  background: #f5f5f5;
  margin: 0 0 50px;
  float: left;
  width: 100%;
}
.shop-page-area .filter-area .list-grid {
  display: block;
  padding: 2px 0;
}
.shop-page-area .filter-area .list-grid ul li a {
  font-size: 24px;
  color: #333;
  opacity: 0.5;
}
.shop-page-area .filter-area .list-grid ul li a:focus {
  opacity: 1;
}
.shop-page-area .filter-area .short select {
  border: none;
  box-shadow: none;
  background: #fff;
  border-radius: 50px;
  padding: 6px 15px;
  border: 1px solid #e3e3e3;
}
.shop-page-area .filter-area .short select:focus {
  outline: none;
}
.shop-page-area .filter-area .pagein ul li a {
  font-size: 18px;
}
.shop-page-area .filter-area .pagein ul li.active {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  border-radius: 50px;
  border: 1px solid #e3e3e3;
}

.product-details .product-photo .thumbnails li a {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 100px;
  margin: 0 0 18px;
  cursor: pointer;
}
.product-details .product-photo .carousel-inner {
  margin-left: -15px;
  width: auto;
}
.product-details .product-photo .carousel-inner .item {
  margin-left: -15px;
}
.product-details .product-photo .carousel-inner .item img {
  width: 100%;
}
.product-details .product-size p {
  display: block;
  margin: 0 0 10px;
  color: #797979;
}
.product-details .product-size p span {
  color: #212121;
}
.product-details .product-size ul li {
  color: #797979;
  text-transform: uppercase;
}
.product-details .product-size ul li a {
  color: #797979;
}
.product-details .product-size ul li a:hover {
  color: #4caf50;
}
.product-details .product-discription .heading .header h2 {
  font-family: "Raleway", sans-serif;
  color: #212121;
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-details .product-discription .heading .header ul {
  display: block;
  margin: 0 0 5px;
}
.product-details .product-discription .heading .header ul li:nth-child(2) {
  position: relative;
}
.product-details .product-discription .heading .header ul li:nth-child(2):before {
  content: '';
  position: absolute;
  right: -2px;
  width: 2px;
  background: #313131;
  top: 6px;
  bottom: 6px;
}
.product-details .product-discription .heading .header ul li span {
  color: #313131;
}
.product-details .product-discription .heading .header ul li ul {
  padding-right: 15px;
}
.product-details .product-discription .heading .header ul li ul li {
  color: #ffcc00;
}
.product-details .product-discription .heading .header ul li ul li:nth-child(2):before {
  display: none;
}
.product-details .product-discription .heading strong {
  font-weight: 600;
  color: #212121;
  font-size: 22px;
  display: block;
  margin: 0 0 15px;
}
.product-details .product-discription .heading .silder-control a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #ececec;
  margin: 0 2px;
  text-align: center;
  line-height: 23px;
}
.product-details .product-discription .heading .silder-control a:hover {
  background: #4caf50;
  color: #fff;
}
.product-details .product-discription .panel-nav-tabs .panel-heading {
  padding: 0;
  border-bottom: 2px solid #d6d6d6;
}
.product-details .product-discription .panel-nav-tabs .panel-heading ul li {
  position: relative;
  padding: 15px 15px;
}
.product-details .product-discription .panel-nav-tabs .panel-heading ul li.active a {
  color: #4caf50;
}
.product-details .product-discription .panel-nav-tabs .panel-heading ul li.active:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  height: 3px;
  background: #4caf50;
  bottom: -2px;
}
.product-details .product-discription .panel-nav-tabs .panel-heading ul li:before {
  content: '';
  position: absolute;
  right: -2px;
  width: 2px;
  background: #d6d6d6;
  top: 15px;
  bottom: 15px;
}
.product-details .product-discription .panel-nav-tabs .panel-heading ul li:last-child:before {
  display: none;
}
.product-details .product-discription .panel-nav-tabs .panel-heading ul li a {
  color: #212121;
  text-transform: uppercase;
}
.product-details .product-discription .panel-nav-tabs .panel-body {
  border-bottom: 2px solid #d6d6d6;
  margin: 0 0 20px;
}
.product-details .product-discription .panel-nav-tabs .panel-body .tab-pane p {
  margin: 0;
}
.product-details .product-discription form fieldset {
  width: 100%;
  display: block;
  margin: 0 0 20px;
}
.product-details .product-discription form fieldset label {
  display: block;
  color: #212121;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.product-details .product-discription form fieldset select {
  width: 100%;
  height: 42px;
  border: 1px solid #eee;
  padding: 0 20px;
  color: #797979;
}
.product-details .product-discription form fieldset select:focus {
  outline: none;
}
.product-details .product-discription .total-product {
  width: 170px;
  padding: 0 10px;
  border: 1px solid #eee;
  text-align: center;
  float: left;
  margin-right: 20px;
  color: #212121;
  line-height: 46px;
}
.product-details .product-discription .total-product .btn-minus {
  display: inline-block;
  float: left;
  cursor: pointer;
  color: #797979;
}
.product-details .product-discription .total-product input {
  display: inline-block;
  width: 20px;
  margin: auto;
  border: none;
  font-size: 18px;
}
.product-details .product-discription .total-product .btn-plus {
  display: inline-block;
  float: right;
  cursor: pointer;
  color: #797979;
}
.product-details .pro-des {
  display: block;
  padding-top: 80px;
}
.product-details .pro-des h4 {
  font-family: "Raleway", sans-serif;
  color: #212121;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}
.product-details .pro-des p {
  color: #797979;
  margin: auto;
  width: 70%;
  font-size: 16px;
}
.prod-slider{
	margin-top:50px;
}
.dropdown {
    position: relative;
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown-content{
	position:absolute;
	
}
.dropdown:hover .dropdown-content{
	top:100%;
	opacity:1;
	width:140px;
	visibility:visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content{
	position:absolute;
	top:150%;
	left:0;
	width:140px;
	border-top:3px solid #fca900;
	border-radius:3px;
	background-color:#ffffff;
	opacity:0;
	visibility:hidden;
	z-index:9999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content a{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px !important;
	color:#000000;
	width:100%;
	font-size:16px;
}
.dropdown .dropdown-content a:hover{
	background:#fca900;
	color:#ffffff;
	width:100%;
}
.caret{
	color:#fca900;
}
.dropdown {
    position: relative;
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown-content{
	position:absolute;
	
}
.dropdown:hover .dropdown-content{
	top:100%;
	opacity:1;
	width:250px;
	visibility:visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content{
	position:absolute;
	top:150%;
	left:0;
	width:250px;
	border-top:3px solid #4caf50;
	border-radius:3px;
	background-color:#ffffff;
	opacity:0;
	visibility:hidden;
	z-index:99999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown .dropdown-content a{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px !important;
	line-height:30px !important;
	color:#000000 !important;
	width:100%;
	font-size:16px;
}
.dropdown .dropdown-content a:hover{
	background:#4caf50;
	color:#ffffff !important;
	width:100%;
}

.big-title{
background:url(images/services/naturopathy.jpg);
 background-position:center;
  background-size:cover;
  padding:0;
  height:340px;}
  
  .big-title::before{
    background: #00000045;
    content: "";
    position: absolute;
    left: auto;
    width: 100%;
    height: 340px;
}

.pad-0{ padding:0 !important;}
  
  .big-title h2{
    position: absolute;
    top: 43%;
    text-align: center;
    width: 100%;
    font-family: 'Sofia', cursive;
    color: #fff;
    font-size: 30px;
    letter-spacing: 3px;
}

.header_design.home_section {
    position: relative;
    background: url(images/services/title-md-bg.png) center 30% no-repeat;
	min-height:341px;
}

header{
    background: url(images/header_bg.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}

.logo-area img{ max-width:150px; padding:10px;}

.logo-text h2{font-family: 'Sofia', cursive;

    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    color: #009136;
    font-size: 35px;
}
.logo-text h4 {
   font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: 15px;
    color: #009136;
    letter-spacing: 0.5px;
    margin-bottom: 0;
	font-size:25px;
}


.bg-img-slider{
    background: url(images/slider/1.jpg);
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}



.sofi-font{font-family: 'Sofia', cursive !important;}

.slider-text{ top:40vh;}

.slider-text h2{ color:#009035; font-size:35px; text-shadow:1px 1px 50px #fff;}

.slider-text p{ color:#000; letter-spacing:0.5px;}


.testimonial-area .testimonial-list .content>img{
    max-width: 130px;
    border: 3px solid #009136;
    border-radius: 50%;
    padding: 3px;
}






.callback {
    position: fixed;
    transform: scale(1) rotateY(360deg) translateZ(5px);
}

.callback {
    outline: medium none;
    position: absolute;
    right: 5px;
    top: -25px;
    transition: all 1s ease 0s;
    z-index: 10000;
}

.rotate-effect {
    outline: medium none;
    position: fixed;
    right: 5px;
    top: -25px;
    transform: scale(1) rotateY(0deg) translateZ(5px);
    transition: all 1s ease 0s;
    z-index: 10000;
}

.request-free-quote {
    position: fixed;
    transform: scale(1) rotateY(360deg) translateZ(5px);
}

.request-free-quote {
    position: absolute;
    top: -25px;
    right: 5px;
    outline: none;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1000;
}

.request-free-quote:hover {
    -moz-transform: scale(1) rotate(0deg) translateY(30px);
    -webkit-transform: scale(1) rotate(0deg) translateY(30px);
    -o-transform: scale(1) rotate(0deg) translateY(30px);
    transform: scale(1) rotate(0deg) translateY(30px);
    z-index: 1000;
}

.callback:hover {
    transform: scale(1) rotate(0deg) translateY(30px);
    z-index: 1000;
}

.callback {
    position: fixed;
    transform: scale(1) rotateY(360deg) translateZ(5px);
}


ul.list{ list-style:circle; padding-left:2em; margin-bottom:1.5em;}


.owl-controls .owl-prev,
.owl-controls .owl-next{
    position: absolute;
    top: 45%;
    background: #fff !important;
    opacity: 1 !important;
    width: 40px;
    box-shadow: 1px 1px 15px #00000040;
    height: 35px;
}

.owl-controls .owl-prev i,
.owl-controls .owl-next i{
    color: #333;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
}

.owl-controls .owl-prev{ left:-20px;}
.owl-controls .owl-next{ right:-20px;}


.about-img h4{
    font-size: 16px;
    color: #009136;
    margin-top: 15px;
    text-align: center;
	margin-bottom:10px;
}
.about-img p{ font-size:14px; text-align:center;}

h3.text_hedding {
    font-size: 35px;
    color: #009136;
    margin: 0 0 25px;
    line-height: 50px;
}
tr.table_text {
    background: #009136;
    color: #fff;
}
th {
    border: 1px solid #ddd !important;
    text-align: center;
}
.text-center, table.text-center {
    text-align: center;
}

td.table_td {
    color: #616161;
}

td {
    color: #616161;
    border: 1px solid #ddd !important;
}

.membership-rule ol>li>a,
.membership-rule p{ color:#333; padding-left:5px;}

ul.list_disorders>li>a::before {
    content: "\f06c";
    font-family: "FontAwesome";
    color: #009136;
	position:absolute;
	margin-left:-25px;
}

ul.list_disorders{ margin-bottom:30px;}

ul.list_disorders>li>a{ padding-left:20px; display:block;    color: #009136;}

.btn4 {background-color:#009136; color:#fff; border-radius: 0; padding:10px 30px; }
.btn5{background-color:#009136; color:#fff; border-radius: 0; padding:5px 20px; }
.btn5:hover{ color:#fff; }
.spa_contact_page_title h3{color:#000;}
.form-area .col-sm-4{border:0px solid #000; margin-top:10px;}
.form-area .col-sm-3{border:0px solid #000; margin-top:10px;}
@media(min-width: 768px){.mt100{margin-top: 100px!important}  }

.about-area{margin-top: 170px}
.gallery-area{margin-top: 200px}

@media(max-width: 768px){.about-area{margin-top: 0px}.gallery-area{margin-top: 0px} }

.btn4{background-color: #4caf50; border-radius: 50px; border:0; margin:10px 0;border:2px solid #4caf50;}
.btn4:hover{background-color: #fff; color: #4caf50;border:2px solid #4caf50!important; border-radius: 50px; border:0; margin:10px 0;}