/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #000;}
header.site-header .maintop-header{   
    padding: 24px 0 0; 
}
header.site-header .maintop-header ul li{
    list-style: none;
    margin: 3px 6px 0 0;
    position: relative;
}
header.site-header .top-header{
    background: #F97B22;
    padding: 0 0;
}
header.site-header .tophead-textbox{
    text-align: center;
}
header.site-header .tophead-textbox h2{

    letter-spacing: 0.68px;
    color: #0D071D;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 ;
}
header.site-header .tophead-textbox h2 img{
    margin: 0 16px;
    position: relative;
    top: 4px;
}
header.site-header {   
    z-index: 99999;
    position: absolute;
    width: 100%;   
}
header.site-header .mainheaderbox {   
    background:#2A1857 ;  
    padding: 0 0;
    /*opacity: 0.7;*/
}

/*--------search form------------*/
.maintop-header .searchbox{
        margin: 0 0;
}
.topmenu{
    text-align: right;
}
header.site-header .topmenu ul {
    margin: 3px 0 0;
}
header.site-header .topmenu ul li a{
    font-size: 18px;
}
header.site-header .topmenu ul li{
    margin: 0 19px 0 0;
}
header.site-header .topmenu ul li a i{
    color: #fff;
    opacity: 0.7;
}
header.site-header .topmenu ul li:last-child{
    margin: 0 0px 0 0 !important;
}
header.site-header .head-signicon a i {
    margin-right: 6px;   
    color: #fff;
}
header.site-header .head-signicon a {
    font-size: 17px !important;
    color: #fff;
}
header.site-header .head-signicon a:hover, 
header.site-header .topmenu ul li a i:hover{
     color: #F97B22;
}
.maintop-header #sb-search .woocommerce-product-search {
   /* width: 100%;
    position: absolute;*/
}
.maintop-header #sb-search {
    position: relative;
    width: 35%;
    margin: 0 0 0 0px;
    float: right;
    right: -171px;
}
.woocommerce-product-search .search-field {
    color: #707070 !important;
    margin: 0 0 0 0 !important;
    font-weight: 400;
    font-size: 15px;
    height: 31px !important;    
    border-radius: 51px;   
    background: none !important;
    border: 1px solid #F97B22 !important;
}
.maintop-header #sb-search input[type="submit"] {
    
    position: absolute;
    right: 4px;
    text-indent: -999px;
    background: #F97B22;
    border-radius: 50%;    
    box-shadow: none;    
    text-align: center;
    font-size: 7px;
    padding: 9px 14px;
    top: 3px;
    height: 25px;
    width: 10%;
}
.maintop-header #sb-search form.woocommerce-product-search:after {
    content: "\f002";
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 200;
    opacity: 0.7;
}
.maintop-header #sb-search input.search-field::placeholder{
    color:#707070;
}

/*----- Sticky Header ------*/
.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #cb997b;
    max-width: 100%;
    z-index: 99999;
 
}
.ht-sticky-header .site-header{
    position: fixed;
}
.top-bar-head{
    padding: 8px 0 3px;
    width: 100%;    
} 
.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;
}
.mainbottom-header .head-btnicon i.fa-user{   
   
    color: #000;
    font-size: 21px; 
    padding: 7px 9px;  
}
.mainbottom-header .head-btnicon i.fa-user:hover,
.mainbottom-header .total-count a i.fa-shopping-cart:hover{
    background: #cb997b;
    border-radius: 50%;
     padding: 7px 9px;
    line-height: 20px;
    text-align: center;
    transform: scale(1.2);
}
.mainbottom-header .total-count a i.fa-shopping-cart{
    font-size: 21px;
    color: #b802fc;
    padding: 7px 9px;
}
.mainbottom-header .total-count{
   
    text-align: right;
}
.mainbottom-header .total-count .count{
     background: #edfc03;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 15px;
    color: #000;
    padding: 2px 4px;
    position: absolute;
    top: 0px;
    right: 35px;
    line-height: 20px
}

/*.site-header .site-navigation { text-align: right; padding: 0;}
.site-header .socials {text-align: right; padding: 25px 13px 25px 0;}

.site-header .socials a i.fa {
    color: #06332e;
    font-size: 18px;
    margin-right: 11px;
    margin-bottom: 5px;
    line-height: 33px;
    border-radius: 50%;
    background: #fff;   
    width: 32px;
    height: 31px;
    text-align: center;    
    transition: all 0.9s;
}
.site-header .socials a i.fa:hover {
    color: #fff;
    background: #06332e;
    transform: scale(1.2);
    transition: all 0.9s;

}*/
/*--------------------  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: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    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;
    }
}


/*--------------------  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: 47px !important;
}
.navigation .mainmenu li:last-child{
    margin-right: 0 !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::before, .current_page_item > a::before,
.navigation .mainmenu li a:hover::before,
div#navbarNavDropdown li.current_page_item a:hover::before, 
.current_page_item > a:hover::before,
.navigation .mainmenu li.current_page_item a::after, .current_page_item > a::after,
.navigation .mainmenu li a:hover::after,
div#navbarNavDropdown li.current_page_item a:hover::after, 
.current_page_item > a:hover::after{
    color: #F97B22;
    display: block;
    opacity: 1;
   
}

.navigation .mainmenu li a:before{
    content: "";   
    position: absolute;
    top: 5px;
    right: -12px;
    opacity: 0;
    display: none; 
    width: 15px;
    height: 15px; 
    background: #F97B22 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #F97B22;
    border-radius: 50%;
}
.navigation .mainmenu li a:after{
    content: "";   
    position: absolute;
    top: -2px;
    right: -21px;
    opacity: 0;
    display: none; 
    width: 10px;
    height: 10px; 
    background: #F97B22 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #F97B22;
    border-radius: 50%;
}
.navigation .mainmenu li a  {
    color: #fff;
}
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: 1;
    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;
}
/*----------------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: 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; }
    .hero-style .slide-title h2 { font-size: 18px !important;}
    .hero-style .slide-text p { font-size: 13px !important; line-height: 14px !important; margin: 29px 0 15px 0 !important;}
    .slider-area { margin-bottom: 0 !important;}
    .hero-style .slide-text { width: auto !important;}
    .hero-style .slide-btns-1 a{  font-size: 15px !important; line-height: 28px !important;}
    .hero-style .slide-btns-1{  padding: 0px 25px !important;}
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 8px !important; right: 0 !important;}
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
            top: 163px;
    }

}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{    padding: 0px 0px 0px 22px;}
   
}
@media screen and ( min-width:992px) and (max-width: 1199px){
 .maintop-header ul li:last-child {  margin-left: 1em; }

}
/*@media screen and ( min-width:320px) and (max-width: 992px){
 .top-bar-head {  padding: 0px 0 40px 0;}

}*/
@media screen and ( min-width: 359px) and (max-width: 575px){
.ht-main-title { margin: 40px 0 0.5em 0px !important;    font-size: 31px !important;}

}
@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 .newarrivalproduct-bg,
#bsellingproduct-section .bsellingproduct-bg,
#featuredproduct-section .featuredproduct-bg,
#banner .banner-bg,
#evilbanner .evilbanner-bg,
#testimonials .testimonials-bg,
#gallery .gallery-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,
#evilbanner,
#newarrivalproduct,
#bsellingproduct-section,
#featuredproduct-section,
#banner,
#testimonials,
#gallery,
#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: 117px !important;
    width: 10% !important;
    text-align: center; !important;
    right: 0 !important;
    left: 0;
    margin: 0 auto;
}

.swiper-pagination-bullet-active{
    opacity: 1;
    /*background: #F97B22 !important ;  */  
    background: none !important;
}
.swiper-pagination-bullet-active:before{   
    content: "\f54c";
    font-family: FontAwesome;
    font-size: 27px;
    color: #F97B22 !important; 
    opacity: 1;
   
}
.swiper-pagination-bullet {   
    /*width: 13% !important;
    height: 8px !important;    
    border-radius: 24px !important;*/
   /* background: #fff !important;*/
    display: block !important;
    opacity: 1 !important;
    background: none !important;
    float: left;
}
.swiper-pagination-bullet:before{   
    content: "\f54c";
    font-family: FontAwesome;
    font-size: 27px;
    color: #fff; 
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 3px 13px !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: 975px;
    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;
}
.hero-style .slider-inner-mainbox {
    top: 370px;
    padding: 0 67px 0 0;
    position: absolute;  
    z-index: 10;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}
