/*------------------------------------------------------------------
    Template Name:	Bakla
    Template URI: http://enroutedigitallab.com/html/bakla/
    Description :: Bakla Landing TEMPLATE
    Author: enroutedigitallab
    Author URI: http://enroutedigitallab.com/
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
*/
/*========================================================================
    Index
    ------------------------------------------------------------------------
    # -  1.0 - Top Bar
    # -  2.0 - Nav Menu
    # -  3.0 - Slider Area
    # -  4.0 - Service Area
    # -  5.0 - About Area
    # -  6.0 - Team Member
    # -  7.0 - Testimonial
    # -  8.0 - Priceing Table
    # -  9.0 - Our Client
    # - 10.0 - Client Feedback
    # - 11.0 - Footer
    # - 12.0 - Preloader
*/
/*      Variable
----------------------------*/
html {
  font-size: 15px;
}
body {
  font-family: 'Rambla', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #949295;
}
.t2s {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.t3s {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.t5s {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.clear {
  clear: both;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.pdl0 {
  padding-left: 0;
}
.pdr0 {
  padding-right: 0;
}
a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}
input,
button,
textarea,
select {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: 0;
}
input[type='submit']:focus {
  outline: 0;
}
/*  Heading Tag
-------------------*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
}
h2 {
  font-size: 3.2rem;
  line-height: 3.9rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  color: #949295;
  font-family: 'Poiret One', cursive;
}
h3 {
  font-size: 1.2rem;
  line-height: 1.875rem;
  margin-bottom: 7px;
  font-family: 'Dosis', sans-serif;
  color: #7f7d80;
}
h4 {
  font-family: 'Dosis', sans-serif;
}
.section-heading {
  padding-bottom: 4.4rem;
}
.section-heading .sub-heading {
  display: block;
  color: #cab3d0;
  font-family: 'Courgette', cursive;
}
.section-padding {
  padding-top: 6.5rem;
  padding-bottom: 5rem;
}
.spa-button {
  color: #fff;
  display: inline-block;
  background: #cab3d0;
  padding: 0.8333rem 2.228rem;
  font-weight: 700;
  font-size: 0.9333rem;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 1rem;
}
.spa-button:hover {
  background: #b286bd;
  color: #fff;
}
.ash-white-bg {
  background: #fafafa;
}
/***=======================
/*Top Bar
/*======================***/
.top-bar-area {
  padding: 3.4rem 0 3.733rem 0;
}
.top-bar-right span {
  display: block;
  font-size: 1.067rem;
}
.top-bar-right .date-time {
  color: #cab3d0;
}
.social-media ul {
  margin: 0;
  padding: 0;
}
.social-media ul li {
  display: inline-block;
  list-style: none;
  padding: 5px 3px;
}
.social-media ul li a {
  font-size: 1rem;
  color: #9a9a9a;
  display: block;
  text-align: center;
}
.social-media ul li a:hover {
  color: #cab3d0;
}
/***=======================
/*End Top Bar
/*======================***/
/***=======================
/*Nav Menu
/*======================***/
.menu-area .navbar-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  float: none;
}
.menu-area .navbar-nav li {
  padding: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.menu-area .navbar-nav li a {
  font-size: 1.067rem;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  background: transparent;
  border-right: 1px solid #524a52;
  padding: 1.333rem 3px 1.533rem 3px;
}
.menu-area .navbar-nav li a:hover {
  color: #cab3d0;
}
.menu-area .navbar-nav li:last-child a {
  border-right: 0;
}
.menu-area .navbar-collapse {
  padding: 0;
}
.menu-area .navbar {
  margin-bottom: 1.5rem;
  float: left;
  width: calc(100% - 180px);
  margin: 0;
}
.menu-area .navbar-brand {
  padding-left: 0;
}
.menu-area .social-media {
  width: 180px;
  float: right;
}
.menu-area .social-media ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-area .social-media ul li {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.233rem 3px;
  background: #2d272e;
  background: #111111;
  margin-left: 1px;
}
.menu-area .social-media ul li a {
  position: relative;
  font-size: 1.067rem;
}
.main-menu {
  background: rgba(47, 42, 48, 0.9);
  overflow-y: hidden;
}
/***=======================
/*End Nav Menu
/***=======================
/*Slider Area
/*======================***/
.site-header {
  background: url('../images/banner.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
.site-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(62, 55, 64, 0.6);
}
.slider {
  max-width: 620px;
  padding-top: 9.2rem;
  padding-bottom: 10.7rem;
  position: relative;
}
.slider .greatting {
  font-size: 3.2rem;
  line-height: 3.9rem;
  font-family: 'Poiret One', cursive;
  padding-bottom: 1.867rem;
}
.slider p {
  margin-bottom: 1.8rem;
}
.slider .spa-button {
  border-radius: 40px;
}
/***=======================
/*End Slider Area
/*======================***/
/***=======================
/* Service Area
/*======================***/
.service-item {
  margin-bottom: 30px;
}
.service-item .image {
  position: relative;
  margin-bottom: 1.7rem;
}
.service-item h3 {
  font-weight: 600;
}
.service-item h3 a:hover {
  color: #cab3d0;
}
/***=======================
/* End Service Area
/*======================***/
/***=======================
/* About Area
/*======================***/
.about-area {
  background: url('../images/about-bg.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
.about-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.77);
}
.about-area .section-heading {
  padding-bottom: 2.8rem;
}
.about-area .section-heading h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #fff;
}
.about-area .text {
  margin-bottom: 2.333rem;
  margin-top: 3px;
}
/***=======================
/* End About Area
/*======================***/
/***=======================
/* Team Member
/*======================***/
.team-member {
  margin-bottom: 30px;
  text-align: center;
}
.team-member .image {
  display: inline-block;
  position: relative;
}
.team-member .image .social-media {
  position: absolute;
  bottom: -10px;
  background: #fff;
  left: 30px;
  width: calc(100% - 60px);
  box-shadow: 0 1px 0 #f2f2f2;
  border-radius: 4px;
}
.team-member .image .social-media ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.team-member .image .social-media ul li {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-right: 1px solid #f2f2f2;
}
.team-member .image .social-media ul li a {
  font-size: 1.067rem;
  padding: 2px;
}
.team-member .text {
  padding-top: 1.333rem;
}
.team-member .text .designation {
  font-size: 0.8667rem;
  font-family: 'Courgette', cursive;
  color: #cab3d0;
  display: block;
  margin-bottom: 0.8rem;
}
.team-member .text .social-media {
  padding: 0.775rem 0;
}
.team-member .text .social-media ul li:last-child {
  padding-right: 0;
}
.team-member .text h3 {
  margin-top: 7px;
  margin-bottom: 0;
}
.team-member .text h3 a:hover {
  color: #cab3d0;
}
/***=======================
/* End Team Member 
/*======================***/
/***=======================
/* Testimonial
/*======================***/
.testimonial-area {
  background: url('../images/testimonial-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 6.875rem;
  padding-bottom: 7.075rem;
}
.testimonial-area:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial-area .testimonial {
  color: #fff;
}
.testimonial-area .testimonial blockquote {
  font-size: 3.2rem;
  border: 0;
  line-height: 4rem;
  padding: 0 0 2rem 0;
  font-weight: 400;
  margin-bottom: 3.2rem;
  font-family: 'Poiret One', cursive;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.testimonial-area .testimonial blockquote:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 60px;
  background: #cab3d0;
  content: '';
}
.testimonial-area .testimonial .client-name {
  font-size: 1.125rem;
  font-family: 'Courgette', cursive;
}
/***=======================
/* End Testimonial
/*======================***/
/***=======================
/* Priceing Table
/*======================***/
.price-table {
  margin-bottom: 30px;
}
.price-table .image {
  display: inline-block;
}
.price-table .text h3 {
  font-weight: 700;
  margin-top: 0.8rem;
}
.price-table .text .price {
  color: #cab3d0;
  display: block;
  margin-bottom: 1.333rem;
}
.price-table .text .spa-button {
  padding: 0.4733rem 1.928rem;
  margin-bottom: 6px;
  margin-top: 16px;
}
/***=======================
/* End Priceing Table
/*======================***/
/***=======================
/* Our Client
/*======================***/
.clients-area {
  background: #b286bd;
  padding-top: 6rem;
  padding-bottom: 5.133rem;
}
.our-client ul {
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.our-client ul li {
  list-style: none;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  color: #fff;
}
.our-client ul li .icon {
  font-size: 3.75rem;
  margin-bottom: 1.438rem;
}
.our-client ul li span {
  font-weight: 800;
  font-size: 1.125rem;
}
/***=======================
/* End Our Client
/*======================***/
/***=======================
/* Client Feedback
/*======================***/
.single-feedback {
  display: table;
  padding: 0 6px;
  margin-bottom: 30px;
}
.single-feedback .image {
  display: table-cell;
  vertical-align: middle;
}
.single-feedback .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.single-feedback .text h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 0.8rem;
  margin-top: 0;
}
/***=======================
/* End Client Feedback
/*======================***/
/***=======================
/*Footer
/*======================***/
.main-footer {
  background: #f7f7f7;
}
.footer-text {
  text-align: center;
  margin-top: 6px;
}
.footer-text .map-location {
  font-size: 8rem;
  color: #b286bd;
}
.footer-text .address-mobile .address {
  max-width: 300px;
  margin: 1.5rem auto .9rem auto;
  font-size: 1.2rem;
  line-height: 1.875rem;
  font-weight: 300;
  font-family: 'Dosis', sans-serif;
}
.footer-text .address-mobile span {
  display: block;
}
.footer-text .address-mobile .mobile {
  color: #838383;
  font-size: 0.8667rem;
  font-weight: 700;
}
.footer-social {
  max-width: 785px;
  margin: 4rem auto 2.3rem auto;
}
.footer-social ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.footer-social ul li {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  padding: 0 8px;
  text-align: center;
}
.footer-social ul li a {
  background: #fff;
  color: #bfbfbf;
  min-height: 180px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  flex-pack: center;
  border-radius: 4px;
  border-bottom: 3px solid #b286bd;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.footer-social ul li a span {
  display: block;
  color: #b2b2b2;
  margin-top: 0.9333rem;
}
.footer-social ul li a i {
  display: block;
  font-size: 2.4rem;
}
.footer-social ul li a:hover {
  color: #b286bd;
}
.footer-social ul li a:hover span {
  color: #b286bd;
}
/***=======================
/*End Footer
/*======================***/
/***=======================
/* Preloader
/*======================***/
#loading {
  background-color: #cab3d0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#loading .object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  position: absolute;
  left: 65px;
  top: 65px;
  border-radius: 500px;
}
#loading .object:nth-child(2n+0) {
  margin-right: 0px;
}
#loading #object_one {
  -webkit-animation: object_one 2s infinite;
  animation: object_one 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#loading #object_two {
  -webkit-animation: object_two 2s infinite;
  animation: object_two 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#loading #object_three {
  -webkit-animation: object_three 2s infinite;
  animation: object_three 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#loading #object_four {
  -webkit-animation: object_four 2s infinite;
  animation: object_four 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#loading #object_five {
  -webkit-animation: object_five 2s infinite;
  animation: object_five 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#loading #object_six {
  -webkit-animation: object_six 2s infinite;
  animation: object_six 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#loading #object_seven {
  -webkit-animation: object_seven 2s infinite;
  animation: object_seven 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#loading #object_eight {
  -webkit-animation: object_eight 2s infinite;
  animation: object_eight 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px);
  }
}
@keyframes object_one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px);
  }
}
@-webkit-keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px);
  }
}
@keyframes object_two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px);
  }
}
@-webkit-keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px);
  }
}
@keyframes object_three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px);
  }
}
@-webkit-keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0);
  }
}
@keyframes object_four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0);
  }
}
@-webkit-keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px);
  }
}
@keyframes object_five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px);
  }
}
@-webkit-keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px);
  }
}
@keyframes object_six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px);
  }
}
@-webkit-keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px);
  }
}
@keyframes object_seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px);
  }
}
@-webkit-keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0);
  }
}
@keyframes object_eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0);
  }
}
/***=======================
/* End Preloader
/*======================***/
