/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #000;}
header.site-header .maintop-header{
    background: transparent;
    padding: 2px 0;   
}
.site-header {
    position: relative;
    z-index: 99999;
    position: absolute;
    width: 100%;
  
}
.mainbottom-header .header-nav-area{
    margin: 0 auto;
    text-align: center;
}
.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    background: transparent;   
    z-index: 999;  
    position: relative;
    top: -16px;
} 
.header-fixed {
    position: fixed !important;
    top: -70px;
    left: 0;
    width: 100%;
    background: #A08E5E;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease
}
header.header-above{
    background: #A08E5E !important;
}
.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}

.maintop-header .header-address {
    font-size: 12px;
    font-weight: 500;    
    color: #fff;   
}
.maintop-header .header-address i{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
}
.maintop-header .header-phone a{
    font-size: 12px;
    font-weight: 500;
    color: #fff;    
}
.maintop-header .header-phone a:hover{
      color: #E38708;
}
.maintop-header .header-phone i{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
}
.maintop-header .socials {
    text-align: center; 
    padding: 0 0; 
    margin-top: 30px;   
}
.maintop-header .socials a { padding: 0 10px; }
.maintop-header .socials a i.fa {
    color: #fff;
    font-size: 16px;   
    line-height: 33px;   
    text-align: center;    
    transition: all 0.9s;
}
.maintop-header .socials a i.fa:hover {
    color: #E38708;    
    transform: scale(1.2);
    transition: all 0.9s;
}
.maintop-header .header-logintext a{
     font-size: 12px;
    font-weight: 500;
    color: #fff;       
}
.maintop-header .header-logintext a:hover{ color: #E38708; }
.maintop-header .header-register a{
     font-size: 12px;
    font-weight: 500;
    color: #fff;        
}
.maintop-header .header-register a:hover{color: #E38708;  }

.maintop-header .header-register,
.maintop-header .header-logintext,
.maintop-header .header-phone,
.maintop-header .header-address{
        margin-top: 37px;
        text-align: center;
}

/*--------------------  General Header container---------------------------*/
.container.hr-btm {
    padding-right: 0;
    margin-right: 0;
}
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.page-template-home-template .ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    text-align: left;
    padding: 0px 0px 0px 0;
    float: right;
    position: relative;
    left: -21px;
}
.ht-site-description a,
.page-template-home-template .ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #fff;
}
.logo-header,
.page-template-home-template .logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 auto;
    text-align: center;    
    
}
.header-transparent .sticky-header .logo-header{
    top: 35px !important;
}
.ht-site-title,.site-title,
.page-template-home-template .ht-site-title, .page-template-home-template .site-title,
.page .ht-site-title, .page .site-title,
.single .ht-site-title, .single .site-title
 {
    font-weight: 600;
    font-size: 25px;
    line-height:65px;
    padding: 0;
    color: ;
}
.ht-site-title a,.site-title a{
    word-break: break-all;
}
.ht-site-title a,
.page-template-home-template .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,
.page-template-home-template ul.h-contact,
.page ul.h-contact,
.single ul.h-contact {
    text-align: center;
    margin: 0;
    padding: 8px 0;
}
ul.h-contact li,
.page-template-home-template 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,
.page-template-home-template 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,
.page-template-home-template .h-mailid a, .page-template-home-template .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,
.page-template-home-template .h-contact,
.single .h-contact{
    text-align: center;
}
.h-mailid a i, .h-phone a i,
.page-template-home-template .h-mailid a i, .page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .h-mailid a:hover, .page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .share-btn,
.page .share-btn,
.single .share-btn{
    text-align: right;
}
.share-btn a.site-button,
.page-template-home-template .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,
.page-template-home-template .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: 45px ;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 19px;
    padding: 30px 0;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    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: #E38708;  
}
.navigation .mainmenu li a {
    color: #fff;
}
header.site-header ul.sub-menu li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a{
    color: #fff;
    
 }

 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: #000;
    background: #E38708;
 }
.menu-click i{
    color: #783afd;
 }
/*
.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 {
    background:none ;
  }*/
 ul.sub-menu, header.site-header ul.sub-menu {
    border: 2px solid #fff;
    background: none;
}
.navigation .mainmenu li ul li:hover ul.sub-menu,
.header.site-header ul.sub-menu li:hover ul, 
.page-template-home-template .navigation .mainmenu li ul.sub-menu li:hover ul{
    border: 2px solid #fff;
    background: none;

}
.header.site-header ul.sub-menu li a:before {
    color:#fff;
  }
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0;
}
.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{
    color: #fff;
} 
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: #000;
    background: #E38708;
}
/*.header.site-header ul.sub-menu li:hover a  {
    background: #E38708;
    color: #000;
    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;   
    font-weight: 500;
    position: relative;
    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: 16px;
   /* letter-spacing: .05em;*/
    color: #fff;
}
.header.site-header ul.sub-menu li a:before  {
    content: "\f2dc";
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: -17px;
    border-radius: 50%;
    -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';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
}
.header.site-header ul.sub-menu li:hover > a:before {
    opacity: 1;
}
.navigation .mainmenu li ul ul.sub-menu,
.header.site-header ul.sub-menu ul,
.page-template-home-template .navigation .mainmenu li:hover ul.sub-menu ul {
    left: 246px !important;
    top: -9px !important;
}
/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .page-template-home-template .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,
    .page-template-home-template .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);
    }
    .page-template-home-template .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,
    .page-template-home-template .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, .page-template-home-template .h-contact-block, .page .h-contact-block, .single .h-contact-block {
         right: 0px; 
    }
    .page-template-home-template #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;
    }
.navigation .mainmenu li.current_page_item a, .current_page_item > a{
    background: #E38708;
    color: #fff;
}
.navigation .mainmenu li a{ color: #E38708 ; }

}
@media screen and ( min-width: 992px) and (max-width: 1199px){
    .page-template-home-template .navigation .mainmenu li a,
    .page .navigation .mainmenu li a,
    .single .navigation .mainmenu li a, 
    .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
    .navigation .mainmenu {  text-align: left;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li:last-child {  margin-left: 0em !important; }
}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .page-template-home-template .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{    padding: 0px 0px 0px 22px;}
    .maintop-header ul li:last-child {  margin-left: 13em;   text-align: right;}

}
@media screen and ( min-width: 320px) and (max-width: 425px){
.maintop-header ul li {   line-height: 21px;}
}

@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;}

}

/*----- Sticky Header ------*/
/*.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 100%;
    z-index: 99999;
    box-shadow: -2px 2px 10px 0px #2d2d2d;
}*/

/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.page-template-home-template .peccular-section-head {
    text-align: left;
    margin-bottom: 2em;
    margin-top: 2em;
}
.page-template-home-template .peccular-section-head h2{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 54px;
}

.page-template-home-template .peccular-section-head h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
}
.page-template-home-template .peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #E38708;
}
#services .service-bg,
#about .about-bg,
#counter .counter-bg,
#gallery .gallery-bg,
#videobanner .videobanner-bg,
#pricing .pricing-bg,
#event .event-bg,
#banner .banner-bg,
#testimonials .testimonials-bg,
#team .team-bg,
#contact .contact-bg,
#blog .blog-bg,
#newsletter .newsletter-bg,
#footer .footer-bg

{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#services,
#about,
#counter,
#gallery,
#videobanner,
#pricing,
#event,
#banner,
#testimonials,
#team,
#contact,
#blog,
#newsletter,
#footer{
    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

#slider {
    position: relative;
    overflow: hidden;
}
#slider .s-gradient{
    position: absolute;
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
}

#slider #big .owl-carousel .owl-stage-outer{
    height: 880px;
}
#slider .thumb-area .owl-carousel .owl-stage-outer{}

#slider .ht-slide-caption{
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    width: 814px;
    margin: 0 auto;
}
#slider .ht-slide-caption .ht-slide-cap-title{
    text-align: center;
}
#slider .ht-slide-cap-title span{
    
    margin: 0px 0;
    font-size: 18px;
    font-weight: 500;    
    color: #fff;
    word-break: break-word;
    /*opacity: 0.9;*/
    letter-spacing: 0.72px;  
    line-height: 45px; 
    
}
#slider .ht-slide-cap-title h2{
    position: relative;
    margin: 0px 0;
    font-size: 69px;
    font-weight: 500;
    line-height: 108px;
    color: #fff;
    word-break: break-word;
    white-space: normal;
    z-index: 999;
    letter-spacing: 2.76px;
}
/*#slider .ht-slide-cap-desc {
    color: #fff;
    padding: 15px 0 20px 0;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
}*/
#slider .slider-btn {   
    z-index: 1;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
  
}
#slider .sliderbtn{
    border: 1px solid #fff;
    padding: 7px 0 5px;
    display: inline-block;
}
#slider .sliderbtn a{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    padding: 0 20px 2px 20px;
}
#slider .sliderbtn:hover a{
     color: #E38708;
}
/*div#slider:after {
    content: "";
    position: absolute;
    top: 82.5%;
    left: 0;
    width: 20%;
    border-bottom: 1px solid #3ff;
    z-index: 999;
}*/
#slider .thumb-slide  .owl-item {/*width: 140px !important;*/}
#slider .thumb-img{
    border-radius: 0; 
    /*width: 200px;
    height: 245px;*/
    width: 181px;
    height: 125px;
     position: relative;
}
#slider .thumb-img img {
    position: relative;
    width: 181px;
    height: 125px;
    border-radius: 0%;
    padding: 0;
    border: 2px solid #fff;
     transition: 0.3s opacity ease-in-out;
     transform: scale(1.0);
}
/*#slider .thumb-img:before {
  content:'';
  z-index:1;
  position:absolute;
  display:block;
   width: 181px;
    height: 125px;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  transition: 0.3s opacity ease-in-out;
 opacity: 0;
 transform: scale(1.0);
}*/

#slider .thumb-area .owl-carousel .owl-item.active.current .thumb-img img {
    opacity:1;
    border: 2px solid #E38708;
    transform: scale(1.2);
    position: absolute;
    display: block;
    width: 149px;
    height: 102px;
    top: 12px;
    left: 20px;
    right: 0;
    bottom: 0;
    z-index: 1;
     transition: 0.3s opacity ease-in-out;

}

/*#slider .thumb-img:after{
    content: "";
    width: 120px;
    height: 125px;
    border-radius: 0%;
     border: 2px dashed #fff; 
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: -1;
     display: block;
}
#slider .thumb-area .owl-carousel .owl-item.active.current .thumb-img:after{
    -webkit-animation: spin 5s linear infinite;
    animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/
#slider  #thumbs,
#slider .owl-carousel{display: block;}
#slider .bx-controls-direction{display: none;}
#slider .thumb-area {
    position: absolute;
    bottom: 103px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#slider #big button {
    position: absolute;
    bottom: 30px; 
    box-shadow: none;
    opacity: 1; 
    transition: all 0.4s;
    border-radius: 50%;
    background: none;
}
/*#slider:hover #big button{opacity: 1; transition: all 1s;}*/
#slider #big button.owl-prev{left: 20%;}
#slider #big button.owl-next{right:73.2%;}
#slider #big button i{
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: none;
    color: #E38708;
    border: 1px solid #fff;
    font-size: 20px;
    text-align: center;
}
#slider .thumb-area .owl-carousel button.owl-prev,
#slider .thumb-area .owl-carousel button.owl-next {
    position: absolute;
    top: 4em;
    box-shadow: none;
    background: none;
}
#slider .thumb-area .owl-carousel button.owl-prev{left: -6em;}
#slider .thumb-area .owl-carousel button.owl-next{right: -3.5em;}
#slider .thumb-area .owl-carousel button i {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-weight: 600;
    border-radius: 50%;
    background: none;
    color: #E38708;
    border: 2px solid #fff;
}
#slider .thumb-area .owl-carousel .owl-dots.disabled{ display: none; }
#slider .thumb-area .owl-carousel .owl-nav.disabled {  display: block;}
#slider .owl-theme .owl-nav .disabled{opacity: 1}


/*----------------------------------------*/
/*  Services Area
/*----------------------------------------*/

#services {
    position: relative;
    overflow: hidden;
    background: #F2F1F0;
}
#services .peccular-section-head h2{

    color: #A08E5E;   
    margin-bottom: 0px; 
    margin-top: 0;   
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 2px;
}
#services .peccular-section-head{
    margin: 81px 0;
}
#services .peccular-section-head h2 img.service-heading-imgleft{padding: 0 70px 0 0px;}
#services .peccular-section-head h2 img.service-heading-imgright{padding: 0 0 0 70px;}

#services .peccular-service-box{
    position: relative;
    margin: 0 10px 45px;     
    background:#fff;   
    box-shadow: 0px 0.68px 4px #231F201A;
}
#services .peccular-service-image{
    position: relative;
    overflow: hidden;
    height: 323px;
}
#services .peccular-service-image .seroverlay{
    background-image: linear-gradient(to bottom,transparent 66%,#000 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.5s ease;
}
/*#services .peccular-service-box:hover .peccular-service-image .seroverlay{
    opacity: 0.5;
    transition: all 0.5s;
}*/
#services .peccular-service-content .seroverlay2{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: all 0.7s;
}
#services .peccular-service-box:hover .peccular-service-content .seroverlay2{
    opacity: 0.4;
    top: 65px;
    transition: all 0.7s;
}

