/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	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:#44c3d8;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#144c72;
	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{
	background-color:#fff;
	top:0;
	z-index:1001;
	right:0;
	position:relative;
	float:right;
	width:100%;
	clear:both;
	padding:0px;
	display:block;
	height:40px;
}
#top:before {
	content: "";
	position: absolute;
	background: #144c72;
	left: 0px;
	top: 3px;
	width: 50%;
	height: 35px;
}
.top {
	background-color: #144c72;
	position:relative;
	height: 35px;
	margin: 2.5px 160px 0px 0px;
	overflow: hidden;
	border-radius: 0px 15px 15px 0px;
}
.welcome{
	float:right;
	font-size:12px;
	height:35px;
	font-weight:600;
	color:#bbb;
	line-height:35px;
	padding:0 10px 0 15px;
}
.welcome span{
	color:#fff;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li:first-child a{
	border-right:none;
}
.s_contact li a{
	display: block;
	font-size:13px;
	color: #fff;
	height:35px;
	font-family:Barlow,tajawal;
	text-transform:capitalize;
	letter-spacing:1px;
	padding:0px 10px;
	border-right:1px solid rgba(33,33,33,0.1);
	line-height:35px;
}
.s_contact li span{
	color:#fff;
	vertical-align:top;
	display:inline-block;
	letter-spacing:normal;
}
.s_contact li a:after{
	vertical-align:0;
	font-weight:normal;
	display:inline-block;
	color:#fff;
	text-align:center;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li.phone a:after{
	content:"\f11f";
}
.s_contact li.mail a:after{
	content:"\f2b6";
}
.s_contact li a:hover{
	background:#44c3d8;
	color:#fff;
}
.s_contact li a:hover:after{
	color:#fff;
}
.social{
	float:right;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #fff;
	height:35px;
	z-index:11;
	padding: 0px 15px;
	font-size:12px;
	position:relative;
	line-height:35px;
}
.social li a:hover{
	color:#fff;
	background:#44c3d8;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.snapchat a:before {
	content: "\f2ab";
}
.social li.tiktok a:before {
	content: "";
	display: block;
	background-image: url(../images/tik.png);
	background-size: 14px;
	margin:0px auto;
	background-repeat: no-repeat;
	width: 14px;
	height: 20px;
	position: relative;
	top: 10px;
}
.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";
}
/*end top*/
/*start header*/
#header{
	height:100px;
	width:100%;
	clear:both;
	float:right;
	background-color:#fff;
	position:relative;
	z-index:1500;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	overflow: hidden;
	position: relative;
	top: -36px;
	width: 141px;
	text-align: center;
	height: 136px;
}
.logo a {
	display: block;
}
.logo a img {
	height:131px;
}
.nav {
	float:left;
	margin-top:28px;
}
.nav li{
	display:block;
	float:right;
	position:relative;
	padding-bottom:5px;
}
.nav li a:before {
	content: "+";
	font-family: Barlow;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	vertical-align: 0px;
	color: #44c3d8;
	margin-left: 8px;
}
.nav li a {
	display: block;
	color: #333;
	line-height:40px;
	padding: 0px 15px;
	font-weight:600;
	position:relative;
	font-size:15px;
	z-index:105;
	text-align: center;
}
.nav li a:after {
	content: "";
	width:0px;
	height: 5px;
	background: #44c3d8;
	display: block;
	float: left;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.nav li:hover a:after{
	width:90%;
}
.nav li a:hover,.nav li:hover a{
	color:#44c3d8;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	position:static;
}
.sub {
	position: absolute;
	width: 230px;
	box-shadow:0px 2px 3px 0px rgba(34, 34, 34, 0.05);
	display:none;
	top: 50px;
	right:0px;
	z-index:1500;
	border-radius:10px;
	overflow:hidden;
	background: #d5e3e5;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	padding:0;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-weight:600;
	font-size:13px;
	color:#000;
	text-align:right;
	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:before{
	font-family:FontAwesome;
	content:"\f0a8";
	vertical-align:middle;
	margin-left:10px;
	color:#144c72;
	font-weight:normal;
}
.nav li:hover .sub ul li a:hover{
	background:#144c72;
	padding-right:13px;
	color:#fff;
}
.nav li:hover .sub ul li a:hover:before{
	color:#fff;
}
/*end header*/
/*start head_fix*/
.head_fix {
	background-color:#fff;
/* 	background-image:url(../images/bg/bg37.png); */
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:100px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	box-shadow:0px 13px 30px -12px rgba(0, 0, 0, 0.75);
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .head_fix{
	top:0;
}
.head_fix .logo {
	margin-top: 0;
	padding: 5px 0px 0px;
	top: 0;
	width: auto;
}
.head_fix .logo a{
	border:none;
	padding:0;
}
.head_fix .logo a img {
	height: 85px;
}
/*end head_fix*/
/*start footer*/
#footer{
	clear:both;
	float:right;
	width:100%;
	background-color:#fff;
	position:relative;
	text-align:center;
	padding:30px 0px 30px;
	overflow:hidden;
}
.foot_img{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-size:cover;
	background-position:center;
	opacity:0.1;
}
#footer .width{
	position:relative;
}
.foot_contact {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom:30px;
}
.foot_contact li {
	width: 33.33%;
	height:150px;
	float: right;
	color: #333;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-top:  1px solid rgba(255,255,255,0.1);
	padding: 10px 20px;
}
.foot_contact li:first-child{
	border-right: 1px solid rgba(255,255,255,0.1);
}
.foot_contact span {
	font-family: FontAwesome;
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #44c3d8;
	margin-bottom: 5px;
}
.foot_contact h2 {
	text-transform:capitalize;
	font-size: 17px;
	font-family:Barlow,'tajawal', sans-serif;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.foot_contact h1 {
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
.foot_contact p {
	color: #777;
	font-size: 13px;
	display: block;
}
.foot {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.foot li {
	display: inline-block;
	padding: 0px 15px;
	position:relative;
}
.foot li:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #44c3d8;
	top: 9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.foot li a {
	display: block;
	color: #333;
}
.foot li a:hover{
	color: #44c3d8;
}
.copyrights {
	display: block;
	margin-bottom: 13px;
	color: #555;
	font-size: 13px;
}
.design {
	color: #acc4dc;
	font-size: 13px;
}
.design a{
	color:#44c3d8;
}
.design a:hover{
	color:#333;
}
#footer .social {
	display: block;
	margin-top: 25px;
	float: none;
	background:none;
	margin-right: 0;
	margin-left: 0;
	height:auto;
}
#footer .social:before,#footer .social:after{
	display:none;
}
#footer .social li{
	display:inline-block;
	float:none;
	overflow:hidden;
	position:relative;
}
#footer .social li a {
	display: block;
	color: #fff;
	background:#44c3d8;
	height:30px;
	width:30px;
	z-index:11;
	text-align:center;
	padding:0;
	margin:0px 2px;
	font-size:12px;
	position:relative;
	line-height:30px;
}
#footer .social li a:hover{
	color:#44c3d8;
	background:#fff;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	z-index:1500;
	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:#44c3d8;
	color:#fff;
}
.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:#144c72;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:450px;
	display:block;
	z-index:100;
	background:#08701b;
	overflow:hidden;
	width:100%;
	position:relative;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	border-radius:45px;
	border:1px solid rgba(33,33,33,0.3);
	width:45px;
	height:45px;
	line-height:43px;
	display:block;
	font-size:18px;
	text-align:center;
	position:absolute;
	top:155px;
	margin-top:55px;
	color:#bbb;
	left:20px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	top:155px;
	margin-top:0;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	opacity:0.5;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider_cont_all_right {
	max-width: 600px;
	float:right;
}
.slider_cont_all_left {
	max-width: 600px;
	float:left;
	text-align:center;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center top;
}
.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;
}
.partners li {
	display: inline-block;
}

