section.Excellence_Awards {
    background: var(--White, #FFF);
    padding: 72px 0;
}

.Excellence_Awards_Left {}

.Excellence_Awards_Left h3, .Excellence_Awards_Left h1 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Display xs / Regular */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    margin-bottom: 4px;
}

.Excellence_Awards_Left h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
}

.Excellence_Awards_Right {}

.Excellence_Awards_Right p {
    color: var(--Text-Grey-600, #475467);

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 24px;
}

.Excellence_Awards_Right a.Nominate_Now_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 182px;
    pointer-events: none;
}

.Excellence_Awards_Right a.Nominate_Now_Btn:hover {
    background: var(--Theme-Blue-800, #182878);
}




section.Awards_Categories {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}

section.Awards_Categories h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

.Awards_Categories_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 0;
    margin-top: 0;
    height: 100%;
}

.Awards_Categories_Box img.Awards_Categories_Icon {
    margin-top: -145px;
    text-align: center;
    margin: -90px auto 0;
}

.Awards_Categories_Img {
    text-align: center;
}

.Awards_Categories_Box_Top {
   border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 16px;
    margin: 0;
}

.Awards_Categories_Box_Top h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    text-align: center;
    padding: 0 50px;
}


.Awards_Categories_Box_Middle ul li {
    list-style: none;
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.Awards_Categories_Box_Middle ul li svg {
    min-width: 21px;
    margin-top: 3px;
}

.Awards_Categories_Box_Bottom {
    text-align: center;
    margin-top: 24px;
}

.Awards_Categories_Box_Bottom a.Nominate_Now_Btn {
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 183px;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 auto;
    pointer-events: none;
}

.Awards_Categories_Box_Bottom a.Nominate_Now_Btn svg {}

.Awards_Categories_Box_Bottom a.Nominate_Now_Btn svg path {
    fill: #fff;
}

.Awards_Categories_Box_Bottom a.Nominate_Now_Btn:hover {
    color: #fff;
    background: var(--Theme-Blue-800, #182878);
}

.Awards_Categories_Box_Bottom a.Nominate_Now_Btn:hover svg {}

.Awards_Categories_Box_Bottom a.Nominate_Now_Btn:hover svg path {
    fill: #fff;
}

.Awards_Categories_Box_Middle {
   margin-bottom: 0;
    padding: 16px;
}

.Awards_Categories_Box_Middle a {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding: 8px 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}

.Leading_Accounting_Firms {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    margin-bottom: 24px;
}

.Leading_Accounting_Firms h3 {
    background: var(--Theme-Blue-800, #182878);
    border-radius: 12px 12px 0 0;
    color: var(--White, #FFF);
    text-align: center;

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    padding: 16px 24px;
}

.Awards_Categories_Box_Top h4 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text lg / Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
}





section.Awards_Timeline {
    background: var(--White, #FFF);
    padding: 72px 0;
}

section.Awards_Timeline h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

section.Awards_Timeline .Awards_Timeline_Box {
    text-align: center;
}

.Awards_Timeline_Box_Date {
    margin-bottom: 32px;
}

.Awards_Timeline_Box_Date h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}

.Awards_Timeline_Box_Img {
    margin-bottom: 36px;
    position: relative;
}

.Awards_Timeline_Box_Img:before {
    content: '';
    background: url(../../images/awards-2025/Timeline_Before_Border.svg);
    width: 220px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: -120px;
    top: 53%;
    z-index: 1;
}

.First_Timeline_Box .Awards_Timeline_Box_Img:before { 
    content: '';
    background: url(../../images/awards-2025/Timeline_Before_Border.svg);
    width: 180px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: -75px;
    top: 53%;
    z-index: 1;
}

.Awards_Timeline_Box_Img:after {
    content: '';
    background: url(../../images/awards-2025/Timeline_After_Icon.svg);
    width: 19px;
    height: 19px;
    display: inline-block;
    position: absolute;
    right: -16px;
    top: 43%;
    z-index: 2;
}

.Last_Timeline_Box .Awards_Timeline_Box_Img:after { 
    content: '';
    background: url(../../images/awards-2025/Timeline_Before_Border.svg);
    width: 180px;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: -75px;
    top: 53%;
    z-index: 2;
}


img.Timeline_Icon {
    z-index: 9;
}

.Awards_Timeline_Box_Text {}

.Awards_Timeline_Box_Text h4 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-bottom: 8px;
}

.Awards_Timeline_Box_Text p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

section.Awards_Timeline a.Nominate_Now_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 182px;
    margin: 0 auto;
    margin-top: 48px;
    pointer-events: none;
}

section.Awards_Timeline a.Nominate_Now_Btn:hover { 
    background: var(--Theme-Blue-800, #182878);
}

section.Why_Nominate {
    background: #002FA8;
    padding: 72px 0;
}

section.Why_Nominate h2 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
}

.Why_Nominate_Main {
    margin-top: 48px;
}

.Why_Nominate_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px 24px 36px;
    height: 100%;
}