#services .peccular-service-image img{
    width: 100%;
    transition: all 0.5s;
}
#services .peccular-service-box:hover .peccular-service-image img{
     transform: scale(1.15);
    transition: all 0.5s;
}
#services .peccular-service-image h4{
    position: relative;
    bottom: 64px;
    padding: 0 26px;   
    z-index: 2;
    transition: all 0.9s ease;
}
#services .peccular-service-box:hover .peccular-service-image h4{
     bottom: 50px;
     transition: all 0.9s ease;
}
#services .peccular-service-image h4 a{
    word-break: break-word;
    padding: 0;
    font-size: 25px;
    font-weight: 400; 
    letter-spacing: 1px;   
    color: #fff;  
}
#services .peccular-service-content {  
  
    margin: 0px;     
    padding: 1em 2em; 
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}  
#services .peccular-service-content h3{   
    font-size: 21px;
    font-weight: 300;
    word-break: break-word;
    line-height: 38px;
    color: #919191;
    margin: 0 0;
    text-align: left;  
}

#services .peccular-service-content a.read-btn{
    font-size: 12px;   
    font-weight: 300;
    line-height: 40px;   
    color: #919191;    
    text-align: right;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.9s ease;
   
}

#services .peccular-service-content:hover a.read-btn{
   color: #A08E5E;
   font-size: 14px;  
   font-weight: 600;
   transition: all 0.9s ease;   
}


/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/

#banner {
   position: relative;
   overflow: hidden;   
   background: #00314a;
}
#banner .peccular-banner-single {
    position: relative;
}
#banner .banner-area1{
    position: relative;
}
#banner .banner-area1 .banner-bg-topleft-img{
    position: absolute;
    top: 14px;
    left: 30px;
}
#banner .banner-area1 .banner-bg-topright-img{
    position: absolute;
    top: 0;
    right: -174px;
}
#banner .banner-area1 .banner-bg-bottomleft-img{
    position: absolute;
    bottom: 0;
    left: 7px;
}
#banner .banner-area1 .banner-bg-bottomright-img{
    position: absolute;
    bottom: 0;
    right: 0;
}

#banner .peccular-banner-area{
    margin: 0 0 -4px 0;
}
#banner .peccular-banner-content{
    text-align: left;
    padding: 0 0 0 0;
    position: absolute;
    top: 140px;
    left: 128px;
    width: 375px;
}
#banner .peccular-banner-content h4{
    text-align: left;
    letter-spacing: 2px;
    color: #DAA669;
    font-size: 50px;    
    font-weight: 500;
    margin-bottom: 25px;
}
#banner .peccular-banner-content .peccular-banner-text{
    letter-spacing: 0.64px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    word-break: break-all;
    line-height: 30px;
    margin-bottom: 25px;
}
#banner .peccular-banner-pricebox{
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.84px;
    color: #fff;
    margin-bottom: 25px;
}
#banner .peccular-banner-pricebox span{
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.84px;
    color: #A08E5E;
}

#banner .peccular-banner-content .banner-btn a{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.68px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 8px 18px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease 0.5s;
    z-index: 1;
}
#banner .peccular-banner-content .banner-btn a:before{
    content: "";
    background: #A08E5E;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease 0.5s;  
    border-radius: 50px
}
#banner .peccular-banner-content .banner-btn a:hover:before{ 
    left: auto;
    right: 0;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #000;
    transition: all 0.4s ease 0.5s;
   
} 
#banner .peccular-banner-content .banner-btn a:hover{
    color: #fff;
    border: none;
    background: none;
     transition: all 0.4s ease 0.5s;
}
#banner .peccular-banner-imgbox1{
    /*background: #E38708; */     
   /* -webkit-mask-image: url(images/bannerrightshape1.png);
    mask-image: url(images/bannerrightshape1.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%;
     width: 1043px;
    height: 100%;
    position: relative;
    right: 125px;
    padding: 0 0 0 63px;  
   */
    
}
#banner .peccular-banner-imgbox1 svg{
    position: absolute;
    z-index: 0;
    top: 0;
    right:-25px;
}
#banner .peccular-banner-imgbox1 svg path{
    fill: #E38708;
}

#banner .peccular-banner-imgbox2{   
 
   -webkit-mask-image: url(images/bannerrightshape1.png);
    mask-image: url(images/bannerrightshape1.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%;
    width: 100%;
    height: 100%;
    position: relative;
    left: 10px;   
}
#banner .peccular-banner-imgbox2 img.bannerrightimg{
    background-size: cover;
    width: 100%;
    height: 100%;  

}
/*----------------------------------------*/
/*  Package Area
/*----------------------------------------*/

#pricing {
    position: relative;
    overflow: hidden;
}
#pricing .pricing-main {  }
#pricing .peccular-section-head h2{

    color: #A08E5E;   
    margin-bottom: 0px; 
    margin-top: 0;   
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 2px;
}
#pricing .peccular-section-head{
    margin: 59px 0 81px;
}
#pricing .peccular-section-head h2 img.pricing-heading-imgleft{padding: 0 70px 0 0px;}
#pricing .peccular-section-head h2 img.pricing-heading-imgright{padding: 0 0 0 70px;}

#pricing .peccular-pricing-titlebox{
    background:#484848 ;
    padding: 2em 2em;
    text-align: center;
}

#pricing h4.peccular-pricing-title{
   
    line-height: 40px;
    letter-spacing: 1.2px;
    color: #FFFFFF;   
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0px;  
    padding: 0px 0;   
}  

#pricing .peccular-pricing-currency-price {
    font-weight: 900;
    font-size: 50px;
    line-height: 40px;
    transition: all 1s ease 0s;
    letter-spacing: 2px;
    margin: 45px 0 0;
    color: #A08E5E;
}
#pricing .peccular-pricing-currency-price span {
    font-size: 50px;
    padding-right: 5px;
    font-weight: 900; 
    padding: 0 0 !important;     
   /* color: #A08E5E;*/
}
#pricing .peccular-pricing-currency-price p{
    font-size: 20px;    
    font-weight: 300;
    text-transform: lowercase;   
    padding: 4px 0 0;
    float: right;
    position: relative;
    left: -83px;
}
#pricing .peccular-pricing-currency-price p span{
    font-size: 34px !important;
    font-weight: 100;
    padding: 0 0 0 !important;
    position: relative;
    top: 4px;
}

#pricing .peccular-pricing-single {
    background: #f2f2f2;
    padding: 0 0 10px;
    margin: 0em 1em 2em;
    transition: all 0.8s ease 0s;
    position: relative;    
}

#pricing .peccular-pricing-single:hover {
    background: #a28e62;
    padding: 0 0 10px;
    margin: -40px 1em 2em;
    position: relative;
    box-shadow: -1px 4px 10px 7px #dedede;
    transition: all 0.8s ease 0s;
}

#pricing .peccular-pricing-single:hover .peccular-pricing-currency-price,
#pricing .peccular-pricing-single:hover .peccular-pricing-currency-price p{
color: #fff;
}
#pricing .peccular-pricing-single:hover .peccular-pricing-currency-price span{
    color: #fff;
} 
#pricing .peccular-pricing-single:hover .peccular-pricing-titlebox{
    color: #312a1d;
} 
#pricing .peccular-pricing-single:hover h4.peccular-pricing-title{
    color: #fff;
}
#pricing .peccular-pricing-single:hover ul.peccular-pricing-list li i{
color: #fff;
}
#pricing .peccular-pricing-single:hover ul.peccular-pricing-list li{
color: #fff;
}
#pricing .peccular-pricing-single:hover .peccular-pricing-btn a{
    background: #000;
    color: #fff;
}
#pricing .peccular-pricing-single ul.peccular-pricing-list {
    padding: 3em 1em;
    margin: 0 0em;
    list-style: none;    
}
#pricing .peccular-pricing-single ul.peccular-pricing-list li {
    font-size: 22px;
    padding: 4px 15px;
    font-weight: 300;
    line-height: 55px;
    color: #323232;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 0.88px;
    text-align: center;
    margin: 0 70px;    
}
#pricing .peccular-pricing-single .peccular-pricing-btn {  
    
    display: inline-block;
    margin-bottom: 30px;
}
#pricing .peccular-pricing-single .peccular-pricing-btn a {
  
    font-size: 20px;  
    font-weight: 400;
    line-height: 18px;   
    color: #404040;  
    text-decoration: none !important;
    padding: 9px 26px;
    transition: all .3s;
    position: relative;
    display: inline-block;
    border: 2px solid #313131;
    letter-spacing: 0.8px; 
    border-radius: 0;  
}

#pricing .peccular-pricing-single .peccular-pricing-btn a:hover {
    letter-spacing: 2px;
}

/*----------------------------------------*/
/*  Team home Area
/*----------------------------------------*/

#team {
    position: relative;
   overflow: hidden;
}
#team .peccular-team-block {
    position: relative;
}
/*.teams{
    display: block !important;
}*/
#team .peccular-section-head {
   
    margin-bottom: 5em;
    margin-top: 3em;
}
#team .peccular-section-head h2{
    color: #272727;
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: 700;
    font-size: 42px;
}
#team .peccular-section-head i {
    font-size: 0px;
    background: #E38708;
    color: #E38708;
    padding: 1px 21px;
    position: relative;
    top: -10px;
}
#team h4.peccular-team-name {
    color: #272727;
    font-size: 26px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}
#team h4.peccular-popteam-name{
    color: #E38708;
    font-size: 27px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
#team h6.peccular-team-designation{
    font-weight: 400;
    color: #7b7b7b;
    font-size: 16px;
    margin-top: 13px;
    text-transform: capitalize;
}
/*for shortcode*/
#team h5.peccular-team-designation{
    font-weight: 400;
    color: #7b7b7b;
    font-size: 16px;
    margin-top: 13px;
    text-transform: capitalize;
}
#team h6.peccular-popteam-designation{
    font-weight: 500;
    color: #7b7b7b;
    font-size: 17px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
#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;
}
#team .peccular-team-image {
   width: 273px;
    height: 335px;
    border-radius: 21px;
    border: 2px solid transparent;
    box-shadow: 0px 0px 50px #00000029;
}
#team .peccular-team-image img.team_img {
    width: 100%;
    height: 100%;
    border-radius: 21px;    
}
#team .peccular-team-box:hover .peccular-team-image {
   
    transition: .5s ease; 
    border-radius: 21px;
    border: 2px solid #E38708;    
}
#team .peccular-team-single{
    padding: 0 0 10px;
   /* box-shadow: 0 0 30px 15px #dedede;*/
    margin: 0px 13px 50px;
    position: relative;
    border-radius: 0px;
    border-bottom: 1px solid #c1c1c4;
}
#team .peccular-team-box:hover .peccular-team-single{
    border-bottom: 2px dashed #E38708;  
}
#team .peccular-team-single:hover h4.peccular-team-name{ 
   
    color: #000; 
    letter-spacing: 1px; 
    transition: .8s ease;
 }
#team .peccular-team-single:hover h6.peccular-team-designation{
  
    transition: .8s ease;
}
/*
#team .peccular-team-single:before{

    content: "";
    position: absolute;
    border-top: 3px solid #E38708;
    border-bottom: 3px solid #E38708;
    top: 0px;
    left: 0%;
    width: 50%;
    z-index: 1;
    transition: .8s ease;
    opacity: 1;
}
#team .peccular-team-single:hover::before{   
     transition: .8s ease; 
     opacity: 1;
     width: 100%;
     right: 100%;
 }*/

#team .peccular-team-social-icon{

    background: #E38708;
    width: 35px;
    height: 35px;
    line-height: 39px;
    border-radius: 50%;
    position: absolute;
    float: right;
    text-align: center;
    top: 11px;
    right: 14px;
    z-index: 999;     
   
}
#team .peccular-team-social-icon i {
    color: #fff;
    font-size: 19px;   
    padding: 0px;
}
#team .peccular-team-social-icon:hover i{ color: #000; }
#team .peccular-team-hoversocial-icon{
    overflow: hidden;
    text-align: center;
    background: #E38708;
    opacity: 0;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    top: -242%;
    bottom: -337%;
    border: 31px 35px 24px 33px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5px 3px 5px 0;
}
#team .peccular-team-hoversocial-icon a i{
    color: #fff;
    font-size: 19px;   
    padding: 0px;

}
#team .peccular-team-hoversocial-icon a i:hover{
    color: #000 !important;
}
#team .peccular-team-image .peccular-team-hoversocial-icon a {
    display: block;
    text-align: center;
    bottom: 0;
    position: relative;
    margin: 10px 5px -24px 10px ;
    color: #fefefc;  
}
#team .peccular-team-social-icon:hover .peccular-team-hoversocial-icon{   
    opacity: 0.9;
    top: 69%;
    left: 0px;
    transition: all 0.9s ease 0s;
    display: block;
    z-index: -1;
}


/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/

#innerpage-box .peccular-team-single {
    margin-bottom: 3em;
    position: relative;
}
#innerpage-box .peccular-team-image {
    width: 100%;
    height: 475px;  
    position: relative;  
    margin-bottom: 0px;
    overflow: hidden;
 } 
