 /*----------------------------------------*/
/* Header
/*----------------------------------------*/
.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;
    position: absolute;
    width: 100%;    
   padding: 10px 0 40px 0;
   font-family: Poppins, sans-serif;
   background-color: transparent;
  /* overflow: hidden;*/
    
}

header.slider-above{
    background-color: #2A2E3D;
}
.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: 0px;
    width: 100%;
    display: inline-block;  
    border-radius: 0px;
    z-index: 999;  
    position: relative;
} 
.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;
}

.header-shopbtn{
    top: 0;
    font-weight: 500;
    font-size: 20px;
    
    display: inline-block;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #F2842E;
    border-radius: 50px;
    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;
    background: transparent!important;
    z-index: 10;
    padding: 6px 23px;
}


.header-shopbtn:hover{
    
      color: #fff!important;
}
.header-shopbtn::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #2B2F3D;
    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);
  } 

.header-shopbtn::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #ED7F28;
    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);
}
.header-shopbtn:hover::before, .header-shopbtn:hover::before{
    opacity:1;
    width: 116%;
}
.header-shopbtn:hover::after, .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,
.site-header .socials i.fa-brands.fa-x-twitter {
    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,
.site-header i.fa-brands.fa-x-twitter: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: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    padding: 12px 0px 0px 0;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #fff;
}
.logo-header,
.logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 ;
    text-align: left;
    /*background: #fff;*/
    position: absolute;
    top: 13px;
}
.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;
    margin-right: 40px !important;
}
.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: #F2842E;

 }

 /*.navigation .mainmenu li.current_page_item a, .current_page_item > a{   
    border-bottom: 1px solid #55042d;
    padding: 0 0 0px 0;
   
}*/
.navigation .mainmenu li a  {
    color: #55042d;
}
header.site-header ul.sub-menu li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a{
    color: #000;
 }

.menu-click i{
    color: #783afd;
 }

.navigation .mainmenu ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a, 
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a:hover, 
ul.sub-menu li a:hover, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover {
    background:none !important;

  }
 ul.sub-menu, header.site-header ul.sub-menu{
    background:#E36502 ;
    border-radius: 12px !important;
    padding: 10px 20px !important;
}
.header.site-header ul.sub-menu li a:before {
    color:#55042d;
  }
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0 !important;
    border-bottom: 1px solid #d7c2a79c;
}
.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: #fff;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    overflow: hidden;
}
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;
    /* transition: all 0.5s ease 0s; */
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a  {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}
.navigation .mainmenu ul.sub-menu li a:before,
header.site-header ul.sub-menu li a:before{
    content: "\f105" !important;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: -17px;    
    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
    opacity: 0;
    font-family: 'FontAwesome';    
    line-height: 1;    
    font-size: 1em;
    color: #000;
    background: none !important;
}
.navigation .mainmenu ul.sub-menu li:hover a:before,
header.site-header ul.sub-menu li:hover a:before {
    opacity: 1;
    color: #000;
}
.header-bottom-border {
    border-bottom: 1px solid #707070;
}
/*----------------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,
    .slider-area img.slide-mainimg {
        height: 296px !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){
 .top-bar-head {  padding: 0px 0 40px 0;}

}*/
@media screen and ( min-width: 359px) and (max-width: 575px){
.ht-main-title { margin: 40px 0 0.5em 0px !important;    font-size: 31px !important;}

}
@media only ( min-width: 320px) and (max-width:360x){
.ht-main-title { margin: 15px 0 0.5em 0px !important;     font-size: 31px !important;}

}


/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.peccular-section-head {
    text-align: left;
    /*margin-bottom: 2em;
    margin-top: 2em;*/
}
.peccular-section-head 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-style {  transition: all .4s ease;}

.hero-slider {
    width: 100%;
    height:788px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    top: 0;
}

.peccular-slider-mainoverlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    background-size: cover;
}
.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-area img.slide-mainimg {   
    width: 100%;
   
}
.slider-inner-mainbox {
    position: absolute;
    left: 33%;
    top: 30%;
    z-index: 0;
    text-align: center;
}
.slider-inner-mainbox img.triangle {
    position: absolute;
    right: -155px;
    animation: rotateOut 6s linear infinite;
}

.slider-inner-mainbox img.tri {
    position: absolute;
    left: -75px;
    top: 215px;
    animation: rollIn 4s 4s linear infinite alternate;
}
.slider-inner-mainbox img.snake {
    position: absolute;
    left: -230px;
    top: -3px;
    
}

.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-inner-mainbox img.circledot {
    position: absolute;
    right: 20px;
    bottom: 27px;
    animation: rotateOutDownRight 6s linear infinite;

}
.slide-btns-1{
    top: 0;
    font-weight: 500;
    font-size: 20px;
    
    display: inline-block;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #F2842E;
    border-radius: 50px;
    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;
    background: transparent!important;
    z-index: 10;
    padding: 6px 23px;
}


.slide-btns-1:hover{
  
      color: #fff!important;
}
.slide-btns-1::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #2B2F3D;
    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);
  } 

.slide-btns-1::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #ED7F28;
    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);
}
.slide-btns-1:hover::before, .slide-btns-1:hover::before{
    opacity:1;
    width: 116%;
}
.slide-btns-1:hover::after, .slide-btns-1:hover::after{
    opacity:1;
    width: 120%;
}

.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    max-width: 690px;
    position: relative;
    z-index: 5;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 7px 4px !important;
        addtestimonialsHook
}

.hero-style .slide-title h2 {
    font-size: 70px;
    line-height: 94px;
    color: #fff;   
    padding: 0;
    margin: 0 0 12px 0;
    font-weight: 300;
    position: relative;
     transition: all .4s ease;
     font-family: 'Roboto',sans-serif !important;
}
.hero-style .slide-title h2 span{
   font-size: 69px;
    color: #F2842E;
    font-weight: normal;
    text-align: center;
    transition: all .4s ease;
   
}
.hero-style .slider-inner-mainbox:hover .slide-title h2,
.hero-style .slider-inner-mainbox:hover .slide-title h2 span{ 
    color: #fff; 
    
     transition: all .4s ease;
}

.hero-style .slide-text p {
     padding-bottom: 33px;
    line-height: 1.2;
    text-align: center;    
    font-size: 40px;
    font-weight: lighter;
    color: #B5B4B3;
    
    transition: all .4s ease;
}

.hero-style .slide-text p span{
    color: #F2842E;
}

.hero-style .slider-inner-mainbox:hover .slide-text p{
    opacity: 1;
}
.hero-style ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-btns-2.animated.fadeInDownBig, .slide-btns-1.animated.fadeInDownBig  {
    position: relative;
    z-index: 5;
}
.sliderbtns{
        margin-top: 0em;
        text-align: center;
}
.hero-style .slide-btns-1 {
    font-size: 30px;
    border-radius: 30px;
    font-weight: normal;
    line-height: 18px;
    background: transparent;
    color: #fff;
    padding: 19px 55px;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    border: 1px solid #B5B4B3;
   
}


.hero-style .slider-inner-mainbox:hover .slide-btns-1 a,
.hero-style .slider-inner-mainbox:hover .slide-btns-2 a{ color: #fff; }
.hero-style .slide-btns-1 a, .hero-style .slide-btns-2 a{   color: #fff;   }

.hero-style .slide-btns-2 {
   font-size: 23px;
    border-radius: 30px;
    font-weight: 500;
    line-height: 18px;
    background: #55042d;    
    color: #fff;     
    padding: 13px 25px;  
    display: inline-block;
    position: relative;   
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}
#slider .swiper-button-prev, #slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: 37px;
    text-align: center;    
    border-radius: 50%;
    opacity: 1;   
    transition: all .3s ease;
    color: #2B2F3D;
    display: block;
    visibility: hidden ;
}

#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:before {
    content: "\f0d9";
    font-family: FontAwesome;
    position: absolute;
    left: -8px;
    color: #2B2F3D;
    background: transparent;
    width: 45px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 59px;
    text-align: center;
    padding: 0 12px 0 0;

}*/

/*#slider .swiper-button-next:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
    color: ##2B2F3D;
     background: transparent;
    width:45px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 59px;
    text-align: center;
    padding: 0 0 0 10px;
}*/

#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 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: 20px !important;
    width: 31% !important;
/*    height: 287px !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: 20px !important;
}

#innerpage-box #products-austrak a img:hover, #products-sherings a img:hover{
/*     border-radius: 50% !important;*/
    
}
#innerpage-box #products-austrak a h3{ 
    color: #fff ; 
    font-size: 23px !important; 
    font-weight: 500;
    text-align: right;
    opacity: 0;
    position: absolute;
    bottom: 35px;
     z-index: 0; 
    margin: 0 auto;
    left: 0;    right: 13px;

/*       transition: all 4s;*/

  }

#innerpage-box #products-austrak a:hover h3{
        transition: all 1s;
        opacity: 1;
    display: block;
    z-index: 3;
}     

#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);
}

/*--------------------------------------------------------------
## Our Product Section
--------------------------------------------------------------*/
#popularproduct-section {           
       position: relative;
       overflow: hidden;   
       background: #D7C1A7;  
}
#popularproduct-section .peccular-section-head {
    margin-bottom: 5em;
      margin-top: 0em;
}

#popularproduct-section .peccular-section-head h2{
    color: #4E2926;
    margin-bottom: 5px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 60px;
}

#popularproduct-section .product-image-thumb{
    border-radius: 117px;
    border: 3px solid #56042D;
    width: 225px;
    height: 415px;
    text-align: center;
    line-height: 0;
    padding: 14px 0 0 0;
    position: relative;
    z-index: 1;
}
#popularproduct-section .product-image-thumb img{
    width: 194px;
    height: 382px;
    transition: transform .5s ease;
    border-radius: 100px;
    display: inline-block;

}
.plus:hover {
    transform: rotate(-1.5deg);
    box-shadow: 0 0 1px 15px rgb(138 59 88 / 40%), 0 0 1px 30px rgb(138 59 88 / 10%), 0 0 1px 45px rgb(138 59 88 / 10%);
}
.plus {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    color: #1a1a1a;
    background: #ed1c5b;
    border-radius: 50%;
    border: none;
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
}
#popularproduct-section .popular-product:hover .product-image-thumb img{  

   transition: transform .5s ease;

}

#recent-porduct { /*position: relative;*/ display: inline-block; }

#popularproduct-section #recent-porduct h6 {   
   
    padding: 5px 36px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #D7C1A7;
    font-weight: 500;
    /* height: 70px; */
    display: inline-block;
    border-radius: 46px;
    background: #56042D;
    position: absolute;
    bottom: 148px;
    left: -85px;
    z-index: 5;
    word-break: break-word;
}
#popularproduct-section .popular-product:hover #recent-porduct h6{
    animation: bounceUp 2s;
}
#recent-porduct .price del span.woocommerce-Price-amount {  
    display: none;
}
#recent-porduct .price ins,#recent-porduct .price del{ text-decoration: none !important; }

#popularproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi,
#popularproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi{
    
    font-size: 35px !important;
    font-weight: 400 !important;
    color: #D7C1A7;
    background: #56042D;
    border-radius: 46px;
    font-weight: 400;
   /* width: 118px;
    height: 118px;
    padding: 31px 23px;*/
    padding: 2px 42px;
    font-family: 'Roboto Slab',serif;
    position: relative;
     z-index: 2;
    transition: transform .9s ease;
     transform: scale(1);
}
#popularproduct-section #recent-porduct .product-rice{
    padding: 45px 10px;
    border-radius: 50%;
    border: 4px solid #56042D;
    width: 145px;
    position: absolute;
    right: 114px;
    bottom: -18px;
    z-index: 0;
     transition: transform .9s ease;
   
}
#popularproduct-section #recent-porduct .product-rice .price-hlf-brdr{
    width: 148px;
    height: 84px;
    background-color: transparent;
    border-radius: 10rem 10rem 0 0px;
    position: absolute;
    right: -38px;
    top: -1px;
    transform: rotate(52deg);
    transition: all 0.5s ease 0s;
    z-index: 0;
    border: 14px solid #55032d;
    border-bottom: none;
    border-right: 11px solid transparent;
  
}

#popularproduct-section .popular-product:hover #recent-porduct h6{
    color: #fff;
}
#popularproduct-section .popular-product:hover #recent-porduct .price span.woocommerce-Price-amount bdi,
#popularproduct-section .popular-product:hover #recent-porduct .price span.woocommerce-Price-amount bdi{
    color: #fff;
}

#popularproduct-section .popular-product:hover #recent-porduct .product-rice{      
     z-index: 2;
     border: none;
     transform: scale(1.2);
    transition: transform .9s ease;
}
#popularproduct-section .popular-product:hover #recent-porduct .product-rice .price-hlf-brdr{
    display: none; transition: transform .9s ease;
}

#popularproduct-section .owl-carousel .owl-stage-outer{padding: 30px 87px 56px;}
#popularproduct-section .owl-carousel .owl-nav button.owl-next,
#popularproduct-section .owl-carousel .owl-nav button.owl-prev{
     font-size: 86px;
     color: #56042D;
     background: none !important;
        box-shadow: none;
}
/*#popularproduct-section .owl-carousel .owl-item.active{     margin-right: 0 !important; }*/

#popularproduct-section .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -67px;
    top: 117px;

}
#popularproduct-section .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -67px;
    top: 117px;
    opacity: 1;
   
} 
#popularproduct-section .owl-theme .owl-dots{ display: none; } 

/*

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
#team .peccular-team-block {
    position: relative;
}

#team .peccular-section-head {
    margin-bottom: 4.5em;
      margin-top: 0em;
}
#team .peccular-team-single{ padding: 0px 30px; margin-bottom: 7em;}

#team .peccular-section-head .head-border {
    position: absolute;
    height: 73px;
    width: 88px;
    border: 3px solid #F2842E;
    border-right: none;
    border-radius: 16px 0px 0px 16px;
    left: 39%;
    top: -16px;
    display: inline;
}
#team .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;
}
#team .peccular-section-head h2 span {
    color: #F2842E;
    font-weight: 600;
    font-size: 43px;
    letter-spacing: 3.8px;
}
#team .peccular-section-head h3 {
    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; */
}
#team .toverlay {
   position: absolute;
    left: 40px;
    right: 40px;
    top: 15px;
    bottom: 15px;
    background: #000;
    opacity: 0;
    background-size: cover;
    height: 350px;
    border-radius: 28px 28px 0px 0px;
    transition: .9s ease;

}
#team .peccular-section-head i{
    color: #bb8fe7;
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 22px;
    background: #bb8fe7;
    border-radius: 16px;
}
#team .peccular-section-head span i{
     color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}
#team {
    position: relative;
    background: #fff;
    overflow: hidden;
}
#team .bot-border {
    padding-bottom: 3px;
    border-radius: 0px 0px 28px 28px;
    background: linear-gradient(0.25turn,#00E7BE, #F2842E );
}
#team .peccular-team-box .peccular-team-content {
    position: absolute;
    background-color: #fff;
    border-radius: 17px;
    margin: 0px 54px;
     
}
#team .tpadding{ padding: 0 0 0 2em; }



