

html,body {
   /*font-family: 'El Messiri', sans-serif;*/
    font-family: 'Cairo', sans-serif;

    direction: rtl;
    overflow-x: hidden;
    letter-spacing: 0;
    text-align:right;
}


.navbar {
    background-image: linear-gradient(to right, #ffffff, #fdfdfd, #fcfafb, #faf7f8, #f9f5f5);
    z-index: 1000;
    border-top: 10px solid #FE0002;
    transition: all 1s ease;
}
.navbar-nav
{
    text-align: right;
}
.nav-link {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 13px;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease;
}


.search-form, 
.form-inline .btn-outline-danger{
    border-radius: 0 !important;
    height: 44px;
}


.nav-tabbing .nav-link:hover
{
    color: black !important;
}

.nav-tabbing .nav-tabs 
{
    border-bottom: 1px solid #FE0002;
}

.nav-link::after,
.nav-link::before
{
        content: "";
        background: #FE0002;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 5px;
        left: 0;
        z-index: -1;
        transition: all 0.2s ease;
}

.nav-link:hover::after, .nav-link:hover::before
{
    bottom: 0;
}

.nav-link:hover
{
    color: #FE0002 !important;

}

.navbar-scroll
{
    position: fixed;
    width: 100%;
    animation-name: fadeIn;
}


.navbar-before
{
        margin-top: -140px;
}

.search-form:focus , .search-form:visited
{
    box-shadow: none !important;
    outline: 0 !important;
}

.navbar .btn-search {
    background-color: #fff;
    color: #FE0002;
    outline: none;
    box-shadow: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: 0 1px 8px #19469666;
}

.slider .carousel-inner {
    max-height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;

}

.slider .carousel-inner::after,
.slider .carousel-inner::before
{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.carousel
{
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel-inner .heading-1 
{
    position: absolute;
    color: white;
    top: 200px;
    left: 35%;
    transform: translate(-50%,-5%);
    color: white !important;
    z-index: 9999;
    font-size: 55px;
    transition: all 0.2s ease;
    font-weight: 700;
}

.heading-sub
{
    position: absolute;
    color: white;
    top: 250px;
    left: 35%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    font-size: 35px;
    transition: all 0.2s ease;
    font-weight: 700;
}

/* .services 
{
z
}
.special-marg
{
    margin-top: -60px;
} */

.slider .carousel-control-prev span{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #000;
    padding: 10px;
    font-size: 22px;
}
.slider .carousel-control-next span{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #000;
    padding: 10px;
    font-size: 22px;
}



.form-keywords {
    padding: 50px;
    margin-top: -105px;
}
.form-keywords .form-search {
    background-color: #fff;
    padding: 35px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}
.form-keywords .form-search .form-control {
    width: 25%;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 14px;
    height: 44px;
}
.form-keywords .form-search .form-control:focus ,
.form-keywords .form-search .form-control:visited
{
    box-shadow: none !important;
}

.form-keywords .form-search .btn {
    background-color: #fff;
    color: #FE0002;
    border-radius: 0;
    border: 1px solid #FE0002;
    width: 16%;
}
.form-keywords .form-search .btn:hover
{
    color: #fff;
    background-color: #FE0002;
}

h3 {
    color: #FE0002;
    position: relative;
    display: inline-block;
    margin: auto;
    display: table;
    margin-bottom: 20px;
    font-size: 35px;
}

h3::after {
    content: '';
    position: absolute;
    left: 25%;
    bottom: -10px;
    width: 50%;
    height: 3px;
    background-color: #FE0002
}

.filter {
    padding: 50px
}
.filter ul {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.filter ul .btn {
    margin-right: 15px;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    border: 1px solid #FE0002 ;
}

.filter ul .btn:focus 
{
    box-shadow: none ;
    outline: 0;
}

.filter ul .mixitup-control-active {
    background-color: #FE0002;
    color: #fff
}


.advantage {
    padding: 50px;
    background-image: url(../img/cover.jpg);
    background-size: cover;
    background-color: #074680;
    background-blend-mode: multiply;
    color: #fff;
    background-position: center;
}
.advantage .content .icon span {
    font-size: 29px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    padding: 19px;
    transition: all 0.3s ease-in-out;
    position: relative
}
.advantage .content .icon span::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.advantage .content .icon span:hover {
    background-color: #fff;
    color: #074680
}
.advantage .content .icon span:hover::after {
    transform: scale(1.5);
    opacity: 0
}
.advantage .content h3 {
    font-size: 22px;
    padding: 10px 0;
    position: relative
}
.advantage .content h3::after {
    content: '';
    position: absolute;
    left: 34%;
    bottom: 0;
    width: 30%;
    height: 1.5px;
    background-color: #fff;
}

.advantage .content p {
    line-height: 1.8
}

.footer {
    padding: 50px;
    background-color: #000000e0;
    color: #fff;
    background-image: url(../img/footer-cover.jpg);
    background-size: cover;
    background-blend-mode: overlay;
}
.footer h3 {
    position: relative;
    padding-bottom: 10px
}
.footer h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 2px;
    background-color: #fff
}
.footer ul li {
    margin-bottom: 15px
}
.footer ul li a {
    color: #fff;
    text-decoration: none
}
.footer ul li span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #155182;
    padding: 7px;
    font-size: 14px;
    text-align: center;
}
.footer .social li {
    margin-right: 10px
}
.footer img {
    border-radius: 50%;
    height: 116px;
    width: 116px;
    box-shadow: 0 5px 2px #00000047;
}
.footer .fa-phone {
    transform: rotate(102deg);
}
.footer .social li a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    display: inline-block;
    padding: 9px;
    text-align: center;
    border-radius: 50%;
    color: #292929;
    font-size: 17px;
}
.end-footer {
    background-color: #000000;
    color: #fff;
}
.end-footer a {color: #fff;transition: all 0.3s ease-in-out; text-decoration: none;}
.end-footer a:hover {color: #FE0002}


.modal-login .tab-pane .form-login .form-group {
    position: relative
}
.modal-login .tab-pane .form-login .form-group .form-control {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 12px;
    padding-left: 30px;
    box-shadow: none;
    outline: none;
    border: 1px solid #86868645;
}
.modal-login .tab-pane .form-login .btn {
    background-color: #03A9F4;
    color: #fff;
    width: 31%;
    border-radius: 0;
    box-shadow: 0 0 10px #03A9F4;
    margin-top: 2px;
    border-radius: 7px;
}
.modal-login .tab-pane .form-login p {
    font-size: 13px;
}
.modal-login .tab-pane .form-login .form-group .user {
    color: #949494;
    position: absolute;
    bottom: 7px;
    left: 10px;
}
.modal-login .tab-pane .form-login .form-group .user-password {
    position: absolute;
    bottom: 6px;
    right: 9px;
}
.modal-login .tab-pane .form-login .form-group .user-password .btn {
    background-color: transparent;
    color: #000
}
.modal-login .tab-pane .form-login .form-group label {
    font-size: 13px;
    color: #4c4c4c;
}
.modal-login .modal-title {
    color: #035596;
    font-size: 15px;
    font-weight: bold;
}
.modal-login .tab-pane .form-login .forget-password {
    font-size: 13px;
}

.banner {
    overflow: hidden;
    background-image: url(../img/footer-cover.jpg);
    background-size: cover;
    background-position: center;
    background-color: #000000;
    background-blend-mode: luminosity;
    color: #fff;
}


h4{
    color:#da4232;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: right;
}
.text
{
    text-align: right;
    font-size: 16px;
    line-height: 1.7;
}
.banner h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px    
}
.banner h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 20%;
    height: 3px;
    background-color: #fff;
}
.banner a {
    color: #fff;
    text-decoration: none;
}


.about ul li h3 {
    color: #051363;
    font-size: 21px;
    font-weight: bold;
}
.about ul li p {
    font-size: 18px;
    line-height: 1.4;
    color: #868686;
}

.mission h3 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    color: #001b73;
    display: inline-block
}
.mission h3::after {
    content: '';
    position: absolute;
    left:0%;
    bottom: -10px;
    width: 20%;
    height: 3px;
    background-color: #001b73;
}
.mission p {
    color: #6d6d6d;
    font-size: 18px;
}
.team .card {
    border: 1px solid #f3f3f3;
    box-shadow: 0 4px 10px #f1f1f1;
}
.team .card h4 {
        color: #000d52;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.team .card p {
    font-size: 15px;
    color: #696666;
    line-height: 1.7;
}
.team .card ul li a {
    color: #000d52;
    margin-right: 10px;
}
.team .owl-carousel .owl-stage-outer {
    padding-bottom: 27px !important;
}

