body {
    font-family: "Poppins",sans-serif;
    color: #444;
    overflow-x: hidden !important
}

html {
    overflow-x: hidden !important
}

a {
    color: #bc8447;
    text-decoration: none
}

    a:hover {
        color: #d99449;
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway",sans-serif
}

.hidden {
    display: none
}

.visible-xs {
    display: none
}

.hidden-xs {
    display: block
}

.text-left {
    text-align: left;
    float: left
}

.text-right {
    text-align: right;
    float: right
}

.textred, .redtext, .redtxt, .redclr {
    color: red
}

.minpght {
    min-height: 500px
}

a.aflink.pull-right {
    float: right;
    font-size: 12px;
    margin-top: 5px
}

.lblcntr {
    padding: 1pc
}

.wrap-login100 {
    background: #bc84471a;
    padding: 2pc;
    border: 4px double #bc8447;
    border-radius: 20px
}

div.aflink {
    margin-top: 10px
}

div#Serchpnl {
    display: flex;
    width: 50%;
    margin: 0 auto !important
}

.offcanvas-header.text-center {
    width: 50%;
    margin: 0 auto
}

#Serchpnl a#searchbtn {
    background: #fff;
    border: 3px solid #bc8447;
    padding: 10px 11px 8px;
    line-height: 45px
}

    #Serchpnl a#searchbtn i {
        font-size: 23px
    }

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 30px;
    bottom: 15px;
    z-index: 996;
    background: #bc8447;
    width: 30px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0
    }

    .back-to-top:hover {
        background: #bc8447a6;
        color: #fff
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
        margin-bottom: 4pc;
    }

#topbar {
    background: #545454;
    padding: 10px 0;
    font-size: 14px
}

    #topbar .contact-info i {
        font-style: normal;
        color: #fff
    }

        #topbar .contact-info i a {
            padding-left: 5px;
            color: #fff
        }

        #topbar .contact-info i a {
            line-height: 0;
            transition: 0.3s
        }

            #topbar .contact-info i a:hover {
                color: #bababa
            }

    #topbar .social-links a {
        color: #bababa;
        line-height: 0;
        transition: 0.3s;
        margin-left: 15px;
        font-size: 20px
    }

        #topbar .social-links a:hover {
            color: #fff
        }

#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}

    #header .logo h1 {
        font-size: 26px;
        padding: 0 0 0 8px;
        margin: 11px 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: "Poppins",sans-serif;
        border-left: 8px solid #bc8447
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #545454;
            text-decoration: none
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 55px
    }

.scrolled-offset {
    margin-top: 70px
}

.product-desc.inline-block img {
    width: 30px;
    padding: 0 0 0 7px
}

.navbar {
    padding: 0
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }

    .navbar li {
        position: relative
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 15px;
        font-family: "Poppins",sans-serif;
        font-size: 14px;
        color: #545454;
        white-space: nowrap;
        transition: 0.3s
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #bc8447
        }

    .navbar .getstarted, .navbar .getstarted:focus {
        background: #bc8447;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff
    }

        .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
            color: #fff;
            background: #bc8447
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 24px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 30px rgba(127,137,161,.25);
        transition: 0.3s
    }

        .navbar .dropdown ul li {
            min-width: 200px
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            color: #545454
        }

            .navbar .dropdown ul a i {
                font-size: 12px
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #bc8447
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible
    }

p.prodSku1 {
    margin: 0;
    color: #bc8447;
    font-weight: 500
}


p.prodSku {
    font-weight: 500;
    color: #53302b;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 0;
    min-height: 60px;
    display: grid;
    align-items: center;
    text-align: center;
    margin-bottom: 5px
}

.prodprice {
    color: #e90000 !important;
    font-size: 18px;
    font-weight: 500 !important;
    margin: 0;
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 100%
}

.productbox {
    position: relative;
    overflow: visible;
    text-align: center;
    font-size: 13px;
    margin: 0 0 15px;
    padding: 5px
}

.prodbox {
    border: 1px solid #e6e9f0;
    margin-right: 5px;
    width: 24.333333% !important;
    margin-bottom: 15px;
    padding-bottom: 10px
}

    .prodbox:hover {
        box-shadow: 0 0 8px #cfcfcf
    }

.prodbox1 img {
    padding: 10px;
    border: 1px solid #e6e9f0;
}

    .prodbox1 img:hover {
        box-shadow: 0 0 8px #cfcfcf
    }

button.noclass {
    border: none;
    background: none
}

