/* homepage banner */
.new-layout-banner-section {
   position: relative;
   padding: 80px 0;
}

.new-layout-banner-background {
   position: relative;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   padding: 78px 0;
   text-align: center;
   color: #fff;
   width: 100%;
   overflow: hidden;
}

.new-layout-banner-container {
   max-width: 1200px;
   margin: 0 auto;
}

.new-layout-banner-title {
   font-size: 40px;
   font-weight: 700;
   text-align: left;
   line-height: 1.1;
}
.new-layout-banner-title > *:last-child {
   margin-bottom: 12px;
}
.new-layout-banner-line {
   text-align: left;
   width: 80px;
}

.new-layout-banner-date {
   font-size: 29px;
   font-weight: 900;
   text-align: left;
   margin-top: 23px;
   margin-bottom: 10px;
}

.new-layout-banner-location {
   font-size: 19px;
   font-weight: 600;
   text-align: left;
}

.new-layout-banner-buttons {
   display: flex;
   justify-content: left;
   margin-top: 32px;
   align-items: center;
   display: none;
}

.download-icon {
   width: 11px;
   margin-right: 5px;
   transition: all .3s ease-in-out;
}

.new-layout-banner-logo {
   display: flex;
   justify-content: left;
   align-items: stretch;
   margin-top: 57px;
   margin-bottom: 10px;
   gap: 18px;
}

.new-layout-banner-image-wrapper {
   position: relative;
   display: inline-flex;
   padding-right: 19px;
   border-right: 1px solid #fff; 
   flex-direction: column;
   min-height: 113px;
}

.new-layout-banner-image-wrapper:last-child {
   border-right: none;
   padding-right: 0;
}
.new-layout-banner-image {
   margin: auto 0;
}

.new-layout-banner-logo-text {
   font-size: 11px;
   color: #fff; 
   text-align: left;
   line-height: 1.3;
   font-weight: 600;
   padding: 1px 0 4px;
}

.new-layout-banner-image img {
   display: block;
   width: 100%;
   margin-top: 7px;
}

/* text-slider */
.elementor-element.elementor-widget-custom-text-slider {
   background-color: #D80062;
}

.elementor-element.elementor-widget-custom-text-slider > .elementor-widget-container {
   width: 100%;
   max-width: 1220px;
   margin-left: auto;
   margin-right: auto;
}

.card-slider-content {
   color: #fff;
   font-size: 22px;
   font-weight: 400;
   padding: 14px 0;
   margin-top: 10px;
}

.custom-text-slider {
   padding: 10px 68px;
   display: flex;
   gap: 25px;
   align-items: center;
}

.custom-slider-swiper-pagination .swiper-button-prev {
   color: #fff;
   left: 36px;
   background-image: none;
}

.custom-slider-swiper-pagination .swiper-button-next {
   color: #fff;
   right: 27px;
   background-image: none;
}
.register-button a {
   color: #D80062;
   background: white;
   padding: 10px 21px 10px 21px;
   right: auto;
   border-radius: 30px;
   font-size: 15px;
   font-weight: 600;
   white-space: nowrap;
}
.register-button a:hover,
.register-button a:focus {
   background-color: #00B1A9;
   color: white;
}
.register-button {
   margin-left: auto;
   margin-right: 20px;
}

.custom-slider-sec .swiper-button-prev:after,
.speaker-swiper .swiper-button-prev:after {
   font-size: 20px;
   width: 21px;
   content: 'prev';
   font-weight: 800;
   text-align: center;
   transition: all .3s ease-in-out;
}

.custom-slider-sec .swiper-button-next:after,
.speaker-swiper .swiper-button-next:after {
   font-size: 20px;
   width: 21px;
   content: 'next';
   font-weight: 800;
   text-align: center;
   transition: all .3s ease-in-out;
}

.custom-slider-sec .swiper-button-prev:hover:after,
.speaker-swiper .swiper-button-prev:hover:after,
.custom-slider-sec .swiper-button-next:hover:after,
.speaker-swiper .swiper-button-next:hover:after {
   transform: scale(1.1);
}

.navigation-buttons-next .swiper-button-prev:after {
   margin-top: -61px;
   margin-right: -3px;
}

.navigation-buttons-prev .swiper-button-next:after {
   margin-top: -61px;
   margin-left: 15px;
}


