.sm_space {
    padding: 40px 0;
  }

/* new */
.tc_b{color: #203a8f;}
.tc_o{color: #EC6607;}

.bc_g{background:#F2F2F2;}
.btn_spc{padding: 15px 0;}
.btn_sm{padding: 10px 19px;border-radius:6px;}
.btn_cy{background:#EC6607;color: #fff;}
.bxlu_row{display: flex;}
.bxlu_col_1{width: 60%;}
.bxlu_col_bg img{width: 100%;}
.bxlu_col_2{width:50%;padding: 30px;}
.bxlu_col_txt h1{font-size:40px;font-family: 'g-m';}
.bxlu_col_txt h2{font-size:40px;font-family: 'g-m';}

.top_img_links{position: relative;}
.top_img_links::after{content: '';background: #000;opacity: 0.3;position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.top_img_links .bgcover_ovr{z-index: 2;}
.top_img_links .banner_btn{padding: 10px 0;}
.top_img_links .banner_btn a{display: inline-block;margin: 0 10px;}
.btc_1{border: 1px solid #fff;color: #fff;}
.btc_2{border: 1px solid #fff;;background: #fff;color: #000;}
.bgtxt_p{color: #fff;padding: 10px 0;}
.top_img{height: 360px;}
.bgcover_ovr{top: 42%;}
.alunobox{padding: 30px 0 0;text-align: center;}
.alunobox ul li{margin: auto;padding:10px 20px;vertical-align: top;border-right: 1px solid #ddd;min-height: 110px;}
.alunobox ul .owl-item:last-child li{border: none;}
.alunobox ul li h1{font-size: 43px;font-family: 'g-m';padding: 10px 0;}
.alunobox ul li .stschd{font-size: 43px;font-family: 'g-m';padding: 10px 0;}
ul.blpt{margin: 20px 0;}
ul.blpt li{font-weight: normal;font-size: 15px;padding:5px 0;}

.itx_ov{position: relative;padding: 9px 0 9px 35px;}
.itx_ov img{width: 30px!important; position: absolute;left: 0;top:5px;}

.ryancont_alu_col img{width: 100%;}
.ryancont_alu_col{width: 46%;padding: 20px;float: left; box-sizing: border-box;}
.ryancont_alu_col .csr-head{padding: 20px 0 0;}
.ryancont_alu_col .bor_yo{margin: 10px 0 20px;}
.ryancont_alu_col_el{text-align: center; margin: 20px  auto 0;}
.ryancont_alu_col_el li{display: inline-block;width: 29%;padding:20px 10px;; vertical-align: top;border-right: 1px solid #acacac;min-height: 120px;}
.ryancont_alu_col_el li:last-child{border: none;}
.ryancont_alu_col_el li img{width:60px}
.ryancont_alu_col_el li h1{font-family: 'g-m';font-size: 24px;margin: 10px 0 5px;}
.ryancont_alu_col_el li .rcnhd{font-family: 'g-m';font-size: 24px;margin: 10px 0 5px;}

.evegallery_bx{}
.evegallery_bx li{text-align: center; display: inline-block; vertical-align: top;width: 31%; padding: 10px;}
.evegallery_bx li img{width: 100%;display: block;}
.evegallery_bx_tx{ padding:20px 0}
.evegallery_bx_tx .smline{margin:10px auto;}

.eventgallery_v .owl-wrapper-outer{overflow: hidden;}
.eventgallery_v img{width: 100%;}
.eventgallery_v{width: 100%;}
.eventgallery_v .owl-pagination{text-align: center;}
.eventgallery_v .owl-pagination div{width: 10px;height: 10px;background: #ccc;border-radius: 100%; display: inline-block; margin:3px;}
.eventgallery_v .owl-pagination div.active{background: #252643;}

.boxmult li{ display: inline-block; vertical-align: top;width: 31%; padding: 10px;}
.boxmult_bg img{width: 100%;}
.boxmult_logo{padding: 10px 0;}
.boxmult_txt p{padding: 10px 0;}
.callvideo_i{position: relative;}
.callvideo_i::after{width:70px;height:53px;background: url(../../images/front_end/new/video/video_i.png);content: '';position: absolute;background-size: contain;left: 0;right: 0;bottom: 0;top: 0;margin: auto; background-repeat: no-repeat;}
/* progress */

.progress_chart_c{display: flex;width: 900px;margin:40px auto 10px;}
.progress_chart_full{text-align: center;overflow: auto;}
.progress_chart_col{width: 90px;}
.progress_chart_col1{font-weight:600;font-size: 19px;color: #252643;}
.progress_chart_col2{height: 240px;width: 70%;position: relative;background: #fff;margin: 13px auto;}
.progress_chart_col2 div{background: #ec6607;width: 100%;position: absolute;bottom: 0;left: 0;right: 0;}
.progress_chart_col3{font-size: 12px;min-height:35px}



.progress_row{ width: 100%;}
.progress-col-l{float: left; width:47%; position: relative;}
.progress-col-l::after{width: 1px; height: 100%;content: '';position: absolute;top: 0;bottom: 0;right:-6%; background: #ddd;}
.progress-col-r{float: right; width:47%;}
.progress-col-l, .progress-col-r{padding: 25px 0;}

.progress-list {width: 100%;display: flex;margin: 10px 0;}
.progress-list .progress_tx{width:150px;}
.progress-list .progress_sh{width: 100%;}
.progress-list .progress_no{width: 70px;text-align: right;font-weight: bold;}
progress, progress[role] {-webkit-appearance: none;-moz-appearance: none;appearance: none;border: none;background-size: auto;height: 50px;width: 100%; background: #fff;position: relative;}
progress::-webkit-progress-bar {background-color: #fff}

progress.pr_cb::-moz-progress-bar, progress.pr_cb::-webkit-progress-value{ background-color:#203a8f}
progress.pr_cy::-moz-progress-bar, progress.pr_cy::-webkit-progress-value{ background-color:#EC6607}
.progress-hdg {margin-bottom:25px;}

progress.pr_cb::-webkit-progress-value{ background-color:#203a8f; }
progress.pr_cy::-webkit-progress-value{ background-color:#EC6607; }
.sys_row{ padding: 20px 0;}

.sys_row nav button{background: none;border:none;padding: 10px 20px;margin: 0 10px;border-bottom: 3px solid transparent;cursor: pointer;}
.sys_row nav button.active{font-weight: bold;border-color: #EC6607;}
.tab-pane {display: none;}
.tab-pane.active{display: block;}
.vegeta_in .blpt li{list-style-type: none;}
.pie {--b:8px;--c:#e54f0b;--w:120px;width:var(--w);aspect-ratio:1;position:relative;display:inline-grid;margin:5px;place-content:center;z-index: 2;}
.pie:before,.pie:after {content:"";position:absolute;border-radius:50%;}
.pie:before {inset:0;background:radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);-webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));}
.pie:after {inset:calc(50% - var(--b)/2);background:var(--c);transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));}
.pie_sec{text-align: center;display: flex;padding:10px 0;overflow: auto;}
.pie_sec li{display:inline-block;}
.pie_sec li p{font-size: 11px;padding: 10px 0;color: #fff;}
.pie_cover{border-radius: 100%;width:100%;height:100%;position: relative;overflow: hidden;color: #fff ;}
.pie_cover::after{position: absolute;width: 80%;height: 80%;content: '';left: 0;right: 0;top: 0;bottom: 0;border: 8px solid #111949;margin: auto;display: flex;border-radius: 100%;}
.bg_blu{background: #19287c;}
/* progress end */

.center{text-align: center;}
.tc_w{color: #fff!important}
#top-careers{overflow: hidden;}
.alunobox{overflow: hidden;}
.lvevd{display: flex;background: #fff;padding: 40px 20px;}
.lvevd_col{width: 100%;padding: 20px;}
.live_v{display: block;position: relative;}
.live_v a{border: 1px solid #ccc;padding: 10px;display: block;box-shadow: 0 0 14px 0 #ccc;position: relative;}
.live_v a::after{background: url(../images/new/guidance-and-mentorship/video_i.html);content: '';position: absolute;width:50px;height:50px;background-size: cover; left: 0;right: 0;top: 0;bottom: 0; margin: auto;transition: all 0.5s;transform: scale(1);}
.live_v img{width: 100%;}
.live_v a:hover::after{transform: scale(1.3);}
.live_v_txt{padding: 15px 0;font-weight: bold;}


.lvevd_col_txt p{margin: 10px 0;}
.dt_poi{padding:10px 15px;}
.dt_poi li{list-style-type: disc;padding: 5px ;}
.lvevd_col_txt a{text-decoration: underline; color: #0E6FCF;}
.systm_btn{margin: 20px auto;}
.systm_bg{width: 80%; margin: auto;}
.systm_bg img{width: 100%;}
.disable{display: none;}

.pagination_min {display: flex;padding: 20px 0 40px;width: 100%;margin: auto;}
.pagination {display: flex;padding-left: 0;list-style: none;}
.page-item:not(:first-child) .page-link {margin-left: -1px;}
.pagination_min .pagination li a {padding: 10px;border: none;color: #000;border-radius: 5px;}

.img_vd{display: block;}
.img_vm{display: none;}




.scl_list_col-row {--scrollbarBG: #fff0;--thumbBG: #000;}
.scl_list_col-row::-webkit-scrollbar {width: 5px;}
.scl_list_col-row {scrollbar-width: thin;scrollbar-color: var(--thumbBG) var(--scrollbarBG); overflow-x: heddint!important} 
.scl_list_col-row::-webkit-scrollbar-track {background: var(--scrollbarBG);}
.scl_list_col-row::-webkit-scrollbar-thumb {background-color: var(--thumbBG) ;border-radius: 6px;border: 3px solid var(--scrollbarBG);}

.scl_list_col-row{ padding: 0 0 30px;max-height: 500px;overflow: auto;}
.scl_list_col-row ul{border-bottom: 1px solid #ddd; margin: auto;}
.scl_list_col-row ul li{padding:20px; display: inline-block;width: 33%; vertical-align: middle;list-style-type: disc;position: relative;box-sizing: border-box;}
.scl_list_col-row ul:nth-child(2n){background: #F2F2F2;}
.scl_list_col-row ul li::after{content: '';width: 7px;height: 7px;background: #ec6607;position: absolute;left: 5px;top: 0;bottom: 0;margin: auto;border-radius: 100%;}

.blpt li::marker{color: #ec6607}
.dt_poi li::marker{color: #ec6607}

.btncover_09{padding: 30px 0 0;}
.goku_vegeta-min_cut .goku_vegeta_box{padding: 128px 0;}
.dtbx_d{color: #ec6607;}
.csr-head_spc{margin: 0 0 5px;}

.popup_enq{width: 600px;}
.even_gl_box_nws p{padding: 5px 0; margin: auto;color:#252643;}
.even_gl_box_nws p b{margin: auto;font-size: 18px;}
.even_gl_box_nws .ntlbox_1{border-bottom: 1px solid #E3E3E3;min-height: 70px;padding: 10px 5px 0;}
.even_gl_box_nws .ntlbox_2{ padding: 10px 5px 0;}
.goku_vegeta_in{max-height: 360px;min-height: inherit;padding: 30px;}
.fxmenusiz{z-index: 3;position: relative;}
/* new end */


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

@media only screen and (max-width:980px){
.scl_list_col-row ul li{width: 32%;}
.top_img_links.top_img .bgtop_a{height: 100%;margin: 20px 0 0;}

}



@media only screen and (max-width:850px){
.child_lt_1 {width: 100%;display: block;}
.child_lt_1 li {height:auto;width:60%;border:none;box-sizing: border-box;height: 180px;border: 1px solid #f0f0f0!important;margin-bottom: 20px;}
.progress-col-l, .progress-col-r{float: none;width: 100%;font-size: 12px;}

.lvevd{display: block;}
.lvevd_col{padding: 10px 0;}
.even_res_n li{display: flex;width: 100%;}
.even_res_n li img{width: 60px;height: 60px;border-radius: 100%;}
.even_res_n li p{width: 100%;padding: 10px;text-align: left;}
.b_right{ width: 200px;}
.b_right img{width: 100%;}
.goku_vegeta_in{text-align: left;padding: 15px;min-height: auto;}
.b_right{float: none; text-align: center; }
.bxlu_row{display: block;}
.bxlu_col_1{width: 100%;}
.bxlu_col_2{width: 100%;padding: 20px 0;}
.bxlu_col_txt h1{font-size: 30px;}
.bxlu_col_txt{text-align: center;}
.ryancont_alu_col{float: none;width: 100%;padding: 20px 0;}
.ryancont_alu_col .csr-head{text-align: left;}
.ryancont_alu_col_el li{width: 42%;border: none;padding:20px 10px;}
.evegallery_bx li{width: 44%;}
.boxmult li{width: 44%;}

.tab-box_nu .tabs_slide nav{overflow: hidden;overflow-x: scroll;}
.tab-box_nu .tabs_slide nav ul{display: flex;width: 1010px;border: none;background: none;overflow: initial;padding:0 7px;}
.tab-box_nu .tabs_slide.tabs nav li{margin: 0 5px;background: none;}
.tab-box_nu .tabs_slide.tabs nav li a{border: none;font-size: 14px;height: auto;border-radius: 10px;position: relative; border: 1px solid #203a8f;background: #fff;white-space: nowrap;padding: 15px 10px;}
.tab-box_nu .tabs_slide.tabs nav li.tab-current a{background: #203a8f;}
.tab-box_nu .tabs_slide.tabs nav li.tab-current a::after{position: absolute;display: block;width: 0;height: 10px;line-height: 0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:10px solid #203a8f;bottom:-10px;right:0;left:0;content: ''; margin: auto;}
.tab-box_nu .tabs_slide.tabs .border_non-r{border-right:solid #203a8f !important}
.img_vd{display:none;}
.img_vm{display:block;}
.pie_sec li{padding:10px 15px}

.sys_row .tab-content .center{text-align: left;}
.progress-col-l::after{display: none;}
.scl_list_col-row{overflow-x: scroll;max-height: 300px;width: 80%;margin: auto;background: #f0f0f0;padding: 20px;}

.scl_list_col-row ul{width:100%;display: block;border: none;}
.scl_list_col-row ul:nth-child(2n){background: none;}
.alunobox ul li h1{font-size: 33px;}
.alunobox ul li .stschd{font-size: 33px;}
.scl_list_col-row ul li{display: block;width: 100%;padding:10px 20px 10px 50px}
.scl_list_col-row ul li::after{background: url(../../images/front_end/new/scl.png) no-repeat;width: 30px;height: 30px;background-size: cover;}

.alutabs_box{display: flex;}
.sys_row nav button{white-space:nowrap;padding: 10px;}

.btncover_09{padding:30px 0 0;}

.goku_vegeta_in{padding: 10px 0;}
.goku_vegeta-min_cut .goku_vegeta_box{padding: 0%;}
.goku_vegeta_in{min-height: auto;}

.tab-box_nu .tabs nav ul{display: flex;border:none}
.tab-box_nu .tabs nav li.tab-current a{height: auto;}

}


@media only screen and (max-width:700px) {
.child_lt_1 li {width: 94%;border: none;box-sizing: border-box;height: auto;}
.goku_vegeta_in .csr-head{text-align: left;}
.evegallery_bx li{width: 100%;padding: 10px 0;}
.boxmult li{width: 100%;padding: 10px 0;}
.popup_enq{width: 95%;}
}