.hero-style .slide-title {
   
        padding: 0 0 0 13px;
}
.hero-style .slide-title h2 {
    font-size: 73px;
    line-height: 60px;
    color: #fff;   
    padding: 0 0px 0px 0;
    font-weight: 500;
    font-family: Creepster, Regular;
     -moz-animation: flicker 4s 0s infinite;
    -webkit-animation: flicker 4s 0s infinite;
    animation: flicker 4s 0s infinite;
    transition: all .4s ease;
}
.hero-slider .slide-inner:hover .slide-title h2{
    color: #F97B22;
    text-shadow: 6px 8px #000;
    transition: all .4s ease;
}

@keyframes(flicker) {
  0%, 6%, 12% {
    text-shadow: none;
    color: #ffffff;
  }
  3%, 9% {
    text-shadow: 0 0 8px rgba(#F97B22,0.6);
    color: #F97B22;
  }
  60% {
    text-shadow: 0 0 8px rgba(#F97B22,0.6),
     0 0 16px rgba(#F97B22,0.4), 
     0 0 20px rgba(255,0,84,0.2), 
     0 0 22px rgba(255,0,84,0.1);
    color: #F97B22;
  }
  100% {
    text-shadow: 0 0 8px rgba(#F97B22,0.6),
     0 0 16px rgba(#F97B22,0.4), 
     0 0 20px rgba(255,0,84,0.2), 
     0 0 22px rgba(255,0,84,0.1);
    color: #F97B22;
  }
}


.hero-style .slide-text {
    width: 641px;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.hero-style .slide-text p {
   
    line-height: 33px;  
    font-size: 22px;
    color: #fff;
    transition: all .4s ease;
    margin: 40px 0 32px 20px;
    text-align: center;
}

.hero-style .slide-btns-1 {    
    border-radius: 36px;            
    padding: 10px 62px;  
    display: inline-block;    
    transition: 0.25s;
    margin: 0 0 20px 20px;   
    background: transparent linear-gradient(90deg, #F97B22 0%, #FFAA00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 25px #F97B22;
}
.hero-style .slide-btns-1 a {
    color: #261550; 
    font-size: 30px; 
    line-height: 36px;
    font-weight: 500;   
    font-family: Creepster, Regular; 
}
.hero-style .slide-btns-1:hover{ box-shadow: 0px 0px 25px #000; }

.hero-style .slide-btns-1:hover a{color: #fff; }
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
   
    opacity: 0;
    visibility: hidden;
   
}
.slider-area .sliderimg img.slide-mainimg{
    width: 100%;
    height: 100%;
    background-size: cover;
        position: relative;
   /* top: -194px;*/
}

/*--------------------------------------------------------------
## Product Category Section
--------------------------------------------------------------*/
#catproduct-section {    
   
    position: relative;
    overflow: hidden;   
}

#catproduct-section .owl-carousel .owl-stage-outer {
    /*  padding: 5px 5px 40px;
    margin: 0 -4px;*/
}
#catproduct-section .peccular-section-head {   
    margin-bottom: 4em;
    margin-top: 1em;
    z-index: 0;
}
#catproduct-section h2.ht-section-title {
    color: #F97924;   
    margin-bottom: 4px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    font-family: Creepster, Regular;
}
#catproduct-section .peccular-section-head h3 {
    color: #0D071D;   
    margin-bottom: 4px;
    padding-bottom: 0;   
    font-weight: 900;
    font-size: 30px;
    line-height: 46px;    
}
#catproduct-section .peccular-section-head span i.fa-window-minimize{
    color: #000;
    font-size: 1px;
    margin-left: -94px;
    margin-top: 60px;
    padding: 0 478px;
    background: #000;
    border-radius: 0px;
    height: 1px;
}
#catproduct-section .pro-cat-content {   
    text-align: center;  
    margin: 28px 0 0px; 
}
#catproduct-section .pro-cat-img {    
    margin: 0 auto;    
    padding: 0px 0;
    width: 140px;
    height: 137px;
   
}
#catproduct-section .pro-cat-img img{    
   width: 100%;    
    margin: 0 auto;     
}
/*#catproduct-section .pro-cat-img:hover{
    background: #000;
}*/
#catproduct-section .pro-cat-img img:hover {
   -webkit-filter: drop-shadow(2px 6px 10px #F97B22);
    filter: drop-shadow(2px 6px 10px #F97B22);
    -webkit-filter: drop-shadow(2px 6px 10px #F97B22);
    filter:drop-shadow(2px 6px 10px #F97B22);
    
}
.pro-cat-content p.catdesc {
      color: #fff;
      font-size: 13px;
}
#catproduct-section .pro-cat-content span a {
    color: #fff;   
    font-size: 25px;
    font-weight: 500;    
    padding: 0px;
    text-align: center;
    line-height: 29px;  
    font-family: Creepster, Regular;  
}
#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: block; 
    position: absolute;
    top: -145px;
    right: 9px;
}
/*#catproduct-section .owl-carousel .owl-nav button.owl-prev:before{
    content: "\f0d9";
    font-family: FontAwasome;
    color: #2A1857;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    width: 35px;
    height: 35px;
    position: relative;
}
#catproduct-section .owl-carousel .owl-nav button.owl-next:before{
    content: "\f0da";
    font-family: FontAwasome;
    color: #2A1857;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    width: 35px;
    height: 35px;
}
#catproduct-section .owl-carousel .owl-nav button.owl-prev:hover::before, 
#catproduct-section .owl-carousel .owl-nav button.owl-next:hover::before{
    border-color:#F97B22 ;
}*/
#catproduct-section .owl-carousel .owl-nav button.owl-prev span,
#catproduct-section .owl-carousel .owl-nav button.owl-next span{
    opacity: 1;   
    left: 0px;    
    top: -5px;
    position: relative;
}
#catproduct-section .owl-theme .owl-nav [class*=owl-]{    

    font-size: 38px !important;
    background: none !important;
    color: #2A1857 !important;
    box-shadow: none !important;
    border-radius: 50%;
    border: 1px solid #000;
    width: 37px;
    height: 37px;
     transition: all .4s ease;
}
#catproduct-section .owl-theme .owl-nav [class*=owl-]:hover{
    border-color: 2px solid #F97924;
    transform: scale(1.1);
     transition: all .4s ease;
}
#catproduct-section .owl-theme .item, 
#catproduct-section .cat-product{
    background: #312848;
    border-radius: 15px;
    padding: 24px 0 15px;
    height: 242px;
}


/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/

#banner {
    position: relative;
    overflow: hidden;
    
}
#banner .peccular-banner-box{
    background: #37284F; 
    border-radius: 19px;
        overflow: hidden;
    position: relative;
}
#banner img.bannerbgimg{
    background-size: cover;
    width: 100%;
    border-radius: 19px;
}
#banner .peccular-banner-area{
    margin: 0 auto;
    text-align: center;
    padding: 0 0 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#banner .peccular-banner-area h1{
    color: #fff;
    font-size: 69px;
    line-height: 81px;
    text-transform: uppercase;
    font-family: Creepster, Regular;
}
#banner .peccular-banner-area h2{
    font-size: 94px;
    line-height: 121px;
    color: #F97B22;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 0 4px;
}
#banner .peccular-banner-area h3{
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 4.08px;
    font-weight: 400;
    margin: 13px 0 6px 0;
   
}
#banner .peccular-banner-area h4{
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 4.08px;
   
}
#banner .peccular-banner-area h5{
    font-size: 49px;
    line-height: 82px;
    letter-spacing: 8.33px;
    color: #F78137;
    font-weight: 400;
}
#banner .peccular-banner-area h6{
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 4.08px;
    font-weight: 400;
    margin: 0 0 8px;
}


/*----------------------------------------*/
/*  Evil Seasons banner Area
/*----------------------------------------*/

