/*------------------------------------------------------------------
    Template Name:	Bakla
    Template URI: http://enroutedigitallab.com/html/bakla/
    Description :: Bakla Landing Page 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 - Nav Menu
    # -  2.0 - Slider Area
    # -  3.0 - Service Area
    # -  4.0 - Saving Life Area
    # -  5.0 - Team Member
    # -  6.0 - Booking Area
    # -  7.0 - Priceing Table
    # -  8.0 - Footer 
    # -  9.0 - Preloader
*/
/*      Variable
----------------------------*/
html {
  font-size: 16px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #838383;
}
.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,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-family: 'Lusitana', serif;
}
h2 {
  font-size: 2.5rem;
  line-height: 3.75rem;
  margin-top: 0;
}
h3 {
  font-size: 1.375rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin-top: .9rem;
  margin-bottom: 10px;
}
.section-heading {
  padding-bottom: 3.75rem;
}
.section-heading h2 {
  position: relative;
  padding-bottom: .9rem;
}
.section-heading h2:before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #4394c3;
  width: 2.5rem;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-heading span {
  display: block;
  font-size: 1.125rem;
  color: #c7c7c7;
  font-family: 'Lusitana', serif;
  font-weight: 700;
}
.section-padding {
  padding-top: 4.798rem;
  padding-bottom: 3.489rem;
}
.dog-groomer-button {
  color: #fff;
  background: #4394c3;
  display: inline-block;
  padding: 0.8333rem 2.228rem;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 1rem;
}
.dog-groomer-button:hover {
  background: #2ea7ed;
  color: #fff;
}
.ash-white-bg {
  background: #fafafa;
}
/***=======================
/*Nav Menu
/*======================***/
.navbar-brand {
  height: auto;
}
.menu-area {
  padding-top: 1rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #f0f0f0;
}
.menu-area .navbar-nav {
  padding-top: 1.1rem;
}
.menu-area .navbar-nav li {
  padding: 0.8333rem 1.171rem;
}
.menu-area .navbar-nav li a {
  color: #656565;
  font-size: 0.875rem;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
.menu-area .navbar-nav li a:hover {
  color: #4394c3;
}
.menu-area .navbar-nav li:last-child {
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
}
.menu-area .navbar-brand {
  padding-left: 0;
}
/***=======================
/*End Nav Menu
/***=======================
/*Slider Area
/*======================***/
.slider-area {
  background: url('../images/banner.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.slider-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.1);
}
.slider {
  max-width: 560px;
  padding-top: 22rem;
  padding-bottom: 7.7rem;
  position: relative;
  color: #fff;
}
.slider .greatting {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4.5rem;
  padding-bottom: .6rem;
  font-family: 'Lusitana', serif;
}
.slider p {
  margin-bottom: 1.8rem;
}
/***=======================
/*End Slider Area
/*======================***/
/***=======================
/* Service Area
/*======================***/
.service-item {
  padding: 0 .5rem;
  text-align: center;
  margin-bottom: 30px;
}
.service-item .image {
  display: inline-block;
  border: 12px solid #4394c3;
  border-radius: 50%;
}
.service-item .image img {
  border: 6px solid #fff;
  max-width: 175px;
  max-height: 175px;
}
.service-item h3 {
  font-weight: 600;
}
.service-item h3 a:hover {
  color: #4394c3;
}
.service-item p {
  margin-bottom: 1.7rem;
}
/***=======================
/* End Service Area
/*======================***/
/***=======================
/* Saving Life Area
/*======================***/
.saving-life-area {
  background: #eff4f8;
}
.saving-life-area .image img {
  float: right;
}
.saving-life-text {
  max-width: 515px;
  padding-top: 4.75rem;
  padding-bottom: 4rem;
}
.saving-life-text h2 {
  margin-bottom: .9rem;
}
.saving-life-text .counter {
  font-weight: 700;
  font-family: 'Lusitana', serif;
  padding-top: 2rem;
}
.saving-life-text .counter span {
  display: block;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.25rem;
  color: #4394c3;
}
/***=======================
/* End Saving Life Area
/*======================***/
/***=======================
/* Team Member
/*======================***/
.team-member {
  text-align: center;
  padding: 0 .8rem;
}
.team-member .image {
  display: inline-block;
}
.team-member .image img {
  max-width: 130px;
  max-height: 130px;
}
.team-member .text {
  padding-top: .5rem;
}
.team-member .text .social-link {
  padding-top: 8px;
  padding-left: 0;
}
.team-member .text .social-link li {
  display: inline-block;
  list-style: none;
  padding: 4px;
}
.team-member .text .social-link li a {
  color: #b3b3b3;
  font-size: 0.625rem;
  font-weight: 600;
}
.team-member .text .social-link li a i {
  font-size: 0.5rem;
  border: 1px solid #b3b3b3;
  display: inline-block;
  padding: 6px 2px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-right: 3px;
}
/***=======================
/* End Team Member 
/*======================***/
/***=======================
/* Booking Area
/*======================***/
.booking-area {
  background: #4394c3;
}
.booking-area .heading {
  padding-top: 3px;
  padding-bottom: 1.1rem;
  max-width: 475px;
}
.booking-area h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: .85rem;
}
.booking-area p {
  color: #fff;
}
.booking-area .book-consulation {
  padding-top: 3.972rem;
  padding-bottom: 3.9rem;
}
.booking-area .book-consulation a {
  background: #385461;
  padding: 1.16rem  3.5rem;
  color: #fff;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.booking-area .book-consulation a:hover {
  background: #212121;
}
/***=======================
/*End Booking Area
/*======================***/
/***=======================
/* Priceing Table
/*======================***/
.price-table {
  background: #f7f7f7;
  border: 1px solid #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 1rem;
  margin-bottom: 35px;
}
.price-table h3 {
  position: relative;
  padding-bottom: 0.75rem;
}
.price-table h3:before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #4394c3;
  width: 2.5rem;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.price-table .price-box {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 2.3rem auto 1rem;
  font-weight: 600;
}
.price-table .price-box .rate {
  font-size: 3rem;
  color: #111111;
  padding-top: 3rem;
  line-height: 2.4rem;
}
.price-table .price-box .rate sup {
  font-size: 1.8rem;
}
.price-table .price-box .monthly {
  font-size: 0.75rem;
}
.price-table .product-feature ul {
  margin: 0;
  padding: 0;
}
.price-table .product-feature li {
  list-style: none;
  font-size: 0.9375rem;
  padding: 0.5rem 0;
}
.price-table .dog-groomer-button {
  padding: 0.6875rem 1.875rem;
  margin-top: 2.2rem;
  margin-bottom: 1.4rem;
  font-size: 0.875rem;
  font-weight: 700;
}
/***=======================
/* End Priceing Table
/*======================***/
/***=======================
/*Footer
/*======================***/
.bottom-social-link {
  background: #414245;
  text-align: center;
}
.bottom-social-link ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.bottom-social-link ul li {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  padding: 2.84rem .7rem 2.3rem .7rem;
  border-right: 1px solid #303133;
}
.bottom-social-link ul li a {
  color: #bebebe;
  font-size: 1.125rem;
  display: block;
  font-weight: 600;
}
.bottom-social-link ul li a:hover {
  color: #fff;
}
.bottom-social-link ul li:last-child {
  border-right: 0;
}
.main-footer {
  background: #3a3a3d;
  padding-top: 5.544rem;
  padding-bottom: 2.944rem;
}
.footer-text {
  text-align: center;
}
.footer-text img {
  display: inline-block;
}
.footer-text .address {
  color: #cccccc;
  max-width: 240px;
  margin: 2.4rem auto;
}
.footer-text .address span {
  display: block;
  margin-bottom: 5px;
}
.footer-text .address .name {
  margin-bottom: .9rem;
}
/***=======================
/*End Footer
/*======================***/
/***=======================
/* Preloader
/*======================***/
#loading {
  background-color: #4394c3;
  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
/*======================***/
