/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Changa, sans-serif;
	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:#1379c3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#267ec3;
	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:1280px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background:#fff;
  opacity:0.3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#154fa3;
	opacity:0.8;
	position:absolute;
	top:-2px;
	left:-3px;
}
.border_fix{
	position:absolute;
	top:0;
	bottom:0;
	right:25%;
	width:1px;
	background:#999;
	opacity:0.4;
	z-index:100000;
}
.border_fix2{
	position:absolute;
	top:0;
	bottom:0;
	left:25%;
	width:1px;
	background:#999;
	opacity:0.4;
	z-index:100000;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	z-index:5000;
	background-position:bottom center;
	background-image:url(../images/bg/bg41.png);
	background-color:#004da1;
	height:50px;
	text-transform:uppercase;
	top:0;
	right:0;
	position:relative;
	float:right;
	display:block;
}
.s_contact{
	float:left;
}
.s_contact.s_contact1{
	float:right;
}
.s_contact.s_contact2{
	float:right;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:14px;
	color: #ddd;
	text-transform:uppercase;
	padding:0px 10px;
	position:relative;
	line-height:50px;
}
.s_contact li a:after, .s_contact li span:after {
	content: "";
	width: 1px;
	height: 15px;
	background: #36d3ff;
	position: absolute;
	top: 18px;
	left: 0;
	opacity: 0.4;
}
.s_contact.s_contact2 li a:after, .s_contact.s_contact2 li span:after{
	left:auto;
	right:0px;
}
.s_contact.s_contact3 li a:after, .s_contact.s_contact3 li span:after{
	display:none;
}
.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;
	margin-left:8px;
	color:#36d3ff;
	font-family:FontAwesome;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li.mapi span:before{
	content:"\f101";
}
.s_contact li a:hover{
	color:#36d3ff;
}
.s_contact li a:hover:before{
	color:#36d3ff;
}
.social{
	float:right;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #ddd;
	z-index:11;
	padding: 0px 13px;
	font-size:13px;
	position:relative;
	line-height:50px;
}
.social li a:hover{
	color:#36d3ff;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
.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 {
	z-index: 1000;
	float: right;
	clear: both;
	position: absolute;
	right: 0px;
	top: 50px;
	left:0;
}
#header .width{
	height: 100px;
	padding:0px 20px;
	background: #fff;
	border-radius:0px 0px 5px 5px;
	box-shadow:0px 0px 8px -3px rgba(0,0,0,0.6);
	position:relative;
}
#header .width:before {
	content: "";
	width: 96%;
	height: 9px;
	background: #65cef5;
	position: absolute;
	bottom: -9px;
	right: 2%;
	border-radius: 0px 0px 5px 5px;
}
.logo {
	float: right;
	position: relative;
	padding:5px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 95px;
}
.nav {
	float:left;
	margin-top:22px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 12px;
}
.nav li a{
	display:block;
	color:#333;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#999;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#267ec3;
	position:absolute;
	bottom:5px;
	right:15px;
	width:0px;
	-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{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#267ec3;
}
.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-image:url(../images/bg/bg41.png);
	background-color:#004da1;
	width:225px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:8px 15px;
	color:#fff;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#267ec3;
	color:#fff;
	padding-right:17px;
}
.lang{
	float: left;
	margin-top: 30px;
}
.lang a {
	line-height: 36px;
	color: #fff;
	position: relative;
	font-weight:400;
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	overflow:hidden;
	background:#1379c3;
	padding: 0px 20px;
	border-radius:50px;
	height:38px;
}
.lang a:hover{
	color:#fff;
	background-color:#267ec3;
}
.lang a:hover:after {
	bottom: 0;
}
.lang a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100px;
	right: 0;
	content: "";
	background: url(../images/bg/bg41.png);
	background-size: cover;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