/* speaker */
.speaker-img {
   background-size: cover;
   background-position: center top;
   background-repeat: no-repeat;
   width: 100%;
   height: 100%;
   transition: all .3s ease-in-out;
   background-color: #dfe2e5; 
}

.speaker-swiper .speakers-inner-div:hover .speaker-img, 
.speaker-swiper .speakers-inner-div:focus .speaker-img {
   transform: scale(1.1);
}

.speaker-image {
   width: 100%;
   height: 213px;
   overflow: hidden;
}

.speaker-swiper .speakers.swiper-slide {
   width: calc(20% - 14.4px);
}

.speaker-swiper .speakers.swiper-slide:not(:last-child) {
   margin-right: 18px;
}

.speaker-swiper {
   padding: 0 50px;
   overflow: hidden;
   position: relative;
}

.navigation-buttons-next {
   width: 51px;
   height: 100%;
   top: 0;
   margin-top: 0;
   right: -2px;
   background-color: white;
   position: absolute;
   z-index: 2;
}

.navigation-buttons-prev {
   width: 51px;
   height: 100%;
   top: 0;
   margin-top: 0;
   left: -6px;
   background-color: white;
   position: absolute;
   z-index: 2;
}

.navigation-buttons-next .swiper-button-next, .navigation-buttons-prev .swiper-button-prev {
   background-image: none;
}

.speakers-name {
   font-size: 17px;
   color: #042B6D;
   font-weight: 600;
}

.speakers-position {
   font-size: 15px;
   font-weight: 400;
}

.speakers-company {
   font-size: 15px;
   font-weight: 600;
}

.speaker-swiper .speakers-inner-div {
   margin-bottom: 7px;
   min-height: 1px;
   transition: min-height .3s ease-in-out;
   display: block;
   text-decoration: none;
   color: black;
}

.speaker-info-wrapper {
   padding-top: 13px;
   line-height: 1.3em;
}

body a.view-all {
   padding: 6px 26px;
   background-color: #204199;
   color: white;
   border-radius: 100px;
   display: inline-block;
   margin-top: 27px;
}
body a.view-all:hover,
body a.view-all:focus {
   background-color: #00B1A9;
   color: white;
}

.view-all-speaker-buttons {
   text-align: center;
}

.custom-image-gallery-sec {
   position: relative;
   width: 100%;
}

.custom-image-gallery-wrapper {
   display: flex;
   align-items: center;
}

.custom-image-gallery-div.swiper-slide div {
   height: auto;
   min-height: 573px;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   width: 100%;
   min-width: 1px;
   box-shadow: 0 0 0 rgb(0 0 0 / 20%);
   transition: all .5s ease-in-out;
   position: relative;
   left: 50%;
   transform: translate(-50%, 0);
}

.custom-image-gallery-sec.swiper-container {
   padding-left: calc(50vw - 450px);
   padding-right: calc(50vw - 450px);
}

.custom-image-gallery-div.swiper-slide.swiper-slide-active div {
   min-width: calc(100% + 40px);
   box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.custom-image-gallery-div.swiper-slide.swiper-slide-active {
   z-index: 2;
}

.custom-image-gallery-pagination.swiper-pagination .swiper-pagination-bullet {
   background-color: #FFFFFF;
   opacity: 1;
   width: 12px;
   height: 12px;
   transition: all .3s ease-in-out;
   margin: 0 5px;
}

.custom-image-gallery-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
   background-color: #83C341;
   /* opacity: 0; */
}

.custom-image-gallery-pagination {
   line-height: 0;
   bottom: 50px !important;
}

.elementor-element.custom-circle-animation {
   position: absolute;
   left: -23px;
   top: 50%;
   transform: translate(0, calc(-50% + 10px));
   width: auto;
}

.elementor-element.custom-circle-animation:before {
   content: "";
   background-image: url(https://www.officialenergyasia.com/wp-content/uploads/2025/02/circle-animate-img.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   position: absolute;
   width: 635px;
   height: 635px;
   top: 50%;
   left: 50%;
   animation: absolute_rotate 60s linear infinite;
   transform: translate(-50%, -50%);
}

.elementor-element.custom-circle-animation > * {
   position: relative;
   z-index: 1;
}

.elementor-element.ele-custom-accordion.about-us-accordion .elementor-tab-title {
   margin-top: 32px;
}

.ele-custom-accordion.about-us-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
   font-size: 48px;
   width: 1.3em;
}

