/* _______ Colors _______ */
/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --grey: #F2F2F2;
    --grey-gradient: linear-gradient(13deg, #F2F2F2 1%, #F2F2F2 44%, #F2F2F2 100%);
    --grey-gradient-2: linear-gradient(to top, rgba(6, 16, 61, 0.95) 0%, rgba(6, 16, 61, 0.7) 80%, rgba(6, 16, 61, 0) 100%);;
    --orange: #F55C38;
    --dkBlue: #06103D;
}

::marker {
    color: var(--dkBlue);
}

html,
body {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden;
    max-width: 100%;
    color: var(--dkBlue);
}

a {
    color: var(--orange);
    text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
    color: var(--orange);
}

body.mobile-menu-open {
    position: fixed;
    -webkit-overflow-scrolling: auto;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
}

p {
    margin-bottom: .875em;
}

[type='checkbox'] {
    position: relative;

    margin: 0 10px 0 0 !important;
}

[type='checkbox']:before {
    position: absolute;
    bottom: -2px;
    left: -2px;

    display: inline-block;

    width: 18px;
    height: 18px;

    content: '';
    text-align: center;

    background-color: #dedede;
}

[type='checkbox']:checked:before {
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 18px;
    margin: 2px 0 0;
    content: '\f00c';
    vertical-align: middle;
    color: var(--grey);
}

.flex_row {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.flex_row:before,
.flex_row:after {
    display: none;
}

.content-section {
    padding: 40px 0 80px;
}

.section-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 40px;

    max-width: 1000px;
    margin: 20px auto 60px;

    text-align: center;
    text-transform: uppercase;

    color: var(--dkBlue);
}

.section-title--left {
    max-width: 100%;
    margin: 0 0 20px;

    text-align: left;
}

.section-title.__m_h20 {
    max-width: 100%;
}

.description {
    font-size: 1rem;
    line-height: 1.778;

    text-align: center;

    color: black;
}

.description p {
    text-align: center !important;
}

/* _____ Icons _____ */
.adp-icon {
    display: inline-block;

    width: 45px;
    height: 22px;

    vertical-align: text-bottom;

    background: url('../images/icons/careers-icon.png') no-repeat center;
}

.tab-icon {
    width: 60px;
    height: 60px;

    background-image: url('../images/');
}

.btn {
    font-size: 1rem;

    padding-right: 10px;
    padding-left: 10px;
}

table {
    overflow: hidden;

    width: 100%;
    margin-bottom: 30px;

    text-align: left;

    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10);
    background: #FFF;
}

table th,
table td {
    padding: 4px 15px;
}

table th:first-child,
table td:first-child {
    padding-left: 20px;
}
table th:last-child,
table td:last-child {
    padding-right: 20px;
}
table tr:first-child td {
    padding-top: 20px;
}
table tr:last-child td {
    padding-bottom: 20px;
}

table tr {
    background: transparent;
}

table thead th {
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    text-transform: uppercase;

    color: #fff;
    background: var(--dkBlue);
}

table tbody td {
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;

    color: var(--dkBlue);
}

.table-type-2 thead th {
    font-size: 17px;
}

.table-type-2 tbody td {
    font-size: 14px;
}

.number {
    font-family: "Red Hat Display", sans-serif;

    vertical-align: baseline;
}

.marker-blue {
    font-weight: 600;

    color: var(--dkBlue);
}

@media screen and (min-width: 768px) {
    .sm-pull-right {
        float: right;
    }
}

@media screen and (max-width: 992px) {
    html,
    body {
        font-size: 14px;
    }

    #main #nextend-accordion-menu-uniqueb2f6230 {
        margin-top: 35px;
    }
}

@media screen and (max-width: 768px) {
    html,
    body {
        font-size: 12px;
    }

    .table-wrapper {
        overflow-x: scroll;

        max-width: 100%;
    }

    .section-title {
        font-size: 2rem;
        margin: 2rem 0;
    }

    .training .container {
        padding: 0;
    }
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
#nextend-accordion-menu-uniqueb2f6230 {
    background: #f0f2f4;
    border-radius: 7px;
}

.level1 > .outer {
    background: var(--grey) !important;
    font-size: 20px !important;
    font-family:  "Red Hat Display", sans-serif !important;
    color: rgb(255, 255, 255) !important;
}

.level1 > span.outer > span.inner span {
    color: white !important;;
}

dt.level2 > span.outer > span.inner,
dt.level3 > span.outer > span.inner {
    padding: 5px 20px !important;
    font-size: 16px !important;
}

dt.level3.active > span.outer > span.inner a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent var(--grey);
}

.nextend-accordion-menu-inner-container span.inner a span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.22rem !important;
    text-transform: uppercase;
    color: var(--grey) !important;
}

dl.level2 .outer {
    padding-left: 0 !important;
}

div#nextend-accordion-menu-uniqueb2f6230 dl.level2 dt.parent .inner {
    padding-left: 10px !important;
}

dl.level3 .outer {
    padding-left: 20px !important;
}

div#nextend-accordion-menu-uniqueb2f6230 dl.level3 dt .inner {
    border: none !important;
    padding-left: 5px !important;
}

div#nextend-accordion-menu-uniqueb2f6230 dt a span {
    color: var(--dkBlue) !important;
}

div#nextend-accordion-menu-uniqueb2f6230 dl.level2 dt .inner {
    border-color: #cdd2df !important;
}

div#nextend-accordion-menu-uniqueb2f6230 dl.level3 dt a,
div#nextend-accordion-menu-uniqueb2f6230 dl.level3 dt a span {
    font-size: 14px !important;
    font-weight: 400 !important;
}

div#nextend-accordion-menu-uniqueb2f6230 dl.level1 dt span {
    font-size: 15px !important;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
body {
    padding-top: 70px;
}

.header-col-left {
    float: left;

    width: 20%;
}

.header-col-center {
    float: left;

    width: 60%;
}

.header-col-right {
    float: left;

    width: 20%;
}

.site-header {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;

    width: 100%;

    background-color: var(--dkBlue);
    box-shadow: 0 6px 24px 5px rgba(39, 39, 39, .15);
}