#evilbanner {
    position: relative;
    overflow: hidden;
    
}
#evilbanner .peccular-evilbanner-box{
    
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}
#evilbanner .peccular-evilbanner-box:hover img.evilbannerbgimg{
    filter: grayscale(150);
    transition: 0.25s;
}
#evilbanner img.evilbannerbgimg{
    background-size: cover;
    width: 100%;
    border-radius: 0px;
}
#evilbanner .mainbannerbox{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
#evilbanner .peccular-evilbanner-leftarea{

}
#evilbanner .peccular-evilbanner-leftarea .evilbannleftoverlay{   
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #312848 0%, #312848E6 40%, transparent 100%) ;
}
#evilbanner .peccular-evilbanner-leftarea .bannerinn{
    position: relative;
    top: 106px;
    /*  left: -82px;*/
    left: 0;
    text-align: center;
}
#evilbanner .peccular-evilbanner-leftarea h1{
    color: #8FCB00;
    font-size: 122px;
    line-height: 143px;
    text-transform: uppercase;
    font-family: Creepster, Regular;
}
#evilbanner .peccular-evilbanner-box:hover .peccular-evilbanner-leftarea h1{
    filter: grayscale(150);
    transition: 0.25s;
    color: #aaa;
}
#evilbanner .peccular-evilbanner-leftarea h2{
    font-size: 49px;
    line-height: 70px;
    color: #fff;    
    font-weight: 700;
    margin: 5px 0 4px;
}
#evilbanner .peccular-evilbanner-leftarea .evilbannbtn {    
    border-radius: 36px;            
    padding: 10px 62px;  
    display: inline-block;    
    transition: 0.25s;
    margin: 34px 0 0px 0px;   
    background: transparent linear-gradient(90deg, #F97B22 0%, #FFAA00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 25px #F97B22;
}
#evilbanner .peccular-evilbanner-leftarea .evilbannbtn a {
    color: #261550; 
    font-size: 30px; 
    line-height: 36px;
    font-weight: 500;   
    font-family: Creepster, Regular; 
}
#evilbanner .peccular-evilbanner-leftarea .evilbannbtn:hover{ box-shadow: 0px 0px 25px #000; }

#evilbanner .peccular-evilbanner-rightarea{
       
}
#evilbanner .evilbanner-rightbox .evilbannrightoverlay{   
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(312deg, #312848 0%, #1E192B 21%, #1D182AEB 42%, #0A080E00 100%);
}
#evilbanner .peccular-evilbanner-rightarea .righttextbox{
    position: absolute;
    bottom: 0;
    right: 0;
   text-align: center;
    padding: 0 16px 0 0;
}
#evilbanner .peccular-evilbanner-rightarea h1{
    font-size: 44px;
    line-height: 38px;
    color: #fff;    
    font-weight: 800;
    margin: 0px 0 0px 0;   
}
#evilbanner .peccular-evilbanner-rightarea h2{
    font-size: 44px;
    line-height: 44px;
    color: #FA7F20; 
    font-weight: 800;   
    margin-bottom: 12px;  
}
#evilbanner .peccular-evilbanner-rightarea h2 span{
    font-size: 22px;
    line-height: 31px;
    color: #FA7F20;   
    font-weight: 800;
    margin: 0 0 0px;
    position: relative;
    top: -15px;
}
#evilbanner .peccular-evilbanner-rightarea h3{
    font-size: 35px;
    line-height: 31px;    
    color: #fff;
    font-weight: 800;
}
#evilbanner .peccular-evilbanner-rightarea h4{
    font-size: 35px;
    line-height: 31px;    
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
}
#evilbanner .peccular-evilbanner-rightarea h4 .h4textoverbrdr{
    border: 1px solid #D60000;
    width: 77%;
    height: 5px;
    background: #D60000;
    opacity: 0.5;
    position: relative;
    border-radius: 10px;
    transform: rotate(-23deg);
    top: -23px;
    left: 13px;
}
#evilbanner .peccular-evilbanner-rightarea h4 span{
    font-size: 22px;
    line-height: 31px;
    color: #fff;   
    font-weight: 800;
    margin: 0 0 0px;
    position: relative;
    top: -10px;
}


/*--------------------------------------------------------------
## New Arrival Product Section
--------------------------------------------------------------*/
#newarrivalproduct {           
       position: relative;
       overflow: visible; 
       } 
      
#newarrivalproduct .peccular-section-head {   
    margin-bottom: 4em;
    margin-top: 0em;
    z-index: 5;
}
#newarrivalproduct h2.ht-section-title {
    color: #F97924;   
    margin-bottom: 4px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    font-family: Creepster, Regular;
}
#newarrivalproduct .peccular-section-head h3 {
    color: #0D071D;   
    margin-bottom: 4px;
    padding-bottom: 0;   
    font-weight: 900;
    font-size: 30px;
    line-height: 46px;    
}
#newarrivalproduct .peccular-section-head i.fa-window-minimize{
    color: #000;
    font-size: 1px;
    margin-right: 15px;
    margin-top: 51px;
    padding: 0 195px;
    background: #000;
    border-radius: 0px;
    margin-left: 108px;
}
#newarrivalproduct .peccular-section-head span i.fa-window-minimize{
    color: #000;
    font-size: 1px;
    margin-left: -133px;
    margin-top: 51px;
    padding: 0 195px;
    background: #000;
    border-radius: 0px;
}

#newarrivalproduct #recent-porduct{box-shadow: none !important;}

#newarrivalproduct #recent-porduct .newarrival {  
   
    background: transparent linear-gradient(180deg, #F97B22 0%, #FFAA00 100%) ;
    border-radius: 40px;
    position: relative;
    top: -28px;
    left: 40px;
    display: inline-block;
    transition: 0.25s;
    padding: 10px 59px;
    right: 0;
    margin: 0 auto;
}
#newarrivalproduct #recent-porduct .newarrival a {
    color: #fff;  
    font-size: 26px;
    font-family: Creepster, Regular;
}
#newarrivalproduct .newarrival-product:hover .newarrival{  
    box-shadow: 0px 0px 25px #f97b22;   
    background: none;  
     transition: 0.25s; 

}
#newarrivalproduct .newarrival-product:hover .newarrival a{
    color: #000;      
    background:none; 
     transition: 0.25s;
}

#newarrivalproduct .product-image-thumb img{
    width: 100%;
    height: 428px;
    transition: .8s ease;   
}
#newarrivalproduct .newarrival-product:hover .product-image-thumb img{
    filter: hue-rotate(131deg);
    transition: .8s ease;  
}
#newarrivalproduct .default_product_display{
    position: relative;
}

#newarrivalproduct .total-product-title-wrap {
    z-index: 4;
    position: absolute; 
    bottom: 34px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#newarrivalproduct .total-product-title-wrap h6 {      
    padding: 0;
    margin: 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #DBDBDB;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4.1px;
  
}
#newarrivalproduct .newarrival-product:hover .total-product-title-wrap h6{
    color: #fd0101 ;
}


/*--------------------------------------------------------------
## Best Selling Product Section
--------------------------------------------------------------*/
#bsellingproduct-section {           
       position: relative;
       overflow: hidden;     
}
#bsellingproduct-section .peccular-section-head {   
    margin-bottom: 4em;
    margin-top: 4em;
    z-index: 5;
}
#bsellingproduct-section h2.ht-section-title {
    color: #F97924;   
    margin-bottom: 4px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    font-family: Creepster, Regular;
}
#bsellingproduct-section .peccular-section-head h3 {
    color: #0D071D;   
    margin-bottom: 4px;
    padding-bottom: 0;   
    font-weight: 900;
    font-size: 30px;
    line-height: 46px;    
}
#bsellingproduct-section .peccular-section-head i.fa-window-minimize{
    color: #000;
    font-size: 1px;
    margin-right: 15px;
    margin-top: 51px;
    padding: 0 195px;
    background: #000;
    border-radius: 0px;
    margin-left: 108px;
}
#bsellingproduct-section .peccular-section-head span i.fa-window-minimize{
    color: #000;
    font-size: 1px;
    margin-left: -133px;
    margin-top: 51px;
    padding: 0 195px;
    background: #000;
    border-radius: 0px;
}

#bsellingproduct-section .bsellingproduct-product{    margin-bottom: 2em;}

#bsellingproduct-section #recent-porduct .add-to-cart {  
   
    background: transparent linear-gradient(180deg, #F97B22 0%, #FFAA00 100%) ;
    border-radius: 22px;         
    position: relative;
    top: -23px;
    left: 0px;
    display: inline-block;
    transition: 0.25s;    
    padding: 6px 72px;
}
#bsellingproduct-section #recent-porduct .add-to-cart a {
    color: #fff;  
    font-size: 22px;
    font-family: Creepster, Regular;
}
#bsellingproduct-section .bsellingproduct-product:hover .add-to-cart{  
    box-shadow: 0px 0px 25px #f97b22;   
    background: none;   
}
#bsellingproduct-section .bsellingproduct-product:hover .add-to-cart a{
    color: #000;      
    background:none; 
}
#bsellingproduct-section #recent-porduct{ 
    box-shadow: none !important;
    text-align: center;
}
#bsellingproduct-section .product-image-thumb {  position: relative; overflow: hidden;}

