@font-face {
    font-family: 'Expo Arabic';
    src: url('../fonts/ExpoArabic-SemiBold.eot');
    src: url('../fonts/ExpoArabic-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ExpoArabic-SemiBold.woff2') format('woff2'),
    url('../fonts/ExpoArabic-SemiBold.woff') format('woff'),
    url('../fonts/ExpoArabic-SemiBold.ttf') format('truetype'),
    url('../fonts/ExpoArabic-SemiBold.svg#ExpoArabic-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expo Arabic';
    src: url('../fonts/ExpoArabic-Medium.eot');
    src: url('../fonts/ExpoArabic-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ExpoArabic-Medium.woff2') format('woff2'),
    url('../fonts/ExpoArabic-Medium.woff') format('woff'),
    url('../fonts/ExpoArabic-Medium.ttf') format('truetype'),
    url('../fonts/ExpoArabic-Medium.svg#ExpoArabic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expo Arabic';
    src: url('../fonts/ExpoArabic-Light.eot');
    src: url('../fonts/ExpoArabic-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ExpoArabic-Light.woff2') format('woff2'),
    url('../fonts/ExpoArabic-Light.woff') format('woff'),
    url('../fonts/ExpoArabic-Light.ttf') format('truetype'),
    url('../fonts/ExpoArabic-Light.svg#ExpoArabic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expo Arabic';
    src: url('../fonts/ExpoArabic-Bold.eot');
    src: url('../fonts/ExpoArabic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ExpoArabic-Bold.woff2') format('woff2'),
    url('../fonts/ExpoArabic-Bold.woff') format('woff'),
    url('../fonts/ExpoArabic-Bold.ttf') format('truetype'),
    url('../fonts/ExpoArabic-Bold.svg#ExpoArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expo Arabic Book';
    src: url('../fonts/ExpoArabic-Book.eot');
    src: url('../fonts/ExpoArabic-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ExpoArabic-Book.woff2') format('woff2'),
    url('../fonts/ExpoArabic-Book.woff') format('woff'),
    url('../fonts/ExpoArabic-Book.ttf') format('truetype'),
    url('../fonts/ExpoArabic-Book.svg#ExpoArabic-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #0074BC;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
    background: #f6f6f6;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0074BC;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #0074BC;
}

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

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

html {
    direction: rtl;
}

body {
    font-family: 'Expo Arabic', sans-serif;
    background-color: #fff;
    font-weight: normal;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a, button {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none !important;
}

input, textarea, a, button {
    outline: none !important;
    text-decoration: none;
}

.margin-auto {
    margin: 0 auto;
    float: none !important;
}

/* img hover */
.img-hover {
    overflow: hidden;
    display: block;
}

.img-hover > img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img {
    max-width: 100%;
}

/* end img hover */
.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.container {
    max-width: 1767px;
}

.container-md {
    padding: 0 15px;
}

.btn-outline {
    border-radius: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 600px;
    font-size: 18px;
    padding: 8px 50px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #0074BC !important;
}

.btn-primary {
    border-radius: 30px;
    border: 1px solid #4658B3;
    background: #4658B3;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 30px;
    display: flex;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #F4BC3F !important;
    border-color: #F4BC3F !important;
    color: #ffffff !important;
}

.item-slide-hm {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px;
    align-items: end;
}

.banner-home-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 40px;
}

.banner-home-txt h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 100px;
    text-shadow: 0 0 6px #0000004d;
}

.section-home-banner {
    position: relative;
}

#home-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E6E6E6;
}

#home-slider .owl-dots .owl-dot.active {
    background: #F4BC3F;
}

.line-home-banner {
    width: 1px;
    height: 140px;
    background: #0074BC;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.section-about {
    position: relative;
    padding: 100px 0;
    display: flex;
    min-height: 100vh;
    width: 100%;
    align-items: center;
}

.section-about-home {
    position: relative;
    padding: 100px 0 0 0;
    display: flex;
    min-height: 100vh;
    width: 100%;
    align-items: center;
}

.sec-head {
    position: relative;
}

.sec-head h2 {
    color: #0074BC;
    font-weight: bold;
    font-size: 50px;

}

.divider-vertical {
    width: 1px;
    height: 100px;
    background: #0074BC;
    position: relative;
    z-index: 2;
}

.content-about-txt {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-about-txt p {
    color: #808080;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
}

.pic-about {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 55%;
}

.pic-about img {
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer {
    position: relative;
    background-color: #0F2A86;
}

.bottom-footer {
    position: relative;
    background-color: #4658B3;
    padding: 15px 0;
}

.content-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-right {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 13px;
}

.bf-menu-scroll-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bf-menu-scroll-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bf-menu-scroll-top ul a {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
}

.bf-menu-scroll-top ul a:hover {
    color: #F4BC3F;
}

.scroll-top {
    width: 30px;
    height: 30px;
    background: #0F2A86;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-top:hover {
    color: #ffffff;
    background: #F4BC3F;
}

.top-footer {
    padding: 40px 0;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../images/path-ft.png);
    background-position: left;
}

.ft-box h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.ft-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-menu a {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
}

.ft-menu a:hover {
    color: #F4BC3F;
}

.ft-social-map {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.ft-social {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
}

.ft-social a:hover {
    color: #F4BC3F;
}

.map-address {
    color: #ffffff;
    font-size: 15px;
}

.map-address:hover {
    color: #F4BC3F;
}

.btns-ft .btn-outline {
    width: 100%;
    margin-bottom: 10px;
}


/*************akmail************/
.section-ceo {
    padding: 90px 0;
}

.manager-img-container {
    position: relative;
    padding-left: 30px;
    z-index: 5;
    padding-bottom: 100px;
}

.manager-img {
    width: 100%;
    border-radius: 150px 0 0 0;
    background-color: #0074BC;
    position: relative;
    z-index: 1;
}

.manager-img > img {
    border-radius: 150px 0 0 0;
    position: relative;
    z-index: 1;
    width: 100%;

}

.ceo-tag {
    position: absolute;
    bottom: -50px;
    left: 30px;
    z-index: 2;
}

.ceo-word-container {
    position: relative;
    height: 100%;
}

.ceo-word {
    background: #F2F2F2;
    position: relative;
    width: 100%;
    padding: 100px 0 200px 100px;
    margin-top: 90px;
    height: calc(100% - 175px);
}

.ceo-word:after {
    position: absolute;
    right: -190px;
    height: 100%;
    width: 200px;
    background-color: #F2F2F2;
    content: '';
    top: 0;
    z-index: 1;
}

.ceo-word-container h2 {
    color: #0074BC;
    font-family: "Expo Arabic";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ceo-word .divider-vertical {
    height: 123px;
    position: absolute;
    top: -100px;
    right: 15px;
}

.ceo-word h3 {
    color: #0074BC;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.ceo-word p {
    color: #808080;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    z-index: 3;

}

.section-feature {
    padding: 100px 0;
    /*background: url(../images/featuers.png) left bottom no-repeat;*/
    min-height: 795px;
    position: relative;
}

.section-feature .container {
    position: relative;
    z-index: 3;
}

.sec-header h2 {
    color: #0074BC;
    font-family: "Expo Arabic";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
}

.feature-tabs-items {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 150px;
    margin-top: 100px;
    z-index: 1;
}

.feature-tabs-items:after {
    height: 5px;
    background-color: #0074BC;
    content: '';
    top: 50%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.feature-tabs-items > li {
    position: relative;
    z-index: 2;
}

.feature-tabs-items.nav-pills .nav-link {
    background-color: transparent;
    border-radius: 50%;
    width: 84.76px;
    height: 84.76px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-tabs-items.nav-pills .nav-link span {
    background-color: #0074BC;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;

}

.feature-tabs-items.nav-pills .nav-link img {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.feature-tabs-items.nav-pills .nav-link.active, .feature-tabs-items.nav-pills .show > .nav-link {
    background-color: #57BE84;
}

.feature-tabs-items.nav-pills .nav-link.active img, .feature-tabs-items.nav-pills .show > .nav-link img {
    opacity: 1;
}

.feature-tabs-items.nav-pills .nav-link.active span, .feature-tabs-items.nav-pills .show > .nav-link span {
    background-color: transparent;
    width: 60px;
    height: 60px;

}

.f-tab-content {
    padding: 90px 0 90px 30px;
}

.f-tab-content h3 {
    color: #0074BC;
    font-family: "Expo Arabic";
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

.f-tab-content p {
    color: #808080;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-weight: 400;
}

.feature-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    width: 38%;
    display: flex;
    justify-content: flex-end;
}

.vision-data h2 {
    color: #0074BC;
    font-family: "Expo Arabic";
    font-size: 70px;
    font-weight: 700;
}

.vision-data p {
    color: #808080;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}

.vision-icon {
    margin-bottom: 30px;
}

.message-data {
    margin-top: 90px;
}

.section-vision {
    padding: 90px 150px 90px 0;
}

.values-slider .item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;

}

.values-slider .item .img {
    width: 100%;
    height: 500px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    max-height: 500px;
}

.values-slider .item .img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.img-mask {
    height: 100%;
    background: linear-gradient(0deg, #0F2A86 0.49%, rgba(15, 42, 134, 0.96) 15.61%, rgba(15, 42, 134, 0.85) 33.76%, rgba(15, 42, 134, 0.67) 52.91%, rgba(15, 42, 134, 0.41) 74.08%, rgba(15, 42, 134, 0.09) 96.26%, rgba(15, 42, 134, 0.00) 101.3%);
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 0 0 16px 16px;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    text-align: center;
    opacity: 1;
    overflow: hidden;
    bottom: -48%;
}

.img-mask .values-ic {
    max-height: 60px;
    margin-bottom: 35px;
    display: flex;
}

.img-mask h3 {
    color: #FFF;
    font-family: "Expo Arabic";
    font-size: 25px;
    font-weight: 600;
    position: relative;
}

.img-mask h3:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
    width: 60px;
    height: 5px;
    background: #F5BD40;
    content: '';
}

.img-mask p {
    color: #FFF;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 70px;
    transition: all 0.3s ease-in-out;
    height: 150px;
    overflow: hidden;
}

.values-slider .item:hover .img-mask {
    height: 100%;
    background: #0F2A86;
    opacity: 0.81;
    transform: translateY(0);
    bottom: 0;

}

.img-mask-details {
    overflow: hidden;
    width: 100%;
    text-align: center;
    transition: all 1s ease-in-out;
}

.values-slider .item:hover .img-mask-details {
    height: auto;
}

.section-rkaez {
    min-height: 100vh;
    background: url("../images/rkaez-bg.png") top center no-repeat;
    padding: 150px 0;
}

.section-rkaez .sec-header h2 {
    color: #fff;
}

.section-rkaez .divider-vertical {
    background: #fff;
    margin-right: 20px;
    margin-top: 20px;
}

.rkaez-items {
    margin-top: 170px;
}

.rkaez-items .item h3 {
    color: #FFF;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
    white-space: pre-line;

}

.item-img {
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sec-header p {
    color: #0074BC;
    font-family: "Expo Arabic";
    font-size: 70px;
    font-weight: 300;
}

.team-text {
    color: #808080;
    font-family: "Expo Arabic";
    font-size: 25px;
    font-weight: 400;
    line-height: 1.8;
}

.team-slider .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.team-slider .item .img {
    border-radius: 40px 40px 0 40px;
    box-shadow: 0 0 16.8px rgba(178, 177, 177, 0.25);
    overflow: hidden;
    height: 260px;
    background: var(--primary);
}

.team-slider .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    border-radius: 40px 40px 0 40px;
    transition: all 0.3s ease-in-out;

}

.team-slider .item.active .img img {
    opacity: 1;
}

.team-details {
    box-shadow: 0 0 16.8px rgba(178, 177, 177, 0.25);
    margin-left: 30px;
    border-radius: 0 0 0 25px;
    padding: 40px 20px 25px 20px;
    transition: all 0.3s ease-in-out;

}

.team-details h3 {
    color: #0074BC;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.team-details p {
    color: #0074BC;
    font-family: "Expo Arabic";
    font-size: 18px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    min-height: 54px;
}

.team-slider .item:hover .team-details, .team-slider .item.active .team-details {
    background: #0074BC;

}

.team-slider .item:hover .team-details h3, .team-slider .item.active .team-details h3 {
    color: #fff;
}

.team-slider .item:hover .team-details p, .team-slider .item.active .team-details p {
    color: #fff;
}

.ar-blue {
    transition: stroke 0.3s ease-in-out;
}

.more-arrow {
    transition: all 0.3s ease-in-out;
    margin-right: 0;
}

.team-slider .item:hover .team-details .ar-blue, .team-slider .item.active .team-details .ar-blue {
    stroke: #fff;
}

.team-slider .item:hover .team-details .more-arrow {
    margin-right: 15px;
}

.team-slider.owl-carousel .owl-nav button.owl-next,
.values-slider.owl-carousel .owl-nav button.owl-next {
    background: url('data:image/svg+xml,<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.6501 23.1499L20.0101 26.9999L15.3701 30.8499L20.0101 34.6899L24.6501 38.5399" stroke="%230074BC" stroke-miterlimit="10"/><path d="M15.3701 30.8501H46.1201" stroke="%230074BC" stroke-miterlimit="10"/><path d="M30.7402 1.3501C14.4702 1.3501 1.24023 14.5801 1.24023 30.8501C1.24023 47.1201 14.4702 60.3501 30.7402 60.3501C47.0102 60.3501 60.2402 47.1201 60.2402 30.8501C60.2402 14.5801 47.0102 1.3501 30.7402 1.3501Z" stroke="%230074BC" stroke-miterlimit="10"/></svg>') center no-repeat;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    transition: all 0.3s ease-in-out;
}

/*.team-slider.owl-carousel .owl-nav button.owl-prev {*/
/*    background: url('data:image/svg+xml,<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.6501 23.1499L20.0101 26.9999L15.3701 30.8499L20.0101 34.6899L24.6501 38.5399" stroke="%230074BC" stroke-miterlimit="10"/><path d="M15.3701 30.8501H46.1201" stroke="%230074BC" stroke-miterlimit="10"/><path d="M30.7402 1.3501C14.4702 1.3501 1.24023 14.5801 1.24023 30.8501C1.24023 47.1201 14.4702 60.3501 30.7402 60.3501C47.0102 60.3501 60.2402 47.1201 60.2402 30.8501C60.2402 14.5801 47.0102 1.3501 30.7402 1.3501Z" stroke="%230074BC" stroke-miterlimit="10"/></svg>') center no-repeat;*/
/*    width: 59px;*/
/*    height: 59px;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    left: -100px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background-size: contain;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

.team-slider.owl-carousel .owl-nav button.owl-next:hover,
.values-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url('data:image/svg+xml,<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7402 1.3501C14.4702 1.3501 1.24023 14.5801 1.24023 30.8501C1.24023 47.1201 14.4702 60.3501 30.7402 60.3501C47.0102 60.3501 60.2402 47.1201 60.2402 30.8501C60.2402 14.5801 47.0102 1.3501 30.7402 1.3501Z" fill="%230074BC" stroke="%230074BC" stroke-miterlimit="10"/><path d="M24.6501 23.1499L20.0101 26.9999L15.3701 30.8499L20.0101 34.6899L24.6501 38.5399" stroke="white" stroke-miterlimit="10"/><path d="M15.3701 30.8501H46.1201" stroke="white" stroke-miterlimit="10"/></svg>');
}

.values-slider.owl-carousel .owl-nav button.owl-prev {
    background: url('data:image/svg+xml,<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M36.2305 23.1499L40.8705 26.9999L45.5105 30.8499L40.8705 34.6899L36.2305 38.5399" stroke="%230074BC" stroke-miterlimit="10"/><path d="M45.5103 30.8501H14.7603" stroke="%230074BC" stroke-miterlimit="10"/><path d="M30.1401 1.3501C13.8701 1.3501 0.640137 14.5801 0.640137 30.8501C0.640137 47.1201 13.8701 60.3501 30.1401 60.3501C46.4101 60.3501 59.6401 47.1201 59.6401 30.8501C59.6401 14.5801 46.4101 1.3501 30.1401 1.3501Z" stroke="%230074BC" stroke-miterlimit="10"/></svg>') center no-repeat;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    transition: all 0.3s ease-in-out;
}

.values-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url('data:image/svg+xml,<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7402 60.3501C47.0102 60.3501 60.2402 47.1201 60.2402 30.8501C60.2402 14.5801 47.0102 1.3501 30.7402 1.3501C14.4702 1.35009 1.24024 14.5801 1.24024 30.8501C1.24024 47.1201 14.4702 60.3501 30.7402 60.3501Z" fill="%230074BC" stroke="%230074BC" stroke-miterlimit="10"/><path d="M36.8304 38.5503L41.4704 34.7003L46.1104 30.8503L41.4704 27.0103L36.8304 23.1603" stroke="white" stroke-miterlimit="10"/><path d="M46.1104 30.8501L15.3604 30.8501" stroke="white" stroke-miterlimit="10"/></svg>');
}

.team-slider.owl-carousel .owl-nav button.owl-prev {
    display: none;
}

.team-section {
    padding: 90px 0;
    position: relative;
}

.circle-bg {
    position: absolute;
    left: 124px;
    top: 0;
    width: 487px;
    height: 243px;
    background: url("../images/cercle.svg") bottom center no-repeat;
    z-index: 1;
}

.section-values {
    padding: 90px 0;
}

.values-slider {
    margin-top: 90px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 50px 0 30px 0;
    background: linear-gradient(0deg, rgba(0, 116, 188, 0.00) 4.03%, #0074BC 109.87%);
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main-menu {
    display: flex;
    list-style: none;
}

.main-menu li a {
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-shadow: 0px 0px 1px #333;
}

.main-menu li a.active:after {
    position: absolute;
    right: 10px;
    bottom: -10px;
    height: 4px;
    background: #0074BC;
    width: 50px;
    content: '';
}

.main-menu li:hover a {
    color: #0074BC;
    position: relative;
    text-shadow: none;

}

.section-semat {
    padding: 200px 0 100px 0;
    position: relative;
    min-height: 100vh;
}

.section-semat:after {
    position: absolute;
    height: 60vh;
    width: 100%;
    content: '';
    background: #F2F2F2;
    left: 0;
    top: 0;
    z-index: 1;
}

.section-semat .container {
    position: relative;
    z-index: 2;
}

.semat-items {
    margin-top: 40px;
}

.semat-item .img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    height: 350px;
    z-index: 3;
    transition: all 0.3s ease-in-out;

}

.semat-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;

}

.semat-item .img-mask {
    background: linear-gradient(180deg, rgba(0, 116, 188, 0.00) -2%, rgba(0, 116, 188, 0.07) 10.15%, rgba(0, 116, 188, 0.26) 31.42%, rgba(0, 116, 188, 0.56) 61.81%, rgba(0, 116, 188, 0.98) 97.26%, #0074BC 99.28%);
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.semat-details {
    margin-right: 30px;
    margin-left: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 310px 30px 30px 30px;
    position: relative;
    z-index: 1;
    margin-top: -270px;
    overflow: hidden;
    height: 410px;
    transition: all 0.3s ease-in-out;
    background: #fff;
}


.semat-details h3 {
    color: #57BE84;
    font-family: "Expo Arabic";
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    white-space: pre-line;
    height: 91px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.semat-details p {
    color: #808080;
    font-family: "Expo Arabic";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    height: 120px;
    overflow: hidden;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

.semat-item:hover .semat-details {
    padding-top: 250px;
    height: 482px;
    margin-top: -230px;
}

.semat-item:hover .img {

    height: 240px;
}

/***Mobile-menu******/

.mobile-menu-btn {

    display: none;

}


.menu-trigger {

    cursor: pointer;

    position: relative;

    /*width: 30px;*/

    /*height: 30px;*/

    /*text-indent: -9999em;*/

    z-index: 99;

    /*display: none;*/

    /*float: left;*/

    margin-top: 0;


}


.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    -webkit-transition: all 0.4s;

    transition: all 0.4s;

    background-color: #1E8AB7;

    display: block;

    position: absolute;

    width: 26px;

    height: 2px;

    left: 0;

}


.menu-trigger span:before,
.menu-trigger span:after {

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    -webkit-transition: all 0.4s;

    transition: all 0.4s;

    background-color: #1E8AB7;

    display: block;

    position: absolute;

    width: 30px;

    height: 2px;

    left: 0;

}


.menu-trigger span:after {

    width: 22px;

}


.menu-trigger span:before,
.menu-trigger span:after {

    content: "";

}


.menu-trigger span {

    top: 16px;

}


.menu-trigger span:before {

    -moz-transform-origin: 33% 100%;

    -ms-transform-origin: 33% 100%;

    -webkit-transform-origin: 33% 100%;

    transform-origin: 33% 100%;

    top: -10px;

    z-index: 10;

}


.menu-trigger span:after {

    -moz-transform-origin: 33% 0;

    -ms-transform-origin: 33% 0;

    -webkit-transform-origin: 33% 0;

    transform-origin: 33% 0;

    top: 10px;

}


.menu-trigger.active span,
.menu-trigger.active span:before,
.menu-trigger.active span:after {

    background-color: transparent;

    width: 100%;

}


.menu-trigger.active span:before {

    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);

    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);

    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);

    transform: translateY(6px) translateX(1px) rotate(45deg);

    background-color: #000;

}


.menu-trigger.active span:after {

    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);

    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);

    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);

    transform: translateY(-6px) translateX(1px) rotate(-45deg);

    background-color: #000;

}


/*mobile menu*/

/*menu*/

.menu-mobile {

    position: fixed;

    right: 0px;

    top: 0px;

    bottom: 0;

    height: 100%;

    width: 80%;

    background-color: #FFFFFF;

    z-index: 1001;

    overflow-y: auto;

    -webkit-transform: translateX(120%);

    -moz-transform: translateX(120%);

    -ms-transform: translateX(120%);

    -o-transform: translateX(120%);

    transform: translateX(120%);

    -webkit-transition: -webkit-transform .4s ease;

    transition: -webkit-transform .4s ease;

    transition: transform .4s ease;

    transition: transform .4s ease, -webkit-transform .4s ease;

    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);

    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);

}


