* {
    box-sizing: border-box;
    outline: none !important;
}
button:focus { outline: none !important; box-shadow: none !important; }
a:focus {outline: none !important;}
/* body { font-family: 'Inter', sans-serif; color: #333333; font-weight: 400; font-size: 20px; line-height: 1.5; margin: 0; padding: 0; overflow-x: hidden; -webkit-text-size-adjust: 100%;}

p, li {font-size: 20px; color: #333333; line-height: 1.5;}
p {margin:0 0 20px 0;}
ul {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-top: 0px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    font-weight: 700;
} */

.wrapper {
	margin: 0 auto;
	width: 100%;

}

.inner-wrapper-padding {
	padding: 0 125px;
}

.about-timeline {
	background-color: #fff;
	padding: 140px 0 125px;
    width:100%;
    float: left;
}

.timeline-box h6 {
	font-size: 55px;
	line-height: 1;
	color:var(--primary_color);
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: auto;
	padding: 0 10px;
	margin-top: 0;
	transform: translate(0, -50%);
    margin-left: 50px;
}

.timeline-box p {
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 26px;
	font-family: var(--font_regular);
    text-align: justify;
}

.timeline-box p:last-of-type {
	margin-bottom: 15px;
}

.start-point h4 {
	font-size: 17px;
	line-height: 23px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	background-color:var(--primary_color);
	border-radius: 16px;
	display: block;
	width: auto;
	text-align: center;
	padding: 5px 25px;
	position: relative;
	margin-bottom: 45px;
	font-family: 'Inter', sans-serif;
}

.black-dot {
	width: 21px;
	height: 21px;
	background-color: #000;
	border-radius: 50%;
	display: block;
	margin: 0 auto 62px;
	z-index: 1;
}

.start-point {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center
}

.start-point:before {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 0px;
	background-color: #aaa;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	border-left: 1px solid #aaa;
}

.timeline-row .horizontal-line {
	border-top: 1px solid #aaa;
	width: calc(100% - 150px);
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, 0%);
}

.timeline-row .verticle-line {
	margin: 0;
	padding: 0;
	width: 2px;
	border-right: 1px solid #aaa;
	height: calc(100% - 150px);
	position: absolute;
	top: 0;
	right: 0;
	margin: auto 0;
	bottom: 0;
}

.timeline-row:nth-child(2n+2) .verticle-line {
	left: 0;
	right: inherit;
}


.corner {
	position: absolute;
	border-right: 1px solid #aaa;
	width: 76px;
	height: 76px;
	right: 0;
	border-top: 1px solid #aaa;
	top: 74.9px;
	border-radius: 0 70px 0 0;
	top: 0;
}

.timeline-row:nth-child(2n+2) .corner {
	right: inherit;
	left: 0;
	border-left: 1px solid #aaa;
	border-right: 0;
	border-radius: 70px 0 0 0;
}

.corner.bottom {
	bottom: -76px;
	top: inherit;
	border-radius: 0;
	border-top: 0;
	border-bottom: 1px solid #aaa;
	border-radius: 0 0 70px 0;
	right: 0;
	z-index: 1;
	bottom: -1px;
}

.timeline-row:nth-child(2n+2) .corner {
	right: inherit;
	left: 0;
	border-left: 1px solid #aaa;
	border-right: 0;
	border-radius: 70px 0 0 0;
}

.timeline-row:nth-child(2n+2) .corner.bottom {
	border-radius: 0 0 0 70px;
}

.timeline-row {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 0px;
	position: relative;
	/*padding: 0 66px 130px;margin-right: 111px;*/
}

.timeline-row:nth-child(2n+2) {
	justify-content: space-around;
	text-align: right;
	padding: 0 2%;
}

.timeline-row:nth-child(2n+2) {
	flex-direction: row-reverse;
}

/*.timeline-row:nth-child(2n+2) .timeline-content-txt { text-align: center; }*/
.timeline-box {
	/*padding: 45px 50px 130px;*/
	max-width: 500px;
	margin-right: 25px;
	position: relative;
}

.timeline-main {
	margin-top: 75px;
}

.timeline-row:first-child {
	margin: 0 0px 0 auto;
    max-width: 50%;
    justify-content: space-evenly;
    padding: 0 0 0 120px;
}

.corner.bl {
	bottom: 0;
	left: 0;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-radius: 0 0 0px 100%;
	border-right: none;
	border-top: none;
	height: 76px;
	width: 76px;
}

