@font-face { font-family: 'Islamic'; src: url('../fonts/PDMS_IslamicFont.ttf'); } 

html,
body.arabicText {
    text-size-adjust: auto;
    
    scroll-behavior: smooth;
}

p.arabicText {
    /* margin-bottom: 10px;	margin:-10px;
 */
    font-family: 'Islamic';
    
    direction: rtl;
    font-size: calc(100% + 3.5vw);
    color: #0b183c;
    /* remove */
    
    margin: 0 !important;
    top: -20px;
    padding-bottom: 30px;
}

a, a:hover {
    color: #8ed1d6;
}

.navbar .navbar-nav > .nav-item > a.nav-link.current {
    color: #8ed1d6;
}

.navbar .navbar-nav > .nav-item > a.nav-link.current { color: #8ed1d6; }

.navbar .navbar-nav > .nav-item:hover > a.nav-link,
.navbar .navbar-nav > .nav-item.active > a.nav-link,
.navbar .navbar-nav > .nav-item.current-menu-ancestor > a.dropdown-toggle {
  background-color: transparent;
  outline: 0;
  color: #8ed1d6;
  transition: all 0.3s ease;
}

.bg-blue-transparent {
    background-color: rgb(110 188 204 / 80%);
}

.header {
    background-color: #173c55;
}

.work-section .title {
    margin-top: 5px;
    margin-left: 1px;
    margin-bottom: 40px;
    border-bottom: 1px solid #173c55;
}

.work-section {
    padding-top: 90px!important;
    padding-bottom: 90px!important;
    background-color: #ffffff;
    height: auto;
    min-height: 100vh;
}

.work-section .title h2 {
    color: #0b1c3c;
    font-size: calc(100% + 2.5vw);
    margin-bottom: 12px;
}


.navbar .navbar-nav > .nav-item {
    font-weight: 500;
    font-size: calc(100% + 0.6vw);
    background-image: url(../img/menu-item-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 66px;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .navbar .navbar-nav {
        padding-top: 7px;
        margin-bottom: 0;
    }
}

@media (max-width: 375px) {
    .navbar .navbar-nav > .nav-item > a.nav-link {
        padding: 5px;
        color: #fff;
    }

    .navbar .navbar-nav > .nav-item {
        font-weight: 500;
        font-size: calc(100% + 0.6vw);
        background-image: url(../img/menu-item-bg.png);
        background-position: left center;
        background-repeat: no-repeat;
        min-height: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 66px;
        margin-bottom: 15px;
    }
}

p {
    font-size: 20px;
    /*40*/
    
    font-weight: 50;
    /*50 */
    
    line-height: 175%;
    /*175 */
}
p > span {
    color: #167a99;
}

p.numbers {
    color: #173c55;
    font-weight: 500;
    margin-top: -10px;
    position: static;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    /*
    border-radius: 0.25em;
    background: #800020;*/
    font-size: calc(100% + 2vw);
    line-height: 50%;
    margin: 0;
    top: 20px;
    opacity: 100%;
    padding-top: 6px;
    padding-bottom: 5px;
}
p.numbers > span {
    color: #c9c9c9;
    cursor: pointer;
    content: '\25B6U+FE0E';
    z-index: -2;
    -webkit-text-stroke: 1px #c9c9c9;
    /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
}
p.numbers > span:hover {
    color: black;
    -webkit-text-stroke: 1px black;
}

.container {
    padding-left: 25px;
    padding-right: 25px;
}

.footer {
    position: relative;
    background-color: #3283a3;
    color: #fff;
    padding-bottom: 15px;
    position: static;
    margin-top: 0px;
}