html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	list-style: none;
	font-size: 15px;
	line-height: 28px;
	color: #4a4a4a;
	font-family: 'Cairo', sans-serif;
}

body {
	direction: rtl;
	text-align: right;
	background: #f7d8a1 url(../images/masg-bg.jpg) repeat;
}

.container {
	clear: both;
	position: relative;
	z-index: 10;
}

.row {
	clear: both;
}

.header {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px !important;
	padding-top: 28px !important;
	background: url(../images/header-bg.jpg) top repeat-x;
	position: relative;
	z-index: 1000;
}

.header .iconright {
	position: absolute;
	top: 0;
	right: 0px;
	width: 51px;
	height: 28px;
	background: url(../images/iconright.jpg) top right no-repeat;
}

.header .iconleft {
	position: absolute;
	top: 0;
	left: 0px;
	width: 51px;
	height: 28px;
	background: url(../images/iconleft.jpg) top left no-repeat;
}

.header::after {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/index-02_03.jpg) top right no-repeat;
	left: auto;
	right: 0px;
	top: 28px;
	z-index: 10;
}

.header::before {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/index-02_01.jpg) top left no-repeat;
	right: auto;
	left: 0px;
	top: 28px;
	z-index: 10;
}

.header .bgtop {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px !important;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	background: url(../images/index-02-bg.jpg) top repeat-x;
	text-align: center;
}

.header .bgtop .title {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px 80px !important;
}

.header .bgtop .title img {
	max-width: 100%;
}

.header .linebox {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px 50px !important;
}

.header .linebox .innerbox {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px !important;
	height: 23px;
	background: url(../images/upper-masg-bg.jpg) top repeat-x;
	position: relative;
}

.header .linebox .innerbox::after {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/upper-masg.jpg) top right no-repeat;
	width: 17px;
	height: 23px;
	left: auto;
	right: 0px;
	z-index: 10;
}

.header .linebox .innerbox::before {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/upper-masg_01.jpg) top left no-repeat;
	width: 17px;
	height: 23px;
	right: auto;
	left: 0px;
	z-index: 10;
}

.header .imghed {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px 55px !important;
}

.header .imghed img {
	width: 100%;
}

.header .menu {
	float: right;
	width: 100%;
	padding: 0px 55px !important;
	position: relative;
	display: none;
}

.header #cssmenu {
	float: right;
	position: relative;
	z-index: 10;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.header #cssmenu #menu-button {
	display: none;
}

.header #cssmenu ul {
	float: right;
}

.header #cssmenu ul li {
	float: right;
	position: relative;
}

.header #cssmenu ul li:hover>ul {
	right: auto;
	z-index: 150;
}

.header #cssmenu ul li a {
	display: block;
	position: relative;
	padding: 30px 15px;
	color: #fff;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	outline: none;
}

.header #cssmenu ul li a:hover,
.header #cssmenu ul li a.active {
	background: rgba(0, 0, 0, 0.28);
}

.header #cssmenu ul li:hover a {
	background: rgba(0, 0, 0, 0.28);
}

.header #cssmenu ul ul {
	position: absolute;
	top: 100%;
	right: -9999px;
	padding-top: 36px;
}

@media (max-width: 991px) {
	.header #cssmenu ul ul {
		padding-top: 0px;
	}
}

.header #cssmenu ul ul li {
	margin: 0px !important;
	-moz-transition: background-color 1s 0.1s, color 2s;
	-o-transition: background-color 1s 0.1s, color 2s;
	-webkit-transition: background-color 1s 0.1s, color 2s;
	transition: background-color 1s 0.1s, color 2s;
	background: #1c1c1c;
	padding: 0px 15px;
}

.header #cssmenu ul ul li.has-sub>a:after {
	content: '';
	position: absolute;
	top: 16px;
	right: 11px;
	bottom: auto;
	left: auto;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
}

