:root {
    --primary: #7ec683;
    --secondary: #2c5f67;
    --secondary-color: 44, 95, 103;
    --lite-white: #F6F8F9;
    --linear-gradient: linear-gradient(90deg, #004A87, #57A083);
    --bg-gray: #E7ECF0;
    --text: #494D56;
    --cta-color: 11, 59, 55;
    --gray-color: 73, 77, 86;
    --gray-light: 231, 236, 240;
    --text-date: 29, 29, 27;

}

@font-face {
    font-family: "Cairo-Light";
    src: url("../fonts/Cairo-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Cairo-Regular";
    src: url("../fonts/Cairo-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Cairo-Medium";
    src: url("../fonts/Cairo-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Cairo-SemiBold";
    src: url("../fonts/Cairo-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Cairo-Bold";
    src: url("../fonts/Cairo-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

::placeholder {
    color: rgb(63, 62, 69);
}

body {
    font-family: "Cairo-Regular", sans-serif;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625rem;
}

a {
    color: var(--secondary);
}

.btn {
    font-size: 14px !important;
}

.btn-primary {
    color: var(--white);
    /*background-image: var(--linear-gradient);*/
    background-color:var(--secondary);
    font-family: Cairo-SemiBold;
    border: none;
    padding: 13px 25px;
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
}

@media (min-width: 667px) {
    .hide-extra-small {
        display: none;
    }
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    opacity: 0.9;
    color: rgb(255, 255, 255);
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    box-shadow: none !important;
}

.btn-secondary {
    color: rgb(255, 255, 255);
    background-color: var(--secondary);
    border-color: var(--secondary);
    font-family: Cairo-SemiBold;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    opacity: 0.9;
    color: rgb(255, 255, 255);
    background-color: var(--secondary);
    border-color: var(--secondary);
    box-shadow: none !important;
}

.btn-outline-secondary.arrow {
    color: rgba(var(--cta-color), 1);
    font-weight: bold;
    border: none;
    display: flex;
    border-radius: 2rem;
    align-items: center;
    gap: 10px;
    padding: 13px 25px;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.btn-outline-secondary.arrow:hover,
.btn-outline-secondary.arrow:active .btn-outline-secondary.arrow:focus {
    border-radius: 2rem;
    transition: all 0.2s ease;
    background: var(--secondary);
}

.btn-outline-secondary.arrow:hover,
.btn-outline-secondary.arrow:hover i {
    color: white;

}

.btn-outline-secondary.arrow i {
    font-size: 1.2rem;
    padding-left: 0.25rem;
    font-weight: bold;
}

.btn-primary.arrow i {
    padding-left: 5px;
    width: 20px;
    transition: all 0.2s linear 0s;
    font-size: 0.625rem;
}

.btn-primary.arrow:hover i {
    padding-left: 10px;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-white {
    color: var(--light-white) !important;
}

.link {
    color: rgb(0, 156, 166);
}

.link:hover {
    opacity: 0.8;
}

.wrapper {
    margin: 0px auto;
    max-width: 90%;
    font-family: Cairo-Regular;
}

.section {
    padding: 3rem 0px 3rem;
    position: relative;
    z-index: 100;
}

.weec-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 1rem;
    padding-left: 1rem;
}

.banner .owl-carousel .owl-nav button.owl-prev,
.banner .owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-do {
    color: var(--white) !important;
    outline: none;
}

.banner .owl-carousel .owl-nav button.owl-prev:hover,
.banner .owl-carousel .owl-nav button.owl-next:hover {
    background-color: white !important;
}

.banner .owl-carousel .owl-nav button.owl-prev:hover span,
.banner .owl-carousel .owl-nav button.owl-next:hover span {
    color: var(--primary) !important;
    font-weight: 300;
}

.bg-grapy-light {
    background-color: rgba(var(--gray-light), 1);
}

.banner .arrow{
    padding: 13px 25px;
    background-color: var(--primary);
    color: rgba(var(--cta-color), 1) !important;
    font-weight: bold;
    font-family: Cairo-Bold;
    border-radius: 2rem;
    background-image: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform:inherit;
}
.banner .btn-secondary.arrow{
    background-color: var(--light);
    color: var(--secondary);
    border-color:transparent;
}
.banner .btn-secondary.arrow:hover{
    background-color: var(--primary);
    color: var(--light);
}


.news-content .arrow,
.news-content .arrow:active,
.news-content .arrow:focus,
.news-content .arrow:hover{
    opacity:1;
    padding:0;
    background-color: transparent !important;
    color: var(--secondary) !important;
    font-weight: 700;
    font-family: Cairo-Bold;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.news-content .arrow{
    /*display:inline-flex;*/
}
.news-content .arrow i{
    font-weight: bold;
    font-size: 1rem;
    color: var(--secondary);
    position:relative;
    top:2px;
}

.banner .arrow i {
    font-weight: bold;
    font-size: 1.25rem;
    color: #000000;
    padding-left: 4px;
}

.weec-info span {
    color: rgb(121, 121, 121);
    font-size: 0.75rem;
    display: block;
    line-height: 1.7;
    font-family: Cairo-Regular;
}

/*header {*/
/*    background-image: linear-gradient(90deg, #004A87 0%, #105080 10%, #fff 20%);*/
/*}*/

header .logo-text {
    position: absolute;
    top: 23px;
    color: var(--lite-white);
    line-height: 0.1rem !important;
    max-width: 400px;
    white-space: normal;
}

header .logo-text h4 {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 600;
    font-family: Cairo-Regular;
    margin-bottom: 0;
}

header .logo-text span {
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: Cairo-Regular;
}

header .search {
    position: relative;
}

header .search .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
}

header .search .search-input-elm {
    position: absolute;
    top: 4px;
    right: 45px;
    display: none;
    width: 300px;
    z-index: 10;
}

header .search .search-btn {
    background: transparent;
    border: 0px none;
    border-radius: 50%;
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 8px;
    line-height: 1;
    cursor: pointer;
}

header .search .search-btn span {
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.75rem;
}

header .search .search-btn i {
    transform: rotateY(170deg);
    font-size: 14px;
    margin-left: 5px;
    margin-bottom:10px;
}

header .search .search-input {
    width: 100%;
    background: #fff;
    color: rgb(77, 77, 77);
    padding: 8px 10px;
    height: 32px;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    max-width: 300px;
}

.search-btn .la-search:before {
    vertical-align: middle;
}

header .search .search-submit {
    position: absolute;
    top: 5px;
    right: 10px;
    color: rgb(255, 255, 255);
    background: transparent;
    border: 0;
}

.la-search:before {
    vertical-align: middle;
}

header .search .search-submit {
    position: absolute;
    top: 5px;
    right: 10px;
    color: rgb(255, 255, 255);
    background: transparent;
    border: 0px;
}

header .search .search-btn:focus,
header .search .search-input:focus,
header .search .search-submit:focus {
    outline: none;
}

header .search ::-webkit-input-placeholder {
    color: rgb(209, 209, 209);
}

header .navbar .navbar-brand {}

header .navbar .navbar-brand img {
    /*position: absolute;*/
    height: 100%;
    /* object-fit: cover; */
    bottom: 0;
    /*max-width: 500px;*/
    max-width: 200px;
}

.navbar {
    /*padding: 0 !important;*/
    /* margin-top:1.5rem; */
}

header .navbar-light .dropdown-menu {
    background: rgb(255, 255, 255);
    border-radius: 16px;
     padding: 8px 0; 
    /*max-width: 200px;*/
    min-width: 250px;
    border: none;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
    /*position:relative;*/
    left: 0;
    right: 0;
    margin: auto;
}

header .navbar-light .dropdown-toggle::after {
    display: none;
}

header .navbar-light .navbar-nav .nav-item {
    /*border-bottom: 5px solid transparent;*/
}

header .navbar-light .navbar-nav .nav-item:hover {
    /*border-bottom: 5px solid var(--primary);*/
}

header .navbar-light .navbar-nav .nav-item:hover::before,
header .navbar-light .navbar-nav .nav-item:focus::before,
header .navbar-light .navbar-nav .nav-item:active::before {
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 5px;
    background: rgb(196, 196, 196);
}

header .navbar-light .navbar-nav .nav-item {
    position: relative;
    margin: 0rem 0.5rem;
    /*border-bottom: 5px solid rgb(255, 255, 255);*/
}

header .navbar-light .dropdown-item {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    word-break: break-word;
    white-space: normal;
    line-height: 1.5;
    /*color: var(--primary) !important;*/
    padding: 0.5rem 0.875rem;
    font-weight: 500;
    color: rgba(var(--cta-color), 1);
    position: relative;
    border-bottom: 1px solid rgba(171, 191, 194, 0.7);
    text-transform: inherit;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
}

header .navbar-light .dropdown-item:hover,
header .navbar-light .dropdown-item :focus {
    opacity: 1;
    background: transparent;
    font-family:Cairo-Bold;
}

/* Remove last border */
header .navbar-light .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

/* Arrow Icon (Left Side) */
header .navbar-light .dropdown-menu .dropdown-item::before {
    content: "\f105";
    font-size: 0.875rem;
    color: #666;
    /* position: absolute; */
    left: 6px;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    /* top: 8px; */
    width: 10px;
}

/* Text Alignment */
header .navbar-light .dropdown-menu .dropdown-item {
     padding: 16px 28px; 
}

/* Hover Effect */
header .navbar-light .dropdown-menu .dropdown-item:hover,
header .navbar-light .dropdown-menu .dropdown-item:hover::before {
    background: #f7f7f7;
    color: var(--secondary);
    font-weight: bold;
}
header .navbar-light .dropdown-menu li:first-child .dropdown-item:hover{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
header .navbar-light .dropdown-menu li:last-child .dropdown-item:hover{
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}


/* Active Item (Keynote Speakers like Image 1) */
header .navbar-light .dropdown-menu .dropdown-item.active {
    font-weight: 700;
    color: #007bff;
    background: transparent;
}


.navbar-nav {
    /*width: 100%;*/
    /*display: flex;*/
    /*flex-flow: wrap;*/
    /*place-content: flex-end;*/
    /*align-items: center;*/
}

.navbar-light .navbar-toggler {
    z-index: 1;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Cairo-Regular;
    color: var(--primary);
}

header .menu-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

header .top-nav {
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    padding: 8px 0 5px 0;
}

header .top-nav .nav-link {
    color: rgb(55, 73, 87);
    font-size: 12px;
    text-transform: uppercase;
    padding: 0.3rem 1rem;
    font-weight: 600;
}

header .navbar-light .dropdown:hover .dropdown-menu {
    display: block;
}

header .navbar-light .dropdown .dropdown-menu::before {
    content: "";
    width: 14px;
    height: 14px;
    /* border-left: 8px solid transparent; */
    /* border-right: 5px solid transparent; */
    /* border-bottom: 5px solid #fff; */
    position: absolute;
    top: -6px;
    left: 25px;
    /* right: 0; */
    margin: auto;
    background: white;
    transform: rotate(45deg);
}

header .navbar-light .navbar-nav .nav-item:last-child .dropdown-menu {
    right: 0px;
    left: auto;
}

header .admi-navbar .navbar-toggler {
    box-shadow: none;
    border: none !important;
    color: rgba(var(--cta-color), 1);
    background: var(--primary);
    border-radius: var(--common-radius);
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

header .admi-navbar .navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    width: 1.5rem;
    height: 1.5rem;
}

header .admi-navbar {
    padding: 0 4rem;
}


header .nav-bg {
    background-color: rgba(0, 30, 40, 0.95);
    backdrop-filter: blur(4px);
}

header .admi-navbar:has(.navbar-toggler[aria-expanded="true"]) {
    background-color: rgba(35, 60, 63, 0.94);
    backdrop-filter: blur(4px);
}

header .admi-navbar .navbar-brand img {
    transform: scale(0.9);
}

header .admi-navbar .navbar-left {
    justify-content: center;
    align-items: center;
    flex-grow: inherit;
}

header .admi-navbar .navbar-left .navbar-nav {
    display: flex;
    /*gap: 1.25rem;*/
}

header .admi-navbar .navbar-left .navbar-nav .nav-item .nav-link {
    position: relative;
    color: #ffffff;
    font-size: 0.875rem;
}

header .admi-navbar .navbar-left .navbar-nav .nav-item.active .nav-link::after {
    position: absolute;
    display: block;
    bottom: -0.25rem;
    left: 0;
    content: "";
    width: 100%;
    height: 0.25rem;
    background-color: rgba(var(--primary));
    border-radius: 20px;
}

header .admi-navbar .navbar-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .admi-navbar .navbar-right .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #fff;
    max-width: 100px;
    min-width: 100px;
}

header .admi-navbar .navbar-right .navbar-nav .dropdown-menu .dropdown-item.active {
    color: rgba(var(--primary));
    background-color: transparent;
}

header .admi-navbar .navbar-right .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: rgba(var(--secondary));
    /* color: #ffffff; */
}

header .admi-navbar .navbar-right .navbar-nav .dropdown-menu .dropdown-item {
    /* color: #ffffff; */
    padding: 8px 10px;
}

header .admi-navbar .navbar-right .navbar-nav .dropdown-menu .dropdown-item:before {
    display: none;
}

header .admi-navbar .navbar-right .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
}

header .admi-navbar .navbar-right .navbar-nav .nav-item .nav-link i {
    font-size: 1.5rem;
}

.lang-sel svg {
    margin-right: 3px;
    margin-top: -2px;
}

.lang-sel:hover .dropdown-menu {
    display: block;
    left: auto;
    right: 10px;
    min-width: auto;
}

.lang-sel .dropdown-menu {
    left: 0px;
    right: auto;
    min-width: auto;
    top: 28px;
}

.lang-sel .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 4px;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(240, 240, 240);
}

.lang-sel .dropdown-menu .dropdown-item {
    padding: 2px 15px;
    font-size: 12px;
    font-weight: 500;
}

.lang-sel .dropdown-menu .dropdown-item:focus {
    background: transparent;
    opacity: 0.8;
}

.lang-sel span {
    text-transform: capitalize;
    color: rgb(110, 104, 104);
    margin-right: 7px;
}

.footer {
    padding: 40px 0px 20px;
    background: var(--bg-gray);
}

.footer .main-footer .heading {
    font-size: 1.125rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-family: Cairo-Regular;
    line-height: 1.35rem;
}

.footer .main-footer .heading_2 {
    font-size: 0.75rem;
    line-height: 1.625rem;
    font-weight: bold;
    color: rgb(var(--gray-color));
    font-family: Cairo-Bold;
    text-transform: uppercase;
}

.footer .pre-footer h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 20px;
}

.footer ul.pre-footer-link,
.pre-footer-bottom-link {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 25px;
    flex-flow: wrap;
    font-family: Cairo-medium;
}

.footer .footer-primary .footer-bottom .follow-us-section {
    font-family: Cairo-medium;
}

@media screen and (max-width: 768px) {}

.footer .pre-footer-link li a {
    color: var(--text);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Cairo-Medium;
    font-size: 12px !important;
}

@media screen and (max-width: 768px) {
    .footer ul.pre-footer-link {
        gap: 0px !important;
    }
}

.footer .pre-footer-bottom-link li a {
    color: rgb(63, 62, 69);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Cairo-Medium;
    font-size: 10px !important;
}

.footer .footer-primary {
    padding-bottom: 20px;
}

.footer .pre-footer {
    padding: 0px 0px 30px;
}

.footer .pre-footer-link li a:hover {
    /*color: rgb(142, 193, 69);*/
    color:var(--secondary);
}

.footer h3.footer-primary-header {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 30px;
}

.footer .footer-bottom .follow-us {
    margin-right: 20px;
}

.footer .footer-bottom .follow-us-section a {
    text-decoration: none;
    color: var(--secondary);
}

.footer h3.footer-primary-header.header-organisers {
    margin-bottom: 0px;
    font-size: 0.75rem;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    footer h3.footer-primary-header.header-organisers {
        margin-top: 2px;
    }
}

.footer .footer-logo {
    width: 210px;
    min-height: 67px;
}

.footer .weec2022 {
    width: 100%;
}

.footer .court {
    width: 184px;
    height:60px;
}

.footer .court img,
.footer .footer-logo img,
.footer .weec2022 img {
    max-width: 220px;
    height:100%;
}

.footer .footer-logo img .footer .court img {
    max-width: 220px;
     height:60px;
}

.footer .footer-address {
    margin: 15px 0px 0px;
    font-size: 0.75rem;
}

.footer h3.address-header {
    font-size: 14px;
    text-transform: capitalize;
    color: rgb(119, 119, 119);
    margin: 0px 0px 10px;
    font-family: Cairo-Regular;
}

.footer .footer-address p {
    text-transform: capitalize;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    font-family: Cairo-Medium;
}

.footer .social-media {
    margin-left: 26px;
}

.footer .social-media h5 {
    font-size: 14px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin: 0px 0px 20px;
}

.footer .social-media .social-media-link li {
    /*flex: 1 1 44%;*/
    flex: auto;
}

.footer ul.social-media-link {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .footer ul.social-media-link {
        flex-wrap: nowrap;
        margin-left: 24px;
    }
}

.footer li.social-media-icon a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgb(102, 102, 102);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: all 0.3s linear 0s;
}

.footer li.social-media-icon:hover a {
    color: rgb(255, 255, 255);
    background: rgba(var(--secondary-color), 1);
}

.footer li.social-media-icon:hover path {
    fill: rgb(255, 255, 255);
    transition: all ease 0.3s;
}

.footer .copyright {
    display: flex;
    justify-content: end;
}

.footer .copyright p {
    margin: 0px;
    font-size: 12px;
    color: var(--text);
    font-weight: 300;
    font-family: Cairo-Medium;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}
.footer .copyright p>span{
    font-size:1.1rem;
    position:relative;
    top:2px;
}

.footer .nav-align-right {
    justify-content: end;
    padding: 15px 0px 0px;
}

.footer .patronage-ruler,
.footer .envAgancy {
    /*padding: 0;*/
}

.footer .footer-links,
.footer .border-bottom {
    padding-top: 20px;
    border-top: 1px solid rgb(166, 171, 175);
}

.footer-bottom {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.banner {
    min-height: 100vh;
    position: relative;
    overflow:hidden;
}

.banner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.banner.leaf {
    overflow: hidden;
}

.banner.leaf::after {
    content: "";
    background: url(../images/leaf-white.png) right center / 90px no-repeat;
    position: absolute;
    right: -40px;
    bottom: -79px;
    width: 90px;
    height: 250px;
    z-index: 1;
    transform: rotate(-25deg);
}

.banner .banner-item {
    height: 100vh;
}

.banner .banner-item {
    position: relative;
}

.banner .banner-item img {
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.banner .banner-item .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 2rem 1rem;
    align-content: center;
}

.banner .caption {
    /*width:90%;*/
}

.banner .caption a {
    color: #fff;
}

.banner .caption h2 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-family: Cairo-SemiBold;
    max-width: 600px;
}

.banner .caption p {
    color: rgb(255, 255, 255);
    /*margin-bottom: 2rem;*/
    font-family: Cairo-Regular;
    line-height: 1.2 !important;
    font-size: 0.975rem !important;
    max-width: 600px;
}

.banner .caption img {
    max-width: 300px;
}

.banner .owl-nav {
    position: absolute;
    right: 120px;
    bottom: 30px;
}

.banner button.owl-prev,
.banner button.owl-next {
    background: transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0px 5px;
    border: 2px solid rgb(255, 255, 255) !important;
}

.banner .owl-prev span,
.banner .owl-next span {
    font-size: 1.8rem;
    color: rgb(255, 255, 255);
    line-height: 0.7 !important;
}

.banner .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 120px;
    display: flex;
    flex-flow: row;
}

.banner .owl-dot {
    width: 12px;
    height: 12px;
    background: transparent !important;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7) !important;
    margin: 0 5px;
    outline: none;
}

.banner .owl-dot.active {
    background: var(--primary) !important;
    border: 2px solid transparent !important;
}

/* Bottom Left Credit */
.hero-credit {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    color: var(--light);
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: 1s;
}

.hero-credit .copyright-icon {
    width: 22px;
    height: 22px;
    border: -0.5px solid var(--light);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    font-family: Arial, sans-serif;
    position: relative;
    top: 1px;
}

.mob-img {
    display: none !important;
}

.section-heading {
    text-align: center;
    margin: 1.5rem auto 2.5rem;
}

.section-heading h3,
.section-heading h3>p{
    font-size: 2rem;
    color: var(--secondary);
    margin: 0px;
    font-family: Cairo-medium;
    text-transform: capitalize;
}


.section-heading h3>strong {
    position: relative;
    z-index: 10;
    margin: 0px;
    font-family: Cairo-Bold;
    padding: 0px;
    font-weight: normal;
}

.section-heading h3 strong::before {
    content: "";
    width: 100%;
    height: 15px;
    background: rgb(182, 211, 130);
    position: absolute;
    left: -2px;
    bottom: 0px;
    z-index: -1;
    display: none;
}

.invite {
    margin-bottom: 0rem !important;
    position: relative;
}

.invite .leaf::after {
    content: "";
    background: url(../images/leaf-green-new.png) right center / 250px no-repeat;
    position: absolute;
    left: -5%;
    bottom: -30%;
    width: 250px;
    height: 500px;
    z-index: -1;
}

.section-heading p {
    color: #29292a;
}

.invite .invite-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 20px 0;
    gap:24px;
    padding-left:60px;
    position:relative;
}
.image-right-col .invite-info{
    padding-left:15px;
    padding-right:60px;
}
.invite .section-heading h3 {
    color: rgb(117, 191, 128) !important;
}

