/*
	Theme Name: Cavitron Web
	Description: Custom Theme For Cavitron Web
	Version: 1.0.25
	Author: Developer
*/

.form-block .nav-wrap > div.swiper-button-disabled{
    opacity: 0!important;
}
.form-block .input-wrap-check + .input-wrap-text{
    position: relative;
    z-index: 5;
}
.header-language-dropdown a{
    color: #fff;
}
.header-language-dropdown a:hover{
    color: #ffb900;
}
.footer p{
    color: #fff;
}
.btn-default:after{
    display: none!important;
}
.nav-wrap .swiper-button-next:after, .nav-wrap .swiper-button-prev:after{
    display: none;
}

.btn-default{
    color: #fff!important;
}
@font-face {
    font-family: 'InterWeb';
    src: url('assets/fonts/inter-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterWeb';
    src: url('assets/fonts/inter-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterWeb';
    src: url('assets/fonts/inter-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterWeb';
    src: url('assets/fonts/inter-bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterWeb';
    src: url('assets/fonts/inter-extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterWeb';
    src: url('assets/fonts/inter-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    font-size: 10px;
}

body {
    background: #fff;
    font-family: 'InterWeb';
    font-size: 2.4rem;
    font-weight: 300;
    color: #74889c;
    line-height: 1.3333;
    letter-spacing: -0.01em;
    margin: 0;
    min-width: 320px;
    padding: 10.6rem 0 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

body.body-header-white {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

table,
td,
th {
    border-collapse: collapse;
}

iframe {
    max-width: 100%;
}

b,
strong {
    font-weight: bold;
}

:focus {
    outline: none;
}

a,
.btn,
label,
input[type="submit"] {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    outline: none !important;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    color: #e16310;
}

.btn {
    background-color: #ee7203;
    border-radius: 1em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    letter-spacing: -0.01em;
    line-height: 1.1;
    padding: 0.3em 2.5em 0.3em 1.4em;
    position: relative;
    text-align: center;
}

.btn:after {
    background-color: #fff;
    background-image: url('assets/img/icons/angle-right-lightblue.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.375em auto;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.4em;
    position: absolute;
    right: 0.15em;
    top: 0.15em;
    width: 1.4em;
}

.btn:hover {
    background: #c15a06;
    color: #fff;
}

.link-item {
    color: #74889c;
    font-size: 1.8rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 1.33em;
}

.link-item:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath fill='%2374889c' d='M.9,16a.87.87,0,0,1-.64-.27.88.88,0,0,1,0-1.26L6.82,8,.27,1.53A.88.88,0,0,1,.26.27a.88.88,0,0,1,1.26,0l7.09,7a.69.69,0,0,1,.13.11.92.92,0,0,1,0,1.28.69.69,0,0,1-.13.11l-7.09,7A.89.89,0,0,1,.9,16Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 1em;
    margin-top: -0.5em;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.2s linear;
    width: 0.5em;
}

.link-item:hover {
    color: #ee7203;
}

.link-item:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath fill='%23ee7203' d='M.9,16a.87.87,0,0,1-.64-.27.88.88,0,0,1,0-1.26L6.82,8,.27,1.53A.88.88,0,0,1,.26.27a.88.88,0,0,1,1.26,0l7.09,7a.69.69,0,0,1,.13.11.92.92,0,0,1,0,1.28.69.69,0,0,1-.13.11l-7.09,7A.89.89,0,0,1,.9,16Z'/%3E%3C/svg%3E");
}

.link-item-white {
    color: #fff;
}

.link-item-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath fill='%23fff' d='M.9,16a.87.87,0,0,1-.64-.27.88.88,0,0,1,0-1.26L6.82,8,.27,1.53A.88.88,0,0,1,.26.27a.88.88,0,0,1,1.26,0l7.09,7a.69.69,0,0,1,.13.11.92.92,0,0,1,0,1.28.69.69,0,0,1-.13.11l-7.09,7A.89.89,0,0,1,.9,16Z'/%3E%3C/svg%3E");
}

p,
ul,
ol {
    margin: 0 0 1.3em;
}

p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

ul {
    padding-left: 1.1em;
}

u {
    border-bottom: 1px dotted #004d5b;
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-weight: bold;
    word-break: break-word;
}

h2 {
    color: #283742;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin: 0 0 0.79em;
}

h3 {
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
    margin-bottom: 0;
}

.container {
    margin: 0 auto;
    max-width: 186rem;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-12 {
    width: 100%;
}

.col-md-6 {
    width: 50%;
}

.col-md-6:first-child .tcb-text-block {
    padding-right: 4rem;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

/*---------Animation--------*/
/*--------------Header--------------*/
.header {
    background-color: #fff;
    left: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    position: fixed;
    transition: background-color 0.15s ease, transform 0.4s ease;
    top: 0;
    width: 100%;
    z-index: 105;
}

.header-inner {
    margin: 0 auto;
    max-width: 192rem;
    padding: 0 3rem;
    width: 100%;
}

.header-row {
    border-bottom: 1px solid rgba(0, 45, 68, 0.3);
    display: flex;
    max-width: 180rem;
    margin: 0 auto;
    padding: 3.5rem 0 28px;
    transition: border-bottom 0.2s linear;
    width: 100%;
}

.header-logo a {
    display: inline-block;
    vertical-align: middle;
}

.header-logo img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 175px;
    height: auto;
}

.navigation {
    color: inherit;
    align-self: center;
    margin-left: 29px;
}

.navigation > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navigation > ul > li {
    padding: 0 19px;
}

.navigation a {
    color: inherit;
}

.navigation a:hover,
.navigation a.active {
    color: #fe9d16;
}

.sub-menu-wrap {
    color: #fff;
    display: none;
    overflow: hidden;
}

.navigation ul ul li.menu-item-wbg {
    width: 570px;
}

.navigation ul ul li.menu-item-wbg a {
    border: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 25px;
    height: 400px;
}

.navigation ul ul li.menu-item-wbg .menu-item-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.navigation ul ul li.menu-item-wbg .menu-item-bg:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

.navigation ul ul li.menu-item-wbg .menu-item-title {
    display: block;
    position: relative;
    text-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
    z-index: 1;
    color: #fe9d16;
    font-size: 23px;
    word-break: break-word;
}

.navigation ul ul li.menu-item-wbg .menu-item-description {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 23px;
    margin-top: 20px;
    line-height: 110%;
    width: 100%;
    max-width: 400px;
}

.header-logo {
    position: relative;
    width: 570px;
}

@media (max-width: 1600px) {
    .header-logo, .navigation ul ul li.menu-item-wbg {
        width: 20%;
    }

    .navigation ul ul li.menu-item-wbg {
        display: none;
    }
}

@media (max-width: 1270px) {
    .header-logo {
        width: 175px;
    }

    .navigation ul ul li.menu-item-wbg {
        width: 31.5%;
    }
}

@media (max-width: 1100px) {
    .navigation {
        margin-left: 15px;
    }

    .header-logo img {
        max-width: 120px;
    }

    .header-logo {
        width: 120px;
    }
}

.sub-menu-close {
    position: absolute;
    right: 0.3rem;
    top: 1.3rem;
    z-index: 5;
}

.close-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' d='M15.1,16a.91.91,0,0,1-.63-.26L8,9.27,1.53,15.74A.9.9,0,0,1,.26,14.47L6.73,8,.26,1.53A.9.9,0,0,1,1.53.26L8,6.73,14.47.26a.9.9,0,0,1,1.27,1.27L9.27,8l6.47,6.47a.9.9,0,0,1,0,1.27A.93.93,0,0,1,15.1,16Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 1.6rem;
    cursor: pointer;
    transition: all 0.2s linear;
    width: 1.6rem;
}

.close-icon:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ee7203' d='M15.1,16a.91.91,0,0,1-.63-.26L8,9.27,1.53,15.74A.9.9,0,0,1,.26,14.47L6.73,8,.26,1.53A.9.9,0,0,1,1.53.26L8,6.73,14.47.26a.9.9,0,0,1,1.27,1.27L9.27,8l6.47,6.47a.9.9,0,0,1,0,1.27A.93.93,0,0,1,15.1,16Z'/%3E%3C/svg%3E");
}

.header-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    width: 26px;
    margin-left: auto;
}

.header-language-switcher {
    background-image: url('assets/img/icons/globe-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin-left: auto;
    height: 2.6rem;
    line-height: 1;
    width: 2.6rem;
}

.header-language-dropdown {
    background: #283742;
    box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.2);
    color: #fff;
    display: none;
    left: 0;
    position: absolute;
    padding: 0 3rem 10.7rem;
    top: 100%;
    width: 100%;
    z-index: 9999;
}

.header-language-row {
    margin: 0 auto;
    max-width: 180rem;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.header-language-close {
    position: absolute;
    right: 0.3rem;
    top: 1.2rem;
}

.header-language-dropdown .header-language-row > img {
    display: block;
    width: 570px;
}

.header-language-dropdown ul {
    list-style-type: none;
    width: 20%;
    padding-left: 29px;
}

@media (max-width: 1600px) {
    .header-language-dropdown .header-language-row > img {
        width: 20%;
    }
}

@media (max-width: 1270px) {
    .header-language-dropdown .header-language-row > img {
        width: 31.5%;
    }
}

@media only screen and (min-width: 1500px) {
    .header-language-dropdown ul {
        width: 16.8%;
    }
}

@media only screen and (max-width: 991px) {
    .header-language-dropdown .header-language-row > img {
        display: none;
    }

    .header-language-dropdown ul {
        padding-left: 0;
    }
}

.header-language-dropdown a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    padding: 0.6rem 0;
    position: relative;
    font-size: 17px;
}

#touch-menu {
    display: none;
    cursor: pointer;
    font-size: 1rem;
    height: 2em;
    margin-left: 2.5rem;
    width: 3.2em;
    z-index: 10;
}

#touch-menu span:after,
#touch-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.8em;
}

#touch-menu span:after {
    top: 0.8em;
}

#touch-menu span {
    position: relative;
    display: block;
    top: 0.8em;
}

