html,
body {
    font-family: 'Outfit', 'Roboto', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Metropolis-SemiBold';
}

.template-index.custom-nav {
    background: rgba(1, 194, 110, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: absolute;
    width: 100%;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.custom-nav {
    background: rgba(1, 194, 110, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-right-login ul.list-inline {
    margin-bottom: 0;
}

.custom-nav .navbar-brand {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

a.login-right-link {
    color: #01c26e;
    background-color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 24px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

a.login-right-link:hover {
    background-color: #1e293b;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    text-decoration: none;
}

section.school-office-content-main {
    padding: 40px 0px 40px;
    /* background-color: #f6f6f6; */
    background: url('../../images/about_us_bg.jpg') repeat center center;
}

.school-main-heading-content h2 {
    color: #1e293b;
    margin-bottom: 40px;
    font-size: 38px;
    text-align: center;
    font-family: 'Metropolis-Bold', sans-serif;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 15px;
}

.school-main-heading-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: rgba(1, 194, 110, 0.92);
    border-radius: 2px;
}

.school-top-content p {
    text-align: justify;
}

.school-main-heading-content h4 {
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
}

.school-left-content {
    margin-left: 50px;
    margin-right: 20px;
}

.school-sub-content p {
    color: #7d8587;
    font-size: 15px;
    text-align: justify;
}

.school-sub-content {
    margin-top: 15px;
}

.school-left-content h3 {
    font-size: 25px;
    color: #000;
}

.school-left-content p {
    font-size: 15px;
    color: #7d8587;
    text-align: justify;
    margin-bottom: 0;
}

.school-right-content {
    margin-right: 50px;
}

.school-right-content h3 {
    font-size: 25px;
    color: #000;
}

.school-right-content p {
    font-size: 15px;
    color: #7d8587;
    text-align: justify;
    margin-bottom: 0;
}

section.event-sponsors-main {
    background-color: #f6f6f6;
    padding: 25px 0px 40px;
    margin-bottom: 0px;
}

.event-sponsor-box {
    text-align: center;
    align-items: flex-end;
}

.event-sponsor-box .event-content {
    margin-top: auto;
}

.event-sponsor-box img {
    width: 100%;
    object-fit: cover;
}

.event-sponsor-box a {
    text-decoration: underline;
    text-align: center;
    display: block;
    color: #a5afb9;
    font-size: 15px;
}

button.btn.metting-btn {
    background-color: #1e293b;
    color: #fff;
    text-transform: capitalize;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 20px;
}

.event-sponsor-box h3 {
    font-size: 15px;
    color: #4e5357;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: 'Metropolis-Medium';
    height: 50px;
    overflow: hidden;
}

.event-sponsor-box p {
    font-size: 13px;
    margin-bottom: 0;
    color: #7d8587;
    padding: 0 12px;
    word-break: break-all;
}

.event-sponsor h3 {
    text-align: center;
    color: #01c26e;
    margin-bottom: 35px;
    font-size: 35px;
}

.product-categories-heading {
    text-align: center;
}

.product-categories-heading h3 {
    color: #1e293b;
    margin-bottom: 40px;
    font-size: 38px;
    text-align: center;
    font-family: 'Metropolis-Bold', sans-serif;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 15px;
}

.product-categories-heading h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: rgba(1, 194, 110, 0.92);
    border-radius: 2px;
}

.product-categories-list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.category-sub {
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-flex: 0 0 15.5%;
    -ms-flex: 0 0 15.5%;
    flex: 0 0 15.5%;
    width: 15.5%;

}

.category-image-heading {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.category-image-heading h4 {
    font-size: 15px;
    text-align: center;
    color: #35302a;
    margin-top: 7px;
    margin-bottom: -34px;
    font-family: 'Metropolis-Regular';

}

.category-image-heading img {
    width: 100%;
    /* height: 90px; */
    height: 100%;
    object-fit: contain;
}

.exhibitors-heading {
    text-align: center;
}

.exhibitors-sub-content {
    text-align: center;
    /* border-top: 1px solid #ccc;
    padding: 15px 14px 15px; */
    border-top: 0;
    padding: 0px 14px 3px;
}

.exhibitors-heading h3 {
    font-size: 35px;
    color: #1e293b;
    margin-bottom: 40px;
}

.exhibitors-sub-content h4 {
    font-size: 15px;
    text-align: center;
    color: #35302a;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 100%;
}

button.btn.exhibitors-btn {
    background-color: #abaaaa;
    color: #fff;
    text-transform: capitalize;
    border-radius: 10px;
    font-size: 13px;
    margin: 5px 0px;
}

.row.exhibitors-brands-list .col-lg-2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

h5.company-country {
    color: #35302a;
    font-size: 15px;
    margin-bottom: 5px;
    width: 100%;
}

.exhibitors-sub-content p {
    font-size: 13px;
    line-height: 20px;
    color: #7d8587;
    margin-bottom: 10px;
}

.exhibitors-heading img {
    max-height: 65px;
}

.product-categories-main hr {
    border-top: 6px solid #f7f7f7;
    margin-top: 0;
}

section.registerd-visitors-banner-main {
    background-color: #0f172a;
    padding: 10px 5px;
}

.registered-banner-heading h3 {
    font-size: 30px;
    color: #0f172a;
    text-transform: capitalize;
    display: block;
}

.registered-banner-heading p {
    font-size: 20px;
    color: #fff;
    font-family: 'Metropolis-Light';
    margin-bottom: 0px !important;
}

div#demo {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.count-circle {
    position: relative;
    margin: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
}

.count-circle:before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px;
    z-index: -1;
    border-radius: inherit;
    /* background: linear-gradient(94deg, rgba(21,127,123,1) 20%, rgba(255,121,0,1) 58%); */
    background: linear-gradient(90deg, rgb(246 246 246) 24%, #01c26e 60%);
}

.circle-main .count-text {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Metropolis-Light';
    color: #fff;
}

.countdown-register-btn {
    text-align: center;
    margin-top: 10px;
}

button.btn.countdown-reg-btn {
    background-color: #01c26e;
    border: none;
    color: #ffffff;
    border-radius: 50px;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Metropolis-SemiBold', sans-serif;
    margin-top: 18px;
    padding: 14px 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

button.btn.countdown-reg-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.12);
    /* Darker circle accent on the right */
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.4s ease;
}

button.btn.countdown-reg-btn:hover {
    background-color: #1e293b;
    /* Premium dark blue on hover */
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(30, 41, 59, 0.3);
}

button.btn.countdown-reg-btn:hover::after {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-50%) scale(2.5);
    /* Circle expands on hover */
}

.booth-options-heading {
    text-align: center;
}

.booth-options-heading h3 {
    font-size: 33px;
    color: #423c3c;
    margin-bottom: 40px;
}

.booth-option-list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.owl-carousel .owl-nav .owl-prev {
    display: none;
}

.owl-carousel .owl-nav .owl-next {
    display: none;
}


.booth-options-sub {
    -webkit-flex: 0 0 15%;
    /* Chrome */
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.booth-options-sub h3 {
    font-size: 15px;
    text-align: center;
    color: #35302a;
    margin-bottom: 5px;
}

.booth-options-sub p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
    color: #7d8587;
    text-align: center;
}

.booth-options-sub .card-body {
    padding: 15px 10px;
}

.thanking-repeat-heading {
    text-align: center;
    margin-bottom: 40px;
}

.thanking-repeat-heading h3 {
    font-size: 35px;
    color: #1e293b;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.thanking-repeat-heading p {
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Metropolis-Light';
    margin-bottom: 0;
    color: #000;
}

.regular.slider .slick-slide img {
    width: 100%;
}

.regular.slider .slick-prev {
    left: -35px;
    z-index: 1;
    transform: rotate(180deg);
    top: 40%;
}

.regular.slider .slick-next {
    right: -30px;
    z-index: 1;
}

.regular.slider .slick-slide {
    margin-right: 10px;
}

.brand-box {
    border: 1px solid #ccc;
    height: 110px;
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    align-items: center;
    margin-right: 10px;
}

.brand-boxes-main {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
}

.brand-sub-box {
    flex: 0 0 10%;
}

.brand-exhibitors-slider .slick-prev {
    left: -35px;
    width: 22px;
    height: 22px;
    transform: rotate(180deg);
    top: 42%;
}

.brand-exhibitors-slider .slick-next {
    right: -26px;
    top: 50%;
}

.brand-box img {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

.right-side-image img {
    width: 100%;
    height: 214px;
    object-fit: cover;
    object-position: center;
}

.right-col-space {
    padding-left: 0px;
}

span.footer-icon {
    margin-right: 10px;
}

span.footer-icon img {
    width: 100%;
    max-width: 20px;
}

span.footer-number {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}

li.footer-sub-link p {
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}

.footer-countries-number {
    margin-top: 20px;
}

.footer-sub-link a {
    font-size: 16px;
    /* color: #000; */
    color: #f5f5f5;
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-sub-link a:hover {
    opacity: 0.8;
}

.footer-payments-icon-main {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    flex-wrap: wrap;
    align-items: baseline;
}

li.footer-payment-icon {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    /* Chrome */
    -ms-flex: 0 0 25%;
    margin-bottom: 5px;
}

li.footer-payment-icon img {
    width: 100%;
    max-width: 55px;
}

.footer-sub h3.footer-heading {
    font-size: 25px;
    margin-bottom: 20px;
    /* color: #000; */
    color: #ebebeb;
}

.copyright-main {
    text-align: center;
}

.copyright-main p {
    font-size: 13px;
    /* color: #000; */
    color: #ffffff;
    margin-bottom: 10px;
}

section.foooter-main {
    background: linear-gradient(359deg, #364050, #01c26eeb);
    background-color: #1e293b;
    backdrop-filter: blur(12px);
    /* background: url('../../images/footer.jpg') repeat center center; */
    padding: 50px 0px 10px;
}

.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/right-arrow.svg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-control-prev {
    left: 10px;
    opacity: 1;
}

.carousel-control-next {
    right: 10px;
    opacity: 1;
}

.global-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
}

button.btn.sign-in-btn {
    background: linear-gradient(90deg, #01c26e, #0f8a5b);
    border: none;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

button.btn.sign-in-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.sign-up {
    margin-top: 15px;
}

.register-control-main {
    text-align: center;
}

button.btn.register-btn {
    background: linear-gradient(90deg, #01c26e, #0f8a5b);
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

button.btn.register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.registration-heading {
    margin: 30px 0 40px 0;
    text-align: center;
}

.registration-heading h2 {
    font-size: 34px;
    text-transform: capitalize;
    color: #1e293b;
    font-family: 'Metropolis-Bold', sans-serif;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 18px;
    letter-spacing: 0.5px;
}

.registration-heading h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #01c26e;
    border-radius: 2px;
}

.expo-details {
    padding: 15px 20px 30px;
}

.export-form-detail label {
    font-size: 20px;
    color: #000;
    font-family: 'Metropolis-Medium';
}

.expo-product-name h1 {
    font-size: 30px;
    color: #0f172a;
    text-transform: capitalize;
    font-family: 'Metropolis-SemiBold';
    margin-bottom: 0;
}

.product-thumb-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.product-img .slick-slide img {
    height: 495px;
    object-fit: cover;
    width: 100%;
}

.product-thumb-img {
    margin-top: 0px;
    margin-bottom: 30px;
}

.product-thumb-img.slick-initialized .slick-slide {
    margin: 0 5px;
}

.product-thumb-img .slick-next,
.product-thumb-img .slick-prev {
    border-radius: 50%;
    background-color: #fff;
    z-index: 3;
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
    height: 30px;
    width: 30px;
}

.product-thumb-img .slick-track {
    margin: 0px 0px 0 5px;
}

.product-thumb-img .slick-list {
    margin: 0 0px 0 -8px;
}

.product-thumb-img .slick-prev {
    left: 43%;
    top: 0;
    background-color: #fff;
}

.product-thumb-img .slick-next {
    right: 38%;
    bottom: -27px;
    top: unset;
    background-color: #fff;
}

.product-thumb-img .slick-prev:before {
    content: "";
    background-image: url(../images/right-arrow.svg);
    background-size: cover;
    width: 14px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(270deg);
}

.product-thumb-img .slick-next:before {
    content: "";
    background-image: url(../images/right-arrow.svg);
    background-size: cover;
    width: 14px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(87deg);
}

.product-thumb-img .slick-slide.slick-current.slick-active {
    border: 2px solid #0f172a;
}

.product-thumb-img .slick-slide {
    border: 2px solid transparent;
}

/*button.btn.btn-atc { background-color: #0f172a;    color: #fff; }*/
a.btn.btn-atc {
    background-color: #1e293b;
    color: #fff;
}

.price-container {
    margin: 20px 0px 0px;
}

span.booth-price {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.expo-short-desc p {
    font-size: 15px;
    margin-bottom: 5px;
    color: #000;
    line-height: 25px;
}

.homepage-banner-slider {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.homepage-content {
    max-width: 620px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
}

.homepage-content.top-left {
    top: 10%;
    left: 10%;
    right: unset;
    transform: translate(0, 0);
}

.homepage-content.top-center {
    top: 10%;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
}

.homepage-content.top-right {
    top: 10%;
    left: unset;
    right: 10%;
    transform: translate(0, 0);
}

.homepage-content.center-left {
    top: 50%;
    left: 10%;
    right: unset;
    transform: translate(0, -50%);
}

.homepage-content.center-center {
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
}

.homepage-content.center-right {
    top: 50%;
    left: unset;
    right: 10%;
    transform: translate(0, -50%);
}

.homepage-content.bottom-left {
    top: 90%;
    left: 10%;
    right: unset;
    transform: translate(0, -100%);
}

.homepage-content.bottom-center {
    top: 90%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -100%);
}

.homepage-content.bottom-right {
    top: 90%;
    left: unset;
    right: 10%;
    transform: translate(0, -100%);
}




.vid_btn {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    font-family: 'Metropolis-SemiBold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 35px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: inline-block;
}

.vid_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #1e293b;
    /* Dark theme color */
    transition: all 0.4s ease-in-out;
    z-index: -1;
    border-radius: 50px;
}

.vid_btn:hover {
    color: #ffffff !important;
    border-color: #1e293b !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(30, 41, 59, 0.4);
}

.vid_btn:hover::before {
    width: 100%;
}

h1.homepage-heading {
    font-size: 34px;
    margin-bottom: 10px;
    color: #ee7f14;
    line-height: 45px;
}

section.homepage-slider-main {
    background-color: #f3f3f3;
}

.homepage-sub-content p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-align: justify;
    font-family: 'Metropolis-Light';
}

/* .homepage-banner-slider .slick-prev
{
    left: 15px;
    z-index: 2;
    width: 35px;
    height: 35px;
    transform: rotate(180deg);
 } */
/* .homepage-banner-slider .slick-next
{
    right: 10px;
    width: 35px;
    height: 35px;
    top: 54%;
} */
.home-video-play {
    height: 600px;
    position: relative;
}

.home-video-play #myVideo {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    height: fit-content;
}

.homepage-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.school-top-content {
    margin-bottom: 40px;
}

.left-border {
    position: relative;
}

.left-border:before {
    content: "";
    position: absolute;
    top: 0;
    height: 80px;
    width: 2px;
    background-color: #000;
}

.right-border {
    position: relative;
}

.right-border:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 13px;
    height: 80px;
    width: 2px;
    background-color: #000;
}

section.exhibitors-brands-main {
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #01c26e 0%, #0f8a5b 100%);
    padding: 60px 0px 40px;
}

.custom-nav .navbar-brand img {
    width: 100%;
    max-width: 115px;
}

.custom-nav-logo {
    width: 115px;
    margin-right: 20px;
}

.custom-top-menu {
    width: auto;
    margin: 0 auto;
}

.header-right-login {
    width: auto;
    min-width: 280px;
    text-align: end;
}

.navbar-dark .custom-top-menu a.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-dark .custom-top-menu .navbar-nav .active>.nav-link {
    color: #f5f5f5;
    font-family: 'Metropolis-SemiBold';
}

.navbar-dark .custom-top-menu a.nav-link:hover {
    color: #1e293b;
}

.custom-top-menu li.nav-item {
    margin-right: 15px;
}

.custom-top-menu .dropdown-menu {
    background-color: #1e293b;
    color: #fff;
}

.custom-top-menu .dropdown-menu .dropdown-item {
    color: #fff;
}

.custom-top-menu .dropdown-menu .dropdown-item.active {
    color: #1e293b;
    background: #fff;
}

.custom-top-menu .dropdown-menu .dropdown-item:hover {
    color: #1e293b;
    background: #fff;
}

.exhibitors-sub img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    object-fit: contain;
    height: 163px;
}

.exhibitors-slider .slick-prev {
    left: -55px;
    transform: rotate(180deg);
    width: 30px;
    height: 30px;
}

.exhibitors-slider .slick-next {
    right: -35px;
    width: 30px;
    height: 30px;
    top: 55%;
}

.school-office-main-image {
    position: relative;
    padding: 10px;
    z-index: 1;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
}

.school-office-left-content {
    max-width: 530px;
    margin-right: 40px;
}

.school-office-left-content p,
.school-office-left-content span,
.school-office-left-content strong,
.school-office-left-content small,
.school-office-left-content ul,
.school-office-left-content ul li,
.school-office-left-content div {
    font-family: 'Metropolis-Regular' !important;
}

.school-office-right-image img {
    width: 100%;
}

section.product-categories-main {
    padding: 25px 0px 20px;
    background-color: #f6f6f6;
}

.countdown-main {
    /*background-image: url('../images/countdown-timer-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
    width: 100%;
    /* height: 420px; */
    padding: 15px 0;
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.countdown-main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.row.countdown-content {
    position: relative;
    z-index: 3;
}

.registered-banner-heading {
    text-align: center;
}

.customer-reviews {
    /*background-image: url('../images/school-office-second-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
    width: 100%;
    position: relative;
    margin: 0px 0px 0px;
    padding: 50px 0px;
}

.customer-reviews:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0 0 0 / 39%);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.customer-reviews .container {
    position: relative;
    z-index: 3;
}

.customer-review-heading {
    text-align: center;
    margin-bottom: 40px;
}

.customer-review-heading h3 {
    font-size: 35px;
    color: #fff;
}

.customer-review-heading p {
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Metropolis-Light';
}

.custom-video-iframe {
    margin-bottom: 0px;
}

.sticky_topbar {
    top: 0;
    position: fixed !important;
    width: 100%;
    background-color: #01c26e !important;
    z-index: 5;
}

section.booth-options-main {
    padding: 40px 0px 20px;
}

.show-more-main {
    text-align: center;
    margin-top: 20px;
}

button.btn.show-more-btn {
    background-color: #1e293b;
    color: #fff;
    text-transform: capitalize;
    border-radius: 10px;
    font-size: 15px;
    max-width: 180px;
    width: 100%;
}

.moretext {
    display: none;
}

section.three-block-advertisment-main {
    margin: 40px 0px;
}

.advetisment-block img {
    width: 100%;
}

.expo-view-main-image {
    margin-bottom: 30px;
    text-align: center;
}

.expo-view-main-image img {
    width: 85%;
}

/* my profile page css start */
.row.jumbotron.my-profile-form {
    margin-left: 0;
    margin-right: 0;
}

.left-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.accordion-container .article-title {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    cursor: pointer;
    margin-bottom: 12px;
    font-family: 'Metropolis-Regular';
    letter-spacing: 1px;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
    /* background-color: #1e293b; */
    color: #01c26e;
    font-weight: bold;
    letter-spacing: 1px;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
    color: fff;
}

.accordion-container .content-entry i {
    position: absolute;
    top: 1px;
    right: 0px;
}

.accordion-container .content-entry i:before {
    content: "";
    background-image: url(../images/down-arrow.png);
    background-size: cover;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}

.accordion-container .content-entry.open i:before {
    content: "";
    background-image: url(../images/down-arrow.png);
    background-size: cover;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
    padding-left: 27px;
}

#content {
    width: 100%;
}

#description p {
    line-height: 1.5;
}

#description h2 {
    text-align: center;
}

.left-sidebar-main {
    background-color: #E9ECEF;
    padding: 20px;
}

li.left-sidebar-sub {
    margin-bottom: 10px;
}

a.left-sidebar-link {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Metropolis-Regular';
    text-decoration: none;
}

.accordion-content a {
    display: block;
    margin-bottom: 7px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
}

.accordion-content a:hover {
    color: #01c26e;
}

a.left-sidebar-link:hover {
    color: #01c26e;
}

.accordion-container {
    margin-top: 10px;
    margin-right: 10px;
}

.left-sidebar-list {
    display: block;
    max-height: 750px;
    overflow-x: hidden;
    overflow-y: auto;
}

.left-sidebar-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: #F5F5F5;
}

.left-sidebar-list::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.left-sidebar-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

button.btn.my-profile-update-btn {
    background-color: #1e293b;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Metropolis-Regular';
    width: 100%;
}

button.btn.my-profile-cancel-btn {
    border: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
}

.my-profile-heading {
    margin: 20px 0px;
}

.my-profile-heading h1 {
    font-size: 30px;
    text-transform: capitalize;
    color: #1e293b;
    font-family: 'Metropolis-SemiBold';
    margin-bottom: 0;
}

.row.jumbotron.my-profile-form {
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
}

.right-profile-main {
    padding-left: 40px;
}

.right-profile-main label {
    font-size: 15px;
}

li.left-sidebar-sub {
    margin-bottom: 7px;
}

.left-sidebar-list li.left-sidebar-sub i {
    color: #01c26e;
    margin-right: 15px;
    font-size: 14px;
    width: 13px;
    display: inline-block;
}

.accordion-container .article-title span {
    color: #01c26e;
    margin-right: 15px;
    font-size: 14px;
    width: 13px;
}

.expo-booth-option-list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.expo-booth-options-sub {
    /*    -webkit-flex: 0 0 19%;       Chrome
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;*/
    -webkit-flex: 0 0 22%;
    /* Chrome */
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    padding: 0px 0px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 10px 20px;
}

/*button.btn.btn-atc { margin-top: 20px; }*/
a.btn.btn-atc {
    margin-top: 20px;
}

.booth-right-selected-image img {
    width: 100%;
    height: 346px;
    object-fit: cover;
    object-position: center;
}

.expo-booth-options-sub .card-body {
    padding: 10px 10px;
}

.expo-booth-options-sub .card-body h5.card-title {
    font-size: 18px;
    margin-bottom: 10px;
}

/**khushali**/
.select-parsley ul li {
    position: absolute;
    bottom: 5px;
}

.select-parsley-multiple ul li {
    position: absolute;
    bottom: -12px;
}

.select-parsley-product ul li {
    position: absolute;
    bottom: 2.5em;
}

.flag-text {
    margin-left: 10px;
}

.active-text {
    color: #018c4f !important;
}

.office-gallery-img {
    height: 115px;
    object-fit: cover;
}

/**khushali**/

.booth-options-sub img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}

