/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #000;}

.site-header {

    position: relative;
    z-index: 99999;
    position: absolute;
    width: 100%;  
}
.top-bar-head{

    padding: 0px;
    width: 100%;
    display: inline-block;
    background: none;
    z-index: 999;  
    position: relative;
        top: 10px;
} 
.header-fixed {
    position: fixed !important;
    top: -70px;
    left: 0;
    width: 100%;
    background: #F64928;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease
}
.header-above-s-bg{
    background: #F64928;
    padding-bottom: 40px;
}
.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}

.mainbottom-header .header-rightbox{
    background: #1B1B1B;
    border: 2px solid #FF7500;
    border-radius: 60px;
    padding: 9px 10px;
    /* height: 71px; */
    margin: 21px 0 0;
}
.header-fixed .mainbottom-header .header-rightbox {
        margin: 0 0 22px;
}
.mainbottom-header .header-rightbox .head-menu-icon{
    font-family: FontAwasome;
    font-size: 15px;
    color: #fff;
    padding: 21px 0 0 3px;
    text-align: center;
    
}
.mainbottom-header .appnowbt {
    padding: 11px 15px;
    border-radius: 40px;
    text-align: center;
    background: transparent linear-gradient(287deg, #E11B6B 0%, #F4432F 32%, #F64828 100%);
    width: 90%;
    position: relative;
    right: -20px;
}
.mainbottom-header .appnowbt i{
    font-size: 23px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    padding: 4px 0;
    color: #E11D07;
    position: relative;
    right: -8px;
    background: #fff;
     transition: all 0.7s;
}
.mainbottom-header .appnowbt:hover i { 
    animation: shake 0.9s; 
    animation-iteration-count: infinite;
     transition: all 0.7s;
}

.mainbottom-header .appnowbt a{
      color: #fff; 
      font-size: 18px;
      font-weight: 600;
      margin: 0;     
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*--------------------  General Header container---------------------------*/
.container.hr-btm {
    padding-right: 0;
    margin-right: 0;
}
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.page-template-home-template .ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-align: left;
    padding: 5px 0px 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: left;    
    
}
.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: 45px !important;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 19px;
    padding: 30px 0;
    font-weight: 600;
    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: #E11D07;  
}
.navigation .mainmenu li a {
    color: #fff;
}
header.site-header ul.sub-menu li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a{
    color: #000;
    
 }

 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;
    background: #E11D07;
 }
.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:#000 ;
}
.header.site-header ul.sub-menu li a:before {
    color:#fff;
  }
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0;
}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
}
header.site-header ul.sub-menu li a,
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a,
.header.site-header ul.sub-menu li a:before{
    color: #000;
} 
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;
     background: #E11D07;
}
.header.site-header ul.sub-menu li:hover a  {
    background: #E11D07;
    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;   
    font-weight: 500;
    position: relative;
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
    color: #fff;
}
.header.site-header ul.sub-menu li a:before  {
    content: "\f2dc";
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: -17px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
}
.header.site-header ul.sub-menu li:hover > a:before {
    opacity: 1;
}
.navigation .mainmenu li ul ul.sub-menu,
.header.site-header ul.sub-menu ul,
.page-template-home-template .navigation .mainmenu li:hover ul.sub-menu ul {
    left: 212px !important;
    top: -9px !important;
        overflow: hidden;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1 !important;
}
/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .page-template-home-template .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }
    .navigation .mainmenu li:hover ul.sub-menu,
    .page-template-home-template .navigation .mainmenu li:hover ul.sub-menu,
    .page .navigation .mainmenu li:hover ul.sub-menu,
    .single .navigation .mainmenu li:hover ul.sub-menu {
        left: auto;
        top: 86px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .page-template-home-template .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
     }
    .navigation .mainmenu ul.sub-menu li,
    .page-template-home-template .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
    }
}
@media only screen and (min-width: 1302px){
    .peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(3), 
    .peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(4),
    .peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(9), 
    .peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(10),
    .peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(15), 
    .peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(16),
    .peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(21), 
    .peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(22),
    .peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(27), 
    .peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(28){
        width: 50% !important;
    }

    #innerpage-box .peccular-muzicvideo-b:nth-child(3), 
    #innerpage-box .peccular-muzicvideo-b:nth-child(4),
    #innerpage-box .peccular-muzicvideo-b:nth-child(9), 
    #innerpage-box .peccular-muzicvideo-b:nth-child(10),
    #innerpage-box .peccular-muzicvideo-b:nth-child(15), 
    #innerpage-box .peccular-muzicvideo-b:nth-child(16),
    #innerpage-box .peccular-muzicvideo-b:nth-child(21), 
    #innerpage-box .peccular-muzicvideo-b:nth-child(22),
    #innerpage-box .peccular-muzicvideo-b:nth-child(27), 
    #innerpage-box .peccular-muzicvideo-b:nth-child(28){
        width: 50% !important;
    }
}


@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{
    color: #E11D07;
}
.navigation .mainmenu li a{ color: #E11D07 ; }

}
@media screen and ( min-width: 992px) and (max-width: 1199px){
    .page-template-home-template .navigation .mainmenu li a,
    .page .navigation .mainmenu li a,
    .single .navigation .mainmenu li a, 
    .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
    .navigation .mainmenu {  text-align: left;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li:last-child {  margin-left: 0em !important; }
}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .page-template-home-template .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{    padding: 0px 0px 0px 22px;}
    .maintop-header ul li:last-child {  margin-left: 13em;   text-align: right;}

}
@media screen and ( min-width: 320px) and (max-width: 425px){
.maintop-header ul li {   line-height: 21px;}
}

@media screen and ( min-width: 359px) and (max-width: 575px){
.ht-main-title { margin: 40px 0 0.5em 0px !important;     font-size: 31px !important;}

}
@media only ( min-width: 320px) and (max-width:360x){
.ht-main-title { margin: 15px 0 0.5em 0px !important;     font-size: 31px !important;}

}

/*----- Sticky Header ------*/
/*.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 100%;
    z-index: 99999;
    box-shadow: -2px 2px 10px 0px #2d2d2d;
}*/

/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.page-template-home-template .peccular-section-head {
    text-align: left;
    margin-bottom: 2em;
    margin-top: 2em;
}
.page-template-home-template .peccular-section-head h2{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 54px;
}

.page-template-home-template .peccular-section-head h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
}
.page-template-home-template .peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #E11D07;
}
#programs .program-bg,
#muzicvideo .muzicvideo-bg,
#about .about-bg,
#counter .counter-bg,
#appointment .appointment-bg,
#events .events-bg,
#facility .facility-bg,
#testimonials .testimonials-bg,
#team .team-bg,
#contact .contact-bg,
#blog .blog-bg,
#program .program-bg,
#newsletter .newsletter-bg,
#footer .footer-bg,
#gallery .gallery-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#programs,
#muzicvideo,
#about,
#counter,
#appointment,
#event,
#facility,
#testimonials,
#team,
#gallery, 
#contact,
#blog,
#newsletter,
#footer{

    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
#slider{
      background: linear-gradient( #F97A71FD , #F64928 ) ;
}

#slider img.sliderbgimg{
    background-size: cover;
    width: 100%;
    height: 872px;
    -webkit-animation: zoomin 7s ease-in infinite;
    animation: zoomin 7s ease-in infinite;
    transition: all .3s ease-in;
/*    z-index: 1;
    position: relative;*/
}
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

.slider-area{    
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    height: 895px;
}
.hero-style {
    height: 700px;
    transition: all .4s ease;
}
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 21%;
    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;
}
.slider-area .slidercontent {
    padding: 0 2em;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*.slide-inner .hero-overlay{
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.hero-slider .sliderimg{
    background: #fff;
    border-radius: 7px 358px 43px 11px;
    padding: 13px 0 10px 10px;
        height: 624px;
}

.slider-area img.slide-mainimg {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 7px 368px 39px 11px;
}
.slide-inner .slider-inner-mainbox {
    position: relative;
    top: 235px;
    left: 40px;
}
.slider-inner-box {
    position: relative;
    padding: 0 0;
    text-align: left;
}
.slider-area h2 {
    color: #fff;
    font-size: 69px;
    font-weight: 800;
    padding: 20px 0;
}
.hero-style .slide-title h2 {
    font-size: 69px;
    line-height: 96px;
    color: #ffffff;
    transition: all .4s ease;
    padding: 0 0 10px 0;
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 0;
}
.hero-style .slide-title h2 i {
    margin-right: 4px;
    font-size: 10px;
}
.slider-area p {
    color: #fff;
    padding-bottom: 27px;
    margin: 0;
}

.hero-style .slide-text p {
    z-index: 1;
    text-align: left;
    font-size: 29px;
    color: #ffffff;
    line-height: 43px;
    margin: 22px 0 0 0;
    transition: all .4s ease;
    margin-bottom: 0;
padding-bottom: 15px;
}
.slide-btns-2.animated.fadeInDownBig {
    position: relative;
    z-index: 5;
    float: right;
    margin-top: 3px;
}

.hero-style .sliderbuttons{
    position: relative;
    display: inline-block;
    margin: 8px 0 0 0;
}
.hero-style .slide-btns-1{
    padding: 2px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    margin-left: 0.5em;
}

.hero-style .slide-btns-1:before{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -6px;
    top: 16px;
}
.hero-style .slide-btns-1:after{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -6px;
    top: 16px;
}
.hero-style .slide-btns-1 a.moreabt{
    font-size: 26px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 18px;     
    color: #F64A29;    
    text-align: center;
    padding: 12px 28px;
    transition: all .6s;
    display: inline-block;
    
}
.music:hover span.btn-text {
    opacity: 0;
}
#programs .music:hover span.btn-text {
    opacity: 1;
    color: #fff;
}
.music .line {
    position: absolute;
    width: 6px;
    min-height: 30px;
    transition: 0.5s;
    animation: equalize 4s 0s infinite;
    animation-timing-function: linear;
    vertical-align: middle;
    bottom: 0 !important;
    box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.15);
    opacity: 0;
    z-index: 0;
}

.music:hover .line {
    opacity: 1;
}
.music span.btn-text {
    font-weight: 600;
}
.music .line1 {
    left: 30%;
    bottom: 0px;
    animation-delay: -1.9s;
    background-color: #fff;
}
.music .line2 {
    left: 40%;
    height: 60px;
    bottom: -15px;
    animation-delay: -2.9s;
    background-color: #fff;
}
.music .line3 {
    left: 50%;
    height: 30px;
    bottom: -1.5px;
    animation-delay: -3.9s;
    background-color: #fff;
}
.music .line4 {
    left: 60%;
    height: 65px;
    bottom: -16px;
    animation-delay: -4.9s;
    background-color: #fff;
}
.music .line5 {
    left: 70%;
    height: 60px;
    bottom: -12px;
    animation-delay: -5.9s;
    background-color: #fff;
}

@keyframes equalize {
  0% {
    height: 48px;
  }
  4% {
    height: 42px;
  }
  8% {
    height: 40px;
  }
  12% {
    height: 30px;
  }
  16% {
    height: 20px;
  }
  20% {
    height: 30px;
  }
  24% {
    height: 40px;
  }
  28% {
    height: 10px;
  }
  32% {
    height: 40px;
  }
  36% {
    height: 48px;
  }
  40% {
    height: 20px;
  }
  44% {
    height: 40px;
  }
  48% {
    height: 48px;
  }
  52% {
    height: 30px;
  }
  56% {
    height: 10px;
  }
  60% {
    height: 30px;
  }
  64% {
    height: 48px;
  }
  68% {
    height: 30px;
  }
  72% {
    height: 48px;
  }
  76% {
    height: 20px;
  }
  80% {
    height: 48px;
  }
  84% {
    height: 38px;
  }
  88% {
    height: 48px;
  }
  92% {
    height: 20px;
  }
  96% {
    height: 48px;
  }
  100% {
    height: 48px;
  }
}
/*---------button hover--------------*/

    .hero-style .slide-btns-1:hover {
        background: #000;
    } 
           
/*---------button hover--------------*/
.swiper-button-next, .swiper-button-prev{
    position: absolute;
    display: none;
    top: 50%;
    width: 43px !important;
    height: 70px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background: #E11D07;
    border-radius: 5px;
    transform: scale(1.0);
    transition: all .3s;
}
.swiper-button-next:before{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 46px;
    padding: 6px 7px; 
    transition: all .6s; 
}
.swiper-button-prev:before{
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 46px;
    padding: 6px 7px;
    transition: all .6s; 
}
.swiper-button-prev {
    background-image: none !important;
    left: 154px !important;  
    color: #fff;
    font-size: 58px !important;
    padding: 0px 5px !important;
}
.swiper-button-next {
    background-image: none !important;    
    right:154px !important;
    color: #fff;
    font-size: 58px !important;
    padding: 0px 5px !important;
}
 .swiper-button-prev:hover,
 .swiper-button-next:hover{
    color: #000;
    transform: scale(1.2);
    transition: all .3s;
    display: none;
 }
 /*----------------------------------------*/
/*  gallery home Area
/*----------------------------------------*/

 #gallery{
    position: relative;
    overflow: hidden;
 } 
 #gallery .peccular-section-head {
    margin-bottom: 54px;
    margin-top: 0em;
}
 #gallery .peccular-section-head h2 {
    font-size: 25px;
    font-weight: 600;
    color: #FF7703;
    margin: 0 0 0 0px;
    padding: 0 0px 0 0;
    position: relative;
}
#gallery .peccular-section-head h2 img {
    position: relative;
    top: 29px;
    right: 9px;
}

/*#gallery #products-austrak a:nth-child(1),
#gallery #products-sherings a:nth-child(1),
#gallery #products-austrak a:nth-child(5),
#gallery #products-sherings a:nth-child(5),
#gallery #products-austrak a:nth-child(9),
#gallery #products-sherings a:nth-child(9)
{
    width: 25%;
    height: 761px !important;
}

#gallery #products-austrak a:nth-child(1) img,
#gallery #products-sherings a:nth-child(1) img,
#gallery #products-austrak a:nth-child(5) img,
#gallery #products-sherings a:nth-child(5) img,
#gallery #products-austrak a:nth-child(9) img,
#gallery #products-sherings a:nth-child(9) img
{
    width: 100%;
    height: 761px !important;
}

#gallery #products-austrak a:nth-child(3),
#gallery #products-sherings a:nth-child(3),
#gallery #products-austrak a:nth-child(7),
#gallery #products-sherings a:nth-child(7),
#gallery #products-austrak a:nth-child(11),
#gallery #products-sherings a:nth-child(11)
{
    width: 25%;
    height: 761px !important;
}
#gallery #products-austrak a:nth-child(3) img,
#gallery #products-sherings a:nth-child(3) img,
#gallery #products-austrak a:nth-child(7) img,
#gallery #products-sherings a:nth-child(7) img,
#gallery #products-austrak a:nth-child(11) img,
#gallery #products-sherings a:nth-child(11) img
{
    width: 100%;
    height: 761px !important;
}
#gallery #products-austrak a:nth-child(4), #gallery #products-sherings a:nth-child(4)  {
    width: 46%;
    height: 410px !important;
    position: absolute;
    left: 26%;
    top: 352px;
}
#gallery #products-austrak a:nth-child(8), #gallery #products-sherings a:nth-child(8) {
    width: 46%;
    height: 410px !important;
    position: absolute;
    left: 26%;
    top: 1123px;
}
#gallery #products-austrak a:nth-child(12), #gallery #products-sherings a:nth-child(12)  {
    width: 46%;
    height: 410px !important;
    position: absolute;
    left: 26%;
    top: 1897px;
}
#gallery #products-austrak a:nth-child(4) img, #gallery #products-sherings a:nth-child(4) img,
#gallery #products-austrak a:nth-child(8) img, #gallery #products-sherings a:nth-child(8) img,
#gallery #products-austrak a:nth-child(12) img, #gallery #products-sherings a:nth-child(12) img{
    height: 410px !important;
}
#gallery #products-austrak a:nth-child(2), #gallery #products-sherings a:nth-child(2),
#gallery #products-austrak a:nth-child(6), #gallery #products-sherings a:nth-child(6),
#gallery #products-austrak a:nth-child(10), #gallery #products-sherings a:nth-child(10) {
    width: 46%;
    height: 340px !important;
}
#gallery #products-austrak a:nth-child(2) img, #gallery #products-sherings a:nth-child(2) img,
#gallery #products-austrak a:nth-child(6) img, #gallery #products-sherings a:nth-child(6) img,
#gallery #products-austrak a:nth-child(10) img, #gallery #products-sherings a:nth-child(10) img{
    height: 340px !important;
}*/


#gallery #products-austrak a, 
#gallery #products-sherings a, 
#gallery #products-austmark a {
    margin: 0 6.5px 12px !important;
 }
 #gallery #products-austrak a .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0;
    border-radius: 32px;
 }
   #gallery #products-austrak a:hover .overlay{
    opacity: 0.5;
   }
  #gallery #products-austrak a img,  
  #gallery #products-sherings a img,  
  #gallery #products-austmark a img{
 /*   animation: color-change 4s linear infinite;
    border: 5px solid #F64828;*/
    border-radius: 15px !important;
    transition: all 0.4s ease 0s;

 }
  #gallery #products-austrak a:hover img,  
  #gallery #products-sherings a:hover img,  
  #gallery #products-austmark a:hover img
  {
    animation: color-change 4s linear infinite;
    border: 5px solid #F64828;
    border-radius: 32px !important;
    transition: all 0.4s ease 0s;
 }

   #innerpage-box #products-austrak a:hover img,  
   #innerpage-box #products-sherings a:hover img,  
   #innerpage-box #products-austmark a:hover img
  {
    animation: color-change 4s linear infinite;
    border: 5px solid #F64828;
    transition: all 0.4s ease 0s;
 }


#gallery .muzieknootjes, #innerpage-box .muzieknootjes {
    display: block;
    margin: auto;
    position: absolute;
    top: 39%;
    width: 100%;
    min-width: 300px;
    height: 200px;
    border: 0px solid #000;
}
#gallery #products-austrak a:nth-child(1) .muzieknootjes,
#gallery #products-sherings a:nth-child(1) .muzieknootjes,
#gallery #products-austrak a:nth-child(5) .muzieknootjes,
#gallery #products-sherings a:nth-child(5) .muzieknootjes,
#gallery #products-austrak a:nth-child(9) .muzieknootjes,
#gallery #products-sherings a:nth-child(9) .muzieknootjes,
#gallery #products-austrak a:nth-child(3) .muzieknootjes,
#gallery #products-sherings a:nth-child(3) .muzieknootjes,
#gallery #products-austrak a:nth-child(7) .muzieknootjes,
#gallery #products-sherings a:nth-child(7) .muzieknootjes,
#gallery #products-austrak a:nth-child(11) .muzieknootjes,
#gallery #products-sherings a:nth-child(11) .muzieknootjes {
      top: 45%;
}

#gallery .gallery-b .noot-1, 
#gallery .gallery-b .noot-2,
#gallery .gallery-b .noot-3,
#gallery .gallery-b .noot-4,
#innerpage-box .gallery-b .noot-1,
#innerpage-box .gallery-b .noot-2,
#innerpage-box .gallery-b .noot-3,
#innerpage-box .gallery-b .noot-4 {
  position: absolute;
  font-size: 35px;
  opacity: 0;
      color: #fff;
}
#gallery .gallery-b:hover .noot-1,
#gallery .gallery-b:hover .noot-2,
#gallery .gallery-b:hover .noot-3,
#gallery .gallery-b:hover .noot-4,
#innerpage-box .gallery-b:hover .noot-1,
#innerpage-box .gallery-b:hover .noot-2,
#innerpage-box .gallery-b:hover .noot-3,
#innerpage-box .gallery-b:hover .noot-4 {
  animation: notes 2s infinite linear;
  opacity: 1;
  z-index: 2;
}

