/*------------------------------------------------------------------
Project:	Photo
Version:	1.0
Last change:	4.2.2017
Assigned to:	ThemeStarz

[Table of contents]

1. Elements Styling
2. Universal classes
3. Classes
4. Forms
5. Responsive
6. Animations

[Color codes]

Default: #000;
Color White: #fff

[Typography]

Body copy:		'Monsterat', sans-serif; 14px;
Headers:		'Monsterat', sans-serif;

-------------------------------------------------------------------*/
/* 1. Elements Styling */


  @media only screen and (max-width: 767px) { 
    .imagenes-d{
      padding-top: 0px!important;
    }
    .custom-arrow{
      left: 0px!important; 
    }
  }
  
body, html {
  height: 100%;
  font-family: 'Poppins', sans-serif!important;
  font-size: 12px;
  margin: 0;
  background-color: #121212;
  color: white;
  height: 100%;
  width: 100%;
}

a {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  outline: none !important;
  color: white;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: white;
}
a.icon i {
  margin-right: 6px;
  margin-left: 6px;
}

body {
  position: relative;
  overflow: hidden;
}
body.zoomed-out .slide {
  pointer-events: auto !important;
}
body.zoomed-out .slide:hover {
  cursor: pointer;
}
body.zoomed-out .slide:hover .image {
  opacity: 1 !important;
}
body.zoomed-out.dragging .slide {
  pointer-events: none !important;
}
body.show-navigation .page-wrapper {
  -moz-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
body.show-navigation .outer-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
body.show-navigation .inner-wrapper, body.show-navigation .slider-navigation, body.show-navigation .brand {
  pointer-events: none;
}
body.show-navigation.show-off-screen-content .page-wrapper {
  -moz-transform: translateX(900px);
  -ms-transform: translateX(900px);
  -webkit-transform: translateX(900px);
  transform: translateX(900px);
}
body.show-off-screen-content .navigation .nav-btn {
  left: -80px;
}
body.show-off-screen-content .navigation .nav-btn i {
  background-color: black;
}
body.show-off-screen-content .navigation .nav-btn i:first-child {
  -moz-transform: rotate(45deg) translateY(7px) translateX(7px);
  -ms-transform: rotate(45deg) translateY(7px) translateX(7px);
  -webkit-transform: rotate(45deg) translateY(7px) translateX(7px);
  transform: rotate(45deg) translateY(7px) translateX(7px);
}
body.show-off-screen-content .navigation .nav-btn i:nth-child(2) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
body.show-off-screen-content .navigation .nav-btn i:last-child {
  -moz-transform: rotate(-45deg) translateY(-1px) translateX(1px);
  -ms-transform: rotate(-45deg) translateY(-1px) translateX(1px);
  -webkit-transform: rotate(-45deg) translateY(-1px) translateX(1px);
  transform: rotate(-45deg) translateY(-1px) translateX(1px);
}
body.show-off-screen-content .page-wrapper {
  -moz-transform: translateX(900px);
  -ms-transform: translateX(900px);
  -webkit-transform: translateX(900px);
  transform: translateX(900px);
}
body.show-off-screen-content .outer-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
body.show-off-screen-content .brand, body.show-off-screen-content .slider-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
body.show-off-screen-content .inner-wrapper, body.show-off-screen-content .slider-navigation, body.show-off-screen-content .brand {
  pointer-events: none;
}
body.pace-done .loading-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

h1 {
  font-size: 80px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h5 {
  font-size: 14px;
}

p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  margin-bottom: 20px;
}

img {
  max-width: 100%;
}

/* 2. Universal classes */
.background-wrapper, .active-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.background-wrapper img, .active-slider img {
  width: 100%;
  height: auto;
}
.background-wrapper .map, .active-slider .map {
  height: 100%;
}
.background-wrapper .background-color, .active-slider .background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.background-wrapper .background-color.background-color-white, .active-slider .background-color.background-color-white {
  background-color: white;
}
.background-wrapper .background-color.background-color-black, .active-slider .background-color.background-color-black {
  background-color: black;
}

.bg-transfer {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}
.bg-transfer img {
  display: none !important;
}
.bg-transfer.bg-fixed {
  background-attachment: fixed;
  background-size: 100%;
  background-position: top center;
}

.center {
  text-align: center;
}

.note {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  font-size: 12px;
  margin: 8px 0;
}

.shadow {
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

.font-size-10 {
  font-size: 10px;
}

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

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

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

.font-size-50 {
  font-size: 50px;
}

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

.font-size-70 {
  font-size: 70px;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-90 {
  font-size: 90px;
}

.font-size-100 {
  font-size: 100px;
}

.font-size-110 {
  font-size: 110px;
}

.font-size-120 {
  font-size: 120px;
}

.opacity-90 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.opacity-80 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.opacity-70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.opacity-60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.opacity-50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.opacity-40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.opacity-30 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.opacity-19 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=19);
  opacity: 0.19;
}

.opacity-18 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=18);
  opacity: 0.18;
}

.opacity-17 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=17);
  opacity: 0.17;
}

.opacity-16 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=16);
  opacity: 0.16;
}

.opacity-15 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

.opacity-14 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=14);
  opacity: 0.14;
}

.opacity-13 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=13);
  opacity: 0.13;
}

.opacity-12 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=12);
  opacity: 0.12;
}

.opacity-11 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=11);
  opacity: 0.11;
}

.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-9 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=9);
  opacity: 0.09;
}

.opacity-8 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
  opacity: 0.08;
}

.opacity-7 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=7);
  opacity: 0.07;
}

.opacity-6 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);
  opacity: 0.06;
}

.opacity-5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
  opacity: 0.05;
}

.opacity-4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
  opacity: 0.04;
}

.opacity-3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=3);
  opacity: 0.03;
}

.opacity-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
  opacity: 0.02;
}

.opacity-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}

.opacity-0 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* 3. Classes */
.animate {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transform: translateY(20px) rotate(0.01deg);
}
.animate.idle {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transform-style: preserve-3d;
  -moz-transform: translateY(0px) rotate(0.01deg);
}

.blog-post {
  margin-bottom: 100px;
}
.blog-post .blog-post-header-image {
  width: 100%;
  height: 300px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.blog-post h2 {
  margin-bottom: 20px;
  line-height: 34px;
}
.blog-post .meta {
  margin-bottom: 20px;
  margin-top: 10px;
}
.blog-post .meta .link-icon {
  display: inline-block;
  margin-right: 10px;
}
.blog-post .meta .link-icon i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 12px;
  margin-right: 5px;
}
.blog-post .meta .tags {
  display: inline-block;
  float: right;
}
.blog-post .meta .tags .tag {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 6px;
  font-size: 9px;
  text-transform: uppercase;
}

.dragging {
  cursor: url(../img/closedhand.cur) 0 0, auto;
}

.slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
}
.slide.active .description {
  opacity: 1 !important;
}
.slide .image {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
}
.slide .description {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  bottom: 100px;
  z-index: 2;
  width: 100%;
  display: table;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slide .description:after {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: -moz-linear-gradient(top, transparent 0%, rgba(16, 27, 34, 0.9) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(16, 27, 34, 0.9) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(16, 27, 34, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -100px;
  height: 500px;
  width: 100%;
  z-index: -1;
  content: "";
}
.slide .description h2 {
  margin-bottom: 40px;
}
.slide .description dl {
  font-size: 12px;
}
.slide .description dl dt {
  margin-bottom: -2px;
  float: left;
  margin-right: 10px;
}
.slide .description dl dd {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  margin-bottom: 2px;
}
.slide .description .additional-info dl dd {
  margin-bottom: 2px;
}
.slide .description hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  width: 300px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
}
.slide.first {
  pointer-events: auto;
  z-index: -1;
}
.slide.first .main-title {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slide.first .main-title .main-title-wrapper {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.slide.first .main-title .main-title-wrapper h2 {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
.slide.first .main-title .main-title-wrapper .btn-default {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  padding: 16px 20px;
  font-size: 16px;
}
.slide.first .main-title .main-title-wrapper .btn-default:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.slide.hide-description .description {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.inner-wrapper {
  pointer-events: none;
  transform-style: preserve-3d;
}

.iframe-page {
  overflow: visible;
}
.iframe-page .page-wrapper {
  position: relative;
}
.iframe-page .page-wrapper:before {
  display: none;
}
.iframe-page #page-content {
  padding: 70px;
  background-color: #2b2b2b;
  position: relative;
  z-index: 0;
}
.iframe-page h1 {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 30px;
}
.iframe-page #sidebar aside {
  margin-bottom: 40px;
}
.iframe-page #sidebar aside h3 {
  margin-bottom: 30px;
  margin-top: 0;
}
.iframe-page #sidebar ul {
  padding-left: 14px;
  line-height: 24px;
}
.iframe-page #sidebar ul li {
  padding-left: 20px;
}
.iframe-page .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: rgba(255, 255, 255, 0.4);
}
.iframe-page .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: rgba(255, 255, 255, 0.4);
}
.iframe-page .scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: rgba(255, 255, 255, 0.6);
}
.iframe-page .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: rgba(255, 255, 255, 0.7);
}
.iframe-page .scrollbar-inner > .scroll-element.scroll-y {
  width: 4px;
  right: 10px;
  height: calc(100% - 40px);
  top: 20px;
}

.slide:not(.first) {
  pointer-events: none;
}
.slide:not(.first) .image, .slide:not(.first) .description {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#map {
  height: 200px;
  width: 100%;
}
#map a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
#map a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
#map .gmnoprint a, #map .gmnoprint span, #map .gm-style-cc {
  display: none;
}

.modal-backdrop.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.modal.fade .modal-dialog {
  -moz-transform: translate(0, 0) scale(0.95);
  -ms-transform: translate(0, 0) scale(0.95);
  -webkit-transform: translate(0, 0) scale(0.95);
  transform: translate(0, 0) scale(0.95);
}
.modal.fade.in .modal-dialog {
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.modal {
  padding: 6% 7%;
}
.modal .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  height: 100%;
  display: table;
  width: 100%;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0;
}
.modal iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .close {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 15px;
  text-shadow: none;
  color: white;
  padding: 5px 10px;
  z-index: 9;
}

.navigation {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  z-index: 101;
  top: 0;
  width: 100%;
  height: 0;
}
.navigation .brand {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: inline-block;
  vertical-align: middle;
}
.navigation .nav-btn {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  padding: 30px 50px 30px 30px;
  left: -30px;
  top: -2px;
  position: relative;
  margin-right: -15px;
}
.navigation .nav-btn i {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  background-color: white;
  width: 21px;
  height: 2px;
  margin-bottom: 4px;
}
.navigation .nav-btn i:last-child {
  margin-bottom: 0;
}

.page-wrapper {
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  width: 100%;
  height: 100%;
  position: fixed;
}
.page-wrapper:before {
  background: -moz-linear-gradient(top, rgba(16, 27, 34, 0.9) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(16, 27, 34, 0.9) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(16, 27, 34, 0.9) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  height: 20%;
  width: 100%;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.price-package {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.price-package:last-child {
  margin-bottom: 0;
}
.price-package .price {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
  line-height: 58px;
}
.price-package .price:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  content: "";
  background-color: white;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
.price-package .description {
  margin-left: 120px;
}
.price-package .description h3 {
  margin-bottom: 20px;
}
.price-package .description ul {
  padding-left: 14px;
  line-height: 24px;
}
.price-package .description ul li {
  padding-left: 10px;
}

.slider-navigation {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  bottom: 60px;
  left: 70px;
  z-index: 99;
  height: 0;
  width: 100%;
}

.slider-controls {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 20px;
}
.slider-controls a {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}
.slider-controls a:hover {
  border: 2px solid rgba(255, 255, 255, 0);
}
.slider-controls .zoom-out {
  margin-left: 20px;
}

.slider-pager {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block !important;
  vertical-align: middle;
  width: calc(100% - 300px);
  position: relative;
}
.slider-pager li, .slider-pager .item {
  display: inline-block;
}
.slider-pager li a, .slider-pager .item a {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.slider-pager li a:hover, .slider-pager .item a:hover {
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.slider-pager li a:hover span, .slider-pager .item a:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.slider-pager li a.active, .slider-pager .item a.active {
  border: 2px solid white;
}
.slider-pager li a.active span, .slider-pager .item a.active span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.slider-pager li a span, .slider-pager .item a span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  z-index: -1;
}

.social .icon {
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
}

.outer-wrapper {
  -moz-transform: translateX(0px) rotateZ(0deg);
  -ms-transform: translateX(0px) rotateZ(0deg);
  -webkit-transform: translateX(0px) rotateZ(0deg);
  transform: translateX(0px) rotateZ(0deg);
  perspective: 1000px;
}

.outer-wrapper, .inner-wrapper {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  width: 100%;
  height: 100%;
}

.off-screen-navigation {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  height: 100%;
  width: 250px;
  top: 0;
  left: -250px;
  background: white;
  z-index: 100;
  font-size: 14px;
}
.off-screen-navigation ul {
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 70px;
}
.off-screen-navigation ul li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding: 10px 30px;
  display: block;
  color: black;
  position: relative;
}
.off-screen-navigation ul li a:hover, .off-screen-navigation ul li a.active {
  background-color: rgba(0, 0, 0, 0.05);
  padding-left: 35px;
}
.off-screen-navigation ul li a.new-window:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif!important;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  content: "\f2d2";
  font-size: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  right: 25px;
}
.off-screen-navigation ul li a i {
  display: none;
}

.off-screen-content {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  width: 650px;
  background-color: #f0f0f0;
  z-index: 100;
  left: -900px;
  height: 100%;
  top: 0;
  position: absolute;
  color: black;
}
.off-screen-content:hover .scroll-element {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.off-screen-content a {
  color: black;
}
.off-screen-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px;
}
.off-screen-content h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 40px;
}
.off-screen-content section .section-wrapper {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}
.off-screen-content section .section-wrapper:first-child {
  padding-top: 50px;
}
.off-screen-content section .section-wrapper:last-child {
  padding-bottom: 50px;
}
.off-screen-content .image-header {
  width: 100%;
  height: 250px;
  position: relative;
}
.off-screen-content .service {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  background-color: white;
  position: relative;
  margin-bottom: 30px;
}
.off-screen-content .service .image {
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
  left: 0;
  z-index: 1;
}
.off-screen-content .service .description {
  padding: 20px;
  margin-left: 100px;
}
.off-screen-content .service .description h3 {
  margin-bottom: 10px;
}
.off-screen-content .service .description p {
  margin-bottom: 0;
}
.off-screen-content .scroll-element {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.off-screen-content .scrollbar-inner > .scroll-element.scroll-y {
  width: 4px;
  right: 10px;
  height: calc(100% - 40px);
  top: 20px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.pagination > li > a, .pagination > li > span {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid white;
  margin-right: 5px;
  color: white;
}
.pagination > li > a:hover, .pagination > li > span:hover {
  background-color: white;
  color: black;
  border-color: white;
}
.pagination > .active > a {
  background-color: white;
  color: black;
  border-color: white;
}
.pagination > .active > a:hover {
  background-color: white;
  color: black;
  border-color: white;
}

.loading-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: white;
}

.pace.pace-inactive {
  display: none;
}

.scrollbar-inner {
  height: 100%;
  width: 100%;
}

/* 4. Forms */
.btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: none;
  font-size: 12px;
  font-weight: bold;
  outline: none !important;
  padding: 12px 16px;
}
.btn.btn-default {
  background-color: black;
  color: white;
}
.btn.btn-primary {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
.btn.btn-small {
  padding: 8px 12px;
}

input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
  color: rgba(0, 0, 0, 0.6);
  outline: none !important;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  height: inherit;
  font-size: 12px;
}
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.08);
  border-color: white;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="date"]:hover, input[type="time"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.07);
}
input[type="text"].framed, input[type="email"].framed, input[type="date"].framed, input[type="time"].framed, input[type="search"].framed, input[type="password"].framed, input[type="number"].framed, input[type="tel"].framed, textarea.form-control.framed {
  border: 2px solid white;
}

