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

@font-face {
    font-family: 'Bahij-Janna';
    src: url('../fonts/bahij/BahijJanna.eot');
    src: url('../fonts/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna.woff') format('woff'),
    url('../fonts/bahij/BahijJanna.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna.svg#BahijJanna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bahij_TheSansArabic';
    src: url('../fonts/Bahij_TheSansArabicPlain.ttf');
 
}



/******************************/
:root {
    --main: #113F67;
    --sec: #58A0C8;
    --text: #a8bdd0;;
    --tit: #22368B;
    --black: #000000;
    --white: #ffffff;
}

/******************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="ltr"] body {
    direction: ltr !important;
    text-align: left !important;
}

html[dir="rtl"] body {
    direction: rtl !important;
    text-align: right !important;
}

body {
    font-family: 'Bahij_TheSansArabic', serif !important;
    color: var(--black);
    background: var(--white) !important;
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

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

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

textarea.form-control {
    height: 200px;
}

.form-group, form {
    direction: rtl;
    text-align: right;
}

html[dir="ltr"] .form-group,
html[dir="ltr"] form {
    direction: ltr;
    text-align: left;
}

.form-control {
    direction: rtl;
    text-align: right;
    height: 50px;
    border-radius: 10px;
    border: 1px solid var(--gray);

}

.form-control:focus {
    border-color: var(--main);
}

.main-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding-inline-start: 10px;
    text-align: center;
    border-radius: 35px;
    color: var(--white);
    background: var(--main);
    border: 1px solid var(--main);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all .35s ease-in-out;
}

.main-btn:hover {
    color: var(--white);
    background: transparent;
    border: 1px solid transparent;
}

.main-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: var(--sec);
    z-index: -1;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}

html[dir="ltr"] .main-btn::before {
    left: unset;
    right: 100%;
}

.main-btn:hover::before {
    transform: translateX(-100%);
}

html[dir="ltr"] .main-btn:hover::before {
    transform: translateX(100%);
}


/*.main-btn::after {*/
/*    font-family: "Font Awesome 6 Free", serif;*/
/*    content: "\f060";*/
/*    font-weight: 900;*/
/*    font-size: 16px;*/
/*    color: var(--white);*/
/*    transition: transform 0.5s ease-in-out, color 0.35s ease-in-out;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    background: var(--sec);*/
/*    border-radius: 50%;*/
/*}*/

/*html[dir="ltr"] .main-btn::after {*/
/*    content: "\f061";*/
/*}*/

/*.main-btn:hover::after {*/
/*    transform: rotate(45deg);*/
/*    background: var(--main);*/
/*    color: var(--white);*/
/*}*/

/*html[dir="ltr"] .main-btn:hover::after {*/
/*    transform: rotate(-45deg);*/
/*}*/

.main-tit {
    font-weight: bold; /* أو أي نمط خط آخر */
    font-size: 48px;
    color: var(--black);
    position: relative;
}


@media (max-width: 768px) {
    .main-tit {
        font-size: 38px;
    }
}

@media (max-width: 500px) {
    .main-tit {
        font-size: 28px;
    }

    .main-btn {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }
}

/******************************/
/******************************/
header {
    background: var(--white);
    padding: 20px 0;
}

header.head-inside {
    position: relative;
    margin-bottom: 50px;
}

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

.head-logo .main-logo {
    position: relative;
    z-index: 2;
}

.head-logo .main-logo img {
    max-width: 150px;
}

.header-order {
    display: flex;
    align-items: center;
}

.language .language-drop {
    background: transparent;
    padding: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: var(--main);
}

.language .language-drop.dropdown-toggle::after {
    content: none;
}

.language .language-drop.dropdown-toggle::before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.language .dropdown-menu.show {
    text-align: center;
    color: var(--main);
}

.language .dropdown-menu.show a {
    color: var(--main);
}

.language .language-drop img {
    margin-inline-start: 5px;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .head-home {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
    }
}

/******************************/
/********* nav     ***********/
/******************************/

@media (min-width: 992px) {
    .main-nav-with-order {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
           width: 100%;
    }

    .nav-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
        position: relative;
                    width: 100%;
        justify-content: center;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    html[dir="ltr"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    html[dir="rtl"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-start: 5px;
    }

    .nav-list > .menu-item > a {
        display: block;
        color: var(--black);
        font-size: 18px;
        font-weight: bold;
        position: relative;
        text-align: start;
        padding: 10px 22px;
        transition: all 0.5s ease-in-out;
    }

    /*.nav-list > .menu-item > a:before, .nav-list > .menu-item.active a:before {*/
    /*    content: '';*/
    /*    width: 0;*/
    /*    height: 3px;*/
    /*    background-color: var(--main);*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    left: 0;*/
    /*    opacity: 0;*/
    /*    visibility: hidden;*/
    /*    transform: scale(0);*/
    /*    transition: all .5s ease-in-out;*/
    /*}*/
    /*.nav-list > .menu-item:hover > a:before, .nav-list > .menu-item.active a:before {*/
    /*    opacity: 1;*/
    /*    width: 100%;*/
    /*    visibility: visible;*/
    /*    transform: scale(1);*/
    /*}*/
    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        margin-inline-start: 10px;
        color: var(--main);
        background: transparent;
        transition: all .35s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--main);
    }

    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: var(--black);
    }

    html[dir="rtl"].sub-menu {
        left: 0;
    }

    html[dir="ltr"].sub-menu {
        right: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 350px;
        background-color: rgba(220, 220, 220, 1);
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.2s ease-in-out;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: var(--black);
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }


    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f324";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f323";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--black);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: var(--main);
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: var(--main);
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f100";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f101";
    }

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        margin-inline-start: 10px;
        color: var(--black);
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover:before {
        color: var(--main);
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--main);
    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {
    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
          display: flex
;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        flex: 1;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        color: var(--white);
        background-color: var(--main);
        margin-inline-end: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 999;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid var(--main);
    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: var(--black);
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: var(--main);
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid var(--black);
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid var(--black);
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: var(--black);
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: var(--main);
    }

    .sub-menu {
        list-style: none;
        background-color: var(--main);
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: var(--white);
        transition: all .3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .35s ease-in-out;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {

}

/******************************/
/*********slideshow***********/
/******************************/
.slider {
    position: relative;
}
.slider:before{
        content: "";
    position: absolute;
    top: 0;
       right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
 
    z-index: 0;
}

.slider .slider-video video {
    width: 100%;
    display: block;
}

.slider .main-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height : 100%;
        display: flex
;
    align-items: center;
    justify-content: center;
}

