/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #fff;}
header.site-header .container {
    /*display: table-header-group;*/
}
header.site-header .maintop-header{
    border-bottom: 1px solid #b4b4b4;
    padding: 10px;
}
.site-header {
    position: relative;
    z-index: 99999;
    position: absolute;
    width: 100%;
}
h1.site-title {
    position: absolute;
    z-index: 5;
    /* color: #a52e2e; */
    top: 27px;
    text-align: center;
    margin: 0 auto;
}
.td-top-bar a {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}
.pr-0{
    padding-right: 0;
}
.td-top-rel{
    position: relative;
    z-index: 1;
}
.header-socials i.fa {
    padding: 0 2px;
    font-weight: 400;
}
.logo-header .custom-logo-link img {
    position: absolute;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
    left: 240px;
    right: 0;
    top: 20px;
}
.ht-sticky-header .site-header{
    position: fixed;
}
.td-top-bar {
    background: #112b3c;
        padding: 5px 0;
}
.td-top-bar i.fa {
    color: #ffcb00;
}
.head-menu {
    background: #ffffff;
}
.menu-wrapper {
       /* background: #ccc;*/
    padding: 17px 0;
}
.slider-leftsvg{
    position: absolute;
    top: 15px;
    left: -10px;
    fill: #ffffff;
    -webkit-animation: mover 5s infinite alternate;
    animation: mover 5s infinite alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.slider-leftsvg2{
    position: absolute;
    top: 0;
    left: -20px;
    fill: #112b3c;
    -webkit-animation: mover 5s infinite alternate;
    animation: mover 5s infinite alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    z-index: 999;
    position: relative;
    margin-top: -1px;
} 
header.site-header .btn {
    float: right;
}
.header-nav-area {
/*    position: relative;
    padding: 15px 0;*/
}

.navigation .mainmenu>li> a:before,
.mainmenu .sub-menu li a:before,
.header.site-header ul.sub-menu li a:before {
  content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 10px;
    margin-left: -4px;
    left: 50%;
    pointer-events: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ffcb00;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    }
    .header.site-header ul.sub-menu li a:before{
        /*width: 45%;*/
        /*left: 20% !important;*/
    }
/*.btMenuHorizontal .menuPort nav > ul > li.on > a:before,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:before,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    }*/

.navigation .mainmenu>li:hover a:before,
.mainmenu .sub-menu li:hover a:before,
.header.site-header ul.sub-menu li:hover a:before {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    }
.navigation .mainmenu>li:hover a:before,
.header.site-header ul.sub-menu li:hover a:before {
    left: 20px;
    }

.header.site-header ul.sub-menu li:hover a:before {
    left: 20px;
    }

.ht-sticky-header .site-header .top-bar-head{
    background-color: #000;
}

header.site-header .maintop-header.above-slider-bg{
    background-color:#000;
}
.space {
    padding: 15px 20px;
}
.maintop-header p.classic-phone-label {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}
.maintop-header p.classic-phone-text {
    font-size: 14px;
    border-bottom: 1px dashed #fff;
    display: inline-block;
    font-weight: 500;
    margin: 0;
}

.maintop-header .h-phone i {
    color: #3a6eff;
    margin-right: 15px;
    font-size: 28px;
    line-height: 40px;
}
.maintop-header .h-mailid i {
    color: #3a6eff;
     margin-right: 15px;
    font-size: 28px;
    line-height: 40px;
}
.maintop-header p.classic-email-label {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin: 0;
}
.maintop-header p.classic-email-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 25px;
}
.maintop-header p.classic-phone-text, 
.maintop-header p.classic-phone-label a, 
.maintop-header p.classic-email-label, 
.maintop-header p.classic-email-text a {color: #fff;}
.maintop-header p.classic-phone-label a:hover, .maintop-header p.classic-email-text a:hover {
    color: #eb8733;
}
/*--------------------  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: #cacacb;
    font-size: 16px;
    font-weight: normal;
    /*margin: 0;*/
    /*text-align: center;*/
    padding: 0px 0;
    font-weight: 600;
    padding-left: 1.5em;
}
.ht-site-description a,
.page-template-home-template .ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #fff;
}
.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: 19px;
    padding: 0;
}
.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:#eb8733;
}
/*--------------------  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;
    }
    .d-btn-none {
    display: none;
}
.slider-leftsvg2{
        left: -160px;
}
.slider-leftsvg{
     left: -155px;
}
.wi-auto {
    /*width: auto;*/
}
.td-tbox a {
    /*font-size: 14px !important;*/
}
}
/*--------------------  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%,#eb8733 20%,#eb8733 50%,#783afd 100%);
    background: linear-gradient(to right,#783afd 0%,#eb8733 20%,#eb8733 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 ---------------------------*/
.maintop-header .socials i {
    font-size: 19px;
    width: 25px;
    height: 25px;
    background: #3a393b;
    color: #b8c6d6;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
}
.maintop-header .socials i:hover {
    background: #eb8733;
    color: #fff;
}
.maintop-header .socials {
    text-align: right;
}
/*--------------------  Navigation ---------------------------*/
.navigation .mainmenu li{
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 35px;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 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: #112b3c;
}
.navigation .mainmenu li a:before {
 /* display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #ec7b34;
  visibility: none;
  opacity: 0;
  z-index: -1;
  transition: all .5s;*/
}
.navigation .mainmenu li a:hover:before {
/*  opacity: 1;
  visibility: visible;
  height: 100%;*/
}

.navigation .mainmenu li a {
  position:relative;
  z-index: 1;
}
.navigation .mainmenu li a:hover,
.navigation .mainmenu li.current_page_item a:hover, 
.current_page_item > a:hover {
  color: #fff;
}

.navigation .mainmenu li a  {
    color: #ffffff;
}
header.site-header ul.sub-menu li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a{
    color: #fff;
 }

.header.site-header ul.sub-menu li a:before{
    /*display: none;*/
}

.header.site-header ul.sub-menu li a{
   /* transition: all 0.5s ease 0s;*/
}

header.site-header ul.sub-menu li:after {
 /*display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #46567a;
    visibility: none;
    opacity: 0;
    z-index: 5;
    transition: all .5s;*/
}

header.site-header ul.sub-menu li:hover:after {
    /*opacity: 1;
    visibility: visible;
    height: 100%;*/
}

.classic-btn a {
    padding: 16px 30px;
    color: #dededa;
    position: relative;
    display: block;
    z-index: 1;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    background: #46567a;
    text-align: center;
}

.classic-btn a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #ec7b34;
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

.classic-btn a:hover:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.header-socials {
    /*text-align: right;*/
}
.pl-0{
    padding-left: 0;
}
.header-socials a{
    color: #fbfbf9;
    font-size: 27px;
    padding-left: 9px;
    font-weight: 400;
}

.header-socials a:hover{
    color: #af8451;
}

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;
 }
.menu-click i{
    color: #ec7b34;
 }

.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: #ffffff;
    -webkit-box-shadow: 0 2px 35px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 35px rgb(0 0 0 / 10%);
       /* border-top: 3px solid #ec7b34;*/
}
.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;
        border-bottom: 1px solid #112b3c;
}
.navigation .mainmenu ul.sub-menu li:last-child{
    border:0;
}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
}
header.site-header ul.sub-menu li a, .navigation .mainmenu li.current_page_item ul.sub-menu li a, .header.site-header ul.sub-menu li a, .header.site-header ul.sub-menu li a:before, header.site-header ul.sub-menu li a:hover, .navigation .mainmenu ul.sub-menu li.current_page_item a, ul.sub-menu .current_page_item > a, div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, ul.sub-menu .current_page_item > a:hover, div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover, .header.site-header ul.sub-menu li:hover a {
    color: #fff;
}
/*.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #fff;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    overflow: hidden;
}*/
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;
    /* transition: all 0.5s ease 0s; */
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a  {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}
/*.header.site-header ul.sub-menu li a:before  {
    content: "\f2dc";
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: -17px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
}
.header.site-header ul.sub-menu li:hover > a:before {
    opacity: 1;
}*/
/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
.btn-d-none {
    display: none;
}

    .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: 40px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .page-template-home-template .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
     }
    .navigation .mainmenu ul.sub-menu li,
    .page-template-home-template .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
    }
}


@media only screen and (max-width: 1024px){

   .h-contact-block, .page-template-home-template .h-contact-block, .page .h-contact-block, .single .h-contact-block {
         right: 0px; 
    }
    .page-template-home-template #steps .classic-steps-icon span {
        left: 5px;
        width: 45px;
        height: 45px;
    }
    .slider-area .slider-center-img {
        right: 42%;
    }
}
@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;
    }
}

/*----- Sticky Header ------*/
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
   /* background: #eeebe6;*/
    max-width: 100%;
    z-index: 99999;
    box-shadow: -2px 2px 10px 0px #e5dede;
}
@media screen and ( max-width: 768px) and (min-width: 720px){
    .page-template-home-template .sticky-header {
        margin-top: 0;
    }
}

@media screen and (max-width:720px) {
    .page-template-home-template .sticky-header {
        margin-top: 0;
    }
}
/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.page-template-home-template .classic-section-head {
    text-align: left;
    margin-bottom: 4em;
}
.page-template-home-template .classic-section-head h2,
.page-template-home-template .classic-section-head h2 span{
    position: relative;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 48px;
    font-weight: 700;
}

.page-template-home-template .classic-section-head .classic-section-head-icon i{
       font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #3d72fc;
}
.page-template-home-template #services .service-bg,
.page-template-home-template #about .about-bg,
.page-template-home-template #counter .counter-bg,
.page-template-home-template #features .features-bg,
.page-template-home-template #steps .steps-bg,
.page-template-home-template #project .project-bg,
.page-template-home-template #video .video-bg,
.page-template-home-template #awards .awards-bg,
.page-template-home-template #testimonials .testimonials-bg,
.page-template-home-template #team .team-bg,
.page-template-home-template #pricing .pricing-bg,
.page-template-home-template #contact .contact-bg,
.page-template-home-template #blog .blog-bg,
.page-template-home-template #Symbols .Symbols-bg,
#newsletter .newsletter-bg,
 #footer .footer-bg,
.page-template-home-template #product .product-bg,
.page-template-home-template #gallery .gallery-bg,
.page-template-home-template #banner .banner-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
.page-template-home-template #services,
.page-template-home-template #about,
.page-template-home-template #counter,
.page-template-home-template #features,
.page-template-home-template #steps,
.page-template-home-template #project,
.page-template-home-template #video,
.page-template-home-template #testimonials,
.page-template-home-template #team,
.page-template-home-template #pricing,
.page-template-home-template #contact,
.page-template-home-template #blog,
.page-template-home-template #Symbols,
#newsletter,
.page-template-home-template #product,
.page-template-home-template #awards,
.page-template-home-template #gallery,
.page-template-home-template #banner,
#footer{
    position: relative;
}
.page-template-home-template .classic-section-head {
    position: relative;
    margin: 0 5em 1.5em;
}
footer#footer {
    background: #112b3c;
        overflow: hidden;
}
/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/
img.slide-mainimg {
position: absolute;
    left: 25.2%;
    /* right: 0; */
    border-radius: 50%;
    width: 400px;
    height: 400px;
    top: 30.5%;
    z-index: 999;
    border: 2px solid #112b3c;
}
.content, li {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
/*----------------------------------------*/
/*  Services Area
/*----------------------------------------*/
.page-template-home-template div#services {
    overflow: hidden;
}
.page-template-home-template #services .classic-section-head h2{
    color: #112b3c;
    font-size: 50px;
   font-weight: 700;
    margin-bottom: 10px;
    line-height: 52px;
}

.page-template-home-template #services .classic-section-head h3{
    color: #ec7e34;
    font-size: 40px;
    font-weight: 600;
    word-break: break-word;
    line-height: 50px;
}