.booth-option-book-btn-main {
    text-align: center;
    margin: 10px 0px 0px;
}

.booth-option-book-btn-main .btn.booth-option-book-btn {
    background-color: #1e293b;
    color: #fff;
}

.expo-booth-options-sub img {
    height: 125px;
    object-fit: contain;
    width: 100%;
}

.expo-booth-options-sub .card-body p.card-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.billing-state-main .select2.select2-container {
    width: 100% !important;
}


/* 13-12-2021 cart page css start */
.shoping-cart {
    margin-top: 50px;
}

.shoping-cart h1 {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
}

.cart-headbg {
    margin-top: 15px;
    padding: 12px 0;
    background: #1e293b;
}

.cart-headbg h4 {
    font-size: 20px;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

a.cart-pro-name {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

p.cart-pro-variant-name {
    font-size: 16px;
    margin-bottom: 0;
    color: #979797;
}

a.cart-pro-remove i {
    /*color: #000;*/
    font-size: 30px;
    margin-top: 5px;
    line-height: 30px;
}

.cart-detail .cart-total-price {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.payment-btn-main a.btn.continue-shopping-btn {
    border: 1px solid #000;
    font-size: 16px;
    margin-right: 20px;
    width: 100%;
    max-width: 200px;
    display: block;
    margin-bottom: 10px;
}

/*input.checkout-btn.btn
{
    background-color: #1e293b;
    color: #fff;
    font-size: 16px;
    width: 100%;
    max-width: 200px;
}*/
a.checkout-btn.btn {
    background-color: #01c26e;
    color: #fff;
    font-size: 16px;
    width: 100%;
    max-width: 200px;
}

.v_align {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.cart__image {
    padding: 15px;
    display: block;
}

.mycart .cart__image {
    padding: 0px;
    display: block;
}

.cart-detail {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 15px;
}

.cart-action {
    margin: 30px 0 40px;
}

.cart__subtotal-title {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-right: 5px;
}

.cart__subtotal {
    font-weight: 600;
    color: #000;
}

/* 13-12-2021 cart page css end */

/* 13-12-2021 checkout page css start */
.checkout .section-heading {
    margin-top: 30px;
    margin-bottom: 20px;
}

.checkout-btn {
    background-color: #01c26e;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
}

.checkout .form-group {
    margin-bottom: 20px;
}

.checkout .back-btn {
    text-transform: capitalize;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    width: 100%;
}

.checkout textarea {
    overflow: auto;
    resize: vertical;
    min-height: 55px;
    max-height: 55px;
}

.check-product-name {
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.checkout img.chekoutomg {
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}

.checkout .list-price {
    font-size: 14px;
}

.checkout ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.checkout ul li:last-child {
    border-bottom: 0;
}

.checkout ul {
    padding-right: 15px;
    max-height: 550px;
    display: block;
    overflow: hidden;
    overflow-y: auto;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #43A4CB;
}

.checkout .school-label {
    font-size: 20px;
}

.checkout .filter .form-control {
    box-shadow: 0 1px 0 0 #e5e5e5;
    border-bottom: 0;
    font-size: 16px;
    color: gray;
}

.checkout-caption {
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #01c26e;
}

.check-hr {
    border-top: 2px solid #01c26e;
}

.shipping label {
    font-size: 16px;
    color: gray;
    text-transform: capitalize;
}

.shipping a {
    font-size: 16px;
    color: #d9ab05;
    text-transform: capitalize;
    text-decoration: none;
}

/*Radio buttons*/
.rdio {
    position: relative;
    margin-right: 20px;
}

.rdio input[type="radio"] {
    opacity: 0;
}

.rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
    color: #000;
    font-size: 18px;
    margin-left: 5px;
    font-family: 'D-DINCondensed-Bold';
    line-height: initial;
}

.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #01c26e;
    background: #fff;
}

.rdio input[type="radio"] {
    margin: 0px;
}

.rdio input[type="radio"]:disabled+label {
    color: #999;
}

.rdio input[type="radio"]:disabled+label:before {
    background-color: #01c26e;
}

.rdio input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #01c26e;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked+label:before {
    border-color: #01c26e;
}

.rdio-primary input[type="radio"]:checked+label:before {
    border-color: #01c26e;
}

.rdio-primary input[type="radio"]:checked+label::after {
    background-color: #01c26e;
}

.ship-lbl {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #ABD156;
}

.ship-rate {
    font-size: 17px;
    color: #d9ab05;
    text-transform: capitalize;
    text-decoration: none;
}

.iti {
    width: 100%;
}

.bill-address .head {
    font-family: 'D-DINCondensed-Bold';
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0;
}

.bill-address p {
    font-size: 13px;
    color: gray;
}

.bill-address .rdio label {
    font-size: 15px;
    text-transform: capitalize;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'D-DIN';
    line-height: initial;
}

.bill-address-block {
    display: none;
}

.ship-caption {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}

.select2-search--dropdown .select2-search__field {
    padding: 5px 12px !important;
}

.class-categories a {
    text-align: center;
    font-size: 21px;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
}

.class-categories a h4 {
    padding: 15px 15px 15px;
    font-size: 21px;
}

.class-categories .list-box .box-height:after {
    background-color: transparent;
}

.filter input[type="text"]::-webkit-input-placeholder {
    text-transform: capitalize;
    font-size: 18px;
    color: #495057;
}

.filter input[type="text"]::-moz-placeholder {
    text-transform: capitalize;
    font-size: 18px;
    color: #495057;
}

.filter input[type="text"]:-ms-input-placeholder {
    text-transform: capitalize;
    font-size: 18px;
    color: #495057;
}

.filter input[type="text"]:-moz-placeholder {
    text-transform: capitalize;
    font-size: 18px;
    color: #495057;
}

/* 13-12-2021 checkout page css end */

/*161221*/
.my-order h4 {
    font-size: 12px;
}

.order-placed-date {
    font-size: 14px;
    text-transform: capitalize;
}

.view-invoice {
    text-decoration: underline;
    font-size: 14px;
    text-transform: capitalize;
    color: #01c26e;
    font-weight: 600;
    text-underline-offset: 4px;
    line-height: 20px;
    display: block;
    margin-bottom: 15px;
}

.view-invoice i {
    font-size: 20px;
    margin-right: 10px;
}

.select2-container {
    width: 100% !important;
}

.slick-slide img {
    width: 100%;
}

.carousel-image .slick-prev {
    left: -35px;
    width: 22px;
    height: 22px;
    transform: rotate(180deg);
    top: 42%;
}

.expo-logo {
    height: 110px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
}

.image-adverties-slider .card-img-top {
    padding: 0 0px;
}

.sponsers-block img {
    object-fit: contain;
    max-height: 300px;
    width: 100%;
    padding-top: 0px;
}

.sponser-slider .slick-track {
    padding: 20px 0;
}

.sponser-slider .slick-prev {
    transform: rotate(180deg);
    top: 48%;
}

.login-right-link img {
    max-height: 25px;
}

.sponser-slider .slick-list {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;

}

/*271221*/
.page-title {
    font-size: 30px;
    color: #0f172a;
    margin: 30px auto 30px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    width: fit-content;
    width: max-content;
}

.page-title:after {
    position: absolute;
    content: '';
    width: calc(100% - 60%);
    height: 3px;
    background: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
    display: none;
}

.general-btn {
    background-color: #0f172a;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: capitalize;
    line-height: initial;
}

.general-btn:hover {
    background-color: #0f172a;
    color: #fff;
}

.whatsup-btn {
    color: #00e676;
}

#form-contact-us .form-control {
    font-size: 14px;
}

#form-contact-us .select2-container--default .select2-selection--single {
    height: 36px;
    border: 1px solid #ced4da;
    font-size: 14px;
}