button.btn.qvbtn {
    height: 36px;
    line-height: 30px;
    padding: 4px 10px
}

    button.btn.qvbtn:hover, button.btn.qvbtn:focus {
        color: #fff;
        background: #bc8447;
        border-radius: 0
    }

ul#pagination, ul#paginationb {
    margin-bottom: 15px;
    float: right
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #bc8447;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #bc8447;
    border-color: #bc8447
}

.sidenav {
    display: none;
    max-height: 90%;
    height: auto;
    width: 90%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    margin: 2.5% 5%;
    background-color: #fafafa;
    overflow-x: hidden;
    transition: .5s;
    padding: 2% 1%;
    border: 3px solid #c19a90
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 95%
}

.vidCont {
    width: 500px;
    height: 450px;
    object-fit: cover
}

.lSSlideOuter .lSPager.lSGallery li {
    max-width: 95px;
    margin: 0 !important;
    padding: 0 !important
}

hr.mt-4.mb-4 {
    border-top: 1px solid #939393;
    margin: 2pc 0 !important
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    margin-right: 0;
    cursor: pointer !important;
    padding: 3px 10px
}


.text-center.bottomtxt {
    float: left;
    position: relative;
    bottom: 8pc;
    left: 2pc;
    font-size: 1.2rem;
    color: #fff;
    background: #0000004a;
    padding: 0 10px
}

    .text-center.bottomtxt a, .text-center.bottomtxt a:hover {
        color: #fff
    }

button.btn.btn-light:hover {
    background: #f2e6da;
    border: 1px solid #fff
}

div.acwlist {
    position: absolute;
    top: 10px;
    right: 0;
    border: none;
    padding: 5px 8px;
    background: #bc8447;
    border-radius: 50%
}

button.awlist {
    position: absolute;
    top: 10px;
    right: 0;
    border: none;
    padding: 5px 8px;
    background: #bc84474d;
    border-radius: 50%
}

    button.awlist img, div.acwlist img {
        width: 15px
    }

button.BtnClose {
    padding: 5px 10px;
    background: #ebdac7
}

ul.nav.nav-tabs.nav-stacked.accounttab {
    display: block;
    padding: 0
}

.accounttab li {
    padding: 5px 15px;
    margin-bottom: 2px;
    background: #535353
}

    .accounttab li a {
        color: #fff
    }

    .accounttab li.active {
        background: #bc8447
    }

    .accounttab li:hover {
        background: #000
    }

.lSSlideWrapper.usingCss li.lslide.active {
    border: 2px solid #ebebeb
}

.featured .icon-box p.featuredtxt {
    background: #545454;
    padding: 5px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 500;
    position: relative;
    bottom: 0pc;
    z-index: 9999999;
}

@media (min-width:1700px) {
    section #featured .row {
        background: #fff;
        box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
        padding: 2pc 1pc;
        max-width: 90%;
        margin: 0 auto
    }

    .featured .icon-box p.featuredtxt {
        padding: 12px 5px;
        font-size: 24px;
    }
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%
    }

    .text-center.bottomtxt {
        left: 4pc;
        font-size: 1.75rem;
    }

    .featured .icon-box p.featuredtxt {
        padding: 12px 5px;
        font-size: 20px;
    }
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #545454;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s
}

    .mobile-nav-toggle.bi-x {
        color: #fff
    }

.BtnSubmit {
    background: #bc8447;
    color: #fff;
    padding: 7px 20px;
    border: 1px solid #bc8447;
    border-radius: 20px
}

    .BtnSubmit:hover, .BtnSubmit:focus {
        background: #fff;
        color: #bc8447;
        padding: 7px 20px;
        border: 1px solid #bc8447;
        border-radius: 20px
    }

button.nl_btn1.btn2, a.BtnClose {
    background: #232323;
    color: #fff;
    margin: 5px 0 15px;
    border: 2px solid #000;
    padding: 5px 10px
}

    button.nl_btn1.btn2:hover, a.BtnClose:hover {
        background: #fff;
        color: #bc8447;
        border: 2px solid #bc8447
    }

button.nl_btn1.btn3 {
    padding: 5px 10px;
    background: #fff;
    color: #bc8447;
    border: 2px solid #bc8447;
    box-shadow: none
}

a.nl_btn1.btn2 {
    background: #bc8447;
    color: #fff;
    padding: 7px
}

button.closem {
    float: right;
    background: #000;
    color: #fff;
    padding: 0 6px
}