/* banner slider */
.custom-banner-slider-sec {
   position: relative;
   width: 100%;
   height: 598px;
   max-height: 598px;
   display: flex;
   align-items: center;
   justify-content: center;
   /* overflow: hidden; */
}

/* Background Overlay */
.custom-banner-slider-background-sec {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

.ea-banner-content-parent-container.custom-container {
   height: 100%;
   max-height: calc(100% - 20px);
}

.ea-banner-background-div {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   z-index: -1; /* Send to back */
   transition: opacity 0.5s ease-in-out;
   opacity: 0;
}

.ea-banner-background {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 100%;
}

.ea-banner-background-div.ea-active {
   opacity: 1;
}

.ea-banner-content-parent-container.custom-container, .ea-banner-content_sec {
   height: 100%;
}

.ea-banner-content-div.swiper-slide {
   width: auto;
}

.ea-banner-content-inner-div {
   height: 100%;
}

.banner-count {
   font-weight: 400;
   font-size: 20px;
   color: white;
   margin-bottom: auto;
}

.ea-default-div {
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   padding: 20px 20px 62px;
   border-right: 1px solid #fff;
   position: relative;
   transition: all .3s ease-in-out;
}

.ea-banner-title {
   font-weight: 400;
   font-size: 24px;
   color: white;
   padding-left: 10px;
   position: relative;
}

.ea-banner-title:before {
   content: "";
   background-color: #83C341;
   width: 3px;
   max-height: 22px;
   height: 100%;
   position: absolute;
   top: 2px;
   left: 0;
   transition: all .3s ease-in-out;
}

.ea-banner-content-div.swiper-slide:first-child {
   margin-left: auto;
}

.ea-banner-content-div.swiper-slide:last-child 
{
   margin-right: auto;
}

.ea-banner-content-div.swiper-slide {
   width: 228px;
}

.ea-banner-content-div.swiper-slide.ea-active .ea-default-div {
   padding-bottom: 135px;
}

.ea-banner-content-div.swiper-slide.ea-active .banner-count {
   color:#83C341;
   font-weight: 700;
}

.ea-banner-content-div.swiper-slide:last-child .ea-default-div {
   border-right: 0;
}

.ea-banner-content-div.swiper-slide.ea-active .ea-banner-title  {
   font-weight: 700;
}

.ea-banner-content-div.swiper-slide.ea-active .ea-banner-title:before {
   max-height: 120px;
   max-height: calc(100% - 15px);
}

.ea-inner-div a.ea-explore-button {
   color: white;
   padding: 10px 25px;
   background-color: #D80062;
   border-radius: 100px;
   position: absolute;
   display: inline-flex;
   align-items: center;
   line-height: 1.2;
   opacity: 0;
   pointer-events: none;
   bottom: 20px;
   transition: .3s ease-in-out;
   left: 34px;
}

a.ea-explore-button:hover {
   background-color: #00B1A9;
}

.ea-banner-content-div.swiper-slide.ea-active .ea-inner-div a.ea-explore-button {
   bottom: 82px;
   opacity: 1;
   pointer-events: all;
}

.icon-arrow {
   width: 20px;
   margin-left: 10px;
}

.custom-banner-slider-scrollbar {
   background-color: #FFFFFF;
}

.custom-banner-slider-scrollbar .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
   bottom: 0px;
}

/* homepage info slider */
.custom-info-slider-sec {
   position: relative;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}

.custom-info-slider-div {
   position: relative;
   min-width: 330px;
   width: 890px;
   overflow: hidden;
   transition: all .3s ease-in-out;
}

.custom-info-slider-background {
   position: absolute;
   top: 0;
   left: 50%;
   width: 890px;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   transform: translate(-50%, 0);
}

.custom-info-slider-wrapper {
   display: flex;
   width: 100%;
}

.info-default-div {
   height: 600px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   position: relative;
   transition: all .3s ease-in-out;
   justify-content: flex-end;
   bottom: 0;
   left: 0;
   padding: 80px 27px;
}

