body {
    direction: ltr;
    text-align: start;
}
.sidebar {
    right: auto;
 left: -350px;
}
.sidebar-width{
    left: 0px;
    
}
input,.wpcf7 input[type="url"],
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"],textarea,form{
    direction: ltr;
}
.site-search .close-side i{
    left: auto;
    right: 20px;
}
.sidebar .side-content ul li a {
    text-align: right;
}

.lolo-co{
    float: left;
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInRight;
}
.animate__fadeInRight {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.animate__slideInRight{
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;  
}
.animate__slideInLeft{
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;  
}
.animate__bounceInRight {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;    
}
.animate__bounceInLeft {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;    
}
.site-search .woocommerce-product-search .search-field,
 .site-search .widget_search .search-form .search-field{
padding-right: 36px;
padding-left: 15px;
}
.site-search button {
    right: 0;
    left: auto;
}
.site-search .woocommerce-product-search .search-field,
 .site-search .widget_search .search-form .search-field{
direction: ltr;
}


.comp-rights {
    text-align: right;
}

.title::after{
    right: -40px;
    left: auto;
}
.about .about-info::before{
    right: -25px;
    left: auto;
}
.about .about-info::after{
    right: 104px;
    left: auto;
}

.mynav {
    margin-inline-start: 0px;
}
.baner-info h1 {
    font-size: 48px;
}

.card-header .btn::after {
left:auto;
    right: 16px;
}
header .main-menu li a {
    font-size: 15px;
    padding: 5px 4px;
}
.service-item h3 {
    font-size: 16px;
    line-height: 27px;
}
.service-item h6 {
    min-height: 95px;
}
.client-item {
    direction: ltr;
}   
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr !important;
}
@media (max-width:768px){

    .about .about-info::after {
        right: 14px;
        top: -20px;
    }
    .about .about-info::before {
        right: -14px;
        bottom: -26px;
    } 

}