body {
    font-family: "Poppins", sans-serif;
    background: #101010 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif;
}

nav.navbar.navbar-expand-lg {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
}

.navbar-nav li {
    font-size: 18px;
    line-height: 34px;
    padding-left: 50px;
    font-family: "Poppins", sans-serif;
    padding-right: 50px;
}

.navbar-nav a.nav-link {
    color: #fff;
}

.navbar-nav li.nav-item.active a {}

.icons {
    display: flex;
    align-items: end;
}

.icons a.contact-btn {
    margin-right: 30px;
}

section.banner-sec {
    /* background-image: url('../images/back.png') !important; */
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 84px;
    padding-top: 350px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.head-1 h2 {
    font-size: 130px;
    color: #FFFFFF;
    line-height: 120px;
    text-align: left;
    font-weight: 400;

}

.banner-sec .row {
    align-items: center;
}


.about-cl {
    padding-left: 0px !important;
}


section.about-us-sec {
    padding-top: 106px;
    padding-bottom: 104px;
    padding-right: 10px;
}

.about-head-1 h3 {
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    color: #C5111F;
    line-height: 24px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}

.about-head-1 h2 {
    font-weight: 400 !important;
    width: 90%;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 65px;
    text-align: left;
}

.about-head-1 p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffffc4;
    width: 94%;
    margin-top: 10px;
}

.row-about {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.main-counter {
    display: flex;
    align-items: center;
}

.count-num p {
    font-size: 85px !important;
    line-height: 80px;
    font-family: 'Bebas Neue';
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-weight: 500;
}

.count-text h3 {
    line-height: 27px !important;
    color: #fff;
    font-size: 24px !important;
    font-family: 'Bebas Neue';
    text-align: left !important;
    text-transform: uppercase;
    margin-left: 25px;
    width: 80% !important;
}


.modal-1 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.modal-img {
    margin-right: 40px;
}

.modal-text p {
    margin-bottom: 0px !important;
    line-height: 14px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 500 !important;
    position: relative;
    text-transform: uppercase;
}


.category-head h3 {
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    color: #C5111F;
    line-height: 24px;
    text-align: center;
    font-family: 'Open Sans';
}

.category-head h2 {
    font-size: 60px;
    color: #FFFFFF;
    line-height: 65px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.category-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-img {
    text-align: center;
    position: relative;
}

.category-head-2 h2 {
    font-size: 30px !important;
    line-height: 65px !important;
    color: #fff;
    letter-spacing: 3px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    backdrop-filter: blur(20px) saturate(120%);
    background: #0000006b;
    position: absolute;
    width: 510px;
    bottom: 20px;
    left: 40px;
    height: 104px;
    margin: 0 auto !important;
}

section.category-sec {
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 70px;
}

.cat-cl {
    margin-top: 100px;
}

section.products-sec {
    padding-top: 60px !important;
    padding-bottom: 70px;
    padding-left: 50px !important;
    padding-right: 100px !important;
    position: relative;
    background-image: url('../images/product.png');
    background-repeat: no-repeat;
    background-position: top;
}

.product-row {
    display: flex;
}

.text-star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 15px;
}

.pro-title h2 {
    margin-bottom: 0px !important;
    font-size: 22px !important;
    line-height: 28px;
    color: #fff;
    font-weight: 500 !important;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

.product-image {
    text-align: center;
}

.product-image img {
    width: 100%;
}

.main-product {
    margin-left: 50px;
}

.star-rating {
    display: flex;
    align-items: center;
}

.star-rating li {
    list-style: none;
    color: orange;
}

.product-description p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-family: 'Open Sans';
    position: relative;
    margin-bottom: 50px;
}

.product-description p:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    border: 1px solid #ffffff78;
    width: 381px;
}

.price-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-pro span {
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}


.blog-head h3 {
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    color: #C5111F;
    line-height: 24px;
    font-family: 'Open Sans';
}

.blog-head h2 {
    font-size: 60px;
    color: #FFFFFF;
    line-height: 65px;
    font-weight: 400 !important;
    letter-spacing: 3px;
}

.blog-btn a {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C5111F !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Open Sans';
    width: 197px;
    height: 60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    text-decoration: none;
    border-radius: 5px;
}


.blog-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.4s ease;
    z-index: -1;
}

.blog-btn a:hover::before {
    left: 0;
}

.blog-btn a:hover {
    color: #C5111F !important;
}


.blog-btn {
    margin-bottom: 0px !important;
    display: flex !important;
    justify-content: end !important;
}

.blog-sec .row {
    align-items: center;
}

section.blog-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 70px;
}

.blog-head {
    padding-left: 30px;
}

.blog-row {
    display: flex;
}

.blog-img img {
    width: 100%;
}

.blog-box {
    margin-left: 20px;
}