#innerpage-box .peccular-team-image .teaminn-overlay{
    position: absolute;
    bottom: 100%;  
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    background: #000;   
   transition: .8s ease;
}
#innerpage-box .peccular-team-single:hover .peccular-team-image .teaminn-overlay{
    top: 0;  
    height: 100%; 
    opacity: 0.4;
    z-index: 1;
    transition: .8s ease;
}

#innerpage-box .peccular-team-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: none;  
    box-shadow: none;
}

#innerpage-box .peccular-team-content{
    background: #EFEFEF;    
    margin: 0px 0 0 0;
    padding: 8px 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#innerpage-box .peccular-team-single:hover .peccular-team-content{
    z-index: 5;
}
#innerpage-box .peccular-team-content h4.peccular-team-name {
    
    font-size: 20px !important;
    font-weight: 600;
    color: #6F6F6F !important;
    margin-bottom: 7px;
    margin: 0 0 !important;
}
#innerpage-box .peccular-team-single:hover .btnborder {
    width: 100%;
    border-bottom-color: #01314B;
    transition: all .6s;
}
#innerpage-box .peccular-team-content .btnborder {
    border-bottom: 2px solid #6F6F6F;
    width: 57%;
    padding: 0px 0;
    opacity: 0.7;
    margin: 5px 0 6px;
    transition: all .6s;
}
#innerpage-box .peccular-team-content  h5.peccular-team-designation {
    font-size: 17px !important;
    color: #6F6F6F !important;
    /*opacity: 0.55;*/
    margin: 4px 0 7px;
    font-weight: 400;
}
#innerpage-box .peccular-team-content h6{
    margin: 0 0 !important;
}
#innerpage-box .peccular-team-social-icon {   
  
    padding: 17px 0 17px 10px;
    /*background: transparent linear-gradient(180deg, #00000000 0%, #170864 100%) 0% 0% ;*/
}
#innerpage-box .peccular-team-social-icon a{
    background: #DBDBDB; 
    padding: 7px 8px;
    border-radius: 50%;
    margin: 0 5px 0 0px;  
   
}
#innerpage-box .peccular-team-social-icon a:first-child{
     background: #01314B; 
     color: #fff;
     padding: 6px 10px;
}
#innerpage-box .peccular-team-social-icon a:first-child i{
    color: #fff;
}

#innerpage-box .peccular-team-social-icon a i {
    color: #000;
    transition: all 300ms ease 0s;
    font-size: 17px;
    text-align: center;
    line-height: 23px;
}
#innerpage-box .peccular-team-social-icon a:hover{
    background: #01314B; 
}
#innerpage-box .peccular-team-social-icon a:hover i {
    
    color: #fff;
}

/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/
#testimonials{
   
    position: relative;
    overflow: hidden;
    
}
#testimonials .testioverlay{
    background: #ECEDEF;
    opacity: 0.4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#testimonials .peccular-section-head h2{

    color: #A08E5E;   
    margin-bottom: 0px; 
    margin-top: 0;   
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 2px;
}
#testimonials .peccular-section-head{
    margin: 81px 0;
}
#testimonials .peccular-section-head h2 img.testimonial-heading-imgleft{padding: 0 70px 0 0px;}
#testimonials .peccular-section-head h2 img.testimonial-heading-imgright{padding: 0 0 0 70px;}

#testimonials .peccular-testimonial-block{
        padding-bottom: 17px;
}
#testimonials .peccular-testimonial-block h3{
    color: #ffff;
    font-size: 19px;
    font-weight: 500;
    left: 116px;
    top: 60px;
    text-decoration: underline;
    margin: 8px 0 0em;
    position: relative;
    z-index: 1;
    display: inline;
}

#testimonials .peccular-testimonials-single{
   
    padding: 6em 4em 3em;
    margin: 0;
    width: 908px;  
    position: relative;
    margin: 0 auto;
}
#testimonials .imgmargin{
   margin: 29px 0;
    padding: 0 237px;
}

#testimonials .peccular-testimonials-image{
    position: relative;
    width: 57%;
    margin: 0 auto;
}
#testimonials .peccular-testimonials-image img {
    border-radius: 50%;
    width: 100% !important;  
      transition: all .7s ease-out;  
    
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image img{
    transform: rotateY(171deg);
    filter: drop-shadow(2px 4px 17px black);
      transition: all .7s ease-out;
}
#testimonials h4.peccular-testimonials-name {
    font-weight: 600;
    color: #000;
    margin: 14px 0 2px;
    letter-spacing: 0.64px;
    transition: all .35s ease-out;
    font-size: 16px;
    line-height: 30px; 
    position: relative;
    text-align: left;   
}

#testimonials .peccular-testimonials-single:hover h4.peccular-testimonials-name {
    letter-spacing: 2px;
     color: #A08E5E;   
    
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
    margin: 0 0 5px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    color: #494A51;
    letter-spacing: 0.6px;
    text-align: left;
}
#testimonials .peccular-testimonials-content{
    margin-top: 0px;
    position: relative;
} 

#testimonials .peccular-testimonials-content p{
    color:#323232;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    line-height: 30px;
    text-align: center;
    margin: 0 0px;
    letter-spacing: 0.64px;
    opacity: 0.9;
}
#testimonials .peccular-testimonials-content i.fa-quote-left {
    font-size: 21px;
    color: #d2d2d2 ;   
    position: relative;    
    right: 14px;    
    top: -7px;
    margin-right: 0 ;  
    transform: rotateZ(178deg);
    transition: all 0.7s ease;  
}
#testimonials .peccular-testimonials-content i.fa-quote-right{
    
    color: #d2d2d2 ;
    font-size: 21px;
    left: 24px;
    top: -7px;
    position: absolute;
    transform: rotateY(160deg);
    transition: all 0.7s ease;  
}

#testimonials .peccular-testimonials-single:hover .peccular-testimonials-content i.fa-quote-right{
    color: #A08E5E;
    font-size: 23px;
    transform: rotateY(43deg);
    transition: all 0.7s ease-out;
}
#testimonials .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0em !important;
}
#testimonials .owl-theme .owl-nav{ display: block;}
#testimonials .owl-theme .owl-dots { display: none;}
#testimonials .owl-theme .owl-nav {
    margin-top: 10px;
    position: relative;
    left: 0%;
    bottom: 80px;
}
#testimonials .owl-nav .owl-prev {
    position: absolute;
    left: -97px;
    bottom: 80px;
    opacity: 1;    
    background: #F4F4F7;
    width: 20px;   
    height: 35px;   
    display: block;
    z-index: 1000;
    border-radius: 0px;
    line-height: 36px;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
     text-align: center;
}
#testimonials .owl-nav .owl-next {
    position: absolute;
    right: -34px;
    bottom: 80px;
    opacity: 1;   
    background: #F4F4F7;
    width: 20px;   
    height: 35px;    
    display: block;
    z-index: 1000;
    border-radius: 0px;
    line-height: 36px;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-align: center;
}

#testimonials .owl-nav .owl-prev span,
#testimonials .owl-nav .owl-next span{
   display: none;
}
#testimonials .owl-nav .owl-prev:after,
#testimonials .owl-nav .owl-next:after{
    font-size: 25px;
    color: #000;    
}
#testimonials .owl-nav .owl-prev:after{
    content: '\f104';
    font-family: 'FontAwesome';
}
#testimonials .owl-nav .owl-next:after{
    content: '\f105';
    font-family: 'FontAwesome';
}
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-next,
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-prev {
    background-color: #A08E5E;
}
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-prev:after,
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-next:after{
    color: #fff;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 0em;}


/*----------------------------------------*/
/*  event Area
/*----------------------------------------*/

#event {
    position: relative;    
    overflow: hidden;
}
#event .peccular-section-head h2{

    color: #A08E5E;   
    margin-bottom: 0px; 
    margin-top: 0;   
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 2px;
}
#event .peccular-section-head{
    margin: 20px 0 70px;
}
#event .peccular-section-head h2 img.event-heading-imgleft{padding: 0 70px 0 0px;}
#event .peccular-section-head h2 img.event-heading-imgright{padding: 0 0 0 70px;}

#event .peccular-event-single {
    margin-bottom: 2em;
    position: relative;
}
#event .peccular-event-single .peccular-event-img{
    position: relative;
    overflow: hidden;
}
#event .peccular-event-single .peccular-event-img img{
    width: 100%;
    transition: all 0.5s ease;
}
#event .peccular-event-single:hover .peccular-event-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#event .peccular-event-single .peccular-event-content {    
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px 26px 23px;
    transition: all 0.5s ease;
}
#event .peccular-event-single h4.peccular-event-title {
    color: #fff;   
    font-size: 26px;
    font-weight: 300;    
    margin: 0 0;
    line-height: 40px;
    letter-spacing: 1.04px;
}
#event .peccular-event-content p{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.04px;
    color: #fff;
    margin: 0px;  
     line-height: 40px;
}
#event .eventoverlay{
   background-image: linear-gradient(to bottom,transparent 54%,#000 99%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.5s ease;
}
#event .peccular-event-single:hover .eventoverlay {
    background-image: linear-gradient(to bottom,transparent 0%,#000 76%);
    transition: all 0.5s ease;
}
#event .peccular-event-single:hover .peccular-event-content {
    bottom: 30px;
    transition: all 0.5s ease;
}

/*----------------------------------------*/
/*  gallery Area
/*----------------------------------------*/
#gallery{
    position: relative;
    overflow: hidden;
}
#gallery .peccular-section-head{
    margin: 45px 0 81px;
}
#gallery .peccular-section-head h2{

    color: #A08E5E;   
    margin-bottom: 0px; 
    margin-top: 0;   
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 2px;
}
#gallery #products-austrak a h2{
    opacity: 0;
     transition: all 0.4s ease 0s;
}
#gallery #products-austrak a:hover h2{
    opacity: 1;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    z-index: 10;
    bottom: 26px;
    left: 0;
    right: 0;
     transition: all 0.4s ease 0s;
}

#gallery .peccular-section-head h2 img.gallery-heading-imgleft{padding: 0 70px 0 0px;}
#gallery .peccular-section-head h2 img.gallery-heading-imgright{padding: 0 0 0 70px;}

#innerpage-box #products-austrak a:hover{
  
    transform:rotate3d(0, 37, 0, 172deg);
  transition: all 0.9s ease 0s;

}
#innerpage-box #products-austrak a:before{ display: none; }

/*----------------------------------------*/
/*  video banner Area
/*----------------------------------------*/
#videobanner {
   position: relative;
   overflow: hidden ;
}
#videobanner .peccular-videobanner-area{
    position: relative;
}
#videobanner .videobordertop{
    border-top: 2px solid #fff;
    position: absolute;   
    height: 2px;
    width: 97%;
    top: 20px;
    left: 23px;
    right: 0;
    z-index: 1;
}  

#videobanner .videoborderleft{
    
    border-left: 2px solid #fff;
    position: absolute;   
    height: 519px;
    width: 2px;
    top: 20px;
    left: 22px;  
    z-index: 1;
}
#videobanner .videoborderright{
    
    border-right: 2px solid #fff;
    position: absolute;   
    height: 519px;
    width: 2px;
    top: 20px;
    right: 30px; 
    z-index: 1;
}
#videobanner .videoborderbottom{
    
    border-bottom: 2px solid #fff;
    position: absolute;   
    height: 2px;
    width: 97%;
    bottom: 20px;
    z-index: 1;
    left: 23px;
}
#videobanner iframe{
    position: relative;
    overflow: hidden;
}


/*----------------------------------------*/
/*  About Area
/*----------------------------------------*/
#about {
  
    position: relative;
    overflow: hidden;
}
#about .space-abtblock {
    padding: 0em 0 0 4em;
}
#about .about-body {
    position: relative;
    padding:26px 30px 18px 28px;
}

#about .peccular-section-head h2{

    color: #A08E5E;   
    margin-bottom: 0px; 
    margin-top: 0;   
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 2px;
}
#about .peccular-section-head{
    margin: 81px 0;
}
#about .peccular-section-head h2 img.about-heading-imgleft{padding: 0 70px 0 0px;}
#about .peccular-section-head h2 img.about-heading-imgright{padding: 0 0 0 70px;}
#about .about-callnow {
    padding: 30px 0 0;
}
#about .peccular-section-area-text {
    font-size: 17px;
    line-height: 30px;
    color: #6f6f6f;
    font-weight: 500;
    word-break: break-word;   
    margin-bottom: 1em;
   padding: 0em 0 0 3em;
}
#about .peccular-section-area-textlist ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;  
    margin-top: 3em; 
}
#about .peccular-section-area-textlist ul li,
#about .peccular-section-area-textlist ol li{
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    font-weight: 500;   
    word-break: break-word;   
    margin-bottom: 11px
}
#about .peccular-section-area-textlist ul li:before, 
#about .peccular-section-area-textlist ol li:before{
    content: "\f046";
    font-family: 'Fontawesome';
    margin-right: 20px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #A08E5E;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    padding: 7px 3px 0px;
    font-weight: 100;
}
#about .about-body:hover .peccular-section-area-textlist ul li:before{
    color: #000;
    transform: scale(1.3);
    transition: all 0.5s ease 0s;
}