.slid-body .slid-title {
    font-size: 72px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 30px;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.main-slider .owl-dots .owl-dot {
    background: #FFFFFF80;
    opacity: .5;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px;
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active {
    background: #FFFFFF80;
    opacity: 1;
}

@media (max-width: 992px) {
    .main-slider .item img {
        max-height: 650px;
    }
}

@media (max-width: 768px) {
    .main-slider .item img {
        max-height: 450px;
    }

    .slid-body .slid-title {
        font-size: 38px;
    }
}

@media (max-width: 500px) {
    .main-slider .item img {
        max-height: 350px;
    }

    .slid-body .slid-title {
        font-size: 24px;
    }
}

/******************************/
/*********about***********/
/******************************/
.about {
    padding: 50px 0;
    position: relative;
}

.about:before {
    content: "";
    position: absolute;
    top: 0;
       right: -70px;
    left: 0;
    width: 50%;
    height: 100%;
    background: #FDF5AA;
    border-radius: 0 0 0 20px;
    z-index: -1;

}

.about .about-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.about .main-tit {
    flex: 0 0 10%;
    max-width: 10%;
}

.about .about-header-description {
    flex: 0 0 70%;
    max-width: 70%;
    font-size: 34px;
    text-align: center;
    font-weight: 100 !important;
    color: #34699A;
}
html[dir="ltr"] .about .about-header-description{
    font-size: 32px;
        flex: 0 0 65%;
    max-width: 65%;
}

.about .about-url {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: left;
}

html[dir="ltr"] .about .about-url {
    text-align: start;
}

.about-tit {
    font-size: 48px;
    font-weight: bold;
    color: var(--tit);
    margin-bottom: 10px;
    margin-inline-start: 50px;
}

.about-description {
    font-size: 16px;
    width: 75%;
    color: rgba(0, 0, 0, 1);
    margin-inline-start: 50px;
    line-height: 32px;

}
html[dir="ltr"] .about-description{
       width: 85%; 
}


/******************************/
/*********counters***********/
/******************************/
.counters {
       padding: 50px 0;
    background: linear-gradient(106deg, rgba(253, 245, 170, 1) 46%, rgba(34, 54, 139, 1) 100%);
    margin: 50px 0;
}
#counter{
    padding: 50px 0 0;
}
.counters .count {
    /*font-family: system-ui, Arial, sans-serif;*/
    font-size: 64px;
    font-weight: 700;
    color:  var(--black);
    /*text-shadow: -1px -1px 0 #0BAFD1,*/
    /*1px -1px 0 #0BAFD1,*/
    /*-1px 1px 0 #0BAFD1,*/
    /*1px 1px 0 #0BAFD1;*/
}

.counters .text {
    font-size: 34px;
    color: rgba(22, 102, 167, 1);

}
html[dir="ltr"] .counters .text{
        font-size: 22px;

}

/******************************/
/*********services***********/
/******************************/
.services-items {
    position: relative;
    overflow: hidden;
    transition: all .35s ease-in-out;
}

.services-items:hover {
    transition: all .35s ease-in-out;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 #00000040;
}

.services-items:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    border-radius: 20px;
    background: linear-gradient(360deg, #000000 6.1%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    transition: all .35s ease-in-out;
}

.services-items .image img {
    transition: all .35s ease-in-out;
    border-radius: 20px;
}

.services-items .content {
    position: absolute;
    bottom: -80px;
    padding: 15px;
    z-index: 2;
    transition: all .35s ease-in-out;
}

.services-items:hover .content {
    bottom: 20px;
    transition: all .35s ease-in-out;
}

.services-items .content .tit {
    font-size: 24px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 15px;
}

.services-items .content .services-items-content-hr {
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
}

.services-items:hover .content .services-items-content-hr {
    opacity: 1;
    visibility: visible;
    transition: all .35s ease-in-out;
}

.services-items .content .services-items-content-hr .description {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--white)
}

