.pricing-plan-area h2 {
  color: #fff;
}
.common-header .navbar #navbar,
.section-title h3 {
  margin-top: 0;
}
.section-title,
.thm-btn {
  text-align: center;
}
footer ul,
ul {
  list-style: none;
}
a:hover,
footer .copyright p a:hover,
footer ul li a:hover {
  text-decoration: none;
}
@font-face {
  font-family: precious;
  src: url(../fonts/Precious.ttf);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h2,
h3 {
  font-size: 36px;
  font-weight: 700;
}
ul {
  margin: 0;
  padding-left: 0;
}
button:focus {
  outline: 0 !important;
  background: 0 0 !important;
  box-shadow: none !important;
}
.playfair {
  font-family: "Playfair Display", serif;
}
form input[type="number"],
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button10 {
  clear: both;
  margin-bottom: 20px;
}
.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 3px 5px rgba(81, 183, 227, 0.2);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(../images/headerbg.png);
  height: 100px;
}
.per1 {
  width: 95% !important;
}
.per2 {
  width: 90% !important;
}
.per3 {
  width: 98% !important;
}
.per4 {
  width: 93% !important;
}
.section-title span {
  color: #87a700;
}
.section-title p {
  font-size: 17px;
  color: #7d7d7d;
  margin: 0;
  text-align: center;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-breadcrumb .breadcrumb > .active {
  color: #87a700 !important;
}
.owl-next,
.owl-prev {
  background-color: #89a700 !important;
  width: 30px;
  height: 30px;
  border-radius: 0 !important;
  opacity: 1 !important;
  position: absolute;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.owl-next i,
.owl-prev i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-next i:before,
.owl-prev i:before {
  font-size: 15px;
  margin: 0;
}
.owl-next:hover,
.owl-prev:hover {
  background: #000 !important;
}
.btn {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.common-header {
  background-color: #111;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.common-header .navbar {
  padding-bottom: 24px;
}
.common-header .navbar #navbar .navbar-nav {
  margin-top: 25px;
}
.pricing-plan-area {
  padding-bottom: 40px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../images/pricelist.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.pricing-plan-area .sec-title h1 {
  color: #fff;
  margin-bottom: 15px;
  padding: 0;
  margin-top: -20px;
}
.pricing-plan-area h2 {
  coolor: #fff;
}
.pricing-plan-area .single-price-box {
  background: #fff;
  display: block;
  margin-bottom: 40px;
  padding: 0 0 40px;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
}
.pricing-plan-area .single-price-box:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.pricing-plan-area .single-price-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #99c000;
  content: "";
  z-index: -1;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}
.pricing-plan-area .single-price-box:hover::before {
  height: 100%;
  opacity: 1;
}
.pricing-plan-area .single-price-box .table-header {
  background: #99c000;
  display: block;
  position: relative;
  overflow: hidden;
}
.pricing-plan-area .single-price-box .table-header .package {
  display: block;
  padding: 32px 0 50px;
}
.pricing-plan-area .single-price-box .table-header .package h5 {
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  position: relative;
  transition: all 0.5s ease;
}
.pricing-plan-area .single-price-box:hover .table-header .package h5 {
  color: #000;
}
.pricing-plan-area .single-price-box .table-header .package h5 span {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  line-height: 24px;
}
.pricing-plan-area .single-price-box .table-header .package h5 b {
  font-size: 20px;
  font-weight: 400;
  line-height: 45px;
}
.pricing-plan-area .single-price-box .pack-name {
  position: absolute;
  top: 143px;
  left: 0;
  background: #fff;
  width: 180px;
  border: 1px solid #f4f4f4;
  height: 45px;
  border-radius: 30px;
  right: 0;
  margin: 0 auto;
}
.pricing-plan-area .single-price-box .pack-name h3 {
  color: #99c000;
  font-size: 22px;
  font-weight: 400;
  display: block;
  padding: 10px 0;
  margin-top: 0;
}
.pricing-plan-area .single-price-box .price-list {
  display: block;
}
.pricing-plan-area .single-price-box .price-list ul {
  display: block;
  padding-top: 46px;
}
.pricing-plan-area .single-price-box .price-list ul li {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-family: "Open Sans", sans-serif;
  transition: all 0.5s ease;
}
.pricing-plan-area .single-price-box .price-list ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pricing-plan-area .single-price-box:hover .price-list ul li {
  color: #fff;
}
.pricing-plan-area .single-price-box .price-list ul li i {
  margin-right: 5px;
}
.pricing-plan-area .single-price-box .table-footer {
  margin: 33px 0 0;
}
.pricing-plan-area .single-price-box .table-footer a {
  padding: 10px 0;
  width: 170px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #99c000;
  color: #99c000;
}
.thm-btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  display: block;
  border-radius: 30px;
  padding: 12px 30px;
  transition: all 0.5s ease;
}
.common-btn,
.common-btn1,
.common-btn2,
.hero > a {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 95px;
  right: 25px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}
.float:hover {
  color: #fff;
}
.float_phone {
  bottom: 160px;
  color: #000;
  background-color: #ff8772;
}
.my-float {
  margin-top: 16px;
}
.float_phone .my-float {
  font-size: 22px;
  margin-top: 20px;
}
.common-btn,
.common-btn1,
.common-btn2 {
  background-color: #88a800;
  padding: 0;
  position: relative;
  border: 0;
  font-weight: 600;
  color: #fff;
}
.common-header .right-buttons {
  line-height: auto;
  position: relative;
  top: 32px;
}
.common-header .right-buttons > li {
  height: auto !important;
}
.common-btn {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.btn-group .btn {
  position: relative;
}
.ui-datepicker {
  width: 14em;
}
.ui-widget-header {
  border: 0;
}
a.back-to-top {
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center 43%;
  line-height: 65px;
  color: #fff;
}
a.back-to-top i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pre-loder {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
}
.pre-loder .loding {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
}
.pre-loder .loding:after,
.pre-loder .loding:before {
  content: "";
  border: 2px solid #719301;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
}
.pre-loder .loding:before {
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: outside 0.6s infinite linear;
  animation: outside 0.6s infinite linear;
}
.pre-loder .loding:after {
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: inside 0.6s infinite linear;
  animation: inside 0.6s infinite linear;
}
@-webkit-keyframes inside {
  from {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes inside {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes outside {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes outside {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
header {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .navbar {
  margin-bottom: 0;
  border: 0;
}
header .navbar .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
header .navbar .navbar-nav {
  margin-top: 27px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.toggle-menu {
  visibility: visible !important;
  opacity: 1 !important;
}
.toggle-dropdown-menu {
  display: block !important;
}
header .navbar #navbar > ul > li {
  margin-left: 20px;
  padding: 10px 0;
}
header .navbar #navbar ul > li > a {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 16px;
  padding: 5px 11px;
}
header .navbar #navbar ul > li.active > a,
header .navbar #navbar ul > li > a:hover {
  background-color: #99c000;
}
header .dropdown-menu li.active > a {
  background-color: #99c000;
  color: #fff !important;
}
.dropdown-menu a,
header #navbar .dropdown-menu a:active,
header #navbar .dropdown-menu a:focus {
  color: #000 !important;
}
header #navbar ul li a:active,
header #navbar ul li a:focus {
  background: 0 0 !important;
}
.dropdown-menu {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.dropdown-menu:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  left: 50%;
  top: -7px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.hero .title,
.hero .titlebottom p {
  -webkit-transform: translate(-50%, -40%);
}
.dropdown-menu a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-weight: 400;
  border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu li:last-child a {
  border-bottom: 0;
}
.dropdown-menu a:hover {
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  header #navbar > ul > li.dropdown:hover > ul {
    display: block;
  }
}
header .search-wrapper {
  position: relative;
  top: 39px;
  z-index: 20;
}
.common-header .search-wrapper {
  top: 37px;
}
header .search-wrapper button {
  background: 0 0;
  color: #fff;
  border: 0;
}
header .search-wrapper button:hover {
  color: #85ad00;
}
header .search-wrapper > ul > li {
  display: inline-block;
  height: 46px;
}
.about img,
.fun-fact span {
  display: block;
}
header .search-wrapper .search-box {
  background: #99c000;
  width: 300px;
  position: absolute;
  right: 0;
  top: 46px;
  padding: 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle-search-box {
  visibility: visible !important;
  opacity: 1 !important;
}
header .search-box form {
  position: relative;
}
header .search-box form input {
  width: 100%;
  border: 0;
  box-shadow: none;
  height: 40px;
  padding: 5px 10px;
}
header .search-box form input:focus {
  outline: 0;
}
header .search-box form button {
  background: 0 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  color: #000;
}
.hero,
.hero > a {
  position: relative;
}
.hero {
  text-align: center;
  margin: 0;
}
#home-1 .hero .item {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 1080px;
}
#home-1 .hero .item-1 {
  background: url(../images/home-1/slider/slider-1.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#home-1 .hero .item-2 {
  background: url(../images/home-1/slider/slider-2.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.hero > a {
  background: rgba(255, 255, 255, 0.1);
  width: 200px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  top: -300px;
}
.hero > a:hover {
  background: #84af00 !important;
  color: #fff !important;
  border-color: #84af00;
}
.hero .title,
.hero .titlebottom p,
.hero .titlebottom p span {
  padding: 0 25px;
  color: #fff;
  z-index: 6;
  position: absolute;
  text-align: center;
  left: 50%;
}
.hero .title {
  background: url(../images/home-1/title-bg.png) no-repeat;
  width: 894px;
  height: 341px;
  background-size: cover;
  top: 35%;
  transform: translate(-50%, -40%);
}
.hero .titlebottom p,
.hero .titlebottom p span {
  height: 50px;
  width: 800px;
}
.hero .title > div {
  margin-top: 75px;
}
.hero .playfair {
  font-size: 28px;
}
.hero .title h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 66px;
  margin: 0.83em 0 30px;
}
.hero .title p {
  font-size: 20px;
  text-transform: uppercase;
}
.hero .title p span {
  font-weight: 600;
}
.hero .titlebottom p {
  background-size: cover;
  top: 77%;
  transform: translate(-50%, -40%);
  font-size: 26px;
}
.hero .titlebottom p span {
  top: 95%;
  margin-top: 10px;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  font-size: 14px;
  font-weight: 700;
}
#main-hero .owl-controls {
  margin-top: -87px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.hero .owl-page span {
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1 !important;
}
.hero .owl-pagination .active span {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.9) !important;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 6px;
  background: #88a800;
}
#progressBar {
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.call-footer {
  color: #88a800;
  font-style: italic;
  letter-spacing: 0;
  position: relative;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin: 0;
  background: 0 0;
  line-height: 1.4em;
  font-size: 22px;
}
.about-resort {
  overflow: hidden;
  margin-top: -45px;
}
.about {
  padding-top: 60px;
}
.about img {
  margin: 0 auto;
}
.about .owl-next,
.about .owl-prev {
  right: 17px;
  top: -110px;
  border: 1px solid transparent;
}
.about .owl-prev {
  right: 51px;
}
.resort {
  padding-left: 0;
  padding-right: 0;
}
.resort .title {
  color: #fff;
  border: 1px dashed #fff;
  text-align: center;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.resort .title h2 {
  font-size: 41px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 0.24em;
}
.resort .title p {
  font-size: 23px;
  margin: 0;
}
.resort-slider .item {
  position: relative;
}
.resort-slider .owl-controls {
  margin-top: -87px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.fun-fact,
.fun-fact .container,
.service-img,
.service-img .thumb {
  position: relative;
}
.resort-slider .owl-page span {
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1 !important;
}
.resort-slider .owl-pagination .active span {
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.9) !important;
}
.beautifull-spa-and-faeture {
  margin-top: -10px;
  position: relative;
  z-index: 5;
}
.beautifull-spa {
  background: url(../images/home-1/beautifull-spa.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 140px 40px 0;
}
.beautifull-spa .col:first-child {
  padding: 0;
}
.beautifull-spa .col:last-child {
  text-align: right;
  padding: 0 25px 0 0;
  margin-top: 5px;
}
.beautifull-spa .col:first-child p {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 24px;
  margin-bottom: 0;
}
.beautifull-spa h2 {
  font-size: 25px;
  line-height: 35px;
  margin: 0;
}
.faeture {
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 51px;
}
.faeture .col {
  padding: 30px 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  min-height: 550px;
}
.faeture .col .big:before {
  font-size: 45px;
}
.faeture .col .small:before {
  font-size: 20px;
}
.faeture h3 {
  font-size: 18px;
  color: #222;
  margin: 1em 0;
}
.faeture .col p {
  font-size: 15px;
  line-height: 23px;
  color: #7d7d7d;
  margin: 0;
}
.faeture .servicecont {
  margin-top: 10px;
  font-size: 16px;
  color: #fa5a0e;
}
.servicecont i {
  font-size: 12px !important;
  color: #fa5a0e;
}
.faeture .col:hover h3,
.faeture .col:hover p,
.fun-fact {
  color: #fff;
}
.faeture .col:hover {
  background-color: #86ab00 !important;
  color: #fff;
}
#index .faeture .col:nth-child(1),
#index .faeture .col:nth-child(4) {
  background-color: #fafafa;
}
.service-img {
  border-radius: 0 0 2px 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
.service-img .thumb {
  overflow: hidden;
}
.fun-fact {
  background: url(../images/home-1/funfact-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  padding: 53px 0;
}
.fun-fact .col {
  padding-top: 15px;
  padding-bottom: 33px;
}
.fun-fact .row .col:last-child {
  border-right: 0;
}
.fun-fact .container p {
  font-size: 28px;
}
.fun-fact .container p span {
  font-size: 42px;
  font-weight: 700;
  float: left;
}
.fun-fact .container p .persentage {
  font-size: 10em;
  font-family: precious;
  line-height: 1.5em;
  color: #f33;
  text-shadow: 2px 2px red;
}
footer .footer-about li .fa,
footer .usefull-links li .fa {
  color: #99c000;
  position: relative;
}
.fun-fact .container p .message {
  font: Verdana, Geneva, sans-serif;
  margin-top: 266px;
}
.fun-fact .container a,
.news-letter-popup .container a {
  width: 220px;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  margin-top: 15px;
  text-align: center;
}
.fun-fact i:before {
  margin-left: 0;
  font-size: 45px;
}
.fun-fact .number {
  font-size: 50px;
  font-weight: 600;
  line-height: 40px;
  margin: 0.36em 0 0.28em;
}
.fun-fact .fact-title {
  font-size: 18px;
}
footer .usefull-links li .fa {
  font-size: 45px;
  top: 8px;
}
footer .footer-about a {
  font-size: 16px;
}
.spa-advantages {
  background: url(../images/home-1/adventure-bg.jpg);
  padding: 110px 0;
}
.spa-advantages .advantage-details {
  background: url(../images/home-1/adventure-img.png) no-repeat;
  padding-bottom: 43px;
}
.spa-advantages .section-title {
  margin-bottom: 40px;
}
.spa-advantages .section-title .playfair {
  margin: 0;
}
.spa-advantages .section-title h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 30px;
  color: #000;
  margin: 0.77em 0 1.15em;
}
.spa-advantages .section-title p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.spa-advantages .advantages {
  padding-left: 47px;
  margin-top: 32px;
}
.spa-advantages .advantages .row {
  margin-bottom: 35px;
  position: relative;
}
.spa-advantages .advantages .row:last-child {
  margin-bottom: 0;
}
.spa-advantages .advantages .icon {
  width: 70px;
  height: 70px;
  padding: 0;
  border: 1px solid #88a800;
  border-radius: 50%;
  position: relative;
}
.spa-advantages .advantages i {
  background-color: #88a800;
  width: 60px;
  height: 60px;
  display: table;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spa-advantages .advantages i:before {
  font-size: 33px;
  margin: 0;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.spa-advantages .playfair {
  display: block;
  font-size: 16px;
  color: #83a100;
  margin-top: 5px;
}
.spa-advantages .advantages h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0.4em 0 0.95em;
}
.page-breadcrumb p,
.top-button .col:first-child p {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
}
.spa-advantages .advantages .line {
  background-color: #87a900;
  width: 160px;
  height: 1px;
  position: absolute;
  left: -160px;
  top: 35px;
}
.spa-advantages .advantages .line .before {
  content: "";
  background-color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  border: 4px solid #85a701;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 5;
}
.spa-advantages .advantages .line .point {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: 0 0;
  position: absolute;
  left: -1px;
  top: -11px;
  box-shadow: 0 0 0 1px #88a800;
  -webkit-animation: pin-point 2s linear infinite;
  animation: pin-point 2s linear infinite;
}
@-webkit-keyframes pin-point {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes pin-point {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.services {
  background: url(../images/home-1/services/bg.jpg);
  overflow: hidden;
  padding-bottom: 80px;
}
.services .thumbnail {
  background: 0 0;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.services .thumbnail .hover-content > div {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.services .thumbnail .hover-content > div p {
  text-transform: uppercase;
  color: #fff;
  line-height: 12px;
  margin: 17px 0 0;
}
.services .thumbnail .hover-content {
  background: rgba(133, 173, 0, 0.9) !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.services .thumbnail .hover-content:after,
.services .thumbnail .hover-content:before {
  content: "";
  width: 94%;
  height: 94%;
  position: absolute;
  left: 3%;
  top: 3%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.services .thumbnail .hover-content:before {
  width: 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.services .thumbnail .hover-content:after {
  height: 0;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
}
.services .thumbnail:hover .hover-content:before {
  width: 94%;
}
.services .thumbnail:hover .hover-content:after {
  height: 94%;
}
.services .wrap-hover-content:hover .hover-content {
  visibility: visible;
}
.top-button {
  padding-bottom: 20px;
}
.services .body > .col,
.services .facial > .col,
.services .foot > .col,
.top-button .btn,
.top-button .col:first-child {
  padding: 0;
}
.top-button .col:first-child p {
  font-size: 18px;
  font-weight: 600;
  color: #999;
  margin: 0;
}
.top-button .col:nth-child(2) {
  background-color: #d3d1ca;
  line-height: 20px;
  width: 72%;
  height: 1px;
  margin: 12px 0 0 15px;
}
.top-button .btn {
  background: 0 0;
  border: 0;
  border-radius: 0;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}
.top-button .btn i:before {
  font-size: 20px;
  color: #d5d3cd;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-button .btn:first-child {
  margin-left: 0;
}
.top-button .btn:last-child {
  margin-right: 0;
}
.top-button .btn:after {
  content: "";
  display: block;
  height: 26px;
  border-right: 1px solid #d5d3cc;
  position: absolute;
  top: 0;
  left: 36px;
}
.top-button .btn:last-child:after {
  display: none;
}
.top-button .active i:before,
.top-button .btn:hover i:before {
  color: #000;
}
.top-button .active {
  box-shadow: none;
  cursor: auto;
}
.services .view-all-service {
  background-color: #85ad00;
  width: 180px;
  height: 40px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 68px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.services .view-all-service:hover {
  background-color: #000 !important;
}
.services .facial-left-thumbnail {
  background: url(../images/home-1/services/facial/massage.jpg) 50% 50%
    no-repeat;
  background-size: cover;
  height: 625px;
  overflow: hidden;
}
.services .body .left,
.services .facial .left,
.services .facial-left-thumbnail,
.services .foot .left,
.services .foot-left-thumbnail {
  position: relative;
}
.services .body-right-thumbnail .overlay + div,
.services .facial-left-thumbnail .overlay + div,
.services .foot-left-thumbnail .overlay + div {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 45px;
  z-index: 6;
}
.services .body-right-thumbnail .overlay + div p,
.services .facial-left-thumbnail .overlay + div p,
.services .foot-left-thumbnail .overlay + div p {
  text-transform: uppercase;
  color: #fff;
  line-height: 12px;
  margin: 17px 0 0;
}
.services .facial-right-thumbnail {
  margin-left: 30px;
  margin-bottom: 0;
}
.services .facial-right-thumbnail .row {
  margin-left: 0;
  margin-right: 0;
}
.services .body .victorial-body-massage,
.services .facial .victorial-facila-massage,
.services .foot .victorial-foot-massage {
  background: #fff;
  text-align: center;
  padding: 110px 15px 85px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.services .body .victorial-body-massage h4,
.services .facial .victorial-facila-massage h4,
.services .foot .victorial-foot-massage h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 17px;
  color: #333;
  margin: 0 0 1.3em;
}
.services .body .victorial-body-massage h4 span,
.services .facial .victorial-facila-massage h4 span,
.services .foot .victorial-foot-massage h4 span {
  color: #87a700;
}
.services .body .victorial-body-massage p,
.services .facial .victorial-facila-massage p,
.services .foot .victorial-foot-massage p {
  color: #7f7d79;
  margin-bottom: 22px;
}
.services .body .victorial-body-massage > a,
.services .facial .victorial-facila-massage > a,
.services .foot .victorial-foot-massage > a {
  background-color: #333;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 8px 11px;
}
.services .body .victorial-body-massage > a:hover,
.services .facial .victorial-facila-massage > a:hover,
.services .foot .victorial-foot-massage > a:hover {
  background-color: #000 !important;
}
.services .body .like-comment,
.services .facial .like-comment,
.services .foot .like-comment {
  margin-top: 82px;
}
.services .body .like-comment a,
.services .facial .like-comment a,
.services .foot .like-comment a {
  font-size: 13px;
  color: #7f7d79;
  font-weight: 600;
  font-style: normal !important;
}
.services .body .like-comment a:first-child,
.services .facial .like-comment a:first-child,
.services .foot .like-comment a:first-child {
  margin-right: 28px;
}
.services .body .like-comment a i,
.services .facial .like-comment a i,
.services .foot .like-comment a i {
  font-style: normal !important;
}
.services .body .like-comment a i:before,
.services .facial .like-comment a i:before,
.services .foot .like-comment a i:before {
  font-size: 15px;
  margin: 0 7px 0 0;
}
.services .facial-slider .owl-item {
  margin-right: 5px;
}
.services .facial-slider .thumbnail {
  width: 170px;
  height: 170px;
  position: relative;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.services .facial-slider .thumbnail img {
  width: 100%;
}
.services .facial-slider .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.services .facial-slider .overlay {
  background: rgba(0, 0, 0, 0.1);
}
.services .facial-slider .overlay:after,
.services .facial-slider .overlay:before {
  content: "";
  position: absolute;
  left: 5%;
  top: 5%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .facial-slider .overlay:before {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  width: 0%;
  height: 90%;
}
.services .facial-slider .overlay:after {
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  width: 90%;
  height: 0%;
}
.services .facial-slider .overlay:hover:before {
  width: 90%;
}
.services .facial-slider .overlay:hover:after {
  height: 90%;
}
.services .facial-slider .owl-next,
.services .facial-slider .owl-prev {
  top: 35% !important;
}
.services .facial-slider .owl-prev {
  left: -3% !important;
}
.services .facial-slider .owl-next {
  right: -3% !important;
}
.services .body,
.services .foot {
  margin-top: 20px;
}
.services .body .right .thumbnail {
  margin-right: 15px;
}
.services .body .left .thumbnail {
  margin-left: 30px;
  position: relative;
}
.services .body .right {
  padding-left: 15px;
}
.services .body-left-thumbnail .thumb .thumbnail .overlay,
.services .foot-right-thumbnail .thumb .thumbnail .overlay {
  background: rgba(133, 173, 0, 0.9) !important;
}
.services .body-left-thumbnail .thumb .thumbnail,
.services .foot-right-thumbnail .thumb .thumbnail {
  position: relative;
  margin: 0;
}
.services .body-left-thumbnail .thumb img,
.services .foot-right-thumbnail .thumb img {
  width: 100%;
}
.services .body-left-thumbnail .thumb > .col {
  width: 175px;
  padding: 0;
  margin-right: 30px;
}
.services .body-left-thumbnail .thumb > .col:last-child,
.services .foot-right-thumbnail .thumb > .col:last-child {
  margin-right: 0;
}
.services .body-left-thumbnail .thumb .thumbnail a,
.services .foot-right-thumbnail .thumb .thumbnail a {
  background: #333;
  padding: 4px 10px;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.services .body-left-thumbnail .thumb .thumbnail .overlay,
.services .body-left-thumbnail .thumb .thumbnail a,
.services .foot-right-thumbnail .thumb .thumbnail .overlay,
.services .foot-right-thumbnail .thumb .thumbnail a {
  visibility: hidden;
}
.services .body-left-thumbnail .thumb .thumbnail:hover .overlay,
.services .body-left-thumbnail .thumb .thumbnail:hover a,
.services .foot-right-thumbnail .thumb .thumbnail:hover .overlay,
.services .foot-right-thumbnail .thumb .thumbnail:hover a {
  visibility: visible;
}
.services .body-left-thumbnail .thumb .thumbnail:after,
.services .body-left-thumbnail .thumb .thumbnail:before,
.services .foot-right-thumbnail .thumb .thumbnail:after,
.services .foot-right-thumbnail .thumb .thumbnail:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .body-left-thumbnail .thumb .thumbnail:before,
.services .foot-right-thumbnail .thumb .thumbnail:before {
  width: 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.services .body-left-thumbnail .thumb .thumbnail:after,
.services .foot-right-thumbnail .thumb .thumbnail:after {
  height: 0;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
}
.services .body-left-thumbnail .thumb .thumbnail:hover:before,
.services .foot-right-thumbnail .thumb .thumbnail:hover:before {
  width: 90%;
}
.services .body-left-thumbnail .thumb .thumbnail:hover:after,
.services .foot-right-thumbnail .thumb .thumbnail:hover:after {
  height: 90%;
}
.services .body-right-thumbnail {
  background: url(../images/home-1/services/body/body-massage.jpg) 50% 50%
    no-repeat;
  background-size: cover;
  height: 625px;
}
.services .foot-left-thumbnail {
  background: url(../images/home-1/services/foot/foot.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 615px;
}
.services .foot-right-thumbnail {
  margin: 0 15px 0 45px;
}
.services .foot-right-thumbnail .thumb > .col {
  width: 165px;
  padding: 0;
  margin-right: 30px;
}
.news-shop .news .portfolio h3,
.portfolio h3 {
  margin: 0 0 1.33em;
}
.news-shop {
  background: url(../images/adventure-bg.jpg);
  padding: 100px 0;
  position: relative;
}
.news-shop .news {
  color: #fff;
}
.portfolio h3 {
  color: #000;
  text-align: center;
}
.news-shop .news .portfolio h3 + p {
  font-size: 19px;
  line-height: 30px;
  margin: 0 0 2em;
}
.news-shop .news .portfolio span {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.news-shop .news .portfolio + h3 {
  font-size: 76px;
  margin: 1em 0 0;
  padding-bottom: 0.7em;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news-shop .news .portfolio + h3 span {
  font-size: 51px;
  display: block;
  font-weight: lighter;
}
.news-shop .news > a {
  width: 145px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  margin-left: 147px;
}
.news-shop .news .portfolio + h3 {
  line-height: 60px;
}
.news-shop .sort-about {
  margin-top: 42px;
}
.news-shop .sort-about p:first-child {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin: 0 0 2.5em;
}
.news-shop .sort-about .playfair {
  font-size: 18px;
  color: #86a900;
  line-height: 29px;
  margin: 0 0 3.66em;
}
.news-shop .appointment .btn-group .btn {
  background: 0 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px dotted #444;
  padding: 0;
  border-radius: 0;
  margin-right: 9px;
}
.news-shop .appointment .btn-group .btn i:before {
  margin: 0;
  font-size: 30px;
  color: #444;
}
.news-shop .appointment .btn-group .btn:hover i:before {
  color: #fff;
}
.news-shop .appointment > a {
  background-color: #88a800;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  text-align: center;
  color: #fff;
  padding: 0;
}
.news-shop .shop > .col {
  padding: 10px;
}
.news-shop .shop > a {
  width: 170px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  margin: 43px 0 0 10px;
}
.news-shop .shop .thumbnail {
  border-radius: 0;
  padding: 0 5px;
  border: 0;
  margin-bottom: 30px;
  min-height: 320px;
}
.news-shop .shop .thumbnail > div {
  text-align: center;
  padding: 10px 0 40px;
  position: relative;
}
.news-shop .shop .thumbnail a {
  display: inline-block;
  background-color: #87a900;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
}
.news-shop .shop .thumbnail a i:before {
  margin-left: 0;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 40px;
}
.news-shop .shop .thumbnail h3 {
  font-size: 19px;
  color: #3f3f3f;
  margin: 0 0 0.6em;
}
.news-shop .shop .thumbnail .playfair {
  color: #84ae00;
}
.news-shop .shop .thumbnail img {
  display: block;
  margin: 0 auto;
}
.news-shop .shop .price {
  background-color: #88a800;
  color: #fff;
  width: 75px;
  height: 75px;
  line-height: 65px;
  font-size: 19px;
  border-radius: 50%;
  position: absolute;
  left: 28%;
  top: 50%;
}
.news-shop .shop .price span {
  display: block;
  width: 65px;
  height: 65px;
  border: 1px dashed #c3d300;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-shop .shop-slider .owl-next,
.news-shop .shop-slider .owl-prev {
  bottom: -95px;
}
.news-shop .shop-slider .owl-prev {
  right: 50px;
}
.news-shop .shop-slider .owl-next {
  right: 10px;
}
.news-shop .news-slider .owl-next:hover,
.news-shop .news-slider .owl-prev:hover,
.news-shop .shop-slider .owl-next:hover,
.news-shop .shop-slider .owl-prev:hover {
  background-color: #444 !important;
}
#home-2 .partner {
  background-color: #fff;
}
.partner {
  background: #eee;
  padding: 60px 0 30px;
}
.partner .partner-slider .thumbnail {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.partner .partner-slider .thumbnail img {
  opacity: 0.5;
}
.partner .partner-slider .owl-next,
.partner .partner-slider .owl-prev {
  top: 42%;
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%);
}
.partner .partner-slider .owl-prev {
  left: -5px;
}
.partner .partner-slider .owl-next {
  right: -5px;
}
.partner .partner-slider .thumbnail:hover img {
  opacity: 1;
}
.exparts {
  padding: 125px 0;
  position: relative;
  overflow: hidden;
}
.exparts .section-title {
  margin-bottom: 70px;
}
.exparts h2 {
  font-size: 35px;
  line-height: 30px;
  font-weight: 800;
  color: #000;
  margin: 0 0 1em;
}
.exparts .section-title p {
  font-size: 16px;
}
.exparts .thumbnail {
  width: 325px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  position: relative;
}
.exparts .thumbnail .img-frame {
  background-color: #f4f4f4;
  padding: 35px 0 0;
}
.exparts .thumbnail .img-frame img {
  display: block;
  margin: 0 auto;
}
.exparts .social {
  position: absolute;
  right: -40px;
  top: 4px;
}
.exparts .social li {
  width: 35px;
  height: 39px;
  line-height: 39px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}
.exparts .social ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.exparts .social li a {
  display: block;
  font-size: 16px;
  color: #ccc;
}
.exparts .social li a:hover {
  background-color: #333;
  color: #fff;
}
.exparts .social + div {
  margin-top: 24px;
}
.exparts .thumbnail p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
.exparts .thumbnail .playfair {
  display: inline-block;
  font-size: 16px;
  color: #7d7d7d;
  padding: 0 0 0 10px;
  position: relative;
}
.exparts .thumbnail .playfair:before {
  content: "~";
  position: absolute;
  left: 0;
  top: 0;
}
footer,
footer h2 {
  position: relative;
}
.latest-news {
  padding-bottom: 90px;
  overflow: hidden;
}
.latest-news .top-button .col:nth-child(2) {
  margin-left: 35px;
}
.latest-news .content > .col {
  padding: 0;
  overflow: hidden;
}
.latest-news .date {
  width: 90px;
  height: 100px;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 15px;
  display: table;
}
.latest-news .date div {
  text-align: center;
  font-size: 40px;
  color: #bebabd;
  display: table-cell;
  vertical-align: middle;
}
.latest-news .date div p {
  margin: 0;
  line-height: 30px;
}
.latest-news .date div span {
  font-size: 20px;
  display: block;
  margin-top: 10px;
}
.latest-news .news-details {
  padding: 0 0 0 35px;
}
.latest-news .playfair {
  font-size: 16px;
  color: #84af00;
  margin: 0;
}
.latest-news .news-details h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 1.14em 0 1.82em;
}
.latest-news .news-details h3 + p {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 24px;
  margin: 0;
}
footer,
footer ul li a:hover {
  color: #fff;
}
.latest-news .links {
  margin-top: 120px;
  text-align: center;
}
.latest-news .links a:first-child {
  margin-right: 5px;
}
.latest-news .links a {
  background-color: #85ad00;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.latest-news .links a:hover {
  background-color: #2c2c2c !important;
}
footer {
  background-color: #262626;
  padding: 100px 0 23px;
  overflow: hidden;
}
footer .row:first-child {
  padding-bottom: 96px;
}
footer p {
  font-size: 15px;
}
footer a,
footer li,
footer p {
  font-size: 15px;
  color: #666;
}
footer h2 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 26px;
  padding: 0 0 25px;
}
footer h2:before {
  content: "";
  background-color: #86ab00;
  display: block;
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer ul {
  margin: 0;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
.victoria img {
  display: block;
  margin-bottom: 34px;
}
.victoria p {
  margin-bottom: 36px;
}
.victoria .nav li {
  margin-right: 5px;
}
.victoria .nav li:last-child {
  margin-right: 0;
}
.victoria .nav a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #666;
  border: 1px solid #313131;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}
.victoria .nav a:hover {
  background-color: #86ab00;
  color: #fff;
  border-color: #86ab00;
}
footer .copyright {
  padding-top: 42px;
  border-top: 1px solid #666;
}
footer .copyright .col:first-child {
  line-height: 50px;
  padding-left: 0;
}
footer .copyright .col:last-child {
  padding-right: 0;
}
footer .copyright p {
  margin: -15px 0 0;
}
footer .copyright p a,
footer .copyright p span {
  color: #85ac00;
  text-transform: uppercase;
}
footer .copyright .nav li {
  margin-left: 30px;
}
footer .copyright .nav li:first-child {
  margin-left: 0;
}
footer .copyright .nav a {
  padding: 0;
  opacity: 0.3;
}
footer .copyright .nav a:hover {
  background: 0 0;
  opacity: 1;
}
.appoinment-popup-box {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.appoinment-popup-box .booking {
  background: url(../images/appoinment/bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 658px;
  padding: 95px 230px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.appoinment-popup-box .booking:before {
  content: "";
  background: url(../images/appoinment/customar-rating.png) no-repeat;
  background-size: 100%;
  width: 71px;
  height: 125px;
  position: absolute;
  right: 45px;
  top: -9px;
  z-index: 10;
}
.appoinment-popup-box .booking .close {
  border: 0;
  background: 0 0;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  opacity: 1;
}
.appoinment-popup-box .booking > .col {
  padding: 0;
}
.appoinment-popup-box .section-title {
  text-align: left;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.appoinment-popup-box .section-title h3 {
  font-size: 38px;
  line-height: 27px;
  margin: 0 0 0.45em;
}
.appoinment-popup-box .section-title .playfair {
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 32px;
}
.appoinment-popup-box .btn-group .btn {
  background-color: transparent;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border: 1px dotted #fff;
  margin-right: 4px;
  border-radius: 5px !important;
}
.appoinment-popup-box .btn-group button i:before {
  margin: 0;
  font-size: 25px;
}
.appoinment-popup-box .btn-group .btn:hover {
  background-color: #fff !important;
  color: #87a92b;
}
.appoinment-popup-box form {
  margin-top: 54px;
}
.appoinment-popup-box form > .col {
  margin-bottom: 40px;
  padding-left: 0;
}
.appoinment-popup-box form > .col:nth-child(4),
.appoinment-popup-box form > .col:nth-child(5),
.appoinment-popup-box form > .col:nth-child(6) {
  margin-bottom: 0;
}
.appoinment-popup-box form label {
  display: block;
  color: #fff;
}
.appoinment-popup-box .form-inline input,
.appoinment-popup-box .form-inline select {
  width: 100% !important;
  border: 0;
  box-shadow: none;
}
.appoinment-popup-box form input:focus,
.appoinment-popup-box form select:focus {
  box-shadow: none !important;
}
.appoinment-popup-box form input:focus {
  background-color: #9abf41;
  text-transform: uppercase;
  color: #576e00;
}
.appoinment-popup-box form > .col div {
  position: relative;
}
.appoinment-popup-box form > .col i {
  position: absolute;
  top: 50%;
  left: 85% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.appoinment-popup-box form > .col i:before {
  margin: 0;
  color: #ccc;
}
.appoinment-popup-box form select {
  -webkit-appearance: none;
}
.appoinment-popup-box .submit {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 10;
}
.appoinment-popup-box .submit .btn {
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 5px;
}
.appoinment-popup-box .appointment-footer {
  margin-top: 62px;
  padding-top: 33px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.appoinment-popup-box .social a {
  background-color: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.appoinment-popup-box .social li {
  margin-left: 4px !important;
}
.appoinment-popup-box .social a:hover {
  background-color: #fff;
  color: #9abf41;
}
.appoinment-popup-box .social + div {
  line-height: 35px;
}
.appoinment-popup-box .appointment-footer p {
  font-size: 14px;
  color: #b2df46;
  margin: 0;
}
.news-letter-popup {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.news-letter-popup .wrapper {
  position: relative;
  top: 50%;
  margin-top: -125px;
}
.news-letter-popup .row {
  background: url(../images/news-letter-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  position: relative;
}
.news-letter-popup .close {
  background: 0 0;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  z-index: 100;
}
.news-letter-popup .row .col {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-letter-popup .row:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.news-letter-popup .row .col img {
  display: block;
  margin-left: 117px;
}
.news-letter-popup h2 {
  font-size: 25px;
  line-height: 20px;
  margin: 0 0 0.52em;
}
.news-letter-popup p {
  font-size: 15px;
  margin: 0;
}
.news-letter-popup form {
  margin-top: 24px;
}
.news-letter-popup input {
  box-shadow: none;
  width: 200px;
  height: 40px;
  border: 0;
}
.news-letter-popup form input[type="email"]:focus {
  box-shadow: none;
}
.news-letter-popup form button {
  background-color: #85ad00;
  color: #fff;
  width: 120px;
  height: 40px;
  font-size: 15px;
  text-transform: uppercase;
  border: 0;
}
.news-letter-popup form button:hover {
  background-color: #000 !important;
  color: #fff;
}
#gallery .services {
  background: #fff;
}
.photo-gallery-title,
.shop-title {
  background-color: #f6f6f6;
  text-align: center;
  padding: 60px 0;
}
.photo-gallery-title h2,
.shop-title h2 {
  font-size: 33px;
  margin: 14px 0 0;
  line-height: 27px;
}
.photo-gallery-title .playfair,
.shop-title .playfair {
  font-size: 16px;
  color: #6d9600;
}
.page-breadcrumb {
  padding: 50px 0;
  overflow: hidden;
}
.page-breadcrumb .container {
  padding: 0;
}
.page-breadcrumb p {
  font-size: 16px;
  font-weight: 600;
  color: #ddd;
}
.page-breadcrumb .row > .col:nth-child(2) {
  position: relative;
}
.page-breadcrumb .breadcrumb {
  background: 0 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  left: 50%;
}
.page-breadcrumb .breadcrumb li,
.page-breadcrumb .breadcrumb li a {
  color: #ccc !important;
  font-size: 15px;
}
.page-breadcrumb .breadcrumb:after,
.page-breadcrumb .breadcrumb:before {
  content: "";
  height: 1px;
  background: #eee;
  position: absolute;
}
.page-breadcrumb .breadcrumb:before {
  width: 430px;
  left: -440px;
  top: 10px;
}
.page-breadcrumb .breadcrumb:after {
  width: 380px;
  right: -390px;
  top: 10px;
}
.page-breadcrumb .row .col:last-child {
  text-align: right;
  margin-top: -3px;
}
.page-breadcrumb .filt-btn .active,
.pg-breadcrumb .filt-btn .active {
  background: 0 0 !important;
  box-shadow: none !important;
  cursor: auto !important;
}
.pg-breadcrumb .filt-btn .active i:before {
  color: #1e1e1e;
}
.page-breadcrumb button {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0 15px;
  position: relative;
}
.page-breadcrumb .row .col:last-child button:last-child {
  margin-right: 0;
}
.page-breadcrumb button i:before {
  font-size: 20px;
  color: #d5d3cd;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-breadcrumb button:after {
  content: "";
  width: 1px;
  height: 26px;
  background: #eaeaea;
  position: absolute;
  right: -15px;
  top: 0;
}
.page-breadcrumb .row .col:last-child button:last-child:after {
  display: none;
}
.page-breadcrumb .filt-btn .active i:before,
.page-breadcrumb button:hover i:before {
  color: #000;
}
.simple-page-breadcrumb .breadcrumb {
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.simple-page-breadcrumb .breadcrumb:before {
  width: 520px;
  left: -530px;
  top: 10px;
}
.simple-page-breadcrumb .breadcrumb:after {
  width: 520px;
  right: -530px;
  top: 10px;
}
#home-1 .gallery-content {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
#home-1 .gallery-content .section-title,
#home-1 .shop .section-title {
  padding-bottom: 50px;
}
#gallery-2 .gallery-content {
  padding-bottom: 100px;
  overflow: hidden;
}
.gallery-content .container {
  padding-left: 0;
  padding-right: 0;
}
.gallery-content .container > a {
  background-color: #85ad00;
  width: 180px;
  height: 40px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  margin-top: 68px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gallery-content .container > a:hover {
  background-color: #000 !important;
}
.gallery-content .thumbnail {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
.gallery-content .thumbnail > div {
  position: relative;
  overflow: hidden;
}
.gallery-content .hover-content {
  background: rgba(133, 173, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-content .hover-content:after,
.gallery-content .hover-content:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gallery-content .hover-content:before {
  width: 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.gallery-content .hover-content:after {
  height: 0;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
}
.gallery-content .hover-content div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.gallery-content .hover-content h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 40px;
}
.gallery-content .hover-content a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.gallery-content .hover-content a:hover {
  background-color: #fff !important;
  color: #000;
}
.gallery-content .thumbnail:hover .hover-content:before {
  width: 90%;
}
.gallery-content .thumbnail:hover .hover-content:after {
  height: 90%;
}
.gallery-content .thumbnail:hover .hover-content {
  visibility: visible;
  opacity: 1;
}
#gallery-3 .gallery-content {
  padding-bottom: 114px;
  overflow: hidden;
}
#gallery-3 .thumbnail {
  margin-bottom: 55px;
}
#gallery-3 .thumbnail .playfair {
  font-size: 16px;
  color: #87a700;
  display: block;
  margin-top: 33px;
}
#gallery-3 .thumbnail h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0.78em 0 0.91em;
}
#gallery-3 .thumbnail h3 + p {
  text-transform: uppercase;
  font-size: 14px;
  color: #9a9a9a;
  margin-bottom: 0;
}
#gallery-3 .gallery-content .container > a {
  margin-top: 38px;
}
.pswp--open {
  background: rgba(0, 0, 0, 0.9);
}
.banar {
  background: url(../images/service/banar.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 500px;
}
.banar .playfair {
  font-size: 22px;
  color: #6d9600;
  display: block;
  margin-top: 188px;
}
.banar h2 {
  font-size: 42px;
  color: #280a01;
  margin: 0.6em 0 0;
}
#service .about-victoria .section-title h2 {
  color: #000;
  font-size: 42px;
  font-weight: blod;
  margin: 1.66em 0 1em;
}
#service .about-victoria .section-title p {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 29px;
}
#service .about-victoria .container img {
  display: block;
  margin: 0 auto;
}
#service .about-victoria .icon {
  text-align: center;
  margin-top: 65px;
}
#service .about-victoria .icon li {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px dashed #d4d4d4;
  border-radius: 50%;
  margin-right: 18px;
  position: relative;
}
#service .about-victoria .icon ul li:last-child {
  margin-right: 0;
}
#service .about-victoria .icon li a i {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#service .about-victoria .icon li a i:before {
  margin: 0;
  font-size: 50px;
  color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#service .about-victoria .icon span {
  font-family: "Playfair Display", serif;
  width: 100%;
  font-size: 15px;
  color: #7d7d7d;
  position: absolute;
  left: 0;
  bottom: -40px;
}
#service .about-victoria .icon ul a:hover span {
  color: #83b100;
}
#service .about-victoria .icon ul a:hover i {
  background: #88a800;
  color: #fff;
}
#service .about-victoria .icon ul a:hover i:before {
  color: #fff;
}
#service .about-victoria .icon .btn {
  background: #84af00;
  width: 250px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  margin-top: 110px;
}
#service .about-victoria .icon .btn:hover {
  background: #000 !important;
}
.middle-banar {
  background: url(../images/service/middle-banar.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 1048px;
  text-align: center;
  color: #fff;
  position: relative;
}
.middle-banar .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.middle-banar .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.middle-banar h2 {
  font-size: 40px;
  margin: 1em 0 0.75em;
}
.middle-banar p {
  font-size: 16px;
  margin: 0;
}
.middle-banar .btn {
  background-color: #85ad00;
  width: 220px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 25px;
  margin-top: 45px;
}
#service .services {
  padding-top: 114px;
}
#service .services .section-title h2 {
  font-size: 42px;
  line-height: 30px;
  margin: 0 0 0.7em;
}
#service .services .section-title p {
  line-height: 29px;
  margin-bottom: 115px;
}
#service .spa-advantages {
  background: #fff;
}
#service .shop {
  padding-bottom: 75px;
  overflow: hidden;
}
#service .shop .top-button {
  padding-left: 30px;
  padding-right: 30px;
}
#service .service-shop-slider {
  padding-bottom: 40px;
}
#service .service-shop-slider .thumbnail,
#shop .shop .thumbnail,
#shop-details .shop .thumbnail {
  border: 0;
  border-radius: 0;
  padding: 68px 5px 5px;
  text-align: center;
  position: relative;
}
#service .service-shop-slider .thumbnail:before,
#shop .shop .thumbnail:before,
#shop-details .shop .thumbnail:before {
  content: "";
  width: 100%;
  height: 80%;
  border-radius: 10px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
}
#service .service-shop-slider .thumbnail > div,
#shop .shop .thumbnail > div,
#shop-details .shop .thumbnail > div {
  position: relative;
  z-index: 10;
}
#service .service-shop-slider .thumbnail img,
#shop .shop .thumbnail img,
#shop-details .shop .thumbnail img {
  display: block;
  margin: 0 auto;
}
#service .service-shop-slider .thumbnail h3,
#shop .shop .thumbnail h3,
#shop-details .shop .thumbnail h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 1em;
}
#shop .shop .playfair,
#shop-details .shop .playfair,
.#service .service-shop-slider .playfair {
  font-size: 15px;
  color: #88a800;
  display: block;
  margin-bottom: 45px;
}
#service .service-shop-slider .price,
#shop .shop .price,
#shop-details .shop .price {
  background: #88a800;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 38px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#service .service-shop-slider .owl-next,
#service .service-shop-slider .owl-prev {
  top: 35%;
}
#service .service-shop-slider .owl-prev {
  left: 0;
}
#service .service-shop-slider .owl-next {
  right: 0;
}
#service .shop .view-all {
  background: #88a800;
  width: 180px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  border: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#service .shop .view-all:hover {
  background: #000 !important;
  color: #fff;
}
#shop .shop .content .thumbnail:hover .price,
#shop-details .shop .content .thumbnail:hover .price {
  -webkit-animation-name: scaling;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-funtion: ease-in-out;
  -webkit-transform-origin: top left;
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-funtion: ease-in-out;
  transform-origin: top left;
}
#home-1 .service-shop-slider {
  padding-bottom: 40px;
}
#home-1 .service-shop-slider .thumbnail,
#shop .shop .thumbnail,
#shop-details .shop .thumbnail {
  border: 0;
  border-radius: 0;
  padding: 20px 5px 5px;
  text-align: center;
  position: relative;
  background: #f5f5f5;
}
#home-1 .service-shop-slider .thumbnail:before,
#shop .shop .thumbnail:before,
#shop-details .shop .thumbnail:before {
  content: "";
  width: 100%;
  height: 80%;
  border-radius: 10px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
}
#home-1 .service-shop-slider .thumbnail > div,
#shop .shop .thumbnail > div,
#shop-details .shop .thumbnail > div {
  position: relative;
  z-index: 10;
}
#home-1 .service-shop-slider .thumbnail img,
#shop .shop .thumbnail img,
#shop-details .shop .thumbnail img {
  display: block;
  margin: 0 auto;
}
#home-1 .service-shop-slider .thumbnail h3,
#shop .shop .thumbnail h3,
#shop-details .shop .thumbnail h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 1em;
}
#shop .shop .playfair,
#shop-details .shop .desc,
#shop-details .shop .playfair,
.#home-1 .service-shop-slider .playfair {
  font-size: 15px;
  color: #88a800;
  display: block;
  margin-bottom: 45px;
}
#home-1 .service-shop-slider .price,
#shop .shop .price,
#shop-details .shop .price {
  background: #88a800;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 38px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#about .about-victoria .btn,
