﻿

html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
    color: #212121;
    padding-top: 0px;
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #212121;
}

a {
    color: #212121;
    text-decoration: none;
}

.card-icon {
    font-size: 41px;
    padding: 5px;
    color:white;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1781b4;
    outline: 0;
    box-shadow: none;
}

.container-fluid {
    width: 100%;
    margin: 0px auto;
    max-width: calc(100vw - 10%);
}


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient( to right, #00a2d9 7%,#055786 60%,#00a2d9 100%);
    border-radius: 30px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 30px;
}

.mad-page-wrapper {
    background: #fff;
}

button.mad-back-to-top.animated.stealthy {
    display: none;
}
/* ----------------------------------------
        Preloader
    ---------------------------------------- */

.mad-preloader-circle,
.mad-preloader {
    position: fixed;
    width: 260vw;
    height: 260vw;
    margin-left: -130vw;
    margin-top: -130vw;
    background-color: #fff;
    z-index: 50;
    border-radius: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-preloader-circle {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.mad-preloader {
    left: 50%;
    top: 50%;
}

    .mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

.mad-preloader-circle--appearing {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* ----------------------------------------
        Critical full screen message
    ---------------------------------------- */

/* ============================top header section css by Nadeem=============================== */
header.header-section {
    width: 100%;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    transition: all .5s ease;
}

    header.header-section.fixed {
        position: fixed;
        top: 0;
        z-index: 99;
        height: 90px;
        box-shadow: 2px 1px 4px #999;
        width: 100%;
        transition: all .5s ease;
    }

.mini-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartconting-nuber {
    background: #3fa53b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inherit;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -5px;
    right: 25px;
    font-size: 14px;
}

li.cartconting {
    position: relative;
}

img.logo_imgs {
    width: 29%;
}

ul.ui-autocomplete.ui-menu {
    position: absolute;
    top: 67px;
    left: 42%;
    transform: translate(-50%, 0%);
    width: 43% !important;
    background: white;
    border: 0px;
}

li.ui-menu-item {
    padding: 8px 10px 8px 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #5f3d1b00029;
}

    li.ui-menu-item a.ui-corner-all {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 10px 15px 10px 30px;
        position: relative;
    }

        li.ui-menu-item a.ui-corner-all:before {
            content: "\f002";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            color: #424242;
            position: absolute;
            top: 12px;
            font-size: 12px;
            left: 10px;
            z-index: 99;
        }

        li.ui-menu-item a.ui-corner-all:hover {
            background: #efefef;
            cursor: pointer;
            border-radius: 0px;
        }

.header-section.fixed img.logo_imgs {
    width: 22%;
    height: auto;
    transition: all .3s ease;
    padding: 8px 0px;
}

.header-search.header-same {
    width: 48%;
    position: relative;
}

.search-container {
    display: flex;
    align-items: center;
    position: relative;
}

.search-icon.select select.form-control {
    width: auto;
    border-radius: 0px;
    background: #e9e9e9;
    border: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 38px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.search-container input.form-control {
    height: 38px;
    width: 100%;
    background: #ffffff;
    font-size: 14px !important;
    border: 1px solid #ccc;
    /* padding: 0px 45px; */
    border-radius: 0px;
}

.search-icon i {
    font-size: 22px;
    background: #5f3d1b;
    padding: 9px 15px;
    height: 38px;
    width: 47px;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.header-menu.header-same ul {
    display: flex;
    margin: 0px;
    align-items: center;
}

.header-menu.header-same i {
    display: block;
    width: auto;
    text-align: center;
}

.header-menu.header-same ul li {
    margin-right: 15px;
    font-size:14px;
}
.header-menu{
    flex-basis:40%;
}
.search_icon {
    text-align: center;
    display: none;
}

    .search_icon img {
        width: auto;
        margin: 0;
    }

/* ======================****Menu header section css by Nadeem*=========================== */

header.header-sec-menu {
background: #5f3d1b;
    position: relative;
}

ul.navbar-nav.headerSlot li.nav-item {
    margin-right: 10px;
    position: relative;
}

    ul.navbar-nav.headerSlot li.nav-item a.nav-link {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'Nunito', sans-serif;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        padding: 10px 5px;
    }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link:before {
            content: attr(data-text);
            text-align: center;
            position: absolute;
            top: 0;
            left: -250px;
            width: 100%;
            line-height: 42px;
            height: 100%;
            background: #5f3d1b;
            z-index: -1;
            transition: all 0.5s ease;
            color: #fff;
        }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover:before {
            left: 0px;
        }

.mobole-active {
    display: none;
}

.category-menu {
    background: #ffffff;
    padding: 15px;
    border-top: 3px solid #5f3d1b;
    width: 225px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 0px 0px 0px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 9;
    margin-top: 15px;
    visibility: hidden;
}
/*.fixedScroll {
    overflow: scroll;
    height: 500px;
    overflow-x: hidden;
}

.fixedScroll::-webkit-scrollbar {
    width: 1px;
}

.fixedScroll::-webkit-scrollbar-thumb {
    background: #eaeaea;
}

    .category-menu.Productmenu {
        width: 100%;
    }*/

ul.navbar-nav.headerSlot li.nav-item:hover .category-menu {
    transition: all .4s ease-in-out;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}


ul.category-menu-list li a {
    font-size: 15px;
    margin-bottom: 5px;
    padding: 6px 10px 6px 20px;
    display: inherit;
    width: 100%;
    border-bottom: 1px solid #ccc;
    color: #7a7a7a;
    font-family: 'Nunito', sans-serif;
    position: relative;
}

    ul.category-menu-list li a:before {
        content: "⮞";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #7a7a7a;
        position: absolute;
        top: 8px;
        font-size: 14px;
        left: 3px;
        z-index: 99;
    }
/*    ul.category-menu-list li a:after {
        content: "\f0da";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #7a7a7a;
        position: absolute;
        top: 8px;
        font-size: 14px;
        right: 3px;
        z-index: 99;
    }*/


.header-submenu a {
    margin: 16px 0px;
    font-weight: 400;
    color: #3fa53b;
    border-bottom: 1px dashed #a5a5a5;
    padding-bottom: 2px;
    font-size: 16px;
    text-transform: uppercase;
    display: inherit;
}

ul.category-menu-list li a:hover {
    color:#5f3d1b
}


ul.category-menu-list li {
    position: relative;
}

ul.Subcategory-menu-list {
    background: #f2f2f2;
    padding: 15px;
    border-top: 3px solid #116fa3;
    width: 100%;
    box-shadow: none;
    margin: 0px 0px 0px;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    left: 210px;
    top: 5px;
    transform: scaleY(0);
    opacity: 0;
    z-index: 9;
}

ul.category-menu-list li:hover ul.Subcategory-menu-list {
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s ease 0s;
}

ul.Subcategory-menu-list li a:before {
    content: "\f192";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #7a7a7a;
    position: absolute;
    top: 8px;
    font-size: 14px;
    left: 3px;
    z-index: 99;
}

.Subcategory-righticon {
    float: right;
}
/* ======================****custon button css by Nadeem*=========================== */
.submit_btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: #5f3d1b;
    text-align: center;
    line-height: 40px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
}

    .submit_btn:hover {
        transform: scale(0.9);
        transition-duration: 0.6s;
        cursor: pointer;
    }

.cancel_btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: #212121;
    text-align: center;
    line-height: 40px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
}

    .cancel_btn:hover {
        transform: scale(0.9);
        transition-duration: 0.6s;
        cursor: pointer;
    }


/* ======================*footer section css by Nadeem*=========================== */
button.mad-back-to-top.animated.zoomIn.mad-inview {
    display: none;
}

footer.footer-section {
    /*background: #f7f7f7;*/
    padding: 50px 0px 30px;
    background: #181818 url(../images/footer-bg.png);
    position: relative;
    overflow: hidden;
}

.logo_sec p {
    color: #fff;
    line-height: 25px;
    padding-top: 40px;
}

h3.header_txt {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 0px 0px 10px;
}

.line-brack2 {
    border-bottom: 2px solid #ccc;
    padding: 0px 0px 0px;
    margin-bottom: 17px;
    width: 90%;
    position: relative;
}

    .line-brack2:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 28%;
        width: 160px;
        height: 2px;
    background: #5f3d1b;
        transform: translate(-50%, -50%);
    }

.footer-box li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
    color: #fff;
    font-size: 14px;
}

    .footer-box li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        transition-duration: 0.6s;
        /* font-family: 'Gotham' !important; */
    }

        .footer-box li a:hover {
            color:#5f3d1b;
        }