#touch-menu span,
#touch-menu span:after,
#touch-menu span:before {
    border-radius: 0.2em;
    height: 2px;
    width: 100%;
    background-color: #283742;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#touch-menu.on span {
    background-color: transparent !important;
}

#touch-menu.on span:before {
    background-color: #fff;
    transform: rotate(45deg);
    top: 0;
}

#touch-menu.on span:after {
    background-color: #fff;
    transform: rotate(-45deg);
    top: 0;
}

@media (min-width: 992px) {
    body.dropdown-visible::before {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
}

body.dropdown-visible .header {
    background-color: #283742 !important;
    color: #fff;
}

body.dropdown-visible .header-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

body.dropdown-visible .header-logo img,
body.dropdown-visible .header-language-switcher {
    filter: brightness(0) invert(1);
}

body.dropdown-visible #touch-menu span,
body.dropdown-visible #touch-menu span:after,
body.dropdown-visible #touch-menu span:before {
    background-color: #fff;
}

.body-header-white:not(.body-scroll) .header {
    background-color: transparent;
    color: #fff;
}

.body-header-white:not(.body-scroll) .header-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.body-header-white:not(.body-scroll) .header-logo img,
.body-header-white:not(.body-scroll) .header-language-switcher {
    filter: brightness(0) invert(1);
}

