/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:Changa, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
.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:fixed;
	top:0;
	bottom:0;
	right:25%;
	width:1px;
	background:#999;
	opacity:0.4;
	z-index:100000;
}
.border_fix2{
	position:fixed;
	top:0;
	bottom:0;
	left:25%;
	width:1px;
	background:#999;
	opacity:0.4;
	z-index:100000;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#569cd5;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#203b62;
	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;
}
/*end body*/
/*start newsbar*/
#newsbar {
	position:absolute;
	clear:both;
	display:block;
	overflow:hidden;
	float:right;
	width:100%;
	clear:both;
	height:55px;
	top:0;
	right:0;
	z-index:1000;
}
#news-tick{
	overflow:hidden;
	height:55px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: left;
	width: 120px;
	text-transform:uppercase;
	font-weight: 400;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 55px;
	overflow:hidden;
	position: absolute;
	right: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:55px;
	height:55px;
	padding:0;
	border:none;
	width:33.33%;
	color:#fff;
	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:#569cd5;
}
.bn-news {
	margin-left: 20px;
	margin-right: 115px;
	height: 55px;
	direction:rtl;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-right:30px;
}
.bn-news li a {
	display: block;
	color:rgba(255,255,255,0.8);
	font-weight: 400;
	line-height: 55px;
	height: 55px;
}
.bn-news li a:hover{
	color: #569cd5;
}
/*end newsbar*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 95px;
	float: right;
	clear: both;
	position: absolute;
	border-bottom:1px solid rgba(255,255,255,0.4);
	top: 50px;
	right: 0;
}
.logo {
	float: left;
	position: relative;
	padding: 0px 0px 0px 15px;
	overflow: hidden;
	width:25%;
}
.logo a img {
	height: 80px;
}
.icon_menu_open {
	position: absolute;
	width: 30px;
	overflow: hidden;
	cursor: pointer;
	left: 28px;
	display:none;
	z-index: 10;
}
.icon_menu_open span,.icon_menu_open b,.icon_menu_open p{
	width:100%;
	display:block;
	height:1px;
	background-color:rgba(255,255,255,0.8);
	margin-bottom:8px;
}
.icon_menu_open b{
	margin-bottom:0;
}
.nav {
	float: right;
	margin-top:21px;
	margin-right:auto;
	margin-left:auto;
	width:50%;
	text-align:center;
}
.nav li{
	display:inline-block;
	position:relative;
	padding:0px 12px;
}
.nav li a{
	display:block;
	color:#ddd;
	text-transform:capitalize;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"\f101";
	font-family:FontAwesome;
	font-weight:400;
	color:#569cd5;
	display:inline-block;
	vertical-align:0px;
	margin-right:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#569cd5;
	position:absolute;
	bottom:5px;
	left: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:#569cd5;
}
.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:#2a4a64;
	width:205px;
	left:0px;
	border-radius:10px;
	overflow:hidden;
	text-align:left;
	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:12px 15px;
	color:#fff;
	font-size:13px;
	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:#569cd5;
	color:#fff;
	padding-left:17px;
}
.lang{
	float: right;
	width:25%;
	text-align:center;
}
.lang a {
	color: #fff;
	position: relative;
	font-weight: 400;
	display: block;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	padding: 0px;
	height: 95px;
	line-height: 95px;
}
.lang a:hover{
	color:#fff;
	background:#569cd5;
}
.social {
	position:absolute;
	top:150px;
	z-index:2600;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	right:15px;
}
.social li{
	display:block;
	position:relative;
}
.social li a {
	color:#fff;
	display: block;
	font-size: 14px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width:45px;
	height:45px;
	margin-right:5px;
	border-radius:3px;
	margin-bottom:5px;
	background:rgba(42,74,100,0.8);
	line-height: 45px;
}
.social li a:hover{
	background:#569cd5;
	color:#fff;
}
.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 header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled .nav_fix{
	top:0;
	padding-top:10px;
}
/*end head_fix*/
/*start bottom*/
#bottom {
	background-color:#203b62;
	clear: both;
	display: block;
	float: right;
	color:#eee;
	padding:20px 0px;
	width: 100%;
	position:relative;
}
.bottom_owner{
	position:absolute;
	right:0;
	bottom:0px;
}
.bottom_owner img{
	height:275px;
	position:relative;
	bottom:-28px;
}
.copyrights,.design{
	clear:both;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #569cd5;
	display:inline-block;
	margin-right:5px;
	color:#fff;
}
.design a:hover{
	color:#569cd5;
	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;
	left: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:#569cd5;
}
.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:#203b62;
}
/*end totop*/
/*start footer*/
#footer{
	background-color:#203b62;
	float:right;
	width:100%;
	padding:30px 0px;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer .width,#bottom .width{
	margin:0px 85px;
	position:relative;
}
#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{
	position:relative;
}
.foot{
	margin:0px -20px;
}
.foot_loop:first-child{
	margin-left:25%;
	width:50%;
}
.foot_loop:nth-child(2){
	padding-left:60px;
}
.foot_loop:last-child{
	width:50%;
}
.foot_loop{
	width:25%;
	float:left;
	padding:20px;
}
.foot_loop h2{
	font-weight:400;
	letter-spacing:1px;
	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:#154fa3;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#eee;
	padding-right:50px;
	text-align:justify;
	font-size: 13px;
	line-height:2;
}
.foot_logo{
	float:left;
	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-right:5px;
	color:#569cd5;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#569cd5;
	padding-left:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-right:5px;
	font-family:droid;
}
.foot_contact span{
	color: #eee;
	display: block;
	letter-spacing:2px;
	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-left: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;
	left: -19px;
	top: 0px;
}
.foot_contact b.foot_phone:before{
	content:"\f11f";
}
.foot_contact b.foot_map:before{
	content:"\f041";
}
/*end footer*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	background:#203b62;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:#000;
	opacity:0.5;
	z-index:300;
	position: absolute;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:200;
}
.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%;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 13%;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:left;
	max-width:750px;
}
.slider_cont_right{
	float:right;
	text-align:left;
	max-width:750px;
}
.slider_cont_center{
	max-width:750px;
	margin:0px auto;
	text-align:center;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:200;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	max-width:400px;
	text-transform:uppercase;
	font-size:45px;
	margin-bottom: 25px;
}
.slider_cont h2 b {
	font-weight: 200;
	display: inline-block;
}
.slider_cont h2 b:after {
	content: "";
	background-image: url(../images/under.png);
	width: 167px;
	height: 15px;
	display: block;
	background-size: 100%;
	margin-top: -22px;
}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin-bottom:60px;
	float:right;
	z-index:100;
}
.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: left;
	width:25%;
	height: 100%;
	padding:40px 30px 40px;
	overflow: hidden;
}
.data_all{
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);	
}
.data_list li:nth-child(2) .data_all{
	transition-duration:1.2s;
}
.data_list li:nth-child(3) .data_all{
	transition-duration:1.4s;
}
.data_list li:nth-child(4) .data_all{
	transition-duration:1.6s;
}
#data .width.scroll .data_list li .data_all{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background: #fff;
	position: relative;
	color: #569cd5;
	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:#666;
	position:relative;
	height:125px;
}
.data_list li p b {
	display: block;
	color: #333;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform:uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	margin-top: 20px;
	color: #666;
	border:2px solid #569cd5;
	padding: 7px 20px;
	text-transform:uppercase;
	border-radius:100px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li a:hover {
	color:#fff;
	background:#569cd5;
}
/*end data*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title div{
	float:left;
	width:350px;
	line-height:1.2;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 45px;
	color: #569cd5;
	text-transform:uppercase;
	display: block;
	margin-bottom: 3px;
}
.pages_title.withwhite2 h2{
	color:#fff;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1{
	font-weight: 400;
	font-size: 45px;
	color: #000;
	text-transform:uppercase;
	display: block;
}
.pages_title span{
	margin-left:450px;
	display:block;
	font-size:15px;
	font-weight:200;
	padding-top:35px;
}
.pages_title.withwhite span{
	color:#eee;
}
/*end pages title*/
/*start services*/
#services {
	clear: both;
	display: block;
	padding:0px 25px;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
