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

body { padding:0px; margin:0px; background:#ffffff; font-size:16px; color:#282828; line-height:20px; font-family: 'Outfit-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%;}
header { float: left; width: 100%; position: relative; z-index: 99; background: #fff; padding: 0px 0px;}
.hdr-div { float: left; width: 100%; display: flex; 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; padding: 8px 0;}
.hdr-logo img { float: left;width: 135px;} 
.hdr-rgt{flex: 0 1 calc(100% - 200px);}
.top-sec {background:#292D77;width: 100%;float: left;display: flex;column-gap: 20px;justify-content: right;padding:10px; clip-path: polygon(0 0, 100% 0%, 100% 100%, 1.5% 100%);}
.top-sec ul.top-links { display: flex; align-items: center; column-gap: 20px;}
.top-sec ul.top-links li { flex: 0 1 auto; display: flex; column-gap: 5px; align-items: center;}
.top-sec ul.top-links li a { display: flex;align-items: center;column-gap: 10px;color: #fff; font-size: 15px; line-height: 23px;font-family: 'Outfit-Regular';transition:all .5s ease;}
.top-sec ul.top-links li a:hover { color: #FFC224;}

.top-sec ul.top-links li span {min-width: 20px;}
.top-sec ul.top-links li span i { color: #ffffff;}
.top-sec ul.top-links li > div { float: left; width: auto;}
.top-sec ul.top-links li > div > div { float: left; width: auto; position: relative; padding-right: 12px; margin-right: 5px;}
.top-sec ul.top-links li > div > div::after { position: absolute; content: "/"; color: #ffffff; right: 0; top: 0;}
.top-sec ul.top-links li > div > div:last-child { padding-right: 0; margin-right: 0;}
.top-sec ul.top-links li > div > div:last-child::after { content: none;}

.top-sec ul.top-social {display: flex;column-gap: 10px;}
.top-sec ul.top-social li {flex: 0 1 auto;}
.top-sec ul.top-social li a{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;border: 1px solid #fff;border-radius: 100%; color: #fff; transition:all .5s ease;}
.top-sec ul.top-social li a:hover{border-color:#FFC224; color: #FFC224;}

.hdr-menu { float: left; width: 100%;display: flex;column-gap: 45px; padding: 35px 0; align-items: center; justify-content: right;}
.hdr-menu-lst { display: flex; align-items: center; column-gap: 25px;}
.hdr-menu-lst li{ flex: 0 1 auto;position: relative;}
.hdr-menu-lst li a {font-family: 'Outfit-Regular';font-size: 16px;line-height: 22px;color: #000000;transition: all 0.5s ease;position: relative;padding-bottom: 10px;text-align: center; }
.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-menu-lst li a::before {position: absolute;width: 0;height: 2px;background: #A41F25;left: 50%;bottom: 0;content: "";transition: all 0.5s ease;transform: translateX(-50%);transform-origin: center;}
.hdr-menu-lst li:hover a::before, .hdr-menu-lst li a.active::before {width: 100%;}
.hdr-menu-lst li.menu-item-has-children > a::before { bottom: -10px;}
.hdr-menu-lst li.current_page_item a { color: #A41F25;}
.hdr-menu-lst li.current_page_item a::before {width: 100%;}
.hdr-menu-lst li a.active {color: #a41f25;}
.hdr-menu-lst li:hover a { color: #a41f25;}
.hdr-menu-lst .sub-menu{float: left;width: auto;opacity: 0;transition: all .3s ease-in-out;visibility: hidden;transform: translateY(-10px);transform: scaleY(0);transform-origin: 0 0 0;position: absolute;top: 32px;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;justify-content: 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-btn {display: flex;column-gap: 15px;align-items: center;}
.hdr-btn li{flex: 0 1 auto;}
.hdr-btn li a{font-family: 'Outfit-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: #fff;background: #A41F25;border-color: #A41F25;}
.hdr-btn li a.contact{color: #A41F25;background:none;border-color: #A41F25;}
.hdr-btn li a.alumini:hover{color: #A41F25; background:#fff;}
.hdr-btn li a.contact:hover{color: #fff;background: #A41F25;border-color: #A41F25;}  
.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;}
.is-sticky .hdr-menu-lst li a{color:#000}
.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: #a41f25;border-color: #a41f25;}
.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;}

.is-sticky .top-sec {display: none;}
.is-sticky .hdr-logo img{width: 86px;}


/**************   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: #A41F25; 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;} 
.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 {float: left; width: 100%; 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 { float: left; width: 100%; padding: 14px 0px; color:#292D77; font-size: 16px; font-family: 'Outfit-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: 'Outfit-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; float: left; width: 100%;} 
.close{position: absolute;top:32px;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: 'Outfit-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;}

/*admission*/
.admission{float: left;width: 100%;background: #A41F25; padding: 65px 0;position: relative;display: flex;flex-wrap: wrap; justify-content: space-between;row-gap: 15px; z-index: 9; overflow: hidden; position: relative;} 
.admission::before{position: absolute; content: ""; left: -40px; top: -20px; background: url(../images/ellipse1.svg) no-repeat 0 0; width: 120px;height: 163px;}
.admission::after{position: absolute; content: ""; right: 0; top:-65px; background: url(../images/ellipse2.svg) no-repeat 0 0; width: 367px;height: 268px;}
.admission-inner{float: left;width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.admission p{font-size:16px;line-height: 20px;color: #fff;font-family: 'Outfit-Regular'; font-style: italic; text-transform: uppercase; margin-bottom: 10px;}
.admission h2{font-size:40px;line-height: 48px;color: #fff;font-family: 'Outfit-Regular'; text-transform: uppercase; letter-spacing: 1px;}
.admission ul{display: flex;align-items: center;column-gap: 20px; z-index: 9;}
.admission ul li{flex: 0 1 auto;}
.admission ul li a{display: flex;align-items: center; column-gap: 8px;padding: 14px 20px;font-family: 'Outfit-SemiBold';font-size: 16px;line-height: 22px; color: #A41F25; border:1px solid;border-radius: 5px; background: #fff;border-color:#fff; transition:all 0.5s ease;}
.admission ul li a:hover{color: #fff;background: transparent;} 
.admission-lft{flex: 0 1 auto;}

/* footer */
footer{background: #FAFAFA;float: left;width: 100%;padding-top:60px;}  
.foot-top{float: left;width: 100%;display: flex;flex-wrap: wrap;row-gap: 20px; align-items: flex-start;justify-content: space-between;padding-bottom: 40px;}
.f1 {flex: 0 1 20%;}
.f1 a{width: auto; float: left;}
.f1 img {width: 182px;}
.f2 {flex: 0 1 40%;}
.f3 {flex: 0 1 25%;}
.foot-top h3{width: 100%; float: left; font-family: 'Outfit-Bold';font-size: 18px;line-height: 24px;color: #000000; padding-bottom: 15px; margin-bottom: 15px; position: relative;}
.foot-top h3:after{position: absolute; content: ""; left: 0; bottom: 0; width: 30px; height: 3px; border-radius: 2px; background: #292D77;}
.foot-top p{width: 100%; float: left;font-family: 'Outfit-Regular';font-size: 16px;line-height: 26px;color: #444444;margin-bottom: 10px;}
.foot-top p a{color: #444444; font-family: 'Outfit-Bold'; font-size: 16px; line-height: 25px; transition:all 0.5s ease;}
.foot-top p a:hover{color: #A41F25;}
.f3 p:last-child{margin-bottom: 0;}

.foot-top ul li a{font-family: 'Outfit-Regular';font-size: 16px;line-height: 28px;color: #444444;transition: all 0.5s ease;}
.foot-top ul li a:hover{color:#A41F25;}
.useful-links{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 4%; align-items: flex-start;}
.useful-links ul {flex: 0 1 100%; display: flex;flex-wrap: wrap; column-gap: 2%; row-gap: 5px;}
.useful-links 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%;}

.ftr-contact-links { float: left; width: 100%;}
.ftr-contact-links ul { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 15px;}
.ftr-contact-links ul li { flex: 0 1 100%; display: flex; column-gap: 10px; align-items: center;}
.ftr-contact-links ul li span { font-family: 'Outfit-SemiBold'; }
.ftr-contact-links ul li > div { float: left; width: auto;}
.ftr-contact-links ul li > div > div { float: left; width: auto; position: relative; padding-right: 10px; margin-right: 5px;}
.ftr-contact-links ul li > div > div::after { position: absolute; content: "/"; color: #444444; right: 0; top: 50%; transform: translateY(-50%);}
.ftr-contact-links ul li > div > div:last-child { padding-right: 0; margin-right: 0;}
.ftr-contact-links ul li > div > div:last-child::after { content: none;}

.foot-btm .social-links {display: flex;column-gap: 10px;}
.foot-btm .social-links li {flex: 0 1 auto;}
.foot-btm .social-links li a{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;border: 1px solid #ACACAC;border-radius: 100%; color: #444; transition:all .5s ease;}
.foot-btm .social-links li a:hover{border-color:#A41F25; color: #A41F25;}
.foot-btm{float: left;width: 100%;padding: 25px 0 ;border-top:1px solid rgba(0, 0, 0, 0.13);}
.foot-btm p{font-family: 'Outfit-Regular';font-size: 16px;line-height: 26px;color: #444444;}

.fb-main{display: flex;flex-wrap: wrap;row-gap: 10px; justify-content: space-between;align-items: center;float: left;width: 100% ;}
.fb-1 {flex: 0 1 auto;}
.fb-1 ul{display: flex;flex-wrap: wrap;column-gap: 30px;}
.fb-1 ul li { flex: 0 1 auto;}
.fb-1 ul li a:hover{color:#FFC224;}
.fb-1 ul li a{font-size: 15px;line-height: 24px;color: #ACACAC;transition: all 0.5s ease;}
.fb-2 { flex:  0 1 auto;}
.fb-2 p {font-size: 13px;line-height: 18px;color: #ACACAC;}
.fb-2 p a { color: #fde196; padding-bottom: 5px; position: relative; transition: all 0.5s ease;}
.fb-2 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-2 p a:hover::after {width: 100%; transform: translateX(-50%);left: 50%; }
.fb-2 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; bottom: 100px ;z-index: 9;padding: 0 15px;}
.ban-cnt h1 {font-size: 60px;line-height: 62px;color: #FFF;float: left;width: 100%;font-family: 'Outfit-Bold';}
.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;}

/* 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: 'Outfit-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: 'Outfit-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: rgba(0, 0, 0, 0.2);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;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: 'Outfit-Bold';font-size: 40px;line-height: 50px;color:#fff;background: #A41F25;border-radius: 10px;padding: 10px 35px;}

/* Contact US page start */
.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: #292d77;font-family: 'FlatBrushBold';}
.cont-cnt h5 { font-family: 'Outfit-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; padding: 10px; align-items: center; font-size: 20px;}
.cont-img i { color: #FFFFFF;}
.cont-img img { width: auto;}
.cont-detail {flex: 0 1 70%;}
.cont-detail p { font-family: 'Outfit-SemiBold';font-size: 18px;line-height: 28px;color: #000;}
.cont-detail p span { display: block; font-family: 'Outfit-Regular'; font-size: 16px;line-height: 28px;color: #000;}
.cont-detail p a:hover { text-decoration: underline;}
.cont-detail a { font-family: 'Outfit-SemiBold';font-size: 18px;line-height: 28px;color: #000; transition: all 0.5s ease;}
.cont-detail a:hover { color: #A41F25; text-decoration: underline;}
.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: 'Outfit-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: #000;font-family: 'Outfit-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: 'Outfit-Regular';font-size: 16px; line-height: 20px; color: #999999; transition: all 0.5s ease;}
.cont-form ul li span textarea{width: 100%; float: left; padding: 15px;border-radius:4px; border: 1px solid #E1E1E1; font-family: 'Outfit-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 textarea:focus, .cont-form ul li span input[type="email"]:focus, .cont-form ul li span input[type="tel"]:focus {border:1px solid #A41F25;}
.cont-form-btn{width: 100%;float: left;margin-top: 40px;}
.cont-form-btn input[type="submit"], .cont-form ul li input[type="submit"] {width: 100%;height: 60px; border: none; background: #292d77;color: #FFFFFF; border-radius: 6px;display: flex;align-items: center; font-family: 'Outfit-Bold'; font-size: 16px;line-height: 21px;margin: 0 auto;transition: all .5s ease; cursor: pointer;}
.cont-form-btn input[type="submit"]:hover, .cont-form ul li input[type="submit"]:hover {background: #A41F25;}

.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: 'Outfit-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;}
.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: #fff;padding: 50px 45px 80px;border-radius: 18px; box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);}
.admi-form h2 { font-family: 'Outfit-Bold';font-size: 46px;line-height: 50px;padding-bottom: 20px; margin-bottom: 15px;color: #292d77; 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: 'Outfit-Regular';font-size: 16px;line-height: 24px;color: #000;text-align: center;}
.admi-form ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 4%; row-gap: 30px;margin-top: 70px;}
.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: #000;font-family: 'Outfit-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: 'Outfit-Regular'; font-size: 16px; color: #999999; transition: all 0.5s ease;}
.admi-form ul li span textarea{width: 100%; float: left; padding: 15px 25px;border-radius:4px; border: 1px solid #E1E1E1;  font-family: 'Outfit-Regular'; font-size: 16px; line-height: 20px; height: 220px; color: #999999;}
.admi-form ul li span input[type="text"]:focus, .admi-form ul li span textarea:focus, .admi-form ul li span input[type="email"]:focus, .admi-form ul li span input[type="tel"]:focus {border:1px solid #A41F25;}
.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: #292D77;color: #fff; border-radius: 6px;display: flex;align-items: center;justify-content: center;  font-family: 'Outfit-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 {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: 'Outfit-Regular';font-size: 16px; line-height: 20px; color: #999999; transition:all .5s ease;background: #FFFFFF;display: block;}
.admi-form ul li .select_box_input option {font-family: 'Outfit-Regular';font-size: 16px; line-height: 20px; color: #999999; }
.admi-form ul li .select_box_input.nice-select::after{right:20px;border-bottom: 2px solid #292d77;border-right: 2px solid #292d77;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: 'Outfit-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: auto;}
.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: #A41F25!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: 'Outfit-Bold';font-size: 30px;line-height: 34px; margin-bottom: 15px;color: #292d77;}
.admi-det-cnt p {  font-family: 'Outfit-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: 'Outfit-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: 4px;}

/*holistic-list*/
.holistic-list{width: 100%; float: left; background: #FFFFFF; padding: 75px 0; display: none;}
.holistic-list ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 0;}
.holistic-list ul li{flex: 0 1 23.5%; background: #A41F25; border-radius: 10px;}
.holistic-list ul li a{width: 100%; float: left; padding: 45px 20px; min-height: 190px; display: flex; flex-wrap: wrap; row-gap: 10px; transition: all 0.5s ease;}
.holistic-list ul li .holistic-icon{width: 100%; text-align: center;}
.holistic-list ul li .holistic-icon img{width: auto; height: 50px;}
.holistic-list ul li h3{width: 100%; text-align: center; font-family: 'Outfit-Bold'; color: #fff; font-size: 18px; line-height: 26px;}
.holistic-list ul li:hover {background: #292d77;}

.abt-mat{width: 100%; float: left; background: #F6F6F6; padding: 90px 0 220px 0;}
.abt-mat-inner{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 6%; row-gap: 0; align-items: center;}
.abt-mat-img{flex: 0 1 56%; position: relative;}
.abt-mat-img img{width: 100%; float: left; overflow: hidden; border-radius: 20px;}
.abt-mat-img::after {position: absolute;content: "";right: 100px; bottom: -50px;background: url(../images/paten.svg) no-repeat 0 0; width: 137px;height: 40px;}
.abt-mat-cnt{flex: 0 1 38%;}
.abt-mat h4{width: 100%; float: left; color: #000; font-size: 16px; line-height: 20px; font-family: 'Outfit-Regular'; font-style: italic; margin-bottom: 10px;}
.abt-mat h2{width: 100%; float: left; color: #000; font-size: 46px; line-height: 50px; font-family: 'Outfit-Bold'; padding-bottom: 30px; margin-bottom: 20px; position: relative;}
.abt-mat h2::after {position: absolute;content: ""; left: 0;bottom: 0;background: url(../images/line-bg.svg) no-repeat 0 0;width: 188px;height: 16px; background-size: 100%;}
.abt-mat h2 span{color: #A41F25;}
.abt-mat p{width: 100%; float: left; color: #000; font-size: 18px; line-height: 28px; font-family: 'Outfit-Regular'; margin-bottom: 30px;}
.abt-mat a.abt-btn {color: #fff;background: #292D77;font-family: 'Outfit-SemiBold'; font-size: 16px; line-height: 21px; 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;}
.abt-mat a.abt-btn:hover{background: #FFC224;border-color: #FFC224;color:#000;} 

.beyond-academics{width: 100%; float: left; background: #fff; padding: 0 0 90px 0;}
.beyond-academics h2{width: 100%; float: left; color: #000; font-size: 60px; line-height: 62px; text-align: center; font-family: 'Outfit-SemiBold'; padding-bottom: 25px; margin-bottom: 25px;}
.beyond-academics h2 span{color: #A41F25; position: relative;}
.beyond-academics h2 span::after {position: absolute;content: ""; left: 0; right: 0; bottom: -25px; margin: 0 auto;background: url(../images/line-bg.svg) no-repeat 0 0;width: 100%;height: 16px; background-size: 100%;}
.beyond-academics p{width: 100%; float: left; text-align: center; font-family: 'Outfit-Regular'; color: #3D3D3D; font-size: 18px; line-height: 26px; margin-bottom: 40px;}

.beyond-list{width: 100%; float: left;}
.beyond-list ul{width: 100%; float: left; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 0;}
.beyond-list ul li{flex: 0 1 32%;background: #F6F4EE;  border-radius: 10px; border: 1px solid #DFDFDF;}
.beyond-list ul li a{width: 100%; float: left;  padding: 10px 10px 18px 10px; }
.beyond-list ul li .beyond-img{width: 100%; float: left; overflow: hidden; border-radius: 10px 10px 0 0;position: relative;}
.beyond-list ul li .beyond-img img{width: 100%; float: left;transition: all 0.5s ease;}
.beyond-list ul li:hover .beyond-img img{transform: scale(1.1);}
.beyond-list ul li .beyond-cnt{width: 100%; float: left; text-align: center; display: flex; flex-wrap: wrap; justify-content: center;}
.beyond-list ul li .beyond-cnt .beyond-icon{width: 82px;height: 82px;background:#fff;border-radius:100%;margin: -28px 0 20px 0;z-index: 9;display: flex;align-items: center;justify-content: center; position: relative;transition: all 0.5s ease;}
.beyond-list ul li .beyond-cnt h3{width: 100%; text-align: center; color: #000000; font-size: 24px; line-height: 28px; font-family: 'Outfit-Bold'; margin-bottom: 15px;}
.beyond-list ul li .beyond-cnt p{width: 100%; text-align: center; color: #000000; font-size: 18px; line-height: 26px; font-family: 'Outfit-Regular'; margin-bottom: 30px;}
.beyond-list ul li .beyond-cnt span{width: 100%;height: 45px;border: none;background: #FFFFFF;color: #A41F25;border-radius: 10px;display: flex;align-items: center;justify-content: center;font-family: 'Outfit-Regular';font-size: 18px; line-height: 26px;transition: all .5s ease;}
.beyond-list ul li:hover .beyond-cnt span{background: #A41F25; color: #fff;}

.pan-lst {width:100%;float:left; padding: 60px 60px; background: #292D77; border-radius: 10px;border: 1px solid #292D77; position: relative; margin: -115px 0 80px 0;} 
.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 25%;display: flex; align-items: center; justify-content: center; flex-wrap: wrap; border-right: 1px solid rgba(255,255,255,10%); padding: 0 50px;}   
.pan-lst ul li h3 {float:left;text-align:left;color:#fff;font-size:60px;line-height:60px; font-family: 'Outfit-SemiBold'; transition:all .5s ease}
.pan-lst ul li p{width:100%; font-size: 16px; line-height: 22px;color: #fff; font-family: 'Outfit-Regular'; margin-bottom: 0;} 
.pan-lst ul li .fun-fact-number {display: flex;align-items: center; width: 100%;justify-content: center;}
.pan-lst ul li .fun-fact-number span { font-size:68px; line-height: 68px; color: #fff;font-family: 'Outfit-SemiBold'; transition:all .5s ease; letter-spacing: 7px;}
.pan-lst ul li .odometer.odometer-auto-theme, .pan-lst ul li .odometer.odometer-theme-default {font-family: 'Outfit-SemiBold';font-size: 60px;line-height: 60px;}
.pan-lst ul li:last-child{border-right: none;}

/* academic */
.academic {float: left;width: 100%;background: #fff;padding: 0 0 100px;}
.academic h2{font-size:60px;line-height: 62px;color: #000;font-family: 'Outfit-SemiBold'; padding-bottom: 25px; margin-bottom: 30px; position: relative;}
.academic h2::after {position: absolute;content: ""; left: 0;bottom: 0;background: url(../images/line-bg-red.svg) no-repeat 0 0;width: 188px;height: 16px; background-size: 100%;}
.academic ul{display: flex;flex-wrap: wrap;column-gap: 2%;row-gap: 20px;}
.academic ul li{flex: 0 1 32%;} 
.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: 'Outfit-Bold';font-size: 20px;line-height: 26px;margin-bottom: 15px;color:#fff;transition: all 0.5s ease;}
.academic-cnt p{ font-family: 'Outfit-Regular'; 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);}
.academic.matric{padding-top: 80px;}

/* academics page starts */
/* Pre Primary */
.pre-prim { float: left; width: 100%; margin-bottom: 100px;}
.pre-prim ul{float: left; width: 100%;}
.pre-prim ul li {display: flex;flex-wrap: wrap; column-gap: 10%; row-gap: 25px; align-items: center;padding-left: calc((100% - 1215px + 1rem) / 2);}
.pre-prim ul li .pre-prim-lft { flex: 0 1 47%;}
.pre-prim ul li .pre-prim-lft h2 { font-family: 'Outfit-Bold';font-size: 52px;line-height: 52px;padding-bottom: 25px; text-align: left; margin-bottom: 25px;color:#292d77;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: 'Outfit-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: 'Outfit-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: #292d77; column-gap: 5%;}
.pre-prim ul li:nth-child(2n+2) .pre-prim-lft{order: 2; flex: 0 1 52%;}
.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;}

/* 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: 22px; align-items: center;}
.about-us-cnt-lft { flex: 0 1 47%;}
.about-us-cnt-lft h3 { font-family: 'Outfit-Bold';font-size: 18px;line-height: 24px;margin-bottom: 5px;color:#000;}
.about-us-cnt-lft h2 {font-family: 'FlatBrushBold';font-size: 60px;line-height: 62px;padding-bottom: 25px;margin-bottom: 25px;color:#292D77;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: 'Outfit-Regular'; font-size: 16px;line-height: 28px;color: #000000;margin-bottom: 15px;} 
.about-us-cnt-lft p.bold { font-family: 'Outfit-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: #292d77;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: 'Outfit-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: 'Outfit-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; margin: 0;}
.sch-pro-lft.pan-lst ul li {flex: 0 1 50%;flex-wrap: wrap;padding: 35px 25px;background: #292d77;border: 2px solid #292d77;}
.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: #292d77;margin-bottom: 30px;font-family: 'Outfit-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: 'Outfit-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, #292D77 0%, #292D77 5%, #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: 15px;font-family: 'Outfit-Bold'; text-align: center;}
.our-mis-cnt p{font-size: 24px;line-height :32px;color: #FFFFFF;margin-bottom: 20px; text-align: center;}
.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: 'Outfit-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 */
.mid-schl {margin-bottom: 100px;}


.alumni-form .admi-form {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  }

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

/* alumni-form */
.alumni-form {position: relative;padding: 0 0 100px;margin-top: -85px;}
.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: #000;}
.alumni-form .admi-form-btn input[type="button"] { background: #292D77;color: #FFFFFF;}
.alumni-form .admi-form-btn input[type="button"]:hover { background-color: #a41f25;}
.alumni-form .admi-form ul li .select_box_input.nice-select .option:hover { background-color: #292d77;}

/* 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: 'Outfit-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: 'Outfit-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: 22px; transition: all .5s ease;}
.bey-acd-list ul li:hover a , .bey-acd-list ul li.active a { color: #292d77;}
.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: 'Outfit-Bold';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: 'Outfit-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-rht h2 { font-family: 'Outfit-Bold';font-size: 46px;line-height: 50px;padding-bottom: 25px; margin-bottom: 25px;color: #292d77; position: relative;}
.bey-acd-rht h2::after {position: absolute;content: '';width: 80px;height: 7px;background: #FFC224;bottom: 0;left: 0;} 
.bey-acd-det { float: left;width: 100%;}
.bey-acd-det h3 { font-family: 'Outfit-Bold';font-size: 30px;line-height: 36px;margin-bottom: 30px;color: #292d77;}
.bey-acd-det h4 { font-family: 'Outfit-Bold';font-size: 20px;line-height: 22px; margin-bottom: 10px;color: #000; }
.bey-acd-det p { font-family: 'Outfit-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: #010180;width: 48px;height: 48px;border-radius: 100%;display: flex;align-items: center;justify-content: center; transition:all .5s ease;}
#popup-close:hover{background: #a41f25;}



/*gallery */
.photo-gallery-sec { float: left; width: 100%;padding: 80px 0 80px;} 
.photo-gallery-main { float: left; width: 100%;text-align: center;}
.photo-gallery-main h2 { float: left; width: 100%; font-family: 'Outfit-Bold'; color: #161616; font-size: 38px; line-height: 48px; 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: 'Outfit-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 80px; background: #F6F4EE;} 
.video-gallery-main { float: left; width: 100%;text-align: center;}
.video-gallery-main h2 { float: left; width: 100%; font-family: 'Outfit-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: 'Outfit-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;}


.pagination { display: flex; float: left; width: 100%; flex-wrap: wrap; justify-content: center; margin-top: 40px; column-gap: 20px;}
.pagination .page-numbers { text-align: center; padding: 0; border-radius: 50%; width: 42px; height: 42px; font-size: 15px; line-height: 40px; margin: 0;  border: 1px solid #707070;}
.pagination .page-numbers.current { background: #A41F25; color: #FFF;}
.pagination a { color: #000; text-decoration: none; transition: all 0.4s; }
.pagination a:hover { background: #A41F25; color: #FFF;}
.next.page-numbers,.prev.page-numbers {border: none;}
.next.page-numbers i,.prev.page-numbers i{font-size: 30px;line-height: 41px;} 
.next.page-numbers:hover,.prev.page-numbers:hover {background:none; color: #A41F25;}