@import url('https://fonts.googleapis.com/css2?family=El+Messiri&display=swap');
body{
    direction: rtl;
    font-family: 'El Messiri', sans-serif;
}
/*.menu-toggle .menu-toggle-icon{*/
/*    transform: rotate(180deg);*/
/*}*/
.menu-toggle .menu-toggle-container{
    transform: rotate(180deg);
}
.circular-text .emblem.to-top-right{
    left: -5rem;
    right: initial;
}
.button .button-icon{
    transform: rotate(180deg);
    margin-right: -0.75rem;
    margin-left: 0;
    padding-left: 0.75rem;
  
}
.shock-footer .footer-content .nav-list .nav-item:last-child .nav-link{
    direction: ltr;
}
.swiper .swiper-button-prev{
    left: inherit;
    right: 0;
}
.swiper .swiper-button-next{
    right: inherit;
    left: 0;
}
.lg-outer {
    direction:ltr;
}
.arrow-button .arrow .item:nth-child(1) {
    transform-origin: right bottom;
    transform: rotate(135deg) translate3d(5px, -13px, 0);
}
.subscribe-form .form-group .theme-btn{
    left: 0;
    right: inherit;
}
.subscribe-form .form-group input[type=text], .subscribe-form .form-group input[type=email]{
    padding-left: 60px;
    padding-right: 15px;
}
.label-vertical.to-bottom-right-out {
    right: inherit;
    left: -25px;
}
.extended-intro .text-1{
    text-align: right;
}
.extended-intro .text-2{
    text-align: right;
}
.breadcrumb-nav .breadcrumb-item{
    padding-left:0 ;
    padding-right:8px ;
}
.breadcrumb-nav .breadcrumb-item .icon{
    margin-right: 0;
    margin-left: 5px;
}
.extended-intro .description{
    text-align: right;
}
.branche .btn.btn-rounded{
    float: left;
}
.user-links li a ,.menu-grid .menu-grid-minor-item{
    direction: initial;
}
.button .button-text ,.arrow-button .text ,.badge ,.label-horizontal ,.label-vertical ,.tooltip-item .tooltip-inner ,.collapsible .collapse-group .collapse-button .collapse-number ,.counter ,.line-progress-bar .outline .progressbar-text , .radial-progress-bar .outline .progressbar-text , .shock-footer .footer-content .title ,.shock-footer .footer-content .footer-brand .logo-after-text ,.shock-footer .footer-content .footer-brand .site-title ,.shock-footer .footer-content .footer-image .title{
    font-family: 'El Messiri', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'El Messiri', sans-serif;
}
.text-style-1, 
.text-style-2, 
.text-style-3, 
.text-style-4, 
.text-style-5, 
.text-style-6, 
.text-style-7, 
.text-style-8{
    font-family: 'El Messiri', sans-serif;
}
.menu-grid .menu-grid-main-item {
    font-family: 'El Messiri', sans-serif;
}
.shock-section {
    overflow: hidden;
}
.box-image {
    order:2;
}
.top-address h5 a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    direction: ltr;
}
.top-address h5 {
    padding-left: 0;
    position: relative;
    padding-right: 18px;
}
.top-address p {
    padding-left: 0;
    position: relative;
    padding-right: 18px;
}
.top-address p i {
    position: absolute;
    right: -15px;
}
.top-address h5 a i {
    position: absolute;
    right: -15px;
    left: unset;
}

.is-open {
    position: absolute;
    left: 5.5rem;
    right: unset;
}

@media (max-width: 767px) {
.is-open {
    position: absolute;
    left: 54.5rem;
    right: unset;
}
}