@font-face {
    font-family: ProximaNovaFont;
    src: url(../fonts/ProximaNovaFont.otf);
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: ProximaNovaFont !important;
}


/* ................navbar...................... */

.navigation {
    height: 88px;
    background: white;
    transition: 2s;
}csr

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a img {
    width: 70%;
    /* margin-top: 11px; */
}

.brand .logo-2 {
    margin-top: 11px;
    width: 56%;
}

.nav-container {
    /* max-width: 1000px; */
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0px 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 10px;
    line-height: 55px;
    color: #1e3669;
    text-transform: uppercase;
    background: #fff;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 500;
}

nav ul li a {
    background: transparent;
    /* color: #FFF; */
    padding-top: 15px;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    border-bottom: 2px solid #ff9600;
}

.navbar-dropdown li a {
    background: #eff1f1;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}

nav ul li ul li {
    min-width: 250px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}


/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}

.navbar-overlay {
    height: 55px;
    width: 100%;
    top: 88px;
    position: absolute;
    background: #0000007a;
    left: 0;
}

.navbar-overlay p {
    font-size: 21px;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 55px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
        background: #fff;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .navbar-dropdown {
        position: static;
    }
    .navbar-overlay a {
        font-size: 11px;
    }
    @media screen and (min-width:800px) {
        .nav-list {
            display: block !important;
            z-index: 100000;
            position: relative;
        }
    }
    #navbar-toggle {
        position: absolute;
        left: 18px;
        top: 15px;
        cursor: pointer;
        padding: 10px 35px 16px 0px;
    }
    #navbar-toggle span,
    #navbar-toggle span:before,
    #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #1e3669;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }
    #navbar-toggle span:before {
        top: -10px;
    }
    #navbar-toggle span:after {
        bottom: -10px;
    }
    #navbar-toggle.active span {
        background-color: transparent;
    }
    #navbar-toggle.active span:before,
    #navbar-toggle.active span:after {
        top: 0;
    }
    #navbar-toggle.active span:before {
        transform: rotate(45deg);
    }
    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
    }
}


/* ................navbar end ...................... */

.header-section-bg {
    background-image: url('../images/cargo-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 30.64%;
    /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
    /* background-image: url(../images/cargo-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh; */
}

.hero-slider__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12.5rem;
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.hero-slider__content__inner {
    background: #fff;
    display: block;
    padding: 2.2rem 2rem;
}

.hero-slider__heading--large {
    font-size: 51.2px;
    font-weight: 800;
    line-height: 1.05em;
    color: #1e3669;
    line-height: 1em;
}

.hero--slides .hero__intro {
    margin-top: -2.2rem;
}

.hero__intro {
    display: block;
    position: relative;
    z-index: 1;
}

.hero__intro__inner {
    background: #fff;
    padding: 2rem 1.5rem;
    margin-top: -3%;
}

.hero-slider__heading--large {
    font-size: 81.2px;
}

.hero__intro__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    /* margin-bottom: 1.5rem; */
    color: #333333;
}

.hero_intro_content {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-family: ProximaNovaFont;
}

.services-heading {
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
    color: #464646;
    font-family: ProximaNovaFont;
}

.card-grid {
    padding-top: 4rem;
}

.card-grid__main-heading {
    color: #464646;
    font-size: 32px;
    line-height: 40px;
    /* margin-bottom: 3rem; */
    font-weight: 700;
    font-family: ProximaNovaFont;
}

.card-grid__item {
    position: relative;
    margin-bottom: 2.3rem;
}

.image-zoom {
    overflow: hidden;
    display: block;
}

a {
    color: #333;
}

.ratio-image {
    overflow: hidden;
    display: block;
    margin: 0;
    position: relative;
}

.card-grid__image {
    position: relative;
}

.card-grid__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 88.3116883117%;
}

.ratio-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}

.card-grid__content {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 1.2rem 1.2rem 2.2rem 0;
    bottom: 1.1rem;
    left: .8rem;
    right: 10rem;
    width: 72%;
}

.card-grid__icon {
    margin-bottom: 0.6rem;
}