@media (max-width:1199px) {
    .mobile-nav-toggle {
        display: block; font-size: 25px !important;
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(59,59,59,.9);
    transition: 0.3s;
    z-index: 999
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #545454
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #bc8447
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0 0 30px rgba(127,137,161,.25)
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #bc8447
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block
    }

.center-block {
    display: block;
    margin: 0 auto
}

#hero {
    width: 100%;
    background-color: rgba(59,59,59,.8);
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

    #hero .carousel-item {
        width: 100%
    }

        #hero .carousel-item::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            width: 1%
        }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0
    }

    #hero .carousel-content {
        text-align: center
    }

    #hero h2 {
        color: #2e2e2e;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700
    }

        #hero h2 span {
            color: #bc8447
        }

    #hero p {
        width: 80%;
        animation-delay: 0.4s;
        margin: 0 auto 30px auto;
        color: arken(#545454,15)
    }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity
    }

    #hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
        opacity: 0
    }

    #hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s
    }

        #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
            left: 0;
            transform: translate3d(0,0,0)
        }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 10%
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
        color: #545454
    }

    #hero .carousel-indicators li {
        list-style-type: none;
        cursor: pointer;
        background: #bc8447;
        overflow: hidden;
        border: 0;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        margin-bottom: 180px;
        opacity: .2
    }

        #hero .carousel-indicators li.active {
            opacity: 1
        }

    #hero .btn-get-started {
        font-family: "Raleway",sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 50px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        animation-delay: 0.8s;
        border: 2px solid #bc8447;
        background: #bc8447
    }

        #hero .btn-get-started:hover {
            background: transparent;
            color: #bc8447;
            text-decoration: none
        }

section#featured {
    position: relative;
    margin-top: -5pc
}

.servbox {
    align-items: center;
    margin-bottom: 2pc
}

    .servbox:hover .servcontxt {
        background: #f9f5f0;
        padding: 4px 10px 4px 3pc;
        margin-left: -2pc;
        position: relative;
        z-index: -99;
        border: .5px solid #bc8447;
        border-left: none;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px
    }

    .servbox:hover > .icon {
        border: 4px solid #bc8447;
        background: #f7f1ea
    }

    .servbox p, .servbox:hover p {
        color: #232323 !important;
        text-decoration: none !important;
        margin-bottom: 0
    }

    .servbox h4, .servbox:hover h4 {
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: none !important;
        font-weight: 700
    }

    .servbox .servcontxt {
        padding: 5px 10px 5px 3pc;
        margin-left: -2pc;
        z-index: -99
    }

    .servbox .icon {
        border: 4px double#bc8447;
        border-radius: 50%;
        padding: 1pc;
        transition: 1.4s ease;
        transition-property: border
    }

        .servbox .icon:hover {
            border: 4px solid #bc8447;
            background: #f7f1ea
        }

        .servbox .icon img {
            max-width: 55px
        }

.contactpgblock span i {
    font-size: 20px;
    padding: 10px 15px;
    border: 1px solid #b9b9b9;
    margin-bottom: 25px;
    display: inline-block;
    margin-right: 15px
}

@media (max-width:1300px) {
    .servbox h4, .servbox:hover h4 {
        font-size: 16px
    }

    .servbox p, .servbox:hover p {
        font-size: 14px
    }

    .navbar a, .navbar a:focus {
        padding: 10px 0 10px 6px
    }
}

@media (max-height:768px),(max-width:1200px) {
    #hero {
        margin-bottom: 60px
    }

        #hero .carousel-container {
            padding-bottom: 0
        }

        #hero .carousel-indicators li {
            margin-bottom: 0
        }

    .featured .icon-box p.featuredtxt {
        font-size: 16px;
    }
}

@media (max-width:1200px) {
    .text-center.bottomtxt {
        bottom: 7pc;
        font-size: 30px
    }
    .navbar a, .navbar a:focus {
        padding: 10px 20px 10px 7px;
    }
  
}

@media (min-width:1024px) {
    #hero p {
        width: 50%
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%
    }
}

section {
    padding: 0 0 80px 0
}

.section-bg {
    background-color: #fff
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

    .section-title h2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        font-family: "Poppins",sans-serif
    }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #bc8447;
            bottom: 0;
            left: calc(50% - 25px)
        }

    .section-title p {
        margin-bottom: 0
    }

.breadcrumbs {
    padding: 20px 0 20px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px
}

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 700;
        color: #545454
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 5px 0;
        margin: 0;
        font-size: 14px
    }

        .breadcrumbs ol li + li {
            padding-left: 10px
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #6e6e6e;
                content: "/"
            }

section#featured .row {
    background: #fff;
    box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
    padding: 2pc 1pc
}