.body-header-white:not(.body-scroll) #touch-menu span,
.body-header-white:not(.body-scroll) #touch-menu span:after,
.body-header-white:not(.body-scroll) #touch-menu span:before {
    background-color: #fff;
}

.scrolled.scroll-down:not(.dropdown-visible) .header,
.scrolled.scroll-down:not(.dropdown-visible) .header-2 {
    transform: translateY(-102%);
}

/*-----------Footer---------*/
.footer {
    background: #283742;
    border-bottom: 3rem solid #ee7203;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.333;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 2;
}

.footer a {
    color: inherit;
}

.footer a:hover {
    color: #ee7203;
}

.footer-top-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6rem 0 5.5rem;
}

.footer-logo a {
    display: inline-block;
    vertical-align: middle;
}

.footer-logo img {
    display: inline-block;
    height: 3.9rem;
    vertical-align: middle;
    width: auto;
}

.footer-middle {
    padding: 6.4rem 0 9.6rem;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-info-col {
    max-width: 63.2rem;
    padding-right: 4rem;
    width: 40%;
}

.footer-info p {
    margin-bottom: 1.3em;
}

.footer-info p:last-child {
    margin-bottom: 0;
    margin-top: 2.7em;
}

.footer-menu-col {
    max-width: 30rem;
    padding: 0;
    width: 20%;
}

.footer-menu-col:nth-child(2) {
    margin-left: auto;
}

.footer-menu {
    padding-right: 1rem;
}

.footer-menu h4 {
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    margin: 0 0 2.7em;
}

.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 1.3em;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

/*-----------Home-------*/
.sect-pad {
    padding: 12rem 0;
}

section {
    background: #fff;
    position: relative;
}

.spacer {
    height: 22rem;
}

.contact-bagde {
    font-size: 1.8rem;
    line-height: 1.2;
    position: absolute;
    right: 5.9rem;
    top: 21.2rem;
    z-index: 3;
}

.contact-bagde a {
    background-image: url('assets/img/icons/get-contact.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: drop-shadow(-0.5rem 0 1.5rem rgba(0, 0, 0, 0.5));
    color: #fff;
    font-weight: bold;
    height: 5.7em;
    letter-spacing: -0.025em;
    text-align: right;
    width: 10.9em;
    z-index: 15;
}

.contact-bagde a:hover {
    filter: drop-shadow(0 0 2.5rem #000);
}

.contact-bagde a span {
    display: inline-block;
    min-width: 8.4em;
    padding: 1.2em 0.5em;
    text-align: center;
}

.top-section {
    min-height: 40rem;
    position: relative;
}

.top-section-fullwindow {
    min-height: 100vh;
}

.top-block {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

.top-block-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 16000ms ease;
    width: 100%;
}

.swiper-slide-active .top-block-bg {
    transform: scale(1.15);
}

.top-block-video-bg {
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

.top-block-video-bg iframe {
    width: 100%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-block-inner {
    background: linear-gradient(rgba(0, 0, 0, 0.4), transparent, transparent, rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40rem;
    padding: 4rem 0 18rem;
    position: relative;
    z-index: 2;
}

.top-section-fullwindow .top-block-inner {
    min-height: 100vh;
}

.top-block-content h3 {
    color: inherit;
    font-size: 18rem;
    font-weight: 900;
    opacity: 0.8;
    letter-spacing: normal;
    line-height: 1;
    margin-left: -7px;
}

.top-slogan-wrap {
    bottom: 5rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
}

.top-slogan {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.16;
    letter-spacing: -0.025em;
    position: relative;
    z-index: 2;
}

.top-slogan:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    bottom: 10px;
    content: "";
    display: block;
    left: 0.06em;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.tcb-text-block h2 {
    margin-bottom: 0.8em;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.tcb-text-block h2:after {
    border-top: 1px solid rgba(0, 45, 68, 0.25);
    bottom: 11px;
    content: "";
    display: block;
    left: 0.06em;
    position: absolute;
    z-index: -1;
    width: 300%;
}

.tcb-text-block h2:last-child {
    margin-bottom: 0 !important;
}

.tcb-text-block h4:first-child {
    margin-top: -0.7em;
}

.tcb-text-block h4 {
    font-size: inherit;
    line-height: inherit;
    margin: 1.3em 0;
}

.tcb-text-block a:not(.link-item) {
    color: #ee7203;
    display: inline-block;
    position: relative;
}

.tcb-text-block a:not(.link-item):before {
    background: #fce3cd;
    bottom: 0.2em;
    content: "";
    display: block;
    height: 0.35em;
    left: 0;
    position: absolute;
    transition: all 0.2s linear;
    z-index: -1;
    width: 100%;
}

.tcb-text-block a:not(.link-item):hover:before {
    bottom: 0;
    height: 100%;
    left: -2%;
    width: 104%;
}

.lnk-row {
    display: flex;
    flex-wrap: wrap;
}

.lnk-col {
    width: 50%;
}

.lnk-col-33 {
    width: 33.3333%;
}

.lnk-item {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
}

.lnk-item:hover {
    color: #fff;
}

.lnk-item-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
    width: 100%;
}

.lnk-item:hover .lnk-item-img {
    transform: scale(1.05);
}

.lnk-item-inner {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    min-height: 42rem;
    display: flex;
    align-items: flex-end;
    max-width: 51rem;
    position: relative;
    width: 100%;
    z-index: 2;
}

.lnk-item-content {
    line-height: 1.0833;
    min-height: 25.8rem;
    max-width: 41rem;
    padding: 2.5rem 3rem;
    width: 100%;
}

.lnk-item-content h3 {
    font-size: 1.6667em;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 0.4em;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.6);
}

.lnk-item-content p {
    text-shadow: 0 0 1em rgba(0, 0, 0, 1);
    margin-bottom: 0.6em;
}

.lnk-item-content p:last-child {
    margin-bottom: 0;
}

.lnk-item-link {
    line-height: 1;
    position: relative;
}

.banner-block {
    background: #283742;
    position: relative;
}

.banner-img img {
    display: block;
    height: auto;
    width: 100%;
}

.banner-overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    display: flex;
    align-items: flex-end;
    height: 100%;
    bottom: 0;
    left: 0;
    max-width: 80rem;
    position: absolute;
    width: 100%;
}

.banner-overlay-content {
    color: #fff;
    line-height: 1.083;
    max-width: 44rem;
    min-height: 26rem;
    padding: 2.8rem 3rem;
}

.banner-overlay-content h3 {
    font-size: 1.6667em;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 0.33em;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.6);
}

.banner-overlay-content p {
    text-shadow: 0 0 1em rgba(0, 0, 0, 1);
    margin-bottom: 0.65em;
}

.banner-overlay-content p:last-child {
    margin-bottom: 0;
}

.banner-overlay-link {
    line-height: 1;
}

.cta-section {
    background: #283742;
    color: #fff;
}

.cta-section-inner {
    padding: 35.8rem 0 31.2rem;
}

.cta-content {
    text-align: center;
}

.cta-content h2 {
    color: inherit;
    font-size: 3.333em;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 1.02em;
}

.cta-content h2:last-child {
    margin-bottom: 0;
}

.cta-slogan-wrap {
    padding-bottom: 6.5rem;
}

.cta-slogan {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.125;
    letter-spacing: -0.025em;
    position: relative;
    z-index: 2;
}

.cta-slogan:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    bottom: 0.18em;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.text-start {
    text-align: left;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.one-text-figcaption {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}

.double-text-figcaption {
    margin-top: 35px;
    font-size: 48px;
    /* line-height: 45px; */
    font-weight: bold;
}

/* .blackquote-section {
	padding: 0px 5%;
} */
.blackquote-section .cta-content {
    font-size: 78px;
    font-weight: bold;
    line-height: 95px;
    color: rgba(116, 136, 156, 0.5);
    margin-left: 240px;
    margin-right: 120px;
}

.row-columns {
    margin-left: -15px;
    margin-right: -15px;
}

.row-columns > div {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.column-item {
    border: 1px solid rgba(204, 204, 204, 0.5);
    padding: 1.5rem;
    min-height: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.column-item .column-number {
    font-size: 40px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 0;
    color: rgb(27, 48, 64);
}

.column-item .column-content {
    font-size: 21px;
    font-weight: bold;
    color: rgb(27, 48, 64);
    margin-top: auto;
}

.column-block-content ol {
    padding-left: 27px;
}

.column-block-content ol li + li {
    margin-top: 3rem;
}

.branding-section .top-slogan {
    color: rgb(119, 135, 150);
    font-size: 60px;
}

.branding-section .custom-logo-link {
    position: relative;
    top: -150px;
    text-align: right;
    display: block;
}

.branding-section .custom-logo {
    width: 670px;
    height: auto;
}

.tcb-img-block img {
    width: 100%;
}

.page-template-template-new .row, .row__images {
    margin-left: -20px;
    margin-right: -20px;
}

.page-template-template-new .row > div, .row__images > div {
    padding-left: 20px;
    padding-right: 20px;
}

.page-template-template-new .col-md-6:first-child .tcb-text-block {
    padding-right: 0;
}

.top-slide .top-block-content h3 {
    text-align: left;
}

.navigation.mobile {
    display: none;
}

/*----------------Responsive--------------*/
@media only screen and (max-width: 1400px) {
    .footer-menu-col {
        width: 18%;
    }

    .spacer {
        max-height: 12rem;
    }

    .spacer-sm-30 {
        max-height: 7rem;
    }

    .spacer-section:first-child .spacer {
        max-height: 16rem;
    }

    .contact-bagde {
        font-size: 1.6rem;
        right: 4.5rem;
        top: 18rem;
    }

    .navigation > ul > li {
        padding: 0 1.6rem;
    }

    .top-section,
    .top-block-inner {
        height: auto !important;
        min-height: 75vh;
        padding: 0;
    }

    .top-block-content h3 {
        font-size: 14rem;
    }

    .cta-section-inner {
        padding: 25.7rem 0 21.2rem;
    }

    .branding-section {
        padding-top: 30rem;
        padding-bottom: 20rem;
    }
}

@media only screen and (max-width: 1300px) {
    .header-controls {
        min-width: 5rem;
    }
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 2rem;
    }

    .header {
        font-size: 1.6rem;
    }

    .navigation > ul > li {
        padding: 0 7px;
    }

    .footer-info-col {
        max-width: 100%;
        padding: 0 0 9rem;
        width: 100%;
    }

    .footer-menu-col {
        width: 33.3333%;
    }

    .footer-menu-col:nth-child(2) {
        margin: 0;
    }

    .top-block-content h3 {
        font-size: 12rem;
    }

    .lnk-item-content {
        min-height: 21rem;
        padding: 2.5rem;
    }

    .banner-overlay-content {
        min-height: 21rem;
        padding: 2.5rem;
    }

    /* .blackquote-section {
        padding: 0 5%;
    } */
    .blackquote-section .cta-content {
        font-size: 30px;
        line-height: 40px;
    }

    .double-text-figcaption {
        margin-top: 15px;
        font-size: 30px;
    }

    .branding-section .custom-logo-link {
        top: -50px;
    }

    .branding-section .custom-logo {
        width: 295px;
        height: auto;
    }

    .branding-section .top-slogan {
        font-size: 40px;
    }

    .branding-section {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 1.8rem;
        position-top: 9.9rem;
    }

    body.menu-open {
        overflow: hidden;
    }

    .header-row {
        display: block;
        padding: 0;
    }

    .header-logo {
        padding: 3rem 0;
    }

    #touch-menu {
        display: block;
    }

    .header-controls {
        position: absolute;
        right: 3rem;
        top: 3.6rem;
        width: auto;
    }

    .navigation.desktop {
        display: none !important;
    }

    .navigation.mobile {
        display: none;
        font-size: 1.8rem;
        height: calc(100vh - 9.9rem);
        margin: 0 -3rem;
        padding: 0 3rem;
        overflow: auto;
    }

    .navigation ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .sub-menu-inner > .sub-menu > li.menu-item-empty > a {
        display: none;
    }

    .sub-menu-inner > .sub-menu > li.menu-item-empty > .sub-menu {
        display: block;
        padding-left: 0;
    }

    .navigation > ul {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .navigation > ul > li {
        padding: 0;
    }

    .navigation a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        display: block;
        padding: 0.333em 0;
        position: relative;
    }

    .navigation .menu-item-has-children > a:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath fill='%23FFF' d='M.9,16a.87.87,0,0,1-.64-.27.88.88,0,0,1,0-1.26L6.82,8,.27,1.53A.88.88,0,0,1,.26.27a.88.88,0,0,1,1.26,0l7.09,7a.69.69,0,0,1,.13.11.92.92,0,0,1,0,1.28.69.69,0,0,1-.13.11l-7.09,7A.89.89,0,0,1,.9,16Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.9rem 1.6rem;
        content: "";
        height: 100%;
        right: 0.4rem;
        position: absolute;
        top: 0;
        transition: all 0.2s linear;
        transform: rotate(90deg);
        width: 0.9rem;
    }

    .navigation .menu-item-has-children > a.active:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath fill='%23ee7203' d='M.9,16a.87.87,0,0,1-.64-.27.88.88,0,0,1,0-1.26L6.82,8,.27,1.53A.88.88,0,0,1,.26.27a.88.88,0,0,1,1.26,0l7.09,7a.69.69,0,0,1,.13.11.92.92,0,0,1,0,1.28.69.69,0,0,1-.13.11l-7.09,7A.89.89,0,0,1,.9,16Z'/%3E%3C/svg%3E");
        transform: rotate(270deg);
    }

    .navigation ul ul {
        display: none;
        padding-left: 1.5em;
    }

    .navigation ul ul li.menu-item-wbg {
        display: none !important;
    }

    .navigation ul ul li.menu-item-wb a {
        width: 100%;
    }

    .navigation ul .sub-menu-inner > ul {
        display: block;
    }

    .sub-menu-close {
        display: none;
    }

    body.menu-open .header {
        background: #283742 !important;
        box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.2);
        color: #fff;
    }

    body.menu-open .header-logo img,
    body.menu-open .header-language-switcher {
        filter: brightness(0) invert(1);
    }

    .contact-bagde {
        font-size: 1.4rem;
        right: 3rem;
        top: 14rem;
    }

    .lnk-col {
        padding: 1rem 0;
        width: 100%;
    }

    .top-section,
    .top-block-inner {
        min-height: 32rem !important;
        height: 90vw !important;
        max-height: 100vh !important;
    }

    .top-block-content h3 {
        font-size: 10rem;
    }

    /* .blackquote-section {
        padding: 0 5%;
    } */
    .blackquote-section .cta-content {
        font-size: 20px;
        line-height: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .double-text-figcaption {
        margin-top: 15px;
        font-size: 30px;
    }

    .branding-section .custom-logo-link {
        top: -75px;
    }

    .branding-section .custom-logo {
        width: 295px;
        height: auto;
    }

    .branding-section .top-slogan {
        font-size: 40px;
    }

    .row-columns .col-md-6 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 6.7rem;
    }

    h2 {
        font-size: 2.6rem;
    }

    .sect-pad {
        padding: 6rem 0;
    }

    .spacer {
        max-height: 6rem;
    }

    .spacer-sm-60 {
        max-height: 6rem;
    }

    .spacer-sm-30 {
        max-height: 3rem;
    }

    .spacer-sm-20 {
        max-height: 2rem;
    }

    .spacer-sm-10 {
        max-height: 10rem;
    }

    .spacer-section:first-child .spacer {
        max-height: 13rem;
    }

    .link-item {
        font-size: 1.6rem;
    }

    .container {
        padding: 0 2rem;
    }

    .col-md-6 {
        padding-top: 3rem;
        width: 100%;
    }

    /* .col-md-6:first-child{
        padding: 0;
    } */
    .header-inner {
        padding: 0 2rem;
    }

    .header-logo {
        padding: 1.6rem 0;
    }

    .header-logo img {
        height: 3.4rem;
    }

    .header-controls {
        right: 2rem;
        top: 2rem;
    }

    .navigation {
        height: calc(100vh - 8rem);
        margin: 0 -2rem;
        padding: 0 2rem;
    }

    .navigation ul ul {
        padding-left: 1.5rem;
    }

    .header-language-dropdown {
        min-height: 1px;
        padding: 0 2rem 6rem;
    }

    .header-language-dropdown ul {
        width: 100%;
    }

    .header-language-close {
        top: 1rem;
    }

    .footer {
        font-size: 1.6rem;
    }

    .footer-top-row {
        padding: 4rem 0;
    }

    .footer-middle {
        padding: 4rem 0 1rem;
    }

    .footer-info-col {
        padding-bottom: 5rem;
    }

    .footer-info p:last-child {
        margin-top: 0;
    }

    .footer-menu-col {
        max-width: 100%;
        padding-bottom: 4.5rem;
        width: 100%;
    }

    .footer-menu h4 {
        margin-bottom: 1.2em;
    }

    .footer-menu li {
        margin-bottom: 1em;
    }

    .contact-bagde {
        display: none;
        font-size: 1.2rem;
        top: 10rem;
        right: 2rem;
    }

    .top-block-content h3 {
        font-size: 4.8rem;
    }

    .top-slogan-wrap {
        bottom: 2rem;
    }

    .top-slogan {
        font-size: 2.6rem;
    }

    .top-slogan:after {
        bottom: 6px;
    }

    .tcb-text-block h2 {
        margin-bottom: 0.7em;
    }

    .tcb-text-block h2:after {
        bottom: 6px;
    }

    .tcb-text-block h4:first-child {
        margin-top: 0;
    }

    .tcb-text-block h2 br {
        display: none;
    }

    .lnk-col {
        padding: 0.8rem 0;
    }

    .lnk-item-inner {
        min-height: 28rem;
    }

    .lnk-item-content h3 {
        font-size: 2.2rem;
    }

    .lnk-item-content {
        min-height: 1px;
        padding: 3rem 2rem;
    }

    .banner-overlay {
        background: transparent;
        max-width: 100%;
        position: relative;
    }

    .banner-overlay-content {
        min-height: 1px;
        padding: 2.5rem 2rem 3rem;
    }

    .banner-overlay-content h3 {
        font-size: 2.2rem;
    }

    .cta-section-inner {
        padding: 14rem 0;
    }

    .cta-content h2 {
        font-size: 3.4rem;
    }

    .cta-slogan-wrap {
        padding-bottom: 6rem;
    }

    .cta-slogan {
        font-size: 2.6rem;
    }

    /* .blackquote-section {
        padding: 0 5%;
    } */
    .blackquote-section .cta-content {
        font-size: 20px;
        line-height: 30px;
    }

    .double-text-figcaption {
        margin-top: 15px;
        font-size: 30px;
    }

    .branding-section .custom-logo-link {
        position: static;
    }

    .branding-section .custom-logo {
        width: 295px;
        height: auto;
    }

    .branding-section .top-slogan {
        font-size: 30px;
    }

    .col-md-6:first-child .tcb-text-block {
        padding-right: 0;
    }
}

@media only screen and (max-width: 360px) {
    #touch-menu {
        margin-left: 2rem;
    }

    .top-block-content h3 {
        font-size: 4rem;
    }
}


