/*------------------------------------------------------------------
    Template Name:	Bakla
    Template URI: http://enroutedigitallab.com/html/bakla/
    Description :: 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 - Dentist Hub Area
    # -  5.0 - Service Area
    # -  6.0 - Our Expart
    # -  7.0 - Testimonial
    # -  8.0 - Consulation
    # -  9.0 - Get in Touch
    # - 10.0 - Footer
    # - 11.0 - Preloader
*/
/*      Variable
----------------------------*/
html {
  font-size: 17px;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  color: #666666;
}
p {
  font-family: 'Raleway', sans-serif;
}
.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;
  color: #666666;
}
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 {
  font-family: 'Montserrat', sans-serif;
  color: #111111;
}
h2 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.section-heading {
  padding-bottom: 3.5rem;
}
.section-heading span {
  display: block;
  font-size: 1rem;
  color: #a0a0a0;
}
.section-padding {
  padding-top: 3.778rem;
  padding-bottom: 3.889rem;
}
/***=======================
/*Top Bar
/*======================***/
.top-bar {
  background: #368e7c;
}
.top-bar .phone-number {
  color: #fff;
  font-size: 0.7778rem;
  padding-top: 5px;
}
.top-bar .phone-number i {
  margin-right: 5px;
}
.top-bar-social ul {
  margin: 0;
  padding: 0;
}
.top-bar-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: -3px;
}
.top-bar-social ul li a {
  font-size: 0.8889rem;
  color: #a5d6cc;
  background: #3c9e8a;
  width: 1.667rem;
  height: 2.222rem;
  display: block;
  text-align: center;
  padding-top: 5px;
}
.top-bar-social ul li a:hover {
  color: #fff;
  -webkit-transform: sale(1.5);
  -ms-transform: sale(1.5);
  transform: sale(1.5);
}
.top-bar-social ul li:first-child {
  margin-right: -2px;
}
/***=======================
/*End Top Bar
/*======================***/
/***=======================
/*Nav Menu
/*======================***/
.menu-area {
  padding-top: 0.7778rem;
  border-bottom: 1px solid #f0f0f0;
}
.menu-area .navbar-nav li {
  padding: 0.8333rem 1.111rem;
}
.menu-area .navbar-nav li a {
  color: #939393;
  font-size: 0.7778rem;
  padding: 0;
  background: transparent;
}
.menu-area .navbar-nav li a:hover {
  color: #4dcab1;
}
.menu-area .navbar-nav li:last-child {
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0.7222rem;
}
.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 right;
  background-repeat: no-repeat;
}
.slider {
  max-width: 560px;
  padding-top: 12rem;
  padding-bottom: 12.33rem;
}
.slider .greatting {
  font-size: 3.444rem;
  color: #111111;
  font-weight: 700;
  line-height: 3.444rem;
  padding-bottom: 1.111rem;
}
.slider p {
  margin-bottom: 1.889rem;
}
.dentist-button {
  background: #4dcab1;
  color: #fff;
  display: inline-block;
  padding: 0.8333rem 2.278rem;
  font-weight: 700;
  font-size: 0.8889rem;
}
.dentist-button:hover {
  color: #fff;
  background: #2c9e87;
}
/***=======================
/*End Slider Area
/*======================***/
/***=======================
/* Dentist Hub Area
/*======================***/
.dentist-hub-area .section-heading h2 {
  margin-bottom: 1.944rem;
}
.dentist-hub-area p {
  font-weight: 300;
  margin-bottom: 0;
}
.dentist-hub-item {
  border: 1px solid #f0f0f0;
  padding: 3.444rem 0;
  margin-bottom: 1.667rem;
}
.dentist-hub-item .icon {
  padding-top: 4px;
  padding-bottom: 1.167rem;
}
.dentist-hub-item .icon img {
  margin-left: auto;
  margin-right: auto;
}
.dentist-hub-item span {
  display: block;
  font-size: 0.7778rem;
  font-weight: 700;
}
/***=======================
/*End Dentist Hub Area
/*======================***/
/***=======================
/* Service Area
/*======================***/
.service-area {
  background: #fafafa;
}
.service-item {
  margin-bottom: 1.667rem;
}
.service-item .image {
  position: relative;
}
.service-item .image .service-name {
  position: absolute;
  bottom: 0.4444rem;
  right: 0.8333rem;
  text-shadow: 1px 0px #282121;
  color: #fff;
  font-weight: 700;
}
.service-item .image .plus-icon {
  background: #4dcab1;
  border: 5px solid #fff;
  position: absolute;
  left: 1.111rem;
  bottom: -18px;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  font-size: 1.333rem;
  color: #fff;
}
.service-item .image .plus-icon span {
  margin-top: -3px;
  vertical-align: top;
  display: table-caption;
  padding-left: 7px;
}
.service-item .price {
  text-align: center;
  background: #fff;
  padding-top: 0.7222rem;
  padding-bottom: 0.7222rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.service-item .price .text {
  font-size: 0.6667rem;
}
.service-item .price .rate {
  color: #368e7c;
  font-weight: 700;
}
.service-item:hover .price {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
/***=======================
/* End Service Area
/*======================***/
/***=======================
/* Our Expart
/*======================***/
.expart-member {
  margin-bottom: 55px;
}
.expart-member .image {
  position: relative;
}
.expart-member .text {
  position: absolute;
  bottom: -50px;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
  overflow: hidden;
  background: #4dcab1;
  display: table;
}
.expart-member .text .name {
  font-weight: 700;
  padding: 0.5044rem 0.8333rem 0.5044rem 0.8333rem;
  width: calc(100% - 100px);
  position: relative;
  overflow: hidden;
  display: table-cell;
}
.expart-member .text .name span {
  font-weight: 400;
}
.expart-member .text .name:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27px 155px 0;
  border-color: transparent #368e7c transparent ;
  position: absolute;
  content: '';
  bottom: -3px;
  right: 0;
}
.expart-member .text .social-icon {
  display: table-cell;
  background: #368e7c;
  width: 100px;
  vertical-align: middle;
}
.expart-member .text .social-icon ul {
  padding: 7px 7px 0 0;
  list-style: none;
  text-align: right;
}
.expart-member .text .social-icon ul li {
  display: inline-block;
  padding: 0 6px;
}
.expart-member .text .social-icon ul li a {
  color: #a5d6cc;
  font-size: 0.8889rem;
}
.expart-member .text .social-icon ul li a:hover {
  color: #fff;
}
/***=======================
/* End Our Expart
/*======================***/
/***=======================
/* Testimonial
/*======================***/
.testimonial-area {
  background: #fafafa;
}
.testimaial-item {
  padding: 2rem;
  background: #fff;
  display: table;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.testimaial-item .image {
  width: 105px;
  vertical-align: middle;
  display: table-cell;
}
.testimaial-item .text {
  display: table-cell;
}
.testimaial-item .text .client-name {
  color: #4dcab1;
  font-weight: 700;
  margin-bottom: 0.4444rem;
  display: block;
}
.testimaial-item .text p {
  font-weight: 300;
  margin-bottom: 5px;
}
/***=======================
/*End Testimonial
/*======================***/
/***=======================
/* Consulation
/*======================***/
.consulation-area {
  background: #4dcab1;
}
.consulation-area .heading {
  padding-top: 6px;
  padding-bottom: 0.6667rem;
}
.consulation-area h2 {
  color: #fff;
}
.consulation-area p {
  color: #fff;
}
.consulation-area .book-consulation {
  padding-top: 2.722rem;
}
.consulation-area .book-consulation a {
  background: #368e7c;
  padding: 1.056rem  3.167rem;
  color: #fff;
  font-size: 0.8889rem;
}
.consulation-area .book-consulation a:hover {
  background: #246557;
}
/***=======================
/*End Consulation
/*======================***/
/***=======================
/* Get in Touch
/*======================***/
.single-information {
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 1rem 0.5556rem;
  margin-bottom: 30px;
}
.single-information .icon {
  height: 5rem;
  width: 5rem;
  background: #4dcab1;
  color: #fff;
  margin: .65rem auto;
  font-size: 2.667rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-information span {
  display: block;
  font-size: 0.8889rem;
  margin-bottom: 5px;
}
.single-information .name {
  color: #4dcab1;
  margin-bottom: 0.2rem;
}
.single-information .mobile-no {
  font-family: 'Raleway', sans-serif;
}
.single-information.address .icon {
  font-size: 1.667rem;
}
.single-information.map .icon {
  font-size: 2rem;
}
/***=======================
/*End Get in Touch
/*======================***/
/***=======================
/*Footer
/*======================***/
.main-footer {
  background: #fcfcfc;
  border-top: 1px solid #f0f0f0;
  padding: 4.444rem 0;
}
.footer-left {
  padding-top: 0.9444rem;
  padding-bottom: .5rem;
}
.footer-left .logo {
  padding-bottom: 0.8333rem;
}
.footer-right {
  padding-top: 0.5556rem;
}
.footer-right ul {
  padding-left: 0;
}
.footer-right ul li {
  display: inline-block;
  list-style: none;
}
.footer-right ul li a:hover {
  color: #4dcab1;
}
.footer-right .footer-social ul li {
  padding: 5px 0.6667rem;
}
.footer-right .footer-social ul li a {
  color: #939393;
}
.footer-right .footer-social ul li:last-child {
  padding-right: 0;
}
.footer-right .footer-menu ul {
  margin-bottom: 0;
}
.footer-right .footer-menu ul li {
  font-size: 0.6667rem;
  padding: 5px 0.8889rem;
  position: relative;
}
.footer-right .footer-menu ul li a {
  color: #939393;
}
.footer-right .footer-menu ul li a:hover {
  color: #111111;
}
.footer-right .footer-menu ul li:after {
  content: '|';
  position: absolute;
  right: -4px;
  color: #c7c7c7;
}
.footer-right .footer-menu ul li:last-child {
  padding-right: 0;
}
.footer-right .footer-menu ul li:last-child:after {
  display: none;
}
.footer-right .copyright {
  color: #c7c7c7;
  font-size: 0.6667rem;
}
/***=======================
/*End Footer
/*======================***/
/***=======================
/* Preloader
/*======================***/
#loading {
  background-color: #4dcab1;
  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
/*======================***/
