/* ***** Banner ***** */
.banner .lqd-highlight-inner,
.banner .lqd-highlight-inner .lqd-highlight-brush-svg {
    height: 0.2em;
}

@media (min-width: 1200px) {
    .banner {
        background-attachment: fixed;
    }
}

@media (max-width: 1199px) {
    .banner {
        padding: 0 35px;
    }

    .banner .ld-fancy-heading h1 {
        font-size: 82px;
    }

    .banner .module-btn-circle {
        padding: 40px 15px 0 0;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 120px 10px 50px 10px;
    }

    .banner .row {
        min-height: 73vh;
    }

    .banner .ld-fancy-heading h1 {
        font-size: 13vw;
    }

    .banner .ld-fancy-heading p {
        font-size: 19px;
        line-height: 1.5em;
    }

    .banner .btn-lg {
        margin-bottom: 10px;
    }

    .banner h6.ld-fh-element {
        margin: 1em 6em 0 0;
    }

    .banner .module-btn-circle {
        font-size: 19px;
        margin-top: -30%;
        padding: 30px 0 0 0;
    }
}

/* ***** Contact ***** */
.contact .module-form {
    padding: 0 0 0 17.5%;
}

@media (max-width: 1199px) {
    .contact {
        padding: 0 35px 30px 35px;
    }

    .contact .module-title {
        padding: 40px 10px;
    }

    .contact .module-form {
        padding: 0 10px 0 0;
    }

    .contact .form-mini {
        padding: 35px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .contact {
        padding: 70px 10px 0 10px;
    }

    .contact .module-title {
        padding: 0 10px;
    }

    .contact .module-form {
        padding: 0 10px;
    }

    .contact .form-mini {
        margin: 30px 0 0;
        padding: 30px 20px;
    }
}

/* ***** Case Study ***** */
.case-study .iconbox:hover .iconbox-icon-container path {
    fill: #fff;
}

@media (max-width: 1199px) {
    .case-study {
        padding-top: 30px;
        padding-right: 20px;
        padding-bottom: 80px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .case-study {
        padding: 65px 0;
    }

    .case-study .container-xl .row:first-child {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .case-study .col-md-12:first-child {
        padding: 5px;
    }
}

/* ***** Thin Fixed BG ***** */
@media (min-width: 1200px) {
    .thin-fixed-bg {
        background-attachment: fixed;
    }
}

@media (max-width: 1199px) {
    .thin-fixed-bg {
        padding: 100px 35px;
    }
}

@media (max-width: 767px) {
    .thin-fixed-bg {
        padding: 100px 10px;
    }

    .thin-fixed-bg .col-md-12,
    .thin-fixed-bg .container-xl {
        padding: 0;
    }

    .thin-fixed-bg .ld-fancy-heading h2 {
        font-size: 11.5vw;
        line-height: 1.5em;
    }
}

/* ***** Clients ***** */
@media (max-width: 1199px) {
    .clients .carousel-items {
        margin-inline-start: -34px;
        margin-inline-end: -34px;
    }

    .clients .carousel-item {
        width: calc(100% / 4);
        padding-inline-start: 34px;
        padding-inline-end: 34px;
    }
}

@media (max-width: 767px) {
    .clients .carousel-items {
        margin-inline-start: -20px;
        margin-inline-end: -20px;
    }

    .clients .carousel-item {
        width: calc(100% / 3);
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

/* ***** Consultation ***** */
.consultation .ld-flipbox-face {
    background-color: var(--lqd-color-secondary);
}

.consultation .ld-flipbox-front .ld-flipbox-inner {
    padding: 200px 30px 15px 30px;
}

.consultation .btn-hover-txt-liquid-y:hover,
.consultation .btn-hover-txt-liquid-y:focus {
    color: #fff;
}

@media (max-width: 1199px) {
    .consultation {
        padding: 70px 35px 30px 35px;
    }
}

@media (max-width: 767px) {
    .consultation {
        padding: 65px 10px;
    }

    .consultation .col-md-12:first-child {
        padding: 0;
    }

    .consultation .ld-flipbox-front .ld-flipbox-inner {
        padding: 40px 0 0 0;
    }
}

/* ***** Has Accordion ***** */
.has-accordion .accordion-title a {
    font-family: "Montserrat", Sans-serif;
    padding: 1.05em 1.5em 1.05em 1.5em;
}

@media (max-width: 1199px) {
    .has-accordion {
        padding: 20px 35px 0 35px;
    }

    .has-accordion .col-md-12:first-child {
        padding: 10px;
    }

    .has-accordion .accordion {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .has-accordion {
        padding: 0 10px;
    }

    .has-accordion .col-md-12:first-child {
        padding-bottom: 30px;
    }

    .has-accordion .accordion {
        margin-top: 50px;
    }
}

/* ***** What We Do ***** */
@media (max-width: 1199px) {
    .what-we-do {
        padding: 0 35px 0 38px;
    }

    .what-we-do .module-content {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .what-we-do {
        padding: 0 10px;
    }
}

p{
    color: #000;
}

/* ***** Testimonial ***** */
.testimonial .carousel-nav {
    top: 25px;
}

.testimonial .carousel-nav .flickity-button,
.testimonial .carousel-nav .flickity-button svg {
    fill: #FFFFFF;
    background-color: transparent;
}

.testimonial .carousel-nav .lqd-carousel-slides {
    color: #FFFFFF;
}

.testimonial .lqd-imggrp-single {
    top: -25px;
    left: -100px;
}

.carousel-dots-mobile .flickity-page-dots .dot {
    background-color: #FFFFFF;
}

.carousel-dots-mobile .flickity-page-dots .dot.is-selected {
    background-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 1199px) {
    .testimonial {
        padding: 70px 35px;
    }
}

@media (max-width: 767px) {
    .testimonial {
        padding: 70px 20px;
    }
}

@media (max-width: 1199px) {
    .blog {
        padding: 70px 35px 0 35px;
    }
}

@media (max-width: 567px) {
    .blog {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* ***** Footer ***** */
/* Module Top */
@media (max-width: 1199px) {
    .main-footer .module-top {
        padding: 50px 35px 0 35px;
    }

    .main-footer .module-bottom {
        padding: 20px 35px;
    }
}

@media (max-width: 767px) {
    .main-footer .module-top {
        padding: 20px 10px 0 10px;
    }

    .main-footer .module-top .module-contact {
        margin: 0;
    }

    .main-footer .module-list .mb-10:last-child {
        margin-bottom: 0;
    }

    .main-footer .module-bottom {
        padding: 10px;
    }
}

.text-88 {
    font-size: 66px;
}

.j__003333 {
    color: #fff;
    font-size: 31px;
    line-height: 35px;
    font-weight: 600;
}

p.s_00009 {
    color: #fff;
    margin-top: -34px;
    padding-bottom: 7px;
    letter-spacing: 1px;
}

.video__00wee {
    position: absolute;
    height: 100vh;
    width: 100%;
}

.video__00wee video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#banner {
    height: 100vh;
    overflow: hidden;
}

.bg-green-100 {
    background-color: rgb(0 0 0 / 63%);
}

section.lqd-section.case-study.pt-55.pb-70 .w-25percent {
    width: 33.33%;
}

.ld-slideelement-visible-inner p {
    font-size: 15px;
    line-height: 22px;
    padding-top: 22px;
}

section.lqd-section.case-study.pt-55.pb-70 .hover\:bg-secondary:hover p {
    color: #fff;
}

section.lqd-section.case-study.pt-55.pb-70 .iconbox {
    padding: 8px 14px;
}

section.lqd-section.case-study.pt-55.pb-70 .mb-25.iconbox-icon-container.inline-flex.w-40.text-40 {
    width: 211px;
    max-width: 189px;
    min-width: 168px;
    margin: 0px;
    padding: 0px;
}

section.lqd-section.team.pt-100.pb-65 .ld-fancy-heading.p-5.mb-0\/6em.bg-accent.rounded-6 {
    background: #184341;
    color: #fff !important;
}

section.lqd-section.team.pt-100.pb-65 .ld-fancy-heading.p-5.mb-0\/6em.bg-accent.rounded-6 {
    background: #1843414d;
    color: #000 !important;
    margin: 0px;
    padding: 0px 5px;
    height: auto;
    display: inline-block;
    float: left;
    width: fit-content;
}

section.lqd-section.team.pt-100.pb-65 p.ld-fh-element.relative.mb-0\/5em {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    margin-top: 14px;
    color: #000 !important;
}

h4.ld-fh-element.relative.mb-0\/5em.text-24.font-bold.lqd-unit-animation-done {
    font-size: 21px;
}


section.lqd-section.team.pt-100.pb-65 h6.ld-fh-element.relative.p-5 {
    color: #fff;
    padding: 0px 7px;
    height: auto;
    display: inline;
    font-weight: 600;
    width: auto;
    font-size: 11px;
    display: inline-block;
    padding-top: 7px;
    /* background: rebeccapurple; */
    text-transform: capitalize;
    line-height: 14px;
}

.ld-flipbox-inner {
    padding: 90px 0px !important;
    align-items: end !important;
}

h3.s1121212 {
    font-size: 19px;
    color: #444;
    margin-top: -13px;
    margin-bottom: 15px;
}

h4.ld-fh-element.relative.mb-0\/5em.text-24.font-bold.lqd-unit-animation-done {
    font-size: 17px;
    color: #fff;
}


section#consultation h5.ld-fh-element.mb-0\/5em.inline-block.relative.text-30.text-white.leading-1em {
    font-size: 21px;
    line-height: 25px;
}

.im__pic_098 {
    height: 229px;
    overflow: hidden;
    border: 5px solid #184341;
    margin-bottom: 17px;
}

section.lqd-section.team.pt-100.pb-65 {
    padding-top: 31px;
    padding-bottom: 17px;
}

section.lqd-section.case-study.pt-55.pb-70 .iconbox-icon-wrap svg {
    width: 135px;
    height: auto;
    margin-top: -5px;
    margin-bottom: -46px !important;
    display: inline-block;
    background: #fff;
    border-radius: 92px;
}

.sdgsdds {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 20px;
    color: #fff !important;
    padding: 20px;
}
.accordion-item .pb-0.px-1\/5em.pt-1\/5em {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 23px;
    /* background: red; */
}

section#consultation {
    background: #f7f8fa;
    padding-bottom: 48px;
    padding-top: 29px;
}

.accordion-heading {
    border: 1px solid #0000003b;
    margin-bottom: 9px;
    border-radius: 11px;
    background: #fff;
}

.card-modern {
    background: white;
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.45s ease;
    overflow: hidden;
}

.has-accordion .accordion-title a {
    font-family: "Montserrat", Sans-serif;
    padding: 2px 12px;
}

.sdgsdds span {
    color: #fff
}



.card-modern {
    background: white;
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.45s ease;
    overflow: hidden;
}

.card-modern:hover {
    transform: translateY(-14px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.btn-primary-glow {
    background: var(--primary);
    border: none;
    font-weight: 700;
    padding: 0.95rem 2.4rem;
    border-radius: 50rem;
    box-shadow: 0 10px 30px rgba(211, 47, 47, 0.25);
    transition: all 0.4s;
}

.btn-primary-glow:hover {
    background: var(--primary-d);
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(211, 47, 47, 0.35);
}

.stat-card {
    background: rgba(211, 47, 47, 0.04);
    border: 1px solid rgba(211, 47, 47, 0.15);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
}

footer {
    background: white;
    border-top: 1px solid var(--border);
}

@media (max-width: 991px) {
    .hero {
        min-height: 90vh;
        padding-top: 90px;
    }

    .section-title {
        font-size: 3.2rem;
    }
}


.hero {
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.07) 0%, rgba(2, 136, 209, 0.05) 100%),
        url('https://images.unsplash.com/photo-1581092160560-1c1e428e9d65?auto=format&fit=crop&q=85&w=2400') center/cover no-repeat;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
}

.section-title {
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    margin-bottom: 1.4rem;
    position: relative;
    display: inline-block;
}

#sponsorship span.btn-txt {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    padding: 18px;
    display: inline-block;
    text-align: left;
}

h3.s02151213223 {
    font-size: 14px;
    color: #fec018;
    font-weight: 500;
    border-bottom: 1px solid #fec018;
    padding-bottom: 11px;
}

.logo__00999 li:hover {
    background: #7a7c80;
    border: 1px solid #c6c6c8;
    border-bottom: 6px solid #c6c6c8;
}
.logo__00999 li:hover img {
    filter: brightness(0) invert(1);
}

.logo__00999 li:nth-child(2):hover img{
    filter: brightness(1) invert(1);
}
#sponsorship .ld-fancy-heading.relative.w-auto.mb-2em.rounded-4.bg-white {
    background: transparent;
}


.s__00sjjjs svg {
    width: 149px;
    height: auto;
    position: relative;
    top: -51px;
    left: -22px;
}


#sponsorship span.ld-flipbox-overlay.lqd-overlay.flex {
    background: #02270d38;
    backdrop-filter: blur(3px);
}



.right__information h4.fw-bold.mb-4 {
    color: #fff;
    font-size: 19px;
    padding-top: 9px;
}

.btn-primary-glow {
    background: red;
    border: none;
    font-weight: 700;
    padding: 0.95rem 2.4rem;
    border-radius: 50rem;
    box-shadow: 0 10px 30px rgba(211, 47, 47, 0.25);
    transition: all 0.4s;
}

.right__information {
    background: rgb(23 66 64);
    color: #fff;
    margin-top: 102px;
    margin-left: 21px;
    border-radius: 0px;
}

section#sponsorship {
    background: #fff !important;
    padding-top: 51px;
}

#sponsorship .ld-flipbox-inner {
    padding: 90px 0px !important;
    align-items: end !important;
    PADDING-TOP: 38PX !IMPORTANT;
}






.sponsor-card-modern {
    max-width: 420px;
    background: rgba(29, 83, 92, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 26px;
    color: #ffffff;
    font-family: Inter, system-ui, sans-serif;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

/* Top */
.card-top {
    text-align: center;
    padding-bottom: 22px;
}

.card-top h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.card-top p {
    font-size: 14px;
    opacity: 0.85;
}

/* Info */
.info-block {
    padding: 18px 0;
}

.label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.7;
    display: block;
    margin-bottom: 6px;
}

.name {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
}

.meta {
    font-size: 14px;
    opacity: 0.9;
}

.info-block a {
    font-size: 14px;
    color: #bfe7ed;
    text-decoration: none;
    display: inline-block;
    margin-top: 2px;
}

.info-block a:hover {
    text-decoration: underline;
}

/* Divider */
.divider {
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent);
}



.sponsor-card-modern h3 {
    color: #fff;
    font-size: 18px;
}

.card-top {
    padding-bottom: 0px;
}


.sponsor-card-modern .info-block {
    padding-top: 0px;
}



.cta-begin {
    padding: 90px 0;
    background: linear-gradient(135deg, #111 0%, #1c1c1c 100%);
    color: #fff;
    background-image: url(../images/ba__nnsnn.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 100% 54%;
}

.cta-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 40px;
    border-radius: 24px;
    background: #00000061;
    backdrop-filter: blur(7px);
    border: 1px solid #00000021;
}

.cta-box h3 {
    color: #ffbf00;
}

section#sponsorship {
    padding-bottom: 55px;
}

.sponsor-card-modern {
    margin-left: 22px;
    margin-top: 35px;
    background: #005385;
    border-radius: 5px;
    /* box-shadow: unset; */
    border-bottom: 8px solid #ffba31;
    border-right: 8px solid #ffba31;
    border-top: 8px solid #ffba31;
    /* border-left: 1px solid #ffba31; */
    /* border: 1px solid; */
}

.cta-buttons a.btn.btn-outline {
    border: 1px solid #fff;
    color: #fff !important;
    /* background: #7a7c80; */
    position: relative;
    overflow: hidden;
    transition: padding 0.35s ease, box-shadow 0.35s ease, transform 0.25s ease;
    color: #fff !important;
    /* padding-top: 0px !important; */
    height: auto !important;
    border-bottom: 6px solid #c6c6c8;
    border-right: 6px solid #c6c6c8;
}

.cta-box h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.cta-begin .cta-buttons {
    margin-top: 39px;
}

.cta-buttons a.btn.btn-primary {
    background: #005385;
    color: #fff !important;
}

.cta-box h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-box p {
    font-size: 20px;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto 40px;
    color: #fff;
    line-height: 26px;
}

.cta-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-begin .btn-primary {
    background: #fff;
    color: #000 !important;
    border: none;
}

.cta-begin .btn {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000 !important;
    letter-spacing: 1px;
    color: #000 !important;
    border: 1px solid #005385;
    border-radius: 5px;
    border-bottom: 6px solid #7ba6bf;
    border-right: 6px solid #7ba6bf;
}

.heading__0099r {
    text-align: center;
    padding-bottom: 18px;
}


a.__cf_email__ {
    color: #fff;
    font-weight: 600;
}

h3.pharma__000 {
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 8px;
}

.main-header.main-header-overlay.is-stuck h3.pharma__000 {
    color: #000;
}

span.btn-txt {
    font-weight: 600;
}

.s0011__00988 {
    padding-top: 51px;
}

h3.foote__loogo {
    color: #fff;
    font-size: 27px;
}

.s001101101001101s {
    padding-top: 39px;
    padding-bottom: 1px;
}

section.lqd-section.module-bottom.py-30.border-top.text-white-10.transition-all {
    padding-top: 0px;
    padding-bottom: 0px;
}

section.lqd-section.has-accordion-page.pt-100.bg-gray-200 {
    padding-bottom: 62px;
    padding-top: 52px !important;
}


section.lqd-section.image-box.pb-130 {
    padding-bottom: 70px;
}

h3.s03232323 {
    font-size: 22px;
}

.h__fixedp09992 {
    height: 454px;
    overflow: hidden;
}


header#site-header {
    background: #fff;
    padding-bottom: 7px;
}

