﻿

body {
}


a {
    color: inherit;
    text-decoration: none;
}

    a, a:active, a:focus {
        outline: none; /* Works in Firefox, Chrome, IE8 and above */
    }

        a:hover {
            text-decoration: none;
            color: inherit;
        }


.navbar .show .centerLogo {
    display: none;
}

.centerLogo a img {
    position: absolute;
    top: 15px;
    width: 156px !important;
    z-index: 100;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 5px;
    right: 0;
}

.centerLogoBG {
    position: absolute;
    top: -2px;
    width: 210px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
        
}

.menuCont {
    -webkit-box-shadow: 0 -4px 11px 4px black;
    -moz-box-shadow: 0 -4px 11px 4px black;
    box-shadow: 0 -4px 11px 4px black;
    background-color: #55d7ff;
    position: relative;
z-index: 1000;
}

.navlink img
{
    padding-right:5px;
    height:30px;
    position:relative;
    top:-2px;
}
.carousel-item h3
{
    color:white;
    font-weight:bold;
     text-shadow: 2px 2px rgba(0,0,0,0.75);


}

.slider {
    background-image: url('../img/sliderBG.png');
    background-position: bottom center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}

.sliderFooterVeg
{
    margin-bottom:-120px;
}

.productSlider {

    background-image: url('../img/greenBG.jpg');
    background-position: bottom center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.carousel video
{
    width:100%;
}
.Testimenol
{
    background-color:#a8f4fd;
    color:#211840;

}

.Testimenol p
{
    font-style:italic;
}

.Testimenol hr
{
    border:2px solid #00cdff;
}

.getInTouch
{
        background-color:#2cc777;
    color:#211840;
}

.getInTouch .form-control
{
    min-height:45px;
}
.getInTouch .btn
{
        padding-top:10px !important;
    padding-bottom:10px !important;
}
.copyRight
{
        background-color:#34d9ec;
    color:#211840;
}

.socialIcons 
{
    margin:0px 0px;
}.socialIcons li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}
.pThumb {
    border: 1px solid #808080;
    padding: 10px 10px;
}
    .pThumb h5 {
        height: 50px;
    }
    @media (max-width: 575.98px) {
        .slick-next {
    right: 0px;
}

    .slick-prev {
    left: 0px;
}

    .centerLogo {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .centerLogo {
        display: none;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

    .centerLogo {
        display: none;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
}


@media (min-width: 1200px) {
}
