@font-face {
    font-family: duCoHeadline16-Bold;
    src: url(../fonts/duCoHeadline16-Bold.ttf);
}

@font-face {
    font-family: duCoHeadline16-Light;
    src: url(../fonts/duCoHeadline16-Light.ttf);
}

@font-face {
    font-family: duCoHeadline16-Regular;
    src: url(../fonts/duCoHeadline16-Regular.ttf);
}

body {
    font-size: 16px;
    line-height: 24px;
    color: #333334;
    font-family: duCoHeadline16-Regular;
}

.container {
    max-width: 1170px;
}

nav li,
h1,
h2,
h3,
h4,
h5,
h6,
table thead td {
    font-family: duCoHeadline16-Regular;
}



img {
    max-width: 100%;
    width: 100%;
}

.border {
    border: 1px solid #c5c5c5 !important;
}

.navbar {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar-brand {
    width: 75px;
}

.navbar-expand-md .navbar-nav {
    padding-block: 10px;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: .5s;
}

.navbar-expand-md .navbar-nav:hover .nav-link {
    filter: blur(1px);
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    color: #C724B1;
    filter: blur(0);
    scale: 1.1;
}

.navbar-toggler {
    text-decoration: none;
    outline: 0;
    border: 1px solid #1296cb;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: #1296cb 0px 1px 10px, #753BBD 0px 0px 0px 3px;
}

.registerBtn {
    margin-left: 15px;
}

.btn.btn-primary,
.navbar-expand-md .navbar-nav .nav-link.btn.btn-primary {
    background: #00205B;
    border-color: #fff;
    border-radius: 30px;
    color: #ffffff;
    padding: 10px 20px;
    transition: .5s;
}

.btn.btn-primary:hover,
.navbar-expand-md .navbar-nav .nav-link.btn.btn-primary:hover,
#speakers .btn.btn-primary:hover {
    background: linear-gradient(to left, #00A9CE, #753BBD);
}

#speakers .btn.btn-primary {
    background: linear-gradient(to left top, #00A9CE 60%, #00205B);
    transition: all ease-in .5s;
}

#speakers .btn.btn-primary:hover {
    background: linear-gradient(to left top, #00A9CE 20%, #00205B);
    filter: drop-shadow();
}

.bannerSection {
    margin-top: 84px;
    background: linear-gradient(to left, #00A9CE 60%, #753BBD, #00205B);
    text-align: center;
    color: #fff;

    h1 {
        font-size: clamp(1.875rem, 1.5114rem + 1.8182vw, 2.875rem);
        text-wrap: balance;
    }

    img[alt="Banner-mob"] {
        display: none;
    }
}

.sectionPadding {
    padding: 100px 0px;
}

p a {
    color: #000000;
    text-decoration: none;
}

.contentWrap {
    z-index: 2;
    position: relative;
}


.contentWrap p {
    font-size: 16px;
    line-height: 22px;
}

.contentWrap ul {
    display: flex;
    justify-content: center;
    margin: 35px 0px;
    padding: 0;
    gap: 15px;
    flex-wrap: wrap;
}

.contentWrap ul li {
    list-style: none;
    width: clamp(100%, 33%, 420px);
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    gap: 15px;
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
}

.contentWrap ul li span.icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #fff;
}

.contentWrap ul li span.icon svg {
    width: 30px;
    height: 30px;
}

.contentWrap ul li h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}

/* .contentWrap ul li span.content {
    width: calc(100% - 100px);
} */

.contentWrap ul li span.content p,
.contentWrap ul li span.content p a {
    margin: 0;
    color: #fff;
}

.contentWrap h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contentWrap h3 {
    font-size: 24px;
    margin-bottom: 0px;
}

#aboutUs .sectionInner {
    padding: 70px 0;
    margin-top: 100px;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

#aboutUs .contentWrap p {
    color: #00205B;
}

.TheHost,
.patronage {
    text-align: center;
    color: gray;
}

.TheHost img {
    width: 100%;
    max-width: 170px;
}

.patronage img {
    width: 100%;
    max-width: 270px;
}

.patronage:has(.line) {
    position: relative;
}

.line {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gradientH2 {
    background: linear-gradient(to left, #00A9CE 60%, #753BBD, #00205B);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    width: fit-content;
}

.GBR {
    background: linear-gradient(135deg, #00A9CE 60%, #753BBD, #00205B);
    padding: 3px;
    border-radius: 13px;
}

#agenda .contentWrap h2 {
    color: white;
}



#speakers .card:hover,
#aboutUs .sectionInner ul li:hover,
#sponsorsPartners .card:hover {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    box-shadow: none;
}



#speakers .card,
#sponsorsPartners .card,
#exhibitorLogos .card {
    border-radius: 0px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    height: calc(100% - 30px);
}

