/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #fff;}
header.site-header .maintop-header{
    background: #06332e;
    padding: 2px 0;
    /*border-bottom: 1px solid #b4b4b4;*/
}
.site-header {
    position: relative;
    z-index: 99999;
    position: absolute;
    width: 100%;
   /* overflow: hidden;*/
}
.ht-sticky-header .site-header{
    position: fixed;
}

.top-bar-head{

    padding: 0px;
    width: 100%;
    display: inline-block;
    background: transparent;
    border-radius: 0px;
    z-index: 999;
    /*border-bottom: 1px solid #b4b4b4;*/
    position: relative;
} 
.mainbottom-header.top-bar-head.bottom-header .header-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4px;
    background: linear-gradient( to top,transparent -11%,#06332e 106% );
    opacity: 0.95;
    background-size: cover;
    z-index: -1;
    
   } 
.top-bar-head .header-bottom-border{
    border-bottom: 1px solid #dad3c9;
    position: relative;
    bottom: 4px;
    left: 18px;
    opacity: 0.5;
}
.ht-sticky-header .site-header .top-bar-head{
    background-color: #000;
}
.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}
.maintop-header ul li{
    list-style: none;
    float: right;
    line-height: 45px;
   
}
.maintop-header ul li:last-child{
     margin-left: 0em;
}
.maintop-header ul li:first-child{
     margin-left: 3em;
}
.maintop-header ul li a {
    font-size: 17px;
    font-weight: 400;    
    margin: 0;
    color: #b3b2b2;
}
.maintop-header ul li a.h-phone {
    color: #b3b2b2;
}
.maintop-header ul li a.h-email {
    color: #b3b2b2;
}
.maintop-header ul li i.fa-envelope-o {
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
    line-height: 29px;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 34px;
    height: 34px;
    text-align: center;
}
.maintop-header ul li i.fa-phone {
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
    line-height: 29px;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 34px;
    height: 34px;
    text-align: center;
}

.site-header .site-navigation { text-align: right; }
.site-header .socials {text-align: right; padding: 25px 13px 25px 0;}

.site-header .socials a i.fa {
    color: #06332e;
    font-size: 18px;
    margin-right: 11px;
    margin-bottom: 5px;
    line-height: 33px;
    border-radius: 50%;
    background: #fff;
    /*border: 3px solid #fff;*/
    width: 32px;
    height: 31px;
    text-align: center;    
    transition: all 0.9s;
}
.site-header .socials a i.fa:hover {
    color: #fff;
    background: #06332e;
    transform: scale(1.2);
    transition: all 0.9s;

}
/*--------------------  General Header container---------------------------*/
.container.hr-btm {
    padding-right: 0;
    margin-right: 0;
}
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.page-template-home-template .ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #b3b2b2;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    text-align: left;
    padding: 0px 62px 0px 0;
}
.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;
    background: #fff;
    position: absolute;
    top: -50px;
}
.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: 1;
    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: 35px;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 400 !important;
    line-height: 36px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.navigation .mainmenu li.current_page_item a, .current_page_item > a,
.navigation .mainmenu li a:hover,
div#navbarNavDropdown li.current_page_item a:hover, 
.current_page_item > a:hover{
    color: #f9c12c;
    border-bottom: 1px solid #fff;
}
.navigation .mainmenu li a  {
    color: #ebf0f1;
}
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: #06332e;
 }
.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{
    background:#fff ;
}
.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, 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: #fff;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #fff;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    overflow: hidden;
}
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;
    /* transition: all 0.5s ease 0s; */
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a  {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}
.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;
}
/*----------------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: #06332e;
    color: #fff;
}
.navigation .mainmenu li a{ color: #06332e ; }

}
@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;
}
@media screen and ( max-width: 768px) and (min-width: 720px){
    .page-template-home-template .sticky-header {
        margin-top: 0;
    }
}

@media screen and (max-width:720px) {
    .page-template-home-template .sticky-header {
        margin-top: 0;
    }
}
/*----------------------------------------*/
/*  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: #06332e;
}
.page-template-home-template #services .service-bg,
.page-template-home-template #about .about-bg,
.page-template-home-template #counter .counter-bg,
.page-template-home-template #features .features-bg,
.page-template-home-template #steps .steps-bg,
.page-template-home-template #project .project-bg,
.page-template-home-template #facility .facility-bg,
.page-template-home-template #testimonials .testimonials-bg,
.page-template-home-template #team .team-bg,
.page-template-home-template #pricing .pricing-bg,
.page-template-home-template #contact .contact-bg,
.page-template-home-template #blog .blog-bg,
.page-template-home-template #ourclient .ourclient-bg,
.page-template-home-template #newsletter .newsletter-bg,
.page-template-home-template #footer .footer-bg

{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
.page-template-home-template #services,
.page-template-home-template #about,
.page-template-home-template #counter,
.page-template-home-template #features,
.page-template-home-template #steps,
.page-template-home-template #project,
.page-template-home-template #facility,
.page-template-home-template #testimonials,
.page-template-home-template #team,
.page-template-home-template #pricing,
.page-template-home-template #contact,
.page-template-home-template #blog,
.page-template-home-template #ourclient,
.page-template-home-template #newsletter,
#footer{
    position: relative;
    overflow: hidden;
}
.page-template-home-template .peccular-section-head {
    position: relative;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

.swiper-container-horizontal>.swiper-pagination-bullets {
    display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{
    position: absolute !important;
    top: 51% !important;
    left: 10% !important;
    width: 10% !important;
    text-align: left !important;
}

.swiper-pagination-bullet-active{
    opacity: 1;
    background: #06332e !important ;    
}
.swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;    
    border-radius: 100%;
    background: #fff !important;
    /*color: #fdfdfd !important;*/
    display: block !important;
    opacity: 1 !important;
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
.slider-area{    
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.hero-style {
    height: 850px;
    transition: all .4s ease;
}
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: left;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.peccular-slider-mainoverlay{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
    background-size: cover;
}

.slider-area img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
}
.slide-inner .slider-inner-mainbox {
    position: absolute;    
    left: 12%;
    top: 34%;    
    width: 680px;
    /*height: 447px;*/
        z-index: 0;   
}
.slide-inner .slider-inner-mainbox .hero-overlay{
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-inner-mainbox:after{
    content: "";
    position: absolute;
    border-left: 3px solid #fff;
    top: 21px;
    left: 54px;
    right: 0;   
    height: 85%;
    z-index: 1;
}
.slider-inner-mainbox:before{
    content: "";
    position: absolute;
    border-top: 3px solid #fff;
    top: 48px;
    left: 28px;
    width: 90%; 
    z-index: 1;   
}

.slider-inner-box {
    position: relative;
    padding: 6em 5em 8em;
    text-align: center;
}

.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    max-width: 690px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 7px 4px !important;
}

.slider-area h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding: 20px 0;
}

.hero-style .slide-title h2 {
    font-size: 49px;
    line-height: 50px;
    color: #ffffff;   
    transition: all .4s ease;
    padding: 0 0 10px 0;

}
.hero-style .slide-title h2 span{
    font-size: 32px;
    color: #ffffff;    
    transition: all .4s ease;
    padding: 0 0 0 15px;
    font-weight: 500;
}
.slider-area p {
    color: #fff;
    padding-bottom: 27px;
    margin: 0;
}

.hero-style .slide-text p {
    z-index: 1;
    text-align: center;
    /*font-family: Rajdhani;*/
    font-size: 16px;
    color: #ffffff;
    transition: all .4s ease;
}
.hero-style ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-style ul li{
   display: inline-block;
    padding-right: 10px;
}

.slide-btns-2.animated.fadeInDownBig {
    position: relative;
    z-index: 5;
}
.hero-style .slide-btns-2 a.ReadMore{
    font-size: 17px;
    border-radius: 0px;
    font-weight: 500;
    line-height: 18px;
    background: #fdfdfd;    
    color: #06332e;
    outline-width: 0;
    text-decoration: none !important;
    padding: 12px 28px;
    transition: all .6s;
    display: inline-block;
    position: relative;
}
.hero-style .slide-btns-2 a.ReadMore:after{
    content: "";
    position: absolute;
    border-left: 2px solid #fff;
    top: 0px;
    left: 12px;
    right: 0;
    height:0%;
    z-index: 1;
    opacity: 0;
    transition: all .6s;
}
.hero-style .slide-btns-2 a.ReadMore:before{
    content: "";
    position: absolute;
    border-top: 2px solid #fff;
    top: 9px;
    left: 0px;
    width: 0%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}
.hero-style .slide-btns-2 a.ReadMore:hover:after{
    opacity: 1;
    transition:all .6s;
    height: 98%;
}
.hero-style .slide-btns-2 a.ReadMore:hover:before{
    opacity: 1;
    transition:all .6s;
    width: 89%;
}
.hero-style .slide-btns-2:hover a.ReadMore{
    background: #06332e;    
    color: #fff;
    padding: 17px 25px 11px;
    font-size: 17px;
    transition: all .3s;
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 0px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    color: #fcfdfb;
}

.hero-slider .swiper-button-prev {
    left: 60px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-next {
    right: 60px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
    color: #000;
}

.hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.hero-slider .swiper-button-prev:before {
    content: "\f177";
    font-family: FontAwesome;
    position: absolute;
    left: -15px;
    color: #ebeff1;
}

.hero-slider .swiper-button-next:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
    color: #ebeff1;
}

.hero-slider .swiper-button-prev:hover:before, .hero-slider .swiper-button-next:hover:before {
    color: #000;
}

@media (min-width: 1024px){
    .hero-style {
        height: 677px;
    }
}


/*----------------------------------------*/
/*  Services Area
/*----------------------------------------*/
.page-template-home-template #services .service-bg{
    /*background-image: url(images/serviceBgImg.jpg);*/
        height: 473px;
}
.page-template-home-template #services .service-bgoverlay{
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 473px;
    opacity: 0.7;
}

.page-template-home-template #services .peccular-section-head h2{

    color: #fff;   
    margin-bottom: 27px; 
        margin-top: 2em;   
    font-weight: 700;
    font-size: 19px;
}

.page-template-home-template #services .peccular-section-head h3{    
    color: #fff;   
    margin-bottom: 35px;    
    font-weight: 800;
    font-size: 36px;
}
.page-template-home-template div#services {
    position: relative;
    margin: 0em 0;
}
.page-template-home-template #services .peccular-service-box{
    position: relative;
    margin: 0;   
    margin-bottom: 30px;
    background:#ffffff80;
    padding: 8px;
    /*box-shadow: 0px 8px 4px -3px #e4e4ee;*/
}
.page-template-home-template #services .peccular-service-box .peccular-service-image {
    padding: 0px;
    position: relative;
    overflow: hidden;

}
.page-template-home-template #services .serbrdr:nth-child(even) .image-bttom-border{
    border-bottom: 5px solid #fef6e1;
    position: relative;
    bottom: 10px;
    transition: all 0.5s;   

}
.page-template-home-template #services .serbrdr:nth-child(odd) .image-bttom-border{
   
    border-bottom: none;
}
.page-template-home-template #services .serbrdr:nth-child(odd) .peccular-service-content h4 a{
   
   position: relative;
   top: -6px;
}
.page-template-home-template #services .peccular-service-box .peccular-service-image img {
    width: 100%;
    border: 6px solid #ffffff70;
    transition: all 0.9s ease;
       
}

.page-template-home-template #services .peccular-service-content {    
    position: absolute;
    bottom: 6px;
    margin: 0px;
    left: 0;
    right: 0;
    text-align: center;    
    padding: 17px 14px 9px;
    background: #ffffff;
    opacity: 0.7;
    transition: all 0.5s; 
}
.page-template-home-template #services .peccular-service-box .peccular-service-image:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.9s ease;
}
.page-template-home-template #services .peccular-service-box:hover .peccular-service-content{   
     bottom: -6px;  
    transition: all 0.5s;   
}
.page-template-home-template #services .peccular-service-box:hover .image-bttom-border{
    bottom: 5px;
    transition: all 0.5s;   
}
/*.page-template-home-template #services .peccular-service-box:hover .peccular-service-content h4 a{
    color: #fff;
}*/
.page-template-home-template #services .peccular-service-content h4 a{
    word-break: break-word;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;   
    color: #06332e;
    position: relative;
    bottom: 6px;
}  
.page-template-home-template #services .peccular-service-contenttext{
    margin-top: 1em ;
}
.page-template-home-template #services .peccular-service-contenttext p{
    font-size: 15px;
    font-weight: 300;
    word-break: break-word;
    line-height: 20px;    
    color: #a5a3a4;
    margin-bottom: 0px;
    text-align: left;
}

.padding-0{padding: 0;}

.page-template-home-template #services .owl-theme .owl-dots {display: none;}

.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    top: 50%;
    left: 0;
    color: #3e3e3e;
    font-size: 50px;
    width: 45px;
    height: 45px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-weight: 100;
    border: 1px solid #3e3e3e;
}

.page-template-home-template #services .owl-carousel .owl-nav button.owl-next span:before, 
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffe723;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev span, 
.page-template-home-template #services .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
.page-template-home-template #services .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: pointer;
}
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev, 
.page-template-home-template #services .owl-carousel .owl-nav button.owl-next {
     position: relative;
    box-shadow: none;
    background: none;
    z-index: -1;
}
.page-template-home-template #services .owl-carousel .owl-nav button.owl-next:before, 
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffe723;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0;
    z-index: 999;
    color: #3e3e3e;
    width: 45px;
    height: 45px;
    line-height: 35px;
    background: #fff;
    font-weight: 100;
    font-size: 30px;
    padding: 5px;
    border: 3px solid #000;
    border-radius: 50%;
}
.page-template-home-template #services .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    position: relative;
    top: 50%;
    right: 0;
    color: #3e3e3e;
    top: -380px;
    left: 620px;
}
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev:before{
    content: "\f177";
    font-family: FontAwesome;
    position: relative;
    color: #3e3e3e;
    top: -380px;
    left: -620px;
}