.site-header .menu-item i._before,
.site-header .rtl .menu-item i._after {
    margin-right: 0;
    font-size: 19px;
}

@media screen and (min-width: 1201px) {
    .site-header .container-fluid [class^='col-'],
    .site-header .container-fluid [class*='col-'] {
        padding: 0;
    }
}

.header-logo {
    line-height: 70px;
    height: 35px;
    text-align: center;
    background-color: transparent;
    padding: 0 5px;
}

.logo-image {
    width: 100%;
    max-width: 230px;
    height: auto;
    padding: 10px;
}

.header-social {
    clear: both;
}

.header-social ul {
    font-size: 0;
    display: flex;
    margin: 0;
    padding: 0;
}

.header-social ul li {
    display: inline-block;

    width: 25%;

    list-style: none;
}

.header-social ul li span {
    display: none;
}

.header-social ul li .fa {
    font-size: 1.2vw;
}

.header-social ul li a {
    line-height: 76px;
    display: inline-block;
    width: 100%;
    height: 70px;
    transition: background .1s ease;
    text-align: center;
    color: var(--orange);
}

.header-social ul li:last-child a {
    border-right: 0;
}

.header-social ul li a:hover {
    text-decoration: none;

    color: #fff;
}

.site-header.moved img.logo-image {
        height: 36px;
        padding: 0;
    }

@media screen and (max-width: 1200px) {
    .header-social ul li:first-child a {
        border-left: 2px solid #e1e1e1;
    }
}

@media screen and (max-width: 992px) {
    .header-col-left {
        width: 80%;
        padding: 0 15px;
    }

    .header-col-center {
        width: 20%;
        padding: 0 15px;
    }

    .header-col-right {
        display: none;
    }

    .header-logo {
        text-align: left;
    }
}

.subheader {
    padding: 100px 0 140px;

    color: #fff;
    background-position: center;
    background-size: cover;
}

.subheader .title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 2.8rem;

    margin: 0;

    letter-spacing: 2px;
    text-transform: uppercase;
}

@media screen and (min-width:1200px) {
    body:not(.home) {
        padding-top: 0;
    }
    body:not(.home) .billboard {
        padding-top: 200px;
    }
    body:not(.home) .subheader {
        padding-top: 130px;
    }
    .site-header,
    .header-logo,
    .header-nav {
        background: transparent;
    }
    .site-header {
        box-shadow: none;
    }
    .header-social ul li a {
        color: #fff;
    }
    .header-nav .menu > li:not(:last-child) {
        margin-right: 10px;
    }
    .header-nav .menu > li {
        font-size: 14px !important;
        padding: 0 !important;
    }
    .header-nav .menu a {
        font-size: 14px;
        white-space: nowrap;
    }
    .header-social ul {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }
    .header-social ul li {
        width: 40px;
        border-left: 1px solid rgba(255,255,255,.2);
    }
    .site-header.moved {
        background-color: var(--dkBlue);
        transition: .5s ease all;
    }
    .site-header.moved .header-nav {
        color:#ffffff;
    }
    .site-header.moved .header-social ul li {
        border-left: 1px solid rgba(0,0,0,.2);
    }
    .site-header.moved .header-social ul li a {
        color: #ffffff;
    }
    .site-header.moved img.logo-image {
        height: 36px;
    }
}
@media screen and (min-width: 1350px) {
    .header-nav .menu > li:not(:last-child) {
        margin-right: 24px;
    }
    .header-social ul li {
        width: 50px;
    }
}
@media screen and (min-width: 1600px) {
    .header-social ul li {
        width: 90px;
    }
}

/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/
/* _____________ Bottom section _____________ */
@keyframes iconBounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bottom-section {
    padding: 50px 0;
    background: center center no-repeat;
    background-size: cover;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.bottom-section .menu-social-container ul {
    display: flex;
}

.bottom-section .menu-social-container ul {
    font-size: 0;
    margin: -30px;
    padding: 0;
    counter-reset: iterator;
}

.bottom-section .menu-social-container li {
    display: inline-block;
    width: 25%;
    padding: 30px;
}

.bottom-section .menu-social-container li a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    transition: all .3s ease-out;
    text-align: center;
    color: var(--grey);
    border: 2px dashed var(--grey);
    border-radius: 100%;
}

.bottom-section .menu-social-container li a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 70%;
    height: 70%;
    margin: auto;
    content: '';
    transition: all .3s ease-out;
    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}

.bottom-section .menu-social-container li a:hover {
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    color: #fff;
}

.bottom-section .menu-social-container li a:hover:before {
    background: var(--grey);
}