#home-1 .shop .view-all {
  border: 0;
  position: relative;
  text-transform: uppercase;
}
#home-1 .service-shop-slider .owl-next,
#home-1 .service-shop-slider .owl-prev {
  top: 35%;
}
#home-1 .service-shop-slider .owl-prev {
  left: 0;
}
#home-1 .service-shop-slider .owl-next {
  right: 0;
}
#home-1 .shop .view-all {
  background: #88a800;
  width: 180px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#home-1 .shop .view-all:hover {
  background: #000 !important;
  color: #fff;
}
#home-1 .shop .content .thumbnail:hover .price,
#shop-details .shop .content .thumbnail:hover .price {
  -webkit-animation-name: scaling;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-funtion: ease-in-out;
  -webkit-transform-origin: top left;
  animation-name: scaling;
  animation-duration: 0.3s;
  animation-timing-funtion: ease-in-out;
  transform-origin: top left;
}
#about .about-victoria {
  padding: 25px 0 92px;
}
#about .about-victoria h2 {
  font-size: 42px;
  margin: 1.24em 0 1em;
}
#about .about-victoria p {
  font-size: 18px;
  line-height: 32px;
}
#about .about-victoria h2 + p {
  margin-bottom: 60px;
}
#about .about-victoria .learn-more {
  padding: 0 20%;
  margin-bottom: 65px;
}
#about .about-victoria .learn-more span:first-child {
  font-weight: 600;
  color: #333;
}
#about .about-victoria .learn-more span:last-child {
  font-weight: 600;
}
#about .about-victoria .btn {
  background: #84af00;
  width: 210px;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