header#site-header a.text-white {
    color: #000;
}

h3.pharma__000 {
    color: #000000;
    font-size: 24px;
    position: relative;
    top: 8px;
}

h3.pharma__000 {
    color: #000;
    font-size: 30px;
    position: relative;
    top: 13px;
}




.regis__009s {
    list-style: none;
}

/* BUTTON */
/* .bu__00002222 {
    display: inline-block;
    padding: 14px 34px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(147deg, #005385, #ffba30);
    position: relative;
    overflow: hidden;
    transition: padding 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.25s ease;
    color: #fff!important;
    padding-top: 0px!important;
    height: auto!important;
} */
.bu__00002222 {
    display: inline-block;
    padding: 14px 34px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background: #7a7c80;
    position: relative;
    overflow: hidden;
    transition: padding 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.25s ease;
    color: #fff !important;
    padding-top: 0px !important;
    height: auto !important;
    border-bottom: 6px solid #c6c6c8;
    border-right: 6px solid #c6c6c8;
}

.bu__00002222:hover {
    color: #000 !important;
}

/* SHINE EFFECT */
.bu__00002222::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: left 0.6s ease;
}

/* HOVER EFFECT */
.bu__00002222:hover {
    box-shadow: 0 12px 30px rgb(255 205 40 / 43%);
    transform: translateY(-2px);
}