/******************************/
/*********vision-message***********/
/******************************/
.vision-message {
    position: relative;
    padding: 10px 0 50px;
    overflow: hidden;
}

.vision-message:before {
    content: "";
    position: absolute;
    top: 6%;
    left: -75px;
    width: 50%;
    height: 93%;
    background: #FDF5AA;
    border-radius: 0 20px 20px 0;
    z-index: -1;
}
html[dir="ltr"] .vision-message:before{
    left: unset;
    right:  -75px;
    border-radius:20px 0 0 20px ;
}
.vision-message .vision-message-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.vision-message .vision-message-content .icon {
    display: flex;
    flex: .15;
}
.vision-message .vision-message-content .icon img{
    filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(962%) hue-rotate(181deg) brightness(89%) contrast(90%);
}

.vision-message .vision-message-content .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: .85;
    margin-inline-start: 30px;
}

.vision-message .vision-message-content .text .title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1666A7;
}

.vision-message .vision-message-content .text .description{
        font-size: 14px;
    margin-bottom: 10px;
    line-height:24px;
    color: rgba(0, 0, 0, 1);
    width : 90%;
}
/******************************/
/*********features***********/
/******************************/
.features {
    padding: 50px 0 0;
}

.features-items .col-features:nth-of-type(2),
.features-items .col-features:nth-of-type(5) {
    margin-top: -30px;
}

.features-items .features-content {
    margin-bottom: 75px;
    background: #F2FAFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 15px 35px 25px;
    border-radius: 15px;
}

.features-items .features-content .features-icon {
    width: 70px;
    height: 70px;
    background: var(--white);
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 30px;
}

.features-items .features-content .features-description {
    text-align: center;
    color: #17272F;
    font-size: 22px;
}

/******************************/
/*********blog***********/
/******************************/
.blogs {
    padding: 0 0 50px;
     position: relative;
}

.blogs:before {
    content: "";
    position: absolute;
    bottom: 0;
       
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #FDF5AA 262.01%);
    border-radius: 0 0 0 20px;
    z-index: -1;

}
.blog-items {
    position: relative;
    overflow: hidden;
    transition: all .35s ease-in-out;
}

