html {
    direction: rtl;
 }
 
 /* Text Alignment */
 .text-left {
    text-align: right !important;
 }
 
 .text-right {
    text-align: left !important;
 }
 
 /* Navigation */
 /* .navbar-nav > li {
    float: right;
 } */
 
 .dropdown-menu {
    text-align: right;
 }
 
 /* Carousel */
 .carousel-control.right {
    right: auto;
    left: 5px;
 }
 
 .carousel-control.left {
    left: auto;
    right: 5px;
 }
 
 /* Columns */
 .row > [class*="col-"].pull-right {
    float: left;
 }
 
 .row > [class*="col-"].pull-left {
    float: right;
 }
 
 /* Pagination */
 .pagination > li {
    float: right;
 }
 
 /* Breadcrumbs */
 .breadcrumb {
   margin-right: 0px;
   margin-left: 11px;
 }
 
 .breadcrumb > li + li:before {
    content: "00AB";
    float: left;
    margin-right: 0.5em;
    margin-left: 0.5em;
 }
 
 /* Labels */
 .label {
    border-radius: 0.25em 0 0 0.25em;
 }
 
 /* Panels */
 .panel-title > a {
    float: right;
 }
 
 /* Modals */
 .modal-dialog {
    text-align: right;
 }
 
 .modal-footer {
    border-top: 1px solid #e5e5e5;
    text-align: left;
 }
 
 /* Tooltips */
 .tooltip.right .tooltip-arrow {
    border-right-color: #000;
 }
 
 .tooltip.left .tooltip-arrow {
    border-left-color: #000;
 }
 
 /* Misc */
 .close {
    float: left;
 }

 .dropdown-menu>li>a {
   text-align: right !important;
}
.dropdown-menus>li>a{
   text-align: right !important;
}
.latest-news-title-wrapper {
   padding-right: 50px;
}
.item .overlay-new h4:after {
   right: -12px;
}

.item .overlay-new {
   padding: 70px 53px 0 0px !important;
}

.footer-recent-post ul li a:before {
   content: '\25C4' !important;
}
.footer-recent-post ul li a:before {
   right: -8px !important;
   left: auto!important;
   transform: rotate(0deg);
   font-size: 14px;
}

.footer-recent-post ul li a {
   padding-left: 0!important;
   padding-right: 12px!important;
 }

 .new_element {
   bottom: 2px !important;
   right: 2px !important;
   transform: rotate(270deg) !important;
}
.footer-item ul {
   list-style: none;
   margin: 0;
   padding: 0;
   margin-right: 12px;
 }

 .ndf-main-title-viewmore.white-style .viewmore-icon svg {
   transform: rotate(0deg) !important;
}

#scroll-left , #scroll-right {
   transform: rotate(180deg) !important;
 }
 

.dropdown span.arrow{
   float: left;
   margin-right: 5px;

}

.dropdowns span.arrow{
   float: left;
   margin-right: 5px;
}

.rev_slider li.tp-revslider-slidesli {
   position: absolute!important;
   direction: ltr !important;
}



.swiper-button-next, .swiper-rtl .swiper-button-prev {
   right: 230px !important;
   top: -243px !important;
   float: left !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
   transform: rotate(180deg);
}

.call-to-action svg {
   transform: rotate(180deg)  !important;
}

.banner-heading {
   text-align: right !important;
   position: absolute;
   top: 15%;
   line-height: 56px;
   margin-right: -14px;
}

.banner-heading span{
     background:linear-gradient(270deg,#00000078,transparent);
 }

.inner-news-box .inner-news-box-photo:after {
   left: -50px !important;
}

.banner-heading span:before {
   margin-right: 0px !important;
   margin-left: 10px;
 }

 .navbar-nav>li {
   float: right !important;
}

.float-right .teameven {
   margin-left: 5px !important;
   margin-right: auto !important;
}
.float-right .teamodd {
   margin-left: auto !important;
   margin-right: 5px !important;
}
.dropzone .ms-4 {
   text-align: right;
 }

 [data-kt-stepper-action="next"] svg {
   transform: rotate(180deg);
}

[data-kt-stepper-action="previous"] svg {
   transform: rotate(180deg);
}
 .dark .lang-right.col-md-1.col-xs-1.d-flex {
   right: 60px !important;
}
/* Extra Small Devices (xs): Up to 575.98px */

@media (max-width: 575.98px) { 
   .light-menu-bar {
      right: -12% !important;
  }
  .active.light-menu-bar {
   right: 6% !important;
}
  .lang-right.col-md-1.col-xs-1.d-none.d-sm-block.d-flex {
   left: 75px !important;
 }


}
/* Small Devices (sm): 576px to 767.98px */

@media (min-width: 576px) and (max-width: 767.98px) { 
      .social-icons-header{
         display: none;
      }
      .search-icon {
         flex: 1 1 auto;
      }
      .lang-right{
         flex: 1 1 auto;
      }
      span.text-light.cursor-pointer {
         left: 166px !important;
      }
      .dark .menu_bars {
         right: 64%;
      }

      .light-menu-bar {
         right: -12% !important;
     }

     
    .lang-right.col-md-1.col-xs-1.d-none.d-sm-block.d-flex {
      left: 75px !important;
    }
   


 }
/* Medium Devices (md): 768px to 991.98px */

@media (min-width: 768px) and (max-width: 991.98px) { 
  .social-icons-header{
    display: none;
  }
  .search-icon {
    flex: 1 1 auto;
  }
  .lang-right{
    flex: 1 1 auto;
  }
   span.text-light.cursor-pointer {
      left: 50px !important;
   }
   .dark .menu_bars {
      right: 64%;
   }

  


 }
/* Large Devices (lg): 992px to 1199.98px */

@media (min-width: 992px) and (max-width: 1199.98px) { 
   span.text-light.cursor-pointer {
   
      left: 125px !important;
   }

   .social-icons-header {
      right: 0px  !important;
  }


}
/* Extra Large Devices (xl): 1200px and larger */

@media (min-width: 1200px) { 
span.text-light.cursor-pointer {
  
   left: 150px !important;
}
li.search-icon {
   left: 0px  !important;
}
 }