.ea-info-inner-div a.ea-button {
   color: white;
   padding: 10px 20px;
   background-color: #83C341;
   border-radius: 100px;
   position: absolute;
   display: inline-flex;
   align-items: center;
   line-height: 1.2;
   opacity: 0;
   pointer-events: none;
   bottom: 20px;
   transition: .3s ease-in-out;
   left: 77px;
   min-width: 193px;
   text-align: center;
   justify-content: center;
   font-weight: 600;
}

.custom-info-slider-div.info-active .ea-info-inner-div a.ea-button {
   pointer-events: all;
   opacity: 1;
   bottom: 72px;
}

.custom-info-slider-background:before {
   content: "";
   position: absolute;
   width: 100%;
   height: 200%;
   transition: all .3s ease-in-out;
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 27.5%, rgba(0, 0, 0, 0.37) 30.8%, rgba(0, 0, 0, 0.7) 49%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
   /* top: -100%; */
   left: 0;
   top: 0;
   /* opacity: 0.8; */
}

.custom-info-slider-div:first-child:not(.info-active), 
.custom-info-slider-div:last-child:not(.info-active),
.custom-info-slider-div:not(.info-active) {
   width: calc(50vw - 445px);
}

.custom-info-slider-div:first-child {
   margin-left: auto;
}

.custom-info-slider-div:last-child {
   margin-right: auto;
}

.custom-info-slider-div.info-active .custom-info-slider-background:before {
   top: -100%;
   opacity: 0.8;
}

.ea-info-title {
   position: relative;
   font-weight: 700;
   color: white;
   font-size: 26px;
   padding-left: 50px;
   line-height: 1.3;
   transition: all .3s ease-in-out;
}
.custom-info-slider-div:not(.info-active) .ea-info-title {
   padding-left: 0;
}
.custom-info-slider-div:not(.info-active) .ea-info-title > *:last-child {
   margin-bottom: 3px;
   margin-left: -7px;
}
.custom-info-slider-div:not(.info-active) .ea-info-title:before {
   opacity: 0;
}




.ea-info-title > * {
   transition: all .3s ease-in-out;
}
.ea-info-title:before {
   content: "";
   background-color: #83C341;
   width: 3px;
   max-height: 22px;
   height: 100%;
   position: absolute;
   top: 2px;
   left: 0;
   transition: all .3s ease-in-out;
}

.custom-info-slider-div.info-active .ea-info-title:before {
   max-height: 120px;
   max-height: calc(100% - 15px);
}

.custom-info-slider-div.info-active .info-default-div {
   padding-bottom: 120px;
}

.ea-info-inner-div .ea-info-description {
   color: white;
   font-size: 15px;
   font-weight: 600;
   padding-bottom: 15px;
   /* position: absolute; */
   line-height: 1.5;
   opacity: 0;
   transition: 0.3s ease-in-out;
   padding-left: 50px
   /* bottom: 125px; */
}

.custom-info-slider-div.info-active .ea-info-inner-div .ea-info-description {
   pointer-events: all;
   opacity: 1;
   /* bottom: 123px; */
   padding-right: 100px;
}

.custom-info-slider-div:not(.info-active) .ea-hover-div {
   opacity: 0;
   pointer-events: none;
   max-height: 0;
   visibility: hidden;
}

.ea-hover-div {
   transition: 0.3s ease-in-out;
   max-height: 500px;
   overflow: hidden;
   min-width: 836px;
}

.ea-info-inner-div .ea-info-description > *:last-child {
   margin-bottom: 0;
}

.ea-info-title-mobile {
   writing-mode: vertical-lr;
   transform: rotate(180deg);
   position: absolute;
   z-index: 1;
   transition: all .3s ease-in-out;
   font-size: 20px;
   font-weight: 700;
   color: white;
   bottom: 28px;
   left: 26px;
}

.ea-sponsor-slider-gallery img.sponsor-img {
   width: 100%;
   height: 100%;
   max-height: 80px;
   object-fit: contain;
   display: block;
   margin: auto;
}

.ea-sponsor-slider-gallery img.sponsor-img-preview {
   width: 100%;
   height: 100%;
   max-height: 170px;
   object-fit: contain;
   display: block;
   margin: auto;
}