#about .about-facility{
    margin: 0 0;
}
#about .about-facility h3{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #A08E5E;
    font-weight: 400;  
    margin: 29px 0 39px;
}
#about .about-facility i{   
    color: #000;
    border: 1px dashed #565656;
    width: 55px;
    height: 47px;
    font-size: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 6px;
    margin: 0 0;
    padding: 10px;
    position: relative;
    left: 30px;
    transition: all 0.5s ease 0s;
}
#about .about-body:hover .about-facility i{
    background: #A08E5E;
    transform: scale(1.2);
     transition: all 0.5s ease 0s;
}
#about .about-facility h2{
    
    margin: 0 0 6px 20px;
    text-align: left;  
    font-size: 16px;
    color: #565656;
    font-weight: 400;  
}
#about .about-facility p{
    font-size: 13px;
    text-align: left;
    color: #565656;
    line-height: 22px;
    padding: 0 10px 0 0;  
    margin: 0 0 0 20px;  
}
#about .peccular-about-imgbox{ 
    width: 530px;
    height: 657px;
    padding: 0;
    margin: 0 0;
}
#about .peccular-about-imgbox img {
    width: 100%;
    /*height: 670px;*/
}

#about .about-body .abtbrdrtop1{
    border: 1px solid #000;    
    position: absolute;
    top: 0;
    left: -11px;
    width: 11%;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
#about .about-body .abtbrdrtop2{
    border: 1px solid #000;  
    position: absolute;
    top: 8px;
    left: -11px;
    width: 30%;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
#about .about-body .abtbrdrlefttop{
    border-left: 1px solid #000;
    margin: 0 0;
    padding: 0 0;
    position: absolute;
    top: -17px;
    left: 12px;
    height: 35%;
    border-bottom: none;
    border-top: none;
    border-right: none;
}
#about .about-body .abtbrdrleftbottm1{
    border-bottom: 1px solid #000;
    margin: 0 0;
    padding: 0 0;
    position: absolute;
    bottom: 0;   
    left: -7px;
    width: 14%;
    border-top: none;
    border-left: none;
    border-right: none;
}
#about .about-body .abtbrdrleftbtm2{
    border-left: 1px solid #000;
    margin: 0 0;
    padding: 0 0;
    position: absolute;
    bottom: -20px;
    left: 12px;
    height: 19%;
    border-top: none;
    border-bottom: none;
    border-right: none;
}
#about .about-body .abtbrdrbtmrght1{
    border-bottom: 1px solid #000;
    margin: 0 0;
    padding: 0 0;
    position: absolute;
    bottom: 0;
    right: -18px;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 12%;
}
#about .about-body .abtbrdrrightbtm2{
    border-right: 1px solid #000;
    margin: 0 0;
    padding: 0 0;
    position: absolute;
    bottom: -23px;
    right: 2px;
    border-bottom: none;
    border-left: none;
    border-top: none;
    height: 22%;
}
#about .owl-carousel{
    height: 655px;
}
#about .owl-theme .owl-dots{ display: none; }
#about .owl-theme .owl-nav{
    position: relative;
    top: -309px;
}
#about .owl-carousel .owl-nav button.owl-next,
#about .owl-carousel .owl-nav button.owl-prev{
    background: #f2f2f2;
    width: 21px;
    height: 34px;   
    text-align: center;
    box-shadow: none;
    border-radius: 0;
}
#about .owl-carousel .owl-nav button.owl-next:hover,
#about .owl-carousel .owl-nav button.owl-prev: hover{
     background: #f2f2f2;
}
#about .owl-carousel .owl-nav button.owl-next{
    position: relative;
    right: -250px;
}
#about .owl-carousel .owl-nav button.owl-prev{
    position: relative;
    left: -249px;
}
#about .owl-carousel .owl-nav button.owl-next span,
#about .owl-carousel .owl-nav button.owl-prev span{
    font-size: 35px;
    color: #000;    
    line-height: 15px;
}

/*----------------------------------------*/
/*  about Counter Area
/*----------------------------------------*/

#counter {    
    position: relative;
    overflow: hidden;
    background: #01314B;
    padding: 2em 2em 1em 5em;
    left: 0px;
    width: 755px;
    height: 132px;
     top: 20px;
    left: -30px;
}

#counter .peccular-counter-area {
    position: relative;
}
#counter .peccular-counter-single{
    position: relative;
    transition: all 0.3s ease 0s;
    padding: 0 0 0px 0;
}
#counter .peccular-counter-b:hover .peccular-counter-single{
    border: 1px dashed #fff;
}

#counter h4.peccular-counter-title  {
    font-size: 12px;
    font-weight: 200;
    word-break: break-word;
    letter-spacing: 0.48px;
    color: #fff;
    padding: 0 4px;
    margin-bottom: 0;
    margin-top: 0px;
    line-height: 20px;
    transition: all 0.3s ease 0s; 
}
#counter .peccular-counter-num.count{
    font-size: 25px;
    font-weight: 900;    
    color: #fff;
    padding: 0;    
    margin-bottom: 15px;
    letter-spacing: 1px;    
    transition: all 0.3s ease 0s;
}



/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/

#blog {    
    position: relative;
    overflow: hidden;
    background: #F6F6F6;
}
#blog .peccular-section-head {
      margin-bottom: 4em;
    margin-top: 3em;
}

#blog .peccular-section-head h2{

    color: #A08E5E;   
    margin-bottom: 0px; 
    margin-top: 0;   
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 2px;
}
#blog .peccular-section-head{
    margin: 81px 0;
}
#blog .peccular-section-head h2 img.blog-heading-imgleft{padding: 0 70px 0 0px;}
#blog .peccular-section-head h2 img.blog-heading-imgright{padding: 0 0 0 70px;}

#blog .peccular-blog-post{      
    padding: 0;
    margin:0 20px 20px 0;  
    
}

#blog .peccular-box-area-S { margin: 0px;}

#blog h4.inner-area-title {
    color: #0D0D0D;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 29px;
    margin-bottom: 13px;
    padding: 0em;    
    transition: all 1s ease 0s;
}
#blog .peccular-blog-post:hover h4.inner-area-title{
    color: #A08E5E;
    /*transform: scale(1.2);*/
    transition: all 1s ease 0s;
}
#blog .peccular-blog-post p{
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0em;
    padding: 0 108px 0 0;
    letter-spacing: 0.56px;
}
#blog .read-btn{
    position: relative;
    display: inline-block;
    margin: 17px 0 0;
}
#blog .read-btn .btnborder{
    border-bottom: 2px solid #898989;
    width: 66%;
    padding: 1px 0;
    opacity: 0.7;
    transition: all .6s;    
}
#blog .read-btn a{
    font-size: 15px;
    border-radius: 5px;
    font-weight: 600;
    line-height: 18px;   
    color: #898989;    
    text-align: left;
    letter-spacing: 0.6px;
    padding: 0 0;
    transition: all .6s;    
}
#blog .peccular-blog-post:hover .read-btn .btnborder{
    width: 100%;
    border-bottom-color: #A08E5E;
     transition: all .6s;    
}
#blog .peccular-blog-post:hover .read-btn a{
    color: #A08E5E;  
    letter-spacing: 1px; 
     transition: all .6s;     
}

#blog .peccular-blog-single { padding:0px 0 0; position: relative;}
#blog .peccular-blog-thumbnail {
    position: relative;    
}
#blog .peccular-blog-thumbnail img {
    width: 100%;
    height: 265px;
}
#blog .peccular-blog-imgbox{
    position: relative;
    overflow: hidden;
}
#blog .peccular-blog-thumbnail:before{
    content: "";
    position: absolute;
    background:#A08E5E;
    top: 0px;
    left: 100%;
    bottom: 0;
    height: 0%;
    width: 100%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}
#blog .peccular-blog-post:hover .peccular-blog-thumbnail:before{
    opacity: 0.5;
    transition:all .6s;
    height: 100%;  
    left:0;  
}
#blog .peccular-blog-date {
    margin: 15px 0;
}
#blog .peccular-blog-date span {
    color: #8D8D8D;
    font-size: 16px;    
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.64px;
}

/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/

#newsletter {
    position: relative;
    z-index: 1;
    overflow: hidden;   
    padding: 1em 0 2em 0 !important;
}
#newsletter .newsletter-sign-box { 
    position: relative;
    padding: 0 20em;
 }

#newsletter .peccular-section-head {
    margin-bottom: 0em;
    margin-top: 0;
}
#newsletter .peccular-section-head h2{
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 51px;
    padding: 0 0;
    letter-spacing: 0.8px;
    margin: 0 0 0 -13px;
}

#newsletter .peccular-newsletter-member-wrap input[type="text"], 
#newsletter .peccular-newsletter-member-wrap input[type="email"], 
#newsletter .peccular-newsletter-member-wrap input[type="url"], 
#newsletter .peccular-newsletter-member-wrap input[type="password"], 
#newsletter .peccular-newsletter-member-wrap input[type="search"], 
#newsletter .peccular-newsletter-member-wrap input[type="number"], 
#newsletter .peccular-newsletter-member-wrap input[type="tel"], 
#newsletter .peccular-newsletter-member-wrap input[type="range"], 
#newsletter .peccular-newsletter-member-wrap input[type="date"], 
#newsletter .peccular-newsletter-member-wrap input[type="month"], 
#newsletter .peccular-newsletter-member-wrap input[type="week"], 
#newsletter .peccular-newsletter-member-wrap input[type="time"], 
#newsletter .peccular-newsletter-member-wrap input[type="datetime"],
#newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .peccular-newsletter-member-wrap input[type="color"],
#newsletter .peccular-newsletter-member-wrap input[type="file"],
#newsletter .peccular-newsletter-member-wrap textarea{ 

    border:none  !important;    
    z-index: 2000;
    width: 100%;
    color: #8A8A8A !important;
    margin: 0 0 15px 0;
    border-radius: 0px;
    padding: 0px 11px !important;
    font-size: 17px;
    height: 49px;
    font-weight: 300;
    background: #fff; 
}

#newsletter  .peccular-newsletter-member-wrap input::placeholder{
    color:#8A8A8A;
    opacity: 0.3;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
    background: #A08E5E ;
    color: #fff ;
    font-weight: 600;
    padding: 15px 49px;   
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    margin: 0 0;
  
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover{
     background: #E38708 !important; 
    
}

/*----------------------------------------*/
/*  13. Contact Area
/*----------------------------------------*/
#contact .contact-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;   
}
#contact {
    position: relative;
    overflow: hidden;
}
#contact .peccular-contact {
    padding-top: 0em;
    position: relative;
}
#contact .contsecbrdrtop{
    
    border: 1px solid #fff;
    position: absolute;
    right: 260px;
    width: 2%;
    height: 1px;
    top: 40px;
    padding: 0 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
#contact .contsecbrdrright{
    
    border: 1px solid #fff;
    position: absolute;
    right: 279px;
    width: 1px;
    height: 94%;
    top: 26px;
    padding: 0 0;
    border-top: none;
    border-left: none;
    border-bottom: none;
}
#contact .contsecbrdrbottom{
    
    border: 1px solid #fff;
    position: absolute;
    bottom: 32px;
    width: 100%;
    height: 1px;    
    padding: 0 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
#contact .contact-leftbox1 .peccular-section-head{
    margin-bottom: 1em;
    margin-top: 2em;
}
#contact .contact-leftbox1 .peccular-section-head h2{
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    line-height: 72px;
    letter-spacing: 2.04px;
    padding: 0 0px 0 0;
    margin: 14px 0 62px;
}
#contact .contact-leftbox1 .peccular-section-head h2 span{
    font-size: 44px;
    font-weight: bold;    
}
#contact .contact-leftbox1 .peccular-section-head h3 {
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 40px;   
    margin: 0 0;
}
#contact .contact-leftbox1 .peccular-section-head h3:after{
    content: "";
    border: 1px solid #fff;
    position: absolute;
    left: 107px;
    width: 22%;
    height: 1px;
    top: 26px;
    padding: 0 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
#contact .contact-leftbox1 .peccular-section-head h3:before{
     content: "";
    border-right: 1px solid #fff;
    position: absolute;
    left: 200px;
    top: 14px;
    height: 13%;
}
#contact .contact-leftbox1 a.book-now-btn{
    color: #fff;
    background: #3C3E4E;
    border: 2px solid #fff;
    padding: 13px 35px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 20px ;
    font-weight: 500;
    overflow: hidden;
    transition: all 0.4s ease 0.5s;
     z-index: 1;
}
#contact .contact-leftbox1 a.book-now-btn:before{
    content: "";
    background: #A08E5E;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease 0.5s;
    /*border: 2px solid transparent;*/
    border-radius: 50px
}
#contact .contact-leftbox1 a.book-now-btn:hover:before{ 
    left: auto;
    right: 0;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #000;
    transition: all 0.4s ease 0.5s;
   
} 
#contact .contact-leftbox1 a.book-now-btn:hover{
    color: #fff;
    border: none;
    background: none;
     transition: all 0.4s ease 0.5s;
}

/*-------------contact info-------------*/