.blog-head-1 p {
    border: 1px solid #C5111F;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 132px;
    height: 34px;
    border-radius: 30px;
    color: #fff;
    background: #C5111F;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans';
    margin-top: 33px;
}

.blog-hd-2 h2 {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-family: 'Open Sans';
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 270px;
}

.blog-img-text {
    display: flex;
    align-items: center;
}

.blog-text p {
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-family: 'Open Sans';
    margin-left: 14px;
}

.blog-box {
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 33px;
    padding-top: 34px;
    border-radius: 30px;
    background-image: url(../images/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


section.level-sec {
    padding-top: 60px !important;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/level.png);
}

.level-head h2 {
    font-weight: 400 !important;
    letter-spacing: 3px;
    font-size: 80px;
    color: #FFFFFF;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.level-head p {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    width: 66%;
    color: #ffffff94;
    line-height: 30px;
    font-family: 'Open Sans';
    margin-top: 20px;
}

.level-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.level-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: #fff !important;
    font-family: 'Open Sans';
    width: 177px;
    height: 60px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    text-decoration: none;
}

.level-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 0.4s ease;
}

.level-btn a:hover::before {
    left: 0;
}

.level-btn a:hover {
    color: #000 !important;
    /* hover pe text ka color black */
}


.level-btn a:hover {
    border-color: #ffff;
}

section.slider-sec {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
}

section.slider-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/before.png);
    width: 100%;
    height: 591px;
}

.slider-head h3 {
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    color: #C5111F;
    line-height: 24px;
    text-align: center;
    font-family: 'Open Sans';
}

.slider-head h2 {
    font-size: 60px;
    color: #FFFFFF;
    line-height: 65px;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 3px;
    margin: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 60px;
}


#owl_custom11 .slider-img img {
    width: 50%;
    transition: all 0.4s ease-in-out;
    transform: none;
    border-radius: 210px;
}

#owl_custom11 .owl-item.active.center .slider-img img {
    width: 90%;
    transform: none;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

#owl_custom11 .owl-item.left-neighbor .slider-img img {
    transform: rotate(-25deg);
    transition: all 0.5s ease-in-out;
    margin-top: 270px;
    margin-left: 130px;
}

#owl_custom11 .owl-item.right-neighbor .slider-img img {
    transform: rotate(25deg);
    transition: all 0.5s ease-in-out;
    margin-top: 270px;
}

section.slider-sec .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: #fff !important;
    font-family: 'Open Sans';
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    text-decoration: none;
}

section.slider-sec .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: #fff !important;
    font-family: 'Open Sans';
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    text-decoration: none;
}

section.slider-sec .owl-next:hover {
    color: white !important;
    background-color: #C5111F !important;
}

section.slider-sec .owl-prev:hover {
    color: white !important;
    background-color: #C5111F !important;
}


.left-neighbor {
    margin-left: 24px;
}

.right-neighbor {
    margin-left: 80px;
}

.slider-sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.owl-item.active {
    display: block;
    OPACITY: 1 !IMPORTANT;
}

.owl-item.cloned {
    opacity: 0;
}

.owl-dots.disabled {
    display: flex !important;
    align-items: center !important;
    text-align: center;
    justify-content: center;
    /* margin-top: 60px; */
}

div#owl_custom11 button.owl-dot {
    border: 1px solid #fff !important;
    width: 6px;
    height: 6px;
    background: #fff !important;
    border-radius: 100%;
    margin-left: 20px;
}

div#owl_custom11 button.owl-dot.active {
    border: 2px solid #C5111F !important;
    width: 30px;
    height: 30px;
    background: unset !important;
    align-items: center !important;
    color: #C5111F !important;
    position: relative;
}


.owl-theme .owl-dots .owl-dot span {
    width: unset !important;
}

.footer-logo img {
    width: 50%;
}

.footer-cat {
    background: #0D0D0D !important;
    padding-top: 60px;
    padding-bottom: 140px;
    padding-left: 80px;
    padding-right: 80px;
}

.footer-head-1 h2 {
    margin-top: 0px !important;
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    font-family: 'Open Sans';
    margin-bottom: 25px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans';
    display: flex;
    transition: all 0.5s ease-in-out;
}

.footer-links ul {
    padding: 0;
}

.footer-links li {
    font-size: 16px;
    line-height: 40px;
    font-family: 'Open Sans';
    color: #fff;
}

.footer-para p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-family: 'Open Sans';
    width: 72%;
    margin-top: 25px;
}

.con-info a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans';
    transition: all 0.5s ease-in-out;
    font-size: 15px;
    line-height: 28px;
    display: flex;
}

.icon-1 {
    margin-bottom: 20px;
}

.icon-1 img {
    margin-right: 12px;
    width: 25px;
    height: 22px;
    margin-top: 3px;
}

.ft-4 {
    padding-left: 150px;
}


