@import url("https://fonts.googleapis.com/css2?family=Kadwa:wght@400;700&family=Poppins:wght@400;500;700;800&display=swap");
body,
html {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  background-color: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 160%;
  font-weight: 400;
}

p,
a {
  margin: 0;
  line-height: 160%;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

p,
a,
li {
  font-weight: 300;
}

.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .banner-btn {
  position: absolute;
  top: 86%;
  left: 55%;
  transform: translate(-72%, -84%);
}
@media (max-width: 767px) {
  .banner .banner-btn {
    position: absolute;
    top: 79%;
    left: 37%;
    transform: translate(-6%, 6%);
  }
}
.banner .banner-btn a {
  border-radius: 65.774px;
  background: #CE0707;
  color: #FFF;
  text-align: justify;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 169%;
  /* 52.39px */
  text-transform: capitalize;
  padding: 3px 20px;
}
@media (max-width: 767px) {
  .banner .banner-btn a {
    font-size: 14px;
    padding: 2px 10px;
  }
}

.heading-title h1,
.heading-title h2 {
  color: #D28035;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
  /* 52.44px */
  text-transform: capitalize;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .heading-title h1,
  .heading-title h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.academic-excellence {
  background-image: url("../images/white-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .academic-excellence {
    margin-bottom: 20px;
  }
}
.academic-excellence .details {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .academic-excellence .details {
    padding: 20px 0px;
  }
}
.academic-excellence .details p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px; /* 195% */
}
@media (max-width: 767px) {
  .academic-excellence .details p {
    font-size: 16px;
    padding: 12px 0px 20px;
    line-height: 30px;
    text-align: left;
  }
}
.academic-excellence .details p + p {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .academic-excellence .details p + p {
    padding-top: 10px;
  }
}

.time-details {
  background: #2D2C75;
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .time-details {
    padding: 40px 0px;
  }
}
.time-details ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .time-details ul {
    flex-direction: column;
    gap: 16px;
    margin: 0px 40px;
  }
}
.time-details ul li {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%; /* 57.19px */
  text-transform: capitalize;
  border-right: 2px solid #fff;
  padding: 0px 60px;
}
@media (max-width: 767px) {
  .time-details ul li {
    font-size: 18px;
    text-align: center;
    padding: 7px 10px;
    border-right: 0;
  }
}
.time-details ul li:last-child {
  border-right: 0;
}
.time-details ul li img {
  background-color: #fff;
  padding: 10px;
  width: auto;
}
@media (max-width: 767px) {
  .time-details ul li img {
    width: 100px;
    margin-bottom: 10px;
  }
}
.time-details ul li span {
  color: #ff5e04;
  font-size: 41px;
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  .time-details ul li span {
    font-size: 18px;
  }
}
.time-details p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 154%; /* 70.84px */
  text-transform: capitalize;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .time-details p {
    font-size: 18px;
    margin-top: 40px;
  }
}
.time-details p span {
  display: block;
  color: #FF5E04;
}

.nominations-now a {
  border-radius: 63px;
  background: #EC2222;
  color: #FFF;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 169%;
  text-transform: capitalize;
  display: block;
  width: 430px;
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .nominations-now a {
    font-size: 28px;
    width: 80%;
    margin: 60px auto;
  }
}

@media (max-width: 767px) {
  .award-categories {
    padding: 20px 0px;
  }
}
.award-categories .categories-d {
  border-radius: 7.91px;
  background: #EEE;
  padding: 18px;
  margin-bottom: 30px;
  height: 526px;
}
@media (max-width: 1400px) {
  .award-categories .categories-d {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .award-categories .categories-d {
    padding: 16px;
    margin-bottom: 20px;
    height: auto;
  }
}
.award-categories .categories-d ul {
  padding-left: 20px;
}
.award-categories .categories-d ul li {
  list-style: disc;
  color: #000;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .award-categories .categories-d ul li {
    font-size: 16px;
    margin-top: 14px;
  }
}
.award-categories .categories-d p {
  color: #000;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 151%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .award-categories .categories-d p {
    font-size: 16px;
    margin-top: 14px;
  }
}
.award-categories .categories-d p b {
  display: block;
  margin-bottom: 10px;
}
.award-categories p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%; /* 32.88px */
  margin-top: 40px;
}
@media (max-width: 767px) {
  .award-categories p {
    font-size: 20px;
    margin-top: 40px;
  }
}
.award-categories span {
  color: #D28035;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  text-transform: capitalize;
  margin-top: 40px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .award-categories span {
    margin-top: 40px;
    font-size: 22px;
  }
}

.procedure-sec {
  border-radius: 20px;
  background: #ECBB55;
  padding: 30px 90px 60px;
}
@media (max-width: 767px) {
  .procedure-sec {
    padding: 20px;
  }
}
.procedure-sec h3 {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 217%; /* 49.91px */
  text-transform: capitalize;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .procedure-sec h3 {
    font-size: 18px;
    line-height: 160%;
    margin-top: 20px;
  }
}
.procedure-sec ul {
  padding-left: 30px;
}
.procedure-sec ul li {
  list-style: disc;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
}
@media (max-width: 767px) {
  .procedure-sec ul li {
    font-size: 16px;
    margin-top: 10px;
  }
}

.ceremony-details {
  background-image: url("../images/white-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 0px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .ceremony-details {
    padding: 20px 0px;
  }
}
.ceremony-details ul {
  margin: 20px 0px 40px;
}
@media (max-width: 767px) {
  .ceremony-details ul {
    margin: 10px 0px 16px;
  }
}
.ceremony-details ul li {
  margin-top: auto;
}
.ceremony-details .date p {
  background: #ECBB55;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
  /* 42.18px */
  text-transform: capitalize;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .ceremony-details .date p {
    font-size: 24px;
  }
}
.ceremony-details p {
  color: #000;
  padding-top: 24px;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 40.04px */
}
@media (max-width: 767px) {
  .ceremony-details p {
    padding-top: 12px;
    font-size: 16px;
  }
}

