.sub-banner1{
    background-image: url(../images/banner/research-banner.webp );
}
.subresearch-banner{
    width: 100%;
    background-size: cover;
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}
.subresearch-banner .banner {
    position: relative;
    z-index: 5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
}
.subresearch-banner::after{
    content: "";
    background-color: rgb(0 0 0 / 16%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px; 
}
.banner-text {
    content: "";
    position: absolute;
}
.sub-banner-pursue{
    background-image: url(../images/banner/pursuing-banner.webp);
}
.vision-arrow span{
    margin-left: 7px;
}
.vision-arrow i{
    color: #632223;
}

/* pursuing page css start */

.process-tab{
    text-align: center;
}
.vision-arrow ul li{
    margin-bottom: 10px;
}



/* accordian css strat */
ul.tabs {
	margin: 0px;
    padding: 0;
    list-style: none;
    height: 44px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    
}

ul.tabs li {
    float: left;
    margin: 0 6px 0 0;
    cursor: pointer;
    padding: 4px 40px;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #ee8900;
    transition: all .3s ease-in;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
ul.tabs li:focus-visible{
    border: none !important;
    outline: none !important;
}



ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #EE8900;
    color: #ffffff;
    display: block;
    border: 3px solid #EE8900;
    border-radius: 4px;
    height: 44px;
}

.tab_container {
	border-top: none;
	clear: both;
	/* float: left; */
	width: 100%;
	overflow: auto;
}

.tab_content {
    padding: 30px 12px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: none;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;

	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
    .tab_content{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767.98px){
    .tab_content{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 991.98px){
    .tab_content{
        padding-bottom: 0;
    }
}
/* accordian css end */

/* pursuing page css end */