/* sponsor & collaborator */
.ea-sponsor-slider {
   position: relative;
}
.ea-sponsor-slider-inner-content {
   display: flex;
   flex-direction: column;
   gap: 18px;
   height: 100%;
}
.ea-sponsor-slider-gallery {
   margin-top: auto;
}
.sponsor-gallery {
   width: 123px;
   min-width: 123px;
   height: 106px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 12px;
   border: 0.5px solid #939598;
}
.sponsor-gallery-preview {
   width: 206px;
   min-width: 206px;
   height: 180px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 12px;
   border: 0.5px solid #939598;
}
.ea-sponsor-slider-content.swiper-slide {
   width: auto;
   height: auto;
}
.ea-sponsor-slider-gallery {
   display: flex;
   align-items: center;
   gap: 22px;
}
.ea-sponsor-container {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: 1250px;
   padding: 38px 56px 0;
   position: relative;
}
.ea-sponsor-slider-content.swiper-slide:not(:last-child) {
   margin-right: 22px;
}
.ea-slider-category-title {
   font-weight: 600;
   line-height: 1.35;
}
.ea-sponsor-slider-arrow:after {
   font-family: swiper-icons;
   font-size: 22px;
   font-weight: 700;
}
.ea-sponsor-slider-button-prev.ea-sponsor-slider-arrow:after {
   content: "prev";
}
.ea-sponsor-slider-button-next.ea-sponsor-slider-arrow:after {
   content: "next";
}
.ea-sponsor-slider-button-prev.ea-sponsor-slider-arrow {
   left: 15px;
}
.ea-sponsor-slider-button-next.ea-sponsor-slider-arrow {
   right: 15px;
}
.ea-sponsor-slider-arrow {
   position: absolute;
   height: 24px;
   width: 13px;
   bottom: 42px;
   z-index: 2;
   transition: all .3s ease-in-out;
   cursor: pointer;
   display: block;
}
.ea-sponsor-slider-arrow-preview:after {
   font-family: swiper-icons;
   font-size: 22px;
   font-weight: 700;
}
.ea-sponsor-slider-button-prev.ea-sponsor-slider-arrow-preview:after {
   content: "prev";
}
.ea-sponsor-slider-button-next.ea-sponsor-slider-arrow-preview:after {
   content: "next";
}
.ea-sponsor-slider-button-prev.ea-sponsor-slider-arrow-preview {
   left: 15px;
}
.ea-sponsor-slider-button-next.ea-sponsor-slider-arrow-preview {
   right: 15px;
}
.ea-sponsor-slider-arrow-preview {
   position: absolute;
   height: 54px;
   width: 32px;
   bottom: 42px;
   z-index: 2;
   transition: all .3s ease-in-out;
   cursor: pointer;
   display: block;
}
.ea-sponsor-slider-arrow-preview:hover, 
.ea-sponsor-slider-arrow-preview:focus {
   transform: scale(1.1);
}
.ea-sponsor-slider-arrow-preview.swiper-button-disabled {
   opacity: 0.3;
   pointer-events: none;
}
.ea-sponsor-slider-arrow:hover, 
.ea-sponsor-slider-arrow:focus {
   transform: scale(1.1);
}
.ea-sponsor-slider-arrow.swiper-button-disabled {
   opacity: 0.3;
   pointer-events: none;
}
.ea-sponsor-slider-inner-content[data-count="1"] .ea-slider-category-title {
   max-width: 130px;
   margin-right: -7px;
}
.ea-sponsor-slider-inner-content[data-count="2"] .ea-slider-category-title {
   max-width: 253px;
   margin-right: -7px;
}
.ea-sponsor-slider-inner-content[data-count="3"] .ea-slider-category-title {
   max-width: 376px;
   margin-right: -7px;
}
.ea-sponsor-slider-inner-content[data-count="4"] .ea-slider-category-title {
   max-width: 499px;
   margin-right: -7px;
}

@keyframes absolute_rotate {
   from {
      transform: translate(-50%, -50%) rotate(0deg);
   }
   to {
      transform: translate(-50%, -50%) rotate(-360deg);
   }
}

@keyframes rotate {
   from {
      transform: rotate(0deg);
   }
   to {
      transform: rotate(-360deg);
   }
}

@media (min-width: 1400px) {
   .elementor-element.custom-circle-animation {
      left: 37px;
   }
}