#form-contact-us .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #495057;
}

#form-contact-us .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
}

#form-contact-us .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 62%;
}

.expo-short-desc {
    margin: 20px 0;
}

.product_list_label {
    word-break: break-all;
    height: auto;
    font-size: 15px;
}

.verification_label {
    /*height: 33px;*/
    font-size: 13px;
    /*overflow: hidden;*/
}

.img-radius {
    border-radius: 20px
}

.table tr th {
    font-family: 'Metropolis-SemiBold';
}

ul.parsley-errors-list li {
    margin-top: 6px;
}

.select-parsley-error .parsley-errors-list {
    margin: 0 0 !important;
    position: absolute;
    width: 100%;
    top: 125%;
}

.select-parsley-error-select2 .parsley-errors-list {
    margin: 0 0 !important;
    position: absolute;
    width: 100%;
    top: 100%;
}

.select-parsley-error-select2 {
    height: fit-content;
}

.telpicker .cc-picker-code-select-enabled {
    position: absolute;
    top: 32px;
    left: 24px;
    background: white;
    height: 35px;
    line-height: 34px;
    padding-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.hosted-buyer-registration-form-main .cc-picker-code-select-enabled::after {
    top: 15px;
}

.telephone_field {
    width: 80%;
    margin-left: 20%;
}

.telpicker_myprofile .cc-picker-code-select-enabled {
    position: absolute;
    top: 32px;
    left: 24px;
    background: white;
    height: 35px;
    line-height: 34px;
    padding-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.exhibitor-registration-form-main .cc-picker-code-select-enabled::after {
    top: 15px;
}

.telpicker_myprofile_altphone .cc-picker-code-select-enabled {
    position: absolute;
    top: 33px;
    left: 24px;
    background: white;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.refrence .telpicker_myprofile_altphone .cc-picker-code-select-enabled {
    position: absolute;
    top: 31px;
    left: 24px;
    background: white;
    height: 35px;
    line-height: 34px;
    padding-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.free_hotel .telpicker_myprofile_altphone .cc-picker-code-select-enabled {
    position: absolute;
    top: 0px;
    left: 15px;
    background: white;
    height: 35px;
    line-height: 34px;
    padding-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.mini-body .minus1,
.mini-body .plus1 {
    font-size: 12px;
    margin-top: 2px;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 35px;
}

.mini-body .check-product-name {
    font-size: 18px;
}

.mini-body .qty {
    background-color: #01c26e;
    color: #fff;
    border-radius: 0px;
    width: fit-content;
    width: max-content;
    box-shadow: none;
    margin-top: 0px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
}

.mini-body .qty input {
    height: 37px;
    font-size: 15px;
    width: 55px;
    text-align: center;
}

.description {
    font-size: 13px;
    color: gray;
}

.extra-form-detail label {
    font-size: 15px;
    color: #000;
    font-family: 'Metropolis-Medium';
}

.accordion .card-body table thead tr th:first-child {
    width: 20%;
}

.accordion .card-body table .card-img-top {
    max-width: 170px
}

.accordion .card-body tbody td {
    vertical-align: middle;
}

.addmore {
    text-transform: capitalize;
    color: #01c26e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.accordion .card-body tbody h5 {
    font-size: 18px;
    text-transform: capitalize;
}

.accordion .card-body tbody td:nth-child(2) {
    width: 30%;
}

.exhibitor-registration-form-main .card-header h2 button {
    color: #01c26e;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

.exhibitor-registration-form-main .card-header h2 button i {
    float: right;
    position: relative;
    top: 5px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.imageUploader {
    width: 100%;
    border-radius: 0;
}

.gap {
    gap: 15px;
}

#parsley-id-multiple-date li {
    position: absolute;
    bottom: 3rem;
    left: 1em;
}

.review_slider .slick-slide {
    margin: 0 10px;
}

.verification_section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.record-padding {
    padding-top: 35px !important;
    text-align: center;
}

.booth_table_head {
    width: 5%;
}

.booth_table_data {
    width: 25%;
}

.my-profile-form .previewImage {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.back {
    color: #0f172a;
    font-size: 15px;
}

.myorder.cart-detail {
    padding: 15px 15px;
}

.sidebar_img {
    margin-right: 10px;
}

.cart-headbg.my-order {
    padding: 8px 10px;
}

.myorder .cart__image {
    padding: 10px 0px 10px;
}

.sideimg {
    margin-right: 0 !important;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
    right: 5px !important;
}

button.btn.my-profile-update-btn {
    width: max-content;
    width: fit-content;
    min-width: 100px;
}

.datepicker td,
.datepicker th {
    font-size: 12px !important;
}

/*past-expo page*/
.past_expo_content {
    padding: 25px 15px;
}

.past_expo_content h3 {
    color: #595959;
    font-size: 18px;
    font-family: 'Metropolis-Light';
    margin-bottom: 15px;
}

.past_expo_content h2 {
    color: #0f172a;
    margin-bottom: 15px;
    font-size: 32px;
}

.past_expo_content p {
    color: #595959;
    font-size: 18px;
}

.page_section_gap {
    padding: 50px 0;
}

.section-head {
    text-align: center;
    color: #0f172a;
    font-size: 32px;
    margin-bottom: 35px;
}

.event_sponser_logo_slider .logo_img {
    margin: 0 20px;
    text-align: center;
}

.event_sponser_logo_slider {
    max-width: 1200px;
    margin: 0 auto;
}

.event_sponser_logo_slider .logo_img img {
    max-width: 150px;
    margin: 0 auto;
}

.event_sponser_logo_slider .slick-track {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
}

.color_section {
    background-color: #F5F6F7;
}

.plain_section {
    background-color: #fff;
}

.exibition_brands img {
    max-width: 110px;
}

.exibition_brands .brand-logo {
    margin-bottom: 30px;
}

.photo_gallery img {
    height: 200px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin-bottom: 8px;
}

.photo_gallery .col-lg-4 {
    padding: 0 5px;
}

.lightgallery .item {
    display: none;
}

#load {
    text-transform: capitalize;
    font-size: 15px;
    margin-top: 25px;
    display: block;
    color: #0f172a;
    font-size: 18px;
    text-decoration: none;
}

#load i {
    font-size: 14px;
    margin-right: 5px;
}

.bootstrap-datetimepicker-widget,
.bootstrap-datetimepicker-widget div {
    width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    border: 1px solid #34495e;
    border-radius: 0;
    box-shadow: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.timepicker-picker table {
    padding: 0 15px;
}

.timepicker-picker table td {
    padding: 0;
    width: 15%;
    height: 20px;
    text-align: center;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
    background-color: #0f172a;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border: 0;
    outline: 0;
}

.datepicker {
    padding: 12px !important;
}

.page-item.active .page-link {
    background-color: #0f172a;
    border-color: #0f172a;
}

.page-link {
    color: #0f172a;
}

#state::-webkit-input-placeholder {
    text-transform: capitalize;
    font-size: 15px;
    color: #495057;
}

#state::-moz-placeholder {
    text-transform: capitalize;
    font-size: 15px;
    color: #495057;
}

#state:-ms-input-placeholder {
    text-transform: capitalize;
    font-size: 15px;
    color: #495057;
}

#state:-moz-placeholder {
    text-transform: capitalize;
    font-size: 15px;
    color: #495057;
}

.form-control {
    font-size: 14px;
}

.checkout #ajaxCart .school-label {
    font-size: 14px;
    font-family: 'Metropolis-Medium';
}

.invitation {
    margin: 30px auto;
    border: 1px solid #D2AC47;
    /*#c5c7c6*/
    padding: 0px 20px 25px;
    max-width: 500px;
    color: #D2AC47;
    font-family: 'Segoe Script';
    font-size: 15px;
}

.invitation h4 {
    line-height: 1;
}

.invitation-letter {
    letter-spacing: 3px;
    font-family: 'coca_cola_ii_regular';
    font-size: 4.5rem;
}

.invitation-btn {
    max-width: 750px;
    margin: 0 auto;
}

.support-docs .office-gallery-img {
    object-fit: contain;
    max-height: 120px;
}

.invitation_logo {
    max-height: 85px;
    width: auto;
}

.price-container {
    display: none;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-size: 15px;
}

.page-head {
    font-size: 30px !important;
    color: #0f172a;
}

.page-content p,
.page-content span {
    /*color:#7d8587;*/
    font-size: 14px;
}

.payment-btn-main {
    float: right;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #01c26e;
    border: 1px solid transparent;
}

.download-icon-main {
    position: absolute;
    top: 29%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.download-icon-main i {
    background: white;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #01c26e;
    font-size: 23px;
}

.cc-picker-code-list {
    z-index: 5 !important;
}

.note {
    line-height: 16px;
    display: block;
    margin-bottom: 10px;
}

.theam-text-color {
    color: #01c26e;
}

.exibitors-block {
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px;
}

.exibitors-block img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.exhibitor-registration-form-main .accordion .card-header .btn:hover {
    background-color: transparent;
}

.bookform-rte {
    font-size: 14px;
    margin-bottom: 20px;
}

.img_upload_box {
    height: 250px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.img_upload_box img {
    height: 250px !important;
    object-fit: contain !important;
}

.img-contain {
    text-align: center;
}

/* .img-contain img{ object-fit: contain !important;height: 250px !important;width: auto !important;    max-height: 250px;} */
.img-contain img {
    object-fit: contain !important;
    height: 350px !important;
    width: auto !important;
}

.myorder .price {
    font-size: 14px;
}

.page-link:focus {
    box-shadow: none;
}

.company-profile .name {
    text-transform: capitalize;
    font-size: 23px;
    color: #000;
}

.company-profile ul li {
    display: block;
    padding-bottom: 10px;
}

.company-profile .lbl {
    font-size: 15px;
    font-family: 'Metropolis-Bold';
    /*color: #0f172a;*/
    color: black;
    /*width: 45%;*/
    text-transform: capitalize;
}

.company-profile .data {
    font-size: 15px;
    color: #000;
    width: 55%;
    text-transform: capitalize;
}

.company-profile {
    margin-top: 50px;
}

.company-profile .ttl {
    width: max-content;
    font-size: 28px;
    margin-bottom: 40px;
    text-transform: capitalize;
    position: relative;
    /*color: #0f172a;*/
    color: black;
    width: fit-content;
    margin: 0 auto 50px;
}

.company-profile .ttl:after {
    position: absolute;
    content: '';
}

.event_sponser_logo .row {
    background-color: #fff;
    padding: 15px 0px;
}

.event_sponser_logo .row>div {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: stretch;
}


.exe-brand {
    /*height: 125px;*/
    /* overflow: hidden; */
}

.exe-brand img {
    max-height: 125px;
    width: 100%;
    object-fit: contain;
}

.company-details {
    margin-top: 20px;
    text-align: center;
}

.company-details p {
    font-size: 15px;
    color: #595959;
    text-align: center;
}

/*.company-catalog-block{height:110px;overflow: hidden;}*/
.company-catalog-block img {
    object-fit: contain;
    max-height: 150px;
    position: absolute;
    width: 124px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.company-catalog p {
    font-size: 15px;
    color: #595959;
}

.p-card-block {
    border: 1px solid #dfdfdf;
    position: relative;
    width: 238px;
    height: 192px;
}

.p-card-block img {
    object-fit: contain;
    position: absolute;
    width: 205px !important;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    box-shadow: 0 0 0 #000000 !important;
}

.custom-catelog-block .card,
.product-card.card {
    height: 193px;
}

.product-card .company-catalog-block img {
    object-fit: contain;
    max-height: 192px;
    position: absolute;
    width: 124px !important;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    box-shadow: 0 0 0 #000000 !important;
}

.company-profile .ttl::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    background-color: rgb(219, 169, 171);
    bottom: -8px;
    left: 0px;
}

.remove-icon {
    color: #01c26e;
    text-align: right;
    display: inline-block;
    float: right;
}

.remove-icon-catalog {
    color: #01c26e;
    text-align: right;
    position: absolute;
    right: 0;
    background: white;
    padding: 2px 10px;
}

.zoom {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    opacity: 0;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.booked-booth a:hover .zoom {
    opacity: 1;
}

.img_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.booked-booth a:hover .img_overlay {
    opacity: 1;
}

.payment-history-tbl .table td {
    word-break: break-all;
}

.payment-history-tbl .table td img {
    max-height: 70px;
}

.th-15 {
    width: 15%;
}

.th-20 {
    width: 20%;
}

.select-parsley-error ul li {
    position: absolute;
    bottom: 0;

}

.select-parsley-error {
    height: fit-content;
}

/*ul.full-width li .lbl{width: 22%;}*/
ul.full-width li .data {
    width: 78%;
}

.font-red {
    color: #1e293b;
}

.invitation-expo-name {
    font-size: 25px;
}

.btn-danger {
    background-color: #1e293b;
}

#important-span {
    margin-top: 15px;
}

.sc_cart {
    margin-top: 30px;
}

.sc_cart tr th:first-child {
    width: 40%;
}

.sc_cart tr th {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
}

.sc_cart.table td,
.sc_cart.table th {
    border-bottom: 0;
    border-top: 0;
}

.sc_cart tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.mycart.cart-detail td:first-child {
    width: 20%;
}

.order_table tr th:first-child {
    width: 40%;
}

.order_table .cart__image {
    padding: 15px 0 15px;
}

.pagination-border {
    border-top: 1px solid #dee2e6;
}

.order_table .table thead th {
    font-size: 12px;
    text-transform: uppercase;
}

#form-contact-us .select2-selection__arrow {
    top: 1px !important;
}

.exhibitors-brands-list .expo-logo {
    height: 192px;
    overflow: hidden;
}

.col-60 {
    width: 60%;
}

.social_icon {
    margin-top: 10px;
}

.social_icon li {
    padding-right: 12px;
}

.social_icon li a i {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.social_icon li a i.fa-facebook {
    background-color: #4267B2
}

.social_icon li a i.fa-linkedin {
    background-color: #0077b5
}

.social_icon li a i.fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.visit-expo {
    padding: 25px;
    border-radius: 10px;
    font-family: 'Metropolis-Regular' !important;
}

.visit-expo h5 {
    font-size: 24px;
    color: #35302a;
    font-family: 'Metropolis-Bold';
    margin-bottom: 20px;
    text-transform: capitalize;
}

.visit-expo p,
.visit-expo span,
.visit-expo strong,
.visit-expo small,
.visit-expo ul,
.visit-expo ul li,
.visit-expo div {
    font-family: 'Metropolis-Regular' !important;
    font-size: 1rem;
    color: #7d8587;
    /* word-break: break-all; */
    margin-bottom: 5px;
    line-height: 1.5;
    color: #212529;
}

.visit-expo .btn {
    background-color: #01c26e;
    /* Matching the green from your image */
    border: none;
    color: #ffffff;
    border-radius: 50px;
    /* Pill shape */
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Metropolis-SemiBold', sans-serif;
    margin-top: 18px;
    padding: 14px 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.visit-expo .btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.12);
    /* Darker circle accent on the right */
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.4s ease;
}

.visit-expo .btn:hover {
    background-color: #1e293b;
    /* Premium dark blue on hover */
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(30, 41, 59, 0.3);
}

.visit-expo .btn:hover::after {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-50%) scale(2.5);
    /* Circle expands on hover */
}



/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
    max-width: 512px;
    max-height: 100%;
    overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
    position: relative;
    height: 0;
    /* gets height from padding-bottom */

    /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */

}

.responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;
    border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
    padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
    border: 5px inset #4f4f4f;
}

.set-box-shadow {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
}

.set-padding {
    padding: 0px;
}

.set-margin {
    margin: 30px;
}

.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}

.g-recaptcha div {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.category_image_slider .slick-next {
    right: 0;
}

.category_image_slider .slick-prev {
    left: 0;
}

.login-form-error {
    max-width: 500px;
    min-width: 500px;
}

pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: 'Metropolis-Regular';
}

.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icard {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.scofex-card {
    width: 340px;
    /* height: 455px; */
    height: 517px;
    background: #ffffff;
    padding: 15px;
    padding-top: 0;
    position: relative;
}

.hiddenscofex-card {
    width: 392px;
    height: 425px;
    background: #ffffff;
    padding: 15px;
    padding-top: 0;

}

/* div.downloadbadge {
    height: 2480px;
    width: 3508px;
} */

.scofex-card-slide-hidden {
    background-color: #444343;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    width: 90%;
    margin: auto;
}

.downloadbadge {
    width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.badgea5 {
    /* width: 14.8cm; */
    min-height: 18cm;
    /* border: 1px #D3D3D3 solid; */
}

.badgea6 {
    width: 10.5cm;
    min-height: 14.8cm;
    /* border: 1px #D3D3D3 solid; */
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    .downloadbadge {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}

.seminardesc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.scofex-card-slide {
    background-color: #444343;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    width: 96%;
    margin: auto;
}

.icardhidden #qrcode {
    display: flex;
    justify-content: center;
}

.icardhidden #qrcode img {
    /* height: 150px !important;
    width: 150px !important; */
}

.exhibitor-text {
    font-size: 2.5rem;
    color: white;
    font-weight: bold;
    margin-bottom: 0px;
}

.exhibitor-text-hidden {
    font-size: 2.5rem;
    color: white;
    font-weight: bold;
    margin-bottom: 0px;
}

.exhibitor-date {
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0px 10px;
}

.exhibitor-address {
    color: black;
    padding: 0px 10px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

#card-blue {
    background-color: #0e0154;
}

#card-red {
    background-color: #1e293b;
}