.slider_cont_all{
	width:100%;
	margin:0px;
	position:relative;
	z-index:800;
	display:block;
	padding:0px 50px 0px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:600;
	line-height:1.2;
	display: inline-block;
	color: #333;
	text-shadow:1px 1px 1px #000;
	font-size: 50px;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight:600;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a {
	background:#08701b;
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:600;
	padding:12px 30px;
	position:relative;
	z-index:888;
}
.slider_cont a:after{
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:10px;
	content:"\f060";
	font-weight:normal;
}
.slider_cont a:hover{
	background:#fff;
	color:#08701b;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start projects*/
#projects{
	clear:both;
	display:block;
	float:right;
	width:100%;
	background:#144c72;
	overflow:hidden;
}
#projects .width{
	width:1100px;
}
.slidero{
	clear:both;
	width:100%;
	float:left;
	position:relative;
}
.slider_ul{
	visibility:hidden;
}
.slider_ul.slick-initialized {
	visibility:visible;
	direction:rtl;
}
.slider_ul li{
	float:right;
	width:33.33%;
	padding:0px 10px;
}
.slider_ul li a{
	display:block;
	height:500px;
	width:100%;
	position:relative;
	overflow:hidden;
}
.slider_ul li a img{
	position:absolute;
	width:100%;
	height:100%;
	z-index:-100;
	display:block;
	object-fit:cover;
	object-position:center center;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;	
}
.slider_ul li:hover a img{
	transform:scale(1.06, 1.06);
}
.next_slidero{
	position:absolute;
	top:50%;
	right:30px;
	z-index:1000;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
}
.next_slidero b {
	background: rgba(255,255,255,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.next_slidero b:before {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(40deg);
	right: -2px;
}
.next_slidero b:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(-40deg);
	right: -2px;
}
.prev_slidero{
	position:absolute;
	top:50%;
	left:30px;
	z-index:1000;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
}
.prev_slidero b {
	background: rgba(255,255,255,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.prev_slidero b:before {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(-40deg);
	left: -2px;
}
.prev_slidero b:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(40deg);
	left: -2px;
}
.serv_main_cat2{
	color: #333;
	display:inline-block;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	z-index: 3;
	overflow: hidden;
	transform: scale(0.0);
	position:absolute;
	left:20px;
	bottom:20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serv_main_cat2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	transform: translateX(72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.slider_ul li:hover .serv_main_cat2{
	transform: scale(1, 1);
}
.slider_ul li:hover .serv_main_cat2:before {
	transform: translateX(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.serv_main_cat2 span {
	opacity: 0;
	z-index: 4;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.slider_ul li:hover .serv_main_cat2 span {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
/*end projects_title*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	background:#144c72;
	float:left;
	z-index:100;
}
.data_list {
	background-color:#144c72;
	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: right;
	width:25%;
	height: 100%;
	padding:50px 30px 50px;
	overflow: hidden;
}
.data_list li{
	border-left:1px solid rgba(0,0,0,0.08);
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background: #44c3d8;
	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:1px dashed #fff;
	content:"";
	border-radius:50%;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index:101;
	color:#dfecec;
	position:relative;
	height:128px;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	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 #44c3d8;
	padding: 7px 20px;
	border-radius:100px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li a:hover {
	background:#44c3d8;
	color:#fff;
}
/*end data*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
	margin-bottom:50px;	
	padding:50px 0px 0px;
}
.aboutus_left {
	width: 100%;
}
.aboutus_left h1 {
    color: #fff;
	background:#44c3d8;
    font-weight: 600;
    font-size: 14px;
	padding:5px 10px;
    display:inline-block;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:15px;
	margin-top:15px;
	font-weight: 700;
	font-size: 25px;
	color: #021f1f;
	line-height: 1.3;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	color:#333;
	line-height:1.9;
	clear:both;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 10px;
	background: #144c72;
	color: #fff;
	padding: 10px 20px;
	font-weight: 700;
}
.aboutus_left a:hover {
	background: #44c3d8;
	color:#fff;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	background:#144c72;
	overflow:hidden;
	position:relative;
	padding:70px 0px 70px;
}
#count ul{
	clear:both;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding:0px 20px;
	text-align: center;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.count_all p {
	clear: both;
	font-family:Barlow,tajawal;
	display: block;
	overflow: hidden;
	font-weight:700;
	font-size: 55px;
	letter-spacing:2px;
	line-height:1;
	color: #fff;
	margin-bottom:20px;
}
/*end count*/
/*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: 15px;
	font-weight: bold;
	display:inline-block;
	padding:0px 20px;
	color: #144c72;
	margin-bottom:3px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #44c3d8;
	top:9.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #44c3d8;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #000;
	display: block;
	margin-bottom: 3px;
}
.pages_title span {
	font-size: 15px;
}
/*end pages title*/
/*start services*/
#services{
	clear:both;
	padding:50px 0px;
	margin-bottom:40px;
	float:right;
	width:100%;
}
.serv_ol {
	overflow: hidden;
	clear: both;
	display: block;
}
.serv_ol li {
	display: block;
	float:right;
	overflow: hidden;
	padding:15px 0px;
	width: 50%;
}
.serv_ol li:nth-child(2n+2){
	direction:ltr;
}
.serv_all {
	display: table;
	width: 100%;
}
.serv_img {
	display: table-cell;
	width: 50%;
	height:100%;
	background-position:center;
	background-size:cover;
	vertical-align: top;
	overflow:hidden;
	position: relative;
}
.serv_txt {
	display: table-cell;
	padding:25px 20px;
	vertical-align:middle;
	border-bottom:1px solid #edf3f8;
	border-left:1px solid #edf3f8;
	position:relative;
	background:#fff;
	text-align: right;
}
.serv_ol li:nth-child(2n+2) .serv_img{
	border-left:none;
}
.serv_ol li:nth-child(2n+2) .serv_txt{
	border-left:10px solid #fff;
}
.serv_txt b {
	font-weight: 700;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	color: #333;
}
.serv_txt p {
	margin-bottom: 10px;
	font-size: 13px;
	height:110px;
	overflow:hidden;
	color: #555;
}
.serv_txt span {
	background: #edf3f8;
	color: #000;
	font-weight: 600;
	padding: 4px 10px;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 12px;
}
.serv_txt a {
	background: #144c72;
	color: #fff;
	padding: 4px 15px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight:600;
}
.serv_txt a:hover {
	background: #44c3d8;
	color: #fff;
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:10px;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	max-width: 200px;
	margin: 0px auto;
}
.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 #144c72;
	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:#44c3d8;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	box-shadow:0px 0px 5px 4px rgba(0,0,0,.05);
	background:#fff;
	position:relative;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 250px;
	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_img span {
	position: absolute;
	left: 20px;
	top: 0;
	background: #44c3d8;
	font-family:Barlow,tajawal;
	color: #fff;
	padding: 10px 5px;
	text-align: center;
	font-size: 11px;
}
.news_img span p {
	display: block;
	border-bottom: 1px solid rgba(22,22,22,0.1);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.news_img span i {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
}
.news_txt {
	padding: 20px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #021f1f;
	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;
	padding: 0px 20px 10px;
}
.news_more a {
	display: block;
	background: #144c72;
	padding: 7px 10px;
	font-weight:600;
	color: #fff;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #44c3d8;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/

/*custom editing */
.serv_txt p {
	text-align:justify;
}
/* end custom editing */