#team h4.peccular-team-name {
    color: #2A2E3D;
    font-size: 36px;
    font-weight: 400;
    margin-top: 16px;
    text-align: center;
}
#team .peccular-team-box .namebor {
    width: 40px;
    border: 1px solid #F2842E;
    left: 43%;
    top: -2px;
    position: relative;
}

#team h6.peccular-team-designation{
    font-weight: 400;
    color: #2A2E3D;
    font-size: 24px;
    text-align: center;
    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 {
    overflow: hidden;
}
#team .peccular-team-image img {
    width: 100%;
    height: 372px;
    border-radius: 26px ;

     transition: all 5s ease 0s;
}
#team .peccular-team-single:hover .peccular-team-image img{
   /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
   transition: all 1s ease 0s;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);*/
}
#team .peccular-team-single:hover .peccular-team-content {
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% no-repeat padding-box;
    transform: translateY(-5em);
    left: 0;
    transition: 0.5s;
}
#team .peccular-team-single:hover .peccular-team-content .namebor
{ display:none; }
#team .peccular-team-box{    margin-bottom: 2em;}

#team .peccular-team-single:hover h4.peccular-team-name{    
    color: #fff; 
    letter-spacing: 1px; 
    

 }
#team .peccular-team-single:hover h6.peccular-team-designation{
    color: #fff;
   
}
#team .peccular-team-single .team_socialicon  {
    width: 36px;
    height: 36px;
    margin: 5px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #EF842F;
    background: #fff;
}
#team .peccular-team-single .social-icon .team_socialicon {
    position: absolute;
    z-index: 3;
    top: 6px;
    right: 34px;
    /* margin-bottom: -32%; */
    /* margin-left: 15%; */
    color: #EF842F;
    background: #fff;
    font-size: 26px;
    border-radius: 8px;
    height: 47px;
    width: 47px;
    line-height: 1.9;
}
#team .peccular-team-single .social-icon .team_socialicon i{
    color: #EF842F;
}
#team .peccular-team-single .social-icon .team_socialicon:hover i{
    color: #fff;
}

#team .peccular-team-single .social-icon .team_socialicon:not(:first-child) {
    opacity: 0 !important;
    top: 114px;
    transition: all 0.4s;
}

#team .peccular-team-single .social-icon .team_socialicon:nth-child(2) {
    opacity: 0 !important;
    top: 60px;
    transition: all 0.5s;
    background-color: #fff;
}
 #team .peccular-team-single .social-icon .team_socialicon:hover:nth-child(2){
    margin-bottom: -17%;
    margin-left: 32%;
    transition: all 0.5s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
}

#team .peccular-team-single .social-icon .team_socialicon:nth-last-child(2) {
    transition: all 0.4s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
}

.card-style3 .card-icons .card-icon:nth-last-child(1) {
    transition: all 0.4s, opacity 0.3s 0s, margin 0.4s 0s;
}
#team .peccular-team-single .social-icon .team_socialicon:nth-child(3) {
    opacity: 0 !important;
    top: 167px;
     transition: all 0.6s;
}
 #team .peccular-team-single .social-icon .ti-close:hover .team_socialicon:nth-child(3){
           margin-bottom: 4%;
            margin-left: 36%;
            transition: all 0.6s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
            opacity: 1 !important;
}c
#team .peccular-team-single .social-icon .team_socialicon:nth-child(3) {
    transition: all 0.4s, opacity 0.3s 0.2s, margin 0.4s 0.2s;
}
#team .peccular-team-single .social-icon:nth-last-child(3) {
    transition: all 0.4s, opacity 0.3s 0.2s, margin 0.4s 0.2s;
}
#team .peccular-team-single .social-icon:nth-last-child(2) {
    transition: all 0.4s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
}
#team .peccular-team-single .social-icon .team_socialicon:nth-child(4) {

            margin-bottom: 4%;
            margin-left: 36%;
            transition: all 0.7s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
            opacity: 0 !important;
            top: 220px;
}
 #team .peccular-team-single .social-icon .ti-close:hover .team_socialicon:nth-child(4){
   
    transition: all 0.4s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
    opacity: 1 !important;
}
#team .peccular-team-single .social-icon:nth-last-child(4) {
    transition: all 0.4s, opacity 0.3s 0.3s, margin 0.4s 0.3s;
}
#team .peccular-team-single .social-icon .team_socialicon:hover {
    background-color: #EF842F;
    box-shadow: 11px 10px 38px 0 rgb(0 0 0 / 20%);
}
 #team .peccular-team-single:hover .social-icon .ti-close{
    opacity: 0;
      transition: all 1s
 }
 #team .peccular-team-social-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10px);
    -webkit-transition: all 400ms ease 0ms;
    -khtml-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -ms-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

 #team .peccular-team-social-icon a{
    color: #fff;
    font-size: 16px;
    background-color: #06332e;
    display: inline-flex;
    height: 50px;
    width: 50px;
    margin: 0;
    align-items: center;
    justify-content: center;
}
 #team .peccular-team-social-icon a i {
    color: #fff;
/*    transition: all 300ms ease 0s;*/
    font-size: 17px;
}
 #team .peccular-team-social-icon a i:hover {
    transform: translateY(-5px);
    color: #2d81f5 !important;
}

 #team .peccular-team-single:hover .social-icon .team_socialicon:not(:first-child) {
opacity: 1 !important;
}
/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/


#innerpage-box .peccular-team-single {
osition: relative;
    padding: 0px 30px;
    margin-bottom: 8em;
}

#innerpage-box .peccular-section-head i{
    color: #bb8fe7;
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 22px;
    background: #bb8fe7;
    border-radius: 16px;
}
#innerpage-box .peccular-section-head span i{
     color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}
#innerpage-box {
    position: relative;
    background: #fff;
    overflow: hidden;
}
#innerpage-box .bot-border {
    padding-bottom: 3px;
    border-radius: 0px 0px 28px 28px;
    background: #00E7BE;

}
#innerpage-box .peccular-team-content {
    position: absolute;
    background-color: #fff;
    border-radius: 17px;
    margin: 0px 54px;
}
#innerpage-box .peccular-team-content .namebor {
    width: 40px;
    border: 1px solid #F2842E;
    left: 43%;
    top: -2px;
    position: relative;
}
#innerpage-box .peccular-team-single:hover .peccular-team-content {
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% no-repeat padding-box;
/*    position: absolute;*/
        margin-top: -5em;
}
#innerpage-box .peccular-team-single:hover .peccular-team-content 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-single img.team_img {
    border-radius: 26px;
}
#innerpage-box .tpadding{ padding: 0 0 0 2em; }

#innerpage-box h4.peccular-team-name {
    color: #2A2E3D;
    font-size: 36px !important;
    font-weight: 400 !important;
    margin-top: 16px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
}
#innerpage-box .namebor {   
    border: 1px solid #F2842E;    
}
#innerpage-box .peccular-team-single:hover .namebor {   
    border: none;    
}
#innerpage-box .peccular-team-content h6{
    font-weight: 400;
    color: #757474;
    font-size: 26px;
    text-align: center;
    text-transform: capitalize;
/*    margin-bottom: 24px;*/
margin: 0px !important;
border-bottom: 0px;
}
#innerpage-box .peccular-team-content h5.peccular-team-designation{
   font-weight: 400;
    color: #2A2E3D;
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 24px;
    margin-top: 0px !important;
}

#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-popteam-experience{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#innerpage-box .peccular-popteam-content {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
}
#team .peccular-team-single {
    overflow: hidden;
}
#team .peccular-team-single img {
    width: 100%;
    height: 372px;
    border-radius: 15px 15px 0px 0px;
     
}
#innerpage-box .peccular-team-single:hover .peccular-team-image img{
   /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
   transition: all 1s ease 0s;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);*/
}

#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 .team_socialicon  {
    width: 36px;
    height: 36px;
    margin: 5px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #EF842F;
    background: #fff;
}
#innerpage-box .peccular-team-single .social-icon .team_socialicon {
    position: absolute;
    z-index: 3;
    top: 6px;
    right: 34px;
    /* margin-bottom: -32%; */
    /* margin-left: 15%; */
    color: #EF842F;
    background: #fff;
    font-size: 26px;
    border-radius: 8px;
    height: 47px;
    width: 47px;
    line-height: 1.9;
}
#innerpage-box .peccular-team-single .social-icon .team_socialicon i{
    color: #EF842F;
}
#innerpage-box .peccular-team-single .social-icon .team_socialicon:hover i{
    color: #fff;
}

#innerpage-box .peccular-team-single .social-icon .team_socialicon:not(:first-child) {
    opacity: 0 !important;
    top: 114px;
    transition: all 0.4s;
}

#innerpage-box .peccular-team-single .social-icon .team_socialicon:nth-child(2) {
    opacity: 0 !important;
    top: 60px;
    transition: all 0.5s;
/*    background-color: #fff;*/
}
 #innerpage-box .peccular-team-single .social-icon .team_socialicon:hover:nth-child(2){
    margin-bottom: -17%;
    margin-left: 32%;
    transition: all 0.5s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
}

#innerpage-box .peccular-team-single .social-icon .team_socialicon:nth-last-child(2) {
    transition: all 0.4s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
}

.card-style3 .card-icons .card-icon:nth-last-child(1) {
    transition: all 0.4s, opacity 0.3s 0s, margin 0.4s 0s;
}
#innerpage-box .peccular-team-single .social-icon .team_socialicon:nth-child(3) {
    opacity: 0 !important;
    top: 167px;
     transition: all 0.6s;
}
 #innerpage-box .peccular-team-single .social-icon .ti-close:hover .team_socialicon:nth-child(3){
           margin-bottom: 4%;
            margin-left: 36%;
            transition: all 0.6s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
            opacity: 1 !important;
}c
#innerpage-box .peccular-team-single .social-icon .team_socialicon:nth-child(3) {
    transition: all 0.4s, opacity 0.3s 0.2s, margin 0.4s 0.2s;
}
#innerpage-box .peccular-team-single .social-icon:nth-last-child(3) {
    transition: all 0.4s, opacity 0.3s 0.2s, margin 0.4s 0.2s;
}
#innerpage-box .peccular-team-single .social-icon:nth-last-child(2) {
    transition: all 0.4s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
}
#innerpage-box .peccular-team-single .social-icon .team_socialicon:nth-child(4) {

            margin-bottom: 4%;
            margin-left: 36%;
            transition: all 0.7s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
            opacity: 0 !important;
            top: 220px;
}
 #innerpage-box .peccular-team-single .social-icon .ti-close:hover .team_socialicon:nth-child(4){
   
    transition: all 0.4s, opacity 0.3s 0.1s, margin 0.4s 0.1s;
    opacity: 1 !important;
}
#innerpage-box .peccular-team-single .social-icon:nth-last-child(4) {
    transition: all 0.4s, opacity 0.3s 0.3s, margin 0.4s 0.3s;
}
#innerpage-box .peccular-team-single .social-icon .team_socialicon:hover {
    background-color: #EF842F;
    box-shadow: 11px 10px 38px 0 rgb(0 0 0 / 20%);
}
 #innerpage-box .peccular-team-single:hover .social-icon .ti-close{
    opacity: 0;
      transition: all 1s
 }
 #innerpage-box .peccular-team-social-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10px);
    -webkit-transition: all 400ms ease 0ms;
    -khtml-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -ms-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

 #innerpage-box .peccular-team-social-icon a{
    color: #fff;
    font-size: 16px;
    background-color: #06332e;
    display: inline-flex;
    height: 50px;
    width: 50px;
    margin: 0;
    align-items: center;
    justify-content: center;
}
 #innerpage-box .peccular-team-social-icon a i {
    color: #fff;
/*    transition: all 300ms ease 0s;*/
    font-size: 17px;
}
 #innerpage-box .peccular-team-social-icon a i:hover {
    transform: translateY(-5px);
    color: #2d81f5 !important;
}

 #innerpage-box .peccular-team-single:hover .social-icon .team_socialicon:not(:first-child) {
opacity: 1 !important;
}

/*----------------------------------------*/
/*  Testimonials home Area
/*----------------------------------------*/
#testimonials{   
    position: relative;
    overflow: hidden;  
    
    top: 0;
    z-index: -2; 
}


#testimonials .peccular-testimonial-block{
        padding-bottom: 17px;
}
#testimonials .peccular-section-head {
    margin-bottom: 3em;
      margin-top: 1em;
}
#testimonials .peccular-section-head i.fa {
    font-size: 100px;
    color: #e3e3e3;
}
#testimonials .peccular-section-head h2 {
    color: #2A2E3D;
    margin-bottom: 5px;
    padding: 0 0;
    font-weight: 400;
    font-size: 58px;
}
#testimonials .peccular-section-head h2 span{
    color: #F2842E;
}
#testimonials .peccular-section-head p {
    font-size: 20px;
    font-weight: 400;
    color: #838282;
    line-height: 32px;
    padding-right: 6%;
    text-align: left;
}
#testimonials .peccular-testimonials-single{  
    padding: 20px 0px;
     width: 703px;
       /*padding:9px;
        margin: 0;
       border-radius: 123px;
        border: 3px solid #56042D;*/
}

#testimonials .peccular-testimonials-content {
    border-radius: 20px;
    box-shadow: 0px 0px 20px #00000029;
    background: #2A2E3D;
    transition: all 0.5s ease 0s;
}


#testimonials .peccular-testimonials-image img {
    border-radius: 50%;
    width: 121px;    
   transform: scale(1);
    transition: all 0.3s ease 0s;
    height: 121px;
    margin: 0 auto;

    /*--s: 202px;
    --b: 4px;
    --g: -4px;
    --c: #56042d;
    width: var(--s);
    aspect-ratio: 1;
    outline: calc(var(--s)/2) solid #0000;
    outline-offset: calc(var(--s)/-2);
    cursor: pointer;
    transition: 0.8s;*/
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image img {
    border-radius: 20px;
  
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}

#testimonials h4.peccular-testimonials-name {
    font-weight: 500;
    color: #fff;
    /* margin: 4px 0 3px; */
    transition: all 0.5s ease 0s;
    font-size: 24px;
    text-align: left;
   margin-left: 85px;

}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-content {
    transition: all 0.5s ease 0s;
    background: #fff;

}

#testimonials .peccular-testimonials-single:hover h4.peccular-testimonials-name {
    color: #2A2E3D;
    transition: all 0.5s ease 0s;
    
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    margin: 0 0 0 8px;  
    text-align: left;
    text-transform: capitalize;
    color: #fff;    
        margin-left: 88px;
    padding-bottom: 10px;
    font-family: 'Roboto Slab',serif;
    transition: all 0.5s ease 0s;
}
#testimonials .peccular-testimonials-single:hover h6.peccular-testimonials-designation{
    color: #2A2E3D;
    transition: all 0.5s ease 0s;
}
#testimonials .peccular-testimonials-content .middle-bor {
    position: absolute;
    width: 5px;
    height: 50px;
    border-left: 1px solid #E26503;
    top: 20px;
    left: 65px;
}
#testimonials .peccular-testimonials-content p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    line-height: 21px;
    text-align: left;
    margin: 0;
   padding: 0px 50px 0 5px;
    opacity: 0.5;
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-content p{
    color: #2A2E3D;
    transition: all 0.5s ease 0s;
}

