@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playwrite+US+Modern:wght@100..400&family=Plus+Jakarta+Sans:wght@200..800&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root{
    --font1: "Plus Jakarta Sans", sans-serif;
    --font2:"Playwrite US Modern", cursive;
    --font3:"Manrope", sans-serif;
    --font4:"Shantell Sans", cursive;
    --font5: 'Sticky Notes';
}
html body {
    font-family:var(--font1);
}
section.hero_banner {
    overflow: hidden;
    padding: 0;
}
section.hero_banner .confrnc_video{
    position: relative;
}
section.hero_banner .confrnc_video::before{
    content: "";
    background: #000000A8;
    position: absolute;
    inset: 0;
}
section.hero_banner .confrnc_video video {
    object-fit: cover;
    width: 100%;
    height: 660px;
    display: block;
}
section.hero_banner .cntnt_wrp {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 840px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 140px 0;
    color: var(--white);
}
section.hero_banner .cntnt_wrp h1 {
    font-weight: 800;
    font-size: 81px;
    text-align: center;
    margin-bottom: 24px;
}
section.hero_banner .cntnt_wrp p {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.25px;
    text-align: center;
    margin-bottom: 36px;
}
section.hero_banner .cntnt_wrp ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 47px;
}
section.hero_banner .cntnt_wrp ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1.22px solid #FFFFFF;
    padding-right: 50px;
    margin-right: 50px;
    font-weight: 500;
    font-size: 29px;
    line-height: 146%;
    font-family: var(--font3);
}
section.hero_banner .cntnt_wrp ul li svg{
    color: #FF9501;
}
section.hero_banner .cntnt_wrp ul li:last-child{
    border-right:0;
    padding-right: 0;
    margin-right: 0;
}
section.hero_banner .cntnt_wrp .btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: -0.25px;
    text-align: center;
    text-transform: none;
    padding: 0 48px;
    border-radius: 12px;
}

.marquee_txt ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 40px;
    animation: marquee 25s linear infinite;
}