#contact .contact-leftbox2{
    border: 1px solid #fff;
    position: relative;
    margin: 32px 0;
    padding: 30px 47px 27px;   
    left: 60px;
    width: 400px;
}
#contact .contact-leftbox2 .peccular-section-head{
    margin: 0 0 30px ;
} 
#contact .contact-leftbox2 .peccular-section-head h2{
    font-size: 33px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1.32px;
    line-height: 40px;
    margin-bottom: 60px;
    margin-top: 12px;
}
#contact .peccular-contact-mailid,
#contact .peccular-contact-phone,
#contact .peccular-contact-address{
    padding: 0 0;
}

#contact .peccular-contact-info:hover a
#contact .peccular-contact-phone:hover a,
#contact .peccular-contact-address:hover a{
    color: #E38708;
}
#contact .peccular-contact-info,
#contact .peccular-contact-info a{
    margin-top: 1px;
    margin-bottom: 2em;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#contact .peccular-contact-icon i {
    color: #fff;
    font-size: 20px;       
    text-align: center;
}
#contact .socialicon{
    margin: 23px 0 70px;
}
#contact .socialicon i{   
    color: #fff;
    font-size: 22px; 
    margin: 0 39px 0 0;  
}
#contact .contact-leftbox2 a.cont-now-btn{
    color: #fff;   
    border: 2px solid #F1F2F2;
    padding: 10px 32px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px ;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease 0.5s;
     z-index: 1;
}
#contact .contact-leftbox2 a.cont-now-btn:before{
    content: "";
    background: #A08E5E;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease 0.5s;  
    border-radius: 50px
}
#contact .contact-leftbox2 a.cont-now-btn:hover:before{ 
    left: auto;
    right: 0;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #000;
    transition: all 0.4s ease 0.5s;
   
} 
#contact .contact-leftbox2 a.cont-now-btn:hover{
    color: #fff;
    border: none;
    background: none;
     transition: all 0.4s ease 0.5s;
}

/*------------contact-form-------------*/

#contact .peccular-contact-block {
    border: 1px solid #fff;
    position: relative;
    margin: 32px 0;
    background: #01314B;
    width: 400px;
    left: 59px;
     padding: 29px 47px 32px;   
}
#contact .peccular-contact-block .peccular-section-head{
    margin: 0 0;
}

#contact .peccular-contact-block h2{
    font-size: 33px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1.32px;
    line-height: 18px;
    margin-bottom: 43px;
    margin-top: 22px;
}
#contact .peccular-contact-wrap input[type="text"], 
#contact .peccular-contact-wrap input[type="email"], 
#contact .peccular-contact-wrap input[type="url"], 
#contact .peccular-contact-wrap input[type="password"], 
#contact .peccular-contact-wrap input[type="search"], 
#contact .peccular-contact-wrap input[type="number"], 
#contact .peccular-contact-wrap input[type="tel"], 
#contact .peccular-contact-wrap input[type="range"], 
#contact .peccular-contact-wrap input[type="date"], 
#contact .peccular-contact-wrap input[type="month"], 
#contact .peccular-contact-wrap input[type="week"], 
#contact .peccular-contact-wrap input[type="time"], 
#contact .peccular-contact-wrap input[type="datetime"],
#contact .peccular-contact-wrap input[type="datetime-local"], 
#contact .peccular-contact-wrap input[type="color"],
#contact .peccular-contact-wrap input[type="file"],
#contact .peccular-contact-wrap textarea{
  
    border-bottom: 1px solid #a5a5a5 !important;
    background: none;
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 30px 0;
    border-radius: 0px;
    padding: 0 0 30px 0px;
    font-size: 15px;
    height: 44px;
    font-weight: 500;
    letter-spacing: 0.6px;
    opacity: 1; 
    border-top: none;
    border-left: none;
    border-right: none; 
}

#contact .peccular-contact-wrap textarea {
   
    padding: 0 0 30px 0px;
    overflow: hidden;
}

#contact .peccular-contact-wrap input::placeholder,
#contact  .peccular-contact-wrap textarea::placeholder{
    color:#fff;
    opacity: 1 !important;
    position: relative;
    z-index: 999;
}
#contact .peccular-contact-wrap input[type="submit"]{
    font-size: 20px;
    border-radius: 0px;
    font-weight: 600;
    line-height: 20px;
    background: #fff;    
    color: #000;    
    text-align: center;
    padding: 11px 36px !important;
    transition: all .6s;
    display: inline-block;
    letter-spacing: 0.8px;
    position: relative;
    margin: 30px 0 0 80px;
}

#contact .peccular-contact-wrap input[type="submit"]:hover {
    background: #A08E5E;    
    color: #fff;   
    transition: all .3s;
}

#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. Inner Contact page
/*----------------------------------------*/

#innerpage-box .leftcontact{
    position: relative;
    overflow: hidden;
}

#innerpage-box .leftcontact .contactformarea {
    margin: 48px 20px 40px 18em;
    position: relative;
    z-index: 10;
}
#innerpage-box .leftcontact .contactpage-overlay {
    background: #120072;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    z-index: 2;
}
#innerpage-box .leftcontact .contactpageformbg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#innerpage-box .peccular-contact {
    padding-top: 0em;
    position: relative;
}
#innerpage-box .leftcontact .peccular-section-head{
  margin: 0 0 1em;
}
#innerpage-box .leftcontact .peccular-section-head h2{
    font-size: 53px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    text-transform: capitalize;
    margin: 0 0 30px;
}
#innerpage-box .leftcontact .peccular-section-head h3 {
    color: #fff;
    font-weight: 300;
    font-size: 16px !important;    
    line-height: 29px;
    opacity: 0.8;

}
#innerpage-box .leftcontact{
    margin: 4em 0px 0em;
    padding: 0 50px 0 0;
}
#innerpage-box .rightcontact {
   background: #e7e6ef;
    padding: 14px 0px 50px 10px;  
    margin: 60px 0 0 0;
    position: relative;
    right: 266px;
    padding-left: 21em;
    z-index: -1;
}
#innerpage-box .rightcontact .border-bottom{
    border-bottom: 5px solid #061C30 !important;
}
#innerpage-box .rightcontact .peccular-section-head{
    margin: 40px 0 26px;
} 
#innerpage-box .rightcontact .peccular-section-head h2{
    font-size: 43px;
    font-weight: bold;
    color: #1D1B25;
    line-height: 18px;
    margin-bottom: 34px;
}
#innerpage-box .rightcontact .peccular-section-head h2 span{
    color: #E38708;
    font-size: 43px;
    font-weight: bold;
}
#innerpage-box .rightcontact .peccular-section-head h3 {
    color: #1D1B25;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 29px;
    padding: 0 8em 0 0;
}
#innerpage-box .peccular-contact-info:hover a{
    color: #E38708;
}
#innerpage-box .peccular-contact-info a{
    margin-top: 10px;
    margin-bottom: 4em;
    color: #1D1B25;
    font-size: 24px;
    font-weight: 600;
}
#innerpage-box .peccular-contact-icon i {
    color: #E38708;
    font-size: 30px;       
    text-align: center;
}
#innerpage-box .peccular-contact-address{
    text-align: left;
}
#innerpage-box .peccular-contact-label {
    color: #170864;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 21px 0;
}
#innerpage-box .peccular-contact-info{
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
#innerpage-box .rightcontactpage-right {
    position: relative;   
}
#innerpage-box .rightcontactpage-right img.app-right-img {
    height: 326px;
    width: 100%;
    position: relative;
    margin: -31px 0 0 0;
    padding: 0;
}
#innerpage-box .rightcallnow-left {
   
    position: relative;
}
#innerpage-box .rightcontact .rightcallnow-left h2 {
    color: #170864;
    font-size: 34px !important;
    font-weight: 800;
    margin: 0 0 50px !important;
    text-align: center;
    padding: 0 0 !important;
}
#innerpage-box .rightcontact .callnowbox{
    margin: 0 auto;
    position: relative;
}
#innerpage-box .rightcontact .callnowbox .calltopbrdr{
    position: absolute;
    right: 19px;
    top: 0;    
}
#innerpage-box .rightcontact .callnowbox .calltopbrdr span{
    width: 90%;
    border-top: 1px solid #fff;
    border-top-right-radius: 15px;
    border-right: 2px solid #fff;
    position: absolute;
    right: -30px;
    top: 23px;
    height: 14px;
}
#innerpage-box .rightcontact .callnowbox .calltopbrdr i.fa-minus{
    font-size: 1px;
    background: #fff;
    padding: 0px 5px;
    color: #fff;
    margin: 0 6px 0px 0;
}
#innerpage-box .rightcontact .callnowbox h3{
    color: #E38708;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 -11px 25px;
    text-align: center;
    font-style: italic;
}
#innerpage-box .rightcontact .callnownum{
       background: #170864;
    padding: 0 0;
    width: 270px;
    height: 68px;
    position: relative;
    border-radius: 7px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    /* margin: 0 auto; */
    left: 28px;
}
#innerpage-box .rightcontact .callnownum:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -19px;
    width: 50px;
    height: 50px;
    background: #170864;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 8px 8px 8px 0px;
    -webkit-border-radius: 8px 8px 8px 0px;
    -moz-border-radius: 8px 8px 8px 0px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#innerpage-box .rightcontact .callnownum:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -22px;
    width: 50px;
    height: 50px;
    background: #170864;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 8px 0px 6px 9px;
    -webkit-border-radius: 8px 0px 6px 9px;
    -moz-border-radius: 8px 0px 6px 9px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#innerpage-box .rightcontact .callnownum i.fa-phone{
    color: #E38708;
    font-size: 46px;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    text-align: center;
    line-height: 74px;
    float: left;
    position: relative;
    transform: rotate(45deg);
    top: -20px;
    left: -17px;
}
#innerpage-box .callnowbox:hover .callnownum i.fa-phone {
    z-index: 999;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    transform: rotate(45deg);
    background: #E38708;
    color: #fff;
}
#innerpage-box .rightcontact .callnownum p a{
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    margin: 0px 5px 0 0;
    text-align: right;
    position: relative;
    z-index: 1;
    line-height: 64px;
}
#innerpage-box .callnowbox:hover .callnownum p a{
     color: #E38708 ;
}
#innerpage-box .peccular-contact-block {
    margin-top: 2em;
}

#innerpage-box .peccular-contact-member-wrap input[type="text"], 
#innerpage-box .peccular-contact-member-wrap input[type="email"], 
#innerpage-box .peccular-contact-member-wrap input[type="url"], 
#innerpage-box .peccular-contact-member-wrap input[type="password"], 
#innerpage-box .peccular-contact-member-wrap input[type="search"], 
#innerpage-box .peccular-contact-member-wrap input[type="number"], 
#innerpage-box .peccular-contact-member-wrap input[type="tel"], 
#innerpage-box .peccular-contact-member-wrap input[type="range"], 
#innerpage-box .peccular-contact-member-wrap input[type="date"], 
#innerpage-box .peccular-contact-member-wrap input[type="month"], 
#innerpage-box .peccular-contact-member-wrap input[type="week"], 
#innerpage-box .peccular-contact-member-wrap input[type="time"], 
#innerpage-box .peccular-contact-member-wrap input[type="datetime"],
#innerpage-box .peccular-contact-member-wrap input[type="datetime-local"], 
#innerpage-box .peccular-contact-member-wrap input[type="color"],
#innerpage-box .peccular-contact-member-wrap input[type="file"],
#innerpage-box .peccular-contact-member-wrap textarea{
  
    border: 1px solid #a5a5a5 !important;
    background: none;
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 20px 0;
    border-radius: 2px;
    padding: 0 0 0 7px;
    font-size: 15px;
    height: 44px;
    font-weight: 600;  
    opacity: 0.8;
}
#innerpage-box .peccular-contact-member-wrap input[type="file"]{
    cursor: pointer;
    padding: 0px 0 10px;
    color: #fff;
    height: 35px;
}
#innerpage-box .peccular-contact-member-wrap select{
    outline: 0;
    border: 0;
    border-bottom: 1px solid #d8d9d4;
    z-index: 2000;
    width: 100%;
    margin: 0 0 6px 0;
    border-radius: 0;
    padding: 16px 15px;
    font-size: 16px;
    height: 55px;
    background: none;
    color: #d8d9d4;
}
#innerpage-box .peccular-contact-member-wrap select option{
    font-weight: 600;
    padding-bottom: 12px;
    color: #d8d9d4;
}

#innerpage-box .peccular-contact-member-wrap textarea {
    height: 120px;
    padding: 10px 15px;
}

#innerpage-box .peccular-contact-member-wrap input::placeholder,
#innerpage-box .peccular-contact-member-wrap textarea::placeholder{
    color:#fff;
    opacity: 1;
    z-index: 999;
}