.courses .courses-list .inst-box .card {
    border: 0.5px solid #f1f1f1;
    border-radius: 0;
    box-shadow: 0 10px 10px #e8e8e8;
}
.courses .courses-list .inst-box .card .card-body .content-inst {
    display: table;
}
.courses .inst-box .card img {
    width: 100%
}
.courses .courses-list .inst-box .card .card-body .content-inst .img {
    display: table-cell;
    vertical-align: middle
}
.courses .courses-list .inst-box .card .card-body .content-inst .img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.courses .courses-list .inst-box .card-body .content-inst .details {
    margin-left: 10px
}
.courses .courses-list .inst-box .card-body a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0;
}
.courses .courses-list .inst-box .card-body .content-inst .details a {
    color: #2196F3;
    font-size: 13px;
    font-weight: normal
}
.courses .courses-list .inst-box .card-body .content-inst .details h5 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #155182;
}
.courses .courses-list .inst-box .card-body .content-inst {
    display: table;
    width: 100%;
}
.courses .courses-list .inst-box .card-body .title {
    display: block;
    border-bottom: 1px solid #CCC;
    margin-bottom: 19px;
}
.courses .courses-list .inst-box .card-body .details p {
    color: #155182;
    font-size: 14px;
}
.courses .left {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #cccccc47;
}
.courses .left h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 0px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #001b73;
    font-weight: bold
}
.courses h3::after {
    content: '';
    position: absolute;
    left:0%;
    bottom: -10px;
    width: 20%;
    height: 3px;
    background-color: #001b73;
}
.courses .left a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.courses .left .title {
    margin-bottom: 10px
}
.courses .card {
    margin-bottom: 15px
}