.Why_Nominate_Box .Why_Nominate_Icon_Text {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
}

.Why_Nominate_Box .Why_Nominate_Icon_Text span {
    color: var(--Text-Grey-700, #344054);

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.Why_Nominate_Box p {
    color: var(--Text-Grey-700, #344054);

/* Text lg / Medium */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
}


/* Testimonials */

.Testimonials {
    padding: 72px 0px;
    background: var(--White, #FFF);
}

.Testimonials .slideBoxLeft h3.Heading_H3 {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 16px;
    margin-top: 16px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.Testimonials img.SlideBox_Test_Author_Img {
    min-width: 57px;
    margin-right: 16px
}

.Testimonials .slideBoxRgt {
    display: flex;
    align-items: center;
    justify-content: center
}

.Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
    min-width: inherit;
    margin-right: 0;
    border-radius: 0;
}

.Testimonials .SlideBox_Test_Author h3 {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.Testimonials .SlideBox_Test_Author p {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Testimonials h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    margin-bottom: 40px
}





/* testimonials */


#customers-testimonials .item-details {
  background-color: #333333;
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
}
#customers-testimonials .item {
  margin-bottom: 40px;
}

#customers-testimonials .item .item_box {
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--Text-Grey-200, #EAECF0);
  background: var(--White, #FFF);
  padding: 16px;
}

#customers-testimonials.owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

#customers-testimonials.owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#customers-testimonials.owl-carousel {
  position: relative;
}

#customers-testimonials.owl-carousel .owl-next,
#customers-testimonials.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-prev {
    top: 45%;
    bottom: auto;
    left: -5%;
}

#customers-testimonials.owl-carousel .owl-next {
    top: 45%;
    bottom: auto;
    right: -5%;
}



#customers-testimonials.owl-carousel .owl-nav .owl-prev {
    border-radius: 43px;
    background: var(--Text-Grey-200, #EAECF0);
}

#customers-testimonials.owl-carousel .owl-nav .owl-next {
    border-radius: 43px;
    background: var(--Text-Grey-200, #EAECF0);
}

#customers-testimonials.owl-carousel .owl-dot, 
#customers-testimonials.owl-carousel .owl-nav .owl-next:hover, 
#customers-testimonials.owl-carousel .owl-nav .owl-prev:hover {
    background: #202B50;
}

#customers-testimonials.owl-carousel .owl-dots {
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dot, 
#customers-testimonials.owl-carousel .owl-nav .owl-next:hover svg path, 
#customers-testimonials.owl-carousel .owl-nav .owl-prev:hover svg path {
    stroke: #fff;
    border-radius: 26px;
    background: var(--Theme-Blue-100, #D8DEFC);
    width: 23px;
    height: 5px;
    display: inline-block;
    margin-right: 5px;
}

#customers-testimonials.owl-carousel .owl-dot.active {
    border-radius: 26px;
    background: var(--Theme-Blue-500, #3A58EF);
}

#customers-testimonials .slideBoxLeft {
    text-align: left;
}



.Watch_video .modal-content {
    border: 0;
    width: 100%;
    max-width: inherit;
    background: transparent;
}

.Watch_video .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1d46f0;
    opacity: 1;
    padding: 15px;
    border-radius: 50%;
    z-index: 9;
}

.Watch_video .modal-header {
    position: relative;
    padding: 0;
}

/* Highlights */

section.Highlights .carousel-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    height: 700px;
}

section.Highlights .carousel-track {
    display: flex;
    align-items: flex-end; /* Align to bottom */
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    height: 700px;
}

section.Highlights .slide {
    flex: 0 0 300px;
    margin: 0 10px;
    height: 312px;
    width: 312px;
    opacity: 0.6;
    transition: height 0.5s ease, opacity 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    will-change: height, opacity;
}

section.Highlights .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

