/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a
 {
    color: #ffffff !important ;
}
.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
}
span#reply-title {
    font-size: 35px;
    padding-bottom: 1em !important;
    font-weight: 700;
    margin-bottom: 1em !important;
}
.btn{
    color: #fff;
    background: transparent linear-gradient(180deg, #293C4B 0%, #32475A 100%) 0% 0% no-repeat padding-box;
    font-size: 18px;
    font-weight: 300;
    padding: 6px 15px 6px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 0.5em;

} 
header.site-header .btn{
  float: right;
  z-index: 999;
}
.btn:hover,
.btn:focus{
    color: #fff;
    background-color: rgb(255, 0, 106);
    padding-right: 5px;
    padding-left: 25px;
}
.ht-site-title a, .site-title a {color: #fff;}

header.site-header .maintop-header{   
    padding: 0px 0;
    text-align: right;  
}
header.site-header {   
   /* z-index: 99999;*/
    z-index: 999;
    position: absolute;
    width: 100%;    
}
header.slider-above{
    background-color: #EAE3D4;
}
.header-fixed {  
    position: fixed !important;
    top: -38px;
    left: 0;
    width: 100%;
    padding: 10px 40px;
    background-color: #2A2E3D;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease;
}
.top-bar-head{
    padding: 8px 0;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    z-index: 999;
    position: relative;
} 
.is-sticky-on {
    position: fixed;
    background: #ffffff;
}
.mainbottom-header.top-bar-head.bottom-header .header-overlay{

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4px;
    background: linear-gradient( to top,transparent -11%,#06332e 106% );
    opacity: 0.95;
    background-size: cover;
    z-index: -1;    
} 
.top-bar-head .header-bottom-border{
    border-bottom: 1px solid #dad3c9;
    position: relative;
    bottom: 4px;
    left: 18px;
    opacity: 0.5;
}

.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}

/*.mainbottom-header .head-conbtn {
    text-align: center;
    padding-top: 6px;
}*/
.head-inner-conbtn{
    display: none;
}
.mainbottom-header a.header-innershopbtn{
    top: 7px;
    left: 21px;
    font-weight: 500;
    font-size: 13px;    
    display: inline-block;
    color: #000;   
    text-align: center;
    text-transform: capitalize;
    background: #EAE3D4;
    border-radius: 4px;
    position: relative;    
    transition: all .3s ease-in-out;   
    z-index: 10;
    padding: 8px 18px;
}

.mainbottom-header .header-shopbtn{
    top: 0;
    font-weight: 500;
    font-size: 18px;    
    display: inline-block;
    color: #fff;   
    text-align: left;
    text-transform: capitalize;
/*    background: transparent linear-gradient(180deg, #293C4B 0%, #32475A 100%) ;*/
background: #293C4B;
border-radius: 4px;
position: relative;
overflow: hidden!important;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;   
z-index: 10;
padding: 8px 18px;
}

.mainbottom-header .header-shopbtn:hover{ color: #fff!important;}
.mainbottom-header .header-shopbtn::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #978052;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow:2px 0px 14px rgba(0,0,0,.6);
} 

.mainbottom-header .header-shopbtn::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #EAE3D4;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.mainbottom-header .header-shopbtn:hover::before,
.mainbottom-header .header-shopbtn:hover::before{
    opacity:1;
    width: 116%;
}
.mainbottom-header .header-shopbtn:hover::after,
.mainbottom-header .header-shopbtn:hover::after{
    opacity:1;
    width: 120%;
}
.maintop-header i.fa-phone {
    color: #F2842E;
    margin-right: 15px;
    font-size: 30px;  
    position: relative;
    top: 5px;     
}
.maintop-header i.fa-envelope-o {
    color: #F2842E;
    margin-right: 15px;
    font-size: 30px;   
    top: 5px; 
    position: relative;    
}
.maintop-header a {
    font-size: 20px;
    font-weight: 500;   
    margin: 0;
    color: #55032d;
}
.maintop-header a.h-phone {
    color: #fff;
    margin-right: 8px;
}
.maintop-header a.h-email {
    color: #fff;
}
.maintop-header .heademail{
    position: relative;
    
}
.maintop-header .headphone{
    position: relative;
    
}
.maintop-header a:hover, .maintop-header a.h-phone:hover,.maintop-header a.h-email:hover{color: #fff;}

.site-header .site-navigation { text-align: center; padding: 0;}

.site-header .socials {text-align: right; padding:0px 30px 6px 0;}

.site-header .socials a i.fa {
    font-size: 18px;
    margin-right: 11px;
    margin-bottom: 5px;
    line-height: 28px;
    border-radius: 50%;
    color: #3C4048;
    background: #fff;
    width: 27px;
    height: 27px;
    text-align: center;
    transition: all 0.9s;

}
.site-header .socials a i.fa:hover {

    border-radius: 0px;
    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: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    margin-top: 0.5em;
    padding: 12px 0px 0px 0;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #000;
}
.logo-header,
.logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 ;
    text-align: left;
    /*background: #fff;*/
    position: absolute;
        max-width: 24%;
    top: 0px;
}
.header-transparent .sticky-header .logo-header{
    top: 12px !important;
}
.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: 1;
    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;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 20px ;
    padding: 30px 0;
    font-weight: 500  ;
    line-height: 36px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}
.navigation .mainmenu li.current_page_item a, .current_page_item > a,
.navigation .mainmenu li a:hover,
div#navbarNavDropdown li.current_page_item a:hover, 
.current_page_item > a:hover{
    color: #978052;

}
.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{
    opacity: 1;
    display: block;
}

.navigation .mainmenu li.current_page_item a:before, 
.current_page_item > a:before{
    opacity: 0 !important;
}

#footer .navigation .mainmenu li.current_page_item a:before, 
#footer .current_page_item > a:before{
    opacity: 1 !important;
}


.navigation .mainmenu li.current_page_item a:hover:before, 
.current_page_item > a:hover:before{
    opacity: 1 !important;
}
.navigation .mainmenu li a  {
    color: #293C4B;
}
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;

}

.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0 !important;
    border-bottom: 1px solid #dfcfb8;
}
.navigation .mainmenu li:hover ul.sub-menu li {
    background: #eae3d4;
}
.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: #d7c2a7;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #978052;
    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;
}
.logo-header {
    background: #ffffff;
    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 65%, 0% 50%);
}
/*----------------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: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
    }
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
    }
}


@media only screen and (max-width: 1024px){
 .h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
   right: 0px; 
}
#steps .peccular-steps-icon span {
    left: 5px;
    width: 45px;
    height: 45px;
}
}
@media only screen and (max-width: 992px){
    .navigation {
        width: 255px;
        height: 100%;
        position: fixed;
        left: -100%;
        padding: 0;
        top: 0;
        margin: 0;
        z-index: 99999;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: #fff;
    }
    .navigation .mainmenu li {
        display: block;
        position: relative;
        line-height: normal;
        margin-right: 35px;
        margin: 0;
        padding: 0;
    }

    .navigation .mainmenu>li>a {
        padding: 5px 20px;
    }
    .hamburger-menus{
        width: 30px;
        height: 30px;
        position: absolute;
        -webkit-transition: .1s;
        transition: .1s;
        margin: 5px 15px;
        cursor: pointer;
        display: inline-block;
        float: right;
        right: 35px;
        top: 13px;
        z-index: 1;
    }


}
@media screen and ( min-width: 992px) and (max-width: 1199px){
    .navigation .mainmenu li a,
    .page .navigation .mainmenu li a,
    .single .navigation .mainmenu li a, 
    .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
    
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .hero-slider {
        height: 335px !important;
    }
}
@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 0px;}

}
@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){
   .navigation .mainmenu li a:before{ display:none !important; }

}
@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 h4, h3{
    position: relative;
    z-index: 1;
}
.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,
#popularproduct-section .popularproduct-bg,
#facility .facility-bg,
#aboutus .aboutus-bg,
#contactinfo .contactinfo-bg,
#counter .counter-bg,
#team .team-bg,
#howdowe .howdowe-bg,
#steps .steps-bg,
#project .project-bg,
#banner .banner-bg,
#testimonials .testimonials-bg,
#gallery .gallery-bg,
#services .service-bg,
#contact .contact-bg,
#blog .blog-bg,
#ourclient .ourclient-bg,
#newsletter .newsletter-bg,
#footer .footer-bg,
#slider .slider-bg,
#features .features-bg

{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#slider,
#features,
#services,
#aboutus,
#contactinfo,
#facility,
#counter,
#team ,
#popularproduct-section
#howdowe,
#steps,
#project,
#banner,
#testimonials,
#gallery,
#pricing,
#contact,
#blog,
#ourclient,
#newsletter,
#footer{
    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}
.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: 195px !important;
}

.swiper-pagination-bullet-active{
    opacity: 1;
    background: #bb8fe7 !important ;    
}
.swiper-pagination-bullet {
    width: 21% !important;
    height: 7px !important;    
    border-radius: 24px !important;
    background: #fff !important;
    /*color: #fdfdfd !important;*/
    display: block !important;
    opacity: 1 !important;
    float: left;
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
#slider{
    position: relative;
    overflow: hidden;

}

.slider-area{    
    position: relative;
    display: block;
    overflow: hidden;
}

.hero-slider {
    width: 100%;
    height:788px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    top: 0;
}
.hero-slider .peccular-slider-mainoverlay{
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    
    left: 0;
    top: 222px;
    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;
}

.slider-inner-mainbox {
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 0;
    text-align: center;
    width: 660px;
    right: 0;
    margin: 0 auto;
}

/*.slider-inner-mainbox img.snake2 {
    position: absolute;
    left: -180px;
     -webkit-animation: simple-move 2s 2s linear infinite alternate;
    animation: simple-move 4s 4s linear infinite alternate;
}
.slider-inner-mainbox img.circle {
    position: absolute;
    top: -4px;
    left: -200px;
    -webkit-animation: simple-move 2s 2s linear infinite alternate;
    animation: simple-move 4s 4s linear infinite alternate;
}
@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(50px, 0);
  }
}

@keyframes simple-move {
  100% {
    transform: translate(50px, 0);
  }
}
*/
.slider-area img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
}

.hero-style .slide-title h2 {
    font-size: 60px;
    line-height: 72px;
    color: #fff;   
    padding: 0;
    margin: 0 0 12px 0;
    font-weight: 600;
    position: relative;
    transition: all .4s ease;

}

.hero-style .slider-inner-mainbox:hover .slide-title h2{ 
    color: #978052;  
    text-shadow: 2px 2px #EAE3D4;   
    transition: all .4s ease;
}

.hero-style .slide-text p {
    padding-bottom: 33px;
    line-height: 28px;
    text-align: left;    
    font-size: 20px;
    font-weight: 400;
    color: #E8E7E7; 
    padding: 0 44px;
    letter-spacing: 0.88px; 
    margin: 20px 0 30px;
}

.hero-style .slide-btns-1 {
    background: transparent linear-gradient(180deg, #293C4B 0%, #32475A 100%) ;
    border-radius: 4px;
    padding: 13px 22px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.hero-style .slider-inner-mainbox:hover .slide-btns-1 a{ color: #fff; }
.hero-style .slide-btns-1 a{   
    font-size: 20px;    
    font-weight: normal;
    line-height: 18px;    
    color: #E8E7E7;   
    
}
.hero-style .slide-btns-1::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #978052;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow:2px 0px 14px rgba(0,0,0,.6);
} 

.hero-style .slide-btns-1::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #EAE3D4;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.hero-style .slide-btns-1:hover::before{
    opacity:1;
    width: 116%;
}
.hero-style .slide-btns-1:hover::after{
    opacity:1;
    width: 120%;
}
#slider .swiper-button-next svg{
    position: absolute;
    top: 9px;
    right: 14px;
    transform: rotateY(189deg);
    text-align: center;    
}
#slider .swiper-button-prev svg{
    position: absolute;
    top: 10px;
    left: 12px;
}
#slider .swiper-button-next svg path,
#slider .swiper-button-prev svg path {
    fill: #fff;
}
#slider .hero-style:hover .swiper-button-next svg path,
#slider .hero-style:hover .swiper-button-prev svg path{
    fill: #000;
}
#slider .swiper-button-prev, #slider .swiper-button-next {
    background: #978052;
    width: 61px;
    height: 55px;
    line-height: 53px;
    margin-top: 37px;
    text-align: center;    
    border-radius: 2px;
    opacity: 1;   
    transition: all .3s ease;    
    display: block;
    visibility: visible ;
    
}
#slider .swiper-button-next:after{
    content: "\f101";
    font-family: FontAwesome;
    font-size: 51px;
    color: #fff;
    opacity: 0;
    display: none;
}
#slider .swiper-button-prev:after{
    content: "\f100";
    font-family: FontAwesome;
    font-size: 51px;
    color: #fff;
    opacity: 0;
    display: none;
}
#slider .hero-style:hover .swiper-button-next:after,
#slider .hero-style:hover .swiper-button-prev:after{
    color: #000;
}
#slider .swiper-button-prev {
    left: -5px;
    transform: translateX(50px);
    z-index: 999;

}
#slider .swiper-button-next {
    right: 98px;
    transform: translateX(50px);
    z-index: 999;
    
}

#slider .swiper-button-prev:hover, #slider .swiper-button-next:hover {
    color: #E26300;
}

#slider .swiper-button-prev:hover:before, #slider .swiper-button-next:hover:before {
    color: #E26300;
}

/*----------------------------------------*/
/*  Gallery Area
/*----------------------------------------*/

#gallery {
    position: relative;
    overflow: hidden;
/*    background: #D7C1A7;*/
}
#gallery .peccular-section-head {
    margin: 8em 0em 1em;
}

#gallery .peccular-section-head h2{
 color: #2A2E3D;
/*    margin-bottom: 80px;*/
padding-bottom: 0;
font-weight: 400;
font-size: 50px;
line-height: 40px;
letter-spacing: 1.5px;
}
#gallery .peccular-section-head .head-border {
    position: absolute;
    height: 73px;
    width: 95px;
    border: 3px solid #F2842E;
    border-right: none;
    border-radius: 16px 0px 0px 16px;
    left: 38%;
    top: -16px;
    display: inline;
}
#gallery .peccular-section-head h2 span{
    color: #F2842E;
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 1.8px;
}
#gallery .peccular-section-head h4 {
    font-size: 15px;
    font-weight: normal;
    background-color: #F2842E;
    border-radius: 12px;
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    letter-spacing: 0.7px;
    /* text-align: left; */
}
#gallery .hover_color {
  position: relative;
/*  margin: 0;*/
display: inline-block;
z-index: 1;
}

#gallery .hover_color::before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  background: #2A2E3D;
  opacity: 0.8;
  transition: all 350ms;
  z-index: 1;
  /*this. this is stupid. to get rid of that empty space. I don't know what causes it*/
/*   margin-bottom: 3px;  */
}

/* top or bottom, to choose where it starts */
#gallery .hover_color:hover::before {
  top: 0;
  z-index: 1;
}
/*----------------------------------------*/
/*  Gallery Inner Area
/*----------------------------------------*/

#innerpage-box #products-austrak a, #products-sherings a{
    border-radius: 0px !important;
    width: 31% !important;
    
}

/*#innerpage-box #products-austrak a:first-child , #products-sherings a:first-child{
    border-radius: 50% !important;
    
}*/
#innerpage-box #products-austrak a img, #products-sherings a img{
    width: 100% !important;
    border-radius: 0px !important;
}
#innerpage-box #products-austrak a:nth-child(1), 
#innerpage-box #products-sherings a:nth-child(1) {
    height: 218px;
}
#innerpage-box #products-austrak a:nth-child(2), 
#innerpage-box #products-sherings a:nth-child(2),
#innerpage-box #products-austrak a:nth-child(2) img, 
#innerpage-box #products-sherings a:nth-child(2) img{
    height: 442px;
}
#innerpage-box #products-austrak a:nth-child(3), 
#innerpage-box #products-sherings a:nth-child(3){
    height: 218px;
}
#innerpage-box #products-austrak a:nth-child(4), 
#innerpage-box #products-sherings a:nth-child(4){
    height: 218px;
    position: absolute;
    left: 0;
    top: 251px;
}
#innerpage-box #products-austrak a:nth-child(6), 
#innerpage-box #products-sherings a:nth-child(6){
    height: 218px;
    position: relative;
    left: 31em;
    top: -19em;
}
#innerpage-box #products-austrak a:nth-child(5), 
#innerpage-box #products-sherings a:nth-child(5),
#innerpage-box #products-austrak a:nth-child(5) img, 
#innerpage-box #products-sherings a:nth-child(5) img{
    height: 442px;
}
#innerpage-box #products-austrak a:nth-child(7), 
#innerpage-box #products-sherings a:nth-child(7){
    height: 442px;
    position: relative;
    left: -31em;
    top: -17em;
}
#innerpage-box #products-austrak a:nth-child(7) img, 
#innerpage-box #products-sherings a:nth-child(7) img{
    height: 442px;
}
#innerpage-box #products-austrak a:nth-child(8), 
#innerpage-box #products-sherings a:nth-child(8){
    height: 218px;
}
#innerpage-box #products-austrak a:nth-child(9), 
#innerpage-box #products-sherings a:nth-child(9){
    height: 218px;
    position: relative;
    right: 31em;
    top: -19em;
}
#innerpage-box #products-austrak a .galtitle {
    position: absolute;
    opacity: 1;    
    bottom: 6px;
    margin: 0 25px;
    text-align: center;
    padding: 5px 0;
    left: 0;
    right: 0;

}
#innerpage-box #products-austrak a .galtitle .galhead-overlay{
    background: #F8F0DE ;
    opacity: 0.74;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#innerpage-box #products-austrak a h3{ 
    color: #000 ; 
    font-size: 23px !important; 
    font-weight: 500; 
    text-align: center;  
    margin:  0 0;
    
}

#innerpage-box #products-austrak a:hover h3{
 color: #978052;
}     

#innerpage-box #products-austrak .hover_color {
  position: relative;
/*  margin: 0;*/
display: inline-block;
z-index: 1;
}

#innerpage-box #products-austrak .hover_color::before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  background: #2A2E3D;
  opacity: 0.8;
  transition: all 350ms;
  z-index: 1;
  /*this. this is stupid. to get rid of that empty space. I don't know what causes it*/
/*   margin-bottom: 3px;  */
}

/* top or bottom, to choose where it starts */
#innerpage-box #products-austrak .hover_color:hover::before {
  top: 0;
  z-index: 1;
}
/*--------------------------------------------------------------
## Product Category Section
--------------------------------------------------------------*/
#catproduct-section {
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: 0em;
}

#catproduct-section .owl-carousel .owl-stage-outer {
  padding: 5px 5px 40px;
  margin: 0 -4px;
}

#catproduct-section .peccular-section-head {   
    margin-bottom: 3.5em;
    margin-top: -1em;
}

#catproduct-section h2.ht-section-title {
    color: #000;   
    margin-bottom: 5px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 48px;
}

#catproduct-section .peccular-section-head i{
    color: #bb8fe7;
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 22px;
    background: #bb8fe7;
    border-radius: 16px;
}
#catproduct-section .peccular-section-head span i{
   color: #fcf900;        
   font-size: 8px;
   margin-right: 5px;
   margin-top: -20px;
   padding: 0 15px;
   background: #fcf900;
   border-radius: 16px;
}

#catproduct-section .pro-cat-content {
    background: #96bb7b;    
    padding:3em 0px 3em;
    text-align: center; 
    position: relative;
    z-index: 1;  
}
#catproduct-section .pro-cat-content svg {
    position: absolute;
    top: -61px;
    z-index: 10;
    left: -2px;
    width: 309px;
}
#catproduct-section .pro-cat-content svg path{
    fill: #96bb7b;
}

#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(1) .pro-cat-content {
   background: #96bb7b;  
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(1) .pro-cat-content svg path{
    fill: #96bb7b !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(1) .pro-cat-content span a{
    background: #d6eca2 !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(2) .pro-cat-content {
  background: #fbdd17;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(2) .pro-cat-content svg path{
    fill: #fbdd17 !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(2) .pro-cat-content span a{
    background: #fae97d !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(3) .pro-cat-content {
  background: #ffdddb;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(3) .pro-cat-content svg path{
    fill: #ffdddb !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(3) .pro-cat-content span a{
    background: #f97189 !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(4) .pro-cat-content {
  background: #e5edef;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(4) .pro-cat-content svg path{
    fill: #e5edef !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(4) .pro-cat-content span a{
    background: #c9e3e9 !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(5) .pro-cat-content {
   background: #96bb7b;  
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(5) .pro-cat-content svg path{
    fill: #96bb7b !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(5) .pro-cat-content span a{
    background: #d6eca2 !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(6) .pro-cat-content {
  background: #fbdd17;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(6) .pro-cat-content svg path{
    fill: #fbdd17 !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(6) .pro-cat-content span a{
    background: #fae97d !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(7) .pro-cat-content {
  background: #ffdddb;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(7) .pro-cat-content svg path{
    fill: #ffdddb !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(7) .pro-cat-content span a{
    background: #f97189 !important;
} 


#catproduct-section .pro-cat-img {    
    margin: 0 auto;    
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
#catproduct-section .pro-cat-img img{
    height: 287px;
    width: 100%;   

}
#catproduct-section .pro-cat-img img:hover {
 -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
 -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
 transform: scale(1) rotateZ(3deg);
 -moz-transform: scale(1) rotateZ(3deg);
 -webkit-transform: scale(1) rotateZ(3deg);
 -o-transform: scale(1) rotateZ(3deg);
}
.pro-cat-content p.catdesc {
  color: #fff;
  font-size: 13px;
}

#catproduct-section .pro-cat-content span a {
    color: #000;   
    font-size: 18px;
    font-weight: 400;
    background: #d6eca2;
    padding: 6px 25px;
    border-radius: 50px;
    margin: 0 20px;
    cursor: pointer;
    border: 3px solid #fff;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 20;
}

