@font-face {
    font-family: 'TheSansArabic';
    src: url('../fonts/thesans/TheSansArabic-ExtraLight.woff2') format('woff2'),
        url('../fonts/thesans/TheSansArabic-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSansArabic';
    src: url('../fonts/thesans/TheSansArabic-Light.woff2') format('woff2'),
        url('../fonts/thesans/TheSansArabic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSansArabic';
    src: url('../fonts/thesans/TheSansArabic-Bold.woff2') format('woff2'),
        url('../fonts/thesans/TheSansArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'TheSansArabic';
    src: url('../fonts/thesans/TheSansArabic-Light.woff2') format('woff2'),
        url('../fonts/thesans/TheSansArabic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */

body:lang(ar){
    font-family: 'TheSansArabic';
    font-weight: 300;
}

h1:lang(ar), h2:lang(ar), h3:lang(ar), h4:lang(ar), h5:lang(ar), h6:lang(ar){
    font-family: 'TheSansArabic';
}

.widgets-footer-element{
    color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}


.footer-working-hour-box.footer-links ul{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.case-study-image figure, .post-featured-image figure{
    background: #E6E5E5;
    padding: 25px;
}

.case-study-image figure img, .post-featured-image figure img{
	object-fit: contain;
}


.page-header .container{
    position: relative;
    z-index:9999;
}

.page-header .page-title{
    color:#FFFFFF;
}

.page-header .breadcrumb-nav, .page-header .breadcrumb-nav a{
    color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 0.8rem;
}