﻿@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;700;800;900&family=Noto+Kufi+Arabic:wght@400;500;700;900&display=swap);

* {
    font-family: 'Barlow Condensed','Noto Kufi Arabic',sans-serif;
    /*font-size : 18px;*/
}
p, li {
    font-size: 18px;
}
/*.rtl * {
    font-size: 15px;
}*/
.rtl p, .rtl li {
    font-size: 15px;
}

body {
    background: url(../images/new-background.jpg);
    background-size: cover
}

.header {
    height: 150px;
}

header {
    position: relative;
    background-color: #fff
}
header .local {
    position: absolute;
    right: 1.15%;
    top: 20px;
}
header .local a {
    background-color: #9A0427;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}

.rtl header .local {
    position: absolute;
    right: unset;
    left: 1.76%;
    top: 20px;
}

.container {
    max-width: 1400px;
}

.logo {
    width: 100%;
}
.top-logo {
    width: 190px;
}
.rtl .top-logo {
    display: flex
}
.rtl-col-menu {
    flex-grow: 4;
}
.header-contact {
    position: relative;
    z-index: 1;
    text-align: right;
}
.header-contact ul li i.fas {
    color: #800000;
    font-size: 35px;
}
.header-contact ul li {
    /*font-family: Roboto;*/
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: none;
}
.header-contact ul {
    list-style-type: none;
}

.header-contact ul li {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    text-align: left;
    margin-right: 20px
}

.header-contact ul li i {
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header-contact ul a {
    display: block;
}

.header-contact ul li span {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.navbar-nav > li {
    border-right: solid 1px #515151;
    height: 23px;
}
.navbar-nav > li:last-child, .rtl .navbar-nav > li:last-child {
    border-right-width: 0px;
    border-left-width: 0px;
}
.rtl .navbar-nav > li {
    border-right: unset;
    border-left: solid 1px #515151;
}
.navbar-nav > li > a.nav-link {
    padding: 0;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    height: 23px;
    display: flex;
    align-items: center;
}
.rtl .navbar-nav > li > a.nav-link {
    font-size: 15px
}
.header-icons {
    position: relative;
    z-index: 1;
}

.local-new a {
    /*color : #000*/
    font-size : 14px;
}
.rtl .local-new a {
    font-size : 17px;
}
.local-new {
    flex-grow: 0.4;
    display: flex;
    font-size: 16px;
}

.social-profile {
    display: inline-block;
}

.social-profile .social-group {
    list-style-type: none;
}

.social-profile ul li {
    display: inline-block;
    list-style: none;
    line-height: 1;
    margin: 0 10px;
}

.social-profile ul li a, .header-contact ul li, .header-contact ul li a, .header-contact ul li span, .header-contact ul li i {
    color: #232323;
}

.header-icons .social-profile ul li a {
    font-size: 22px;
}

.header-icons {
    text-align: right;
}

.social-profile ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.bg-light {
    /*background-color: #737373 !important;*/
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
    /*color: #fff;*/
    color : #000;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #800000;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #800000;
}

.navbar-brand i {
    color: #800000;
}

footer {
    background-color: #808083;
    color: #fff;
}

.widget-title {
    color: #9A0427;
    text-align : center;
    font-weight : bold
}

footer a {
    color: #fff !important;
}

.footer-menu {
    display: inline-block;

}

.footer-desc-wrap {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.footer-menu ul li a, .site-info {
    /*font-family: Roboto;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
}

.footer-menu ul {
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 0;
    font-size: 0;
}

.footer-menu ul li {
    border-left: 1px solid #e6e6e6;
    display: inline-block;
    list-style: none;
    line-height: 1.1;
    padding: 0 10px;
}
.footer-menu ul li:first-child {
    border-left-width: 0;
}
.site-info a:hover, .site-info a:focus, .site-info a:active, .footer-menu ul li a:hover, .footer-menu ul li a:focus, .footer-menu ul li a:active {
    color: #800000;
}
.site-info {
    text-align: left !important;
    display: inline-block;
    width: 100%
}
.rtl .site-info {
    text-align: right !important;
}
footer .social-profile {
    margin-bottom: 0;
}

footer .social-profile ul {
    padding: 0;
    margin: 0;
}

footer .social-profile ul li {
    margin: 0 8px;
    vertical-align: middle;
}

footer .social-profile ul li a {
    font-size: 18px;
}

footer .social-profile ul li a i {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px
}

footer .social-profile ul li a {
    background-color: rgba(0, 0, 0, 0.04);
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s;
    -ms-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

footer .social-profile ul li a, .footer-menu ul li a {
    color: #ffffff;
}

footer .social-profile ul li a {
    background-color: #737373;
}
.bottom-footer {
    background-color: unset !important;
}

.page-header {
    background-image: url(../images/dar-all-pages.jpg);
    background-repeat: no-repeat;
    background-size: 130%;
    height: 50vh;
    padding-top: 130px;
    font-weight: bold
}
.page-header h1 {
    color: #000;
}
.tab-content {
    /*border: 1px solid #dee2e6;*/
    border-top-width: 0.1px;
    padding: 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #000;
    /*font-family: "Adamina", Sans-serif;*/
    font-size: 16px;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F2525A !important
}
.dropdown-menu {
    min-width: 11rem;
    font-size : 1.13rem
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-item {
    position: relative
}
.dropdown-item i {
    position: absolute;
    right: 15px;
    top: 8px
}
.special-heading {
    color: #9A0427 !important;
    /*font-family: "Adamina", Sans-serif;*/
    font-size: 50px;
    font-weight: 600;
    -webkit-text-stroke: 0px;
    stroke-width: 0px;
    padding-top: 30px;
}
.special-heading2 {
    color: #9A0427 !important;
    /*font-family: "Adamina", Sans-serif;*/
    font-size: 35px;
    font-weight: 600;
    -webkit-text-stroke: 0px;
    stroke-width: 0px;
    padding-top: 10px;

}
label {
    text-transform: capitalize;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #9A0427 !important;
}
.text-bl {
    color: #000;
    position: relative;
    display: inline-block;
}

.text-bl:before {
    content: "";
    background-color: #9A0427;
    border: 1px solid #9A0427;
    position: absolute;
    width: 50%;
    top: 13px;
    left: -45px;
}

.text-bl:after {
    content: "";
    background-color: #9A0427;
    border: 1px solid #9A0427;
    width: 50%;
    position: absolute;
    top: 13px;
    right: -45px;
}
.job-img {
    margin-bottom: 30px;
    margin-top: -100px;
}
.job h5, .job h4 {
    color: #9A0427;
}
.contact .heading {
    color: #9A0427 !important;
    /*font-family: "Roboto", Sans-serif;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
}
.contact .title {
    /*color: #223645;*/
    /*font-family: "Adamina", Sans-serif;*/
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
}
.contact .title a {
    color : #1741cc !important
}
.contact i {
    font-size: 50px;
    color: #9A0427 !important;
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.contact a {
    text-decoration: none;
    color: #000;
}
.contact a.blue {
    text-decoration: none;
    color: #1741cc !important;
    font-weight: 600;
}
.maps iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.user-login .modal-content {
    background: url(../images/pngegg-1-2.png);
    background-color: #fff;
}
.user-login i {
    font-size: 100px;
    color: #9A0427;
}
.navbar-brand {
    display: none;
}
.btn-login {
    background-color: #9A0427;
    color: #fff;
}
.btn-login:hover {
    color: #fff;
}
.btn-login1 {
    color : #9A0427 !important;
    font-weight: bold !important;
    font-size: 15px
}

.login-side {
    padding: 30px 0;
}
.login-side p {
    padding-left: 10px;
    padding-top: 15px;
}
.login-side span {
    border: solid 1px #9A0427;
    border-radius: 30px;
    height: 60px;
    text-align: center;
    padding-top: 11px;
}
.login-side i {
    font-size: 35px;
    width: 60px;
    color: #9A0427;
}
.login-form h2 {

    font-size: 25px;
    font-weight: 600;
    color: #9A0427;
}
.validation-summary-errors ul li {
    list-style: none;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 87px;
    right: 22px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 5px #25d366; */
    z-index: 1000;
}

.float:hover {
    color: #fff;
}

.float i {
    margin-top: 16px;
}
.error {
    color: red;
}


/*RTL */
.rtl .cal label {
    text-align : right;
    display : block
}
.rtl h1,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
.rtl p,
.rtl ul li {
    text-align: right;
}
.rtl .header-contact ul li {
    text-align: right;
    padding-right: 45px;
}
.rtl .header-contact ul li i {
    right: 0;
}
.rtl footer {
    text-align: right
}
.rtl .footer-menu ul li {
    border-left: 0px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 0px 6px;
}
.rtl .footer-menu ul li:first-child {
    border-right-width : 0
}
.rtl .login-side p {
    padding-right: 10px;
    margin-top: 7px;
}
.rtl .login-form h2 {
    text-align : right;
}
.rtl .form-group {
    text-align: right;
}
.rtl input[type="file"] {
    text-align: right;
    float: right
}
.rtl .list-group-item {
    text-align: right;
}
/*230220*/
.jqerror {
    display: none;
}
.fixicon {
    text-align: center;
    font-size: 50px;
    margin: auto;
    margin-bottom: 18px;
    display: block;
    color: darkgreen
}
.thankmsg {
    font-size: 25px
}

.ch1 {
    color: #9A0427;
    display: block
}
.about-home-box {
    margin-top: 60px;
    margin-bottom: 0px;
    padding: 60px 0px 80px 60px;
    /*background-color: #f3f3f3;*/
    position: relative;
}
.about-home-box h1 {
    font-size: 40px;
    color: #9A0427;
    text-align: center
}
.about-home-box h2 {
    font-size: 25px
}
.rtl .about-home-box h2 {
    text-align: right
}

.about-home-box a {
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #9A0427;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 25px 15px 25px;
    display : inline-block
}
.about-home-box h2::after {
    content: '';
    border: solid 1px #9A0427;
    position: absolute;
    left: 150px;
    top: 75px;
    width: 120px;
}
.rtl .about-home-box h2::after {
    left: unset;
    right : 210px;
}
.about-home-box h1::after {
    content: '';
    /*border: solid 1px #9A0427;*/
    position: absolute;
    left: 40%;
    top: 116px;
    width: 120px;
}
.about-home-box-icon {
    flex: 50%;
    text-align : center;
    margin-bottom : 80px;
}
.about-home-box-icon h6 {
    text-align: center
}
.about-home-box-icon img {
    height: 100px;
    padding-top : 10px;
    padding-bottom : 10px;
}
.rtl .about-home-box h1::after {
    left: unset;
    right: 113px;
    top: 104px;
}
.rtl .about-home-box h1 {
    font-size : 27px;
}
/**/
.about-home-box1 {
    margin-top: -30px;
    margin-bottom: 0px;
    padding: 60px 80px 80px 60px;
    /*background-color: #f3f3f3;*/
    position: relative
}
.about-home-box1 h1 {
    font-size: 35px;
    color: #9A0427;
}

.about-home-box1 h2 {
    font-size: 25px
}

.rtl .about-home-box1 h2 {
    text-align: right
}

.about-home-box1 a {
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #9A0427;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 25px 15px 25px;
    display: inline-block
}

.about-home-box1 h2::after {
    content: '';
    border: solid 1px #9A0427;
    position: absolute;
    left: 150px;
    top: 75px;
    width: 120px;
}

.rtl .about-home-box1 h2::after {
    left: unset;
    right: 210px;
}

.about-home-box1 h1::after {
    content: '';
    border: solid 1px #9A0427;
    position: absolute;
    left: 63px;
    top: 116px;
    width: 120px;
}

.about-home-box-icon {
    flex: 50%;
    text-align: center;
    margin-bottom: 80px;
}

    .about-home-box-icon h6 {
        text-align: center
    }

    .about-home-box-icon img {
        height: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.rtl .about-home-box1 h1::after {
    left: unset;
    right: 82px;
    top: 104px;
}

.rtl .about-home-box1 h1 {
    font-size: 27px;
}


.indicators {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    padding-bottom: 15px;
}
.rtl .indicators li h4, .rtl .indicators li p {
    text-align: center !important
}
.indicators li {
    flex: 1;
    text-align: center;
    border-right: solid 1px #cfcfcf;
    padding-top: 10px
}
.indicators li:last-child {
    border-right: solid 0px black;
}
.rtl .indicators li:last-child {
    border-right: solid 1px #cfcfcf;
}
.rtl .indicators li:first-child {
    border-right: solid 0px black;
}
.indicators li h4 {
    font-size: 40px;
    margin-bottom: 1px;
}
.box-bg {
    background-image : url(../images/home-doc.png)
}
.box-bg i {
    color : #515151;
    font-size : 50px;
    text-align: center;
}
.box-bg h5 {
    text-align : center !important
}
.box-bg h3 {
    color: #9A0427 !important;
    font-size : 50px;
    text-align : center !important;
    margin-top : 20px;
}
.box-bg img {
    width : 150px
}

/*Arabic menu*/
.rtl .dropdown-item i {
    position: absolute;
    left: 15px;
    top: 8px;
    rotate: 180deg;
}
.rtl .nav-item .submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: -7px;
    width: 330px;
}
.rtl .dropdown-menu {
    text-align: right
}

.timeline ul, .timeline ol{
    list-style: none;
}
.timeline li {
    position: relative;
    margin: 0;
    padding-bottom: 1em;
    padding-left: 20px;
}
.timeline li span {
    position: absolute;
    top: 0;
    left: -11px;
    z-index: 9999;
    color: #fff;
}
.rtl .timeline li span {
    left: unset;
    right: -33px;
    top: 2px;
}
.timeline li:before {
    content: '';
    background-color: #9A0427;
    position: absolute;
    bottom: 10px;
    top: 0px;
    left: -9px;
    width: 3px;
}
.rtl .timeline li:before {
    left : unset;
    bottom: 8px;
    right: -32px;
}

.timeline li:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23880000' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
    position: absolute;
    left: -43px;
    height: 70px;
    width: 70px;
    top: -22px;
}
.rtl .timeline li:after {
    left: unset;
    right: -66px;
    top: -22px;
}
.timeline h1 {
    font-size: 25px;
}
.rtl .hometimeline {
    padding-right: 75px !important
}
.hometimeline li {
    font-size: 18px
}
.hometimeline ul, .hometimeline ol {
    list-style: none;
}

.hometimeline li {
    position: relative;
    margin: 0;
    padding-bottom: 1em;
    padding-left: 20px;
}

    .hometimeline li span {
        position: absolute;
        top: 0;
        left: -11px;
        z-index: 9999;
        color: #fff;
    }

.rtl .hometimeline li span {
    left: unset;
    right: -34px;
    top: 0;
}

.hometimeline li:before {
    content: '';
    background-color: #9A0427;
    position: absolute;
    bottom: 10px;
    top: 0px;
    left: -9px;
    width: 3px;
}

.rtl .hometimeline li:before {
    left: unset;
    bottom: 10px;
    right: -32px;
}

.hometimeline li:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23880000' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
    position: absolute;
    left: -43px;
    height: 70px;
    width: 70px;
    top: -22px;
}

.rtl .hometimeline li:after {
    left: unset;
    right: -66px;
    top: -22px;
}

.hometimeline h1 {
    font-size: 25px;
}


.video {
    width: 100%;
    background-color: #000;
    display : flex;
    justify-content : center;
}
.video video {
    width: 500px;
}

.top-footer .col-sm-3 {
    border-right : solid 1px #bebebe;
}
.top-footer .col-sm-3:first-child {
    border-right-width: 0;
}
.top-footer .col-sm-3:nth-child(2) {
    border-left: solid 1px #bebebe;
}
.top-footer .col-sm-3:last-child {
    border-right-width: 0;
}

.rtl .top-footer .col-sm-3 {
    border-right: unset;
    border-left: solid 1px #bebebe;
}
.rtl .top-footer .col-sm-3:first-child {
    border-left-width: 0;
}

.rtl .top-footer .col-sm-3:nth-child(2) {
    border-right: solid 1px #bebebe;
}
.rtl .top-footer .col-sm-3:last-child {
    border-left-width: 0;
}
.footer-number {
    font-size: 30px;
    font-weight : 600;
}
.bottom-footer ul {
    padding : 0;
    margin : 0;
}
.footer-item figure {
    text-align: center
}
.rtl .specialform{
    text-align: right
}
.list-group-item-secondary {
    font-weight : bold
}
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fafafa;
    height: 45px;
    width: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 0.5rem;
    border-radius: 0;
}
.rtl select {
    background-position: 0.5%;
}
.login-process {
    padding-left : 100px;
    padding-right : 100px;
}
/*Media Query*/
@media (max-width: 450px) {
    .logo {
        width: 65%;
        margin: auto;
    }

    .parteners {
        flex-direction: column;
    }

    .video video {
        width: 100%
    }

}
@media (max-width : 768px) {
    .about-home-box1 {
        padding: 72px 30px 60px 0px;
    }
    .video video {
        width: 400px
    }
}
@media (max-width: 992px) {
    .navbar-brand {
        display: block;
    }
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem;
}

.beta-badge {
    position: fixed;
    top: 10px; /* Adjust this value to position it vertically */
    right: 10px; /* Adjust this value to position it horizontally */
    background-color: #9A0427; /* Background color for the badge */
    color: white; /* Text color */
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 1000; /* Ensures it stays on top of other elements */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.rtl .beta-badge {
    right: unset;
    left: 10px; /* Adjust this value to position it horizontally */
}
.validation-summary-errors ul {
    padding: 0;
    margin: 0
}
.validation-summary-errors ul li {
    text-align: center;
    color: red;
}