#bsellingproduct-section .product-image-thumb img{
    width: 100%;     
    transition: .8s ease;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px; 
}
#bsellingproduct-section .product-image-thumb:before {
    content: "";
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    background: linear-gradient(to top,#ff5317 25%,transparent 45%);
    opacity: 0.4;
    height: 100%;
    position: absolute;
    width: 33.1%;
    top: -35%;
    left: 33%;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}
#bsellingproduct-section .product-image-thumb:hover::before {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
#bsellingproduct-section .bsellingproduct-product:hover .product-image-thumb img{
    
    transition: .8s ease  
      
}
#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: #FFD47F;
    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;
    color: #FFD47F;
}
#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; 
    color: #FFD47F;
}
#bsellingproduct-section #recent-porduct .price ins span.woocommerce-Price-amount {
    color: #FFD47F;
    font-weight: 400;
    text-decoration: none;   
}

#bsellingproduct-section .total-product-title-wrap {   
    
    position: relative;
    top: -5px;
    padding: 9px 15px 2em;  
    background: #312848;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; 
}
#bsellingproduct-section .total-product-title-wrap h6 {     
    padding: 0;
    margin: 0px 0 2px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    opacity: 0.8;
}

#bsellingproduct-section .bsellingproduct-product:hover .total-product-title-wrap h6{ color: #fd0303;}


/*--------------------------------------------------------------
## More Fun Product Section( Category Selection)
--------------------------------------------------------------*/
#featuredproduct-section {           
       position: relative;
       overflow: hidden;     
}
#featuredproduct-section .peccular-section-head {   
    margin-bottom: 4em;
    margin-top: 4em;
    z-index: 5;
}
#featuredproduct-section h2.ht-section-title {
    color: #F97924;   
    margin-bottom: 4px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    font-family: Creepster, Regular;
}
#featuredproduct-section .peccular-section-head h3 {
    color: #0D071D;   
    margin-bottom: 4px;
    padding-bottom: 0;   
    font-weight: 900;
    font-size: 30px;
    line-height: 46px;    
}
#featuredproduct-section .peccular-section-head i.fa-window-minimize{
    color: #000;
    font-size: 1px;
    margin-right: 0px;
    margin-top: 51px;
    padding: 0 237px;
    background: #000;
    border-radius: 0px;
    margin-left: 50px;
}
#featuredproduct-section .peccular-section-head span i.fa-window-minimize{
    color: #000;
    font-size: 1px;
    margin-left: -118px;
    margin-top: 51px;
    padding: 0 237px;
    background: #000;
    border-radius: 0px;
}
#featuredproduct-section .featuredproduct-box{
    position: relative;
}

#featuredproduct-section .featuredproduct-product{    margin-bottom: 2em;}

#featuredproduct-section .add-to-cart {  
   
    background: transparent linear-gradient(180deg, #F97B22 0%, #FFAA00 100%) ;
    border-radius: 22px;         
    position: relative;
    top: -23px;
    left: 0px;
    display: inline-block;
    transition: 0.25s;    
    padding: 6px 72px;
}
#featuredproduct-section .add-to-cart a {
    color: #fff;  
    font-size: 22px;
    font-family: Creepster, Regular;
}
#featuredproduct-section .featuredproduct-product:hover .add-to-cart{  
    box-shadow: 0px 0px 25px #f97b22;   
    background: none;   
}
#featuredproduct-section .featuredproduct-product:hover .add-to-cart a{
    color: #000;      
    background:none; 
}
#featuredproduct-section #recent-porduct{ 
    box-shadow: none !important;
    text-align: center;
}
.product-image-thumb {   overflow: hidden;}

#featuredproduct-section .product-image-thumb img{
    width: 100%;     
    transition: .8s ease;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px; 
}
#featuredproduct-section .featuredproduct-product:hover .product-image-thumb img{
    transition: .8s ease;
    filter: hue-rotate(455deg);
}
#featuredproduct-section #recent-porduct .price del,
#featuredproduct-section #recent-porduct .price ins,
#featuredproduct-section #recent-porduct .price span.woocommerce-Price-amount {
    text-decoration: none !important;
    color: #FFD47F;
    font-size: 18px ;
}
#featuredproduct-section #recent-porduct .price del span.woocommerce-Price-amount,
#featuredproduct-section #recent-porduct .price del span.woocommerce-Price-amount bdi,
#featuredproduct-section #recent-porduct .price span.woocommerce-Price-amount {
    color: #FFD47F;
    font-weight: 500;
    padding: 0 20px 0 8px;
    font-size: 18px !important;
}
#featuredproduct-section #recent-porduct .price ins span.woocommerce-Price-amount bdi,
#featuredproduct-section #recent-porduct .price ins span.woocommerce-Price-amount{
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #fe0101;
}
/*#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; 
    color: #FFD47F;
}*/
/*#featuredproduct-section #recent-porduct .price ins span.woocommerce-Price-amount {
    color: #FFD47F;
    font-weight: 400;
    text-decoration: none;   
}*/

#featuredproduct-section .total-product-title-wrap {   
    
    position: relative;
    top: -5px;
    padding: 9px 15px 2em;  
    background: #312848;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px; 
}
#featuredproduct-section .total-product-title-wrap h6 {     
    padding: 0;
    margin: 0px 0 2px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    opacity: 0.8;
}

#featuredproduct-section .featuredproduct-product:hover .total-product-title-wrap h6{ color: #fd0303;}

#featuredproduct-section .owl-carousel .owl-dots {  display: block !important;}
#featuredproduct-section .owl-carousel .owl-nav{ display: none; }
#featuredproduct-section .owl-theme .owl-dots .owl-dot span {
    width: 16px !important;
    height: 16px !important;
    margin: 5px 8px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: #aaa !important;
}
#featuredproduct-section .owl-theme .owl-dots .owl-dot.active span{
    background: #F97924 !important;
}

/*----------------------------------------*/
/*  Gallery home Area
/*----------------------------------------*/

#gallery {
    position: relative;
    overflow: hidden;    
}
#gallery .gallery-leftbox {
    margin: 6em 0em 1em;
}
#gallery .gallery-leftbox h1 {
    color: #130B29;
    font-size: 54px;
    line-height: 63px;   
    font-weight: 400;
    margin: 0 0 0px 0;
    font-family: Creepster, Regular; 
}
#gallery .gallery-leftbox h2 {
    color: #130B29;
    font-size: 54px;
    line-height: 63px;   
    font-weight: 400;
    font-family: Creepster, Regular; 
}
#gallery .gallery-leftbox h2 span {
    color: #F97B22;
    font-size: 54px;
    line-height: 63px;   
    font-weight: 400;
    font-family: Creepster, Regular; 
}
#gallery .gallery-leftbox p {
    color: #130B29;   
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0 31px;
    padding: 0 34px 0 0;   
}

#gallery .gallery-leftbox .gallerybtn {    
    border-radius: 36px;            
    padding: 10px 80px;  
    display: inline-block;    
    transition: 0.25s;
    margin: 25 0 0px 0px;   
    background: transparent linear-gradient(90deg, #F97B22 0%, #FFAA00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 25px #F97B22;
}
#gallery .gallery-leftbox .gallerybtn a {
    color: #261550; 
    font-size: 30px; 
    line-height: 36px;
    font-weight: 500;   
    font-family: Creepster, Regular; 
}
 #gallery .gallery-leftbox .gallerybtn:hover a{ color: #fff; }
#gallery .gallery-leftbox .gallerybtn:hover{ box-shadow: 0px 0px 25px #000; }

#gallery #products-austrak a img,
#gallery #products-sherings a img,
#gallery #products-austmark a img{
    border-radius: 0 !important;
}
/*----------------------------------------*/
/*  Gallery inner Area
/*----------------------------------------*/

#innerpage-box #products-austrak img{
    width: 100% !important;
    height: 260px !important;  
    transform: none !important;
     transition: 0.5s ;
}

