/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.lg-toolbar{
        top: 30px !important;
}
footer#footer .fa-twitter:before {
    content: "\e61b";
}
.ht-site-title a, .site-title a {color: #000;}
header.site-header .maintop-header{
   
    padding: 13px 0;
    background: #333333;
    border-bottom: 1px solid #818181;  
}
header.site-header .maintop-header ul li{
    list-style: none;
    margin: 3px 6px 0 0;
    position: relative;
}
header.site-header .maintop-header ul li a{
    color: #fff;
    text-transform: uppercase;    
    margin: 0;
    font-size: 15px;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
}
/*header.site-header .maintop-header ul li a:hover{
    color: #fff;
    z-index: 3;
    background: none ;
}
header.site-header .maintop-header ul li a:before {
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: "";  
    height: 100%; 
    position: absolute;
    top: 0;
    left: 5px;
    border-radius: 50px;
    width: 25%;
    background: #cb997b;
    color: #fff;
    z-index: -1;
    opacity: 0.6;
}
header.site-header .maintop-header ul li a:hover::before{
    width: 100%;     
    z-index: 0;
}*/
header.site-header {   
    z-index: 999;
    position: absolute;
    width: 100%;
   /* overflow: hidden;*/
    background: #fff;
}
header.site-header .maintop-header .socialsicon{
    text-align: right;
    padding: 8px 17px 0 0;
}
header.site-header .maintop-header .socialsicon a i{
    color: #fff;
    font-size: 21px;
    margin: 0 7px 0;
}
header.site-header .maintop-header .socialsicon a:hover i{
    color: #FF0000;
    transform: rotateY(151deg);
    transition: all 0.9s;
}

.maintop-header .headallcategory{

}
.maintop-header .header-category-box button.product-btn{
    background: none !important;
    box-shadow: none;
    position: absolute;
    top: 9px;
    left: 153px;
    z-index: 1;
    border-right: 1px solid #aaa;
    border-radius: 0;
    padding: 0 12px 0 0;
    font-size: 13px;
    font-weight: 500;
}
.maintop-header .header-category-box button.product-btn i{
    margin: 0 0 0 10px;
}

.maintop-header .product-cat li {
    padding: 10px 0;
    margin: 0 10px;
    list-style-type: none;
    display: block;
}
.maintop-header .product-cat li a {
    color: #7c8396 !important;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 14px !important;
}
.maintop-header .product-cat li:hover a{
    color:#0d61cc !important;
    background: none !important;
}
.maintop-header .product-cat li a:hover{
    background: none !important;
}
.maintop-header .product-cat li.sucat{
    margin-left: 20px;
}

.maintop-header .product-cat li a:before {
    content: "\f2dc" !important;
    font-family: 'Fontawesome';
    margin-right: 5px !important;
    color: #7c8396 !important;
    font-size: 10px;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.maintop-header .product-cat li.sucat a:before {
    content: "\f068" !important;
    font-family: 'Fontawesome';
    margin-right: 5px !important;
    color: #7c8396 !important;
    font-size: 10px;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.maintop-header .product-cat li:hover a:before {
    transform: scale(1.4);
    color:#0d61cc;
}

.maintop-header .product-cat {
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    width: 60%;
    padding: 15px 23px;
    height: 446px;
    overflow: auto;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.4);
        top: 34px;
    left: 126px;
    z-index:99999;
}

/*--------search form------------*/

.maintop-header .searchbox{
    margin-bottom: 34px;
    position: relative;
}
.maintop-header #sb-search .woocommerce-product-search {
    width: 100%;
    position: absolute;
}
.maintop-header #sb-search {
    position: relative;
    width: 84%;
    margin: 0 0 0 105px;
}
.woocommerce-product-search .search-field {
    color: #707070 !important;
    margin: 0 0 0 0 !important;
    font-weight: 400;
    font-size: 15px;
    height: 34px !important;    
    border-radius: 4px;   
    background: #fff;
    padding: 0 0 0 96px !important;
}
.maintop-header #sb-search input[type="submit"] {
    float: right;
    position: absolute;
    right: -6px;
    text-indent: -999px;
    background: #FF0000;
    border-radius: 0 5px 5px 0;
    width: 0%;
    box-shadow: none;
    width: 50px;
    height: 34px;
    text-align: center;
}
.maintop-header #sb-search form.woocommerce-product-search:after {
    content: "\f002";
    position: absolute;
    top: 7px; 
    right: 11px;
    cursor: pointer;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 200;
}
.maintop-header #sb-search input.search-field::placeholder{
    color:#C9C9C9;
}

/*----- Sticky Header ------*/
.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #cb997b;
    max-width: 100%;
    z-index: 99999;
  /*box-shadow: -2px 2px 10px 0px #2d2d2d;*/
}
.ht-sticky-header .site-header{
    position: fixed;
}

.top-bar-head{

    padding: 5px 0 7px;
    width: 100%;   
    background: #fff;
} 

.space {
    padding: 15px 20px;
}
.mainbottom-header .head-btnicon .header-shopbtn{
    background: #edfc03;
    color: #000;
    border-radius: 28px;    
    padding: 13px 18px 13px 70px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;   
    position: absolute;
    right: 0px;
    z-index: 0;
   
}
.mainbottom-header .head-btnicon{ 
    text-align: right;
    margin: 11px 0 0 0px;
    position: relative;
    left: 123px;
    float: left;
}
.mainbottom-header .head-btnicon a i.fa-user{   
   
    color: #000;
    font-size: 21px; 
    padding: 7px 9px;  
}
.mainbottom-header .head-btnicon a i.fa-user:hover,
.mainbottom-header .total-count a i.fa-shopping-cart:hover{   
    
    color: #FF0000;
}
.mainbottom-header .head-btnicon a i.fa-user:hover{
       top: 0px !important;
}
.mainbottom-header .total-count a i.fa-shopping-cart{
    font-size: 21px;
    color: #000;
    padding: 15px 9px;
}
.mainbottom-header .total-count{
   
    text-align: right;
    position: relative;
    float: right;
}
.mainbottom-header .total-count .count{
    background:none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 13px;
    color: #000 !important;
    padding: 2px 4px;
    position: absolute;
    top: 2px;
    right: 0px;
    line-height: 20px
}


/*--------------------  General Header container---------------------------*/
.container.hr-btm {
    padding-right: 0;
    margin-right: 0;
}
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    padding: 7px 0px 0px 0;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #fff;
}
.logo-header,
.logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 ;
    text-align: left;   
}
.header-transparent .sticky-header .logo-header{
    top: -3px !important;
}
.header-transparent .sticky-header .head-btnicon i.fa-user{left: -142px ;}
.header-transparent .sticky-header .head-btnicon{    top: 12px;}
.header-transparent .sticky-header .total-count{    top: 17px;}
.ht-site-title,.site-title,
.ht-site-title, .site-title,
.page .ht-site-title, .page .site-title,
.single .ht-site-title, .single .site-title
 {
    font-weight: 600;
    font-size: 25px;
    line-height: 2em;
    padding: 0;
    color: ;
}
.ht-site-title a,.site-title a{
    word-break: break-all;
}
.ht-site-title a,
.ht-site-title a,
.page .ht-site-title a,
.single .ht-site-title a{
    color:#4a8cec;
}
/*--------------------  Site logo & title responsive ---------------------------*/
@media screen and (min-width: 320px) and (max-width: 475px){
    .ht-site-description{
        text-align: center;
    }
}
@media only screen and (max-width: 992px){
    .ht-site-description {
        padding: 8px 2px;
    }
    .logo-bx{
        padding: 0;
    }
    .ht-site-description, .ht-site-description, .page .ht-site-description, .single .ht-site-description{
            font-size: 17px;
    }
    header.site-header .maintop-header{
            padding: 13px 0 0 0;
    }
}


/*--------------------  contact details ---------------------------*/
ul.h-contact,
ul.h-contact,
.page ul.h-contact,
.single ul.h-contact {
    text-align: center;
    margin: 0;
    padding: 8px 0;
}
ul.h-contact li,
ul.h-contact li,
.page ul.h-contact li,
.single ul.h-contact li{
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 20px;
}
ul.h-contact li i,
ul.h-contact li i,
.page ul.h-contact li i,
.single ul.h-contact li i{
    padding-right: 10px;
    font-size: 20px;
}
.h-mailid a, .h-phone a,
.h-mailid a, .h-phone a,
.page .h-mailid a, .page .h-phone a,
.single .h-mailid a, .single .h-phone a{    
    color: #ffffff;
    font-size: 18px;    
}
.h-contact,
.page .h-contact,
.h-contact,
.single .h-contact{
    text-align: center;
}
.h-mailid a i, .h-phone a i,
.h-mailid a i, .h-phone a i,
.page .h-mailid a i, .page .h-phone a i,
.single .h-mailid a i, .single .h-phone a i{    
    color: #ffffff;
    font-size: 22px;  
    padding-right: 6px;  
}
.h-phone a i,
.h-phone a i,
.page .h-phone a i,
.single .h-phone a i{    
    margin-bottom: 15px;
}
.h-mailid a:hover,.h-phone a:hover,
.h-mailid a:hover, .h-phone a:hover,
.page .h-mailid a:hover, .page .h-phone a:hover,
.single .h-mailid a:hover, .single .h-phone a:hover{
    color: #000;
}
.h-contact-block,
.h-contact-block,
.page .h-contact-block,
.single .h-contact-block  {
    background: -webkit-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background: linear-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background-size: 500%;
    text-align: center;
    padding: 1.5em 0;
    border-radius: 0 0 15px 0;
    position: relative;
    right: -1px;
}
/*---------------- contact details responsive -----------------*/
@media only screen and (max-width: 767px) and (min-width: 520px){
   .col-md-2.col-sm-4.col-xs-12.wd {
        width: 33%;
    }
   .col-md-6.col-sm-4.col-xs-12.wd {
        width: 35%;
    }
    .col-md-4.col-sm-4.col-xs-12.wd {
        width: 32%;
    }

}
/*--------------------  Socials ---------------------------*/
.share-btn,
.share-btn,
.page .share-btn,
.single .share-btn{
    text-align: right;
}
.share-btn a.site-button,
.share-btn a.site-button,
.page .share-btn a.site-button,
.single .share-btn a.site-button{
    border-radius: 50%;
    width: 40px;
    line-height: 35px;
    height: 40px;
    font-size: 22px;
    display: inline-block;
    margin: 0 5px;
    color: #fefdff;
    border: 3px solid #f7fbec;
    text-align: center;
}
.share-btn a.site-button:hover,
.share-btn a.site-button:hover,
.page .share-btn a.site-button:hover,
.single .share-btn a.site-button:hover{
    color: #000;
    border: 3px solid #000;
} 
/*--------------------  Navigation ---------------------------*/
.navigation .mainmenu li{
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 48px !important;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 18px;
    padding: 30px 0;
    font-weight: 400 ;
    line-height: 36px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.navigation .mainmenu li.current_page_item a, .current_page_item > a,
.navigation .mainmenu li a:hover,
div#navbarNavDropdown li.current_page_item a:hover, 
.current_page_item > a:hover{
    color: #cb997b;
   
}
.navigation .mainmenu li a  {
    color: #000;
}
header.site-header ul.sub-menu li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a{
    color: #000;
 }

.menu-click i{
    color: #783afd;
 }

.navigation .mainmenu ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a, 
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a:hover, 
ul.sub-menu li a:hover, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover {
    background:none !important;
  }
 ul.sub-menu, header.site-header ul.sub-menu{
    background:#fff ;
    border-radius: 12px !important;
    padding: 10px 20px !important;
}
.header.site-header ul.sub-menu li a:before {
    color:#fe0101;
  }
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0 !important;
    border-bottom: 1px solid #fcd007;
}
.navigation .mainmenu ul.sub-menu li:last-child{border-bottom:none !important;}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
}
header.site-header ul.sub-menu li a, .navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a, .header.site-header ul.sub-menu li a:before, header.site-header ul.sub-menu li a:hover, .navigation .mainmenu ul.sub-menu li.current_page_item a, ul.sub-menu .current_page_item > a, div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, ul.sub-menu .current_page_item > a:hover, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover, .header.site-header ul.sub-menu li:hover a {
    color: #cb997b;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #cb997b;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    overflow: hidden;
}
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;
    /* transition: all 0.5s ease 0s; */
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a  {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}
.navigation .mainmenu ul.sub-menu li a:before,
header.site-header ul.sub-menu li a:before{
    content: "\f105" !important;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: -17px;    
    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
    opacity: 0;
    font-family: 'FontAwesome';    
    line-height: 1;    
    font-size: 1em;
    color: #fe0101;
    background: none !important;
}
.navigation .mainmenu ul.sub-menu li:hover a:before,
header.site-header ul.sub-menu li:hover a:before {
    opacity: 1;
    color: #000;
}
.navigation .mainmenu li ul ul.sub-menu,
.header.site-header ul.sub-menu ul,
.page-template-home-template .navigation .mainmenu li:hover ul.sub-menu ul {
    left: 212px !important;
    top: -9px !important;
}
.navigation .mainmenu li ul ul.sub-menu li a,
 header.site-header ul.sub-menu li:hover ul li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li:hover ul li a,
.header.site-header ul.sub-menu li:hover ul li a{
    color: #000 !important;
 }
 .navigation .mainmenu  li ul ul.sub-menu li.current_page_item a,
.navigation .mainmenu  li ul ul.sub-menu li a:hover,
div#navbarNavDropdown  li ul ul.sub-menu li.current_page_item a:hover, 
.current_page_item > a:hover{
    color: #FF0000 !important;
   
}
/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }
    .navigation .mainmenu li:hover ul.sub-menu,
    .navigation .mainmenu li:hover ul.sub-menu,
    .page .navigation .mainmenu li:hover ul.sub-menu,
    .single .navigation .mainmenu li:hover ul.sub-menu {
        left: auto;
        top: 86px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 1px !important;
        right: -240px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
       /* top: 60px;*/
     }
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
    }
}


@media only screen and (max-width: 1024px){
   .h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
         right: 0px; 
    }
    #steps .peccular-steps-icon span {
        left: 5px;
        width: 45px;
        height: 45px;
    }
}
@media only screen and (max-width: 992px){
    .navigation {
    width: 255px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
   .navigation .mainmenu li {
        display: block;
        position: relative;
        line-height: normal;
        margin-right: 35px;
        margin: 0;
        padding: 0;
    }
    .navigation .mainmenu>li>a {
        padding: 5px 20px;
    }
    .hamburger-menus{
        width: 30px;
        height: 30px;
        position: absolute;
        -webkit-transition: .1s;
        transition: .1s;
        margin: 5px 15px;
        cursor: pointer;
        display: inline-block;
        float: right;
        right: 35px;
        top: 13px;
        z-index: 1;
    }


}
@media screen and ( min-width: 992px) and (max-width: 1199px){
    .navigation .mainmenu li a,
    .page .navigation .mainmenu li a,
    .single .navigation .mainmenu li a, 
    .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
    .navigation .mainmenu {  text-align: left;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li:last-child {  margin-left: 0em !important; }
}

@media screen and ( min-width:992px) and (max-width: 1199px){
 .maintop-header ul li:last-child {  margin-left: 1em; }

}

@media only ( min-width: 320px) and (max-width:360x){
.ht-main-title { margin: 15px 0 0.5em 0px !important;     font-size: 31px !important;}

}


/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.peccular-section-head {
    text-align: left;
    margin-bottom: 2em;
    margin-top: 2em;
}
.peccular-section-head h2{
    
    margin-bottom: 0px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 48px;
}

.peccular-section-head h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
}
.peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
   
}
#catproduct-section .catproduct-bg,
#newarrivalproduct-section .newarrivalproduct-bg,
#bsellingproduct-section .bsellingproduct-bg,
#featuredproduct-section .featuredproduct-bg,
#banner .banner-bg,
#videobanner .videobanner-bg,
#productslider .productslider-bg,
#blog .blog-bg,
#ourclient .ourclient-bg,
#newsletter .newsletter-bg,
#footer .footer-bg

{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

#catproduct-section,
#newarrivalproduct-section,
#bsellingproduct-section,
#featuredproduct-section,
#banner,
#videobanner,
#productslider,
#blog,
#ourclient,
#newsletter,
#footer{
    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}


/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

