::before, ::after{
    pointer-events: none;
}
@font-face {
    font-family: Baskerville-Italic;
    src: url(/templates/look4website/fonts/BASKERI.woff) format('woff');
    font-style: italic;
}

@font-face {
    font-family: Baskerville;
    src: url(/templates/look4website/fonts/BASKERN.woff) format('woff');
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(/templates/look4website/fonts/OpenSans-Regular.woff) format('woff');
}
html {
    overflow-x: hidden;
}
body * {
    font-family: OpenSans-Regular !important;
}
p {
    text-align: justify;
}

.dj-offcanvas {
    width: 100% !important;
}

.custom-menu-row {
    height: 100%;
}

ul.dj-mobile-custom344 li.dj-mobileitem a {
    border: none !important;
    background: white !important;
    color: #093344 !important;
    font-size: 4rem !important;
    text-transform: uppercase;
    transition: 1s ease;
    position: relative;
    width: fit-content;
    padding-left: 0;
    padding-bottom: 0.7rem;
    font-style: normal;
    font-family: Baskerville;
}

.rektis-cu-menu-nav ul li a:hover {
    font-style: italic;
    transition: 1s ease;
}

.rektis-cu-menu-nav ul li a::after {
    content: " ";
    width: 0%;
    height: 2px;
    background: #093344;
    position: absolute;
    left: 0;
    bottom: 0;
}

.rektis-cu-menu-nav ul li a:hover::after {
    width: 100%;
    transition: 1s ease;
}

.menu-col-2 {
    background: white;
}

.dj-mobileitem span.toggler {
    display: none !important;
}

.dj-offcanvas-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.custom-menu-link {
    width: 100%;
    margin-top: 12rem;
    font-size: 25px;
}

.custom-menu-link a {
    color: #093344 !important;
}

.custom-menu-link a:hover {
    text-decoration: none !important;
    color: #093344!important;
}

.dj-mobile-custom344 {
    margin-top: 5rem !important;
}

.col-soc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 5rem;
}

.col-soc ul {
    list-style-type: none !important;
    padding-left: unset !important;
}

.col-soc ul li a {
    margin-left: unset !important;
    color: #093344 !important;
    font-size: 25px !important;
    text-transform: uppercase !important;
}

.col-soc ul li a:hover {
    text-decoration: none !important;
    color: #093344 !important;
}

.soc-container {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

body {
    background: #EDE6E2 !important;
}

.dj-mobileitem.deeper.parent .dj-mobile-nav-child {
    max-height: 1000px !important;
    opacity: 0;
    transition: 0.3s ease-in;
}

.dj-mobileitem.deeper.parent:hover .dj-mobile-nav-child {
    opacity: 1;
    transition: 0.3s ease-out;
}

.social-title {
    color: #093344;
    font-size: 30px;
    text-align: right;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}

.col-soc ul li {
    padding-bottom: 0.5rem !important;
    text-align: right;
}

.top-menu-col {
    display: flex;
    justify-content: flex-end;
}

span.fa.fa-close {
    color: #093344;
}

div.black-lines-top {
    position: relative;
    z-index: 100000;
}

div.black-lines-top::before {
    content: " ";
    background: #093344;
    position: absolute;
    z-index: 999999;
    width: 95%;
    height: 1px;
    top: 7rem;
}

div.black-lines-top::after {
    content: " ";
    background: #093344;
    position: absolute;
    z-index: 999999;
    width: 1px;
    height: 11rem;
    top: 0;
    right: 14%;
}

.dj-mobile-nav-child {
    display: flex !important;
}

ul.dj-mobile-custom344 .dj-mobile-nav-child li a {
    font-size: 15px !important;
    text-transform: unset !important;
}

.logo-wrapper {
    margin-top: 2rem;
}

.navbar-brand {
    margin-top: 1rem;
}

.dj-offcanvas.dj-offcanvas-custom344 {
    overflow: hidden !important;
}

.logotop {
    width: 6.5rem;
    margin-left: 6rem;
    margin-top: 1rem;
}

.margin-row {
    margin-top: 4rem;
    position: relative;
    z-index: 2;
}
div#homeSection1 {
    margin-top: -8rem;
    padding-top: 12rem;
}
.hs1img2 {
    position: absolute;
    left: -15rem;
    top: -28rem;
    z-index: 1;
}

.hs1col-link {
    z-index: 1;
}

.hs1Link {
    margin-top: 9rem;
    position: relative;
}

.hs1col-link::after {
    content: " ";
    width: 38rem;
    height: 31rem;
    background: white;
    position: absolute;
    right: -38rem;
    top: 2rem;
    z-index: -1;
}

.hs1-image-container {
    height: 37rem;
    overflow: hidden;
    width: 45rem;
}

.hs1row2 {
    margin-top: 2rem;
}

.hs1-container {
    width: 80%;
}

.hs1-container {
    margin-left: auto;
}

.hs1-container h1 {
    line-height: 3rem;
    font-size: 2.8rem;
    font-family: Baskerville;
}

.hs1-container p {
    width: 80%;
    margin-top: 2rem;
    font-size: 1rem;
}

.hs1Link::before {
    content: " ";
    width: 0.8rem;
    height: 0.8rem;
    transform: rotate(-45deg);
    border-left: 1px solid #093344;
    border-bottom: 1px solid #093344;
    position: absolute;
    left: -1.5rem;
    top: 0.2rem;
}

a {
    color: #093344 !important;
}

a:hover {
    text-decoration: none !important;
    color: #093344 !important;
}

.hs2row {
    z-index: 2;
    position: relative;
    background: white;
    margin-top: 4rem;
    height: 40rem;
    padding-left: 5rem;
    padding-right: 3rem;
}

.hs2image {
    overflow: hidden;
    width: 36rem;
    height: 36rem;
    display: flex;
    position: absolute;
    bottom: -2rem;
    left: 2rem;
}

.hs2-container {
    margin-left: 4rem;
    margin-top: 3rem;
    padding-right: 16rem;
}

.hs2-sub.rektis-sub {
    /* font-style: italic; */
    font-size: 1.3rem;
    color: #093344;
}

.home-section-title {
    color: #093344;
    font-size: 3rem;
    font-family: Baskerville;
}

.hs2-container p,
.hs4-container p {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #093344;
}

.rektis-button {
    margin-top: 4rem;
}

.rektis-button a {
    position: relative;
    padding: 1rem 1.5rem;
    font-family: Baskerville;
}

.rektis-button a::after {
    content: " ";
    width: 100%;
    height: 100%;
    border-top: 1px solid #093344;
    border-right: 1px solid #093344;
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    transition: 0.2s ease-in-out;
}

.rektis-button a::before {
    content: " ";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #093344;
    border-left: 1px solid #093344;
    position: absolute;
    top: 0;
    right: 0.5rem;
    transition: 0.2s ease-in-out;
}

.rektis-button a:hover::before {
    right: 0;
    transition: 0.2s ease-in-out;
}

.rektis-button a:hover::after {
    left: 0;
    transition: 0.2s ease-in-out;
}

.hs3-title-container {
    margin-top: 10rem;
}

.hs3-sub {
    font-size: 1.2rem;
}

.hs3-title {
    font-size: 3rem;
    font-family: Baskerville;
    position: relative;
    z-index: 2;
}

.home-services-container {
    max-width: 84%;
    margin: auto;
    margin-right: 9rem;
}

.h-services-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 5rem;
    font-family: Baskerville;
}

.h-services-text {
    padding-left: 1.5rem;
    margin-top: 3rem;
}

.h-services-text p {
    font-size: 1rem;
    z-index: 5;
    position: relative;
}

.home-services-container .rektis-button {
    margin-top: 2rem;
    padding-left: 1.5rem;
}

.h-services-row {
    margin-top: 6rem;
}

.s-col-left,
.s-col-right {
    position: relative;
}

.h-services-text-left p::before {
    content: " ";
    position: absolute;
    height: 20rem;
    width: 1px;
    background: #093344;
    z-index: 10;
    top: 0;
    left: -2.7rem;
}

.h-services-title-left::after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 40rem;
    background: #093344;
    z-index: 10;
    bottom: -1rem;
    left: 0;
}

.h-services-text-right p::before {
    content: " ";
    position: absolute;
    height: 20rem;
    width: 1px;
    background: #093344;
    z-index: 10;
    top: 0;
    left: -2.5rem;
}

.h-services-title-right::after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 40rem;
    background: #093344;
    z-index: 10;
    bottom: -1rem;
    right: 0;
}

#stitle1,
#stitle2,
#stitle3,
#stitle4 {
    position: relative;
}

#stitle1::before,
#stitle2::before,
#stitle3::before,
#stitle4::before {
    font-size: 0.8rem;
    float: left;
    margin-top: 0.4rem;
    padding-right: 0.5rem;
}

#stitle1::before {
    content: "01";
}

#stitle2::before {
    content: "02";
}

#stitle3::before {
    content: "03";
}

#stitle4::before {
    content: "04";
}

.hs4row {
    z-index: 2;
    position: relative;
    background: white;
    margin-top: 8rem;
    height: 50rem;
    padding-left: 0rem;
    padding-right: 5rem;
    width: 80%;
    transform: translateX(16rem);
}

.hs4image {
    overflow: hidden;
    width: 33rem;
    height: 35rem;
    display: flex;
    position: absolute;
    bottom: 9rem;
    left: -15rem;
}

.hs4-container {
    margin-left: -10rem;
    padding-right: 10rem;
}

.hs4-container p {
    width: 90%;
}

.hs5row {
    margin-top: 10rem;
}

.hs5image {
    width: 85%;
    margin-left: auto;
}

.hs5-container p,
.hs5-container .rektis-button {
    padding-left: 3rem;
}

.hs5-container p {
    margin-top: 2rem;
    font-size: 1.1rem;
}

.z-col {
    z-index: 1;
}

.cta-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #093344;
    height: 12rem;
    position: relative;
    z-index: 0;
    margin-top: -1rem;
}

.rektis-button.team-button.cta-button {
    margin-top: unset !important;
    width: fit-content;
}

.cta-banner a {
    color: white !important;
    text-decoration: none !important;
}

.h-services-img {
    overflow: hidden;
    display: inline-block;
}

.h-services-img img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.h-services-img img:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.footer-container-1 ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-container-1 ul li {
    margin: 0 3rem;
}

.footer-container-1 ul li a {
    color: #093344 !important;
    font-size: 2.5rem;
}

.cu-footer-row {
    max-width: 1000px;
    margin: auto;
}

.cu-footer-row-2 ul.uk-list.uk-list-line {
    display: flex;
    list-style: none !important;
    justify-content: space-around;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.cu-footer-row-2 ul.uk-list.uk-list-line li,
.cu-footer-row .navbar-nav {
    text-transform: uppercase;
}

.cu-footer-row .navbar-nav {
    text-align: center;
}

.cu-footer-row .navbar-nav li {
    line-height: 1.8rem;
}

.cu-footer-row-2,
.cu-footer-row {
    margin-top: 3rem;
}

.footer-news-col {
    padding-left: 5rem;
}

body {
    color: #093344 !important;
}

.newsletter-title {
    font-style: italic;
}

.acymailing_form input,
.footer-news-col,
table.acymailing_form,
.cu-footer-row .acysubbuttons button {
    width: 100% !important;
}

table.acymailing_form .acyfield_email input,
table.acymailing_form .acyfield_email input:focus {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #093344;
    background: transparent;
    outline: none !important;
}

.newsletter-title {
    margin-bottom: 0.5rem;
}

ul.dj-mobile-custom344 li.dj-mobileitem ul.dj-mobile-nav-child li a::after {
    display: none;
}

ul.dj-mobile-custom344 li.dj-mobileitem ul.dj-mobile-nav-child li a:hover {
    font-style: normal !important;
}

.cu-footer-row .acysubbuttons button,
.cu-footer-row .acysubbuttons button:focus,
.cu-footer-row .acysubbuttons button:active {
    margin-top: 1rem;
    position: relative;
    background: transparent !important;
    background-color: transparent !important;
    color: #093344 !important;
    border: none;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-family: Baskerville;
}

.cu-footer-row .acysubbuttons button::before {
    content: " ";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #093344;
    border-left: 1px solid #093344;
    position: absolute;
    top: 0;
    right: 0.5rem;
    transition: 0.2s ease-in-out;
}

.cu-footer-row .acysubbuttons button::after {
    content: " ";
    width: 100%;
    height: 100%;
    border-top: 1px solid #093344;
    border-right: 1px solid #093344;
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    transition: 0.2s ease-in-out;
}

.cu-footer-row .acysubbuttons button:hover::before {
    right: 0;
    transition: 0.2s ease-in-out;
}

.cu-footer-row .navbar-nav li a,
.footer-info-link,
.cu-footer-row-2 ul.uk-list.uk-list-line li a {
    font-family: Baskerville;
}

.cu-footer-row .acysubbuttons button:hover::after {
    left: 0;
    transition: 0.2s ease-in-out;
}

.footer-container-1 ul li a {
    position: relative;
    font-family: Baskerville;
}

.footer-container-1 ul li a::after {
    content: " ";
    width: 0%;
    height: 2px;
    background: #093344;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
}

.footer-container-1 ul li a:hover::after {
    width: 100%;
    transition: 0.2s ease-in-out;
}

.footer-container-1 {
    padding-top: 5rem;
}

section#tm-bottom-c {
    background: url(../../../images/folder/logo-footer.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-title-logo img {
    max-width: 100%;
    height: auto;
}

.page-title-logo {
    width: 12rem;
    margin-left: 1rem;
}

.page-title {
    font-size: 3.5rem;
    color: white;
    font-family: Baskerville;
}

.container-fluid.about-container-1 {
    padding-top: 8rem;
    padding-bottom: 1rem;
}

body.about .tm-container.container.center.tm-container-large {
    max-width: 100% !important;
    padding: unset !important;
    background: #093344 !important;
    overflow-x: hidden;
}

.row.form-row {
    margin-bottom: 4rem;
}

.rektis-form-container {
    max-width: 80%;
    margin: auto;
}

body.about .tm-main.uk-width-medium-1-1 {
    width: 100%;
}

body.contact .tm-main.uk-width-medium-1-1 {
    width: 75%;
    max-width: 75% !important;
    margin: auto;
}

body.contact .tm-container.container.center.tm-container-large {
    max-width: 100% !important;
    margin-bottom: 8rem;
}

.about-image {
    margin: auto;
    
}

.about-container-2 {
    background: #EDE6E2;
    
    padding-bottom: 5rem;
}

/* .about-container-1 {
    margin-bottom: -14rem;
} */



.about-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    font-family: Baskerville;
}

.about-container-inner {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 5rem;
}
.biography .about-container-inner {
    padding-bottom: 5rem;
    margin-top: 11rem;
}
.biography div#aboutSection2 {
    text-align: center;
}

.quotes-row {
    position: relative;
}

.quotes-row::before {
    content: " ";
    height: 1px;
    background: white;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 0;
}