.zn_text_box-title--style1 {font-size:16px; color:#CD2122; text-transform:uppercase; text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);}.zn_text_box-title--style2 {font-size:22px; color:#535353; font-weight:normal; margin-top:0;}.eluid1b71948a{padding-top:0px;padding-bottom:2px;}.eluide653d24b{padding-top:0px;padding-bottom:2px;}.znColumnElement-innerWrapper {width:100%;}.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center,.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right,.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center,.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center {-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right {-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center .znColumnElement-innerContent {-webkit-align-self:center;-ms-flex-item-align:center;align-self:center; margin:auto;}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom .znColumnElement-innerContent {-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;}.znColumnElement-innerContent {width:100%;}.media-container {position:relative;}.no-flexbox .media-container {width:100%; display:table;}
.media-container[onclick] {cursor:pointer;}.media-container__link {-webkit-transition:color .25s ease-out;transition:color .25s ease-out}.media-container__link--wrap {position:absolute; top:0; left:0; bottom:0; right:0; }.media-container__link--btn {position:absolute; top:50%; left:50%; -webkit-transform:translate3d(-50%, -50%,0); transform:translate3d(-50%, -50%,0); outline:none !important; -webkit-backface-visibility:hidden;}.media-container__link .kl-icon {color:#fff;}.media-container__link--btn .kl-icon:not(.circled-icon) {margin-right:5px; -webkit-transition:margin-right .2s ease-out; transition:margin-right .2s ease-out;}.media-container__link--btn:hover .kl-icon:not(.circled-icon) {margin-right:15px; }.media-container__link--style-borderanim1 {padding:10px 30px; font-size:42px; letter-spacing:2px; font-weight:600; line-height:1.2; color:#fff; text-align:center; white-space:nowrap; -webkit-transition:color .2s ease-out; transition:color .2s ease-out; width:100%;}.media-container__link--style-borderanim1 > i {opacity:.8; background-color:#fff; display:block; position:absolute; -webkit-transition:all .2s ease-out; transition:all .2s ease-out }.media-container__border-tt { width:30%; height:7px; top:0; left:0;}.media-container__border-tl { height:80%; width:7px; top:7px; left:0;}.media-container__border-bb { width:30%; height:7px; bottom:0; right:0; }.media-container__border-br { height:80%; width:7px; bottom:7px; right:0; }.media-container__text {white-space:initial; font-size:18px; line-height:1.8;}.media-container:hover > i {opacity:1; }.media-container:hover .media-container__border-tt { width:100%; height:3px; top:0; left:0;}.media-container:hover .media-container__border-tl { height:100%; width:3px; top:0; left:0;}.media-container:hover .media-container__border-bb { width:100%; height:3px; bottom:0; right:0; }
.media-container:hover .media-container__border-br { height:100%; width:3px; bottom:0; right:0; }.media-container__link--style-borderanim2 {color:#fff;}.media-container__link--style-borderanim2 .media-container__text{ text-align:center; font-size:32px; letter-spacing:4px; font-weight:700; line-height:1; position:absolute; width:100%; height:100%; left:0; top:0; }.borderanim2-svg {position:relative; }.borderanim2-svg__shape {stroke-width:8px; fill:transparent; stroke:#FFF; -webkit-transition:stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s; transition:stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s; }.media-container:hover .borderanim2-svg__shape {stroke-width:3px; stroke-dashoffset:0; }@media (max-width:767px){.media-container .media-container__link--btn .borderanim2-svg {width:100%;}.media-container .media-container__link--btn .borderanim2-svg > svg {display:none; }.media-container .borderanim2-svg .media-container__text {white-space:normal; position:static; display:block;}}.media-container:hover .circleanim-svg__circle-front { stroke-dasharray:340; stroke-width:2px; stroke-opacity:1; }.media-container.media-container--type-pb {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.media-container-pb {width:calc(100% - 50px); margin:10px 25px; }
.media-container-pb.media-container-pb--alg-top { -webkit-align-self:flex-start; -ms-flex-item-align:start; align-self:flex-start; }.media-container-pb.media-container-pb--alg-center { -webkit-align-self:center; -ms-flex-item-align:center; align-self:center; }.media-container-pb.media-container-pb--alg-bottom { -webkit-align-self:flex-end; -ms-flex-item-align:end; align-self:flex-end; }.no-flexbox .media-container-pb.media-container-pb--alg-top {display:table-cell; vertical-align:top;}.no-flexbox .media-container-pb.media-container-pb--alg-center {display:table-cell; vertical-align:middle;}.no-flexbox .media-container-pb.media-container-pb--alg-bottom {display:table-cell; vertical-align:bottom;}@media screen and (min-width:1200px){ .media-container { min-height:300px;} }
@media screen and (min-width:992px) and (max-width:1199px){ .media-container { min-height:300px;} }@media screen and (min-width:768px) and (max-width:991px){ .media-container { min-height:300px;} }@media screen and (max-width:767px){ .media-container { min-height:400px;} }.eluid786b62db {min-height:100vh;}.eluid786b62db{margin-top:0px;}@media screen and (min-width:768px) and (max-width:991px){.eluid786b62db{margin-right:-15px;margin-left:-15px;}}@media screen and (max-width:767px){.eluid786b62db{margin-right:-15px;margin-left:-15px;}}.eluid786b62db{padding-right:15%;padding-left:15%;}.zn_section { padding-top:35px; padding-bottom:35px; position:relative; }.zn_section--masked { padding-bottom:55px; }.zn_section__source + .zn_section_size { position:relative; }.kl-bg-source + .zn_section_size { position:relative; }@media screen and (max-width:991px) { .section-sidemargins .zn_section_size.full_width { margin-left:15px; margin-right:15px; } }.ios-fixed-position-scr ~ .zn_section { position:relative; }.zn_section--inlinemodal { margin-left:auto; margin-right:auto; position:relative; }.mfp-close-btn-in .zn_section--inlinemodal .mfp-close { right:-5px; top:-45px; }@media (max-width:767px) { .mfp-close-btn-in .zn_section--inlinemodal { padding-top:30px !important; }.mfp-close-btn-in .zn_section--inlinemodal .mfp-close { top:-5px; } }.zn_pb_editor_enabled .zn_section--inlinemodal.mfp-hide { display:block !important; }.zn_section--stretch-container { padding-left:20px; padding-right:20px; }.zn_section--stretch-container > .container { width:100%; }.zn_section-modalOverlay { background:rgba(143, 43, 162, 0.5); position:absolute; left:0; top:0; width:100%; height:100%; z-index:2; }.modal-overlay-hidden ~ .zn_section-modalOverlay { display:none; }.zn_section-modalInfo { position:absolute; top:20px; right:30px; z-index:3; width:70px; color:#000; font-size:11px; font-weight:700; line-height:1.3; text-align:center; }.zn_section-modalInfo-title { display:block; margin-bottom:20px; }.zn_section-modalInfo-tip { display:block; margin-bottom:20px; position:relative; }.zn_section-modalInfo a { color:#000; }.zn_section-modalInfo a:hover, .zn_section-modalInfo a:focus { color:rgba(0, 0, 0, 0.65); }.zn_section-modalInfo-bubble { display:none; width:230px; right:100%; position:absolute; top:-10px; font-weight:normal; background:rgba(0, 0, 0, 0.15); padding:10px 10px 10px 15px; line-height:1.5; text-align:start; border-radius:3px; }.zn_section-modalInfo-bubble:after { content:""; position:absolute; right:-10px; top:15px; border:5px solid transparent; border-left-color:rgba(0, 0, 0, 0.15); }.zn_section-modalInfo-tip:hover .zn_section-modalInfo-bubble { display:block; }.zn_section-modalInfo-toggleVisible { display:block; cursor:pointer; }.modal-overlay-hidden + .zn_section-modalInfo .dashicons-visibility:before { content:"\f530"; }@media (min-width:768px) { .zn-section-content_algn--middle, .zn-section-content_algn--bottom { display:-webkit-box; display:-ms-flexbox; display:flex; }.zn-section-content_algn--middle > .row, .zn-section-content_algn--bottom > .row { width:100%; }.zn-section-content_algn--middle > .row { -webkit-align-self:center; -ms-flex-item-align:center; align-self:center; }.zn-section-content_algn--bottom > .row { -webkit-align-self:flex-end; -ms-flex-item-align:end; align-self:flex-end; }.is-ie11 .zn_section_size.zn-section-content_algn--middle { display:table; table-layout:fixed; }.is-ie11 .zn_section_size.zn-section-content_algn--middle > .row { display:table-cell; vertical-align:middle; } }.zn_section.section--skewed, .zn_section.section--skewed-flipped { z-index:1; background-color:transparent !important; }.zn_section.section--skewed .kl-bg-source:not(:empty) { -webkit-transform:skewY(3deg); transform:skewY(3deg); overflow:hidden; -webkit-backface-visibility:hidden; }.zn_section.section--skewed .kl-bg-source__bgimage { -webkit-transform:skewY(-3deg); transform:skewY(-3deg); margin:-100px 0; -webkit-backface-visibility:hidden; }.zn_section.section--skewed .zn-bgSource-overlay { -webkit-transform:skewY(-3deg); transform:skewY(-3deg); margin:-100px 0; -webkit-backface-visibility:hidden; }.zn_section.section--skewed-flipped .kl-bg-source:not(:empty) { -webkit-transform:skewY(-3deg); transform:skewY(-3deg); overflow:hidden; -webkit-backface-visibility:hidden; }.zn_section.section--skewed-flipped .kl-bg-source__bgimage { -webkit-transform:skewY(3deg); transform:skewY(3deg); margin:-100px 0; -webkit-backface-visibility:hidden; }.zn_section.section--skewed-flipped .zn-bgSource-overlay { -webkit-transform:skewY(3deg); transform:skewY(3deg); margin:-100px 0; -webkit-backface-visibility:hidden; }.zn-prLayer { position:absolute; pointer-events:none; z-index:0; }.zn-prLayer.zn-prLayer--align-top-left { top:0; left:0; }.zn-prLayer.zn-prLayer--align-top-center { top:0; left:50%; -webkit-transform:translateX(-50%); transform:translateX(-50%); }
.zn-prLayer.zn-prLayer--align-top-right { top:0; right:0; }
.zn-prLayer.zn-prLayer--align-center-left { top:50%; left:0; -webkit-transform:translateY(-50%); transform:translateY(-50%); }.zn-prLayer.zn-prLayer--align-center { top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }.zn-prLayer.zn-prLayer--align-center-right { top:50%; right:0; -webkit-transform:translateY(-50%); transform:translateY(-50%); }.zn-prLayer.zn-prLayer--align-bottom-left { bottom:0; left:0; }
.zn-prLayer.zn-prLayer--align-bottom-center { bottom:0; left:50%; -webkit-transform:translateX(-50%); transform:translateX(-50%); }.zn-prLayer.zn-prLayer--align-bottom-right { bottom:0; right:0; }.zn-prLayer.zn-prLayer--over { z-index:1; }.zn-prLayer.zn-prLayer--blur-simple { -webkit-filter:blur(3px); filter:blur(3px); }.zn-prLayer.zn-prLayer--blur-deep { -webkit-filter:blur(7px); filter:blur(7px); }.zn-prLayer.zn-prLayer--blur-deeper { -webkit-filter:blur(12px); filter:blur(12px); }.eluid815eb136{padding-top:0px;padding-bottom:0px;}.kl-title-block {padding-top:0; padding-bottom:35px;}.tbk__title {margin-top:0; margin-bottom:10px; font-size:24px; line-height:30px; font-weight:400; font-style:normal;}.tbk__subtitle {margin-top:0; font-size:20px; font-size:20px; line-height:26px; font-weight:400; font-style:normal;}.tbk__text {margin-top:0; line-height:1.6;}.tbk__symbol {margin-top:0; margin-bottom:10px; display:block;}.tbk-symbol--line .tbk__symbol span {display:inline-block; width:50px; height:3px; background-color:#ccc;}.tbk--text-dark.tbk-symbol--line .tbk__symbol span {background-color:#333333;}.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {margin-bottom:20px; margin-top:-5px;}.tbk-symbol--border .tbk__symbol,.tbk-symbol--border2 .tbk__symbol {margin-bottom:20px;}.tbk-symbol--border .tbk__symbol span,.tbk-symbol--border2 .tbk__symbol span {display:block; width:100%; height:1px; background-color:#ccc;}.tbk--text-dark.tbk-symbol--border2 .tbk__symbol span {background-color:#333333;}.tbk-symbol--border.tbk-icon-pos--after-text .tbk__symbol {margin-top:30px;}.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper { border-bottom:3px solid #D2D2D2; padding-bottom:15px; margin-bottom:-12px; display:inline-block;}.tbk--text-dark.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {border-bottom-color:#2D2D2D;}.tbk-symbol--line_border .tbk__symbol span {display:inline-block; width:50px; height:3px; background-color:#ccc; margin-right:25px; margin-left:25px; vertical-align:middle;}.tbk-symbol--line_border .tbk__symbol:before,.tbk-symbol--line_border .tbk__symbol:after {content:''; display:inline-block; width:calc(50% - 50px); height:1px; background-color:#ccc; vertical-align:middle; }.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:before,.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:after,.tbk--text-dark.tbk-symbol--line_border .tbk__symbol span {background-color:#333;}.tbk--left.tbk-symbol--line_border .tbk__symbol span {margin-left:0;}
.tbk--left.tbk-symbol--line_border .tbk__symbol:before {display:none;}
.tbk--left.tbk-symbol--line_border .tbk__symbol:after {content:''; display:inline-block; width:calc(100% - 75px); height:1px; background-color:#ccc;}.tbk--text-dark.tbk--left.tbk-symbol--line_border .tbk__symbol:after {background-color:#333;}.tbk--right.tbk-symbol--line_border .tbk__symbol span {margin-right:0;}.tbk--right.tbk-symbol--line_border .tbk__symbol:before {content:''; display:inline-block; width:calc(100% - 75px); height:1px; background-color:#ccc;}.tbk--text-dark.tbk--right.tbk-symbol--line_border .tbk__symbol:before {background-color:#333;}.tbk--right.tbk-symbol--line_border .tbk__symbol:after {display:none;}.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__subtitle {margin-bottom:20px;}.tbk-symbol--line_border.tbk-icon-pos--after-text .tbk__text {margin-bottom:25px;}.tbk__icon {}.tbk-symbol--icon.tbk-icon-pos--after-text .tbk__text {margin-bottom:25px;}.tbk__title .tbk__symbol { display:inline-block; margin-right:10px; vertical-align:middle; }.tbk__title .tbk__icon {vertical-align:middle;}.tbk--colored.tbk-symbol--line .tbk__symbol span,.tbk--colored.tbk-symbol--line_border .tbk__symbol span,.tbk--colored.tbk-symbol--border .tbk__symbol span {background-color:#cd2122;}.tbk--colored.tbk-symbol--icon .tbk__icon {color:#cd2122;}.tbk--colored.tbk-symbol--border2 .tbk__border-helper {border-bottom-color:#cd2122;}.eluidd08ea539{margin-bottom:-5px;}.eluidd08ea539{padding-top:26px;padding-bottom:0px;}.eluidd08ea539 .tbk__title {margin-bottom:10px;}.eluidd08ea539 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluidd08ea539 .tbk__icon { font-size:28px; }.latest_posts--style2 {position:relative;}.latest_posts2-elm-title {margin-bottom:20px;}.latest_posts2-thumb {margin-right:20px; margin-top:5px;}.latest_posts2-viewall {position:absolute; top:0; right:0; font-size:10px; font-weight:bold; color:#757575;}.latest_posts2-posts {margin:0; padding:0; list-style:none;}.latest_posts2-post {overflow:hidden; }.latest_posts2-itemSep {margin-bottom:15px; padding-bottom:15px;}.latest_posts2-post:last-child .latest_posts2-itemSep {display:none;}.latest_posts2-itemSep.is-separator {border-bottom:1px solid rgba(0, 0, 0, 0.07); }.kl-sidebar--dark .latest_posts2-itemSep.is-separator,.latestposts2--dark .latest_posts2-itemSep.is-separator { border-bottom-color:rgba(255, 255, 255, 0.07); }.latest_posts2-post:last-child { margin-bottom:0; padding-bottom:0; border-bottom:0; }.latest_posts2-title {font-size:13px; margin:0 0 5px; font-weight:600; vertical-align:middle; line-height:20px; margin:0 0 5px; padding:0; vertical-align:middle; }.latest_posts2-date .glyphicon {margin-right:10px;}.eluid4994ed6e .latest_posts2-title{font-size:15px;font-weight:700;}.eluid4994ed6e .latest_posts2-itemSep{padding-bottom:10px;margin-bottom:10px;}.znColumnElement-innerWrapper-eluidf5a08c7b{ background-color:#dd3333;}.znColumnElement-innerWrapper-eluidf5a08c7b {min-height:px;}.znColumnElement-innerWrapper-eluidf5a08c7b > .znColumnElement-innerContent:not(.zn_pb_no_content) {width:80%;}.znColumnElement-innerWrapper-eluidf5a08c7b{margin-top:-334px;}@media screen and (min-width:992px) and (max-width:1199px){.znColumnElement-innerWrapper-eluidf5a08c7b{margin-top:-150px;}}@media screen and (min-width:768px) and (max-width:991px){.znColumnElement-innerWrapper-eluidf5a08c7b{margin-top:-100px;}}@media screen and (max-width:767px){.znColumnElement-innerWrapper-eluidf5a08c7b{margin-top:0px;}}.znColumnElement-innerWrapper-eluidf5a08c7b{padding-bottom:44px;}.eluidf5a08c7b{z-index:1}.eluid70b600ce{padding-top:10px;padding-bottom:25px;}.eluid70b600ce .tbk__title {margin-bottom:10px;}.eluid70b600ce .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:31px;line-height:36px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluid70b600ce .tbk__subtitle{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;}.eluid70b600ce .tbk__icon { font-size:28px; }.znColumnElement-innerWrapper-eluid6930faa5 {min-height:px;}.image-boxes {margin-bottom:30px;border-radius:2px;}.image-boxes-img {width:100%; height:auto; }.image-boxes-link,.image-boxes-holder {display:block; margin-bottom:20px; position:relative;}.image-boxes-img-wrapper {display:block;}.image-boxes-no .image-boxes-img-wrapper {height:auto !important;}.image-boxes-img.cover-fit-img {height:100%;}.image-boxes.image-boxes--1 {overflow:visible;}.image-boxes.image-boxes--1 .image-boxes-readon {position:absolute; left:-10px; bottom:20px; color:#fff; padding:11px 15px; font-size:12px; font-weight:500; line-height:1; margin:0; border-radius:2px; z-index:1;}.image-boxes.image-boxes--1 .image-boxes-link:hover .image-boxes-readon { left:20px;}.image-boxes.image-boxes--1 .image-boxes-img {box-shadow:0 1px 1px rgba(0,0,0,.22)}.image-boxes.image-boxes--2 .image-boxes-link {margin-bottom:0; }.imgbox-simple .image-boxes-img { width:auto; background-size:auto 100%; }.imgbox-simple .img-align-center .image-boxes-img { display:block; margin:0 auto; }.imgbox-simple .img-align-left { text-align:left; }.imgbox-simple .img-align-right { text-align:right; }.imgbox-simple .img-align-left img.image-boxes-img,.imgbox-simple .img-align-right img.image-boxes-img { display:inline-block; }.no-object-fit .imgbox-simple .img-align-left .image-boxes-img { background-position-x:left; }.no-object-fit .imgbox-simple .img-align-right .image-boxes-img { background-position-x:right; }.sliding-details {position:relative; display:block; overflow:hidden;}.sliding-details:not([class*="znBoxShadow-"]):hover { box-shadow:0 0 7px rgba(0,0,0,0.5);}.sliding-details-img {position:relative;}.sliding-details,.sliding-details-content {-webkit-transition:all .2s cubic-bezier(0.680, 0, 0.265, 1); transition:all .2s cubic-bezier(0.680, 0, 0.265, 1); -webkit-backface-visibility:hidden;}.sliding-details-content {position:absolute; left:0; right:0; bottom:0; top:100%; opacity:0; visibility:hidden; padding:25px 30px; font-size:12px; color:#fff; background:#232323; background:rgba(35,35,35,0.8); }.sliding-details:hover .sliding-details-content { visibility:visible; opacity:1; top:0;}.sliding-details-title {font-size:18px; margin-top:0;}.image-boxes.image-boxes--4 .image-boxes-title { position:absolute; bottom:0; color:#fff; width:100%; text-align:center; font-size:16px; margin-bottom:0; padding-bottom:30px; z-index:0;}.image-boxes.image-boxes--4 .image-boxes-title:before { content:''; position:absolute; top:-100%; left:0; height:200%; width:100%; background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,1))); background:-webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%); background:linear-gradient(to bottom, transparent 0%,rgba(0,0,0,1) 100%); opacity:.8; -webkit-backface-visibility:hidden;}.image-boxes.image-boxes--4 .image-boxes-title span {z-index:1; position:relative; -webkit-backface-visibility:hidden;font-weight: 700;}.image-boxes.image-boxes--4 .image-boxes-title:after { content:''; position:relative; height:2px; width:30px; display:block; margin:0 auto; margin-top:10px; -webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out; z-index:1; -webkit-backface-visibility:hidden;}.image-boxes.image-boxes--4:hover .image-boxes-title:after { width:60px;}.image-boxes.image-boxes--4 .image-boxes-img {-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out; -webkit-backface-visibility:hidden;}.image-boxes.image-boxes--4:hover .image-boxes-img {opacity:.8}.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title { text-align:left; padding:0 20px 30px; -webkit-transition:padding-bottom .2s ease-out; transition:padding-bottom .2s ease-out;}.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:before {-webkit-transition:opacity .2s ease-out; transition:opacity .2s ease-out;}.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:after { display:none;}.image-boxes.image-boxes--4.kl-title_style_bottom .imgboxes-border-helper { position:absolute; left:0; top:0; bottom:0; right:0; border-bottom-style:solid; border-bottom-width:5px; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; z-index:1;}.image-boxes.image-boxes--4.kl-title_style_bottom:hover .imgboxes-border-helper { border-bottom-style:solid; border-bottom-width:10px;}.image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title { text-align:left; padding-bottom:25px;}.image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title:before {opacity:.5;}
.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title { text-align:center; padding:0 20px 30px;}.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title:after { margin:initial; width:40px; margin-top:10px;}.image-boxes.image-boxes--4.kl-title_style_left:hover .image-boxes-title:after { width:80px;}.eluid45b2eb34.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid45b2eb34.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid45b2eb34.image-boxes .image-boxes-img-wrapper{height:270px}.eluid45b2eb34{margin-bottom:30px;}.znColumnElement-innerWrapper-eluid91465a86 {min-height:px;}.smart-cnt--action_box {position:relative; padding:0; border-radius:6px; background-color:#000; margin-bottom:20px;}.smart-cnt--action_box:before {position:absolute; content:''; background-color:#000; width:30px; height:32px; display:block; bottom:-6px; left:20%; border-radius:4px; -webkit-transform:skewY(35deg); -ms-transform:skewY(35deg); transform:skewY(35deg); border-top:0; }.smart-cnt--action_box .smart-cnt-inner {position:relative; padding:35px; border-radius:6px; z-index:1;}.smart-cnt--action_box .smart-cnt-inner:before {position:absolute; content:''; background-color:#000; top:-6px; left:0; width:100%; height:100%; display:block; -webkit-transform:skewY(1.5deg); -ms-transform:skewY(1.5deg); transform:skewY(1.5deg); border-radius:6px; transform-origin:right top;}.smart-cnt--action_box .smart-cnt-inner:after {position:absolute; content:''; background-color:rgba(0, 0, 0, 0.2); width:90%; height:30%; display:block; border-radius:4px; -webkit-transform:skewY(-2deg); -ms-transform:skewY(-2deg); transform:skewY(-2deg); right:5%; top:-20px; z-index:-1; }.eluidc8c82729{padding-top:1%;}.eluidc8c82729{}.eluid947f2e44.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid947f2e44.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid947f2e44.image-boxes .image-boxes-img-wrapper{height:183px}.eluid947f2e44{margin-bottom:20px;}.eluid947f2e44{padding-left:1px;}.eluidab7a5efd {min-height:185px;}.eluidab7a5efd{margin-top:0px;margin-left:0px;}.eluidab7a5efd{padding-top:0px;padding-right:0px;padding-left:0px;}.eluid7ad5817a{margin-top:18px;}.eluid7ad5817a{padding-top:0px;padding-bottom:35px;}.eluid7ad5817a .tbk__title {margin-bottom:10px;}.eluid7ad5817a .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;line-height:28px;font-weight:400;color:#cccccc;}.eluid7ad5817a .tbk__icon { font-size:28px; }.eluid6e436cd4.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid6e436cd4.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid6e436cd4.image-boxes .image-boxes-img-wrapper{height:183px}.eluid6e436cd4{margin-bottom:20px;}.eluidbc1a3eba.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidbc1a3eba.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluidbc1a3eba.image-boxes .image-boxes-img-wrapper{height:183px}.eluidbc1a3eba{margin-bottom:20px;}.eluidbc1a3eba{padding-left:1px;}.eluid90574e9d.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid90574e9d.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid90574e9d.image-boxes .image-boxes-img-wrapper{height:183px}.eluid90574e9d{margin-bottom:20px;}.eluid90574e9d{padding-left:0px;}.eluid05eb8831.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid05eb8831.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid05eb8831.image-boxes .image-boxes-img-wrapper{height:183px}.eluid05eb8831{margin-bottom:20px;}.eluid05eb8831{padding-left:0px;}.znSmartCarouselMode--edit .slick-list {overflow:visible;}.znSmartCarousel {position:relative;}.znSmartCarousel-container {padding-left:15px; padding-right:15px;}.znSmartCarousel-arr {z-index:2; display:inline-block; position:relative;}.znSmartCarousel-prev {margin-right:20px;}.znSmartCarousel-next {margin-left:20px;}.znSmartCarousel-navPosition--top-center,.znSmartCarousel-navPosition--bottom-center {margin-left:auto; margin-right:auto; text-align:center;}.znSmartCarousel-navPosition--top-left,.znSmartCarousel-navPosition--bottom-left {float:left;}.znSmartCarousel-navPosition--top-right,.znSmartCarousel-navPosition--bottom-right {float:right;}.znSmartCarousel-navPosition--middle .znSmartCarousel-arr {position:absolute; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);}.znSmartCarousel-navPosition--middle .znSmartCarousel-prev {right:100%;}.znSmartCarousel-navPosition--middle .znSmartCarousel-next {left:100%;}.znSmartCarousel-arr,.znSmartCarousel-arr svg {width:18px; height:18px; cursor:pointer }.znSmartCarousel-arr polyline {-webkit-transition:all .15s ease-out; transition:all .15s ease-out;}.element-scheme--dark .znSmartCarousel-arr polyline {stroke:white;}.znSmartCarousel-arr:hover polyline {stroke-width:35;}.znSmartCarousel-arr:active polyline {stroke-width:50;}.znSmartCarousel-navStyle--s1 .znSmartCarousel-arr,.znSmartCarousel-navStyle--s1 .znSmartCarousel-arr svg {width:28px; height:28px; }.znSmartCarousel-pagi {}.znSmartCarousel-pagi a {display:inline-block; padding:4px; opacity:.3; }.znSmartCarousel-pagi a:before {content:''; display:inline-block; width:5px; height:5px; background:#000; border-radius:50%;}.element-scheme--dark .znSmartCarousel-pagi a:before {background:white;}.znSmartCarousel-pagi a:hover,.znSmartCarousel-pagi a.selected {opacity:.6;}.znSmartCarousel-bulletsPosition--top-center,.znSmartCarousel-bulletsPosition--bottom-center {width:100%; text-align:center;}.znSmartCarousel-bulletsPosition--top-left,.znSmartCarousel-bulletsPosition--bottom-left {float:left;}.znSmartCarousel-bulletsPosition--top-right,.znSmartCarousel-bulletsPosition--bottom-right {float:right;}.znSmartCarousel-bulletsPosition--top-center,.znSmartCarousel-bulletsPosition--bottom-center {}.znSmartCarousel-hasPreloader .znSmartCarousel-loading {-webkit-transition:visibility .3s ease-out, opacity .3s ease-out; transition:visibility .3s ease-out, opacity .3s ease-out; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); width:50px; height:50px;}.znSmartCarousel-hasPreloader .znSmartCarousel-loading:before {content:''; width:100%; height:100%; display:block; border:2px solid rgba(0,0,0,0.05); border-top-color:rgba(0,0,0,0.15); border-radius:50%; -webkit-animation:spin-rotate .5s infinite linear; animation:spin-rotate .5s infinite linear;}.is-initialised .znSmartCarousel-loading {visibility:hidden; opacity:0;}@-webkit-keyframes spin-rotate {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg) }100% {-webkit-transform:rotate(360deg);transform:rotate(360deg) }}@keyframes spin-rotate {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg) }100% {-webkit-transform:rotate(360deg);transform:rotate(360deg) }}.znSmartCarousel-hasPreloader .znSmartCarousel-loadingContainer {visibility:hidden; opacity:0; -webkit-transition:visibility .3s ease-out, opacity .3s ease-out; transition:visibility .3s ease-out, opacity .3s ease-out;}.is-initialised .znSmartCarousel-loadingContainer {visibility:visible; opacity:1;}.znSmartCarousel-item {outline:none;}.zn_pb_editor_enabled .znSmartCarousel-item .znSmartCarousel-container {-webkit-transform:translateX(-4999px);transform:translateX(-4999px);}.zn_pb_editor_enabled .znSmartCarousel-item.slick-current .znSmartCarousel-container {-webkit-transform:none;transform:none;}.eluid0b3d6771{margin-top:-30px;}.eluid0b3d6771{padding-top:15px;padding-bottom:0px;}.eluid0b3d6771 .znSmartCarousel-prev {margin-right:20px}.eluid0b3d6771 .znSmartCarousel-next {margin-left:20px}.znColumnElement-innerWrapper-eluid94cbb0cc {min-height:px;}.eluidaaf0e3db{margin-bottom:-5px;}.eluidaaf0e3db{padding-top:0px;padding-bottom:0px;}.eluidaaf0e3db .tbk__title {margin-bottom:10px;}.eluidaaf0e3db .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluidaaf0e3db .tbk__icon { font-size:28px; }.grid-ibx {}.grid-ibx__item { float:left; text-align:center; padding-left:20px; padding-right:20px; position:relative; -webkit-backface-visibility:hidden; height:200px;}.grid-ibx__item.text-left {text-align:left;}.grid-ibx__item.text-right {text-align:right;}.grid-ibx--theme-light .grid-ibx__item {background-color:#f2f2f2;}.grid-ibx--theme-dark .grid-ibx__item {background-color:#0D0D0D;}.grid-ibx__item[onclick] {cursor:pointer;}@media (min-width:1200px){.grid-ibx--cols-1 .grid-ibx__item {width:100%;}.grid-ibx--cols-2 .grid-ibx__item {width:50%;}.grid-ibx--cols-3 .grid-ibx__item {width:33.3333%;}.grid-ibx--cols-4 .grid-ibx__item {width:25%;}.grid-ibx--cols-5 .grid-ibx__item {width:20%;}}@media (max-width:1199px) and (min-width:992px){.grid-ibx--md-cols-1 .grid-ibx__item {width:100%;}.grid-ibx--md-cols-2 .grid-ibx__item {width:50%;}.grid-ibx--md-cols-3 .grid-ibx__item {width:33.3333%;}.grid-ibx--md-cols-4 .grid-ibx__item {width:25%;}.grid-ibx--md-cols-5 .grid-ibx__item {width:20%;}}@media (max-width:991px) and (min-width:768px){.grid-ibx--sm-cols-1 .grid-ibx__item {width:100%;}.grid-ibx--sm-cols-2 .grid-ibx__item {width:50%;}.grid-ibx--sm-cols-3 .grid-ibx__item {width:33.3333%;}.grid-ibx--sm-cols-4 .grid-ibx__item {width:25%;}.grid-ibx--sm-cols-5 .grid-ibx__item {width:20%;}}@media (max-width:767px){.grid-ibx--xs-cols-1 .grid-ibx__item {width:100%;}.grid-ibx--xs-cols-2 .grid-ibx__item {width:50%;}.grid-ibx--xs-cols-3 .grid-ibx__item {width:33.3333%;}.grid-ibx--xs-cols-4 .grid-ibx__item {width:25%;}.grid-ibx--xs-cols-5 .grid-ibx__item {width:20%;}}.grid-ibx__item-inner {position:relative; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}.grid-ibx__link {display:block;}.grid-ibx__title-wrp,.grid-ibx__icon-wrp,.grid-ibx__desc-wrp {margin-top:0; margin-bottom:20px;}.grid-ibx__title,.grid-ibx__desc {margin:0;}.grid-ibx__icon {font-size:60px; line-height:1; -webkit-transition:color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);}.grid-ibx__item:hover .grid-ibx__icon {color:#cd2122;}.grid-ibx--theme-light .grid-ibx__icon {color:#343434;}.grid-ibx--theme-dark .grid-ibx__icon {color:#CBCBCB;}.grid-ibx__flt-inline_left .grid-ibx__icon-wrp,.grid-ibx__flt-inline_left .grid-ibx__title-wrp,.grid-ibx__flt-inline_right .grid-ibx__icon-wrp,.grid-ibx__flt-inline_right .grid-ibx__title-wrp {display:inline-block; vertical-align:middle;}.grid-ibx__flt-inline_left .grid-ibx__icon-wrp .grid-ibx__icon,.grid-ibx__flt-inline_right .grid-ibx__icon-wrp .grid-ibx__icon {vertical-align:middle;}.grid-ibx__flt-inline_left .grid-ibx__icon-wrp {margin-right:15px;}.grid-ibx__flt-inline_right .grid-ibx__icon-wrp {margin-left:15px;}.grid-ibx__flt-floated_left .grid-ibx__icon-wrp {float:left; margin-right:15px;}.grid-ibx__flt-floated_left .grid-ibx__floatedWrapper {float:left; text-align:left;}.grid-ibx__flt-floated_left .grid-ibx__icon-wrp .grid-ibx__icon,.grid-ibx__flt-floated_right .grid-ibx__icon-wrp .grid-ibx__icon {vertical-align:middle;}.grid-ibx__flt-floated_right .grid-ibx__icon-wrp {float:right; margin-left:15px;}.grid-ibx__flt-floated_right .grid-ibx__floatedWrapper {float:right; text-align:right;}.grid-ibx__floatedWrapper .grid-ibx__desc-wrp:last-child {margin-bottom:0;}.grid-ibx--style-lined-full {border-width:1px 0 0 1px;}.grid-ibx--style-lined-full .grid-ibx__item {border-width:0 1px 1px 0; }.grid-ibx--style-lined-full,.grid-ibx--style-lined-full .grid-ibx__item {border-color:rgba(0,0,0,0.1); border-style:solid;}.grid-ibx--theme-dark.grid-ibx--style-lined-full,.grid-ibx--theme-dark.grid-ibx--style-lined-full .grid-ibx__item {border-color:rgba(255,255,255,0.1); }.grid-ibx--style-lined-center,.grid-ibx--style-lined-center .grid-ibx__item {border-color:rgba(0,0,0,0.1); border-style:solid;}.grid-ibx--theme-dark.grid-ibx--style-lined-center,.grid-ibx--theme-dark.grid-ibx--style-lined-center .grid-ibx__item {border-color:rgba(255,255,255,0.1);}.grid-ibx--style-lined-center .grid-ibx__item {border-width:0 1px 1px 0; }@media (min-width:1200px){.grid-ibx--style-lined-center.grid-ibx--cols-1 .grid-ibx__item:nth-child(1n),.grid-ibx--style-lined-center.grid-ibx--cols-2 .grid-ibx__item:nth-child(2n),.grid-ibx--style-lined-center.grid-ibx--cols-3 .grid-ibx__item:nth-child(3n),.grid-ibx--style-lined-center.grid-ibx--cols-4 .grid-ibx__item:nth-child(4n),.grid-ibx--style-lined-center.grid-ibx--cols-5 .grid-ibx__item:nth-child(5n) { border-right-width:0; }.grid-ibx--style-lined-center.grid-ibx--cols-1 .grid-ibx__item:nth-last-child(-n+1),.grid-ibx--style-lined-center.grid-ibx--cols-2 .grid-ibx__item:nth-last-child(-n+2),.grid-ibx--style-lined-center.grid-ibx--cols-3 .grid-ibx__item:nth-last-child(-n+3),.grid-ibx--style-lined-center.grid-ibx--cols-4 .grid-ibx__item:nth-last-child(-n+4),.grid-ibx--style-lined-center.grid-ibx--cols-5 .grid-ibx__item:nth-last-child(-n+5) { border-bottom-width:0; }}@media (max-width:1199px) and (min-width:992px){.grid-ibx--style-lined-center.grid-ibx--md-cols-1 .grid-ibx__item:nth-child(1n),.grid-ibx--style-lined-center.grid-ibx--md-cols-2 .grid-ibx__item:nth-child(2n),.grid-ibx--style-lined-center.grid-ibx--md-cols-3 .grid-ibx__item:nth-child(3n),.grid-ibx--style-lined-center.grid-ibx--md-cols-4 .grid-ibx__item:nth-child(4n),.grid-ibx--style-lined-center.grid-ibx--md-cols-5 .grid-ibx__item:nth-child(5n) { border-right-width:0; }.grid-ibx--style-lined-center.grid-ibx--md-cols-1 .grid-ibx__item:nth-last-child(-n+1),.grid-ibx--style-lined-center.grid-ibx--md-cols-2 .grid-ibx__item:nth-last-child(-n+2),.grid-ibx--style-lined-center.grid-ibx--md-cols-3 .grid-ibx__item:nth-last-child(-n+3),.grid-ibx--style-lined-center.grid-ibx--md-cols-4 .grid-ibx__item:nth-last-child(-n+4),.grid-ibx--style-lined-center.grid-ibx--md-cols-5 .grid-ibx__item:nth-last-child(-n+5) { border-bottom-width:0; }}@media (max-width:991px) and (min-width:768px){.grid-ibx--style-lined-center.grid-ibx--sm-cols-1 .grid-ibx__item:nth-child(1n),.grid-ibx--style-lined-center.grid-ibx--sm-cols-2 .grid-ibx__item:nth-child(2n),.grid-ibx--style-lined-center.grid-ibx--sm-cols-3 .grid-ibx__item:nth-child(3n),.grid-ibx--style-lined-center.grid-ibx--sm-cols-4 .grid-ibx__item:nth-child(4n),.grid-ibx--style-lined-center.grid-ibx--sm-cols-5 .grid-ibx__item:nth-child(5n) { border-right-width:0; }
.grid-ibx--style-lined-center.grid-ibx--sm-cols-1 .grid-ibx__item:nth-last-child(-n+1),
.grid-ibx--style-lined-center.grid-ibx--sm-cols-2 .grid-ibx__item:nth-last-child(-n+2),
.grid-ibx--style-lined-center.grid-ibx--sm-cols-3 .grid-ibx__item:nth-last-child(-n+3),
.grid-ibx--style-lined-center.grid-ibx--sm-cols-4 .grid-ibx__item:nth-last-child(-n+4),
.grid-ibx--style-lined-center.grid-ibx--sm-cols-5 .grid-ibx__item:nth-last-child(-n+5) { border-bottom-width:0; }}@media (max-width:767px){.grid-ibx--style-lined-center.grid-ibx--xs-cols-1 .grid-ibx__item:nth-child(1n),.grid-ibx--style-lined-center.grid-ibx--xs-cols-2 .grid-ibx__item:nth-child(2n),.grid-ibx--style-lined-center.grid-ibx--xs-cols-3 .grid-ibx__item:nth-child(3n),.grid-ibx--style-lined-center.grid-ibx--xs-cols-4 .grid-ibx__item:nth-child(4n),.grid-ibx--style-lined-center.grid-ibx--xs-cols-5 .grid-ibx__item:nth-child(5n) { border-right-width:0; }.grid-ibx--style-lined-center.grid-ibx--xs-cols-1 .grid-ibx__item:nth-last-child(-n+1),.grid-ibx--style-lined-center.grid-ibx--xs-cols-2 .grid-ibx__item:nth-last-child(-n+2),.grid-ibx--style-lined-center.grid-ibx--xs-cols-3 .grid-ibx__item:nth-last-child(-n+3),.grid-ibx--style-lined-center.grid-ibx--xs-cols-4 .grid-ibx__item:nth-last-child(-n+4),.grid-ibx--style-lined-center.grid-ibx--xs-cols-5 .grid-ibx__item:nth-last-child(-n+5) { border-bottom-width:0; }}.grid-ibx--style-lined-center {border:0;}.grid-ibx--style-lined-gradient .grid-ibx__item {margin-bottom:30px; margin-left:15px; margin-right:15px; position:relative; }@media (min-width:1200px){.grid-ibx--style-lined-gradient.grid-ibx--cols-1 .grid-ibx__item {width:calc(100% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--cols-2 .grid-ibx__item {width:calc(50% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item {width:calc(33.3333% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item {width:calc(25% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {width:calc(20% - 30px);}}@media (max-width:1199px) and (min-width:992px){.grid-ibx--style-lined-gradient.grid-ibx--md-cols-1 .grid-ibx__item {width:calc(100% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--md-cols-2 .grid-ibx__item {width:calc(50% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--md-cols-3 .grid-ibx__item {width:calc(33.3333% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--md-cols-4 .grid-ibx__item {width:calc(25% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--md-cols-5 .grid-ibx__item {width:calc(20% - 30px);}}@media (max-width:991px) and (min-width:768px){.grid-ibx--style-lined-gradient.grid-ibx--sm-cols-1 .grid-ibx__item {width:calc(100% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--sm-cols-2 .grid-ibx__item {width:calc(50% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--sm-cols-3 .grid-ibx__item {width:calc(33.3333% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--sm-cols-4 .grid-ibx__item {width:calc(25% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--sm-cols-5 .grid-ibx__item {width:calc(20% - 30px);}}@media (max-width:767px){.grid-ibx--style-lined-gradient.grid-ibx--xs-cols-1 .grid-ibx__item {width:calc(100% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--xs-cols-2 .grid-ibx__item {width:calc(50% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--xs-cols-3 .grid-ibx__item {width:calc(33.3333% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--xs-cols-4 .grid-ibx__item {width:calc(25% - 30px);}.grid-ibx--style-lined-gradient.grid-ibx--xs-cols-5 .grid-ibx__item {width:calc(20% - 30px);}}.grid-ibx--style-lined-gradient .grid-ibx__ghelper {position:absolute; top:0; left:0; width:100%; height:5px; border:1px solid rgba(0,0,0,0.2); border-bottom:0;border-radius:4px 4px 0 0; }.grid-ibx--theme-dark.grid-ibx--style-lined-gradient .grid-ibx__ghelper { border-color:rgba(255,255,255,0.2);}.grid-ibx--style-lined-gradient .grid-ibx__item:before,.grid-ibx--style-lined-gradient .grid-ibx__item:after {content:""; position:absolute; top:4px; width:1px; height:100%; background:-webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(0,0,0,0.2)), color-stop(100%,transparent)); background:-webkit-linear-gradient(top,rgba(0,0,0,0.2) 60%,transparent 100%); background:-webkit-linear-gradient(top, rgba(0,0,0,0.2) 60%, transparent 100%); background:linear-gradient(to bottom,rgba(0,0,0,0.2) 60%,transparent 100%); }.grid-ibx--theme-dark.grid-ibx--style-lined-gradient .grid-ibx__item:before,.grid-ibx--theme-dark.grid-ibx--style-lined-gradient .grid-ibx__item:after {background:-webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0))); background:-webkit-linear-gradient(top,rgba(255,255,255,0.2) 60%,rgba(255,255,255,0) 100%); background:-webkit-linear-gradient(top, rgba(255,255,255,0.2) 60%, rgba(255,255,255,0) 100%); background:linear-gradient(to bottom,rgba(255,255,255,0.2) 60%,rgba(255,255,255,0) 100%); }.grid-ibx--style-lined-gradient .grid-ibx__item:before {left:0; }.grid-ibx--style-lined-gradient .grid-ibx__item:after {right:0; }.grid-ibx--style-lined-gradient .grid-ibx__item:hover .grid-ibx__ghelper { border-color:#cd2122; border-bottom:0;}.grid-ibx--style-lined-gradient .grid-ibx__item:hover:before,.grid-ibx--style-lined-gradient .grid-ibx__item:hover:after { background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd2122), color-stop(100%,transparent)); background:-webkit-linear-gradient(top,#cd2122 0%,transparent 100%); background:-webkit-linear-gradient(top, #cd2122 0%, transparent 100%); background:linear-gradient(to bottom,#cd2122 0%,transparent 100%); }.grid-ibx--hover-bg .grid-ibx__item {-webkit-transition:.25s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:.25s cubic-bezier(0.215, 0.610, 0.355, 1.000);}.grid-ibx--hover-shadow .grid-ibx__item {-webkit-transition:.25s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:.25s cubic-bezier(0.215, 0.610, 0.355, 1.000);}.grid-ibx--hover-shadow .grid-ibx__item:hover { box-shadow:0 40px 120px -20px rgba(0,0,0,0.6); z-index:1; }.grid-ibx--theme-dark.grid-ibx--hover-shadow .grid-ibx__item:hover { box-shadow:0 40px 120px -20px rgba(0,0,0,1); z-index:1; }.grid-ibx--hover-shadow.grid-ibx--style-lined-gradient .grid-ibx__item:hover {box-shadow:0 -10px 30px -10px rgba(0, 0, 0, 0.29); }.grid-ibx--hover-scale .grid-ibx__item { -webkit-transition:-webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000); }.grid-ibx--hover-scale .grid-ibx__item:hover { -webkit-transform:scale3d(1.05,1.05,1); -ms-transform:scale3d(1.05,1.05,1); transform:scale3d(1.05,1.05,1); z-index:1; border-width:1px !important; border-radius:3px;}.grid-ibx--hover-scale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {background:none; }.grid-ibx--hover-shadowscale .grid-ibx__item { -webkit-transition:-webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000); }.grid-ibx--hover-shadowscale .grid-ibx__item:hover { -webkit-transform:scale3d(1.06,1.06,1); -ms-transform:scale3d(1.06,1.06,1); transform:scale3d(1.06,1.06,1); z-index:1; border-width:1px !important; background:#fff; box-shadow:0 40px 120px -20px rgba(0,0,0,0.6); border-radius:2px;}.grid-ibx--theme-dark.grid-ibx--hover-shadowscale .grid-ibx__item:hover { background:#000; box-shadow:0 40px 120px -20px rgba(0,0,0,0.9); }.grid-ibx--hover-shadowscale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {box-shadow:0 -10px 30px -10px rgba(0, 0, 0, 0.29); background:none; }@media screen and (max-width:550px){.grid-ibx--cols-2 .grid-ibx__item,.grid-ibx--cols-3 .grid-ibx__item,.grid-ibx--cols-4 .grid-ibx__item,.grid-ibx--cols-5 .grid-ibx__item {width:100% !important; float:none !important;}}#eluid9ca12e30 .grid-ibx__title {font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:12px;font-weight:700;color:#cccccc;font-style:normal;letter-spacing:1px;margin-bottom:-18px;} #eluid9ca12e30 .grid-ibx__desc {font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:13px;line-height:24px;font-weight:400;color:#666666;font-style:normal;} #eluid9ca12e30 .grid-ibx__icon {color:#dd3333} #eluid9ca12e30 .grid-ibx__item:hover .grid-ibx__icon {color:#ffffff} #eluid9ca12e30 .grid-ibx__item:hover .grid-ibx__title, #eluid9ca12e30 .grid-ibx__item:hover .grid-ibx__desc {color:#ffffff}#eluid9ca12e30 .grid-ibx__item {height:131px;}#eluid9ca12e30 .grid-ibx__item {background-color:#333333;} #eluid9ca12e30 .grid-ibx__item:hover {background-color:#333333;} #eluid9ca12e30 span.grid-ibx__icon { font-size:50px }.znColumnElement-innerWrapper-eluid0d7b64a8 {min-height:px;}.znColumnElement-innerWrapper-eluid0d7b64a8{margin-top:0px;}.eluidc8a14236{margin-bottom:-5px;}.eluidc8a14236{padding-top:0px;padding-bottom:0px;}.eluidc8a14236 .tbk__title {margin-bottom:10px;}.eluidc8a14236 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluidc8a14236 .tbk__icon { font-size:28px; }#eluid16ecc836 .grid-ibx__title {font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:12px;font-weight:700;color:#cecece;font-style:normal;letter-spacing:1px;margin-bottom:-18px;} #eluid16ecc836 .grid-ibx__desc {font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:13px;line-height:24px;font-weight:400;color:#666666;font-style:normal;} #eluid16ecc836 .grid-ibx__icon {color:#dd3333} #eluid16ecc836 .grid-ibx__item:hover .grid-ibx__icon {color:#ffffff} 
#eluid16ecc836 .grid-ibx__item:hover .grid-ibx__title, #eluid16ecc836 .grid-ibx__item:hover .grid-ibx__desc {color:#ffffff}#eluid16ecc836 .grid-ibx__item {height:131px;}#eluid16ecc836 .grid-ibx__item {background-color:#333333;} #eluid16ecc836 .grid-ibx__item:hover {background-color:#333333;} #eluid16ecc836 span.grid-ibx__icon { font-size:50px }.eluid23bfcf22{padding-top:10px;padding-bottom:8px;}.eluid23bfcf22 .tbk__title {margin-bottom:10px;}.eluid23bfcf22 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:31px;line-height:36px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluid23bfcf22 .tbk__subtitle{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;}.eluid23bfcf22 .tbk__icon { font-size:28px; }.eluid29a17524.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid29a17524.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid29a17524.image-boxes .image-boxes-img-wrapper{height:270px}.eluid29a17524{margin-bottom:30px;}.eluidba50d71a{margin-top:-9px;}.eluidba50d71a{padding-top:0px;padding-bottom:8px;}.eluidba50d71a .tbk__title {margin-bottom:10px;}.eluidba50d71a .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:31px;line-height:36px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluidba50d71a .tbk__subtitle{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;}.eluidba50d71a .tbk__icon { font-size:28px; }.eluida269a4da.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluida269a4da.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}
.eluida269a4da.image-boxes .image-boxes-img-wrapper{height:183px}.eluida269a4da{margin-bottom:20px;}.eluid15419185.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid15419185.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid15419185.image-boxes .image-boxes-img-wrapper{height:183px}.eluid15419185{margin-bottom:20px;}.eluid9c4483be.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid9c4483be.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid9c4483be.image-boxes .image-boxes-img-wrapper{height:183px}.eluid9c4483be{margin-bottom:20px;}.eluid7e804490 {min-height:185px;}.eluid7e804490{margin-top:0px;margin-left:0px;}.eluid7e804490{padding-top:0px;padding-right:0px;padding-left:0px;}.eluid39154ab4{margin-top:18px;}.eluid39154ab4{padding-top:0px;padding-bottom:35px;}.eluid39154ab4 .tbk__title {margin-bottom:10px;}.eluid39154ab4 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;line-height:28px;font-weight:400;color:#cccccc;}.eluid39154ab4 .tbk__icon { font-size:28px; }.eluid760f8a14{margin-top:-30px;}.eluid760f8a14{padding-top:15px;padding-bottom:0px;}.eluid760f8a14 .znSmartCarousel-prev {margin-right:20px}.eluid760f8a14 .znSmartCarousel-next {margin-left:20px}.znColumnElement-innerWrapper-eluid587c38ed {min-height:px;}.hr-tabs-nav-icon {margin-right:5px; vertical-align:middle; }.hr-tabs-nav-icon + span {vertical-align:middle; }.tab-content>.tab-pane {display:block !important; visibility:hidden; height:0; overflow:hidden; min-height:auto; position:absolute; width:100%; left:-9999px; }.tab-content>.tab-pane.active { visibility:visible; height:auto; overflow:visible; position:relative; left:auto; }.tabs_style1 {background:#fff; border:1px solid #ececec;}.tabs_style1 > ul.nav {margin-bottom:0; background:#fff; background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#F9F9F9)); background:-webkit-linear-gradient(top, #fff 0%, #F9F9F9 100%); background:linear-gradient(to bottom,#fff 0%,#F9F9F9 100%); border-bottom:1px solid #ececec;}.tabs_style1 > ul.nav > li {float:left; margin-bottom:-3px;}.tabs_style1 > ul.nav > li > a {padding:14px 20px 15px; line-height:1.4;border-right:1px solid #ececec; color:#343434;margin-bottom:2px;}.tabs_style1 > ul.nav > li.active > a,.tabs_style1 > ul.nav > li > a:hover {background-color:#fff;}.tabs_style1 > ul.nav > li.active > a {border-top:3px solid #cd2122; border-left:0; font-weight:700; padding:13px 20px 15px; margin-top:-2px;}.tabs_style1 .tab-content {display:block; width:100%;padding:0 15px 15px; }.tabs_style1 .tab-content>.active{ padding-top:10px;}.tabs_style1.tabs--dark {background:#000; border-color:#131313;}.tabs_style1.tabs--dark > ul.nav {background:#000; background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#060606)); background:-webkit-linear-gradient(top, #000 0%, #060606 100%); background:linear-gradient(to bottom,#000 0%,#060606 100%); border-bottom-color:#131313;}.tabs_style1.tabs--dark > ul.nav > li > a {border-right-color:#131313; color:#CBCBCB;}.tabs_style1.tabs--dark > ul.nav > li.active > a,.tabs_style1.tabs--dark > ul.nav > li > a:hover {background-color:#000;}@media (min-width:768px) and (max-width:991px) {.tabs_style1 > ul.nav > li > a { padding:8px 10px;}}.tabs_style2 {margin:10px 0;}.tabs_style2 > ul.nav {margin-bottom:10px;}.tabs_style2 > ul.nav > li {float:left; border-left:1px dotted #ccc; line-height:18px; }.tabs_style2 > ul.nav > li:first-child {border-left:0;}.tabs_style2 > ul.nav > li:first-child a {border-left:0; padding-left:0; }.tabs_style2 > ul.nav > li > a {padding:4px 20px; line-height:18px; color:#555; font-weight:bold;}.tabs_style2 > ul.nav > li.active > a,.tabs_style2 > ul.nav > li > a:hover {background:none; color:#222;}.tabs_style2 .tab-content {display:block; width:100%; padding:0;}.tabs_style2.tabs--dark > ul.nav > li {border-left-color:#333333; }.tabs_style2.tabs--dark > ul.nav > li > a {color:#AAAAAA;}.tabs_style2.tabs--dark > ul.nav > li.active > a,.tabs_style2.tabs--dark > ul.nav > li > a:hover {color:#DDDDDD;}.tabs_style3 {background:#fff; border:1px solid #ececec;border-radius:5px;position:static;overflow:hidden;}.tabs_style3 > ul.nav {margin-bottom:0; background:#fff; background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#F9F9F9)); background:-webkit-linear-gradient(top,#fff 0%,#F9F9F9 100%); background:linear-gradient(to bottom,#fff 0%,#F9F9F9 100%);}.tabs_style3 > ul.nav > li {float:left; margin-bottom:-1px;}.tabs_style3 > ul.nav > li > a {padding:8px 20px; line-height:18px; border:1px solid transparent; border-left:1px solid #fff; border-right:1px solid #ececec; color:#343434;}.tabs_style3 > ul.nav > li.active > a,.tabs_style3 > ul.nav > li > a:hover {background-color:#fff;}.tabs_style3 > ul.nav > li.active > a {border-left:0; font-weight:700; }.tabs_style3 .tab-content {display:block; width:100%;padding:10px 15px 15px;}.tabs_style3.tabs--dark {background:#000; border-color:#131313;}.tabs_style3.tabs--dark > ul.nav {background:#000; background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#060606)); background:-webkit-linear-gradient(top,#000 0%,#060606 100%); background:linear-gradient(to bottom,#000 0%,#060606 100%);}.tabs_style3.tabs--dark > ul.nav > li > a {border-color:transparent; border-left-color:#000; border-right-color:#131313; color:#CBCBCB;}.tabs_style3.tabs--dark > ul.nav > li.active > a,.tabs_style3.tabs--dark > ul.nav > li > a:hover {background-color:#000;}.tabs_style4 > ul.nav {margin-bottom:0;}.tabs_style4 > ul.nav > li {float:left; margin-bottom:-1px;}.tabs_style4 > ul.nav > li > a {padding:8px 20px; line-height:18px; color:#343434;}.tabs_style4 > ul.nav > li.active > a,.tabs_style4 > ul.nav > li > a:hover {color:#222;}.tabs_style4 > ul.nav > li.active > a { background:#fff; border:1px solid #ececec; border-bottom:0; border-top-left-radius:5px; border-top-right-radius:5px; }.tabs_style4 .tab-content {display:block; width:100%;padding:10px 15px 15px; border:1px solid #ececec; background:#fff; }.tabs_style4.tabs--dark > ul.nav > li > a {color:#CBCBCB;}.tabs_style4.tabs--dark > ul.nav > li.active > a,.tabs_style4.tabs--dark > ul.nav > li > a:hover {color:#DDDDDD; background-color:#111111;}.tabs_style4.tabs--dark > ul.nav > li.active > a { background:#000; border-color:#131313; border-bottom:0; }.tabs_style4.tabs--dark .tab-content {border-color:#131313; background:#000; }.tabs_style5 > ul.nav {border-bottom:2px solid #dfdfdf;}.tabs_style5 > ul.nav > li { float:left; margin-bottom:-2px;}.tabs_style5 > ul.nav li > a { color:#909090;}.tabs_style5 > ul.nav li > a:hover { color:#535353;}.tabs_style5 > ul.nav > li.active > a { color:#535353; border-bottom:2px solid #cd2122; background:none;}.tabs_style5 > ul.nav > li > a { padding:8px 20px; line-height:18px; }.tabs_style5 > ul.nav > li > a:hover { background:none; }.tabs_style5 .tab-content h5 { color:#4d4d4d; }.tabs_style5 .tab-content {display:block; width:100%; padding:10px 0 15px;}.tabs_style5.tabs--dark > ul.nav {border-bottom-color:#202020;}.tabs_style5.tabs--dark > ul.nav li > a { color:#6F6F6F;}.tabs_style5.tabs--dark > ul.nav li > a:hover { color:#ACACAC;}.tabs_style5.tabs--dark > ul.nav > li.active > a { color:#ACACAC;}.tabs_style5.tabs--dark .tab-content h5 { color:#B2B2B2; }ul.nav.nav-alignment--center {text-align:center;}ul.nav.nav-alignment--center > li {float:none !important; display:inline-block;}.tabs_style5 > ul.nav.nav-alignment--center > li:first-child > a { padding-left:20px;}ul.nav.nav-alignment--right {text-align:right;}ul.nav.nav-alignment--right > li {float:none !important; display:inline-block;}.tabs_style5 > ul.nav.nav-alignment--right > li:first-child > a { padding-left:20px;}.tabs_style5 > ul.nav.nav-alignment--right > li:last-child > a { padding-right:0;}@media (max-width:767px) {.tabbable.hr-tabs .hr-tabs-nav { white-space:nowrap; overflow:hidden; overflow-x:auto;}.tabbable.hr-tabs .hr-tabs-nav-item { display:inline-block; border:0; float:none;}.tabbable.hr-tabs .hr-tabs-nav-item a { padding-top:12px; padding-bottom:12px;}.hr-tabs-nav::-webkit-scrollbar {-webkit-appearance:none; }.hr-tabs-nav::-webkit-scrollbar:vertical {width:11px; }.hr-tabs-nav::-webkit-scrollbar:horizontal {height:11px; }.hr-tabs-nav::-webkit-scrollbar-thumb {border-radius:8px; border:2px solid white; background-color:rgba(0, 0, 0, .3); }.hr-tabs-nav::-webkit-scrollbar-track {background-color:#fff; border-radius:8px; -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); }}.znColumnElement-innerWrapper-eluid84ab9569 {min-height:px;}.znColumnElement-innerWrapper-eluid84ab9569{margin-top:-316px;}@media screen and (min-width:992px) and (max-width:1199px){.znColumnElement-innerWrapper-eluid84ab9569{margin-top:-132px;}}@media screen and (min-width:768px) and (max-width:991px){.znColumnElement-innerWrapper-eluid84ab9569{margin-top:-82px;}}@media screen and (max-width:767px){.znColumnElement-innerWrapper-eluid84ab9569{margin-top:100px;}}.eluid84ab9569{z-index:1}.eluid03ce6bbc{padding-top:35px;padding-bottom:65px;}.zn_section.eluid03ce6bbc{background-color:#ffffff;}.kl-iconbox {margin-bottom:30px}.kl-iconbox__inner {}.kl-iconbox__icon-wrapper,.kl-iconbox__title-wrapper,.kl-iconbox__desc-wrapper,.kl-iconbox__cta-wrapper {margin-top:0; margin-bottom:15px;}.kl-iconbox__content-wrapper {overflow:hidden;}.kl-iconbox__link {}.kl-iconbox__title,.kl-iconbox__desc {margin:0;}.kl-iconbox__icon {line-height:1; font-size:42px; -webkit-transition:color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);}span.kl-iconbox__icon {font-size:42px;}.kl-iconbox__icon.kl-iconbox__icon--force-square:before { position:absolute; top:50%; left:50%; -webkit-transform:translate3d(-50%, -50%, 0); transform:translate3d(-50%, -50%, 0); line-height:1;}img.kl-iconbox__icon {width:100px;}.kl-iconbox--theme-light,.kl-iconbox--theme-light a {color:#fff;}.kl-iconbox--theme-dark,.kl-iconbox--theme-dark a {color:#323232;}@media screen and (min-width:481px){.kl-iconbox--fleft .kl-iconbox__icon-wrapper {float:left; margin-right:20px;}.kl-iconbox--fright .kl-iconbox__icon-wrapper {float:right; margin-left:20px; }}@media screen and (min-width:768px) and (max-width:991px){.kl-iconbox--fleft .kl-iconbox__icon-wrapper ,.kl-iconbox--fright .kl-iconbox__icon-wrapper {float:none; margin-left:0; margin-right:0; }}.kl-iconbox--sh .kl-iconbox__icon-wrapper {position:relative;}.kl-iconbox--sh .kl-iconbox__icon {-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;}.kl-iconbox--align-left.kl-iconbox--sh .kl-iconbox__icon,.kl-iconbox--align-right.kl-iconbox--sh .kl-iconbox__icon {text-align:center;}.kl-iconbox--sh-square .kl-iconbox__icon {display:inline-block; border-radius:3px; vertical-align:middle; position:relative; z-index:1; padding:22px;}.kl-iconbox--sh-square .kl-iconbox__icon:after {content:''; position:absolute; top:0; left:0; width:0; height:100%; z-index:-1; border-radius:3px;-webkit-transition-property:opacity, -webkit-transform; transition-property:transform, opacity; -webkit-transition-duration:.5s; transition-duration:.5s; -webkit-transition-timing-function:ease-in; transition-timing-function:ease-in; }.kl-iconbox--sh-square:hover span.kl-iconbox__icon:after {-webkit-transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1) !important; transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1) !important; -webkit-transition-duration:.2s; transition-duration:.2s; }
.kl-iconbox--sh-square:hover .kl-iconbox__icon:after { width:120%; left:-10%; }.kl-iconbox--align-left.kl-iconbox--sh-square:hover .kl-iconbox__icon:after,.kl-iconbox--fleft.kl-iconbox--sh-square:hover .kl-iconbox__icon:after { width:120%; left:-20%; }.kl-iconbox--align-right.kl-iconbox--sh-square .kl-iconbox__icon:after,.kl-iconbox--fright.kl-iconbox--sh-square .kl-iconbox__icon:after { left:auto; right:0; }.kl-iconbox--align-right.kl-iconbox--sh-square:hover .kl-iconbox__icon:after,.kl-iconbox--fright.kl-iconbox--sh-square:hover .kl-iconbox__icon:after { width:120%; left:auto; right:-20%; }.kl-iconbox--sh-circle .kl-iconbox__icon {display:inline-block; border-radius:50%; vertical-align:middle; position:relative; z-index:1; padding:22px;}.kl-iconbox--sh-circle .kl-iconbox__icon:after {content:''; position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1; border-radius:50%; opacity:0; -webkit-transform:scale(0); transform:scale(0); -webkit-transform-origin:50% 50%; transform-origin:50% 50%;-webkit-transition-property:opacity, -webkit-transform; transition-property:transform, opacity; -webkit-transition-duration:.5s; transition-duration:.5s; -webkit-transition-timing-function:ease-in; transition-timing-function:ease-in; }.kl-iconbox--sh-circle:hover span.kl-iconbox__icon:after {-webkit-transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1) !important; transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1) !important; -webkit-transition-duration:.2s; transition-duration:.2s; }.kl-iconbox--sh-circle:hover .kl-iconbox__icon:after { -webkit-transform:scale(1.15); transform:scale(1.15); opacity:1;}.kl-iconbox--sh-circle-stroke .kl-iconbox__icon {display:inline-block; border-radius:50%; vertical-align:middle; position:relative; z-index:1; padding:22px; -webkit-transition:all .2s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition:all .2s cubic-bezier(0.215, 0.610, 0.355, 1.000); }.kl-iconbox .kl-iconbox-AnimateFloat {position:relative; -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-name:floatingAnim; animation-name:floatingAnim; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; -webkit-animation-direction:alternate; animation-direction:alternate; -webkit-animation-timing-function:ease-in-out; animation-timing-function:ease-in-out;}@-webkit-keyframes floatingAnim {from {top:-8px; } to {top:8px; } }@keyframes floatingAnim {from {top:-8px; } to {top:8px; } }.kl-iconbox .playVideo {display:inline-block; cursor:default;}.kl-iconbox--theme-dark .playVideo {border-color:#111; color:#111;}.kl-iconbox--theme-dark .playVideo:hover,.kl-iconbox--theme-dark .playVideo:focus {color:#111;}.kl-iconbox .mouse-anim-icon {display:inline-block; cursor:default;}.kl-iconbox--theme-dark .mouse-anim-icon {background-color:rgba(0,0,0,.1);}.kl-iconbox--theme-dark .mouse-anim-icon:after {background-color:rgba(255,255,255,0.25);}.kl-iconbox--theme-dark .mouse-anim-icon:hover {background-color:rgba(0,0,0,.4); }.kl-iconbox .circleanim-svg {position:relative;}.kl-iconbox .circleanim-svg-inner {position:relative; top:0; width:100%; height:0; display:block; padding:0; padding-bottom:100%; margin-bottom:0;}.kl-iconbox .circleanim-svg svg {position:absolute; top:0; left:0; width:100%; height:100%;}.kl-iconbox--theme-dark .circleanim-svg__circle-front,.kl-iconbox--theme-dark .circleanim-svg__circle-back {stroke:#111;}.kl-iconbox--theme-dark .circleanim-svg path {fill:#111;}.eluidd9900615 .kl-iconbox__inner .kl-iconbox__title {font-size:20px;line-height:30px;font-weight:400;font-style:normal;} .eluidd9900615 .kl-iconbox__inner .kl-iconbox__desc {font-size:13px;line-height:24px;font-weight:400;font-style:normal;} .eluidd9900615 .kl-iconbox__inner img.kl-iconbox__icon { width:50px }.eluid865a1710{margin-top:-12px;}.eluid865a1710{padding-top:0px;padding-bottom:0px;}.eluida2a183e4 .kl-iconbox__inner .kl-iconbox__title {font-size:20px;line-height:30px;font-weight:400;font-style:normal;} .eluida2a183e4 .kl-iconbox__inner .kl-iconbox__desc {font-size:13px;line-height:24px;font-weight:400;font-style:normal;} .eluida2a183e4 .kl-iconbox__inner img.kl-iconbox__icon { width:50px }.eluid53ccd919{padding-top:0%;padding-right:48px;padding-left:79px;}.eluid53ccd919{}.eluidf8391f69 {min-height:389px;}.eluidf8391f69{margin-top:-12px;margin-left:23px;}.eluidf8391f69{padding-top:0px;padding-right:0px;padding-left:0px;}.znColumnElement-innerWrapper-eluid18d55819{ background-color:#0a0a0a;}.znColumnElement-innerWrapper-eluid18d55819 {min-height:480px;}@media (min-width:992px) and (max-width:1199px) {.znColumnElement-innerWrapper-eluid18d55819 {min-height:600px;} }@media (min-width:768px) and (max-width:991px) {.znColumnElement-innerWrapper-eluid18d55819 {min-height:800px;} }
.znColumnElement-innerWrapper-eluid18d55819{padding-top:35px;padding-right:35px;padding-bottom:35px;padding-left:35px;}.eluid952e3971.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#ffffff;}.eluid952e3971.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid952e3971.image-boxes .image-boxes-img-wrapper{height:112px}.eluid952e3971{margin-bottom:0px;}.eluid952e3971{padding-left:0px;}.eluid1ccecd18.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#ffffff;}.eluid1ccecd18.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid1ccecd18.image-boxes .image-boxes-img-wrapper{height:112px}.eluid1ccecd18{margin-bottom:0px;}.eluid1ccecd18{padding-left:0px;}.eluidc414b8c4.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#ffffff;}.eluidc414b8c4.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluidc414b8c4.image-boxes .image-boxes-img-wrapper{height:112px}.eluidc414b8c4{margin-bottom:0px;}.eluidc414b8c4{padding-left:0px;}.eluid0c83460a.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#ffffff;}.eluid0c83460a.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid0c83460a.image-boxes .image-boxes-img-wrapper{height:112px}.eluid0c83460a{margin-bottom:0px;}.eluid0c83460a{padding-left:0px;}.eluid630fa0c5.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#ffffff;}.eluid630fa0c5.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid630fa0c5.image-boxes .image-boxes-img-wrapper{height:112px}.eluid630fa0c5{margin-bottom:0px;}.eluid630fa0c5{padding-left:0px;}.eluid7ba456bb.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#ffffff;}.eluid7ba456bb.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid7ba456bb.image-boxes .image-boxes-img-wrapper{height:112px}.eluid7ba456bb{margin-bottom:0px;}.eluid7ba456bb{padding-left:0px;}.eluid07c7f11a{padding-top:12px;}.eluid07c7f11a{}.eluidb6d4d4ba.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidb6d4d4ba.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluidb6d4d4ba.image-boxes .image-boxes-img-wrapper{height:183px}.eluidb6d4d4ba{margin-bottom:20px;}.eluidb6d4d4ba{padding-left:1px;}.eluidaaee958e {min-height:185px;}.eluidaaee958e{margin-top:0px;margin-left:0px;}.eluidaaee958e{padding-top:0px;padding-right:0px;padding-left:0px;}.eluid7e81bea8{margin-top:18px;}.eluid7e81bea8{padding-top:0px;padding-bottom:35px;}.eluid7e81bea8 .tbk__title {margin-bottom:10px;}.eluid7e81bea8 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;line-height:28px;font-weight:400;color:#cccccc;}.eluid7e81bea8 .tbk__icon { font-size:28px; }.eluid3cfa74ea.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid3cfa74ea.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid3cfa74ea.image-boxes .image-boxes-img-wrapper{height:183px}.eluid3cfa74ea{margin-bottom:20px;}.eluidd6d79296.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidd6d79296.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluidd6d79296.image-boxes .image-boxes-img-wrapper{height:183px}.eluidd6d79296{margin-bottom:20px;}.eluidd6d79296{padding-left:1px;}.eluid513dd1ef.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid513dd1ef.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid513dd1ef.image-boxes .image-boxes-img-wrapper{height:183px}.eluid513dd1ef{margin-bottom:20px;}.eluid513dd1ef{padding-left:0px;}.eluidf93c1ad9.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidf93c1ad9.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluidf93c1ad9.image-boxes .image-boxes-img-wrapper{height:183px}.eluidf93c1ad9{margin-bottom:20px;}.eluidf93c1ad9{padding-left:0px;}.eluid46ad34aa{margin-top:0px;}.eluid46ad34aa{padding-top:15px;padding-bottom:0px;}.eluid46ad34aa .znSmartCarousel-prev {margin-right:20px}.eluid46ad34aa .znSmartCarousel-next {margin-left:20px}.eluid149f4d1b .latest_posts2-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:18px;font-weight:400;}.eluid149f4d1b .latest_posts2-itemSep{padding-bottom:11px;margin-bottom:11px;}.znColumnElement-innerWrapper-eluid169791d3{ background-color:#0a0a0a;}.znColumnElement-innerWrapper-eluid169791d3 {min-height:480px;}@media (min-width:992px) and (max-width:1199px) {.znColumnElement-innerWrapper-eluid169791d3 {min-height:600px;} }@media (min-width:768px) and (max-width:991px) {.znColumnElement-innerWrapper-eluid169791d3 {min-height:800px;} }.znColumnElement-innerWrapper-eluid169791d3{padding-top:50px;padding-right:60px;padding-bottom:35px;padding-left:35px;}.eluid888e4877{padding-top:0px;padding-bottom:40px;}.zn_section.eluid888e4877{background-color:#ffffff;}.eluid0399322e .kl-iconbox__inner .kl-iconbox__title {font-size:20px;line-height:30px;font-weight:400;font-style:normal;} .eluid0399322e .kl-iconbox__inner .kl-iconbox__desc {font-size:13px;line-height:24px;font-weight:400;font-style:normal;} .eluid0399322e .kl-iconbox__inner .kl-iconbox__icon {color:#cd2122; } .eluid0399322e:hover .kl-iconbox__inner .kl-iconbox__icon {color:#ffffff; } .eluid0399322e .kl-iconbox__inner span.kl-iconbox__icon { font-size:80px }.eluidaf5a9490{margin-top:-35px;}.eluidaf5a9490{padding-top:0px;padding-bottom:0px;}.eluidaf5a9490 .tbk__title {margin-bottom:10px;}.eluidaf5a9490 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:18px;line-height:28px;font-weight:400;color:#ffffff;letter-spacing:1px;text-transform:uppercase;}.eluidaf5a9490 .tbk__subtitle{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:18px;line-height:28px;color:#cccccc;letter-spacing:1px;}.eluidaf5a9490 .tbk__icon { font-size:28px; }.eluid730f61be.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid730f61be.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid730f61be.image-boxes .image-boxes-img-wrapper{height:270px}.eluid730f61be{margin-top:25px;margin-bottom:30px;}.znFlipboxElm {position:relative;height:400px;-webkit-perspective:1000;perspective:1000;-webkit-transform-style:preserve-3d;transform-style:preserve-3d; }.znFlipbox {width:100%;height:400px;background-size:cover;background-position:center center;position:absolute;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-perspective:inherit;perspective:inherit; }.znFlipboxElm.znFlipbox--vAlignTop .znFlipbox {-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start; }.znFlipboxElm.znFlipbox--vAlignMiddle .znFlipbox {-webkit-box-align:center;-ms-flex-align:center;align-items:center; }.znFlipboxElm.znFlipbox--vAlignBottom .znFlipbox {-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end; }.znFlipboxElm.znFlipbox--hAlignLeft {text-align:left; }.znFlipboxElm.znFlipbox--hAlignCenter {text-align:center; }.znFlipboxElm.znFlipbox--hAlignRight {text-align:right; }.znFlipbox-overlayFront,.znFlipbox-overlayBack {display:block;background:rgba(0, 0, 0, 0.5);width:100%;height:100%;position:absolute;top:0;left:0; }.znFlipbox-content {padding:40px;width:100%;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;z-index:2;-webkit-backface-visibility:hidden;backface-visibility:hidden; }.znFlipboxElm .znFlipbox,.znFlipboxElm .znFlipbox-content {-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:0.6s;transition-duration:0.6s;-webkit-transition-timing-function:cubic-bezier(0.5, 0.3, 0.3, 1);transition-timing-function:cubic-bezier(0.5, 0.3, 0.3, 1); }.znFlipboxElm.znFlipbox--speedFast .znFlipbox,.znFlipboxElm.znFlipbox--speedFast .znFlipbox-content {-webkit-transition-duration:0.3s;transition-duration:0.3s; }.znFlipboxElm.znFlipbox--speedNormal .znFlipbox,.znFlipboxElm.znFlipbox--speedNormal .znFlipbox-content {-webkit-transition-duration:0.6s;transition-duration:0.6s; }.znFlipboxElm.znFlipbox--speedSlow .znFlipbox,.znFlipboxElm.znFlipbox--speedSlow .znFlipbox-content {-webkit-transition-duration:1s;transition-duration:1s; }.znFlipboxElm-pbOff.znFlipbox--rotateX .znFlipbox-front {-webkit-transform:rotateY(0deg);transform:rotateY(0deg); }body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateX:hover .znFlipbox-front,.znFlipboxElm-pbOff.znFlipbox--rotateX.is--flipped .znFlipbox-front {-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg); }.znFlipboxElm-pbOff.znFlipbox--rotateX .znFlipbox-back {-webkit-transform:rotateY(180deg);transform:rotateY(180deg); }body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateX:hover .znFlipbox-back,.znFlipboxElm-pbOff.znFlipbox--rotateX.is--flipped .znFlipbox-back {-webkit-transform:rotateY(0deg);transform:rotateY(0deg); }.znFlipboxElm-pbOff.znFlipbox--rotateX .znFlipbox-contentFront {-webkit-transform:translateX(0px) translateZ(0px) scale(1);transform:translateX(0px) translateZ(0px) scale(1); }body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateX:hover .znFlipbox-contentFront,.znFlipboxElm-pbOff.znFlipbox--rotateX.is--flipped .znFlipbox-contentFront {-webkit-transform:translateX(-50%) translateZ(80px) scale(0.9);transform:translateX(-50%) translateZ(80px) scale(0.9);opacity:0; }

.znFlipboxElm-pbOff.znFlipbox--rotateX .znFlipbox-contentBack {-webkit-transform:translateX(50%) translateZ(80px) scale(0.9);transform:translateX(50%) translateZ(80px) scale(0.9);opacity:0; }body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateX:hover .znFlipbox-contentBack,.znFlipboxElm-pbOff.znFlipbox--rotateX.is--flipped .znFlipbox-contentBack {-webkit-transform:translateX(0px) translateZ(0) scale(1);transform:translateX(0px) translateZ(0) scale(1);opacity:1; }
.znFlipboxElm-pbOff.znFlipbox--rotateY .znFlipbox-front {-webkit-transform:rotateX(0deg);transform:rotateX(0deg); }body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateY:hover .znFlipbox-front,.znFlipboxElm-pbOff.znFlipbox--rotateY.is--flipped .znFlipbox-front {-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg); }.znFlipboxElm-pbOff.znFlipbox--rotateY .znFlipbox-back {-webkit-transform:rotateX(180deg);transform:rotateX(180deg); }body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateY:hover .znFlipbox-back,.znFlipboxElm-pbOff.znFlipbox--rotateY.is--flipped .znFlipbox-back {-webkit-transform:rotateX(0deg);transform:rotateX(0deg); }.znFlipboxElm-pbOff.znFlipbox--rotateY .znFlipbox-contentFront {-webkit-transform:translateY(0px) translateZ(0px) scale(1);transform:translateY(0px) translateZ(0px) scale(1); }body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateY:hover .znFlipbox-contentFront,
.znFlipboxElm-pbOff.znFlipbox--rotateY.is--flipped .znFlipbox-contentFront {-webkit-transform:translateY(50%) translateZ(80px) scale(0.9);transform:translateY(50%) translateZ(80px) scale(0.9);opacity:0; }.znFlipboxElm-pbOff.znFlipbox--rotateY .znFlipbox-contentBack {-webkit-transform:translateY(-50%) translateZ(80px) scale(0.9);transform:translateY(-50%) translateZ(80px) scale(0.9);opacity:0; }body:not(.is-mobile-browser) .znFlipboxElm-pbOff.znFlipbox--rotateY:hover .znFlipbox-contentBack,
.znFlipboxElm-pbOff.znFlipbox--rotateY.is--flipped .znFlipbox-contentBack {-webkit-transform:translateY(0px) translateZ(0px) scale(1);transform:translateY(0px) translateZ(0px) scale(1);opacity:1; }.znFlipboxElm-pbOn.znFlipbox--rotateX .znFlipbox-front {-webkit-transform:rotateY(0deg);transform:rotateY(0deg); }.znFlipboxElm-pbControl:checked ~ .znFlipboxElm-pbOn.znFlipbox--rotateX .znFlipbox-front {-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);opacity:0; }
.znFlipboxElm-pbOn.znFlipbox--rotateX .znFlipbox-back {-webkit-transform:rotateY(180deg);transform:rotateY(180deg); }.znFlipboxElm-pbControl:checked ~ .znFlipboxElm-pbOn.znFlipbox--rotateX .znFlipbox-back {-webkit-transform:rotateY(0deg);transform:rotateY(0deg); }
.znFlipboxElm-pbOn.znFlipbox--rotateX .znFlipbox-contentFront {-webkit-transform:translateX(0px) translateZ(0px) scale(1);transform:translateX(0px) translateZ(0px) scale(1); }.znFlipboxElm-pbControl:checked ~ .znFlipboxElm-pbOn.znFlipbox--rotateX .znFlipbox-contentFront {-webkit-transform:translateX(-50%) translateZ(80px) scale(0.9);transform:translateX(-50%) translateZ(80px) scale(0.9);opacity:0; }
.znFlipboxElm-pbOn.znFlipbox--rotateX .znFlipbox-contentBack {-webkit-transform:translateX(50%) translateZ(80px) scale(0.9);transform:translateX(50%) translateZ(80px) scale(0.9);opacity:0; }.znFlipboxElm-pbControl:checked ~ .znFlipboxElm-pbOn.znFlipbox--rotateX .znFlipbox-contentBack {-webkit-transform:translateX(0px) translateZ(0) scale(1);transform:translateX(0px) translateZ(0) scale(1);opacity:1; }
.znFlipboxElm-pbOn.znFlipbox--rotateY .znFlipbox-front {-webkit-transform:rotateX(0deg);transform:rotateX(0deg); }
.znFlipboxElm-pbControl:checked ~ .znFlipboxElm-pbOn.znFlipbox--rotateY .znFlipbox-front {-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg); }.znFlipboxElm-pbOn.znFlipbox--rotateY .znFlipbox-back {-webkit-transform:rotateX(180deg);transform:rotateX(180deg); }
.znFlipboxElm-pbControl:checked ~ .znFlipboxElm-pbOn.znFlipbox--rotateY .znFlipbox-back {-webkit-transform:rotateX(0deg);transform:rotateX(0deg); }
.znFlipboxElm-pbOn.znFlipbox--rotateY .znFlipbox-contentFront {-webkit-transform:translateY(0px) translateZ(0px) scale(1);transform:translateY(0px) translateZ(0px) scale(1); }.znFlipboxElm-pbControl:checked ~ .znFlipboxElm-pbOn.znFlipbox--rotateY .znFlipbox-contentFront {-webkit-transform:translateY(50%) translateZ(80px) scale(0.9);transform:translateY(50%) translateZ(80px) scale(0.9); }
.znFlipboxElm-pbOn.znFlipbox--rotateY .znFlipbox-contentBack {-webkit-transform:translateY(-50%) translateZ(80px) scale(0.9);transform:translateY(-50%) translateZ(80px) scale(0.9);opacity:0; }.znFlipboxElm-pbControl:checked ~ .znFlipboxElm-pbOn.znFlipbox--rotateY .znFlipbox-contentBack {-webkit-transform:translateY(0px) translateZ(0px) scale(1);transform:translateY(0px) translateZ(0px) scale(1);opacity:1; }
.znFlipboxElm.znFlipbox--shadowsHover .znFlipbox {box-shadow:0 0 0 transparent; }.znFlipboxElm.znFlipbox--shadowsAlways .znFlipbox,.znFlipboxElm.znFlipbox--shadowsHover:hover .znFlipbox {box-shadow:0 32px 58px rgba(0, 0, 0, 0.2); }.znFlipboxElm-pbControl {display:none; }.znFlipboxElm-pbControl + label {display:block;width:26px;height:26px;background:#66CB66;color:#fff;border-radius:13px;position:absolute;top:50px;right:-10px;padding-left:2px;z-index:2;cursor:pointer;font-size:18px;line-height:26px;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out, -webkit-transform .2s ease-out; }
.znFlipboxElm-pbControl + label:hover {background:#52ad52; }
.znFlipboxElm-pbControl + label:before {content:"\f345"; }
.znFlipboxElm-pbControl:checked + label {-webkit-transform:rotate(180deg);transform:rotate(180deg); }.zn_col_container-flipbox > .zn_pb_el_container > .zn_el_options_bar {display:none; }.eluid41189b64 .znFlipbox-front{background-image:url("../../../../../../../demo.kallyas.net/sport/wp-content/uploads/sites/33/2016/11/slide06.jpg")}.eluid41189b64 .znFlipbox-overlayFront {background:rgba(10,10,10,0.9)}.eluid41189b64 .znFlipbox-back{background-image:url("../../../../../../../demo.kallyas.net/sport/wp-content/uploads/sites/33/2016/11/slide25.jpg")}.eluid41189b64 {height:400px;}.znColumnElement-innerWrapper-eluida2e7fe66 {min-height:px;}
.eluidca297d5e .kl-iconbox__inner .kl-iconbox__title {
        font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    } 
.eluidca297d5e .kl-iconbox__inner .kl-iconbox__desc {font-size:13px;line-height:24px;font-weight:400;font-style:normal;} .eluidca297d5e .kl-iconbox__inner .kl-iconbox__icon {color:#cd2122; } .eluidca297d5e:hover .kl-iconbox__inner .kl-iconbox__icon {color:#ffffff; } .eluidca297d5e .kl-iconbox__inner span.kl-iconbox__icon { font-size:80px }
.eluid53507273{padding-top:0px;padding-bottom:0px;}.eluid53507273 .tbk__title {margin-bottom:10px;}.eluid53507273 .tbk__title{text-align: left;    left: 0;  padding-left: 30px;    width: 100%;font-size:24px;line-height:28px;font-weight:500;color:#ffffff;position: absolute;
    top: 180px;}.eluid53507273 .tbk__subtitle{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:18px;line-height:28px;color:#cccccc;letter-spacing:1px;}.eluid53507273 .tbk__icon { font-size:28px; }.eluidab937708.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidab937708.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluidab937708.image-boxes .image-boxes-img-wrapper{height:270px}.eluidab937708{margin-top:25px;margin-bottom:30px;}.eluidae51ef82 .znFlipbox-front{background-image:url("../../../../../../../demo.kallyas.net/sport/wp-content/uploads/sites/33/2016/11/slide18.jpg")}.eluidae51ef82 .znFlipbox-overlayFront {background:linear-gradient( to bottom,transparent 50%,#0000002e,#000000b8 80% )}.eluidae51ef82 .znFlipbox-back{background-image:url("../../../../../../../demo.kallyas.net/sport/wp-content/uploads/sites/33/2016/11/slide18.jpg")}.eluidae51ef82 {height:400px;}.znColumnElement-innerWrapper-eluid8da85a17 {min-height:px;}.eluid75f2a389 .kl-iconbox__inner .kl-iconbox__title {font-size:20px;line-height:30px;font-weight:400;font-style:normal;} .eluid75f2a389 .kl-iconbox__inner .kl-iconbox__desc {font-size:13px;line-height:24px;font-weight:400;font-style:normal;} .eluid75f2a389 .kl-iconbox__inner .kl-iconbox__icon {color:#ffffff; } .eluid75f2a389:hover .kl-iconbox__inner .kl-iconbox__icon {color:#ffffff; } .eluid75f2a389 .kl-iconbox__inner span.kl-iconbox__icon { font-size:80px }.eluidc65937ae{margin-top:-35px;}.eluidc65937ae{padding-top:0px;padding-bottom:0px;}.eluidc65937ae .tbk__title {margin-bottom:10px;}.eluidc65937ae .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:18px;line-height:28px;font-weight:400;color:#ffffff;letter-spacing:1px;text-transform:uppercase;}.eluidc65937ae .tbk__subtitle{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:18px;line-height:28px;color:#ffffff;letter-spacing:1px;}.eluidc65937ae .tbk__icon { font-size:28px; }.eluidfcd82651.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidfcd82651.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluidfcd82651.image-boxes .image-boxes-img-wrapper{height:270px}.eluidfcd82651{margin-top:25px;margin-bottom:30px;}.eluid4a24be4e .znFlipbox-front{background-image:url("../../../../../../../demo.kallyas.net/sport/wp-content/uploads/sites/33/2016/11/slide19.jpg")}.eluid4a24be4e .znFlipbox-overlayFront {background:rgba(221,51,51,0.9)}.eluid4a24be4e .znFlipbox-back{background-image:url("../../../../../../../demo.kallyas.net/sport/wp-content/uploads/sites/33/2016/11/slide19.jpg")}.eluid4a24be4e {height:400px;}.znColumnElement-innerWrapper-eluidcb928b48 {min-height:px;}.eluid339d6234{margin-top:0px;}.eluid339d6234{padding-top:30px;padding-bottom:72px;}.zn_section.eluid339d6234{background-color:#ffffff;}.eluidad3168ee{padding-top:10px;padding-bottom:8px;}.eluidad3168ee .tbk__title {margin-bottom:10px;}.eluidad3168ee .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluidad3168ee .tbk__icon { font-size:28px; }.eluid58462c57{padding-top:10px;padding-bottom:23px;}.eluid58462c57 .tbk__title {margin-bottom:10px;}.eluid58462c57 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:26px;line-height:44px;font-weight:400;color:#cccccc;letter-spacing:1px;}.eluid58462c57 .tbk__icon { font-size:28px; }.zn_separator.zn_separator--icon-no {border-top-style:solid;}.zn_pb_editor_enabled .sep-no-notification {margin-bottom:2px;}.zn_separator--icon-yes .zn_separator__icon {display:inline-block; color:#cd2122; vertical-align:middle; margin-left:20px; margin-right:20px; font-size:20px; }.zn_separator--icon-yes .zn_separator__line {content:''; display:inline-block; border-top-style:solid; width:calc(50% - 50px); vertical-align:middle; }.eluid98e6a4b7{margin-top:-5px;margin-bottom:35px;}
.eluid98e6a4b7.zn_separator--icon-no { border-top-width:1px; border-top-color:#262626; }.elm-custommenu {margin-bottom:20px;}.elm-cmlist {list-style:none; margin:0; padding:0;}.elm-cmlist li {position:relative;}.elm-cmlist li a {}.elm-cmlist li ul {list-style:none; padding-left:20px;}.elm-cmlist-cols:not(.elm-cmlist--cols-1) { margin-left:-10px; margin-right:-10px; }.elm-cmlist-cols:not(.elm-cmlist--cols-1) > li { float:left; margin-left:10px; margin-right:10px; }.elm-cmlist-cols.elm-cmlist--cols-2 > li { width:calc(50% - 20px); }.elm-cmlist-cols.elm-cmlist--cols-3 > li { width:calc(33.3333% - 20px); }.elm-cmlist-cols.elm-cmlist--cols-4 > li { width:calc(25% - 20px); }.elm-cmlist.elm-cmlist--v1 li {margin-bottom:0;}.elm-cmlist.elm-cmlist--v1 a {color:#747474; display:block; padding:5px 0; position:relative;}.elm-cmlist.elm-cmlist--v1 a:before {content:''; display:inline-block; margin-right:12px; width:8px; height:2px; background:#000; opacity:0.05; vertical-align:middle; -webkit-transition:all .15s ease-out; transition:all .15s ease-out; }.elm-cmlist.elm-cmlist--v1 li.active > a,.elm-cmlist.elm-cmlist--v1 li.is-active > a,.elm-cmlist.elm-cmlist--v1 a:hover {color:#000000;}.elm-cmlist.elm-cmlist--v1 li.active > a:before,.elm-cmlist.elm-cmlist--v1 li.is-active > a:before,.elm-cmlist.elm-cmlist--v1 a:hover:before {width:12px; margin-right:8px; opacity:0.2; }.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v1 a {color:#ababab; }.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v1 a:before {background:#fff;}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v1 li.active > a,.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v1 li.is-active > a,.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v1 a:hover {color:#eee;}.elm-cmlist.elm-cmlist--v2 li {margin-bottom:0;}.elm-cmlist.elm-cmlist--v2 a { color:#747474; display:block; padding:10px 0; position:relative; border-bottom:1px solid rgba(0,0,0,.1); }.elm-cmlist.elm-cmlist--v2 a:before { content:''; position:absolute; bottom:-1px; left:0; width:0; height:1px; background-color:#cd2122; -webkit-transition:all .15s ease-out; transition:all .15s ease-out; }.elm-cmlist.elm-cmlist--v2 a:after {content:"\e258"; color:#000; opacity:0.05; position:absolute; right:0; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); -webkit-transition:all .15s ease-out; transition:all .15s ease-out; display:inline-block; font-family:'Glyphicons Halflings'; font-style:normal; font-weight:400; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}.elm-custommenu-toggleSubmenus .elm-cmlist.elm-cmlist--v2 .menu-item-has-children > a:after {right:0;}.elm-cmlist.elm-cmlist--v2 li.current-menu-item > a,.elm-cmlist.elm-cmlist--v2 a:hover {color:#000000;}.elm-cmlist.elm-cmlist--v2 li.current-menu-item > a:after,.elm-cmlist.elm-cmlist--v2 a:hover:after {opacity:0.2;}.elm-cmlist.elm-cmlist--v2 li.current-menu-item > a:before,.elm-cmlist.elm-cmlist--v2 a:hover:before {width:100%;}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v2 a {color:#ababab; border-bottom-color:rgba(255,255,255,0.1); }.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v2 a:before {background:#fff;}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v2 a:after {color:#fff;}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v2 li.current-menu-item > a,.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v2 a:hover {color:#eee;}.elm-cmlist.elm-cmlist--v3 a { background:rgba(0,0,0,0.1); color:#444; display:block; padding:10px 15px; position:relative; border-radius:2px; margin-bottom:3px; -webkit-transition:all .15s ease-in-out; transition:all .15s ease-in-out;}.elm-cmlist.elm-cmlist--v3 li.current-menu-item > a,.elm-cmlist.elm-cmlist--v3 a:hover {background:rgba(0,0,0,0.2); color:#444;}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3 a {background:rgba(255,255,255,0.1); color:#eee;}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3 li.current-menu-item > a,.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3 a:hover {background:rgba(255,255,255,0.2); color:#fff;}.elm-cmlist.elm-cmlist--v3ext a { color:#444; display:block; padding:10px 15px; margin-bottom:3px; position:relative; background:rgba(0,0,0,0.1); border-radius:2px; -webkit-transition:color .15s cubic-bezier(0.77, 0, 0.175, 1); transition:color .15s cubic-bezier(0.77, 0, 0.175, 1);overflow:hidden;}.elm-cmlist.elm-cmlist--v3ext a span { position:relative;}.elm-cmlist.elm-cmlist--v3ext a:before {content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#cd2122; border-radius:2px; opacity:0;-webkit-transform:translateX(-103%) skewX(10deg);-ms-transform:translateX(-103%) skewX(10deg);transform:translateX(-103%) skewX(10deg); -webkit-transition:all .15s cubic-bezier(0.77, 0, 0.175, 1); transition:all .15s cubic-bezier(0.77, 0, 0.175, 1);}.elm-cmlist.elm-cmlist--v3ext li.current-menu-item > a,.elm-cmlist.elm-cmlist--v3ext a:hover {color:#fff;}.elm-cmlist.elm-cmlist--v3ext li.current-menu-item a:before,.elm-cmlist.elm-cmlist--v3ext li a:hover:before {width:100%; opacity:1; -webkit-transform:translateX(0) skewX(0); -ms-transform:translateX(0) skewX(0); transform:translateX(0) skewX(0);}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3ext a { color:#ccc; background:rgba(255,255,255,0.1); }.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3ext li.current-menu-item > a,.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--v3ext a:hover {color:#000;}
.elm-cmlist--h1 {margin:5px 0;}.elm-cmlist.elm-cmlist--h1 > li { display:inline-block; margin:0 10px; position:relative;}.elm-cmlist.elm-cmlist--h1 li.current-menu-item > a {font-weight:600;}.elm-cmlist.elm-cmlist--h1 li ul {display:none;}.elm-cmlist--h2 {margin:5px 0;}.elm-cmlist.elm-cmlist--h2 > li { display:inline-block; margin:0 3px; position:relative;}.elm-cmlist.elm-cmlist--h2 a { background:rgba(0,0,0,0.1); color:#444; display:block; padding:10px 15px; position:relative; border-radius:2px; margin-bottom:3px; -webkit-transition:all .15s ease-in-out; transition:all .15s ease-in-out;}.elm-cmlist.elm-cmlist--h2 li.current-menu-item > a,.elm-cmlist.elm-cmlist--h2 a:hover {background:rgba(0,0,0,0.2); color:#444;}.elm-cmlist.elm-cmlist--h2 li.current-menu-item > a {font-weight:600;}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--h2 a {background:rgba(255,255,255,0.1); color:#eee;}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--h2 li.current-menu-item > a,.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--h2 a:hover {background:rgba(255,255,255,0.2); color:#fff;}.elm-cmlist.elm-cmlist--h2 li ul {display:none;}.elm-cmlist.elm-cmlist--dropDown li ul {display:none; position:absolute; min-width:200px; z-index:99; padding-left:0;}.elm-cmlist.elm-cmlist--dropDown li ul a {background:rgba(226, 226, 226, 0.9); color:#444; display:block;padding:8px 15px;position:relative;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;margin-bottom:0;border-radius:0;}.elm-cmlist.elm-cmlist--dropDown li ul li.current-menu-item > a,.elm-cmlist.elm-cmlist--dropDown li ul a:hover {background:rgba(226, 226, 226, 1); color:#444;}.elm-cmlist.elm-cmlist--dropDown li ul li:first-child > a {border-radius:2px 2px 0 0;}.elm-cmlist.elm-cmlist--dropDown li ul li:last-child > a {border-radius:0 0 2px 2px;}.elm-cmlist.elm-cmlist--dropDown li:hover > ul {display:block;}.elm-cmlist.elm-cmlist--dropDown ul li {position:relative;}.elm-cmlist.elm-cmlist--dropDown ul li:hover > ul {top:0; left:100%; margin-left:3px;}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--dropDown li ul a {background:rgba(25, 25, 25, 0.9); color:#fff;}.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--dropDown li.current-menu-item > a,.elm-cmlist--skin-dark .elm-cmlist.elm-cmlist--dropDown li ul a:hover {background:rgba(25, 25, 25, 1); color:#fff;}@media (max-width:767px){.elm-cmlist.elm-cmlist--dropDown li {display:block;}.elm-cmlist.elm-cmlist--dropDown li ul,.elm-cmlist.elm-cmlist--dropDown li:hover ul {display:block; position:static;}}.elm-custommenu--dd {position:relative;}.elm-custommenu--dd .elm-custommenu-pick { display:block;padding:13px 40px 13px 15px; min-width:40px;min-height:50px;background-color:#cd2122; color:#fff; font-size:14px; font-weight:600; position:relative;border-radius:2px;cursor:pointer;opacity:.9;}.elm-custommenu--dd .elm-custommenu-pick:after { width:40px; height:50px;line-height:50px;position:absolute; right:0; top:0; content:"\e259"; display:inline-block;-webkit-transition:all .15s ease-out; transition:all .15s ease-out; font-family:'Glyphicons Halflings'; font-style:normal; font-weight:400; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;text-align:center;}.elm-custommenu--dd.is-opened .elm-custommenu-pick {border-radius:2px 2px 0 0;}.elm-custommenu--dd.is-opened .elm-custommenu-pick:after { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg);}.elm-custommenu--dd:hover .elm-custommenu-pick,.elm-custommenu--dd.is-opened .elm-custommenu-pick {opacity:1;}.elm-cmlist--dd {padding:10px 0; background:#fff; position:absolute; width:100%; top:100%; z-index:2; display:none; border-radius:0 0 3px 3px; box-shadow:0 5px 10px rgba(0,0,0,0.2); }.elm-custommenu--dd.is-opened .elm-cmlist--dd { display:block;}.elm-cmlist--dd li a {padding:10px 20px; border-bottom:1px solid rgba(0,0,0,0.1); display:block; }.elm-cmlist--dd li:first-child a {border-top:1px solid rgba(0,0,0,0.1); }.elm-cmlist--dd li a:hover,.elm-cmlist--dd li.current-menu-item > a:hover { background:#f5f5f5; }.elm-custommenu-toggleSubmenus .menu-item-has-children > a {display:block; position:relative;}.elm-custommenu-toggleSubmenus .menu-item-has-children > a:after {content:"\e258"; font-size:13px; color:currentColor; position:absolute; right:1em; top:50%; opacity:.4; -webkit-transform:translateY(-50%) rotate(90deg); transform:translateY(-50%) rotate(90deg); -webkit-transition:all .15s ease-out; transition:all .15s ease-out; display:inline-block; font-family:'Glyphicons Halflings'; font-style:normal; font-weight:400; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }.elm-custommenu-toggleSubmenus .menu-item-has-children.is-active > a:after {-webkit-transform:translateY(-50%) rotate(-90deg); transform:translateY(-50%) rotate(-90deg);}.elm-custommenu-toggleSubmenus .menu-item-has-children > .sub-menu {display:none;}#eluid37ce74e9 > li > a {font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;line-height:26px;color:#999999;} #eluid37ce74e9 > li > a:hover, .eluid37ce74e9 > ul > li.active > a:hover {color:#ffffff} #eluidfcaa3151 > li > a {font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;line-height:26px;color:#999999;} #eluidfcaa3151 > li > a:hover, .eluidfcaa3151 > ul > li.active > a:hover {color:#ffffff} .eluid66c65a41.th-spacer {height:50px;}.eluid2bfb0b85{padding-top:0px;padding-right:50px;padding-left:50px;}.eluid2bfb0b85{}.znColumnElement-innerWrapper-eluid7e7e32d6 {min-height:px;}.eluid05e05475.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid05e05475.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid05e05475.image-boxes .image-boxes-img-wrapper{height:270px}.eluid05e05475{margin-bottom:30px;}.znColumnElement-innerWrapper-eluidc3a69d58 {min-height:px;}.eluida53a3ebd.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluida53a3ebd.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}
.eluida53a3ebd.image-boxes .image-boxes-img-wrapper{height:270px}.eluida53a3ebd{margin-bottom:30px;}.znColumnElement-innerWrapper-eluid1d8a61cc {min-height:px;}.eluid6c79a362.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid6c79a362.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid6c79a362.image-boxes .image-boxes-img-wrapper{height:270px}.eluid6c79a362{margin-bottom:30px;}.znColumnElement-innerWrapper-eluidade213c4 {min-height:px;}.eluid7eb71597.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid7eb71597.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid7eb71597.image-boxes .image-boxes-img-wrapper{height:270px}.eluid7eb71597{margin-bottom:30px;}.znColumnElement-innerWrapper-eluid93a35cd0 {min-height:px;}.eluid2d2febc3.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid2d2febc3.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid2d2febc3.image-boxes .image-boxes-img-wrapper{height:270px}.eluid2d2febc3{margin-bottom:30px;}.znColumnElement-innerWrapper-eluid72578d95 {min-height:px;}.eluidcc0315a8.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidcc0315a8.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluidcc0315a8.image-boxes .image-boxes-img-wrapper{height:270px}.eluidcc0315a8{margin-bottom:30px;}.znColumnElement-innerWrapper-eluidd6258598 {min-height:px;}.eluid71f90709{padding-top:1%;}.eluid71f90709{}.znColumnElement-innerWrapper-eluid478d102c {min-height:px;}
.znColumnElement-innerWrapper-eluid478d102c{padding-right:50px;}
@media screen and (min-width:768px) and (max-width:991px){.znColumnElement-innerWrapper-eluid478d102c{padding-right:25px;padding-left:25px;}}@media screen and (max-width:767px){.znColumnElement-innerWrapper-eluid478d102c{padding-right:0px;padding-left:0px;}}.eluid2f871fe2{padding-top:1%;}.eluid2f871fe2{}.znColumnElement-innerWrapper-eluid663a55cd{ background-color:#1e1e1e;}.znColumnElement-innerWrapper-eluid663a55cd {min-height:px;}
.znColumnElement-innerWrapper-eluid663a55cd{padding-top:35px;padding-right:35px;padding-bottom:35px;padding-left:35px;}@media screen and (min-width:768px) and (max-width:991px){.znColumnElement-innerWrapper-eluid663a55cd{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media screen and (max-width:767px){.znColumnElement-innerWrapper-eluid663a55cd{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}.eluidb689b720{margin-top:0px;}.eluidb689b720{padding-top:40px;padding-bottom:40px;}.zn_section.eluidb689b720{background-color:#1e1e1e;}.eluid920ad7f8{padding-top:10px;padding-bottom:8px;}.eluid920ad7f8 .tbk__title {margin-bottom:10px;}.eluid920ad7f8 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluid920ad7f8 .tbk__icon { font-size:28px; }.eluidef311b3b.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:20px;line-height:23px;font-weight:500;}.eluidef311b3b.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluidef311b3b.image-boxes .image-boxes-img-wrapper{height:270px}.eluidef311b3b{margin-bottom:0px;}.znColumnElement-innerWrapper-eluidbd0261d8 {min-height:px;}.eluid0160dca9.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}
.eluid0160dca9.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid0160dca9.image-boxes .image-boxes-img-wrapper{height:270px}.eluid0160dca9{margin-bottom:0px;}.znColumnElement-innerWrapper-eluid27380f7f {min-height:px;}.eluid43aed894.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:20px;line-height:23px;}.eluid43aed894.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid43aed894.image-boxes .image-boxes-img-wrapper{height:270px}.eluid43aed894{margin-bottom:0px;}.znColumnElement-innerWrapper-eluid100962a4 {min-height:px;}.eluidb1dae2a9.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidb1dae2a9.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluidb1dae2a9.image-boxes .image-boxes-img-wrapper{height:270px}.eluidb1dae2a9{margin-bottom:0px;}.znColumnElement-innerWrapper-eluidfeb9ea18 {min-height:px;}.eluid46d8cd78.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid46d8cd78.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}
.eluid46d8cd78.image-boxes .image-boxes-img-wrapper{height:270px}.eluid46d8cd78{margin-bottom:0px;}.znColumnElement-innerWrapper-eluid071ee2e5 {min-height:px;}.eluidfbce5df8.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:20px;line-height:23px;}.eluidfbce5df8.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluidfbce5df8.image-boxes .image-boxes-img-wrapper{height:270px}.eluidfbce5df8{margin-bottom:0px;}.znColumnElement-innerWrapper-eluidaa6b8713 {min-height:px;}.eluid67ae2446.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid67ae2446.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid67ae2446.image-boxes .image-boxes-img-wrapper{height:270px}.eluid67ae2446{margin-bottom:0px;}.znColumnElement-innerWrapper-eluid4df47ef2 {min-height:px;}.eluid15eab0d4.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:20px;line-height:23px;}.eluid15eab0d4.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid15eab0d4.image-boxes .image-boxes-img-wrapper{height:270px}.eluid15eab0d4{margin-bottom:0px;}.znColumnElement-innerWrapper-eluid5172b85a {min-height:px;}.eluidbf6eeafd{margin-right:-35px;margin-bottom:30px;margin-left:-35px;}.eluidbf6eeafd{padding-top:1%;}.eluidbf6eeafd{}.znColumnElement-innerWrapper-eluid2574ab50 {min-height:px;}.znColumnElement-innerWrapper-eluid2574ab50 > .znColumnElement-innerContent:not(.zn_pb_no_content) {width:94%;}
.znColumnElement-innerWrapper-eluid2574ab50{margin-top:0px;}.znColumnElement-innerWrapper-eluid2574ab50{padding-top:35px;padding-right:35px;padding-bottom:35px;padding-left:35px;}.eluid2574ab50{z-index:3}.eluidb92480e2{margin-top:-28px;}.eluidb92480e2{padding-top:0px;padding-bottom:64px;}.eluidb92480e2 .tbk__title {margin-bottom:10px;}.eluidb92480e2 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;line-height:22px;font-weight:400;color:#cccccc;letter-spacing:1px;}.eluidb92480e2 .tbk__icon { font-size:28px; }.znColumnElement-innerWrapper-eluid184129e7 {min-height:px;}.znColumnElement-innerWrapper-eluid184129e7 > .znColumnElement-innerContent:not(.zn_pb_no_content) {width:94%;}.znColumnElement-innerWrapper-eluid184129e7{margin-top:0px;margin-left:43px;}.znColumnElement-innerWrapper-eluid184129e7{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.eluid184129e7{z-index:3}.eluid46f9d0cb{margin-top:-55px;}.eluid46f9d0cb{padding-top:60px;padding-bottom:30px;}.zn_section.eluid46f9d0cb{background-color:#0a0a0a;}.eluidd4e376d5{padding-top:10px;padding-bottom:0px;}.eluidd4e376d5 .tbk__title {margin-bottom:0px;}.eluidd4e376d5 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#0a0a0a;letter-spacing:1px;}.eluidd4e376d5 .tbk__icon { font-size:28px; }.eluidcb102be0{margin-top:5px;margin-bottom:44px;}.eluidcb102be0.zn_separator--icon-no { border-top-width:1px; border-top-color:#eaeaea; }.eluidc51b8765 .kl-iconbox__inner .kl-iconbox__title {font-size:20px;line-height:30px;font-weight:400;font-style:normal;} .eluidc51b8765 .kl-iconbox__inner .kl-iconbox__desc {font-size:13px;line-height:24px;font-weight:400;font-style:normal;} .eluidc51b8765 .kl-iconbox__inner img.kl-iconbox__icon { width:35px }.znColumnElement-innerWrapper-eluidb0e78b28 {min-height:px;}.znColumnElement-innerWrapper-eluidb0e78b28{margin-top:8px;margin-left:0px;}.eluid0d2ad1b0{margin-top:17px;}.eluid0d2ad1b0{padding-top:0px;padding-bottom:0px;}.eluid00bc6b93 .kl-iconbox__inner .kl-iconbox__title {font-size:20px;line-height:30px;font-weight:400;font-style:normal;} .eluid00bc6b93 .kl-iconbox__inner .kl-iconbox__desc {font-size:13px;line-height:24px;font-weight:400;font-style:normal;} .eluid00bc6b93 .kl-iconbox__inner img.kl-iconbox__icon { width:41px }.eluid350c3309{margin-bottom:-10px;}.eluid350c3309{padding-top:0%;padding-right:0px;padding-left:0px;}.eluid350c3309{}.eluiddf1dc1a8{margin-top:15px;margin-bottom:24px;}.eluiddf1dc1a8.zn_separator--icon-no { border-top-width:1px; border-top-color:#eaeaea; }.eluidd626341c{padding-top:10px;padding-bottom:8px;}.eluidd626341c .tbk__title {margin-bottom:10px;}
.eluidd626341c .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#0a0a0a;letter-spacing:1px;}.eluidd626341c .tbk__icon { font-size:28px; }.eluid42ef2675.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:13px;font-weight:600;}.eluid42ef2675.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:15px;color:#666666;}.eluid42ef2675.image-boxes .image-boxes-img-wrapper{height:140px}.eluid42ef2675{margin-bottom:30px;}.eluid5980382e.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:13px;font-weight:600;}.eluid5980382e.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:15px;color:#666666;}.eluid5980382e.image-boxes .image-boxes-img-wrapper{height:140px}.eluid5980382e{margin-bottom:30px;}.eluidc7762d67.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:13px;font-weight:600;}.eluidc7762d67.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:15px;color:#666666;}.eluidc7762d67.image-boxes .image-boxes-img-wrapper{height:140px}.eluidc7762d67{margin-bottom:30px;}.eluid459a5f42.th-spacer {height:15px;}.eluidc22c525f{padding-top:10px;padding-bottom:8px;}.eluidc22c525f .tbk__title {margin-bottom:10px;}.eluidc22c525f .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#0a0a0a;letter-spacing:1px;}.eluidc22c525f .tbk__icon { font-size:28px; }.eluidec6a4b4f{margin-top:0px;margin-bottom:50px;}.eluidec6a4b4f.zn_separator--icon-no { border-top-width:1px; border-top-color:#eaeaea; }.elm-social-icons {margin-left:0; padding:0; display:inline-block; list-style:none;}.elm-social-icons-item {display:inline-block; margin:5px; margin-left:3px; margin-right:3px;}.elm-social-icons .elm-sc-link {display:block;}.elm-social-icons .elm-sc-icon {display:inline-block; color:#fff; width:auto; height:auto; padding:30px; position:relative; text-align:center; -webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out; font-size:14px; font-weight:normal; opacity:1; vertical-align:middle;}.elm-social-icons .elm-sc-icon:before {position:absolute;-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);-webkit-backface-visibility:hidden;top:50%; left:50%;}.elm-social-icons.sc--normal .elm-sc-icon { background-color:#111; }.elm-social-icons.sc--normal .elm-sc-link:hover .elm-sc-icon {background-color:#CD2122;}.elm-social-icons.sc--colored .elm-sc-icon {background-color:rgba(0,0,0,0.05);}.elm-social-icons.sc--colored .elm-sc-link:hover .elm-sc-icon {background-color:#111;}.elm-social-icons.sc--colored_hov .elm-sc-icon {background-color:#111;}.elm-social-icons.sc--colored_hov .elm-sc-link:hover .elm-sc-icon {background-color:rgba(0,0,0,0.05);}.elm-social-icons.sc--clean .elm-sc-icon {background:none !important; }.elm-social-icons.sc--clean .elm-sc-link:hover .elm-sc-icon {background:none !important; box-shadow:none; }.elm-social-icons.sh--rounded .elm-sc-icon {border-radius:3px;}.elm-social-icons.sh--circle .elm-sc-icon {border-radius:50%;}.elm-social-icons.sh--special1 .elm-sc-icon:before {top:75%; left:75%;}.elm-social-icons.sc-lay--vlist .elm-social-icons-item { display:block; }.elm-social-icons.sc-lay--vlisttitle .elm-social-icons-item { display:block; }.elm-social-icons.sc-lay--vlisttitle .elm-sc-title { vertical-align:middle; display:inline-block; margin-left:1em; }@media (max-width:991px){.elm-social-icons.sc-lay--vlisttitle .elm-sc-title { font-size:11px; }}.elm-socialicons.sc-icon--right .elm-sc-link { direction:rtl;}.elm-socialicons.sc-icon--right .sc-lay--vlisttitle .elm-sc-title {margin-left:0; margin-right:1em;}.eluidbc0b4448 .elm-sc-icon {padding:20px}.eluidbc0b4448 .sc--custom .elm-sc-icon-0 .elm-sc-icon{background-color:#516eab;}.eluidbc0b4448 .sc--custom .elm-sc-icon-0:hover .elm-sc-icon{color:#ffffff;background-color:#516eab;}.eluidbc0b4448 .sc--custom .elm-sc-icon-1 .elm-sc-icon{background-color:#29c5f6;}.eluidbc0b4448 .sc--custom .elm-sc-icon-1:hover .elm-sc-icon{color:#ffffff;background-color:#29c5f6;}.eluidbc0b4448 .sc--custom .elm-sc-icon-2 .elm-sc-icon{background-color:#dd3333;}.eluidbc0b4448 .sc--custom .elm-sc-icon-2:hover .elm-sc-icon{color:#ffffff;background-color:#dd3333;}.eluidbc0b4448 .sc--custom .elm-sc-icon-3 .elm-sc-icon{background-color:#0a0a0a;}.eluidbc0b4448 .sc--custom .elm-sc-icon-3:hover .elm-sc-icon{color:#ffffff;background-color:#0a0a0a;}.znColumnElement-innerWrapper-eluid3c1ee0f1{ border-style:solid; border-width:0px; border-color:#ededed; background-color:#ffffff;}.znColumnElement-innerWrapper-eluid3c1ee0f1 {min-height:px;}.znColumnElement-innerWrapper-eluid3c1ee0f1{margin-top:0px;}@media screen and (min-width:768px) and (max-width:991px){.znColumnElement-innerWrapper-eluid3c1ee0f1{margin-top:70px;}}@media screen and (max-width:767px){.znColumnElement-innerWrapper-eluid3c1ee0f1{margin-top:0px;}}.znColumnElement-innerWrapper-eluid3c1ee0f1{padding-top:34px;padding-right:35px;padding-bottom:35px;padding-left:35px;}.eluidf169fe9b{padding-top:10px;padding-bottom:8px;}.eluidf169fe9b .tbk__title {margin-bottom:10px;}.eluidf169fe9b .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:26px;font-weight:600;color:#0a0a0a;letter-spacing:1px;}.eluidf169fe9b .tbk__icon { font-size:28px; }.eluid0c6aacdd{margin-top:5px;margin-bottom:5px;}.eluid0c6aacdd.zn_separator--icon-no { border-top-width:1px; border-top-color:#eaeaea; }.eluid59072bec .latest_posts2-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:22px;line-height:24px;font-weight:500;margin-bottom:8px;}.eluid59072bec .latest_posts2-itemSep{padding-bottom:32px;margin-bottom:32px;}.znColumnElement-innerWrapper-eluid5ff21aef{ border:solid 1px #ededed; background-color:#ffffff;}.znColumnElement-innerWrapper-eluid5ff21aef {min-height:px;}.znColumnElement-innerWrapper-eluid5ff21aef{padding-top:17px;padding-right:35px;padding-bottom:35px;padding-left:35px;}.eluid28eab150.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid28eab150.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;color:#666666;}.eluid28eab150.image-boxes .image-boxes-img-wrapper{height:271px}.eluid28eab150{margin-bottom:30px;}.eluid28eab150{padding-top:0px;}.eluid55571a2d .latest_posts2-title{font-size:15px;font-weight:400;}.eluid55571a2d .latest_posts2-itemSep{padding-bottom:20px;margin-bottom:20px;}.znColumnElement-innerWrapper-eluid771d9327 {min-height:px;}.znColumnElement-innerWrapper-eluid771d9327{padding-right:35px;padding-bottom:36px;padding-left:35px;}
.eluidff3edf9d{margin-top:-25px;}.eluidff3edf9d{padding-top:74px;}.eluidff3edf9d{}.znColumnElement-innerWrapper-eluidb49f79df{ background-color:#ffffff;}.znColumnElement-innerWrapper-eluidb49f79df {min-height:px;}.znColumnElement-innerWrapper-eluidb49f79df{margin-top:20px;}.znColumnElement-innerWrapper-eluidb49f79df{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.eluidb49f79df{z-index:1}.eluid7273dc93{padding-top:90px;padding-bottom:60px;}.zn_section.eluid7273dc93{background-color:#ffffff;}.eluidd0aabff5{padding-top:0px;padding-bottom:7px;}.eluidd0aabff5 .tbk__title {margin-bottom:10px;}.eluidd0aabff5 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:12px;color:#ffffff;}.eluidd0aabff5 .tbk__icon { font-size:28px; }
.elm-nlbox__form {border-radius:4px; position:relative; margin-bottom:10px;display:flex; flex-wrap:wrap;}.elm-nlbox__input, .elm-nlbox__submit { height:50px; float:left; border:0; vertical-align:middle; outline:none; margin:0; top:0; }.elm-nlbox__submit.is-submitting {opacity:.4; pointer-events:none;}.elm-nlbox__icon { font-size:16px; }.elm-nlbox__input { width:calc(100% - 130px); background:#fff; border-radius:3px; padding-left:20px; -webkit-transition:padding-left .15s ease-out; transition:padding-left .15s ease-out; }.elm-nlbox__form .znhg-gdpr-label { margin:10px 0; width:100%; }.elm-nlbox__input.btn--rounded {border-radius:3px !important;}.elm-nlbox__input.btn--round, .elm-nlbox__submit.btn--round {border-radius:50px !important;}.elm-nlbox__input.btn--square {border-radius:0 !important;}.elm-nlbox__input:focus { padding-left:30px; }.elm-nlbox__submit { width:130px; border-radius:3px; }.elm-nlbox__submit:not(.glyphicon) { font-size:14px; font-weight:600; }.nlbox--style-normal .elm-nlbox__submit { color:#fff; background-color:#cd2122; }.nlbox--style-normal .elm-nlbox__submit:hover { background-color:#000; }.nlbox--style-normal2 .elm-nlbox__submit { color:#999; background-color:#fff; position:relative; }.nlbox--style-normal2 .elm-nlbox__submit:hover { color:#767676; }.nlbox--style-transparent .elm-nlbox__input { border:1px solid rgba(255,255,255,.7); background:rgba(255,255,255,.3); color:#fff; }.nlbox--style-transparent .elm-nlbox__input::-webkit-input-placeholder {color:#fff; }.nlbox--style-transparent .elm-nlbox__input:-moz-placeholder {color:#fff; }.nlbox--style-transparent .elm-nlbox__input::-moz-placeholder {color:#fff; }.nlbox--style-transparent .elm-nlbox__input:-ms-input-placeholder {color:#fff; }.nlbox--style-transparent .elm-nlbox__submit { color:#fff; background-color:#cd2122; }.nlbox--style-transparent .elm-nlbox__submit:hover { background-color:#000; }.nlbox--style-transparent2 .elm-nlbox__input { border:1px solid rgba(255,255,255,.7); background:rgba(255,255,255,.1); color:#fff; }.nlbox--style-transparent2 .elm-nlbox__input::-webkit-input-placeholder {color:#fff; }.nlbox--style-transparent2 .elm-nlbox__input:-moz-placeholder {color:#fff; }.nlbox--style-transparent2 .elm-nlbox__input::-moz-placeholder {color:#fff; }
.nlbox--style-transparent2 .elm-nlbox__input:-ms-input-placeholder {color:#fff; }.nlbox--style-transparent2 .elm-nlbox__submit { color:#fff; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.7); position:relative; }.nlbox--style-transparent2 .elm-nlbox__submit:hover { color:rgba(255,255,255,.8); }.nlbox--layout-single .elm-nlbox__form {box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.35);}.nlbox--layout-single .elm-nlbox__input {border-radius:4px 0 0 4px;}.nlbox--layout-single .elm-nlbox__input.btn--round, .nlbox--layout-single .elm-nlbox__input.btn--rounded {border-top-right-radius:0 !important; border-bottom-right-radius:0 !important; }.nlbox--layout-single .elm-nlbox__submit {border-radius:0 4px 4px 0;}
.nlbox--layout-single .elm-nlbox__submit.btn--round, .nlbox--layout-single .elm-nlbox__submit.btn--rounded {border-top-left-radius:0 !important; border-bottom-left-radius:0 !important; }.nlbox--style-normal2.nlbox--layout-single .elm-nlbox__submit:after { content:''; position:absolute; width:1px; height:86%; top:7%; left:0; background-color:rgba(0,0,0,0.1) }.nlbox--style-transparent.nlbox--layout-single .elm-nlbox__input { border-right-width:0;}.nlbox--style-transparent2.nlbox--layout-single .elm-nlbox__input {border-right-width:0;}.nlbox--style-transparent2.nlbox--layout-single .elm-nlbox__submit { border-left-width:0; }.nlbox--style-transparent2.nlbox--layout-single .elm-nlbox__submit:after { content:''; position:absolute; width:1px; height:86%; top:7%; left:0; background-color:rgba(255,255,255,0.7)}.nlbox--layout-separate .elm-nlbox__input {width:calc(100% - 140px); margin-right:10px;}
.nlbox--layout-separate .elm-nlbox__input, .nlbox--layout-separate .elm-nlbox__submit {}.nlbox--layout-rows .elm-nlbox__input { width:100%; display:block; margin-bottom:10px }.nlbox--layout-rows .znhg-gdpr-label { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; margin-top:0px; }.nlbox--layout-rows .elm-nlbox__submit { -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }.nlbox--layout-rows-full .elm-nlbox__input { margin-bottom:10px }.nlbox--layout-rows-full .elm-nlbox__input, .nlbox--layout-rows-full .elm-nlbox__submit { width:100% !important; display:block; }
.nlbox--layout-rows-full .znhg-gdpr-label { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; margin-top:0px; }.nlbox--layout-rows-full .elm-nlbox__submit { -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }.nlbox--style-lined_light .elm-nlbox__input { border:2px solid #fff; background:transparent; color:#fff; }.nlbox--style-lined_light .elm-nlbox__input::-webkit-input-placeholder {color:#fff; }.nlbox--style-lined_light .elm-nlbox__input:-moz-placeholder {color:#fff; }.nlbox--style-lined_light .elm-nlbox__input::-moz-placeholder {color:#fff; }.nlbox--style-lined_light .elm-nlbox__input:-ms-input-placeholder {color:#fff; }.nlbox--style-lined_light .elm-nlbox__submit { color:#fff; background-color:#cd2122; }.nlbox--style-lined_light .elm-nlbox__submit:hover { background-color:#333; }.nlbox--style-lined_dark .elm-nlbox__input { border:2px solid #333; background:transparent; color:#333; }.nlbox--style-lined_dark .elm-nlbox__input::-webkit-input-placeholder {color:#333; }.nlbox--style-lined_dark .elm-nlbox__input:-moz-placeholder {color:#333; }.nlbox--style-lined_dark .elm-nlbox__input::-moz-placeholder {color:#333; }.nlbox--style-lined_dark .elm-nlbox__input:-ms-input-placeholder {color:#333; }.nlbox--style-lined_dark .elm-nlbox__submit { color:#333; background-color:#cd2122; }.nlbox--style-lined_dark .elm-nlbox__submit:hover { background-color:#cecece; }.has-error .elm-nlbox__input {color:#f00; border-color:currentColor; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px currentColor; }@media screen and (max-width:767px){.elm-nlbox__submit { width:130px !important; }.elm-nlbox__input { width:calc(100% - 130px) !important;}.nlbox--layout-separate .elm-nlbox__input {width:calc(100% - 140px) !important;}}.eluidcaf6c605.nlbox--layout-separate .elm-nlbox__input {width:calc(100% - 100px);}.eluidcaf6c605.nlbox--layout-single .elm-nlbox__input {width:calc(100% - 90px);}.eluidcaf6c605 .elm-nlbox__submit{width:90px;;}.eluid0361b9d2{padding-top:0px;padding-bottom:0px;}.eluid0361b9d2 .tbk__title {margin-bottom:10px;}.eluid0361b9d2 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:13px;}.eluid0361b9d2 .tbk__icon { font-size:28px; }.eluid47469314{margin-top:30px;}.eluid47469314{padding-top:0px;padding-bottom:7px;}.eluid47469314 .tbk__title {margin-bottom:10px;}.eluid47469314 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:12px;color:#ffffff;}.eluid47469314 .tbk__icon { font-size:28px; }.znColumnElement-innerWrapper-eluid61c48d92 {min-height:px;}.eluid76e1e360{padding-top:0px;padding-bottom:7px;}.eluid76e1e360 .tbk__title {margin-bottom:10px;}.eluid76e1e360 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:12px;color:#ffffff;}.eluid76e1e360 .tbk__icon { font-size:28px; }#eluid494d325b > li > a {font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:11px;line-height:26px;color:#727272;} #eluid494d325b > li > a:hover, .eluid494d325b > ul > li.active > a:hover {color:#ffffff} .znColumnElement-innerWrapper-eluid3d6116dc {min-height:px;}.eluidf677322e{padding-top:0px;padding-bottom:7px;}.eluidf677322e .tbk__title {margin-bottom:10px;}.eluidf677322e .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:12px;color:#ffffff;}.eluidf677322e .tbk__icon { font-size:28px; }#eluid2e8167eb > li > a {font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:11px;line-height:26px;color:#727272;} #eluid2e8167eb > li > a:hover, .eluid2e8167eb > ul > li.active > a:hover {color:#ffffff} .eluid54460e39{padding-top:0px;padding-bottom:7px;}.eluid54460e39 .tbk__title {margin-bottom:10px;}.eluid54460e39 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:12px;color:#ffffff;}.eluid54460e39 .tbk__icon { font-size:28px; }#eluid2cac18d7 > li > a {font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:11px;line-height:26px;color:#727272;} #eluid2cac18d7 > li > a:hover, .eluid2cac18d7 > ul > li.active > a:hover {color:#ffffff} .eluid28e31d81{padding-top:0px;padding-bottom:7px;}.eluid28e31d81 .tbk__title {margin-bottom:10px;}.eluid28e31d81 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:12px;color:#ffffff;}.eluid28e31d81 .tbk__icon { font-size:28px; }#eluid0312a0f0 > li > a {font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:11px;line-height:26px;color:#727272;} #eluid0312a0f0 > li > a:hover, .eluid0312a0f0 > ul > li.active > a:hover {color:#ffffff} .eluid9e3fee1d{margin-top:67px;margin-bottom:35px;}.eluid9e3fee1d.zn_separator--icon-no { border-top-width:1px; border-top-color:#1e1e1e; }.eluida1fd11b7{padding-top:0px;padding-bottom:2px;}.eluidadf0d8f7{padding-top:100px;padding-bottom:20px;}.zn_section.eluidadf0d8f7{background-color:#0a0a0a;}.eluide5f35dd0{margin-bottom:-5px;}.eluide5f35dd0{padding-top:0px;padding-bottom:0px;}.eluide5f35dd0 .tbk__title {margin-bottom:10px;}.eluide5f35dd0 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluide5f35dd0 .tbk__icon { font-size:28px; }#eluiddb18bc79 > li > a {font-size:14px;line-height:26px;color:#ffffff;} .eluid0fba00da{padding-top:10px;padding-bottom:25px;}.eluid0fba00da .tbk__title {margin-bottom:10px;}.eluid0fba00da .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:31px;line-height:36px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluid0fba00da .tbk__subtitle{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;color:#cccccc;}.eluid0fba00da .tbk__icon { font-size:28px; }.eluid0d25412b.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid0d25412b.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid0d25412b.image-boxes .image-boxes-img-wrapper{height:183px}.eluid0d25412b{margin-bottom:20px;}.eluid0d25412b{padding-left:1px;}.eluidefb8f549 {min-height:185px;}.eluidefb8f549{margin-top:0px;margin-left:0px;}.eluidefb8f549{padding-top:0px;padding-right:0px;padding-left:0px;}.eluid0c92f233{margin-top:18px;}.eluid0c92f233{padding-top:0px;padding-bottom:35px;}.eluid0c92f233 .tbk__title {margin-bottom:10px;}.eluid0c92f233 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;line-height:28px;font-weight:400;color:#cccccc;}.eluid0c92f233 .tbk__icon { font-size:28px; }.eluid46ea3709.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid46ea3709.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid46ea3709.image-boxes .image-boxes-img-wrapper{height:183px}.eluid46ea3709{margin-bottom:20px;}.eluid2a4ad28d.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid2a4ad28d.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid2a4ad28d.image-boxes .image-boxes-img-wrapper{height:183px}.eluid2a4ad28d{margin-bottom:20px;}.eluid2a4ad28d{padding-left:1px;}.eluida01b17f0.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluida01b17f0.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluida01b17f0.image-boxes .image-boxes-img-wrapper{height:183px}.eluida01b17f0{margin-bottom:20px;}.eluida01b17f0{padding-left:0px;}.eluiddadb48bc.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluiddadb48bc.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluiddadb48bc.image-boxes .image-boxes-img-wrapper{height:183px}.eluiddadb48bc{margin-bottom:20px;}.eluiddadb48bc{padding-left:0px;}.eluida27dbe09{margin-top:-30px;}.eluida27dbe09{padding-top:15px;padding-bottom:0px;}.eluida27dbe09 .znSmartCarousel-prev {margin-right:20px}.eluida27dbe09 .znSmartCarousel-next {margin-left:20px}.eluidead86e82{padding-top:65px;padding-right:50px;padding-bottom:35px;padding-left:50px;}.zn_section.eluidead86e82{background-color:#0a0a0a;}.eluidc3d0a8c3{padding-top:10px;padding-bottom:25px;}.eluidc3d0a8c3 .tbk__title {margin-bottom:10px;}.eluidc3d0a8c3 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:31px;line-height:36px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluidc3d0a8c3 .tbk__subtitle{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;color:#cccccc;}.eluidc3d0a8c3 .tbk__icon { font-size:28px; }.eluidabeee8fa.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidabeee8fa.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluidabeee8fa.image-boxes .image-boxes-img-wrapper{height:183px}.eluidabeee8fa{margin-bottom:20px;}.eluidabeee8fa{padding-left:1px;}.eluid98a76e75 {min-height:185px;}.eluid98a76e75{margin-top:0px;margin-left:0px;}.eluid98a76e75{padding-top:0px;padding-right:0px;padding-left:0px;}.eluid0a8db7ea{margin-top:18px;}.eluid0a8db7ea{padding-top:0px;padding-bottom:35px;}.eluid0a8db7ea .tbk__title {margin-bottom:10px;}.eluid0a8db7ea .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;line-height:28px;font-weight:400;color:#cccccc;}.eluid0a8db7ea .tbk__icon { font-size:28px; }.eluid2713ebf7.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid2713ebf7.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid2713ebf7.image-boxes .image-boxes-img-wrapper{height:183px}.eluid2713ebf7{margin-bottom:20px;}.eluid5b1baf51.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluid5b1baf51.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluid5b1baf51.image-boxes .image-boxes-img-wrapper{height:183px}.eluid5b1baf51{margin-bottom:20px;}.eluid5b1baf51{padding-left:1px;}.eluidc7a3aee4.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidc7a3aee4.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluidc7a3aee4.image-boxes .image-boxes-img-wrapper{height:183px}.eluidc7a3aee4{margin-bottom:20px;}.eluidc7a3aee4{padding-left:0px;}.eluidfc7c3ccb.image-boxes .image-boxes-title{font-family:"Roboto", Helvetica, Arial, sans-serif;;}.eluidfc7c3ccb.image-boxes .image-boxes-text{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:400;color:#cccccc;}.eluidfc7c3ccb.image-boxes .image-boxes-img-wrapper{height:183px}.eluidfc7c3ccb{margin-bottom:20px;}.eluidfc7c3ccb{padding-left:0px;}.eluid692a427b{margin-top:-30px;}.eluid692a427b{padding-top:15px;padding-bottom:0px;}.eluid692a427b .znSmartCarousel-prev {margin-right:20px}.eluid692a427b .znSmartCarousel-next {margin-left:20px}.eluid07b7db78{margin-bottom:-5px;}.eluid07b7db78{padding-top:0px;padding-bottom:0px;}.eluid07b7db78 .tbk__title {margin-bottom:10px;}.eluid07b7db78 .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluid07b7db78 .tbk__icon { font-size:28px; }#eluidaecb16e2 > li > a {font-size:14px;line-height:26px;color:#ffffff;} .eluid82e4b6da{padding-top:65px;padding-right:50px;padding-bottom:35px;padding-left:50px;}.zn_section.eluid82e4b6da{background-color:#0a0a0a;}#eluidf000613e > li > a {font-size:14px;line-height:26px;color:#ffffff;} .eluid158b22bf{margin-top:5px;margin-bottom:-5px;}.eluid158b22bf{padding-top:0px;padding-bottom:0px;}.eluid158b22bf .tbk__title {margin-bottom:10px;}.eluid158b22bf .tbk__title{font-family:"Roboto", Helvetica, Arial, sans-serif;;font-size:14px;font-weight:600;color:#ffffff;letter-spacing:1px;}.eluid158b22bf .tbk__icon { font-size:28px; }.eluid859b10dc {min-height:200px;}.eluid859b10dc{margin-top:0px;margin-left:0px;}.eluid859b10dc{padding-top:0px;padding-right:0px;padding-left:0px;}#eluid552fa3a5 > li > a {font-size:14px;line-height:26px;color:#ffffff;} #eluidaf876a3c > li > a {font-size:14px;line-height:26px;color:#ffffff;} #eluidf4e97758 > li > a {font-size:14px;line-height:26px;color:#ffffff;} .eluid52076447{padding-top:65px;padding-right:50px;padding-bottom:35px;padding-left:50px;}.zn_section.eluid52076447{background-color:#0a0a0a;}
.pd-3{
    padding: 3px;
}
.znFlipbox-overlayBack{
        background: #ffcb00;
    opacity: 0.85;
}
.td-ser:nth-child(2) .znFlipbox.znFlipbox-front,
.td-ser:nth-child(4) .znFlipbox.znFlipbox-front,
.td-ser:nth-child(6) .znFlipbox.znFlipbox-front,
.td-ser:nth-child(8) .znFlipbox.znFlipbox-front,
.td-ser:nth-child(10) .znFlipbox.znFlipbox-front,
.td-ser:nth-child(2) .znFlipbox.znFlipbox-back,
.td-ser:nth-child(4) .znFlipbox.znFlipbox-back,
.td-ser:nth-child(6) .znFlipbox.znFlipbox-back,
.td-ser:nth-child(8) .znFlipbox.znFlipbox-back,
.td-ser:nth-child(10) .znFlipbox.znFlipbox-back,
.td-ser:nth-child(2) .znFlipbox-overlayBack,
.td-ser:nth-child(4) .znFlipbox-overlayBack,
.td-ser:nth-child(6) .znFlipbox-overlayBack,
.td-ser:nth-child(8) .znFlipbox-overlayBack,
.td-ser:nth-child(10) .znFlipbox-overlayBack
 {
    border-radius: 100px 0 0 0;
}

.td-ser:nth-child(2) .image-boxes-img,
.td-ser:nth-child(4) .image-boxes-img,
.td-ser:nth-child(6) .image-boxes-img,
.td-ser:nth-child(8) .image-boxes-img,
.td-ser:nth-child(10) .image-boxes-img {
    border-radius: 50px 00px 0 00px;
}
.td-ser:nth-child(1) .znFlipbox.znFlipbox-front,
.td-ser:nth-child(3) .znFlipbox.znFlipbox-front,
.td-ser:nth-child(5) .znFlipbox.znFlipbox-front,
.td-ser:nth-child(7) .znFlipbox.znFlipbox-front,
.td-ser:nth-child(9) .znFlipbox.znFlipbox-front,
.td-ser:nth-child(1) .znFlipbox.znFlipbox-back,
.td-ser:nth-child(3) .znFlipbox.znFlipbox-back,
.td-ser:nth-child(5) .znFlipbox.znFlipbox-back,
.td-ser:nth-child(7) .znFlipbox.znFlipbox-back,
.td-ser:nth-child(9) .znFlipbox.znFlipbox-back,
.td-ser:nth-child(1) .znFlipbox-overlayBack,
.td-ser:nth-child(3) .znFlipbox-overlayBack,
.td-ser:nth-child(5) .znFlipbox-overlayBack,
.td-ser:nth-child(7) .znFlipbox-overlayBack,
.td-ser:nth-child(9) .znFlipbox-overlayBack {
    border-radius: 0px 100px 0 0;
}
.td-ser:nth-child(1) .image-boxes-img,
.td-ser:nth-child(3) .image-boxes-img,
.td-ser:nth-child(5) .image-boxes-img,
.td-ser:nth-child(7) .image-boxes-img,
.td-ser:nth-child(9) .image-boxes-img {
    border-radius: 0px 50px 0 0;
}
.znFlipbox-content.znFlipbox-contentFront {
    padding: 10px !important;
}
.znFlipbox-content i.fa{
    position: absolute;
    right: 30px;
        font-size: 2rem;
}
/*----------------------------------------*/
/*  Card Area
/*----------------------------------------*/
div#card .card {
    position: relative;
    width: 100%;
    height: 540px;
        background: transparent;
        border:0;
}
div#card .card .face{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  transition: .5s;
}
div#card .card .front {
    transform: perspective(600px) rotateY(0deg);
}
div#card .card .front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#card .card .front h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: white;
    background: rgba(0,0,0,.4);
    text-align: center;
}
div#card .card .back {
    transform: perspective(600px) rotateY(180deg);
    background: rgb(3, 35, 54);
    padding: 60px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
div#card .card .back h4 {
    font-size: 30px;
    letter-spacing: 2px;
}
div#card .card .back p {
    letter-spacing: 1px;
}
div#card .card:hover .front {
    transform: perspective(600px) rotateY(180deg);
}
div#card .card:hover .back {
    transform: perspective(600px) rotateY(360deg);
}
.page-template-home-template #card .classic-section-head h2{
    color: #ec8034;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-template-home-template #card .classic-section-head h3{
    color: #46567b;
    font-size: 40px;
    font-weight: 600;
    word-break: break-word;
    line-height: 50px;
}
.classic-card .classic-overlay-box .classic-card-title {
    margin-bottom: 15px;
}
.classic-card .classic-overlay-box .classic-card-title a {
    font-size: 40px;
    color: #af8451;
    line-height: 1.2;
    font-weight: 600;
}
.classic-card .classic-overlay-box .classic-card-text {
    font-size: 18px;
    color: #9e774d;
    line-height: 20px;
        font-weight: 500;
        letter-spacing: 0.01em;
}
.classic-card-text {
    text-align: left;
}
.classic-card .classic-overlay-box a.classic-card-readmore {
    color: #ab8250;
    font-size: 18px;
    font-weight: 600;
    padding-left: 6px;
}
.classic-card .classic-overlay-box a.classic-card-readmore:hover {
    color: #fff;
}
/*----------------------------------------*/
/*  video Area
/*----------------------------------------*/
.page-template-home-template #video .video-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #video .video-overlay-shape {
    position: absolute;
    left: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eb8733;
    opacity: 0.6;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.page-template-home-template #video .video-per {
    font-size: 60px;
    font-weight: 400;
    color: #030303;
    line-height: 60px;
}
.page-template-home-template #video .video-per-title {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.page-template-home-template #video .classic-section-head p{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #c1999f;
}
.page-template-home-template #video .classic-section-head h2{
    color: #fefcf9;
    font-size: 60px;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 30px;
}
.page-template-home-template div#video {
    position: relative;
    background: #000;
}
.page-template-home-template div#video .classic-section-head {
    margin: 4em 0em 4em;
    padding: 0 4em;
}

.page-template-home-template div#video .classic-video-content {
    position: relative;
    z-index: 1;
}
.page-template-home-template #video .classic-section-head h3 {
    color: #fdfcf9;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 0px;
    line-height: 30px;
}
.page-template-home-template #video .classic-video-block {
    color: #fff;
    position: relative;
}
.page-template-home-template #video .classic-video-block iframe{
    width: 100%;
    border-radius: 30px;
    height: 340px;
}

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
.page-template-home-template .our-team{
            text-align: center;
            position: relative;
            color: #fff;
        }
        .page-template-home-template .our-team:before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to right,transparent 75%,#000000,#000000 105%);
    transition: all 0.3s ease 0s;
        opacity: 0.7;
    border-radius: 0 55px 0 0;
        }
        .page-template-home-template .our-team:hover:before{
            opacity: 1;
            background: linear-gradient( to right,transparent 60%,#ffcb00,#ffcb00 120%);
        }
        .page-template-home-template .our-team img{
            width: 100%;
            height: auto;
                border-radius: 0 55px 0 0;
        }
        .page-template-home-template .our-team .team-content{
               position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #112b3c;
    transition: all 0.3s ease 0s;
    border-radius: 40px;
        }
        .page-template-home-template .our-team:hover .team-content{
            bottom: 20%;
        }
        .page-template-home-template .our-team .team-content .name{
 font-size: 18px;
    font-weight: 400;
    /* letter-spacing: 1px; */
    display: block;
    margin-bottom: 0;
    /* text-transform: CAPITALIZE; */
    transition: all 0.3s ease 0s;
    margin-top: 8px;
        }
        .page-template-home-template .our-team:hover .team-content .name{
            transform:translateY(30px);
            transition-delay:0.3s;
        }
        .page-template-home-template .our-team .team-content .post{
            font-size: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    color: #ffcb00;
    font-weight: 400;
        }
        .page-template-home-template .our-team:hover .team-content .post{
            transform:translateY(-30px);
            transition-delay:0.3s;
        }

        @media screen and (max-width:990px){
            .page-template-home-template .our-team{
                margin-bottom: 30px !important;
            }
        }
        .p-6{
            padding: 6px;
        }
        .page-template-home-template ul.classic-team-social-icon {
    position: absolute;
    top: 30px;
    right: 15px;
    list-style: none;
    font-size: 20px;
    line-height: 35px;
}
.page-template-home-template ul.classic-team-social-icon i.fa {
    color: #ffffff;
}
.page-template-home-template .our-team:hover i.fa.fa-facebook {
    color: #112b3c;
}
.page-template-home-template .our-team:hover i.fa.fa-twitter {
    color: #112b3c;
}
.page-template-home-template .our-team:hover i.fa.fa-instagram {
    color: #112b3c;
}
.page-template-home-template .our-team:hover i.fa.fa-pinterest {
    color: #112b3c;
}
/*----------------------------------------*/
/*  Team Page
/*----------------------------------------*/

body.page-template-default #classicinner-box .classic-team-single {
    /* z-index: 1; */
    /* overflow: hidden; */
    /*margin: 0 0 0;
    padding-bottom: 0;
    margin-bottom: 10em;
    background: #4a5b7f;*/
        margin-bottom: 3em;
} 
body.page-template-default #classicinner-box .classic-team-area p.label {
    color: #e2c076 !important;
    font-weight: 600 !important;
}
.deatiled-row {
    padding-top: 3em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
}
body.page-template-default #classicinner-box .classic-team-area {
    /*position: relative;
    overflow: hidden;*/
    transition: all 0.3s ease-in-out;
        margin: 0 0 0;
    padding-bottom: 0;
    margin-bottom: 0em;
    background: #ffffff;
}
body.page-template-default #classicinner-box .classic-team-area .classic-team-content-box {
   /* padding-top: 4em;
    text-align: center;*/
}
body.page-template-default #classicinner-box .classic-team-area .classic-team-content-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
body.page-template-default #classicinner-box .classic-team-area .classic-team-content {
height: 100%;
    width: 100%;
    padding: 100px 40px 0 40px;
}

body.page-template-default #classicinner-box h4.classic-team-name {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 28px;
    visibility: visible;
    opacity: 1;
    color: #585858;
    padding: 0;
    margin-top: 0;
}

body.page-template-default #classicinner-box h4.classic-team-name:hover{
    color: #eb8733;
}
body.page-template-default #classicinner-box .classic-team-area h6.classic-team-designation {
font-size: 20px;
    color: #959595;
    margin-bottom: 20px;
    line-height: 1.4;
    visibility: visible;
    opacity: 1;
    padding: 0;
    font-weight: 600;
}
body.page-template-default #classicinner-box .classic-team-area .classic-team-social-icon {
    visibility: visible;
    opacity: 1;
    margin-bottom: 15px;
    margin-top: 2em;
}

body.page-template-default #classicinner-box .classic-team-area .classic-team-social-icon a {
font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #4a5b7f;
    border-radius: 0;
    width: 50px;
    height: 50px;
    margin: 0 8px 0 0;
}
body.page-template-default #classicinner-box .classic-team-area .classic-team-social-icon a:hover{
    border: 1px solid #eb8733;
}
body.page-template-default #classicinner-box .classic-team-area .classic-team-content p{
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
}
body.page-template-default #classicinner-box .classic-team-area .classic-teamsectitlemidleborder {
    padding: 4px 0 15px;
}
body.page-template-default #classicinner-box .classic-team-area .classic-teamsectitlemidleborder:after {
   /* content: "";
    display: block;
    width: 75px;
    height: 2px;
    background: #eb8733;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-out 0s;*/
}

body.page-template-default #classicinner-box .classic-team-area .classic-teamsectextmidleborder:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    border: 2px dashed #eb8733;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-out 0s;
}

body.page-template-default #classicinner-box .classic-team-btn a {
    padding: 5px 13px;
    color: #959595;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    background: #fff;
    text-align: center;
    margin-top: 1em;
    border: 1px solid #eb8733;
}

body.page-template-default #classicinner-box .classic-team-btn a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #45567a;
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}
body.page-template-default #classicinner-box .classic-team-btn a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
body.page-template-default #classicinner-box .classic-team-btn a:hover{
    color: #dededa;
}

body.page-template-default #classicinner-box .classic-team-area .classic-team-social-icon a i{
    color: #cacaca;
}
body.page-template-default #classicinner-box .classic-team-area:hover .classic-team-social-icon a:hover i{
    color: #eb8733;
}
body.page-template-default #classicinner-box .classic-team-area h4.classic-team-name{
   color: #585858;
}
body.page-template-default #classicinner-box .classic-team-area .classic-team-social-icon a i {
    color: #4a5b7f;
}
body.page-template-default #classicinner-box .classic-team-area h6.classic-team-designation{
    color: #959595;
}
body.page-template-default #classicinner-box  .classic-team-image {
    width: 100%;
    height: auto;
    /* padding: 4em 3em; */
      /*  padding: 0 40px;*/
    position: relative;
    /* overflow: hidden; */
    /*top: 20%;*/
}
body.page-template-default #classicinner-box  .classic-team-image img {
    width: 100%;
    height: 100%;
   /* border: 1px solid #eb8733;*/
}


body.page-template-default #classicinner-box  .classic-team-image:before {
/*    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 50px;
    left: 34px;
    height: 70px;
    width: 70px;
    border-left: 1px solid #eb8733;
    border-bottom: 1px solid #eb8733;*/
}
body.page-template-default #classicinner-box  .classic-team-image:hover:before {
/*    height: 80%;
    width: 87%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-left: 1px solid #eb8733;
    border-bottom: 1px solid #eb8733;*/
}
body.page-template-default #classicinner-box  .classic-team-image:after {
/*    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 50px;
    right: 34px;
    height: 70px;
    width: 70px;
    border-right: 1px solid #eb8733;
    border-top: 1px solid #eb8733;*/
}
body.page-template-default #classicinner-box  .classic-team-image:hover:after {
/*    height: 80%;
    width: 87%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-right: 1px solid #eb8733;
    border-top: 1px solid #eb8733;*/
}

body.page-template-default #classicinner-box  .border-team {
   /* position: relative;
    overflow: hidden;*/
}

body.page-template-default #classicinner-box  .border-team:before {
/*    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 50px;
    right: 50px;
    height: 70px;
    width: 70px;
    border-right: 1px solid #eb8733;
    border-bottom: 1px solid #eb8733;*/
}
body.page-template-default #classicinner-box  .border-team:hover:before {
    /*height: 80%;
    width: 82%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-right: 1px solid #eb8733;
    border-bottom: 1px solid #eb8733;*/
}
body.page-template-default #classicinner-box  .border-team:after {
/*    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 50px;
    left: 50px;
    height: 70px;
    width: 70px;
    border-left: 1px solid #eb8733;
    border-top: 1px solid #eb8733;*/
}
body.page-template-default #classicinner-box  .border-team:hover:after {
/*    height: 80%;
    width: 82%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-left: 1px solid #eb8733;
    border-top: 1px solid #eb8733;*/
}


body.page-template-default #classicinner-box .classic-team-keeper-single h4{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
body.page-template-default #classicinner-box .classic-team_keepers-data {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
body.page-template-default #classicinner-box .classic-team-single .classic-team-keeper-area .classic-team-keeper-single {
  margin-bottom: 10px;
  padding: 5px 8px;
}

body.page-template-default #classicinner-box .classic-team-area .classic-team-content-box .classic-team-keeper-single:nth-child(even) {
    background: #f1f1f1;
}

body.page-template-default #classicinner-box .classic-team-area .classic-team-content-box .classic-team-keeper-single{
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    opacity: 1;
     visibility: visible;
    margin-bottom: 10px;
   padding: 2px 5px;
}
.znFlipbox.znFlipbox-front {
    background-size: cover !important;
}

/*----------------------------------------*/
/*  Gallery Area
/*----------------------------------------*/
.page-template-home-template #gallery .classic-section-head {
    margin: 0 10em 4.5em;
}
.page-template-home-template #gallery .image-container img.img.img-popup {
    border-radius: 10px;
    cursor: pointer;
}
.page-template-home-template #gallery .classic-section-head h2 {
    color: #000;
}
.page-template-home-template #gallery .classic-section-head h2 span {
    color: #ce100f;
}
.page-template-home-template #gallery .classic-gallery-box{
    margin-bottom: 30px;
}


.jumbotron {
  width: 100%;
  height: 790px;
  background-color: transparent;
}


#heading-1 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.1px;
}

#heading-2 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 1.1px;
}

.card {
  float: left;
  width: auto;
  margin-bottom: 40px !important;
  border-radius: 10px;
}

.image-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.image-container .img {
    width: 100%;
    height: auto;
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
    opacity: 0.85;
}

.image-container:hover img{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}

.img-overlay {
  position: fixed;
  top: 90px;
  max-height: 80%;
  left: 50%;
  transform: translate(-50%, 0) scale(0, 0);
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all .3s ease;
}

.overlay-dark {
  top: 0;
  position: fixed;
  background-color: #000;
  opacity: .9;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
      left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.get-code {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding-right: 10px !important;
  padding-bottom: 25px !important;
}

#container-git {
  height: 70px;
  display: inline-block;
  max-width: 400px;
}

.name-git {
  position: relative;
  top: 8px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.bio-git {
  position: relative;
  float: left;
  padding-left: 10px;
  padding-bottom: 6px;
  top: 8px;
  font-size: 13px;
  color: grey;
}
 @media (min-width: 576px) {

.page-template-home-template #testimonials .classic-testimonials-single {
    padding: 0 0em 0 0em;
}

.page-template-home-template div#testimonials .classic-testimonials-content p{
    padding: 0px 0px 0;
}



.jumbotron {
  width: 100%;
  height: 440px;
  background-color: transparent;
}

.get-code {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding-right: 30px !important;
  padding-bottom: 15px !important;
}

#container-git {
  height: 118px;
  display: inline-block;
  max-width: 400px;
}

.name-git {
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: bold;
}

.bio-git {
  position: relative;
  float: none;
  top: 8px;
  font-size: 15px;
  color: grey;
  padding-left: 0;
}
}

/*----------------------------------------*/
/*  Gallery Page
/*----------------------------------------*/
#classicinner-box .image-container img.img.img-popup  {
    border-radius: 10px;
    cursor: pointer;
}

#classicinner-box .classic-gallery-box{
    margin-bottom: 30px;
}


/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/
.page-template-home-template #testimonials input[type="submit"] {
    margin-top: 1rem;
    padding: 0.7rem 3rem;
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    border-radius: 30px;
    font-size: 1.2rem;
        box-shadow: none;
}
.page-template-home-template #testimonials{
    padding: 4em 0px 1em;
}
.page-template-home-template #testimonials .classic-testimonials-single {
    margin-bottom: 10px;
    padding: 0 12em 0 8em;
}
.page-template-home-template #testimonials .testimonials-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #testimonials .classic-section-head h2 {
    color: #ec8034;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.page-template-home-template #testimonials .classic-section-head h3 {
font-size: 48px;
    font-weight: 700;
    word-break: break-word;
    line-height: 50px;
    margin-bottom: 1.2em;
    color: #ffffff;
}
.sb-newsletter-box.text-center .classic-section-head h3 {
    font-size: 43px !important;
    margin-bottom: 35px !important;
}
.sb-newsletter-box.text-center .classic-section-head {
    margin: 0;
}
.page-template-home-template div#testimonials {
    position: relative;
    background: #fff;
}

.page-template-home-template div#testimonials .classic-section-head {
    position: relative;
    margin: 0 10em 3em;
}
.page-template-home-template div#testimonials .classic-testimonials-image {
    border-radius: 50%;
    width: 140px !important;
    height: 140px;
    transition: all .35s ease-out;
    margin: 0 auto;
    position: relative;
    background: #ad925d;
    top: 3em;
}
.page-template-home-template div#testimonials .classic-testimonials-image img {
    border-radius: 50%;
    width: 100% !important;
    height: 100%;
        transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    position: relative;
    left: -10px;
    bottom: -10px;
    box-shadow: 0px 8px 15px 3px #f1f1f1;
}
.page-template-home-template div#testimonials .classic-testimonials-image:hover img {
        transform: scale(0.9) rotateZ(0deg);
    -moz-transform: scale(0.9) rotateZ(0deg);
    -webkit-transform: scale(0.9) rotateZ(0deg);
    -o-transform: scale(0.9) rotateZ(0deg);
    position: relative;
    left: 0px;
    bottom: 0px;
    box-shadow: none;
}
.page-template-home-template #testimonials h4.classic-testimonials-name {
    font-weight: 500;
    color: #cecbcb;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 10px;
    font-style: italic;
}
.page-template-home-template #testimonials h6.classic-testimonials-designation {
    font-size: 18px;
        font-style: italic;
    font-weight: 400;
    word-break: break-word;
    margin: 0 0 15px;
    color: #cecbcb;
    line-height: 20px;
}

.page-template-home-template #testimonials .classic-testimonials-content p{
    color: #b8bac4;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    line-height: 25px;
    margin: 0 0 2em;
    padding: 0px 00px 0;
    font-style: italic;
}
.page-template-home-template #testimonials .classic-testimonials-content {
    position: relative;
    padding: 0 3em 2em 3em;
}

.page-template-home-template #testimonials .classic-testimonials-content i {
    position: relative;
    padding: 0em 0em 0em 0;
    font-size: 40px;
    line-height: 40px;
    color: #687795;
    animation-name: tada;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
.page-template-home-template div#testimonials .classic-testimonials-content i.fa.fa-quote-right {
    float: right;
}

.page-template-home-template div#testimonials .owl-theme .owl-nav {
    display: none;
}
.page-template-home-template div#testimonials .owl-theme .owl-dots .owl-dot {
    box-shadow: none;
}
.page-template-home-template div#testimonials .owl-theme .owl-dots {
    margin-top: 5em;
    display: none;
}
.page-template-home-template div#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px 10px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: #d40203;
}

.page-template-home-template div#testimonials .owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    margin: 1px 14px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    background: #d40203;
    margin: 0 auto;
}
.page-template-home-template div#testimonials .owl-theme .owl-dots .owl-dot.active {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d40203;
    box-shadow: none;
}

 .page-template-home-template div#testimonials.owl-theme .owl-dots .owl-dot {
    box-shadow: none;
}


section.testimonials {
     padding: 20px 0px 80px 0px;
}
 section.testimonials h3 {
     font-size: 40px;
}
 @media (max-width: 639px) {
     section.testimonials h3 {
         font-size: 30px;
    }
}
 section.testimonials p.text-center.gray {
     max-width: 900px;
     margin: 0 auto;
}
 section.testimonials .slider1 {
     padding: 20px;
     margin-bottom: 00px;
}

 section.testimonials .owl-thumbs {
     text-align: center;
}
 section.testimonials .owl-thumbs button {
    background-color: transparent;
    border: none;
    opacity: 0.6;
    display: inline-block;
    margin-right: 0;
    box-shadow: none !important;
    padding: 6px;
}
 section.testimonials .owl-thumbs button .userimg {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    transition: 0.3s;
    border-radius: 50%;
    position: relative;
    top: 15px;
}
 @media (max-width: 639px) {
     section.testimonials .owl-thumbs button .userimg {
         width: 45px;
         height: 45px;
    }
     section.testimonials .owl-thumbs button.owl-thumb-item.active .userimg {
         height: 55px !important;
    width: 55px !important;
}
}
 section.testimonials .owl-thumbs button .userimg img {
     width: 100%;
     border-radius: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
}
 section.testimonials .owl-thumbs button.owl-thumb-item.active {
     transition: 0.3s;
     opacity: 1;

}
 section.testimonials .owl-thumbs button.owl-thumb-item.active .userimg {
         height: 95px;
    width: 95px;
}
 section.testimonials .comp-sec {
    background: #112b3c;
    border-top-right-radius: 150px;
        padding: 0 0 8em 0;
}


.sb-newsletter-box input[type="text"], 
.sb-newsletter-box input[type="email"], 
.sb-newsletter-box input[type="url"], 
.sb-newsletter-box input[type="password"], 
.sb-newsletter-box input[type="search"], 
.sb-newsletter-box input[type="number"], 
.sb-newsletter-box input[type="tel"], 
.sb-newsletter-box input[type="range"], 
.sb-newsletter-box input[type="date"], 
.sb-newsletter-box input[type="month"], 
.sb-newsletter-box input[type="week"], 
.sb-newsletter-box input[type="time"], 
.sb-newsletter-box input[type="datetime"], 
.sb-newsletter-box input[type="datetime-local"], 
.sb-newsletter-box input[type="color"], 
.sb-newsletter-box textarea, 
section#ht-newsletter-section select {
 width: 72%;
    margin: 0 0 20px 0;
    padding: 20px 20px 0px 7px;
    background: transparent;
    font-size: 1.1rem;
    height: 50px;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #ababab;
    font-weight: 400;
    color: #ababab;
}
.page-template-home-template #testimonials .sb-newsletter-box.text-center h3 {
    color: #112b3c;
}
.sb-newsletter-box.text-center {
    background: #ffffff;
    padding: 3em 0em 5em 0;
    margin: 0 3em;
        position: relative;
    z-index: 999;
}
/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/

.page-template-home-template #project .project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #project .classic-section-head h2{
   color: #000;
}

.page-template-home-template #project .classic-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
.page-template-home-template #project .classic-section-head h3{
    color: #021348;
}
.page-template-home-template div#project {
    position: relative;
    background: #fdfdfd;
    overflow: hidden;
}
.page-template-home-template div#project .classic-project-single {
    margin-bottom: 2em;
    position: relative;
}
.page-template-home-template div#project .classic-project-single .classic-project-img{
    position: relative;
    overflow: hidden;
}
.page-template-home-template div#project .classic-project-single .classic-project-img img{
    width: 100%;
    transition: all 0.5s ease;
}
.page-template-home-template div#project .classic-project-single:hover .classic-project-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.page-template-home-template div#project .classic-project-single .classic-project-content {
    position: relative;
    left: 0;
    right: 0;
    bottom: 30px;
    transition: all 0.95s ease 0s;
    opacity: 1;
    background: #fff;
    padding: 1em 25px 0px;    
    box-shadow: 0 0px 5px 0 #88828252;
    -moz-box-shadow: -1px 0px 45px rgba(50,50,0,0.1);
    -webkit-box-shadow: -1px 0px 45px rgb(50 50 0 / 10%);
    box-shadow: -1px 0px 45px rgb(50 50 0 / 10%);
    margin: 0 10px;
    border-bottom: 2px solid #5f8cfd;
}
.page-template-home-template div#project .classic-project-single h4.classic-project-title {
    color: #070707;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    margin-bottom: 0.5em;
}
.page-template-home-template div#project .classic-project-single .classic-project-text{
    color: #9c9a9b;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}


.page-template-home-template div#project .classic-project-single .classic-project-content a{
    font-size: 14px;
    font-weight: 600;
    color: #d1dcfe;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #3d72fc;
    position: relative;
    top: 1em;
    border: 1px solid #3d72fc;
}
.page-template-home-template div#project .classic-project-single .classic-project-content a:hover{
    color: #618af9;
    background: #fff;
}
.page-template-home-template div#project .classic-project-single .classic-project-content a i {
    margin-left: 7px;
    font-size: 16px;
}
/*----------------------------------------*/
/*  Features Area
/*----------------------------------------*/
.page-template-home-template #features .features-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

.page-template-home-template #features .classic-section-head h2{
  color: #000;
  line-height: 75px;
}

.page-template-home-template #features .classic-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
.page-template-home-template #features .classic-section-head h3{
    color: #021348;
}
.page-template-home-template div#features {
    position: relative;
    background: #f3f3f5;
}
.page-template-home-template #features h4.classic-features-title{
    font-size: 30px;
    font-weight: 500;
    word-break: break-word;
    padding: 0;
    margin-bottom: 0.5em;
    line-height: 30px;
    color: #383936;
}  

.page-template-home-template #features h4.classic-features-title{
    color: #112b3c;
  font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 10px;
    line-height: 20px;
    /*text-transform: uppercase;*/
    margin: 0;
   /* text-align: left;*/
    margin-bottom: 0px;
}

.page-template-home-template #features h4.classic-features-title:hover {
     color: #ffcb00;
}
.page-template-home-template #features .classic-features-single:hover .classic-features-content h4.classic-features-title{
    color: #fff;
    background-image: linear-gradient( 40deg,#fff 30%,#fff 70% );
}

.page-template-home-template #features .classic-features-content p.classic-features-text{
    color: #a4a8b4;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    /*text-align: left;*/
}
.page-template-home-template #features .classic-features-single a.ficon {
      position: relative;
}

/*.page-template-home-template #features .classic-features-single:hover .classic-features-icon-box {
    top: 10px;
    left: 10px;
    transition: all 0.5s ease 0s;
}*/

.page-template-home-template #features .classic-features-content {
    position: relative;
}

.page-template-home-template #features .classic-featured-img {
    margin-top: 0em;
    position: relative;
}
.page-template-home-template #features .classic-features-icon img {
    width: 45px;
    height: 45px;
    position: relative;
    top: 5px;
    left: 3px;
}

.f-space {
   padding: 20px 0 0 0px;
}

.page-template-home-template #features .classic-features-icon span {
    font-size: 105px;
    display: inline-block;
    cursor: pointer;
    width: 110px;
    height: 110px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #efe4d1;
    background-color: #46567a;
    transition: 300ms;
}
.page-template-home-template #features .classic-features-icon .fa-globe:before {
    content: "\f0ac";
    position: relative;
    top: 5px;
}

.page-template-home-template #features .classic-features-icon span:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #ec7b34;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.page-template-home-template #features .classic-features-icon span:hover {
  background-color: #ec7b34;
  color: #fff;
}

.page-template-home-template #features .classic-features-icon span:hover:after {
  opacity: 1;
  transform: scale(1.15);
}






.page-template-home-template #features .classic-features-single{
/*    overflow: hidden;*/
    position: relative;
    margin-bottom: 0em;
}
.page-template-home-template #features .classic-features-border {
    position: relative;
    padding: 0.7em 0;
    margin-top: 0.3em;
}
.page-template-home-template #features .classic-features-border:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    top: 0;
    background: #000;
    height: 6px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.page-template-home-template #features:hover .classic-features-border:after, 
.page-template-home-template #features:focus .classic-features-border:after, 
.page-template-home-template #features:active .classic-features-border:after {
    right: 0;
    background: #3c71fa;
}
.page-template-home-template #features .im-eme img {
    width: 100%;
    height: 100%;
        border-radius: 90px 0 0 0;
}
.page-template-home-template #features .im-eme img:hover {
    opacity: 0.75;
}
.im-eme{
    z-index: 1;
    position: relative;
}
.im-eme{
    /*padding: 20px;*/
    background: #fff;
    text-align: center;
    position: relative;
}
.im-eme:after{
content: "";
    width: 106%;
    height: 73%;
    background: #fbda4d;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
    transition: all 0.5s ease 0s;
    border-radius: 100px 0 0 0;
}
.im-eme:hover:after{
    top: 20px;
    left: 0;
    height: 100%;

}
.page-template-home-template #features h5 {
    font-size: 24px;
    font-weight: 500;
}
.page-template-home-template #features h2 {
    font-size: 48px;
    font-weight: 700;
}
.page-template-home-template #features p {
    font-size: 18px;
    line-height: 24px;
        color: #c0bfbd;
}
.page-template-home-template #features .odd-child{
    padding-left: 0;
}
.page-template-home-template #features .im-eme {
   width: 25%;
    position: absolute;
    top: 38%;
    left: 18%;
    border-radius: 100px 0 0 0;
}
.page-template-home-template #features img.image.img1 {
    border-radius: 0 100px 0 0;
}
/*----------------------------------------*/
/*  About Area
/*----------------------------------------*/
.page-template-home-template #about {
    position: relative;
    overflow: hidden;
    background: #eeebe6;
}
.page-template-home-template #about .classic-section-head h2 {
    color: #ec7e34;
    font-size: 20px;
    font-weight: 700;
}
.space-block {
    padding: 3em;
}
.page-template-home-template #about .about-body {
    position: relative;
    padding: 0 2em;
}
.page-template-home-template #about .about-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

.page-template-home-template #about .classic-section-head {
    margin: 0 0em 25px;
}
.page-template-home-template #about .classic-img1,
.page-template-home-template #about .classic-about-img img {
    border-top-right-radius: 140px;
}
.page-template-home-template #about .classic-section-head h2{
   color: #d60e0a;
}

.page-template-home-template #about .classic-section-head h3{
    color: #021348;
}
.page-template-home-template #about .classic-section-area-textlist ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;
}
.page-template-home-template #about .classic-section-area-textlist ul li,
 .page-template-home-template #about .classic-section-area-textlist ol li,
  .page-template-home-template #about .classic-section-area-textlist {
    color: #3a3839;
    font-size: 20px;
    font-weight: 500;
    word-break: break-word;
    line-height: 20px;
    margin-bottom: 15px
}
.page-template-home-template #about .classic-section-area-textlist ul li:before, 
.page-template-home-template #about .classic-section-area-textlist ol li:before{
    content: "\f1e3";
    font-family: 'Fontawesome';
    margin-right: 15px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #d0150f;
    display: inline-block;
    margin-bottom: 0;
    font-size: 17px;
    padding: 3px;
}
.page-template-home-template #about .classic-section-area-text-subtitle {
font-size: 38px;
    font-weight: 800;
    word-break: break-word;
    line-height: 50px;
    margin-bottom: 0.45em;
    margin-top: 0.5em;
}
.page-template-home-template #about .classic-section-area-text {
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    margin-bottom: 25px;
}
.page-template-home-template #about .about-body li {
    font-weight: 400;
    margin-bottom: 1.22rem;
        list-style: none;
            font-size: 18px;
}
.page-template-home-template #about .about-body li:before {
    font-family: 'FontAwesome';
    padding-right: 15px;
    font-size: 17px;
}
.page-template-home-template #about h4.classic-success-title{
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
}
.page-template-home-template #about h4.classic-success-title span{
    font-size: 20px;
    color: #080808;
    display: block;
}

.page-template-home-template #about .classic-success-icon span {
    color: #d9484e;
    font-size: 28px;
    margin-bottom: 18px;
}
.page-template-home-template #about .classic-success-b {
    padding: 8px;
}
.page-template-home-template #about .classic-success-single {
    box-shadow: 0px 0px 12px 1px #efefef;
    padding: 20px 18px;
}
.page-template-home-template #about .classic-success-single:hover {
    box-shadow: 0px 1px 12px 5px #e2e2e2;
    background: #fff;
}

.page-template-home-template #about .about-space {
    padding: 3em 2em 3em 3em;
        background: #f5fafd;
}

.page-template-home-template #about .classic-about-img  {
/*    width: 460px;
    height: 450px;
    padding-right: 10px;
    background: #e97e33;
    border-radius: 50%;
    transition: all 1s ease 0s;
        margin: 0 auto;*/
}


.page-template-home-template #about .classic-about-img img {
    width: 100%;
    height: 100%;
  /*  border-radius: 50%;*/
}


/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/
.page-template-home-template #counter .classic-counter-area ul {
    margin-bottom: 0.3em;
}
.page-template-home-template #counter {
    background-color: #fdfaed;
}
.page-template-home-template #counter .classic-counter-b i.fa, 
.page-template-home-template #counter .classic-counter-b:hover i.fa {
    color: #ffcb00;
}
.page-template-home-template #counter h4.classic-counter-title {
    color: #112b3c;
}

.page-template-home-template #counter .counter-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

.page-template-home-template #counter .classic-counter-area {
    position: relative;
}

.page-template-home-template #counter {
    background: #e4e4e4;
    position: relative;
}
.page-template-home-template #counter .counter-inner-area {
    background: #000;
    border-radius: 30px;
    position: relative;
    top: 0em;
    z-index: 1;
}

.page-template-home-template #counter .classic-section-head h2{
  color: #fdfdfd;
}

.page-template-home-template #counter .classic-section-head h2 span{
  color: #eb8733;
}
.page-template-home-template #counter .classic-counter-b:hover h4.classic-counter-title, 
.page-template-home-template #counter .classic-counter-b:hover h4.classic-counter-title span{
    color: #ffcb00;
}
.page-template-home-template #counter h4.classic-counter-title{
font-size: 21px;
    font-weight: 500;
    word-break: break-word;
    color: #45567a;
    padding: 0;
    margin-bottom: 0;
    line-height: 40px;
    transition: all 0.3s ease 0s;
}
span.classic-counter-num.count:after {
    content: "+";
}
.page-template-home-template #counter h4.classic-counter-title span{
    font-size: 40px;
    font-weight: 500;
    word-break: break-word;
    color: #141414;
    display: block;
}

.page-template-home-template #counter .classic-counter-single:hover h4.classic-counter-title  {
  letter-spacing: 0px;
}

.page-template-home-template #counter span.classic-counter-num.count{
    font-size: 36px;
    font-weight: 700;
}
.page-template-home-template #counter .classic-counter-single .classic-counter-border{
    position: relative;
    overflow: hidden;
    padding: 2px;
    transition: all 0.3s ease 0s;
    top: 5px;
}

.page-template-home-template #counter .classic-counter-single .classic-counter-border:before {
    content: "";
    display: block;
    width: 0px;
    height: 3px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
    text-decoration: none;
    -webkit-appearance: none;
    background:#bdcb01;
    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;
}

.page-template-home-template #counter .classic-counter-single:hover .classic-counter-border:before {
    width: 10%;
}

.page-template-home-template #counter .classic-counter-b {
    padding-bottom: 3em;
    padding-right: 0;
    padding-left: 0;
}


.page-template-home-template #counter {
    background-color: #eeebe6;
    position: relative;
    z-index: 1;
}
.page-template-home-template #counter ul li{
    list-style: none;
    display: inline-block;
    width: 80px;
    height: 80px;
  /*  margin: 0 10px;*/
}
.page-template-home-template #counter ul li a{
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 100%;   height: 100%;
    line-height: 80px;
    /*border: 2px solid #262626;*/
    border-radius: 50%;
    color: #262626;   
    font-size: 50px;
    transition: .5s;
}
.page-template-home-template #counter ul li a:hover{
    color: #fff;
}
.page-template-home-template #counter ul li a::before,
.page-template-home-template #counter ul li a::after{
    content: '';
    position: absolute;
    top: 50%;   left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;  height: 100%;
    z-index: -1;
    border-radius: 50%;
    background: transparent;
    transition: .9s;
}
.page-template-home-template #counter ul li a::after{
    border: 2px dashed transparent;
}

.page-template-home-template #counter .classic-counter-b:hover ul li a::before{
    background: #112b3c;
    transform: translate(-50%,-50%) scale(.65);
}
.page-template-home-template #counter .classic-counter-b:hover ul li a::after{
   /* width: 80%;  height: 80%;*/
   animation: animate 4s infinite linear;
   border-color: #112b3c;
}
@keyframes animate{
    0%{
        transform: translate(-50%,-50%) rotate(0);
    }
    100%{
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
/*----------------------------------------*/
/*  Awards Area
/*----------------------------------------*/
.page-template-home-template #awards .owl-theme .owl-nav, 
.page-template-home-template #awards .owl-theme .owl-dots{
    display: none;
}

.page-template-home-template #awards .classic-awards-single {
    background: #fff;
    box-shadow: 0px 1px 12px 5px #e2e2e2;
    margin: 10px;
    padding: 10px 15px;
}
.classic-awards-single h4.classic-awards-title{
    line-height: 30px;
    font-size: 30px;
    font-weight: 500;
    color: #010101;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.classic-Symbols-single-area .owl-stage .owl-item.active  .classic-awards-single:nth-child(2n+1){
    transform: scale(1.9) rotateZowl-stage (0deg);
    -moz-transform: scale(1.9) rotateZ(0deg);
    -webkit-transform: scale(1.9) rotateZ(0deg);
    -o-transform: scale(1.9) rotateZ(0deg);
}

.page-template-home-template #awards .classic-section-head h2 {
    color: #dd0f0d;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 30px;
}
.page-template-home-template #awards .classic-section-head h3 {
    color: #030303;
    font-size: 50px;
    margin-top: 10px;
    font-weight: 600;
}

.page-template-home-template #awards .classic-awards-single:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #eb8733;
    transition: all ease 1s;
    opacity:1;
}
.page-template-home-template #awards .classic-awards-single:hover:after {
    height: 100%;
}
.page-template-home-template #awards figure.classic-awards-logo img {
    position: relative;
    z-index: 1;
}
.page-template-home-template #awards .classic-awards-single:hover h4.classic-awards-title {
    color: #fff;
}

/*----------------------------------------*/
/*  Product Area
/*----------------------------------------*/
.page-template-home-template #product {
    background-color: #eeebe6;
}

.page-template-home-template #product .classic-product {
    position: relative;
}
.page-template-home-template #product .classic-section-head h2 {
    color: #ec8034;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.page-template-home-template #product .classic-section-head h3 {
    color: #46567b;
    font-size: 40px;
    font-weight: 600;
    word-break: break-word;
    line-height: 50px;
}
.page-template-home-template #product #recent-porduct {
    background: #ffffff;
    border-radius: 0;
    padding: 0px 0px 20px;
    position: relative;
    z-index: 1;
}
.page-template-home-template #product #recent-porduct h6 {
    font-size: 20px;
    color: #4c5c80;
    font-weight: 600;
    margin-top: 10px;
    padding: 0 20px;
}

.classic-product-btn a {
    padding: 10px 13px;
    color: #fbf9f7;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    background: #af8451;
    text-align: center;
    width: 100%;
    margin-top: 0em;
}

.classic-product-btn a:hover {
    color: #dededa !important;
    outline-width: 0;
    z-index: 1;
}

.classic-product-btn a:after {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #45567a;
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

.classic-product-btn a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}


.page-template-home-template #product .col-md-4.classic-pro-space {
    padding: 0 25px 45px;
}
.page-template-home-template #product .total-product-title-wrap a.pro-cat {
    font-size: 17px;
    color: #2d2d2d;
    padding-bottom: 10px;
    font-weight: 500;
}
.page-template-home-template #product .total-product-title-wrap span.price {
    color: #46587c;
}
.page-template-home-template #product .total-product-title-wrap span.price ins{
    background: none;
}
.pro-img .pro-img-b {
    margin: 0 auto;

}
.pro-img .pro-img-b img {
    width:100%;
    height:100%;

}

.pro-img .pro-img-b img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
.pro-img .pro-img-b:hover img{
    transform: scale(0.9) rotateZ(0deg);
    -moz-transform: scale(0.9) rotateZ(0deg);
    -webkit-transform: scale(0.9) rotateZ(0deg);
    -o-transform: scale(0.9) rotateZ(0deg);
    background: none;
}

.page-template-home-template #product .total-product-title-wrap span.price del span.woocommerce-Price-amount.amount bdi,
.page-template-home-template #product .total-product-title-wrap span.price del span.woocommerce-Price-amount.amount bdi span{
    font-size: 20px;
    color: #929292;
    font-weight: 600;
}
.page-template-home-template #product .total-product-title-wrap span.price ins span.woocommerce-Price-amount.amount bdi,
.page-template-home-template #product .total-product-title-wrap span.price ins span.woocommerce-Price-amount.amount bdi span{
    font-size: 30px;
    color: #47587c;
    font-weight: 600;
}
/*----------------------------------------*/
/*  Steps Area
/*----------------------------------------*/
.page-template-home-template #steps .steps-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #steps {
    background: #fff;
}
.page-template-home-template #steps .steps-body {
    position: relative;
}
.page-template-home-template #steps .classic-section-head h2{
    color: #000;
}

.page-template-home-template #steps .classic-section-head h2 {
    font-weight: 600;
    font-size: 45px;
}

.page-template-home-template #steps .classic-section-head h3{
    color: #021348;
}
.page-template-home-template div#features {
    position: relative;
    background: #eeebe6;
}
.page-template-home-template #steps .classic-steps-content h4.classic-steps-title{
    font-size: 20px;
    font-weight: 600;
    word-break: break-word;
    padding: 0;
    margin: 0px 0 10px;
    line-height: 35px;
    color: #000;
    transition: all 0.3s ease 0s;
}  
.page-template-home-template #steps .classic-steps-single:hover h4.classic-steps-title{
   color: #fff;
}
.page-template-home-template #steps .classic-steps-b:hover .classic-steps-single .classic-steps-title, 
.page-template-home-template #steps .classic-steps-b:hover .classic-steps-content p.classic-steps-text {    
    color: #fff;
}
.page-template-home-template #steps .classic-steps-content p.classic-steps-text{
    color: #9e9ea0;
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
    line-height: 20px;
    margin-bottom: 0px
}
.page-template-home-template #steps .classic-steps-single:hover p.classic-steps-text{
   color: #fff;
}
.page-template-home-template #steps .classic-steps-b {
    padding: 10px;
    position: relative;
  /*  overflow: hidden;*/
}
.page-template-home-template #steps .classic-steps-b:after{
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 38px;
    top: 65px;
    border-left: 4px solid #efedee;
    height: 85%;
    width: 99%;
    z-index: 1;
}
.page-template-home-template #steps .classic-steps-b:last-child:after{
    border: 0;
}
.page-template-home-template #steps .classic-steps-single{
    padding: 1.2em 1em 1.2em;
    margin: 0em 0 1em;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.page-template-home-template #steps .classic-steps-b:hover .classic-steps-single{
    background: #3c71fa;
}

.page-template-home-template #steps .classic-steps-b .classic-steps-single:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 17px solid #f9f9f9;
    border-bottom: 14px solid transparent;
    left: -16px;
    top: 10%;
    position: absolute;
}

.page-template-home-template #steps .classic-steps-b:hover .classic-steps-single:after {
    border-top: 14px solid transparent;
    border-right: 17px solid #3d72fc;
    border-bottom: 14px solid transparent;
}

.page-template-home-template #steps .classic-steps-single .classic-steps-num {
    color: #666666;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}
.page-template-home-template #steps .classic-steps-b:hover .classic-steps-single .classic-steps-num {
    color: #fff;
}
.page-template-home-template #steps .classic-steps-icon {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-template-home-template #steps span {
    z-index: 2;
    position: relative;
    top: 15px;
    background: #3d72fc;
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.page-template-home-template #steps span:before {
    color: #fcfafb;
    position: relative;
    z-index: 3;
}

.page-template-home-template #steps span:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50%;
}
.page-template-home-template #steps span:hover:after, 
.page-template-home-template #steps span:focus:after, 
.page-template-home-template #steps span:active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*----------------------------------------*/
/*  Package Area
/*----------------------------------------*/
.page-template-home-template #pricing .pricing-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #pricing {
    background: #eeebe6;
}
.page-template-home-template #pricing .classic-section-head h2{
    color: #112b3c;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}
.page-template-home-template #pricing .classic-section-head h3{
color: #46567b;
    font-size: 40px;
    font-weight: 600;
    word-break: break-word;
    line-height: 50px;
}
.page-template-home-template div#pricing {
    position: relative;
}

.page-template-home-template div#pricing .classic-section-head {
    margin: 0 10em 3.5em;
}

.page-template-home-template #pricing .classic-pricing-box-head h4.classic-pricing-title{
    font-size: 20px;
    font-weight: 500;
    word-break: break-word;
    padding: 0;
    line-height: 25px;
    color: #ffffff;
    padding: 22px 15px 22px 30px;
    position: relative;
    text-align: left;
    /* display: inline-block; */
    left: 0;
    width: 70%;
    border-radius: 0 35px 35px 0;
    margin-bottom: 2em;
        background: #112b3c;
}  
.page-template-home-template #pricing .classic-pricing-box-head h6.classic-pricing-subtitle{
    color: #e8ddfd;
    font-size: 48px;
    font-weight: 500;
    word-break: break-word;
    line-height: 28px;
    margin-bottom: 0px;
    position: relative;
    top: 1.5em;
}
.classic-pricing-up {
    padding: 2em 0;
    background: #c3cf27;
    border-radius: 20px 20px 0 0;
}

.page-template-home-template #pricing .classic-pricing-currency-price {
font-size: 26px;
    font-weight: 500;
    word-break: break-word;
    padding: 0;
    line-height: 28px;
    color: #36465e;
    padding-bottom: 5px;
}
.page-template-home-template #pricing .classic-pricing-currency-price span {
  /*  font-size: 25px;*/
}
.page-template-home-template #pricing .classic-pricing-valid {
    color: #686e1c;
    font-size: 22px;
    position: relative;
    z-index: 1;
}
.page-template-home-template #pricing .classic-pricing-area {
    position: relative;
        padding-left: 17px;
    padding-right: 17px;
}
.page-template-home-template #pricing .classic-pricing-single {
    background: #ffffff;
    padding: 2.3em 0em 1.8em;
    /* margin: 1em 4em 2em; */
    border-radius: 5px 100px 5px 5px;
    /* outline: 2px solid #b69e6c; */
    /* outline-offset: -16px; */
    transition: .5s ease-in-out;
    box-shadow: 0px 7px 20px 3px rgb(51 52 53 / 26%);
}
.page-template-home-template #pricing .classic-pricing-single:hover .classic-pricing-box-head{
/*    transform: rotateY(20deg);
        outline: 15px solid #46567b !important;*/
        background: transparent !important;
}
.page-template-home-template #pricing .classic-pricing-single:hover {
    background-color: #ffcb00;
}
.page-template-home-template #pricing .classic-pricing-single ul.classic-pricing-list {
    padding: 1em 2.6em 0.5em;
    margin: 0 0 0.5em;
    list-style: none;
}
.page-template-home-template #pricing .classic-pricing-single ul.classic-pricing-list li {
 font-size: 17px;
    padding: 2px 0px;
    font-weight: 400;
    line-height: 30px;
    color: #374757;
    text-align: left;
    text-transform: none;
    margin-bottom: 0px;
}
.page-template-home-template #pricing .classic-pricing-single .classic-pricing-btn a {
    padding: 9px 35px;
}
.page-template-home-template #pricing .classic-pricing-single ul.classic-pricing-list li i{
    color: #556171;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 300;
        transform: scale(1);
    transition: all 1s ease 0s;
}
.page-template-home-template #pricing .classic-pricing-single ul.classic-pricing-list li:hover i {
    transform: scale(1.3);
}


/*----------------------------------------*/
/*  Banner Area
/*----------------------------------------*/

div#banner img {
width: 100%;
    height: 500px;
    clip-path: circle(55.1% at 65% 40%);
}
.page-template-home-template #banner .banner-space {
    width: 75%;
}
.classic-banner-img {
    padding-left: 50px;
}
.banner-imgbx {
    background: #ffffff;
    clip-path: circle(58.1% at 62% 38%);
    position: absolute;
    right: 25px;
}
.page-template-home-template #banner .banner-body {
    background: #384a72;
    padding-bottom: 3em;
        border-bottom-left-radius: 100px;
}

.page-template-home-template #banner .classic-section-head {
    padding: 2.5em 3em 3em;
    background: #ffcb00;
    width: 100%;
    margin: 3em 0 0 0;
    position: relative;
    z-index: 0;
}
.page-template-home-template #banner .btn span {
    display: block;
    position: relative;
    color: #ffcb00;
}
.page-template-home-template #banner .btn {
    padding: 10px 35px;
        font-size: 18px;
}
.page-template-home-template #banner .classic-section-head h2 {
    font-size: 34px;
    line-height: 50px;
    font-weight: 700;
    width: 64%;
            margin-bottom: 0.6em;
}

.page-template-home-template #banner .classic-section-area-text {
    font-size: 23px;
    margin-bottom: 0.6em;
    margin-top: 5px;
    font-weight: 500;
}
.classic-section-area-disctext {
    position: absolute;
    right: 33%;
    top: 35%;
    border: 8px solid #ffffff;
    width: 140px;
    text-align: center;
    border-radius: 50%;
    height: 140px;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    z-index: 2;
    background: #ffcb00;
    padding-top: 25px;
}
.page-template-home-template #banner .add-label {
    color: #f1f1f1;
    padding-left: 45px;
    padding-top: 2.5em;
        padding-bottom: 0.3em;
    font-size: 18px;
}
.page-template-home-template #banner .add-label a{
    color: #f1f1f1;
    position: relative;
    z-index: 99;
        font-weight: 500;
}
div#banner i.fa {
    padding-right: 13.2px;
    color: #ffcb00;
    font-size: 25px;
    font-weight: bold;
}
.page-template-home-template #banner .btn:before{
    background-color: #112b3c;
}
.page-template-home-template #banner .btn:hover:before{
    background-color: #ffffff;
}
.page-template-home-template #banner .btn:hover span{
     color: #112b3c;
}

/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/

.page-template-home-template #blog .blog-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
.page-template-home-template #blog {
    background: #eeebe6;
}
.page-template-home-template #blog .classic-section-head h2{
     color: #112b3c;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-template-home-template #blog .classic-section-head h2:after {
   display: none;
}
.page-template-home-template #blog .classic-section-head h3{
     color: #46567b;
    font-size: 40px;
    font-weight: 600;
    word-break: break-word;
    line-height: 50px;
}
.page-template-home-template #blog {
    position: relative;
}
.page-template-home-template #blog .classic-box-area-S {
    margin: 20px;
}
.page-template-home-template #blog .classic-blog-single {
    position: relative;
    background: #f6f6f6;
    padding: 35px 25px 40px;
}
.page-template-home-template #blog .classic-blog-date-comment {
color: #4e5254;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.page-template-home-template #blog .classic-blog-date-comment i{
    color: #ffcb00;
    font-size: 20px;
    font-weight: 400;
    padding-right: 18px;
      animation-name: tada;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
.page-template-home-template #blog h4.inner-area-title {
    color: #112b3c;
    font-size: 22px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 1em;
    padding: 0em;
}
.page-template-home-template #blog p{
font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0.5em;
    padding: 0em;
}
.page-template-home-template #blog .classic-blog-thumbnail a img {
    width: 100%;
}
.page-template-home-template #blog .classic-blog-thumbnail {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page-template-home-template #blog .classic-blog-thumbnail:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.page-template-home-template #blog .classic-box-area-S:hover .classic-blog-thumbnail:before {
    top: 0;
}
.page-template-home-template #blog .classic-blog-comment {
    color: #a1a1ad;
    font-size: 15px;
    padding: 0px 0px 15px;
    text-transform: uppercase;
}
.page-template-home-template #blog .classic-blog-comment i{
    font-size: 14px;
    padding-right: 5px;
}
.page-template-home-template #blog .classic-blog-thumbnail img {
    transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
}
.page-template-home-template #blog .classic-blog-post:hover .classic-blog-thumbnail img {
    transform: scale(1.2);
/*    transform:rotate(-10deg) scale(1.2);*/
}

.page-template-home-template #blog .blog-area-category {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 0;
}
.page-template-home-template #blog .blog-area-category ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-template-home-template #blog .blog-area-category ul li {
    color: #282828;
    background: #dddddd;
    text-align: left;
    display: inline-block;
    border-radius: 2px 15px 2px 2px;
    padding: 3px 10px;
     overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
}

.page-template-home-template #blog .blog-area-category ul li:hover {
    color: #fff;
}


.page-template-home-template #blog .blog-area-category ul li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px;
    background-color: #eb8733;
    transition: all 0.3s ease;
}

.page-template-home-template #blog .blog-area-category ul li:hover:after {
    top: 0;
    height: 100%;
}
.page-template-home-template #blog .btn{
    padding: 9px 30px;
    margin-top: 1.2em;
    margin-left: 0;
    color: #112b3c;
}
.page-template-home-template #blog .btn:hover{
     color: #ffcb00;
     background-color: #112b3c;
}
.page-template-home-template #blog .btn:hover:before,
.page-template-home-template #blog .btn:hover{
    background-color: #112b3c;
}
.page-template-home-template #blog .box{
    background: #ffcb00;
    overflow: hidden;
    position: relative;
}
main#classicinner-box .ht-blog-thumbnail.box{
     background: #ffcb00;
}
.page-template-home-template #blog .classic-blog-post .box > img,
.page-template-blog-template .inner-blogpost .box > img,
.page-template-blogpagewithleftsidebar-template .inner-blogpost .box > img,
.page-template-blogpagewithrightsidebar-template .inner-blogpost .box > img,
body.archive .inner-blogpost .box > img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}
.page-template-home-template #blog .classic-blog-post:hover .box > img,
.page-template-blog-template .inner-blogpost:hover .box > img,
.page-template-blogpagewithleftsidebar-template .inner-blogpost:hover .box > img,
.page-template-blogpagewithrightsidebar-template .inner-blogpost:hover .box > img,
body.archive .inner-blogpost:hover .box > img{
    opacity: 0.7;
    filter: blur(5px);
    transform: scale(1.05);
}
.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0 0;
    transform: translateY(-50%);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}
.box .box-content .overlay-img{
    width: 87%;
    margin: 0 auto;
}
.box .box-content .overlay-img img{
    width: 100%;
    /*border-radius: 5px 5px 0 0;*/
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    opacity: 0;
    transform: translateY(80%);
    transition: all 0.3s ease 0.1s;
}
.page-template-home-template #blog .classic-blog-post:hover .box .box-content .overlay-img img,
.page-template-blog-template .inner-blogpost:hover .box .box-content .overlay-img img,
.page-template-blogpagewithleftsidebar-template .inner-blogpost:hover .box .box-content .overlay-img img,
.page-template-blogpagewithrightsidebar-template .inner-blogpost:hover .box .box-content .overlay-img img,
body.archive .inner-blogpost:hover .box .box-content .overlay-img img{
    opacity: 1;
    transform: translateY(0);
}

.page-template-blogpagewithleftsidebar-template .inner-blogpost .box .box-content .overlay-img,
.page-template-blogpagewithrightsidebar-template .inner-blogpost .box .box-content .overlay-img,
body.archive .inner-blogpost .box .box-content .overlay-img{
    width: 75% !important;
}

.classic-blog-post:nth-child(1) .box, 
.classic-blog-post:nth-child(3) .box, 
.classic-blog-post:nth-child(5) .box, 
.classic-blog-post:nth-child(7) .box, 
.classic-blog-post:nth-child(9) .box,
.classic-blog-post:nth-child(1) .box .box-content .overlay-img img,
.classic-blog-post:nth-child(3) .box .box-content .overlay-img img,
.classic-blog-post:nth-child(5) .box .box-content .overlay-img img,
.classic-blog-post:nth-child(7) .box .box-content .overlay-img img,
.classic-blog-post:nth-child(9) .box .box-content .overlay-img img,
div#blog-box.innerpage-whitebox .box .box-content .overlay-img img{
    border-radius: 0px 100px 0 0;
}
.classic-blog-post:nth-child(2) .box, 
.classic-blog-post:nth-child(4) .box, 
.classic-blog-post:nth-child(6) .box, 
.classic-blog-post:nth-child(8) .box, 
.classic-blog-post:nth-child(10) .box,
.classic-blog-post:nth-child(2) .box .box-content .overlay-img img,
.classic-blog-post:nth-child(4) .box .box-content .overlay-img img,
.classic-blog-post:nth-child(6) .box .box-content .overlay-img img,
.classic-blog-post:nth-child(8) .box .box-content .overlay-img img,
.classic-blog-post:nth-child(10) .box .box-content .overlay-img img {
    border-radius: 100px 0 0 0;
}
/*----------------------------------------*/
/* Client Logo Area
/*----------------------------------------*/
.page-template-home-template #Symbols .Symbols-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
.page-template-home-template #Symbols {
    background: #eeebe6;
        overflow: hidden;
}
.page-template-home-template #Symbols .classic-section-head {
    position: relative;
    margin: 0 10em 3em;
}

.page-template-home-template #Symbols .classic-section-head h2 {
    color: #46567b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-template-home-template #Symbols .classic-section-head h3 {
    color: #ec7e34;
    font-size: 40px;
    font-weight: 600;
    word-break: break-word;
    line-height: 50px;
}

.page-template-home-template #Symbols  .owl-theme .owl-dots, 
.page-template-home-template #Symbols  .owl-theme .owl-nav {
    display: none;
}

.page-template-home-template #Symbols .classic-Symbols-single h4.classic-Symbols-title{
    margin: 0;
   /* margin-top: 25px;*/
}

.page-template-home-template #Symbols .classic-Symbols-single h4.classic-Symbols-title a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.page-template-home-template #Symbols .classic-Symbols-single h4.classic-Symbols-title a:hover {
    color: #ec7e34;
}

.page-template-home-template #Symbols .owl-carousel .owl-item {
    height: 128px;
}

.page-template-home-template #Symbols .classic-Symbols-single-area {
    position: relative;
}
.page-template-home-template #Symbols .classic-Symbols-b {
    padding: 0 10px;
}
.frp-counter-block {
    width: 100%;
    height: 200px;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #666;
    padding: 0 10px;
    border-radius: 10px;
}

.frp-counter-underlay {
   position: absolute;
   height: 55px;
   bottom: 0;
   left: 0;
   right: 0;
   transition: all 0.3s ease-in-out;
}

.frp-counter-icon {
   position: absolute;
   top: 30px;
   left:0; 
   right: 0;
   font-size: 30px;
   transition: all 0.3s ease-in-out;
   color: #737373;
}

.frp-counter-name {
   margin: 0 auto;
   display: block;
}

.frp-counter-desc {
    display: block;
    font-size: 12px;
    margin-top: 140px;
}

.frp-counter-underlay .cta {
   margin-top: 120px;
   display: inline-block;
   color: #fff;
}

.frp-counter-block:hover .frp-counter-underlay {
   height: 200px;
}

.frp-counter-block:hover .frp-counter-icon {
   color: #fff;
   top: 75px;
}
.frp-counter-block:hover .frp-counter-name {
    margin-top: 25px !important;
}
.frp-counter-block:hover .frp-counter-name {
   color: #fff;
   font-weight: bold;
}

.frp-counter-block:hover .frp-counter-desc {
   display: none;
}

.frp-counter-block .frp-counter-underlay .cta:hover {
   text-decoration: none;
}

.page-template-home-template #Symbols .classic-Symbols-single .Box{
position: relative;
    min-height: 200px;
    transform-style: preserve-3d;
    perspective: 800px;
    transition: 1s;
    border-radius: 10px;
    margin-bottom: 40px;
}
.page-template-home-template #Symbols .classic-Symbols-single .Box .FlipBox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 1s;
    transform-style: preserve-3d;
    background: #222632;
    position: relative;
    width: 100%;
    min-height: 200px;
    transform-style: preserve-3d;
    perspective: 800px;
    transition: 1s;
    border-radius: 10px;
}
.page-template-home-template #Symbols .classic-Symbols-single .Box .Front,
.page-template-home-template #Symbols .classic-Symbols-single .Box .Back{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    cursor:pointer;
    transition:.5s;
    backface-visibility:hidden;
}
.page-template-home-template #Symbols .classic-Symbols-single .Box .Front img{
    /* width: 85px; */
    /* height: auto; */
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    padding: 25px 0;
        top: 5px;
}
.page-template-home-template #Symbols .classic-Symbols-single .Box .Back{
    background-color:#081a25;
    color:#fff;
    display:table;
    transform:rotateY(180deg);
     border-radius: 10px;
}
.Front .classic-Symbols-title {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
}
.page-template-home-template #Symbols .classic-Symbols-single .Box .Back div{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    padding:20px;
}
.page-template-home-template #Symbols .classic-Symbols-single .Box .Back div h4{
    font-size:22px;
}
.page-template-home-template #Symbols .classic-Symbols-single .Box .Back div p{
    font-size:17px;
    margin-top:10px;
}
.page-template-home-template #Symbols .classic-Symbols-single .Box:hover .FlipBox{
    transform:rotateY(180deg);
}
.page-template-home-template #Symbols .classic-Symbols-single .Box:hover{
    transform:translateY(-30px);
    z-index:2;
}
@media (max-width:780px){
    .page-template-home-template #Symbols .classic-Symbols-single .Box:not(:last-child):hover{
        transform:translateY(0px);
        z-index:2;
    }
}
@media (max-width:520px){
    .page-template-home-template #Symbols .classic-Symbols-single .Box:hover{
        transform:translateY(0px);
        z-index:2;
    }
}
@media (max-width:255px){
    .page-template-home-template #Symbols .classic-Symbols-single .Box{
        width:100%;
    }       
}
/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/
#newsletter .newsletter-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#newsletter {
        position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer-news-outer {
    overflow: hidden;
}