.fa_icon {
    padding-right: 10px;
}

.footer-box li .form-control {
    background: no-repeat;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 0px;
    font-size: 14px;
    height: 42px;
    width: 100%;
}

    .footer-box li .form-control::placeholder {
        color: #fff;
    }

.submitbtn {
    width: 100%;
    height: 42px;
background: #5f3d1b;
    border-style: none;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
    outline: none;
    margin-top: 10px;
}

.footer_bottom {
    text-align: center;
background: #5f3d1b;
    padding: 10px 0px;
    border-top: 1px solid #ffffff61;
}

.f-bootom {
    color: white;
    font-size: 14px;
}

.gotop a {
    font-size: 14px;
    float: right;
    color: #fff;
}

    .gotop a i {
        width: 30px;
        height: 30px;
        line-height: 29px;
        border-radius: 50%;
        background:#5f3d1b
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-left: 10px;
        transition: all .3s ease;
    }

    .gotop a:hover i {
        background: #212121;
        color: #fff;
        transition: all .3s ease;
    }

section.scrollicon-fixed.fixed {
    display: block;
}

section.scrollicon-fixed {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 999;
    transition: all .5s ease;
    display: none;
}

.scroll_sec ul li a {
    font-size: 24px;
background: #5f3d1b;
    padding: 7px 18px;
    color: #fff;
    transition: all .5s ease;
}