#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox{
   
    position: relative;
    padding: 16px 0px;
    /*border-left: 1px solid #D7C1A7;
       margin: 18px 21px 1px;
    padding: 0 0 26px;*/
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-left {
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 24px;
    left: 0px;
    margin-right: 0;
    transition: all 0.5s ease;
    opacity: 0.1;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right {
    
     top: 48px;
    right: 113px;
    font-size: 20px;
    color: #D7C1A7;
    position: absolute;   
    margin-right: 0;
    transition: all 0.5s ease;
    opacity: 0.5; 
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-contentbox i.fa-quote-left{
     transition: all 0.5s ease 0s;
    transform: rotateY(157deg);
    color: #fff;
}
#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: 12px !important;
    height: 13px !important;    
    background: #b2b2b2;
}
#testimonials  .owl-dots .owl-dot.active span {
    width: 12px !important;
    height: 13px !important;    
    background: #000;
}
#testimonials  .owl-dots button{
    box-shadow: none;
    margin-top: 25px;
}
#testimonials .owl-carousel .owl-stage-outer{ padding: 0 0 0 15px; width: 100%; }

#testimonials .owl-nav .owl-prev span,
#testimonials .owl-nav .owl-next span{
   display: block;
}

/*#popularproduct-section .owl-carousel .owl-item.active{     margin-right: 0 !important; }*/


#testimonials .peccular-testimonials-imgbox img{
    width: 100%;
   
}

#testimonials .owl-nav button.owl-prev {
    left: 2px;
    font-size: 50px !important;
    position: absolute;
    color: #E36C0F;
    box-shadow: none !important;
}
#testimonials .owl-nav button.owl-next {
    right: 2px;
    font-size: 50px !important;
    position: absolute;
    color: #E36C0F;
    box-shadow: none !important;
}
.owl-theme .owl-nav button.owl-prev:hover,  #testimonials .owl-nav button.owl-next:hover{
    background-color: #2A2E3D;
}

body.search.search-results .entry-content {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
body.search.search-results h2.entry-title {
    padding: 0 !IMPORTANT;
}
.faq-description {
    position: relative;
}
/*----------------------------------------*/
/*  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: hidden;
    top: -13%;
}
#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 .features-inn{ padding-top: 4em; }
#features .owl-carousel{display: block !important;}
#features .mem-inn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    background: #fff;
    padding: 1.5em 1em 1.5em 0;
    text-align: center;
    z-index: 0;
    height: 270px !important;
    border-radius: 16px 16px 0px 0px;
border-bottom: 4px solid transparent;
  border-image: linear-gradient(-90deg, #F2842E, #00E7BE) 1;
}
#features .sec-icn {
    position: relative;
    position: relative;
/*    background: #fff;*/
    border-radius: 50%;
    margin: 0 auto;
    /*width:100px;
    height: 100px;*/
    padding: 20px 0;
    margin-bottom: 3em;
}
#features .sec-icn span{ 
    font-size: 145px;
    position: relative;
    /* z-index: 1; */
    color: #000;
    opacity: 0.08;

}
#features .features-content {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    }
#features .features-content h3 {
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 10px;
    color: #2A2E3D;
}
#features .features-content p {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: #c4c5c7;
}
#features .peccular-features-btn {
    margin-top:30px;
}
#features .peccular-features-btn a {
   
    background-color: #F2842E;
    border-radius: 36px;
    padding: 2px 20px;
    font-size: 20px;
    color: #fff;
/*    display: none;*/
}
#features .btn-hover {    
    cursor: pointer;
/*    margin: 20px;*/
   
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#features .btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#features .btn-hover:focus {
    outline: none;
}
#features .btn-hover.color-11 {
       background-image: linear-gradient(to right, #F2842E,  #E26300); 
}

#features .mem-inn:nth-child(2) {
    height: 360px !important;
    top: -45px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px #0000001A;
    border: none;
    margin: -10px;
    z-index: 1;
}

#features .mem-inn:hover {
    background-color: #222A35;
    transition: all .4s ease;
}
/*#features .mem-inn:hover .sec-icn span {
    font-size: 65px;    
    color: #000;
    opacity: 1;
}*/
#features .mem-inn:nth-child(2) .sec-icn span {
    font-size: 65px;    
    color: #000;
    opacity: 1;
}
#features .mem-inn:hover .features-content h3  {
   color: #fff;
     transition: all .4s ease;
}
#features .mem-inn:nth-child(2) .features-content {
    position: absolute;
    top: 140px;
    
}
/*#features .mem-inn:hover .features-content p{
    padding: 0px 10px;
}*/
/*#features .mem-inn:hover .peccular-features-btn a{
    display: inline-block;
}
#features .mem-inn:nth-child(2) .peccular-features-btn a{
    display: inline-block;
}*/

#features .owl-carousel.owl-drag .owl-item{
   
    margin: 0 0;
}
#features .owl-carousel .owl-stage {
    padding-top: 4em ;
}
#features .owl-nav,
#features .owl-dots{display: none;}


/*----------------------------------------*/
/*  Our Story Area
/*----------------------------------------*/
#aboutus {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-top: -10px;
}

#aboutus .aboutus-body {
    position: relative;
        padding: 0 0 0px;
}
#aboutus .peccular-section-head {
    margin-bottom: 1em;
      margin-top: 0em;
}
#aboutus .space-abtblock {
/*    padding: 5em 5em 0 0em;*/
}

#aboutus .peccular-section-head h2{
    color: #2A2E3F;
    margin-bottom: 16px;
    padding: 13px 25px;
    font-weight: 400;
    font-size: 23px;
    margin-top: 4px;
    box-shadow: 0px 0px 20px #2a2e3d30;
    border-radius: 26px;
    display: inline-block;
}
#aboutus .peccular-section-head h3{
    color: #2A2E3D;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 50px;
}
#aboutus .peccular-section-head h3 span {
    font-weight: 500;
    font-size: 50px;
    color: #ED7F28;
}
/*#aboutus .aboutus-body:hover .peccular-section-head h2,
#aboutus .aboutus-body:hover .peccular-section-head h3{ 
    color: #fff; 
    text-shadow: 2px 2px 4px #55042d;
     transition: all .4s ease;
}*/
#aboutus .peccular-section-subtext {
    border-left: 2px solid #ED7F28;
}
#aboutus .peccular-section-subtext p{
    color: #B1B1B1;
    font-size: 20px;
    font-weight: 300;
    word-break: break-word;
    line-height: 28px;
    text-align: left; 
    padding-left: 12px;  
    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;
}
.contact-box {
    margin-top: 20px;
}
#aboutus .peccular-aboutus-imgbox{ 
   
}
#aboutus .peccular-aboutus-imgbox:before {
    content: "";
    position: absolute;
    margin-top: 10px;
    height: 94%;
    border-left: 10px solid #fff;
}
#aboutus .peccular-aboutus-imgbox:after {
    content: "";
    position: absolute;
    margin-bottom: 10px;
    height: 94%;
    right: 95px;
    border-left: 10px solid #fff;
}
#aboutus .aboutus-body img.aboutimg {
    width: 460px;
    height: 503px;
}
#aboutus .aboutus-body img.rightsnake {
    position: relative;
    top: 8%;
    left: 70%;
    z-index: 1;
    animation: simple-move 4s 4s linear infinite alternate;
}
#aboutus .aboutus-body img.leftsnake {
    position: relative;
    top: -9%;
    right: 90%;
    animation: simple-move 3s 3s linear infinite alternate;
}
#aboutus img.twosqu {
    position: absolute;
    top: 22px;
    left: -27px;
    z-index: 1;
}
#aboutus img.twosqu2 {
    /* position: absolute; */
    position: absolute;
    bottom: 10px;
    right: 70px;
    z-index: 1;
}
#aboutus .img-border {
   width: 690px;
    height: 8px;
    /* border-top: 4px solid #f5f5f5; */
    background-color: #fff;
    position: absolute;
    left: -115px;
    bottom: 48%;
    transform: rotate(47deg);
}
#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 .circlehov{
    position: relative;
/*    overflow: hidden;*/
}
#aboutus .aboutus-body .about-shopbtn{
    font-size: 20px;
    color: #fff;
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 27px;
    padding: 10px 15px;
}
 .about-shopbtn::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #2B2F3D;
    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);
  } 
  .about-shopbtn::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #ED7F28;
    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);
}
.about-shopbtn:hover::before, .about-shopbtn:hover::before{
    opacity:1;
    width: 116%;
}
.about-shopbtn:hover::after, .about-shopbtn:hover::after{
    opacity:1;
    width: 120%;
}


#aboutus .contact-box i.fa.fa-phone {
    font-size: 50px;
    border: 1px solid #b6b4b4;
    color: #E26300;
    border-radius: 50%;
    padding: 10px 16px;
}
#aboutus .contact-box h3 {
    font-size: 20px;
    font-weight: normal;
    color: #737373;
}
#aboutus .contact-box p {
    font-size: 40px;
    font-weight: 900;
    color: #2A2E3D;
}


/*----------------------------------------*/
/*  Services home Area
/*----------------------------------------*/

#services {
    overflow: hidden;
    position: relative;
    margin: 0em 0;
   
}
#services .service-bg{}
#services .service-bgoverlay{
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 473px;
    opacity: 0.7;
}
#services .peccular-section-head{
    margin-bottom: 5em;
}
#services .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;
}
#services .peccular-section-head .head-border {
    /* border: 2px solid #F2842E; */
    position: absolute;
    height: 73px;
   width: 114px;
    border: 3px solid #F2842E;
    border-right: none;
    border-radius: 16px 0px 0px 16px;
    left: 36%;
    top: -16px;
    display: inline;
}
#services .peccular-section-head h2 span{
    color: #F2842E;
    font-weight: 600;
    font-size: 43px;
    letter-spacing: 3.8px;
}
#services .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; */
}
#services .peccular-service-box{
   padding-top: 3em;
    margin: 0;   
    margin-bottom: 0em; 
}


#services .peccular-service-box .peccular-service-image {     position: relative; text-align: center; }


#services .peccular-service-box .peccular-service-image img {
   width: 390px;
    height: 415px;
    transition: all .4s ease;
    border-radius: 16px;
}
#services .peccular-service-content {     
  position: relative;
    background-color: #fff;
    border-radius: 15px;
    /* width: 350px; */
    top: -3px;
    /* left: 7px; */
    padding: 18px;
}
#services .content-bor {
   position: absolute;
    border-radius: 16px;
    width: 351px;
    top: 240px;
    left: 8px;
    background: linear-gradient(0.25turn, #F2842E, #00E7BE);
}

#services .peccular-service-content h4 {
     margin-bottom: 8px;
}
#services .peccular-service-content h4 a{
   font-weight: 400;
    font-size: 27px;
    text-align: left;
    z-index: 1;
    position: relative;
    color: #2A2E3D;
}  
#services .peccular-service-box:hover .peccular-service-image img{
    position: relative;
/*    top: -12px;
    height: 460px;
    width: 460px;
    margin: -10px;*/
/*    transform: scale(1.1);*/
    transition: all .4s ease;
}
#services .peccular-service-box:hover .content-bor{
/*        transform: scale(1.1);*/

    /*top: -158px;
    left: -14px;*/
    transition: all .4s ease;
}
#services .bg-icon i{
    text-align: right;
    font-size: 145px;
    position: absolute;
    /* z-index: 1; */
    color: #000;
    opacity: 0.08;
    margin-left: 55%;
}

#services .overlay{
    position: absolute;
    display: block;
    width: 390px;
    height: 100%;
    left:0;
    top:0;
    background: #000;
    opacity: 0.5;
    visibility: hidden;
}
#services .peccular-service-box:hover .simple-overlay-3 {
     height: 0px;
       
        
        width: 390px;
         transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    }

#services .peccular-service-box .simple-overlay-3{
      visibility: visible;
        opacity: 0.5;
        width: 390px;
    height: 415px;
    border-radius: 16px;
         transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    }

#services .peccular-service-box p {
    font-size: 20px;
    font-weight: normal;
    color: #AAAAAA;
    text-align: left;
    margin-bottom: 10px;
}
.padding-0{padding: 0;}

#services .peccular-service-content .service-btn{
   color: #2A2E3D;
    border-radius: 28px;
    padding: 6px 20px;
    border: 1px solid #E97F2C;
    /* margin-top: 2px; */
    /* top: 25px; */
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    
}
#services .peccular-service-content .service-btn:hover{
    background-color: #2A2E3D;
    color: #fff;
}

#services .peccular-service-content .service-btn:after{
    /*content: "";
    position: absolute;
    top: 3px;
    left: 27px;
    opacity: 0;
    transition: 1s all ease;
    background: #55032d;
    color: #fff;
    border-radius: 54px;
    padding: 19px 55px;
    z-index: -1;*/
   
}
#services .peccular-service-content .service-btn:hover:after {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity:0.3;
    transition: .8s all ease;
}
#services .peccular-service-content .service-btn:hover{ color: #fff; z-index: 1; }

/*#services .owl-item{
    width: 419px !important;
    margin-right: 11px !important;
}
*/

/*----------------------------------------*/
/*  Facility Area
/*----------------------------------------*/
 #facility .facility-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

 #facility .peccular-section-head{
    margin-bottom:1.5em;
    margin-left: 15px;
}
#facility .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;
}
#facility .peccular-section-head .head-border {
    /* border: 2px solid #F2842E; */
    position: absolute;
    height: 73px;
    width: 95px;
    border: 3px solid #F2842E;
    border-right: none;
    border-radius: 16px 0px 0px 16px;
    left:-21px;
    top: -16px;
    display: inline;
}
#facility .peccular-section-head h2 span{
    color: #F2842E;
    font-weight: 600;
    font-size: 43px;
    letter-spacing: 3.8px;
}
#facility .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;
    margin-left: 60px;

    /* text-align: left; */
}

#facility .left-side {
    padding-right: 2%;
    padding-top: 1em;
    overflow: hidden;
}
#facility .left-side p {
    font-size: 24px;
    color: #B5B4B3;
    letter-spacing: 1px;
    padding-right: 35px;
}
#facility .left-side p span{
    color: #F2842E;
}