#innerpage-box #products-austrak img:hover{
   
     transition: 0.5s ;
     border-radius: 33px 85px;
     background: #000;
     filter: brightness(0.5);
}
#innerpage-box #products-austrak a i {
    position: absolute;
     color: #8FCB00;
     z-index: 1;
     font-weight: normal;
     padding: 0;
     bottom: -94px;
     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: 6em 0 0 0; }

#innerpage-box .peccular-team-image {
   -webkit-mask-image: url(images/arrivalimgshape.png);
    mask-image: url(images/arrivalimgshape.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    position: relative;  
    padding: 18px 2em;
    top: 0;
    width: 294px;    
    height: 292px;
    background: #fad107;
}

#innerpage-box .item-img img {
    width: 210px;
    height:200px;   
    border: none;
    -webkit-border-radius: 0;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    z-index: 10;
    top: -41px;
    left: 0;
    right: 0;
    margin: 0 auto;
    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 .peccular-team-content{  position: relative; top: 142px; }

#innerpage-box .peccular-team-content h4.peccular-team-name {
    font-size: 23px !important;
    color: #000 ;
    margin: 19px 0 8px;
    text-align: center;    
    font-weight: 500;

}
#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 {  text-align: center; }

#innerpage-box .peccular-team-social-icon a i {
    color: #000;
    transition: all 300ms ease 0s;
    font-size: 17px;
    padding: 0 6px;
}

#innerpage-box .peccular-team-social-icon a:hover i {
    transform: translateY(-5px);
    color: #f9c12c;
}

/*----------------------------------------*/
/*  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 .blog-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#blog {    
    position: relative;
    overflow: hidden;
    background: #fff;
}
#blog .peccular-section-head {   
    margin-bottom: 5em;
    margin-top: 1em;
    z-index: 5;
}
#blog h2.ht-section-title {
    color: #000;   
    margin-bottom: 3px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
}
#blog .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;
}
#blog .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;
}
#blog .peccular-section-head i.fa-paw{        
   
    background: none;
    border-radius: 0;    
    font-family: 'FontAwesome';    
    position: relative;
    bottom: -11px;   
    font-size: 17px;
    color: #fe0101;
   
}
#blog .peccular-section-head span i.fa-paw{        
   
    background: none;
    border-radius: 0;    
    font-family: 'FontAwesome'; 
    position: relative;     
    bottom: -1px;    
    font-size: 17px;
    color: #fe0101;
   
}
#blog .peccular-blog-post{    
    background: #fff;
    padding: 0 1em;
    margin: 0 0 3em 0;
    position: relative;
    overflow: hidden;
}
#blog .peccular-box-area-S { margin: 0px;}
#blog h4.inner-area-title {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 19px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#blog .peccular-blog-post:hover h4.inner-area-title{
        color: #ed59af;
    /*transform: scale(1.2);*/
    transition: all 1s ease 0s;
}
#blog p{
    color: #9f9f9f;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0em;
    padding: 0em;
}

#blog .read-btn {
    color: #000;
    background: #f3da15;
    border: 4px solid #ffcd08;
    padding:5px 16px 5px 16px;
    margin-bottom: 0em;
    font-size: 18px;
    font-weight: 400;
    border-radius: 30px;
    position: relative;
    top: 12px;
    display: inline-block;
     transition: 0.25s;
}
#blog .read-btn a {
    color: #000;  
    z-index: 2;    
    display: block; 
    position: relative; 
}

#blog .read-btn .hoverbg {
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    top:0;
    left: 0;
    background: #FFD583;   
    /*border: 3px solid #ffcd08;*/
    border-radius: 30px;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    transition: .8s all ease;
}

#blog .read-btn:hover .hoverbg {
    width: 100%;   
    opacity: 1;
}
#blog .read-btn:hover a{
    color: #000;
     z-index: 2; 
    
}
#blog .peccular-blog-single {   
   padding:20px;       
}

#blog .peccular-blog-date{    
    padding:0px; 
    text-align: left;    
}

#blog .peccular-blog-thumbnail {
    position: relative;
     overflow: hidden; 
}

#blog .peccular-blog-comment {
    margin: 2px 0 15px;
    text-align: right;
    padding-right: 18px;
}

#blog .peccular-blog-comment span, 
#blog .peccular-blog-date span {
    color: #020003;
    font-size: 18px;
    padding: 15px 0px 15px 4px;
    font-weight: 400;
    text-transform: capitalize;
}
#blog .peccular-blog-comment i{
    font-size: 21px;
    font-weight: 500;
    padding-right: 8px;
    color: #f3da15;
}
#blog .peccular-blog-date i{
    font-size: 21px;
    font-weight: 500;
    padding-right: 8px;
    color: #f3da15;
}

#blog .peccular-blog-thumbnail a img {
    width: 100%;
}
#blog .peccular-blog-thumbnail img {
   transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
        border-radius: 11px;
}
#blog .peccular-blog-post:hover .peccular-blog-thumbnail img {
    transform: scale(1.2);
}
#blog .peccular-blog-post .peccular-blog-thumbnail:before {
    position: absolute;
    top: 0;
    left: -75%;
    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);
}
#blog .peccular-blog-post:hover .peccular-blog-thumbnail::before {
    -webkit-animation: shine .71s;
    animation: shine .71s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/

#newsletter {
    position: relative;
    z-index: 1;
    overflow: hidden;  
    border-bottom: 2px solid #b7b7b7;
    padding: 0 0 21px;
    margin-bottom: 4em;
}
#newsletter .peccular-section-head {
    margin-bottom: 0em;
        margin-top: 0;
}

#newsletter .peccular-section-head h2{
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 0em;
    text-align: left;
    font-family: Creepster, Regular;
}

#newsletter .peccular-newsletter-member-wrap {   }

#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:1px solid #F97B22; 
    border-bottom: 1px solid #F97B22 !important;   
    z-index: 2;
    width: 100%;
    color: #fff !important;
    margin: 0 0 10px 20px;
    border-radius: 40px;
    padding: 0px 21px !important;
    font-size: 14px !important;
    height: 43px;
    font-weight: 500;    
}
#newsletter  .peccular-newsletter-member-wrap input::placeholder{
    opacity: 1;
    color: #fff;
    opacity: 0.9;
}
#newsletter .peccular-newsletter-member-wrap .wpcf7-list-item-label{
    color: #fff;
    margin:0 0 0 10px;  
}
#newsletter .peccular-newsletter-member-wrap .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 2em;
    position: relative;
    top: -6px;
}
#newsletter .peccular-newsletter-member-wrap .wpcf7-list-item input[type="checkbox"], 
#newsletter .peccular-newsletter-member-wrap .wpcf7-list-item input[type="radio"]{

}

#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
    background: #F97B22 !important;
    color: #fff ;
    font-weight: 400;
    padding: 13px 54px;
    line-height: 1;
    border-radius: 40px;    
    text-decoration: none;
    border: none;
    cursor: pointer;    
    font-size: 18px;
    transition: all 0.5s ease 0s;
    margin: 0px 0;
   
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover .wpcf7:after{

    display: none !important;
    color: #000;
}


/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
#footer,
.footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0; 
    overflow: hidden;
}
#footer img,
.footer-area img{
    position: absolute;
    z-index:2;
    top: 0;
    width: 100%;
    left: 0;
}

#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: #2A1857 ;
    opacity: 0.17;
}
#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,
.footer-area .menu li {
    display: block;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    border-bottom: none;
    border-top: none;
 }

.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
}
.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: #F97B22;
}
.footer-area li a:before,
.page .footer-area li a:before,
.single .footer-area li a:before{
    content: '\f1b0';
    font-family: 'Fontawesome';
    font-size: 15px;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 12px 0 0;
    color: #fff;
    background: none !important;
    display: inline-block;

}

.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: #f8f4f5;
}
.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: 31px;   
    font-size: 24px;
    line-height: 31px;
    text-transform: capitalize;
    padding-bottom: 0px;
    font-weight: 400;
    position: relative;
    font-family: Creepster, Regular;
}
.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;}

