@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root {
    --font-family: 'Cairo', sans-serif;
}

body {
    font-family: var(--font-family);
    direction: rtl;
}

a,
button,
input,
select,
textarea,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
option,
textarea {
    font-family: var(--font-family) !important;
}

.common-title h2 {
    font-family: var(--font-family);
}

.logo-wrap-2 {
    border-radius: 0 0 0 16px;
}

.e-primary-btn.has-icon {
    padding: 5px 25px 5px 5px;
}

.e-primary-btn .icon-wrap .icon {
    justify-content: flex-start;
}

.common-title h2 {
    text-align: start;
    font-size: 42px;
}

.shape-wrapped-thumb-1 .experience-shape-2 {
    right: auto;
    left: 50px;
}

.positioned-shape {
    right: auto;
    left: 70px;
}

.about-us-content .text {
    text-align: start;
    direction: rtl;
}

.benefits ul li::before {
    left: auto;
    right: 0;
}

.benefits ul li::after {
    right: 7px;
    left: auto;
}

.benefits ul li {
    padding-left: 0;
    padding-right: 37px;
}

.c-tabs-wrapper .nav-tabs {
    padding: 0;
}

.text-center .common-title h2 {
    text-align: center;
}

.breadcrumb-thumb {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.breadcrumb-content {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    padding-left: 100px;
    padding-right: 180px;
    margin-right: 0;
    margin-left: -15px;
}

.breadcrumb-content:before {
    right: auto;
    left: 0;
    transform: skewX(5deg);
}

.breadcrumb-nav ul li:after {
    transform: scaleX(-1);
    position: relative;
    display: inline-block;
}

.why-us-section-6 .thumb .thumb-2 {
    left: auto;
    right: -20px;
}

.why-us-section-6 .thumb .thumb-3 {
    right: auto;
    left: 4px;
}

.why-us-section-6 .thumb .thumb-3 .shape-wrapped-thumb .experience-shape {
    left: auto;
    right: -190px;
}

.main-menu-2 ul li a {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 16px;
}

.blog-slider-active {
    margin-right: 0;
    margin-left: -280px;
}