.ft-3 {
    padding-left: 90px;
    position: relative;
}

.ft-3:before {
    content: '';
    position: absolute;
    right: -70px;
    border: 1px solid #ffffff94;
    top: 45px;
    height: 129px;
    display: none;
}

.ft-2 {
    position: relative;
}

.ft-1:before {
    content: '';
    position: absolute;
    right: 100px;
    border: 1px solid #ffffff94;
    top: 45px;
    height: 129px;
    display: none;
}

.ft-1 {
    position: relative;
}

.ft-2:before {
    content: '';
    position: absolute;
    right: 0;
    border: 1px solid #ffffff94;
    top: 45px;
    height: 129px;
    display: none;
}

.footer-colophon {
    background: #C5111F;
    border-radius: 30px 30px 0 0;
    width: 98%;
    margin: 0 auto;
    margin-top: -67px;
}

.main-site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.site-info p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Open Sans';
    color: #fff;
}

.site-info a {
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
}

.site-info-2 p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Open Sans';
    color: #fff;
}

.site-info-2 a {
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
}



/*======================KEY FRAMES================*/

.head-1 {
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeInLeft 2s ease-out forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-7.about-cl {
    opacity: 0;
    transform: translateX(-60px);
    animation: fadeInLeft 1.2s ease-out forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-5 {
    opacity: 0;
    transform: translateX(60px);
    animation: fadeInRight 1.2s ease-out forwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-4.cat-1-cl {
    opacity: 0;
    transform: translateX(-60px);
    animation: fadeInLeft 1.2s ease-out forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.col-md-4.cat-cl {
    opacity: 0;
    transform: translateY(60px);
    animation: fadeInUp 1.2s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.col-md-4.cat-3-cl {
    opacity: 0;
    transform: translateX(60px);
    animation: fadeInRight 1.2s ease-out forwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-12 {
    opacity: 0;
    transform: translateY(-60px);
    animation: fadeInDown 1.2s ease-out forwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.col-md-3.pro-1-cl {
    opacity: 0;
    transform: translateX(-60px);
    animation: fadeInLeft 1.2s ease-out forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-3.pro-2-cl {
    opacity: 0;
    transform: translateY(60px);
    animation: fadeInUp 1.2s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.col-md-3.pro-3-cl {
    opacity: 0;
    transform: translateY(-60px);
    animation: fadeInDown 1.2s ease-out forwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.col-md-3.pro-4-cl {
    opacity: 0;
    transform: translateX(60px);
    animation: fadeInRight 1.2s ease-out forwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-9 {
    opacity: 0;
    transform: translateX(-60px);
    animation: fadeInLeft 1.2s ease-out forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-3.blog-cl {
    opacity: 0;
    transform: translateX(60px);
    animation: fadeInRight 1.2s ease-out forwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-4.box-2-cl {
    opacity: 0;
    transform: translateY(-60px);
    animation: fadeInDown 1.2s ease-out forwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.col-md-3.box-1-cl {
    opacity: 0;
    transform: translateX(-60px);
    animation: fadeInLeft 1.2s ease-out forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-3.box-3-cl {
    opacity: 0;
    transform: translateX(60px);
    animation: fadeInRight 1.2s ease-out forwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-3.box-4-cl {
    opacity: 0;
    transform: translateX(60px);
    animation: fadeInRight 1.2s ease-out forwards;
}


.col-md-12.level-cl {
    opacity: 0;
    transform: translateY(-60px);
    animation: fadeInDown 1.2s ease-out forwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.col-md-5.ft-1 {
    opacity: 0;
    transform: translateX(-60px);
    animation: fadeInLeft 1.2s ease-out forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-2.ft-2 {
    opacity: 0;
    transform: translateY(-60px);
    animation: fadeInDown 1.2s ease-out forwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.col-md-2.ft-3 {
    opacity: 0;
    transform: translateY(60px);
    animation: fadeInUp 1.2s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.col-md-3.ft-4 {
    opacity: 0;
    transform: translateX(60px);
    animation: fadeInRight 1.2s ease-out forwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*====================ABOUT US PAGE CSS====================*/

section.page-header.text-center.breadcrumb_sec {
    background: #1B1B1B;
    padding-top: 91px !important;
    padding-bottom: 91px !important;
    border-radius: 0 0 100px 100px !important;
    text-align: center;
}

.breadcrumb_sec h1.page-title {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    font-family: 'Bebas Neue';
    margin-bottom: 0px !important;
    display: inline-block;
    animation: float 3s ease-in-out infinite;
    padding-bottom: 10px;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.home_links {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px !important;
    font-family: 'Open Sans';
    color: #ffffffcf;
}

.home_links a {
    color: #ffffffcf;
    text-decoration: none;
    margin-right: 10px;
}

.home_links span {
    margin-left: 10px;
}

.ab-page-head h2 {
    font-size: 50px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 500;
}

.ab-page-head p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-family: 'Open Sans';
}


.about-page-btns {
    display: flex;
    justify-content: center;
}

.btn-1-ab a {
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #C5111F;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans';
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    width: 219px;
    height: 60px;
    background: #C5111F;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.btn-1-ab a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    /* hover fill color */
    z-index: -1;
    transition: all 0.4s ease;
}

.btn-1-ab a:hover::before {
    left: 0;
}

.btn-1-ab a:hover {
    color: #C5111F;
    /* text color red ho jayega */
}

.btn-2-ab a {
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans';
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    width: 177px;
    height: 60px;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.btn-2-ab a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    /* hover background */
    z-index: -1;
    transition: all 0.4s ease;
}

.btn-2-ab a:hover::before {
    left: 0;
}

.btn-2-ab a:hover {
    color: #C5111F;
    /* text red on hover */
}

section.about-page-sec {
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-bottom: 80px;
}


.product-row-1 {
    display: flex;
    padding-bottom: 60px;
    padding-right: 70px;
}

.product-row-2 {
    display: flex;
    padding-bottom: 60px;
    padding-right: 70px;
}

.product-row-3 {
    display: flex;
    padding-bottom: 60px;
    padding-right: 70px;
}


section.products-sec-1 {
    padding-top: 30px;
    padding-bottom: 100px;
}

.main-sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-head-1 h2 {
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 3px;
    font-weight: 400;
}

.pro-head-1 p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffffc7;
    font-family: 'Open Sans';
}

section.products-page-sec {
    padding-left: 50px;
    padding-right: 65px;
    padding-top: 100px;
}

.sorting-dropdown select#orderby {
    height: 51px;
    background: transparent;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.main-sorting option {
    color: #C5111F;
    padding-bottom: 10px;
    background: #000;
    font-weight: 400;
}

.blog-page-img img {
    width: 100%;
    margin-bottom: 40px;
}

.blog-page-img {
    text-align: center;
    position: relative;
}
.blog-sub-title {
    position: absolute;
    bottom: 80px;
    left: 50px;
}

.blog-sub-title p {
    margin: 0 !important;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    background-color: red;
    padding: 5px 30px;
    border: 1px solid red;
    border-radius: 20px;
}

.blog-page-head h2 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-family: 'Open Sans';
    text-decoration: none;
    margin-bottom: 22px;
}

.blog-page-head p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    font-family: 'Open Sans';
    margin-bottom: 0px !important;
}

section.blog-page-sec {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 100px;
}

.blog-page-sec .blog-img-text {
    margin-top: 30px;
    margin-bottom: 80px;
}


.contact-image {
    text-align: center;
}

.location-head h2 {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin-top: 20px;
}

.location-head p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 400;
}

.location-head a {
    text-decoration: none;
    color: #fff;
}

.contact-head h2 {
    font-size: 54px;
    color: #FFFFFF;
    line-height: 59px;
    text-align: center;
}

.contact-head p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-family: 'Open Sans';
    text-align: center;
    margin-bottom: 0;
}

.contact-head {
    margin-bottom: 40px;
}

section.contact-page-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
}

.row-contact {
    display: flex;
    padding-top: 80px;
    align-items: center;
}

.contact-form input {
    width: 100%;
    background: transparent !important;
    height: 60px;
    border-radius: 10px;
    border-color: #fff;
    margin-bottom: 25px;
    color: white;
}

.contact-form input::placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding-left: 20px;
}

.contact-form textarea {
    background: transparent !important;
    border-radius: 10px;
    height: 231px;
    width: 100%;
    border-color: #fff;
    color: white;
}

.contact-form textarea::placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding-left: 20px;
    padding-top: 10px;
}

.contact-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 51px !important;
    background-color: #C5111F !important;
    border-color: #C5111F !important;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    margin-top: 40px;
}

.row-contact .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.map-img img {
    width: 100%;
}


.quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 20px;
    color: white;
    background-color: black;
    margin-top: 30px;
    margin-bottom: 40px;
}

.quantity-selector button {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0 10px;
}

.quantity-selector span {
    width: 30px;
    text-align: center;
}

.single-image img {
    width: 100%;
}

.product-title h2 {
    border-bottom: unset !important;
    font-size: 46px !important;
    line-height: 60px !important;
    font-family: 'Bebas Neue';
    font-weight: 400 !important;
    color: #fff !important;
    margin-bottom: 90px;
    margin-top: 20px;
}

.product-price p {
    font-weight: 500 !important;
    line-height: 40px !important;
    font-size: 38px !important;
    color: #C5111F !important;
    font-family: 'Bebas Neue';
    margin-bottom: 30px !important;
}

.product-category p {
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 0px;
    color: #fff;
    margin-bottom: 10px;
}

.product-category strong {
    margin-right: 10px;
}

.product-cart-btn a {
    line-height: 18px;
    background: #C5111F !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 151px !important;
    height: 51px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    color: #fff;
    text-decoration: none;
    margin-bottom: 40px;
}

.discription h2 {
    font-size: 54px;
    line-height: 59px !important;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    margin-top: 49px;
}

.discription p {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #ffffff85 !important;
}

.discription ul {
    list-style: none;
    padding-left: 0px;
}

.discription li {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #ffffff85 !important;
}

.discription-tabs {
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}

.btn-1 a {
    background: #C5111F !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 160px;
    height: 51px;
    border-radius: 10px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    color: #fff !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    border-color: #C5111F !important;
    text-decoration: none;
    margin-right: 10px;
}

.btn-2 a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 222px !important;
    height: 51px !important;
    border-radius: 10px !important;
    background: transparent;
    border-color: #fff;
    margin-left: 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 18px !important;
    line-height: 18px !important;
}

section.products-detail-page {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 100px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #C5111F !important;
    font-weight: 600 !important;
}

.banner-sec p {
    font-weight: 400 !important;
    width: 90%;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 65px;
    text-align: left;
}

.navbar-brand .logo {
    max-width: 168px;
    border-radius: 10px;
    height: auto;
}

.banner-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.banner-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: #fff !important;
    font-family: 'Open Sans';
    width: 260px;
    height: 60px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    text-decoration: none;
}

.banner-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 0.4s ease;
}

.banner-btn a:hover::before {
    left: 0;
}

.banner-btn a:hover {
    color: #000 !important;
    /* hover pe text ka color black */
}


.banner-btn a:hover {
    border-color: #ffff;
}

.banner-sec .col-md-2 {
    text-align: center;
}

.about-page-sec h3 {
    font-size: 40px;
    color: #fff;
    padding-left: 40px;
    font-weight: 500;
    font-family: 'Open Sans';
    /* text-align: center; */
}

.about-page-sec ul {
    color: #fff;
    font-size: 16px;
    padding-left: 60px;
    font-weight: 400;
    /* text-align: center; */
}

p.tagline {
    text-align: center;
    padding-top: 40px;
    font-size: 22px;
    font-style: italic;
    color: #fff;
    font-weight: 600;
    padding-bottom: 35px;
}

.cat-head-1 h2 {
    color: #fff;
    font-size: 40px;
    font-family: 'Open Sans';
    text-align: center;
    padding: 25px 0 10px 0;
}

.cat-head-1 p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 80px;
}

.cat-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.cat-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: #fff !important;
    font-family: 'Open Sans';
    width: 260px;
    height: 60px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    text-decoration: none;
}

.cat-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 0.4s ease;
}

.cat-btn a:hover::before {
    left: 0;
}

.cat-btn a:hover {
    color: #000 !important;
}


.cat-btn a:hover {
    border-color: #ffff;
}

.blog-head p {
    color: #fff;
    font-size: 18px;
}

.closing p {
    color: #fff;
    text-align: center;
    padding: 50px 0 0px 0;
    font-style: italic;
    font-size: 20px;
}

/* Dropdown Mini Cart */
.shopping-item {
    position: absolute;
    right: 0;
    top: 110%;
    background: #fff;
    width: 320px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 111111111;
}

/* Show on hover */
.sinlge-bar.shopping:hover .shopping-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Cart header */
.shopping-item .dropdown-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f7f7f7;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
}

.shopping-item .dropdown-cart-header a {
    color: #c4111f;
}

/* Cart items list */
.shopping-item .shopping-list {
    max-height: 280px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 10px;
}

/* Individual cart item */
.shopping-item .shopping-list li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
}

.shopping-item .shopping-list li:last-child {
    border-bottom: none;
}

.shopping-item .cart-img {
    flex: 0 0 55px;
    margin-right: 10px;
}

.shopping-item .cart-img img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 5px;
}

/* Product name */
.shopping-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

/* Quantity and price */
.shopping-item p.quantity {
    font-size: 13px;
    color: #666;
    margin: 5px 0 0;
}

/* Remove button */
.shopping-item a.remove {
    color: var(--primary-color);
    font-size: 14px;
    transition: 0.3s;
}

.shopping-item a.remove:hover {
    color: black;
}

/* Bottom area (total + checkout) */
.shopping-item .bottom {
    padding: 12px 15px;
    border-top: 1px solid #eee;
}

.shopping-item .bottom .total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}

.shopping-item .bottom .btn {
    display: block;
    text-align: center;
    background: #c4111f;
    color: #fff;
    padding: 10px 0;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s ease;
}

.shopping-item .bottom .btn:hover {
    background: black;
}

/* Smooth scroll bar */
.shopping-item .shopping-list::-webkit-scrollbar {
    width: 6px;
}

.shopping-item .shopping-list::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
}