.brand-area {

    position: relative;

    padding: 20px;
    background-color: var(--primary);
    margin-bottom: 50px;

}

.lang-btn {
    display: flex;
}

.lang-btn .btn {
    color: var(--primary);
}

.close_menu {

    position: absolute;

    top: 0;

    left: 0px;

    font-size: 24px;

    cursor: pointer;

    color: #363636;

    width: 35px;

    height: 35px;

    text-align: center;

    line-height: 35px;

    background-color: #fff;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}


.close_menu:hover {

    background-color: #767676;

    color: #fff;

}


.brand-area a {

    width: 90%;

    height: auto;

    display: block;

    background-size: contain;

    margin: 0px auto 0 auto;

    margin-top: 10px;

    text-align: center;

    margin-bottom: 20px;

}


.brand-area a > img {

    max-width: 100%;

    max-height: 60px;

    margin: auto;

}


.mmenu > ul {

    list-style: none;

    padding: 0px;

    margin: 0px;

}


.mmenu > ul li a {

    display: flex;

    align-items: center;

    border-bottom: 1px solid rgba(33, 150, 198, 0.05);

    color: var(--primary);

    font-size: 16px;

    padding: 10px;

    transition: all .3s;

    font-weight: 500;

    opacity: 0.8;

}


.mmenu > ul li a > span {

    display: inline-block;

    margin-left: 10px;

}


.mmenu > ul li a > i, .mmenu > ul li a > img {

    margin-right: 5px;

}


html[lang=ar] .mmenu > ul li a > i, html[lang=ar] .mmenu > ul li a > img {

    margin-right: 0;

    margin-left: 5px;

}


.mmenu > ul li a:hover {

    color: #2196C6;

    opacity: 1;

}


.m-overlay {

    position: fixed;

    content: '';

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    background: #333;

    z-index: 1000;

    opacity: 0;

    visibility: hidden;

    transition: all .3s;

}


.menu-toggle {

    overflow: hidden;

}


.menu-toggle .m-overlay {

    opacity: 0.6;

    visibility: visible;

}


.menu-toggle .menu-mobile {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);


}