#facility  h4.peccular-facility-title {
    color: #000;
    font-size: 20px;
    /* letter-spacing: 0.5px; */
    font-weight: 500;
    /* word-break: break-word; */
    color: #fff;
    transition: all 0.8s;
    position: relative;
    z-index: 1;
    
    
}
#facility .as-white{
    background: transparent;
}
#facility  h4 span{
    color: #F2842E;
}
#facility .peccular-facility-content {
    transition: all 0.8s;
    position: absolute;
    z-index: 1;
   
    /* bottom: 50px; */
}
#facility .peccular-facility-area {
    margin-top: -45px;
    margin-right: 3em;
    border-left: 25px solid #2C303E;
    border-radius: 12px 12px 12px 12px;
    border-right: 25px solid #2C303E;
    height:  30vmin;
    position: relative;
    overflow: hidden;

    
}
#facility .battery {
    width: 19px;
    height: 88px;
    position: relative;
    border-radius: 10px 0px 0px 10px;
    background: #2C303E;
    z-index: 1;
    top: 26%;
    left: -18px;
}



 .mainaccordian {
     display: flex;
     justify-content: center;
     align-items: center;    
     overflow: hidden;
    /* transform: skew(5deg);*/
}
 .mainaccordian .card {
     flex: 1;
     transition: all 1s ease-in-out;
     height: 30vmin;
     position: relative;
     border: none !important;
     margin: 0px 3px;
}
 .mainaccordian .card .card__head span{
    color:#F2842E ;
 }
 .mainaccordian .card .card__head {
     font-size: 21px;
    font-weight: 400;
    color: #fff;
     padding: 0.5em;
     transform: rotate(-90deg);
     transform-origin: 0% 0%;
     transition: all 0.5s ease-in-out;
     min-width: 100%;
     text-align: center;
     position: absolute;
     bottom: 0;
     left: 0;
     
     white-space: nowrap;
}

 .mainaccordian .card:hover {
     flex-grow: 10;
}
/* .mainaccordian .card:hover img {
     filter: grayscale(0);
}*/
 .mainaccordian .card:hover .card__head {
     text-align: center;
     top: calc(100% - 2em);
     color: white;
     background: rgba(0, 0, 0, 0.5);
     font-size: 2em;
     transform: rotate(0deg) skew(-5deg);
}
 .mainaccordian .card img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: all 1s ease-in-out;
     border-radius: 20px;
    /* filter: grayscale(100%);*/
}
/* .mainaccordian .card:not(:nth-child(5)) {
     margin-right: 1em;
}*/
 
/* --------------------------------------carousel-accordion------------------------------------------------------- */
:root {
  --xspace: 5px;
  --vw-width: calc(100vw - 18px);
}
#facility .carousel-accordion.owl-carousel {
  max-width: 100%;
/*  margin: 3vh auto;*/
}
#facility .carousel-accordion.owl-carousel .owl-stage {
  display: flex;
}

#facility .carousel-accordion.owl-carousel {
  padding-left: 3%;
    padding-right: 3%;
}

#facility .carousel-accordion .owl-item a {
  text-decoration: none;
  color: inherit;
}

/*   .active {
  background: #ddd;
}

.expanded {
  background: #333;
}  */

#facility .carousel-accordion .accordion_li .bg-image {
    height: 28vh;
    display: flex;
    max-height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

#facility .carousel-accordion .accordion_li img {
  position: relative;
    /* top: 50%; */
    /* left: 50%; */
/*    width: auto;*/
    transform: scale(1.5);
    /* object-fit: cover;*/
}

#facility .owl-item{
    width: auto !important;
}

/*---------------------------------------------end carousel-accordion-----------------------------------------------------*/

#facility .right-side {
    box-shadow: 0px 0px 30px #6f6c6545;
    border-radius: 60px;
    padding: 25px 25px;
    width: 555px;
    height: 560px;
    position: relative;
    background-color: #fff;
}
#facility  .right-side .colorbox1, .colorbox4  {
    /* position: absolute; */
    width: 245px;
    height: 245px;
    border-radius: 55px 25px;
    background-color: #E26300;
    
}

#facility  .right-side .colorbox2, .colorbox3 {
    width: 245px;
    height: 245px;
    /* border-radius: 55px 25px; */
    background-color: #2A2E3D;
    border-radius: 25px 51px;
    position: relative;
    right: 0;
}
#facility  .right-side .iconbox.row {
    position: absolute;
    width: 440px;
    height: 446px;
    background: #fff;
    z-index: 1;
    top: 62px;
    right: 68px;
    box-shadow: 0px 0px 30px #6f6c6545;
    border-radius: 41px;
    padding: 33px;
}
#facility  .right-side i {
    font-size: 77px;
    color: #000;
    opacity: 0.1;
    transition: all .4s ease;
}
#facility .right-side .r-icon:hover .pulse{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
  color: #000;
  opacity: 1;
  transition: all .4s ease;
}


@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);}
  100% { transform: scale(1); }
}

#facility  .right-side h2 {
    font-size: 24px;
    font-weight: normal;
    color: #2B2F3D;
}
#facility .right-side .colorbox1, .colorbox3, .colorbox4, .colorbox2 {
    margin-left: 17px;
}
#facility .right-side .colorbox1, .colorbox2 {
    margin-bottom: 22px;
}

#facility .right-side .icon-one {
    border-right: 1px solid #E5ECEF;
    border-bottom: 1px solid #E5ECEF;
}
#facility .right-side .icon-four {
    border-left: 1px solid #E5ECEF;
    border-top: 1px solid #E5ECEF;
}
#facility .right-side .midd-circle {
    position: absolute;
    background: #6E6E6E;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 199px;
    right: 211px;
    padding: 0;
}
 
/*----------------------------------------*/
/*  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;
     overflow: hidden; 
/*     background: #D7C1A7;*/
    z-index: -1;
}
#contactinfo .contactinfo-area-bg{ 

/*    background: #c8ad9b;*/
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#contactinfo .contactinfo-body {
    background-color: #2A2E3D;
    padding: 30px 60px;
    border-radius: 30px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
#contactinfo .peccular-section-head h2{
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0;
     text-transform: none; 
    font-weight: 700;
    font-size: 54px;
}
#contactinfo .peccular-section-head h2 span{
    color: #F2842E;
    font-weight: 600;
    font-size: 57px;
}
#contactinfo .peccular-section-head h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}
/*#contactinfo .installed-box .num{
    color: #fff;
    display: inline-block;
    font-size: 29px;
}
#contactinfo .installed-box i {
    color: #ED7F28;
    font-size: 28px;
    margin-right: 10px;
}*/
#contactinfo .peccular-section-area-textlist ul{
    list-style: none;
    margin: 0;
    padding: 0;

    
}
#contactinfo .peccular-section-area-textlist ul li,
  #contactinfo .peccular-section-area-textlist {
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    
}
#contactinfo .peccular-section-area-textlist ul li:before{
    content: "\f046";
    font-family: 'Fontawesome';
    margin-right: 9px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #ED7F28;
    display: inline-block;
    margin-bottom: 0;
    font-size: 28px;
    padding: 3px;
}
#contactinfo .contact-info p {
    color: #fff;
    display: inline;
    font-size: 20px;
}

#contactinfo .contact-info i{
    font-size: 23px;
    color: #F2842E;
    margin-right: 20px;
}
#contactinfo .contact-info a{
    color: #fff;
    display: inline-block;
    font-size: 20px;
}
#contactinfo .peccular-section-area-textlist {
/*    border-color: #cecacab0;*/
    border-bottom: 2px solid #cecacab0;
/*    margin-right: 15%;*/
}
#contactinfo .socials {text-align: center; }

#contactinfo .socials a i {
    color: #3C4048;
    font-size: 15px;
    margin-right: 11px;
    margin-bottom: 5px;
    line-height: 33px;
    border-radius: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 0.9s;
    position: relative;
}
#contactinfo .socials a i:hover {   
/*    border-radius: 0px;*/
    color: #fff;
    background-color:#F2842E ;
    transition: all 0.9s;

}
#contactinfo .left-image .imgone {
    position: relative;
    height: 431px;
    width: 216px;
}

#contactinfo .left-image .imgone img.aboutimg {
   
    height: 431px;
    width: 216px;
    border-radius: 215px 0px 0px 215px;
}

#contactinfo .left-image .imgtwo {
    position: relative;
    height: 431px;
    width: 216px;
}
#contactinfo .left-image .imgtwo img.aboutimg {
   
    height: 431px;
    width: 216px;
    border-radius: 0px 215px 215px 0px;
    
}
#contactinfo .left-image h2.left-tit{
    position: absolute;
    top: 50%;
    right: 15px;
    text-align: right;
    font-size: 20px;
/*    color: #fff;*/
}
#contactinfo .left-image h2 span {
    font-size: 40px;
    font-weight: 700;
    
}
#contactinfo .left-image h2.right-tit{
    position: absolute;
    top: 50%;
    left: 15px;
    text-align: left;
    font-size: 20px;
/*    color: #fff;*/
}
#contactinfo .left-image h2 {
    color: #fff;
}
#contactinfo .imgoverlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: #000;
    opacity: 0.5;
    overflow: hidden;
}
#contactinfo .leftover{
    border-radius: 215px 0px 0px 215px;
}
#contactinfo .rightover{
    border-radius: 0px 215px 215px 0px;
}
/*----------------------------------------*/
/*  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: 16px;
    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 .blog-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#blog {
    position: relative;
    overflow: hidden;
}
#blog .peccular-section-head {
    margin-bottom: 7em;
      margin-top: 0em;
}

#blog .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;
}
#blog .peccular-section-head .head-border {
    /* border: 2px solid #F2842E; */
    position: absolute;
    height: 73px;
    width: 97px;
    border: 3px solid #F2842E;
    border-right: none;
    border-radius: 16px 0px 0px 16px;
    left: 40%;
    top: -16px;
    display: inline;
}
#blog .peccular-section-head h2 span{
    color: #F2842E;
    font-weight: 600;
    font-size: 43px;
    letter-spacing: 3.8px;
}
#blog .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; */
}

#blog .peccular-blog-post{    
    background:#fff;
    padding: 0em;
/*    margin: 0 17px;*/
    position: relative;
    overflow: hidden;
/*    box-shadow: 0px 0px 32px #00000030;*/
/*    border-radius: 20px;*/
}
#blog .peccular-box-area-S { margin: 0px;}
#blog h4.inner-area-title {
    color: #000000;
    font-size:24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0.6em;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#blog .peccular-blog-post:hover h4.inner-area-title{
        color: #fff;
    /*transform: scale(1.2);*/
    transition: all 1s ease 0s;
}
#blog p{
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0em;
    padding: 0em;
    
    font-style: normal;
}
#blog .peccular-blog-content {
    padding-bottom: 15px;
}
#blog .read-btn i{
    font-size: 18px;
    font-weight: 500;
    color: #460324;
    position: relative;
    top: 1px;
    left: 8px;
}

#blog .read-btn{
    
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    text-align: left;
    margin: 20px 0 0px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 27px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0%;
}
#blog .peccular-blog-post .read-btn:hover,
#blog .peccular-blog-post .read-btn:hover  i{  color: #000; }


#blog .peccular-blog-single {   
   padding:20px ;       
}

#blog .peccular-blog-thumbnail {
    position: relative;
     overflow: hidden; 
}

#blog .peccular-blog-date{
/*    margin-bottom:26px;*/
}
 
#blog .peccular-blog-date span, #blog .peccular-blog-comment span {
    color: #fff;
    font-size: 18px;
/*    padding: 15px 0px 15px 12px;*/
    font-weight: 400;
    text-transform: capitalize;
    opacity: 0.9;
}

#blog .date-comm {
    background: transparent linear-gradient(90deg, #EF842F 0%, #E26300 100%);
    border-radius: 35px;
    padding: 13px 0px;
    position: relative;
    top: -23px;
    left: 16px;
    width: 401px;
    z-index: 1;
}
#blog .date-comm  .mid-bor {
    position: absolute;
    height: 35px;
    /* background: #fff; */
    top: 6px;
    left: 47%;
    border-left: 3px solid #fff;
}

#blog .peccular-blog-date i, #blog .peccular-blog-comment i{
    font-size: 20px;
    font-weight: 500;
    padding-right: 12px;
    color:#fff ;
}


#blog .peccular-blog-thumbnail a img {
    width: 100%;
}
#blog .peccular-blog-thumbnail img {
/*   transform: scale(1);*/
    transition: all 1s ease 0s;
    width: 100%;
    border-radius: 12px 12px 0px 0px;
}
#blog .peccular-blog-post:hover .peccular-blog-thumbnail img {
/*    transform: scale(1.2);*/
}


#blog .hover_color::before {
  position: absolute;
  content: '';
  left:100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #2A2E3D;
  opacity: 0.8;
  transition: all 350ms;
  z-index: 1;
  border-radius: 12px 12px 0px 0px;
  /*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 */
#blog .hover_color:hover::before {
  left: 0;
  z-index: 1;
}

/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/

#newsletter {
   position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 999;
    margin-top: 5em;
    
}
#newsletter .newsletter-sign-box{
    position: relative;
    
}
#newsletter .peccular-section-head {
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% no-repeat padding-box;
    border-radius: 55px;
    padding: 30px;
}
/*#newsletter .newsletter-sign-box {
    padding: 1em 4em 1em;  
    background: #460324;
    border-radius: 90px;
}*/
#newsletter .peccular-section-head h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 8px;
    margin-top: 7px;
    color: #fff;
}

#newsletter .peccular-section-head h2:after {
   display: none;
}
#newsletter .peccular-section-head p{
    color: #D7C1A7;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
     /*font-family: 'Roboto Slab',serif;*/
}
#newsletter .peccular-section-head-icon {
    /* width: 50px; */
    text-align: center;
}
#newsletter .peccular-section-head-icon i {
    font-size: 50px;
    line-height: 50px;
  color: #fff;
}


#newsletter .peccular-newsletter-member-wrap {
       
    padding: 17px;
    background: #2A2E3D;
    border-radius: 55px;
}

#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 #fff;    
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0px;
    border-radius: 45px;
    padding: 0px 42px !important;
    font-size: 25px;
    height: 80px;
    font-weight: 400;
    background: none;
    opacity: 0.7;
}
#newsletter  .peccular-newsletter-member-wrap input::placeholder{
    opacity: 1;
    color: #bfb8b8;
}

#newsletter .peccular-newsletter-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 12px 20px;
}

#newsletter .peccular-newsletter-member-wrap select{
    outline: 0;
    border: none;
    z-index: 2000;
    width: 100%;
    color: #d1cfd0;
    margin: 0 0 6px 0;
    border-radius: 8PX 0 0 8px;
    padding: 16px 20px;
    font-size: 18px;
    height: 65px;
    background: #fff;    
}
#newsletter .peccular-newsletter-member-wrap textarea {
  height: 80px;
  padding: 10px 20px;
  border-radius: 5PX 0 0 5px;
}
#newsletter .peccular-newsletter-member-wrap textarea::placeholder{
    color:#d1cfd0;
}

#newsletter .peccular-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
#newsletter .box-form {
    text-align: left;
}
#newsletter .peccular-newsletter-member-wrap .wpcf7-form {
/*   margin: 18px 0 -9px;*/
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
   background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% no-repeat padding-box;
    border-radius: 55px;
    color: #460324 ;
    font-weight: 500;
    padding: 22px 80px;
    line-height: 1;
/*    border-radius: 45px;    */
    text-decoration: none;
    border: none;
    cursor: pointer;    
    font-size: 36px;
    transition: all 0.5s ease 0s;
    margin: 0px 0;
    z-index: 1;
    position: relative;
   left: -110px;
}
.wpcf7-spinner{ display:inline !important; }

#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover{
/*    box-shadow: 0 0 15px 7px #ef842f;*/
    
}


/*----------------------------------------*/
/*  13. Contact home Area
/*----------------------------------------*/

#contact {
   position: relative;
   overflow: hidden;