.swiper-container-horizontal>.swiper-pagination-bullets {
    display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{
    position: absolute !important;
    bottom: 49px !important;
    width: 10% !important;
    text-align: right !important;
    left: 47em !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-bullet .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active{
    opacity: 1;
    background: #FF0000 !important ; 
    border: 1px solid #fff !important; 
    width: 10% !important;
    height: 18px !important;  
    padding: 2px !important; 
}
.swiper-pagination-bullet {
    width: 9% !important;
    height: 17px !important;    
    border-radius: 50% !important;
    background: #fff !important;   
    display: block !important;
    opacity: 1 !important;
    float: right;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 7px 4px !important;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
#slider{
    position: relative;
    overflow: hidden;
}
.slider-area{    
    position: relative;    
    overflow: hidden;
    z-index: 1;    
}
.hero-style { transition: all .4s ease;}
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: left;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slide-inner .slider-inner-mainbox {
    position: absolute;    
    left: 0%;
    top: 0%;    
    width: 740px;  
    height: 700px; 
    z-index: 0;   
}
.slider-inner-box {
    position: relative;
    padding: 6em 0em 7em 3em;
    text-align: left;
}
.slider-area .slide-inner .slideoverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}
.slider-area .slider-inner-mainbox .contbrdrright{
    width: 5px;
    height: 700px;
    border-right: 10px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.hero-style .slide-title {
    border-left: 3px solid #fff;
    padding: 0 0 0 13px;
}
.hero-style .slide-title h2 {
    font-size: 54px;
    line-height: 60px;
    color: #fff;   
    padding: 0 0px 0px 0;
    font-weight: 500;
}

.hero-style .slide-title h2 span{
    font-size: 31px;
    color: #fff;
    font-weight: 400;
    margin: 0 10em 0 0;      
}
.hero-style .slide-text p {
   
    line-height: 27px;
    text-align: left;
    font-size: 17px;
    color: #fff;
    transition: all .4s ease;
    margin: 40px 0 32px 20px;
     padding-right: 185px;
}
.hero-style .slide-text ul {
   
    padding: 0;
    margin: 0 0 30px;
}
.hero-style .slide-text ul li{
  
     line-height: 27px;
    text-align: left;    
    font-size: 17px;
    color: #fff;
    list-style: none;
    margin: 0 0 0 16px;
}
.hero-style .slide-text ul li:before{
    content: "\f111";
    font-family: "Fontawesome";   
    position: relative;
    left: 0;
    top: -3px;   
    font-size: 8px;
    color: #fff;
    margin: 0 5px 0 0;
}

.hero-style .slide-btns-1 {    
    border-radius: 4px;   
    border: 1px solid #fff;       
    padding: 10px 22px;  
    display: inline-block;    
    transition: 0.25s;
    margin: 0 0 11em 20px;
}
.hero-style .slide-btns-1 a {
    color: #fff; 
    font-size: 18px; 
    font-weight: 500;    
}
.slider-area .slide-inner .slider-social-icon{
    margin: 20px 0 0 20px;
}
.slider-area .slide-inner .slider-social-icon a i{
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
    transition: all .4s ease;
}
.slider-area .slide-inner .slider-social-icon a:hover i{
    color: #cb997b;
    transform: scale(1.3);
    transition: all .4s ease;
}

.hero-style .slide-btns-1:hover a{color: #000;  }


.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
   
    opacity: 0;
    visibility: hidden;
   
}
.slider-area .sliderimg img.slide-mainimg{
    width: 100%;
    height: 100%;
}
.slider-area .sliderimg{
    height: 700px;
}


/*--------------------------------------------------------------
## Product Category Section
--------------------------------------------------------------*/
#catproduct-section {
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: 0em;
}

#catproduct-section .owl-carousel .owl-stage-outer {
    /*  padding: 5px 5px 40px;
    margin: 0 -4px;*/
}

#catproduct-section .peccular-section-head {   
    margin-bottom: 5em;
    margin-top: 0em;
}

#catproduct-section h2.ht-section-title {
        color: #3F3F3F;
    margin-bottom: 0px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 1px;
}

#catproduct-section .peccular-section-head i.fa-window-minimize{
    color: #3F3F3F;
    font-size: 1px;    
    margin-top: 0px;
    padding: 0 61px;
    background: #000;   
}

#catproduct-section .pro-cat-content {   
    text-align: center;   
	margin-top: 20px;
}

#catproduct-section .pro-cat-img {    
    margin: 0 auto;   
    width: 204px;
    height: 225px;   
    padding: 0px 0;   
}
#catproduct-section .pro-cat-img img{    
   width: auto;
   height: 225px;    
    margin: 0 auto;
     
}
/*#catproduct-section .pro-cat-img:hover{
    background: #000;
}*/
#catproduct-section .pro-cat-img img:hover {
   
    -webkit-filter: hue-rotate(45deg);
    filter: hue-rotate(45deg);
   
}
.pro-cat-content p.catdesc {
      color: #fff;
        font-size: 13px;
}

#catproduct-section .pro-cat-content span a {
    letter-spacing: 0.8px;
    color: #6D6D6D; 
    font-size: 20px;
    font-weight: 300;    
    padding: 0px;
    text-align: center;
    
    
}
#catproduct-section .owl-carousel.owl-drag .owl-item .item:hover span a{
    color: #FF0000;
}

#catproduct-section .pro-cat-content span.rolln{ text-align: center; }
#catproduct-section .owl-theme .owl-dots{display: none;} 
#catproduct-section .owl-theme .owl-nav{ display: none; }
#catproduct-section .owl-theme .owl-nav [class*=owl-]{    

    font-size: 38px !important;
    background: none !important;
    color: #000 !important;
    box-shadow: none !important;
}




/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/

#banner {
    position: relative;
    overflow: hidden;
    background: #000;
}
#banner .peccular-banner-area{
   position: relative;
   
}
#banner .peccular-banner-content{
    position: absolute;
    left: 0;
    top: 83px;
    padding: 0;   
    text-align: left;
    width: 355px;
}
#banner .peccular-banner-area img.bannerbgimg{
    background-size: cover ;
    position: relative;    
    height: 441px;
    margin: 0 auto;
}
#banner .peccular-banner-heading-sec{
    margin: 0 0;
    padding: 0px 0 0 20px;
    position: relative;
}
#banner .peccular-banner-heading-sec:before{
    content: "";
    border-left: 1px solid #fff;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
}
#banner .peccular-banner-content .peccular-banner-heading-sec h3{
    letter-spacing: 0.6px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}
#banner .peccular-banner-content .peccular-banner-heading-sec h3 span{

    color: #FF0000;
}
#banner .peccular-banner-content .peccular-banner-heading-sec h4{
    letter-spacing: 1.04px;
    font-size: 26px;    
    color: #fff;
    font-weight: 300;
    line-height: 36px;
    margin: 27px 0 6px;
}
#banner .peccular-banner-content a.banner-btn-shopn {
   
    border: 1px solid #fff;
    padding:9px 16px;   
    font-size: 18px;
    font-weight: 300;
    border-radius: 0px;   
    display: inline-block;
    margin: 24px 0 0 23px;
    transition: 0.25s;
    letter-spacing: 0.72px;
    color: #FEFEFE;
    position: relative;
}
#banner .peccular-banner-content a.banner-btn-shopn:hover{
    z-index: 5;
    position: relative;
    border: none;
    color: #fff;
}
#banner .peccular-banner-content a.banner-btn-shopn .hoverbg {
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #cb997b;
    border-radius: 30px;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    transition: .8s all ease;
}
#banner .peccular-banner-content a.banner-btn-shopn:hover .hoverbg {
    width: 100%;
    opacity: 1;
}
/*#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:hover {
    color: #000;  
    z-index: 2; 
    display: block;  
    
}*/

/*--------------------------------------------------------------
## New Arrival Product Section
--------------------------------------------------------------*/
#newarrivalproduct-section {           
       position: relative;
       overflow: visible;          
}
#newarrivalproduct-section .peccular-section-head {   
    margin-bottom: 5em;
    margin-top: 0em;
    z-index: 5;
}
#newarrivalproduct-section .newarrivalproduct-box{
    margin: 23px 0 0 0;
}

#newarrivalproduct-section img.newarrival-imgprint{
    width: 100%;
    position: absolute;
    z-index: 4;
    top: -170px;
}
#newarrivalproduct-section .newarrival-shopbtnmainbox1{
    position: relative;
    height: 460px;
}
#newarrivalproduct-section .newarrival-shopbtnmainbox1 img.newarrleftimg{
    background-size: cover;
    width: 445px;
    height: 460pxpx;
}
#newarrivalproduct-section .newarrival-shopbtnmainbox{
    text-align: center;
    position: absolute;
    bottom: 54px;
    left: 0;
    right: 0;
    z-index: 3;
}
#newarrivalproduct-section .newarrival-shopbtnmainbox img.newarrleftinnimg{}

#newarrivalproduct-section .newarrival-shopbtnmainbox h2.peccular-newarr-titleleft{
    letter-spacing: 1.04px;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    margin: 4px 0;
}

#newarrivalproduct-section .newarrival-shopbtnmainbox .newarr-shopbtn .shopbtnbtmbrdr{
    border-bottom: 1px solid #fff ;
    width: 62%;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0 0;
}
#newarrivalproduct-section .newarrival-shopbtnmainbox:hover .newarr-shopbtn .shopbtnbtmbrdr{
    width: 100%;
    border-color: #cb997b;

}
#newarrivalproduct-section .newarrival-shopbtnmainbox .newarr-shopbtn a{

    color: #fff;   
    font-size: 20px;
    font-weight: 300; 
    padding: 5px 13px;    
    margin: 1px 0 0 0em;   
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;   
}
#newarrivalproduct-section .newarrival-shopbtnmainbox:hover .newarr-shopbtn a{
    color: #cb997b;
}

#newarrivalproduct-section h2.ht-section-title {
    color: #000;   
    margin-bottom: 0px;
    margin-top: -17px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
}

#newarrivalproduct-section #recent-porduct{box-shadow: none !important;}


#newarrivalproduct-section #recent-porduct .add-to-cart {
  
    background: transparent;
    border: 1px solid #000;
    padding:8px 30px;
    margin-bottom: 0em;    
    border-radius: 0px;
    position: relative;
    top: 21px;
    display: inline-block;
     transition: 0.25s;    
}
#newarrivalproduct-section #recent-porduct .add-to-cart a {
    color: #000;  
    z-index: 2;    
    display: block; 
    position: relative; 
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase !important;
}
#newarrivalproduct-section #recent-porduct .add-to-cart:hover{
    border: none;
}

#newarrivalproduct-section #recent-porduct .add-to-cart .hoverbg {
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    top:0;
    left: 0;
    background: #cb997b;    
    border-radius: 30px;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    transition: .8s all ease;
}

#newarrivalproduct-section #recent-porduct .add-to-cart:hover .hoverbg {
    width: 100%;   
    opacity: 1;
}

#newarrivalproduct-section #recent-porduct .add-to-cart a:after{   
    content: '\f07a';
    font-family: 'FontAwesome';
    position: absolute;
    right: -28px;
    bottom: 1px;
    display: inline-block;
    font-size: 17px;
    color: #000;
    z-index: 2;
    opacity: 0;
}
#newarrivalproduct-section .newarrival-product .add-to-cart:hover a:after{ opacity: 1;}
#newarrivalproduct-section .newarrival-product .add-to-cart a:after:hover,
#newarrivalproduct-section .newarrival-product .add-to-cart:hover a{
    color: #000;
    z-index: 2;     
    
}

#newarrivalproduct-section .product-image-thumb{ 
    width: 250px;
    height: 280px; 
    margin: 0 auto;
    text-align: center;
}

#newarrivalproduct-section .product-image-thumb img{
    /*width: 100%;*/
    height: 280px;
    transition: .8s ease;   
}
#newarrivalproduct-section .newarrival-product:hover .product-image-thumb img{
   filter: grayscale(1);
   transition: .8s ease;
}

#newarrivalproduct-section #recent-porduct .price del span.woocommerce-Price-amount {
    color: #fd0101;
    font-weight: 400;
    padding: 0 13px 0 8px;
}
#newarrivalproduct-section #recent-porduct .price del span.woocommerce-Price-amount bdi,
#newarrivalproduct-section #recent-porduct .price ins span.woocommerce-Price-amount bdi{
    font-size: 17px !important;
    font-weight: 500 !important;
}
#newarrivalproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi,
#newarrivalproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi{
    font-size: 18px !important;
    font-weight: 500 !important; 

}
#newarrivalproduct-section #recent-porduct .price ins span.woocommerce-Price-amount {
    color: #727272 !important;
    font-weight: 400;
    text-decoration: none;
   
}
#newarrivalproduct-section .total-product-title-wrap {  
        
    margin-top: 0px;
    padding: 0 0 0em 0;
    color: #000;  
    z-index: 4;
    position: relative;  
}
#newarrivalproduct-section .total-product-title-wrap h6 {   
   
    padding: 0;
    margin: 17px 0 15px;
    font-size: 15px;   
    color: #424242;
    font-weight: 300;
    letter-spacing: 0.6px;
    text-align: center;  
}
#newarrivalproduct-section .newarrival-product:hover .total-product-title-wrap h6{
    color: #fd0101 ;
}
#newarrivalproduct-section .newarrival-product{
    margin-bottom: 3em;
}

#newarrivalproduct-section .owl-carousel .owl-dots {  display: block !important;}
#newarrivalproduct-section .owl-carousel .owl-nav{ display: none; }
#newarrivalproduct-section .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 8px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: #aaa !important;
}
#newarrivalproduct-section .owl-theme .owl-dots .owl-dot.active span{
    background: #FF0000 !important;
}
#newarrivalproduct-section .owl-carousel .owl-nav button.owl-next,
#newarrivalproduct-section .owl-carousel .owl-nav button.owl-prev,
#newarrivalproduct-section .owl-carousel button.owl-dot{
    box-shadow: none !important;
}

/*----------------------------------------*/
/*  video banner Area
/*----------------------------------------*/
#videobanner {
   position: relative;
   overflow: hidden ;
}
#videobanner .peccular-videobanner-area{
    position: relative;
}
#videobanner .peccular-videobanner-area img{
    height: 417px;
}
.videotextboxovrlay{

}
#videobanner .peccular-videobanner-area .videotextbox{
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 31px;
    width: 235px;
}
#videobanner .peccular-videobanner-area .videotextbox h3{

    letter-spacing: 1px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    text-decoration: underline;
    text-align: left;
    margin: 0 0 10px;
}
#videobanner .peccular-videobanner-area .videotextbox h2{
  
    color: #FFFFFF;
    font-size: 66px;
    font-weight: 800;
    text-align: left;
}
#videobanner .peccular-videobanner-area .videotextbox h4{

    letter-spacing: 1px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 600;
    text-align: right;
    margin: 5px 0 0;
}
#videobanner .videotextboxovrlay{
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.5;

}
#videobanner .videop-popup-btn{
    position: absolute;
    z-index: 2;
    top: 152px;
    bottom: 0;
    right: 0;
    left: 0;
} 
#videobanner .videop-popup-btn i{    
    
    font-family: FontAwesome;
    font-size: 31px;
    color: #fff;
    border-radius: 50%;
    border: 6px solid #fff;
    padding: 13px 17px;
    text-align: center;
    cursor: pointer;
    
}
#videobanner .videop-popup-btn:hover i{
    color: #fe0101;
}

#videobanner iframe{
    position: relative;
    overflow: hidden;
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-thumb {
  background: lightgray; 
  border-radius: 5px;
}

#videobanner .video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}

#videobanner .close-btn {
  width: 100px;
  height: 50px;
  display: block;
  margin: 50px auto;
  cursor: pointer; 
  border: 2px solid black;
  background-color: white;
  color: #000;
}
#videobanner .popup-btn:hover {
  color: white;
  background-color: black;
}
#videobanner .video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  boxshadow: 10px 10px 10px 10px black;
  z-index: 3;
}
#videobanner .popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
#videobanner .popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
  z-index: 5;
}
#videobanner .popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
## Featured Product Section
--------------------------------------------------------------*/
#featuredproduct-section {           
       position: relative;
       overflow: hidden;     
}
#featuredproduct-section .peccular-section-head {   
    margin-bottom: 5em;
    margin-top: 4em;
    z-index: 5;
}

#featuredproduct-section h2.ht-section-title {
      
    margin-bottom: 0px;
    padding-bottom: 0;    
    font-weight: 200;
    font-size: 26px;
    letter-spacing: 1.04px;
    color: #424242;
}

#featuredproduct-section .peccular-section-head i.fa-window-minimize{
    color: #424242;
    font-size: 1px;
    padding: 0 61px;
    background: #424242;
    display: inline;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    top: -15px;
    opacity: 0.5;
}
#featuredproduct-section .featureproduct-social-id{

}
#featuredproduct-section .featpro-cat{
   
    font-size: 10px;
    color: #525252;
    text-align: left;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

#featuredproduct-section .featuredproduct-product{    margin-bottom: 5em;}

#featuredproduct-section .default_product_display{
    position: relative;
}
#featuredproduct-section .featureproduct-social-id {
    height: 108px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 1.04s, opacity 0.1s 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}
#featuredproduct-section .featuredproduct-product:hover .featureproduct-social-id {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    display: block;
}
#featuredproduct-section #recent-porduct .featureproduct-social-id ul {
    margin: 0;
}
#featuredproduct-section #recent-porduct .featureproduct-social-id li {
    list-style: none;
    text-align: left;
}
#featuredproduct-section #recent-porduct .featureproduct-social-id li a{    
    
}
#featuredproduct-section #recent-porduct .featureproduct-social-id li a i{
    background: #fff;
    color: #cfd0d5;
    border-radius: 50%;
    padding: 10px 12px;
    box-shadow: 0 12px 48px 0 #00000030;
    margin: 3px 10px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#featuredproduct-section #recent-porduct .featureproduct-social-id li a i:hover{
    color: #FF0000;
    transform: scale(1.2);
     transition: all 0.5s ease 0s;  
}

