/* Default tab style */



.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
	border: none;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	flex-flow: row wrap;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	flex: 1;
	border-radius: 10px;
	background: #fff;
	margin: 0 10px;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 16px;
}

.tabs ul  li img{
	margin: 0 auto;
	border-radius: 10px;
}

.tab-current a{
	background: #291670;
 color: #FFFFFF;	
}
.tab-current span{
	color: #fff!important;
}
.tabs nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
display: none;
    top: -8px;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    text-align: center;
    min-height: 550px;
}

.content-wrap section.content-current {
	display: block;
}



/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}



/*****************************/
/* Circle fill */
/*****************************/

.tabs-style-circlefill {
	max-width: 1200px;
	padding: 0;
}

.tabs-style-circlefill nav ul li {
	overflow: hidden;
}

.tabs-style-circlefill nav li a {
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	padding: 10px;
}

.tabs-style-circlefill nav li:first-child {
	border-left: none;
}

.tabs-style-circlefill nav li:last-child {
	border: none;
}

.tabs-style-circlefill nav li::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	content: '';
	transition: transform 0.3s;
}

.tabs-style-circlefill nav li.tab-current::before {
	transform: scale3d(2.5,2.5,1);
}

.tabs-style-circlefill nav a {
	-webkit-transition: color 0.3s; 
	transition: color 0.3s;
}

.tabs-style-circlefill nav a span {
	display: block;
	color: #666;
}



.tabs-style-circlefill .icon::before {
	display: block;
	margin: 0;
	pointer-events: none;
}

.tabs-style-circlefill .content-wrap {
	
}

.tabs-style-shape .content-wrap {
	background: #fff;
}

.innova_deta{
    text-align: left;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    padding: 1em;
    width: 1180px;
    min-height: 550px;
    background: #291670;



}
.innova_deta p{padding:0;margin:0;}
.innovalist{
	display: inline-block;
	width: 22%;

	margin: 25px 15px;
}


.innovalist p{
text-align:center;
color: #fff;
	
font-size: 14px;
}

.success{
	
height: 140px;
	
background: #eee;
	
margin-bottom: 50px;
	
padding: 0px!important;
}
.successfont{
	
width: 757px;
	
line-height: 30px;
	
margin-left: 380px;
}



.team{
	
height: 390px;
	
background: #e5e5e5;
margin-bottom: 60px;
	
border-radius: 10px;
	
padding: 0!important;
}
.team img{
	
	border-radius: 10px 0 0 10px;
}



.teamfont{
	
height: 390px;
	
display: inline-block;
	
width: 520px;
	
margin: 40px;
}
.teamfont h2{
	
margin: 0 auto;
	
width: 210px;
	
text-align: center;
	
height: 50px;
	
background: #291670;
	
line-height: 50px;
	
color: #fff;
	
font-size: 24px;
	
border-radius: 30px;
}
.teamfont p{
	
line-height: 30px;
	
color: #313131;
	
font-size: 14px;
	
margin-top: 30px;
}