.marquee_txt.bl_bg ul {
    animation: marquee-rtl 25s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes marquee-rtl {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(50%);
    }
}
.marquee_txt ul li{
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    line-height: 134%;
    color: var(--white);
}
.marquee_txt:before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #EF802E;
    margin: 0 -10px;
}
.marquee_txt {
    padding: 13px 0;
    transform: rotate(-3deg);
    position: relative;
    z-index: 1;
}
.marquee_txt ul li:nth-child(2n) {
    color: #131414;
}
.marquee_txt ul li:nth-child(3n) {
    color: #FFDBA1;
}
.marqe_sec {
    padding: 100px 0;
    z-index: 99;
    overflow: hidden;
    margin-block: -130px;
}
.marquee_txt.bl_bg {
    transform: rotate(3deg);
    margin-top: -30px;
    z-index: 0;
}
.marquee_txt.bl_bg:before {
    background: #006AFF;
}
.marquee_txt.bl_bg li:nth-child(2n) {
    color: #1AFFFF;
}
.marquee_txt.bl_bg li:nth-child(3n) {
    color: #E0FFB8;
}
section.acd_cnfrnc .title h2 {
    margin-bottom: 12px;
    font-size: 42px;
    font-weight: 800;
}
section.acd_cnfrnc .title p {
    margin-bottom: 21px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.25px;
}
section.acd_cnfrnc .title .btn-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
    text-align: center;
    color: #FF9501;
    text-decoration: none;
}
section.acd_cnfrnc .title .btn-link:hover{
    color: var(--dark);
}
.slot_bx {
    padding: 30px;
    min-height: 355px;
    border-radius: 8px;
    background: linear-gradient(286.76deg, #41D6DD 6.5%, #5485EE 88.42%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slot_bx .badge {
    background: #FFFFFF30;
    border: 0.5px solid #FFFFFF3D;
    padding: 6px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.25px;
    text-align: center;
    margin-bottom: 20px;
}
.slot_bx h4 {
    font-weight: 800;
    font-size: 24px;
    color: var(--white);
    line-height: 142%;
}
section.acd_cnfrnc .container {
    max-width: 1190px;
}
.slot_bx p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.25px;
    color: var(--white);
}
section.meet_voluntr {
    background-color: #151C4C;
}
section.meet_voluntr .title>*{
    color: var(--white);
}
section.meet_voluntr .title h6 {
    font-family:var(--font4);
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #F4D10A;
    margin-bottom: 10px;
}
section.meet_voluntr .title h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 115%;
    text-align: center;
}
.mt_vlntrs .item {
    background: linear-gradient(180deg, #151C4C 0%, #404C9B 100%);
    border-radius: 12px;
    min-height: 275px;
    padding: 20px;
    transition: all 0.4s;
    overflow: hidden;
    margin: 1px;
}
.mt_vlntrs .item:before {
    content: "";
    background: linear-gradient(180deg, #4152B8 0%, rgba(21, 28, 76, 0) 100%);
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 12px;
}
.mt_vlntrs .item:hover{
    background: var(--white);
}
.mt_vlntrs .item img {
    height: 160px;
    width: 160px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    margin: 0 auto 20px;
    transition: all 0.4s;
}
.mt_vlntrs .item h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: var(--white);
    margin-bottom: 0;
    transition: all 0.4s;
    text-align: left;
}
.mt_vlntrs .item a {
    height: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    color: #FF9501;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.25px;
    justify-content: start;
}
.mt_vlntrs .item a svg {
    margin-top: 2px;
}
.mt_vlntrs .item:hover h4{
    color:#202020;
}
.mt_vlntrs .item:hover a {
    height: 24px;
    overflow: visible;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}
.mt_vlntrs .item a:hover {
    color: #000
}
.mt_vlntrs .item:hover img{
    height: 140px;
}
.mt_vlntrs:not(.rtl-crsl) .item a {
    justify-content: flex-end;
}
.mt_vlntrs:not(.rtl-crsl) .item a svg {
    order: -1;
}
.paidads-page .title h2 {
    font-size: 42px;
    font-weight: 800;
}
section.agenda_sec .title h2 {
    margin-bottom: 20px;
}
section.agenda_sec .title p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.25px;
    text-transform: capitalize;
}
ul.icn_lst {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.icn_lst li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    text-align: center;
    border-bottom: 0.5px solid #CECDD7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.icn_lst li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.mt_vlntrs.rtl-crsl {
    margin-top: 30px;
}
.regstr_badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(90deg, #FEECE2 0%, #FFFFFF 100%);
    border-top: 1px solid #FF9501;
    padding: 15px 10px;
}
.agnda_cntnt {
    color: #514B81;
}
.agnda_cntnt h6 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 155%;
    position: relative;
    height: 100%;
}
.agnda_cntnt h6:before {
    content: "";
    width: 1px;
    background-color: #D4D4D4;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 34px;
    bottom: 0;
    z-index: -1;
}
.agnda_cntnt .item.p-0 h6::before {
    top: 30px;
    bottom: -30px;
}
.agnda_cntnt .item:last-child h6::before{
    display: none;
}
.agnda_cntnt p {
    font-size: 16px;
    line-height: 155%;
}
.agnda_cntnt .cntnt_wrp {
    border-bottom: 1px solid #DBDBDB;
    padding: 0px 0 20px;
}
.agnda_cntnt .item {
    padding: 20px 0 0;
}
ul.pofl_lst {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
ul.pofl_lst img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
ul.pofl_lst li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
}
.agnda_cntnt .cntnt_wrp h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
}
.agnda_cntnt .cntnt_wrp .accordion-item {
    background: transparent;
}
.agnda_cntnt .cntnt_wrp .accordion-button {
    padding: 0;
    flex-wrap: wrap;
    text-align: left;
    align-items: start;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    border: 0;
    box-shadow: none;
}
.agnda_cntnt .cntnt_wrp .accordion-item ul.pofl_lst {
    margin-top: 10px;
}
.agnda_cntnt .cntnt_wrp .badge {
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
    text-align: center;
    color: #514B81;
    padding: 4px 12px;
    border-radius: 50px;
    background-color: #FCE5DA;
    display: inline-block;
}
.agnda_cntnt .cntnt_wrp .badge_wrp {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
    flex-wrap: wrap;
}
.agnda_cntnt .cntnt_wrp .accordion-body {
    padding: 12px 0 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #292D34;
}
.agnda_cntnt .cntnt_wrp .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.05335 12.1269L5.07345 12.1269L5.07345 7.03575L-4.07745e-05 7.05343V5.07353L5.09113 5.07353L5.07345 3.61525e-05L7.05335 3.5731e-05L7.03567 5.07353L12.1268 5.07353V7.05343L7.05335 7.03575L7.05335 12.1269Z" fill="%231C1B1F"/></svg>');
    background-size: 14px;
    margin-top: -19px;
}
.agnda_cntnt .cntnt_wrp .accordion-button:not(.collapsed)::after {
    transform: none;
    background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.4 9.975L0 8.575L3.6 4.975L0 1.4L1.4 0L5 3.6L8.575 0L9.975 1.4L6.375 4.975L9.975 8.575L8.575 9.975L5 6.375L1.4 9.975Z" fill="%231C1B1F"/></svg>');
}
.col-sticky {
    position: sticky;
    top: 120px;
}
section.dwnld_gnda_sec .wrpr {
    padding-top: 40px;
    border-top: 1px solid #D9D9D9;
}
section.dwnld_gnda_sec .wrpr .btn {
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px;
    line-height: 48px;
    background: #EF802E;
    color: #FFF !important;
}
section.dwnld_gnda_sec .wrpr .btn:hover {
    background: #000;
}
section.yrteam_cnfrnc {
    background-color: #0C3250;
    background-image: url(../images/conference-team.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    padding: 85px 0;
}
section.yrteam_cnfrnc h2 {
    color: var(--white);
}
section.yrteam_cnfrnc h2 span {
    font-family: var(--font2);
    font-weight: 400;
    color: #93FF06;
}
section.yrteam_cnfrnc p {
    color: var(--white);
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.25px;
}
html .paidads-page .btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    padding: 0 20px;
}
html .paidads-page .btn.btn-secondary{
    background-color: #EF802E;
    color: var(--white) !important;
}
html .paidads-page .btn.btn-secondary:hover{
    background-color: var(--dark);
}
section.cnfrnc_pass_sec .title p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.25px;
    text-align: center;
    color: #514B81;
}
.cnfrnc_pass {
    padding: 50px 40px;
    background-color: #FFF6EB;
    border-radius: 12px;
    border: 1px solid #E5D3B0;
    text-align: center;
    min-height: 492px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.cnfrnc_pass h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 16px;
}
.cnfrnc_pass p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #000000;
}
.cnfrnc_pass hr {
    border-top: 2px dashed #D9C6AF;
    margin: 40px 0;
    opacity: 1;
}
.cnfrnc_pass .b_wrp {
    margin-top: auto;
}
.cnfrnc_pass h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 128%;
    margin-bottom: 13px;
}
.cnfrnc_pass span {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    padding: 6px 10px;
    background: #F9E9D6;
    display: inline-block;
    border-radius: 4px;
}
.cnfrnc_pass:after,
.cnfrnc_pass:before {
    content: "";
    width: 56px;
    height: 36px;
    display: inline-block;
    background-color: var(--white);
    border-radius: 80px;
    border: 1px solid #E5D3B0;
    clip-path: ellipse(50% 50% at 100% 50%);
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cnfrnc_pass:after {
    left: auto;
    right: -45px;
    transform: rotate(180deg);
}
.cnfrnc_pass del {
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    background: #FFF0EE;
    padding: 6px 10px;
    margin-bottom: 13px;
    display: inline-block;
    color: #985D5D;
    text-transform: uppercase;
    font-weight: 600;
}
.cnfrnc_pass .btn {
    margin-top: 26px;
}
.cnfrnc_pass.in_prsn {
    background: #EBF6FF;
    border: 1px solid #B0CFE5;
}
.cnfrnc_pass.in_prsn::before,
.cnfrnc_pass.in_prsn::after {
    border: 1px solid #B0CFE5;
}
.cnfrnc_pass.virtual {
    background: #EBECFF;
    border: 1px solid #C6B0E5;
}
.cnfrnc_pass.virtual::before,
.cnfrnc_pass.virtual::after {
    border: 1px solid #C6B0E5;
}
.cnfrnc_pass.orange {
    background: #FFEDEB;
    border: 1px solid #E5B0B0
}
.cnfrnc_pass.orange::before,
.cnfrnc_pass.orange::after {
    border: 1px solid #E5B0B0
}


.highlight-wpr {
    display: flex;
    margin: 0 -12px;
}
.highlight-wpr .item {
    width: 24%;
    padding: 0 6px;
    transition: all 0.5s;
}
.highlight-wpr .item.active {
    width: 58%;
}
.highlight-box {
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.highlight-box .image {
    width: 100%;
    height: 450px;
    overflow: hidden;
    transition: all 0.5s;
}
.highlight-box .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.highlight-box .text{
    padding: 60px 25px;
    color: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.5s;
}
.highlight-box .text .inner {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.item.active .highlight-box .text .inner {
    max-height: 150px;
}
.highlight-box:after {
    content: "";
    position: absolute;
    inset: 0;
    top: 90px;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #071C7D 100%);
}
.sat .highlight-box:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #7D074C 100%);
}
.bas .highlight-box:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #077B7D 100%);
}
.aaw .highlight-box:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #7D4E07 100%);
}
.highlight-box .text h2 {
    color: var(--white);
    margin-bottom: 0;
    font-weight: 800;
    font-size: 22px;
    line-height: 130%;
    transition: all 0.4s;
}
.item.active .highlight-box .text h2 {
    font-size: 28px;
}
.highlight-box .text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 20px;
    min-width: 464px;
}
.highlight-box .text .btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    padding: 0 20px;
    white-space: nowrap;
}
.our_spnsr_sec .btn-link {
    color: var(--secondary);
    text-decoration: none;
}
.our_spnsr_sec .btn-link:hover {
    color: var(--primary);
}
.our_spnsr_sec #myTab {
    display: flex;
    align-items: center;
    border: 0;
    gap: 10px;
}
.our_spnsr_sec #myTab button {
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    padding: 0 18px;
    border: 1px solid #6060A34D;
    border-radius: 6px;
    color: #514B81;
    text-transform: capitalize;
}
.our_spnsr_sec #myTab button.active,
.our_spnsr_sec #myTab button:hover {
    background-color: #EF802E;
    color: var(--white);
}
.our_spcr_bx {
    background: #FFFFFF01;
    border: 1px solid #CECEEA;
    box-shadow: 0px 3px 10px 0px #0000000D;
    border-radius: 14px;
    overflow: hidden;
}
.our_spcr_bx ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
.our_spcr_bx ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 144px;
    padding: 20px;
    background-color: #fff;
    transition: background 0.2s;
}
.our_spcr_bx ul li.bg-light{
    background-color: #F4F4F4 !important;
}
.msg-fr-atnd {
    background-color: #FFE8CC;
    border-radius: 24px;
    overflow: hidden;
    padding:40px 50px;
    height: 100%;
}
.msg-fr-atnd img{
    width: 100%;
    display: block;
    height: 165px;
    object-fit: cover;
}
.msg-fr-atnd h3 {
    font-family: var(--font3);
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    margin: 10px 0 30px;
}
.msg-fr-atnd .video {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}
.msg-fr-atnd .video .icon {
    height: 45px;
    width: 68px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    inset: 0;
    margin: auto;
    cursor: pointer;
}
.revw_bx {
    border: 1px solid #E5B06E;
    border-radius: 24px;
    padding: 40px 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.revw_bx .icn {
    margin-bottom: 20px;
}
.revw_bx .item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #333333;
    margin-bottom: 48px;
}
.revw_bx .item h6 {
    font-family: var(--font3);
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
}
.revw_bx .item span {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 14px;
}
.revw_bx .owl-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}
.revw_bx .owl-nav span{
    font-size: 0;
    display: none;
}
.revw_bx .owl-nav button:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.219312 5.93692L5.67935 -1.52202e-05L7.07138 1.44251L3.67369 5.13655L14.3999 5.13657L14.3999 7.1937L3.67369 7.19368L7.07136 10.8877L5.67933 12.33L-0.000108989 6.16551L0.000430791 6.16498L-0.000108987 6.16444L0.219312 5.93692Z" fill="black"/></svg>');
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    transition: all 0.4s;
}
.revw_bx .owl-nav button:hover:before {
    opacity: 0.5;
}
.revw_bx .owl-nav button.owl-next{
    transform: rotate(180deg);
}
.revw_bx .owl-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.spnsr_ftur{
    background-image: url('../images/sponsor_future_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.spnsr_ftur h2 {
    color: var(--white);
}
.spnsr_ftur p {
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.25px;
    color: var(--white);
}
.faqs_sec ul#myTab {
    border: 0;
    flex-direction: column;
}
.faqs_sec ul#myTab button {
    border: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #514B81;
    gap: 10px;
    line-height: 158%;
    padding: 0;
    border-radius: 4px;
    transition: all 0.4s;
}
.faqs_sec ul#myTab li {
    margin-bottom: 20px;
}
.faqs_sec ul#myTab li:last-child {
    margin-bottom: 0px;
}
.faqs_sec ul#myTab button svg {
    margin-top: 3px;
}
.faqs_sec ul#myTab button.active{
    background-color: #EF802E;
    border: 1px solid #0000001A;
    color: var(--white);
    padding: 8px 18px;
}
.faqs_sec .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #D6D6D6;
}
.faqs_sec .accordion-item .accordion-button {
    box-shadow: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 185%;
    letter-spacing: -0.08px;
    background: transparent;
    padding-inline: 0;
}
.faqs_sec .accordion-item .accordion-body {
    padding-top: 0;
    padding-right: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #555;
    padding-inline: 0;
}
section.hero_banner .cntnt_wrp h1 span {
    font-family: var(--font5);
    color: #FFF200;
    font-weight: 400;
}
.mt_pp .modal-body {
    padding: 40px;
}
.mt_pp  .modal-content {
    border-radius: 24px;
}
.mt_pp .modal-content .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 26px;
    font-weight: 700;
    opacity: 1;
    font-size: 12px;
    z-index: 2;
    transition: all 0.4s;
}
.mt_pp .modal-content .btn-close:hover {
    opacity: 0.4;
}
.mt_pp .modal-body .image {
    height: 290px;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
}
.mt_pp .modal-body .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mt_pp .modal-body .txt_wrp h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
}
.mt_pp .modal-body .txt_wrp p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #292D34;
    width: 62%;
    max-width: 100%;
}
.mt_pp .modal-body .txt_wrp {
    margin-bottom: 30px;
}
.mt_pp .modal-body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
}
.mt_pp .modal-body .btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid var(--secondary);
}
.mt_pp .modal-body .btn:hover {
    border: 1px solid var(--dark);
}
html .mt_pp .modal-body .btn-outline {
    background: transparent;
    border: 1px solid #EF802E;
    color: #EF802E !important;
    gap: 6px;
}
html .mt_pp .modal-body .btn-outline svg{
    margin: 0;
}
html .mt_pp .modal-body .btn-outline:hover{
    border-color: var(--dark);
    color: var(--white) !important;
}
.mt_pp .modal-body > h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin: 30px 0 10px;
}
.mt_pp .modal-body .talk_bx {
    background: #FAF9F7;
    border: 1px solid #EFE7E0;
    border-radius: 12px;
    padding: 20px;
}
.mt_pp .modal-body .talk_bx h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
    color: var(--secondary);
}
.mt_pp .modal-body .talk_bx p {
    margin: 0;
}
.webinar-table table{
    width: 100%;
}
.webinar-table thead th {
    background-color: #FFEBDD;
    padding: 22px 16px;
    font-weight: 800;
    font-size: 18px;
    line-height: normal;
}
.webinar-table tbody td {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    padding: 20px 18px;
    border-bottom: 1.61px solid #F2E7DE;
}
.webinar-table tbody td:nth-child(2n){
    background: #FBF7F4 !important;
}
.webinar-table tbody td:nth-child(2){
    width: 375px;
    max-width: 100%;
}
.webinar-table tbody td li img {
    height: 30px;
    width: 30px;
}
.webinar-table tbody td .btn-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
}
.webinar-table tbody td .btn-link:hover {
    color: var(--primary);
}
.webinar-table tr >* {
    border-right: 2px dotted rgb(210 200 194 / 30%);
}
.webinar-table tr >*:last-child {
    border-right:0;
}