section.Highlights .slide.active {
    height: 648px; /* Grows from bottom */
    width: 648px !important;
    opacity: 1;
    z-index: 2;
    flex: 0 0 648px;
}

section.Highlights .slide.active img {
    height: 648px; /* Grows from bottom */
    width: 648px !important;
    object-fit: cover;
    display: block;
}

section.Highlights .nav-buttons {
    position: absolute;
    top: 20%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

section.Highlights .nav-buttons button {
    pointer-events: auto;
    background: #ffffff;
    border: none;
    font-size: 20px;
    padding: 10px 15px;
    margin: 0 10px;
    border-radius: 50%;
    cursor: pointer;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */
    transition: background 0.3s;
}

section.Highlights .nav-buttons button:hover {
    background: #202B50;
}

section.Highlights .nav-buttons button:hover svg path {
    stroke: #fff;
}


section.Highlights {
    background: var(--White, #FFF);
    padding: 120px 0 72px;
}

section.Highlights h2.Highlights_Title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    text-align: center;
}


/* Speakers section - start  */

section.spleaker_grid {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #EBEEFD);
}
section.spleaker_grid h2.ins_ttl {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}
.speker_imge {
    width: 100%;
    border-radius: 50%;
    background: var(--Theme-Blue-100, #D8DEFC);
    overflow: hidden;
    height: 272px;
    display: flex;
}
.speaker_man:hover .speker_imge {
    background: #3A58EF;
    transition: .4s linear all;
    transform: scale(1) translateY(0px);
    
}

.speaker_man .speker_imge img{ 
    filter: grayscale(1);
}

.speaker_man:hover .speker_imge img {
    transform: scale(1.1) translateY(10px);
    transition: .4s linear all;
    filter: grayscale(0);
}
.speaker_description {
    padding-top: 16px;
}
.speaker_desc_title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.speaker_desc_title a {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.specker_desgignation > span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    height: 24px;
}
.specker_desgignation p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 16px;
    height: inherit;
}
.specker_desgignation_without_audio p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 16px;
    height: 135px;
}
.speaker_audio {
    height: 60PX;
}
.speaker_btns a {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    width: 100%;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.3s ease;
}
.speaker_btns a:hover,.speaker_man:hover .speaker_btns a {
    transition: all 0.3s ease;
    background-color: var(--Theme-Blue-500, #3A58EF);
    color: #ffffff;
}
.speaker_btns{
    margin-top: 16px;
}
.speaker_man {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px;
    height: 100%;
}
ul.ins_lst {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
ul.ins_lst li {
    list-style: none;
    display: flex;
}
ul.ins_lst li:last-child {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-left: 4px;
}
section.spleaker_grid button.slick-prev.custom-prev.slick-arrow {
    /* left: 15%; */
    width: 40px;
    height: 40px;
}

section.spleaker_grid button.slick-next.custom-next.slick-arrow {
    /* right: 15%; */
    width: 40px;
    height: 40px;
}

.spleaker_grid .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #E3E0FB;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}
.spleaker_grid .slick-dots li.slick-active button:before{
    background: #3A58EF;
}
.spleaker_grid > img {
    margin: 0 auto;
}
.spleaker_grid .slick-dots li {
    width: 30px;
}
.spleaker_grid .slick-dots {
    bottom: -67px;
}
.spleaker_grid .slick-prev:before,.spleaker_grid .slick-next:before{
    content: none;
}
.spleaker_grid .slick-prev,.spleaker_grid .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
}
.All_Speakers a.Speakers_Btn {
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--White, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #3A58EF;
}
.All_Speakers {
    text-align: center;
     margin-top: 100px;
}

.Winners_Tabs {
    text-align: center;
}

.Winners_Tabs .nav-pills {
    display: inline-block;
    border-radius: 50px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px;
}

.Winners_Tabs .nav-pills li.nav-item {
    display: inline-block;
}

.Winners_Tabs .nav-pills .nav-link.active {
    border-radius: 50px;
    background: #002FA8;
    box-shadow: 0 4px 4px -2px rgba(24, 39, 75, 0.06), 0 2px 4px -2px rgba(24, 39, 75, 0.02), 0 0 2px 0 #E0E0E0;
    color: var(--White, #FFF);

/* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.Winners_Tabs .nav-pills  .nav-link {
    border-radius: 50px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 11px 24px;
    color: var(--Text-Grey-500, #5D667B);

/* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.speaker_man {
    position: relative;
}

.speaker_winner_img_box {
    position: absolute;
    top: -14px;
    left: 16px;
    z-index: 9;
}

/* Related Blogs - Start */

.Must_Read_Blogs {
  padding: 72px 0px;
  background: var(--Theme-Blue-50, #fff);
}

.Must_Read_Blogs .blogs_main .headings.text-center h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}

.Insightful_Box {
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    height: 100%;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #FFF;
}
.Insightful_Box img {
    width: 100%;
}
.view_all_blog{
    margin-top: 48px;
}
.Insightful_Box h3 {
    overflow: hidden;
    color: var(--Text-Grey-800, #1D2939);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 52px;
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 20px;
}
.Insightful_Box h4 {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
}
.Insightful_Box h4 .blog_author {
    max-height: 20px;
    width: auto;
}
.Insightful_Box p {
    color: var(--Text-Grey-500, #5D667B);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 15px;
}
.Insightful_img {
    max-height: 240px;
    overflow: hidden;
    border-radius: 8px;
}
.Insightful_Box a img:hover {
    transform: scale(1.1);
}
.Insightful_Box a img {
    border-radius: 8px;
    transition: 0.3s;
}
.Insightful_Box a img {
    border-radius: 8px;
}

.Fill_Btn {
    min-width: 200px;
    display: inline-block;
}


/* Have questions  - start */

section.have_que {
    border-radius: 24px;
    background: var(--White,#fff);
    padding: 72px 0;
}

section.have_que .Get_started_form .form-select {
    height: 50px
}

.have_que_inner {
    padding-top: 0;
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
}

.have_que .Get_started {
    background: 0 0;
    padding-bottom: 60px
}

.haveque-img {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
}

.haveque-img>img {
    position: relative;
    z-index: 9
}

.haveque-img img.img-fluid.Logo-Symbol {
    position: absolute;
    top: auto;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%)
}

.have_que_inner h2 {
    color: var(--Theme-Dark-Blue-800,#26244a);
    margin-bottom: 4px
}
.have_que .Get_started form.Get_started_form {
    background: 0 0;
    border: none;
    padding: 0;
}
#lets_connect_submit{
    width: auto;
    height: auto;
}
.Get_started .form-floating>textarea.form-control {
    height: 120px;
}
.have_que_inner h3 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}
.have_que .Get_started {
    background: 0 0;
    padding-bottom: 60px;
}
.have_que .Get_started form.Get_started_form {
    background: 0 0;
    border: none;
    padding: 0;
}

/* Have questions  - end */


/* Faq - start */

section.FAQ_Main {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}
.Freq_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 0;
    margin-right: 24px;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    width: 32px;
    height: 32px;
    background-size: cover
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/exam_prep/images/Open_Accordion_Icon.svg);
    transition: all 0.3s;
    transform: rotate(45deg)
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed::before {
    transform: rotate(0deg)
}


.FAQ_Main .FAQ_Box .accordion-button::after {
    display: none
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border: 0;
    background: #fff0;
    padding-left: 0
}

.FAQ_Main .FAQ_Box .accordion-item {
    margin: 0;
    border: none;
    margin-bottom: 16px;
    border-radius: 0;
    background: #fff0;
    border-bottom: 1px solid #D9D9D9
}

.FAQ_Main .FAQ_Box .accordion-body {
    border-radius: 0 0 12px 12px;
    border: 0;
    background: var(--White,#FFF);
    border-top: 0;
    border: 0;
    background: #fff0;
    padding:0 60px;
    margin: 20px 0;
}

.FAQ_Main .FAQ_Box .accordion-button {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
        padding-left: 0;
}

.FAQ_Main .FAQ_Box .accordion-body p {
    color: var(--secondary-secondary-100,#171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin-bottom: 15px
}

.FAQ_Main .FAQ_Box .accordion-body ul {
    margin-left: 20px
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    color: var(--secondary-secondary-100,#171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    margin-bottom: 10px
}

.FAQ_Main .FAQ_Box .collapse {
    border: 0
}
.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed:focus {
    box-shadow: none;
}
.FAQ_Main .FAQ_Box .accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background: transparent;
}

/* Faq - end */


/* Menu - start */

header.new_header.sticky-top {}

header.new_header.sticky-top nav.navbar {
    padding: 26px 40px;
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
}

header.new_header.sticky-top nav.navbar a.navbar-brand {
    padding: 0;
    margin-right: 32px;
}

header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    padding: 8px 14px;
    color: var(--White, #FFF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: none;
}

header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn:hover {
    background: #182878;
 }

 header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
    border-radius: 4px;
    background: var(--Theme-Blue-100, #D8DEFC);
}

header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 12px;
}

header.new_header.sticky-top nav.navbar ul.navbar-nav {}

header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item {
    margin-right: 12px;
}

header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
    color: var(--Text-Grey-700, #344054);
    /* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    border-radius: 4px;
    background: var(--Theme-Blue-100, #D8DEFC);
}


header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
    background: var(--Theme-Blue-100, #D8DEFC);
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    border-radius: 4px;
}
/* Menu - end */

.bg_light_blue {
    background: var(--Theme-Blue-50, #EBEEFD) !important;
}

.Highlight_Title {
    margin-bottom: -100px;
}

section.Highlights .nav-buttons button#prevBtn {
    position: absolute;
    top: 0;
    left: 45%;
}

section.Highlights .nav-buttons button#nextBtn {
    position: absolute;
    right: 47%;
}

body.Home_page {
    overflow-x: hidden;
}

.All_Speakers a.Speakers_Btn:hover {
    background: var(--Theme-Blue-800, #182878);
    color: #fff;
}

.All_Speakers a.Speakers_Btn:hover svg path {
    fill: #fff;
}

a.Fill_Btn:hover {
    background: var(--Theme-Blue-800, #182878);
    color: #fff;
}

button#lets_connect_submit:hover {
    background: var(--Theme-Blue-800, #182878);
    color: #fff;
}


.Get_started .form-floating>label:not(.Get_started.form-floating > textarea + label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: grey;
    display: flex;
    align-items: center;
}

.form-floating>.form-control:focus~label::after {}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: .625rem;
    padding-bottom: 1rem;
    box-shadow: none;
    border-color: #dee2e6;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: 55px;
    min-height: 46px;
    line-height: 1.25;
    font-size: 14px;
    border: 1px solid #eaecf0;
}

.form-floating>.form-control-plaintext~label, 
.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
    transform: scale(.85) translateY(-1.5rem) translateX(.35rem);
}

.Get_started .form-floating > textarea + label {
    height: auto;
}

@media only screen and (max-width: 1600.51px) {
     header.new_header.sticky-top nav.navbar {
        padding: 16px 16px;
    }
    header.new_header.sticky-top nav.navbar a.navbar-brand {
        margin-right: 16px;
    }
    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item {
        margin-right: 12px;
    }
    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
        font-size: 14px;
    }

    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 14px;
        padding: 8px 8px;
    }

    header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn {
        padding: 8px 8px;
        font-size: 14px;
        gap: 8px;
    }

    header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn svg {
        width: 16px;
        height: 16px;
    }

    section.Highlights h2.Highlights_Title {
        text-align: left;
        padding-left: 0;
        position: absolute;
        right: 22%;
    }

    section.Highlights .nav-buttons {
        position: absolute;
        top: 26%;
    }

    section.Highlights .nav-buttons button#prevBtn {
        position: absolute;
        top: 0;
        left: 61%;
    }

    section.Highlights .nav-buttons button#nextBtn {
        position: absolute;
        right: 29%;
    }




    /* New CSS */

    section.Highlights.New_Highlights .Highlight_Title {
        position: relative;
    }

     section.Highlights.New_Highlights h2.Highlights_Title {
        text-align: left;
        padding-left: 0;
        position: absolute;
        right: 10%;
        top: 0;
    }

    section.Highlights.New_Highlights h3.Highlights_SubTitle {
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        padding-left: 0;
        position: absolute;
        right: 26%;
        bottom: auto;
        margin-top: 70px;
    }

    section.Highlights.New_Highlights .nav-buttons {
        position: absolute;
        top: 26%;
    }

    section.Highlights.New_Highlights .nav-buttons button#prevBtn {
        position: absolute;
        top: 115px;
        left: 49%;
    }

    section.Highlights.New_Highlights .nav-buttons button#nextBtn {
        position: absolute;
        right: 40%;
        top: 115px;
    }

    section.spleaker_grid.New_Winners_2024 h2.ins_ttl {
        margin-bottom: 12px;
    }

    section.spleaker_grid.New_Winners_2024 h3.Winners_2024_SubTitle {
        color: var(--Text-Grey-600, #475467);
        text-align: center;

        /* Text lg/Regular */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
        margin-bottom: 48px;
    }

    .Our_Winners h2 {
        margin-bottom: 12px;
    }

    .Our_Winners h3.Testimonials_SubTitle {
        color: var(--Text-Grey-600, #475467);
        text-align: center;

        /* Text lg/Regular */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
         margin-bottom: 48px;
    }
}


@media only screen and (max-width: 1366.51px) {

    .speker_imge {
        height: 227px;
    }

    .First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        width: 155px;
    }

    .Awards_Timeline_Box_Img:before {
        content: '';
        width: 180px;
        left: -100px;
    }

    .Last_Timeline_Box .Awards_Timeline_Box_Img:after {
        content: '';
        width: 155px;
    }



    header.new_header.sticky-top nav.navbar {
        padding: 16px 16px;
    }
    header.new_header.sticky-top nav.navbar a.navbar-brand {
        margin-right: 16px;
    }
    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item {
        margin-right: 12px;
    }
    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
        font-size: 13px;
    }

    header.new_header.sticky-top nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
        padding: 8px 8px;
    }

    header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn {
        padding: 8px 8px;
        font-size: 13px;
        gap: 8px;
    }

    header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn svg {
        width: 16px;
        height: 16px;
    }

    section.Highlights h2.Highlights_Title {
        text-align: left;
        padding-left: 0;
        position: absolute;
        right: 15%;
    }

    section.Highlights .nav-buttons button#prevBtn {
        position: absolute;
        top: 0;
        left: 66%;
    }

    section.Highlights .nav-buttons button#nextBtn {
        position: absolute;
        right: 23%;
    }


}

