/***

====================================================================
    Speakers Section
====================================================================

***/

html {
  scroll-padding-top: 250px; /* equal to your fixed header height */
}

.speakers-section {
    padding: 90px 0 50px;
    background-color: #f4f7ff;
    overflow: hidden;
}

.speakers-section:before {
    background-image: url(../images/background/4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

.speakers-section .icon-dotted-circle {
    left: -560px;
    top: -120px;
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear;
}

.speaker-block {
    position: relative;
    margin-bottom: 40px;
}

.speaker-block .inner-box {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.speaker-block .image-box {
    position: relative;
    padding: 17px 22px 0 0;
}

.speaker-block .image {
    position: relative;
    border: 5px solid #8dcbff;
    -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    border-radius: 0 0 250px 250px;
    overflow: hidden;
    margin-bottom: 0;
}

.speaker-block .image-box:before {
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    bottom: 17px;
    border: 3px solid #dddddd;
    border-radius: 0 0 250px 250px;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height:350px;
}

.speaker-block .inner-box:hover .image-box:before {
    border: 3px solid #081245;
    border-color: #26247b;
    opacity: 1;
}

.elem > span {
    display: block;
    cursor: pointer;
    height: 0;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
}
.elem, .elem * {
    box-sizing: border-box;
    margin: 0 !important;
}

.speaker-block .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.speaker-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.speaker-block .plus-icon {
    position: absolute;
    right: 25px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #081245;
    border-radius: 50%;
    background-color: #26247b;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block .social-links {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffba00;
    border-radius: 50px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.speaker-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.speaker-block .social-links a {
    position: relative;
    margin: 5px 0;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffba00;
    color: #081245;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block .social-links a:hover {
    color: #ffffff;
    background-color: #081245;
}

.speaker-block .info-box {
    position: relative;
    padding-top: 5px;
}

.speaker-block h4 {
    display: block;
    font-size: 24px;
    color: #001376;
}

.speaker-block h4 a {
    color: #001376;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block .designation {
    font-size: 14px;
    color: #555555;
}


/***

====================================================================
    Speakers Section Two
====================================================================

***/

.speakers-section-two {
    padding: 90px 0 50px;
    background-color: #081245;
    background-image: url(../images/background/10.jpg);
    overflow: hidden;
}

.speakers-section-two .icon-object-10 {
    left: -310px;
    bottom: 100px;
    -webkit-animation: fa-spin 30s infinite linear;
    animation: fa-spin 30s infinite linear;
}

.speakers-section-two .icon-object-15 {
    right: -115px;
    top: 65px;
    -webkit-animation: fa-spin 90s infinite linear;
    animation: fa-spin 90s infinite linear;
}

.speakers-section-two .icon-object-16 {
    display: block;
    left: -290px;
    bottom: 560px;
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear;
}

.speaker-block-two {
    position: relative;
    margin-bottom: 50px;
}

.speaker-block-two .inner-box {
    position: relative;
}

.speaker-block-two .image-box {
    position: relative;
    padding: 20px 20px;
    max-width: 270px;
    margin: 0 auto;
}

.speaker-block-two .image {
    position: relative;
    height: 230px;
    width: 230px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
}

.speaker-block-two .image-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 140px;
    width: 140px;
    background-image: url(../images/icons/curved-border.png);
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-two .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.speaker-block-two .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.speaker-block-two .plus-icon {
    position: absolute;
    left: 20px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #081245;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-two .social-links {
    position: absolute;
    left: 25px;
    bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffba00;
    border-radius: 50px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.speaker-block-two .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.speaker-block-two .social-links a {
    position: relative;
    margin: 5px 0;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffba00;
    color: #081245;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-two .social-links a:first-child,
.speaker-block-two .social-links a:last-child {
    margin: 0;
}

.speaker-block-two .social-links a:hover {
    color: #ffffff;
    background-color: #081245;
}

.speaker-block-two .info-box {
    position: relative;
    padding: 10px 0 30px;
    border-bottom: 1px solid #001373;
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-two .inner-box:hover .info-box {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 20px 0 20px;
}

.speaker-block-two .info-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    content: "";
    background: #001373;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-two .inner-box:hover .info-box:before {
    height: 100%;
}

.speaker-block-two h4 {
    display: block;
    font-size: 24px;
    color: #ffffff;
}

.speaker-block-two h4 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-two .designation {
    position: relative;
    font-size: 14px;
    color: #ffffff;
}


/***

====================================================================
    Speakers Section Three
====================================================================

***/

.speakers-section-three {
    padding: 90px 0 50px;
    background-color: #f4f7ff;
    overflow: hidden;
}

.speakers-section-three .icon-dotted-circle {
    left: -560px;
    top: -120px;
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear;
}

.speaker-block-three {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.speaker-block-three .inner-box {
    position: relative;
    padding: 20px 25px 25px;
    text-align: center;
}

.speaker-block-three .inner-box:before {
    position: absolute;
    left: 7px;
    top: 0;
    height: 230px;
    width: 230px;
    border: 5px solid #ffffff;
    content: "";
}

.speaker-block-three .inner-box:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 230px;
    width: 220px;
    border: 10px solid #247ffb;
    content: "";
}

.speaker-block-three .image-box {
    position: relative;
    padding: 10px;
    z-index: 1;
}

.speaker-block-three .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 9;
}

.speaker-block-three .image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #0019b2;
    background: -o-linear-gradient(45deg, #0019b2 0%, #2d0060 100%);
    background: linear-gradient(45deg, #0019b2 0%, #2d0060 100%);
    z-index: 1;
}

.speaker-block-three .image-box:after {
    position: absolute;
    left: -10px;
    bottom: -10px;
    height: 70px;
    width: 70px;
    background-color: rgba(255, 255, 255, .10);
    content: "";
}

.speaker-block-three .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.speaker-block-three .info-box {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    padding: 30px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, .10);
    box-shadow: 0 3px 16px rgba(0, 0, 0, .10);
    background-color: rgba(255, 255, 255, .90);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-three h4 {
    display: block;
    font-size: 24px;
    color: #001376;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-three h4 a {
    color: #001376;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-three .designation {
    font-size: 14px;
    color: #555555;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-three .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-three .social-links a {
    display: block;
    text-align: center;
    line-height: 38px;
    margin: 0 3px 10px;
    height: 40px;
    width: 40px;
    border: 1px solid #1f1b79;
    border-radius: 50%;
    color: #081245;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-three .social-links a:hover {
    background: #ff7500;
    border-color: #ff7500;
    color: #ffffff;
}

.speaker-block-three .text {
    position: relative;
}


/* Animate 1 */

.speaker-block-three h4,
.speaker-block-three .designation,
.speaker-block-three .info-box,
.speaker-block-three .social-links,
.speaker-block-three .text {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-three .image-box:hover h4,
.speaker-block-three .image-box:hover .info-box,
.speaker-block-three .image-box:hover .designation,
.speaker-block-three .image-box:hover .social-links,
.speaker-block-three .image-box:hover .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* Animate 2 */

.speaker-block-three .image-box:hover h4 {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}


/* Animate 3 */

.speaker-block-three .image-box:hover .designation {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}


/* Animate 4 */

.speaker-block-three .image-box:hover .social-links {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}


/* Animate 5 */

.speaker-block-three .image-box:hover .text {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}


/***

====================================================================
    Speaker Detail
====================================================================

***/

.speaker-detail-section {
    position: relative;
    padding: 100px 0;
}

.speaker-details {
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.speaker-details .name {
    font-size: 30px;
    line-height: 1em;
    color: #001376;
    font-weight: 600;
    margin-bottom: 10px;
}

.speaker-details .name a {
    color: #001376;
}

.speaker-details .designation {
    font-size: 14px;
    color: #ffba00;
}

.speaker-info-list {
    margin-top: 40px;
}

.speaker-info-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #555555;
}

.speaker-info-list li a {
    color: #555555;
}

.speaker-info-list li strong {
    display: block;
    font-weight: 600;
    color: #001376;
    min-width: 140px;
}

.speaker-detail-section .info-column h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #001376;
    font-weight: 600;
    margin-bottom: 15px;
}

.speaker-detail-section .info-column p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.speaker-detail-section .other-info h2 {
    font-size: 36px;
    line-height: 1.2em;
    color: #001376;
    font-weight: 700;
    margin-bottom: 40px;
}

.speaker-session-info {
    position: relative;
    margin-bottom: 30px;
}

.speaker-session-info .inner-box {
    position: relative;
    padding: 35px 40px;
    border: 1px solid #d7d7d7;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-session-info h4 {
    position: relative;
    font-size: 24px;
    color: #fe00c5;
    font-weight: 600;
    margin-bottom: 15px;
}

.speaker-session-info .time {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffba00;
    font-weight: 600;
    margin-bottom: 25px;
}

.speaker-session-info p {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-session-info .place {
    font-weight: 600;
    color: #001376;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-session-info .inner-box:hover p {
    color: #ffffff;
}

.speaker-session-info .inner-box:hover .place {
    color: #ffba00;
}

.speaker-session-info .inner-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #071248;
    border-bottom: 3px solid #ffba00;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-session-info .inner-box:hover:before {
    height: 100%;
}

/*
* Custom CSS
*/

.w-80{
    width:80%!important;
}
.bg-limegreen{
    background-color:#20b806;
}
.bg-darkgreen{
    background-color:#205e15;
}
.table-custom-theme{
    background-color:#205e15;
}
.bg-whitesmoke{
    background-color: #f7f5f6;
}
.bg-blue-500{
    background-color: #081245;
}
.bg-blue{
    background-color:#26247b;
}
.bg-light-blue{
    background-color: #b0c7e8;
}
.bg-light-grey{
    background-color: #aba7de2e;
}
.bg-light-green{
    background-color: #c3f9b9!important;
}
.bg-tomato{
    background-color: #ff6347!important;
}
.header_tp{
    padding-bottom: .5rem;
/*    background: #f59b52;*/
    border-radius: 0 0 0 2rem;
    color: #fff;
}
.lqd-head-col{
    padding-inline-start: unset; 
    padding-inline-end: unset;
}
.bg-green{
    background-color: #20b806!important;
}
.btn-green{
    background-color: #20b806;
    color:#ffffff!important;
}
.btn-green:hover{
    background-color: #25247ad5!important;
    color:#ffffff!important;
}
.border-bottom-green{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 1px solid #20b806;
}
.border-top-bottom-light{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;  
}
.border-bottom-light{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 1px solid #ffffff;    
}
.image_wrapper{
    max-width: 350px;
}
ul.link-border li{
    border:1px solid #ffffff;
    border-collapse: collapse;
}
.lqd-extra-cursor{
   background-color: #9eafd5!important;
}
.lqd-cc--inner{
    background-color:#26247b!important;
}
.main-nav>li.active,.main-nav>li:focus, .main-nav>li:hover {
    background-color: #26247b!important;
}
.lqd-mobile-main-nav>li.dropdown ul.dropdown-menu li{
    padding: 5px 0;
    background-color: #ffffff!important;
}
.lqd-mobile-main-nav>li.dropdown ul.dropdown-menu li a{
    color:#554bb9!important;
}
.lqd-mobile-main-nav>li.dropdown ul.dropdown-menu li a:hover{
    color:#ffffff!important;
    background-color: #554bb9!important;
}
.main-nav>li.dropdown:hover{
    outline: none;
}
.main-nav>li.dropdown .dropdown-item:focus,.main-nav>li.dropdown .dropdown-item:hover {
    background-color: #26247b!important;
    color:#ffffff!important;
}
.text-justify{
    text-align: justify;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.50rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n3 {
  margin-top: -2rem !important;
}
.mt-n4 {
  margin-top: -3rem !important;
}
.mt-n4 {
  margin-top: -5rem !important;
}

#about-the-event{
    position: relative;
    background-image: url('../../images/new/bg/leaf-1.jpg');
    background-size: cover;
    background-position: center center;
}
.overlay-section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 0;
}

#CIIcollage .text-description{
    background-color: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:5px;
}

#CIIcollage .main-swiper .swiper-wrapper .swiper-slide img{
    width:1386px;
    max-width: 100%;
}

.outline-0:focus{
    box-shadow: unset;
    border-bottom: 2px solid black;
}
.border-bottom-2pxblack{
    border-bottom: 2px solid black;
}

#speakers-section{
    position: relative;
    background-image: url('../../images/new/bg/Green_World.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
#highlights-section{
    position: relative;
    background-image: url('../../images/new/bg/ecofriendly.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

#about-the-event .container, #speakers-section .container, #highlights-section .container{
    z-index: 1;
}


#track_themes .themes .overlay{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(80,160,80,0.4);
    -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#key_elements .card:hover{
    transform: scale(1.1);
}
#track_themes .themes:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#track_themes .themes .overlay span{
    color:#ffffff;
    font-weight: 700;
}
#track_themes .themes{
    overflow: hidden;
}
#track_themes .themes img{
    transition: .3s ease;
}
#track_themes .themes:hover img{
    transform: scale(1.1);
}