/* new updates */

.form-search
{
    display: flex;
    justify-content: space-between;
}

form[role="form"] 
{
    padding: 20px;
}

.form-control:focus,
.form-control:visited

{
    box-shadow: 0;
    outline: 0;
}

.form-keywords.form-control , .form-keywords select , .form-message .form-control
{
    height: 44px;
    transition: all 0.2s ease;
}
.form-control:focus
{
    border-color: #fe0002;
    outline: 0 !important;
    box-shadow: none !important;
}

.contact-form , .card-pay
{
    border: 1px solid #fe0002 ;
    padding: 10px;
    margin: 20px 0;
    text-align: right;
    border-radius: 0;
}
label
{
   text-align: right;
   color: #fe0002;
   font-weight: bold; 
}

textarea 
{
    height: auto !important;
}

.card-pay .form-control
{
    border-radius: 0;
}
.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    
}

.card-pay label
{
    text-align: right;
    color: #fe0002;
}

.card-pay .card-header
{
    background-color: transparent;
    padding: 0 20px 0 0;
}


.animated-nav
{
    animation-name: fadeInDown;
    animation-duration: 1s;
    width: 100%;
    position: fixed;
}

.owl-carousel .owl-stage-outer
{
    overflow: visible;
}

.owl-carousel .owl-item img
{
    width: auto ;
    display: initial !important ;
}

.courseBox{
    text-align: center;
    padding: 5px 0 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 10px #e8e8e8;
}
.course-background {
    content: '';
    height: 220px;
    width: 100% !important;
    position: absolute;
    left: 0;
    /* top: 30px; */
    z-index: -1;
}
.courseBox .course-image {
  
    line-height: 112px;
    width: 110px;
    height: 110px;
    margin: -30px auto 130px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}





.course-image img 
{
    border-radius: 50%;
}