/*#featuredproduct-section #recent-porduct .add-to-cart {
   color: #000;
    background: #f3da15;
    border: 4px solid #ffcd08;
    padding:6px 40px 6px 10px;
    margin-bottom: 0em;
    font-size: 18px;
    font-weight: 400;
    border-radius: 30px;
    position: relative;
    top: 12px;
    display: inline-block;
     transition: 0.25s;
     text-transform: capitalize;
}
#featuredproduct-section #recent-porduct .add-to-cart a {
    color: #000;  
    z-index: 2;    
    display: block; 
    position: relative; 
}

#featuredproduct-section #recent-porduct .add-to-cart .hoverbg {
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    top:0;
    left: 0;
    background: #FFD583;    
    border-radius: 30px;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    transition: .8s all ease;
}

#featuredproduct-section #recent-porduct .add-to-cart:hover .hoverbg {
    width: 100%;   
    opacity: 1;
}

#featuredproduct-section #recent-porduct .add-to-cart a:after{   
    content: '\f07a';
    font-family: 'FontAwesome';
    position: absolute;
    right: -28px;
    bottom: 1px;
    display: inline-block;
    font-size: 17px;
    color: #000;
    z-index: 2;
}
#featuredproduct-section .newarrival-product .add-to-cart a:after:hover,
#featuredproduct-section .newarrival-product .add-to-cart:hover a{
    color: #000;
     z-index: 2; 
    
}*/
#featuredproduct-section #recent-porduct{ box-shadow: none !important; }
#featuredproduct-section .product-image-thumb {  
    overflow: hidden; 
    padding: 5px;
    text-align: center;
    height: 280px;
    margin-bottom: 10px;
}

#featuredproduct-section .product-image-thumb img{
    /*width: 100%;  */
    height: 280px;  
    border-radius: 12px;  
    position: relative;
    top: 0;
    transition: .8s ease;
}
#featuredproduct-section .featuredproduct-product:hover .product-image-thumb img{
    
    transition:  .8s ease;
    filter: grayscale(100%);
}


#featuredproduct-section #recent-porduct .price del span.woocommerce-Price-amount {
    color: #c2c0c0;
    font-weight: 400;
    padding: 0 12px 0 8px;
}
#featuredproduct-section #recent-porduct .price del span.woocommerce-Price-amount bdi,
#featuredproduct-section #recent-porduct .price ins span.woocommerce-Price-amount bdi{
    font-size: 17px !important;
    font-weight: 500 !important;
}
#featuredproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi,
#featuredproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi{
    font-size: 18px !important;
    font-weight: 500 !important; 
}
#featuredproduct-section #recent-porduct .price ins,
#featuredproduct-section #recent-porduct .price ins span.woocommerce-Price-amount bdi,
#featuredproduct-section #recent-porduct .price ins span.woocommerce-Price-amount {
    color: #fe0101;
    font-weight: 400;
    text-decoration: none !important;
   
}

#featuredproduct-section .total-product-title-wrap {   
    
    margin-top: 0px;
    padding: 0 0 0em 0;   
}

#featuredproduct-section .total-product-title-wrap h6 {   
   
    padding: 0;
    margin: 14px 0 14px;
    font-size: 15px;
    color: #424242;
    font-weight: 200;
}
#featuredproduct-section .featuredproduct-product:hover .total-product-title-wrap h6{ color: #fd0303;}


/*--------------------------------------------------------------
## Best Selling Product Section
--------------------------------------------------------------*/
#bsellingproduct-section {           
       position: relative;
       overflow: hidden;     
}
#bsellingproduct-section .peccular-section-head {   
    margin-bottom: 5em;
    margin-top: 1em;
    z-index: 5;
}
#bsellingproduct-section h2.ht-section-title {
    color: #424242;   
    margin-bottom: 4px;   
    font-weight: 400;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: 1px;
}
#bsellingproduct-section .peccular-section-head i.fa-window-minimize{
    color: #424242;
    font-size: 1px;   
    padding: 0 61px;
    background: #000;    
    display: inline;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    top: -15px;
    opacity: 0.5;
}

#bsellingproduct-section .bsellingproduct-product{    margin-bottom: 6em;}
#bsellingproduct-section .bsellingproduct-product .bestpro-cat{
    font-size: 10px;
    color: #525252;
    text-align: left;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
#bsellingproduct-section .default_product_display{
    position: relative;
}
#bsellingproduct-section .bsellingproduct-social-id {
    height: 108px;
    width: 24%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 1.04s, opacity 0.1s 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}
#bsellingproduct-section .bsellingproduct-product:hover .bsellingproduct-social-id {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    display: block;
}
#bsellingproduct-section #recent-porduct .bsellingproduct-social-id ul {
    margin: 0;
}
#bsellingproduct-section #recent-porduct .bsellingproduct-social-id li {
    list-style: none;
    text-align: left;
}
#bsellingproduct-section #recent-porduct .bsellingproduct-social-id li a{}
#bsellingproduct-section #recent-porduct .bsellingproduct-social-id li a i{
    background: #fff;
    color: #cfd0d5;
    border-radius: 50%;
    padding: 10px 12px;
    box-shadow: 0 0 11px 2px #e0e0e0;
    margin: 3px 10px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#bsellingproduct-section #recent-porduct .bsellingproduct-social-id li a:hover i{
    color: #fd0101;
    transform: scale(1.2);
}

/*#bsellingproduct-section #recent-porduct .add-to-cart {
  
    background: #f3da15;
    border: 4px solid #ffcd08;
    padding:6px 40px 6px 10px;
    margin-bottom: 0em;
    font-size: 18px;
    font-weight: 400;
    border-radius: 30px;
    position: relative;
    top: 12px;
    display: inline-block;
     transition: 0.25s;
     text-transform: capitalize !important;
}
#bsellingproduct-section #recent-porduct .add-to-cart a {
    color: #000;  
    z-index: 2;    
    display: block; 
    position: relative; 
}

#bsellingproduct-section #recent-porduct .add-to-cart .hoverbg {
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    top:0;
    left: 0;
    background: #FFD583;     
    border-radius: 30px;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    transition: .8s all ease;
}

#bsellingproduct-section #recent-porduct .add-to-cart:hover .hoverbg {
    width: 100%;   
    opacity: 1;
}

#bsellingproduct-section #recent-porduct .add-to-cart a:after{   
    content: '\f07a';
    font-family: 'FontAwesome';
    position: absolute;
    right: -28px;
    bottom: 1px;
    display: inline-block;
    font-size: 17px;
    color: #000;
    z-index: 2;
}
#bsellingproduct-section .bsellingproduct-product .add-to-cart a:after:hover,
#bsellingproduct-section .bsellingproduct-product .add-to-cart:hover a{
    color: #000;
     z-index: 2;     
}*/

#bsellingproduct-section #recent-porduct{ box-shadow: none !important; }
#bsellingproduct-section .product-image-thumb {
   width: 301px;
   height: 280px;
   overflow: hidden;
   text-align: center;
}
#bsellingproduct-section .product-image-thumb img{
    /*width: 100%;*/ 
    height: 280px;    
    transition: .8s ease;
}

#bsellingproduct-section .bsellingproduct-product:hover .product-image-thumb img{   
    transition: .8s ease  
    filter: grayscale(100%);    
}

#bsellingproduct-section #recent-porduct .price del,
#bsellingproduct-section #recent-porduct .price ins{
    /*text-decoration: none !important;*/
}
#bsellingproduct-section #recent-porduct .price del span.woocommerce-Price-amount {
    color: #fe0101;
    font-weight: 400;
    padding: 0 20px 0 8px;
}
#bsellingproduct-section #recent-porduct .price del span.woocommerce-Price-amount bdi,
#bsellingproduct-section #recent-porduct .price ins span.woocommerce-Price-amount bdi{
    font-size: 17px !important;
    font-weight: 500 !important;
}
#bsellingproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi,
#bsellingproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi{
    font-size: 18px !important;
    font-weight: 500 !important; 
}
#bsellingproduct-section #recent-porduct .price ins span.woocommerce-Price-amount {
    color: #fe0101;
    font-weight: 400;
      
}
#bsellingproduct-section #recent-porduct .price ins,
#bsellingproduct-section #recent-porduct .price ins span.woocommerce-Price-amount bdi{
    color: #fe0101;
    text-decoration: none !important;
}
#bsellingproduct-section .total-product-title-wrap {   
    
    margin-top: 13px;
    padding: 0 0 0em 0;   
}
#bsellingproduct-section .total-product-title-wrap h6 {   
   
    padding: 0;
    margin: 14px 0 15px;
    font-size: 15px;
    color: #3D3D3D;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
}

#bsellingproduct-section .bsellingproduct-product:hover .total-product-title-wrap h6{ color: #fd0303;}

/*----------------------------------------*/
/* Client Logo Area
/*----------------------------------------*/

#ourclient {
    background: #EBEBEB;
    position: relative;
    overflow: hidden;
}
#ourclient figure.houdabusiness-ourclient-logo {
    padding: 25px;
    background: #edf5f8;
    margin: 10px 20px 0;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    border: 1px solid #7099f9;
}
#ourclient  .owl-theme .owl-dots, 
#ourclient  .owl-theme .owl-nav {
    display: none;
}
#ourclient figure.houdabusiness-ourclient-logo:hover,
#ourclient .owl-carousel .owl-item img:hover {
    -webkit-transform: rotate(27deg);
    transform: rotate(27deg);
}
#ourclient figure.houdabusiness-ourclient-logo img{
    /*width: 100%;
    height: 60px;*/
}
#ourclient .owl-carousel .owl-item img{ width: auto !important; height: 80px; margin: 0 auto; }

/*----------------------------------------*/
/* productslider Image Area
/*----------------------------------------*/

#productslider {
   
    position: relative;
    overflow: hidden;
}
#productslider .houdabusiness-productslider-logo {
    padding: 25px;
    background: #edf5f8;
    margin: 10px 20px 0;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    border: 1px solid #7099f9;
}
#productslider  .owl-theme .owl-dots{ display: none; } 
#productslider  .owl-theme .owl-nav { display: block; position: relative ; top: -144px; }

#productslider .owl-carousel .owl-nav button.owl-next,
#productslider .owl-carousel .owl-nav button.owl-prev{
    background: #fff !important;
    padding: 10px 5px;
    border-radius: 0;
    margin: 0 0;
}
#productslider .owl-carousel .owl-nav button.owl-next span,
#productslider .owl-carousel .owl-nav button.owl-prev span{
    color: #262626;
    opacity: 0.6;
    font-size: 39px;
    padding: 0px 5px;
}
#productslider .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    right: 0;
}
#productslider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
}

#productslider .houdabusiness-productslider-logo:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
#productslider .houdabusiness-productslider-logo img{
    /*width: 100%;
    height: 60px;*/
}
#productslider .owl-carousel .owl-item img{ width: 252px !important; 
    height: 251px; 
    margin: 0 auto; }


/*----------------------------------------*/
/*  Gallery inner Area
/*----------------------------------------*/

#innerpage-box #products-austrak img{
    width: 100% !important;
    height: 300px;  
    transform: none !important;
    transition: 0.5s ;
     border-radius: 0;
}

#innerpage-box #products-austrak img:hover{
    transform: scale(1.2) !important;
     transition: 0.5s ;
     border-radius: 0;
     background: #000;
     opacity: 0.6;

}

#innerpage-box #products-austrak a i {
    position: absolute;
     color: #fe0101;
     z-index: 1;
     font-weight: normal;
     padding: 0;
     bottom: 0px;
     left: 0;
     right: 0;
     text-align: center;
     margin: 0 auto;
     opacity: 0;
     transition: all 0.35s ease;
 }
 #innerpage-box #products-austrak a:hover i {
     -webkit-transform: scale(2.5) translate(0px, -60px);
     transform: scale(2.5) translate(0px, -60px);
     font-size: 17px;
     opacity: 1;
     transition: all 0.35s ease;
 }



/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/
#innerpage-box .peccular-team-single {
    margin-bottom: 20px;
    position: relative;
}
#innerpage-box .peccular-team-area{ margin: 3em 0 0 0; }
#innerpage-box .item-img{
    position: relative;
}
#innerpage-box .item-img{
    height: 400px;
}
#innerpage-box .item-img img {
    width: 100%;
    height:400px;   
    border: none;  
    border-radius: 0px;   
    box-shadow: none;   
    transition: 0.5s ease-out;
}
#innerpage-box .peccular-team-single:hover .item-img img{
    filter: grayscale(100%);
    transform: rotate(-3deg);
     transition: 0.5s ease-out;

}
#innerpage-box .item-img .teamoverlay{
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
}
#innerpage-box .peccular-team-content{  position: relative; top: 0px; }

#innerpage-box .peccular-team-content h4.peccular-team-name {
    font-size: 21px !important;
    color: #000 ;
    margin: 19px 0 8px;
    text-align: center;    
    font-weight: 600;

}
#innerpage-box .peccular-team-single:hover .peccular-team-content h4.peccular-team-name{ color: #fe0101 !important  ;}
#innerpage-box .peccular-team-content h5.peccular-team-designation {
    font-size: 18px !important;
    color: #818181 !important;
    margin: 0 0;
    text-align: center;
    font-weight: 400;

}
#innerpage-box .peccular-team-social-icon { 
    position: absolute;
    bottom: 43px;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
 }
#innerpage-box .popup_right .peccular-team-social-icon {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 1em;
    right: auto;
    text-align: center;
    margin-top: 2em;
}
#innerpage-box .peccular-team-social-icon a i {
    color: #fff;
    transition: all 300ms ease 0s;
    font-size: 17px;
    padding: 6px 7px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 2px;
}
#innerpage-box .peccular-team-social-icon a i.fa-facebook{
        padding: 6px 9px !important;
}

#innerpage-box .peccular-team-social-icon a:hover i {
    transform: translateY(-5px);
    color: #fe0101;
}
.team_content.peccular-team-content {
    display: none;
}
/*----------------------------------------*/
/*  Testimonials home Area
/*----------------------------------------*/
#testimonials{   
    position: relative;
    overflow: hidden;     
}

#testimonials .peccular-testimonial-block{
        padding-bottom: 17px;
}
#testimonials .peccular-section-head {   
    margin-bottom: 5em;
    margin-top: 1em;
    z-index: 5;
}
#testimonials h2.ht-section-title {
    color: #000;   
    margin-bottom: 3px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
}
#testimonials .peccular-section-head i.fa-window-minimize{
    color: #000;
    font-size: 2px;
    margin-right: 15px;
    margin-top: 0px;
    padding: 0 61px;
    background: #000;
    border-radius: 0px;
    margin-left: 21px;
}
#testimonials .peccular-section-head span i.fa-window-minimize{
    color: #000;
    font-size: 2px;
    margin-left: 17px;
    margin-top: 0px;
    padding: 0 60px;
    background: #000;
    border-radius: 0px;
}
#testimonials .peccular-section-head i.fa-paw{        
   
    background: none;
    border-radius: 0;    
    font-family: 'FontAwesome';    
    position: relative;
    bottom: -11px;   
    font-size: 17px;
    color: #fe0101;
   
}
#testimonials .peccular-section-head span i.fa-paw{        
   
    background: none;
    border-radius: 0;    
    font-family: 'FontAwesome'; 
    position: relative;     
    bottom: -1px;    
    font-size: 17px;
    color: #fe0101;
   
}
#testimonials .test-mrg{}

#testimonials .peccular-testimonials-single{  
       padding: 0 0 2em;
    margin: 2em 0 0em;
   
}

#testimonials .peccular-testimonials-image{
        padding: 0 0 0 23px;
}
#testimonials .peccular-testimonials-image img {
  
    width: 100%;    
   /*transform: scale(1);
    transition: all 0.3s ease 0s;   
    margin: 0 auto;*/
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image img {
  filter: grayscale(70%);
}

#testimonials h4.peccular-testimonials-name {
    font-weight: 600;
    color: #000;
    margin: 23px 0 7px;
    transition: all 0.5s ease 0s;
    font-size: 22px;
    text-align: center;
     
}
#testimonials .peccular-testimonial-block:hover h4.peccular-testimonials-name {
    color: #b53cfb;
     transition: all 0.5s ease 0s;
    
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    margin: 0 0 5px;  
    text-align: center;
    text-transform: capitalize;
    color: #000;
   
}
#testimonials .peccular-testimonials-content p{
    color:#9d9c9e;
    font-size: 21px;
    font-weight: 400;
    word-break: break-word;
    line-height: 30px;
    text-align: left;
    font-style: italic;
    margin: 16px 0 0 0;
    padding: 0 30px 0 38px;
}

#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox{

    margin-bottom: 3em;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-left {
    font-size: 58px;
    color: #dbd7d7 ;   
    position: relative;
    top: -1px;
    left: -255px;
    transition: all 0.5s ease;  
}
#testimonials .peccular-testimonial-block:hover .peccular-testimonials-contentbox i.fa-quote-left{
     transition: all 0.5s ease 0s;
    transform: rotateY(157deg);
    color: #fb3c5e;
}

#testimonials .owl-theme .owl-dots {
    display: none;
    }

#testimonials .owl-nav .owl-prev span,
#testimonials .owl-nav .owl-next span{
   display: none;
}

#testimonials .owl-nav .owl-prev, 
#testimonials .owl-nav .owl-next {
    background: none;
    box-shadow: none;
}