.invite .invite-info h3 {
    color: rgb(0, 0, 0);
    font-family: Cairo-Medium;
}

.invite .invite-info h4,
.invite .invite-info h4>p {
    color: rgb(0, 0, 0);
    font-family: Cairo-Medium;
    font-size: 2rem;
    line-height: 42px;
    color: var(--secondary);
    margin-bottom:0;
}
.invite .invite-info h4>strong,
.invite .invite-info h4>p>strong{
    font-weight:bold;
    font-family:Cairo-Bold;
}

.invite .invite-info h5 {
    margin-bottom: 0rem;
    color: var(--secondary);
}

.heading-line {
    display: inline-block;
    width: 72px;
    height: 1px;
    background: rgba(var(--secondary-color), 0.4)
}

.invite .invite-info div.clip-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: var(--text);
    margin-bottom:0.5rem;
}

.invite .invite-info div.clip-text.expanded {
    -webkit-line-clamp: unset !important;
}
.invite .invite-info a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.invite .invite-info a.arrow{
    /*background: transparent;*/
    /*position: absolute;*/
    /*left: calc(100% - 280px);*/
    /*margin-top: 0;*/
    /*bottom: 21%;*/
}
.invite .invite-info a.arrow i{
    font-size:1.125rem;
}
.invite .invite-info .read-more {
    background-color: #ffffff;
    color: rgba(var(--cta-color), 1);
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.05);
    border: none;
    font-weight: bold;
    padding: 13px 25px;
    border-radius: 2rem;
    text-transform:capitalize;
}
.invite .invite-info .read-more[data-state="collapsed"] ~ .btn-primary.arrow{
    display:none;
}
.invite .invite-info .read-more[data-state="expanded"] ~ .btn-primary.arrow {
    bottom:0;
    display:inline-block;
}
.invite .invite-info .read-more:hover,
.invite .invite-info .read-more:focus,
.invite .invite-info .read-more:active {
    color: #ffffff;
    background-color: rgba(var(--secondary-color));
}
.bg-theme-color2-0C2A2C.invite .invite-info .read-more{
    color: #ffffff;
    background-color: rgba(var(--secondary-color));
} 
.bg-theme-color2-0C2A2C a:not(.btn){
    font-weight:bold;
    font-family:Cairo-Bold;
    color:var(--primary) !important;
    
}
.invite .invite-info .read-more i {
    padding-left: 4px;
    color:inherit !important;
}

.invite .invite-info p {
    color: var(--secondary);
    font-family: Cairo-Regular;
    font-size: 18px;
    line-height: 28px;
    color: var(--text);
}

.gap-3 {
    gap: 1rem !important;
}

.invite .image-video {
    position: relative;
}

.invite .image-video::before {
    content: "";
    position: absolute;
    background: url("../images/play.png") 0% 0% / cover;
    width: 50px;
    height: 50px;
    inset: 0px;
    margin: auto;
    cursor: pointer;
}

.congress-themes {
    background-color: #0E3234;
    /*background-image: linear-gradient(90deg, rgb(0, 74, 135), rgb(87, 160, 131));*/
    background-position: 0px 0px;
    position: relative;
    overflow: hidden;
    clip-path: inset(0);
}

.congress-themes::before {
    content: '';
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    background-image: url('/media/gt5jmyt4/objects.png');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}

.seaweed-light-overlay {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seaweed-light-overlay svg {
    height: 100%;
    width: auto;
    overflow: visible;
}

.seaweed-light-path {
    fill: none;
    stroke: rgba(255, 255, 255, 0.7);
    stroke-linecap: round;
    opacity: 0;
    filter: blur(1.5px);
    will-change: stroke-dashoffset, opacity;
}

.seaweed-light-path.active {
    animation: lightTravel var(--duration) ease-in-out forwards;
}

@keyframes lightTravel {
    0% {
        opacity: 0;
        stroke-dashoffset: var(--dash-length);
    }

    12% {
        opacity: var(--peak-opacity);
    }

    50% {
        opacity: var(--peak-opacity);
    }

    88% {
        opacity: var(--peak-opacity);
    }

    100% {
        opacity: 0;
        stroke-dashoffset: calc(var(--dash-length) * -1);
    }
}

.congress-themes .card-title {
    color: rgb(255, 255, 255);
    font-family: Cairo-Regular;
    margin-bottom: 5px !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
    text-transform: capitalize;
}

.congress-themes .section-heading {
    max-width: 800px;
    margin: 1.5rem auto 2.5rem 0;
    text-align: left;
}

.congress-themes .section-heading h3 {
    color: white;
    text-transform: inherit;
}

.congress-themes .section-heading h3>strong {
    font-weight: bold;
}

.congress-themes .btn-secondary {
    padding: 13px 25px;
    border-radius: 2rem;
    background-color: var(--light);
    color: var(--secondary);
    font-weight: bold;
    font-family: Cairo-Bold;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.congress-themes .btn-secondary svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.congress-themes .btn-secondary:hover {
    background-color: var(--primary);
    color: var(--light);
}

.section-spacer-120 {
    /*padding-top: 120px !important;*/
    /*padding-bottom: 120px !important;*/
}

.congress-themes .card-subtitle {
    color: rgb(77, 83, 60);
    font-size: 1.2rem;
    font-family: Cairo-Medium;
    margin: 2rem 0px !important;
}

.congress-themes .card-link {
    color: rgb(0, 156, 166);
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1;
}

.congress-themes .card {
    margin-bottom: 1rem;
    border: 0px;
    background: transparent;
    /*min-height: 120px !important;*/
}

.congress-themes .theme-single {
    min-height: 254px !important;
}

.congress-themes .card .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Cairo-Medium;
    color: var(--white);
    font-size: 1rem !important;
    line-height: 1.3rem !important;
    margin-bottom: 0px !important;
}

.hover {
    color: rgb(255, 255, 255) !important;
}

.congress-themes .card .card-links {
    position: absolute;
    bottom: 10px;
    max-width: 100%;
    width: 100%;
    padding-right: 2rem;
}

.congress-themes .card.theme-bg {
    color: rgb(255, 255, 255);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.congress-themes .card.theme-bg .card-title {
    color: rgb(196, 196, 196);
}

.congress-themes .card .view {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1.3rem;
}

.congress-themes .card.theme-bg .view {
    color: rgb(255, 255, 255);
}

.congress-themes .card.theme-bg .view {
    color: rgb(255, 255, 255);
}

.congress-themes .owl-nav {
    margin: 25px auto 0px;
    right: 0px;
    width: 55px;
    position: absolute;
}

.congress-themes button.owl-prev,
.congress-themes button.owl-next {
    background: transparent !important;
    width: 20px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 3px;
    border: 1px solid transparent !important;
    outline: none !important;
}

.congress-themes .owl-prev span,
.congress-themes .owl-next span {
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.5;
    outline: none;
    background: transparent !important;
    border-color: transparent !important;
}

.congress-themes .card {
    overflow: hidden;
    transition: all 0.2s ease 0s;
}

.congress-themes .card .card-img-wrapper {
    height: 200px;
    overflow: hidden;
}

.congress-themes .card .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.congress-themes .card:hover .card-text {
    /*overflow: auto;*/
    /*display: block;*/
    /*-webkit-line-clamp: initial;*/
    /*font-size: 14px !important;*/
}

.congress-themes .card:hover .card-img-top {
    transform: scale(1.1);
}

.congress-themes .card .card-body {
    /*height: 75px;*/
    /*transition: all 0.2s ease 0s;*/
    padding: 0.75rem;
}

.congress-themes .card:hover .card-body {
    /*transform: translateY(-45px);*/
}

.congress-themes .card .card-title {
    /*display: none;*/
}

.congress-themes .card:hover .card-title {
    /*display: block;*/
}

.congress-themes .card .link {
    /*transform: translateY(50px);*/
    transition: all 0.2s ease 0s;
    display: flex;
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
    font-size: 2rem;
    justify-content: flex-end;
}

.congress-themes .card:hover .link {
    /*color: var(--primary) !important;*/
    /*transform: translateY(-1px);*/
    /*transition: all 0.2s ease 0s;*/
    /*display: inline-flex;*/
    opacity: 1;
}

.cg-themes-footer .col:last-child {
    padding-right: 110px;
    padding-left: 0px;
}

.congress-themes .owl-nav .owl-prev span,
.congress-themes .owl-nav .owl-next span {
    font-size: 0px;
}

.congress-themes .owl-nav .owl-prev span::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 32px;
}

.congress-themes .owl-nav .owl-prev span:hover,
.congress-themes .owl-nav .owl-next span:hover {
    opacity: 0.8;
}

.congress-themes .owl-nav .owl-next span::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 32px;
}

