.header-top {
    background: #f2bb41;
    color: #FFF;
    padding-top: 2px;
    padding-bottom: 2px;
}

.home-slider .home-slide .slide-bg {
    min-height: 330px;
    width: 100%;
    object-fit: cover !important;
    height: 330px !important;
    object-position: bottom;
}

.home-slider.owl-carousel {
    padding: 0 !important;
    background: #494944;
    position: relative;
    border-top: 2px solid #f2bb41;
    border-bottom: 2px solid #f2bb41;
}

.banner-layer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    width: 90%;
    text-align: center;
    line-height: 55px;
}

/* .banner .container:not(.banner-content){
    position: relative;
} */
.banner-layer p {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    color: #f2bb41 !important;
    font-weight: 400;
}

.banner-layer a {
    padding: 6px 10px !important;
    font-size: 15px;
    background: transparent;
    border-color: #FFF !important;
}

.owl-theme .owl-dots {
    margin-top: -40px !important
}

.home-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #fff;
}

.owl-theme .owl-dots .owl-dot span:before {
    background-color: #FFF;
}


.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 17px;
    height: 17px;
    margin: 2px 5px;
    background: #66665f;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: none;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #a8a8a5;
}

.owl-theme .owl-dots .owl-dot span:before {
    background-color: #a8a8a5;
}

.owl-carousel.nav-big .owl-nav i {
    color: #a8a8a5;
}


.form-login {
    width: 40%;
    margin: 20px auto;
    padding: 25px;
    text-align: center;
    border-radius: 11px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.form-login input {
    height: 40px;
    border-radius: 20px;
}

.form-login label {
    float: left;
    font-size: 15px;
    display: block;
    margin: 5px 10px;
}

.form-login button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    border-radius: 10px;
}

.form-login form {
    margin-bottom: 10px;
}

.form-login .forget-pass {
    font-size: 12px;
    margin: 5px 8px;
    display: block;
    width: 100%;
    text-align: start;
}

