/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:'NotoSansArabic',Barlow, sans-serif;
	font-size:15px;
	font-weight:600;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#005e70;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#c92d54;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1230px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	float:right;
	display:block;
	height:50px;
	top:0;
	right:0;
	text-transform:uppercase;
	z-index:1000;
}
.lang{
	float:right;
}
.lang a{
	text-transform:uppercase;	
	color:#fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 16px;
	line-height: 50px;
}
.top_link{
	float:left;
}
.top_link li{
	display:block;
	float:left;
}
.top_link li a{
	line-height:50px;
	height:50px;
	display:inline-block;
	padding:0px 20px 0px 0px;
	color:#fff;
	font-size:13px;
	font-weight:600;
}
.top_link li:before{
	content:"|";
	padding-right:20px;
	display:inline-block;
	color:#fff;
}
.top_link li:first-child:before{
	display:none;
}
.top_link li:first-child a{
	padding-left:20px;
}
.top_link li a:hover{
	color:#e9ecf4;
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:50px;
}
.s_contact li span{
	direction:ltr;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#fff;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-left:0px;
	margin-right:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li a:hover{
	color:#e9ecf4;
}
.s_contact li a:hover:before{
	color:#e9ecf4;
}
.social {
	float:right;
	margin-left:10px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	color:#fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 16px;
	line-height: 50px;
}
.social li a:hover,.lang a:hover{
	color:#e9ecf4;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end top*/
/*start header*/
#header{
	width:100%;
	float:right;
	clear:both;
	position:absolute;
	top:50px;
	z-index:1000;
}
#header .width{
	background:#fff;
	height:80px;
	border-radius:5px;
}
.logo {
	float: left;
	margin-top: 30px;
	overflow: hidden;
	margin-left: 20px;
}
.logo a img {
	height: 20px;
}
.nav {
	float:right;
}
.nav li{
	display:block;
	float:left;
	position:relative;
}
.nav li:before{
	display:none;
}
.nav li a {
	display: block;
	color: #333;
	margin-right:3px;
	line-height:80px;
	text-transform:capitalize;
	border:1px solid transparent;
	padding: 0px 10px;
	font-weight:600;
	position:relative;
	font-size:14px;
	z-index:105;
	text-align: center;
}
.nav li a:hover,.nav li:hover a{
	color:#005e70;
}
.nav li.current a{
	color:#005e70;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 230px;
	display:none;
	top: 80px;
	left:0px;
	z-index:200;
	background-color:#fff;
	border-top:2px solid #005e70;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	margin-left:0;
	font-size:13px;
	color:#333;
	height:auto;
	text-align:left;
	font-weight:600;
	border-bottom:1px solid rgba(33,33,33,0.1);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#005e70;
	color:#fff;
	padding-left:13px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f036";
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
	border-radius:0;
	background:none;
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-right: 10px;
}
.head_contact{
	float:right;
	margin-left:40px;
}
.head_contact a{
	display:block;
	background:#005e70;
	line-height:80px;
	height:80px;
	position:relative;
	padding:0px 60px;
	border-radius:0px 4px 4px 0px;
	color:#fff;
}
.head_contact a:before {
	font-family: FontAwesome;
	content: "\f2b6";
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 37px;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: #c92d54;
	text-align: center;
	left: -27px;
	top: 13px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:#fff;
	width:100%;
	box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.12);
	height:80px;
	position: fixed;
	right: 0px;
	z-index: 115000;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