/* SHINE MOVE */
.bu__00002222:hover::before {
    left: 100%;
}

/* ACTIVE */
.bu__00002222:active {
    transform: scale(0.96);
}

.main-nav-hover-fade-inactive:hover>li>a {
    opacity: 1 !important;
}

.regis__009s a.bu__00002222 {
    padding: 9px 21px !important;
    height: auto !important;
}

.main-nav>li>a {

    padding: 0px !important;
}

div#main-header-collapse {
    padding-top: 20px;
}

ul.main-nav.flex.reset-ul {
    gap: 31px;
}

/* a.bu__00002222.s0002s020202 {
    background: transparent;
    color: #000!important;
    border: 1px solid #00000045;
} */

a.bu__00002222.s0002s020202 {
    background: #005385;
    color: #fff !important;
    border: 1px solid #005385;
    border-radius: 5px;
    border-bottom: 6px solid #7ba6bf;
    border-right: 6px solid #7ba6bf;
}

.regis__009s a.bu__00002222.s0002s020202:hover {
    color: #000 !important;
}

.sd__00s99s ul {
    display: flex;
    gap: 20px;
    padding: 0px;
}

a.bu__00002222.s0002s020202.s2656565 {
    background: #fff;
}

section#banner {
    height: 95vh;
    overflow: hidden;
}

