/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	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:#2782f9;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#14985b;
	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;
	top:0;
	right:0;
	z-index:1100;
	display:block;
	height:50px;
	border-bottom:1px solid rgba(255,255,255,.07);
}
.lang{
	float:left;
}
.lang a{
	line-height:51px;
	display:block;
	color:#fff;
	width:50px;
	height:50px;
	text-align:center;
	text-transform:uppercase;
}
.lang a:hover{
	background:#14985b;
}
.s_contact.s_contact_right{
	float:right;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:50px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#2782f9;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left: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:#2782f9;
}
.s_contact li a:hover:before{
	color:#2782f9;
}
.social {
	float:right;
	margin-right:20px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:1px solid rgba(255,255,255,.07);
}
.social li a {
	color:#fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width:50px;
	height:50px;
	line-height:50px;
	border-left:1px solid rgba(255,255,255,.07);
}
.social li a:hover{
	color:#fff;
	background:#14985b;
}
.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%;
	height:100px;
	float:right;
	clear:both;
	position:absolute;
	top:50px;
	right:0;
}
#header .width{
	position:relative;
	height:100%;
}
.logo {
	float: right;
	margin-top:10px;
	position: relative;
}
.logo img {
	height: 81px;
	float: right;
}
.nav {
	float:left;
	margin-top:25px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	font-weight:700;
	font-size:13px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:600;
	font-size:16px;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	background:#2782f9;
	position:absolute;
	bottom:5px;
	left:100%;
	right:-500px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	left:35px;
	right:15px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#2782f9;
}
.nav li:hover .sub{
	top:50px;
	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:#333;
	width:225px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:600;
	-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:6px 15px;
	color:#aaa;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:600;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#14985b;
	color:#fff;
	padding-right:17px;
}
.head_contact {
	float: left;
	margin-right: 20px;
	margin-top: 30px;
}
.head_contact a{
	background:#2782f9;
	color:#fff;
	display:block;
	padding:0px 20px;
	font-weight:700;
	height:40px;
	line-height:40px;
	box-shadow:-3px 9px 19px -2px rgb(0 0 0 / 26%);
	border-radius:2px;
}
.head_contact a:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	content:"\f130";
	vertical-align:0px;
	animation:blinker 1s linear infinite;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	margin-left:10px;
	font-weight:normal;
}
.head_contact a:hover{
	background:#14985b;
}
/*end header*/
/*start head_fix*/
.head_fix {
	background-color:#fff;
	box-shadow:0px 0 20px -1px rgba(0, 0, 0, .1);
	width:100%;
	height:100px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	opacity:0;
	top:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled .head_fix{
	top:0;
	opacity:1;
}
.head_fix .nav li a{
	color:#333;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	text-transform:uppercase;
	background-color:#121f32;
	color:#bbb;
	font-size:12px;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a:hover{
	text-decoration:underline;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color:#121f32;
	background-image:url(../images/bg/bg39.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:cover;
	float:right;	
	width:100%;
	border-bottom:1px solid rgba(255,255,255,.07);
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
#footer .social{
	clear:both;
	overflow:hidden;
	position:relative;
	top:0;
	bottom:0;
	left:0;
	float:none;
	padding-top:5px;
	text-align:center;
}
#footer .social li{
	display:inline-block;
	float:none;
}
#footer .social li a{
	border:3px solid rgba(255,255,255,.1);
	background:none;
	border-radius:0px;
	width:45px;
	height:45px;
	margin-right:2px;
	margin-left:2px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	color:#bbb;
	text-align:center;
	z-index:100;
	line-height:40px;
	display:block;
	position:relative;
}
#footer .social li a:hover{
	color:#fff;
	border-color:transparent;
}
#footer .social li a span{
	transform:scale(0,0);
	position:absolute;
	width:45px;
	height:45px;
	top:-3px;
	right:-3px;
	z-index:-1;
	border:3px solid #2782f9;
	background:#2782f9;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
