/* BODY */
body {
    direction: rtl;
}

p,
button,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
a {
    text-align: right;
}

.odometer {
    direction: ltr;
}

.phone {
    direction: ltr;
}

/* HEADER */
.main-header--one__top-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.main-header--one__top-left {
    order: 2;
}

.main-header--one__top-contact-info {
    margin-right: 20px;
    margin-left: 0;
}

.main-header--one__top-contact-info-list {
    display: flex;
}

.main-header--one__top-contact-info-list-item {
    border-left: 1px solid #e0e2e9;
    border-right: 0;
    margin-right: 40px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 0;
    direction: ltr;
}

.main-header--one__top-contact-info-list-item:last-child {
    border-left: 0;
    padding-left: 0;
}

.main-header--one__top-contact-info-list-item .text {
    padding-left: 20px;
    padding-right: 0;
    direction: ltr;
}
.main-header--one__top-right {
    margin-left: 0;
    margin-right: auto;
}
.main-header--one__top-contact-info-list-item .icon{
    color: white;
}

/* NAVBAR */
.main-menu__right-cart-search {
    padding-right: 30px;
    padding-left: 0;
}
.main-menu__right-login-register {
    margin-left: 26px;
}
.main-menu__right-search-box {
    margin-right: 29px;
    margin-left: 0;
}
.main-menu .main-menu__list > li.dropdown a {
    padding-right: 0px;
}
.main-menu .main-menu__list > li.dropdown > ul li a {
    padding-right: 20px;
}
li ul li > ul {
    right: 100%;
    left: 0;
}

/* HOME SECTION */
.main-slider__content-icon-one {
    left: 340px;
    right: auto;
}
.main-slider__content-icon-two {
    left: -40px;
    right: auto;
}
.main-slider-one__round-box {
    left: -130px !important;
    right: auto;
}
.main-slider-one .swiper-slide-active .main-slider__content-tagline {
    right: 25%;
}
.main-slider-one__img {
    left: -100px;
    right: auto;
}
.home-banner .main-slider-one__img img{
    transform: scaleX(-1);
}
.main-slider-one__round-box .icon {
    left: auto;
    right: 20px;
    transform: rotate(135deg);
}
.main-slider.main-slider-one .swiper-slide .shape1 {
    left: auto;
    right: -230px;
    transform: scaleX(-1) scaleY(-1);
}
.main-slider.main-slider-one .swiper-slide-active .shape2 {
    left: auto;
    right: -325px;
    transform: scaleX(-1);
}
.main-slider.main-slider-one i.fas.fa-chevron-left{
    transform: rotate(0deg);
}
@media (max-width: 575px){
    .main-slider .container {
        padding-top: 21%;
    }
}

/* STATISTICS SECTION */
.responsive-column-half .counter-item  div,
.responsive-column-half .counter-item  h4,
.responsive-column-half .counter-item  p{
    text-align: center;

}

/* FEATURES SECTION  */
.features-one__single-text {
    padding-right: 0px;
    padding-left: 0px;
}

/* ABOUT SECTION */
.about-one__left {
    margin-right: 0;
    margin-left: 0;
}
.about-one__left::before {
    right: -20px;
    left: auto;
    background-color: var(--dark-green);
}
.about-one__left-img-box {
    margin-right: -5px;
    margin-left: -5px;
}
.about-one__left-single {
    float: right;
}
.about-one__left-overlay {
    right: auto;
    left: -25px;
}
.about-one__left-overlay .title {
    padding-left: 0;
    padding-right: 19px;
}
.about-one__right-list {
    padding-right: 0;
}
.about-one__right-list-item .icon {
    right: 0;
    left: auto;
}
.about-one__right-list-item .text {
    padding-right: 35px;
    padding-left: 0px;
}
.about-one__right .section-title__title {
    text-align: right;
}
/* COURSES SECTION */
.fa-star-half-alt {transform: scaleX(-1);}
.courses-one__single-img .overlay-text {
    right: auto;
    left: 10px;
}
/* .courses-one__single-content-overlay-img {
    left: 30px;
} */
.courses-one__single-content-review-box ul {
    padding-right: 0;
}
.courses-one__single-content-review-box ul li {
    float: right;
}
.courses-one__single-content-review-box .rateing-box span {
    padding-right: 5px;
    padding-left: 0;
}
.courses-one__single-content-courses-info {
    padding-right: 0;
}
.courses-one__single-content-courses-info li:first-child {
    margin-right: 0;
    padding-left: 0;
}
.courses-one__single-content-courses-info li {
    float: right;
    margin-right: 10px;
    padding-right: 10px;
    margin-left: 0px;
    padding-left: 0px;
}
.courses-one__single-content-courses-info li::before {
    transform: rotate(205deg);
    left: auto;
    right: 0;
}
.courses-one__single-content-price{
    margin-bottom: 0;
}
.course-header {
    min-height: 3.5rem;
}
.course-desciption {
    min-height: 6.5rem;
    border-bottom: 1px solid lightgray;
    margin-bottom: 1rem;
}
.courses-one__single-content-review-box .addToCart{
    direction: ltr;
}
span.section-title__tagline {
    margin: 1rem 0;
}