.header #cssmenu ul ul li.has-sub>a:before {
	content: '';
	position: absolute;
	top: 13px;
	right: 14px;
	bottom: auto;
	left: auto;
	display: block;
	width: 2px;
	height: 8px;
}

.header #cssmenu ul ul li.has-sub:hover>a:before {
	top: 17px;
	height: 0px;
}

.header #cssmenu ul ul li a {
	padding: 22px 0px !important;
	min-width: 190px !important;
	font-size: 14px;
	height: auto !important;
	color: #fff !important;
	border-bottom: 1px solid #404040;
}

.header #cssmenu ul ul li a:before {
	display: none !important;
}

.header #cssmenu ul ul li a:hover {
	padding-right: 15px !important;
}

.header #cssmenu ul ul li ul {
	margin-left: 100%;
	top: 0px !important;
	z-index: 170;
}

.header #cssmenu ul ul li ul:after {
	display: none;
}

.header #cssmenu ul ul li:last-child a {
	border: 0px;
	padding-bottom: 0px;
}

@media (max-width: 991px) {
	.header .menu {
		display: block;
		margin-top: 5px;
	}

	.header #cssmenu {
		width: 100%;
		background: #432400;
		z-index: 100;
		margin: 0px;
		padding: 15px;
	}

	.header #cssmenu #menu-button {
		display: block;
	}

	.header #cssmenu ul {
		position: absolute;
		top: 50px;
		right: 0px;
		display: none;
		width: 180px;
		background: #0f0f0f;
		z-index: 120;
		height: 295px;
		overflow: hidden;
		overflow-y: scroll;
	}

	.header #cssmenu ul li {
		width: 100%;
		margin: 0px;
		position: relative;
	}

	.header #cssmenu ul li a {
		width: 100%;
		padding: 10px 15px;
		height: auto;
		margin: 0px;
		color: #fff;
		border-bottom: 1px solid #2d2c2c;
	}

	.header #cssmenu #menu-button {
		cursor: pointer;
		float: right;
		height: 20px;
		width: 20px;
		position: relative;
	}

	.header #cssmenu #menu-button:after {
		position: absolute;
		top: 10px;
		right: 0px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		content: '';
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	.header #cssmenu #menu-button:before {
		position: absolute;
		top: 4px;
		right: 0px;
		display: block;
		height: 2px;
		width: 20px;
		background: #fff;
		content: '';
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	.header #cssmenu #menu-button.menu-opened:after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #fff;
		top: 11px;
		border: 0px;
		height: 2px;
		width: 20px;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	.header #cssmenu #menu-button.menu-opened:before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #fff;
		top: 11px;
		width: 20px;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	.header #cssmenu .submenu-button {
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		border-right: 1px solid rgba(120, 120, 120, 0.2);
		height: 40px;
		width: 40px;
		cursor: pointer;
		z-index: 10;
	}

	.header #cssmenu .submenu-button.submenu-button.submenu-opened {
		background: #c40c0c;
	}

	.header #cssmenu ul ul li a {
		padding-left: 25px;
	}

	.header #cssmenu ul ul ul li a {
		padding-left: 35px;
	}

	.header #cssmenu ul ul li a {
		color: #fff;
		background: none;
		border: 0px;
	}

	.header #cssmenu ul ul li:hover>a,
	.header #cssmenu ul ul li.active>a {
		color: #fff;
	}

	.header #cssmenu ul ul,
	.header #cssmenu ul ul ul,
	.header #cssmenu.align-right ul ul {
		position: relative;
		right: 0px;
		width: 100%;
		margin: 0px;
		box-shadow: none;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background-clip: padding-box;
	}

	.header #cssmenu>ul>li.has-sub>a:after,
	.header #cssmenu>ul>li.has-sub>a:before,
	.header #cssmenu ul ul>li.has-sub>a:after,
	.header #cssmenu ul ul>li.has-sub>a:before {
		display: none;
	}

	.header #cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	.header #cssmenu .submenu-button:after {
		position: absolute;
		top: 19px;
		right: 14px;
		width: 8px;
		height: 2px;
		display: block;
		background: #fff;
		content: '';
	}

	.header #cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	.header #cssmenu .submenu-button.submenu-opened:after {
		background: #fff;
	}

	.header #cssmenu .submenu-button:before {
		position: absolute;
		top: 16px;
		right: 17px;
		display: block;
		width: 2px;
		height: 8px;
		background: #fff;
		content: '';
	}

	.header #cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	.header #cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}
}