@media (min-width: 768px) {
   .ea-info-title-mobile {
      display: none;
   }
}

@media (max-width: 1550px) {
   .ea-hover-div {
      min-width: calc(100vw - 720px);
   }
   .ea-info-inner-div .ea-info-description, 
   .custom-info-slider-div.info-active .ea-info-inner-div .ea-info-description {
      padding: 0 5px 15px 25px;
   }
   .ea-info-title {
      padding-left: 25px;
      font-size: 23px;
   }
   .ea-info-inner-div a.ea-button {
      left: 55px;
   }
}
@media (max-width: 1199px) {
   .custom-info-slider-div:first-child:not(.info-active), 
   .custom-info-slider-div:last-child:not(.info-active),
   .custom-info-slider-div:not(.info-active) {
      /* width: calc(50vw - 395px); */
      width: calc(50vw - 350px);
   }
   .custom-info-slider-div {
      min-width: 200px;
      width: 700px;
   }
   .info-default-div {
      padding: 45px 18px;
   }
   .custom-info-slider-background {
      width: 710px;
   }
   .custom-info-slider-div.info-active .ea-info-inner-div a.ea-button {
      bottom: 45px;
   }
   .custom-info-slider-div.info-active .info-default-div {
      padding-bottom: 90px;
   }
   .ea-info-inner-div .ea-info-description, 
   .custom-info-slider-div.info-active .ea-info-inner-div .ea-info-description {
      padding: 0 5px 15px 18px;
   }
   .ea-info-title {
      padding-left: 18px;
      font-size: 20px;
   }
   .custom-info-slider-div:not(.info-active) .ea-info-title > *:last-child {
      margin-left: 0;
      margin-bottom: 0;
   }
.ea-info-inner-div a.ea-button {
   left: 38px;
   min-width: 1px;
}
.ea-sponsor-slider-gallery {
   gap: 15px;
}
.ea-sponsor-slider-content.swiper-slide:not(:last-child) {
   margin-right: 15px;
}
.ea-sponsor-container {
   padding: 35px 42px 0;
}
.ea-slider-category-title {
   font-size: 14px;
}
.ea-sponsor-slider-inner-content {
   gap: 15px;
}
.ea-sponsor-slider-inner-content[data-count="1"] .ea-slider-category-title,
.ea-sponsor-slider-inner-content[data-count="2"] .ea-slider-category-title,
.ea-sponsor-slider-inner-content[data-count="3"] .ea-slider-category-title,
.ea-sponsor-slider-inner-content[data-count="4"] .ea-slider-category-title {
   margin-right: 0;
}




}
@media (max-width: 1099px) {

   .card-slider-content {
      font-size: 20px;
      padding-bottom: 0px;
   }
   .elementor-element.ele-custom-accordion.about-us-accordion .elementor-tab-title {
      margin-top: 15px;
   }
   .custom-text-slider {
      padding: 0px 68px;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 30px;
      text-align: center;
   }

   .register-button {
      margin-left: 0;
      margin-right: 0;
   }

   .elementor-7552 .elementor-element.elementor-element-0ca838f img {
      width: 245px;
   }

   .elementor-element.custom-circle-animation {
      left: 0px;
   }

   .custom-image-gallery-sec.swiper-container {
      padding-left: 120px;
      padding-right: 120px;
   }
   .custom-image-gallery-pagination {
      bottom: 25px !important;
   }
   .custom-image-gallery-div.swiper-slide div {
      min-height: 458px;
   }

   .custom-info-slider-div.info-active .ea-info-inner-div .ea-info-description {
      bottom: 185px;
   }

}

@media (max-width: 1024px) {
   .ele-custom-accordion.about-us-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
      font-size: 40px;
   }
   
}

