/* ===================================================================================

Theme Name: Bexon Child
Theme URI: https://bexon.themejunction.net/
Author: Theme Junction
Author URI: https://themeforest.net/user/theme-junction/portfolio
Description: Bexon is a Corporate Business  WordPress Theme.
Version: 1.0.0
Template: bexon
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

We encourage you to create Child theme for any modifications you will want to do.

Why use Child theme?

Because of future updates we may provide for this theme that will overwrite your
modifications and all your custom work.

If you are not familiar with Child Themes, you can read about it here:
http://codex.wordpress.org/Child_Themes
http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

.client-logo img {
    max-height: 65px !important;
}

[dir="rtl"] body, [dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6, [dir="rtl"] p, [dir="rtl"] a, [dir="rtl"] ul, [dir="rtl"] li, [dir="ltr"] button, [dir="rtl"] .lang-item-ar a{
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

[dir="rtl"] .slider-bg-image {
  transform: scaleX(-1);
}

.testimonial-slider-2 .swiper-pagination-area {
    bottom: 0px !important;
}

[dir="rtl"] .feature-contact {
    direction: ltr;
}


[dir="rtl"] .contact-list a {
    direction: ltr;
}

.service-item .service-icon {
    background: linear-gradient(-45deg, rgb(138 81 30 / 30%) 0%, rgba(30, 138, 138, 0) 50%, rgb(138 70 30 / 30%) 100%) !important;
    border: 1px solid rgb(138 90 30 / 15%) !important;
}