.minheader {
	float: right;
	width: 100%;
}

.hedimg img {
	float: right;
	width: 100%;
	width: 100%;
	height: 6px;
}

.bothed {
	padding: 0px 38px;
}

.innerbot {
	float: right;
	width: 100%;
	height: 12px;
	padding: 0px 55px;
	background: url(../images/header-03-bg.jpg) repeat-x;
}

.menuhed {
	float: right;
	width: 100%;
	padding: 0px 38px;
	position: relative;
	z-index: 200;
}

.right-men {
	float: right;
	width: 15.4%;
}

.center-men {
	float: right;
	width: 69.2%;
}

.center-men img {
	width: 100%;
	height: 221px;
}

.imgtop,
.imgtop img {
	float: right;
	width: 100%;
}

@media (max-width: 1199px) {
	.right-men {
		width: 18.6%;
	}

	.center-men {
		width: 62.8%;
	}
}

@media (max-width:991px) {
	.menuhed {
		display: none;
	}
}

.contactus {
	float: right;
	width: 100%;

	position: relative;
	z-index: 100;


}

.contactus .contac-ti {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.contactus .contac-ti {
		max-width: 100%;
		flex: 100%;
	}
}

.contactus .contac-ti .title {
	font-size: 30px;
	color: #0f0f0f;
	position: relative;
	padding-bottom: 20px;
}

@media (max-width: 991px) {
	.contactus .contac-ti .title {
		font-size: 25px;
	}
}

.contactus .contac-ti .title::after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: 1;
	height: 3px;
	background: #886832;
	width: 60px;
}

.contactus .contac-ti .text {
	margin-top: 15px;
	line-height: 28px;
}

.contactus .contac-ti .inpudata {
	float: right;
	margin-top: 15px;
	position: relative;
}

.contactus .contac-ti .inpudata .form-control {
	height: 50px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-clip: padding-box;
	border: 0px;
	border: 1px solid #ddd;
}

.contactus .contac-ti .inpudata textarea.form-control {
	height: 160px;
	resize: none;
}

.contactus .contac-ti .inpudata .bottom {
	display: inline-block;
	position: relative;
	overflow: hidden;
	color: #c40c0c;
	outline: none;
	outline-style: none;
	border: 0px;
	background: none;
	text-align: center;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 15px;
	margin: 0px;
}

.contactus .contac-ti .inpudata .bottom:hover {
	color: #03a039;
}

.contactus .contac-ti .inpudata .bottom i {
	margin-right: 5px;
}

.contactus .contac-ti .contactext {
	margin-bottom: 30px;
}

.contactus .contac-ti .contactext:last-child {
	margin-bottom: 0px;
}

.contactus .contac-ti .contactext .title {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
}

.contactus .contac-ti .contactext .textphon {
	margin-top: 15px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.contactus .contac-ti .contactext .textphon a {
	display: block;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	color: #0f0f0f;
}

.contactus .contac-ti .contactext .textphon a:hover {
	color: #c40c0c;
}

.map {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	background: #fff;
	padding: 0px !important;
}

.map iframe {
	float: right;
	border: 0px;
	width: 100%;
	height: 455px;
}

.innerboxtow {
	float: right;
	width: 100%;
	padding: 0px 50px;
	position: relative;
	z-index: 100;
	margin-top: 15px;
}

.innerboxtow .innerbox {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px !important;
	height: 23px;
	background: url(../images/upper-masg-bg.jpg) top repeat-x;
	position: relative;
}

.innerboxtow .innerbox::after {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/upper-masg.jpg) top right no-repeat;
	width: 17px;
	height: 23px;
	left: auto;
	right: 0px;
	z-index: 10;
}

