@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Big Caslon';
    src: url('BigCaslon-Medium.woff2') format('woff2'),
        url('BigCaslon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArabicFont';
    src: url('../fonts/arfonts-helveticaneuelt-arabic.ttf') format('truetype');
}

@font-face {
    font-family: 'ArabicFontlight';
    src: url('../fonts/FrutigerLTArabic45Light.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
li,
a,
p,
button,
div {
    transition: all 500ms !important;
    font-family: 'Georgia' !important;
}

.container {
    width: 100% !important;
    max-width: 1500px;
}


/* ************ custom **********/
.custom-btn {
    position: relative;
    overflow: hidden;
}

.custom-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #76a3e5 !important;
    /* Adjust the color and opacity */
    transition: width 0.7s ease;
    z-index: -1;
}

.custom-btn:hover::before {
    width: 100%;
}

.custom-btn:hover {
    color: white !important;
}

.container {
    width: 100% !important;
    max-width: 1500px;
}

body {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden !important;
}

/* ************ header-section **********/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #2c2d3330;
    padding: 25px 0px 20px 0px;
}

main {
    position: relative;
    z-index: 0;
}


header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
}

header nav ul li {
    margin-right: 20px;
}

header nav ul li:last-child {
    margin-right: 0;
}

header nav ul li a {
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.custom-toggler {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.custom-toggler-lines {
    background-color: #76a3e5 !important;
    width: 30px;
    height: 1px;
    margin: 3px 0;
}

.custom-toggler-lines:nth-child(1) {
    width: 70%;
}

.custom-toggler-lines:nth-child(3) {
    width: 60%;
}

.menu-link-container {
    display: flex;
    align-items: center;
}

.menu-toggle {
    margin-right: 20px;
    margin-left: 50px;
}

header .col-md-8 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* ************ Menu **********/
/* #nav-container .container{
    width: 100% !important;
    max-width: 1500px !important;
}


#nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; 
    z-index: 1000; 
    overflow-y: auto; 
    display: none; 
}

#nav-container.show {
    display: block; 
}

close-btn {
    position: absolute;
    right: -30px;
    font-size: 50px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2000;
    color: #76a3e5 !important;
}

.close-btn:focus {
    outline: none;
}

.close-btn:hover {
    color: #76a3e5 !important;
}

#nav-container{
    background: #0f2c56 !important;
    padding: 30px 0 40px !important;
    margin-bottom: 0 !important;
    border: none !important;
}

#nav-container .container .row:first-child {
    margin-bottom: 150px;
}

.open-toggle-menu ul li a {
    font-family: 'Big Caslon' !important;
    font-size: 40px;
    color: #fff !important;
    text-decoration: none;
}

.open-toggle-menu ul li a:hover {
    color: #76a3e5 !important;
}

.open-toggle-menu ul li {
    line-height: normal;
    margin-bottom: 40px;
}

.open-toggle-address h4 {
    margin: 0 0 30px;
    font-size: 14px;
    color: #76a3e5;
    text-transform: uppercase;
}

.open-toggle-address ul {
    margin: 0 0 80px;
}

.open-toggle-address ul li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.open-toggle-address {
    text-align: right;
    margin-top: 45px;
}

.open-toggle-address ul li a {
    color: #fff;
    text-decoration: none;
}

.no-border {
    border: none !important; 
    outline: none !important; 
}


@media (max-width: 767px) {

    #nav-container.collapsing,
    #nav-container.show {
        display: block;
    }
}

.menu-bar {
    list-style-type: none;
    padding: 0;
}

.menu-bar li {
    margin-bottom: 10px;
} */

/*


/* Adjustments to display navbar items in a single line */
.navbar-nav {
    display: flex;
    align-items: center;
}

.animated-burger-icon {
    cursor: pointer;
    color: #fff;
}

#nav-container .container {
    width: 100% !important;
    max-width: 1500px !important;
}

#nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
    display: none;
}

#nav-container.show {
    display: block;
}

.close-btn {
    position: absolute;
    right: -30px;
    font-size: 50px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2000;
    color: #76a3e5 !important;
}

.close-btn:focus {
    outline: none;
}

.close-btn:hover {
    color: #76a3e5 !important;
}

#nav-container {
    background: #0f2c56 !important;
    padding: 30px 0 40px !important;
    margin-bottom: 0 !important;
    border: none !important;
}

#nav-container .container .row:first-child {
    margin-bottom: 150px;
}

