.contact-menu {
    background-color: #fff !important;
    color: #b51224 !important;
    padding: 3px 11px !important;
    border: none !important;
}

.contact-menu-mobile {
    background-color: #b51224 !important;
    color: #ffffff !important;
    padding: 3px 11px !important;
    border: none !important;
    margin-left: 10px;
    font-size: 18px !important;
    font-family: allerregular;
}

.contact-menu-mobile-all {
    position: fixed;
    z-index: 998;
    right: 85px;
    top: 22px;
    display: none;
}

.contact-menu-mobile-all:hover {
    text-decoration: none;
}



@media (max-width: 1200px) {
    .contact-menu-mobile-all {
        display: block;
        right: 120px;
    }
}

@media (max-width: 500px) {
    .contact-menu-mobile-all {
        display: block;
        right: 85px;
    }
}

@media screen and (max-width: 967px) {
    .slider .item .slider-text {
        padding-left: 42px;
    }

}

@media screen and (max-width: 800px) {
    .inner-header .header-text {
        left: -20px;
    }
}

@media(max-width: 1440px) {
    .inner-header .header-text {
        padding-left: 40px !important;
    }

    .inner-header .header-text .title .icon {
        width: 68px;
    }
}

@media(max-width: 967px) {
    .inner-header .header-text {
        padding-left: 60px !important;
    }

    .slider .item .slider-text .text,
    .inner-header .header-text .text {
        font-size: 18px !important;
    }
}


.contact-menu-inverse {
    background-color: #b51224 !important;
    color: #fff !important;
    padding: 3px 11px !important;
    border: none !important;
}

.no-slide-icon:before {
    width: 0px !important;
    height: 0px !important;
}

.no-slide-icon {
    padding-left: 0px !important;
}

.slider .item .slider-text .title.active {
    cursor: pointer;
}

.slider .item .slider-text .title.active:hover {
    opacity: 0.8;
}

.slider .item .slider-text .title,
.slider .item .slider-text .text {
    color: #fff !important;
}

/* .slider .item .slider-text .text {
max-width: 450px !important;
} */

.slider .item .slider-text {
    right: 87px !important;
    padding-right: 0;
    width: auto !important;
    max-width: 500px !important;
}

.seemore-btn {
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    font-family: aller_lightregular;
    text-decoration: none;
    letter-spacing: 1px;
    opacity: 0;
}

.seemore-btn:hover {
    opacity: 0.8;
    color: #FFF;
    text-decoration: none;
}