.footer-area .bottom-area,
.footer-area .bottom-area,
.page .footer-area .bottom-area,
.single .footer-area .bottom-area {

    position: relative;
    background: #F97B22;
    padding: 10px 0 ;
    margin: 2em 0 6em;
}
.footer-area .bottom-area .socials{}
.footer-area .bottom-area .socials a{
    margin: 0 17px 0 0;
}
.footer-area .bottom-area .socials a i{
    font-size: 17px;
    color: #F97B22;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 5px 7px;
}
.footer-area .bottom-area .socials a:hover i{
    color: #000;
    transform: scale(1.1);
}

.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;}

.footer-area .bottom-area .footer-text,
.single .footer-area .bottom-area .footer-text
   {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    opacity: 0.9;
    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,
.footer-area .top-area,
.page .footer-area .top-area,
.single .footer-area .top-area {
    padding: 0 0 0.5em;
    position: relative;
    z-index: 999;
}
.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;
}
.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 .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 img{       
    margin-bottom: 14px;
    position: relative !important;
    width: 62% !important;
    top: 0px;
}
.widget-area p, .widget_text p,
.widget_text,
.single-footer-1 p{
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    font-size: 20px !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: #818181 !important;
    text-align: left;
       
  }
  .footer-padding-top{    padding: 112px 0 0px 60px;}
  .footer-padding-top2{    padding: 50px 0 0 0;}
  
 .single-footer-5 h4.widget-title{

    padding: 12px 0 0 0px;
  }

  .footer-area .single-footer-5{
    /*background: #074842 !important;*/
    padding: 38px 0em 2em 44px;
    display: block;
    width: 19%;
    position: relative;
    top: -54px;
    left: 50px;
   

  }
.footer-area .single-footer-5 .footer5overlay{
    background: #074842 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
     opacity: 0.6;
}
  .footer-area .widget-title{
    margin-bottom: 1em;
  }
   
  .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: #ffcd07 !important;
     font-size: 25px !important;
   }
   .footer-area .social-profile-icons ul li{
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 800;
    margin: 0 15px 60px 0;
   } 
   .footer-area .social-profile-icons{margin-top: 2em;}

    .footer-area  .top-area {
    /* margin-bottom: -68px; */
    overflow: hidden;
    position: relative;
    /*bottom: -68px;*/
}

   .footer-area .footer-bgleft {
    /*background-image: url(images/footerbgleft.png);*/ 
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 0;
   }
   .footer-area .footer-bgleft img{
    width: 100%;
   }
   .footer-area .footer-bgright img{
    width: 100%;
   }
   .footer-area .footer-bgright{
    /*background-image: url(images/footerbgright.png);*/    
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: -1;
   }
/*-----------------------
Innerpage Page 
-----------------------------*/
.ht-main-title{
    margin: 10px 0 3px 0%;
    letter-spacing: 0px;
    font-weight: 800 !important;
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 34px;
    font-family: Creepster, Regular;    
    text-align: center;
}
.category .ht-main-title {
    margin: 0 0 1.5em;
}
.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;
}
.peccular-innerpage-overlay {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 1;
    display: flex;
    align-items: center;
    text-align: center;
}
.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, 
.ht-counter-icon, 
.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 15px 0%;
    text-align: center;
    position: relative;
    z-index: 1;
}   
.breadcrumbbox span {
    color: #F97B22;
    margin: 0 3px;
    font-size: 14px;
    /*text-transform: uppercase;*/
    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: #F97B22;
    font-weight: 300;
    
}
.breadcrumbbox a:hover {
    color: #fff;
}
/*--------------------------------------------------------------
## 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 .ht-blog-thumbnail svg{
    transform: rotateY(180deg);
    position: relative;
    top: -43px;
    left: 0;
    width: 100%;
     transition: .3s ease-in-out;
}
#innerpage-box .ht-blog-thumbnail svg path{
    fill: #fff !important;
}

#innerpage-box .blog-date {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 0;
    bottom: 3px;
    left: 0px;
    z-index: 0;
    color: #000;
    padding: 12px 36px 8px 24px;   
    background: #fed008;
    display: inline-block;
    position: absolute;
    border-top-right-radius: 42px;
    border-bottom-left-radius: 35px;

}
#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 10px;
        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: 289px;
    border-radius: 37px;
    
   /* -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 .inner-blog-post:hover svg{

        top: -84px;
         transition: .3s ease-in-out;
}
#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;
}

#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: 23px !important;
    font-weight: 600;
    word-break: break-word;
    padding: 0;
    margin: 8px 0 !important;
    border-left: none;   
    text-transform: capitalize;
}
#innerpage-box #blog-box h2 {
    color: #000;
}
#innerpage-box .inner-blog-excerpt{
    margin: 20px 0;
    color: #6a6a6a !important;
    font-size: 17px !important;
        line-height: 24px !important;
}

#innerpage-box #blog-box h2:hover {
    background-image: linear-gradient( 
    40deg, #06332e 30%, #06332e 70% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
div#secondary .social-profile-icons ul li i:hover, #innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}
.inner-blog-excerpt {
    
    margin-bottom: 25px;
}

#innerpage-box .blog-page-btn,
#innerpage-box .single_post .blog-page-btn{
  
    background: #f3da15;
    border: 4px solid #ffcd08;
    padding:11px 23px;
    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;
}
#innerpage-box .blog-page-btn a,
#innerpage-box .single_post .blog-page-btn a {
    color: #000;  
    z-index: 2;    
    display: block; 
    position: relative; 
}

#innerpage-box .blog-page-btn .hoverbg,
#innerpage-box .single_post .blog-page-btn .hoverbg {
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    top:0;
    left: 0;
    background: #ff7f82;   
    /*border: 3px solid #ffcd08;*/
    border-radius: 30px;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    transition: .8s all ease;
}

#innerpage-box .blog-page-btn:hover .hoverbg,
#innerpage-box .single_post .blog-page-btn:hover .hoverbg {
    width: 100%;   
    opacity: 1;
}

#innerpage-box .blog-page-btn:hover a,
#innerpage-box .single_post .blog-page-btn:hover a{
    color: #000;
     z-index: 2;     
}

#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-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
    color: #000;
    padding-left: 18px;
}
#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: 2em 0;
}
#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: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #06332e;
    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: #06332e;
}

.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: #06332e;
    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;
}
/*-------------Gallry inner page-------------*/
/*#innerpage-box .products-austrak {}
  
#innerpage-box .products-austrak a img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
#innerpage-box .products-austrak a img:hover {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}*/


/*-------------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 .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: #f3da15; 
    border: 4px solid #ffcd08;   
    color: #000;     
    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; }


/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box {
    margin:0px 0 6em 0;
}

#innerpage-box .peccular-service-box .service-view-btn{

    color: #ff76dc !important;  
    background: #ff76dc; 
    padding: 8px 23px;   
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}

#innerpage-box .peccular-service-content {
    text-align: left;
    background-color: #b67af3;
    padding: 0px 0;
    box-shadow: 0px 15px 35px -15px rgb(204 80 172 / 45%);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 30px 30px 30px;
    position: relative;
}

#innerpage-box .peccular-service-content .service-content2{
        padding: 23px 30px 51px;
        margin: 0 0 2em 0;
}
#innerpage-box .peccular-service-content i{
    color: #fff;
    background: #b67af3;
    border-radius: 0px 0px 0px 10px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 13px;
    height: 65px;
    width: 65px;
    line-height: 67px;
    position: absolute;
    top: 0;
    left: 37px;
    font-size: 32px;
    display: none;
}
#innerpage-box .peccular-service-content .service-images{
    overflow: hidden;
}

#innerpage-box .peccular-service-content img {
    width: 100%; 
    height: 243px;    
   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: #fff !important;
    font-size: 22px;
    font-weight: 700;
}

#innerpage-box .peccular-service-content p {
    color: #fff !important;
   font-weight: 400;
    font-size: 15px !important;
    line-height: 23px !important;
    margin-bottom: 20px;
}

#innerpage-box .peccular-service-box:hover .peccular-service-content h4 a{      
    color: #fff !important;
}
#innerpage-box .peccular-service-box:hover .service-view-btn{
    color: #fff !important; 
    background: #b67af3; 
     
}
#innerpage-box .peccular-service-box:hover .peccular-service-content img{

    transform: scale(1.2);
      
}
#innerpage-box .peccular-service-box:hover .peccular-service-content {

     background-color: #ff76dc;

}

/*---------------------- End Services page ------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/
div#content-box .faq .faq-content{
    margin-bottom: 5px;
    padding: 0 15px;
    border: none;    
    background-color: #fff;
    padding: 21px 24px 10px 30px;
}
div#content-box .faq h2{
    font-size: 29px !important;
    text-align: center;
    color: #f2d106;
}

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: '\f067';
    font-family: 'Fontawesome';
    font-size: 35px;
    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: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*border: 1px solid #112a3c;*/
    color: #fff;
    background: #112a3c;
}