.hide
{
    opacity: 0.5 !important;
    z-index: -1;
}

.visible
{
    display: block !important;
}

.check-false,.check-true
{
    display: none;
    transition: all 0.4s ease-in;
}


.home-banner 
{
    background-size: cover;
    position: relative;
    backface-visibility: visible;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
}

.home-banner::after,
.home-banner::before
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.home-content 
{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
}
.home-content .heading-1 {
    font-size: 55px;
    color: white;
    font-weight: 700;
    text-align: center;
}
.home-content span
{
    font-size: 22px;
}

.social-contact i
{
    font-size: 16px;
    padding: 10px 13px;
    border: 1px solid white;
    margin-left: 20px;
    background-color: white;
    color: red;
}

.contact-wrap
{
    border: 1px solid red;
    padding: 20px;
}

.title-link 
{
    text-decoration: none !important;
    transition: all 0.24s ease-in-out;
}


.courseBox .course-content{
    background-color: #fff;
    padding: 20px 15px 15px;
    border-radius: 0 0 15px 15px;
}

.courseBox .name 
{
    font-size: 17px;
    font-weight: 700;
}

/* red category */
.course-red .course-image
{
color: #ff0a0b;
background: #ff0a0b;
}


 .btn-show-c , .btn-view-all
{
    font-size: 15px;
    border: 1px solid #ff0a0b;
    transition: all 0.2s ease;
}
.course-red .title-link:hover .title
{
    color: #da4232 !important;
    font-weight: 700;
}

