body {
    direction: ltr;
    text-align: start;
    font-family: "OpenSans";
}

.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;
}

li.menu-item-has-children>a::after {
    left: auto;
    right: -13px;
}

ul.sub-menu {
    right: auto;
    left: 0;
}

.home-slider .row {
    direction: ltr;
}

.serv-img::after {
    right: -6px;
    left: auto;
}


.close-side i {
    right: auto;
    left: 20px;
}

.site-search .close-side i {
    left: auto;
    right: 20px;
}




.lolo-co {
    float: left;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInRight;
}

.fadeInRight {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.search-btn i {
    margin-left: 0;
    margin-right: 12px;
}

.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;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    right: 0;
    left: auto;
}


.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr !important;
}

section.about::after {
    right: 0;
    left: auto;
    transform: scaleX(-1);
}

.slider-home .owl-item .slider-img img {
    border-radius: 0 199px 0 0;
}

.input-group.upload span.uplod {
    right: 16px;
    left: auto;
}

form {
    direction: ltr;
}

section.projects-sec::before {
    border-radius: 0 110px 0 0;
}

.slider-info {
    direction: ltr;
}

.product-item,
.project-item {
    direction: ltr;
}

.product-item .more-details i,
.project-item .more-details i {
    transform: scaleX(-1);
}

.product-item:hover .more-details i,
.project-item:hover .more-details i {
    transform: rotate(135deg);
}

.service-item:hover .serv-img::after {
    transform: translateX(-20px);
}

.form-group.mobil span.mob-num {
    left: auto;
    right: 16px;
}
.vission-details p {
    min-height: 196px;
}
@media (max-width:768px) {

    .product-item:hover .more-details i,
    .project-item:hover .more-details i {
        transform: scaleX(-1) rotate(0deg) !important;
    }
}

.about-info h4 {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 48px;
}


.project-slider {
    margin-inline-start: 0;
    margin-inline-end: 8%;
}
.card-slider.owl-theme .owl-nav .owl-next, .project-slider.owl-theme .owl-nav .owl-next {
    right: 140px;
}