#card-orange {
    background-color: orange;
}

#card-green {
    background-color: green;
}

.sponsors-text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}

.sponsors-text::after {
    content: "-";
    font-weight: bold;
}

.sponsors-text::before {
    content: "-";
    font-weight: bold;
}

.sponsor-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding-top: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sponsor-head-items-hidden {
    width: 21%;
    height: 78px;
}

.sponsor-head-items-hidden img {
    padding: 2px;
}

.sponsor-head-hidden {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 108px;
}

.img-fluid-sponsor {
    /* max-width: 67%; */
    height: 97%;
    width: 100%;
}

.sponsor-head-items {
    width: 25%;
}

.sponsor-head-items img {
    /* padding: 5px; */
    padding: 0px;
}

.profile-pre p {
    margin-bottom: 0px;
}

.profile-pre h1 {
    margin-bottom: 0px;
}

.profile-pre h2 {
    margin-bottom: 0px;
}

.profile-pre h3 {
    margin-bottom: 0px;
}

.profile-pre h4 {
    margin-bottom: 0px;
}

.profile-pre h5 {
    margin-bottom: 0px;
}

.profile-pre h6 {
    margin-bottom: 0px;
}

.profile-img-pre p {
    margin-bottom: 0px;
    font-size: 22px !important;
    font-family: 'Metropolis-Regular' !important;
}