/*end header*/
/*start bottom*/
#bottom {
	background-color:#004da1;
	background-image:url(../images/bg/bg51.jpg);
	background-position:center;
	background-attachment:fixed;
	clear: both;
	display: block;
	float: right;
	color:#eee;
	padding:20px 0px;
	width: 100%;
	position:relative;
}
#bottom:before{
	content:"";
	background:url(../images/bg/bg27.png);
	width:100px;
	height:150px;
	background-size:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.copyrights,.design{
	clear:both;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #36d3ff;
	display:inline-block;
	margin-left:5px;
	color:#fff;
}
.design a:hover{
	color:#36d3ff;
	border-bottom:2px solid #fff;
}
/*end bottom*/
/*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:#1379c3;
}
.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:#267ec3;
}
/*end totop*/
/*start footer*/
#footer{
	background-color:#004da1;
	background-image:url(../images/bg/bg51.jpg);
	background-attachment:fixed;
	background-position:center;
	float:right;
	width:100%;
	padding:30px 0px;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer:before{
	content:"";
	background-image:url(../images/bg/bg39.png);
	background-position:top;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:0.1;
	background-attachment:fixed;
}
#footer .width,#bottom .width{
	position:relative;
}
.foot{
	margin:0px -20px;
}
.foot_loop:first-child{
	margin-right:25%;
	width:50%;
}
.foot_loop:nth-child(2){
	padding-right:60px;
}
.foot_loop:last-child{
	width:50%;
}
.foot_loop{
	width:25%;
	float:right;
	padding:20px;
}
.foot_loop h2{
	font-weight:400;
	font-size:24px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:15%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#36d3ff;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#eee;
	padding-left:50px;
	text-align:justify;
	font-size: 13px;
	line-height:2;
}
.foot_logo{
	float:right;
	display:block;
	width:100%;
	margin-bottom:15px;
}
.foot_logo img{
	height:65px;
}
.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(0,0,0,.09);
	padding: 8px 0 8px;
	color:#eee;
	text-transform:uppercase;
	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:#36d3ff;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#36d3ff;
	padding-right:10px;
}
.foot_contact{
	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: #eee;
	display: block;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.05);
	color: #fff;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	display:inline-block;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact b{
	font-weight:400;
	position:relative;
	padding-right:20px;
}
.foot_contact b:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	background: #569cd5;
	color: #fff;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	position: absolute;
	text-align: center;
	right: -19px;
	top: 0px;
}
.foot_contact b.foot_phone:before{
	content:"\f11f";
}
.foot_contact b.foot_map:before{
	content:"\f041";
}
/*end footer*/
/*start head_fix*/
.head_fix {
	background-color:#fff;
	background-image:url(../images/bg/bg52.png);
	background-position: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 slideshow*/
#slideshow{
	clear:both;
	height:110%;
	display:block;
	background-image:url(../images/bg/bg51.jpg);
	background-position:center;
	background-color:#004da1;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slideshow video{
	position:absolute;
    top: 60%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index:200;
    transform: translateX(-50%) translateY(-60%);
  transition: 1s opacity;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	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;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:850px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:850px;
}
.slider_cont_center{
	max-width:850px;
	margin:0px auto;
	text-align:center;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:50px;
	margin-bottom: 25px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight:400;
	max-width:600px;
	margin-bottom:30px;
}
.slider_cont a{
	background:#267ec3;
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:400;
	padding:16px 60px;
	border-radius:50px;
	position:relative;
	overflow:hidden;
	z-index:888;
}
.slider_cont a:hover:after {
	bottom: 0;
}
.slider_cont a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100px;
	right: 0;
	content: "";
	background: url(../images/bg/bg41.png);
	background-size: cover;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.slider_cont a:hover{
	background:#1379c3;
	color:#fff;
}
/*end slideshow*/
/*start newsbar*/
#newsbar {
	position:absolute;
	z-index:1000;
	clear:both;
	display:block;
	overflow:hidden;
	bottom:0px;
	right:20px;
	left:20px;
}
#news-tick{
	border:2px solid rgba(255,255,255,0.2);
	overflow:hidden;
	height:96px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#bbb;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#36d3ff;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #eee;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #36d3ff;
}
/*end newsbar*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:right;
	background-position:center;
	background-color:#004da1;
	background-image:url(../images/bg/bg51.jpg);
	z-index:1000;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	padding:60px 30px 60px;
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background:rgba(255,255,255,0.2);
	position: relative;
	color: #fff;
	font-size:30px;
	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 #e2ded6;
	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:#eee;
	position:relative;
	height:125px;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	border:2px solid rgba(255,255,255,0.5);
	padding: 7px 20px;
	border-radius:100px;
	font-size: 13px;
	font-weight: 600;
	overflow:hidden;
	position:relative;
}
.data_list li a:hover {
	color:#fff;
	background:#1379c3;
}
.data_list a:hover:after {
	bottom: 0;
}
.data_list a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100px;
	right: 0;
	content: "";
	background: url(../images/bg/bg41.png);
	background-size: cover;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list a:hover{
	background:#1379c3;
	color:#fff;
}
/*end data*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title span{
	font-size:15px;
	color:#777;
	margin-bottom:15px;
	display:block;
}
.pages_title h2 {
	font-weight:700;
	margin-bottom:5px;
	display:block;
	font-size: 35px;
}
.pages_title h1 {
	font-weight: 400;
	color:#0e5f95;
	display:block;
	margin-bottom:10px;
	font-size:35px;
}
.pages_title p{
	display:block;
	margin-right:auto;
	margin-left:auto;
	width:125px;
	height:13px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-color:#0e5f95;
}
.pages_title.withwhite p{
	display:none;
}
/*end pages_title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	padding-top:50px;
	direction:rtl;
	margin-bottom:50px;
	z-index:100;
}
#aboutus:before{
	position:absolute;
	content:"";
	width:15%;
	height:100%;
	left:0;
	top:0;
	opacity:0.4;
	background:#deecf8;
}
#aboutus .width{
	display:table;
	position:relative;
}
.aboutus_right {
	width:50%;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.aboutus_right img{
	float:left;
	object-fit:cover;
	object-position:top;
	width:50%;
	display:block;
	clear:both;
}
.aboutus_right img:last-child{
	width:49%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	height:100%;
}
.aboutus_right_date {
	background: #1379c3;
	color: #fff;
	padding: 55px 50px;
	position: absolute;
	min-width:50%;
	bottom: 230px;
	left:0px;
}
.aboutus_right_date.aboutus_right_date2 {
	top: auto;
	bottom: 0px;
	right: auto;
	background:#004da1;
	left: 0px;
}
.aboutus_right_date:before{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	content:"";
	opacity:0.7;
	background-image:url(../images/bg/bg41.png);
	background-position:center top;	
}
.aboutus_right_date p {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 10px;
	display: block;
}
.aboutus_right_date b {
	font-weight: 400;
	font-size: 18px;
}
.aboutus_left {
	display:table-cell;
	width:50%;
	padding-right:50px;
}
.aboutus_left_title{
	clear:both;
	margin-bottom:25px;
}
.aboutus_left_title h2 {
	color: #333;
	font-weight: 400;
	font-size: 35px;
	position:relative;
	line-height:1.4;
	display: block;
}
.aboutus_left_title h1 {
	font-weight: 400;
	font-size: 16px;
	color: #267ec3;
	display: block;
	margin-bottom:15px;
}
.aboutus_left_title h2:after{
	content:"";
	width:150px;
	height:3px;
	background:#267ec3;
	display:block;
	border-radius:5px;
	margin-top:20px;
	margin-bottom:20px;
}
.aboutus_left_title h2:before {
	content: "";
	width: 15px;
	height: 15px;
	background: #267ec3;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	right: 145px;
}
.aboutus_left_txt {
	font-size: 16px;
	font-weight: 400;
	text-align:justify;
	color: #333;
	line-height: 1.9;
	clear: both;
}
.aboutus_left_txt ol {
	margin-top: 30px;
	margin-bottom:40px;
	clear: both;
}
.aboutus_left_txt li {
	display: block;
	overflow: hidden;
	color:#010937;
	margin-bottom: 10px;
	font-size: 16px;
}
.aboutus_left_txt li b{
	width:16px;
	height:16px;
	background:#eee;
	border-radius:50%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-left:10px;
}
.aboutus_left_txt li b:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #267ec3;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 5px;
}
.link_wrap{
	overflow:hidden;
	clear:both;
	float:right;
	width:100%;
	margin:40px 0px 0px;
	text-align:center;
}
.slider_left_link a {
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:400;
	border-radius:5px;
	height:49px;
	line-height:49px;
	padding:0px 30px;
	text-transform:uppercase;
	background:#267ec3;
	position:relative;
	margin-left:20px;
	z-index:888;
	overflow:hidden;
}
.slider_left_link a:hover{
	color:#fff;
}
.slider_left_link a:first-child b:after{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	content:"\f177";
	font-weight:normal;
	font-family:FontAwesome;
}
.slider_left_link a b{
	position:relative;
	z-index:100;
	font-weight:400;
}
.slider_left_link a:before{
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	background:#004da1;
	width:100%;
	height:100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	z-index:1;
}
.slider_left_link a:hover:before{
	left:0;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-top:-60px;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #333;
	width: 120px;
	height: 120px;
	margin:0px auto 20px; 
	background: #fff;
	text-align: center;
	line-height: 120px;
	border-radius: 100%;
	z-index: 133;
	font-size: 30px;
	position: relative;
	display:block;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	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 {
	margin-top:-30px;
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #267ec3;
	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%;
}
.my_fixgo {
	background-image: url(../images/bg/bg29.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 190px;
	position: fixed;
	z-index:50000;
	bottom:20%;
	left: 0;
	background-size: 50px auto;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: right;
	width: 25%;
	padding: 5px;
	overflow: hidden;
}
.serv_all {
	background-color: #fff;
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	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_right {
	position: relative;
	width: 100%;
	background-image: url(../images/bg/bg53.png);
	background-repeat: no-repeat;
	height: 200px;
	background-size: 100%;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right img {
	width: 150px;
	height: 150px;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	border: 5px solid #fff;
	margin: 0px auto;
	clear: both;
	position: relative;
	top: 64px;
}
.serv_right span {
	width: 70px;
	height: 70px;
	position: absolute;
	border-radius: 70px;
	bottom: -42px;
	text-align: center;
	font-family: FontAwesome;
	line-height: 70px;
	font-size: 19px;
	left: 50%;
	color: #267ec3;
	border: 1px solid #e4e7e9;
	margin-left: -37px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	z-index: 10000000;
}
.serv_all:hover .serv_right span{
	color: #fff;
}
.serv_all:hover .serv_right span:after{
	background-color: #267ec3;
}
.serv_right span:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 80px;
	top: 10px;
	right: 9px;
	background: #f1f3f4;
	-webkit-animation: rotatemetwo 5s linear infinite;
	animation: rotatemetwo 5s linear infinite;
	z-index: -1;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_left {
	padding: 50px 25px 25px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.serv_left h2 {
	font-weight: 400;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 75px;
	margin-bottom: 10px;
	font-size: 14px;
}
.serv_left a {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	color:#333;
	border-radius: 35px;
	line-height: 1;
}
.serv_left a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#267ec3;
	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:#267ec3;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: right;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 50px;
	color: #000;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#267ec3;
	display: block;
	line-height:50px;
	border-radius:3px;
	color:#fff;
	font-size:18px;
	margin-bottom: 15px;
	cursor:pointer;
	font-family: FontAwesome;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.partner_next:before{
	content:"\f100";
}
.partner_prev:before{
	content:"\f101";
}
.partner_next:hover,.partner_prev:hover{
	background:#36d3ff;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:left;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:right;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	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;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/
/*start projects*/
#projects{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:50px;	
}
#projects_title{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
	position:relative;
	background-image:url(../images/bg/bg51.jpg);
	background-position: center;
	background-color:#004da1;
	padding:70px 0px;
	z-index:100;
}
#projects_title .width{
	position:relative;
}
.slidero{
	clear:both;
	width:100%;
	float:right;
	position:relative;
}
.slider_ul{
	visibility:hidden;
}
.slider_ul.slick-initialized {
	visibility:visible;
}
.slider_ul li{
	float:right;
	width:50%;
	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: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	z-index: 3;
	overflow: hidden;
	transform: scale(0.0);
	position:absolute;
	right: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 news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
.news_ul.news_ul_slider{
	visibility:hidden;
}
.news_ul.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 300px;
	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 p {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #267ec3;
	color: #fff;
	font-size: 12px;
	width: 58px;
	line-height: 1.2;
	text-align: center;
	padding-top: 120px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	height: 60px;
}
.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 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #1379c3;
	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: #1379c3;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/