@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        royalspa
Version:        2.0
Last change:    02.20.2016
Primary use:    Royalspa Health & Beauty Business Template
Author:         ThemeMascot
URL:            http://themeforest.net/user/ThemeMascot
-------------------------------------------------------------------*/
@import "font-awesome.min.css";
@import "pe-icon-7-stroke.css";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=PT+Serif&display=swap);
/*
This file contains the common styles of this theme.
*/
/*------------------------------------------------------------------
[Table of contents]

		* Typography.less
		* Common.less
		* Extra.less
		* Header.less
		* Nav.less
		* Inner-Header-Title.less
		* Slider.less
		* Home.less
		* Shortcode.less 
			* Buttons.less
			* Dividers.less
			* Flip-Box.less
			* Icon-Boxes.less
			* Infinitescroll.less
			* Section-Title.less
			* Social-Icons.less
			* Teams.less
			* Testimonials.less
			* Toggles-Accordions.less
	* Footer
* ===============================================
*/
/*
 * Typography.less
 * -----------------------------------------------
*/ ::selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #333333;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #333333;
  /* Safari */
  color: #fff;
  text-shadow: none;
}
:active, :focus {
  outline: none !important;
}
html {
  font-size: 100%;
  max-width: 100%;
}
html, html a {
  -webkit-font-smoothing: antialiased;
}
body {
  line-height: 1.7;
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  background-color: #7392cb;
  background-attachment: fixed;
  letter-spacing: 0px;
  max-width: 100%;
  overflow-x: hidden;
}
a {
  color: #999999;
  text-decoration: none;
}
a:hover, a:focus {
  color: #737373;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  width: 100%;
  max-width: 100%;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1, .h1 {
  font-size: 3.75rem;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 36px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 26px;
}
h6, .h6 {
  font-size: 22px;
}
p {
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}
.font-2 {
  font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
  margin-bottom: 10px;
}
.hero-title {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 62px;
  line-height: 64px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 18px;
  text-transform: uppercase;
  border-bottom: double #fff;
}
.hero-subtitle {
  color: #fff;
  font-size: 33px;
  line-height: 40px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 20px;
}
.hero-text {
  font-style: italic;
}
/*
 * 1.1 -> Common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
.hero {
  margin-top: 40px;
  padding: 40px;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
    padding-bottom: 56.25%;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* -------- Text Colors ---------- */
.text-black {
  color: #333 !important;
}
/* Text White Color*/
.text-white {
  color: #fff !important;
}
/* -------- Font Size ---------- */
.font-12 {
  font-size: 12px !important;
}
.font-20 {
  font-size: 20px !important;
}
/* -------- List ---------- */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul ul, ol ul {
  margin-left: 15px;
}
ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
}
ul.list li {
  margin: 5px 0;
}
ul.list li:before {
  border: none;
  color: #a9a9a9;
  content: "\f111";
  display: inline-block;
  font-family: fontawesome;
  font-size: 9px;
  margin-right: 10px;
  padding: 0;
}
ul.list li:hover:before {
  background: none;
  border-color: transparent;
}
ul.list li a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
/* -------- List White ---------- */
ul.list.list-white li:before {
  color: #fff;
}
ul.list.list-white li:hover:before {
  background: none;
  border-color: transparent;
}
ul.list.list-white li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
/* -------- List Icons ---------- */
.list-icon li {
  font-size: 14px;
  margin: 0;
}
.list-icon li i {
  color: #555555;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.square li i {
  background: #c0c0c0;
  color: #555555;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.rounded li i {
  color: #555555;
  background: #c0c0c0;
  border-radius: 50%;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.theme-colored.square li i {
  color: #fff;
}
.list-icon.theme-colored.rounded li i {
  color: #fff;
}
/* -------- Personal Info List ---------- */
.list-info li {
  clear: both;
  position: relative;
}
.list-info li label {
  display: inline-block;
  font-weight: bold;
  padding: 5px 0 0;
}
.list-info li span {
  left: 110px;
  padding: 5px 0;
  position: absolute;
}
.list-features {
  -moz-column-count: 3;
  column-count: 3;
}
.list-dashed > article {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed > div {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed > li {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed.dark-dash > article {
  border-bottom: 1px dashed #333333 !important;
}
.list-dashed.dark-dash > div {
  border-bottom: 1px dashed #333333 !important;
}
.list-dashed.dark-dash > li {
  border-bottom: 1px dashed #333333 !important;
}
ul.list.check li:before {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 12px;
}
ul.list.angle-double-right li:before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 12px;
}
ul.list.angle-right li:before {
  content: "\f105";
  font-family: fontawesome;
}
ul.list.check-circle li:before {
  content: "\f058";
  font-family: fontawesome;
  font-size: 14px;
}
/* -------- Section & Divider ---------- */
section {
  position: relative;
}
section > .container, section > .container-fluid {
  padding-top: 40px;
  padding-bottom: 70px;
}
/* -------- Box Table ---------- */
.display-table-parent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.display-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/* -------- Scroll To Top ---------- */
.scrollToTop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 15px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}
.scrollToTop i {
  color: #fff;
  font-size: 42px;
}
.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
/*
 * Overlays.less
 * -----------------------------------------------
*/
.layer-overlay {
  position: relative;
}
.layer-overlay::before {
  background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/*
 * Header.less
 * -----------------------------------------------
*/
.menuzord-brand {
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}
.menuzord-brand img {
  max-height: 80px;
}
/* -------- Custom theme style ---------- */
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
}
/* menuzord-center */
.menuzord-center .menuzord-menu {
  text-align: center;
}
.menuzord-center .menuzord-menu li {
  text-align: left;
}
.menuzord-center .menuzord-menu, .menuzord-center .menuzord-menu > li {
  float: none;
}
/* top nav circled Logo center */
.header-logo-center .top-logo {
  background: #383838 none repeat scroll 0 0;
  border-radius: 50%;
  height: 72px;
  left: 0;
  margin: auto;
  text-align: center;
  padding-top: 16px;
  position: absolute;
  right: 0;
  width: 72px;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-logo-center .top-logo img {
  width: 42px;
}
.header-logo-center .header-nav.navbar-fixed-top.animated-active .top-logo {
  height: 100px;
  width: 100px;
  top: 5px;
}
.header-logo-center .header-nav.navbar-fixed-top.animated-active .top-logo img {
  max-height: 60px;
  width: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-logo-center .menuzord-menu > li:nth-child(4) {
  margin-left: 20%;
}
/*
 * Nav.less
 * -----------------------------------------------
*/
/* -------- Header Nav ---------- */
.header-nav {
  position: relative;
}
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
}
/* -------- Menuzord ---------- */
.menuzord, .menuzord * {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.menuzord {
  padding: 0 30px;
  float: right;
  position: relative;
  background: #fff;
}
.menuzord a {
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
} /* scrollable menu */ .menuzord-menu.scrollable > .scrollable-fix {
  display: none;
}
.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.menuzord-menu.menuzord-right {
  float: right;
}
.menuzord-menu > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  outline: 0;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.menuzord-menu > li {
  display: inline-block;
}
.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a {
  color: #333;
}
/* -------- Scrolltofixed ---------- */
.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 5px;
}
.header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed .menuzord {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.header .inner-sticky-wrapper {
  height: 80px;
}
/* -------- Navbar Fixed  ---------- */
.header-nav {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header-nav.navbar-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1030;
}
/* -------- Navbar Sticky Animated ---------- */
.navbar-sticky-animated .header-nav-wrapper .container {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.navbar-sticky-animated .add-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-sticky-animated.extra-padding-top .add-padding {
  padding-top: 50px;
}
/*
 * Inner-Header-Title.less
 * -----------------------------------------------
*/
.inner-header {
  text-align: center;
}
.inner-header .title {
  font-size: 2rem;
}
/*
 * Slider.less
 * -----------------------------------------------
*/
.owl-controls {
  margin: 0;
}
.owl-controls .owl-nav > div {
  background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 45%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 6;
}
.owl-controls .owl-next {
  right: 0px;
}
.owl-controls .owl-next i {
  color: #888;
  font-size: 20px;
}
.owl-controls .owl-prev i {
  color: #888;
  font-size: 20px;
}
/* owl dots */
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  background: #666666;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 12px;
}
/* Owl top nav style */
.owl-carousel.owl-nav-top.bullet-white .owl-dots span {
  background: transparent;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div {
  background-color: transparent;
  top: -45px;
  right: 0;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div:hover i {
  color: #fff;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev {
  right: 30px;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
  border: none;
  line-height: 22px;
  padding: 0 9px;
  text-align: center;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev i, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next i {
  font-size: 14px;
}
.owl-carousel.no-bullet .owl-nav {
  display: none;
}
/* *  Owl Carousel - Animate Plugin*/
.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;
  width: 100%;
  -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 {
  display: block;
  width: 100%;
  -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;
}
/*
 * About.less
 * -----------------------------------------------
*/
.features-health {
  padding: 30px 0;
}
/*
 * Shortcode: Buttons.less
 * -----------------------------------------------
*/
.btn {
  font-size: 18px;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
}
.btn-xs {
  font-size: 14px;
  padding: 3px 14px;
  color: #333;
  text-transform: uppercase;
}
.btn-sm {
  font-size: 16px;
  padding: 5px 17px;
  color: #333;
  text-transform: uppercase;
}
.btn-lg {
  font-size: 20px;
  padding: 10px 26px;
  color: #333;
  text-transform: uppercase;
}
.btn-xl {
  font-size: 22px;
  padding: 13px 32px;
  color: #333;
  text-transform: uppercase;
}
/*
 * Shortcode: Dividers.less
 * -----------------------------------------------
*/
.divider, .parallax {
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.mobile-parallax {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}
.divider .container {
  padding-top: 50px;
  padding-bottom: 40px;
}
.divider .container.small-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.divider .container.extra-padding {
  padding-top: 180px;
  padding-bottom: 180px;
}
/*
 * Shortcode: Flip-Box.less
 * -----------------------------------------------
*/
.card {
  min-height: 230px;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.card:nth-child(1) {
  margin-left: -3px;
  margin-right: 1px;
}
.card:nth-child(1), .card .card:nth-child(3) {
  margin-right: 1px;
}
.card .card__front {
  background-size: cover;
  background-position: center center;
}
.card .card__front, .card .card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.card .card__back {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card .card__text {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 300px;
  line-height: 20px;
}
.card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.card.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
/*
 * Shortcode: Font-Icons-Style.less
 * -----------------------------------------------
*/
.social-icons a {
  color: #333333;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  float: left;
  margin: 5px 7px 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
  color: #666666;
}
.social-icons.icon-gray a {
  background-color: #eeeeee;
  color: #555555;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.social-icons.icon-gray a:hover {
  color: #bbbbbb;
}
.social-icons.icon-gray.icon-bordered a {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.social-icons.icon-gray.icon-bordered a:hover {
  border: 2px solid #d5d5d5;
}
.social-icons.icon-dark a {
  background-color: #111111;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.social-icons.icon-dark a:hover {
  color: #5e5e5e;
}
.social-icons.icon-dark.icon-bordered a {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.social-icons.icon-dark.icon-bordered a:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.social-icons.icon-bordered a {
  border: 1px solid #777777;
}
.social-icons.icon-bordered a:hover {
  background-color: #777777;
  color: #fff;
}
.social-icons.icon-rounded a {
  border-radius: 3px;
}
.social-icons.icon-circled a {
  border-radius: 50%;
}
.social-icons.icon-sm a {
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  width: 30px;
}
.social-icons.icon-md a {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.social-icons.icon-lg a {
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.social-icons.icon-xl a {
  font-size: 60px;
  height: 120px;
  line-height: 120px;
  width: 120px;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
/*
 * Shortcode: Icon-Boxes.less
 * -----------------------------------------------
*/
.icon-box {
  margin-bottom: 30px;
  padding: 40px 17px;
}
.icon-box .icon-box-title {
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
}
.image-box-thum img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.image-box-details {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*
 * Shortcode: Infinitescroll.less
 * -----------------------------------------------
*/
#infscr-loading {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  left: 48%;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 100;
}
#infscr-loading img {
  display: none;
}
/*
 * Shortcode: Section-Title.less
 * -----------------------------------------------
*/
.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  margin-top: 0;
  position: relative;
}
.section-title .sub-title {
  margin: 0;
  position: relative;
  display: inline-block;
}
.section-title p {
  font-size: 14px;
  margin-top: 5px;
  padding-top: 10px;
  color: #666666;
}
.subtitle {
  color: #373737;
}
.subtitle-divider {
  position: relative;
  top: 0;
}
.subtitle-divider::before, .subtitle-divider::after {
  content: "";
  left: 0;
  position: absolute;
  top: 10px;
  width: 330px;
  right: 0;
  margin: 0 auto;
  height: 3px;
}
.subtitle-divider::after {
  top: 18px;
  width: 280px;
}
/*
 * Team.less
 * -----------------------------------------------
*/
.expert:hover .member-info {
  -webkit-transition: 3s, 5s, 2s, 1s;
  -o-transition: 3s, 5s, 2s, 1s;
  transition: 3s, 5s, 2s, 1s;
}
.triangle-down {
  border-left: 60px solid rgba(0, 0, 0, 0);
  border-right: 60px solid rgba(0, 0, 0, 0);
  height: 0;
  margin: 0 auto;
  width: 0;
}
.expert:hover .member-info h5 a, .expert:hover .member-info h6 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.expert:hover .member-info h5 a, .expert:hover .member-info h6 {
  color: #fff;
}
.member-thumb {
  position: relative;
}
.member-thumb .triangle-down {
  left: 0;
  position: absolute;
  right: 0;
  top: -20px;
}
.expert:hover .triangle-down {
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  -webkit-transition: 3s, 5s, 2s, 1s;
  -o-transition: 3s, 5s, 2s, 1s;
  transition: 3s, 5s, 2s, 1s;
}
.expert.style2 .member-info, .expert.style2:hover .member-info {
  background: transparent;
}
/*
 * Shortcode: Testimonials.less
 * -----------------------------------------------
*/
.carousel-control.left, .carousel-control.right {
  background-image: none !important;
  filter: none;
}
.block-text {
  background-color: #fff;
  color: #626262;
  font-size: 14px;
  margin-top: 27px;
  padding-bottom: 1px;
}
.block-text a {
  color: #7d4702;
  font-size: 25px;
  font-weight: bold;
  line-height: 21px;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.block-text p {
  color: #373737;
  line-height: 20px;
  font-size: 17px;
}
.block-text ins {
  bottom: -18px;
  left: 0;
  margin: auto;
  right: 0;
}
.person-name {
  padding: 5px 0 20px;
}
.block {
  display: block;
}
.zmin {
  z-index: 1;
}
.ab {
  position: absolute;
}
.person-text {
  padding: 24px 0 0;
  text-align: center;
  z-index: 2;
}
.person-text img {
  width: 60px;
}
.rel {
  position: relative;
}
.feedback {
  position: relative;
}
.big-triangle, .big-triangle-second-color {
  border-style: solid;
  border-width: 0 0 80px 80px;
  height: 0;
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 0;
  top: 0;
  left: 0;
}
.big-icon, .big-icon-second-color {
  border-radius: 50%;
  bottom: 7px;
  height: 49px;
  position: relative;
  right: 3px;
  text-align: center;
  width: 49px;
  z-index: 20;
  background: #fff;
}
.big-icon i.fa {
  line-height: 49px;
}
/*
 * Shortcode: Toggles-Accordions.less
 * -----------------------------------------------
*/
.panel-group .panel {
  box-shadow: none;
  border: none;
  position: relative;
}
.panel-title {
  line-height: 1.2;
}
.panel-group .panel-title a {
  background: #eaeaea;
  display: block;
  font-size: 18px;
  padding: 7px 15px 7px 48px;
  white-space: normal;
  border-bottom: 1px solid #d3d3d3 !important;
  color: #333;
}
.panel-group .panel-title a.active .open-sub:after {
  display: none;
}
.panel-group .panel-title a.active::after {
  color: #fff;
  content: "\f068";
}
.panel-group .panel-title a::after {
  color: #333;
  content: "\f067";
  font-family: fontawesome;
  font-size: 14px;
  left: 0;
  padding: 10px 14px;
  position: absolute;
  top: 0;
}
.panel-group .panel-title:hover a, .panel-group .panel-title:focus a {
  color: #333333;
}
.panel-group .panel-title .open-sub {
  display: block;
  position: relative;
}
.panel-group .panel-title .open-sub:before, .panel-group .panel-title .open-sub:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  left: 50%;
}
.panel-group .panel-content {
  padding: 10px 20px 20px;
    color: #333;
}
.panel-group .panel-content > :last-child {
  margin-bottom: 0;
}
.panel-group.toggle .panel-heading {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-group.toggle .panel-body {
  padding: 10px 0 5px 25px;
}
.panel-group.accordion.transparent .panel-title a, .panel-group.toggle.transparent .panel-title a, .panel-group.accordion.transparent .panel-title a.active, .panel-group.toggle.transparent .panel-title a.active {
  background: transparent !important;
  border: none !important;
}
.panel-group.accordion.transparent .panel-title a::after, .panel-group.toggle.transparent .panel-title a::after, .panel-group.accordion.transparent .panel-title a.active::after, .panel-group.toggle.transparent .panel-title a.active::after {
  color: #333333;
  background: transparent !important;
}
.panel-group.accordion.transparent .panel-content, .panel-group.toggle.transparent .panel-content {
  background: transparent !important;
}
.panel-group.toggle .panel-heading + .panel-collapse > .panel-body, .panel-group.toggle .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
/*
 * Footer.less
 * -----------------------------------------------
*/
.footer-title {
  color: #fff;
  margin: 15px 0;
  text-transform: uppercase;
}
.footer-top span {
  font-size: 60px;
  color: #fff;
}
.footer-top p, .footer-top a {
  color: #fff;
}
.footer {
  padding: 0;
}
.footer p, .footer a {
  font-size: 12px;
  color: #fff;
}
/*Image Slide in Overlay from the Bottom*/
.img-container {
  position: relative;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2b2b71;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.img-container:hover .overlay {
  height: 100%;
  padding: 10px 20px;
}