#gallery .noot-1, #innerpage-box .noot-1 {
  top: 60px;
  left: 0;
  animation-delay: 0.5s;
}

#gallery .noot-2 , #innerpage-box .noot-2 {
  top: 30px;
  left: 30%;
  animation-delay: 1s;
}

#gallery .noot-3 , #innerpage-box .noot-3{
  top: 90px;
  left: 60%;
  animation-delay: 1.5s;
}

#gallery .noot-4, #innerpage-box .noot-4 {
  top: 40px;
  left: 90%;
  animation-delay: 2s;
}

@keyframes notes {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.5) translate(50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scale(1.5) translate(100%, -100%);
  }
  100% {
    transform: scale(1.5) translate(100%, -100%);
    opacity: 0;
  }
}

 @keyframes color-change {
  0%,100%{
    border-color:#E11B6B;
  }

  25%{
    border-color:#F4432F;
  }
  
  50%{
    border-color:#ffffff;
  }
  
  75%{
    border-color:#FF7703;
  }
}

 @keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*----------------------------------------*/
/*  muzicvideo Area
/*----------------------------------------*/
#muzicvideo {
    position: relative;   
    overflow: hidden;
}

#muzicvideo .muzicvideo-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#muzicvideo .peccular-section-head{
    margin: 0 0 4em;
    position: relative;
}
#muzicvideo .peccular-section-head h2{
    color: #FF7703;
    margin: 0 auto 12px auto;
    font-weight: 800;
    font-size: 25px;
    position: relative;
    display: inline-block;
}

#muzicvideo .peccular-section-head h2 img{  
position: relative;
    top: 35px;
    left: 0;
  
}


#muzicvideo .peccular-muzicvideo-single,
#innerpage-box .peccular-muzicvideo-single,
#innerpage-box .peccular-main-single {
    margin-bottom: 0em;
    position: relative;
}

#muzicvideo .peccular-muzicvideo-b,
#innerpage-box .peccular-muzicvideo-b,
#innerpage-box .peccular-main-b{
    padding: 0px 8px;
    margin-bottom: 20px;
}
#innerpage-box .peccular-main-b {
    padding: 0 30px;
}

#muzicvideo .peccular-muzicvideo-single .peccular-muzicvideo-img,
#innerpage-box .peccular-muzicvideo-single .peccular-muzicvideo-img,
#innerpage-box .peccular-main-single .peccular-main-img{
    position: relative;
    overflow: hidden;
/*    height: 363px;*/
    border-radius: 9px;
}


#muzicvideo .peccular-muzicvideo-single .peccular-muzicvideo-img .muzicvideo_img-Overly2,
#innerpage-box .peccular-muzicvideo-single .peccular-muzicvideo-img .muzicvideo_img-Overly2 {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;   
    opacity: 0.7;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(to right, #FF7703 0%, transparent 17%);
    z-index: 2;

}
#muzicvideo .peccular-muzicvideo-single .iconbg,
#innerpage-box .peccular-muzicvideo-single .iconbg{
    box-shadow: 0px 3px 6px #00000029;
    padding: 12px 15px;   
    border-radius: 50%;  
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 43%;
    top: 44%;    
    z-index: 5;
}
#muzicvideo .peccular-muzicvideo-single .iconbg .iconoverlay,
#innerpage-box .peccular-muzicvideo-single .iconbg .iconoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;   
    opacity: 0.7;    
    background: #DBDBDBDB ;
    border-radius: 50%; 
}

#muzicvideo .peccular-muzicvideo-img i,
#innerpage-box .peccular-muzicvideo-img i,
#innerpage-box .peccular-main-img i {    
   
    content: "\f01d ";   
    color: #6e6e6e;
    font-family: 'FontAwesome';
    font-size: 35px; 
    position: relative;  

}
#muzicvideo .peccular-muzicvideo-single .iconbg:after,
#innerpage-box .peccular-muzicvideo-single .iconbg:after {
    content: "";
    position: absolute;
    top: -13px;
    left: -13px;
    opacity: 0;
    transition: .8s all ease;
    background: #F64828;   
    border-radius: 50%;
    padding: 45px 44px;
    
}
#muzicvideo .peccular-muzicvideo-single:hover .iconbg:after,
#innerpage-box .peccular-muzicvideo-single:hover .iconbg:after {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0.3;
    transition: .8s all ease;
    
}

#muzicvideo .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#innerpage-box .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#innerpage-box .peccular-main-single .peccular-main-img img{

    width: 100%;
    transition: all 0.5s ease;
    position: relative;
    z-index: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

#muzicvideo .peccular-muzicvideo-single:hover .peccular-muzicvideo-img img,
#innerpage-box .peccular-muzicvideo-single:hover .peccular-muzicvideo-img img,
#innerpage-box .peccular-main-single:hover .peccular-main-img img{

    -webkit-transform: scale(1.3);
    transform: scale(1.3);

}

#muzicvideo .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-main-single .peccular-main-img iframe {

    z-index: 2;
    position: relative;
    outline: 1px solid #fff;
    outline-offset: -21px;

}

.peccular-muzicvideo-area .peccular-muzicvideo-b, #muzicvideo .peccular-muzicvideo-single .peccular-muzicvideo-img img, 
#muzicvideo .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-muzicvideo-b,
 #innerpage-box .peccular-muzicvideo-single .peccular-muzicvideo-img img, 
#innerpage-box .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-main-area .peccular-main-b,
 #innerpage-box .peccular-main-single .peccular-main-img img, 
#innerpage-box .peccular-main-single .peccular-main-img iframe{

    height: 300px;
}

.peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(3), 
.peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(4),
.peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(9), 
.peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(10),
.peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(15), 
.peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(16),
.peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(21), 
.peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(22),
.peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(27), 
.peccular-muzicvideo-area .peccular-muzicvideo-b:nth-child(28){

    height: 300px;
    width: 50%;
    position: relative;
}


#innerpage-box .peccular-muzicvideo-b:nth-child(3), 
#innerpage-box .peccular-muzicvideo-b:nth-child(4),
#innerpage-box .peccular-muzicvideo-b:nth-child(9), 
#innerpage-box .peccular-muzicvideo-b:nth-child(10),
#innerpage-box .peccular-muzicvideo-b:nth-child(15), 
#innerpage-box .peccular-muzicvideo-b:nth-child(16),
#innerpage-box .peccular-muzicvideo-b:nth-child(21), 
#innerpage-box .peccular-muzicvideo-b:nth-child(22),
#innerpage-box .peccular-muzicvideo-b:nth-child(27), 
#innerpage-box .peccular-muzicvideo-b:nth-child(28){

    height: 300px;
    width: 50%;
    position: relative;
}


#muzicvideo .peccular-muzicvideo-b:nth-child(3) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#muzicvideo .peccular-muzicvideo-b:nth-child(4) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#muzicvideo .peccular-muzicvideo-b:nth-child(9) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#muzicvideo .peccular-muzicvideo-b:nth-child(10) .peccular-muzicvideo-single .peccular-muzicvideo-img img
#muzicvideo .peccular-muzicvideo-b:nth-child(15) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#muzicvideo .peccular-muzicvideo-b:nth-child(16) .peccular-muzicvideo-single .peccular-muzicvideo-img img
#muzicvideo .peccular-muzicvideo-b:nth-child(21) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#muzicvideo .peccular-muzicvideo-b:nth-child(22) .peccular-muzicvideo-single .peccular-muzicvideo-img img
#muzicvideo .peccular-muzicvideo-b:nth-child(27) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#muzicvideo .peccular-muzicvideo-b:nth-child(28) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#innerpage-box .peccular-muzicvideo-b:nth-child(3) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#innerpage-box .peccular-muzicvideo-b:nth-child(4) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#innerpage-box .peccular-muzicvideo-b:nth-child(9) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#innerpage-box .peccular-muzicvideo-b:nth-child(10) .peccular-muzicvideo-single .peccular-muzicvideo-img img
#innerpage-box .peccular-muzicvideo-b:nth-child(15) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#innerpage-box .peccular-muzicvideo-b:nth-child(16) .peccular-muzicvideo-single .peccular-muzicvideo-img img
#innerpage-box .peccular-muzicvideo-b:nth-child(21) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#innerpage-box .peccular-muzicvideo-b:nth-child(22) .peccular-muzicvideo-single .peccular-muzicvideo-img img
#innerpage-box .peccular-muzicvideo-b:nth-child(27) .peccular-muzicvideo-single .peccular-muzicvideo-img img,
#innerpage-box .peccular-muzicvideo-b:nth-child(28) .peccular-muzicvideo-single .peccular-muzicvideo-img img{
    width:640px;
}

#muzicvideo .peccular-muzicvideo-b:nth-child(3) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#muzicvideo .peccular-muzicvideo-b:nth-child(4) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#muzicvideo .peccular-muzicvideo-b:nth-child(9) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#muzicvideo .peccular-muzicvideo-b:nth-child(10) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe
#muzicvideo .peccular-muzicvideo-b:nth-child(15) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#muzicvideo .peccular-muzicvideo-b:nth-child(16) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe
#muzicvideo .peccular-muzicvideo-b:nth-child(21) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#muzicvideo .peccular-muzicvideo-b:nth-child(22) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe
#muzicvideo .peccular-muzicvideo-b:nth-child(27) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#muzicvideo .peccular-muzicvideo-b:nth-child(28) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-muzicvideo-b:nth-child(3) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-muzicvideo-b:nth-child(4) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-muzicvideo-b:nth-child(9) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-muzicvideo-b:nth-child(10) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe
#innerpage-box .peccular-muzicvideo-b:nth-child(15) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-muzicvideo-b:nth-child(16) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe
#innerpage-box .peccular-muzicvideo-b:nth-child(21) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-muzicvideo-b:nth-child(22) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe
#innerpage-box .peccular-muzicvideo-b:nth-child(27) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe,
#innerpage-box .peccular-muzicvideo-b:nth-child(28) .peccular-muzicvideo-single .peccular-muzicvideo-img iframe
{
    width: 640px;

}

.peccular-muzicvideo-area {
    position: relative;
    margin-bottom: 0em;
}


/*----------------------------------------*/
/*  program Area
/*----------------------------------------*/

#programs {
    position: relative;
    overflow: hidden;
}
#programs img.programtopimg{
    position: absolute;
    top: 122px;
    left: 0px;
}
#programs .peccular-section-head h2{
    color: #FF7703;
    margin: 0 auto 12px auto;
    font-weight: 800;
    font-size: 25px;
    position: relative;
    display: inline-block;
}
#programs .peccular-section-head h3{

    color: #1B1B1B;   
    margin-bottom: 0px; 
    margin-top: 0;   
    font-weight: 800;
    font-size: 35px;
}
#programs .peccular-section-head{
    margin: 0 0 4em;

}
#programs .peccular-section-head img {
    position: relative;
    top: 35px;
    left: 0;
}
#programs .peccular-program-box{    
    
    margin-bottom: 30px;     
   
}
#programs .peccular-program-img {
    position: relative;
overflow: hidden;
}
/*#programs .peccular-program-img:after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 50px;
    border-radius: 12px 125px 12px 0px;
    border: 8px dotted #aeadbd;
    -webkit-animation: blinking 1s infinite alternate;
    opacity: 0;
}


#programs .peccular-program-box:hover .peccular-program-img:after{
    opacity: 1;
}*/

#programs .peccular-program-img img{
   border-radius: 12px 125px 12px 0px;
    width: 100%;
       transition: all .7s linear;
           transform: scale(1.0);
               margin-bottom: -5px;
}
#programs .peccular-program-box:hover .peccular-program-img img {
    transform: scale(1.2);
}



#programs .peccular-program-img a {
    position: relative;
}
#programs .muzieknootjes {
    display: block;
    margin: auto;
    position: absolute;
    bottom: 100px;
    width: 100%;
    min-width: 300px;
    height: 200px;
    border: 0px solid #000;
}
#programs .peccular-program-box .noot-1,
#programs .peccular-program-box .noot-2,
#programs .peccular-program-box .noot-3,
#programs .peccular-program-box .noot-4 {
  position: absolute;
  font-size: 35px;
  opacity: 0;
      color: #fff;
}
#programs .peccular-program-box:hover .noot-1,
#programs .peccular-program-box:hover .noot-2,
#programs .peccular-program-box:hover .noot-3,
#programs .peccular-program-box:hover .noot-4 {
  animation: notes 2s infinite linear;
  opacity: 1;
}

#programs .noot-1 {
  top: 60px;
  left: 0;
  animation-delay: 0.5s;
}

#programs .noot-2 {
  top: 30px;
  left: 30%;
  animation-delay: 1s;
}

#programs .noot-3 {
  top: 90px;
  left: 60%;
  animation-delay: 1.5s;
}

#programs .noot-4 {
  top: 40px;
  left: 90%;
  animation-delay: 2s;
}

@keyframes notes {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.5) translate(50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scale(1.5) translate(100%, -100%);
  }
  100% {
    transform: scale(1.5) translate(100%, -100%);
    opacity: 0;
  }
}


#programs .peccular-program-content {    
    margin: 0px;       
    padding: 22px 0 24px;
    position: absolute;
    bottom: 0;  
    left: 0;  
    right: 0;
    overflow: hidden;
}

#programs .peccular-program-content h4{
    position: relative;  
}
#programs .peccular-program-content h4 a{
    word-break: break-word;
    padding: 0;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
}  

#programs .peccular-program-content a.read-btn{
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #1B1B1BB3;
    text-align: center;
    position: relative;
    margin: 17px 0 0px;
    background: #fff;
    padding: 3px 19px;
    border-radius: 40px;
    display: inline-block;
    overflow: hidden;
}
#programs .music .line {
    min-height: 1px;
}

#programs .peccular-program-content a.read-btn:hover {
    background: #000;
}

#programs .peccular-program-content .ovrly {
  
    background: linear-gradient(14deg, #FF7703 39%, #884002 63%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.76;


}
/*#programs .peccular-program-content .ovrly {
    position: absolute;
    background: linear-gradient(to bottom, transparent 0%, #FF7703 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.5;
}
#programs .peccular-program-content:hover .ovrly {
    top: 0;
}*/

/*----------------------------------------*/
/*  Muzic Class Area
/*----------------------------------------*/

#facility {
    position: relative;
   overflow: hidden;
 }   

#facility .peccular-facility-b{  
    margin-bottom: 0em;
    padding: 0 0; 
}

#facility .music-class3 h2{
    font-size: 25px;
    font-weight: 600;
    color: #FF7703;
    margin: 0 0 0 0px;
    padding: 0 0px 0 0;
    position: relative;
    top: -35px;
    line-height: 35px;
}
#facility .music-class3 h2 img{
    position: relative;
    top: 29px;
    right: 9px;
}
#facility .music-class3 h3{
    font-size: 29px;
    font-weight: 800;
    color: #000000;
    margin: 15px 0 17px 0px;
}
#facility .music-class3 p{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #827D7DD9;
    padding-right: 23px;
}
#facility .abtredbtn{
    display: inline-block;    
    background: transparent linear-gradient(285deg, #E11B6B 0%, #F64828 51%);
    box-shadow: 0px 0px 20px #FFFFFF8C;
    border: 2px solid #FF7703;
    padding: 7px 13px;
    border-radius: 40px;
    margin: 23px 0 0;
    overflow: hidden;
    position: relative;
}
#facility .abtredbtn:hover {
    background: #000;
}
#facility .abtredbtn i{
    font-size: 9px;
    color: #fff;
    font-family: 'Fontawesome';
    position: relative;
    top: -3px;
}
#facility .abtredbtn a{    
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 11px;
    color: #fff ;    
}
#facility .peccular-facility-content h4.peccular-facility-title{
    font-size: 22px;
    font-weight: 500;
    word-break: break-word;
    padding: 0;
    margin-bottom: 10px;
    color: #000;
    line-height: 33px;
}  
#facility .peccular-facility-single:hover .peccular-facility-content h4.peccular-facility-title {
    color: #fff;
}
#facility .peccular-facility-single:hover .peccular-facility-content p.peccular-facility-text {
    color: #fff;
}
#facility .peccular-facility-single2{
    margin-bottom: 74px;
}
#facility .peccular-facility-content p.peccular-facility-text{
    color: #000000A8;
    font-size: 15px;
    font-weight: 500;
    word-break: break-word;
    line-height:23px;
    margin: 0px 0 28px;
}
#facility .peccular-facility-content a.learn-btn{
    font-size: 15px;
    line-height: 23px;
    color: #FF7703;
    text-decoration: underline;
    font-weight: 400;
}
#facility .peccular-facility-content a.learn-btn i{
    font-size: 14px;
    color: #FF7703;
    font-family: 'FontAwesome';
    margin: 3px 5px 0;
}
#facility .peccular-facility-single:hover .peccular-facility-content a.learn-btn, 
#facility .peccular-facility-single:hover .peccular-facility-content a.learn-btn i {
    color: #fff;
}

#facility .peccular-facility-single {
    background: #F3F3F366;
    box-shadow: inset 0px 3px 6px #00000033;
    border-radius: 18px 76px 18px 18px;
    position: relative;
    text-align: left;
    padding: 15px 16px 31px 27px;
    margin: 0 42px 74px;
}
#facility .peccular-facility-single:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: transparent linear-gradient(285deg, #E11B6B 0%, #F64828 51%);
    transition: all ease 0.4s;
    opacity:0.6;
    border-radius: 18px 76px 18px 18px; 
}
#facility .peccular-facility-single:hover:after {
    width: 100%;
    transition: all ease 0.4s;
}
#facility .peccular-facility-single:hover .peccular-facility-content,
#facility .peccular-facility-single:hover .peccular-facility-icon{
    position: relative;
    z-index: 5;
}

/*#facility .peccular-facility-single::before {
    position: absolute;
    top: 1px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #E11D07;
    border-radius: 0;
    content: "";
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-45deg) translateZ(0px);
    opacity: 0;
}

#facility .peccular-facility-single:hover::before {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s;
}*/


/*----------------------------------------*/
/*  Team home Area
/*----------------------------------------*/

#team {
    position: relative;
   overflow: hidden;
}
#team .peccular-team-block {
    position: relative;
}

#team .peccular-section-head {
   
    margin-bottom: 5em;
    margin-top: 0em;
}
#team .peccular-section-head h2{
    color: #FF7703;
    margin: 0 auto 12px auto;
    font-weight: 800;
    font-size: 25px;
    position: relative;
    display: inline-block;
}
#team .peccular-section-head h2 img {
    position: relative;
    top: 35px;
    left: 0;
}

#team h4.peccular-team-name {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
}

#team h6.peccular-team-designation{
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin-top: 13px;
    text-transform: uppercase;
    position: relative;
        margin: 11px 0 15px;
}

/*for shortcode*/
#team h5.peccular-team-designation{
    font-weight: 400;
    color: #fff;
    font-size: 19px;
    margin-top: 13px;
    text-transform: uppercase;
    position: relative;
        margin: 11px 0 15px;
}
/*----------for popup------------*/