.congress-themes .congress-img {
    bottom: -7% !important;
}

.congress-venue .img-block img {
    max-width: 90%;
}

.congress-venue .img-info {
    margin-top: -15%;
    margin-right: 0px;
    max-width: 85%;
    float: right;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    position: relative;
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.145) 40px 40px 60px;
    color: rgb(63, 62, 69);
    font-family: Cairo-Regular;
    font-size: 0.875rem;
}

.congress-venue .img-info p:last-child {
    margin: 0px;
}

.timeline-container {}

#timeline .timeline-item::after,
#timeline .timeline-item::before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0px 20px;
    transition: all 0.4s ease 0s;
}

#timeline::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgb(112, 112, 112);
    left: 50px;
    top: 0px;
    position: absolute;
}

#timeline::after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

#timeline .timeline-item {
    margin-bottom: 1.1rem;
    position: relative;
}

#timeline .timeline-item .timeline-icon {
    background: rgb(0, 75, 135);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 20px;
    left: 26px;
    overflow: hidden;
    border-radius: 50%;
}

#timeline .timeline-item .timeline-icon svg,
#timeline .timeline-item .timeline-icon .fa {
    position: relative;
    top: 13px;
    left: 14px;
    font-size: 24px;
    color: rgb(255, 255, 255);
}

#timeline .timeline-item .timeline-content {
    width: 85%;
    background: rgb(255, 255, 255);
    padding: 10px 50px 10px 10px;
    transition: all 0.3s ease 0s;
    float: right;
    font-family: Cairo-Medium;
}

#timeline .timeline-item .timeline-content h2 {
    background: transparent;
    color: rgb(244, 99, 58);
    margin: 0px 0px 5px;
    font-size: 0.95rem;
    text-transform: uppercase;
}

#timeline .timeline-item .timeline-content p {
    color: rgb(63, 62, 69);
    font-size: 0.875rem;
    line-height: 1.2;
}

#timeline .timeline-item .timeline-content::before {}

#timeline .timeline-item .timeline-content.right {
    float: right;
}

#timeline .timeline-item .timeline-content.right::before {
    content: "";
    right: 45%;
    left: inherit;
    border-left: 0px;
    border-right: 7px solid rgb(28, 113, 164);
}

@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }

    #timeline::before {
        left: 3px;
    }

    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }

    #timeline .timeline-item .timeline-content::before,
    #timeline .timeline-item .timeline-content.right::before {
        left: 10%;
        margin-left: -6px;
        border-left: 0px;
        border-right: 7px solid rgb(28, 113, 164);
    }

    #timeline .timeline-item .timeline-icon {
        left: 0px;
    }
}

i.las.la-angle-down {
    padding-left: 4px;
}

.news-update {
    position: relative;
    z-index: 100;
    padding-bottom: 4rem;
    background: rgb(255, 255, 255) !important;
    padding-top: 0;
}

.news-update::after {
    content: "";
    /*background: url(../images/leaf-green.png) 0 30px no-repeat;*/
    position: absolute;
    right: 0;
    bottom: -150px;
    width: 100px;
    height: 340px;
    z-index: -1;
    background-size: cover;
}

.news-update .owl-stage-outer {
    /* background: rgb(246, 248, 249) !important; */
}

.news-update .section-heading {}

.news-update .section-heading h3,
.news-update .section-heading h3>p {
    /*margin-top: 2rem;*/
    color: var(--secondary);
    font-size: 2rem;
    text-transform: inherit;
    opacity: 1;
    text-align: left;
}

.news-update .section-heading h3>p>strong {
    font-weight: bold;
}

.news-update.leaf::before {
    content: "";
    background: url("../images/leaf-green.png") right center / 200px no-repeat;
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 250px;
    height: 530px;
    z-index: -1;
}

.news-update.leaf::after {
    content: "";
    background: url("../images/leaf-green.png") left center / 200px no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 250px;
    height: 530px;
    z-index: -1;
}

.news-update .section-heading p {
    opacity: 0.7;
    margin-top: 5px;
    font-size: 1rem;
}


.news-carousel .owl-stage {
    display: flex;
}

.news-carousel .owl-item {
    background: #fff;
    border: 1px solid #E9E9E9;
}

/* ODD items → image first (order:0) */
.news-carousel .owl-item:nth-child(odd) .card-img-wrapper {
    order: 0;
}

/* EVEN items → image second (order:1) */
.news-carousel .owl-item:nth-child(even) .card-img-wrapper {
    order: 1;
}
.news-update .news-carousel .owl-item .item{
    height:100%;
}
.news-update .card {
    border: 0px;
    background: rgba(255, 255, 255, 1);
    color: var(--text);
    overflow: hidden;
    height:100%;
}

.news-update .card-img-wrapper {
    overflow: hidden;
    height: 250px;
    /* fixed height */
}

.news-update .card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    overflow:hidden;
    
}
.news-update .card-img-top img{
    transition: transform 0.4s ease;
}
.news-update .card:hover .card-img-top img {
    transform: scale(1.1);
}

.news-update .card-title {
    /*margin-bottom: 1.5rem;*/
    color: #29292a;
    font-size: 14px;
    font-family: Cairo-Medium;
}

.news-update .card-subtitle {
    margin: 0px 0px 15px;
    color: rgba(var(--secondary-color), 1) !important;
    font-size: 1.2rem;
    padding-right: 1.5rem;
    font-weight: 700;
    font-family: Cairo-Bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    /* text-transform: capitalize; */
}

.news-update .card-link {
    color: rgba(var(--cta-color), 1) !important;
    text-decoration: none;
    line-height: 1;
    font-size: 14px !important;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.news-update .card-link i {
    font-weight: bold;
    font-size: 1.4rem;
    padding-left: 0.5rem;
}

.news-update .card-body {
    background: #fff !important;
    padding: 1.5rem 0;
}
.news-update .card-footer{
    background:transparent;
    border-top:none;
    padding-left:0;
}

.news-update .card-body.home-news {
    background: transparent !important;
    padding:1.5rem;
}
.news-update .card .card-body.home-news .card-text.clip-text{
    margin: 1.2rem 0px;
}
.news-update .card-body.home-news h3.card-subtitle,
.news-update .card-body.home-news p.card-text,
.news-update .card-body.home-news a.card-link {
    color: var(--text);
}

.news-update .card-body.home-news h5.card-title {
    color: rgba(var(--text-date), 1);
}

.news-update .card .card-text {
    line-height: 1.3;
    color: rgba(var(--gray-color), 1) !important;
    margin: 1.2rem 0px 0px;
    font-size: 1rem;
    font-family: Cairo-Regular;
    /*min-height: 90px;*/
     display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-update .card .card-text.clip-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-update .owl-nav {
    margin: 30px auto 0px;
    right: 0px;
    width: 80px;
}

.news-update button.owl-prev,
.news-update button.owl-next {
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 5px;
    border: 1px solid rgb(255, 255, 255) !important;
    outline: none !important;
}

.news-update .owl-prev span,
.news-update .owl-next span {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 0.9 !important;
    color: rgb(0, 74, 135);
}

.news-update .owl-carousel .owl-nav button.owl-prev,
.news-update .owl-carousel .owl-nav button.owl-next,
.news-update .owl-carousel button.owl-dot {
    border-color: rgb(0, 74, 135) !important;
}

.newsletter {
    position: relative;
    z-index: 10;
}

.newsletter::before {
    content: "";
    background: url("../media/gt5jmyt4/objects.png") right bottom / 460px no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0%;
    width: 800px;
    height: 100%;
    z-index: -1;
}

.newsletter .form-group {
    margin-bottom: 2rem;
}

.newsletter label {
    color: rgb(63, 62, 69);
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Cairo-Regular;
}

.newsletter .form-check {
    text-align: center;
}

.newsletter .form-check .form-check-input {
    float: none;
    margin-top: 5px;
}

.newsletter .action {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.newsletter .action button {
    min-width: 150px;
    align-items:center;
    justify-content:center;
}

.themeDetails-title-block h2 {
    margin-bottom: 40px;
}

.themeDetails-title-block {
    padding-left: 0px;
}

.row.back-to-listing {
    text-align: center;
    display: block;
    margin-top: 25px;
}

.page-banner {
    /*min-height: 190px;*/
    /*margin-bottom: 3rem;*/
}

.page-banner .banner-item {
    position: relative;
}
.page-banner .banner-item::before {
    content: "";
    /* background: url(../images/Flower_Crop_Desktop.png) right center / cover no-repeat; */
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(11, 35, 25, 0) 3.8%, rgba(11, 35, 25, 0.6) 74.73%);
    bottom: -5%;
}
.page-banner .banner-item[data-val="True"]::before{
    height:0;
}
.page-banner .banner-item::after {
    content: "";
    /*background: url("../images/Flower_Crop_Desktop.png") right center / cover no-repeat;*/
    position: absolute;
    left: 0px;
    /* top: 0px;
    width: 126px;
    height: 156px; */
    z-index: 1;    
    width: 100%;
    height: 232px;
    background: linear-gradient(0, rgba(11, 35, 25, 0) 3.8%, rgba(11, 35, 25, .5) 74.73%);
    top: 0%;
}
.page-banner .banner-item[data-val="True"]::after{
    height:0;
}
.page-banner .caption {
    padding: 0px 0rem;
    position: absolute;
    z-index: 10;
    top: 0px;
    margin: auto;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    bottom:15%;
}

.page-banner .caption h2 {
    color: rgb(255, 255, 255);
    font-weight: 400;
    /* margin-bottom: 1.5rem; */
    font-size: 3rem;
    font-family: Cairo-Regular;
}

.page-banner .caption p {
    color: rgb(255, 255, 255);
    margin-bottom: 2rem;
}

.page-banner .owl-nav {
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.page-banner button.owl-prev,
.page-banner button.owl-next {
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 5px;
    border: 1px solid rgb(255, 255, 255) !important;
}

.page-banner .owl-prev span,
.page-banner .owl-next span {
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
}

.page-banner .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 40px;
    display: flex;
    flex-flow: row;
}

.page-banner .owl-dot {
    width: 25px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5) !important;
}

.page-banner .owl-dot.active {
    background: rgba(255, 255, 255, 0.8) !important;
}



.genric-copy h3 {
    color: var(--secondary);
    font-weight: 600; 
    margin-bottom: 1rem;
    font-family: Cairo-SemiBold;
    font-size:1.5rem;
    max-width:90%;
}

.genric-copy h5 {
    color: var(--secondary);
    /*margin-bottom: 0px;*/
    font-weight: 600;
}

.genric-copy p {
    color:var(--text);
    font-size: 1rem;
    margin-bottom: 0.5rem;
    max-width:90%;
}
#pageId_3421 ol,
#pageId_3420 ol,
#pageId_8476 ol{
    padding-inline-start:0px;
}
#pageId_3421 ul,
#pageId_3420 ul,
#pageId_8476 ul{
    padding-inline-start:10px;
}
.genric-copy ol li,
.genric-copy ul li{
    color:var(--text);
    font-size: 1rem;
    list-style-position:inside;
}
.image-left-col .image-info {
    margin-left: -30%;
    margin-top: 5%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0, 0, 0, 0.145) 40px 40px 60px;
    padding: 5rem 4rem 5rem 3rem;
    margin-bottom: 5%;
    z-index: 1000;
    position: relative;
    min-height: 260px;
}

.image-left-col .image-info h3 {
    color: rgb(0, 0, 0);
}

.image-left-col .image-info p {
    color: rgb(63, 62, 69);
    font-size: 1rem;
    font-family: Cairo-Regular;
}

.image-left-col .image-wrap {
    position: relative;
    z-index: 10;
}

.image-left-col .btn {
    margin-top: 2rem;
}

.image-right-col {
    overflow: hidden;
    position: relative;
}

.image-right-col .image-info {
    min-height: 260px;
    margin-right: -30%;
    margin-top: 5%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0, 0, 0, 0.145) 40px 40px 60px;
    padding: 5rem 4rem 5rem 3rem;
    margin-bottom: 5%;
    z-index: 1000;
    position: relative;
}

.image-right-col .image-info h3 {
    color: rgb(0, 0, 0);
}

.image-right-col .image-info p {
    color: rgb(63, 62, 69);
    font-size: 1rem;
    font-family: Cairo-Regular;
}

.image-right-col .image-wrap {
    position: relative;
    z-index: 10;
}

.image-right-col .btn {
    margin-top: 2rem;
}

.keynotes {
    background: rgb(7, 74, 134);
    position: relative;
    z-index: 100;
}

.keynotes::before {
    content: "";
    background: url("../images/leaf2.png") right center / contain no-repeat;
    position: absolute;
    right: 0px;
    top: -30px;
    width: 400px;
    height: 400px;
    z-index: -1;
}

.keynotes .section-heading p {
    opacity: 0.7;
    margin-top: 5px;
}

.keynotes .card {
    border: 0px;
}

.keynotes .card-title {
    margin-bottom: 0.5rem;
    color: rgb(244, 99, 58);
    font-size: 0.85rem;
}

.keynotes .card-subtitle {
    margin: 15px 0px;
    color: rgb(77, 83, 60);
    font-size: 1.2rem;
    padding-right: 1.5rem;
    font-weight: 600;
}

.keynotes .card-link {
    color: rgb(0, 156, 166);
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
}

.keynotes .card .card-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgb(63, 62, 69);
    margin: 1.2rem 0px;
}

.keynotes .owl-nav {
    margin: 30px auto 0px;
    right: 0px;
    width: 80px;
}

.keynotes button.owl-prev,
.keynotes button.owl-next {
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 5px;
    border: 1px solid rgb(255, 255, 255) !important;
    outline: none !important;
}