#catproduct-section .pro-cat-content span a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background: #bb8fe7;
    /* background: linear-gradient( to right,#fcf900 ,#fd66be 100%);*/
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#catproduct-section .pro-cat-content span a:hover:before, 
#catproduct-section .pro-cat-content span a:focus:before, 
#catproduct-section .pro-cat-content span a:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
#catproduct-section .pro-cat-content span.rolln{ text-align: center; }
#catproduct-section .owl-theme .owl-dots{display: none;} 
#catproduct-section .owl-theme .owl-nav{ display: none; }
#catproduct-section .owl-theme .owl-nav [class*=owl-]{    

    font-size: 38px !important;
    background: none !important;
    color: #000 !important;
    box-shadow: none !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item{ height: 425px; }



/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/

#banner {
    position: relative;
    overflow: hidden;
    /*background: #fff;*/
}
#banner .peccular-banner-b{
    padding: 10px 13px;

}

#banner .peccular-banner-imgbox {    
    width: 100%;

}
#banner .peccular-banner-imgbox img{
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 10;
    position: relative;
    margin-left: 20px;
}
#banner .peccular-banner-single:hover .peccular-banner-imgbox img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1) rotateZ(-6deg);
    -moz-transform: scale(1) rotateZ(-6deg);
    -webkit-transform: scale(1) rotateZ(-6deg);
    -o-transform: scale(1) rotateZ(-6deg);
    transition: .5s ease;
}

#banner .peccular-banner-content{
    padding: 14px 0;
}

#banner .peccular-banner-content h4.peccular-banner-title{
    font-size: 42px;
    font-weight: 600;
    word-break: break-word;
    padding: 0 15px;
    margin-bottom: 1em;
    line-height: 52px;
    color: #fff;
    z-index: 10;
    position: relative;
} 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn{
    color: #000;
    background:#fef4b4 ;
    padding: 11px 21px;
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 30px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #bb8fe7;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:hover:before, 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:focus:before, 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single{
   background: #fbdd17;
   padding: 2em 1em;
   margin-bottom: 2em;
   overflow: hidden;
   position: relative;
   
}
#banner .peccular-banner-b:nth-child(odd) .boxshape{  
    position: absolute;
    bottom: -39px;
    left: -43px;
    z-index: 8;
    background: #faee9c;
    width: 264px;
    height: 232px;
    border: 1px solid #faee9c;
    border-radius: 50%;
}

#banner .peccular-banner-b:nth-child(odd) .boxshape2{ display: none; }
#banner .peccular-banner-b:nth-child(even) .boxshape{ display: none; }

#banner .peccular-banner-b:nth-child(even) .peccular-banner-single{

    background: #fa3759;
    padding: 2em 1em;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;

}
#banner .peccular-banner-b:nth-child(even) .boxshape2{
    position: absolute;
    top: -30px;
    right: -70px;
    z-index: 8;
    background: #fa6a83;
    width: 233px;
    height: 205px;
    border: 1px solid #fa6a83;
    border-radius: 50%;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn{
    color: #000;
    background:#fa6a83 ;
    padding: 11px 21px;
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 30px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background: #bb8fe7;  
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:hover:before, 
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:focus:before, 
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
#team {
    position: relative;    
    overflow: hidden;
}
#team .peccular-section-head {
    margin-bottom: 3em;
    margin-top: 0em;
}
#team .peccular-team-single{ 
    padding: 0px 0px; 
    margin: 0em 14px 6em;
}
#team .peccular-section-head h2{
    color: #293C4B;
    padding: 0 6em;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 0px;
    text-align: center;
}
#team .peccular-team-box .peccular-team-contentbox {
    position: relative;   
    top:0;
    margin: 0px 0px;  
    transition:  1s ease ;   
}
#team .peccular-team-box:hover .peccular-team-contentbox {
    transition: 1s ease ;
}
#team .peccular-team-box .peccular-team-contentbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: -23px;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 23px solid #C4A363;
    z-index: 3;
}
#team .peccular-team-box .peccular-team-contentbox:after {
    content: "";
    position: absolute;
    right: 0;
    top: -24px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 24px solid #C4A363;
    z-index: 3;
}
#team .peccular-team-box .peccular-team-content {

    background-color: #978052;    
    margin: 0px 0px; 
    text-align: center; 
    height: 84px;   
}
.team_content.peccular-team-content.box-main-cc {
    display: none;
}
.popup_right strong,
.popup_right h4.detail_name.team_name,
.popup_right h6.detail_designation.team_designation {
    font-size: 25px;
    font-weight: 500;
        color: #ffffff;
    line-height: 1.5em !important;
}
.popup_right .social-icon i.fa,
.popup_right i.fa-brands.fa-x-twitter {
    font-size: 25px;
    color: #ffffff;
    margin-top: 0.5em;
    padding-right: 0.5em;
}
.popup_right p,
.popup_right .detail_content {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 400;
}
#team h4.peccular-team-name {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px; 
    padding: 8px 0 0;   
}
main#innerpage-box .popup_right h4, 
main#innerpage-box .popup_right h5 {
    margin: 0 !IMPORTANT;
    line-height: 3;
    color: #ffffff ! IMPORTANT;
}
main#innerpage-box h5.detail_designation.team_designation, 
main#innerpage-box h4.detail_name.team_name,
main#innerpage-box .popup_right i.fa,
main#innerpage-box .popup_right i.fa-brands.fa-x-twitter,
main#innerpage-box .popup_right i.fa.fa-window-close.popup_close{
    color: #ffffff ! IMPORTANT;
}
#team h6.peccular-team-designation{
    font-weight: 300;
    color: #fff;
    font-size: 18px;  
    text-transform: capitalize;
    margin-bottom: 24px;
}
#team h5.peccular-team-designation{
    font-weight: 400;
    color: #7b7b7b;
    font-size: 16px;
    text-transform: capitalize;
}
#team h6.peccular-popteam-designation{
    font-weight: 500;
    color: #7b7b7b;
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
#team h4.peccular-popteam-name{
    color: #06332e;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
#team .peccular-popteam-experience{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#team .peccular-popteam-content {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
    transition: 0.5s;
}
#team .peccular-team-image {
    width: 100%;
    height: 351px;
    margin: 0 auto;
    padding: 0 1.7em;
}
#team .peccular-team-image img {
    width: 100%;
    height: 351px;    
    transition: all 5s ease 0s;
}

#team .peccular-team-box{ margin-bottom: 2em;}

#team .peccular-team-single:hover h4.peccular-team-name{    
    color: #fff; 
    letter-spacing: 1px; 
    transition: all 5s ease 0s;   

}

#team .peccular-team-single .social-icon {
    margin: -15px 0 0;
}
#team .peccular-team-single .social-icon a.team_socialicon i{
    color: #fff;
    width: 46px;
    height: 46px;
    background: #C4A363;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-size: 23px;
    margin: 0 6px 0 0;
    transition: all 3s ease 0s;
}
#team .peccular-team-single:hover .social-icon a.team_socialicon i{
    color: #fff;
    transform: translateY(-5px);
    transition: all 3s ease 0s;
}

/*single post*/ 
body.post-template-default.single.single-post #content-box .blog-tags a {
     display: inline-block;
    color: #ffffff !important;
}
.single #innerpage-box .article a.btn.btn-lg{
  color: #ffffff !important;
  
}
.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: #000000;
}

.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}
#innerpage-box .blog-info-area .metabox2brdr ul li {
    color: #8A8A8A;
    float: left;
    list-style: none;
    margin-right: 35px;
    padding: 0 16px 0 0;
    font-size: 17px;
    letter-spacing: 0.19px;
    margin-bottom: 1.5em;
    margin-top: 0 !important;
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single {
    margin-top: 0;

}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single {
    background: transparent;
}
body.post-template-default.single.single-post span:nth-child(3), 
body.post-template-default.single.single-post span i.fa {
/*    display: none;*/
}
#innerpage-box div#content-box .blog-info-area .metabox2brdr ul li a {
    color: #8A8A8A ! IMPORTANT;
    font-weight: 400 !IMPORTANT;
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single i.fa{
        font-size: 18px;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li {
    padding-left: 0;
}
body.post-template-default.single.single-post .metabox ul {
    padding-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box p.comment-form-url, 
body.post-template-default.single.single-post div#content-box p.comment-form-email, 
body.post-template-default.single.single-post div#content-box p.comment-form-author {
    margin-right: 0.9em ! IMPORTANT;
    margin-top: 2em ! IMPORTANT;
    /* margin-bottom: 2em !important; */
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single i.fa{
bottom: 0 !important;
}
body.post-template-default.single.single-post .metabox2brdr ul li:before {
    content: none !important;
}
#innerpage-box .blog-info-area .metabox2brdr ul li i.fa {
    padding-right: 3px;
}
body.post-template-default.single.single-post .blog-tags a {
    font-size: 17px;
    line-height: 20px;
    background: #978052;
    border-radius: 5px;
    padding: 11px 20px;
    margin-right: 1em;
    margin-bottom: 0.9em ! IMPORTANT;
    position: relative;
    color: #ffffff ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .blog-tags a:hover {
    background: #32475a;
    color: #ffffff !important;
}
body.post-template-default.single.single-post div#content-box .blog-tags {
    padding: 0px 0 0 0px;
}
body.post-template-default.single.single-post div#content-box p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 29px;
        font-family: 'Poppins';
    color: #000000;
}
body.post-template-default.single.single-post div#secondary p{
margin-bottom: 0 !important;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p {
    padding-top: 10px ! IMPORTANT;
}
body.post-template-default.single.single-post div#secondary ol li{
    padding-left: 0;
}
body.post-template-default.single.single-post div#secondary ol{
        padding: 2em 1.5em 0em 1.5em !important;
}
body.post-template-default.single.single-post div#secondary ol li:before{
    content: none !important;
}
body.post-template-default.single.single-post div#content-box div#secondary ol li.wp-block-latest-comments__comment:after{
    content: none !important;
}

body.post-template-default.single.single-post .widget_categories ul li.cat-item {
    margin-top: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .post-single-content h1, 
body.post-template-default.single.single-post div#content-box .post-single-content h2, 
body.post-template-default.single.single-post div#content-box .post-single-content h3, 
body.post-template-default.single.single-post div#content-box .post-single-content h4, 
body.post-template-default.single.single-post div#content-box .post-single-content h5, 
body.post-template-default.single.single-post div#content-box .post-single-content h6 {
    margin: 0 !important;
    padding: 0;
    text-transform: none;
    margin-bottom: 0.2em !important;
    margin-top: 0.4em ! IMPORTANT;
}
.tags-heading {
    font-size: 26px;
    line-height: 57px;
    font-weight: 700;
    margin-bottom: 0.8em;
    color: #000000;
}
body.post-template-default.single.single-post .blog-tags a:before {
    content: ".";
    font-size: 30px;
    position: absolute;
    top: 2px;
    left: 9px;
    color: #ffffff;
}
body.post-template-default.single.single-post #content-box .socialMedia {
    border-bottom: 0;
}
body.post-template-default.single.single-post .blog-tags a:hover:before{
    color: #fff !important;
}
body.post-template-default.single.single-post ul.post-categories li {
    display: inline-block;
    list-style: none;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li:before,
body.post-template-default.single.single-post div#content-box ul.post-categories li a:before{
    content: none !important;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li, 
body.post-template-default.single.single-post div#content-box ul.post-categories li a {
    margin-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .socialMedia {
    padding: 1em 0 1.5em;
    text-align: center;
    float: none;
}
body.post-template-default.single.single-post div#content-box .social-tagline.text-center {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
body.post-template-default.single.single-post div#content-box .socialMedia li {
    width: 45px;
    height: 45px;
    line-height: 51px ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .socialMedia i.fa, 
body.post-template-default.single.single-post div#content-box .socialMedia i.fa-brands {
    font-size: 24px !important;
    text-align: center;
    line-height: 35px !important;
    padding: 0 1px;
}
body.post-template-default.single.single-post div#content-box .total-comments {
    font-size: 34px;
    font-weight: 700;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
}
body.post-template-default.single.single-post div#content-box div#comments ol {
    padding-left: 0;
}
body.post-template-default.single.single-post div#content-box div#comments ol li:before,
body.post-template-default.single.single-post div#content-box div#comments ol li:after,
body.post-template-default.single.single-post div#content-box .social-box ul li:before{
    content: none !important;
}
body.post-template-default.single.single-post div#content-box div#comments ol li {
    padding-left: 0;
    margin-bottom: 3em;
}
body.post-template-default.single.single-post div#content-box .comment-author.vcard img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
}
body.post-template-default.single.single-post div#content-box .commentmetadata {
 padding-left: 7em;
 padding-top: 0.5em;
}
body.post-template-default.single.single-post div#content-box .commentmetadata p {
    margin-top: 0 !important;
    font-size: 18px;
    line-height: 34px ! IMPORTANT;
    color: #979393 ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .comment-metadata {
    padding-left: 7em;
}
body.post-template-default.single.single-post div#content-box .commentmetadata time {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    color: #978052;
    width: 40%;
}
body.post-template-default.single.single-post div#content-box span.reply:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 15px;
    padding-left: 1.2em;
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 span {
    text-align: left !important;
    padding: 0 0;
    font-size: 34px;
    font-weight: bold;
    text-transform: none;
    margin-top: 2em ! IMPORTANT;
}
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 {
    margin-top: 2em;
    margin-bottom: 2em;
}
body.post-template-default.single.single-post div#content-box textarea#comment,
body.post-template-default.single.single-post div#content-box input[type="text"] {
    border-radius: 5px;
        background: transparent;
}
body.post-template-default.single.single-post div#content-box p.comment-form-url, 
body.post-template-default.single.single-post div#content-box p.comment-form-email, 
body.post-template-default.single.single-post div#content-box p.comment-form-author {
    margin-right: 0.9em ! IMPORTANT;
    margin-top: 2em ! IMPORTANT;
    /* margin-bottom: 2em !important; */
}
body.post-template-default.single.single-post div#content-box #commentsAdd input[type="submit"] {
    margin-top: 1em !important;
    width: 213px ! IMPORTANT;
    border-radius: 0px ! IMPORTANT;
    box-shadow: none;
    font-size: 21px;
    height: 50px ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box #commentsAdd input[type="submit"]:hover {
    opacity: 0.8;
}
body.post-template-default.single.single-post .nav-bx-bar {
    padding-bottom: 3em;
}
body.post-template-default.single.single-post .nav-bx-bar i.fa {
    font-size: 35px;
    color: #000000;
    position: relative;
    top: 0.2em;
}
body.post-template-default.single.single-post .nav-bx-bar a{
   font-size: 20px;
   color: #32475a;
}
body.post-template-default.single.single-post .text-right {
    text-align: right;
}
body.post-template-default.single.single-post .nav-bx-bar h2 a {
    font-size: 28px;
    line-height: 57px;
    color: #000000;
}
body.post-template-default.single.single-post .nav-bx-bar a:hover,
body.post-template-default.single.single-post .nav-bx-bar h2 a:hover,
body.post-template-default.single.single-post .nav-bx-bar i.fa:hover,
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa:hover,
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands:hover{
    color: #978052 !important;
}
body.post-template-default.single.single-post .nav-bx-bar h2 {
    margin-top: 10px !important;
}
#innerpage-box .single-blog-date, 
#innerpage-box .single-blog-date i.fa {
    font-weight: 700;
}
body.post-template-default.single.single-post ul.post-categories {
    margin-top: 20px ! IMPORTANT;
    padding-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post .metabox ul li {
    margin-bottom: 0.1em ! IMPORTANT;
            font-size: 18px !important;
    margin-top: 0.1em ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .metabox ul li ul, 
body.post-template-default.single.single-post div#content-box .metabox li ul {
    margin: 0 0 0 35px;
    padding: 10px 0 10px 0;
}
body.post-template-default.single.single-post div#content-box .social-box ul{
    text-align: center;
    position: relative;
}
body.post-template-default.single.single-post div#content-box .social-box ul li {
    display: inline-block;
        padding-left: 0;
}
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa,
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands {
    color: #000000;
    font-size: 30px;
    width: 60px;
}
body.post-template-default.single.single-post div#content-box .social-box ul:before {
    content: "";
    height: 2px;
    width: 33%;
    background: #978052;
    position: absolute;
    left: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box .social-box ul:after {
    content: "";
    height: 2px;
    width: 33%;
    background: #978052;
    position: absolute;
    right: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box p.comment-notes {
    margin: 0;
    padding: 0;
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 {
    margin-bottom: 2em;
}
body.post-template-default.single.single-post div#content-box div#respond textarea#comment {
    height: 148px;
}
body.post-template-default.single.single-post .nav-bx-bar {
    border-top: 2px solid #e2e2e2;
    padding-top: 2.5em;
}
body.post-template-default.single.single-post div#content-box {
    padding-bottom: 0;
}
body.post-template-default.single.single-post div#content-box .peccular-blog-single {
    padding: 0em 0px 1.2em 0px;
}
body.post-template-default.single.single-post div#secondary {
    padding-left: 1em;
}
body.post-template-default.single.single-post .wp-block-search__button{
    right: 5%;
}
body.post-template-default.single.single-post span.reply {
    font-size: 20px;
}
body.post-template-default.single.single-post div#content-box .comment-metadata a {
    font-size: 22px;
        padding-bottom: 5px;
}

body.post-template-default.single.single-post .post-left-space {
    position: relative;
    right: -2em;
    padding-left: 2em !important;
}
body.post-template-default.single.single-post .post-right-space {
    position: relative;
    left: -2em;
    padding-right: 2em ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box p.comment-form-cookies-consent label {
    display: inline;
}
body.post-template-default.single.single-post div#content-box div#comments ol em {
    padding-left: 7em;
}
body.post-template-default.single.single-post .single-blog-date {
    padding-left: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .peccular-blog-single img {
    max-width: 100%;
    width: 100%;
}
/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/


#innerpage-box .peccular-team-single {
    position: relative;
    padding: 0px 0px;
    margin-bottom: 3em;
}

#innerpage-box {
    position: relative;   
    overflow: hidden;
}

#innerpage-box .peccular-team-single:hover .peccular-team-content{
    top: -80px;
    transition: all 0.5s ease 0s;
}
#innerpage-box .peccular-team-single:hover h5.peccular-team-designation{ color: #fff;}
#innerpage-box .peccular-team-single:hover .peccular-team-content h4.peccular-team-name{ color: #fff;}
#innerpage-box .peccular-team-content { position: relative; top: -60px; }
#innerpage-box .peccular-team-content:before {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 0px;
    border: 15px solid transparent;
    border-bottom: 0;
    border-top: 20px solid #C4A363;
    z-index: 0;
    transition: all 0.5s ease 0s;
}
#innerpage-box .peccular-team-content:after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 0px;
    border: 15px solid transparent;
    border-bottom: 0;
    border-top: 20px solid #C4A363;
    z-index: 0;
    transition: all 0.5s ease 0s;
}
#innerpage-box .peccular-team-single:hover .peccular-team-content:after{

    transition: all 0.5s ease 0s;
}
#innerpage-box .peccular-team-content .teamtitlebox{
    position: relative;
    width: 246px;
    margin: 0 auto;
}
#innerpage-box .peccular-team-content .teamtitlebox2{
    background: #978052;   
    width: 206px;
    height: 61px;
    position: relative;
    left: 20px;
}
#innerpage-box .peccular-team-content .teamtitlebox:before {
 content: '';
 position: absolute;
 left: 0;
 top: 0px;
 border: 56px solid transparent;
 border-top: 0;
 border-bottom: 61px solid #978052;
 border-left: 20px solid transparent;
}

#innerpage-box .peccular-team-content .teamtitlebox:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    border: 56px solid transparent;
    border-top: 0;
    border-bottom: 61px solid #978052;
    border-right: 20px solid transparent;
    z-index: 1;
}

#innerpage-box .peccular-team-single h4.peccular-team-name {
    color: #fff;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-top: 16px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    position: relative;
    line-height: 59px;
    z-index: 2;
}

#innerpage-box .peccular-team-single .peccular-team-content h6{
    font-weight: 400;
    color: #757474;
    font-size: 26px;
    text-align: center;
    text-transform: capitalize;
    margin: 0px !important;
    border-bottom: 0px;
}
#innerpage-box .peccular-team-single h5.peccular-team-designation{

    font-weight: 300 !IMPORTANT;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 24px;
    margin-top: 0px !important;
    position: absolute;
    right: -6px;
    background: #978052;
    padding: 4px 38px;
    z-index: 2;
}
#innerpage-box .peccular-team-content h4.peccular-popteam-name{
    color: #06332e !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
    margin-bottom: 10px;
}
#innerpage-box .peccular-team-single .peccular-popteam-experience{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#innerpage-box .peccular-team-single:hover .peccular-team-image img{
    filter: brightness(0.5);
    transition: all 0.5s ease 0s;
} 
#innerpage-box .peccular-team-single img {
    width: 100%;
    height: 318px;   
    transition: all 0.5s ease 0s;    
}
#innerpage-box .peccular-team-box{ margin-bottom: 2em;}

#innerpage-box .peccular-team-single:hover h4.peccular-team-name{    
    color: #000; 
    letter-spacing: 1px;     
}

#innerpage-box .peccular-team-single .social-icon{
    position: relative;
    top: -37px;
}
#innerpage-box .peccular-team-single .social-icon a.team_socialicon{
    margin: 0 12px 0 0;
}

#innerpage-box .peccular-team-single .social-icon a.team_socialicon i{
    color: #fff;
    font-size: 23px;
    line-height: 37px;
    background: #978052;   
    border-radius: 2px;
    height: 39px;
    width: 42px;  
    text-align: center;  
}



/*----------------------------------------*/
/*  Testimonials home Area
/*----------------------------------------*/
#testimonials{   
    position: relative;
    overflow: hidden;   
}