.page-template-home-template #services .owl-carousel .owl-nav button.owl-next:hover:before,
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev:hover:before{
        background: -moz-linear-gradient(top,#7441f4 0%,#5468f0 100%);
    background: -webkit-linear-gradient(top,#7441f4 0%,#5468f0 100%);
    background: linear-gradient(to right,#7441f4 0%,#5468f0 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #7441f4;
}
@media screen and (min-width:320px) and (max-width: 1199px){
    .page-template-home-template #services .serbrdr:nth-child(even) .image-bttom-border{bottom: 0px; display: none;}
    .page-template-home-template #services .peccular-service-content{    bottom: 0px;}

}
@media screen and (min-width:768px) and (max-width: 991px){
    .page-template-home-template #services .peccular-service-contenttext p{position: relative;
    z-index: 5;   padding-top: 14px;}     
    .page-template-home-template #services .peccular-service-contenttext { margin-top: 0em;}
}
/*----------------------------------------*/
/*  Facility Area
/*----------------------------------------*/
.page-template-home-template #facility .facility-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

.page-template-home-template #facility .facility-per {
    font-size: 60px;
    font-weight: 400;
    color: #030303;
    line-height: 60px;
}
.page-template-home-template #facility .facility-per-title {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.page-template-home-template #facility p.facility-per-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #021348;
}
.page-template-home-template #facility .facility-per-border {
    border-bottom: 8px solid #f2f2f2;
    position: relative;
    margin-bottom: 1.5em;
}
.page-template-home-template #facility .facility-per-border:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    top: 0;
    background: #000;
    height: 8px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.page-template-home-template #facility:hover .facility-per-border:after,
.page-template-home-template #facility:focus .facility-per-border:after, 
.page-template-home-template #facility:active .facility-per-border:after {
    right: 20px;
    background: #3c71fa;
}
.page-template-home-template #facility .facility-border {
    border-bottom: 3px dotted #aaa;
    position: relative;
    margin-bottom: 1.5em;
    z-index: 1;
}
.page-template-home-template #facility .facility-bordericon{
    background: #fff;
    width: 28px;
    height: 23px;
    border: 2px solid #06332e;
    margin: 0 auto;
    padding: 3px 5px 0px 3px;
    position: relative;
    top: 11px;
}
.page-template-home-template #facility .facility-bordericon .facility-bordericoninn{
    background: #06332e;
    width: 19px;
    height: 18px;
    margin: 0 auto;        
}
.page-template-home-template #facility .peccular-facility-single:hover .facility-bordericon{
    border: 1px solid #fef6e1;

}

.page-template-home-template div#facility {
    position: relative;
    background: #fff;
}
.page-template-home-template div#facility .peccular-facility-content {
    position: relative;
    z-index: 1;
}
.page-template-home-template #facility .peccular-section-head h2{
    color: #000;
    font-weight: 700;
    font-size: 40px;
}

.page-template-home-template #facility .peccular-section-head h3 {
    color: #06332e;
    padding-right: 0;
    line-height: 33px;
    font-size: 19px;
    font-weight: 700;
}
.page-template-home-template #facility .peccular-facility-b{ padding: 0 0px; }
.page-template-home-template #facility .peccular-facility-content h4.peccular-facility-title{
    font-size: 24px;
    font-weight: 600;
    word-break: break-word;
    padding: 0;
    margin-bottom: 0.5em;
    line-height: 35px;
    color: #000;
    transition: all 0.3s ease 0s;
}  
.page-template-home-template #facility .peccular-facility-single:hover h4.peccular-facility-title{
     color: #fff;
}
.page-template-home-template #facility .peccular-facility-content p.peccular-facility-text{
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    line-height: 25px;
}
.page-template-home-template #facility .peccular-facility-single:hover p.peccular-facility-text{
     color: #fff;
}
.page-template-home-template #facility .peccular-facility-single {
    background: #fff;
    padding: 2em 0em;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
}

.page-template-home-template #facility .peccular-facility-single:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #06332e;
    opacity: 1;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.9s ease 0s;
}
.page-template-home-template #facility .peccular-facility-single:hover:after {
    bottom: 0%;
}

.page-template-home-template #facility .peccular-facility-icon {
    margin-bottom: 0.5em;
    position: relative;
    z-index: 1;
}
.page-template-home-template #facility .peccular-facility-icon span:before{
    font-size: 50px;
    transition: all 0.5s ease 0s;
        color: #000;
}

.page-template-home-template #facility .peccular-facility-single:hover .peccular-facility-icon span:before {
   color: #fff;
}
@media screen and (min-width: 768px) and (max-width:991px){
    .page-template-home-template #facility .peccular-facility-b { padding: 0 6px;}
    .page-template-home-template #facility .peccular-facility-content h4.peccular-facility-title {
    font-size: 17px;}
}
@media screen and (min-width:576px) and (max-width:767px){

    .page-template-home-template #facility .peccular-facility-b { padding: 0 6px;}
    .page-template-home-template #facility .peccular-facility-content h4.peccular-facility-title {
    font-size: 13px;}
}

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
.page-template-home-template #team .peccular-team-block {
    position: relative;
}
.page-template-home-template #team .team-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #team .peccular-section-head h2{
    color: #000;     
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 60px;
}
.page-template-home-template #team .peccular-section-head h3{
    color: #06332e;
    padding-right: 0;
    line-height: 35px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 4em;
}
.page-template-home-template div#team {
    position: relative;
    background: #fff;
}

.page-template-home-template #team h4.peccular-team-name {
    color: #000;
    font-size: 21px;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 5px;
}
.page-template-home-template #team h6.peccular-team-designation {
    font-weight: 400;
    color: #7b7b7b;
    font-size: 16px;
    text-transform: capitalize;
}
.page-template-home-template #team .peccular-team-image img {
    width: 100%;
    height: 300px;
}

.page-template-home-template #team .peccular-team-image:after {
    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #06332e;
    overflow: hidden;
    width: 0;
    height: 73%;
    transition: .5s ease;
    opacity: 0.5;
}
.page-template-home-template #team .peccular-team-box{}

/*.page-template-home-template #team .peccular-team-single:hover .peccular-team-image:after {   
     width: 100%;
     transition: .5s ease;
}*/
.page-template-home-template #team .peccular-team-single{
    background: #fff;
    padding: 10px 10px 35px;
    box-shadow: 0 0 30px 15px #dedede;
    margin: 0px 4px 50px;
    position: relative;
}
.page-template-home-template #team .peccular-team-single:after{
    content: "";
    position: absolute;
    border-left: 3px solid #000;
    top: 0px;
    left: 28px;
    right: 0;
    height: 72%;
    z-index: 1;
    transition: .8s ease;

}
.page-template-home-template #team .peccular-team-single:hover:after{ 
    border-left: 3px solid #fff;
    transition: .8s ease;
    height: 72%;

 }

.page-template-home-template #team .peccular-team-single:hover h4.peccular-team-name{ 
    /*padding-left:25px ; */
    color: #000; 
    letter-spacing: 1px; 
    transition: .8s ease;
 }
.page-template-home-template #team .peccular-team-single:hover h6.peccular-team-designation{
    /*padding-left:25px ;*/
    transition: .8s ease;
}

.page-template-home-template #team .peccular-team-single:before{

    content: "";
    position: absolute;
    border-top: 3px solid #000;
    top: 10px;
    left: 9px;
    width: 94%;
    z-index: 1;
    transition: .8s ease;
}
.page-template-home-template #team .peccular-team-single:hover:before{
     border-top: 3px solid #fff; 
     transition: .8s ease; 
 }
.page-template-home-template #team .peccular-team-social-icon{

    background: #06332e;
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 50%;
    position: relative;
    float: right;
    text-align: center;
    bottom: 41px;
    z-index: 999;     
   
}
.page-template-home-template #team .peccular-team-social-icon i {
    color: #fff;
    font-size: 19px;   
    padding: 0px;
}
.page-template-home-template #team .peccular-team-hoversocial-icon{

    /*position: relative;*/
    overflow: hidden;
    text-align: center;
    background: #06332e;
    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;
}
.page-template-home-template #team .peccular-team-hoversocial-icon a i{
    color: #fff;
    font-size: 19px;   
    padding: 0px;

}
.page-template-home-template #team .peccular-team-hoversocial-icon a i:hover{
    color: #f9c12c !important;
}
.page-template-home-template #team .peccular-team-image .peccular-team-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;*/
   
}
.page-template-home-template #team .peccular-team-hoversocial-icon:before,
.page-template-home-template #team .peccular-team-hoversocial-icon:after{
  content: "";
    background-color: #000;
    /*height: 200px;*/
    width: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.4s ease-out 0.1s;
}
.page-template-home-template #team .peccular-team-social-icon:hover .peccular-team-hoversocial-icon:before{

 left: 100%; 
}
.page-template-home-template #team .peccular-team-social-icon:hover .peccular-team-hoversocial-icon:after{
    opacity: 0.3;
    transform: scale(1);
}
.page-template-home-template #team .peccular-team-social-icon:hover .peccular-team-hoversocial-icon{   
    opacity: 0.9;
    bottom: 0%;
    left: 3px;
    transition: all 0.9s ease 0s;
    display: block;
    z-index: -1;
}
/*.page-template-home-template #team .peccular-team-social-icon:hover {
    background: #fff;
}*/

/*.page-template-home-template div#team .owl-theme .owl-dots {
    display: none;
}

.page-template-home-template div#team .owl-nav .owl-prev {
    position: absolute;
    left: -55px;
    top: 30%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: 2px solid #000;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: none;
}
.page-template-home-template div#team .owl-nav .owl-next {
    position: absolute;
    right: -55px;
    top: 30%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: 2px solid #000;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: none;
}
.page-template-home-template div#team:hover .owl-prev {
    left: -50px;
    opacity: 1;
}
.page-template-home-template div#team:hover .owl-next {
    right: -50px;
    opacity: 1;
}
.page-template-home-template div#team .owl-nav .owl-prev span,
.page-template-home-template div#team .owl-nav .owl-next span{
   display: none;
}
.page-template-home-template div#team .owl-nav .owl-prev:after,
.page-template-home-template div#team .owl-nav .owl-next:after{
    font-size: 25px;
    color: #3d3d3d;
    line-height: 35px;
}
.page-template-home-template div#team .owl-nav .owl-prev:after{
    content: '\f177';
    font-family: 'FontAwesome';
}
.page-template-home-template div#team .owl-nav .owl-next:after{
    content: '\f178';
    font-family: 'FontAwesome';
}
.page-template-home-template div#team .owl-nav .owl-next:hover, 
.page-template-home-template div#team .owl-nav .owl-prev:hover {
    border: 2px solid #3b73fc;
    background: none;
}
.page-template-home-template div#team .owl-nav .owl-prev:hover:after,
.page-template-home-template div#team .owl-nav .owl-next:hover:after{
    color: #3b73fc;
}*/

/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/

#innerpage-box .peccular-team-image {
    width: 100%;
    height: 370px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#innerpage-box .peccular-team-image:after {
    content: "";
    position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #06332e;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
   opacity: 0.4;
   z-index: -1;
}
#innerpage-box .peccular-team-single:hover .peccular-team-image:after {   
     bottom: 0;
    height: 100%;
    z-index: 1;
}
#innerpage-box .peccular-team-image img {
     width: 100%;
    height: 100%;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*#innerpage-box .peccular-team-image:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}*/
body.page-template-default #innerpage-box h4.peccular-team-name {
    font-size: 21px;
    color: #091d3e;
    margin-bottom: 7px
}
body.page-template-default #innerpage-box h6.peccular-team-designation {
    font-size: 14px;
    color: #848e9f;
}
body.page-template-default #innerpage-box .peccular-team-social-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10px);
    -webkit-transition: all 400ms ease 0ms;
    -khtml-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -ms-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
body.page-template-default #innerpage-box .peccular-team-single:hover .peccular-team-social-icon {
    opacity: 1;
    transform: translate(-50%, 0);
}
body.page-template-default #innerpage-box .peccular-team-social-icon a{
    color: #fff;
    font-size: 16px;
    background-color: #06332e;
    display: inline-flex;
    height: 50px;
    width: 50px;
    margin: 0;
    align-items: center;
    justify-content: center;
}
body.page-template-default #innerpage-box .peccular-team-social-icon a i {
    color: #fff;
    transition: all 300ms ease 0s;
    font-size: 17px;
}
/*body.page-template-default #innerpage-box .peccular-team-social-icon a i {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}*/
body.page-template-default #innerpage-box .peccular-team-social-icon a:hover i {
    transform: translateY(-5px);
    color: #f9c12c;
}
body.page-template-default #innerpage-box .peccular-team-single {
    margin-bottom: 20px;
    position: relative;
}
/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/
.page-template-home-template #testimonials{
    /*padding: 4em 0px 1em;*/
    position: relative;
    overflow: hidden;
     background: #f4f4f9;
     border-top: 1px solid #aaa;
     border-bottom: 1px solid #aaa;
     margin: 0em 0;
}

.page-template-home-template #testimonials .testimonials-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

.page-template-home-template #testimonials .peccular-testimonial-block{
        padding-bottom: 17px;
}
.page-template-home-template #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;
}

.page-template-home-template div#testimonials .peccular-testimonials-single{
    background: #fff;
    padding: 4em 4em 1em;
    margin-bottom: 14em;
    width: 60%;
    border-radius: 40px;
    position: relative;
}
.page-template-home-template div#testimonials .peccular-testimonials-single:after{
   content: "";   
    height: 89px;
    width: 89px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    border-radius: 0 0 44px 0px;
    bottom: -39px;
    position: absolute;
    z-index: 0;
}
.page-template-home-template div#testimonials .peccular-testimonials-image{
    position: relative;
}
.page-template-home-template div#testimonials .peccular-testimonials-image img {
    border-radius: 50%;
    width: 36% !important;    
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    bottom: 0;
    margin: 0 auto;
    border: 2px solid #06332e;
    transition: all .35s ease-out;
}
.page-template-home-template div#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image img {
    border: 4px solid #06332e;
    border-radius: 30px;
}

