﻿@charset "utf-8";
/*********************************
1. Home-mohamed
*********************************/
.section_title_container {
    max-width: 600px;
    margin: 0 auto;
}

.section_title {
    line-height: 1.2;
}

.section_subtitle {
    line-height: 1.85;
    margin-top: 14px;
}

.section_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* home */

.home {
    width: 100%;
    height: 680px;
}

.home_slider_container {
    width: 100%;
    height: 100%;
}
/* slider */
.carousel-indicators {
    bottom: 30px;
}

.carousel-caption {
    top: 45%;
}

.slide-text {
    text-align: right;
}

.one-dir .one {
    width: 220px;
    background-color: #B52025;
    color: white;
    font-size: 25px;
    margin-top: 11%;
    text-align: center;
}

.one-dir {
    text-align: left;
}

.home_slider {
    width: 100%;
    height: 100%;
}

.home_slider_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_slider_content {
    position: absolute;
    top: 41%;
    left: 0;
    width: 100%;
    height: auto;
}

.home_slider_title {
    /* font-family: 'Roboto Slab', serif; */
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #384158;
}

.home_slider_subtitle {
    font-size: 24px;
    color: #76777a;
    margin-top: 9px;
}

.home_slider_form_container {
    width: 832px;
    margin: 0 auto;
    margin-top: 35px;
}

.home_search_form div {
    width: calc(100% - 140px);
    height: 46px;
    background: #FFFFFF;
    border-radius: 3px;
}

.home_search_input {
    width: 33.33333333%;
    border: none;
    outline: none;
    height: 25px;
    padding-left: 20px;
}

    .home_search_input:not(:last-child) {
        border-right: solid 1px #e5e5e5;
    }

    .home_search_input::-webkit-input-placeholder {
        /* font-family: 'Roboto', sans-serif; */
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #b5b8be !important;
    }

    .home_search_input:-moz-placeholder {
        /* font-family: 'Roboto', sans-serif; */
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #b5b8be !important;
    }

    .home_search_input::-moz-placeholder {
        /* font-family: 'Roboto', sans-serif; */
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #b5b8be !important;
    }

    .home_search_input:-ms-input-placeholder {
        /* font-family: 'Roboto', sans-serif; */
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #b5b8be !important;
    }

    .home_search_input::input-placeholder {
        /* font-family: 'Roboto', sans-serif; */
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #b5b8be !important;
    }

.dropdown_item_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-left: 20px;
}

.home_search_button {
    width: 292px;
    height: 72px;
    background: #B52025;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    margin: 200px 0px 0px 670px;
    border-radius: 10px;
}

.home_slider_nav {
    position: absolute;
    top: 55.8%;
    width: 50px;
    background: #b6b7bd;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.home_slider_prev {
    left: 75px;
}

.home_slider_next {
    right: 75px;
}

.home_slider_nav i {
    line-height: 50px;
    color: #FFFFFF;
    font-size: 22px;
}

.home_slider_nav:hover {
    background: #14bdee;
}

h2 {
    font-family: Adobe Arabic;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 18px;
    letter-spacing: -0.165px;
    color: #CC1919;
}

h3 {
    font-size: 16px;
    color: #790505;
}

/* slider */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.side-controls a {
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin-top: 11%;
}

    .side-controls a[data-slide=prev] {
        left: -4rem;
        margin-top: 11%;
    }

    .side-controls a[data-slide=next] {
        right: -4rem;
        margin-top: 11%;
    }
/* dots */
.dots-wrapper {
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
    height: 100px;
    background-color: #fff;
    line-height: 60px;
    border-radius: 0;
    box-shadow: none;
}

