/* HEADER */
.slick-loading .slick-list {
  background: none !important;
}
.hdrContain{
    position: fixed;
    width: 100%;
    top: 30px;
    z-index: 1;
    color: #fff;
}
.hdrContain.scrolled {
  background-color: white;
  box-shadow: 0 0 10px #ccc;
  position: fixed;
  top: 0;
  padding: 15px 0 ;
  z-index: 2;
}
.hdrContain.scrolled .hdrRowFrm p{
  color: #000;
}
.hdrContain.scrolled .hdrRow p  {
  color: #000;
}
.hdrContain.scrolled .hdrRow a{
  color: #000;
} 
.hdrContain.scrolled .navBar ul li a{
  font-size: 15px;
  color: #000;
} 
.hdrContain.scrolled .Logo img{
  width: 94px;
}
.hdrContain.scrolled .navMenu::before{
  background-color: #000000;
  top: 8px;
}
.hdrContain.scrolled .navMenu::after{
  background-color: #000000;
  bottom: 8px;
}
.hdrContain.scrolled .navBar ul li a:hover{
  color: #01959f;
}
.hdrContain.scrolled ~ .toggleBtn .toggle span {
  background-color: #000 !important;
  position: absolute;
  z-index: 22;
}
.hdrSection{
    position: relative;
}
.ResLogo{
    display: none;
}
.hdrRow{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    text-align: center;
}
.hdrRow p{
    font-weight: 200;
    font-size: 14px;
    color: #fff;
}
.hdrRow a{
    color: #fff;
    font-weight: 700;
    font-size: 19px;
}
.callIcon{
    width: 40px;
    height: 40px;
    background-color: #d2a44e;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ReshdrRowFrm{
  display: none;
}
.hdrRowFrm a{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
}
.hdrRowFrm p{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
.navMenu{
    position: relative;
}
.navMenu::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px ;
    background-color: #fff;
    top: 43px;
    z-index: -1;
}
.navMenu::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px ;
    background-color: #fff;
    bottom: 43px;
    z-index: -1;
}
.navbar .row{
    align-items: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.navbar .col-md-5,.col-md-2{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.navBar ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.frstNav ul  {
   justify-content: end;
}
.navBar ul li{
    padding: 10px 20px;
}
.navBar ul li a{
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}
.navBar ul li a:hover{
  color: #01959f;
}
.NavLogo{
    display: none;
}
.Logo img{
    display: block;
    margin: auto;
    width: 180px;
}
.toggle{
    display: none;
    cursor: pointer;
  }
  .toggle span{
    display: block;
    width: 30px;
    height: 5px;
    background-color: #ffffff ;
    margin-bottom: 5px;
  
  }
 

/* HOME */

.heroContainer {
  position: relative;
  overflow: hidden;
  min-height: 950px;
  height: 100vh;
  color: white;
padding-top: 0;
}

.heroVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.heroVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .heroVideo{
  width: 100%;
  position: relative;
 }
 .heroVideo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Adjust darkness here */
  z-index: 1;
}
.muteBtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}
.muteBtn i{
  font-size: 18px
}
.homehroCnt{
  max-width: 520px;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* z-index: 22; */
  margin-top: 120px;
  text-align: center;
}
.homehroCnt h1{
  color: #fff;
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 47px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.getBtn a{
    background-color: #2fbab6;
    padding: 15px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-weight: 700;
}

/* HOME ABOUT */
.AbtHead{
    text-align: center;
}
.AbtHead h2{
    font-weight: 200;
    font-size: 34px;
    color: #282828;
    margin-bottom: 30px;
}
.AbtContain .col-md-4{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.abtSec{
    position: relative; 
    height: 100%;
}
.abtSec p{
    font-weight: 400;
    font-size: 20px;
}
.abtColmn{
    padding: 30px;
}
.abtCnt{
    border: 1px solid #ccc;  
    text-align: center;
    height: 100%;
}
.seedImg{
    margin: 35px 0;
}
.explore a{
    border: 1px solid #ccc;
    font-size: 18px;
    padding: 12px 30px;
}
.abtCnt p{
    max-width: 400px;
    display: block;
    margin: auto;
}
.abtCnt h3{
    color: #06693a;
    font-weight: 700;
    font-size: 32px;
    padding-top: 10px;
    max-width: 340px;
    display: block;
    margin: auto;
}
.psBnr{
    position: relative;
    height: 100%;
}
.psBnr img{
    height: 100%;
}
.txt{
    position: absolute;
    bottom: 30px;
    z-index: 1;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
}
.txt h2{
    font-weight: 700;
    font-size: 30px;
}

.award{
    background-color: #f0c373;
    height: 100%;
}
.cntLogos{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cntLogos img{
    width: 100px;
}
.AwrdImg img{
    width: 60px;
}
.AwrdPrsnImg{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #e3cc9a;
    overflow: hidden;
    display: block;
    margin: auto;
}
.AwrdPrsnImg img{
    display: block;
    margin: auto;
}
.nameTxt{
    text-align: center;
    margin-top: 28px;
}
.nameTxt h3{
    font-weight: 700;
    color: #06693a;
    font-size: 22px;
    margin-bottom: 10px;
}

.abtCol{
    background-color: #aad439;
    text-align: center;
    height: 100%;
}
.abtCol h3{
    max-width: 250px;
    display: block;
    margin: auto;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.oxfamLogo img{
    display: block;
    margin: auto;
    width: 190px;
}
.abtCol p{
    margin: 20px 0 0;
}
.abtCol2{
    text-align: center;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.abtCol2 h3{
    font-size: 22px;
    margin-top: 20px;
    font-weight: 700;
}
.abtCol2 h3 span{
font-size: 18px;
font-weight: 400;
}
.secretatry{
    position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.secretatry img{
    width: 360px;
}
.princy{
    margin: 15px 0;
}
.princy img{
    width: 180px;
}
.abtCol3{
    background-color: #73bbf0;
    color: #fff;
}
.ourPrnc{
    font-size: 22px !important;
    font-weight: 400;
}
.SliderSection{
    padding-top: 0;
}
.initiatives{
    background-color: #fdf4ed;
    padding: 40px;
    position: relative;
    width: 100%;
    /* display: flex;
    align-items: center; */
}
.arrwBtns{
  visibility: hidden;
}
.globalSldr{
    display: flex;
    align-items: center !important;
    gap: 20px;
    /* justify-content: space-between; */
}
.SldtTx{
    max-width: 800px;
}
.SldtTx h3{
    font-size: 27px;
    font-weight: 700;
}
.SldtTx p{
    /* font-size: 27px; */
    font-weight: 200;
}
.NxtArw{
    position: absolute;
    right: 66px;
    top: 60px;
    cursor: pointer;
}
.NxtArw img{
    width: 60px;
}
.admsnSection{
    padding-top: 0;
}
.admsnContain .row .col-lg-6,.col-md-12{ 
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.admsnBlk{
    background-color: #00808a;
    padding: 60px 50px ;
}
.leadership{
    display: flex;
    align-items: center;
    gap: 30px;
}
.penImg img{
    width: 520px;
}
.LdrshpTxt{
    padding-top: 30px;
}
.LdrshpTxt h3{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.LdrshpTxt p{
    color: #fff;
    /* font-size: 30px; */
    font-weight: 200;
}
.LdrshpTxt h4{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    max-width: 300px;
    margin-top: 20px;
}
.sign{
    float: right;
}
.AdmsnForm {
    background-color: #01959f;
    height: 100%;
}
.AdmsnForm h3{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-top: 30px;
    
}

.psForm form input{
    width: 48%;
    padding: 20px;
    background-color: transparent;
    border: 1px solid #d4d3d3;
    outline: none;
    color: #fff;
    font-size: 18px;
    margin: 5px;
    font-weight: 200;
    font-family: var(--primary-font);
}

.psForm form input::placeholder{
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 200;
}
.dwnldBtn a{
    display: block;
    margin: auto;
    text-align: center;
    background-color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    width: fit-content;
    margin-top: 20px;
    border-radius: 50px;
    font-weight: 700;
}
.newsHead h2{
    font-weight: 200;
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
}
.news{
    margin: 10px 0;
    padding: 15px;
}
.newsCont{
    display: flex ;
    gap: 25px;
    /* position: relative; */
}
.allNewsScetion .row .col-lg-6{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.number{
  width: 80px;
    height: 80px;
    border: 1px solid #000;
    padding: 10px 25px;
    color: #00808a;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsTxt{
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.newsTxt h3{
    font-size: 21px;
    font-weight: 700;
}
.newsTxt p{
    font-weight: 200;
    /* max-width: 500px; */
}
.read a{
    float: right;
    background-color: #00808a;
    color: #fff;
    text-align: center;
    padding: 8px 32px;
    text-transform: uppercase;
}
.connections{
    padding-top: 50px;
}
.SldrHead h2{
    font-size: 35px;
    font-weight: 200;
    text-align: center;
}
.cnctSlider{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
  }
  .Sldrtrack{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Sldrtrack img{
    width: 200px;
    display: block;
    margin: auto;
  }
  .seedImg img{
    width: 150px !important;
  }
  .slick-track{
    display: flex !important;
    align-items: center !important;
  }

  /* ABOUT */
  .Abt-contain{
    width: 100%;
    background-image: url(../assets/About/Abt-Bnr.jpg);
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .hroCnt{
    max-width: 520px;
    display: block;
    margin: auto;
    z-index: 22;
    margin-top: 120px;
    text-align: center;
}
.hroCnt h1{
    color: #fff;
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 47px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
  }
  .resTab{
    visibility: hidden;
  }
  .tab button {
    width: 17%;
    background-color: inherit;
    float: left;
    border: 0;
    border-right: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 200;
    font-family: var(--primary-font);
    letter-spacing: 1px;
  }
 .tab button:last-child{
    border-right: none;
 }
 .tab button.active {
  background-color: #01959f;
  color: #fff;
}
  .tabcontent {
    padding: 70px 0 0;
  }

    /* MD's Message TAB */
  .tabHead{
    text-align: center;
  }
  .tabHead p{
    color: #01959f;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
  }
  .tabHead h2{
    font-weight: 200;
    font-size: 40px;
  }
  .tabCnt{
    margin-top: 70px;
  }
  .tabCnt .row .col-lg-5,.col-lg-7{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .chairmanImg img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
  }
  .details{
    margin-top: 140px;
    padding-left: 40px;
  }
  .details h2{
    font-weight: 400;
    font-size: 30px;
  }
  .details p{
    font-weight: 400;
  }
  .tabRow{
    background-color: #dedede;
    height: 100%;
  }
  .psAbt{
    background-color: #01959f;
    color: #fff;
    height: 100%;
    padding: 40px;
  }
  .psAbt p{
    margin: 22px 0;
    font-weight: 400;
  }
  .psAbt-list{
    margin: 35px 0;
  }
  .psAbt-list li{
    font-weight: 400;
    font-size: 18px;
    padding: 8px 0 8px 35px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
  }
  .psAbt-list li::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 0;
  }
.allNewsScetion{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
}
  /* OUR MANAGEMENT */
  .tabPara p{
    font-weight: 200;
    margin-top: 50px;
  }
  .mangmnt .row .col-lg-6{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px ;
  }
  #psMangmnt{
    padding-left: 150px;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .mangmnt{
    margin-top: 50px;
    overflow: hidden;
  }
.MngmtCnt{
    background-color: #01959f;
    color: #fff;
    height: 100%;
    padding: 30px 30px 30px 0;
    margin: 0 10px;
}
.psGrp{
    display: flex;
    gap: 25px;
}
.psGrp .col-lg-4{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.MngImg{
    width: 600px;
}
/* .MngImg img{
    width: 100%;
} */
.psAbtCnt{
    max-width: 450px;
}
.psAbtCnt p{
    font-weight: 200;
}
.nameDetails{
    margin-top: 15px;
}
.nameDetails p{
    font-weight: 200;
}
/* OVERVIEW */
.overview{
    margin-top: 40px;
}
.SchlOver{
    margin-top: 20px;
}
.SchlOver p{
    margin: 15px 0;
    font-weight: 200;
}
/* VISSION MISSON */
.psGaols{
    margin-top: 30px;
}
.goalSection{
    background-color: #01959f;
    color: #fff;
    height: 100%;
    display: flex;
    padding: 60px 30px;
    gap: 20px;
}
.goalTxt{
    max-width: 500px;
}
.goalTxt h3{
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}
.goalTxt p{
    font-weight: 200;
}
.coreValues{
    margin-top: 30px;
}
.coreHead h2{
    text-align: center;
    font-weight: 200;
    font-size: 30px;
}
.coreHead p{
    text-align: center;
    font-weight: 200;
    font-size: 20px;
    margin-bottom: 40px;
}

.valuesCnt{
    display: flex;
    gap: 20px;
}
.valuesCnt{
    padding: 30px 0;
}
.num{
    height: 90px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    background-color: #01959f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 35px;
}
.coreTxt h3{
    font-weight: 700;
    font-size:25px;
    margin-bottom: 5px;
}
.coreTxt p{
    font-weight: 200;
}
/* CAMPUS FACILITIES */
.campus-contain{
    width: 100%;
    background-image: url(../assets/Campus/campusBnr.jpg);
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .psFac p{
    text-align: center;
    font-weight: 400;
    margin-top: 25px;
  }
  .psCampus{
    width: 100%;
    background-image: url(../assets/Campus/campus.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    height: 600px;
  }
  .CmpsTxt{
    max-width: 600px; 
  }
  .CmpsTxt h2{
    font-weight: 200;
    font-size: 30px;
  }
  .CmpsTxt p{
    font-weight: 200;
  }
  .CmpsFacilities{
    padding-top: 30px;
  }
  .psFcltsProvd p{
    text-align: center;
    font-weight: 400;
  }
  .facltsList{
    margin-top: 60px;
  }
  .facltsList .row .col-md-6{
    padding-bottom: 8px;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .FacListDetails{
    background-color: #000;
    color: #fff;
    padding: 30px;
    height: 100%;
  }
  .FacHead{
    height: 140px;
  }
  .FacHead h2{
    font-weight: 400;
    font-size: 28px;
  }
  .FacListDetails p{
    text-align: left;
    font-weight: 200;
  }
/* CBSE */
.cbse-contain{
    width: 100%;
    background-image: url(../assets/CBSE/cbseBnr.jpg);
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .cbseTxt p{
    font-weight: 200;
    text-align: center;
    margin-top: 30px;
  }
  .psCbse{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 18px !important;
  }
  .arrow img{
    width: 28px;
  }
  .CbseCnt{
    width: 100%;
    border-bottom: 1px solid #01959f;
  }
  .CbseCnt a{
    font-weight: 200;
    font-size: 22px;
  }
  /* WHY PEACE SCHOOL */
  .prpsContain .row .col-md-3{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .prpsList{
    background-color: #01959f;
    color: #fff;
    text-align: center;
    padding: 40px ;
    height: 100%;
  }
  .prpsList h3{
    font-weight: 200;
    font-size: 28px;
    max-width: 228px;
    margin: auto;
  }
  .prpsList1{
    background-color: #dcdcdc;
    color: #000;
  }
  .ListIcon{
    height: 150px;
  }
  .ListTxt{
    height: 122px;
  }
  .ExclCnt p{
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
  }
  .ExclCnt h2{
    font-weight: 200;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .psPartners .row .col-md-6{
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 10px;
  }
  .partnr{
    border: 1px solid #ccc;
    height: 100%;
    padding:40px;
  }
  .partnr img{
    display: block;
    margin: auto;
    width: 280px;
  }
  .prtnrTxt h3{
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 8px;
  }
  .prtnrTxt p{
    font-weight: 400;
  }
  .chrys img{
    width: 160px !important;
  }
  .british img{
    width: 220px !important;
  }

  /* TC */
  .Tc-contain{
    width: 100%;
    background-image: url(../assets/TC/TCBnr.jpg);
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .tcTxt p{
    margin-top: 20px;
    text-align: center;
    font-weight: 200;
  }
  .Stud-details table {
    font-family: var(--primary-font);
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ccc;
  }
  .SlNo{
    width: 120px;
    padding-left: 15px;
  }
  table td {
    padding: 18px 5px;  
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  table td a{
    background-color: #27285e;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    border-radius: 5px;
    text-transform: none;
  }
  table th {
    border-top: 1px solid #ccc;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 18px 0;
    text-align: left;
  }
/* CAREERS */
.careers-contain{
  width: 100%;
  background-image: url(../assets/careers/careers-bnr.jpg);
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.care-Txt p{
  font-weight: 200;
  text-align: center;
  margin-top: 20px;
}
.crntOppor{
  background-color: #01959f;
  padding: 30px;
  color: #fff;
  text-align: center;
}
.opporTxt h2{
  font-size: 32px;
  font-weight: 700;
  color: #6ce29f;
}
.opporTxt h3{
  font-size: 23px;
  font-weight: 500;
  margin: 13px 0;
}
.opporTxt p{
  font-weight: 200;
}
 .sub-resume{
  border: 1px solid #ccc;
  padding:40px 30px;
  text-align: center;
 }
 .subSec h2{
  font-size: 32px;
  color: #01959f;
  font-weight: 700;
 }
 .subSec p{
  font-weight: 700;
  margin: 15px auto;
  max-width: 600px;

 }
 .subBtn{
  margin-top: 30px;
 }
 .subBtn a{
  background-color: #01959f;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 80px;
  border-radius: 8px;
 }
 .psWrk-cnt h2{
  text-align: center;
  font-weight: 400;
  font-size: 35px;
 }
 .psWrk-cnt  p{
  text-align: center;
  font-weight: 200;
  margin-top: 10px;
 }
 .psWrkList{
  margin-top: 50px;
 }
 .psListCol{
  display: flex;
  align-items: center;
  padding: 20px 0;
  
 }

 .PSIcon img{
 width: 140px;
 }

 .PsWrkCnt h3{
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
 }
 .PsWrkCnt p{
  font-weight: 200;
 }
 /* ADMISSION FORM */
 .admFrm-contain{
  width: 100%;
  background-image: url(../assets/AdminForm/AdmBnr.jpg);
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.admsnFrm{
  background-color: #01959f;
  color: #fff;
  text-align: center;
  padding: 40px 80px 60px;
}
.admsnFrm h2{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.admsnFrm p{
  font-weight: 200;
  text-align: center;
  margin: 10px auto;
  max-width: 840px;
}
.inputDiv{
  border: 1px solid #d4d3d3;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  margin: 5px ;
  border-radius: 8px;
  gap: 10px;
}
.inputDiv input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  font-family: var(--primary-font);
  letter-spacing: 1px;
}
.inputDiv img{
  width: 30px;
}
.inputDiv input::placeholder{
  font-size: 18px;
  font-weight: 200;
  color: #fff;
}
.enqryFrm form .row .col-lg-12{
  padding-left: 0 !important;
  padding-right: 0 !important;
  
}
.enqryFrm form .row .col-md-6{
  padding-left: 0 !important;
  padding-right: 0 !important;
  
}
.inpTxt{
  align-items: start;
  height: 120px;
  margin-top: 5px;
}
.inputDiv textarea{
  width: 100%;
  background-color: transparent;
  height: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  font-family: var(--primary-font);
  padding-top: 5px;
  letter-spacing: 1px;
}
.inputDiv textarea::placeholder{
  font-weight: 200;
  font-size: 18px;
  color: #fff;
}
.sndButton{
  margin-top: 40px;
}
.sndButton a{
  background-color: #fff;
  padding: 15px 60px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
}
.DwnldContain .row .col-lg-6{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.DwnldSec{
  display: flex;
  align-items: center;
  gap: 30px;
  padding:0 20px;
  margin-bottom: 40px;
}
.FrmIcon img{
  width: 187px;
}
.FrmIcon1 img{
  width: 117px;
}
.FrmCnt h2{
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
}
.FrmCnt p{
  font-weight: 200;
}

.AdmFaq{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
}
.faqHead h2{
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.faq-item {
 margin-bottom: 10px;
 border: 1px solid #127c6d;
 border-radius: 10px;
 padding: 15px 20px;
}

 .faq-question {  
   font-size: 16px;
   font-weight: 500;
   display: flex;
   justify-content: space-between;
   align-items: center;
   cursor: pointer;
   transition: background-color 0.3s ease;
   
 }
 .faq-question h3{
   color: #000000;
   font-weight: 700;
 }
 
 .faq-answer {
   max-height: 0;
   overflow: hidden;
   line-height: 1.6;
   transition: max-height 0.3s ease, padding 0.3s ease;
 }

 .faq-answer p{
   font-weight: 200;
   color: #fff;
 }
 .faq-answer.open {
   max-height: 100%; 
 }

 .arrow{
  font-size: 35px;
  font-weight: 700;
  color: #06693a;
 }
.arrow.open {
  transition:all 0.2s;
  transform: rotate(45deg);
  color: #fff;
}
.faq-item.open {
  background-color: #01959f;
  transition: all 0.2s;
}
.faq-item.open .faq-question h3 {
  color: #fff;
}
/* ADMISSION DETAILS */
.elgbltyContain{
  background-color: #01959f;
  padding:80px 40px;

}
.elgbltyContain .row{
  justify-content: center !important;
}
.elgbltyContain .row .col-lg-6{
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.ElgbRow{
  display: flex;
  align-items: center;
  gap: 30px;
  color: #fff;
  padding: 10px;
}
.line{
  position: relative;
}
.line::after{
  content: "";
  width: 2px;
  height: 195px;
  background-color: #000;
  position: absolute;
  top: -27px;
  right: 54px;

}
.ElgbRow img{
  width: 109px;
}
.elgTxt h3{
  font-size: 28px;
  font-weight: 700;
}
.elgTxt p{
  font-weight: 200;
  max-width: 470px;
}
.docContain h2{
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 30px;
}
.docList{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.docsShow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.docsShow img{
  width: 30px;
}
.docsShow p{
  font-size: 22px;
  font-weight: 400;
}
.feeSection{
  background-color: #e3e3e3;
  padding: 60px;
}
.feeSection .row .col-lg-6{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.feeDetls{
  padding: 20px;
}
.feeDetls h2{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.feeHed h2{
  font-size: 26px !important;
}
.feeDetls p{
  font-weight: 200;
  max-width: 477px;
}
.lineaftr{
  position: relative;
}
.lineaftr::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 200px;
  top: 0;
  right: 30px;
  background-color: #000;
}
.feeStrctr li{
  font-weight: 400;
  font-size: 18px;
  padding: 8px 18px;
  letter-spacing: 1px;
  position: relative;
}
.feeStrctr li::before{
  content: "";
  width: 8px;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 50%;
  position: absolute;
}
.feeSection p{
  font-weight: 200;
}
.anyQuery {
  background-color: #01959f;
  color: #fff;
  padding: 60px;
  text-align: center;
}
.anyQuery h3{
  max-width: 600px;
  font-size: 25px;
  font-weight: 700;
  margin: auto;
  line-height: 33px;
}
.anyQuery h3 a{
  color: #c3e26b;
}
.email{
  border-bottom: 2px solid #c3e26b;
}

.uniHead h2{
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.BG-uniform{
  text-align: center;
  border: 1px solid #127c6d;
  border-radius: 8px;
  padding: 50px;
  margin: 8px ;
  height: 100%;
}
.cls{
  background-color: #01959f;
  font-size: 28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin:18px auto;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cls-Unifrm p{
  font-weight: 200;
}
/* MEDIA */
.media-contain{
  width: 100%;
  background-image: url(../assets/Media/mediaBnr.jpg);
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mediaTab-container .row .col-md-3{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mediaTab {
  border: 1px solid #ccc; 
  text-align: center;
}
.mediaTab a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:14px 10px;
    text-align: center;
    border: 0;
   font-size: 19px;
    transition: 0.3s;
    font-weight: 200;
    text-transform: capitalize;

}
.mediaTab.show {
  background-color: #01959f; /* Change this to any color you like */
}
.mediaTab.show a{
  color: #fff;
}

/* MEDIA EVENTS */
.mediaEvnt-contain{
  width: 100%;
  background-image: url(../assets/Media/events/media_events.jpg);
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mediaEvents .row .col-md-6{
  padding-left: 10px ;
  padding-right: 10px;
  margin-bottom: 20px;
}
.EvntHead p {
  margin-bottom: 16px;
}
.events{
  background-color: #000;
  padding: 50px;
  color: #fff;
  margin-bottom: 30px;
  height: 100%;
}

.evntImg img{
  width: 140px;
} 
.evntTxt h3{
  font-size: 25px;
  font-weight: 700;
  margin: 10px 0;
}
.evntTxt p{
  font-weight: 200;
}
/* PHOTO GALLERY */
.mediaPg-contain{
  width: 100%;
  background-image: url(../assets/Media/photo/photo-bnr.jpg);
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pg-section{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gallery {
  width: 20%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.gllryImg {
  width: 100%;
  height: 100%;
}

.gllryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery:hover .gllryImg img {
  transform: scale(1.05);
}

.albmName {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  text-transform: capitalize;
  font-weight: 700;
  border: 1px solid #fff;
  width: auto;
}

/* POPUP */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.popupSlideImg{
  width: 100%;
  height: 400px;
}
.popupSlideImg img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.close-btn {
  position: absolute;
  top: -20px;
  right: -40px;
  color: #000;
  font-size: 24px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  z-index: 1001;
}
.close-btn i{
  color: #fff;
  font-size: 25px;
}

.popup-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
}

.nav-arrow {
  font-size: 40px;
  color: white;
  cursor: pointer;
  user-select: none;
  transition: 0.2s;
}

.nav-arrow:hover {
  color: #01959f;
}

/* VIDEO GALLERY */
.vdoGllry-contain{
  width: 100%;
  background-image: url(../assets/Media/video/videoBnr.jpg);
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-video {
  flex: 2;
}
.videoGallery{
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.playlist .row .col-lg-8, .col-lg-4{
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.main-video iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
.video-info h2{
  margin-top: 10px;
  font-weight: 700;
  font-size: 29px;
}
.video-info p{
  font-weight: 200;
  max-width: 600px;
}


.video-thumbs {
  flex: 1;
  max-height: 400px;
  overflow-y: auto;
  padding-left: 10px;
}

.video-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: background 0.3s;
}

.thumbImg{
  width: 150px;
}
.video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.shrtVdoTxt h4 {
  font-weight: 700;
  font-size: 19px;
}

.shrtVdoTxt p {
  font-weight: 400;
  color: #6b6b6b;
  font-size: 15px;
  margin-bottom: 15px;
}
.watchBtn a{
  background-color: #01959f;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 6px 15px;
}
  /* FOOTER */
  .FtrCol{
    display: flex;
    gap: 20px;
  }
  .ftrCnt{
    border-left: 2px solid #01959f;
    padding-left: 20px;
  }
  .PS-footer{
    background-color: #000;
    padding: 60px 0;
    color: #fff;
  }
  .FtrLogo img{
    width: 120px;
  }
  .copyright p{
    font-weight: 400;
  }
  .mediaIcons{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
  }
  .mediaIcons li a{
    color: #fff;
    font-size: 20px;
  }
  .FtrMenu{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .FtrNav{
    width: 30%;
  }
  .FtrNav li {
    padding: 3px 0;
  }
  .FtrNav li a{
    color: #fff;
    letter-spacing: 1px;
  }