.scroll_sec ul li {
    margin-bottom: 20px;
    position: relative;
    transition: all .5s ease;
}

    .scroll_sec ul li a i {
        width: 20px;
    }

.overlay_icon {
    font-size: 18px;
    position: absolute;
    top: -6px;
    left: 75px;
    background: #3b5998;
    padding: 0 15px;
    height: 47px;
    line-height: 45px;
    width: 111px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    /* display: none; */
    transition: all .5s ease;
}

.scroll_sec ul li:hover .overlay_icon {
    left: -110px;
    transition: all .5s ease;
    cursor: pointer;
}

.overlay_icon.whatsapp {
    background: #40d366;
}

.overlay_icon.googles {
background: #5f3d1b;
}

.overlay_icon.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}


/* ======================*home slider section css by Nadeem*=========================== */
.nivo-controlNav {
    display: none;
}

.nivo-directionNav a.nivo-prevNav, a.nivo-nextNav {
    background: #124072;
    width: 40px;
    height: 40px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}


ul.slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 21px;
    right: 2px;
    left: 50%;
    background: rgb(4 4 4 / 36%);
    width: 155px;
    height: 0;
    padding: 10px 0px;
    border-radius: 30px;
    text-align: center;
}

    ul.slick-dots li button {
        padding: 0px;
        border: 0;
        margin-right: 10px;
        background: #fff;
        font-size: 0;
        height: 10px;
        width: 10px;
        position: relative;
        top: -4px;
        left: 55px;
        text-align: center;
        border-radius: 50%;
        line-height: 1;
        cursor: pointer;
        outline: none;
    }

.slick-dots li.slick-active button {
background: #5f3d1b;
}



button.slick-arrow, button.slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 1;
    width: 45px;
    background: none;
    height: 58px;
    border-radius: 0px 5px 5px 0px;
    border-style: none;
}

button.slick-next.slick-arrow {
    right: 0px;
    left: auto;
}

    button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
        content: "\f104";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color:#5f3d1b;
        position: absolute;
        top: 11px;
        font-size: 50px;
        left: 3px;
    }

    button.slick-next.slick-arrow:before {
        content: "\f105";
    }

/* ======================*home about us section css by Nadeem*=========================== */

.aboutus-imgs img {
    width: 100%;
}

.aboutus h4 {
    font-size: 35px;
    text-transform: uppercase;
}

p.lead {
    margin: 5px 0px 15px;
    line-height: 33px;
}

.readmore {
    text-align: right;
    margin-top: 20px;
}

.aboutus {
    padding-top: 20px;
}

section.companyAbout {
    background: #f1f1f1;
    margin: 50px auto 40px;
    padding: 30px 0px;
    max-width: calc(100vw - 10%);
}

    section.companyAbout.silarpro {
        margin: 20px auto 0px;
        padding: 30px 0px 0px;
    }

.aboutInfo_imgs {
    position: relative;
}

.dot-shape-bottom {
    position: absolute;
    bottom: 25px;
    left: auto;
    right: 21px;
    z-index: -1;
}

    .dot-shape-bottom img {
        width: 100%;
    }

.aboutInfo_content {
    padding: 30px;
}

    .aboutInfo_content h3 {
        font-size: 30px;
        margin: 0px 0px 5px;
    }