.header-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.all-categories .item {
    position: relative;
    background: #f1eeec;
    height: 95px;
    border-radius: 15px;
    text-align: start;
    padding: 1px 10px 0 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.all-categories .item h6 {
    margin-bottom: 0;
}

.all-categories .item img {
    position: absolute;
    bottom: 2px;
    left: 10px;
    height: 60px;
    object-fit: contain;
    width: 75%;
    object-position: left;
}

.all-categories .item:hover>img {
    animation: top-bottom 0.7s infinite ease-in-out;
}

@keyframes top-bottom {
    0% {
        bottom: 2px;
    }

    50% {
        bottom: 6px;
    }

    100% {
        bottom: 2px;
    }
}

.promo-section {
    height: 300px;
}

.promo-section .parallax-background {
    background-position: bottom !important;
    transform: none !important;
    height: 100% !important;
    background-position: 0 40% !important;

}

.promo-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.promo-section h2 {
    color: #FFF;
}

.banner-content h2 {
    text-align: start;
}

.sidebar.client-dashboard {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

.sidebar.client-dashboard .list li.active {
    background: #f2bb41;
}

.sidebar.client-dashboard .list li.active a {
    color: #FFF;
}

.sidebar.client-dashboard .list li a:hover,
.sidebar.client-dashboard .list li a:focus {
    color: #333;
}

.sidebar.client-dashboard .list li a:hover:before {
    border-left: 4px solid #333 !important;
}

.sidebar.client-dashboard .list li.active a:before {
    border-left: 4px solid #FFF;
}

.form-group .form-control {
    height: 31px;
    border-radius: 10px;
    padding: 0 10px;
    height: 35px;
}


.form-group .form-control:focus {
    border-color: #f2bb41;
}

.btn-primary {
    border-color: #f2bb41;
    background-color: #f2bb41;
    color: #fff;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 15px;
    text-transform: none;
    border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    background: transparent;
    color: #f2bb41;
    border-color: #f2bb41;
}

.select2-selection.select2-selection--single {
    height: 35px;
    border-radius: 10px;
    border-color: #dfdfdf;
    padding: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.select2-container--below.select2-container--open .select2-selection.select2-selection--single {
    border-color: #f2bb41;
}

.product-default.inner-quickview {
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.product-default.inner-quickview img {
    height: 200px;
    object-fit: contain;
    border-bottom: 1px solid #DDD;
}

.product-single-gallery .product-item img {
    height: 300px;
    object-fit: contain;
    border: 1px solid #DDD;
}

.product-single-container .prod-thumbnail img {
    height: 75px;
    object-fit: contain;
    border: 1px solid #DDD;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    background: transparent !important;
    border-color: #ddd !important;
    margin: 5px;
    font-size: 13px;
    padding: 0 !important;
    line-height: 29px;
    text-align: center !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: #f2bb41 !important;
    color: #f2bb41 !important;
}

.advertisementTableRow .dataTables_wrapper {
    width: 100%;
}

.action.btn {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 3px 7px;
    border-radius: 5px;
}

.action.btn i {
    font-size: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 10px !important;
}

.dataTables_wrapper .dataTables_length select {
    padding: 0 !important;
    border-radius: 10px !important;
}

/* new */

.header-middle {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 9;
    position: relative !important;
}

.promo-section {
    height: 480px !important;
    margin-top: -140px;
    border-bottom: 3px solid #f2bb41;
}

.header-middle a {
    color: #72726a !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}


.header-right .menu>li {
    float: right;
    margin-left: initial !important;
    margin-right: 3.6rem !important;
}

.header-left .menu>li {
    float: left;
}

.main-nav .menu>li>a {
    font-size: 13px;

}

.main-nav .menu>li:hover,
.main-nav .menu>li.active {
    border-top-color: transparent
}

.main-nav .menu>li:hover>a,
.main-nav .menu>li.show>a,
.main-nav .menu>li.active>a {
    color: #f2bb41 !important;
}


/* statistics */

.statistics {
    background: #51514d;
    padding: 90px 0;
}

.statistics .item {
    color: #f2bb41;
}

.statistics .item i {
    font-size: 20px;
    margin-top: -30px;
    display: table-caption;
}

.statistics .item span {
    font-size: 45px;
}

.statistics .item p.title {
    font-size: 35px;
    font-weight: 300;
}

.statistics .item p {
    margin-bottom: 0;
}


/* footer */

footer {
    background: #474742 !important;
    height: 50px;
    line-height: 50px;
}

.footer-bottom .container:before {
    border-top: none;
    padding: 0;
    display: none;
}

.footer-bottom {
    padding: 0;
}



/*==========================||---------------------------||========================*/
/*==========================||   Testimonials Section    ||========================*/
/*==========================||---------------------------||========================*/

.testimonials {
    /* background: #f7f5fc; */
    background: transparent;
    position: relative;
    color: #333;
    padding: 40px 0 40px 0;
    z-index: 99;
}

.testimonials .title {
    color: #f2bb41;
    font-size: 45px;
}

.testimonials span.line {
    width: 125px;
    display: inline-flex;
    height: 3px;
    background: #8f753a;
}

.testimonials .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonials .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 310px;
    background: transparent;
    box-shadow:none;
    border-radius:0;
}



.testimonials .swiper-slide .item {
    width: 100%;
    height: 100%;
}

.testimonials .swiper-slide .item span {
    color: #3c34fb;
}

.testimonials .swiper-slide .item img {
    width: 75px;
    height: 75px;
    margin-top: -38px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #ffb810;
}

.testimonials .swiper-slide .item h3 {
    margin: 8px;
    color: #5a5a5a;
}

.testimonials .swiper-slide .item p {
    color: #020202;
    margin: 10px;
    padding-bottom: 20px;
}

.testimonials .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #ffb402;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
    display: none;
    transition: 0.5s;
}

.testimonials .swiper-container:hover .swiper-button-prev,
.testimonials .swiper-container:hover .swiper-button-next {
    display: block;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after ,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    width: 20p;
    font-size: 30px;
    font-weight: 900;
    color: #a8a8a5;
}
.testimonials .overlay-bg{
    position: absolute;
    width: 100%;
    height: 50%;
    background: #51514d;
    bottom: 0;
}

/*==========================||---------------------------||========================*/
/*==========================||   page-details Section    ||========================*/
/*==========================||---------------------------||========================*/

.page-details {
    /* background: #f7f5fc; */
    background: transparent;
    position: relative;
    color: #333;
    padding: 40px 0 40px 0;
    z-index: 99;
}
.page-details .title {
    color: #f2bb41;
    font-size: 45px;
}
.section-title {
    text-align: center;
    margin: 20px;
}
.section-title .title {
    color: #f2bb41;
    font-size: 35px;
    font-weight: 700;

}

.section-title span.line {
    width: 120px;
    display: inline-flex;
    height: 3px;
    background: #8f753a;
}


.page-details span.line {
    width: 120px;
    display: inline-flex;
    height: 3px;
    background: #8f753a;
}

.promo-section{
    margin-top: -280px !important;
    height: 560px !important;
}
.main-nav .menu>li
{
    margin-top: -30px !important;
}


.header-center .logo img{
    max-width: 300px !important;
}

@media (max-width:992px) {
    .header-center{
        width: 100% !important;
    }

    .header-center .logo{
        max-width: 100% !important;
        display: block;
        width: 100%;
    }
    .header-center .logo img{
        margin: auto;
        max-width: 255px !important;
        margin-top: 25px;
    }
    .section-title .title {
        font-size: 23px;
    }
    .section-title span.line{
        width: 20px;
    }
    .banner-layer p{
        font-size: 19px;
        margin-bottom:40px !important;
    }
    .statistics .item {
        margin-bottom: 25px;
    }
    .form-login{
        width: 90%;
    }
    .statistics .item p.title {
        font-size: 26px;
    }
    .statistics .item span {
        font-size: 37px;
    }


}


