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 .close-side i {
   right: 40px;
   left: auto;
}
.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;
}

.carousel-info{
    text-align: start;
    left: 126px;
    right: auto;
}
.about-info h4::before,
.about-item .title h5::after,
footer h3::after{
    left: 0;
    right: auto;
}
.about .about-video::after{
    left: 30px;
    right: auto;
}

.mynavbar .nav-link {
    padding: 1px 4px;
}
.mynavbar ul li {
    margin-inline-start: 6px;
}

.carousel-info h2 {
    font-size: 54px;
}
.logo img {
    max-height: 72px;
}
.about-info h4 {
    font-size: 32px;
    line-height: 43px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr !important;
}

.more button i {
    transform: scaleX(1);
    padding-inline-start: 10px;
}


@media (max-width:768px){

    .carousel-info{
        left: 0;
        bottom:-23px;
    }
.title h5::after {
    left: 50% !important;
    transform: translateX(-50%);
}
}