.choose_header {
    text-align: center;
}

    .choose_header h3 {
        position: relative;
        font-size: 40px;
        color: #212121;
        padding: 0;
        display: inline-block;
        margin-bottom: 0;
        text-transform: capitalize;
        /* border-bottom: 1px solid #f1f1f1;*/
    }

    /*  .choose_header h3:before {
            position: absolute;
            content: '';
            left: 50%;
            bottom: -24px;
            width: 29px;
            height: 30px;
            margin-left: -15px;
            background: url(../images/separater.png) no-repeat;
        }

        .choose_header h3:after {
            position: absolute;
            content: '';
            left: 50%;
            bottom: -9px;
            margin-left: -9px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #3fa53b;
        }*/

    .choose_header h6 {
        font-size: 18px;
        color: #3fa53b;
    }

    .choose_header h3 span {
        color: #3fa53b;
    }

.indexmiddle {
    text-align: center;
}

    .indexmiddle img {
        width: 100%;
    }

    .indexmiddle h4 {
        font-size: 22px;
        margin: 10px 0px 0px;
    }

.indexleft {
    margin: 80px 0px 0px;
    text-align: right;
}

    .indexleft h3 {
        font-size: 22px;
        color: #3fa53b;
    }

/* ======================*home Products section css by Nadeem*=========================== */

section.product-slider {
    max-width: calc(100vw - 10%);
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
}

.product_imgs img.img-fluid {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    transition: transform 4s ease-out,opacity .25s ease-out;
}

.product_box:hover .product_imgs img {
    transform: scale(1.2);
    transition: transform 4s ease-out,opacity .25s ease-out;
}

.product_imgs {
    position: relative;
    background: #c4c4c4;
    overflow: hidden;
}

.product_imgs_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
}

    .product_imgs_hover img {
        max-width: 100%;
        max-height: 100%;
    }

.product_imgs:hover .product_imgs_hover {
    opacity: 1;
}
/*.owl-nav.disabled {
    display: block !important;
}*/

section.product-category-list .product_box {
    margin-bottom: 30px;
}

.product_box {
    background: #f1f1f1;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    /* margin-bottom: 30px; */ height: 465px;
}

section.product-category-list .product_box {
    margin-bottom: 30px;
}

.product-cart {
    position: relative;
}

    .product-cart i {
        width: 35px;
        height: 35px;
    background: #5f3d1b;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        position: relative;
        overflow: hidden;
    }

label.filter-popup {
background: #5f3d1b;
    width: 0;
    height: 35px;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    padding: 0px 0px 0px 13px;
    opacity: 0;
}

.product-cart:hover label.filter-popup {
    width: 130px;
    opacity: 1;
    left: 20px;
    transition: all 0.5s ease;
}

.product_info_mrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 5px 0px;
}

    .product_info_mrp a {
        color: #5f3d1b;
        font-size: 16px;
        font-weight: 500;
    }

        .product_info_mrp a:hover {
            color: #d0a923;
        }

.product_info {
    padding: 10px 10px;
}

a.pro_title {
    color: #3fa53b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product_info_mrp span {
    color: #f44336;
    text-decoration: line-through;
}

.reviewSlot a {
    color: #fb8e0d;
    font-size: 12px;
}

ul.product_header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    text-align: center;
}

li.product-name {
    color: #000;
    font-size: 40px;
    text-align: center;
}

.product_hover_cart {
    position: absolute;
    top: -65px;
    left: 0px;
    transition: all 0.3s ease;
    width: 100%;
}

.product_box:hover .product_hover_cart {
    top: 0px;
    transition: all 0.3s ease;
}

.adc {
    position: relative;
    overflow: hidden;
}

.product_hover_cart ul {
    display: flex;
    list-style: none;
    padding: 10px 40px;
    width: 100%;
    background: #5f3d1b00038;
    height: 60px;
    text-align: center;
}

    .product_hover_cart ul li {
        margin-right: 20px;
    }

        .product_hover_cart ul li a i {
            background: #3fa53b;
            width: 40px;
            height: 40px;
            font-size: 22px;
            color: #fff;
            line-height: 43px;
            text-align: center;
            border-radius: 50%;
        }

            .product_hover_cart ul li a i:hover {
                color: black;
            }


.owl-nav button {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background: none !important;
    transform: translate(0%, -50%);
}

    .owl-nav button.owl-next {
        right: 15px;
        left: inherit;
        border-radius: 5px 0px 0px 5px;
    }

    .owl-nav button span {
        font-size: 45px;
        line-height: 30px;
        color: #333;
    }

