*{
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
}
a:hover{
    text-decoration: none;
    color: #F19645;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Paytone One", sans-serif;
    color: #443935;
}
.container{
    max-width:1250px;
}
.topbar{
    background: #272221;
    padding: 7px 0px;
}
.lfet{
    padding: 0;
    margin-bottom: 0;
}
.lfet li i{
    color: #F19645;
}
.lfet li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}
.lfet li a{
    color: #fff;
}
.rght{
    padding: 0;
    margin-bottom: 0;
    text-align: right;
}
.rght li i{
    color: #F19645;
}
.rght li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}
.rght li a{
    color: #fff;
}
.logo{
    width: 220px;
}
.middlebar{
    padding: 14px 0px;
}
.middlebar .cbtn{
    float: right;
}
.cbtn{
    background: #F19645;
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
}
.cbtn:hover{
    background: #272221;
    color: #fff;
}
.carousel-item img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.ptb{
    padding: 50px 0px;
}
.why{
    background: #FCF9F4;
}
.pointbox{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 28px;
}
.ptext{
    text-align: center;
}
.ptext img{
    border-radius: 20px;
    height: 232px;
    object-fit: cover;
}
footer{
    background: #443935;
    padding-top: 50px;
    padding-bottom: 30px;
}
footer p{
    color: #fff;
}
footer .f-logo{
    width: 220px;
    margin-bottom: 20px;
}
footer h4{
    color: #fff;
    margin-bottom: 20px;
}
footer p{
    font-size: 14px;
}
.flist{
    padding-left: 20px;
}
.flist li::marker{
    color: #F19645;
}
.flist li{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
footer ul li a{
    color: #fff;
}
.testimon{
    position: relative;
}
.testimon::before{
    content: '';
    background-image: url('../images/about-3.webp');
    position: absolute;
    left: 0;
    top: 0;
    width: 23%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.testimon::after{
    content: '';
    background-image: url('../images/about-11.webp');
    position: absolute;
    right: 0;
    top: 0;
    width: 23%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.testimonial{
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #ea816b;
    position: relative;
    border-radius: 20px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #f19645;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: left;
    margin: 0;
    position: relative;
    left: 10px;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -2px;
    display: none;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ea816b;
    font-size: 20px;
    font-weight: 700;
    color: #f19645;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}
.testimonial .post{
    font-size: 15px;
    color: #671a36;
}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    left: -5%;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    right: -5%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .owl-controls .owl-buttons .owl-next:after{
    content: "\f104";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 30px;
    color: #c7373c;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-next:after{ content: "\f105"; }
 
@media only screen and (max-width: 479px){
    .abt.ptb{padding-top:0px;}
    .abt img{width:100%;}
    .qform{margin-top:50px;}
    .rght li a{font-size:10px;}
    .mn-logo{display:block;text-align:center;}
    .lfet{display:none;}
    .testimonial{ padding: 70px 10px 30px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
    .testimon::before{display:none;}
    .testimon::after{display:none;}
    .col-sm-6.col-md-3.align-self-center.text-right{text-align:center !important;}
}
.product-grid{
    text-align: center;
    margin-bottom: 20px;
}
.product-grid .product-image{ 
    position: relative; 
    border-radius: 30px 30px;
    overflow: hidden;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image a.image:before{
    content: '';
    background: rgba(23, 23, 23, 0.3);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .2s ease;
}
.product-grid:hover a.image:before{ opacity: 1; }
.product-grid .product-image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.product-grid .product-image .pic-1{
    opacity: 1;
    transform: rotateY(0);
    transition: all 0.5s ease-out 0s;
}
.product-grid .product-image:hover .pic-1{
    opacity: 0;
    transform: rotateY(-90deg);
}
.product-grid .product-image .pic-2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(-90deg);
    transition: all 0.5s ease-out 0s;
}
.product-grid .product-image:hover .pic-2{
    opacity: 1;
    transform: rotateY(0deg);
}
.product-grid .add-to-cart{
    color: #353824;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    width: 140px;
    padding: 10px 8px;
    border-radius: 50px 50px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.product-grid:hover .add-to-cart{ transform: translateX(-50%) translateY(-50%) scale(1); }
 
.product-grid .add-to-cart:hover{ 
    color:#fff;
    background:#574b90; 
}
.product-grid .product-discount-label{
    color: #A62626;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.65),rgba(255, 255, 255, 0.65)),#FF3B3B;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    padding: 0 8px;
    border-radius: 5px 5px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: all .2s ease;
    z-index: 1;
}
.product-grid .product-links li{
    margin: 0 0 5px;
    display:block;
    transform: translateX(-100px);
    transition: all 0.3s;
    transition-delay: .1s;
}
.product-grid:hover .product-links li{ transform: translateX(0); }
.product-grid .product-links li a{
    color: #fff;
    font-size: 20px;
    line-height:36px;
    width: 36px;
    height: 36px;
    display:block;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.product-grid .product-links li a:hover{
    color:#fff;
    animation: wobble 1s ease-in-out 1;
}
.product-grid .product-links li a i{ line-height:inherit; }
.product-grid .product-content{ padding: 12px 15px 0; }
.product-grid .title{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
.product-grid .title a{
    color: #293042;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #574b90; }
.product-grid .rating{
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
}
.product-grid .rating li{
    color: #ffc107;
    font-size: 12px;
    display: inline-block;
    margin: 0 -1px;
}
.product-grid .rating li.far{ color: #a0a0a0; }
.product-grid .price{
    color: #574b90;
    font-size: 18px;
    font-weight: 700;
    display: block;
    position: relative;
    margin: 0 0 10px;
}
.product-grid .price span{
    color:#999;
    font-weight: 400;
    text-decoration: line-through;
}   
@keyframes wobble {
    16.65%{ transform: translateX(8px);  }
    33.3% { transform: translateX(-6px); }
    49.95%{ transform: translateX(4px); }
    66.6% { transform: translateX(-2px); }
    83.25% { transform: translateX(1px); }
    100% { transform: translateX(0); }     
}
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}
.catbox{
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #FCF9F4;
    margin-bottom: 20px;
}
.catbox img{
    border-radius: 10px;
    border-bottom: 3px solid #F19645;
    height: 262px;
    object-fit: cover;
    width: 100%;
}
.cattext{
    text-align: center;
    padding: 7px 0px 0px;
}
.cattext h4{
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
}
.cattext h4 a{
    color: #111;
    font-weight: 700;
}
.counterss{
    background: #443935;
}
.box {
    height: 1000px;
    background-color: red;
  }
  
  #counter-section-container {
    width: 100%;
    text-align: center;
  }
  
  #counter-box-container {
    /*border: 1px solid #999999;*/
    overflow: hidden;
    display: inline-block;
  }
  
  .counter-box {
    /*width: 33.22%;*/
    width: 300px;
    min-width: 200px;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    float: left;
    text-align: center;
    /*background-color: #111111;*/
    color: #cccccc;
    /*border: 1px solid #666666;*/
  }
  
  .counter {
    font-size: 50px;
    color: #f19645;
    font-weight: 900;
  }
  .inner-bg2 {
    background-image: url(../img/b1.jpg);
    background-repeat: no-repeat;
}
.inner-banner {
    position: relative;
    background-position: center right;
    background-size: cover;
    background: #272221;
    padding: 30px 0px;
}
.inner-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    /* background-image: -webkit-gradient(linear,left top,right top,from(#74737385),to(#fbae0287)); */
    /* background-image: linear-gradient(to right, #fbae0247, #002e7954); */
    /*    background: linear-gradient(45deg, #d8d8d8, transparent);*/
}
.inner-banner .inner-title {
    /* padding-top: 10px; */
    /* padding-bottom: 80px; */
    position: relative;
    z-index: 1;
}
.inner-banner .inner-title h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    /* margin-top: 70px; */
    text-align: center;
}
.inner-banner .inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.inner-banner .inner-title ul li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 40px;
    font-weight: 500;
}

.inner-banner .inner-title ul li a {
    color: #fff;
}

.inner-banner .inner-title ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0px 3px;
    font-weight: 500;
}
.middiv{
    padding: 60px 0px;
}
.abt img{
    width: 500px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

/*------restab--------*/

ul.tabs {
    margin: 0;
    padding: 0;
    float: inherit;
    list-style: none;
    height: 36px;
    /* border-bottom: 1px solid #bbb; */
    width: 100%;
    margin: auto;
    text-align: left;
    position: relative;
    top: -11px;
}

ul.tabs li {
    float: inherit;
    margin: 0;
    cursor: pointer;
    padding: 7px 21px;
    height: auto;
    text-align: center;
    width: auto;
    line-height: 33px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    /* border-bottom: 1px solid #333; */
    background-color: #f5f4f2;
    color: #111;
    /* overflow: hidden; */
    /* position: relative; */
    font-weight: 600;
    border-radius: 0px 0px 0px 0px;
    /* margin-right: 5px; */
    border-right: 1px solid #dfdfdf;
    /* text-align: center; */
    /* justify-content: center; */
    display: inline-block;
    }

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: #fbae02;
    color: #fff;
    display: block;
    display: inline-block;
    text-align: center;
}

.tab_container {
    border: 1px solid #dfdfdf;
    /* border-top: none; */
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #fcd595;
        color: #111;
        border-top: 0px solid #333;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 19px;
        }
    .d_active {
        background-color: #ffd000;
        color: #fff;
        font-size: 19px;
        }
        .tab_container {
    border: 0px solid #bbb;
}
}
.tab_container h2{
    font-size: 26px;
}
.tab_container ol{
    padding-left: 20px;
    margin-bottom: 10px;
}

/*-----------rating-----------*/
 #full-stars-example-two .rating-group {
     display: inline-flex;
}
 #full-stars-example-two .rating__icon {
     pointer-events: none;
}
 #full-stars-example-two .rating__input {
     position: absolute !important;
     left: -9999px !important;
}
 #full-stars-example-two .rating__input-none {
     display: none;
}
 #full-stars-example-two .rating__label {
     cursor: pointer;
     padding: 0 0.1em;
     font-size: 24px;
}
 #full-stars-example-two .rating__icon-star {
     color: orange;
}
 #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon-star {
     color: #959393;
}
 #full-stars-example-two .rating-group:hover .rating__label .rating__icon-star {
     color: orange;
}
 #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon-star {
     color: #ddd;
}