.page-template-home-template div#testimonials h4.peccular-testimonials-name {
    font-weight: 500;
    color: #06332e;
    margin: 23px 0 10px;
    transition: all .35s ease-out;
    font-size: 19px;
    position: relative;
    z-index: 1;
}

.page-template-home-template div#testimonials .peccular-testimonials-single:hover h4.peccular-testimonials-name {
    letter-spacing: 2px;
    
}
.page-template-home-template div#testimonials h6.peccular-testimonials-designation {
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    margin: 0 0 5px;
    position: relative;
      z-index: 1;
      text-transform: capitalize;
}

.page-template-home-template div#testimonials .peccular-testimonials-content p{
    color:#a5a3a4;
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
    line-height: 20px;
    text-align: left;
    margin: 0;
}
.page-template-home-template div#testimonials .peccular-testimonials-single:hover .peccular-testimonials-content p{

    color:#06332e ;
}

.page-template-home-template div#testimonials .peccular-testimonials-content i {
    font-size: 23px;
    color: #06332e !important;   
    position: relative;
    top: -15px;
    left: -31px;
    margin-right: -24px ;  
    transition: all 0.7s ease;  
}
.page-template-home-template div#testimonials .peccular-testimonials-single:hover .peccular-testimonials-content i{

    transform: rotateY(204deg);
    transition: all 0.7s ease-out;
}
.page-template-home-template div#testimonials .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 8em !important;
}
.page-template-home-template div#testimonials .owl-theme .owl-dots {
    display: none;
}
.page-template-home-template div#testimonials .owl-theme .owl-nav {
    margin-top: 10px;
    position: relative;
    left: 0%;
    bottom: 80px;
}

.page-template-home-template div#testimonials .owl-nav .owl-prev {
    position: absolute;
    left: -97px;
    bottom: 211px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
    width: 45px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 11px;
    line-height: 50px;
    box-shadow: none;
}
.page-template-home-template div#testimonials .owl-nav .owl-next {
position: absolute;
    right: -34px;
    bottom: 211px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
    width: 45px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 11px;
    line-height: 50px;
    box-shadow: none;
}
.page-template-home-template div#testimonials .owl-nav .owl-prev, 
.page-template-home-template div#testimonials .owl-nav .owl-next {
    background-color: #fff;
}

.page-template-home-template div#testimonials .owl-stage-outer:hover .owl-prev {
   /* left: -83px;*/
    opacity: 1;
   /* top: -137px;*/
}
.page-template-home-template div#testimonials .owl-stage-outer:hover .owl-next {
   right: -10px;
    opacity: 1;
}
.page-template-home-template div#testimonials .owl-nav .owl-prev span,
.page-template-home-template div#testimonials .owl-nav .owl-next span{
   display: none;
}
.page-template-home-template div#testimonials .owl-nav .owl-prev:after,
.page-template-home-template div#testimonials .owl-nav .owl-next:after{
    font-size: 30px;
    color: #000;
    line-height: 50px;
}
.page-template-home-template div#testimonials .owl-nav .owl-prev:after{
    content: '\f177';
    font-family: 'FontAwesome';
}
.page-template-home-template div#testimonials .owl-nav .owl-next:after{
    content: '\f178';
    font-family: 'FontAwesome';
}
.page-template-home-template div#testimonials .peccular-testimonial-block:hover .owl-nav .owl-next,
.page-template-home-template div#testimonials .peccular-testimonial-block:hover .owl-nav .owl-prev {
    background-color: #06332e;
}
.page-template-home-template div#testimonials .peccular-testimonial-block:hover .owl-nav .owl-prev:after,
.page-template-home-template div#testimonials .peccular-testimonial-block:hover .owl-nav .owl-next:after{
    color: #fff;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 8em;}

.page-template-home-template div#testimonials .contactbrdrbox{
        padding: 4em;
    position: relative;
    right: 0px;
}
/*.page-template-home-template div#testimonials .contactbrdrbox:before{
    content: "";
    position: absolute;
    border-top: 1px solid #aaa;
    width: 48%;
    top: 75px;
    right: 0;
}
.page-template-home-template div#testimonials .contactbrdrbox:after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #aaa;
   width: 48%;
    bottom: 130px;
    right: 0;
}*/
.page-template-home-template #testimonials .contactbrdrbox h2{
    color: #06332e;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 25px;
}
.page-template-home-template #testimonials .contactbrdrbox p{
    color: #b6b6b6;
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0 3em;
    line-height: 22px;
}
.page-template-home-template #testimonials .wpcf7 input[type="text"],
input[type="tel"],
input[type="email"]{

        margin-bottom: 30px;
        padding: 13px 10px !important;
         color:  #aaa !important;
         border: 1px solid #eaeaea !important;
}
.page-template-home-template #testimonials .wpcf7 textarea{
    height: 50px;
    margin-bottom: 30px;
    color:  #aaa !important;
     border: 1px solid #eaeaea !important;

}
.page-template-home-template #testimonials .wpcf7 select{
    height: 50px;
    width: 100%;
    color:  #aaa !important;
    border: 1px solid #eaeaea !important;
    /*background: #fff;*/
}
.page-template-home-template #testimonials .wpcf7 select option{
    
        line-height: 34px !important;
    font-size: 14px !important;
    margin-bottom: 33px !important;
     padding-bottom: 12px;
}
.page-template-home-template #testimonials .wpcf7 select option:hover{
   background-color: #06332e !important;
}


 .page-template-home-template #testimonials .wpcf7 input[type="submit"]{
        background: #06332e;
        color: #fff;
        font-size: 16px;
        border-radius: 0 !important;
        border: 1px solid transparent;
        padding: 15px 50px;
        position: relative;
        display: inline-block;
        text-align: center;
 }
 .page-template-home-template #testimonials .wpcf7:hover input[type="submit"]{
        background: #fff;
        color: #06332e;
        font-weight: 700;
        border: 1px solid #06332e;
        transition: all 0.7s;

 }
  .page-template-home-template #testimonials .wpcf7 input[type="submit"]:before{
    content: "\f18e";        
    position: absolute;
    top: 69px;
    font-size: 31px;
    right: 13%;
    color: #000;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    font-family: 'Fontawesome';
    cursor: pointer;
  }
@media screen and (min-width: 320px) and (max-width: 1299px){

    .page-template-home-template div#testimonials .owl-theme .owl-nav{ bottom: 0;}
}
@media screen and (min-width:525px) and (max-width: 767px){
.page-template-home-template div#testimonials .peccular-testimonials-single{width:73%; 
     margin-bottom: 15em !important;    margin: 0 auto;}
}
@media screen and (min-width:426px) and (max-width: 526px){
.page-template-home-template div#testimonials .peccular-testimonials-single{width:64%; 
     margin-bottom: 15em !important;    margin: 0 auto;}
}
@media screen and (min-width:319px) and (max-width: 425px){
.page-template-home-template div#testimonials .peccular-testimonials-single{width:70%; 
 margin-bottom: 15em !important; margin: 0 auto; padding: 4em 2em 1em;}

}
@media only screen and (max-width:320px){
.page-template-home-template div#testimonials .peccular-testimonials-single{width:61%; padding: 2em 2em 1em;}
.page-template-home-template div#testimonials .peccular-testimonials-content i{left: -20px;}
.page-template-home-template div#testimonials .owl-nav .owl-next{    right: 12px;}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
.page-template-home-template div#testimonials .peccular-testimonials-single{width: 80%;
    margin: 0 auto;     margin-bottom: 15em !important;}
}
@media screen and (min-width:320px) and (max-width: 1024px){
.page-template-home-template div#testimonials .peccular-testimonials-image img{ width: 100% ;}
.no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 4em;}
.page-template-home-template div#testimonials .owl-nav .owl-prev{ left: 0; bottom: 90px;}
.page-template-home-template div#testimonials .owl-nav .owl-next{ right:34px; bottom: 90px;}
.page-template-home-template div#testimonials .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0 !important;
}
}
/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/

.page-template-home-template #project .project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #project .peccular-section-head h2{
   color: #000;
}

.page-template-home-template #project .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
.page-template-home-template #project .peccular-section-head h3{
    color: #021348;
}
.page-template-home-template div#project {
    position: relative;
    background: #fdfdfd;
    overflow: hidden;
}
.page-template-home-template div#project .peccular-project-single {
    margin-bottom: 2em;
    position: relative;
}
.page-template-home-template div#project .peccular-project-single .peccular-project-img{
    position: relative;
    overflow: hidden;
}
.page-template-home-template div#project .peccular-project-single .peccular-project-img img{
    width: 100%;
    transition: all 0.5s ease;
}
.page-template-home-template div#project .peccular-project-single:hover .peccular-project-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.page-template-home-template div#project .peccular-project-single .peccular-project-content {
    position: relative;
    left: 0;
    right: 0;
    bottom: 30px;
    transition: all 0.95s ease 0s;
    opacity: 1;
    background: #fff;
    padding: 1em 25px 0px;    
    box-shadow: 0 0px 5px 0 #88828252;
    -moz-box-shadow: -1px 0px 45px rgba(50,50,0,0.1);
    -webkit-box-shadow: -1px 0px 45px rgb(50 50 0 / 10%);
    box-shadow: -1px 0px 45px rgb(50 50 0 / 10%);
    margin: 0 10px;
    border-bottom: 2px solid #5f8cfd;
}
.page-template-home-template div#project .peccular-project-single h4.peccular-project-title {
    color: #070707;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    margin-bottom: 0.5em;
}
.page-template-home-template div#project .peccular-project-single .peccular-project-text{
    color: #9c9a9b;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}


.page-template-home-template div#project .peccular-project-single .peccular-project-content a{
    font-size: 14px;
    font-weight: 600;
    color: #d1dcfe;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #3d72fc;
    position: relative;
    top: 1em;
    border: 1px solid #3d72fc;
}
.page-template-home-template div#project .peccular-project-single .peccular-project-content a:hover{
    color: #618af9;
    background: #fff;
}
.page-template-home-template div#project .peccular-project-single .peccular-project-content a i {
    margin-left: 7px;
    font-size: 16px;
}
/*----------------------------------------*/
/*  Features Area
/*----------------------------------------*/
.page-template-home-template #features .features-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #features .peccular-features-b{
    padding: 7px 3em;
}
.page-template-home-template #features .peccular-section-head h2{
  color: #000;
    font-weight: 700;
    font-size: 40px;
        margin-bottom: 45px;
}

.page-template-home-template #features .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
.page-template-home-template #features .peccular-section-head h3{
    color: #06332e;
    padding-right: 0;
    line-height: 40px;
    margin-top: 2em;
    font-size: 19px;
    font-weight: 700;
}
.page-template-home-template div#features {
    position: relative;
    background: #f6f6f6;
}
.page-template-home-template #features h4.peccular-features-title{
    font-size: 20px;
    font-weight: 700;
    word-break: break-word;
    padding: 0;
    margin: 0.5em 0;
    line-height: 41px;
    color: #000;
     transition: all 0.8s;
}  
.page-template-home-template #features .peccular-features-single:hover h4.peccular-features-title{
    color: #fff;  
     transition: all 0.8s;
     font-size: 20px;
    letter-spacing: 0px;
    /* background: -webkit-linear-gradient(#eee, #06332e);
     background-image: linear-gradient(45deg, #fff, #aaa);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;*/
}
.page-template-home-template #features .peccular-features-single:hover{
/*
    background-image: linear-gradient(to top, transparent, #06332e);
     transition: all 0.8s;*/
     background-color: #06332e;
}

.page-template-home-template #features .peccular-features-icon {
    position: relative;
}

.page-template-home-template #features .peccular-features-icon i{
    font-size: 52px;
   font-weight: 500;
    color: #06332e;
     transition: all 0.8s;
}  

.page-template-home-template #features .peccular-features-single:hover .peccular-features-icon i{
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #ffff;    
    transition: all 0.8s;
}

.page-template-home-template #features .peccular-features-single{
    position: relative;
    margin-bottom: 3em;
    background: #fff;
    padding: 2em 1em;
    box-shadow: 0 0 30px 15px #dedede;
     transition: all 0.8s;
}



/*----------------------------------------*/
/*  About Area
/*----------------------------------------*/
.page-template-home-template #about {
    background: #fff;
    position: relative;
    overflow: hidden;
}
.page-template-home-template #about .space-abtblock {
    padding: 1em;
}
.page-template-home-template #about .about-body {
    position: relative;
}
.page-template-home-template #about .about-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

.page-template-home-template #about .peccular-section-head {
    margin-bottom: 1em;
}
.page-template-home-template #about .peccular-section-head:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 7px solid #06332e;
}


.page-template-home-template #about .peccular-section-head h2{
   color: #06332e;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
    margin-left: 2em;
}

.page-template-home-template #about .peccular-section-head h3{
    color: #06332e;
    font-weight: 700;
    font-size:38px;
    padding: 0;
    margin-left: 1em;
}
.page-template-home-template #about .peccular-section-area-textlist ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;
    margin-left: 2em;
}
.page-template-home-template #about .peccular-section-area-textlist ul li,
 .page-template-home-template #about .peccular-section-area-textlist ol li,
  .page-template-home-template #about .peccular-section-area-textlist {
    color: #a5a3a4;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    line-height: 24px;
   /* margin-bottom: 15px*/
}
.page-template-home-template #about .peccular-section-area-textlist ul li:before, 
.page-template-home-template #about .peccular-section-area-textlist ol li:before{
    content: "\f111";
    font-family: 'Fontawesome';
    margin-right: 9px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #06332e;
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    padding: 3px;
}
.page-template-home-template #about .peccular-section-area-text-subtitle {
    color: #a5a3a4;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    line-height: 20px;
    margin-bottom: 2em;
    margin-left: 2em;
}
/*.page-template-home-template #about .peccular-section-area-text {
    color: #021348;
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
    line-height: 20px;
    margin-bottom: 2em;
}*/