#team h4.peccular-popteam-name{
    color: #000;
    font-size: 27px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}

#team h6.peccular-popteam-designation{
    font-weight: 500;
    color: #E11D07;
    font-size: 17px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
#team .peccular-popteam-experience{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#team .Team_details {
    position: absolute;
    bottom: 65px;
}
/*----------for popup------------*/

#team .peccular-team-content {
    position: absolute;
    z-index: 1;
    /* top: 0; */
    right: 0;
    left: 0;
    bottom: 21px;
    margin: 10px;
    padding: 10px 19px 15px 19px;
    overflow: hidden;
}
/*#team .team-right-border{
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #FFFFFF;
    border-top-right-radius: 30px;
    border-bottom: none;
    border-left: none;
    width: 186px;
    height: 186px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}*/
#team img.teamrightimg{

    position: absolute;
    top: -20px;
    right: -21px;
    z-index: 0;
}

#team .peccular-team-single .content-overlay{
    background: #403E3C;
    opacity: 0.7;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 21px;
    transition: all 0.9s ease 0s;
    border: 2px solid #FFFFFF;
    border-radius: 25px 178px 0px 0px;

        transform: perspective(400px) rotateY(0deg);
    transform-origin: right;
    transition: 1s;
}
#team .peccular-team-single:hover .content-overlay{
    transform: perspective(1000px) rotateY(90deg) !important;
}
#team .peccular-team-image {
/*   width: 273px;*/
    height: 528px;
    border-radius: 25px 178px 0px 0px;  
    padding: 0px;  
    overflow: hidden;
    
}
#team .peccular-team-image img.team_img {
    width: 100%;
    height: 528px;
    border-radius:  25px 178px 0px 0px;    
}

#team .peccular-team-single{
    padding: 0 0 0px;   
    margin: 0px 13px 30px;
    position: relative;    
    
}
#team .peccular-team-single:hover .content-overlay{
    opacity: 0;
    transition: all 0.9s ease 0s;
}
#team .peccular-team-single:hover h4.peccular-team-name,
#team .peccular-team-single:hover .social-icon,
#team .peccular-team-single:hover h6.peccular-team-designation,
#team .peccular-team-single:hover h5.peccular-team-designation{ 
   
    display: none;
 }
#team .social-icon {
    margin: 0 0;
    padding-top: 7px;
}
#team .social-icon i {
    width: 43px;
    height: 43px;
    background: #434343;
    color: #fff;
    font-size: 28px;   
    padding: 0px;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    text-align: center;
    line-height: 45px;
    margin: 0 10px 0 0;
}

#team .peccular-team-single:hover .social-icon i{ 
    transform: scale(1.2);
    transition: all 0.9s ease 0s;
    color: #FF7703; 
    font-size: 15px;   
}
#team .popup_content .social-icon {
    padding: 0 0;
    margin: 0 0;
    position: relative;
    bottom: auto;
}
#team .popup_content .social-icon strong {
    line-height: 30px;
}

#team .popup_content .social-icon p {
    line-height: 30px;
}
#team .popup_content  .social-icon i {
    margin: 10px 10px 0 0;
}

/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/

#innerpage-box .peccular-team-single {
    margin-bottom: 71px;
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-bottom: 19px;
}
#innerpage-box .peccular-team-image { 
    position: relative;  
    margin-bottom: 0px;
    border-radius: 87px 87px 0px 0px;
 } 
#innerpage-box .peccular-team-image .teaminn-overlay{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    transition: .5s ease;
    z-index: 1;
    background: #403E3C;
    opacity: 0.44;
    border-radius: 87px 87px 0px 0px;
}


#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;
        border-radius: 87px 87px 0px 0px;
}
#innerpage-box .peccular-team-content {
    padding-top: 15px;
    padding-bottom: 32px;
}
#innerpage-box .peccular-team-single:hover .peccular-team-content {
    background: #FCFCFC;
    box-shadow: 0px 2px 4px #00000029;
}
#innerpage-box .peccular-team-content:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -19px;
    transform: scaleX(0);
    transition: transform 0.4s ease-out 0s;
    border-bottom: 19px solid #000;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

#innerpage-box .peccular-team-single:hover .peccular-team-content:before {
    transform: scaleX(1);
}


#innerpage-box .peccular-team-content h4.peccular-team-name {
font-size: 25px !important;
    line-height: 35px;
    font-weight: 500 !important;
    color: #1B1B1B !important;
    margin-bottom: 7px;
    margin: 0px 0 8px !important;
}
#innerpage-box .peccular-team-content  h5.peccular-team-designation {
    font-size: 19px !important;
    line-height: 27px;
    color: #1B1B1B !important;
    /* opacity: 0.55; */
    margin: 0px 0 12px;
    font-weight: 500;
    padding: 0;
}
#innerpage-box .peccular-team-content h6{
    margin: 0 0 !important;
}
#innerpage-box .social-icon {
    position: absolute;
    bottom: 0;  
    left: 0; 
    right: 0;
    align-items: center;
    z-index: 999;
    padding: 17px 8px;
    background: transparent linear-gradient(180deg, #00000000 0%, #170864 100%) 0% 0% ;
}
#innerpage-box .social-icon a{
      
    margin: 0 23px;
    align-items: center;
    justify-content: center;
}
#innerpage-box .social-icon a i {
    color: #fff;
    transition: all 300ms ease 0s;
    font-size: 23px;
}
#innerpage-box  .peccular-team-social-icon.top-social-icon {
    display: none;
}

#innerpage-box .peccular-team-social-icon a i {
    FONT-WEIGHT: 100;
    color: #ffffff;
    background: #434343;
    border-radius: 5px;
    padding: 9px 12px;
    font-size: 22px;
    width: 43px;
    height: 43px;
    transform: rotate(0);
    transition: all 0.3s ease-in-out 0s;
    margin-right: 15px;
}
#innerpage-box .peccular-team-social-icon a:last-child i {
    margin-right: 0px;
}
#innerpage-box .peccular-team-social-icon a i:hover {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}

#innerpage-box .social-icon a:hover i {
    
    color: #E11D07;
}

/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/
#testimonials{    
    position: relative;
    overflow: hidden;
}

#testimonials .testimonialsarea{
/*    overflow: hidden;
    padding: 0 25px;*/
}
#testimonials .peccular-testimonial-block{
    padding-bottom: 17px;
}
#testimonials .peccular-section-head{
        margin-bottom: 4em;
}
#testimonials .peccular-section-head h2{
    font-size: 25px;
    font-weight: 600;
    color: #FF7703;   
    margin: 0 0 0 0px;
    padding: 0 0px 0 0;
    position: relative;
}
#testimonials .peccular-section-head h2 img{
    position: relative;
    top: 29px;
    right: 9px;
}

#testimonials .peccular-testimonials-single{   
    margin-bottom: 0em;
    position: relative;
    z-index: 2;
    padding: 0 0 0 25px; 
}

#testimonials .thumb-area .peccular-testimonials-single{   
    padding: 0;
    margin-bottom: 0em;
    position: relative;
    z-index: 1;
    padding: 0;  
}


#testimonials .peccular-testimonials-image{
width: 371px;
    height: 566px;
    position: relative;
    left: -20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-right: 5em;
    padding-right: 0;
}
#testimonials  .dynamic-test-img {
    padding-right: 0px;
}
#testimonials .testimonialsarea {
    padding: 0 0px;
    overflow: hidden;
    position: relative;
}
#testimonials .peccular-testimonials-image img { 
    width: 100%;
    border-radius: 0;
    height: 566px;    
    text-align: center;
    /*left: -25px;
    right: 0;
    margin: 0 auto;*/
    position: relative;
    top: 0;
    border-radius: 34px;
    
}
#testimonials .testimonials-image-leftshape{
    background: #F9F9F1;
    padding: 0;
    margin: 0;
    width: 680px;
    height: 781px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-mask-image: url(images/testileftshape.png);
    mask-image: url(images/testileftshape.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
#testimonials .testimonials-image-circle{
    position: relative;
    top: 1px;
    left: 97px;
    width: 505px;
    height: 505px;     
   border: 1px solid #E7DB13;
    border-radius: 50%; 
    z-index: 999;  
}
#testimonials .testimonials-image-circle-rotate {
     border: 2px dashed #000;   
     position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: transparent;
      border-radius: 50%;  
      width: 505px;
    height: 505px;   
    opacity: 0;
}

#testimonials h4.peccular-testimonials-name {
     font-weight: 600;
    color: #000;
    transition: all .35s ease-out;
    font-size: 19px;
    margin-bottom: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
#testimonials .peccular-testimonials-single:hover h4.peccular-testimonials-name{ 
    letter-spacing: 1px;
    color: #FF7703;
}
#testimonials .peccular-testimonials-content {
    margin-bottom: 15px;
    font-weight: 400;
    word-break: break-word;
    position: relative;
    left: 0;
    margin-top: 11em;
    padding-right: 2em;
}
#testimonials .peccular-testimonials-content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
#testimonials h6.peccular-testimonials-designation{
    line-height: 22px;
    font-size: 16px;
    color: #FF7703;
    font-weight: 300;
    word-break: break-word;
    margin-bottom: 12px; 
}
#testimonials .peccular-testimonials-review {
    transform: rotate(-271deg);
    right: -110px;
    position: absolute;
    bottom: 59%;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 33px;
    font-weight: 500;
    color: #FF7703;
}

#testimonials .thumb-area .peccular-testimonials-review {
    display: none;
 }

#testimonials .thumb-area .p-dynamic-r {
    margin: 0;
}
#testimonials .thumb-area .p-dynamic-col {
    width: 100%;
}
#testimonials .thumb-area .peccular-testimonials-image {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 171px;
    height: 197px;
}

#testimonials .peccular-testimonials-content i.fa-quote-left {
    font-size: 20px;
    color: #fff;   
    position: relative;
    top: -2px;
    left: -40px;
    margin-right: -24px ;  
    transition: all 0.7s ease;  
}
#testimonials .peccular-testimonials-content i.fa-quote-right {
    font-size: 20px;
    color: #fff;   
    position: relative;
    top: 4px;
    right: -40px;
    margin-right: -24px ;  
    transition: all 0.7s ease;  
}

#testimonials .thumb-content #thumbs img {
    width: 171px !important;
    height: 197px;
    margin: 0 auto;
    left: 0;
    border-radius: 31px;
}


#testimonials .thumb-content #thumbs .owl-item.active.current img {
    width: 171px;
    height: 197px;
}
#testimonials .thumb-content #thumbs .peccular-testimonials-content {
    display: none;
}
#testimonials .thumb-area .owl-item:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
}

#big {
    width: 60%;
    margin: 0 0;
    position: relative;
    left: 100px;
}
#testimonials .thumb-slide {
    position: relative;    
    overflow: hidden;
}
#testimonials .thumb-area {
    width: 36%;
    margin: 0 0;
    position: absolute;
    right: 11px;
    z-index: 0;
    /* top: 0; */
    bottom: 0;
    /* padding-top: 23em; */
    height: 566px;
}
#testimonials .thumb-area .owl-carousel {
height: 566px;
    padding-top: 22em;
}
/*#testimonials .thumb-area .owl-item {
    width: 245px !important;
}*/
#testimonials .thumb-area .owl-item {
    width: 180px !important;
}
/*#testimonials .thumb-area .owl-carousel .owl-stage{
   width: 1700px !important;
}*/
#testimonials .thumb-img:after {
    content: "";
    width: 93px !important;
    height: 93px;
    border-radius: 50%;
    border: 1px dashed #E5E2E2;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: -1;
    display: block;
    margin: 0 auto;
}
#testimonials .thumb-area .owl-carousel .owl-item.current.active .thumb-img:after,
#testimonials .thumb-area .owl-carousel .owl-item.cloned.current .thumb-img:after
 {
    -webkit-animation: spin 5s linear infinite;
    animation: spin 10s linear infinite;
}


@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#testimonials #big button {
    position: absolute;
     bottom: 250%;
    box-shadow: none;
    transition: all 0.4s;
    /*color: #FFAF33;
    width: 50px;
    height: 50px;*/
}
#testimonials #big button:hover {
    background: none;
    color: #ff0000;
}
#testimonials:hover #big button{opacity: 1; transition: all 1s;}

#testimonials .owl-theme .owl-nav {
    position: relative;
        width: 2%;
    left: 25.5em;
}
#testimonials #big button.owl-prev {
    left: -140%;
}
#testimonials #big button.owl-next {
    left: 117%;
    display: none;
}
#testimonials .thumb-area .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    width: 89px;
    left: auto;
    right: 140px;
}
#testimonials .thumb-area .owl-theme .owl-nav button.owl-prev i{
    position: absolute;
    left: 0;
    top: 0;
    color: #FF7703;
}
#testimonials .thumb-area .owl-theme .owl-nav button.owl-next i{
    position: absolute;
    right: 0;
    top: 0;
    color: #FF7703;
}


#testimonials #big button i{
    position: relative;
    width: 37px;
    height: 37px;
    line-height: 39px;
    color: #000;
    background: #FF770333;
    font-size: 20px;
    border-radius: 4px;
    margin: 0;
        transform: rotate(0);
    transition: all 0.3s ease-in-out 0s;
}
#testimonials #big button:hover i{
    color: #ff0000;
        transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}

#testimonials .thumb-area .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 0;
    right: 100px;
    transform: translate(-50%);
    margin-top: 5px;
    color: #FF7703;
    width: 70px;
}
#testimonials .thumb-area .owl-dots:after {
    content: counter(slides-num); 
   display: inline-block;
    font-size: 20px;
        font-weight: 700;
    vertical-align: middle;
}

#testimonials .thumb-area .owl-dot {
    display: inline-block;
    counter-increment: slides-num; /* Increment counter */
    margin-right: 0px;
}

#testimonials .thumb-area .owl-dot span{ 
display: none;
}
#testimonials .thumb-area .owl-dot.active:before {
content: counter(slides-num) " / ";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
}

/*----------------------------------------*/
/*  event Area
/*----------------------------------------*/

#events {
    position: relative;    
    overflow: hidden;
}
#events .eventheadingbox h2 {
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
    color: #FF7703;
    margin: 0 0 0 0px;
    padding: 0 0px 0 0;
    position: relative;
    top: -35px;
}
#events .eventheadingbox h2 img{
    position: relative;
    top: 29px;
    right: 9px;
}
#events .eventheadingbox h3{
    font-size: 29px;
    line-height: 40px;
    font-weight: 800;
    color: #000000;
    margin: -10px 0 20px 0px;
}
#events .eventheadingbox p{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #827D7DD9;
}
#events .abtredbtn{
    display: inline-block;
    background: transparent linear-gradient(285deg, #E11B6B 0%, #F64828 51%);
    box-shadow: 0px 0px 20px #FFFFFF8C;
    border: 2px solid #FF7703;
    padding: 7px 13px;
    border-radius: 40px;
    margin: 27px 0 0;
        position: relative;
    overflow: hidden;
}

#events .abtredbtn:hover {
    background: #000;
    border: 2px solid #000;
}
#events .abtredbtn i{
    font-size: 9px;
    color: #fff;
    font-family: 'Fontawesome';
    position: relative;
    top: -3px;
}
#events .abtredbtn a{    
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
    margin: 0 11px;
    color: #fff;
    padding: 6px 12px 9px;
}

#events .peccular-events-single {
    margin-bottom: 2em;
    position: relative;
    margin-right: 20px;
}
#events .peccular-events-single .peccular-events-img{
    position: relative;
    overflow: hidden;
    border-radius: 18px 76px 18px 18px;
/*    height: 511px;*/
    padding: 0px;
}
#events .peccular-events-single .peccular-events-img img{
    width: 100%;
    transition: all 0.5s ease;
        transform: scale(1.1);
}
#events .peccular-events-single:hover .peccular-events-img img{
    transform: scale(1);
    filter: contrast(70%);
        transition: all 0.3s ease-in-out;
}
#events .peccular-events-single .peccular-events-content {    
    padding: 10px 42px 44px 42px;
    /* margin: 14px; */
    position: absolute;
    /* top: 0; */
    bottom: 0;
    transition: all 0.5s ease 0s;
        z-index: 3;
}

#events .peccular-events-border {
    box-shadow: 4px 4px 10px #FF77034F;
    border: 5px solid #BCB3B380;
    border-radius: 18px 76px 20px 18px;
    position: absolute;
    top: 13px;
    left: 16px;
    right: 16px;
    bottom: 13px;
    z-index: 2;
}
#events .peccular-events-single:hover .peccular-events-border{
     box-shadow: 0px 0px 35px #fff;
     border: 5px solid #fff;
}

#events .peccular-events-single .eventoverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(to bottom, transparent 54%, #000 99%);
    z-index: 1;
}
#events .peccular-events-single:hover .eventoverlay{
/*    top: 100%;*/
    opacity: 0.8;
     transition: all 0.5s ease 0s;
}
#events .peccular-events-single h4.peccular-events-title {
    color: #fff;   
    font-size: 27px;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    margin: 5px 0 6px;
    line-height: 30px;
    transform: translate3d(0, 0px, 0);
}

#events .peccular-events-single:hover h4.peccular-events-title {
/*    bottom: 40px;*/
    transform: translate3d(0, -20px, 0);
}

#events .peccular-events-single p {
    color: #D5D3D3;   
    font-size: 14px;
    font-weight: 300;
    transition: all 0.5s ease 0s;
    margin: 5px 0 4px;
    line-height: 18px;
        padding: 0 104px 0 0;
           transform: translate3d(0, 0px, 0);
}
#events .peccular-events-single:hover p {
/*    bottom: 40px;*/
    transform: translate3d(0, -20px, 0);
}

#events .peccular-events-content a.learn-btn{
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 0;   
    transition: all .6s;
    text-decoration: underline;
/*     transition: all 0.5s ease 0s;*/
        transform: translate3d(0, 0px, 0);
   
}
#events .peccular-events-single:hover a.learn-btn {
/*    bottom: 40px;*/
    transform: translate3d(0, -20px, 0);
}

#events .peccular-events-content a.learn-btn i{
    color: #fff;
    font-size: 9px;
    margin-left: 5px;
    transform: rotate(0);
    transition: all 0.3s ease-in-out 0s;
}
#events .peccular-events-content:hover a.learn-btn,
#events .peccular-events-content:hover a.learn-btn i{
    color: #fff;  
/*     transition: all 0.5s ease 0s;*/
}
#events .peccular-events-content a.learn-btn:hover i{
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
#events .owl-carousel,
#events .owl-carousel.owl-loaded{
    padding: 0 0 !important;
}
#events .owl-theme .owl-dots {
    display: none;
}
#events .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
}
#events .owl-theme .owl-nav{
    text-align: left !important;
}
#events .owl-carousel .owl-nav button.owl-next{
    display: none;
}
#events .owl-carousel .owl-nav button.owl-prev{
    width: 45px;
    height: 45px;
    background: #F64A29;
    border-radius: 6px;
    position: relative;
    left: -94px;
    top: -94px;
    transform: rotate(0);
    transition: all 0.3s ease-in-out 0s;
}
#events .owl-carousel .owl-nav button.owl-prev:hover {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}

#events .owl-carousel .owl-nav button.owl-prev:after{
    content: '\f177';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 45px;
    transition: all 0.5s ease 0s;
    transform: scale(1.0);
}
#events .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
#events .owl-carousel .owl-nav button.owl-prev:hover:after{
    color: #fff;
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}