#testimonials .peccular-testimonial-block{
    padding-bottom: 17px;
}
#testimonials .peccular-section-head {
    margin-bottom: 1em;
    margin-top: 2em;
}

#testimonials .peccular-section-head h2 {
    color: #293C4B;
    padding: 0 8em;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 0px;
    text-align: center;
}

#testimonials .peccular-testimonials-single{margin: 0 17px;
    position: relative;}

    #testimonials .peccular-testimonials-content {  
        background: #fff;
        transition: all 0.5s ease 0s;
        position: relative;
        padding-bottom: 30px;
    }
    #testimonials .peccular-testimonials-image {
        border-radius: 50%;
        width: 134px;
        height: 134px;   
        position: relative;
        top: -64px;
        left: 20px;  
    }

    #testimonials .peccular-testimonials-image img {
        border-radius: 50%;   
        height: 134px;
        transform: scale(1);
        transition: all 0.3s ease 0s;
        border: 1px solid #293C4B;   

    }
    #testimonials .peccular-testimonials-single:hover .peccular-testimonials-image img {
        transform: scale(1.1);
        transition: all 0.3s ease 0s;
    }

    #testimonials h4.peccular-testimonials-name {
        font-weight: 400;
        color: #fff;
        letter-spacing: 0.56px;
        transition: all 0.5s ease 0s;
        font-size: 28px;
        float: left;
        line-height: 30px;
        position: relative;
        z-index: 1;
        font-family: 'Poppins';
    }
    #testimonials .peccular-testimonials-contentbox3 span {
        font-size: 21px;
        color: #fff;
        margin: 0 6px;
        position: relative;
        top: 6px;
        float: left;

    }

    #testimonials .peccular-testimonials-single:hover h4.peccular-testimonials-name {
        color: #2A2E3D;
        transition: all 0.5s ease 0s;

    }
    #testimonials h6.peccular-testimonials-designation {
        font-size: 20px;
        font-weight: 300;
        word-break: break-word;
        margin: 0 0;
        color: #fff;
        text-align: left;
        position: relative;
        z-index: 1;
        float: left;
        top: 7px;
        letter-spacing: 0.4px;
        font-family: 'Poppins';
    }
    #testimonials .peccular-testimonials-single:hover h6.peccular-testimonials-designation{
        color: #2A2E3D;
        transition: all 0.5s ease 0s;
    }
    #testimonials .peccular-testimonials-contentbox2{
        width: 455px;
        position: absolute;
        bottom: -25px;
        filter: drop-shadow(10px 5px 15px rgba(50, 50, 0, 0.2));
    }
    #testimonials .peccular-testimonials-contentbox2:after{
        content: "";
        position: absolute;
        right: -30px;
        bottom: 0px;
        border: 30px solid transparent;
        border-bottom: 0;
        border-top: 24px solid #C4A363;
        z-index: -1;
    }
    #testimonials .peccular-testimonials-contentbox3 {
        background: #978052;
        /* box-shadow: 10px 6px 30px #00000029; */
        /* height: 73px; */
        /* width: 399px; */
        padding: 25px 0 48px 30px;
        text-align: left;
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    }
    #testimonials .peccular-testimonials-contentbox{
        margin: -46px 0 0;
        padding: 0 31px;
        text-align: right;
    }
    #testimonials .peccular-testimonials-contentbox p{
        color: #707070;
        font-size: 18px;
        font-weight: 400;
        word-break: break-word;
        line-height: 30px;
        text-align: center;    
    }
    #testimonials .peccular-testimonials-contentbox i.fa-quote-right {    
        bottom: 0px;
        right: 0;
        font-size: 30px;
        color: #978052;
        position: relative;     
        transition: all 0.5s ease;    
    }
    #testimonials .peccular-testimonials-single:hover .peccular-testimonials-contentbox i.fa-quote-right{
        transition: all 0.5s ease 0s;
        transform: rotateY(157deg);
        color: #b4b1b4;

    }
    #testimonials  .owl-dots .owl-dot span {
        width: 18px !important;
        height: 18px !important;    
        background: #C4A363;
        margin: 5px 7px;;
    }
    #testimonials  .owl-dots .owl-dot.active span {
        width: 18px !important;
        height: 18px !important;    
        background: #978052;
    }
    #testimonials  .owl-dots button{
        box-shadow: none;
        margin-top: 25px;
    }
    #testimonials .owl-carousel .owl-stage-outer{    padding: 55px 0 55px 0px;
        width: 100%;}

        #testimonials .owl-nav .owl-prev span,
        #testimonials .owl-nav .owl-next span,
        #testimonials .owl-theme .owl-nav {
         display: none;
     }

     #testimonials .peccular-testimonials-imgbox img{
        width: 100%;

    }

/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/

#project .project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#project .peccular-section-head h2{
 color: #000;
}

#project .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
#project .peccular-section-head h3{
    color: #021348;
}
div#project {
    position: relative;
    background: #fdfdfd;
    overflow: hidden;
}
div#project .peccular-project-single {
    margin-bottom: 2em;
    position: relative;
}
div#project .peccular-project-single .peccular-project-img{
    position: relative;
    overflow: hidden;
}
div#project .peccular-project-single .peccular-project-img img{
    width: 100%;
    transition: all 0.5s ease;
}
div#project .peccular-project-single:hover .peccular-project-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
div#project .peccular-project-single .peccular-project-content {
    position: relative;
    left: 0;
    right: 0;
    bottom: 30px;
    transition: all 0.95s ease 0s;
    opacity: 1;
    background: #fff;
    padding: 1em 25px 0px;    
    box-shadow: 0 0px 5px 0 #88828252;
    -moz-box-shadow: -1px 0px 45px rgba(50,50,0,0.1);
    -webkit-box-shadow: -1px 0px 45px rgb(50 50 0 / 10%);
    box-shadow: -1px 0px 45px rgb(50 50 0 / 10%);
    margin: 0 10px;
    border-bottom: 2px solid #5f8cfd;
}
div#project .peccular-project-single h4.peccular-project-title {
    color: #070707;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    margin-bottom: 0.5em;
}
div#project .peccular-project-single .peccular-project-text{
    color: #9c9a9b;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}


div#project .peccular-project-single .peccular-project-content a{
    font-size: 14px;
    font-weight: 600;
    color: #d1dcfe;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #3d72fc;
    position: relative;
    top: 1em;
    border: 1px solid #3d72fc;
}
div#project .peccular-project-single .peccular-project-content a:hover{
    color: #618af9;
    background: #fff;
}
div#project .peccular-project-single .peccular-project-content a i {
    margin-left: 7px;
    font-size: 16px;
}

/*----------------------------------------*/
/*  Features Area
/*----------------------------------------*/
#features{
    position: relative;
    overflow: visible;
    margin-top: -7%;
}
#features .section-title {
    margin: 3em;
}
#features .section-title .sub-title {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 600;
    color: #f25743;
    /* letter-spacing: 3px; */
}
#features .section-title h2 {
    word-break: break-word;
    font-weight: 600;
    font-size: 41px;    
    padding: 0 0;
    width: 83%;    
    margin: 0 auto;
    color: #000;
}
#features .owl-carousel{display: block !important;}
#features .mem-inn {
    position: relative;
    transition: all 0.3s;
    background: #fff;
    padding: 24px 51px 0 51px;
    text-align: center;
    z-index: 0;
    height: max-content;
    border: 1px solid #978052;
    border-radius: 4px;
}

#features .features-content {   
    width: 100%;
    text-align: center;
}
#features .features-content h3 {
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #293C4B;
}
#features .features-content p{
    position: relative;
    font-family: poppins;
    z-index: 1;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 17px 0 40px;
    color: #707070;
}

#features .peccular-features-btn a {
    width: 60px;
    height: 60px;
    background-color: #978052;
    border-radius: 50%;
    text-align: center;
    transition: all .4s ease;
    margin: 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#features .peccular-features-btn i{
    font-size: 27px;
    color: #fff;
/*    font-family: Font Awesome 5;*/
line-height: 42px;
}

#features .mem-inn:hover .peccular-features-btn a,
#features .mem-inn:nth-child(2):hover .peccular-features-btn a{
  /*  filter: drop-shadow(2px 4px 6px black);*/
  transition: all .4s ease;
}

#features .owl-item.active.center .features-content p{
    margin: 17px 0 25px;
}
#features .owl-item.active.center .peccular-features-btn a{
    bottom: -50px;
}
#features .owl-item.active.center {
    background: #978052 ;
    box-shadow: 0px 0px 30px #00000057;
    border: 1px solid #978052;
    border-radius: 4px;
    margin: 00px;
    z-index: 1;
    padding: 19px 10px;
    position: relative;
    bottom: 30px;
}
#features .mem-inn:hover .features-content h3  {
    color: #fff;
    transition: all .4s ease;
}

#features .mem-inn:hover {
    background-color: #978052;
    transition: all .4s ease;
}
#features .mem-inn:hover p {
    color: #ffffff;
}
#features .sec-icn {   
    position: relative;   
    border-radius: 50%;
    margin: 0 auto;    
    padding: 0px 0 13px;
    margin-bottom: 0em;
    opacity: 0;
    visibility: hidden;
    display: none;
}
#features .sec-icn span{ 
    font-size: 50px;     
    color: #fff;    
}
#features .owl-item.active.center .sec-icn {    
    display: block;
    visibility: visible;
    opacity: 1;
}

#features .owl-item.active.center .features-content p,
#features .owl-item.active.center .features-content h3 {
    color: #fff;
}
#features .owl-item.active.center .peccular-features-btn i{
    color: #978052;
}
#features .owl-item.active.center .peccular-features-btn a{
    background: #fff;
}

#features .owl-carousel.owl-drag .owl-item{

    margin: 0 0;
}

#features .owl-nav,
#features .owl-dots{display: none;}

#features .owl-item.cloned.active.center .mem-inn {
    background: transparent !important;
}
#features .owl-item.active.center .mem-inn {
    border: 0;
}
.peccular-features-btn {
    position: relative;
}
/*----------------------------------------*/
/*  About Us Home Area
/*----------------------------------------*/
#aboutus {   
    position: relative;
    overflow: hidden;    
}

#aboutus .aboutus-body {
    position: relative;
    padding: 0 0 0px;
}
#aboutus .peccular-section-head {
    margin-bottom: 1em;
    margin-top: 0em;
}
#aboutus .peccular-section-head .mainhead h2{
    color: #293C4B;
    margin: 12px 0 3px;
    padding: 0 0;
    font-weight: 500;
    font-size: 26px;   
    line-height: 30px;
}
#aboutus .peccular-section-head .mainhead{
    position: relative;
}
#aboutus .peccular-section-head .mainhead i{
    float: left;
}
#aboutus .peccular-section-head .mainhead i.fa-minus{
    font-size: 1px;
    color: #fff;
    background: #fff;
    width: 7%;
    height: 3px;
    border-radius: 31px;
}
#aboutus .peccular-section-head .mainhead i.fa-window-minimize{
    font-size: 1px;
    color: #978052;
    background: #978052;
    width: 6%;
    height: 3px;
    border-radius: 31px;
}
#aboutus .peccular-section-head h3{
    color: #293C4B;
    margin: 20px 0 11px;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.07px;
}
#aboutus .peccular-section-subtext p{
    letter-spacing: 2.34px;
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    line-height: 33px;
    text-align: left;     
    padding-right: 29px;
}
#aboutus .installed-box {
    padding: 0px 36px;
    padding-bottom: 3%;
    border-bottom: 1px solid #cecacab0;
}
#aboutus .installed-box .num, .para {
    padding-left: 52px;
}
#aboutus .installed-box .num {
    font-size: 30px;
    font-weight: normal;
    color: #2A2E3D;
}
#aboutus .installed-box .para {
    font-size: 22px;
    font-weight: normal;
    color: #2A2E3D;
}
#aboutus .installed-box i {
    position: relative;
    top: 48px;
    left: -20px;
    font-size: 41px;
    color: #ED7F28;
}
#aboutus .aboutus-body .abtimgbox{
    position: relative;
    overflow: hidden;
}
#aboutus .aboutus-body img.aboutimg {
    width: 554px;
    height: 536px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
}
#aboutus .aboutus-body img.aboutimg:hover {
    filter: drop-shadow(2px 4px 6px black);
    transition: all .4s ease;
}
#aboutus .aboutus-body:hover img.aboutimg2 {
   transition: all .4s ease;
}
#aboutus .aboutus-body:hover img.aboutimg3 {
   transition: all .4s ease;
}
#aboutus .aboutus-body img.aboutimg2,
#aboutus .aboutus-body img.aboutimg3 {
    width: 169px;
    height: 163px;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
}
#aboutus .aboutus-body img.aboutimg2{
    position: absolute;
    right: 80px;
    top: 94px;
    z-index: 1;
}
#aboutus .aboutus-body img.aboutimg3 {
    position: relative;
    right: 125px;
    bottom: 80px;
    z-index: 1;
}
#aboutus .solar-iconbox {
    position: relative;
    top: 295px;
    left: -185px;
}
#aboutus .solar-iconbox i{
    font-size: 85px;
    border: 30px solid #2A2E3D;
    border-radius: 50%;
    padding: 0px 4px;
    background: #fff;
    width: 154px;
    height: 154px;
    text-align: center;
}
#aboutus .aboutus-body .abtpagelist ul{
    margin: 15px 0 24px;
    padding: 0 0;
}
#aboutus .aboutus-body .abtpagelist ul li{
    font-size: 18px;
    color: #293C4B;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.76px;
    margin-bottom: 0.7em;
}
#aboutus .aboutus-body .abtpagelist ul li:before{
    content: '\f105'; 
    font-size: 16px;
    font-family: FontAwesome;  
    color: #293C4B;
    position: relative;   
    left: 0;
    opacity: 1;
    top: 0;
    margin: 0 7px 0 0;   
}

#aboutus .aboutus-body .about-shopbtn{
    background: transparent linear-gradient(180deg, #293C4B 0%, #32475A 100%);
    border-radius: 4px;
    padding: 9px 8px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#aboutus .aboutus-body .about-shopbtn a{
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    color: #E8E7E7;
    background: transparent;
}

#aboutus .aboutus-body .about-shopbtn::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #978052;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow:2px 0px 14px rgba(0,0,0,.6);
} 
#aboutus .aboutus-body .about-shopbtn::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #EAE3D4;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
#aboutus .aboutus-body .about-shopbtn:hover::before,
#aboutus .aboutus-body .about-shopbtn:hover::before{
    opacity:1;
    width: 116%;
}
#aboutus .aboutus-body .about-shopbtn:hover::after, 
#aboutus .aboutus-body .about-shopbtn:hover::after{
    opacity:1;
    width: 120%;
}
#aboutus .aboutus-body .offphonebox{
    position: relative;
}
#aboutus .aboutus-body .offphonebox .offerbox{

    box-shadow: 0px 3px 6px #00000029;
    background: #978052;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    right: 97px;
    top: -115px;
    z-index: 1;    

    animation: zoom-in-zoom-out 3s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.3, 1.3);
}
100% {
    transform: scale(1, 1);
}
}
#aboutus .aboutus-body .offerbox p{
    letter-spacing: NaNpx;
    font-size: 42px;    
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 18px 0;
}
#aboutus .aboutus-body .offerbox p span{
    letter-spacing: NaNpx;
    font-size: 28px;    
    color: #fff ;
    font-weight: 500;
    position: relative;
    top: -16px;
}
#aboutus .aboutus-body .abtcallbox{

    height: 170px;
    
}

#aboutus .aboutus-body .abtcallbox svg{
    width: 301px;
    height: 127px;
    position: absolute;
    top: -71px;
    right: 0;
}
#aboutus .aboutus-body .abtcallbox svg path{
    fill: #978052;
}
#aboutus .aboutus-body .abtcallbox .phonbox{
    margin:5px 0 0 137px;
    position: relative;
}

#aboutus .aboutus-body .abtcallbox i.fa.fa-phone {
    font-size: 35px;
    color: #fff;
    padding: 10px 16px;
    position: relative;
    z-index: 1;
    font-weight: 500;
}
#aboutus .aboutus-body:hover .abtcallbox i.fa.fa-phone{
   animation: tilt-shaking 0.25s infinite;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
} 
#aboutus .aboutus-body .abtcallbox .phoicon{position: relative;}
#aboutus .aboutus-body .abtcallbox .phoicon::after{
    content: "";
    background: #32475A;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 20px;
    top: 16px;
    border-radius: 50%;
}
#aboutus .aboutus-body .abtcallbox p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 16px 0 0 20px;
}
#aboutus .aboutus-body .abtcallbox p a {
    font-weight: 700;
    letter-spacing: 0.72px;
    color: #fff;
}
.space-abtblock {
    position: relative;
    right: 1.2em;
}
/*----------------------------------------*/
/*  Services home Area
/*----------------------------------------*/

#services {
    overflow: hidden;
    position: relative;    
}

#services .peccular-section-head{
    margin-bottom: 3em;
}
#services .peccular-section-head h2{
   color: #293C4B;
   padding: 0 6em;
   font-weight: 600;
   font-size: 50px;
   line-height: 61px;
   letter-spacing: 0px;
   text-align: center;
}

#services .peccular-service-box{   
    margin: 0 10px 4em;    
}
#services .peccular-service-box .peccular-service-image {  
    height: 272px;
    position: relative; 
}

#services .peccular-service-box .peccular-service-image img {
    width: 100%;
    height: 272px;
    transition: all .4s ease;
    
}
#services .ser-contentbox{
    position: relative;
    background-color: #fff;
}
#services .peccular-service-content {     
    padding:30px 18px 55px 35px;
}

#services .peccular-service-content h4 {
   margin-bottom: 13px;
}
#services .peccular-service-content h4 a{
    font-weight: 400;
    font-size: 24px; 
    color: #293C4B;
}  
#services .peccular-service-box:hover .peccular-service-content h4 a{
    color: #978052;
    letter-spacing: 2px;
}
#services .peccular-service-box p {
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'Poppins';
}
#services .peccular-service-box .border-left{
    border-left: 1px solid #293C4B;
}

#services .peccular-service-image .simple-overlay-3{

    position: absolute;    
    height: 0;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    background: #000;
    opacity:0;    
    transition: all .4s linear;  
}
#services .peccular-service-box:hover .peccular-service-image .simple-overlay-3 {
    height: 100%;   
    opacity: 0.4;
    transition: all .4s linear;    
}

.padding-0{padding: 0;}

#services .read-btn a.service-btn{
    color: #978052;
    font-size: 18px;
    font-weight: 500;
    writing-mode: vertical-rl;
    /* text-orientation: mixed; */
    transform: rotateZ(-180deg);
    padding: 86px 14px;
    position: relative;
    left: -16px;  
}
#services .peccular-service-box:hover .read-btn a.service-btn{
    color: #000000;
}


/*----------------------------------------*/
/*  Facility Area
/*----------------------------------------*/

#facility{
    position: relative;
    overflow: hidden;
}
#facility .peccular-facility-area {

    position: relative;    
}
#facility .peccular-section-head{
  margin-bottom: 3em;
  margin-left: px;
}

#facility .peccular-section-head h2{
    color: #293C4B;
    padding: 0 7em;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 0px;
    text-align: center;
}
#facility .facility-area{
    background: #fff;
    padding: 0px 30px 19px;
    border-top: 2px solid #978052;
    position: relative;
    margin: 4em 27px 10em;
}

#facility  h2.peccular-facility-title {
    color: #293C4B;
    font-size: 20px;
    font-weight: 600;
    margin: 38px 0 0 7px;
    text-align: left;
    line-height: 24px;  
}
#facility p.peccular-facility-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    margin: 20px 0 8px;
    text-align: center;
    letter-spacing: 1.15px;
    font-family: 'Poppins';
}

#facility .iconbox {
    width: 100px;
    height: 84px;
    background: #978052;
    position: relative; 
    transform: scale(1);   
    transition: all .4s ease;
    text-align: center;
    margin: 0 auto;
}
#facility .facility-area:hover .iconbox {
    transform: scale(1.1);
    transition: all .4s ease;
}
#facility .facility-area:hover .iconbox:after{
    top: -64px;
}
#facility .iconbox i{ 
    font-size: 76px ;
    color: #fff;
    text-align: center;
    line-height: 66px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#facility .iconbox:after{
    content: "";    
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 65px solid #978052;
    position: absolute;
    top: -67px;
    left: -24px;
}



/*----------------------------------------*/
/*  How do we produce wine section
/*----------------------------------------*/
#howdowe {
    background-color: #56042D;
    position: relative;
    overflow: hidden;

}
#howdowe .space-abtblock {
    padding: 1em;
}
#howdowe .howdowe-content{

    padding: 107px 0;
    margin: 0 147px;
}
#howdowe .howdowe-body {
    background:#D7C1A7;
    width: 846px;
    height: 868px;
    margin: 0 auto;
}
#howdowe .howdoweshape{
    -webkit-mask-image: url(images/howdoweshape.png);
    mask-image: url(images/howdoweshape.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%;
}
#howdowe .peccular-section-head {
    margin-bottom: 1em;
    margin-top: 0em;
}

#howdowe .peccular-section-head h2{
    color: #4E2926;
    margin-bottom: 5px;
    padding-top: 4px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 48px;
    text-align: center;
}
#howdowe .peccular-section-head h3{
    color: #56042D;
    margin: 16px 0 10px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Slab',serif;
}


#howdowe .peccular-howdowe-area{ 
  margin: 3em 0;
  padding: 0 97px;
}

#howdowe .ficon {

    border-radius: 50%;   
    border: 3px dashed #56042D;
    padding: 29px 6px 16px; 
    position: relative;
    top: 16px;


}
#howdowe a.ficon i{

    background: #56042D;
    border-radius: 50%; 
    color: #D7C1A7;     
    padding: 7px 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 37px;   
    transition: .5s;

}