.bottom-section .menu-social-container li a:hover i {
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.bottom-section .menu-social-container li a i {
    font-size: 5rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5rem;
    margin: auto;
    transition: transform .3s ease-out;
}

.bottom-section .menu-social-container li span {
    display: none;
}

@media screen and (max-width: 992px) {
    .bottom-section .menu-social-container ul {
        margin: 0 -10px;
    }

    .bottom-section .menu-social-container li {
        padding: 0 15px;
    }

    .bottom-section .menu-social-container li a i {
        font-size: 4rem;
        height: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .bottom-section .menu-social-container li {
        padding: 0 8px;
    }

    .bottom-section .menu-social-container li a {
        width: 148px;
        height: 148px;
        padding-bottom: 0;
        margin: 0 auto;
    }

    .bottom-section .container {
        width: 100%;
    }
}

/* _______ Colors _______ */
.btn-read-more {
    font-family: "Red Hat Display", sans-serif;
    line-height: 50px;

    width: auto;
    min-width: 270px;
    height: 50px;
    padding: 0 40px;

    text-align: center;

    color: #fff;
    border-radius: 30px;
    background: var(--orange);
}

.btn-read-more .fa {
    font-size: 12px;

    margin-left: 15px;

    transition: .3s;
}

.btn-read-more:hover,
.btn-read-more:active,
.btn-read-more:focus {
    color: #fff !important;
    background: var(--dkBlue);
}

.btn-read-more:hover .fa,
.btn-read-more:active .fa,
.btn-read-more:focus .fa {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.btn-read-more:active {
    background: var(--orange);
}

.btn-read-more--white {
    color: var(--grey);
    background: linear-gradient(to right, #b3bacc 1%, #dbe0eb 56%, #b3bacc 100%);
}

.btn-read-more--white:hover,
.btn-read-more--white:active,
.btn-read-more--white:focus {
    color: var(--grey) !important;
    background: linear-gradient(to right, #b3bacc 1%, #dbe0eb 56%, #b3bacc 100%);
}

.btn-read-more--white:active {
    color: var(--grey) !important;
    background: #fff;
}

.text-center p {
    text-align: center !important;
}

.page-content {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    line-height: 1.412;

    padding: 70px 0;

    text-align: left;

    color: var(--dkBlue);
    background-size: cover;
}

.page-content .section-title {
    font-weight: 600;

    letter-spacing: 2px;
}

.page-content h3,
.page-content h4,
.page-content h5 {
    font-size: 17px;
    font-weight: bold;
    color: var(--orange);
}

.page-content p {
    margin-bottom: 25px;
    color: var(--dkBlue);
    text-align: justify;
}

.page-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.page-content iframe {
    width: 100%;
}

.adw__wrapp {
    height: 70px;
    margin-top: 1.5em;
    margin-bottom: 10px;
}

.adw__wrapp > img {
    max-height: 100%;
}

.adw {
    font-family: "Red Hat Display", sans-serif;
    font-size: 21px;
    line-height: 1.429;
    text-align: center;
    color: var(--orange);
    border-bottom: 1px solid var(--grey);
}

.adw p {
    text-align: center;
}

.adw__image_wrapper {
    display: -ms-flexbox;
    display: flex;
    min-height: 75px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.adw__image_wrapper img {
    max-width: 70px;
    height: auto;
    margin: 0;
}

.adventages {
    background: 0 0 no-repeat;
    background-size: cover;
}

.careers-content {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.careers-content h2 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: .925;
    margin: 0 0 15px;
    text-align: left;
    color: var(--orange);
}

.careers-content [href^='tel:'] {
    color: inherit;
}

.article_item,
.scale_item {
    background: #eff1f4;
}

.article_item .inner_text,
.scale_item .inner_text {
    font-size: 16px;
    line-height: 1.688;
    padding: 20px 30px 30px;
    color: var(--dkBlue);
}

.article_item .quote,
.scale_item .quote {
    font-size: 16px;
    line-height: 1.688;
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 15px 37px;
    text-align: justify;

    border-bottom: 1px solid #e1e1e1;
}

.article_item .quote:before,
.scale_item .quote:before {
    content: ' ... ';
}

.article_item .quote i,
.scale_item .quote i {
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
}

.article_item .title,
.scale_item .title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 14px;
    color: var(--dkBlue);
}

.article_item .list,
.scale_item .list {
    font-family: "Red Hat Display", sans-serif;
    font-size: .9rem;
    line-height: 1.643;
    padding-left: 20px;
    color: var(--grey);
}

.article_item .list li,
.scale_item .list li {
    margin-bottom: 25px;
}

.article_item .button_wrapper,
.scale_item .button_wrapper {
    text-align: center;
}

/*_____ Sliders ____ */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    left: 0;
    pointer-events: none;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .18);
    pointer-events: auto;
}

.owl-carousel .owl-nav .owl-prev {
    float: left;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}

/** _____ About slider _____*/
.about_slider.owl-carousel .owl-nav {
    margin: 0 -10px;
}

.about_slider.owl-carousel .owl-nav .owl-prev,
.about_slider.owl-carousel .owl-nav .owl-next {
    color: #fff;
    background: var(--grey);
}

.about_slider .owl-item {
    margin: 4rem 0;
    padding: 0 15px;
}

.about_slider .item {
    font-family: "Red Hat Display", sans-serif;
    font-size: 12.5px;
    line-height: 1.643;
    padding: 0 0 3rem;
    color: var(--dkBlue);
    background: #eee;
    box-shadow: 0 4px 17.64px .36px rgba(39, 39, 39, .18);
}

.about_slider .inner-wrapp {
    padding: 0 1.9rem 0;
}

.about_slider .text_block {
    min-height: 200px;
    padding: 2.4rem 1.9rem 1rem;
}

.about_slider .slider_title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.369;
    margin: 0 0 .5rem;
    color: var(--dkBlue);
}

.about_slider a:hover {
    text-decoration: none;
}

.about_slider .btn {
    font-size: 14.43px;

    display: block;

    width: 100%;
    margin: 0 auto;
}

.scale_slider_wrapper {
    position: relative;
}

.scale_slider_outer {
    overflow: hidden;
}

.scale_slider {
    margin-top: 50px;
}

.scale_slider .owl-stage-outer {
    overflow: visible;
}

.scale_slider .owl-item {
    transition: .5s ease-in-out;
    -ms-transform: scale(.8) translateX(30%);
    transform: scale(.8) translateX(30%);
    -ms-transform-origin: right;
    transform-origin: right;
}

.scale_slider .owl-item .item {
    position: relative;
    z-index: 5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}

.scale_slider .owl-item.active {
    z-index: 10;
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: center;
    transform-origin: center;
}

.scale_slider .owl-item.active + .owl-item {
    -ms-transform: scale(.8) translateX(-30%);
    transform: scale(.8) translateX(-30%);
    -ms-transform-origin: left;
    transform-origin: left;
}

.scale_slider .owl-dots {
    margin: 40px 0 0;

    text-align: center;
}

.scale_slider .owl-dots .owl-dot {
    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 6px;

    border-radius: 50%;
    background-color: #d5d5d5;
}

.scale_slider .owl-dots .owl-dot.active {
    background-color: var(--orange);
}

.scale_slider .iframe_wrapper {
    background: center center no-repeat;
    background-size: contain;
}

.iframe_wrapper,
.image_wrapper {
    position: relative;

    width: 100%;
    padding-bottom: 60%;
    background: center center no-repeat;
    background-size: cover;
}

.iframe_wrapper .youtube-play-btn,
.image_wrapper .youtube-play-btn {
    font-size: 50px;
    line-height: 0;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 60px;
    height: 50px;
    margin: auto;

    transition: .3s;
    text-align: center;

    color: var(--dkBlue);
}

.iframe_wrapper .youtube-play-btn:hover,
.image_wrapper .youtube-play-btn:hover {
    color: #e0332e;
}

.iframe_wrapper .youtube-play-btn:before,
.image_wrapper .youtube-play-btn:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin: auto;

    content: '';

    background-color: #fff;
}

.iframe_wrapper .youtube-play-btn i,
.image_wrapper .youtube-play-btn i {
    position: relative;
    z-index: 2;

    display: inline-block;
}

.iframe_wrapper iframe,
.image_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.owl-custom-navigation {
    font-size: 20px;
    position: absolute;
    z-index: 200;
    top: 50%;
    right: -25px;
    left: -25px;
    height: 0;
    cursor: pointer;
    color: var(--grey);
}

.owl-custom-navigation .prev {
    float: left;
}

.owl-custom-navigation .next {
    float: right;
}

.owl-custom-navigation--btns span {
    line-height: 45px;

    display: block;

    width: 45px;
    height: 45px;

    text-align: center;

    color: #fff;
    border-radius: 45px;
    background: var(--orange);
}

.owl-custom-dots ul {
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    text-align: center;

    -ms-flex-pack: justify;
    justify-content: space-between;
}

.owl-custom-dots .dots_bottom {
    position: relative;
    border-bottom: 1px solid rgba(69,83,74,.2);
}

.owl-custom-dots .dots_bottom_slide {
    position: absolute;
    top: -2px;
    left: 0;

    width: 100px;
    height: 5px;

    transition: all .5s cubic-bezier(.85, -.72, .39, 1.37);

    background: var(--orange);
}

.owl-custom-dots li {
    font-family: "Red Hat Display", sans-serif;
    font-size: .95rem;
    font-weight: 500;

    display: inline-block;

    padding: .6rem 1rem;

    list-style: none;

    cursor: pointer;
    transition: .3s ease-out;
    text-align: center;

    color: var(--dkBlue);
}

.owl-custom-dots li.active {
    font-weight: bold;
    color: var(--orange);
}

.hcr_slider .iframe_wrapper,
.hcr_slider .image_wrapper {
    padding-bottom: 85%;
    border-radius: 5px;
}

.hcr_slider .item-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 0;
    text-align: center;
    background: var(--grey-gradient-2);
}