.action-link a,
.btn--action,
a.btn--download {
    background: url(https://menziesaviation.com/wp-content/themes/menzies/dist/images/arrow--turquoise--right.svg) no-repeat right center;
    background-size: auto 1.4rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #00bcc8;
    font-weight: 500;
    padding: 0.6rem 1.5rem 0.6rem 0;
}

.action-link a:before,
.btn--action:before,
a.btn--download:before {
    content: "";
    width: 0%;
    background: #00bcc8;
    padding-left: 0;
    display: block;
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    height: 1.4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.action-link a:after,
.btn--action:after,
a.btn--download:after {
    content: "";
    width: 0%;
    padding: 0 100% 0 0%;
    height: 1.4px;
    display: block;
    background: #00bcc8;
    margin-left: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    clear: both;
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
}

.image-zoom figure:hover,
.image-zoom>a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-zoom figure,
.image-zoom>a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.action-link a:hover,
.btn--action:hover,
a.btn--download:hover {
    color: #00bcc8;
}

@media screen and (min-width: 1366px) {
    .hero-slider__heading--large {
        font-size: 90px;
    }
    .action-link a,
    .btn--action,
    a.btn--download {
        font-size: 16px;
    }
    html body .btn,
    a.btn {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .home .hero-slider__content {
        bottom: 14rem;
    }
    .hero-slider__content__inner {
        padding: 2rem 2rem 2.6rem 3rem;
    }
    .hero-slider__heading--large {
        padding-right: 4rem;
    }
    .hero--slides .hero__slider+.hero__intro {
        margin-top: -6rem;
    }
    .hero__intro__inner {
        padding: 3rem 6rem;
        /* padding-bottom: 6rem; */
    }
    .hero-slider__image {
        background-position: center top;
    }
    .card-grid {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
    .card-grid__item {
        margin-bottom: 2rem;
    }
    .action-link a,
    .btn--action,
    a.btn--download {
        background-size: auto 1.6rem;
        padding-right: 1.8rem;
    }
    .action-link a:before,
    .btn--action:before,
    a.btn--download:before {
        height: 2px;
    }
    .action-link a:after,
    .btn--action:after,
    a.btn--download:after {
        height: 2px;
    }
    .card-grid__item__heading {
        margin-bottom: 2.4rem;
        font-size: 22px;
        font-weight: 700;
    }
    .content-image-repeater__video {
        background-size: 8.8rem;
    }
    .content-image-repeater__image img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .content-image-repeater__content {
        position: relative;
        left: 0;
        top: 2rem;
        padding: 2.2rem;
    }
    .content-image-repeater .row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .content-image-repeater__item {
        margin-bottom: 6rem;
    }
    .latest-news-row {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
    .latest-news-row__item {
        margin-bottom: 2rem;
    }
    .latest-news-row__item {
        position: relative;
        margin-bottom: 2.3rem;
    }
    .latest-news-row__content {
        margin-right: 10rem;
        left: 0rem;
    }
    .mastfoot {
        padding: 0 0 0.1rem 0;
    }
    .mastfoot__cta {
        margin-bottom: 7.7rem;
    }
    .mastfoot__cta {
        margin-bottom: 7.7rem;
    }
    .mastfoot__cta .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mastfoot__row-1 li {
        width: 100%;
    }
    .mastfoot__row-1__col-3 {
        text-align: right;
    }
    .mastfoot__logo {
        width: 6.4rem;
    }
    .mastfoot__tagline {
        font-size: 22px;
    }
    .mastfoot__tagline {
        margin-top: 2.6rem;
        /* margin-bottom: 2.2rem; */
        padding-top: 3.7rem;
    }
    .masthead__inner {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }
}

@media (min-width: 576px) {
    .hero-slider__content__inner {
        display: inline-block;
    }
    /* .card-grid__content {
        padding: 2.2rem 1.2rem 6.2rem 0;
    } */
    .card-grid__content .btn--action {
        position: absolute;
        bottom: 1.2em;
        left: 0;
        margin-right: 10px;
    }
    .un-logo-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 320px) {
    .hero-slider__heading--large {
        font-size: calc(42.2px + 38.8 * ((100vw - 320px) / 1046));
    }
    .action-link a,
    .btn--action,
    a.btn--download {
        font-size: calc(18.2px + -2.2 * ((100vw - 320px) / 1046));
    }
    html body .btn,
    a.btn {
        font-size: calc(12px + 2 * ((100vw - 320px) / 1046));
    }
    .mastfoot {
        font-size: calc(16px + -2 * ((100vw - 320px) / 1120));
    }
    .mastfoot__address p {
        font-size: calc(14px + 0 * ((100vw - 320px) / 1120));
    }
}

.card-grid__item__heading {
    margin-bottom: 1.4rem;
    font-size: 22px;
    font-weight: 700;
}

.content-image-repeater__video {
    background: url(https://menziesaviation.com/wp-content/themes/menzies/dist/images/icon-play.svg) no-repeat center center;
    background-size: 4.6rem 4.6rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fa-play {
    opacity: 0.3;
    border-left: 30px solid white;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fa-play:hover {
    opacity: 0.8;
}

.content-image-repeater__image-wrapper {
    position: relative;
}

.content-image-repeater__image {
    position: relative;
    position: relative;
    width: 140%;
    margin-left: -40%;
}

.content-image-repeater__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 65.625%;
}

.content-image-repeater__content {
    z-index: 1;
    background: #fff;
}

.content-image-repeater__item {
    position: relative;
}

.card-grid+.content-image-repeater {
    margin-top: 3.2rem;
}

.content-image-repeater {
    overflow: hidden;
}


.btn,
a.btn {
    background: #fff;
    color: #206493;
    display: inline-block;
    height: 2.5rem;
    line-height: 38px;
    padding: 0 2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.11em;
    border-radius: 15px;
    border: 1.5px solid #206493;
}

.btn:hover,
a.btn:hover {
    color: #fff;
    background: #206493;
    border: 1.5px solid #206493;
}

.career-content {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-family: ProximaNovaFont;
    text-align: justify;
}

.career-heading {
    /* margin-bottom: 2rem; */
}

.latest-news-row {
    padding-top: 4rem;
}

.latest-news-row .slick-list {
    padding-right: 8rem;
    margin-left: 0.5rem;
    margin-right: -0.7rem;
}

.image-zoom {
    overflow: hidden;
    display: block;
}

.image-zoom figure,
.image-zoom>a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.latest-news-row__image {
    position: relative;
    position: relative;
}

.ratio-image {
    overflow: hidden;
    display: block;
    margin: 0;
    position: relative;
}

.latest-news-row__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 88.3116883117%;
}

.ratio-image img.height-100 {
    height: 100%;
    width: auto;
    max-width: 1000%;
}

.ratio-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}

.latest-news-row__content {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 2.2rem 1.2rem 2.2rem 0;
    margin-top: -2rem;
    left: 0rem;
    margin-right: 4rem;
}

.latest-news-row .btn--action {
    float: right;
}

.latest-news-row__title h4 {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
}

.latest-news-row__title:hover h4 {
    color: #666;
}

.latest-news-row__date {
    color: #908c8c;
    font-size: 14px;
    margin-bottom: 2rem;
    display: block;
    font-family: ProximaNovaFont;
}

.mastfoot {
    position: relative;
    z-index: 1;
    background: #1e3669;
    color: #fff;
    padding: 0rem 0rem;
    background: #303538;
    margin-top: 5rem;
}

.mastfoot__cta {
    background: #203668;
    padding: 1.5rem 0 1rem 0;
    margin-bottom: 2.7rem;
}

.mastfoot a.btn {
    color: #1e3669;
}

.mastfoot ul {
    list-style: none;
    padding: 0;
}

.mastfoot a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 1.6rem;
}

.un-logo-footer img {
    width: 100px;
    display: inline-block;
    margin-bottom: 2.5rem;
    object-fit: contain;
}

.un-logo-footer p {
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 1.6em;
}

.mastfoot__logo {
    display: inline-block;
    margin-bottom: 2.5rem;
    width: 5rem;
    margin-top: 3.2rem;
}

.mastfoot__address {
    display: block;
}

.mastfoot__address__line-1 {
    font-weight: 700;
    display: block;
}

.mastfoot__row-2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mastfoot__tagline p {
    margin: 0;
    line-height: 1.2em;
    text-align: end;
    font-size: 16px;
}

.mastfoot__row-1 li {
    margin-bottom: 1rem;
    width: 14em;
}

@media (max-width: 992px) {
    .hero__intro__heading {
        font-size: 29px;
        line-height: 28px;
    }
    .hero_intro_content {
        font-size: 18px;
        line-height: 25px;
    }
}

.demo {
    background-color: #e7e7e7;
}

.counter {
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.counter:before {
    content: '';
    background-color: #003d79d6;
    height: 105px;
    width: 100%;
    border-radius: 30px 30px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.counter .counter-icon {
    color: #eda039;
    background: #003d79;
    font-size: 50px;
    line-height: 90px;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    position: relative;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.counter .counter-icon:before {
    content: "";
    background: #203668;
    width: 120px;
    height: 90px;
    border-radius: 10px 10px 0 0;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}

.counter h3 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.counter .counter-value {
    color: #203668;
    font-size: 30px;
    font-weight: 600;
    display: block;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}


/* footer css */

.footer {
    padding: 28px 0;
    background-color: #3e4f59;
    color: #ffffff;
}

.bottom-1 {
    padding-top: 5px;
}

.bottom-2 {
    text-align: center;
}

.footer .logo {
    padding: 0;
    margin-bottom: 55px;
}

.logo {
    float: left;
    padding-left: 25px;
}

.with-border-bottom {
    position: relative;
}

.footer h4 {
    font-size: 15px;
}

.with-square {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.footer-2-links-1 {
    float: left;
    width: 50%;
}

.logo-image-2 {
    float: left;
    margin-top: 15%;
}

.footer-2,
.footer-3 {
    font-family: 'Montserrat';
    font-size: 14px;
}

.footer-3-item {
    padding: 5px 0;
}

.with-square:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #faa635;
    top: 4px;
    left: 0;
}

.footer .with-square:before {
    top: 3px;
}

.footer-2 a,
.footer-3 a {
    color: #ffffff;
    text-decoration: none;
}

.footer-2 li {
    padding: 5px 0;
}

.footer ol,
.footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.media p,
a {
    font-size: 15px;
}

.footer-3-icon {
    padding-right: 10px;
}

.mb-20 {
    padding-bottom: 90px;
}

.bottom {
    padding: 28px 0;
    background-color: #1f2a31;
    font-family: 'Montserrat';
    font-size: 11px;
    color: #ffffff;
}

.bottom a {
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}

.bottom-3 {
    text-align: right;
    padding-top: 5px;
}

.footer-2 a:hover {
    color: #eda039;
    text-decoration: none;
}

.footer-3 a:hover {
    color: #eda039;
    text-decoration: none;
}

.bottom a:hover {
    color: #eda039;
    text-decoration: none;
}

marquee {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #f1f1f1;
    padding: 6px 0px;
    margin: 0% 0% -0.7% 0%;
}

marquee a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.pdf-content {
    margin-bottom: 3%;
}

.pdf-content a {
    color: #000;
    font-size: 18px;
    font-weight: 100;
    text-decoration: none;
}

.pdf-content a:hover {
    color: blue;
    text-decoration: none;
}

.pdf-content i {
    color: #e34c21;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #ced4da;
    text-align: left;
    padding: 8px;
}
table td i{
    color: #1e3669;
}
hr {
    /* margin-top: 1rem; */
    /* margin-bottom: 1rem; */
    border: 0;
    border-top: 0px solid #000 !important;
}

hr:not([size]) {
    height: 0.5px;
    color: #000;
}


/* tr:nth-child(even) {
    background-color: #dddddd;
} */
.fa-download:before{
    color:#1e3669
}
.csr {
  max-width: 1200px;
  padding: 0 2.2rem;
  position: relative;
  margin: 100px auto 0 auto;
  overflow: hidden;
  span {
    border-radius: 50%;
    background: #fff;
  }

  ul {
    padding-left: 2rem;
    >li {
      list-style-type: disc;
    }
  }
  p + ul {
    margin-top: -1.1rem;
  }
}

.csr-dashed-line__path,
.csr-dashed-line__path-mobile {
  fill: none;
  stroke: #1db4c1;
  stroke-width: 3;
}



.csr-dashed-line__dash,
.csr-dashed-line__dash-mobile {
  fill: none;
  stroke: #FFFFFF;
  stroke-dasharray: 6 12;
  stroke-width: 6;
}






/* ................navbar...................... */

.navigation {
    height: 88px;
    background: white;
    transition: 2s;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a img {
    width: 70%;
    /* margin-top: 11px; */
}

.brand .logo-2 {
    margin-top: 11px;
    width: 56%;
}

.nav-container {
    /* max-width: 1000px; */
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0px 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 5px;
    line-height: 55px;
    color: #1e3669;
    text-transform: uppercase;
    background: #fff;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 500;
}

nav ul li a {
    background: transparent;
    /* color: #FFF; */
    padding-top: 15px;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    border-bottom: 2px solid #ff9600;
}

.navbar-dropdown li a {
    background: #eff1f1;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}

nav ul li ul li {
    min-width: 250px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}


/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}

.navbar-overlay {
    height: 55px;
    width: 100%;
    top: 88px;
    position: absolute;
    background: #0000007a;
    left: 0;
}

.navbar-overlay p {
    font-size: 21px;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 55px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
        background: #fff;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .navbar-dropdown {
        position: static;
    }
    .navbar-overlay a {
        font-size: 11px;
    }
    @media screen and (min-width:800px) {
        .nav-list {
            display: block !important;
            z-index: 100000;
            position: relative;
        }
    }
    #navbar-toggle {
        position: absolute;
        left: 18px;
        top: 15px;
        cursor: pointer;
        padding: 10px 35px 16px 0px;
    }
    #navbar-toggle span,
    #navbar-toggle span:before,
    #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #1e3669;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }
    #navbar-toggle span:before {
        top: -10px;
    }
    #navbar-toggle span:after {
        bottom: -10px;
    }
    #navbar-toggle.active span {
        background-color: transparent;
    }
    #navbar-toggle.active span:before,
    #navbar-toggle.active span:after {
        top: 0;
    }
    #navbar-toggle.active span:before {
        transform: rotate(45deg);
    }
    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
    }
}