#testimonials .peccular-testimonials-imgbox img{
    width: 100%;
   
}
#testimonials .peccular-testimonials-imgboxshape{
-webkit-mask-image: url(images/Testimonialrightshape2.png);
    mask-image: url(images/Testimonialrightshape2.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
#testimonials .peccular-testimonials-imgleftshape{
-webkit-mask-image: url(images/Testimonialimgshape1.png);
    mask-image: url(images/Testimonialimgshape1.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}




/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/

#blog {    
    position: relative;
    overflow: hidden;   
}
#blog .peccular-section-head {   
    margin-bottom: 5em;
    margin-top: 1em;
    z-index: 5;
}
#blog h2.ht-section-title {
    margin-bottom: 0px;
    padding-bottom: 0;
    font-weight: 200;
    font-size: 26px;
    letter-spacing: 1.04px;
    color: #424242;
}
#blog .peccular-section-head i.fa-window-minimize{
    color: #424242;
    font-size: 1px;
    padding: 0 61px;
    background: #424242;
    display: inline;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    top: -15px;
    opacity: 0.5;
}

#blog .peccular-blog-post{    
  
    padding: 0 0em;
    margin: 0 0 3em 0;
    position: relative;
    overflow: hidden;
}
#blog .peccular-box-area-S { margin: 0px;}
#blog h4.inner-area-title {
    color: #262626;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin: 20px 0 13px;
    letter-spacing: 1px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#blog .peccular-blog-post:hover h4.inner-area-title{
        color: #FF0000;
    /*transform: scale(1.2);*/
    transition: all 1s ease 0s;
}
#blog p{
    text-align: left;
    letter-spacing: 0.6px;
    color: #858585;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 1em;
    padding: 0em;
    opacity: 0.7;
    padding-right: 11px;
}
#blog .read-btn .blogbtnbtmbrdr {
    border-bottom: 1px solid #262626;
    width: 62%;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0 0;
    transition: 0.25s;
}
#blog .read-btn:hover .blogbtnbtmbrdr {
    width: 100%;
    color: #FF0000;   
}
#blog .read-btn {   
    margin-bottom: 0em;    
    position: relative;    
    display: inline-block;    
}
#blog .read-btn a {
    color: #FF0000;     
    letter-spacing: 0.8px;  
    font-size: 20px;
    font-weight: 400;    
}
#blog .read-btn:hover a{ color: #000; }
#blog .peccular-blog-single {   
  
    padding: 0 20px 0 64px;
    position: relative;
    top: -48px;   
}
#blog .peccular-blog-singleinn {   
  
    padding: 6px 6px 26px 45px;   
    border: 1px solid #A7A7A7;
    background: #fff;     
}
#blog .peccular-blog-date{    
    padding:0px; 
    text-align: right;    
}
#blog .peccular-blog-thumbnail {
    position: relative;
    overflow: hidden; 
}

#blog .peccular-blog-date span {
    font-size: 12px;
    padding: 0 0;
    font-weight: 200;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 0.48px;
    color: #FF0000;
}

#blog .peccular-blog-thumbnail a img {
    width: 100%;
}
#blog .peccular-blog-thumbnail img {
   
    transition: all 1s ease 0s;
    width: 100%;
    
}
#blog .peccular-blog-post:hover .peccular-blog-thumbnail img {
    
}
#blog .peccular-blog-post .peccular-blog-thumbnail:before {
    position: absolute;
    top: 0;
    right:0%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    opacity: 0;
}
#blog .peccular-blog-post:hover .peccular-blog-thumbnail::before {
    -webkit-animation: shine .71s;
    animation: shine .71s;
    opacity: 1;
}

@keyframes shine {
    100% {
        right: 125%;
    }
}

/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/
#newsletter {
    position: relative;
    z-index: 1;
    overflow: hidden;   
    margin: 4em 0 0em 0 !important;
}
#newsletter .newsletter-sign-box { 
    position: relative;
    padding: 0 20em;
 }

#newsletter .peccular-section-head {
    margin-bottom: 0em;
    margin-top: 0;
}
#newsletter .peccular-section-head h2{
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 51px;
    padding: 0 0;
   letter-spacing: 1.2px;
    margin: 0 0 0 0px;
}
#newsletter .peccular-section-head h3{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 0;
   letter-spacing: 0.72px;
    margin: 6px 0 21px;

}

#newsletter .peccular-newsletter-member-wrap input[type="text"], 
#newsletter .peccular-newsletter-member-wrap input[type="email"], 
#newsletter .peccular-newsletter-member-wrap input[type="url"], 
#newsletter .peccular-newsletter-member-wrap input[type="password"], 
#newsletter .peccular-newsletter-member-wrap input[type="search"], 
#newsletter .peccular-newsletter-member-wrap input[type="number"], 
#newsletter .peccular-newsletter-member-wrap input[type="tel"], 
#newsletter .peccular-newsletter-member-wrap input[type="range"], 
#newsletter .peccular-newsletter-member-wrap input[type="date"], 
#newsletter .peccular-newsletter-member-wrap input[type="month"], 
#newsletter .peccular-newsletter-member-wrap input[type="week"], 
#newsletter .peccular-newsletter-member-wrap input[type="time"], 
#newsletter .peccular-newsletter-member-wrap input[type="datetime"],
#newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .peccular-newsletter-member-wrap input[type="color"],
#newsletter .peccular-newsletter-member-wrap input[type="file"],
#newsletter .peccular-newsletter-member-wrap textarea{ 

    border:none  !important;    
    z-index: 2000;
    width: 100%;
    color: #010101 !important;
    margin: 0 0 15px 0;
    border-radius: 0px;
    padding: 0px 20px !important;
    font-size: 16px;
    letter-spacing: 0.64px;
    height: 52px;
    font-weight: 500;
    background: #fff; 
}

#newsletter  .peccular-newsletter-member-wrap input::placeholder{
    color: #010101;
    opacity: 0.3;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
    background: #FF0000 ;
    color: #fff ;
    font-weight: 500;
    padding: 12px 40px;   
    border-radius: 0px;
    cursor: pointer;
    font-size: 24px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    margin: 0 0;
  
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover{
     background: #E38708 !important; 
    
}

/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
#footer,
.footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0; 
    overflow: hidden;
    background: #000;
}
#footer img,
.footer-area img{
    position: absolute;
    z-index:2;
    top: 0;
    width: 100%;
    left: 0;
}
#footer .footer-bg{ background: #000; }

#footer .footer-top-area1{
    position: relative;
    z-index: 3;
    top: 0;
    margin-bottom: 12em;
}

#footer .footer-top-area1 .ftextarea {
    text-align: center;
}
#footer .footer-top-area1 .ftextarea i {
    color: #000;
    font-size: 62px;

}
#footer .footer-top-area1 .ftextarea h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 11px 0;
    color: #000;
}
#footer .footer-top-area1 .ftextarea p {
     color: #161616 !important;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

#footer .footer-overlay,
.page #footer .footer-overlay,
.single #footer .footer-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.page #footer .widget_block,
.page #footer .widget_meta,
.page #footer .widget_recent_entries,
.page #footer .widget_categories,
.page #footer .widget_recent_comments,
.page #footer .widget_archive,
.page #footer .widget_nav_menu,
.page #footer .widget_text,

.single #footer .widget_block,
.single #footer .widget_meta,
.single #footer .widget_recent_entries,
.single #footer .widget_categories,
.single #footer .widget_recent_comments,
.single #footer .widget_archive,
.single #footer .widget_nav_menu,
.single #footer .widget_text{
    border: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.footer-area li,
.footer-area li,
.page .footer-area li {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    border-top: none !important;     
    padding: 0 0 !important;
    line-height: 35px;
 }

.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 300;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    text-align: left;
    letter-spacing: 0.6px;
}
.footer-area li.current_page_item a ,.footer-area li a:hover,
.page .footer-area li.current_page_item a, .page .footer-area li a:hover
.single .footer-area li.current_page_item a, .single .footer-area li a:hover {
    color: #fe0101;
}
.footer-area li a:before,
.page .footer-area li a:before,
.single .footer-area li a:before{
    content: '\f111';
    font-family: 'Fontawesome';
    font-size: 8px;
    position: relative;
    top: -2px;
    left: 0;
    padding: 0 12px 0 0;
    color: #fff;

}

.footer-area .gallery-item, .footer-area .gallery-item, .page .footer-area .gallery-item, .single .footer-area .gallery-item {
    max-width: 40.33%;
    padding-right: 13px;
    padding-bottom: 13px;
}
.footer-area .gallery-item img,.footer-area .gallery-item img, .page .footer-area .gallery-item img, .single .footer-area .gallery-item img{
    border-radius: 10px;
    border: 2px solid;
    width: 100%;
    height: 70px;
}
.footer-area ul,
.footer-area ul,
.page .footer-area ul,
.single .footer-area ul  {margin: 0 0 15px 00px;}
.footer-area p,
.page .footer-area p,
.single .footer-area p {    
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
}
.footer-area .widget-title,

 #footer .widget_block h1,
 #footer .widget_block h3, 
 #footer .widget_block h4, 
 #footer .widget_block h5, 
 #footer .widget_block h6, 
 #footer .widget_block h2,