#innerpage-box div#content-box .faq-content button.accordion.active h3.faq-title:before {
    content: "\f068";
    font-family: 'Fontawesome';
     color: #fff;
     background: #112a3c;
}
#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: #fdfaf1;
      border: 1px solid #d8d4d3;
    border-radius: 4px;
}
#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: 18px !important;
    font-weight: 400 !important;
    line-height: 33px;
     text-align: left;
     color: #000;  
     background: #fdfaf1;
     margin: 0 !important; 
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;   
    position: relative;
    cursor: pointer;
    border: 1px solid #d8d4d3;
    border-radius: 4px;
    padding: 12px 60px 12px 12px;
}
#innerpage-box div#content-box button.accordion.active h3.faq-title{
    color: #bb8fe7;
}
#innerpage-box div#content-box h3.faq-title:after {
    display: none;
}
div#content-box .faq-content p {
    font-size: 17px !important;
    padding: 13px 33px;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 500;
    color: #848e9f;
}

.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: #fff;   
    margin: 3em 5px;
    padding: 27px 35px 27px;
    border-radius: 40px;
    border: 8px solid #000;
    position: relative;
    z-index: 2;
    
}
#innerpage-box .testi-padding{ padding: 0 4em; }

#innerpage-box .peccular-testimonials-identity {
    position: relative;
    text-align: right;
    right: -32px;
}
#innerpage-box h4.peccular-testimonials-name {
    color: #000;
    font-size: 23px !important;
    font-weight: 500 !important;
    margin: 25px 0 3px !important;
    font-style: italic;
    
}
#innerpage-box h4.peccular-testimonials-name:after{
    display: none;
}
#innerpage-box .peccular-testimonials-designation {
    color: #787575;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin:0 62px 0 0 !important;
    text-align: right;

    
}
#innerpage-box h6.peccular-testimonials-designation:after{
    display: none;
}
#innerpage-box .peccular-testimonials-image{
    margin: 0;
    padding: 0;
   
}
#innerpage-box .peccular-testimonials-image img{   
    border-radius: 50%;
    width: 29%;
    /* height: 90px; */
    position: absolute;
    margin: 0 0 0 15px;    
    right: -51px;
    bottom: -29px; 
}

#innerpage-box .peccular-testimonials-content p {
    padding: 0 0 0em 0em;
    color: #a9a9a9;
    font-size: 20px !important;
    line-height: 26px !important; 
    text-align: justify;
    font-style: italic;
    margin-bottom: 0;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
    font-size: 102px;
    text-align: left;
    margin: 0;
    position: absolute;
    background: #fff;
    padding: 10px;
    left: -90px;
    top: -38px;
    color: #fad107;
    transition: 0.6s ease-in-out;
}

#innerpage-box h6.peccular-testimonials-designation span{
    padding: 0 0 0 57px;
}


#innerpage-box .peccular-testimonials-content {
    padding: 0 0 0 0px;
    margin-bottom: 12px;
}

#innerpage-box .peccular-testimonials-single:hover i.fa.fa-quote-left{

    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;}
.hero-slider{height: 767px;}
.hero-style .slider-inner-mainbox { top: 218px ;}

}

@media screen and (min-width: 993px) and (max-width: 1024px){
 .navigation .mainmenu { text-align: left !important; right: 0 !important;}
 .navigation .mainmenu li{ margin-right: 14px !important;}

}
@media (min-width: 1920px) and (max-width: 2560px){ 
    #newarrivalproduct-section img.newarrival-imgprint{
    width: auto; top: -125px; left: 0; right: 0; margin: 0 auto; }    
}

@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){

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 15% !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 3px 12px !important;
}

#catproduct-section .peccular-section-head span i.fa-window-minimize{
    margin-top: 119px;
    padding: 0 284px;
}
#featuredproduct-section .peccular-section-head i.fa-window-minimize,
#featuredproduct-section .peccular-section-head span i.fa-window-minimize{
    padding: 0 155px;
}
#newarrivalproduct .peccular-section-head i.fa-window-minimize{
    padding: 0 149px;  margin-left: 50px;
}
#newarrivalproduct .peccular-section-head span i.fa-window-minimize{
    padding: 0 154px;  margin-left: -53px;
}
#featuredproduct-section .total-product-title-wrap h6{ font-size: 18px; line-height: 25px;}
#evilbanner .peccular-evilbanner-leftarea .bannerinn{ top: 41px;}
#newarrivalproduct #recent-porduct .newarrival{ left: 0;}
#newarrivalproduct #recent-porduct .newarrival a{ font-size: 20px;}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{ padding: 13px 32px;}

.hero-style .slide-title h2 { font-size: 55px; line-height: 56px;}
.hero-style .slider-inner-mainbox { top: 140px; padding: 0 0px 0 0;}
.hero-slider{ height: 545px ;}
.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;}
#catproduct-section .pro-cat-img{  width: 140px; height: 140px;}
#catproduct-section .pro-cat-content span a{line-height: 30px;    margin: 23px 0 0 0;}
.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-imgbox2 img.dogshape{    height: auto !important;}
#innerpage-box .item-img img{  width: 200px; left: 17px;}

}


@media only screen and (max-width: 768px){  

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 20% !important;
} 

.hero-style .slide-title h2{  line-height: 37px;  margin: 0 0 -25px;}
.hero-slider{ height: 409px;}
.hero-style .slider-inner-mainbox { top: 79px; padding: 0 0px 0 0;}
#banner .peccular-banner-box{padding: 0 0 115px;}
#evilbanner .peccular-evilbanner-leftarea h1 {  font-size: 69px !important; line-height: 70px !important;}
#newsletter .peccular-newsletter-member-wrap input[type="submit"] {
    position: relative !important;  right: 10px !important; padding: 13px 20px;
}

.top-bar-head .head-menu {  padding-right: 46px !important;}
.mainbottom-header .total-count{text-align: left; left: -58px;}
.mainbottom-header .total-count .count{ right: 25px;}
.mainbottom-header .head-btnicon i.fa-user{  left: -31px !important;  bottom: 11px !important;}
.mainbottom-header .head-btnicon .header-shopbtn {right: 0px !important; font-size: 14px !important;
    padding: 13px 7px 12px 25px !important;}
.header-nav-area{ padding-top: 2em;}
.top-bar-head{ padding: 0 0 1px;}
#newarrivalproduct-section .total-product-title-wrap h6{ margin: 0px 0 24px; 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;}

.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;}
.footer-area .single-footer-5{left: 0; width: 31%; padding: 38px 0em 2em 0;}
#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;}

#bsellingproduct-section .peccular-section-head{ margin-bottom: 0em;}

}


@media only screen and (max-width: 767px){

#featuredproduct-section .featuredproduct-product { margin-bottom: 4em;}
#featuredproduct-section #recent-porduct .add-to-cart { padding: 8px 39px 8px 10px;font-size: 16px;}
#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: 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;}
.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;}
#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{
        margin: 10px 0 10px 0px;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    padding: 13px 54px; margin: 11px 0;
}
}
@media only screen and (max-width:320px){ 

#evilbanner .peccular-evilbanner-rightarea h3 { font-size: 24px !important; line-height: 23px !important;}
#evilbanner .peccular-evilbanner-rightarea h4 { font-size: 35px !important; line-height: 31px !important; margin-bottom: 0;}
#evilbanner .peccular-evilbanner-leftarea h2 { font-size: 22px !important; line-height: 30px !important;}
#evilbanner .peccular-evilbanner-leftarea h1 { font-size: 38px !important; line-height: 24px !important;}
#evilbanner .peccular-evilbanner-leftarea .evilbannbtn { margin: 18px 0 0px 0px !important; padding: 2px 31px !important;}

#bsellingproduct-section .peccular-section-head i.fa-window-minimize{
    margin-left: 0;  
    margin-right: 0;
    margin-top: 0;
    padding: 0 100px;
}
#bsellingproduct-section .peccular-section-head span i.fa-window-minimize{
    margin-left: 0;
    margin-top: 0;
    padding: 0 100px;
}
#catproduct-section .peccular-section-head span i.fa-window-minimize {
    margin-top: 0;
    padding: 0 136px;
    margin-left: 0;
}
#featuredproduct-section .peccular-section-head i.fa-window-minimize,
#featuredproduct-section .peccular-section-head span i.fa-window-minimize{
    margin-right: 0px;
    margin-top: 0;
    padding: 0 100px;   
    margin-left: 0;
}
#newarrivalproduct .peccular-section-head i.fa-window-minimize,
#newarrivalproduct .peccular-section-head span i.fa-window-minimize{
    padding: 0 100px;
    margin-left: 0;
    height: 1px;
    margin-right: 0;
    margin-top: 0;
}
#gallery .gallery-leftbox {
    margin: 0em 0em 1em !important;
}