@media screen and (max-width: 768px) {
    .about_slider.owl-carousel .owl-nav {
        margin: 0;
    }

    .owl-custom-dots {
        display: none;
    }

    .scale_slider_outer > div {
        padding: 0;
    }
}

@media screen and (max-width: 540px) {
    .btn-read-more {
        font-size: 0 !important;
        width: 100%;
        padding: 0 10px;
        min-width: inherit;
    }

    .external_links a .fa {
        margin: 0 !important;
        font-size: 0 !important;
        position: static !important
    }

    .btn-read-more:before {
        content: 'Read More';
        font-size: 14px;
    }

    .archive-external_links {
        display: none;
    }
}

.more-info {
    color: #fff;
    background: var(--dkBlue) !important;
    max-height: 84px;
    /* background-position: center center;
    background-size: cover; */
}

.more-info .text {
    padding: 28px 0;

    text-transform: uppercase;
}

.more-info .text strong {
    font-size: 18px;
    font-weight: bold;
}

.more-info .text a {
    color: #fff;
}

.more-wrapper {
    position: relative;

    padding: 17px 15px;
}

.more-wrapper {
    text-align: right;

    background: var(--grey);
}

.more-wrapper .btn {
    width: 100%;
    min-width: inherit;
    padding: 0;
}

.more-wrapper:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;

    display: block;

    width: 50vw;

    content: '';

    background: var(--grey);
}

.more-wrapper .triangle:before {
    position: absolute;
    right: 100%;
    bottom: 0;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 42px 42px;
    border-style: solid;
    border-color: transparent transparent var(--grey) transparent;
}

.more-wrapper .triangle:after {
    position: absolute;
    top: 0;
    right: 100%;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 42px 42px 0;
    border-style: solid;
    border-color: transparent var(--grey) transparent transparent;
}

@media screen and (max-width: 767px) {
    .more-wrapper .triangle {
        position: absolute;
        bottom: 100%;
        left: 50%;
        right: 0;
        display: block;
        width: 100vw;
        transform: translate(-50%, 0);
    }

    .more-wrapper .triangle:before {
        position: static;
        float: left;
        border-width: 18px 0 0 50vw;
        border-color: transparent transparent transparent var(--grey);
    }

    .more-wrapper .triangle:after {
        position: static;
        float: left;
        border-width: 0 0 18px 50vw;
        border-color: transparent transparent var(--grey) transparent;
    }

    .more-info {
        padding-top: 20px;
        max-height: 100%;
    }

    .more-wrapper {
        margin-top: 20px;
    }

    .more-wrapper:after {
        z-index: 1;
        width: 150vw;
        left: -50%;
    }
}

@media screen and (max-width: 992px) {
    .md-no-padding {
        padding: 0;
    }

    .container-md-fluid {
        width: 100%;
        position: relative;
    }

    .more-wrapper a {
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 992px) {
    .more-info {
        text-align: center;
    }

    .more-info .text {
        padding: 10px 0;
    }
}

.airplanes .__cols_wp {
    margin-bottom: 30px;
}

.airplane__item {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    padding-bottom: 70%;
    background: center center no-repeat;
    background-size: contain;
    background-color: #fff;
}

.airplane__item:hover .airplane__item-content {
    opacity: 1;
}

.airplane__item-title {
    font-family: "Red Hat Display", Serif;
    font-size: 1.5rem;
    font-weight: 600;

    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;

    margin: 0;
    padding: 60px 10px 40px;

    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    background: var(--dkBlue);
}

.airplane__item-content {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3vw 50px 20px;
    transition: opacity .3s ease;

    opacity: 0;
    color: #fff;
    background: var(--dkBlue);
}

.airplane__item-content ::marker {
    color: #fff;
}

.airplane__item-content strong {
    font-family: "Red Hat Display", Serif;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 10px;
}

.airplane__item-content .inner_text {
    overflow: hidden;
    max-height: 170px;
    margin-bottom: 10px;
}

.page-pagination {
    margin-bottom: 40px;
}

ul#menu-partners-menu li {
    width: 50% !important;
}