.profile-img-pre h1 {
    margin-bottom: 0px;
}

.profile-img-pre h2 {
    margin-bottom: 0px;
}

.profile-img-pre h3 {
    margin-bottom: 0px;
}

.profile-img-pre h4 {
    margin-bottom: 0px;
}

.profile-img-pre h5 {
    margin-bottom: 0px;
}

.profile-img-pre h6 {
    margin-bottom: 0px;
}

.img-size-blink {
    animation: blinking 1.5s infinite;
    font-size: 20px;
}

@keyframes blinking {
    0% {
        color: red;
    }

    47% {
        color: #000;
    }

    62% {
        color: transparent;
    }

    97% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

.title-show {
    height: 600px;
}

.seminars-workshops-item {
    display: flex;
    margin-bottom: 20px;
}

.booth-options-columnbox {
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.seminars-workshops-boxmain {
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-media-partner {
    padding: 30px 15px;
    background: rgb(182, 15, 22);
    background: linear-gradient(90deg, rgba(182, 15, 22, 1) 0%, rgba(73, 6, 9, 1) 50%);
}

.home-media-partner .title {
    font-size: 35px;
    color: #feeeee;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.home-media-partner .home-media-partner-slider .owl-stage {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.home-media-partner .home-media-partner-slider .owl-stage .owl-item {
    align-self: stretch;
}

.home-media-partner .home-media-partner-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 200px;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(55, 5, 7, 0.7);
    -moz-box-shadow: 10px 10px 10px 0px rgba(55, 5, 7, 0.7);
    box-shadow: 10px 10px 10px 0px rgba(55, 5, 7, 0.7);
    border-radius: 10px;
    padding: 10px;
}

.home-media-partner .home-media-partner-slider .item img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}

/* Container for the three number parts */
.number-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 5px;
    background: linear-gradient(135deg, #17d582eb, #7689a9);
}

/* Style for each number part */
.number-part {
    text-align: center;
    padding: 10px;
    color: #fff;
}

/* Style for the numbers */
.number-part .number {
    font-size: 2.5em;
    font-weight: bold;
    color: white;
    /* Color for the numbers */
}

/* Style for the titles below the numbers */
.number-part .title {
    font-size: 1.2em;
    color: white;
    /* Color for the titles */
}

@media (max-width: 768px) {
    .number-section {
        flex-direction: column;
    }
}

/* Container for the flip cards */
.flip-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    position: relative;
    padding: 30px 0px;
}