/* REGISTER SECTION */
.registration-one__left-transform-box-text {
    padding-left: 0;
    padding-right: 30px;
}

/* CONTACT SECTION */
.contact-details-one__single-text {
    padding-right: 20px;
}

/* CATEGORIES SECTION */
.categories-one__single-overlay {
    left: auto;
    right: 20px;
}
.categories-one__single-overlay-text2 h4 {
    padding: 15px 20px 10px 75px;
}
.categories-two__single:last-child {
    margin-left: 0;
}
.categories-two__single {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}
.categories-two__inner > ul {
    padding-right: 0;
}

/* WELCOME SECTION */
ul {
    padding-right: 0;
}

/* COURSE DETAILS PAGE */
.course-details__price-amount,
.course-details__price-btn,
.course-details__review-count,
.course-details__review-stars,
.course-details__review-text,
.section-title__title {
    text-align: center;
}
.course-details__sidebar-meta-list-item .text {
    padding-right: 20px;
}
ul li .icon {
    right: 0;
}
ul li .text {
    padding-right: 35px;
}
.course-details__curriculum-list-left-icon {
    margin-left: 20px;
    margin-right: 0;
}
.course-details__curriculum-list-left span {
    margin-right: 20px;
    margin-left: 0;
}
.course-details__comment-text {
    padding-right: 30px;
}
.course-details__add-review-text a.pd-left {
    padding-left: 0;
}
.page-header__menu {
    float: left;
}
.courses-one--courses__menu-box ul li {
    float: right;
}
/* Testimonials Section */
.owl-carousel.owl-dot-type1 .owl-stage-outer {
    direction: initial;
}
.testimonials-one__pattern {
    left: auto;
    right: -325px;
}
.testimonials-one__wrapper .shape1 {
    right: auto;
    left: -325px;
}
.owl-carousel .owl-stage {
    direction: rtl;
}
.testimonials-one__single-client-info-text {
    padding-left: 0;
    padding-right: 20px;
}
.testimonials-one__single-title{
    margin-bottom: 0;
}
.testimonials-one__single-client-info-img img{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
}
.testimonials-header.d-flex.align-items-center {
    margin-bottom: 0.7rem;
}
.owl-carousel.owl-dot-type1 .owl-dots {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.testimonials-one__carousel .owl-nav button {
    transform: rotate(180deg);
}
@media (min-width: 1845px) {
    .testimonials-two__right {
        left: 0;
        right: calc(100% - 775px);
    }
}
@media (min-width: 1845px) {
    .testimonials-two__carousel.owl-dot-type1.style2 .owl-dots {
        right: -430px;
        left: auto;
    }
}

/* COUNTER SECTION */
.counter-one__right-single:last-child {
    margin-left: 0;
}
.counter-one__right-single {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.counter-one__right-single-icon,
.counter-one__right-text {
    text-align: center;
}

/* START MEET TEACHERS */
.meet-teachers-one .section-title__title,
.meet-teachers-one__single-content .title h4,
.meet-teachers-one__single-content .title p,
.meet-teachers-one__single-content-text {
    text-align: center;
}

/* Why Choose One Section */
.why-choose-one::before {
    right: auto;
    left: 0;
}
.why-choose-one__left-learning-box .text {
    padding-left: 0;
    padding-right: 20px;
}
.why-choose-one__left-list > ul {
    padding-right: 0;
}
.why-choose-one__left-list-single .icon {
    left: auto;
    right: 0;
}
.why-choose-one__left-list-single .text {
    padding-right: 35px;
    padding-left: 0;
}
.why-choose-one__right-img img {
    float: right;
}
.why-choose-one__right-img-overlay {
    right: auto;
    left: -298px;
    transform: rotate(270deg);
}
.why-choose-one__left .section-title__title{
    text-align: right;
}
p.why-choose-one__left-text{
    margin-bottom: 1rem;
}
/* BLOG SECTION */
.blog-one__single-content-overlay-mata-info > ul {
    padding-right: 0;
}
.blog-one__single-content-overlay-mata-info ul li {
    float: right;
    margin-left: 13px;
    margin-right: 0px;
}
.blog-one__single-content-overlay-mata-info ul li a span::before {
    margin-right: 0;
    margin-left: 3px;
}

/* Start Newsletter One */
.newsletter-one__right{
    margin-right: 70px;
    margin-left: 0;
}
.newsletter-one__right .shape1 > img {
    transform: scaleX(-1);
}
.newsletter-one__right-checkbox{
    text-align: left;
}
.newsletter-one__right-checkbox label span:before {
    right: 0;
    left: auto;
}
.newsletter-one__left .section-title__title{
  text-align: right;
}
.newsletter-form{
    direction: ltr;
}

/* FOOTER SECTION */
.footer-widget__courses > ul {
    padding-right: 0;
}
.footer-widget__social-links > ul,
.footer-widget__links > ul {
    padding-right: 0;
}
.footer-widget__social-links-list li,
.footer-widget__social-links-list li {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
li {
    margin-right: 0;
    /* margin-left: 10px; */
}
.footer-one__bottom-inner ul li a p{
  padding: 0px 10px;
}
.footer-one__bottom-text{
  padding: 5px 0 5px;
}
.footer-one__bottom{
  padding: 10px 0 10px;
}
.footer-one__bottom-text.text-center {
    direction: ltr;
}
/* BACK TO TOP */
.scroll-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 3.8rem;
    height: 3.8rem;
    left: 30px;
    right: auto;
}
.scroll-to-top i{
    font-size: 1.5rem;
}

/* INDEX II PAGE */
.main-slider-two__tagline,
.main-slider__title {
    text-align: center;
}
#main-slider-pagination .swiper-pagination-bullet {
    margin-left: 10px;
}

/* TEXT CENTER */
.categories-two__single-icon .count h5,
.categories-two__single-text h5,
.categories-two__single-text h5 a,
.categories-two__single-text p {
    text-align: center;
}

.welcome-one__left .section-title__title {
    text-align: right;
}

/* NEWS DETAILS PAGE  */
.sidebar a i {
    padding-left: 5px;
}
.news-details ul li {
    padding-right: 5px;
}
.author-one__content {
    margin-left: 0px;
    margin-right: 40px;
}
.news-details__social-list a {
    margin-left: 10px;
}
.comment-one__image {
    right: 0;
}
.comment-one__content {
    margin-left: 0px;
    margin-right: 150px;
}

/* MOBILE VIEW */
.mobile-nav__close {
    right: auto;
    left: 15px;
}
.mobile-nav__content .main-menu__list li a button {
    transform: rotate(90deg);
}
.mobile-nav__contact li > i {
    margin-left: 10px;
    margin-right: 0;
}
.mobile-nav__social a {
    margin-left: 30px;
}
.mobile-nav__wrapper .mobile-nav__content .menu-notification-btn .menu-cart-btn span,
.mobile-nav__wrapper .mobile-nav__content .menu-cart-btn .menu-cart-btn span{
    left: 94% !important;
}
.mobile-nav__content .main-menu__list li a i{
    padding-right: 8px;
}
.mobile-nav__contact li a{
    direction: ltr;
}
.mobile-nav__content .main-menu__list i.fa.fa-angle-down {
    padding-right: 0px;
}
@media only screen and (max-width: 767px) {
    .about-one__left {
        margin-left: 0;
        margin-right: 0;
    }
    .about-one__left-single {
        float: none;
    }
    .about-one__left-overlay {
        left: 0;
    }
    .footer-widget__links {
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__left {
        margin-left: 0;
        margin-right: 0;
    }
    .about-one__left-single {
        float: left;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header--one__top-contact-info {
        margin-right: 0;
        margin-left: 0;
    }
    .about-one__left {
        margin-right: 30px;
    }
}

/* WHATSAPP ICON */

.whatsapp-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 30px;
    right: auto;
    bottom: 7rem;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    background: green;
    z-index: 99;
    text-align: center;
    animation: glowing 1300ms infinite;
}
.whatsapp-icon i{
    color: #ffffff;
    font-size: 1.9rem;
}
@keyframes glowing {
    0% {
      background-color: #2ba805;
      box-shadow: 0 0 5px #2ba805;
    }
    50% {
      background-color: #49e819;
      box-shadow: 0 0 20px #49e819;
    }
    100% {
      background-color: #2ba805;
      box-shadow: 0 0 5px #2ba805;
    }
  }

/* QUALITY COURSE SECTION */
.quality-course {
    display: flex;
    flex-direction: column;
    min-height: 20rem;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
}
.quality-course .features-one__single-icon img {
    /* width: 3rem; */
    height: 4rem;
}
.quality-course h4 {
    text-align: center;
    margin: 0.5rem 0;
}
.quality-course p {
    text-align: center;
    min-height: 4rem;
    margin: 0.5rem 0;
}
.quality-course .features-one__single-text{
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}
.quality-course .thm-btn{
    width: 100%;
    text-align: center;
}
svg.feather.feather-arrow-right {
    transform: rotate(180deg);
}

/* FAQ SECTION */
button.accordion-button.font-medium.font-18.collapsed {
    text-align: right;
}
.accordion-button:not(.collapsed) {
    text-align: right;
}
