.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);
}
}


.head {
    text-align: center;
    margin-bottom: 25px;
}
.artificial_intelligence {
	float: left;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 15px 0px 55px;
	position: relative;
	z-index: 9999;
}
.artificial_intelligence.space {
	padding: 60px 0 150px;
}
.artificial_intelligence .head {
	margin-bottom:130px
}

.artificial_intelligence.space_remove .head{ margin-bottom:15px;}

.artificial_intelligence.space .artificial_right {
	left:0;
	right:auto;
	padding: 25px 325px 0 50px;
}
.artificial_intelligence.space_remove .artificial_inner_box figure{width:100%; height:auto;}
.artificial_intelligence.space_remove .artificial_inner_box figure img {
	width: 100%;
	height: auto;
	max-width: 1000px;
}
.artificial_intelligence.space_remove .artificial_inner_box {
	display: flex;
	align-items: flex-end;
	flex-direction: column-reverse;
}
/**.who-we-are:before{
    position: absolute;
    content: '';
    background: url(../images/curve-white.png) 0 0 no-repeat;
    width: 100%;
    height: 60px;
    left: 0px;
    top: -105px;
}**/
.artificial_intelligence .head h2 {
	margin: 0px auto;
}
.artificial_intelligence-left {
	float: left;
	width: 50%;
}
.artificial_left > img {
	width: 100%;
	border: 5px solid #F26522;
}
.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_intelligence.space .artificial_inner_box {
	display: flex;
	align-items: flex-end;
	flex-direction: column-reverse;
}
.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;
}



.capabilities {
	float: left;
	width: 100%;
	text-align: center;
	background: #F4F5F7;
	padding: 80px 0px;
	position: relative;
}
.capabilities .head {
	margin-bottom:30px;
}
.capabilities .outer ul {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}
.capabilities .outer ul li.blue .inner_box strong{ border-color:#1A5093; color:#1A5093 }
.capabilities .outer ul li.blue .inner_box span{background: #1A5093;}
.capabilities .outer ul li {
	width: 50%;
	padding: 0 15px;
	margin: 0 0 50px;
}
.capabilities::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 );
}
 .capabilities::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;
}
.capabilities .outer ul li .inner_box {
	background: #E8E8E8;
	max-width: 583px;
	min-height: 196px;
	border-radius: 100px;
	padding: 25px 25px 25px 180px;
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
}
.capabilities .outer ul li .inner_box p {
	font-size:14px;
}
.capabilities .outer ul li .inner_box strong {
	width: 135px;
	height: 135px;
	background: #FCFCFC;
	border-radius: 100%;
	border: 4px solid #F26522;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	color: #F26522;
	position: absolute;
	left: 25px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%)
}
.capabilities .outer ul li .inner_box span {
	min-width: 240px;
	height: 34px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	background: #F26522;
	display: flex;
	justify-content: flex-start;
	padding: 5px 17px;
	font-weight: bold;
	position: absolute;
	top: -16px;
	right: 75px;
}
.capabilities .outer ul li .inner_box p {
	margin:0;
}


