.awardsPage .awards {
  background-image: url("../img/awards/award.jpg");
  height: 75vh;
  background-position: 100%;
  background-size: cover;
}
.awardsPage .awards2023 {
    background-image: url("../img/awards/awards23/award-2023.png");
    height: 75vh;
    background-position: 100%;
    background-size: cover;
  }

.faq-sec .accordion-item {
    padding: 15px 20px !important;
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    transition: color 0.5s ease, background-color 0.5s ease !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out !important;
}


.faq-sec .accordion-item:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  bottom: -1px;
  border-radius: 10px;
  padding: 1px 1px;
    background: linear-gradient(91.27deg, #4558A7 1.09%, #1DA47A 30.87%, #D59A04 65.22%, #ED2224 97.16%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
a.btn.btn-default.text-capitalize.text-white.font-weight-bold.awards2022Btn.border-0 {
  background: var(--commonBG-orange);
  line-height: 2;
}
a.btn.btn-default.text-capitalize.text-white.font-weight-bold.awards2022Btn.border-0:hover {
  background: #e55501;
  transition: var(--transition);
}
.awardsPage .awards_2022 {
  background-image: url("../img/awards/Awards_2022_Banner.webp");
  height: 85vh;
  background-position: 100%;
  background-size: 100% 100%;
}
.awardsPage .awardsSection .card {
  width: 100%;
  min-height: 402px;
}
.awardsPage .awardsSection .card:hover {
  transform: none;
}
.awardsPage .awardsSection .card .cmpName {
  min-height: 74px;
}
.awardsPage .awardsSection .card .catName {
  min-height: 64px;
}
.awardsModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 164px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.mediaModal {
  z-index: 999;
}
.awardsModalContent {
  margin: auto;
  display: block;
  width: 75%;
}
#caption,
.awardsModalContent {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.4);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@media only screen and (max-width: 700px) {
  .awardsModalContent {
    width: 90%;
    min-width: 90%;
  }
}
.About-IMC {
  padding: 35px 0;
}
.IMC-para {
  color: #a5a2a2;
  font-size: 20px;
}
.IMC-winner {
  background-image: linear-gradient(to right, #1abc9c, #9b59b6);
  height: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}
.IMC-winner-heading {
  color: #f9f9f9;
  font-family: Roboto, Sans-serif;
  font-size: 38px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}
.awards-img {
  object-fit: cover;
  height: 74px !important;
}
.winner-name {
  color: #55e8d2;
  font-size: 20px;
  font-weight: 700;
}
.winner-networks {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.about-categories {
  padding: 20px 0 40px;
  background-color: #e6e6e6;
}
.line {
  display: flex;
  justify-content: center;
}
.accordion-button:focus {
  z-index: 3;
  border: none !important;
  outline: 0;
}
.accordion-item {
  margin-top: 10px;
}
.accordion-heading {
    box-shadow: none !important;
    border: 0;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s;
    font-weight: 600;
    line-height: 27px;
    color: #000 !important;
}

.accordion-body {
  background-color: #fff;
  padding: 10px;
}
.accordion-icon {
  color: #000;
  font-size: 20px;
}
.accordion-button,
.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  font-weight: 500;
}
.accordion-button {
  font-size: 20px;
  display: flex;
  width: 100%;
  border: none !important;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
}
.accordion-button::after {
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  display: none !important;
}

.home_24 h5.box-heading {
  font-size: 16px;
  color: #666;
  font-weight: 800;
  padding-top: 10px;
}
.box-para {
  font-size: 14px;
  color: #383838;
}
.accordion-content {
  padding-left: 20px;
}
.accordion-button:not(.collapsed)::after {
  display: none !important;
}
.awardsResources {
  background-image: url("../img/awards/03a.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 100%;
  display: flex;
  align-items: center;
}
.awardsResources h3 {
  color: var(--bs-white);
  font-size: 32px;
  font-weight: 700;
}
.awardsResources .btn {
  color: var(--bs-white) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border: 1px dotted #fff !important;
  border-radius: 0 !important;
  width: 100% !important;
}
.awardsResources .btn:hover {
  transform: scale(1.1) !important;
  transition: var(--transition);
}
.awardsResources .awardResourceBox {
  margin-top: 12%;
}
.resource-heading {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
}
.resource-category {
  background-color: #233041;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.resource-category .title h3 {
  color: #fff;
  font-weight: 600;
}
.resource-category .title p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.resource-category .title hr {
  background: rgba(255, 255, 255, 0.3);
  width: 40px;
  margin: 20px auto 0;
  height: 3px;
}
.resource-content p {
  color: #6b6b6b;
}
.resource-content p a {
  color: #334862;
}
.resource-content p a:hover {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.resource-content {
  padding: 30px 0;
}
.resource-content img {
  width: 100%;
}
.resource-content ul {
  list-style: none;
  padding-inline-start: 0;
}
.resource-content ul li {
  color: #6b6b6b;
  margin-bottom: 18px;
}
.awards2022Btn {
  background: var(--commonBG-orange);
  line-height: 2;
  background: #e55501;
  transition: var(--transition);
}
.awardsPage .About-IMC .awardsLogo a img {
  width: 150px;
  object-fit: cover;
}
.awardsSlider .customSlider .owl-nav {
  position: absolute;
  display: flex;
  top: 25%;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 8px;
  z-index: -1;
}
.awardsSlider .customSlider .item {
  padding: 0;
}
.awardsSlider .awardsImg {
  height: 264px;
  object-fit: cover;
  cursor: pointer;
}
.awardsSlider .customSlider .owl-nav button.owl-next,
.awardsSlider .customSlider .owl-nav button.owl-prev {
  font-size: 32px;
  color: #fff;
}
@media screen and (min-width: 365px) and (max-width: 650px) {
  .winner-networks {
    color: #fff;
    font-size: 16px;
    text-align: center !important;
    font-weight: 500;
  }
  .box-content {
    padding: 10px;
  }
  .resources1 {
    background-image: url("../img/awards/03a.png");
    background-position: 70% 0;
    height: 600px;
    object-fit: cover;
    background-repeat: no-repeat;
  }
}
ul.due-date li {
  list-style: circle;
}
@media screen and (min-width: 280px) and (max-width: 653px) {
  .About-IMC {
    padding: 15px 0;
  }
  .accordion-heading {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 500;
  }
  .IMC-para {
    color: #a5a2a2;
    font-size: 16px;
    word-spacing: px;
  }
}
@media screen and (max-width: 400px) and (min-width: 300px) {
  .awardsPage .About-IMC .awardsLogo a img {
    width: 100%;
  }
}
@media screen and (max-width: 574px) and (min-width: 300px) {
  .resource-content li,
  .resource-content p {
    text-align: justify;
  }
  .awardsPage .about-categories .accordion-item .accordion-button i {
    font-size: 20px !important;
  }
  .awardsResources {
    height: 100%;
    background-position: 0 100%;
    background-size: auto;
  }
  .awardsResources .awardResourceBox {
    margin-top: 0;
    padding: 25px 0;
  }
  .awardsResources .awardResourceBox h3 {
    text-align: center;
  }
  .awardsPage .awards {
    height: 320px;
  }
  .IMC-winner-heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 574px) {
  .awardsPage .awardsSection .card .catName,
  .awardsPage .awardsSection .card .cmpName {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .awardsPage .awards_2022 {
    height: 50vw;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 575px) {
  .awardsResources {
    height: 100%;
    background-position: 0 100%;
    background-size: auto;
  }
  .awardsResources .awardResourceBox {
    margin-top: 0;
    padding: 15px 0;
  }
  .awardsResources .btn {
    padding: 0;
    line-height: 3;
  }
  .awardsPage .awards {
    height: 500px;
  }
  .IMC-winner-heading {
    font-size: 34px;
  }
  .awardsPage .awardsSection .card .cmpName {
    min-height: 112px;
  }
  .awardsPage .awardsSection .card .catName {
    min-height: 64px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .awardsResources {
    background-size: cover;
  }
}
@media screen and (max-width: 2000px) and (min-width: 1600px) {
  .awardsResources .awardResourceBox {
    margin-top: 18%;
  }
}