.open-toggle-menu ul li a {
    font-family: 'Big Caslon' !important;
    font-size: 40px;
    color: #fff !important;
    text-decoration: none;
}

.open-toggle-menu ul li a:hover {
    color: #76a3e5 !important;
}

.open-toggle-menu ul li {
    line-height: normal;
    margin-bottom: 40px;
}

.open-toggle-address h4 {
    margin: 0 0 30px;
    font-size: 14px;
    color: #76a3e5;
    text-transform: uppercase;
}

.open-toggle-address ul {
    margin: 0 0 80px;
}

.open-toggle-address ul li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.open-toggle-address {
    text-align: right;
    margin-top: 45px;
}

.open-toggle-address ul li a {
    color: #fff;
    text-decoration: none;
}

.no-border {
    border: none !important;
    outline: none !important;
}


.menu-bar {
    list-style-type: none;
    padding: 0;
}

.menu-bar li {
    margin-bottom: 10px;
}

/* ************ about-section-1 **********/

.about-section-1 {
    position: relative;
    z-index: -1;
}

.about-section-1-text {
    margin: 0;
    background: #0f2c56;
    width: 50% !important;
    padding: 75px 15px 75px 15px;
    position: absolute;
    bottom: -100px;
}

.about-section-1 .about-section-1-text h4 {
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #76a3e5;
}

.about-section-1 .about-section-1-text p {
    color: #e3e6f3;
    font-size: 38px;
    margin-bottom: 40px;
}

.about-section-1 .about-section-1-container {
    max-width: 650px;
    margin: auto;
}


/* ************ about-section-2 **********/
.about-section-2 {
    padding-top: 250px;
    padding-bottom: 200px;
}

.about-section-2-left h4 {
    color: #76a3e5;
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.about-section-2-left p {
    font-size: 35px;
    color: #0f2c56;
    margin-bottom: 50px;
}

.about-section-2-right p {
    color: #0f2c56;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
}

.about-section-2-right {
    margin-top: 45px;
    padding-left: 50px;
}

.about-section-2-left ul {
    margin: 0 0 20px 15px;
}

.about-section-2-left ul li {
    color: #0f2c56;
    font-size: 20px;
    line-height: 35px;
}

/* ************ about-section-3 **********/

#aboutSection3 {
    width: 100%;
}

.about-section-3 {
    position: relative;
}

.about-section-3 .about-section-3-text {
    position: absolute;
    top: -110px;
    right: 0;
    background-color: #0f2c56;
    padding: 60px 0 55px 0;
    width: 40%;
}

.about-section-3 .about-section-3-text h4 {
    color: #76a3e5;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.about-section-3 .about-section-3-text p {
    color:#e3e6f3;
    font-size: 38px;
}

.about-section-3 .wpb_wrapper-container {
    max-width: 500px;
    margin: auto;
}

/* ************ about-section-4 **********/
.about-Section1-img {
    width: 100%;
}

.about-section-4 {
    padding-top: 130px;
}

.about-section-4 h4 {
    color: #76a3e5;
    font-size: 14px;
    margin: 0 0 30px;
}

.about-section-4 p {
    font-size: 35px;
    color: #0f2c56;
}

/* ************ about-section-5 **********/
.about-section-5 {
    padding-top: 250px;
    padding-bottom: 100px;
}

.about-section-5-left h4 {
    color: #76a3e5;
    margin: 0 0 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.about-section-5-left p {
    font-size: 35px;
    color: #0f2c56;
    margin-bottom: 40px;
}

.about-section-5-right p {
    color: #0f2c56;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
}

.about-section-5-right {
    margin-top: 45px;
    padding-left: 50px;
}


/* ************ about-section-6 **********/
.about-section-6 .wpb_text_column {
    margin: 0;
}

.about-section-6 h4 {
    margin: 0 0 30px;
    font-size: 14px;
    color: #76a3e5;
    text-transform: uppercase;
}

.about-section-6 p {
    color:#e3e6f3;
    font-size: 35px;
}

.about-section-6 .wpb_text_column {
    margin: auto;
    max-width: 1500px;
    padding: 0 15px;
}

.about-section-6 {
    background: #0f2c56;
    padding: 130px 0 200px 0;
    margin-bottom: 100px;
}

.about-section-6 {
    padding-bottom: 125px;
}


/* ************ about-section-7 **********/

.about-section-7 .leadership-img {
    margin-bottom: 40px;
}

.about-section-7 .leadership-text {
    text-align: left;
}

.about-section-7 .leadership-text h4 {
    font-size: 20px;
}

.about-section-7 .leadership-text h4 {
    margin: 0;
    color: #0f2c56;
}

.about-section-7 .leadership-text h3 {
    margin: 15px 0 30px;
    color: #76a3e5;
    font-size: 15px;
}

.about-section-7 .leadership-buton a {
    color: #0f2c56;
    font-size: 14px;
    text-decoration: none !important;
    text-transform: uppercase;
    position: relative;
    width: 120px;
    display: inline-block;
}

.about-section-7 .leadership-buton a img {
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
    top: -5px;
}

.about-section-7 .leadership-img {
    margin-bottom: 40px;
}

.about-section-7 {
    padding-bottom: 100px;
}

.about-section-7 .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(114, 110, 110, 0.5);
    margin: 0 5px;
    border: 1px solid #fff;
}

