.common-spacing {
  padding: 80px 0;
}

.support-by {
  background: #edfaff;
}
.support-by .item img {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
}

.faq {
  background: url(../images/faqbg.png) no-repeat;
  background-position: left top;
  background-size: cover;
}
.faq .faq-content {
  padding-bottom: 40px;
}
.faq .faq-left,
.faq .faq-right {
  width: 49%;
}
.faq .faq-content ul li {
  width: 100%;
  border-bottom: 1px dashed #000000;
  padding: 20px;
}
.faq .faq-content .faq-left ul li:nth-of-type(1),
.faq .faq-content .faq-right ul li:nth-of-type(1) {
  border-top: 1px dashed #000000;
}
.faq .accordion-content {
  padding: 5px 0;
}
.faq .accordion-title {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  padding-right: 30px;
}
.faq .accordion-title:after {
  content: "";
  position: absolute;
  background: url("../images/faq-arrow.png") no-repeat;
  width: 30px;
  height: 30px;
  right: 0;
  top: -4px;
  transition: all 1s;
}
.faq .accordion-title.open:after {
  transform: rotate(180deg);
  /* transition: all 4s; */
}

.member-item {
  text-align: center;
}
.member-item .img {
  width: 162px;
  height: 162px;
  padding: 12px;
  border-radius: 50%;
  border: 1px dashed #c23630;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.member-item .img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.member-item .img a {
  position: absolute;
  right: 0;
  bottom: 0;
}
.member-item .img a img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.member-item .small-heading {
  font-size: 18px;
  color: #c23630;
  font-weight: 700;
  margin: 12px 0;
}
.member-item p {
  font-size: 14px;
  color: #000000;
}
.member-item p span {
  display: block;
  margin-top: 12px;
  color: #000000;
}

.selection-panel {
  background: #f0f0f0;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1019607843);
}
.selection-panel .owl-nav {
  text-align: center;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.selection-panel .owl-nav .owl-prev,
.selection-panel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px dashed #c23630 !important;
  background: #fff !important;
  border-radius: 50%;
}
.selection-panel .owl-nav .owl-prev:before,
.selection-panel .owl-nav .owl-next:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/sliderarrow.png) no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.selection-panel .owl-nav .owl-prev span,
.selection-panel .owl-nav .owl-next span {
  opacity: 0;
}
.selection-panel .owl-nav .owl-next:before {
  transform: rotate(-180deg);
}

.committee {
  background: url(../images/committeebg.png) no-repeat;
  background-size: cover;
  background-position: left top;
}
.committee .commiittee-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.committee .commiittee-list .member-item {
  width: 31%;
}

