@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: 84%;
  left: 70%;
  transform: translate(-70%, -84%);
}
@media (max-width: 1500px) {
  .banner .banner-btn {
    top: 78%;
    left: 58%;
    transform: translate(-6%, 6%);
  }
}
@media (max-width: 767px) {
  .banner .banner-btn {
    position: absolute;
    top: 82%;
    left: 58%;
    transform: translate(-6%, 6%);
  }
}
.banner .banner-btn a {
  border-radius: 51px;
  background: #2d2c75;
  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;
}
@media (max-width: 767px) {
  .heading-title h1,
  .heading-title h2 {
    font-size: 28px;
  }
}

.academic-excellence {
  background-image: url("../images/white-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.academic-excellence .time-details {
  display: flex;
  justify-content: space-between;
  background: #2d2c75;
  padding: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .academic-excellence .time-details {
    flex-direction: column;
    gap: 16px;
    margin: 0px 40px;
  }
}
.academic-excellence .time-details li {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 169%;
}
@media (max-width: 767px) {
  .academic-excellence .time-details li {
    font-size: 14px;
    text-align: center;
  }
}
.academic-excellence .time-details li img {
  background-color: #fff;
  padding: 10px;
  width: auto;
}
@media (max-width: 767px) {
  .academic-excellence .time-details li img {
    width: 100px;
    margin-bottom: 10px;
  }
}
.academic-excellence .time-details li span {
  color: #fcc24b;
  font-size: 41px;
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  .academic-excellence .time-details li span {
    font-size: 28px;
  }
}
.academic-excellence .details {
  padding: 80px 0px 40px;
}
@media (max-width: 767px) {
  .academic-excellence .details {
    padding: 20px 0px;
  }
}
.academic-excellence .details p {
  color: #000;
  text-align: justify;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 169%;
  /* 42.25px */
  padding: 30px 0px 40px;
}
@media (max-width: 767px) {
  .academic-excellence .details p {
    font-size: 16px;
    padding: 12px 0px 20px;
  }
}
.academic-excellence a {
  border-radius: 51px;
  background: #2d2c75;
  color: #fff;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 169%;
  text-transform: capitalize;
  display: block;
  width: 430px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .academic-excellence a {
    font-size: 28px;
    width: auto;
  }
}

.nominations-open {
  background-image: url("../images/nomi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .nominations-open {
    padding: 30px 0px;
  }
}
.nominations-open h2 {
  border-radius: 51px;
  background: #2d2c75;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 169%;
  /* 60.84px */
  text-transform: capitalize;
  padding: 6px 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .nominations-open h2 {
    font-size: 24px;
    line-height: 140%;
    padding: 6px 34px;
  }
}

.award-categories {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .award-categories {
    padding: 20px 0px;
  }
}
.award-categories .categories-d {
  border-radius: 20px;
  background: #f1f1f1;
  padding: 36px;
  margin-bottom: 40px;
}
@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: 22px;
  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 ul li span {
  font-size: 25px;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
.award-categories .categories-d p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 151%;
  /* 37.75px */
  margin-top: 20px;
}
@media (max-width: 767px) {
  .award-categories .categories-d p {
    font-size: 16px;
    margin-top: 14px;
  }
}

.procedure-sec {
  background: #ecbb55;
  padding: 170px 0px 60px;
  margin-top: -202px;
}
@media (max-width: 767px) {
  .procedure-sec {
    padding: 120px 0px 20px;
    margin-top: -134px;
  }
}
.procedure-sec ul {
  padding-left: 30px;
}
.procedure-sec ul li {
  list-style: disc;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  margin-top: 30px;
}
@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 {
  background: #ededed;
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .media-partner {
    padding: 20px 0px;
  }
}
.media-partner .partners {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .media-partner .partners {
    flex-direction: column;
  }
}
.media-partner .partners img {
  width: auto;
}
@media (max-width: 767px) {
  .media-partner .partners img {
    width: 280px;
    margin: auto;
  }
}

.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: 20px;
  line-height: 160%;
  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 */