@media (max-width:1024px){
    .cnfrnc_pass p {
        font-size: 12px;
    }
    .cnfrnc_pass h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .cnfrnc_pass {
        padding: 18px 14px;
        border-radius: 10px;
        min-height: 350px;
    }
    section.hero_banner .cntnt_wrp h1 {
        font-size: 44px;
        margin-bottom: 18px;
    }
    section.hero_banner .cntnt_wrp {
        width: 480px;
        padding: 60px 0;
    }
    section.hero_banner .confrnc_video video {
        height: 520px;
    }
    section.hero_banner .cntnt_wrp p {
        font-size: 18px;
        margin-bottom: 24px;
    }
    section.hero_banner .cntnt_wrp ul li {
        padding-right: 20px;
        margin-right: 20px;
        font-size: 20px;
    }
    section.hero_banner .cntnt_wrp ul {
        margin: 0 0 35px;
    }
    .marquee_txt ul li {
        font-size: 24px;
    }
    .marquee_txt ul {
        gap: 30px;
    }
    .marquee_txt {
        padding: 10px 0;
    }
    .marqe_sec {
        margin-block: -140px;
    }
    section.acd_cnfrnc .title h2 {
        margin-bottom: 10px;
        font-size: 34px;
    }
    section.acd_cnfrnc .title p {
        margin-bottom: 18px;
        font-size: 18px;
    }
    .slot_bx {
        padding: 18px;
        border-radius: 6px;
        min-height: 270px;
    }
    .slot_bx h4 {
        font-size: 19px;
    }
    .slot_bx p {
        font-size: 14px;
    }
    .slot_bx .badge {
        font-size: 13px;
        margin-bottom: 12px;
    }
    section.meet_voluntr .title h2 {
        font-size: 34px;
    }
    section.meet_voluntr .title h6 {
        font-size: 17px;
    }
    .mt_vlntrs .item {
        border-radius: 10px;
        min-height: 255px;
        padding: 14px;
    }
    .mt_vlntrs .item img {
        height: 140px;
        width: 100%;
        border-radius: 10px;
        margin: 0 auto 16px;
    }
    .mt_vlntrs .item h4 {
        font-size: 18px;
    }
    .mt_vlntrs .item a {
        font-size: 15px;
    }
    .col-sticky {
        position: static;
    }
    .agenda_sec ul.icn_lst {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 24px 0 0;
    }
    .agenda_sec ul.icn_lst  li {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        border-right: 0.5px solid #CECDD7;
        margin-right: 20px;
        padding-right: 20px;
    }
    .paidads-page .title h2 {
        font-size: 32px;
    }
    .regstr_badge {
        gap: 8px;
        font-size: 15px;
        padding: 10px 8px;
    }
    .agnda_cntnt .cntnt_wrp h4 {
        margin-bottom: 8px;
        font-size: 18px;
    }
    ul.pofl_lst li {
        font-size: 15px;
    }
    .agnda_cntnt .cntnt_wrp .badge {
        font-size: 14px;
    }
    .agnda_cntnt .cntnt_wrp .accordion-body {
        font-size: 14px;
    }
    section.dwnld_gnda_sec .wrpr {
        padding-top: 30px;
    }
    section.yrteam_cnfrnc p {
        margin-bottom: 30px;
        font-size: 16px;
    }
    html .paidads-page .btn {
        font-size: 16px;
        line-height: 46px;
    }
    section.cnfrnc_pass_sec .title p {
        font-size: 18px;
    }
    .cnfrnc_pass del {
        font-size: 13px;
        padding: 4px 8px;
        margin-bottom: 10px;
    }
    .cnfrnc_pass h5 {
        font-size: 16px;
    }
    html .cnfrnc_pass .btn {
        font-size: 12px;
        padding: 0 12px;
        line-height: 32px;
    }
    .cnfrnc_pass span {
        font-size: 14px;
        padding: 4px 8px;
    }
    .highlight-box .text h2 {
        font-size: 18px;
    }
    .highlight-box .text {
        padding: 30px 20px;
    }
    .item.active .highlight-box .text h2 {
        font-size: 22px;
    }
    .highlight-box .text p {
        font-size: 14px;
        line-height: 22px;
        margin: 8px 0 18px;
        min-width: 100%;
    }
    .highlight-box .text .btn {
        font-size: 16px;
        line-height: 44px;
    }
    .highlight-box .image {
        height: 360px;
    }
    .highlight-box:after {
        top: 40px;
    }
    .our_spcr_bx ul li {
        min-height: 120px;
        padding: 18px;
    }
    .msg-fr-atnd {
        border-radius: 12px;
        padding: 28px;
    }
    .revw_bx {
        border-radius: 12px;
        padding: 28px;
    }
    .msg-fr-atnd h3 {
        font-size: 20px;
        margin: 10px 0 20px;
    }
    .msg-fr-atnd .video {
        border-radius: 10px;
    }
    .revw_bx .item p {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 20px;
    }
    .spnsr_ftur p {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .faqs_sec ul#myTab button {
        font-size: 14px;
        text-align: left;
    }
    .faqs_sec .accordion-item .accordion-body {
        font-size: 15px;
        line-height: 190%;
    }
    .faqs_sec .accordion-item .accordion-button {
        font-size: 18px;
        padding-bottom: 12px;
    }
    .mt_pp {
        padding: 20px;
    }
    .mt_pp  .modal-dialog {
        max-width: 100%;
        margin: auto;
    }
    .mt_pp .modal-body {
        padding: 24px;
    }
    .mt_pp  .modal-content {
        border-radius: 18px;
    }
    .mt_pp .modal-body .txt_wrp h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .mt_pp .modal-body .txt_wrp p {
        font-size: 14px;
        margin: 0;
    }
    .mt_pp .modal-body .txt_wrp {
        margin-bottom: 14px;
    }
    .mt_pp .modal-body p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .mt_pp .modal-body .btn {
        font-size: 13px;
        line-height: 36px;
        padding: 0 14px;
    }
    .mt_pp .modal-body .image {
        height: 260px;
        border-radius: 10px;
    }
    .mt_pp .modal-body > h6 {
        margin: 16px 0 10px;
    }
    .mt_pp .modal-body .talk_bx {
        border-radius: 10px;
        padding: 16px;
    }
    .mt_pp .modal-body .talk_bx h5 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .mt_pp .modal-body p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .webinar-table tbody td:nth-child(2) {
        width: 260px;
    }
    .webinar-table thead th {
        padding: 14px 12px;
        font-size: 15px;
    }
    .webinar-table tbody td {
        font-size: 13px;
        padding: 14px 10px;
    }
    .webinar-table tbody td li img {
        height: 20px;
        width: 20px;
    }
    .webinar-table tbody td .btn-link {
        font-size: 13px;
        white-space: nowrap;
    }
    .webinar-table ul.pofl_lst li {
        font-size: 13px;
    }
}