/* ................navbar end ...................... */

.header-section-bg {
    background-image: url('../images/cargo-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 30.64%;
    /* (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
    /* background-image: url(../images/cargo-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh; */
}

.hero-slider__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12.5rem;
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.hero-slider__content__inner {
    background: #fff;
    display: block;
    padding: 2.2rem 2rem;
}

.hero-slider__heading--large {
    font-size: 51.2px;
    font-weight: 800;
    line-height: 1.05em;
    color: #1e3669;
    line-height: 1em;
}

.hero--slides .hero__intro {
    margin-top: -2.2rem;
}

.hero__intro {
    display: block;
    position: relative;
    z-index: 1;
}

.hero__intro__inner {
    background: #fff;
    padding: 2rem 1.5rem;
    margin-top: -3%;
}

.hero-slider__heading--large {
    font-size: 81.2px;
}

.hero__intro__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    /* margin-bottom: 1.5rem; */
    color: #333333;
}

.hero_intro_content {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-family: ProximaNovaFont;
}

.services-heading {
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
    color: #464646;
    font-family: ProximaNovaFont;
}

.card-grid {
    padding-top: 4rem;
}

.card-grid__main-heading {
    color: #464646;
    font-size: 32px;
    line-height: 40px;
    /* margin-bottom: 3rem; */
    font-weight: 700;
    font-family: ProximaNovaFont;
}

