/*
  Theme Name:  Auto Plus – Car Wash and Car Repair HTML Template
  Theme URL: https://mediacity.co.in/autoplus
  Author: Media City
  Author URI: https://mediacity.co.in
  Creation Date: 07 July 2017
  Description: A default stylesheet for Auto Plus – Car Wash and Car Repair HTML Template.
  Version: 1.0
*/

/*=======================================================================
							[Table of Contents]
=========================================================================

01. Typography 
02. General
03. Top Bar
04. Navigation
05. Home Slider
06. Who We Are
07. Services
08. Quote
09. Team
10. Facts
11. Pricing Plan 
12. Testimonials
13. Appointment
14. News / Blog
15. Clients
16. Map
17. Footer
18. Preloader

/* =============== Colors Used=====================

  Blue : #f5cb29;
  Orange: #FF9933;

 ===================================================*/

/* ================================= */
		/*===== Typography =====*/
/* ================================= */
body {  
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.73;
  color: #3A3A3A;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Poppins', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 700;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
h1 {
  font-size: 41px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {  
  color: #f5cb29;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #FF9933;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.73;
  color: #3A3A3A;
  font-size: 15px;
  font-weight: 400;
}
blockquote {  
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.64;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.clr-white {
  color: #FFF;
}
.clr-orange {
  color: #FF9933;
}
.clr-black {
  color: #000;
}
.clr-blue {
  color: #f5cb29;
}
::-webkit-input-placeholder { 
  color: #3A3A3A!important;
}
::-moz-placeholder { 
  color: #3A3A3A!important;
}
::-ms-input-placeholder { 
  color: #3A3A3A!important;
}
::-o-input-placeholder { 
  color: #3A3A3A!important;
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn-default {
  font-size: 14px;
  text-align: center;
  color: #FFF;
  border-radius: 0;
  padding: 10px 15px;
  border: none;
  background: #f5cb29;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF9933;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active {
  color: #FFF;
  background: #f5cb29;
}
.btn-default:hover:before, 
.btn-default:focus:before, 
.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-orange {
  font-size: 14px;
  text-align: center;
  color: #FFF;
  border-radius: 0;
  padding: 10px 15px;
  border: none;
  background: #FF9933;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-orange:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5cb29;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active {
  color: #FFF;
}
.btn-orange:hover:before, 
.btn-orange:focus:before, 
.btn-orange:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.read-more {
  font-size: 14px;
  line-height: 1.71;
  color: #f5cb29;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.read-more:hover {
  color: #FF9933;
}
.section {
  margin: 0 0 40px;
}
.section-heading {
  color: #000;
}
.sub-heading {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin-top: 8px;
}
.form-control:focus {
  border-color: rgba(8,145,255,1);   
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-prev,
.owl-next { 
  color: #FFF;
  font-size: 50px;
  position:absolute; 
  top: 50%;
  transform: translate(0, -50%);
  width: 54px;
  height: 84px;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  line-height: 84px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-prev:hover,
.owl-next:hover {  
  background-color: rgba(0,0,0,1);
  color: #FFF;
}
.owl-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #000;
  background: transparent;
  margin-right: 5px;
  display: inline-block; 
}
.owl-dot.active {
  border: 1px solid #f5cb29;
  background: #f5cb29;
}
@media(max-width:767px) {  
  .owl-nav {
    visibility: hidden;
  }   
}
.mrgn-top-30 {
  margin-top: 30px;
}
@media (max-width:992px) {
  .mrgn-top-30 {
    margin-top: 0;
  }  
}
.breadcrumb { 
  position: absolute;
  background-color: transparent;
  padding: 8px 0;
}
.breadcrumb li a {
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb li.active a {
  color: #FF9933;
}
.page-banner-main {
  width: 100%;
  height: 300px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;  
  position: relative;    
}
.page-banner-main .page-banner-block {
  width: auto;
  height: auto;
  background-color: rgba(255,255,255,0.8);
  padding: 22px 100px 57px 29px;
  border-left: 5px solid #f5cb29;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);  
}
.page-banner-main .section {
  margin: 0 0 8px;
}
.facebook:hover {
  color: #3B5998;
}
.twitter:hover {
  color: #1DA1F2;
}
.pinterest:hover {
  color: #BD081C;
}
.google-plus:hover {
  color: #DD4B39;
}
.tumblr:hover {
  color: #35465C;
}
.stumbleupon:hover {
  color: #EB4924;
}
.wordpress:hover {
  color: #21759B;
}
.instagram:hover {
  color: #405DE6;
}
.dribble:hover {
  color: #EA4C89;
}
.vimeo:hover {
  color: #1AB7EA;
}
.linkedin:hover {
  color: #0077B5;
}
.rss:hover {
  color: #F26522;
}
.pad-0 {
  padding: 0;
}

/* ================================= */
    /*===== Top Bar =====*/
/* ================================= */
.top-bar-block {
  border-top: 4px solid #f5cb29;
  background-color: #1E222B;
  text-align: right;
  border-radius: 0 0 0 100px;
}
.info-bar {
  display: inline-block;
}
.info-bar ul li {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 2.5;
  color: #FFF;
  margin-right: 15px;
}
.info-bar ul li i {
  color: #f5cb29;
  margin-right: 7px;
}
.social-icon {  
  width: 165px;
  text-align: center;
  display: inline-block;
}
.social-icon ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;   
  margin: 1.5px 0 3.5px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.social-icon ul li a {
  color: #FFF;
}
.social-icon ul li:hover a {
  color: #f5cb29;
}

/* ================================= */
    /*===== Navigation =====*/
/* ================================= */
.logo {
  padding: 18px 0 14px;
}
.navigation {
  position: relative;
  margin: auto;
  z-index: 1111;
}
#cssmenu > ul > li > a {
  padding: 24px 15px;
}
@media(max-width:768px) {   
  .logo img {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
  }
  .navigation {   
    margin-top: 0;
  }
  #cssmenu > ul > li > a {
    padding: 16px 15px;
  }
  #cssmenu.small-screen #menu-button {
    color: #000;
    font-size: 14px;
  }  
  #cssmenu.small-screen #menu-button:before {
    background: #000;   
  }
  #cssmenu.small-screen #menu-button:after {     
    background: #000;   
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  #cssmenu.small-screen ul ul li a {
    color: #FFF;
  }
  #cssmenu.small-screen ul ul li a:hover {
    color: #FFF;
  }
  #cssmenu.small-screen .submenu-button:before {    
    background: #000;
  }
  #cssmenu.small-screen .submenu-button:after {   
    background: #000;
  }
  #cssmenu.small-screen .has-sub:hover .submenu-button:before {    
    background: #FFF;
  }
  #cssmenu.small-screen .has-sub:hover .submenu-button:after {   
    background: #FFF;
  }
  #cssmenu.small-screen .submenu-button.submenu-opened {
    background: #f5cb29;
  }
  #cssmenu ul ul li:hover > a, 
  #cssmenu ul ul li a:hover {
    color: #FFF;
  }
  #cssmenu.small-screen ul ul li a:hover {
    color: #FFF;
  }
  #cssmenu.small-screen ul li a, 
  #cssmenu.small-screen ul ul li a {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) { 
  .logo img {
    display: block;
    margin: 0 auto;
  }
  .navigation {   
    margin-top: 0;
  }    
  #cssmenu > ul > li > a {
    padding: 10px 10px;   
  }
}