/*.page-template-home-template #about .peccular-about-btn a{
   word-break: break-word;
    font-size: 14px;
    font-weight: 600;
    word-break: break-word;
    line-height: 20px;
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
}


.page-template-home-template #about .peccular-about-btn a:hover{
    letter-spacing: 2px;
}

.page-template-home-template #about .peccular-about-btn a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background: #06332e;
    padding: 11px 20px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 2px;
}*/
.page-template-home-template #about .peccular-about-btn a{
    font-size: 18px;
    border-radius: 0px;
    font-weight: 500;
    line-height: 18px;
    background: #06332e;
    /*border: 1px solid #d2dbeb*/;
    color: #fff;
    outline-width: 0;
    text-decoration: none !important;
    padding: 16px 33px;
    transition: all .3s;
    margin-left:2em;
    position: relative;
    display: inline-block;
}
.page-template-home-template #about .peccular-about-btn a:after{
    content: "";
    position: absolute;
    border-left: 2px solid #fff;
    top: 0px;
    left: 13px;
    right: 0;
    height: 0%;
    z-index: 1;
    opacity: 0;
    transition: all .6s;
}
.page-template-home-template #about .peccular-about-btn a:before{
    content: "";
    position: absolute;
    border-top: 2px solid #fff;
    top: 10px;
    left: 1px;
    width: 0%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}
.page-template-home-template #about .peccular-about-btn a:hover:after{
    height: 95%;
     opacity: 1;
    transition:all .6s;
}


 .page-template-home-template #about .peccular-about-btn a:hover:before{
    opacity: 1;
    transition:all .6s;
     width: 85%;
}
.page-template-home-template #about .peccular-about-btn a:hover {
    background: #06332e;    
    color: #fff;
    padding: 17px 25px 11px;
    font-size: 17px;
    transition: all .3s;
}
.page-template-home-template #about .peccular-section-head .peccular-section-head-icon i{
       font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #06332e;
    margin-left: 1em;
}

/*.page-template-home-template #about .peccular-about-btn a:after,
.page-template-home-template #about .peccular-about-btn a:before {
    backface-visibility: hidden;
    border: 1px solid transparent;
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}*/

/*.page-template-home-template #about .peccular-about-btn a:hover {
    background: #000;
    outline-width: 0;
}

.page-template-home-template #about .peccular-about-btn a:hover, 
.page-template-home-template #about .peccular-about-btn a:active {
    letter-spacing: 5px;
}*/

/*.page-template-home-template #about .peccular-about-btn a:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

.page-template-home-template #about .peccular-about-btn a:hover:after, 
.page-template-home-template #about .peccular-about-btn a:hover:before {
    backface-visibility: hidden;
    border-color: #fff;
    transition: width 350ms ease-in-out;
    width: 70%;
    border: 1px solid #fff;
}*/
.page-template-home-template #about .peccular-about-imgbox{ 
    position: relative;
    margin-bottom: 2em; 
    display: inline-block;
    padding-left: 11em;

}
.page-template-home-template #about .peccular-about-imgbox img {
  

}
/*.page-template-home-template #about .peccular-about-img1{ 
    position: relative;  
    right: 0; 
}*/
.page-template-home-template #about .peccular-about-img2{ 
    position: absolute;  
    top: 0; 
    left: 0;
    z-index: 1;
}
.page-template-home-template #about .peccular-about-img2 img{
    width: 144px;
    height: 154px;
}
.page-template-home-template #about .peccular-about-img3{ 
    position: absolute;  
    bottom: 0; 
    left: 0;
    z-index: 1;
    padding: 10px;
    background: #fff;
}
.page-template-home-template #about .peccular-about-img3 img{
    width: 244px;
    height: 347px;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
.page-template-home-template #about .peccular-about-img3 {
    position: absolute;
    bottom: -5px;
    left: -7px;    
    padding: 5px;
    background: none;   
}
.page-template-home-template #about .peccular-about-img3 img {width: 62%; height: auto;}
}
@media screen and (min-width:768px) and (max-width: 991px){
.page-template-home-template #about .peccular-about-img3 {  position: relative;
    bottom: 0px; left: 0px; padding: 0px; background: none; top: 8px;  }
.page-template-home-template #about .peccular-about-img3 img {width:100%; height: auto;}
.page-template-home-template #about .peccular-section-head h3{font-size: 31px;}
.page-template-home-template #about .peccular-section-area-text-subtitle{font-size: 14px; margin-bottom: 1em;}
}
@media screen and (min-width:768px) and (max-width: 767px){
.page-template-home-template #about .peccular-about-img3{ padding: 0px; background: none; }
.page-template-home-template #about .peccular-about-img3 img { width: 82%; height: auto;}
}
@media screen and (min-width:426px) and (max-width:530px){
.page-template-home-template #about .peccular-about-img3{ padding: 0px; background: none; }
.page-template-home-template #about .peccular-about-img3 img { width: 82%; height: auto;}
.page-template-home-template #about .peccular-about-img2 img { width: 95%;height: auto;}
.page-template-home-template #about .peccular-about-img2{z-index: 9;}
}
@media screen and (min-width:320px) and (max-width:425px){
.page-template-home-template #about .peccular-about-img3{ padding: 0px; background: none; }
.page-template-home-template #about .peccular-about-img3 img { width: 54%; height: auto;}
.page-template-home-template #about .peccular-about-img2 img { width: 68%;height: auto;}
.page-template-home-template #about .peccular-section-head h3{font-size: 28px;}

}
@media screen and (min-width:320px) and (max-width:375px){
    .page-template-home-template #about .peccular-about-img2 img { display: none;}
}
/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/
.page-template-home-template #counter .counter-bgoverlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.9;
    background-size: cover;
}
.page-template-home-template #counter .counter-bg{
   /* background: url(images/counterbgimg.jpg);*/
   
}

.page-template-home-template #counter .peccular-counter-area {
    position: relative;
}

.page-template-home-template #counter {
    
    position: relative;
}
.page-template-home-template #counter .peccular-section-head h2{
    background: linear-gradient(to right, #7441f4 0%, #5468f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-template-home-template #counter .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
.page-template-home-template #counter .peccular-section-head h3{
    color: #021348;
}

.page-template-home-template #counter .peccular-section-head h3 {
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}
.page-template-home-template #counter .peccular-counter-single{

    border: 2px dotted transparent;
    border-radius: 4px;
    padding: 1em;
    margin: 0em 1em 1em;
    transition: all 0.3s ease 0s;
}
.page-template-home-template #counter .peccular-counter-single:hover {
    border: 2px dotted #fff;
    transition: all 0.3s ease 0s;
}
.page-template-home-template #counter .peccular-counter-icon span{
    font-size: 50px;
    color: #fff;
}
.page-template-home-template #counter .peccular-counter-single:hover .peccular-counter-icon span {
    color: #3d72fc;
    transition: all 0.3s ease 0s;
}
.page-template-home-template #counter h4.peccular-counter-title  {
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    line-height: 30px;
    transition: all 0.3s ease 0s;
    margin-top: 0px;
}
.page-template-home-template #counter .peccular-counter-single:hover h4.peccular-counter-title{
    color: #084d46;
    transition: all 0.3s ease 0s;
}
.page-template-home-template #counter .peccular-counter-single:hover .counter-num-border{
   
    border: 7px solid #084d46;
    transition: all 0.3s ease 0s;
}

.page-template-home-template #counter .peccular-counter-num.count{
    font-size: 53px;
    font-weight: 900;
    word-break: break-word;
    color: #fff;
    padding: 0;    
    z-index: 12;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.page-template-home-template #counter .peccular-counter-single:hover .peccular-counter-num.count{

    top: -10px;
    transition: all 0.3s ease 0s;
}
.page-template-home-template #counter .peccular-counter-single .counter-num-border{

    border: 7px solid #aaa;
    width: 40%;
    /* height: 141%; */
    position: relative;
    top: 74px;
    bottom: 0;
    right: 0%;
    left: 42px;
    z-index: 0;
    padding: 62px 0;
    transition: all 0.3s ease 0s;
}
/*----------------------------------------*/
/*  Steps Area
/*----------------------------------------*/
.page-template-home-template #steps .steps-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #steps {
    background: #fff;
}
.page-template-home-template #steps .steps-body {
    position: relative;
}
.page-template-home-template #steps .peccular-section-head h2{
    color: #000;
}

.page-template-home-template #steps .peccular-section-head h2 {
    font-weight: 600;
    font-size: 45px;
}

.page-template-home-template #steps .peccular-section-head h3{
    color: #021348;
}
.page-template-home-template div#features {
    position: relative;
    background: #fff;
}
.page-template-home-template #steps .peccular-steps-content h4.peccular-steps-title{
    font-size: 20px;
    font-weight: 600;
    word-break: break-word;
    padding: 0;
    margin: 0px 0 10px;
    line-height: 35px;
    color: #000;
    transition: all 0.3s ease 0s;
}  
.page-template-home-template #steps .peccular-steps-single:hover h4.peccular-steps-title{
   color: #fff;
}
.page-template-home-template #steps .peccular-steps-b:hover .peccular-steps-single .peccular-steps-title, 
.page-template-home-template #steps .peccular-steps-b:hover .peccular-steps-content p.peccular-steps-text {    
    color: #fff;
}
.page-template-home-template #steps .peccular-steps-content p.peccular-steps-text{
    color: #9e9ea0;
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
    line-height: 20px;
    margin-bottom: 0px
}
.page-template-home-template #steps .peccular-steps-single:hover p.peccular-steps-text{
   color: #fff;
}
.page-template-home-template #steps .peccular-steps-b {
    padding: 10px;
    position: relative;
  /*  overflow: hidden;*/
}
.page-template-home-template #steps .peccular-steps-b:after{
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 38px;
    top: 65px;
    border-left: 4px solid #efedee;
    height: 85%;
    width: 99%;
    z-index: 1;
}
.page-template-home-template #steps .peccular-steps-b:last-child:after{
    border: 0;
}
.page-template-home-template #steps .peccular-steps-single{
    padding: 1.2em 1em 1.2em;
    margin: 0em 0 1em;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.page-template-home-template #steps .peccular-steps-b:hover .peccular-steps-single{
    background: #3c71fa;
}

.page-template-home-template #steps .peccular-steps-b .peccular-steps-single:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 17px solid #f9f9f9;
    border-bottom: 14px solid transparent;
    left: -16px;
    top: 10%;
    position: absolute;
}

.page-template-home-template #steps .peccular-steps-b:hover .peccular-steps-single:after {
    border-top: 14px solid transparent;
    border-right: 17px solid #3d72fc;
    border-bottom: 14px solid transparent;
}

.page-template-home-template #steps .peccular-steps-single .peccular-steps-num {
    color: #666666;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}
.page-template-home-template #steps .peccular-steps-b:hover .peccular-steps-single .peccular-steps-num {
    color: #fff;
}
.page-template-home-template #steps .peccular-steps-icon {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-template-home-template #steps span {
    z-index: 2;
    position: relative;
    top: 15px;
    background: #3d72fc;
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.page-template-home-template #steps span:before {
    color: #fcfafb;
    position: relative;
    z-index: 3;
}

.page-template-home-template #steps span:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50%;
}
.page-template-home-template #steps span:hover:after, 
.page-template-home-template #steps span:focus:after, 
.page-template-home-template #steps span:active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*----------------------------------------*/
/*  Package Area
/*----------------------------------------*/
.page-template-home-template #pricing .pricing-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #pricing {
    background: #f3f4f9;
}
.page-template-home-template #pricing .peccular-section-head h2{
    color: #000;
}

.page-template-home-template #pricing .peccular-section-head h2:after {
   display: none;
}
.page-template-home-template #pricing .peccular-section-head h3{
    color: #021348;
}
.page-template-home-template div#pricing {
    position: relative;
}
.page-template-home-template #pricing .peccular-pricing-box-head h4.peccular-pricing-title{
    font-size: 28px;
    font-weight: 600;
    word-break: break-word;
    padding: 0;
    line-height: 28px;
    color: #070707;
}  
.page-template-home-template #pricing .peccular-pricing-box-head h6.peccular-pricing-subtitle{
    color: #e8ddfd;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    line-height: 28px;
    margin-bottom: 0px;
    position: relative;
    top: 1.5em;
}
.peccular-pricing-up {
    padding: 2em 0;
    background: #fff;
    border-radius: 35px 35px 0 0;
}
.page-template-home-template #pricing .peccular-pricing-box-head {
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    padding: 0 10px 80px;
    position: relative;
    top: -1px;
}
.page-template-home-template #pricing .peccular-pricing-currency-price {
    color: #fff;
    margin: 16px auto 0;
    line-height: 60px;
    font-weight: 600;
    font-size: 60px;
    transition: all 1s ease 0s;
}
.page-template-home-template #pricing .peccular-pricing-currency-price span {
    font-size: 40px;
    padding-right: 5px;
    position: relative;
    top: -12px;
}
.page-template-home-template #pricing .peccular-pricing-single {
    background: #3d72fc;
    padding: 0 0 10px;
    margin: 0em 2em 2em;
    position: relative;
    border-radius: 38px 38px 35px 35px;
}
.page-template-home-template #pricing .peccular-pricing-single ul.peccular-pricing-list {
    padding: 0 1em;
       margin: 0 0 1em;
    list-style: none;
}
.page-template-home-template #pricing .peccular-pricing-single ul.peccular-pricing-list li {
    font-size: 15px;
    padding: 6px 15px;
    font-weight: 500;
    line-height: 35px;
    color: #636363;
    background: #fff;
    text-align: left;
}
.page-template-home-template #pricing .peccular-pricing-single ul.peccular-pricing-list li i{
    color: #4075f7;
    padding-right: 5px;
    font-size: 20px;
}
.page-template-home-template #pricing .peccular-pricing-single ul.peccular-pricing-list li:nth-child(even){
    background: #3d72fc;
    color: #f5f8f9;
}
.page-template-home-template #pricing .peccular-pricing-single ul.peccular-pricing-list li:nth-child(even) i{
    color: #fff;
}
.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn a i {
    font-size: 50px;
    background: -moz-linear-gradient(top,#7441f4 0%,#5468f0 100%);
    background: -webkit-linear-gradient(top,#7441f4 0%,#5468f0 100%);
    background: linear-gradient(to right,#7441f4 0%,#5468f0 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 1s ease 0s;
}
.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn a:hover i{
        webkit-transform: rotate( -60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn a {
    color: #e6edf9;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn a:hover {
    letter-spacing: 2px;
}

/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/
.page-template-home-template #blog .blog-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #blog {
    background: #fdfdfd;
    position: relative;
    overflow: hidden;
}
.page-template-home-template #blog .peccular-section-head h2{
    color: #000;
    font-weight: 700;
    font-size: 40px;
        margin-bottom: 40px;
}

.page-template-home-template #blog .peccular-section-head h2:after {
   display: none;
}
.page-template-home-template #blog .peccular-section-head h3{
    color: #06332e;
    padding-right: 0;
    line-height: 35px;
    font-size: 19px;
    font-weight: 700;
        margin-top: 3em;

}
.page-template-home-template #blog .peccular-blog-post{
    border: 2px solid #a9aaa5;
    background: #fff;
    padding: 1em;
    margin: 0 5px 20px 0;
    position: relative;
    overflow: hidden;
}
.page-template-home-template #blog .peccular-box-area-S { margin: 0px;}
.page-template-home-template #blog h4.inner-area-title {
    color: #06332e;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0.6em;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
}
.page-template-home-template #blog .peccular-blog-post:hover h4.inner-area-title{
        color: #000;
    /*transform: scale(1.2);*/
    transition: all 1s ease 0s;
}
.page-template-home-template #blog p{
    color: #9e9eaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0em;
    padding: 0em;
}
.page-template-home-template #blog .read-btn{
    background:#06332e ;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 12px 15px;
    text-align: center;
    margin: 20px 0 0px;
    position: relative;
       transition: all 1s ease 0s;
       transform: scale(1);
}
.page-template-home-template #blog .peccular-blog-post:hover .read-btn{
    transform: scale(1);
    transition: all 1s ease 0s;
    padding: 15px 13px 8px 22px;
}