/* section.counter__0088ee .container {
    border-radius: 21px;
    background: linear-gradient(358deg, #005385, #dd9607);
    margin-top: -66px;
    padding-top: 37px;
} */
section.counter__0088ee .container {
    border-radius: 10px;
    background: #005385;
    margin-top: -47px;
    padding-top: 24px;
    padding-bottom: 10px;
    width: 65%;
    padding-right: 35px;
}

section#banner a.bu__00002222.s0002s020202.s2656565 {
    background: #005385;
}

span.navbar-brand-inner.post-rel {
    margin-bottom: -24px;
}

.counter__0088ee span.block {
    font-size: 44px;
    margin-top: -21px;
    margin-bottom: -13px;
}

h2.ld-fh-element {
    color: #005385;
    font-size: 32px;
    text-align: center;
    width: 100%;
}

section.lqd-section.case-study.pt-55.pb-70 {
    background: #f7f8fa;
    padding-bottom: 16px;
    padding-top: 29px;
}

.bg-accent {
    background-color: #fff;
}


.hover\:bg-secondary:hover {
    background-color: #005385;
}

.s__000011441144 {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 3px 4px 5px 0px #02bafd6b;
    width: 100%;
    height: 249px;
    border: 1px solid #000;
    margin: 0 6px;
    padding: 2px;
    border-radius: 5px;
    border-bottom: 6px solid #0000006b;
    border-left: 6px solid #00000075;
    border-top: 6px solid #0000006b;
    margin-bottom: 72px;
}

