* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:hover {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@font-face {
    font-family: 'Polymath';
    src: url('../fonts/Polymath-Regular.woff2') format('woff2'),
        url('../fonts/Polymath-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath';
    src: url('../fonts/Polymath-Semibold.woff2') format('woff2'),
        url('../fonts/Polymath-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Polymath';
    src: url('../fonts/Polymath-Bold.woff2') format('woff2'),
        url('../fonts/Polymath-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


body {
  font-family: 'Polymath';
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Polymath';
}
p {
  
}

img {
  max-width: 100%;
}
.container-fluid
{
  max-width: 1780px;
  margin: 0px auto;
}

/*** Header css Start ***/

header {
  padding: 10px 0;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0px auto;
}

.pageHeader.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  z-index: 9999;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.top-flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}

.top-left {
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
}
.top-left img 
{
  max-width: 315px;
}

.top-right {
  width: auto;
  height: auto;
  margin: 35px 0 0 0;
}
.top-right a  
{
  background:#123985;
  padding: 15px 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}
.top-right a:hover 
{
  background: rgb(191, 147, 58);
}


.banner {
  width: 100%;
  height: auto;
  position: relative;
}
.banner:before
{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    #123985 0%,
    rgba(18,57,133, 0.5) 30%,
    rgba(255,255,255,0) 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.banner img 
{
  width: 100%;
  height: auto;
}
.bn-mb
{
  display: none;
}

.relative
{
  position: relative;
}

.form
{
  width: 100%;
  height: auto;
  position: absolute;
  right: 60px;
  min-height: 500px;
  background: #123985;
  border-radius: 10px;
  max-width: 550px;
  top:220px;
  padding: 30px;
  scroll-margin-top: 120px;
  z-index: 999;
}
.form h4
{
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 5px 0;
}
.form h5
{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.admissionSec
{
  width: 100%;
  height: auto;
  padding: 70px 0;
  background: #123985;
  margin-top: -10px;
}
.admFlx
{
  display: flex;
  justify-content: space-between;
}
.admnLeft
{
  width: 100%;
  height: auto;
  max-width: 700px;
  text-align: center;
}
.admnLeft h1
{
  font-weight: 600;
  font-size: 64px;
  line-height: 140%;
  letter-spacing: -2%;
  color: #b99c53;
}
.admnLeft h4
{
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #b99c53;
  margin: 0 0 20px 0;
}
.admnLeft hr
{
  width: 100%;
  max-width: 80%;
  margin: 0px auto 20px;
  height: 2px;
  background: #b99c53;
}
.admnLeft p
{
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  color: #fff;
  margin: 0 0 20px 0;
}

.admnRight
{
  width: 100%;
  height: auto;
  text-align: center;
  max-width:1000px;
  margin: 0px auto;
}
.admnRight h3
{
  font-weight: 500;
  font-size: 55px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #b99c53;
}
.campusSec
{
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #F5FBFF;
}
h2.heading
{
  color: #222222;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 0 30px 0;
}
h2.heading span 
{
  color: #123985;
}
.adm
{
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 4px 4px 14px 0px #00000026;
  margin: 20px auto 30px;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.admLf
{
  width:100%;
  height: auto;
  flex: 1;
}
.admLf iframe
{
  width: 100%;
  height: 400px;
}
.admLf img
{
  width: 100%;
  height: 100%;
}
.admRg
{
  width:420px;
  height: auto;
  padding: 30px 30px 0 0;
}
.admRg h3
{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #333333;
}
.admRg h4
{
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #7A7A7A;
  margin: 0 0 30px 0;
}
.adFl
{
  width: 100%;
  height: auto;
  display: flex;
  margin: 0 0 20px 0;
}
.adl
{
  width: 90px;
  height: auto;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.adR
{
  flex: 1;
  color: #6695FF;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.adR a 
{
  color: #6695FF;
  text-decoration: underline;
}
.adR a:hover
{
  color: #000;
}
.gallery
{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; /* optional spacing */
  margin: 40px 0 0 0;
}
.gal
{
  width: 100%;
  height: auto;

}
.gal img 
{
  width: 100%;
  height: auto;
}
.last-footer
{
  width: 100%;
  height: auto;
  padding: 15px 0;
  text-align: center;
  background: #123985;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}
.mbBtn
{
  display: none;
}

.bntext
{
  width: 100%;
  height: auto;
  padding: 40px 0 0;
  position: absolute;
  left:70px;
  top: 100px;
  max-width: 700px;
  z-index: 999;
}
.bntext h1
{
  font-weight: 600;
  font-size: 64px;
  line-height: 140%;
  letter-spacing: -2%;
  color: #fff;
  text-shadow: 0 5px 5px #000;
}
.bntext h4
{
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #b99c53;
  margin: 0 0 20px 0;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.bntext hr
{
  width: 100%;
  max-width: 80%;
  margin: 0px 0 20px;
  height: 2px;
  background: #fff;
}
.bntext p
{
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  color: #b99c53;
  margin: 0 0 0px 0;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