.about-quotes {
    text-align: center;
    background: #EDE6E2;
    z-index: 2;
    position: relative;
    font-size: 1.5rem;
    /* font-weight: bold; */
    display: inline-block;
    padding: 0px 2rem;
    margin: auto;
    font-family: Baskerville;
}

.col-sm-2.col-quotes {
    justify-content: center;
    display: flex;
}

.about-container-3 {
    background: white;
    padding-top: 3rem;
}

.about-quote-block {
    display: flex;
    flex-direction: row-reverse;
}

.about-quote-block {
    font-weight: bold;
    margin: auto;
    width: 100%;
    position: relative;
}

.about-quote-block p {
    width: 70%;
    font-size: 1.4rem;
    margin: auto;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: bold;
    font-family: Baskerville;
    line-height: 1.5rem;
    padding-left: 1rem;
    position: relative;
}

.about-quote-title {
    font-size: 4rem;
    position: absolute;
    top: 0.4rem;
    left: 3rem;
    font-family: Baskerville;
    font-weight: normal;
    line-height: 1rem;
}

.about-quote-block p::after {
    content: " ";
    background: #093344;
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: -2rem;
    left: 11.5rem;
}

.about-text {
    width: 100%;
    margin: auto;
    margin-top: 2rem;
    text-align: left;
    font-size: 1.1rem;
}
div#aboutSection4 .cu-slider-container-2 p:not(:first-child) {
    display: none;
}
.about-columns-row {
    margin-top: 8rem;
}

.about-column-title {
    color: #BBBBBB;
    font-size: 3rem;
    width: 90%;
    margin: auto;
    font-family: Baskerville;
}

.about-column-text {
    width: 90%;
    margin: auto;
    font-size: 1rem;
}

.about-col1 {
    border-left: 1px solid #093344;
}

.col-sm-6.about-col2 {
    border-left: 1px solid #093344;
    border-right: 1px solid #093344;
}

.rektis-button.about-column-button {
    width: 90%;
    margin: auto;
    margin-top: 3rem;
}

.about-container-4 {
    background: white;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.coursel-our-team {
    margin-top: 5rem;
}

.col-lg-6.slider-col-2 {
    background: #093344;
}

.team-description {
    color: white;
}

.team-button.rektis-button a {
    color: white !important;
}

.team-button.rektis-button a::before {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

.team-button.rektis-button a::after {
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.team-col {
    width: 40%;
    margin-left: 10rem;
    margin-top: 5rem;
}

.slider-col-2 {
    position: relative;
}

.carousel-nav-tabs {
    position: absolute;
    height: 8rem;
    width: 30%;
    bottom: 0;
    left: 0;
}

#carousel-nav-tabs-left,
#carousel-nav-tabs-right {
    background: #04212D;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel-nav-tabs-left img,
#carousel-nav-tabs-right img {
    width: 10%;
}

.slider-col-2,
.slider-col-1 {
    min-height: 600px;
}

.team-image img {
    max-width: 100%;
    height: auto;
}

.slider-wrapper {
    width: 50%;
    height: 100%;
}

.team-name,
.team-pos {
    text-align: center;
}

.team-name {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-family: Baskerville;
}

.team-pos {
    margin-top: 1rem;
    letter-spacing: 0.3rem;
    font-size: 0.8rem;
}

body.contact .list-group-item {
    background-color: transparent;
    border: none !important;
}

body.contact strong.formRequired {
    display: none;
}

body.contact .formResponsive .formHorizontal .formControls {
    margin-left: unset !important;
}

body.contact input#Name,
body.contact input#Surname,
body.contact input#EMAIL,
body.contact input#PHONE,
body.contact input#COMPANY,
body.contact input#SUBJECT,
body.contact textarea#DESCRIPTIONMESSAGE,
body.contact .rsform-block-i-agree .formBody {
    width: 100% !important;
    padding: 1.1rem 0.4rem;
    background: transparent;
    border: none;
    border-bottom: solid 1px black;
    box-shadow: none;
    border-radius: unset !important;
    font-weight: bold;
    font-family: Baskerville;
}

textarea#DESCRIPTIONMESSAGE {
    background: white !important;
    border-bottom: none !important;
}

input#services0,
input#services1,
input#services2,
input#services3 {
    visibility: hidden !important;
}

.formBody.service-button {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.service-button label {
    position: relative;
    margin-left: 1rem;
    padding: 1.7rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.4rem;
    font-size: 1.1rem;
    cursor: pointer;
}

.rektis-form-container-big {
    max-width: 100%;
    width: 100%;
}

.service-button label::before,
.submit_wrapper::before {
    content: " ";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #093344;
    border-left: 1px solid #093344;
    position: absolute;
    top: 0;
    right: 0.5rem;
    transition: 0.2s ease-in-out;
    z-index: 1;
}

.service-button label::after,
.submit_wrapper::after {
    content: " ";
    width: 100%;
    height: 100%;
    border-top: 1px solid #093344;
    border-right: 1px solid #093344;
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    transition: 0.2s ease-in-out;
    z-index: 1;
}

.submit_wrapper:hover::after {
    left: 0rem;
    transition: 0.2s ease-in-out;
}

.submit_wrapper:hover::before {
    right: 0rem;
    transition: 0.2s ease-in-out;
}

.rsform-block-services .formControlLabel {
    font-size: 1.4rem;
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 1.5rem;
    font-family: Baskerville;
}

body.contact .rsform-block-i-agree .formBody {
    border-bottom: none !important;
}

input#Apostoli {
    padding: 1rem 3rem;
    background: transparent;
    color: white;
    box-shadow: none !important;
    outline: none !important;
    border: none!important;
    font-size: 1.1rem;
    font-family: Baskerville;
    background: #093344;
    border-radius: unset !important;
}

.submit_wrapper {
    position: relative;
}

#services0:checked+label[for="services0"]::before {
    right: 0;
}

#services0:checked+label[for="services0"]::after {
    left: 0;
}

#services0:checked+label[for="services0"] {
    background: white !important;
}

#services1:checked+label[for="services1"]::before {
    right: 0;
}

#services1:checked+label[for="services1"]::after {
    left: 0;
}

#services1:checked+label[for="services1"] {
    background: white !important;
}

#services2:checked+label[for="services2"]::before {
    right: 0;
}

#services2:checked+label[for="services2"]::after {
    left: 0;
}

#services2:checked+label[for="services2"] {
    background: white !important;
}

#services3:checked+label[for="services3"]::before {
    right: 0;
}

#services3:checked+label[for="services3"]::after {
    left: 0;
}

#services3:checked+label[for="services3"] {
    background: white !important;
}

.form-head-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

.rektis-form-div {
    font-size: 2rem;
    margin-top: 1rem;
    font-family: Baskerville;
}

.graph-title {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 3rem;
    font-family: Baskerville;
}

.graph-container {
    margin-top: 7rem;
    margin-bottom: 8rem;
    width: 90%;
    margin-left: 4rem;
    margin-right: auto;
}

.graph-image-wrapper img {
    max-width: 100% !important;
    height: auto !important;
}

body.graphology .tm-container.container.center.tm-container-large,
body.services .tm-container.container.center.tm-container-large {
    max-width: 100% !important;
}

body.graphology .tm-main.uk-width-medium-1-1,
body.services .tm-main.uk-width-medium-1-1 {
    width: 100%;
}

.graph-container-info {
    width: 70%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.graph-container-info.extra-description {
    width: 95%;
    margin-top: 2rem;
}

.graph-col-1-2,
.graph-col-1-1,
.graph-col-2-1,
.graph-col-2-2 {
    background: white;
}

.graph-tab-title-1,
.graph-tab-title-2 {
    display: inline-block;
    padding: 2.5rem 6rem;
    background: #093344;
    color: white;
    margin-top: 5rem;
    z-index: 2;
    font-family: Baskerville;
    font-size: 1.2rem;
}

.graph-tab-text-1, .graph-tab-text-2 {
    width: 70%;
    margin-right: auto;
    margin-left: 4rem;
    font-size: 1.1rem;
    margin-top: 8rem;
    margin-bottom: 3rem;
}

.graph-col-1-1 {
    position: relative;
}

.graph-col-1-1::before {
    content: " ";
    height: 100%;
    position: absolute;
    width: 85%;
    background: #EDE6E2;
    left: 0;
    top: 0;
    z-index: 0;
}

.graph-col-2-1 {
    min-height: 30rem !important;
}

.graph-tab-title-2 {
    margin-top: unset !important;
    background: #BBBBBB !important;
}

.graph-tab-text-2 {
    position: relative;
}

.graph-tab-text-2::before {
    content: " ";
    width: 100%;
    height: 1px;
    background: black;
    position: absolute;
    top: -3rem;
    left: 0;
}

.graph-tab-text-1 {
    margin-top: 5rem;
}

.service-image-wrapper img {
    max-width: 100% !important;
    height: auto !important;
}

.container-services {
    width: 80%;
    margin: auto;
    margin-bottom: 10rem;
    margin-top: 8rem;
}

.service-title {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: Baskerville;
    width: 40%;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.service-text {
    width: 65%;
    margin: auto;
    text-align: center;
    font-size: 1.1rem;
}
.service-row {
    margin-bottom: 10rem;
}

.service-tab-col-1,
.service-tab-col-2 {
    background: white !important;
}

#g-recaptcha-146 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.label-placeholder {
    display: none !important;
}

.submit_wrapper input {
    position: relative;
    z-index: 2;
}

/* #system-message-container {
    display: none;
} */

#system-message-container h2,
button.uk-alert-close.uk-close {
    display: none;
}

body.about .tm-navbar.bg-light {
    background-color: transparent !important;
}

body#mainbd.about div.black-lines-top::before {
    content: " ";
    background: #517482;
    position: absolute;
    z-index: 9999;
    width: 95%;
    height: 2px;
    top: 7rem;
}

body#mainbd.about div.black-lines-top::after {
    content: " ";
    background: #517482;
    position: absolute;
    z-index: 9999;
    width: 2px;
    height: 11rem;
    top: 0;
    right: 14%;
}

nav.tm-navbar {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background: transparent !important;
}

.onair-side-check {
    margin-top: 7rem;
}

div#dj-megamenu344mobile {
    width: 18rem;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    height: 11rem;
    background: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.dj-mobile-open-btn {
    background-color: transparent !important;
    margin-bottom: 3rem !important;
}

.cu-menu-icon {
    position: relative;
    DISPLAY: flex;
    justify-content: center;
    align-items: center;
}

.cu-menu-icon::after {
    content: url(../../../images/menu-burger.svg);
}

.cu-menu-icon::before {
    content: "MENU";
    font-size: 1rem;
    font-family: Baskerville;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.map-container {
    height: 20rem;
    margin-bottom: 5rem;
    width: 100%;
}

.h-services-img-left,
.h-services-img-right {
    position: relative;
    display: inline-block;
}

.h-services-img-left::before {
    content: " ";
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    width: 4rem;
    height: 4rem;
    border-top: 3px solid #093344;
    z-index: 2;
    border-right: 3px solid #093344;
}

.h-services-img-right::before {
    content: " ";
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 4rem;
    height: 4rem;
    border-top: 3px solid #093344;
    z-index: 2;
    border-left: 3px solid #093344;
}

.home-white-lines,
.home-white-lines-2 {
    position: relative;
}

.home-white-lines::before {
    content: " ";
    width: 2px;
    height: 200rem;
    background: white;
    z-index: 1;
    bottom: -200rem;
    left: 37.7rem;
    position: absolute;
}

.home-white-lines::after {
    content: " ";
    width: 2px;
    height: 200rem;
    background: white;
    z-index: 1;
    bottom: -200rem;
    right: -2rem;
    position: absolute;
}

.home-white-lines-2::after {
    content: " ";
    width: 2px;
    height: 200rem;
    background: white;
    z-index: 1;
    bottom: -215rem;
    right: 9rem;
    position: absolute;
}

body.tm-isblog .tm-container.container.center.tm-container-large {
    max-width: 75% !important;
}

body {
    overflow-x: hidden !important;
}

.col-md-6.s-col-img-right {
    padding-left: 1.7rem;
}

.services-info-container {
    width: 85%;
    margin: auto;
}

.services-info-container.services-info-container-right {
    margin: unset;
    padding-left: 1rem;
}

.cu-fix-footer {
    position: fixed;
    background: #F9F9F9;
    min-height: 490px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.cta-banner {
    margin-bottom: 34rem;
}

body.contact .form#userForm input,
body.contact .form#userForm input::placeholder {
    color: red;
}

.rsform-block-i-agree label {
    font-weight: normal;
    font-size: 0.8rem;
}

.formBody.service-button label {
    font-family: Baskerville;
}

.service-image-wrapper {
    position: relative;
}

.service-image-wrapper::before {
    content: " ";
    position: absolute;
    width: 2px;
    height: 20rem;
    background: white;
    bottom: -20rem;
    left: 0;
    z-index: 0;
}

.service-image-wrapper::after {
    content: " ";
    position: absolute;
    width: 2px;
    height: 40rem;
    background: white;
    bottom: -40rem;
    right: 0;
    z-index: 0;
}

.service-text {
    position: relative;
}

.service-text::after {
    content: " ";
    width: 80%;
    bottom: -4rem;
    background: white;
    height: 1px;
    left: 6rem;
    position: absolute;
}

.about-text-2 {
    font-size: 1rem;
    width: 73%;
    margin: auto;
    text-align: center;
}

.cu-slider-image img {
    max-width: 100% !important;
    height: auto !important;
}

.col-6.slide-text.owl-carousel.owl-theme.owl-loaded.owl-drag {
    background: #093344;
}

.cu-slider-container-2 {
    width: 40%;
    margin-left: 10rem;
    margin-top: 11rem;
    margin-bottom: 2rem;
}

.team-button {
    margin-top: 1.5rem !important;
    margin-left: 0.5rem;
}

.cu-slider-desc {
    color: white !important;
    font-size: 0.9rem;
}

.team-button a span {
    position: relative;
    padding: 1rem 1.5rem;
    color: white !important;
    font-size: 0.9rem;
}

.team-button a span::before {
    content: " ";
    pointer-events: none;
    height: 100%;
    width: 100%;
    right: -0.5rem;
    top: 0;
    border-top: 1px solid white;
    border-right: 1px solid white;
    position: absolute;
    transition: 0.2s ease-in-out;
}

.team-button a span::after {
    content: " ";
    pointer-events: none;
    height: 100%;
    width: 100%;
    left: -0.5rem;
    bottom: 0;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    position: absolute;
    transition: 0.2s ease-in-out;
}

.team-button a span:hover::before {
    transition: 0.2s ease-in-out;
    right: 0;
}

.team-button a span:hover::after {
    transition: 0.2s ease-in-out;
    left: 0;
}

.team-slider-row {
    min-height: 40rem;
    position: relative;
    max-height: 40rem;
}

.slide-text {
    position: relative;
}
.cu-slider-image {
    width: 50%;
    margin-left: auto;
}
.cu-slider-name, .cu-slider-position  {
    width: 50%;
    margin-left: auto;
}

.cu-slider-nav.row {
    position: absolute;
    width: 15%;
    height: 26%;
    z-index: 3;
    bottom: 0;
    left: 50%;
}

.cu-slider-nav-left-img,
.cu-slider-nav-right-img {
    display: inline-block;
    cursor: pointer;
}

.cu-slider-nav-left,
.cu-slider-nav-right {
    background: #04212D;
}

.cu-slider-name {
    text-align: center;
    margin-top: 2rem;
    font-family: Baskerville;
    font-size: 1.5rem;
}

.cu-slider-position {
    text-align: center;
    margin-top: 1rem;
    font-family: Baskerville;
    font-size: 0.9rem;
}

.cu-slider-container {
    position: relative;
}

.cu-slider-container::before {
    content: " ";
    position: absolute;
    z-index: 3;
    background: rgba(236, 230, 214, 0.9);
    width: 25%;
    height: 75%;
    top: 0;
    left: 0;
}

.cu-slider-container::after {
    content: " ";
    position: absolute;
    z-index: 3;
    background: white;
    width: 25%;
    height: 25%;
    bottom: 0;
    left: 0;
}

.team-slider-row::after {
    content: " ";
    position: absolute;
    z-index: 3;
    background: #093344;
    width: 20%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.team-slider-row::before {
    /* content: ' " '; */
    position: absolute;
    z-index: 3;
    color: white;
    font-size: 5rem;
    top: 6rem;
    right: 43%;
    z-index: 4;
    font-family: Baskerville;
}

a#topBtn {
    position: fixed;
    z-index: 95;
    bottom: 17%;
    right: 0%;
    display: flex;
    transform: rotate(-90deg);
    font-size: 0.9rem;
}

.topbtn1 {
    margin-right: 3rem;
    position: relative;
    font-family: Baskerville;
}

.topbtn2 {
    margin-left: 1rem;
    font-family: Baskerville;
}

.topbtn1::after {
    content: " ";
    width: 3rem;
    height: 1px;
    background: #093344;
    position: absolute;
    top: 50%;
    right: -3.5rem;
}

nav#rektis-scrollspy {
    position: fixed;
    z-index: 5;
    top: 50%;
    transform: rotate(90deg);
    left: -12rem;
}