.footer-area .widget-title,
.page .footer-area .widget-title,
#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2 {   
    color: #fff;
    margin-bottom: 15px;
    font-family: inherit;
    font-size: 20px !important;
    text-transform: capitalize;
    padding-bottom: 0px;
    font-weight: 400 !important;
    position: relative;
    letter-spacing: 0.8px;
}
.footer-area .footer-border{ border-bottom: 1px solid #fff; }

.footer-area .widget.widget_recent_entries li a,
.footer-area .widget.widget_recent_entries li a,
.page .footer-area .widget.widget_recent_entries li a ,
.single .footer-area .widget.widget_recent_entries li a {font-size: 16px;}

.footer-area .social-profile-icons ul li,
.footer-area .social-profile-icons ul li,
.page .footer-area .social-profile-icons ul li,
.single .footer-area .social-profile-icons ul li {    
    display: inline-block;
    padding-right: 0px;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before,
.footer-area .social-profile-icons ul li:before,
.page .footer-area .social-profile-icons ul li:before,
.single .footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget,
.footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{margin-bottom: 0.5em;}
.footer-area .footer-bottom-area ul li,
.footer-area .footer-bottom-area ul li,
.page .footer-area .footer-bottom-area ul li,
.single .footer-area .footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}

.footerareabox .bottom-area,
.footerareabox .bottom-area,
.page .footerareabox .bottom-area,
.single .footerareabox .bottom-area {

    position: relative;
    background: #fff;
    padding: 25px 0 ;
}

.footer-area .bottom-area ul,
.footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footerareabox .bottom-area .footer-text,
.single .footerareabox .bottom-area .footer-text
   {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}
.footer-area .pd-0,
.footer-area .pd-0,
.page .footer-area .pd-0,
.single .footer-area .pd-0{padding: 0;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.page .footer-area .bottom-area li a:hover,
.single .footer-area .bottom-area li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.page .footer-area .bottom-area li:hover a::after, .page .footer-area .bottom-area li:hover a:after,
.single .footer-area .bottom-area li:hover a::after, .single .footer-area .bottom-area li:hover a:after
 {width: 20px;}
.footer-area .bottom-area li.current_page_item a:after,
.footer-area .bottom-area li.current_page_item a:after,
.page .footer-area .bottom-area li.current_page_item a:after,
.single .footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area .footer-link,
.footer-area .bottom-area .footer-link,
.page .footer-area .bottom-area .footer-link,
.single .footer-area .bottom-area .footer-link{
    text-align: right;
}
.footer-area  ul,
.footer-area  ul,
.page .footer-area  ul ,
.single .footer-area  ul{
    list-style: none;
    margin: 10px 0 0 1px;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,
.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,
.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea,
.page .footer-area select,
.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea,
.single .footer-area select
{    
    height: 49px;
    /*border: 1px solid;*/
    font-size: 15px;
    height: 35px;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
}

.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    /*background: none !important;*/   
    font-size: 34px;
    font-weight: 500;   
    padding:5px 11px; 
    color: #ffcd07;    
}

.page .footer-area input[type="submit"]:hover{  color: #fff;  }

.page .footer-area input[type="email"],.single .footer-area input[type="email"] {   

    background: none;  
    border: none;
    color: #818080 !important;
    font-size: 18px !important;
    font-weight: 500 !important;    
    border-bottom: 3px solid #818080 !important;  
    padding: 5px 14px 0 24px !important;
}
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,
.page .footer-area input[type="submit"],
.page .footer-area .widget_calendar tfoot tr td a,
.page .footer-area .s-footer .textwidget p a ,
.single .footer-area input[type="submit"],
.single .footer-area .widget_calendar tfoot tr td a,
.single .footer-area .s-footer .textwidget p a 
{
    
    background: none;
}
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,
.page .footer-area input[type="submit"]:hover,
.page .footer-area .widget_calendar tfoot tr td a:hover,
.page .footer-area .s-footer .textwidget p a:hover,
.single .footer-area input[type="submit"]:hover,
.single .footer-area .widget_calendar tfoot tr td a:hover,
.single .footer-area .s-footer .textwidget p a:hover{
   opacity: 0.6;
   color: #000;   
}
.footer-area .top-area,
.page .footer-area .top-area,
.single .footer-area .top-area {
    padding: 0 0 0em;
    position: relative;
    z-index: 999;
    margin-top: 20px;
}
.footer-area .top-area .topinnarea{
    position: relative;
    padding: 55px 22px 25px;
    margin: 0 0 102px;
}
.footer-area .top-area .topinnarea .footeroverlay{
    background: #2C2B2B;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
}
.footer-area label,
.footer-area label,
.page .footer-area label,
.single .footer-area label{
    font-weight: 400;
}
.footer-area div.wpcf7 input[type="file"],
.footer-area div.wpcf7 input[type="file"],
.page .footer-area div.wpcf7 input[type="file"],
.single .footer-area div.wpcf7 input[type="file"] {font-size: 15px;font-weight: 500;width: 100%;margin-bottom: 30px;}
.footer-area select option,
.page .footer-area select option,
.single .footer-area select option{font-weight: 400;}
.footer-area .tagcloud a,
.page .footer-area .tagcloud a,
.single .footer-area .tagcloud a{font-size: 15px !important;font-weight: 400;}

.footer-area i.fa ,
.footer-area i.fa ,
.page .footer-area i.fa,
.single .footer-area i.fa{    
    padding: 0;
    font-size: 16px;
    margin-right: 8px;
}
.footer-area i.fa {
    color: #000;
}
 .footer-area .social-profile-icons i.fa,
.footer-area .social-profile-icons i.fa,
.page .footer-area .social-profile-icons i.fa ,
.single .footer-area .social-profile-icons i.fa{    
    padding: 0;
    text-align: center;
    margin-right: 0;
    font-size: 20px;
    padding:14px 5px 5px;
}
.footer-area .social-profile-icons a:before,
.footer-area .social-profile-icons a:before,
.page .footer-area .social-profile-icons a:before ,
.single .footer-area .social-profile-icons a:before{ display: none;}
 .footer-area table tr,
.footer-area table tr,
.page .footer-area table tr ,
.single .footer-area table tr{text-align: center;line-height: 28px;}
.footer-area table td,
.footer-area table td,
.page .footer-area table td,
.single .footer-area table td  {font-size: 15px;padding: 5px;}
.footer-area span.post-date, .footer-area .widget_calendar table tbody td, .footer-area .widget_calendar table tbody td a, .footer-area .widget_calendar table tbody td#today a, .wp-block-latest-comments__comment-date {
    color: #d7d7d7!important;
}
.footer-area .widget_calendar table thead tr th,
.footer-area .widget_calendar table thead tr th,
.page .footer-area .widget_calendar table thead tr th,
.single .footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset,
.footer-area fieldset,
.page .footer-area fieldset ,
.single .footer-area fieldset {
    padding-top: 0;
}
.footer-area .widget_calendar thead,
.footer-area .widget_calendar thead,
.page .footer-area .widget_calendar thead,
.single .footer-area .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img:hover,
.footer-area figure.gallery-item img:hover,
.page .footer-area figure.gallery-item img:hover,
.single .footer-area figure.gallery-item img:hover{opacity: 0.8;}
.footer-area p span,
.footer-area p span,
.page .footer-area p span,
.single .footer-area p span    {color: #fe900f;font-weight: 400;}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}
.footer-area .s-footer,

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}
.footer-area .s-footer,

.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea {background: transparent;}
.page .footer-area .s-footer,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea {background: transparent;}
.single .footer-area input[type="email"]{
    border: none;
}
.single .footer-area .s-footer{
 /*   float: left;
    margin-bottom: 4em;*/
}
.footer-area .single-footer-1,
.footer-area .single-footer-1,
.page .footer-area .single-footer-1 ,
.single .footer-area .single-footer-1{    
    float: left;
    position: relative;
}
.footer-area .single-footer-2,
.footer-area .single-footer-2,
.page .footer-area .single-footer-2,
.single .footer-area .single-footer-2 {
    padding: 0;
    padding-left: 2em;
    margin-left: 0%;
}
.footer-area .single-footer-3,
.footer-area .single-footer-3,
.page .footer-area .single-footer-3,
.single .footer-area .single-footer-3  {
    padding: 0;
    padding-left: 4em;
    margin-left: 0%;
}
.footer-area .single-footer-4,
.footer-area .single-footer-4,
.page .footer-area .single-footer-4,
.single .footer-area .single-footer-4{
    padding: 0;
    padding-left: 4em;
    margin-left: 0%;
}
.footer-area .single-footer-5{
    position: relative;
}
.footer-area .widget_recent_entries ul li,
.footer-area .widget_recent_entries ul li,
.page .footer-area .widget_recent_entries ul li,
.single .footer-area .widget_recent_entries ul li{
    line-height: 40px;
}
.footer-area .footer_area-img img,
.footer-area .footer_area-img img,
.page .footer-area .footer_area-img img,
.single .footer-area .footer_area-img img
 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.footer-area .footer_area-img,
.footer-area .footer_area-img,
.page .footer-area .footer_area-img,
.single .footer-area .footer_area-img   {
    max-width: 80%;
    padding-top: 10px;
}
.footer-area .midix,
 .footer-area .midix,
 .page .footer-area .midix,
  .single .footer-area .midix{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item {
    display: inline-block;
    width: calc(43.33333% - .66667em);
    margin-right: 1em;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img{
    border: 1px solid #faf1ff;
    border-radius: 10px;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before {
    display: none;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure{
    width: 33%;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
}
.footer-share-btn,
.footer-share-btn,
.page .footer-share-btn,
.single .footer-share-btn {
    text-align: right;
    float: right;
}
.footer-share {
    position: absolute;
    right: 7%;
    top: 0;
}
.footer-share-btn ul,
.footer-share-btn ul,
.page .footer-share-btn ul,
.single .footer-share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
.footer-share-btn ul li,
.footer-share-btn ul li,
.page .footer-share-btn ul li,
.single .footer-share-btn ul li{
    float: left;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
.footer-share-btn ul li a.site-button,
.footer-share-btn ul li a.site-button,
.page .footer-share-btn ul li a.site-button,
.single .footer-share-btn ul li a.site-button{
    display: block;
}
.footer-share-btn ul li a.site-button i,
.footer-share-btn ul li a.site-button i,
.page .footer-share-btn ul li a.site-button i,
.single .footer-share-btn ul li a.site-button i{
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #fefdff;
    border: 0px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 5px;
}
.footer-share-btn ul li a.site-button i, .footer-share-btn ul li a.site-button i, .page .footer-share-btn ul li a.site-button i, .single .footer-share-btn ul li a.site-button i {
    background-color: #3d72fc;
}
.footer-share-btn ul li a.site-button:hover i,
.footer-share-btn ul li a.site-button:hover i,
.page .footer-share-btn ul li a.site-button:hover i,
.single .footer-share-btn ul li a.site-button:hover i,
{
    color: #000;
    border: 3px solid #000;
} 

.footer-area .social-profile-icons i.fa {
    color: #fff;
}

.footer-area .social-profile-icons i.fa:hover {
    color: #000;
}


.footer-share-btn ul li:before,
.footer-share-btn ul li:before, .page .footer-share-btn ul li:before,
.single .footer-share-btn ul li:before{
    display: none;
}
.single .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single .socialMedia ul li{
    float: left;
    border-radius: 30px !important;
    border: 1px solid #e3dfdf !important;
}
.single .socialMedia ul li a.site-button {
    background: none;
    padding: 1px 12px;
    font-weight: 400 !important;
    line-height: 30px;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #000 !important;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #783afd;
}
.single-footer-1{
    text-align: left !important;
}
.single-footer-1 img{       
    margin-bottom: 14px;
    position: relative !important;
    width: 44% !important;
    top: 0px;
    margin: -17px 0 24px;
}
.footer-area .widget_media_image{
    text-align: left !important;
}
.single-footer-1 p{
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    font-size: 15px !important;
    color: #fff !important;
    text-align: left;
       
  }

  .single-footer-1 p span{
    margin-bottom: 16px !important;
    font-weight: 500 !important;
    line-height: 23px !important;
    font-size: 20px !important;
    color: #fff !important;
    text-align: left;
       
  }
  .footer-padding-top{    padding: 112px 0 0px 60px;}
  .footer-padding-top2{    padding: 50px 0 0 0;}
  

  .footer-area .single-footer-5{
    
    padding: 0px 0em 2em 20px;
    display: block;
   /* width: 19%;*/
    color: #fff;
    font-size: 15px;  
  }

   .footer-area .single-footer-5 a,
   .footer-area .single-footer-5 i{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
   }
   .footer-area .single-footer-5 i{
    margin: 0 5px 0 0;
   }
   .footer-area .single-footer-5 .footer-contact-box{
    margin-bottom: 17px;
   }

  .footer-area .widget-title{
    margin-bottom: 2em;
  }
   
  .footer-area .social-profile-icons a:hover i.fa,
  .footer-area .social-profile-icons ul li a:hover i{
    font-size: 17px !important;
    color: #fff !important;
    transition: all .5 ;
  }
  .footer-area .social-profile-icons ul li a i,
  .footer-area .social-profile-icons i.fa {
    color: #fff !important;
    font-size: 18px !important;
    padding: 0px 5px 0px !important;
   }
   .footer-area .social-profile-icons ul li{
    display: inline-block;
    padding-right: 8px !important;
    font-size: 15px;
    font-weight: 800;
    margin: 0 15px 0px 0;
    border-right: 1px solid #fff;
    line-height: 13px;
   } 
   .footer-area .social-profile-icons ul li:first-child{
    border-left: 1px solid #fff;
    padding: 0 10px !important;
   }
   .footer-area .social-profile-icons{margin-top: 3em; margin-bottom: 28px;}

   .footer-area .social-profile-icons h4{ 
    font-size: 20px !important;
        letter-spacing: 0.8px;
    }


/*-----------------------
Innerpage Page 
-----------------------------*/
.ht-main-title,
.ht-main-title span,
.category .ht-main-title{

    margin: 0 0 0.5em 8px;
    letter-spacing: 1px;
    font-weight: 500 !important;
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 22px;
    text-transform: capitalize;    
    color: #fff;
}
.category .ht-main-title {
   /* margin: 0 0 0em;*/
}
/*.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}*/
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #4a4a4a;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_recent_entries, 
.widget_categories, 
.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px 15px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
    /*text-transform: uppercase !important;*/
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    background: #fff;
    padding: 3em 0em;
}
.inner-head-left .peccular-innerpage-overlay {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    display: flex;
    align-items: center;
    text-align: center;
}
.inner-head-left{
    position: absolute;
    z-index: 1;
    left: 0;
    width: 40%;
    padding: 10em 0 0 0;
    height: 400px;
    text-align: center;
}
.inner-head-left .innerpage-rborder{
    border-right: 8px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;

}
.peccular-page-main{
    position: relative;
}

#content-box ul li:before, #content-box ol li:before, #innerpage-box div#sitemap-box ul li a:before {
    color: #06332e;
}
.ht-post-info .entry-date span.ht-day, .entry-categories .fa, 
.widget-area a:hover, .comment-list a:hover, 
.no-comments, .woocommerce .woocommerce-breadcrumb a:hover, 
#total-breadcrumbs a:hover, .ht-featured-link a, 
.ht-portfolio-cat-name-list .fa, .ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active, .ht-portfolio-caption a, .ht-team-detail, 

.woocommerce div.product p.price, .woocommerce div.product span.price, 
.woocommerce .product_meta a:hover, .woocommerce-error:before, 
.woocommerce-info:before, .woocommerce-message:before, 
.featured-post:after, .featured-post:before, 
.featured-link a, #ht-colophon .social-profile-icons a:hover, 
footer#ht-colophon ul li a:hover, .ht-footer .textwidget .fa, 
h6.secondry-text, #ht-whychooseus-us-section ul li:before, 
.pluses.text-right i.fa.fa-plus, .ht-section-tagline.lz-newslatter-text b, 
#content-box ul li:before, .offtimebox h4.offtime-text, 
#ht-masthead .header-social-links span:hover, 
#ht-masthead ul.header-menu-links li.mailto a:hover, 
.ht-slider-highlighttext, .edit-link a, .inner-blog-post .socialMedia a:hover, 
#comments a, #commentsAdd a, #content-box a, #content-box a i:hover, 
#respond .stars span a, #content-box .socialMedia a:hover, .post-date-publishable i, 
.woocommerce .star-rating span, .woocommerce div.product .woocommerce-product-rating a, 
#content-box .socialbxsinglepost:hover a i, section#inner-blog-section h2.title small, 
section#inner-blog-section h2.title a, div#secondary li.current_page_item > a, 
div#secondary .social-profile-icons ul li i, .woocommerce .star-rating::before, .socialMedia a:hover, 
.peccular-time div:nth-child(8) div.days-time-day, 
div#content-box header.woocommerce-Address-title.title a:hover, 
#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa, 
.widget-area ul li:before, .woocommerce table.shop_attributes th, 
.widget-area span.woocommerce-Price-amount.amount, 
#innerpage-box .blog-date span{
        color: #06332e;

}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    padding: 0px 0 0.5em 14px;
    text-align: left;
    position: relative;
    z-index: 1;
}   
.breadcrumbbox span {
    color: #fff;
    margin: 0 2px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 300;
}
.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox span i{
    font-size: 20px;
    line-height: 5px;
    position: relative;
    top: 1px;
    padding: 0px 1px;
    color: #fff;
}
.breadcrumbbox a {
    color: #fff;
    font-weight: 300;
    
}
.breadcrumbbox a:hover {
    color: #000;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/

.inner-blog-post{
    margin: 0em 0em 3em;
}
.inner-blogpost {
    position: relative;
    /*-webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 15%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 15%);*/
    background: #fff;
        padding: 0px 0 20px;
}

#innerpage-box .blog-category {
    padding: 0;
    color: #838283;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 0px;
}
#innerpage-box .blog-category span i {
    color: #999ba3;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .blog-tags {
    padding: 20px 0 0 0px;
}
#innerpage-box .blog-tags i {
    color: #66727D;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .single_post .blog-tags a {
    color: #66727D;
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 0 12px;
}
#innerpage-box .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
}
#innerpage-box .blog-date {
    font-size: 15px;  
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 27px;    
    color: #fe0101;
    padding: 0; 
}
#innerpage-box .blog-date span {
    color: #f72985;
}
#innerpage-box .inner-blogpost:hover .blog-date span {
    color: #ff80b0;
}

#innerpage-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
#innerpage-box .blog-info-area ul.metabox li{
    float: left;
    margin-right: 15px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}
#innerpage-box .blog-info-area ul.metabox li i{
    color: #ed59af;
    font-size: 15px;
    padding-right: 8px;
}
#innerpage-box .blog-info-area .metabox .metabox2brdr {

    border-bottom: 1px solid #E8E8E8;
    padding: 0 0px;
    margin-bottom: 2em;
}
#innerpage-box .blog-info-area .metabox2brdr ul{
    margin: 0;
    padding: 0;
}
#innerpage-box .blog-info-area .metabox2brdr ul li{
    color: #66727D;
    float: left;
    list-style: none;
    margin-right: 9px;
    padding: 0 16px 0 0;
    border-right: 1px solid #ccc;
}

#innerpage-box .blog-info-area .metabox .metabox2brdr ul li:before{
    display: none;
}
.single #innerpage-box .comment-respond h4{
  
    padding: 0 0;
    
}
.single #innerpage-box .comment-respond h4 span{
    text-align: left !important;
    padding: 0 0;
    /*display: none;*/
}
#content-box .socialMedia {
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
}

#content-box .single_post .socialMedia ul li:before{
    font-size: 13px;
      font-weight: 400;
      margin-right: 9px;
      display: none ;

}
#content-box .socialMedia ul li{
    display: inline-block;
    font-size: 12px;    
    font-weight: 400;
    border-radius: 3px;
    color: #656565 !important;
    background: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    text-shadow: none;
    line-height: 23px;
    padding: 1px 0px 0 0px;
    margin: 0 16px 0 0;
}
#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    height: 290px !important;
    border-radius: 0px;
    
   /* -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
}
#innerpage-box .inner-blog-post:hover .ht-blog-thumbnail img {
   /*-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/
}

#innerpage-box .ht-blog-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    transition: all .4s ease;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay {
    opacity: 0.4;
    top: 100%;
    transition: all .4s ease;
}

#innerpage-box .ht-blog-thumbnail .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content > a {
    text-align: center;
    line-height: 50px;
    transform: scale(1.2);
    transition: all 500ms ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content > a:before {
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    color: #f72985;
    position: relative;
    top: 45%;
    padding: 15px;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay .box .content > a {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}
.inner-blogpost-info {
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    position: relative;
    top: 0px;
}

#innerpage-box #blog-box h2 {
    margin-bottom: 15px;
    font-size: 21px !important;
    font-weight: 300;
    word-break: break-word;
    padding: 0;
    margin: 8px 0 !important;
    border-left: none;   
    text-transform: capitalize;
    color: #303030;
    letter-spacing: 0.8px;
}

#innerpage-box .inner-blog-excerpt{
    margin: 17px 0 15px;
    color: #424242 !important;
    font-size: 16px !important;
    line-height: 25px !important;
        opacity: 0.7;
}

div#secondary .social-profile-icons ul li i:hover, #innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}

#innerpage-box .blog-page-btn,
#innerpage-box .single_post .blog-page-btn{  
   
    border-bottom: 1px solid #000;
    padding:4px 8px;
    margin-bottom: 0em;   
    display: inline-block; 
    transition:all 0.5s;
}
#innerpage-box .blog-page-btn a,
#innerpage-box .single_post .blog-page-btn a {
    color: #fe0101;  
    font-size: 16px;
    font-weight: 300;  
    transition:all 0.5s;  
}
#innerpage-box .blog-page-btn:hover a{
    color: #000;
    letter-spacing: 0.8px;
    transition:all 0.5s;
}
#innerpage-box .blog-page-btn:hover{
    border-bottom-color:  #fe0101; 
    width: 40%;
    transition:all 0.5s;
}

#innerpage-box .single_post .blog-author a,
#innerpage-box .single_post .blog-category a, 
#innerpage-box .single_post .blog-tags a{ color: #66727D !important;}

#innerpage-box .single_post .blog-author a:hover,
#innerpage-box .single_post .blog-category a:hover, 
#innerpage-box .single_post .blog-tags a:hover{  color: #000 !important;}

#innerpage-box .blog-time, #innerpage-box .single-blog-date {
    color: #000;
    padding-left: 18px;
}
#innerpage-box .blog-author{
    color: #000;
    padding-left: 0px;
}
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
#innerpage-box .single_post .single-blog-thumbnail{
    width: auto;
    height: auto;
    border-radius: 0px;
}
#innerpage-box .single_post .tagssocial{
    padding: 3em 0 0;
}
#innerpage-box .single_post .socialMedia {
    
    border-bottom: none;
    padding: 0em 0;
}
#innerpage-box .single_post .blog-info-area {
    
    border-bottom: 1px solid #ccc;
    padding: 1em 0 2em;
}
#innerpage-box .blog-author i, #innerpage-box .blog-time i{
    color: #000;
    padding-right: 8px;
}

#innerpage-box #blog-box .socialMedia {
    position: relative;
    left: 0px;
    top: 20px;
}

#innerpage-box #blog-box .socialMedia ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box #blog-box .socialMedia ul li{
    display:inline-block;
   /* margin-left: -50px;
    float: left;*/
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button{

    border-radius: 5px;
    width: 73px;
    line-height: 35px;
    height: 33px;
    display: block;
    color:#fff;
    background: #06332e;
    
}
#innerpage-box #blog-box .socialMedia ul li a.site-button:hover{

    background: #000;
    -webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
}
#innerpage-box #blog-box .socialMedia ul:hover li.share-button a.site-button{
   background: #06332e;
}   
#innerpage-box #blog-box .socialMedia ul:hover li{
    margin-left: 6px;
}


#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #06332e;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
 margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
 font-size: 18px;
 padding: 5px 10px;
 line-height: 18px;
 margin: 0 0px;
 transition: 0s;
 background: #06332e;
 border-radius: 5px;
 color: #ffffff;
 font-weight: bold;
 box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
 display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}

.blog-read-more a {
    display: inline-block;
    text-align: center;
    background: #06332e;
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 17px;
}

.blog-read-more a:before,
.blog-read-more a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #06332e;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.blog-read-more a:before {
    top: -25%;
    left: 20%;
}

.blog-read-more a:after {
    bottom: -25%;
    right: 20%;
}

.blog-read-more a:hover:before,
.blog-read-more a:hover:after {
    transform: none;
    z-index: 1;
}

.blog-read-more a:hover, .blog-read-more a:before, .blog-read-more a:after {
    background-color: #06332e;
    transform: none;
}

.single #innerpage-box h2{

    padding: 0px 0px !important;
    font-weight: 300 !important;
    font-size: 23px ;
    text-transform: capitalize ;
    margin-bottom: 4px !important;
    color: #424242;
    text-decoration: underline;
}

.single #innerpage-box h1, .single #innerpage-box h2, .single #innerpage-box h3, .single #innerpage-box h4, .single #innerpage-box h5, .single #innerpage-box h6 {
    color: #424242;
}

.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}
.page-template-templates #innerpage-box .widget-area .widget h2{
    margin-bottom: 0 !important;
    padding: 0em 0;
    font-weight: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #424242;
    text-decoration: underline;
}
div#secondary {
    /*border: 1px solid #ccc;*/
    padding: 0px;
    border-radius: 5px;
}
#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    /* display: flex; */
    padding: 0 2em;
}