.page-template-home-template #blog .read-btn:after{
    content: "";
    position: absolute;
    border-left: 1px solid #fff;
    top: 0px;
    left: 13px;
    right: 0;
    height: 0%;
    z-index: 1;
    opacity: 0;
    transition: all .6s;
}
.page-template-home-template #blog .read-btn:before{
    content: "";
    position: absolute;
    border-top: 1px solid #fff;
    top: 10px;
    left: 1px;
    width: 0%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}
.page-template-home-template #blog .peccular-blog-post:hover .read-btn:after{
    height: 95%;
     opacity: 1;
    transition:all .6s;
}
.page-template-home-template #blog .peccular-blog-post:hover .read-btn:before{
    opacity: 1;
    transition:all .6s;
     width: 85%;
}
.page-template-home-template #blog .page-template-home-template #blog .peccular-blog-post:hover .read-btn{
    background: #06332e;    
    color: #fff;
    padding: 17px 25px 11px;    
    transition: all .3s;
}
.page-template-home-template #blog .peccular-blog-single {   
   padding:15px;
    background: #ffff;    
}
.page-template-home-template #blog .peccular-blog-date{
    position: absolute;
    top: 0px; 
    left: 0;
    padding:10px;         
    z-index: 1;
    background: #eae4e4;
    width: 64px;
    height: 66px;    
}
.page-template-home-template #blog .peccular-blog-date p{
    font-size: 17px;
    font-weight: 500;
    color: #06332e; 
    text-align: center;
    line-height: 20px;
}

/*.page-template-home-template #blog .peccular-blog-date:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    z-index: -1;
    text-decoration: none;
    background: #000;
    border: none;
    box-shadow: 0 1.1rem 1rem rgb(0 0 0 / 15%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-template-home-template #blog .peccular-box-area-S:hover .peccular-blog-date:after {
    top: 0;
}
*/
.page-template-home-template #blog .peccular-blog-thumbnail a img {
    width: 100%;
}
.page-template-home-template #blog .peccular-blog-thumbnail {
    position: relative;
     overflow: hidden; 
}

.page-template-home-template #blog .peccular-blog-comment {
    margin: 2px 0 15px;
}
.page-template-home-template #blog .peccular-blog-comment span {
    color: #06332e;
    font-size: 14px;
    padding: 15px 0px 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-template-home-template #blog .peccular-blog-comment i{
    font-size: 14px;
     font-weight: 500;
    padding-right: 5px;
    color: #000;
}


.page-template-home-template #blog .peccular-blog-thumbnail img {
   transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
}
.page-template-home-template #blog .peccular-blog-post:hover .peccular-blog-thumbnail img {
    transform: scale(1.2);
}
.page-template-home-template #blog .peccular-blog-post .peccular-blog-thumbnail:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
}
.page-template-home-template #blog .peccular-blog-post:hover .peccular-blog-thumbnail::before {
    -webkit-animation: shine .71s;
    animation: shine .71s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/*----------------------------------------*/
/* Client Logo Area
/*----------------------------------------*/
.page-template-home-template #ourclient .ourclient-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #ourclient {
    background: #f3f4f9;
}
.page-template-home-template #ourclient figure.peccular-ourclient-logo {
    padding: 25px;
    background: #edf5f8;
    margin: 10px 20px 0;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    border: 1px solid #7099f9;
}
.page-template-home-template #ourclient  .owl-theme .owl-dots, 
.page-template-home-template #ourclient  .owl-theme .owl-nav {
    display: none;
}
.page-template-home-template #ourclient figure.peccular-ourclient-logo:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
.page-template-home-template #ourclient figure.peccular-ourclient-logo img{
    width: 100%;
    height: 60px;
}
/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/
.page-template-home-template #newsletter .newsletter-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #newsletter {
    position: relative;
    z-index: 1;
    overflow: visible;
   /* background: #3d72fc;*/
}
.page-template-home-template #newsletter .peccular-section-head {
    margin-bottom: 0em;
        margin-top: 0;
}
.page-template-home-template #newsletter .newsletter-sign-box {
    padding: 3em 3em 2em;
    background: #000;
    position: relative;    
    top: 84px;
    z-index: 999;
}
.page-template-home-template #newsletter .peccular-section-head h2{
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0.5em;
}

.page-template-home-template #newsletter .peccular-section-head h2:after {
   display: none;
}
.page-template-home-template #newsletter .peccular-section-head h3{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.page-template-home-template #newsletter .peccular-section-head-icon {
    /* width: 50px; */
    text-align: center;
}
.page-template-home-template #newsletter .peccular-section-head-icon i {
    font-size: 50px;
    line-height: 50px;
  color: #fff;
}

.page-template-home-template #newsletter  .peccular-newsletter-member-wrap input::placeholder{
    opacity: 1;
    color: #d1cfd0;
}
.page-template-home-template #newsletter .peccular-newsletter-member-wrap {
       
    color: #fff;
    padding: 0 2em;
  /* background: #fff;   */
}

.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="text"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="email"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="url"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="password"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="search"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="number"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="tel"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="range"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="date"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="month"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="week"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="time"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="datetime"],
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], 
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="color"],
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="file"],
.page-template-home-template #newsletter .peccular-newsletter-member-wrap textarea{ 

    border:none !important;    
    z-index: 2000;
    width: 100%;
    color: #4d4d4d !important;
    margin: 0 0 10px 0;
    border-radius: 0;
    padding: 0px 42px !important;
    font-size: 16px;
    height: 56px;
    font-weight: 500;
    background: #fff;
}
/*.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="email"]{
    color: #4d4d4d !important;
}*/
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 12px 20px;
}

.page-template-home-template #newsletter .peccular-newsletter-member-wrap select{
    outline: 0;
    border: none;
    z-index: 2000;
    width: 100%;
    color: #d1cfd0;
    margin: 0 0 6px 0;
    border-radius: 8PX 0 0 8px;
    padding: 16px 20px;
    font-size: 18px;
    height: 65px;
    background: #fff;    
}
.page-template-home-template #newsletter .peccular-newsletter-member-wrap textarea {
  height: 80px;
  padding: 10px 20px;
  border-radius: 5PX 0 0 5px;
}
.page-template-home-template #newsletter .peccular-newsletter-member-wrap textarea::placeholder{
    color:#d1cfd0;
}

.page-template-home-template #newsletter .peccular-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
.page-template-home-template #newsletter .box-form {
    text-align: left;
}
.page-template-home-template #newsletter .peccular-newsletter-member-wrap .wpcf7-form {
    background: #fff !important;
        height: 60px;
}
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
    background: #06332e !important;
    color: #06332e ;
    font-weight: 200;
    padding: 13px 12px;
    line-height: 1;
    border-radius: 0;    
    text-decoration: none;
    border: none;
    cursor: pointer;    
    font-size: 18px;
    transition: all 0.5s ease 0s;
    margin: 8px 0;
   
}
.page-template-home-template #newsletter .wpcf7:after {
    content: "\f101";
    position: absolute;
    top: 40%;
    font-size: 26px;
    right: 10%;
    color: #fff;
    font-family: 'Fontawesome';
    
}
.page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover .wpcf7:after{

    display: none !important;
    color: #000;
    
}


/*----------------------------------------*/
/*  13. Contact Area
/*----------------------------------------*/
.page-template-home-template #contact .contact-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #contact {
    background: #000;
}
.page-template-home-template #contact .peccular-contact {
    padding-top: 0em;
    position: relative;
}
.page-template-home-template #contact .peccular-contact-block{
    padding-top: 5em;
}
.page-template-home-template #contact .peccular-section-head h2{
    font-size: 18px;
    font-weight: 600;
    color: #7f8184;
    line-height: 18px;
}
.page-template-home-template #contact .peccular-section-head h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
}
.page-template-home-template #contact .peccular-section-head h3 span{
    color: #3a72fe;
    display: block;
}
.page-template-home-template #contact .peccular-contact-block {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 1;
    position: relative;
    color: #d8d9d4;
}

.page-template-home-template #contact .peccular-contact-label {
    font-size: 16px;
    font-weight: 400;
    color: #f9fcf5;
}
.page-template-home-template #contact .peccular-contact-data {
    font-size: 18px;
    font-weight: 600;
    color: #f7f7f7;
}
.page-template-home-template #contact a.peccular-contact-data:hover{
    color: #3a72fe;
}
.page-template-home-template #contact .peccular-contact-info{
    margin-top: 10px;
    margin-bottom: 4em;
    color: #fbfbf1;
}
.page-template-home-template #contact .peccular-contact-icon i {
    color: #a5acb0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #a5acb0;
    border-radius: 50%;
    text-align: center;
}
.page-template-home-template #contact .peccular-contact-socials a i{
    color: #a5acb0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #a5acb0;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.page-template-home-template #contact .peccular-contact-socials a:hover i{
    -webkit-animation: sp 1.5s linear infinite;
    animation: sp 1.5s linear infinite;
}

.page-template-home-template #contact.peccular-contact-block {
    margin-top: 3em;
}

.page-template-home-template #contact .peccular-contact-member-wrap input::placeholder{
    opacity: 1;
    color: #a8a6a7;
}

.page-template-home-template #contact .peccular-contact-member-wrap input[type="text"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="email"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="url"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="password"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="search"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="number"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="tel"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="range"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="date"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="month"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="week"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="time"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="datetime"],
.page-template-home-template #contact .peccular-contact-member-wrap input[type="datetime-local"], 
.page-template-home-template #contact .peccular-contact-member-wrap input[type="color"],
.page-template-home-template #contact .peccular-contact-member-wrap input[type="file"],
.page-template-home-template #contact .peccular-contact-member-wrap textarea{
    border: none;
    border-bottom: 1px solid #d8d9d4 !important;
    background: none;
    z-index: 2000;
    width: 100%;
    color: #d8d9d4;
    margin: 0 0 30px 0;
    border-radius: 0;
    padding: 0 0 7px;
    font-size: 15px;
    height: 35px;
    font-weight: 400;
    background: none;
}
.page-template-home-template #contact .peccular-contact-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 0px 0 10px;
    color: #a8a6a7;
    height: 35px;
}

.page-template-home-template #contact .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;
}
.page-template-home-template #contact .peccular-contact-member-wrap select option{
    font-weight: 600;
    padding-bottom: 12px;
    color: #d8d9d4;
}

.page-template-home-template #contact .peccular-contact-member-wrap textarea {
    height: 120px;
    padding: 10px 15px;
}
.page-template-home-template #contact  .peccular-contact-member-wrap textarea::placeholder{
    color:#d8d9d4;
}

.page-template-home-template #contact .peccular-contact-member-wrap label{
    color:#000;
    margin:0;
    width: 100%;
    font-weight: 500;
}

.page-template-home-template #contact .peccular-contact-member-wrap input[type="submit"]{
    color: #d3dcfc;
    font-weight: 600;
    padding: 14px 30px;
    line-height: 1;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    background: #3d72fc;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    display: block;
    border-radius: 2px;
    box-shadow: none;
}
.page-template-home-template #contact .peccular-contact-member-wrap input[type="submit"]:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 0.9;
}

.page-template-home-template #contact .peccular-contact-phone:hover .peccular-contact-icon,
.page-template-home-template #contact .peccular-contact-address:hover .peccular-contact-icon,
.page-template-home-template #contact .peccular-contact-mailid:hover .peccular-contact-icon{
    -webkit-animation: sp 1.5s linear infinite;
    animation: sp 1.5s linear infinite;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
 #footer,
 .footer-area,
.page-template-home-template .footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    border-top: 1px solid #fffcfd;
    background:#06332e;
}
/*.page-template-home-template #footer .footer-bg {
    background:url(images/footerbg.jpg) no-repeat;
    background-position: right 16% bottom -30%;
}*/
 #footer .footer-overlay,
