/*------------------------------------------------------------------
    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 - Top Bar
    # -  2.0 - Slider Area
    # -  3.0 - Service Area
    # -  4.0 - Quatation Area
    # -  5.0 - Fashion Item
    # -  6.0 - About Me Area
    # -  7.0 - Testimonial
    # -  8.0 - Footer
    # -  9.0 - Preloader
*/
/*      Variable
----------------------------*/
html {
  font-size: 16px;
}
body {
  font-family: 'Raleway', 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;
  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: #414245;
  font-family: 'Montserrat', sans-serif;
}
h2 {
  font-size: 2.25rem;
  line-height: 3.3rem;
  font-weight: 700;
  margin-top: 0;
}
h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
}
.section-heading {
  padding-bottom: 2.7rem;
}
.section-heading h2 {
  position: relative;
  padding-bottom: 1.188rem;
}
.section-heading h2:before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #c7d1d7;
  width: 4.375rem;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-heading span {
  display: block;
  font-size: 1.125rem;
  color: #c7c7c7;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.section-padding {
  padding-top: 5.198rem;
  padding-bottom: 3.489rem;
}
.fashion-button {
  background: #409d93;
  color: #fff;
  display: inline-block;
  padding: 0.8333rem 2.228rem;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 1rem;
}
.fashion-button:hover {
  color: #fff;
  background: #2ac5b4;
}
.ash-white-bg {
  background: #fafafa;
}
/***=======================
/*Top Bar
/*======================***/
.top-bar-area {
  padding: 2.35rem 0 .9rem 0;
}
.top-bar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar .contact-number,
.top-bar .support {
  color: #999999;
}
.top-bar .contact-number i,
.top-bar .support i {
  margin-right: 5px;
}
.top-bar > div {
  display: table-cell;
  width: 33.33%;
}
.top-bar-social {
  padding: 13px 0;
}
.top-bar-social ul {
  margin: 0;
  padding: 0;
}
.top-bar-social ul li {
  display: inline-block;
  list-style: none;
  padding: 5px 15px;
}
.top-bar-social ul li a {
  font-size: 1rem;
  color: #9a9a9a;
  display: block;
  text-align: center;
}
.top-bar-social ul li:first-child,
.top-bar-social ul li:last-child {
  padding-left: 0;
}
/***=======================
/*End Top Bar
/*======================***/
/***=======================
/*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: 555px;
  padding-top: 10.8rem;
  padding-bottom: 11.5rem;
  position: relative;
  color: #fff;
}
.slider .greatting {
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 4.5rem;
  padding-bottom: 1.891rem;
  font-family: 'Montserrat', sans-serif;
}
.slider p {
  margin-bottom: 1.8rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
/***=======================
/*End Slider Area
/*======================***/
/***=======================
/* Service Area
/*======================***/
.service-item {
  padding: 0 1.25rem;
  text-align: center;
  margin-bottom: 30px;
}
.service-item .icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #409d93;
  display: table-cell;
  vertical-align: middle;
}
.service-item .icon img {
  display: inline-block;
}
.service-item .image {
  display: inline-block;
}
.service-item h3 {
  margin-top: 1.5rem;
  font-weight: 600;
}
.service-item h3 a:hover {
  color: #409d93;
}
.service-item p {
  margin-bottom: 1.7rem;
}
/***=======================
/* End Service Area
/*======================***/
/***=======================
/* Quatation Area
/*======================***/
.quatation-area {
  background: url("../images/quatation-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.quatation-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.4);
}
.quatation-area .quatation {
  max-width: 770px;
  margin: 2.063rem auto 3.75rem auto;
}
.quatation-area .quatation h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}
.quatation-area .quatation p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
/***=======================
/* End Quatation Area
/*======================***/
/***=======================
/* Fashion Item
/*======================***/
.fashion-item {
  text-align: center;
  margin-bottom: 4.375rem;
}
.fashion-item p {
  margin-bottom: 1.6rem;
}
.fashion-item .fashion-button {
  padding: 0.6875rem 2.188rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
/***=======================
/* End Fashion Item
/*======================***/
/***=======================
/* About Me Area
/*======================***/
.about-me-area {
  padding-bottom: 5.625rem;
  background: url('../images/about-bg.jpg');
  background-size: cover;
  background-position: center center;
}
.about-me-area .text p {
  margin-bottom: .4rem;
}
.about-me-area .section-heading {
  padding-bottom: 2.8rem;
}
.about-me-area .section-heading h2 {
  max-width: 450px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 3.1rem;
}
.about-me-area .section-heading h2:before {
  display: none;
}
.about-me-area .about-me {
  max-width: 660px;
}
.about-me-area .about-me p {
  font-size: 1.125rem;
  line-height: 2.125rem;
}
.about-me-area .top-bar-social {
  padding-bottom: 2.6rem;
}
/***=======================
/* End About Me Area
/*======================***/
/***=======================
/* Testimonial
/*======================***/
.tesimonial-tab {
  padding-bottom: 1.438rem;
}
.tesimonial-tab ul {
  text-align: center;
}
.tesimonial-tab ul li {
  display: inline-block;
}
.tesimonial-tab .tab-pane span {
  margin: 1.25rem;
  font-size: 1.363rem;
  line-height: 2rem;
  font-weight: 500;
  color: #848486;
  text-transform: uppercase;
}
.tesimonial-tab .tab-pane blockquote {
  font-weight: 300;
}
.tesimonial-tab .tab-pane blockquote:before,
.tesimonial-tab .tab-pane blockquote:after {
  content: '"';
  font-size: 1.2rem;
}
.clients-name {
  transition: 2s;
}
.clients-name .image {
  vertical-align: middle;
  transition: 2s;
}
.clients-name .image img {
  border: 2px solid transparent;
}
.clients-name .name {
  vertical-align: middle;
  transition: 2s;
}
.tesimonial-tab ul li.active .clients-name .image img {
  border-color: #414245;
}
.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: 'Raleway', sans-serif;
  font-weight: 300;
}
/***=======================
/* End Testimonial
/*======================***/
/***=======================
/***=======================
/*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-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  display: block;
}
.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: #409d93;
  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
/*======================***/