#innerpage-box .peccular-contact-member-wrap input[type="submit"]{
    color: #fff;
    font-weight: 600;
    padding: 14px 30px;
    line-height: 1;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    background: #E38708;
    border: none;
    cursor: pointer; 
    font-size: 15px;
    transition: all 0.5s ease 0s;
    display: inline-block   ;
    border-radius: 2px;
    box-shadow: none;
}
#innerpage-box .peccular-contact-member-wrap input[type="submit"]{
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    line-height: 20px;
    background: #E38708;    
    color: #fff;    
    text-align: center;
    padding: 16px 63px !important;
    transition: all .6s;
    display: inline-block;
    position: relative;
}
#innerpage-box .peccular-contact-member-wrap input[type="submit"]:hover {
    background: #fff;    
    color: #E38708;
    border: 1px solid #E38708;
    transition: all .3s;
}
#innerpage-box .peccular-contact-phone:hover .peccular-contact-icon,
#innerpage-box .peccular-contact-address:hover .peccular-contact-icon,
#innerpage-box .peccular-contact-mailid:hover .peccular-contact-icon{
    -webkit-animation: sp 1.5s linear infinite;
    animation: sp 1.5s linear infinite;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footerareabox{
    margin: 0 0 0 0;
    position: relative;
    overflow: hidden;
}
#footer,
.footer-area,
.page-template-home-template .footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;    
    background:#2A292B;
}
#footer .wpcf7 form .wpcf7-response-output{ color:#fff; }
#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-template-home-template #footer .widget_block,
.page-template-home-template #footer .widget_meta,
.page-template-home-template #footer .widget_recent_entries,
.page-template-home-template #footer .widget_categories,
.page-template-home-template #footer .widget_recent_comments,
.page-template-home-template #footer .widget_archive,
.page-template-home-template #footer .widget_nav_menu ,
.page-template-home-template #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 .textwidget,
.footer-area .single-footer-1{
    color: #fff;
    font-size: 18px;
    line-height: 32px;

}
.footer-area li,
.page-template-home-template .footer-area li,
.page .footer-area li {display: block;margin-bottom: 20px;font-size: 15px;font-weight: 500; }
.page-template-home-template .footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    opacity: 0.9;
    color: #fff;
}
.footer-area li:before,
.page-template-home-template .footer-area li:before,
.page .footer-area li:before,
.single .footer-area li:before  {
    content: "\f068";
    font-family: 'Fontawesome';
    font-size: 6px;
    padding-right: 10px;
    color: #fff;
    opacity: 0.7;
    position: relative;
    top: -2px;
    
}
.footer-area .gallery-item, .page-template-home-template .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,.page-template-home-template .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,
.page-template-home-template .footer-area ul,
.page .footer-area ul,
.single .footer-area ul  {margin: 0 0 15px 00px;}
.page-template-home-template .footer-area p,
.page .footer-area p,
.single .footer-area p {    
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.6;
    font-size: 16px;
    color: #f8f4f5;
}
.footer-area .widget-title,

 #footer .widget_block h1,
 #footer .widget_block h3, 
 #footer .widget_block h4, 
 #footer .widget_block h5, 
 #footer .widget_block h6, 
 #footer .widget_block h2,

.page-template-home-template .footer-area .widget-title,
.page .footer-area .widget-title,
.page-template-home-template #footer .widget_block h1,
.page-template-home-template #footer .widget_block h3, 
.page-template-home-template #footer .widget_block h4, 
.page-template-home-template #footer .widget_block h5, 
.page-template-home-template #footer .widget_block h6, 
.page-template-home-template #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: #fbfdf0;
    margin-bottom: 0px;
    font-family: inherit;
    font-size: 25px;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-weight: 500;
    position: relative;
}

.footer-area .widget.widget_recent_entries li a,
.page-template-home-template .footer-area .widget.widget_recent_entries li a,
.page .footer-area .widget.widget_recent_entries li a ,
.single .footer-area .widget.widget_recent_entries li a {font-size: 16px;}

.footer-area .social-profile-icons ul li,
.page-template-home-template .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: 8px;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before,
.page-template-home-template .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,
.page-template-home-template .footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{margin-bottom: 0.5em;}
.footer-area .footer-bottom-area ul li,
.page-template-home-template .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,
.page-template-home-template .footer-area .bottom-area,
.page .footer-area .bottom-area,
.single .footer-area .bottom-area {

    background: #222122;   
    position: relative;
}
.footer-area .bottom-area,
.footer-area .bottom-area ul,
.page-template-home-template .footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, 
.page-template-home-template .footer-area .footer-text, 
.single .footer-area .footer-text  {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.footer-area .bottom-area .footer-text a,
.single .footer-text a{
    color: #A08E5E !important;
}
.footer-area .pd-0,
.page-template-home-template .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,
.page-template-home-template .footer-area .bottom-area li a:hover, .page-template-home-template .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,
.page-template-home-template .footer-area .bottom-area li:hover a::after, .page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,

.page-template-home-template .footer-area input[type="text"], .page-template-home-template .footer-area input[type="email"], .page-template-home-template .footer-area input[type="url"], .page-template-home-template .footer-area input[type="password"], .page-template-home-template .footer-area input[type="search"], .page-template-home-template .footer-area input[type="number"], .page-template-home-template .footer-area input[type="tel"], .page-template-home-template .footer-area input[type="range"], .page-template-home-template .footer-area input[type="date"], .page-template-home-template .footer-area input[type="month"], .page-template-home-template .footer-area input[type="week"], .page-template-home-template .footer-area input[type="time"], .page-template-home-template .footer-area input[type="datetime"], .page-template-home-template .footer-area input[type="datetime-local"], .page-template-home-template .footer-area input[type="color"], .page-template-home-template .footer-area textarea,
.page-template-home-template .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-template-home-template .footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: none;
    border: 2px solid;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 0px;
    padding: 0;
    color: #FFF;
    -moz-transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: none;
}
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,

.page-template-home-template .footer-area input[type="submit"],
.page-template-home-template .footer-area .widget_calendar tfoot tr td a,
.page-template-home-template .footer-area .s-footer .textwidget p a,

.page .footer-area input[type="submit"],
.page .footer-area .widget_calendar tfoot tr td a,
.page .footer-area .s-footer .textwidget p a ,
.single .footer-area input[type="submit"],
.single .footer-area .widget_calendar tfoot tr td a,
.single .footer-area .s-footer .textwidget p a 
{
    
    background: none;
}
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,

.page-template-home-template .footer-area input[type="submit"]:hover,
.page-template-home-template .footer-area .widget_calendar tfoot tr td a:hover,
.page-template-home-template .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;
    background: none;
}
.footer-area .top-area,
.page-template-home-template .footer-area .top-area,
.page .footer-area .top-area,
.single .footer-area .top-area {
    padding: 0 0 0.5em;
    position: relative;
}
.footer-area label,
.page-template-home-template .footer-area label,
.page .footer-area label,
.single .footer-area label{
    font-weight: 400;
}
.footer-area div.wpcf7 input[type="file"],
.page-template-home-template .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;}
.page-template-home-template .footer-area select option,
.page .footer-area select option,
.single .footer-area select option{font-weight: 400;}
.page-template-home-template .footer-area .tagcloud a,
.page .footer-area .tagcloud a,
.single .footer-area .tagcloud a{font-size: 15px !important;font-weight: 400;}


 .footer-area table tr,
.page-template-home-template .footer-area table tr,
.page .footer-area table tr ,
.single .footer-area table tr{text-align: center;line-height: 28px;}
.footer-area table td,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .footer-area fieldset,
.page .footer-area fieldset ,
.single .footer-area fieldset {
    padding-top: 0;
}
.footer-area .widget_calendar thead,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .footer-area p span,
.page .footer-area p span,
.single .footer-area p span    {color: #fe900f;font-weight: 400;}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}
.footer-area .s-footer,

.page-template-home-template .footer-area input[type="text"], .page-template-home-template .footer-area input[type="email"], .page-template-home-template .footer-area input[type="url"], .page-template-home-template .footer-area input[type="password"], .page-template-home-template .footer-area input[type="search"], .page-template-home-template .footer-area input[type="number"], .page-template-home-template .footer-area input[type="tel"], .page-template-home-template .footer-area input[type="range"], .page-template-home-template .footer-area input[type="date"], .page-template-home-template .footer-area input[type="month"], .page-template-home-template .footer-area input[type="week"], .page-template-home-template .footer-area input[type="time"], .page-template-home-template .footer-area input[type="datetime"], .page-template-home-template .footer-area input[type="datetime-local"], .page-template-home-template .footer-area input[type="color"], .page-template-home-template .footer-area textarea {background: transparent;}
.page-template-home-template .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,
.page-template-home-template .footer-area .single-footer-1,
.page .footer-area .single-footer-1 ,
.single .footer-area .single-footer-1{    
    margin: 3em 0 0em;
    
}
.footer-area .single-footer-2,
.page-template-home-template .footer-area .single-footer-2,
.page .footer-area .single-footer-2,
.single .footer-area .single-footer-2 {
    padding: 0;
    padding-left: 0em;
    margin-left: 0%;
}
.footer-area .single-footer-3,
.page-template-home-template .footer-area .single-footer-3,
.page .footer-area .single-footer-3,
.single .footer-area .single-footer-3  {
    padding: 0;
    padding-left: 8em;
    margin-left: 0%;
}
.footer-area .single-footer-4,
.page-template-home-template .footer-area .single-footer-4,
.page .footer-area .single-footer-4,
.single .footer-area .single-footer-4{
    padding: 0;
    padding-left: 9em;
    margin-left: 0%;
}
.footer-area .single-footer-5{
   
    padding: 0;
    padding-left: 12em;
    margin-left: 0%;

  }
.footer-area .widget_recent_entries ul li,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,
 .page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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, .page-template-home-template .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,
.page-template-home-template .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,
.page-template-home-template .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;
}
.single .socialMedia ul li a.site-button {
    background: none;
    color: #000;
    padding-right: 10px;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #000;
    font-size: 19px;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #783afd;
}
.single-footer-1 img{  margin: 0 0 0px; }

.single-footer-1 p{
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    font-size: 14px !important;
    color: #cccccc !important;
  }
.single-footer-2 .footer-contact-box{
    margin: 0 0 26px;
}
.single-footer-2 .footer-contact-icon{
    font-size: 18px;
    font-weight: 500;
     color: #fff;
}
.single-footer-2 .footer-contact-text{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.single-footer-2 .footer-contact-text a{
    color: #fff;
}
  .footer-area .widget-title{
    margin-bottom: 2em !important;
    font-size: 20px !important;
    font-weight: 600 !important;    
  }
  .footer-area .widget-title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #fff;
    z-index: 999;
    width: 36%;
  }
  .footer-area .single-footer-2 .social-profile-icons .widget-title{
    margin-bottom: 0em !important;
    margin-top: 0;
    padding: 0 0 0;
  }
  .footer-area .single-footer-2 .social-profile-icons .widget-title:after{
    display: none;
  }
  .footer-area .single-footer-2 .social-profile-icons{
    margin: 28px 0 0 0;
}
  .footer-area .social-profile-icons ul li a{
    
    padding: 3px 5px;
    border-radius: 0%;
    text-align: center;
    line-height: 26px;   
    color: #fff;
    border: 1px solid #fff;
    margin: 0 10px 0 0;
  }

  .footer-area .social-profile-icons ul li:first-child a{padding: 3px 7px;}

  .footer-area .social-profile-icons a:hover i.fa,
  .footer-area .social-profile-icons ul li a:hover i{
    font-size: 17px !important;
    color: #A08E5E !important;
  }
  .footer-area .social-profile-icons ul li a i,
  .footer-area .social-profile-icons i.fa {
     color: #fff !important;
     font-size: 19px;
   }
     .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 28px 0%;
    letter-spacing: 0px;
    font-weight: 500 !important;
    font-size: 34px !important;
    text-align: center;
    position: relative;
    z-index: 1;     
    padding: 0 0;    
    text-transform: uppercase;
    letter-spacing: 1px;
    
}
.category .ht-main-title {
    margin: 0 0 1.5em;
}
.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #fff;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_recent_entries, 
.widget_categories, 
.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px 15px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
    /*text-transform: uppercase !important;*/
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    background: #fff;
    padding: 3em 0em 0;
}
.peccular-innerpage-overlay {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #000;
    opacity: 0.5;
    display: flex;
    align-items: center;
    text-align: center;
}
.peccular-page-main{
    position: relative;
}

#content-box ul li:before, #content-box ol li:before, main#innerpage-box div#sitemap-box ul li a:before {
    color: #E38708;
}
.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 ul.products li.product .price, 
.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-about-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, 
main#innerpage-box .blog-date span{
        color: #E38708;

}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    padding: 0px 0 0.5em 31px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.breadcrumbbox .button{
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 0px;
    padding: 0px 22px;
    height: 35px;
    background: #000;
}
.breadcrumbbox span {
    color: #fff;
    margin: 0 3px;
    font-size: 17px;   
    font-weight: 500;
    text-transform: uppercase; 
    letter-spacing: 1px;  
}
.breadcrumbbox span.bread-arrow { 
    font-size: 34px;
    color: #fff;
    height: 10px;
    position: relative;
    top: -8px;

  }
.breadcrumbbox span i{
    font-size: 11px;
    line-height: 5px;
    position: relative;
    top: 0px;
    padding: 0px 12px;
    color: #fff;
}
.breadcrumbbox a {
    color: #fff;
    font-weight: 500;    
    padding: 0px 0px;
    font-size: 16px;
    text-transform: uppercase; 
    position: relative;  
    top: -10px;
}
.breadcrumbbox span.treeEnd{
    position: relative;
    top: -10px;
}
.breadcrumbbox a:hover {
    color: #A08E5E;
}
/*--------------------------------------------------------------
## Blog inner page
--------------------------------------------------------------*/