a.rektis-nav-link {
    position: relative;
}

a.rektis-nav-link .rektis-nav-circle {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #BBBBBB;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

a.rektis-nav-link.active .rektis-nav-circle {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #BBBBBB;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

a.rektis-nav-link.active::before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #BBBBBB;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

div.scrollSpyline {
    height: 1px;
    width: 15rem;
    background: #BBBBBB;
    top: 0.8rem;
    left: 4rem;
    transform: translate(2rem, 1.3rem);
}

div#scrollSpyTitle {
    color: #BBBBBB;
    transform: rotate(180deg);
    min-width: 15rem;
    max-width: 15rem;
    margin-top: 0.5rem;
    min-height: 26px;
    margin-bottom: 8px;
}

.tm-page {
    background: #ECE4E1;
}

.rektis-cu-menu-container {
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    position: fixed !important;
    top: 0;
    background: white;
    visibility: hidden;
    background: transparent;
}

.rektis-cu-menu-img {
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 100%;
    top: 0;
    max-width: 35%;
}

.rektis-cu-menu-social {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rektis-cu-menu-social ul {
    list-style: none !important;
    padding-left: unset !important;
}

.rektis-cu-menu-social {
    position: absolute;
    bottom: 5%;
    right: 10%;
    text-align: right;
    font-size: 0.9rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    font-family: Baskerville;
    letter-spacing: 0.3rem;
}

.rektis-cu-menu-mail {
    position: absolute;
    right: 45%;
    bottom: 5%;
    font-size: 2rem;
    font-family: Baskerville;
}

.rektis-cu-menu-lang {
    position: absolute;
    top: 5%;
    right: 15%;
}

div#cu-menu-button-container {
    position: fixed;
    background: white;
    z-index: 99;
    top: 0;
    right: 0;
    width: 15%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.cu-menu-button-inner-container {
    position: fixed;
    background: white;
    top: 0;
    right: 0;
    width: 15%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.cu-menu-button {
    color: #093344;
    font-family: Baskerville;
    position: absolute;
    top: 0;
    transform: translate(-7rem, 3rem);
    right: 0;
    display: flex;
    transition: 0.5s ease-in-out;
}

.cu-menu-button::after {
    content: "";
}
/*Animation for menu container*/

@keyframes menuShow {
    0% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

@keyframes menuHide {
    0% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}

.rektis-cu-menu-container.cu-menu-show {
    animation-name: menuShow;
    animation-duration: 0.5s;
    transition-timing-function: ease-in-out;
    visibility: visible;
}

.rektis-cu-menu-container.cu-menu-hide {
    animation-name: menuHide;
    animation-duration: 0.5s;
    transition-timing-function: ease-in-out;
    visibility: hidden;
}
/*Animation for menu*/

@keyframes menuGrow {
    0% {
        width: 15%;
        height: 15%;
    }
    100% {
        width: 100vw;
        height: 100vh;
    }
}

@keyframes menuShrink {
    0% {
        width: 100vw;
        height: 100vh;
    }
    40% {
        width: 100vw;
        height: 100vh;
    }
    100% {
        width: 15%;
        height: 15%;
    }
}

div#cu-menu-button-container.cu-menu-button-grow {
    animation-name: menuGrow;
    animation-duration: 1s;
    transition-timing-function: ease-in-out;
    width: 100vw;
    height: 100vh;
}

div#cu-menu-button-container.cu-menu-button-shrink {
    animation-name: menuShrink;
    animation-duration: 1s;
    transition-timing-function: ease-in-out;
    width: 15%;
    height: 15%;
}

.cu-logo-top {
    display: inline-block;
    width: 7rem;
    position: fixed;
    top: 5%;
    left: 5%;
    z-index: 999999;
}

.rektis-cu-menu-nav ul li a {
    font-size: 3rem;
    color: #093344;
    font-family: Baskerville;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    display: inline-block;
}

.rektis-cu-menu-nav ul li a:hover {
    font-style: italic;
}

.rektis-cu-menu-nav ul li.parent .nav-item.dropdown ul {
    display: flex;
    flex-direction: row !important;
}

.rektis-cu-menu-nav ul li.parent .nav-item.dropdown ul li a {
    font-size: 0.9rem;
    text-transform: none;
    font-weight: bold;
}

.rektis-cu-menu-nav ul li.parent .nav-item.dropdown ul li a:hover {
    font-style: normal !important;
}

.rektis-cu-menu-nav ul li.parent .nav-item.dropdown ul li a:hover::after {
    display: none !important;
}

.rektis-cu-menu-nav ul li.parent .nav-item.dropdown ul li {
    margin-left: 1rem;
}

.rektis-cu-menu-nav {
    margin-left: 23rem;
}

.rektis-cu-menu-nav ul li.parent .nav-item.dropdown {
    visibility: hidden;
    transition: 0.2s ease-in-out;
}


.rektis-cu-menu-nav ul li.parent:hover .nav-item.dropdown {
    visibility: visible;
    transition: 0.2s ease-in-out;
}

.rektis-cu-menu-mail a {
    font-size: 2rem;
    font-family: Baskerville;
}

.rektis-cu-menu-social ul li a {
    margin-left: unset !important;
}

.rektis-cu-menu-social-title {
    font-weight: bold;
    font-family: Baskerville;
    font-style: italic;
}
/*Animation for image in custom menu*/

@keyframes menuImageSlide {
    0% {
        transform: translateX(-100%);
    }
    75% {
        transform: translateX(2%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes menuImageSlideRev {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.menu-image-slide {
    animation-name: menuImageSlide;
    animation-duration: 1s;
    transition-timing-function: ease-out;
}

.menu-image-slide-rev {
    animation-name: menuImageSlideRev;
    animation-duration: 0.5s;
    transition-timing-function: ease-out;
}
/*Animation for ul navigation in custom menu*/

@keyframes SlideIn {
    0% {
        transform: translateX(-100%);
    }
    75% {
        transform: translateX(5%);
    }
    100% {
        transform: translateX(0%);
    }
}

.rektis-cu-menu-nav ul li.slide-in {
    animation: SlideIn 1s ease-in-out;
}

.rektis-cu-menu-nav ul li.slide-in:nth-child(1) {
    animation-delay: 0.1s
}

.rektis-cu-menu-nav ul li.slide-in:nth-child(2) {
    animation-delay: 0.15s
}

.rektis-cu-menu-nav ul li.slide-in:nth-child(3) {
    animation-delay: 0.2s
}

.rektis-cu-menu-nav ul li.slide-in:nth-child(4) {
    animation-delay: 0.25s
}

.rektis-cu-menu-nav ul li.slide-in:nth-child(5) {
    animation-delay: 0.3s
}
/*Reverse Animation for ul navigation in custom menu*/

@keyframes SlideInRev {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.rektis-cu-menu-nav ul li.slide-in-rev {
    animation: SlideInRev 0.5s ease-in-out;
}

.rektis-cu-menu-nav ul li.slide-in-rev:nth-child(1) {
    animation-delay: 0.1s
}

.rektis-cu-menu-nav ul li.slide-in-rev:nth-child(2) {
    animation-delay: 0.15s
}

.rektis-cu-menu-nav ul li.slide-in-rev:nth-child(3) {
    animation-delay: 0.2s
}

.rektis-cu-menu-nav ul li.slide-in-rev:nth-child(4) {
    animation-delay: 0.25s
}

.rektis-cu-menu-nav ul li.slide-in-rev:nth-child(5) {
    animation-delay: 0.3s
}
/*Animation for social ul and title in custom menu*/

@keyframes SlideIn2 {
    0% {
        transform: translateX(20rem);
    }
    75% {
        transform: translateX(-2rem);
    }
    100% {
        transform: translateX(0rem);
    }
}

.rektis-cu-menu-social ul li.slide-in-2,
.rektis-cu-menu-social-title.slide-in-2 {
    animation: SlideIn2 1s ease-in-out;
}

.rektis-cu-menu-social ul li.slide-in-2:nth-child(1) {
    animation-delay: 0.1s
}

.rektis-cu-menu-social ul li.slide-in-2:nth-child(2) {
    animation-delay: 0.15s
}

.rektis-cu-menu-social ul li.slide-in-2:nth-child(3) {
    animation-delay: 0.2s
}

.rektis-cu-menu-social ul li.slide-in-2:nth-child(4) {
    animation-delay: 0.25s
}

.rektis-cu-menu-social ul li.slide-in-2:nth-child(5) {
    animation-delay: 0.3s
}
/*Reverse Animation for social ul and title in custom menu*/

@keyframes SlideIn2Rev {
    0% {
        transform: translateX(0rem)
    }
    100% {
        transform: translateX(20rem);
    }
}

.rektis-cu-menu-social ul li.slide-in-2-rev,
.rektis-cu-menu-social-title.slide-in-2-rev {
    animation: SlideIn2Rev 0.5s ease-in-out;
}

.rektis-cu-menu-social ul li.slide-in-2-rev:nth-child(1) {
    animation-delay: 0.1s
}

.rektis-cu-menu-social ul li.slide-in-2-rev:nth-child(2) {
    animation-delay: 0.15s
}

.rektis-cu-menu-social ul li.slide-in-2-rev:nth-child(3) {
    animation-delay: 0.2s
}

.rektis-cu-menu-social ul li.slide-in-2-rev:nth-child(4) {
    animation-delay: 0.25s
}

.rektis-cu-menu-social ul li.slide-in-2-rev:nth-child(5) {
    animation-delay: 0.3s
}
/*Animation for mail link in custom menu*/

@keyframes SlideUp {
    0% {
        transform: translateY(10rem);
    }
    75% {
        transform: translateY(-1rem);
    }
    100% {
        transform: translateY(0rem);
    }
}

@keyframes SlideUpRev {
    0% {
        transform: translateY(0rem);
    }
    100% {
        transform: translateY(10rem);
    }
}

.rektis-cu-menu-mail.slide-up {
    animation: SlideUp 1s ease-in-out;
    animation-delay: 0.5;
}

.rektis-cu-menu-mail.slide-up-rev {
    animation: SlideUpRev 0.5s ease-in-out;
    animation-delay: 0.5;
}
/*Animation for lang switcher in custom menu*/

@keyframes SlideRight {
    0% {
        transform: translateX(10rem);
    }
    75% {
        transform: translateX(-1rem);
    }
    100% {
        transform: translateX(0rem);
    }
}

@keyframes SlideRightRev {
    0% {
        transform: translateX(0rem);
    }
    100% {
        transform: translateX(10rem);
    }
}

.rektis-cu-menu-lang.slide-right {
    animation: SlideRight 1s ease-in-out;
    animation-delay: 0.5;
}

.rektis-cu-menu-lang.slide-right-rev {
    animation: SlideRightRev 0.5s ease-in-out;
    animation-delay: 0.5;
}

.cu-menu-icon-1 {
    position: relative;
    height: 1rem;
    width: 1.5rem;
    margin-left: 1rem;
}

.cu-menu-icon-2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.cu-menu-icon-1::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #093344;
    top: 0;
    left: 0;
    transition: 0.5 ease-in-out;
}

.cu-menu-icon-1::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #093344;
    bottom: 0;
    left: 0;
    transition: 0.5 ease-in-out;
}

.cu-menu-icon-2::before {
    content: " ";
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 1px;
    background: #093344;
    top: 50%;
    left: 0;
    transition: opacity .5s ease-in-out;
}

.cu-menu-icon-2::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #093344;
    bottom: 50%;
    left: 0;
}

.cu-menu-icon-1.menu-icon-anim-1::before {
    animation: Hide 1s ease-in-out;
    opacity: 0;
}

.cu-menu-icon-1.menu-icon-anim-1::after {
    animation: Hide 1s ease-in-out;
    opacity: 0;
}

.cu-menu-icon-2.menu-icon-anim-2::before {
    animation: Rotate1 1s ease-in-out;
    opacity: 1;
    transform: rotate(45deg);
}

.cu-menu-icon-2.menu-icon-anim-2::after {
    animation: Rotate2 1s ease-in-out;
    transform: rotate(-45deg);
}

.cu-menu-icon-1.menu-icon-anim-1-rev::before {
    animation: HideRev 1s ease-in-out;
    opacity: 1;
}

.cu-menu-icon-1.menu-icon-anim-1-rev::after {
    animation: HideRev 1s ease-in-out;
    opacity: 1;
}

.cu-menu-icon-2.menu-icon-anim-2-rev::before {
    animation: Rotate1Rev 1s ease-in-out;
    transform: rotate(0deg);
    opacity: 0;
}

.cu-menu-icon-2.menu-icon-anim-2-rev::after {
    animation: Rotate2Rev 1s ease-in-out;
    transform: rotate(0deg);
}

@keyframes Hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes HideRev {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes Rotate1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@keyframes Rotate1Rev {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes Rotate2Rev {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes Rotate2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

button.btn.dropdown-toggle.cu-rektis-lang::after {
    content: "\f107";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    font-family: FontAwesome;
    font-size: 2rem;
    border: unset;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

button.btn.dropdown-toggle.cu-rektis-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: unset;
    padding-right: 1rem;
}

button.btn.dropdown-toggle.cu-rektis-lang:focus {
    outline: 0;
    box-shadow: none !important;
}

.lang-block.dropdown-menu {
    visibility: hidden;
    transition: visibility 0.3s ease-in-out;
    -moz-transition-delay: 0.5s;
}

.lang-block.dropdown-menu.show {
    border: none !important;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 35px, 0px) !important;
    visibility: visible;
    transition: visibility 0.3s ease-in-out;
    -moz-transition-delay: 0.5s;
}

.btn-group.show button.btn.dropdown-toggle.cu-rektis-lang::after {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.rektis-cu-menu-img.menu-image-slide img {
    height: 100% !important;
}

div#sync2 {
    background: #093344;
}

.cu-menu-button {
    cursor: pointer;
}

.prevent-scroll {
    overflow: hidden;
}

body.teaser-service .tm-container.container.center.tm-container-large,
body.teaser-service .tm-main.uk-width-medium-1-1 {
    width: 100% !important;
    max-width: 100% !important;
}

.teaser-service-image-container img {
    max-width: 100% !important;
    height: 100% !important;
}

.yoo-zoo.product-services.product-services-ypiresies ul.list-group,
.yoo-zoo.product-services.product-services-ypiresies hr {
    display: none !important;
}

.submit_wrapper::before {
    display: none;
}

.submit_wrapper::after {
    display: none;
}

div#rektis-loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #EDE6E2;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;

}

.rektis-load-hide {
    display: none !important;
}

.rektis-loader-img img {
    max-width: 100% !important;
    height: auto !important;
}

.rektis-loader-img {
    width: 20%;
    margin: auto;
    position: relative;
    z-index: 1;
}

body.tm-isblog.error-404 .tm-container.container.center.tm-container-large,
body.tm-isblog.error-404 .tm-container.container.center.tm-container-large .tm-main.uk-width-medium-1-1 {
    width: 100%;
    max-width: 100% !important;
}

body.tm-isblog.error-404 h1.tm-error-headline {
    margin-top: 6rem;
    font-size: 5rem;
    font-family: Baskerville;
}

body.tm-isblog.error-404 h2.uk-h2.uk-text-muted {
    font-family: Baskerville;
}

p#error-404-button {
    margin-bottom: 5rem;
}

p#error-404-button a {
    font-size: 2rem;
}

.rektis-loader-img.rektis-loader-animate::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #EDE6E2;
    z-index: 2;
    top: 0;
    left: 0;
    animation: rektisLoader 1s ease-in-out;
}

.rektis-loader-animate {
    animation: rektisLoader 1s ease-in-out;
}

.row-teaser-services {
    position: relative;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding-bottom: 5rem;
}

.row-teaser-services::before {
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    left: 49.75%;
    width: 2px;
    background: white;
    z-index: 9;
}

h1.cat-title {
    text-align: center;
    font-size: 3rem;
    margin: 3rem 0rem;
    font-family: Baskerville;
}

.row-teaser-services:nth-child(4) .teaser-s-col-img,
.row-teaser-services:nth-child(2) .teaser-s-col-img {
    order: 2;
}

.teaser-s-col-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.teaser-service-title {
    font-family: Baskerville;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
}

.row-teaser-services .teaser-service-title::before {
    margin-top: 6px;
    margin-right: 10px;
    font-size: 0.9rem;
    float: left;
}
.row-teaser-services:nth-child(1) .teaser-service-title::before {
    content: "01";
}

.row-teaser-services:nth-child(2) .teaser-service-title::before {
    content: "02";
}

.row-teaser-services:nth-child(3) .teaser-service-title::before {
    content: "03";
}

.row-teaser-services:nth-child(4) .teaser-service-title::before {
    content: "04";
}

.row-teaser-services:nth-child(1) .teaser-service-title::after,
.row-teaser-services:nth-child(3) .teaser-service-title::after {
    content: " ";
    background: #093344;
    height: 1px;
    width: 150%;
    bottom: -1rem;
    right: 0;
    position: absolute;
}

.row-teaser-services:nth-child(2) .teaser-service-title::after,
.row-teaser-services:nth-child(4) .teaser-service-title::after {
    content: " ";
    background: #093344;
    height: 1px;
    width: 150%;
    bottom: -1rem;
    left: 0;
    position: absolute;
}

.row-teaser-services:nth-child(4) {
    padding-bottom: unset;
}

.teaser-service-button {
    margin-top: 4rem;
}

.teaser-service-button a span {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-family: Baskerville;
}

.teaser-service-button a span {
    position: relative;
}

.teaser-service-button a span::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 1px solid #093344;
    border-bottom: 1px solid #093344;
    bottom: 0;
    left: -0.5rem;
    transition: 0.2s ease-in-out;
}

.teaser-service-button a span::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 1px solid #093344;
    border-right: 1px solid #093344;
    top: 0;
    right: -0.5rem;
    transition: 0.2s ease-in-out;
}