ul.dots li {
    height: 12px;
    width: 12px;
    background: #b52025;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}

/* red */
.red {
    color: white !important;
}

.modal-header {
    direction: rtl !important;
}

    .modal-header .close {
        padding: 0px !important;
        margin: 0px !important;
    }

.video-tital {
    color: #B68B05;
    text-align: justify;
    font-size: 20px;
    width: auto;
    margin-top: -20px;
    padding: 8px;
    height: 59px;
    text-align: center;
    margin-right: -33px !important;
}

/*********************************
7. Features
*********************************/

.about-us {
    background: #FAFAFA;
    border-radius: 50px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 11;
}

.about-title {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.about-col {
    padding: 1rem;
}

/* p */
.bg-font {
    font-size: 18px;
    direction: rtl;
    text-align: justify;
    color: #727272;
    padding:20px;
}

.features-img {
    background-image: url("../images/homeICA.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 370px;
    width: 100%;
    border: 1px solid #f7f6f3;
    border-top-left-radius: 20px;
}

.about-img-com {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.features_row {
    margin-top: 55px;
}

.feature {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 28px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
}

    .feature:hover {
        box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
    }

.feature_icon {
    height: 55px;
}

    .feature_icon img {
        max-width: 100%;
    }

.feature_title {
    position: relative;
    font-size: 20px;
    margin-top: 23px;
}
/* multi-slider */
.fa-chevron-left, .fa-chevron-right {
    color: black;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
}

/* events */
.events_row {
    direction: ltr !important;
}
/*********************************
8. Courses
*********************************/

.courses {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 100px;
}

.courses_row {
    margin-top: 45px;
}

.course {
    width: 100%;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
}

.course_image {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}

    .course_image img {
        max-width: 100%;
    }

.course_body {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 23px;
}

.course_title a {
    /* font-family: 'Roboto Slab', serif; */
    font-size: 20px;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .course_title a:hover {
        color: #14bdee;
    }

.course_teacher {
    font-size: 15px;
    font-weight: 400;
    color: #384158;
    margin-top: 6px;
}

.course_text {
    margin-top: 13px;
}

.course_footer {
    padding-left: 30px;
    padding-right: 30px;
}

.course_footer_content {
    width: 100%;
    border-top: solid 1px #e5e5e5;
    padding-top: 9px;
    padding-bottom: 11px;
}

.course_info {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #55555a;
}

    .course_info:first-child {
        margin-right: 18px;
    }

    .course_info i {
        color: #ffc80a;
    }

.course_price {
    /* font-family: 'Roboto Slab', serif; */
    font-size: 20px;
    font-weight: 700;
    color: #14bdee;
}

    .course_price span {
        /* font-family: 'Roboto Slab', serif; */
        font-size: 14px;
        font-weight: 400;
        text-decoration: line-through;
        color: #b5b8be;
        margin-right: 10px;
    }

.courses_button {
    width: 210px;
    height: 46px;
    border-radius: 3px;
    background: #14bdee;
    text-align: center;
    margin: 0 auto;
    margin-top: 41px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}

    .courses_button:hover {
        box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
    }

    .courses_button a {
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 46px;
        color: #FFFFFF;
    }

/*********************************
9. Counter
*********************************/

.counter {
    width: 100%;
    background: #FFFFFF;
    z-index: 2;
}

.counter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.counter_content {
    padding-top: 119px;
    padding-bottom: 125px;
}

.counter_title {
    /* font-family: 'Roboto Slab', serif; */
    color: #FFFFFF;
    font-weight: 700;
}

.counter_text {
    margin-top: 19px;
}

    .counter_text p {
        color: #FFFFFF;
    }

.milestones {
    margin-top: 39px;
}

.milestone {
    text-align: center;
}

    .milestone:not(:last-child)::after {
        display: block;
        position: absolute;
        top: 0;
        right: -45px;
        width: 1px;
        height: 70px;
        background: rgba(255,255,255,0.2);
        content: '';
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }

.milestone_counter {
    font-size: 42px;
    font-weight: 700;
    line-height: 0.75;
    color: #14bdee;
}

.milestone_text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 14px;
}

.counter_form {
    position: absolute;
    top: 0;
    right: 30px;
    width: 380px;
    height: 100%;
    background: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}

.counter_form_content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.counter_form_title {
    /* font-family: 'Roboto Slab', serif; */
    font-size: 24px;
    font-weight: 700;
    color: #384158;
    text-transform: uppercase;
    line-height: 0.75;
    margin-bottom: 41px;
}

.counter_input {
    width: 100%;
    height: 46px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    padding-left: 20px;
    outline: none;
    color: #384158;
    font-size: 14px;
}

    .counter_input:not(:last-child) {
        margin-bottom: 10px;
    }

.counter_text_input {
    height: 90px;
    padding-top: 10px;
}

.counter_options {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.counter_input::-webkit-input-placeholder,
.counter_text_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}

.counter_input:-moz-placeholder,
.counter_text_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}

.counter_input::-moz-placeholder,
.counter_text_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}

.counter_input:-ms-input-placeholder,
.counter_text_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}

.counter_input::input-placeholder,
.counter_text_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important;
}

