.rtl .offcanvas nav a.nav-link{
  text-align: right;
}
.rtl .offcanvas nav a.nav-link i.me-3{
    margin-right: unset!important;
    margin-left: 1rem!important;
}
.rtl .section-one .btn-1{
    margin: 40px 0 0 auto;
}
.rtl .section-one .background-image{
    transform: scaleX(-1);
}
.rtl .section-one .background-image .row{
    transform: scaleX(-1);
}
.rtl .section-three .decors.translate-middle {
    transform: translate(50%,-50%)!important;
}
.rtl .section-three .picture.translate-middle {
    transform: translate(50%,-50%)!important;
}
.rtl .section-three .border {
    border-left: unset!important;
    border-right: 9px solid #666666!important;

}
.rtl .section-three .textp p{
    text-align: right;
}
.rtl .strip-circle{
    left: unset;
    right: 30px;
}
.rtl .section-four .base{
    right: unset;
    left: 0;
}
.rtl .fill-circle{
    right: unset;
    left: 50px;
}
.rtl .section-four .left-img{
    margin: 0px 100px 0 0px;
}
.rtl .section-six .Six-D{
    padding: 20px 0px 20px 40px;
}
.rtl .section-six .Six-img2{
    margin-left: unset;
    margin-right: auto;
}
.rtl .section-seven .shape-1{
    right: unset;
    left: 0;
}
.rtl .section-seven .seven{
    right: unset;
    left: 60px;
}
.rtl .rtl .section-seven .seven img{
    transform: scaleX(-1);
}
.rtl .section-nine .nine-img1{
    margin-right: 520px;
    margin-left: unset;
    transform: translateY(-50%);
}
.rtl .section-nine .contect-text p{
    text-align: right;
}
.rtl .contect-text h2{
    margin-left: unset;
    margin-right: 5px;
}
.rtl .scoll-top{
    right: unset;
    left: 0;
}
.rtl .btn-close-white.ms-auto{
    margin-left: unset!important;
    margin-right: auto!important;
}
@media (min-width: 992px){
    .rtl .pe-lg-5 {
        padding-right: unset!important;
        padding-left: 3rem!important;
    }
}
@media (min-width: 768px){
   .rtl .ps-md-5 {
        padding-left: unset!important;
        padding-right: 3rem!important;

    }
}
@media (max-width: 768px){
.rtl .section-six .Six2 {
    transform: translate(50%, -50%);
}
.rtl .section-four .card{
    margin-right: unset;
    margin-left: 188px;
}
}
@media (max-width: 575px){

    .section-four .fill-circle {
        right: unset;
        left: 0;

    }
}