* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}


:hover {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}


body {
 font-family: "Lato", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Lato", sans-serif;
}

img {
  max-width: 100%;
}
.container-fluid
{
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
  max-width: 1750px;
}

/*** Header css Start ***/

header {
  padding: 10px 0;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.top-flex {
  display: flex;
  justify-content: space-between;
}
.top-left {
  width: auto;
  height: auto;
}
.top-right {
  width: auto;
  height: auto;
  margin: 14px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  box-shadow: 0 0 10px #000;
}
header.sticky.fixed
{
  padding: 5px 0;
}
header.sticky.fixed .top-left img
{
   max-height: 70px;
}
header.sticky.fixed .top-right
{
  margin: 0 0 0 0;
}

.banner {
  width: 100%;
  height: auto;
  min-height: 750px;
  position: relative;
  padding: 70px 0 0 0;
  background: url(../images/banner-bg.webp) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.bannerText
{
  width: 100%;
  max-width: 890px;
  padding: 0 0 40px 80px;
}
.bannerText h4
{
  font-weight: 700;
  font-size: 32px;
  line-height: 128%;
  color: #fff;
  margin: 0px 0 5px 0;
}
.bannerText h1
{
  font-weight: 700;
  font-size: 64px;
  line-height: 128%;
  color: #fff;
  margin: 0px 0 5px 0;
}
.bannerBoxFull
{
  width: 100%;
  height: auto;
  padding: 0 0 0 80px;
  max-width: 650px;
  display: flex;
  text-align: center;
  gap: 0px;
  margin: 50px 0 0 0;
}
.banBox
{
  width: auto;
  height: auto;
  border-right:1px solid #fff;
  padding: 0 25px;
}
.banBox:last-child
{
  border-right:0px solid #fff;
}
.banBox p
{
  font-weight: 400;
  font-size: 20px;
  line-height: 128%;
  color: #fff;
  margin: 0 0 5px 0;
}
.banBox h5
{
  font-weight: 800;
  font-size: 48px;
  line-height: 128%;
  color: #fff;
  margin: 0 0 5px 0;
}
.bannerStrip
{
  width: 100%;
  height: auto;
  padding: 15px 0 25px 80px;
  background: linear-gradient(90deg, #E0215C 0%, rgba(224, 33, 92, 0) 100%);
  max-width: 700px;
}
.bannerStrip h2
{
  font-weight: 800;
  font-size: 70px;
  line-height: 128%;
  background: linear-gradient(180deg, #FF8AD2 0%, #FFC5E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.bannerStrip h3
{
  font-weight: 700;
  font-size: 36px;
  line-height: 128%;
  background: linear-gradient(180deg, #FF8AD2 0%, #FFC5E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.bannerPic
{
  position: absolute;
  right: 29%;
  height: auto;
  bottom: -10px;
  width: 100%;
  max-width: 560px;
}

.frm
{
  width: 100%;
  height: auto;
  padding: 0px 0 15px;
  background: #fff;
  border-radius: 20px;
  min-height: 500px;
  position: absolute;
  right: 70px;
  top: 230px;
  max-width: 390px;
  overflow: hidden;
}


.managementSec
{
  background: url(../images/management-bg.webp) no-repeat right;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0 0 0;
  min-height: 900px;
}
.managementInner
{
  width: 100%;
  height: auto;
  max-width: 850px;
}
.managementInner h2 
{
  font-weight: 600;
  font-size: 64px;
  line-height: 102%;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 40px 0;
}
.managementInner h4 
{
  font-weight: 700;
  font-size: 24px;
  line-height: 182%;
  color: #fff;
  margin: 20px 0 5px 0;
}
.managementInner h5 
{
  font-weight: 700;
  font-size: 18px;
  line-height: 182%;
  color: #fff;
  margin: 0 0 10px 0;
}
.managementInner p
{
  font-weight: 400;
  font-size: 18px;
  line-height: 182%;
  color: #fff;
  margin: 0 0 10px 0;
}
.managementInner ul
{
  padding: 0 0 0 20px;
}

.managementInner ul li
{
  font-weight: 700;
  font-size: 18px;
  line-height: 182%;
  color: #fff;
  margin: 0 0 5px 0;
}
.downloadBtn
{
  width: 100%;
  height: auto;
  margin: 50px 0;
}
.downloadBtn a 
{
  font-weight: 700;
  font-size: 20px;
  line-height: 124%;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 63px 20px 30px;
  color: #000000;
  background: #FFFFFF url(../images/download.webp) no-repeat;
  border-radius: 30px;
  background-position: 93% 18px;
}
.downloadBtn a:hover
{
  background: #9B0745 url(../images/download.webp) no-repeat;
  background-position: 93% 18px;
  color: #fff;
}
.managementPic
{
  position: absolute;
  right: 25%;
  height: auto;
  bottom: 0;
  width: auto;
}
.advantageSec
{
  width: 100%;
  height: auto;
  position: relative;
  padding: 70px 0;
}
.advantageSec h2 
{
  font-weight: 600;
  font-size: 64px;
  line-height: 103%;
  color: #242424;
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
}
.advantageSl
{
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 0 0 0 20px;
}
.advn
{
  width: 95%;
  height: auto;
  min-height: 370px;
  background: #fff;
  border-radius: 30px;
  padding: 25px;
  box-shadow: 0px 6px 15px #00000050;
  margin: 20px auto 20px;
}
.advnIcon
{
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.advnIcon img 
{
  max-width: 95px;
}
.advn h4
{
  color: #000000;
  font-size: 25px;
  line-height: 135%;
  font-weight: 600;
  margin: 0 0 10px 0;
  min-height: 78px;
}
.advn p
{
  color: #242424;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.block
{
  display: block;
}




.programSec
{
  background: #9B0745 url(../images/student-group.webp) no-repeat right bottom;
  background-size:50% auto;
  width: 100%;
  height: auto;
  position: relative;
  padding: 70px 0;
}
.programInner
{
  width: 100%;
  height: auto;
  max-width: 710px;
}

.programInner h2 
{
  font-weight: 700;
  font-size: 96px;
  line-height: 108%;
  color: #fff;
  margin: 0 0 40px 0;
}
.programInner p
{
  font-weight: 400;
  font-size: 20px;
  line-height: 124%;
  color: #fff;
  margin: 0 0 30px 0;
}
.programInner h5 
{
  font-weight: 600;
  font-size: 28px;
  line-height: 182%;
  color: #fff;
  margin: 0 0 20px 0;
}

.careerSec
{
  background: #22356F;
  width: 100%;
  height: auto;
  position: relative;
  padding: 90px 0 70px;
}
.careerInner
{
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.careerLeft
{
  min-width: 550px;
  height: auto;
}
.careerLeft h2 
{
  font-weight: 700;
  font-size: 96px;
  line-height: 108%;
  color: #fff;
  margin: 0 0 40px 0;
}
.careerRights
{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.careerFl
{
  width: 48%;
  height: auto;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0 0 20px 0;
  gap: 10px;
}
.careerFl span 
{
  min-width: 60px;
}
.careerFl p 
{
  font-weight: 600;
  font-size: 22px;
  line-height: 124%;
  color: #fff;
  margin: 0 0 0px 0;
}
.admissionSec
{
  padding: 70px 0;
  width: 100%;
  height: auto;
}
.admissionSec h2 
{
  font-weight: 600;
  font-size: 64px;
  line-height: 103%;
  color: #242424;
  margin: 0 0 60px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.verticalTabs {
  display: flex;
  width: 100%;
  margin: auto;
}

/* LEFT SIDE */
.tabsLeft {
  width: 30%;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 0 150px 0 0;
}

.tabBtn {
  padding: 16px 20px;
  border: none;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  line-height: 103%;
  color: #000000;
  border-radius: 30px;
  margin: 0 0 10px 0;
  background-position: 90% 23px;
}

.tabBtn:hover {
  background: #eee;
  transition: all .0s;
  -moz-transition: all .0s;
  -webkit-transition: all .0s;
  -o-transition: all .0s;
}


.tabBtn.active {
  background: #9B074540 url(../images/arrow.webp) no-repeat ;
  background-position: 90% 23px;
}

/* RIGHT SIDE */
.tabsRight {
  width: 70%;
  padding: 0 60px;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

.tabContent p
{
  color: #2D2D2D;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 20px 0;
}
.tabContent ul
{
  padding: 0 0 0 20px;
}
.tabContent ul li
{
  color: #2D2D2D;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.tabContent h4
{
  color: #22356F;
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
}

.ftText
{
  width: 100%;
  height: auto;
  text-align: center;
}
.ftText img  
{
  max-width: 90%;
  margin-bottom: -13px;
}

.mobAccordian
{
  width: 100%;
  height: auto;
  display: none;
}
.accordion {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.accordion-item {
  border-bottom: 1px solid #000000;
}

.accordion-header {
  width: 100%;
  background: #f7f7f7;
  border: none;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  line-height: 103%;
}

.accordion-header .icon {
  font-size: 22px;
  transition: 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.accinner
{
  width: 100%;
  height: auto;
  padding: 20px 20px;
}

.accinner p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #2D2D2D;
}
.accinner ul
{
  padding: 0px 0 0px 20px;
}
.accinner ul li {
  margin: 0 0 7px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #2D2D2D;
}
.accinner h4 {
  color: #22356F;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 10px;
}

/* Active State */
.accordion-item.active .accordion-content {
  max-height: 200px;
}

.accordion-item.active .icon {
  transform: rotate(45deg); /* turns + into × */
}
.accordion-item.active .accordion-header
{
  background: #E6C1D0;
}






footer
{
  background: url(../images/footer-bg.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  padding: 70px 0 50px;
}
.footerInner
{
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.ftLeft
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ftLeftInner
{
  width: 100%;
  max-width: 620px;
}
.ftLeftInner h3
{
  font-weight: 700;
  font-size: 64px;
  line-height: 103%;
  color: #fff;
  margin: 0px 0px 40px;
}
.ftLeftInner p
{
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  margin: 0px 0px 0px;
}


.ftRight
{
  width: 100%;
  height: auto;
}
.ftFl
{
  width: 100%;
  display: flex;
  gap: 15px;
  margin: 30px 0 30px 0;
}
.ftFlIcon
{
  min-width: 60px;
  height: auto;
}
.ftFlDec h4
{
  font-weight: 800;
  font-size: 20px;
  line-height: 124%;
  color: #fff;
  margin: 0 0 7px 0;
}
.ftFlDec p
{
  font-weight: 400;
  font-size: 20px;
  line-height: 124%;
  color: #fff;
  margin: 0 0 0px 0;
}
.ftFlDec p span 
{
  font-weight: 800;
  font-size: 30px;
}
.last-footer
{
  width: 100%;
  height: auto;
  background: #242424;
  padding: 20px 80px;
}
.last-footer p 
{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin: 0;
}
.last-footer p span 
{
  float: right;
}
.last-footer p span a 
{
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.last-footer p span a:hover 
{
  color: #9B0745;
} 