.course-red .title{
    color: #ff0a0b;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

 .btn-view-all:hover  ,.btn-show-c:hover
{
    background-color:#ff0a0b ;
    color: white;   
}

@media only screen and (max-width:990px){
    .courseBox{ margin: 0 0 30px; }
}

.rating 
{
    margin: 0 !important;
}
.rating li.fas{ color: #ffbf00; }

.title-link,.title
{
    text-align: center;
}

.serviceBox{
    color: #333;
    background: #fff;
    text-align: center;
    padding: 15px 15px 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}


.theme-red
{
    color: #FE0002;
}

.serviceBox:after{
    content: "";
    background: linear-gradient(to bottom,#ba2e08,#FE0002);
    width: 110%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
}
.serviceBox .service-icon{
    color: #ba2e08;
    font-size: 45px;
}

.stats
{
    background: linear-gradient(to bottom,#ba2e08,#FE0002);
    padding: 20px;
}

.serviceBox .service-title{
    color: #510404;
    font-size: 20px;
    font-weight: 700;
}
.serviceBox .description{
    font-size: 15px;
    line-height: 24px;
}


/* ------------------- */
.interactive-contact 
{
    background: linear-gradient(to bottom,#ba2e08,#FE0002);    
}

.interactive-contact .heading-6 
{
    color: white;
    font-size: 30px;
}

.btn-contact 
{
    font-size: 30px;
    padding: 10px 20px;
}

/*--------- courses ------------------- */

.course-filters
{
    background-color: white;
    border: 1px solid #ba2e08;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}
.course-filters .heading-4 
{
    padding: 10px;
    margin: 0;
}
.course-filter-line
{
    background-color: #ba2e08;
    margin: 0;
 
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ba2e08;
    background-color: #ba2e08;
    box-shadow: none;
    cursor: pointer;
    outline: none;
}

.slider.slider-horizontal {
    width: 70%;
    height: auto;
}

.slider-handle
{
    background-color: #ba2e08 !important;
    background-image: none;

}
.page-link
{
    color: #ba2e08;
    transition: all 0.3s ease;
}
.page-link:hover
{
    border: 1px solid #ba2e08;
    color:#ba2e08 ;
    background-color: white;
}
.page-item.active .page-link
{
    background-color: #ba2e08;
    color: white;
    border-color: #ba2e08;
}

.page-link:focus{
    box-shadow: none;
}

.form-courses
{
    margin: 60px 0;
    margin-top: 0;
    padding: 0;
}


.course-info
{
    border: 1px solid #ba2e08;
}

.course-item
{
    background-color: white;

}

.nav-tabs .nav-link.active
{
    background-color: #FE0002;
    color: white;
}
.nav-tabbing .nav-link::after, .nav-tabbing .nav-link::before
{
    background: transparent;
}


.courseBox span
{
    margin-bottom: 20px !important;
}

table 
{
    text-align: right;
}
thead 
{
    background-color: #ba2e08;
    color: white;
}
tbody tr
{
    background-color: white !important;
    color: #ba2e08;
    font-weight: bold;
}

.stat-box
{
 font-size: 35px;
 color: white;
}
.stat-box h6{
    font-size: 25px ;
}

.h-fixed
{
    height: 310px;
}

@media only screen and (min-width:300px) and (max-width:780px) {
    .slider .carousel-item {
        top: auto
    }
    .slider .carousel-inner {
        height: auto 
    }
    .form-keywords .form-search .form-control
    {
        width: 100%;
    }
    .form-search
    {
        flex-direction: column;;
    }
    .form-keywords .form-search .btn
    {
        width: 100%;
    }
    .carousel-inner .heading-1
    {
        font-size: 25px;
        left: 45%;
        top: 50%;
    }
    .form-keywords
    {
        padding: 0;
    }
    .text
    {
        text-align: center;;
    }
    .heading-4
    {
        margin: 30px 0;
        text-align: center !important;
    }
    .interactive-contact .heading-6 ,.interactive-contact .btn-contact
    {
        font-size: 20px;
    }

    .ordering-1
    {
        order: 1;
    }

    .ordering-2
    {
        order: 2;
    }

    .ordering-3
    {
        order: 3;
    }
    
    .price
    {
        font-size:18px;
        padding-top: 10px;
    }
    .courseBox .course-image
    {
        margin: -30px auto 60px !important;
    }
    .h-fixed
{
    height: auto;
}

.courses
{
    padding: 0 !important;
}
.course-background {
    height: 200px;
    width: 100% !important;
    position: absolute;
    left: 0;
    z-index: -1;
}
.filter
{
    padding: 0;
}

.btn-show-c, .btn-view-all
{
    font-size: 16px;
}
.courseBox .course-content .d-flex
{
    align-items:center !important;
}
.form-keywords .form-search .form-control {
    margin: 20px 0;
}

.course-filters
{
    margin: 20px 0;
}

.footer 
{
    padding: 10px;
}
.footer h4
{
    margin-top: 20px;
}
}

.owl-carousel .owl-stage-outer
{
    overflow: hidden;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
    transition: all 0.2s ease;
    margin: 0;
}

.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel button.owl-dot:focus
{
    outline: 0 !important;
}
.owl-next span, .owl-prev span {
    font-size: 35px;
    width: 50px;
    display: block;
    height: 50px;
    font-weight: 700;
}

.owl-theme .owl-nav [class*='owl-']:hover
{
    background-color: #CE1F06;
}







/************* Dropdown ******************/


.dropdown {
    position: relative;
    left: 170px;
}

.dropdown-s {
    position: relative;
    left: 0;
}

.dropdown .dropdown-item {
    transition: all 0.2s ease-in;
}

.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    border: 0px solid transparent;
    background-color: #2291DA;
    width: 200px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    left: unset;
}

.dropdown-s .dropdown-menu {
    background-color: #fff;
    text-align: right ;
    padding: 0 20px;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 8px 15px;
    color: #fff !important;
    background-color: #2291DA;
    text-transform: capitalize;
}

.dropdown {
    margin-right: auto;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.dropdown-f {
    display: flex !important;
    text-align: center;
}

.dropdown-f .dropdown-item {
    padding: 0 !important;
    text-align: center;
}


.partner-pays img 
{
    width: 100px;
    height: auto;
}

.tab-content 
{
    text-align: right;
}

.custom-file-label::after
{
    content: 'ابحث';
}

.custom-file
{
    cursor: pointer;
}

.input-group>.custom-file:not(:first-child) .custom-file-label
{
padding: 10px 75px;
}


.input-group-text,.custom-file-label::after
{
    background-color: #ce1f06;
    color: white;
}
