/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:mainFontRegular;
	font-size:14px;
	font-weight:400;
	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:#35a4dd;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#dd3545;
	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:relative;
	float:right;
	display:block;
	height:45px;
	background:#312782;
}
.lang{
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.lang a {
	background: #35a4dd;
	color: #fff;
	text-transform: uppercase;
	font-weight:600;
	padding:0px 12px;
	height:40px;
	line-height:40px;
	font-family:tajawal;
	display: block;
	border-radius: 0px 60px 60px 0px;
	margin-top:2px;
}
.lang a:hover{
	padding-right:15px;
	padding-left:15px;
	background:#dd3545;
}
.s_contact{
	position:relative;
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#eee;
	letter-spacing:1px;
	padding:0px 10px;
	font-weight:400;
	line-height:45px;
}
.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;
	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{
	background:#35a4dd;
	color:#fff;
}
.social {
	float:right;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#eee;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	line-height: 45px;
	width:40px;
	text-align:center;
}
.social li a:hover{
	color:#fff;
	background:#35a4dd;
}
.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.linkedin a:before{
	content:"\f0e1";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end top*/
/*start header*/
#header {
	background-color: #fff;
	width: 100%;
	float: right;
	clear: both;
	height: 100px;
	padding-top: 5px;
	position: relative;
	box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.2);
	z-index: 1000;
}
.logo {
	position: relative;
	z-index: 100;
	float:right;
}
.logo img {
	height:89px;
}
.nav {
	float: left;
	margin-top:30px;
}
.nav li{
	float:right;
	position:relative;
	display:block;
}
.nav li a{
	height:40px;
	display:block;
	color:#333;
	position:relative;
	padding:0px 15px;
	line-height:40px;
	font-size:15px;
	font-weight:400;
}
.nav li a:before{
	content:"";
	width:5px;
	height:5px;
	background:#35a4dd;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:0;
	top:21px;
}
.nav li a:after{
	content:"";
	height:5px;
	display:block;
	background:#35a4dd;
	position:absolute;
	border-radius:5px;
	bottom:-2px;
	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:#000;
}
.nav li a:hover:after,.nav li:hover a:after{
	right:20px;
	left:20px;
}
.nav li:hover .sub{
	display:block;
}
.sub{
	position: absolute;
	width: 210px;
	display:none;
	top:40px;
	right:0px;
	z-index:200;
	padding:5px 0px;
}
.sub ul{
	background-color:#fff;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 0px 10px -1px rgba(0,0,0,0.1);
}
.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:8px 10px;
	background:none;
	line-height:normal;
	font-size:13px;
	color:#000;
	height:auto;
	font-weight:400;
	text-align:right;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#35a4dd;
	color:#fff;
	padding-right:13px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f038";
	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-left: 10px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background: #fff;
	width: 100%;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top: -1000px;
	background-color: #fff;
	height: 100px;
	padding-top: 5px;
	box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.2);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	background:#1e272e;
	color:#bbb;
	font-weight:400;
	font-size:13px;
	height:45px;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a:hover{
	text-decoration:underline;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:10px;
	display:none;
	line-height:45px;
	width:45px;
	border-radius:5px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:45px;
	background:#35a4dd;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#dd3545;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	overflow:hidden;
	background:#312782;
	height:500px;
	margin-bottom:20px;
	width:100%;
	position:relative;
	float:right;
}
.slidebg {
  background:#35a4dd;
  position: absolute;
  top: 0;
  right: 0;
  opacity:0.4;
  width: 100%;
  height: 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;
	text-align:center;
	position:absolute;
	border-radius:50%;
	background:rgba(33,33,33,0.2);
	top:50%;
	width:65px;
	height:65px;
	line-height:65px;
	margin-top:-35px;
	color:#fff;
	left:10px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:10px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#35a4dd;
	background:#fff;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:15px 15px 15px 15px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	z-index: 800;
	max-width:1000px;
	text-align:center;
	margin:0px auto;
	display: block;
	padding:0px;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:800px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:800px;
}
.slider_cont_center{
	max-width:800px;
	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.5;
	display: inline-block;
	color: #fff;
	text-shadow:1px 1px 1px #333;
	font-size:55px;
	margin-bottom:10px;
    -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{
    -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;
	text-shadow:1px 1px 1px #333;
	font-size: 22px;
	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{
	background:#2db8eb;
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	border-radius:5px;
	font-weight:600;
	padding:12px 30px;
	margin-left:10px;
	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{
	background:#6aac4b;
}
/*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.withwhite,.pages_title.withwhite h1,.pages_title.withwhite h2{
	color:#fff;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #35a4dd;
	margin-bottom:0px;
	position:relative;
	line-height:1;
	text-transform: uppercase;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 35px;
	color: #1e272e;
	display: block;
	margin-bottom: 0px;
}
.pages_title span {
	font-size: 15px;
}
/*end pages title*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin-bottom:50px;
	z-index:100;
}
#data .width{
	position:relative;
}
.data_list {
	overflow:hidden;
	position:relative;
	z-index:101;
	overflow:hidden;
	margin:0px 60px;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:33.33%;
	height: 100%;
	padding:20px;
	overflow: hidden;
}
.data_list li.active .data_all{
	background:#312782;
}
.data_all{
	padding:40px 30px;
	background:#fff;
	border-radius:.25rem;
	overflow:hidden;
	box-shadow:0 0 22px 0 rgba(26,26,66,0.070);
}
.data_list li span {
	z-index: 101;
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: relative;
	color: #312782;
	font-size: 40px;
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.data_list li.active .data_all span{
	color:#fff;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index:101;
	color:#1e272e;
	position:relative;
	height:135px;
}
.data_list li.active .data_all p{
	color:#fff;
}
.data_list li p b {
	display: block;
	z-index:101;
	position:relative;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_next, .data_prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 60%;
	width: 50px;
	color: #333;
	left: 10px;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 50px;
	border-radius:.25rem;
	background:#fff;
	border:1px solid #35a4dd;
	line-height: 48px;
}
.data_next:before,.data_prev:before{
	font-family:FontAwesome;
	font-weight:normal;
}
.data_next:before{
	content:"\f054";
}
.data_prev:before{
	content:"\f053";
}
.data_next:hover,.data_prev:hover{
	background:#35a4dd;
	color:#fff;
}
.data_next{
	right:10px;
	left:auto;
}
/*end data*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
	padding:30px 0px 30px;
	position:relative;
	margin-bottom:40px;
	z-index:1000;
}
.aboutus{
	padding:0px 24px;
	display:table;
	width:100%;
}
.aboutus_right{
	display:table-cell;
	width:42%;
	position:relative;
	box-shadow:0px 3px 65px 0px rgba(26,26,66,0.070);
}
.aboutus_right img {
	width: 100% !important;
	height: 100% !important;
	border-radius: .25rem;
	object-fit:cover;
	object-position:center;
	position:absolute;
	top:0;
	right:0;
}
.aboutus_left {
	padding-right:80px;
	padding-left:40px;
	display:table-cell;
	width: 58%;
}
.aboutus_left h1 {
    color: #000;
	background:#f0f9fd;
    font-weight: 400;
    font-size: 14px;
	margin-bottom:10px;
	padding:5px 10px;
    display:inline-block;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:15px;
	margin-top:15px;
	font-weight: 700;
	font-size: 32px;
	color: #021f1f;
	line-height: 1.3;
}
.aboutus_left_txt {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 20px;
	color:#333;
	text-align: justify;
	line-height:1.9;
	clear:both;
}
#data a {
	display: block;
	margin:10px auto 0px;
	background: #35a4dd;
	color: #fff;
	width:160px;
	text-align:center;
	border-radius:5px;
	padding: 10px 20px;
	font-weight: 400;
}
#data a:hover {
	background: #312782;
	color:#fff;
}
#data a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
/*end aboutus*/
/*start services*/
#services {
	clear: both;
	display: block;
	background-image:url(../images/bg/bg5.png);
	background-color:#35a4dd;
	padding:60px 0px;
	position:relative;
	margin-bottom:50px;
	float: right;
	width: 100%;
	height:443px;
}
.services{
	clear:both;
	display:block;
	position:relative;
	z-index:10;
	margin:0px -15px;
}
.services li {
	display: block;
	float: right;
	width: 33.33%;
	padding:15px;
	overflow: hidden;
}
.serv_all {
	background: #fff;
	box-shadow:0px 0px 15px -7px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position:relative;
	border-radius:5px;
	border-bottom:5px solid transparent;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_all:hover{
	border-bottom:5px solid #35a4dd;
}
.serv_right {
	position:relative;
	width: 100%;
	height: 250px;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right a:before{
	content:"";
	width:100%;
	height:100%;
	top:0;
	right:0;
	opacity:0;
	position:absolute;
	background:rgba(0,0,0,0.6);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_all:hover .serv_right a:before{
	opacity:1;
}
.serv_right img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_all:hover .serv_right span{
	background:#35a4dd;
}
.serv_right span {
	width: 90px;
	height: 90px;
	background: #312782;
	position: absolute;
	border-radius: 90px;
	bottom: -44px;
	text-align: center;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	line-height: 75px;
	font-size: 30px;
	left: 50%;
	color: #fff;
	border: 5px solid #fff;
	margin-left: -45px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_right span:after {
	content: "";
	position: absolute;
	width: 67px;
	height: 67px;
	border-radius: 80px;
	top: 4px;
	right: 5px;
	border: 2px dashed #fff;
	-webkit-animation: rotatemetwo 5s linear infinite;
	animation: rotatemetwo 5s linear infinite;
}
.serv_left {
	padding: 50px 25px 25px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.serv_left h2 {
	font-weight: 700;
	font-size:20px;
	display: block;
	margin-bottom: 5px;
	color: #1e272e;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 123px;
	margin-bottom: 10px;
	font-size: 14px;
}
.serv_left a {
	display: inline-block;
	font-weight: 400;
	color:#333;
	font-size: 13px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
	background: #f0f9fd;
}
.serv_left a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#312782;
	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:#312782;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/
/*start teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:40px;
	overflow:hidden;
	position: relative;	
}
.teams_slide{
	margin-top:20px;
	clear:both;
	display:block;
	position:relative;
}
.teams_slide li{
	float:right;
	position:relative;
	width:20%;
	padding:10px;
	overflow:hidden;
}
.teams_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	cursor:pointer;
}
.teams_all img{
	width:200px;
	display:block;
	margin:0px auto 16px;
	border:1px solid #f0f9fd;
	padding:5px;
	object-fit:cover;
	object-position:top center;
	border-radius:20px;
	height:300px;
}
.teams_all span {
	color: #262323;
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight:600;
	text-overflow: ellipsis;
	position:relative;
	white-space: nowrap;
}
.teams_all p{
	text-overflow: ellipsis;
	font-size:13px;
	overflow: hidden;
	white-space: nowrap;
	font-weight:400;
	display:block;
	color:#333;
}
/*end teams*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	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: 0px 5px;
	height: 150px;
	margin: 0px auto;
	border: 1px solid rgba(255,255,255,0.2);
	background: #eee;
}
.partners_all img{
	display:block;
	width:100%;
	height:100%;
}
.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 #312782;
	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;
}
#partners .slick-dots li.slick-active button{
	background:#35a4dd;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	margin-top:290px;	
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_loop{
	width:33.33%;
	float:right;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
}
.news_txt {
	padding: 20px;
	clear: both;
	display: block;
	border-right:1px solid #e4ebef;
	border-bottom:1px solid #e4ebef;
}
.news_ul li:nth-child(3n+3) .news_txt{
	border-left:1px solid #e4ebef;
}
.news_ul li:nth-child(1) .news_txt,.news_ul li:nth-child(2) .news_txt,.news_ul li:nth-child(3) .news_txt{
	border-top:1px solid #e4ebef;
}
.news_txt h2 {
	font-weight: 800;
	font-size:21px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	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;
	margin-top:15px;
}
.news_more a {
	display: block;
	background: #e4ebef;
	padding: 7px 10px;
	font-weight:400;
	color: #000;
	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: #35a4dd;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start services*/
#map_go {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
	position:relative;
	float: right;
	width: 100%;
}
#map_go .width:before {
  content:"";
  background:#333;
  position: absolute;
  top: 0;
  right: 0;
  opacity:0.8;
  width: 100%;
  height: 100%;
}
#map_go .width {
	display: table;
	padding:80px 50px 40px;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.services_data {
	color: #fff;
	width: 55%;
	padding: 55px 20px;
	position:relative;
	display: table-cell;
	vertical-align: top;
}
.services_data_txt h2 {
	font-weight: 700;
	display: block;
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 30px;
}
.services_data_txt ul {
	clear: both;
	display: block;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.services_data_txt ul li {
	display: block;
	padding-left: 45px;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 10px;
}
.services_data_txt ul li:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align:0px;
	display:inline-block;
	margin-left:10px;
}
.services_data_txt ul li.phone:before{
	content:"\f11f";
	top:-1px;
}
.services_data_txt ul li.mail:before{
	content:"\f2b6";
	top:-1px;
}
.services_data_txt ul li.mapi:before{
	content:"\f041";
}
.services_data_txt_left{
	display: table-cell;
	height: 100%;
	position:relative;
	
}
.contactus_form{
	clear:both;
	display:block;
	background:#fff;
	border-radius:10px;
	text-align:center;
	padding:20px;
}
.contactus_form h2 {
	background: #35a4dd;
	color: #fff;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.1);
	text-align: center;
	padding:30px 25px;
	border-radius: 4px;
	font-weight: 700;
	font-size:30px;
	margin-top: -35px;
	margin-bottom: 40px;
}
.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;
	text-align:right;
	width:100%;
	border-bottom:1px solid #eee;
	position:relative;
	background:#fff;
	margin-bottom:10px;
	height:50px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label:after{
	content:"";
	width:100%;
	height:2px;
	position:absolute;
	bottom:0;
	right:0;
	transform:scale(0);
	display:block;
	background:#35a4dd;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.contactus_form label.focus:after{
	transform:scale(1);
}
.contactus_form label input{
	border:none;
	background:none;
	color:#000;
	text-transform:capitalize;
	font-size:15px;
	font-family:mainFontRegular;
	width:100%;
	font-weight:400;
	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:#fff;
	display:block;
	resize: none;
	color:#000;
	font-weight:400;
	border-bottom:1px solid #eee;
	border:none;
	width:100%;
	font-family:mainFontRegular;
	padding:15px 20px;
	font-size:13px;
	min-height:150px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#35a4dd;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
	height:50px;
	padding:0px 30px;
	line-height:50px;
	font-family:mainFontRegular;
	font-weight:400;
	font-size:16px;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	opacity:0.8;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right iframe {
	width: 100% !important;
	position:absolute;
	top:0;
	right:0;
	height: 100% !important;
}
/*end services*/