body.scrolled .nav_fix .head_contact{
	float:right;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	background-color:#005e70;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	height:50px;
}
.copyrights{
	float:left;
	line-height:50px;
}
.design{
	float:right;
	line-height:50px;
}
.design a{
	color:#fff;
}
.design a:hover{
	color:#fff;
	text-decoration:underline;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:11500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:#c92d54;
	line-height:40px;
	border-radius:4px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#005e70;
	color:#fff;
}
/*end totop*/
/*start whats_fix*/
.whats_fix{
	position:fixed;
	bottom:40px;
	left:20px;
	z-index:13000;
}
.whats_fix a:before{
	font-family:FontAwesome;
	content:"\f232";
}
.whats_fix a {
	background: #005e70;
	color: #fff;
	display: block;
	width: 70px;
	position:relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
	border-radius: 50%;
}
.whats_fix a em {
	-webkit-animation-name: bullets1;
	animation-name: bullets1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #005e70;
	bottom: 0px;
	border-radius:70px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.whats_fix a:hover{
	color:#fff;
	background:#c92d54;
}
/*end whats_fix*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	height:130%;
	position:relative;
	float:right;
	background-color:#005e70;
}
#slideshow:before {
	content: "";
	background-image: url(../images/bg/bg40.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	z-index: 10000;
	height: 86px;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.05;
	z-index:200;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:1000;
	bottom:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(255,255,255,0.1);
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	background:rgba(33,33,33,0.2);
	top:50%;
	width:45px;
	height:45px;
	line-height:45px;
	margin-top:-35px;
	color:#fff;
	right:0;
	z-index:1001;
	cursor:pointer;
}
#slideshow .prev{
	margin-top:10px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	background:#005e70;
}
.cycle-pager {
	position: absolute;
	z-index:1400;
	font-size:0px;
	right:60px;
	top:50%;
	margin-top:-20px;
	width:20px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#005e70;
}
.cycle-pager span {
	margin:4px 0px;
	width:15px;
	height:15px;
	border-radius:50%;
	border:2px solid rgba(255,255,255,0.7);
	cursor:pointer;
	display:inline-block;
}
.slidebg{
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:15px 15px 15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	z-index: 800;
	text-align: center;
	display: block;
	padding:0px;
}
.slider_cont_left{
	float:left;
	text-align:left;
	max-width:550px;
}
.slider_cont_right{
	float:right;
	text-align:left;
	max-width:550px;
}
.slider_cont_center{
	max-width:550px;
	margin:0px auto;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.3;
	text-transform:uppercase;
	display: inline-block;
	color: #fff;
	font-size:60px;
	margin-bottom: 15px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont p,.cycle-slide-active .slider_cont h1{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight:400;
	margin-bottom:30px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont a{
	color:#fff;
	background:#005e70;
	border-radius:50px;
	clear:both;
	font-size:15px;
	text-transform:uppercase;
	display:inline-block;
	font-weight:600;
	padding:19px 60px;
	position:relative;
	overflow:hidden;
	z-index:888;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.slider_cont a:hover{
	color:#005e70;
	background:#fff;
}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin-bottom:10px;
	margin-top:-180px;
	float:left;
	z-index:10000;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: left;
	width:25%;
	height: 100%;
	padding:30px 15px;
	overflow: hidden;
}
.data_all:hover{
	top:-10px;
}
.data_all:hover:before{
	transform:scale(1);
}
.data_all:before{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	height:5px;
	background:#005e70;
	content:"";
	border-radius:5px;
	transform:scale(0);
	transition:all 0.4s ease;
}
.data_all{
	background:#fff;
	box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);
	width:100%;
	overflow:hidden;
	padding:50px 30px;
	text-align:center;
	border-radius:5px;
	position:relative;
	top:0;
	transition:all 0.4s ease;
}
.data_list li span {
	z-index: 101;
	width: 52px;
	height:52px;
	line-height:52px;
	position: relative;
	color: #005e70;
	font-weight:normal;
	font-size:55px;
	margin-bottom: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition:all 0.4s ease;
}
.data_list li span:before{
	font-family:jkiticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #333;
	position: relative;
	height: 93px;
}
.data_list li p b {
	display: block;
	color: #29647a;
	text-transform:uppercase;
	z-index:101;
	position:relative;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
}
.aboutus_right{
	width:30%;
	float:left;
}
.aboutus_left{
	width:70%;
	float:left;
	padding-left:50px;
}
.aboutus_right div{
	float:left;
	position:relative;
}
.aboutus_right div img{
	width:100%;
	display:block;
}
.aboutus_left h1 {
    color: #1abdd4;
    font-weight: 600;
    font-size: 18px;
    display: block;
	text-transform:uppercase;
    margin-bottom: 10px;
}
.aboutus_left h2 {
	display: block;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight: 700;
	font-size: 25px;
	color: #080e32;
	line-height: 1;
}
.aboutus_left span{
	color:#333;
	font-weight:600;
	margin-bottom:20px;
	font-size:14px;
	display:block;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	color:#333;
	clear:both;
}
.aboutus_left a {
	display: block;
	float: left;
	margin-top: 25px;
	background: #189099;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
}
.aboutus_left a:hover {
	background: #dfa768;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-right:10px;
}
/*end aboutus*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title h1 {
	font-size: 14px;
	font-weight:600;
	display:inline-block;
	padding:5px 15px;
	border-radius:50px;
	color: #fff;
	background:#005e70;
	position:relative;
	margin-bottom:10px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	border-top: 8px solid #005e70;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -8px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 40px;
	color: #333;
	text-transform:uppercase;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 14px;
	font-weight:600;
}
/*end pages title*/
/*start newsbar*/
#newsbar {
	position:relative;
	z-index:500;
	clear:both;
	display:block;
	overflow:hidden;
	float:right;
	width:100%;
	height:66px;
	background:#eee;
}
#news-tick{
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: left;
	width: 120px;
	font-weight: 600;
	background:#005e70;
	height: 66px;
	line-height: 66px;
	text-transform:uppercase;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	right: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#232331;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#005e70;
}
.bn-news {
	margin-left: 20px;
	margin-right: 115px;
	height: 66px;
	direction:rtl;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-right:30px;
}
.bn-news li a {
	display: block;
	color: #232331;
	font-weight: 600;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #005e70;
}
/*end newsbar*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	background:#005e70;
	padding:30px 0px;
	overflow:hidden;
	margin-bottom:50px;
	position:relative;
	z-index:100;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:left;
	display:block;
}
#count ul li:last-child{
	border-left:none;
}
.count_all {
	width: 100%;
	padding:20px 40px;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	text-transform:uppercase;
	font-size: 16px;
	overflow: hidden;
	display: block;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-family:Barlow;
	margin-bottom:10px;
	font-size:75px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position: relative;
}
/*end count*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	direction:rtl;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:left;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:10px;
	max-width:200px;
	height:200px;
	border-radius:10px;
	margin: 0px auto;
	border:1px solid #eee;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	border-radius:50%;
	background: #fff;
}
.partners_all img{
	display:block;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #005e70;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#005e70;
}
/*end partners*/
/*start contactus*/
#contactus{
	clear:both;
	margin-bottom:40px;
	float:right;
	display:block;
	background:linear-gradient(90deg,#005e70 80%, #eeeeee 80%);
	position:relative;
	width:100%;
}
#contactus:before{
	content:"";
	position:absolute;
	bottom:50px;
	right:30px;
	width:20%;
	height:300px;
	background-size:100%;
}
#contactus .width{
	display:table;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	padding:40px;
}
#contactus .social{
	margin-bottom:20px;
}
#contactus .social li{
	padding:0;
	margin:0px 2px;
}
#contactus .social li a {
	width: 50px;
	height: 50px;
	border-radius:5px;
	line-height: 50px;
	background: #c92d54;
	font-size: 21px;
}
#contactus .social li a:hover{
	background:#fff;
	color:#3d4738;
}
.contactus_right {
	display: table-cell;
	width: 50%;
	position: relative;
	padding-right: 80px;
	overflow: hidden;
	vertical-align: top;
	padding-top:120px;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	background:#fff;
	padding:40px 40px 24px 40px;
	border-radius:8px 8px 8px 8px;
	box-shadow:0px 24px 80px -24px rgba(0, 0, 0, 0.16);
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:right;
}
.contactus_form label{
	display:block;
	width:49%;
	float:left;
	position:relative;
	background:#f4f4f4;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:'NotoSansArabic',Barlow, sans-serif;
	width:100%;
	padding-right:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#f8f8f8;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:'NotoSansArabic',Barlow, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:150px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#005e70;
	margin-top:10px;
	color:#fff;
	height:50px;
	border-radius:5px;
	padding:0px 20px;
	line-height:50px;
	font-size:15px;
	font-family:'NotoSansArabic',Barlow, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	opacity:0.8;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right .contactus_txt{
	color:#fff;
	font-size:14px;
	line-height:2;
	font-weight:400;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	clear: both;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #fff;
}
#contactus .slice_call_us p {
	color: #fff;
}
/*end contactus*/
/*start partners*/
#partners2 {
	clear: both;
	float: right;
	width: 100%;
	padding:50px 0px;
	background-image:url(../images/bg/bg39.png);
	background-color:#fff;
	position: relative;
}
#partners2 .partners2_title {
	float: left;
	width: 35%;
	padding-right:30px;
	padding-top:0px;
}
.partners2{
	float:right;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners2 li{
	float:left;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners2_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	background: #fff;
}
.partners2_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	padding:35px;
	width:100%;
	height:100%;
}
.partners2_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/*end partners*/
/*start before_after*/
#before_after{
	float:right;
	width:100%;
	clear:both;
	overflow:hidden;
	position:relative;
	margin-bottom:50px;
}
#before_after .width {
	position: relative;
	height: 100%;
	overflow: hidden;
}
#before_after .pages_title{
	text-align:left;
}
.before_after{
	display:block;
	width:100%;
	overflow:hidden;
	float:left;
}
.before_after_slider{
	width:100%;
	direction:rtl;
	visibility:hidden;
}
.before_after_slider.slick-initialized {
	visibility:visible;
}
.before_after li{
	display:block;
	float:left;
	width:100%;
	overflow:hidden;
	padding:10px;
}
.before_after_all{
	display:table;
	width:100%;
	direction:ltr;
}
.before_after_all_right{
	vertical-align:middle;
	display:table-cell;
	text-align:left;
	width:50%;
}
.before_after_all_left{
	vertical-align:middle;
	display:table-cell;
	padding-left:60px;
	width:50%;
}
.beforeAfter{
	direction:ltr;
	float:left;
	width:100%;
	border-radius:20px;
	overflow:hidden;
	height:550px;
}
.beforeAfter img{
	max-width:unset;
	height:100%;
}
.before_after_all_left_title,.before_after_all_left_title2{
	display:block;
	margin-bottom:25px;
	color:#333;
	clear:both;
	float:right;
	width:100%;
	text-align:left;
	padding-left:20px;
	font-weight:400;
	font-size:20px;
}
.before_after_all_left_title2{
	text-align:right;
	padding-left:0;
	padding-right:25px;
	margin-bottom:0;
	margin-top:25px;
}
.before_after_arrows {
	position: absolute;
	bottom: 69px;
	z-index:100;
	left: 0;
	text-align: center;
}
.before_after_prev{
	margin-left:30px;
}
.before_after_next, .before_after_prev {
	width: 90px;
	height: 90px;
	background: #005e70;
	display: block;
	float: right;
	line-height: 90px;
	border-radius: 3px;
	font-weight:normal;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	font-family: FontAwesome;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 24px !important;
}
.before_after_next:before{
	content:"\f100";
}
.before_after_prev:before{
	content:"\f101";
}
.before_after_next:hover,.before_after_prev:hover{
	background:#c92d54;
	color:#fff;
}
/*end before_after*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	padding:50px 80px 40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:50%;
	float:left;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 420px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	right: 59px;
	bottom:115px;
	border-radius:0px 20px 0px 0px;
	background: #005e70;
	color: #fff;
	font-size:12px;
	width:80px;
	z-index:4500;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	position: absolute;
	bottom: 49px;
	background: #fff;
	z-index: 1000;
	left: 0;
	width: 90%;
	display: block;
}
.news_txt h2 {
	font-weight: 400;
	font-size: 23px;
	display: block;
	margin-bottom: 6px;
	color: #333;
	text-transform:uppercase;
	overflow: hidden;
	height: 85px;
	max-width: 350px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	background: #fff;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	text-transform:uppercase;
	color: #333;
	float: left;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-left: 10px;
	content: "\f061";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #005e70;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/