@import url("https://use.typekit.net/qwy6wzm.css");

html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400, 800;
    font-style: normal;
    background: #fff;
    color: #393939;
    font-size: 18px;
    line-height: 26px;
    overflow-x: hidden;

}

::-moz-selection {
    color: #fff;
    background: #7C7C7B;
}

::selection {
    color: #fff;
    background: #7C7C7B;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Images/loading.gif) 50% 50% no-repeat #fff;
}
 a{
    color: #393939;
    text-decoration: underline;
}
.topLogo {
    display: block;
    width: 450px;
    padding: 10px 0;
}

.topLogo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo--links a {
    color: #7C7C7B;
    font-size: 18px;
}

.logo--links a:hover {
    color: #BA2E7E;
    text-decoration: none;
}

.logo--links {
    margin-top: -36px;
    margin-left: 113px;
    width: 370px;
    display: none;
}

.logo--links a:last-child {
    color: #BA2E7E;
}


/* ----- */
.container.container-full-width {
    max-width: 100%;
    margin: 0;
    padding: 0 70px;
}

.pageSpace a {
    color: #484848;
    text-decoration: underline;

}

.pageSpace a:hover, a:hover {
    color: #393939;
    text-decoration: underline;
}
.pageSpace a.pinkColorLink{color: #BA2E7E;}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pageSpace {
    padding: 5em 0;
}

.inner--container {
    padding: 5em 0;
}

/* 
.pageSpace .container {
    max-width: 100%;
    padding: 0 4em;
} */

.top--txt .container {
    max-width: 100%;
    padding: 0 9em;
}

.owl-dot {
    outline: none !important;
}

img {
    max-width: 100%;
}

a.mainBtn {
    color: #676767;
    border: 1px solid #676767;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none !important;
    vertical-align: middle;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    border-radius: 25px;
}

a.mainBtn:hover,
a.mainBtn:focus {
    color: #fff;
    border: 1px solid #676767;
}

a.mainBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: #676767;
    color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -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: 25px;

}

a.mainBtn:hover:before,
a.mainBtn:focus:before,
a.mainBtn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.footer a.mainBtn {
    color: #fff;
    background-color: #BA2E7E;
    border-color: #BA2E7E;
}

/*  -----------------------------------  */
/*  home big header  */
.topHeader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0 0em;
}