/* ================================= */
    /*===== Home Slider =====*/
/* ================================= */
.home-slider-bg {
  width: 100%;
  height: 660px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;  
  position: relative;    
}
.slider-dtl-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  border-left: 5px solid #f5cb29;
  position: absolute;
  left: 0;
  top: 0;
}
.slider-dtl {
  width: 30%;
  height: 300px;
  padding: 14px 25px 25px 31px;  
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.slider-heading {
  color: #f5cb29;
}
.slider-sub-heading {
  line-height: 1.67;
  color: #FFF;
}
.slider-dtl p {
  color: #FFF;
}
.home-slider .owl-controls {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.home-slider:hover .owl-controls {
  opacity: 1;
}
.home-slider .owl-prev, 
.home-slider .owl-next {
  color: #FFF;    
  width: 54px;
  height: 54px;
  background-color: #f5cb29;    
  line-height: 44px;
  border-radius: 100%;
  border: 2px solid #f5cb29;  
  margin: auto 20px;
}
.home-slider .owl-prev:hover, 
.home-slider .owl-next:hover {
  color: #f5cb29;      
  background-color: #FFF;  
}
/*===== Slider Effects =====*/
.home-slider.owl-carousel .owl-item .slider-dtl-bg {
  opacity: 0; 
  width: 5px;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.home-slider.owl-carousel .owl-item.active .slider-dtl-bg { 
  opacity: 1;  
  width: 100%;
}
.home-slider.owl-carousel .owl-item .slider-sub-heading,
.home-slider.owl-carousel .owl-item .slider-heading,
.home-slider.owl-carousel .owl-item .slider-dtl p,
.home-slider.owl-carousel .owl-item .slider-btn {
  opacity: 0; 
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
.home-slider.owl-carousel .owl-item.active .slider-sub-heading,
.home-slider.owl-carousel .owl-item.active .slider-heading,
.home-slider.owl-carousel .owl-item.active .slider-dtl p,
.home-slider.owl-carousel .owl-item.active .slider-btn { 
  opacity: 1;  
}
@media(max-width:992px) { 
  .slider-dtl {
    width: 80%;
 

  }
}

/* ================================= */
    /*===== Who We Are =====*/
/* ================================= */
.who-we-are-main-block {
  background-color: #F4F4F4;
  padding: 73px 0 73px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;    
}
.who-we-are-main-block .section-heading {
  margin-bottom: 5px;
}
.who-we-are-points {
  margin-top: 33px;
}
.who-we-are-block {
  margin-bottom: 25px;
}
.who-we-are-icon {
  width: 65px;
  height: 60px;
  font-size: 45px;
  line-height: 1.5;
  color: #f5cb29;
  text-align: center;
  background-color: transparent;
  border: solid 2px #DEDEDE;
  margin-right: 25px;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.who-we-are-block:hover .who-we-are-icon { 
  color: #FFF;
  background-color: #f5cb29;
  border: solid 2px #f5cb29;
}
.who-we-are-dtl {
  display: table;
}
.who-we-are-heading {
  text-transform: none;
  line-height: 1.33;
  margin-bottom: 4px;
}

/* ================================= */
    /*===== Services =====*/
/* ================================= */
.services-main-block {
  margin: 73px 0 43px;
}
.service-block {
  margin-bottom: 30px;  
  border: 2px solid #DEDEDE;
  padding: 34px 14px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-block:hover {
  border: 2px solid #f5cb29;
}
.service-icon {
  margin-bottom: 15px;
}
.service-icon img {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.service-heading a {
  line-height: 1.33;
  text-transform: none;
  color: #000;
  margin: 17px 0 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-heading a:hover {
  color: #f5cb29;
}

/* ================================= */
    /*===== Quote =====*/
/* ================================= */
.quote-main-block {
  background-color: #F4F4F4;
  padding: 73px 0 73px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;  
}
.quote-block i {
  font-size: 35px;
}
.quote-block p {
  font-style: italic;
}

/* ================================= */
    /*===== Team =====*/
/* ================================= */
.team-main-block {
  margin: 73px 0 50px;
}
.team-block {
  margin-bottom: 30px;  
  position: relative;

  overflow: hidden;
}
.team-img {
  position: relative;
}
.team-img img {
  display: block;
  margin: 0 auto;
  left: 0;
  width: 100%;
  right: 0; 
}
.team-dtl {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -50px;  
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-block:hover .team-dtl {  
  bottom: 0;
}
.team-heading {
  margin-top: 16px;
  color: #FFF;
}
.team-heading a {
  color: #FFF;
}
.team-heading a:hover {
  color: #f5cb29;
}
.team-post {
  color: #FFF;
}
.team-social {
  margin-top: 8px;
  padding: 6px 0;
  border-top: 1px solid #E7E7E7;
}
.team-social ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #FFF;
  line-height: 35px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-social ul li a { 
  color: #FFF;
}
.team-social ul li a:hover { 
  color: #f5cb29;
}

/* ================================= */
    /*===== Facts =====*/
/* ================================= */
.facts-main-block {
  position: relative;
}
.facts-main-block .parallax {
  padding: 101px 0 70px;
}
.facts-main-block .overlay-bg {
  background-color: rgba(8,145,255,0.8);
  mix-blend-mode: multiply;
}
.facts-block {
  margin: 0 auto 30px; 
  background-color: rgba(0,0,0,0.7);
  padding: 30px 0;
  border: 2px solid #DEDEDE;
}
.facts-block .facts-icon {
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border: 2px solid transparent; 
  background-color: #FFF;
  border-radius: 100%;
  font-size: 46px;
  color: #f5cb29;
  line-height: 70px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.facts-block:hover .facts-icon {  
  background-color: #f5cb29;
  border: 2px solid #FFF; 
  color: #FFF;
}
.facts-number {
  color: #f5cb29;  
  margin-top: 22px;
}
.facts-text {
  color: #FFF;
  line-height: 1.63;
}

/* ================================= */
    /*===== Features =====*/
/* ================================= */
.features-main-block {
  margin: 73px 0 0;
}
.features-block {
  margin-bottom: 73px;
}
.features-block ul li {
  margin-bottom: 20px;
}
.features-icon {
  background-color: #f5cb29;
  border-radius: 100%;
  display: inline-block;
  padding: 15px;
  font-size: 26px;
  line-height: 1;
  color: #FFF;
  position: absolute;
}
.features-dtl {
  display: inline-block;
  margin-left: 80px;
}
@media(max-width:992px) {  
  .features-img {
    margin-bottom: 60px;
  }
  .features-img img {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

/* ================================= */
    /*===== Testimonials =====*/
/* ================================= */
.testimonials-main-block {
  position: relative;
}
.testimonials-main-block .container-fluid {
  padding: 0;
  overflow: hidden;
}
.testimonials-main-block .overlay-bg {
  background-color: rgba(0,0,0,0.5);
  mix-blend-mode: multiply;
}
.testimonials-main-block .parallax {
  padding: 59px 0 63px;
}
.testimonials-main-block .section {
  margin: 150px auto 0;
  position: relative;
}
.testimonials-main-block .section-heading {
  color: #FFF;
}
.testimonials-main-block .section p {
  color: #FFF;
  max-width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonials-slider {
  padding: 59px 0 63px;
  background-color: rgba(8,145,255,0.8);
  cursor: -webkit-grab;
}
.testimonials-dtl {
  width: 70%;
  margin: 0 auto;
 }
.testimonials-dtl p {
  font-style: italic;
  color: #FFF;
}
.testimonials-client {
  margin: 35px auto 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonials-client-img {
  display: inline-block;
}
.testimonials-client-img img {
  border-radius: 100%;
  border: 2px solid #f5cb29;
}
.testimonials-client-dtl .client-name {
  color: #FFF;
}
.testimonials-client-dtl .client-since {
  font-size: 13px;
  line-height: 1.69;
  color: #FFF;
  opacity: 0.7;
  text-align: center;
}
.testimonials-slider .owl-dots {
  margin: 38px auto 0;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonials-slider .owl-dot.active {
  border: 1px solid #FFF;
  background: #FFF;
}
.testimonials-slider .owl-dot {
  border: 1px solid #FFF;
}
@media(max-width:767px) { 
  .testimonials-main-block .section {
    margin: 0 auto 60px;
  }
}

/* ================================= */
    /*===== Appointment =====*/
/* ================================= */
.appointment-main-block {
  background-color: #FFFFFF;
  padding: 34px 0 40px;
}
.appointment-block .section-heading, 
.appointment-block .sub-heading {
  color: #000;
}
.appointment-img img {
  width: 100%;
}
.form-heading-no {
  background-color: #f5cb29;
  color: #000;
  padding: 6px 15px;
  margin-right: 20px;
}
.form-heading-title {
  background-color: #F4F4F4;
  padding: 11px 0;
  margin: 25px 0;
}
.appointment-form .form-control {
  background-color: transparent;
  color: #000;
  border: solid 1px #2F2F2F;
  border-radius: 0;
  width: 100%;
  height: 40px;
}
.datepicker table tr td.active.active {
  background-color: #f5cb29;
}
.appointment-form .btn-dropdown {
  width: 100%;
  height: 40px;
  border-radius: 0;
  background-color: transparent;
  color: #000;
  border: solid 1px #2F2F2F;
}
.appointment-main-block ::-webkit-input-placeholder { 
  color: #000!important;
}
.appointment-main-block ::-moz-placeholder { 
  color: #000!important;
}
.appointment-main-block ::-ms-input-placeholder { 
  color: #000!important;
}
.appointment-main-block ::-o-input-placeholder { 
  color: #000!important;
}
.appointment-form textarea {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 15px;
  color: #000;
  width: 100%;
  border: 1px solid #2F2F2F;
  background-color: transparent;
  margin: 7px 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
}
.appointment-form textarea:focus  {
  outline: -webkit-focus-ring-color auto 0;
}
@media(max-width:767px) {  
  .appointment-img {
    margin-bottom: 30px;
  }  
  .appointment-form .btn-dropdown {
    text-align: left;
  }
  .form-heading-no {
    display: none;
  }
  .form-heading-title { 
    padding-left: 15px;
  }  
}

/* ================================= */
    /*===== News / Blog =====*/
/* ================================= */
.news-main-block {
  margin: 80px 0 43px;
}
.news-block {
  margin-bottom: 30px;
}
.news-img {
  position: relative;
  overflow: hidden;
}
.news-img img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-block:hover .news-img img { 
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}
.news-top {
  margin: 20px 0 7px;
}
.news-date {
  width: 60px;
  height: 60px;
  color: #FFF;
  background-color: #f5cb29;
  display: inline-block; 
  padding: 12px 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-block:hover .news-date {
  opacity: 1;
}
.news-day {
  font-size: 22px;
  line-height: 1.09;
  color: #FFF;
}
.news-month {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.64;
  color: #FFF;
}
.news-heading a {
  color: #000;
}
.news-heading a:hover {
  color: #f5cb29;
}
.news-heading {
  text-transform: none;
  line-height: 1.25;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-heading:hover {
  color: #f5cb29;
}
ul.news-tag {
  margin: 10px 0;
  border-top: 1px solid #8F8F8F;
  border-bottom: 1px solid #8F8F8F;
}
.news-tag li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.71;
  color: #8F8F8F;
  padding-right: 15px;
}
.news-tag li a {
  color: #8F8F8F;
}
.news-tag li a:hover {
  color: #f5cb29;
}

/* ================================= */
    /*===== Clients =====*/
/* ================================= */
.clients-main-block {
  background-color: #F4F4F4;
  padding: 30px 0;
}
.client-slider {
  cursor: -webkit-grab;
}
.client-img {
  display: block;
  margin: 0 auto;
  -webkit-filter: grayscale(100%); 
  -moz-filter: grayscale(100%); 
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%); 
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.client-img:hover {
  -webkit-filter: grayscale(0); 
  -moz-filter: grayscale(0); 
  -ms-filter: grayscale(0); 
  -o-filter: grayscale(0); 
  filter: grayscale(0);
}
.owl-carousel .owl-item .client-img img{
	width:auto;
}

/* ================================= */
    /*===== Map =====*/
/* ================================= */
.map-location {
  width: 100%;
  height: 520px;
}

/* ================================= */
    /*===== Footer =====*/
/* ================================= */
.footer-main-block {
  background-color: #1E222B;
}
.footer-block {
  padding: 70px 0 17px;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-about p {
  margin-top: 22px;
  color: #9DAEC9;
}
.footer-heading {
  color: #FFF;
  margin-bottom: 25px
}
.footer-services ul li a {
  font-size: 14px;
  line-height: 2.14;
  color: #9DAEC9;
}
.footer-services ul li a:hover {
  color: #f5cb29;
}
.footer-services ul li i {
  margin-right: 10px;
}
.footer-opening .opening-day {
  font-size: 14px;
  line-height: 2.14;
  color: #9DAEC9;  
}
.footer-opening .opening-time {
  font-size: 14px;
  line-height: 2.14;
  color: #9DAEC9;  
  text-align: right;
}
.footer-subscribe p {
  color: #9DAEC9;
}
.footer-subscribe.form-group {
  display: inline-block;  
  height: 43px;  
}
.footer-subscribe .form-control {
  height: 40px;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #3A567F;
  font-size: 13px;
  color: #525252;
  line-height: 1.69;  
  display: inline-block;
  width: 80%;
  float: left;
}
.footer-subscribe ::-webkit-input-placeholder { 
  color: #9DAEC9!important;
}
.footer-subscribe ::-moz-placeholder { 
  color: #9DAEC9!important;
}
.footer-subscribe ::-ms-input-placeholder { 
  color: #9DAEC9!important;
}
.footer-subscribe ::-o-input-placeholder { 
  color: #9DAEC9!important;
}
.footer-subscribe .btn-default {
  background-color: #f5cb29;
  display: inline-block;
}
.subscribe-form label {
  color: #9DAEC9;
  font-size: 12px;
}
.footer-subscribe .social-icon {  
  margin-top: 25px;   
  float: left;
  width: 100%;
  text-align: left;
  background-color: transparent;
}
.footer-subscribe .social-icon span {
  color: #9DAEC9;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.footer-subscribe .social-icon ul li {
  background-color: transparent; 
  margin: 0 2px 0;
}
.footer-subscribe .social-icon ul li a {
  color: #FFF;
}
.footer-subscribe .social-icon ul li:hover a {  
  color: #f5cb29; 
}
.footer-main-block hr {
  border-top: 1px solid #9DAEC9;
}
.copyright-text p {
  padding: 14px 0 26px;
  color: #9DAEC9;
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background: #f8c901;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.status {
  background-image: url(../images/logo-white.png);
}
.status,
.status-message {   
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;  
  background-position: center;
  background-repeat: no-repeat;     
}
.status-message {
  padding-top: 30%;
}

.contact-page-main-block {
  padding: 73px 0 80px;
}
.contact-form .form-control {
  background-color: transparent;
  color: #3A3A3A;
  border: solid 1px #2F2F2F;
  border-radius: 0;
  width: 100%;
  height: 40px;
}
.contact-form textarea {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 15px;
  color: #3A3A3A;
  width: 100%;
  border: 1px solid #2F2F2F;
  background-color: transparent;
  margin: 7px 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
}
.contact-form textarea:focus  {
  outline: -webkit-focus-ring-color auto 0;
}
.contact-form .btn-default {
  float: right;
}
.contact-block ul li i {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  color: #0891FF;  
  line-height: 45px;
  border: solid 2px #DEDEDE;
  margin-right: 15px;
  margin-bottom: 10px;  
}
.contact-map {
  height: 290px;
}
.contact-form-block {
  margin-top: 23px;
}
.contact-page-two-block {
  padding: 35px 0 80px;
}
.contact-block-two i {
  font-size: 25px;
  background-color: #F4F4F4;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
  color: #0891FF;  
} 