/*
 * Theme Name: Buildexo
 * Author: ThemeXriver
 * Author URI: http://www.ghanizweb.com
 * Theme URI: https://www.alraismep.com/
 * Description: 
 * Version: 1.0
 * License: Read more about licensing here: http://themeforest.net/licenses
 * License URI: license.txt
 * Text Domain: https://www.alraismep.com/

*/
.wp-caption {
	margin-bottom: 2px;
}
.wp-caption-text {
	margin-bottom: 5px;
}
.screen-reader-text {
	margin-bottom: 12px;
}
.gallery-caption {
	margin-bottom: 2px;
}
.bypostauthor {
	margin-bottom: 2px;
}
.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
}
.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
}
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.col-md-4 .funfact-meta > i {
	right: 27px;
}
.mycustom-pricing {
	background-color: #090909 !important;
}
.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}
.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}
.service-card-four:hover h3.service-card-four__title{
	color: #FFFFFF;
}
.service-card-two:hover h3.service-card-two__title{
	color: #FFFFFF;
}