.ftco-navbar-light.scrolled .navbar-brand img {
    background: black;
    padding: 10px;
    height: 65px;
}
.owl-carousel, 
  .owl-stage, 
  .owl-stage-outer, 
  .owl-item {
    touch-action: pan-y !important;
    -ms-touch-action: pan-y !important; /* for older browsers */
}
.menus .text .one-full {
    width: 100%;
}

.menus .text .one-full h3 {
    font-size: 20px;
    font-weight: 600;
}
.ftco-footer-contact li span{
    color: rgba(255, 255, 255, 0.7) !important;
}
.ftco-footer-contact li .icon-phone:before, .ftco-footer-contact li .icon-mail_outline:before {
    padding-right:10px;
}

.ftco-navbar-light .navbar-nav > .cta.active > a{
    color: white !important;
}
.ftco-section.contact-section .contact-info a{
    display:block;
}
/*Our Products*/
@media (min-width: 768px) {
    .ftco-search .nav-pills .nav-link{
        width: 14.1%;
    }
}
.col-md-12.col-lg-6.d-flex.align-self-stretch {
    min-height: 200px;
}
/*homepage products*/
.homepage .menu-img a{
    display: block;
    height: 100%;
}
.owl-carousel.home-slider .slider-item .overlay{
    opacity: .4;
}