@media screen and (max-width: 576px) {
  #track_themes .themes .overlay{
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }

  #CIIcollage .text-description{
    display: none;
  }
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  animation: marquee 60s linear  infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#images-marquee{
    position: absolute;
    transform: translateY(-50%);
}
#images-marquee img{
    width:375px;
    height: 250px;
}


.showcase{
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden  ;
}
 .showcase .slider-image{
    display: flex;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
 
 .showcase .slider-image .img_item{
    display: block;
      float: left;
      position: relative;
      width: 350px;
      text-align: center ;
      margin-left: 5px;
      margin-right: 5px;
 }  
.mb-5rem{
    margin-bottom: 5rem!important;
}
.fs-12px{
    font-size: 12px;
}
.fs-14px{
    font-size: 14px;
}
      
.highlights_counter span.text-format-1{
    color: transparent;
    font-size: 5rem;
    font-weight: 600;
    -webkit-text-stroke: 2px #26247b;
}
.main-footer .module-top{
    padding-top: 5%!important;
}
.btn-custom-primary{
    color: transparent;
    font-size: 3rem;
    font-weight: 600;
    -webkit-text-stroke: 2px #26247b;
    background-color: transparent;
    border:1px solid #26247b;
}
.overlay-white{
    background-color:rgba(255,255,255,0.5);
}
.z-n1{
    position:relative;
    z-index:1;
}
.w-45-percent{
    width:45%!important;
}
.w-50-percent{
    width:50%!important;
}
.w-60-percent{
    width:60%!important;
}
.left-10-percent{
    left:10%!important;
}
.top-50-percent{
    top:50%!important;
}
.left-50-percent{
    left:50%!important;
}
.btn-custom-primary:hover{
    color:#26247b;
    border:1px solid #26247b;
}
.lh-3rem{
    line-height: 3rem;
}
.lh-4rem{
    line-height: 4rem;
}
.mh-40{
    max-height: 40vh;
    overflow: auto;
}
/* Apply styles to images with the class 'banner_logo' */
.banner_logo {
    display: block; /* Ensure the image behaves as a block element */
    width: 100%; /* Fill the container div */
    height: auto; /* Maintain aspect ratio */
    position: relative; /* Set position relative to allow z-index to work */
    z-index: 2; /* Ensure the image appears above the overlay */
}
.overlay_image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent white background */
    filter: blur(2px); /* Apply a blur effect */
    z-index: 1; /* Ensure the overlay appears behind the image */
}