.im__pic_098 {
    height: 229px;
    overflow: hidden;
    border: 1px solid #fff;
    margin-bottom: 16px;
    background: transparent;
    padding: 4px;
    border-radius: 0px;
}

.im__pic_098 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h3,
h3 {

    color: #005385;
}

.sd__00s99s li.regis__009s a.bu__00002222 {
    padding: 13px 41px !important;
    box-shadow: 4px 4px 4px 0px #fef7f769 !important;
}

h4.ld-fh-element.relative.mb-0\/5em.text-24.font-bold.lqd-unit-animation-done {
    font-size: 17px;
    color: #fff;
    float: left;
    width: 100%;
}

.s__000011441144 p.ld-fh-element.relative.mb-0\/5em {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    margin-top: 14px;
}

.s__000011441144 p.ld-fh-element.relative {
    color: #fff !important;
    line-height: 18px !important;

}

.team__footer h4.ld-fh-element.relative {
    color: #000;
    font-size: 13px;
    float: left;
    width: 100%;
    letter-spacing: 0.4px;
}

.team__footer {
    padding-left: 6px;
    padding-bottom: 7px;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-top: -52px;
    position: relative;
    width: 90%;
    border-radius: 7px;
    padding: 10px;
    left: 12px;
}

.s__000011441144 .ld-fancy-heading.p-5.mb-0\/6em.bg-accent.rounded-6 {
    background: #d7940d !important;
}

.about__video__00 video {
    width: 100%;
}

.about__video__00 video {
    width: 100%;
    height: 545px !important;
    object-fit: cover;
    border-radius: 16px;
}

section#contact {
    padding-bottom: 21px;
    padding-top: 31px;
}

.thedatassddoffff {
    width: 20%;
}

.lqd-section.case-study {
    position: relative;
}