#innerpage-box .inner-blog-post{
    margin-bottom: 4em;
}

#innerpage-box .inner-blogpost{
    margin: 0 32px;
    box-shadow: 0 0 8px 5px #aaa;
    padding: 0 0 30px;
}

#innerpage-box .inner-blogpost-info {
    margin-bottom: 0;
    padding: 0px;
    background: #fff;
    margin: -5px 0 0 0;
   
}
#innerpage-box .blog-info-area{ 

    padding: 0 35px;
    margin: 0;
    position: relative;
    background-image: linear-gradient(to top,transparent 0%,#8098a5 170%);
 }

#innerpage-box .blog-date {
    font-size: 13.3px;
    line-height: 25px;
    font-weight: 300;
    word-break: break-word;
    padding: 10px 0 0;
    text-transform: uppercase;  
    color: #A08E5E; 
    margin: 0 0;
}

#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    max-height: 350px;
    height: 100%;
   
}
#innerpage-box .inner-blog-post:hover .ht-blog-thumbnail img {
   border-radius: 0;
}

#innerpage-box .blog-info-area h2,
#innerpage-box #blog-box h2 {
   
    font-size: 17px !important;
    font-weight: 600;
    word-break: break-word;
    padding: 0;    
    letter-spacing: 0.68px;
    text-transform: capitalize;
    color: #000 !important;
}
#innerpage-box .inner-blogpost-info:hover .blog-info-area h2 {
    color: #A08E5E;
}
div#secondary .social-profile-icons ul li i:hover, main#innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}
#innerpage-box .inner-blog-excerpt,
#innerpage-box #blog-box .inner-blog-excerpt {
    font-size: 13px !important;
    line-height: 23px;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 15px;
    color: #5B5B5B;
    letter-spacing: 0.52px;
}
#innerpage-box .post-single-content{
    margin: 1em 0 2em;
}

#innerpage-box .blog-page-btn{    
    display: inline-block;
    margin: 6px 0 0px;
}

#innerpage-box .blog-page-btn a{
    font-size: 13px;  
    font-weight: 300;
    line-height: 18px;
    border: 1px solid #000;    
    color: #000;    
    text-align: center;
    padding: 5px 11px;
    transition: all .6s;
    text-transform: uppercase;
   
}
#innerpage-box .blog-page-btn .blogbtnbrdr{
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 7px 11px 0;
    width: 79%;
}
#innerpage-box .blog-page-btn:hover .blogbtnbrdr{
    width: 100%;
    color: #A08E5E;
}
#innerpage-box .blog-page-btn:hover a{
    background: #A08E5E;    
    color: #fff;    
    transition: all .3s;
}

#innerpage-box .single_post .blog-page-btn i {
    display: none;
}

/*-----------social icon---------------*/

#innerpage-box .inner-blog-post .peccular-blog-social-icon{
   
    line-height: 43px;    
    position: absolute;   
    top:0px;
    right: 14px;
    z-index: 999; 
    width: 40px;    
   
}
#innerpage-box .inner-blog-post .peccular-blog-social-icon i {
    color: #fff;
    font-size: 20px;   
    padding: 0px;
}
#innerpage-box .inner-blog-post .peccular-blog-hoversocial-icon{

  
    overflow: hidden;
    text-align: center;
    background: #A08E5E;
    opacity: 0;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    top: -242%;
    bottom: 17%;
    /*width: 40px; */
    border: 31px 35px 24px 33px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#innerpage-box .inner-blog-post .peccular-blog-hoversocial-icon a i{
    color: #fff;
    font-size: 19px;   
    padding: 0px;

}
#innerpage-box .inner-blog-post .peccular-blog-hoversocial-icon a i:hover{
    color: #f9c12c !important;
}
#innerpage-box .inner-blog-post .peccular-blog-hoversocial-icon a {
    display: block;
    text-align: center;
    bottom: 0;
    position: relative;
   margin: 10px 10px -24px 10px ;
    color: #fefefc;
    /*margin-left: 10px;
    margin-right: 10px;*/
   
}
#innerpage-box .inner-blog-post .peccular-blog-hoversocial-icon:before,
#innerpage-box .inner-blog-post .peccular-blog-hoversocial-icon:after{
  content: "";
    background-color: #A08E5E;
    /*height: 200px;*/
    width: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.4s ease-out 0.1s;
}
#innerpage-box .inner-blog-post .peccular-blog-social-icon:hover .peccular-blog-hoversocial-icon:before{

 left: 100%; 
}
#innerpage-box .inner-blog-post .peccular-blog-social-icon:hover .peccular-blog-hoversocial-icon:after{
    opacity: 0.3;
    transform: scale(1);
}
#innerpage-box .inner-blog-post .peccular-blog-social-icon:hover .peccular-blog-hoversocial-icon{   
    opacity: 0.9;
    bottom: 0%;
    left: 3px;
    transition: all 0.9s ease 0s;
    display: block;
    z-index: -1;
}

/*------------------------------*/

.single main#innerpage-box h2{

    padding: 0px 47px !important;
    font-weight: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 21px !important;
    color: #A08E5E;
    text-decoration: none;
}
.single main#innerpage-box h2:hover{
     color: #000;
}

.single main#innerpage-box .comment-respond h4{
  
    padding: 0 0;
    
}
.single main#innerpage-box .comment-respond h4 span{
    text-align: left !important;
    padding: 0 0;   
}

div#secondary {
    /*border: 1px solid #ccc;*/
    padding: 0px;
    border-radius: 5px;
}
main#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    /* display: flex; */
    padding: 0 1em;
}
#innerpage-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.single #innerpage-box .single_post .blog-info-area{
    background: #fff !important;
}
.single #innerpage-box .single_post .margintopbtm{
    margin: 3em 0 2em;
}

.single #innerpage-box .single_post .blog-author a,
.single #innerpage-box .single_post .blog-category a, 
.single #innerpage-box .single_post .blog-tags a,
.single #innerpage-box .single_post .blog-time,
.single #innerpage-box .single_post .single-blog-date{ 
    color: #66727D !important;
    font-size: 19px !important;
}

.single #innerpage-box .single_post .blog-author a:hover,
.single #innerpage-box .single_post .blog-category a:hover, 
.single #innerpage-box .single_post .blog-tags a:hover,
.single #innerpage-box .single_post .blog-time:hover,
.single #innerpage-box .single_post .single-blog-date:hover{  color: #A08E5E !important;}

.single #innerpage-box .single_post .blog-author i,
.single #innerpage-box .single_post .blog-time i,
.single #innerpage-box .single_post .single-blog-date i,
.single #innerpage-box .single_post .blog-category i,
.single #innerpage-box .single_post .blog-comment i,
.single #innerpage-box .single_post .blog-tags i {
    color: #A08E5E;
    margin-right: 7px;
    margin-left: 10px;
}
#innerpage-box .single_post .blog-page-btn a{
    background: #A08E5E;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    border: none;
}
.single #innerpage-box .single_post .post-single-content p{
        font-size: 17px;
}
.single #innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
.single #innerpage-box .single_post .blog-tags a {
    color: #664aed;
    font-size: 18px;
    font-weight: 500;
}
.single #innerpage-box .blog-comment{
        transform: rotate(0deg) !important;
        text-align: left !important;
}
.single #innerpage-box .comment-respond h4{ padding: 0 0;}
.single #innerpage-box .comment-respond h4 span{ text-align: left !important;  padding: 0 0;}
.single #innerpage-box .single_post ul li:before{
    display: none !important;
}
   
.single #innerpage-box .single_post .blog-info-area .metabox2brdr {
    border-bottom: 1px solid #eaeaea !important;
}
.single #innerpage-box .single_post .blog-info-area .metabox2brdr ul li{
    display: inline-block;
}

/*-------------shop inner page-------------*/

main#innerpage-box h2.woocommerce-loop-product__title{
    color: #000 !important;
}
main#innerpage-box .woocommerce ul.products li.product .price del span{ color: #000 !important; }
main#innerpage-box .woocommerce ul.products li.product .price ins span{ color: #E38708 !important;}
main#innerpage-box .woocommerce ul.products li.product .button,.woocommerce a.button,
main#innerpage-box .woocommerce span.onsale{ color: #fff; background: #E38708; }
main#innerpage-box .woocommerce ul.products li.product:hover .button{ color: #fff; background: #000; }

/*--------------------------------*/

/*/*-----------------------
## Contact inner Template
-----------------------------*/
#innerpage-box .inncontact-heading .peccular-section-head h2{

    color: #A08E5E;   
    margin-bottom: 0px; 
    margin-top: 0;   
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
#innerpage-box .inncontact-heading .peccular-section-head{
    margin: 86px 0 26px;
}
#innerpage-box .inncontact-heading .peccular-section-head h2 img.service-heading-imgleft{padding: 0 70px 0 0px;}
#innerpage-box .inncontact-heading .peccular-section-head h2 img.service-heading-imgright{padding: 0 0 0 70px;}
#innerpage-box .inncontact-infobox{
      margin: 6em 0 0;
    
}
#innerpage-box .inncontact-infobox1{
    border: 2px solid #6c6c6c;
    margin: 0 8px;
    padding: 0 6px 6px;
    position: relative;
    z-index: 0;
}
#innerpage-box .inncontact-infobox .infoboxinn{
    background-image: linear-gradient(to top,#F2F2F2 0%,#8098a5 170%);
    text-align: center;
    position: relative;
    top: -6px;
    padding: 36px 0;
    z-index: 9999;
}
#innerpage-box .inncontact-infobox .infoboxinn h2{
    font-size: 28px;
    font-weight: 700;
    color: #01314B;
    letter-spacing: 1.12px;
    text-transform: inherit;
    margin: 34px 0 0;
}
#innerpage-box .inncontact-infobox .infoboxinn h2 i{
    font-size: 28px;
    font-weight: 700;
    color: #01314B;
    margin: 0 8px 0 0px;
}
#innerpage-box .inncontact-infobox .infoboxinn p,
#innerpage-box .inncontact-infobox .infoboxinn p a{
     font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    color: #3D3D3D;
}
#innerpage-box .inncontact-infobox .infoboxinn p a:hover{
    color: #A08E5E;
}
#innerpage-box .inncontact-detailbox .detailsbox{}

#innerpage-box .inncontact-detailbox .detailsbox p{
    text-align: left;
    letter-spacing: 0.8px;
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 0 50px 0 0;
}
#innerpage-box .inncontact-socials{
    margin:15px 0px;
}
#innerpage-box .inncontact-socials a i{
    
    color: #a4a4a4;
    font-size: 30px;
    font-weight: 500; 
    margin: 0 30px 0 0;      
}
#innerpage-box .inncontact-socials a i:hover{
    color: #01314B;
    transform: scale(1.2);
    transition: all 0.5s ease 0s;
}

#innerpage-box .peccular-contact-mapbox iframe {
    z-index: 1;
    width: 100%;
    height: 500px;
    margin-top: 70px;
}
#innerpage-box .peccular-inncontact-form {
    
}
#innerpage-box .peccular-inncontact-form input[type="text"], 
#innerpage-box .peccular-inncontact-form input[type="email"], 
#innerpage-box .peccular-inncontact-form input[type="url"],
#innerpage-box .peccular-inncontact-form input[type="password"], 
#innerpage-box .peccular-inncontact-form input[type="search"], 
#innerpage-box .peccular-inncontact-form input[type="number"], 
#innerpage-box .peccular-inncontact-form input[type="tel"], 
#innerpage-box .peccular-inncontact-form input[type="range"], 
#innerpage-box .peccular-inncontact-form input[type="date"], 
#innerpage-box .peccular-inncontact-form input[type="month"], 
#innerpage-box .peccular-inncontact-form input[type="week"], 
#innerpage-box .peccular-inncontact-form input[type="time"], 
#innerpage-box .peccular-inncontact-form input[type="datetime"], 
#innerpage-box .peccular-inncontact-form input[type="datetime-local"], 
#innerpage-box .peccular-inncontact-form input[type="color"], 
#innerpage-box .peccular-inncontact-form select, 
#innerpage-box .peccular-inncontact-form textarea {

    margin-bottom: 34px;
    border: none;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 0;
    background-color: #F2F2F2;
    letter-spacing: 0.6px;
    color: #797979;
    font-weight: 500;
}
#innerpage-box .peccular-inncontact-form input::placeholder,
#innerpage-box .peccular-inncontact-form textarea::placeholder{
    opacity: 1;
    color: #797979;
}
#innerpage-box .peccular-inncontact-form textarea {
    height: 170px;
}
#innerpage-box .peccular-inncontact-form input[type="submit"] {
    display: inline-block;
    font-weight: 500;    
    border: 1px solid #797979;
    font-size: 23px;
    line-height: 20px;
    color: #949292;
    transition: all 0.5s ease 0s;
    margin: 0 0px;
    padding: 20px 73px;
    background: none;
    box-shadow: none;
    border-radius: 0;
  
}
#innerpage-box .peccular-inncontact-form input[type="submit"]:hover {
   
    background-color: #A08E5E;
    color: #fff;
}
#innerpage-box .peccular-inncontact-form .peccular-contact-block {
    margin-top: 2em;
}