.innerboxtow .innerbox::before {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/upper-masg_01.jpg) top left no-repeat;
	width: 17px;
	height: 23px;
	right: auto;
	left: 0px;
	z-index: 10;
}

.footer {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	background: url(../images/footer-bg.jpg) repeat-x;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 79px;
}

.footer::after {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/footerright.jpg) top right no-repeat;
	right: 0px;
	width: 38px;
	top: 0px;
	z-index: 10;
}

.footer::before {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/footerleft.jpg) top left no-repeat;
	width: 38px;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.footer .copyright {
	display: inline-block;
	margin-top: -5px;
}

.footer .copyright img {
	max-width: 100%;
}

.innerweber {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px !important;
}

.innerweber::after {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/right-col.jpg) right repeat-y;
	left: auto;
	right: 0px;
}

.innerweber::before {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/left-col.jpg) left repeat-y;
	right: auto;
	left: 0px;
}

.map-back {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	height: 350px;
	padding: 0px;
	background: #fff url(../images/slides/img2.jpg) no-repeat fixed center center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.map-back {
		height: 250px;
	}
}

@media (max-width: 676px) {
	.map-back {
		height: 140px;
	}
}

.map-back:before {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.map-back .title {
	font-size: 30px;
	width: 100%;
	text-align: center;
	color: #0f0f0f;
	position: relative;
	padding-bottom: 5px;
	color: #fff;
	padding: 0px;
	margin-top: 135px;
}

@media (max-width: 991px) {
	.map-back .title {
		font-size: 22px;
		padding-bottom: 0px;
	}
}

.map-back .title:before {
	display: none;
}

@media (max-width: 991px) {
	.map-back .title {
		font-size: 22px;
		margin-top: 115px;
	}
}

@media (max-width: 676px) {
	.map-back .title {
		margin-top: 0px;
	}
}

.pagination {
	margin-top: 30px;
	justify-content: center;
}

.pagination li {
	display: inline-block;
	margin: 0px 3px;
}

.pagination li a,
.pagination li span {
	display: block;
	padding-top: 10px;
	text-align: center;
	color: #0f0f0f;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	background-clip: padding-box;
	width: 40px;
	height: 40px;
	display: block;
	border: 0px;
	background: #f5f5f5;
	font-size: 16px;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-box-shadow: 0px 1px 1px #b3b3b3;
	-moz-box-shadow: 0px 1px 1px #b3b3b3;
	-o-box-shadow: 0px 1px 1px #b3b3b3;
	-ms-box-shadow: 0px 1px 1px #b3b3b3;
	box-shadow: 0px 1px 1px #b3b3b3;
}

.pagination .page-link.active,
.pagination .page-link:hover {
	background: #0b60d3 !important;
	color: #fff !important;
}

.services {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
}

.services .serv-itme {
	margin-top: 15px;
}

@media (max-width: 991px) {
	.services .serv-itme {
		flex: 100%;
		max-width: 100%;
	}

	.services .serv-itme:nth-child(1),
	.services .serv-itme:nth-child(3) {
		display: none;
	}
}

.services .serv-itme .innerbox {
	float: right;
	width: 100%;
	position: relative;
}

.services .serv-itme .innerbox img {
	width: 100%;
}

.services .serv-itme .centbox .textlink {
	position: absolute;
	top: 0px;
	left: 0px;
}

@media (max-width: 450px) {
	.services .serv-itme .centbox .textlink {
		position: relative;
	}
}

.services .serv-itme .centbox .textlink .title-nam {
	float: right;
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	z-index: 10;
	margin-bottom: 15px;
	color: #432400;
	text-decoration: underline;
}

@media (max-width: 450px) {
	.services .serv-itme .centbox .textlink .title-nam {
		font-size: 15px;
	}
}

.services .serv-itme .centbox .textlink .title-nam:last-child {
	margin: 0px;
	color: #c40c0c;
}

.services .serv-itme .centbox .textlink .title-nam:hover {
	text-decoration: none;
}

.services .serv-itme .centbox img {
	position: relative;
	margin-top: -15px;
}

@media (max-width: 450px) {
	.services .serv-itme .centbox img {
		display: none;
	}
}

.aboutus {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
}

.aboutus .aboutus-it {
	margin-top: -100px;
}

@media (max-width: 991px) {
	.aboutus .aboutus-it {
		display: none;
	}
}

.aboutus .aboutus-it .menuweb {
	width: 117px;
}

.aboutus .aboutus-it .menuweb img {
	max-width: 117px;
}

.aboutus .aboutus-it:nth-child(1) .menuweb {
	float: right;
}

.aboutus .aboutus-it:nth-child(3) .menuweb {
	float: left;
}

.aboutus .center-itme {
	padding: 0px;
	margin-top: -59px;
}

@media (max-width: 991px) {
	.aboutus .center-itme {
		max-width: 100%;
		flex: 100%;
		padding: 0px 15px;
		margin-top: 0px;
	}
}

.aboutus .center-itme .textcontant {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px;
}

@media (max-width: 450px) {
	.aboutus .center-itme .textcontant {
		display: none;
	}
}

.aboutus .center-itme .textcontant .righttext {
	float: right;
	text-align: center;
	font-weight: 600;
}

.aboutus .center-itme .textcontant .lefttext {
	float: left;
	text-align: center;
	font-weight: 600;
}

.aboutus .center-itme .textcontant a {
	color: #000;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: underline;
	line-height: 20px;
}

.aboutus .center-itme .textcontant a:hover {
	color: #c40c0c;
}

.aboutus .center-itme .textcontant span {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px;
	color: #0f0f0f;
	line-height: 20px;
	text-decoration: underline;
}

.articles {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px;
	background: url(../images/articles.png) repeat-x;
	margin-top: 30px;
	height: 185px;
}

.articles::after {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/aft-art.png) top right no-repeat;
	width: 17px;
	top: -13px;
	right: 0px;
	z-index: 10;
}