form.has-background {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
form.submitted .status {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
form.submitted .btn[type="submit"] {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
form .status {
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: -20px;
  right: -20px;
  position: absolute;
}
form .status .status-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  background-color: grey;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
form .status .status-icon.valid {
  background-color: #50aa8d;
}
form .status .status-icon.invalid {
  background-color: #e45544;
}
form .status i {
  font-size: 18px;
}

.form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

#form-contact .btn[type="submit"] {
  position: relative;
}

textarea {
  resize: vertical;
}

/* 5. Responsive */
body::before {
  display: none;
  content: "lg";
}

.gallery-carousel {
  width: 1170px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body::before {
    content: "sm";
  }

  body.show-off-screen-content .page-wrapper {
    -moz-transform: translateX(700px);
    -ms-transform: translateX(700px);
    -webkit-transform: translateX(700px);
    transform: translateX(700px);
  }

  .off-screen-content {
    width: 500px;
    left: -700px;
  }

  .off-screen-navigation {
    left: -200px;
    width: 200px;
  }

  .off-screen-content section .section-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }

  .off-screen-content section .section-wrapper:last-child {
    padding-bottom: 30px;
  }

  .off-screen-navigation ul li a {
    padding: 8px 20px;
  }

  .off-screen-navigation ul li a:hover, .off-screen-navigation ul li a.active {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  body::before {
    content: "xs";
  }

  body, html {
    overflow: hidden;
  }

  body.show-off-screen-content .navigation .nav-btn {
    left: -70px;
  }

  body.show-off-screen-content .page-wrapper {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .slide .description {
    bottom: 70px;
  }
  
  .slide .description h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .slide .description dl {
    font-size: 11px;
  }

  .slider-navigation {
    left: 30px;
  }

  .slider-controls {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    right: 60px;
  }
  .slider-controls .zoom-out {
    display: none;
  }

  .slider-pager {
    width: calc(100% - 150px);
  }

  .navigation {
    white-space: nowrap;
  }
  .navigation .nav-btn {
    padding: 20px 30px 20px 30px;
  }

  .main-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-title h1 {
    font-size: 30px;
  }
  .main-title h2 {
    font-size: 16px;
  }

  .off-screen-navigation {
    left: -60px;
    width: 60px;
  }
  .off-screen-navigation ul li a {
    padding: 12px 25px;
  }
  .off-screen-navigation ul li a:hover, .off-screen-navigation ul li a.active {
    padding-left: 25px;
  }
  .off-screen-navigation ul li a i {
    display: block;
  }
  .off-screen-navigation ul li a.new-window:after {
    right: 5px;
  }
  .off-screen-navigation span {
    display: none;
  }

  .off-screen-content {
    width: calc(100% - 60px);
    left: -100%;
  }

  .off-screen-content section .section-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }

  .off-screen-content section .section-wrapper:last-child {
    padding-bottom: 15px;
  }

  .price-package {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .price-package .price {
    position: relative;
    top: 10px;
    left: 20px;
  }
  .price-package .description {
    margin-top: 30px;
    margin-left: 0;
  }

  .scrollbar-inner {
    overflow-y: scroll;
  }
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

@charset "utf-8";
/* CSS Document */


/* --------------------------------

  Table Of Contact 

----------------------------------

-.body
-.#nav 
  -.cd-vertical-nav
    -.#section1
      -.label 
    -.#section2
      -.label 
    -.#section3
      -.label 
    -.#section4
      -.label 
-.button
   -.cd-nav-trigger
-.#section1 
  -.cd-section
    -.content-wrapper
       -.info
        -.logo
    -.#text-demo
    -.owl-carousel
   -.doubledown
-.#section2
  -.cd-section
   -.content-wrapper 
     -.features
         -.heading
         -.left-features
      -.left-sec
        -.img .feature
           -.right-features
         -.right-sec
   -.sub-features
-.#section3
  -.cd-section
   -.content-wrapper 
     -.Subscribe
       -.field
       -.icons
  -.sub-Subscribe
    -.sub-detail
-.#section4
  -.cd-section
   -.content-wrapper 
       -.Contact
        -.Contact-deatil
         -.heading
     -.form
   -.footer
    -.footer-info
*/


/* --------------------------------

  Primary style  

-------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
::selection {
  color: #fff;
  background: #d02552;
}
*, *::after, *::before {
  box-sizing: border-box;
}

a, a:hover, a:focus {
  text-decoration: none !important;
  outline: none !important;
  color: inherit;
}
:focus {
  outline: none;
}
/*Animated*/
.animated {
  opacity: 1 !important;
}
.animate {
  opacity: 0;
}
p {
  font-size: 15px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif!important;
}
.cd-image-replace {s
  /* replace text with image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

/* -------------------------------- 

Navigation trigger - visible on small devices only

-------------------------------- */
.cd-nav-trigger {
  display: block;
  position: fixed;
  z-index: 2;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: #d02552;
  /* reset button style */
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
.cd-nav-trigger span {
  /* central dot */
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* bottom and top dots */
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: inherit;
}
.cd-nav-trigger span::before {
  top: -9px;
}
.cd-nav-trigger span::after {
  bottom: -9px;
}
@media only screen and (min-width: 800px) {
.cd-nav-trigger {
  display: none;
}
}
/* -------------------------------- 

Vertical navigation

-------------------------------- */
.cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  border-radius: 0.25em;
  background-color: #d02552;
}
.cd-vertical-nav a {
  display: block;
  padding: 1em;
  color: #3a2c41;
  font-weight: bold;
  border-bottom: 1px solid rgba(245, 245, 245, 0.47);
}
nav.cd-vertical-nav.open ul > li:last-child {
  border-bottom: none;
}
.cd-vertical-nav a.active {
  color: #fff;
}
.cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-overflow-scrolling: touch;
}
nav.cd-vertical-nav.open ul {
    margin: 0 0 0 0;
}
.cd-vertical-nav.open + .cd-nav-trigger {
  background: #d02552;
}
.cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(58, 44, 65, 0);
}
.cd-vertical-nav.open + .cd-nav-trigger span::before, .cd-vertical-nav.open + .cd-nav-trigger span::after {
  /* transform dots in 'X' icon */
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
@media only screen and (min-width: 800px) {
.cd-vertical-nav {
  /* reset style */
  right: 0;
  top: 0;
  bottom: auto;
  height: 100vh;
  width: 90px;
  max-width: none;
  max-height: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: transparent;
  /* vertically align its content*/
  display: table;
}
.cd-vertical-nav::before {
  /* this is the navigation background */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.no-touch .cd-vertical-nav:hover::before, .touch .cd-vertical-nav::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-vertical-nav ul {
  /* vertically align <ul> inside <nav>*/
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cd-vertical-nav a {
  position: relative;
  padding: 3em 0 0;
  margin: 1.4em auto;
  border-bottom: none;
  font-size: 1.2rem;
  color: #000;
}
.cd-vertical-nav a.active {
  color: #000;
}
.cd-vertical-nav a::before, .cd-vertical-nav a::after {
  /* used to create the filled circle and the background icon */
  content: '';
  position: absolute;
  left: 50%;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-vertical-nav a::before {
  /* filled circle */
  top: 0;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: #000;
  border: 2px solid #fff;
  -webkit-transform: translateX(-50%) scale(0.4);
  -moz-transform: translateX(-50%) scale(0.4);
  -ms-transform: translateX(-50%) scale(0.4);
  -o-transform: translateX(-50%) scale(0.4);
  transform: translateX(-50%) scale(0.4);
  -webkit-transition: -webkit-transform 0.4s, background-color 0.2s;
  -moz-transition: -moz-transform 0.4s, background-color 0.2s;
  transition: transform 0.4s, background-color 0.2s;
}
.cd-vertical-nav a::after {
  /* icon */
  opacity: 0;
  top: 8px;
  height: 16px;
  width: 16px;
  background: url(../images/cd-nav-icons.png) no-repeat;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.4s 0s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s 0s, opacity 0.1s 0.3s;
  transition: transform 0.4s 0s, opacity 0.1s 0.3s;
}
.cd-vertical-nav a.active::before, .no-touch .cd-vertical-nav a:hover::before {
  background-color: #d02552;
}
.cd-vertical-nav li:first-of-type a::after {
  /* change icon using image sprites */
  background-position: 0px -48px;
  /* fix bug with transitions - set scale(0.01) rather than scale(0) */
  -webkit-transform: translateX(-50%) translateY(4.5em) scale(0.01);
  -moz-transform: translateX(-50%) translateY(4.5em) scale(0.01);
  -ms-transform: translateX(-50%) translateY(4.5em) scale(0.01);
  -o-transform: translateX(-50%) translateY(4.5em) scale(0.01);
  transform: translateX(-50%) translateY(4.5em) scale(0.01);
}
.cd-vertical-nav li:first-of-type a::before {
  -webkit-transform: translateX(-50%) translateY(4.5em) scale(0.4);
  -moz-transform: translateX(-50%) translateY(4.5em) scale(0.4);
  -ms-transform: translateX(-50%) translateY(4.5em) scale(0.4);
  -o-transform: translateX(-50%) translateY(4.5em) scale(0.4);
  transform: translateX(-50%) translateY(4.5em) scale(0.4);
}
.cd-vertical-nav li:nth-of-type(2) a::after {
  background-position: 0px -32px;
  -webkit-transform: translateX(-50%) translateY(1.5em) scale(0.01);
  -moz-transform: translateX(-50%) translateY(1.5em) scale(0.01);
  -ms-transform: translateX(-50%) translateY(1.5em) scale(0.01);
  -o-transform: translateX(-50%) translateY(1.5em) scale(0.01);
  transform: translateX(-50%) translateY(1.5em) scale(0.01);
}
.cd-vertical-nav li:nth-of-type(2) a::before {
  -webkit-transform: translateX(-50%) translateY(1.5em) scale(0.4);
  -moz-transform: translateX(-50%) translateY(1.5em) scale(0.4);
  -ms-transform: translateX(-50%) translateY(1.5em) scale(0.4);
  -o-transform: translateX(-50%) translateY(1.5em) scale(0.4);
  transform: translateX(-50%) translateY(1.5em) scale(0.4);
}
.cd-vertical-nav li:nth-of-type(3) a::after {
  background-position: 0px -16px;
  -webkit-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
  -moz-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
  -ms-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
  -o-transform: translateX(-50%) translateY(-1.5em) scale(0.01);
  transform: translateX(-50%) translateY(-1.5em) scale(0.01);
}
.cd-vertical-nav li:nth-of-type(3) a::before {
  -webkit-transform: translateX(-50%) translateY(-1.5em) scale(0.4);
  -moz-transform: translateX(-50%) translateY(-1.5em) scale(0.4);
  -ms-transform: translateX(-50%) translateY(-1.5em) scale(0.4);
  -o-transform: translateX(-50%) translateY(-1.5em) scale(0.4);
  transform: translateX(-50%) translateY(-1.5em) scale(0.4);
}
.cd-vertical-nav li:nth-of-type(4) a::after {
  background-position: 0px 0px;
  -webkit-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
  -moz-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
  -ms-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
  -o-transform: translateX(-50%) translateY(-4.5em) scale(0.01);
  transform: translateX(-50%) translateY(-4.5em) scale(0.01);
}
.cd-vertical-nav li:nth-of-type(4) a::before {
  -webkit-transform: translateX(-50%) translateY(-4.5em) scale(0.4);
  -moz-transform: translateX(-50%) translateY(-4.5em) scale(0.4);
  -ms-transform: translateX(-50%) translateY(-4.5em) scale(0.4);
  -o-transform: translateX(-50%) translateY(-4.5em) scale(0.4);
  transform: translateX(-50%) translateY(-4.5em) scale(0.4);
}
.cd-vertical-nav .label {
  display: block;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  
}
.no-touch .cd-vertical-nav:hover a::before, .no-touch .cd-vertical-nav:hover a::after, .touch .cd-vertical-nav li:nth-of-type(n) a::before, .touch .cd-vertical-nav li:nth-of-type(n) a::after {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  /* set a rotation to fix bug on Firefox - http://gielberkers.com/how-to-fix-shaking-css-transitions-in-firefox/ */
  -moz-transform: translateX(-50%) scale(1) rotate(0.02deg);
}
.no-touch .cd-vertical-nav:hover a::after, .touch .cd-vertical-nav a::after {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s, opacity 0s;
  -moz-transition: -moz-transform 0.4s, opacity 0s;
  transition: transform 0.4s, opacity 0s;
}
.no-touch .cd-vertical-nav:hover .label, .touch .cd-vertical-nav .label {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
}

/* -------------------------------- 

Content Sections - basic style
index
-------------------------------- */
.cd-section {
  /* vertically align its content*/
  display: table;
  width: 100%;
  vertical-align: middle;
}
.parallax{}
#section1 {
  font-family: 'Poppins', sans-serif!important;
  width:100%;
  display: block !important;
}
#section2 {
 font-family: 'Poppins', sans-serif!important;
  width:100%;
}
#section3 {
 font-family: 'Poppins', sans-serif!important;
  width:100%;
}
#section4 {
  font-family: 'Poppins', sans-serif!important;
  width:100%;
}
.cd-section:nth-of-type(even) {
  background-color: white;
}
.cd-section > div {
  /* vertically align <div> inside <section>*/
  text-align: center; 
}  
.cd-section h1 {
  font-size: 46px;
  line-height: 48px;
  font-weight: 300;
}
.cd-section h1 span {
  font-weight: 500;
}
.cd-section p {
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
}


/* ------------------------------ 
Index
sections

--------------------------------- */
.info {
  }
.info .logo{margin: 8% 0 0 0;}
.info .logo a{}
.info .logo a img.logo {
}
.info h1 {
  color: #fff;
}
.info h1 span {
  color: #fff;
}
.info p {
  color: #fff;
  width: 84%;
}
a.doubledown {
    font-size: 60px;
    color: #79797a;
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -175px;
}
a.doubledown:hover, a.doubledown:focus { color:#a2be07;}
.features {
  padding: 4% 0 0 0;
}
.features .heading {
}
.features .heading h1 {
  color: #4a4a4a;
}
.features .heading h1 span {
  color: #4a4a4a;
}
.features .heading p {
  margin-bottom: 8%;
}

.features .left-features .left-sec span.icon {
  font-size: 40px;
  border: solid 1px rgba(255, 255, 255, 0);
  border-radius: 100%;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  margin-right: 15px;
}
.features img.feature {
}
.features img.feature.img-responsive {
    text-align: center;
    display: inline-block;
    float: none;
}
.features .left-features .left-sec span.icon.light {
  background: #008cba;
}
.features .left-features .left-sec span.icon.yellow {
  background: #ffdd2d;
}
.features .left-features .left-sec span.icon.green {
  background: #a2be07;
}
.features .left-features .left-sec span.icon.orange {
  background: #ffa823;
}
.features .left-features .left-sec h2 {
  font-size: 40px;
  color: #4a4a4a;
}
.features .left-features .left-sec:hover h2.light {
    color: #008cba !important;
}
.features .left-features .left-sec:hover h2.green {
    color: #a2be07 !important;
}
.features .left-features .left-sec:hover h2.orange {
    color: #ffa823 !important;
}
.features .left-features .left-sec p {
  font-size: 20px;
  color: #8e8e8e;
  text-align: justify;
}

.features .right-features .right-sec span.icon {
  font-size: 40px;
  border: solid 1px rgba(255, 255, 255, 0);
  border-radius: 100%;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  margin-left: 15px;
}
.features .right-features .right-sec span.icon.purple {
  background: #c472d5;
}
.features .right-features .right-sec span.icon.grey {
  background: #b2b2b2;
}
.features .right-features .right-sec span.icon.red {
  background: #d02552;
}
.features .right-features .right-sec h2 {
  font-size: 40px;
  color: #4a4a4a;
}
.features .right-features .right-sec:hover h2.purple {
    color: #c472d5 !important;
}
.features .right-features .right-sec:hover h2.grey {
    color: #b2b2b2 !important;
}
.features .right-features .right-sec:hover h2.red {
    color: #d02552 !important;
}
.features .right-features .right-sec p {
  font-size: 20px;
  color: #8e8e8e;
  text-align: justify;
}
.features .sub-features {
  background: url(../images/bg-feature.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 8% 0;
}
.features .sub-features h3 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}
.features .sub-features p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.features .sub-features .button {
  margin: 4% 0 0 0;
}
.features .sub-features .button {
    display:inline-block;
    position:relative;
   background-color: #d02552;
    text-align:center;
   border-radius: 3px;
   box-shadow: 0 5px 0 0 #9f0c33;
  -webkit-box-shadow: 0 5px 0 0 #9f0c33;
  -moz-box-shadow: 0 5px 0 0 #9f0c33;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.features .sub-features .button a.talk {
    
    position:relative;
    text-align:center;
    color:#fff;
    padding:0 42px;
    font-size: 14px;
    font-weight:bold;
    line-height:45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
 
}

.features .sub-features .button:hover a.talk {

    color:#ffffff;
    z-index: 1000;
}

.features .sub-features .easing {
    position: absolute;
    width:100%;
    top:0; /*Change 'top' to 'bottom' for an upwards transition*/
    height:0px;
    margin:0 auto;
    padding:0px;
    border-radius: 3px;
    background-color: #a2be07;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;

}

.features .sub-features .button:hover {
        color:#ffffff;
}

.features .sub-features .button:hover .easing {
    height:50px;
}
.left-sec:hover span.icon{
    -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.right-sec:hover span.icon{
 -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.Subscribe {
}
.Subscribe .detail {
  padding: 14% 0 2% 0;
}
.Subscribe .detail h1 {
  color: #008cba;
}
.Subscribe .detail h1 span {
  color: #008cba;
}
.Subscribe .detail p {
  color: #7f7f7f;
}
.Subscribe .detail .field {
}
.Subscribe .detail .field input[type="email"] {
  color: #7f7f7f;
  background: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 14px 3%;
  margin: 3% 0;
  width: 45%;
  border: solid 2px #cdcdcd;
  border-radius: 3px;
  text-align: center;
}
.Subscribe .detail .button {
    display:inline-block;
    position:relative;
   background-color: #a2be07;
    text-align:center;
   border-radius: 3px;
   box-shadow: 0 5px 0 0 #8ca500;
  -webkit-box-shadow: 0 5px 0 0 #8ca500;
  -moz-box-shadow: 0 5px 0 0 #8ca500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.Subscribe .detail .button a.submit {
    
    position:relative;
    text-align:center;
    color:#fff;
    padding:0 42px;
    font-size: 14px;
    font-weight:bold;
    line-height:45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
 
}

.Subscribe .detail .button:hover a.submit {

    color:#ffffff;
    z-index: 1000;
}

.Subscribe .detail .easing {
    position: absolute;
    width:100%;
    top:0; /*Change 'top' to 'bottom' for an upwards transition*/
    height:0px;
    margin:0 auto;
    padding:0px;
    border-radius: 3px;
    background-color: #d02552;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;

}

.Subscribe .detail .button:hover {
        color:#ffffff;
}

.Subscribe .detail .button:hover .easing {
    height:50px;
}
.Subscribe .detail ul.icons {
  padding: 0;
  margin: 12% 0;
  text-align: center;
  display: inline-block;
}
.Subscribe .detail ul.icons li {
  float: left;
}
.Subscribe .detail ul.icons li a.fa {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #cdcdcd;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  margin: 0 6px 0 0;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.Subscribe .detail ul.icons li a.fa.fb:hover {
  color: #fff;
  background: #3b5999;
  border: solid 1px #3b5999;
}
.Subscribe .detail ul.icons li a.fa.tw:hover {
  color: #fff;
  background: #55acef;
  border: solid 1px #55acef;
}
.Subscribe .detail ul.icons li a.fa.gp:hover {
  color: #fff;
  background: #de4b39;
  border: solid 1px #de4b39;
}
.Subscribe .detail ul.icons li a.fa.dr:hover {
  color: #fff;
  background: #e64e8a;
  border: solid 1px #e64e8a;
}
.sub-Subscribe {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0px;
  width: 100%;
}

.sub-Subscribe1{
  background: url(../img/22.JPG) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0px;
  width: 100%;
}
.sub-Subscribe3{
  background: url(../img/27.JPG) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0px 0px;
  width: 100%;
}
.sub-Subscribe .sub-detail{}

.sub-Subscribe .sub-detail h3.count-black{
  color: black;
  font-size: 30px;
  line-height: 32px;
  font-family: 'Poppins', sans-serif!important;
}
.sub-Subscribe .sub-detail h3.count {
  color: #fff;
  font-size: 50px;
  line-height: 32px;
  font-weight: 100!important;
  font-family: inherit;
}
.sub-Subscribe .sub-detail p {
  color: #b3b3b3;
  font-size: 15px;
  line-height: 24px;
}
.sub-Subscribe .sub-detail a.fa.check {
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 50px;
  color: #fff;
  background: #3b5998;
  border: 1px solid #3b5998;
  border-radius: 100%;
  overflow: hidden;
}
.sub-Subscribe .sub-detail a.fa.coffee {
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 50px;
  color: #fff;
  background: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 100%;
  overflow: hidden;
}
.sub-Subscribe .sub-detail a.fa.heart {
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 50px;
  color: #fff;
  background: #c8329d ;
  border: 1px solid #c8329d;
  border-radius: 100%;
  overflow: hidden;
}
.sub-Subscribe .sub-detail a.fa.cog {
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 50px;
  color: #fff;
  background: #5da9dd;
  border: 1px solid #5da9dd;
  border-radius: 100%;
  overflow: hidden;
}
.sub-detail:hover a.fa.check{ 
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
 }
 .sub-detail:hover a.fa.coffee{ 
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
 }
 .sub-detail:hover a.fa.heart{ 
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
 }
 .sub-detail:hover a.fa.cog{ 
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
 }
.Contact {
}
.Contact .Contact-deatil {
  margin: 4% 0 12% 0;
}
.Contact .Contact-deatil .heading {
}
.Contact .Contact-deatil .heading h1 {
  color: #7f7f7f;
}
.Contact .Contact-deatil .heading h1 span {
  color: #7f7f7f;
}
.Contact .Contact-deatil .heading p {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 22px;
  width: 50%;
}
.Contact .Contact-deatil form {
  margin: 4% 0 0 0;
}
.Contact .Contact-deatil form input[type="text"] {
  color: #5d5d5d;
  background: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 14px 3%;
  margin-bottom: 14px;
  border: solid 2px #cdcdcd;
  border-radius: 3px;
  width: 50%;
  text-align: center;
}
.Contact .Contact-deatil form textarea {
  color: #5d5d5d;
  background: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 14px 3%;
  margin-bottom: 25px;
  border: solid 2px #cdcdcd;
  border-radius: 3px;
 font-family: 'Poppins', sans-serif!important;
  width: 50%;
  height: 150px;
  text-align: center;
}
.Contact .Contact-deatil form input[type="submit"] {
  display: block;
  padding: 10px 42px;
  border: solid 2px #008cba;
  border-radius: 3px;
  color: #fff;
  background: #008cba;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 5px 0 0 #00759b;
  -webkit-box-shadow: 0 5px 0 0 #00759b;
  -moz-box-shadow: 0 5px 0 0 #00759b;
  text-align: center;
  text-transform: uppercase;
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  
}
.Contact .Contact-deatil form input[type="submit"]:hover {
        background: #a2be07;
    border: solid 2px #a2be07;
  box-shadow: 0 5px 0 0 #8ca500;
  -webkit-box-shadow: 0 5px 0 0 #8ca500;
  -moz-box-shadow: 0 5px 0 0 #8ca500;
}
.footer {
  background: url(../images/bg-footer.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  padding: 6% 0;
}
.footer .footer-info{

}
.footer .footer-info span {
  font-size: 35px;
  color: #fff;
}
.footer .footer-info h3 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin: 7px 0 0 0;
}
.footer .footer-info p {
  font-size: 15px;
  color: #fff;
}
.footer .footer-info p a {
  color: #fff;
  font-size: 15px;
}
.footer-info:hover span{  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);}
/* icons hover

 Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* -------------------------------- 
ons

--------------------------------- */
.info-detail {}
.info-detail .logo{margin: 8% 0 0 0;}
.info-detail .logo a{}
.info-detail .logo a img.logo {}
.info-detail h1 {
  color: #fff;
}
.info-detail h1 span {
  color: #fff;
}
.info-detail p {
  color: #fff;
  width: 84%;
}
a.downarrow {
    font-size: 60px;
    color: #e8aab6;
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -175px;
}
a.downarrow:hover, a.downarrow:focus { color:#a2be07;}
.Subscribe-detail {
}
.Subscribe-detail .detail {
  padding: 14% 0 2% 0;
}
.Subscribe-detail .detail h1 {
  color: #008cba;
}
.Subscribe-detail .detail h1 span {
  color: #008cba;
}
.Subscribe-detail .detail p {
  color: #7f7f7f;
}
.Subscribe-detail .detail .field {
}
.Subscribe-detail .detail .field input[type="email"] {
  color: #7f7f7f;
  background: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 14px 3%;
  margin: 3% 0;
  width: 45%;
  border: solid 2px #cdcdcd;
  border-radius: 3px;
  text-align: center;
}
.Subscribe-detail .detail .button {
    display:inline-block;
    position:relative;
   background-color: #a2be07;
    text-align:center;
   border-radius: 3px;
   box-shadow: 0 5px 0 0 #8ca500;
  -webkit-box-shadow: 0 5px 0 0 #8ca500;
  -moz-box-shadow: 0 5px 0 0 #8ca500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.Subscribe-detail .detail .button a.submit {
    position:relative;
    text-align:center;
    color:#fff;
    padding:0 42px;
    font-size: 14px;
    font-weight:bold;
    line-height:45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
 
}

.Subscribe-detail .detail .button:hover a.submit {
    color:#ffffff;
    z-index: 1000;
}
.Subscribe-detail .detail .easing {
    position: absolute;
    width:100%;
    top:0; /*Change 'top' to 'bottom' for an upwards transition*/
    height:0px;
    margin:0 auto;
    padding:0px;
    border-radius: 3px;
    background-color: #d02552;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;

}

.Subscribe-detail .detail .button:hover {
        color:#ffffff;
}

.Subscribe-detail .detail .button:hover .easing {
    height:50px;
}
.Subscribe-detail .detail ul.icons {
  padding: 0;
  margin: 12% 0;
  text-align: center;
  display: inline-block;
}
.Subscribe-detail .detail ul.icons li {
  float: left;
}
.Subscribe-detail .detail ul.icons li a.fa {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #cdcdcd;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  margin: 0 6px 0 0;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.Subscribe-detail .detail ul.icons li a.fa.fb:hover {
  color: #fff;
  background: #3b5999;
  border: solid 1px #3b5999;
}
.Subscribe-detail .detail ul.icons li a.fa.tw:hover {
  color: #fff;
  background: #55acef;
  border: solid 1px #55acef;
}
.Subscribe-detail .detail ul.icons li a.fa.gp:hover {
  color: #fff;
  background: #de4b39;
  border: solid 1px #de4b39;
}
.Subscribe-detail .detail ul.icons li a.fa.dr:hover {
  color: #fff;
  background: #e64e8a;
  border: solid 1px #e64e8a;
}
.features-detail {
  padding: 8% 0 0 0;
}
.features-detail .heading {
}
.features-detail .heading h1 {
  color: #fff;
}
.features-detail .heading h1 span {
  color: #fff;
}
.features-detail .heading p {
  margin-bottom: 8%;
  color:#fff;
}
.features-detail .sub-info {
   margin-bottom: 8%;

}
.features-detail .sub-info h2 {
  font-size: 20px;
  color: #fff;
}
.features-detail .sub-info p {
  font-size: 14px;
  color: #fff;
}
.features-detail .sub-info span.icon {
  font-size: 35px;
  text-align: center;
  line-height: 44px;
  color: #fff;
}
.features-detail .sub-info:hover span.icon {
    color: #fff;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.Contact-hello {
}
.Contact-hello .Contact-deatil {
  margin: 4% 0 12% 0;
}
.Contact-hello .Contact-deatil .heading {
}
.Contact-hello .Contact-deatil .heading h1 {
  color: #7f7f7f;
}
.Contact-hello .Contact-deatil .heading h1 span {
  color: #7f7f7f;
}
.Contact-hello .Contact-deatil .heading p {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 22px;
  width: 50%;
}
.Contact-hello .Contact-deatil form {
  margin: 4% 0 0 0;
}
.Contact-hello .Contact-deatil form input[type="text"] {
  color: #5d5d5d;
  background: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 14px 3%;
  margin-bottom: 14px;
  border: solid 2px #cdcdcd;
  border-radius: 3px;
  width: 50%;
  text-align: center;
}
.Contact-hello .Contact-deatil form textarea {
  color: #5d5d5d;
  background: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 14px 3%;
  margin-bottom: 25px;
  border: solid 2px #cdcdcd;
  border-radius: 3px;
  
  width: 50%;
  height: 150px;
  text-align: center;
}
.Contact-hello .Contact-deatil form input[type="submit"] {
  display: block;
  padding: 10px 42px;
  border: solid 2px #d02552;
  border-radius: 3px;
  color: #fff;
  background: #d02552;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 5px 0 0 #9f0c33;
  -webkit-box-shadow: 0 5px 0 0 #9f0c33;
  -moz-box-shadow: 0 5px 0 0 #9f0c33;
  text-align: center;
  text-transform: uppercase;
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  transition: all 3s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  
}
.Contact-hello .Contact-deatil form input[type="submit"]:hover {
  background: #a2be07;
    border: solid 2px #a2be07;
  box-shadow: 0 5px 0 0 #8ca500;
  -webkit-box-shadow: 0 5px 0 0 #8ca500;
  -moz-box-shadow: 0 5px 0 0 #8ca500;
}
.footer-bottom {
  background: #008cba;
  width: 100%;
  padding: 4% 0;
}
.footer-bottom .footer-info{

}
.footer-bottom .footer-info span {
  font-size: 35px;
  color: #fff;
}
.footer-bottom .footer-info h3 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin: 7px 0 0 0;
}
.footer-bottom .footer-info p {
  font-size: 15px;
  color: #fff;
}
.footer-bottom .footer-info p a {
  color: #fff;
  font-size: 15px;
}
.footer-bottom-info:hover span{  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
 }
 /* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* -------------------------------- 

Content Sections - basic style
index3
-------------------------------- */
#section9 {
 font-family: 'Poppins', sans-serif!important;
  width:100%;
  display: block !important;
}
nav.cd-vertical-nav.slider {
    z-index: 6;
}
/* -------------------------------- 

Content Sections - basic style
index4
-------------------------------- */
nav.cd-vertical-nav.video {
    z-index: 25;
}
.cd-nav-trigger.video{
  z-index:25;
}
/* -------------------------------- 

no-js

-------------------------------- */
.no-js .cd-nav-trigger {
  display: none;
}
.no-js .cd-vertical-nav {
  position: static;
  height: auto;
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-js .cd-vertical-nav::before {
  display: none;
}
.no-js .cd-vertical-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.no-js .cd-vertical-nav li {
  display: inline-block;
  float: left;
}
.no-js .cd-vertical-nav a {
  padding: 0 1em;
  margin: 1.5em 1em;
  color: #000;
}
.no-js .cd-vertical-nav a.active {
  color: #c0a672;
}
.no-js .cd-vertical-nav a::after, .no-js .cd-vertical-nav a::before {
  display: none;
}
.no-js .cd-vertical-nav .label {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/*=============== Logos Carousel ===================*/
.logos-carousel a {
    float: left;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.logos-carousel a img{max-width:100%}
.logos-carousel:hover a img{
    -webkit-filter:blur(3px);
    filter:blur(3px);
}
.logos-carousel:hover a:hover img{
    -webkit-filter:blur(0);
    filter:blur(0);
}
.owl-nav {
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-nav > div {
    background: black none repeat scroll 0 0;
    color: transparent;
    float: left;
    height: 39px;
    margin-left: -50px;
    margin-right: 5px;
    margin-top: -20px;
    position: relative;
    width: 39px;
}
.owl-nav > div.owl-next {
    float: right;
    margin:-20px -50px 0 0;
}
.owl-nav > div:before{
    color: #fff;
    content: "\f104";
    font-family: 'Poppins', sans-serif!important;
    font-size: 15px;
    height: 100%;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.owl-nav > div.owl-next:before{content:"\f105"}
/*=============== Map ===================*/
.map{float:left; width:100%;}
.map #map-canvas{
    height:490px;
    margin:0px;
    padding:0px
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
}
.contact-button{
    background:rgba(255,255,255,0.9);
    position:absolute;
    left:50%;
    top:50%;
    padding:70px;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
}
.contact-button .lemon-btn{margin-top:0}
.contact-button .lemon-btn:hover{color:#FFF}
.lemon-btn i{z-index:1}
.lemon-btn i:after{
    background:black none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*=============== Appointment Box ===================*/
.appointment-box {
    display: table;
    float: left;
    width: 100%;
}
.appointment-title {
    background: #fff none repeat scroll 0 0;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 20%;
}
.title-inner {
    padding: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
    -o-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
    transform:translateX(-50%) translateY(-50%) rotate(-90deg);
}
.title-inner > span {
    float: left;
    font-family: 'Poppins', sans-serif!important;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    white-space: nowrap;
    width: 100%;
}
.title-inner h3 {
    float: left;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}

.appointment-form {
    display: table-cell;
    vertical-align: middle;
}
.appointment-fields {
    float: left;
    padding: 80px;
    width: 100%;
}
.appointment-fields input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #8b8b8b;
    float: left;
    font-family: 'Poppins', sans-serif!important;
    font-size: 11px;
    height: 55px;
    margin-bottom: 10px;
    padding: 10px 30px;
    width: 100%;
}
.appointment-fields .row > div{padding:0 5px}
.appointment-fields .row{margin:0 -5px}

.appointment-bottom {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    display: table;
    float: left;
    padding: 40px 80px;
    width: 100%;
}
.appointment-bottom .social-links {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: auto;
}
.appointment-bottom .social-links a {
    color: #fff;
    font-size: 16px;
}
.appointment-bottom .social-links a::before {
    background: #fff none repeat scroll 0 0;
    height: 10px;
    margin-top: -5px;
}
.verify {
    color: #f8f8f8;
    display: table-cell;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    width: 410px;
}
.verify:hover{color:#FFF}
.appointment-bottom .lemon-btn {
    display: table-cell;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 210px;
}

.appointment-box.overlap{margin-top:-250px}


.appointment-box.dark .appointment-title{background:#010101}
.appointment-box.dark .appointment-title .title-inner h3{color:#fff}
/*=============== Lemon Spa Services ===================*/
.lemon-spa-services {
    float: left;
    width: 100%;
}
.spa-services {
    float: left;
    margin-bottom: -60px;
    width: 100%;
}
.spa-service {
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
.spa-service > span {
    display: table-cell;
    vertical-align: top;
    width: 82px;
}
.spa-service > span i {
    color: #fff;
    display: inline-block;
    font-size: 38px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    width: 82px;
}
.spa-service-detail {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.spa-service-detail > i {
    float: left;
    font-family: 'Poppins', sans-serif!important;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
}
.spa-service-detail h5 {
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    width: 100%;
}
.spa-service-detail > p {
    float: left;
    margin: 0;
    width: 100%;
}
.spa-services.reversed .spa-service-detail {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
}
.mockup {
    float: left;
    text-align: center;
    width: 100%;
}
.mockup > img{max-width:100%}

.lemon-spa-services.dark .spa-service-detail h5, 
.lemon-spa-services.dark .spa-service-detail p{color: #fff}

/*=============== Price Tabs ===================*/
.price-tabs {
    background: transparent url("http://placehold.it/800x750") no-repeat scroll 0 0 / cover ;
    float: right;
    padding: 110px 80px;
    position: relative;
    width: 50%;
    z-index: 1;
}
.prices-tab-carousel {
    float: left;
    width: 100%;
}
.price-slide {
    float: left;
    padding-left:140px;
    width: 100%;
    position:relative;
    overflow:hidden;
}
.price-slide-title {
    left:-150px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 500px;
    opacity:0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition:all 0.4s ease 0.3s;
    -moz-transition:all 0.4s ease 0.3s;
    -ms-transition:all 0.4s ease 0.3s;
    -o-transition:all 0.4s ease 0.3s;
    transition:all 0.4s ease 0.3s;
}
.owl-item.active .price-slide-title{
    left:-210px;
    opacity:1;
}
.price-title-inner {
    display: inline-block;
    text-align: left;
}
.price-slide-title i {
    display: table;
    font-family: 'Poppins', sans-serif!important;
    font-size: 22px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 5px;
}
.price-slide-title h4 {
    display: table;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.price-slide > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.price-slide > ul li {
    color: #555;
    float: left;
    font-family: 'Poppins', sans-serif!important;
    font-size: 14px;
    line-height: 30px;
    margin-bottom:35px;
    opacity: 0.7;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    opacity:0;
    -webkit-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -ms-transform:translateY(100px);
    -o-transform:translateY(100px);
    transform:translateY(100px);
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear;
}
.owl-item.active .price-slide > ul li{
    opacity:1;
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
}
.price-slide > ul li strong {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding-right: 10px;
    position: relative;
}
.price-slide > ul li span {
    background: #fff none repeat scroll 0 0;
    float: right;
    padding-left: 10px;
}
.price-slide > ul li:before{
    border-bottom: 2px dashed #b5b4b4;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.price-tabs:before{
    background: white none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.96;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.tabs-selectors {
    background: #000 none repeat scroll 0 0;
    bottom: -46px;
    left: -44px;
    padding:30px 30px 30px 100px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    -o-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}
.tabs-selectors a {
    color: #fff;
    float: left;
    font-family: 'Poppins', sans-serif!important;
    font-size: 14px;
    margin: 0 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.price-tabs.style2 {
    background: white url("http://placehold.it/510x971") no-repeat scroll right bottom / auto 100%;
    float: left;
    margin: 0 17% -150px;
    padding-right: 320px;
    width: 66%;
}
.price-tabs.style2:before{
    background-clip: content-box;
    padding-right:280px;
}
.price-tabs.style2 .price-slide-title{text-align:center}
.price-tabs.style2 .price-slide-title .price-title-inner{
    padding-left:60px;
    position:relative;
}
.price-tabs.style2 .price-slide-title .price-title-inner span{
    font-size:45px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}


.price-tabs.dark:before{background:#0e0e0e}
.price-tabs.dark .price-slide-title h4{color:#fff}
.price-tabs.dark .price-slide > ul li strong, 
.price-tabs.dark .price-slide > ul li span {
    background: #0e0e0e none repeat scroll 0 0;
    color: #fff;
}
/*=============== Cross Browser Compatibility ===================*/
a,
.lemon-btn i,
.lemon-btn,
.lemon-counters li span,
.variety-selector a,
.variety-selector a:before,
.variety-selector a i,
.social-links > a,
.therapist,
.owl-nav > div,
.logos-carousel a img,
.social-icons > a,
.flickr a img,
.tabs-selectors > a,
.member-social > a,
.gallery-img:before,
.gallery-hover > a,
.lemon-product-selectors > a:before,
.lemon-product-selectors > a:after,
.product-img:before,
.product-img > a,
.rating,
.rating i,
.fancy-review:before,
.fancy-review,
.popular-post > img,
.popular-post:before,
.popular-post-name > span,
.product-thumbs button,
.custom-tabs .nav li a:before, 
.custom-tabs .nav li a:after,
.spa-gallery-selectors a:before,
.spa-gallery-selectors a:after,
header.style6 .menu ul li,
header.style6 .menu ul li a i,
.sidemenu > ul li a i,
.header-links > a:before,
.tparrows,
nav ul li ul{
    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}
/* ===============================================================
    OWL CAROUSEL STYLING
================================================================*/
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}.owl-carousel .owl-animated-in{z-index:0;}.owl-carousel .owl-animated-out{z-index:1;}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}@-webkit-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}/* *   Owl Carousel - Auto Height Plugin*/.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}/* *  Core Owl Carousel CSS File*/.owl-carousel{display:none;-webkit-tap-highlight-color:transparent;/* position relative and z-index fix webkit rendering fonts issue */position:relative;z-index:1;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;/* fix for flashing background */-webkit-transform:translate3d(0px, 0px, 0px);}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel.owl-loaded{display:block;}.owl-carousel.owl-loading{opacity:0;display:block;}.owl-carousel.owl-hidden{opacity:0;}.owl-carousel .owl-refresh .owl-item{display:none;}.owl-carousel .owl-item{position:relative;min-height:1px; float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel .owl-item img{-webkit-transform-style:preserve-3d;}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}.owl-carousel.owl-rtl{direction:rtl;}.owl-carousel.owl-rtl .owl-item{float:right;}/* No Js */.no-js .owl-carousel{display:block;}/* *    Owl Carousel - Lazy Load Plugin*/.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}.owl-carousel .owl-item img{transform-style:preserve-3d;}/* *  Owl Carousel - Video Plugin*/.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease;}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3, 1.3);-moz-transition:scale(1.3, 1.3);-ms-transition:scale(1.3, 1.3);-o-transition:scale(1.3, 1.3);transition:scale(1.3, 1.3);}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}.owl-carousel .owl-video-frame{position:relative;z-index:1;}
@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

/*=============== Logos Carousel ===================*/
.logos-carousel a {
    float: left;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.logos-carousel a img{max-width:100%}
.logos-carousel:hover a img{
    -webkit-filter:blur(3px);
    filter:blur(3px);
}
.logos-carousel:hover a:hover img{
    -webkit-filter:blur(0);
    filter:blur(0);
}
.owl-nav {
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-nav > div {
    background: black none repeat scroll 0 0;
    color: transparent;
    float: left;
    height: 39px;
    margin-left: -50px;
    margin-right: 5px;
    margin-top: -20px;
    position: relative;
    width: 39px;
}
.owl-nav > div.owl-next {
    float: right;
    margin:-20px -50px 0 0;
}
.owl-nav > div:before{
    color: #fff;
    content: "\f104";
    font-family: 'Poppins', sans-serif!important;
    font-size: 15px;
    height: 100%;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.owl-nav > div.owl-next:before{content:"\f105"}
/*=============== Map ===================*/
.map{float:left; width:100%;}
.map #map-canvas{
    height:490px;
    margin:0px;
    padding:0px
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
}
.contact-button{
    background:rgba(255,255,255,0.9);
    position:absolute;
    left:50%;
    top:50%;
    padding:70px;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
}
.contact-button .lemon-btn{margin-top:0}
.contact-button .lemon-btn:hover{color:#FFF}
.lemon-btn i{z-index:1}
.lemon-btn i:after{
    background:black none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*=============== Appointment Box ===================*/
.appointment-box {
    display: table;
    float: left;
    width: 100%;
}
.appointment-title {
    background: #fff none repeat scroll 0 0;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 20%;
}
.title-inner {
    padding: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
    -o-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
    transform:translateX(-50%) translateY(-50%) rotate(-90deg);
}
.title-inner > span {
    float: left;
    font-family: 'Poppins', sans-serif!important;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    white-space: nowrap;
    width: 100%;
}
.title-inner h3 {
    float: left;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}

.appointment-form {
    display: table-cell;
    vertical-align: middle;
}
.appointment-fields {
    float: left;
    padding: 80px;
    width: 100%;
}
.appointment-fields input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #8b8b8b;
    float: left;
    font-family: 'Poppins', sans-serif!important;
    font-size: 11px;
    height: 55px;
    margin-bottom: 10px;
    padding: 10px 30px;
    width: 100%;
}
.appointment-fields .row > div{padding:0 5px}
.appointment-fields .row{margin:0 -5px}

.appointment-bottom {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    display: table;
    float: left;
    padding: 40px 80px;
    width: 100%;
}
.appointment-bottom .social-links {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: auto;
}
.appointment-bottom .social-links a {
    color: #fff;
    font-size: 16px;
}
.appointment-bottom .social-links a::before {
    background: #fff none repeat scroll 0 0;
    height: 10px;
    margin-top: -5px;
}
.verify {
    color: #f8f8f8;
    display: table-cell;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    width: 410px;
}
.verify:hover{color:#FFF}
.appointment-bottom .lemon-btn {
    display: table-cell;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 210px;
}

.appointment-box.overlap{margin-top:-250px}


.appointment-box.dark .appointment-title{background:#010101}
.appointment-box.dark .appointment-title .title-inner h3{color:#fff}
/*===============

/*Aditional css*/

.containerBrandsText{
  padding-right: 50px;
}
.maxImgBrands{
  max-width: 617px;
  max-height: 340px;
  min-width: 617px;
  min-height: 340px;
}
  @media only screen and (max-width: 767px) { 
    .containerBrandsText{
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 20px;
    }
    .sliderResponsivePad{
      margin-bottom: 20px;
    }

  }

  /*Custom CSS*/

  body {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
  }
  
  .indicador_abajo {
    position: relative;
    width: 24px;
    height: 24px;
  }
  
  .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }
  
  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  
  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  
  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }
  
  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  
  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  
  @keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  
  .text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
  }
  
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }

