*{margin: 0 auto;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
    padding-left: 20px;
    padding-right: 20px;
}
#eb .col-xs-1, #eb .col-sm-1, #eb .col-md-1, #eb .col-lg-1, #eb .col-xs-2, #eb .col-sm-2, #eb .col-md-2, #eb .col-lg-2, #eb .col-xs-3, #eb .col-sm-3, #eb .col-md-3, #eb .col-lg-3, #eb .col-xs-4, #eb .col-sm-4, #eb .col-md-4, #eb .col-lg-4, #eb .col-xs-5, #eb .col-sm-5, #eb .col-md-5, #eb .col-lg-5, #eb .col-xs-6, #eb .col-sm-6, #eb .col-md-6, #eb .col-lg-6, #eb .col-xs-7, #eb .col-sm-7, #eb .col-md-7, #eb .col-lg-7, #eb .col-xs-8, #eb .col-sm-8, #eb .col-md-8, #eb .col-lg-8, #eb .col-xs-9, #eb .col-sm-9, #eb .col-md-9, #eb .col-lg-9, #eb .col-xs-10, #eb .col-sm-10, #eb .col-md-10, #eb .col-lg-10, #eb .col-xs-11, #eb .col-sm-11, #eb .col-md-11, #eb .col-lg-11, #eb .col-xs-12, #eb .col-sm-12, #eb .col-md-12, #eb .col-lg-12{
    padding-left: 20px;
    padding-right: 20px;
}
#eb .row {
    margin-right: -20px;
    margin-left: -20px;
}
.row{
    margin-right: -20px;
    margin-left: -20px;
}
.container, .container-fluid, #eb .container{
    padding-right: 20px;
    padding-left: 20px;
}
body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 27px;
}
/*.container{
    width: 1440px;
    max-width: 100%;
}*/
h1{
    font-size: 70px;
    font-weight: 700;
    line-height: 84px;
    color: #000;
    margin: 0;
}
h2{
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    color: #000;
    margin: 0;
}
h3{
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    color: #000;
    margin: 0;
}
h4{
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    color: #000;
    margin: 0;
}
h5{
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
    margin: 0;
}
h5.fw-bold{
    font-weight: 700;
}
.small-text{
    font-weight: 900;
    font-size: 12px !important;
    line-height: 14px !important;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}


img{
	max-width: 100%;
	height: auto;
}
#header{
    padding: 0;
    border-bottom: 0;
    background: transparent;
    width: 100%;
    position: fixed;
    /*left: 0px;
    right: 0px;*/
    top: 0px;
    z-index: 99999;
    color: #fff;
}
#header .container{
    position: relative;
}
#header.has-fixed{
    background: #fff;
    box-shadow: 1px 0 2px rgba(0,0,0,0.1);
}
#header .logo{
    padding-top: 0;
}
#header .col-logo{
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
}
#header .logo img{
	max-width: 103px;
    margin: 0;
}
#header .logo img.logo-black{
    display: none;
}
.ludic_page_nobanner #header .logo img.logo-black{
    display: block;
}
.ludic_page_nobanner #header .logo img.logo-white{
    display: none;
}
.ludic_page_nobanner #header.has-fixed .logo img.logo-black{
    display: none;
}
.ludic_page_nobanner #header.has-fixed .logo img.logo-white{
    display: block;
}
.header-gray-overflow {
    background: #FBCE2D !important;
    width: 100%;
    height: 262px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    padding-bottom: 20px;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.header-gray-overflow.show {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
.desktop-menu ul.nav{
	/*float: right;*/
}
.desktop-menu ul li {
    list-style: none;
    float: left;
    /*position: relative;*/
    padding: 0 30px;
    margin: 0px;
}
.desktop-menu ul li.item-190{
    margin-right: 0;
    padding-right: 0px;
}

.ludic_page_nobanner .desktop-menu ul li a{
    color: #000;
}
.ludic_page_nobanner .has-fixed .desktop-menu ul li a:hover, .white-header .desktop-menu ul li a, .has-fixed .desktop-menu ul li a, .ludic_page_nobanner .white-header .desktop-menu ul li a:hover{
    color: #000 !important;
}
.ludic_page_nobanner .desktop-menu ul li a:hover{
    color: #000 !important;
    /*border-color: #fff;*/
}
.desktop-menu ul li.active a{
    /*border-color: #fff;*/
    text-decoration: underline;
    /*text-underline-position: under*/
}

.desktop-menu ul li a {
    color: #fff;
    display: block;
    height: 71px;
    line-height: 71px;
    padding: 0px;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    /*border-bottom: 1px solid transparent;*/
}
.desktop-menu ul li a:hover {
    background: transparent;
    text-decoration: underline;
    /*text-underline-position: under*/
}
/*.desktop-menu ul li a {
    color: #fff;
    display: block;
    height: 71px;
    line-height: 71px;
    padding: 0px 20px;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}*/
.has-fixed .desktop-menu ul li a, .white-header .desktop-menu ul li a{
    color: #000;
}
.desktop-menu ul li a:hover {
    /*background: #222;*/
}
.ludic_page_nobanner .desktop-menu ul li a{
    color: #000;
}


.desktop-menu ul li ul.nav-child {
    position: absolute;
    /*background: #FBCE2D;*/
    background: transparent;
    padding: 50px 0 90px;
    margin: 0;
    width: auto;
    z-index: 9999;
    display: none;
    left: 20px;
    right: 20px;
    transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -webkit-transition: opacity .1s ease-out;
    opacity: 0;
}
.desktop-menu ul li ul.nav-child.show{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; 
    display: flex !important;
    opacity: 1;
    transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    -webkit-transition: opacity 0.6s ease-in;
}  
.desktop-menu ul li:hover ul.nav-child {
    display: block;
}
.desktop-menu ul li ul.nav-child li {
    float: none;
    display: inline-block;
    text-align: left;
}
.desktop-menu ul li ul.nav-child li a {
    height: auto;
    line-height: 27px;
    text-decoration: none;
    /*border-bottom: 1px solid transparent;*/
    padding: 5px 0px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 24px;
    text-transform: capitalize;
}
.desktop-menu ul li ul.nav-child li a:hover, .desktop-menu ul li ul.nav-child li.active a {
    background: transparent;
    text-decoration: underline;
    /*text-underline-position: under*/
}
.custom.tp-caption h1 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 70px;
    line-height: 84px;
    color: #fff;
}
.tp-caption.fullscreenvideo{
    overflow: hidden;
}
#footer {
    color: #000;
    background-color: #fafafa;
    padding: 0px 0px 30px;
}
#footer .top-footer h5{
    color: #000;
    margin-bottom: 10px;
}
#footer .top-footer {
    border-bottom: 1px solid #333;
    padding: 0 0 20px;
    margin-bottom: 35px;
}
#footer .acymailing_fulldiv table.acymailing_form {
    width: 100%;
}
#footer .acymailing_fulldiv table.acymailing_form input[type="text"] {
    color: #828282;
    background-color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    width: 97%!important;
    padding: 0px 15px;
    border: 1px solid #efefef;
    min-height: 48px;
}
#footer .acymailing_fulldiv table.acymailing_form td.acysubbuttons {
    width: 170px;
}
#footer .acymailing_fulldiv table.acymailing_form input[type="submit"] {
    background: transparent url(../images/bl-arrow.svg) no-repeat top 19px right 20px;
    border: 2px solid #000;
    font-size: 12px;
    padding: .75em 1em;
    min-width: 144px;
    min-height: 48px;
    color: #000;
    font-weight: 900;
    cursor: pointer;
    transition: background-color .4s ease-in-out;
    text-transform: uppercase;
    border-radius: 0px;
    width: 100%;
    box-shadow: none;
    outline: none;
    letter-spacing: 2px;
    text-indent: -55px;
    background-size: 29px 8px !important;
}
#footer .acymailing_fulldiv table.acymailing_form input[type="submit"]:hover {
    background: #000 url(../images/wh-arrow.svg) no-repeat top 19px right 20px;
    color: #fff;
 
}
#footer a{
    color: #000;
}
.custom.footer-intro {
    margin-bottom: 20px;
}
.custom.footer-intro img {
    margin-bottom: 10px;
    margin-right: 55px;
}
.col-footer h3 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    margin: 0 0 25px;
}
.footer_menu .nav{
    display: block;
}
.footer_menu .nav li {
    margin-bottom: 12px;
    float: none;
}
.footer_menu .nav li a {
    background: transparent url(../images/bl-arrow.svg) no-repeat top 13px right 0px !important;
    display: block;
    padding: 0px;
    color: white;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.footer_menu .nav li a:hover, .footer_menu .nav li a:focus, .company-links .nav li a:hover, .company-links .nav li a:focus {
    text-decoration: none;
    opacity: 0.8;
}
.company-links .nav li:last-child{
    border: none;
}
.footer-time-working a {
    color: #000;
}
.footer-copyright {
    background-color: #fafafa;
    padding: 10px 0px;
    color: #000;
}
.company-links .nav li:first-child {
    padding-left: 0px;
    padding-right: 0;
    border: none;
}
.company-links .nav li {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0px 14px;
    line-height: 30px;
    margin: 0;
}
.company-links .nav li a {
    display: block;
    padding: 0px;
    background: transparent!important;
    color: #000;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.company-links .nav li a i {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}
.footer-copyright p {
    margin: 0px;
}
.footer-copyright p a {
    color: #000;
}
.module.page-breadcrumbs {
    background: #fafafa;
    color: #000;
}
.module.page-breadcrumbs .breadcrumb {
    padding: 15px 0 15px;
    margin: 0;
    background: transparent;
    width: 1440px;
    max-width: 100%;
    margin: auto !important;
}
.module.page-breadcrumbs .breadcrumb li{
    margin: 0;
}
.module.page-breadcrumbs .breadcrumb li a{
    color: #000;
}
.title-with-border{
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 7px;
    line-height: 14px;
    position: relative;
    padding-left: 88px;
    letter-spacing: 1px;
}
.title-with-border:before{
    content: '';
    height: 1px;
    width: 55px;
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #030303;
}
.item-brand .title-with-border:before{
    top: 7px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
}
.title-with-border a{
    color: #000;
    text-decoration: none;
}
#bottom-slide-menu {
    position: relative;
    z-index: 9999;
    margin-top: -300px;
    padding: 0;
}
#bottom-slide-menu ul li:first-child {
}
#bottom-slide-menu ul li:last-child {
    margin-right: 0px;
}
#bottom-slide-menu ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    text-align: center;
    padding: 0;
   	margin-right: 20px;
}
#bottom-slide-menu ul li .inner-item-menu{
    background: transparent;
    padding-bottom: 20px;
    /*transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;*/
    position: relative;
    overflow: hidden;
}
#bottom-slide-menu ul li .inner-item-menu:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FCCE2D;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    z-index: -1;
    transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    left: 0;
    /*opacity: 0;*/
}
#bottom-slide-menu ul li:hover .inner-item-menu:before{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    /*opacity: 1;*/
    transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
#bottom-slide-menu ul li a {
    font-size: 36px;
    line-height: 52px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    padding: 84px 0px 30px;
    text-decoration: none;
    border-bottom: 5px solid #FCCE2D;
}
/*#bottom-slide-menu ul li:hover .inner-item-menu{
    background: #FCCE2D;
}*/
#bottom-slide-menu ul li:hover a{
    color: #1D1D1B;
}
#bottom-slide-menu ul li a span{
    display: block;
}
#bottom-slide-menu ul li a span.icon-item{
    opacity: 0;
    height: 74px;
    margin-bottom: 55px;
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
}
#bottom-slide-menu ul li:hover a span.icon-item{
    opacity: 1;
    transition: all 2.5s ease-out;
    -moz-transition: all 2.5s ease-out;
    -webkit-transition: all 2.5s ease-out;
}
#bottom-slide-menu .col{
    padding: 0;
}
.block-brand-item h2 {
    margin-bottom: 20px;
}
.block-brand-item h3{
    font-size: 36px;
    line-height: 52px;
    font-weight: normal;
    margin-bottom: 80px;
}
#block-brand-item-341.section.block-brand-item{
    padding-top: 95px;
    padding-bottom: 130px;
}
.section.block-brand-item{
    padding: 120px 0 55px;
}
.block-brand-item .col-button{
    margin-top: 100px;
}
.col-button p{
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    color: #1D1D1B;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.btn-readmore {
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    border: 3px solid #1D1D1B;
    text-transform: uppercase;
    color: #1D1D1B;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn-readmore i{
    font-size: 30px;
    margin-left: 20px;
}
.btn-readmore:hover {
    background: #1D1D1B;
    text-decoration: none;
    color: #fff;
}
.btn-readmore img {
    margin-left: 32px;
    display: inline-block;
    width: 29px;
}
.btn-readmore-wh img.wh-arrow {
    display: inline-block;
}
.btn-readmore-wh img.bl-arrow {
    display: none;
}
.btn-readmore-wh:hover img.bl-arrow {
    display: inline-block;
}
.btn-readmore-wh:hover img.wh-arrow {
    display: none;
}
.btn-readmore-bl img.wh-arrow {
    display: none;
}
.btn-readmore-bl img.bl-arrow {
    display: inline-block;
}
.btn-readmore-bl:hover img.bl-arrow {
    display: none;
}
.btn-readmore-bl:hover img.wh-arrow {
    display: inline-block;
}
.row-home-intro{
    min-height: 530px;
}
.section.block-home-intro{
    padding: 190px 0;
}
.row-home-intro .title-with-border{
    margin-bottom: 20px;
}
.inner-home-intro h2{
    color: #FCCE2D;
    font-size: 135px;
    line-height: 162px;
    font-weight: 400;
    margin-left: -15px;
}
.inner-home-intro .desc-intro{
    width: 523px;
    margin-left: 75px;
    font-size: 36px;
    line-height: 52px;
    color: #000;
    margin-top: -55px;
    position: relative;
}
.inner-home-intro .desc-intro p{
    margin: 0;
}

/**===CSS Slide===**/
.ludic_slider_carousel{
    padding: 0px 0 190px;
    overflow: hidden;
    margin-bottom: 55px;
}
.page-section-portfolio .ludic_slider_carousel.tz_item_type_3{
    padding-bottom: 0;
}
.about-intro .ludic_slider_carousel{
    padding-bottom: 50px;
    margin-bottom: 120px;
}
.ludic_slider_carousel .carousel-inner{
    overflow: unset;
}
.ludic_slider_controllers{
    position: relative;
    z-index: 999;
}
.carousel-item img.img-medium{
    max-width: 70%;
    float: right;
}
.carousel-item img.img-full-width{
    max-width: 100%;
    float: none;
}
.carousel-item .ludic_slider_carousel_cap.bottom-left{
    left: 0;
    /*bottom: -50px;*/
    top: 220px;
}
.carousel-item .ludic_slider_carousel_cap.bottom-right{
    right: 30px;
    bottom: -50px;
}
.ludic_slider_carousel .ludic_slider_carousel_cap {
    width: 630px;
    /*min-height: 480px;*/
    color: #fff;
    position: absolute;
    text-align: center;
    padding: 50px 90px;
}
.ludic_slider_carousel .ludic_slider_carousel_cap.desc-small{
    width: 460px;
    min-height: 290px;
    padding: 50px 25px;
}
.about-intro .ludic_slider_carousel .ludic_slider_carousel_cap.desc-small{
    text-align: left;
}
.about-intro .carousel-item .ludic_carousel_top_title{
    position: relative;
    padding-left: 80px;
}
.about-intro .carousel-item .ludic_carousel_top_title:before {
    content: '';
    height: 1px;
    width: 55px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #000;
}
.carousel-item .ludic_carousel_top_title{
    font-size: 12px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.carousel-item .ludic_carousel_bottom_title{
    font-size: 36px;
    line-height: 43px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}
.carousel-item .ludic_carousel_introtext{
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    margin-bottom: 65px;
}
.ludic_carousel_introtext p{
    margin: 0;
}
.ludic_slider_controllers a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #030303;
    text-decoration: none;
    letter-spacing: 1px;
}
.ludic_slider_carousel ol.carousel-indicators{
    position: static;
}

.no-carousel #tchsp {
    height: auto;
    margin: 30px 0 0;
    overflow: unset;
    position: relative;
    padding: 0 0px 10px;
}
.no-carousel #tchsp .viewport {
    height: 87px;
    overflow: unset;
    position: relative;
}
.no-carousel #tchsp .overview{
    position: static;
    width: 100%;
}
.no-carousel #tchsp .overview li{
    display: inline-block;
    float: none;
    width: 20%;
    margin: 0;
}
.ludic_page_nobanner {
    padding-top: 120px;
}
.banner-offset{
    position: relative;
}
.banner-offset .mod-block-banner{
    background-size: cover;
    min-height: 475px;
    background-position: center center;
}
.banner-offset.no-bg-image-banner .mod-block-banner{
    min-height: unset;
}
.banner-offset.no-bg-image-banner .banner-offset-overlay{
    position: static;
    padding: 55px 0;
}
.banner-offset .banner-offset-overlay{
    position: absolute;
    width: 100%;
    left: 0;
    top: 190px;
    color: #fff;
    text-align: center;
}
.banner-offset .banner-offset-overlay .alright{
    margin-bottom: 25px;
}
.banner-offset .banner-offset-overlay .alright span{
    font-size: 12px;
    line-height: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}
.banner-offset .banner-offset-overlay .block-title{
    color: #fff;
    /*max-width: 900px;*/
    margin: 0 auto;
}
.banner-offset.no-bg-image-banner .banner-offset-overlay .block-title{
    color: #000;
}
.banner-offset.no-bg-image-banner .banner-offset-overlay .alright span{
    color: #000;
}
.section{
    padding: 100px 0;
}
.row-bottom-button{
    padding-top: 100px;
}



.no-carousel-item img.img-medium{
    max-width: 70%;
    float: left;
}
.no-carousel-item img.img-full-width{
    max-width: 100%;
    float: none;
}
.no-carousel-item .ludic_slider_carousel_cap.bottom-left{
    left: 0;
    bottom: -50px;
}
.no-carousel-item .ludic_slider_carousel_cap.bottom-right{
    right: 30px;
    bottom: -50px;
}

.no-carousel-item .ludic_carousel_top_title{
    font-size: 12px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.no-carousel-item .ludic_carousel_bottom_title{
    font-size: 36px;
    line-height: 52px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.no-carousel-item .ludic_carousel_introtext{
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px;
}
div.faq_category_faqlist{
    padding-left: 0;
}
.faq_category_faqlist .col-faq{
    width: 50%;
    float: left;
    margin-bottom: 75px;
    padding: 0 10px;
}

.faq_category_faqlist .col-faq p:last-child{
    margin: 0;
}
div.fsf_faq{
    border: none;
}
div.fsf_faq a.fsf_highlight{
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    letter-spacing: -0.325px;
    display: block;
    margin-bottom: 15px;
}
div.fsf_faq a.fsf_highlight:hover {
    background-color: transparent;
}
div.faq_category{
    border: none;
    margin-top: 60px;
    margin-bottom: 40px;
}
div.faq_category_head a.fsf_highlight{
    font-size: 64px;
    list-style: 77px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
div.faq_category_head a.fsf_highlight:hover {
    background-color: transparent;
}
div.fsf_faq_answer{
    padding-left: 0;
    border: none;
}

/***====CSS Portfolio====***/
#tpPortfolio{
    padding-top: 60px;
}
.col_tz_options{
    padding-top: 40px;
}
.row-list-portfolio{
    padding-top: 100px;
}
#tz_append{
    padding-bottom: 100px;
}
#portfolio .ludic_slider_carousel{
    padding-top: 0;
}
.tz_item{
    margin-bottom: 100px;
}
.tz_item .ludic_slider_carousel .ludic_slider_carousel_cap{
    padding: 50px 40px 60px;
    min-height: unset;
}
.tz_item .ludic_slider_carousel{
    padding: 0;
    /*margin-bottom: 100px;*/
    position: relative;
}
.tz_item .ludic_slider_carousel.tz_item_type_1 .no-carousel-item, .tz_item .ludic_slider_carousel.tz_item_type_2 .no-carousel-item{
    padding-bottom: 115px;
}
.tz_item_type_1.ludic_slider_carousel .ludic_slider_carousel_cap{
    right: 0px;
    bottom: 0;
}

.tz_item_type_2.ludic_slider_carousel .ludic_slider_carousel_cap{
    left: 0px;
    bottom: 0;
}
.tz_item_type_3.ludic_slider_carousel .ludic_slider_carousel_cap{
    top: 50px;
    left: 0;
    max-width: 435px;
    padding: 50px;
}
.tz_item_type_1.ludic_slider_carousel .thumb_item_portfolio{
    width: 950px;
    max-width: 100%;
    float: left;
    /*height: 517px;*/
}
.tz_item_type_2.ludic_slider_carousel .thumb_item_portfolio{
    width: 950px;
    max-width: 100%;
    float: right;
    /*height: 517px;*/
}
.tz_item_type_3.ludic_slider_carousel .thumb_item_portfolio{
    width: 1135px;
    float: right;
    max-width: 100%;
    /*height: 621px;*/
}
.ludic_slider_carousel .thumb_item_portfolio{
    overflow: hidden;
}
.ludic_slider_carousel .thumb_item_portfolio img{
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: 100%;
}
.ludic_slider_carousel .thumb_item_portfolio:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.tz_item .no-carousel-item .ludic_carousel_introtext{
    margin-bottom: 30px;
}
.tz_item .no-carousel-item .ludic_carousel_top_title{
    margin-bottom: 20px;
}
.top-desc-faqs{
    padding: 120px 0 70px;
}
.top-desc-faqs h4.title-with-border{
    margin-bottom: 70px;
}
.row-select-type-faq{
    margin-bottom: 75px;
}
.row-select-type-faq select{
    border-radius: 0;
    border-color: #000;
}
.row-select-type-faq select:focus{
    box-shadow: none;
    border-color: #000;
}
.col-item-faqs{
    margin-bottom: 60px;
}
.col-item-faqs h4{
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}
.col-item-faqs h5{
    font-size: 16px;
    line-height: 19px;
}
.title-cat-faqs{
    margin-bottom: 45px;
}
h4.meta-tag-faqs{
    margin-bottom: 55px;
}


#mobile-menu.mm-menu {
    left: inherit;
    right: 0;
    transition: transform .4s ease-in-out;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 999999;
    display: block;
    width: 100vw;
    max-width: 100vw;
    background: #FCCE2D;
}
#mobile-menu.mm-menu.mm-opened {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    box-shadow: -1px 1px 5px rgba(0,0,0,.4);
}
.mm-menu.mm-light .mm-header {
    border: none;
}
.mm-header {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    text-align: left;
}
.mm-panel .nav.menu.mm-list {
    padding: 30px 20px 20px 0;
}
#mobile-menu ul li {
    border-bottom: none!important;
    padding: 16px 0;
}
#mobile-menu ul li .nav-child li:last-child{
    border-bottom: 0 !important;
}
#mobile-menu ul li a.mm-subopen {
    background: url(../images/img-plus.svg) no-repeat bottom 0px center;
    height: 40px;
    background-size: 15px !important;
}
#mobile-menu ul li.mm-opened a.mm-subopen {
    background: url(../images/img-min.svg) no-repeat bottom 7px center;
}
#mobile-menu ul li:hover a, #mobile-menu ul li a:hover, #mobile-menu ul li a:focus {
    background-color: transparent!important;
}
#mobile-menu ul li a {
    padding: 7px 0;
    font-size: 12px;
    font-family: 'Lato', Sans-Serif;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    color: #000;
    margin: 0;
    letter-spacing: 1px;
}
#mobile-menu ul.nav-child{
    position: relative;
}
#mobile-menu ul.nav-child:after{
    content: '';
    width: 34px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#mobile-menu ul.nav-child li{
    padding: 0;
}
#mobile-menu ul.nav-child li a {
    padding: 5px 0;
    text-transform: capitalize;
    padding: 10px 0;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 14px;
}
.toggle-menu{
    display: none;
}
.toggle-menu .hamburger {
    padding: 23px 20px;
    background-color: transparent !important;
    background-image: none !important;
    -webkit-appearance: none;
}
.toggle-menu .hamburger:hover{
    opacity: 1;
}
.mm-menu.mm-hasheader > .mm-panel, .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 80px;
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before{
    display: none;
    border: none;
}
html.mm-opened #mm-blocker {
    display: none;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{
    display: none;
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before{
    display: none;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background: #fff;
}
.has-fixed .hamburger-inner, .has-fixed .hamburger-inner::before, .has-fixed .hamburger-inner::after{
    background: #000;
}
.ludic_page_nobanner .hamburger-inner, .ludic_page_nobanner .hamburger-inner::before, .ludic_page_nobanner .hamburger-inner::after{
    background: #000;
}
.is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after{
    background: #fff !important;
}
.ludic_page_nobanner .has-fixed .hamburger-inner, .ludic_page_nobanner .has-fixed .hamburger-inner::before, .ludic_page_nobanner .has-fixed .hamburger-inner::after {
    background: #000;
}
.mm-opening #header .logo{
    opacity: 0;
}
.mm-opening #header.has-fixed{
    background: transparent;
    box-shadow: none;
}
.mm-opening #header.has-fixed .logo img.logo-white, .mm-opening #header .logo img.logo-white{
    /*display: none !important;*/
}
.mm-opening #header.has-fixed .logo img.logo-black{
    display: none !important;
}
.is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
    background: #000 !important;
}
html.mm-opening .mm-slideout {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#tpPortfolio{
    margin: 0;
}
.top-about-portfolio{
    /*margin-bottom: 90px;*/
}
.top-about-portfolio h5{
    line-height: 52px;
    font-size: 36px;
}
.footer_btm_menu a{
    color: #fff;
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul{
    background: transparent;
}
.news-entry-banner{
    padding-bottom: 160px;
}
#eb .eb-rating{
    display: inline-block;
    margin-left: 10px;
}
.eb-component.eb-view-entry{
    /*padding-bottom: 55px;*/
}                       
.sharethis_article_itm_botm{
    line-height: 24px;
}
.row-bottom-button-portfolio{
    padding-bottom: 55px;
}
.module.row-bottom-button-portfolio{
    padding: 55px 0 100px;
}
.custom.row-bottom-button-portfolio{
    padding: 0;
}
.tpPortfoliotz{
    padding-bottom: 80px;
}
.col_tz_description .col-md-6{
    margin: 20px 0 0 0;
    padding: 0;
}
.col_tz_description .btn-readmore{
    margin-top: 30px;
}
.row-bottom-image-single-portfolio{
    padding-top: 55px;
}
.page-gdpr .page-section, .page-terms-of-use .page-section, .page-sitemap .page-section, .page-login .page-section, .page-register .page-section, .page-unsubscribe .page-section{
    padding-top: 55px;
    padding-bottom: 55px; 
}

.area-component.terms-of-use, .area-component.gdpr{
    padding: 55px 0;
}
.area-component.terms-of-use h3{
    font-size: 36px;
    line-height: 43px;
    margin: 0;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}
.area-component.gdpr .item-page ul{
    list-style: none;
}
.area-component.gdpr .item-page h4{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 10px;
}
#user-unsubscribe {
    margin-top: 25px;
}
#user-unsubscribe h3{
    font-size: 24px;
    margin: 20px 0 10px;
    font-weight: 600;
}
.page-un-content .col-md-4{
    margin: 0;
}
.blue-button {
    height: 42px;
    line-height: 40px;
    padding: 0px 25px;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none !important;
    background-color: #009ed6;
    color: #fff;
    border: 1px solid #009ed6;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}
.sitemap h1, .top_login_overal h1, .reset.section h1, .section.reset-confirm .page-header h1, .section.remind .page-header h1{
    font-size: 36px;
    line-height: 1.1;
    margin: 20px 0 10px;
    font-weight: 600;
}
.registration-form #profile_tabs{
    display: none;
}
#member-registration .checkbox .controls > input {
    width: auto;
    top: 10px;
    margin-right: 5px;
}
.login_overal .registration-form .control-group.checkbox .controls{
    padding-left: 0;
}
.btn{
    outline: none;
}
.login_overal .login form {
    background-color: #F4F5F0;
    border: solid 1px #dddddd;
    padding: 0 18px 20px;
}
.login_overal .login {
    /*background: linear-gradient(#FFFFFF,#EAF5F1);
    padding: 50px;*/
    margin-bottom: 40px;
}
.page-section .login_overal .login {
   /* padding: 20px 50px 50px;*/
}
.login_overal .login form {
    background-color: #F4F5F0;
    border: solid 1px #dddddd;
    padding: 0 18px 20px;
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=textarea], input[type=time], input[type=url], input[type=week], select, textarea {
    font-size: 16px;
    line-height: 1.3;
    padding: 13px 10px;
    border-radius: 4px;
    border: 1px solid #c1c1ba;
    margin-bottom: 0;
    height: auto;
    text-align: left;
    color: #333232;
    width: 100%;
    cursor: pointer;
    vertical-align: bottom;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}
.login_overal .control-group .controls button {
    height: 48px;
    line-height: 48px;
    background-color: #369ff4!important;
    transition: background-color .15s linear;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 4px;
    border: 0;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    text-decoration: none!important;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
}
.registration_button_login{
    margin-top: 20px;
}
.btn{
    outline: none;
}
.btn:focus, .btn.focus{
    box-shadow: none;
}
.login_overal .registration-form {
    /*background: linear-gradient(#FFFFFF,#EAF5F1);
    padding: 20px 50px 50px;*/
    margin-bottom: 40px;
}
.login_overal .registration-form .control-group {
    margin-bottom: 15px;
}
#member-registration .control-label label {
    font-weight: bold;
    display: block;
    text-align: left;
    margin: 0;
}
.login_overal .registration-form #member-registration {
    background-color: #F4F5F0;
    border: solid 1px #dddddd;
    padding: 20px 18px 20px;
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 10px;
}
div.registration.formfullwidth {
    max-width: none;
}
#profile_content .control-group.Spacer{
    display: none;
}
.login_overal .registration-form .control-group.checkbox .controls{
    text-align: left;
}
.page-section.terms-of-use h3 {
    font-size: 36px;
    line-height: 43px;
    margin: 0;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}
.page-gdpr .page-section ul{
    list-style: none;
}
.page-section.gdpr h4{
    margin-bottom: 20px;
}
.miniblock:first-child .post-desc-element {
    border-color: #FE6665;
}
.miniblock:nth-child(2) .post-desc-element {
    border-color: #2D497E;
}
.miniblock:nth-child(3) .post-desc-element {
    border-color: #FF55AA;
}
.bigblock .post-desc-element {
    border-color: #F9532E;
}
.miniblock .post-thumb-element {
    margin-right: 20px;
    background: #fff;
}
#user-registration .control-group .controls{
    text-align: left;
}
#user-registration .control-group .controls #jform_captcha{
    float: left;
}
.sharing-socials.sharing-socials-vertical{
    width: 30px;
    text-align: center;
    position: absolute;
    top: 250px;
}
.sharing-socials.sharing-socials-vertical .sharing-socials-vertical-label{
    display: block;
    transform: rotate(90deg);
    text-transform: uppercase;
    margin-left: -16px;
    font-weight: 600;
    width: 60px;
    height: 30px;
    margin-bottom: 30px;
}

.sharing-socials.sharing-socials-vertical .st-custom-button-esb{
    display: block;
    margin: 0 0 18px;
}
.esb_created_date{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.esb_tag_items{
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px ;
}
#eb .banner-offset-overlay .esb_cover_wrappup{
    min-height: 465px;
}
.esb_cover_wrappup h5.fw-bold{
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 900 !important;
    letter-spacing: 1px;
    margin-top: 45px !important;
    text-align: center;
}
.custom-top-mod-easybloglatestblogs{
    padding: 0 0 55px;
}
.custom-yellow-bar{
    background: #FCCE2D;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    max-width: 90%;
    margin: -42px auto 0;
    z-index: 9;
    min-height: 140px;
}
.custom-yellow-bar .eb-mod-title a{
    /*font-size: 20px;*/
    font-size: 17px;
    font-style: italic;
    font-weight: 300 !important;
    color: #000;
    line-height: 24px !important;
    /*height: 48px;
    overflow: hidden;*/
    display: block;
}
.mod-custom-date{
    font-size: 12px!important;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}
#eb .custom-item-lated .eb-mod-thumb{
    overflow: hidden;
}
#eb .custom-item-lated .eb-mod-thumb .eb-mod-image-cover:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#eb .custom-item-lated .eb-mod-thumb .eb-mod-image-cover{
    padding: 0;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#eb .custom-item-lated .eb-mod-thumb .eb-mod-image-cover:before{
    display: none;
}
.mod_easybloglatestblogs .blog-slick-slider .slick-slide, .mod_easybloglatestblogs .blog-slick-slider{
    padding: 0 10px !important;
}
.block-brand-item-default.block-brand-item .item-brand h3{
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    color: #000;
    margin: 0;
}
.block-brand-item-default.block-brand-item .item-brand{
    padding: 33px 0;
    border-bottom: 2px dashed rgba(167, 167, 167, 0.5);
}
.block-brand-item-default.block-brand-item .item-brand h3 a{
    color: #000;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}
.tp-simpleresponsive >ul li.tp-revslider-slidesli{
    z-index: 999!important;
}
.carousel_in_service .ludic_slider_controllers{
    text-align: left;
}
.ludic_slider_carousel ol {
    display: inline;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    /*vertical-align: -2px;*/
}
.ludic_slider_carousel ol li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    background-color: #E1E1E1;
    /*border: 1px solid #000;*/
    border-radius: 50%;
    cursor: pointer;
    
}
.ludic_slider_carousel ol li.active{
    background-color: #000; 
}
#ludic_carousel_indicator-347 .ludic_slider_controllers {
    position: absolute;
    z-index: 999;
    top: 94px;
    left: 20%;
    transform: rotate(-90deg);
}
#ludic_carousel_indicator-347.ludic_slider_carousel ol{
    vertical-align: -2px;
}
#ludic_carousel_indicator-347.ludic_slider_carousel ol li{
    border: none;
    background: #E1E1E1;
    width: 6px;
    height: 6px;
    margin: 3px 0;
}
#ludic_carousel_indicator-347.ludic_slider_carousel ol li.active{
    background: #000;
}
#ludic_carousel_indicator-347.ludic_slider_carousel .ludic_slider_carousel_cap {
    width: 630px;
    min-height: 380px;
    color: #fff;
    position: absolute;
    text-align: center;
    padding: 45px 90px;
}
#ludic_carousel_indicator-347.ludic_slider_carousel .ludic_slider_carousel_cap {
    width: 630px;
    min-height: 380px;
    color: #fff;
    position: absolute;
    text-align: center;
    padding: 50px 90px 65px;
}
#ludic_carousel_indicator-347.ludic_slider_carousel .carousel-item .ludic_carousel_introtext{
    margin-bottom: 40px;
}
.sharing-socials-esb .st-custom-button-esb a{
    color: #000;
}
.section-about-portfolio{
    padding: 55px 0;
    background: #fafafa;
    margin-bottom: 100px;
    min-height: 400px;
}
.eb-mod-context iframe {
    width: 100%;
    height: 160px;
    border: none;
    margin-top: 10px;
    padding-bottom: 10px;
}
.esb_tag_items .esb_tag_itm{
    color: #000;
}
.mod_easybloglatestblogs.home-block{
    padding-bottom: 55px;
}
#eb .eb-tag-head{
    background-color: #fff;
    margin-bottom: 30px;
}

.child-insider-category-list{
	padding-bottom: 55px;
}
.child-insider-category-list #ludic_carousel_indicator_related_article{
	margin-top: 30px;
	padding-bottom: 0;
}
.block-brand-item .item-brand, .insider-category-list .item-brand{
    padding: 33px 0;
    border-bottom: 2px dashed rgba(167, 167, 167, 0.5);
}
.block-brand-item .item-brand .row, .insider-category-list .item-brand .row{
    align-items: center;
}
.block-brand-item .item-brand h3, .insider-category-list .item-brand h3{
    margin: 0;
}
.block-brand-item .item-brand h3 a, .insider-category-list .item-brand h3 a{
    color: #000;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    text-decoration-color: #FBCE2D !important;
}

