/*
Design by: Alaa Lafi

*/

body,html{
	font-family:'Bahij_TheSansArabic-Plain';
}
.slider {
    padding-top: 0;
    padding-bottom: 0;
    direction: ltr;
}
.carousel{
	direction: ltr;
}
.header.header-topbar {
    direction: rtl;
}
@media screen and (min-width: 992px){
.header.header-topbar.header-topbar2 .navbar-brand {
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 0px;
}
	.header.header-topbar.header-topbar2 .navbar-brand::after {
    content: '';
    width: 2px;
    height: 41px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
		right: auto;
    background-color: #eaeaea;
}
}
.mar-r{
	margin-right: 6px;
}
.form-control[type=file] {
    overflow: hidden;
    height: 50px;
    line-height: 36px;
}
.new-career .feature-content{
	align-items: flex-start !important;
    text-align: right !important;
}
.new-career .entry-meta{
display: flex;	
	    font-size: 12px;
	margin-bottom: 10px;
}
.new-career .entry-date {
    margin-left: 20px;
}

.new-career .entry-author{
	 margin-right: 6px;
}


.row-hover .feature-panel{
    padding: 15px 35px 12px !important;
	margin-bottom: 10px !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
	justify-content: space-between !important;

}

.row-hover .feature-panel h4{
font-size: 16px !important;
	text-align: right !important;

}






.mail-l{
    font-size: 12px !important;
    margin: 14px 0px !important;	
}
.numberss li{
	       list-style: arabic-indic;
	font-size: 16px;
    line-height: 40px;
}
.table th {
    color: var(--global--color-white);
    background-color: var(--global--color-primary);
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle !important;
}
.table td {

    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle !important;
}
.no-padd{
	padding: 0px !important;
	margin: 30px 0px;
}
.no-marr{
	padding: 0px !important;
	margin: 0px !important;	
}
.res-title{
display: flex;
    flex-direction: row;
    justify-content: space-between;	
}
.srt-srt h4 {
    font-family: var(--global--font-heading);
    color: var(--global--color-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.srt-srt a{
	color: #000;
}
.srt-srt a:hover{
	background: var(--global--color-primary);
}
.srt-srt .entry-widget-bio {
    margin-top: 30px;
    padding: 40px 40px 35px;
    border-radius: 8px;
    background-color: #f4f4f4;
    position: relative;
}
.srt-srt .entry-widget-bio::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    width: calc(100% - 40px);
    background-color: var(--global--color-primary);
    border-radius: 0 0 8px 0;
}
.srt-srt .entry-widget-bio:hover {
background-color: #e0dfdf;
}
.srt-srt .entry-widget-bio .entry-widget-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.srt-srt .entry-widget-bio .entry-widget-content .entry-bio-desc p {
    color: var(--global--color-body);
    font-size: 15px;
    font-family: var(--global--font-body);
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 22px;
}


.srt-srt-right .custom-radio-group{
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
}
.srt-srt-right .custom-radio-group .custom-control {
    position: relative;
    min-height: 0;
    margin-right: 0px;
    margin-bottom: 14px;
}


.service-single .product-rating i.active {
    color: var(--global--color-primary);
}
.padd-top{
	padding-top: 10px;
}
.rate-des{
	display: flex;
	    justify-content: space-between;
}
.icons-rate i{
	margin-right: 10px;
}
.head-box{
    display: flex;
    justify-content: space-between;	
}


@media screen and (max-width: 767.98px){
.head-box, .rate-des{
display: flex;
    flex-direction: column;
    align-content: normal;
}
	}

/*
Design by: Alaa Lafi

*/