/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	counter-reset: counter;
	font-family:RobotoCondensed, 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:#fb191a;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#0b1fd8;
	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: 31px;
  height: 31px;
  background:rgba(0,0,0,0.1);
  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:#2ec1e5;
	position:absolute;
	top:-2px;
	left:-3px;
}
.circle.circle_link:before{
	background:rgba(219,218,215,0.3);
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
	height:55px;
	line-height:55px;
	position:relative;
	padding-left:30px;
	background:#2ec1e5;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #7d9ca4;
	height: 55px;
	left: 10px;
	right: -6px;
	top: 6px;
	opacity: 0.2;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:after{
	content:"\f101";
	font-family:FontAwesome;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:right;
	text-align:center;
	margin-left:30px;
	font-size:18px;
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:before{
	background:#081839;
	content:"";
	width:100%;
	height:100%;
	left:-100%;
	top:0px;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	left:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
	display:block;
	z-index:2000;
	border-bottom:1px solid #e5e5e5;
	background-color:#fff;
	height:50px;
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li:last-child span{
	border-left:none;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#333;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding:0px 10px;
	line-height:50px;
}
.s_contact li span{
	direction:ltr;
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	color:#2ec1e5;
	font-weight:normal;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-left:0px;
	margin-right: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:#2ec1e5;
}
.s_contact li a:after,.s_contact li span:after{
	content:"";
	color:#fff;
	background:#2ec1e5;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.s_contact li:hover a:after,.s_contact li:hover span:after{
	top:0;
}
.social {
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li:first-child a{
	border-left:none;
}
.social li a {
	color:#333;
	display: block;
	font-size: 12px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:50px;
	line-height: 50px;
}
.social li a:after{
	content:"";
	color:#fff;
	background:#2ec1e5;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li:hover a: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 {
	background-color:#ebeef3;
	width: 100%;
	height: 120px;
	float: right;
	clear: both;
	position:relative;
}
body.bodyin #header:before {
	content: "";
	position: absolute;
	width: 30%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	background: #081839;
}
body.bodyin #header:after {
	content: "";
	background-image: url(../images/bg/bg56.png);
	width: 30%;
	height: 100%;
	left: 0;
	z-index: 1001;
	top: 0;
	background-position: center;
	opacity: 0.1;
	bottom: 0;
	position: absolute;
}
#header .width{
	position:relative;
}
.logo {
	float: left;
	position: relative;
	z-index: 5001;
	padding: 23px 0 0;
	width: 28%;
	text-align:center;
}
.logo img {
	height:75px;
}
.get_qoute {
	float: right;
	margin-top: 32px;
	margin-left:20px;
}
.nav {
	float:right;
	margin-top:38px;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 10px;
}
.nav li a{
	display:block;
	color:#333;
	overflow:hidden;
	line-height:50px;
	letter-spacing:0.5px;
	font-weight:400;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:13px;
	color:#2ec1e5;
	display:inline-block;
	vertical-align:0px;
	margin-right:8px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#2ec1e5;
	position:absolute;
	top:0px;
	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:#2ec1e5;
}
.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:#fff;
	border-top:5px solid #2ec1e5;
	width:225px;
	left: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:12px 15px;
	color:#333;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.nav li .sub ul li a:hover{
	background:#2ec1e5;
	color:#fff;
	padding-left:17px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background-color:#ebeef3;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:14500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.nav_fix:before{
	content:"";
	position:absolute;
	width:30%;
	left:0;
	top:0;
	bottom:0;
	z-index:1000;
	background:#081839;
}