/*#events .peccular-events-content a:after{
    content: "";
    position: absolute;
    border-left: 2px solid #fff;
    top: 0px;
    left: 6px;
    right: 0;
    height:0%;
    z-index: 1;
    opacity: 0;
    transition: all .6s;
}
#events .peccular-events-content a:before{
    content: "";
    position: absolute;
    border: 2px solid #fff;
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 0%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}
#events .peccular-events-content a:hover:after{
    opacity: 1;
    transition:all .6s;
    height: 100%;
}
#events .peccular-events-content a:hover:before{
    opacity: 1;
    transition:all .6s;
    width: 100%;
}*/

#events .peccular-events-overlay {
    opacity: 0;
}


#events .peccular-events-single:hover .peccular-events-overlay {
    position: absolute;
    height: 150vmax;
    width: 150vmax;
    left: calc(50% - 75vmax);
    top: calc(50% - 75vmax);
    pointer-events: none;
    z-index: 1;
    -webkit-animation: rotateFrame 10s linear infinite;
    animation: rotateFrame 10s linear infinite;
    opacity: 1;
}

/*to change hover set deg here*/
@-webkit-keyframes rotateFrame {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes rotateFrame {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
/*to change hover set deg here*/

#events .peccular-events-overlay:before, .peccular-events-overlay:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background-color: #F64826FA;
    pointer-events: auto;
    background: transparent linear-gradient(180deg, #F64826FA 0%, #F64826FA 100%) 0% 0% no-repeat padding-box;
    opacity: 0.75;
}
#events .peccular-events-overlay:before, .peccular-events-overlay:after {
    opacity: 0.75;
}
#events .peccular-events-overlay:before {
    bottom: 50%;
    -webkit-animation: openTop 3s infinite;
    animation: openTop 3s infinite;
}
#events .peccular-events-overlay:before, #events .peccular-events-overlay:after {
    opacity: 0.75;
}
#events .peccular-events-overlay:after {
    top: 50%;
    -webkit-animation: openBottom 3s infinite;
    animation: openBottom 3s infinite;
}

@-webkit-keyframes openTop {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
@keyframes openTop {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}

@-webkit-keyframes openBottom {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
@keyframes openBottom {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}


/*----------------------------------------*/
/*  Event Page
/*----------------------------------------*/
#innerpage-box .peccular-events-single {
    margin-bottom: 34px;
    position: relative;
    /* margin-right: 20px; */
    border-radius: 9px;
}
#innerpage-box .peccular-events-single .peccular-events-img {
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    /* height: 511px; */
    padding: 0px;
}
#innerpage-box .peccular-events-border {
    box-shadow: 4px 5px 10px #0000003D;
    border: 2px solid #FFFFFF;
    border-radius: 9px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 5px;
    right: 5px;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 2;
}

@-webkit-keyframes bgInOut {
  0% {
    transform: rotate(-45deg) scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  33% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  66% {
    transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
            animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  100% {
    transform: rotate(45deg) scale(0.9);
  }
}
@keyframes bgInOut {
  0% {
    transform: rotate(-45deg) scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  33% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  66% {
    transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
            animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  100% {
    transform: rotate(45deg) scale(0.9);
  }
}

#innerpage-box .peccular-events-overlay {
    opacity: 0;
}


#innerpage-box .peccular-events-single:hover .peccular-events-overlay {
    position: absolute;
    height: 150vmax;
    width: 150vmax;
    left: calc(50% - 75vmax);
    top: calc(50% - 75vmax);
    pointer-events: none;
    z-index: 1;
    -webkit-animation: rotateFrame 10s linear infinite;
    animation: rotateFrame 10s linear infinite;
    opacity: 1;
}

/*to change hover set deg here*/
@-webkit-keyframes rotateFrame {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes rotateFrame {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
/*to change hover set deg here*/

#innerpage-box .peccular-events-overlay:before, .peccular-events-overlay:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background-color: #F64826FA;
    pointer-events: auto;
    background: transparent linear-gradient(180deg, #F64826FA 0%, #F64826FA 100%) 0% 0% no-repeat padding-box;
    opacity: 0.75;
}
#innerpage-box .peccular-events-overlay:before, .peccular-events-overlay:after {
    opacity: 0.75;
}
#innerpage-box .peccular-events-overlay:before {
    bottom: 50%;
    -webkit-animation: openTop 3s infinite;
    animation: openTop 3s infinite;
}
#innerpage-box .peccular-events-overlay:before, #innerpage-box .peccular-events-overlay:after {
    opacity: 0.75;
}
#innerpage-box .peccular-events-overlay:after {
    top: 50%;
    -webkit-animation: openBottom 3s infinite;
    animation: openBottom 3s infinite;
}

@-webkit-keyframes openTop {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
@keyframes openTop {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}

@-webkit-keyframes openBottom {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
@keyframes openBottom {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}

#innerpage-box .peccular-events-single .peccular-events-img img {
    width: 100%;
    transition: all 0.5s ease;
    transform: scale(1.1);
    border-radius: 9px;
}
#innerpage-box .peccular-events-single:hover .peccular-events-img img {
    transform: scale(1);
    filter: contrast(70%);
    transition: all 0.3s ease-in-out;
}

#innerpage-box .peccular-events-single .peccular-events-content {
    padding: 17px 18px 32px;
    /* margin: 14px; */
    position: absolute;
    /* top: 0; */
    bottom: 0;
    transition: all 0.5s ease 0s;
    z-index: 3;
}
#innerpage-box .peccular-events-single h4.peccular-events-title {
    color: #fff;
    font-size: 27px !important;
    font-weight: 400;
    transition: all 0.5s ease 0s;
    margin: 5px 0 15px;
    line-height: 37px;
    margin-bottom: 11px;
    transform: translate3d(0, 0px, 0);
        padding: 0;
}
#innerpage-box .peccular-events-single p {
    color: #D5D3D3;
    font-size: 14px !important;
    font-weight: 300;
    transition: all 0.5s ease 0s;
    margin: 0px 0 11px;
    line-height: 20px !important;
    padding: 0;
    transform: translate3d(0, 0px, 0);
}
#innerpage-box .peccular-events-content a.learn-btn {
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    padding: 0 0;
    transition: all .6s;
    text-decoration: underline;
    /* transition: all 0.5s ease 0s; */
    transform: translate3d(0, 0px, 0);
}


#innerpage-box .peccular-events-content a.learn-btn i{
    color: #fff;
    font-size: 9px;
    margin-left: 5px;
    transform: rotate(0);
    transition: all 0.3s ease-in-out 0s;
}
#innerpage-box .peccular-events-content:hover a.learn-btn,
#innerpage-box .peccular-events-content:hover a.learn-btn i{
    color: #fff;  
/*     transition: all 0.5s ease 0s;*/
}
#innerpage-box .peccular-events-content a.learn-btn:hover i{
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}


#innerpage-box .peccular-events-single .eventoverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(to bottom, transparent 54%, #000 99%);
    z-index: 1;
}
#innerpage-box .peccular-events-single:hover .eventoverlay{
/*    top: 100%;*/
    opacity: 0.8;
     transition: all 0.5s ease 0s;
}

/*----------------------------------------*/
/*  appointment Area
/*----------------------------------------*/
#appointment {
   position: relative;
   overflow: hidden ;
}
#appointment .peccular-appointment-area{
    position: relative;
}
#appointment .appointment-left{
    padding: 44px 0 24px 36px;
    position: relative;
 }
#appointment .appointment-right{ 
    position: relative;
    padding: 27px 0 30px;
 }
#appointment .appointment-right img.app-right-img{

    height: 440px;
    position: relative;
    top: -46px;
}
#appointment .peccular-appointment-area img.app-bg-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#appointment .appointment-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#272727;
    opacity: 0.88;
}
#appointment .peccular-appointment-area h2{
    color: #fff;
    font-size: 58px;
    font-weight: bold;
    margin: 0 0 55px;
}
#appointment .peccular-appointment-area h3{
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    margin: 70px 0 0;
}
#appointment .peccular-appointment-area h4{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0;
}
#appointment .callnowbox{
    margin: 0 auto;
    position: relative;
}
#appointment .callnowbox .calltopbrdr{
    position: absolute;
    right: 118px;
    top: 0;    
}
#appointment .callnowbox .calltopbrdr span{
    width: 90%;
    border-top: 1px solid #fff;
    border-top-right-radius: 15px;
    border-right: 2px solid;
    position: absolute;
    right: -39px;
    top: 25px;
    height: 14px;
}
#appointment .callnowbox .calltopbrdr i.fa-minus{
    font-size: 1px;
    background: #fff;
    padding: 0px 7px;
    color: #fff;
    margin: 0 6px 0px 0;
}
#appointment .callnowbox h3{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0;
    text-align: center;
    font-style: italic;
}
#appointment .callnownum{
    background: #061C30;
    padding: 0 0;
    width: 324px;
    height: 68px;   
    position: relative;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    margin: 0 auto;
}
#appointment .callnownum:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -22px;
    width: 50px;
    height: 50px;
    background: #061C30;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 2px 4px 2px 0px;
    -webkit-border-radius: 2px 4px 2px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#appointment .callnownum:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -22px;
    width: 50px;
    height: 50px;
    background: #061C30;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 2px 0px 2px 4px;
    -webkit-border-radius: 2px 0px 2px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

#appointment .callnownum i.fa-phone{
    color: #E11D07;
    font-size: 46px;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    text-align: center;
    line-height: 74px;
    float: left;
    position: relative;
    transform: rotate(45deg);
    top: -20px;
    left: -17px;
}
#appointment .peccular-appointment-area:hover .callnownum i {
    z-index: 999;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    transform: rotate(45deg);
    background: #E11D07;
    color: #fff;
}
#appointment .callnownum p a{
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    margin: 0px 20px 0 0;
    text-align: right;
    position: relative;
    z-index: 1;
    line-height: 64px;
}
#appointment .peccular-appointment-area:hover .callnownum p a{
    color: #E11D07 ;
}
#appointment .emailbox{

    background: #E11D07;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding: 12px 2px;
    line-height: 66px;
    margin: -50px 0 0 0;
}
#appointment .email a,
#appointment .location{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0;
    text-align: left;
    letter-spacing: 2px;
}
#appointment .email:hover a{
    color: #000;
}
#appointment .email i,
#appointment .location i{
    color: #fff;
    font-size: 33px;   
    margin: 0 8px 0 0;
  
}
#appointment .email-border{
    border-right: 1px solid #fff;
    height: 65px;
}

/*----------------------------------------*/
/*  About Area
/*----------------------------------------*/
#about {
  
    position: relative;
    overflow: hidden;
}
#about .space-abtblock {
    padding: 1em;
}
#about .about-body {
    position: relative;
}

#about .peccular-section-head {
    margin-bottom: 18px;
    margin-top: 0;
    padding: 0 0em 0 0;
}
#about .peccular-section-head h2{
     color: #FF7703;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 36px;
    margin-left: 0em;
    line-height: 38px;
}
#about .peccular-section-head h2 .abttitlbrdr{
    border-bottom: 2px dashed #FF7703;
    width: 30%;
    position: relative;
}
#about .peccular-section-head h2 .abttitlbrdr i{
    color: #FF7703 ;
    font-family:  'FontAwesome';
    font-size: 37px;
    position: absolute;
    right: -13px;
    top: -11px;

}
#about .peccular-section-head h3{
    color: #000;
    font-weight: bold;
    font-size: 35px;
    line-height: 53px;
    padding-right: 0em;
}

#about .peccular-section-area-textlist ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;   
}
#about .peccular-section-area-textlist ul li,
#about .peccular-section-area-textlist ol li,
#about .peccular-section-area-textlist {
    color: #FF7703;
    font-size: 15px;
    font-weight: 500;
    word-break: break-word;
    line-height: 23px;
    margin-bottom: 20px;
}
#about .peccular-section-area-textlist ul li:before, 
#about .peccular-section-area-textlist ol li:before{
    content: "\f00c";
    font-family: 'Fontawesome';
    margin-right: 9px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color:#FF7703;
    display: inline-block;
    margin-bottom: 0;
    font-size: 19px;
    padding: 7px 3px 0px;
    font-weight: 100;
}
#about .peccular-section-area-textlist:hover ul li:before{
    color: #E11D07;
    transform: scale(1.3);
    transition: all 0.5s ease 0s;
}
#about .peccular-section-area-text-subtitle {
    color: #B2ACAC;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    line-height: 27px;
    margin-bottom: 30px;
    padding: 0 0em 0 0;
}
#about .abtredbtn {
    display: inline-block;
    background: #F64A29;
    border: 2px solid #FF7703;
    padding: 7px 12px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    margin-top: 25.43px;
}
#about .abtredbtn:hover{
    background: #000;
     border: 2px solid #000;
}
#about .abtredbtn i{
    font-size: 9px;
    color: #fff;
    font-family: 'Fontawesome';
    position: relative;
    top: -3px;
}
#about a{    
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0 17px;
    color: #fff;    
}
#about .peccular-section-area-text-subtitle a:hover{
    color: #000;
}
#about .peccular-star-img {
    position: absolute;
    left: 28%;
    top: 0;
    -webkit-animation: zoomin 7s ease-in infinite;
    animation: zoomin 7s ease-in infinite;
    transition: all .3s ease-in;
        width: 175px;
    height: 107px;
}

#about .peccular-about-imgbox{ 
    position: relative;
    width: 723px;
    height: 507px;
    border-radius: 6px;
    padding: 10px 10px 0 12px;
    background: linear-gradient(to left,#F97A71FD, #F64928);
        overflow: hidden;
    background: linear-gradient(101deg,#F97A71FD,#F64928,#F97A71FD);
    background-size: 180% 180%;
    animation: gradient-animation 6s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#about .peccular-about-imgbox img {
    width: 100%;
    border-radius: 26px 10px 26px 26px;
    height: 497px;
}
#about .peccular-about-imgbox .abtimgrightbrdr{
    width: 88px;
    height: 88px;
    border: 3px solid #fff;
    border-left: none;
    border-bottom: none;
    position: absolute;
    right: 12px;
    top: 10px;
}



#about .peccular-about-imgbox .abtexpeience{
    position: absolute;
    bottom: -10px;
    left: -17px;
    z-index: 10;
    background: #fff;
    width: 45%;
    /* height: 127px; */
    padding: 10px;
    border-top-right-radius: 4px;
}
#about .peccular-about-imgbox .abtexpeienceinn{
    background: #0000001A ;
    border-radius: 4px;
    padding: 16px 10px;
     animation-name: veritcal;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}
    @keyframes veritcal {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
      50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
      }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }
#about .peccular-about-imgbox .abtexpenumbox h2{
    color: #F64A29;
    font-size: 76px;
    text-align: center;
    font-weight: 600;
    text-shadow: inset 0px 0px 2px #00000047;
}
#about .peccular-about-imgbox .abtexpeience p{
    color: #F64A29;
    font-size: 34px;
    font-weight: 500;
    padding: 0 10px 0 8px;
    text-align: center;
}

.musics {
  width: 100px;
  height: 130px;
  position: absolute;
  animation: musics 8s ease-in-out infinite;
  top: 100%;
}

.musics.one {
  left: 30%;
  animation: musics 8s 1s ease-in-out infinite;
}

.musics.three {
  right: 30%;
  animation: musics 8s 2s ease-in-out  infinite;
}

@keyframes musics {
  0%, 100% {
    transform: rotate(15deg);
    opacity: 0;
    left: 0;
    top: 100%;
  }
  33%{
    transform: rotate(-10deg);
    opacity: 1;
    left: 50%;
  }
  66%{
    transform: rotate(10deg);
    top:0;
    opacity: 1;
    opacity: 0;
    left: 90%;
  }
}


.musics span {
  background-color: white;
  content: '';
  position: absolute;
}


.musics:nth-child(1) span {
  background-color: #89a4c7;
}

.musics:nth-child(2) span {
  background-color: #4e709d;
}

.musics:nth-child(3) span {
  background-color: #cdd5e0;
}


.musics span:nth-child(1) {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: block;
  bottom: 0px;
}


.musics span:nth-child(2) {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  bottom: 20px;
  right: 0px;
}

.musics span:nth-child(3) {
  width: 10px;
  height: 90px;
  bottom: 13px;
  left: 20px;
  border-radius: 5px;
}

.musics span:nth-child(4) {
  width: 10px;
  height: 97px;
  bottom: 33px;
  right: 0px;
  border-radius: 5px;
}

.musics span:nth-child(5) {
  width: 80px;
  height: 20px;
  border-radius: 5px;
  top: 13px;
  left: 20px;
  transform: rotate(-21deg);
}

/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/

#counter {
    
    position: relative;
    overflow: hidden;
}

#counter .peccular-counter-area {
    position: relative;
}
#counter .peccular-section-head{
    margin-bottom: 6em;
    margin-top: 0em;
}
#counter .peccular-section-head h2{
   color: #000;
   font-size:  40px;
   font-weight: 800;
       margin: 0 0 5px;
}
#counter .peccular-section-head h3 {
    color: #272727;
    font-size: 29px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    
}
#counter .peccular-section-head h3 span{
    color: #E11D07;
}
#counter .peccular-counter-single{
    position: relative;
    transition: all 0.3s ease 0s;
    padding: 0 0 11px 0;
}

/*#counter .peccular-counter-single:before{
    content: "";
    position: absolute;
    border: 3px solid #E11D07;
    border-radius: 10px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}
#counter .peccular-counter-single:hover:before{
    opacity: 1;
    transition:all .6s;
    width: 100%;
}*/
/*#about .aboutus-single:hover .hi-icon{
    transition: all 0.5s;
    animation: lightSpeedIn .5s ease-in-out;
    border-radius: 250px 60px 230px 110px/140px 66px 274px 164px;
}*/
#counter .peccular-counter-single:hover .peccular-counter-icon{
   
    padding: 1em 14px;
    background: #E11D07;  
   /*  transition: all 0.3s ease 0s; */
     transition: all 0.5s;
    animation: lightSpeedIn .5s ease-in-out;
    border-radius: 173px 162px 9px 188px/181px 238px 103px 130px 
} 
#counter .peccular-counter-icon{
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 0px #aaa;
    padding: 13px 11px;
    text-align: center;
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 18px;
     transition: all 0.3s ease 0s;
}
#counter .peccular-counter-icon span{
    font-size: 47px;
    color: #E11D07;
    font-weight: 200;
}
#counter .peccular-counter-single:hover .peccular-counter-icon span {
    color: #fff;
    transition: all 0.3s ease 0s;
}
#counter h4.peccular-counter-title  {
    font-size: 24px;
    font-weight: 600;
    word-break: break-word;
    color: #000;
    padding: 0;
    margin-bottom: 0;
    line-height: 24px;
    transition: all 0.3s ease 0s;
    margin-top: 0px;
}

#counter .peccular-counter-num.count{
    font-size: 54px;
    font-weight: 900;    
    color: #000;
    padding: 0;    
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
}
#counter .peccular-counter-single:hover .peccular-counter-num.count{
    letter-spacing: 10px;
    top: -10px;
    transition: all 0.3s ease 0s;
    color: #E11D07;
}


/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/