/*   background: #56042D;*/
       top:00px;

}
#contact .peccular-contact {
    padding-top: 0em;
    position: relative;
}
#contact .cont-banner {
    position: relative;
    overflow: hidden;
}
#contact img.snake {
    position: relative;
    z-index: 1;
    left: -71px;
    top: 80px;
    animation: simple-move 4s 4s linear infinite alternate;
}
#contact img.circle {
    position: relative;
    top: 80px;
    left: -123px;
    z-index: 1;
}
#contact img.circledot {
    position: relative;
    top: 80px;
    z-index: 1;
    right: -32%;
    width: 50px;
    animation: tada 4s 4s linear infinite alternate;
}
#contact img.triangle {
    position: relative;
    right: -80%;
    top: 96px;
    z-index: 1;
    animation: flip 4s 4s linear infinite alternate;
}
#contact img.tri {
    position: relative;
    top: -70px;
    left: 50px;
    animation: rollIn 4s 4s linear infinite alternate;
}
#contact img.snake2 {
   position: relative;
    top: -90px;
    left: -10px;
    animation: simple-move 4s 4s linear infinite alternate;
}
#contact img.snaketwo {
    position: relative;
    top: -89px;
    right: -33%;
      animation: simple-move 4s 4s linear infinite alternate;
}
#contact img.circledot2 {
    position: relative;
    top: -80px;
    right: -71%;
    animation: rotateIn 4s 4s linear infinite alternate;
}
#contact img.circletwo {
    position: relative;
    top: -86px;
    right: -27%;
}
#contact .cont-banner img {
    position: relative;
    width: 666px;
    height: 570px;
}
#contact .imgoverlay{
    position: absolute;
    display: block;
    width: 666px;
    height: 570px;
    left:0;
    top:0;
    background: #000;
    opacity: 0.5;
    overflow: hidden;
}
#contact .cont-banner .banner-text {
    position: absolute;
    top: 60px;
    padding: 0px 70px;
}
#contact .cont-banner .banner-text h2 {
    font-size: 62px;
    font-weight: 300;
    color: #fff;
}
#contact .cont-banner .banner-text h2 span{
    color: #F2842E;
}
#contact .cont-banner .banner-text p {
    font-size: 37px;
    font-weight: lighter;
    color: #B9B9B9;
    text-align: left !important;
    margin-top: 0.6em;
    margin-bottom: 2em;
}
#contact .cont-banner .banner-text p span{
    color: #F2842E;
}
#contact .cont-banner .banner-text a.contact-shopbtn {
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.9px;
    border: 1px solid #B5B4B3;
    border-radius: 27px;
    padding: 8px 24px;
}
#contact .peccular-section-head {
    margin-bottom: 21px;
      margin-top: 4em;      
}
#contact .contact-form {
    background-color: #2A2E3D;
    padding: 0px 60px;
}
#contact .contact-form h4 {
    font-size: 53px;
    color: #fff;
}
#contact .contact-form h4 span{
    font-size: 53px;
    color: #F2842E;
    font-weight: 500;
}
#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-bottom: 1px solid #c2bdbd !important;    
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 25px 0;
/*    border-radius: 22px;*/
    padding: 0 0 0px 17px;
    font-size: 16px;
    height: 37px;
    font-weight: 400;
    background: none;
    opacity: 0.7;
    border-top: none;
    border-right: none;
    border-left: none;
}
#contact .peccular-contact-member-wrap input[type="date"] i{
    color: #fff !important;
}

#contact .peccular-contact-member-wrap textarea {
    height: 104px;
    padding: 23px 15px 0px 16px;
    border-color: #aaa;
    width: 100%;
}
#contact  .peccular-contact-member-wrap textarea::placeholder{
    color:#fff;
}
#contact  .peccular-contact-member-wrap input::placeholder{
    color: #fff;
}

#contact .peccular-contact-member-wrap label{
    color:#000;
    margin:0;
    width: 100%;
    font-weight: 500;
}

#contact .peccular-contact-member-wrap input[type="submit"]{
    color: #fff;    
    padding: 12px 58px;
    line-height: 1;
    position: relative;   
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% ;
    border: none;
    cursor: pointer;   
    font-size: 28px;
    transition: all 0.5s ease 0s;
    display: inline;
    border-radius: 38px;
    box-shadow: none;
    margin: 0 auto;
    top: 20px;
}
#contact .peccular-contact-member-wrap input[type="submit"]:hover {    
    border: 1px solid #D7C1A7;
    transition: all 0.5s ease 0s;
    transform: scale(1.0);
    color: #D7C1A7;
    background: none;
    letter-spacing: 2px;
}


#contact .peccular-contact-phone:hover .peccular-contact-icon,
#contact .peccular-contact-address:hover .peccular-contact-icon,
#contact .peccular-contact-mailid:hover .peccular-contact-icon{
    -webkit-animation: sp 1.5s linear infinite;
    animation: sp 1.5s linear infinite;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
 #footer,
 .footer-area,
 .footer-area,
 .page .footer-area,
 .single .footer-area {
    position: relative;
    z-index: 0;
   background: #2A2E3D;
    overflow: hidden;
    margin-top: 10em;


}


#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: 20px;font-size: 15px;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: 18px;
    color:#fff;
    opacity: 0.9;
}
.footer-area li.current_page_item a ,.footer-area li a:hover,
.page .footer-area li.current_page_item a, .page .footer-area li a:hover
.single .footer-area li.current_page_item a, .single .footer-area li a:hover {
    color: #FC8602;
}
.footer-area .widget_nav_menu li a:before {
    content: "\f009";
    font-family: 'FontAwesome';
    padding-right: 6px;
    font-size: 15px;
    color: #F2842E;
}

.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;
    line-height: 14px;
    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;
    font-family: 'Hammersmith One',sans-serif;
}
.footer-area .footer-border{ border-bottom: 1px solid #fff; }

.footer-area .widget.widget_recent_entries li a,
.footer-area .widget.widget_recent_entries li a,
.page .footer-area .widget.widget_recent_entries li a ,
.single .footer-area .widget.widget_recent_entries li a {font-size: 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: #4b4d5a;
    /* border-radius: 15px; */
    padding: 21px 0;
    margin: 35px 0 18px;
}

.footer-area .bottom-area .footer-text a{
    font-size: 20px;
    font-weight: 600;
    color: #F2842E !important;
    transition: 0.3s all;
}
.footer-area .bottom-area .footer-text a:hover {
    text-decoration: underline;
        transition: 0.3s all;
}
.footer-area .bottom-area .footer-text ,
.page .footer-area .bottom-area .footer-text ,
.single .footer-area .bottom-area .footer-text {
    color: #fff !important;
    font-size: 20px;
}

.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: 500;
    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 input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,
.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea,
.page .footer-area select,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea,
.single .footer-area select
{    
    height: 49px;
    border: 1px solid;
    font-size: 15px;
    height: 35px;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
}

.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: #ed59af !important;
    border: none !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding:15px 33px; 
    color: #FFF;
    -moz-transition: all 0.3s ease;
    border-radius: 75px;
    box-shadow: none;
    position: relative;
    right: 64px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;  
}

.page .footer-area input[type="submit"]:hover{  color: #000;   background: #bb8fe7; }


.page .footer-area input[type="email"]{   

     background: #fff !important;
    border-radius: 75px;
    height: 49px !important;
    padding: 5px 14px 0 24px !important;
}
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,
.page .footer-area input[type="submit"],
.page .footer-area .widget_calendar tfoot tr td a,
.page .footer-area .s-footer .textwidget p a ,
.single .footer-area input[type="submit"],
.single .footer-area .widget_calendar tfoot tr td a,
.single .footer-area .s-footer .textwidget p a 
{
    border-bottom: 1px solid;
    background: none;
}
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,
.page .footer-area input[type="submit"]:hover,
.page .footer-area .widget_calendar tfoot tr td a:hover,
.page .footer-area .s-footer .textwidget p a:hover,
.single .footer-area input[type="submit"]:hover,
.single .footer-area .widget_calendar tfoot tr td a:hover,
.single .footer-area .s-footer .textwidget p a:hover{
    opacity: 0.6;
   color: #000;   background: #bb8fe7; 
}
.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: #FC8602;
    position: absolute;
    left: 0;
}
.single-footer-4 .widget_text p {
    position: relative;
    left: 0;
    padding-left: 40px;
    margin-bottom: 1.5em ! IMPORTANT;
}
 .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: 5em;
    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: 6em;
    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: 0em;
    margin-left: 0%;
    position: relative;
}
.footer-area .widget_recent_entries ul li,
.footer-area .widget_recent_entries ul li,
.page .footer-area .widget_recent_entries ul li,
.single .footer-area .widget_recent_entries ul li{
    line-height: 40px;
}
.footer-area .footer_area-img img,
.footer-area .footer_area-img img,
.page .footer-area .footer_area-img img,
.single .footer-area .footer_area-img img
 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.footer-area .footer_area-img,
.footer-area .footer_area-img,
.page .footer-area .footer_area-img,
.single .footer-area .footer_area-img   {
    max-width: 80%;
    padding-top: 10px;
}
.footer-area .midix,
 .footer-area .midix,
 .page .footer-area .midix,
  .single .footer-area .midix{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item {
    display: inline-block;
        width: calc(43.33333% - .66667em);
    margin-right: 1em;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img{
    border: 1px solid #faf1ff;
    border-radius: 10px;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before {
    display: none;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure{
    width: 33%;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
}
.footer-share-btn,
.footer-share-btn,
.page .footer-share-btn,
.single .footer-share-btn {
    text-align: right;
    float: right;
}
.footer-share {
    position: absolute;
    right: 7%;
    top: 0;
}
.footer-share-btn ul,
.footer-share-btn ul,
.page .footer-share-btn ul,
.single .footer-share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
.footer-share-btn ul li,
.footer-share-btn ul li,
.page .footer-share-btn ul li,
.single .footer-share-btn ul li{
    float: left;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
.footer-share-btn ul li a.site-button,
.footer-share-btn ul li a.site-button,
.page .footer-share-btn ul li a.site-button,
.single .footer-share-btn ul li a.site-button{
    display: block;
}
.footer-share-btn ul li a.site-button i,
.footer-share-btn ul li a.site-button i,
.page .footer-share-btn ul li a.site-button i,
.single .footer-share-btn ul li a.site-button i{
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #fefdff;
    border: 0px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 5px;
}
.footer-share-btn ul li a.site-button i, .footer-share-btn ul li a.site-button i, .page .footer-share-btn ul li a.site-button i, .single .footer-share-btn ul li a.site-button i {
    background-color: #3d72fc;
}
.footer-share-btn ul li a.site-button:hover i,
.footer-share-btn ul li a.site-button:hover i,
.page .footer-share-btn ul li a.site-button:hover i,
.single .footer-share-btn ul li a.site-button:hover i,
{
    color: #000;
    border: 3px solid #000;
} 

.footer-area .social-profile-icons i.fa {
    color: #fff;
}

.footer-area .social-profile-icons i.fa:hover {
    color: #000;
}


.footer-share-btn ul li:before,
.footer-share-btn ul li:before, .page .footer-share-btn ul li:before,
.single .footer-share-btn ul li:before{
    display: none;
}
.single .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single .socialMedia ul li{
    float: left;
    border-radius: 30px !important;
    border: 1px solid #e3dfdf !important;
}
.single .socialMedia ul li a.site-button {
    background: none;
    padding: 1px 12px;
    font-weight: 400 !important;
    line-height: 30px;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #000 !important;
    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-1 p{
   margin-bottom: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    font-size: 20px !important;
    color: #fff !important;
    opacity: 0.9;
    padding-right: 25px;
    text-align: left;
  }
  
  .single-footer-5 h4.widget-title{
    color: #460324 !important;
    /*text-align: center !important;*/
    margin-bottom: 32px !important;
    padding: 18px 0 0 36px;
  }
.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: 1em;
  }
  .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-bottom: -68px; */
    overflow: hidden;
    position: relative;
    /*bottom: -68px;*/
}

   .footer-area .footer-bgleft {
    /*background-image: url(images/footerbgleft.png);*/ 
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 0;
   }
   .footer-area .footer-bgleft img{
    width: 100%;
   }
   .footer-area .footer-bgright img{
    width: 100%;
   }
   .footer-area .footer-bgright{
    /*background-image: url(images/footerbgright.png);*/    
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: -1;
   }
/*-----------------------
Innerpage Page 
-----------------------------*/
.ht-main-title{
    margin: 0 0 7px;
    letter-spacing: 0px;
    font-weight: 400 !important;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 69px;
    /* left: 5em; */
    /* top: 3em; */
    color: #fff;
    
}
body.archive.date h1.ht-main-title {
    display: none;
}
.breadcrumbbox span.arch {
    display: none;
}
body.archive.date .breadcrumbbox span.arch{
      display: inline-block;
}
body.archive.category .page-main-header2,
body.archive.date .page-main-header2,
body.archive.tag .page-main-header2{
    height: 300px;
}
.pagination {
    text-align: center;
    clear: both;
    display: block !important;
}
.pagination .page-numbers i {
    font-style: normal;
}
.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #4a4a4a;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_recent_entries, 
.widget_categories, 
.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px 15px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
    /*text-transform: uppercase !important;*/
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    background: #fff;
    padding-top: 3em;
}
.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;

}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
   padding: 7px 23px;
    text-align: center;
    position: relative;
    z-index: 1;
    left: 36em;
    /* top: 8em; */
    border: 1px solid #FFFFFF;
    border-radius: 27px;
    display: inline-block;
}   
.breadcrumbbox span {
   color: #F2842E;
    margin: 0 3px;
    font-size: 30px;
    font-weight: 500;
}

.breadcrumbbox span.bread-arrow{
    font-size: 30px;
    line-height: 13px;
    position: relative;
    top: 0px;
    padding: 0px 6px;
    color: #fff;
}
.breadcrumbbox a {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}
.breadcrumbbox a:hover {
    color: #fff;
}
body.error404 .peccular-innerpage-overlay {
    opacity: 1 !important;
}
body.error404 .page-main-header{
      padding: 8em 0 0em;
}
/*--------------------------------------------------------------
## Blog inner page
--------------------------------------------------------------*/

#innerpage-box .inner-blog-post{
    margin: 0em 0em 3em;
}
#innerpage-box .inner-blog-post {
    /*background: #CEB59F;
    padding: 0 0 9px;
    margin: 0 17px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 32px #00000030;
    border-radius: 20px*/;
}

#innerpage-box .blog-category {
    padding: 0;
    color: #838283;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 0px;
}
#innerpage-box .blog-category span i {
    color: #999ba3;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .blog-tags {
    padding: 20px 0 0 0px;
}
#innerpage-box .blog-tags i {
    color: #66727D;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .single_post .blog-tags a {
    color: #66727D;
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 0 12px;
}