@media only screen and (max-width: 1199.51px) {
   .Awards_Categories_Box {
        min-height: inherit;
    }

    .Awards_Timeline_Box_Date h3 {
        font-size: 18px;
    }

    .First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        width: 130px;
    }

    .Awards_Timeline_Box_Img:before {
        content: '';
        width: 140px;
        left: -80px;
    }

    .Last_Timeline_Box .Awards_Timeline_Box_Img:after {
        content: '';
        width: 60px;
        right: 0;
    }

    .Testimonials .slideBoxLeft h3.Heading_H3 {
        margin-bottom: 26px;
        margin-top: 26px;
    }

    #customers-testimonials.owl-carousel .owl-next {
        /* left: 8%; */
    }

    #customers-testimonials.owl-carousel .owl-next, #customers-testimonials.owl-carousel .owl-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .speker_imge {
        height: 182px;
    }

    section.Highlights .carousel-wrapper {
        height: 600px;
    }

    section.Highlights .carousel-track {
        height: 600px;
    }

    section.Highlights .slide.active {
        height: 560px; /* Grows from bottom */
        width: 560px !important;
        opacity: 1;
        z-index: 2;
        flex: 0 0 560px;
    }

    section.Highlights .slide.active img {
        height: 560px;
        width: 560px !important;
    }
    .navbar-expand-lg .navbar-collapse {
         flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        display: none !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        background: rgb(248, 249, 250);
        padding: 20px;
    }

    .navbar-expand-lg .navbar-collapse.show {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        display: inline-block !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-lg {
        display: inline-block;
        width: 100%;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    header.new_header.sticky-top nav.navbar {
        padding: 16px 16px;
        position: relative;
    }

    header.new_header.sticky-top nav.navbar a.Nominate_Now_Btn {
        padding: 8px 8px;
        font-size: 13px;
        gap: 8px;
        max-width: 133px;
    }


    section.Highlights h2.Highlights_Title {
        text-align: left;
        padding-left: 0;
        position: absolute;
        right: 3%;
        font-size: 36px;
    }

    section.Highlights .nav-buttons button#prevBtn {
        position: absolute;
        top: 0;
        right: 18%;
        left: auto;
    }

    section.Highlights .nav-buttons button#nextBtn {
        position: absolute;
        right: 10%;
    }

    section.Highlights .nav-buttons {
        position: absolute;
        top: 28%;
    }

    .speaker_winner_img_box img.img-fluid.speaker_winner_img {
        max-width: 60px;
    }
}