#newsletter .classic-section-head {
    margin: 0em;
}
#newsletter .newsletter-sign-box {
    padding-left: 0em;
    padding-right: 0em;
    background: #ffcb00;
}
#newsletter .classic-section-head h2{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 29px;
    color: #112b3c;
    line-height: 37px;

}

#newsletter .classic-section-head h2:after {
   display: none;
}
#newsletter .classic-section-head h3{
    color: #acacac;
    font-size: 25px;
    font-weight: 400;
}
#newsletter .classic-section-head-icon {
    text-align: center;
}
#newsletter .classic-section-head-icon i {
    font-size: 50px;
    line-height: 50px;
  color: #fff;
}

#newsletter  .classic-newsletter-member-wrap input::placeholder{
    opacity: 1;
    color: #c5c5c6;
}
#newsletter .classic-newsletter-member-wrap {
    text-align: left;
    color: #fff;
    padding: 0;
    position: relative;
}
#newsletter .classic-newsletter-member-wrap form {
    margin: 0;
}
#newsletter .classic-newsletter-member-wrap form p {
    margin: 0;
}

#newsletter .classic-newsletter-member-wrap input[type="text"], 
#newsletter .classic-newsletter-member-wrap input[type="email"], 
#newsletter .classic-newsletter-member-wrap input[type="url"], 
#newsletter .classic-newsletter-member-wrap input[type="password"], 
#newsletter .classic-newsletter-member-wrap input[type="search"], 
#newsletter .classic-newsletter-member-wrap input[type="number"], 
#newsletter .classic-newsletter-member-wrap input[type="tel"], 
#newsletter .classic-newsletter-member-wrap input[type="range"], 
#newsletter .classic-newsletter-member-wrap input[type="date"], 
#newsletter .classic-newsletter-member-wrap input[type="month"], 
#newsletter .classic-newsletter-member-wrap input[type="week"], 
#newsletter .classic-newsletter-member-wrap input[type="time"], 
#newsletter .classic-newsletter-member-wrap input[type="datetime"],
#newsletter .classic-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .classic-newsletter-member-wrap input[type="color"],
#newsletter .classic-newsletter-member-wrap input[type="file"],
#newsletter .classic-newsletter-member-wrap textarea{    
       border: 2px solid #fff;
    background: #fff;
    z-index: 2000;
    width: 100%;
    color: #c5c5c6;
    margin: 0 0 10px 0;
    border-radius: 0 30px 0 0;
    padding: 0px 15px 0 15px;
    font-size: 16px;
    height: 58px;
    font-weight: 500;
    background: #fff;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0;
}
#newsletter .classic-newsletter-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 10px 20px;
}

#newsletter .classic-newsletter-member-wrap select{
    outline: 0;
    border: 2px solid #fff;
    z-index: 2000;
    width: 100%;
    color: #c5c5c6;
    margin: 0 0 6px 0;
    border-radius: 50px;
    padding: 16px 10px;
    font-size: 18px;
    height: 65px;
    background: #fff;    
}
#newsletter .classic-newsletter-member-wrap textarea {
  height: 80px;
  padding: 10px 20px;
  border-radius: 50px;
}
#newsletter .classic-newsletter-member-wrap textarea::placeholder{
    color: #c5c5c6;
}

#newsletter .classic-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
#newsletter .box-form {
    text-align: left;
}
#newsletter .classic-newsletter-member-wrap input[type="submit"]{
   color: #f5f6f8;
    font-weight: 600;
    padding: 15px 35px;
    line-height: 1;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    margin: 0;
    background: #46567a;
    border-radius: 50px;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 6px;
    right: 50px;

}
#newsletter .classic-newsletter-member-wrap input[type="submit"]:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    background: #ec7a00;
    color: #fff;
}


#newsletter .decor__flying_word_img {
    position: absolute;
    top: 55px;
    /* margin: 0 auto; */
    text-align: center;
    /* left: 0; */
    right: 180px;
    max-width: 31%;
    width: 13%;
    z-index: 999999;
}
.news-leftsvg{
position: absolute;
    top: -20px;
    fill: #000;
    z-index: 1;
    width: 100%;
    fill: #ffffff;
    height: 720px;
    -webkit-animation: newsmover 5s infinite alternate;
    animation: newsmover 5s infinite alternate;
}
@-webkit-keyframes newsmover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes newsmover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.news-leftsvg2{
    position: absolute;
    top: -30px;
    fill: #000;
    width: 100%;
    fill: #112b3c;
    height: 790px;
    -webkit-animation: newsmover 5s infinite alternate;
    animation: newsmover 5s infinite alternate;
}

@-webkit-keyframes newsmover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes newsmover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-news-outer {
    background: #ffffff;
}
.footer-area,
.page-template-home-template .footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 1;
}
 #footer .footer-overlay,
.page-template-home-template #footer .footer-overlay,
.page #footer .footer-overlay,
.single #footer .footer-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.page-template-home-template #footer .widget_block,
.page-template-home-template #footer .widget_meta,
.page-template-home-template #footer .widget_recent_entries,
.page-template-home-template #footer .widget_categories,
.page-template-home-template #footer .widget_recent_comments,
.page-template-home-template #footer .widget_archive,
.page-template-home-template #footer .widget_nav_menu ,
.page-template-home-template #footer .widget_text ,

.page #footer .widget_block,
.page #footer .widget_meta,
.page #footer .widget_recent_entries,
.page #footer .widget_categories,
.page #footer .widget_recent_comments,
.page #footer .widget_archive,
.page #footer .widget_nav_menu,
.page #footer .widget_text,

.single #footer .widget_block,
.single #footer .widget_meta,
.single #footer .widget_recent_entries,
.single #footer .widget_categories,
.single #footer .widget_recent_comments,
.single #footer .widget_archive,
.single #footer .widget_nav_menu,
.single #footer .widget_text{
    border: none;
    border-radius: 0;
    padding: 0;
    color: #bdb9b5;
}
.footer-area li,
.page-template-home-template .footer-area li,
.page .footer-area li {    
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #ececec;
}

.footer-area li:before {
    content: "\f164";
    font-family: 'Fontawesome';
    font-size: 14px;
    padding-right: 8px;
    position: relative;
    top: -2px;
}

.footer-area .current_page_item > a:before {
    display: none;
}

.page-template-home-template .footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #eae8ea;
}
.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: 0px;
    font-weight: 500;
    line-height: 22px;
    font-size: 16px;
    color: #9d9c9a;
}
.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: #f5f4f4;
    margin-bottom: 0px;
    font-family: inherit;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 12px;
    font-weight: 600;
    position: relative;
}

.footer-area .widget.widget_recent_entries li a,
.page-template-home-template .footer-area .widget.widget_recent_entries li a,
.page .footer-area .widget.widget_recent_entries li a ,
.single .footer-area .widget.widget_recent_entries li a {font-size: 18px;}

.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;
    font-size: 18px;
    font-weight: 800;
    background: #ffffff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-right: 6px;
    text-align: center;
    line-height: 40px;
}
.footer-area .social-profile-icons ul li:before,
.page-template-home-template .footer-area .social-profile-icons ul li:before,
.page .footer-area .social-profile-icons ul li:before,
.single .footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget,
.page-template-home-template .footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{margin-bottom: 0.5em;}

.footer-area .widget.social-profile-icons {
    border: 0px solid #eaeaea;
}

.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; border-top: 1px solid #727275;}

.footer-area .bottom-area ul,
.page-template-home-template .footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, .footer-text a,
.page-template-home-template .footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
    font-size: 16px;
    font-weight: 500;
    color: #f8f4f5;
}
.footer-text .copyrighttext {
    color: #949598;
    font-weight: 500;
    font-size: 17px;
}
.footer-area .s-footer img {
    margin-bottom: 20px;
}
.footer-area .pd-0,
.page-template-home-template .footer-area .pd-0,
.page .footer-area .pd-0,
.single .footer-area .pd-0{padding: 0;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.page-template-home-template .footer-area .bottom-area li a:hover, .page-template-home-template .social-profile-icons li a:hover,
.page .footer-area .bottom-area li a:hover,
.single .footer-area .bottom-area li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.page-template-home-template .footer-area .bottom-area li:hover a::after, .page-template-home-template .footer-area .bottom-area li:hover a:after,
.page .footer-area .bottom-area li:hover a::after, .page .footer-area .bottom-area li:hover a:after,
.single .footer-area .bottom-area li:hover a::after, .single .footer-area .bottom-area li:hover a:after
 {width: 20px;}
.footer-area .bottom-area li.current_page_item a:after,
.page-template-home-template .footer-area .bottom-area li.current_page_item a:after,
.page .footer-area .bottom-area li.current_page_item a:after,
.single .footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area .footer-link,
.page-template-home-template .footer-area .bottom-area .footer-link,
.page .footer-area .bottom-area .footer-link,
.single .footer-area .bottom-area .footer-link{
    text-align: right;
}
.footer-area  ul,
.page-template-home-template .footer-area  ul,
.page .footer-area  ul ,
.single .footer-area  ul{
    list-style: none;
    margin: 10px 0 0 0px;
    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;
    color: #ececec;
    border: 1px solid #8e8e90;
}

.footer-area input[type="text"]::placeholder, .footer-area input[type="email"]::placeholder, .footer-area input[type="url"]::placeholder, .footer-area input[type="password"]::placeholder, .footer-area input[type="search"]::placeholder, .footer-area input[type="number"]::placeholder, .footer-area input[type="tel"]::placeholder, .footer-area input[type="range"]::placeholder, .footer-area input[type="date"]::placeholder, .footer-area input[type="month"]::placeholder, .footer-area input[type="week"]::placeholder, .footer-area input[type="time"]::placeholder, .footer-area input[type="datetime"]::placeholder, .footer-area input[type="datetime-local"]::placeholder, .footer-area input[type="color"]::placeholder, .footer-area textarea::placeholder{
    color: #ececec;
}
.footer-area li a:hover, .footer-area .tagcloud a:hover, .footer-area li.current_page_item a:hover, .footer-area li:hover:before, .footer-text a:hover, .footer-area li.current_page_item:hover:before {
    color: #b59860;
}

.footer-area li.current_page_item a, .footer-area li.current_page_item:before {
    color: #e0d7c6;
}

.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 #d1090b;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 0px;
    padding: 0;
    color: #57b33e;
    -moz-transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: none;
}
footer#footer label span, .footer-area div.wpcf7 input[type="file"], .footer-area .widget_calendar table thead tr th, footer#footer div.wpcf7 p {
    color: #fff;
}

.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: 23px;
    position: relative;
    top: 0px;
    padding-right: 10px;
}
.footer-area i.fa {
    color: #e1d8c6;
}
 .footer-area .social-profile-icons i.fa,
.page-template-home-template .footer-area .social-profile-icons i.fa,
.page .footer-area .social-profile-icons i.fa ,
.single .footer-area .social-profile-icons i.fa{    
    padding: 0;
    text-align: center;
    margin-right: 0;
    font-size: 20px;
    padding: 0;
    /* background: #e0d7c7; */
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    color: #fbfbfa;
}
.footer-area .social-profile-icons ul li a i.fa:hover, .footer-share-btn ul li a.site-button i:hover, .page-template-home-template .footer-share-btn ul li a.site-button i:hover, .page .footer-share-btn ul li a.site-button i:hover, .single .footer-share-btn ul li a.site-button i:hover, .footer-area .social-profile-icons i.fa:hover {
    color: #b59860;
}

 .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, .footer-area .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;
        padding-right: 7em;
}
.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: 2em;
    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: 6em;
    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: 5em;
    margin-left: 0%;
}

.footer-area .footer-space {
    padding-bottom: 12px;
}

.footer-area span.label {
    font-size: 18px;
    color: #dc1a04;
    font-weight: 500;
    line-height: 28px;
}

.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: 20px;
}
.footer-area .footer_area-img img,
.page-template-home-template .footer-area .footer_area-img img,
.page .footer-area .footer_area-img img,
.single .footer-area .footer_area-img img
 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.footer-area .footer_area-img,
.page-template-home-template .footer-area .footer_area-img,
.page .footer-area .footer_area-img,
.single .footer-area .footer_area-img   {
    max-width: 80%;
    padding-top: 10px;
}
.footer-area .midix,
 .page-template-home-template .footer-area .midix,
 .page .footer-area .midix,
  .single .footer-area .midix{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.page-template-home-template .footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item {
    display: inline-block;
        width: calc(43.33333% - .66667em);
    margin-right: 1em;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.page-template-home-template .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img{
    border: 1px solid #faf1ff;
    border-radius: 10px;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.page-template-home-template .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before {
    display: none;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.page-template-home-template .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure{
    width: 33%;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.page-template-home-template .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
}
.footer-share-btn,
.page-template-home-template .footer-share-btn,
.page .footer-share-btn,
.single .footer-share-btn {
    text-align: right;
    float: right;
}
.footer-share {
    position: absolute;
    right: 7%;
    top: 0;
}
.footer-share-btn ul,
.page-template-home-template .footer-share-btn ul,
.page .footer-share-btn ul,
.single .footer-share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
.footer-share-btn ul li,
.page-template-home-template .footer-share-btn ul li,
.page .footer-share-btn ul li,
.single .footer-share-btn ul li{
    float: left;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
.footer-share-btn ul li a.site-button,
.page-template-home-template .footer-share-btn ul li a.site-button,
.page .footer-share-btn ul li a.site-button,
.single .footer-share-btn ul li a.site-button{
    display: block;
}
.footer-share-btn ul li a.site-button i,
.page-template-home-template .footer-share-btn ul li a.site-button i,
.page .footer-share-btn ul li a.site-button i,
.single .footer-share-btn ul li a.site-button i{
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #fefdff;
    border: 0px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 5px;
}
.footer-share-btn ul li a.site-button i, .page-template-home-template .footer-share-btn ul li a.site-button i, .page .footer-share-btn ul li a.site-button i, .single .footer-share-btn ul li a.site-button i {
    background-color: #3d72fc;
}
.footer-share-btn ul li a.site-button:hover i,
.page-template-home-template .footer-share-btn ul li a.site-button:hover i,
.page .footer-share-btn ul li a.site-button:hover i,
.single .footer-share-btn ul li a.site-button:hover i,
{
    color: #000;
    border: 3px solid #000;
} 

.footer-area .social-profile-icons i.fa {
    color: #fff;
}

.footer-area .social-profile-icons i.fa:hover {
    color: #000;
}


.footer-share-btn ul li:before,
.page-template-home-template .footer-share-btn ul li:before, .page .footer-share-btn ul li:before,
.single .footer-share-btn ul li:before{
    display: none;
}
.single .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single .socialMedia ul li{
    float: left;
}
.single .socialMedia ul li a.site-button {
    background: none;
    color: #000;
    padding-right: 10px;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #000;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #783afd;
}

/*-----------------------
## page scroll
-----------------------------*/

#back2Top {
    width: 43px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 13px;
    right: 30px;
    color: #eb8733;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 4px;
    background: transparent;
    height: 43px;
}
#back2Top:hover {
    background-color: transparent;
    color: #000;
}

/*-----------------------
Innerpage Page 
-----------------------------*/
.ht-main-title{
    margin: 10px 0 10px 0%;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: left;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 0px solid #4c4847;
    display: inline-block;
    padding-bottom: 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #000000;
    line-height: 25px;
}

.classic-innerpage-img {
    position: relative;
    z-index: 1;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.classic-innerpage-img img {
    width: 160px;
    height: 160px;
}

.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: 15px;
   margin: 0;
   color: inherit;
   display: block !important;
   padding: 0px 0 2.5em;
}

.inner_contentbox {
    padding: 0em 0em 0;
}

.classic-innerpage-overlay {
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.classic-page-main{
    position: relative;
        background: #eeebe6;
}
.single-productpage .classic-page-main {
    display: none;
}
h1.product_title.entry-title {
    margin-bottom: 10px !important;
    padding: 0 !important;
}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    padding: 0px 0 0.5em 0%;
    text-align: left;
    position: relative;
    z-index: 1;
}
.breadcrumbbox span , .woocommerce .woocommerce-breadcrumb{
    color: #fafbfd;
    margin: 0 3px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}
.woocommerce .woocommerce-breadcrumb{
    position: relative;
    z-index: 1;
}
.breadcrumbbox span i{
font-size: 15px;
    line-height: 5px;
    position: relative;
    top: 0;
    padding: 0px 5px;
    color: #ffcb00;
}
.breadcrumbbox a, .woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a {
    color: #ffffff;
}
.breadcrumbbox a:hover , .woocommerce .woocommerce-breadcrumb a:hover , #total-breadcrumbs a:hover{
    color: #ffcb00;
}
.breadcrumbbox span, .woocommerce .woocommerce-breadcrumb {
    color: #4a5b7f;
}

/*--------------------------------------------------------------
## Product page
--------------------------------------------------------------*/

main#classicinner-box h2.woocommerce-loop-product__title small,
main#classicinner-box h2.woocommerce-loop-product__title{color: #000;}

main#classicinner-box h2.woocommerce-loop-product__title:hover small,
main#classicinner-box h2.woocommerce-loop-product__title:hover{color:#eb8733;}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price{color: #939592;}

.woocommerce ul.products li.product .button, .woocommerce a.button{color: #fff;}
.woocommerce ul.products li.product .button, .woocommerce a.button{background-color:#eb8733;}
.woocommerce ul.products li.product .button:hover, .woocommerce a.button:hover{background-color:#eb8733;}

.woocommerce ul.products li.product a img {
    border: 2px solid #eb8733 !important;
}
.woocommerce ul.products li.product .price {
    color: #939592;
}
.woocommerce span.onsale {
    background-color: #eb8733;
}
.woocommerce ul.products li.product a img {
    border: 2px solid #eb8733 !important;
}
/*--------------------------------------------------------------
## woocommerce
--------------------------------------------------------------*/
main#classicinner-box h2.woocommerce-loop-product__title {
    font-size: 23px;
    margin-bottom: 10px !important; 
}
.woocommerce ul.products li.product:hover .button {
    background: #000;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/

.inner-blog-post{
    margin: 0em 0em 3em;
}
.inner-blogpost {
    position: relative;
    background: #ffffff;
}
body.page-template-blog-template .inner-blogpost {
    margin: 20px;
}
main#classicinner-box .single_post .blog-tags a {
    color: #6a6a6a;
    font-size: 15px;
    font-weight: 500;
}

main#classicinner-box .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 0 60px 0 0;
}

/*main#classicinner-box .ht-blog-thumbnail:before,
main#classicinner-box .ht-blog-thumbnail:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
main#classicinner-box .ht-blog-thumbnail:before {
    top: 0;
    left: 0;
}
main#classicinner-box .ht-blog-thumbnail:after {
    bottom: 0;
    right: 0;
}
main#classicinner-box .inner-blog-post:hover .ht-blog-thumbnail:before, 
main#classicinner-box .inner-blog-post:hover .ht-blog-thumbnail:after {
    width: 100%;
}
*/

main#classicinner-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 0 0 0px;
    padding: 0;
}
main#classicinner-box .blog-page-btn {
    padding-top: 4px;
}
main#classicinner-box .blog-info-area ul.metabox li{
        float: left;
    margin-right: 24px;
    color: #adb2be;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    background: #ffcb00;
    width: 75px;
    border-radius: 5px;
    height: 75px;
    padding: 10px;
    line-height: 1.2;
}
main#classicinner-box .blog-info-area ul.metabox li strong {
    font-size: 30px;
    font-weight: 600;
}
main#classicinner-box .blog-info-area ul.metabox li i{
    color: #ec7b34;
    font-size: 20px;
    font-weight: 400;
    padding-right: 8px;
    animation-name: tada;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
main#classicinner-box .btn{
font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 0.3em;
}
main#classicinner-box .inner-blogpost-info {
    padding: 40px 0px 8px;
}
.dashed-border {
    border-bottom: 1px solid;
    padding: 1px 0;
}
main#classicinner-box .ht-blog-thumbnail img {
    width: 100%;
    max-height: 350px;
    height: 100%;
}
main#classicinner-box .ht-blog-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000
    transition: all .4s ease;
}
main#classicinner-box .inner-blogpost:hover .ht-blog-thumbnail .overlay {
    opacity: 0.4;
}

main#classicinner-box .ht-blog-thumbnail .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
main#classicinner-box .ht-blog-thumbnail .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
main#classicinner-box .ht-blog-thumbnail .overlay .box .content > a {
    text-align: center;
    line-height: 50px;
    transform: scale(1.2);
    transition: all 500ms ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
main#classicinner-box .ht-blog-thumbnail .overlay .box .content > a:before {
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    color: #f72985;
    position: relative;
    top: 45%;
    padding: 15px;
}
main#classicinner-box .inner-blogpost:hover .ht-blog-thumbnail .overlay .box .content > a {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}
.inner-blogpost-info {
    position: relative;
    padding: 15px 00px 8px;
    
}

main#classicinner-box .inner-blogpost:hover{
    /*box-shadow: 0px 0px 20px rgb(50 50 0 / 15%);*/
}
main#classicinner-box .box .box-content .overlay-img {
    width: 50%;
    margin: 0 auto;
}


main#classicinner-box #blog-box h2 {
    word-break: break-word;
    font-size: 23px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 0;
    padding: 0em;
    color: #47597e;
}
main#classicinner-box #blog-box h2 {
    color: #47597e;
}

main#classicinner-box #blog-box h2:hover{background-image: linear-gradient( 
    40deg, #eb8733 30%, #eb8733 70% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
div#secondary .social-profile-icons ul li i:hover, main#classicinner-box .inner-blogpost:hover .blog-date span {
    color: #eb8733;
}
.inner-blog-excerpt {
    word-break: break-word;
    color: #949bad;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0em;
    padding: 1em 0;
}

#classicinner-box .blog-page-btn a {
    font-size: 16.74px;
    padding: 7px 5px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    color: #eb8733;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
}
#classicinner-box .blog-page-btn a.btn.btn-lg {
    margin: 0 !important;
    padding: 5px 20px;
}
#classicinner-box .blog-page-btn a:hover {
    outline-width: 0;
}
#classicinner-box .blog-page-btn a:hover {
    color: #fff;
}

#classicinner-box .blog-page-btn a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #45567a;
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

#classicinner-box .blog-page-btn a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

#classicinner-box .blog-page-btn a i {
    font-size: 15px;
    padding-left: 5px;
     -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
#classicinner-box .blog-page-btn a:hover i {
   -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#classicinner-box .single_post .blog-page-btn a{
    font-size: 18px;
    background: #eb8733;
    padding: 12px 20px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    color: #fcfcf8;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    z-index: 1;
}

#classicinner-box .single_post .blog-page-btn a:hover {
    outline-width: 0;
}
#classicinner-box .single_post .blog-page-btn a:hover {
    color: #fff;
}

#classicinner-box .single_post .blog-page-btn a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px;
    background-color: #eb8733;
    transition: all 0.3s ease;
}

#classicinner-box .single_post .blog-page-btn a:hover:after {
    top: 0;
    height: 100%;
}

#classicinner-box .single_post .blog-page-btn a i {
    font-size: 15px;
    padding-left: 5px;
     -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    color: #fcfcf8;
}
#classicinner-box .single_post .blog-page-btn a:hover i {
   -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
}

#classicinner-box .blog-author, #classicinner-box .blog-time, #classicinner-box .single-blog-date {
/*    color: #000;*/
    padding-left: 18px;
}
main#classicinner-box .single_post .blog-category {
    padding: 0px;
        padding-left: 18px;
}
#classicinner-box .blog-author i, #classicinner-box .blog-time i{
    color: #000;
    padding-right: 8px;
}

main#classicinner-box #blog-box .socialMedia {
    padding-bottom: 15px;
}

main#classicinner-box #blog-box .socialMedia ul{
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9999;
    position: relative;
}
main#classicinner-box #blog-box .socialMedia ul li{
    margin-right: 15px;
    float: left;
    text-align: center;
}
   main#classicinner-box #blog-box .socialMedia ul li a.site-button{
    display: block;
    color: #000;
    background: none;
}
   main#classicinner-box #blog-box .socialMedia ul li a.site-button:hover{
    color: #eb8733;
     background: none;
}


#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #eb8733;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
 margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
 font-size: 18px;
 padding: 5px 10px;
 line-height: 18px;
 margin: 0 0px;
 transition: 0s;
 background: #eb8733;
 border-radius: 5px;
 color: #ffffff;
 font-weight: bold;
 box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
 display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}

.blog-read-more a {
    display: inline-block;
    text-align: center;
    background: #eb8733;
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 17px;
}

.blog-read-more a:before,
.blog-read-more a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #eb8733;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.blog-read-more a:before {
    top: -25%;
    left: 20%;
}

.blog-read-more a:after {
    bottom: -25%;
    right: 20%;
}

.blog-read-more a:hover:before,
.blog-read-more a:hover:after {
    transform: none;
    z-index: 1;
}

.blog-read-more a:hover, .blog-read-more a:before, .blog-read-more a:after {
    background-color: #eb8733;
    transform: none;
}


main#classicinner-box #blog-box h2 {
    font-size: 20px;
}

.single main#classicinner-box h1, .single main#classicinner-box h2, .single main#classicinner-box h3, .single main#classicinner-box h4, .single main#classicinner-box h5, .single main#classicinner-box h6 {
    color: #000;
}

.single main#classicinner-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}

/*/*-----------------------
## Contact Template
-----------------------------*/

main#classicinner-box #classic-contactus-wrap .map_area_label h4{
  font-size: 33px;
  color: #000;
  letter-spacing: -1px;
  line-height: 45px;
}
#classic-contactus-wrap .classic-contact-page-form {
    text-align: center;
}
#classic-contactus-wrap .classic-contact-page-form p{
    color: #fff;
    position: relative;
   /* display: inline-block;*/
    padding: 0;
    color: #131313;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.contact-mapbox {
    width: 100%;
}

.contact-mapbox iframe {
    z-index: 1;
    width: 100%;
    height: 300px;
    border-radius: 0 0px 30px 0;
}
#classic-contactus-wrap .classic-contact-page-form {
    text-align: left;
    padding: 65px 85px 71px 0;
}

.page-template-templates main#classicinner-box #classic-contactus-wrap .classic-contact-block {
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 7em;
    padding: 5em 2em 5em 3em;
    width: 45%;
}
.page-template-templates main#classicinner-box #classic-contactus-wrap .classic-contact-page-form h4 {
    color: #2a2d36;
    background: #eb8733;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    padding: 5px 22px 5px 7px;
    margin-bottom: 18px;
}

.page-template-templates main#classicinner-box #classic-contactus-wrap .classic-contact-page-form h2 {
    color: #131313;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-template-templates main#classicinner-box #classic-contactus-wrap .classic-contact-page-form  .text-box {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333333;
}
.page-template-templates main#classicinner-box #classic-contactus-wrap .classic-contact-page-form  .text-box p{
    position: relative;
    display: inline-block;
    padding: 0;
    color: #686868;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 35px;
}
.page-template-templates main#classicinner-box .classic-contact-form-block form label,
 .page-template-templates main#classicinner-box .classic-contact-form-block form label span {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 100%;
}

.classic-contact-page-form-box input[type="text"], 
.classic-contact-page-form-box input[type="email"], 
.classic-contact-page-form-box input[type="url"],
.classic-contact-page-form-box input[type="password"], 
.classic-contact-page-form-box input[type="search"], 
.classic-contact-page-form-box input[type="number"], 
.classic-contact-page-form-box input[type="tel"], 
.classic-contact-page-form-box input[type="range"], 
.classic-contact-page-form-box input[type="date"], 
.classic-contact-page-form-box input[type="month"], 
.classic-contact-page-form-box input[type="week"], 
.classic-contact-page-form-box input[type="time"], 
.classic-contact-page-form-box input[type="datetime"], 
.classic-contact-page-form-box input[type="datetime-local"], 
.classic-contact-page-form-box input[type="color"], 
.classic-contact-page-form-box select, 
.classic-contact-page-form-box textarea {
       font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #686868;
    background: #fff;
    width: 100%;
    color: #cccccc;
    margin: 0 0 45px 0;
    height: 27px;
    padding: 10px 16px;
    font-size: 16px;
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 0 0 1px;
    padding: 0 0 0px;
}

.classic-contact-page-form-box input::placeholder{
    opacity: 1;
    color: #686868;
}
.classic-contact-page-form-box textarea::placeholder{
    color:#686868;
}

.classic-contact-page-form-box .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#eb8733 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

.classic-contact-page-form-box input[type="file"] {
    font-size: 14px;
    color: #686868;
    font-weight: 500;
}
.classic-contact-page-form-box textarea {
padding: 0 !important;
}
.classic-contact-page-form-box label {
    font-weight: 500;
    width: 100%;
    color: #686868;
    font-size: 16px;
}

.classic-contact-page-form-box select {
    width: 100%;
}
.classic-contact-page-form-box input[type="checkbox"], .classic-contact-page-form-box input[type="radio"], .classic-contact-page-form-box input[type="file"] {
    margin-bottom: 15px;
}
.classic-contact-page-form-box input[type=date] {
    line-height: 10px;
}
main#classicinner-box .classic-contact-page-form-box h2{
    color: #333333;
    font-size: 45px;
    font-weight: 500;
}
.classic-contact-page-form-box input[type="submit"] {
    display: inline-block;
    font-weight: 600;
    padding: 15px 55px;
    position: relative;
    background-color:#ffcb00;
    font-size: 17px;
    margin: 0 5px;
    box-shadow: none;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    border-radius: 50px;
}

.classic-contact-page-form-box input[type="submit"] {
    color: #112b3c;
}

.classic-contact-page-form-box input[type="submit"] {
    background-color: #ffcb00;
}
.classic-contact-page-form-box input[type="submit"]:hover {
    background: #ffcb00;
    opacity: 1;
    transform: translateY(-5px);
}
.classic-contact-page-form-box input[type="submit"] {
    margin-top: 1.2em;
        padding: 15px 50px;
            font-size: 18px;
    font-weight: 500;
}
.page-template-contact-template .inner_contentbox {
    padding: 2em 0em 0em;
}
.classic-contact-detail-block {
    position: relative;
    display: block;
    padding: 2em 0 3em;
}
.classic-contact-area {
    text-align: center;
    margin-bottom: 1em;
}

.page-template-templates main#classicinner-box .classic-contact-detail-block h2, .page-template-templates main#classicinner-box .classic_contact_page_formtitle h2  {
position: relative;
    display: block;
    color: #131313;
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 0;
}
.page-template-templates main#classicinner-box .classic-contact-detail-block .text,
 .page-template-templates main#classicinner-box .classic-contact-page-form .text {
    position: relative;
    display: block;
    margin: 7px 0 0;
}
.page-template-templates main#classicinner-box .classic-contact-detail-block .text .classic-left, 
.page-template-templates main#classicinner-box .classic-contact-page-form .text .classic-left{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.page-template-templates main#classicinner-box .classic-contact-detail-block .text .classic-left:before ,
.page-template-templates main#classicinner-box .classic-contact-page-form .text .classic-left:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #eb8733;
    border-radius: 50%;
    content: "";
}
.page-template-templates main#classicinner-box .classic-contact-detail-block .text .classic-left span, 
.page-template-templates main#classicinner-box .classic-contact-page-form .text .classic-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #eb8733;
    content: "";
    margin: 2px 0;
}
.page-template-templates main#classicinner-box .classic-contact-detail-block .text .classic-left:after,
.page-template-templates main#classicinner-box .classic-contact-page-form .text .classic-left:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #eb8733;
    border-radius: 50%;
    content: "";
}

.page-template-templates main#classicinner-box .classic-contact-detail-block .text .classic-right {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.page-template-templates main#classicinner-box .classic-contact-detail-block .text .classic-right:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #eb8733;
    border-radius: 50%;
    content: "";
}
.page-template-templates main#classicinner-box .classic-contact-detail-block .text .classic-right span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #eb8733;
    content: "";
    margin: 2px 0;
}
.page-template-templates main#classicinner-box .classic-contact-detail-block .text .classic-right:after {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #eb8733;
    border-radius: 50%;
    content: "";
}

.page-template-templates main#classicinner-box .classic-contact-detail-block .text p {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #131313;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.page-template-templates main#classicinner-box .classic-contact-detail-block .bottom-text {
    position: relative;
    display: block;
    padding-top: 16px;
}

.page-template-templates main#classicinner-box .classic-contact-detail-block .bottom-text p{
    color: #686868;
}

.page-template-templates main#classicinner-box .classic-contact-detail-block .classic-contact-detail {
    position: relative;
    display: block;
    margin: 0;
    padding-right: 10px;
}

.page-template-templates main#classicinner-box .classic-contact-page-data i {
    font-size: 40px;
    color: #ffcb00;
    margin-bottom: 10px;
        font-weight: 700;
            padding-right: 0px;
}
.page-template-templates main#classicinner-box .classic-contact-page-data i.fa-map-marker {
    font-size: 40px;
}
.page-template-templates main#classicinner-box .classic-contact-page-data i.fa-envelope-o {
    font-size: 35px;
}
.classic-contact-page-data a {
    padding-right: 5px;
    padding-left: 5px;
}

.page-template-templates main#classicinner-box  .classic-contact-page-data .title .label {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 5px;
}

.page-template-templates main#classicinner-box .classic-contact-page-data .infotext p {
    color: #888;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
        display: inline-block;
}

.page-template-templates main#classicinner-box .classic-contact-page-data .infotext p, .page-template-templates main#classicinner-box .classic-contact-page-data .infotext p a {
    color: #ffffff;
        font-size: 1.5rem;
            line-height: 2.5rem;
}

.page-template-templates main#classicinner-box .classic-contact-page-data .infotext p a:hover {
    color: #eb8733;
}


.page-template-templates main#classicinner-box .classic-contact-page-info {
    position: relative;
    display: block;
    background: #131313;
    padding: 85px 30px 77px;
    width: 100%;
}
.page-template-templates main#classicinner-box .classic-contact-page-info h3 {
    color: #ffffff;
    margin: 0px 0 9px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}
.page-template-templates main#classicinner-box .classic-contact-page-info a h2 {
    color: #eb8733;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px;
}
.page-template-templates main#classicinner-box .classic-contact-page-info a:hover h2{
    color: #fff;
}
.page-template-templates main#classicinner-box .classic-contact-page-info i {
    font-size: 80px;
    color: #fff;
    margin-bottom: 25px;
}
.page-template-templates main#classicinner-box .classic-contact-border {
    /*border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #d5d3ce;*/
}

.page-template-templates main#classicinner-box  .classic-contact-page-data {
    padding: 0 10px 10px 50px;
}
.page-template-templates main#classicinner-box .classic-contact-page-data h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 38px;
    text-transform: uppercase;
    text-align: center;
}
.page-template-templates main#classicinner-box .classic-contact-page-data-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #dd4d4d;
    padding-bottom: 23px;
    margin-bottom: 24px;
}