.teaser-service-button a span:hover::after {
    right: 0rem;
    transition: 0.2s ease-in-out;
}

.teaser-service-button a span:hover::before {
    left: 0rem;
    transition: 0.2s ease-in-out;
}

@keyframes rektisLoader {
    0% {
        width: 100%;
        height: 100%;
    }
    100% {
        width: 0%;
        height: 0%;
    }
}

.container-fluid.container-teaser-services {
    max-width: 60% !important;
    margin-top: 5rem;
    margin-bottom: 8rem;
}
.rektis-form-div h1 {
    font-size: 3rem;
}
.graph-desc {
    font-size: 1.1rem;
}
ul.uk-breadcrumb {
    position: absolute;
    top: 10rem;
    left: 25%;
    z-index: 999999;
    list-style: none !important;
    display: flex;
    color: #093344;
}
ul.uk-breadcrumb li {
    position: relative;
}
ul.uk-breadcrumb li::before {
    content: "/";
}
ul.uk-breadcrumb li:nth-child(1)::before{
    display: none;
}

ul.uk-breadcrumb li, ul.uk-breadcrumb li a, ul.uk-breadcrumb li span {
    font-size: 0.8rem;
    margin-left: 3px;
}
body.about ul.uk-breadcrumb , body.about ul.uk-breadcrumb li a{
    color: white !important;
}
.br-hide {
    visibility: hidden;
}
.br-show {
    visibility: visible;
}
.sliderMargin50 {
    margin-right: -50%;
}
.sliderMargin0 {
    margin-right: 0%;
}
h1.item-main-title {
    margin-top: 10rem;
    text-align: center;
    margin-bottom: 2rem;
}
.list-group, .list-group .list-group-item {
    background: #EDE6E2;
    border: unset !important;
    margin-bottom: 3rem;
}
a#homeButtonSection1 {
    cursor: pointer;
}
    input::placeholder, textarea::placeholder {
    color: #093344 !important;
    opacity: 1;
}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    
    color: #093344 !important;
}
div#aboutSection1 {
    margin-top: -7rem;
    padding-top: 16rem;
}

.services-category-description-wrapper::before {
    display: none;
}
.services-category-description-wrapper {
    max-width: 60%;
    margin: 2rem auto 4rem;
    padding: 0 2rem;
}
.services-category-description-wrapper td {
    padding: 16px;
}
.services-category-description-wrapper td:first-child {
    width: 15%;
}

.services-category-description-wrapper.row-teaser-services::after {
    content: '';
    border-top: solid 1px;
    width: 50%;
    top: -40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.service-tab-wrapper-title {
    background: #093344;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-tab-column-title, 
.service-tab-column-inner-title {
    padding: 0;
    font-size: 40px;
    margin-bottom: 2rem;
}
.services-text-column {
    background: #fff;
    padding: 6rem 4rem 8rem 9rem;
    margin-left: -4rem;
}

.service-tab-column {
    position: relative;
    z-index: 1;
}
.services-tab-list {
    font-weight: bold;
    /* margin-left: -3rem; */
}
.container-services.section2 {
    width: 75%;
}
div#system-message-container {
    text-align: center;
    margin: 6rem auto;
    width: 100% !important;
}
.prevent-scroll .cu-logo-top img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s ease-out;
}
.prevent-scroll.about .cu-logo-top img {
    -webkit-filter: invert(1);
    filter:invert(1);
    transition: .3s ease-out;
}
.tm-main.uk-width-medium-1-1 {
    width: 100%;
}
.rsform-block.rsform-block-recap {
    text-align: center;
}
.formRed {
    text-align: center;
}
table {
    border: solid 1px;
    width: 100%;
}
table td {
    border: solid 1px;
}
table p {
    padding: 6px;
}

@media (min-width:2000px){
    .hs1img2 {
        
        left: -20rem;
    }
    .hs1col-link::after {
        content: " ";
        width: 50rem;
        height: 31rem;
        background: white;
        position: absolute;
        right: -50rem;
        top: 2rem;
        z-index: -1;
    }
    .hs2image {
        overflow: hidden;
        width: 44rem;
        height: 38rem; 
    }
    .hs2image img {
        width: 100%;
        height: auto;
    }
    .home-white-lines::before {
        content: " ";
        width: 2px;
        height: 200rem;
        background: white;
        z-index: 1;
        bottom: -200rem;
        left: 46rem;
        position: absolute;
    }
    .home-white-lines-2::after {
        content: " ";
        width: 2px;
        height: 200rem;
        background: white;
        z-index: 1;
        bottom: -215rem;
        right: 21rem;
        position: absolute;
    }
    .home-services-container {
        max-width: 74%;
        margin: auto;
        margin-right: 24rem;
    }
    .h-services-img-right {
        margin-left: 0 !important;
    }
    .h-services-img-left, .h-services-img-right , .h-services-img, .h-services-img img {
        width: 100%;
    }
    .h-services-title-left::after {
        content: " ";
        position: absolute;
        height: 1px;
        width: 55rem;
        background: #093344;
        z-index: 10;
        bottom: -1rem;
        left: 0;
    }
    .h-services-title-right::after {
        content: " ";
        position: absolute;
        height: 1px;
        width: 50rem;
        background: #093344;
        z-index: 10;
        bottom: -1rem;
        right: 0;
    }
    
}
@media (min-width:1681px) {
    .h-services-img-right {
        margin-left: 1.7rem;
    }
}

@media (max-width:1680px) {
    .teaser-service-image-container {
        width: 100%;
        height: 100%;
    }
    .teaser-s-col-img {
        min-height: 15rem;
    }
    .home-section-title {
        font-size: 3rem;
    }
    .hs4-container {
        margin-left: 0rem;
        padding-right: 0rem;
    }
    .hs2-container {
        margin-left: 0rem;
        margin-top: 3rem;
        padding-right: 19rem;
    }
    .h-services-text {
        padding-right: 10rem;
    }
    .hs4-container {
        margin-left: -10rem;
        padding-right: 50px;
    }
    .services-info-container.services-info-container-right {
        padding-left: 1.2rem;
    }
    .home-white-lines::before {
        left: 36rem;
    }
    .hs2image {
        width: 34rem;
    }
    .col-md-6.s-col-img-right {
        padding-left: 0.3rem;
    }
    .s-col-img-left {
        padding-left: 0.3rem;
    }
    .home-services-container {
        max-width: 87.5%;
        margin: auto;
        margin-right: 3rem;
    }
    .home-white-lines-2::after {
        right: 0rem;
    }
    .service-button label {
        position: relative;
        margin-left: 1rem;
        padding: 1.7rem 1.5rem;
    }
    div.cu-menu-button {
        transform: translate(-5rem, 3rem);
    }
    .service-title {
        width: 50%;
    }
}

@media (max-width:1480px) {
    .footer-container-1 ul li a {
        font-size: 2.3rem;
    }
    .services-info-container.services-info-container-right {
        padding-left: 3rem;
    }
    .h-services-text-left p::before {
        left: -2.9rem;
    }
    .services-info-container {
        width: 90%;
        margin: auto;
    }
    .col-md-6.s-col-img-right {
        padding-left: 0.1rem;
    }
    .s-col-img-left {
        padding-left: 2rem;
    }
    .home-services-container {
        max-width: 85%;
        margin: auto;
        margin-right: 4.7rem;
    }
    .hs3-title {
        font-size: 2.8rem;
    }
    .hs3-sub {
        font-size: 1rem;
    }
    div#homeSection5 {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-white-lines::before {
        left: 30rem;
    }
    .home-white-lines::after {
        right: 1rem;
    }
    .hs2-container {
        padding-right: 0rem;
    }
    .hs2image {
        width: 31rem;
        height: 34rem;
        left: -1rem;
    }
    div#homeSection2 {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .hs1-image-container {
        width: 34rem;
    }
    .hs1-image-container img {
        max-width: 100%;
        height: auto;
    }
    .cu-slider-container::before {
        height: 74.5%;
    }
    .team-slider-row::before {
        top: 1rem;
    }
    .cu-slider-container-2 {
        margin-top: 6rem;
    }
    .team-slider-row {
        min-height: 35rem;
        position: relative;
    }
    .owl-carousel .owl-item img {
        height: 100% !important;
    }
    .cu-slider-image {
        height: 26rem;
    }
    .service-button label {
        font-size: 0.9rem;
    }
    div.cu-menu-button {
        transform: translate(-4rem, 3rem);
    }
    .graph-image-wrapper.d-flex.justify-content-center.align-item-center {
        width: 90%;
        margin: auto;
    }
    .graph-desc {
        font-size: 0.9rem;
    }
}