@media only screen and (max-width: 991.51px) {
    .Awards_Timeline_Box_Date h3 {
        font-size: 16px;
        line-height: inherit;
        min-height: 48px;
    }

    .Excellence_Awards_Right p {
        font-size: 16px;
        line-height: inherit;
    }

    .Awards_Timeline_Box_Date h3 {
        font-size: 23px;
    }

    .First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        width: 50px;
        left: -20px;
    }

    .Awards_Timeline_Box_Img:before {
        content: '';
        width: 80px;
        left: -50px;
    }

   .Last_Timeline_Box .Awards_Timeline_Box_Img:after {
        content: '';
        width: 30px;
        right: 0px;
    }

    .Awards_Timeline_Box_Text p {
        font-size: 14px;
        line-height: inherit;
    }

    .Awards_Timeline_Box_Text h4 {
        font-size: 18px;
    }

    .Why_Nominate_Box .Why_Nominate_Icon_Text span {
        font-size: 20px;
        line-height: inherit;
    }

    .Why_Nominate_Box p {
        font-size: 16px;
        line-height: inherit;
    }

    #customers-testimonials .slideBoxLeft svg {
        width: 40px;
    }

    #customers-testimonials.owl-carousel .owl-next svg, #customers-testimonials.owl-carousel .owl-prev svg {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

    .Testimonials .slideBoxLeft h3.Heading_H3 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 18px;
        line-height: inherit;
    }

    .Testimonials .SlideBox_Test_Author h3 {
        font-size: 16px;
        line-height: inherit;
    }

    .Testimonials .SlideBox_Test_Author p {
        font-size: 14px;
        line-height: inherit;
    }

    #customers-testimonials.owl-carousel .owl-next,
    #customers-testimonials.owl-carousel .owl-prev
    {
        bottom: 25%;
    }

    #customers-testimonials.owl-carousel .owl-next,
    #customers-testimonials.owl-carousel .owl-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #customers-testimonials.owl-carousel .owl-next svg, 
    #customers-testimonials.owl-carousel .owl-prev svg {
        width: 16px;
        height: 16px;
        vertical-align: baseline;
    }


    .speker_imge {
        height: 122px;
    }

    .speaker_desc_title {
        font-size: 16px;
        line-height: inherit;
    }

    .specker_desgignation > span {
        font-size: 14px;
        line-height: inherit;
        height: inherit;
    }

    section.Highlights .slide.active {
        height: 400px;
        width: 400px !important;
        opacity: 1;
        z-index: 2;
        flex: 0 0 400px;
    }

    section.Highlights .slide.active img {
        height: 400px;
        width: 400px !important;
    }

    section.Highlights .carousel-wrapper {
        height: 450px;
    }
        
    section.Highlights .carousel-track {
        height: 450px;
    }


    .Excellence_Awards_Left h3, .Excellence_Awards_Right h1 {
        font-size: 16px;
    }

    .Excellence_Awards_Left h2 {
        font-size: 32px;
        line-height: inherit;
    }

    img.Timeline_Icon {
        z-index: 9;
        max-width: 70px;
        max-height: 70px;
    }

    .First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        width: 65px;
        left: -20px;
    }

    .Awards_Timeline_Box_Img:before {
        content: '';
        width: 105px;
        left: -65px;
    }

    .Awards_Timeline_Box_Img:after {
        content: '';
        background: url(../../images/awards-2025/Timeline_After_Icon.svg);
        width: 14px;
        height: 14px;
        background-size: contain;
        display: inline-block;
        position: absolute;
        right: -16px;
        top: 43%;
        z-index: 2;
    }

    .Last_Timeline_Box .Awards_Timeline_Box_Img:after {
        content: '';
        width: 45px;
        right: 0px;
    }

    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        display: none !important;
        position: relative;
        left: 0;
        right: 0;
        top: 5px;
        background: rgb(248, 249, 250);
        padding: 0;
    }

    .speaker_winner_img_box img.img-fluid.speaker_winner_img {
        max-width: 50px;
    }

    section.Highlights h2.Highlights_Title {
        padding-left: 0;
        position: relative;
        right: auto;
        left: auto;
        text-align: center;
        padding-bottom: 20px;
    }

    .Highlight_Title {
        margin-bottom: 0;
    }

    section.Highlights .nav-buttons {
        position: absolute;
        top: 0%;
    }

    section.Highlights .carousel-wrapper {
        padding-top: 40px;
    }

    section.Highlights .nav-buttons button#prevBtn {
        right: 51%;
    }

    section.Highlights .nav-buttons button#nextBtn {
        right: 41%;
    }
}