#blog {    
    position: relative;
    overflow: hidden;
}
#blog .peccular-section-head {
    margin-bottom: 5em;
    margin-top: 0em;
}
 #blog .peccular-section-head h2 {
    font-size: 25px;
    font-weight: 600;
    color: #FF7703;
    margin: 0 0 0 0px;
    padding: 0 0px 0 0;
    position: relative;
}
#blog .peccular-section-head h2 img {
    position: relative;
    top: 29px;
    right: 9px;
}
#blog .peccular-blog-post{      
    padding: 0;
    margin:0 0 58px 0;  
    
}
#blog .peccular-blog-posts .peccular-box-area-S:nth-child(1), #blog .peccular-blog-posts .peccular-box-area-S:nth-child(2),
#blog .peccular-blog-posts .peccular-box-area-S:nth-child(5), #blog .peccular-blog-posts .peccular-box-area-S:nth-child(6),
#blog .peccular-blog-posts .peccular-box-area-S:nth-child(7), #blog .peccular-blog-posts .peccular-box-area-S:nth-child(8),
#blog .peccular-blog-posts .peccular-box-area-S:nth-child(12), #blog .peccular-blog-posts .peccular-box-area-S:nth-child(11) {
    width: 25%;
    /* width: 321px; */
}
#blog .peccular-blog-posts .peccular-box-area-S:nth-child(3), #blog .peccular-blog-posts .peccular-box-area-S:nth-child(4),
#blog .peccular-blog-posts .peccular-box-area-S:nth-child(9), #blog .peccular-blog-posts .peccular-box-area-S:nth-child(10)  {
    width: 50%;
    /* width: 321px; */
}
#blog .peccular-blog-posts .peccular-box-area-S{
    padding: 0 58px 0 0;
}
#blog .peccular-blog-posts .peccular-box-area-S:nth-child(3),
#blog .peccular-blog-posts .peccular-box-area-S:nth-child(6),
#blog .peccular-blog-posts .peccular-box-area-S:nth-child(9),
#blog .peccular-blog-posts .peccular-box-area-S:nth-child(12) {
    padding: 0 0 0 0;
}

#blog .peccular-blog-imgbox{
    position: relative;
}

#blog h4.inner-area-title {
    color: #EEEEEE;
    font-size: 23px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 9px; 
    padding: 0em;    
    transition: all 1s ease 0s;
    position: relative;
}
#blog .peccular-blog-post:hover h4.inner-area-title{

    /*transform: scale(1.2);*/
    transition: all 1s ease 0s;
}
#blog .peccular-blog-post h4.inner-area-title:hover{
    color: #000;
}
#blog .peccular-blog-post p{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0em;
    padding: 0em;
    position: relative;
}
#blog .peccular-blog-date{
    background: transparent linear-gradient(270deg, #E11B6B 0%, #F64A29 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 3px 3px 0px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 15px 9px 20px;
    z-index: 1;
}

#blog .peccular-blog-date span {
    color: #fff;
    font-size: 13px;
    padding:7px 0px;
    font-weight: 600;
    text-transform: capitalize;
}

#blog .peccular-blog-date i{

    font-size: 14px;
    font-weight: 500;
    padding-right: 7px;
    color: #fff;
}

#blog .read-btn{

    margin: 0 0 12px;
    padding: 0;
    position: relative;
    display: inline-block;
}

#blog .read-btn a{
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #fff;
    text-align: center;
}
#blog .read-btn .btnbrdr{
    border-top: 1px solid #fff;
    width: 70%;
    margin: 0 6px 0;
    text-align: center;
}

#blog .read-btn:hover a{     
    color: #E11D07; 
}

#blog .peccular-blog-single { 
    padding: 18px 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#blog .peccular-blog-single .overlay{
    border-radius: 0px 0px 11px 12px;
    background: linear-gradient(to top, #FF7703,#803C0200);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#blog .peccular-blog-thumbnail {
    position: relative;
/*    width: 321px;*/
    height: 569px; 
    border-radius: 12px;   
}
#blog .peccular-blog-thumbnail img {

    width: 100%;
    height: 569px;
    border-radius: 12px;  
}

#blog .peccular-blog-imgbox:before{
    content: "";
    position: absolute;
    background:#E11D07;
    top: 0px;
    left: 0px;
    bottom: 0;
    height: 0%;
    width: 100%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}
#blog .peccular-blog-post:hover .peccular-blog-imgbox:before{
    opacity: 0.4;
    transition:all .6s;
    height: 100%;   
    
}



/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/

#newsletter {
    position: relative;
    z-index: 1;
    overflow: hidden;
    top: 378px; 
    padding: 2em 0 14em 0 !important;
}

#newsletter .newsletter-bg svg {
    width: 100%;
}
#newsletter .newsletter-bg svg path {
    fill: #F64928;
}
#newsletter .newsletter-bg {
    opacity: 1;
    text-align: center;
}

#newsletter .newsletter-sign-box { 
    width: 450px;
    height: 424px;
/*    left: 70px;*/
    top: 90px;
    margin: 0 0 0px;
    position: relative;
     }

#newsletter .peccular-section-head {
    margin-bottom: 0em;
    margin-top: 13px;
}
#newsletter .peccular-section-head h2{
    color: #fff;
    font-size: 55px;
    font-weight: 900;
    line-height: 71px;
    padding: 0 0;
}


#newsletter .peccular-newsletter-member-wrap input[type="text"], 
#newsletter .peccular-newsletter-member-wrap input[type="email"], 
#newsletter .peccular-newsletter-member-wrap input[type="url"], 
#newsletter .peccular-newsletter-member-wrap input[type="password"], 
#newsletter .peccular-newsletter-member-wrap input[type="search"], 
#newsletter .peccular-newsletter-member-wrap input[type="number"], 
#newsletter .peccular-newsletter-member-wrap input[type="tel"], 
#newsletter .peccular-newsletter-member-wrap input[type="range"], 
#newsletter .peccular-newsletter-member-wrap input[type="date"], 
#newsletter .peccular-newsletter-member-wrap input[type="month"], 
#newsletter .peccular-newsletter-member-wrap input[type="week"], 
#newsletter .peccular-newsletter-member-wrap input[type="time"], 
#newsletter .peccular-newsletter-member-wrap input[type="datetime"],
#newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .peccular-newsletter-member-wrap input[type="color"],
#newsletter .peccular-newsletter-member-wrap input[type="file"],
#newsletter .peccular-newsletter-member-wrap textarea{ 
    z-index: 2000;
    width: 100%;
    color: #B4ACAC;
    margin: 20px 0 15px 0;
    padding: 24px 27px !important;
    font-size: 13px;
    height: 67px;
    background: #FFFFFF;
    border: 2px solid #FF7703;
    border-radius: 4px;
}

#newsletter  .peccular-newsletter-member-wrap input::placeholder{
    color:#B4ACAC;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    border: 3px solid #FDAF1B;
    border-top-width: 7px;
    border-right-width: 10px;
    border-bottom-width: 6px;
    border-left-width: 11px;
    display: inline-block;
    background: #FF7703;
    color: #fff;
    font-weight: 600;
    padding: 7px 51px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 20px;
    line-height: 27px;
    transition: all 0.5s ease 0s;
    margin: 25px 0 25px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
}


#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover{
     background: #E11D07; 
    
}

/*----------------------------------------*/
/*  13. Contact Area
/*----------------------------------------*/

#contact {
    position: relative;
    overflow: hidden;
}
#contact .contact-borderbox{

    border: 1px solid #FFFFFF80;
    border-radius: 31px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 36px 29px;
}
#contact:hover .contact-borderbox{
opacity: 0;
}
#contact:before{
    content: "";
    width: 70%;
    /* height: 100%; */
    position: absolute;
    display: block;
    border-color: #FF7703;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-right: none;
    /* border-top: none; */
    top: 36px;
    left: 29px;
    bottom: 36px;
    right: 29px;
    z-index: 2;
    transition: all 0.3s ease 0s;
    animation: titlebrd 5s 0.3s ease-out infinite;
    opacity: 0;
}
#contact:hover:before {
opacity: 1;
}
@keyframes titlebrd{
    0%{ left: 0; }
    48%{ left: 30%; }
    50%{ left: 30%; }
    98%{ left: 0; }
    100%{ left: 0; }
}
#contact .contact-area{
    position: relative;
    z-index: 2;
}
#contact .contact-area .peccular-section-head {
    margin-bottom: 25px;
    margin-top: 15px;
    text-align: center;
}
#contact .contact-area .peccular-section-head img{
    width: 263px;
    height: 102px;

}


#contact .peccular-contact-block {

    margin-top: 3em;
    margin: 0 auto;
    text-align: center;
}
#contact .peccular-contact-member-wrap{
        width: 505px;
    margin: 0 auto;
}

#contact .peccular-contact-member-wrap input[type="text"], 
#contact .peccular-contact-member-wrap input[type="email"], 
#contact .peccular-contact-member-wrap input[type="url"], 
#contact .peccular-contact-member-wrap input[type="password"], 
#contact .peccular-contact-member-wrap input[type="search"], 
#contact .peccular-contact-member-wrap input[type="number"], 
#contact .peccular-contact-member-wrap input[type="tel"], 
#contact .peccular-contact-member-wrap input[type="range"], 
#contact .peccular-contact-member-wrap input[type="date"], 
#contact .peccular-contact-member-wrap input[type="month"], 
#contact .peccular-contact-member-wrap input[type="week"], 
#contact .peccular-contact-member-wrap input[type="time"], 
#contact .peccular-contact-member-wrap input[type="datetime"],
#contact .peccular-contact-member-wrap input[type="datetime-local"], 
#contact .peccular-contact-member-wrap input[type="color"],
#contact .peccular-contact-member-wrap input[type="file"],
#contact .peccular-contact-member-wrap textarea{
    border: 0px solid #4b4848 !important;
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 13px 0;
    border-radius: 11px;
    padding: 4px 0 0 27px;
    font-size: 15px;
    height: 66px;
    font-weight: 600;
    background: none;
    position: relative;
    z-index: 0;
    /* top: -21px; */
    background: #000000B3;
    outline: 1px solid #ffffff80;
    outline-offset: -7px;
    border-radius: 1rem;
}
#contact .contact-field{

    background: #000000B3;
    border-radius: 11px;
    height: 66px;
    position: relative;
    padding: 6px;
    margin: 0 0 25px;
}
#contact .contact-fieldteaxt{
    
    background: #000000B3;
    border-radius: 11px;
    height: 138px;
    position: relative;
    padding: 9px 6px;
    margin: 0 0 25px;
}
#contact .peccular-contact-member-wrap label{
    background: #FF7703;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    padding: 3px 16px;
    position: relative;
    left: -178px;
    top: 15px;
    z-index: 1;
    font-weight: 400;
}
/*#contact .contact-field label,
#contact .contact-fieldteaxt label{

    position: absolute;
    top: -8px;
    left: 22px;
    padding: 4px 6px;
    color: #fff;
    font-size: 15px;
    background: #FF7703;
    border-radius: 3px;
    z-index: 1;
    width: 115px;
}
*/
#contact .peccular-contact-member-wrap textarea {
    height: 121px;
    padding: 20px 27px;
    outline-offset: -10px;
}

#contact .peccular-contact-member-wrap input::placeholder,
#contact  .peccular-contact-member-wrap textarea::placeholder{
    color:#fff;
    opacity: 1 !important;
    position: relative;
    z-index: 999;
}


#contact .peccular-contact-member-wrap input[type="submit"]{
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    line-height: 20px;
    background: #FF7703;    
    color: #fff;    
    text-align: center;
    padding: 12px 37px !important;
    transition: all .6s;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    margin-top: 7px;
}

#contact .peccular-contact-member-wrap input[type="submit"]:hover {
    background: #fff;    
    color: #FF7703;
    border: 1px solid #FF7703;
    transition: all .3s;
}

#contact  .wpcf7-spinner {
    position: absolute;
}

/*----------------------------------------*/
/*  13. Inner Contact page
/*----------------------------------------*/

/*#innerpage-box .leftcontact .contactpage-overlay {
    background: #120072;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    z-index: 2;
}
#innerpage-box .leftcontact .contactpageformbg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}*/

#innerpage-box .peccular-contact {
    padding-top: 0em;
    position: relative;
}
#innerpage-box .leftcontact .peccular-section-head{
  margin: 0 0 1em;
}
#innerpage-box .leftcontact .peccular-section-head h1{
    font-size: 55px;
    font-weight: 600;
    color: #E11D07;
    line-height: 66px;
    text-transform: capitalize;
    margin: 0 0 2px;
}
#innerpage-box .leftcontact .peccular-section-head h2{
    font-size: 44px;
    font-weight: 600;
    color: #170864;
    line-height: 53px;
    text-transform: capitalize;
    margin: 0 0 8px;
}
#innerpage-box .leftcontact .peccular-section-head h3 {
    color: #1D1B25;
    font-weight: 600;
    font-size: 15px !important;    
    line-height: 19px;
    opacity: 0.7;

}

#innerpage-box .rightcontact .border-bottom{
    border-bottom: 5px solid #061C30 !important;
}
#innerpage-box .rightcontact .peccular-section-head{
    margin: 40px 0 26px;
} 
#innerpage-box .rightcontact .peccular-section-head h2{
    font-size: 38px !important;
    font-weight: 600;
    letter-spacing: 1.37px;
    color: #434345;
    line-height: 53px;
    margin: 0;
    margin-bottom: 30px;
    padding: 0 0;
    text-transform: capitalize;
}

#innerpage-box .rightcontact .peccular-section-head h3 {
    letter-spacing: 0.61px;
    color: #FF7703 !important;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 24px;
    padding: 0;
    margin-bottom: 6px;
}
.peccular-contact-icon {
    width: 53px;
    height: 53px;
    background: linear-gradient(101deg,#F64A2996 ,#FF7703 ,#F64A2996);
    background-size: 180% 180%;
    animation: gradient-animation 6s ease infinite;
    border-radius: 50%;
    line-height: 32px;
    padding: 12px;
    text-align: center;
    position: relative;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.peccular-contact-icon i{
    color: #fff;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    opacity: 0.98;
}

#innerpage-box .peccular-contact-icon:before {
    content: '';
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    margin: 0 auto;
    width: 53px;
    height: 53px;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
        outline: 2px dashed #FF7A1F;
    outline-offset: 5px;
}

#innerpage-box .peccular-contact-address:hover .peccular-contact-icon:before {
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}


#innerpage-box .peccular-contact .emailmargin{
    margin-top: 3em;
}
#innerpage-box .peccular-contact-info:hover a, #innerpage-box .peccular-contact-info2:hover a {
    color: #FF7703;
}
#innerpage-box .socials {
    border-top: 1px solid #FF7703;
    padding-top: 2em;
} 

#innerpage-box .social-label {
    color: #FF7703;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding: 0;
}
#innerpage-box .peccular-contact-socials {
    text-align: right;
    padding: 0;
}
#innerpage-box .peccular-contact-socials a i {
    font-size: 24px;
    color: #FF7703;
    margin-right: 15px;
}
#innerpage-box .peccular-contact-socials a i:hover {
    color: #000;
}
#innerpage-box .peccular-contact-socials a:last-child i {
    margin-right: 0px;
}
#innerpage-box .peccular-contact-info2 {
        margin-top: -7px;
}
#innerpage-box .peccular-contact-info2 a{
    margin-top: 10px;
    margin-bottom: 4em;
    color: #1D1B25;
    font-size: 20px;
    font-weight: 600;
    opacity: 0.8;
}
#innerpage-box .peccular-contact-icon i {
    color: #fff;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    opacity: 0.98;
}
#innerpage-box .peccular-contact-address{
text-align: left;
    margin-bottom: 39px;
}
.rightcontact {
    padding-left: 9em;
}
#innerpage-box .peccular-contact-label {
    color: #170864;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 21px 0;
}
#innerpage-box .peccular-contact-info{
    color: #434345;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    padding-left: 20px;
    margin-top: 5px;
}
#innerpage-box .peccular-contact-info a {
    color: #434345;
}
#innerpage-box .rightcontactpage-right {
    position: relative;   
}
#innerpage-box .rightcontact img.app-right-img {
    height: 317px;
    width: 430px;
    position: absolute;
    right: -95px;
    top: -16px;
    margin: 0px 0 0 0;
    padding: 0;
}
#innerpage-box .rightcallnow-left {
        margin-bottom: 43px;
    position: relative;
}
#innerpage-box .rightcontact .rightcallnow-left h2 {
    color: #170864;
    font-size: 40px !important;
    font-weight: 600;
    margin: 0 0 41px !important;
    text-align: center;
    padding: 0 0 !important;
}
#innerpage-box .rightcontact .callnowbox{
    margin: 0 auto;
    position: relative;
}
#innerpage-box .rightcontact .callnowbox .calltopbrdr{
    position: absolute;
    right: 98px;
    top: 0;    
}
#innerpage-box .rightcontact .callnowbox .calltopbrdr span{
    width: 90%;
    border-top: 1px solid #fff;
    border-top-right-radius: 15px;
    border-right: 2px solid #fff;
    position: absolute;
    right: -30px;
    top: 23px;
    height: 14px;
}
#innerpage-box .rightcontact .callnowbox .calltopbrdr i.fa-minus{
    font-size: 1px;
    background: #fff;
    padding: 0px 5px;
    color: #fff;
    margin: 0 6px 0px 0;
}
#innerpage-box .rightcontact .callnowbox h3{
    color: #E11D07;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 -15px -39px;
    text-align: center;
    font-style: italic;
}
#innerpage-box .rightcontact .callnownum{
       background: #170864;
    padding: 0 0;
    width: 270px;
    height: 68px;
    position: relative;
    border-radius: 7px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    /* margin: 0 auto; */
    left: 28px;
}
#innerpage-box .rightcontact .callnownum:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -19px;
    width: 50px;
    height: 50px;
    background: #170864;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 8px 8px 8px 0px;
    -webkit-border-radius: 8px 8px 8px 0px;
    -moz-border-radius: 8px 8px 8px 0px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#innerpage-box .rightcontact .callnownum:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -22px;
    width: 50px;
    height: 50px;
    background: #170864;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 8px 0px 6px 9px;
    -webkit-border-radius: 8px 0px 6px 9px;
    -moz-border-radius: 8px 0px 6px 9px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#innerpage-box .rightcontact .callnownum i.fa-phone{
    color: #E11D07;
    font-size: 46px;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    text-align: center;
    line-height: 74px;
    float: left;
    position: relative;
    transform: rotate(45deg);
    top: -20px;
    left: -17px;
}
#innerpage-box .callnowbox:hover .callnownum i.fa-phone {
    z-index: 999;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    transform: rotate(45deg);
    background: #E11D07;
    color: #fff;
}
#innerpage-box .rightcontact .callnownum p a{
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    margin: 0px 5px 0 0;
    text-align: right;
    position: relative;
    z-index: 1;
    line-height: 64px;
}
#innerpage-box .callnowbox:hover .callnownum p a{
     color: #E11D07 ;
}
#innerpage-box .peccular-contact-block {
    margin-top: 2em;
}
#innerpage-box .peccular-contact-member-wrap p {
    padding: 0;
    margin: 0;
    position: relative;
}