.about-section-7 .carousel-indicators li.active {
    background-color: #43689e;
    /* White color for active indicator */
}

.about-section-7 .slider-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.about-section-7 .slider-container::-webkit-scrollbar {
    display: none;
}

.about-section-7 .image-container {
    padding: 0px 20px;
}

.about-section-7 .slider img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.about-section-7 .image-container img {
    max-width: none;
    width: auto;
    height: auto;
}

/* ************ END **********/




/* ************ about-section-8 **********/
.wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.about-section-8 {
    margin-top: 30px;
    padding-bottom: 150px;
    line-height: 1.42857143;
    box-sizing: border-box;
    width: 100%;
}

.about-section-8 h4 {
    font-size: 14px;
    color: #76a3e5;
    text-transform: uppercase;
    margin: 0 0 22px 0;
}

.about-section-8 p {
    color: #0f2c56;
    font-size: 35px;
    padding: 0 0 50px 0;
    font-weight: 400 !important;
}

.about-section-8 .careers-btn a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    background: none !important;
    color: #0f2c56;
    font-size: 14px !important;
    height: 48px;
    border: solid 1px #76a3e5 !important;
    border-radius: 0 !important;
    width: 160px;
    padding: 0 !important;
    position: relative !important;
}

/* ************ END about-section-8**********/



/* ************ site-footer **********/
.site-footer {
    background: #0f2c56;
    padding: 80px 0 20px 0;
    color: #6d6d6d;
}

.site-footer .footer-content .container {
    max-width: 1200px;
}

.site-footer .footer-content .container>.row:first-child {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: solid 1px #43689e;
}

.site-footer .footer-menu {
    text-align: center;
    padding: 14px 0;
}

.site-footer .widget {
    margin: 0;
}

.widget ul {
    margin-left: 0;
    list-style: none
}

.site-footer .footer-menu li {
    display: inline-block;
    padding: 0;
    margin: 0 23px;
}

.site-footer .footer-menu li a {
    color: #ced2d6 !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.site-footer .footer-logo-right img {
    float: right;
}

.site-footer .rights-text {
    color: #ced2d6;
    font-size: 14px;
}

.site-footer .rights-text .copy-right {
    padding-right: 25px;
}

.site-footer .rights-text a {
    color: #ced2d6;
    font-size: 14px;
    text-decoration: none;
    padding: 0 15px;
}

.site-footer .footer-bottom-right {
    text-align: right;
}

.site-footer .footer-bottom-right p {
    margin: 0;
    font-size: 14px;
    color: #ced2d6;
}

.site-footer .footer-bottom-right p a {
    color: #76a3e5 !important;
    text-decoration: none;
    text-transform: capitalize;
}


/* ************ Close button **********/
.close-container {
    position: relative;
    margin: auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.leftright {
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #76a3e5;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}

.rightleft {
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #76a3e5;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}

label {
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease-in;
    opacity: 0;
}

.close {
    margin: 60px 0 0 5px;
    position: absolute;
}

.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #76a3e5;
}

.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #76a3e5;
}

.close-container:hover label {
    opacity: 1;
}

/* ************ Arabic layout  **********/
.arabic-content {
    text-align: right !important;
    font-family: 'ArabicFont' !important;
}

.arabic-content h1,
.arabic-content h2,
.arabic-content h3,
.arabic-content h4,
.arabic-content h5,
.arabic-content h6,
.arabic-content span,
.arabic-content ul,
.arabic-content li,
.arabic-content a,
.arabic-content p,
.arabic-content button,
.arabic-content div {
    font-family: 'ArabicFont' !important;
}

#nav-container .arabic-content ul li a {
    font-family: 'ArabicFont' !important;
}

