@font-face {
    font-family: "cairo";
    src: url('fonts/Cairo-Bold.eot');
    src: url('fonts/Cairo-Bold.woff') format('woff'),
    url('fonts/Cairo-Bold.woff2') format('woff2'),
    url('fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: "cairo";
    src: url('fonts/Cairo-Regular.eot');
    src: url('fonts/Cairo-Regular.woff') format('woff'),
    url('fonts/Cairo-Regular.woff2') format('woff2'),
    url('fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: normal;
}
/*---------------------------------- End of fonts ---------------------------------- */
/*developer : hai_shar@yahoo.com*/
body {
    font-family: 'cairo', sans-serif !important;
    text-align: right;
}
h1,h2,h3,h4,h5,h6{
    font-family: "cairo" !important;
    font-weight: bold;
}
.ltr {
    direction:ltr;
}
.topper .text {
    padding-left: 0;
    padding-right: 15px;
}
.feature-icon {
    filter: invert(1) brightness(100);
    height: 50px;
}
.ftco-services {
    background-color: #fd5f00;
}
.ion-ios-arrow-round-back:before {
    margin-left: 10px;
}
.hero-wrap.hero-wrap-2 {
    background-attachment: fixed;
}
.pagination {
    padding: 0;
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #fd5f00;
    border-color: #fd5f00;
}
.pagination .page-link {
    margin: 5px;
    border-radius: 55px !important;
    color: #fd5f00;
    min-width: 39px;
    text-align: center;
    padding-bottom: 10px;
}
.categories li a span, .sidelink li a span {
    right: auto;
    left: 0;
}
.course-page{
    margin: 30px auto;
}
.course-page i{
    color: #fd5f00;
}
.course-page .meta i{
    float: right;
    margin: 7px 10px;
}
.course-img {
    max-width: 100%;
    border: 3px solid #fff;
    border-radius: 15px;
    margin: 0 auto 20px;
    box-shadow: 0 0 11px rgba(0,0,0,0.2);
}
.txt-orange{
    color: #fd5f00;
}
.txt-border{
    border: 1px solid #ddd;
    padding: 3px 10px 5px;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
}
.old-price{
    color: #dddddd;
    text-decoration: line-through;
    font-size: 12px;
    margin: 0 5px;
}
.new-price{
    font-size: 20px;
    font-weight: bold;
    color: #fd5f00;
    margin: 0 5px;
}
.lesson-title-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #555;
}
.form-check-input {
    right: 0;
}
.form-check {
    padding-left: 0;
    padding-right: 1.25rem;
}
.btn-primary-o{
    border: 1px solid #fd5f00;
    background: transparent;
    color: #fd5f00;
}
.btn-primary-o:hover{
    background: #fd5f00;
    border: 1px solid #fd5f00;
    color: #fff;
}
a.dropdown-item{
    text-align: center;
}
a.dropdown-item:hover{
    background: #fd5f00 !important;
    color: #fff !important;
}
.comment-list .children {
    padding: 50px 40px 0 0;
}
.comment-list li .vcard {
    float: right;
}
tr.active {
    background-color: #fd5f00 !important;
    color: #fff !important;
}
tr.active * {
    color: #fff !important;
}
.profile-img {
    background: #fd5f00;
    border: 2px solid #fd5f00;
    border-radius: 50%;
    width: 100px;
    display: block;
    height: 100px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.upload-profile-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.upload-profile-img input{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
form label{
    font-weight: bold;
}
.checkout-page {
    margin: 30px auto;
}
.form-check-inline .form-check-input {
    margin-left: 1rem;
    margin-right: -1rem;
}
.checkout-item i {
    margin-bottom: 30px;
    font-size: 100px;
    color: #e8e9eb;
    display: block;
}
.modal-content {
    text-align: center;
}
.modal-error {
    background-color: #c20000;
    color: #fff;
    font-size: 30px;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}
.modal-success {
    background-color: #28a745;
    color: #fff;
    font-size: 30px;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}
.modal h5 {
    padding: 25px 10px;
    margin: 0;
}
.hide{
    display: none;
}
.bill-p{
    color: #000;
}
.endlessons-bar {
    background-color: #f5f5f5;
    height: 8px;
    border-radius: 10px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}
.bar{
    background: #fd5f00;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}