.counter_form_button {
    width: 100%;
    height: 46px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: #14bdee;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .counter_form_button:hover {
        box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
    }

/*********************************
10. Events
*********************************/

.events {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
    background: #FFFFFF;
}

.events_row {
    margin-top: 47px;
}

.event_left {
    padding-right: 20px;
}

.event_mid {
    padding-left: 10px;
    padding-right: 10px;
}

.event_right {
    padding-left: 20px;
}

.event_image {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

    .event_image img {
        max-width: 100%;
    }

.event_body {
    /* padding-top: 30px;
	padding-bottom: 30px; */
}

.event_date {
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
    margin-top: -58px;
    background: white;
    border-radius: 9px;
}

    .event_date > div {
        width: 60px;
        height: 60px;
    }

.event_day {
    /* font-family: 'Roboto Slab', serif; */
    font-size: 24px;
    color: #CC1919;
    font-weight: 700;
    line-height: 0.75;
}

.hero {
    background: #F7F7F7;
}

.event_month {
    /* font-family: 'Roboto Slab', serif; */
    font-size: 14px;
    color: #CC1919;
    font-weight: 400;
    line-height: 0.75;
    margin-top: 9px;
}

.event:hover .event_date > div {
    background: #CC1919;
}

.event:hover .event_day,
.event:hover .event_month {
    color: #FFFFFF;
}

.event_content {
    padding-left: 20px;
}

.event_title {
    text-align: center;
}

    .event_title a {
        /* font-family: 'Roboto Slab', serif; */
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        color: #384158;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .event_title a {
        color: #B68B05;
    }

.event_info_container {
    margin-top: 11px;
}


.event_info {
    display: inline-block;
    color: #b5b8be;
    font-size: 14px;
}

    .event_info:not(:last-child) {
        margin-right: 17px;
    }

    .event_info span {
        margin-left: 4px;
    }

.event_text {
    margin-top: 12px;
    text-align: right;
}

.event-link {
    color: black !important;
}

/* video */
.about {
    width: 100%;
    /* padding-top: 93px; */
    /* padding-bottom: 100px; */
    background: #FFFFFF;
}

.about_row {
    margin-top: 56px;
}

.about_col_left {
    padding-right: 25px;
}

.about_col_right {
    padding-left: 25px;
}

.about_col_middle {
    padding-left: 20px;
    padding-right: 20px;
}

.about_item_image {
    width: 100%;
    overflow: hidden;
}

    .about_item_image img {
        max-width: 100%;
        -webkit-transition: all 2000ms ease;
        -moz-transition: all 2000ms ease;
        -ms-transition: all 2000ms ease;
        -o-transition: all 2000ms ease;
        transition: all 2000ms ease;
    }

.about_item:hover .about_item_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about_item_title {
    margin-top: -37px;
    background-color: #64bbd7c9;
    height: 37px;
    text-align: center;
    color: white !important;
}

.about_item_title {
    /* font-family: 'Roboto Slab', serif; */
    font-size: 15px;
    font-weight: 500;
    padding-top: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .about_item_title a:hover {
        color: #14bdee;
    }

.about_item_text {
    margin-top: 12px;
}

.about_item_text {
    line-height: 2;
}

.play_vedio {
    width: 100px;
}

/*  */

.contain {
    position: relative;
    margin-top: 50px;
    /* width: 500px; */
    height: 300px;
    border: 1px solid black;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.contain:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, .3);
}

.fa-download {
    font-size: 75px;
    color: white;
    display: none;
}

.overlay:hover .fa-download {
    display: block;
    margin-top: 50%;
    margin-right: 35%;
}

.down1 {
    position: absolute;
    width: 100%;
    left: 0;
}

.download-title {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #790505;
}

.download-sec {
    margin-bottom: 3rem;
}

/* .title {
	position: absolute;
	width: 500px;
	left: 0;
	top: 120px;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	z-index: 1;
	transition: top .5s ease;
  } */

.contain:hover .title {
    top: 90px;
}

.button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 180px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

    .button a {
        width: 200px;
        padding: 12px 48px;
        text-align: center;
        color: white;
        border: solid 2px white;
        z-index: 1;
    }

.contain:hover .button {
    opacity: 1;
}

/* member history */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 3px 3px 10px grey;
}