.nav_fix:after{
	content:"";
	background-image:url(../images/bg/bg56.png);
	width:30%;
	height:100%;
	left:0;
	z-index:1001;
	top:0;
	background-position:center;
	opacity:0.1;
	bottom:0;
	position:absolute;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
	width:100%;
	padding:0px 20px 0px 0px;
}
body.scrolled .nav_fix .logo{
	margin-top:0;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#081839;
	float:right;	
	width:100%;
	clear:both;
	padding:0px 0px 30px;
	position:relative;
}
#footer .width{
	position:relative;
}
.foot_move {
	position: absolute;
	top: -21px;
	left: 72px;
	background-image: url(../images/bg/bg54.png);
	height: 158px;
	overflow: hidden;
	width:85px;
	background-size: cover;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.foot_move2 {
	position: absolute;
	top: 35px;
	left: 121px;
	background-image: url(../images/bg/bg53.png);
	height: 100px;
	overflow: hidden;
	width: 90px;
	background-size: 100%;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.foot_img:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-image:url(../images/bg/bg52.png);
	background-size:cover;
	background-position:center;
	opacity:0.1;
}
.foot_img{
	background-image:url(../images/bg/bg50.png);
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
	left:0;
	bottom:0;
	right:0;
	top:-80px;
	position:absolute;
}
.foot_top {
	position: relative;
	border-bottom: 2px solid rgba(255,255,255,0.05);
	text-align: center;
	padding: 20px 0px;
	overflow:hidden;
}
.foot_logo {
	display:inline-block;
	vertical-align: middle;
}
.foot_logo img {
	height: 100px;
}
.foot_copyrights {
	display: inline-block;
	vertical-align: middle;
	text-align:left;
	padding-left:35px;
	color: #fff;
	border-left: 1px solid rgba(255,255,255,0.05);
	margin-left: 50px;
	max-width: 360px;
}
.foot_center {
	border-bottom: 2px solid rgba(255,255,255,0.05);
	padding: 20px 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.foot li {
	display: inline-block;
}
.foot li a {
	color: #fff;
	display: block;
	padding: 15px 30px;
	text-transform:uppercase;
	font-weight: 400;
}
.foot li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#2ec1e5;
	margin-right:10px;
}
.foot li a:hover{
	color: #2ec1e5;
}
.foot_bottom {
	clear: both;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 50px 0px;
}
.foot_bottom_list {
	display: block;
	float: left;
	color: #fff;
	margin-right: 60px;
}
.foot_bottom_list span {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticond;
	background: #2ec1e5;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	font-weight: normal;
	float: left;
}
.foot_bottom_list div {
	padding-left: 60px;
}
.foot_bottom_list div h2 {
	font-weight: normal;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #eee;
}
.foot_bottom_list div p {
	display: block;
	font-weight:400;
	color: #fff;
	font-size: 14px;
}
#footer .social {
	clear: none;
	float: right;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: left;
}
#footer .social li a {
	width: 50px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-left: 6px;
	border: none;
	text-align: center;
	background: rgba(0,0,0,0.2);
	color: #fff;
}
#footer .social li a:after{
	display:none;
}
#footer .social li.facebook a{
	background:#1877F2;
}
#footer .social li.twitter a{
	background:#1DA1F2;
}
#footer .social li.youtube a{
	background:#FF0000;
}
#footer .social li.snapchat a{
	background:#c8b146;
}
#footer .social li.linkedin a{
	background:#0077B5;
}
#footer .social li.instagram a{
	background:#4c68d7;
}
#footer .social li a:hover{
	background:#2ec1e5;
	color:#fff;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#2ec1e5;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:55px;
	display:none;
	width:55px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	background:#fff;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration:30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function: linear;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#2ec1e5;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#081839;
	border:5px solid #081839;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:600px;
	display:block;
	width:100%;
	position:relative;
	float:right;
	margin-bottom:70px;
}
#slideshow .width{
	height:100%;
	position:relative;
	z-index:1003;
}
#slideshow:after{
	content:"";
	background-color:#081839;
	width:30%;
	height:100%;
	left:0;
	z-index:1000;
	top:-125px;
	bottom:0;
	position:absolute;
}
#slideshow:before{
	content:"";
	background-image:url(../images/bg/bg56.png);
	width:30%;
	height:100%;
	left:0;
	z-index:1001;
	top:-125px;
	background-position:center;
	opacity:0.1;
	bottom:0;
	position:absolute;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	left:20px;
	top:210px;
	margin-top:0;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #2ec1e5;
}
.cycle-pager span {
	margin:9px 0px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(0,0,0,0.1);
	cursor:pointer;
	display:block;
}
.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;
	height:100%;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 60px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:right;
	text-align:left;
	max-width:450px;
}
.slider_cont_right{
	float:left;
	text-align:left;
	max-width:450px;
}
.slider_cont_center{
	max-width:450px;
	margin:0px auto;
	text-align:center;
}
.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 h1 {
	z-index:888;
	position: relative;
	display: inline-block;
	color:#2ec1e5;
	font-size:40px;
	font-weight:700;
	text-transform:capitalize;
	position:relative;
	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;	
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	text-transform:capitalize;
	display: inline-block;
	color: #333;
	font-size:50px;
	margin-bottom: 25px;
	-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,.cycle-slide-active .slider_cont h1{
    -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:#333;
	font-size: 16px;
	font-weight:400;
	margin-bottom:50px;
	-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 .play_more{
	display:inline-block;
	margin-left:10px;
}
.slider_cont a{
	display:inline-block;
	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 .play_more:last-child a{
	background:#081839;
}
.slider_cont .play_more:last-child a:before{
	background:#2ec1e5;
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	text-align:center;
	padding-bottom:10px;
	color: #666;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 400;
	display:inline-block;
	letter-spacing:1px;
	padding:0px 20px;
	color: #333;
	margin-bottom:5px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #2ec1e5;
	top:10.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #2ec1e5;
	top:10.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title.withwhite h2,.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 30px;
	color: #081839;
	display: block;
	line-height:1.2;
	margin-bottom:5px;
}
.pages_title span {
	font-size: 15px;
}
.pages_title p{
	height:5px;
	width:60px;
	border-radius:5px;
	position:relative;
	margin:20px auto 0px;
	background:#2ec1e5;
	display:block;
}
.pages_title p:before{
	content:"";
	width:2px;
	height:15px;
	background:#fff;
	position:absolute;
	left:15px;
	top:-4px;
	transform:rotate(-45deg);
}
.pages_title p:after{
	content:"";
	width:2px;
	height:15px;
	background:#fff;
	position:absolute;
	left:45px;
	top:-4px;
	transform:rotate(-45deg);
}
.pages_title.withwhite p:after,.pages_title.withwhite p:before{
	background:#081839;
}
/*end pages title*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin-bottom:50px;
	z-index:100;
}
.data2_list {
	position: relative;
	margin:0px -40px;
}
.data2_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:50px;
	float:left;
	width: 50%;
	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%);
}
#data2 .width.scroll .data2_list li{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data_all4 {
	width: 100%;
	overflow: hidden;
	padding: 0px 40px;
	border-radius: 5px;
	position: relative;
	top: 0;
	transition: all 0.4s ease;
}
.data_all2 {
	position:relative;
}
.data_all23 {
	margin-left: 120px;
	margin-right:0;
}
.data2_list li:hover span,.data2_list li.itshover span{
	background:#2ec1e5;
	color:#fff;
}
.data2_list li span {
	display: block;
	float: left;
	font-size: 40px;
	width: 85px;
	height: 130px;
	background: #ebeef3;
	border-radius:10px;
	text-align: center;
	line-height: 130px;
	color: #081839;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_list li p {
	overflow: hidden;
	font-size: 14px;
	padding-top:8px;
	z-index: 101;
	color: #333;
	position: relative;
	min-height:155px;
	font-weight:400;
}
.data2_list li p b {
	display: block;
	color: #081839;
	z-index: 101;
	position: relative;
	font-weight: 700;
	text-transform:capitalize;
	letter-spacing:1px;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data2*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	margin-bottom:120px;
	overflow:hidden;
}
#aboutus .width{
	position:relative;
	display:table;
}
#aboutus .pages_title{
	text-align:left;
}
#aboutus .pages_title p{
	margin-left:0;
	margin-right:0;
}
#aboutus .width.scroll .aboutus_right,#aboutus .width.scroll .aboutus_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right {
	width: 45%;
	vertical-align: top;
	display: table-cell;
	height:100%;
	position: relative;
	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%);
}
.aboutus_right:before{
	content:"";
	position:absolute;
	border:3px solid #eee;
	border-radius:50px;
	left:80px;
	top:0;
	bottom:150px;
	right:60px;
}
.aboutus_right img{
	width:85%;
	height:80%;
	object-fit:cover;
	border-radius:50px;
	display:block;
	position:absolute;
	top:20px;
	left:0;
	bottom:0;
}
.aboutus_right img.aboutus_right_small {
	width: 330px;
	height: 330px;
	border: 4px solid #fff;
	object-fit: cover;
	border-radius: 50px;
	top: auto;
	bottom: 0px;
	left: auto;
	right: 0;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-left:40px;
	padding-top:25px;
	display:table-cell;
	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%);
}
.aboutus_left_txt {
	font-size: 16px;
	font-weight: 400;
	text-align:justify;
	border-bottom:1px dashed rgba(0,0,0,0.2);
	padding-bottom:20px;
	margin-bottom:20px;
	color:#666;
	clear: both;
}
.aboutus_left_txt_break {
	float: left;
	width: 100%;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	padding: 8px 0px;
	margin-bottom: 10px;
}
.data_list5 {
	position: relative;
	border-bottom:1px dashed rgba(0,0,0,0.2);
	padding-bottom:10px;
	overflow:hidden;
	margin-bottom:20px;
}
.data_list5 li {
	display: block;
	position: relative;
	z-index: 100;
	width: 50%;
	padding:10px 0px;
	float:left;
}
.data_list5 li h1{
	font-weight:400;
	margin-left:30px;
	font-size:14px;
}
.data_list5 li i{
	vertical-align:middle;
	float:left;
	display:block;
	font-weight:normal;
	font-style:normal;
}
#aboutus_tabled {
	clear: both;
}
.aboutus_tabled_loop {
	float: left;
	width: 33.33%;
	position:relative;
}
.aboutus_tabled_loop:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 26px;
	background: rgba(0,0,0,0.2);
	right: 20px;
	top: 20px;
}
.aboutus_tabled_loop:last-child:after{
	display:none;
}
.aboutus_tabled_txt1 h2 {
	float: left;
	display: block;
	font-size: 50px;
	font-weight: 600;
	color: #2ec1e5;
	line-height: 1;
}
.aboutus_tabled_txt1 p {
	margin-left: 65px;
	padding-top: 2px;
	font-size: 14px;
}
.aboutus_tabled_txt2 {
	padding-top: 10px;
}
.aboutus_tabled_txt1 {
	padding-top: 9px;
}
.aboutus_tabled_txt2 span {
	float: left;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	font-weight:normal;
	line-height: 42px;
	font-size: 15px;
	background: #2ec1e5;
	color: #fff;
}
.aboutus_tabled_txt2 p {
	margin-left: 55px;
}
.aboutus_tabled_txt2 p i {
	font-style: normal;
	font-size: 14px;
	text-transform: capitalize;
}
.aboutus_tabled_txt2 p b {
	font-weight: 600;
	color: #555;
	display:block;
	font-size: 14px;
}
/*end aboutus*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:100px;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:10px;
	max-width:200px;
	height:150px;
	border-radius:50px;
	margin: 0px auto;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	background: #fff;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	background:rgba(0,0,0,0.1);
	margin-left: 5px;
	border:none;
	width:30px;
	height:4px;
	cursor:pointer;
}
.slick-dots li.slick-active button{
	background:#2ec1e5;
}
/*end partners*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	margin-bottom:110px;
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.contactus_top,.contactus_bottom{
	width:100%;
	clear:both;
	float:left;
}
#contactus .width.scroll .contactus_img,#contactus .width.scroll .contactus_desc,#contactus .width.scroll .contactus_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.contactus_img{
	float:left;
	width:50%;
	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%);
}
.contactus_img img{
	object-fit:cover;
	width:100%;
	height:400px;
	border-radius:20px;
}
.contactus_desc{
	float:left;
	width:50%;
	padding-left:80px;
	padding-top:60px;
	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%);
}
.contactus_desc p{
	font-size:16px;
	text-align:justify;
	color:#555;
}
.contactus_left{
	float:right;
	width:55%;
	position:relative;
	background:#fff;
	border-radius:20px;
	margin-top:-90px;
	padding:50px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0px,50px,0) translateY(0%);
}
.contactus_left h2{
	font-weight:400;
	display:block;
	font-size:35px;
	margin-bottom:25px;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:right;
}
.contactus_form label{
	display:block;
	width:49%;
	float:left;
	position:relative;
	border:1px solid #ccc8c7;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	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:RobotoCondensed, sans-serif;
	width:100%;
	padding-right:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:none;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:RobotoCondensed, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:150px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#2ec1e5;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:15px;
	font-family:RobotoCondensed, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#081839;
	color:#fff;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right{
	float:left;
	width:45%;
	padding:100px 0px;
}
.contactus_right p {
	font-size: 17px;
	color: #555;
	display: block;
	margin-bottom: 40px;
}
.contactus_right_social li {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
	float: left;
}
.contactus_right_social li:last-child{
	margin-bottom:0;
}
.contactus_right_social li span {
	float: left;
	color: #2ec1e5;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	display: block;
}
.contactus_right_social_txt {
	margin-left: 60px;
	padding-top: 6px;
}
.contactus_right_social_txt h6 {
	font-weight: 400;
	font-size: 14px;
	color:#555;
	display: block;
	margin-bottom: 2px;
	line-height: 1.2;
}
.contactus_right_social_txt h4 {
	font-weight: 400;
	font-size: 17px;
}
/*end contactus*/