#howdowe .peccular-howdowe-area:hover a.ficon i{
   transform: rotate(-95deg);
   transition: .5s;
}
#howdowe .peccular-howdowe-area:hover .ficon{

   box-shadow: 3px 3px 39px #55042d;

}
/*#howdowe .peccular-howdowe-area .peccular-howdowe-single{
   border-bottom: 2px dashed transparent;
      transition: .5s;
    
}*/

#howdowe .peccular-howdowe-area h4.peccular-howdowe-title{
    color: #4E2926;
    font-size: 29px;
    font-weight: 300;
    margin: 0 0 5px;    
    text-align: left;
    transition: all .4s ease;
}
#howdowe .peccular-howdowe-area:hover h4.peccular-howdowe-title{
    color: #fff;
    text-shadow: 2px 2px 4px #55042d;
    transition: all .4s ease;
}
#howdowe .peccular-howdowe-area .peccular-howdowe-text{
    color: #4E2926;
    font-size: 17px; 
    word-break: break-word;
    line-height: 22px;
    opacity: 0.9;
    margin-bottom: 0em;
    text-align: left;
    padding: 0 0px;
    font-style: italic;
}

/*----------------------------------------*/
/*  Contactinfo Area
/*----------------------------------------*/

#contactinfo .peccular-contactinfo-area {  position: relative;}

#contactinfo { 
    position: relative;
    background-color: #293C4B;
    overflow: hidden; 
}
#contactinfo .contactinnbox{
    margin: 0px 0 0;
    position: relative;
}
#contactinfo .contactinfo-body {
    padding: 0 0;    
    position: relative;
    z-index: 1;
}
#contactinfo .contactinfo-body svg {
    position: absolute;
    left: -130px;
    top: -60px;
}
svg.outer-svg {
    position: absolute;
    top: -30px;
    left: -130px;
}
#contactinfo .peccular-section-head{
    position: absolute;
    right: 0;
    right: 94px;
    top: 68px;
    z-index: 1;
    width: 860px;
}
#contactinfo .peccular-section-head h2{
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
}
#contactinfo .contentbox{
    position: relative;
    top: 0;
    z-index: 1;
}
#contactinfo .right-box{
    position: relative;
    padding: 55px 65px 55px 49px;
    background: #ffffff;
    top: 30%;
}

#contactinfo .peccular-section-head {
    right: 0;
    top: -50px;
    padding: 0 0em 0 2em;
}
#contactinfo .peccular-section-area-text {
    letter-spacing: 0.83px;
    color: #293C4B;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin: 0 0 24px;
    font-family: 'Poppins'; 
}
#contactinfo .peccular-section-area-text2 h3 {   
    color: #293C4B;
    font-size: 20px;
    font-weight: 500; 
    margin: 0 0 10px;

}
#contactinfo .peccular-section-area-text2 p {
    color: #293C4B;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 38px;
    line-height: 24px;
    font-style: italic;
}
#contactinfo .contact-info i{
    font-size: 23px;
    color: #fff;
    margin-right: 0px;
    width: 40px;
    height: 35px;
    background: #978052;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
}
#contactinfo .contact-info .phone,
#contactinfo .contact-info .address{
    position: relative;
    left: 18px;
}
#contactinfo .contact-info .phone svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 40px;
    height: 35px;
    background: #978052;
    text-align: center;
    padding: 3px 0 0;
    border-radius: 2px;
    transform: scale(1);
    transition: all 0.9s;
}
#contactinfo .right-box:hover .contact-info .phone svg,
#contactinfo .right-box:hover .contact-info .address svg{
    transform: scale(1.2);
    transition: all 0.9s;
}

#contactinfo .contact-info .address svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 40px;
    height: 35px;
    background: #978052;
    text-align: center;
    padding: 3px 0 0;
    border-radius: 2px;
    transform: scale(1);
    transition: all 0.9s;
}
#contactinfo .contact-info .phone svg path,
#contactinfo .contact-info .address svg path{
    fill: #fff;
}
#contactinfo .contact-info a,
#contactinfo .contact-info p{
    color: #293C4B;
    font-size: 20px;
    font-weight: 500; 
    line-height: 36px;
    text-align: left;
}
#contactinfo .contact-info a {
    padding-left: 1.5em;
}
#contactinfo .socials {text-align: left; margin: 16px 0 0; }

#contactinfo .socials a i {
    color: #fff;
    font-size: 22px;
    margin-right: 18px;
    margin-bottom: 5px;    
    border-radius: 2px;
    width: 40px;
    height: 35px;
    background: #978052;
    text-align: center;
    line-height: 35px;
    text-align: center;
    transition: all 0.9s;
    
}
#contactinfo .socials a i:hover {  
    background-color: #000000;
    transition: all 0.9s;
}
#contactinfo .left-image {    position: relative;
    bottom: 3px;
    left: 0;}

    #contactinfo .leftimgbox img.contactinfoimg {
        height: 100%;
        width: 100%;
        position: relative;
        left: 0px;
        top: 0px; 
        transition: all 0.9s;

    }
    #contactinfo .contactinnbox:hover img.contactinfoimg {
        filter: brightness(0.5);
        transition: all 0.9s;
    }
    #contactinfo .leftimgbox {

        -webkit-mask-image: url(images/contactinfoimgshape.png);
        mask-image: url(images/contactinfoimgshape.png);
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
        height: 675px;
        mask-size: 100% 100%;

    }
    #contactinfo .leftimgbox .imgshape{

        -webkit-mask-image: url(images/contactinfoimgshape.png);
        mask-image: url(images/contactinfoimgshape.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%;
/*     height: 772px;*/
}

/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/


#counter .peccular-counter-area {  position: relative;}

#counter { 
   position: relative;
   overflow: hidden; 
/*     background: #D7C1A7;*/
z-index: -1;
}
#counter .counter-area-bg{ 

/*    background: #c8ad9b;*/
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

#counter .peccular-section-head h2{
    background: linear-gradient(to right, #7441f4 0%, #5468f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#counter .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
#counter .peccular-section-head h3{
    color: #021348;
}

#counter .peccular-section-head h3 {
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}
#counter .peccular-counter-single{
/*    border: 3px solid #56042D;*/
border-radius: 25px;
background-color: #fff;
padding: 0em;
margin: 15px 10px;
transition: all 0.3s ease 0s;
height: 200px;
width: 200px;
margin: 0 auto;
top: 7px;
left: 9px;
position: absolute;

}
#counter .peccular-counter-b{   
    width: 248px;
    height: 248px;   
    position: relative;
}
#counter .square {
    width: 200px;
    height: 200px;
    position: relative;
    background-color: #E97F2C;
    border-radius: 25px;
    transition: all 0.3s ease 0s;
}

#counter .peccular-counter-b:after {

    position: absolute;
    content: "";
    border-right: 7px solid #eae8e8;
    
    height: 119px;
    z-index: 1;
    top: 41px;
    right: -11px;
}
#counter .peccular-counter-area:nth-child(last) .peccular-counter-b:after {
 display: none;
}
#counter .peccular-counter-single .peccular-counter-icon span{

 font-size: 75px;
 color: #000;
 opacity: 0.2;
 font-weight: 900;
 border-radius: 50%;
 padding: 14px 59px;
 padding-bottom: 0px;
 transition: all 1s ease 0s;
}

#counter .peccular-counter-b:hover .peccular-counter-icon span{
/*    color: #D7C1A7;*/
transition: all 1s ease 0s;

}
#counter .peccular-counter-single h4.peccular-counter-title  {
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    color: #4E2926;
    padding: 0;   
    line-height: 30px;
    transition: all 0.3s ease 0s;
    margin:0px;
    text-align: center;
}
#counter .peccular-counter-b:hover h4.peccular-counter-title{

    transition: all 0.3s ease 0s;
}

#counter .peccular-counter-b:hover .square {
 margin-left: 20px;
 transition: all 0.3s ease 0s;
}
#counter .peccular-counter-single .peccular-counter-num.count{
    font-size: 42px;
    font-weight: 900;
/*    word-break: break-word;*/
color: #E36502;
padding: 0;
margin: 9px 0 0 0;
transition: all 0.3s ease 0s;
text-align: center;

}
#counter .peccular-counter-single .peccular-counter-num.count:after{
    content: "\f067";
    font-size: 18px;
    color: #E36502 ;    
    font-family: "Fontawesome";
    position: relative;
    right: -10px;
    bottom: 2px;
}
#counter .peccular-counter-b:hover .peccular-counter-num.count{
/*  letter-spacing: 7px;*/
transition: all 0.3s ease 0s;
}

/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/

#blog {
    position: relative;
    overflow: hidden;
}
#blog .peccular-section-head {
    margin-bottom: 4em;
    margin-top: 0em;
}
#blog .peccular-section-head h2{
    color: #293C4B;
    padding: 0 7em;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 0px;
    text-align: center;
}
#blog .peccular-blog-post{    
    margin: 0 13px;
    padding: 0em;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
}
#blog .peccular-blog-single {  padding:0px ;  }

#blog .peccular-box-area-S { margin: 0px;}

#blog .peccular-blog-content {
    padding: 15px 15px 15px 36px;
    margin: 0 0 11px;
}
#blog .peccular-blog-post .ser-contentbox{
    background: #fff;
    padding: 0 0;
    margin: 0 0;
    position: relative;
}
#blog .peccular-blog-content a h4.inner-area-title {
    color: #293C4B;
    font-size:20px;
    font-weight: 600;
    line-height: 27px;
    margin: 4px 0 9px;
    transition: all 1s ease 0s;
}
#blog .peccular-blog-post:hover .peccular-blog-content a h4.inner-area-title {
    color: #978052;   
    transition: all 1s ease 0s;
}
#blog .peccular-blog-content p.blogtext{
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0em;
    padding: 0em;
    text-align: left;
    font-family: 'Poppins'; 
}
#blog .peccular-blog-post .border-left {
    border-left: 1px solid #293C4B;
}
#blog .peccular-blog-post .read-btn a.bread-btn{    
    color: #978052;
    font-size: 18px;
    font-weight: 500;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotateZ(180deg);
    padding: 103px 20px;
    position: relative;
    left: 0px;
}
#blog .peccular-blog-post:hover .read-btn{  background: #293C4B;     height: 100%;}
#blog .peccular-blog-post:hover .read-btn  a.bread-btn{  color: #fff; }

#blog .peccular-blog-post .date-comm {
    background: #293C4B;  
    padding: 13px 5px 13px 34px;
    position: relative;   
}
#blog .peccular-blog-post .peccular-blog-comment{
    text-align: center;
}
#blog .peccular-blog-post .peccular-blog-date span, 
#blog .peccular-blog-post .peccular-blog-comment span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;   
}

#blog .peccular-blog-post .peccular-blog-date i, 
#blog .peccular-blog-post .peccular-blog-comment i{
    font-size: 20px;
    font-weight: 500;
    padding-right: 12px;
    color:#F8F0DE !IMPORTANT;
}

#blog .peccular-blog-imgbox {
    width: 394px;
    height: 272px;
    position: relative;
    overflow: hidden;
    transition: all 1s ease 0s;
}
#blog .peccular-blog-imgbox img {
    transition: all 1s ease 0s;
    width: 100%;
    height: 272px;    
}

#blog .peccular-blog-imgbox::before {
  position: absolute;
  content: '';
  left:0;
  top: 100%;
  right: 0;
  width: 100%;
  bottom: 0;
  background: #2A2E3D;
  opacity: 0;
  transition: all 350ms;
  z-index: 1;
  width: 100%;
}

#blog .peccular-box-area-S:hover .peccular-blog-imgbox::before {
  top: 0;
  z-index: 1;
  opacity: 0.4;
  transition: all 350ms;
}

/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/

#newsletter {
 position: relative;
 overflow: hidden; 
 border-bottom: 2px solid #cfc1a3;
 padding: 0 0 10px; 

}
#newsletter .newsletter-sign-box{
    position: relative;
    
}
#newsletter .newsletter-sign-box img.newslettrimg{
    width: 346px;
    height: 125px;
    margin: 16px 0 0 22px;
    transition: all 0.5s ease 0s;
}
#newsletter .newsletter-sign-box:hover img.newslettrimg{
   transition: all 0.5s ease 0s;
   filter: hue-rotate(-101deg);
}
#newsletter .peccular-section-head { margin: 42px 0 0 55px; }

#newsletter .peccular-section-head h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    margin:0 0px;    
    color: #fff;
    text-align: left;
    padding: 0 0;
    text-transform: none;
}

#newsletter .peccular-newsletter-member-wrap {
    padding: 45px 30px 5px 0px;
    margin: 0 0;  
}

#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 #978052;    
    z-index: 2000;
    width: 91%;
    color: #978052;
    margin: 0px;
    border-radius: 41px;
    padding: 0px 40px !important;
    font-size: 18px;
    height: 81px;
    font-weight: 400;
    background: #fff;    
}
#newsletter  .peccular-newsletter-member-wrap input::placeholder{
    opacity: 1;
    color: #978052;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{

    display: inline-block;
    background: #F8F0DE;
    border-radius: 37px;
    color: #A59064 ;
    font-weight: 500;
    padding: 22px 44px;
    line-height: 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;    
    font-size: 26px;
    transition: all 0.5s ease 0s;
    margin: 8px 0 0 -56px;
    z-index: 1;
    box-shadow: none;

}


/*----------------------------------------*/
/*  13. Contact home Area
/*----------------------------------------*/

#contact {
 position: relative;
 overflow: hidden;

}
#contact .peccular-contact {
    padding-top: 0em;
    position: relative;
}
#contact .cont-banner {
    position: relative;
    overflow: hidden;
}

#contact .cont-banner .left-banner-text h2.maintitle {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    background: #978052;
    margin-right: 4em;
}
#contact .left-banner-text .continfo-box{
    margin: 40px 0 20px 0;
}
#contact .left-banner-text .continfo-box h3.lable{
    font-size: 20px;
    font-weight: 500;
    color: #293C4B;
    margin: 0 0 11px;
    line-height: 30px;
    font-family: 'Poppins';
}
#contact .left-banner-text .continfo-box p a,
#contact .left-banner-text .continfo-box p{
    font-size: 18px;
          word-break: break-all;
    font-weight: 400;
    color: #293C4B;
    margin: 0 0 0px 40px;
    line-height: 27px;
    font-family: 'Poppins';
}
#contact .left-banner-text .continfo-box p a {
    margin-left: 0em;
}
#contact .left-banner-text .continfo-box p i{
    width: 31px;
    height: 31px;
    background: #293C4B;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 0 11px 0px 0;
    border-radius: 50%;
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 15px;
}
#contact .left-banner-text .continfo-box p {
    padding-right: 6em;
}
#contact .left-banner-text:hover .continfo-box p i{
    animation: tilt-shaking 0.25s infinite;
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
} 
#contact .contact-form {

    padding: 0px 0px;
}

#contact .contact-form .peccular-section-head{     
    margin-bottom: 0;
    margin-top: 0;
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}

#contact .contact-form .peccular-section-head .innhead2{
    background: #978052;
    padding: 110px 0 21px 0;
    text-align: center;
}
#contact .contact-form .peccular-section-head h4 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    position: relative;
    top: -22px;
}
#contact .peccular-contact-member-wrap{
    background: #fff;
    padding: 4em 6em 2.8em 6em;
}
#contact .peccular-contact-member-wrap input[type="text"], 
#contact .peccular-contact-member-wrap input[type="email"], 
#contact .peccular-contact-member-wrap input[type="url"], 
#contact .peccular-contact-member-wrap input[type="password"], 
#contact .peccular-contact-member-wrap input[type="search"], 
#contact .peccular-contact-member-wrap input[type="number"], 
#contact .peccular-contact-member-wrap input[type="tel"], 
#contact .peccular-contact-member-wrap input[type="range"], 
#contact .peccular-contact-member-wrap input[type="date"], 
#contact .peccular-contact-member-wrap input[type="month"], 
#contact .peccular-contact-member-wrap input[type="week"], 
#contact .peccular-contact-member-wrap input[type="time"], 
#contact .peccular-contact-member-wrap input[type="datetime"],
#contact .peccular-contact-member-wrap input[type="datetime-local"], 
#contact .peccular-contact-member-wrap input[type="color"],
#contact .peccular-contact-member-wrap input[type="file"],
#contact .peccular-contact-member-wrap textarea{
    border: 1px solid #978052 !important;    
    z-index: 2000;
    width: 100%;
    color: #978052;
    margin: 0 0 24px 0;
    padding: 0 0 0px 17px;
    font-size: 16px;
    height: 56px;
    font-weight: 400;
    background: none;
}

#contact .peccular-contact-member-wrap textarea {
    height: 114px; 
    line-height: 55px;   
}
#contact  .peccular-contact-member-wrap textarea::placeholder,
#contact  .peccular-contact-member-wrap input::placeholder{
    color:#978052;
}
#contact .peccular-contact-member-wrap input[type="submit"]{
    color: #fff;
    padding: 12px 58px;
    background: #978052;
    border-radius: 2px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    transition: all 0.5s ease 0s;
    position: relative;
    width: 100%;
    margin-top: 10px;
    border: 1px solid transparent;
    font-family: roboto; 
}
#contact .peccular-contact-member-wrap input[type="submit"]:hover {    
    border: 1px solid #D7C1A7;
    transition: all 0.5s ease 0s;
    color: #D7C1A7;
    background: none;

}


/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
#footer {
    background-color: #978052;
}
#footer,
.footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    background: #\#978052;
    overflow: hidden;
    margin-top: 2em;
}

#footer .footer-overlay,
#footer .footer-overlay,
.page #footer .footer-overlay,
.single #footer .footer-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.page #footer .widget_block,
.page #footer .widget_meta,
.page #footer .widget_recent_entries,
.page #footer .widget_categories,
.page #footer .widget_recent_comments,
.page #footer .widget_archive,
.page #footer .widget_nav_menu,
.page #footer .widget_text,

.single #footer .widget_block,
.single #footer .widget_meta,
.single #footer .widget_recent_entries,
.single #footer .widget_categories,
.single #footer .widget_recent_comments,
.single #footer .widget_archive,
.single #footer .widget_nav_menu,
.single #footer .widget_text{
    border: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.footer-area li,
.footer-area li,
.page .footer-area li {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
    font-weight: 500;

}

.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 20px;
    color:#F8F0DE;
    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: #293c4b;
}
.footer-area .widget_nav_menu li a:before {
    content: "\f124";
    font-family: 'FontAwesome';
    padding-right: 6px;
    font-size: 22px;
    color: #293C4B;
    position: absolute;
    left: 0;
    margin: 0 0;
    top: 0;
    transform: rotate(45deg);
}
.footer-area .widget_nav_menu li{
    padding-left: 35px;
}

.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: 400;
    font-size: 18px;
    color: #fff;
}
.footer-area .widget-title,

#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,

.footer-area .widget-title,
.page .footer-area .widget-title,
#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2 {   
    color: #fff;
    margin-bottom: 0px;
    font-family: inherit;
    font-size: 35px;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-weight: 400;
    position: relative;
}
.footer-area .footer-border{ border-bottom: 1px solid #fff; }
footer#footer .widget .widget-title {
    font-weight: 500 !IMPORTANT;
}
.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: 18px;}

.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: none;   
 margin: 35px 0 18px;
}
.footer-area .bottom-area .footer-text ,
.page .footer-area .bottom-area .footer-text ,
.single .footer-area .bottom-area .footer-text {
    color: #293c4b !important;
    font-size: 20px;
    background: #F8F0DE;
    padding: 11px 0;
}

.footer-area .bottom-area ul,
.footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, .footer-text a,
.footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
    font-size: 16px;
    font-weight: 400;
    color: #f8f4f5;
}
.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 .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: 25px;
    margin-right: 12px;
}
.footer-area i.fa {
 color: #34434c;
}
.footer-area .textwidget i.fa {
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-area .textwidget p {
    padding-left: 1.5em;
    margin-bottom: 1em !important;
    position: relative;
}
#footer .widget_text {
    position: relative;
}
.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: 30px;
    padding:14px 5px 5px;
}
.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: 500;}

    .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 .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: 6em;
        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: 7em;
        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: 8em;
        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;
    }
    .widget-area p, .widget_text p,
    .single-footer-1 p {
        text-decoration: none;
        font-size: 20px;
        color: #fff;  
        font-weight: 400;
        line-height: 30px;
        margin: 0 !important;
        text-align: left;

    }
    .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;
        transition:all 0.5s;
    }
    .single #content-box .socialMedia ul li a.site-button:hover i{
        color: #783afd;
        transform: scale(1.2);
        transition:all 0.5s;
    }
    .single-footer-1 img{       
/*    margin-bottom: 26px;*/
position: relative;
top: 0;
}

.single-footer-5 .textwidget{
    color: #460324 !important;
    position: relative;
    z-index: 1;
}
.single-footer-5 .textwidget i{
    color: #460324 !important;
    26px !important
}
.single-footer-5 .textwidget a{
    color: #460324 !important;
    font-size: 19px;
}
.single-footer-5 .textwidget .peccular-contact-address p{
    color: #460324 !important;
    font-size: 19px;
    text-align: left;
}
.single-footer-5 .textwidget .peccular-contact-mailid{margin-bottom: 11px;}

.footer-area .single-footer-5{
    /*background: #074842 !important;*/
    Padding: 0px 38px;
    display: block;
    width: 21%;
    position: relative;
    top: -5px;
    left: 7px;  

}
.footer-area .single-footer-5 .footer5overlay{
    background: #D7C1A7 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* opacity: 0.6;*/
    border-radius: 10px;
}
.footer-area .widget-title{
    margin-bottom: 0.7em;
    font-size: 26px !important;
    color: #fff;
    font-weight: 600;
    text-align: left;
    
}
.footer-area .social-profile-icons ul li a{
 background-color: #fff;
 padding: 16px 6px;
 padding-bottom: 9px;
 border-radius: 8px;
 /* text-align: center; */
 /* line-height: 0; */
 /* width: 20px; */
 /* height: 28px; */
 color: #3C4048;

}