#about .about-victoria .btn i {
  display: inline-block;
  margin-right: 5px;
}
#about .about-victoria .btn:hover {
  background-color: #000 !important;
}
#about .vic-partner {
  text-align: center;
  padding-bottom: 45px;
  overflow: hidden;
}
#about .vic-partner p {
  font-size: 16px;
}
#about .vic-partner .top-button .col:nth-child(2) {
  width: 79%;
}
#about .vic-partner .partner-slider {
  padding: 0 105px;
}
#about .vic-partner .partner-slider .item a img {
  opacity: 0.3;
}
#about .vic-partner .partner-slider .item a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 20px 40px;
  overflow: hidden;
}
#about .vic-partner .partner-slider .owl-next,
#about .vic-partner .partner-slider .owl-prev {
  top: 29%;
}
#about .vic-partner .partner-slider .owl-prev {
  left: 0;
}
#about .vic-partner .partner-slider .owl-next {
  right: 0;
}
#about .vic-partner .partner-slider .owl-pagination {
  position: absolute;
  top: -70px;
  right: 0;
}
#about .vic-partner .partner-slider .owl-pagination span {
  margin-left: 2px;
  margin-right: 2px;
}
#about .vic-partner .partner-slider .owl-pagination .active span {
  background: #88a800;
  opacity: 1;
}
#about .vic-partner .partner-slider .item a:hover img {
  opacity: 1;
}
#about .fun-fact i:before {
  color: #89a700;
}
#about .team,
#team .team {
  background: url(../images/about/bg.jpg);
  padding: 110px 0 135px;
}
#about .team .section-title .playfair,
#home-1 .section-title .playfair,
#team .team .section-title .playfair {
  font-size: 20px;
  color: #87a700;
  display: inline-block;
  margin-bottom: 25px;
}
#home-1 .section-title p {
  font-size: 16px;
}
.section-title h2 {
  font-size: 35px;
  line-height: 30px;
  font-weight: 800;
  color: #000;
  margin: 0 0 1em;
}
#about .team .thumbnail,
#team .team .thumbnail {
  background: 0 0;
  padding: 0;
}
#about .team .thumbnail .img-frame,
#team .team .thumbnail .img-frame {
  background-color: #e5e6de;
}
#about .team .social,
#team .team .social {
  background: #e5e6de;
  top: 0;
  border-radius: 5px;
}
#about .team .social li,
#team .team .social li {
  border-left: 0;
  border-right: 0;
  border-top-color: #eee;
  border-bottom-color: #eee;
}
#about .team .social li a,
#team .team .social li a {
  color: #fff;
}
#about .middle-banar {
  background: url(../images/about/middle-banar.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 790px;
  overflow: hidden;
}
#team .banar {
  background-image: url(../images/team/banar.jpg);
}
#team .middle-banar {
  background: url(../images/team/middle-banar.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 790px;
  overflow: hidden;
}
#team .page-breadcrumb .breadcrumb:after,
#team .page-breadcrumb .breadcrumb:before {
  background: #9a9893;
}
#team .team {
  padding: 0 0 95px;
}
#team .team .simple-page-breadcrumb {
  padding-top: 37px;
  padding-bottom: 123px;
}
#team .team .content > .col {
  margin-bottom: 70px;
}
#team .team .container > .btn {
  background: #85ad00;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  border-radius: 5px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