.page-template-home-template #footer .footer-overlay,
.page #footer .footer-overlay,
.single #footer .footer-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.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 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: 15px;
    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: "\f18e";
    font-family: 'Fontawesome';
    font-size: 14px;
    padding-right: 10px;
    color: #fff;
    opacity: 0.7;
}
.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: #000;
    /*border-top: 1px solid #fffcfd;*/
    position: relative;}

.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, .footer-text a,
.page-template-home-template .footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
    font-size: 16px;
    font-weight: 300;
    color: #f8f4f5;
}
.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 
{
    border-bottom: 1px solid;
    background: none;
}
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,

.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 i.fa ,
.page-template-home-template .footer-area i.fa ,
.page .footer-area i.fa,
.single .footer-area i.fa{    
    padding: 0;
    font-size: 16px;
    margin-right: 8px;
}
.footer-area i.fa {
    color: #000;
}
 .footer-area .social-profile-icons i.fa,
.page-template-home-template .footer-area .social-profile-icons i.fa,
.page .footer-area .social-profile-icons i.fa ,
.single .footer-area .social-profile-icons i.fa{    
    padding: 0;
    text-align: center;
    margin-right: 0;
    font-size: 20px;
    padding: 5px;
}
 .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{    
    float: left;
}
.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: 4em;
    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: 4em;
    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: 4em;
    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;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #783afd;
}
.single-footer-1 img{      margin-bottom: 12px;}
.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-1 p i{
    margin: 0 17px 0 0 !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    font-size: 15px !important;
    color: #000 !important;
    background: #fff;
    padding: 8px 10px !important;
    border-radius: 50%;
    width: 33px;
    height: 33px;
  }
    .footer-area p span,
  .single-footer-1 p i span{
    
    font-weight: 500 !important;
    line-height: 19px !important;
    font-size: 16px !important;
    color: #fff !important;
  }
  .footer-area p span a,
  .single-footer-1 p i span a{
    
    color: #fff !important;
  }
  .footer-area p span a:hover,
  .single-footer-1 p i span a:hover{
    
    color: #f9c12c !important;
  }
  .single-footer-5 h4.widget-title{

    /*text-align: center !important;*/
    margin-bottom: 32px !important;
    padding: 18px 0 0 36px;
  }

  .footer-area .single-footer-5{
    /*background: #074842 !important;*/
    padding: 38px 0em 2em 44px;
    display: block;
    width: 19%;
    position: relative;
    top: -54px;
    left: 50px;
   

  }
.footer-area .single-footer-5 .footer5overlay{
    background: #074842 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
     opacity: 0.6;
}
  .footer-area .widget-title{
    margin-bottom: 1em;
  }
  .footer-area .social-profile-icons ul li a{
    background: #fff;
    padding: 18px 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    width: 38% !important;
    height: 38%;
    color: #000;

  }

  .footer-area .social-profile-icons ul li:first-child a{padding: 18px 17px;}
  .footer-area .social-profile-icons ul li a:hover{
    background: #000 !important;
    
  }
  .footer-area .social-profile-icons a:hover i.fa,
  .footer-area .social-profile-icons ul li a:hover i{
    font-size: 17px !important;
    color: #fff !important;
  }
  .footer-area .social-profile-icons ul li a i,
  .footer-area .social-profile-icons i.fa {
     color: #000 !important;
     font-size: 15px;
   }
   .footer-area .social-profile-icons ul li{
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 800;
    margin: 0 27px 60px 0;
   } 

    .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 0.5em 0%;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
    /*text-transform: uppercase;
    text-decoration: underline;*/
}
.category .ht-main-title {
    margin: 0 0 1.5em;
}
.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #4a4a4a;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_recent_entries, 
.widget_categories, 
.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px 15px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
    /*text-transform: uppercase !important;*/
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    background: #fff;
    padding: 3em 0em 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: #06332e;
}
.ht-post-info .entry-date span.ht-day, .entry-categories .fa, 
.widget-area a:hover, .comment-list a:hover, 
.no-comments, .woocommerce .woocommerce-breadcrumb a:hover, 
#total-breadcrumbs a:hover, .ht-featured-link a, 
.ht-portfolio-cat-name-list .fa, .ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active, .ht-portfolio-caption a, .ht-team-detail, 
.ht-counter-icon, .woocommerce 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: #06332e;

}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    padding: 0px 0 0.5em 0%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.breadcrumbbox span {
    color: #fafbfd;
    margin: 0 3px;
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: 500;
}
.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox span i{
    font-size: 11px;
    line-height: 5px;
    position: relative;
    top: 0px;
    padding: 0px 12px;
    color: #f9c12c;
}
.breadcrumbbox a {
    color: #fff;
    font-weight: 600;
    
}
.breadcrumbbox a:hover {
    color: #000;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/

.inner-blog-post{
    margin: 0em 0em 3em;
}
.inner-blogpost {
    position: relative;
    -webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 15%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 15%);
    background: #fdfdfd;
        padding: 0px 0 20px;
}
main#innerpage-box .blog-category {
    padding: 20px 0 0 20px;
    color: #838283;
    font-size: 15px;
    font-weight: 500;
}
main#innerpage-box .blog-category span i {
    color: #999ba3;
    font-size: 13px;
    padding-right: 10px;
}
main#innerpage-box .blog-tags {
    padding: 20px 0 0 25px;
}
main#innerpage-box .blog-tags i {
    color: #666465;
    font-size: 13px;
    padding-right: 10px;
}
main#innerpage-box .single_post .blog-tags a {
    color: #664aed;
    font-size: 18px;
    font-weight: 500;
}

main#innerpage-box .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
}
main#innerpage-box .blog-date {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: #06332e;
    color: #fff;
    padding: 10px 12px;
    font-style: italic;
}
main#innerpage-box .blog-date span {
    color: #f72985;
}
main#innerpage-box .inner-blogpost:hover .blog-date span {
    color: #ff80b0;
}
main#innerpage-box .blog-info-area{ margin: 0em 0 2em; }
main#innerpage-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
main#innerpage-box .blog-info-area ul.metabox li{
    float: left;
    margin-right: 15px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}
main#innerpage-box .blog-info-area ul.metabox li i{
    color: #4d4d4d;
    font-size: 15px;
    padding-right: 8px;
}
main#innerpage-box .blog-info-area .metabox .metabox2brdr {

    border-bottom: 1px solid #E8E8E8;
    padding: 0 10px;
        margin-bottom: 2em;
}
main#innerpage-box .blog-info-area .metabox2brdr ul{
    margin: 0;
    padding: 0;
}
main#innerpage-box .blog-info-area .metabox2brdr ul li{
    color: #66727D;
    float: left;
    list-style: none;
    margin-right: 9px;
    padding: 0 16px 0 0;
    border-right: 1px solid #ccc;
}

main#innerpage-box .blog-info-area .metabox .metabox2brdr ul li:before{
    display: none;
}
.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;
    /*display: none;*/
}
#content-box .socialMedia {
    border-top: 1px solid #ccc;
    padding: 1em 0;
}

#content-box .socialMedia ul li:before{
    font-size: 13px;
      font-weight: 400;
      margin-right: 9px;

}
#content-box .socialMedia ul li{
    display: inline-block;
    font-size: 12px;    
    font-weight: 400;
    border-radius: 3px;
    color: #656565 !important;
    background: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    text-shadow: none;
    line-height: 23px;
    padding: 1px 0px 0 8px;
    margin: 0 14px 0 0;
}
main#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    max-height: 350px;
    height: 100%;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
main#innerpage-box .inner-blog-post:hover .ht-blog-thumbnail:hover img {
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
main#innerpage-box .ht-blog-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000
    transition: all .4s ease;
}
main#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay {
    opacity: 0.4;
}

main#innerpage-box .ht-blog-thumbnail .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
main#innerpage-box .ht-blog-thumbnail .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
main#innerpage-box .ht-blog-thumbnail .overlay .box .content > a {
    text-align: center;
    line-height: 50px;
    transform: scale(1.2);
    transition: all 500ms ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
main#innerpage-box .ht-blog-thumbnail .overlay .box .content > a:before {
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    color: #f72985;
    position: relative;
    top: 45%;
    padding: 15px;
}
main#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay .box .content > a {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}
.inner-blogpost-info {
    margin-bottom: 0;
    padding: 10px 20px 0em 20px;
    border-radius: 0;
    position: relative;
}


main#innerpage-box #blog-box h2 {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    word-break: break-word;
    padding: 0;
    border-left: none;
    letter-spacing: 1px;
    text-transform: capitalize;
}
main#innerpage-box #blog-box h2 {
    color: #000;
}

main#innerpage-box #blog-box h2:hover {
    background-image: linear-gradient( 
    40deg, #06332e 30%, #06332e 70% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
div#secondary .social-profile-icons ul li i:hover, main#innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}
.inner-blog-excerpt {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 25px;
}

#innerpage-box .blog-page-btn{
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
}
#innerpage-box .blog-page-btn a {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}
#innerpage-box .blog-page-btn a:hover {
   letter-spacing: 2px;
}
#innerpage-box .blog-page-btn i {
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
    position: relative;
    right: 0;
    float: right;
}
#innerpage-box .blog-page-btn a:hover {
    color: #3d72fc;
}

#innerpage-box .blog-page-btn a {
    color: #000;
}

#innerpage-box .single_post .blog-page-btn {
    border-top: 1px solid #eaeaea;
    padding: 10px 0;
    text-decoration: underline;
}
#innerpage-box .single_post .blog-page-btn a {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
    color: #f9c12c;
}
#innerpage-box .single_post .blog-page-btn a:hover {
   letter-spacing: 2px;
}
#innerpage-box .single_post .blog-page-btn i {
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
    position: relative;
    right: 0;
    float: right;
    color: #4d4d4d;
}
#innerpage-box .single_post .blog-author a,
main#innerpage-box .single_post .blog-category a, 
main#innerpage-box .single_post .blog-tags a{ color: #66727D !important;}

#innerpage-box .single_post .blog-author a:hover,
main#innerpage-box .single_post .blog-category a:hover, 
main#innerpage-box .single_post .blog-tags a:hover{  color: #06332e !important;}

#innerpage-box .blog-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
    color: #000;
    padding-left: 18px;
}
main#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
#innerpage-box .blog-author i, #innerpage-box .blog-time i{
    color: #000;
    padding-right: 8px;
}

main#innerpage-box #blog-box .socialMedia {
    position: relative;
    left: 0px;
    top: 20px;
}

main#innerpage-box #blog-box .socialMedia ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
main#innerpage-box #blog-box .socialMedia ul li{
    display:inline-block;
   /* margin-left: -50px;
    float: left;*/
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
main#innerpage-box #blog-box .socialMedia ul li a.site-button{

    border-radius: 5px;
    width: 73px;
    line-height: 35px;
    height: 33px;
    display: block;
    color:#fff;
    background: #06332e;
    
}
main#innerpage-box #blog-box .socialMedia ul li a.site-button:hover{

    background: #000;
    -webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
}
main#innerpage-box #blog-box .socialMedia ul:hover li.share-button a.site-button{
   background: #06332e;
}   
main#innerpage-box #blog-box .socialMedia ul:hover li{
    margin-left: 6px;
}

/*main#innerpage-box #blog-box .socialMedia ul:hover li:first-child{
    margin-left: -50px;
}*/


#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #06332e;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
 margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
 font-size: 18px;
 padding: 5px 10px;
 line-height: 18px;
 margin: 0 0px;
 transition: 0s;
 background: #06332e;
 border-radius: 5px;
 color: #ffffff;
 font-weight: bold;
 box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
 display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}

.blog-read-more a {
    display: inline-block;
    text-align: center;
    background: #06332e;
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 17px;
}

.blog-read-more a:before,
.blog-read-more a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #06332e;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.blog-read-more a:before {
    top: -25%;
    left: 20%;
}

.blog-read-more a:after {
    bottom: -25%;
    right: 20%;
}

.blog-read-more a:hover:before,
.blog-read-more a:hover:after {
    transform: none;
    z-index: 1;
}

.blog-read-more a:hover, .blog-read-more a:before, .blog-read-more a:after {
    background-color: #06332e;
    transform: none;
}


main#innerpage-box #blog-box h2 {
    font-size: 20px;
}
.single main#innerpage-box h2{

    padding: 0px 0px !important;
    font-weight: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #06332e;
    text-decoration: underline;
}

.single 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 {
    color: #06332e;
}

.single main#innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}
.page-template-templates main#innerpage-box .widget-area .widget h2{
    margin-bottom: 0 !important;
    padding: 0em 0;
    font-weight: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #06332e;
    text-decoration: underline;
}
div#secondary {
    /*border: 1px solid #ccc;*/
    padding: 0px;
    border-radius: 5px;
}
main#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    /* display: flex; */
    padding: 0 1em;
}

/*-------------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: #06332e !important;}
main#innerpage-box .woocommerce ul.products li.product .button,.woocommerce a.button,
main#innerpage-box .woocommerce span.onsale{ color: #fff; background: #06332e; }
main#innerpage-box .woocommerce ul.products li.product:hover .button{ color: #fff; background: #000; }

/*--------------------------------*/

/*/*-----------------------
## Contact inner Template
-----------------------------*/