.featured {
    position: relative;
    z-index: 2
}

    .featured .icon-box {
        transition: all ease-in-out 0.3s;
        height: auto;
    }

        .featured .icon-box i {
            color: #bc8447;
            font-size: 42px;
            margin-bottom: 15px;
            display: block;
            line-height: 0
        }

        .featured .icon-box h3 {
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 20px
        }

            .featured .icon-box h3 a {
                color: #545454;
                transition: 0.3s
            }

        .featured .icon-box p {
            color: #545454;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0
        }

        .featured .icon-box:hover {
            background: #bc844757
        }

            .featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
                color: #fff
            }

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #545454
}

.about .content ul {
    list-style: none;
    padding: 0
}

    .about .content ul li {
        padding-bottom: 10px
    }

    .about .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #bc8447
    }

.about .content p:last-child {
    margin-bottom: 0
}

section#about img {
    border: 4px double #fff
}

    section#about img:hover {
        border: 4px double #bc8447
    }

section#about p {
    line-height: 2
}

h5.text-center.fst-italic.pb-2 {
    font-family: inherit;
    color: #a5a5a5
}

.services .icon-box {
    text-align: center;
    border: 1px solid #ededed;
    padding: 60px 20px;
    transition: all ease-in-out 0.3s
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #bc8447;
        border-radius: 5px;
        transition: all 0.3s ease-out 0s;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transform-style: preserve-3d;
        position: relative;
        z-index: 2
    }

        .services .icon-box .icon i {
            color: #fff;
            font-size: 28px;
            transition: ease-in-out 0.3s
        }

        .services .icon-box .icon::before {
            position: absolute;
            content: "";
            left: -8px;
            top: -8px;
            height: 100%;
            width: 100%;
            background: rgb(188 132 71 / 20%);
            border-radius: 5px;
            transition: all 0.3s ease-out 0s;
            transform: translateZ(-1px);
            z-index: -1
        }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 20px;
        text-transform: uppercase
    }

        .services .icon-box h4 a {
            color: #545454
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0
    }

        .services .icon-box p a, .services .icon-box p a:hover {
            color: #232323
        }

    .services .icon-box:hover {
        background: #f2e6da;
        border-color: #bc8447
    }

        .services .icon-box:hover .icon {
            background: #fff
        }

            .services .icon-box:hover .icon i {
                color: #bc8447
            }

            .services .icon-box:hover .icon::before {
                background: rgba(255,255,255,.3)
            }

    .services .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #fff;
        border-radius: 5px;
        transition: all 0.3s ease-out 0s;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transform-style: preserve-3d;
        position: relative;
        z-index: 2;
        border: 1px solid #f2e6da;
        padding: 5px
    }

ol#hero-carousel-indicators {
    display: none
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative
}

    .clients .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #bc8447
    }

    .clients .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #bc8447
    }

.clients .swiper-slide img {
    opacity: .5;
    transition: 0.3s;
    filter: grayscale(100)
}

    .clients .swiper-slide img:hover {
        filter: none;
        opacity: 1
    }

.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0,0,0,.1);
    padding: 30px;
    width: 100%
}

    .counts .count-box i {
        display: block;
        font-size: 30px;
        color: #bc8447;
        float: left;
        line-height: 0
    }

    .counts .count-box span {
        font-size: 42px;
        line-height: 24px;
        display: block;
        font-weight: 700;
        color: #545454;
        margin-left: 50px
    }

    .counts .count-box p {
        padding: 30px 0 0 0;
        margin: 0;
        font-family: "Raleway",sans-serif;
        font-size: 14px
    }

    .counts .count-box a {
        font-weight: 600;
        display: block;
        margin-top: 20px;
        color: #7a7a7a;
        font-size: 15px;
        font-family: "Poppins",sans-serif;
        transition: ease-in-out 0.3s
    }

        .counts .count-box a:hover {
            color: #a1a1a1
        }

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    position: relative;
    background: #fff
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        border: 6px solid #fff;
        float: left;
        margin: 0 10px 0 0
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 10px 0 5px 0;
        color: #111
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: #fff;
        font-size: 26px
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 15px 0 0 0;
        padding: 0
    }

.skills .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #545454;
    font-family: "Poppins",sans-serif;
    margin-bottom: 20px
}

.skills .content ul {
    list-style: none;
    padding: 0
}

    .skills .content ul li {
        padding-bottom: 10px
    }

    .skills .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #bc8447
    }

.skills .content p:last-child {
    margin-bottom: 0
}

.skills .progress {
    height: 62px;
    display: block;
    background: none;
    border-radius: 0
}

    .skills .progress .skill {
        padding: 0;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-family: "Poppins",sans-serif;
        color: #545454
    }

        .skills .progress .skill .val {
            float: right;
            font-style: normal
        }