.card-title {
    cursor: pointer;
    color: #ca2a2a;
    text-align: center;
    font-size: 30px;
}

.member-h {
    width: 800px;
    margin-right: -28%;
}
/* map */
.contact_map {
    width: 100%;
}

.map {
    width: 100%;
}

.google_map {
    width: 100%;
    height: 500px;
}

.map_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#map {
    width: 100%;
    height: calc(100% + 30px);
}

.see_More {
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(132, 219, 238);
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(63, 193, 223);
    }

.course_search_input {
    /* width: 240px; */
    height: 35px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    background: #FFFFFF;
    /* padding-left: 20px; */
}


.video_tital {
    color: #B68B05;
    text-align: justify;
    font-size: 14px;
    background: #FAFAFA;
    width: 382px;
    margin-top: -34px;
    padding: 8px;
    height: 50px;
    text-align: center;
}

.feature_video_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}

.play_vedio {
    width: 50px;
}

/* video */
.feature_video_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}

    .feature_video_background img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 220px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border-radius: 6px;
    }

.feature_video_button {
    display: block;
    width: 60px;
    height: 60px;
    z-index: 10;
    outline: none;
    margin-bottom: 25%;
}

#video-features {
    margin-top: 0px;
}

/* main video */
#main-video {
    margin-bottom: 50px;
}

.feature_video {
    /* width: calc(100% + 15px);
    left: -15px; */
    height: 363px;
    margin-top: -4px;
    margin-left: 5px;
}

/* video item */
.event_dates {
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
    background: white;
    margin-right: 157px;
    border-radius: 7px;
    margin-top: 40px;
}

    .event_dates > div {
        width: 60px;
        height: 60px;
    }
/*********************************
11. Team
*********************************/

.team {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 60px;
}

.team_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team_row {
    margin-top: 43px;
}

.team_col {
    margin-bottom: 40px;
}

.team_item {
    width: 100%;
}

.team_image {
    width: 180px;
    height: 160px;
    border-radius: 6px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -86px;
    z-index: 5;
}

    .team_image img {
        max-width: 100%;
    }

.team_body {
    width: 100%;
    padding-top: 108px;
    padding-bottom: 24px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.team_item:hover .team_body {
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}

.team_title a {
    /* font-family: 'Roboto Slab', serif; */
    font-size: 20px;
    font-weight: 700;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .team_title a:hover {
        color: #14bdee;
    }

.team_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #76777a;
    margin-top: 6px;
}

.side-controls {
    direction: rtl;
}


@media only screen and (max-width: 767px) {
    .features-img {
        border-top-left-radius: 0px;
    }
}
/*********************************
2. about-mohamed
*********************************/


body {
    font-family: adobe-arabic, sans-serif !important;
    font-style: normal;
    font-weight: normal;
}


.about-us-about {
    margin-top: -19rem;
    background: #FAFAFA;
    border-radius: 50px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}


.features-img-about img {
    height: 370px;
    width: 100%;
    border-top-left-radius: 52px;
}

.features-img-about {
    padding-left: 0px !important;
    height: 370px;
    width: 100%;
    border-top-left-radius: 20px;
}


/* events */

/* header about */
.about-header {
    text-align: center;
    height: 500px;
    background-color: #F4F4F4;
    padding: 5rem;
}

/* fields */
.about-fields {
    border: 1px solid #828282;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.bg-one {
    margin-top: 10px;
}

.one-about {
    color: #B68B05;
}
/* item */

.two {
    margin: 0;
    padding: 0;
}

.current {
    list-style: none;
    display: initial;
    width: 200px;
    color: #e5e5e5;
    color: #727272;
    font-size: 18px;
}

.color-red {
    color: #790505;
}



@media only screen and (max-width: 767px) {

    .name-about {
        margin-bottom: 2rem;
    }

    .features-img-about {
        border-top-left-radius: 0px;
        border-bottom-right-radius: 52px;
    }
}
/*********************************
3. Contactus-mohamed
*********************************/



.main-header {
    height: 320px;
    background-image: url(/assets-rtl/images/header_contact.png);
    background-position: center;
    background-size: cover;
}

.contact-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: x-large;
    font-size: 1.5rem;
    float: left;
}