#innerpage-box .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-blog-imgbox .hover_color::before {
  position: absolute;
  content: '';
  left:100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #2A2E3D;
  opacity: 0.8;
  transition: all 350ms;
  z-index: 1;
  border-radius: 10px;
  /*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 .peccular-blog-imgbox .hover_color:hover::before {
  left: 0;
  z-index: 1;
}
#innerpage-box .blog-info-area ul.metabox li.blog-comment {
       
    color: #ffff;
    font-size: 16px;
    padding: 5px 32px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Alata, Regular';
    position: relative;
    right: -104px;
}
#innerpage-box .blog-info-area ul.metabox .mid-border {
    position: absolute;
    width: 2px;
    height: 30px;
    background: #fff;
    left: 50%;
}
#innerpage-box .blog-info-area ul.metabox li.blog-date {
   color: #fff;
    font-size: 17px;
    padding: 5px 0px 7px 0px;
    font-weight: 400;
    text-transform: capitalize;
    opacity: 0.9;
}

#innerpage-box .blog-info-area ul.metabox li i{

        font-size: 20px;
    font-weight: 500;
    padding-right: 5px;
    color: #fff;
}

#innerpage-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 15px 0px;
    padding: 10px 20px 0px;
    background: transparent linear-gradient(270deg, #EF842F 0%, #E26300 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
}
#innerpage-box .blog-info-area ul.metabox li{
    float: left;
    margin-right: 0px;    
    margin-bottom: 5px;
}

#innerpage-box .blog-info-area .metabox .metabox2brdr {

    border-bottom: 1px solid #E8E8E8;
    padding: 0 10px;
        margin-bottom: 2em;
}
#innerpage-box .blog-info-area .metabox2brdr ul{
    margin: 0;
    padding: 0;
}
#innerpage-box .blog-info-area .metabox2brdr ul li{
    color: #66727D;
    float: left;
    list-style: none;
    margin-right: 9px;
    padding: 0 16px 0 0;
    border-right: 1px solid #ccc;
}

#innerpage-box .blog-info-area .metabox .metabox2brdr ul li:before{
    display: none;
}
.single #innerpage-box .comment-respond h4{
  
    padding: 0 0;
    
}
.single #innerpage-box .comment-respond h4 span{
    text-align: left !important;
    padding: 0 0;
    /*display: none;*/
}
#content-box .socialMedia {
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
}

#content-box .single_post .socialMedia ul li:before{
    font-size: 13px;
      font-weight: 400;
      margin-right: 9px;
      display: none ;

}
#content-box .socialMedia ul li{
    display: inline-block;
    font-size: 12px;    
    font-weight: 400;
    border-radius: 3px;
    color: #656565 !important;
    background: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    text-shadow: none;
    line-height: 23px;
    padding: 1px 0px 0 0px;
    margin: 0 16px 0 0;
}


#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    max-height: 350px;
    height: 100%;   
    transform: scale(1);   
    transition: .3s ease-in-out;
    border-radius: 10px;
}
#innerpage-box .inner-blog-post:hover .ht-blog-thumbnail img {
 /*  -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/
}

.inner-blogpost-info {
    margin-bottom: 0;
    position: relative;
/*    padding: 20px;       */
}
#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;
    text-decoration: underline;
}

.single #innerpage-box h1, .single #innerpage-box h2, .single #innerpage-box h3, .single #innerpage-box h4, .single #innerpage-box h5, .single #innerpage-box h6 {
    color: #06332e;
}

.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}
.page-template-templates #innerpage-box .widget-area .widget h2{
    margin-bottom: 0 !important;
    padding: 0em 0;
    font-weight: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #06332e;
    text-decoration: underline;
}
div#secondary {
    /*border: 1px solid #ccc;*/
    padding: 0px;
    border-radius: 5px;
    margin: 0px 7px;
}
#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    /* display: flex; */
    padding: 0 1em;
}
/*-------------Gallry inner page-------------*/
/*#innerpage-box .products-austrak {}
  
#innerpage-box .products-austrak a img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
#innerpage-box .products-austrak a img:hover {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}*/



/*-------------category inner page-------------*/

.inner-cat-post{
    margin: 0em 0em 3em;
}
#innerpage-box .inner-cat-post svg{
    position: absolute;
    top: 202px;
    left: 0;
    z-index: 999;

}

/*-------------shop inner page-------------*/

#innerpage-box .popular-product a {
    font-size: 15px;
    text-transform: uppercase;
}

#innerpage-box #recent-porduct .add-to-cart {
    background: none;
    margin: 7px 0;   
    padding: 0;
}

#innerpage-box .popular-product:hover .add-to-cart a:before{
        background-color: #bb8fe7;
}
#innerpage-box .popular-product:hover .total-product-title-wrap h6{
    color: #000;
}
#innerpage-box .popular-product:hover .product-image-thumb img{
          transform: scale(1.5);

}
#innerpage-box .product-image-thumb {  overflow: hidden;}

#innerpage-box .product-image-thumb img{
    width: 100%;
    height: 280px;
    transition: transform .5s ease;
}
#innerpage-box #recent-porduct {  box-shadow: 0px 1px 3px 3px #efefef;}
#innerpage-box #recent-porduct .price {}

/*--------------------------------*/

/*/*-----------------------
## Contact inner Template
-----------------------------*/
 #peccular-contactus-wrap{ 
/*    position: relative;*/
     overflow: hidden;
}
 
 #peccular-contactus-wrap .peccular-contact-page-form {
    padding: 20px 40px;
}
#peccular-contactus-wrap .peccular-contact-page-form h2 {
    font-size: 53px;
    font-weight: 400;
    color: #2A2E3D;
    margin-bottom: 15px;
}
#peccular-contactus-wrap .peccular-contact-page-form h2 span{
    color: #F2842E;
}
 #peccular-contactus-wrap .div-bg img {
    width: 100%;
    position: relative;
    top: 27px;
    padding: 0px;
    height: 615px;
}
 #peccular-contactus-wrap .div-bg {
    background: #ECECEC;
    position: relative;
}
 #peccular-contactus-wrap .div-bg .contacthead {
position: absolute;
    top: 12%;
    text-align: center;
    padding: 0px 32px;
}
 #peccular-contactus-wrap .div-bg .contacthead h2 {
    font-size: 62px;
    font-weight: 300;
    color: #222C45;
}
#peccular-contactus-wrap .div-bg .contacthead h2 span {
    color: #F2842E;
}
#peccular-contactus-wrap .div-bg .contacthead p {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #787878;
    padding: 10px 0px;
    line-height: 35px;
}

#peccular-contactus-wrap .contact-formbox {
    box-shadow: 0px 6px 30px #0000001a;
    background-color: #fff;
    position: relative;
    top: -15em;
    
}
#peccular-contactus-wrap .container.middlebox {
    position: relative;
}

#peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #000;
}
#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,
  input#peccular-contactus-wrap .peccular-contact-page-form input::placeholder,
 input#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder {
    margin-bottom: 14px;
    border: 1px solid #fff !important;
    font-size: 14px;
    /* padding: 15px 20px; */
    border-radius: 6px;
    color: #000;
    font-weight: 400;
    background: #ECECEC;
}

.peccular-contact-page-form textarea {
    height: 90px;
}


.peccular-contact-page-form input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    padding: 8px 52px;
    border-radius: 27px;
    position: relative;
/*    background-color: #d7c2a7;*/
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% ;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
    transition: all 0.5s ease 0s;
     margin:10px 0 0 0; 
    box-shadow: none;
    /* width: 100%; */
    z-index: 1;
       
}
body.page-template.page-template-templates.page-template-contact-template #footer {
    margin-top: 0;
}
#peccular-contactus-wrap .contact-formbox .contact-formimg img {
    width: 100%;
    /* padding: 20px; */
    box-shadow: 0px 0px 20px #00000033;
    height: 370px;
}
#peccular-contactus-wrap .peccular-contact-form-block {
    background-color: #2A2E3D;
   padding: 40px 100px;
    text-align: center;
    border-radius: 14px;
    margin-top: 15px;
    position: absolute;
    top: 65%;
}
#peccular-contactus-wrap .peccular-contact-form-block i{
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #E26300;
}
#peccular-contactus-wrap .peccular-contact-form-block i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#peccular-contactus-wrap .peccular-contact-form-block i:before {
    speak: none;
    font-size: 19px;
    line-height: 40px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

#peccular-contactus-wrap .peccular-contact-form-block i.fa {
    background: #fff;
    border: 5px solid #cdc7c7;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
#peccular-contactus-wrap .peccular-contact-form-block i.fa:after {
    top: 0;
    left: 0;
  
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px #EF842F;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#peccular-contactus-wrap .peccular-contact-form-block i.fa:hover {
    background: #2A2E3D;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
    border: none;
}
#peccular-contactus-wrap .peccular-contact-form-block i.fa:hover i {
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-form-block i.fa:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #EF842F, 0 0 10px 10px #E26300, 0 0 0 10px #EF842F;
    }
    100% {
        box-shadow: 0 0 0 2px #EF842F, 0 0 10px 10px #E26300, 0 0 0 10px #EF842F;
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #EF842F, 0 0 10px 10px #E26300, 0 0 0 10px #EF842F;
    }
    100% {
        box-shadow: 0 0 0 2px #EF842F, 0 0 10px 10px #E26300, 0 0 0 10px #EF842F;
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #EF842F, 0 0 10px 10px #E26300, 0 0 0 10px #EF842F;
    }
    100% {
        box-shadow: 0 0 0 2px #EF842F, 0 0 10px 10px #E26300, 0 0 0 10px #EF842F;
        transform: scale(1.5);
        opacity: 0;
    }
}
#peccular-contactus-wrap .peccular-contact-form-block h2 {
    font-size: 30px;
    font-weight: bold;
    color: #EF842E;
}
#peccular-contactus-wrap .peccular-contact-form-block p {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-form-block a {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}

#peccular-contactus-wrap iframe{
    width: 100%;
}


.peccular-contact-page-form .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#06332e 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

/*.peccular-contact-page-form input[type="file"] {
    font-size: 14px;
    color: #616161;
    font-weight: 500;
}*/

.peccular-contact-page-form input[type="submit"]:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    box-shadow: 0 1.1rem 1rem rgb(0 0 0 / 15%);
    background-color: #55032d;
    color: #d7c2a7;
}

.page-template-contact-template .inner_contentbox {
/*    padding: 5em 0em 0em;*/
}
#peccular-contactus-wrap .contactinner-block{
    margin-bottom: 3em;    
    padding: 30px 40px;
}

#peccular-contactus-wrap .contactinner-area{

    background: #fff;
 /*   padding: 50px 50px 40px; */  
    -webkit-box-shadow: 0px 0px 20px 13px #ededed;
    box-shadow: 0px 0px 20px 13px #ededed;
    border-top-left-radius: 47px;
    border-bottom-right-radius: 47px;
    text-align: center;
}
#peccular-contactus-wrap .contact_info_area{
    background: #bb8fe7;
    padding: 12px 4em 20px;
        font-size: 16px;
    color: #7a7a7a;
    border-bottom-right-radius: 47px;
    height: 100px;
}
#peccular-contactus-wrap .contact_info_area a{
    color: #7a7a7a;
}
#peccular-contactus-wrap .contact_l_area{

    font-size: 24px;
    text-align: center;
    padding: 6px 0 0 0;
}
#peccular-contactus-wrap i {
    font-size: 18px;
    color: #E26300;
    text-align: center;
}
/*#peccular-contactus-wrap i.fa-phone{
    margin-left: 22px;
}
#peccular-contactus-wrap i.fa-envelope{
    margin-left: 35px;
}*/

#peccular-contactus-wrap .cpadding{  padding: 3em 4em 0em !important; }


#peccular-contactus-wrap .ctextarea svg{
    position: relative;
    top: 0;   
    /*width: 363px;*/
    transform: rotateY(178deg);
}
#peccular-contactus-wrap .ctextarea svg path{ fill:  #bb8fe7 !important ; }

#peccular-contactus-wrap .contactinner-block:nth-child(1) .ctextarea svg path{
    fill:  #fff9ec !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(2) .ctextarea svg path{
    fill:  #eaf5e6 !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) .ctextarea svg path{
    fill:  #f4e4e6 !important ;
}

#peccular-contactus-wrap .contactinner-block:nth-child(1) i{
    color:  #f5b42e !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(2) i{
    color:  #7ba478 !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) i{
    color:  #f33942 !important ;
}

#peccular-contactus-wrap .contactinner-block:nth-child(1) .contact_info_area{
     background: #fff9ec !important;
}
#peccular-contactus-wrap .contactinner-block:nth-child(2) .contact_info_area{
     background: #eaf5e6 !important;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) .contact_info_area{
     background: #f4e4e6 !important;
}

/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box{
   
    margin: 5em 0 3em 0em;   
    
}
#innerpage-box .serbrdr{
    position: relative;
    overflow: hidden;

}
#innerpage-box .peccular-service-box .peccular-service-image {     position: relative; text-align: center; }
#innerpage-box .peccular-service-box .peccular-service-image img {
   /*width: 390px;
    height: 415px;*/
    transition: all .4s ease;
    border-radius: 16px;
    width: 100%;
     transition: all .4s ease;
     

}
#innerpage-box .peccular-service-content {     
  position: relative;
    background-color: #fff;
    border-radius: 15px;
    /* width: 350px; */
    top: -4px;
    /* left: 7px; */
    padding: 18px;
}
#innerpage-box .content-bor {
    position: absolute;
    border-radius: 16px;
    width: 351px;
   bottom: 54px;
    left: 25px;
    background: linear-gradient(0.25turn, #F2842E, #00E7BE);
}

#innerpage-box .peccular-service-content h4 {
     padding: 0px !important;
     margin: 0px !important;
}
#innerpage-box .peccular-service-content h4 a{
   font-weight: 400;
    font-size: 27px;
    text-align: left;
    z-index: 1;
    position: relative;
    color: #2A2E3D;
}  
#innerpage-box .peccular-service-box:hover .peccular-service-image img{
    position: relative;
     -webkit-filter: blur(2px);
      filter: blur(2px);
/*    top: -12px;
    height: 460px;
    width: 460px;
    margin: -10px;*/
/*    transform: scale(1.1);*/
    transition: all .4s ease;
}
#innerpage-box .peccular-service-box:hover .content-bor{
/*        transform: scale(1.1);*/

    /*top: -158px;
    left: -14px;*/
    transition: all .4s ease;
}
#innerpage-box .bg-icon i{
    text-align: right;
    font-size: 145px;
    position: absolute;
    /* z-index: 1; */
    color: #000;
    opacity: 0.08;
    margin-left: 55%;
}

#innerpage-box .overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: #000;
    opacity: 0.5;
    visibility: hidden;
    display: none;
}
#innerpage-box .peccular-service-box:hover .simple-overlay-3 {
     height: 0px;
        right: 0;
        left:initial;
        width: 0px;
         transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    }

#innerpage-box .peccular-service-box .simple-overlay-3{
      visibility: visible;
        opacity: 0.5;
        width: 100%;
    height: 100%;
    border-radius: 16px;
         transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    }

#innerpage-box .peccular-service-box p {
    font-size: 19px !important;
    font-weight: normal;
    color: #AAAAAA !important;
    text-align: left;
    margin: 10px 0px;
    line-height: 25px !important;
}
.padding-0{padding: 0;}

#innerpage-box .peccular-service-content .service-btn{
   color: #2A2E3D;
    border-radius: 28px;
    padding: 6px 20px;
    border: 1px solid #E97F2C;
    /* margin-top: 2px; */
    /* top: 25px; */
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    
}