.keynotes .owl-prev span,
.keynotes .owl-next span {
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.key-notes {
    margin-top: 1.5rem;
}

.key-notes .image-video {
    position: relative;
}

.key-notes .card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.key-notes .image-video::before {
    content: "";
    position: absolute;
    background: url("../images/play.png") 0% 0% / cover rgba(0, 0, 0, 0.7);
    width: 70px;
    height: 70px;
    inset: 0px;
    margin: auto;
    cursor: pointer;
    border-radius: 50%;
}

.history {
    background: rgb(7, 74, 134);
    position: relative;
    z-index: 100;
}

.history .link {
    font-size: 1.5rem;
    color: rgb(3, 218, 233);
    text-transform: uppercase;
    padding: 1rem 0px;
    display: inline-block;
    cursor: pointer;
    font-family: Cairo-Medium;
}

.blue-bg {
    background: rgb(7, 74, 134);
}

.white-bg {
    background: rgb(255, 255, 255) !important;
}

.visiting-adnec .t-info {
    margin: 10px 0px;
}

.visiting-adnec .t-info h4 {
    color: rgb(244, 99, 58);
    font-weight: bold;
    margin-bottom: 15px;
}

.visiting-adnec .t-info p {
    font-size: 1.1rem;
    font-family: Cairo-Medium;
}

.gmaps .info {
    font-size: 1.1rem;
    font-family: Cairo-Medium;
}

.gmaps .map-iframe {
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.14) 15px 15px 30px;
}

.gmaps .map-iframe iframe {
    border: 0px;
}

.light-grey {
    background: rgb(246, 248, 249);
}

.places-intreast .info {
    font-size: 1.1rem;
    font-family: Cairo-Medium;
    color: rgb(121, 120, 125);
    margin: 2rem 0px;
}

.program-tabs {
    background: var(--light-grey);
    position: relative;
    z-index: 11;
    padding-top:0;
}

.program-tabs .nav-tabs {
    text-align: center;
    display: flex;
    flex-flow: row;
    place-content: center flex-start;
    align-items: flex-end;
    border: 0px;
}

.program-tabs .nav-tabs .nav-link {
    background: var(--bg-gray);
    margin-right: 5px;
    border-radius: 0px;
    padding: 1rem 2rem;
    border-bottom-color: transparent !important;
}

.program-tabs .nav-tabs .nav-item.show .nav-link,
.program-tabs .nav-tabs .nav-link.active {
    background: var(--secondary);
    border-color: transparent;
    /*box-shadow: rgba(0, 0, 0, 0.2) 10px -2px 12px -9px;*/
    padding: 1.5rem 2rem;
    position: relative;
    border:1px solid var(--secondary);
    color:white;
}

.program-tabs .nav-tabs h3 {
    color: var(--text);
    margin: 0px;
    font-family: Cairo-SemiBold;
}

.program-tabs .nav-tabs p {
    color: var(--text);
    margin: 0px;
    font-family: Cairo-Medium;
    font-size: 1.2rem;
}

.program-tabs .nav-tabs .nav-link.active h3 {
    /*color: rgb(77, 83, 60);*/
    color:white;
}

.program-tabs .nav-tabs .nav-link.active p {
    /*color: var(--primary);*/
    color:white;
}

.program-tabs .tab-content {
    background: rgb(255, 255, 255);
    padding: 15px;
    margin-bottom: 5rem;
    /*box-shadow: rgba(0, 0, 0, 0.14) 40px 40px 60px;*/
    border:1px solid var(--bg-gray);
}

.program-tabs .tab-content table {
    margin-bottom: 0px;
}

.program-tabs .tab-content table tr th,
.program-tabs .tab-content table tr td {
    padding: 20px;
    border-top: 0px;
    font-family: Cairo-SemiBold;
    font-size: 1rem;
}

.program-tabs .tab-content table tr th {
    border-right: 1px solid rgb(238, 238, 238);
    /*border-bottom: 1px solid rgb(238, 238, 238);*/
    color:var(--secondary);
}

.program-tabs .tab-content table tr td {
    /*border-bottom: 1px solid rgb(238, 238, 238);*/
    color:var(--text);
}
.program-tabs .tab-content table tr:nth-child(even){
    background-color:#F6FBFF;
}
.program-tabs .tab-content table tr:nth-child(even) th{
    /*border-right-color:white;*/
}
.program-tabs .tab-content table tr:last-child th,
.program-tabs .tab-content table tr:last-child td {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.program-tabs .accordion .card {
    background: transparent;
    border: 0px;
}

.program-tabs .accordion .card-header {
    background: rgb(228, 233, 240);
    margin-bottom: 10px;
    border: 0px;
    padding: 1.5rem 1.2rem;
    font-family: Cairo-SemiBold;
    cursor: pointer;
}

.program-tabs .accordion .card-header .card-title,
.program-tabs .accordion .card-header .card-title p{
    font-size: 1.2rem;
    display:inline-flex;
    color: var(--secondary);
    font-family: Cairo-Bold;
    margin-bottom:0;
    max-width:100%;
}

.program-tabs .accordion .card-body {
    font-family: Cairo-Medium;
    background: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.program-tabs .accordion .card-body p:last-child {
    margin: 0px;
}

.program-tabs .accordion .card-header::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f106"; /* chevron-down */
    float: right;
    font-size: 1.5rem;
    color:var(--secondary);
}

.program-tabs .accordion .card-header.collapsed::after {
    content: "\f107"; /* chevron-up */
}


.committee {
    background: var(--light-grey);
    position: relative;
    z-index: 11;
    padding-top:0;
}

.committee .search-field {
    margin-bottom: 1.5rem;
    display: none;
}

.committee .search-field .input-group-text {
    background: rgb(255, 255, 255);
    border-color: rgb(173, 173, 173);
    border-radius: 2px;
    padding-right: 0px;
}

.committee .search-field .input-group-text i {
    transform: rotateY(170deg);
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
}

.committee .btn-search {
    padding: 0.65rem 3rem;
    line-height: 1;
    border-radius: 2px;
}

.committee .search-field .form-control {
    background: rgb(255, 255, 255);
    border-left: 0px rgb(173, 173, 173);
    border-top-color: rgb(173, 173, 173);
    border-right-color: rgb(173, 173, 173);
    border-bottom-color: rgb(173, 173, 173);
    border-radius: 2px;
    height: auto;
    padding: 4px 10px;
    font-size: 14px;
}

.committee .search-field .form-control:focus {
    box-shadow: none;
}

.committee .search-field .form-control::placeholder {
    color: rgb(197, 197, 197);
}

.committee .user-card {
    /*box-shadow: rgba(0, 0, 0, 0.14) 40px 40px 60px;*/
    /*border: 0px;*/
    border-radius: 0px;
    margin: 2rem 0px;
    flex-direction: row;
    border: 1px solid #E9E9E9;
}

.committee .user-card .content {
    line-height: 1.5;
    color: rgb(161, 161, 164);
    font-size: 1rem;
    font-family: Cairo-Medium;
}

.committee .user-card .user-img {
    max-width: 250px;
    max-height: 300px;
    object-fit:cover;
}

.committee .user-card .card-link {
    color: var(--secondary);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.committee .user-card .card-title {
    font-weight: bold;
    font-family: Cairo-Bold;
    font-size: 1.25rem;
    /*margin-bottom: 0.5rem;*/
    color:var(--secondary);
}

.committee .user-card .card-text {
    line-height: 1.5;
    color: rgb(161, 161, 164);
    margin: 1rem 0px;
    font-size: 1rem;
    font-family: Cairo-Medium;
    height: 100px;
    overflow: hidden;
}

.committee .user-card .card-text.showmore {
    height: auto;
    overflow: auto;
}
.committee .user-card .card-footer{
    background:white;
    border-top:none;
    padding-left:0;
    padding-right:0;
}
.committee .user-card .user-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
}

.committee .user-card .user-links .clip-text{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: var(--text);
    /*margin-bottom: 0.5rem;*/
}
.committee .user-card .user-links .clip-text p{
 overflow:clip;   
}
.committee .user-card .user-links .clip-text.expanded {
    -webkit-line-clamp: unset !important;
}
.committee .user-card .user-links .mail {
    color: rgb(111, 104, 104);
    font-size: 2rem;
    transition: all 0.4s linear 0s;
    text-align: right;
}

.committee .user-card .user-links .mail:hover {
    color: var(--primary);
    font-size: 2rem;
}

.committee .user-card .card-body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding:1.5rem;
    min-height:300px;
}

.ad-cards::after {
    content: "";
    /*background: url(../images/leaf-green.png) 10px 0px no-repeat;*/
    position: absolute;
    right: 0;
    top: -170px;
    width: 100px;
    height: 340px;
    z-index: -1;
    background-size: cover;
}

.ad-cards .media {
    /* box-shadow: rgba(0, 0, 0, 0.14) 10px 10px 32px; */
    height: 90%;
    margin-bottom: 3rem;
    position: relative;
    background: #fff;
    align-items:center;
    justify-content:center;
}

.ad-cards .media img {
    max-width: 200px;
    max-height: 200px;
    display: flex;
    align-self: center;
    height:100%;
    object-fit:cover;
}

.ad-cards .media h5 {
    font-family: Cairo-Bold;
    color: var(--secondary);
    font-size:1.5rem;
    line-height:2rem;
    text-transform: inherit;
}

.ad-cards .media p {
    color: var(--text);
    line-height: 1.5;
    font-size: 1.125rem;
}

.ad-cards .media .media-body {
    padding: 0 20px;
}

.ad-cards .img {
    height: 100%;
    display: flex;
    flex-flow: row;
    place-content: center flex-start;
    /*background: linear-gradient(to right, rgb(250, 251, 251), rgb(246, 247, 247));*/
    
}

.ad-places .section-heading p {
    color: var(--text);
    max-width: 70%;
    margin: 20px auto 0px;
    font-size: 1.125rem;
    line-height:1.75rem;
    text-align: justify;
}

.ad-places {
    background: #fff;
    position: relative;
    z-index: 100;
    padding-bottom: 4rem;
    padding-top: 0;
}

.ad-places::after {
    content: "";
    /*background: url(../images/leaf-green.png) 10px 0px no-repeat;*/
    position: absolute;
    right: 0;
    top: -80px;
    width: 140px;
    height: 400px;
    z-index: -1;
    background-size: cover;
}

.ad-places .section-heading p {}

.ad-places .card {
    border: 0px;
    /* box-shadow: rgba(0, 0, 0, 0.14) 40px 40px 60px; */
    margin-bottom: 2rem;
}

.ad-places .card .card-body {
    /*background-image: linear-gradient(90deg, rgb(0, 74, 135), rgb(87, 160, 131));*/
    background-color:var(--primary);
    color:var(--secondary);
}

.ad-places .card-title {
    margin-bottom: 0.5rem;
    color: rgb(244, 99, 58);
    font-size: 0.85rem;
    font-family: Cairo-Medium;
}

.ad-places .card-subtitle {
    margin: 0px;
    color: var(--secondary);
    font-size: 1rem;
    font-weight: 600;
    font-family: Cairo-Medium;
    text-align: center;
    text-transform: uppercase;
}

.ad-places .card-subtitle a {
    margin: 0px;
    color: var(--secondary);
    font-size: 1.1rem;
    font-weight: 600;
    font-family: Cairo-Medium;
    text-align: center;
    text-decoration: none;
}

.ad-places .card-subtitle a:hover {
    opacity: 0.8;
}

.ad-places .card-link {
    color: rgb(0, 156, 166);
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
}

.ad-places .card .card-text {
    line-height: 1.5;
    color: rgb(63, 62, 69);
    margin: 1.2rem 0px;
    font-size: 1rem;
    font-family: Cairo-Regular;
}

.ad-places .owl-nav {
    margin: 30px auto 0px;
    right: 0px;
    width: 80px;
}

.ad-places button.owl-prev,
.ad-places button.owl-next {
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 5px;
    border: 1px solid rgb(255, 255, 255) !important;
    outline: none !important;
}