.menu-toggle .main-wrapper {

    -webkit-transform: translate3d(-250px, 0, 0);

    -moz-transform: translate3d(-250px, 0, 0);

    -ms-transform: translate3d(-250px, 0, 0);

    -o-transform: translate3d(-250px, 0, 0);

    transform: translate3d(-250px, 0, 0);

}


html.menu-toggle {

    overflow: hidden;

}


.menu-trigger {

    display: none;

}

.menu-trigger {
    border: none !important;
    font-size: 30px;
}

.mnaheg-text-items {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #0074BC;
    margin-top: 90px;
    height: 500px;
    justify-content: space-between;
}

.mnaheg-text-items--item {
    display: flex;
    padding: 20px 30px;
    opacity: 0.53;
    border-right: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.mnaheg-text-items--item--icon > div {
    width: 46px;
    margin-left: 20px;
}

.mnaheg-text-items--item h3 {
    color: #7E7F82;
    font-family: "Expo Arabic";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    transition: all 0.3s ease-in-out;
    max-height: 110px;
    overflow: hidden;
}
.mnaheg-text-items--item .n-img{
    display: block;
}
.mnaheg-text-items--item .a-img{
    display: none;
}

.mnaheg-text-items--item--active h3 {
    /*line-height: 1.8;*/
    /*font-weight: 600;*/
    /*font-size: 20px;*/
}

.mnaheg-text-items--item--active {
    opacity: 1;
    border-right: 2px solid #0074BC;

}
.mnaheg-text-items--item--active .n-img{
    display: none;
}
.mnaheg-text-items--item--active .a-img{
    display: block;
}
.cmodal h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.cmodal .modal-body {
    padding: 20px;
}

.cmodal .btn-close {
    margin: 15px auto 0 auto;
    width: 45px;
    height: 45px;
    background: #ddd;
    border-radius: 50%;
    color: #000;
}

.ch-stroke {
    stroke: #606060;
    transition: all 0.3s ease-in-out;
}


.mnaheg-text-items--item--active .ch-stroke {
    stroke: #F5BD40;
}

.mnaheg-text-items--item2 {
    display: flex;
    padding: 20px 30px;
    border-right: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.mnaheg-text-items--item2--more {
    display: flex;
    gap: 5px;
}

.mnaheg-text-items--item2--more span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
}

.focus-item {
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.32);

}