/*-------------category inner page-------------*/

.inner-cat-post{
    margin: 0em 0em 3em;
}
#innerpage-box .inner-cat-post svg{
    position: absolute;
    top: 202px;
    left: 0;
    z-index: 999;

}

/*-------------shop inner page-------------*/
#innerpage-box .product-page{
padding: 0 40px 0 0;
}
#innerpage-box .popular-product a {
    font-size: 15px;
    text-transform: uppercase;
}

#innerpage-box #recent-porduct .add-to-cart {
    background: none;
    margin: 7px 0;   
    padding: 0;
}

#innerpage-box .popular-product:hover .add-to-cart a:before{
        background-color: #bb8fe7;
}
#innerpage-box .popular-product:hover .total-product-title-wrap h6{
    color: #000;
}
#innerpage-box .popular-product:hover .product-image-thumb img{
          transform: scale(1.5);

}
#innerpage-box .product-image-thumb {  overflow: hidden;}

#innerpage-box .product-image-thumb img{
    width: 100%;
    height: 280px;
    transition: transform .5s ease;
}
#innerpage-box #recent-porduct {  box-shadow: 0px 1px 3px 3px #efefef;}
#innerpage-box #recent-porduct .price {}

/*--------------------------------*/

/*/*-----------------------
## Contact inner Template
-----------------------------*/
#innerpage-box #peccular-contactus-wrap{
    overflow: hidden;
    margin-top: 3em;
}


#innerpage-box .peccular-contact-form-block{ 
  
    padding: 0;
    margin: 0em 0;
}
#innerpage-box #peccular-contactus-wrap h2{

    color: #fbcc0c;
    font-size: 30px !important;
    line-height: 50px;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;

}
#innerpage-box #peccular-contactus-wrap h3{

    color: #000;
    font-size: 30px !important;
    line-height: 50px;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: left;

}
#innerpage-box #peccular-contactus-wrap .contactleftbg{

    background: #f2f7fb;
    padding: 34px;
    margin-bottom: 12em;
}


#innerpage-box .peccular-contact-page-form {
        padding: 0em;
        margin: 0em 0;
}


#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="text"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="email"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="url"],
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="password"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="search"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="number"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="tel"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="range"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="date"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="month"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="week"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="time"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime-local"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="color"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form select, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {

    margin-bottom: 25px;
    border: 1px solid #fbd008 !important;
    font-size: 15px;
    border: none;
    padding: 15px 20px;
    border-radius: 0; 
    color: #929292;
    font-weight: 500;
}

#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #929292;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#929292;
}

#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
    height: 170px;
}

#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="submit"] {
  font-size: 19px;
    border-radius: 30px;
    font-weight: 400;
    line-height: 18px;
    background: #000; 
    /*border: 4px solid #ffcd08; */  
    color: #fff;     
    padding: 7px 31px;  
    display: inline-block;    
    transition: 0.25s;
     box-shadow: none;  
}

.close:hover,
.close:focus {
  box-shadow: 
    inset -3.5em 0 0 0 #ff7f82,
    inset 3.5em 0 0 0 #ffdc7f;  
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="submit"]:hover{
    border-color: #000;
    color: #000;
}
#innerpage-box .peccular-contact-form-block .peccular-contact-mapbox iframe{ 
    width: 100% !important;
    height: 605px;
}


/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box {
    margin:0px 10px 6em 10px;
}

#innerpage-box .peccular-service-box a.service-view-btn{

    color: #fff !important;  
    background: #FF0000; 
    padding: 11px 26px;
    font-size: 19px;
    font-weight: 300;
    border: 1px solid #000;  
}

#innerpage-box .peccular-service-content {
    text-align: left;    
    padding: 0px 0;
    
}
#innerpage-box .peccular-service-content .service-content2{
    padding: 23px 10px 51px;
    margin: 0 0 2em 0;
}

#innerpage-box .peccular-service-content .service-images{
    overflow: hidden;
    height: 284px; 
}

#innerpage-box .peccular-service-content img {
    width: 100%; 
    height: 100%;     
    transition: transform .5s ease;      
}

#innerpage-box .peccular-service-content h4{
    background: none;   
    margin:0 !important;
    padding: 0 !important; 
}
#innerpage-box .peccular-service-content h4 a {
    color: #303030 !important;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

#innerpage-box .peccular-service-content p {
    color: #424242 !important;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 23px !important;
    margin-bottom: 20px;
    opacity: 0.7;
    letter-spacing: 0.4px;
    text-align: left;
    margin-bottom: 31px;
}

#innerpage-box .peccular-service-box:hover .peccular-service-content h4 a{      
    color: #FF0000 !important;
}
#innerpage-box .peccular-service-box:hover a.service-view-btn{
    color: #fff !important; 
    background: #000; 
     
}
#innerpage-box .peccular-service-box:hover {  filter: brightness(0.5);}
#innerpage-box .peccular-service-box:hover .peccular-service-content {

     
}

/*---------------------- End Services page ------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/
div#content-box .faq .faq-content{
    margin-bottom: 5px;
    padding: 0 15px;
    border: none;    
    background-color: #fff;
    padding: 12px 24px 10px 30px;
}
div#content-box .faq h2{
    font-size: 28px !important;
    text-align: center;
    color: #3F3F3F;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

div#content-box .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
}
div#content-box .faq-content button.accordion.active, button.accordion:hover {
    /*background-color: #ddd;*/
    opacity: 1;
}
#innerpage-box div#content-box h3.faq-title:before {
    content: '\f107';
    font-family: 'Fontawesome';
    font-size: 31px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 21px;  
    color: #999999;    
}
#innerpage-box div#content-box .faq-content button.accordion.active h3.faq-title:before {
    content: "\f106";
    font-family: 'Fontawesome';
     color: #999999;    
}
#content-box .faq-content div.panel {
      max-height: 0;
      overflow: hidden;
      transition: 0.6s ease-in-out;
      opacity: 0;
      margin: 0 0 0px;
      border-radius: 0;
      border: 0;
      box-shadow: none;
     /* background: #fff;*/
      border: 1px solid #d8d4d3;
      border-radius: 0px;
}
#content-box .faq-content div.panel p{
    margin:0 0 0px;
    color: #959595;
}
#content-box .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 10px 0px 0;
}

#innerpage-box div#content-box h3.faq-title{
    text-transform: none;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 27px;
    text-align: left;
    color: #3F3F3F;
    background: #f5f5f5;
    margin: 0 !important;  
    transition: all 300ms linear 0ms;
    position: relative;
    cursor: pointer;   
    padding: 6px 50px 7px 29px;
    letter-spacing: 0.7px;
}
#innerpage-box div#content-box button.accordion.active h3.faq-title{
    color: #fff;
    background: #000;
}
#innerpage-box div#content-box h3.faq-title:after {
    display: none;
}
div#content-box .faq-content p {
    font-size: 15px !important;
    padding: 13px 17em 13px 32px;
    letter-spacing: 0.6px;
    word-break: break-word;
    font-weight: 300;
    color: #959595;
}

.peccular-faqs-head {
    text-align: center;
    padding: 0 14em;
}
#innerpage-box .peccular-faqs-head h3{
    font-size: 15px;
    color: #4c4c67;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
#innerpage-box .peccular-faqs-head h2{
    font-size: 37px;
    line-height: 1.46;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #091d3e;
    text-transform: capitalize;
}
/*-----------------------
## End FAQS page
-----------------------------*/
/*-----------------------
## Testimonials inner page
-----------------------------*/

#innerpage-box .peccular-testimonials-single {
 
    background: #ffeaea;
    margin: 3em 5px;
    padding: 27px 35px 27px;   
    position: relative;
    z-index: 0;
    border-top-right-radius: 83px;
    border-bottom-left-radius: 83px;    
}
#innerpage-box .peccular-testimonials-single .middleborder{
    background: #fff;
    width: 620px;
    height: 41%;
    position: absolute;
    z-index: 1;
    transform: rotate(15deg);
    top: 74px;
    left: -22px;
}

#innerpage-box .testi-padding{ padding: 0 3em; }

#innerpage-box .peccular-testimonials-identity {
    position: relative;   
    z-index: 3;
    top: 0;   
}
#innerpage-box h4.peccular-testimonials-name {
    color: #5b5b5b;
    font-size: 26px !important;
    font-weight: 500 !important;
    margin: 25px 0 3px !important;
    /* font-style: italic; */
    letter-spacing: 0.8px !important; 
    padding: 0 0 !important;
}
#innerpage-box h4.peccular-testimonials-name:after{
    display: none;
}
#innerpage-box .peccular-testimonials-designation {
    color: #aeaaaa;
    font-size: 17px !important;
    font-weight: 400 !important;
    margin: 8px 0 0 0 !important;
    text-align: left;
        padding: 0 0 !important;
}
#innerpage-box h6.peccular-testimonials-designation:after{
    display: none;
}
#innerpage-box .peccular-testimonials-image{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;   
}
#innerpage-box .peccular-testimonials-image img{   
    border-radius: 50%;
    width: 20%;
    /* height: 90px; */
    position: absolute;
    margin: 0 0 0 15px;    
    left: -58px;
    top: -20px; 
}
#innerpage-box .peccular-testimonials-content p {
   padding: 0 47px 0em 0em;
    color: #979796;
    font-size: 15px !important;
    line-height: 25px !important;
    text-align: left;
    /* font-style: italic; */
       margin-top: 6px;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-right {
    font-size: 77px;
    /* text-align: right; */
    margin: 0;
    position: absolute;
    /*background: #fff;*/
    padding: 0;
    right: -32px;
    bottom: 18px;
    color: #ffeaea;
    transition: 0.6s ease-in-out;
    z-index: 4;
}
#innerpage-box h6.peccular-testimonials-designation span{
    padding: 0 0 0 57px;
}
#innerpage-box .peccular-testimonials-content {
    padding: 0 0 0 97px;
    margin-bottom: 12px;
    position: relative;
    z-index: 3;   
}
#innerpage-box .peccular-testimonials-single:hover i.fa.fa-quote-right{

    color: #fe0101;
    transform: rotateY(180deg);
    transition: 0.6s ease-in-out;

}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image img {

    border: 3px solid #fbdd17; 
}
#innerpage-box .peccular-testimonials-single:hover h4.peccular-testimonials-name{

        color: #fe0101;

}



/*-----------------------
## End Testimonials page
-----------------------------*/

/*--------------- Project inner page -------------------------------*/

#innerpage-box .peccular-project-box {
    background: #f2f2f2;
    margin: 10px;
}

#innerpage-box .peccular-project-single {
    margin-bottom: 1.5em;
}
#innerpage-box .peccular-project-image img {
    width: 100%;
}
/*#innerpage-box .peccular-project-box .peccular-project-image img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#innerpage-box .peccular-project-box .peccular-project-image:hover img {
    transform: scale(1.1) rotateZ(0deg);
    -moz-transform: scale(1.1) rotateZ(0deg);
    -webkit-transform: scale(1.1) rotateZ(0deg);
    -o-transform: scale(1.1) rotateZ(0deg);
}*/
#innerpage-box .peccular-project-content h4{
   margin: 0;
   margin-bottom: 10px;
    padding: 0;
    /*color: #fff;
    font-size: 22px;*/
    font-weight: 700;
    opacity: 0;
}
#innerpage-box .peccular-project-content h4 a{   
   
    color: #fff !important;
    font-size: 22px;   
}
#innerpage-box .peccular-project-single:hover .peccular-project-content h4{
    color:#fff ;
    opacity: 1;
    position: relative;
    left: 42px;
    bottom:30px ;
}
#innerpage-box .peccular-project-single:hover .peccular-project-content h4 a{
    color:#fff !important ;
    
}

#innerpage-box .peccular-project-content p {
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 15px;
}
#innerpage-box .peccular-project-content {
    padding: 13px 13px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}
#innerpage-box .peccular-project-content .project-view-btn {

    color: #fff;
    background: #06332e;
    padding: 8px 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
#innerpage-box .peccular-project-single:hover .peccular-project-content  .project-view-btn{

    color: #06332e;
    background: #fff;

}


#innerpage-box .peccular-project-single .peccular-project-img{
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-project-single .peccular-project-img img {
    width: 100%;
    height: 430px;
    border-radius: 10px;
}

#innerpage-box .peccular-project-single .peccular-project-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 3px;
  height: 0;
  content: "";
  background-image: -moz-linear-gradient(90deg, #fff 0%, transparent 100%);
  background-image: --webkit-linear-gradient(90deg, #fff 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #fff 0%, transparent 100%);
  transition: all 500ms ease;
  z-index: 2;
}

#innerpage-box .peccular-project-single:hover .peccular-project-img:before {

  height: 100%;
  transition-delay: 500ms;

}

#innerpage-box .peccular-project-single .peccular-project-img:after {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 30px;
  height: 3px;
  width: 0;
  content: "";
  background-image:-webkit-linear-gradient(0deg, #fff 0%,transparent 100%);
  /*background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);*/
  transition: all 700ms ease;
  z-index: 2;
}

#innerpage-box .peccular-project-single:hover .peccular-project-img:after{

  width: 101%;
  transition-delay: 500ms;
}

#innerpage-box .peccular-project-single .peccular-project-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #06332e;
  border-radius: 10px;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  /*z-index: 1;*/
}

#innerpage-box .peccular-project-single:hover .peccular-project-overlay {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  opacity: 0.6;
}

/*---------------------- End Project page ------------------------*/

/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
#innerpage-box h1,
#innerpage-box h2,
#innerpage-box h3,
#innerpage-box h4,
#innerpage-box h5,
#innerpage-box h6,

.page-template-templates #innerpage-box h1,
.page-template-templates #innerpage-box h2,
.page-template-templates #innerpage-box h3,
.page-template-templates #innerpage-box h4,
.page-template-templates #innerpage-box h5,
.page-template-templates #innerpage-box h6,

.single #innerpage-box h1,
.single #innerpage-box h2,
.single #innerpage-box h3,
.single #innerpage-box h4,
.single #innerpage-box h5,
.single #innerpage-box h6
{
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 4px;
    padding: 0 10px;
    letter-spacing: 0;
    font-size: 23px;
    text-transform: uppercase;
    word-break: break-word;
    color: ;
}
#innerpage-box h1{
    color: #06332e;
    font-size: 40px;
    font-weight: 600;
}
#innerpage-box h2{
     color: #06332e;
    font-size: 20px;
    font-weight: 600;
}
#innerpage-box h3{ 
    color: #06332e;
    font-size: 20px;
    font-weight: 600;
}

#innerpage-box h4{
     color: #06332e;
    font-size: 18px;
    font-weight: 600;
}
#innerpage-box h5{
     color: #06332e;
    font-size: 17px;
    font-weight: 600;
}
#innerpage-box h6{
     color: #06332e;
    font-size: 16px;
    font-weight: 600;
}
#innerpage-box p{
     color: #959595;
    font-size: 15px;
    font-weight: 400;
}

#innerpage-box li {
    font-size: 15px;
    color: #3b3b3b;
}

/*// --------------Responsive css ----------------------------- */
@media only screen and (max-width:1440px){

.mainbottom-header .head-btnicon i.fa-user{ bottom: 13px; left: 0px;}
/*.slider-area{top: 94px;     margin-bottom: 9em;}*/
.slider-area .slidersvg1 svg{  left: -60px; right: 0;}
.slider-area .slidersvg2 svg{ left: 0; right: 0; }
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox img{left: 69px !important;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox svg{left: 89px;}

}
@media (min-width: 1920px) and (max-width: 2560px){ 
    #newarrivalproduct-section img.newarrival-imgprint{
    width: auto; top: -125px; left: 0; right: 0; margin: 0 auto; }
    #banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox img{
    left: 0px !important;  top: 0px !important;    }
    #banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox svg{ left: 21px;
    top: 0px;}
    #banner .peccular-banner-b:nth-child(odd) .peccular-banner-single img{ left: 417px;}
    #banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox{ position: absolute !important; }
}


@media screen and (min-width:769px) and (max-width:1024px){

#innerpage-box .peccular-team-image{padding: 17px 0em;width: 233px; height: 341px;}  
#newarrivalproduct-section .total-product-title-wrap h6{    font-size: 22px;}  
#featuredproduct-section #recent-porduct .add-to-cart{font-size: 14px;}
#bsellingproduct-section #recent-porduct .add-to-cart{font-size: 14px;}
#footer .footer-top-area1 .ftextarea h2{font-size: 28px;}
.footer-area input[type="submit"], 
.page .footer-area input[type="submit"], .single .footer-area input[type="submit"]{ font-size: 24px; padding: 5px 2px;}

}
@media screen and (min-width:320px) and (max-width:768px){

    #innerpage-box .peccular-team-image{width: auto !important;}
}


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

 #catproduct-section .pro-cat-img{ width: auto; }
 #catproduct-section .pro-cat-content span a{line-height: 30px;}
 .swiper-pagination-bullet,.swiper-pagination-bullet-active,
 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
 .swiper-pagination-bullet .swiper-pagination-bullet-active, .swiper-pagination-bullet-active{ width: 15% !important;}

