body p{
  font-size: 18px !important;
}

.navbar-brand img{
	width: 210px;
}

.bar-multi-color > .container {
	background: #86ae4b;
}

.bar-multi-color{
	background: #66666e;
}

.navbar-nav > li.active > a:after, .navbar-nav > li.dropdown.nav-search-form.open > a:after{
	background: #66666e;
}

.navbar-nav > li a:hover, .navbar-nav > li a:focus{
	color: #86ae4b;
}

.navbar-nav > li.active > a{
	color: #86ae4b;
}

.font-blue{
	color: #86ae4b;
}

.navbar-nav > li:hover > a:after{
	background: #66666e;
}

.navbar-nav > li ul{
	border-top: 5px solid #66666e;
}

.navbar-nav > li ul li:hover{
    border-bottom-color: #86ae4b;
}

.top-bar .social a:hover{
	color: #86ae4b;
}

.navbar-toggle{
	background: #86ae4b;
    border-color: #86ae4b;
}

.navbar-toggle .icon-bar{
	background: #ffffff;
}

.copyright a{
	color: #86ae4b;
}

.scroll{
	color: #86ae4b;
}

footer .social-icon-circle a:hover .fa{
	color: #86ae4b;
}

.service-carousel .icon{
	color: #66666e;
}

.service-carousel{
	background: #86ae4b;
}

.service-carousel .item li:nth-child(1) .title::after, .service-carousel .item li:nth-child(3) .title::after,
.service-carousel .item li:nth-child(2) .title::after, .service-carousel .item li:nth-child(4) .title::after{
	background: #80808c;
}

video.fullscreen {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

.header-video-wrap{
	position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 600px;
    background: #66666e;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Text Overlay */
#lab_video_text_overlay h2 {
  font-size:4em
}

#lab_video_text_overlay .btn {
  border-radius:0;
  text-transform:uppercase;
  font-weight:200;
}
#lab_video_text_overlay .btn-warning {
  background-color:#F5D328;
}

#lab_video_text_overlay {
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 25%;
}

#lab_video_text_overlay .container {
  text-align: center;
  margin: 0px auto;
//  background-color: #669900;
}

@media screen and (max-width:991px) {
  #lab_video_text_wrap {
    height: 300px;
  }
}

@media screen and (max-width:650px) {
  #lab_video_text_wrap {
    height: 250px;
  }
  #lab_video_text_overlay h2 {
    font-size: 2em;
  }
  #lab_video_text_overlay p {
    font-size: .9em;
  }
}

.background-overlay-custom{
  background: rgba(0, 0, 0, 0.67);
}

.promo-box .item .overlay{
  background: #86ae4b;
  padding: 40px 35px;
}

.promo-box .item{
  min-height: 250px;
}

.promo-box .item i{
  color:  #66666e;
}

.promo-box .item:hover i, .promo-box .item:hover .fa-long-arrow-right{
  color: #66666e;
}

.promo-box .item{
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#about-us{
  background: #f2f9ff;
}

.btn-green{
  background: #86ae4b;
  color: #fff;
}

.btn-green:hover{
  color: #fff !important;
}

.btn-gray{
  background: #66666e;
  color: #fff;
}

.btn-gray:hover{
  color: #fff;
}

.banner-call .btn-default-arrow{
  background: #66666e;
  color: #fff;
}

.banner-call .btn-default-arrow:hover{
  color: #86ae4b !important;
}

.online-heading{
  padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 10px;
    font-weight: bold;
    color: #000;
}

.banner-call{
  background: #86ae4b;
}

.font-green{
  color: #86ae4b;
}

.banner-call h2 span{
  color: #66666e;
}

.testimonial-video{
  height: 304px;
}

.contact-address p strong{
  font-family: "open sans",sans-serif;
    font-weight: 500 !important;
    color: #3C3C3C !important;
    margin-bottom: 10px !important;
    display: inline-block;
    font-size: 12px !important;
    text-transform: uppercase;
}

.contact-address p {
  font-family: "open sans",sans-serif;
  font-weight: 500 ;
  color: #9297A3;
  margin: 4px;
}

.p-contact p{
  font-family: "open sans",sans-serif !important;
    font-weight: 500 !important;
    color: #3C3C3C !important;
    font-size: 13px !important;
    line-height: 22px !important;
}

.contact-form{
  box-shadow: none !important;
}

.contact-form br{
  display: none;
}

.contact-form .row span{
  float: left;
    width: 31.33%;
    margin-right: 2%;
}

.contact-form .row span input[type="text"],
.contact-form .row span input[type="email"]{
  width: 100%;
    border: 2px solid #E6E6E6;
    padding: 16px;
    outline: none;
    font-family: "open sans",sans-serif !important;
    font-size: 16px;
    color: #333;
}

.contact-form .row span input[type="text"]:focus,
.contact-form .row span input[type="email"]:focus{
  transition: 0.2s;
  border-color: #333;
}

.contact-form .row{
  margin-bottom: 2.5%;
}

.contact-form .your-message{
  width: 98% !important;
}

.contact-form .your-message textarea{
  border: 2px solid #E6E6E6;
    padding: 16px;
    outline: none;
    font-family: "open sans",sans-serif !important;
    font-size: 16px;
    color: #333;
    width: 100%;
    resize: none;
}

.contact-form .your-message textarea:focus{
  transition: 0.2s;
  border-color: #333;
}

