/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:'tajawal',Barlow, 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:#61a1de;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#2e549d;
	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 skew*/
.skew:after{
	content:"";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #61a1de;
	opacity:0;
	z-index:-1;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	transform: skewX(-25deg);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.skew:hover:after{
	opacity:1;
}
.skew_border{
	position:absolute;
	width:1px;
	background-color:rgba(255,255,255,0.1);
	height:100%;
	top:0;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	transform: skewX(-25deg);	
	left:0;
}
/*end skew*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
	display:block;
	z-index:100;
	height:45px;
	text-transform:uppercase;
	background:#2e549d;
}
.welcome{
	float:left;
	position:relative;
	font-size:12px;
	font-weight:600;
	color:rgba(255,255,255,0.6);
	line-height:45px;
}
.welcome span{
	color:#fff;
}
.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:rgba(255,255,255,0.6);
	text-transform:uppercase;
	font-family:Barlow,'tajawal', sans-serif;
	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:#61a1de;
	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:#61a1de;
}
.s_contact li a:hover:before{
	color:#61a1de;
}
.lang{
	float:right;
}
.lang a.skew:after{
	opacity:1;
}
.lang a{
	line-height:45px;
	font-family:Barlow,'tajawal';
	color:#fff;
	position:relative;
	font-weight:700;
	display:block;
	letter-spacing:1px;
	text-align:center;
	padding:0px 13px;
	text-transform:uppercase;
	z-index:10;
}
.lang a:hover{
	color:#000;
}
.social {
	float:left;
	margin-left:10px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	color:rgba(255,255,255,0.6);
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 12px;
	height:45px;
	line-height: 45px;
}
.social li a:hover{
	color:#fff;
	background:#61a1de;
}
.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{
	z-index:1000;
	width:100%;
	float:right;
	clear:both;
	position:relative;
}
.logo {
	position: relative;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.logo img {
	height:99px;
}
.logo img {
	filter: brightness(0) invert(1);
}
/*end header*/
/*start nav*/
.nav{
	float:right;
	padding-top:35px;
}
.nav li{
	float:left;
	position:relative;
	display:block;
}
.nav li a{
	height:55px;
	display:block;
	color:#fff;
	position:relative;
	text-transform:uppercase;
	padding:0px 20px;
	line-height:55px;
	font-size:14px;
	font-weight:600;
}
.nav li a:before{
	content:"";
	width:5px;
	height:5px;
	background:#61a1de;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	right:0;
	top:26px;
}
.nav li:last-child a:before{
	display:none;
}
.nav li a:after{
	content:"";
	height:4px;
	display:block;
	background:#61a1de;
	position:absolute;
	border-radius:5px;
	bottom:0px;
	left:200px;
	right:200px;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
}
.nav li a:hover,.nav li:hover a{
	color:#fff;
}
.nav li a:hover:after,.nav li:hover a:after{
	right:20px;
	left:20px;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 240px;
	display:none;
	top: 55px;
	left:0px;
	z-index:200;
	background-color:#2e549d;
}
.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;
	font-size:13px;
	color:#fff;
	height:auto;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#61a1de;
	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;
}
/*end nav*/
/*start head_fix*/
.nav_fix {
	background:#2e549d;
	width:100%;
	height:55px;
	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;
}
.nav_fix .nav{
	padding:0;
	float:none;
	color:#fff;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	text-transform:uppercase;
	width:100%;
	float:right;
	height:45px;
	background-color: #2e549d;
	background-image:url(../images/bg/bg46.png);
	color:rgba(255,255,255,0.6);
	font-size:12px;
	position:relative;
}
.copyrights{
	float:left;
	line-height:45px;
}
.design{
	float:right;
	line-height:45px;
}
.design a{
	color:#fff;
	background:#61a1de;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color: #2e549d;
	background-image:url(../images/bg/bg46.png);
	border-bottom:1px solid rgba(255,255,255,0.1);
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.foot_loop{
	width:25%;
	float:left;
	padding:0px 20px;
	color:#ece9f3;
	overflow:hidden;
}
.foot_loop h2,.foot_bottom h2{
	font-weight:700;
	font-size:16px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after,.foot_bottom h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#61a1de;
	display:block;
	margin-top:10px;
	border-radius:4px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#ece9f3;
	font-size: 13px;
	line-height:2;
}
.foot_logo img {
	height: 70px;
	filter: brightness(0) invert(1);
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px;
	color:#ece9f3;
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
}
.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:#61a1de;
	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: #ece9f3;
	display: block;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.1);
	color: #ece9f3;
	text-transform:capitalize;
	border-radius:3px;
	font-size: 12px;
	font-weight:600;
	font-family:Barlow,tajawal;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_branch li {
	display: block;
	float: left;
	width: 33.33%;
	padding:2px;
	text-align: center;
}
.foot_loop ul.foot_branch li a:before {
	display:none;
}
.foot_loop ul.foot_branch li a {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
	font-weight: 600;
	font-size: 12px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a,.foot_loop ul.foot_branch li a:hover{
	color:#fff;
	background:#61a1de;
	border:1px solid #61a1de;
}
.foot_bottom {
	margin-top: 10px;
	position:relative;
	padding: 0px 15px;
}
.foot_bottom h2:after{
	width:5%;
}
#footer .social {
	clear: none;
	float: left;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: left;
}
#footer .social li a {
	width: 35px;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	border-radius:0px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right:5px;
	border:none;
	text-align:center;
	background: rgba(255,255,255,0.1);
	color: #ece9f3;
}
#footer .social li a:hover{
	background:#61a1de;
	color:#fff;
}
.contact_home {
	float: right;
}
.contact_home a {
	display: inline-block;
	font-weight: 900;
	padding: 10px 20px;
	background: #61a1de;
	border: 1px solid #61a1de;
	margin-left: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	text-transform:uppercase;
}
.contact_home a:last-child {
	border: 1px solid rgba(255,255,255,0.05);
	background:rgba(255,255,255,0.05);
	color:#fff;
}
.contact_home a:before {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-right: 5px;
	font-weight: normal;
	content: "\f015";
}
.contact_home a:last-child:before {
	content: "\f003";
}
.contact_home a:hover, .contact_home a:last-child:hover {
	opacity: 0.8;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#61a1de;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#2e549d;
	color:#fff;
}
/*end totop*/
/*start gallery*/
#gallery{
	clear:both;
	float:right;
	position:relative;
	overflow:hidden;
	background:#2e549d;
	direction:rtl;
	margin-top:-138px;
	width:100%;
}
.gallery li{
	float:left;
	overflow:hidden;
	width:50%;
	height:100vh;
	margin-left:auto;
	margin-right:auto;
	padding:0px 1px;
}
.gallery li div{
	width:100%;
	height:100%;
	position:relative;
}
.gallery li img{
	width:100%;
	height:100%;
	cursor:grab;
	object-fit:cover;
	object-position:top;
	display:block;
}
.gallery_slider{
	visibility:hidden;
}
.gallery_slider.slick-initialized {
	visibility:visible;
}
.gallery li div:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	cursor:grab;
	opacity:0.4;
	background:linear-gradient(to bottom, #2e549d 0%,#2e549d 80%);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
/*end gallery*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	background-image:url(../images/bg/bg46.png);
	background-repeat:repeat-x;
	background-color:#2e549d;
	margin-bottom:40px;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	position:relative;
	z-index:101;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: left;
	width:25%;
	height: 100%;
}
.data_all{
	width:100%;
	border-left:1px solid rgba(255,255,255,0.05);
	border-top:1px solid rgba(255,255,255,0.05);
	padding:0px 25px 35px;
	text-align:center;
	transition:all 0.4s ease;
}
.data_list li span {
	z-index: 101;
	margin-top:-45px;
	width: 92px;
	height:92px;
	line-height:82px;
	border-radius: 92px;
	position: relative;
	background:#fff;
	color: #292562;
	font-size:30px;
	margin-bottom: 25px;
	border:5px solid rgba(89,85,114,0.2);
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition:all 0.4s ease;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color:rgba(255,255,255,0.6);
	position: relative;
	height: 150px;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a{
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	border:2px solid #61a1de;
	padding: 7px 20px;
	font-size: 12px;
	text-transform:uppercase;
	font-weight: 700;
}
.data_list li a:hover{
	background:#61a1de;
	border:2px solid #61a1de;
	color:#fff;
}
/*end data*/
/*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.withwhite{
	color:#bbb;
}
.pages_title.withwhite h1,.pages_title.withwhite h2{
	color:#fff;
}
.pages_title h1 {
	font-size: 14px;
	font-weight:600;
	display:inline-block;
	padding:5px 15px;
	color: #000;
	border:2px solid #61a1de;
	position:relative;
	margin-bottom:2px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	text-transform:uppercase;
	color: #2e549d;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 14px;
	font-weight:600;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.aboutus{
	width:100%;
}
.aboutus_right{
	width:50%;
	float:left;
	padding:70px 0px 10px 10px;
}
.aboutus_left {
	position: relative;
	width:50%;
	float:right;
}
.aboutus_left .pages_title{
	text-align:left;
}
.aboutus_txt {
	font-size: 14px;
	clear:both;
	overflow:hidden;
}
.aboutus_txt ul{
	clear:both;
	margin-top:20px;
}
.aboutus_txt ul li{
	width:50%;
	float:left;
	color:#555;
	font-weight:600;
	display:block;
	padding:5px;
}
.aboutus_txt ul li:before{
	content:"\f00c";
	font-family:FontAwesome;
	display:inline-block;
	width:20px;
	height:20px;
	font-size:10px;
	font-weight:normal;
	vertical-align:0px;
	margin-right:10px;
	background:#61a1de;
	color:#fff;
	line-height:20px;
	border-radius:50%;
	text-align:center;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:40px;
	background-image:url(../images/bg/bg46.png);
	background-repeat:repeat-x;
	background-color:#2e549d;
	overflow:hidden;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	border-left:1px solid rgba(255,255,255,0.1);
	float:left;
	display:block;
}
#count ul li:last-child{
	border-left:none;
}
.count_all {
	width: 100%;
	padding: 60px 40px;
}
.count_all span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #292562;
	width: 70px;
	height: 70px;
	background: #ece9f3;
	text-align: center;
	line-height: 70px;
	border-radius: 100%;
	margin:0px auto 15px;
	z-index: 133;
	font-size: 30px;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	display:block;
}
.count_all:hover span,#count ul li:last-child .count_all span{
	color:#fff;
	background:#61a1de;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: #fff;
	z-index: 3;
	border-radius: 100%;
	opacity: 0.3;
	top: 4px;
	right: -7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	text-transform:uppercase;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	font-family: Barlow,tajawal;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size: 35px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start services*/
#services {
	clear: both;
	display: block;
	overflow: hidden;
	position:relative;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: left;
	width: 33.33%;
	padding:20px;
	overflow: hidden;
}
.serv_all {
	background: #fff;
	box-shadow:0 0 20px #e8e8e8;
	overflow: hidden;
	position:relative;
}
.serv_right {
	position:relative;
	width: 100%;
	height: 270px;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_all:hover .serv_left{
	top:0;
	bottom:0;
}
.serv_all:hover .serv_left h2{
	margin-bottom:20px;
}
.serv_left {
	padding:15px 25px;
	position:absolute;
	top:200px;
	right:0;
	left:0;
	background:rgba(46,84,157,0.9);
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_left h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	color: #fff;
	text-transform:uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_left p {
	display: block;
	color: rgba(255,255,255,0.9);
	overflow: hidden;
	height: 120px;
	margin-bottom: 10px;
	font-size: 14px;
}
.serv_left a {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 15px 5px 5px;
	text-transform:uppercase;
	border-radius: 35px;
	line-height: 1;
	color:#fff;
	background:#61a1de;
}
.serv_left a:before{
	content:"\f061";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#61a1de;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-right:5px;
	display:inline-block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_left a:hover{
	background:#fff;
	color:#000;
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	padding:50px 0px;
	background:#ece9f3;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
	direction:rtl;
}
.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;
	border:1px solid #fff;
	background: #fff;
}
.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;
}
.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 #2e549d;
	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:#61a1de;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_ul{
	overflow:hidden;
}
.news_loop{
	width:33.33%;
	float:left;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 220px;
	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;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_date {
	position: absolute;
	width: 62px;
	height: 68px;
	background: #61a1de;
	color: #fff;
	font-family: Barlow,'tajawal', sans-serif;
	bottom: 0;
	left: 10px;
	text-align: center;
	font-weight: 600;
	padding-top:10px;
	font-size: 25px;
	line-height: 1;
}
.news_date b{
	margin-top:5px;
	font-weight:600;
	font-size:12px;
	display:block;
}
.news_txt {
	padding: 20px 0px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #333;
	text-transform:uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
}
.news_more a {
	display: block;
	background: #61a1de;
	padding: 8px 15px;
	text-transform:uppercase;
	font-weight:500;
	color: #fff;
	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: #61a1de;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start projects*/
#projects{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
	background-color:#2e549d;
	background-image:url(../images/bg/bg46.png);
	padding:60px 0px 0px;
}
.my_projects {
	clear: both;
	display: block;
	overflow: hidden;
}
.my_projects li {
	display: block;
	float: left;
	overflow:hidden;
	width: 20%;
	padding:3px;
}
.p_thumb {
	width: 100%;
	height: 330px;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.p_thumb img{
	width: 100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.p_thumb a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.p_thumb a:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	background-color:#61a1de;
	opacity:0.2;
}
.p_thumb a:hover:before{
	opacity:0.4;
}
.p_thumb a:after{
	content:"\f002";
	font-family:FontAwesome;
	background:#61a1de;
	width:40px;
	height:40px;
	border-radius:4px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:17px;
	opacity:0;
	position:absolute;
	top:50%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	margin-top:-20px;
	right:50%;
	margin-right:-20px;
}
.p_thumb a:hover:after{
	opacity:1;
}
/*end projects*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	width:100%;
	float:right;
	overflow: hidden;	
}
.contactus_right{
	display:block;
	width:100%;
	height:400px;
	position:relative;
	overflow:hidden;
}
.contactus_right iframe {
	width: 100% !important;
	position:absolute;
	top:0;
	right:0;
	height: 100% !important;
}
.contactus_left {
	clear: both;
	float: left;
	width: 100%;
	overflow:hidden;
	padding: 40px 20px;
	background-color: #2e549d;
	background-image:url(../images/bg/bg46.png);
	border-bottom:1px solid rgba(255,255,255,0.1);
	position: relative;
}
.contactus_left a {
	width: 150px;
	float: right;
	text-transform:uppercase;
	color: #fff;
	background: #61a1de;
	box-shadow:0 10px 10px -8px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	text-align: center;
	padding: 10px 0px;
}
.contactus_left a:hover {
	background: #fff;
	color:#61a1de;
}
.contactus_left h2 {
	text-align: left;
	clear: none;
	color: #fff;
	font-size:20px;
	padding-top:5px;
	margin: 0;
	float: left;
}
/*end contactus*/