.page-pagination ul {
    font-size: 0;

    position: relative;

    margin: 0;
    padding: 0;

    box-shadow: 0 2px 9.3px .7px rgba(0, 0, 0, .17);
}

.page-pagination ul li {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    color: var(--orange);
    border-left: 1px solid #cdd2df;
    background-color: #efeff1;
}

.page-pagination > ul > li > a {
    position: relative;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-pagination ul li.menu-item-has-children a:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1rem;
    position: absolute;
    top: 0;
    right: 1.2rem;
    bottom: 0;
    display: block;
    width: 15px;
    height: 1.2rem;
    margin: auto;
    content: '\f078';
    color: var(--grey);
}

.page-pagination ul li:first-child {
    border-left: 0;
}

.page-pagination ul li.menu-item-has-children:hover {
    color: var(--dkBlue);
    background-color: var(--grey);
}

.page-pagination ul li.menu-item-has-children.open .sub-menu,
.page-pagination ul li.menu-item-has-children:hover .sub-menu {
    z-index: 100;
    opacity: 1;
}

.page-pagination ul a {
    color: inherit;
}

.page-pagination ul a:hover {
    text-decoration: none;
}

.page-pagination .sub-menu {
    position: absolute;
    z-index: -100;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 25px 25px;
    transition: .3s;
    text-align: left;
    text-transform: none;
    opacity: 0;
    color: #fff;
    border-top: 1px solid var(--grey);
    background: var(--grey-gradient);
}

.page-pagination .sub-menu-item {
    margin-bottom: 30px;
}

.page-pagination .sub-menu-item:after {
    content: none !important;
}

.page-pagination .sub-menu-item img,
.page-pagination .sub-menu-item .__replace_image {
    border: 3px solid #fff;
    box-shadow: 0 6px 24px 5px rgba(39, 39, 39, .15);
}

.page-pagination .sub-menu-item .title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--dkBlue);
    margin-top: 10px;
}

.page-pagination .sub-menu-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.1rem;
    font-weight: normal;

    margin: 0;
    padding: 40px 0;

    text-align: center;
    text-transform: uppercase;

    color: var(--dkBlue);
}

.external_links a {
    max-width: 100%;
}

.external_links a .fa {
    font-size: 14px;

    margin-left: 10px;
}

.hotels_row {
    font-size: 0;

    margin: 0 -10px;
    margin-top: 45px;
    padding: 20px 0;

    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;

    display: flex;
    flex-wrap: wrap;
}

.hotels_col {
    display: inline-block;
    float: none;
    margin: 10px 0;
    padding: 0 10px;

    vertical-align: top;
}

.hotel_item {
    overflow: hidden;

    border-radius: 15px;

    height: 100%;
    padding-bottom: 80px;
}

.hotel_item .title {
    text-transform: uppercase;
}

.hotel_item .btn {
    width: inherit;
    max-width: inherit;
    padding-right: 50px;
    padding-left: 50px;
    min-width: 0px;
    position: absolute;
    bottom: 15px;
    left: 40px;
}
@media screen and (min-width: 768px) {
    .hotel_item .btn {
        min-width: 270px;
    }
}

.fbos_row .column {
    clear: left;
}

.fbos_item {
    overflow: hidden;

    margin: 0 0 30px;

    border-radius: 15px;
    box-shadow: 0 2px 7.36px .64px rgba(39, 39, 39, .13);
}

.fbos_item .title {
    position: relative;

    margin: 0;
    padding-right: 20px;

    cursor: pointer;
    text-transform: uppercase;
}

.fbos_item .title .fa {
    position: absolute;
    top: 8px;
    right: 0;

    transition: .3s;
}

.fbos_item .title.open .fa {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fbos_item .btn {
    width: inherit;
    max-width: inherit;
    padding-right: 50px;
    padding-left: 50px;
}

.fbos_item .hidden_item {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1rem;
    line-height: 1.688;

    padding: 40px 0;

    color: black;
    border-bottom: 1px solid #e1e1e1;
}

.fbos_item .hidden_item:last-child {
    border: 0;
}

.fbos_item .hidden_item h4 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.1rem;
    margin: 0;
    text-transform: uppercase;
    color: var(--grey);
}

.fbos_item .hidden_item address {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1rem;
    line-height: 1.688;

    margin: 20px 0;

    color: black;
}

.fbos_item .hidden_item .links {
    margin-bottom: 20px;
}

.fbos_item .hidden_item .links a {
    display: block;

    color: inherit;
}

.fbos_item .hidden_block {
    display: none;
}

.logos_wrapper {
    display: block;

    width: 100%;
    margin: 15px 0;
    padding-bottom: 60%;

    border-radius: 10px;
    background-color: #eff1f4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    box-shadow: 0 2px 7.36px .64px rgba(39, 39, 39, .13);
}

.external_links .row {
    font-size: 0;
    text-align: center;
}

.external_links .row .col-md-4 {
    float: none;
    display: inline-block;
    margin-top: 15px;
}