.block-brand-item .item-brand h3 a:hover, .insider-category-list .item-brand h3 a:hover{
    text-decoration-color: #FBCE2D;
    color: #FBCE2D;
}
/*.block-brand-item .item-brand h3 a:hover{
    color: #fff;
}*/
.block-brand-item .item-brand .col-desc p, .insider-category-list .item-brand .col-desc p{
    margin: 0;
}

.ludic_page_nobanner .banner-offset .banner-offset-overlay .block-title{
    margin-top: 30px;
    font-size: 64px;
    line-height: 77px;
}
.banner-offset.no-bg-image-banner .banner-offset-overlay .block-title {
    color: #000;
}
.banner-offset .banner-offset-overlay .block-title {
    color: #fff;
    max-width: 1160px;
    margin: 0 auto;
}

#banner-offset-service .block-title{
    padding: 50px 0 50px;
}
#banner-offset-service{ min-height: 465px; margin-bottom: 100px;}
#banner-offset-service, #mod-block-banner-360{
    padding-top: 70px;
}
#banner-offset-service .block-title{
    /*padding-bottom: 250px;*/
}
.services-top-category-description{
    padding: 110px 0 75px;
}
.services-top-category-description h2{
    margin-bottom: 45px;
}
.articleBody-services .box-content{
    padding: 110px 0 70px;
}
.articleBody-services .box-content h2{
    margin-bottom: 110px;
}
.category_list_article_image{
    display: block;
}
.contact_btn_service_details{
	padding-bottom: 55px;
}
.item-page.page-not-found{
	padding: 55px 0;
}
.page-section.section-404 .container .container{
	padding: 0;
}
.item-page.page-not-found .sharing-socials{
	display: none;
}
.item-page.page-not-found hr{
	display: none;
}
.item-page.page-not-found .bg-404 hr{
	display: block;
}
.bg-404 .well {
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #fafafa;
}
.bg-404 .textalign-center, .al-center{
    text-align: center;
}
.bg-404 .label-inverse {
    font-size: 100px;
    text-align: center;
    color: white;
    margin-bottom: 25px;
    line-height: 100px;
    padding: 30px 0;
    background: #333;
}
.bg-404 h3 {
    font-size: 36px;
    line-height: 43px;
    margin: 0;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}
.bg-404 ol {
    list-style-type: decimal;
}
.contact_btn_service_details .btn-readmore{
    margin: 5px;
    min-width: 225px;
}
.section.top-slide-logo-tiny h2{
    margin-bottom: 100px;
}
#block-brand-item-351.section.block-brand-item{
    padding-top: 0;
}

#block-brand-item-351.block-brand-item .item-brand .row{
    align-items: unset;
}
#block-brand-item-351.block-brand-item .item-brand .row .col-title{
    margin-top: 4px;
}
.page-about .banner-offset.no-bg-image-banner .banner-offset-overlay{
    padding-bottom: 60px;
    min-height: 465px;
    margin-bottom: 100px;
}
.ludic_page_nobanner .section-blog{
    padding-bottom: 120px;
}
#block-brand-item-351.block-brand-item .item-brand .row .col-title .title-with-border{
    max-width: 320px;
}
#block-brand-item-351.block-brand-item .item-brand .col-desc p{
    margin-bottom: 20px;
}
#block-brand-item-351.block-brand-item .item-brand .col-desc p:last-child{
    margin-bottom: 0;
}
.block-brand-item .item-brand .row .col-title .title-with-border{
    line-height: 20px;
}
.eb_relation_section .ludic_slider_carousel{
    padding-bottom: 0;
    margin-bottom: 0;
}
.eb_relation_section .ludic_slider_carousel .carousel-item{
    padding-bottom: 50px;
}
.eb_relation_section .carousel-item .ludic_slider_carousel_cap.bottom-right{
    bottom: 0;
}
.formResponsive .title-with-border{
    margin-bottom: 55px;
    margin-top: 90px;
}
.formResponsive .contact_custom_mod_informatiojn{
    padding: 80px 0;
}
.row-select-type-faq .form-search-faqs{
    width: 395px;
    max-width: 100%;
    position: relative;
    margin-left: 0;
    margin-bottom: 20px;
}
.row-select-type-faq .form-search-faqs .inpt-search{
    width: 100%;
    line-height: 47px;
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    padding-left: 15px;
}
.row-select-type-faq .form-search-faqs .button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    color: transparent;
    background: transparent url('../images/icon-search.png') no-repeat center center;
    border: none;
    outline: none;
    cursor: pointer;
    width: 50px;
}
.portfolio_navigation_menus .slick-list{
    padding: 0;
}
.mm-header .mm-title{
    padding-top: 0;
    margin-top: -10px;
}
.ludic_slider_carousel.carousel_in_service{
    padding-bottom: 50px;
    margin-bottom: 0;
}
#block-brand-item-356.section.block-brand-item{
    padding-bottom: 100px;
}
#block-brand-item-356 .title-with-border{
    position: absolute;
    bottom: -20px;
}
#block-brand-item-356 .block-desc-top{
    margin-bottom: 60px;
}
.page-services .banner-offset.no-bg-image-banner .banner-offset-overlay{
    padding-bottom: 55px;
    min-height: 465px;
    margin-bottom: 100px;
}
.mod_easybloglatestblogs .slick-dots li button:before {
    font-size: 30px;
}
.portfolio_navigation_menus .slick-prev{
    width: 30px;
    left: 0;
}
.portfolio_navigation_menus .slick-prev:before{
    content: "\f053";
    font: normal normal normal 16px/1 FontAwesome;
    color: #000;
}
.portfolio_navigation_menus .slick-next{
    width: 30px;
    right: 0;
}
.portfolio_navigation_menus .slick-next:before{
    content: "\f054";
    color: #000;
    font: normal normal normal 16px/1 FontAwesome;
}
.service_headtitle_txt {
    position: absolute;
    right: -275px;
    transform: rotate(90deg);
    top: 305px;
    width: 700px;
    z-index: -1;
}
#easyfrontendseo_lightbox_button_1 {
    z-index: 99999999;
}
@-webkit-keyframes fadeInRightBig {
    0% {
       background-position: left -200% center;
    }
    100% {
       opacity: 1;
       background-position: left 100% center;
    }
}

