/*------------------------------------------------------------------
    Template Name:	Bakla
    Template URI: http://enroutedigitallab.com/html/bakla/
    Description :: Bakla Landing Page
    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 - About Me Area
    # -  4.0 - Feature Area
    # -  5.0 - Our Expart
    # -  6.0 - Counting Area
    # -  7.0 - Testimonial
    # -  8.0 - Pricing Table
    # -  9.0 - Trainning Gallery Area
    # - 10.0 - Consulation
    # - 11.0 - Get in Touch
    # - 12.0 - Footer
    # - 13.0 - Preloader
*/
/*      Variable
----------------------------*/
html {
  font-size: 16px;
}
body {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  color: #666666;
}
p {
  font-family: 'Open Sans', 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 {
  color: #111111;
}
h2 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: 500;
  color: #212121;
}
h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #212121;
}
.section-heading {
  padding-bottom: 4.1rem;
}
.section-heading h2 {
  margin-bottom: 1.4rem;
}
.section-heading span {
  display: block;
  font-size: 1.125rem;
  color: #909090;
  font-weight: 600;
}
.section-padding {
  padding-top: 3.518rem;
  padding-bottom: 3.889rem;
}
.trainner-button {
  color: #fff;
  background: #2728fe;
  display: inline-block;
  padding: 0.8333rem 2.228rem;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: 'Open Sans', sans-serif;
  margin-right: 10px;
  margin-top: 1rem;
}
.trainner-button:hover {
  background: #2728fe;
  color: #fff;
}
.ash-white-bg {
  background: #fafafa;
}
/***=======================
/*Nav Menu
/*======================***/
.menu-area {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  padding: 1.25rem 0;
}
.menu-area .text-right {
  position: relative;
}
.training-hamburger {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  overflow: visible;
  position: absolute;
  text-transform: none;
  top: 25px;
  -webkit-transform: translateY(calc(-45%));
  -ms-transform: translateY(calc(-45%));
  transform: translateY(calc(-45%));
  transition-duration: 0.5s;
  transition-property: opacity, filter, -webkit-filter;
  transition-timing-function: linear;
  z-index: 999;
  right: 0;
  text-align: left;
}
.training-hamburger-box {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 36px;
  margin: auto;
}
.training-hamburger-inner {
  position: relative;
}
.mobile-menu-close {
  display: none;
}
.training-hamburger-inner {
  background-color: #fff;
  border-radius: 4px;
  height: 3px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease;
  width: 35px;
  margin-right: 7px;
}
.training-hamburger-inner:before,
.training-hamburger-inner:after {
  background-color: #fff;
  border-radius: 4px;
  height: 3px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform, -webkit-transform;
  width: 35px;
  content: '';
  display: block;
  left: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.training-hamburger-inner:before {
  top: 10px;
}
.training-hamburger-inner:after {
  top: 20px;
}
.is-active .training-hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.is-active .training-hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.is-active .training-hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.nav-hide {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  position: relative;
  top: 30px;
}
.nav-show {
  position: relative;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: 1s;
  transition: 1s;
  top: 0px;
}
.logo {
  padding-top: 10px;
}
.main-menu {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
}
.main-menu li {
  display: inline-block;
  padding: 5px 18.4px;
}
.main-menu li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin: 13px 0;
  text-transform: uppercase;
  text-decoration: none;
}
/***=======================
/*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.8);
}
.slider {
  max-width: 580px;
  padding-top: 12.5rem;
  padding-bottom: 11rem;
  position: relative;
  color: #fff;
}
.slider .greatting {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 4.5rem;
  padding-bottom: 1.321rem;
}
.slider p {
  margin-bottom: 2.0rem;
  line-height: 1.75rem;
}
/***=======================
/*End Slider Area
/*======================***/
/***=======================
/* About Me Area
/*======================***/
.about-me-area {
  padding-top: 5rem;
}
.about-me {
  padding-top: 2.813rem;
}
.about-me .section-heading {
  padding-bottom: 2rem;
}
.about-me p {
  margin-bottom: 1.8rem;
}
/***=======================
/* About Me Area
/*======================***/
/***=======================
/* Feature Area
/*======================***/
.feature-item {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}
.feature-item .image {
  padding-bottom: 0.75rem;
}
.feature-item .image img {
  margin-left: auto;
  margin-right: auto;
}
.feature-item h3 {
  margin-bottom: 1.25rem;
}
.feature-item p {
  font-size: 0.875rem;
  line-height: 1.438rem;
  margin-bottom: 3px;
}
/***=======================
/* End Feature Area
/*======================***/
/***=======================
/* Our Expart
/*======================***/
.expart-member {
  margin-bottom: 30px;
}
.expart-member .image {
  position: relative;
}
.expart-member .name-social {
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.expart-member .text {
  overflow: hidden;
  display: table;
  width: 100%;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
}
.expart-member .text .name {
  font-weight: 700;
  padding: .95rem;
  width: calc(100% - 90px);
  position: relative;
  overflow: hidden;
  display: table-cell;
  font-size: 1.563rem;
  color: #212121;
}
.expart-member .text .name:after {
  height: 121px;
  width: 1px;
  background: #e9e9e9;
  content: '';
  position: absolute;
  top: -98%;
  right: 0;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.expart-member .text .social-icon {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
}
.expart-member .text .social-icon ul {
  padding: 0 7px 0 0;
  list-style: none;
  text-align: right;
  margin-bottom: 0;
}
.expart-member .text .social-icon ul li {
  display: inline-block;
  padding: 0 6px;
}
.expart-member .text .social-icon ul li a {
  color: #909090;
  font-size: 1rem;
}
/***=======================
/* End Our Expart
/*======================***/
/***=======================
/* Counting Area
/*======================***/
.counting-area {
  background: #e2574c;
  color: #fff;
}
.counting-area ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.counting-area ul li {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  border-right: 1px solid #ff7c73;
  text-align: center;
  padding-top: 5.188rem;
  padding-bottom: 5.625rem;
}
.counting-area ul li span {
  display: block;
  font-size: 1.125rem;
  font-size: 500;
}
.counting-area ul li .counter-digit {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 5px;
}
.counting-area ul li:last-child {
  border: 0;
}
/***=======================
/* End Counting Area
/*======================***/
/***=======================
/* Testimonial
/*======================***/
.tesimonial-tab ul {
  text-align: center;
  padding-left: 0;
}
.tesimonial-tab ul li {
  display: inline-block;
}
.tab-content span {
  font-size: 1.563rem;
  line-height: 2rem;
  font-weight: 500;
}
.clients-name {
  transition: 2s;
}
.clients-name .image {
  transition: 2s;
}
.clients-name .image img {
  border: 2px solid transparent;
}
.clients-name .name {
  transition: 2s;
}
.tesimonial-tab ul li.active .clients-name .image img {
  border-color: #e2574c;
}
.tesimonial-tab ul li.active .clients-name span {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  width: auto;
}
.tesimonial-tab .tab-content {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  background: #f7f7f7;
  text-align: center;
  border: 1px solid #fff;
  padding: 1.875rem 2.5rem;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  margin-bottom: 3.125rem;
}
.tesimonial-tab .tab-content blockquote {
  border: 0;
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #808080;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
/***=======================
/* End Testimonial
/*======================***/
/***=======================
/* Pricing Table
/*======================***/
.single-pricing-table {
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  background: #fff;
  margin-bottom: 30px;
  padding: 15px 0;
}
.single-pricing-table .table-header {
  padding-top: 1rem;
}
.single-pricing-table .table-header h3 {
  color: #e2574c;
  font-weight: 600;
  margin-top: 0;
}
.single-pricing-table .monthly-pay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  padding: 9px 0;
}
.single-pricing-table .monthly-pay .per-month {
  background: #f2f2f2;
  font-size: 0.875rem;
  font-weight: 700;
  color: #212121;
}
.single-pricing-table .monthly-pay .pey-amount {
  font-size: 1.5rem;
  background: #e2574c;
  color: #fff;
  font-weight: 600;
}
.single-pricing-table .monthly-pay > div {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px 0;
}
.single-pricing-table .feature-list {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.single-pricing-table .feature-list li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.875rem;
  padding: 7px 0;
}
.single-pricing-table .feature-list li:last-child {
  border-bottom: 0;
}
.single-pricing-table.active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/***=======================
/*End Pricing Table
/*======================***/
/***=======================
/* Trainning Gallery Area
/*======================***/
.gallery-photo-item {
  margin-bottom: 30px;
}
/***=======================
/* End Trainning Gallery Area
/*======================***/
/***=======================
/* Consulation
/*======================***/
.consulation-area {
  background: #e2574c;
}
.consulation-area .heading {
  padding-top: 1.6rem;
  padding-bottom: 0;
}
.consulation-area h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: .85rem;
}
.consulation-area p {
  color: #fff;
}
.consulation-area .book-consulation {
  padding-top: 3.972rem;
  padding-bottom: 3.9rem;
}
.consulation-area .book-consulation a {
  background: #9e3d36;
  padding: 1.16rem  3.5rem;
  color: #fff;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.consulation-area .book-consulation a:hover {
  background: #bd3a30;
}
/***=======================
/*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: #e2574c;
  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: 1rem;
  margin-bottom: 5px;
}
.single-information .name {
  color: #e2574c;
  margin-bottom: .2rem;
  font-weight: 500;
}
.single-information .mobile-no {
  font-family: 'Open Sans', 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;
  font-family: 'Open Sans', sans-serif;
}
.footer-left {
  padding-top: 0.9444rem;
  padding-bottom: .5rem;
}
.footer-left .logo {
  padding-bottom: 0.8333rem;
}
.footer-left p {
  line-height: 1.688rem;
}
.footer-right {
  padding-top: 0.3556rem;
}
.footer-right ul li {
  display: inline-block;
  list-style: none;
}
.footer-right ul li a:hover {
  color: #e2574c;
}
.footer-right .footer-social ul {
  padding-left: 0;
}
.footer-right .footer-social ul li {
  padding: 5px 0.6667rem;
}
.footer-right .footer-social ul li a {
  color: #939393;
  font-size: 1.125rem;
}
.footer-right .footer-social ul li:last-child {
  padding-right: 0;
}
.footer-right .footer-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}
.footer-right .footer-menu ul li {
  font-size: 0.75rem;
  padding: 7px 0.8889rem;
  position: relative;
}
.footer-right .footer-menu ul li a {
  color: #939393;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-right .footer-menu ul li a:hover {
  color: #212121;
}
.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 a {
  color: #c7c7c7;
  font-size: 0.75rem;
  font-weight: 600;
}
.footer-right .copyright a:hover {
  color: #939393;
}
/***=======================
/*End Footer
/*======================***/
/***=======================
/* Preloader
/*======================***/
#loading {
  background-color: #e2574c;
  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
/*======================***/