.mainbottom-header .head-btnicon .header-shopbtn:before{display: none;}
.mainbottom-header .head-btnicon .header-shopbtn{ right: -13px; font-size: 16px;  padding: 13px 11px 16px 57px;}
.mainbottom-header .head-btnicon i.fa-user{width: 56px; height: 55px;left: 3px; bottom: 7px;}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{ right: 29px !important; bottom: 41px !important;}
#featuredproduct-section .featured-right-imgbox h3{ font-size: 39px;}

#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-left{left: -133px;}
#testimonials .peccular-testimonials-content p{padding: 0 9px 0 62px;}
#featuredproduct-section .featured-right-imgbox2 img{top: 394px !important;}
#featuredproduct-section .featured-right-box svg{height: 597px !important; }
#featuredproduct-section .featured-right-imgbox2 img.dogshape{    height: auto !important;}
#innerpage-box .item-img img{  /*width: 200px; left: 17px;*/}

}


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

.mainbottom-header .head-btnicon{left: 0px;     margin: 0 0 0 0px;}
.mainbottom-header .total-count a i.fa-shopping-cart{  padding: 7px 9px;}
.mainbottom-header .total-count .count{  top: -6px;  right: 0px;}
  
.top-bar-head .head-menu {  padding-right: 46px !important;}
.header-nav-area{ padding: 8px 0;}
.top-bar-head{ padding: 0 0 1px;}
#newarrivalproduct-section .total-product-title-wrap h6{ margin: 0px 0 10px; font-size: 21px;}
#featuredproduct-section .featured-right-imgbox h2{    font-size: 22px;    line-height: 22px;}
#featuredproduct-section .featured-right-imgbox h3 { font-size: 26px;  line-height: 10px;   
    padding: 0 11px 16px;}
#featuredproduct-section .featured-right-imgbox span strong{  font-size: 20px; padding: 1px 11px 26px;}
#featuredproduct-section .total-product-title-wrap h6{ font-size: 17px;    margin: 14px 0 22px;}
#featuredproduct-section #recent-porduct .add-to-cart{ padding: 1px 33px 3px 10px; font-size: 12px;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox img { left: 34px !important;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single img { left: 275px; top: 59px; width: 48% !important;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content{ right: 0px;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single svg{ left: -62px;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single img{width: 80%;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single .peccular-banner-imgbox img{left: 277px !important;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content span.eventext {padding: 0 0 0 118px;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single .peccular-banner-imgbox svg{left:-83px;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content { right: 0px;}
.bspadding {  padding: 0 1em;}
.navigation .mainmenu li.current_page_item a, .current_page_item > a{background: none !important;}
.footer-area .single-footer-3, .footer-area .single-footer-3,
.page .footer-area .single-footer-3, .single .footer-area .single-footer-3{    padding-left: 1em;}
.footer-area .single-footer-4, .footer-area .single-footer-4,
.page .footer-area .single-footer-4, .single .footer-area .single-footer-4{    padding-left: 1em;}

#featuredproduct-section .featured-right-box svg {  height: 542px !important;}
#newarrivalproduct-section svg{top: -167px !important;}
#newarrivalproduct-section img.newarrival-imgprint{    top: -148px !important;}
#newarrivalproduct-section #recent-porduct .add-to-cart{    font-size: 14px !important;}
#newarrivalproduct-section .product-image-thumb img{height: 100% !important;}
#newarrivalproduct-section .total-product-title-wrap h6{    font-size: 22px;}  
#featuredproduct-section #recent-porduct .add-to-cart{font-size: 14px;}
#bsellingproduct-section #recent-porduct .add-to-cart{font-size: 14px;}
#footer .footer-top-area1 .ftextarea h2{font-size: 20px; color: #fff !important;}
#footer .footer-top-area1 .ftextarea p{ font-size: 16px; color: #fff !important;}
.footer-area input[type="submit"], 
.page .footer-area input[type="submit"], .single .footer-area input[type="submit"]{ font-size: 24px;    
    padding: 5px 2px;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .eventextbg{left: -64px;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content span.eventext2{ padding: 0 4px 0 3em;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single{ margin-bottom: 0em;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single{margin-bottom: 2em;}
#bsellingproduct-section .peccular-section-head{ margin-bottom: 0em;}


}


@media only screen and (max-width: 767px){
.footer-area .single-footer-5{
   padding-left: 2em; 
}
#featuredproduct-section .featuredproduct-product { margin-bottom: 4em;}
#featuredproduct-section #recent-porduct .add-to-cart {
    padding: 8px 39px 8px 10px;
    font-size: 16px;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single svg { left: -109px;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single .peccular-banner-imgbox svg {
    left: -130px;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content {right: 174px;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox img {
    left: 10px !important;
}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox svg{ left: 35px;}
#testimonials .peccular-testimonials-imgbox{position: relative;  top: -169px;}
.navigation .mainmenu li.current_page_item a, .current_page_item > a{background: none !important;}
.footer-area .single-footer-3, .footer-area .single-footer-3,
.page .footer-area .single-footer-3, .single .footer-area .single-footer-3{    padding-left: 2em;}
.footer-area .single-footer-4, .footer-area .single-footer-4,
.page .footer-area .single-footer-4, .single .footer-area .single-footer-4{    padding-left: 2em;}
.footer-area .single-footer-5{left: 0; width: 31%; padding: 38px 0em 2em 0;}
#newarrivalproduct-section .newarrival-product{margin-bottom: 3em !important;}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-left{ font-size: 82px; left: -59px;}
#innerpage-box h4.peccular-testimonials-name,
#innerpage-box .peccular-testimonials-designation{ text-align: center;}


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

#featuredproduct-section .featuredproduct-product { margin-bottom: 2em;}
#featuredproduct-section .featured-right-imgbox img{ left: 5px;}
#featuredproduct-section .featured-right-imgbox span p{    font-size: 15px;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox svg {left: 0px !important;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox img {
    width: 327px !important; display: block;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content { right: -34px !important;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single .peccular-banner-imgbox img{ 
   top: 45px !important; left: 0 !important;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single .peccular-banner-imgbox svg {left: 0 !important;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content {  right: 60px !important;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content h4.peccular-banner-title{ 
   margin-bottom: 12px !important;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content span.eventext {
    padding: 0 0 0 30px !important;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content span.eventext2 {
    padding: 0 4px 0 1em !important;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .eventextbg { left: 0 !important;}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-left {left: -105px;}
.logo-header, .page-template-home-template .logo-header, .page .logo-header, .single .logo-header {
    top: -8px !important; padding: 0 !important;}

.slider-area .sliderimgshape1 { left: 0px !important; width: 300px !important; height: 302px !important;}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction { width: 40% !important; text-align: center !important; right: 134px !important;
    bottom: 26px !important;}
.hero-style .slide-title h2 { line-height: 30px !important;}
#featuredproduct-section .featured-right-imgbox2 img { top: 317px !important;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content h4.peccular-banner-title{
    padding: 0 2em 0 0;padding: 0 2em 0 0;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content span{ padding: 0 0 0 0;}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content a.morder-btn{margin: 7px 0 0 1em;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content h4.peccular-banner-title{font-size: 28px;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single .peccular-banner-imgbox img {
    left: 0px !important; top: 43px !important;}
#innerpage-box .peccular-testimonials-content p{font-size: 17px !important;}
#innerpage-box h4.peccular-testimonials-name{font-size: 18px !important; text-align: center;}
#innerpage-box .peccular-testimonials-designation{ margin: 0 0 0 0 !important; text-align: center;}
#innerpage-box .peccular-testimonials-image img {right: -39px !important; width: 50% !important; top: -2em !important;}

}

@media only screen and (max-width:425px){ 
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
       right: 206px !important;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single .peccular-banner-imgbox img {
    left: 44px !important;
}
#featuredproduct-section .featured-right-imgbox2 img{top: 241px !important;}
#featuredproduct-section .featured-right-box2 img{ width: 81% !important;}
 
.hamburger-menus { top: -30px ; }
.mainbottom-header .total-count {text-align: right; right: 74px; top: -68px;}   
.mainbottom-header .head-btnicon{ left: 217px;  top: -67px; } 
}

@media only screen and (max-width:375px){ 
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{  right: 160px !important;}
#banner .peccular-banner-b{ padding: 0 0px;}   
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox img{ left: 0px !important;}     
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single .peccular-banner-imgbox img {
    left: 35px !important;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single .peccular-banner-imgbox svg{top: 6px !important;}
#featuredproduct-section .featured-right-imgbox2 img {  top: 276px !important;}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-single .peccular-banner-imgbox img {
    left: 22px !important;}
.mainbottom-header .head-btnicon { position: relative; left: 188px;  top: -82px;}

}

@media screen and (min-width:320px) and (max-width:425px){

.hamburger-menus { right: -54px !important;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        width: 30% !important;    text-align: center !important;}
.swiper-pagination-bullet-active{ background-color: #fff !important;}
.hero-style .slide-text p { color: #fff !important;}
.header-nav-area{ padding-bottom: 0em;}
#newarrivalproduct-section .total-product-title-wrap h6{ margin: 14px 0 0px;f ont-size: 25px;}
#newarrivalproduct-section .newarrival-product{    margin-bottom: 1em;}

#featuredproduct-section .featured-right-box{  background: #fdb303;}
#featuredproduct-section .featured-right-imgbox{  text-align: center;}
#featuredproduct-section .featured-right-imgbox img{ left: 18px;}

#bsellingproduct-section .peccular-section-head { margin-bottom: 3em;}
#footer .footer-top-area1 .ftextarea i { color: #fff !important;}
#footer .footer-top-area1 .ftextarea h2 { color: #fff !important;}
#footer .footer-top-area1 .ftextarea p { color: #fff !important;}
.footer-padding-top { padding: 0 0 0px 0px !important;}
#footer .footer-top-area1{  margin-bottom: 2em;}
#newarrivalproduct-section img.newarrival-imgprint{  top: -0px !important;}
#catproduct-section{ padding-top: 0 !important; padding-bottom: 2em !important;}
#catproduct-section .peccular-section-head{ margin-bottom: 2em; margin-top: 2em;}


}

@media screen and (min-width:320px) and (max-width:375px){
#newarrivalproduct-section .newarrival-shopbtnmainbox1 {
    height: 400px;
}
.mainbottom-header .head-btnicon .header-shopbtn{  padding: 19px 9px 10px 36px !important;
    font-size: 12px !important;}

.slider-area .sliderimgshape1 { left: 2px; width: 346px;height: 353px;}    

}
/*@media only screen and (max-width:1920px){
    #banner .peccular-banner-b:nth-child(odd) .peccular-banner-single .peccular-banner-imgbox {
    position: absolute ;
    left: 209px;
    top: 0px;
}
}*/

/*--------------Testimonials Responsiv css --------------------- */


@media screen and (min-width: 320px) and (max-width: 1299px){

    #testimonials .owl-theme .owl-nav{ bottom: 0;}
}
@media screen and (min-width:525px) and (max-width: 767px){
#testimonials .peccular-testimonials-single{width:100%; 
     margin-bottom: 15em !important;    margin: 0 auto;}
}
@media screen and (min-width:426px) and (max-width: 526px){
#testimonials .peccular-testimonials-single{width:64%; 
     margin-bottom: 15em !important;    margin: 0 auto;}
}
@media screen and (min-width:319px) and (max-width: 425px){
#testimonials .peccular-testimonials-single{width:100%; 
 margin-bottom: 15em !important; margin: 0 auto; padding: 4em 2em 1em;}
 #testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}

}
@media only screen and (max-width:320px){
.slider-inner-box{
        padding: 3em 0em 7em 1em;
}
.slider-area .sliderimg, .hero-slider {
    height: 320px !important;
}
.hero-style .slide-text p {
        font-size: 14px;
        padding-right: 2em;
    }
#testimonials .peccular-testimonials-single{width:100%; padding: 2em 2em 1em;}
#testimonials .peccular-testimonials-content i{left: -20px;}
#testimonials .owl-nav .owl-next{    right: 12px;}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
#testimonials .peccular-testimonials-single{width: 80%;
    margin: 0 auto;     margin-bottom: 1em !important;}
}
@media screen and (min-width:320px) and (max-width: 1024px){
#testimonials .peccular-testimonials-image img{ width: 100% ;}
#testimonials h4.peccular-testimonials-name{ margin: 23px 0 7px 27px; }
#testimonials h6.peccular-testimonials-designation{     margin: 0 0 5px 27px;}
.no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 0em;}
#testimonials .owl-nav .owl-prev{ left: 49px; bottom: 0px;}
#testimonials .owl-nav .owl-next{ left:100px; bottom: 0px;}
#testimonials .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0 !important;
}
}
@media only screen and (max-width:768px){
    #testimonials .owl-nav .owl-prev{bottom: 0px !important}
    #testimonials .owl-nav .owl-next{bottom: 0px !important;}    
    #testimonials .peccular-section-head h2{padding: 0 0em 6px 0;}
    div#testimonials { padding: 0em 0 4em 0em !important;}
}
@media screen and (min-width:320px) and (max-width: 767px){
#testimonials .peccular-section-head h2{    padding: 0 0em 6px 0;}
#testimonials h4.peccular-testimonials-name{text-align: center;}
#testimonials h6.peccular-testimonials-designation{text-align: center;}
#testimonials .owl-nav .owl-prev{bottom: 180px !important}
#testimonials .owl-nav .owl-next{bottom: 180px !important;}
#testimonials .test-mrg{padding: 0 10px;}

      
}

@media screen and (min-width:320px) and (max-width: 425px){

    #testimonials .peccular-testimonials-content p{    font-size: 17px;}
    #testimonials .peccular-section-head h2{font-size: 28px;}
    #testimonials .peccular-testimonials-content p{ padding: 0; }
  
    .peccular-testimonials-imgbox {  top: -223px !important;  position: relative;}
    div#testimonials {  padding: 0em 0 0em 0em !important;}  
    
    #ourclient .owl-carousel .owl-item img{  width: auto !important;     height: auto !important;}

    header.site-header .maintop-header .socialsicon{ top: 0 !important;}
    header.site-header .maintop-header .socialsicon{ text-align: center;}

}

/*// --------------Procduct cat Responsiv css ----------------------------- */

@media screen and (min-width:1024px) and (max-width:1199px){
      #catproduct-section .pro-cat-content svg{ width: 218px !important;}
}
@media screen and (min-width:3px) and (max-width:999px){
        #catproduct-section .pro-cat-content svg{ display: none;}
}
  
@media only screen and (max-width: 1024px){     
    #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
    #footer .footer-top-area1 .ftextarea p{color: #ffffff !important;}
   
}
@media only screen and (max-width: 768px){  
    #bsellingproduct-section .product-image-thumb{ width: auto; }
    header.site-header .maintop-header .socialsicon{ position: relative; top: -40px;}
   .maintop-header #sb-search{margin: 0 0 0 16px;}
   .maintop-header .header-category-box button.product-btn{ left: 51px;}
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:55px !important;}   
   
    #contact .peccular-section-head h2{ font-size: 37px;}
    #contact .peccular-section-head{ margin-bottom: 1em; margin-top: 1em;} 
    #contact .peccular-contact-phone-info a { font-size:17px;}
    #contact .peccular-contact-phone-info { width: 111%; }
    #contact .peccular-contact-mailid-info a { font-size: 14px;}
    #contact .peccular-contact-mailid-info { width:135%;}
    #contact .peccular-contact-address {  padding: 10px 7px 140px 0px;}
    #contact {  padding-bottom:0em !important;}
    #contact .contact-bg { position: absolute; top: -57px;}
    #contact .peccular-contact-mailid {  margin: 1em 0em;}
    #contact .peccular-contact-phone {  margin: 1em 0em;}
    #contact .peccular-contact-mailid-icon{top: -10px;
    left: 30px;width: 57px;  height: 57px;}
    #contact .peccular-contact-mailid-icon i{font-size: 26px; line-height: 57px; padding: 0px 2px;}
    #contact .peccular-contact-phone-icon i{font-size: 28px; line-height: 51px; padding: 0px 2px;}
    #contact .peccular-contact-phone-icon { width: 55px; height: 55px; top: -9px;}
    #contact .peccular-contact-member-wrap input[type="text"]{    height: 29px;}
    .page-main-header2{ top: 0 !important; padding: 8em 0 11em !important;}
     #innerpage-box .ht-blog-thumbnail svg{    top: 1px;    z-index: 0;}     
     #peccular-contactus-wrap .contact_info_area{    padding: 0;text-align: center;}
     #peccular-contactus-wrap .contactinner-block{ padding: 12px; }
     #peccular-contactus-wrap i.fa-phone{    margin-left: 0px;}
     #peccular-contactus-wrap i.fa-envelope {  margin-left: 0px;}
}
@media only screen and  (max-width: 767px){
    #catproduct-section .pro-cat-content svg{ width: 353px !important; top: 7em !important;}
    #banner .peccular-banner-b:nth-child(even) .peccular-banner-content .eventextbg { left: -113px;}
    #banner .peccular-banner-b:nth-child(even) .peccular-banner-content span.eventext{padding: 0 0 0 163px;}
    #banner .peccular-banner-b:nth-child(even) .peccular-banner-content span.eventext2 {padding: 0 4px 0 4em;}
    #bsellingproduct-section .peccular-section-head { margin-bottom: 4em;}

}

@media only screen and (max-width:425px){
    #catproduct-section .pro-cat-content svg{ width: 403px !important; top: 5em !important;}    
   #contact .contact-padd { left: 0px;}
   #contact .peccular-contact-phone-info { width: 100%; right: 0;}
   #contact .peccular-contact-mailid-info {  width: 100%; left: 0px;
    text-align: center;}
    #contact .peccular-contact-mailid-icon { top: -9px;left: -34px;width: 57px; height: 57px;
    position: relative; z-index: 5; border-radius: 22%; }
#contact .peccular-contact-phone { margin: 1em 0em; position: relative; bottom: -27px;}
#contact .contactsvg2 svg { right: -657px;}
#contact svg {  right: -617px;}
#contact .peccular-contact-member-wrap i.fa.fa-user{top: 0;}
#contact .peccular-contact-member-wrap i.fa.fa-envelope-o{top: 0;}
#contact .peccular-contact-member-wrap i.fa.fa-unlock-alt{top: 0;}
#contact .peccular-contact-address-text { font-size: 16px; padding: 0 18px 0 0;
    text-align: right;  position: relative; top: -21px;}
#contact .peccular-contact-address-icon {text-align: left; padding: 0 0 0 24px;}
#contact .peccular-contact-member-wrap span.wpcf7-form-control-wrap {
    position: relative;  left: 0px;  top: -1px;}
#contact .peccular-contact-member-wrap textarea { width: 89%;  left: 0px;}
#contact .peccular-contact-phone-icon{    border-radius: 22%;    left: 0;     width: 55px;
    height: 55px;
    top: -50px;}
#contact .peccular-contact-phone-icon i{transform: none;}
#whoweare .peccular_whoweare_num_icon{ height: auto; width: 17%; margin-bottom: 12px;}

#contact .peccular-contact-phone-info a { font-size: 23px;}
#blog .peccular-blog-single svg { top: 201px;     z-index: 0;}
.footer-area .single-footer-4, .footer-area .single-footer-4, 
.page .footer-area .single-footer-4, 
.single .footer-area .single-footer-4{padding: 0 20px;}
.footer-area input[type="submit"],
.page .footer-area input[type="submit"], .single .footer-area input[type="submit"]{right: 0;}


}

@media only screen and (max-width:320px){  
       #newarrivalproduct-section .newarrival-shopbtnmainbox1 {
        height: 340px;
    }
    #blog .peccular-blog-single {padding: 0 20px 0 17px;}   
    #blog .peccular-blog-singleinn{ padding: 6px 6px 26px 12px;}
    
    .footer-area .social-profile-icons ul li { margin: 0 19px 9px 0 !important;}
}

@media only screen and (max-width:600px){
.product {
    display: block !important;
    grid-template-columns: auto !important;
    grid-template-rows: inherit !important;
    min-width: inherit !important;
}
}

/*-------------- ----------------------------- */


/* ------------------------------------------- */

@media screen and (min-width:576px) and (max-width: 767px){

.footer-area .single-footer-2, .footer-area .single-footer-2,
.page .footer-area .single-footer-2, 
.single .footer-area .single-footer-2{    padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-3, .footer-area .single-footer-3, 
.page .footer-area .single-footer-3, 
.single .footer-area .single-footer-3{padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-4, .footer-area .single-footer-4,
.page .footer-area .single-footer-4, 
.single .footer-area .single-footer-4{padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-5{left: 30px; top: -8px;}

}

@media screen and (min-width:320px) and (max-width: 575px){
    #innerpage-box .peccular-testimonials-image{    text-align: center;}
    #innerpage-box .peccular-testimonials-image img{    width: 40%;     top: -3em;}
    #innerpage-box .peccular-testimonials-identity {    left: 0;   text-align: center;}
    .footer-area .single-footer-5 .footer5overlay{    display: none;}
    .footer-area .single-footer-5{     top: 4px;   padding: 0px 0em 2em 0px; width: 100%;}
}

@media screen and (min-width:320px) and (max-width: 767px){
    .container {
     max-width: 1000px !important;
 }
    .single-footer-5 h4.widget-title{padding: 0 0 0 0px;}
    .footer-area .social-profile-icons ul li{    margin: 0 27px 39px 0;}
}
@media screen and (min-width:992px) and (max-width: 1199px){

    .footer-area .social-profile-icons ul li{  margin: 0 8px 0px 0;}
}
@media screen and (min-width:768px) and (max-width: 991px){

    .footer-area .social-profile-icons ul li{  margin: 00 15px 39px 0;}
}

@media screen and (min-width:768px) and (max-width: 1199px){

    #newsletter .wpcf7:after{ right: 10%;top: 35%;}
}
@media screen and (min-width:768px) and (max-width: 991px){

    #newsletter .peccular-newsletter-member-wrap input[type="email"]{
            padding: 0px 15px !important;
    }
    #newsletter .peccular-newsletter-member-wrap input[type="submit"]{

    position: relative !important; 
    right: 72% !important;
    }
    #newsletter .wpcf7:after {
    right: 16% !important;
    top: 34% !important;
    }
}

@media screen and (min-width:576px) and (max-width: 767px){
    #newsletter .wpcf7:after{    top: 69%;}

}
@media screen and (min-width:495px) and (max-width: 575px){
    #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
        position: absolute !important;
        right: 25px !important;
        top: 82px !important;
    }
    #newsletter .wpcf7:after{    top: 70%;}

}

@media screen and (min-width:320px) and (max-width: 410px){
    #newsletter .wpcf7:after{ right: 13%;}
}
@media screen and (min-width:320px) and (max-width: 557px){
    .maintop-header ul li{ float: none; margin-left: 0em; margin-right: 10px; text-align: center;}
    .ht-site-description,
    .ht-site-description, 

    .page .ht-site-description, .single .ht-site-description{ text-align: left; }
    .maintop-header .header-shopbtn{    padding: 5px 20px; font-size: 14px;}
}
@media screen and (min-width: 320px) and (max-width: 387px){
.maintop-header .header-shopbtn { padding: 0px 12px !important;font-size: 11px !important;}
.maintop-header ul li a {    font-size: 14px;}
.maintop-header ul li i.fa-phone { margin-right: 7px; font-size: 20px;}
.maintop-header ul li i.fa-shopping-cart { font-size: 25px; padding: 10px 14px 0 0px;}

}

@media screen and (min-width:992px) and (max-width: 1024px){
    .site-header .socials a i.fa{margin-right: 4px !important;}
    .site-header .socials { padding: 25px 0px 10px 0 !important;}
}
@media screen and (min-width:320px) and (max-width: 991px){
    .site-header .socials a i.fa{margin-right:0px !important; width: 28px; height: 28px; line-height: 27px;font-size: 15px;}
    .site-header .socials { padding: 25px 0px 5px 0 !important;}
    /*.top-bar-head .header-bottom-border{    bottom: 0px;}*/
}
@media screen and (min-width:641px) and (max-width: 767px){
    .top-bar-head .header-bottom-border { bottom: -1px;}
}

@media screen and (min-width:320px) and (max-width: 575px){
    .top-bar-head .header-bottom-border { bottom: 0px;}
}

@media only screen and (max-width: 1200px){ 
    .slide-inner .slider-inner-mainbox{
            width: 550px;
    }
    .hero-style .slide-title h2 span{
            margin: 0 4em 0 0;
    }
    .hero-style .slide-title h2{
            font-size: 45px;
    }
    li.product-category.product {
    width: 33%;
}
    .mainbottom-header .head-btnicon{
            left: 50px;
    }
    .footer-area p, .page .footer-area p, .single .footer-area p{
            font-size: 13.5px;
    }
    .footer-area .single-footer-5{
        padding-left: 0;
    }
    #services .owl-carousel .owl-nav button.owl-next:before,
    #services .owl-carousel .owl-nav button.owl-prev:before{
        display: none;
    }
    #innerpage-box .peccular-testimonials-image img {
       /* height: 300px;*/
    }
    #innerpage-box .peccular-testimonials-content{
        padding: 0 0 0 60px;
    }
    #innerpage-box .peccular-testimonials-content p{
            padding: 0 20px 0em 0em;
    }
    #newarrivalproduct-section .newarrival-shopbtnmainbox{
        bottom: 180px;
    }
}
@media only screen and (max-width: 992px){ 
           .popup_content{
                margin-left: 75px;
           }
            .slider-area .slider-inner-mainbox .contbrdrright{
                display: none;
            }
            .slide-inner .slider-inner-mainbox{
            width: 740px;
    }
    .hero-style .slide-title h2 span{
            margin: 0 10em 0 0;
    }
    .hero-style .slide-title h2{
            font-size: 54px;
    }
           li.product-category.product {
    width: 50%;
}
           .mainbottom-header .head-btnicon {
        left: 0;
    }
       #featuredproduct-section .peccular-section-head {
    margin-bottom: 2em;
    margin-top: 2em;
}
       #newarrivalproduct-section .newarrival-shopbtnmainbox {
        bottom: 250px;
    }
    #featuredproduct-section .featuredproduct-product {
    margin-bottom: 1em;
}
   .slider-area .sliderimg, .hero-slider {
    height: 450px !important;
}
    #contact .peccular-contact-block {
        margin-top: 1em;
    }
    #innerpage-box .peccular-testimonials-image img {
        /*height: 200px;*/
    }
    #innerpage-box h4.peccular-testimonials-name {
        font-size: 22px;
    }
    #innerpage-box h6.peccular-testimonials-designation{
        font-size: 18px;
    }
    
    .hero-style .slide-title h2 {
        font-size: 54px;
    }
    .hero-style li.slide-btns-1 a.ReadMore, .hero-style li.slide-btns-2 a.ReadMore {
        padding: 8px 15px;
    }
    
    
   /* div#testimonials .owl-theme .owl-nav {
        left: -250px;
        bottom: -64px;
    }*/
   
    div#team .owl-theme .owl-nav {display: none;}
}