@media (max-width:1400px) {
    .footer-container-1 ul li a {
        font-size: 2.1rem;
    }
    .hs5-container .rektis-button {
        margin-top: 3rem;
    }
    .rektis-button a {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
    }
    .h-services-text-right p::before {
        left: -3.7rem;
    }
    .s-col-img-left {
        padding-left: 0.8rem;
    }
    .h-services-text p {
        font-size: 0.9rem;
    }
    .home-services-container {
        max-width: 84%;
    }
    .hs2row {
        height: 36rem;
    }
    .home-white-lines::before {
        left: 27rem;
    }
    .hs2image {
        width: 28rem;
        height: 30rem;
        left: -1rem;
    }
    .about-text {
        width: 90%;
    }
    .about-image img {
        max-width: 100%;
        height: auto;
    }
    .about-image {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    .cu-slider-container-2 {
        margin-top: 5rem;
        margin-left: 8rem;
    }
    .service-button label {
        padding: 1.7rem 1rem;
        font-size: 0.8rem;
    }
}
@media (max-width:1400px) and (max-height:1024px){
    .h-services-text {
        max-width: 85%;
        padding: 0;
    }
    .hs2-container {
        padding-right: 11rem;
    }
    .hs4-container {
        padding-right: 16rem;
    }
}
@media (max-width:1365px) {
    .footer-container-1 ul li {
        margin: 0 2rem;
    }
    .h-services-title-right::after,
    .h-services-title-left::after {
        width: 30rem;
    }
    .hs5image {
        margin-top: 3rem;
    }
    .hs5-container {
        margin-bottom: 4rem;
    }
    .services-info-container.services-info-container-right {
        padding-left: 2.3rem;
    }
    .col-md-6.s-col-img-right {
        padding-right: 1rem;
        padding-left: 0;
    }
    .col-md-6.s-col-img-left {
        padding-left: 0.2rem;
    }
    .home-services-container {
        max-width: 85.3%;
        margin-right: 3.7rem;
    }
    .home-white-lines-2::after {
        right: -1rem;
    }
    .home-white-lines::before {
        left: 26rem;
    }
    .hs2image {
        width: 27rem;
    }
    .hs1col-link::after {
        height: 25rem;
        top: -3rem;
    }
    .hs1Link {
        margin-top: 5rem;
        position: relative;
    }
    .hs1-container h1 {
        line-height: 3rem;
        font-size: 2.5rem;
        font-family: Baskerville;
    }
    .about-text-2 {
        width: 65%;
    }
    .about-quote-block {
        width: 95%;
    }
    .row.about-columns-row {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .cu-slider-container::before {
        height: 73.8%;
    }
    .cu-slider-image {
        height: 23.5rem;
    }
    .team-slider-row {
        min-height: 32rem;
    }
    .cu-slider-container-2 {
        width: 50%;
        margin-left: 6rem;
    }
    .team-slider-row::after {
        content: " ";
        position: absolute;
        z-index: 3;
        background: #093344;
        width: 15%;
        height: 100%;
        bottom: 0;
        right: 0;
    }
}

@media (max-width:1280px) {
    .container-fluid.container-teaser-services {
        max-width: 70% !important;
        margin-top: 5rem;
        margin-bottom: 8rem;
    }
    .h-services-text-right p::before {
        left: -2.8rem;
    }
    .h-services-text-left p::before {
        left: -2.8rem;
    }
    .h-services-text p {
        font-size: 0.8rem;
    }
    .col-md-6.s-col-img-left {
        padding-left: 1.1rem;
    }
    .home-services-container {
        max-width: 84.7%;
        margin-right: 3.6rem;
    }
    .hs3-title {
        font-size: 2.7rem;
    }
    .hs5image {
        margin-top: 3.7rem;
    }
    div#homeSection4 {
        max-height: 45rem;
    }
    .hs4-container p {
        width: 100%;
        font-size: 0.9rem;
    }
    .hs4row {
        width: 75%;
        margin-top: 10rem;
    }
    .hs4image {
        width: 28rem;
        height: 31rem;
        bottom: 7rem;
        left: -14rem;
    }
    .home-white-lines::before {
        left: 25rem;
    }
    .hs2row {
        height: 34rem;
    }
    .hs2image {
        width: 26rem;
        height: 28rem;
    }
    .hs1-image-container {
        width: 31rem;
    }
    .service-text {
        width: 75%;
    }
    .service-title {
        width: 70%;
    }
    div.cu-menu-button {
        transform: translate(-3rem, 3rem);
    }
    .graph-image-wrapper {
        width: 90%;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 1rem;
    }
}
@media (min-width:1200px){
    .services-tab-list{
        max-width: 60%;
    }
    .rektis-cu-menu-nav ul li.parent .nav-item.dropdown {
        height: 0;
    }
    .rektis-cu-menu-nav ul li.parent:hover .nav-item.dropdown {
        height: 30px;
    }
}
@media (max-width:1200px) {
    .footer-container-1 ul li a {
        font-size: 1.9rem;
    }
    .h-services-text-right p::before {
        left: -2.6rem;
    }
    .h-services-text-left p::before {
        left: -2.6rem;
    }
    .h-services-title {
        font-size: 1.3rem;
        margin-top: 3rem;
    }
    .home-services-container {
        max-width: 83%;
        margin-right: 3.8rem;
    }
    .home-white-lines-2::after {
        right: -2rem;
    }
    .home-white-lines::after {
        right: 2rem;
    }
    .hs2image {
        left: -2rem;
    }
    .home-white-lines::before {
        left: 22rem;
    }
    .hs5image {
        margin-top: 4.5rem;
    }
    .hs5-container p {
        font-size: 0.9rem;
    }
    div#homeSection5 {
        width: 90%;
    }
    div#homeSection2 {
        width: 90%;
    }
    .hs2-container p {
        font-size: 0.9rem;
    }
    .home-section-title {
        font-size: 2.5rem;
    }
    .hs2-sub.rektis-sub {
        font-size: 0.9rem;
    }
    .hs2row {
        height: 32rem;
        width: 90%;
    }
    .hs2image {
        width: 24rem;
        height: 25rem;
    }
    div#homeSection2 {
        margin-top: 2rem;
    }
    .hs1col-link::after {
        top: -6rem;
    }
    .hs1Link {
        margin-top: 3rem;
    }
    .hs1img2 {
        z-index: 1;
    }
    .hs1-image-container {
        width: 29rem;
    }
    .hs1-container p {
        width: 80%;
        margin-top: 2rem;
        font-size: 0.9rem;
    }
    .hs1-container {
        width: 85%;
        padding-right: 0 /*12rem;*/;
        margin-top: -5rem;
    }
    .about-column-text {
        font-size: 0.8rem;
    }
    .row.about-columns-row {
        width: 80%;
    }
    .about-text-2 {
        width: 60%;
        font-size: 0.8rem;
    }
    .about-quote-title {
        font-size: 3.5rem;
        left: 3.5rem;
    }
    .about-quote-block p {
        font-size: 1.2rem;
    }
    .about-quote-block {
        width: 90%;
    }
    .about-quotes {
        font-size: 1.2rem;
    }
    .about-text {
        width: 70%;
        font-size: 0.9rem;
    }
    .about-image {
        width: 70%;
    }
    .page-title-logo {
        width: 10rem;
    }
    .page-title {
        font-size: 3rem;
    }
    .cu-slider-desc {
        font-size: 0.8rem;
    }
    .service-text {
        font-size: 0.9rem;
    }
    .service-title {
        font-size: 2.3rem;
    }
    .service-button label {
        padding: 1.7rem 1rem;
        font-size: 0.7rem;
    }
    .graph-tab-text-1,
    .graph-tab-text-2 {
        font-size: 0.9rem;
        margin-left: 3rem;
    }
}

