*, *::after, *::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

@media (max-width: 75em) {
    html {
        font-size: 56.25%;
    }
}

@media (max-width: 56.25em) {
    html {
        font-size: 50%;
    }
}

body {
    position: relative;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    background: #E8E8E8;
}

@media (max-width: 56.25em) {
    body {
        padding: 0px;
        margin: 0px;
    }
}

.noOverflow {
    overflow-y: hidden;
}

.clearfix {
    clear: both;
}

*, *::after, *::before {
    font-family: 'Junge', serif;
}

h1, h2, h3, h4, h5, div, p, ul, li, a, input {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #000;
}

a:link, a:hover, a:focus, a:active {
    text-decoration: none;
}

i {
    font-family: fontawesome;
}

li {
    list-style: none;
}

.capitalize {
    text-transform: capitalize;
}

.primary-text {
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: normal;
    color: #005B98;
}

.heading_secondary {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
}

.heading_third {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
}

.paragraph {
    font-size: 1.4rem;
}

.paragraph:not(:last-of-type) {
    margin-bottom: 3.5rem;
}

.heading__with__lines {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.heading__with__lines::before, .heading__with__lines::after {
    content: '';
    background: currentColor;
    width: 6rem;
    height: 1px;
    display: inline-block;
    margin: 0 20px;
}

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

.marginBottom_small {
    margin-bottom: 1.4rem !important;
}

.marginBottom_medium {
    margin-bottom: 3rem !important;
}

@media (max-width: 56.25em) {
    .marginBottom_medium {
        margin-bottom: 2.6rem !important;
    }
}

.marginBottom_large {
    margin-bottom: 8rem !important;
}

@media (max-width: 56.25em) {
    .marginBottom_large {
        margin-bottom: 6rem !important;
    }
}

.marginTop_small {
    margin-top: 1.4rem !important;
}

.marginTop_medium {
    margin-top: 3.5rem !important;
}

.marginTop_large {
    margin-top: 7rem !important;
}

.marginTop_huge {
    margin-top: 10rem !important;
}

.animateRight {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.animateRight:hover {
    -webkit-transform: translateX(0.5rem);
        -ms-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
}

.owl-item.active.center .item__overlay {
    background: #005B98;
    opacity: .74;
}

.owl-nav {
    position: absolute;
    top: 77%;
    left: 46%;
    width: 7%;
}

.owl-carousel.features__carousel .owl-nav {
    top: 103%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.owl-next:focus,
.owl-next:active,
.owl-prev:focus,
.owl-prev:active {
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    -webkit-transform: translateX(-0.7rem);
        -ms-transform: translateX(-0.7rem);
            transform: translateX(-0.7rem);
}

.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.owl-carousel .owl-nav button.owl-next:hover {
    -webkit-transform: translateX(0.7rem);
        -ms-transform: translateX(0.7rem);
            transform: translateX(0.7rem);
}

.owl-prev img,
.owl-next img {
    width: 27px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.owl-carousel.tour_guides_slider .owl-stage-outer {
    z-index: 100;
}

.owl-carousel.tour_guides_slider .owl-nav {
    z-index: 99;
}

.header {
    background-image: url(../img/main-slide@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
    z-index: 5;
}

.header__text {
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.header__text .heading__with__lines {
    -ms-flex-item-align: center;
        align-self: center;
}

.header__text .heading_secondary:last-of-type {
    color: #005B98;
}

.header__btn {
    position: absolute;
    bottom: 7%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}

.footer {
    padding: 6rem 1rem 4rem;
    margin: 10rem 0 0;
    -webkit-clip-path: polygon(50% 0%, 100% 19%, 100% 100%, 0 100%, 0 19%);
            clip-path: polygon(50% 0%, 100% 19%, 100% 100%, 0 100%, 0 19%);
    background: #072336;
    color: rgba(255, 255, 255, 0.65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__logo {
    margin-bottom: 3rem;
    opacity: .5;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.footer__logo:hover {
    opacity: .9;
}

.footer__nav {
    margin-bottom: 3.5rem;
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer__list--link a {
    color: rgba(255, 255, 255, 0.65);
    padding: 0 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.65);
    font-size: 1.3rem;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-bottom: 1rem;
    display: inline-block;
}

.footer__list--link a:hover {
    color: rgba(255, 255, 255, 0.95);
}

.footer .copyright {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.1rem;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 82px;
    padding: 25px 40px;
}

@media (max-width: 56.25em) {
    .nav {
        padding: 30px 40px;
    }
}

.nav__to-arabic a {
    font-size: 1.9rem;
}

.nav__logo img {
    width: 150px;
}

.nav__menu {
    cursor: pointer;
}

.btn, .btn:link, .btn:visited {
    padding: 2.2rem 4.2rem;
    border-radius: 2px;
    font-weight: 400;
    font-size: 1.4rem;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    position: relative;
    border: none;
    cursor: pointer;
    background: #005B98;
    color: #fff;
}

@media (max-width: 56.25em) {
    .btn, .btn:link, .btn:visited {
        padding: 3rem;
        font-size: 2rem;
        width: 348px;
    }
}

.btn .arrow, .btn:link .arrow, .btn:visited .arrow {
    color: currentColor;
    font-size: 2rem;
    margin-left: .5rem;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    display: inline-block;
}

.btn::after, .btn:link::after, .btn:visited::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10rem;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: -1;
}

.btn:hover, .btn:link:hover, .btn:visited:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn:hover::after, .btn:link:hover::after, .btn:visited:hover::after {
    -webkit-transform: scaleX(1.4) scaleY(1.6);
        -ms-transform: scaleX(1.4) scaleY(1.6);
            transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn:hover .arrow, .btn:link:hover .arrow, .btn:visited:hover .arrow {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.btn:active, .btn:focus, .btn:link:active, .btn:link:focus, .btn:visited:active, .btn:visited:focus {
    outline: none;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
}

.btn_text, .btn_text:link, .btn_text:visited {
    font-size: 3.5rem;
    color: #005B98;
    display: inline-block;
    background: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border: none;
    cursor: pointer;
}

.btn_text span, .btn_text:link span, .btn_text:visited span {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
    font-size: 4rem;
}

.btn_text:hover {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

.btn_text:hover span {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.popup {
    width: 100vw;
    height: 100vh;
    background: #114060;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.popup__outline {
    width: 95%;
    height: 92%;
    border: 1px solid #fff;
    margin: 3rem;
    position: relative;
}

.popup__outline__nav {
    margin: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.popup__outline__nav img {
    width: 2.5rem;
    cursor: pointer;
}

.popup__outline__nav span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
}

.popup__menu {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.popup__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80vw;
}

.popup__menu--link a {
    color: white;
    padding: 0 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    display: block;
}

.popup__menu--link a::before, .popup__menu--link a::after {
    content: '';
    width: 4rem;
    display: inline-block;
}

.features {
    padding: 11rem 5rem;
    text-align: center;
}

@media (max-width: 56.25em) {
    .features {
        padding: 8rem 1rem;
    }
}

.features .heading_secondary {
    color: #000;
}

.features__grid {
    display: grid;
    grid-template-columns: 32% 32% auto;
    grid-template-rows: repeat(3, auto);
    grid-gap: 3rem;
    overflow: hidden;
}

@media (max-width: 37.5em) {
    .features__grid {
        grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
    }
}

.features__grid--feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.features__grid--feature.feature_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.features__grid--feature.feature_2 .features__grid--text {
    margin-top: 5rem;
}

.features__grid--feature.feature_2 .features__grid--img {
    width: 100%;
}

.features__grid--img {
    width: 70%;
    min-width: 340px;
}

@media (max-width: 56.25em) {
    .features__grid--img {
        min-width: 220px;
    }
}

.features__grid--img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    min-width: 300px;
}

@media (max-width: 56.25em) {
    .features__grid--img img {
        min-width: 150px;
    }
}

.features__grid--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0px 7rem 0px 5rem;
    text-align: left;
}

@media (max-width: 56.25em) {
    .features__grid--text {
        padding: 0px 1rem 0px 2rem;
    }
}

.features__grid--text span {
    font-size: 2.2rem;
    color: #005B98;
    border-bottom: 1px solid #9B9B9B;
    padding-bottom: 1rem;
    display: inline-block;
    margin-bottom: 2rem;
}

@media all and (min-width: 600px) {
    .features__grid .feature_1 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .features__grid .feature_2 {
        grid-column: 3 / 4;
        grid-row: 1 / 3;
    }

    .features__grid .feature_3 {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }
}

.features .slider__arrow {
    text-align: center;
    margin: 5rem auto 1rem;
}

.features .slider__arrow a img {
    width: 3rem;
    margin: 0 1rem;
}

.believe {
    width: 100vw;
    height: 610px;
}

@media (max-width: 56.25em) {
    .believe {
        margin-top: 4rem;
    }
}

.believe__slide {
    width: 100%;
    height: 100%;
}

.believe__slide--img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.believe__slide .heading_secondary {
    top: 29%;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    color: #fff;
    font-size: 1.5rem;
    width: 100%;
}

.believe__slide .heading_secondary::before, .believe__slide .heading_secondary::after {
    content: '';
    background: currentColor;
    width: 5rem;
    height: 1px;
    display: inline-block;
    margin: 0 20px;
}

.believe__slide .believe__slide--img-small {
    top: 41%;
    z-index: 11;
    width: 4rem;
    position: relative;
}

.believe__slide .primary-text {
    top: 51%;
    z-index: 11;
    color: #fff;
    font-size: 3rem;
    font-weight: 400;
    width: 33%;
    margin: 0px 34%;
}

nav.anim-arrows > span.anim-arrows-prev, nav.anim-arrows > span.anim-arrows-next {
    width: 35px;
    height: 35px;
}

nav.anim-arrows > span.anim-arrows-prev {
    left: 45%;
    top: 85%;
}

@media (max-width: 56.25em) {
    nav.anim-arrows > span.anim-arrows-prev {
        left: 35%;
    }
}

nav.anim-arrows > span.anim-arrows-prev::after {
    content: url("../img/arrow-L.svg");
}

nav.anim-arrows > span.anim-arrows-next {
    right: 45%;
    top: 85%;
}

@media (max-width: 56.25em) {
    nav.anim-arrows > span.anim-arrows-next {
        right: 35%;
    }
}

nav.anim-arrows > span.anim-arrows-next::after {
    content: url("../img/arrow-R.svg");
}

.anim-dots {
    display: none;
}

.testimonials {
    padding: 10rem 0;
    text-align: center;
}

.testimonials .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    overflow: hidden;
}

.testimonials .testimonial.testi_img-down .testimonial__text {
    padding: 4rem 3rem 0rem;
}

.testimonials .testimonial__img img {
    width: 100%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
}

.testimonials .testimonial__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 3rem 4rem;
}

.testimonials .testimonial__text--year {
    color: #005B98;
    font-size: 2.2rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1rem;
    display: inline-block;
    margin-bottom: 2rem;
}

.testimonials .testimonial__text--p {
    font-size: 1.3rem;
    color: #626264;
}

.testimonials .swiper-container {
    width: 100%;
    min-height: 500px;
    margin-top: 5rem;
    padding: 0px 2rem 8rem;
}

.testimonials .swiper-pagination-progressbar {
    background: #9B9B9B;
    bottom: 0px !important;
    left: 5%;
    top: unset;
    width: 90%;
    margin: 0 auto;
    height: 3px;
}

.testimonials .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #005B98;
}

.sectors {
    margin: 7rem 0;
    height: 440px;
}

.sectors .owl-carousel {
    width: 100%;
    height: 100%;
}

.sectors .owl-carousel .item {
    height: 100%;
}

.sectors .owl-carousel .item img {
    height: 400px;
    z-index: 3;
}

.sectors .owl-carousel .item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .84;
    z-index: 5;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.sectors .owl-carousel .item__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.sectors .owl-carousel .item__content > * {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

.sectors .owl-carousel .item__content .heading_secondary {
    font-size: 2rem;
}

.getCloserLook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.getCloserLook .heading_secondary {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