.card-grid__item {
    position: relative;
    margin-bottom: 2.3rem;
}

.image-zoom {
    overflow: hidden;
    display: block;
}

a {
    color: #333;
}

.ratio-image {
    overflow: hidden;
    display: block;
    margin: 0;
    position: relative;
}

.card-grid__image {
    position: relative;
}

.card-grid__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 88.3116883117%;
}

.ratio-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}

.card-grid__content {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 1.2rem 1.2rem 2.2rem 0;
    bottom: 1.1rem;
    left: .8rem;
    right: 10rem;
    width: 72%;
}

.card-grid__icon {
    margin-bottom: 0.6rem;
}

.action-link a,
.btn--action,
a.btn--download {
    background: url(https://menziesaviation.com/wp-content/themes/menzies/dist/images/arrow--turquoise--right.svg) no-repeat right center;
    background-size: auto 1.4rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #00bcc8;
    font-weight: 500;
    padding: 0.6rem 1.5rem 0.6rem 0;
}

.action-link a:before,
.btn--action:before,
a.btn--download:before {
    content: "";
    width: 0%;
    background: #00bcc8;
    padding-left: 0;
    display: block;
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    height: 1.4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.action-link a:after,
.btn--action:after,
a.btn--download:after {
    content: "";
    width: 0%;
    padding: 0 100% 0 0%;
    height: 1.4px;
    display: block;
    background: #00bcc8;
    margin-left: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    clear: both;
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
}

.image-zoom figure:hover,
.image-zoom>a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-zoom figure,
.image-zoom>a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.action-link a:hover,
.btn--action:hover,
a.btn--download:hover {
    color: #00bcc8;
}

@media screen and (min-width: 1366px) {
    .hero-slider__heading--large {
        font-size: 90px;
    }
    .action-link a,
    .btn--action,
    a.btn--download {
        font-size: 16px;
    }
    html body .btn,
    a.btn {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .home .hero-slider__content {
        bottom: 14rem;
    }
    .hero-slider__content__inner {
        padding: 2rem 2rem 2.6rem 3rem;
    }
    .hero-slider__heading--large {
        padding-right: 4rem;
    }
    .hero--slides .hero__slider+.hero__intro {
        margin-top: -6rem;
    }
    .hero__intro__inner {
        padding: 3rem 6rem;
        /* padding-bottom: 6rem; */
    }
    .hero-slider__image {
        background-position: center top;
    }
    .card-grid {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
    .card-grid__item {
        margin-bottom: 2rem;
    }
    .action-link a,
    .btn--action,
    a.btn--download {
        background-size: auto 1.6rem;
        padding-right: 1.8rem;
    }
    .action-link a:before,
    .btn--action:before,
    a.btn--download:before {
        height: 2px;
    }
    .action-link a:after,
    .btn--action:after,
    a.btn--download:after {
        height: 2px;
    }
    .card-grid__item__heading {
        margin-bottom: 2.4rem;
        font-size: 22px;
        font-weight: 700;
    }
    .content-image-repeater__video {
        background-size: 8.8rem;
    }
    .content-image-repeater__image img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .content-image-repeater__content {
        position: relative;
        left: 0;
        top: 2rem;
        padding: 2.2rem;
    }
    .content-image-repeater .row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .content-image-repeater__item {
        margin-bottom: 6rem;
    }
    .latest-news-row {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
    .latest-news-row__item {
        margin-bottom: 2rem;
    }
    .latest-news-row__item {
        position: relative;
        margin-bottom: 2.3rem;
    }
    .latest-news-row__content {
        margin-right: 10rem;
        left: 0rem;
    }
    .mastfoot {
        padding: 0 0 0.1rem 0;
    }
    .mastfoot__cta {
        margin-bottom: 7.7rem;
    }
    .mastfoot__cta {
        margin-bottom: 7.7rem;
    }
    .mastfoot__cta .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mastfoot__row-1 li {
        width: 100%;
    }
    .mastfoot__row-1__col-3 {
        text-align: right;
    }
    .mastfoot__logo {
        width: 6.4rem;
    }
    .mastfoot__tagline {
        font-size: 22px;
    }
    .mastfoot__tagline {
        margin-top: 2.6rem;
        /* margin-bottom: 2.2rem; */
        padding-top: 3.7rem;
    }
    .masthead__inner {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }
}

@media (min-width: 576px) {
    .hero-slider__content__inner {
        display: inline-block;
    }
    /* .card-grid__content {
        padding: 2.2rem 1.2rem 6.2rem 0;
    } */
    .card-grid__content .btn--action {
        position: absolute;
        bottom: 1.2em;
        left: 0;
        margin-right: 10px;
    }
    .un-logo-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 320px) {
    .hero-slider__heading--large {
        font-size: calc(42.2px + 38.8 * ((100vw - 320px) / 1046));
    }
    .action-link a,
    .btn--action,
    a.btn--download {
        font-size: calc(18.2px + -2.2 * ((100vw - 320px) / 1046));
    }
    html body .btn,
    a.btn {
        font-size: calc(12px + 2 * ((100vw - 320px) / 1046));
    }
    .mastfoot {
        font-size: calc(16px + -2 * ((100vw - 320px) / 1120));
    }
    .mastfoot__address p {
        font-size: calc(14px + 0 * ((100vw - 320px) / 1120));
    }
}

.card-grid__item__heading {
    margin-bottom: 1.4rem;
    font-size: 22px;
    font-weight: 700;
}

.content-image-repeater__video {
    background: url(https://menziesaviation.com/wp-content/themes/menzies/dist/images/icon-play.svg) no-repeat center center;
    background-size: 4.6rem 4.6rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fa-play {
    opacity: 0.3;
    border-left: 30px solid white;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fa-play:hover {
    opacity: 0.8;
}

.content-image-repeater__image-wrapper {
    position: relative;
}

.content-image-repeater__image {
    position: relative;
    position: relative;
    width: 140%;
    margin-left: -40%;
}

.content-image-repeater__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 65.625%;
}

.content-image-repeater__content {
    z-index: 1;
    background: #fff;
}

.content-image-repeater__item {
    position: relative;
}

.card-grid+.content-image-repeater {
    margin-top: 3.2rem;
}

.content-image-repeater {
    overflow: hidden;
}


.btn,
a.btn {
    background: #fff;
    color: #206493;
    display: inline-block;
    height: 2.5rem;
    line-height: 38px;
    padding: 0 2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.11em;
    border-radius: 15px;
    border: 1.5px solid #206493;
}

.btn:hover,
a.btn:hover {
    color: #fff;
    background: #206493;
    border: 1.5px solid #206493;
}

.career-content {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-family: ProximaNovaFont;
    text-align: justify;
}

.career-heading {
    /* margin-bottom: 2rem; */
}

.latest-news-row {
    padding-top: 4rem;
}

.latest-news-row .slick-list {
    padding-right: 8rem;
    margin-left: 0.5rem;
    margin-right: -0.7rem;
}

.image-zoom {
    overflow: hidden;
    display: block;
}

.image-zoom figure,
.image-zoom>a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.latest-news-row__image {
    position: relative;
    position: relative;
}

.ratio-image {
    overflow: hidden;
    display: block;
    margin: 0;
    position: relative;
}

.latest-news-row__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 88.3116883117%;
}

.ratio-image img.height-100 {
    height: 100%;
    width: auto;
    max-width: 1000%;
}

.ratio-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}

.latest-news-row__content {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 2.2rem 1.2rem 2.2rem 0;
    margin-top: -2rem;
    left: 0rem;
    margin-right: 4rem;
}

.latest-news-row .btn--action {
    float: right;
}

.latest-news-row__title h4 {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
}

.latest-news-row__title:hover h4 {
    color: #666;
}

.latest-news-row__date {
    color: #908c8c;
    font-size: 14px;
    margin-bottom: 2rem;
    display: block;
    font-family: ProximaNovaFont;
}

.mastfoot {
    position: relative;
    z-index: 1;
    background: #1e3669;
    color: #fff;
    padding: 0rem 0rem;
    background: #303538;
    margin-top: 5rem;
}

.mastfoot__cta {
    background: #203668;
    padding: 1.5rem 0 1rem 0;
    margin-bottom: 2.7rem;
}

.mastfoot a.btn {
    color: #1e3669;
}

.mastfoot ul {
    list-style: none;
    padding: 0;
}

.mastfoot a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 1.6rem;
}

.un-logo-footer img {
    width: 100px;
    display: inline-block;
    margin-bottom: 2.5rem;
    object-fit: contain;
}

.un-logo-footer p {
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 1.6em;
}

.mastfoot__logo {
    display: inline-block;
    margin-bottom: 2.5rem;
    width: 5rem;
    margin-top: 3.2rem;
}

.mastfoot__address {
    display: block;
}

.mastfoot__address__line-1 {
    font-weight: 700;
    display: block;
}

.mastfoot__row-2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mastfoot__tagline p {
    margin: 0;
    line-height: 1.2em;
    text-align: end;
    font-size: 16px;
}

.mastfoot__row-1 li {
    margin-bottom: 1rem;
    width: 14em;
}

@media (max-width: 992px) {
    .hero__intro__heading {
        font-size: 29px;
        line-height: 28px;
    }
    .hero_intro_content {
        font-size: 18px;
        line-height: 25px;
    }
}

.demo {
    background-color: #e7e7e7;
}

.counter {
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.counter:before {
    content: '';
    background-color: #003d79d6;
    height: 105px;
    width: 100%;
    border-radius: 30px 30px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.counter .counter-icon {
    color: #eda039;
    background: #003d79;
    font-size: 50px;
    line-height: 90px;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    position: relative;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.counter .counter-icon:before {
    content: "";
    background: #203668;
    width: 120px;
    height: 90px;
    border-radius: 10px 10px 0 0;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}

.counter h3 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.counter .counter-value {
    color: #203668;
    font-size: 30px;
    font-weight: 600;
    display: block;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}


/* footer css */

.footer {
    padding: 28px 0;
    background-color: #3e4f59;
    color: #ffffff;
}

.bottom-1 {
    padding-top: 5px;
}

.bottom-2 {
    text-align: center;
}

.footer .logo {
    padding: 0;
    margin-bottom: 55px;
}

.logo {
    float: left;
    padding-left: 25px;
}

.with-border-bottom {
    position: relative;
}

.footer h4 {
    font-size: 15px;
}

.with-square {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.footer-2-links-1 {
    float: left;
    width: 50%;
}

.logo-image-2 {
    float: left;
    margin-top: 15%;
}

.footer-2,
.footer-3 {
    font-family: 'Montserrat';
    font-size: 14px;
}

.footer-3-item {
    padding: 5px 0;
}

.with-square:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #faa635;
    top: 4px;
    left: 0;
}

.footer .with-square:before {
    top: 3px;
}

.footer-2 a,
.footer-3 a {
    color: #ffffff;
    text-decoration: none;
}

.footer-2 li {
    padding: 5px 0;
}

.footer ol,
.footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.media p,
a {
    font-size: 15px;
}

.footer-3-icon {
    padding-right: 10px;
}

.mb-20 {
    padding-bottom: 90px;
}

.bottom {
    padding: 28px 0;
    background-color: #1f2a31;
    font-family: 'Montserrat';
    font-size: 11px;
    color: #ffffff;
}

.bottom a {
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}

.bottom-3 {
    text-align: right;
    padding-top: 5px;
}

.footer-2 a:hover {
    color: #eda039;
    text-decoration: none;
}

.footer-3 a:hover {
    color: #eda039;
    text-decoration: none;
}

.bottom a:hover {
    color: #eda039;
    text-decoration: none;
}

marquee {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #f1f1f1;
    padding: 6px 0px;
    margin: 0% 0% -0.7% 0%;
}

marquee a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.pdf-content {
    margin-bottom: 3%;
}

.pdf-content a {
    color: #000;
    font-size: 18px;
    font-weight: 100;
    text-decoration: none;
}

.pdf-content a:hover {
    color: blue;
    text-decoration: none;
}

.pdf-content i {
    color: #e34c21;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #ced4da;
    text-align: left;
    padding: 8px;
}
table td i{
    color: #1e3669;
}
hr {
    /* margin-top: 1rem; */
    /* margin-bottom: 1rem; */
    border: 0;
    border-top: 0px solid #000 !important;
}

hr:not([size]) {
    height: 0.5px;
    color: #000;
}


/* tr:nth-child(even) {
    background-color: #dddddd;
} */
.fa-download:before{
    color:#1e3669
}
.csr {
  max-width: 1200px;
  padding: 0 2.2rem;
  position: relative;
  margin: 100px auto 0 auto;
}
.csr span {
  border-radius: 50%;
  background: #fff;
}
.csr ul {
  padding-left: 2rem;
}
.csr ul > li {
  list-style-type: disc;
}
.csr p + ul {
  margin-top: -1.1rem;
}

.csr-dashed-line__path,
.csr-dashed-line__path-mobile {
  fill: none;
  stroke: #1db4c1;
  stroke-width: 3;
}

.csr-dashed-line__dash,
.csr-dashed-line__dash-mobile {
  fill: none;
  stroke: #FFFFFF;
  stroke-dasharray: 6 12;
  stroke-width: 6;
}

.csr__start {
  display: block;
  margin: 0 auto;
  
}
@media (min-width: 992px) {
  .csr__start {
    margin-bottom: 65px;
    margin-top: 24px;
  }
}

.csr__journey {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -2485px;
  width: 563px;
  height: 2450px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .csr__journey {
    display: none;
  }
}

.csr__journey-mobile {
  text-align: center;
}
@media (min-width: 992px) {
  .csr__journey-mobile {
    display: none;
  }
}
.csr__journey-mobile > svg {
  width: 6px;
  height: 200px;
}

.csr--section {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .csr--section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .csr--section > div {
    max-width: 50%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.csr--section-image {
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  background: #fff;
}
@media (max-width: 991px) {
  .csr--section-image {
    max-width: 300px;
    margin: 0 auto 50px auto;
  }
}
.csr--section-image > img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .csr__environment {
    margin-bottom: 75px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .csr__environment .csr--section-image {
    margin-right: 30px;
    -ms-flex-preferred-size: 465px;
        flex-basis: 465px;
    max-width: 465px;
  }
}

@media (min-width: 992px) {
  .csr__people {
    margin-bottom: 140px;
  }
  .csr__people .csr--section-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 30px;
    max-width: 439px;
    -ms-flex-preferred-size: 439px;
        flex-basis: 439px;
  }
}

@media (min-width: 992px) {
  .csr__safety {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 190px;
  }
  .csr__safety .csr--section-image {
    margin-right: 60px;
    max-width: 411px;
    -ms-flex-preferred-size: 411px;
        flex-basis: 411px;
  }
}

@media (min-width: 992px) {
  .csr_legal {
    margin-bottom: 200px;
  }
  .csr_legal .csr--section-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 85px;
    max-width: 465px;
    -ms-flex-preferred-size: 465px;
        flex-basis: 410px;
  }
}

@media (min-width: 992px) {
  .csr__communities {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .csr__communities .csr--section-image {
    margin-right: 30px;
    max-width: 456px;
    -ms-flex-preferred-size: 456px;
        flex-basis: 456px;
  }
}

.csr__roadmap {
  background: #e5f3ff;
  padding: 75px 0 75px 0;
  margin-top: 100px;
  margin-bottom: -5rem;
}
.csr__roadmap > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.2rem;
}
.csr__roadmap--desktop {
  margin: 50px auto 0 auto;
}
.csr__roadmap--desktop > img {
  display: block;
}
@media (max-width: 991px) {
  .csr__roadmap--desktop {
    display: none;
  }
}
.csr__roadmap--mobile > img {
  display: block;
  max-width: 400px;
  margin: 50px auto 0 auto;
}
@media (min-width: 992px) {
  .csr__roadmap--mobile {
    display: none;
  }
}

.kpis > .container {
  max-width: 103.2rem;
}
.kpis__view-mode {
  margin-bottom: 6rem;
}
.kpis__view-mode__button {
  border: 0;
  background-color: #dcdcdc;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.4rem;
}
.kpis__view-mode__button.active {
  background-color: #00bcc8;
  color: #1e3669;
}
.kpis .table thead th {
  border-bottom: 1px solid #979797;
}
.kpis .table th, .kpis .table td {
  padding: 2rem 0.75rem;
}

@media (min-width: 992px) {
  #search-filter-form-169 > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #search-filter-form-169 > ul > li {
    width: 24%;
    margin-right: 0rem;
  }
}
  .terminal {
        transition: transform 0.5s ease-in-out;
        
        
    }
    .card{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: none;
    }

    .card h3 {
        color: #1e3669;
        
    }

    .card p {
        font-weight: 500;
        font-size: 16px;
    }

    .card ul li {
        font-weight: 500;
        font-size: 16px;
    }

    /* .terminal :hover { */
        /* transform: scale(1.01); */
        /* background-color: lightgray; */
        /* border-radius: 5px; */
        /* border: 1px solid #1e3669; */
    /* } */
    
    
      .career {
        max-width: 500px;
        margin: 50px auto;
        padding: 40px;
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        text-align: center;
    }
    .select-cv {
        font-size: 20px;
        font-weight: bold;
        display: block;
        margin-bottom: 0px;
    }
    input[type="file"] {
        display: block;
            margin: 16px auto 25px;
    padding-left: 100px;
    }
    .submit-button {
            background: #fff;
    color: #206493;
    display: inline-block;
    height: 2.5rem;
    line-height: 38px;
    padding: 0 2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
            font-size: calc(12px + 2 * ((100vw - 320px) / 1046));
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.11em;
    border-radius: 15px;
    border: 1.5px solid #206493;
    }
    .submit-button:hover {
        background-color: #206493;
        color:#fff;
    }