body.rtl .flex-row.hbetween{
  direction: rtl;
}

body.rtl .header .logo{
  margin-left: auto;
  margin-right: 0;
}

body.rtl .screen_single {
    direction: rtl;
}

body.rtl .tocken_item_title i{
	margin-right:0;
	margin-left:20px;
}

body.rtl .screen1 .flex-row .right{
  left: 0;
  right: auto;
}

body.rtl .screen1 .bottom{
  direction: rtl;
}

body.rtl .screen1 .bottom .col .line img {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}

body.rtl .screen1 .bottom .col .line{
  padding-right: 0;
  padding-left: 40px;
}

body.rtl .screen1 .bottom .col:not(:last-of-type) {
    padding-right: 20px;
    padding-left: 20px;
    border-right: none;
    border-left: 1px solid #3383DB;
}

body.rtl .screen1 .bottom .col:not(:first-of-type) {
    padding-right: 20px;
}

body.rtl .heading{
  direction: rtl;
}

body.rtl .screen2 .pagination-wrap{
  direction: rtl;
}

body.rtl .screen2 .pagination-wrap button.uncheck:before {
  margin-left: 5px;
}

body.rtl .screen2 .pagination-wrap button.check:before{
  margin-left: 5px;
}

body.rtl .steps-slider-wrap .slide{
  direction: rtl;
}

body.rtl .steps-slider-wrap .owl-nav{
  right: 0;
  left: auto;
}

body.rtl .screen4 .team-slider .owl-stage-outer {
    padding-right: calc(((100vw - 1280px) / 2) + 15px);
    padding-left: 0;
}


body.rtl .screen4 .team-slider .owl-nav {
    margin-top: 30px;
    padding-right: calc(((100vw - 1280px) / 2) + 15px);
    padding-left: 0;
    direction: ltr;
    text-align: end;
}

body.rtl .screen4 .team-slider .slide .text-inner{
	direction:rtl;
}

body.rtl .screen5{
  direction: rtl;
}

body.rtl .screen6{
  direction: rtl;
}

body.rtl .screen6 .grid-row .col img{
  margin-right: 0;
  margin-left: 15px;
}

body.rtl .screen6 .benefits .col img{
  margin-right: 0;
  margin-left: 15px;
}

body.rtl .screen7 .news-slider-wrap .news-slider .new {
  direction: rtl;
}

body.rtl .screen7 .news-slider-wrap .news-slider .new .right p {
  text-align: right;
}

body.rtl .screen7 .news-slider-wrap .news-slider .owl-nav {
    text-align: right;
  }

body.rtl .block_s8{
  direction: rtl;
}

body.rtl .left_block_s8 h3 {
  margin-right: 0;
  margin-left: 20px;
}

body.rtl .left_block_s8 h3.active_btn{
  margin-left: 0;
}

body.rtl .block_s9_all{
  direction: rtl;
}

body.rtl .screen10{
  direction: rtl;
}

body.rtl .block2_s10 a:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
    border-left: 2px solid #EEEEEE;
    margin-left: 20px;
}

body.rtl .block3_s10 video {
    top: -80px;
    left: -40px;
    right: auto;
}

body.rtl footer footer{
  direction: rtl;
}

body.rtl .screen5 .image-wrap .block ul li{
  padding-left: 0;
  padding-right: 30px;
}

body.rtl .screen5 .image-wrap .block ul li:before{
  right: 0;
  left: auto;
}

body.rtl footer{
	direction:rtl;
}

body.rtl .screen_p2{
	direction:rtl;
}

body.rtl .screen_p2:before{
	right:auto;
	left:0;
}

body.rtl .screen_p3{
	direction:rtl;
}

body.rtl .text_p3 div:nth-child(1) {
    margin-right: 0;
	margin-left:60px;
}