.start-point .corner.bl {
	left: 50%;
	bottom: 0px;
	transform: translateY(100%);
	top: unset;
}

.timeline-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 27.5px;
	height: 1px;
	width: 100%;
}

.timeline-box-wrap {
	padding: 45px 0px 0;
	position: relative;
	background: #fff;
	/*min-height: 318px;*/
	padding: 0;
	margin-bottom: 90px;
}

/*.timeline-row:after{content: ''; position: absolute; left: 50%; top: 74.5px; height: 1px; width: 91%; background-color: #aaa; transform: translateX(-50%);top: 0;} .timeline-row .verticle-line { margin: 0; padding: 0; width: 1px; border-right: 1px solid #aaa; height:calc(100% - 126px); position: absolute; top: calc( 50% + 75px );; right: 0; margin: auto 0; bottom: unset; transform: translateY(-50%);top: 50%; } */
.timeline-row:first-child::after {
	left: -54px;
	width: 97%;
	transform: none;
}

/*.timeline-row:first-child .timeline-box:last-child{margin-right: 5%;} */
.timeline-content {
	padding: 10px 10px 0;
}

.timeline-content-txt {
	padding: 10px 0 0 0;
}

.timeline-box.img-right .timeline-content,
.timeline-box.img-left .timeline-content {
	/* display: flex;
	align-items: flex-start; */
}

.timeline-box.img-right .timeline-content img {
	margin-left: 18px;
    width: 100%;
}

.timeline-box.img-left .timeline-content img {
	margin-right: 18px;
}

.timeline-box.img-left .timeline-content {
	flex-direction: row-reverse;
}

.timeline-row:first-child .timeline-box:first-child img {
	filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.16));
	-webkit-filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.16));
	display: block;
	margin: 0;
}

.timeline-box-wrap .timeline-content img {
	filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.16));
	-webkit-filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.16));
	z-index: 2;
	position: relative;
    border-radius: 10px;
    width: 100%;
}

.timeline-row:last-child .corner.bottom {
	display: none;
}

.timeline-row:nth-child(2n+1) .timeline-box:last-child .timeline-box-wrap {
	text-align: center;
}

.start-point.end-point:before {
	display: none;
}

.start-point.end-point {
	position: absolute;
	bottom: 0;
	right: 0%;
	transform: translateX(50%);
}

.timeline-row:nth-child(2n+2) .start-point.end-point {
	left: 0;
	transform: translateX(-50%);
	right: unset;
}

.timeline-box.img-right .timeline-content-txt {
	text-align: right;
}

.timeline-box.img-left .timeline-content-txt {
	text-align: left;
}

.timeline-box.img-left,
.timeline-box.img-right {
	text-align: center;
}

.timeline-row:first-child .timeline-box::after {
	left: auto;
	right: 0;
	-webkit-transform: translate(100%, -50%) rotate(0deg);
	transform: translate(100%, -50%) rotate(0deg);
}

.timeline-row:first-child .timeline-box:first-child {
	/* width: 36%; */
    width: 300px;
}

.timeline-row:first-child .timeline-box:nth-child(2){
    width: 300px;
}

.timeline-row .timeline-box:nth-child(3)::after {
	display: none;
}

.timeline-row:last-child .verticle-line::after {
	display: none;
}

.timeline-row:first-child .timeline-box:nth-child(2)::after {
	display: none;
}

.timeline-content-img .timeline-content {
	position: relative;
}

.banner_con{
    background-color: #20282E;
    background-image: url('../../images/banner/kimsr-7.jpg');
	position: relative;
	background-size: cover;
    position: relative;
    min-height: 450px;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
	width: 100%;
    float: left;
    
}