.about-us {
  padding: 40px 0px 0px;
}
@media (max-width: 767px) {
  .about-us {
    padding: 20px 0px 0px;
  }
}
.about-us p {
  color: #000;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 169%;
  padding: 28px 0px 60px;
}
@media (max-width: 767px) {
  .about-us p {
    font-size: 16px;
    padding: 10px 0px 10px;
  }
}
.about-us img {
  width: 100%;
  border-bottom: 18px solid #ECBB55;
}

.team {
  padding: 30px 0px;
}
.team .team-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .team .team-details {
    margin-top: 20px;
  }
}
.team .team-details li {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 767px) {
  .team .team-details li {
    width: calc((100% - 0px) / 1);
    text-align: center;
    margin-bottom: 10px;
  }
}
.team .team-details li img {
  width: auto;
  border-radius: 50%;
  border: 8px solid #D28035;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .team .team-details li img {
    width: 200px;
    border: 6px solid #D28035;
    margin-bottom: 6px;
  }
}
.team .team-details li h3 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 154%;
  /* 40.04px */
}
.team .team-details li p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
}
@media (max-width: 767px) {
  .team .team-details li p {
    font-size: 16px;
  }
}

.media-partner {
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .media-partner {
    padding: 20px 0px;
  }
}
.media-partner h3 {
  color: #000;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%; /* 50.16px */
  text-transform: capitalize;
}
.media-partner .partners {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  gap: 80px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .media-partner .partners {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .media-partner .partners li {
    text-align: center;
  }
}
.media-partner .partners li img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .media-partner .partners li img {
    width: 80%;
    margin: auto;
  }
}
.media-partner .partners li p {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%; /* 39.9px */
  text-transform: capitalize;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .media-partner .partners li p {
    font-size: 28px;
    margin-top: 10px;
  }
}

.contact-info {
  background: #2D2C75;
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .contact-info {
    padding: 40px 0px;
  }
}
.contact-info p {
  color: #FFF;
  text-align: center;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%; /* 57.19px */
}
@media (max-width: 767px) {
  .contact-info p {
    font-size: 16px;
  }
}
.contact-info p + p {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact-info p + p {
    margin-top: 20px;
  }
}
.contact-info p span {
  color: #F66739;
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 767px) {
  .contact-info p span {
    margin-bottom: 30px;
  }
}
.contact-info p b {
  display: block;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .contact-info p b {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-info p img {
    width: 20px;
  }
}

.nominate-btn {
  text-align: center;
  padding: 30px 0px;
  margin-top: -70px;
}
@media (max-width: 767px) {
  .nominate-btn {
    padding: 10px 0px;
    margin-top: -34px;
  }
}
.nominate-btn a {
  border-radius: 51px;
  background: #2D2C75;
  color: #FFF;
  text-align: justify;
  font-family: Poppins;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 169%;
  /* 69.29px */
  text-transform: capitalize;
  display: inline-block;
  padding: 2px 40px;
}
@media (max-width: 767px) {
  .nominate-btn a {
    font-size: 26px;
  }
}

.footer {
  background: #2e2f33;
  padding-top: 30px;
}
.footer .logo img {
  width: 198px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .copyright {
  background: #edf3fd;
  padding: 11px 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    margin-top: 80px;
  }
}
.footer .copyright p {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #161a25;
}

.stay-connected {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .stay-connected {
    margin-top: 90px;
  }
}
.stay-connected p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 21px;
  color: #babbc9;
}
.stay-connected ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.stay-connected ul li:nth-child(3) a path {
  transition: all ease-in-out 0.3s;
}
.stay-connected ul li:nth-child(3) a:hover path:nth-child(2) {
  fill: white;
}
.stay-connected ul li:nth-child(3) a:hover path:nth-child(3) {
  fill: white;
}
.stay-connected ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  color: #a5c1f6;
  height: 48px;
  border: 1px solid #a5c1f6;
  transition: all ease-in-out 0.3s;
}
.stay-connected ul li a:hover {
  background-color: #d28035;
  border-color: #d28035;
}

.address {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .address {
    margin-top: 0;
    float: right;
  }
}
.address h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ecf7f4;
  margin-bottom: 0.5rem;
}
.address p {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
.address p a {
  color: #ffffff;
}
.address p span {
  display: block;
}

.form_m4aoyo__form_made_by {
  display: none;
}

.thankyou {
  background: url("../images/thaku.png");
  padding: 40px 0px 60px;
  background-size: 100% 100%;
}
.thankyou .top-head {
  text-align: center;
}
.thankyou .top-head img {
  width: 190px;
  margin: 0px 40px;
}
.thankyou h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 96px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  font-family: "Poppins", sans-serif;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .thankyou h1 {
    padding: 0px;
  }
}
.thankyou h2 {
  color: #C87A34;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  padding: 30px 0px;
}
@media (max-width: 767px) {
  .thankyou h2 {
    font-size: 28px;
    padding: 20px 8px;
  }
}
.thankyou p {
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  .thankyou p {
    width: auto;
    padding: 0px 8px;
    line-height: 30px;
    font-size: 16px;
  }
}
.thankyou p + p {
  margin-top: 20px;
}

.header-section .menu a {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 169%; /* 42.25px */
}

.table {
  --bs-table-border-color: #3A42FF;
}
.table th, .table td {
  vertical-align: middle;
  padding: 1rem;
}
.table th {
  background: #2D2C75;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 169%; /* 42.25px */
}
.table td {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 169%; /* 33.8px */
}/*# sourceMappingURL=main.css.map */