#footer .social li a:hover span{
	transform:scale(1,1);
}
#footer .social li a:after{
	display:none;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#b1c2c8;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:700;
	font-size:16px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:15%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#2782f9;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#bbb;
	font-size: 13px;
	line-height:2;
}
.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,.07);
	padding: 8px 0 8px;
	color:#bbb;
	font-size:13px;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	color:#14985b;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover:before{
	color:#fff;
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#2782f9;
	padding-right:10px;
	border-radius:5px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color: #bbb;
	display: block;
	font-size: 13px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.1);
	color: #bbb;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_branch li {
	display: block;
	float: right;
	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,.07);
	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:#2782f9;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	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:#2782f9;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#14985b;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	background-color:#121f32;
	overflow:hidden;
	margin-bottom:70px;
	width:100%;
	position:relative;
}
.slideshow_shape3{
	position: absolute;
	top: 80px;
	right: -401px;
	z-index:99;
	width: 1052px;
	height: 979px;
	background-image: url(../images/bg/bg38.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% 100%;
}
#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;
	width:60px;
	height:60px;
	line-height:60px;
	background:#2782f9;
	text-align:center;
	position:absolute;
	bottom:0;
	color:#fff;
	left:70px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	left:135px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	background:#14985b;
	border-radius:10px 10px 0px 0px;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#121f32;
	opacity:0.85;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center;
}
.slider_cont{
	display:table;
	padding-top:150px;
	width:100%;
	height:100%;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	width:48%;
	position:relative;
	text-align:center;
	z-index:100;
}
.slider_right img {
	width: auto;
}
.slider_left{
	vertical-align:middle;
	width:52%;
	display:table-cell;
	padding-right:50px;
	padding-left:50px;
}
.slideshow_shape {
	background-image: url(../images/shape.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 30%;
	top: 160px;
	width: 124px;
	height: 124px;
	z-index: 999;
	margin-right: -87px;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
}
.slideshow_shape2 {
	background-image: url(../images/shape2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 20%;
	top: 165px;
	width: 55px;
	height: 55px;
	z-index: 999;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.cycle-slide-active .slider_cont .slider_right{
    -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;
}
.cycle-slide-active .slider_cont .slider_left{
    -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 h2 {
	position: relative;
	z-index: 888;
	font-weight: 900;
	line-height: 1.5;
	display: inline-block;
	color: #fff;
	text-shadow: 1px 1px 1px #231f20;
	font-size: 55px;
	margin-bottom: 35px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #bbb;
	line-height:2;
	font-size: 15px;
	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 {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:700;
	border-radius:2px;
	padding:10px 30px;
	box-shadow:-3px 9px 19px -2px rgb(0 0 0 / 26%);
	background:#2782f9;
	position:relative;
	z-index:888;
}
.slider_cont a:hover{
	background:#14985b;
}
.slider_cont a:after{
	content:"\f0a8";
	font-weight:normal;
	margin-right:8px;
	vertical-align:-1px;
	font-family:FontAwesome;
	animation:blinker 1s linear infinite;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
@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 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 h2 {
	font-weight: 900;
	font-size:40px;
	color: #121f32;
	line-height:1.4;
	display: block;
	margin-bottom: 3px;
}
.pages_title h1{
	color:#2782f9;
	font-weight:700;
	margin-bottom:10px;
	font-size:19px;
}
.pages_title h2:after{
	content:"";
	width:65px;
	margin:15px auto 0px;
	height:4px;
	border-radius:31px;
	display:block;
	background:#2782f9;
}
/*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 .width{
	position:relative;
}
.aboutus_right {
	width: 50%;
	vertical-align: top;
	background-image: url(../images/bg/bg40.png);
	background-position: 40px 70px;
	background-size: 39% auto;
	display: table-cell;
	position: relative;
	background-repeat: no-repeat;
	padding:20px;
}
.aboutus_right_img img{
	width:82%;
	object-fit:cover;
	object-position:top;
}
.aboutus_right_img img.aboutus_right_small {
	position:relative;
	float:left;
	margin-top:-120px;
	border: 10px solid #fff;
	width: 60%;
}
.aboutus_right_txt {
	background-color: #2782f9;
	background-image: url(../images/bg/bg45.png);
	background-repeat: repeat;
	padding: 25px;
	box-shadow: 7px 15px 15px 0px rgba(0, 0, 0, 0.12);
	display: inline-block;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	max-width: 340px;
	background-position: left top;
	position: absolute;
}
.aboutus_right_txt span {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flatico;
	width: 60px;
	height: 60px;
	background: #fff;
	display: block;
	color: #2782f9;
	text-align: center;
	line-height: 60px;
	font-weight: normal;
	border-radius: 50%;
	float: right;
	font-size: 25px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
}
.aboutus_right_txt h2 {
	margin-right: 90px;
	font-size: 25px;
	line-height: 1.4;
	padding-left: ;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-right:80px;
	padding-bottom:25px;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 15px;
	font-weight: 600;
	margin-bottom:40px;
	color: #333;
	clear: both;
	line-height: 2;
}
.aboutus_left a {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:700;
	border-radius:2px;
	padding:10px 30px;
	box-shadow:-3px 9px 19px -2px rgb(0 0 0 / 26%);
	background:#2782f9;
	position:relative;
	z-index:888;
	float: right;
}
.aboutus_left a:hover{
	background:#14985b;
}
.aboutus_left a:after{
	content:"\f0a8";
	font-weight:normal;
	margin-right:8px;
	vertical-align:-1px;
	font-family:FontAwesome;
	animation:blinker 1s linear infinite;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list {
	width: 100%;
	position: relative;
	padding-bottom:20px;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all {
	position:relative;
}
.data_all2 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list li span {
	display: block;
	float: right;
	font-size: 28px;
	width: 80px;
	height: 80px;
	box-shadow:0px 0px 10px 4px rgba(72,73,121,0.15);
	background: #2782f9;
	text-align: center;
	line-height: 80px;
	color: #fff;
	border-radius: 50%;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list li:hover span{
	background:#121f32;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	color: #666;
	position: relative;
	font-weight: 600;
}
.data_list li p b {
	display: block;
	color: #333;
	z-index: 101;
	position: relative;
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:40px;
	background-color:#121f32;
	background-image:url(../images/bg/bg39.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:cover;
	padding:60px 0px;
	overflow:hidden;
}
#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: 14px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.count_all h2:before{
	content:"";
	width:50px;
	margin:0px auto 10px;
	height:4px;
	border-radius:30px;
	display:block;
	background:#2782f9;
}
.count_all p {
	clear: both;
	display: block;
	overflow: hidden;
	font-weight:900;
	font-size: 55px;
	letter-spacing:2px;
	line-height:1;
	color: #fff;
	margin-bottom:20px;
}
.aboutus_left ol li p {
	margin-right: 45px;
}
/*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: right;
	width: 33.33%;
	padding:20px;
	overflow: hidden;
}
.serv_all {
	background: #fff;
	box-shadow:0 0 20px #e8e8e8;
	overflow: hidden;
	position:relative;
	border-radius:5px;
	border-bottom:4px solid #2782f9;
}
.serv_right {
	position:relative;
	width: 100%;
	height: 200px;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right a:before{
	content:"";
	width:100%;
	height:100%;
	background:#121f32;
	position:absolute;
	top:-100%;
	right:0;
	opacity:0.8;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.serv_all:hover .serv_right a:before{
	top:0;
}
.serv_right img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_right span {
	width: 80px;
	height: 80px;
	background: #fff;
	position: absolute;
	bottom:-20px;
	text-align: center;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	line-height: 76px;
	font-size: 25px;
	font-weight:normal;
	border-bottom:4px solid #2782f9;
	box-shadow:0px 5px 10px 0px rgba(204, 204, 204, 0.34);
	border-radius:6px;
	left:10px;
	color: #2782f9;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_all:hover .serv_right span{
	bottom:-5px;
}
.serv_left {
	padding:40px 25px 25px 25px;
	position: relative;
	overflow: hidden;
}
.serv_left h2 {
	font-weight: 900;
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left h2:after{
	content:"";
	width:50px;
	margin:8px 0px 0px;
	height:4px;
	border-radius:30px;
	display:block;
	background:#2782f9;
}

.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 120px;
	margin-bottom: 10px;
	font-size: 14px;
}
.serv_left a {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
	background: #F4F9FC;
}
.serv_left a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#2782f9;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_left a:hover{
	color:#fff;
	background:#121f32;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/
/*start news*/
#news{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
}
.news_ul {
	clear: both;
	display:block;
}
.news_loop {
	float:right;
	width: 33.33%;
	overflow: hidden;
	padding: 15px;
}
.news_all {
	position: relative;
	background:#fff;
	width: 100%;
	border:1px solid #ddd;
	box-shadow:0px 0px 15px -7px rgba(0, 0, 0, 0.1);
	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 a p {
	position: absolute;
	background: #2782f9;
	bottom: -38px;
	left: 25px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	width: 80px;
	font-weight: 500;
	height: 80px;
	border-radius: 80px;
	border: 5px solid #fff;
	padding-top: 5px;
}
.news_img a p b {
	display: block;
	font-size: 22px;
	font-family: droid;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 8px;
}
.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: #333;
	font-size: 13px;
}
.news_txt span:before{
	content:"\f07b";
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:8px;
}
.news_txt h2 {
	font-weight: 700;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #121f32;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_txt p {
	height: 70px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
}
.news_more {
	padding: 0px 15px 15px;
}
.news_more a {
	display: inline-block;
	color: #000;
	background:#fff;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
}
.news_more a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#2782f9;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left: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:#14985b;
}
.news_more a:hover:before{
	transform:rotate(0deg);
}
/*end news*/
/*start contactus*/
#contactus{
	clear:both;
	display:table;
	background-color:#fff;
	border-top:1px solid #eee;
	position:relative;
	width:100%;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	padding:40px;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
}
.contactus_form label:before{
	font-family:FontAwesome;
	color:rgba(33,33,33,0.9);
	position:absolute;
	right:20px;
	font-size:13px;
	top:-1px;
}
.contactus_form label{
	display:block;
	width:100%;
	position:relative;
	background:#f4f4f4;
	margin-bottom:10px;
	height:50px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-moz-border-radius:50px;
	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_name:before{
	content:"\f007";
}
.contactus_form label.con_email:before{
	content:"\f0e0";
}
.contactus_form label.con_phone:before{
	content:"\f095";
}
.contactus_form label.con_subject:before{
	content:"\f040";
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	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:20px;
	min-height:150px;
	margin-top:20px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:block;
	width:100%;
	position:relative;
	background:#2782f9;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
	height:50px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-moz-border-radius:50px;
	padding:0px 20px;
	line-height:50px;
	font-family:'NotoSansArabic',Barlow, sans-serif;
	font-size:15px;
	font-weight:900;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#14985b;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right iframe {
	width: 100% !important;
	position:absolute;
	top:0;
	right:0;
	height: 100% !important;
}
/*end contactus*/
.bodyin #top, .bodyin #header {
	position: relative;
	top: 0;
	right: 0;
	background: #121f32;
}