.ad-places .owl-prev span,
.ad-places .owl-next span {
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.enjoy-ad .col-sm-4 {
    margin-bottom: 2rem;
}

.enjoy-ad .card-img-top img {
    width: 100%;
}

.useful-info {
    background: var(--light-grey);
}

.useful-info h3 {
    font-family: Cairo-Medium;
    font-size: 1.5rem;
}

.useful-info p {
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

.useful-info a {
    text-decoration: underline;
}

article[data-readmore] {
    max-height: 6em;
    overflow: hidden !important;
}

section.committee div.card-body a {
    color: var(--secondary);
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    width: 100px;
    /*margin-top: 1.5rem;*/
}

section.committee p {
    line-height: 1.5;
    color: var(--text);
    margin: 1rem 0 1rem 0px;
    font-size: 1rem;
    font-family: Cairo-Medium;
    overflow: hidden;
}

.prefered_hotels_wrap {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 30px 30px 40px;
}

.prefered_hotels_wrap .prefered_hotels_head {
    background: rgb(198, 206, 216);
    border: 1px solid rgb(198, 206, 216);
    color: rgb(77, 83, 60);
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.prefered_hotels_wrap .prefered_hotels_head .row {
    margin-left: 0px;
    margin-right: 0px;
}

.prefered_hotels_wrap .prefered_hotels_head .row>div {
    border-right: 1px solid rgb(225, 225, 225);
}

.prefered_hotels_wrap .prefered_hotels_head .row>div:last-child {
    border-right: none;
}

.prefered_hotels_wrap .prefered_hotels_head .row .heading {
    padding-top: 16px;
    padding-bottom: 16px;
}

.prefered_hotels_wrap .prefered_hotels_head .row>div:first-child .heading {
    padding: 15px 25px;
}

.prefered_hotels_wrap .prefered_hotels_body {}

.prefered_hotels_wrap .prefered_hotels_body .hotels_type {}

.prefered_hotels_wrap .prefered_hotels_body .hotels_type .title_head {
    background: rgb(246, 248, 249);
    color: rgb(244, 99, 58);
    font-size: 24px;
    line-height: 24px;
    padding: 14px 40px;
    text-transform: uppercase;
}

.prefered_hotels_wrap .prefered_hotels_body .hotels_type .row {
    margin-left: 0px;
    margin-right: 0px;
}

.prefered_hotels_wrap .prefered_hotels_body .hotels_type .row>div {
    border-right: 1px solid rgb(225, 225, 225);
    border-bottom: 1px solid rgb(225, 225, 225);
}

.prefered_hotels_wrap .prefered_hotels_body .hotels_type .row>div:last-child {
    border-right: none;
}

.prefered_hotels_wrap .prefered_hotels_body .hotels_type .hotels,
.prefered_hotels_wrap .prefered_hotels_body .hotels_type .signleRoom,
.prefered_hotels_wrap .prefered_hotels_body .hotels_type .doubleRoom,
.prefered_hotels_wrap .prefered_hotels_body .hotels_type .bookNow {
    font-size: 24px;
    line-height: 28px;
    color: rgb(63, 62, 69);
    text-transform: capitalize;
    padding: 33px 0px;
}

.prefered_hotels_wrap .prefered_hotels_body .hotels_type .row>div:first-child .hotels {
    padding-left: 25px;
}

.prefered_hotels_wrap .prefered_hotels_body .hotels_type .signleRoom,
.prefered_hotels_wrap .prefered_hotels_body .hotels_type .doubleRoom,
.prefered_hotels_wrap .prefered_hotels_body .hotels_type .bookNow {
    text-align: center;
}

.prefered_hotels_wrap .prefered_hotels_body .hotels_type .row .bookNow a {
    color: rgba(0, 156, 166, 0.7);
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    font-weight: 600;
    display: block;
}

.featured_hotels_Wrap {
    background: rgba(198, 206, 216, 0.15);
    position: relative;
    z-index: 12;
}

.featured_hotels_Wrap .card {
    filter: drop-shadow(rgba(0, 0, 0, 0.145) 25px 25px 50px);
    border: none;
    border-radius: 0px;
    margin-top: 30px;
}

.featured_hotels_Wrap .card .col-5 {
    padding-right: 0px;
}

.featured_hotels_Wrap .card .col-7 {
    padding-left: 27px;
}

.featured_hotels_Wrap .card .card-image {
    height: 100%;
}

.featured_hotels_Wrap .card .card-image img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center center;
}

.featured_hotels_Wrap .card .card-body {
    padding: 32px 15px 24px 0px;
}

.featured_hotels_Wrap .card .card-body .card-title {
    margin-bottom: 7px;
    font-size: 32px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(17, 17, 17);
}

.featured_hotels_Wrap .card .card-body .ratings {}

.featured_hotels_Wrap .card .card-body .ratings ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.featured_hotels_Wrap .card .card-body .ratings ul li {
    width: 28px;
    height: 28px;
    margin-right: 4px;
}

.featured_hotels_Wrap .card .card-body .ratings ul li i {
    background: url("../images/star.svg") center center / contain no-repeat;
    width: 28px;
    height: 28px;
    display: block;
}

.featured_hotels_Wrap .card .card-body .showOnMap {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 156, 166, 0.7);
}

.featured_hotels_Wrap .card .card-body .card-text {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 22px;
    color: rgba(63, 62, 69, 0.7);
}

.featured_hotels_Wrap .card .card-body .roomDetails {
    font-weight: 600;
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 22px;
    color: rgba(63, 62, 69, 0.7);
}

.featured_hotels_Wrap .card .card-body .cardFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured_hotels_Wrap .card .card-body .cardFooter .btn {
    font-weight: 600;
    padding: 9px 30px;
    font-size: 18px;
    line-height: 22px;
}

.featured_hotels_Wrap .card .card-body .cardFooter .readMore a {
    color: rgba(0, 156, 166, 0.7);
}

.patronage_wrap {
    margin-top: 2.5rem;
}

.organisers_wrap {
    background: rgba(198, 206, 216, 0.15);
}

figure.block-image img {
    max-width: 345px;
    width: 100%;
}

.main_partners {
    padding-top: 20px;
}

.main-partners-carousel,
.programme-partners-carousel,
.programme-partners-sm-carousel {
    width: 100%;
}

.main-partners-carousel .owl-stage-outer,
.programme-partners-carousel .owl-stage-outer,
.programme-partners-sm-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    z-index: 12;
}

.main-partners-carousel .owl-stage,
.programme-partners-carousel .owl-stage,
.programme-partners-sm-carousel .owl-stage {
    position: relative;
    display: flex;
    touch-action: manipulation;
}

.owl-nav.disabled {
    display: none;
}

.programme_partners {
    padding-top: 60px;
    padding-bottom: 30px;
}

.programme-partners-carousel {}

.programme-partners-carousel figure.block-image {
    margin-bottom: 30px;
}

.mediaLatstStories {
    background: rgba(198, 206, 216, 0.15);
    position: relative;
    z-index: 11;
}

.mediaLatstStories::after {
    content: "";
    display: block;
    width: 126px;
    position: absolute;
    height: 156px;
    transform: scaleX(-1);
    top: 0px;
    right: 0px;
    z-index: -1;
    background: url("../images/Flower_Crop_Desktop.png") right center / contain no-repeat;
}

.mediaLatstStories .mediaLatstStories_cards {}

.mediaLatstStories .mediaLatstStories_cards .card {
    border: none;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 30px 30px 40px;
}

.mediaLatstStories .mediaLatstStories_cards .card .card-body {
    padding: 28px 22px 40px;
}

.mediaLatstStories .mediaLatstStories_cards .card .card-body .card-subtitle {
    font-size: 24px;
    line-height: 32px;
    color: rgb(77, 83, 60);
    font-weight: 400;
}

.mediaLatstStories .mediaLatstStories_cards .card .card-body .card-text {
    font-size: 18px;
    line-height: 22px;
    color: rgba(63, 62, 69, 0.7);
    margin-top: 21px;
}

.mediaLatstStories .mediaLatstStories_cards .btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 9px 16px;
    min-width: 186px;
}

.mediaResources {
    position: relative;
    z-index: 11;
    background-color: rgb(255, 255, 255);
}

.mediaResources .mediaResources_cards {
    padding-bottom: 101px;
}

.mediaResources .mediaResources_cards .card {
    filter: drop-shadow(rgba(0, 0, 0, 0.145) 25px 25px 50px);
    border: none;
    border-radius: 0px;
}

.mediaResources .mediaResources_cards .card .card-body {
    padding: 42px 22px;
}

.mediaResources .mediaResources_cards .card .card-subtitle {
    font-weight: normal;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    color: rgb(17, 17, 17);
}

.mediaEnquiries {
    background: rgba(198, 206, 216, 0.15);
    position: relative;
    z-index: 11;
    color: rgba(0, 0, 0, 0.7);
    font-size: 24px;
    line-height: 28px;
}

.mediaEnquiries p {
    margin-bottom: 2rem;
}

.mediaEnquiries_inner {
    padding-bottom: 2rem;
}

.socialMedia {}

.socialMedia ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.socialMedia ul li {
    width: 102px;
    height: 102px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 237, 237);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 20px;
    border-radius: 100px;
    margin-left: 18px;
    margin-right: 18px;
}

.socialMedia ul li:first-child {
    margin-left: 0px;
}

.socialMedia ul li:last-child {
    margin-right: 0px;
}

.socialMedia ul li a {
    display: block;
    height: 100%;
}

.socialMedia ul li i {
    height: 100%;
    display: block;
}

.socialMedia ul li i.facebook {
    background: url("../images/facebook.svg") center center / 26px no-repeat;
}

.socialMedia ul li i.instagram {
    background: url("../images/instagram.svg") center center / 40px no-repeat;
}

.socialMedia ul li i.linkedin {
    background: url("../images/linkedin.svg") center center / 44px no-repeat;
}

.socialMedia ul li i.twitter {
    background: url("../images/twitter.svg") center center / 45px no-repeat;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: transparent;
    outline: none !important;

}

.owl-carousel .owl-nav button.owl-prev:hover span,
.owl-carousel .owl-nav button.owl-next:hover span {}

.map img {
    text-align: center;
    display: block;
    margin: 0px auto;
}

.image-left-col .image-info article[data-readmore],
.image-right-col .image-info article[data-readmore] {
    display: flex;
    flex-direction: column;
}

.image-left-col .image-info article[data-readmore]+a,
.image-right-col .image-info article[data-readmore]+a {
    display: block;
    flex-direction: column;
    color: rgb(0, 156, 166);
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    width: 100px;
    margin-top: 1rem;
}

.image-left-col .col-md-5,
.image-left-col .col-md-7,
.image-right-col .col-md-5,
.image-right-col .col-md-7 {
    max-width: 50%;
}

.contactPageWrap {
    /*padding-top: 80px;*/
}
.contactPageWrap .invite-info{
    padding-left:0;
}
.contactPageWrap h2{
    font-size: 1.5rem;
    color: var(--secondary);
    margin: 0px;
    font-family: Cairo-SemiBold !important;
    text-transform: capitalize;
    
}
.contactPageWrap h5{
    font-size: 1.2rem;
    line-height: 120%;
    font-weight: 400;
    color:var(--text);
}
.contactPageWrap a {
    color: var(--secondary);
    text-decoration: none;
    font-weight:bold;
    font-size:1rem;
}

.contactPageWrap .h5:hover a {
    text-decoration: underline;
}

.contactPageWrap iframe {
    width: 100%;
}
.enquiryWrap{
    background-color:var(--secondary);
}
.enquiryWrap .section-heading h3{
    color:white;
}
.enquiryWrap.newsletter label {
    text-align: left;
    line-height: 1;
    color:white;
}
.enquiryWrap a{
    color:white !important;
}
.enquiryWrap.newsletter textarea.form-control {
    height: 100px;
}

.news-listing {
    position: relative;
    z-index: 100;
}

.news-listing .news-item {
    /*box-shadow: rgba(0, 0, 0, 0.14) -15px 3px 58px;*/
    margin: 2rem 0;
    position: relative;
    z-index: 100;
    border:1px solid var(--bg-gray);
}
.news-listing .wrapper .news-item:first-child{
    margin-top:0;
}
.news-listing .wrapper .news-item:nth-last-of-type(2){
    margin-bottom:0;
}
.news-listing .news-item .news-content h6 {
    margin-top: 20px;
    color: var(--text);
    font-weight: 600;
}
.news-listing .news-item .news-content h2{
    color:var(--secondary);
    font-size: 2rem;
    padding-right: 1rem;
    font-weight:700;
}

.news-listing .news-item .news-content .read-more {
    color: #004a87;
    font-weight: 600;
    text-decoration: none;
    padding: 0px 30px 20px 0px;
}

.news-listing .news-item .news-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-text {
    max-height: fit-content;
    overflow: hidden;
}
.news-text p{
    margin-bottom:0.5rem;
}
.news-text ul li{
    color:var(--text);
    font-size: 1.125rem;
    
}

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

.view-more-btn {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.view-more-btn button {
    width: auto;
}

.details-page {
    margin-top: 20px;
    padding-bottom: 100px;
}

.details-page h2 {
    margin-top: 0px;
    color: rgb(34, 34, 34);
    font-weight: 600;
}

.details-page h4 {
    margin-top: 40px;
    padding-left: 10px;
    font-weight: 600;
}

.details-page li {
    margin-left: -15px;
}

.details-page .detail-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.details-page .col-lg-6 h6 {
    margin-top: 20px;
    color: var(--secondary);
    font-weight: 600;
}

.card-img-top img {
    width: 100%;
}

.mediaResources_cards .card-img-top {
    position: relative;
}

.mediaResources_cards .card-img-top[target="_blank"]::before {
    content: "";
    position: absolute;
    background: url("../images/play.png") 0% 0% / cover;
    width: 70px;
    height: 70px;
    inset: 0px;
    margin: auto;
    cursor: pointer;
    z-index: 1000;
}

.weec_image_gallery {
    position: relative;
    margin-top: 1.5rem;
}

.weec_image_gallery::after {
    content: "";
    background: url("../images/abstract1.png") right center / 350px no-repeat;
    position: absolute;
    right: 0px;
    bottom: -40%;
    width: 800px;
    height: 100%;
    z-index: -1;
}

.weec_image_gallery .image_item a {
    display: block;
}

.weec_image_gallery .image_item {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.weec_image_gallery .image_item a img {
    max-width: 100%;
    height: 288px;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

.weec_image_gallery .image_item a:hover img {
    transform: scale(1.1);
}

.weec_image_gallery .image_item .imageCaption {
    position: absolute;
    bottom: 0px;
    padding: 16px;
    background-color: rgba(52, 153, 11, 0.5);
    text-align: center;
    right: 0px;
    left: 0px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: Cairo-Medium;
}

.page-desc-font-size p {
    font-size: 1.3rem !important;
}

.page-desc-font-color p {
    color: rgb(9, 9, 9) !important;
}

.abstract-toolbar {}

.abstract-toolbar button {
    margin: 5px;
}

.abstract-modal-load .modal-backdrop {
    background: rgba(31, 74, 130, 0.7);
    opacity: 1;
}

#callAbstractPopup .modal-dialog .modal-content {
    background: url("../images/popup-bg.png") 0% 0% / cover no-repeat;
}

#callAbstractPopup .modal-dialog {
    max-width: 740px;
}

#callAbstractPopup .modal-header {
    border: 0px;
    padding-bottom: 0px;
}

#callAbstractPopup .modal-body {
    color: rgb(255, 255, 255);
    text-align: center;
}

#callAbstractPopup .close {
    color: rgb(244, 99, 58);
    text-shadow: none;
    font-size: 14px;
    opacity: 1;
    transition: all 0.4s ease 0s;
    outline: none;
}

#callAbstractPopup .close:hover {
    opacity: 0.8;
    color: rgb(244, 99, 58) !important;
}

#callAbstractPopup .close .la-times {
    background: rgb(244, 99, 58);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 11px;
    width: 14px;
    height: 14px;
    line-height: 1.5;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.prarallel-session-program {
    background: rgb(246, 248, 249);
}

.parallel-session-programme .card {
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.14) 40px 40px 60px;
}

.parallel-session-programme .card-subtitle {
    margin: 15px 0px;
    color: rgb(77, 83, 60);
    font-size: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 600;
    font-family: Cairo-Medium;
}

.parallel-session-programme .card .card-text {
    line-height: 1.3;
    color: rgb(63, 62, 69);
    margin: 1.2rem 0px;
    font-size: 1.125rem;
    font-family: Cairo-Regular;
    padding-bottom: 1rem;
}

.parallel-session-programme .card .card-body .btn-primary {
    white-space: normal;
}

@media only screen and (max-width: 670px) {
    .dowload-programme {
        text-align: center;
    }
}

.dowload-programme .download-programme-item img {
    display: block;
    margin: auto;
}

.dowload-programme {
    background-color: rgb(246, 248, 249);
    padding: 100px 0px;
    position: relative;
}

.dowload-programme::before {
    content: "";
    background: url("../images/right-side-flower.png") right center / cover no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 236px;
    height: 400px;
    z-index: 100;
}

@media only screen and (max-width: 670px) {
    .dowload-programme::before {
        background-position: center top;
        bottom: 0px;
        top: 554px;
        width: 100px;
        height: 100px;
    }
}

.parallel-session .section {
    padding: 1rem 0px;
    position: relative;
    z-index: 100;
}

.parallel-session .theme-info .themes-left p {
    font-size: 1.5rem;
    line-height: 1.3;
}

.parallel-session .theme-info .themes-left {
    padding: 20px;
}

.parallel-session .theme-info .themes-right {
    background: rgb(205, 228, 220);
    padding: 20px;
}