@media screen and (max-width: 1200px) {
    .external_links a {
        font-size: 13px;
        min-width: inherit;
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

    .external_links a .fa {
        font-size: inherit !important;
    }
}

@media screen and (max-width: 992px) {
    .page-pagination ul li {
        font-size: 3vw;
    }

    .page-pagination > ul > li > a {
        padding-right: 25px;
    }

    .page-pagination ul li a:after {
        right: 5px;
    }

    .external_links a {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .scale_slider {
        margin-top: 0;
    }

    .bottom-section .menu-social-container li {
        width: 100%;
        margin: 0 auto 40px;
        display: block;
    }

    .bottom-section .menu-social-container li:last-child {
        margin-bottom: 0;
    }

    .bottom-section .menu-social-container ul {
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }

    .airplane__item-content {
        padding: 15px;

        text-align: center;
    }

    .airplane__item-content strong {
        line-height: 1.2;
    }

    .airplane__item-content .btn {
        margin-top: 10px;
    }

    .airplane__item-content .inner_text {
        display: none;
    }

    .external_links a {
        font-size: 1rem;
        width: 100%;
        margin: 0 0 10px;
    }
}

.courses_title {
    font-family: "Red Hat Display", Serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: .9;
    margin: 50px 0;
    text-align: left;
    color: var(--grey);
}

.course-item {
    line-height: 2;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: 530px;
    padding: 150px 0;
    color: #fff;
    background-position: center center;
    background-size: cover;
    -ms-flex-align: center;
    align-items: center;
}

.course-item .item_title {
    font-family: "Red Hat Display", Serif;
    font-size: 1.9rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.course-item .btn {
    margin-top: 30px;
}

.course-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    content: '';

    background: rgba(24, 37, 73, .9);
}

.course-item:nth-child(even) {
    color: var(--dkBlue);
}

.course-item:nth-child(even) .item_title {
    color: var(--grey);
}

.course-item:nth-child(even):before {
    background: rgba(255, 255, 255, .9);
}

.days_widget {
    margin-bottom: 50px;

    box-shadow: 0 6px 23.49px 5.51px rgba(39, 39, 39, .15);
}

.dw_header {
    overflow: hidden;

    border-radius: 10px;
}

.dw_header .title {
    font-family: "Red Hat Display", Serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.444;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 30%;
    height: 170px;
    padding: 30px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(13deg, #182549 1%, #20345c 44%, var(--dkBlue) 100%);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dw_header .bg-block {
    position: relative;

    float: right;

    width: 69%;
    height: 170px;

    background-size: cover;
}

.dw_header .open-widget {
    line-height: 33px;

    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin: auto;

    cursor: pointer;
    text-align: center;

    border: 3px solid #fff;
    border-radius: 50%;
}

.dw_header .open-widget:after {
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 2px;

    content: '';
    transition: .3s;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: middle;

    border-width: 5.5px 0 5.5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.dw_header .open-widget.open:after {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.dw_content {
    display: none;
}

body.page-template-default article .entry-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.article-single .entry-content .dw_content {
    padding: 30px 20px;
    background: #f0f2f4;
}

.article-single .entry-content h1,
.article-single .entry-content h2,
.article-single .entry-content h3,
.article-single .entry-content h4,
.article-single .entry-content h5,
.article-single .entry-content h6 {
    color: var(--dkBlue);
}

.article-single .entry-content .dw_content .title-w-b {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    border-bottom: 1px solid var(--grey);
}

.article-single .entry-content .dw_content h2 {
    font-family: "Red Hat Display", Serif;
    font-size: 21.731px;
    line-height: 1.857;

    margin: 0 0 10px;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: var(--dkBlue);
}

.article-single .entry-content .dw_content h3 {
    font-family: "Red Hat Display", Serif;
    font-size: 18.627px;

    margin: 0 0 15px;

    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: var(--grey);
}

.article-single .entry-content .dw_content ol li {
    list-style-type: lower-alpha;
}

.article-single .entry-content .dw_content ul,
.article-single .entry-content .dw_content ol {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
}

.locations-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.location_item {
    font-family: "Red Hat Display", sans-serif;
    font-size: .9rem;
    line-height: 1.733;
    overflow: hidden;
    margin: 0 0 30px;

    color: black;
    border-radius: 10px;
    box-shadow: 0 4px 17.64px .36px rgba(39, 39, 39, .18);
}

.location_item .title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.1rem;
    position: relative;
    margin: 0;
    padding: 25px 30px 25px 20px;
    cursor: pointer;
    text-align: left;
    color: var(--orange);
}

.location_item .title .fa {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 15px;
    transition: .3s;
    color: var(--grey);
}

.location_item .title.open .fa {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (min-width:992px) {
    .location_item .title {
        padding: 25px 40px 25px 25px;
    }
    .location_item .title .fa {
        right: 25px;
    }
}

.location_item .hidden_block {
    display: none;
}

.location_item .image_wrapper {
    padding-bottom: 0;
}

.location_item .image_wrapper img {
    width: 100%;
    margin: 0;
}

.location_contact_list {
    font-size: 0;

    margin: 0;
    padding: 0 25px;
}

.location_contact_list li > *:last-child {
    margin-bottom: 0;
}

.location_contact_list li {
    font-size: .95rem;

    position: relative;

    display: inline-block;

    width: 100%;
    margin-bottom: 15px;
    padding-left: 30px;

    list-style: none;

    vertical-align: top;
}

.location_contact_list li a {
    display: block;

    color: inherit;
}

.location_contact_list li .fa,
.location_contact_list li .fas {
    position: absolute;
    top: 5px;
    left: 2px;
}

@media screen and (min-width: 992px) {
    .location_contact_list li {
        width: 50%;
    }
}

@media screen and (min-width:992px) and (max-width:1399px) {
    .location_contact_list li.location_contact_list__email-list-item {
        width: 100%;
    }
}

.blog-item {
    padding: 50px 0;

    border-bottom: 1px solid #e1e1e1;
}

.blog-item .entry-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;

    margin: 0 0 10px;

    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: var(--orange);
}

.blog-item .entry-title a {
    color: inherit;
}

.blog-item .entry-title a:hover {
    text-decoration: none;
}

.blog-item img {
    max-width: 100%;
}

.blog-item .expert {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1rem;
    line-height: 1.8;

    margin-bottom: 30px;

    text-align: justify;

    color: black;
}

.blog-item .expert i {
    letter-spacing: 1px;
}

.blog-item .expert p {
    display: inline;
}

.article-single {
    padding-top: 50px;
}

.article-single .entry-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: .925;

    margin: 0 0 30px;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: var(--dkBlue);
}

.article-single .attachment-post-thumbnail {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #F2F2F2;
}

.article-single .entry-content {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1rem;
    line-height: 1.8;

    text-align: justify;

    color: black;
}

.article-single .entry-content .posted_on + p {
    display: inline;
}

.article-single .entry-content .posted_on + p:after {
    display: block;

    margin-bottom: 30px;

    content: '';
}

.article-single .entry-content h1,
.article-single .entry-content h2,
.article-single .entry-content h3,
.article-single .entry-content h5 {
    font-family: "Red Hat Display", sans-serif;
    color: var(--dkBlue);
}

.article-single .entry-content h2 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: .925;

    margin: 0 0 30px;

    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: var(--dkBlue);
}

.article-single .entry-content p {
    margin-bottom: 20px;
}

.article-single .entry-content img {
    width: auto;
}

.article-single .entry-content img + .posted_on {
    display: block;
}

.article-single .entry-content h3 {
    font-size: 1.7rem;

    text-transform: uppercase;
}

.article-single ul {
    margin: 0 0 20px;
    padding-top: 0;
}

.ul-decorate ul {
    padding-left: 20px;
}

.ul-decorate li {
    position: relative;

    list-style: none;
}

.ul-decorate li:before {
    position: absolute;
    top: 12px;
    left: -17px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background: var(--dkBlue);
}

.single-post-navigation {
    padding-bottom: 50px;
}

.single-post-navigation a {
    margin: 0 10px 20px 0;
}

@media screen and (max-width: 768px) {
    .blog-item .btn-read-more {
        display: block;

        max-width: 250px;
        margin: 10px auto;
    }
}

.simcom-sidebar {
    padding-top: 50px;
}

.simcom-sidebar .widget {
    margin-bottom: 25px;
}

.simcom-sidebar .widget h3 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.22rem;
    font-weight: normal;

    margin: 0;
    padding: 15px;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: var(--dkBlue);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: var(--grey-gradient);
}

.simcom-sidebar .widget ul {
    margin: 0;
    padding: 0;
}

.simcom-sidebar .widget ul li {
    font-family: "Red Hat Display", sans-serif;
    font-size: .9rem;

    padding: .9rem;

    list-style: none;

    color: var(--dkBlue);
    border-bottom: 1px solid #cdd2df;
    background: #f2f4f8;
}

.simcom-sidebar .widget ul li a {
    color: inherit;
}

.simcom-sidebar .widget ul li:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.courses-sidebar > ul {
    font-weight: 600;

    overflow: hidden;

    border-radius: 7px;
}

.courses-sidebar > ul > li.active > a {
    color: #fff;
    background: var(--grey);
}

.courses-sidebar > ul > li.active > ul {
    display: block;
}

.courses-sidebar > ul > li.active > ul > li.active {
    border-bottom: 1px solid #cdd2df;
}

.courses-sidebar > ul > li.active > ul > li.active > ul {
    font-weight: 400;

    display: block;
}

.courses-sidebar > ul > li.active > ul > li.active > ul li.active {
    position: relative;
}

.courses-sidebar > ul > li.active > ul > li.active > ul li.active:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent var(--grey);
}

