:root {
    --main-site: #E44515;
    --sec-site: #232369;
}
.btn-continue{
    background-color: var(--main-site);
    color: #fff;
    border: 1px  solid var(--main-site);
}

.btn-color-print {
    background-color: #393838;
    color: #fff;
    border: 1px solid #393838;
    font-size: 11px;
    font-family: var(--bs-font-sans-serif) !important;

}

.btn-color-print:hover {
    border: 1px solid #393838;
    color: #393838;
    background-color: #fff;

}

.btn-blue {
    background-color: var(--sec-site);
    color: #fff;
    border: 1px solid var(--sec-site);
    font-size: 12px;
    font-family: var(--bs-font-sans-serif) !important;


}

.btn-blue:hover {
    background-color: #fff;
    color: var(--sec-site);
    border: 1px solid var(--sec-site);
}
#student_modal .modal-title{
    color: var(--main-site);
}
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: unset;

}


.dropdown-item:lang(en) {
    text-align: left;
    color: white;
    background-color: #e44515f2;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e44515;
    color: #fff;

}

*:lang(ar) {
    direction: rtl;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;

}

.owl-carousel .owl-stage-outer {
    direction: ltr;
}


@font-face {
    font-family: droid;
    src: url("../../webfonts/Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: Segoe UI;
    src: url("../../webfonts/Segoe UI.woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: cairo;
    src: url("../../webfonts/Cairo-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1:lang(ar),
h2:lang(ar),
h3:lang(ar),
h4:lang(ar),
h5:lang(ar),
h6:lang(ar),
.fs-1:lang(ar),
.fs-2:lang(ar),
.fs-3:lang(ar),
.fs-4:lang(ar),
.fs-5:lang(ar) {

    font-family: cairo;
}


a:lang(ar),
li:lang(ar) {
    font-family: cairo;

}

button:lang(ar) {
    font-family: cairo;
}


h1:lang(en),
h2:lang(en),
h3:lang(en),
h4:lang(en),
h5:lang(en),
h6:lang(en),
.fs-1:lang(en),
.fs-2:lang(en),
.fs-3:lang(en),
.fs-4:lang(en),
.fs-5:lang(en) {

    font-family: Segoe UI;
}


a:lang(en),
li:lang(en) {
    font-family: Segoe UI;

}

button:lang(en) {
    font-family: Segoe UI;
}




main {
    margin-top: 80px;
}

/* footer */
.footer {
    background-color: var(--sec-site);
    color: #fff;
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: white;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}


.button:last-of-type {
    margin-right: 0;
}


.footer-call-to-action {
    margin-top: 30px;
}

@media (min-width:320px) and (max-width:479px) {

    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:480px) and (max-width:599px) {

    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:600px) and (max-width: 800px) {

    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 450px;
        position: relative;
    }

    .footer-wave-svg {
        height: 115px;
        transform: scaleX(-1);
    }

    .footer-content-column {
        width: 24.99%;
    }
}


.social_icon .whats {
    background-color: #29a71a;
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
}

.social_icon .facebook {
    background-color: rgb(24 119 242);
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 2px;
}

.social_icon .insta {
    background-color: rgb(254 51 99);
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 2px;
}

.social_icon .linkedin {
    background-color: rgb(0 122 185);
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 2px;
}

.social_icon .twitter {
    background-color: rgb(0, 0, 0);
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 2px;
}

.bord_side {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.bord_side a {
    transition: .3s ease-in;
}

.bord_side a:hover {
    transform: translate(-8px);
}

@media (max-width:768px) {
    .bord_side {
        border-right: 0px;
        /* border-bottom: 2px solid #fff; */
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .bord_side div {
        border-bottom: 0px !important;
    }
}

.bord_side a {
    color: #fff;
}

.angl {
    transform: scale(-1);
}

footer .contact_icon i {
    color: var(--sec-site);
}

footer .contact_icon {
    border-radius: 10px;
    background-color: var(--main-site);
    text-align: center;
}

.image-container {
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

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

/* إعدادات الصورة الأمامية */
.image-foreground {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

@media (max-width:768px) {
    .image-foreground {
        width: 200px;
        height: auto;
        z-index: 2;
    }

    .image-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: none;
    }

}

.main-color {
    color: var(--main-site);
}

.sec-color {
    color: var(--sec-site);
}


section.sec1 {
    width: 100%;
    height: 100vh;
    background: url(https://images.pexels.com/photos/276517/pexels-photo-276517.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
    background-size: cover;
}

section.content {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

section.sec2 {
    width: 100%;
    height: 100vh;
    background: url(https://images.pexels.com/photos/276517/pexels-photo-276517.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
    background-size: cover;
}


/* start Btn-social */
/* From Uiverse.io by vinodjangid07 */
.Btn-social {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    /* overflow: hidden; */
    border-radius: 7px;
    cursor: pointer;
    transition: all .3s;
}

.svgContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(4px);
    letter-spacing: 0.8px;
    border-radius: 10px;
    transition: all .3s;
    border: 1px solid rgba(156, 156, 156, 0.466);
    z-index: 3;
}

.svgContainer i {
    color: #fff;
}

.BG {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    z-index: -1;
    border-radius: 9px;
    pointer-events: none;
    transition: all .3s;
    z-index: 2;
}

.BG.facebook {
    background: #1877F2;
}

.BG.twitter {
    background: #1DA1F2;
}

.BG.youtube {
    background: #CD201F;
}

.BG.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

}

.Btn-social:hover .BG {
    transform: rotate(35deg);
    transform-origin: bottom;
}

.Btn-social:hover .svgContainer {
    background-color: rgba(156, 156, 156, 0.466);
}
.admitions_student_dropdown{
    left: unset !important;
}
/* navbar */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    padding: 0 !important;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 25%) !important;
}

.navbar .nav-link {
    color: black !important;
     font-size: 17px;
}

.navbar .btn_contact {
    background-color: var(--sec-site);
    color: #fff;
    border-radius: 20px;
    transition: all .5s ease;
}

.navbar .btn_contact:hover {
    background-color: #E44515;
    color: #fff;

}

.navbar .nav-link:hover {
    /* background-color: #e44515d0 !important; */
    font-weight: bold;
    font-size: 17px;
    /* color: white !important; */
}

.navbar .btn_contact:hover i {
    transform: unset;
}

.navbar .btn_contact i:lang(en) {
    transition: all .5s ease;
    transform: rotate(-45deg);
}

.navbar .btn_contact i:lang(ar) {
    transition: all .5s ease;
    transform: rotate(-119deg);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--main-site) !important;

}

.arrow_line .arrow_green,
.arrow_line .arrow_blue {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.arrow_line .arrow_green {
    background-color: var(--main-site);

}

.arrow_line .arrow_blue {
    background-color: var(--sec-site);

}

.arrow_line .arrow_green i,
.arrow_line .arrow_blue i {
    transform: rotate(45deg);
}

.arrow_line .line {
    width: 63%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar {
    background-color: white;
    transition: background-color 0.3s ease;
}

@media (max-width:500px) {

    .navbar {
        background-color: white;
        transition: background-color 0.3s ease;
    }

}

.navbar.scrolled {
    background-color: black;
}

.navbar .navbar-toggler {
    color: black !important;
    background-color: #ffffff !important;
    /* border: var(--bs-border-width) solid black !important; */
}

.navbar.contact-page {
    background-color: black !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 5%;
    left: 1%;
    background-color: var(--main-site);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    /* opacity: 1; */
    transition: opacity 0.5s ease;
    border: 1px solid var(--main-site);
    align-items: center;
    justify-content: center;
}

#myBtn:hover {
    background-color: var(--main-site);
}

#myBtn i {
    color: white;
    font-size: 21px;
}

.fixed_social .whats {
    background-color: #29a71a;
    width: 45px;
    height: 45px;
    display: flex;

    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
}

.fixed_social .phone {
    background-color: var(--main-site);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
}

.fixed_social {
    position: fixed;
    flex-direction: column;
    right: 17px;
    z-index: 100;
    bottom: 5%;
}


.social_icon .whats {
    background-color: #29a71a;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social_icon .facebook {
    background-color: rgb(24 119 242);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social_icon .insta {
    background-color: rgb(254 51 99);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social_icon .linkedin {
    background-color: rgb(0 122 185);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social-icons {
    float: right;
}

.social-icons:lang(en) {
    float: left;
}

.dropdown {
    .dropdown-menu {
        display: none;
        background-color: #e44515f2;
    }
}



.dropdown,
.dropend {
    &:hover {
        &>.dropdown-menu {
            display: block;
        }
    }
}

.dropdown {
    &:hover {
        &>.dropdown-menu {
            margin-top: -.5rem;
        }
    }
}

.dropend {
    &:hover {
        &>.dropdown-menu {
            position: absolute;
            top: -.5rem;
            left: 100%;
            margin-left: 0;
        }
    }
}