.parallel-session .theme-info .themes-right h5 {
    color: rgb(0, 119, 73);
    font-size: 24px;
    margin-bottom: 1rem;
}

.parallel-session .sessions-list {
    background: rgb(228, 233, 240);
    padding: 1rem 1rem 0px;
}

.parallel-session .sessions-list .session-heading {
    font-family: Cairo-Medium;
    font-weight: 600;
    color:var(--secondary);
}

.parallel-session .sessions-list .nav-tabs .active h6 {
    color: rgb(0, 119, 73);
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0px;
    font-family: Cairo-Medium;
}

.parallel-session .sessions-list .nav-tabs .active {
    /*border-bottom: 5px solid rgb(0, 119, 73);*/
    border-bottom: 5px solid var(--primary);
    background: rgb(255, 255, 255);
}

.parallel-session .sessions-list .nav-tabs .active span {
    color: rgb(0, 119, 73);
}

.parallel-session .sessions-list .nav-tabs a {
    margin-right: 10px;
    background: rgb(210, 219, 230);
    padding: 2rem 2rem 1rem;
}

.parallel-session .sessions-list .nav-tabs h6 {
    color: rgb(63, 62, 69);
    font-weight: 600;
    font-family: Cairo-Medium;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.parallel-session .sessions-list .nav-tabs span {
    color: rgb(63, 62, 69);
}

.parallel-session .sessions-list .search-input {
    background: rgb(244, 246, 249);
    padding: 0.85rem;
}

.parallel-session .sessions-list .search-input .form-control {
    background: rgb(244, 246, 249);
}

.parallel-session .sessions-list .search-input .form-control:focus {
    outline: none;
    box-shadow: none;
}

.parallel-session .sessions-list .search-input .btn:focus {
    outline: none;
    box-shadow: none;
}

.parallel-session .sessions-list .search-input .btn {
    background: rgb(244, 246, 249);
}

.parallel-session .sessions-list .search-input .la-search {
    transform: rotate(270deg);
    color: rgb(209, 209, 209);
    font-size: 1.25rem;
}

@media only screen and (max-width: 767px) {
    .parallel-session .sessions-list .nav-tabs {
        margin-right: 10px;
        padding: 1rem;
        display: flex;
        flex-flow: row;
        overflow-x: auto;
        margin-bottom: 10px;
    }

    .parallel-session .sessions-list .nav-tabs a {
        padding: 1rem;
        line-height: 1.2;
        min-width: 150px !important;
    }

    .parallel-session .sessions-list .nav-tabs .active h6 {
        font-size: 1rem;
    }

    .parallel-session .sessions-list .search-input {
        margin-bottom: 1rem;
        padding: 0.3rem;
    }
}

.timeline {
    list-style: none;
    padding: 20px 0px;
    position: relative;
}

.timeline::before {
    top: 80px;
    bottom: 90px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: rgb(238, 238, 238);
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li::before,
.timeline>li::after {
    content: " ";
    display: table;
}

.timeline>li::after {
    clear: both;
}

.timeline>li::before,
.timeline>li::after {
    content: " ";
    display: table;
}

.timeline>li::after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 75%;
    float: left;
    border: none;
    padding: 20px;
    position: relative;
    background: rgb(205, 228, 220);
}

.timeline .timeline-inverted .timeline-date p {
    margin-bottom: 0px;
    font-size: 0.9rem;
    color: rgb(77, 83, 60);
}

.timeline .timeline-inverted .timeline-date h3 {
    font-size: 1.5rem;
    color: rgb(9, 67, 44);
    margin-bottom: 0px;
}

.timeline .timeline-inverted .timeline-date .calendar-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0px;
}

.timeline .timeline-inverted .timeline-date img {
    width: 34px;
    height: 34px;
}

.timeline>li>.timeline-badge {
    color: rgb(255, 255, 255);
    width: 24px;
    height: 24px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 23%;
    margin-left: -25px;
    background-color: rgb(9, 67, 44);
    z-index: 100;
    border-radius: 50%;
}