section.our-1team {
    margin: 50px auto 0;
    max-width: calc(100vw - 10%);
}

.choose_header2 h3 {
    color: #000;
    font-size: 40px;
    text-align: center;
}

.testimonial_box {
    position: relative;
    padding: 40px 40px;
    margin: 15px 10px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 4px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
}

    .testimonial_box:hover {
        background-color: #5f3d1b;
    }

        .testimonial_box:hover::before {
            opacity: 1;
            transform: rotate( -2deg);
        }

    .testimonial_box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        z-index: -1;
        border-radius: 10px;
        background: #fff;
        transition: all 300ms ease;
    }

.author-info {
    position: relative;
    min-height: 86px;
    padding-top: 18px;
    padding-left: 110px;
}

.image {
    position: relative;
    width: 56px;
    height: 56px;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 50%;
    overflow: hidden;
}

    .image img {
        width: 100%;
        display: block;
    }

.author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 86px;
    height: 86px;
    z-index: 1;
    border-radius: 80px;
}

.author-info .author-image:before {
    position: absolute;
    content: '';
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.author-info .author-image:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.text {
    position: relative;
    color: #212121;
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    margin-top: 25px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.author-name {
    color: #212121;
    font-size: 20px;
}

.designation {
    color: #212121;
    font-size: 16px;
}

.testimonial_box:hover .author-name {
    color: #fff;
}

.testimonial_box:hover .designation {
    color: #fff;
}

.testimonial_box:hover .text, .quote-icon {
    color: #fff;
}

.quote-icon {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #ebe9ea;
    font-size: 36px;
    line-height: 1em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

    .quote-icon:before {
        content: "\f10e";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        z-index: 99;
    }


.secure-info-txt h3 {
    font-size: 18px;
}

.secure-info-icon {
    float: left;
    margin-right: 15px;
}

section.product-launches {
    max-width: calc(100vw - 10%);
    margin: 50px auto 0px;
   
    background: #fff;
}

.product-launches-imgs img {
    max-width: 400px;
    max-height: 400px;
   
    overflow: hidden;
    padding: 20px;
}

/*.product-launche {
    background: #cccccc;
    padding: 20px;
    
    margin: 0px auto 0px;
}*/

.product-launches-txt {
    padding: 60px 0px 0px 70px;
}
/* ======================*home Products list section css by Nadeem*=========================== */

section.breadcrumbs {
    background: url('../images/bredcrumb.jpg') repeat scroll 50% 0;
    /*background: #3fa53b url(../images/breadcrumbs_bg.png);*/
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 33px 0px;
    background-size: contain;
    height: 130px;
}

h2.contact_Slot {
    font-size: 35px;
    color: #5f3d1b;
    margin: 0px 0px 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

section.breadcrumbs ol.breadcrumb {
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
}

.breadcrumb-item.active {
    color: #5f3d1b !important;
}

li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}

    li.breadcrumb-item a {
        color: #5f3d1b;
        text-decoration: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #5f3d1b !important;
    content: "/";
}

section.product-category-list {
    padding: 50px 0px 20px 0px;
    position: relative;
}

.filtter-list {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

ul.filter-subcategory {
    padding-left: 20px;
}

.subcategory1 {
    position: relative;
    margin-left: 10px;
}

ul.filter-subcategory li a {
    font-size: 14px;
}

ul.filtter-category li {
    margin-bottom: 10px;
}

.subcategory1:not(.collapsed)::after {
    content: "\f104";
    color: #5f3d1b;
    transform: none;
    left: -12px;
}

.subcategory1::after {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #5f3d1b;
    position: absolute;
    top: 0px;
    font-size: 16px;
    left: -12px;
    z-index: 9;
    background-image: none;
    transition: all 0.5s ease;
    transform: rotate( -90deg);
}






.filtter-list-header {
    background: #5f3d1b;
    width: 100%;
    border-style: none;
    padding: 7px 15px;
    text-align: left;
    color: #ffffff;
    position: relative;
}

    .filtter-list-header::after {
        content: "\f067";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        position: absolute;
        top: 9px;
        font-size: 16px;
        right: 10px;
        z-index: 99;
        background-image: none;
        transition: all 0.5s ease;
    }

    .filtter-list-header:not(.collapsed)::after {
        content: "\f068";
        color: #fff;
        transform: none;
        right: 20px;
    }

    .filtter-list-header.d-flex.justify-content-between:after {
        display: none;
    }

a.flt-box {
    padding: 6px 7px;
    background: #eaeded;
    display: inline-block;
    margin: 0px 2px 8px 0px;
    border-radius: 3px;
}
/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .container-checkbox .checkmark {
        position: absolute;
        top: 2px;
        left: 5px;
        height: 20px;
        width: 20px;
        background-color: #212121;
    }

    /* On mouse-over, add a grey background color */
    /*.container-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }*/

    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .container-checkbox .checkmark:after {
        left: 9px;
        top: 3px;
        width: 5px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate( 45deg);
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg);
    }

ul.checkbox_sec li {
    margin-bottom: 10px;
}

.overflowscroll {
    overflow: scroll;
    overflow-x: hidden;
    height: 340px;
}

label.category-label {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    width: 100%;
    padding-bottom: 3px;
    margin: 0px 0px 5px 0px;
}

/* width */
.overflowscroll::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

/* Track */
.overflowscroll::-webkit-scrollbar-track {
    background: #f2f2f2;
}

/* Handle */
.overflowscroll::-webkit-scrollbar-thumb {
    background: #212121;
    border-radius: 10px;
}


.card-header.listheader {
background: #5f3d1b;
}

.listheader a {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

    .listheader a:hover {
        color: #212121;
    }

.filter-price {
    width: 220px;
    border: 0;
    padding: 0;
    margin: 0;
}

.price-title {
    position: relative;
    color: #212121;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    width: 70px;
}

.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: rgb(234 237 237);
    padding-top: 15px;
    padding-left: 16px;
    border-radius: 3px;
}

    .price-field input[type=range] {
        position: absolute;
    }

    /* Reset style for input range */

    .price-field input[type=range] {
        width: 188px;
        height: 2px;
        border: 0;
        outline: 0;
        box-sizing: border-box;
        border-radius: 5px;
        pointer-events: none;
        -webkit-appearance: none;
    }

        .price-field input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

        .price-field input[type=range]:active,
        .price-field input[type=range]:focus {
            outline: 0;
        }

        .price-field input[type=range]::-ms-track {
            width: 188px;
            height: 2px;
            border: 0;
            outline: 0;
            box-sizing: border-box;
            border-radius: 5px;
            pointer-events: none;
            background: transparent;
            border-color: transparent;
            color: transparent;
            border-radius: 5px;
        }

        /* Style toddler input range */

        .price-field input[type=range]::-webkit-slider-thumb {
            /* WebKit/Blink */
            position: relative;
            -webkit-appearance: none;
            margin: 0;
            border: 0;
            outline: 0;
            border-radius: 50%;
            height: 10px;
            width: 10px;
            margin-top: -4px;
            background-color: #3fa53b;
            cursor: pointer;
            cursor: pointer;
            pointer-events: all;
            z-index: 100;
        }


        /* Style track input range */

        .price-field input[type=range]::-webkit-slider-runnable-track {
            /* WebKit/Blink */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #3fa53b;
            border-radius: 5px;
        }

        .price-field input[type=range]::-moz-range-track {
            /* Firefox */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #212121;
            border-radius: 5px;
        }

        .price-field input[type=range]::-ms-track {
            /* IE */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #212121;
            border-radius: 5px;
        }

/* Style for input value block */

.price-wrap {
    display: flex;
    justify-content: center;
    line-height: 1.2em;
    font-weight: 500;
    margin: 10px 0px 0px;
}

.price-wrap-1,
.price-wrap-2 {
    display: flex;
}



.price-wrap_line {
    margin: 0 10px;
}

.price-wrap #one, .price-wrap #two {
    width: 43px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #212121;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
}

.price-wrap label {
    text-align: right;
    margin: 0px -6px 0px 0px;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

/* ======================*home Products list details section css by Nadeem*=========================== */

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

.elevatezoom-div {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.data-zoom-image img {
    width: 110px !important;
    margin: 0px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    height: 80px;
}


.mnk a.dateAs {
    font-size: 16px !important;
}

.data-zoom-image .owl-nav.disabled {
    display: block !important;
}

.product-full-details {
    background: white;
    padding: 25px;
}

.product-card-details a {
    color: #212121;
    font-size: 22px;
    text-decoration: none;
}

.product-card-details div {
    display: inherit;
    justify-content: space-between;
    margin: 2px 0px 0px;
}

span.dateAs {
    font-size: 16px;
    color: #212121;
}

    span.dateAs.dpprice {
        color: #f44336;
        text-decoration: line-through;
    }

.mnk {
    text-align: right;
    position: absolute;
    right: 65px;
}

    .mnk a.dateAs {
        font-size: 16px !important;
    }

.product-size label {
    color: #212121;
    font-size: 18px;
    margin: 0px 0px 5px;
}

ul.sizeSlot li {
    display: inline-block;
    line-height: 36px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

    ul.sizeSlot li a {
        font-size: 15px;
        text-transform: uppercase;
        border: 1px solid #ccc;
        font-weight: 600;
        cursor: pointer;
        min-width: 50px;
        height: 50px;
        border-radius: 100px;
        display: block;
        text-align: center;
        line-height: 50px;
        padding: 0 5px;
        color: #212121;
        text-decoration: initial;
        transition-duration: 0.6s;
    }

        ul.sizeSlot li a:hover {
            background: linear-gradient( to right, #00a2d9 7%,#055786 60%,#00a2d9 100%);
            transform: translate(0px,-10px);
            transition-duration: 0.6s;
            color: #fff;
        }

.addto-cart {
    margin: 20px 0px 30px 0px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #00a2d9;
    outline: 0;
    box-shadow: none;
}

.pincodeSlot {
    position: relative;
}

    .pincodeSlot input.form-control {
        border-radius: 0px;
        width: 70%;
        height: 40px;
        font-size: 14px;
        margin: 0px 0px 10px;
    }

    .pincodeSlot a {
        position: absolute;
        right: 30%;
        top: 16px;
        display: inline-block;
        width: 100px;
        height: 40px;
    background: #5f3d1b;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        text-decoration: none;
        color: #fff;
    }


.nav-tabs li.nav-item .nav-link.active {
    color: #ffffff !important;
    background: #5f3d1b;
    border-color: #5f3d1b;
    position: relative;
}

.nav-tabs li.nav-item {
    margin-right: 15px;
}

    .nav-tabs li.nav-item .nav-link.active:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #5f3d1b transparent transparent transparent;
        position: absolute;
        top: 43px;
        left: 30px;
    }

.nav-tabs {
    border-bottom: 5px solid #5f3d1b;
    border-radius: 3px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
        color: #fff !important;
        background: #5f3d1b;
        border-color: #5f3d1b;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent !important;
    }

.tab-pane p {
    padding: 15px 10px 10px;
}

    .tab-pane p label {
        font-size: 16px;
        font-weight: 600;
    }

.clickby a {
    color: #d0a923;
}

.clickby {
    margin: 10px 0px 0px;
}

.descripation-tab .tab-content {
    padding: 10px 15px;
    background: #f2f2f2;
}

.qtyslot {
    width: 25%;
    margin-left: 10px;
}
/*    .qtyslot span.input-group-text {
        background: #3fa53b;
        color: #fff;
    }*/

.product-cngcolor img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    border: 2px solid #e4e4e4;
}

a.text-primary {
    color: #3fa53b !important;
}

.product-cngcolor {
    margin: 15px 0px;
}

h5.cngSlot {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
}

    h5.cngSlot span {
        color: #3fa53b;
        font-size: 16px;
    }


section.blog-Section {
    /*margin: 60px 0px;*/
    background-image: url('../images/threebg.jpg');
    padding: 60px 0px 30px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.blogSlot p {
    padding: 0px 15px;
    text-align: justify;
    color: #5f3d1b !important;
}

.blogSlot i {
    border: 1px solid #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient( to right, #00a2d9 7%,#055786 60%,#00a2d9 100%);
    font-size: 32px;
    text-align: center;
    line-height: 75px;
}

.blogSlot {
    border-radius: 10px;
    padding-bottom: 15px;
    position: relative;
    /* cursor: pointer; */
    box-shadow: none;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    /* border: 1px solid #fff; */
    padding: 25px 10px;
    transition-duration: 0.6s;
    height: 300px;
    margin-bottom: 30px
}

    /*  .blogSlot:hover {
        transform: translate(0px,-10px);
        transition-duration: 0.6s;
        box-shadow: none;
    }*/


    .blogSlot h2 {
        font-size: 30px;
        color: #00a2d9;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 20px 0px 10px;
        font-family: 'Playfair Display', serif;
    }

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

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

    100% {
        transform: translateY(-10px);
    }
}



.process-step-circle i {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    background: #5f3d1b;
    line-height: 100px;
    font-size: 40px;
    color: #fff;
}

.process-step-circle-content {
    font-size: 20px;
    margin: 5px 0px 5px;
}

.process-three-steps {
    display: flex;
}

.process-step {
    width: 33.33%;
    text-align: center;
    position: relative;
}

    .process-step:before {
        content: '';
        height: 1px;
        display: block;
        background-color: #ccc;
        position: absolute;
        width: 60%;
        top: 45px;
        left: 70%;
    }

    .process-step:last-child:before {
        display: none;
    }


/* ======================*home contact Us  css by Nadeem*=========================== */
section.contact-section {
    padding: 60px 0px;
}

.single_ctinfo {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    /* border: 1px solid #dfe5ef; */
    border: 1px solid #5f3d1b;
    border-radius: 0.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.ctinfo_icon {
    margin-right: 1rem;
    color: #5f3d1b;
    font-size: 35px;
}

article.ctinfo_detail {
    font-size: 14px;
}

.single_ctinfo .single_info_title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #5f3d1b;
}

.contact-form {
    background: #e1e1e1;
    padding: 20px;
    height: auto;
    position: relative;
}

.left-contact-txt {
    background: white;
    padding: 20px 20px 1px 20px;
}

.contact-formSlot {
    position: relative;
}

.contact-txt h5 {
    font-size: 24px;
    margin: 0px 0px 5px;
}

.contact-formSlot .Username input:focus + label {
    color: #212121;
    background: #efefef;
    font-size: 12px;
}

.contact-formSlot a.submit_btn {
    box-shadow: 0px 1px 7px 0px #5f3d1b00080;
    border-radius: 30px;
}

.contactSlot {
    box-shadow: 0px 0px 8px #ccc;
}

section.businessplan {
    background: #fff;
    padding: 60px 0px;
}

h4.opportunitie-title {
    font-size: 24px;
    text-transform: uppercase;
}

.opportunitieSlot {
    text-align: center;
}

section.bg-lightgrey {
    background: #fff;
    padding: 60px 0px;
}

.join_us_imges img {
    width: 100%;
    border-radius: 10px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

button.accordion-button {
    padding: 10px 15px;
    background: #fff;
    font-size: 16px;
    color: #212121;
}

.accordion-button::after {
    content: "\f063";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #212121;
    position: absolute;
    top: 9px;
    font-size: 16px;
    right: 10px;
    background-image: none;
    transition: all 0.5s ease;
}

.accordion-button:not(.collapsed)::after {
    content: "\f063";
    background-image: none;
    transform: rotate( 180deg);
    color: #3fa53b;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    color: #3fa53b;
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

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

.gallery-section img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.gallery-section {
    margin-bottom: 30px;
}

.servies-info {
    margin-bottom: 30px;
}

    .servies-info img {
        width: 100%;
        transition: all .4s;
    }

    .servies-info:hover img {
        -webkit-transform: scale(2.05);
        transform: scale(1.05);
        filter: blur(2px);
    }

h3.servies-title {
    position: relative;
    padding: 23px 28px 25px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: -46px 45px 0;
    transition: all .4s;
    text-align: center;
}

.servies-info:hover h3.servies-title {
    margin-left: 20px;
    transition: all .5s;
    margin-right: 20px;
}

h3.servies-title:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 3px solid #ff0000;
    width: 0;
    z-index: 1;
    transition: all .5s;
}

.servies-info:hover h3.servies-title:before {
    width: 100%;
}

img.img-fluid.vert-move {
    width: 65%;
    margin: 0px auto;
    display: flex;
}

img.download-imgs {
    width: 200px;
    margin: 30px 0px 0px;
}

.modal-header {
background: #5f3d1b;
    padding: 10px;
}

h5.modal-title {
    color: #fff;
    font-size: 18px;
}




img.multiproduct-imgs {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.hovereffect {
    position: relative;
    cursor: pointer;
}

    .hovereffect::after {
        bottom: 0;
        left: auto;
        margin: auto;
        right: 0;
        top: auto;
    }

    .hovereffect::after, .hovereffect::before {
        background: rgba(255,255,255,.3) none repeat scroll 0 0;
        content: "";
        height: 0;
        left: 0;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        border-radius: 0px;
        top: 0;
        transition: all .8s ease-in-out 0s;
        width: 0;
    }

    .hovereffect:hover::after, .hovereffect:hover::before {
        height: 100%;
        opacity: 0;
        width: 100%;
    }
