/*
body {
	font-family: 'Tajawal', sans-serif;
}
*/

.dropdown-menu .show .dropdown-menu {
    right: 100%;
    top: 0%;
}

.social-menu ul li:not(:last-child) {
    margin-left: 1em;
}

.scrollup {
	left: 25px;
}
/*
.section-title::before {
    content: "//";
    margin-left: 20px;
}

.section-title::after {
    content: "//";
    margin-right: 20px;
}
*/
.widget-title span:after { 
    left: -21px;
    transform: rotate(25deg);
}

.clipped-bg {
    position: relative;
}

.clipped-bg::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -80px;
    bottom: 0;
    width: 80px;
    background-color: #f14a2a;
    
    -webkit-clip-path: polygon(0 100%,100% 0,100% 100%,0% 100%);
    clip-path: polygon(0 100%,100% 0,100% 100%,0% 100%);
    z-index: 2000;
}

.testimonial .author::before {
    top: -1px;
    left: -29px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.accordion .card-header .btn::after {
    left: 10px;
}

.sidenav {
    left: 0;
}

/*
.hero-bg {
    background-image: url(../img/hero_ar.png?v=1);
    background-position: left !important;
}
*/