.timeline>li>.badge-2 {
    top: 9% !important;
    left: 23% !important;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel::before {
    border-left-width: 0px;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel::after {
    border-left-width: 0px;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-date {
    background: rgb(205, 228, 220);
    padding: 1rem;
    position: absolute;
    top: 0px;
    left: 0px;
}

.timeline-title {
    margin-top: 0px;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0px;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.workshop-info .timeline .timeline-date .date-time {
    line-height: 1.2;
}

.workshop-info .timeline .timeline-inverted .timeline-panel .timeline-title {
    font-size: 1rem;
    /*color: rgb(9, 67, 44);*/
    color:var(--secondary);
    font-weight: bold;
}

.workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details .timing p,
.theme-format p,
.language {
    font-size: 0.875rem;
    margin-bottom: 0px;
    color: rgb(110, 110, 110);
}

.workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details strong {
    color: rgb(77, 83, 60);
    font-weight: 600;
}

.workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details .margin-right {
    margin-right: 1rem;
}

.workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details .las {
    color: rgb(9, 67, 44);
    font-size: 1.1rem;
    vertical-align: middle;
    margin-right: 4px;
}

.workshop-info .timeline .moderator .title {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgb(185, 205, 198);
    padding-bottom: 8px;
    color: rgb(77, 83, 60);
    font-weight: 600;
}

.workshop-info .timeline .moderator .profile-image {
    padding-left: 0px;
}

.workshop-info .timeline .moderator .profile-description h6 {
    color: rgb(9, 67, 44);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.workshop-info .timeline .moderator .profile-description p {
    font-size: 0.875rem;
    color: rgb(110, 110, 110);
    line-height: 1.3;
}

.partner-logo-carousel img.img-fluid {
    max-width: 200px;
}


/* about-new */
.about-gradient1 {
    background-image: var(--linear-gradient);
    padding: 2.5rem 0;
}

.about-gradient1 .invite-info h4,
.about-gradient1 .invite-info p,
.about-gradient1 .invite-info a {
    color: var(--white);
}

.about-gradient2 {
    background-image: linear-gradient(90deg, #57A083, #004A87);
    padding: 2.5rem 0;
    color: #fff;
}

.about-gradient2 .invite-info h4,
.about-gradient2 .invite-info p,
.about-gradient2 .invite-info a {
    color: var(--white);
}


.about-greenblock {
    /* background-image: linear-gradient(90deg, #57A083, #004A87);*/
    background-color: #57A083;
    padding: 2.5rem 0;
}

.about-greenblock .invite-info h4,
.about-greenblock .invite-info p {
    color: var(--white);
}

.about-greenblock .invite-info a {
    color: #fff;
}


#map_ead {
    height: 100%;
}

article[data-val="Travel"] {
    max-height: 10em;
}

article[data-val="Visas"] {
    max-height: 10em;
}

article[data-val="Flights"] {
    max-height: 10em;
}

article[data-val="About-EAD"] {
    max-height: 15em;
}

article[data-val="Please-Submit-Your-Extract"] {
    max-height: 18em;
}

article[data-val="Share-Knoledge"] {
    max-height: 18em;
}

article[data-val="About-Our-Strategic-Partners"] {
    max-height: 15em;
}


.top-nav .home i {
    color: #3b8862;
    font-size: 22px;
}

.visiting-adnec h3,
.gmaps h3 {
    text-transform: none;
}

.form-field-error {
    border: 2px solid #d51b3d !important;
}

.form-consent-error {
    outline: 2px solid red;
}

section.logo-slider.section {
    padding-top: 1rem;
}

section.image-left-col.invite.section {
    padding-bottom: 0px;

}

section.newsletter.section.registration-form {
    padding-top: 0px;
}

/*
#registrationForm {
    display:none;
}
*/

.spkr .committee-parent .user-links article {
    height: 100% !important;
}

.spkr .committee-parent .read-more-link {
    display: none;
}


/* IMRC Parallel Sessions CSS start */

.parallel-session .section {
    padding: 1rem 0 1rem 0;
    position: relative;
    z-index: 100;
}

.parallel-session .theme-info .themes-left p {
    font-size: 1.2rem;
    line-height: 1.3;
}

.parallel-session .theme-info .themes-left {
    padding: 20px;
}

.parallel-session .theme-info .themes-right {
    background: #cde4dc;
    padding: 20px;
}

.parallel-session .theme-info .themes-right h5 {
    color: #007749;
    font-size: 24px;
    margin-bottom: 1rem;
}

.parallel-session .sessions-list {
    background: #e4e9f0;
    padding: 1rem 1rem 0 1rem;
}

.parallel-session .sessions-list .session-heading {
    font-family: Cairo-Medium;
    font-weight: 600;
}

.parallel-session .sessions-list .nav-tabs .active h6 {
    color: #007749;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0;
    font-family: Cairo-Medium;
}

.parallel-session .sessions-list .nav-tabs .active {
    /*border-bottom: 5px solid #007749;*/
    border-bottom: 5px solid var(--primary);
    background: #fff;
}

.parallel-session .sessions-list .nav-tabs .active span {
    color: #007749;
}

.parallel-session .sessions-list .nav-tabs a {
    margin-right: 10px;
    background: #d2dbe6;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-bottom: 5px solid #d2dbe7;
    position: relative;
}

.parallel-session .sessions-list .nav-tabs h6 {
    color: #3f3e45;
    font-weight: 600;
    font-family: Cairo-Medium;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.parallel-session .sessions-list .nav-tabs span {
    color: #3f3e45;
}

.parallel-session .sessions-list .search-input {
    background: #f4f6f9;
    padding: 0.55rem 1rem;
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
}

.parallel-session .sessions-list .search-input .form-control {
    background: #f4f6f9;
}

.parallel-session .sessions-list .search-input .form-control:focus {
    outline: none;
    box-shadow: none;
}

.parallel-session .sessions-list .search-input .btn:focus {
    outline: none;
    box-shadow: none;
}

.parallel-session .sessions-list .search-input .btn {
    background: #f4f6f9;
}

.parallel-session .sessions-list .search-input .la-search {
    transform: rotate(270deg);
    color: #d1d1d1;
    font-size: 1.25rem;
}

@media only screen and (max-width: 767px) {
    .parallel-session .sessions-list .nav-tabs {
        margin-right: 10px;
        padding: 1rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 10px;
    }

    .parallel-session .sessions-list .nav-tabs a {
        padding: 1rem;
        line-height: 1.2;
        min-width: 150px !important;
    }

    .parallel-session .sessions-list .nav-tabs .active h6 {
        font-size: 1rem;
    }

    .parallel-session .sessions-list .search-input {}
}

/* Workshop Info  */
.workshop-info .timeline {
    list-style: none;
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
}

.workshop-info .timeline:before {
    top: 30px;
    bottom: 0px;
    position: absolute;
    content: " ";
    width: 1px;
    left: 25%;
    border-right: 2px dashed #eee;
    display: none;
}

.workshop-info .timeline>li {
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.workshop-info .timeline>li:not(:last-child) {
    border-bottom: 2px dashed #f5f5f5;
    padding-bottom: 1rem;
}

.workshop-info .timeline>li>.timeline-panel {
    width: 73%;
    border: none;
    padding: 20px;
    position: relative;
    background: #cde4dc;
}

.workshop-info .timeline .timeline-date {
    background: #cde4dc;
    padding: 1rem;
    width: 25%;
    border-right: 2px solid #09432c;
    position: relative;
}

.workshop-info .timeline .timeline-date .timeline-badge {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -11px;
    background: #09432c;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 20px;
    height: 20px;
}

.workshop-info .timeline .timeline-inverted .timeline-date p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #4d533c;
}

.workshop-info .timeline .timeline-inverted .timeline-date h3 {
    font-size: 1.4rem;
    color: #09432c;
    margin-bottom: 0;
    font-family: Cairo-Medium;
}

.workshop-info .timeline .timeline-inverted .timeline-date .calendar-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
    font-size: 2.2rem;
    color: #09432c;
}

.workshop-info .timeline .timeline-inverted .timeline-date img {
    width: 34px;
    height: 34px;
}

.workshop-info .timeline .timeline-title {}

.workshop-info .timeline .timeline-title[data-toggle="modal"] {
    cursor: pointer;
}

.workshop-info .timeline .timeline-date .date-time {
    line-height: 1.2;
}

/* workshop-details */
.workshop-info .timeline .timeline-inverted .timeline-panel .timeline-title {
    font-size: 1rem;
    color: #09432c;
    font-weight: bold;
    font-family: Cairo-Medium;
}

.workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details li {
    font-size: 0.875rem;
    margin-bottom: 0;
    /*color: #6e6e6e;*/
    color:var(--text);
}
.workshop-info .timeline .timeline-inverted .timeline-panel p{
    color:var(--text);
}
.workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details strong {
    /*color: #4d533c;*/
    color:var(--text);
    font-weight: 600;
}

.workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details .margin-right {
    margin-right: 1rem;
}

.workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details .las {
    color: #09432c;
    font-size: 1.1rem;
    vertical-align: middle;
    margin-right: 4px;
}

/*moderator*/
.workshop-info .timeline .moderator .moderator-title {
    margin-bottom: 1.25rem;
    margin-top: 1rem;
    border-bottom: 1px solid #b9cdc6;
    padding-bottom: 8px;
    color: #4d533c;
    font-weight: 600;
    font-family: Cairo-Medium;
}

.workshop-info .timeline .moderator .profile-image {
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.workshop-info .timeline .moderator .profile-image img {
    width: 60px;
    height: 60px;
    max-width: 100%;
}

.workshop-info .timeline .moderator .profile-description {
    margin-bottom: 0.75rem;
}

.workshop-info .timeline .moderator .profile-description h6 {
    color: #09432c;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: Cairo-Medium;
}

.workshop-info .timeline .moderator .profile-description h6[data-toggle="modal"] {
    cursor: pointer;
}

.workshop-info .timeline .moderator .profile-description p {
    font-size: 0.875rem;
    color: #6e6e6e;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .workshop-info .timeline .timeline-date {
        display: none;
    }

    .workshop-info .timeline>li>.timeline-panel {
        width: 100%;
    }
}

.parallel-session .modal-content {
    background: #cde4dc;
    border-radius: 0;
    border: 0;
}

.parallel-session .modal-content .popup-close {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.parallel-session .modal-content .close {
    background: #f4633a;
    color: #fff;
    width: 25px;
    height: 25px;
    opacity: 1;
    line-height: 1;
    font-size: 14px;
    float: none;
    text-shadow: none;
}

.parallel-session .modal-content .close:hover {
    background: #f4633a;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

.parallel-session .modal-content .wrap {
    padding: 1rem;
    font-size: 14px;
    max-height: 600px;
    overflow: auto;
}

.parallel-session .modal-content .wrap .workshop-heading {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.parallel-session .modal-content .wrap .workshop-panel .workshop-title {
    font-size: 1rem;
    color: #09432c;
    font-weight: bold;
    font-family: Cairo-Medium;
}

.parallel-session .modal-content .wrap .workshop-panel .workshop-details li {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #6e6e6e;
}

.parallel-session .modal-content .wrap .workshop-panel .workshop-details strong {
    color: #4d533c;
    font-weight: 600;
}

.parallel-session .modal-content .wrap .workshop-panel .workshop-details .margin-right {
    margin-right: 1rem;
}

.parallel-session .modal-content .wrap .workshop-panel .workshop-details .las {
    color: #09432c;
    font-size: 1.1rem;
    vertical-align: middle;
    margin-right: 4px;
}

.parallel-session .modal-content .wrap .moderator .moderator-title {
    margin-bottom: 1.25rem;
    margin-top: 1rem;
    border-bottom: 1px solid #b9cdc6;
    padding-bottom: 8px;
    color: #4d533c;
    font-weight: 600;
    font-family: Cairo-Medium;
}

.parallel-session .modal-content .wrap .moderator .profile-image {
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.parallel-session .modal-content .wrap .profile-image img {
    width: 60px;
    height: 60px;
}

.parallel-session .modal-content .wrap .profile-description {
    margin-bottom: 0.75rem;
}

.parallel-session .modal-content .wrap .profile-description h6 {
    color: #09432c;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: Cairo-Medium;
}

.parallel-session .modal-content .wrap .profile-description p {
    font-size: 0.875rem;
    color: #6e6e6e;
    line-height: 1.3;
}

.parallel-session .modal-content .wrap .lead-text {
    color: #4d533c;
}

@media (max-width: 767px) {
    .parallel-session .modal-content .wrap {
        max-height: 90vh;
        overflow: auto;
    }
}

.speker-details {}

.speker-details .person-info {
    margin-bottom: 1rem;
}

.speker-details .popup-profile-image img {
    width: 120px;
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.speker-details .popup-profile-image {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.speker-details .profile-info {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* padding-left: 0; */
    /* margin-left: 1.5rem; */
}

.speker-details .profile-info h5 {
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #09432c;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 6px;
    font-weight: 600;
}

.speker-details .profile-info p {
    margin-bottom: 0;
    font-size: 1rem;
    color: #4d533c;
    font-weight: 600;
}

.speker-details .session {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin: 1rem 0;
    color: #4d533c;
    font-size: 0.875rem;
}

.speker-details .background-info .lead-text {
    font-weight: 600;
    font-family: Cairo-Regular;
}

/* Speaker popup */
.speker-details .workshop-cart {
    background: #def0e9;
    margin-bottom: 1rem;
    padding: 1rem;
}

.speker-details .workshop-cart h3 {
    color: #09432c;
    font-size: 1.2rem;
    font-family: "Cairo-Medium";
}

.speker-details .workshop-cart .list-inline p {
    font-size: 1rem;
    color: #6e6e6e;
}

.speker-details .workshop-cart .las {
    margin-right: 5px;
    font-size: 1rem;
    vertical-align: middle;
    color: #09432c;
}

/* Paralll Session Themes */
.pstheme-blue .theme-info .themes-right,
.pstheme-blue .workshop-info .timeline>li>.timeline-panel,
.pstheme-blue .workshop-info .timeline .timeline-date,
.pstheme-blue .workshop-details-modal .modal-content,
.pstheme-blue .speaker-details-modal .modal-content {
    background: #c6d8e6;
}

.pstheme-blue .theme-info .themes-right h5,
.pstheme-blue .workshop-info .timeline .timeline-inverted .timeline-date h3,
.pstheme-blue .workshop-info .timeline .timeline-inverted .timeline-panel .timeline-title,
.pstheme-blue .workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details .las,
.pstheme-blue .workshop-info .timeline .moderator .profile-description h6,
.pstheme-blue .sessions-list .nav-tabs .active h6,
.pstheme-blue .sessions-list .nav-tabs .active span,
.pstheme-blue .modal-content .wrap .workshop-panel .workshop-title,
.pstheme-blue .modal-content .wrap .workshop-panel .workshop-details .las,
.pstheme-blue .modal-content .wrap .profile-description h6,
.pstheme-blue .speaker-details-modal .speker-details .profile-info h5,
.pstheme-blue .speker-details .workshop-cart h3,
.pstheme-blue .speker-details .workshop-cart .las,
.pstheme-blue .workshop-info .timeline .timeline-inverted .timeline-date .calendar-img {
    /*color: #1e4465;*/
    color:var(--secondary);
}

.pstheme-blue .workshop-info .timeline .timeline-date {
    /*border-right: 2px solid #1e4465;*/
    border-right: 2px solid var(--secondary);
}

.pstheme-blue .workshop-info .timeline .timeline-date .timeline-badge {
    background: #1e4465;
}

.pstheme-blue .sessions-list .nav-tabs .active {
    border-bottom: 5px solid #1e4465;
}

.psession-image-placeholder {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    background-color: #d3d3d3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
}

/* The Challenge: Dark green: #09432C Light green(BG): #CDE4DC */
.ps-challange-darkgreen .theme-info .themes-right,
.ps-challange-darkgreen .workshop-info .timeline>li>.timeline-panel,
.ps-challange-darkgreen .workshop-info .timeline .timeline-date,
.ps-challange-darkgreen .workshop-details-modal .modal-content,
.ps-challange-darkgreen .speaker-details-modal .modal-content {
    background: #cde4dc;
}

.ps-challange-darkgreen .theme-info .themes-right h5,
.ps-challange-darkgreen .workshop-info .timeline .timeline-inverted .timeline-date h3,
.ps-challange-darkgreen .workshop-info .timeline .timeline-inverted .timeline-panel .timeline-title,
.ps-challange-darkgreen .workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details .las,
.ps-challange-darkgreen .workshop-info .timeline .moderator .profile-description h6,
.ps-challange-darkgreen .sessions-list .nav-tabs .active h6,
.ps-challange-darkgreen .sessions-list .nav-tabs .active span,
.ps-challange-darkgreen .modal-content .wrap .workshop-panel .workshop-title,
.ps-challange-darkgreen .modal-content .wrap .workshop-panel .workshop-details .las,
.ps-challange-darkgreen .modal-content .wrap .profile-description h6,
.ps-challange-darkgreen .speaker-details-modal .speker-details .profile-info h5,
.ps-challange-darkgreen .speker-details .workshop-cart h3,
.ps-challange-darkgreen .speker-details .workshop-cart .las,
.ps-challange-darkgreen .workshop-info .timeline .timeline-inverted .timeline-date .calendar-img {
    color: #09432c;
}

.ps-challange-darkgreen .workshop-info .timeline .timeline-date {
    border-right: 2px solid #09432c;
}

.ps-challange-darkgreen .workshop-info .timeline .timeline-date .timeline-badge {
    background: #09432c;
}

.ps-challange-darkgreen .sessions-list .nav-tabs .active {
    border-bottom: 5px solid #09432c;
}

/* The Means: Dark Blue: # 1E4465 Light Blue(BG): # C6D8E6 */
.ps-means-darkblue .theme-info .themes-right,
.ps-means-darkblue .workshop-info .timeline>li>.timeline-panel,
.ps-means-darkblue .workshop-info .timeline .timeline-date,
.ps-means-darkblue .workshop-details-modal .modal-content,
.ps-means-darkblue .speaker-details-modal .modal-content {
    background: #c6d8e6;
}

.ps-means-darkblue .theme-info .themes-right h5,
.ps-means-darkblue .workshop-info .timeline .timeline-inverted .timeline-date h3,
.ps-means-darkblue .workshop-info .timeline .timeline-inverted .timeline-panel .timeline-title,
.ps-means-darkblue .workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details .las,
.ps-means-darkblue .workshop-info .timeline .moderator .profile-description h6,
.ps-means-darkblue .sessions-list .nav-tabs .active h6,
.ps-means-darkblue .sessions-list .nav-tabs .active span,
.ps-means-darkblue .modal-content .wrap .workshop-panel .workshop-title,
.ps-means-darkblue .modal-content .wrap .workshop-panel .workshop-details .las,
.ps-means-darkblue .modal-content .wrap .profile-description h6,
.ps-means-darkblue .speaker-details-modal .speker-details .profile-info h5,
.ps-means-darkblue .speker-details .workshop-cart h3,
.ps-means-darkblue .speker-details .workshop-cart .las,
.ps-means-darkblue .workshop-info .timeline .timeline-inverted .timeline-date .calendar-img {
    color: #1e4465;
}

.ps-means-darkblue .workshop-info .timeline .timeline-date {
    border-right: 2px solid #1e4465;
}

.ps-means-darkblue .workshop-info .timeline .timeline-date .timeline-badge {
    background: #1e4465;
}

.ps-means-darkblue .sessions-list .nav-tabs .active {
    border-bottom: 5px solid #1e4465;
}

/* The Dimensions: Dark Green: # 007749.  Light Green(BG): # EFF7F4 */
.ps-dimensions-darkgreen .theme-info .themes-right,
.ps-dimensions-darkgreen .workshop-info .timeline>li>.timeline-panel,
.ps-dimensions-darkgreen .workshop-info .timeline .timeline-date,
.ps-dimensions-darkgreen .workshop-details-modal .modal-content,
.ps-dimensions-darkgreen .speaker-details-modal .modal-content {
    background: #eff7f4;
}

.ps-dimensions-darkgreen .theme-info .themes-right h5,
.ps-dimensions-darkgreen .workshop-info .timeline .timeline-inverted .timeline-date h3,
.ps-dimensions-darkgreen .workshop-info .timeline .timeline-inverted .timeline-panel .timeline-title,
.ps-dimensions-darkgreen .workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details .las,
.ps-dimensions-darkgreen .workshop-info .timeline .moderator .profile-description h6,
.ps-dimensions-darkgreen .sessions-list .nav-tabs .active h6,
.ps-dimensions-darkgreen .sessions-list .nav-tabs .active span,
.ps-dimensions-darkgreen .modal-content .wrap .workshop-panel .workshop-title,
.ps-dimensions-darkgreen .modal-content .wrap .workshop-panel .workshop-details .las,
.ps-dimensions-darkgreen .modal-content .wrap .profile-description h6,
.ps-dimensions-darkgreen .speaker-details-modal .speker-details .profile-info h5,
.ps-dimensions-darkgreen .speker-details .workshop-cart h3,
.ps-dimensions-darkgreen .speker-details .workshop-cart .las,
.ps-dimensions-darkgreen .workshop-info .timeline .timeline-inverted .timeline-date .calendar-img {
    color: #007749;
}

.ps-dimensions-darkgreen .workshop-info .timeline .timeline-date {
    border-right: 2px solid #007749;
}

.ps-dimensions-darkgreen .workshop-info .timeline .timeline-date .timeline-badge {
    background: #007749;
}

.ps-dimensions-darkgreen .sessions-list .nav-tabs .active {
    border-bottom: 5px solid #007749;
}

/* The Goals: Dark Blue: # 598CB9 Light Blue(BG): # E7EEF4 */
.ps-goals-darkblue .theme-info .themes-right,
.ps-goals-darkblue .workshop-info .timeline>li>.timeline-panel,
.ps-goals-darkblue .workshop-info .timeline .timeline-date,
.ps-goals-darkblue .workshop-details-modal .modal-content,
.ps-goals-darkblue .speaker-details-modal .modal-content {
    background: #e7eef4;
}

.ps-goals-darkblue .theme-info .themes-right h5,
.ps-goals-darkblue .workshop-info .timeline .timeline-inverted .timeline-date h3,
.ps-goals-darkblue .workshop-info .timeline .timeline-inverted .timeline-panel .timeline-title,
.ps-goals-darkblue .workshop-info .timeline .timeline-inverted .timeline-panel .workshop-details .las,
.ps-goals-darkblue .workshop-info .timeline .moderator .profile-description h6,
.ps-goals-darkblue .sessions-list .nav-tabs .active h6,
.ps-goals-darkblue .sessions-list .nav-tabs .active span,
.ps-goals-darkblue .modal-content .wrap .workshop-panel .workshop-title,
.ps-goals-darkblue .modal-content .wrap .workshop-panel .workshop-details .las,
.ps-goals-darkblue .modal-content .wrap .profile-description h6,
.ps-goals-darkblue .speaker-details-modal .speker-details .profile-info h5,
.ps-goals-darkblue .speker-details .workshop-cart h3,
.ps-goals-darkblue .speker-details .workshop-cart .las,
.ps-goals-darkblue .workshop-info .timeline .timeline-inverted .timeline-date .calendar-img {
    color: #598cb9;
}

.ps-goals-darkblue .workshop-info .timeline .timeline-date {
    border-right: 2px solid #598cb9;
}

.ps-goals-darkblue .workshop-info .timeline .timeline-date .timeline-badge {
    background: #598cb9;
}

.ps-goals-darkblue .sessions-list .nav-tabs .active {
    border-bottom: 5px solid #598cb9;
}

/* Parallel Session ENDS */

.ps-search-count {
    font-weight: normal !important;
    font-size: 12px !important;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 1 !important;
    background: rgb(220 53 69 / 100%);
    color: #fff !important;
    border: none;
    margin-top: 5px;
    padding: 3px 2px !important;
    position: absolute;
    top: -12px;
    right: 5px;
}

.ps-search-count-green {
    font-weight: normal !important;
    font-size: 12px !important;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 1 !important;
    background: rgb(36 138 98 / 100%);
    color: #fff !important;
    border: none;
    margin-top: 5px;
    padding: 3px 2px !important;
    position: absolute;
    top: -12px;
    right: 5px;
}

/* IMRC Parallel Sessions CSS end */

.fieldsession-timings {
    list-style: none !important;
    padding-left: 16px;
    padding-top: 20px;
    font-size: 1.3rem;
}

.fieldsession-timings .details-page li {
    margin-left: -15px;
}

.gallery-contnettest {}

.genric-copy {
    /*display: none;*/
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

/* ========================================
   Page Loader (Exact Demo Style)
======================================== */

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a1a1f;
    z-index: 10000;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transition: opacity 280ms ease-out, transform 280ms ease-out;
}

/* Loader fade-out */
.page-loader.loader-hidden {
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
}

/* Logo container */
.loader-logo {
    width: 156px;
    height: auto;
}

.loader-logo img {
    width: 100%;
    height: auto;
    display: block;
}

/* Percentage Bottom Right */
.loader-percentage {
    position: absolute;
    bottom: 20%;
    right: 50px;
    font-size: 90px;
    font-weight: 300;
    color: #ffffff;

    letter-spacing: -2px;
    font-variant-numeric: tabular-nums;
}

/* Progress Bar Container Bottom */
.loader-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 50px;

    background: rgba(255, 255, 255, 0.05);
}

/* Progress Bar Fill */
.loader-bar {
    height: 100%;
    width: 0%;

    background: #9DD9A0;
    /* Bright Green */

    transition: width 60ms linear;
}

/* Prevent scrolling during loading */
body.loading {
    overflow: hidden;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

    .page-loader {
        transition: opacity 100ms ease-out;
    }

    .page-loader.loader-hidden {
        transform: none;
    }

    .loader-bar {
        transition: none;
    }
}


.question-cards-stack {
    position: relative;
    height: 210px;
    margin-top: 8px;
    max-width: 520px;
    display: flex;
    width: 100%;
}

.question-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(24px) scale(0.92);
    pointer-events: none;
    z-index: 0;
}

.question-card.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    z-index: 3;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.question-card.next {
    opacity: 0.5;
    transform: translateY(12px) scale(0.97);
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.question-card.next2 {
    opacity: 0.25;
    transform: translateY(22px) scale(0.94);
    z-index: 1;
    box-shadow: none;
}

.question-card .q-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question-card .q-icon img {
    width: 72px;
    height: 72px;
}

.question-card p {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.4 !important;
    color: #2a3a3a !important;
}

.section-02-image {
    position: relative;
    width: 100%;
    height: 550px;
    border-radius: 0;
    overflow: hidden;
}

/* Swimming fish */
.fish {
    position: absolute;
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.section-02:hover .fish {
    opacity: 0.18;
}

.fish svg {
    width: 100%;
    height: 100%;
}

.fish-1 {
    width: 30px;
    height: 16px;
}

.fish-2 {
    width: 22px;
    height: 12px;
}

.fish-3 {
    width: 26px;
    height: 14px;
}

.fish-4 {
    width: 18px;
    height: 10px;
}

.fish-5 {
    width: 24px;
    height: 13px;
}

/* Decorative seaweed */
.image-right-col .section-02-decor {
    position: absolute;
    bottom: -10px;
    left: -20px;
    width: 200px;
    pointer-events: none;
    transform-origin: bottom center;
    animation: seaweedSway 4s ease-in-out infinite;
}
.image-right-col .section-02-decor.grassRight{
    left:inherit;
    right:0;
}
.image-right-col .section-02-decor.grassRight.w-50{
    width:50%;
}

.section-02-decor img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes seaweedSway {

    0%,
    100% {
        transform: rotate(0deg) translateX(0);
    }

    25% {
        transform: rotate(2deg) translateX(4px);
    }

    50% {
        transform: rotate(-1.5deg) translateX(-3px);
    }

    75% {
        transform: rotate(1deg) translateX(2px);
    }
}

/* ========================================
           Section 03 - Conference Themes
        ======================================== */
.section-03 {
    position: relative;
    z-index: 1;
    background: #0E3234;
    padding: 100px 50px;
    clip-path: inset(0);
}

.section-03::before {
    content: '';
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    background-image: url('OBJECTS.svg');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}

.seaweed-light-overlay {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seaweed-light-overlay svg {
    height: 100%;
    width: auto;
    overflow: visible;
}

.seaweed-light-path {
    fill: none;
    stroke: rgba(255, 255, 255, 0.7);
    stroke-linecap: round;
    opacity: 0;
    filter: blur(1.5px);
    will-change: stroke-dashoffset, opacity;
}

.seaweed-light-path.active {
    animation: lightTravel var(--duration) ease-in-out forwards;
}

@keyframes lightTravel {
    0% {
        opacity: 0;
        stroke-dashoffset: var(--dash-length);
    }

    12% {
        opacity: var(--peak-opacity);
    }

    50% {
        opacity: var(--peak-opacity);
    }

    88% {
        opacity: var(--peak-opacity);
    }

    100% {
        opacity: 0;
        stroke-dashoffset: calc(var(--dash-length) * -1);
    }
}

.theme-card-arrow {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.theme-card-arrow svg {
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.congress-themes .card:hover .theme-card-arrow {
    border-color: var(--primary);
    background: var(--primary);
}

.congress-themes .card:hover .theme-card-arrow svg {
    color: #0a1a1f;
}

canvas.ripple-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: auto;
    cursor: pointer;
    border-radius: 0;
}

.glContainer {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 0;
    overflow: hidden;
}

/*#glImage {*/
/*    visibility: hidden;*/
/*    position: absolute;*/
/*    width: 0;*/
/*    height: 0;*/
/*}*/
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 30, 40, 0.25);
    z-index: 1;
}
.hero-overlay.top{
    height: 250px;
    background: linear-gradient(180deg, rgba(0, 20, 30, 0.85) 0%, rgba(0, 25, 35, 0.6) 40%, rgba(0, 30, 40, 0) 100%);
}
.hero-overlay.bottom{
    top: inherit;
    bottom: 0;
    height: 300px;
    background: linear-gradient(0deg, rgba(0, 20, 30, 0.9) 0%, rgba(0, 25, 35, 0.5) 50%, rgba(0, 30, 40, 0) 100%);
}
.person-slider{
    position:relative;
    z-index:1;
}
.person-slider img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.person-slider .credit{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: linear-gradient(180deg, rgba(11, 35, 25, 0) 3.8%, rgba(0, 0, 0, 0.55) 95%);
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: flex-end;
    gap: 0.4rem;
    height: 100%;
}
.person-slider .credit .copyright{
    font-weight:normal;
    top:1px;
    position:relative;
    font-size:1rem;
}
.person-slider .credit p{
    margin-bottom:0;
    display:flex;
}
.g-60{
    gap:60px;
}

.previous-isbw-title {
	color:var(--secondary);
	font-weight: 400;
}
.previous-isbw-title>strong{
    color:var(--secondary);
	font-weight: 700;
}

.previous-isbws {
	font-family: Cairo;
	font-weight: 500;
	font-style: Medium;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 38px;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: capitalize;
	list-style-type: none;
    padding: 0;
    margin: 0;

}

.previous-isbws li {
	list-style: none;
    font-family: Cairo-Regular;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    border-bottom: 1px solid #cccccc;
	color: #494D56;
	padding:8px 0;
}

.previous-isbws li:last-child{
    border-bottom:none;
}
.bg-lightgray{
    background-color:#E7ECF0;
}

.section-spacer-64{
    /*padding-top:64px;*/
    /*padding-bottom:64px;*/
}
.bg-theme-color1-E7ECF0{
    background-color:#E7ECF0;
}
.bg-theme-color2-0C2A2C *:not(button):not(.btn):not(a){
    color:white;
}
.bg-theme-color2-0C2A2C{
    background-color:#0C2A2C;
}


.call-for-sponsors {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0px 0px 20px 0;
    gap: 24px;
}

.sponsors-call {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}
.sponsors-call p{
    color:var(--text);
    margin-bottom:0;
}

.invite .sponsors-call div.clip-text {
    
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: var(--text);
    margin-bottom: 0.5rem;
    display:none;
}

    .invite .sponsors-call div.clip-text.expanded {
        -webkit-line-clamp: unset !important;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

.invite .sponsors-call .read-more {
    background-color: #ffffff;
    color: rgba(var(--cta-color), 1);
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.05);
    border: none;
    font-weight: bold;
    padding: 13px 25px;
    border-radius: 2rem;
    text-transform:capitalize;
}

.invite .sponsors-call .read-more:hover,
.invite .sponsors-call .read-more:focus,
.invite .sponsors-call .read-more:active {
    color: #ffffff;
    background-color: rgba(var(--secondary-color));
}

.invite .sponsors-call .read-more i {
    padding-left: 4px;
    color: inherit !important;
}

.call-for-sponsors h3 {
    font-family: Cairo-Medium;
    font-size: 2rem;
    line-height: 42px;
    color: var(--secondary);
    margin-bottom: 0;
}


.sponsors-support {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}


.sponsors-support h3 {
    font-family: Cairo-Medium;
    font-size: 2rem;
    line-height: 42px;
    color: var(--secondary);
    margin-bottom: 10px;
}

.sponsors-support ul {
    margin: 0;
    padding: 0;
    /*padding-left: 22px;*/
    list-style: none;
    
}

.sponsors-support ul li {
    color: #494D56;
    padding: 10px 0;
    position: relative;
    padding-left: 22px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.sponsors-support ul li:last-child{
    border-bottom:none;
}

.sponsors-support ul li.sponsor-support-item::before {
    color: var(--primary);
    position: absolute;
    top: 18px;
    background: var(--primary);
    content: "";
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.other-description {
    background-color: #f3faf3;
    padding: 25px;
    border-left:3px solid #7EC683;
}

.bg-theme-color3-tier {
    background-color:#F2F9F3;
}

.sponsors-tiers {
    padding:0 20px;
}

.sponsors-tiers .title {
    text-align:center;
}

.sponsors-tiers .title h3 {
    color: #2C5F67;
}

.sponsors-tiers .tiers-list h4 {
    text-align: center;
    padding: 5px;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight:bold;
}

.sponsors-tiers .tiers-list .subtitle {
    text-align: center;
    padding: 5px;
    background-color: #FFFFFF;
    font-family: Cairo-SemiBold;
    /*text-transform: uppercase;*/
    color: var(--text);
}


.sponsors-tiers .tiers-list ul {
    margin: 0;
    padding: 0;
    padding-left: 22px;
    list-style-position:inside;
}

.sponsors-tiers .tiers-list ul li {
    color: #494D56;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0px;
}

.sponsors-tiers .tiers-list ul li::marker {
    color: #7EC683;
}


.bg-theme-color4-join {
    background-color: #0C2A2C;
}

.sponsors-joinus {
    color: #FFFFFF;
    padding:25px;
}

.sponsors-joinus {
    color: #FFFFFF;
    padding:25px;
}

/* Error Page */
.error-page .error-content h3 {
  color: var(--secondary);
  font-size: 10rem;
  line-height: 1;
}

.error-page .error-content p {
  color: var(--secondary);
  font-size: 2rem;
  text-align: center;
  width: 80%;
  line-height:2.625rem;
}

.error-page .error-content a {
    text-decoration: none;
    color: var(--secondary);
    background-color: var(--primary);
    font-weight: bold;
    font-family: Cairo-Bold;
}

.error-page .error-content a:hover {
  color: var(--text);
}
.error-page .error-content a:last-child{
    background-color:transparent;
    color:var(--secondary);
}
.error-page .error-content a:last-child .icon {
  color: var(--secondary);
  font-size: 1rem;
  /*border-radius: 2rem;*/
  /*border: 2px solid var(--primary);*/
  padding: 0.75rem;
  transition: all 0.2s linear;
}
.error-page .arrow::before {
  font-family: "Line Awesome Free";
  content: "\f30b";
  /* las la-arrow-right */
  font-weight: bold;
  display: inline-block;
}

.error-page .arrow-box {
  font-size: 1rem;
  color: var(--primary);
  /*border-radius: 2rem;*/
  /*border: 2px solid var(--primary);*/
  padding: 0.75rem;
  transition: all 0.2s linear;
  line-height: 1;
}

.error-page .arrow-box:hover {
  color: var(--secondary) !important;
  /*border-color: var(--primary) !important;*/
  /*background-color: var(--primary) !important;*/
}
.gap-4{
    gap: 1.5rem;
}
.gap-2{
    gap:0.5rem;
}
.genric-copy table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
    background-color: transparent;
}
.genric-copy table th{
    padding:.75rem;
    padding-left: 1.5rem;
}
.genric-copy table th,
.genric-copy table td {
    
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.genric-copy table td{
    padding:.75rem;
    padding-left: 1.5rem;
}
.genric-copy table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
}

.genric-copy table thead tr {
    background-color: var(--secondary);
}

.genric-copy table thead th {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
    vertical-align: middle;
    white-space: nowrap;
    font-family:Cairo-SemiBold;
}
.genric-copy table thead th p{
    color:white;
    margin-bottom:0;
}
.genric-copy table thead th p>em{
    display:block;
}
.genric-copy table tbody tr:nth-of-type(odd) {
    background-color: #F6FBFF;
}

.genric-copy ul{
    padding-inline-start:20px;
}
.genric-copy ul li strong,
.genric-copy p strong{
    font-family:Cairo-Bold;
}
#enquiryForm .btn-primary,
#enquiryForm .btn-primary:focus,
#enquiryForm .btn-primary:active,
#enquiryForm .btn-primary:hover{
    background-color:white !important;
    color:var(--secondary) !important;
}

#enquiryForm #lblMsg-enquiry.action{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color:var(--secondary);
    color:white;
}

#pageId_3153 h5,
#pageId_3726 h5{
    margin-bottom:1rem;
}
#pageId_3153,
#pageId_3726,
#pageId_3420,
#pageId_3421,
#pageId_8476{
    padding-top:3rem;
    padding-bottom:1rem;
}
#pageId_3647{
    display:none;
}
[id^="theme-"] {
    scroll-margin-top: 100px; /* header height + a little gap */
}
.rightarrow{
    background-color:white;
    font-family: Cairo-Bold;
    border: none;
    padding: 13px 25px;
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    color:var(--secondary);
    box-shadow: 0px 9px 9px 0px #0000000A;
}
strong{
    font-family:Cairo-Bold;
}
#pageId_3750 .section,
#pageId_3420 .section,
#pageId_3421 .section,
#pageId_8476 .section,
#pageId_9522 .section{
    padding-top:1rem;
    padding-bottom:1rem;
}
#pageId_3750 p strong,
#pageId_3750 li strong,
#pageId_3750 li::marker,
#pageId_3420 p strong,
#pageId_3420 li strong,
#pageId_3420 li::marker,
#pageId_3421 p strong,
#pageId_3421 li strong,
#pageId_3421 li::marker,
#pageId_8476 p strong,
#pageId_8476 li strong,
#pageId_8476 li::marker,
#pageId_9522 p strong,
#pageId_9522 li strong,
#pageId_9522 li::marker
{
    font-weight:700;
    color:var(--secondary);
}
#pageId_9522 ol{
    padding-inline-start:0;
}
.contactPageWrap .contact{
    padding:1rem 0;
    /*border-bottom:1px solid var(--bg-gray);*/
}
.contactPageWrap .contact:last-child{
    border-bottom:none;
}
.contactPageWrap .contact-logo{
    width:350px;
    object-fit:scale-down;
    margin-bottom:1rem;
    height:150px;
}
.contactPageWrap .contact h4{
    font-size:1.5rem;
    font-weight:bold;
    font-family:Cairo-Bold;
    color:var(--secondary);
}
.contactPageWrap .contact .contactDetails{
    display:flex;
    flex-direction:column;
}
.contactPageWrap .contact p{
    color:var(--text);
    font-size:1rem
}
.addsWg--footer{
    display:none !important;
}