.power_automation {
	float:left;
	width:100%;
	padding:80px 0 0px;
}
.power_automation .head {
	text-align:center;
	margin-bottom:20px;
}
.power_automation .outer {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.power_automation .img_box {
	width: 100%;
	margin-bottom: 25px;
}
.power_automation .img_box img {
	width:100%;
}
.power_automation .text_box {
	width:100%;
}



/*********Flip Hover**********/
.power_automation .text_box .hover_effect{width:100%; list-style:none; display: flex;}
.flip-card {
	width: 288px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative; cursor:pointer;
	transition:all 0.8s;
	
}
.power_automation .text_box .hover_effect li { margin:0 !important; padding:0 !important; max-width: 100% !important;}

.power_automation .text_box .hover_effect figure {
	margin: 0;
	position: relative;
	
}
.power_automation .text_box .hover_effect figure img {
	object-fit: cover;
	width: 100%;
}
.power_automation .text_box .hover_effect li .color_box.blue .text{top:0}
.power_automation .text_box .hover_effect li .color_box.black .text{ top:0}
.power_automation .text_box .hover_effect li:nth-child(1) figure::before {
	position: absolute;
	left: 50%;
	bottom:0;
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #4e91fd;
	margin-left: -20px;
	z-index: 99;
}
.power_automation .text_box .hover_effect li:nth-child(2) figure::before {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #2c2cff;
	margin-left: -20px;
	z-index: 99;
	transform: rotateX(190deg);
}
.power_automation .text_box .hover_effect li:nth-child(3) figure::before {
	position: absolute;
	left: 50%;
	bottom:0;
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #0229bf;
	margin-left: -20px;
	z-index: 99;
}
.power_automation .text_box .hover_effect li:nth-child(4) figure::before {
	position: absolute;
	left: 50%;
	top:0;
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #00059f;
	margin-left: -20px;
	z-index: 99;
	transform: rotateX(190deg);
}


.flip-card {
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
 
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  border-radius:0 !important;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}

.flip-card-back.blue1, .flip-card-front.blue1{ background:#4e91fd; display:flex; justify-content: center; align-items: center; padding: 20px;}
.flip-card-back.blue2, .flip-card-front.blue2{ background:#2c2cff; display:flex; justify-content: center; align-items: center; padding: 20px;}
.flip-card-back.blue3, .flip-card-front.blue3{ background:#0229bf; display:flex; justify-content: center; align-items: center; padding: 20px;}
.flip-card-back.blue4, .flip-card-front.blue4{ background:#00059f; display:flex; justify-content: center; align-items: center; padding: 20px;}

.flip-card-front h5, .flip-card-back h5{ font: 20px/25px "Biennale"; color:#fff; text-transform:uppercase; font-weight:700;}

.flip-card-back p, .flip-card-front p {
	color: #fff !important;
	font-size: 14px;
}


.flip_effect .hover_effect li .color_box span {
	color: #fff !important;
	font: 20px/35px "Biennale";
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;
	opacity:1;
	transition:all 0.8s;
	
}
.flip_effect .hover_effect li .color_box:hover span{opacity:;
	transition:all 0.8s;}

.flip_effect .hover_effect li .color_box .text {
position: absolute;
width: 100%;
height: 100%;
text-align: center;
transition:all 0.8s;
transform-style: preserve-3d;
display: flex;
align-items: center;
opacity: 0;
}

.color_box:hover .text {
	transform: rotateY(180deg);
	opacity: 1 !important;
	transition:all 0.8s;
}

.color_box:hover{
	transform: rotateY(180deg);
	opacity: 1 !important;
	transition:all 0.8s;
}


.color_box:hover .text p{transform: rotateY(360deg);}

.flip_effect .hover_effect li .color_box:hover .text{height:100%;}
.flip_effect .hover_effect li .color_box.yellow:hover .text{
	background: #4e91fd;
}

.flip_effect .hover_effect li .color_box.blue:hover .text{
	background: #2c2cff;
}

.flip_effect .hover_effect li .color_box.purple:hover .text{
	background: #0229bf;
}

.flip_effect .hover_effect li .color_box.black:hover .text{
	background: #00059f;
}

.flip_effect .hover_effect li .color_box .text p{ padding:0 25px; color:#fff; margin:0;}

@media only screen and (min-width:1025px) and (max-width:1350px){
.power_automation .text_box .hover_effect li{width:25%;}	
.power_automation .text_box .hover_effect li .flip-card{width:100%;}
.power_automation .text_box .hover_effect figure img {
	object-fit: cover;
	width: 100%;
	height: 180px;
}
.flip-card-back p, .flip-card-front p {
	color: #fff !important;
	font-size: 13px;
}	
}


@media only screen and (min-width:768px) and (max-width:1024px){
.power_automation .text_box .hover_effect li {width: 25%;}
.power_automation .text_box .hover_effect li figure{width:100%;}
.power_automation .text_box .hover_effect li .flip-card{width:100%;}
.flip-card-front h5, .flip-card-back h5 {
	font: 16px/25px "Biennale";
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.power_automation .text_box .hover_effect figure img {
	object-fit: cover;
	width: 100%;
	height: 180px;
}
}

@media only screen and (min-width:768px) and (max-width:991px){
.key_feature ul {width: 100%; flex-direction: column; margin-bottom:20px}	
.key_feature ul li {width: 100%; padding: 0 15px; margin: 0 0 50px;}	
.key_feature ul li .inner_box span{left:140px; right:auto;}
.key_feature ul li .inner_box {max-width: 100%;min-height: 140px;padding: 25px 25px 25px 140px;}
.key_feature ul li .inner_box strong{width:100px; height:100px;}
.key_feature ul li:nth-child(even) .inner_box span{background: #1A5093 !important;}
.key_feature ul li:nth-child(even) .inner_box strong{border-color: #1A5093 !important; color: #1A5093 !important;}
.key_feature ul li:nth-child(odd) .inner_box span{background: #F26522 !important;}
.key_feature ul li:nth-child(odd) .inner_box strong{border-color: #F26522 !important; color: #F26522 !important;}
.key_feature ul li:last-child{margin-bottom: 0;}		

}



@media only screen and (max-width:767px){
.capabilities, .power_automation{ padding:40px 0;}	
.capabilities:before, .power_automation:before{ background-size:100% 20px; top:-40px}	
.capabilities:after, .power_automation:after{ background-size:100% 20px;}
.power_automation .text_box .hover_effect {flex-direction: column;}	
.power_automation .text_box .hover_effect li:nth-child(2n) {flex-direction: column-reverse;display: flex;}
.power_automation .text_box .hover_effect li:nth-child(2n) figure::before {bottom: 0; top:auto; transform: none;}
.power_automation .text_box .hover_effect li {width:100%; margin-bottom: 20px !important;}
.power_automation .text_box .hover_effect li figure{width:100%;}
.power_automation .text_box .hover_effect li .flip-card{width:100%;}
.flip-card-front h5, .flip-card-back h5 {
	font: 16px/25px "Biennale";
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.client_speak{ padding-top:0;}	
}




@media only screen and (max-width:479px){
	
	
}