#innerpage-box .peccular-contact-member-wrap input[type="text"], 
#innerpage-box .peccular-contact-member-wrap input[type="email"], 
#innerpage-box .peccular-contact-member-wrap input[type="url"], 
#innerpage-box .peccular-contact-member-wrap input[type="password"], 
#innerpage-box .peccular-contact-member-wrap input[type="search"], 
#innerpage-box .peccular-contact-member-wrap input[type="number"], 
#innerpage-box .peccular-contact-member-wrap input[type="tel"], 
#innerpage-box .peccular-contact-member-wrap input[type="range"], 
#innerpage-box .peccular-contact-member-wrap input[type="date"], 
#innerpage-box .peccular-contact-member-wrap input[type="month"], 
#innerpage-box .peccular-contact-member-wrap input[type="week"], 
#innerpage-box .peccular-contact-member-wrap input[type="time"], 
#innerpage-box .peccular-contact-member-wrap input[type="datetime"],
#innerpage-box .peccular-contact-member-wrap input[type="datetime-local"], 
#innerpage-box .peccular-contact-member-wrap input[type="color"],
#innerpage-box .peccular-contact-member-wrap input[type="file"],
#innerpage-box .peccular-contact-member-wrap textarea{
    border: 1px solid #F64A29 !important;
    background: #fff;
    z-index: 2000;
    width: 100%;
    color: #141414;
    padding: 19px 16px 18px;
    margin: 0 0 20px 0;
    font-size: 17px;
    height: 59px;
    border-radius: 2px;
    line-height: 24px;
}
#innerpage-box .peccular-contact-member-wrap input[type="file"]{
    cursor: pointer;
    padding: 0px 0 10px;
    color: #fff;
    height: 35px;
}
#innerpage-box .peccular-contact-member-wrap select{
    outline: 0;
    border: 0;
    border-bottom: 1px solid #d8d9d4;
    z-index: 2000;
    width: 100%;
    margin: 0 0 6px 0;
    border-radius: 0;
    padding: 16px 15px;
    font-size: 16px;
    height: 55px;
    background: none;
    color: #d8d9d4;
}
#innerpage-box .peccular-contact-member-wrap select option{
    font-weight: 600;
    padding-bottom: 12px;
    color: #d8d9d4;
}

#innerpage-box .peccular-contact-member-wrap textarea {
    height: 120px;
    padding: 10px 15px;
}

#innerpage-box .peccular-contact-member-wrap input::placeholder,
#innerpage-box .peccular-contact-member-wrap textarea::placeholder{
    color:#000;
    opacity: 1;
    z-index: 999;
}  
    
#innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"]{
    font-size: 21px;
    border-radius: 2px;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background: transparent linear-gradient(285deg, #F64A29 0%, #FF7703 51%);
    box-shadow: 0px 0px 20px #FFFFFF8C;
    padding: 14px 53px;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;

}
#innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"]:hover {
    background: transparent;
}

#innerpage-box .leftcontact .peccular-contact-member-wrap i {
    font-size: 9px;
    color: #fff;
} 

#innerpage-box .leftcontact .peccular-contact-member-wrap i.left-c {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 25px;
} 
#innerpage-box .leftcontact .peccular-contact-member-wrap i.right-c {
    position: absolute;
    left: 155px;
    z-index: 1;
    top: 25px;
} 

#innerpage-box .peccular-contact-member-wrap input[type="submit"]:hover {
    background: #fff;
    color: #F64A29;
    border: 1px solid #F64A29;
    transition: all .3s;
}

.page-template-templates main#innerpage-box .peccular-counter-head h2 {
    padding: 0;
    font-size: 23px !important;
    line-height: 32px;
    margin: 0;
    margin-bottom: 16px;
    font-weight: 600!important;
}

.page-template-templates main#innerpage-box .peccular-counter-head h3 {
    padding: 0;
    font-size: 20px !important;
    line-height: 28px;
    margin: 0;
    margin-bottom: 33px;
    font-weight: 600!important;
}
#innerpage-box .peccular-counter-single {
    background: #fff;
    border-radius: 80px;
    border: 1px dashed #FF7703;
    margin: 0 1.5em;
    padding: 22px 24px 25px;
    position: relative;
    margin: 0 1.5em 10px;
}
/*#innerpage-box .peccular-counter-b:last-child .peccular-counter-single {
    margin: 0;
}
*/
#innerpage-box .peccular-counter-num.count {
    font-size: 37px;
    line-height: 52px;
    color: #635F5F;
    font-weight: 600;
}
.page-template-templates #innerpage-box h4.peccular-counter-title {
    font-size: 16px !important;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #FF7703;
}
#innerpage-box .peccular-counter-single:hover  {
       background: #FF7703;
}
.page-template-templates #innerpage-box .peccular-counter-single:hover h4.peccular-counter-title {
    color: #fff;
}
.page-template-templates #innerpage-box .peccular-counter-single:hover .peccular-counter-num.count{
    color: #fff;
}
#innerpage-box .peccular-contact-mapbox iframe{ 
    width: 100%;
    margin-top: 98px;
    margin-bottom: 74px;
    border: 2px solid #FF7703 !important;
}
#innerpage-box .leftcontact .socials{
    margin: 10px 0 0 0;
}
#innerpage-box .leftcontact .socials i{
    font-size: 15px;
    border: 1px solid #000;
    opacity: 0.3;
    color: #000;
    border-radius: 50%;    
    padding: 9px 10px;

}
#innerpage-box .leftcontact .socials i:hover {
    background: #E11D07;
    color: #fff;
    padding: 9px 10px;
    opacity: 0.9;
    border: 1px solid #918e8e;

}
#innerpage-box .leftcontact .socials a:first-child i{
    background: #E11D07;
    color: #fff;
    padding: 9px 12px;
    opacity: 0.9;
    border: 1px solid #918e8e;

}


.page-template-templates main#innerpage-box .peccular-contact-block h3 {
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 600;
    color: #FF7703 !important;
    margin: 0 0 32px;
    padding: 0;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footerareabox{
    margin: -378px 0 0 0;
    position: relative;
    overflow: hidden;
}
.page .footerareabox{
    margin: -378px 0 0 0;
}
.page-template-blogpagewithrightsidebar-template .footerareabox,
.page-template-blogpagewithleftsidebar-template .footerareabox  {
    margin: -360px 0 0 0;
}
.page-template-contact-template .footerareabox{
    margin: -330px 0 0 0;
}
#footer,
.footer-area,
.page-template-home-template .footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;    
    background: linear-gradient(#F97A71FD, #F64928);
    top: 0;
    border-top-right-radius: 55px;
}

#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.page-template-home-template #footer .widget_block,
.page-template-home-template #footer .widget_meta,
.page-template-home-template #footer .widget_recent_entries,
.page-template-home-template #footer .widget_categories,
.page-template-home-template #footer .widget_recent_comments,
.page-template-home-template #footer .widget_archive,
.page-template-home-template #footer .widget_nav_menu ,
.page-template-home-template #footer .widget_text ,

.page #footer .widget_block,
.page #footer .widget_meta,
.page #footer .widget_recent_entries,
.page #footer .widget_categories,
.page #footer .widget_recent_comments,
.page #footer .widget_archive,
.page #footer .widget_nav_menu,
.page #footer .widget_text,

.single #footer .widget_block,
.single #footer .widget_meta,
.single #footer .widget_recent_entries,
.single #footer .widget_categories,
.single #footer .widget_recent_comments,
.single #footer .widget_archive,
.single #footer .widget_nav_menu,
.single #footer .widget_text{
    border: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.footer-area .textwidget p,
.footer-area .single-footer-1 p{
    color: #fff;
    font-size: 20px !important;
    line-height: 30px !important;
        margin-bottom: 0 !important;
}
.footer-area li,
.page-template-home-template .footer-area li,
.page .footer-area li {   
 display: block;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
 }
.footer-area li a {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
}
.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;
    display: none;
}
.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 .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: 0em;}
.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 {

   
    position: relative;

}
.footer-area .bottom-area .bordertop{
    border-top: 2px solid #fff;
    opacity: 0.3;
    width: 100%;
    margin: 0 0 21px;
}

.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: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}
.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: 6px 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: 15px;
    margin-right: 0px;
}
.footer-area i.fa {
    color: #fff;
}
.footer-area .textwidget a, 
.single-footer-5 a{
    color: #fff;
}
.footer-area .textwidget a:hover, 
.footer-area .single-footer-5 a:hover{
    color:#E11D07 ;
}
.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-top: 14px;
    font-size: 22px;
    padding: 0;
}
 .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-1 .social-profile-icons{
    margin: -10px 0 0 0;
}
.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: 1.5em;
    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: 1.5em;
    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: 2em;
    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-footer-1 img{  margin: -24px 0 0px; }

.single-footer-1 p{
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    font-size: 18px !important;
    color: #fff !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;
  }
 /*.footer-area .bottom-area{
    margin-top: 57px;
 }*/
  .footer-area .single-footer-5{
   
    padding: 0px 0em 2em 14px;
    display: block;   
    position: relative;
    top: 0;
    left: 50px;  

  }

  .footer-area .widget .widget-title{
    margin-bottom: 35px;
    font-size: 28px !important;
    line-height: 39px;
    font-weight: 600 !important;
        padding-bottom: 0;
  }
  .footer-area .social-profile-icons ul li a{

    padding: 18px 9px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    width: 26% !important;
    height: 21%;
    color: #fff;


  }

  .footer-area .social-profile-icons ul li:first-child a{padding: 0;}

  .footer-area .social-profile-icons a:hover i.fa,
  .footer-area .social-profile-icons ul li a:hover i{
    color: #fff !important;
  }
  .footer-area .social-profile-icons ul li a i,
  .footer-area .social-profile-icons i.fa {
    color: #fff !important;
    font-size: 26px;
   }
   .footer-area .social-profile-icons ul li{
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 800;
    margin: 0 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{
    letter-spacing: 0px;
    font-weight: 600 !important;
    font-size: 36px !important;
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 49px !important;
    line-height: 68px;
    display: inline-block;
}
.category .ht-main-title {
    margin: 0 0 15px;
}
.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: #000;
}
.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: 0em 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;
    background: linear-gradient( #FDB1C4FA ,#F64928);
}
.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: #E11D07;
}
.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: #E11D07;

}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    padding: 9px 0 0;
    /* text-align: left; */
    position: relative;
    z-index: 1;
}
.breadcrumbbox .button{
display: inline-block;
}
.breadcrumbbox span {
    color: #fff;
    margin: 0 3px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox span i{
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: 0px;
    padding: 0px 2px;
    color: #fff;
}
.breadcrumbbox a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.breadcrumbbox a:hover {
    color: #000;
}
/*--------------------------------------------------------------
## Blog inner page
--------------------------------------------------------------*/

#innerpage-box .blog-info-area {
    position: relative;
}
.single #innerpage-box .blog-info-area {
    margin-top: 10px;
}
#content-box .socialMedia {
    float: right;
    padding: 1em 0;
    position: relative;
    right: 0;
    bottom: 0;
}
.single #content-box .socialMedia ul {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9999;
    position: relative;
    float: right;
}
.single #content-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;
}
.single #content-box .socialMedia ul li a {
    border-radius: 50%;
    width: 50px;
    line-height: 0px;
    height: 50px;
    display: block;
    padding: 14px 0;
}
.single #content-box .socialMedia ul:hover li {
    margin-left: 4px;
}
#innerpage-box .inner-blog-post{
    margin-bottom: 4em;
}
#innerpage-box .inner-blogpost {
    position: relative;
        overflow: hidden;
}

#innerpage-box .ht-blog-thumbnail {
    position: relative;
    border-radius: 12px;
}

#innerpage-box .ht-blog-thumbnail:before {
    content: "";
    position: absolute;
    background: #FF770380;
    top: 0px;
    left: 0px;
    bottom: 0;
    height: 0%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .6s;
        border-radius: 0px 0px 11px 12px;
}
#innerpage-box .inner-blog-post:hover .ht-blog-thumbnail:before {
    opacity: 0.6;
    transition: all .6s;
    height: 100%;
}
#innerpage-box .datecommentbox{
background: transparent linear-gradient(270deg, #FF7703 0%, #F64A29 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 3px 3px 0px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 13px;
    z-index: 1;
}
#innerpage-box .datecommentbox .blog-date span {
    color: #fff;
    font-size: 13px;
    padding: 7px 0px;
    font-weight: 500;
    text-transform: capitalize;
}
#innerpage-box .datecommentbox .blog-date i {
    font-size: 14px;
    font-weight: 500;
    padding-right: 7px;
    color: #fff;
}
#innerpage-box .datecommentbox .blog-comment {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 0;  
    text-align: right;        
}
#innerpage-box .datecommentbox .blog-comment i {
    color: #fff;
    font-size: 22px;
    margin: 0 0;
}

.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;   
}

#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    height: 100%;
}
/*#innerpage-box .inner-blog-post:hover .ht-blog-thumbnail img {
   -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}*/

#innerpage-box .inner-blogpost-info {
  padding: 18px 21px 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#innerpage-box .inner-blogpost-info .overlay {
    border-radius: 0px 0px 11px 12px;
    background: linear-gradient(to top, #FF770380,#FF770380);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#innerpage-box .inner-blog-post:hover .inner-blogpost-info .overlay{
    opacity: 0;
}
#innerpage-box .inner-blogpost-info a h2 {
    margin-bottom: 8px !important;
    margin-top: 0px !important;
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 600 !important;
    word-break: break-word !important;
    padding: 0 !important;
    line-height: 31px;
    border-left: none;
    letter-spacing: 0px;
    text-transform: capitalize !important;
    color: #EEEEEE;
}
#innerpage-box .inner-blog-post:hover .inner-blogpost-info a h2 {
    color: #E11D07;
}
#innerpage-box .inner-blog-excerpt,
#innerpage-box #blog-box .inner-blog-excerpt {
    font-size: 15px !important;
    line-height: 22px;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 10px;
    color: #fff;
}
#innerpage-box .post-single-content{
    margin: 0em 0 2em;
}

#innerpage-box .blog-page-btn:hover{
    border: none;
}
#innerpage-box .blog-page-btn a{
    font-size: 13px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    text-align: center;
    transition: all .6s;
    display: inline-block;
    position: relative;
}
#innerpage-box .blog-page-btn:hover a{
    color: #000;
    transition: all .3s;
}

#innerpage-box .single_post .blog-page-btn i {
    display: none;
}

.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: #000;
    text-decoration: underline;
}
.single main#innerpage-box h2:hover{
     color: #E11D07;
}

div#secondary {
    /*border: 1px solid #ccc;*/
    padding: 0px;
    border-radius: 5px;
}
main#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    /* display: flex; */
    padding: 0 1em;
}
#innerpage-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.single #innerpage-box .single_post .blog-author a,
.single #innerpage-box .single_post .blog-category a, 
.single #innerpage-box .single_post .blog-tags a,
.single #innerpage-box .single_post .blog-time,
.single #innerpage-box .single_post .single-blog-date{ 
    color: #66727D !important;
    font-size: 19px !important;
}

.single #innerpage-box .single_post .blog-author a:hover,
.single #innerpage-box .single_post .blog-category a:hover, 
.single #innerpage-box .single_post .blog-tags a:hover,
.single #innerpage-box .single_post .blog-time:hover,
.single #innerpage-box .single_post .single-blog-date:hover{  color: #E11D07 !important;}

.single #innerpage-box .single_post .blog-author i,
.single #innerpage-box .single_post .blog-time i,
.single #innerpage-box .single_post .single-blog-date i,
.single #innerpage-box .single_post .blog-category i,
.single #innerpage-box .single_post .blog-comment i,
.single #innerpage-box .single_post .blog-tags i {
    color: #E11D07;
    margin-right: 7px;
    margin-left: 10px;
}
.single #innerpage-box .single_post .post-single-content p{
    font-size: 17px;
    margin: 0 0 1em;
}
.single #innerpage-box .single_post .blog-category {
    padding: 0px;
/*    padding-left: 18px;*/
}
#innerpage-box .single_post .blog-category a span.Cat-comma:last-child {
    display: none;
}
.single #innerpage-box .single_post .blog-tags a:last-child span.Cat-comma {
    display: none;
}
.single #innerpage-box .single_post .blog-tags a {
    color: #664aed;
    font-size: 18px;
    font-weight: 500;
}
.single #innerpage-box .blog-comment{
        transform: rotate(0deg) !important;
        text-align: left !important;
}
.single #innerpage-box .comment-respond h4{ padding: 0 0;}
.single #innerpage-box .comment-respond h4 span{ text-align: left !important;  padding: 0 0;}
.single #innerpage-box .single_post ul li:before{
    display: none !important;
}
   
.single #innerpage-box .single_post .blog-info-area .metabox2brdr {
    border-bottom: 1px solid #eaeaea !important;
    margin-bottom: 12px;
}
.single #innerpage-box .single_post .blog-info-area .metabox2brdr ul li{
    display: inline-block;
}
#innerpage-box .blog-info-area .metabox2brdr ul li {
    color: #66727D;
    float: none;
    list-style: none;
    margin-right: 0px;
    padding: 0 16px 0 0;
    font-size: 16px;
    margin-bottom: 7px;
}
.single_post .margintopbtm{
    margin: 2em 0 3em;
}
.single_post .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single #content-box .socialMedia ul li a.site-button i{
    color: #000;
    font-size: 19px;
    padding: 0 4px;
}
.single_post .socialMedia ul li a.site-button:hover i{
    color: #E11D07;
}


.single  #content-box .socialMedia ul {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9999;
    position: relative;
    float: right;
}
.single  #content-box .socialMedia ul:hover li {
    margin-left: 4px;
}
.single .socialMedia ul li{
    float: left;
        border-radius: 30px !important;
        border: 1px solid #e3dfdf !important;
}
.single .socialMedia ul li a.site-button {
    text-align: center;
    background: none;
    padding: 0;
    font-weight: 400 !important;
    line-height: 40px;
    margin: 0 auto;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #fff;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #006067;
}

/*-------------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: #E11D07 !important;}
main#innerpage-box .woocommerce ul.products li.product .button,.woocommerce a.button,
main#innerpage-box .woocommerce span.onsale{ color: #fff; background: #E11D07; }
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: #E11D07;
}
#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: #E11D07;
    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:#E11D07;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box{
    position: relative;
    display: block;
    border-bottom: 1px solid #E11D0759;
    padding-bottom: 18px;
    margin-bottom: 24px;
}
#peccular-contactus-wrap .peccular-contact-block2 .contact-label{

    text-transform: capitalize;
    /*border-bottom: 1px solid #E11D0759;*/
    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: #E11D07;
    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;
        font-size: 30px !important;
}
#peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a h2{
    color: #f9c12c;
        font-size: 30px !important;
}
#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%,#E11D07 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: #E11D07;
    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;}

}



/*--------------- programs inner page -------------------------------*/

#innerpage-box .peccular-program-box {  
border-radius: 55px 55px 0px 0px;
    margin-bottom: 31px;
}
#innerpage-box .peccular-program-img {
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-program-img img { 
border-radius: 55px 55px 0px 0px;
    width: 100%;
}
#innerpage-box .peccular-program-box:hover .peccular-program-img img {
    animation: zoom-in-zoom-out 20s ease-out infinite;
}
#innerpage-box .peccular-program-content {
    margin: 0px;
    padding: 17px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#innerpage-box .peccular-program-box:hover .peccular-program-content {
      padding: 35px 25px 15px;
}

#innerpage-box .peccular-program-content .ovrly {
    background: linear-gradient(14deg, #FF7703 39%, #884002 63%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.76;
}

#innerpage-box .peccular-program-box .peccular-program-content h4{
    background: none;
    font-size: 23px !important;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    color: #fff;
    transform: translate3d(0, 0px, 0);
        transition: all 0.5s ease 0s;
}
#innerpage-box .peccular-program-box .peccular-program-content h4 a {
    color: #fff !important;
    font-size: 23px;
    line-height: 32px;
    font-weight: 600;
    transform: translate3d(0, 0px, 0);
    transition: all 0.5s ease 0s;
}