.milestone {
  background: #f0f0f0;
}
.milestone .milestone-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 646px;
  min-height: 348px;
  margin: 30px auto 0;
  position: relative;
}
.milestone .milestone-list:before {
  content: "";
  width: 646px;
  height: 348px;
  background: url(../images/milestonebg-new.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.milestone .item {
  text-align: center;
  max-width: 135px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.milestone .item:nth-of-type(1) {
  right: auto;
  left: 5%;
  top: 40%;
}
.milestone .item:nth-of-type(2) {
  right: auto;
  left: 27%;
  top: -41%;
}
.milestone .item:nth-of-type(3) {
  top: 35%;
  left: 19%;
}
.milestone .item:nth-of-type(4) {
  left: auto;
  right: 9%;
  top: -40%;
}
.milestone .item:nth-of-type(5) {
  left: auto;
  right: 4.5%;
  top: 40%;
}
.milestone .date {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.milestone .desc {
  font-size: 12px;
  color: #000000;
}
.milestone .milestonenewlist {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.milestone .milestoneitem {
  width: 21%;
  border-radius: 24px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
}
.milestone .milestoneitem .date {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin: 1rem 0;
  min-height: 62px;
}
.milestone .milestoneitem .text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
}
.milestone .milestoneitem .icon {
  position: relative;
  margin-top: 48px;
  background: #c23630;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.milestone .milestoneitem .icon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid #c23630;
  border-top: 36px solid transparent;
  position: absolute;
  top: -30px;
  right: 20px;
}
.milestone .milestoneitem .icon img {
  width: auto;
  filter: brightness(0) invert(1);
}

.selection-criteria {
  background: url(../images/selection-criteria-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.selection-criteria .head-part {
  color: #ffffff;
  text-align: center;
}
.selection-criteria .head-part .heading {
  color: #ffffff;
}
.selection-criteria .head-part .desc {
  font-size: 18px;
  margin-top: 20px;
}
.selection-criteria .criteria-btn {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.selection-criteria .criteria-btn .item {
  padding: 10px 30px;
  background: #ffffff;
  font-size: 18px;
  color: #c23630;
  font-weight: 700;
  border-radius: 4px;
  overflow: hidden;
  animation: colorchange infinite 0.8s;
}
@keyframes colorchange {
  0% {
    color: #c23630;
  }
  50% {
    color: #581212;
  }
}
.selection-criteria .txtbox {
  max-width: 80%;
  margin: 32px auto 0;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
}

.eligiblity-criteria {
  position: relative;
  background: #edfaff;
  overflow: hidden;
}
.eligiblity-criteria:before {
  content: "";
  width: 743px;
  height: 520px;
  background: url(../images/eligiblity-leftbg.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.eligiblity-criteria:after {
  content: "";
  width: 690px;
  height: 520px;
  background: url(../images/eligiblity-rightbg.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.eligiblity-criteria .criteria-listing {
  position: relative;
  z-index: 1;
  justify-content: center;
  gap: 24px;
}
.eligiblity-criteria .criteria-listing .item {
  border: 1px solid #000000;
  background: #ffffff;
  overflow: hidden;
  padding: 52px 15px;
  text-align: center;
  width: 30%;
  position: relative;
  transition: all linear 0.3s;
}
.eligiblity-criteria .criteria-listing .item:before, .eligiblity-criteria .criteria-listing .item:after {
  content: "";
  width: 121px;
  height: 115px;
  background: url(../images/eligibility-hoverbg.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  transition: all linear 0.3s;
  opacity: 0;
}
.eligiblity-criteria .criteria-listing .item:after {
  transform: rotate(-180deg);
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
}
.eligiblity-criteria .criteria-listing .item:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-color: #c23630;
}
.eligiblity-criteria .criteria-listing .item:hover:before, .eligiblity-criteria .criteria-listing .item:hover:after {
  opacity: 1;
}
.eligiblity-criteria .criteria-listing .item:hover .icon img {
  filter: none;
}
.eligiblity-criteria .criteria-listing .txt {
  font-size: 15px;
  color: #000000;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.eligiblity-criteria .criteria-listing .icon {
  position: relative;
  z-index: 1;
}
.eligiblity-criteria .criteria-listing .icon img {
  transition: all ease-in-out 0.3s;
  filter: brightness(0);
}

.award-categories {
  background: #edfaff;
  position: relative;
}
.award-categories:before {
  content: "";
  width: 268px;
  height: 438px;
  background: url(../images/award-leftsideimg.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: darken;
}
.award-categories:after {
  content: "";
  width: 271px;
  height: 438px;
  background: url(../images/award-rytsideimg.png) no-repeat;
  position: absolute;
  right: 0;
  top: 40%;
  mix-blend-mode: darken;
}
.award-categories .head-part {
  max-width: 780px;
  margin: 0 auto 40px;
}
.award-categories .head-part .very-small-heading {
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}
.award-categories .head-part p {
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.award-categories .head-part p span {
  color: #c23630;
}
.award-categories .aword-new-content ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.award-categories .aword-new-content ul li {
  width: 20%;
  margin-bottom: 30px;
}
.award-categories .aword-new-content ul li:nth-of-type(6), .award-categories .aword-new-content ul li:nth-of-type(7), .award-categories .aword-new-content ul li:nth-of-type(8), .award-categories .aword-new-content ul li:nth-of-type(9) {
  width: 21%;
}
.award-categories .aword-new-content ul li:nth-of-type(10), .award-categories .aword-new-content ul li:nth-of-type(11), .award-categories .aword-new-content ul li:nth-of-type(12) {
  width: 22%;
}
.award-categories .aword-new-content ul li p {
  font-size: 14px;
}
.award-categories .aword-new-content ul li .aword-item:hover .txt {
  text-shadow: -1px -1px 0 #c23630, 1px -1px 0 #c23630, -1px 1px 0 #c23630, 1px 1px 0 #c23630;
  opacity: 0.6;
}
.award-categories .aword-new-content ul li .aword-item .numimg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.award-categories .aword-new-content ul li .aword-item .txt {
  color: #edfaff;
  background-color: transparent;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 225px;
  opacity: 0.125;
  margin-right: -55px;
  line-height: 90%;
  transition: all linear 0.2s;
}
.award-categories .aword-new-content ul li .aword-item .img {
  max-width: 146px;
  min-width: 146px;
  height: 146px;
  border: 2px solid rgb(96, 1, 23);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(217, 217, 217);
  z-index: 1;
  position: relative;
}
.award-categories .aword-new-content ul li .aword-item .img:before {
  content: "";
  width: 188px;
  height: 189px;
  background: url(../images/award-round.png) no-repeat;
  position: absolute;
  left: 23px;
  top: -24px;
}
.award-categories .aword-new-content ul li .aword-item .img img {
  width: 146px;
  height: 146px;
  transform: scale(1);
  transition: all ease-out 1s;
  display: block;
}
.award-categories .aword-new-content ul li .aword-item .very-small-heading {
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 18px !important;
}
.award-categories .aword-new-content ul.second-ul {
  border-top: 2px solid #767c7e;
}
.award-categories .aword-new-content ul.second-ul .img {
  margin: 0 auto;
}
.award-categories .aword-new-content ul.second-ul li {
  width: 32%;
  padding: 20px 10px 0;
  position: relative;
}
.award-categories .aword-new-content ul.second-ul li .aword-item .img:before {
  background: url(../images/award-round-full.png) no-repeat;
  left: -23px;
  top: -24px;
}
.award-categories .aword-new-content ul.second-ul li:first-child, .award-categories .aword-new-content ul.second-ul li:nth-of-type(2) {
  border-right: 2px solid #767c7e;
}
.award-categories .aword-new-content ul.second-ul li:nth-of-type(2):before, .award-categories .aword-new-content ul.second-ul li:nth-of-type(2):after {
  content: "";
  width: 10px;
  height: 10px;
  background: #767c7e;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: -5px;
}
.award-categories .aword-new-content ul.second-ul li:nth-of-type(2):after {
  left: auto;
  right: -5px;
}
.award-categories .aword-new-content ul.second-ul li .heading {
  font-size: 24px;
  text-align: center;
  margin: 0px 0 10px;
}

.award-category {
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.award-category:before {
  content: "";
  width: 971px;
  height: 839px;
  background: url(../images/award-bg.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.award-category .head-part {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.award-category .head-part .desc {
  font-size: 18px;
  color: #222222;
  margin-top: 20px;
}
.award-category .awardbox {
  margin-top: 50px;
}
.award-category .category-heading {
  text-align: center;
  max-width: 68%;
  margin: 0 auto 40px;
}
.award-category .category-heading .mainheading {
  font-size: 36px;
  font-weight: 600;
  color: #c23630;
}
.award-category .category-heading .headingdesc {
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
}
.award-category .category-heading .headingdesc span {
  color: #c23630;
  font-weight: 600;
}
.award-category .awardlist {
  display: flex;
  justify-content: center;
  gap: 24px 20px;
  flex-wrap: wrap;
  position: relative;
}
.award-category .awardlist:before, .award-category .awardlist:after {
  content: "";
  width: 331px;
  height: 274px;
  background: url(../images/aboutus-dot.png) no-repeat;
  position: absolute;
  left: -120px;
  top: -150px;
  mix-blend-mode: multiply;
}
.award-category .awardlist:after {
  left: 25%;
  top: auto;
  bottom: 20%;
}
.award-category .item {
  position: relative;
  width: 31%;
  border-bottom: 4px solid #000000;
  transition: all linear 0.2s;
  overflow: hidden;
}
.award-category .item:hover {
  border-color: #c23630;
}
.award-category .item:hover img {
  transform: scale(1.1);
}
.award-category .item:before {
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.award-category .item img {
  width: 100%;
  display: block;
  transition: all linear 0.3s;
}
.award-category .txt {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  padding: 24px 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
.award-category .special-award {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.award-category .left {
  width: 40%;
}
.award-category .left img {
  width: 100%;
  display: block;
}
.award-category .right {
  width: 50%;
}
.award-category .que {
  font-size: 22px;
  padding: 24px 18px 18px 0px;
  margin-left: 18px;
  color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.2274509804);
}
.award-category .que span {
  position: relative;
}
.award-category .que span:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/droparrow.png) no-repeat;
  background-position: center center;
  position: absolute;
  right: -30px;
  top: 3px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.award-category .ans {
  font-size: 18px;
  color: #222222;
  line-height: 120%;
  padding: 0px 18px 18px 18px;
  display: none;
  transition: all linear 0.3s;
}
.award-category .specialaward-item {
  background: #f0f0f0;
  position: relative;
  border-left: 2px solid #b2bbbf;
}
.award-category .specialaward-item:hover, .award-category .specialaward-item:active, .award-category .specialaward-item.active {
  border-color: #c23630;
}
.award-category .specialaward-item:hover .que span:before, .award-category .specialaward-item:active .que span:before, .award-category .specialaward-item.active .que span:before {
  background: url(../images/droparrow.png) no-repeat, #c23630;
  background-position: center;
}
.award-category .specialaward-item:hover .ans, .award-category .specialaward-item:active .ans, .award-category .specialaward-item.active .ans {
  display: block;
}
.award-category .specialaward-item:hover:last-of-type .que, .award-category .specialaward-item:active:last-of-type .que, .award-category .specialaward-item.active:last-of-type .que {
  border-bottom: 0;
}
.award-category .specialaward-item:first-of-type .que {
  border-top: 0;
}
.award-category .specialaward-item:last-of-type .que {
  border-bottom: 1px solid #b2bbbf;
}

.program-format .head-part {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.program-format .head-part .desc {
  font-size: 18px;
  color: #222222;
  margin-top: 20px;
}
.program-format .program-box {
  display: flex;
  justify-content: space-between;
  max-width: 780px;
  margin: 45px auto 0;
}
.program-format .detailbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 50%;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #c23630;
  border-radius: 100px 0px 100px 100px;
}
.program-format .detailbox:nth-child(even) {
  border-radius: 100px 100px 100px 0px;
  border-color: #581212;
}
.program-format .detailbox:nth-child(even) .video-box {
  border-color: #581212;
  order: 2;
}
.program-format .detailbox:nth-child(even) .txt {
  order: 1;
  padding-right: 0px;
  padding-left: 20px;
}
.program-format .txt {
  font-size: 16px;
  color: #000000;
  padding-right: 20px;
  font-weight: 700;
}
.program-format .video-box {
  width: 138px;
  min-width: 138px;
  height: 138px;
  border-radius: 50%;
  border: 6px solid #c23630;
  overflow: hidden;
}
.program-format .video-box .videopart {
  -o-object-fit: cover;
     object-fit: cover;
}

.participate {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3019607843);
}
.participate .participate-list {
  display: flex;
  justify-content: center;
  gap: 42px;
  position: relative;
  margin-top: 80px;
}
.participate .participate-list:before {
  content: "";
  width: 100%;
  height: 308px;
  background: url(../images/participate-img-new.png) no-repeat;
  background-position: center center;
  position: absolute;
  left: -4px;
  top: -20px;
}
.participate .iconbox {
  box-shadow: 3.1px 3.1px 3.6px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 50%;
  width: 123px;
  height: 123px;
  margin: 0 auto;
}
.participate .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c23630;
  overflow: hidden;
}
.participate .icon img {
  filter: brightness(0) invert(1);
}
.participate .box {
  display: flex;
  flex-direction: column;
}
.participate .item {
  text-align: center;
}
.participate .item:nth-child(even) {
  margin-top: 20px;
}
.participate .item:nth-child(even) .box .desc {
  order: 1;
}
.participate .item:nth-child(even) .box .iconbox {
  order: 2;
}
.participate .item:nth-of-type(2) .icon {
  background: #581212;
}
.participate .item:nth-of-type(3) .icon {
  background: #790707;
}
.participate .item:nth-of-type(4) .icon {
  background: #580303;
}
.participate .desc {
  font-size: 18px;
  color: #000000;
  max-width: 135px;
  margin: 30px auto;
  min-height: 70px;
}

.aboutus {
  position: relative;
  overflow: hidden;
  padding: 10px 0 70px 0;
}
.aboutus:before {
  content: "";
  width: 538px;
  height: 476px;
  background: url(../images/aboutus-bg.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.aboutus .head-part {
  margin-bottom: 10px;
}
.aboutus .heading {
  text-align: left;
}
.aboutus .heading span {
  font-size: 24px;
  line-height: 42px;
  color: #c23630;
  display: block;
}
.aboutus .mainbox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: -1;
  margin-top: 60px;
}
.aboutus .left {
  width: 40%;
  position: relative;
}
.aboutus .left:before {
  content: "";
  width: 331px;
  height: 274px;
  background: url(../images/aboutus-dot.png) no-repeat;
  position: absolute;
  left: -135px;
  bottom: -72px;
  z-index: -1;
}
.aboutus .left .imgsec {
  width: 100%;
  overflow: hidden;
}
.aboutus .left img {
  width: 100%;
  display: block;
  animation: scale infinite 4s;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.aboutus .right {
  width: 54%;
}
.aboutus .right p {
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
  line-height: 30px;
}
.aboutus .right p:last-of-type {
  margin: 0;
}
.aboutus .right p span {
  font-weight: 500;
  color: #c23630;
}
.aboutus .partnerbox {
  border: 6px solid #581212;
  background: #c23630;
  padding: 14px 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 60px;
}
.aboutus .partnerbox .partnerlist {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.aboutus .partnerbox .item {
  background: #ffffff;
  text-align: center;
  padding: 6px;
}
.aboutus .partnerbox .title {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}

.objective {
  background: #edfaff;
  overflow: hidden;
}
.objective .videosec {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  opacity: 0.4;
}
.objective .container {
  position: relative;
  z-index: 1;
}
.objective .head-part {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.objective .head-part .desc {
  font-size: 18px;
  color: #222222;
  margin-top: 20px;
}
.objective .objectivelist {
  display: flex;
  justify-content: center;
  gap: 20px;
  min-height: 490px;
  margin-top: 40px;
}
.objective .title {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.objective .imgsec {
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 50%;
  margin: 30px auto;
  overflow: hidden;
  opacity: 0;
  transition: all ease-in 0.3s;
}
.objective .imgsec img {
  width: 100%;
  display: block;
}
.objective .descsec {
  font-size: 14px;
  color: #000000;
  opacity: 0;
  transition: all ease-in 0.5s;
}
.objective .item {
  text-align: center;
  width: 28%;
  height: 120px;
  overflow: hidden;
  padding: 30px 15px;
  position: relative;
  border: 1px solid #c23630;
  transition: all linear 0.3s;
}
.objective .item:hover {
  height: 490px;
}
.objective .item:hover .imgsec {
  opacity: 1;
}
.objective .item:hover .descsec {
  opacity: 1;
}
.objective .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/objective-bg.jpg) no-repeat, #ffffff;
  background-position: right bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .objective .videosec {
    bottom: -10%;
  }
  .participate .videosec {
    bottom: -10%;
  }
  .award-categories .aword-new-content ul.second-ul li {
    width: 32% !important;
  }
  .award-categories .aword-new-content ul li {
    width: 25% !important;
  }
  .support-by .list-items {
    gap: 10px;
  }
  .support-by .item {
    width: 18%;
  }
  .support-by .item img {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .aboutus {
    overflow: hidden;
  }
  .aboutus .left img {
    width: 100%;
    display: block;
  }
  .objective .item {
    width: 32%;
  }
  .objective .imgsec {
    margin: 12px auto;
  }
  .award-category .item {
    width: 45%;
  }
  .award-category .txt {
    padding: 8px 15px;
  }
  .award-category .special-award {
    gap: 40px;
  }
  .award-category .left {
    width: 45%;
  }
  .award-categories:before {
    bottom: 20%;
  }
  .selection-criteria .left {
    width: 40%;
  }
  .selection-criteria .right {
    width: 52%;
  }
  .milestone:before, .milestone:after {
    width: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .aboutus {
    overflow: hidden;
  }
  .aboutus .heading {
    text-align: center;
  }
  .aboutus .mainbox {
    flex-wrap: wrap;
    gap: 20px;
  }
  .aboutus .left,
  .aboutus .right {
    width: 100%;
  }
  .aboutus .partnerbox .partnerlist {
    flex-wrap: wrap;
    gap: 20px;
  }
  .aboutus .partnerbox .item {
    width: 45%;
  }
  .objective .videosec {
    bottom: 0;
  }
  .objective .mainbox {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }
  .objective .item:hover {
    height: 100%;
  }
  .participate .participate-list {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }
  .participate .participate-list:before {
    background: url(../images/participate-img.png) no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
  }
  .participate .desc {
    max-width: none;
    min-height: auto;
  }
  .participate .item {
    border: 1px solid #581212;
    padding-top: 8px;
  }
  .participate .item:nth-child(even) .box .iconbox {
    order: 1;
  }
  .award-category .special-award {
    flex-wrap: wrap;
  }
  .award-category .left {
    width: 100%;
  }
  .award-category .right {
    width: 100%;
  }
  .award-categories {
    overflow: hidden;
  }
  .award-categories:after {
    top: -3%;
  }
  .award-categories .aword-new-content ul li {
    width: 45% !important;
  }
  .eligiblity-criteria {
    overflow: hidden;
  }
  .eligiblity-criteria .criteria-listing .item {
    width: 46%;
  }
  .selection-criteria .mainbox {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .selection-criteria .left {
    width: 100%;
  }
  .selection-criteria .smbox:nth-of-type(2) {
    right: -75px;
  }
  .milestone:before, .milestone:after {
    display: none;
  }
  .milestone .milestonenewlist {
    flex-wrap: wrap;
  }
  .milestone .milestoneitem {
    width: 44%;
  }
  .milestone .milestone-list {
    max-width: none;
    height: 764px;
  }
  .milestone .milestone-list:before {
    transform: rotate(-90deg);
    bottom: 200px;
  }
  .milestone .item:nth-of-type(1) {
    right: auto;
    left: 26%;
    top: -51%;
  }
  .milestone .item:nth-of-type(2) {
    right: auto;
    left: 45%;
    top: -15%;
  }
  .milestone .item:nth-of-type(3) {
    top: 20%;
    left: auto;
    right: 56%;
  }
  .milestone .item:nth-of-type(4) {
    left: 45%;
    right: auto;
    top: 56%;
  }
  .milestone .item:nth-of-type(5) {
    left: auto;
    right: 28%;
    top: 75%;
  }
  .committee .commiittee-list .member-item {
    width: 45%;
  }
  .support-by .list-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .support-by .item {
    width: 31%;
  }
  .faq {
    background: none;
  }
  .faq .faq-left,
  .faq .faq-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .common-spacing {
    padding: 30px 0;
  }
  .head-part {
    margin-bottom: 20px;
  }
  .aboutus {
    padding: 30px 0;
  }
  .aboutus:before {
    display: none;
  }
  .aboutus .partnerbox .item {
    width: 100%;
  }
  .aboutus .right p {
    font-size: 16px;
    line-height: 24px;
  }
  .objective .head-part {
    max-width: none;
  }
  .objective .head-part .desc {
    font-size: 16px;
    margin-top: 10px;
  }
  .objective .objectivelist {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .objective .item {
    width: 100%;
    height: 100%;
  }
  .objective .imgsec {
    opacity: 1;
  }
  .objective .descsec {
    opacity: 1;
    font-size: 16px;
  }
  .award-category .head-part {
    max-width: none;
  }
  .award-category .head-part .desc {
    font-size: 16px;
    margin-top: 10px;
  }
  .award-category .awardbox {
    margin-top: 20px;
  }
  .award-category .category-heading {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .award-category .category-heading .mainheading {
    font-size: 28px;
  }
  .award-category .category-heading .headingdesc {
    margin-top: 10px;
    font-size: 16px;
  }
  .award-category .item {
    width: 100%;
  }
  .award-category .que {
    font-size: 18px;
  }
  .award-category .que span:before {
    top: auto;
    bottom: -2px;
  }
  .award-category .ans {
    font-size: 16px;
  }
  .program-format .head-part {
    max-width: none;
  }
  .program-format .head-part .desc {
    font-size: 16px;
    margin-top: 10px;
  }
  .program-format .program-box {
    flex-wrap: wrap;
    gap: 10px;
  }
  .program-format .detailbox {
    width: 100%;
  }
  .award-categories:before, .award-categories:after {
    display: none;
  }
  .award-categories .aword-new-content ul.second-ul {
    flex-wrap: wrap;
  }
  .award-categories .aword-new-content ul.second-ul li {
    width: 100% !important;
  }
  .award-categories .aword-new-content ul.second-ul li:before, .award-categories .aword-new-content ul.second-ul li:after {
    display: none;
  }
  .award-categories .aword-new-content ul li {
    width: 100% !important;
  }
  .eligiblity-criteria .criteria-listing .item {
    width: 100%;
  }
  .selection-criteria .head-part {
    max-width: none;
  }
  .selection-criteria .head-part .desc {
    font-size: 16px;
    margin-top: 10px;
  }
  .selection-criteria .txtbox {
    max-width: none;
    font-size: 16px;
  }
  .selection-criteria .criteria-btn {
    flex-wrap: wrap;
  }
  .selection-criteria .criteria-btn .item {
    width: 100%;
    text-align: center;
  }
  .milestone .milestoneitem {
    width: 100%;
  }
  .milestone .milestoneitem .date {
    min-height: auto;
  }
  .milestone .milestone-list:before {
    left: auto;
  }
  .milestone .item:nth-of-type(1) {
    left: 14%;
    top: -51%;
  }
  .milestone .item:nth-of-type(2) {
    left: 52%;
    top: -15%;
  }
  .milestone .item:nth-of-type(3) {
    right: 50%;
  }
  .milestone .item:nth-of-type(4) {
    left: 51%;
    right: auto;
    top: 59%;
  }
  .committee .commiittee-list .member-item {
    width: 100%;
  }
  .selection-panel .owl-nav {
    margin-top: 10px;
  }
  .support-by .item {
    width: 48%;
  }
  .top-footer {
    flex-wrap: wrap;
  }
  .top-footer ul.socials-icon {
    margin: 0 auto;
    padding: 10px 0 0;
  }
  .footer-div .footer-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .footer-div .footer-row img {
    width: 100%;
  }
  .footer-div .footer-row .Contact-info {
    font-size: 1rem;
  }
  .footer-div .footer-row .col-50 {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-div .footer-row .col-50 .social-info ul {
    justify-content: center;
    width: 100%;
  }
  .footer-div .footer-row .h1 {
    text-align: center;
  }
  .footer-div .footer-row .h3 {
    text-align: center;
  }
  .footer-div .footer-row .Contact-info {
    text-align: center;
    font-size: 1.25rem !important;
    text-align: center;
  }
  .footer-div .footer-row .footer-logo {
    max-width: 25rem;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (max-width: 424px) {
  .participate .participate-list:before {
    background-size: 100% 100%;
    background-position: center;
  }
  .participate .item:nth-of-type(1) {
    right: -4%;
  }
  .participate .item:nth-of-type(2) {
    left: -12%;
  }
  .participate .item:nth-of-type(3) {
    right: 8%;
  }
  .participate .item:nth-of-type(4) {
    left: -4%;
  }
  .milestone .milestone-list:before {
    background-size: 100% 100%;
    background-position: center;
  }
  .top-footer ul.info li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-footer ul.info li p,
  .top-footer ul.info li a {
    font-size: 16px;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 340px) {
  .participate .participate-list:before {
    background-size: 100% 85%;
    background-position: center;
  }
  .participate .item:nth-of-type(1) {
    right: 14%;
  }
  .participate .item:nth-of-type(2) {
    left: 14%;
  }
  .participate .item:nth-of-type(3) {
    right: 17%;
  }
  .participate .item:nth-of-type(4) {
    left: 6%;
  }
  .participate .item:nth-of-type(5) {
    right: 23%;
  }
  .milestone .milestone-list {
    overflow: hidden;
  }
  .milestone .milestone-list:before {
    background-position: center;
  }
  .top-footer ul.info li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-footer ul.info li p,
  .top-footer ul.info li a {
    font-size: 16px;
    margin: 0;
    text-align: center;
  }
}
.social-info ul {
  display: flex;
  gap: 1rem;
}
.social-info ul li a img {
  max-width: 3.125rem;
  height: 3.125rem;
}

.footer-div {
  background-color: #581413;
  padding: 0 0 1.25rem;
}
.footer-div .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-div .footer-row .col-50 {
  width: 100%;
  max-width: 30rem;
}
.footer-div .footer-row .h1 {
  color: #ffffff;
  margin: 1.5rem 0 1rem;
  font-size: 2.25rem;
}
.footer-div .footer-row .h3 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.footer-div .footer-row .Contact-info {
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
.footer-div .footer-row .footer-logo {
  max-width: 25rem;
  margin-bottom: 1.5rem;
}

.bottom-footer {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.25rem 0;
}
.bottom-footer p {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  margin: 0;
}
.bottom-footer p a {
  display: inline;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  text-decoration: underline;
}/*# sourceMappingURL=main.css.map */