.btn-animate-in {
    opacity: 1;
    animation-delay: 1s;
    animation: fadein 3s;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.btn-load-more {
    font-size: 11px !important;
}

.inner-header .header-text {
    position: absolute;
    top: 65%;
    right: 87px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 455px;
    z-index: 100;
    padding: 50px;
    padding-right: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.inner-header .header-text .title {
    color: #fff;
    font-size: 50px;
    line-height: 53px;
    font-family: allerbold;
    overflow: hidden;
    /* padding-right: 90px; */
    padding-right: 0;
    padding-bottom: 12px;
}

.inner-header .header-text .text {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
    /* padding-left: 30px; */
    padding-left: 0;
    position: relative;
    overflow: hidden;
    max-width: unset;
    /* max-width: 400px; */
}

.inner-header .header-text .title .icon {
    left: -60px !important;
}



@media screen and (max-width: 2560px) {
    .header .logo-sticky img {
        width: 110px !important;
    }

    .header .logo-sticky {
        padding-top: 8px;
    }
}

@media screen and (max-width: 1900px) {
    .header .logo-sticky img {
        width: 110px !important;
    }

    .header .logo-sticky {
        padding-top: 8px;
    }
}

@media screen and (max-width: 1200px) {
    .mobile-menu {
        visibility: visible;
        opacity: 1;
    }

    .header .color-mask,
    .header .menu-container .main-menu {
        display: none;
    }
}


@media screen and (max-width: 1440px) {
    .header .logo {
        left: 30px;
        top: 0;
    }
}

@media screen and (max-width: 1360px) {

    .header .logo img,
    .header .logo-sticky img {
        width: 90px !important;
        height: 90px !important;
        padding-top: 0px !important;

    }


    .header .logo {
        padding-top: 8px !important;
        left: 20px;
        top: -5px;
    }

    .header.fixed {
        background-color: #fff;
        height: 90px;
    }
}


@media screen and (max-width: 1280px) {

    .header .logo img,
    .header .logo-sticky img {
        width: 90px !important;
    }
}

@media screen and (max-width: 1180px) {

    .header .logo img,
    .header .logo-sticky img {
        width: 82px !important;
        width: 82px !important;
    }

    .header .logo {
        padding-top: 0px !important;
    }

    .header.fixed {
        background-color: #fff;
        height: 77px;
    }
}

@media screen and (max-width: 1200px) {
    .slider .text-mask {
        background: linear-gradient(135deg, transparent, transparent 0%, rgb(0 0 0 / 55%) 82%, rgb(0 0 0 / 71%)), linear-gradient(315deg, transparent, transparent, rgb(0 0 0 / 54%) 90%, rgb(0 0 0 / 65%));
    }

    /* .header .color-mask {
display: block !important;
background: linear-gradient(135deg, transparent, transparent 0%, rgb(0 0 0 / 55%) 82%, rgb(0 0 0 / 71%)), linear-gradient(315deg, transparent, transparent, rgb(0 0 0 / 54%) 90%, rgb(0 0 0 / 65%));
} */
}

.mobile-top {
    display: inline-block !important;
}

.slider .slick-dots li a {
    opacity: 0.8;
    border: 1px solid #fff;
}

.slider .slick-dots li.slick-active a {
    opacity: 1;
}

/* START HEADERLESS STYLES */
body .header.less {
    display: none;
}

body.headerLess .header {
    display: none;
}

body.headerLess .header.less {
    display: block;
    background-color: #fff;
    height: 100px;
}

body.headerLess .inner-header {
    display: none;
}

.header.less .menu-container .main-menu {
    bottom: 20px;
}

.header.less .menu-container .main-menu ul li a {
    color: #6a8da4;
}

.contact-wrapper {
    margin-top: 150px;
}

body.headerLess .mobile-menu .hamburger-inner,
body.headerLess .mobile-menu .hamburger-inner::after,
body.headerLess .mobile-menu .hamburger-inner::before {
    background-color: #000;
}

body.headerLess .content-top {
    margin-top: 0px;
    margin-bottom: 70px;
}

body.headerLess .content-top .right .text {
    color: #68829d;
    font-size: 18px;
    line-height: 25px;
    margin-top: 70px;
}

body.headerLess .content-top .left .title {
    font-size: 36px;
    color: #b51224;
    font-family: allerbold;
    margin-bottom: 50px;
}

/* END */

.mobile-menu-container .main-menu .no-sites-container {
    display: none;
    /* position: absolute; */
    background-color: #fff;
    left: 30px;
    width: 73%;
    height: 100vh;
}

.show-nos {
    display: block !important;
}

.hide-main-menu {
    display: none !important;
    /* visibility: hidden; */
}

.no-sites-container {
    width: 255px;
}

@media screen and (min-width: 1500px) {
    .no-sites-container {
        width: 264px;
    }
}

.no-sites-container li img.m-img {
    width: 110px;
    height: 85px;
    margin: 0 25px;
    /* margin-right: 30px; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.no-sites-title {
    margin-bottom: 5px !important;
    /*font-weight: bold;
    color: #547b95; */
    display: block !important;
    font-size: 16px !important;
    font-family: allerbold !important;
}

.no-sites-container li a img {
    margin-right: 10px;
    margin-top: -4px;
}

.no-sites-container li p {
    margin: 0 20px;
    /* margin-right: 30px; */
    margin-bottom: 10px;
    padding-bottom: 2px;
    color: #6a8da4;
    font-size: 13px;
    font-family: aller_lightregular;
    line-height: 1.2;
}

.has-sperator::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 3px;
    float: right;
    border-right: 90px solid #cacbcc;
    margin-bottom: 3px;
}

/* news-ticker */
.news-ticker {
    position: absolute;
    /*top: 0px;*/
    bottom: 60px;
    left: 0px;
    width: 100%;
    height: 44px;
    background-color: #68829d;
    color: white;
    z-index: 1001;
    font-size: 16px;
}
@media (max-width: 1200px) {
    .news-ticker  {
        top: unset;
        bottom: 60px;
    }
}

.news-ticker a {
    color: white;
}

.news-ticker a:hover {
    text-decoration: underline !important;
}

.news-ticker a strong {
    font-family: 'allerbold';
}

.eocjs-newsticker {
    background-color: #68829d;
}

.eocjs-newsticker-container span {
    padding: 0 25px;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
    height: 20px;
    line-height: 20px;
}
/* ticker now always positioned at the bottom * /
.header.news-ticker-on {
    margin-top: 44px;
}

.header.news-ticker-on.fixed {
    margin-top: 0px;
}
*/

/* splash screen */
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161a35;
    z-index: 9001;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash-screen .splash-text {
    text-align: center;
    color: white;
    font-size: 50px;
    font-family: 'allerbold';
}
.splash-screen .splash-text p {
    font-size: 50px;
    font-weight: 400;
}

.splash-screen .splash-text span {
    opacity: 0;
    text-transform: uppercase;
}
.splash-screen .splash-text span.reveal {
    opacity: 1;
    
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;

}