.banner_con .overlay{
    background: linear-gradient(90deg, #F3F7FB 25%, rgba(243, 247, 251, 0.24) 74.66%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner_con .shape{
    position: absolute;
    z-index: 0;
    bottom: 20px;
    left: 0;
}

.banner_con .banner_center{
    width: 1300px;
    margin: 0 auto;
}

.banner_con .banner_center .banner{
    width: 100%;
    float: left;
    position: relative;
}  

.banner_con .banner_center .banner .breadcrumbs{
	font-size: 50px;
    margin-bottom: 25px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: var(--font_bold);
    text-transform: uppercase;
	text-align: center;
} 

.course_hub_con{
    min-width: 100%;
    float: left;
	background-color: var(--primary_color);
    
}

.course_hub_con .course_hub_center{
    width: 1300px;
    margin: 0 auto;
}

.course_hub_con .course_hub_center .course_hub{
	width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin: 100px 0;
}

.course_hub .images{
	width: 50%;
    float: left;
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    padding: 10px;
    gap: 15px;
}

.course_hub .images .img_one{
    float: left;
}

.course_hub .images .img_one img{
	border-radius: 10px;
	max-width: 100%;
}

.course_hub .images .img_two{
    float: left;
	margin-top: 39px;
	position: relative;
}

.course_hub .images .img_two:before{
	content: "";
    position: absolute;
    width: 400px;
    z-index: 1;
    height: 394px;
    /* border: 1px solid #a2b1db57; */
    top: -4px;
    left: 6px;
    border-radius: 10px;
}

.course_hub .images .img_two img{
	border-radius: 10px;
	position: relative;
	z-index: 2;
	max-width: 100%;
}

.course_hub .choose{
    width: 50%;
    float: left;
	display:flex;
	flex-direction: column;
	flex: 0 0 auto;
	gap: 15px;
	padding: 10px;
	margin-top: 50px;
}

.course_hub .choose .title{
	width:100%;
	float: left;
	display: flex;
}

.course_hub .choose .title .img{
	padding: 10px 5px;
}

.course_hub .choose .title .img i{
	color:white;
	font-size: 22px;
}

.course_hub .choose .title .head{
	padding: 10px;
	font-family: var(--font_medium);
	color: white;
}

.course_hub .choose .sub_head{
	width: 100%;
    float: left;
    font-size: 40px;
    line-height: 50px;
    font-family: var(--font_bold);
    color: white;
}

.course_hub .choose .para {
	width:100%;
	float: left;
	font-family: var(--font_regular);
	color:white;
}

.course_hub .choose .list_head {
	width:100%;
	float: left;
}

.course_hub .choose .list_head ul{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.course_hub .choose .list_head ul li{
	width: 32%;
    float: left;
}

.course_hub .choose .list_head ul li .li_con{
	width: 100%;
    float: left;
    display: flex;
	padding: 10px;
    border: 1px solid #7588bf;
	border-radius:5px;
}

.course_hub .choose .list_head ul li .li_con:hover{
	border: 1px solid var(--white);
}

.course_hub .choose .list_head ul li .li_con .img{
	width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.course_hub .choose .list_head ul li .li_con .img img{
	height: 50px;
}

.course_hub .choose .list_head ul li .li_con .txt{
	width: 100%;
    float: left;
    display: flex;
    justify-content: center;
	color:white
}


.fun_fact_con{
    min-width: 100%;
    float: left;
}

.fun_fact_con .fun_fact_center{
    width: 1300px;
    margin: 0 auto;
}

.fun_fact_con .fun_fact_center .fun_fact{
	width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin: 100px 0;
}

.fun_fact ul{
	display: flex	;
	flex-wrap: wrap;
	/* gap: 10px; */
	justify-content: space-between;
}

.fun_fact ul li{
	width: 25%;
    float: left;
}

.fun_fact ul li:nth-child(odd) .li_con{
	background: var(--primary_color);
}

.fun_fact ul li:nth-child(even) .li_con{
	background: #e9961b;
}



.fun_fact ul li .li_con{
	width: 100%;
    float: left;
    display: flex;
    padding: 30px 40px;
    flex-direction: column;
}

.fun_fact ul li .li_con .img_c{
	width: 100%;
    float: left;
	
}

.fun_fact ul li .li_con .img_c .image{
	float: left;
	padding: 10px;
}

.fun_fact ul li .li_con .img_c .image img{
	height: 80px;
}

.fun_fact ul li .li_con .img_c .count{
	float: left;
	font-size: 50px;
	font-family: var(--font_bold);
	padding: 40px 0px;
	color: white;
}

.fun_fact ul li .li_con .para{
	width: 100%;
    float: left;
	margin: 10px 0px;	
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-family: var(--font_medium);
}

.fun_fact ul li:nth-child(even) .li_con .para{
	color: rgba(255, 255, 255, 1);
}

.fun_fact ul li .li_con .button{
	width: 100%;
    float: left;
	margin: 10px 0px;	
	display: flex;
	justify-content: center;
	color: white;
	font-family: var(--font_medium);
}

.fun_fact ul li .li_con .button i{
	padding: 5px 10px;
	color: white;
}

.fac_life_con{
    min-width: 100%;
    float: left;
}

.fac_life_con .fac_life_center{
    width: 1300px;
    margin: 0 auto;
}

.fac_life_con .fac_life_center .fac_life{
	width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin: 0px 0 100px;
}

.fac_life .fac_left{
	width: 50%;
    float: left;   
	position: relative;
}

.fac_life .fac_left .img{
	width: 100%;
}

.fac_life .fac_left .img img{
	width: 80%;
}

.fac_life .fac_left .img_one{
	right: 0px;
    bottom: -70px;
    position: absolute;
}

.fac_life .fac_left .img_two{
	bottom: 0px;
    left: 30px;
    position: absolute;
    transform: rotate(45deg);
}

.fac_life .fac_left .img_three{
	top: 10px;
    right: 180px;
    position: absolute;
}

.fac_life .fac_left .img_four{
	bottom: -50px;
    right: 245px;
    position: absolute;
}


.fac_life .fac_left .img_four img{
	animation: 5s linear 0s infinite normal none running rotate-animation;
}

.fac_life .fac_right{
	width: 50%;
    float: left;   
	position: relative;
	
}

.fac_life .fac_right{
	width: 50%;
    float: left;   
	position: relative;
	padding: 10px;
	padding-left: 50px;
	box-sizing: border-box;
}

.fac_life .fac_right .title{
	width: 100%;
    float: left;  
	margin-bottom: 25px;
}

.fac_life .fac_right .title .head{
	font-size: 42px;
    line-height: 1.3;
    margin-bottom: 15px;
	font-family: var(--font_medium);
	color: var(--primary_color);
	width: 100%;
    float: left; 
}

.fac_life .fac_right .title .para{
	width: 100%;
    float: left; 
}

.fac_life .fac_right .title .para p{
	line-height: 1.8;
    font-size: 16px;
	color: #555;
	font-family: var(--font_regular);
}

.fac_life .fac_right .info{
	width: 100%;
    float: left;  
	margin-bottom: 20px;
	
}

.fac_life .fac_right .info .head{
	width: 100%;
    float: left; 
	font-size: 18px;
    margin-bottom: 15px; 
	color: var(--primary_color);
	font-family: var(--font_bold);
}

.fac_life .fac_right .info .head span{
	font-size: 18px;
    margin-bottom: 15px; 
	color: #e9961b;
}


.fac_life .fac_right .info .para{
	width: 100%;
    float: left; 
}

.fac_life .fac_right .info .para p{
	line-height: 1.8;
    font-size: 16px;
	color: #555;
	font-family: var(--font_regular);
}

.apply_con{
    min-width: 100%;
    float: left;
}

.apply_con .apply_center{
    width: 1300px;
    margin: 0 auto;
}

.apply_con .apply_center .apply{
	width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin: 50px 0;
}

.apply .start{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
	margin-bottom: 30px;
}

.apply .start .title{
	font-size: 42px;
    line-height: 1.3;
    font-family: var(--font_medium);
    color: var(--primary_color);
    float: left;
}


.apply .start .button .course_btn{
	margin-top: 0px;     
}

.apply .form_r{
	width:100%;
	float: left;
}

.apply .form_r ul{
	display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    justify-content: space-between;
}

.apply .form_r ul li {
    width: 32%;
    float: left;
}

.apply .form_r ul li .li_con {
    width: 100%;
    float: left;
    display: flex;
    padding: 30px 40px;
    flex-direction: column;
	background: #4762b121;
	height: 300px;
}

.apply .form_r ul li .li_con .img_c {
    width: 100%;
    float: left;
	margin-bottom: 20px;
}

.apply .form_r ul li .li_con .img_c .image {
    float: left;    
}

.apply .form_r ul li .li_con .img_c .image  img {
    height: 60px;
}

.apply .form_r ul li .li_con .img_c .count {
    float: right;
    font-size: 50px;
    font-family: var(--font_bold);
    padding: 20px 0px;    
}

.apply .form_r ul li .li_con .info {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.apply .form_r ul li .li_con .info .head {
    width: 100%;
    float: left;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--primary_color);
    font-family: var(--font_bold);
}

.apply .form_r ul li .li_con .info .para {
    width: 100%;
    float: left;
}

.apply .form_r ul li .li_con .info .para p {
    line-height: 1.8;
    font-size: 16px;
    color: #555;
    font-family: var(--font_regular);
	text-align: justify;
}

.apply .join{
	width:100%;
	float: left;
	margin: 20px 0;
}

.apply .join ul {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    justify-content: space-between;
}

.apply .join ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.apply .join ul li {
    width: 49%;
    float: left;
}

.apply .join ul li .li_con {
    width: 100%;
    float: left;
    display: flex;
    padding: 30px 40px;
    flex-direction: column;
	border-radius: 5px;
	gap: 10px;
}

.apply .join ul li:nth-child(odd) .li_con {
    background: var(--primary_color);
}

.apply .join ul li:nth-child(even) .li_con {
    background: #e9961b;
}

.apply .join ul li .li_con .img_c {
    width: 100%;
    float: left;
	display: flex;
    justify-content: center;
}

.apply .join ul li .li_con .img_c .count {
    float: left;
    font-size: 50px;
    font-family: var(--font_bold);
    padding: 20px 0px;
    color: white;
}

.apply .join ul li .li_con .para {
    width: 100%;
    float: left;
    margin: 10px 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font_medium);
}

.apply .join ul li .li_con .button {
    width: 100%;
    float: left;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    color: white;
    font-family: var(--font_medium);
	cursor: pointer;
}

.apply .join ul li .li_con .button i {
    padding: 5px 10px;
    color: white;
}


.testimo_con{
    min-width: 100%;
    float: left;
}

.testimo_con .testimo_center{
    width: 1300px;
    margin: 0 auto;
}

.testimo_con .testimo_center .testimo{
	width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin: 100px 0;
}

.testimo .testi_heads{
	width: 100%;
    float: left;
}

.testimo .testi_heads .head{
	width: 100%;
    float: left;
	font-family: var(--font_bold);
	font-size: 55px;
	text-align: center;
	padding: 50px 0px;
}

.testimo .testi_heads .head span{
	color: var(--primary_color);
}

.testimo .testi_heads .para{
	width: 100%;
    float: left;
	display: flex;
	justify-content: center;
}

.testimo .testi_heads .para p{
	font-family: var(--font_regular);
	width: 60%;
	text-align: center;
	margin-bottom: 30px;
}

.testimo .testimo_list{
	width: 100%;
    float: left;
}

.testimo .testimo_list ul li{
	width: 50%;
    float: left;
	padding: 10px;
	box-sizing: border-box;
}

.testimo .testimo_list ul li .li_con{
	display: flex;
	align-items: center;
	border: 1px solid #4762b136;
	padding: 10px;
	padding-left: 40px;
	border-radius: 10px;
}

.testimo .testimo_list ul li .images{
	width: 25%;
    float: left;
	position: relative;
}

.testimo .testimo_list ul li .images .img{
	width: 100%;
    float: left;
	position: relative;
	z-index: 2;
}

.testimo .testimo_list ul li .images .img img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.testimo .testimo_list ul li .images .shap{
	width: 100%;
	height: 100%;
    float: left;
	position: absolute;
}

.testimo .testimo_list ul li .images .shap .shape_1{
	position: absolute;
    left: 59%;
    top: -9px;
    z-index: -1;
    animation: movescale 4s linear infinite;
}

.testimo .testimo_list ul li .images .shap .shape_2{
	left: -31px;
    top: -15px;
    z-index: -3;
    animation-name: spin;
    animation-duration: 100s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
}

.testimo .testimo_list ul li .images .shap .shape_3{
	position: absolute;
    animation: moveleftbounce 4s linear infinite;
    bottom: -45px;
    z-index: -2;
}

.testimo .testimo_list ul li .img_txt{
	width: 75%;
    float: left;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	padding-left: 30px;
}

.testimo .testimo_list ul li .img_txt p{
	width: 100%;
	float: left;
	line-height: 28px;
	font-family: var(--font_regular);
	text-align: justify;
}

.testimo .testimo_list ul li .img_txt .name {
	width: 100%;
	float: left;
	font-family: var(--font_bold);
	color: var(--primary_color);
	margin-top: 20px;
}

.testimo .testimo_list ul li .img_txt .design {
	width: 100%;
	float: left;
	font-family: var(--font_regular);
	color: #606060;
}

.testimo .testimo_list ul li .img_txt .quote{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 80px;
}

.testimo .testimo_list ul li .img_txt .quote i{
	color: var(--primary_color);
	opacity: 0.3;
}





/*==============Responsive==============*/


@media screen and (max-width: 1800px) {

	.timeline-box {
		max-width: 460px;
	}

	.timeline-box.img-right .timeline-content img,
	.timeline-box.img-left .timeline-content img {
		max-width: 220px;
		max-height: 230px;
	}

	.timeline-box-wrap .timeline-content img {
		max-width: 100%;
	}
}


@media screen and (max-width: 1600px) {

	.timeline-row:first-child .timeline-box:first-child {
		width: 38%;
	}

	.timeline-box {
		max-width: 380px;
	}

	.timeline-box.img-right .timeline-content img,
	.timeline-box.img-left .timeline-content img {
		max-width: 180px;
		max-height: 190px;
	}

	.timeline-box h6 {
		font-size: 50px;
	}

	.about-timeline {
		padding: 120px 0 100px;
	}

	.timeline-box p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1440px) {

	.about-timeline {
		padding: 100px 0 80px;
	}

	.start-point h4 {
		font-size: 15px;
		letter-spacing: 0;
	}

	.timeline-box h6 {
		font-size: 40px;
	}

	.timeline-row:first-child .timeline-box:first-child {
		width: 45%;
	}

	.timeline-box p {
		font-size: 15px;
		line-height: 1.4;
	}

	.timeline-box {
		max-width: 300px;
	}

	.timeline-box.img-right .timeline-content img,
	.timeline-box.img-left .timeline-content img {
		max-width: 140px;
		max-height: 200px;
	}

	.timeline-box-wrap .timeline-content img {
		max-width: 100%;
	}

	.timeline-row:first-child .timeline-box:nth-child(2) {
		width: 150px;
	}
}


@media screen and (max-width: 1199px) {
	.about-timeline {
		padding: 90px 0 60px;
	}

	.timeline-box h6 {
		font-size: 34px;
	}

	.timeline-box {
		max-width: 240px;
	}

	.timeline-row:first-child {
		padding: 0 0 0 60px;
	}

	.timeline-row:first-child .timeline-box:first-child {
		width: 42%;
	}

	.timeline-box.img-right .timeline-content,
	.timeline-box.img-left .timeline-content {
		flex-wrap: wrap;
	}

	.timeline-box.img-right .timeline-content img,
	.timeline-box.img-left .timeline-content img {
		max-width: 180px;
		max-height: 200px;
	}

	.top-timeline-arrow.timeline-content-img .timeline-content::after {
		right: 0;
	}

	.img-right.timeline-content-img .timeline-content::after {
		top: -20px;
		right: -45px;
	}

	.timeline-box.img-right .timeline-content-txt {
		width: 90%;
	}
}

@media screen and (max-width: 1024px) {
	.corner {
		display: none;
	}

	.timeline-row .horizontal-line {
		display: none;
	}

	.timeline-row:first-child {
		max-width: 100%;
		padding: 0;
	}

	.timeline-main {
		margin-top: 0;
	}

	.timeline-row .verticle-line {
		right: 50%;
		transform: translate(50%, 0);
		height: calc(100% - 0px);
	}

	.timeline-row:nth-child(2n+2) .verticle-line {
		left: auto;
		right: 50%;
	}

	.verticle-line::after {
		display: none;
	}

	.timeline-row .timeline-box {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.timeline-row:first-child .timeline-box:first-child {
		width: 100%;
		margin: 0;
	}

	.timeline-row:first-child .timeline-box:nth-child(2) {
		width: 100%;
	}

	.timeline-box p br {
		display: none;
	}

	.timeline-box h6 {
		transform: translate(0, -0%);
		padding: 0;
	}

	.timeline-content {
		padding: 0;
	}

	.timeline-box.img-right .timeline-content-txt {
		width: 100%;
	}

	.start-point.end-point {
		right: 50%;
	}

	.start-point h4 {
		margin-bottom: 0;
	}

	.about-timeline {
		padding: 80px 0;
	}

	.timeline-box::after {
		-webkit-transform: translate(-100%, 100%) rotate(180deg);
		transform: translate(-100%, 100%) rotate(180deg);
		right: 50%;
		top: 20px;
		left: 50%;
	}

	.timeline-box-wrap {
		width: 50%;
		text-align: right;
		padding: 0 30px 0 0;
		margin: 40px 0 0 0;
	}

	.timeline-row .timeline-box img {
		margin: 0 0 0 auto;
	}

	.timeline-row:first-child .timeline-box:nth-child(2)::after {
		display: block;
	}

	.timeline-row:first-child .timeline-box:first-child img {
		margin: 0 0 0 auto;
	}

	.timeline-box.img-right .timeline-content img,
	.timeline-box.img-left .timeline-content img {
		margin: 0 0 0 auto;
	}

	.timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {
		margin: 40px 0 0 auto;
		padding: 0 0 0 30px;
		text-align: left;
	}

	.timeline-row:nth-child(2n+1) .timeline-box::after {
		left: auto;
		right: 50%;
		-webkit-transform: translate(0%, 100%) rotate(180deg);
		transform: translate(0%, 100%) rotate(180deg);
		top: 20px;
	}

	.timeline-row .timeline-box:nth-child(2n)::after {
		transform: translate(100%, 100%) rotate(0deg);
		-webkit-transform: translate(100%, 100%) rotate(0deg);
		right: 50%;
		left: auto;
	}

	.timeline-row .timeline-box:nth-child(3)::after {
		display: block;
	}

	.timeline-box.img-left .timeline-content-txt {
		text-align: right;
	}

	.timeline-row:last-child {
		padding-bottom: 70px;
	}

	.inner-wrapper-padding {
		padding: 0 30px;
	}
}

@media screen and (max-width: 640px) {

	.about-timeline {
		padding: 50px 0;
	}

	.timeline-box h6 {
		font-size: 27px;
	}

	.timeline-box p {
		font-size: 14px;
		line-height: 1.4;
	}

	.timeline-box-wrap {
		margin: 30px 0 0 0;
	}

	.timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {
		margin: 30px 0 0 auto;
	}

	.timeline-box::after,
	.timeline-row:nth-child(2n+1) .timeline-box::after {
		top: 6px;
	}

	.timeline-box-wrap .timeline-content img {
		max-width: 100%;
	}

	.timeline-box.img-right .timeline-content img,
	.timeline-box.img-left .timeline-content img {
		max-width: 100%;
		max-height: unset;
	}

	.inner-wrapper-padding {
		padding: 0 15px;
	}

	.timeline-row {
		padding: 0;
	}
}

@media only screen and (max-width: 1300px){
	.banner_con .banner_center {
		width: 100%;
	}

	.leader_con .leader_center{
		width: 100%;
	}

	.fac_life_con .fac_life_center {
		width: 100%;
	}
	
	.apply_con .apply_center {
		width: 100%;
	}

	.course_hub_con .course_hub_center {
		width: 100%;
	}

	.course_hub .images{
		width: 100%;
	}

	.course_hub .choose {
    	width: 100%;
	}


}

@media only screen and (max-width: 769px){
	.leader .frame .columne_one {
		width: 100%;
		float: left;
	}

	.leader .frame .columne_two {
		width: 100%;
		float: left;
	}

	.leader .frame:nth-child(even) .columne_one {
		width: 100%;
	}

	.fac_life .fac_left {
		width: 100%;
	}

	.fac_life .fac_right {
		width: 100%;
		margin-top: 100px;
	}

	.apply_con .apply_center .apply{
		padding: 10px;
		box-sizing: border-box;
	}

	.apply .form_r ul { 
		gap: 10px;		
	}

	.apply .form_r ul li {
		width: 49%;
		float: left;
	}

	.apply .start{
		padding: 10px;
	}

	.leader .frame{
		padding: 10px;
    	box-sizing: border-box;
	}

	.leader .frame:nth-child(even) .columne_one .images img {
		height: 611px;
	}

	.leader .frame .columne_one .quote{
		margin-top: 40px;
	}

	.about_in .about_content .about_head {
    	
    	font-size: 46px;
	}


}

@media only screen and (max-width: 600px){
	.apply .form_r ul li {
        width: 100%;
        float: left;
    }

	.leader .frame:nth-child(even) .columne_one .images img {
        height: 411px;
    }

	.leader .frame .columne_two .head{
		line-height: 40px;
	}

	.course_hub .images .img_two:before{
		    width: 330px;
	}

	.course_hub .choose .list_head ul li {
		width: 48%;
		float: left;
	}

	.apply .start .title{
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 450px){
     .about_in .about_image .image .img_three {       
        bottom: 153px;
        right: 7px;
    }

    .about_in .about_image .image .img_three .years {
        font-size: 79px;
    }
}