.right-bar div#mini-cart svg.svg-inline--fa.fa-cart-shopping {
    color: white;
}

.right-bar {
    position: absolute;
    bottom: 70px;
}

.right-bar span.total-count {
    right: 10px;
    position: relative;
    bottom: 10px;
    background-color: var(--primary-color);
    padding: 0px 6px;
    border-radius: 41px;
    color: white;
}

a.single-icon {
    text-decoration: none;
}

/*===================RESPONSIVE CSS=======================*/

@media only screen and (max-width: 1680px) {


    .about-img img {
        width: 96%;
    }

    .category-img img {
        width: 96%;
    }

    .category-head-2 h2 {
        font-size: 35px !important;
        line-height: 60px !important;
        width: 430px !important;
    }

    .product-description p:before {
        width: 341px !important;
    }

    .main-product {
        margin-left: 30px !important;
    }

    /*.ft-3 {*/
    /*    padding-left: 70px !important;*/
    /*}*/
}

@media only screen and (max-width: 1600px) {

    section.products-sec {
        padding-right: 50px !important;
        padding-left: 20px !important;
    }

    .ft-3 {
        padding-left: 50px !important;
    }
}

@media only screen and (max-width: 1440px) {


    nav.navbar.navbar-expand-lg {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .head-1 h2 {
        font-size: 100px !important;
        line-height: 100px !important;
    }

    section.banner-sec {
        padding-top: 320px !important;
    }

    .about-head-1 h2 {
        font-size: 50px !important;
        line-height: 55px !important;
    }

    .about-head-1 h3 {
        font-size: 22px !important;
        line-height: 22px !important;
    }

    .category-head h2 {
        font-size: 50px !important;
        line-height: 55px !important;
    }

    .category-head h3 {
        font-size: 22px !important;
        line-height: 22px !important;
    }

    .category-head-2 h2 {
        font-size: 30px !important;
        width: 360px !important;
    }

    section.category-sec {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .product-description p:before {
        width: 301px !important;
    }

    .pro-title h2 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    section.products-sec {
        padding-right: 20px !important;
        padding-left: 0px !important;
    }

    .product-description p {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .price-pro span {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .blog-head h2 {
        font-size: 50px !important;
        line-height: 55px !important;
    }

    .blog-head h3 {
        font-size: 22px !important;
        line-height: 22px !important;
    }

    section.blog-sec {
        padding-left: 20px !important;
        padding-right: 40px !important;
    }

    .blog-hd-2 h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .level-head h2 {
        font-size: 70px !important;
        line-height: 75px !important;
    }

    .slider-head h2 {
        font-size: 50px !important;
        line-height: 55px !important;
    }

    .slider-head h3 {
        font-size: 22px !important;
        line-height: 22px !important;
    }

    .footer-cat {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .footer-head-1 h2 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .ft-3 {
        padding-left: 30px !important;
    }

    .ft-4 {
        padding-left: 110px !important;
    }

    section.slider-sec:before {
        background-size: 100% 100%;
    }
}

@media only screen and (max-width: 1366px) {

    section.category-sec {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .category-head-2 h2 {
        font-size: 25px !important;
    }

    .count-num p {
        font-size: 70px !important;
        line-height: 70px !important;
    }

    section.banner-sec {
        padding-top: 300px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .navbar-nav li {
        font-size: 16px !important;
        line-height: 30px !important;
        padding-left: 30px !important;
    }
}


@media only screen and (max-width: 1280px) {


    .category-head-2 h2 {
        width: 330px !important;
        height: 90px !important;
    }

    .product-description p:before {
        width: 271px !important;
    }

    .head-1 h2 {
        font-size: 80px !important;
        line-height: 80px !important;
    }

    .about-head-1 h2 {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .about-head-1 h3 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .about-head-1 p {
        font-size: 15px !important;
    }

    .category-head h2 {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .category-head h3 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .blog-head h2 {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .blog-head h3 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .blog-btn a {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .blog-hd-2 h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .level-head h2 {
        font-size: 50px !important;
        line-height: 55px !important;
    }

    .level-btn a {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .slider-head h2 {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .slider-head h3 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .ft-3:before {
        right: -20px !important;
    }

    .ft-4 {
        padding-left: 70px !important;
    }

    .ft-3 {
        padding-left: 15px !important;
    }

    .ft-2:before {
        right: 20px !important;
    }

    .ft-1:before {
        right: 60px !important;
    }

    .footer-head-1 h2 {
        font-size: 28px !important;
        line-height: 28px !important;
    }

    .site-info p {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .site-info-2 p {
        font-size: 16px !important;
        line-height: 16px !important;
    }
}

@media only screen and (max-width: 1200px) {
    
    .footer-links ul {
        padding: 0;
    }


    .footer-links li {
        font-size: 15px !important;
    }

    .pro-title h2 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .category-head-2 h2 {
        width: 310px !important;
        height: 80px !important;
        font-size: 22px !important;
    }

    .footer-para p {
        font-size: 15px !important;
        width: 81% !important;
    }
       body, html {
    overflow-x: hidden;
}
}

@media only screen and (max-width: 1199px){
 .navbar-nav li {
        padding-left: 10px !important;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 991px){
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #111;
    padding-top: 30px;
    transition: left 0.3s ease;
    z-index: 9999;
  }
 .product-img {
    text-align: center;
}
.blog-page-head h2 {
    font-size: 32px;
}
section.contact-page-sec .row {
    display: block;
    margin: auto;
}
section.contact-page-sec .row .col-md-3 {
    max-width: 100%;
    width: 100%;
}
section.contact-page-sec {
    padding-left: 30px;
    padding-right: 30px;
}
.row-contact .col-md-6 {
    width: 100%;
}
 .row-about {
    display: block;
}
.count-text h3 {
    width: 100% !important;
    font-size: 20px !important;
}
.main-counter {
    width: 100%;
}
.row-about .col-md-6 {
    max-width: 100%;
    width: 100%;
}
     .shop-sidebar {
        position: fixed;
        z-index: 999;
        background: #FFF;
        margin-left: -500px;
        transition: all 0.5s;
        padding: 20px;
        box-shadow: 1px 3px 15px #d8d8d8;
        top: 0;
        overflow: auto;
        max-height: 100%;
        background: #000;
    }
 .owl-prev {
    color: #ffffff !important;
    background: #c5111f !important;
    text-transform: uppercase;
}
.owl-next {
    color: #ffffff !important;
    background: #c5111f !important;
    text-transform: uppercase;
}
    .right-bar {
        position: static;
        display: none;
    }
#mobile-cart {
    margin: 0;
    /* margin-left: 40px; */
}
.cart-product {
    display: flex;
    align-items: center;
}
  .navbar-collapse.show {
        left: 0;
        background: #c5111f;
    }
div#navbarNav .navbar-brand img {margin: 0 auto;width: 100% !important;margin-left: 30px;}
ul.navbar-nav {
    display: block !important;
}
.icons {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 30px;
}
.icons a.contact-btn {
    margin: 0;
    margin-bottom: 5px;
}
  .navbar-nav .nav-item {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .navbar-nav .nav-link {
    color: #fff;
    padding: 15px 20px;
    display: block;
  }
  .navbar {
    background: #000;
  }
  button.navbar-toggler.text-white {
    background: #a40e1a;
}
}
@media only screen and (max-width: 767px){
section.banner-sec {
    padding-top: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-size: 100% 100%;
    padding-bottom: 50px;
}
.ab-page-head h2 {
    font-size: 30px;
}
section.about-page-sec {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.about-page-sec ul {
    padding: 0;
    text-align: center;
}
.about-page-sec h3 {
    text-align: center;
    padding: 0;
    font-size: 30px;
}
.about-page-btns a {
    font-size: 16px;
    width: fit-content;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.about-page-btns {
    display: block;
}
.main-counter {
    justify-content: center;
}
.product-img {
    text-align: center;
}
.shopt-cart-first {
    gap: 20px;
    justify-content: center;
}
.short-dec {
    text-align: center;
}
.blog-img-text {
    justify-content: center;
}
section.contact-page-sec {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}
.contact-head h2 {
    font-size: 35px;
}
.contact-image img {
    width: 35px;
}
.row-contact {
    display: block;
}
.map-img {
    margin-top: 30px;
}
section.blog-page-sec {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.blog-page-sec .blog-img-text {
    justify-content: center;
}
.blog-page-head h2 {
    font-size: 32px;
}
nav.navbar.navbar-expand-lg {
    /* padding-left: 20px !important; */
    /* padding-right: 20px !important; */
    padding: 20px !important
}
.head-1 h2 {
    font-size: 50px !important;
    line-height: 60px !important;
    text-align: center;
}
.banner-sec p {
width: 100%;
font-size: 16px;
color: #FFFFFF;
line-height: 25px;
text-align: center;
}
.banner-btn a {
font-size: 15px;
line-height: 18px;
width: 240px;
height: 50px;
}
section.about-us-sec {
padding-top: 60px;
padding-bottom: 60px;
padding-right: 0px;
text-align: center !important;
}
.about-head-1 h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    TEXT-ALIGN: center;
}
    .about-head-1 h3 {
    TEXT-ALIGN: center;
    MARGIN-TOP: 20PX;
}
    .count-num p {
    font-size: 40px !important;
    line-height: 50px !important;
    MARGIN-BOTTOM: 0PX;
}
.count-text h3 {
line-height: 25px !important;
color: #fff;
font-size: 20px !important;
margin-left: 16px;
width: 100% !important;
}
.modal-1 {
JUSTIFY-CONTENT: center;
}
.category-head h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    MARGIN-BOTTOM: 15PX;
}
    .category-img img {
    width: 100%;
    MARGIN-BOTTOM: 20PX;
}

.category-head-2 h2 {
    width: 310px !important;
    height: 80px !important;
    font-size: 18px !important;
    LINE-HEIGHT: 20PX ! IMPORTANT;
}
section.category-sec {
padding-bottom: 50px;
}
   section.blog-sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.blog-row {
display: block;
}
.blog-box {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px;
padding-top: 20px;
}
.blog-hd-2 h2 {
    font-size: 18px !important;
    line-height: 28px !important;
}
.blog-head-1 p {
width: 100%;
height: 30px;
margin-top: 20px;
}
.level-head h2 {
width: 100%;
}
.level-head p {
font-size: 15px;
width: 100%;
margin-top: 10px;
}
.blog-head h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}
.blog-btn {
width: 100%;
display: flex;
justify-content: center !important;
}
.blog-head p {
font-size: 15px;
line-height: 25px;
}
.slider-head h2 {
width: 100%;

}
section.slider-sec {
padding-top: 50px;
padding-bottom: 80px;
padding-left: 20px !important;
padding-right: 20px !important;
}
.footer-cat {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center;
}
    .footer-para p {
    font-size: 15px !important;
    width: 100% !important;
}
.ft-1:before {
display: none;
}

.ft-3:before {
display: none;
}

.ft-2:before {
display: none;
}
.footer-links a {
justify-content: center;
}
.footer-cat ul {
padding-left: 0px;
}

.col-md-3.ft-4 {
padding-left: 0px !important;
}

.con-info a {
justify-content: center;
}
.main-site-info {
padding-left: 16px;
padding-right: 15px;
display: block;
text-align: center;
}
.site-info-2 p {
    font-size: 15px !important;
    line-height: 15px !important;
    margin-top: 10px;
}
    .level-head h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}
    .slider-head h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}
.right-bar {position: static;}
.about-head-1 h2 {
    width: 100%;
}
.about-head-1 p {
    width: 100%;
}
    section.products-sec {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .blog-head {
    padding-left: 0px;
}
    .shopping-cart .total-amount .right {
        padding: 15px;
    }
.shopping-cart .table td::before {
    display: flex;
    align-items: center;
}
.shopping-cart .table p {
    margin-bottom: 0;
}
.shopping-cart .total-amount .left .coupon form {
    text-align: center;
}
.shopping-cart .total-amount .left .coupon form .btn {
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.shopping-cart .total-amount .left .coupon form input {
    width: 100%;
}
.shopping-cart .table td {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0;
}
}
@media only screen and (max-width: 458px){
        #mobile-cart {
        /* margin-top: 20px; */
        left: 0;
    }
    .head-1 h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
        .category-head-2 h2 {
        width: 77% !important;
        height: 60px !important;
        font-size: 15px !important;
        LINE-HEIGHT: 20PX ! IMPORTANT;
    }
    .row-about {
    margin-top: 20px;
}
.shop.single .quantity .input-group {
    width: 120px;
}
.shop.single .add-to-cart .btn {
    margin-top: 0;
}
section.contact-page-sec {
    padding-left: 15px;
    padding-right: 15px;
}
.row-contact .col-md-6 {
    padding: 0;
}
.row-contact .col-md-12 {
    padding: 0;
}
section.about-page-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.slider-img img {
    margin-top: 0 !important;
}
.blog-page-head h2 {
    font-size: 22px;
    line-height: 1.5;
}
section.blog-page-sec {
    padding-left: 15px;
    padding-right: 15px;
}
.blog-box {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
}
section.blog-sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.head-1 h2 {
    font-size: 40px !important;
}
.head-1 h2 br {
    display: none;
}
    .count-num p {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .count-text h3 {
        line-height: 21px !important;
        font-size: 15px !important;
        margin-left: 15px;
        width: 100% !important;
    }
    .blog-box {
        padding-left: 0px;
        padding: 15px;
    }
        .blog-hd-2 h2 {
        font-size: 15px !important;
        line-height: 25px !important;
    }
        .site-info p {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .site-info-2 p {
        font-size: 15px !important;
        line-height: 20px !important;
        margin-top: 10px;
    }
.shop.single .product-des .price span {
    font-size: 28px;
}
.shop.single .cat a {
    font-size: 18px !important;
}
.shopping-cart .table td::before {
    display: flex;
    align-items: center;
}
.shopping-cart .table p {
    margin-bottom: 0;
}
}

@media only screen and (max-width: 390px){
.shop.single .quantity .input-group {
    width: 90px !important;
}
.shop.single .add-to-cart .btn {
    margin-top: 0;
}
.shop.single .nav-tabs li a {
    padding: 8px;
    font-size: 13px;
}
}
   