#team .team .container > .btn:hover {
  background-color: #000 !important;
}
#team .about-team {
  padding: 65px 0 117px;
}
#team .about-team .playfair {
  font-size: 20px;
  color: #86a600;
}
#team .about-team .left-side {
  padding-top: 50px;
}
#team .about-team h2 {
  font-size: 38px;
  color: #1f1f1f;
  line-height: 30px;
  margin: 0.5em 0 1.08em;
}
#team .about-team h2 + p {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 26px;
  margin: 0;
}
#home-1 .team-skill,
#team .team-skill {
  padding-top: 60px;
}
#home-1 .team-skill h3,
#team .team-skill h3 {
  font-size: 21px;
  color: #333;
  margin: 0 0 1.71em;
}
#home-1 .team-skill > div,
#team .team-skill > div {
  background: #f4f4f4;
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  border-radius: 5px;
  position: relative;
}
#home-1 .team-skill > div div,
#team .team-skill > div div {
  background-color: #86a600;
  width: 0;
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 40px;
  border-radius: 5px;
  -webkit-transition: all 2s ease-in-out !important;
  transition: all 2s ease-in-out !important;
}
#home-1 .team-skill span,
#team .team-skill span {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#shop .breadcrumb {
  left: 45%;
}
#shop .page-breadcrumb .container {
  padding-left: 15px;
  padding-right: 15px;
}
#shop .breadcrumb:before {
  width: 390px;
  left: -400px;
}
#shop .breadcrumb:after {
  width: 360px;
  right: -370px;
}
#shop .shop {
  padding-bottom: 100px;
}
#shop .shop .content > .col {
  margin-bottom: 60px;
}
#shop .shop .thumbnail:before,
#shop-details .shop .thumbnail:before {
  height: 88%;
  border-radius: 5px;
}
#shop .shop .content > a {
  background: #85ad00;
  color: #fff;
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600px;
  text-transform: uppercase;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
