.main-banner .owl-item img{
    width: 100% !important;
    margin:0 !important;
}
.header-top-left a i{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.footer-about img{
    margin-bottom: 15px;
}
.footer-about{
    margin-top: 25px;
}
.about-cnt h3 {
    color: #fff;
    background: #5e0005;
    margin-top: 26px;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700;
}
.about-img{
    overflow: hidden;
    box-shadow: 0 0 10px 2px #ddd;
}
.about-img img{
    transition: .5s ease;
}
.about-img img:hover{
    transform: scale(1.2);
    transition: .5s ease;
}
.about-cnt p{
        color: #161616;
}
.about-cnt{
    border: 1px solid #ddd;
    padding: 15px;
}
.director-sec{
    margin-top: 70px;
    background: #f1f1f1;
    padding: 40px 0;

}
.director-sec p{
        color: #161616;
}
.director-sec img{
    float: left;
    width: 50%;
    margin: 0 20px 20px 0;
}
.director-sec h3{
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-name a{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
.nArrivals{
    box-shadow: 0 0 10px 2px #ddd;
    background: #fff;
}
.caption p{
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 13px;
    padding: 5px 0;
    font-weight: 700;
    color: #838282;
}
.caption p:hover{
    background: #b8040d;
    color: #fff;
    font-weight:600;
    transition: .5s ease;
}
.product-grid{
    padding: 20px 0;
    border-right: 1px solid #ddd;
}
.product-grid:hover{
    box-shadow: 0px 0px 9px 0 #ddd;
}
.wrapper{
    background: #f7f7f7;
}
.ptb-40{
    padding: 40px 0;
}
.ro-water{
    box-shadow: 0 0 10px 2px #ddd;
    background: #fff;
}
.post{
    box-shadow: 0 0 10px 2px #ddd;
    background: #fff;
}
.navbar-brand img{
    width: 75%;
}
.header-top-left li a{
    color: #fff;
}
.dropdown-menu li{
    position: relative;
}
.dropdown-menu.sub-menu{
    position: absolute;
     left: 200px; 
     top: -2px;
     display: none !important;
}
.dropdown-menu li:hover .sub-menu{
    display: block !important;
}
.dropdown-toggle i{
    margin-left: 5px;
}

.ptb-20 {
    padding: 20px 0;
}
.bg-color {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    max-height: 93px;
    overflow: hidden;
}
.box2 {
    position: relative;
}

.single-banner {
    display: flex;
    padding: 30px 30px;
    position: relative;
    width: 100%;
}
.single-banner .banner-icon {
    float: left;
    width: 20%;
}
.single-banner .banner-text {
    float: left;
    /*margin-top: 12px;*/
    width: 80%;
}
.single-banner .banner-text h2 {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    text-transform: uppercase;
    line-height: 1;
}
.single-banner .banner-text p {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}
.box2::after {
    background: #cbcbcb none repeat scroll 0 0;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 33px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 2px;
}
.single-banner .banner-icon a {
    color: #666666;
    display: inline-block;
    font-size: 36px;
}
.banner-icon i{
    font-size: 25px;
}
.mid-banner{
    margin-top: 50px;
    overflow: hidden;
}
.mid-banner img:hover{
    transform: scale(1.1);
}
.product-imageblock{
    height: 200px;
    overflow: hidden;
}
.gallery-img{
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.gallery-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.product-detail{
    padding: 20px 70px;
}
.product-detail img{
    padding-bottom: 10px;
}
.product-detail .price p{
    float: left;
    background: #b8040d;
    font-size: 25px;
    font-weight:800;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.product-detail .price button{
    float: right;
    background: #1a1919;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 25px;
    font-weight:800;
    text-transform: uppercase;
}
.pd-0{
    padding:0;
}
.address{
    color:#000;
}
.Career{
    color:#000;
}
.email{
    color: #000;
}
.video-sec video{
    padding: 50px 0;
}