@media (max-width: 991px) {
   .speaker-swiper .speakers.swiper-slide {
      width: calc(25% - 14.4px);
   }

   .navigation-buttons-prev,
   .navigation-buttons-next {
      width: 31px;
   }

   .speaker-swiper {
      padding: 0 30px;
   }

   .navigation-buttons-next .swiper-button-next {
      right: 0;
   }

   .navigation-buttons-prev .swiper-button-prev {
      left: 0;
   }
   .info-default-div {
      padding: 40px 15px;
   }
   .ea-info-title {
      font-size: 18px;
      padding-left: 12px;
   }
   .ea-info-inner-div .ea-info-description, 
   .custom-info-slider-div.info-active .ea-info-inner-div .ea-info-description {
      padding: 0 5px 10px 12px;
   }
   .custom-info-slider-div.info-active .ea-info-inner-div a.ea-button {
      bottom: 40px;
   }
.ea-info-inner-div a.ea-button {
   left: 28px;
}
.info-default-div {
   height: 450px;
}




}
@media (max-width: 767px) {
   .custom-info-slider-div {
      min-width: 80px;
   }
   .ea-info-title, 
   .ea-hover-div {
      min-width: calc(100vw - 190px);
      transition: all .3s ease-in-out;
      max-height: 500px;
   }
   .custom-info-slider-div:not(.info-active) .ea-info-title, 
   .custom-info-slider-div:not(.info-active) .ea-hover-div {
      opacity: 0;
      pointer-events: none;
      max-height: 0;
      visibility: hidden;
   }
.custom-info-slider-div.info-active .ea-info-title-mobile {
   transform: rotate(180deg) translate(100px, 0);
   opacity: 0;
   pointer-events: none;
}
.ea-sponsor-slider-button-next.ea-sponsor-slider-arrow {
   right: 10px;
}
.ea-sponsor-slider-button-prev.ea-sponsor-slider-arrow {
   left: 10px;
}
.ea-sponsor-slider-arrow:after {
   font-size: 18px;
}
.ea-sponsor-slider-arrow {
   height: 25px;
   width: 10px;
   bottom: 43px;
}
.ea-sponsor-container {
   padding: 28px 32px 0;
}


}
@media (max-width: 670px) {
   .speaker-swiper .speakers.swiper-slide {
      width: calc(33.3% - 14.4px);
   }

   .custom-image-gallery-pagination.swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0 3px;
   }

   .custom-image-gallery-div.swiper-slide div {
      min-height: 350px;
   }

   .custom-image-gallery-pagination {
      bottom: 15px !important;
   }

   .custom-image-gallery-sec.swiper-container {
      padding-left: 60px;
      padding-right: 60px;
   }

   .custom-image-gallery-div.swiper-slide.swiper-slide-active div {
      min-width: calc(100% + 20px);
   }

   .custom-banner-slider-sec {
      height: 500px;
      min-height: 500px;
   }

   .ea-banner-title {
      font-size: 18px;
   }

   .ea-inner-div a.ea-explore-button {
      padding: 10px 18px;
   }

}

@media (max-width: 576px) {
   /* .speaker-swiper .speakers.swiper-slide {
      width: calc(50% - 14.4px);
   } */
   .custom-info-slider-sec {
      overflow-x: scroll;
   }
   .speaker-swiper .speakers.swiper-slide {
      width: 380px;
      min-width: 380px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
   }
   .speaker-swiper .speakers-inner-div {
      min-height: 1px !important;
      width: 180px;
      min-width: 180px;
      margin-bottom: 0;
   }
   .speaker-swiper .speakers.swiper-slide:not(:last-child) {
      margin-right: 20px;
   }

   .speakers-name {
      font-size: 15px;
   }

   .speakers-position {
      font-size: 13px;
   }

   .speakers-company {
      font-size: 13px;
   }
   .custom-image-gallery-sec.swiper-container {
      padding-left: 30px;
      padding-right: 30px;
   }
   .custom-image-gallery-div.swiper-slide div {
      min-height: 280px;
   }

   .info-default-div {
      height: 450px;
      padding: 40px 15px;
   }

   .custom-info-slider-div:first-child:not(.info-active), .custom-info-slider-div:last-child:not(.info-active), .custom-info-slider-div:not(.info-active) {
      width: calc(50vw - 160px);
   }

   .ea-info-title {
      font-size: 20px;
   }

   .ea-info-inner-div .ea-info-description {
      font-size: 13px;
   }

   .ea-info-inner-div a.ea-button {
      font-size: 13px;
      /* left: 63px; */
   }
   .ea-info-title, 
   .ea-hover-div {
      min-width: calc(100vw - 90px);
   }
   .custom-info-slider-div.info-active {
      min-width: calc(100vw - 60px);
   }

}