.blog-items:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 15px;
    pointer-events: none;
        background: linear-gradient(90deg, rgba(23, 39, 47, 0) 0%, #17272F 100%);

    transition: background .35s ease-in-out, opacity .35s ease-in-out;
}

.blog-items:hover:before {
         background: rgba(23, 39, 47, .75)

}

.blog-items .blog-date{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    background: rgba(1, 118, 188, 1);
    display: flex
;
    align-items: center;
    flex-direction: column;
    padding: 12px 10px;
    border-radius: 15px;
    color: #fff;
}
.blog-items:hover .blog-date{
        background: rgba(253, 245, 170, 1);
        color : rgba(1, 118, 188, 1) ;
            transition: all .35s ease-in-out;
}


.blog-items .blog-img img {
    width: 100%;
    border-radius: 15px;
    display: block;
    transition: all .35s ease-in-out;
}

.blog-items .blog-content {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
}
html[dir="ltr"] .blog-items .blog-content{
    right: unset;
    left: 15px;
}

.blog-items .blog-content .tit {
    color: var(--white);
    font-size: 18px;
    font-weight: bold;
}

.blog-items .blog-content .blg-url {
    color: var(--white);
    font-size: 18px;
    margin: 5px 0;
}

.blog-items:hover .blog-content .blg-url {
    color: #FDF5AA;
    transition: all .35s ease-in-out;
}
 .blogs .url .main-btn{
         width: 180px;
 }

/******************************/
/*********partners***********/
/******************************/
.partners {
    padding: 50px 0;
}
.partners-items{
    margin-bottom : 30px;
}
/******************************/
/*********team***********/
/******************************/
.team {
    padding: 50px 0;
}

.team .team-slider .owl-stage-outer {
    padding: 25px 0;
}

.team  .item {
    text-align: center;
}

.team .image {
    text-align: center;

}

.team  .image img {
    max-height: 260px;
    object-fit: contain;
    width: 100%;
}

.team   .item .item-content {
    border-radius: 0 0 15px 15px;
    padding: 15px;
    background: #FFFCE2;
    box-shadow: 0px 0px 15px 0px #00000040;
}

.team   .item .item-content .team-title {
    color: #113F67;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.team .item .item-content .team-job {
    color: #000;
}

.team .item:hover .item-content {
    background: #113F67;
    transition: all .35s ease-in-out;
}

.team .item:hover .item-content .team-title {
    color: #FFFCE2;
    transition: all .35s ease-in-out;
}

.team .item:hover .item-content .team-job {
    color: #fff;
    transition: all .35s ease-in-out;
}

.team .team-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.team .team-slider .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: var(--main);
    color: var(--white);
}

.team .team-slider .owl-nav .owl-prev {
    margin-inline-start: -70px;
}

.team .team-slider .owl-nav .owl-next {
    margin-inline-end: -70px;
}

.team .team-slider .owl-nav button:hover {
    transition: all .35s ease-in-out;
    background: var(--sec);
}