/*.contact-form input[type="submit"]{
  float: left;
    font-weight: 700;
    line-height: 18px;
    padding: 11px 50px;
    background: #C2433D;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: "open sans",sans-serif !important;
}

.contact-form input[type="submit"]:hover{
  background: #A53732;
}*/

.contact-form input[type="submit"]{
  padding: 15px 40px;
  background: #86ae4b;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.contact-form input[type="submit"]:hover{
  transition: 0.3s;
  background: #66666e;
}

.contact{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f2f9ff;
}

.contact h2{
    margin-bottom: 50px;
}

.partners{
  padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-pagination-bullet-active{
  background: #86ae4b !important;
}

.fun-factor .icon{
  color: #66666e;
}

.fun-factor:after{
  display: none;
}

.partners h2{
	margin-bottom: 50px;
}

.page-title .border-left-yellow::before{
      background: #86ae4b;
}

.border-left-blue-10{
  border-color: #86ae4b;
}

.bup-front-cont .bup-book-steps-cont .bup-cart-step-active{
  background-color: #86ae4b !important;
}

.bup-button-submit{
  background: #86ae4b none repeat scroll 0 0 !important;
}

.footer-logo img{
  width: 230px;
    height: auto;
}

.footer-widget ul{
    list-style-type: none;
    padding-left: 0;
}

.footer-widget ul li {
  position: relative;
  padding-left: 15px;
  line-height: 30px;
}
.footer-widget ul li::after, .footer-widget ul li a::before {
  position: absolute;
  content: '\f105';
  font-family: FontAwesome;
  top: 0;
  left: 0;

}
.footer-widget ul.mrg-b-15 li {
  margin-bottom: 15px !important;
}

.footer-widget .social-icon-circle br{
  display: none;
}

.top-bar{
  padding-bottom: 10px;
}

.top-bar .list-inline{
  margin-top: 11px;
}

.top-bar .btn{
  background: transparent;
  border: 2px solid #86ae4b !important;
  color: #86ae4b !important;
}

.top-bar .btn:hover{
  transition: 0.3s;
  box-shadow: none !important;
  background: #86ae4b !important;
  color: #fff !important;
}

.top-bar .social a{
  font-size: 14px;
}

.why-decoval{
  text-align: center;
}

.why-decoval img{
  width: 150px;
}

.why-decoval h4{
  margin-top: 15px;
}

.why-decoval h2{
  margin-bottom: 15px;
}

.why-decoval div{
  background: #f3f3f3;
  padding: 10px 0 20px 0;
}

.service-item{
  text-align: center;
  margin-bottom: 40px;
  min-height: 260px;
  display: block;
}

.service-item img{
  width: 200px;
  height: auto;
}

.service-item p{
  margin-bottom: 0;
  font-weight: bold;
}

.service-item h5{
  margin-bottom: 15px;
  font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 25px;
}

.s-btn{
    border: 1px solid #b6dd4d;
    padding: 8px 40px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-radius: 4px;
}

.s-btn:hover{
  transition: 0.3s;
  background: #b6dd4d;
  color: #333;
}

.service-item hr{
    margin: 3px auto 2px auto;
    width: 100px;
    border-color: #8b8c91;
    border-width: 2px;
}

.service-box .two{
  border: 1px solid #b6dd4d;
  padding-top: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-box .section-title{
      font-weight: 700;
    margin-bottom: 0px;
    margin-top: 20px;
}

.service-box .section-title h2{
  color: #000;
}

.service-box .section-title p{
  color: #333;
  padding-top: 5px;
  font-size: 26px !important;
    line-height: 30px;
    margin-top: 15px;
}

.parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

@media(min-width: 600px){
    .parallax {
        background-attachment: fixed;
    }
}

.post-img{
    overflow: hidden;
    height: 200px;
}


.footer-background{
    text-align: center !important;
}

.footer-background .textwidget{
    margin-bottom: 30px !important;
}

.footer-widget .title{
    display: none !important;
}

.footer-widget ul li{
    display: inline-block !important;
    margin: 0 15px !important;
}

.swiper-pagination,
.swiper-button-next,
.swiper-button-prev{
    display: none;
}

/*******************************************
* RESPONSIVE
*******************************************/
@media(max-width: 500px){
    .navbar-nav{
        text-align: center;
    }

    .navbar-nav{
        text-align: center;
    }

    .count-area{
        text-align: center;
    }

    .fun-factor{
        border-bottom: 1px solid #ccc;
    }

    .fun-factor .info{
        text-align: right;
    }

    .count-area{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .why-decoval{
        margin-bottom: 15px;
    }

    .banner-call {
        text-align: center;
    }

    .contact-form .row span{
        width: 100%;
        margin: 15px 0 0 0;
    }

    .contact {
        text-align: center;
    }

    .contact-form .your-message textarea{
        width: 102%;
    }

    .footer-widget ul li{
        display: block !important;
    }

    .footer-widget ul li::after,
    .footer-widget ul li a::before{
        display: none;
    }

    #about{
        text-align: center;
    }

    #about .btn-green{
        margin-bottom: 20px;
    }

    #mission{
        text-align: center;
    }

    .primary-footer .padd-t-50{
        display: none;
    }

    .page-title .background-overlay{
        background-size: cover;
        background-position: center;
    }

    #service .sub-title{
        padding-left: 8%;
    }

    .single-service p{
        min-height: auto !important;
    }
}

.navbar-fixed-top .navbar-brand img{
    transition: 0.2s;
    margin-top: 8px;
}

@media(max-width: 500px){
    .navbar-brand img {
        margin-top: 10px;
    }
}

.mobile-cover-image{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
