@charset "utf-8";
/* CSS Document */

body { padding:0px; margin:0px; background:#ffffff; font-size:16px; color:#282828; line-height:20px; font-family: 'Manrope-Regular';}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, audio, video, source { display: block; margin: 0; padding: 0; }
a, img { border: medium none; }
a { color: #192432; text-decoration: none;  }
div { margin: 0; padding: 0; }
p { font-size:16px; line-height:24px; padding:0px; margin:0px; color:#000000;} 
h1, h2, h3, h4, h5, h6 { font-weight:normal; padding:0px; margin:0px;  line-height: 30px; }
a{ color: #192432; outline:none; }
ul, li { list-style:none;}
a:focus, :focus{ outline:none; }
ul,ol { list-style-type:none; padding:0px; margin:0px; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; } 
* html .clearfix { height: 1%; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clear { clear: both; line-height: 1px; padding:0px; height:0px; font-size:1px; }
.left { float:left; }
.right { float:right; }
.anim { transition:all 1s ease; -moz-transition:all 1s ease; -webkit-transition:all 1s ease; -o-transition:all 1s ease; }
.anim2 { transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; }
.row{ width:1230px; margin:auto; padding:0 15px;}

/* common */
.dummy-img {float: left;width: 100%; height: auto; transition: all 0.5s ease;}
.org-img {position: absolute;width: 100%;height: 100%;object-fit: cover;left: 0;top:0;transition: all 0.5s ease;}

/* header*/
.top-banner { float: left; width: 100%; position: relative;}
.top-banner .main-hdr { float: left; width: 100%; position: absolute; top:0px; left: 0px;}
header { float: left; width: 100%; position: relative; z-index: 99; background: #fff; padding: 0px 0px;}
.hdr-div { float: left; width: 100%; display: flex; align-items: center; justify-content: space-between;}
.home-hdr {  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;padding: 15px 0;}
.home-hdr .hdr-logo .black-logo { display: none;}
.hdr-logo {flex: 0 1 auto;}
.hdr-logo img { float: left;width: 135px; height: auto;} 
.hdr-menu { float: left; flex: 0 1 auto;display: flex;column-gap: 45px;align-items: center;}
.hdr-menu-lst { display: flex; align-items: center; column-gap: 25px;}
.hdr-menu-lst li{ flex: 0 1 auto;position: relative;padding: 20px 0}
.hdr-menu-lst li a {font-family: 'Manrope-SemiBold';font-size: 16px;line-height: 22px;color: #fff;transition: all 0.5s ease;position: relative;padding-bottom: 10px;text-align: center; }
.hdr-menu-lst li a::before {position: absolute;width: 0;height: 2px;background: #FFC224;opacity: 0.83;left: 50%;bottom: 0;content: "";transition: all 0.5s ease;transform: translateX(-50%);transform-origin: center;}
.hdr-menu-lst li:hover a::before {width: 100%; transform: translateX(-50%);left: 50%;}
.hdr-menu-lst li a.active::before{width: 100%;}
.hdr-menu-lst .sub-menu{float: left; opacity: 0;transition: all .3s ease-in-out;visibility: hidden;transform: translateY(-10px);transform: scaleY(0);transform-origin: 0 0 0;position: absolute;top: 100%;width: 150px;background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);-moz-box-shadow: 0 0 20px rgba(0,0,0,.15);-ms-box-shadow: 0 0 20px rgba(0,0,0,.15);-o-box-shadow: 0 0 20px rgba(0,0,0,.15);box-shadow: 0 0 20px rgba(0,0,0,.15);}
.hdr-menu-lst .sub-menu li{padding: 0;}
.hdr-menu-lst .sub-menu li a {width: 100%;font-size: 15px;text-align: left; border-bottom: 1px solid #e1dfdf;padding: 10px 14px;float: left;color: #000;}
.hdr-menu-lst .sub-menu li a:hover{background: #FFC224;}
.hdr-menu-lst .sub-menu li a:before{display: none;}
.hdr-menu-lst li:hover .sub-menu {opacity: 1;visibility:visible;transform: translateY(0px);transform: scaleY(1);}
.hdr-menu-lst .sub-menu-toggle { display: none;}
.hdr-menu-lst li.menu-item-has-children > a::before { bottom: -5px;}
.hdr-menu-lst li.menu-item-has-children > a { display: flex; align-items: center; column-gap: 10px; padding: 0;}
.hdr-menu-lst li.menu-item-has-children > a::after {position: relative;display: block;content: "\f107";right: 0px;top: 0;font-family: "FontAwesome";font-size: 13px;}

.hdr-btn {display: flex;column-gap: 30px;align-items: center;}
.hdr-btn li{flex: 0 1 auto;}
.hdr-btn li a{font-family: 'Manrope-SemiBold';font-size: 16px;line-height: 22px;padding: 12px 22px;border: 1px solid;border-radius: 5px;transition: all 0.5s ease; }
.hdr-btn li a.alumini{color: #000;background: #FFC224;border-color: #FFC224;}
.hdr-btn li a.contact{color: #fff;background:none;border-color: #fff;}
.hdr-btn li a.alumini:hover{color: #fff;background:none;border-color: #fff;}
.hdr-btn li a.contact:hover{color: #fff;background: #005153;border-color: #005153;}  
.is-sticky header {box-shadow: 0px 0px 6px #00000029;}
.is-sticky .home-hdr { background: #fff; padding: 7px 0;}
.is-sticky .home-hdr .hdr-logo .default-logo{ display: none;}
.is-sticky .home-hdr .hdr-logo .black-logo { display: block;width: 100px; height: auto;}
.is-sticky .hdr-menu-lst li a{color:#000}
.is-sticky .hdr-menu-lst li a::after {opacity: 0.83;}
.is-sticky .hdr-btn li a.contact{color: #000;background:none;border-color: #000;}
.is-sticky .hdr-btn li a.contact:hover{color: #fff;background: #005153;border-color: #005153;}
.is-sticky .hdr-btn li a.alumini:hover{color: #000;background:none;border-color: #000;}
.is-sticky .submenu li a {width: 100%;font-size: 15px;text-align: left;justify-content: left;border-bottom: 1px solid #e1dfdf;padding: 10px 14px;float: left;color: #000;}
/**************   mobilemenu css  **************/
body.over { overflow: hidden;} 
.menu-overlay {position: fixed;top: 0;right: -100%;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);z-index: 9998;transition: opacity 0.8s ease-in-out;animation-delay: 0.8s;opacity: 0;}
.menu-overlay.show {right: 0;transition: opacity 0.8s ease-in-out;animation-delay: 0.8s;opacity: 1;}  
.mobile-menu.closing {/*! right: -100%; */} 
.m-menu { position: relative;  left:auto; top:0px; display: none; z-index:999999; } 
.m-menu img { width: 20px;} 
.mobile-menu{ padding: 10px 20px 30px 20px;position: fixed; top: 0;width: 340px;height: 100%;z-index: 9999;transition: right 0.8s ease-in-out;box-shadow: 0 0 10px rgba(0,0,0,0.5);background: #EDF9FA;overflow-y: auto;overflow-x: hidden;right: 0;visibility: hidden;opacity: 0;right: 0;}
.mobile-menu.slow { visibility: visible;opacity: 99;}
.desktop-menu .nav { width: 100%;float: left;  padding: 0px 0;}
.m-menu {display: none; width: 27px; height: 22px;  margin: 0px 0px 0 0;  -webkit-transform: rotate(0deg);-moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; float: right;  }
.m-menu a { display: block;}
.m-menu span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 0px; opacity: 1;left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }  
.m-menu span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu span:nth-child(2) { top: 8px; width: 18px; right: 0; left: auto; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu span:nth-child(3) { top: 16px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.is-sticky .m-menu span{background:#000;}
/*mobile menu css*/
.mobile-logo {margin-bottom: 15px;} 
.mobile-logo img{width: 100px; height: auto;} 
.ec-menu .ec-icon {float: right;font-size: 16px;position: absolute;top: -2.7px;right: 0px;z-index: 99;color: #fff;width: 45px;height: 45px;background: #F0B10D;display: flex;align-items: center;justify-content: center;cursor: pointer;} 
.ec-menu ul { margin-bottom: 10px; padding: 0; list-style: none; }
.ec-menu ul > li { border-bottom: 1px solid #292D771A; position: relative; margin-bottom: 5px;} 
.ec-menu ul li a { display: block; text-decoration: none; border-left: 0px solid #CCF0F5; }
.ec-menu ul li a:hover, .ec-menu ul li.open > a,.ec-menu .ec-list > li > a.active { color:#F0B10D; }
.ec-menu .ec-list > li > a { padding: 14px 0px; color:#292D77; font-size: 16px; font-family: 'Manrope-SemiBold'; width: 100%; line-height: 16px;} 
.ec-menu .sub-menu ul{ display: none;}
.ec-menu ul > li > ul > li{padding-left: 25px;}
.ec-menu .sub-menu > li > a { padding: 10px 0px; color:#07223E;font-size: 15px;  line-height: 26px; font-family: 'Manrope-Semibold';} 
.ec-menu .sub-menu > li:last-child { border: none;} 
.ec-menu .sub-menu .sub-menu > li > a { padding-left: 10px;font-size: 14px;}
.ec-menu ul li a { transition: all 0.24s ease-in-out; }
.ec-menu .sub-menu {display: none; border-top: 1px solid #CCF0F5;} 
.close{position: absolute; top: 28px; right: 15px;cursor: pointer;} 
.close img{width:30px}
.expanded { transition: all 0.5s ease;}
.expanded.open .fa-chevron-down::before {content: "\f077";}
.mobile-btn {display:flex;align-items: center;justify-content: center;column-gap: 15px;float: left;width: 100%; margin-top: 20px;padding-bottom: 20px;} 
.mobile-btn  a{font-family: 'Manrope-SemiBold';font-size: 16px;line-height: 22px;padding: 12px 22px;border: 1px solid;border-radius: 5px;transition: all 0.5s ease; }
.mobile-btn  a.alumini{color: #000;background: #F0B10D;border-color: #F0B10D;} 
.mobile-btn  a.contact{color: #fff;background: #005153;border-color: #005153;}
.mobile-btn  a.alumini:hover,.mobile-btn  a.contact:hover{opacity: 0.5;}

.ec-menu .ec-list > li.menu-item-has-children { padding-right: 45px;}
.ec-menu .ec-list > li.menu-item-has-children::before { position: absolute; content: ""; right: 0; top: 0; background: #F0B10D; width: 45px; height: 45px;transition: all 0.5s ease; }
.ec-menu .ec-list > li.menu-item-has-children::after { position: absolute; content: "\f078"; font-family: 'FontAwesome'; right: 0; top: 0; color: #FFFFFF; font-size: 20px; margin: 0 auto; width: 45px; height: 45px; text-align: center; display: flex; align-items: center; justify-content: center;cursor: pointer;}
.ec-menu .ec-list > li.menu-item-has-children.submenu-open ul.sub-menu { opacity: 1; visibility: visible;}
.ec-menu .ec-list > li.menu-item-has-children.submenu-open:after {  content: "\f077"; }
.ec-menu .ec-list > li.menu-item-has-children:hover:before { background:#005153;}

/* footer */
footer{background: #153D33;float: left;width: 100%;padding-top:130px;}  
.admission{ float: left;width: 100%;background:#FFC224;padding: 40px 50px;position: relative;border-radius: 8px;display: flex;flex-wrap: wrap; justify-content: space-between;row-gap: 15px; margin-top: -190px;z-index: 9;} 
.admission::before{position: absolute;content: "";left:5px;top:0;background: url(../images/c-shape.svg); background-size: cover;width: 240px;height: 130px;z-index: -1;}
.admission h2{letter-spacing: -0.15px;font-size:30px;line-height: 40px;color: #000;font-family: 'Manrope-ExtraBold';}
.admission ul{display: flex;align-items: center;column-gap: 20px;}
.admission ul li{flex: 0 1 auto;}
.admission ul li a{display: flex;align-items: center; column-gap: 8px;padding: 14px 20px;font-family: 'Manrope-SemiBold';font-size: 16px;line-height: 22px;border:1px solid;border-radius: 5px;transition:all 0.5s ease;}
.admission ul li:first-child a{color: #fff;background: #292D77;border-color:#292D77;}
.admission ul li:first-child a:hover{color: #292D77;background: #fff;border-color:#fff;}
.admission ul li:nth-child(2n) a{color: #000;background: #fff;border-color:#fff;}
.admission ul li:nth-child(2n) a:hover{color: #fff;background: #005153;border-color:#005153;} 
.foot-top{float: left;width: 100%;display: flex;flex-wrap: wrap;row-gap: 20px; align-items: flex-start;justify-content: space-between;padding-bottom: 55px;}
.f1 {flex: 0 1 15%;}
.f2 {flex: 0 1 40%;}
.f3 {flex: 0 1 17%;}
.f4 {flex: 0 1 20%;}
.foot-top img.ftr-logo { width: 150px; height: auto;}
.foot-top h3{font-family: 'Manrope-Bold';font-size: 18px;line-height: 20px;color: #fff;margin-bottom: 15px;}
.foot-top p,.foot-top ul li a{font-size: 15px;line-height: 24px;color: #ACACAC;transition: all 0.5s ease;}
.foot-top .f3 ul li > div { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 5px;}
.foot-top .f3 ul li > div > div { flex: 0 1 100%;}
.foot-top ul li a:hover{color:#FFC224;}
.foot-top .f2 ul { display: flex;flex-wrap: wrap;column-gap: 2%;row-gap: 7px;}
.foot-top .f2 ul li {flex: 0 1 49%;}
.foot-top .f3 ul { display: flex;flex-wrap: wrap;row-gap: 15px;column-gap: 5%;}
.foot-top .f3 ul li { flex: 0 1 100%;}
.foot-top .f3 a {font-size: 16px;color: #fff;}
.foot-top .f3 a:hover{color: #FFC224;}
.f4 p{margin-bottom: 10px;}
.foot-top .social-links {display: flex;column-gap: 10px;}
.foot-top .social-links li {flex: 0 1 auto;}
.foot-top .social-links li a{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;border: 1px solid #ACACAC;border-radius: 100%;}
.foot-top .social-links li a:hover{border-color:#FFC224;}
.foot-btm{float: left;width: 100%;padding: 25px 0 ;border-top:1px solid #4B6A62;}
.fb-main{display: flex;flex-wrap: wrap;row-gap: 10px; justify-content: center; align-items: center;float: left;width: 100% ;}
.fb-main p {font-size: 13px;line-height: 18px;color: #ACACAC;text-align: center;}
.fb-main p a { color: #fde196; padding-bottom: 5px; position: relative; transition: all 0.5s ease;}
.fb-main p a::after {position: absolute;width: 0;height: 1px;background: #FFC224;opacity: 0.83;left: 50%;bottom: 0;content: "";transition: all 0.5s ease;transform: translateX(-50%);transform-origin: center;}
.fb-main p a:hover::after {width: 100%; transform: translateX(-50%);left: 50%; }
.fb-main p:hover a { color:#FFC224;}

/* Home - banner */
.home-banner {float: left;width: 100%;}
.banner-list{float: left;width: 100%;position: relative;}
.banner-list::before{position: absolute;content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);left: 0;top: 0;z-index: 2;}
.banner-list img {float: left;width: 100%;object-fit: cover;height: 100%;}
.ban-cnt {float: none;width: 100%;text-align: center;position: absolute;top: 55%;transform: translateY(-45%);z-index: 9;padding: 0 15px;}
.ban-cnt h1 {font-size: 60px;line-height: 62px;color: #FFF;float: left;width: 100%;margin-bottom: 15px;font-family: 'Manrope-Bold';}
.ban-cnt p{font-size:16px;line-height:24px;color: #FFF;float: left;width: 100%;margin-bottom: 30px;}
.yellow-btn{color: #000;background: #FFC224;font-family: 'Manrope-Bold';padding: 14px 25px;border:1px solid #FFC224;border-radius: 5px;display: flex;column-gap: 10px;align-items: center;width: fit-content;margin: 0 auto;transition: all 0.5s ease;}
.yellow-btn:hover{color: #fff;background:none;border-color: #fff;}
.home-banner .swiper-pagination-bullets.swiper-pagination{bottom: 50px;width: 100%;left: 0;right: 0;margin: 0 auto;justify-content: center;column-gap: 5px;}
.home-banner .swiper-pagination-bullet{width: 7px;height: 7px;opacity: 0.5;background: #fff;}
.home-banner .swiper-pagination-bullet-active {opacity: 1;outline: 1px solid rgba(255, 255, 255, 0.5);;outline-offset: 5px;}

/* about vani */
.abt-vani { float: left; width: 100%; padding: 85px 0; } 
.vani-main { display: flex; flex-wrap: wrap; width: 100%; column-gap: 4%;} 
.vani-lft { flex: 0 1 68%; display: flex; flex-wrap: wrap; align-items: center; column-gap: 8%;} 
.vani-img { flex: 0 1 42%; position: relative;overflow: visible;}   
.vani-img:before{position:absolute;content:"";width: 100%;height: 100%;left:-15px;top:-5px;background: #FFC224;border-radius:100%;}
.vani-img:after{position:absolute;content:"";width: 100%;height: 100%;left:15px;top:15px;background: #fff;border-radius:100%;border:1px solid #DADADA;}
.vani-img img { float: left; width: 100%;position: relative;z-index: 9; border-radius: 100%; }  
.vani-img img.org-img { position: absolute; z-index: 10;}
.vani-cnt { flex: 0 1 50%;} 
.vani-cnt span{letter-spacing: 0.64px;color: #5758D6;float: left;width: 100%;margin-bottom: 5px;}  
.vani-cnt h2 {font-size: 32px;line-height: 42px;color: #000;font-family: 'FlatBrushNormal';margin-bottom: 15px;position: relative;padding-bottom: 7px;}
.vani-cnt h2:after{position: absolute;content: "";left: 0;bottom: 0;width: 41px;height:7px;background: url(../images/y-curve.svg) no-repeat;background-size: cover;}
.vani-cnt p{color: #818181;margin-bottom: 30px;}
.vani-cnt a{font-family: 'Manrope-Bold';font-size: 16px;line-height: 24px;display: flex;column-gap: 8px;align-items: center;transition: all 0.5s ease;width: auto;float: left;} 
.vani-cnt a:hover{color: #FFC224;} 
.vani-rht { flex: 0 1 28%;}
.vani-rht ul li {float:left;width: 100%; margin-bottom: 10px;border-radius: 10px;overflow: hidden;}  
.vani-rht ul li:last-child {margin-bottom: 0px;}  
.vani-rht ul li a { display: flex; column-gap: 30px;background: #005153;width: 100%;padding: 13px 20px;align-items: center;transition:all 0.5s ease;} 
.vani-rht ul li a span{width:75px;height:75px;display:flex;align-items: center;justify-content: center;background: #fff;box-shadow: 3px 3px 0px #769F06;border-radius: 10px 0px 10px 10px;transition:all 0.5s ease;}
.vani-rht ul li a p{font-size:20px;line-height:26px;color: #fff;font-family: 'Manrope-Bold';transition:all 0.5s ease;}
.vani-rht ul li a:hover{background:#FFC224; }
.vani-rht ul li a:hover p{color:#000;}
.vani-rht ul li a:hover span{box-shadow: 3px 3px 0px #292D77;}
/* beyond */
.beyond{float: left;width: 100%;padding: 75px 0 95px;background: #EDF9FA;}
.beyond-title{float: left;width:100%;text-align: center;margin-bottom: 60px;}
.beyond-title h2{font-size:40px;line-height: 49px;color: #000;font-family: 'Manrope-ExtraBold';margin-bottom: 20px;}
.beyond-title p{font-size:16px;line-height:24px;color: #000;width: 100%;max-width: 700px;margin: 0 auto;}

.beyond-tabs{float: left;width: 100%;margin-bottom: 75px;} 
#parentHorizontalTab {display: flex !important;column-gap: 4%;align-items: flex-start;flex-wrap: wrap;} 
.beyond .resp-tabs-list{flex-wrap: wrap;flex: 0 1 25%;border:1px solid #E3E3E3;border-radius: 5px;overflow: hidden;}
.resp-tabs-container.hor_1 {flex: 0 1 71%;}
.beyond .resp-tabs-list li{display:flex;flex: 0 1 100%;column-gap: 20px;padding: 20px 30px;height: auto;justify-content: flex-start;border-radius: 0px;color: #000;font-size: 22px;line-height: 22px;font-family: 'Manrope-Semibold';border-bottom:1px solid #E3E3E3;width: 100%;}
.beyond .resp-tabs-list li.resp-tab-active, .resp-tabs-list li:hover{background: #ffc224 !important;color: #000 !important;border-radius: 0px !important;}
.beyond-tabs .resp-tab-content{ padding: 0;min-height: 100px; }
.beyond-list{padding: 0;display: flex!important;background: #edf9fa;column-gap: 4%;flex: 0 1 66%;flex-wrap: wrap;align-items: center;row-gap: 25px;}
.beyond-img {flex: 0 1 55%;border-radius: 5px;overflow: hidden; position: relative;} 
.beyond-img img{float:left;width: 100%;}
.beyond-cnt {flex: 0 1 41%;} 
.beyond-ico {display: flex;align-items: center;column-gap: 15px;margin-bottom: 10px;}
.beyond-ico span {width: 60px;height: 60px;border: 1px solid #C6C6C6;background: #fff;box-shadow: 0px 3px 6px #00000029;display: flex;align-items: center;justify-content: center;border-radius: 100%;float: left;}
.beyond-ico span img {width: 40px;}
.beyond-cnt .beyond-ico p{display: none; margin: 0;width: auto;} 
.beyond-cnt h3{font-size:40px;line-height: 46px;color: #000;font-family: 'Manrope-Bold';margin-bottom: 15px;}
.beyond-cnt p{ font-size: 16px; line-height: 26px;color: #000;width: 100%;margin: 0 auto;margin-bottom: 30px;} 
.beyond-cnt a{color: #fff;background: #005153;font-family: 'Manrope-Bold';padding: 14px 25px;border: 1px solid #005153;border-radius: 5px;display: flex;column-gap: 10px;align-items: center;width: auto;transition: all 0.5s ease;float: left;}
.beyond-cnt a:hover{background: #FFC224;border-color: #FFC224;color:#000;}  

.pan-lst {width:100%;float:left; padding: 50px 60px; background: #fff; border-radius: 100px;border: 1px solid #005153;} 
.pan-lst ul{width:100%;float:left; display: flex; flex-wrap: wrap;column-gap: 0; row-gap: 0;}
.pan-lst ul li {flex:0 1 24%;display: flex;column-gap: 20px;align-items: center;}   
.pan-lst ul li h3 {width:auto;float:left;text-align:left;color:#000;font-size:60px;line-height:60px; font-family: 'Manrope-Extrabold'; transition:all .5s ease}
.pan-lst ul li p{ font-size: 16px; line-height: 22px;color: #000; font-family: 'Manrope-Bold';flex: 0 1 39%;} 
.pan-lst ul li .fun-fact-number {display: flex;align-items: center;flex: 0 1 auto;}
.pan-lst ul li .fun-fact-number span { font-size:60px; line-height: 60px; color: #000; font-family: 'Manrope-Extrabold'; transition:all .5s ease; }
.pan-lst ul li .odometer.odometer-auto-theme, .pan-lst ul li .odometer.odometer-theme-default {font-family: 'Manrope-Extrabold';font-size: 60px;line-height: 60px;}

/* teacher */
.teacher{position: relative;float: left;width: 100%;}
.teacher:after{position: absolute;content: "";background: transparent linear-gradient(91deg, #003A2B 0%, #0A4233E1 21%, #547B7100 100%) 0% 0% no-repeat padding-box;left: 0;top:0;width: 100%;height: 100%;z-index: 1;}
.teacher img{float: left;width: 100%; height: 100%; object-fit: cover;}
.teach-cnt{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 50%;height: auto;z-index: 2;} 
.teach-cnt h2 {font-size: 62px;line-height: 70px;color: #FFF;float: left;width: 100%;margin-bottom: 15px;font-family: 'Manrope-Bold';}
.teach-cnt p{font-size:18px;line-height :26px;color: #FFF;float: left;width: 100%;margin-bottom: 30px;}
.teach-cnt a{width: auto;float: left;}

/* academic */
.academic {float: left;width: 100%;background: #fff;padding: 75px 0 120px;}
.academic h2{font-size:40px;line-height: 49px;color: #000;font-family: 'Manrope-ExtraBold';margin-bottom: 20px;}
.academic ul{display: flex;flex-wrap: wrap;column-gap: 2%;row-gap: 20px;}
.academic ul li{flex: 0 1 23.5%;} 
.academic ul li a{float: left;width: 100%;position: relative;border-radius: 10px;overflow: hidden;}
.academic ul li a::after{position: absolute;bottom: 0;left: 0;width: 100%;height: 50%;background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;content: "";}
.academic-img{float: left;width: 100%;position: relative;overflow: hidden;} 
.academic-cnt{float: left;width: 100%;padding: 0 25px 25px 25px;display: flex;justify-content: space-between;position: absolute;bottom: 0;left: 0;z-index: 1;align-items: center;}
.academic-cnt h3{font-family: 'Manrope-Bold';font-size: 20px;line-height: 26px;margin-bottom: 15px;color:#fff;transition: all 0.5s ease;}
.academic-cnt p{font-size: 14px;line-height: 14px;padding: 7px 20px;color: #fff;border-radius: 25px;border:1px solid #fff;float: left;}   
.acade-arrow{display: flex;align-items: center;justify-content: center;background: #FFC224;color:#000;font-size: 16px;width: 38px;height: 38px;border-radius: 100%;transition: all 0.5s ease;}
.academic ul li a:hover .acade-arrow{background:#fff;color:#153D33;}
.academic ul li a:hover .academic-cnt h3{color: #FFC224;}
.academic ul li a:hover .academic-img img{transform: scale(1.1);}

/* breadcrum */
.bread-crumb { position: absolute;bottom: 25px;right: 0;content: '';z-index: 10;padding-right: calc((100% - 1215px + 1rem)/2);}
.bread-crumb ul { display: flex; align-items: center;column-gap: 30px;}
.bread-crumb ul li { color: #FFC224; font-size: 16px; position: relative; font-family: 'Manrope-Regular';flex: 0 1 auto;}
.bread-crumb ul li:not(:last-of-type)::after {position: absolute;content: "";right: -18px;top: 8px;width: 6px;height: 6px; background: #FFC224;border-radius: 100%;}
.bread-crumb ul li a { color: #FFFFFF; font-size: 16px; font-family: 'Manrope-Regular'; transition:all .5s ease;}
.bread-crumb ul li a:hover { text-decoration: underline;}

/* inner-banner */
.inner-banner {float: left;width: 100%;position: relative;}
.inner-banner:after{position: absolute;content: "";background: linear-gradient(to top, rgba(0,0,0,0.8), transparent 30%, transparent 70%, rgba(0,0,0,0.8));left: 0;top:0;width: 100%;height: 100%;z-index: 1;}
.inner-ban-img { float: left;width: 100%;position: relative;} 
.inner-ban-img img {float: left;width: 100%;min-height: 350px;height: auto; object-fit: cover;}
.inner-ban-list {position: absolute;width: 100%;  left: 0;bottom: 0;z-index: 10;}
.inner-ban-cnt { position: absolute;content: ' ';left: 0;bottom: -25px;z-index: 9;padding-left: calc((100% - 1215px + 1rem)/2);}
.inner-ban-cnt h1 {font-family: 'Manrope-Bold';font-size: 60px;line-height: 62px;color:#fff;background: #005153;border-radius: 5px;padding: 10px 35px;}

/* About-us page starts*/
.about-us { float: left; width: 100%;padding: 80px 0 50px;}
.about-us-cnt {display: flex;flex-wrap: wrap; column-gap: 11%;row-gap: 15px; align-items: center;}
.about-us-cnt-lft { flex: 0 1 47%;}
.about-us-cnt-lft h3 { font-family: 'Manrope-Bold';font-size: 18px;line-height: 24px;margin-bottom: 5px;color:#005153;}
.about-us-cnt-lft h2 {font-family: 'FlatBrushBold';font-size: 60px;line-height: 62px;padding-bottom: 25px;margin-bottom: 25px;color:#005153;position: relative;}
.about-us-cnt-lft h2::after {position: absolute;content: '';width: 50px;height: 7px;background: #FFC224;bottom: 0;left: 0;} 
.about-us-cnt-lft p { font-family: 'Manrope-Regular';font-size: 16px;line-height: 28px;color: #000000;margin-bottom: 15px;} 
.about-us-cnt-lft p.bold { font-family: 'Manrope-Bold';}
.about-us-cnt-lft p:last-child { margin-bottom: 0;} 
.about-us-cnt-rht { flex: 0 1 42%; border-radius: 15px;overflow: hidden; position: relative;}
.about-us-cnt-rht img {float: left;width: 100%;}

/* School Motto */
.sch-motto { float: left;width: 100%;background-color: #005153;padding: 65px 0 80px;}
.sch-motto-cnt {display: flex;flex-wrap: wrap; column-gap: 10%;row-gap: 15px; }
.sch-motto-lft { flex: 0 1 48%;}
.sch-motto-lft h2 { font-family: 'Manrope-Bold';font-size: 32px;line-height: 46px;color:#FFFFFF;}
.sch-motto-lft h2 span { color: #FFC224;}
.sch-motto-rht { flex: 0 1 42%;padding-right: 20px;}
.sch-motto-rht p { font-family: 'Manrope-Regular';font-size: 16px;line-height: 28px;color: #FFFFFF;margin-bottom: 20px;} 
.sch-motto-rht p:last-child { margin-bottom: 0;} 

/* School Provide */
.sch-pro { float: left;width: 100%;padding: 70px 0 80px;}
.sch-pro-main { display: flex;flex-wrap: wrap;column-gap: 8%;row-gap: 30px; align-items: center;padding: 0 30px;}
.sch-pro-lft.pan-lst {flex: 0 1 35%;padding: 0;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 30px 0 ;overflow: hidden;}
.sch-pro-lft.pan-lst ul li {flex: 0 1 50%;flex-wrap: wrap;padding: 40px 40px;background: #005153;border: 2px solid #000;}
.sch-pro-lft.pan-lst ul li:first-child , .sch-pro-lft.pan-lst ul li:last-child {border: none;background: #ffc224;}
.sch-pro-lft.pan-lst ul li:first-child .fun-fact-number span , .sch-pro-lft.pan-lst ul li:last-child .fun-fact-number span , .sch-pro-lft.pan-lst ul li:first-child p , .sch-pro-lft.pan-lst ul li:last-child p {color: #005153;}
.sch-pro-lft.pan-lst ul li p , .sch-pro-lft.pan-lst ul li .fun-fact-number {color: #FFFFFF; flex: 0 1 100%;justify-content: center;text-align: center;}
.sch-pro-lft.pan-lst ul li .fun-fact-number span {color: #FFFFFF;}
.sch-pro-rht { flex: 0 1 57%;}
.sch-pro-rht h2 {font-size: 50px;line-height: 54px;color: #000000;margin-bottom: 30px;font-family: 'Manrope-Bold';}
.sch-pro-rht ul { display: flex;flex-wrap: wrap;row-gap: 16px;}
.sch-pro-rht ul li { flex: 0 1 100%;font-size: 16px;line-height :24px;color: #000000;font-family: 'Manrope-Regular';position: relative;padding-left: 30px;}
.sch-pro-rht ul li::before {position: absolute;content: ' '; background: url(../images/arw-yellow-icon.svg) no-repeat 0 0; width: 20px;height: 20px;left: 0;top: 3px;}

/* Our Mission */
.our-mis{position: relative;float: left;width: 100%; }
.our-mis:after{position: absolute;content: "";background: transparent linear-gradient(91deg, #003A2B 0%, #0A4233E1 21%, #547B7100 100%) 0% 0% no-repeat padding-box;left: 0;top:0;width: 100%;height: 100%;z-index: 1;}
.our-mis-cnt{position: relative;width: 100%;z-index: 2;padding: 120px 0;} 
.our-mis-cnt h2 {font-size: 60px;line-height: 62px;color: #FFFFFF;margin-bottom: 25px;font-family: 'Manrope-Bold';}
.our-mis-cnt p{font-size: 24px;line-height :32px;color: #FFFFFF;margin-bottom: 25px;}
.our-mis-cnt ul { display: flex;flex-wrap: wrap;row-gap: 15px;}
.our-mis-cnt ul li { flex: 0 1 100%;font-size: 18px;line-height :28px;color: #FFFFFF;font-family: 'Manrope-Regular';position: relative;padding-left: 33px;}
.our-mis-cnt ul li::before {position: absolute;content: ' '; background: url(../images/arw-yellow-icon.svg) no-repeat 0 0; width: 20px;height: 20px;left: 0;top: 6px;}


/* academics page starts */
/* Pre Primary */
.pre-prim { float: left; width: 100%; margin-bottom: 100px;}
.pre-prim ul{float: left; width: 100%; margin-bottom: 50px;}
.pre-prim ul li {display: flex;flex-wrap: wrap; column-gap: 10%; row-gap: 25px;padding-left: calc((100% - 1215px + 1rem) / 2);}
.pre-prim ul li .pre-prim-lft { flex: 0 1 47%; align-content: center; padding: 50px 0;}
.pre-prim ul li .pre-prim-lft h2 {  font-family: 'Manrope-Bold';font-size: 52px;line-height: 52px;padding-bottom: 25px; text-align: left; margin-bottom: 25px;color:#005153;position: relative;}
.pre-prim ul li .pre-prim-lft h2::after {position: absolute;content: '';width: 50px;height: 7px;background: #FFC224;bottom: 0;left: 0;} 
.pre-prim ul li .pre-prim-lft h2 span { display: block; color: #a41f25; font-size: 32px;}
.pre-prim ul li:nth-child(2n+2) .pre-prim-lft h2 span { color: #FFC224;}
.pre-prim ul li .pre-prim-lft p { font-family: 'Manrope-Regular'; font-size: 16px;line-height: 26px;color: #000000; text-align: left; margin-bottom: 20px;} 
.pre-prim ul li .pre-prim-lft p:last-child{margin-bottom: 0;}
.pre-prim ul li .pre-prim-rht { flex: 0 1 43%; position: relative;}
.pre-prim ul li .pre-prim-rht img {float: left;width: 100%; height: 100%;}
.pre-prim ul li .pre-prim-lft ul { display: flex;flex-wrap: wrap;row-gap: 16px;margin-top: 25px;}
.pre-prim ul li .pre-prim-lft ul li { flex: 0 1 100%;font-size: 16px;line-height :24px;color: #000000; font-family: 'Manrope-Regular'; position: relative;padding-left: 30px;}
.pre-prim ul li .pre-prim-lft ul li::before {position: absolute;content: ' '; background: url(../images/arw-yellow-icon.svg) no-repeat 0 0; width: 20px;height: 20px;left: 0;top: 4px;}
.pre-prim > ul > li:nth-child(2n+2) { padding-right: calc((100% - 1215px + 1rem) / 2); padding-left: 0; background: #005153; column-gap: 5%;}
.pre-prim ul li:nth-child(2n+2) .pre-prim-lft{order: 2; flex: 0 1 52%; align-content: center; }
.pre-prim ul li:nth-child(2n+2) .pre-prim-rht{order: 1;}
.pre-prim ul li:nth-child(2n+2) .pre-prim-lft h2{color: #ffffff;}
.pre-prim ul li:nth-child(2n+2) .pre-prim-lft p{color: #ffffff;}
.pre-prim ul li:nth-child(2n+2) .pre-prim-lft p:last-child{margin-bottom: 0;}

/* Primary */
.prim-sec { float: left;width: 100%;background: #005153;}
.primary-main { display: flex;flex-wrap: wrap; column-gap: 5%;row-gap: 30px; align-items: center;padding-right: calc((100% - 1215px + 1rem) / 2);}
.primary-rht { flex: 0 1 50%;padding: 30px 0;}
.primary-rht h2 { font-family: 'Manrope-Bold';font-size: 46px;line-height: 50px;padding-bottom: 25px; margin-bottom: 25px;color: #FFFFFF; position: relative;}
.primary-rht h2::after {position: absolute;content: '';width: 50px;height: 7px;background: #FFC224;bottom: 0;left: 0;} 
.primary-rht p { font-family: 'Manrope-Regular';font-size: 16px;line-height: 26px;color: #FFFFFF;margin-bottom: 20px;}
.primary-rht p:last-child {margin-bottom: 0;}
.primary-lft { flex: 0 1 43%;}
.primary-lft img {float: left;width: 100%;}

/* Middle School */
.mid-schl {margin-bottom: 140px;}

/* Contact US page start */
/* contact form */
.cont-us { float: left;width: 100%;padding-top: 125px;}
.cont-main { display: flex;flex-wrap: wrap; column-gap: 7%; row-gap: 40px;}
.cont-cnt { flex: 0 1 38%;}
.cont-cnt h2 {font-size: 60px;line-height: 62px;margin-bottom: 30px;color: #005153;font-family: 'FlatBrushBold';}
.cont-cnt h5 { font-family: 'Manrope-Bold';font-size: 18px;line-height: 26px;color: #000000;padding-bottom: 15px;position: relative;}
.cont-cnt h5::after {position: absolute;content: '';width: 50px;height: 7px;background: #FFC224;bottom: 0;left: 0;} 
.cont-cnt ul {display: flex;flex-wrap: wrap;width: 100%;row-gap: 30px;margin-top: 50px;}
.cont-cnt ul li { flex: 0 1 100%;display: flex;flex-wrap: wrap;column-gap: 30px;border-bottom: 1px solid #D4D4D4;padding-bottom: 20px;}
.cont-cnt ul li:last-child { border: none;padding-bottom: 0;}
.cont-img{ background: #FFC224; border-radius: 100px; height: 53px;width: 53px; display: flex;flex-wrap: wrap; justify-content: center; align-items: center; padding: 10px;}
.cont-img i { color: #005153; font-size: 20px;}
.cont-img img { width: auto;}
.cont-detail {flex: 0 1 70%;}
.cont-detail p { font-family: 'Manrope-Bold';font-size: 18px;line-height: 28px;color: #000;}
.cont-detail p span { display: block; font-family: 'Manrope-Regular';font-size: 16px;line-height: 28px;color: #000;}
.cont-detail a {font-family: 'Manrope-Bold'; font-size: 18px; line-height: 28px; color: #000;}
.cont-detail a:hover { color: #FFC224;}
.cont-form{ flex: 0 1 55%; box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);border-radius: 18px;background: #FFFFFF;padding: 50px 45px 50px;}
.cont-form h2 { font-family: 'Manrope-Bold';font-size: 46px;line-height: 50px; margin-bottom: 20px;color: #000000; }
.cont-form ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 20px; row-gap: 30px;}
.cont-form ul li{flex: 0 1 100%;}
.cont-form ul li label{width: 100%; float: left; color: #005153;font-family: 'Manrope-Bold';font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.cont-form ul li span{color: #FF2B24;}
.cont-form ul li span input[type="text"], .cont-form ul li span input[type="email"], .cont-form ul li span input[type="tel"]{width: 100%; float: left; padding: 13px 25px;border-radius:4px;border: 1px solid #E1E1E1; font-family: 'Manrope-Regular';font-size: 16px; line-height: 20px; color: #999999;}
.cont-form ul li span textarea{width: 100%; float: left; padding: 15px 25px;border-radius:4px; border: 1px solid #E1E1E1; font-family: 'Manrope-Regular'; font-size: 16px; line-height: 20px; height: 120px; color: #999999;}
.cont-form ul li span input[type="text"]:focus, .cont-form ul li span input[type="email"]:focus, .cont-form ul li span input[type="tel"]:focus, .cont-form ul li span textarea:focus {border:1px solid #ffc224;}
.cont-form-btn{width: 100%;float: left;margin-top: 40px;}
.cont-form-btn input[type="button"], .cont-form ul li input[type="submit"]{width: 100%;height: 60px; border: none; background: #005153;color: #FFFFFF; border-radius: 6px;display: flex;align-items: center; font-family: 'Manrope-Bold';font-size: 16px;line-height: 21px;margin: 0 auto;transition: all .5s ease; cursor: pointer;}
.cont-form-btn input[type="button"]:hover, .cont-form ul li input[type="submit"]:hover {background: #FFC224;}


.cont-form ul li .wpcf7-spinner { display: none;}
.cont-form ul li .wpcf7-not-valid-tip {font-size: 13px!important; text-align: left; float: left; width: 100%; color: #A41F25!important; padding-top: 5px;}
.wpcf7 form .wpcf7-response-output { margin-top: 15px !important; float: left; width: 100%; padding: 10px 15px; font-size: 14px; line-height: 20px; text-align: center; font-family: 'Manrope-Regular';}
.wpcf7 form.sent .wpcf7-response-output { background: #A41F25; border: 1px solid #A41F25 !important; color: #FFFFFF;}
.wpcf7 form.invalid .wpcf7-response-output { background: #A41F25; border: 1px solid #A41F25 !important; color: #FFFFFF;}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { background: red; border: 1px solid red !important; color: #FFFFFF;}

/* Map */
.map { float: left;width: 100%;padding: 70px 0 140px;}
.map iframe { float: left;width: 100%;border: 6px solid #FFFFFF;border-radius: 14px;height: 470px;box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);}

/* admission page starts */
/* admission form */
.admi-sec { float: left;width: 100%;padding: 125px 0 90px;}
.admi-main { display: flex;flex-wrap: wrap;justify-content: center;}
.admi-form { width: 1000px; background: #005153;padding: 50px 45px 80px;border-radius: 18px;}
.admi-form h2 { font-family: 'Manrope-Bold';font-size: 46px;line-height: 50px;padding-bottom: 20px; margin-bottom: 15px;color: #FFFFFF; text-align: center;position: relative;}
.admi-form h2::after {position: absolute;content: '';width: 70px;height: 7px;background: #FFC224;bottom: 0;left: 0;right: 0;margin: 0 auto;} 
.admi-form p { font-family: 'Manrope-Regular';font-size: 16px;line-height: 24px;color: #FFFFFF;text-align: center;}
.admi-form ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 4%; row-gap: 30px;margin-top: 40px;}
.admi-form ul li{flex: 0 1 48%;}
.admi-form ul li:last-child { flex: 0 1 100%;}
.admi-form ul li.admi-full-wid { flex: 0 1 100%;}
.admi-form ul li label{width: 100%; float: left; color: #FFFFFF;font-family: 'Manrope-Bold';font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.admi-form ul li span{color: #FF2B24;}
.admi-form ul li span input[type="text"], .admi-form ul li span input[type="email"], .admi-form ul li span input[type="tel"]{width: 100%; float: left; padding: 15px 25px;border-radius:6px;border: 1px solid #E1E1E1; font-family: 'Manrope-Regular';font-size: 16px;  color: #999999;}
.admi-form ul li span textarea{width: 100%; float: left; padding: 15px 25px;border-radius:4px; border: 1px solid #E1E1E1; font-family: 'Manrope-Regular'; font-size: 16px; line-height: 20px; height: 220px; color: #999999;}
.admi-form-btn{width: 100%;float: left;margin-top: 40px;}
.admi-form-btn input[type="button"], .admi-form ul li input[type="submit"]{width: 150px;height: 50px; border: none; background: #FFC224;color: #005153; border-radius: 6px;display: flex;align-items: center;justify-content: center;  font-family: 'Manrope-Bold';font-size: 20px;margin: 0 auto;transition: all .5s ease; cursor: pointer;}
.admi-form-btn input[type="button"]:hover, .admi-form ul li input[type="submit"]:hover {color: #FFFFFF;background: #A41F25;}
.admi-form ul li .select_box_input{ width: 100%; float: left; padding: 15px 25px;border-radius:6px;border: 1px solid #E1E1E1; font-family: 'Manrope-Regular';font-size: 16px; line-height: 20px; color: #999999; transition:all .5s ease;background: #FFFFFF;display: block;}
.admi-form ul li .select_box_input.nice-select::after{right:20px;border-bottom: 2px solid #005153;border-right: 2px solid #005153;width: 8px;height: 8px;top: 25px;}
.admi-form ul li .select_box_input.nice-select .option{line-height: 24px;font-size: 16px;color: #999999; padding: 10px 20px;  font-family: 'Manrope-Regular'; }
.admi-form ul li .select_box_input.nice-select .option:hover {background: #FFC224;color: #FFFFFF; }
.admi-form ul li .select_box_input.nice-select ul{row-gap: 0; max-height: 220px; overflow-y: scroll;}
.admi-form ul li .select_box_input.nice-select ul li{flex: 0 1 100%;}
.admi-form ul li .nice-select.select_box_input span {color: #999999;}
.admi-form ul li .wpcf7-spinner { display: none;}
.admi-form ul li .wpcf7-not-valid-tip {font-size: 13px!important; text-align: left; float: left; width: 100%; color: #FF2B24!important; padding-top: 5px;}

/* admission details */
.admi-det { float: left;width: 100%;padding-bottom: 145px;}
.admi-det-main { display: flex;flex-wrap: wrap;column-gap: 4%;row-gap: 20px;}
.admi-det-cnt {flex: 0 1 100%;background: #FFFFFF;padding: 40px;box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);border-radius: 17px;border-bottom: 10px solid #FFC224;}
.admi-det-cnt h2 { font-family: 'Manrope-Bold';font-size: 30px;line-height: 34px; margin-bottom: 15px;color: #005153;}
.admi-det-cnt p { font-family: 'Manrope-Regular';font-size: 16px;line-height: 24px;color: #000000;margin-bottom: 20px;}
.admi-det-cnt p:last-child { margin-bottom: 0;}
.admi-det-cnt ul { display: flex;flex-wrap: wrap;row-gap: 16px;margin-top: 20px;}
.admi-det-cnt ul li { flex: 0 1 100%;font-size: 16px;line-height :24px;color: #000000;font-family: 'Manrope-Regular';position: relative;padding-left: 30px;}
.admi-det-cnt ul li::before {position: absolute;content: ' '; background: url(../images/arw-yellow-icon.svg) no-repeat 0 0; width: 20px;height: 20px;left: 0;top: 2px;}

/* Alumni page starts */
/* alumni ban */
.alumni-ban { float: left;width: 100%;background: #005153;height: 380px;position: relative;}
.alumni-cnt { position: absolute;top: 50%;left: 50%;width: 100%;transform: translate(-50%, -50%);text-align: center;padding: 0 15px;}

/*.alumni-ban { float: left;width: 100%;background: #005153;height: 480px;position: relative;}*/
/*.alumni-cnt { display: flex;flex-wrap: wrap;justify-content: center;align-items: center;padding-top: 160px;}*/
.alumni-cnt h1 { font-family: 'Manrope-Bold';font-size: 60px;line-height: 62px; margin-bottom: 20px;color: #FFFFFF;}
.alumni-cnt h1 span { color: #FFC224}
.alumni-cnt p { font-family: 'Manrope-Regular';font-size: 16px;line-height: 26px;color: #FFFFFF;text-align: center;}

/* alumni-form */
.alumni-form {position: relative;padding: 0 0 145px;margin-top: -80px;}
.alumni-form .admi-form {background: #FFFFFF;box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);}
.alumni-form .admi-form ul { margin-top: 0;}
.alumni-form .admi-form ul li label { color: #005153;}
.alumni-form .admi-form-btn input[type="button"] { background: #292D77;color: #FFFFFF;}
.alumni-form .admi-form-btn input[type="button"]:hover { background-color: #005153;}
.alumni-form .admi-form ul li .select_box_input.nice-select .option:hover { background-color: #005153;}

/* Beyond page starts */
.bey-acd-sec { float: left;width: 100%;padding: 80px 0 145px;}
.bey-acd-main { display: flex;flex-wrap: wrap;column-gap: 5%;row-gap: 20px;}
.bey-acd-lft { flex:  0 1 30%;}
.bey-acd-list { float: left;width: 100%; border: 1px solid #707070;border-radius: 10px;overflow: hidden;margin-bottom: 30px;}
.bey-acd-list h2 { font-family: 'Manrope-Bold';font-size: 20px;line-height: 24px;padding: 20px 30px;color: #000000; background: #FFC224;border-bottom: 1px solid #707070;}
.bey-acd-list ul { display: flex;flex-wrap: wrap;}
.bey-acd-list ul li { flex: 0 1 100%;font-size: 20px;line-height :24px;font-family: 'Manrope-Bold';position: relative;border-bottom: 1px solid #E5E5E5; transition: all .5s ease;}
.bey-acd-list ul li::before {position: absolute;content: ' '; background: url(../images/arw-gery-bg-icon.svg) no-repeat 0 0; width: 20px;height: 20px;left: 30px;top: 23px; transition: all .5s ease;}
.bey-acd-list ul li:hover a , .bey-acd-list ul li.active a { color: #005153;}
.bey-acd-list ul li:hover::before , .bey-acd-list ul li.active::before{ background: url(../images/arw-yel-bg-icon.svg) no-repeat 0 0; transition: all .5s ease;}
.bey-acd-list ul li a { width: 100%; float: left;color: #707070; padding: 20px 30px 20px 60px; transition: all .5s ease;}

.bey-acd-enq { float: left;width: 100%;position: relative;border-radius: 10px;overflow: hidden;}
.bey-acd-enq img { float: left;width: 100%;}
.bey-acd-enq-cnt { position: absolute;bottom: 0;left: 0;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center; background: #153C7D;padding: 10px 20px 15px;row-gap: 15px;}
.bey-acd-enq-cnt h3 { font-family: 'Manrope-ExtraBold';font-size: 20px;line-height: 29px;color: #FFFFFF; }
.bey-acd-enq-cnt h3 span { color: #FFE628; display: block;}
.bey-acd-enq-btn {flex: 0 1 auto;}
.bey-acd-enq-btn a {float: left; width: 100%; font-size: 16px; line-height: 21px; letter-spacing: 0.1px;color: #000000;background: #FFE628; font-family: 'Manrope-Bold'; padding: 10px 15px;border-radius: 5px;position: relative;transition:all .5s ease;}
.bey-acd-enq-btn a:hover {color: #153C7D;background:  #FFFFFF;}
.bey-acd-rht { width: 780px;}
.bey-acd-det { float: left;width: 100%;}
.bey-acd-rht h2 { font-family: 'Manrope-Bold';font-size: 46px;line-height: 50px;padding-bottom: 15px; margin-bottom: 25px;color: #005153; position: relative;}
.bey-acd-rht h2::after {position: absolute;content: '';width: 110px;height: 7px;background: #FFC224;bottom: 0;left: 0;} 
.bey-acd-det h3 { font-family: 'Manrope-Bold';font-size: 30px;line-height: 36px;margin-bottom: 30px;color: #005153;}
.bey-acd-det h4 { font-family: 'Manrope-Bold';font-size: 20px;line-height: 22px; margin-bottom: 10px;color: #005153; }
.bey-acd-det p { font-family: 'Manrope-Regular';font-size: 16px;line-height: 28px; margin-bottom: 20px;color: #000000; }
.bey-acd-det p:last-child {margin-bottom: 0;}
.bey-acd-det ul { float: left; width: 100%; margin-bottom: 20px; display: flex;flex-wrap: wrap; row-gap: 10px;}
.bey-acd-det ul li { flex: 0 1 100%; padding-left: 30px; background: url(../images/arw-gery-bg-icon.svg) no-repeat top 4px left; font-size: 16px; line-height: 28px; position: relative; transition: all .5s ease;}
.bey-acd-img { float: left;width: 100%;margin: 25px 0 40px;border-radius: 6px;overflow: hidden;}
.club-img{float:left;width:100%;}
.bey-acd-img img {float:left;width:100%; transition: all .5s ease;min-height: 250px;object-fit: cover;}

/* popup css */
body.popup-open { overflow: hidden;}
#popup { display: flex; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; text-align: center; align-items: center; justify-content: center; width: 100vw; height: 100vh; background: rgba(0,0,0,0.7); justify-content: center; align-items: center; z-index: 1000;}
#popup img { max-width: 90%; max-height: 90%; border: 5px solid #fff; border-radius: 10px; box-shadow: 0 0 10px #000; width: auto; height: auto; }
#popup-close { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 30px; cursor: pointer; background: #005153;width: 48px;height: 48px;border-radius: 100%;display: flex;align-items: center;justify-content: center; transition:all .5s ease;}
#popup-close:hover{background: #FFC224; color: #000000;}


.alumni-ban.hgt-ban {height: 300px;}
.alumni-ban.hgt-ban .alumni-cnt h1 { font-size: 52px; line-height: 60px; margin-bottom: 0;}

/* download list */
.download-sec { float: left; width: 100%; background: #EDF9FA; padding: 60px 0 120px; min-height: 620px;}
.download-sec h2 { font-family: 'Manrope-Bold';font-size: 32px; line-height: 48px;padding-bottom: 15px; margin-bottom: 25px;color: #005153; position: relative;}
.download-sec h2::after {position: absolute;content: '';width: 90px;height: 7px;background: #FFC224;bottom: 0;left: 0;} 
.download-list { float: left; width: 100%; margin-top: 20px; }
.download-list ul { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 20px; column-gap: 2%;}
.download-list ul li { flex: 0 1 32%;}
.download-list ul li a { float: left; width: 100%; height: 100%; min-height: 65px; display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; border-radius: 15px 15px 15px 0px; background: #FFFFFF; box-shadow: 0px 3px 0px #FFE628;transition: all .5s ease;}
.download-list ul li a p { font-size: 18px; line-height: 24px; color: #000000; font-family: 'Manrope-Bold'; margin-bottom: 0px; padding-right: 10px; width: calc(100% - 30px); transition: all .5s ease;}
.download-list ul li a span { background: url(../images/download-icon.svg) no-repeat 0px 0px; width: 30px; height: 30px; background-size: cover; transition: all .5s ease;}
.download-list ul li a:hover { box-shadow: 0px 3px 0px #292D77; }
.download-list ul li a:hover span { filter: brightness(0) saturate(100%) invert(13%) sepia(67%) saturate(2364%) hue-rotate(226deg) brightness(97%) contrast(91%);}
.download-list ul li a:hover p { color: #292D77;}
.download-list ul li a span.file-icon { background: url(../images/download-link-icon.svg) no-repeat 0px 0px; width: 20px; height: 20px; background-size: cover; transition: all .5s ease;}
.download-list ul li a:hover span.file-icon { filter: brightness(0) saturate(100%) invert(13%) sepia(67%) saturate(2364%) hue-rotate(226deg) brightness(97%) contrast(91%);}

.portal-btn { position: fixed; top: 350px; right: 0px; writing-mode: sideways-lr; z-index: 999;}
.portal-btn a { float: left; width: 100%; height: 100%; display: flex; justify-content: center;align-items: center;border-radius:15px 0 0 15px;padding: 25px 12px 25px 15px;font-size: 16px;line-height: 24px; font-family: 'Manrope-Bold'; color: #FFFFFF; background: #292D77; transition: all .5s ease;box-shadow: 0 3px 15px rgba(0,0,0,0.25); text-transform: uppercase;}
.portal-btn a:hover { color: #000000; background: #FFC224;}

ul.info-lst-cont { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 10px; list-style-type: decimal; padding-left: 20px; margin: 0;}
ul.info-lst-cont li { flex: 0 1 100%; list-style-type: decimal; font-size: 16px; line-height: 24px;}
.info-det-cont { float: left; width: 100%;}
.info-block { float: left; width: 100%;}
.full-width-content { float: left; width: 100%;}
.full-width-content p { float: left; width: 100%; font-size: 16px; line-height: 24px; color: #000000; padding-bottom: 15px;}
.full-width-content p:last-child { padding-bottom: 0;}
.info-block h3 { float: left; width: 100%; font-size: 32px; line-height: 42px; color: #000; font-family: 'Manrope-ExtraBold'; margin-bottom: 20px;}
.table-content .tablepress {width:100%; border-collapse:collapse; font-family: 'Manrope-Regular'; font-size:0.95rem; color:#333; background-color:#fff; box-shadow:0 0 10px rgba(0, 0, 0, 0.05); border-radius:8px; overflow:hidden;}
.table-content .tablepress thead th {background-color: #292d77; color: #FFF; font-family: 'Manrope-Bold'; text-align:left; padding:12px 16px; border-bottom:2px solid #ddd;}
.table-content .tablepress tbody td {padding:15px; border-bottom:1px solid #eee; vertical-align:top;}
.table-content .tablepress tbody tr:hover {background-color:#f9f9f9; transition:background-color 0.3s ease;}
.table-content .tablepress tbody tr:nth-child(even) {background-color:#fcfcfc;}
.table-content .tablepress tbody td a { color: #337ab7; }
.table-content .tablepress tbody td a:hover { text-decoration: underline; }


/*gallery */
.photo-gallery-sec { float: left; width: 100%;padding: 80px 0 120px;} 
.photo-gallery-main { float: left; width: 100%;text-align: center;}
.photo-gallery-main h2 { float: left; width: 100%; font-family: 'Manrope-Bold'; color: #161616; font-size: 46px; line-height: 54px;margin-bottom: 30px;  }
.photo-gallery-main ul { float: left; display: flex; width: 100%; column-gap: 2%;row-gap: 25px;flex-wrap: wrap;} 
.photo-gallery-main ul li { flex: 0 1 31.33%;} 
.photo-gallery-list { float: left;width: 100%; border-radius: 15px;overflow: hidden;position: relative;transition: all .5s ease;}
.photo-gallery-list-img {float: left;width: 100%; transition: all .5s ease; position: relative;}
.photo-gallery-list-img img { float: left;width: 100%; transition: all .5s ease;} 
.photo-gallery-list span {z-index: 9;position: absolute;content: ' '; width: 36px; height: 36px; transition:all .5s ease;top: 0;bottom: 0;left: 0;right: 0;margin: auto auto;}
.photo-gallery-list span img {float: left;width: 100%; height: 100%; display: none;transition: all .5s ease;} 
.photo-gallery-main ul li:hover .photo-gallery-list-img img { transform: scale(1.03);} 
.photo-gallery-main ul li h3 { float: left; width: 100%; font-family: 'Manrope-Bold'; color: #161616; font-size: 22px; line-height: 30px; padding-top: 15px; transition: all .5s ease;}
.photo-gallery-main .gall-det li { flex: 0 1 23.5%;}

.photo-gallery-main .gall-det li .photo-gallery-list::before { transition: all 0.5s ease; z-index: 1; position: absolute; content: ' '; width: 100%; height: 100%; background: #000; opacity: 0;top: 0;left: 0;}
.photo-gallery-main .gall-det li:hover .photo-gallery-list::before { opacity: 0.30;}
.photo-gallery-main .gall-det li:hover .photo-gallery-list span img { display: block;transition: all 0.5s ease;}
.photo-gallery-main .gall-det li:hover .photo-gallery-list-img img  { transform: none;}

.video-gallery-sec { float: left; width: 100%;padding: 80px 0 120px; background: #F6F4EE;} 
.video-gallery-main { float: left; width: 100%;text-align: center;}
.video-gallery-main h2 { float: left; width: 100%; font-family: 'Manrope-Bold'; color: #a41f25; font-size: 46px; line-height: 54px;margin-bottom: 30px;  }
.video-gallery-main ul { float: left; display: flex; width: 100%; column-gap: 2%;row-gap: 25px;flex-wrap: wrap;} 
.video-gallery-main ul li { flex: 0 1 31.33%;} 
.video-gallery-list { float: left;width: 100%; border-radius: 15px;overflow: hidden;position: relative;transition: all .5s ease;}
.video-gallery-list-img {float: left;width: 100%; transition: all .5s ease; position: relative;}
.video-gallery-list-img img { float: left;width: 100%; transition: all .5s ease;} 
.video-gallery-list span {z-index: 9;position: absolute;content: ' '; width: 62px; height: 62px; transition:all .5s ease;top: 0;bottom: 0;left: 0;right: 0;margin: auto auto;}
.video-gallery-list span img {float: left;width: 100%; height: 100%; display: block;transition: all .5s ease;} 
.video-gallery-main ul li:hover .video-gallery-list-img img { transform: scale(1.03);} 
.video-gallery-main ul li h3 { float: left; width: 100%; font-family: 'Manrope-Bold'; color: #161616; font-size: 22px; line-height: 30px; padding-top: 15px; transition: all .5s ease;}
.video-gallery-main .gall-det li { flex: 0 1 32%;}
.video-gallery-main .gall-det li .video-gallery-list::before { transition: all 0.5s ease; z-index: 1; position: absolute; content: ' '; width: 100%; height: 100%; background: #000; opacity: 0.30;top: 0;left: 0;}