#shop .shop .content > a:hover {
  background-color: #000 !important;
}
#shop-details .vic-shop {
  background: #f6f6f6;
  padding: 87px 0;
}
#shop-details .vic-shop h2 {
  font-size: 38px;
  color: #260a00;
  margin: 0;
  line-height: 30px;
  text-align: center;
}
#shop-details .page-breadcrumb {
  padding-bottom: 60px;
}
#shop-details .simple-page-breadcrumb .breadcrumb:after,
#shop-details .simple-page-breadcrumb .breadcrumb:before {
  display: none;
}
#shop-details .simple-page-breadcrumb .container {
  padding: 0 30px;
}
#shop-details .simple-page-breadcrumb .row .col {
  position: relative;
}
#shop-details .simple-page-breadcrumb .row .col:after,
#shop-details .simple-page-breadcrumb .row .col:before {
  content: "";
  width: 45%;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 10px;
}
#shop-details .simple-page-breadcrumb .row .col:before {
  left: 0;
}
#shop-details .simple-page-breadcrumb .row .col:after {
  right: 0;
}
#shop-details .product > .col:first-child {
  padding: 0;
}
#shop-details .product > .col:last-child {
  padding-left: 8px;
}
#shop-details .product > .col:last-child .thumbnail {
  margin-bottom: 6px;
}
#shop-details .details .title {
  position: relative;
}
#shop-details .details h2 {
  color: #000;
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}
#shop-details .details h2 span {
  color: #869f00;
}
#shop-details .details .title p {
  color: #879f00;
  margin: 30px 0 0;
}
#shop-details .details .title .price {
  font-size: 25px;
  color: #879f00;
  position: absolute;
  right: 0;
  top: -7px;
}
#shop-details .details .description {
  padding-top: 45px;
}
#shop-details .details .description h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
  margin: 0 0 2.2em;
  line-height: 20px;
}
#shop-details .details .description p {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 24px;
  margin-bottom: 35px;
}
#shop-details .details .description .add-cart-form {
  overflow: hidden;
  margin: 55px 0 40px;
}
#shop-details .details .description form .col {
  padding-left: 0;
}
#shop-details .details .description form input,
#shop-details .details .description form select {
  width: 95%;
  border: 1px dashed #e7e7e7;
  box-shadow: none !important;
  outline: 0;
  font-size: 14px;
  color: #ccc;
}
#shop-details .details .description form select option {
  color: #000;
}
#shop-details .product-details .form-group div {
  position: relative;
}
#shop-details .product-details .form-group i {
  opacity: 0.5;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#shop-details .details .description form input {
  background: #88a100;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}