@media only screen and (max-width: 767px){
    #features .peccular-features-icon span:before {
        font-size: 20px;
        line-height: 35px;
    }
    #features .peccular-features-icon span {
            width: 30px;
            height: 30px;
        }
        #steps .peccular-steps-b:after {
        left: 58px;
    }
    #newsletter .peccular-newsletter-member-wrap {
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
    #newsletter .newsletter-sign-box {
    padding: 0 1em;
}
}
header.site-header i.fa.fa-search,
.site-header .socials.mob-socials,
.site-header .socials.mob-socials i.fa.fa-share-alt{
    display: none;
}
@media only screen and (max-width: 640px){ 
      #innerpage-box .popup_right .peccular-team-social-icon{
            left: 0;
    right: 0;
      }
        #innerpage-box blockquote{
                margin: 37px 5px 50px !important;
                    padding: 26px 15px !important;
        }
        .footer-area .single-footer-5 {
        padding-left: 1.5em;
    }
    li.product-category.product {
    width: 100%;
}
.woocommerce ul.products li.product a img{
    height: auto !important;
}
    .mainbottom-header .head-btnicon {
        left: 230px;
    }
.mainbottom-header .head-btnicon i.fa-user{
            width: 40px;
}
header.site-header i.fa.fa-search {
    position: absolute;
    display: block;
    right: 60px;
    float: right;
    left: auto;
    text-align: right;
    font-size: 20px;
    color: #ffffff;
}
header.site-header .maintop-header .socialsicon,
.maintop-header #sb-search{
    display: none;
}
.headallcategory {
    display: none;
}
 .site-header .socials.mob-socials {
        position: absolute;
        display: block;
    }
    .site-header .socials.mob-socials i.fa.fa-share-alt {
display: block;
        position: absolute;
        color: #ffffff;
        font-size: 20px;
        top: 2px;
        /* left: -50px; */
        right: 20px;
        /* margin: 0 auto; */
        /* text-align: right; */
        /* width: 10px; */
    }
    .site-header .socials {
        padding: 00 4px 0 !important;
    }
    .site-header .socials.mob-socials .soc {
        display: none;
        position: absolute;
        right: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 30px;
    }
    .site-header .socials.mob-socials .soc i.fa,
    .site-header i.fa-brands.fa-x-twitter{
        color: #fff !important;
    }
    .site-header i.fa.fa-instagram {
    position: relative;
    right: 5px;
}
    header.site-header .maintop-header {
    padding: 5px 0 0 0;
}
header.site-header .col-xl-2.col-lg-2.col-md-2.col-sm-2.col-xs-12.pd-0 {
    height: 0;
}
    .top-bar-head .head-menu {
        padding-right: 30px !important;
    }
        .top-bar-head .head-menu {
        height: 15px;
    }
        .mainbottom-header .head-btnicon,
        .mainbottom-header .total-count {
        top: -50px;
    }
        .hamburger-menus {
        top: -40px;
    }
.page-template-pagewithleftsidebar-template .inner_contentbox,
.page-template-pagewithrightsidebar-template .inner_contentbox {
    padding: 3em 2em;
}
div#content-box .faq-content p{
    padding: 13px 1em 13px 2em;
}
div#content-box .faq .faq-content{
        padding: 12px 15px 00px 15px;
}
blockquote{
    margin: 37px 20px 50px !important;
    padding: 26px 20px !important;
}
blockquote:before{
    top: -30px;
        font-size: 60px;
}
blockquote:after{
        bottom: -30px;
         font-size: 60px;
}
#innerpage-box blockquote p{
        font-size: 16px !important;
}
.footer-area .top-area .topinnarea{
        padding: 10px 22px 25px;
}
.footer-area .social-profile-icons{
    margin-bottom: 0;
}
#newsletter {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}
#newsletter .peccular-newsletter-member-wrap p {
    text-align: center;
}
#bsellingproduct-section .bsellingproduct-product {
    margin-bottom: 3em;
}
#blog .peccular-section-head {
    margin-bottom: 2em;
}
#blog {
    padding-top: 2em !important;
}
#blog .peccular-blog-post{
        margin: 0 0 0em 0;
}
#blog p,
#blog .peccular-blog-post {
    height: auto !important;
}
#blog .peccular-blog-single{
        padding: 0 20px 0 20px;
}
#productslider {
    padding-top: 0em !important;
}
#blog {
    padding-bottom: 0em !important;
}
#newarrivalproduct-section {
    padding-bottom: 2em !important;
}
#bsellingproduct-section {
    padding-bottom: 0em !important;
}
.hero-style .slide-text p{
        padding-right: 0;
            margin: 15px 59px 20px 19px;
}
.slider-area .sliderimg, .hero-slider {
    height: 380px !important;
}
.slider-inner-box{
        padding: 3em 0em 7em 1em;
}
.hero-style .slide-title h2 span{
    margin: 0 2em 0 0;
}
#innerpage-box .peccular-contact-form-block .peccular-contact-mapbox iframe {
    height: auto;
}
#innerpage-box #peccular-contactus-wrap .contactleftbg {
    margin-bottom: 1em;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-right{
        right: -35px;
}
#innerpage-box .peccular-testimonials-single .middleborder{
    height: 0;
    display: none;

}
#innerpage-box .peccular-testimonials-image img{
        left: 0;
    right: 0;
    position: relative;
}
#innerpage-box .peccular-testimonials-single {
    padding: 5em 2em 2em;
}
#innerpage-box .peccular-testimonials-image:after {
    bottom: 68px;
    left: 20px;
}
#innerpage-box .peccular-testimonials-content{
        padding: 0 20px 0 20px;
}
#innerpage-box .peccular-testimonials-content p {
    padding: 0 0px 0em 0em;
    font-size: 15px !important;
    text-align: center;
}
#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    right: -20px;
}
#innerpage-box .peccular-testimonials-single {
    margin-top: 3em;
    margin-bottom: 1em;
}
#innerpage-box .peccular-testimonials-identity {
    top: -20px;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image:after {
    bottom: 85px;
}
#innerpage-box .peccular-testimonials-content i {
    font-size: 50px;
}
.share-btn, .share-btn, .page .share-btn, .single .share-btn {
    text-align: center;
    padding: 10px 0 0;
}
.h-contact, .page .h-contact, .h-contact, .single .h-contact {
    text-align: center;
    padding: 10px 0;
}
.h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
    padding-right: 0!important;
}

.logo-header, .logo-header, .page .logo-header, .single .logo-header {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.hero-style .slide-title h2 {
    font-size: 24px;
        line-height: 40px;
}
.hero-style .slide-text p {
    font-size: 16px;
}
.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    max-width: 360px;
}

/*.hero-slider {
    height: 277px;
}*/
.space {
    text-align: center;
}
.peccular-faqs-head {
    padding: 0;
}
#features .peccular-features-b:nth-child(3),#features .peccular-features-b.right-side:nth-child(3){
        margin-left: 0;
}
#steps .peccular-steps-b:after {display: none;}
div#team .owl-theme .owl-nav{display: none;}
.ht-site-description, .ht-site-description, .page .ht-site-description, .single .ht-site-description {
    padding: 8px 10px;
}
.border-right {
    width: 75%;
}
.peccular-contact-phone, .peccular-contact-mailid, .peccular-contact-address {
    padding: 0 21px;
}

}
@media only screen and (max-width: 375px){ 
    .mainbottom-header .head-btnicon {
        left: 190px;
    }
}
@media only screen and (max-width: 320px){ 
    .mainbottom-header .total-count {
        right: 55px;
    }
    .mainbottom-header .head-btnicon{
            left: 165px;
}
.widget-area span.woocommerce-Price-amount.amount{
        font-size: 14px !important;
}
}