.footer-area .social-profile-icons ul li:first-child a{
    padding: 18px 10px; 
    padding-bottom: 7px;
}
.footer-area .social-profile-icons ul li a:hover{
    background: #FC8602 !important;
    
}
.footer-area .social-profile-icons a:hover i.fa,
.footer-area .social-profile-icons ul li a:hover i{

    color: #fff !important;
}
.footer-area .social-profile-icons ul li a i,
.footer-area .social-profile-icons i.fa {
   color: #3C4048 !important;
   font-size: 30px;
}
.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-top: 70px;
    overflow: hidden;
    position: relative; 
}

.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: -6px 0 17px;
    letter-spacing: 0px;
    font-weight: 500 !important;
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 36px;    
    color: #fff;
    
}

.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: #EAE3D4;
    padding-top: 3em;
}
body.archive.post-type-archive.post-type-archive-product .inner_contentbox,
.woocommerce-account .inner_contentbox,
.woocommerce-checkout .inner_contentbox,
.woocommerce-cart .inner_contentbox{
     padding-top: 10em;
}
.blockUI.blockOverlay {
    background: transparent ! IMPORTANT;
    opacity: 1 !important;
}
.woocommerce ul#shipping_method li:before,
.woocommerce-checkout #payment ul.payment_methods li:before{
    content: none !important;
}
.woocommerce-checkout #payment ul.payment_methods {
    margin: 0 !important;
    padding: 0 !important;
}
#innerpage-box nav.woocommerce-MyAccount-navigation ul li,
.woocommerce ul#shipping_method li,
#innerpage-box nav.woocommerce-MyAccount-navigation ul li a{
    padding-left: 0;
        padding-bottom: 0;
}
.peccular-innerpage-overlay {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    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-aboutus-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;

}
.entry-content.wow.bounceInUp {
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 30px;
}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.breadcrumbmainbox{
    background: #293C4B;
    padding: 9px 0 ;
}
.breadcrumbbox {
    padding: 16px 0px;
    text-align: left;
    position: relative;
    z-index: 1;
    background: #293C4B; 
}   
.breadcrumbbox span {
    color: #fff;
    margin: 0 3px;
    font-size: 22px;
    font-weight: 500;
}

.breadcrumbbox span.bread-arrow{
    font-size: 27px;
    line-height: 13px;
    position: relative;
    top: 2px;
    padding: 0px 0px;
    margin: 0 0;
    color: #fff;
}
.breadcrumbbox a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.breadcrumbbox a:hover {
    color: #fff;
}
/*--------------------------------------------------------------
## Blog inner page
--------------------------------------------------------------*/
#innerpage-box .inner-blog-post{  margin: 0 13px 4em;}
#innerpage-box .peccular-box-area-S { margin: 0px;}
#innerpage-box .peccular-blog-content {
    padding: 15px 18px 15px 24px;
    margin: 0 0 11px;
}
#innerpage-box .inner-blog-post .ser-contentbox{
    background: #fff;
    padding: 0 0;
    margin: 0 0;
    position: relative;
}
#innerpage-box .peccular-blog-content a h4.inner-area-title {
    color: #293C4B;
    font-size: 20px;
    font-weight: 600 !IMPORTANT;
    line-height: 30px;
    margin: 4px 0 9px;
    transition: all 1s ease 0s;
    padding: 0;
}
#innerpage-box .inner-blog-post:hover .peccular-blog-content a h4.inner-area-title {
    color: #978052;   
    transition: all 1s ease 0s;
}
#innerpage-box .peccular-blog-content p.blogtext{
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0em;
    padding: 0em;
        margin-top: 9px;
    text-align: left;
    font-family: poppins; 
}
#innerpage-box .inner-blog-post .border-left {
    border-left: 1px solid #293C4B;
}
#innerpage-box .inner-blog-post .read-btn a.bread-btn{    
    color: #978052;
    font-size: 18px;
    font-weight: 500;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotateZ(180deg);
    padding: 77px 20px;
    position: relative;
    left: 0px;
    width: 100%;
}
#innerpage-box .inner-blog-post:hover .border-left{  background: #293C4B; }
#innerpage-box .inner-blog-post:hover .read-btn  a.bread-btn{  color: #fff; }

#innerpage-box .inner-blog-post .date-comm {
    background: #293C4B;  
    padding: 13px 20px;
    position: relative;   
}
#innerpage-box .inner-blog-post .peccular-blog-comment{
    text-align: center;
}
#innerpage-box .inner-blog-post .peccular-blog-date span, 
#innerpage-box .inner-blog-post .peccular-blog-comment span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;   
}

#innerpage-box .inner-blog-post .peccular-blog-date i, 
#innerpage-box .inner-blog-post .peccular-blog-comment i{
    font-size: 20px;
    font-weight: 500;
    padding-right: 12px;
    color:#F8F0DE !important;
}

#innerpage-box .peccular-blog-imgbox {
    width: 100%;
    height: 272px;
    position: relative;
    overflow: hidden;
    transition: all 1s ease 0s;
}
#innerpage-box .peccular-blog-imgbox img {
    transition: all 1s ease 0s;
    width: 100%;
    height: 272px;    
}

#innerpage-box .peccular-blog-imgbox::before {
  position: absolute;
  content: '';
  left:0;
  top: 100%;
  right: 0;
  width: 100%;
  bottom: 0;
  background: #2A2E3D;
  opacity: 0;
  transition: all 350ms;
  z-index: 1;
  width: 100%;
}

#innerpage-box .peccular-blog-imgbox:hover::before {
  top: 0;
  z-index: 1;
  opacity: 0.4;
  transition: all 350ms;
}

#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 #blog-box h2 {
 color: #000;
 font-size: 24px !important;
 font-weight: 500;
 line-height: 30px;
 margin: 5px 0px;
 padding: 0em;
 transform: scale(1);
 transition: all 1s ease 0s;
}

#innerpage-box #blog-box .inner-blog-post:hover .inner-blogpost-info h2 { color: #EF842E ;
    transition: all 1s ease 0s;
}

div#secondary .social-profile-icons ul li i:hover, #innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}
#innerpage-box .inner-blog-excerpt {
 color: #959595;
 font-size: 16px;
 font-weight: 400;
 line-height: 22px;
 margin-bottom: 0em;
 padding: 0em;

}

#innerpage-box .blog-page-btn{
  color: #EF842F;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 88px;
  right: 0px;
}
#innerpage-box .blog-page-btn a{
    color: #EF842F;
}

#innerpage-box #blog-box .inner-blog-post .blog-page-btn:hover a{  color: #2A2E3D; }


#innerpage-box .single_post .blog-page-btn a{
    background: #EF842F;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 11px 23px;
    text-align: center;
    margin: 0px 0 0px;
    position: relative;
    border-radius: 43px; 
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;   
}

#innerpage-box .single_post .blog-page-btn:hover a{  color: #fff; }


#innerpage-box .single_post .blog-author a,
#innerpage-box .single_post .blog-category a, 
#innerpage-box .single_post .blog-tags a{ color: #460324 !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 .blog-comment i, #innerpage-box .single_post .blog-time i, 
#innerpage-box .single-blog-date i, #innerpage-box .single_post .blog-category i, 
#innerpage-box .single_post .blog-tags a i, #innerpage-box .single_post .blog-comment i, 
#innerpage-box .blog-author i, #innerpage-box .blog-author 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: 30px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #06332e;
}
body.post-template-default.single.single-post li.wp-block-latest-comments__comment:after{
    content: none !important;
}
.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;
    color: #fff;
}
.wp-block-archives li a:after,
main#innerpage-box .widget-area .widget_archive ul li a:after{
    content: "";
    border-bottom: 2px dotted #000;
    position: absolute;
    width: -webkit-fill-available;
    /* border-style: dotted; */
    bottom: 9px;
    /* height: 5px; */
}
body.post-template-default.single.single-post .wp-block-archives li a:after{
        bottom: 28px !important;
}
body.post-template-default.single.single-post .mobile-width {
    padding-right: 0;
}
div#secondary {
    /*border: 1px solid #ccc;*/
    padding: 0px;
    border-radius: 5px;
    margin: 0px 7px;
}
#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    /* display: flex; */
    padding: 0 1em;
}
/*-------------Gallry inner page-------------*/
h1.lt-1.font-Lalezar.m-0 {
    display: inline-block;
}
span.arch {
    display: none;
}
body.archive.date span.arch {
    display: inline-block;
}
body.archive.date h1.ht-main-title{
    display: none;
}
body.archive.date .page-main-header2{
    padding: 21em 0 0em !important;
}
/*-------------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
-----------------------------*/
.pr-0-c-page{
    padding-right: 0;
}
#peccular-contactus-wrap{ 
    position: relative;
    overflow: hidden;
    padding: 81px 0 0;
    margin: 7em 0 0;
}
div#peccular-contactus-wrap iframe {
    height: 755px;
}
#peccular-contactus-wrap .peccular-contact-form-block{
    margin-bottom: 3.7em;
}
#peccular-contactus-wrap .inncontact-area{
    background: #fff;
    padding: 0px 27px 19px;
    border-top: 2px solid #978052;
    position: relative;
    margin: 0 27px 1em;
}
#peccular-contactus-wrap .inncontact-area .contmargin{
    margin: 26px 0 11px;
}
#peccular-contactus-wrap .inncontact-area .contmargin p {
    padding-bottom: 10px;
}
#peccular-contactus-wrap .inncontact-area .contmargin p.peccular-inncontact-content {
    padding-bottom: 0;
}
#peccular-contactus-wrap  h2.peccular-inncontact-title {
    color: #978052;
    font-size: 24px;    
    font-weight: 600;
    margin: 34px 0 0 29px;
    text-align: left;    
}
#peccular-contactus-wrap p.peccular-inncontact-content,
#peccular-contactus-wrap p a.peccular-inncontact-content {
    font-size: 26px ;  
    font-weight: 600;
    line-height: 36px;
    color: #293C4B;
    margin: 0px 0 0px;
    text-align: left;
    letter-spacing: 0px;
}

#peccular-contactus-wrap .iconbox {
    width: 100px;
    height: 75px;
    background: #978052;
    position: relative; 
    transform: scale(1);   
    transition: all .4s ease;
    text-align: center;
    margin: 0 auto;
}
#peccular-contactus-wrap .inncontact-area:hover .iconbox {
   transition: all .4s ease;
}
#peccular-contactus-wrap p a:hover {
    opacity: 0.6;
}
#peccular-contactus-wrap .peccular-contact-page-form input[type="submit"]:hover {
    opacity: 0.8;
}
#peccular-contactus-wrap .iconbox i{ 
    font-size: 65px ;
    color: #fff;
    text-align: center;
    line-height: 66px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#peccular-contactus-wrap .iconbox:after{
    content: "";    
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 65px solid #978052;
    position: absolute;
    top: -67px;
    left: -24px;
}

#peccular-contactus-wrap .peccular-contact-page-form{
    background: #fff;
    position: relative;
}
#peccular-contactus-wrap .peccular-contact-page-form:before {
    content: "";
    border-left: 93px solid transparent;
    border-right: 93px solid transparent;
    border-top: 80px solid #978052;
    position: absolute;
    top: 0px;
    left: 20px;
}
#peccular-contactus-wrap .peccular-contact-page-form:after {
    content: "";
    border-left: 93px solid transparent;
    border-right: 93px solid transparent;
    border-bottom: 80px solid #978052;
    position: absolute;
    bottom: 0px;
    right: 20px;
}
#peccular-contactus-wrap .peccular-contact-page-formbox{
    margin: 0 0;
    padding: 7em 75px;
}
#peccular-contactus-wrap .peccular-contact-page-formbox h2{
    font-size: 40px;
    font-weight: 600;
    color: #293C4B;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0 0 35px;
}
#peccular-contactus-wrap .peccular-contact-page-formbox h2 .headbrdr{

    border-bottom: 2px solid #978052;
    width: 31%;
    position: relative;
    bottom: -3px;
    text-align: center;
    margin: 0 auto;
}

#peccular-contactus-wrap .peccular-contact-page-form input::placeholder,
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#000;
}
#peccular-contactus-wrap .peccular-contact-page-form input[type="text"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="email"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="url"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="password"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="search"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="number"],
#peccular-contactus-wrap .peccular-contact-page-form input[type="tel"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="range"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="date"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="month"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="week"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="time"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="datetime"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="datetime-local"], 
#peccular-contactus-wrap .peccular-contact-page-form input[type="color"], 
#peccular-contactus-wrap .peccular-contact-page-form select, 
#peccular-contactus-wrap .peccular-contact-page-form textarea{
    margin-bottom: 27px;
    border: 1px solid #393838 !important;
    font-size: 16px;
    padding: 15px 20px; 
    border-radius: 0px;
    color: #393838;
    font-weight: 400;
    background: none;
    height: 48px;
}

#peccular-contactus-wrap .peccular-contact-page-form textarea {
    height: 141px !important;
}

#peccular-contactus-wrap .peccular-contact-page-form input[type="submit"] {

    font-weight: 600;
    padding: 14px 52px;
    border-radius: 0px;
    position: relative;
    background-color:#978052;    
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s ease 0s;
    margin:0px 0 0 0; 
    box-shadow: none;
    width: 100%; 
    z-index: 1;

}

#peccular-contactus-wrap iframe{
    width: 100%;
}


/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box{   
    margin: 0em 16px 4em ;      
}
#innerpage-box .serbrdr{
    position: relative;
    overflow: hidden;

}
#innerpage-box .peccular-service-box .peccular-service-image { 
    position: relative; 
    height:272px;
}
#innerpage-box .peccular-service-box .peccular-service-image img {

    width: 100%;
    transition: all .4s ease;    

}
#innerpage-box .peccular-service-content {     
    position: relative;
    background-color: #fff;     
    padding: 22px 25px 35px;
}

#innerpage-box .peccular-service-content h4 {
   padding: 0px !important;
   margin: 0px !important;
}
#innerpage-box .peccular-service-content h4 a{
 font-weight: 400;
 font-size: 24px;   
 color: #293C4B;
} 
#innerpage-box .peccular-service-content h4:hover a {
    color: #978052;
}
body.single-our-services div#content p {
    padding: 0;
    margin: 0;
}
#innerpage-box .peccular-service-box .simple-overlay-3{
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;   
    transition: all .4s linear;  
}
#innerpage-box .peccular-service-box:hover .simple-overlay-3 {

    visibility: visible;   
    opacity: 0.5;   
    left: 0;
    transition: all .4s linear;   
}

#innerpage-box .peccular-service-box p {
    font-size: 18px !important;
    font-weight: normal;
    color: #707070 !important;  
    font-family: poppins; 
    margin: 10px 0px 24px;
    line-height: 30px !important;
    text-align: left;
}

#innerpage-box .peccular-service-content .service-btn{
    color: #fff;
    background: #978052;
    padding: 12px 28px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    position: relative;
}
#innerpage-box .peccular-service-box:hover .peccular-service-content .service-btn{

    transition: 1s all ease;
    background: #55032d;    
    border-radius: 54px;
    
}

/*---------------------- End Services page ------------------------*/

/*-----------------------
## FAQS inner page
-----------------------------*/

#innerpage-box .faq-content.accordion {
margin-bottom: 72px;
    background: #FFFFFF;
    border: 2px solid #978052;
    padding: 10px 35px 34px;
    width: 46.8%;
    float: left;
    margin-left: 1.3em;
    margin-right: 1.3em;
}

#innerpage-box #content-box .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
    position: relative;
    transition: all .9s ease;
}

#innerpage-box #content-box .faq-content button.accordion.active, button.accordion:hover {
    opacity: 1;
    transition: all .9s ease;
}
#innerpage-box #content-box .faq-content button.accordion:before {
    content: '\f067';
    font-family: 'Fontawesome';
    font-size: 00px;    
    border-radius: 0px;
    position: absolute;
    top: -9%;  
    transform: translate(0, -50%);
    left: 0;    
    line-height: 79px;
    text-align: center;   
    color: #fff;
    background-color: #978052;
    width: 61px;
    height: 80px;
    transition: all .9s ease;
}

#innerpage-box #content-box .faq-content button.accordion.active:before {
    content: "\f068";
    font-family: 'Fontawesome';
    color: #fff;
    transition: all .9s ease;
        font-size: 0;
}
#innerpage-box #content-box .faq-content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: all .9s ease;
    opacity: 0;
    margin: 0 0 0px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
#innerpage-box #content-box .faq-content div.panel p{
    margin:0 0 0px;
}
#innerpage-box #content-box .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
/*    padding: 10px 0px 0;*/
}

#innerpage-box #content-box h3.faq-title{

    text-transform: none;
    font-size: 20px !important;
    font-weight: 500 !important;  
    padding: 0px 5px;
    text-align: left;
    margin: 11px 0 0;   
    color: #32475A;  
    margin-left: 75px !important;    
    transition: all 300ms linear 0ms;   
    position: relative;
    cursor: pointer;
    transition: all 0.9s;    
}
#innerpage-box .faq-content.accordion span {
    position: absolute;
    left: 23px;
    font-size: 30px;
    font-weight: 600;
    top: -20px;
}
#innerpage-box #content-box button.accordion.active h3.faq-title{
    color: #32475A;
    transition: all .9s ease;   
}
#innerpage-box #content-box h3.faq-title:after {
    display: none;
}
#innerpage-box #content-box .faq-content p {
    font-size: 18px;
    margin: 22px 1px 0 0px !important;
    letter-spacing: 0px;
    word-break: break-word;
    line-height: 28px;
    font-weight: 400;
    color: #393838;
    font-family: poppins;
}



/*-----------------------
## End FAQS page
-----------------------------*/
/*-----------------------
## Testimonials inner page
-----------------------------*/

#innerpage-box .peccular-testimonials-single{
    position: relative;
    overflow: hidden;
    background: #EAE3D4;
    margin: 3em 0;
}
#innerpage-box .peccular-testimonials-single .topbox{

    border: 7px solid #978052;
    border-bottom: none;
    margin: 67px 20px -45px;
}
#innerpage-box .peccular-testimonials-image{
   width: 162px;
   /* height: 126px; */
   position: relative;
   top: -78px;
   left: 42px;
}
#innerpage-box .peccular-testimonials-image img {

    transition: all 0.3s ease 0s;
    height: 126px;
    width: 100%;
    margin: 0 auto;
}

#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image img {
    border-radius: 0px;
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}
#innerpage-box .peccular-testimonials-single .middlbox{
    padding:5px 27px 22px;
    margin: 0 0;
    background: #32475A ;
    border-top: 6px solid #EAE3D4;
    border-bottom: 6px solid #EAE3D4;
    text-align: left;
}

#innerpage-box .middlbox h4.peccular-testimonials-name {
    font-weight: 500 !important;
    color: #fff;
    margin: 0 2px !important;
    transition: all 0.5s ease 0s;
    font-size: 31px !important;
    float: left;  
}
#innerpage-box .middlbox span{
    font-size: 21px;
    color: #fff;
    margin: 0;
    position: relative;
    top: 9px;
}

#innerpage-box .peccular-testimonials-single:hover .middlbox h4.peccular-testimonials-name {
    color: #EAE3D4;
    transition: all 0.5s ease 0s;    
}
#innerpage-box .middlbox h6.peccular-testimonials-designation {
    font-size: 19px !important;
    font-weight: 500 !important;
    margin: 0px !important;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize !important;
    border-bottom: none;
    position: relative;
    top: 8px;
}
#innerpage-box .peccular-testimonials-content{
    position: relative;
}

#innerpage-box .peccular-testimonials-content:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0px;
    border: 19px solid transparent;
    border-bottom: 0;
    border-top: 20px solid #978052;
    border-right: 0;
    z-index: 0;

    transition: all 0.5s ease 0s;
}

#innerpage-box .peccular-testimonials-content:after {
    content: "";
    position: absolute;
    right: 1px;
    top: 0px;
    border: 19px solid transparent;
    border-bottom: 0;
    border-top: 20px solid #978052;
    border-left: 0;
    z-index: 0;
    transition: all 0.5s ease 0s;
}
#innerpage-box .peccular-testimonials-contentbox{
    border: 7px solid #978052;
    border-top: none;
    position: relative;
    margin: 0 20px;
    padding: 11px 40px 11px 30px;
    z-index: 2;
}

#innerpage-box .peccular-testimonials-contentbox p{
    color: #393838 !important;
    font-size: 18px !important;
    font-weight: 400;
    word-break: break-word;
    line-height: 30px !important;
    text-align: left;
    margin: 0;
    font-family: poppins;
}


/*-----------------------
## 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 .overlay{
 transition: all .4s linear;
 -webkit-transition: all .4s linear;
 -moz-transition: all .4s linear;
 -o-transition: all .4s linear;
}
#innerpage-box .overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: #2A2E3D;
    opacity: 0;
    visibility: hidden;
}
#innerpage-box .peccular-project-single .simple-overlay-3{
  visibility: visible;
  opacity: 0.5;
  height: 0px;
  right: 0;
  left:initial;
  width: 0px;
  border-radius: 16px;
}
#innerpage-box .peccular-project-single:hover .simple-overlay-3 {
   height: 100%;
   width: 100%;
   transition: all .4s linear;
   -webkit-transition: all .4s linear;
   -moz-transition: all .4s linear;
   -o-transition: all .4s linear;
}



/*#innerpage-box .overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: red;
    opacity: 0;
    visibility: hidden;
}

.simple-overlay-3{
        height: 0px;
        right: 0;
        left:initial;
        width: 0px;
    }
.peccular-project-single:hover .simple-overlay-3{
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: 100%;
    }



.picon{
    position: relative;
    display: block;
}*/
#innerpage-box .peccular-project-content .side-bor {
    position: absolute;
    height: 82px;
    width: 8px;
    /* display: inline; */
    /* border-left: 3px solid red; */
    top: 34px;
    left: 18px;
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% no-repeat padding-box;
    border-radius: 7px;
}
#innerpage-box .peccular-project-content h4{
 margin: 0;
 margin-bottom: 10px;
 padding: 0;
    /*color: #fff;
    font-size: 22px;*/
    font-weight: 700;
    margin-left: 20px !important;
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #0000001a;
    border-radius: 7px;
    padding: 10px 14px !important;
}
#innerpage-box .peccular-project-content h4 a{   

    color: #fff !important;
    font-size: 24px;   
}

