@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Medium.ttf') format("truetype"),
    local('Tajawal');
    font-size: 50px;
}

html, body {
    direction: rtl;
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal';
}

body {
    font-family: 'Tajawal', sans-serif;
}

.alertbox_content, .alertbox_content a {
    font-size: 16px;
}

.alertbox * .close {
    float: none;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 31px !important;
}

.header_list > li a {
    /*font-size: 16px;*/
    font-weight: bold;

}

/*header .social_icons li a {*/
/*    !*font-size: 18px;*!*/
/*    !*height: 30px;*!*/
/*    !*width: 30px;*!*/
/*    !*line-height: 30px;*!*/
/*}*/

.header_list > li {
    padding-right: 15px;
    padding-left: 0px;
}

.border_list::before {
    right: 0;
}

.contact_detail li {
    /*font-size: 18px;*/
    margin-left: 0px;
    margin-right: 5px;
}

.info {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.dropdown-toggle::after, .dropdown-toggler::after {
    margin-left: 5px;
    margin-right: 5px;
    justify-content: flex-end;
    direction: ltr;
}

.search_trigger {
    margin-top: 3px;
}

.dropdown-menu {
    right: 0px;
    text-align: right;
}

.dropdown-toggle {
    right: 0px;
    text-align: right;
}

.dropdown-item {
}

.overlap_section {
    margin-left: -50px;
    margin-right: 0px;
    position: relative;
    z-index: 2;
    border-radius: 200px 0px 0px 200px;
}

.list_item li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 0px;
}

.video_play {
    position: absolute;
    left: 0;
    display: table;
    right: 50%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.ion-play:before {
    padding-top: 30%;
}

.courses_info .content_meta {
    float: left;
}


.content_meta li {
    /*float: right;*/
    padding-right: 15px;
    /*padding-left: 15px;*/
}

.content_meta li i {
    margin-right: 0px;
    margin-left: 6px;
}


.courses_info .rating_stars {
    float: right;
}

.teacher img {
    margin-right: 0px;
    margin-left: 10px;
}

.ion-ios-arrow-thin-left:before {
    margin-top: 4px !important;
}

.event_date {
    right: 10px;
    left: 0px;
}

.blog_meta li i {
    margin-right: 0px;
    margin-left: 8px;
}

.blog_meta li {
    margin-right: 0px;
    margin-left: 15px;
}


@media only screen and (max-width: 991px) {
    .dropdown-toggle::after, .dropdown-toggler::after {
        float: left;
        margin-top: 3px;
    }
}


.dropdown-menu .dropdown-toggler::after {
    position: relative;
    float: left;

    top: 3px;
}

.dropdown-item, .dropdown-toggler::after {
    left: 0;
    border: 0 none;
    /*content: "\f126";*/
    top: 3px;
    height: auto;
    font-size: 12px;
    line-height: normal;
    margin-left: 5px;
    vertical-align: middle;
    width: auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    right: 100% !important;
}


@media (max-width: 991px) {
    .search-overlay-md {
        right: 0;
    }

    .dropdown-item, .dropdown-toggler::after {
        border: 0 none;
    }

    .header_wrap .navbar {
        text-align: left;
    }

}

@media (min-width: 991px) {
    .search-overlay {
        left: 0;
        right: auto;
    }

    a.dropdown-item.menu-link.dropdown-toggler::after {
        content: "\f126";
    }
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    right: 4px;
    /*left: 0px;*/
}


/*====================================*
			ADD STYLE
*====================================*/
.container_img {
    position: relative;
    text-align: center;
    color: white;
}

.container_img_title {
    position: absolute;
    bottom: 8px;
    right: 16px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.teacher_class img {
    width: 60px;
    height: 60px;
    border-radius: 35px;
    margin-right: 10px;
    margin-left: 10px;
}

.teacher_title {
    font-size: 18px;

}


.dropdown-menu.radio .dropdown-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.dropdown-menu.radio input {
    visibility: hidden;
    position: absolute;
    left: -30px;
}

.dropdown-menu.radio i {
    font-weight: normal;
    font-style: normal;
    display: block;
}

.dropdown-item.active {
    background-color: #555;
    color: #fff;
}

.statusText {
    font-size: 12px;
}

#dropphoto {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border: 3px solid #dedede;
    border-radius: 10px;
    background-color: #eee;
    cursor: pointer;
    color: #aaa;
    text-align: center;
    margin: 20px;
}

.photoUpload {
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #aaa;
    text-align: center;
    margin: 20px;
}

.image-upload {
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin-left: 10px;
}

.dragText {
    color: #aaa;
}

.contentContainer {
    background-color: #f6f6f6;

    border-radius: 15px;
    padding-top: 2px;
    padding-bottom: 20px;
}

.contact_detail {
    text-align: right !important;
}

@media only screen and (max-width: 767px) {
    .contact_detail {
        text-align: center !important;
    }
}


a.navbar-brand {
    margin: 0 5px 0 0;
}


.search_icon {
    font-size: 26px;
    position: absolute;
    left: 15px !important;
    right: auto;
    top: 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

.newsletter_form button {
    position: absolute;
    left: 4px;
    right: auto;
    top: 4px;
}

.newsletter_form input {
    padding: 10px 15px 10px 105px;
}

.custome-checkbox .form-check-label::before {
    margin: 0px 0px 0px 8px;
}

.scrollup {
    line-height: 48px;
}


/*.widget_applications a::before {*/
/*    font-family: "ionicons";*/
/*    margin-left: 10px;*/
/*    margin-right: 0px;*/
/*    font-size: 12px;*/
/*}*/

.widget_applications div:hover {
    border-right: 4px solid #dc3545;
    border-left: 1px solid #eee;
    transition: transform .2s; /* Animation */
}

.checkmark {
    left:auto;
    right: 0;
}

.container_radio {
    padding-left: 0;
    padding-right: 35px;
}



/* Repost style */
.rep_txt_1 {
    font-size: 12pt !important;
}

.rep_txt_2 {
    font-size: 12px !important;
}

.rep_txt_3 {
    font-size: 10pt !important; ;
}

.rep_txt_4 {
    font-size: 11px;
}

.rep_txt_5 {
    font-size: 12px;
}

