body[dir=rtl] {
    font-family: "Noto Kufi Arabic", "Arial", sans-serif !important;
}

#header .header-logo img {
    right: 50px;
}


.font-poppins{
    font-family: poppins, Arial, sans-serif !important;
}

.right-7pct {
    right: 7% !important;
}
.right-25pct {
    right: 25% !important;
}

@media (min-width: 576px) {
    .right-sm-7pct {
        right: 7% !important;
    }
    .right-sm-25pct {
        right: 25% !important;
    }
}

.home-title{
    text-shadow: 0 0 10px rgba(250, 250, 250, 0.5);
    /* -webkit-text-fill-color: unset; */
    -webkit-text-stroke-color: initial;
    -webkit-text-stroke-width: 0px;
}

.icon-custom
{
    width: 82px;
}

ol.cad-list li::marker, ol.cad-list ul li::marker { 
    font-weight: bold; 
    color: var(--primary);
    border-color: var(--primary);
} 

ol.cad-list li{
    line-height: 2.5 !important;
}

@media (max-width: 767px){
    .custom-big-text-style-1 {
        letter-spacing: 0;
    }
    .line-height-1 {
        line-height: 1.3 !important;
    }

}

html:not(.sticky-header-active) #header .header-body {
    transform:none;
}

html #header .header-logo.custom-header-logo:before {
	content: initial;
	/* position: absolute;
	bottom: -87px;
	left: 40px;
	width: 170px;
	height: 350px;
	background-color: var(--beige-500);
	opacity: 1;
	visibility: visible;
	transform: rotate(135deg);
	transition: ease opacity 300ms, ease transform 300ms; */
}

.bottom-n100 {
    bottom: -100px !important;
}

.flip-x{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) !important;
}

.line-height-20 {
	line-height: 2 !important;
}

.svg-filter-primary{
    filter: invert(10%) sepia(31%) saturate(6613%) hue-rotate(340deg) brightness(90%) contrast(101%) !important;
}
.svg-filter-secondary{
    filter: invert(21%) sepia(9%) saturate(7061%) hue-rotate(315deg) brightness(111%) contrast(91%) !important;
}
.svg-filter-tertiary{
    filter: invert(92%) sepia(9%) saturate(614%) hue-rotate(351deg) brightness(91%) contrast(85%) !important;
}
.svg-filter-quaternary{
    filter: invert(47%) sepia(97%) saturate(336%) hue-rotate(354deg) brightness(94%) contrast(87%) !important;
}
.svg-filter-quinary{
    filter: invert(46%) sepia(27%) saturate(274%) hue-rotate(344deg) brightness(100%) contrast(90%) !important;
}