#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 i{
    color: #727379;
    text-align: right;
    font-size: 15px;
    position: relative;
    top: 3px;
    right: 3px;
}
#innerpage-box .peccular-project-content .project-view-btn {

    background: #fff !important;
    background: #fff !important;
    padding: 0px 15px;
    padding-right: 0px;
    opacity: 0;
    /* display: inline-block; */
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    top: 87px;
    right: 13px;
    border-radius: 0px 0px 7px 0px;
    z-index: 1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all 0.5s ease 0s;
}
#innerpage-box .peccular-project-single:hover .peccular-project-content  .project-view-btn{

    opacity: 1;
    transition: all 0.5s ease 0s;
}


#innerpage-box .peccular-project-single .peccular-project-img{
    position: relative;
    overflow: hidden;
    display: block;
}
#innerpage-box .peccular-project-single .peccular-project-img img {
    width: 100%;
    height: 430px;
    border-radius: 16px 16px 16px 0px;
}

#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: #222A35;
    font-size: 60px;
    font-weight: 400;
}
#innerpage-box h2{
   color: #000;
   font-size: 50px;
   font-weight: 400;
}
#innerpage-box h3{ 
    color: #000;
    font-size: 40px;
    font-weight: 400;
}

#innerpage-box h4{
   color: #EF842E;
   font-size: 30px;
   font-weight: 400;
}
#innerpage-box h5{
   color: #06332e;
   font-size: 17px;
   font-weight: 600;
}
#innerpage-box h6{
   color: #000;
   font-size: 20px;
   font-weight: 400;
   border-bottom: 2px solid #000;
   display: inline;
}
#innerpage-box p{
   color: #000;
   font-size: 14px;
   font-weight: 400;
}

#innerpage-box li {
    font-size: 20px;
    color: #2A2E3D;
    font-weight: 400;
}
#innerpage-box li.wp-block-latest-comments__comment:before{
content: none !important;
}
#innerpage-box li.wp-block-latest-comments__comment {
    padding: 20px 20px 20px 20px;
}
#innerpage-box time.wp-block-latest-comments__comment-date {
    color: #000000 !important;
    padding-top: 1em;
    padding-bottom: 0.5em;
}
#innerpage-box p.wp-block-tag-cloud {
    padding: 20px 70px 20px 20px;
    margin: 0;
    background: #fff;
}
#innerpage-box ol.wp-block-latest-comments{
    background: #ffffff;
}
#innerpage-box input[type="submit"] {
    width: 100%;
    border-radius: 0 !IMPORTANT;
    background: #293C4B ! IMPORTANT;
    height: 41px !important;
    margin-top: 15.5px !important;
}
#secondary .wp-block-search__button:after, 
#secondary button[type="submit"]:after, 
div#secondary input[type="submit"]:after,
div#secondary #searchform input[type="submit"]:after {
    content: "\f002";
    position: absolute;
    top: 2px;
    font-size: 30px;
    right: 0px;
    color: #ffffff;
    background-repeat: no-repeat;
    height: 47px;
    width: 48px;
    font-family: 'FontAwesome';
    background: #978052;
    text-align: center;
    border-radius: 0;
    line-height: 45px;
}
#secondary button[type="submit"],
div#secondary input[type="submit"] {
    position: absolute;
    right: 58px;
        background: transparent;
    font-size: 0 !IMPORTANT;
    width: 40px;
    height: 40px;
}
div#secondary form.wpcf7-form.init input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px !important;
    right: 0;
}
#secondary .wp-block-search__inside-wrapper {
    padding: 3em 4em 0.5em 3em;
    background: #ffffff;
}
/*// --------------Responsive css ----------------------------- */

/*@media only screen and (min-width:1290px) and (max-width:1440px){
    #facility .right-side .iconbox.row{
        right: 125px;
    }
}*/
@media only screen and (min-width:1204px) and (max-width:1440px){
    .hero-slider{ height:720px !important }
    #facility .right-side .iconbox.row { right: 70px; top: 58px;}
    #innerpage-box .circletwo{ left:37em; }
    #peccular-contactus-wrap .contact-formbox{ top: -10em; }

}
@media only screen and (max-width:1024px){

    .maintop-header .total-count{  right: 0;}
    .site-header .socials { padding: 5px 0 4px 0 !important;}
    #features .pd-0 { padding: 0 0 0 20px;}
    #features .right-side {  margin-left: 0;}
    #features .peccular-featured-img h2{ line-height: 35px;margin: 10px 0 7px;}
    #features h4.peccular-features-title{ line-height: 29px; margin: 9px 0 9px;}
    #aboutus .img-border{ left: -149px;  bottom: 52%;  transform: rotate(50deg); }
    #aboutus .peccular-aboutus-imgbox:after{ height: 89%;  right: 0; }
    #aboutus img.twosqu2{  bottom: 24px;  right: -35px;    }
    #aboutus .solar-iconbox{ left: -97px; }
    
    #aboutus .peccular-section-subtext p{ font-size:18px; }
    #aboutus .peccular-section-head h3 span{ font-size:33px; }
    #aboutus .peccular-section-head h3{ font-size:33px; }
    #aboutus .installed-box{padding: 0px 20px; }
    #aboutus .installed-box .num, .para { padding-left: 30px;}
    #aboutus .contact-box p{ font-size:23px }
    #services .peccular-service-box .peccular-service-image .semi-circle{    right: -60px;}
    #services .peccular-service-box .peccular-service-image .semi-circle-btm{  left: -58px;}
    #contact .contact-padd { padding-left: 82px;}
    #facility .left-side p{ letter-spacing:0px; font-size: 20px; }

    #innerpage-box .peccular-service-box .peccular-service-image .semi-circle{ right: -55px;}
    #innerpage-box .peccular-service-box .peccular-service-image .semi-circle-btm{left: -55px;}
    .mainbottom-header .header-shopbtn{left: 23px;  }
    .slider-inner-mainbox { top: 11%; }

    #aboutus .aboutus-body img.aboutimg2{ right: 12px; top: 24px;}
    #aboutus .aboutus-body img.aboutimg3{ right: 12px; bottom: 215px;}
    #aboutus .aboutus-body .about-shopbtn{ padding: 9px 10px;}
    #aboutus .aboutus-body .about-shopbtn a{ font-size: 17px;}
    #aboutus .aboutus-body .abtcallbox .phonbox{margin: 5px 0 0 39px;}
    #facility { padding-top: 0em !important;}
    #facility .facility-area{ margin: 0 0 9em;}
    #services .peccular-service-box{    margin: 0 0px 4em;}
    #team .peccular-team-image{ width: auto;}
    #contact .left-banner-text .continfo-box{margin: 40px 0; padding: 0 45px 0 0;}
    #contact .contact-form .peccular-section-head .innhead1 { border: 242px solid transparent;  border-bottom: 100px solid #978052;
        border-top: 0;}

        #testimonials .peccular-testimonials-contentbox i.fa-quote-right{ bottom: 28px;}
        #newsletter .peccular-section-head{ margin:0 0 }

    }
    @media screen and (min-width:320px) and (max-width: 1024px){

        #contactinfo .peccular-section-head{    position: relative !important;
            right: 0;  top: 0;   width: auto;  text-align: center;}
            #contactinfo .right-box{top: 30%; padding: 13px 45px !important;}
            #contactinfo .contact-info .phone svg,#contactinfo .contact-info .address svg{display: block; opacity: 1;  right: 36px;}
            #services {  padding-bottom: 0 !important;}
        }

        @media screen and (min-width:768px) and (max-width: 1024px){

            .maintop-header .heademail{  right: 0; }
            .maintop-header .headphone{  right: 0; }
            .hero-slider{    height: 481px !important;}
            #aboutus .aboutus-body img.leftsnake{ right:0; }
            #services .peccular-section-head .head-border{ left: 32%; }
            #services .content-bor{ width:280px; }
            #services .peccular-service-content h4 a{ font-size:20px }
            #services .peccular-service-box p{ font-size:18px; }
            #services .peccular-service-box .simple-overlay-3{ width: 295px; }
            #services .bg-icon i{ font-size:108px; }
            #facility .left-side{ padding-right:6%; }
            #facility .battery{ top:23%; height:80px; }

            #facility .right-side .colorbox1, .colorbox4{ width:200px; height:200px; }
            #facility .right-side .colorbox2, .colorbox3{ width:200px; height:200px; }
            #facility .right-side .colorbox1, .colorbox3, .colorbox4, .colorbox2{ margin-left:21px; }
            #facility .right-side .iconbox.row{ top: 74px; right: 97px; padding: 15px; width: 380px; height: 380px;}
            #facility .peccular-facility-area{ margin-right:0em; }
            #facility .right-side{ width: 480px; height: 475px; }
            #team .peccular-team-single{ padding:0px; }
            #team .peccular-section-head .head-border{ left:35%; }
            #contact .cont-banner .banner-text h2{ font-size:40px; }
            #contact .cont-banner .banner-text p{ font-size:31px; }
            #gallery .peccular-section-head .head-border{ left:34%; }
            #blog .peccular-section-head .head-border{ left:37%; }
            #newsletter .peccular-section-head{ padding:8px; }
            #newsletter .peccular-newsletter-member-wrap{ padding-bottom:0px; }   
            #innerpage-box .content-bor{ width:260px; }

        }
        @media screen and (min-width:767px) and (max-width: 1024px){
            #blog .date-comm{ position: relative;  top: -29px;  width: 280px; }
            #blog .peccular-blog-date i, #blog .peccular-blog-comment i{ font-size:16px; }
            #blog .peccular-blog-date span, #blog .peccular-blog-comment span{ font-size:14px; }
        }

        @media screen and (min-width:320px) and (max-width: 1024px){

            #popularproduct-section #recent-porduct .product-rice .price-hlf-brdr{ display: none; }
            #popularproduct-section #recent-porduct .product-rice{ position: absolute; right: 0;
                left: 0; bottom: -93px; margin: 0 auto;   border: none;}
                #popularproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi,
                #popularproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi{     
                    border-radius: 0; padding: 6px 23px;     font-size: 27px !important;}
                    #popularproduct-section .owl-carousel .owl-nav button.owl-next{ position:relative; 
                     top: 0; right: -67px;}
                     #popularproduct-section .owl-carousel .owl-nav button.owl-prev{ position: relative; 
                        top: 0; left: 0; opacity: 1;}
                        #blog .peccular-blog-post{ margin: 0 0 2em; }
                        #blog .peccular-blog-author span{ right: 0; }
                       
                        header .headerhalfcircleimg{left: 0 !important;}  

                    }

                    @media screen and (min-width:992px) and (max-width: 1199px){
                        .navigation .mainmenu li{ margin-right: 19px !important;}    

                    }

                    @media only screen and (max-width: 768px){      

                        .hero-slider .slide-inner{    top: 107px;}
                        #features{ top: 0; }
                        #features .pd-0 { padding: 0 0 0 43px;}
                        #features .right-side {  margin-left: 0;}
                        #features .peccular-featured-img h2, #features .peccular-featured-img h3{ line-height: 35px;margin: 10px 0 7px;}
                        #features h4.peccular-features-title{ line-height: 29px; margin: 9px 0 9px;}
                        #aboutus{ margin-top:0px; }
                        #aboutus .img-border{ display:none; }
                        #aboutus .peccular-aboutus-imgbox{ display:none; }
                        #services .peccular-service-box .peccular-service-image .semi-circle { right: -41px;}
                        #services .peccular-service-box .peccular-service-image .semi-circle-btm { left: -42px;}   
                        #innerpage-box .peccular-service-box .peccular-service-image .semi-circle{ right: -35px;}
                        #innerpage-box .peccular-service-box .peccular-service-image .semi-circle-btm{left: -35px;}
                        .hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns{  max-width: 100%;    }  
                        .page-main-header img.triangle{ left:8% !important;  top:8% !important; }
                        .page-main-header img.snake{ top:12% !important; right:12% !important; }
                        .page-main-header img.circle{ right: 22% !important;  top: 12% !important;  }
                        #aboutus .aboutus-body .abtcallbox .phonbox {   margin: 5px 0 0 254px;    }   
                        .slider-inner-mainbox {  width: 650px;top: 12%;  }
                        .hero-style .slide-title h2{ line-height: 60px;}
                        #newsletter .peccular-newsletter-member-wrap input[type="email"] {  text-align: center; }
                    }
                    @media only screen and (max-width: 767px){
                        #features .mem-inn{    padding: 24px 25px;}
                        #aboutus .aboutus-body .abtimgbox,
                        #aboutus .aboutus-body .space-abtblock{    padding: 0 17px;}

                    }
                    @media only screen and (max-width: 425px){

                        .maintop-header .headphone{ right:-9px !important;}
                        .maintop-header .heademail{ right: -9px !important; }
                        #aboutus img.twosqu{ display:none; }
                        #aboutus img.twosqu2{ display:none; }
                        #aboutus .aboutus-body img.leftsnake{ display:none; }
                        #aboutus .aboutus-body img.rightsnake{ display:none; }
                        #aboutus .contact-box i.fa.fa-phone{ font-size:28px; border:none; padding: 9px 9px; }
                        #aboutus .solar-iconbox{ top: 0; left: 125px; }
                        #facility .right-side .colorbox1, .colorbox4, .colorbox2, .colorbox3{ display:none; }
                        #contact img.snake{ display:none; }
                        #contact .cont-banner .banner-text h2{ font-size: 40px; }
                        #contact .cont-banner .banner-text p{font-size: 28px;}
                        #contact .contact-form h4, #contact .contact-form h4 span{ font-size:40px; }
                        .footer-area, #footer{ padding-top:3em !important; }
                        .breadcrumbbox span{ font-size:22px ; }
                        .breadcrumbbox a{ font-size:23px; }
                        .page-main-header img.tri{ display:none; }
                        .page-main-header img.snake2{ display:none; }
                        #aboutus .aboutus-body .abtcallbox .phonbox { margin: 5px 0 0 158px;  } 

                    }

                    @media only screen and (max-width: 375px){

                        #contact .cont-banner img {  position: relative; width: 400px; height: 400px;}
                        #contact .cont-banner .banner-text{ padding:0px 18px; }
                        #aboutus .aboutus-body .abtcallbox .phonbox { margin: 5px 0 0 128px;  } 
                        #aboutus .aboutus-body .offphonebox .offerbox{ right: 37px;}
                        #contact .contact-form .peccular-section-head .innhead1{ border: 192px solid transparent;}
                        #testimonials .peccular-testimonials-contentbox p{ padding: 0 7px; font-size: 17px; line-height: 26px;}
                        #contact .contact-form .peccular-section-head .innhead1 {  border: 192px solid transparent;
                            border-bottom: 100px solid #978052; border-top: 0;  }
                            #testimonials .peccular-testimonials-contentbox3 { width: auto;  padding: 9px 0 19px 7px;  }    
                        }

                        @media screen and (min-width:425px) and (max-width: 768px){

                            .hero-slider { height: 360px !important;}
                            #features{ top: 0; }   
                            #aboutus img.twosqu{ left: 135px; }
                            #aboutus img.twosqu2{right: 170px;}
                            #aboutus .aboutus-body img.leftsnake{ right:72px }
                            #aboutus .aboutus-body img.rightsnake{top: -90%}
                            #aboutus .solar-iconbox { position: relative; top: -227px; left: 69%;}
                            #services .peccular-section-head .head-border{ left:26%; }
                            #facility .right-side .iconbox.row{ top: 54%; right: 332px; }
                            #team .peccular-section-head .head-border{ left:31%; width:81px; }
                            #gallery .peccular-section-head .head-border{ left: 28% !important; }
                            #blog .date-comm{ width: 315px; }
                            #blog .peccular-section-head .head-border{ left: 32%; }
                            #newsletter .peccular-newsletter-member-wrap { padding-bottom: 0px;}
                        }

                        @media screen and (min-width:320px) and (max-width: 768px){

                            #features .mem-inn:nth-child(2){ top: 0;  margin: 0 0 0 0;}
                            #contactinfo .right-box { padding: 23px 40px 73px !important;    }
                            #testimonials .peccular-testimonials-contentbox3:after,
                            #testimonials .peccular-testimonials-contentbox2:after{ display:block; }
                            .mainbottom-header .header-shopbtn{    right: 76px;}
                            .hero-slider .slide-inner{    top: 107px;}
                            #popularproduct-section .owl-carousel .owl-nav.disabled {  display: block;}   
                           
                            header.site-header{padding: 0px 0 70px 0;}

                        }

                        @media screen and (min-width:320px) and (max-width: 425px){
                            #contactinfo .contactinnbox svg{text-align: left; margin: 0 0}
                            #services .read-btn a.service-btn{writing-mode: horizontal-tb; text-orientation: none;  transform: none; 
                                padding: 2px 33px; left: 0; text-align: left; text-decoration: overline;}
                                #services .read-btn{text-align: left; margin: 0 0 15px;}
                                #services .peccular-service-box .border-left{border-left:none;}
                                #contact .peccular-contact-member-wrap{ padding: 5em 3em;}

                             

                                .mainbottom-header .header-shopbtn{  right: 0; top: -62px;}
                                .hamburger-menus { top: -7px !important;  right: 0 !important;}
                                .hamburger-menus span, header.site-header .maintop-header .hamburger-menus span {
                                    background-color: #fff !important;}
                                    .hamburger-menus {  top: 5px !important;  right: 0px !important;}
                                    #aboutus .aboutus-body img.aboutimg2 { right: 31px;  top: 16px;  }
                                    #aboutus .aboutus-body img.aboutimg3 { right: 30px;  bottom: 191px; }
                                    .hero-slider .slide-inner {  top: 40px !important;}
                                    .slide-inner .slider-inner-mainbox { top: 10px !important; padding: 13px 14px 10px 14px; } 

                                    #aboutus .aboutus-body .abtcallbox p{position: relative; top: -56px; left: 40px;} 
                                    #features .peccular-featured-img{  margin-bottom: 10em; margin-top: -84px;}
                                    #features .peccular-features-b {  margin: 1em 0 150px;     padding: 0 27px;}
                                    #features .peccular-featured-img img { margin: 0;}
                                    #features .peccular-features-icon{ margin: 0 auto; }
                                    #features h4.peccular-features-title {  margin: 24px 0 9px;text-align: center;}
                                    #features .peccular-features-content p.peccular-features-text{ text-align: center; }
                                    #features .pd-0 {  padding: 0 27px;}
                                    #aboutus .space-abtblock {  padding: 1em 2em 0 2em;} 
                                    #facility .peccular-section-head h2, #services .peccular-section-head h2, #team .peccular-section-head h2, #testimonials .peccular-section-head h2, #blog .peccular-section-head h2 {
                                        padding: 0px 0em;
                                    }

                                    #testimonials .peccular-testimonials-image{position: relative !important; left: 0;   margin: 0 auto;}
                                    #testimonials .peccular-testimonials-image img{margin: 17px 0 0 !important;}
                                    #testimonials .peccular-testimonials-content .peccular-testimonials-contentbox{ padding: 0 0 6px;}
                                    #testimonials h4.peccular-testimonials-name,
                                    #testimonials h6.peccular-testimonials-designation{text-align: center; padding-left: 0;}
                                    #testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{top: 65px;}

                                    #contact .contact-info{text-align: center;}
                                    #contact .contact-padd {  padding-left: 55px;}
                                    #contact .contact-info .peccular-section-head h2{text-align: center;}
                                    #blog .peccular-blog-author{    margin-bottom: 15px;}
                                    .product {  display: inline-block !important;}
                                    #blog .peccular-blog-post .peccular-blog-comment{ right: 43px;}
                                    #newsletter .newsletter-sign-box { text-align: center; margin: 0 auto;}
                                    #newsletter .peccular-section-head h2{ text-align:center; }
                                    #newsletter .peccular-newsletter-member-wrap{padding:  0 0; }

                                    #innerpage-box .peccular-testimonials-image{ left: 0; margin: 0 auto;}
                                    #innerpage-box .peccular-testimonials-image img { width: 100% !important;}
                                    #innerpage-box .peccular-testimonials-image .half-circle{ display: none !important; }
                                    .page-main-header{ padding:4em 0 4em !important; height:260px !important; }
                                    .maintop-header ul li .total-count{    top: 22px;}

                                    #contact .peccular-section-head { margin-bottom: 3px; margin-top: 2em;}
                                    #contact .peccular-contact-member-wrap input[type="submit"]{ top:0; }

                                }
                                @media screen and (min-width:320px) and (max-width: 375px){
                                    .maintop-header a {  font-size: 12px;}
                                    .maintop-header i.fa-envelope-o { margin-right: 9px; font-size: 19px; top: 3px;}
                                    .maintop-header a.h-email { margin-right: 0;}
                                    .maintop-header i.fa-phone { margin-right: 7px;  font-size: 21px; top: 5px;}
                                    #services .peccular-service-contenttext p{padding: 0 0;}
                                   
                                       
                                        #services .peccular-service-box .simple-overlay-3{ width:319px; }
                                        #services .content-bor{ width:291px; }
                                        #services .bg-icon i{ font-size:122px; }
                                        #facility .peccular-facility-area{ margin-right:0em; }
                                        #facility .right-side .iconbox.row{ width: 341px !important; height: 367px !important; }
                                        #contactinfo .left-image .imgone, #contactinfo .left-image .imgtwo, 
                                        #contactinfo .left-image .imgone img.aboutimg, 
                                        #contactinfo .left-image .imgtwo img.aboutimg{ width:125px !important; height:252px !important; }
                                        #contactinfo .left-image h2 span{ font-size:28px; }
                                        #contactinfo .peccular-section-head h2{ font-size:35px;  }
                                        #contactinfo .peccular-section-head h2 span{ font-size:47px; }
                                        #contactinfo .peccular-section-head h3{ font-size:28px; }
                                        #contactinfo .peccular-section-area-textlist ul li, #contactinfo .peccular-section-area-textlist{ font-size:22px; }
                                        #blog .date-comm{ width:318px; }
                                        #newsletter .peccular-newsletter-member-wrap input[type="email"]{ height:65px; }

                                        #newsletter .peccular-section-head h2{ font-size:30px; }
                                        .hero-style .slide-title h2{font-size: 24px !important; margin-top: 15px;  color: #ffffff !important; margin-bottom: 7px; line-height: 27px;}
                                        .hero-style .slide-text p{margin: 1px 0 20px;}
                                    }


                                    @media screen and (min-width:320px) and (max-width: 690px){      

                                        .hero-style .slide-title h2 span { font-size: 24px; top: 8px; left: 0; color: #fff !important;}
                                        .hero-style .slide-text p{font-size: 16px !important; line-height: 24px; color: #fff !important;
                                            padding: 10px 0 0 0; opacity: 1; text-align: center;}
                                        }
                                        @media only screen and (max-width: 320px){
                                            #contactinfo .peccular-section-head h2{ line-height: 43px;}
                                            #contactinfo .contact-info a, #contactinfo .contact-info p{  margin: 0 0 10px 83px;}
                                            #testimonials .peccular-testimonials-contentbox3 { width: auto;   padding: 11px 0 19px 7px;  }
                                            #blog .peccular-section-head h2{font-size: 43px; line-height: 48px;}
                                            #blog .date-comm {padding: 13px 5px 13px 5px; width: auto;  }
                                            #blog .peccular-blog-post .peccular-blog-comment{ text-align: right; position: relative;  top: -14px;}
                                            #blog .peccular-blog-post .read-btn a.bread-btn { writing-mode: horizontal-tb;  padding: 5px 20px;  
                                                text-decoration: overline; }
                                                #blog .peccular-blog-post .read-btn{  margin: 0 0 14px; }
                                                #blog .peccular-blog-post .peccular-blog-date{ position: relative; top: 7px;}
                                                #testimonials .peccular-section-head h2{font-size: 40px; line-height: 44px;}
                                                #contactinfo .contact-info .phone{ margin: 0 0 14px;}
                                                #contactinfo .contact-info .address svg{left: 15px; top: 9px;}
                                                #contactinfo .contact-info a{ position: relative; top: -14px;  left: -14px; }
                                                #services .peccular-section-head h2{ line-height: 45px;}
                                                #services .peccular-service-content { padding: 23px 15px 23px 19px;}
                                                #aboutus .aboutus-body .abtcallbox .phonbox { margin: 5px 0 0 74px;  }
                                                #aboutus .aboutus-body .offphonebox .offerbox {  right: 12px;  }
                                                #facility .peccular-section-head h2{ font-size: 37px; line-height: 41px;}
                                                #facility .peccular-section-head{margin-bottom: 8em;  }
                                                .slide-inner .slider-inner-mainbox{ left: -7px !important;}    
                                                .hero-style .slide-btns-1,
                                                .hero-style .slide-btns-2{ font-size: 18px; padding: 10px 22px; margin-right: 4px;}
                                                #aboutus .peccular-aboutus-imgbox{ width: 300px; height: 300px; }
                                                #services .peccular-service-box .peccular-service-image .semi-circle-btm { left: -65px;}
                                                #services .peccular-service-box .peccular-service-image .semi-circle { right: -65px;}
                                                #popularproduct-section .owl-carousel .owl-stage-outer { padding: 0 0px 56px 56px;}
                                                #popularproduct-section #recent-porduct h6{  left: -35px;}
                                                #innerpage-box .peccular-service-box .peccular-service-image .semi-circle{ right: -52px;}
                                                #innerpage-box .peccular-service-box .peccular-service-image .semi-circle-btm{left: -52px;}
                                                #services .peccular-section-head h2{ font-size:35px; }
                                                #services .peccular-section-head .head-border{ height: 64px;  width: 62px; left: 9%; top: -7px;}
                                                #services .peccular-service-box .simple-overlay-3{ width:265px; }
                                                #services .content-bor{ width:252px; }
                                                #services .peccular-service-content h4 a{ font-size:18px; }
                                                #services .peccular-service-box p{font-size: 17px;}
                                            }

/* ------------------------------------------- */


@media screen and (min-width:993px) and (max-width: 1199px){
    .maintop-header ul li{margin-left: 0em;}

}

@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 0px 39px 0;}
}
@media screen and (min-width:992px) and (max-width: 1199px){

    .footer-area .social-profile-icons ul li{  margin: 0 17px 10px 0;}
    .footer-area .single-footer-5{    padding: 38px 0em 2em 10px;}
}
@media screen and (min-width:768px) and (max-width: 991px){

    .footer-area .social-profile-icons ul li{  margin: 00 15px 39px 0;}
    .footer-area .single-footer-5{ width: 25%;   padding: 38px 0em 2em 13px;}
}