main#innerpage-box #peccular-contactus-wrap .map_area_label h4{
  font-size: 33px;
  color: #000;
  letter-spacing: -1px;
  line-height: 45px;
}
#peccular-contactus-wrap .peccular-section-head{
    margin-bottom: 5em;
}
#peccular-contactus-wrap .peccular-section-head h2 {

    font-size: 34px !important;   
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    color: #06332e;
}
#peccular-contactus-wrap .peccular-section-head h3 {

    font-size: 17px !important;    
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 9px !important;
     color: #000;
}
#peccular-contactus-wrap .peccular-section-head p {

    font-size: 16px !important;
    line-height: 46px;
    font-weight: 400 !important;    
    margin-bottom: 20px !important;
     color: #333333 !important;     
    text-align: center;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left{

    position: relative;
    top: -3px;
    left: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left:before{
        position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right{

    position: relative;
    top: -3px;
    right: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right:after{

    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right span{

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#peccular-contactus-wrap .peccular-contact-block1{
        position: relative;
    display: block;
    background: #06332e;
    padding: 85px 30px 77px;
    width: 100%;
}
#peccular-contactus-wrap .peccular-contact-block2{
    background: #f9c12c;
    padding: 53px 30px 9px;
    margin-top: -20px;
    margin-bottom: -20px;
    position: relative;
    display: block;
    width: 100%;
}
#peccular-contactus-wrap .peccular-contact-block2 h4{
    color:#06332e;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box{
    position: relative;
    display: block;
    border-bottom: 1px solid #06332e59;
    padding-bottom: 18px;
    margin-bottom: 24px;
}
#peccular-contactus-wrap .peccular-contact-block2 .contact-label{

    text-transform: capitalize;
    /*border-bottom: 1px solid #06332e59;*/
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    opacity: 0.7;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    text-transform: none;
    word-break: break-all;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p a{
    color: #fff !important;
    word-break: break-all;
}
#peccular-contactus-wrap .peccular-contact-block3{

    position: relative;
    display: block;
    background: #06332e;
    padding: 85px 30px 77px;
    width: 100%;
}
#peccular-contactus-wrap .peccular-contact-block3 i{
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-block1 i{
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_l_area{
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-block1 .contact_l_area{
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_info_area a h2{
    color: #f9c12c;
}
#peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a h2{
    color: #f9c12c;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_info_area a:hover h2,
#peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a:hover h2{
    color: #fff;
}
#innerpage-box .peccular-contact-page-form {
    margin: 3em 0;
}
#innerpage-box .peccular-contact-form-block h2{

    color: #131313;
    font-size: 39px !important;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}
#innerpage-box .peccular-contact-form-block .soccerclub-left{

    position: relative;
    top: -3px;
    left: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#innerpage-box .peccular-contact-form-block .soccerclub-left:before{
        position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#innerpage-box .peccular-contact-form-block .soccerclub-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#innerpage-box .peccular-contact-form-block .soccerclub-left span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#innerpage-box .peccular-contact-form-block{

    
    display: block;
    background: #ffffff;
    padding: 100px 60px 80px;
    -webkit-box-shadow: 0px 3px 8px 2px #ededed;
    box-shadow: 0px 3px 8px 2px #ededed;
    z-index: 3;
}
#innerpage-box .peccular-contact-form-block p{
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #131313;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
#innerpage-box .peccular-contact-form-block .text-box{
        position: relative;
    display: block;
    font-size: 14px;
    color: #333333;
}
#innerpage-box .peccular-contact-form-block .text-box p{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}
#peccular-contactus-wrap .peccular-contact-page-form {
    text-align: center;
}
#peccular-contactus-wrap .peccular-contact-page-form p{
    color: #fff;
}
.contact-mapbox {
    width: 100%;
}

.contact-mapbox iframe {
    z-index: 1;
    width: 100%;
    height: 300px;
    border-radius: 0 0px 30px 0;
}
#peccular-contactus-wrap .peccular-contact-page-form {
    text-align: left;
}
.peccular-contact-page-form input[type="text"], 
.peccular-contact-page-form input[type="email"], 
.peccular-contact-page-form input[type="url"],
.peccular-contact-page-form input[type="password"], 
.peccular-contact-page-form input[type="search"], 
.peccular-contact-page-form input[type="number"], 
.peccular-contact-page-form input[type="tel"], 
.peccular-contact-page-form input[type="range"], 
.peccular-contact-page-form input[type="date"], 
.peccular-contact-page-form input[type="month"], 
.peccular-contact-page-form input[type="week"], 
.peccular-contact-page-form input[type="time"], 
.peccular-contact-page-form input[type="datetime"], 
.peccular-contact-page-form input[type="datetime-local"], 
.peccular-contact-page-form input[type="color"], 
.peccular-contact-page-form select, 
.peccular-contact-page-form textarea {
    margin-bottom: 25px;
    border: 1px solid #000;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

#peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #616161;
}
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#616161;
}

.peccular-contact-page-form .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#06332e 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

.peccular-contact-page-form input[type="file"] {
    font-size: 14px;
    color: #616161;
    font-weight: 500;
}
.peccular-contact-page-form textarea {
    height: 170px;
}
.peccular-contact-page-form label {
    font-weight: 500;
    width: 100%;
    color: #010101;
    font-size: 16px;
}

.peccular-contact-page-form select {
    width: 100%;
}
.peccular-contact-page-form input[type="checkbox"], .peccular-contact-page-form input[type="radio"], .peccular-contact-page-form input[type="file"] {
    margin-bottom: 15px;
}
.peccular-contact-page-form input[type=date] {
    line-height: 10px;
    padding: 14px 20px;
}
main#innerpage-box .peccular-contact-page-form h2{
    color: #333333;
    font-size: 45px;
    font-weight: 500;
}
.peccular-contact-page-form input[type="submit"] {
    display: inline-block;
    font-weight: 600;
    padding: 20px 35px;
    line-height: 1;
    border-radius: 0;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #06332e;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 17px;
    color: #fff;
    transition: all 0.5s ease 0s;
    margin: 0 5px;
    box-shadow:none;
        width: 100%;
}
.peccular-contact-page-form input[type="submit"]:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    box-shadow: 0 1.1rem 1rem rgb(0 0 0 / 15%);
    background-color: #f9c12c;
    color: #000;
}

.page-template-contact-template .inner_contentbox {
    padding: 5em 0em 0em;
}
.peccular-contact-area {
    text-align: center;
    margin-bottom: 3em;
}

.peccular-contact-area i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #4377ff;
    transition: all 1s ease 0s;
    text-align: center;
}
#peccular-contactus-wrap .peccular-contact-area:hover i{
    -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;
        -webkit-animation-name: tada;
    animation-name: tada;
    webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


#peccular-contactus-wrap .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
#peccular-contactus-wrap .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;
}
.peccular-contact-page-form {
    padding-right: 20px;
    color: #616161;
}

.peccular-contact-mapbox{
    margin: 0;
    padding: 0;
}
.peccular-contact-mapbox iframe {
    border-top: 1px solid #000 !important;
    width: 100%;
}

.page .footer-area ul.sub-menu .current_page_item > a {
    background: none;
}

@media screen and (min-width:320px) and (max-width:880px){
    #innerpage-box .peccular-contact-form-block h2{
            font-size: 26px !important;
            line-height: 36px;
            margin: 0 0;
    }
    #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p{ font-size: 14px !important;}
    #peccular-contactus-wrap .peccular-contact-block2 .contact-label{ font-size: 14px !important;}

}
@media screen and (min-width:320px) and (max-width:425px){
    #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p{ text-align: center;}

}



/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box {
    margin: 10px;
}
#innerpage-box .peccular-service-image img {
    width: 100%;
}
body.page-template-default main#innerpage-box .peccular-service-box .peccular-service-image img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.peccular-service-box .peccular-service-image .imgoverlay{
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
}
main#innerpage-box .peccular-service-box .service-view-btn{

    color: #fff !important;
    background: #f9c12c;
    padding: 8px 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
body.page-template-default main#innerpage-box .peccular-service-box:hover .service-view-btn{

    color: #fff !important;
    background: #06332e;
}

body.page-template-default main#innerpage-box .peccular-service-content h4{
    background: none;
   /* font-size: 24px;*/
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
}
body.page-template-default main#innerpage-box .peccular-service-content h4 a {
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
}

body.page-template-default main#innerpage-box .peccular-service-content p {
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 3px;
}
body.page-template-default main#innerpage-box .peccular-service-content {
    position: absolute;
    left: 0px;
    right: 0px;
    transition: 0.3s;      
    bottom: 30px;
    padding: 19px 31px 13px 30px;
    transition: 0.4s;
}
body.page-template-default main#innerpage-box .peccular-service-image:hover .peccular-service-content {

    opacity: 0.6;
    z-index: 1;
    background: #fff;   
    left: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 0px;
    padding: 19px 31px 13px 30px;
    transition: 0.4s;
}
body.page-template-default main#innerpage-box .peccular-service-image:hover .peccular-service-content p{

    z-index: 1;
    color: #06332e;
}
body.page-template-default main#innerpage-box .peccular-service-image:hover .peccular-service-content h4 a{
        z-index: 1;
        color: #06332e !important;
}
body.page-template-default main#innerpage-box .peccular-service-image:hover .service-view-btn{
        z-index: 1;
        
}


body.page-template-default main#innerpage-box .peccular-service-box .peccular-service-image a span {
    color: #ffffff;
    position: relative;
    transition: 0.3s;
}
body.page-template-default main#innerpage-box .peccular-service-box .peccular-service-image a span i {
    color: #fff;
    padding-left: 10px;
}

body.page-template-default main#innerpage-box .peccular-service-box .peccular-service-image {
    position: relative;
    overflow: hidden;
}

/*---------------------- End Services page ------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/
div#content-box .faq .faq-content{
    margin-bottom: 15px;
    padding: 0 15px;
    border: 1px solid #e6e8eb;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 21px 24px 23px 30px;
}
div#content-box .faq .faq-content.active{
    border: 1px solid #06332e;
}

div#content-box .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
}
div#content-box .faq-content button.accordion.active, button.accordion:hover {
    /*background-color: #ddd;*/
    opacity: 1;
}
main#innerpage-box div#content-box h3.faq-title:before {
    content: '\f067';
    font-family: 'Fontawesome';
    font-size: 12px;
    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: #06332e;
}

main#innerpage-box div#content-box .faq-content button.accordion.active h3.faq-title:before {
    content: "\f068";
    font-family: 'Fontawesome';
     color: #fff;
     background:#06332e ;
}
div#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;
}
div#content-box .faq-content div.panel p{
    margin:0 0 0px;
}
div#content-box .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 10px 0px 0;
}
main#innerpage-box div#content-box h3.faq-title {
    margin: 0;
    font-weight: 600;
    line-height: 28px;
    word-break: break-word;
    text-align: left;
    color: #06332e;
}

main#innerpage-box div#content-box h3.faq-title, main#innerpage-box div#content-box h3.faq-title small {
    text-transform: none;
    font-size: 18px;
    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: bold;
    font-family: 'IBM Plex Sans', sans-serif;
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-right: 25px;
}
main#innerpage-box div#content-box button.accordion.active h3.faq-title,
main#innerpage-box div#content-box button.accordion.active h3.faq-title small{
    color: #06332e;
}
main#innerpage-box div#content-box h3.faq-title:after {
    display: none;
}
div#content-box .faq-content p {
    font-size: 15px;
    padding: 0;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 500;
    color: #848e9f;
}

.peccular-faqs-head {
    text-align: center;
    padding: 0 14em;
}
body.page-template-default main#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;
}
body.page-template-default main#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
-----------------------------*/

main#innerpage-box .peccular-testimonials-single {
 
    background: #f8f8f8;   
    margin: 2em 5px;
    padding: 2em;
}
body.page-template-default main#innerpage-box .peccular-testimonials-identity {
    position: relative;
    left: -41px;
    text-align: left;
}
body.page-template-default main#innerpage-box h4.peccular-testimonials-name {
    color: #06332e;
    font-size: 25px;
    font-weight: 600;
    margin: 25px 0 10px;

    
}
body.page-template-default main#innerpage-box h4.peccular-testimonials-name:after{
    display: none;
}
body.page-template-default main#innerpage-box h6.peccular-testimonials-designation {
    color: #a5a3a4;
    font-size: 16px !important;
    font-weight: 500;
    margin:0;

    
}
body.page-template-default main#innerpage-box h6.peccular-testimonials-designation:after{
    display: none;
}
main#innerpage-box .peccular-testimonials-image{
    margin: 0;
    padding: 0;
   
}
main#innerpage-box .peccular-testimonials-image img{   
    border-radius: 50%;
    width: 70% ;
    position: relative;    
    margin: 0 0 0 15px ;
    border: 2px solid #06332e;   
}


#innerpage-box .peccular-testimonials-content p {
    padding: 0 0 3em 2em;
    color: #a5a3a4;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 0;
}
#innerpage-box .peccular-testimonials-content i {
    color: #06332e;
    font-size: 23px;
    text-align: left;
    margin: 0 0 0 -28px;
}
#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    position: relative;
    right: 258px;
    bottom: 53px;
    float: right;
    
}

#innerpage-box .peccular-testimonials-content {
    padding: 0 0 0 20px;
    margin-bottom: 22px;
}

main#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%);
}
main#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-content i{

    color: #f9c12c;

}
main#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image img {

    border: 2px solid #f9c12c; 
}
main#innerpage-box .peccular-testimonials-single:hover h4.peccular-testimonials-name{

        color: #f9c12c;

}



/*-----------------------
## End Testimonials page
-----------------------------*/

/*--------------- Project inner page -------------------------------*/

#innerpage-box .peccular-project-box {
    background: #f2f2f2;
    margin: 10px;
}

#innerpage-box .peccular-project-single {
    margin-bottom: 1.5em;
}
#innerpage-box .peccular-project-image img {
    width: 100%;
}
/*body.page-template-default main#innerpage-box .peccular-project-box .peccular-project-image img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
}
body.page-template-default main#innerpage-box .peccular-project-box .peccular-project-image:hover img {
    transform: scale(1.1) rotateZ(0deg);
    -moz-transform: scale(1.1) rotateZ(0deg);
    -webkit-transform: scale(1.1) rotateZ(0deg);
    -o-transform: scale(1.1) rotateZ(0deg);
}*/
body.page-template-default main#innerpage-box .peccular-project-content h4{
   margin: 0;
   margin-bottom: 10px;
    padding: 0;
    /*color: #fff;
    font-size: 22px;*/
    font-weight: 700;
    opacity: 0;
}
body.page-template-default main#innerpage-box .peccular-project-content h4 a{   
   
    color: #fff !important;
    font-size: 22px;   
}
body.page-template-default main#innerpage-box .peccular-project-single:hover .peccular-project-content h4{
    color:#fff ;
    opacity: 1;
    position: relative;
    left: 42px;
    bottom:30px ;
}
body.page-template-default main#innerpage-box .peccular-project-single:hover .peccular-project-content h4 a{
    color:#fff !important ;
    
}