#shop-details .details .description form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#shop-details .details .description form select::-ms-expand {
  display: none;
}
#shop-details .details .description .share > div {
  display: inline-block;
}
#shop-details .details .description .share span {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
#shop-details .details .description .share li {
  display: inline-block;
  margin-right: 5px;
  border-right: 1px solid #ddd;
}
#shop-details .details .description .share ul {
  padding-left: 25px;
}
#shop-details .details .description .share ul li:last-child {
  border-right: 0;
}
#shop-details .details .description .share li a {
  font-size: 14px;
  color: #ddd;
  display: block;
  padding-right: 5px;
}
#shop-details .review {
  padding: 73px 0 40px;
}
#shop-details .review .thumbnail {
  border: 0;
  padding: 0;
}
#shop-details .product-review .thumbnail {
  overflow: hidden;
}
#shop-details .nav-tabs {
  margin: 0;
  border: 0;
}
#shop-details .nav-tabs li {
  margin-right: 17px;
}
#shop-details .nav-tabs .active a {
  color: #333;
}
#shop-details .nav-tabs a {
  border: 0;
  margin: 0;
  font-size: 18px;
  color: #ccc;
  text-transform: uppercase;
  border-right: 1px solid #ccc;
  padding: 0 17px 0 0;
  border-radius: 0;
}
#shop-details .nav-tabs li:last-child a {
  border-right: 0;
}
#shop-details .nav-tabs a:hover {
  background: 0 0;
}
#shop-details .product-review .tab-content {
  background: #fbfbfb;
  padding: 29px 29px 38px;
  margin-top: 35px;
  height: 381px;
  overflow: auto;
}
#shop-details .product-review .tab-content .col {
  padding-left: 0;
}
#shop-details .product-review .tab-pane > div .col:first-child {
  padding-right: 0;
}
#shop-details .product-review .tab-pane > div {
  overflow: hidden;
  margin-bottom: 28px;
}
#shop-details .product-review .tab-pane > div:last-child {
  margin-bottom: 0;
}
#shop-details .product-review .tab-pane img {
  border-radius: 5px;
}
#shop-details .product-review .tab-pane h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #333;
  margin: 0 0 7px;
}
#shop-details .product-review .tab-pane p {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 25px;
}
#shop-details .product-review .review-rating {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
#shop-details .product-review .review-rating i {
  color: #879f00;
}
#shop-details .product-review .review-rating span {
  display: inline-block;
  color: #ccc;
}
#shop-details .own-review h4,
#shop-details .own-review h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
#shop-details .own-review .thumbnail div {
  background: #fbfbfb;
  padding: 47px 38px;
  margin-top: 40px;
  height: 381px;
  overflow: auto;
}
#shop-details .own-review h5 {
  font-size: 15px;
  color: #333;
  margin: 0 0 30px;
}
#shop-details .own-review .thumbnail div p {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 23px;
  margin-bottom: 40px;
}
#shop-details .own-review .thumbnail div p:last-child {
  margin: 0;
}
#shop-details .shop .top-button {
  padding-left: 15px;
  padding-right: 15px;
}
#shop-details .shop .top-button .col:nth-child(2) {
  width: 69%;
  margin: 12px 0 0 22px;
}
#shop-details .shop .top-button p {
  font-size: 17px;
}
#shop-details .shop {
  padding-bottom: 100px;
}
#shop-details .shop .price:before {
  content: "";
  width: 90%;
  height: 90%;
  border: 1px dashed #fff;
  border-radius: 50%;
  position: absolute;
  left: 5%;
  top: 5%;
}
#shop-details .shop .common-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-top: 80px;
}
#shop-details .shop .common-btn:hover {
  background-color: #000 !important;
  color: #fff;
}
#contact .map #googleMap {
  height: 560px;
  border-bottom: 4px solid #85ad00;
}
#contact .keep-in-touch {
  padding: 135px 0 140px;
  position: relative;
  overflow: hidden;
}
#home-1 .keep-in-touch {
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
  background: url(../images/contact.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#contact .keep-in-touch .section-title {
  margin-bottom: 92px;
}
.keep-in-touch .section-title {
  margin-bottom: 92px;
  color: #fff;
}
#contact .keep-in-touch h2 {
  font-size: 42px;
  color: #1e1e1e;
  line-height: 31px;
  margin: 0 0 0.85em;
}
#home-1 .keep-in-touch h2 {
  font-size: 40px;
  color: #fff;
  line-height: 31px;
  margin: 0 0 0.85em;
}
#contact .keep-in-touch h2 + p,
.keep-in-touch h2 + p {
  font-size: 16px;
  line-height: 24px;
}
.keep-in-touch h2 + p {
  color: #fff;
}
#contact .keep-in-touch .content,
.keep-in-touch .content {
  text-align: center;
}
#contact .keep-in-touch .content .col,
.keep-in-touch .content .col {
  border-right: 1px solid #eee;
}
#contact .keep-in-touch .content .col:last-child,
.keep-in-touch .content .col:last-child {
  border-right: 0;
}
#contact .keep-in-touch .content span,
.keep-in-touch .content span {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px dashed #eee;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
#contact .keep-in-touch .content span i:before,
.keep-in-touch .content span i:before {
  margin: 0;
  font-size: 34px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#contact .keep-in-touch .content span i,
.keep-in-touch .content span i {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#contact .keep-in-touch .content span i {
  background: #eee;
  transform: translate(-50%, -50%);
}
.keep-in-touch .content span i {
  background: #837e7e;
  transform: translate(-50%, -50%);
}
#contact .keep-in-touch .content h3 {
  font-size: 21px;
  color: #333;
  line-height: 10px;
  margin: 1.67em 0;
}
.keep-in-touch .content h3 {
  font-size: 21px;
  color: #fff;
  line-height: 26px;
  margin: 1.67em 0;
}
#contact .keep-in-touch .content p {
  font-size: 15px;
  color: #676767;
  line-height: 23px;
  margin: 0;
}
.keep-in-touch .content p {
  font-size: 15px;
  color: #fff;
  line-height: 23px;
  margin: 0;
}
#contact .keep-in-touch .content .col:hover i,
.keep-in-touch .content .col:hover i {
  background: #88a800;
}
#contact .keep-in-touch .content .col:hover span,
.keep-in-touch .content .col:hover span {
  border-color: #88a800;
}
#contact .keep-in-touch .container > a,
.keep-in-touch .container > a {
  width: 220px;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  margin-top: 120px;
}
#contact .keep-in-touch .container > a:hover,
.keep-in-touch .container > a:hover {
  background-color: #000 !important;
  color: #fff;
}
#contact .leave-message {
  overflow: hidden;
}
#contact .leave-message .left-col {
  background: url(../images/contact/journey-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
#contact .leave-message .left-col .content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#contact .leave-message .left-col img {
  display: block;
  margin: 0 auto 125px;
}
#contact .leave-message .left-col .content p {
  display: inline-block;
  background-image: url(../images/contact/para-bg-lt.png),
    url(../images/contact/para-bg-ri.png);
  background-repeat: no-repeat;
  background-position: center left, center right;
  font-size: 14px;
  color: #fff;
  padding: 0 30px;
  position: relative;
}
#contact .leave-message .left-col .content p:before {
  content: "";
  width: 1px;
  height: 90px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: -100px;
}
#contact .leave-message .right-col {
  background-color: #88a800;
  padding: 112px 105px 112px 145px;
}
#contact .leave-message .right-col .section-title {
  text-align: left;
  color: transparent;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