#sponsorsPartners .card {
    padding: 10px 0;
}


#speakers .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px;
}

#speakers .card .card-body h4 {
    color: #753BBD;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 191px;
    margin-bottom: 0;
}

#SpeakersControlList {
    overflow: hidden;
}

.modal-title {
    color: #753BBD;
}

.modal-body p {
    color: gray;
}

.modal-body p b {
    color: rgb(68, 68, 68);
}

#speakers .card .card-body .card-text {
    color: gray;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}

#speakers .card .card-body a.btn.btn-primary {
    color: #000000;
    font-weight: bold;
    background: transparent;
    border: 0;
    font-size: 14px;
    padding: 5px 10px;
    position: relative;
}

#speakers .card .card-body a.btn.btn-primary span {
    z-index: 2;
    display: block;
    position: relative;
}

#speakers .card .card-body a.btn.btn-primary:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    background: linear-gradient(to left, #00A9CE 60%, #753BBD, #00205B);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#speakers .card .card-body a.btn.btn-primary:hover:before {
    height: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 8px;
}

#speakers .card .card-body a.btn.btn-primary:hover {
    color: #ffffff;
}

.speakerList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    height: 310px;
    overflow: hidden;
    transition: 1s;
}

.speakerList:not(.mt-4) {
    height: auto;
    overflow: auto;
}

.speakerList.speakerFullList {
    transition: .5s;
    height: auto;
}

.speakerList .items {
    width: 221px;
}

#speakers .items .card {
    min-height: 300px;
}

.modal-footer .btn {
    background-color: #00205B;
    color: white;
}

.card-img-top {
    border-radius: 0px !important;
    aspect-ratio: 4 / 4;
    object-fit: cover;
    object-position: top;
}

#agenda {
    background: linear-gradient(75deg, #ab4a9c, #753BBD, #00A9CE 60%);
}

.TB-wrapper {
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 20px;
}

.TB-wraper {
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #00205B;
}


.agendaTable {
    border: none;
    background: white !important;
}

.agendaTable tr td {
    color: #333334;
}

.agendaTable thead tr td {
    background: #fff;
    color: #753BBD;
    border: 1px solid #00205B;
    font-weight: bold;
    padding: 7.5px 15px;
}

.Panellists-list {
    display: block !important;
    list-style: circle !important;
    margin-block: 10px !important;
    padding-left: 30px !important;

}

.Panellists-list li {

    list-style: disc !important;
    color: #333334 !important;
    padding: 0px !important;
    display: list-item !important;
    font-weight: 700 !important;

    &::marker {
        color: #000 !important;
    }
}

.agendaTable thead tr td:nth-child(1) {
    width: 110px;
}

.agendaTable tbody tr td {
    padding: 7.5px 15px;
    border: 1px solid #00205B;
}


.agendaTable tbody tr td.bgTD {
    border: 1px solid #00205B;
    background: #ffffff6b;
    color: #753BBD;
}

.agendaTable tbody tr td.closingTD {
    border: 1px solid #00205B;
    background: #fff;
    color: #753BBD;
}

.sponsorWrapper {
    background-image: linear-gradient(to left, #00A9CE 50%, #753BBD);
}

.line {
    height: 60px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin-inline: auto;
}

.sponsorWrapper h2,
.sponsorWrapper p,
.sponsorWrapper p a {
    color: #fff;
}

.btn-white {
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
    display: inline-block;
    padding: 5px 25px;
    font-size: 1rem;
    border-radius: 30px;
}

#sponsorsPartners .card {
    min-height: 60px;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: none !important;
    flex-direction: row;
}

.sponsorWrapper #sponsorsPartners .card img {
    object-fit: contain;
    padding: 10px;
}

.allSponsors hr {
    margin: 1.5rem auto;
    color: #a2a2a2;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    width: 40%;

}

.gold-sponsor-row {
    img {
        max-width: 170px;

    }

    img[alt="HPE"] {
        max-width: 130px;
    }

    img[alt="Huawei"] {
        max-width: 190px;
    }
}

.silver-sponsor-row {
    img {
        max-width: 140px;

    }


}

.bronze-sponsor-row {
    img {
        max-width: 120px;

    }


}

.allSponsors p {
    text-align: center;
    color: gray;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
}

.allSponsors .card {
    margin-top: 10px;
    text-align: center;
}



.CardWithTwoLogos,
.CardWithThreeLogos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}





.info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    max-width: 700px;
    gap: 15px;
    flex-wrap: wrap;
    margin-inline: auto;
}

.iconBox {

    position: relative;
    flex: 1;
    min-width: 200px;
    height: 120px;
}

.icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    object-fit: contain;

}