@media only screen and (min-width: 992px) {
    .fade-in {
        transition: opacity 0.9s ease;
        opacity: 0;
    }

    .fade-in.visible {
        opacity: 1;
    }

    .fade-top {
        position: relative;
        transform: translateY(5rem);
        transition: all 0.8s ease;
        opacity: 0;
        z-index: 3;
    }

    .fade-top:nth-child(2) {
        transition-delay: 0.3s;
    }

    .fade-top:nth-child(3) {
        transition-delay: 0.6s;
    }

    .fade-top.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .anim-slide-left {
        position: relative;
        overflow: hidden;
    }

    .anim-slide-left:after {
        background: #fff;
        content: "";
        display: block;
        left: -1%;
        height: 102%;
        position: absolute;
        transition: all .8s cubic-bezier(0.4, 0, 0.2, 1);
        top: -1%;
        width: 102%;
        z-index: 10;
    }

    .anim-slide-left.visible:after {
        width: 0;
    }

    .navigation > ul {
        display: flex;
        flex-wrap: wrap;
    }

    .navigation > ul > li {
        display: inline-block;
    }

    .navigation > ul > li:first-child {
        padding-left: 0;
    }

    .navigation > ul > li:last-child {
        padding-right: 0;
    }

    .navigation > ul > li > a {
        display: inline-block;
        padding: 0;
        font-size: 17px;
    }

    .sub-menu-wrap {
        background: #283742;
        box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.2);
        left: 0;
        position: absolute;
        padding: 0 3rem 10rem;
        top: 100%;
        width: 100%;
    }

    .sub-menu-wrap .sub-menu {
        padding: 0;
    }

    .sub-menu-wrap .sub-menu li {
        list-style-type: none;
    }

    .sub-menu-inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 180rem;
        position: relative;
        min-height: 400px;
    }

    .sub-menu-inner > .sub-menu {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .sub-menu-inner > .sub-menu > li {
        width: 20%;
        padding-left: 29px;
        margin-bottom: 20px;
    }

    /*.sub-menu-inner > .sub-menu > li:nth-of-type(6),
    .sub-menu-inner > .sub-menu > li:nth-of-type(11) {
        margin-left: 20%;
    }*/

    .sub-menu-inner > .sub-menu > li.menu-item-empty > a {
        display: none;
    }

    .sub-menu > li.menu-item-title > a {
        font-weight: 700;
        cursor: initial;
        color: #fff !important;
    }

    .sub-menu-inner > .sub-menu > li:first-of-type {
        padding-left: 0;
    }

    .navigation ul ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        display: block;
        padding: 5px 0;
        position: relative;
        font-size: 17px;
    }

    .navigation ul ul li a .menu-item-description {
        font-size: 13px;
        display: inline-block;
        margin-top: 2px;
        line-height: 125%;
    }

    .navigation ul ul li a .menu-item-description strong {
        font-weight: 600;
        color: #fe9d16;
    }

    .sub-menu-inner > .sub-menu > li.menu-item-has-children > a {
        font-weight: 700;
        cursor: initial;
        word-break: break-word;
    }

    .sub-menu-inner > .sub-menu > li.menu-item-has-children > a:hover {
        color: #fff;
    }
}