footer {
    background-image: url("../images/image.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}

footer .container .row .col-md-4:nth-of-type(2) {
    border-right: 1px solid var(--white);
    border-left: 1px solid var(--white);
}

.footer-logo-qr {
    display: flex;
    flex-direction: column;
        align-items: flex-start;
}

 .footer-logo {
    display: flex;
      align-items: center;
    justify-content: center;
 
}
.contact-us-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo  img{
max-width : 200px;    
}

.footer-qr {
    display: flex;
    align-items: center;
}

.footer-qr .footer-tit {
    width: 50%;
 }
html[dir="ltr"] .footer-qr .footer-tit{
    width: 65%;
}
.footer-tit {
    font-size: 24px;
    font-weight: bold;
    color: var(--white);
}

  .map iframe {
    height: 300px;
    width : 100%;
    margin-bottom : 20px;
    border-radius: 25px;
}

.info-content .key {
    color: rgba(88, 160, 200, 1);
        font-size: 16px;

    font-weight: bold;
}

.info-content .value {
    color: var(--white);
}

.copy-write {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
}

.copy-write a {
    color: rgba(88, 160, 200, 1);

}

.breadcrumb-area {
    background: var(--main);
    padding: 50px 0;
    font-size: 24px ;
    color:var(--sec);
}
.breadcrumb-area .home{
    color: var(--white);
}
.social-media{
    /*position: fixed;*/
    /*top: 65%;*/
    /*right: 15px;*/
    z-index: 222;
    margin-top :30px;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}
.social-media .social-item{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin :0 5px;
    text-align: center;
    background: #2272B1;
    color: var(--white);
}
.social-media .social-item:hover{
    transition: all .35s ease-in-out;
    background: #4C953C
}
.whatsapp{
    position: fixed;
    top: 85%;
    right: 15px;
    z-index: 222;
}
.whatsapp a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
}


@media (min-width: 768px){
    .language-mob{
                display : none ;

    }
}
@media (max-width: 768px) {
    .about-tit {
 
    margin-inline-start: 0px;
}

.about-description {
    margin-inline-start: 0px;
     
}
    .team .image img{
        max-height: 230px;
    }
    .footer-tit{
        font-size: 24px;
    }
    .map iframe{
        height: 250px;
    }
    .about .about-header-description{
        font-size: 24px;
    }
    html[dir="ltr"] .about .about-header-description{
        font-size: 20px;
    }

    .features-items .features-content{
        padding: 15px 15px 25px;
    }
    .features-items .features-content .features-description{
        font-size: 20px;
    }
    .language-desc{
        display : none ;
    }
       .language-mob{
                
  display : block ;
    }
    .language-mob .language-drop {
            width: 150px;
    justify-content: space-between;
    margin-top: 20px;
    }
    
.about:before {
    content: none;
 
}
   html[dir="ltr"] .about .main-tit{
                font-size: 28px;
    }
    .about-tit{
    font-size: 36px;
    }
    .vision-message .vision-message-content .icon img{
        max-width : 50px;
    }
}
@media (max-width: 500px) {
       .vision-message .vision-message-content .icon img{
        max-width : 40px;
    }
    .about .about-header{
        flex-wrap: wrap;
           justify-content: center;
    }
    .about .main-tit {
    flex: 0 0 100%;
    max-width: 100%;
            text-align: center;
}
    .about .about-header-description{
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 16px;
    }
    html[dir="ltr"] .about .main-tit{
                font-size: 24px;
    }
    html[dir="ltr"] .about .about-header-description{
        font-size: 14px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about .about-url {
        flex: 0 0 30%;
        max-width: 30%;
        text-align: center;
        margin: 10px auto;
    }
    .about-description{
        width: 100%;
    }
    .counters .count{
        font-size: 48px;
    }
    .counters .text{
        font-size: 24px;
    }
    .vision-message:before {
        left: 0;
    }
    .team .image img {
        max-height: 150px;
    }
    .footer-logo-qr ,.footer-map{
        margin-bottom: 50px;
    }
    .copy-write{
        flex-direction: column;
    }
    .about .row.align-items-center{
        flex-direction: column-reverse;
    }
    html[dir="ltr"] .about-description {
    width: 100%;
}
.about-image{
        text-align: center;
    margin-top: 50px;
}
.about-image img{
      max-width: 250px;
}
.services-items .image img{
          max-height: 350px;
        width: 100%;
        object-fit: cover;
}
.vision-message:before{
    content : none;
}
.vision-message-image{
            text-align: center;
    margin-top: 50px;
}
.vision-message-image img {
      max-width: 250px;
}
.footer-qr{
    margin-bottom : 20px;
}
.contact-us-information{
        flex-direction: column;
    align-items: flex-start;
}
}

#preloader{
    display :none;
}
.home #preloader{
        display: flex;
}
/*loading*/
.home #preloader {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDF5AA;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transition: opacity 0.6s ease;
}

.home #preloader.hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.home .preloader-content {
    text-align: center;
}

.home .loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--main);
    border-radius: 50%;
    width: 40px; height: 40px;
    margin: 0 auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
::-webkit-scrollbar {
    width: 10px; /* عرض السكرول */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* لون الخلفية */
}

::-webkit-scrollbar-thumb {
    background: var(--main);/* لون الجزء المتحرك */
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--sec); /* لون عند الوقوف بالماوس */
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #3498db #f1f1f1; /* (لون الجزء المتحرك | لون الخلفية) */
}