.skills .progress-bar-wrap {
    background: #e0e0e0
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #bc8447
}

.portfolio .portfolio-item {
    margin-bottom: 30px
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 20px 12px 20px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        color: #444;
        margin: 0 4px 8px 4px;
        transition: all ease-in-out 0.3s;
        border-radius: 50px;
        background: #f2f2f2
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            background: #bc8447;
            color: #fff
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(84,84,84,.6)
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(84,84,84,.6);
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

        .portfolio .portfolio-wrap .portfolio-info::before {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            top: 35px;
            left: 35px;
            border-top: 3px solid #fff;
            border-left: 3px solid #fff;
            transition: all 0.5s ease 0s;
            z-index: 9994
        }

        .portfolio .portfolio-wrap .portfolio-info::after {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            bottom: 35px;
            right: 35px;
            border-bottom: 3px solid #fff;
            border-right: 3px solid #fff;
            transition: all 0.5s ease 0s;
            z-index: 9994
        }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            padding: 0;
            margin: 0
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #bc8447
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1
    }

        .portfolio .portfolio-wrap:hover .portfolio-info::before {
            top: 15px;
            left: 15px
        }

        .portfolio .portfolio-wrap:hover .portfolio-info::after {
            bottom: 15px;
            right: 15px
        }

.portfolio-details {
    padding-top: 40px
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #bc8447
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #bc8447
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0 0 30px rgba(84,84,84,.08)
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px
        }

        .portfolio-details .portfolio-description p {
            padding: 0
        }

.pricing .row {
    padding-top: 40px
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(73,78,92,.15);
    background: #fff;
    text-align: center
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px
}

.pricing h4 {
    font-size: 46px;
    color: #bc8447;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 25px
}

    .pricing h4 span {
        color: #bababa;
        font-size: 18px;
        display: block
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px
}

    .pricing ul li {
        padding-bottom: 12px
    }

    .pricing ul i {
        color: #bc8447;
        font-size: 18px;
        padding-right: 4px
    }

    .pricing ul .na {
        color: #ccc
    }

        .pricing ul .na i {
            color: #ccc
        }

        .pricing ul .na span {
            text-decoration: line-through
        }

.pricing .buy-btn {
    background: #545454;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway",sans-serif;
    transition: 0.3s
}

    .pricing .buy-btn:hover {
        background: #bc8447
    }

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px
}

    .pricing .featured .buy-btn {
        background: #bc8447
    }

        .pricing .featured .buy-btn:hover {
            background: #bc8447a6
        }

.page-link:hover {
    color: #232323
}

.loading {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #f6f6f6;
    text-align: center
}

.bgclr {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 1.5;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 9999
}

button.btnwlist {
    display: block;
    margin: 5px 0 10px;
    border: 1px solid #fff;
    background: #bc8447;
    color: #fff;
    padding: 5px 10px
}

    button.btnwlist:hover {
        display: block;
        margin: 5px 0 10px;
        border: 1px solid #bc8447;
        background: #fff;
        color: #bc8447;
        padding: 5px 10px
    }

p.product-title {
    font-weight: 100
}



@media (max-width:992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto
    }
}

@media (max-width:767px) {
    .visible-xs {
        display: block
    }

    .hidden-xs {
        display: none
    }

    div#Serchpnl {
        width: 100%
    }

    .offcanvas-header.text-center {
        width: 100%
    }

    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto
    }

    .contact-info.d-flex.align-items-center {
        display: block !important
    }

    .services .icon-box {
        padding: 20px 20px
    }

    section#featured {
        margin-top: 0pc;
        padding: 0;
        margin-bottom: 2pc
    }

    #hero {
        margin-bottom: 0
    }

    section#featured .container {
        width: 100%;
        padding: 0;
        margin: 0 auto
    }

    section#featured .col-4 {
        padding: 0 5px
    }

    .section-title h2 {
        font-size: 22px;
        margin-bottom: 15px
    }

    h5.text-center.fst-italic.pb-2 {
        font-size: 16px
    }

    section {
        padding: 0 0 50px 0
    }

        section#featured .row {
            padding: 0pc 1pc
        }

    .vidCont {
        width: 100%;
        height: 400px;
        object-fit: cover;
        max-width: 100vh;
        overflow: hidden
    }

    .sidenav {
        width: 95%;
        margin: 2.5% 3%;
        padding: 2% 5%
    }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 35px;
            margin-right: 0;
            cursor: pointer !important;
            padding: 3px 10px;
            z-index: 99999
        }

    .prodbox {
        border: none;
        margin-right: 0;
        width: 50% !important;
        margin-bottom: 5px;
        padding-bottom: 10px;
        box-shadow: 0 0 5px #eee
    }

    .text-center.bottomtxt {
        bottom: 0;
        left: 0%;
        font-size: 12px;
        width: 100%;
        background: #404040;
    }
}