#contact .leave-message .right-col .section-title h2 {
  color: #fff;
  font-size: 42px;
  line-height: 20px;
  margin: 0 0 17px;
}
#contact .leave-message .right-col .section-title p {
  color: #fff;
}
#contact .leave-message .right-col .section-title span {
  color: #465900;
}
#contact .leave-message .right-col .section-title div {
  position: absolute;
  right: 0;
  top: 20px;
}
#contact .social-links {
  padding-left: 0;
  overflow: hidden;
}
#contact .social-links li {
  list-style-type: none !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #a5cc4c;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
}
#contact .social-links li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: #a5cc4c;
}
#contact .social-links li a:hover {
  background-color: #fff;
  color: #88a800;
}
#contact .leave-message .form-inline .col {
  padding: 0 0 0 10px;
  margin-bottom: 40px;
}
#contact .leave-message .form-inline .col:first-child,
#contact .leave-message .form-inline .col:nth-child(4) {
  padding-left: 0;
}
#contact .leave-message .form-inline .col label {
  color: #fff;
  font-size: 17px;
}
#contact .leave-message .form-inline .col input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  box-shadow: none;
  border: 0;
}
#contact .leave-message .form-inline .col input:focus,
#contact .leave-message .form-inline .col textarea:focus {
  background: #a6cb56;
  border: 0;
  outline: 0;
  box-shadow: none !important;
}
#contact .leave-message .form-inline label {
  display: block;
}
#contact .leave-message .form-inline textarea {
  width: 100%;
  text-transform: uppercase;
  height: 160px !important;
}
#contact .leave-message .form-inline input[type="submit"] {
  background-color: transparent;
  width: 160px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  display: inline-block;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
#blog .blog-title {
  background-color: #f6f6f6;
  text-align: center;
  padding: 60px 0;
}
#blog .blog-title .playfair {
  font-size: 16px;
  color: #6d9600;
}
#blog .blog-title h2 {
  line-height: 30px;
  font-size: 33px;
  color: #333;
  margin: 16px 0 0;
}
#blog .blog-content {
  padding-top: 0;
  overflow: hidden;
  text-align: center;
}
#blog .blog-content p {
  text-align: justify;
}
#blog .blog-content .pull-right i:before {
  font-size: 15px;
}
#blog .pg-breadcrumb {
  padding-bottom: 50px;
}
#blog .pg-breadcrumb .filter-btn button {
  background: 0 0;
  border: 0;
  padding: 0;
  margin-right: 30px;
  color: #eee;
  position: relative;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