@keyframes fadeInRightBig {
	0% {
	   background-position: left 200% center;
	}
	100% {
	   opacity: 1;
	   background-position: left 100% center;
	}
}

.fadeInRightBig{
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
       background-position: left -100% center;
    }
    100% {
       opacity: 1;
       background-position: left 0px center;
    }
}

@keyframes fadeInLeftBig {
	0% {
	   background-position: left -100% center;
	}
	100% {
	   opacity: 1;
	   background-position: left 0px center;
	}
}

.fadeInLeftBig{
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
       background-position: left -100% center;
    }
    100% {
       opacity: 1;
       background-position: left 20% center;
    }
}

@keyframes fadeInLeft {
	0% {
	   background-position: left -100% center;
	}
	100% {
	   opacity: 1;
	   background-position: left 20% center;
	}
}

.fadeInLeft{
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUpcs {
    0% {
        opacity: 0;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -o-transform: translateY(50%);

    }
    100% {
        opacity: 1;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

@keyframes fadeInUpcs {
    0% {
        opacity: 0;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -o-transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}
.fadeInUpcs{
    -webkit-animation-name: fadeInUpcs;
    animation-name: fadeInUpcs;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIncs {
    0% {
        opacity: 0;
        
    }
    100% {
        opacity: 1;
        
    }
}

@keyframes fadeIncs {
    0% {
        opacity: 0;
        
    }
    100% {
        opacity: 1;
        
    }
}
.fadeIncs{
    -webkit-animation-name: fadeIncs;
    animation-name: fadeIncs;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInLoading {
    0% {
       opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100% {
       opacity: 1;
    }
}

@keyframes fadeInLoading {
    0% {
       opacity: 1;
    }
    50%{
        opacity: 0.2;
    }
    100% {
       opacity: 1;
    }
}

.fadeInLoading{
    -webkit-animation-name: fadeInLoading;
    animation-name: fadeInLoading;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.page-section-portfolio .ludic_slider_carousel{
	padding-bottom: 110px;
	margin-bottom: 100px;
}
.formResponsive .form-group{
    margin-bottom: 45px;
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
}
.formResponsive select#how_can_we_help{
    height: 36px;
    padding-left: 15px;
    margin-top: -7px;
    margin-bottom: 0;
}
.formResponsive select#country{
    height: 36px;
    padding-left: 15px;
    margin-top: -7px;
    margin-bottom: 0;
}
.formResponsive .row-none-flex .form-group{
	display: block;
    border-bottom: none;
    padding-bottom: 0;
}
.formResponsive .form-group.none-border{
    border-bottom: none;
    padding-bottom: 0;
}
.formResponsive label.input_label_rsf{
    height: auto;
    margin: 0;
    float: none;
    padding: 0px;
    display: block;
    width: auto;
    flex: 0 0 auto;
    line-height: 30px;
}
.formResponsive .rsform-input-box, .formResponsive .rsform-calendar-box{
    border-bottom: none !important;
    text-indent: 50px;
    padding: 4px 0 !important;
    margin: 0 !important;
    line-height: 22px !important;
    height: auto !important;
    font-size: 16px !important;
}
.formResponsive .rsform-text-box{
	box-sizing: border-box;
}

.tz_item .ludic_slider_carousel.tz_item_type_single .no-carousel-item{
	padding-bottom: 60px;
}
.tz_item .ludic_slider_carousel.tz_item_type_single .no-carousel-item .image-full-width{
	width: 100%;
}
.tz_item .ludic_slider_carousel.tz_item_type_single .no-carousel-item .ludic_slider_carousel_cap.bottom-right{
	bottom: 0;
	right: 30px;
}
.tz_item .ludic_slider_carousel.tz_item_type_single .ludic_slider_carousel_cap{
	width: 460px;
}
.fancybox-skin{
    padding: 0 !important;
}
.mod_ludic_quotes{
    padding: 100px 0;
}
.mod_ludic_quotes .ludic_quote_author_info{
    font-size: 21px;
    line-height: 25px;
    font-style: italic;
    margin-top: 50px;
    width: 490px;
    margin-left: 0;
    font-weight: 300;
    max-width: 100%;
}
.mod_ludic_quotes h3.ludic_quote_content{
    font-size: 36px;
    line-height: 53px;
    font-weight: normal;
    margin-top: 20px;
}
.mod_ludic_quotes .ludic_quote_author_info p{
    margin-bottom: 0;
}
.eb-component.eb-view-entry .mod_easybloglatestblogs .mod-items-grid .container{
    padding: 0;
}
.portfolio_body_article .title-with-border{
    margin-top: 5px;
}
.portfolio_body_article .title-with-border:before{
    top: 5px;
}
.formResponsive .formError, .formRed{
    display: none !important;
}
.label-error {color: red!important;}
#eb .eb-entry-body .row.row-flex{
    display: flex;
}
.page-design .custom-top-mod-easybloglatestblogs{
    padding-top: 50px;
}
#eb .row:before, #eb .row:after{
    display: none !important;
}
.breadcrumb .divider {
    display: inline-block;
    margin: 0px 8px;
}

#acymodifyform div.acystatus{
    max-width: none;
    width: 17%;
}

.acyListInfo .list_name {
    font-size: 16px;
    line-height: 20px;
}

.acyListInfo .list_description{
    font-style: italic;
    opacity: 0.6;
    margin-top: -12px;
    font-size: 14px;
}

.acy_subscription_list .pdesc{
    margin-top: -14px;
}

.block-brand-item .item-brand, .insider-category-list .item-brand{
    min-height: 230px;
}

.acyterms input[name="terms"]{
    margin-top: 4px;
}

.block-brand-item-default.block-brand-item .item-brand h3 a:hover{
	color: #FBCE2D;
	text-decoration-color: #FBCE2D!important;
}

.thepost_image_cover_dt{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.desktop-menu ul li ul.nav-child{
    margin-top: -30px;
}
#rev_slider_3_1_wrapper{
    background-color: transparent !important;
}
.home-slide{
    position: relative;
}
.home-slide #bottom-slide-menu{
    position: absolute;
    width: 100%;
    bottom: -20px;
    margin: 0;
}
.fullcoveredvideo video, .fullscreenvideo video{
    background: #fff !important;
}
