.progress-round__wrap {
	position: absolute;
	bottom: 28px;
	width:100%;
	left: -4px;
}
.progress circle {
	fill: transparent;
	stroke: #F26522;
	stroke-width: 2;
}
.progress-round__wrap .progress {
	height: unset;
	display: block;
	background: none;
	position: relative;
	left: -6px;
	top: -41px;
}
.slide-count-main {
	position: absolute;
	bottom: 105px;
	left: 0px;
	color: #fff;
	z-index: 9;
	width: 100%;
}
.slide-count {
	padding-left: 0;
	font: bold 15px/16px 'Biennale';
	line-height: 16px;
	color: #fff;
	width: 48px;
	height: 48px;
	position: relative;
	left: 21px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	text-align: center;
	top: 10px;
	line-height: 42px;
	letter-spacing: 2px;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) and (stroke-color:transparent) {
.slide-count {
left: 12px;
}
.progress-round__wrap .progress {
left: -14px;
}
}
}
.wrapper-cont {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
}
.wrapper-cont .cont-wrap {
	max-width: 1160px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.banner {
	float: left;
	width: 100%;
	position: relative;
	height: 45vw;
	max-height: 700px;
	min-height: auto;
}
.banner::after {
 position: absolute;
 content: '';
 background: url(../images/curve-white.png) 0 0 no-repeat;
 width: 100%;
 height: 60px;
 left: 0px;
 top: auto;
 bottom: 0px;
 background-size: 100% 50px;
 background-position: bottom center;
}
.banner .slick-list,  .banner .slick-track {
	height: 100%;
}
.banner .slick-slider {
	overflow: hidden;
	height: 100%;
}
.banner .slick-slider figure {
	margin: 0px;
	position: relative;
	display: flex;
	height: 100%;
}
.banner .slick-slider figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
}
.banner .slick-slider figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.banner .slick-slider figure figcaption .container {
	position: relative;
}
.banner-content {
	width: 700px;
}
.banner-content h1 {
	font: 65px/75px "Biennale";
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	opacity: 0;
	-webkit-transform: translateX(-400px);
	transform: translateX(-400px);
 transition: transform .8s cubic-bezier(.16, .68, .43, .99), opacity .8s ease-in-out;
}
.slick-current .banner-content h1 {
	opacity: 1;
 transition-delay: .4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.banner-content p {
	font: 16px/23px "Biennale";
	font-weight: 400;
	color: #fff;
	width: 480px;
	margin: 0px;
	opacity: 0;
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
 transition: transform .8s cubic-bezier(.16, .68, .43, .99), opacity .8s ease-in-out;
}
.slick-current .banner-content p {
	opacity: 1;
	padding-right: 40px;
 transition-delay: .8s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.banner .slick-counter {
	position: absolute;
	left: 420px;
	bottom: 95px;
	z-index: 999;
	color: #fff;
	font: 15px/46px 'Biennale';
	font-weight: 300;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.2);
	text-align: center
}
.banner .slick-counter:after {
	position: absolute;
	content: '';
	top: -3px;
	right: -3px;
	background: url(../images/slider-after.png) 0 0 no-repeat;
	width: 24px;
	height: 28px;
}
.banner .slick-counter span.current {
	font-weight: 700;
}
.banner button.slick-arrow {
	bottom: 95px;
	z-index: 999;
	top:auto;
}
.banner button.slick-prev.slick-arrow {
	left: 0;
	background: url(../images/prev.svg) 0 0 no-repeat;
}
.banner button.slick-next.slick-arrow {
	left: 79px;
	background: url(../images/next.svg) 0 0 no-repeat;
}
.banner button.slick-prev.slick-arrow:before, .banner button.slick-next.slick-arrow:before {
	display: none;
}
.banner button.slick-next.slick-arrow.slick-disabled {
	opacity: 0.4;
}
.banner > .container {
	position: relative;
}
.section-waves {
	position: relative;
	width: 100%;
	height: 65px;
	bottom: 20px;
	z-index: 3;
	float: left;
}
.section-waves canvas.waves {
	right: 0;
	left: 0;
	position: relative;
	width: 100%;
	height: 100%;
	transform: translateY(-50%);
}
.go-down {
	position: absolute;
	right: 0px;
	bottom: 40px;
	z-index: 99;
	background: url(../images/go-down.png) 0 0 no-repeat;
	width: 28px;
	height: 40px;
}
.go-down img {
	width: auto;
	position: absolute;
	top: 15px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
img.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}
img.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-10px);
}
}
@keyframes mover {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-10px);
}
}
.artificial_intelligence {
	float: left;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 15px 0px 60px;
	position: relative;
	z-index: 9999;
}
.artificial_intelligence.space {
	padding-top:60px;
}
.artificial_intelligence .head {
	margin-bottom:130px
}
.artificial_intelligence.space .artificial_right {
	left:0;
	right:auto;
	padding: 25px 325px 0 50px;
}
.artificial_intelligence.space .artificial_inner_box {
	display: flex;
	align-items: flex-end;
	flex-direction: column-reverse;
}