#blog .pg-breadcrumb .filter-btn button:hover {
  color: #000;
}
#blog .pg-breadcrumb .filter-btn button:after {
  content: "";
  background-color: #eee;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: -15px;
}
#blog .pg-breadcrumb .filter-btn button:last-child {
  margin-right: 0;
}
#blog .pg-breadcrumb .filter-btn button:last-child:after {
  display: none;
}
#blog .pg-breadcrumb .filter-btn i:before {
  margin: 0;
  font-size: 20px;
}
#blog .pg-breadcrumb .mid-col {
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: relative;
}
#blog .pg-breadcrumb .mid-col:after,
#blog .pg-breadcrumb .mid-col:before {
  content: "";
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 14px;
}
#blog .pg-breadcrumb .mid-col:before {
  width: 45%;
  left: -3%;
}
#blog .pg-breadcrumb .mid-col:after {
  width: 41%;
  right: 0;
}
#blog .pg-breadcrumb .mid-col .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-block;
}
#blog .pg-breadcrumb .mid-col li,
#blog .pg-breadcrumb .mid-col li a {
  font-size: 15px;
  color: #ccc;
}
#blog .pg-breadcrumb .bred-title p {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #ddd;
  text-transform: uppercase;
  margin: 0;
}
#blog .news > div {
  overflow: hidden;
}
#blog .big-img {
  overflow: hidden;
  position: relative;
}
#blog .big-img + div {
  overflow: hidden;
  margin-top: 20px;
}
#blog .big-img img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#blog .big-img:hover img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#blog .blog-content .news {
  padding-left: 0;
  padding-bottom: 125px;
}
#blog .blog-content .news > div {
  margin-bottom: 95px;
}
#blog .blog-content .news > div:last-child {
  margin-bottom: 0;
}
#blog .blog-content .news img {
  display: block;
}
#blog .blog-content .news img + div {
  overflow: hidden;
}
#blog .blog-content .news .playfair {
  font-size: 16px;
  color: #86a900;
}
#blog .blog-content .news .pull-right span {
  font-size: 13px;
  font-weight: 600;
  color: #959595;
  display: inline-block;
  margin-left: 25px;
}
#blog .blog-content .news .pull-right span i {
  font-size: 12px;
  display: inline-block;
  padding-right: 7px;
}
#blog .blog-content .news .pull-right span i:before {
  margin: 0;
}
#blog .blog-content .news .pull-right span:first-child {
  margin-left: 0;
  text-transform: uppercase;
}
#blog .blog-content .news h3 {
  font-size: 30px;
  line-height: 21px;
  margin: 1.53em 0 1.37em;
}
#blog .blog-content .news p {
  font-size: 16px;
  color: #949494;
  line-height: 29px;
  margin: 0;
}
#blog .blog-content .news p a {
  color: #81b200;
}
#blog .blog-content .news .common-btn {
  position: static;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  margin-top: 45px;
  padding: 0 10px;
}
#blog .blog-content .news .common-btn:hover {
  background-color: #000 !important;
  color: #fff;
}
.four-zero-four h1 {
  font-size: 318px;
  color: #26211d;
  line-height: 1.2;
}
#blog .sidebar {
  padding-right: 0;
}
#blog .sidebar > div {
  margin-bottom: 74px;
  overflow: hidden;
}
#blog .sidebar h3 {
  font-size: 25px;
  margin: 0 0 1.68em;
  line-height: 19px;
}
#blog .sidebar .form {
  margin-bottom: 60px;
}
#blog .sidebar form > div {
  position: relative;
}
#blog .sidebar form input {
  font-family: "Playfair Display", serif;
  height: 40px;
  font-size: 16px;
  color: #ccc;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
}
#blog .sidebar form button {
  padding-top: 0;
  padding-bottom: 0;
  height: 38px;
  line-height: 38px;
  border: 0;
  border-radius: 0;
  color: #ddd;
  position: absolute;
  right: 1px;
  top: 1px;
}
#blog .sidebar .archieves li,
#blog .sidebar .category li {
  margin-bottom: 20px;
}
#blog .sidebar .archieves ul li:last-child,
#blog .sidebar .category ul li:last-child {
  margin-bottom: 0;
}
#blog .sidebar .archieves li a,
#blog .sidebar .category li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #939393;
}
#blog .sidebar .archieves li a i,
#blog .sidebar .category li a i {
  display: inline-block;
  padding-right: 8px;
  color: #83b100;
  font-style: 15px;
}
#blog .sidebar .latest-post > div {
  overflow: hidden;
  margin-bottom: 15px;
}
#blog .sidebar .latest-post > div:last-child {
  margin-bottom: 0;
}
#blog .sidebar .latest-post > div .col {
  padding: 0;
}
#blog .sidebar .latest-post > div .col:last-child {
  padding-left: 20px;
}
#blog .sidebar .latest-post h5 {
  margin: 0 0 12px;
}
#blog .sidebar .latest-post h5 a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #333;
}
#blog .sidebar .latest-post h5 a:hover {
  color: #83b100;
}
#blog .sidebar .latest-post span {
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
}
#blog .sidebar .latest-post span i {
  display: inline-block;
  padding-right: 7px;
}
#blog .sidebar .gallery li {
  display: inline-block;
  margin: 0 2px 5px 0;
}
#blog .sidebar .gallery ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .navbar > .container {
    padding-left: 0;
    padding-right: 0;
  }
  header .navbar #navbar ul > li {
    margin-left: 20px;
  }
  .titlebottom {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #navbar {
    background: #000;
    border-top: 0 !important;
    margin-top: 35px !important;
    width: 105%;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero .title {
    background: url(../images/home-1/title-md-bg.png) no-repeat;
    width: 600px;
    height: 229px;
    padding: 0 25px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
  }
  .hero .title > div {
    margin-top: 50px;
  }
  .hero .playfair {
    font-size: 18px;
  }
  .hero .title h1 {
    font-size: 40px;
    line-height: 46px;
    margin: 0.83em 0 15px;
  }
  .hero .title p {
    font-size: 14px;
  }
  .hero .hero-slider img {
    height: 700px !important;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero-slider .item img {
    height: 700px !important;
  }
}
@media only screen and (max-width: 767px) {
  .four-zero-four h1 {
    font-size: 170px;
  }
  .fun-fact .container p span {
    font-size: 34px;
    font-weight: 700;
    float: none;
    text-align: center;
  }
  .fun-fact .container p .persentage {
    font-size: 3em;
    font-weight: 700;
  }
  .fun-fact .container p .message {
    font: Verdana, Geneva, sans-serif;
    margin-top: 0;
  }
  .hero .playfair,
  .hero > a {
    font-size: 14px;
  }
  .hero > a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-top: -200px;
  }
  .hero .hero-slider .item img {
    height: 500px !important;
  }
  .hero .title {
    background: url(../images/home-1/title-bg-sm.png) no-repeat;
    width: 450px;
    height: 172px;
  }
  .hero .title > div {
    margin-top: 40px;
  }
  .hero .title h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin: 0.5em 0 16px;
  }
  .hero .title p {
    font-size: 10px;
  }
  .hero .owl-controls {
    margin-top: -37px;
  }
  .hero .owl-pagination .active span {
    width: 12px;
    height: 12px;
  }
  #bar,
  #progressBar {
    height: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .hero .playfair,
  .hero > a {
    font-size: 14px;
  }
  .hero > a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-top: -200px;
  }
  .hero .hero-slider .item img {
    height: 450px !important;
  }
  .hero .title {
    background: url(../images/home-1/title-bg-xs.png) no-repeat;
    width: 300px;
    height: 122px;
  }
  .hero .title > div {
    margin-top: 25px;
  }
  .hero .title h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin: 0.2em 0 5px;
  }
  .hero .title p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .resort {
    margin-top: 5px;
  }
  .resort .title {
    padding: 20px;
  }
  .resort .title h2 {
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 25px;
  }
  .resort .title p {
    font-size: 15px;
  }
  #home-1 .resort .resort-slider .item {
    height: 450px !important;
  }
}
@media only screen and (max-width: 500px) {
  #home-1 .resort .resort-slider .item {
    height: 350px !important;
  }
}
@media only screen and (max-width: 767px) {
  .beautifull-spa {
    height: 500px !important;
    padding: 80px 0 0;
  }
  .beautifull-spa h2 {
    font-size: 25px;
  }
  .beautifull-spa .col:first-child {
    text-align: center !important;
    margin-bottom: 25px;
  }
  .beautifull-spa .col:last-child {
    text-align: center !important;
    padding: 0 10px !important;
  }
}
@media only screen and (max-width: 500px) {
  .beautifull-spa {
    padding: 60px 0 0;
  }
  .beautifull-spa h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .spa-advantages .advantages {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .spa-advantages .advantages {
    padding-left: 0;
    margin-top: 500px;
  }
  .spa-advantages .advantages > .row {
    padding-left: 25px;
  }
  .spa-advantages .advantages .line {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .fun-fact .row .col:nth-child(2n) {
    border-right: 0;
  }
  .fun-fact .number {
    font-size: 40px;
  }
  .spa-advantages {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .spa-advantages .advantages {
    margin-top: 25px;
  }
  .spa-advantages .advantage-details {
    background: 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .fun-fact .number {
    font-size: 28px;
  }
  .fun-fact i:before {
    margin-left: 0;
    font-size: 25px;
  }
  .spa-advantages .section-title h2 {
    font-size: 25px;
  }
  .spa-advantages .advantages h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .top-button .col:nth-child(2) {
    width: 67%;
    margin: 12px 0 0 14px;
  }
  .services .facial-left-thumbnail {
    height: 590px;
    overflow: hidden;
  }
  .services .facial-slider .thumbnail {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .top-button .col:first-child {
    padding-left: 15px;
  }
  .top-button .col:last-child {
    padding-right: 15px;
  }
  .top-button .col:nth-child(2) {
    display: none;
    margin-top: 8px;
  }
  .top-button .col:first-child p {
    font-size: 14px;
  }
  .top-button .btn {
    margin-left: 10px;
    margin-right: 10px;
  }
  .top-button .btn i:before {
    font-size: 15px;
  }
  .top-button .btn:after {
    height: 20px;
    left: 25px;
  }
  .services .facial-right-thumbnail {
    margin-left: 0;
  }
  .services .facial .right {
    padding-left: 0;
    margin-top: 30px;
  }
  .services .facial-slider .thumbnail {
    width: 95% !important;
    height: 95% !important;
  }
  .services .facial-slider .owl-next,
  .services .facial-slider .owl-prev {
    top: 40% !important;
  }
  .services .facial-slider .owl-prev {
    left: -20px !important;
  }
  .services .facial-slider .owl-next {
    right: -15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .services .facial-slider {
    padding-left: 15px;
  }
  .services .facial-slider .owl-item {
    margin-right: 0;
  }
  .services .facial-slider .owl-prev {
    left: 0 !important;
  }
  .services .facial-slider .owl-next {
    right: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .services .body-left-thumbnail .thumb > .col {
    width: 147px;
    margin-right: 20px;
  }
  .services .body-right-thumbnail {
    height: 597px;
  }
}
@media only screen and (max-width: 991px) {
  .services .body-left-thumbnail .thumb > .col {
    width: 31% !important;
    margin-right: 3%;
  }
  .services .body-right-thumbnail {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .services .body-right-thumbnail,
  .services .facial-left-thumbnail,
  .services .foot-left-thumbnail {
    height: 400px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .services .foot-right-thumbnail .thumb > .col {
    width: 141px;
    margin-right: 15px;
  }
  .services .foot-left-thumbnail {
    height: 590px;
  }
  .news-shop .appointment > a {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .services .foot-right-thumbnail .thumb > .col {
    width: 31% !important;
    margin-right: 3%;
  }
  .services .foot-right-thumbnail {
    margin-left: 15px !important;
  }
  .news-shop .appointment > a {
    margin-top: 0;
  }
  .news-shop .appointment .btn-group .btn {
    border: 1px dotted #fff;
  }
  .news-shop .appointment .btn-group .btn i:before {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .news-shop .appointment > a {
    font-size: 14px;
    width: 200px;
    height: 35px;
    line-height: 35px;
    margin-top: 0;
  }
  .news-shop .appointment .btn-group .btn {
    width: 35px;
    height: 35px;
  }
  .news-shop .appointment .btn-group .btn i:before {
    font-size: 20px;
  }
  .partner .partner-slider .owl-next,
  .partner .partner-slider .owl-prev {
    top: 40% !important;
    -webkit-transform: translateY(-40%) !important;
    transform: translateY(-40%) !important;
  }
}
@media only screen and (max-width: 420px) {
  #home-1 .news-shop .appointment > a {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .exparts .thumbnail {
    width: 265px;
  }
}
@media only screen and (max-width: 991px) {
  .exparts .thumbnail {
    width: 245px;
  }
  .exparts .social {
    right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .exparts {
    padding: 70px 0 100px;
  }
  .exparts .thumbnail {
    width: auto !important;
  }
  .exparts .social li {
    width: 25px;
    height: 29px;
    line-height: 29px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .exparts .social ul li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .exparts .social li a {
    background: rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 500px) {
  .exparts .content > .col {
    width: 100%;
    margin-bottom: 80px;
  }
  .exparts .content > .col:last-child {
    margin-bottom: 0;
  }
  .exparts .social li {
    width: 35px;
    height: 39px;
    line-height: 39px;
  }
  .exparts .social li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .latest-news {
    padding-bottom: 70px;
  }
  .latest-news .content > .col {
    margin-bottom: 50px;
    padding-left: 15px;
  }
  .latest-news .content > .col:last-child {
    margin-bottom: 0;
  }
  .latest-news .playfair {
    font-size: 14px;
  }
  .latest-news .news-details h3 {
    font-size: 18px;
    margin: 10px 0 15px;
  }
  .latest-news .links {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .latest-news .date {
    width: 50px;
    height: 70px;
    border-radius: 5px;
  }
  .latest-news .date div {
    font-size: 25px;
  }
  .latest-news .date div p {
    margin: 0;
    line-height: 15px;
  }
  .latest-news .date div span {
    font-size: 14px;
  }
  .latest-news .news-details {
    padding: 0 0 0 25px;
  }
  .latest-news .playfair {
    font-size: 15px;
  }
  .latest-news .news-details h3 {
    font-size: 18px;
    margin: 1em 0;
  }
}

.service-image {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.only_4_line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 94px;
}
.thm-btn-call-now{
    padding: 10px 0;
    width: 170px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #99C000;
    color: #99C000
}
.logodefaultimage{
    background: #f4f5f091;
    width: 117px;
    border-radius: 10px;
}
.service-image{
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.photogallery{
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.photogallery_padding{
    padding-bottom: 25px;
}
.clock_price{
    font-size: 70px !important;
    color: #fff;
    position: relative;
    top: -16px;
}
.time_price{
    padding-bottom: 14px;
    line-height: 0px !important;
    font-size: 33px !important;
    margin-top: -4px;
}
.ffficon{

}