.topHeader::before {
    content: '';
    background: -o-linear-gradient(120deg, #ffffff 0, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(120deg, #ffffff 0, rgba(255, 255, 255, 0) 50%);
    background: -moz-linear-gradient(120deg, #ffffff 0, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(120deg, #ffffff 0, rgba(255, 255, 255, 0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.topimg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.top_logo {
    display: inline-block;
    width: 550px;
    height: 550px;
    position: absolute;
    top: -62px;
    left: -32px;
    padding: 0;
    z-index: 2;
}

.top_logo iframe {
    width: 100%;
    height: 100%;
}

.shortCuts {
    text-align: right;
}

.shortCuts a {
    color: #7C7C7B;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 9px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 12px 0;
}

/* ------------------------ */
.scrolla {
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    bottom: 6%;
    padding-bottom: 0;
    z-index: 20;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    width: 54vw;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    margin: 0 auto
}

.scrolla h3 {
    font-size: 40px;
    color: #7C7C7B;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;

    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-bottom: 10px;
}

.scrolla i {
    color: #484848;
}

.scrolla h3 span,
.scrolla h3 i {
    display: block;
}

/* 
.scrolla:after {
    content: "";
    height: 25px;
    position: absolute;
    bottom: -15px;
    width: 28px;
    background: #7C7C7B;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: url('/fileadmin/user_upload/weim/Polygon.svg') no-repeat center;
    background-size: contain;

} */

/* .scrolla:hover h3 {
    color: #7C7C7B;
} */

/*
 .scrolla:hover:after {
     background: #fff;
 }
*/


@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* --------*/

.topShortCuts {
    position: absolute;
    top: 100px;
    right: 45px;
}

.topShortCuts a {
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 18px;
    color: #393939;
    font-size: 25px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.topShortCuts a:hover {
    transform: scale(1.1);
}

.top-txt {
    margin-top: -50px;
}

/* ---------------------------------------------- */

h1 {

    color: #BA2E7E;
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

h2 {
    font-family: 'shadows-into-light', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #7C7C7B;
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 25px;
}

h3 {
    color: #7C7C7B;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
}


h4 {
    font-size: 24px;
    color: #BA2E7E;
    line-height: 26px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

p {
    color: #393939;
    font-size: 18px;
    line-height: 24px;
}

ul {
    padding-left: 20px;
}

ul li {
    color: #676767;
    font-size: 18px;
    line-height: 24px;
}


table.contenttable td {
    color: #393939;
    font-size: 18px;
    line-height: 24px;
    padding: 1px 4px;
}

.topPadd {
    margin-top: 140px;
}

/*  ------------------- navbar --------------------- */
nav.navbar-light.navbar-expand-md {
    position: relative;
    padding: 0;
}

.navbar-nav li a {
    text-align: center;
    color: #7C7C7B;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    padding: 44px 15px 25px 15px;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    outline: none;

}

.navbar-nav li a:hover {
    color: #BA2E7E;
    text-decoration: underline;
}

.navbar-nav li a i {
    font-size: 15px;
    margin-left: 5px;
}

.dropdown-toggle::after {
    display: none;
}

/*  dropdown  */
ul.navbar-nav li.dropdown:last-child ul.dropdown-menu {
    position: absolute;
    left: inherit;
    right: 0;
    min-width: 240px;
}

ul.dropdown-menu {
    position: ABSOLUTE;
    left: -35px;
    top: 100%;
    margin-top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 4px solid #BA2E7E;
    border-radius: 0;
    z-index: 100;
    min-width: 360px;
    box-shadow: 0px 5px 6px rgb(0 0 0 / 6%);
    padding: 1em 2em 2em 2em;
    border-top: none;
    border-left: none;
    border-right: none;
}



.navbar-nav ul.dropdown-menu a {
    padding: 0px 18px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-transform: inherit;
    color: #7C7C7B;
}

.navbar-nav ul.dropdown-menu a:before,
.navbar-nav ul.dropdown-menu a:hover:before {
    display: none;
}

.navbar-nav ul.dropdown-menu a:hover {
    color: #BA2E7E;
    /* text-decoration: underline; */
}

.navbar-collapse {
    justify-content: end;
    background-color: #fff;
}

/*
 .navbar-nav li a:hover:before {
     content: '';
     width: 8px;
     height: 8px;
     background: #393939;
     display: block;
     position: absolute;
     bottom: 7px;
     padding: 0px 0px;
     background-position: center;
     left: 50%;
     transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     transition: all .2s ease-in-out;
     -webkit-transition: all .2s ease-in-out;
     border-radius: 50%;


 }
*/

.navbar-toggler {
    border: none !important;
    outline: none !important;
    position: relative;
    padding: 0;
    z-index: 1000;
    display: inline-block;
    margin-bottom: 0;
    float: right;
    margin: 0 20px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0 auto;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggler .open .icon-bar {
    background: #fff;
}

.navbar-toggler .open .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform-origin: -5% 0%;
    -ms-transform-origin: -5% 0%;
    transform-origin: -5% 0;
}

.navbar-toggler .open .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .open .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}



header.FixNav {
    background: transparent;
    box-shadow: none;
    position: relative;
    z-index: 50;
    border-bottom: 0px solid #7C7C7B;
    background-color: #fff;
}

header.FixNav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

/* ---------------------- footer ----------------------- */
a.STEF_back-to-top {
    position: absolute;
    right: 0;
    bottom: 46px;
    width: 48px;
    height: 59px;
    text-align: center;
    background: url('/fileadmin/user_upload/riba/arrow_up_kids.svg');
    background-repeat: no-repeat;
    background-size: 92px 111px;
    font-size: 0;
    background-position: 0;
}

.footer {
    background-color: #676767;
}

.footer .container,
.copyright .container {
    max-width: 100%;
    padding: 0;
}

.footer iframe {
    margin-bottom: -7px;
}

.footer p, .footer h4 {
    color: #fff;
}

.copyright p {
    /* margin: 0; */
    color: #7C7C7B;
}

.copyright a {
    color: #7C7C7B;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
    margin-left: 10px;
}

.copyright {
    padding: 0 2em;
}

.footer table.contenttable td {
    color: #fff;
}


/* =============================================== */
/* inners */
/* .FixNav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;

} */


img.image-embed-item {
    width: 100%;
    height: 100%;
}

.card {
    border-radius: 0;
    border-bottom: solid 1px #393939;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 25px;
    background: transparent;
}

.card .card-body {
    padding: 10px 15px;
}

.card .card-body header {
    display: none;
}

.card .card-header {
    padding: 0;
    border: none;
    background-color: transparent;
}

.card button.btn.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    color: #393939;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    padding: 0 0 10px 0;
}

.card button.btn.btn-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    float: right;
    font-weight: 900;
    color: #393939;
    font-size: 16px;
}

.card button.btn.btn-link.collapsed:after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    color: #393939;
    font-weight: 900;
    font-size: 16px;
    margin-top: 0px;
}

/* Form */

input[type="text"],
input[type="email"],
textarea,
select,
.powermail_fieldwrap_type_date input {
    width: 100%;
    border: 1px solid #e3e3e3;
    color: #393939;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 8px;
    resize: vertical;
    margin: 1px 0 8px 0;
    outline: none;
    border-radius: 4px;
    background: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
.powermail_fieldwrap_type_date input:focus {
    background: #fff;
    border: 1px solid #E3C314;
}

.powermail_submit {
    border-radius: 20px;
    padding: 6px 28px;
    color: #676767 !important;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 7px;
    opacity: 1;
    font-weight: normal;
    border: 1px solid #676767;
    vertical-align: middle;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    margin-top: 1em;
    outline: none;
    width: 100%;
}

.powermail_submit:hover,
.powermail_submit:focus,
.powermail_submit:active {
    opacity: 1;
    border: 1px solid #BA2E7E;
    background: #fff;
    color: #BA2E7E !important;
}

.tx-powermail .container-fluid {
    padding: 0;
}

label.powermail_label {
    font-size: 18px;
    font-weight: normal;
    color: #393939;
    font-weight: 600;
    margin-bottom: 15px;
}


.powermail_field_error_container.powermail_field_error_container_marker_01 {
    margin-top: 10px;
}

.checkbox {
    vertical-align: top;
    cursor: pointer;
}

.checkbox label {
    display: flex;
    align-items: baseline;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    margin-right: 10px;
}

.powermail_fieldwrap.powermail_fieldwrap_type_captcha .powermail_field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.powermail_field_error_container.powermail_field_error_container_marker_01 {
    clear: both;
    width: 100%;
}

input#powermail_field_marker_01 {
    width: 49%;
}

.tx-powermail h3,
legend.powermail_legend {
    display: none;
}

.tx-powermail {
    margin-top: 2em;
}

.powermail-errors-list {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0;
    list-style: none;
    padding: 8px 10px;
    border-radius: 4px;
}

.powermail-errors-list li {
    color: #721c24;
    font-size: 16px;
    margin-bottom: 0 !important;
}

/*-------------service--section -------------*/
.service--section figure.image {
    width: 120px;
    height: 110px;
    margin: 0 auto 25px auto;
}

.service--section h3 a {
    color: #7C7C7B;
    text-decoration: none;
}

.service--section .ce-row {
    position: relative;
}

.service--section .ce-column:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service--section .ce-textpic:hover .ce-column:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.service--section .ce-textpic:hover h3 a {
    color: #BA2E7E;
}

.service--section .ce-textpic.ce-center.ce-above {
    margin-bottom: 6em;
}

/* ----------------------------------------- */
/* ----------------------------------------- */
.ce-col.col-md-4 .tx-videogrid .col-4 {
    margin-bottom: 35px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.video--tit {
    padding: 4em 0em 0 0;
}
.video--grid {
    padding: 3em 0;
}
.video--grid .tx-videogrid .col-4 {
    margin-bottom: 35px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 32%;
    max-width: 32%;
    background-color: #7C7C7B;
    border-radius: 35px;
    margin: 0 8px 40px 8px;
    padding: 2em 1em;
}
.tx-videogrid .col-4 {
    margin-bottom: 35px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.videoBlock {
    position: relative;
}

video {
    width: 100%;
}

.videoBlock.stndalone img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.video-txt.stndalone h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin: 20px 0 -11px 0;
    text-transform: uppercase;

}

.videoBlock.stndalone i {
    font-size: 60px;
    top: 50%;
    left: 50%;
    /* margin-left: -30px;
    margin-top: -30px; */
    width: 60px;
    height: 60px;
}

.videoBlock a {
    color: #EFEFEF;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    background: rgba(255 255 255 / 50%);
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
    height: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 25px;
}

.videoBlock a:hover {
    background: rgba(57 57 57 / 0%);
}

.videoBlock h5 {
    color: #484848;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 2em;
}

.videoBlock i {
    font-size: 90px;
    margin-bottom: 0;
    animation: pulse 2s infinite;
    border-radius: 50%;
    color: #fff;
}

/* .tx-videogrid {
    padding-top: 1.5rem;
} */

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.videoBlock.stndalone {
    position: relative;
}

/*  ---------------------------------------------------- */
.img-row .owl-carousel .owl-item img {
    border-radius: 25px;
    object-fit: cover;
}
.owl-container .owl-carousel .owl-nav button.owl-next,
.owl-container .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 5px !important;
    background: #fff !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e9e9e9;
}

.innerImg {
    position: relative;
}

.topTxt {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.owl-container .owl-carousel .owl-nav button.owl-next,
.owl-container .owl-carousel .owl-nav button.owl-prev {
    font-size: 35px;
}

.owl-container .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #393939;
    text-decoration: none;
    outline: none;
}

.topTxt p {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 70px;
    font-weight: 400;
    line-height: 76px;
    text-align: center;
}


/* -------------------------------------------------------------- */
.termina-h {
    position: relative;
}

.termina-h a {
    position: relative;
    z-index: 10;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;

}

.termina {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    padding: 15px;
    right: -12px;
    top: 29px;
    z-index: 1000;
    width: 0;
    width: 355px;
}

.termina .container {

    border-radius: 0px;
    background: #7C7C7B;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 0;
    max-width: 100%;
    padding: 15px;
    margin: 0;
}


.termina table.contenttable {
    width: 100%;
    text-align: left;
}

.termina table.contenttable tr td:first-child {
    white-space: nowrap;
    vertical-align: top;
    padding-right: 10px;
}

.termina table.contenttable td {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 1px 4px;
}

/* ---------- */
span.termina-h .row {
    margin: 0;
}

hr {
    margin-top: 0;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid #E5E5E5;
}

/* //////////// teaser ///////////// */


.teaser--section .tx-videogrid .col-4 {
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*  ////////////////////////// */

.accordion-item {
    border: 1px solid #7C7C7B;
    margin-bottom: 1em;
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); */
    background-color: #fff;
    border-radius: 25px;
}

.accordion-header {
    margin: 0;
    display: block;
    line-height: unset;
    border-radius: 0;

    background-color: transparent;
    z-index: 1;
    position: relative;
}

.accordion-button {
    padding: 0;
    border: none;
    background: transparent;
    outline: none !important;
    height: auto;
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 24px;
    color: #7C7C7B;
    /* text-transform: uppercase; */
    padding: 10px 30px;

}

/* .active--collapse .accordion-button {
    color: #BA2E7E;
} */
.accordion-item.active--collapse {
    border: 1px solid #BA2E7E;
}

.accordion-body {
    padding: 15px 30px;
}


.accordion-header::before {
    content: '\f067';
    position: absolute;
    right: 20px;
    color: #7C7C7B;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    z-index: -1;
}

.active--collapse .accordion-header::before {
    content: '\f068';
    position: absolute;
    right: 20px;
    color: #7C7C7B;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    z-index: -1;
}


.accordion-body table.contenttable td {
    padding-bottom: 20px;
}

.accordion-body img {
    margin-right: 20px;
}

.accordion-item header {
    display: none
}

/* grid teaser */

.row.row-cols {
    margin: 0;
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(100px, auto);

}

.first-col {
    -ms-grid-column: 1;
    grid-column: 1 / 1;
    -ms-grid-row: 1;
    grid-row: 1;
    background-color: #7C7C7B;
    padding: 40px;
    border-radius: 30px;
}

.second-col {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    background-color: #BA2E7E;
    padding: 40px;
    border-radius: 30px;
}

.second-col figure.image {
    width: 383px;
    margin: 0 auto;
    margin-top: -86px;
}

.third-col {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2 / 3;
    background-color: #E5E5E5;
    border-radius: 25px;
    /* height: 340px; */
    padding: 0 18px;
}

.third-col figure.image {
    width: 300px;
}

.third-col .ce-textpic.ce-center.ce-above {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-row img.image-embed-item {
    border-radius: 25px;
    object-fit: cover;
}
.img-row figure{
    margin: 0;
}

.second-col p,
.second-col li {
    color: #676767;
}

/* faqs */
.faqs--section figure.image {
    width: 100px;
    margin: 0 auto 30px auto;
}

.faqs--section .container.container-full-width {
    padding: 2em 3em;
    background-color: #E5E5E5;
    border-radius: 25px;
    margin: 0 auto;
    width: calc(100% - 150px);
}

.yellow--section figure.image {
    width: 100px;
    margin: 0 auto 30px auto;
}
.yellow--section .ce-col.col-md-4 figure.image img {
    border-radius: 25px;
}
.yellow--section .container.container-full-width {
    padding: 2em 3em;
    background-color: #BA2E7E;
    border-radius: 25px;
    margin: 0 auto;
    width: calc(100% - 150px);
}
.yellow--section h2, .yellow--section p, .yellow--section ul li{
    color: #fff;
}
.yellow--section .ce-col.col-md-4 figure.image, .yellow--section .ce-col.col-md-2 figure.image {width:100%}
/* ------ */
.shortCuts--block .arrow--link {
    display: block;
    color: #fff;
    background-color: #BA2E7E;
    padding: 0px 14px 0 10px;
    margin-bottom: -5px;
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 250px;
    text-decoration: none;
}


.shortCuts--block {
    position: relative;
    z-index: 10;
    right: -2px;
}

.arrow--icon {
    position: absolute;
    right: 0;
}

.icon--1 {
    top: 13px;
    right: -250px;
    transition: all 0.2s ease-out;
    transition-delay: 0.2s;
    position: absolute;
}

.icon--2 {
    top: 60px;
    right: -250px;
    transition: all 0.2s ease-out;
    transition-delay: 0.2s;
    position: absolute;
}

.icon--3 {
    top: 110px;
    right: -250px;
    transition: all 0.2s ease-out;
    transition-delay: 0.2s;
    position: absolute;
}

span.arrow--icon__hover1:hover ~ .icon--1,
span.arrow--icon__hover2:hover ~ .icon--2,
span.arrow--icon__hover3:hover ~ .icon--3 {
    right: 0;
    transition: all 0.2s ease-in;
    transition-delay: 0s;
}

span.arrow--icon__hover1 {
    position: absolute;
    background: transparent;
    width: 30px;
    height: 30px;
    top: 16px;
    content: '';
    right: 0px;
    z-index: 1;
}

span.arrow--icon__hover2 {
    position: absolute;
    background: transparent;
    width: 30px;
    height: 30px;
    top: 70px;
    content: '';
    right: 0px;
    z-index: 1;
}

span.arrow--icon__hover3 {
    position: absolute;
    background: transparent;
    width: 30px;
    height: 200px;
    top: 120px;
    content: '';
    right: 0px;
    z-index: 18;
}

.arrow--icon .arrow--icon_block:before {
    content: '';
    background-image: url(/fileadmin/user_upload/riba/Polygon_kids.svg);
    width: 89px;
    height: 90px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
    top: -24px;
    background-size: contain;
}

.shortCuts--block .arrow--link i {
    position: absolute;
    left: -19px;
    top: 18px;
    font-size: 14px;
}

span.icon--3 .container {
    padding: 0;
    background: #BA2E7E;
    width: 253px;
    margin-left: -11px;
    padding: 10px;
    margin-top: -5px;
}
span.icon--3 table.contenttable td {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 1px 2px;
    vertical-align: top;
}

footer {
    overflow: hidden;
}


.team--member {
    position: relative;
    padding: 2em 0;
    margin: 4em 0;
    overflow: hidden;
}

.team--member:before {
    content: '';
    width: 90%;
    height: 100%;
    background-color: #E5E5E5;
    display: block;
    position: absolute;
    border-radius: 25px;
    top: 0;
    left: 5%;
    z-index: -1;
}
.team--member figure.image{
    position: relative;
    z-index: 2;
    margin: 0;
}
.team--member figure.image img{
    border-radius: 25px;
}
.team--member .accordion{margin-top: 2em;}
p.pinkColor {
    color: #BA2E7E;
}
p.yellowColor{
    color: #DBCD32;
}
.team--member:after {
    content: '';
    background-image: url(/fileadmin/user_upload/riba/bg-shape.svg);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    width: 500px;
    height: 500px;
    top: -128px;
    right: -45px;
    display: block;
    background-size: cover;
    z-index: -1;
    transform: rotate(-45deg);
}
.team--member.teamShape:after{
    content: '';
    background-image: url(/fileadmin/user_upload/riba/bg-shape.svg);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    width: 500px;
    height: 500px;
    top: -55px;
    right: 50px;
    display: block;
    background-size: cover;
    z-index: -1;
    transform: rotate(0deg);
}