.courses-sidebar > ul > li:last-child a {
    border: 0;
}

.courses-sidebar ul {
    margin: 0;
    padding: 0;
}

.courses-sidebar ul ul {
    display: none;
}

.courses-sidebar a {
    display: block;

    padding: 15px;

    color: inherit;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cdd2df;
}

.courses-sidebar li {
    list-style: none;
}

.courses-sidebar ul {
    background: #f0f2f4;
}

.courses-sidebar ul li {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.22rem;
    text-transform: uppercase;
    color: var(--grey);
}

.courses-sidebar ul li li {
    font-family: "Red Hat Display", sans-serif;
    font-size: 15px;

    color: var(--dkBlue);
}

.courses-sidebar ul li li a {
    display: block;

    padding: 10px 15px;
}

.courses-sidebar ul li li li {
    font-size: .9rem;
}

.courses-sidebar ul li li li a {
    padding: 5px 20px;

    border: none;
}

.news_item {
    display: block;

    margin-bottom: 40px;

    cursor: pointer;

    color: var(--dkBlue);
}

.news_item img {
    max-width: 100%;
    margin: 0;

    border-radius: 7px;
    box-shadow: 0 2px 9.3px .7px rgba(0, 0, 0, .17);
}

.news_item--small img {
    max-width: 93.5%;
}

.news_item:hover {
    text-decoration: none;

    color: inherit;
}

.news_item_header {
    min-height: 57px;
}

.news_item_header .title {
    font-size: .9rem;
    font-weight: bold;

    margin: 0 0 5px;

    color: var(--dkBlue);
}

.news_item_header .descr {
    font-size: .9rem;
    line-height: 1;

    margin: 0;
}

.news-item .__replace_image {
    padding-bottom: 140.45%;
    border-radius: 2px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
}

.news-item.news-item-small .__replace_image {
    padding-bottom: 130%;
}

@media screen and (max-width: 1200px) {
    .news-item .__replace_image {
        padding-bottom: 142.72%;
    }
}

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

    .news_item {
        text-align: center;
    }

    .news_item .descr {
        text-align: center;
    }

    .news_item img {
        display: block;

        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }
}

.image_gallary img {
    border-radius: 15px;
}

.contact-page {
    min-height: 50vw;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain, cover;
}

.thankyou img,
.form-box img {
    max-width: 100%;
}

.thankyou .title,
.form-box .title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 4.5rem;
    margin: 20px 0 0;
    text-transform: uppercase;
    color: var(--dkBlue);
}

.thankyou .title--small,
.form-box .title--small {
    font-size: 2.5rem;
}

.pagination ul {
    padding: 0;
}

.pagination li,
.pagination span {
    display: inline-block;

    list-style: none;
}

