:root {
  --white: #ffffff; 
  --black: #000000;
  --grey: #f0eff6;
  --violet-grey: #ebeaf9;
  --primary-color: #f4a31d;
  --purple: #7f4eb1;
}

* { box-sizing: border-box;}
html, body { margin: 0;	padding: 0;	border: 0; font-size: 16px; line-height: 1.6; vertical-align: baseline; font-family: "Montserrat", sans-serif; font-optical-sizing: auto; font-style: normal; font-weight: 400; list-style: none; color:var(--black);}
a:focus,button:focus,input:focus,textarea:focus { outline:0; text-decoration:none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; -webkit-font-smoothing:antialiased; margin-bottom:15px; color:var(--black); line-height: 1.4; font-family: "Montserrat", sans-serif;}
h1 { font-size: 83px; font-weight: 500;}
h2 { font-size: 70px;}
h3 { font-size: 24px;}
h4 { font-size: 16px;}
a { color:#018aff; text-decoration:none; transition:all ease-out .3s; -webkit-transition:all ease-out .3s; -moz-transition:all ease-out .3s;-ms-transition:all ease-out .3s; -o-transition:all ease-out .3s;}
a:hover { text-decoration:none;color:#3b90ff;}
label { font-weight:400;margin:0;}
p { font-size: 16px; line-height: 1.6; color: #696868; margin:0; padding:0; font-weight: 500; margin-bottom:15px;}
li,ol,ul { list-style:none; margin:0; padding:0;}
focus { outline:0;}

/*========================== Commen styles ========================*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #787878;}
::-moz-placeholder { /* Firefox 19+ */ color: #787878;}
:-ms-input-placeholder { /* IE 10+ */ color: #787878;}
:-moz-placeholder { /* Firefox 18- */ color: #787878;}

.primary-btn { display: inline-block; position: relative; border: none; background: var(--primary-color); color: var(--black); padding: 14px 30px; border-radius: 10px; font-size: 16px; font-weight: 500; overflow: hidden;}
.primary-btn::before { content: ''; width: 0; height: 100%; display: block; position: absolute; top: 0; right: 0; left: 0; margin: auto; background: #00000027; transition: all ease-out 0.3s;}
.primary-btn span { color: var(--black); position: relative; z-index: 2;}
.primary-btn:hover { background: var(--primary-color); color: var(--black);}
.primary-btn:hover::before { width: 100%;} 

.white-btn { display: inline-block; position: relative; border: none; background: var(--white); color: var(--black); padding: 14px 30px; border-radius: 10px; font-size: 16px; font-weight: 500;}
.white-btn:hover { background: var(--primary-color); color: var(--black);}

.transparant-btn { display: inline-block; position: relative; border: none; background: #ffffff3d; color: var(--white); padding: 14px 30px; border-radius: 10px; font-size: 16px; font-weight: 500;}
.transparant-btn:hover { background: var(--white); color: var(--black);}

.purple-btn { display: inline-block; position: relative; border: none; background: var(--purple); color: var(--white); padding: 11px 25px; border-radius: 30px; font-size: 14px; font-weight: 600; overflow: hidden;}
.purple-btn::before { content: ''; width: 0; height: 100%; display: block; position: absolute; top: 0; right: 0; left: 0; margin: auto; background: #00000027; transition: all ease-out 0.3s;}
.purple-btn span { color: var(--white); position: relative; z-index: 2;}
.purple-btn:hover { background: #7a3fb7; color: var(--white);}
.purple-btn:hover::before { width: 100%;}

.grey-btn { display: inline-block; position: relative; border: none; background: #edecf4; color: var(--black); padding: 11px 25px; border-radius: 30px; font-size: 14px; font-weight: 600; overflow: hidden;}
.grey-btn::before { content: ''; width: 0; height: 100%; display: block; position: absolute; top: 0; right: 0; left: 0; margin: auto; background: #00000027; transition: all ease-out 0.3s;}
.grey-btn span { color: var(--black); position: relative; z-index: 2;}
.grey-btn:hover { background: #b5b2c7; color: var(--black);}
.grey-btn:hover::before { width: 100%;}


section { display: block; padding: 75px 0;}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text span,
.white-text ul li,
.white-text ul li a { color: var(--white);}

.owl-carousel .owl-item img { width: auto;}
.owl-carousel .owl-stage { display: flex;}
.owl-carousel .owl-nav { width: 100%; height: 1px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; display: flex; align-items: center; justify-content: space-between;}
.owl-carousel .owl-nav button { font-size: 24px; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 100%; background: #0000007d !important; transition: all ease-out 0.3s;}
.owl-carousel .owl-nav button span { font-size: 20px; color: #ffffff;}
.owl-carousel .owl-nav button:hover { background: #000000ec !important;}

.commen-link { display: inline-block; position: relative; text-decoration: underline; color: var(--black);}
.commen-link i { display: inline-block; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: var(--primary-color); color: var(--white); position: absolute; right: -24px; top: 4px; font-size: 11px; transition: all ease-out 0.3s;}
.commen-link:hover { color: #000000; text-decoration: underline;}
.commen-link:hover i { background: var(--purple);}

.padding-style1 { padding: 200px 0 50px;}
.padding-style2 { padding: 75px 0;}
.padding-style3 { padding: 100px 0;}

.commen-listing ul { display: block; margin-bottom: 25px; padding-left: 18px;}
.commen-listing ul li { margin-bottom: 15px; list-style: outside; color: #696868;}

.commen-listing ol { display: block; margin-bottom: 25px; padding-left: 18px;}
.commen-listing ol li { margin-bottom: 15px; list-style: decimal; color: #696868;}

/*========================== Commen styles ========================*/

.header { display: block; position: absolute; left: 0; top: 0; width: 100%; z-index: 9; padding: 15px 0;}
.header .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative;}
.logo { display: block;}
.logo img { display: block;}

.header-social { display: flex; align-items: center; flex-wrap: wrap;}
.header-social a { display: inline-block; color: var(--white);}
.header-social .primary-btn { margin-left: 30px; overflow: hidden;}
.header-social .primary-btn span { color: var(--black) !important;}

/* ==========================================================================
   Menu with dropdown menu begin
   ========================================================================== */
.main-menu { display:block;}
.main-menu > ul { display:block; text-align: center;}
.main-menu > ul > li { display:inline-block; padding-right: 35px;}
.main-menu > ul > li > a { color:#ffffffc4; display: block; font-size: 16px; padding: 30px 0; position: relative; line-height: 1; font-weight: 400;}
.main-menu > ul > li:hover > a, .main-menu > ul > li.active > a { color: var(--primary-color);}
.main-menu > ul > li.dropdown { position: relative;}
.main-menu > ul > li.dropdown > a::before { content: "\f107"; font-family: "FontAwesome"; font-size: 14px; color: var(--white); display: inline-block; position: absolute; right: -20px; top: 31px;}
.main-menu > ul > li.dropdown:hover > a::before { color: var(--primary-color);}

.main-menu > ul > li > ul { display:block; position:absolute; top:60px; left: 0px; width: 270px; font-weight: 400; z-index: 10; opacity: 0; pointer-events: none; transition: all ease-out 0.3s; transform: translateY(10px); background: #ffffffbb; border: 1px solid #e5e5e5; padding: 10px; border-radius: 20px; backdrop-filter: blur(10px);}
.main-menu > ul > li > ul > li { display:block;}
.main-menu > ul > li > ul > li:first-child { border-top:none;}
.main-menu > ul > li > ul > li > a { display: block; color: #000000; padding: 10px 15px; font-weight: 500; font-size: 15px; line-height: 1.4; position: relative; text-align: left;}
.main-menu > ul > li > ul > li:hover > a { color: var(--primary-color);}
.main-menu > ul > li:hover > ul { opacity: 1; pointer-events: all; transform: translateY(0px);}

/* Menu Second Level  */
.main-menu > ul > li > ul > li { position: relative; display: block;}
.main-menu > ul > li > ul > li> a.hoverClass { color: var(--white);}
.main-menu > ul > li > ul > li.dropdown > a::after { content: "\f105"; position: absolute; top: 10px; right: 15px; font-family: 'FontAwesome'; transition: all ease 0.2s; font-size: 13px;}
.main-menu > ul > li > ul > li.dropdown:hover > a::after {  color: var(--primary-color);}
.main-menu > ul > li > ul > li:hover > a {  color: var(--primary-color);}
.main-menu > ul > li > ul > li > ul { display: block; transition: all ease 0.2s; position:absolute; top:0px; left:198px; background-color: #ffffff; width: 200px; font-weight: 400; border: 1px solid #e5e5e5; padding: 5px 0; opacity: 0; pointer-events: none; transition: all ease-out 0.3s; transform: translateY(10px);}
.main-menu > ul > li > ul > li > ul > li { display:block;}
.main-menu > ul > li > ul > li > ul > li:first-child { border-top:none;}
.main-menu > ul > li > ul > li ul > li > a {display: block; color: #000000; padding: 10px 15px; font-weight: 400; font-size: 14px; position: relative; text-align: left; line-height: 1.1;}
.main-menu > ul > li > ul > li ul > li > a:hover {  color: var(--primary-color);}
.main-menu > ul > li > ul > li:hover > ul { opacity: 1; pointer-events: all; transform: translateY(0px);}

/*======================================== Menu Style End =======================================*/
.mobile-menu ul.menu-list { padding:5px 0;}
.mobile-menu ul.menu-list > li > a:hover { background: var(--primary-color); color:#FFF;}
.mobile-menu ul.menu-list > li > ul { display:none; margin-left:0; padding:10px 0; background:#2b2a2a;}
.mobile-menu ul.menu-list> li a.open,.mobile-menu ul.menu-list > li > ul > li a:hover { background: #000000; color: var(--white);}
.mobile-menu ul.menu-list > li > ul > li a {color:#FFF; padding:10px 10px;display:block; font-size:16px; transition:all ease-out .2s;-webkit-transition:all ease-out .2s;-moz-transition:all ease-out .2s;-ms-transition:all ease-out .2s;-o-transition:all ease-out .2s;text-align:center;}
.menu-toggle { position:absolute; display:none; width:48px; height:48px; top:8px; right:20px; box-sizing:border-box; border: none; background: none; padding: 0;}
.menu-toggle span.line { position:relative; width:60%; height:2px; background: var(--primary-color); margin:6px auto; display:block; transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; -ms-transition:all ease .3s}
.menu-toggle.active span.line { position:absolute; margin:auto; top:0; right:0; bottom:0; left:0; transform-origin:center center;}
.menu-toggle.active span.line.a { transform:rotate(45deg)}
.menu-toggle.active span.line.c { transform:rotate(-45deg)}
.menu-toggle.active span.line.b { opacity:0}
.mobile-menu { display:none;}
.mobile-menu > ul { padding:10px 0}
.mobile-menu ul > li {text-align:center; border-top: 1px solid rgba(255, 255, 255, 0.1); position: relative;}
.mobile-menu ul > li:first-child { border-top:none;}
.mobile-menu ul > li > a { display:block; color: var(--white); font-size:16px; padding:8px 20px;}
.mobile-menu ul > li > a > img { display: none;} 
.mobile-menu ul > li.dropdown > a { position:relative;}
.mobile-menu ul > li.dropdown > a:after { content: "\f107"; font-family: "FontAwesome"; font-size: 14px; color: var(--white); display: inline-block; position: absolute; right: 10px; top: 8px;}
.mobile-menu ul > li.drp > a { position:relative;}
.mobile-menu ul > li.drp > a:after { content:''; width:0; height:0; display:block; border:6px solid #fff; border-color: var(--white) transparent transparent transparent; position:absolute; right:15px; top:15px;}
.mobile-menu ul > li.drp > a.open:after { border:6px solid var(--white); border-color: transparent transparent var(--white) transparent; top:10px;}
/*======================================== Menu Style End =======================================*/

.mega-drop { border-top: none; position: absolute; width: 100%; top: 101px; left: 0; display: block; opacity: 0; pointer-events: none; /*overflow: hidden;*/ transition:all ease 0.3s; transform: scale(0.96); text-align: left; padding: 35px 0; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.144); background: var(--white); z-index: 9;}
.mega-drop.active { opacity: 1; pointer-events: auto; transform: scale(1); z-index: 9;}
.mega-drop-main { display: block; overflow: hidden;}
/* ==========================================================================
  Menu with dropdown menu End
  ========================================================================== */

.home-page { overflow: hidden;}
.home-page p { line-height: 1.7;}

.banner-block { display: flex; align-items: center; min-height: 1080px; background: var(--grey); overflow: hidden; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; position: relative; padding-top: 120px !important;}
.banner-content { display: block;}
.banner-content h1 { margin-bottom: 35px;}
.banner-content h1 span { display: block; font-size: 20px; font-weight: 400; letter-spacing: 5px; text-transform: uppercase; padding-bottom: 20px;}
.banner-content p { font-size: 20px; color: #ffffff8e; line-height: 1.6; font-weight: 300;}
.banner-btn { display: flex; flex-wrap: wrap; align-items: center;}
.banner-btn a { margin: 10px 40px 0 0;}

.banner-social { display: flex; align-items: center; flex-wrap: wrap; margin-top: 50px;}
.banner-social a { width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; border-radius: 100%; background: #ffffff38; color: var(--white); font-size: 18px; font-weight: normal; margin-right: 40px;}
.banner-social a:hover { background: var(--primary-color); color: var(--black);}

.home-ceo-message-block { display: block;}
.home-ceo-message-block h2 { margin-bottom: 40px;}
.home-ceo-message-block h2 span { display: block; font-size: 20px; font-weight: 400; letter-spacing: 5px; text-transform: uppercase; padding-bottom: 20px;}

.ceo-message-left { display: block;}
.ceo-message-text { display: block; position: relative; padding-left: 230px;}
.ceo-message-text .primary-btn { position: absolute; left: 0; top: 0;}
.home-stats-block { display: block; position: relative; z-index: 2; margin-top: 150px; margin-right: -200px;}
.home-stats-box { display: block; padding: 30px 40px; border-radius: 20px; background: var(--grey); height: 100%;}
.home-stats-box h3 { margin-bottom: 15px; min-height: 65px;}
.stats-body { display: block; padding-left: 85px; position: relative;}
.stats-body h4 { font-size: 32px;}
.stats-body .icon { display: inline-block; width: 60px; height: 70px; position: absolute; left: 0; top: 7px; padding-right: 10px;}
.stats-body .icon::after { content: ''; width: 1px; height: 100%; display: block; position: absolute; right: 0; top: 0; background: #24452A; background: linear-gradient(180deg,rgba(36, 69, 42, 0) 0%, rgba(127, 127, 135, 1) 33%, rgba(127, 127, 135, 1) 65%, rgba(36, 69, 42, 0) 100%);}
.stats-body p { font-size: 14px;}
.stats-list .stats-box:nth-child(1) .bg-box { background: #a4a0e73a;}
.stats-list .stats-box:nth-child(2) .bg-box { background: #d1d0e53d;}
.stats-list .stats-box:nth-child(3) .bg-box { background: #f8f8f8c7;}

.ceo-message-right { display: block;}
.commen-head p { margin-bottom: 35px;}

.home-commen-wraper { display: block;}
.home-commen-section { display: block;}
.home-commen-image { display: inline-block; position: relative;}
.school-logo { width: 115px; height: 115px; display: flex; align-items: center; justify-content: center; background: var(--white); border-radius: 100%; overflow: hidden; box-shadow: 0 0 10px 0 #0000001a; position: absolute; right: -55px; top: 0; bottom: 0; margin: auto;}
.home-commen-body { display: block; padding-left: 40px;}
.home-commen-body h3 { margin-bottom: 25px;}
.school-reward { display: block; padding: 25px 30px; border-radius: 20px; background: var(--grey); height: 100%; position: relative;}
.school-reward .icon { display: flex; align-items: center; justify-content: end; margin-bottom: 20px;}
.school-reward p { font-size: 14px; color: #696868;}
.school-btns { display: flex; align-items: center; flex-wrap: wrap;}
.school-btns a { display: inline-block; margin-right: 15px;}

.home-commen-section:nth-child(even) .home-commen-body { padding: 0 40px 0 0;}
.home-commen-section:nth-child(even) .home-commen-image { padding-left: 55px;}
.home-commen-section:nth-child(even) .home-commen-image .school-logo { right: inherit; left: 0;}

.home-vision-block { display: block;}
.home-vision-watch { display: block; position: relative;}
.play-btn { width: 70px; height: 70px; background: #ffffff52; color: #ffffff; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 25px; border-radius: 100%; position: absolute; -webkit-animation: elating 2s infinite; -moz-animation: elating 2s infinite; -o-animation: elating 2s infinite; animation: elating 2s infinite;}
@keyframes elating {
  0%, 100% { -webkit-box-shadow: 0 0px 0 7px #ffffff73; -moz-box-shadow: 0 0px 0 7px #ffffff73; -ms-box-shadow: 0 0px 0 7px #ffffff73; -o-box-shadow: 0 0px 0 7px #ffffff73; 
    box-shadow: 0 0px 0 7px #ffffff73;}
  50% { -webkit-box-shadow: 0 0px 0 0px #ffffff73; -ms-box-shadow: 0 0px 0 0px #ffffff73; -o-box-shadow: 0 0px 0 0px #ffffff73; -moz-box-shadow: 0 0px 0 0px #ffffff73; 
    box-shadow: 0 0px 0 0px #ffffff73;} 
}
.play-btn:hover { background: var(--primary-color);}
.home-vision-watch img { border-radius: 40px 40px 0 0;}

.bg-grey { background: #f6f6f9;}
.home-partners-block { display: block; padding: 25px 0;}
.home-partners-block .container { max-width: 1300px;}
.partners-item { display: flex; justify-content: center; align-items: center;}

.home-history-block { display: block; min-height: 800px; background-position: center center !important; background-size: cover !important; background-repeat: no-repeat !important;}
.history-box { display: block; padding: 30px; border-radius: 20px; background: var(--white);}
.history-box p { font-size: 14px;}

.success-stories-block { display: block; background: #F6F6F9; background: linear-gradient(180deg,rgba(246, 246, 249, 1) 31%, rgba(246, 246, 249, 0) 100%);}
.testimoni-box { display: block; position: relative; padding: 45px 60px; border-radius: 30px; background: #f0efef;}
.testimoni-box::before { content: ''; width: 5px; height: 50%; display: block; background: var(--purple); position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
.testimoni-header { display: flex; align-items: center; position: relative; min-height: 71px; padding-left: 102px; margin-bottom: 35px;}
.testimoni-header .avatar { width: 72px; height: 72px; display: block; border-radius: 100%; overflow: hidden; background: #ffffff; border-radius: 100%; position: absolute; left: 0; top: 0;}
.testimoni-header .avatar img { width: 100%;}
.testimoni-header h4 { font-size: 22px; font-weight: 400; margin-bottom: 0;}
.testimoni-header h4 span { display: block; font-size: 16px; color: #949494;}
.testimoni-body { display: block;}
.testimoni-body p { margin-bottom: 40px;}
.star-rate { display: flex; align-items: center;}

.footer-block { display: block; background: var(--primary-color); padding: 75px 0;}
.footer-logo { display: inline-block; margin-bottom: 35px;}
.footer-block h4 { color: var(--black); font-size: 20px; font-weight: 600; margin-bottom: 25px;}
.footer-block p { color: var(--black); font-weight: 500;}
.footer-contact { display: block;}
.footer-contact a { color: var(--black); font-weight: 500; word-break: break-all;}
.footer-menu { display: block;}
.footer-menu ul li { display: block; margin-bottom: 25px;}
.footer-menu ul li a { color: var(--black); font-weight: 500;}

.footer-about { display: block;}
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 50px;}
.terms-list { display: flex; align-items: center;}
.terms-list li { display: block; padding: 0 15px; position: relative;}
.terms-list li a { color: var(--black); font-weight: 500;}
.footer-social { display: flex; align-items: center; flex-wrap: wrap;}
.footer-social a { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 100%; color: var(--black); background: #00000015; margin: 0 10px 0 0; font-size: 18px;}
.footer-social a:hover { background: var(--black); color: var(--white);}


/* Sub pages style Begin*/
.inner-page p { margin-bottom: 20px;}
.inner-page h1 { font-size: 70px; line-height: 1.1;}

.inner-banner-block { display: flex; align-items: center; min-height: 450px; background: var(--grey); overflow: hidden; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; position: relative; padding-top: 120px !important;}
.inner-banner-block::before { content: ''; width: 100%; height: 100%; display: block; background: #000000bd; z-index: 2; position: absolute; left: 0; top: 0;}
.inner-banner-block .container { position: relative; z-index: 3;}
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center;}
.breadcrumb li { display: block; position: relative; padding-left: 18px; margin-right: 25px;}
.breadcrumb li::before { content: ''; width: 6px; height: 6px; display: block; background: var(--white); position: absolute; left: 0; top: 9px;}
.breadcrumb li.active { color: var(--primary-color);}
.breadcrumb li.active::before { background: var(--primary-color);}

.goals-para { font-size: 20px; line-height: 2.1;}
.goals-para b { font-size: 22px; font-weight: 700; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 100%; background: var(--white); color: var(--black); margin-right: 5px; border: 1px solid var(--primary-color);}

.history-box2 { display: block; padding: 30px; border-radius: 20px; background: var(--white);  height: 100%;}
.history-box2 .icon { width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; border-radius: 100%; padding: 15px; background: var(--primary-color); margin-bottom: 20px;}
.history-box2 p { color: var(--black);}
.our-story-page .home-ceo-message-block h3 { color: var(--primary-color);}

.commen-block { display: block;}
.commen-block h2 { margin-bottom: 40px;}
.commen-block h2 span { display: block; font-size: 20px; font-weight: 400; letter-spacing: 5px; text-transform: uppercase; padding-bottom: 20px;}
.abstract-bg { display: block; background-position: center center !important; background-size: cover !important; background-repeat: no-repeat !important;}
.min-height-800 { min-height: 800px;}
.min-height-600 { min-height: 600px;}
.min-height-400 { min-height: 400px;}
.border-radius-big { border-radius: 35px;}
.message-card { display: block; background: var(--white); overflow: hidden; max-width: 1000px; margin: auto; box-shadow: 0 0 15px 0 #00000013;}
.message-card-body { display: block; padding: 60px;}
.message-card-body h2 { margin-bottom: 20px;}
.message-card-body h3 span { display: block; font-size: 16px; color: #696868;}

.leadership-card { display: block; overflow: hidden; position: relative; border-radius: 35px;}
.leadership-card h4 { font-size: 22px; font-weight: 600; color: var(--white);}
.leadership-card h4 span { display: block; font-size: 14px; font-weight: 400;}
.leadership-card::after { content: ''; width: 100%; height: 60%; display: block; background: #000000; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0.87) 73%); position: absolute; left: 0; bottom: 0;}
.leadership-card-body { display: block; position: absolute; bottom: 0; left: 0; width: 100%; padding: 15px 25px; z-index: 3;}

.school-image { display: block;}
.school-content { display: block; padding: 50px 60px; background: var(--white); border-radius: 35px; margin-left: -80px; margin-top: 80px; box-shadow: 0 0 20px 0 #00000011;}
.school-content h2 { font-size: 42px; margin-bottom: 15px;}
.school-content h3 { font-weight: 600;}

.news-card { display: block;}
.news-card-image { display: block;}
.news-card-body { display: block;}
.news-card-body h3 { display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.news-card-body h3 a { color: var(--black);}
.news-card-body p { display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.news-detail-main { display: block; margin: auto; max-width: 1000px;}
.news-detail-main h2 { font-size: 48px; margin-bottom: 20px;}
.evet-card { display: block;}
.evet-card span { font-size: 20px; color: var(--black); font-weight: 500;}

.corporate-social-wraper { display: block;}
.corporate-social-box { display: block; border-top: 1px solid var(--violet-grey);}
.corporate-social-box:first-child { border-top: none;}

.contact-form-block { display: block; border-radius: 30px; padding: 50px; background: var(--white); box-shadow: 0 0 10px 0 #00000017;}
.contact-form-block h2 { font-size: 55px; margin-bottom: 20px;}
.contact-form-block p { margin-bottom: 5px;}
.contact-input { width: 100%; height: 50px; border-radius: 10px; border: 1px solid var(--violet-grey); padding: 0 15px;}
.contact-textarea { width: 100%; height: 100px; border-radius: 10px; border: 1px solid var(--violet-grey); padding: 10px 15px; resize: none;}

.contact-address-block { display: block;}
.contact-address-block h2 { font-size: 55px;}
.contact-address-block h4 { font-size: 20px;}
.contact-address-block a { font-size: 16px; color: var(--black); word-break: break-all;}
.contact-address-block p,
.contact-address-block p a { color: var(--black);}
.footer-social-block { display: block; padding-top: 50px; margin-top: 40px; border-top: 1px solid var(--black);}
.contact-map { display: block;}
.contact-map iframe { display: block; border-radius: 30px;}

.privacy-policy-block { display: block;}
.privacy-policy-block h2 { font-size: 60px; margin-bottom: 20px; line-height: 1.3;}
.privacy-policy-block h3 { font-size: 42px;}
.privacy-policy-block h4 { font-size: 32px;}
.privacy-policy-block h5 { font-size: 26px;}

.footer-about p { display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.footer-about .commen-link i { background: var(--black); font-size: 10px;}
.overview .commen-listing ul li { color: var(--black); font-weight: 500;}
.testimoni-box { height: 100%;}

.carees-block {
    display: block;
}

.parent-horizontal-tab { max-width: 1200px; margin: auto; display: block;}
.parent-horizontal-tab .resp-tabs-container { box-shadow: 0 0 10px 0 #00000017;}
.alumni-form {
    display: block;
    display: block;
    border: 1px solid #ffffff;
    padding: 20px 35px;
    padding-bottom: 10px;
}

.alumni-form-box {
    display: block;
    margin-bottom: 15px;
}

.alumni-form-box p {
    margin-bottom: 5px;
    color: #000000;
}

.alumni-form-input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: none;
    border: 1px solid #cecece;
}

.alumni-form-input:focus {
    outline: none;
}

.alumni-form-textarea {
    width: 100%;
    height: 90px;
    padding: 10px 15px;
    border: none;
    resize: none;
    border: 1px solid #cecece;
}

.alumni-form-textarea:focus {
    outline: none;
}

.alumni-form-submit {
    color: #ffbf02;
    background: none;
    border: 1px solid #ffbf02;
    display: block;
    height: 40px;
    width: 140px;
    text-align: center;
    line-height: 40px;
    margin-top: 28px;
    transition: all ease-out 0.3s;
    text-transform: uppercase;
    font-weight: 700;
}

.alumni-form-submit:hover {
    color: #000000;
    background: #ffbf02;
}

.carees-block .resp-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.carees-block .resp-tabs-list li {
    color: #000;
    margin: 0;
    position: relative;
    float: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.carees-block .resp-tabs-list li::after {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    background: #ffbf02;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all ease-out 0.3s;
}

.carees-block .resp-tabs-list li.resp-tab-active {
    background: none;
    color: #ffbf02;
    border: none !important;
}

.carees-block .resp-tabs-list li.resp-tab-active::after {
    width: 100%;
}

.carees-block .resp-tab-content {
    border: none;
}

.radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px;
}

.radio-list li {
    display: inline-block;
    margin-right: 15px;
}

.radio-list li label {
    font-size: 16px;
}

.careers-table-box {
    display: block;
}

.careers-table-box h6 {
    margin-bottom: 10px;
    text-align: center;
}

.careers-table-box table {
    margin-bottom: 0;
    border: 1px solid #ebf3f9;
}

.careers-table-box thead tr th {
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    background: #ebf3f9;
}

.careers-table-box tbody tr td {
    padding: 10px 15px;
    vertical-align: middle;
}

.careers-table-box tbody tr:nth-child(even) td {
    background: #f5f9fc;
}

.careers-table-box tbody tr td .alumni-form-input {
    height: 36px;
}

.from-to-table tr th {
    padding: 0 0 0 15px !important;
}

.from-to-table tr th:first-child {
    padding: 0 !important;
}


/* ========================== New School Advisory Board ========================== */

.new-advisory-board-card { 
    display: block; 
    height: 100%;  
    overflow: hidden;
    position: relative;
    background: #ffffff;
}
.new-board-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 270px;
    background: url(../img/new-board-img-bg.png) no-repeat center top;
    background-size: cover;
    padding: 20px;
}
.new-board-prof {
    display: block;
    width: 200px;
    height: 200px;
    position: relative;
}
.new-board-prof-img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    padding: 13px;
    border-radius: 100%;
}
.new-board-prof-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.new-board-prof::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #ffbf01;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    bottom: -15px;
}
.new-board-body {
    display: block;
    padding: 10px 40px 40px 40px;
}
.new-board-body h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}
.new-board-body h3 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
}
.new-board-body p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
}
.board-btn-link {
    display: inline-block;
    background: none;
    border: none;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-right: 44px;
    color: var(--black);
}
.board-btn-link::after {
    content: '';
    width: 23px;
    height: 2px;
    display: block;
    background: #ffc802;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all ease-out 0.3s;
}
.board-btn-link:hover {
    color: #000000;
}
.board-btn-link:hover::after {
    width: 35px;
}
.sab-pop .new-board-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 250px;
    background: url(../img/new-board-img-pop-bg.png) no-repeat center top !important;
    background-size: cover;
    padding: 20px;
}
.sab-pop .is-close {
    background: #ffffff;
    width: 45px;
    height: 45px;
    top: -47px !important;
}
.sab-pop .carousel__button svg {
    stroke: #000000;
    stroke-linejoin: inherit;
    stroke-linecap: inherit;
    filter: inherit;
}
.new-board-body .commen-listing li {
    color: #002b5c;
}

/* ========================== New School Advisory Board ========================== */



.rich-history-block { display: block;}
.rich-history-main { display: block; position: relative;}
.rich-history-box { display: block; position: relative; padding: 25px 0;}
.rich-history-box::before { content: ''; width: 2px; height: 100%; display: block; position: absolute; left: 0; top: 0; right: 0; margin: auto; background: #dfddf8;}
.rich-history-box::after { content: ''; width: 15px; height: 15px; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: var(--primary-color); border-radius: 100%;}
.rich-history-body { display: block; padding: 35px; box-shadow: 0 0 10px 0 #00000011; border-radius: 30px;}
.rich-history-body h3 { font-size: 36px; color: var(--purple);}
.rich-history-image { display: block; padding: 0 20px;}

.recent-achievements-block { display: block;}
.recent-achievement { display: block; background: #f0efef; height: 100%; overflow: hidden; border-radius: 30px;}
.recent-achievement-image { display: block;}
.recent-achievement-body { display: block; padding: 25px;}

.scholarship-slider .recent-achievement { background: var(--white);}
.news-box { display: block; position: relative; min-height: 200px;}
.news-box .overview { position: absolute; top: 0; z-index: 999; width: 100%; height: 100%; padding: 20px; background: #000000; background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 89%) 5%, rgba(255, 255, 255, 0) 89%);}
.news-box .overview .contant { position: absolute; max-width: 90%; width: 100%; bottom: 20px;}
.news-box h4 { margin-bottom: 0px; font-weight: 700; font-size: 18px; margin-bottom: 5px; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.news-box p { margin-bottom: 10px; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.news-box a { display: table;}

.line-btn { display: inline-block; color: var(--white); font-size: 13px; border-radius: 0; padding: 8px 20px; font-weight: 600; border: 1px solid var(--primary-color); border-color: var(--white);     text-transform: uppercase; background: none; line-height: 1.3;}
.line-btn:hover { background: var(--primary-color); color: var(--black);}

.blog-detail-block { display: block;}
.blog-detail-main { display: block; background: var(--white); box-shadow: 0 0 10px 0 #00000015; max-width: 970px; margin: auto;}
.blog-detail-main-image { display: block;}
.blog-detail-main-body { display: block; padding: 30px 35px;}
.blog-detail-main-body h2 { font-size: 40px; margin-bottom: 25px;}
.blog-detail-main-body h3 { font-size: 24px; margin-bottom: 25px;}
.blog-detail-main-body h4 { font-size: 20px; margin-bottom: 25px;}
.blog-detail-main-body h5 { font-size: 18px; margin-bottom: 25px;}
.blog-detail-main-body ul { margin-bottom: 15px; padding-left: 18px;}
.blog-detail-main-body ul li { list-style: outside;}
.blog-detail-main-body ol { margin-bottom: 15px; padding-left: 18px;}
.blog-detail-main-body ol li { list-style: decimal;}