.page-template-templates main#classicinner-box .classic-contact-page-data-box .label {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    border-bottom: 3px solid #dd4d4d;
    display: inline-block;
}

.page-template-templates main#classicinner-box .classic-contact-page-data-box .text {
    position: relative;
    display: block;
    margin: 0;
}
.pd-10{padding: 0 10px;}

.page-template-templates main#classicinner-box .classic-contact-page-data-box .infotext p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    text-transform: none;
}
.page-template-templates main#classicinner-box .classic-contact-page-data-box .text p a{
    color: #fff;

}
.page-template-templates main#classicinner-box .classic-contact-page-data-box .label {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.page-template-templates main#classicinner-box .classic-contact-page-data-box .text p a:hover{
    color: #000;
}


#classic-contactus-wrap .classic-contact-socials {
    margin-top: -15px;
}

#classic-contactus-wrap .classic-contact-area i {
    font-size: 20px;
    color: #000;
    transition: all 1s ease 0s;
    padding-right: 15px;
}
#classic-contactus-wrap .classic-contact-area i:hover{
    color: #eb8733;
}
#classic-contactus-wrap .contact_l_area {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #eb8733;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    padding: 5px 22px 5px 7px;
    margin-bottom: 18px;
    line-height: 14px;
}
#classic-contactus-wrap .contact_info_area, #classic-contactus-wrap .contact_info_area a{
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    word-break: break-word;
    text-shadow: 0em 0em 0.4em rgb(0 0 0 / 10%);
    color: #000;
    font-style: italic;
    margin-bottom: 35px;
}


#classic-contactus-wrap .contact_info_area a:hover{
    color: #783afd;
}
.classic-contact-form-block .row {
    --bs-gutter-x: 0;
}
.classic-contact-form-block {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 3;
}

.page-template-templates main#classicinner-box .classic-contact-form-block h2{
    text-transform: none;
    padding: 0;
}
.page-template-templates main#classicinner-box .classic-contact-form-block h2:after{
  background: -webkit-gradient(to right, #7839fb 0%,#5267f4 20%, #5267f4 50%, #7839fb 100%);
    background: linear-gradient(to right, #7839fb 0%,#5267f4 20%, #5267f4 50%, #7839fb 100%);
    background-size: 500%;
}

#classic-contactus-wrap .Address_area i {
    font-size: 45px;
    color: #eb8733;
}
#classic-contactus-wrap .contact_l_area i {
    font-size: 25px;
}

#classic-contactus-wrap .contact-info {
    margin-top: 13px;
    color: #bebebe;
    font-size: 15px;
}
#classic-contactus-wrap .contact_area {
    margin-bottom: 1em;
}
#classic-contactus-wrap .contact-info a{
    color: #bebebe;
}
#classic-contactus-wrap .contact-info p{
    margin: 0;
}
#classic-contactus-wrap .contactus-img img {
    width: 100%;
    height: 100%;
    border-radius: 0 10px 0 0;
}
#classic-contactus-wrap .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
#classic-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;
}
.classic-contact-page-form {
    padding-right: 20px;
    color: #616161;
}

.classic-contact-mapbox iframe {
    width: 100% !important;
    height: 100%;
}

.page .footer-area ul.sub-menu .current_page_item > a {
    background: none;
}
body.page-template-contact-template div#classic-contactus-wrap {
    padding-bottom: 5em;
}
.classic-contact-mapbox {
    background: #112b3c;
    border-bottom-left-radius: 100px;
        padding: 8em 5em 4em 2em;
}
body.page-template-default main#classicinner-box h2.faq-question {
    font-size: 18px;
    font-weight: 400;
    background: #ffffff;
    padding: 25px 30px;
    margin-bottom: 12px;
}
/*-----------------------
## FAQS page
-----------------------------*/

/*--------------------------------------------------------------
# Accoradation
--------------------------------------------------------------*/
.faqs-container {
    overflow: hidden;
    background: #f6fbff;
        padding: 20px 0;
}
.faq-singular {
    position: relative;
    padding: 0px 30px 0px 30px;
    margin: 10px 0;

}
.faq-singular:hover,
.faq-singular.active{
        background: #f0f9fe;
}
.faq-singular .faq-question {
position: relative;
    cursor: pointer;
    margin: 0;
    padding: 25px 25px 25px 0px;
   /* display: flex;*/
}
.faqs-num {
    width: auto;
    display: inline-block;
}
.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    color: #808080;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 300;
    transition: all .5s;
}
.faq-singular.active .faq-question:before {
        content: "-";
    /*transform: translateY(-50%) rotate(45deg) scale(1.3);*/
}
.faq-answer {
    display: none;
        padding-bottom: 20px;
    font-size: 17px;
}


/*-----------------------
## End FAQS page
-----------------------------*/
/*-----------------------
## Testimonials page
-----------------------------*/
body.page-template-default main#classicinner-box .classic-testimonials-single {
       margin: 0 0px 25px;
    position: relative;
    padding: 50px 15px 50px;
    background: #ccc;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #ffcb00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.classic-testimonial-block {
    padding-top: 5rem;
}
.classic-testimonials-identity {
    float: right;
    text-align: center;
}
body.page-template-default main#classicinner-box .classic-testimonials-single:hover {
    background-color: #112b3c;
    border-color: #112b3c;
    -webkit-box-shadow: 0 15px 50px 0 rgb(34 54 92 / 50%);
    box-shadow: 0 15px 30px 0 rgb(30 54 92 / 50%);
}

body.page-template-default main#classicinner-box .classic-testimonials-single .classic-testimonials-img{
    position: relative;
}

body.page-template-default main#classicinner-box .classic-testimonials-single:nth-child(2n) .classic-testimonials-img{
    float: right;
    position: absolute;
    right: 0;
}
#classicinner-box .classic-testimonials-single:nth-child(2n) .classic-testimonials-data {
    text-align: right;
}
body.page-template-default main#classicinner-box h4.classic-testimonials-name {
font-size: 20px;
    font-weight: 500;
    margin: 5px 0 10px;
    padding: 0;
}
.classic-testimonials-data {
    padding: 0 35px;
}
body.page-template-default main#classicinner-box h4.classic-testimonials-name:after{
    display: none;
}
body.page-template-default main#classicinner-box h6.classic-testimonials-designation {
    margin: 0;
    padding: 0;
    font-size: 18px;
    /* line-height: 2.33em; */
    /* letter-spacing: .1em; */
    text-transform: capitalize;
    font-weight: 500;
    color: #565969;
}
body.page-template-default main#classicinner-box h6.classic-testimonials-designation:after{
    display: none;
}
main#classicinner-box .classic-testimonials-image{
    position: relative;
    z-index: 1;
}
main#classicinner-box .classic-testimonials-image img {
    width: auto;
    border-radius: 3px;
}

#classicinner-box .classic-testimonials-content p {
padding: 0;
    margin: 0px 0px 20px 0;
    color: #565969;
    font-size: 15px;
    line-height: 28px;
}

main#classicinner-box .classic-testimonials-content i {
    width: 35px;
    position: relative;
    top: 0px;
    right: 8%;
    font-size: 45px;
    color: #ffcb00;
}

body.page-template-default main#classicinner-box .classic-testimonials-single:hover h6.classic-testimonials-designation,
body.page-template-default main#classicinner-box .classic-testimonials-single:hover h4.classic-testimonials-name,
body.page-template-default main#classicinner-box .classic-testimonials-single:hover .classic-testimonials-content p{
  color: #fff;
}

body.page-template-default main#classicinner-box .classic-testimonials-single:hover .classic-testimonials-identity i{
  color: #ec8034;
}

/*-----------------------
## End Testimonials page
-----------------------------*/

/*--------------- Project page -------------------------------*/

#classicinner-box .classic-project-box {
    background: #f2f2f2;
    margin: 10px;
}
#classicinner-box .classic-project-box {
    background: #f2f2f2;
    margin: 10px;
}
#classicinner-box .classic-project-single {
    margin-bottom: 1.5em;
}
#classicinner-box .classic-project-image img {
    width: 100%;
}
body.page-template-default main#classicinner-box .classic-project-box .classic-project-image img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
}
body.page-template-default main#classicinner-box .classic-project-box .classic-project-image:hover img {
    transform: scale(1.1) rotateZ(0deg);
    -moz-transform: scale(1.1) rotateZ(0deg);
    -webkit-transform: scale(1.1) rotateZ(0deg);
    -o-transform: scale(1.1) rotateZ(0deg);
}
body.page-template-default main#classicinner-box .classic-project-content h4{
   margin: 0;
   margin-bottom: 15px;
    padding: 0;
    color: #000;
    font-size: 30px;
    font-weight: 600;
}
body.page-template-default main#classicinner-box .classic-project-content h4:after{
    display: none;
}
body.page-template-default main#classicinner-box .classic-project-icon {
    display: none;
}
body.page-template-default main#classicinner-box .classic-project-content p {
    color: #888888;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 15px;
    font-size: 18px;
}
body.page-template-default main#classicinner-box .classic-project-content {
    padding: 3em 35px 2em;
    -webkit-box-shadow:  0px 0px 8px rgb(50 50 0 / 30%);
    box-shadow: 0px 0px 8px rgb(50 50 0 / 30%);
    background: #fff;
    position: relative;
}

body.page-template-default main#classicinner-box .classic-project-box .classic-project-image {
    position: relative;
    overflow: hidden;
}
#classicinner-box .classic-project-single .classic-project-img{
    position: relative;
    overflow: hidden;
}
#classicinner-box .classic-project-single .classic-project-img img {
    width: 100%;
}
#classicinner-box .classic-project-single .classic-project-overlay {
    position: absolute;
    background: #f3f;
    border-radius: 0px;
    opacity: 0.3;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
        background: linear-gradient(to top,transparent 9%,#eb8733 30%);
}
#classicinner-box .classic-project-single:hover .classic-project-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#classicinner-box .classic-project-single .classic-project-content:before {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6.5%;
    width: 5.5%;
    border-left: 0px solid #eb8733;
    border-top: 19px solid #eb8733;
}
#classicinner-box .classic-project-single:hover .classic-project-content:before {
    height: 100%;
    width: 25%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-left: 0px solid #eb8733;
    border-top: 10px solid #eb8733;
}

#classicinner-box .classic-project-single .classic-project-content:after {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 6.5%;
    width: 5.5%;
    border-right: 0px solid #eb8733;
    border-top: 19px solid #eb8733;
}
#classicinner-box .classic-project-single:hover .classic-project-content:after {
    height: 30%;
    width: 75%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
    border-right: 0px solid #eb8733;
    border-top: 10px solid #eb8733;
}
/*---------------------- End Project page ------------------------*/

/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
body.page-template-default main#classicinner-box h1,
body.page-template-default main#classicinner-box h2,
body.page-template-default main#classicinner-box h3,
body.page-template-default main#classicinner-box h4,
body.page-template-default main#classicinner-box h5,
body.page-template-default main#classicinner-box h6,

.page-template-templates main#classicinner-box h1,
.page-template-templates main#classicinner-box h2,
.page-template-templates main#classicinner-box h3,
.page-template-templates main#classicinner-box h4,
.page-template-templates main#classicinner-box h5,
.page-template-templates main#classicinner-box h6,

.single main#classicinner-box h1,
.single main#classicinner-box h2,
.single main#classicinner-box h3,
.single main#classicinner-box h4,
.single main#classicinner-box h5,
.single main#classicinner-box h6
{
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 4px;
    padding: 0 10px;
    letter-spacing: 0;
    font-size: 23px;
    word-break: break-word;
}
.single main#classicinner-box .widget-area .widget  h1,
.single main#classicinner-box .widget-area .widget h2,
.single main#classicinner-box .widget-area .widget h3,
.single main#classicinner-box .widget-area .widget h4,
.single main#classicinner-box .widget-area .widget h5,
.single main#classicinner-box .widget-area .widget h6,
.single main#classicinner-box .widget-area .widget a{
    padding-left: 20px !important;
}
.single main#classicinner-box .widget-area .widget p.wp-block-tag-cloud a{
padding: 5px 5px !important;
margin-bottom: 5px !important;
}

/*// Responsive */

@media only screen and (max-width: 1024px){
    #newsletter .classic-section-head h2{
        font-size: 25px;
    }
    #newsletter .decor__flying_word_img{
            right: 110px;
    }
    .page-template-home-template #video .container-fluid .classic-video-first:before {
        transform: rotate(-50deg) scale(1.2);
        position: absolute;
        left: 130px;
        bottom: 50px;
    }
    .page-template-home-template #video .container-fluid .classic-video-first:after {
        transform: rotate(52deg) scale(1.2);
        position: absolute;
        right: 120px;
        bottom: 44px;
    }
    #newsletter .newsletter-sign-box {
    padding: 0;
}
}

@media only screen and (max-width: 1200px) and (min-width: 1024px){ 
.slider-leftsvg{
        left: -125px;
}
.slider-leftsvg2{
        left: -140px;
}
.btn-d-none {
    display: none;
}
.page-template-home-template #testimonials .classic-testimonials-content {
    position: relative;
    padding: 0 0em 2em 0em;
}
.classic-testimonials-data {
    padding: 0 0;
}
#products-austrak a, #products-sherings a, #products-austmark a {
        width: 30.7% !important;
    }
.page-template-home-template #pricing .classic-pricing-single ul.classic-pricing-list li {
    display: flex;
}
.page-template-home-template #pricing .classic-pricing-single ul.classic-pricing-list li i {
    position: relative;
    top: 8px;
}
div#features .w-auto{
        width: 100% !important;
    display: contents;
}
.page-template-home-template #features h4.classic-features-title{
        font-size: 20px;
}
.page-template-home-template #features .im-eme {
    width: 30%;
    position: absolute;
    /*top: 27%;*/
    left: 18%;
    border-radius: 100px 0 0 0;
}
.page-template-home-template #features .classic-features-icon img{
    top: 0;
    left: 0;
}
.page-template-home-template #features h2{
    font-size: 35px;
}

.page-template-home-template #pricing .classic-pricing-single ul.classic-pricing-list{
        padding: 1em 1.1em 0.5em;
}
.page-template-home-template #banner .classic-section-head h2 {
    width: 80%;
}
div#banner img{
        clip-path: circle(50.1% at 75% 40%);
        height: 590px;
}
.classic-banner-img {
    padding-left: 20px;
}
.banner-imgbx{
        clip-path: circle(50.1% at 71% 40%);
        right: 45px;
}

    .td-tbox {
    padding-left: 0;
}
.td-tbox a {
    font-size: 18px;
}
.logo-header .custom-logo-link img{
    left: 150px;
}


.page-template-home-template #pricing .classic-pricing-single{
     /*   margin: 1em 2em 2em;
        padding: 3.3em 2em 3.2em;*/
}
.page-template-home-template #pricing .classic-pricing-single ul.classic-pricing-list li{
     font-size: 15px;
}
.page-template-home-template #pricing .classic-pricing-single .classic-pricing-btn a{
    font-size: 15px;
        padding: 5px 20px;
}
.page-template-home-template #pricing .classic-pricing-single .classic-pricing-btn a {
    color: #112b3c;
}

    div#card .card .back{
            padding: 40px;
    }
    .classic-card .classic-overlay-box .classic-card-text{
            font-size: 14px;
    }

        .hero-style .slide-title h2 {
        font-size: 41px;
    }
    
.page-template-home-template #about .classic-section-area-text-subtitle {
    padding-right: 0rem;
}
   .page-template-home-template #features .classic-features-icon span {
        font-size: 45px;
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    
    .page-template-home-template #features .classic-features-icon {
        /*height: 80px;
        width: 80px;*/
    }
    .page-template-home-template #counter .classic-counter-single {
        margin: 0em -35px 1em auto;
    }
    .page-template-home-template div#testimonials .classic-testimonials-circle {
        width: 235px;
        height: 235px;
    }
    .page-template-home-template div#testimonials .classic-testimonials-image {
        width: 125px !important;
        height: 125px;
    }
    .page-template-home-template div#testimonials .classic-testimonials-circle:before {
        right: 20px;
        bottom: 28px;
    }
    .page-template-home-template div#testimonials .classic-testimonials-circle:after {
        left: 55px;
    }
    .classic-awards-single h4.classic-awards-title {
        line-height: 20px;
        font-size: 16px;
        margin-top: 10px;
    }
    .page-template-home-template #Symbols .classic-section-head h3 {
        margin: 0 2em 0em;
    }
    #newsletter .classic-section-head h3 {
        margin: 0 2em 2em;
    }
    .hero-style .slide-text p {
        font-size: 16px;
    }
    .page-template-home-template #testimonials .classic-testimonials-single {
        padding: 0 2em;
    }
    .slider-inner-box {
        width: 405px;
        left: 50%;
    }
    .hero-style li.slide-btns-1 a.ReadMore {
        font-size: 20px;
        padding: 14px 18px;
        line-height: 18px;
    }
    .slider-area p {
        padding-bottom: 20px;
    }
    .hero-style .slide-title h2 {
        line-height: 55px;
    }

}

@media only screen and (max-width: 1200px){ 
    .page-template-home-template #services .owl-carousel .owl-nav button.owl-next:before,
    .page-template-home-template #services .owl-carousel .owl-nav button.owl-prev:before{
        display: none;
    }
    main#classicinner-box .classic-testimonials-image img {
        height: 240px;
    }
    .page-template-home-template #video .classic-video-third:after {
        width: 33%;
        right: 86%;
    }
}
@media only screen and (max-width: 992px){ 
    .page-template-home-template #Symbols .classic-section-head,
    .page-template-home-template div#pricing .classic-section-head{
        margin: 0 0em 2em;
    }
    
    .page-template-home-template #testimonials .classic-testimonials-single{
        padding: 0 0em 0 0em;
    }
    .page-template-home-template #contact .classic-contact-block {
        margin-top: 1em;
    }
    main#classicinner-box .classic-testimonials-image img {
        height: 200px;
    }
    body.page-template-default main#classicinner-box h4.classic-testimonials-name {
        font-size: 22px;
    }
    body.page-template-default main#classicinner-box h6.classic-testimonials-designation{
        font-size: 18px;
    }
    .slider-inner-box {
        left: 60%;
    }
    .hero-style .slide-title h2 {
        font-size: 30px;
    }
    .hero-style li.slide-btns-1 a.ReadMore, .hero-style li.slide-btns-2 a.ReadMore {
        padding: 8px 15px;
    }
    .hero-in-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #161415;
        opacity: 0.7;
        clip-path: polygon(0 0, 67% 0, 100% 100%, 0% 100%);
    }
    .hero-slider {
        height: 600px;
    }
    .slider-area p {
        padding-bottom: 15px;
    }
    .page-template-home-template div#testimonials .owl-theme .owl-nav {
        left: -250px;
        bottom: -64px;
    }
    .slider-inner-box {
        top: 38%;
    }
    .page-template-home-template div#team .owl-theme .owl-nav {display: none;}
    .classic-header-btn a {
        top: 0;
        left: 20px;
    }
    .page-template-home-template #services .classic-service-box {
        margin: 0px 10px;
        margin-bottom: 15px;
        margin-top: 0px;
        /*padding: 12px 12px 12px;*/
    }
    .page-template-home-template #services .classic-service-box .classic-service-mainoverlay {
        right: 12px;
        left: 12px;
        top: 12px;
        bottom: 12px;
    }
    .page-template-home-template #services .classic-service-content h4 a {
        font-size: 25px;
    }
    .page-template-home-template #features .classic-features-icon {
        height: 58px;
        width: 58px;
    }
    .page-template-home-template #features .classic-features-icon span {
        font-size: 40px;
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
    .page-template-home-template div#team .classic-team-single {
        margin: 0 0em 10px;
    }
    .page-template-home-template #counter .classic-counter-single {
        margin: 0em 86px 1em auto;
    }
     .page-template-home-template div#testimonials .classic-testimonials-circle {
        width: 190px;
        height: 190px;
    }
    .page-template-home-template div#testimonials .classic-testimonials-image {
        width: 190px !important;
        height: 190px;
    }
    .page-template-home-template div#testimonials .classic-testimonials-circle:before {
        right: 5px;
        bottom: 35px;
    }
    .page-template-home-template div#testimonials .classic-testimonials-circle:after {
        left: 46px;
    }
    .page-template-home-template div#testimonials .classic-testimonials-content {
        padding: 5em 0em 5em 2em;
    }
    .page-template-home-template div#testimonials .classic-testimonials-content i {
        left: 240px;
    }
    .page-template-home-template #Symbols .classic-section-head h3 {
        margin: 0 0em 0em;
    }
    #newsletter .classic-section-head h3 {
        margin: 0 0em 2em;
    }
    .page-template-home-template .classic-section-head {
        margin: 0 0em 3em;
    }
    .page-template-home-template div#testimonials .classic-section-head {
        margin: 0 0em 1em;
    }
    .page-template-home-template #gallery .classic-section-head {
        margin: 0 0em 4.5em;
    }
    .page-template-home-template #product .classic-section-head {
        margin: 0 0em 6em;
    }
    .classic-btn a {
        padding: 16px 15px;
        font-size: 15px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 915px){
    .slider-inner-box {
        width: 395px;
    }
}

@media only screen and (max-width: 896px){
    .slider-inner-box {
        left: 64%;
    }
}

@media only screen and (max-width: 884px){
    .slider-inner-box {
        width: 365px;
    }
    .hero-style li.slide-btns-1 a.ReadMore {
        font-size: 14px;
    }
    .hero-style .slide-title h2 {
        line-height: 45px;
    }
}

@media only screen and (max-width: 768px){
    .logo-header .custom-logo-link img {
    padding: 0 25px;
    left: 0 !important;
}
.slider-leftsvg{
    left: -260px;
}
.slider-leftsvg2{
        left: -270px;
}
.inner-blogpost-info {
    height: auto !important;
}
.td-top-rel {
    padding: 5px 0;
}
.btn-d-none {
    text-align: center;
}
.classic-section-area-disctext{
        right: 50%;
    bottom: 25%;
    top: auto;
}
header.site-header .btn {
    float: none;
}
#classic-contactus-wrap .classic-contact-page-form {
    padding: 65px 0px 71px 0px;
}
#newsletter .decor__flying_word_img {
    right: 25px;
}
.banner-imgbx{
    position: relative;
    right: 0;
       clip-path: circle(42.1% at 70% 20%);
}
div#banner img{
    clip-path: circle(40% at 72% 20%);
}
.page-template-home-template #banner .classic-section-head h2{
    width: 100%;
}
.page-template-home-template #banner .banner-space {
    width: 100%;
        margin-bottom: 3em;
}

    .hero-slider {
        height: 645px;
    }
    .img-overlay-bg {
        top: -10%;
        bottom: -10%;
    }
    .slider-area .classic-slider-img {
        position: absolute;
        width: 340px;
        height: 340px;
        top: 31%;
    }
    .slider-inner-box {
        top: 65%;
    }
    .page-template-home-template #video .container-fluid .classic-video-first:before {
        transform: rotate(-40deg) scale(1.2);
        position: absolute;
        left: 173px;
        bottom: 56px;
    }
    .page-template-home-template #video .container-fluid .classic-video-first:after {
        transform: rotate(48deg) scale(1.2);
        position: absolute;
        right: 172px;
        bottom: 49px;
    }
    .slider-area .slider-center-img {
        right: 40%;
    }
    .page-template-templates main#classicinner-box .classic-contact-page-data-box .text p a{
    font-size:11px;

}
.page-template-templates main#classicinner-box .classic-contact-page-data-box .label {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.page-template-templates main#classicinner-box .classic-contact-page-data-box .text p {
    font-size: 11px;
    line-height: 15px;
}
.page-template-templates main#classicinner-box .classic-contact-page-info h3 {
    font-size: 18px;
    line-height: 25px;
}

.page-template-templates main#classicinner-box .classic-contact-page-info h2 {
    font-size: 16px;
    line-height: 22px;
}
}

@media only screen and (max-width: 767px){
    .slider-leftsvg2 {
    left: -20px;
}
.slider-leftsvg {
    left: -10px;
}
.slider-leftsvg,
.slider-leftsvg2 {
    top: -40px;
}
body.page-template-default main#classicinner-box h2.faq-question {
    font-size: 15px;
    font-weight: 400;
    padding: 25px 40px 25px 10px;
}
#classicinner-box{
        z-index: 99 !important;
}
.faq-answer {
    font-size: 14px;
    line-height: 20px;
}
.page-template-home-template #features h2 {
    font-size: 28px;
}
    .slider-inner-box {
    width: 100%;
}
#newsletter .newsletter-sign-box {
    /* padding: 0 1em; */
    padding-bottom: 10rem !important;
}
.news-leftsvg {
    width: 2000px;
    top: 165px;
}
.news-leftsvg2{
    width: 2000px;
    top: 145px;
}
    #newsletter .decor__flying_word_img {
   right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 5px !important;
    top: auto !important;
    width: 30%;
    max-width: 25%;
}
    .page-template-home-template #features .classic-features-icon span:before {
        font-size: 20px;
        line-height: 35px;
    }
    .page-template-home-template #features .classic-features-icon span {
            width: 30px;
            height: 30px;
        }
        .page-template-home-template #steps .classic-steps-b:after {
        left: 58px;
    }
    #newsletter .classic-newsletter-member-wrap {
        padding: 0;
    }
    #newsletter .newsletter-sign-box {
    padding: 0 1em;
}

body.page-template-default main#classicinner-box .classic-testimonials-single:nth-child(2n) .classic-testimonials-img {
    position: relative;
}
.page-template-home-template #video .classic-video-first {
    padding-bottom: 0em;
}
.page-template-home-template #video .classic-video-first:before,
.page-template-home-template #video .classic-video-first:after, 
.page-template-home-template #video .classic-video-third:after {
    display: none;
}
.page-template-home-template #video .container-fluid .classic-video-first:before,
.page-template-home-template #video .container-fluid .classic-video-first:after {
    display: none;
}

}
@media only screen and (max-width: 768px){
img.slide-mainimg{
left: 19.2%;
    top: 25.5%;
        width: 320px;
    height: 320px;
}
.d-btn-none{
    display: none;
}
.hero-style .slide-text p {
    font-size: 16px;
    line-height: 1.3;
}
.hero-style .slide-title h2 {
    line-height: 35px;
}
.hero-style li.slide-btns-1 a.ReadMore, .hero-style li.slide-btns-2 a.ReadMore {
    font-size: 16px;
    padding: 9px 15px;
}
}
@media only screen and (max-width: 740px){
    .page-template-home-template #counter .classic-counter-single {
        margin: 0em -3px 1em auto;
    }
}

@media only screen and (max-width: 667px){
.slider-inner-box {
    left: 80%;
    width: 334px;
    top: 46%;
}
}

@media only screen and (max-width: 655px){
.slider-inner-box {
    left: 86%;
    width: 219px;
}
}

@media only screen and (max-width: 640px){ 
    .page-template-home-template #counter .classic-counter-single{
            margin: 0 !important;
    }
.classic-about-overlay-dark {
    display: none;
}
main#classicinner-box .classic-testimonials-single {
    padding: 3em 1em 0;
}
.share-btn, .page-template-home-template .share-btn, .page .share-btn, .single .share-btn {
    text-align: center;
    padding: 10px 0 0;
}
.h-contact, .page .h-contact, .page-template-home-template .h-contact, .single .h-contact {
    text-align: center;
    padding: 10px 0;
}
.h-contact-block, .page-template-home-template .h-contact-block, .page .h-contact-block, .single .h-contact-block {
    padding-right: 0!important;
}
.top-bar-head, .page-template-home-template .top-bar-head, .page .top-bar-head, .single .top-bar-head {
    padding: 0;
}
.logo-header, .page-template-home-template .logo-header, .page .logo-header, .single .logo-header {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.space {
    text-align: center;
}
.classic-faqs-head {
    padding: 0;
}
.page-template-home-template #features .classic-features-b:nth-child(3),.page-template-home-template #features .classic-features-b.right-side:nth-child(3){
        margin-left: 0;
}
.page-template-home-template #steps .classic-steps-b:after {display: none;}
.page-template-home-template div#team .owl-theme .owl-nav{display: none;}
.ht-site-description, .page-template-home-template .ht-site-description, .page .ht-site-description, .single .ht-site-description {
    padding: 8px 10px;
}
.border-right {
    width: 75%;
}
.classic-contact-phone, .classic-contact-mailid, .classic-contact-address {
    padding: 0 21px;
}
.ht-site-description, .page-template-home-template .ht-site-description, .page .ht-site-description, .single .ht-site-description {
    color: #000;
}
.ht-site-title a, .site-title a {
    color: #fff !important;
}
.classic-header-btn {
    text-align: center;
    margin-bottom: 15px;
}
.classic-header-btn a {
    top: 0;
    left: 0;
}
.hamburger-menus {
    top: 5px;
    right: 15px;
}
.hero-overlay {
    /*right: 15%;*/
}
.hero-in-overlay {
    right: 17.5%;
}
.page-template-home-template .classic-section-head {
    /*margin: 0 0em 2em 0em !important;*/
}
.page-template-home-template div#card .classic-section-head{
    margin: 0 0em 0em !important;
}
.padding-0 {
    padding: 0 15px;
}
.page-template-home-template #features .classic-features-single {
    margin-bottom: 1em;
}
.page-template-home-template #features .classic-featured-img {
    margin-top: 0em;
    margin-bottom: 20px;
}
.page-template-home-template #counter .counter-inner-area {
    top: 3em;
    padding-top: 0em;
}
div#pricing {
    padding: 5em 0 2em 0em !important;
}
#Symbols {
    padding: 2em 0 1em!important;
}
.page-template-home-template div#testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 0px 10px 10px;
}
.page-template-home-template div#testimonials .owl-theme .owl-dots .owl-dot.active span {
    margin: 0px 10px 10px;
}

.page-template-home-template #video .classic-video-first {
    padding-bottom: 0em;
}
.classic-blog-post {
    margin-bottom: 15px;
}
.copyrighttext {
    text-align: center !important;
}
.page-template-home-template #about .classic-about-img {
/*    margin-top: 0;
    padding: 0 0 15px*/
}
.page-template-home-template #about .classic-img2 {
    width: 100%;
}
.slider-inner-box {
    /*width: 210px;*/
}
.page-template-home-template div#testimonials .classic-testimonials-single .classic-testimonials-area {
    padding: 10px 0 0 0em;
}
.page-template-home-template div#testimonials .classic-testimonials-content {
    padding: 4em 10px 5em 10px;
}
.page-template-home-template div#testimonials .classic-testimonials-content i {
        top: 5px;
    left: 0;
}
.page-template-home-template #testimonials .classic-testimonials-single {
    margin-bottom: 10px;
    padding: 0 0em 0 0em;
}
}
@media only screen and (max-width: 640px){
.slider-inner-box {
    left: 95% !important;
}
}
@media only screen and (max-width: 575px){
    .page-template-templates main#classicinner-box #classic-contactus-wrap .classic-contact-block {
    position: relative;
    top: -45em;
    width: 70%;
}
.classic-contact-mapbox iframe {
    position: relative;
}
.slider-inner-box {
    left: 100%;
}
.hero-in-overlay {
    right: 0%;
}
.hero-overlay {
    /*right: 26%;*/
}
.slider-img-left {
    right: 27.5%;
}
.slider-area .slider-center-img img {
    width: 60px;
    height: 60px;
}
.slider-area .slider-center-imgin {
    width: 80px;
    height: 80px;
}
.slider-area .slider-center-img {
    right: 28%;
    border: 5px solid #eb8733;
    width: 90px;
    height: 90px;
}
.page-template-home-template #features .classic-features-icon span {
    width: 55px;
    height: 55px;
    padding: 10px 0;
    font-size: 65px;
    line-height: 10px;
}
.page-template-home-template #features .classic-features-icon {
    height: 55px;
    width: 55px;
}
.classic-team-img img {
    margin-bottom: 15px;
}
.col-lg-6.col-md-6.col-xs-6.classic-t-space {
    width: 50%;
}
.classic-team-content {
    padding: 0 22px;
}

}
@media only screen and (max-width: 540px){
    .page-template-home-template #counter .classic-counter-single {
        margin: 0em 180px 1em auto;
    }
    .page-template-home-template #counter .classic-counter-b {
        background-position: 105px 0px;
    }
}


@media only screen and (max-width: 475px){
.slider-inner-box {
    left: 128% !important;
}
.news-leftsvg {
    width: 1200px;
    top: 165px;
}
.news-leftsvg2{
    width: 1090px;
    top: 145px;
}
#newsletter .decor__flying_word_img {
    bottom: 15px !important;
    top: auto !important;
    width: 40%;
    max-width: 40%;
}
.page-template-home-template #blog .classic-blog-date-comment{
        font-size: 14px;
}
.w-resp-auto{
        width: auto;
        padding-right: 20px !important;
}
.hamburger-menus {
    right: 48px;
}
.page-template-home-template #counter .classic-counter-b {
    background-position: 82px 0px;
}
}
@media only screen and (max-width: 395px){
    .slider-inner-box {
        left: 133% !important;
    }
    .page-template-home-template #counter .classic-counter-single {
        margin: 0em 56px 1em auto;
    }
}

@media only screen and (max-width: 375px){
.slider-inner-box {
    left: 140% !important;
    width: 211px;
}

.page-template-home-template #about .classic-section-area-text-subtitle {
    padding-right: 0rem;
    letter-spacing: 0em;
    font-size: 25px !important;
    line-height: 35px !important;
}
.page-template-templates main#classicinner-box #classic-contactus-wrap .classic-contact-block {
    top: -50em;
}
.page-template-home-template #counter .classic-counter-b {
    background-position: 35px 0px;
}
.page-template-home-template div#testimonials .classic-testimonials-content i {
    left: 185px;
}


}

@media only screen and (max-width: 360px){
.slider-inner-box {
    left: 144% !important;
}
}

@media only screen and (max-width: 320px){
    .slider-inner-box {
        left: 170% !important;
        width: 170px;
        top: 43%;
    }
    .page-template-home-template #about .classic-section-area-text-subtitle, .page-template-home-template #services .classic-section-head h3, .page-template-home-template #Symbols .classic-section-head h3, .page-template-home-template #card .classic-section-head h3, .page-template-home-template #testimonials .classic-section-head h3, .page-template-home-template #pricing .classic-section-head h3{
        font-size: 25px !important;
        line-height: 25px;
    }
    .slider-area .classic-slider-img{
        right: 2%;
            top: 23%;
    }
    .page-template-home-template #about .classic-img1 {
/*    width: 200px !important;
    height: 200px !important;*/
}
.page-template-home-template #about .classic-about-img {
  /*  width: 200px !important;
    height: 220px !important;*/
}
.page-template-home-template #about .about-body {
    padding: 0 0em;
}
    .page-template-templates main#classicinner-box #classic-contactus-wrap .classic-contact-block {
        top: -56em;
    }
    .page-template-home-template div#testimonials .classic-testimonials-content i {
        left: 138px;
    }
    .page-template-home-template #counter .classic-counter-single {
        margin: 0em 42px 1em auto;
    }
    .page-template-home-template #counter .classic-counter-b {
        background-position: 24px 0px;
    }
}

@media only screen and (max-width: 300px){
    .page-template-home-template #counter .classic-counter-single {
        margin: 0em 2px 1em auto;
    }
}