@media (max-width:1024px) {
    .navbar-nav .parent::after {
        content: '^';
        position: absolute;
        top: 32px;
        right: 5px;
        line-height: 0;
        font-weight: bold;
        transform: rotate(180deg);
        font-size: 1.5rem;
        transition: transform .3s ease-in-out;
    }
    .navbar-nav .parent:hover::after {
        top: 38px;
        transform: rotate(0deg);
    }
    .navbar-nav .parent {
        position: relative;
    }
    .tablet-100{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .rsform-block-i-agree label {
        margin-top: -0.05rem;
    }
    .cta-banner {
        position: relative;
        z-index: 2;
    }
    .teaser-service-title {
        text-align: center;
    }
    .row-teaser-services:nth-child(2) .teaser-service-title::after, .row-teaser-services:nth-child(4) .teaser-service-title::after {
        
        width: 100%;
        bottom: -8rem;
        left: 0;
        
    }
    .row-teaser-services:nth-child(1) .teaser-service-title::after, .row-teaser-services:nth-child(3) .teaser-service-title::after {
        
        width: 100%;
        bottom: -8rem;
        right: 0;
        
    }

    h1.cat-title {
        margin-top: 8rem;
    }
    .row-teaser-services:nth-child(4) .teaser-s-col-img, .row-teaser-services:nth-child(2) .teaser-s-col-img {
        order: 0;
    }
    .row-teaser-services::before {
        display: none;
        
    }
    .rektis-cu-menu-nav ul li.parent:hover .nav-item.dropdown {
        display: flex;
        transition: 0.2s ease-in-out;
        animation:none !important;
        height: 100%;
    }
    /* .rektis-cu-menu-nav ul li.parent:hover .nav-item.dropdown {
        display: flex;
        transition: 0.2s ease-in-out;
        animation:none !important;
    } */

    /* .rektis-cu-menu-nav ul li.parent .nav-item.dropdown {
        background: #EDE6E2;
        position: absolute;
        bottom: -12rem;
        left: 0;
        z-index: 9;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 1rem 0rem;
    } */
    .rektis-cu-menu-nav ul li.parent .nav-item.dropdown {
        background: #ffffff;
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 1rem 0rem;
        height: 0;
        padding: 0;
    }
    .rektis-cu-menu-nav ul li.parent .nav-item.dropdown ul li a {
        font-size: 1.2rem;
        text-transform: none;
        font-weight: bold;
    }
    .rektis-cu-menu-nav {
        margin-top: -14rem;
    }
    .rektis-cu-menu-nav ul li.parent .nav-item.dropdown ul {
        display: flex;
        flex-direction: column !important;
    }
    .team-slider-row {
        max-height: unset ;
    }
    .sliderMargin50 {
        margin-right: 0%;
    }
    .cu-slider-image {
        width: 100%;
        margin-left: auto;
    }
    .cu-slider-name, .cu-slider-position  {
        width: 100%;
        margin-left: auto;
    }
    ul.uk-breadcrumb {
        top: 11rem;
        left: 3rem;
    }
    .prevent-scroll {
        overflow: visible;
    }
    @keyframes menuGrow {
        0% {
            width: 50%;
            height: 15%;
        }
        100% {
            width: 100vw;
            height: 100vh;
        }
    }
    @keyframes menuShrink {
        0% {
            width: 100vw;
            height: 100vh;
        }
        40% {
            width: 100vw;
            height: 100vh;
        }
        100% {
            width: 50%;
            height: 10%;
        }
    }
    div#cu-menu-button-container.cu-menu-button-grow {
        animation-name: menuGrow;
        animation-duration: 1s;
        transition-timing-function: ease-in-out;
        width: 100vw;
        height: 100vh;
    }
    div#cu-menu-button-container.cu-menu-button-shrink {
        animation-name: menuShrink;
        animation-duration: 1s;
        transition-timing-function: ease-in-out;
        width: 50%;
        height: 10%;
    }
    div.cu-menu-button-inner-container {
        width: 50%;
    }
    @keyframes SlideRight {
        0% {
            transform: translateY(-4rem);
        }
        100% {
            transform: translatey(0rem);
        }
    }
    @keyframes SlideRightRev {
        0% {
            transform: translatey(0rem);
        }
        100% {
            transform: translateY(-4rem);
        }
    }
    .rektis-cu-menu-lang.slide-right {
        animation: SlideRight 0.5s ease-in-out;
        animation-delay: 0.5;
    }
    .rektis-cu-menu-lang.slide-right-rev {
        animation: SlideRightRev 0.5s ease-in-out;
        animation-delay: 0.5;
    }
    .about-container-4 {
        background: white;
        padding-top: 5rem;
        padding-bottom: 15rem;
    }
    .cu-slider-nav.row {
        position: absolute;
        width: 100%;
        height: 26%;
        z-index: 3;
        bottom: -25%;
        left: 0;
    }
    .team-button {
        text-align: center;
        margin-top: 4rem !important;
    }
    .team-button a span {
        font-size: 2rem;
    }
    .cu-slider-container-2 {
        width: 100%;
        margin-left: unset;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .cu-slider-desc {
        font-size: 1.1rem;
    }
    .about-container-4 .about-title {
        margin-bottom: 25rem;
    }
    .cu-slider-position {
        color: white;
        font-size: 1.3rem;
    }
    .cu-slider-name {
        color: white;
        font-size: 2.3rem;
    }
    .cu-slider-image {
        height: 32rem;
    }
    div#sync1 {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 70%;
        max-width: 70%;
        margin: auto;
        margin-top: -20rem;
    }
    .cu-slider-container {
        width: 75%;
        margin: auto;
        background: #093344;
    }
    .cu-slider-container::before,
    .cu-slider-container::after,
    .team-slider-row::after,
    .team-slider-row::before {
        display: none;
    }
    div#homeSection5 {
        z-index: 5;
        position: relative;
    }
    .home-services-container .rektis-button {
        padding-left: unset;
    }
    .hs5-container .rektis-button a {
        font-size: 2rem;
    }
    .hs5-container .rektis-button {
        margin-top: 4rem;
        text-align: center;
        padding-bottom: 3rem;
    }
    .hs5-container p {
        padding-left: unset;
    }
    .hs5-container {
        width: 55%;
    }
    .hs5-container .home-section-title {
        margin-bottom: 125%;
    }
    .hs5-container .hs2-sub.rektis-sub {
        margin-top: -140%;
    }
    .hs5image img {
        width: 100%;
    }
    .hs5image {
        width: 55%;
        margin: auto;
        margin-top: 5rem;
    }
    .z-col {
        order: -1;
    }
    div#homeSection5 {
        width: 100%;
        background: #E9E9E9;
        padding-top: 10rem;
        margin-top: unset;
    }
    .hs4-container .rektis-button a {
        font-size: 2rem;
    }
    .hs4-container .rektis-button {
        text-align: center;
        padding-bottom: 4rem;
    }
    .hs4-container {
        width: 55%;
        margin: auto;
        padding: 0;
    }
    .hs4-container .home-section-title {
        text-align: center;
        font-size: 3.5rem;
        margin-bottom: 110%;
    }
    .hs4-container .hs2-sub.rektis-sub {
        text-align: center;
        font-size: 2rem;
        font-style: unset;
        margin-top: -125%;
    }
    .hs4image img {
        width: 100%;
    }
    .hs4image {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-top: 15rem;
        width: 55%;
        height: 35rem;
    }
    div#homeSection4 {
        width: 100%;
        transform: translateX(0);
        padding-right: unset;
        max-height: 100%;
        height: 100%;
    }
    .s-col-right-last::after {
        display: none;
    }
    .s-col-left::after,
    .s-col-right::after {
        content: " ";
        position: absolute;
        width: 80%;
        height: 1px;
        bottom: -4rem;
        left: 10%;
        background: #093344;
    }
    .home-services-container .rektis-button a {
        padding: 0.8rem 1rem;
        font-size: 1.5rem;
    }
    .services-info-container.services-info-container-right {
        padding-left: unset;
    }
    .home-services-container .rektis-button {
        margin-top: 4rem;
        text-align: center;
    }
    .h-services-text p {
        font-size: 1rem;
    }
    #stitle1,
    #stitle2,
    #stitle3,
    #stitle4 {
        position: relative;
        min-height: 96px;
    }
    .h-services-text {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .services-info-container {
        width: 100%;
        margin: auto;
    }
    #stitle1::before,
    #stitle2::before,
    #stitle3::before,
    #stitle4::before {
        font-size: 1.2rem;
        float: left;
        margin-top: 0.4rem;
        padding-right: 0rem;
    }
    .h-services-img img {
        transform: scale(1.1);
    }
    .h-services-img-left,
    .h-services-img-right,
    .h-services-img {
        width: 100%;
    }
    .h-services-title {
        font-size: 1.7rem;
        margin-top: -45rem;
        margin-bottom: 40rem;
        text-align: center;
    }
    .h-services-text-left p::before,
    .h-services-text-right p::before,
    .h-services-img-right::before,
    .h-services-img-left::before {
        display: none;
    }
    .home-services-container {
        max-width: 55%;
        margin: auto;
    }
    .s-col-img-left,
    .s-col-img-right {
        margin-top: 25%;
    }
    .s-col-img-left {
        order: -1;
    }
    .h-services-title-right::after,
    .h-services-title-left::after {
        display: none;
    }
    #rektis-scrollspy,
    a#topBtn {
        display: none;
    }
    .hs3-sub {
        font-size: 2rem;
    }
    .hs3-title {
        font-size: 3.5rem;
    }
    div#homeSection3 {
        text-align: center;
    }
    .hs2-container .rektis-button a {
        font-size: 2rem;
    }
    .hs2-container .rektis-button {
        text-align: center;
        padding-bottom: 4rem;
    }
    .hs2-container p {
        width: 95%;
    }
    .home-section-title {
        text-align: center;
        font-size: 3.5rem;
        margin-bottom: 115%;
    }
    .hs2row {
        padding-left: unset;
        padding-right: unset;
    }
    .hs2-container h2{
        margin-top: -135%;
        margin-bottom: 117%;
        text-align: center;
    }
    .hs5-container h2 {
        text-align: center;
        margin-top: -130%;
        margin-bottom: 120%;
    }
    .hs4-container h2 {
        text-align: center;
        margin-top: -130%;
        margin-bottom: 115%;
    }

    .hs2-container {
        width: 55%;
        margin-right: auto;
        margin-left: auto;
    }
    .hs2image::before {
        content: " ";
        width: 2px;
        height: 700vh;
        background: white;
        z-index: 1;
        bottom: -700vh;
        left: 0rem;
        position: absolute
    }
    .hs2image::after {
        content: " ";
        width: 2px;
        height: 700vh;
        background: white;
        z-index: 1;
        bottom: -700vh;
        right: 0rem;
        position: absolute;
    }
    .home-white-lines-2,
    .home-white-lines {
        display: none;
    }
    .hs2image {
        position: relative;
        width: 55%;
        height: 35rem;
        overflow: visible;
        margin-top: 25%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
    }
    .hs2-col-1 {
        justify-content: center;
    }
    div#homeSection2 {
        width: 100%;
        height: 100%;
    }
    div#homeSection1 {
        margin-top: 12rem;
    }
    .hs1-container p {
        width: 100%;
        margin-top: 2rem;
        font-size: 1.2rem;
        text-align: center;
    }
    .hs1-container h1 {
        line-height: 3rem;
        font-size: 2.5rem;
        font-family: Baskerville;
        margin-top: -135%;
        text-align: center;
        margin-bottom: 105%;
    }
    .hs1-container {
        width: 65%;
        padding-right: 2rem;
        margin-top: -5rem;
        margin: auto;
    }
    .hs1-col-1 {
        margin-top: 5rem;
    }
    .hs1-col-2 {
        order: -1;
    }
    .hs1-image-container {
        margin: auto;
        width: 65%;
    }
    body.tm-isblog .tm-container.container.center.tm-container-large {
        max-width: 100% !important;
    }
    .cu-footer-row-2 ul.uk-list.uk-list-line {
        padding-left: unset;
    }
    .cu-footer-row-2 ul li a {
        font-size: 1.5rem;
    }
    .cu-footer-row .navbar-nav li {
        line-height: 3rem;
    }
    .footer-col-2 ul li a {
        font-size: 2rem;
    }
    .footer-container-1 ul li a {
        font-size: 2.5rem;
    }
    .footer-info-link {
        font-size: 2rem;
    }
    .footer-col-2 {
        margin-top: 2rem;
    }
    .footer-col-1 {
        margin-bottom: 1rem;
    }
    .footer-news-col {
        width: 65% !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        padding-left: unset;
    }
    .footer-container-1 ul {
        flex-direction: column;
        align-items: center !important;
    }
    .graph-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .graph-tab-text-2::before {
        display: none;
    }
    .graph-tab-text-2 {
        margin-top: 5rem;
    }
    .graph-col-2-1 {
        min-height: unset !important;
    }
    .graph-tab-text-1,
    .graph-tab-text-2 {
        font-size: 0.9rem;
        margin-right: auto;
        margin-left: auto;
        width: 77%;
        margin-bottom: 5rem;
    }
    .graph-image-wrapper {
        position: relative;
    }
    .graph-image-wrapper::before {
        content: " ";
        position: absolute;
        width: 2px;
        height: 40rem;
        background: white;
        bottom: -40rem;
        left: 0;
        z-index: 0;
    }
    .graph-image-wrapper::after {
        content: " ";
        position: absolute;
        width: 2px;
        height: 40rem;
        background: white;
        bottom: -40rem;
        right: 0;
        z-index: 0;
    }
    .graph-tab-title-1,
    .graph-tab-title-2 {
        padding: 2.5rem 0rem;
        margin-top: 5rem;
        font-size: 2rem;
        min-width: 78%;
        text-align: center;
        margin: auto;
    }
    .graph-col-1-1 {
        justify-content: center !important;
    }
    .graph-col-1-1::before {
        height: 70%;
        width: 100%;
    }
    .graph-title {
        margin-top: -100%;
        margin-bottom: 100%;
    }
    .graph-container {
        margin-top: 16rem;
    }
    .graph-image-col {
        order: -1;
    }
    .graph-container-info.extra-description,
    .graph-container-info {
        margin: auto;
        width: 80%;
    }
    .service-text::after {
        display: none;
    }
    .service-text {
        margin-top: 2rem;
        font-size: 1rem;
    }
    .service-title {
        order: -1;
    }
    .formBody.service-button {
        flex-wrap: nowrap;
    }
    .service-button label {
        padding: 2.5rem 2rem;
        font-size: 0.9rem;
    }
    .rektis-cu-menu-nav {
        margin-left: unset;
    }
    .rektis-cu-menu-nav ul li {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .rektis-cu-menu-nav ul li.deeper.parent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .lang-block.dropdown-menu.show {
        transform: translate3d(0px, 60px, 0px) !important;
    }
    .lang-block.dropdown-menu.show li a {
        font-size: 2rem;
    }
    .rektis-cu-menu-lang {
        position: absolute;
        top: 15%;
        right: 21%;
    }
    button.btn.dropdown-toggle.cu-rektis-lang::after {
        font-size: 3rem;
    }
    span.lang-title {
        font-size: 2rem;
    }
    .cta-banner {
        margin-bottom: unset;
    }
    .cu-fix-footer {
        position: inherit;
        z-index: 3;
    }
    .rektis-cu-menu-mail a {
        font-size: 3rem;
    }
    .rektis-cu-menu-mail {
        right: 35%;
        bottom: 2%;
    }
    .rektis-cu-menu-container {
        position: absolute !important;
        top: 0;
        left: 0;
    }
    .rektis-cu-menu-social {
        bottom: 12%;
        right: 40%;
        text-align: center;
        font-size: 1.9rem;
        line-height: 3.5rem;
    }
    div#cu-menu-button-container.cu-menu-button-shrink {
        width: 50%;
        height: 10%;
    }
    .rektis-cu-menu-img.menu-image-slide,
    .menu-image-slide-rev {
        display: none;
    }
    .cu-logo-top {
        display: inline-block;
        width: 10rem;
        position: fixed;
        top: 3%;
        left: 10%;
        z-index: 999999;
    }
    div#cu-menu-button-container {
        height: 10%;
    }
    div.black-lines-top::after {
        height: 8rem;
    }
    div.black-lines-top::before,
    body#mainbd.about div.black-lines-top::before {
        width: 95%;
        height: 1px;
        top: 8rem;
        left: 2.5%;
    }
    .cu-menu-icon-1 {
        height: 2rem;
        width: 2.5rem;
        margin-top: 0.5rem;
    }
    .hs1col-link::after {
        display: none;
    }
    div#cu-menu-button-container {
        width: 50%;
    }
    div.black-lines-top::after,
    body#mainbd.about div.black-lines-top::after {
        content: " ";
        position: absolute;
        z-index: 999999;
        width: 1px;
        height: 11rem;
        top: 0;
        right: 50%;
    }
    div.black-lines-top::after {
        background: #093344;
    }
    div.cu-menu-button {
        transform: translate(-14rem, 3rem);
        font-size: 2rem;
    }
    .dj-offcanvas-wrapper {
        overflow-x: hidden !important;
        max-height: unset;
    }
    .prevent-scroll div.black-lines-top {
        max-height: 100vh;
        position: unset;
    }
}
@media (max-width:1024px) and (orientation:landscape){
    .rektis-cu-menu-nav {
        margin-top: 28rem;
    }
    .rektis-cu-menu-social {
        position: unset;
        margin-top: 3rem;
    }
    .rektis-cu-menu-mail.slide-up {
        position: unset;
    }
    .dj-offcanvas-wrapper {
        max-height: 100vh;
    }
    .rektis-cu-menu-container.cu-menu-show{
        flex-direction: column;
    }
    div#cu-menu-button-container {
        height: 17%;
    }
    div#cu-menu-button-container.cu-menu-button-shrink {
        height: 17%;
    }
    .dj-offcanvas-wrapper {
        overflow-x: hidden !important;
        max-height: unset;
    }
    .prevent-scroll .dj-offcanvas-wrapper {
        max-height: 140vh;
    }
    .prevent-scroll div.black-lines-top {
        position: unset;
    }
    
    .hs2-container h2 {
        margin-top: -88%;
        margin-bottom: 77%;
    }
    .hs2-container {
        text-align: center;
    }
}

@media (max-width:850px) {
    .services-text-column {
        background: #fff;
        padding: 1rem;
        margin-left: 0rem;
    }
    .services-tab-list {
        margin-left: 0;
        text-align: center;
    }
    .rektis-loader-img {
        width: 70%;
    }
    .rektis-sub {
        font-size: 1.5rem;
    }

    @keyframes menuGrow {
        0% {
            width: 50%;
            height: 18%;
        }
        100% {
            width: 100vw;
            height: 100vh;
        }
    }
    @keyframes menuShrink {
        0% {
            width: 100vw;
            height: 100vh;
        }
        40% {
            width: 100vw;
            height: 100vh;
        }
        100% {
            width: 50%;
            height: 18%;
        }
    }
    div#cu-menu-button-container.cu-menu-button-grow {
        animation-name: menuGrow;
        animation-duration: 1s;
        transition-timing-function: ease-in-out;
        width: 100vw;
        height: 100vh;
    }
    div#cu-menu-button-container.cu-menu-button-shrink {
        animation-name: menuShrink;
        animation-duration: 1s;
        transition-timing-function: ease-in-out;
        width: 50%;
        height: 18%;
    }
    .row.m-auto.justify-content-center.quotes-row {
        justify-content: space-around !important;
        padding-right: 5rem;
        padding-left: 5rem;
    }
    .about-quote-title {
        font-size: 3.5rem;
        left: 2.5rem;
    }
    .about-container-4 .about-title {
        margin-bottom: 18rem;
    }
    .team-button a span {
        font-size: 1.6rem;
    }
    .cu-slider-desc {
        font-size: 1rem;
    }
    .cu-slider-position {
        font-size: 1.2rem;
    }
    .cu-slider-name {
        font-size: 2rem;
    }
    div#sync1 {
        margin-top: -15rem;
    }
    .cu-slider-image {
        height: 26rem;
    }
    .hs4-container .hs2-sub.rektis-sub {
        text-align: center;
        font-size: 2rem;
        font-style: unset;
        margin-top: -167%;
    }
    .hs4-container .home-section-title {
        text-align: center;
        font-size: 3.5rem;
        margin-bottom: 125%;
    }
    .h-services-img-left,
    .h-services-img-right,
    .h-services-img {
        width: 100%;
        height: 95%;
    }
    .hs3-title-container {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .hs2-container h2 {
        margin-top: -155%;
        margin-bottom: 133%;
        text-align: center;
    }
    .hs5-container h2 {
        text-align: center;
        margin-top: -140%;
        margin-bottom: 125%;
    }
    .hs4-container p {
        
        font-size: 1.2rem;
    }
    .hs5-container p {
        font-size: 1.2rem;
    }
    .hs4-container h2 {
        text-align: center;
        margin-top: -162%;
        margin-bottom: 130%;
    }
    .h-services-title {
        font-size: 1.8rem;
        margin-top: -39rem;
        margin-bottom: 31rem;
        text-align: center;
    }
    .hs2-container p {
        width: 95%;
        margin-left: 1%;
        font-size: 1.2rem;
    }
    .home-section-title {
        text-align: center;
        font-size: 3.5rem;
        margin-bottom: 135%;
    }
    .hs2-sub.rektis-sub {
        margin-top: -160%;
    }
    .hs1Link {
        margin-top: 10rem;
    }
    .hs1-container h1 {
        line-height: 3rem;
        font-size: 2.3rem;
        font-family: Baskerville;
        margin-top: -150%;
        text-align: center;
        margin-bottom: 100%;
    }
    .hs1-container {
        width: 70%;
    }
    .hs1img2 {
        position: absolute;
        left: 0rem;
        top: -28rem;
        z-index: 1;
        max-width: 100%;
        overflow: hidden;
    }
    .rektis-cu-menu-lang {
        position: absolute;
        top: 17%;
        right: 14%;
    }
    div.cu-menu-button {
        transform: translate(-10rem, 3rem);
        font-size: 2rem;
    }
    div#cu-menu-button-container,
        div#cu-menu-button-container.cu-menu-button-shrink {
        height: 12.3%;
    }
    .rektis-cu-menu-nav ul li a {
        font-size: 2.3rem;
    }
    .rektis-cu-menu-container {
        height: 108vh;
    }
    .rektis-cu-menu-nav {
        margin-top: -11rem;
    }
    .rektis-cu-menu-social {
        bottom: 7%;
        right: 40%;
        text-align: center;
        font-size: 1.5rem;
        line-height: 3.5rem;
    }
    .rektis-cu-menu-mail {
        right: 35%;
        bottom: 0%;
    }
    .rektis-cu-menu-mail a {
        font-size: 2.5rem;
    }
}
@media (max-width:768px) and (max-height:1024px){
    .hs2-container {
        width: 80%;
        padding: 0;
    }
    .hs4-container {
        padding: 0;
    }
}

