.mainlogo {max-width: 90px;}
.teaGreen {color: #003200;}
.colorFF {color: #fff;}
.color00 {color: #000!important; font-size: 18px;}
h2.sliderHead {
/*	font-size: 40px;*/
font-size : clamp(2rem, 10vw, 3.5rem);
}
.heading-section h1 {
    z-index: -1;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding-top: 0.4em;
}
.introP {color: #dddddd; font-size: 17px;}
.imgPrd {position: relative; display: block;}
/*.imgPrd img {width: 100%;}*/
.prdInfoThumb {position: relative; display: block; padding: 1em; background-color: #bf3952;}
.prdInfoThumb h3{margin-bottom: 0;padding-top: 0.2em;}
.prdInfoThumb p{margin-bottom: 0;}
.innerpage-banner {
    position: relative;
    display: block;
    padding: 13vh 0 3vh 0;
}
.heading-section .subheading.inpage {
    color: #ffffff;
}
.pageSubHead {
    font-size: 20px; color: #000;
}
.footerLogo img {max-width: 160px;}
.mostFooter {
    position: relative;
    display: flex;
    width: 100%;
    overflow-x: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #252525;
}
.mostFooter p {
    color: #ffffff;
    margin: 0;
    padding: 1em 0;
    letter-spacing: 1px;
}

@media (max-width: 575.98px) {
    .owl-carousel.home-slider, .owl-carousel.home-slider .slider-item .slider-text {
        height: 450px;
    }
    .owl-carousel.home-slider .owl-dots {
        bottom: 25px;
    }
}
@media (max-width: 320px) {
    .owl-carousel.home-slider, .owl-carousel.home-slider .slider-item .slider-text {
        height: 450px;
    }
    .owl-carousel.home-slider .owl-dots {
        bottom: 25px;
    }
}