.artificial_intelligence.space {
	padding: 60px 0 110px;
	margin:0;
	position:relative;
}
.artificial_intelligence.space:before{ left:0; top:0; width:50%; content:""; background:#1A5093; height:458px;}
.artificial_intelligence .head h2 {
	max-width: 740px;
	margin: 0px auto;
}
.artificial_intelligence-left {
	float: left;
	width: 50%;
}
.artificial_left > img {
	width: 100%;
	border: 5px solid #F26522;
	-webkit-box-shadow: 1px 3px 12px -2px rgba(0, 0, 0, 0.48);
	-ms-box-shadow: 1px 3px 12px -2px rgba(0, 0, 0, 0.48);
	box-shadow: 1px 3px 12px -2px rgba(0, 0, 0, 0.48);
}
.artificial_inner {
	width: 100%;
	margin: 10px auto 0 auto;
	position: relative;
	display: flex;
	align-items: center;
}
.artificial_inner_box {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.artificial_left {
	float: left;
	width: 580px;
	position: relative;
	z-index: 99;
}
.artificial_intelligence.space .artificial_right::before {
 background: url(../images/automation_left_crv.png) no-repeat 0 0;
 left: 0;
 background-size: 314px;
}
 .artificial_right::before {
 position: absolute;
 right: 0;
 top: -38px;
 content: "";
 background: url(../images/automation_right_crv.png) no-repeat 0 0;
 height: 41px;
 width:314px;
 z-index: 9999;
 background-size:314px;
}
.artificial_right {
	text-align: left;
	display: flex;
	background: #1A5093;
	align-items: center;
	min-height: 375px;
	box-sizing: border-box;
	z-index: 9;
	max-width: 833px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 25px 100px 0 310px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.artificial_left table {
	width:100%;
	max-width:623px;
	min-height:340px;
	border:1px solid #E9E9E9;
	background:#fff;
}
.artificial_left table tr td {
	border-right:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
}

.artificial_right h6 {
	font: 13px/15px "Biennale";
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.artificial_right h4 {
	font: 30px/40px "Biennale";
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}
.artificial_right p {
	font: 16px/22px "Biennale";
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
}


.feature {
	float: left;
	width: 100%;
	text-align: center;
	padding:80px 0 ;
	position: relative;
	background: #f4f5f7;
}
.feature figure{width:100%;}
.feature figure img{width:100%; height:auto;}
 .feature::after {
 position: absolute;
 content: '';
 background: url(../images/curve-white.png) 0 0 no-repeat;
 width: 100%;
 height: 60px;
 left: 0px;
 bottom: 0;
 background-size: 100% 50px;
 background-position: bottom center;
}
 .feature::before {
 position: absolute;
 content: '';
 background: url(../images/curve-white.png) 0 0 no-repeat;
 width: 100%;
 height: 60px;
 left: 0px;
 top: -10px;
 background-size: 100% 52px;
 transform: rotate( -180deg );
}

.feature .blue_box {
	width: 100%;
	float: left;
	padding: 25px;
	background: #1A5093;
	text-align: center;
}

.feature .blue_box ul {
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.feature .blue_box ul li {
	font: 16px/26px "Biennale";
	font-weight: 400;
	color: #4D4D4F;
	margin: 0;
	position: relative;
	width:25%;
	padding: 0 5px;
	margin: 20px 0;
}

.feature .blue_box ul li .inner {
	background: #fff;
	height: 100%;
}

.feature .blue_box ul li .inner .icon_box {
	width: 100%;
	height: 130px;
	background: #F26522;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature .blue_box ul li .inner .icon_box img {
	max-height: 70px;
}

.feature .blue_box ul li .inner .icon_box::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 100%;
	height: 60px;
	background: url(../images/bottom_arrow_cut.png) 0 0 no-repeat;
	background-size: 100%;
}

.feature .blue_box ul li .inner .data {
	width: 100%;
	padding: 50px 10px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	font-size: 16px;
	line-height: 30px;
	flex-direction: column;
}
.feature .blue_box ul li .inner .data span {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	color: #F26522;
	font-size: 15px;
}



.feature .blue_box p{ color:#fff; text-align:center; margin-bottom:25px;}
.feature .blue_box h5{ display: inline-block; padding:0 40px; color:#fff; text-align:center; font-weight:500 !important; font:25px/30px 'Biennale'; position: relative;}

.feature .blue_box h5::before {
	width: 29px;
	border:1px solid #fff;
	content: "";
	position: absolute;
	left: 0px;
	top:15px;
}

.feature .blue_box h5::after {
	width: 29px;
	border:1px solid #fff;
	content: "";
	position: absolute;
	right: 0px;
	top:15px;
}

.capabilities {
	float: left;
	width: 100%;
	padding: 60px 0 0px;
	position: relative;
}


.capabilities .head, .capabilities p{ text-align:center;}

.capabilities .blue_box {
	width: 100%;
	float: left;
	padding: 25px;
	background: #1A5093;
	text-align: center; margin:30px 0; 
}

.capabilities .blue_box ul {
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.capabilities .blue_box ul li {
	font: 16px/26px "Biennale";
	font-weight: 400;
	color: #4D4D4F;
	margin: 0;
	position: relative;
	width:25%;
	padding: 0 5px;
	margin: 20px 0;
}

.capabilities .blue_box ul li .inner {
	background: #fff;
	height: 100%;
}

.capabilities .blue_box ul li .inner .icon_box {
	width: 100%;
	height: 130px;
	background: #F26522;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.capabilities .blue_box ul li .inner .icon_box img {
	max-height: 70px;
}

.capabilities .blue_box ul li .inner .icon_box::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 100%;
	height: 60px;
	background: url(../images/bottom_arrow_cut.png) 0 0 no-repeat;
	background-size: 100%;
}

.capabilities .blue_box ul li .inner .data {
	width: 100%;
	padding: 50px 10px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	font-size: 16px;
	line-height: 30px;
	flex-direction: column;
}
.capabilities .blue_box ul li .inner .data span {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	color: #F26522;
	font-size: 15px;
}



.capabilities .blue_box p{ color:#fff; text-align:center; margin-bottom:25px;}

@media only screen and (min-width:768px) and (max-width:1024px){
	
}
@media only screen and (min-width:768px) and (max-width:991px){
.capabilities .blue_box ul li{width:33%;}
.capabilities .blue_box ul {
	justify-content: center;
}	
}


@media only screen and (max-width:767px){
.capabilities .blue_box ul li{width:50%;}
.capabilities .blue_box ul {
	justify-content: center;
}	
.feature,.capabilities{ padding:40px 0;}
.feature:before,.capabilities:before{ background-size:100% 20px; top:-40px;}
.feature:after,.capabilities:after{ background-size:100% 20px;}
.capabilities{ padding-bottom:0;}
}

@media only screen and (max-width:479px){
.capabilities .blue_box ul li{width:100%;}
.capabilities .blue_box ul {
	justify-content: center;
}	
	
}