/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box {  

    margin:0 0px 23px;
    background: #F6F6F6 ;    
    padding: 0 0;
}
#innerpage-box .peccular-service-image img { 
    border-radius: 0px;
    width: 100%;
    height:432px;
    transition: all .6s;
}
#innerpage-box .peccular-service-box:hover .peccular-service-image img{
    filter: brightness(0.8);
      transition: all .6s;
}
#innerpage-box .peccular-service-box .peccular-service-content h4{
    background: none;  
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
}
#innerpage-box .peccular-service-box .peccular-service-content h4 a {

    color: #545454 !important;
    font-size: 22px;
    font-weight: 500;
}
#innerpage-box .peccular-service-box .peccular-service-content p {

    color: #545454 !important;
    font-weight: 400;
    font-size: 15px !important;
    letter-spacing: 0.6px;
    line-height: 25px;
    margin-bottom: 3px;
    margin-top: 3px;
}
#innerpage-box .peccular-service-content {
      
    bottom: 30px;
    padding: 0 31px 0 30px;
    transition: 0.4s;
}
#innerpage-box .peccular-service-box:hover .peccular-service-content h4 a{

    color: #A08E5E !important;
}
#innerpage-box .peccular-service-box .service-view-btn{
   
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 33px;
}
#innerpage-box .peccular-service-box .service-view-btn a{
    font-size: 16px;   
    font-weight: 500;
    line-height: 25px;    
    color: #000;    
    text-align: left;
    padding: 0 0;
    letter-spacing: 0.64px;
    transition: all .6s;
    
}
#innerpage-box .peccular-service-box .service-view-btn .btnborder {
    border-bottom: 1px solid #898989;
    width: 66%;
    padding: 1px 0;
    opacity: 0.7;
    transition: all .6s;
}
#innerpage-box .peccular-service-box:hover .service-view-btn a{
  
    color: #A08E5E;
    letter-spacing: 1px;
}
#innerpage-box .peccular-service-box:hover .service-view-btn .btnborder{
     width:100%;
     border-bottom-color: #A08E5E;
}


/*---------------------- End Services page ------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/

#innerpage-box .faqnformbox{
    margin-bottom: 4em;
   clear: both;
}
#innerpage-box .faqarea{   
    overflow: hidden;
    clear: both;  
    margin-top: 13px;
}
#innerpage-box .faqcontactform {    
    overflow: hidden;
    position: relative;    
}
#innerpage-box .faqcontactform .faqformarea{
    margin: 0 0;
}
#innerpage-box .faqcontactform img.faqformbg{     
    width: 610px;
    height: 445px;
    margin: 46px 0 0;   
}
#innerpage-box .faqcontactform .peccular-section-head{
    margin: 0 0;
    position: relative;
    z-index: 10;
}
#innerpage-box .faqcontactform .peccular-section-head h2{
    font-size: 43px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    letter-spacing: 1.72px;
    text-transform: capitalize;
    margin: 0 0 45px;
    padding: 0 0;
}
#innerpage-box .faqcontactform .peccular-section-head h3{
    color: #000;
    font-weight: 300;
    font-size: 20px !important;
    letter-spacing: 0.8px;
    line-height: 25px;
    padding: 0 0;
    margin: 14px 0 31px;
    text-transform: uppercase;
}
#innerpage-box .faqcontactform .peccular-section-head p{
    color: #424242;
    font-weight: 300;
    letter-spacing: 0.76px;
    font-size: 19px !important;
    padding: 0 125px 0 0;
    line-height: 30px;   
    margin: 0 0 40px;
}
#innerpage-box .faqcontactform  .read-btn{
    display: inline-block;
    border: 1px solid #414141;
    padding: 10px 18px;
}
#innerpage-box .faqcontactform  .read-btn a{
    font-size: 25px;
    color: #343434;
    font-weight: 500;
    letter-spacing: 1px;
}
#content-box .faq .faq-content{
    margin-bottom: 20px;
    /*padding: 0 15px;   */
    border-radius: 0px;
    background-color: #F6F7F9;
    padding: 10px 24px 10px 26px;
}
#content-box .faq .faq-content.active{
    border: 1px solid #A08E5E;
}
#content-box .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
}
#content-box .faq-content button.accordion.active, button.accordion:hover {
    /*background-color: #ddd;*/
    opacity: 1;
}
#innerpage-box #content-box h3.faq-title:before {
    content: '\f107';
    font-family: 'Fontawesome';
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #000;
}

#innerpage-box #content-box .faq-content button.accordion.active h3.faq-title:before {
    content: "\f106";
    font-family: 'Fontawesome';
     color: #A08E5E;
    
}
#content-box .faq-content div.panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  margin: 0 0 0px;
  border-radius: 0;
  border: 0;
    box-shadow: none;
}
#content-box .faq-content div.panel p{
    margin:0 0 0px;
    color: #000 !important;
}
#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: 18px !important;
    line-height: 28px;   
    -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;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-right: 25px;
    text-align: left;
    color: #000;
    margin: 0 0;
    text-transform: uppercase !important;
}
#innerpage-box #content-box button.accordion.active h3.faq-title{
    color: #A08E5E;
}
#innerpage-box #content-box h3.faq-title:after {
    display: none;
}
#content-box .faq-content p {
    font-size: 18px !important;
    padding: 0;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 400;
    color: #000;
    line-height: 32px !important;
}
.peccular-faqs-head {
    text-align: center;
    padding: 0 14em;
}
#innerpage-box .peccular-faqs-head h3{
    font-size: 15px;
    color: #4c4c67;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
#innerpage-box .peccular-faqs-head h2{
    font-size: 37px;
    line-height: 1.46;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #091d3e;
    text-transform: capitalize;
}
/*-----------------------
## End FAQS page
-----------------------------*/

/*-----------------------
## Testimonials inner page
-----------------------------*/

#innerpage-box .peccular-testimonials-single {      
    margin:0em 10px 3em 0;
    padding: 0em;
    background: #e3e3e3;
    box-shadow: 0px 0px 7px #231f204d;
}

#innerpage-box .peccular-testimonials-single h4.peccular-testimonials-name {
    color: #000;
    font-size: 16px !important;
    font-weight: 600;
    margin: 20px 0 7px -23px; 
    letter-spacing: 0.64px; 
    text-align: left; 
    line-height: 30px; 
}
#innerpage-box .peccular-testimonials-single h6.peccular-testimonials-designation {
    color: #494A51;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-align: left;
    margin:0 0 0 -13px;    
}
#innerpage-box .peccular-testimonials-single .imgmargin{
    padding: 0 4em 43px;
}

#innerpage-box .peccular-testimonials-image{
    margin: 0 ;
    padding: 0;  
    text-align: left; 
}
#innerpage-box .peccular-testimonials-image img{   
    border-radius: 50%;
    width: 104px;
    height: 104px;
    position: relative;    
    margin: 0 0 ;
    box-shadow: 1px 1px 5px #00000029; 
}
#innerpage-box .peccular-testimonials-content p {
    padding: 0 0 0 17px;
    color: #323232;
    font-size: 17px !important;
    line-height: 31px !important;
    text-align: left;
    letter-spacing: 1px;
    margin: 0;
    opacity: 0.9;
}
#innerpage-box .peccular-testimonials-content i.fa-quote-left {
    color: #d2d2d2;
    font-size: 23px;
    text-align: left;
    margin: 0 0 0 -21px;
    transform: rotateX(166deg);
}
#innerpage-box .peccular-testimonials-content i.fa-quote-right {
    position: relative;
    right: -9px;
    bottom: 9px;
    float: right; 
     color: #aeaeae;
    font-size: 23px; 
}
#innerpage-box .peccular-testimonials-content {
    padding:36px 46px 20px 49px;
    margin-bottom: 22px;     
}
#innerpage-box .peccular-testimonials-single:hover{
    -webkit-box-shadow: 0px 5px 20px rgb(50 50 0 / 30%);
    box-shadow: 0px 2px 5px rgb(50 50 0 / 30%);
    border-radius: 16px;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-content i{
    color: #E38708;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image img {
    border: 2px solid #E38708; 
}
#innerpage-box .peccular-testimonials-single:hover h4.peccular-testimonials-name{
    color: #E38708;
}
/*-----------------------
## End Testimonials page
-----------------------------*/

/*--------------- event inner page -------------------------------*/

#innerpage-box .peccular-event-single {
    
    box-shadow: 0px 0px 40px #00000033;
    background: #fff;
    padding: 0 0;
    position: relative;
    margin: 0 27px 3em;
}
#innerpage-box .peccular-event-single .peccular-event-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
#innerpage-box .peccular-event-single .peccular-event-img img{
    width: 100%;
    transition: all 0.5s ease;
}
#innerpage-box .peccular-event-single .peccular-event-img .eventover{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 0;
  content: "";
  background: #A08E5E;
  transition: all 500ms ease;
  z-index: 1;
  opacity: 0.5;
}

#innerpage-box .peccular-event-single:hover .peccular-event-img .eventover {

  height: 100%;
  transition-delay: 500ms;

}

#innerpage-box .peccular-event-single .peccular-event-content h4{
    margin: 0;  
    padding: 0; 
    line-height: 26px;
}
#innerpage-box .peccular-event-single .peccular-event-content h4 a{   
    font-size: 18px !important;
    font-weight: 500;
    word-break: break-word;
    padding: 0;
    letter-spacing: 0.68px;
    text-transform: capitalize;
    color: #000;
}

#innerpage-box .peccular-event-content{
    padding: 15px 20px;
    margin: -5px 0 0 0;
    position: relative;
    background-image: linear-gradient(to top,transparent 53%,#8098a5 148%);
}
#innerpage-box .peccular-event-content i{
    font-size: 85px;
    color: #E38708;
    margin: 0 0 25px;
}
#innerpage-box .peccular-event-single .peccular-event-content p{   
    font-size: 16px;
    font-weight: 200;
    word-break: break-word;
    line-height: 25px;   
    margin: 10px 0;
    color: #000;
    letter-spacing: 0.55px;
    opacity: 0.9;
  
}
#innerpage-box .peccular-event-content .eventbtn{
    position: relative;
    overflow: hidden;
    margin: 9px 0 9px;
}
#innerpage-box .peccular-event-content .eventbtn i {
    font-size: 16px;
    color: #000;
    margin: 0 0;
    position: relative;
    top: 1px;
    left: 6px;
}
#innerpage-box .peccular-event-content:hover .eventbtn i{  color: #A08E5E;}
#innerpage-box .peccular-event-content .eventbtn a.read-btn{
    font-size: 16px;   
    font-weight: 500;
    line-height: 18px;
    background: none;    
    color: #A08E5E;    
    text-align: center;
    padding: 14px 22px 14px 0;
    transition: all .6s;
    display: inline-block;
    position: relative;
}

#innerpage-box .peccular-event-content .eventbtn a.read-btn:before{
    content: "";
    position: absolute;
    border: 1px solid #A08E5E;
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 0%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}

#innerpage-box .peccular-event-content .eventbtn a.read-btn:hover:before{
    opacity: 1;
    transition:all .6s;
    width: 100%;
}
#innerpage-box .peccular-event-content:hover .eventbtn a.read-btn{
    background: #fff;    
    color: #000;
    padding: 14px 22px;   
    transition: all .3s;
    z-index: 10;
}



/*---------------------- End event page ------------------------*/

/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
body.page-template-default main#innerpage-box h1,
body.page-template-default main#innerpage-box h2,
body.page-template-default main#innerpage-box h3,
body.page-template-default main#innerpage-box h4,
body.page-template-default main#innerpage-box h5,
body.page-template-default main#innerpage-box h6,

.page-template-templates main#innerpage-box h1,
.page-template-templates main#innerpage-box h2,
.page-template-templates main#innerpage-box h3,
.page-template-templates main#innerpage-box h4,
.page-template-templates main#innerpage-box h5,
.page-template-templates main#innerpage-box h6,

.single main#innerpage-box h1,
.single main#innerpage-box h2,
.single main#innerpage-box h3,
.single main#innerpage-box h4,
.single main#innerpage-box h5,
.single main#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: #E38708;
    font-size: 40px;
    font-weight: 600;
}
#innerpage-box h2{
     color: #E38708;
    font-size: 20px;
    font-weight: 600;
}
#innerpage-box h3{ 
    color: #E38708;
    font-size: 20px;
    font-weight: 600;
}

#innerpage-box h4{
     color: #E38708;
    font-size: 18px;
    font-weight: 600;
}
#innerpage-box h5{
     color: #E38708;
    font-size: 17px;
    font-weight: 600;
}
#innerpage-box h6{
     color: #E38708;
    font-size: 16px;
    font-weight: 600;
}
#innerpage-box p{
     color: #959595;
    font-size: 15px;
    font-weight: 400;
}

#innerpage-box li {
    font-size: 15px;
    color: #3b3b3b;
}

/*// --------------Responsive css----------------------------- */


@media screen and (min-width:320px) and (max-width:375px){
#about .peccular-about-imgbox .abtexpeience{ width: 55%; bottom: 125px;}
}
