.logot {
    margin-top: 10px;
    border: 3px solid red;
    padding: 12px 12px 12px 12px;
    color: #000;
    font-weight: 800;
    border-radius: 4px;
    font-size: 20px;
}

#preloader{
    display: none;
}
p{
    font-size: 17px;
    color: #686868;

}
.contactcs {
    color: #fff!important;
}
.marginb80{
    margin-bottom: 0px!important;
}
@media (max-width: 991px) {
    .navbar-brand img {
        height: 75px;
    }
}
@media screen and (min-device-width: 280px) and (max-device-width: 768px) { 
    .marginb80 {
        margin-bottom: -10px !important;
        margin-top: 107px!important;
    }
}




.btn1 {
    background-color: red;
    padding: 14px 26px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
}

/*.banner-detail .banner-detail-inner .banner-title {
    color: #fff;
    font-size: 50px;
    line-height: 160px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: -11px;
    opacity: 0;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
}*/

.navbar-nav > li > a {
    padding: 14px 0px !important;
    display: inline-block;
    color: #333;
    font-size: 16px;
    position: relative;
    font-weight: 500;
}
.fimg{
    height:367px;
    width : 276px;
}
.manbr{
width: 243px;
height: 266px;
}
.pad60 {
    padding: 60px;
    background-color: beige;
}
.brand-part-inner {
    background: beige;
    padding: 35px 0;
    overflow: hidden;
}
.newsletter-section {
    background: beige;
}
.services-box {
    position: relative;
    background: beige;
    padding: 30px;
}

.bnerimg{ width:510px;
    height:171px}
    
    .bn10{
     height: 268px;
     width: 100%;
    }
    .hitwid{
     height: 266px;
     width: 522px;
    }
    .category-section {
        justify-content: center;
             display: flex;
             gap: 30px;
         }
         .category-box {
            width: 350px;
            height: 360px;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            cursor: pointer;
            transition: transform 0.3sease;
        }
        .category-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            max-width: 366px;
        }
         .category-box:hover {
             transform: scale(1.05);
         }
         .category-box img {
             width: 100%;
             height: 100%;
             object-fit: cover;
             border-radius: 10px;
         }
         .category-name {
             position: absolute;
             bottom: 0;
             width: 100%;
             background: rgba(0, 0, 0, 0.6);
             color: white;
             text-align: center;
             padding: 10px;
             font-size: 20px;
         }
         .banner-detail .subtitle1 {
            background: red;
            color: #ffff;
            display: inline-block;
            font-size: 24px;
            font-weight: 700;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -o-border-radius: 25px;
            border-radius: 25px;
            padding: 10px 25px;
            opacity: 0;
            transition: all 0.8sease 0s;
            -moz-transition: all 0.8s ease 0s;
            -webkit-transition: all 0.8sease 0s;
            -o-transition: all 0.8s ease 0s;
            transform: translateY(50px);
            -moz-transform: translateY(50%);
            -webkit-transform: translateY(50%);
            -o-transform: translateY(50%);
        }
        .banner-detail .subtitle2 .part1 {
            background: #000;
            padding-left: 60px;
        }
        .banner-detail .subtitle2 {
            background: red;
            color: #fff;
            display: inline-block;
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 18px;
            padding-right: 60px;
            text-transform: uppercase;
            opacity: 0;
            transition: all 1sease 0s;
            -moz-transition: all 1s ease 0s;
            -webkit-transition: all 1sease 0s;
            -o-transition: all 1s ease 0s;
            transform: translateY(150px);
            -moz-transform: translateY(150px);
            -webkit-transform: translateY(150px);
            -o-transform: translateY(150px);
        }
        .btn-color {
            color: #fff !important;
            background: red;
            border: none;
        }
        .sale-label {
            background: red;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -o-border-radius: 2px;
            color: #ffffff;
            font-size: 11px;
            line-height: 12px;
            padding: 5px 8px;
            position: absolute;
            text-transform: uppercase;
            top: 10px;
            right: 10px;
            z-index: 1;
        }
        .new-label {
            background: #000;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -o-border-radius: 2px;
            color: #ffffff;
            font-size: 11px;
            line-height: 12px;
            padding: 5px 8px;
            position: absolute;
            text-transform: uppercase;
            top: 10px;
            left: 10px;
            z-index: 1;
        }