@media only screen and (max-width: 767.51px) {
    .Excellence_Awards_Left h3, .Excellence_Awards_Right h1 {
        font-size: 20px;
    }

    .Excellence_Awards_Left h2 {
        font-size: 32px;
    }

    section.Awards_Timeline .Awards_Timeline_Box {
        text-align: center;
        margin-bottom: 48px;
        min-height: 265px;
    }

    .Awards_Timeline_Box_Date  {
        margin-bottom: 16px;
    }

    .First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        left: 0;
        width: 180px;
        right: 0;
        top: auto;
        margin: 0 auto;
        bottom: -122px;
    }

    section.Awards_Timeline .Awards_Timeline_Box.First_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        bottom: -135px;
    }

    .Awards_Timeline_Box_Img:after {
        content: '';
        background: url(../../images/awards-2025/Timeline_After_Icon.svg);
        width: 14px;
        height: 14px;
        background-size: contain;
        display: inline-block;
        position: absolute;
        right: 0;
        top: auto;
        bottom: -140px;
        margin: 0 auto;
        left: 0;
        z-index: 2;
    }

    .Awards_Timeline_Box_Img:before {
        content: '';
        width: 220px;
        left: 0;
        right: 0;
        bottom: -135px;
        top: auto;
        margin: 0 auto;
    }

    section.Awards_Timeline .Awards_Timeline_Box.Last_Timeline_Box .Awards_Timeline_Box_Img:before {
        content: '';
        display: none;
    }

    .Awards_Timeline_Box_Img {
        margin-bottom: 18px;
        position: relative;
    }

    section.Awards_Timeline .Awards_Timeline_Box.Last_Timeline_Box {
        margin-bottom: 0;
    }

    .Testimonials .slideBoxRgt {
        margin-top: 16px;
    }

    .Testimonials .slideBoxLeft h3.Heading_H3 {
        font-size: 17px;
    }

    #customers-testimonials.owl-carousel .owl-next, 
    #customers-testimonials.owl-carousel .owl-prev {
        bottom: 19%;
    }

    #customers-testimonials.owl-carousel .owl-prev {
        left: 5%;
    }

    #customers-testimonials.owl-carousel .owl-next {
        left: 16%;
    }

    .Winners_Tabs .nav-pills {
        display: flex;
        padding: 8px;
        flex-wrap: nowrap;
        gap: 16px;
    }

    .Winners_Tabs .nav-pills li.nav-item {
        display: inherit;
    }

    .Winners_Tabs .nav-pills .nav-link.active {
        font-size: 12px;
    }


    .Winners_Tabs .nav-pills .nav-link {
        padding: 11px 16px;
        font-size: 12px;
    }

    .speker_imge {
        height: 367px;
    }

    .speaker_man .speker_imge img {
        margin: 0 auto;
    }

     section.Highlights .slide.active {
        height: 312px;
        width: 312px !important;
        opacity: 1;
        z-index: 2;
        flex: 0 0 312px;
    }

    section.Highlights .slide.active img {
        height: 312px;
        width: 312px !important;
    }

    section.Highlights .carousel-wrapper {
        height: 350px;
    }

    section.Highlights .carousel-track {
        height: 350px;
    }

    .have_que .Get_started {
        display: block;
        padding-bottom: 0;
    }

    .speaker_winner_img_box img.img-fluid.speaker_winner_img {
        max-width: inherit;
    }

    #customers-testimonials.owl-carousel .owl-next {
        left: auto;
        right: 0;
    }

    #customers-testimonials.owl-carousel .owl-prev {
        left: 0;
    }

    section.Highlights .nav-buttons button#prevBtn {
        left: 0;
        right: auto;
    }

    section.Highlights .nav-buttons button#nextBtn {
        right: 0;
        left: 0;
    }

    section.Highlights .nav-buttons {
        top: 0%;
    }

    section.Highlights .nav-buttons button#prevBtn {
        width: 35px;
        height: 35px;
        padding: 0;
        left: 37%;
    }

    section.Highlights .nav-buttons button#nextBtn {
        width: 35px;
        height: 35px;
        padding: 0;
        right: 37%;
        left: auto;
    }

    section.Highlights {
        padding: 72px 0;
    }
    
}

@media only screen and (max-width: 425.51px) { 
    .speker_imge {
        height: 367px;
    }
}

@media only screen and (max-width: 375.51px) { 
    .speker_imge {
        height: 317px;
    }
}

@media only screen and (max-width: 320.51px) { 
    .speker_imge {
        height: 262px;
    }
}