            /*---------------------------------
	MBA custom CSS
---------------------------------*/
            /* ------------------------- Master AR ------------------------- */
            /* ------------------------- Master EN ------------------------- */
            /* ------------------------- index AR ------------------------- */
            
            .container {
                max-width: 80%;
            }
            /* ---------- upper info ---------- */
            
            .rs-header-top.rs-header-top-two {
                padding: 8px 50px 8px 50px;
            }
            
            .rs-header-top.rs-header-top-two .rs-header-contact-item span {
                font-size: 16px;
                font-weight: 500;
            }
            
            html[dir="rtl"] .rs-header-top.rs-header-top-two .rs-header-contact-item span {
                font-size: 14px;
            }
            
            .rs-header-top.rs-header-top-two .rs-header-contact-item h6 {
                font-size: 14px;
                font-weight: 700;
            }
            
            .rs-header-top.rs-header-top-two .rs-header-contact-item h6.en-content {
                font-size: 15px;
            }
            
            .rs-header-top.rs-header-top-two .rs-header-contact-item h6 a:hover {
                color: var(--rs-theme-orange);
            }
            /* ---------- side menu ---------- */
            
            .offcanvas-contact-icon {
                display: inline-block;
                border: none;
                color: var(--rs-theme-yellow);
            }
            
            .offcanvas-contact-icon i {
                display: inline-block;
                font-size: 20px;
            }
            /* ---------- menu ---------- */
            
            .main-menu li a {
                font-size: 20px;
                font-weight: 700;
            }
            
            html[dir="rtl"] .main-menu li a {
                font-size: 18px;
                font-weight: 700;
            }
            
            .hamburger-menu-title {
                display: none;
            }
            /* ---------- Slider ---------- */
            
            .rs-banner-eight .rs-banner-navigation {
                position: absolute;
                inset-inline-start: 220px;
            }
            
            .rs-banner-eight .rs-banner-title {
                font-size: 60px;
                text-transform: capitalize;
                max-width: 800px;
                line-height: 1.07;
            }
            
            .rs-banner-eight .rs-banner-navigation {
                position: absolute;
                inset-inline-start: 200px;
                /* inset-inline-end: 110px; */
                z-index: 55;
                bottom: 15px;
                display: flex;
                gap: 15px;
            }
            
            html[dir="rtl"] .rs-banner-eight .rs-banner-title {
                font-size: 60px;
                max-width: 800px;
            }
            
            .eac-banner .swiper-slide {
                height: calc(100vh - 160px);
            }
            /* overlay gradient layer */
            
            .rs-banner-overlay-gradient {
                position: absolute;
                width: 100%;
                height: 100%;
                background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0) 80%);
                top: 0
            }
            
            html[dir="rtl"] .rs-banner-overlay-gradient {
                background: linear-gradient(-90deg, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0) 80%);
                top: 0
            }
            /* BG IMG */
            
            .rs-banner-bg-thumb {
                background-position: center right;
                background-size: cover;
                background-color: #000;
            }
            
            html[dir="rtl"] .rs-banner-bg-thumb {
                background-position: center left;
            }
            /* ---------- about ---------- */
            
            .rs-about-five .rs-about-content-wrapper {
                margin-top: 40px;
            }
            /* ---------- products ---------- */
            
            .eac-p-bg {
                background: url(../images/img/home/products/services-bg-004.jpg);
                background-position: top center;
                background-repeat: repeat;
                padding-top: 50px;
                padding-bottom: 50px;
            }
            
            .rs-swiper-btn.has-theme-yellow {
                background: var(--rs-theme-orange);
                color: rgb(255, 255, 255);
                border: 1px solid rgba(0, 0, 0, 0.1);
                border-radius: 5px;
            }
            
            .rs-swiper-btn.has-theme-yellow:hover {
                background: #d88328;
                color: #fff;
            }
            
            html[dir="ltr"] section.rs-services-area.eac-p-bg.rs-services-eight.rs-swiper h3 {
                font-size: 34px;
            }
            /* ---------- statstics ---------- */
            
            .rs-counter-one .rs-counter-number,
            .rs-counter-one .prefix {
                font-weight: 700;
            }
            
            .home-clients .rs-services-navigation {
                display: flex;
                justify-content: end;
                gap: 25px;
            }
            /* ---------- footer ---------- */
            
            html[dir="rtl"] .rs-footer-widget-links ul li a {
                font-size: 16px;
            }
            
            html[dir="rtl"] .rs-footer-widget-links ul li a:hover {
                padding-inline-start: 18px;
            }
            
            html[dir="rtl"] .rs-footer-widget-links ul li a::before {
                content: "\f060";
                font-size: 14px;
                top: 2px;
            }
            
            .rs-footer-widget-title {
                font-size: 19px;
            }
            
            html[dir="rtl"] .rs-footer-widget-title {
                font-size: 17px;
                ;
            }
            
            html[dir="rtl"] .rs-footer-widget-stroke-text .rs-footer-stroke-text {
                font-size: 36px;
            }
            /* ------------------------- Magnific Popup ------------------------- */
            
            .mfp-title {
                text-align: center;
                line-height: 18px;
                color: #F3F3F3;
                word-wrap: break-word;
                font-weight: 700;
                padding-right: 0px;
                padding-top: 10px;
            }
            
            .mfp-counter {
                direction: ltr;
            }
            
            .popup-image {
                position: relative;
                display: block;
            }
            
            .eac-popup-img-wrapper {
                position: relative;
                width: 100%;
                height: 100%;
            }
            
            .popup-image .zoom-icon-item {
                display: block;
                opacity: 0;
                position: absolute;
                z-index: 9;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 24px;
                /* color: var(--rs-theme-yellow); */
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                background: rgba(255, 255, 255, 0.6);
                transition: all 0.5s ease;
                border-radius: 50%;
            }
            
            .popup-image:hover .zoom-icon-item {
                opacity: 100;
            }
            
            .gallery-title {
                padding-top: 10px;
                display: block;
                text-align: center;
                font-weight: 700;
            }
            
            .popup-image:hover .gallery-title {
                color: var(--rs-theme-yellow);
            }
            
            .popup-image:hover img {
                transform: scale(1.03);
            }
            
            .gallery_eac_card img {
                display: block;
                width: 100%;
                height: auto;
            }
            /* ------------------------- clients ------------------------- */
            
            .rs-brand-one .rs-brand-thumb img {
                width: 100%;
            }
            /* ------------------------- inner ------------------------- */
            
            .rs-breadcrumb-one {
                padding-top: 125px;
                padding-bottom: 125px;
            }
            
            html[dir="ltr"] .rs-breadcrumb-bg {
                background-position: 80% 50%;
            }
            
            html[dir="rtl"] .rs-breadcrumb-bg {
                background-position: 20% 50%;
            }
            
            html[dir="rtl"] .rs-breadcrumb-one .rs-breadcrumb-menu ul li:not(:last-child)::before {
                content: "\ea64";
                position: absolute;
                font-family: remixicon !important;
                font-size: 20px;
                inset-inline-end: -28px;
                opacity: 1;
                color: var(--rs-white);
            }
            
            .rs-breadcrumb-one .rs-breadcrumb-menu ul li span a:hover {
                color: var(--rs-theme-yellow);
            }
            /* ------------------------- clients & projects ------------------------- */
            
            .eac-ul li {
                line-height: 200%;
            }
            /* ------------------------- products ------------------------- */
            
            .products-page .container {
                max-width: 90%;
            }
            
            .rs-square-btn.has-light-bg {
                color: #FFF;
                background: var(--rs-theme-yellow);
            }
            
            .rs-square-btn.has-icon .icon-box svg path {
                fill: #FFF;
            }
            
            .rs-services-three .rs-services-content {
                padding: 15px 15px;
                padding-bottom: 25px;
            }
            
            .rs-square-btn.has-light-bg:hover {
                background: var(--rs-theme-yellow);
            }
            
            .rs-services-title a {
                display: block;
            }
            
            .product-title-box {
                display: block;
            }
            
            html[dir="rtl"] .product-title-box {
                font-size: 18px;
            }
            
            .product-size-box {
                display: block;
                padding: 5px;
                font-size: 17px;
                background: var(--rs-theme-yellow);
                color: #FFF;
                margin-top: 5px;
                border-radius: 5px;
                font-weight: 400;
            }
            
            html[dir="rtl"] .product-size-box {
                font-size: 14px;
            }
            
            .rs-services-thumb .zoom-icon-item {
                display: block;
                opacity: 0;
                position: absolute;
                z-index: 9;
                top: calc(50% - 20px);
                right: calc(50% - 20px);
                font-size: 24px;
                /* color: var(--rs-theme-yellow); */
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                background: rgba(255, 255, 255, 0.6);
                transition: all 0.5s ease;
                border-radius: 50%;
            }
            
            .rs-services-thumb:hover .zoom-icon-item {
                opacity: 100;
            }
            
            .rs-services-text-btn a {
                font-size: 17px;
                font-weight: 700;
            }
            
            html[dir="rtl"] .rs-services-text-btn a {
                font-size: 16px;
            }
            
            .rs-services-item {
                box-shadow: var(--rs-box-shadow);
                margin-bottom: 10px;
            }
            
            .rs-services-item a {
                cursor: pointer;
            }
            
            html[dir="ltr"] .product-title-box {
                font-size: 18px;
            }
            /* ------------------------- Products modals ------------------------- */
            
            .products-modals .modal-body {
                font-weight: 500;
                color: #000;
            }
            
            .products-modals li {
                vertical-align: middle;
            }
            
            .products-modals li::marker {
                color: #d88328;
                font-size: 30px;
                vertical-align: middle;
                display: inline-block;
            }
            
            .modal-backdrop.show {
                opacity: 0.8;
            }
            
            .modal-xl {
                width: 65%;
                max-width: 65%;
                margin: auto;
            }
            /* ------------------------- contacts ------------------------- */
            
            .rs-contact-item,
            .rs-contact-item p {
                font-weight: 500;
            }
            
            .rs-contact-nine .rs-contact-item .rs-contact-icon {
                background: var(--rs-theme-orange);
                color: #FFF !important;
                fill: #FFF !important;
            }
            
            .rs-contact-nine .rs-contact-item .rs-contact-icon svg path {
                fill: #FFF !important;
            }
            /* ------------------------- common ------------------------- */
            
            .light-gold-color {
                color: #d9a443 !important;
            }
            
            .dark-gold-color {
                color: var(--rs-theme-yellow) !important;
            }
            
            .dir-ltr {
                display: inline-block;
                direction: ltr;
            }
            
            .text-justify {
                text-align: justify;
            }
            
            .pe-10 {
                padding-left: 15rem!important
            }
            
            .section-space {
                padding-top: 70px;
                padding-bottom: 70px;
            }
            
            .eac-ul {
                margin: 20px 45px;
            }
            
            .eac-ul li::marker {
                color: var(--rs-theme-yellow);
                vertical-align: middle;
                display: inline-block;
            }
            
            img.nice-border {
                outline: 3px solid rgba(255, 255, 255, 0.7);
                outline-offset: -12px;
                border-radius: 5px;
            }
            
            .section-title-text {
                font-size: 21px;
                font-weight: 700;
            }
            
            .products-page .section-title-text {
                font-size: 28px;
                font-weight: 700;
            }
            
            .section-title-line {
                display: block;
                width: 100%;
                height: 2px;
                background: var(--rs-theme-yellow);
            }
            
            .lih-1-6 {
                line-height: 160%;
            }
            
            .lih-2 {
                line-height: 200%;
            }
            
            .letter-spc {
                letter-spacing: 2px;
            }
            
            html[dir="ltr"] .en-start {
                text-indent: 25px;
            }
            
            html[dir="ltr"] .en-start::first-letter {
                text-transform: uppercase;
                font-weight: 700;
                font-size: 120%;
            }
            /* ====================================================================================================
Responcive Cases |----------------------------- |
================================================================= */
            /* ------------------------| master All |------------------------ */
            
            @media only screen and (max-height:900px) {
                .rs-banner-eight .rs-banner-title {
                    font-size: 50px;
                    max-width: 850px;
                }
                .rs-banner-descrip h5 {
                    font-size: 20px;
                }
            }
            
            @media only screen and (max-width:1600px) {
                .rs-banner-eight .rs-banner-title {
                    font-size: 50px;
                    max-width: 850px;
                }
                html[dir="rtl"] .rs-banner-eight .rs-banner-title {
                    font-size: 50px;
                    max-width: 850px;
                }
                .rs-banner-descrip h5 {
                    font-size: 16px;
                }
                .products-page .container {
                    max-width: 98%;
                }
                .product-size-box {
                    font-size: 14px;
                }
                .offcanvas-contact ul li:not(:last-child) {
                    margin-bottom: 5px;
                }
                .container {
                    max-width: 90%;
                }
                .about-page .container {
                    max-width: 75%;
                }
                .products-page .container {
                    max-width: 98%;
                }
            }
            
            @media only screen and (max-width:1400px) {
                .rs-header-area .rs-theme-social {
                    display: none;
                }
                .rs-header-one .rs-header-menu {
                    margin-inline-end: auto;
                    padding-inline-start: 10px;
                }
                .main-menu li a {
                    font-size: 18px;
                    font-weight: 500;
                    padding: 15px 15px;
                }
            }
            
            @media only screen and (max-width: 1366px) {
                .container {
                    max-width: 90%;
                }
                h2,
                .h2 {
                    font-size: 36px;
                }
                h3,
                .h3 {
                    font-size: 30px;
                }
                h4,
                .h4 {
                    font-size: 26px;
                }
                .eac-banner .swiper-slide {
                    height: calc(100vh - 200px);
                }
                .rs-banner-eight .rs-banner-title {
                    font-size: 30px;
                    max-width: 75%;
                }
                html[dir="rtl"] .rs-banner-eight .rs-banner-title {
                    font-size: 35px;
                    max-width: 75%;
                }
                .rs-banner-descrip h5 {
                    font-size: 14px;
                }
                .rs-banner-overlay-gradient {
                    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.40) 80%);
                    top: 0
                }
                html[dir="rtl"] .rs-banner-overlay-gradient {
                    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.40) 80%);
                    top: 0
                }
                .rs-header-one .rs-header-btn {
                    display: block;
                }
                .main-menu li a {
                    font-size: 17px;
                    padding: 10px 10px;
                }
                .rs-services-eight .rs-services-content {
                    padding: 15px 10px;
                }
                .product-size-box {
                    font-size: 14px;
                }
                .modal-xl {
                    width: 80%;
                    max-width: 80%;
                    margin: auto;
                }
            }
            
            @media only screen and (max-width: 1280px) {
                .rs-breadcrumb-bg {
                    background-image: url(../images/img/inner/breadcrumb-bg-02.jpg) !important;
                }
            }
            
            @media only screen and (max-width: 1199px) {
                .rs-header-logo img {
                    padding: 15px;
                }
                .offcanvas-gallery {
                    display: none !important;
                }
                .hamburger-menu-title {
                    display: inline-block;
                    font-size: 14px;
                    font-weight: 700;
                }
                a.bar-icon:hover .hamburger-menu-title {
                    color: var(--rs-theme-yellow);
                }
                .rs-header-one .rs-header-btn .rs-btn {
                    padding: 10px 15px;
                    margin-top: 20px;
                    margin-bottom: 20px;
                }
                .offcanvas-contact ul li:not(:last-child) {
                    margin-bottom: 5px;
                }
                .mean-container .mean-nav ul li a,
                .mean-container .mean-nav ul li span {
                    font-weight: 700;
                }
                .modal-xl {
                    width: 90%;
                    max-width: 90%;
                    margin: auto;
                }
            }
            
            @media only screen and (max-width: 767px) {
                .rs-header-top.rs-header-top-two {
                    display: none;
                }
                .rs-banner-eight .rs-banner-navigation {
                    display: none;
                }
                .eac-banner .swiper-slide {
                    height: calc(80vh - 250px);
                }
                .rs-banner-eight .rs-banner-title {
                    font-size: 24px;
                    max-width: 90%;
                }
                html[dir="rtl"] .rs-banner-eight .rs-banner-title {
                    font-size: 28px;
                    max-width: 90%;
                }
                .rs-banner-descrip h5 {
                    font-size: 14px;
                }
            }
            
            @media only screen and (max-width:550px) {
                .hamburger-menu-title {
                    display: none;
                }
                .rs-banner-btn {
                    display: none;
                }
                .rs-counter-one .rs-counter-number,
                .rs-counter-one .prefix {
                    line-height: 1.1;
                }
                .container,
                .about-page .container {
                    width: 96%;
                    max-width: 96%;
                }
            }
            
            @media only screen and (max-width:400px) {
                .rs-header-one .rs-header-logo-wrapper {
                    width: 150px;
                }
                .rs-header-one .rs-header-logo-wrapper img {
                    display: block;
                    width: 100%;
                    height: auto;
                    max-width: 100%;
                    padding: 0;
                }
                .text-justify {
                    text-align: left;
                }
                html[dir="rtl"] .text-justify {
                    text-align: right;
                }
            }
            
            @media only screen and (max-width:340px) {
                .lang-txt {
                    display: none;
                }
            }