/*general*/
h1,h2, h3, h4,h5,h6,p , span, a, li , div ,input, ::placeholder{
	font-family: "Cairo", Sans-serif !important;
}

/*titles*/
.section-title .elementor-heading-title{
	padding-right: 34px;
	padding-left:0 !important
}
.section-title .elementor-heading-title::before{
	right:0 !important;
	left:unset !important
}

/*services*/
.service-item .ekit-wid-con .box-footer .btn-wraper svg, .service-item .ekit-wid-con .box-footer .btn-wraper i{
	margin-left: 0px !important;
	margin-right: 8px !important;
}
.services-slider .elementskit-box-footer {
    margin-left: unset !important;
	margin-right: auto !important;
}
.contact-info .elementskit-info-box-icon{
	margin-left: 20px !important;
	margin-right: 0px !important;
}
/*footer*/
.footer-form input[type="submit"]{
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.footer-form .form-group {
	flex-direction: row-reverse;
}
.wpcf7-form-control
 {
    direction: rtl !important;
}