.articles::before {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/aft-art.png) top left no-repeat;
	width: 17px;
	top: -13px;
	left: 0px;
	z-index: 10;
}

.articles .slider {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px 30px;
}

.articles .artslid {
	position: relative;
}

.articles .artslid .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none;
	direction: ltr;
	margin: 0px -10px;
}

.articles .artslid .slick-list .slick-track {
	position: relative;
	top: 0;
	right: auto;
	bottom: auto;
	left: auto;
	display: block;
	overflow: hidden;
}

.articles .artslid .slick-list .slick-track:after,
.articles .artslid .slick-list .slick-track:before {
	display: table;
	content: '';
}

.articles .artslid .slick-prev,
.articles .artslid .slick-next {
	position: absolute;
	top: 45%;
	right: -50px;
	width: 26px;
	height: 51px;
	cursor: pointer;
	border: 0px;
	padding: 0px;
	outline: none;
	font-size: 0px;
	display: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	background: url(../images/right-arrow.png) no-repeat center center;
}

.articles .artslid .slick-prev:hover,
.articles .artslid .slick-next:hover {
	opacity: 0.7;
}

.articles .artslid .slick-prev {
	right: auto;
	left: -50px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.articles .artslid .slick-dots {
	width: 100%;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: none !important;
}

.articles .artslid .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 3px;
	padding: 0px;
	cursor: pointer;
	background: #f5f5f5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box;
}