@media screen and (min-width:768px) and (max-width: 991px){

    #newsletter .peccular-newsletter-member-wrap input[type="email"]{
        padding: 0px 15px !important;
    }

}

@media screen and (min-width:576px) and (max-width: 767px){
    #newsletter .wpcf7:after{    top: 69%;}

}
@media screen and (min-width:495px) and (max-width: 575px){
    #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
        position: absolute !important;
        right: 25px !important;
        top: 82px !important;
    }
    

}

@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: 375px) and (max-width: 425px){

    #aboutus .aboutus-body .about-shopbtn{ padding: 5px 4px; }
    #services .peccular-section-head .head-border{ left:8%; }    
    #facility .right-side{ width: 395px; height: 395px; box-shadow: none;     border-radius: 0px;   padding: 0px; }
    #facility .right-side .iconbox.row{ width: 392px; height: 367px;top: 56%;right: 31px; }
    #contactinfo .left-image .imgone, #contactinfo .left-image .imgtwo, #contactinfo .left-image .imgone img.aboutimg, #contactinfo .left-image .imgtwo img.aboutimg{ width:150px; height:300px; }
    #team .peccular-section-head .head-border{ left:18%; }
    #contact .cont-banner .banner-text h2{ font-size: 40px; }
    #contact .cont-banner .banner-text p{font-size: 28px;}
    #contact .contact-form h4, #contact .contact-form h4 span{ font-size:40px; }
    #gallery .peccular-section-head .head-border{ left:13% !important; }
    #blog .date-comm{ position: relative;left: 0; width: auto; }
    #newsletter .peccular-section-head{ padding:1px; }
    #contactinfo .contactinnbox svg{ width:100%; }
    #contactinfo .contact-info .address svg{ top: 9px; left: 17px;}
    #contactinfo .contact-info a, #contactinfo .contact-info p{  margin: 0 0 10px 81px;}
    #contactinfo .contact-info p {
    padding-left: 20px;
}
    #blog .peccular-blog-post .peccular-blog-comment { text-align: right; position: relative; top: -11px;  right: 12px;}
    #blog .peccular-blog-post .peccular-blog-date{position: relative;  top: 8px;}
    #blog .peccular-blog-post .border-left{border-left:none;}
    #blog .peccular-blog-post .read-btn a.bread-btn{    writing-mode: horizontal-tb;
        text-orientation: mixed; transform: none;  padding: 3px 20px;  position: relative; text-decoration: overline;   left: 0px;}
        #blog .peccular-blog-post .read-btn{position: relative;  margin: 0 0 13px;}
    }


    @media screen and (min-width: 426px) and (max-width: 576px){
        .slide-inner .slider-inner-mainbox{     top: 10% !important;}
    }
    @media screen and (min-width: 320px) and (max-width: 425px){
        .swiper-container-horizontal>.swiper-pagination-bullets,
        .swiper-pagination-custom, .swiper-pagination-fraction{right: 0 !important;}
        .sliderimg, .hero-slider {
        height: 260px !important;
    }
    }
    @media screen and (min-width: 426px) and (max-width: 590px){
        .swiper-container-horizontal>.swiper-pagination-bullets,
        .swiper-pagination-custom, .swiper-pagination-fraction{left: 20px !important;}
    }
    @media screen and (min-width:691px) and (max-width: 767px){
        .swiper-container-horizontal>.swiper-pagination-bullets,
        .swiper-pagination-custom, .swiper-pagination-fraction{right: 4% !important;}
    }

    @media screen and (min-width: 320px) and (max-width: 358px){
        .ht-main-title {    margin: 45px 0 0.5em 0;}
    }


    @media screen and (min-width:641px) and (max-width: 767px){
        .top-bar-head .header-bottom-border { bottom: -1px;}
    }
/*@media screen and (min-width:576px) and (max-width: 640px){
    .top-bar-head .header-bottom-border { bottom: -22px;}
}*/
@media screen and (min-width:320px) and (max-width: 575px){
    .top-bar-head .header-bottom-border { bottom: 0px;}
}
@media screen and (min-width:320px) and (max-width: 768px){
/*    .slide-inner .slider-inner-mainbox{ left: 0; right: 0; margin: 0 auto; }*/
}
@media screen and (min-width:769px) and (max-width: 968px){
    .slide-inner .slider-inner-mainbox{ left: 0; right: 0; top: 13%; margin: 0 auto; }
}


@media only screen and (max-width:320px){
/*    .slider-inner-box {  padding: 3em 1em 2em;}*/
.slider-inner-mainbox:before{      top: 26px;left: 9px;}
.slider-inner-mainbox:after{    left: 25px;     top: 9px;}
.slide-inner .slider-inner-mainbox{
    left: 12px;
}
}
@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;
    }
    
}
@media only screen and (max-width: 992px){ 
      .woocommerce ul.products li.product a img{
            margin: 0;
      }
      .woocommerce ul.products[class*=columns-] li.product, 
      .woocommerce-page ul.products[class*=columns-] li.product {
              margin: 0 0 1em !important;
    }
  body.post-template-default.single.single-post div#content-box #innerpage-box blockquote p{
    padding: 0em 0.7em 0em 0.7em !important;
 }
body.post-template-default.single.single-post .post-right-space {
        position: relative;
        left: 0em;
    }
        body.post-template-default.single.single-post .post-left-space {
        position: relative;
        right: 0;
    }
            body.post-template-default.single.single-post .nav-bx-bar h2 a {
        font-size: 25px;
        line-height: 0;
    }
  #team .peccular-team-box .peccular-team-contentbox{
        top: -15px;
  }
  div#peccular-contactus-wrap iframe {
        height: auto;
        width: 100%;
        margin-top: 1em;
}
   #innerpage-box #products-austrak a, #products-sherings a {
    border-radius: 0px !important;
    width: 45% !important;
    position: relative !important;
    height: 218px ! IMPORTANT;
        top: 0 !important;
}
    #contact .peccular-contact-block {
        margin-top: 1em;
    }

    #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: 50px;
    }


    .hero-style .slide-btns-1 a, .hero-style .slide-btns-2 a{
        font-size: 20px;
        
    }
    .hero-style .slide-btns-1{
        padding: 9px 25px;
    }
    /*.hero-style .slide-text p{
        padding-bottom: 10px;
    }*/
    .hero-style li.slide-btns-1 a.ReadMore, .hero-style li.slide-btns-2 a.ReadMore {
        padding: 8px 15px;
    }
    
    

    .slider-inner-box {
        top: 55%;
    }
    div#team .owl-theme .owl-nav {display: none;}
    .mainbottom-header .head-conbtn{
        display: none;
    }
    .mainbottom-header .head-inner-conbtn{
        display: block;
    }
}

@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;
    }
    
    
}

@media only screen and (max-width: 640px){ 
        .lg-toolbar{
                top: 50px;
        }
        
        body.post-template-default.single.single-post .nav-bx-bar .text-right, 
        body.post-template-default.single.single-post .nav-bx-bar .text-left {
        width: 50%;
    }
        .post-left-space, .post-right-space {
        width: 80%;
    }
    body.post-template-default.single.single-post .nav-bx-bar h2 {
        display: none;
    }
        body.post-template-default.single.single-post .nav-bx-bar a {
        font-size: 18px;
    }
        .mobile-width-auto {
        width: 20%;
    }
        body.post-template-default.single.single-post .post-right-space {
        left: 1.8em;
        padding: 0 !IMPORTANT;
        top: 13px;
    }
        body.post-template-default.single.single-post .post-left-space {
        padding-left: 0 !IMPORTANT;
        top: 13px;
    }
body.post-template-default.single.single-post blockquote:after{
        border: 20px solid transparent;
}
#innerpage-box .inner-blog-post {
    margin: 0 0px 4em;
}
#innerpage-box .inner-blog-post .read-btn a.bread-btn{
           writing-mode: horizontal-tb;
           padding: 0;
}
#innerpage-box .inner-blog-post .border-left{
    border: 0;
}
#innerpage-box .inner-blog-post .read-btn {
    padding-left: 1.7em;
    padding-bottom: 1.5em;
}
    header.site-header {
        padding: 0px 0 50px 0;
    }
    #innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
        right: -20px;
    }
    #innerpage-box .peccular-testimonials-single {
            margin-top: 2em;
        margin-bottom: 2em;
    }
    #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;
        max-width: 35%;
        padding-left: 10px;
        padding-right: 10px;
    }

/*.hero-style .slide-title h2 {
    font-size: 24px;
}*/
.hero-style .slide-text p {
    font-size: 16px;
}


/*.hero-slider {
    height: 277px;
}*/
.space {
    text-align: center;
}
.peccular-faqs-head {
    padding: 0;
}
#features .peccular-features-b:nth-child(3),#features .peccular-features-b.right-side:nth-child(3){
/*        margin-left: 0;*/
}
#steps .peccular-steps-b:after {display: none;}
div#team .owl-theme .owl-nav{display: none;}
.ht-site-description, .ht-site-description, .page .ht-site-description, .single .ht-site-description {
    padding: 8px 10px;
}
.border-right {
    width: 75%;
}
.peccular-contact-phone, .peccular-contact-mailid, .peccular-contact-address {
    padding: 0 21px;
}

}
@media only screen and (max-width: 375px){
            .post-left-space, .post-right-space {
        width: 78%;
    }
        body.post-template-default.single.single-post .nav-bx-bar .text-right, 
        body.post-template-default.single.single-post .nav-bx-bar .text-left {
        width: 50%;
        padding-left: 0;
    }
        .slide-inner .slider-inner-mainbox {
        top: 0px !important;
        padding: 0px 14px 10px 14px;
    }
    .slider-inner-box {  width: 315px;    }
    .hero-style .slide-title h2 {
        font-size: 27px;
    }
    .hero-style .slide-title h2 span{
        font-size: 27px;
    }

    #aboutus .peccular-section-head h3{ font-size:24px; }
    #aboutus .peccular-section-head h3 span{ font-size:24px; }
    #facility .right-side h2{ font-size:15px; }
    #facility .right-side .iconbox.row{ padding:12px; }
    #services .peccular-section-head .head-border{ display:none; }
    #facility .peccular-section-head .head-border{ display:none; }
    #blog .date-comm .mid-bor{ display:none; }
}

@media only screen and (max-width: 320px){
           body.post-template-default.single.single-post .nav-bx-bar a {
        font-size: 15px;
    }
        .post-left-space, .post-right-space {
        width: 70%;
    }
        #contact .left-banner-text .continfo-box p a, #contact .left-banner-text .continfo-box p{
                font-size: 16px;
        }
        header.site-header {
        padding: 0px 0 30px 0;
    }
    .slider-inner-box {   width: 310px;  }
    #facility .right-side{ width:300px; height:300px; box-shadow: none;     border-radius: 0px;   padding: 0px; }
    #facility .right-side .iconbox.row {
        width: 295px !important;
        height: 301px !important;
        top: 65%;
        right: 36px;
    }
    #contactinfo .peccular-section-head h2{ font-size:30px; }
    #contactinfo .peccular-section-head h2 span{ font-size:35px; }
    #contactinfo .peccular-section-head h3{ font-size:20px; }
    #contactinfo .peccular-section-area-textlist ul li, #contactinfo .peccular-section-area-textlist{ font-size:18px; }
    #contactinfo .peccular-section-area-textlist ul li:before{ font-size:23px; }
    #contactinfo .contact-info p{ font-size:16px; }
    #contactinfo .contact-info a{ font-size:18px; }
    #contactinfo .contact-info i{ margin-right:8px; }
    #contactinfo .left-image .imgone, #contactinfo .left-image .imgtwo,
    #contactinfo .left-image .imgone img.aboutimg,
    #contactinfo .left-image .imgtwo img.aboutimg{ width:100px !important; height:200px !important; }
    #contactinfo .left-image h2 span{ font-size:23px; }
    #contact .cont-banner .banner-text h2{ font-size:35px; }
    #contact .cont-banner .banner-text p{ margin-bottom:1em; }
    #gallery .peccular-section-head .head-border{ display:none !important; }
    #newsletter .peccular-section-head{ padding:1px; }
    #newsletter .peccular-newsletter-member-wrap input[type="submit"] { left: 95px;}
    .breadcrumbbox{ left:0em; }
    .page-main-header img{    display: none;}
    #innerpage-box .content-bor{ width:275px; }
}

.show-in-responsive {
    display: none;
}
@media screen and (min-width:1080px) and (max-width: 1920px){
    #newsletter .newsletter-sign-box img.newslettrimg{
            width: 450px;
    }
    #contactinfo .contact-info a{
            padding-left: 0;
    }
    #contactinfo .contact-info p {
    position: relative;
    right: 2em;
}
    svg.outer-svg {
        position: absolute;
        top: -108px;
        left: 0;
    }
    #contactinfo .peccular-section-head {
        padding: 0 0em 0 0em;
    }
    #contactinfo .leftimgbox{
        height: 650px;
    }
    #contactinfo .contactinfo-body svg {
        position: absolute;
        left: -175px;
        top: -145px;
    }
        body.post-template-default.single.single-post div#content-box p.comment-form-url, 
        body.post-template-default.single.single-post div#content-box p.comment-form-email, 
        body.post-template-default.single.single-post div#content-box p.comment-form-author {
        margin-right: 1.2em ! IMPORTANT;
    }
}

@media screen and (min-width: 320px) and (max-width: 1440px){
       #newsletter .newsletter-sign-box img.newslettrimg{
               width: 346px;
    }
      #contactinfo .contact-info a{
            padding-left: 1.5em;
    }
    #contactinfo .contact-info p {
    position: relative;
    right: 0em;
}
     body.post-template-default.single.single-post div#content-box p.comment-form-url, 
        body.post-template-default.single.single-post div#content-box p.comment-form-email, 
        body.post-template-default.single.single-post div#content-box p.comment-form-author {
        margin-right: 0.9em ! IMPORTANT;
    }
    svg.outer-svg {
        position: absolute;
        top: -30px;
        left: -130px;
    }
    #contactinfo .peccular-section-head {
        padding: 0 0em 0 2em;
    }
    #contactinfo .contactinfo-body svg {
        position: absolute;
        left: -130px;
        top: -60px;
    }
}