.slider-area .sliderimg img.slide-mainimg{ height: 220px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 34% !important;   
}
#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;}
#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;}
.logo-header .custom-logo-link img {  width: 88% !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;}
#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){ 

#featuredproduct-section .featured-right-imgbox2 img{top: 241px !important;}
#featuredproduct-section .featured-right-box2 img{ width: 81% !important;}
.mainbottom-header .head-btnicon i.fa-user{left: 66px !important; line-height: 55px; padding: 0 16px;}  
#innerpage-box .peccular-testimonials-content p{    margin: 37px 0px 60px !important;}
}

@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;} 
#featuredproduct-section .featured-right-imgbox2 img {  top: 276px !important;}
#evilbanner .peccular-evilbanner-rightarea .righttextbox{padding: 0 2px 0 0;}
#evilbanner .peccular-evilbanner-rightarea h1 { font-size: 28px; line-height: 14px;}
#evilbanner .peccular-evilbanner-rightarea h2 { font-size: 30px; line-height: 33px;}
#evilbanner .peccular-evilbanner-rightarea h3 { font-size: 29px; line-height: 31px;}

}
@media screen and (min-width:375px) and (max-width:425px){

 #evilbanner .peccular-evilbanner-leftarea h1 {
    font-size: 51px !important;
    line-height: 35px !important;
}

}

@media screen and (min-width:320px) and (max-width:425px){

#banner .peccular-banner-area h3 { font-size: 19px; line-height: 26px;}
#banner .peccular-banner-area h1 { font-size: 45px; line-height: 37px;}
#banner .peccular-banner-area h2 { font-size: 55px !important; line-height: 63px !important;}
#banner .peccular-banner-area h5 { font-size: 40px; line-height: 29px !important;}
#banner .peccular-banner-box {  padding: 0 0 157px; }
#evilbanner .peccular-evilbanner-leftarea .bannerinn{
    text-align: left;  top: 0;}
 #evilbanner .peccular-evilbanner-leftarea h2 { font-size: 26px;   }

#evilbanner .peccular-evilbanner-leftarea .evilbannbtn a{ font-size: 21px; line-height: 23px;}
#evilbanner .peccular-evilbanner-leftarea .evilbannbtn{margin: 18px 0 0px 0px; padding: 7px 58px;}

.swiper-pagination-bullet:before{  font-size: 18px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 9px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    right: 0px !important;
}

.slider-area{  top: 0px;}   

.slide-inner .slider-inner-mainbox {  top: 17px;}
.sliderbtns {margin-top: 2em;text-align: center;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        width: 34% !important;    text-align: center !important;}
.swiper-pagination-bullet-active{ background-color: #fff !important;}
.hero-style .slide-text p{    color: #fff !important;}

.mainbottom-header .total-count {text-align: right; left: -11px; top: -21px;} 

.mainbottom-header .head-btnicon{  width: 212px; position: absolute; right: 0;} 

#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: 7em !important;}
#catproduct-section .peccular-section-head{  margin-bottom: 2em;}


}

@media screen and (min-width:320px) and (max-width:375px){
.mainbottom-header .head-btnicon .header-shopbtn{  padding: 19px 9px 10px 36px !important;
    font-size: 12px !important;}
.mainbottom-header .head-btnicon i.fa-user{line-height: 52px;padding: 0 13px; font-size: 29px; bottom:5px !important;     width: 50px;
    height: 49px; left: 80px !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){
#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; }
    #banner .peccular-banner-imgbox img{    margin-left: 0;    width: 80%;}
    .peccular-testimonials-imgbox {  top: -223px !important;  position: relative;}
    div#testimonials {  padding: 0em 0 0em 0em !important;}
    #team {  padding-top: 0em !important;}
    #blog{  padding-top: 0 !important; position: relative !important; top: -120px !important;}
    #ourclient .owl-carousel .owl-item img{  width: 90% !important;}
    .footer-area .bottom-area .socials {  text-align: center;  margin-bottom: 19px;}

}

/*// --------------Procduct cat Responsiv css ----------------------------- */

@media screen and (min-width:1024px) and (max-width:1199px){}
  
@media only screen and (max-width: 1024px){   
    #team .peccular-team-content { padding: 0 0 71px 0;}    
    #footer .footer-top-area1 .ftextarea p{color: #ffffff !important;}
    #banner .peccular-banner-area h1{  line-height: 57px;    }
    #banner .peccular-banner-area h2 { font-size: 84px; line-height: 82px;}
    #banner .peccular-banner-area h4{ line-height: 20px;}
    #banner .peccular-banner-area h5{    line-height: 53px;}
    #evilbanner .peccular-evilbanner-leftarea h1 { font-size: 87px; line-height: 130px;}
   
}
@media only screen and (max-width: 768px){  
    #bsellingproduct-section .peccular-section-head{    margin-top: 0;}
   #bsellingproduct-section #recent-porduct .add-to-cart{ padding: 6px 20px !important;}
   #newarrivalproduct #recent-porduct .newarrival{ padding: 10px 15px; text-align: center; left: 0;}
   #newarrivalproduct #recent-porduct .newarrival a{font-size: 19px;}
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:30px !important;}
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon { width: 69% !important;}
    #counter .peccular-counter-b{  margin: 2em 0;}
    #team .peccular-team-content svg{  top: -64px;}
    #team .peccular-team-social-icon{  text-align: left;}
    #contact .peccular-section-head h2{ font-size: 37px;}
    #contact .peccular-section-head{ margin-bottom: 1em; margin-top: 1em;}
    #contact svg{  right: -446px;}
    #contact .contactsvg2 svg{  right: -487px;}
    #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){
   #slider { padding-top: 0em !important;} 
    .hero-slider { height: 228px;}  
   #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;}
#counter .peccular-counter-icon span{    margin: 0 172px;}
#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;}
 #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
 

}

@media only screen and (max-width:375px){
    #catproduct-section .pro-cat-content svg{ width: 353px !important; top: 6em !important;}
   
}
@media only screen and (max-width:320px){
    #catproduct-section .pro-cat-content svg{ width:298px !important; top: 15em !important;}
    #team .peccular-team-content svg { top: -60px;}
   
}
@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 only screen and (max-width:1024px){
#counter .peccular-counter-num.count{    text-align: center;}
#counter h4.peccular-counter-title{ text-align: center;}
}

/* ------------------------------------------- */

@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: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: center; }
    .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: 320px) and (max-width: 358px){
    .ht-main-title {    margin: 45px 0 0.5em 0;}
}
@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){ 
    #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;*/
    }
}
@media only screen and (max-width: 992px){ 
    #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: 35px;
    }
    .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;
    }*/
    .slider-inner-box {
        top: 55%;
    }
    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;
    }
    #newsletter .newsletter-sign-box {
    padding: 0 1em;
}
}

@media only screen and (max-width: 640px){ 
  #whychooseus .peccular-whychooseus-img{
    padding-right: 2em;
}
.peccular-whychooseus-overlay-dark {
    display: none;
}
#innerpage-box .peccular-testimonials-single {
    padding: 3em 1em 0;
}
#innerpage-box .peccular-testimonials-image:after {
    bottom: 68px;
    left: 20px;
}
/*#innerpage-box .peccular-testimonials-image img {
    top: -5em;
}*/
#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    right: -20px;
}
#innerpage-box .peccular-testimonials-single {
    margin-top: 3em;
    margin-bottom: 5em;
}
#innerpage-box .peccular-testimonials-identity {
    top: -65px;
}
#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;
}
.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;
}

#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;
}

}