@media (max-width:767px){
    section.hero_banner .cntnt_wrp ul {
        margin: 0 0 28px;
        flex-wrap: wrap;
        justify-content: center;
    }
    section.hero_banner .cntnt_wrp {
        padding: 40px 20px;
    }
    section.hero_banner .cntnt_wrp h1 {
        font-size:28px;
        margin-bottom: 16px;
    }
    section.hero_banner .cntnt_wrp p {
        font-size: 14px;
        margin-bottom: 22px;
    }
    section.hero_banner .cntnt_wrp ul li {
        padding-right: 10px;
        margin-right: 10px;
        font-size: 15px;
    }
    section.hero_banner .cntnt_wrp .btn {
        font-size: 14px;
        line-height: 40px;
        padding: 0 24px;
        border-radius: 8px;
    }
    section.hero_banner .confrnc_video video {
        height: 420px;
    }
    .marquee_txt ul li {
        font-size: 20px;
    }
    .marquee_txt ul {
        gap: 15px;
    }
    .marquee_txt {
        padding: 8px 0;
    }
    .marqe_sec {
        margin-block: -120px;
    }
    section.acd_cnfrnc .title h2 {
        font-size: 24px;
    }
    section.acd_cnfrnc .title p {
        margin-bottom: 16px;
        font-size: 15px;
    }
    .slot_bx {
        min-height: auto;
        gap: 30px;
    }
    section.meet_voluntr .title h2 {
        font-size: 26px;
    }
    section.meet_voluntr .title h6 {
        font-size: 16px;
    }
    .agenda_sec ul.icn_lst  li {
        margin-right: 10px;
        padding-right: 10px;
        font-size: 16px;
        text-align: left;
    }
    .agenda_sec ul.icn_lst li:last-child{
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
    .paidads-page .title h2 {
        font-size: 24px;
    }
    section.agenda_sec .title p {
        font-size: 16px;
    }
    section.agenda_sec .title h2 {
        margin-bottom: 10px;
    }
    section.dwnld_gnda_sec .wrpr .btn {
        font-size: 14px;
        padding: 0 18px;
        line-height: 42px;
    }
    section.yrteam_cnfrnc {
        background-size: cover;
        padding: 60px 0;
    }
    section.cnfrnc_pass_sec .title p {
        font-size: 15px;
    }
    .cnfrnc_pass {
        padding: 22px;
        min-height: auto;
    }
    .cnfrnc_pass hr {
        margin: 25px 0;
    }
    .cnfrnc_pass .btn {
        margin-top: 16px;
    }
    .cnfrnc_pass h4 {
        font-size: 18px;
    }
    .cnfrnc_pass p {
        font-size: 13px;
    }
    .highlight-wpr .item {
        width: 100%;
    }
    .highlight-wpr {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .highlight-wpr .item.active {
        width: 100%;
    }
    .highlight-box .text {
        padding: 22px;
    }
    .highlight-box .text p {
        font-size: 13px;
    }
    .highlight-box .image {
        height: 300px;
    }
    .highlight-box .text .btn {
        font-size: 13px;
        line-height: 36px;
        padding: 0 14px;
    }
    .item .highlight-box .text .inner {
        overflow: visible;
        max-height: 150px;
    }
    .highlight-box .text h2 {
        font-size: 22px;
    }
    .faqs_sec .tab-content>.tab-pane,
    .our_spnsr_sec .tab-content>.tab-pane {
        display: none;
    }
    .faqs_sec .tab-content>.tab-pane.active,
    .our_spnsr_sec .tab-content>.tab-pane.active{
        display: block;
    }
    .our_spcr_bx ul {
        grid-template-columns: repeat(3,1fr);
    }
    .revw_bx .owl-nav {
        gap: 10px;
    }
    html .paidads-page .btn {
        font-size: 14px;
        line-height: 38px;
    }
    .faqs_sec .accordion-item .accordion-button {
        line-height: 140%;
        font-size: 16px;
        padding-bottom: 12px;
    }
    .faqs_sec .accordion-item .accordion-body {
        font-size: 14px;
        line-height: 160%;
    }
    .spnsr_ftur:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(260deg, rgba(0, 0, 0, 0) -40%, #071C7D 100%);
        z-index: -1;
    }
    .our_spnsr_sec #myTab button {
        font-size: 14px;
        line-height: 35px;
        padding: 0 16px;
        border-radius: 4px;
    }
    .cnfrnc_pass h4 {
        font-size: 20px;
    }
    .agnda_cntnt .item.p-0 h6::before{
        display: none;
    }
    .mt_vlntrs .item img {
        height: 130px;
    }
    .mt_vlntrs .item h4 {
        font-size: 17px;
    }
    .mt_vlntrs .item:hover img {
        height: 120px;
    }
    .mt_vlntrs .item {
        border-radius: 10px;
        min-height: 235px;
        padding: 12px;
    }
    section.hero_banner .cntnt_wrp ul li svg {
        width: 20px;
    }
    section.acd_cnfrnc {
        padding-top: 70px;
    }
    .msg-fr-atnd {
        padding: 22px;
    }
    .revw_bx {
        padding: 22px;
    }
    .mt_pp .modal-content .btn-close {
        margin: -7px;
        font-size: 13px;
        border-radius: 50px;
        padding: 10px;
        background-color: #FFF;
    }
    .mt_pp .modal-body {
        padding: 18px;
    }
    .mt_pp  .modal-content {
        border-radius: 14px;
    }
    .mt_pp .modal-body .txt_wrp p {
        font-size: 14px;
        margin: 0;
        width: 100%;
    }
    .mt_pp .modal-body .txt_wrp {
        margin-bottom: 10px;
    }
    .mt_pp .modal-body .btn {
        font-size: 11px;
        line-height: 34px;
        padding: 0 12px;
    }
    .mt_pp .modal-body .talk_bx {
        border-radius: 6px;
        padding: 12px;
    }
    .mt_pp .modal-body p {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .agnda_cntnt .cntnt_wrp .accordion-button::after {
        margin-top: -55px;
        background-position: center center;
    }
    .our_spcr_bx ul li:nth-child(2n+2), .our_spcr_bx ul li.bg-light:nth-child(2n+2) {
        background: #F4F4F4 !important;
    }
    .our_spcr_bx ul li.bg-light {
        background-color: transparent !important;
    }
    .webinar-table {
        overflow: hidden;
        overflow-x: auto;
    }
    .webinar-table thead th {
        padding: 12px 10px;
        font-size: 13px;
    }
    .webinar-table tbody td:nth-child(2) {
        width: unset;
    }
    .webinar-table tbody td {
        font-size: 10px;
        padding: 12px 8px;
    }
    .webinar-table tbody td .btn-link {
        font-size: 11px;
        white-space: normal;
    }
    .webinar-table ul.pofl_lst li {
        font-size: 9px;
        flex-wrap: wrap;
        line-height: 130%;
        justify-content: center;
        text-align: center;
        gap: 6px;
    }
}