.header .header-icon{
	width: 50px;
}
.card-top{
	padding-left: 20px !important;
}
.card-top .icon-s i{
	text-align: left;
}
.f-content{
	background:#1F1F1F;
	padding:20px;
}
.f-sub, .f-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.f-main h1{
	color: #E5E5E5;
	font-size: 23px;
	letter-spacing: 0.69px;
	word-break: keep-all;
	width: 235px;
}
.f-main .btn.bg-highlight::before {
    content: ' ';
    position: absolute;
    background: #F1741A;
    opacity: 0.13;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: -13px;
    top: -13px;
    z-index: 0;
}
.f-sub p{
	margin-bottom: 0;
	width: calc(100% - 85px);
    line-height: 17px;
}
.f-sub span{
	width: 74px;
	height: 26px;
	border-radius: 19px;
	border: 1px solid #F1741A;
	color: #F1741A;
	font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}
.f-info p{
	color:#9F9F9F;
	font-size: 16px;
	letter-spacing: 0.48px;
	font-weight: 600;
    word-break: keep-all;
}

.f-content.wait .f-sub span{
	color: #9F9F9F;
	border-color: #9F9F9F;
}
.f-content.wait .f-main .btn{
	display: none;
}

.accordion > div.card{
	border-radius: 0;
}
.btn.accordion-btn i:first-child{
	margin-top: 3px;
}
.accordion-btn{
	color: #303038;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
}
.btn.accordion-btn:hover{
	opacity: 1;
    color: #303038;
}
.accordion-btn[aria-expanded=true] {
    font-weight: 600 !important;
}
.f-concept{
	padding: 40px 20px;
}
.f-concept h4{
	color: #000000;
	font-size: 24px;
    line-height: 28px;
	letter-spacing: 0;
	font-weight:600 !important;
	margin-bottom: 8px;
}
.f-concept h5{
	color: #F17419;
	font-size: 17px;
	letter-spacing: 0;
	font-weight:500 !important;
	margin-bottom: 66px;
}
.f-concept p{
	font-size: 16px;
	letter-spacing: 0;
	font-weight:400 !important;
	line-height:25px;
	color:#303038;
    word-break: keep-all;
}

ul.music_list{
	list-style-type: decimal;
    color: #FFF;
    padding-left: 20px;
    margin-bottom: 0;
}
.btn.accordion-btn{
	border:0;
	border-top: 1px #F2F2F2 solid;
	border-radius: 0;
	padding: 24px 17px;
}
.accordion > div:last-child .btn.accordion-btn{
	border-bottom: 1px #F2F2F2 solid;
	
}
.timeline-card{position: relative;}
.team-card{
	border-radius: 20px 20px 20px 0px;
    margin: 30px 20px;
    background: #FFF;
    box-shadow: 1px 1px 15px #F1741A3E !important;
}

.timeline-deco{
	top:20px;
	bottom:50px;
}
.timeline-item .timeline-icon{
	background: #FCDBC2;
	top: 7px;
	left: 20px;
	font-weight: 500;
}
.timeline-act{
	position: relative;
    z-index: 2;	
}
.timeline-act .act-icon{
	top: 0px;
    left: 20px;
    position: absolute;
    font-size: 20px;
    letter-spacing: 0;
    color: #F1741A;
    font-weight: 700;
    width: 60px;
}
.timeline-act .act-content{
    margin: 0px 15px 0px 70px;
    padding: 0 15px;
}
.timeline-act .act-content h5{
    font-size:20px;
    letter-spacing:0;
    color:#F1741A;
    font-weight: 700;
	word-break: keep-all;
    line-height: 27px;
}
.timeline-bg{
	background:#FFF5ED;
}
.timeline-item-content{
	border: 0;
	background: transparent;
	margin: 0px 15px 0px 70px;
	padding: 10px 15px;
}
.timeline-item-content h5{
	font-size:16px;
	font-weight: 400 !important;
	color: #303038;
    letter-spacing: 0;
    margin: 0;
}
.timeline-item-content p{
	font-size:14px;
	font-weight: 400;
	color: #F1741A;
	margin-bottom: 0;
    letter-spacing: 0.4px;
    line-height: 16px;
}
.team-title{
    display: block;
    padding: 25px;
    border-bottom: 1px solid #F2F2F2;
}
.team-title h1{
    font-size: 20px;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}
.team-title button{
    height: 32px;
    font-size: 14px;
    color: #7A7A7A;
    background: #FFF;
    border: 1px solid #E6E6EA;
    border-radius: 5px;
    float: right;
    padding: 0 12px;
}
.team-title button i{
    margin-left: 30px;
    font-size: 12px;
    margin-top: 7px;
    color: #F1741A;
}
.team-body{
	padding: 30px;
}
.team-body h1{
	font-size: 20px;
	color: #F1741A;
    font-weight: 400 !important;
    text-align: center;
}
.team-body h2{
	font-size: 14px;
	color: #000;
    font-weight: 400 !important;
    text-align: center;
}
.team-body p{
	font-size: 16px;
	color:#7A7A7A;
	font-weight:300; 
	letter-spacing: -0.48px;
	line-height: 22px;
    text-align: center;
    margin-bottom: 0;
    word-break:keep-all;
}