@media (max-width: 1270px) {
    .sub-menu-inner > .sub-menu > li:nth-of-type(5),
    .sub-menu-inner > .sub-menu > li:nth-of-type(8),
    .sub-menu-inner > .sub-menu > li:nth-of-type(12) {
        margin-left: 31.5%;
    }

    .sub-menu-inner > .sub-menu > li:nth-of-type(6),
    .sub-menu-inner > .sub-menu > li:nth-of-type(11) {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1601px) {
    .sub-menu-inner > .sub-menu > li {
        width: 15%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation > ul > li > a {
        font-size: 16px;
    }

    .blackquote-section .cta-content {
        margin-left: 90px;
        margin-right: 50px;
    }

    .column-item .column-content {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .sub-menu-inner > .sub-menu > li:nth-of-type(5),
    .sub-menu-inner > .sub-menu > li:nth-of-type(8),
    .sub-menu-inner > .sub-menu > li:nth-of-type(12) {
        margin-left: 0;
    }
}

@media (min-width: 1601px) {
    .sub-menu-inner > .sub-menu > li:nth-of-type(6),
    .sub-menu-inner > .sub-menu > li:nth-of-type(10)
    {
        margin-left: 570px;
    }
}

.it-table-holder {
    width: 100%;
    overflow: auto;
}

.it-table-holder table {
    width: 100%;
    min-width: 300px;
}