#innerpage-box .peccular-program-box:hover .peccular-program-content h4 {
    /* bottom: 40px; */
    transform: translate3d(0, -20px, 0);
}
#innerpage-box .serbtn {
        transform: translate3d(0, 0px, 0);
        transition: all 0.5s ease 0s;
         opacity: 0;
             padding-top: 0.5em;
}

#innerpage-box .serbtn span.btn-text {
    color: #fff;
    font-size: 16px;
    position: relative;
}
#innerpage-box .peccular-program-box:hover .serbtn {
    /* bottom: 40px; */
    transform: translate3d(0, -20px, 0);
    opacity: 1;
}

#innerpage-box .serbtn span.btn-text:hover {
color: #000;
}


#innerpage-box .peccular-program-box .peccular-program-content p {

    color: #6f6f6f !important;
    font-weight: 400;
    font-size: 21px !important;
    line-height: 28px;
    margin-bottom: 3px;
    margin-top: 3px;
}
#innerpage-box .peccular-program-content {
    bottom: 3px;
    padding: 25px 25px 0px;
    transition: 0.4s;
}
#innerpage-box .peccular-program-box:hover .peccular-program-content {
    bottom: 0px;
}
/*#innerpage-box .peccular-program-box:hover .peccular-program-image img{
    filter: grayscale(60%);
}*/
#innerpage-box .peccular-program-box .peccular-program-image{
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-program-box:hover .peccular-program-image:before {
    opacity: 1;
    transition: all .9s;
    width: 100%;
    bottom: 100%;
}
#innerpage-box .peccular-program-box .peccular-program-image:before {
    content: "";
    position: absolute;
    /* border: 1px solid #E11D07; */
    background-image: linear-gradient(to top,rgba(255,0,0,0), #E11D07 );
    top: 0px;
    left: 0%;
    right: 0%;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .9s;
}

#innerpage-box .peccular-program-box .program-view-btn{
    border: 1px solid #E11D07;
    padding: 2px;
    border-radius: 5px;
    /*float: left;*/
    margin-right: 17px;
    display: inline-block;
    margin-top: 20px;
}
#innerpage-box .peccular-program-box .program-view-btn:hover{
    border: none;
}
#innerpage-box .peccular-program-box:hover .program-view-btn a{
   background: #fff;
   color: #E11D07 !important;
}
#innerpage-box .peccular-program-box .program-view-btn a{
    font-size: 17px;
    border-radius: 5px;
    font-weight: 600;
    line-height: 18px;
    background: #E11D07;    
    color: #fff;    
    text-align: center;
    padding: 12px 28px;
    transition: all .6s;
    display: inline-block;
    position: relative;
}
#innerpage-box .peccular-program-box .program-view-btn a:after{
    content: "";
    position: absolute;
    border-left: 2px solid #E11D07;
    top: 0px;
    left: 6px;
    right: 0;
    height:0%;
    z-index: 1;
    opacity: 0;
    transition: all .6s;
}
#innerpage-box .peccular-program-box .program-view-btn a:before{
    content: "";
    position: absolute;
    border: 1px solid #E11D07;
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 0%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}
#innerpage-box .peccular-program-box .program-view-btn a:hover:after{
    opacity: 1;
    transition:all .6s;
    height: 100%;
}
#innerpage-box .peccular-program-box .program-view-btn a:hover:before{
    opacity: 1;
    transition:all .6s;
    width: 100%;
}
#innerpage-box .peccular-program-box .program-view-btn:hover a{
    background: #fff;    
    color: #E11D07;
    padding: 17px 25px 11px;
    font-size: 17px;
    transition: all .3s;
}


/*---------------------- End programs page ------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/

#innerpage-box .faqnformbox{
    margin-bottom: 1em;
   clear: both;
}
#innerpage-box .faqarea{
    position: relative;
    overflow: hidden;
    clear: both;
}
#innerpage-box .faqcontactform{
    overflow: hidden;
    position: relative;
}
#innerpage-box .faqcontactform .faqform-overlay{
    background: #120072;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    z-index: 2;
}
#innerpage-box .faqcontactform .faqformbg{
    width: 100%;
    background-size: cover;
    height: 100%;
    background-position: center;
    border: 1px solid #707070;
    border-radius: 19px;
}
#innerpage-box .faqcontactform .peccular-section-head{
    margin: 0 0;
    position: relative;
    z-index: 10;
}
#innerpage-box .faqcontactform .peccular-section-head h2{
font-size: 32px !important;
    font-weight: 500;
    color: #1B1B1B;
    line-height: 45px;
    margin: 0 0 27px;
    padding: 0 0;
    text-transform: capitalize;
}
#innerpage-box .faqcontactform .peccular-section-head p{
    color: #1B1B1B;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 28px;
    padding: 0 0 0 0;
    margin-bottom: 36px;
}
#innerpage-box .faqredbtn{
display: inline-block;
    background: transparent linear-gradient(285deg, #E11B6B 0%, #F64828 51%);
    box-shadow: 0px 0px 20px #FFFFFF8C;
    border: 2px solid #FF7703;
    padding: 9px 13px;
    border-radius: 40px;
    margin: 0px 0 61px;
    overflow: hidden;
    position: relative;
}
#innerpage-box .faqredbtn:hover {
    background: #000;
}
#innerpage-box .faqredbtn i{
    font-size: 9px;
    color: #fff;
    font-family: 'Fontawesome';
    position: relative;
    top: -3px;
}
#innerpage-box .faqredbtn a{    
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 11px;
    color: #fff ;    
}

 main#innerpage-box .peccular-faqform-member-wrap .wpcf7 form .wpcf7-response-output{
    color: #fff;
 }
#innerpage-box .faqcontactform .peccular-faqform-block{
    margin: 0 0;
    position: relative;
    z-index: 10;
}
#innerpage-box .peccular-faqform-block input[type="text"], 
#innerpage-box .peccular-faqform-block input[type="email"], 
#innerpage-box .peccular-faqform-block input[type="url"], 
#innerpage-box .peccular-faqform-block input[type="password"], 
#innerpage-box .peccular-faqform-block input[type="search"], 
#innerpage-box .peccular-faqform-block input[type="number"], 
#innerpage-box .peccular-faqform-block input[type="tel"], 
#innerpage-box .peccular-faqform-block input[type="range"], 
#innerpage-box .peccular-faqform-block input[type="date"], 
#innerpage-box .peccular-faqform-block input[type="month"], 
#innerpage-box .peccular-faqform-block input[type="week"], 
#innerpage-box .peccular-faqform-block input[type="time"], 
#innerpage-box .peccular-faqform-block input[type="datetime"],
#innerpage-box .peccular-faqform-block input[type="datetime-local"], 
#innerpage-box .peccular-faqform-block input[type="color"],
#innerpage-box .peccular-faqform-block input[type="file"],
#innerpage-box .peccular-faqform-block textarea{
  
    border: 1px solid #fff !important;
    background: none;
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 24px 0;
    border-radius: 0;
    padding: 0 0 0 7px;
    font-size: 14px;
    height: 42px;
    font-weight: 600;  
}

#innerpage-box .peccular-faqform-block input::placeholder{
    color:#fff;
}

#innerpage-box .peccular-faqform-block input[type="submit"]{
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    line-height: 20px;
    background: #E11D07;    
    color: #fff;    
    text-align: center;
    padding: 16px 63px !important;
    transition: all .6s;
    display: inline-block;
    position: relative;
}

#innerpage-box .peccular-faqform-block input[type="submit"]:hover {
    background: #fff;    
    color: #E11D07;
    border: 1px solid #E11D07;
    transition: all .3s;
}
#innerpage-box  .faqformarea {
    padding-right: 20px;
}
#content-box .faq .faq-content{
    margin-bottom: 44px;
}
#content-box .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    box-shadow: 0px 2px 5px #00000029;
    background: #F3F3F3;
    padding: 15px 17px 18px;
}
#content-box .faq-content button.accordion.active, button.accordion:hover {
    /*background-color: #ddd;*/
    opacity: 1;
}
#innerpage-box #content-box h3.faq-title:before {
    content: '\f0d7';
    font-family: 'Fontawesome';
    font-size: 20px;
    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: #fff;
}

#innerpage-box #content-box .faq-content button.accordion.active h3.faq-title:before {
    content: "\f0d8";
    font-family: 'Fontawesome';
     color: #F4432F;
    
}
#content-box .faq-content div.panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  margin: 0 0 0px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
#content-box .faq-content div.panel p{
    margin:0 0 0px;
    color: #818181 !important;
}
#content-box .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 27px 30px 19px;
    margin-left: 10px;
}
#innerpage-box #content-box h3.faq-title{
    text-transform: none;
    font-size: 17px !important;
    line-height: 24px;
    -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: 400;
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-right: 25px;
    text-align: left;
    color: #000;
    margin: 0 0;
}
#innerpage-box #content-box button.accordion.active h3.faq-title{
    color: #E11D07;
}
#innerpage-box #content-box h3.faq-title:after {
    display: none;
}
#content-box .faq-content p {
    font-size: 17px !important;
    padding: 0;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 400;
    color: #fff;
    line-height: 32px !important;
}
.peccular-faqs-head {
    text-align: center;
    padding: 0 14em;
}
#innerpage-box .peccular-faqs-head h3{
    font-size: 15px;
    color: #4c4c67;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
#innerpage-box .peccular-faqs-head h2{
    font-size: 37px;
    line-height: 1.46;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #091d3e;
    text-transform: capitalize;
}
/*-----------------------
## End FAQS page
-----------------------------*/

/*-----------------------
## Testimonials inner page
-----------------------------*/

#innerpage-box .peccular-testimonials-single {      
    padding: 0em;
}
#innerpage-box .peccular-testimonials-identity {
    position: relative;
    padding: 26px 10px 0;
}
#innerpage-box .peccular-testimonials-identity h4.peccular-testimonials-name {
    color: #000;
    font-size: 19px !important;
    line-height: 23px;
    font-weight: 600;
    margin: 0px 0 12px;  
    padding: 0; 
}
#innerpage-box .peccular-testimonials-identity h6.peccular-testimonials-designation {
    color: #FF7703;
    font-size: 13px !important;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 12px;  
    padding: 0;
    letter-spacing: 1px;
}

#innerpage-box .peccular-testimonials-image{
    margin: 0 auto;
    padding: 0;  
    text-align: center; 
}
#innerpage-box .peccular-testimonials-image img{   
    border-radius: 6px;
    width: 100%;
    height: 197px;
    position: relative;
    margin: 0 auto;
}
#innerpage-box .peccular-testimonials-image-c {
position: relative;
    background: #FF7703;
    border-radius: 12px;
    padding: 0 5px;
    height: 197px;
}
#innerpage-box .peccular-testimonials-content p {
    color: #000;
    font-size: 18px !important;
    line-height: 27px !important;
    margin: 0;
    font-weight: 400;
}
#innerpage-box .peccular-testimonials-content i {
    color: #E11D07;
    font-size: 23px;
    text-align: left;
    margin: 0 0 0 -21px;
}
#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    position: relative;
    right: -9px;
    bottom: 9px;
    float: right;  
}

#innerpage-box .peccular-testimonials-single{
    background: linear-gradient(101deg,#FF770345,#fff,#FF770345);
    background-size: 180% 180%;
    animation: gradient-animation 6s ease infinite;
    padding: 33px 29px 32px 12px;
    border-radius: 9px;
    margin-bottom: 70px;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-content i{
    color: #E11D07;
}
#innerpage-box .peccular-testimonials-single:hover h4.peccular-testimonials-name{
    color: #E11D07;
}
/*-----------------------
## End Testimonials page
-----------------------------*/

/*--------------- event inner page -------------------------------*/

#innerpage-box .peccular-event-single {
    margin-bottom: 4em;
    box-shadow: 0px 0px 40px #00000033;
    background: #fff;
    padding: 0 0;
    position: relative;
}
#innerpage-box .peccular-event-single .peccular-event-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
#innerpage-box .peccular-event-single .peccular-event-img img{
    width: 100%;
    transition: 0.6s ease-in-out;
}
#innerpage-box .peccular-event-single:hover .peccular-event-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.6s ease-in-out;
}

#innerpage-box .peccular-event-single .peccular-event-content h4{
    margin: 0;  
    padding: 0; 
    line-height: 26px;
}
#innerpage-box .peccular-event-single .peccular-event-content h4 a{   
    color: #272727 !important;
    font-size: 26px;  
    font-weight: 700;
    /*transition: 0.6s ease-in-out;*/
    transition: all 600ms ease;
}
#innerpage-box .peccular-event-single:hover .peccular-event-content h4 a,
#innerpage-box .peccular-event-single:hover .peccular-event-content p,
#innerpage-box .peccular-event-single:hover .peccular-event-content .eventbtn{
    color:#fff ;
    position: relative;
    z-index: 3;
    margin-bottom: 30px; 
  /*  transition: 0.6s ease-in-out;  */
    transition-delay: all 600ms ease;
}  
#innerpage-box .peccular-event-single:hover .peccular-event-content a.read-btn{
    background: #fff;
    color: #E11D07; 
    position: relative; 
    border-radius: 4px; 
    transition: 0.6s ease-in-out;
     padding: 17px 22px;  
}

#innerpage-box .peccular-event-single:hover .peccular-event-content {
    text-align: center;
    margin: 0 auto;
    top: -50px;
    position: relative;
    transition: 0.6s ease-in-out;
}
#innerpage-box .peccular-event-single:hover .peccular-event-content p{
    opacity: 0.6;
    transition: 0.6s ease-in-out;
}  
#innerpage-box .peccular-event-content{
    padding: 1em 2em;
}
#innerpage-box .peccular-event-content i{
    font-size: 85px;
    color: #E11D07;
    margin: 0 0 25px;
}
#innerpage-box .peccular-event-single .peccular-event-content p{   
    font-size: 21px;
    font-weight: 300;
    word-break: break-word;
    line-height: 27px;
    color: #272727;
    margin: 24px 0;
    opacity: 0.6;
    transition: 0.6s ease-in-out;
  
}
#innerpage-box .peccular-event-content .eventbtn{
    position: relative;
    overflow: hidden;
    margin: 22px 0 9px;
    transition: 0.6s ease-in-out;
}
#innerpage-box .peccular-event-content .eventbtn i {
    font-size: 16px;
    color: #E11D07;
    margin: 0 0;
}
#innerpage-box .peccular-event-content:hover .eventbtn i{  color: #000;}
#innerpage-box .peccular-event-content a.read-btn{
    font-size: 18px;   
    font-weight: 500;
    line-height: 18px;
    background: none;    
    color: #E11D07;    
    text-align: center;
    padding: 17px 22px 17px 0;
    transition: all .6s;
    display: inline-block;
    position: relative;
}

#innerpage-box .peccular-event-content a.read-btn:after{
    content: "";
    position: absolute;
    border-left: 2px solid #E11D07;
    top: 0px;
    left: 6px;
    right: 0;
    height:0%;
    z-index: 1;
    opacity: 0;
    transition: all .6s;
}
#innerpage-box .peccular-event-content a.read-btn:before{
    content: "";
    position: absolute;
    border: 1px solid #E11D07;
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 0%;
    z-index: 1; 
    opacity: 0; 
    transition: all .6s; 
}
#innerpage-box .peccular-event-content a.read-btn:hover:after{
    opacity: 1;
    transition:all .6s;
    height: 100%;
}
#innerpage-box .peccular-event-content a.read-btn:hover:before{
    opacity: 1;
    transition:all .6s;
    width: 100%;
}
#innerpage-box .peccular-event-content:hover a.read-btn{
    background: #fff;    
    color: #E11D07;
    padding: 17px 22px;   
    transition: all .3s;
    z-index: 10;
}
#innerpage-box .peccular-event-single:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 0;
  content: "";
  background: #E11D07;
 /* transition: all 500ms ease;*/
  z-index: 1;
  opacity: 0.9;
   transition: 0.4s ease-in-out;
}

#innerpage-box .peccular-event-single:hover:before {

  height: 100%;
  /*transition-delay: 500ms;*/
   transition: 0.4s ease-in-out;

}


/*---------------------- End event page ------------------------*/

/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
body.page-template-default main#innerpage-box h1,
body.page-template-default main#innerpage-box h2,
body.page-template-default main#innerpage-box h3,
body.page-template-default main#innerpage-box h4,
body.page-template-default main#innerpage-box h5,
body.page-template-default main#innerpage-box h6,

.page-template-templates main#innerpage-box h1,
.page-template-templates main#innerpage-box h2,
.page-template-templates main#innerpage-box h3,
.page-template-templates main#innerpage-box h4,
.page-template-templates main#innerpage-box h5,
.page-template-templates main#innerpage-box h6,

.single main#innerpage-box h1,
.single main#innerpage-box h2,
.single main#innerpage-box h3,
.single main#innerpage-box h4,
.single main#innerpage-box h5,
.single main#innerpage-box h6
{
    word-break: break-word;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 4px;
    padding: 0;
    letter-spacing: 0;
    font-size: 23px;
    word-break: break-word;
    color: ;
    background: none;
    color: #0F2B5B;
}
#innerpage-box h1{
    color: #0F2B5B;
    font-size: 40px;
    font-weight: 600;
}
#innerpage-box h2{
     color: #0F2B5B;
    font-size: 20px;
    font-weight: 600;
}
#innerpage-box h3{ 
    color: #0F2B5B;
    font-size: 20px;
    font-weight: 600;
}

#innerpage-box h4{
     color: #0F2B5B;
    font-size: 18px;
    font-weight: 600;
}
#innerpage-box h5{
     color: #0F2B5B;
    font-size: 17px;
    font-weight: 600;
}
#innerpage-box h6{
     color: #0F2B5B;
    font-size: 16px;
    font-weight: 600;
}
#innerpage-box p{
     color: #959595;
    font-size: 15px;
    font-weight: 400;
}

#innerpage-box li {
    font-size: 15px;
    color: #3b3b3b;
}

/*// --------------Responsive css----------------------------- */