@media (max-width:420px) {
    .social-links.d-md-flex.align-items-center {
        margin-left: 10px;
    }

    .prodbox1 img {
        padding: 0px;
    }

    #topbar .social-links a {
        margin-left: 5px;
    }

    section#featured .row {
        background: #fff;
        box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
        padding: 0pc 1pc
    }

    .servbox:hover .servcontxt {
        padding: 1px 0 1px 3pc;
        margin-left: -2.5pc
    }

    .servbox p, .servbox:hover p {
        font-size: 13px
    }

    #topbar .contact-info i a {
        font-size: 12px
    }

    section p {
        line-height: 1.5;
        font-size: 13px
    }

    .container {
        max-width: 100%
    }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px
    }

    .services .icon-box p {
        font-size: 13px
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        font-size: 18px;
        line-height: 1;
        width: auto;
        height: auto;
        color: #fff;
        background: #101010
    }

    .featured .icon-box p.featuredtxt {
        padding: 5px 0;
        font-size: 12px;
        font-weight: 400;
    }

    section#about {
        padding: 0 15px;
    }

    .section-title {
        padding: 30px;
    }
}

.team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    padding: 30px 20px;
    background: #fff
}

    .team .member img {
        max-width: 60%;
        border-radius: 50%;
        margin: 0 0 30px 0
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 18px
    }

    .team .member span {
        font-style: italic;
        display: block;
        font-size: 13px
    }

    .team .member p {
        padding-top: 10px;
        font-size: 14px;
        font-style: italic;
        color: #aaa
    }

    .team .member .social {
        margin-top: 15px
    }

        .team .member .social a {
            color: #919191;
            transition: 0.3s
        }

            .team .member .social a:hover {
                color: #bc8447
            }

        .team .member .social i {
            font-size: 18px;
            margin: 0 2px
        }

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214,215,216,.6);
    padding: 20px 0 30px 0
}

    .contact .info-box i {
        font-size: 32px;
        color: #bc8447;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #fef5f4
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #777;
        font-weight: 700;
        margin: 10px 0
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0
    }

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214,215,216,.6);
    padding: 30px
}

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            animation: animate-loading 1s linear infinite
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #bc8447
        }

    .contact .php-email-form input {
        padding: 10px 15px
    }

    .contact .php-email-form textarea {
        padding: 12px 15px
    }

    .contact .php-email-form button[type=submit] {
        background: #bc8447;
        border: 0;
        border-radius: 50px;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #000
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.blog {
    padding: 40px 0 20px 0
}

    .blog .entry {
        padding: 30px;
        margin-bottom: 60px;
        box-shadow: 0 4px 16px rgba(0,0,0,.1)
    }

        .blog .entry .entry-img {
            max-height: 440px;
            margin: -30px -30px 20px -30px;
            overflow: hidden
        }

        .blog .entry .entry-title {
            font-size: 28px;
            font-weight: 700;
            padding: 0;
            margin: 0 0 20px 0
        }

            .blog .entry .entry-title a {
                color: #545454;
                transition: 0.3s
            }

                .blog .entry .entry-title a:hover {
                    color: #bc8447
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #bababa
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                align-items: center;
                padding: 0;
                margin: 0
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 20px
                }

            .blog .entry .entry-meta i {
                font-size: 16px;
                margin-right: 8px;
                line-height: 0
            }

            .blog .entry .entry-meta a {
                color: #777;
                font-size: 14px;
                display: inline-block;
                line-height: 1
            }

        .blog .entry .entry-content p {
            line-height: 24px
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right
        }

            .blog .entry .entry-content .read-more a {
                display: inline-block;
                background: #bc8447;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 4px
            }

                .blog .entry .entry-content .read-more a:hover {
                    background: #bc8447
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: 700
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0
        }

            .blog .entry .entry-content blockquote p {
                color: #444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px
            }

            .blog .entry .entry-content blockquote::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #545454;
                margin-top: 20px;
                margin-bottom: 20px
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6
        }

            .blog .entry .entry-footer i {
                color: #a1a1a1;
                display: inline
            }

            .blog .entry .entry-footer a {
                color: #616161;
                transition: 0.3s
            }

                .blog .entry .entry-footer a:hover {
                    color: #bc8447
                }

            .blog .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px
            }

                .blog .entry .entry-footer .cats li {
                    display: inline-block
                }

            .blog .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px
            }

                .blog .entry .entry-footer .tags li {
                    display: inline-block
                }

                    .blog .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ","
                    }

            .blog .entry .entry-footer .share {
                font-size: 16px
            }

                .blog .entry .entry-footer .share i {
                    padding-left: 5px
                }

    .blog .entry-single {
        margin-bottom: 30px
    }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0,0,0,.1)
    }

        .blog .blog-author img {
            width: 120px;
            margin-right: 20px
        }

        .blog .blog-author h4 {
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0;
            padding: 0;
            color: #545454
        }

        .blog .blog-author .social-links {
            margin: 0 10px 10px 0
        }

            .blog .blog-author .social-links a {
                color: rgba(84,84,84,.5);
                margin-right: 5px
            }

        .blog .blog-author p {
            font-style: italic;
            color: #b7b7b7
        }

    .blog .blog-comments {
        margin-bottom: 30px
    }

        .blog .blog-comments .comments-count {
            font-weight: 700
        }

        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative
        }

            .blog .blog-comments .comment .comment-img {
                margin-right: 14px
            }

                .blog .blog-comments .comment .comment-img img {
                    width: 60px
                }

            .blog .blog-comments .comment h5 {
                font-size: 16px;
                margin-bottom: 2px
            }

                .blog .blog-comments .comment h5 a {
                    font-weight: 700;
                    color: #444;
                    transition: 0.3s
                }

                    .blog .blog-comments .comment h5 a:hover {
                        color: #bc8447
                    }

                .blog .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #545454
                }

                    .blog .blog-comments .comment h5 .reply i {
                        font-size: 20px
                    }

            .blog .blog-comments .comment time {
                display: block;
                font-size: 14px;
                color: #6e6e6e;
                margin-bottom: 5px
            }

            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px
            }

        .blog .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0,0,0,.1)
        }

            .blog .blog-comments .reply-form h4 {
                font-weight: 700;
                font-size: 22px
            }

            .blog .blog-comments .reply-form p {
                font-size: 14px
            }

            .blog .blog-comments .reply-form input {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px
            }

                .blog .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #f5bab0
                }

            .blog .blog-comments .reply-form textarea {
                border-radius: 4px;
                padding: 10px 10px;
                font-size: 14px
            }

                .blog .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #f5bab0
                }

            .blog .blog-comments .reply-form .form-group {
                margin-bottom: 25px
            }

            .blog .blog-comments .reply-form .btn-primary {
                border-radius: 4px;
                padding: 10px 20px;
                border: 0;
                background-color: #545454
            }

                .blog .blog-comments .reply-form .btn-primary:hover {
                    background-color: #616161
                }

    .blog .blog-pagination {
        color: #878787
    }

        .blog .blog-pagination ul {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none
        }

        .blog .blog-pagination li {
            margin: 0 5px;
            transition: 0.3s
        }

            .blog .blog-pagination li a {
                color: #545454;
                padding: 7px 16px;
                display: flex;
                align-items: center;
                justify-content: center
            }

            .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
                background: #bc8447
            }

                .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                    color: #fff
                }

    .blog .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0,0,0,.1)
    }

        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #545454;
            position: relative
        }

        .blog .sidebar .sidebar-item {
            margin-bottom: 30px
        }

        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative
        }

            .blog .sidebar .search-form form input[type=text] {
                border: 0;
                padding: 4px;
                border-radius: 4px;
                width: calc(100% - 40px)
            }

            .blog .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #bc8447;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                line-height: 0
            }

                .blog .sidebar .search-form form button i {
                    line-height: 0
                }

                .blog .sidebar .search-form form button:hover {
                    background: #eb7b68
                }

        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0
        }

            .blog .sidebar .categories ul li + li {
                padding-top: 10px
            }

            .blog .sidebar .categories ul a {
                color: #545454;
                transition: 0.3s
            }

                .blog .sidebar .categories ul a:hover {
                    color: #bc8447
                }

                .blog .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #aaa;
                    font-size: 14px
                }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px
        }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: left
        }

        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: 700
        }

            .blog .sidebar .recent-posts h4 a {
                color: #545454;
                transition: 0.3s
            }

                .blog .sidebar .recent-posts h4 a:hover {
                    color: #bc8447
                }

        .blog .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #aaa
        }

        .blog .sidebar .tags {
            margin-bottom: -10px
        }

            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0
            }

                .blog .sidebar .tags ul li {
                    display: inline-block
                }

                .blog .sidebar .tags ul a {
                    color: #949494;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #fff;
                    display: inline-block;
                    transition: 0.3s
                }

                    .blog .sidebar .tags ul a:hover {
                        color: #fff;
                        border: 1px solid #bc8447;
                        background: #bc8447
                    }

                    .blog .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: #ededed;
                        font-size: 14px
                    }

