/*image-effect-slide-left*/
body.rtl .image-effect-slide-left .overlay-background-image {
    transform: translate3d(50px,0,0);
}
/*carousel pro rtl fix for arrow - rtl css of the template is wrong */
body.rtl .sppb-carousel .fa-chevron-right:before {
    content: "\f054";
}
/*badge - visits*/
body.rtl #sp-footer2 .badge {
    float:left !important;
}
/*carousel*/
body.rtl .sppb-carousel-extended-list{
  direction:ltr;
}
body.rtl .sppb-carousel-extended-outer-stage{
    direction:rtl;
}
/*search page*/
body.rtl .form-check-input {
float:right;
}
/*tabs rtl */
body.rtl .sppb-nav-tabs>li ,body.rtl  .sppb-nav-pills>li,body.rtl .sppb-nav-lines>li,body.rtl .sppb-nav-modern>li {
    float: right;
}
/* articles addon*/
body.rtl .sppb-addon-articles .sppb-article-info-wrap{
  	text-align:right;
}
/*accordion*/
body.rtl .sppb-accordion-icon-position-right .sppb-accordion-icon-wrap {
    float: left;
}
body.rtl .sppb-panel-heading .sppb-toggle-direction {
    left: 20px;
    right: auto;
}
/*offcanvas*/
body.rtl .offcanvas-menu .sp-module ul > li .menu-toggler{
	position:absolute;
  	left:0;
  	top:0;
  	right:auto;
    text-align: left;
}
/*menu*/

body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub.sp-menu-left{
    left: 100% !important;
  right:auto;
}


body.rtl .sp-megamenu-parent>li>a, body.rtl .sp-megamenu-parent>li>span {
    padding-right: 0;
    margin-right: 16px;
}/*
body.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    padding: 0 10px 0 0;
}*/
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    padding-right: 5px;
}
body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    border-radius: 10px;
  border-top-left-radius: 30px;
    border-bottom-right-radius: 10px;
}
body.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item {    
    margin: 5px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;  
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*
body.rtl .offcanvas-menu .sp-module ul > li .menu-toggler{
   	text-align: right;
}*/
body.rtl .offcanvas-menu .sp-module ul > li .menu-toggler:before{
  	margin-right: 8px;
}
@media (max-width: 990px){
body.rtl #offcanvas-toggler.offcanvas-toggler-right {
     margin-left: 0px; 
     margin-right: 0; 
}
}
/*time line*/
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part:before {
    top: 35px;
    left: -11px;
    right:auto;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(225deg) translateY(50%);
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    margin-left: 23px;
    float: left;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel:before {
   top: 42px;
    right: 1px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-314deg) translateY(-50%);
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    margin-right: 22px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/