section.lqd-section.has-accordion h2.ld-fh-element {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

section.lqd-section.has-accordion .ld-fancy-heading {
    text-align: center;
}

h2.theetimminnggsss {
    color: #005080;
    font-size: 15px;
    background: #fff;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 7px;
    border-radius: 4px;
    border: 1px solid #ffba30;
    border-bottom: 6px solid #ffba30;
    border-left: 6px solid #ffba30;
}

.thepannelinneramininfos {
    border: 1px solid #005182;
    margin: 0 4px 10px;
    height: 300px;
    padding: 16px 10px;
    border-top: 6px solid #005182;
    border-left: 6px solid #005182;
    border-radius: 2px;
     transform: scale(1);
  opacity: 0.85;
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
    background: #fff;
}

.thepannelinneramininfos.active {
  transform: scale(1.05);   /* very slight */
  opacity: 1;
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
  z-index: 1;
}

.thetimmggsagendapanelcards {
    padding-top: 30px;
}

.thetimigssingooss h4 {
    font-size: 13.5px;
    color: #000;
}

.thetimingprogramdetains ul {
    padding-left: 0;
    width: 95%;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.ld-flipbox-face {
    background-size: cover;
    background-position: center;
    background-color: #7a7c80;
    border-top: 6px solid #c6c6c8;
    border-left: 6px solid #c6c6c8;
    border-radius: 2px;
}
.ld-flipbox-inner h5.ld-fh-element.mb-0\/5em.inline-block.relative.text-30.text-white.leading-1em {
    font-size: 20px;
    line-height: 32px;
}
.thetimingprogramdetains ul li {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    list-style: disc;
    text-align: left;
    font-weight: 500;
}

.thetimigssingooss {
    border-bottom: 1px solid #005182;
    margin-bottom: 8px;
}

.thedownlodagendapdf {
    text-align: center;
    padding-top: 36px;
}

.thedownlodagendapdf a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(147deg, #005385, #ffba30);
    position: relative;
    overflow: hidden;
    transition: padding 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.25s ease;
    color: #fff !important;
    /* padding-top: 0px!important; */
    height: auto !important;
    background: #ed1e26;
    color: #fff !important;
    padding: 8px 13px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #f9b0b3;
    border-bottom: 6px solid #f9b0b3;
    border-right: 6px solid #f9b0b3;
    border-radius: 2px;
    font-size: 15px;
}

.thefacetofacedesionscards {
    border: 1px solid #000;
    margin: 0 6px;
    padding: 16px;
    border-radius: 5px;
    border-bottom: 6px solid #000;
    border-left: 6px solid #000;
    border-top: 6px solid #000;
    height: 350px;
}

a.thesposorrskitts {
    background: #ed1e26;
    color: #fff!important;
    padding: 8px 13px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #f9b0b3;
    border-bottom: 6px solid #f9b0b3;
    border-right: 6px solid #f9b0b3;
    border-radius: 2px;
    font-size: 15px;
}

.thefacetotfacelogs {
    width: 50px;
    /* border: 1px solid #000; */
    /* padding: 8px; */
    /* border-radius: 54px; */
    /* border-bottom: 4px solid #000; */
    /* border-left: 4px solid #000; */
    /* border-top: 2px solid #000; */
    /* border-right: 2px solid #000; */
    margin-bottom: 10px;
}

.thefacetotfacelogs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h4.thefacetofacehedsingh4 {
    color: #000;
    font-size: 21px;
    margin-bottom: 0;
}

p.thefacetofaceheadssp {
    color: #000;
    font-size: 14px;
    line-height: 26px;
}

.theecardsdsdfacetotface {
    padding-top: 20px;
}

/* .theageendasdsds{
    background-image: url(../images/theagendaasbanners.jpg);
} */

section.theullssofthe {
    padding-top: 10px;
    border-top: 1px solid #000;
    margin-top: 20px;
}

section.theullssofthe ul {
    justify-content: center;
}

p.thedattesandlocations {
    background: #ffba30;
    width: fit-content;
    color: #000;
    padding: 10px 14px 10px 13px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

p.thedattesandlocations span {
    color: #000;
    margin-right: 8px;
}

.sd__00s99s {
    padding-top: 50px;
}

/* .main-footer {
    background: linear-gradient(rgba(0, 31, 63, 0.9), rgba(0, 31, 63, 0.9)), 
                url('https://via.placeholder.com/1920x400') no-repeat center center/cover;
    color: #ffffff;
    padding: 60px 0 20px 0;
} */

.main-footer {
    background: #efefef;
    color: #000;
    padding: 60px 0 20px 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
}

/* Headings */
.footer-col h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #fdbe0f;
    display: inline-block;
    padding-bottom: 5px;
}

/* Social Icons */
.social-icons {
    margin-top: 20px;
}

.social-icons a {
    color: #001f3f;
    background: #fff;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.3s;
}

/* Quick Links List */
.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.footer-links li::before {
    content: '⦿';
    /* Matches the circle icon in your image */
    position: absolute;
    left: 0;
    color: #ff7f00;
}

.footer-links a {
    color: #000;
    text-decoration: none;
}

/* Contact and Show Times */
.contact-item,
.show-item {
    display: flex;
    margin-bottom: 15px;
    gap: 15px;
}

.contact-item i,
.show-item i {
    color: #ffba30;
    font-size: 1.1rem;
}

.show-details .city {
    display: block;
    color: #ffba30;
    font-weight: bold;
}

.footer-links li::before {
    content: '⦿';
    position: absolute;
    left: 0;
    color: #ffba30;
}

.s0011001101 img {
    width: 70px;
    filter: brightness(1) invert(1);
}
.show-details .date {
    display: block;
    font-weight: bold;
}

.thedatefooticon{
    font-size: 13px;
    margin-right: 5px;
}
.thetimefooticon{
    font-size: 13px;
    margin-right: 5px;
}
.footer-col h3 {
    color: #000;
    font-size: 16px;
}

.footer-col.logo-section {
    text-align: center;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    padding-top: 20px;
}

.footer-col.logo-section img.footer-logo {
    width: 75%;
}

.show-item i.fas.fa-building {
    font-size: 65px;
    color: #fff;
    margin-right: -12px;
}

ul.footer-links {
    padding-left: 0px;
}

.footer-col.sd64565a6sf65 {
    /* width: 67%; */
    padding-left: 17px;
    position: relative;
    left: -31px;
}

header.lqd-lp-header.mb-1em h2.entry-title.lqd-lp-title.h5.m-0 {
    font-size: 16px;
    color: #222;
}

article.lqd-lp {
    border: 1px solid #000;
    margin: 0 6px;
    padding: 16px;
    border-radius: 5px;
    border-bottom: 6px solid #000;
    border-left: 6px solid #000;
    border-top: 6px solid #000;
}

.contact-item,
.show-item {
    display: flex;
    margin-bottom: 15px;
    gap: 15px;
    font-size: 14px;
    line-height: 21px;
}

footer#site-footer {
    margin-top: -63px;
    padding-bottom: 0px;
}

.bottom-content p {
    margin-bottom: 0px;
}

.bottom-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 0.9rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1px;
}

.orange-text {
    color: #ff7f00;
    font-weight: bold;
}

section.lqd-section.has-accordion.pt-60.pb-120.theageendasdsds {
    padding-bottom: 30px;
}

.bottom-content a {
    color: #ff7f00;
    text-decoration: none;
}


[data-sticky-footer] {

    position: relative !important;

}



.thefilxedsocials {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 36%;
}

.thefilxedsocials .social-block {
    border-bottom: 0;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;

    padding: 0 10px;
}

.logo__00999 ul {
    display: flex;
}

.logo__00999 ul {
    display: flex;
    gap: 33px;
    text-transform: none;
    list-style: none;
}

.logo__00999 li {
    width: 33%;
    /* background: #000000; */
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #000;
    border-bottom: 6px solid #000;
}

.thefilxedsocials .social-icon-block {
    aspect-ratio: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 17px 7px;
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
}

.masonry-item {
    width: 23%;
    float: left;
    height: 200px;
    padding: 6px;
    border-radius: 13px;
    border: 1px solid #00000029;
    margin: 5px;
    margin-bottom: 9px;
    background: #ffba30;
}

.social-item {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    color: var(--neutral--para-color);
    font-family: Bricolage Grotesque, sans-serif;
    font-size: var(--_responsive---h6);
    letter-spacing: normal;
    align-items: center;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    display: flex;
}

