@font-face {
    font-family: 'Segoe UI';
    src:
    local("Segoe UI Semibold"),
    url(//c.s-microsoft.com/static/fonts/segoe-ui/arabic/semibold/latest.woff2) format("woff2"),
    url(//c.s-microsoft.com/static/fonts/segoe-ui/arabic/semibold/latest.woff) format("woff"),
    url(//c.s-microsoft.com/static/fonts/segoe-ui/arabic/semibold/latest.ttf) format("truetype");
    font-weight: 700;
  }
  @font-face {
    font-family: 'sorya';
    src: url('../fonts/sorya.ttf');
  }
  @font-face {
    font-family: 'Almudid';
    src: url('../fonts/Almudid.ttf');
  }
  
* {
    font-family: Almudid;
}

body {
    background-color: #f2f2f2;
}
.custom_font, .custom_font *{
    font-family: Almudid!important;
}
.navbar {
    background-color: rgba(225, 225, 225, 0);
    position: fixed;
    width: 100%;
    z-index: 99;
    /* box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 75%); */
    transition: all 0.5s ease!important;
    top: 0;
}
.navbar .new_nav ul li a, .navbar i.menu_icon{
    color: #fff;
    /* box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 75%); */
}
.white_nav{
    box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 75%);
}
.white_nav.navbar .new_nav ul li a, .white_nav.navbar i.menu_icon{
    color: #777;
    /* box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 75%); */
}
.navbar i.menu_icon{
    border: 1px solid #fff;
}
.white_nav.navbar i.menu_icon{
    border: 1px solid #9b9b9b;
}
.dropdown-menu{
    right: -18px;
}
.navbar-text .navbar-nav {
    flex-direction: row;
}

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

.nav-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.navbar-brand{
    display: flex!important;
    align-items: center!important;
}
.navbar-brand img {
   width: 150px;
}

.nav-item {
    padding: 0 0.8rem;
}

.invisible {
    visibility: hidden;
}

.numbering {
    padding: 5px 10px;
}

.navbar-expand-lg .navbar-toggler {
    display: block;
}

.hero {
    background-color: #f2f2f2;
    font-size: 1.1rem;
    line-height: 2;
}

.hero .text-muted {
    color: #5a5353 !important;
}

.h-color--secondary {
    color: #f3c838;
}

.hero h2 {
    font-size: 1.9rem;
    margin-bottom: 25px;
}

.g {
    padding: 10px;
}

.c {
    margin: 0px auto;
}

.hero h2,
h4 {
    color: #B82026;
}


.item ul {
    list-style-type: none;
}

.btn-success {
    color: #0a0a0a;
    background-color: #f2f2f2!important;
    border: 1px solid transparent!important;
    border-radius: 10px!important;
}

.hero .artwork-container {
    position: relative;
}
.hero .artwork {
    top: -125px;
    left: 1px;
    position: absolute;
}

.hero img:not(.new-landing-bg) {
    width: 100%;
    top: 40px;
    left: -144px;
    position: relative;
}

.hero .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.steps {
    background-color: #fff;
    line-height: 35px;
}

.steps .container {
    padding: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

.mdash {
    color: goldenrod;
}

.contact {
    padding: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.contact img {
    height: 30px;
}

.services {
    background-color: #faf8f9;
    padding: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.sponsors img{
    max-width: 70px;
}

.laptop {
    width: 88%;
    margin-top: 96px;
}

.services .card {
    border: 1px solid #eee;
}

.service-item img {
    width: 100%;
}

.service-item {
    color: #B82026;
}

.service-item h6 {
    padding-top: 5px;
    margin-right: -8px !important;
}

.footer1 {
    background-color: #fff;
    padding: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer .social i{
    padding:10px;
    font-size: 1.5rem;
    background-color: #fff;
    color: #2d363c;
    border-radius: 10px;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
}
.footer .social i:hover{
    background-color: #B82026!important;
    color: #fff!important;
}
.footer .social a:hover{
    color: transparent!important;
}
.btn-primary {
    background-color: #7868e6;
    border: none;
}

.footer {
    padding: 40px 20px;
}

.footer hr {
    margin-top: 0;
}

.footer .text-muted, .bottom-footer a, .bottom-footer span {
    color: #fff;
    padding: 5px;
    font-size: 0.8rem;
}

.mobile {
    position: fixed !important;
    bottom: 0px;
    z-index: 6999;
    width: 100%;
    background-color: #fff;
    height: 65px;
    border-top: 2px solid #ddd;
    right: 0;
    transition: all 0.5s ease;
}

.contact .fa, .contact .fab, .contact .fas {
    color:#000;
    font-size: 1.5rem;
    padding: 5px;
}

.contact a {
    color:#555;
    font-size: 1rem;
    padding: 5px;
}

.contact h4 {
    padding-top: 50px;
}

.lightSpeedIn {
    display: flex;
    align-items: center;
}

.hidden {
    display: none;
}

.modal-open .mobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .hero {
        padding-bottom: 30px;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    .navbar {
        width: 100vw;
        right: 0;
    }
    .nav-logo {
        width: 100%;
    }
    .navbar-brand img {
        padding: initial;
    }
    .sponsors img{
        max-width: 60px;
    }
    .footer, .footer div, .bottom-footer, .bottom-footer div {
        text-align: center !important;
    }
    .social {
        text-align: center;
    }
}

/* Ahmed Ramadan */
header ul li a.header_links, header ul li a.header_links_signin{
    background-color: #8b8b8b!important;
    color: #fff!important;
    font-size: 16px!important;
    padding: 8px 30px!important;
    border-radius: 20px!important;
    border: 2px solid transparent!important;
    transition: all 0.5s ease!important;
    white-space: nowrap;
}
header ul li a.header_links_signin{
   background-color: #0042ff!important;
   margin-left: 10px;
}
.header_links_signin{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease!important;
}
.header_links_signin:hover{
    color: #0042ff!important;
    border: 2px solid #0042ff!important;
    background-color: transparent!important;
    transition: all 0.3s ease!important;
}
.header_links_signin i{
    margin-left: 5px;
    margin-top: 3px;
}
header ul li a.header_links:hover{
    color: #8b8b8b!important;
    border: 2px solid #8b8b8b!important;
    background-color: transparent!important;
    transition: all 0.3s ease!important;
}
.btn-success:hover{
    background-color: #B82026!important;
    color: #fff!important;
    border: 1px solid #B82026!important;
    transition: all 0.3s ease!important;
}
.navbar-nav .nav-item{
    padding: 0;
}
.new_nav{
    height: 100%;
    display: flex;
}
.new_nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
}
.new_nav ul li {
    display: flex;
    position: relative;
}
.new_nav ul li a {
    color: #919191;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s ease!important;
    margin-left: 20px;
}
.new_nav ul li a i {
    font-size: 35px;
}
.new_nav ul li a span {
    display: block;
    font-size: 16px;
    margin-left: 10px;
}
.dropdown-toggle::after{
    display: none!important;
}
.dropdown-toggle{
    
}
٫dropdown-menu a{
    transition: all 0.3s ease!important;
}
.dropdown-menu a:hover{
    background-color: #b82026;
    color: #fff;
    transition: all 0.3s ease!important;
}
.btn-success.focus, .btn-success:focus{
    background-color: #b82026!important;
    border-color: #b82026!important;
    box-shadow:none!important;
}
.new_nav ul li a:hover{
    color: #b82026;
    text-decoration: none;
    transition: all 0.3s ease!important;
}
.main_slider{
    position: relative;
    height: 100vh;
}
.main_slider .slider_con{
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.main_slider .slider_con:after{
    content: '';
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.slider_data{
    z-index: 2;
    position: absolute;
    top: 50%;
    right: -370px;
    transform: translate(-50%, -50%);
    background-color: rgba(225, 225, 225, .4);
    padding: 80px 160px;
    border-radius: 40px;
    color: #fff;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px;
}
.slider_data p{
    font-size: 40px;
    margin-bottom: 90px;
}
.slider_actions{
    font-size: 20px;
    font-weight: 100;
}
.searchcontainer{
    position: relative;
    display: flex;
    align-items: center;
}
#navsearchinput {
    width: 300px;
    height: 42px;
    border-radius: 20px;
    border: none;
    background-color: #f0f0f0;
    padding: 0px 20px 0px 35px;
    margin-right: 40px;
}
#navsearchbutton {
    display: inline-block;
    color: #727272;
    background: transparent;
    height: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    position: absolute;
    left: 10px;
    width: 30px;
    font-size: 18px;
    top: -1px;
}
.dropdown-menu{
    padding: 0!important;
    width: 300px;
    padding-top: 5px;
    padding-bottom: 8px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #727272;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #727272;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #727272;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #727272;
  }
.navbar.white_nav{
    background-color: #fff!important;
    transition: all 0.5s ease!important;
}
.yellow{
    color: #f6f900!important;
}
h2.big_title{
    font-size: 90px!important;
    font-family: sorya;
    color: #fff!important;

}
.mr-10{
    margin-right: 10px;
}
.bg_gray{
    background-color: #e8e8e8;
}
.description_section{
    font-size: 30px;
    line-height: 55px;
    color: #777;
}
.contact_us_title{
    font-size: 45px;
}
.mb-60{
    margin-bottom: 60px;
}
a.contacts_link{
    background-color: #cacaca!important;
    color: #555;
    border-radius: 15px;
    padding: 5px 15px!important;
    text-align: center;
    padding-top: 0!important;
    text-decoration: none;
    transition: all 0.5s ease!important;
    width: 325px;
    font-size: 17px;
}
a.contacts_link:hover{
    background-color: #B82026!important;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease!important;
}
.contacts_link i{
    position: relative;
    top: 2px;
    color: #555!important;
    transition: all 0.5s ease!important;
}
.contacts_link:hover i{
    color: #fff!important;
    transition: all 0.3s ease!important;
}
.contact_data{
    margin-top: 40px;
}
.contact_data > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card{
    border-radius: 15px!important;
}
.new_footer{
    background-color: #2d353d;
    background-image: url(../img/footer.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.new_footer:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sponsors{
    display: flex;
    justify-content: flex-start;
}
.sponsors > div{
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    margin-left: 10px;
    width: 70px;
    height: 70px;
}
.sponsors > div img{
    width: 100%!important;
}
.social i{
    color: #fff;
    transition: all 0.5s ease!important;
}
.social i:hover{
    color: #B82026;
    transition: all 0.3s ease!important;
}
.copyrights{
    color: #fff;
    margin-top: 10px;
}
.footer_data{
    border-top: 1px solid #fff;
    padding-top: 20px!important;
}
.footer_data a:hover{
    text-decoration: none;
    color: #B82026;
    transition: all 0.3s ease!important;
}
.advice{
    padding-top: 80px;
    padding-bottom: 80px;
    color: #777;
}
.advice h4{
    margin-bottom: 45px;
    font-size: 35px;
}
.advice ul{
    list-style: none;
}
.advice ul li{
    font-size: 20px;
    line-height: 45px;
}
i.rotat_icon{
    transform: rotate(-90deg);
}
i.menu_icon{
    font-size: 25px;
    color: #727272;
    margin-top: 6px;
    border: 1px solid #9b9b9b;
    padding: 10px;
    border-radius: 5px;
    padding-bottom: 7px;
}
.container.footer{
    position: relative;
    z-index: 2;
}
.bg_section{
    background-image: url(../img/bg_section.png);
    background-position: center;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 240px;
}
.bg_section_advice{
    background-image: url(../img/bg_section2.jpeg);
    background-position: center;
    background-size: cover;
}
h4.main_section_title{
    font-size: 35px;
    margin-bottom: 45px;
}
.custom_con{
    margin-right: 60px;
}
.card.card-body{
    border-radius: 35px!important;
}
:root {
    --main-white-color: white;
    --main-black-color: black;
  }
  
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  .static {
    position: static;
  }
  
  .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
  }
  
  .owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
  }
  
  .owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
  
  .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
  }
  
  .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
  }
  
  .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
  }
  
  .owl-carousel .owl-dots,
  .owl-carousel .owl-nav {
    position: absolute;
  }
  
  .owl-carousel .owl-dots .owl-dot,
  .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
  }
  
  .owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
  }
  
  .owl-carousel .owl-dots .owl-dot:hover span,
  .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
  }
  
  .owl-carousel .owl-nav {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    margin: 0;
  }
  
  .owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
  }
  
  .owl-carousel .owl-nav button:hover svg {
    opacity: 1;
  }
  
  .owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
  }
  
  section {
    display: none;
  }
  h5 {
    display: inline-block;
    padding: 10px;
    background: #B9121B;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.p0{
    padding: 0;
}
.bg_black{
    background: black;
}
.new_nav ul li a:last-child{
    margin-left: 0;
}
.only_phone{
    display: none;
}
.dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 60%;
    transition: all 0.5s ease;
}
.dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    top: 90%;
    transition: all 0.3s ease;
}
button:focus, button:hover, button:visited{
    outline: none!important;
    box-shadow:none!important;
}
.mobile_footer{
    padding: 0!important;
    border: none!important;
}
.d_none{
    display: none;
}
.respo_header{
    top: -80px;
    transition: all 0.5s ease;
}
.mobile_hide{
    bottom: -70px;
    transition: all 0.5s ease;

}
    
  @media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
      top: 5%;
    }
    
    .owl-carousel .owl-nav svg {
      width: 24px;
      height: 24px;
    }
  }