#contact-sec {
    height: auto;
    width: 56%;
    background-color: white;
    padding: 10px;
    box-shadow: 3px 3px 10px gray;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

    #contact-sec p {
        font-size: 22px;
        color: black;
    }

.loc-section {
    background-color: #BCBBBB;
    padding: 20px;
    border-radius: 20px;
}

.adress-sec {
    margin-top: 2%;
    text-align: center;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    margin-bottom: 6%;
    direction: rtl;
}

.adress-title {
    padding: 16px;
    background-color: #F8F8F8;
}

    .adress-title h6 {
        color: #831010;
        margin-bottom: 20px;
    }

.adress-info {
    font-size: x-large;
    color: black;
    margin-bottom: 1rem;
}


.contact-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #790505 !important;
}

.chose-loc {
    direction: rtl;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}

.loc-title {
    text-align: right;
    margin-top: 2rem;
    color: #790505;
}

.detail-info {
    padding: 20px;
    color: #831010;
    font-size: 18px;
}

p {
    text-align: right;
}

.mt-3 {
    margin-top: 50px !important;
}


@media only screen and (min-width: 1024px) {
    .main-header {
        background-image: url(/assets-rtl/images/header_contact.png);
    }
}

@media only screen and (max-width: 1024px) {

    #contact-sec {
        width: 61%;
    }

        #contact-sec p {
            font-size: 16px;
        }

    .main-header {
        background-image: url(/assets-rtl/images/header_contact.png);
        height: 250px;
    }
}

@media only screen and (max-width: 767px) {

    .main-header {
        background-image: url(../images/header2.png);
    }

    .contact-title {
        align-items: center;
    }

    #contact-sec p {
        font-size: 14px;
        text-align: justify;
        font-weight: bold;
    }

    #contact-sec {
        width: 68%;
    }

    .contact-info {
        align-items: center;
        font-size: 17px;
        float: left;
    }

    .main-header {
        direction: rtl;
        height: 400px;
    }

    p {
        text-align: right;
    }

    .contact-title h1 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

/*********************************
4. Accreditation_of_service_centers-mohamed
*********************************/
.lbl-regist {
    font-size: 20px;
    color: black;
}

#txt_Complain_Type, #txt_Warranty_Status, #txt_Product_Source {
    color: black;
    font-size: 20px;
}

.form-control {
    color: black !important;
}

.text-primary {
    color: #007bff !important;
    margin-bottom: 61px;
    font-size: 20px;
}

.check-text {
    color: blue;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .info-lbl {
        margin-right: 1rem;
        margin-bottom: 45px;
    }

    #lbl_msg h1 {
        font-size: 21px;
    }
}

/*********************************
5. Renewal_of_accreditation-mohamed
*********************************/

.bg_fonts {
    font-size: 23px !important;
    color: brown !important;
}

/* follow up */
#example_length, #example_filter {
    display: none;
}

#example th {
    color: black;
    text-align: center;
    font-size: 20px;
}

#example_info {
    float: right !important;
    font-size: 20px !important;
}

#example_paginate {
    float: left !important;
}

/* query */
#lbl_Product_Cost {
    margin-right: 20px;
}

#txt_Product_Cost {
    /* border: 1px solid #CE5454; */
    box-shadow: 0 0 4px -2px #CE5454;
    position: relative;
    left: 0;
    -moz-animation: .7s 1 shake linear;
    -webkit-animation: 0.7s 1 shake linear;
    margin-right: 22px;
}

.text {
    color: coral;
}

.bg-font {
    font-size: 18px;
    
}

