html {
  direction: ltr;
  text-align: left;
}

.float-start{
	float:right!important;
}

.text-sm-end,
.text-md-end,
.text-lg-end,
.text-xl-end,
.text-end{
	text-align: left!important;
}


.fa-angle-left,
.icon-feather-chevron-left,
.icon-feather-chevron-right,
.fa-arrow-left,
.icon-feather-arrow-left {
	transform: rotate(180deg);
}

.scroll-progress{
	left: auto!important;
}

.navbar .btn.btn-switch-text.btn-medium > span{
	font-size: 13px!important;
}

/*.scroll-progress*/

.rawahel-sticky__link{
	right: 35px!important;
	left: auto;

}

.wpcf7 textarea{
	height: 150px;
}

@media (min-width: 768px) {
    .rawahel-sticky__link {       
        right: 40px;
        left: auto!important;
    }
}

.lang-switcher{	
    left: auto!important;
    right: 150px;    
    /*padding-left: 0;
    padding-right: 50px;*/
} 