/* popup form 1 */
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 700px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

/* popup form 1 ends */

/* deligateformpopup start */
.thedeligateforrmspopups .delegate-form {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border: 1px solid #000;
}

.thedeligateforrmspopups .section {
    margin-bottom: 25px;
}

.thedeligateforrmspopups .section h3 {
    background: #005385;
    padding: 8px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    border-bottom: 5px solid #7ba6bf;
    border-left: 5px solid #7ba6bf;
}

.thedeligateforrmspopups .form-group {
    margin-bottom: 12px;
}

.thedeligateforrmspopups label {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.thedeligateforrmspopups input,
.thedeligateforrmspopups textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #000;
}

.thedeligateforrmspopups .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* TABLE */
.thedeligateforrmspopups table {
    width: 100%;
    border-collapse: collapse;
}

.thedeligateforrmspopups th,
.thedeligateforrmspopups td {
    border: 1px solid #000;
    padding: 8px;
    height: 35px;
    text-align: center;
    font-size: 13px;
}

/* SIGNATURE */
.thedeligateforrmspopups .signature {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.thedeligateforrmspopups .signature-box {
    border: 1px solid #000;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.thedeligateforrmspopups .signature-box img {
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.thedeligateforrmspopups .signature-box span {
    font-size: 12px;
    color: #666;
}

.thedeligateforrmspopups input[type="file"] {
    margin-top: 6px;
    font-size: 12px;
}

.submi {
    text-align: center;
    margin-top: 25px;
}

.submi button {
    background: #005385;
    color: #fff;
    border: 0;
    padding: 5px 32px;
    border-bottom: 5px solid #7ba6bf;
    border-right: 5px solid #7ba6bf;
    border-radius: 3px;
}


/* delifateformpopup ends */

.s__000011441144:hover {
    border-color: #febe11;
}



/* popup form 2 starts */
.custom-model-main2 {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    opacity: 0;
    transition: opacity 0.15s linear, z-index 0.15s;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open2 {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner2 {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 700px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap2 {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open2 .custom-model-inner2 {
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open2 .bg-overlay2 {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay2 {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    inset: 0;
    z-index: 0;
    transition: background 0.15s linear;
}

.close-btn2 {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width:800px) {
    .custom-model-main2:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner2 {
        margin-top: 45px;
    }
}

/* popup form 2 ends */


/* awards forms start */


.form-wrapper.awaardssformms {
    max-width:1000px;
    margin:auto;
    background:#fff;
    padding:20px;
    border-radius:6px;
}

.awaardssformms h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.awaardssformms table {
    width:100%;
    border-collapse:collapse;
    margin-bottom:20px;
}

.awaardssformms th {
    background: #1f3c88;
    color: #fff;
    padding: 10px;
    text-align: left;
    background: #005385;
    padding: 8px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    border-bottom: 5px solid #7ba6bf;
    border-left: 5px solid #7ba6bf;
    margin-bottom: 20px;
}

.awaardssformms td {
    border: 1px solid #ccc;
    padding: 6px;
    font-size: 15px;
}

.awaardssformms input, .awaardssformms textarea {
    width: 100%;
    padding: 2px 8px;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-size: 15px;
}

.awaardssformms .checkbox {
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap:6px;
}

.awaardssformms .checkbox label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.awaardssformms .checkbox input {
    width: fit-content;
    margin-right: 10px;
}

.awaardssformms .submit {
    text-align:center;
}

.awaardssformms button {
    background:#1f3c88;
    color:#fff;
    border:none;
    padding:12px 40px;
    font-size:16px;
    border-radius:4px;
    cursor:pointer;
}

.awaardssformms button:hover {
    background:#162c63;
}

/* awards forms ends */

.sponsor-card-modern .info-block span{
    color: #fff;
}

.sponsor-card-modern .info-block p{
    color: #fff;
}

.sponsor-card-modern .card-top p{
    color: #fff;
}

@media screen and (min-width:320px) and (max-width:767px) {
    p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
}
    section.theullssofthe {
    display: none;
}
.video__00wee {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}
.lqd-sticky-placeholder{
    display: none;
}
.banner .ld-fancy-heading h1 {
    font-size: 8vw;
}
.banner p.s_00009 {
    color: #fff;
    margin-top: 0;
    padding-bottom: 7px;
    letter-spacing: 1px;
}
p.thedattesandlocations {
    background: #ffba30;
    width: fit-content;
    color: #000;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 11px !important;
}
.sd__00s99s li.regis__009s a.bu__00002222 {
    padding: 10px 10px !important;
    box-shadow: 4px 4px 4px 0px #fef7f769 !important;
    font-size: 13px;
}
.banner {
    padding: 0 10px 50px 10px;
}
section#banner {
    height: 70vh;
    overflow: hidden;
}
section.counter__0088ee .container {
    border-radius: 10px;
    background: #005385;
    margin-top: -47px;
    padding-top: 24px;
    padding-bottom: 10px;
    width: 80%;
    padding-right: 0;
}
 .counter__0088ee .thedatassddoffff span.block {
    font-size: 28px;
    margin-top: -21px;
    margin-bottom: -27px;
}
.thedatassddoffff {
    width: 33%;
    margin-bottom: 25px;
}

.thedatassddoffff span.lqd-counter-text.text-white-70 {
    font-size: 13px;
}
.counter__0088ee .row{
    justify-content: center;
}
h2.ld-fh-element {
    color: #005385;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
p.ld-fh-element {
    font-size: 14px;
}
section.lqd-section.case-study.pt-55.pb-70 .w-25percent {
    width: 100%;
}
.s__000011441144 {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 3px 4px 5px 0px #02bafd6b;
    width: 100%;
    height: 187px;
    border: 1px solid #000;
    margin: 0 6px;
    padding: 2px;
    border-radius: 5px;
    border-bottom: 6px solid #0000006b;
    border-left: 6px solid #00000075;
    border-top: 6px solid #0000006b;
    margin-bottom: 100px;
}
section.lqd-section.team .col.col-12.col-md-3.flex.flex-col.items-start.text-start.p-20.module-col {
    width: 47%;
    padding: 0;
    margin-right: 10px;
}
.im__pic_098 {
    height: 170px;
    overflow: hidden;
    border: 1px solid #fff;
    margin-bottom: 16px;
    background: transparent;
    padding: 4px;
    border-radius: 0px;
}
.team__footer h4.ld-fh-element.relative {
    color: #000;
    font-size: 10px;
    float: left;
    width: 100%;
    letter-spacing: 0.4px;
}
section.lqd-section.team.pt-100.pb-65 h6.ld-fh-element.relative.p-5 {
    color: #fff;
    padding: 0px 7px;
    height: auto;
    display: inline;
    font-weight: 600;
    width: auto;
    font-size: 7px;
    display: inline-block;
    padding-top: 7px;
    /* background: rebeccapurple; */
    text-transform: capitalize;
    line-height: 8px;
    padding-top: 0;
}
section.lqd-section.team.pt-100.pb-65 .s__000011441144 p.ld-fh-element.relative.mb-0\/5em {
    font-size: 10px;
    line-height: 22px;
    color: #222;
    margin-top: 12px;
    color: #000 !important;
    line-height: 9px;
}
section#sponsorship h3 {
    font-size: 20px;
    text-align: center;
}
.thefacetofacedesionscards {
    border: 1px solid #000;
    margin: 0 6px;
    padding: 16px;
    border-radius: 5px;
    border-bottom: 6px solid #000;
    border-left: 6px solid #000;
    border-top: 6px solid #000;
    height: auto;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.sponsor-card-modern {
    margin-left: auto;
    margin-top: 35px;
    background: #005385;
    border-radius: 5px;
    /* box-shadow: unset; */
    border-bottom: 8px solid #ffba31;
    border-right: 8px solid #ffba31;
    border-top: 8px solid #ffba31;
    /* border-left: 1px solid #ffba31; */
    /* border: 1px solid; */
    max-width: 100%;
    width: 90%;
    margin-right: auto;
}
section#sponsorship .col-lg-4 {
    width: 100%;
}
.cta-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px;
    border-radius: 24px;
    background: #00000061;
    backdrop-filter: blur(7px);
    border: 1px solid #00000021;
}
.cta-box h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cta-box h3 {
    color: #ffbf00;
    font-size: 20px;
}
.cta-begin .cta-buttons {
    margin-top: 25px;
}
.cta-begin .btn {
    padding: 9px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000 !important;
    letter-spacing: 1px;
    color: #000 !important;
    border: 1px solid #005385;
    border-radius: 5px;
    border-bottom: 6px solid #7ba6bf;
    border-right: 6px solid #7ba6bf;
}

.masonry-item {
    width: 47%;
    float: unset;
    height: 200px;
    padding: 6px;
    border-radius: 13px;
    border: 1px solid #00000029;
    margin: 5px;
    margin-bottom: 9px;
    background: #ffba30;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.ld-media-row.flex.flex-wrap.-mx-10{
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 100%;
    margin-left: 0 !important;

}
section.lqd-section.has-accordion-page.pt-100.bg-gray-200 {
    padding-bottom: 20px;
    padding-top: 52px !important;
}
.h__fixedp09992 {
    height: auto;
    overflow: hidden;
}
.testimonial .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.footer-col.logo-section {
    text-align: left;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1px;
    flex-direction: column;
    justify-content: center;
}
.footer-col {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
    width: 85%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 25px;
    text-align: center;
}
.lqd-mobile-sec .navbar-header>* {
    width: 45%;
    flex: 0 0 auto;
    padding: 0 0;
}
.lqd-mobile-sec.relative.w-full {
    padding-top: 10px;
}
span.navbar-brand-inner {
    width: 100%;
}
.navbar-brand img {
    transition: opacity .3s,visibiliy .3s;
    width: 100%;
}
.custom-model-wrap {
    padding: 10px;
}
.custom-model-wrap2 {
    padding: 10px;
}
.thedeligateforrmspopups .delegate-form {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 10px;
    border: 1px solid #000;
    overflow-x: scroll;
}
.thedeligateforrmspopups .signature {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
    flex-direction: column;
}
.form-wrapper.awaardssformms {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 0;
    border-radius: 6px;
}
ul#mobile-primary-nav {
    padding: 14px;
}
ul#mobile-primary-nav li {
    padding: 9px 0px;
}

#mobile-primary-nav a.bu__00002222 {
    width: 195px;
    height: 37px !important;
    text-align: center !important;
    justify-content: center;
    border-radius: 2px;
    border-bottom: 6px solid #c6c6c8 !important;
}
#mobile-primary-nav a.bu__00002222.s0002s020202 {
    border-bottom: 6px solid #7ba6bf !important;
    border-radius: 2px !important;
}
}