.icon img {
    width: 26px;
    object-fit: cover;
}

.iconBox .GBR {
    padding: 2px;
    background: linear-gradient(to bottom right, #753BBD, #00A9CE);
    height: 100%;
}

.iconBoxinner {
    background-color: white;
    height: 100%;
    border-radius: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.iconBoxinner p {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #00205B;
}

.iconBoxinner img[alt="Only"] {
    width: 120px;
}

.icon img[alt="Location"] {
    width: 16px;
}

.icon img[alt="Location"] {
    width: 16px;
}

footer {
    background: url(../images/Microsite\ banner-300-02.png) top no-repeat;
    background-size: cover;
}

footer p {
    margin: 0;
    color: #fff;
    padding: 25px;
}

footer p a {
    color: #ffffff;
}

/* register here */
.regHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 99;
}

.RegBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10vh 20px;
    background: url(../images/Microsite-banner-300-01.png) no-repeat center;
    background-size: cover;
    margin-top: 84px;
    color: #fff;
}

.RegBanner h2 {
    font-size: clamp(1.8rem, -1.0693rem + 6.6216vw, 4.0625rem);
}

.regHeaderInner .fa-arrow-left {
    animation: leftRIght .5s infinite linear;
}

@keyframes leftRIght {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.form-control {
    color: #333334;
    font-size: 0.9rem;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    padding-inline: 0.5em;
    padding-block: 0.5em;
    border: none;
    border-bottom: var(--border-height) solid var(--border-before-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input-border {
    position: absolute;
    background: var(--border-after-color);
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus+.input-border {
    width: 100%;
}

.input-Wraper {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 5px;
}

.input-alt {
    font-size: 1.2rem;
    padding-inline: 1em;
    padding-block: 0.8em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.input-border-alt {
    height: 3px;
    background: linear-gradient(90deg, #00205B, #753BBD, #00A9CE 60%);
    transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
}

.input-alt:focus+.input-border-alt {
    width: 100%;
}

#myBtn {
    display: none;
    position: fixed;
    z-index: 999999;
    border: none;
    outline: none;
    background-color: #00205B;
    cursor: pointer;
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #00205B;
    bottom: 30px;
    right: 30px;
    color: #fff;
    width: 60px;
    height: 40px;
    border-radius: 10px;
}

#myBtn:hover {
    background-image: linear-gradient(to left top, #00205b, #292771, #4b2d85, #6e2f96, #932ea4, #9e2eaa, #a92db0, #b52bb6, #a630b9, #9734bb, #8738bc, #753bbd);
}




#agenda .card {
    border: 0px;
    border-radius: 0px !important;
}

#agenda .card .card-header {
    padding: 0;
    border-radius: 0px;
}

#agenda .card a {
    width: 100%;
    text-align: left;
    border: 0;
    padding: 10px 40px 10px 10px;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 7.5px);
    background-position-y: 0px;
    background-size: 40px;
}

#agenda .card a span.textIcons {
    background: #984a26;
    padding: 2.5px 15px;
    display: inline-block;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
    font-size: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: none;
}



#agenda .card .card-body ol {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    margin: 15px 0;
    gap: 10px;
}

#agenda .card .card-body ol li {
    list-style-type: disclosure-closed;
}

#agenda img.iconImage {
    border: 1px solid #984a26;
    margin-bottom: 15px;
}

#agenda .card a.noArrow {
    background-image: none;
    cursor: default;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -40px;
}

.slick-prev.slick-arrow {
    background: url(../images/arrow-left-solid.svg) left top no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    color: transparent;
    border: 0;
    left: 25px;
}

.slick-next.slick-arrow {
    background: url(../images/arrow-right-solid.svg) left top no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    color: transparent;
    border: 0;
    right: 25px;
}

/* Youtube */
.video-container {
    position: relative;
    width: 100%;
    height: 720px;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
    object-fit: contain;
}


/* Youtube */

/* Optional: Add some basic styling */
.slider-container {
    width: 80%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* border: 1px solid #ccc; */
}

.slider-content {
    display: flex;
    transition: transform 0.5s ease;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.slider-item {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* Initially hide all items */
}

/* Optional: Add styling for navigation arrows */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 1;
}