.focus-item--head {
    padding: 40px;
    border-radius: 50px 0 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    overflow: hidden;
}

.focus-item--head h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;

}

.focus-item--details {
    text-align: center;
    padding: 30px;
    background: #fff;
}

.focus-item--details h4 {
    color: #7E7F82;
    font-family: "Expo Arabic";
    font-size: 28.04px;
    font-weight: 600;
    margin-bottom: 15px;
}

.focus-item--details h3 {
    color: #7E7F82;
    font-family: "Expo Arabic";
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.item-color-1 .focus-item--head {
    background-color: #F5BD40;
}

.item-color-2 .focus-item--head {
    background-color: #00C280;
}

.item-color-3 .focus-item--head {
    background-color: #0073BD;
}

.item-color-4 .focus-item--head {
    background-color: #0F2987;
}

.focus-item--details .row > div {
    position: relative;
}

.focus-item--details .row > div:first-of-type:after {
    content: '';
    left: 0;
    top: -1px;
    width: 2px;
    height: 50px;
    background-color: #F5BD40;
    position: absolute;
}

.item-color-1 .focus-item--details .row > div:first-of-type:after {
    background-color: #F5BD40;
}

.item-color-2 .focus-item--details .row > div:first-of-type:after {
    background-color: #00C280;
}

.item-color-3 .focus-item--details .row > div:first-of-type:after {
    background-color: #0073BD;
}

.item-color-4 .focus-item--details .row > div:first-of-type:after {
    background-color: #0F2987;
}

.focus-section {
    padding: 100px 0 200px 0;
    background-image: url(../images/tree.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.focus-icon {
    border-right: 1px solid var(--primary);
    padding-right: 30px;
}

.focus-title {
    margin-top: 45px;
    margin-bottom: 90px;
}

.focus-title h2 {
    color: #0074BC;
    font-family: "Expo Arabic";
    font-size: 46.51px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.focus-title p {
    color: #808080;
    font-family: "Expo Arabic";
    font-size: 30px;
    font-weight: 400;
}

.companies-section {
    background: #0F2986;
    align-items: flex-start;
}

.price-tabs button {
    padding: 40px;
    border-radius: 50px 0 50px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 30px;
}

.price-tabs button:last-of-type {
    margin-bottom: 0;
}

#v-pills-tab {
    width: 100%;
}


.nav-pills .nav-link.price-tab1 {
    background-color: #F5BD40;
}

.nav-pills .nav-link.price-tab2 {
    background-color: #00C280;
}

.nav-pills .nav-link.price-tab3 {
    background-color: #0073BD;
}

.nav-pills .nav-link.price-tab4 {
    background-color: #0F2987;
}

.companies-section .pic-about img {
    top: 0;
}

.companies-section .sec-header h2 {
    color: #F4BC40;
    font-family: "Expo Arabic";
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
}

.companies-section .sec-header .divider-vertical {
    background-color: #fff;
}

.company-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.company-text ul li {
    padding-right: 70px;
    position: relative;
    color: #FFF;
    font-family: "Expo Arabic";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px;
}

.company-text ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 10px;
    background: #F4BC40;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 15px;
    width: 35.16px;
    height: 33.2px;
    flex-shrink: 0;
}

.section-price {
    position: relative;
    padding: 90px 0 0 0;
}

.section-price .sec-header {
    margin-bottom: 50px;
}

.price-tab-content, .price-tab-content > div {
    height: 100%;
}

.price-details-panel {
    background: #F1F1F1;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 50px 0 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #0F2986;
    font-family: "Expo Arabic";
    font-size: 30px;
    font-weight: 400;
}

.price-details-panel > div {
    padding: 35px 0;
}

.price-details-mf {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.programmes-section {
    background: #0F2986 url("../images/program-bg.svg") left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    align-items: flex-start;
}

.programmes-section .sec-header h2 {
    color: #F4BC40;
    font-family: "Expo Arabic";
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
}

.programmes-section .sec-header .divider-vertical {
    background-color: #fff;
}

.programme-tabs {
    margin-top: 40px;
}

.programme-tabs.nav-pills .nav-link {
    background: transparent !important;
    border-radius: 0;
    color: #FFF;
    font-family: "Expo Arabic";
    font-size: 29.07px;
    font-style: normal;
    font-weight: 700;
    opacity: 0.45;
    border-bottom: 5px solid #F4BC40;
    height: 105px;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

.programme-tabs.nav-pills .nav-link.active {
    background: transparent !important;
    border-bottom: 5px solid #F4BC40;
    color: #58BE83;
    font-size: 83.3px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.programme-tabs.nav-pills {
    display: flex;
    align-items: flex-end;
    height: 105px;
    gap: 30px;
    list-style: none;
}

.program-details {
    padding: 45px 0;
    color: #fff;
    min-height: 520px;
}

.program-details p {
    color: #FFF;
    font-family: "Expo Arabic";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.program-details ul {
    margin-top: 40px;
}

.program-details ul li {
    color: #FFF;
    font-family: "Expo Arabic";
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    list-style-position: inside;
}

.programmes-section .container {
    position: relative;
    z-index: 3;
}

.programmes-section .pic-about {
    z-index: 1;
    bottom: 0;
    width: 65%;
}

.programmes-section .pic-about img {
    max-height: inherit;
}

.section-programmes-helper {
    background: #F1F1F1;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.sec-top-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.section-programmes-helper .container {
    position: relative;
    z-index: 5;
}

.program-items--item {
    background: #fff;
    box-shadow: 0px 0px 26.06px rgba(177, 176, 176, 0.50);
    border-radius: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 250px;
    padding: 30px;
}

.program-items--item h3 {
    color: #0F2986;
    font-family: "Expo Arabic";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-top: 30px;
}

.program-items {
    position: relative;
    margin-top: 45px;
}

.program-items > div {
    position: relative;
    z-index: 3;
}

.program-items:after {
    position: absolute;
    right: -500px;
    width: 1300px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    height: 260px;
    background: var(--primary);
    border-radius: 20px;
    z-index: 1;
}

/************Home Page*******/
.home-action-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 13;
    margin-top: -40px;
    gap: 32px;
}

.btn-warning {
    background: #F4BC3F;

}

.btn-light {
    background: #fff;
}
.lang-btn .btn a{
    color: var(--primary)
}

.home-action-buttons .btn {
    width: 250px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 25px;
    font-weight: 600;
    font-family: "Expo Arabic";
    box-shadow: 0 0 17px rgba(178, 177, 177, 0.4);

    color: #0F2A86;
}

.section-index-banner {
    position: relative;
    min-height: 100vh;
    background: #0F2A86 url("../images/home-bg.png") top right no-repeat;
}

.home-slider-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.section-index-banner h1 {
    color: #F4BC3F;
    font-family: "Expo Arabic";
    font-size: 100px;
    font-weight: 600;
    line-height: normal;
}

.section-index-banner h2 {
    color: #FFF;
    font-family: "Expo Arabic";
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-index-banner .container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.tree-home {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="388" height="380" viewBox="0 0 388 380" fill="none"><path d="M242.04 234.25C228.24 247.05 216.55 261.79 207.31 278.02C206.53 279.39 205.77 280.78 205.02 282.17C205.1 268.98 206.76 255.86 210 243.13C213.39 229.69 218.53 216.73 225.3 204.59C253.79 153.23 307.94 121.19 366.63 120.97L366.55 99.2195C299.99 99.4595 238.58 135.8 206.29 194.01C205.85 194.79 205.45 195.59 205.02 196.38C205.13 183.79 206.67 171.29 209.63 159.18C222 108.44 258.41 66.5496 307.01 47.1396L298.94 26.9396C258.36 43.1496 225.29 73.1896 205.06 110.87C206.03 75.1996 218.29 41.7596 240.69 13.9196L223.75 0.289551C210.95 16.1996 200.97 34.1496 194.12 53.2296C187.27 34.1496 177.29 16.2096 164.49 0.289551L147.55 13.9196C169.95 41.7696 182.21 75.1996 183.18 110.87C162.95 73.1896 129.88 43.1496 89.3096 26.9396L81.2396 47.1396C129.84 66.5496 166.24 108.44 178.62 159.19C181.58 171.29 183.12 183.79 183.23 196.38C182.81 195.6 182.4 194.81 181.97 194.03C149.67 135.79 88.2596 99.4496 21.6996 99.2096L21.6196 120.96C80.3096 121.17 134.46 153.21 162.97 204.6C169.72 216.7 174.87 229.66 178.27 243.13C181.5 255.84 183.16 268.96 183.24 282.15C182.5 280.76 181.74 279.39 180.96 278.02C171.71 261.76 160.02 247.03 146.24 234.25C107.17 197.87 54.2796 180.16 0.30957 186.23L2.72955 207.84C50.4496 202.52 96.9696 218.1 131.44 250.18C143.6 261.47 153.91 274.45 162.07 288.79C169.11 301.11 174.49 314.35 178.06 328.17L181.31 351.4C182.61 360.69 183.26 370.06 183.26 379.44H205.01C205.01 370.06 205.66 360.69 206.96 351.4L210.21 328.17C213.79 314.35 219.17 301.1 226.22 288.77C234.36 274.45 244.66 261.47 256.85 250.16C291.29 218.08 337.84 202.47 385.54 207.83L387.96 186.22C333.96 180.15 281.1 197.87 242.05 234.23L242.04 234.25Z" fill="%230043A5"/></svg>');
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 1;

}

.home-data {
    position: relative;
    z-index: 10;
}

.tree-tag {
    position: absolute;
    left: 130px;
    top: 250px;
    background: url("../images/home-tag.svg") no-repeat;
    height: 199px;
    width: 130px;
    background-size: contain;
}

.home-body header {
    background: none !important;
}

.section-news {
    min-height: 100vh;
    background-image: url("../images/news-bg.svg");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}

.section-news:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    z-index: 1;
    content: '';
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="147" height="150" viewBox="0 0 147 150" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-2.93945 0.210938C79.7906 0.210938 146.851 67.281 146.851 150.001H-2.93945V0.210938Z" fill="%23485AAC"/></svg>')
}

.section-news .divider-vertical {
    margin: auto;
}

.news-image-slider {
    margin-bottom: 15px;
}

.section-news-body {
}

.news-data {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.news-data h3 {
    color: #4658B3;
    font-family: "Expo Arabic";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.news-data h1 {
    color: #4658B3;
    font-family: "Expo Arabic";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news-data h4 {
    color: #808080;
    font-family: "Expo Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 15px;
}

.news-data p {
    color: #808080;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
}

.nsp {
    display: block;
    width: 60px;
    height: 5px;
    background: #EBBD59;
    margin: 20px 0;
}

.slick-next {
    width: 60px;
    height: 60px;
    position: absolute;
    left: -70px;
    background-image: url('data:image/svg+xml,<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.6501 23.1499L20.0101 26.9999L15.3701 30.8499L20.0101 34.6899L24.6501 38.5399" stroke="%230074BC" stroke-miterlimit="10"/><path d="M15.3701 30.8501H46.1201" stroke="%230074BC" stroke-miterlimit="10"/><path d="M30.7402 1.3501C14.4702 1.3501 1.24023 14.5801 1.24023 30.8501C1.24023 47.1201 14.4702 60.3501 30.7402 60.3501C47.0102 60.3501 60.2402 47.1201 60.2402 30.8501C60.2402 14.5801 47.0102 1.3501 30.7402 1.3501Z" stroke="%230074BC" stroke-miterlimit="10"/></svg>');
    z-index: 99;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.slick-next:hover {
    background-color: var(--primary);
    background-image: url('data:image/svg+xml,<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7402 1.3501C14.4702 1.3501 1.24023 14.5801 1.24023 30.8501C1.24023 47.1201 14.4702 60.3501 30.7402 60.3501C47.0102 60.3501 60.2402 47.1201 60.2402 30.8501C60.2402 14.5801 47.0102 1.3501 30.7402 1.3501Z" fill="%230074BC" stroke="%230074BC" stroke-miterlimit="10"/><path d="M24.6501 23.1499L20.0101 26.9999L15.3701 30.8499L20.0101 34.6899L24.6501 38.5399" stroke="white" stroke-miterlimit="10"/><path d="M15.3701 30.8501H46.1201" stroke="white" stroke-miterlimit="10"/></svg>');
}


.slick-slide {
    margin: 0 10px;
}

.news-image-slider .item img {
    border-radius: 138px 0 0 0;
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.news-image-slider2 .item img {
    filter: grayscale(100%);
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-image-slider2 .current .item img {
    filter: grayscale(100%);
}

.news-image-slider2 .slick-current img {

    filter: grayscale(0%) !important;

}

/*.slider-dir {*/
/*    direction: ltr;*/
/*}*/

.image-section {
    position: relative;
    min-height: 100vh;
    padding-top: 90px;
    padding-bottom: 50px;
}

.image-section .container {
    position: relative;
    z-index: 3;
}

.image-section:after {
    background-image: url('data:image/svg+xml,<svg width="147" height="150" viewBox="0 0 147 150" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-2.93945 149.79C79.7906 149.79 146.851 82.72 146.851 0H-2.93945V149.79Z" fill="%23485AAC"/></svg>');
    width: 150px;
    height: 150px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.image-grid .row a {
    width: 100%;
    height: 450px;
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border-radius: 5px;
}

.image-grid .row img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.image-grid .row a:hover img {
    transform: scale(1.2);
}

.image-grid .row a:hover {
    box-shadow: 15px 15px 0 var(--primary);
}

.images-tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.images-tab .nav-pills {
    margin: 30px 0;
}

.images-tabs .nav-link {
    color: #808080;
    font-size: 25px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.3s ease-in-out;

}

.images-tabs .nav-link:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
    background: #eaeaea;

}

.images-tabs .nav-link.active {
    color: var(--primary);
    border: 1px solid var(--primary);
    background: transparent;

}

/************END Home Page*******/


/***
====================================================================
  Loading Transition
====================================================================
 ***/
/* Preloader */
.ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background: #fff;
}

.txt-loading {
    direction: ltr;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 1px solid rgba(53, 123, 185, 0.15);
    border-top-color: #357BB9;
    height: 100px;
    margin: 0 auto 0 auto;
    width: 100px;
}

/* Texto cargando */

.ctn-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: #2196C6;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 50px;
    position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 10px;
    display: inline-block;
    color: rgba(12, 58, 86, 0.15);
    position: relative;
    font-size: 50px;
    line-height: 50px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
    animation-delay: 2s;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

/* AnimaciĂłn del preloader */

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.news-banner {
    background: url("../images/news-banner.png") left no-repeat;
    height: 450px;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 2;
}

.news-item-g {
    background: #F1F1F1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news-item-g-data {
    padding: 15px;
}

.news-item-g .img {
    height: 300px;
    width: 100%;
}

.news-item-g .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.news-item-g h3 {
    font-size: 20px;
    color: #565656;
    text-align: center;
    line-height: 30px;
}

.news-items-g {
    margin-top: 50px;
}

.news-item-read-more {
    margin: 0 15px 15px 15px;
    text-align: center;
    justify-content: center;
    font-weight: 400;
}

.news-bg-right {
    background: url("../images/right-news-bg.svg") right top no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.section-news .container {
    z-index: 2;
}

.btn-success {
    background-color: #03C07F;
    border-color: #03C07F;
}

.btn-success:hover {
    background-color: #039664;
    border-color: #039664;
}

.news-page header {
    position: relative !important;
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 80px;
        width: 80px;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 80px;
        width: 80px;
    }

    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 5px;
    }
}

.hide-p {
    display: none;
}

.team-slider-container {
    position: relative;
}

@media (min-width: 1450px) {
    .container-md {
        padding: 0 150px;
    }

    .main-menu li a {
        font-size: 20px;
    }

    .section-index-banner h1 {
        font-size: 120px;
    }

    .section-index-banner h2 {
        font-size: 120px;

    }

    .sec-head h2, .sec-header h2, .ceo-word-container h2 {
        font-size: 70px;
    }

    .f-tab-content h3 {
        font-size: 47.01px;
    }

    .section-vision {
        padding: 90px 150px 90px 0;
    }

}

@media (max-width: 1450px) {
    .img-mask p {
        font-size: 17px;
    }

    .btns-ft .btn-outline {
        font-size: 15px;
    }

    .focus-item--head h3 {
        font-size: 20px;
    }

    .images-tabs .nav-link {
        font-size: 20px;
    }

    .team-slider .owl-nav {
        position: absolute;
        left: 0;
        top: -40px;
    }

    .values-slider .owl-nav {
        position: relative;
        left: auto;
        top: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .values-slider.owl-carousel .owl-nav button.owl-next, .values-slider.owl-carousel .owl-nav button.owl-prev {
        position: relative;
        left: auto !important;
        top: auto;
        transform: translateY(0);
        display: flex !important;
        right: auto;
    }

    .section-price {
        padding-bottom: 90px;
    }

    .team-slider.owl-carousel .owl-nav button.owl-next, .values-slider.owl-carousel .owl-nav button.owl-next {
        left: 0;
    }

    /*.team-slider.owl-carousel .owl-nav button.owl-prev {*/
    /*    display: flex !important;*/
    /*    left: 80px;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%) rotate(-180deg);*/
    /*}*/
    .team-text {
        font-size: 20px;
    }

    .section-programmes-helper .pic-about {
        z-index: 10;
    }

}

@media (max-width: 1200px) {
    .main-menu {
        display: none;
    }

    .menu-trigger {
        display: flex;
    }

    .lang-btn {
        display: none;
    }

    .banner-home-txt h1 {
        font-size: 80px;
    }

    .container-md {
        padding: 0 40px;
    }

    .ceo-word-container h2 {
        font-size: 40px;
    }

    .ceo-word {
        padding: 60px 0 100px 60px;
    }

    .feature-img {
        width: 40%;
    }

    .feature-tabs-items {
        justify-content: space-between;
        padding-left: 0;
        margin-top: 50px;
    }

    .f-tab-content h3 {
        font-size: 35.01px;
        margin-bottom: 30px;
    }

    .f-tab-content p {
        padding-left: 82px;
    }

    .feature-tabs {
        position: relative;
        z-index: 3;
    }

    .sec-header h2 {
        font-size: 40px;
    }

    .sec-header p {
        font-size: 40px;
    }

    .vision-data h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .vision-img img {
        max-width: 500px;
    }


    .values-slider.owl-carousel .owl-nav button.owl-prev {
        position: relative;
        right: 0;
        top: auto;
        transform: translateY(0);
    }

    .team-slider.owl-carousel .owl-nav button.owl-next, .values-slider.owl-carousel .owl-nav button.owl-next {
        left: 0;
        top: auto;
        transform: translateY(0);
        position: relative;
    }

    .team-slider.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        position: relative;
        left: auto !important;
        top: auto !important;
    }

    .team-slider.owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .section-rkaez {
        background-position: top left;
        background-size: cover;
    }

    .rkaez-items {
        margin-top: 30px;
    }

    .rkaez-items .item {
        margin-bottom: 50px;
    }

    .team-section .container {
        position: relative;
        z-index: 3;
    }

    .sec-head h2 {
        font-size: 40px;
    }

    .programmes-section .sec-header h2 {
        font-size: 40px;
    }

    .programmes-section .pic-about {
        width: 60%;
        z-index: 1;
    }

    .section-programmes-helper .pic-about {
        width: 60%;
        z-index: 10;

    }

    .program-items--item {
        padding: 15px;
        height: 100%;
    }

    .program-items--item--icon img {
        height: 40px;

    }

    .program-items > div {
        margin-bottom: 30px;
    }

    .program-items--item h3 {
        font-size: 20px;
        margin-top: 16px;
    }

    .companies-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .companies-section .pic-about {
        position: relative;
        left: 0;
        right: 0;
        margin: auto auto 40px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .companies-section .pic-about img {
        max-height: 100%;
        object-fit: contain;
        position: relative;
        bottom: auto;
        left: auto;
        max-width: 500px;
    }

    .companies-section .sec-header h2 {
        font-size: 40px;
    }

    .price-image {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .price-image img {
        max-height: 500px;
    }

    .ft-logo {
        margin-bottom: 30px;
    }

    .section-about {
        -webkit-background-size: cover;
        background-size: cover;
    }


    .section-programmes-helper .pic-about {
        width: 100%;
        z-index: 10;
        margin: 0;
        height: auto;
        position: relative;

    }

    .pic-about img {
        position: relative;
    }

}

@media (max-width: 991px) {
    .section-index-banner, .section-index-banner .container {
        min-height: 70vh;
    }

    .item-slide-hm {
        min-height: 70vh;
    }

    .programmes-section .pic-about {
        width: 100%;
        z-index: 1;
        position: relative;
        bottom: auto;
        left: auto;
        height: 100%;
    }

    .programmes-section .pic-about img {
        max-height: 100%;
        object-fit: contain;
        position: relative;
        bottom: auto;
        left: auto;
        margin-bottom: 30px;
    }

    .program-details {
        min-height: 100px;
    }

    .programmes-section {
        min-height: auto;
        padding-bottom: 0;
    }

    .programmes-section .pic-about {
        bottom: 0;
    }

    .programmes-section .pic-about img {
        margin-bottom: 0;
    }
}

@media (max-width: 766px) {
    .programmes-section .pic-about {
        width: 100%;
        z-index: 1;
    }

    .main-menu {
        display: none;
    }

    .banner-home-txt h1 {
        font-size: 60px;
        text-align: center;
    }

    .container-md {
        padding: 0 30px;
    }

    .sec-head h2 {
        font-size: 40px;
    }

    .pic-about img {
        max-height: 100%;
        object-fit: contain;
        position: relative;
        bottom: auto;
        left: auto;
    }

    .pic-about {
        position: relative;
        bottom: auto;
        left: auto;
        height: 100%;
        width: 100%;
    }

    .section-about {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column-reverse;
    }

    .pic-about img {
        max-height: 100%;
        object-fit: contain;
        position: relative;
        bottom: auto;
        left: auto;
        margin-bottom: 30px;
    }

    .ceo-word-container h2 {
        font-size: 40px;
    }

    .ceo-word .divider-vertical {
        top: -85px;
    }

    .ceo-word {
        padding: 40px;
    }

    .ceo-word::after {
        display: none;
    }

    .feature-img {
        position: relative;
        left: auto;
        bottom: auto;
    }

    .feature-tabs-items:after {
        height: 420px;
        content: '';
        top: 0;
        width: 5px;
        position: absolute;
        z-index: 1;
        right: 39px;
    }

    .feature-tabs-items {
        position: relative;
        display: flex;
        justify-content: start;
        align-items: start;
        padding-left: 0;
        margin-top: 0;
        z-index: 1;
        flex-direction: column;
    }

    .f-tab-content h3 {
        font-size: 20px;
    }

    .f-tab-content p {
        font-size: 17px;
    }

    .m-tabs {
        display: flex;
        gap: 30px;
    }

    .sec-header h2 {
        font-size: 40px;
    }

    .sec-header p {
        font-size: 40px;
    }

    .vision-data h2 {
        font-size: 40px;
    }

    .values-slider.owl-carousel .owl-nav button.owl-prev {
        position: relative;
        right: 0;
        top: auto;
        transform: translateY(0);
    }

    .team-slider.owl-carousel .owl-nav button.owl-next, .values-slider.owl-carousel .owl-nav button.owl-next {
        left: 0;
        top: auto;
        transform: translateY(0);
        position: relative;
    }

    .team-slider.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .rkaez-items {
        margin-top: 60px;
    }

    .rkaez-items.row > div {
        margin-bottom: 50px;
    }


    .ft-logo {
        margin-bottom: 30px;
    }

    .content-bottom-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .lang-btn {
        display: none;
    }

    .header {
        align-items: center;
    }

    .focus-title h2 {
        font-size: 35px;
    }

    .focus-title p {
        font-size: 20px;
    }

    .focus-section {
        padding: 0px 0 200px 0;
    }

    .focus-item--head h3 {
        font-size: 17px;
    }


    .focus-item--details .row > div:first-of-type:after {
        content: '';
        left: 0;
        top: auto;
        background-color: #F5BD40;
        position: absolute;
        bottom: -1px;
        width: 50px;
        height: 2px;
        right: 0;
        margin: auto;
    }

    .focus-item--details {
        padding: 10px;
    }

    .focus-item--details .row > div {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .section-semat {
        padding: 80px 0 100px 0;
    }


    .semat-item .semat-details {
        padding-top: 220px;
        height: 482px;
        margin-top: -195px;
    }

    .semat-item .img {

        height: 200px;
    }

    .feature-img {
        width: 100%;
    }

    .section-feature {
        padding: 100px 0 0 0;
    }

    .feature-tabs {
        margin-top: 40px;
    }

    .section-rkaez {
        background-position: top right;
    }

    .mnaheg-text-items {
        margin-top: 30px;
    }


    .companies-section .pic-about {
        position: relative;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        margin: auto auto 40px auto;
        max-width: 80%;
    }


    .companies-section .pic-about img {
        max-height: 100%;
        object-fit: contain;
        position: relative;
        bottom: auto;
        left: 0;
        max-width: 100%;
        margin: auto;
        right: 0;
    }

    .price-tab-content {
        margin-top: 40px;
    }

    .section-programmes-helper .pic-about {
        width: 100%;
        z-index: 10;
        margin: 0;
        height: auto;
    }

    .section-programmes-helper .pic-about img {
        margin: auto;
    }

    .section-programmes-helper {
        padding-bottom: 0;
    }

    .section-index-banner h1 {
        font-size: 60px;
    }

    .section-index-banner h2 {
        font-size: 50px;
    }

    .home-slider-image {
        width: 100vw;
    }

    .home-action-buttons {
        padding: 0 30px;
        margin-top: -25px;
    }

    .home-action-buttons .btn {
        height: 50px;
        font-size: 20px;
    }

    .home-pic-about {
        margin-bottom: 30px;
    }

    .section-about-home {
        padding: 100px 0 40px 0;
    }

    .slick-next {
        display: none !important;
    }

    .images-tabs .nav-link {
        margin-bottom: 15px;
    }

    .section-vision {
        padding: 90px 0 90px 0;
    }


    .news-image-slider .item img {
        border-radius: 80px 0 0 0;
        height: 400px;
    }

    .news-image-slider2 .item img {
        height: 100px;
    }

    .item-slide-hm {
        position: relative;
        min-height: 75vh;
    }

    .company-text ul li {
        font-size: 18px;
    }

    .section-price {
        padding-bottom: 0;
    }

    .btn-outline {
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media (max-width: 500px) {
    .home-action-buttons .btn {
        font-size: 15px;
    }
}

/* BASSAM */

#home-slider {
    z-index: 3;
}