@media (max-width:768px) {
    .biography .about-container-inner {
        padding-bottom: 5rem;
        margin-top: 0;
    }
    .services-category-description-wrapper {
        max-width: 95%;
        margin: 2rem auto 4rem;
        padding: 0 2rem;
    }
    .dj-offcanvas-wrapper {
        overflow-x: hidden !important;
        max-height: unset;
    }
    .prevent-scroll .dj-offcanvas-wrapper {
        max-height: 140vh;
    }
    .prevent-scroll div.black-lines-top {
        position: unset;
    }
    .row-teaser-services:nth-child(4) {
        
        padding-bottom: 2.5rem;
    }
    .rektis-cu-menu-mail {
        right: 35%;
        bottom: -13%;
    }
    .rektis-cu-menu-social {
        bottom: -5%;
        right: 40%;
        text-align: center;
        font-size: 1.5rem;
        line-height: 3.5rem;
    }
    .rektis-cu-menu-nav {
        margin-top: 0rem;
    }
    div#cu-menu-button-container, div#cu-menu-button-container.cu-menu-button-shrink {
        height: 13%;
    }
    .hs4-container h2 {
        text-align: center;
        margin-top: -125%;
        margin-bottom: 97%;
    }
    .hs2-container h2 {
        margin-top: -120%;
        margin-bottom: 103%;
        text-align: center;
    }
    .about-container-2 {
        padding-top: 9rem;
    }
    .about-container-1 {
        margin-bottom: 0rem;
    }
    .about-text {
        width: 80%;
        font-size: 0.9rem;
    }
    div#sync1 {
        margin-top: -12rem;
    }
    .cu-slider-image {
        height: 23rem;
    }
    .col-sm-6.about-col2 {
        border-left: none;
        margin-top: 5rem;
    }
    .about-col2 .about-column-title {
        text-align: right;
    }
    .rektis-button.about-column-button a {
        padding: 0.8rem 1rem;
        font-size: 1.2rem;
    }
    .rektis-button.about-column-button {
        width: 100%;
        margin: auto;
        margin-top: 3rem;
        text-align: center;
    }
    .about-col1,
    .about-col2 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .about-quote-block p::after {
        content: " ";
        background: #093344;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: -2rem;
        left: -0;
    }
    .about-quote-block {
        width: 100%;
    }
    .about-quotes {
        font-size: 1.6rem;
    }
    .col-quotes::before {
        content: " ";
        height: 1px;
        background: white;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        z-index: 0;
    }
    .quotes-row::before {
        display: none;
    }
    .row.m-auto.justify-content-center.quotes-row {
        padding-left: unset;
        padding-right: unset;
    }
    .col-quotes {
        max-width: 100% !important;
        width: 100% !important;
        flex: 100% !important;
        margin-bottom: 2rem;
        position: relative;
    }
    .about-image {
        width: 90%;
    }
    .h-services-img-left,
    .h-services-img-right,
    .h-services-img {
        width: 100%;
        height: 90%;
    }
    .hs5-container .rektis-button {
        padding-left: unset;
    }
    .hs5-container {
        width: 70%;
    }
    .hs5image {
        width: 70%;
        margin: auto;
        margin-top: 5rem;
    }
    .hs2image::before {
        height: 800vh;
        bottom: -800vh;
    }
    .hs2image::after {
        height: 800vh;
        bottom: -800vh;
    }
    .hs4-container .home-section-title {
        text-align: center;
        font-size: 3.5rem;
        margin-bottom: 100%;
    }
    .hs4-container .hs2-sub.rektis-sub {
        text-align: center;
        font-size: 2rem;
        font-style: unset;
        margin-top: -120%;
    }
    .hs4image {
        width: 70%;
        height: 30rem;
    }
    .hs4-container {
        width: 70%;
        margin: auto;
    }
    .h-services-title {
        font-size: 1.8rem;
        margin-top: -45rem;
        margin-bottom: 33rem;
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-services-container {
        max-width: 70%;
        margin: auto;
    }
    .hs2-container .home-section-title {
        text-align: center;
        font-size: 3.5rem;
        margin-bottom: 105%;
    }
    .hs2-container {
        width: 70%;
    }
    .hs2image {
        width: 70%;
        height: 30rem;
    }
    .hs2-sub.rektis-sub {
        margin-top: -125%;
    }
    .hs1-container h1 {
        line-height: 3rem;
        font-size: 2rem;
        font-family: Baskerville;
        margin-top: -168%;
        text-align: center;
        margin-bottom: 100%;
        padding-left: 2rem;
    }
    .service-text {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: left;
    }
    .service-title {
        font-size: 2rem;
        width: 100%;
    }
    div.cu-menu-button {
        transform: translate(-8rem, 3rem);
        font-size: 2rem;
    }
}
@media (max-width:960px) and (max-height:600px){
    div#cu-menu-button-container {
        height: 25%;
    }
    .hs1-container h1 {
        margin-top: -150%;
    }
    .hs2-container h2 {
        margin-top: -213%;
        margin-bottom: 184%;
    }
    div#homeSection3 h2 {
        margin-bottom: 5rem;
    }
    .h-services-title {
        margin-top: -41rem;
    }
    .hs4-container h2 {
        margin-top: -118%;
        margin-bottom: 115%;
    }
    .hs4-container {
        width: 70%;
        padding-right: 0;
    }

}

@media (max-width:600px) {
    .hs4-container {
        padding-right: 0;
    }
    .h-services-text {
        margin-top: 29rem;
    }
    div#homeSection1 {
        margin-top: 9rem;
    }
    
    .row-teaser-services .teaser-service-title::before {
        
        font-size: 0.8rem !important;
        
    }
    .teaser-service-button a span {
        
        font-size: 1rem;
        
    }
    .teaser-service-title {
    
        font-size: 1.3rem;
        
    }
    div#cu-menu-button-container, div#cu-menu-button-container.cu-menu-button-shrink {
        height: 13%;
        width: 50%;
    }
    .hs4-container h2 {
        text-align: center;
        margin-top: -191%;
        margin-bottom: 135%;
    }
    .hs2-container h2 {
        margin-top: -249%;
        margin-bottom: 207%;
        text-align: center;
    }
    .hs2-sub.rektis-sub {
        font-size: 1.9rem;
    }
    .hs1-container h1 {
        margin-top: -225%;
        margin-bottom: 100%;
        padding-left: 2rem;
        line-height: 2.3rem;
    }
    .page-title-logo {
        width: 10rem;
        margin-left: 16rem;
        margin-top: -4rem;
    }
    .col-about-top .page-title {
        font-size: 3rem;
        width: 60%;
        margin: auto;
    }
    .col-about-top {
        flex-direction: column;
    }
    .about-quote-title {
        font-size: 3.5rem;
        left: 1.5rem;
    }
    .cu-slider-container-2 {
        margin-top: 2rem;
    }
    .team-button a span {
        font-size: 1.4rem;
    }
    .cu-slider-position {
        font-size: 1rem;
    }
    .cu-slider-name {
        font-size: 1.6rem;
    }
    .cu-slider-container {
        width: 85%;
        ;
    }
    .hs5-container .home-section-title {
        margin-bottom: 121%;
        font-size: 3rem;
    }
    .hs5-container .hs2-sub.rektis-sub {
        margin-top: -145%;
    }
    .hs4-container .home-section-title {
        text-align: center;
        font-size: 3rem;
        margin-bottom: 125%;
    }
    .hs4-container .hs2-sub.rektis-sub {
        font-size: 2rem;
        margin-top: -165%;
    }
    .h-services-title {
        font-size: 1.5rem;
        margin-top: -35rem;
        margin-bottom: 26rem;
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .hs2-container .home-section-title {
        margin-bottom: 125%;
    }
    .hs2-sub.rektis-sub {
        margin-top: -155%;
    }
    .hs1-container h1 {
        margin-top: -214%;
        margin-bottom: 100%;
        padding-left: 2rem;
    }
    .cu-footer-row-2 ul.uk-list.uk-list-line {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .graph-container {
        width: 100%;
    }
    .graph-tab-text-1,
    .graph-tab-text-2 {
        font-size: 0.8rem;
        margin-right: auto;
        margin-left: auto;
        width: 85%;
    }
    .graph-tab-title-1,
    .graph-tab-title-2 {
        font-size: 1.5rem;
        min-width: 85.5%;
    }
    .graph-title {
        margin-top: -105%;
        margin-bottom: 100%;
        font-size: 2.5rem;
        text-align: center;
    }
    .container-services {
        width: 90%;
    }
    .rektis-form-container {
        max-width: 100%;
    }
    body.contact .tm-main.uk-width-medium-1-1 {
        width: 100%;
        max-width: 100% !important;
        margin: auto;
    }
    .form-head-container {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .row.form-row {
        margin-bottom: 0rem;
    }
    .formBody.service-button {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .rektis-cu-menu-mail {
        right: 30%;
    }
    .rektis-cu-menu-social {
        right: 35%;
    }
    
    div#cu-menu-button-container,
    div#cu-menu-button-container.cu-menu-button-shrink {
        height: 18%;
        width: 50%;
    }
    div.cu-menu-button {
        transform: translate(-6rem, 3rem);
        font-size: 2rem;
    }
    a#topBtn {
        display: none;
    }
    .footer-container-1 {
        padding-left: unset;
    }
}

@media (max-width:480px) {
    .col-sm-4.d-flex.justify-content-center.align-items-center.cop-col-2 {
        padding-bottom: 2rem;
    }
    .container-fluid.container-teaser-services {
        max-width: 100% !important;
        margin-top: 5rem;
        margin-bottom: 8rem;
    }
    ul.uk-breadcrumb {
        top: 11rem;
        left: 1rem;
    }
    .rektis-cu-menu-nav {
        margin-top: 0rem;
    }
    .about-container-2 {
        padding-top: 4rem;
    }
    .about-container-1 {
        margin-bottom: -2rem;
    }
    div#sync1 {
        width: 90%;
        max-width: 90%;
    }
    .team-button a span {
        font-size: 1.2rem;
    }
    .cu-slider-image {
        height: 25rem;
    }
    .row.about-columns-row {
        width: 90%;
        margin-top: 4rem;
    }
    .about-text-2 {
        width: 90%;
        font-size: 0.8rem;
    }
    .about-quote-block p {
        width: 85%;
    }
    .about-quote-title {
        font-size: 2rem;
        left: 0.2rem;
        top: 0;
    }
    .page-title-logo {
        margin-left: 12rem;
        margin-bottom: 3rem;
        margin-top: -3.5rem;
        width: 9rem;
    }
    .col-about-top .page-title {
        width: 75%;
    }
    .cu-slider-container {
        width: 100%;
    }
    .hs5-container .home-section-title {
        margin-bottom: 125%;
        font-size: 3rem;
    }
    .hs5image {
        width: 90%;
        margin: auto;
        margin-top: 5rem;
    }
    .hs5-container {
        width: 90%;
    }
    div#homeSection4 {
        padding-top: 4rem;
    }
    .hs4-container {
        width: 90%;
        margin: auto;
    }
    .hs4image {
        width: 90%;
        height: 30rem;
    }
    .home-services-container {
        max-width: 90%;
        margin: auto;
    }
    div#homeSection2 {
        padding-top: 3rem;
    }
    .hs2-container .rektis-button a {
        font-size: 1.8rem;
    }
    .hs2-container .home-section-title {
        font-size: 3rem;
    }
    .hs2-sub.rektis-sub {
        font-size: 1.5rem;
        margin-top: -145%;
    }
    .hs2image {
        width: 90%;
        height: 30rem;
    }
    .hs2-container {
        width: 90%;
        padding: 0;
    }
    .h-services-text {
        margin-top: 23rem;
        max-width: 100%;
    }
    .hs1-container h1 {
        margin-top: -220%;
        margin-bottom: 115%;
        padding-left: 2rem;
        line-height: 2.5rem;
        text-align: left;
        padding-left: unset;
        font-size: 2.1rem;
        width: 100%;
    }
    .hs1-container {
        width: 90%;
    }
    .hs1-image-container {
        margin: auto;
        width: 90%;
        height: 41rem;
    }
    .service-text {
        font-size: 0.9rem;
    }
    .newsletter-title {
        font-weight: bold;
    }
    .footer-container-1 ul li a {
        font-size: 2.2rem;
    }
    .cu-fix-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .cop-col-1 p.copyrightext {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: bold;
    }
    .cop-col-2 div {
        font-size: 1.2rem;
        letter-spacing: 0.3rem;
        font-weight: bold;
    }
    .cu-footer-row-2 ul.uk-list.uk-list-line li {
        line-height: 3rem;
    }
    .cop-col-3 div a {
        font-size: 1.3rem;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
        font-weight: bold;
    }
    .cop-col-3 {
        order: -1;
        justify-content: flex-start !important;
        margin-bottom: 2rem;
    }
    .cu-footer-row-2 ul li a {
        font-size: 1.5rem;
        margin-left: 1rem !important;
    }
    .cu-footer-row-2 ul.uk-list.uk-list-line {
        align-items: flex-start;
    }
    .footer-news-col {
        width: 100% !important;
        margin-right: auto;
        margin-top: 2rem;
        padding-left: unset;
    }
    .footer-col-2 {
        align-items: flex-start !important;
    }
    .cu-footer-row .navbar-nav li {
        line-height: 2rem;
    }
    .footer-col-2 ul li a {
        font-size: 1.3rem;
    }
    .cu-footer-row .navbar-nav {
        text-align: left;
    }
    .footer-col-1 {
        align-items: flex-start !important;
    }
    .footer-info-link {
        font-size: 1.1rem;
    }
    .footer-container-1 ul li {
        margin: unset;
    }
    .footer-container-1 ul {
        align-items: flex-start !important;
    }
    .graph-tab-text-1,
    .graph-tab-text-2 {
        margin-top: 2rem;
        width: 83%;
    }
    .graph-tab-title-1,
    .graph-tab-title-2 {
        font-size: 1.5rem;
        min-width: 84%;
    }
    .graph-container {
        margin-bottom: 4rem;
    }
    .graph-title {
        margin-top: -125%;
        margin-bottom: 105%;
        font-size: 2.5rem;
        text-align: center;
    }
    .service-image-wrapper {
        height: 20rem;
    }
    .service-image-wrapper img {
        max-width: 100% !important;
        height: 100% !important;
    }
    .rektis-cu-menu-social {
        right: 32%;
    }
    .rektis-cu-menu-mail {
        right: 25%;
        bottom: -13%;
    }
    div.cu-menu-button {
        transform: translate(-3rem, 3rem);
        font-size: 2rem;
    }
    
    span.lang-title {
        font-size: 1.5rem;
    }
    .rektis-cu-menu-lang {
        position: absolute;
        top: 7rem;
        right: 10%;
    }
    .lang-block.dropdown-menu.show li a {
        font-size: 1.5rem;
    }
    .cu-logo-top {
        width: 8rem;
        top: 5%;
        left: 10%;
    }
    .hs1-container p {
        width: 100%;
        margin-top: 2rem;
        font-size: 0.9rem;
        text-align: center;
    }
}