body.page-template-default main#innerpage-box .peccular-project-content p {
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 15px;
}
body.page-template-default main#innerpage-box .peccular-project-content {
    padding: 13px 13px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}
body.page-template-default main#innerpage-box .peccular-project-content .project-view-btn {

    color: #fff;
    background: #06332e;
    padding: 8px 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
#innerpage-box .peccular-project-single:hover .peccular-project-content  .project-view-btn{

    color: #06332e;
    background: #fff;

}


#innerpage-box .peccular-project-single .peccular-project-img{
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-project-single .peccular-project-img img {
    width: 100%;
    height: 430px;
    border-radius: 10px;
}

#innerpage-box .peccular-project-single .peccular-project-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 3px;
  height: 0;
  content: "";
  background-image: -moz-linear-gradient(90deg, #fff 0%, transparent 100%);
  background-image: --webkit-linear-gradient(90deg, #fff 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #fff 0%, transparent 100%);
  transition: all 500ms ease;
  z-index: 2;
}

#innerpage-box .peccular-project-single:hover .peccular-project-img:before {

  height: 100%;
  transition-delay: 500ms;

}

#innerpage-box .peccular-project-single .peccular-project-img:after {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 30px;
  height: 3px;
  width: 0;
  content: "";
  background-image:-webkit-linear-gradient(0deg, #fff 0%,transparent 100%);
  /*background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.01) 99%, rgb(255, 255, 255) 100%);*/
  transition: all 700ms ease;
  z-index: 2;
}

#innerpage-box .peccular-project-single:hover .peccular-project-img:after{

  width: 101%;
  transition-delay: 500ms;
}

#innerpage-box .peccular-project-single .peccular-project-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #06332e;
  border-radius: 10px;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  /*z-index: 1;*/
}

#innerpage-box .peccular-project-single:hover .peccular-project-overlay {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  opacity: 0.6;
}

/*#innerpage-box .peccular-project-single .peccular-project-overlay {
    position: absolute;
    background: #06332e;
    border-radius: 0px;
    opacity: 0.3;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    background: linear-gradient(to top,transparent 9%,#06332e 30%);
}
#innerpage-box .peccular-project-single:hover .peccular-project-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}*/

/*---------------------- End Project 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: #06332e;
    font-size: 40px;
    font-weight: 600;
}
#innerpage-box h2{
     color: #06332e;
    font-size: 20px;
    font-weight: 600;
}
#innerpage-box h3{ 
    color: #06332e;
    font-size: 20px;
    font-weight: 600;
}

#innerpage-box h4{
     color: #06332e;
    font-size: 18px;
    font-weight: 600;
}
#innerpage-box h5{
     color: #06332e;
    font-size: 17px;
    font-weight: 600;
}
#innerpage-box h6{
     color: #06332e;
    font-size: 16px;
    font-weight: 600;
}
#innerpage-box p{
     color: #959595;
    font-size: 15px;
    font-weight: 400;
}

#innerpage-box li {
    font-size: 15px;
    color: #3b3b3b;
}

/*// --------------Responsive ----------------------------- */


@media screen and (min-width:576px) and (max-width: 767px){

.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-left: 2em;margin-top: 2em;}
 .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-left: 2em;margin-top: 2em;}
 .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-left: 2em;margin-top: 2em;}
  .footer-area .single-footer-5{left: 30px; top: -8px;}

}

@media screen and (min-width:320px) and (max-width: 575px){
    main#innerpage-box .peccular-testimonials-image{    text-align: center;}
    main#innerpage-box .peccular-testimonials-image img{    width: 40%;     top: -3em;}
    body.page-template-default main#innerpage-box .peccular-testimonials-identity {    
    left: 0; 
    text-align: center;
}
}
@media screen and (min-width:320px) and (max-width: 575px){
    .footer-area .single-footer-5 .footer5overlay{    display: none;}
    .footer-area .single-footer-5{     top: 4px;   padding: 0px 0em 2em 0px; width: 100%;}
}

@media screen and (min-width:320px) and (max-width: 767px){
    .container {
     max-width: 1000px !important;
 }
    .single-footer-5 h4.widget-title{padding: 0 0 0 0px;}
    .footer-area .social-profile-icons ul li{    margin: 0 27px 39px 0;}
}
@media screen and (min-width:992px) and (max-width: 1199px){

    .footer-area .social-profile-icons ul li{  margin: 0 17px 60px 0;}
    .footer-area .single-footer-5{    padding: 38px 0em 2em 10px;}
}
@media screen and (min-width:768px) and (max-width: 991px){

    .footer-area .social-profile-icons ul li{  margin: 00 15px 39px 0;}
    .footer-area .single-footer-5{ width: 25%;   padding: 38px 0em 2em 13px;}
}

@media screen and (min-width:768px) and (max-width: 1199px){

    .page-template-home-template #newsletter .wpcf7:after{ right: 10%;top: 35%;}
}
@media screen and (min-width:768px) and (max-width: 991px){

    .page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="email"]{
            padding: 0px 15px !important;
    }
    .page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="submit"]{

    position: relative !important; 
    right: 72% !important;
    }
    .page-template-home-template #newsletter .wpcf7:after {
    right: 16% !important;
    top: 34% !important;
    }
}

@media screen and (min-width:576px) and (max-width: 767px){
    .page-template-home-template #newsletter .wpcf7:after{    top: 69%;}

}
@media screen and (min-width:495px) and (max-width: 575px){
    .page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
        position: absolute !important;
        right: 25px !important;
        top: 82px !important;
    }
    .page-template-home-template #newsletter .wpcf7:after{    top: 70%;}

}
@media screen and (min-width:320px) and (max-width: 494px){
    .page-template-home-template #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
        position: absolute !important;
        right: 25px !important;
        top: 105px !important;
    }
    .page-template-home-template #newsletter .wpcf7:after{ right: 10%;   top: 73%;}

}
@media screen and (min-width:320px) and (max-width: 410px){
    .page-template-home-template #newsletter .wpcf7:after{ right: 13%;}
}


@media screen and (min-width: 320px) and (max-width: 576px){
    .top-bar-head { background-color: #ffffff !important;}
}

@media screen and (min-width: 426px) and (max-width: 576px){
    .slide-inner .slider-inner-mainbox{     top: 10% !important;}
}
@media screen and (min-width: 320px) and (max-width: 425px){
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{left: 0 !important;}
}
@media screen and (min-width: 426px) and (max-width: 590px){
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{left: 20px !important;}
}
@media screen and (min-width:691px) and (max-width: 767px){
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{left: 4% !important;}
}

@media screen and (min-width: 320px) and (max-width: 358px){
    .ht-main-title {    margin: 45px 0 0.5em 0;}
}
@media screen and (min-width:992px) and (max-width: 1024px){
    .site-header .socials a i.fa{margin-right: 4px !important;}
    .site-header .socials { padding: 25px 0px 10px 0 !important;}
}
@media screen and (min-width:320px) and (max-width: 991px){
    .site-header .socials a i.fa{margin-right:0px !important; width: 28px; height: 28px; line-height: 27px;font-size: 15px;}
    .site-header .socials { padding: 25px 0px 5px 0 !important;}
    /*.top-bar-head .header-bottom-border{    bottom: 0px;}*/
}
@media screen and (min-width:641px) and (max-width: 767px){
    .top-bar-head .header-bottom-border { bottom: -1px;}
}
/*@media screen and (min-width:576px) and (max-width: 640px){
    .top-bar-head .header-bottom-border { bottom: -22px;}
}*/
@media screen and (min-width:320px) and (max-width: 575px){
    .top-bar-head .header-bottom-border { bottom: 0px;}
}
@media screen and (min-width:320px) and (max-width: 768px){
    .slide-inner .slider-inner-mainbox{ left: 0; right: 0; margin: 0 auto; }
}
@media screen and (min-width:769px) and (max-width: 968px){
    .slide-inner .slider-inner-mainbox{ left: 0; right: 0; top: 13%; margin: 0 auto; }
}
@media screen and (min-width:320px) and (max-width: 690px){
    .slide-inner .slider-inner-mainbox{     width: 473px !important;}
    .slider-inner-box{padding: 4em 5em 2em;}
    .hero-style .slide-title h2{font-size: 31px; margin-bottom: 7px; line-height: 26px;}
    .hero-style .slide-title h2 span { font-size: 24px;}
    .hero-style .slide-text p{font-size: 14px !important;padding: 0 20px; padding-bottom: 29px !important;}
}
@media screen and (min-width:691px) and (max-width: 768px){
    .hero-slider {    height: 510px !important;   }    
}
@media screen and (min-width:426px) and (max-width: 590px){
    .hero-slider {    height: 412px !important;   }    
}
@media screen and (min-width:320px) and (max-width:425px){
    .hero-slider {    height: 220px !important;   }    
}
@media screen and (min-width:320px) and (max-width: 425px){
    .slide-inner .slider-inner-mainbox{ top:0 !important; }
    .slider-inner-mainbox:before{    top: 42px;left: 18px;}
    .slider-inner-mainbox:after{    left: 41px;}
    .slider-inner-box {  padding: 4em 3em 2em;}
    .hero-style .slide-btns-2 a.ReadMore{    font-size: 16px;     padding: 7px 24px;}
}
@media only screen and (max-width:320px){
    .slider-inner-box {  padding: 3em 1em 2em;}
    .slider-inner-mainbox:before{      top: 26px;left: 9px;}
    .slider-inner-mainbox:after{    left: 25px;     top: 9px;}
}
@media only screen and (max-width: 1200px){ 
    .page-template-home-template #services .owl-carousel .owl-nav button.owl-next:before,
    .page-template-home-template #services .owl-carousel .owl-nav button.owl-prev:before{
        display: none;
    }
    main#innerpage-box .peccular-testimonials-image img {
       /* height: 300px;*/
    }
}
@media only screen and (max-width: 992px){ 
    .page-template-home-template #contact .peccular-contact-block {
        margin-top: 1em;
    }
    main#innerpage-box .peccular-testimonials-image img {
        /*height: 200px;*/
    }
    body.page-template-default main#innerpage-box h4.peccular-testimonials-name {
        font-size: 22px;
    }
    body.page-template-default main#innerpage-box h6.peccular-testimonials-designation{
        font-size: 18px;
    }
    
    .hero-style .slide-title h2 {
        font-size: 35px;
    }
    .hero-style li.slide-btns-1 a.ReadMore, .hero-style li.slide-btns-2 a.ReadMore {
        padding: 8px 15px;
    }
    
    
   /* .page-template-home-template div#testimonials .owl-theme .owl-nav {
        left: -250px;
        bottom: -64px;
    }*/
    .slider-inner-box {
        top: 55%;
    }
    .page-template-home-template div#team .owl-theme .owl-nav {display: none;}
}

@media only screen and (max-width: 767px){
    .page-template-home-template #features .peccular-features-icon span:before {
        font-size: 20px;
        line-height: 35px;
    }
    .page-template-home-template #features .peccular-features-icon span {
            width: 30px;
            height: 30px;
        }
        .page-template-home-template #steps .peccular-steps-b:after {
        left: 58px;
    }
    .page-template-home-template #newsletter .peccular-newsletter-member-wrap {
        padding: 0;
    }
    .page-template-home-template #newsletter .newsletter-sign-box {
    padding: 0 1em;
}
}

@media only screen and (max-width: 640px){ 
  .page-template-home-template #about .peccular-about-img{
    padding-right: 2em;
}
.peccular-about-overlay-dark {
    display: none;
}
main#innerpage-box .peccular-testimonials-single {
    padding: 3em 1em 0;
}
main#innerpage-box .peccular-testimonials-image:after {
    bottom: 68px;
    left: 20px;
}
/*main#innerpage-box .peccular-testimonials-image img {
    top: -5em;
}*/
#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    right: -20px;
}
main#innerpage-box .peccular-testimonials-single {
    margin-top: 3em;
    margin-bottom: 5em;
}
body.page-template-default main#innerpage-box .peccular-testimonials-identity {
    top: -65px;
}
main#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image:after {
    bottom: 85px;
}
#innerpage-box .peccular-testimonials-content i {
    font-size: 50px;
}
.share-btn, .page-template-home-template .share-btn, .page .share-btn, .single .share-btn {
    text-align: center;
    padding: 10px 0 0;
}
.h-contact, .page .h-contact, .page-template-home-template .h-contact, .single .h-contact {
    text-align: center;
    padding: 10px 0;
}
.h-contact-block, .page-template-home-template .h-contact-block, .page .h-contact-block, .single .h-contact-block {
    padding-right: 0!important;
}
.top-bar-head, .page-template-home-template .top-bar-head, .page .top-bar-head, .single .top-bar-head {
    padding: 0;
}
.logo-header, .page-template-home-template .logo-header, .page .logo-header, .single .logo-header {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.hero-style .slide-title h2 {
    font-size: 24px;
}
.hero-style .slide-text p {
    font-size: 16px;
}
.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    max-width: 360px;
}

/*.hero-slider {
    height: 277px;
}*/
.space {
    text-align: center;
}
.peccular-faqs-head {
    padding: 0;
}
.page-template-home-template #features .peccular-features-b:nth-child(3),.page-template-home-template #features .peccular-features-b.right-side:nth-child(3){
        margin-left: 0;
}
.page-template-home-template #steps .peccular-steps-b:after {display: none;}
.page-template-home-template div#team .owl-theme .owl-nav{display: none;}
.ht-site-description, .page-template-home-template .ht-site-description, .page .ht-site-description, .single .ht-site-description {
    padding: 8px 10px;
}
.border-right {
    width: 75%;
}
.peccular-contact-phone, .peccular-contact-mailid, .peccular-contact-address {
    padding: 0 21px;
}

}
@media only screen and (max-width: 375px){
    .slider-inner-box {  width: 315px;    }
}
@media only screen and (max-width: 320px){
    .slider-inner-box {   width: 310px;  }
}