.bg-video{
    top: 0;
    left: 0;
    min-width: 100%;
    height:auto;
    bject-fit: contain;
    z-index: -1; 
}

@media (min-width: 800px) and (max-width: 1300px) {
  .main-nav > li > a {
    font-size: 12px;
    padding: 4px 8px;
  }
}

.highlight-card {
      border-radius: 20px;
      background: linear-gradient(135deg, #eef6ff, #ffffff);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .highlight-card:hover {
      transform: translateY(-6px);
      box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
    }
    .highlight-card h2 {
      font-size: 2rem;
      font-weight: 700;
    }
    .highlight-card p {
      margin: 0;
      font-size: 0.95rem;
      color: #555;
    }
    .highlight-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 1.5rem;
      background: #e8f0fe;
      padding: 10px;
      border-radius: 12px;
    }
    
    #mea_logo,#conclave_logo{
        height:100px !important;
        width:auto;
    }
  #cii_logo{
      height:80px!important;
      width:auto;
  }
  
   .counter {
      display: flex;
      justify-content: center;
      gap: 2px;
    }
    
    .counter span {
      display: inline-block;
      width: 30px;
      height: 40px;
      background: white;
      border: 2px solid black;
      border-radius: 3px;
      font-size: 28px;
      font-weight: bold;
      color: black;
      text-align: center;
      line-height: 40px;
      font-family: "Courier New", monospace;
    }