.articles .artslid .slick-dots li button {
	font-size: 0px;
	line-height: 0px;
	display: block;
	width: 13px;
	height: 13px;
	cursor: pointer;
	color: #c40c0c;
	border: 0px;
	outline: none;
	background: transparent;
}

.articles .artslid .slick-dots li.slick-active {
	background: #c40c0c;
}

.articles .in-artcil {
	float: right;
	margin: 12px 10px 0px 10px;
	position: relative;
	width: 100%;
	text-align: center;
}

.articles .in-artcil a {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px;
}

.articles .in-artcil img {
	width: 100%;
	max-height: 137px;
}

.newslider {
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px;
	margin-top: 10px;
	height: 81px;
	background: url(../images/newslider.png) no-repeat;
	background-size: 100% 100%;
}

.carouselTicker {
	direction: rtl;
	float: right;
	width: 100%;
	padding: 0px 55px;
	position: relative;
	z-index: 100;
	padding: 0px 40px;
	margin-top: 25px;
}

@media (max-width: 991px) {
	.carouselTicker {
		padding: 0px 30px;
	}
}

.carouselTicker__list {
	margin: 0px;
	height: 30px;
	overflow: hidden;
}

.carouselTicker__item {
	float: right;
	padding: 0px 15px;
}

.carouselTicker__item a {
	color: #0f0f0f;
}

.carouselTicker__item a:hover {
	text-decoration: underline;
	color: #c40c0c;
}

/*# sourceMappingURL=home.css.map */


.seminars {
	float: right;
	width: 100%;
	margin-top: 15px;
	position: relative;
	z-index: 200;
	padding: 0px 56px;
}

.title-se,
.title-text,
.textpdf {
	float: right;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	line-height: 40px;
}

.title-text,
.textpdf {
	font-size: 20px;
	font-weight: 300;
	margin-top: 15px;
}

.textpdf {
	color: #000;
	text-decoration: underline;
}

.textpdf:hover {
	text-decoration: none;
}

.advs {
	float: right;
	width: 100%;
	padding: 15px;
	margin-top: 30px;
	border: 3px dashed #F00;
}

.advs .title-se {
	text-align: right;
	font-weight: normal;
	font-size: 25px;
}

.textmap {
	float: right;
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

a.textmap {
	color: #000;
	text-decoration: underline;
}

a.textmap:hover {
	text-decoration: none;
	color: #F00;
}

.menu-adv,
.phontoimg,
.phontoimg img {
	float: right;
	width: 100%;
	text-align: center;
}

.menu-adv a {
	display: inline-block;
	margin: 15px 5px 0px 5px;
	padding: 10px 20px;
	border-radius: 60px;
	background: #efc519;
	font-weight: 600;
	color: #000;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.phontoimg {
	margin-top: 15px;
}

.menu-adv a:hover {
	background: #996633;
	color: #fff;
}

.table {
	border: 1px solid #000;
	margin: 0;
	margin-top: 15px;
}

.table td,
.table th {
	border: 1px solid #000;
	color: #000;
}

.carousel {
	float: right;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.carousel ul {
	float: right;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.carousel ul li {
	display: inline-block;
	width: 20%;
	margin: 15px 10px 0px 10px;
}

.elem>span {
	display: block;
	cursor: pointer;
	height: 100%;
	padding-bottom: 65%;
	background-size: cover;
	background-position: center center;
}

.bacinner {
	background: none;
	background: #FFFFCC;
	height: auto;
	padding: 10px;
	border-radius: 10px;
	margin-top: 15px;
}

.bacinner .carouselTicker {
	margin: 0;
	padding: 0
}

.hostry {
	float: right;
	width: 100%;
	font-size: 18px;
	color: #000;
	margin-top: 15px;
	line-height: 35px;
}


.hostry img {
	float: left;
	width: 400px;
}

@media (max-width: 991px) {
	.hostry img {
		width: 100%;
		margin-bottom: 15px;
	}
}