#footer {
    background: #404040;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #404040
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px
        }

    #footer .jointxtbox {
        border: 0;
        padding: 0 3px !important;
        width: 100%;
        height: 45px;
        border-radius: 30px
    }

    #footer .joinbtn {
        top: 0;
        right: 40px;
        bottom: 0;
        border: 2px solid #bc8447;
        height: 45px;
        font-size: 16px;
        padding: 4px 30px;
        margin: 0;
        background: #bc8447;
        color: #fff;
        transition: 0.3s;
        border-radius: 50px;
        position: relative
    }

        #footer .joinbtn:hover {
            background: #fff;
            color: #bc8447
        }

    #footer .footer-newsletter form input[type=submit]:hover {
        background: #000
    }

    #footer .footer-top {
        background: #3b3b3b;
        border-top: 1px solid #474747;
        border-bottom: 1px solid #474747;
        padding: 60px 0 30px 0
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px
        }

            #footer .footer-top .footer-info h3 {
                font-size: 18px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway",sans-serif;
                color: #fff
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #545454;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s
        }

            #footer .footer-top .social-links a:hover {
                background: #bc8447;
                color: #fff;
                text-decoration: none
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #bc8447;
                    font-size: 18px;
                    line-height: 1
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #bc8447
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px
            }

    #footer .copyright {
        text-align: center;
        padding-top: 30px
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff
    }