/* Flip card styling */
.flip-card {
    background-color: transparent;
    width: calc(33.33% - 30px);
    height: 380px;
    perspective: 1500px;
    border-radius: 20px;
    z-index: 1;
}

/* Inner part of the flip card */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transform-style: preserve-3d;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg) translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Front and back sides of the flip card */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 40px 30px;
    background-clip: padding-box;
}

/* Front side styling */
.flip-card-front {
    background: #ffffff;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.flip-card-front h2 {
    font-size: 28px;
    font-family: 'Metropolis-Bold', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 20px;
    color: #1e293b;
    /* Gold premium accent */
}

.flip-card-front h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: rgba(1, 194, 110, 0.92);
    /* Green accent strip */
    border-radius: 2px;
}

/* Back side styling */
.flip-card-back {
    background: #ffffff;
    border: 1px solid rgba(1, 194, 110, 0.3);
    /* Premium green edge outline */
    transform: rotateY(180deg);
}

.flip-card-back h2 {
    font-size: 24px;
    font-family: 'Metropolis-Bold', sans-serif;
    margin-bottom: 15px;
    color: #1e293b;
    /* Re-using the dark blue for contrast */
    letter-spacing: 0.5px;
}

.flip-card-back p {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    /* Soft grey text for back-description */
}

@media (max-width:1024px) {
    .flip-card-section .container {
        max-width: 100% !important;
    }

    .flip-card {
        width: calc(50% - 30px);
        height: 350px;
    }

    .flip-card-front h2 {
        font-size: 18px;
    }

    .flip-card-back h2 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .flip-card-back p {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 575.98px) {

    .flip-card {
        width: calc(100% - 30px);
        height: 350px;
    }

    .flip-card-front h2 {
        font-size: 27px;
    }

    .flip-card-back h2 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .flip-card-back p {
        font-size: 14px;
        line-height: 21px;
    }
}

.strip-banner {
    padding: 30px 0px;
}

.strip-banner .strip-banner-inner {
    /* REMOVE flex here */
}

.strip-banner .strip-banner-inner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.strip-banner .owl-carousel .item {
    text-align: center;
}

/* Glassmorphism Effect for Modern Look */
.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}