body {
	direction: rtl;
	text-align: right;
}

.selector i {
	left: 5px;
}

#nav-icon3 {
	float: right;
}

.social_media {
	right: 60px;
}

.bg_head ul li a:before {
	left: -18px;
}

.over_footer ul li a {
	border-right: 1px solid #ddd;
}

.link_page {
	text-align: left;
}

.Text_About {
	text-align: right;
}

#owl_video .owl-nav {
	right: 55px;
}

.img_slide span {
	left: 0px;
}

.News_Info .text_title {
	border-right: 5px solid #ffffff;
}

/* Media Screen */

@media screen and (max-width: 990px) {
}

@media screen and (max-width: 767px) {
	.overlay {
		left: 0;
		transform: translateX(-100%);
	}
	.Nav_Mobile {
		right: 0;
		transform: translateX(100%);
	}
	.footer p,
	.over_footer ul li {
		text-align: right;
	}
	.over_footer h4 {
		text-align: right;
	}
	.over_footer h4:before {
		right: 0;
		left: unset;
		margin: auto;
	}
	.content-heading .point-daftara span {
		text-align: right;
	}
}

.header .row {
	align-items: center;
	flex-direction: row-reverse;
}

.header .row > div {
	text-align: left;
}

.info_site {
	margin: 40px 0;
	text-align: right;
}

/* services details */

.body_section {
	min-height: 400px;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}

.Info_home .serv-det-sec {
	padding: 50px 0;
}

.Info_home .serv-det-sec .row {
	min-height: auto;
	padding: 40px 200px;
	margin: 60px 0;
}

.Info_home .serv-det-sec .row:first-child {
	padding-top: 0px;
}

.Info_home .serv-det-sec .row:nth-child(odd) {
	flex-direction: row;
	background-color: #f8f8f8;
}

.Info_home .serv-det-sec .row:nth-child(even) {
	flex-direction: row-reverse;
}

.Info_home .serv-det-sec .img-serv-det img {
	width: 100%;
	height: 320px;
	border-radius: 15px;
}

.Info_home .serv-det-sec .sec_title {
	position: relative;
	margin-bottom: 20px;
}

.Info_home .serv-det-sec .sec_title h3 {
	color: #bc8848;
	position: relative;
	z-index: 99;
	font-size: 20px;
	font-weight: 600;
}

.Info_home .serv-det-sec .sec_title.my-title h3 {
	text-align: right;
}

#menu {
	text-align: right;
}

.side-menu-show > li > ul {
	list-style: none;
	padding-right: 35px;
	padding-left: unset;
	margin-top: 8px;
	display: none;
}

.side-menu-show > li > a > i {
	position: absolute;
	left: 70%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* serv */
@media (max-width: 1200px) {
	.Info_home .serv-det-sec .row {
		padding: 40px 20px;
	}
}
@media (max-width: 991px) {
	.Info_home .serv-det-sec .row {
		padding: 40px 20px;
	}
}
@media (max-width: 767px) {
	.Info_home .serv-det-sec .row {
		padding: 40px 20px;
	}
}
@media (max-width: 575px) {
	.Info_home .serv-det-sec .row {
		padding: 40px 20px;
	}
}