.hovereffect {
    overflow: hidden;
    position: relative;
    width: 100%; /* Set your desired width */
    height: 100%; /* Set your desired height */
}

    .hovereffect img {
        width: 100%;
        height: 100%;
        transition: transform 1s ease; /* Adjust the transition duration as needed */
    }

    .hovereffect:hover img {
        transform: scale(1.2); /* Adjust the scale factor as needed */
    }

@media (max-width:600px) {

    #footer .footer-newsletter {
        padding: 20px 15px;
        background: #404040;
        text-align: center;
    }

    #footer .joinbtn {
        top: 0;
        right: 0;
        border-radius: 0;
        padding: 0px 15px;
    }

    #footer .jointxtbox {
        border-radius: 0;
    }

    #footer .footer-top {
        padding: 30px 15px;
    }
}

@media (min-width:1700px) {
    .contactpgblock span {
        font-size: 20px;
    }

        .contactpgblock span i {
            font-size: 25px;
        }

    .servbox h4, .servbox:hover h4 {
        font-size: 22px;
    }

    .servbox .icon img {
        max-width: 70px;
    }

    .services .icon-box .icon {
        width: 80px;
        height: 80px;
    }

    .text-center.bottomtxt {
        bottom: 11pc;
        font-size: 1.75rem;
    }

    #header .logo img {
        max-height: 60px;
    }

    #header {
        height: 80px;
    }

    .navbar a, .navbar a:hover, .navbar a:focus {
        font-size: 20px;
        padding: 0 7px;
    }

    .navbar .dropdown ul a, .navbar .dropdown ul a:hover, .navbar .dropdown ul a:focus {
        font-size: 18px;
    }


    .breadcrumbs h2 {
        font-size: 32px;
    }

    .breadcrumbs ol {
        padding: 0 0 10px 0;
        font-size: 15px;
    }

    .services .icon-box {
        padding: 60px;
    }

        .services .icon-box p, services .icon-box p a {
            line-height: 35px;
            font-size: 19px;
        }

        .services .icon-box h4 {
            font-weight: 700;
            font-size: 24px;
        }

    .prodbox1 p.prodSku {
        padding: 0 25px;
    }

    #footer .jointxtbox, #footer .joinbtn {
        height: 54px;
    }

    #footer .footer-top h4 {
        font-size: 22px;
    }

    #footer .footer-top .footer-contact p {
        line-height: 35px;
    }

    p, #footer .footer-top .footer-info p {
        font-size: 20px;
    }

    #footer .footer-top .footer-links ul a {
        font-size: 18px;
        line-height: 1.7;
    }

    .col-lg-3.col-md-6.col-12.footer-contact p {
        font-size: 18px;
    }

    #footer .footer-top .footer-info p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:350px){
    #header .logo img {
        max-height: 40px;
    }
    #header .container {
        flex-direction: column;
        align-items: center;
    }
}