.open-toggle-address .arabic-content ul {
    padding-right: 0;
    direction: ltr;
}

.site-footer .arabic-content li a {
    font-size: 20px;
}

.site-footer .arabic-content .footer-menu-li {
    text-align: center;
}

.site-footer .terms-conditions .arabic-content {
    direction: rtl;
}

.about-section-1 .about-section-1-text .arabic-content h4 {
    font-size: 24px;
}

.about-section-2 .arabic-content {
    direction: rtl;
}

.about-section-2 .arabic-content .about-section-2-left h4 {
    font-size: 23px;
}

.about-section-3 .about-section-3-text .arabic-content h4 {
    font-size: 24px;
}

.about-section-4 .arabic-content h4 {
    font-size: 20px;
}

.about-section-5 .arabic-content {
    direction: rtl;
}

.about-section-5 .arabic-content h4 {
    font-size: 20px;
}

.about-section-7 .arabic-content{
    text-align: end;
}

.about-section-7 .arabic-content .leadership-text {
    text-align: right !important;
}

.about-section-7 .arabic-content .leadership-buton a img{
    left: 0;
    transform: rotate(90deg);
}

.about-section-8 .arabic-content h4 {
    font-size: 20px;
}


@media (max-width: 768px) {

    .d-none.d-md-block {
        display: none !important;
    }

    #nav-container .col-md-4 {
        float: none;
        margin: auto;
        padding-top: 50px;
    }

    #nav-container .col-md-8 {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
    }

    #nav-container .container {
        padding-top: 50px;
    }

    #nav-container .navbar-nav .nav-item {
        display: inline-block;
    }


    #nav-container .logo {
        text-align: center;
    }

    #nav-container .container .row:first-child {
        margin-bottom: 0px;
    }

    .open-toggle-menu ul li a {
        font-size: 26px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .open-toggle-address {
        display: none;
    }

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

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

    .site-footer .footer-menu li {
        margin: 25px 0;
        width: 100%;
    }

    .site-footer .footer-logo-right img {
        float: none;
    }

    .site-footer .terms-text {
        margin: 20px 0 30px;
    }

    .rights-text {
        text-align: center;
    }

    .site-footer .footer-menu-li {
        padding-left: 0;
    }

    /* ************ About Section **********/
    .about-section-1 .about-section-1-text {
        width: 100% !important;
        padding: 40px 30px 60px;
        position: inherit;
        bottom: 0;
    }

    .about-section-1 .about-section-1-text p {
        font-size: 23px;
        color: #e3e6f3;
        margin-bottom: 0;
    }

    /* ************ About Section 2 **********/
    .about-section-2 {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .about-section-2 .about-section-2-left p {
        font-size: 22px;
        color: #0f2c56;
        margin-bottom: 50px;
    }

    .about-section-2 .about-section-2-left ul {
        margin: 0;
    }

    .about-section-2 .about-section-2-right p {
        font-size: 18px;
        line-height: 30px;
    }

    .about-section-2 .about-section-2-right {
        padding-left: 15px;
    }
    /* ************ About Section 3 **********/
    .about-section-3 .about-section-3-text {
        width: 100%;
        padding: 50px 30px 80px;
        position: inherit;
        top: 0;
    }

    .about-section-3 .about-section-3-text p {
        font-size: 23px;
        color: #e3e6f3;
        margin-bottom: 0;
    }

    /* ************ About Section 4 **********/
    .about-section-4 {
        padding-top: 50px;
    }

    .about-section-4 p {
        font-size: 20px;
    }

    /* ************ About Section 5 **********/
    .about-section-5 {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .about-section-5-left p {
        font-size: 22px;
        color: #0f2c56;
        margin-bottom: 50px;
    }

    .about-section-5-right {
        padding-left: 15px;
    }

    .about-section-5-right p {
        font-size: 18px;
        line-height: 30px;
    }

    /* ************ About Section 6 **********/
    .about-section-6 {
        padding: 60px 30px 60px 30px;
    }

    .about-section-6 p {
        font-size: 23px;
        color: #e3e6f3;
    }

    .about-section-6 .wpb_text_column {
        padding: 0px;
    }

    /* ************ About Section 7 **********/
    .about-section-7 {
        padding-bottom: 0px;
    }

    /* ************ About Section 8 **********/
    .about-section-8 p {
        font-size: 20px;
    }

    .about-section-8 {
        padding-bottom: 20px;
    }
}