/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:NeoSansArabic, sans-serif;
	font-size:14px;
	font-weight:500;
	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:#58a2c9;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#d62479;
	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 header*/
#header{
	background-color:#fff;
	z-index:1000;
	width:100%;
	float:right;
	clear:both;
	position:relative;
}
.logo {
	position: relative;
	z-index: 100;
	float:left;
	width:110px;
}
.logo img {
	height: 105px;
	margin: 0px auto;
}
.head_left {
	float: right;
	position: relative;
	z-index: 100;
	margin-top: 11px;
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:#333;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:45px;
}
.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:#58a2c9;
	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.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#fff;
	background:#58a2c9;
}
.s_contact li a:hover:before{
	color:#fff;
}
.social {
	float:left;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	color:#333;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width:45px;
	height:45px;
	line-height: 45px;
}
.social li a:hover{
	color:#fff;
	background:#58a2c9;
}
.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 header*/
/*start nav*/
.nav{
	clear:both;
	text-align:center;
}
.nav li{
	display:block;
	float:left;
	position:relative;
}
.nav li a {
	display: block;
	color: #333;
	padding:0px 14px;
	position: relative;
	text-transform:uppercase;
	font-weight: 600;
	font-size: 13px;
	z-index:105;
	height:70px;
	line-height:70px;
}
.nav li a:hover,.nav li:hover a{
	color:#d62479;
}
.nav li:before{
	display:none;
}
.nav li:after{
	position:absolute;
	top:-5px;
	right:0;
	z-index:99;
	content:"";
	width:100%;
	clear:both;
	height:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background:#58a2c9;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.nav li:nth-child(2):after{
	background:#d62479;
}
.nav li:nth-child(3):after{
	background:#3da94b;
}
.nav li:nth-child(4):after{
	background:#ea8a38;
}
.nav li:nth-child(5):after{
	background:#7e367c;
}
.nav li:nth-child(6):after{
	background:#e437ce;
}
.nav li:nth-child(7):after{
	background:#e43785;
}
.nav li:nth-child(8):after{
	background:#737373;
}
.nav li:nth-child(9):after{
	background:#aa69c6;
}
.nav li:nth-child(10):after{
	background:#73bb9c;
}
.nav li:hover .sub{
	top:65px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	width:225px;
	left:0px;
	overflow:hidden;
	top:100px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:11px 15px;
	color:#333;
	text-align:left;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:600;
	border-bottom:1px solid rgba(33,33,33,0.05);
}
.nav li .sub ul li:after{
	display:none !important;
}
.nav li .sub ul li a:hover{
	background:#eee;
	color:#333;
	padding-left:17px;
}
/*end nav*/
/*start head_fix*/
.nav_fix {
	width:100%;
	height:70px;
	box-shadow:0px 4px 2px -2px rgba(0,0,0,0.1);
	border-top:5px solid #ebebeb;
	clear:both;
	background:#fff;
	position: fixed;
	right: 0px;
	z-index: 5000;
	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 li a {
	padding:0px 20px;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#17617c;
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
	font-weight:400;
}
.copyrights{
	float:left;
	line-height:45px;
}
.design{
	float:right;
	line-height:45px;
}
.design a{
	color:#fff;
}
.design a:hover{
	text-decoration:underline;
}
#bottom .social{
	margin-right:20px;
	float:right;
}
#bottom .social li a{
	line-height:45px;
	color:#fff;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	font-size:14px;
	right:10px;
	bottom:2px;
	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;
	line-height:40px;
	border-radius:50%;
	background:rgba(0,0,0,0.5);
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#94c72c;
}
/*end totop*/
/*start footer*/
#footer{
	background-color:#fff;
	background-image:url(../images/bg/bg39.png);
	background-repeat:repeat;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:left;
	padding:0px 20px;
	color:#333;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:25px;
	color:#000;
	display:block;
}
.foot_loop h2:after{
	width:100%;
	content:"";
	height:15px;
	background-color:#94c72c;
	background-image:url(../images/bg/bg40.png);
	background-repeat:no-repeat;
	border-radius:10px;
	display:block;
	margin-top:10px;
	transform:rotate(180deg);
}
.foot_loop:nth-child(2) h2:after{
	background-color:#17617c;
}
.foot_loop:nth-child(3) h2:after{
	background-color:#dab546;
}
.foot_loop:nth-child(4) h2:after{
	background-color:#dd78a4;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 13px;
	line-height:2;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	border-bottom: 1px dashed rgba(33, 33, 33, 0.1);
	padding:10px 0;
	text-transform:uppercase;
	color:#333;
	font-size:13px;
	font-weight:400;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-right:5px;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#17617c;
	border-radius:5px;
	padding-left:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-right:5px;
	font-family:droid;
}
.foot_contact span{
	color:#333;
	display: block;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(33,33,33,0.1);
	color:#333;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop ul.foot_post li a img {
	width: 50px;
	height: 50px;
	border:1px dotted #ccc;
	float: left;
	display: block;
	margin-right: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	background:none;
	padding-left:0;
	color:#17617c;
}
/*end footer*/
/*start borderis*/
.borderis1 {
	height:5px;
	clear:both;
	float:right;
	width: 100%;
	z-index: 5000;
}
.borderis{
	height:100%;
	width:100%;
	display:block;
}
.borderisloop {
	width:21%;
	float:left;
	height: 100%;
	background: #94c72c;
}
.borderisloop:nth-child(2){
	background:#cf974a;
	width:19%;
}
.borderisloop:nth-child(3){
	width:18%;
	background:#eb5026;
}
.borderisloop:nth-child(4){
	background:#17617c;
	width:16%;
}
.borderisloop:nth-child(5){
	width:14%;
	background:#dab546;
}
.borderisloop:nth-child(6){
	width:12%;
	background:#e437ce;
}
/*end borderis*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	height:480px;
	margin-bottom:50px;
	position:relative;
	float:right;
	background:#fff;
}
#slideshow .width{
	height:100%;
	position:relative;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:2000;
	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{
	right:auto;
	left:0;
}
#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:#58a2c9;
}
.cycle-pager {
	position: absolute;
	z-index:1400;
	font-size:0px;
	right:0;
	text-align:center;
	bottom:20px;
	width:100%;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#ea8a38;
}
.cycle-pager span {
	margin:0px 4px;
	width:15px;
	height:15px;
	border-radius:50%;
	border:2px solid rgba(255,255,255,0.7);
	cursor:pointer;
	display:inline-block;
}
.slidebg{
	background:linear-gradient(to right, #3da94b 0%, #58a2c9 100%);
	position:absolute;
	top:0;
	right:0;
	left:0;
	opacity:0.5;
	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;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	z-index: 800;
	text-align: center;
	display: block;
	padding:50px 0 0px;
}
.slider_cont_left{
	float:left;
	max-width:700px;
	text-align:right;
}
.slider_cont_right{
	float:right;
	max-width:700px;
	text-align:right;
}
.slider_cont_center{
	max-width:700px;
	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:45px;
	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: 14px;
	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{
	clear:both;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	display:inline-block;
	font-weight:600;
	padding:0px 60px;
	background:#58a2c9;
	line-height:60px;
	border-radius: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:#58a2c9;
	background:#f8f8f8;
}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	padding:0px 0px;
	background-image:url(../images/bg/bg39.png);
	background-attachment:fixed;
	background-repeat:repeat;
	position:relative;
	float:left;
	margin-top:-150px;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: left;
	width:25%;
	height: 100%;
	padding:50px 30px;
	overflow: hidden;
}
.data_list li:nth-child(2) span{
	background:#dd78a4;
}
.data_list li:nth-child(3) span{
	background:#f89b1c;
}
.data_list li:nth-child(4) span{
	background:#17617c;
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background: #94c72c;
	position: relative;
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.data_list li span:after{
	right:10px;
	left:10px;
	top:10px;
	bottom:10px;
	position:absolute;
	border:2px dashed #fff;
	content:"";
	border-radius:50%;
	-webkit-animation: rotatemetwo 5s linear infinite;
	animation: rotatemetwo 5s linear infinite;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index:101;
	color:#666;
	position:relative;
	height:125px;
}
.data_list li p b {
	display: block;
	color: #251b49;
	z-index:101;
	text-transform:uppercase;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	margin-top: 20px;
	color: #666;
	border:2px solid #94c72c;
	text-transform:uppercase;
	padding: 7px 20px;
	border-radius:100px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li:nth-child(2) a{
	border:2px solid #dd78a4;
}
.data_list li:nth-child(3) a{
	border:2px solid #f89b1c;
}
.data_list li:nth-child(4) a{
	border:2px solid #17617c;
}
.data_list li a:hover {
	color:#fff;
	background:#94c72c;
}
.data_list li:nth-child(2) a:hover{
	background:#dd78a4;
}
.data_list li:nth-child(3) a:hover{
	background:#f89b1c;
}
.data_list li:nth-child(4) a:hover{
	background:#17617c;
}
/*end data*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title div{
	float:left;
	width:350px;
	line-height:1.2;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 45px;
	text-transform:uppercase;
	color: #17617c;
	display: block;
	margin-bottom: 3px;
}
.pages_title.withwhite h2,.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1{
	font-weight: 700;
	font-size: 45px;
	text-transform:uppercase;
	color: #000;
	display: block;
}
.pages_title span{
	margin-left:450px;
	text-align: center;
	display:block;
	font-size:15px;
	padding-top:35px;
}
.pages_title.withwhite span{
	color:#fff;
}
/*end pages title*/
/*start aboutus*/
.aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	overflow:hidden;
	margin-bottom:50px;
}
.aboutus:before {
	content: "";
	background-image: url(../images/bg/bg30.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 190px;
	position: absolute;
	top: 20%;
	right: 0;
	background-size: 50px auto;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.aboutus .width{
	position:relative;
	display:table;
}
.aboutus_media .pages_title{
	margin-bottom:0px;
}
.aboutus_right {
	width: 50%;
	vertical-align: top;
	background-image: url(../images/bg/bg40.png);
	background-position:right top;
	background-size: 39% auto;
	display: table-cell;
	position: relative;
	background-repeat: no-repeat;
	padding:40px 80px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
.aboutus_right.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right_img iframe{
	width:90%;
	height:503px !important;
	object-fit:cover;
	position:absolute;
	top:0px;
	right:5%;
	object-position:top;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-top:20px;
	padding-left:20px;
	display:table-cell;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);	
}
.aboutus_left.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_title{
	clear:both;
	margin-bottom:20px;
}
.aboutus_title h2{
	font-weight:700;
	color:#333;
	text-transform:uppercase;
	font-size:35px;
}
.aboutus_title span{
	color:#555;
	font-size:14px;
}
.aboutus_left_txt {
	font-size: 15px;
	font-weight: 400;
	color: #555;
	clear: both;
	line-height: 2;
}
/*end aboutus*/
/*start aboutus*/
#aboutus2{
	clear:both;
	display:block;
	float:right;
	margin-bottom:50px;
	overflow:hidden;
	width:100%;
}
body.bodyin #aboutus2 ol{
	transform:translateZ(0) translateY(0);
	opacity:1;	
}
#aboutus2 ol{
	clear:both;
	display:block;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
	overflow: hidden;
}
#aboutus2 ol.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus2_list li{
	width:33.33%;
	float:left;
	text-align:center;
	padding:5px;
	overflow:hidden;
}
.aboutus2_list li:hover .aboutus_all_top{
	top:-30px;
}
.aboutus_all_top{
	display:block;
	top:0;
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.aboutus2_list li:hover .aboutus_all_bottom{
	bottom:0px;
}
.aboutus_all_bottom{
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	bottom:-100px;
	text-align:center;
}
.aboutus_all_bottom a{
	line-height:45px;
	background:#fff;
	color:#58a2c9;
	border-radius:45px;
	text-transform:uppercase;
	font-weight:400;
	font-size:12px;
	padding:0px 30px;
	display:inline-block;
}
.aboutus_all_bottom a:hover{
	color:#333;
}
.aboutus2_list li:nth-child(2) .aboutus_all{
	background-color:#dd78a4;
}
.aboutus2_list li:nth-child(3) .aboutus_all{
	background-color:#3da94b;
}
.aboutus2_list li:nth-child(4) .aboutus_all{
	background-color:#737373;
}
.aboutus2_list li:nth-child(5) .aboutus_all{
	background-color:#ea8a38;
}
.aboutus2_list li:nth-child(6) .aboutus_all{
	background-color:#7e367c;
}
.aboutus2_list li:nth-child(7) .aboutus_all{
	background-color:#dd78a4;
}
.aboutus2_list li:nth-child(8) .aboutus_all{
	background-color:#7e367c;
}
.aboutus2_list li:nth-child(9) .aboutus_all{
	background-color:#58a2c9;
}
.aboutus_all {
	background-color: #58a2c9;
	background-image:url(../images/bg/bg41.png);
	background-attachment:fixed;
	background-position:center;
	padding:40px;
}
.aboutus_all span {
	display: block;
	margin-bottom: 5px;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-size: 45px;
	color: #fff;
}
.aboutus_all b {
	font-weight: 700;
	font-size: 15px;
	text-transform:uppercase;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}
.aboutus_all p {
	font-size: 14px;
	color: #eee;
	padding: 0px 35px;
	height: 75px;
	overflow: hidden;
}
/*end aboutus*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	background:linear-gradient(90deg,#7e367c 80%, #f8f8f8 80%);
	position:relative;
	width:100%;
	margin-bottom:50px;
}
#contactus:before{
	content:"";
	background:url(../images/bg/bg41.png);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center;
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	opacity:0.3;
	height:100%;
}
#contactus .width{
	display:table;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	vertical-align:top;
	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: #58a2c9;
	color:#fff;
	font-size: 21px;
}
#contactus .social li.twitter a{
	background:#00acee;
}
#contactus .social li.youtube a{
	background:#c4302b;
}
#contactus .social li.instagram a{
	background:#4f5bd5;
}
#contactus .social li.snapchat a{
	background:#c2c037;
}
#contactus .social li a:hover{
	background:#fff;
	color:#58a2c9;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:40px 20px;
	overflow:hidden;
}
.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);
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
.contactus_form.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.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:NeoSansArabic, sans-serif;
	width:100%;
	padding-left: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:NeoSansArabic, 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:#58a2c9;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:13px;
	font-family:NeoSansArabic, sans-serif;
	font-weight:600;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#f8f8f8;
	color:#58a2c9;
	-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:#ddd;
	font-size:18px;
	line-height:2;
	font-weight:200;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	clear: both;
	text-transform:uppercase;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #fff;
}
#contactus .slice_call_us p {
	color: #fff;
}
/*end contactus*/
/*start news*/
#news{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:50px;
}
#news:before {
	content: "";
	background-image: url(../images/bg/bg30.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 190px;
	position: absolute;
	top: 20%;
	right: 0;
	background-size: 50px auto;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.news_ul {
	clear: both;
	display:block;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
body.bodyin .news_ul{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.news_ul.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.news_loop {
	float:left;
	width: 33.33%;
	overflow: hidden;
	padding: 15px;
}
.news_all {
	position: relative;
	background:#fff;
	width: 100%;
	box-shadow: 0 0 9px 2px #00000017;
	overflow: hidden;
	border-radius:5px;
}
.news_img {
	height: 250px;
	position: relative;
}
.news_img a {
	display: block;
	width: 100%;
	height: 100%;
}
.news_img a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.news_img:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: -100%;
	right: 0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
	width: 100%;
	opacity:0;
	height: 100%;
}
.news_all:hover .news_img:before{
	opacity:1;
	top:0;
}
.news_img a:after{
	content:"\f0c1";
	font-family:FontAwesome;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	position:absolute;
	opacity:0;
	left:50%;
	top:50%;
	margin-top:-18px;
	margin-left:-12px;
	color:#fff;
	font-size:25px;
}
.news_all:hover .news_img a:after{
	opacity:1;
	transform:rotate(360deg);
}
.news_txt {
	clear: both;
	padding: 40px 15px 15px;
	overflow: hidden;
}
.news_txt span {
	display: block;
	margin-bottom: 0px;
	color: #165885;
	font-size: 13px;
}
.news_txt span:before{
	content:"\f07b";
	font-family:FontAwesome;
	vertical-align:0;
	margin-right:8px;
}
.news_txt h2 {
	font-weight: 700;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	text-transform:uppercase;
	color: #17617c;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_txt p {
	height: 70px;
	overflow: hidden;
	font-size: 13px;
	color: #555;
}
.news_more {
	padding: 0px 15px 15px;
}
.news_more a {
	display: inline-block;
	color: #333;
	background:#f0f3f3;
	font-weight: 600;
	text-transform:uppercase;
	font-size: 12px;
	padding: 5px 15px 5px 5px;
	border-radius: 35px;
	line-height: 1;
}
.news_more a:before{
	content:"\f061";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#58a2c9;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-right:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.news_more a:hover{
	color:#fff;
	background:#58a2c9;
}
.news_more a:hover:before{
	transform:rotate(0deg);
}
.news_img2{
	position:relative;
	float:left;
	width:100%;
	clear:both;
}
.news_img2 img {
	width: 50%;
	display: block;
	float: left;
	height: 135px;
	padding: 5px;
	object-fit: cover;
	object-position: top;
}
/*end news*/
/*start more_post*/
.more_post{
	clear:both;
	display:block;
	overflow:hidden;
	margin-top:20px;
	text-align:center;
}
.more_post a {
	display:inline-block;
	margin-top: 4px;
	background: #58a2c9;
	color: #fff;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
	z-index:500;
	border-radius:60px;
	line-height:60px;
	padding: 0px 40px;
	font-weight:600;
}
.more_post a:hover {
	background: #f8f8f8;
	color:#58a2c9;
}
.more_post a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-right:10px;
}
/*end more_post*/
/*start projects*/
#projects{
	clear:both;
	display:block;
	float:right;
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
	position:relative;
}
#projects .more_post{
	padding-top:20px;
}
.projects_slide{
	clear:both;
	display:block;
	direction:rtl;
	visibility:hidden;
}
.projects_slide.slick-initialized {
	visibility:visible;
}
.projects li{
	float:left;
	width:50%;
	padding:0px 15px;
	overflow:hidden;
}
.proj_all{
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	display:block;
	position:relative;
	background:#fff;
	height:330px;
}
.proj_all img{
	width:100% !important;
	height:100% !important;
	object-fit:cover;
	object-position:top;
	display:block;
}
.proj_all iframe{
	width:100% !important;
	height:100% !important;
	display:block;
}
/*end projects*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	background-color: #7e367c;
	background-image: url(../images/bg/bg39.png);
	background-position: center;
	background-attachment: fixed;
	background-repeat: repeat;
	padding: 60px 0px;
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
}
.partners_slide{
	visibility:hidden;
	overflow:hidden;
	direction:rtl;
}
.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: 0px 5px;
	height: 150px;
	margin: 0px auto;
	background: #fff;
	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%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/*end partners*/
/*start whats_fix*/
.whats_fix{
	position:fixed;
	bottom:40px;
	left:20px;
	z-index:3000;
}
.whats_fix a:before{
	font-family:FontAwesome;
	content:"\f232";
}
.whats_fix a {
	background: #3da94b;
	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 #ff9b9b;
	bottom: 0px;
	border-radius:70px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.whats_fix a:hover{
	color:#fff;
	background:#88cf2f;
}
/*end whats_fix*/