.pagination .active a,
.pagination .current a {
    color: #fff;
    background: linear-gradient(to right, #18264a 0%, #26426c 100%);
}

.pagination .page-numbers,
.pagination a,
.pagination span {
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    width: 37px;
    height: 50px;
    margin-right: 3px;

    text-align: center;

    color: var(--dkBlue);
    border-radius: 3px;
    background-color: #e3e6eb;
}

.pagination .page-numbers:hover,
.pagination a:hover,
.pagination span:hover {
    text-decoration: none;
}

.pagination .page-numbers.active,
.pagination .page-numbers.current,
.pagination a.active,
.pagination a.current,
.pagination span.active,
.pagination span.current {
    color: #fff;
    background: var(--orange);
}

.pagination .next,
.pagination .prev {
    display: none;
}

.mfp-close {
    font-size: 0;

    cursor: pointer !important;
}

.mfp-close:before {
    font-family: 'Tahoma';
    font-size: 18px;
    line-height: 40px;

    position: absolute;
    right: 0;
    bottom: 23px;

    display: inline-block;

    width: 40px;
    height: 40px;

    content: 'x';
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.mfp-gallery .mfp-content,
.mfp-gallery .mfp-figure,
.mfp-gallery figure {
    max-width: 1170px;
    max-height: 735px;
}

.mfp-gallery .mfp-content img,
.mfp-gallery .mfp-figure img,
.mfp-gallery figure img {
    width: auto;
    max-width: 100% !important;
    height: auto;
    max-height: 100% !important;
}

/* _____ Helper Classes _________ */
.relative {
    position: relative;
}

.z20 {
    z-index: 20;
}

.__ls-1 {
    letter-spacing: 1px;
}

.border-separator {
    margin: 25px 0 55px;

    border-bottom: 1px solid #e1e1e1;
}

.__cols_wp {
    padding: 0;
}

.__cols_wm {
    margin: 0;
}

.__m_h20 {
    margin: 20px 0;
}

.__mb_h20 {
    margin-top: 0;
    margin-bottom: 20px;
}

.__mt_20 {
    margin: 20px 0 0;
}

.__mb_0 {
    margin-bottom: 0;
}

.__pt_0 {
    padding-top: 0;
}

.__replace_image {
    width: 100%;
    padding-bottom: 70%;

    background-position: center;
    background-size: cover;
}

.__replace_image img {
    display: none !important;
}

.partner-logo-item {
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 3px 15px 20px 0px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.partner-logo-item .title {
    font-size: 17px;
    font-family:  "Red Hat Display", sans-serif;
    text-transform: uppercase;
    line-height: 1.462;
    text-align: center;
    /*background: url("../images/title-bg.jpg") no-repeat 0 0;
    color: #fff;*/
    background: #fff;
    color: var(--dkBlue);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0 25px;
    margin-top: -10px;
}

.tdn {
    text-decoration: none !important;
}

.logo-box {
    padding-bottom: 58.5%;
    width: 100%;
    position: relative;
}

.logo-box img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
.site-footer {
    font-family: "Red Hat Display", sans-serif;
    position: relative;
    padding: 48px 0;
    color: #fff;
    background-color: var(--grey);
    background-position: bottom center;
    background-size: cover;
}
.site-footer .widget-area ::marker {
    color: #fff;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    opacity: .9;
    background-color: var(--dkBlue);
}

.site-footer .widget-area {
    display: inline-block;
    float: none;

    vertical-align: top;
}

.site-footer .widget-area h3 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 20px 0 15px;
    padding: 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.site-footer .widget-area ul {
    margin: 0;
    padding: 0 0 0 1.4rem;
}

.site-footer .widget-area ul li {
    font-size: 14px;
    line-height: 1.714;
}

.footer-top {
    font-size: 0;

    position: relative;

    padding-bottom: 40px;

    border-bottom: 1px solid #5d647c;
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom .menu-footer-container li {
    margin-left: 20px;
}

.footer-bottom .menu-footer-container li:after {
    display: inline-block;
    margin-left: 18px;
    content: '|';
    color: #fff;
}

.footer-bottom .menu-footer-container li:first-child {
    margin-left: 0;
}

.footer-bottom .menu-social-container {
    font-size: 18px;
}

.footer-bottom .menu-social-container li {
    margin-left: 15px;
}

.footer-bottom .menu-social-container li * {
    vertical-align: bottom !important;
}

.footer-bottom .menu-social-container span {
    display: none;
}

.footer-logo {
    padding-top: 5px;
}

.footer-logo img {
    width: auto;
    max-width: 100%;
}

.footer-nav {
    font-size: 1rem;

    text-align: right;
    vertical-align: top;
}

.footer-nav > div {
    display: inline-block;

    vertical-align: middle;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    display: block;
}

@media screen and (min-width:993px) {
    .footer-nav ul {
        display: flex;
    }
}

.footer-nav li {
    display: inline-block;

    list-style: none;
}

.footer-copy {
    font-size: 14px;
    padding-top: 15px;
    text-align: right;
    color: #ffffff;
}

@media screen and (min-width: 1200px) {
    .footer-nav {
        white-space: nowrap;
    }
    .footer-bottom .row {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .footer-nav {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    /* .footer-nav {
        text-align: center;
    } */

    .footer-nav ul {
        margin: 10px 0;
    }

    /* .footer-copy {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    } */
}

@media screen and (max-width: 991px) {
    .footer-bottom .menu-footer-container li {
        margin: 0 0 10px;
    }

    .footer-bottom .menu-footer-container li:after {
        content: none;
    }

    .footer-nav {
        text-align: center;
        vertical-align: top;
    }

    .footer-copy {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-nav > div {
        display: block;
    }

    .footer-nav ul {
        margin: 20px 0;
        padding: 0;
    }

    .footer-nav li {
        display: list-item;

        list-style: none;
    }

    .footer-nav .menu-social-container li {
        display: inline-block;

        margin: 0 5px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .footer-logo, .footer-copy, .footer-nav {
        /*text-align: left;*/
    }

    .site-footer {
        padding: 15px 0;
    }
}

/* Modal Boxes (jotForm) */
.mfp-jotform {
    padding: 0;
    height: auto;
}

.iframe-wrapper {
    max-height: 500px;
    min-height: 500px;
    height: 100%;
}

.mfp-inline-holder .mfp-content {
    max-width: 90%;
    width: 700px;
    margin: 0 auto;
}

.posted_on {
    display: none !important;
}

.video_item_overlay {
    background: rgba(6, 16, 61, 0.65) !important;
}

.tabs-wrap img {
    border: 1px solid var(--dkBlue) !important;
    box-shadow: 4px 4px 0 0px var(--dkBlue) !important;
}

.testimonial .owl-carousel .owl-nav .owl-next, .testimonial .owl-carousel .owl-nav .owl-prev {
    color: var(--dkBlue) !important;
}

.tab-panel li img {
    max-width: 35px !important;
}