#innerpage-box .peccular-service-content .service-btn:after{
    /*content: "";
    position: absolute;
    top: 3px;
    left: 27px;
    opacity: 0;
    transition: 1s all ease;
    background: #55032d;
    color: #fff;
    border-radius: 54px;
    padding: 19px 55px;
    z-index: -1;*/
   
}
#innerpage-box .peccular-service-content .service-btn:hover:after {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity:0.3;
    transition: .8s all ease;
}
/*---------------------- End Services page ------------------------*/

/*-----------------------
## FAQS inner page
-----------------------------*/
#innerpage-box .faq_Contact_block  h3{
    font-size: 21px !important;   
    font-weight: 400 !important;
    color: #848484;   
    text-align: center;

}

#innerpage-box .faq_Contact_block .contact-form {
/*    position: relative;*/
    padding-top: 5px !important;
   padding: 0em 5em;
   box-shadow: 0px 6px 20px #00000029;
   background: #fff;
}

#innerpage-box .contact-form input[type="text"], #innerpage-box .contact-form input[type="email"], 
#innerpage-box .contact-form input[type="url"],  #innerpage-box .contact-form input[type="password"], 
#innerpage-box .contact-form input[type="search"], #innerpage-box .contact-form input[type="number"], 
#innerpage-box .contact-form input[type="tel"], #innerpage-box .contact-form input[type="range"], 
#innerpage-box .contact-form input[type="date"], #innerpage-box .contact-form input[type="month"], 
#innerpage-box .contact-form input[type="week"], #innerpage-box .contact-form input[type="time"], 
#innerpage-box .contact-form input[type="datetime"], #innerpage-box .contact-form input[type="datetime-local"], 
#innerpage-box .contact-form input[type="color"]  {
    border-radius: 50px !important;
    border: 1px solid #707070 !important;
    font-size: 14px;
    padding: 9px 15px;
    color: #ABABAB !important;
    margin-bottom: 30px;
}  
#innerpage-box .contact-form input[type="submit"]{
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 31px;
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% no-repeat padding-box;
    box-shadow: none;
    padding: 11px 49px;
    margin-bottom: 33px;
}
#innerpage-box .faq_Contact_block {
/*    padding: 0em 40px;*/
position: relative;
}
#innerpage-box .faq-content.accordion {
    margin-bottom: 20px;
}
#innerpage-box .contact-form p{
    font-size: 13px !important;
    color: #ABABAB !important;
}
#innerpage-box .contact-form p span{
    color: #EF832E;
}

#innerpage-box .contact-icon p.icon-head {
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
}
#innerpage-box .contact-icon .ror {
    position: absolute;
    background: #fff;
    color: #EE832E;
    border-radius: 50px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    width: 38px;
    height: 38px;
    top: 25em;
    left: 16em;
}
#innerpage-box .contact-icon {
    background: transparent linear-gradient(180deg, #EF842F 0%, #E26300 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    padding: 30px;
}
#innerpage-box .contact-icon .socials {text-align: center; }

#innerpage-box .contact-icon .socials a i {
    color: #EF842F;
    font-size: 24px;
    margin: 0px 20px;
    /* margin-bottom: 5px; */
    line-height: 33px;
    border-radius: 50%;
    background: #fff;
    width: 34px;
    height: 32px;
    text-align: center;
    transition: all 0.9s;
    position: relative;
}
#innerpage-box .contact-icon .socials a i:hover {   
/*    border-radius: 0px;*/
    color: #fff;
    background-color:#2A2E3D ;
    border-radius: 10px;
    transition: all 0.9s;

}
#innerpage-box .faq_Contact_block .smalltri {
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #E46A0A;
    width: 37px;
    height: 20px;
    right: 67px;
    top: -20px;
}
#innerpage-box .circleone {
    position: absolute;
    width: 56px;
    height: 56px;
    border: 3px solid #E26401;
    border-radius: 50px;
    left: -24px;
    top: 44px;
    z-index: -1;
    /* border-right: 0; */
}
#innerpage-box .circlethree {
    position: absolute;
    width: 56px;
    height: 56px;
    border: 10px solid #E26401;
    border-radius: 50%;
    bottom: 125px;
    left: -17px;
    z-index: -1;
}
#innerpage-box .circletwo {
    position: absolute;
    width: 117px;
    height: 117px;
    border: 5px solid #E26401;
    border-radius: 50%;
    
    left: 52em;
    top: 31%;
    /* z-index: -1; */
}
#innerpage-box #content-box .faqbox{
    background: #c7ac9a ;
    border-radius: 15px;
    padding: 25px;

}
#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 {
/*    background-color: #ddd;*/
    opacity: 1;
       transition: all .9s ease;
}
#innerpage-box #content-box .faq-content button.accordion:before {
    content: '\f067';
    font-family: 'Fontawesome';
    font-size: 24px;
    padding: 21px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;    
    line-height: 20px;
    text-align: center;   
    color: #fff;
    background-color: #222A35;
    transition: all .9s ease;
}
/*#innerpage-box #content-box h3.faq-title:hover:before{
     content: "\f063";
    font-family: 'Fontawesome';
     color: #fff;
      transition: all .4s ease;
}*/

#innerpage-box #content-box .faq-content button.accordion.active:before {
    content: "\f068";
    font-family: 'Fontawesome';
     color: #fff;
     transition: all .9s ease;
}
#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: 30px !important;
    font-weight: 400 !important;
    border-radius: 43px;
    background-color: #222A35;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 16px 23px;
    line-height: 28px;
     text-align: left;
     color: #fff;  
     margin-left: 75px !important; 
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;   
    position: relative;
    cursor: pointer;
    transition: all 0.9s;
    
}
#innerpage-box #content-box button.accordion.active h3.faq-title{
    color: #53042C;
       transition: all .9s ease;
     border-radius: 20px 20px 0px 0px;
}
#innerpage-box #content-box h3.faq-title:after {
    display: none;
}
#innerpage-box #content-box .faq-content p {
   font-size: 18px;
    margin: 0 0px 0 75px !important;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 400;
    color: #fff; 
    background: #222A35;
    padding: 0px 49px 20px;
    border-radius: 0px 0px 20px 20px;
/*    ine-height: 20px;*/
}

#innerpage-box #content-box .faq-content p i{
    color: #53042C;
    font-size: 12px;
    position: relative;
    left: -3px;   
    padding: 0 5px 0 0
}

#innerpage-box #content-box .bor-para {
   position: absolute;
    top: 20%;
    /* left: 0; */
    margin-left: 7em;
    height: 60px;
    width: 4px;
    background-color: #F2842E;
}

#innerpage-box #content-box .faq-description {
    position: relative;
}
/*-----------------------
## End FAQS page
-----------------------------*/
/*-----------------------
## Testimonials inner page
-----------------------------*/

#innerpage-box .peccular-testimonial-block{
    padding-bottom: 17px;
}
#innerpage-box .peccular-section-head {
    margin-bottom: 3em;
    margin-top: 2em;
}

#innerpage-box .peccular-section-head h2{
    color: #4E2926;
    margin-bottom: 5px;
    padding: 0 0;    
    font-weight: 400;
    font-size: 60px;
}

#innerpage-box .peccular-testimonials-single{  
    /*padding:9px ;
    margin: 70px 33px 46px;
    border-radius: 92px;*/
/*    border: 3px solid #56042D;*/
}

#innerpage-box .peccular-testimonials-content{
    margin-bottom: 50px;
 border-radius: 32px;
    box-shadow: 0px 3px 20px #00000029;
    background: #fff;
    padding: 28px 46px;
    padding-bottom: 15px;
    transition: all 0.4s ease 0s;
}

#innerpage-box .peccular-testimonials-image{
        padding: 0 0 0 0px;
    /* border: 11px solid #56042D; */
    border-radius: 50%;
    width: 98px;
    height: 98px;
    
    transition: all 0.3s ease 0s;

}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-content{
    background-color: #2A2E3D;
    transition: all 0.4s ease 0s;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image{
    border-color: #fff;    
    transition: all 0.3s ease 0s;
}
#innerpage-box .peccular-testimonials-image img {
    border-radius: 50%;
    width: 100%;    
    
    transition: all 0.3s ease 0s;
    height: 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;
}
.peccular-testimonials-single .text-start {
    text-align: left !important;
    padding-right: 9em;
}
#innerpage-box h4.peccular-testimonials-name {
    font-weight: 400 !important;
    color: #2A2E3D;
    margin: 12px 0 2px !important;
    transition: all 0.5s ease 0s;
    font-size: 26px !important;
    text-align: left !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #FF7000;
}

#innerpage-box .peccular-testimonials-single:hover h4.peccular-testimonials-name {
    color: #fff;
    transition: all 0.5s ease 0s;
    
}
#innerpage-box h6.peccular-testimonials-designation {
        font-size: 20px !important;
    font-weight: 400 !important;
    word-break: break-word;
    margin: 0px !important;  
    text-align: left !important;
    text-transform: capitalize !important;
    color: #FF7000;    
    padding-left: 0px !important;
    padding-bottom: 20px !important;
    font-family: 'Roboto Slab',serif;
    border-bottom: none;
        display: block;
}

#innerpage-box .peccular-testimonials-content p{
    color: #B9B9B9 !important;
    font-size: 18px !important;
    font-weight: 400;
    word-break: break-word;
    line-height: 24px !important;
    text-align: left;
    margin: 0;
    padding-top: 20px;
    padding-right: 22px;
    opacity: 1;
}

#innerpage-box .peccular-testimonials-content .peccular-testimonials-contentbox{
   
    position: relative;
/*    border-left: 1px solid #D7C1A7;*/
    margin: 18px 2px 1px;
    padding: 0 0 0px;
}
#innerpage-box .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-left {
   font-size: 40px;
    color: #FF7000;
    transition: all 0.5s ease;
    /* margin: auto; */
    position: absolute;
   left: 3px;
    top: -20px;
}
#innerpage-box .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right {
    
     bottom: -8px;
    right: 92px;
    font-size: 20px;
    color: #D7C1A7;
    position: absolute;   
    margin-right: 0;
    transition: all 0.5s ease;
    opacity: 0.3; 
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-contentbox i.fa-quote-left{
     transition: all 0.5s ease 0s;
    transform: rotateY(157deg);
    color: #fff;
    opacity: 1;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-contentbox i.fa-quote-right{
     transition: all 0.5s ease 0s;
    transform: rotateY(157deg);
    color: #fff;
    opacity: 1;

}



/*-----------------------
## 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;
}

/*// --------------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:675px !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;}
/*    .maintop-header a.h-email { margin-right: 14px;}*/
    .site-header .socials { padding: 5px 0 4px 0 !important;}
    
/*    #slider .swiper-button-prev, #slider .swiper-button-next{    margin-top: 104px;}*/
    #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;}
    
}


@media screen and (min-width:768px) and (max-width: 1024px){
    .slider-inner-mainbox{
        left: 22%;
        top: 28%;
    }
    .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 .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 .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; }
    .breadcrumbbox{ left: 20em;}
    #innerpage-box .content-bor{ width:260px; }
    
}
@media screen and (min-width:767px) and (max-width: 1024px){
    #blog .date-comm{ position: relative;  top: -29px;  left: 16px;  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:13px; }
}

@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; }
    .page-main-header2{  right: 30px !important; overflow: hidden;}
    header.site-header{ overflow: hidden; }
    header .headerhalfcircleimg{left: 0 !important;}
    
}

@media screen and (min-width:992px) and (max-width: 1199px){
    .navigation .mainmenu li{    margin-right: 34px !important;}
    
   
}
@media screen and (min-width:320px) and (max-width: 992px){
.hamburger-menus {  top: -29px;  right: -132px;   }
}

@media only screen and (max-width: 768px){  

    .slider-inner-mainbox img.circledot{ display: none;  }
    .slider-inner-mainbox img.snake{ display: none;  }
    .slider-inner-mainbox img.circle{ display: none; }
    .slider-inner-mainbox img.triangle{  right: 0;  }
    .slider-inner-mainbox img.snake2{  left:5px;  }
    .slider-inner-mainbox img.tri{ left:0 }
   
    .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;}
    #howdowe .howdowe-body {   width: 766px;left: -22px; position: relative;}
    #howdowe .howdowe-content { margin: 0 94px;}

     #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;  }
  
}
@media only screen and (max-width: 767px){
    #services .peccular-service-box .peccular-service-image .semi-circle { right: -30px;}
    #services .peccular-service-box .peccular-service-image .semi-circle-btm { left: -31px;}
    #newsletter .newsletter-sign-box { text-align: center;}
    #innerpage-box .peccular-service-box .peccular-service-image .semi-circle{ right: -22px;}
    #innerpage-box .peccular-service-box .peccular-service-image .semi-circle-btm{left: -22px;}

}
@media only screen and (max-width: 425px){

#services .peccular-service-box .peccular-service-image .semi-circle { right: -16px;}
 #innerpage-box .peccular-service-box .peccular-service-image .semi-circle{ right: 0px;}
    #innerpage-box .peccular-service-box .peccular-service-image .semi-circle-btm{left: 0px;}
    #slider .swiper-button-prev, #slider .swiper-button-next { margin-top: 0px;}
    .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{  box-shadow: none;     border-radius: 0px;   padding: 0px;  width: 0px;     height: 0px;}*/
    #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; }

}


@media only screen and (max-width: 375px){
#services .peccular-service-box .peccular-service-image .semi-circle{ right: -42px;}
#services .peccular-service-box .peccular-service-image .semi-circle-btm { left: -40px;}
 #innerpage-box .peccular-service-box .peccular-service-image .semi-circle{ right: 25px;}
#innerpage-box .peccular-service-box .peccular-service-image .semi-circle-btm{left: 25px;}
#contact .cont-banner img {
    position: relative;
    width: 400px;
    height: 400px;
}
#contact .cont-banner .banner-text{ padding:0px 18px; }
}

@media screen and (min-width:425px) and (max-width: 768px){
    .slider-inner-mainbox{
        top: 4%;
    }
    .hero-slider {  height: 360px !important;}
    #features{ top: 0; }
    
   /* #features .mem-inn{ margin:10px; }*/
    #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%; }
#services .peccular-service-box .simple-overlay-3{ width:328px }

#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-section-head h2{ font-size:25px; }
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{ font-size: 20px;
    padding: 10px 20px; }
#newsletter .peccular-newsletter-member-wrap { padding-bottom: 0px;}
 #newsletter .peccular-newsletter-member-wrap input[type="email"]{ height:40px; }
.breadcrumbbox { left: 10em;} 

}

