﻿/*
    Navigation:
        1- S_MAIN
        2- S_NAVBAR
        3- S_HERO
        4- S_HELPERS
        5- S_CONTROLS
        6- S_DESIGN
        7- S_SLICK_SLIDE
        8- MEDIA_QUERY
        9- LANGUAGE_RELATED
*/

/*S_MAIN*/
[main-theme-layout="ltr"] *:not(i) {
    font-family: TitilliumWeb Regular;
    letter-spacing: 1.2px !important;
}

[main-theme-layout="rtl"] *:not(i) {
    font-family: Cairo Regular;
    letter-spacing: -0.4px !important;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0;
    padding-top: 0;
    scroll-behavior: smooth;
    --scrollbarBGD: #ffffff;
    --thumbBG: #1f4388;
}

body {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    scrollbar-color: var(--thumbBG) var(--scrollbarBGD) !important;
    scrollbar-width: thin !important;
    transition: 0.3s ease-in;
}

    body::-webkit-scrollbar {
        width: 9px !important;
    }

    body::-webkit-scrollbar-track {
        background: var(--scrollbarBGD) !important;
    }

    body::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG) !important;
        border-radius: 6px !important;
        border: 3px solid var(--scrollbarBGD) !important;
    }

/*i {
    font-family: 'FontAwesome' !important;
}*/

/*S_NAVBAR*/
.navbar {
    position: fixed;
    color: #000000;
    padding: 10px 20px !important;
    width: 100% !important;
    font-size: 16px;
    z-index: 9999;
    transition: 0.3s linear;
    /*border-bottom-left-radius: 25px;*/
    /*border-bottom-right-radius: 25px;*/
}

.navbar-brand {
    font-size: 26px
}

.nav-bg-color {
    box-shadow: rgb(241 241 241 / 35%) 0px 5px 15px !important;
}

.nav-bg-color {
    color: #000000 !important;
    background-color: #ffffff !important;
}

[main-theme-layout="ltr"] .navbar * {
    font-family: TitilliumWeb-Bold;
}

[main-theme-layout="rtl"] .navbar * {
    font-family: Cairo Bold;
}

.nav-language-div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    cursor: pointer !important;
}

    .nav-language-div > * {
        cursor: pointer !important;
    }

[main-theme-layout="ltr"] .nav-language-div label {
    font-family: Cairo SemiBold;
    letter-spacing: -0.4px !important;
}

[main-theme-layout="rtl"] .nav-language-div label {
    font-family: TitilliumWeb-Bold;
    letter-spacing: 1.2px !important;
}

[main-theme-layout="ltr"] li.nav-item.language.m-boarder-t {
    margin-left: auto;
}

[main-theme-layout="rtl"] li.nav-item.language.m-boarder-t {
    margin-right: auto;
}

.nav-link-aoth {
    display: flex;
    align-items: center;
    color: #1f4388 !important;
    padding: 0.5rem 2rem !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

    .nav-link-aoth:hover {
        color: #ffffff !important;
        background-color: #1f4388 !important;
    }

[main-theme-layout="ltr"] .side-nav {
    width: 500px;
    color: #ffffff;
    background-color: #1b1b1b;
    height: 100%;
    min-height: 100%;
    padding: 148px 60px 35px 60px;
    position: fixed;
    right: -500px;
    top: 0;
    transition: all .6s cubic-bezier(.77,0,.175,1);
    visibility: hidden;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1));
    z-index: 9999;
}

[main-theme-layout="rtl"] .side-nav {
    width: 500px;
    color: #ffffff;
    background-color: #1b1b1b;
    height: 100%;
    min-height: 100%;
    padding: 148px 60px 35px 60px;
    position: fixed;
    left: -500px;
    top: 0;
    transition: all .6s cubic-bezier(.77,0,.175,1);
    visibility: hidden;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1));
    z-index: 9999;
}

[main-theme-layout="ltr"] .topcorner {
    position: absolute;
    top: 0;
    left: 0;
}