.dete {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
    height: 350px;
    padding: 1rem;
    width: 70%;
    background-color: white;
    padding: 10px;
    box-shadow: 3px 3px 10px grey;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 22px;
    background-color: #FAFAFA;
}

td {
    text-align: center !important;
    font-size: 20px !important;
}

/* modal */
.modal-complain {
    font-size: 18px !important;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
}

/* difenation */
#add-btn {
    padding: 4px 7px;
    font-size: 20px;
}

.fa-plus-circle {
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    .info-lbl {
        margin-right: 1rem;
        margin-bottom: 45px;
    }

    #lbl_msg h1 {
        font-size: 21px;
    }

    .dete {
        height: auto;
        font-size: 14px;
    }
}


/*********************************
6. industry-product-mohamed
*********************************/
.lbl-regist-industry {
    font-size: 17px;
    color: black;
}
/*********************************
6. member-registeration-mohamed
*********************************/
.label-align {
    text-align: right;
}


.lbl-regist-member {
    font-size: 22px;
    color: black;
}

.btn_font {
    font-size: 22px;
}

.form-control {
    color: black;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 20px;
    }

    #lbl_msg h1 {
        font-size: 35px;
    }
}

/*********************************
7. news-mohamed
*********************************/
.news-desc {
    margin-top: -19rem;
    background: #FAFAFA;
    border-radius: 50px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.news_search_select {
    padding-right: 40px;
}

.news {
    width: 100%;
    /* padding-top: 100px;
	padding-bottom: 100px; */
}

.news-contain {
    padding-left: 20px;
    padding-right: 20px;
    /* background: #155B79; */
}

.news_search_form {
    width: 100%;
    height: 92px;
}

.news_search_input {
    height: 35px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    background: #FFFFFF;
    /* padding-left: 20px; */
}

.news-menu {
    width: 50px;
    /* margin-left: 35px; */
    background-color: white;
    color: black;
    box-shadow: 3px 3px 10px lightgrey;
}

.news_search_input:focus {
    outline: solid 1px #14bdee;
}

.course_search_form > input {
    margin-right: 19px;
}

.news_search_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #FF7500;
    color: white;
}

.news_search_button {
    width: 161px;
    height: 46px;
    background: #14bdee;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

.scroll-learning {
    overflow-y: scroll;
    height: 750px;
}

/* scroll track */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(132, 219, 238);
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(63, 193, 223);
    }
/* end scroll */

.copyright div {
    font-size: 14px;
    color: white;
}

.cr_text a {
    color: white;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cr_list li a {
    color: white !important;
}

.fa {
    color: black;
}

.fa {
    font-size: 25px;
    margin: 0px 15px;
}

.news_search_select {
    width: 150px;
    padding-left: 4px;
    font-size: 20px;
}



/* all media */

@media only screen and (max-width: 1024px) {


    .video_tital {
        margin-top: 70px;
        text-align: left;
        font-size: 18px;
        width: max-content;
        /* margin-left: -64px; */
        font-weight: bold;
        padding-left: 20px;
    }

    .lang-menu {
        width: 30px;
    }

    .course_teacher {
        font-size: 15px;
    }
}


@media only screen and (max-width: 800px) {

    .newsletter_button {
        margin-left: 79px;
    }

    .news_search_form {
        width: 95%;
        height: 92px;
    }

    .news_search_container {
        margin-top: 50px;
    }

    .video_tital {
        margin-top: 52px;
        text-align: justify;
        font-size: 14px;
        width: max-content;
        padding-left: 45px;
    }

    .news_teacher {
        font-size: 15px;
    }
}

.news_event {
    width: 40%;
    padding-top: 100px;
    padding-bottom: 70px;
    background: #FFFFFF;
}

.allnews {
    width: 100%;
    /* padding-top: 93px; */
    padding-bottom: 100px;
    background: #FFFFFF;
}

.allnews-title-video {
    width: 100%;
    /* padding-top: 93px; */
    padding-bottom: 20px;
    background: #FFFFFF;
}

.allnews-title-gallery {
    width: 100%;
    /* padding-top: 93px; */
    padding-bottom: 0px;
    background: #FFFFFF;
}

.allnews-image {
    width: 70%;
    height: 400px;
}

#cboxLoadedContent {
    width: 700px;
}