.prev {
    background: url(https://hseexpo.com/Content/themecss/images/left-arrow-circle-white.svg) left top no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    color: transparent;
    border: 0;
    left: 25px;
}

.next {
    background: url(https://hseexpo.com/Content/themecss/images/right-arrow-circle-white.svg) left top no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    color: transparent;
    border: 0;
    right: 25px;
}

.video-container {
    position: relative;
    padding-bottom: 50%;
    /*padding-bottom: 56.25%;*/
    /* 16:9 aspect ratio */
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
    height: 59px;
    padding-block: 16px;
    background: none;
}

.input-Wraper:has(.dropdown.bootstrap-select.Country.form-control.input-alt.dropup.show) .input-border {
    width: 100%;
}

.checkBoxContainer {
    display: inline-block;
    padding-right: 50px;
}

.checkBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #333334;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkBoxContainer input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #ebebeb;
    }

    .checkBoxContainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkBoxContainer input:checked ~ .checkmark {
        background-color: #703fbd;
    }

    .checkBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .checkBoxContainer .checkmark:after {
        left: 9px;
        top: 5px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

a {
    color: #703fbd;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .card.CardWithThreeLogos {
        max-width: 540px;
        margin-inline: auto;
    }

    .CardWithTwoLogos {
        justify-content: center !important;
        gap: 20px;
    }
}

@media only screen and (max-width: 1170px) {
    .container {
        max-width: 90%;
    }
}

@media only screen and (max-width: 991px) {
    .navbar>.container {
        flex-direction: column;
    }

    .bannerSection {
        margin-top: 149px;
        box-shadow: 0px 15px 30px -30px #000000;
    }
}

@media only screen and (max-width: 767px) {
    .navbar>.container {
        flex-direction: row;
    }

    .nav-item {
        text-align: center;
    }

    .agendaTable thead tr td:nth-child(1) {
        width: 90px;
    }

    .agendaTable tbody tr td {
        font-size: 14px;
        padding: 5px 10px;
    }

    .TheHost,
    .patronage {
        font-size: 14px;
        white-space: nowrap;
    }

    .bannerSection {
        margin-top: 86px;
        box-shadow: 0px 15px 30px -30px #000000;

        img[alt="Banner-web"] {
            display: none;
        }

        img[alt="Banner-mob"] {
            display: block;
        }
    }
}

@media only screen and (max-width: 600px) {
    .slider-container {
        width: 100%;
    }

    .slick-next.slick-arrow,
    .slick-prev.slick-arrow,
    .prev,
    .next {
        width: 25px;
        height: 25px;
    }

    .navbar-brand img {
        width: 65px !important;
    }

    .contentWrap h2 {
        font-size: 24px;
        text-align: center;
    }

    .contentWrap h2.d-flex {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }


    #sponsorsPartners .card {
        min-height: 100px;
    }

    #aboutUs .sectionInner ul li h4 {
        font-size: 16px;
    }

    #aboutUs .sectionInner ul li {
        width: 100%;
    }

    .sectionPadding {
        padding: 70px 0px;
    }

    .contentWrap ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .contentWrap .contactBox ul {
        align-items: center;
    }

    .contactBox ul li {
        margin-bottom: 15px;
    }

    .bannerSection {
        margin-top: 76px;
        box-shadow: 0px 15px 30px -30px #000000;
    }
}

@media (max-width:530px) {
    .speakerList .items {
        width: 145px;
    }

    #speakers .card .card-body {
        padding: 5px;
    }

    #speakers .card .card-body h4 {
        font-size: 13px;
        width: 125px;
    }

    #speakers .items .card {
        min-height: 215px;
    }

    .speakerList {
        height: 236px;
    }

    .CardWithThreeLogos {
        width: 100%;
        flex-wrap: wrap;
    }



    .CardWithThreeLogos {
        max-width: 300px !important;
    }



}

@media (max-width:359px) {
    .speakerList .items {
        width: 120px;
    }

    #speakers .card .card-body {
        padding: 5px;
    }

    #speakers .card .card-body h4 {
        font-size: 12px;
        width: 110px;
    }

    #speakers .items .card {
        min-height: 190px;
    }

    .speakerList {
        height: 200px;
    }

    #speakers .card .card-body .card-text {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .TheHost,
    .patronage {
        font-size: 10px;
        white-space: nowrap;
    }

    .speakerList .items {
        width: 145px;
    }

    #speakers .card .card-body {
        padding: 5px;
    }

    #speakers .card .card-body h4 {
        font-size: 13px;
        width: 125px;
    }

    #speakers .items .card {
        min-height: 215px;
    }

    .speakerList {
        height: 225px;
    }

    .contactBox ul li {
        width: 100%;
    }

    #speakers .card .card-body a.btn.btn-primary {
        font-size: 11px;
    }
}






.loaderBox {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #ffffff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.loader {
    border: 16px solid #0C0C0C;
    border-radius: 50%;
    border-top: 16px solid #0fa4cd;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    text-align: center;
}


.loaderText {
    width: calc(100% - 32px);
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    overflow: hidden;
    height: 66px;
    margin-right: auto;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% - -16px);
    margin-top: -31px;
}

.loaderWrap {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -75px;
}

#loader {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    display: none;
}

.loaderImg {
    width: 100%;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}