[main-theme-layout="rtl"] .topcorner {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 500px) {
    [main-theme-layout="rtl"] .navbar-brand img {
        max-width: 150px !important;
    }

    [main-theme-layout="ltr"] .navbar-brand img {
        max-width: 150px !important;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .navbar {
        font-size: 18px;
    }

    .navbar-brand {
        font-size: 20px
    }
}

/*S_HERO*/
.responsive-wrapper.ratio-21x9 {
    min-width: 1440px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

    .responsive-wrapper.ratio-21x9:after {
        content: "";
        width: 100%;
        height: 0;
        display: block;
        padding-bottom: 41.5%;
    }

.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.hero__content {
    display: flex;
    justify-content: center;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 95px;
    z-index: 20;
    left: 50%;
    transform: translate(-50%, 50%);
}

.hero__title {
    font-size: 3rem;
    margin: 0 0 2.5rem 0;
    line-height: 1;
}

    .hero__title:first-letter {
        text-transform: uppercase;
    }

.hero__text {
    font-size: 1.425rem;
    line-height: 1.33;
    margin: 0;
}

.hero__background {
    position: relative;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.hero--has-shadow-bottom-left:before, .hero--has-shadow-bottom-right:before, .hero--has-shadow-top-left:before, .hero--has-shadow-top-right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: linear-gradient(5deg, #0003 0%, #0000 33%), linear-gradient(75deg, #0003 0%, #0000 66%), linear-gradient(18deg, #0000004d 0%, #0000 33%), linear-gradient(15deg, #0006 0%, #0000 66%), linear-gradient(15deg, #00000080, #0000);
}

.hero--has-shadow-bottom-left:before {
    transform: scale(1, 1);
}

.hero--has-shadow-bottom-left .hero__content {
    /*bottom: 0;*/
    /*left: 0;*/
    /*top: 50%;*/
    padding: 0px 70px 0px 70px;
}

.hero--has-shadow-bottom-right:before {
    transform: scale(-1, 1);
}

.hero--has-shadow-bottom-right .hero__content {
    /*bottom: 0;*/
    /*right: 0;*/
    padding: 15px 70px 50px 15px;
}

.hero--has-shadow-top-left:before {
    transform: scale(1, -1);
}

.hero--has-shadow-top-left .hero__content {
    top: 0;
    left: 0;
    text-align: left;
    padding: 50px 15px 15px 70px;
}

.hero__content {
    text-align: start;
}

/*[main-theme-layout="rtl"] .hero__content > .hero__title,
[main-theme-layout="rtl"] .hero__content > .hero__text {
    text-align: right !important;
}

[main-theme-layout="ltr"] .hero__content > .hero__title,
[main-theme-layout="ltr"] .hero__content > .hero__text {
    text-align: left !important;
}*/

.btn-hero {
    font-size: 20px;
    border: 0px !important;
    padding: 20px 35px;
    margin-top: 100px;
}

/*S_HELPERS*/
[main-theme-layout="ltr"] .mr-dir-auto {
    margin-left: auto;
    margin-right: unset;
}

[main-theme-layout="rtl"] .mr-dir-auto {
    margin-left: unset;
    margin-right: auto;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .mr-dir-auto {
        margin-left: unset !important;
        margin-right: unset !important;
    }
}

/*S_CONTROLS*/

.ac-book-card {
    position: relative;
    color: #ffffff;
    background-color: #1b1b1b;
    border-radius: 15px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1));
    min-height: 100px;
    padding: 25px;
    /*margin-top: -100px !important;*/
    z-index: 99;
    margin: 0px 250px;
    transition: 0.3s all;
}

.ac-book-card-mt-100 {
    margin-top: -100px !important;
}

.ac-input {
    display: block;
    width: 100%;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #1b1b1b;
    border: 1px solid #f5f5f5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .ac-input:focus {
        border: 1px solid #1f4388;
        outline: none;
    }

.ac-btn-instuc-contain {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.ac-btn {
    padding: 10px 15px;
    border: 1px solid #1f4388;
    background-color: transparent;
    color: #1f4388 !important;
    outline: none !important;
    transition: background-color 1s, color 0.5s;
}

    .ac-btn:focus,
    .ac-btn:hover {
        border: 1px solid #1f4388;
        background-color: #1f4388;
        color: #1b1b1b !important;
    }

.supp-center {
    color: #ffffff !important;
    text-decoration: none;
    transition: 0.3s all
}

    .supp-center:hover {
        color: #1f4388 !important;
    }

/*S_DESIGN*/

.key-benefits-ico {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 20px;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #48b6de;
    color: #263b7e;
}

.Social-media {
    display: flex;
    justify-content: space-around;
}

.Social-media-link {
    display: flex;
    background: #fff;
    height: 45px;
    width: 45px;
    margin: 0 15px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,124,196,0.35), 0 0 10px rgba(255,255,255,0.7);
    border: 1px solid rgba(0, 124, 196, 0);
    transition: transform 0.5s
}

    .Social-media-link i {
        font-size: 50px color:#777;
        transition: transform 0.5s;
    }

    .Social-media-link:hover {
        box-shadow: inset 4px 4px 6px -2px rgba(0,0,0,0.2), inset -4px -4px 6px -1px rgba(255,255,255,0.7), -0.5px -0.5px 0px -1px rgba(255,255,255,1), 0.5px 0.5px 0px rgba(0,0,0,0.15), 0px 12px 10px -10px rgba(0,0,0,0.05);
        border: 1px solid rgba(0, 124, 196, 0.1);
        transform: translateY(2px);
    }

        .Social-media-link:hover i {
            transform: scale(0.90);
        }

        .Social-media-link:hover .fa-facebook {
            color: #3b5998;
        }

        .Social-media-link:hover .fa-twitter {
            color: #00acee;
        }

        .Social-media-link:hover .fa-whatsapp {
            color: #4fce5d;
        }

        .Social-media-link:hover .fa-instagram {
            color: #f14843;
        }

        .Social-media-link:hover .fa-youtube {
            color: #f00;
        }

.service-card {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    text-decoration: none;
}

.service-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.service-links {
    text-align: center;
    color: rgba(21, 22, 23, 1);
    background-color: #1f4388;
    border-radius: 0.5rem;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 50px 0px;
}

    .service-links:hover {
        background-color: rgba(21, 22, 23, 1);
        color: #1f4388 !important;
        border: 1px solid #1f4388;
    }

.card img {
    max-width: 100%;
    clip-path: polygon(0 0, 0 100%, 100% 85%, 100% 0%);
}

.val-title h6 {
    text-align: center;
    text-transform: uppercase;
    /*font-size: 26px;*/
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
}

    .val-title h6:after, .val-title h6:before {
        content: " ";
        width: 30px;
        display: block;
        border-bottom: 2px solid #1f4388;
    }

*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*S_SLICK_SLIDE*/
.slick-slide {
    margin: 0 27px !important;
}

/* the parent */
.slick-list {
    margin: 0 0 !important;
}

/*MEDIA_QUERY*/
@media only screen and (max-width: 1160px) {
    .ac-track-card {
        margin: 0px 30px;
    }
}

@media only screen and (max-width: 992px) {
    [main-theme-layout="ltr"] li.nav-item.language.m-boarder-t {
        margin-left: unset;
    }

    [main-theme-layout="rtl"] li.nav-item.language.m-boarder-t {
        margin-right: unset;
    }

    .hero--has-shadow-bottom-left .hero__content {
        padding: 15px 15px 50px 15px;
    }

    .hero__text {
        font-size: 1.125rem !important;
    }

    .btn-hero {
        margin-top: 50px;
    }

    .m-boarder-t {
        border-top: 1px solid #1f4388;
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px 10px;
    }

    .navbar-nav {
        padding: 0 !important;
        padding-right: 0 !important;
    }

    .nav-link-aoth {
        justify-content: center;
    }

    .ac-track-card {
        margin: 0px 10px;
    }

    .ac-btn-instuc-contain {
        display: grid;
    }

    .ac-btn {
        margin-top: 10px;
    }

    .nav-link.active:before,
    .nav-link:hover:before, .nav-link:focus:before,
    .nav-link:before {
        display: none !important;
    }

    .Social-media-link {
        margin: 0 5px;
    }
}

/*LANGUAGE_RELATED*/

[main-theme-layout="rtl"] .flip-img-ico,
[main-theme-layout="rtl"] .fa-arrow-right-to-bracket {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.quote-mark {
    text-align: start;
}

[main-theme-layout="ltr"] .quote-mark {
    padding: 0 0 0 60px;
}

[main-theme-layout="rtl"] .quote-mark {
    padding: 0 60px 0 0;
}

.quote-mark:before {
    content: '\f10d';
    color: #1f4388;
    font-family: FontAwesome;
    display: block;
    font-size: 50px;
    opacity: 0.7;
}

[main-theme-layout="ltr"] .quote-mark:before {
    float: left;
    margin: -15px 0 0 -60px;
}

[main-theme-layout="rtl"] .quote-mark:before {
    float: right;
    margin: -15px -60px 0 0;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