@media screen and (min-width:1024px) and (max-width: 1200px){
.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product {
    width: 31.2% !important;
    margin-right: 2% !important;
}
body.post-template-default.single.single-post div#content-box .commentmetadata time{
            text-align: right;
        left: auto;
}
body.post-template-default.single.single-post div#content-box .social-box ul:before,
body.post-template-default.single.single-post div#content-box .social-box ul:after{
        width: 25%;
}
.comment-form-author, 
.comment-form-email, 
.comment-form-url {
    width: 30.33333% !important;
}
#innerpage-box .faq-content.accordion{
        margin-left: 1em;
    margin-right: 1em;
}
#innerpage-box .serbrdr {
    padding: 0;
}
 #innerpage-box #products-austrak a, #products-sherings a {
    width: 30% !important;
}
 blockquote:after{
        bottom: -10% !important;
 }
 #content-box ol {
    padding-left: 0;
}
 #innerpage-box .inner-blog-post {
    margin: 0 0px 4em;
}
#innerpage-box .inner-blog-post .date-comm{
    padding: 13px 10px;
}
#innerpage-box .peccular-blog-content {
    padding: 15px 15px 15px 15px;
}
#peccular-contactus-wrap p.peccular-inncontact-content, 
#peccular-contactus-wrap p a.peccular-inncontact-content{
    font-size: 20px;
    line-height: 30px;
}
#peccular-contactus-wrap .inncontact-area{
    margin: 0 0px 1em;
}
.footer-area .single-footer-2, 
.footer-area .single-footer-2, 
.page .footer-area .single-footer-2, 
.single .footer-area .single-footer-2,
.footer-area .single-footer-3, 
.footer-area .single-footer-3, 
.page .footer-area .single-footer-3, 
.single .footer-area .single-footer-3,
.footer-area .single-footer-4, 
.footer-area .single-footer-4, 
.page .footer-area .single-footer-4, 
.single .footer-area .single-footer-4 {
    padding-left: 3em;
}
#newsletter .peccular-newsletter-member-wrap {
    padding: 45px 50px 5px 0px;
}
#newsletter .peccular-newsletter-member-wrap input[type="email"]{
    width: 86%;
}
#newsletter .peccular-section-head h2{
    padding: 0 !IMPORTANT;
    padding-left: 1em ! IMPORTANT;
    padding-top: 35px ! IMPORTANT;
    font-size: 32px;
}
#blog .peccular-blog-post .read-btn a.bread-btn{
    padding: 105px 15px 0 20px;
    height: 100%;
}
#testimonials .peccular-testimonials-contentbox2{
    width: 340px;
}
#testimonials h4.peccular-testimonials-name{
    font-size: 20px;
}
#testimonials h6.peccular-testimonials-designation{
   font-size: 16px;
}
#contact .contact-form .peccular-section-head .innhead2{
    padding: 30px 0 21px 0;
}
#contact .cont-banner .left-banner-text h2.maintitle{
    margin-right: 2em;
}
#team .peccular-team-image img,
#team .peccular-team-image{
    height: 300px;
}
#team .peccular-team-box {
    margin-bottom: 2em;
    padding: 8px;
}
#team .peccular-team-single {
    margin: 0em 0px 4em;
}
#contactinfo .right-box{
    top: 32%;
}
#contactinfo {
    padding-bottom: 5em !important;
}
#contactinfo .leftimgbox img.contactinfoimg{
    top: 0;
}
#contactinfo .leftimgbox{
    height: 600px;
}
#contactinfo .peccular-section-area-text2 h3{
    font-size: 17px;
}
#contactinfo .peccular-section-area-text{
    line-height: 30px;
    font-size: 14px;
}
#contactinfo .contact-info a, #contactinfo .contact-info p{
    line-height: 28px;
    font-size: 18px;
}
#contactinfo .contact-info a{
            padding-left: 18px;
}
#contactinfo .contact-info p{
    padding-left: 10px;
}
section#contactinfo .space-abtblock {
    padding-left: 0;
}
#contactinfo .contactinfo-body svg {
    position: absolute;
    left: -130px;
    top: 0;
}
#contactinfo {
    padding-top: 7em !important;
}
svg.outer-svg {
    position: absolute;
    top: 0;
    left: -190px;
}
#contactinfo .peccular-section-head h2{
    padding: 0 0em 0 9em;
    font-size: 35px;
    line-height: 50px;
}
#contactinfo .contactinfo-body svg {
    position: absolute;
    left: -94px;
    top: 0;
}
#facility .facility-area{
    padding: 0px 30px 19px;
    margin: 4em 0px 5em;
}
#facility .peccular-section-head h2, #services .peccular-section-head h2, #team .peccular-section-head h2, #testimonials .peccular-section-head h2, #blog .peccular-section-head h2 {
    padding: 0 3em;
}
#facility .peccular-section-head {
    margin-bottom: 7em;
}
#facility h2.peccular-facility-title {
    margin: 38px 0 0 22px;
}
#aboutus .aboutus-body img.aboutimg2{
    right: 0;
}
#aboutus .aboutus-body img.aboutimg3 {
    right: -30px;
    bottom: 235px;
    position: relative;
    float: right;
}
#aboutus .aboutus-body .abtcallbox .phonbox {
    margin: 5px 0 0 55px;
}
#aboutus .aboutus-body .abtimgbox{
    padding-right: 5em;
}
.space-abtblock{
    right: 0;
    padding-left: 2em;
}
#aboutus .aboutus-body .about-shopbtn a{
    padding: 0;
}
.hero-slider {
    height: 481px !important;
}
.slider-inner-mainbox {
    top: 11%;
}
.logo-header{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
#features .mem-inn{
    padding: 24px 25px 0 25px;
}
#features .features-content h3{
    font-size: 20px;
    line-height: 25px;
}
#features .features-content p{
    font-size: 16px;
    line-height: 26px;
    line-height: 26px;
}
}
@media only screen and (max-width: 992px){
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary,
    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images
     {
        width: 100% !important;
    }
   #testimonials .peccular-section-head h2,
   #blog .peccular-section-head h2{
    padding: 0;
   }
   #contactinfo .contact-info a {
    padding-left: 0;
}
#contactinfo .contact-info a{
            padding-left: 18px;
}
#contactinfo .contact-info p{
    padding-left: 10px;
}
    body.post-template-default.single.single-post div#content-box .commentmetadata time{
            text-align: right;
        left: auto;
}
    body.post-template-default.single.single-post div#content-box p.comment-form-url, 
        body.post-template-default.single.single-post div#content-box p.comment-form-email, 
        body.post-template-default.single.single-post div#content-box p.comment-form-author {
        margin-right: 0em ! IMPORTANT;
        width: 100%;
    }
    body.post-template-default.single.single-post div#secondary {
    padding-left: 0;
}
     #innerpage-box .peccular-team-content:before,
     #innerpage-box .peccular-team-content:after{
        content: none;
     }
     .popup_content{
            margin-left: 20px !important;
    margin-right: 50px !important;
     }
     #innerpage-box .faq-content.accordion{
            width: 100%;
    margin-left: 0;
    margin-right: 0;
     }
     body.single-our-services .innerpage-whitebox {
    margin-bottom: 0em;
}
     #innerpage-box .serbrdr {
    padding: 0;
}
     #content-box ol {
    padding-left: 0;
}

    #peccular-contactus-wrap{
        margin: 4em 0 0;
    }
    #peccular-contactus-wrap .peccular-contact-form-block {
        margin-bottom: 3em;
    }
    #peccular-contactus-wrap h2.peccular-inncontact-title{
        font-size: 24px;
        margin: 25px 0 0 10px;
    }
    #peccular-contactus-wrap .inncontact-area{
        padding: 0px 15px 19px;
    }
    #peccular-contactus-wrap p.peccular-inncontact-content, 
    #peccular-contactus-wrap p a.peccular-inncontact-content{
        font-size: 16px;
        line-height: 20px;
    }
    #peccular-contactus-wrap .iconbox:after {
        border-left: 45px solid transparent;
        border-right: 45px solid transparent;
        border-bottom: 65px solid #978052;
        top: -65px;
        left: -16px;
    }
    #peccular-contactus-wrap .iconbox i{
        font-size: 40px;
        line-height: 50px;
    }
    #peccular-contactus-wrap .iconbox{
        width: 55px;
        height: 50px;
    }
    #peccular-contactus-wrap .inncontact-area{
        margin: 0 0px 1em;
    }
    .footer-area .single-footer-2, 
    .footer-area .single-footer-2, 
    .page .footer-area .single-footer-2, 
    .single .footer-area .single-footer-2,
    .footer-area .single-footer-3, 
    .footer-area .single-footer-3, 
    .page .footer-area .single-footer-3, 
    .single .footer-area .single-footer-3,
    .footer-area .single-footer-4, 
    .footer-area .single-footer-4, 
    .page .footer-area .single-footer-4, 
    .single .footer-area .single-footer-4 {
        padding-left: 3em;
    }
    .footer-area .single-footer-3, 
    .footer-area .single-footer-3, 
    .page .footer-area .single-footer-3, 
    .single .footer-area .single-footer-3{
       padding-left: 0em;
   }
   .footer-area .single-footer-1, 
   .footer-area .single-footer-1, 
   .page .footer-area .single-footer-1, 
   .single .footer-area .single-footer-1,
   .footer-area .single-footer-2, 
   .footer-area .single-footer-2, 
   .page .footer-area .single-footer-2, 
   .single .footer-area .single-footer-2{
    padding-bottom: 2em;
}

#newsletter .peccular-newsletter-member-wrap {
    padding: 20px 00px 5px 0px;
}
#contact .peccular-contact-member-wrap{
    padding: 4em 3em 2.8em 3em;
}
#contact .contact-form .peccular-section-head .innhead2 {
    padding: 0px 0 21px 0;
}
#contact .contact-form .peccular-section-head{
    clip-path: polygon(50% 0%, 100% 75%, 100% 100%, 0 100%, 0% 75%);
}
#contact .cont-banner .left-banner-text h2.maintitle{
    margin-right: 0;
}
#team .peccular-team-single {
    margin: 0em 14px 4em;
}
#team .peccular-team-image img,
#team .peccular-team-image{
    height: auto;
}
#team .peccular-team-box {
    padding: 0;
}
section#contactinfo svg {
    display: none;
}
#contactinfo {
    padding-top: 5em !important;
}
#contactinfo .peccular-section-head h2{
    font-size: 49px;
    line-height: 65px;
}
#contactinfo .leftimgbox,
#contactinfo .leftimgbox .imgshape{
    height: auto;
    mask-image: none ! IMPORTANT;
}
#contactinfo .peccular-section-head {
    padding: 0 0em 4em 2em;
}
#contactinfo .right-box {
    top: 0;
    padding: 13px 45px !important;
}
#facility .peccular-section-head h2,
#services .peccular-section-head h2,
#team .peccular-section-head h2{
    padding: 0;
}
#facility .peccular-section-head {
    margin-bottom: 8em;
}
#aboutus .aboutus-body img.aboutimg3 {
    right: 0;
    bottom: 0;
    position: relative;
}
#aboutus .aboutus-body img.aboutimg2 {
    right: 0;
    top: 0;
    position: relative;
}
#aboutus .aboutus-body img.aboutimg{
    width: 100%;
    height: auto;
}

.space-abtblock {
    right: 0;
}
.navigation .mainmenu ul.sub-menu li a{
    padding: 8px 8px 8px 20px !important;
}
.navigation .mainmenu ul.sub-menu li:hover a{
    padding-left: 25px !important;
}
.show-in-responsive {
    display: block;
}
.hide-in-responsive{
    display: none;
}
.header.site-header .btn{
    float: left;
    margin-left: 1.2em;
}
.logo-header{
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    clip-path: none;
    background: transparent !important;
}
#slider .swiper-button-prev svg {
    top: 5px;
    left: 5px;
}
#slider .swiper-button-prev {
    transform: translateX(5px);
}
#slider .swiper-button-prev, 
#slider .swiper-button-next{
    width: 45px;
    height: 45px;
    top: 40%;
}
#slider .swiper-button-next {
    right: 0;
    transform: translateX(0px);
}
#slider .swiper-button-next svg{
    top: 5px;
    right: 5px;
}
#features .owl-item.active.center{
    bottom: 0;
}
#features{
    margin-top: 0 !important;
    padding-top: 4em !important;
}
#features .owl-carousel .owl-stage-outer{
    padding-bottom: 3em !important;
}
}
@media screen and (min-width:320px) and (max-width: 767px){
    #peccular-contactus-wrap .inncontact-area .contmargin p{
        text-align: center;
    }
    #peccular-contactus-wrap h2.peccular-inncontact-title{
        text-align: center;
    }
    #peccular-contactus-wrap h2.peccular-inncontact-title {
        font-size: 20px;
        margin: 20px 0 0 0px;
    }
    #peccular-contactus-wrap .inncontact-area .contmargin {
        margin: 15px 0 11px;
    }
}
@media screen and (min-width:320px) and (max-width: 576px){
   body.post-template-default.single.single-post div#content-box .social-box ul:before,
   body.post-template-default.single.single-post div#content-box .social-box ul:after{
width: 25%;
   }
   #facility .peccular-section-head h2,
   #services .peccular-section-head h2{
    padding: 0;
    font-size: 40px;
    line-height: 50px;
}
.slider-inner-mainbox {
    width: 450px;
    top: 12%;
}
.hero-style .slide-title h2 {
    font-size: 38px !important;
    line-height: 50px;
}
.sliderimg,
.hero-slider {
    height: 360px !important;
}
#aboutus .aboutus-body .abtcallbox {
    height: auto;
    position: relative;
}
#aboutus .aboutus-body .abtcallbox i.fa.fa-phone{
    font-size: 25px;
    padding: 15px 25px;
}
}
@media screen and (min-width:320px) and (max-width: 540px){
                    body.archive.post-type-archive.post-type-archive-product .inner_contentbox, 
                    .woocommerce-account .inner_contentbox, 
                    .woocommerce-checkout .inner_contentbox, 
                    .woocommerce-cart .inner_contentbox {
    padding-top: 2em;
}
                    .single.single-product #innerpage-box {
        padding: 1em 0em !important;
    }   
                    .footer-area .textwidget p{
                            padding-left: 1.8em;
                    }
                    .footer-area .widget_text p{
                        font-size: 19px;
                    }
                    .single-footer-1 p{
    font-size: 18px;
                     }
                      #newsletter .newsletter-sign-box img.newslettrimg {
        width: 260px;
        margin-left: 0;
    }
                  .blog-bx {
    padding: 0;
}
#blog .peccular-blog-post .border-left{
    border: 0;
}
#blog .peccular-blog-content {
    padding: 15px 15px 15px 20px;
}
    #blog .peccular-blog-post .peccular-blog-date,
    #blog .peccular-blog-post .peccular-blog-comment {
        top: 0;
    }
    #blog .peccular-blog-imgbox{
        width: 100%;
    }
                  #testimonials .peccular-testimonials-contentbox p{
                        padding: 0 25px;
                  }
                  #services .peccular-service-content {
    padding: 30px 18px 15px 35px;
}
#testimonials .peccular-testimonials-single{
    margin: 0;
}
#services .read-btn a.service-btn,
#blog .peccular-blog-post .read-btn a.bread-btn{
            text-decoration: none;
}
#services .ser-box-br{
    padding: 0;
}
                   #contactinfo .contact-info a {
        padding-left: 0;
    }
        #contactinfo .contact-info p {
        padding-left: 15px;
    }
               #features .owl-item.active.center .peccular-features-btn a {
    bottom: -75px;
}
#features {
    padding-bottom: 1em !important;
}
                .sliderimg, .hero-slider {
        height: 260px !important;
    }
            .hero-style .slide-text p{
                margin: 10px 0 15px;
            }
            body.post-template-default.single.single-post div#content-box .comment-author.vcard img{
                    width: 50px;
    height: 50px;
            }
            body.post-template-default.single.single-post div#content-box .commentmetadata time{
                left: auto;
    right: 0;
        font-size: 16px;
            }
            body.post-template-default.single.single-post div#content-box .comment-metadata,
            body.post-template-default.single.single-post div#content-box .commentmetadata {
    padding-left: 3em;
}
            .page-width {
    padding: 0;
}
            body.post-template-default.single.single-post div#content-box .social-box ul:before, 
            body.post-template-default.single.single-post div#content-box .social-box ul:after {
        width: 25%;
    }
        body.post-template-default.single.single-post div#content-box .social-box ul li i.fa, 
        body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands {
        font-size: 22px;
        width: 40px;
    }
    .mobile-width {
    padding: 0;
}
        #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 9px 10px 0;
        padding: 0 16px 0 0;
        font-size: 14px;
    }
        body.post-template-default.single.single-post div#content-box ul.post-categories li a, 
        body.post-template-default.single.single-post div#content-box ul.post-categories li a{
        margin: 9px 0 19px;
    }
     body.post-template-default.single.single-post div#content-box ul.post-categories li, 
        body.post-template-default.single.single-post div#content-box ul.post-categories li{
       padding-bottom: 0;
    }
    #innerpage-box .faq-content.accordion{
        padding: 10px 15px 34px;
    }
    #innerpage-box #content-box h3.faq-title{
    font-size: 16px !important;
    }
    body.single-our-services div#secondary {
    margin: 0px 0px;
    margin-top: 3em;
}

    #innerpage-box .peccular-service-box {
    margin: 0em 0px 2em;
}
#innerpage-box .peccular-service-box .peccular-service-image img,
#innerpage-box .peccular-service-box .peccular-service-image{
        height: auto ! IMPORTANT;
}
    #innerpage-box #products-austrak a, #products-sherings a {
        width: 100% !important;
        margin-bottom: 1em;
    }
.mob-0{
    padding: 0;
}
#innerpage-box .peccular-testimonials-contentbox{
        padding: 11px 20px 11px 20px;
}
#innerpage-box .peccular-testimonials-contentbox p{
        font-size: 16px !important;
}
#content-box ol{
        padding-left: 0em !important;
}
   .peccular-blog-comment, .peccular-blog-date {
    width: 50%;
}
    #peccular-contactus-wrap {
        margin: 2em 0 0; 
    }
    #peccular-contactus-wrap .peccular-contact-page-formbox {
        padding: 7em 15px;
    }
    #peccular-contactus-wrap .peccular-contact-form-block {
        margin-bottom: 0em;
    }
    .inncontact-area.add-blck {
        margin-bottom: 2em ! IMPORTANT;
    }
    #peccular-contactus-wrap .inncontact-area {
        margin: 0 0px 7em;
    }
    .footer-area .single-footer-2, 
    .footer-area .single-footer-2, 
    .page .footer-area .single-footer-2, 
    .single .footer-area .single-footer-2, 
    .footer-area .single-footer-3, 
    .footer-area .single-footer-3, 
    .page .footer-area .single-footer-3, 
    .single .footer-area .single-footer-3, 
    .footer-area .single-footer-4, 
    .footer-area .single-footer-4, 
    .page .footer-area .single-footer-4, 
    .single .footer-area .single-footer-4 {
        padding-left: 0em;
    }
    #newsletter .peccular-newsletter-member-wrap input[type="submit"] {
        text-align: center;
        margin: 0 auto 0 60px !important;
    }
    
    #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
        text-align: center;
        margin: 0 auto;
    }
    div#newsletter {
        padding: 0em 0 1em 0 !important;
    }
    #newsletter .peccular-section-head h2{
        font-size: 36px !important;
    }
    #blog .peccular-blog-post {
        margin: 0 0 2em;
        height: auto ! IMPORTANT;
    }
    #testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right {
        bottom: -20px;
        top: auto;
        right: 20px;
    }
    #testimonials .peccular-testimonials-contentbox3{
        padding: 14px 0 70px 15px;
    }
    #testimonials h6.peccular-testimonials-designation{
        display: block;
        clear: both;
        top: 0;
    }
    #testimonials h4.peccular-testimonials-name{
        font-size: 16px;
    }
    #testimonials .peccular-testimonials-contentbox2{
        width: 290px;
    }
    #contact .peccular-contact-member-wrap {
        padding: 4em 1em 2.8em 1em;
    }
    #contact .contact-form .peccular-section-head {
        clip-path: polygon(50% 0%, 100% 60%, 100% 100%, 0 100%, 0% 60%);
    }
    #contact .left-banner-text .continfo-box p {
        padding-right: 0;
    }
    #team .peccular-team-box {
        margin-bottom: 0em;
    }
    #team .peccular-team-box .peccular-team-contentbox{
        top: -10px;
    }
    #team .peccular-team-single {
        margin: 0em 0px 4em;
    }
    #facility .peccular-section-head h2, 
    #services .peccular-section-head h2,
    #testimonials .peccular-section-head h2,
    #blog .peccular-section-head h2,
    #team .peccular-section-head h2 {
        padding: 0;
        font-size: 30px;
        line-height: 40px;
    }
    #services .peccular-service-box {
        margin: 0 0px 2em;
    }
    #contactinfo .peccular-section-head {
        padding: 0 0em 4em 0em;
    }
    #contactinfo .peccular-section-head h2 {
        font-size: 35px;
        line-height: 50px;
    }
    #facility .mem-inn {
        padding: 0;
    }
    #facility .facility-area{
        padding: 0px 10px 19px;
    }
    #facility h2.peccular-facility-title{
        margin: 20px 0 0 7px;
        text-align: center;
    }
    #facility .peccular-section-head h2{
        font-size: 35px;
        line-height: 45px;
    }
    #facility .facility-area {
        margin: 0 0 7em;
    }
    .hero-style .slide-title h2 {
                font-size: 23px !important;
        line-height: 30px;
    }
        .hero-style .slide-text p {
        font-size: 14px !important;
        line-height: 21px;
        color: #fff !important;
        padding: 0px 0 0 0;
        opacity: 1;
        text-align: center;
    }
    .slider-inner-mainbox {
        width: 320px;
    }
    #aboutus .aboutus-body img.aboutimg{
        height: auto;
    }
    #aboutus .aboutus-body img.aboutimg3{
        position: relative;
        right: 0;
        bottom: 0;
    }
    #aboutus .aboutus-body img.aboutimg2 {
        right: 0;
        top: 0;
        position: relative;
    }
    #aboutus .aboutus-body img.aboutimg2, #aboutus .aboutus-body img.aboutimg3{
        width: 170px;
        height: auto;
    }
    #aboutus .peccular-section-subtext p{
        padding-right: 0;
        letter-spacing: 0;
    }
    #aboutus .aboutus-body .abtimgbox, #aboutus .aboutus-body .space-abtblock {
        padding: 0 0px;
    }
    #aboutus .aboutus-body .offerbox p{
        font-size: 30px;
        padding: 10px 0;
        line-height: 45px;
    }
    #aboutus .aboutus-body .offphonebox .offerbox{
        width: 90px;
        height: 90px;
    }
}
@media screen and (min-width:320px) and (max-width: 375px){
        #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 5px 10px 0;
    }
    div#newsletter {
        padding: 0em 0 1em 0 !important;
    }
    #testimonials .peccular-testimonials-contentbox2 {
        width: 260px;
    }

    .hero-style .slide-text p{
        padding: 10px 30px 0 25px;
    }
    #aboutus .aboutus-body .abtcallbox p {
        font-size: 15px;
        margin: 20px 0 0 20px;
    }
}
@media screen and (min-width:320px) and (max-width: 320px){
              #contactinfo .contact-info p {
        padding-left: 5px;
    }
           #innerpage-box .blog-info-area .metabox2brdr ul li {
        padding: 0 14px 0 0 !important;
    }
        body.post-template-default.single.single-post div#content-box .social-box ul:before, 
        body.post-template-default.single.single-post div#content-box .social-box ul:after {
        width: 15%;
    }
        #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 0px 10px 0;
                padding: 0 5px 0 0;
    }
    #testimonials .peccular-testimonials-contentbox2 {
        width: 190px;
    }
    #contact .left-banner-text .continfo-box h3.lable{
        font-size: 18px;
    }
    nav.navigation.menuopen{
        width: 250px;
    }
    .hero-style .slide-text p {
        padding: 5px 50px 0 50px;
    }
    #aboutus .aboutus-body img.aboutimg2, #aboutus .aboutus-body img.aboutimg3{
        width: 140px;
        height: auto;
    }
    #aboutus .aboutus-body .offphonebox {
        margin-top: 4em;
    }
    #aboutus .aboutus-body .offphonebox .offerbox {
        width: 75px;
        height: 75px;
        right: 60px;
    }
    #aboutus .aboutus-body .offerbox p {
        font-size: 25px;
        padding: 0px 0;
        line-height: 45px;
    }
}