@media only screen and (max-width: 1540px) {
    #navsearchinput{
        width: 260px;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 1540px) {
    .new_nav ul{
    justify-content: flex-end;
}
}
@media only screen and (max-width: 1320px) {
    #navsearchinput, #navsearchbutton{
        display: none;
    }
    .new_nav ul {
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .main_slider, .carousel-inner, .bg_black{
        height: 100vh;
    }
    .slider_data{
        padding: 50px 20px;
        top: 50%; right: 50%;
        transform: translate(50%,-50%);
    }
    .new_nav{
        display: none;
    }
    nav.navbar{
        background-color: #fff!important;
    }
    .navbar i.menu_icon{
        color: #777;
        border-color: #777;
        box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 75%);
    }
    .mobile a i{
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    h2.big_title{
        font-size: 25px!important;
        margin-bottom: 10px;
    }
    .slider_data p{
        font-size: 20px!important;
        margin-bottom: 20px;
    }
    .slider_actions{
        font-size: 16px;
    }
    .searchcontainer{
        display: none;
    }
    .respo_none{
        display: none;
    }
    .bg_section{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .description_section{
        font-size: 20px;
        line-height: 45px;
    }
    .navbar navbar-light{
        margin-left: 0!important;
    }
    .contact h4{
        padding-top: 20px;
    }
    .contact_us_title{
        font-size: 30px;
    }
    h4.main_section_title{
        font-size: 25px;
        padding: 0 10px;
    }
    .custom_con{
        margin: 0;
    }
   
    .advice{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .advice h4{
        font-size: 35px;
        margin-bottom: 15px;
    }
    .advice ul li{
        font-size: 1rem;
        line-height: 30px;
    }
    .container.footer{
        padding-bottom: 90px;
    }
    .sponsors {
        justify-content: center;
    }
    .laptop{
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .numbering{
        flex: 0;
    }
    .dropdown-menu{
        width: 105vw;
        padding: 0.25rem 8px!important;
    }
    .mobile, .mobile .col-3.g.text-center{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile .col-3.g.text-center{
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 768px) {
    header ul li a.header_links, header ul li a.header_links_signin{
        padding: 5px 15px!important;
        font-size: 14px!important;
    }
    .respo_auth{
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .navbar{
        padding: 0;
    }
}
@media only screen and (max-width: 640px) {
    .slider_data{
        width: 80%;
        text-align: center;
    }
    .slider_actions{
        margin-bottom: 15px;
    }
    .col-xs-6{
        width: 50%;
    }
    .navbar-brand img{
        width: 90px;
    }
    i.menu_icon{
        margin-top: 0;
        padding: 7px;
        font-size: 15px;
    }
    a.contacts_link{
        width: 100%;
        font-size: 14px;
        padding: 10px 5px!important;
    }
}
@media only screen and (max-width: 425px) {
    .navbar-light .navbar-text a{
        display: none;
    }
    .only_phone{
        display: block;
    }
    .mobile h6{
        font-size: 12px;
    }
    .mobile a{
        white-space: nowrap;
    }
}
@media only screen and (max-width: 384px) {
    .slider_actions{
        margin-right: 0;
    }
}