.width{
	display:block;
	position:relative;
}
.services_table{
	display:table;
	width:100%;
	overflow:hidden;
}
.services_home{
	width:50%;
	display:table-cell;
}
.services li {
	display: block;
	float: left;
	width: 50%;
	padding:55px 25px;
	overflow: hidden;
}
.serv_all {
	overflow: hidden;
	position:relative;
}
.serv_right {
	float: left;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	width: 100%;
}
.serv_right a{
	position:relative;
	width:100%;
	height:190px;
	overflow:hidden;
	display:block;
}
.serv_all:hover .serv_right img{
	transform:scale(1.2);
}
.serv_right img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.serv_left {
	float:left;
	width:100%;
	position: relative;
}
.serv_left h2 {
	font-weight: 400;
	font-size: 17px;
	display: block;
	text-transform: capitalize;
	color: #333;
	line-height:1.3;
	overflow: hidden;
	height: 90px;
}
.serv_left a {
	display: inline-block;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	background:#fff;
	text-transform:uppercase;
	padding: 5px 15px 5px 5px;
	border-radius: 35px;
	line-height: 1;
}
.serv_left a:before{
	content:"\f061";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#00aced;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-right: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:#00aced;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
.services_data {
	display:table-cell;
	height:100%;
	vertical-align:top;
	width: 50%;
	padding:35px 40px 35px 0px;
}
.services_data .serv_all{
	position: sticky;
	top:100px;
}
.services_data .serv_right a{
	height:380px;
}
.services_data .serv_left h2{
	height:auto;
	font-size:20px;
	margin-bottom:10px;
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	overflow:hidden;
	z-index:100;
	margin-bottom:70px;
}
#partners .width.scroll .partners_title,#partners .width.scroll .partners{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.partners_title {
	float: left;
	padding-left:25px;
	width: 25%;
	display: block;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
.partners_title h2 {
	font-weight: 400;
	font-size: 45px;
	text-transform:uppercase;
	padding-top:90px;
	color: #000;
}
.partners{
	float:left;
	direction:rtl;
	width:50%;
	display:block;
	overflow:hidden;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
.partners li{
	float:right;
	display:block;
	width:25%;
	padding:15px;
	overflow:hidden;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.partners li:nth-child(4),.partners li:nth-child(8){
	border-left:none;
}
.partners li:nth-child(5),.partners li:nth-child(6),.partners li:nth-child(7),.partners li:nth-child(8){
	border-bottom:none;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
	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 data*/
#data2{
	float:right;
	width:25%;
	overflow:hidden;
}
.data_list2 li span{
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:60px;
	color:#000;
	display:block;
	margin-bottom:10px;
	text-align:center;
}
.data_list2 li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-size:40px;
}
.data_list2 li p {
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
	color: #666;
	height: 185px;
	margin-bottom: 20px;
}
.data_list2 li p b {
	display: block;
	color: #203b62;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size: 15px;
	margin-bottom: 15px;
	height: 60px;
	overflow: hidden;
}
.data_list2 li {
	display: block;
	float: left;
	padding:10px 20px;
	width:100%;
}
.data_all2{
	background:#fff;
	position:relative;
	border-radius:5px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_list2 li span {
	margin: 0px 0px 40px;
}
.data_list2 li b {
	height: 30px;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight:400;
}
.data_list2 li p {
	font-size: 17px;
	height:170px;
}
.data_all2 img{
	height:70px;
}
.data_list2 li a {
}
/*end data2*/
/*start post*/
#post{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
}
.post li{
	display:black;
	width:100%;
	clear:both;
	overflow:hidden;
	padding:3%;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration: 1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform: translate3d(0,100px,0);
}
#post .width.scroll .post li{
	opacity: 1;
	transform: translateZ(0);
}
.post li:nth-child(2) img{
	float:right;
}
.post li:nth-child(2) .post_txt{
	float:left;
}
.post li img{
	float:left;
	border-radius:10px;
	object-fit:cover;
	height:433px;
	margin-bottom:25px;
	width:50%;
}
.post_txt{
	float:right;
	width:48%;
	padding:90px 0.9375rem 0px;
}
.post_txt span {
	color: #154fa3;
	margin-bottom:12px;
	display: block;
	font-size: 17px;
}
.post_txt p {
	display: block;
	font-weight: 200;
	font-size: 50px;
	color: #555;
	line-height:1;
	margin-bottom: 35px;
}
.post_txt b {
	margin-left: 80px;
	max-width: 60%;
	display: block;
	font-weight: 200;
	font-size: 20px;
}
.post a {
	clear: both;
	display: block;
	width: 53%;
	margin-left: 23.5%;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px;
	font-size: 17px;
	color: #555;
	float: left;
}
.post a:hover{
	color:#000;
}
.post a img {
	vertical-align: middle;
	height: 14px;
	float: none !important;
	width: 35px;
	padding: 0;
	margin: 0 0px 0px 20px;
	-webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.post a:hover img {
	-webkit-animation: bounce 2s linear -0.4s;
	animation: bounce 2s linear -0.4s;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@-webkit-keyframes bounceReverse {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  40% {
    -webkit-transform: translateX(-10px) rotate(180deg);
            transform: translateX(-10px) rotate(180deg);
  }
  60% {
    -webkit-transform: translateX(-5px) rotate(180deg);
            transform: translateX(-5px) rotate(180deg);
  }
}
/*end post*/