.rating p{
    margin: 0;
}
.reviewbox{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 7px;
}
.rform .form-control{
    border-radius: 0px;
}
.rel .product-grid{
    margin: 0px 5px;
}
.people .testimonial{
    margin-bottom: 20px;
}
.cont .pbox{
    background: #ffd000;
    padding: 30px 20px;
}
.cont .pbox .pimg i {
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
}
.cont .pbox p{
    font-size: 16px;
}
.cont .pbox p a{
    color: #111;
}
.cform{
    padding: 0px 0px;
}
.cform input{
    border-radius: 0;
    height: 55px;
    border-left: 3px solid #ffd000;
}
.cform textarea{
    border-radius: 0;
    border-left: 3px solid #ffd000;
}
.lista li strong {
    color: #7b7a7a;
}
.lista li {
    font-weight: 800;
    list-style: none;
    margin-bottom: 12px;
}
.list__price {
    color: orange;
    font-size: 20px;
    font-weight: 700;
}
.protext{
    padding-left: 40px;
}
.pthumb {
    border: 1px solid grey;
    margin: 0px 5px;
}
.recent-post {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.single-contact-card {
    background-color: #f8f8f8;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all .3sease-in-out;
    transition: all .3sease-in-out;
    text-align: center;
}
.single-contact-card .top-part .icon {
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #1f425d;
    /* overflow: hidden; */
    /* margin-right: 20px; */
    margin: auto;
    margin-bottom: 12px;
}
.single-contact-card .top-part .title a {
    color: #444;
    font-size: 18px;
}
.slider-data {
    position: absolute;
    bottom: 30%;
    width: 100%;
    left: 0;
    text-align: center;
}
.slider-data h2 {
    text-align: left;
    font-size: calc(14px + 1.6vw);
    color: #fff;
    text-shadow: 1px 2px 5px #000 !important;
    margin: 0;
    text-align: center;
}
.slider-data p {
    text-align: left;
    font-size: calc(14px + 1vw);
    color: #ffffff;
    text-shadow: 0px 1px 5px #000 !important;
    margin: 0;
    font-weight: 900;
    line-height: 47px;
    text-align: center;
}
.slider-data h3 {
    color: #f19645;
    font-size: calc(14px + 3vw);
    font-weight: 900;
    text-align: center;
    text-shadow: 0px 1px 5px #000 !important;
    /* font-family: 'Playfair Display', serif; */
    /* text-shadow: 1px 2px 5px #000; */
}
.pointbox h4{
        font-size: 19px;
}
.sadjo{
    display:none;
}
.chut .pic {
    left: -105px;
    right: inherit;
}
.chut  {
    padding: 0;
    border: 0px solid #ea816b;
    margin: 0;
    position: relative;
    margin-left: 100px;
    margin-top: 84px;
    margin-bottom: 20px;
}
.chut .title {
    display: inline-table;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    border: 0px solid #ea816b;
    font-size: 20px;
    font-weight: 500;
    color: #f19645;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    top: -38px;
    left: 10px;
    right: inherit;
}
.rating{
        padding-left: 10px;
}
.p-img img{
    width:100%;
}
.protext i{
    color:#F19645;
}
.stellarnav.light ul ul {
    height: 400px;
    overflow-y: scroll;
}
.link{
    color:#F19645;
}
@media only screen and (max-width: 600px) {
  .mblnone{
      display:none;
  }
}