@media screen and (min-width:320px) and (max-width: 1024px){
    #about .peccular-about-imgbox{ width: auto; }
    #innerpage-box {
    padding: 30px 0 0 !important;
}
#innerpage-box .leftcontact .peccular-contact-member-wrap i.left-c, #innerpage-box .leftcontact .peccular-contact-member-wrap i.right-c {
    display: none;
}
    #innerpage-box .inner-blog-post { margin-bottom: 1em;}
    .page-template-home-template #about { padding-bottom: 2em !important;}
    .page-template-home-template #about { padding-top: 1em !important;}
    #programs {  padding-bottom: 1em !important;}
    .footer-area .top-area, .page-template-home-template .footer-area .top-area, .page .footer-area .top-area, .single .footer-area .top-area{
        padding-top: 5em !important; padding-bottom: 0em !important;
    }
   
    #contact .rightcontact{ padding: 50px 11px;}
    #contact .rightcontact .peccular-section-head h2,
    #contact .rightcontact .peccular-section-head h2 span{ font-size: 37px;}
    #team .peccular-team-image{ width: auto; }
    #testimonials .peccular-testimonials-image .imgborder{ display: none;}
    #testimonials .peccular-testimonials-image{ width: 30%;}
    .slide-inner .slider-inner-mainbox {
        width: 83%;
    }
    .swiper-button-prev{left: 10px !important;}
    .swiper-button-next{right: 10px !important;}
    .slider-area img{height: 800px;}
     #appointment .email a, #appointment .location{text-align: center;}     
     #innerpage-box .rightcontact img.app-right-img{ position: relative; left: 134px;}
     #innerpage-box .rightcontact .callnownum{    left: 261px;}
     #innerpage-box .rightcontact .callnowbox .calltopbrdr{right: 337px;}
     #innerpage-box .faqnformbox .md-0 { flex-wrap: wrap; margin: 0 0em;}
}
@media screen and (min-width:992px) and (max-width: 1024px){
    #about .peccular-about-imgbox .abtexpeience{ width: 60%;}
    #about .abtredbtn {
    margin-top: 5px;
}
    #about .peccular-section-area-textlist ul li, #about .peccular-section-area-textlist ol li, #about .peccular-section-area-textlist {
    margin-bottom: 5px;
}
#about {
    padding-bottom: 1em !important;
}
#programs {
    padding-top: 0em !important;
}
#facility .music-class3 h2 {
    top: 0;
}
#events .eventheadingbox h2 {
    top: 0;
}
#events .eventheadingbox h2 img {
    top: 6px;
}
#events .peccular-events-single p {
    padding: 0;
}
#testimonials .peccular-testimonials-image {
    width: 265px !important;
}
#testimonials .peccular-testimonials-image {
    padding-right: 1em;
}
#testimonials .peccular-testimonials-review {
    right: -63px !important;
}
#testimonials .thumb-area {
    width: 42% !important;
}
#testimonials .thumb-area .owl-item {
    width: 130px !important;
}
    #about .peccular-about-imgbox .abtexpeience p {font-size: 24px; padding: 0 0px 0 0px;}  
    #about .about-programs i{ margin: 0;}  
    #facility .peccular-facility-icon i{font-size: 63px;}
    .navigation .mainmenu li{    margin-right: 20px !important;}
     .navigation .mainmenu li a{font-size: 16px}
    .navigation .mainmenu li a, .navigation .mainmenu>li>a {
        font-size: 16px !important;
    }
    .mainbottom-header .appnowbt i {
        font-size: 16px;
        width: 25px;
        height: 25px;
    }
    .mainbottom-header .appnowbt a {
           font-size: 13px;
    }
    .navigation .mainmenu{ text-align: left; }
    .mainbottom-header .callnow a{ font-size: 13px;}
    .mainbottom-header .callnow p{  font-size: 17px;}
    #appointment .email a, #appointment .location{text-align: center;}
    .mainbottom-header .callnow i{left: 15px;}
    .rightcontact {
    padding-left: 1em;
}
}

@media screen and (min-width:320px) and (max-width:425px){
   .maintop-header .header-email,.site-header .socials,
   .ht-site-description, .page-template-home-template .ht-site-description, .page .ht-site-description, .single .ht-site-description{text-align: center;}
   .mainbottom-header .callnow p{text-align: right;}
   .mainbottom-header .callnow { padding: 30px 0 0; text-align: right; position: relative;
    left: -212px;  top: -60px;}
   .slide-inner .slider-inner-mainbox{top: 0px;}
   .slider-inner-box{padding: 1em 1em 1em 1em !important;}
  /* .hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns{max-width: auto;}*/
  .slide-inner .slider-inner-mainbox{    width: 100%;}
  .hero-style .slide-title h2{line-height: 33px !important; font-size: 32px !important;}
  .hero-style .slide-text p { font-size: 17px; margin: 13px 0 0 0; padding: 0 18px 0 0; }
  .swiper-button-next, .swiper-button-prev{    margin-top: 56px !important;}
.hero-slider {
    height: 845px !important;
}
  .hero-style .slide-btns-1{    margin-right: 2px;}
  #facility .peccular-facility-single{  margin-bottom: 1em;}
#facility .peccular-facility-b{padding: 0 0;}
#facility .facility-title-area h1 {  font-size: 26px; padding: 0 37px 13px 25px;}
#facility .facility-title-area h2{  font-size: 18px;    margin: 0 0 0 13px;}
#about .about-callnow {  padding: 0px 40px 0;}
#about .about-programs { padding: 24px 36px;}
#about .peccular-about-imgbox .abtexpeience {
    width: 80%;
}
#counter .peccular-counter-icon {  width: 23% !important;}
#counter .peccular-counter-single{ text-align: center !important; margin-bottom: 40px; }
#counter .peccular-counter-icon{    margin: 0 auto;}
#contact .leftcontact{ padding: 0 24px 0 24px;}
#contact .leftcontact .peccular-section-head h2{ font-size: 40px !important;}
#testimonials .peccular-section-head{ text-align: center; }
#testimonials .contactbrdrbox{ padding: 1em 34px;}
#testimonials .peccular-testimonials-single{ padding: 1em 1em 1em;}
#testimonials .testcontactarea{    overflow: visible;}
#testimonials .peccular-testimonials-content p{    padding: 0 0 !important;}
#testimonials .peccular-testimonials-content i.fa-quote-left{position: absolute;bottom: 0;}
#facility .facility-title-area{    padding: 0 0 16px;}
.page-main-header { padding-top:0em !important;}
#about .about-programs p{ padding: 0 10px 21px 0;}

}
@media screen and (min-width:320px) and (max-width:375px){
#about .peccular-about-imgbox .abtexpeience {
    width: 65%;
}
#about .peccular-about-imgbox .abtexpenumbox h2 {
    font-size: 50px;
    padding: 0 10px;
    text-align: left;
}
#about .peccular-about-imgbox .abtexpeience p {
    font-size: 22px;
}
#about .peccular-about-imgbox img, #about .peccular-about-imgbox {
    height: 450px;
}
.mainbottom-header .appnowbt a {
    font-size: 14px;
}
.hamburger-menus {
    right: 17px !important;
}
.mainbottom-header .appnowbt i {
    font-size: 16px;
    width: 25px;
    height: 24px;
    right: -8px;
}
#programs .peccular-program-img img {
    height: 540px !important;
}
.swiper-button-next, .swiper-button-prev { margin-top: 93px !important;}
#appointment .callnownum{  width: 272px;}
#appointment .callnownum p a{font-size: 27px;}
#about .peccular-section-head h3{font-size: 17px; padding-right: 0;}
#about .peccular-section-area-text-subtitle{    padding: 0 1em 0 0;}
#counter { padding-bottom: 1em !important;}
#counter { padding-top: 0em !important;}
.page-template-home-template #about { padding-bottom: 0em !important;}
#appointment .location { line-height: 27px; margin-top: 14px;}
}

@media only screen and (max-width: 375px){ 
.slide-inner .slider-inner-mainbox { width: 386px;}
.slide-btns-2.animated.fadeInDownBig{ float: left; }
    #innerpage-box .leftcontact .peccular-section-head h1 { font-size: 28px ;}
    #innerpage-box .leftcontact .peccular-section-head h2 {  font-size: 22px ;}
    #innerpage-box .rightcontact .callnownum { left: 41px !important;}
    #innerpage-box .rightcontact .peccular-section-head h2, 
    #innerpage-box .rightcontact .peccular-section-head h2 span{  font-size: 28px ;}
    .mainbottom-header .callnow {  left: -165px;}
    .faq {
    padding-top: 10px;
}
#innerpage-box .faqredbtn {
    margin: 0 0 30px;
    }
    #innerpage-box .faqcontactform .peccular-section-head p {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:320px){ 
.slide-inner .slider-inner-mainbox {  width: 332px;}
.slide-btns-2.animated.fadeInDownBig{ float: left; margin: 5px 0 0 19px;}
.ht-main-title{    padding: 0 141px 3px 19px;}
.page-main-header {  padding-top: 2em !important;}
 #innerpage-box .leftcontact .peccular-section-head h1 { font-size: 22px !important ; line-height: 18px;}
    #innerpage-box .leftcontact .peccular-section-head h2 {  font-size: 17px !important; line-height: 25px;}
    #innerpage-box .rightcontact .callnownum { left:15px !important;}
    #innerpage-box .rightcontact .peccular-section-head h2, 
    #innerpage-box .rightcontact .peccular-section-head h2 span{  font-size: 28px !important;}
   
    #innerpage-box .rightcontact .callnownum{width: 234px;}
    #innerpage-box .rightcontact .callnownum p a{ font-size: 24px;}
    #innerpage-box .rightcontact .callnowbox h3{margin: 0 0 -15px -16px;}
    #innerpage-box .rightcontact .peccular-section-head h3{ padding: 0 1em 0 0; margin-bottom: 30px;}
    .mainbottom-header .callnow {  left: -108px;}
    .hero-style .sliderbuttons {margin: 9px 0 0 0;}
     #appointment .peccular-appointment-area h2 { font-size: 41px;}
    #appointment .callnownum { width: 221px;}
    #appointment .callnownum p a { font-size: 19px;}
    #innerpage-box #content-box h3.faq-title { font-size: 17px !important; line-height: 24px;}
    #events .eventheadingbox h2 {
        top: 0;
    }
    #events .eventheadingbox h2 img {
        top: 10px;
    }
    #events .eventheadingbox h3 {
        margin: 10px 0 20px 0px;
    }
    #events .peccular-events-single {
        margin-right: 0;
    }
    #contact .peccular-contact-member-wrap label {
        left: -50px;
    }
    #innerpage-box .peccular-events-single .peccular-events-img img {
    height: 400px !important;
}
}
@media only screen and (max-width: 425px){ 
    #appointment .callnowbox .calltopbrdr { right: 62px !important;}

    .category .ht-main-title { margin: 46px 0 8px !important;}

}
@media screen and (min-width:320px) and (max-width:425px){

   #innerpage-box .rightcontact img.app-right-img {  left: 0 !important;}  
   #innerpage-box .rightcontact img.app-right-img { width: 400px !important;}
   #facility .peccular-facility-b:nth-child(3) .peccular-facility-single .margin-top3 { padding: 0;
    margin: 0px 0 0 0;}
    #facility .peccular-facility-b:nth-child(3) .peccular-facility-single .border-right-3{display:none;}
    #about .md-0 {  flex-wrap: wrap !important;  margin: 0 0em;}
    #appointment .callnownum{ margin: 0 0; }
    #about .peccular-section-head {padding: 0 1em 0 0;}
    .page-template-home-template #about {  padding-bottom: 1em;}
    #contact .leftcontact .peccular-section-head h2 { font-size: 31px !important;}
    #contact .rightcontact .peccular-section-head h2, #contact .rightcontact .peccular-section-head h2 span {
    font-size: 30px;}   
    .footer-area .top-area, .page-template-home-template .footer-area .top-area, .page .footer-area .top-area, .single .footer-area .top-area {
    padding-top: 3em !important;}
    #facility .peccular-facility-b{     margin-bottom: 1em !important;  }
    #programs .peccular-section-head { margin: 0 0 1em;}
    .footer-area .single-footer-5{ left: 0 !important;  padding: 0 36px !important; }
    .footer-area .single-footer-5 .peccular-contact-info a {padding: 0 0 0 15px;}
    .page-main-header{  height: auto !important;}
    .ht-main-title{    padding: 0 0px 3px 19px !important;}
  
}
@media screen and (min-width:320px) and (max-width:768px){
   .slide-inner .slider-inner-mainbox{ left: 5%;}
#newsletter .peccular-section-head h2 {
    font-size: 35px;
    line-height: 45px;
}
   #newsletter .wpcf7-list-item-label{ font-size: 15px; padding: 0 0 0 0;}
   .navigation .mainmenu li ul ul.sub-menu, .header.site-header ul.sub-menu ul, .page-template-home-template .navigation .mainmenu li:hover ul.sub-menu ul{
            left: 15px !important;   }
   #appointment .email-border {  border-right: 0px solid #fff;  height: 41px;}
   .footer-area li.current_page_item a, .footer-area li:hover:before, .footer-text a:hover, .footer-area li.current_page_item:hover:before {
    
    background: none;}   

}
@media screen and (min-width:426px) and (max-width:768px){
 .category .ht-main-title { margin: 0 0 8px !important;}
 }
@media screen and (min-width:426px) and (max-width:767px){

    #innerpage-box .leftcontact .peccular-contact-member-wrap input[type="submit"] {
    padding: 16px 193px;}
}

@media screen and (min-width:767px) and (max-width:1024px){
    main#innerpage-box .widget-area .widget_nav_menu ul li a{ font-size: 17px !important; line-height: 22px;   }
    .widget_search .wp-block-search__label, #secondary label{font-size: 18px !important;}
    #secondary input[type="text"], #secondary input[type="email"], #secondary input[type="url"], #secondary input[type="password"], #secondary input[type="search"], #secondary input[type="number"], #secondary input[type="tel"], #secondary input[type="range"], #secondary input[type="date"], #secondary input[type="month"], #secondary input[type="week"], #secondary input[type="time"], #secondary input[type="datetime"], #secondary input[type="datetime-local"], #secondary input[type="color"], #secondary input[type="file"], #secondary textarea, #secondary select{
        padding: 5px !important;
    }
    .widget .textwidget form p{ margin: 0 0 !important ; }
}

@media only screen and (max-width:1024px){ 
#appointment .callnowbox .calltopbrdr{right: 47px;}
#newsletter .peccular-newsletter-member-wrap input[type="text"], #newsletter .peccular-newsletter-member-wrap input[type="email"], #newsletter .peccular-newsletter-member-wrap input[type="url"], #newsletter .peccular-newsletter-member-wrap input[type="password"], #newsletter .peccular-newsletter-member-wrap input[type="search"], #newsletter .peccular-newsletter-member-wrap input[type="number"], #newsletter .peccular-newsletter-member-wrap input[type="tel"], #newsletter .peccular-newsletter-member-wrap input[type="range"], #newsletter .peccular-newsletter-member-wrap input[type="date"], #newsletter .peccular-newsletter-member-wrap input[type="month"], #newsletter .peccular-newsletter-member-wrap input[type="week"], #newsletter .peccular-newsletter-member-wrap input[type="time"], #newsletter .peccular-newsletter-member-wrap input[type="datetime"], #newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], #newsletter .peccular-newsletter-member-wrap input[type="color"], #newsletter .peccular-newsletter-member-wrap input[type="file"], #newsletter .peccular-newsletter-member-wrap textarea {
    height: 50px;
    margin: 10px 0 0;
}
#footer, .footer-area, .page-template-home-template .footer-area, .page .footer-area, .single .footer-area {
    border-top-right-radius: 0;
}
#innerpage-box {
    margin-bottom: 1em !important;
}
.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,
.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,
.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;}
.footer-area .single-footer-5{padding: 0px 0em 2em 0; left: 36px;}
.Program-w {
    width: 33%;
}
#innerpage-box .peccular-testimonials-image img, #innerpage-box .peccular-testimonials-image-c {
    height: 115px;
}
#innerpage-box .peccular-testimonials-image img {
    border-radius: 6px;
    width: 100%;
    height: 115px;
    position: relative;
    margin: 0 auto;
}
#innerpage-box .peccular-testimonials-img-w {
    padding: 0;
}
#innerpage-box  .peccular-testimonials-content-w {
    padding: 0;
}
#innerpage-box .peccular-testimonials-identity {
    padding: 15px 10px 0;
}
#innerpage-box .peccular-team-image img {
    height: 400PX !important;
}

}

@media only screen and (max-width: 768px){ 
   
.hero-slider, .slider-area {
    height: 500px;
}

.slider-area {
    height: 545px !important;
}
    .logo-header {  padding-right: 0em !important; padding-bottom: 1em !important;}
    #appointment .callnowbox .calltopbrdr {  right: 193px;}
    .rightcontact {
    padding-left: 1em;
}
#innerpage-box .peccular-contact-icon:before {
    width: 40px;
    height: 40px;
}
.peccular-contact-icon {
    width: 40px;
    height: 40px;
    padding: 6px;
    }
#innerpage-box .peccular-contact-icon i {
    font-size: 20px;
    line-height: 20px;
}
#innerpage-box .peccular-contact-info {
    font-size: 18px;
    line-height: 23px;
}
#innerpage-box .social-label {
    font-size: 16px;
    line-height: 24px;
}
#innerpage-box .peccular-contact-socials a i {
    font-size: 18px;
    margin-right: 15px;
}
#innerpage-box .peccular-contact-mapbox iframe {
    margin-top: 60px;
}
    .hero-style .slide-title h2 { font-size: 63px; line-height: 59px;}
  /*  .navigation .mainmenu li ul ul.sub-menu, .header.site-header ul.sub-menu ul, .page-template-home-template .navigation .mainmenu li:hover ul.sub-menu ul{
            left: 15px !important;   }*/
    #facility .peccular-facility-b{     margin-bottom: 0em;  }
    #event .peccular-section-head h4{font-size: 18px;}
    #secondary .widget_search input[type="submit"], #innerpage-box .widget_search input[type="submit"]{width: 33px;
    height: 33px; padding: 0 0; right: 12px !important;}
    .widget-area form#searchform:before{  font-size: 16px; right: 25px !important;}
    #secondary .widget_search input[type="submit"], #innerpage-box .widget_search input[type="submit"]{
        width: 30px !important;  height: 30px !important; padding: 0 0;
    right: 12px !important;  margin: 3px 0 -8px 0;    }
     .Program-w {
        width: 50%;
    }
    #innerpage-box .peccular-team-single {
        margin-bottom: 30px;
    }
    .peccular-event-w {
        width: 50%;
    }
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    margin-right: 8px !important;
}
.widget-area li, .widget_block ol.wp-block-latest-comments li {
    padding-left: 25px !important;
}
main#innerpage-box .woocommerce-product-search .search-field {
    font-size: 8px !important;
}
div#secondary .social-profile-icons ul li {
    padding-left: 0px !important;
        margin-bottom: 0;
}
main#innerpage-box .widget-area .widget_nav_menu ul li:after {
    right: 50px !important; 
}
main#innerpage-box .widget-area .widget_nav_menu ul li {
    padding: 12px 54px 17px 18px !important;
}

main#innerpage-box .widget-area .widget_nav_menu ul li a:after {
    right: -48px !important;
}

}

@media only screen and (max-width: 767px){
   
#newsletter .peccular-section-head {  margin-bottom: 2em;  }
   #testimonials .peccular-testimonials-content p{padding: 0 0 0 47px;}
   #contact .peccular-contact-mailid, #contact .peccular-contact-phone{text-align: center;}
   #newsletter .rightformbox{position: relative;}
   #innerpage-box .leftcontact .peccular-section-head h1{  font-size: 48px;}
   #innerpage-box .leftcontact .peccular-section-head h2 {  font-size: 37px;}
   #innerpage-box .rightcontact img.app-right-img{ left: 38px;}
   #innerpage-box .rightcontact .callnownum { left: 93px;}
   #innerpage-box .rightcontact .callnowbox .calltopbrdr { right: 153px;}
   #counter .peccular-counter-num.count{ text-align: center;}
   #counter h4.peccular-counter-title{text-align: center;}
   #blog .peccular-blog-post{margin: 0 0 20px 0;}
    .Program-w {
        width: 100%;
    }
    .peccular-event-w {
        width: 100%;
    }
    main#innerpage-box .woocommerce-product-search .search-field {
    font-size: 15px !important;
}

.widget-area form#searchform:before {
    font-size: 16px;
    right: 15px !important;
}
}