@media (max-width:420px) {
    ul.uk-breadcrumb {
        top: 11rem;
        left: 0rem;
    }
    div#cu-menu-button-container, div#cu-menu-button-container.cu-menu-button-shrink {
        height: 8rem;
        width: 50%;
    }
    .hs4-container h2 {
        text-align: center;
        margin-top: -180%;
        margin-bottom: 142%;
    }
    .hs2-container h2 {
        margin-top: -166%;
        margin-bottom: 141%;
        text-align: center;
    }
    .team-button a span {
        font-size: 1.1rem;
    }
    .cu-slider-desc {
        font-size: 0.8rem;
    }
    .cu-slider-position {
        font-size: 0.9rem;
    }
    .cu-slider-name {
        font-size: 1.3rem;
    }
    .about-quote-title {
        font-size: 2rem;
        left: 1.2rem;
        top: 0;
    }
    .page-title-logo {
        margin-left: 10rem;
    }
    .col-about-top .page-title {
        width: 85%;
    }
    .about-container-4 .about-title {
        margin-bottom: 13rem;
    }
    div#sync1 {
        margin-top: -10rem;
    }
    .cu-slider-image {
        height: 22rem;
    }
    .hs4-container .home-section-title {
        text-align: center;
        font-size: 3rem;
        margin-bottom: 140%;
    }
    .hs4-container .hs2-sub.rektis-sub {
        font-size: 2rem;
        margin-top: -185%;
    }
    .h-services-title {
        font-size: 1.4rem;
        margin-top: -32rem;
        margin-bottom: 22rem;
    }
    .hs2-container .rektis-button a {
        font-size: 1.6rem;
    }
    .hs2-container .home-section-title {
        margin-bottom: 135%;
    }
    .hs2-sub.rektis-sub {
        font-size: 1.5rem;
        margin-top: -165%;
    }
    .hs1-container h1 {
        margin-top: -271%;
        margin-bottom: 115%;
        padding-left: 2rem;
        line-height: 2.5rem;
        text-align: left;
        padding-left: unset;
        font-size: 2rem;
        width: 100%;
    }
    .graph-tab-text-1,
    .graph-tab-text-2 {
        width: 83%;
        margin-top: 2rem;
    }
    .service-image-wrapper {
        height: 17rem;
    }
    div.cu-menu-button {
        transform: translate(-2rem, 3rem);
    }
    .rektis-cu-menu-social {
        right: 29%;
    }
    .rektis-cu-menu-mail {
        right: 20%;
        bottom: -13%;
    }
    .rektis-cu-menu-nav {
        margin-top: 7rem;
    }
    .rektis-cu-menu-social {
        bottom: -14rem;
    }
    .rektis-cu-menu-mail {
        bottom: -18rem;
        padding-bottom: 2rem;
    }
}
@media (max-width:400px){
    .hs1-container h1 {
        margin-top: -283%;
    }
}

@media (max-width:395px) {
    .teaser-service-title {
        font-size: 1.2rem;
    }
    ul.uk-breadcrumb {
        top: 11rem;
        left: -1rem;
    }
    .rektis-cu-menu-mail {
        right: 16%;
        bottom: -93%;
    }
    .rektis-cu-menu-social {
        bottom: -30rem;
    }
    .rektis-cu-menu-nav {
        margin-top: 18rem;
    }
    .rektis-cu-menu-container {
        height: 86vh;
    }
    .h-services-text {
        margin-top: 26rem;
    }
    .hs5-container h2 {
        text-align: center;
        margin-top: -161%;
        margin-bottom: 125%;
    }
    .hs2-container h2 {
        margin-top: -185%;
        margin-bottom: 157%;
        text-align: center;
    }
    .page-title-logo {
        margin-left: 9rem;
    }
    .col-about-top .page-title {
        width: 90%;
    }
    .about-quote-title {
        font-size: 2rem;
        left: 0.5rem;
        top: 0;
    }
    .cu-slider-image {
        height: 20rem;
    }
    .hs5-container .rektis-button a {
        font-size: 1.6rem;
    }
    .hs5-container .home-section-title {
        margin-bottom: 120%;
        font-size: 3rem;
    }
    .hs5-container .hs2-sub.rektis-sub {
        margin-top: -165%;
    }
    .hs4-container .rektis-button a {
        font-size: 1.5rem;
    }
    .hs4image {
        width: 90%;
        height: 25rem;
    }
    .hs4-container .home-section-title {
        text-align: center;
        font-size: 2.7rem;
        margin-bottom: 130%;
    }
    .hs4-container .hs2-sub.rektis-sub {
        font-size: 2rem;
        margin-top: -180%;
    }
    .home-services-container .rektis-button a {
        padding: 0.8rem 1rem;
        font-size: 1.3rem;
    }
    #stitle1::before,
    #stitle2::before,
    #stitle3::before,
    #stitle4::before {
        font-size: 0.8rem;
        float: left;
        margin-top: 0.4rem;
        padding-right: 0rem;
    }
    .h-services-text p {
        font-size: 0.9rem;
    }
    .h-services-title {
        font-size: 1.3rem;
        margin-top: -31rem;
        margin-bottom: 24rem;
    }
    .h-services-img-left,
    .h-services-img-right,
    .h-services-img {
        width: 100%;
        height: 100%;
    }
    .hs2-container .rektis-button a {
        font-size: 1.4rem;
    }
    .hs2-container .home-section-title {
        margin-bottom: 155%;
    }
    .hs2-sub.rektis-sub {
        font-size: 1.5rem;
        margin-top: -185%;
    }
    /* .hs1row2 {
        margin-top: -5rem;
    } */
    a#homeButtonSection1 {
        font-size: 0.9rem;
    }
    .hs1img2 img {
        transform: scale(0.9);
    }
    .hs1img2 {
        left: -4rem;
        width: 120%;
        max-width: 120%;
    }
    .hs1-container h1 {
        margin-top: -295%;
        margin-bottom: 130%;
        line-height: 2.3rem;
        font-size: 1.7rem;
    }
    .cop-col-3 div a {
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
    }
    .cu-footer-row-2 ul li a {
        font-size: 1.2rem;
        margin-left: 0.5rem !important;
    }
    .footer-col-2 ul li a {
        font-size: 1.1rem;
    }
    .footer-info-link {
        font-size: 0.9rem;
    }
    .footer-container-1 ul li a {
        font-size: 2rem;
    }
    .cu-fix-footer {
        padding-left: 0.5rem;
        padding-right: 1rem;
    }
    .graph-title {
        margin-top: -135%;
        margin-bottom: 110%;
        font-size: 2.5rem;
        text-align: center;
    }
    .graph-tab-text-1,
    .graph-tab-text-2 {
        width: 82%;
        margin-top: 2rem;
    }
    .graph-tab-title-1,
    .graph-tab-title-2 {
        font-size: 1.3rem;
        min-width: 83%;
    }
    .service-title {
        font-size: 2rem;
        width: 100%;
    }
    .form-head-container {
        width: 90%;
    }
    .rektis-form-div {
        font-size: 1.8rem;
    }
    div.cu-menu-button {
        transform: translate(-2rem, 3rem);
        font-size: 1.5rem;
    }
    .cu-menu-icon-1 {
        height: 1.5rem;
        width: 2rem;
        margin-top: 0.5rem;
    }
    .cu-logo-top {
        width: 7rem;
        top: 5%;
        left: 8%;
    }
    .rektis-cu-menu-social {
        right: 27%;
    }
    .rektis-cu-menu-mail {
    
        bottom: -35rem;
    }
}
@media (max-width:375px){
    .rektis-cu-menu-container {
        height: 100vh;
    }
    .rektis-cu-menu-social {
        bottom: -24rem;
    }
    .h-services-title {
        margin-top: -29rem;
    }
    .rektis-cu-menu-mail {
        bottom: -29rem;
    }
    .hs1-container h1 {
        margin-bottom: 128%;
    }
}

@media (max-width:360px) {
    .rektis-cu-menu-social {
        bottom: -25rem;
    }
    .rektis-cu-menu-mail {
        right: 16%;
        bottom: -32rem;
    }
    .hs2-container h2 {
        margin-top: -170%;
        margin-bottom: 140%;
        text-align: center;
    }
    .hs1-container h1 {
        margin-top: -300%;
        margin-bottom: 120%;
        font-size: 1.7rem;
    }
    .hs1-container h1 {
        margin-top: -307%;
        margin-bottom: 120%;
        font-size: 1.7rem;
    }
    .about-quote-title {
        font-size: 2rem;
        left: 0.2rem;
        top: 0;
    }
    .col-about-top .page-title {
        width: 95%;
    }
    .hs1-container h1 {
        margin-top: -310%;
        margin-bottom: 120%;
        font-size: 1.7rem;
    }
    a#homeButtonSection1 {
        font-size: 0.8rem;
    }
    .hs2image {
        width: 90%;
        height: 25rem;
    }
    .hs2-sub.rektis-sub {
        font-size: 1.5rem;
        margin-top: -165%;
    }
    .hs2-container .home-section-title {
        margin-bottom: 135%;
    }
    .h-services-title {
        font-size: 1.2rem;
        margin-top: -28rem;
        margin-bottom: 22rem;
    }
    .hs4-container .home-section-title {
        text-align: center;
        font-size: 2.7rem;
        margin-bottom: 140%;
    }
    .hs4-container .hs2-sub.rektis-sub {
        font-size: 1.7rem;
        margin-top: -185%;
    }
    .h-services-text {
        margin-top: 24rem;
    }
}
@media (max-width:740px) and (max-height:360px){
    div#cu-menu-button-container {
        height: 46%;
    }
    .hs1-container h1 {
        margin-top: -824px;
    }
    

}
@media (max-width:320px) {
    .rektis-form-div h1 {
        font-size: 2rem;
    }
    .rektis-cu-menu-social {
        bottom: -22rem;
    }
    .rektis-cu-menu-mail {
        bottom: -30rem;
        padding-bottom: 4rem;
    }
    div#homeSection1 {
        margin-top: 0;
    }
    .teaser-service-title {
        font-size: 1.1rem;
    }
    ul.uk-breadcrumb {
        top: 11rem;
        left: -2rem;
    }
    .page-title-logo {
        margin-left: 7rem;
        width: 8rem;
        margin-top: -3rem;
    }
    .col-about-top .page-title {
        font-size: 2.6rem;
    }
    .about-title {
        font-size: 2.8rem;
    }
    .cu-slider-image {
        height: 18rem;
    }
    .hs5-container .rektis-button a {
        font-size: 1.3rem;
    }
    .hs5-container .home-section-title {
        margin-bottom: 120%;
        font-size: 2.7rem;
    }
    .hs5-container .hs2-sub.rektis-sub {
        margin-top: -165%;
        font-size: 1.3rem;
    }
    .hs4-container .hs2-sub.rektis-sub {
        font-size: 1.5rem;
        margin-top: -185%;
    }
    .hs4-container .home-section-title {
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 140%;
    }
    .hs4image {
        width: 90%;
        height: 20rem;
    }
    .home-services-container .row {
        margin-bottom: 10rem;
    }
    .home-services-container .rektis-button a {
        font-size: 1.1rem;
    }
    .h-services-text p {
        font-size: 0.8rem;
    }
    .hs3-title {
        font-size: 3rem;
    }
    .hs3-sub {
        font-size: 1.5rem;
    }
    .hs2-container .rektis-button a {
        font-size: 1.1rem;
    }
    .hs2-container .home-section-title {
        margin-bottom: 150%;
        font-size: 2.5rem;
    }
    .hs2image {
        width: 90%;
        height: 22rem;
    }
    .hs2-sub.rektis-sub {
        font-size: 1.3rem;
        margin-top: -165%;
    }
    a#homeButtonSection1 {
        font-size: 0.7rem;
    }
    .hs1img2 img {
        transform: scale(0.8);
    }
    .hs1img2 {
        left: -8rem;
        width: 140%;
        max-width: 140%;
    }
    /* .hs1row2 {
        margin-top: -9rem;
    } */
    .hs5-container p {
        font-size: 0.9rem;
    }
    .hs1-container h1 {
        margin-top: -347%;
        margin-bottom: 120%;
        font-size: 1.5rem;
        width: 100%;
    }
    .cop-col-2 div {
        font-size: 1rem;
        letter-spacing: 0.3rem;
        font-weight: bold;
    }
    .cop-col-3 div a {
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
    }
    .cu-footer-row-2 ul li a {
        font-size: 1.1rem;
        margin-left: 0.5rem !important;
    }
    .footer-col-2 ul li a {
        font-size: 1rem;
    }
    .footer-info-link {
        font-size: 0.8rem;
    }
    .footer-container-1 ul li a {
        font-size: 1.7rem;
    }
    .graph-tab-text-1,
    .graph-tab-text-2 {
        width: 79%;
        margin-top: 2rem;
        font-size: 0.75rem;
    }
    .graph-tab-title-1,
    .graph-tab-title-2 {
        font-size: 1.1rem;
        min-width: 81%;
    }
    .graph-desc {
        font-size: 0.75rem;
    }
    .service-title {
        font-size: 1.7rem;
        width: 100%;
    }
    .rektis-form-div {
        font-size: 1.6rem;
    }
    div.cu-menu-button {
        transform: translate(-1rem, 3rem);
        font-size: 1.5rem;
    }
    
    .rektis-cu-menu-nav {
        margin-top: 18rem;
    }
    .rektis-cu-menu-nav ul li a {
        font-size: 2.2rem;
    }
    .rektis-cu-menu-social {
        font-size: 1.3rem;
    }
    .rektis-cu-menu-mail a {
        font-size: 2rem;
    }
    .rektis-cu-menu-social {
        bottom: -27rem;
    }
    .rektis-cu-menu-mail {
        right: 16%;
        bottom: -32rem;
    }
    .rektis-cu-menu-lang {
        
        right: 5%;
    }
}
@media (min-width:1930px){
    div#cu-menu-button-container {
        height: 200px;
    }
    
    .team-slider-row {
       max-height: unset;
    }
    .cu-slider-container::after {
        height: 14%;
    }
    .cu-slider-container::before {
        height: 86%;
    }
}
div#cu-menu-button-container {
    transition: .3s ease-in-out;
}
.scrolled div#cu-menu-button-container {
    width: 100%;
}
.prevent-scroll .cu-menu-button-inner-container {
    width: 100%;
}
.scrolled ul.uk-breadcrumb{
    position: inherit;
}
.scrolled.about .cu-logo-top img{
    filter: invert(1);
    transition: .3s ease-in-out;
}
@media (max-width:768px) and (orientation:landscape){
    .graph-title {
        margin-top: -110%;
    }
    .rektis-cu-menu-container.cu-menu-show {
        flex-direction: column;
        height: unset;
        padding-top: 14rem;
    }
    div#cu-menu-button-container, div#cu-menu-button-container.cu-menu-button-shrink,div.cu-menu-button-inner-container {
        height: 35%;
    }
    .cu-logo-top {
        top: 9%;
    }
}
@media (max-width:1195px) and (min-width:1190px){
    .graph-tab-title-1, .graph-tab-title-2 {
        margin-bottom: 0;
    }
    .graph-tab-text-1, .graph-tab-text-2 {
        margin-top: 4rem;
    }
    .graph-col-2-1 {
        min-height: unset !important;
        padding-top: 8rem;
    }
    .footer-news-col {
        max-width: 50%;
        margin: auto;
    }
    div#homeSection2 {
        width: 100%;
    }
    .home-services-container {
        position: relative;
        z-index: 2;
    }
    .hs4-container {
        padding-right: 0;
        margin-left: 0;
    }
    .cta-banner {
        margin-bottom: 37rem;
    }
    .cu-footer-row-2, .cu-footer-row {
        margin-top: 1rem;
    }
    .row-teaser-services::before {
        z-index: 0;
    }
    .owl-carousel .owl-item .cu-slider-image img {
        height: auto !important;
    }
    .cu-slider-image {
        height: 19.5rem;
    }
    .cu-slider-container::before {
        height: 59%;
    }
    .graph-container-info {
        width: 100%;
    }
}