@media screen and (min-width:320px) and (max-width: 768px){

     header.site-header{position: relative !important;  padding: 0; overflow: hidden; background-color: #2B2F3D !important;}
     .mainbottom-header .header-shopbtn{    right: 0px;}
     .slide-inner .slider-inner-mainbox {  padding: 13px 29px 10px 0px;}
     .hero-slider .slide-inner{    top: 107px;}
     #popularproduct-section .owl-carousel .owl-nav.disabled {  display: block;}
      #gallery .peccular-section-head h2:after,
    #gallery .peccular-section-head h2:before{ display: none; }
    #gallery .peccular-section-head h2{width: 100%;}
      .page-main-header2{  height: 393px !important; top: 0 !important; }
/*      .ht-main-title,.breadcrumbbox a, .breadcrumbbox span{color: #fff !important;}*/
}

@media screen and (min-width:320px) and (max-width: 425px){

    .page-main-header2 { right: 4px !important;}

    .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: -6px !important;  right: 0px !important;}
/*    .hero-slider .slide-inner .sliderimg{ position: absolute !important; left: 0; }*/
    .hero-slider .slide-inner {  top: 40px !important;}
    .slide-inner .slider-inner-mainbox { top: 25px !important;left: 22%;
    }
    #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 .peccular-aboutus-imgbox{ width: 370px; height: 370px; left: 0;}*/
    #aboutus .space-abtblock {  padding: 1em 2em 0 2em;}

    #howdowe .howdowe-body{height: auto; margin: 0 ;     width: 100%;}
    #howdowe .howdowe-content {  padding: 0; margin: 0;}
    #howdowe .howdoweshape{mask-image: none; -webkit-mask-image: none !important}
    #howdowe .howdowe-bg {  opacity: 0.3 !important;}
    #howdowe .peccular-howdowe-area { padding: 0 53px;}
    #howdowe .peccular-howdowe-content{    margin-top: 34px;}
    #howdowe .peccular-howdowe-area h4.peccular-howdowe-title{ position: relative; }
    #counter .peccular-counter-b{ margin: 0 auto; }

    #testimonials .peccular-testimonials-image{position: relative !important;
    top: 0 !important;  left: 0 !important;     margin: 0 auto;}
    #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;}

    #innerpage-box .peccular-testimonials-image{ top: 0; 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; }

    .logo-header .custom-logo-link img {  width: 70% !important;}
.maintop-header ul li .total-count{    top: 22px;}
svg{    top: 133px;}

#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){
    .slide-inner .slider-inner-mainbox {
    left: 27px !important;
    top: 0 !important;
}
.site-header .socials.mob-socials .soc{
            left: 150px !important;
}
    #services .peccular-service-contenttext p{padding: 0 0;}

      #innerpage-box .peccular-testimonials-content {
        padding-left: 20px;
        padding-right: 20px;
    }



    #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; }

    #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="submit"]{ padding: 5px 19px; font-size: 25px;}
     #newsletter .peccular-newsletter-member-wrap input[type="email"]{ height:40px; }
     #newsletter .peccular-newsletter-member-wrap input[type="submit"]{ left:118px; }
     #newsletter .peccular-section-head h2{ font-size:30px; }
}

@media screen and (min-width:320px) and (max-width: 690px){  
    
    .hero-style .slide-title h2{font-size: 31px; color: #ffffff !important; margin-bottom: 7px; line-height: 26px;}
    .hero-style .slide-title h2 span { font-size: 24px; top: 8px; left: 0; color: #fff !important;}
    .hero-style .slide-text p{font-size: 14px !important; line-height: 24px; color: #fff !important;
        padding: 10px 0 0 0; opacity: 1;}
}
@media only screen and (max-width: 320px){
    .hero-slider { height: 590px !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 27px 39px 0;}
}
@media screen and (min-width:992px) and (max-width: 1199px){

    .footer-area .social-profile-icons ul li{  margin: 0 17px 60px 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){
    #services .peccular-section-head .head-border{ left:8%; }
    #facility .peccular-facility-area{ margin-right:3em; }
    #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{ width: 369px; }
    #newsletter .peccular-section-head{ padding:1px; }
    #newsletter .peccular-newsletter-member-wrap input[type="submit"]{ left:150px; }
    .breadcrumbbox {  left: 4em; }
   
}


@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;}
}
@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;}
        .site-header .socials.mob-socials .soc {
        left: 100px !important;
    }
}


@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){ 
    #peccular-contactus-wrap .div-bg .contacthead h2{
            font-size: 50px;
    }
    #peccular-contactus-wrap .peccular-contact-form-block h2{
            font-size: 20px;
    }
    #peccular-contactus-wrap .peccular-contact-form-block p{
        font-size: 20px;
    }
    #services .owl-carousel .owl-nav button.owl-next:before,
    #services .owl-carousel .owl-nav button.owl-prev:before{
        display: none;
    }
    #innerpage-box .blog-info-area ul.metabox{
            padding: 10px 10px 0px;
    }
    #innerpage-box .blog-info-area ul.metabox li.blog-date{
            font-size: 12px;
    }
    #innerpage-box .blog-info-area ul.metabox li.blog-comment{
            padding: 5px 32px;
                font-size: 12px;
                right: -50px;
    }
}
@media only screen and (max-width: 992px){ 
    #peccular-contactus-wrap .contact-formbox {
    margin-left: 0;
}
#peccular-contactus-wrap .contact-formbox .contact-formimg img{
        height: auto;
}
    #innerpage-box #products-austrak a, #products-sherings a {
    width: 29% !important;
    /* height: 287px !important; */
}
    #features .mem-inn:nth-child(2) {
    height: auto ! IMPORTANT;
    margin: 0;
}
#contactinfo {
    padding-top: 2em !important;
}
#counter {
    padding-top: 2em !important;
}
#team {
    padding-top: 1em !important;
}
#testimonials .peccular-testimonial-block {
        padding-bottom: 17px;
        padding-top: 0 !IMPORTANT;
        margin-top: 0 !important;
        padding-bottom: 0 !IMPORTANT;
        margin-bottom: 2em ! IMPORTANT;
}
#gallery {
    padding-bottom: 1em !important;
}

#footer, .footer-area, .footer-area, .page .footer-area, .single .footer-area {
    position: relative;
    z-index: 0;
    background: #2A2E3D;
    overflow: hidden;
    margin-top: 4em;
}
    div#newsletter {
        padding: 0em 0 2em 0 !important;
            margin-top: 2em !important;
    }
    #features .mem-inn {
        height: auto ! IMPORTANT;
        padding-bottom: 7em;
        margin-bottom: 3em;
    }
    #aboutus img.twosqu, #aboutus .aboutus-body img.rightsnake, #aboutus .aboutus-body img.leftsnake, #aboutus img.twosqu2, #aboutus .solar-iconbox {
    display: none;
}
#aboutus .space-abtblock {
    padding: 3em 0em 0 0em;
}
#aboutus .aboutus-body img.aboutimg {
    width: 100%;
    height: auto;
}
#services {
    padding-bottom: 0em !important;
}
    #facility .right-side .iconbox.row {
        top: 3%;
        width: 95%;
        right: 4%;
    }
        #facility .right-side {
        width: 100%;
                margin-top: 3em;
        /* height: auto; */
    }
    #facility .right-side .colorbox2, .colorbox3,
    #facility .right-side .colorbox1, .colorbox4{
        display: none;
    }
    .site-header .socials a i.fa, .site-header .socials i.fa-brands.fa-x-twitter{
            margin-right: 0;
    }
     .site-header .socials { padding: 30px 0 4px 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: 35px;
    }
    .hero-style .slide-title h2 span{
        font-size: 40px;
    }
    .hero-style .slide-text p{
        font-size: 30px;
    }
    .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;
        text-align: left;
        margin-left: 15px;
        padding-top: 15px;
    }
}

@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;
    }
    
    
}

header.site-header .maintop-header.phone-box {
    display: none;
}
@media only screen and (max-width: 640px){ 
   .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: 1em;
   }
   .footer-area .current_page_item > a{
 padding-left: 0em !important;
   }
    .logo-header, 
    .page-template-home-template .logo-header, 
    .page .logo-header, 
    .single .logo-header {
        margin: 0 auto;
        text-align: center;
    }
#peccular-contactus-wrap .div-bg .contacthead h2{
        font-size: 35px;
}
#peccular-contactus-wrap .div-bg .contacthead p{
    font-size: 18px;
    line-height: 30px;
}
#peccular-contactus-wrap .peccular-contact-page-form {
    padding: 20px 10px;
}
#peccular-contactus-wrap .peccular-contact-form-block{
        padding: 40px 10px;
}
.contactadd,
.contactemail {
    margin-bottom: 2em;
}
#peccular-contactus-wrap .div-bg .contacthead{
        top: 10%;
}
main#innerpage-box .ht-blog-thumbnail img,
.inner-blogpost-info{
        height: auto ! IMPORTANT;
}
    #innerpage-box .blog-info-area ul.metabox li.blog-comment {
        right: -140px;
    }

#innerpage-box .peccular-service-box {
    margin: 2em 0 1em 0em;
}
#innerpage-box .peccular-team-single img.team_img {
    height: auto !important;
}
#contact img {
    display: none;
}
#team .peccular-team-box {
    margin-bottom: 5em;
}
#testimonials {
    padding-top: 2em !important;
}
#testimonials .peccular-testimonials-content p{
        width: 450px;
}
.peccular-section-head h2,
.peccular-section-head h2 span{
        font-size: 30px !important;
}
#slider {
    height: 195px;
}
.col-sm-7.row.sec-btn {
    padding-top: 2em;
}
#services {
    padding-top: 3em !important;
}
#services .peccular-section-head {
    margin-bottom: 0em;
}
#facility {
    padding-top: 1em !important;
}
#counter {
    padding-bottom: 0em !important;
}
#team .peccular-section-head {
    margin-bottom: 2.5em;
}
#contact .cont-banner .banner-text {
    padding: 0px 20px;
}
#testimonials .owl-carousel .owl-stage-outer{
        padding: 0;
}
    #testimonials h4.peccular-testimonials-name, #testimonials h6.peccular-testimonials-designation {
        text-align: left;
        padding-left: 0;
    }
    #testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-left,
    #testimonials .peccular-testimonials-content .middle-bor{
            top: 0;
    }
        #facility .right-side {
        width: 95%;
    }
    #team .peccular-team-single img{
            height: auto;
    }
    #team .peccular-team-single {
    padding: 0px 00px;
    margin-bottom: 4em;
}
    #products-austrak a img, #products-sherings a img, #products-austmark a img {
        width: 100%;
        height: auto ! IMPORTANT;
    }
        #blog .peccular-section-head .head-border {
        left: 20%;
    }
    #blog .peccular-section-head {
    margin-bottom: 3em;
    margin-top: 0em;
}
#blog .peccular-blog-thumbnail img{
        height: auto ! IMPORTANT;
}
.peccular-blog-comment, #blog .peccular-blog-date {
    width: 50%;
}
#features .features-inn {
    padding-top: 2em;
}
#features .mem-inn:nth-child(2){
        top: 0;
}
#features .features-content{
    top: 0 !important;
        position: relative !important;
}
    #aboutus .space-abtblock {
        padding: 3em 1em 0 1em;
    }
header.site-header .maintop-header.phone-box {
    text-align: left;
    display: block;
}
/*.headphone, .heademail {
    width: 50%;
}*/
.headphone, .heademail {
    display: none;
}
.maintop-header.phone-box .headphone,
.maintop-header.phone-box .heademail{
display: block;
}
.maintop-header.phone-box a.h-phone,
.maintop-header.phone-box a.h-email{
    display: none;
}
.maintop-header.phone-box a.h-email{
    position: absolute;
    left: 45px;
    top: 18px;
}
.maintop-header a.h-phone {
    position: absolute;
    top: 18px;
}
.maintop-header i.fa-phone {
    position: absolute;
        top: -20px;
    text-align: center;
    left: 30px;
}
.maintop-header i.fa-envelope-o {
    position: absolute;
        top: -20px;
    left: 3em;
}
.site-header .socials{
    display: none;
}
.site-header .socials.mob-socials{
    display: block;
}
.maintop-header a{
        font-size: 14px;
}
    .site-header .socials.mob-socials .soc {
        display: none;
        position: absolute;
        left: 195px;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 10px;
    }
    .mainbottom-header .head-inner-conbtn{
           margin-top: 80px;
    }
        .hamburger-menus {
        top: -15px !important;
        right: 0px !important;
    }
    .site-header .socials.mob-socials {
        position: absolute;
    }
    .site-header .socials.mob-socials i.fa.fa-share-alt {
        position: absolute;
        color: #f2842e;
        font-size: 28px;
        top: -15px;
        /* left: -50px; */
        right: 65px;
        /* margin: 0 auto; */
        /* text-align: right; */
        /* width: 10px; */
        /* float: right; */
    }
    .site-header .socials {
        padding: 00 4px 0 !important;
    }
.top-bar-head{
        padding-top: 7em;
}
.logo-header {
    padding-right: 0px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
    .hamburger-menus {
        top: -45px;
        right: -90px;
    }
#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    right: -20px;
}
#innerpage-box .peccular-testimonials-single {
    margin-top: 1em;
    margin-bottom: 1em;
}
#innerpage-box .peccular-testimonials-identity {
    top: -65px;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image:after {
    bottom: 85px;
}
#innerpage-box .peccular-testimonials-content i {
    font-size: 50px;
}
.share-btn, .share-btn, .page .share-btn, .single .share-btn {
    text-align: center;
    padding: 10px 0 0;
}
.h-contact, .page .h-contact, .h-contact, .single .h-contact {
    text-align: center;
    padding: 10px 0;
}
.h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
    padding-right: 0!important;
}

.logo-header, .logo-header, .page .logo-header, .single .logo-header {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

/*.hero-style .slide-title h2 {
    font-size: 24px;
}*/
.hero-style .slide-text p {
    font-size: 16px;
}


/*.hero-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){
                #innerpage-box .blog-info-area ul.metabox li.blog-comment {
        right: -110px;
    }
            #testimonials .peccular-testimonials-content p {
        width: 390px;
        padding-left: 2em;
    }
        .peccular-section-head h2, .peccular-section-head h2 span {
        font-size: 25px !important;
    }
    .slider-inner-box {  width: 315px;    }
    .hero-style .slide-title h2 {
        font-size: 27px;
    }
    .hero-style .slide-title h2 span{
        font-size: 27px;
    }
    .hero-style .slide-btns-1 {
    padding: 4px 18px;   
}
#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; }
#blog .date-comm .mid-bor{ display:none; }
}

@media only screen and (max-width: 320px){
                        .logo-header .custom-logo-link img {
        width: 100% ! IMPORTANT;
    }
                    #innerpage-box .blog-info-area ul.metabox li.blog-comment {
        right: -55px;
    }
                .peccular-section-head h2, .peccular-section-head h2 span {
        font-size: 22px !important;
    }
    #contactinfo .contactinfo-body{
                margin-top: 3em;
    }
            #blog .peccular-blog-date span, #blog .peccular-blog-comment span{
                    font-size: 13px;
            }
                #blog .date-comm {
        width: 260px;
    }
    #blog .peccular-blog-date span, #blog .peccular-blog-comment span{
            font-size: 11px;
    }
            #gallery .peccular-section-head .head-border{
                    left: 15%;
            }
            #facility .right-side .iconbox.row {
padding: 0;
        height: max-content;
        padding-bottom: 2em ! IMPORTANT;
    }
    #facility {
    padding-bottom: 0em !important;
}
    #contactinfo {
        padding-top: 0em !important;
    }
    #contactinfo .contactinfo-body{
            padding: 30px 40px;
    }
        #testimonials .peccular-testimonials-content p {
        width: 320px;
        padding-left: 2em;
    }
    .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: 0%;
    right: 0px;
}
#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; }

#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; }
}