@charset "UTF-8";



html,
body {
    overflow-x: hidden;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------
    00. Reset Default CSS
---------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

textarea {
    border: 1px solid #aaa !important
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}



/* ----------------------------------------------------------------------------------------------------------------------------------------------------
    00. font faces
---------------------------------------------------------------------------------------------------------------------------------------------------- */

:root {
    font-size: 16px !important;

    @media (max-width: 768px) {
        font-size: 14px !important;
    }
}

@font-face {
    font-family: "Bahij_TheSansArabic";
    src: url("../fonts/Bahij_TheSansArabic-Plain.ttf?#iefix") format("truetype");
}

@font-face {
    font-family: "sakkal_bold";
    src: url("../../fonts/Sakkal_Majall_regular.ttf");
}

@font-face {
    font-family: "sakkal_regular";
    src: url("../../fonts/Sakkal_Majalla_Bold.ttf");
}

html,
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    font-family: "Bahij_TheSansArabic";
}


.btn-presenter,
.btn-presenter:hover,
.btn-presenter:active,
.btn-presenter:focus-visible {
    color: #fff !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    border-radius: 10px;
    background: #33bba2 !important;
    padding: 16px;
    width: 216px;
    margin: 3.169rem 0;
}

.gap-32px {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.gap-9p {
    /* gap: 9%; */
}

.gap-9p p {
    font-size: 16px;
}

.gap-8p {
    gap: 4%;
    flex-wrap: nowrap
}

.gap-8p .logo {
    border-bottom: 1px solid #FFF;
    padding-bottom: 2em;
    margin-bottom: 2em
}

.gap-12px {
    gap: 12px;
}




/* Start Header */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    padding: 0 3rem;
    box-sizing: border-box;
    backdrop-filter: blur(2px);
    gap: 1rem;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    color: var(--Natural-100, #fff);
    font-family: "Bahij_TheSansArabic";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 0;
}

.header .lang-dropdown {
    border-radius: 4px !important;
    background: #fff !important;
    padding: 0 !important;
    min-width: 98%;
    right: 50%;
    transform: translateX(50%);
    top: calc(100% - 20px) !important;
    z-index: -1;
}

.header .lang-dropdown a {
    padding: 16px;
    color: #4a2d7b !important;
    transition: all 0.2s ease-in-out;
}

.header .lang-dropdown li:last-child {
    border-top: 1px solid #4a2d7b;
}

.header .lang-dropdown a:hover {
    background-color: var(--light-gray) !important;
    color: #4a2d7b !important;
}

.header .language-dropdown {
    background-color: #3c908d;
    padding: 8px 16px !important;
    border-radius: 50px;
    display: flex;
    gap: 8px;
}

@media (max-width: 575.98px) {

    .for-footer button,
    .for-footer a {
        font-size: 14px !important;
        padding: 12px 12px !important
    }

    .modal-footer button {
        font-size: 14px;
    }

    .header .language-dropdown {
        background-color: transparent;
    }

    .header .language-dropdown span {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .header .language-dropdown img:last-child {
        display: none !important;
    }
}

.header .language-dropdown::after {
    display: none;
}

.header .language-dropdown img:last-child {
    filter: contrast(0%) brightness(2);
}

.header .lang-dropdown a:hover {
    background-color: #f2f2f2 !important;
    color: #000 !important;
}

.header .for-lang {
    gap: 8px;
}

.header .for-lang::before {
    display: none !important;
}

.header .language-text {
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.header .lang-dropdown a {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateX(0) translateY(0) !important;
}

.header-mobile {
    display: none;
    top: 85px;
    padding: 0 2rem;
    gap: 1rem;
    z-index: 100;
    height: 80px;
    align-items: baseline;
    height: 85px;
    background: linear-gradient(90deg, rgba(51, 187, 162, 0.8) 0%, rgba(11, 86, 97, 0.8) 100%);
}

@media (max-width: 1200px) {

    .reserve-card {
        padding: 12px !important;
    }

    .header-mobile {
        display: flex;
        justify-content: space-between;
    }

    .pack-details-wrapper .partener-sponsor-container .col-md-4 {
        margin-top: 5em !important
    }

    .pack-details-wrapper .partener-sponsor-container.gap-sm-7em .col-md-4:nth-child(1) {
        margin-top: 0 !important
    }

    .pack-details-wrapper.px-sm-0.pack-details-wrapper {
        margin-top: 12em !important
    }
}

.header-mobile .offcanvas-backdrop {
    display: none;
}

.header-mobile .offcanvas-header .btn-close {
    background-size: 31px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(2%) hue-rotate(272deg) brightness(102%) contrast(102%);
    margin: 0;
}

.header-mobile .offcanvas {
    height: 100vh !important;
    max-height: calc(100vh - 52px) !important;
    background: var(--Linear, linear-gradient(90deg, #0b5661 0%, #33bba2 100%));
}

.header-mobile .offcanvas-header {
    width: 100%;
    justify-content: space-between;
    padding: 0.5rem 2rem !important;
}

.header-mobile .offcanvas-body .header-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header-mobile .offcanvas-body .header-nav-list .dropdown-toggle,
.header-mobile .offcanvas-body .header-nav-list .dropdown-toggle:active {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px !important;
}

.header-mobile .offcanvas-body .header-nav-list-item {
    width: 100%;
}

.header-mobile .offcanvas-body .header-nav-list-item span,
.header-mobile .offcanvas-body .header-nav-list-item button {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    height: auto;
    display: inline-flex;
    width: 100%;
    align-items: center;
    /* justify-content: center;
	 */
    padding: 20px 25px;
    height: 50px;
}

@media (max-width: 1200px) {


    .tabs-container .select-box__list.active {
        display: block !important;
        opacity: 1;
        animation-name: none;
    }

    .select-box__icon {
        transition: transform 0.3s;
    }

    .select-box__icon.rotated {
        transform: translateY(-50%) rotate(180deg) !important;
    }

    .header-mobile .offcanvas-body .header-nav-list-item span:hover,
    .header-mobile .offcanvas-body .header-nav-list-item button:hover,
    .header-mobile .offcanvas-body .header-nav-list-item span:active,
    .header-mobile .offcanvas-body .header-nav-list-item button:active {
        background: linear-gradient(194deg, #17554a 0%, #33bba2 90%);
    }
}

.header-mobile .offcanvas-body .btn-presenter,
.header-mobile .offcanvas-body .btn-presenter:hover,
.header-mobile .offcanvas-body .btn-presenter:active,
.header-mobile .offcanvas-body .btn-presenter:focus-visible {
    margin: 1rem 0 0;
    width: 100%;
}

.header-mobile .offcanvas-body .dropdown {
    width: 100%;
}

.header-logo {
    height: 100%;
}

.header-logo img {
    height: 75px
}

.header-btn {
    border-radius: 10px;
    background: #3279be;
    width: 156px;
    height: 37px;
}

.header-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.header-nav-list li {
    flex: auto
}

.header-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: auto;
}

.header-action div:first-of-type {
    position: relative;
}

.header-action div:first-of-type::before {
    content: "";
    position: absolute;
    height: 108%;
    width: 1px;
    background-color: #fff;
    left: -0.6rem;
    top: -1px;
}

@media (max-width: 1200px) {
    .header-action div:first-of-type::before {
        display: none;
    }
}

.header-action-btn,
.header-action-btn:hover {
    padding: 0.5rem 1rem;
    background-color: #3279be;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

@media (max-width: 1200px) {
    .header-action {
        width: 100%;
    }
}

.header-nav-list .dropdown-toggle,
.header-nav-list .dropdown-toggle:active {
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    font-size: 14px;
}


.header-nav-list li a {
    padding: 0 0.75rem
}

.header-nav-list .dropdown-toggle.btn.show,
.header-nav-list .dropdown-toggle:active.btn.show {
    background: #3c908d;
    border-radius: 0;
    border: none;
}

@media (max-width: 1200px) {

    .header-nav-list .dropdown-toggle.btn.show,
    .header-nav-list .dropdown-toggle:active.btn.show {
        background-color: transparent !important;
        height: auto;
        position: static !important;
        display: flex;
        transform: none;
        border: 1px solid #d9d9d9;
        border-radius: 10px;
    }
}

.header-nav-list .dropdown-menu.show {
    overflow: hidden;
    background: #3c908d !important;
    top: 100% !important;
    transform: translate3d(-50%, 0, 0px) !important;
    display: flex;
    left: 50% !important;
    min-width: 225px;
    flex-direction: column;
    align-items: center;
    /* top: -4px !important;
	 */
    border-radius: 0 0 10px 10px !important;
    padding: 0;
    border: none !important;
}

@media (max-width: 1200px) {
    .header-nav-list .dropdown-menu.show {
        background: transparent !important;
        position: static !important;
        min-width: 100% !important;
        color: #33bba2 !important;
        transform: none !important;
    }
}

.header-nav-list .dropdown-menu.show li {
    width: 100%;
    text-align: center;
}

.header-nav-list .dropdown-menu.show li:last-child a {
    border: 0 !important;
}

.header-nav-list .dropdown-menu.show a.dropdown-item {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 21px 0;
}

.header-nav-list .dropdown-menu.show a.dropdown-item:hover,
.header-nav-list .dropdown-menu.show a.dropdown-item:active {
    background: #30dbbc43;
}

@media (max-width: 1200px) {
    .header-nav-list .dropdown-menu.show a.dropdown-item {
        background-color: #fff;
        color: #33bba2 !important;
        border-radius: 10px;
        background: #fff;
        margin-top: 0.5rem;
        height: 50px;
        padding-top: 0 !important;
        line-height: 50px;
    }

    .header-nav-list .dropdown-menu.show a.dropdown-item:hover,
    .header-nav-list .dropdown-menu.show a.dropdown-item:active {
        color: #fff !important;
        border: 1px solid;
    }
}

@media (max-width: 1200px) {
    .header-display {
        display: none;
    }
}

[dir="ltr"] .header-action div:first-of-type::before {
    left: auto !important;
    right: -0.6rem;
}

/* [dir="ltr"] .header-nav-list .dropdown-toggle {
    flex-direction: row-reverse;
} */

[dir="ltr"] button.dropdown-toggle img {
    transform: translateX(-8px);
}

[dir="rtl"] .header-nav-list .dropdown-menu.show {
    transform: translate3d(0, 0, 0) !important;
    /* left: 0 !important;
	 */
    min-width: 200%;
    right: -50% !important;
    top: 100% !important;
}

[dir="rtl"] button.dropdown-toggle img {
    transform: translateX(-8px);
}

.dropdown-toggle::after {
    border: 0 !important;
}

button.dropdown-toggle img {
    filter: contrast(0%) brightness(2);
}

/* End Header */

/* Start Loader */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- Basic Styles ---------------------------------------------------------------------------------------------------------------------------------------------------- */
.loader {
    background: var(--header-bg);
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: z-index 0s, opacity 0.7s, visibility 0.7s;
    -webkit-transition: z-index 0s, opacity 0.7s, visibility 0.7s;
    -moz-transition: z-index 0s, opacity 0.7s, visibility 0.7s;
}

.loader.in-page-loader {
    background-color: rgba(255, 255, 255, 0.4);
}

.loader.hide {
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    transition: z-index 0s ease 0.7s, opacity 0.7s, visibility 0.7s;
    -webkit-transition: z-index 0s ease 0.7s, opacity 0.7s, visibility 0.7s;
    -moz--transition: z-index 0s ease 0.7s, opacity 0.7s, visibility 0.7s;
}

.loading-loader {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loading-loader::after {
    content: "";
    width: 130px;
    height: 130px;
    left: 0;
    top: 0;
    position: absolute;
    margin: 0 auto;
    border: 12px solid var(--brand-color-to-white);
    border-radius: 50%;
    border-top-color: var(--background-color);
    animation: spin 1.5s linear infinite;
    -webkit-animation: spin 1.5s linear infinite;
}

.loading-loader .logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.loading-loader .logo path {
    fill: var(--brand-color-to-white) !important;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- Responsive Styles ---------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
    .loading-loader {
        width: 200px;
        height: 200px;
    }

    .loading-loader::after {
        width: 200px;
        height: 200px;
    }
}

[dir="ltr"] .breadcrumbs-list .breadcrumbs-item .separator {
    left: 0;
    right: auto;
}

[dir="ltr"] .breadcrumbs-list .breadcrumbs-item:not(:first-child) {
    padding-left: 10px;
    padding-right: 0;
}

[dir="ltr"] select {
    background-position: calc(100% - 10px);
}

[dir="ltr"] .nomination-request .form-wrapper .signature-wrapper .sign-bad-btns {
    right: 22px;
    left: auto;
}

[dir="ltr"] .nomination-request .bordered-terms-conditions ul li::after {
    left: -2.5%;
    right: auto;
}

@media (max-width: 992px) {
    .nomination-request {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .nomination-request .bordered-terms-conditions {
        padding: 38px 40px !important;
    }
}

.nomination-request-for-request form textarea {
    padding: 20px 18px !important;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .banner .timing-container>div {
        width: 48% !important;
    }

    .owl-theme .owl-nav {
        margin-top: 0 !important
    }
}

@media (min-width: 568px) and (max-width: 1024px) {

    .banner-content-counter .col-2 {
        width: 12% !important;
        margin: 32px 0
    }

    .first-spon-hero {
        right: 27% !important;
        min-width: 170px !important;
        height: auto !important
    }

    .second-spon-hero {
        left: 27% !important;
        min-width: 170px !important;
        height: 115px !important;
        padding-top: 4px !important;
        gap: 8px !important
    }

    .second-spon-hero img {
        transform: scale(1) !important
    }

    .banner .timing-container {
        flex-wrap: wrap;
    }

    .footer .container:first-child .gap-9p {
        /* display: grid !important;
        grid-template-columns: repeat(2, 1fr);

        align-items: center;
        margin-bottom: 40px */
    }

    .footer .container:first-child .gap-9p>div {
        align-items: center
    }

    .footer .container:first-child .gap-9p img {
        max-width: 100px !important
    }

    .license {

        padding: 0 12em !important;

    }

    .banner .timing-container .event-timing-container {
        width: 100%;
    }

    .header-logo {
        margin-top: 0 !important;
    }

    .header-nav-mobile div[data-bs-toggle="offcanvas"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 3rem !important;
    }

    .no-gutters.header {
        display: none;
    }

    [dir="ltr"] div[data-bs-toggle="offcanvas"] {
        left: 3rem !important;
    }

    .header-mobile {
        top: 0 !important;
    }

    .offcanvas-body {
        min-height: 100vh;
        background: var(--Linear, linear-gradient(90deg, #0b5661 0%, #0a9178 100%));
        padding-bottom: 100px;
    }

    .header-nav-list {
        height: auto !important;
    }

    .statistics-header-title {
        margin-top: 16px;
        font-size: 1.2em !important;
    }

    .main-supporter {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .aim .col-3,
    .aim .col-6 {
        padding: 0 0.7rem !important;
    }

    .aim-card {
        padding: 3.575rem 1.1375rem !important;
    }

    .importance-content-container {
        margin: 0 !important;
        min-height: 150px !important;
    }

    .importance-content-container {
        padding: 2.125rem 1rem 1.5rem !important;
    }

    .importance-content-data {
        font-size: 16px !important;
    }

    .importance {
        padding-bottom: 10em !important;
        position: relative;
    }

    .importance-border-lower {
        bottom: 0;
        position: absolute;
        right: 0;
        left: 0;
    }

    .exhibtion-paths .row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .exhibtion-paths .row>div {
        width: 100%;
    }

    .exhibtion-paths .row>div:last-child {
        margin-top: 50px !important;
        grid-column: span 2;
    }

    .nomination-request .checked svg {
        z-index: 2 !important;
    }

    .download-file,
    .nomination-request {
        margin-top: 40px !important;
    }

    .nomination-request .nomination-request-inner .nomination-request-item p {
        font-size: 1rem !important;
    }

    .nomination-request .nomination-request-inner {
        margin-top: 25px !important;
    }

    .form-select-phone {
        width: 25% !important;
    }
}

@media (min-width: 568px) and (max-width: 1024px) {
    [dir="ltr"] .header-nav-mobile div[data-bs-toggle="offcanvas"]:first-child {
        right: 3rem !important;
        left: auto !important;
    }

    .header-logo {
        display: flex;
        align-items: center
    }

    .banner {
        min-height: 80vh
    }

    .banner-content-counter-data .desc {
        font-size: 30px !important;
        line-height: 1 !important
    }

    .banner-content-counter-data .label {
        font-size: 20px !important;
    }

    .banner-content-title {
        color: #FFF !important
    }

    .importance .row.mt-3 {
        row-gap: 60px
    }
}

@media (max-width: 567px) {

    .modal label {
        font-size: 14px;
    }

    .modal-footer button {
        width: 100%
    }

    .footer .footer-logos>div:nth-child(1) img {
        padding-bottom: 0 !important
    }

    .footer .footer-logos {
        display: flex !important
    }

    .footer .container:first-child .gap-9p:nth-child(3) {
        order: 3
    }

    .footer .container:first-child .gap-9p:nth-child(2) {
        order: 1
    }

    .footer .container:first-child .gap-9p:nth-child(1) {
        order: 2
    }

    .gap-9p p {
        font-size: 10px !important;
    }

    .header-nav-list .dropdown-menu.show a.dropdown-item {
        padding-right: 25px;
        padding-left: 25px;
    }

    [dir="rtl"] .header-nav-list .dropdown-menu.show a.dropdown-item {
        text-align: right !important
    }

    [dir="ltr"] .header-nav-list .dropdown-menu.show a.dropdown-item {
        text-align: left !important
    }

    .gap-8p {
        /*  flex-direction: column */
        flex-wrap: wrap !important;
        justify-content: center !important;

    }

    .gap-8p .logo {
        display: block;
        max-width: 330px;
        margin: auto;
        border-bottom: 1px solid #FFF;
        padding-bottom: 2em;
        margin-bottom: 2em
    }

    .footer .container:first-child .gap-9p>div:nth-child(1)::after {
        border: 0 !important
    }

    .nomination-request .checked svg {
        z-index: 2 !important;
    }

    .importance .row.mt-3 {
        row-gap: 40px
    }

    .banner-content-title {
        color: #FFF !important
    }

    .footer .container:first-child .gap-9p {
        /* display: grid !important;
        grid-template-columns: repeat(2, 1fr); */

        align-items: center;
        margin-bottom: 0
    }

    .footer .container:first-child .gap-9p>div:nth-child(1) {
        grid-column: 1 / -1;
        position: relative;
        margin-bottom: 20px;
        order: 1
    }

    .footer .container:first-child .gap-9p>div:nth-child(2) {
        order: 2
    }

    .footer .container:first-child .gap-9p>div:nth-child(4) {
        order: 3
    }

    .footer .container:first-child .gap-9p>div:nth-child(3) {
        order: 4
    }

    .footer .container:first-child .gap-9p>div:nth-child(1)::after {
        content: '';
        position: absolute;
        bottom: -20px;
        width: 90%;
        left: 0;
        right: 0;
        border-bottom: 2px solid #FFF
    }

    .footer .container:first-child .gap-9p>div:nth-child(1) img {
        transform: scale(1) !important;
        width: 60%
    }

    .footer .container:first-child .gap-9p>div {
        align-items: center
    }

    .footer .container:first-child .gap-9p img {
        max-width: 100px !important;
        transform: scale(1) !important;
        max-height: 110px;
        min-height: 80px !important;
        object-fit: contain;
    }

    .footer-contacts {
        margin-top: 14px !important
    }

    .footer-media {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

/* End Loader */

/* Start Breadcrumb */

.header {
    background: linear-gradient(90deg, #307CC0 0%, #36B9A0 100%) !important;
    padding: 0 3rem !important;
}

.breadcrumbs {
    background: #f9f9f9;
    display: flex;
    flex-direction: row;
    top: 100px;
    position: fixed;
    width: 100%;
    gap: 1rem;
    right: 0;
    align-items: center;
    z-index: 1;
    min-height: 60px !important;
    z-index: 200;
}

@media (max-width: 1200px) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs-list {
    gap: 10px;
}

.breadcrumbs-list .current {
    display: flex;
    align-items: center;
}

.breadcrumbs-list .current a {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.breadcrumbs-list .prev a {
    font-size: 18px !important;
}

.breadcrumbs-list a {
    font-size: 18px;
    color: #136b6f !important;
}

.breadcrumbs-list .breadcrumbs-item .separator {
    width: 2px;
    background-color: #136b6f;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumbs-list .breadcrumbs-item:not(:first-child) {
    padding-right: 10px;
}

/* End Breadcrumb */

/* Start home-rtl */
.banner {
    height: calc(100vh - 85px);
    position: relative;
    display: list-item;
    margin-top: 85px;
}

.banner .round-num {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .banner {
        /* margin-top: 40px;
		 */
    }
}

@media (max-width: 768px) {

    .banner-content-desc .typewriter:nth-child(1)::before,
    .banner-content-desc .typewriter:nth-child(1)::after {
        height: 20% !important;
        bottom: 4px !important
    }

    .banner-content-desc .typewriter:nth-child(1)::before {

        width: 20% !important;
        right: 63% !important;
    }

    .gap-8p .logo {
        display: block;
        max-width: 330px;
        margin: auto;
        border-bottom: 1px solid #FFF;
        padding-bottom: 2em;
        margin-bottom: 2em
    }

    .gap-8p {
        /*  flex-direction: column */
    }

    .banner {
        height: 600px;
        margin-top: 0 !important
    }

    .banner .timing-container {
        margin-top: 20px !important;
    }

    .license {
        /*  order: 20;
        flex: 100%;
        padding: 0 8em;
        margin-top: 32px; */
        padding: 0 !important
    }

    .license img {
        /*  transform: scale(1) !important */
    }
}

.banner .gap-16px {
    gap: 12px;
}

.banner img,
.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}

.banner .timing-container {
    flex-direction: column;
    margin-top: 16px;
}

.banner .event-timing-container {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.25);
    padding: 10px 24px;
}

.banner .event-timing-container .icon-container {
    padding: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
}

.banner .event-timing-container span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    flex: 1
}

@media (max-width: 567px) {

    .banner-content-title {
        padding: 5px 8px 10px !important;
    }

    .banner-content-counter .col-md-3 {
        padding: 0 !important;
        display: flex;
        justify-content: center;
        padding-right: 4px !important;
        padding-left: 4px;
    }

    .banner img {
        width: 100%
    }

    .banner-content-counter-data .label {
        font-size: 10px !important;

    }

    .first-spon-hero {
        transform: translateX(-10%) !important;
        padding: 10px 5px !important;
        height: auto !important;
        border-radius: 0px 8px 8px 0px !important;
        border-width: 2px !important;
        align-items: center !important;
        min-width: 90px !important
    }

    .second-spon-hero {
        transform: translateX(10%) !important;
        padding: 10px 5px 10px !important;
        height: auto !important;
        border-radius: 8px 0px 0px 8px !important;
        border-width: 2px !important;
        min-width: 90px !important;
        height: 50px !important;
        gap: 6px !important
    }

    .spon-separtor {
        height: 22px !important;
        min-height: auto !important
    }

    .second-spon-hero>div {
        height: 100%
    }

    .first-spon-hero p,
    .second-spon-hero p {
        font-size: 4px;
    }

    .first-spon-hero img {
        width: 85px !important;
        object-fit: contain !important
    }

    .banner-content .banner-content-title::before {
        content: "";
        position: absolute;
        width: 25%;
        top: 20px;
        height: 14%;
        background-color: rgb(51, 187, 162);
        right: 11%;
        z-index: -1;
    }

    .second-spon-hero img {
        width: 22px !important
    }

    .first-spon-hero .main-partener,
    .second-spon-hero .main-partener {
        gap: 0 !important
    }

    .banner-content-counter-data .desc {
        font-size: 16px !important
    }


    .banner .event-timing-container span {
        font-size: 8px;
    }

    .banner .event-timing-container .icon-container {
        padding: 2px;
        width: 20px;
        height: 20px;
    }

    .banner-content-counter .col-md-3 {
        width: 10%
    }
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content-title {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2px);
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    width: 100%;
    padding: 5px 32px 10px;
    font-size: 40px;
    position: relative;
}

.banner-content-title::before {
    content: "";
    position: absolute;
    width: 23%;
    bottom: 10px;
    height: 35%;
    background-color: rgb(51, 187, 162);
    right: 4%;
    z-index: -1;
}

[dir="ltr"] .banner-content-title::before {
    width: 24%;
    right: auto !important;
    left: 3%;
}

@media (max-width: 768px) {
    .banner-content-title {
        font-size: 14px;
        border-radius: 12px;
        font-weight: bold;

    }




    .round-num {
        margin-top: 4em !important;
        font-size: 12px !important;
    }
}

.banner-content-desc {
    margin-top: 3rem;
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

@media (max-width: 768px) {
    .banner-content-desc {
        font-size: 8.85px;
        margin-top: 8px;
        color: #0b5661;
    }
}

.banner-content-counter {
    margin-top: 32px;
    color: #fff;
    display: flex;
    align-items: center;
}

.banner-content-counter-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.5rem;
}

.banner-content-counter-data .label {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: inline-flex;
    margin-right: 10px;
}

@media (max-width: 768px) {

    .banner-content-counter {
        margin-top: 14px
    }

    .banner-content-counter-data .label {
        font-size: 10px;
        margin-right: 0;
    }
}

.banner-content-counter-data .desc {
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.5rem;
    margin-left: 25px;
    display: inline-flex;
}

@media (max-width: 768px) {
    .banner-content-counter-data .desc {
        font-size: 20px;
        margin: 0 !important;
        line-height: 1
    }
}

@media (max-width: 1200px) {
    .banner-content {
        top: 145px;
    }
}

.white-bg {
    background-color: #fff;
    height: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .white-bg {
        position: static;
        height: auto;
        padding: 0;
    }
}

.status {
    width: 101%;
    display: flex;
    bottom: -180%;
    /* transform: translateX(-50%) translateY(60%);
	 */
    /* left: 50%;
	 */
    /* right: 6px;
	 */
    left: 0;
    /* &::after {
		 content: "";
		 position: absolute;
		 left: 0.9px;
		 top: 12px;
		 height: 5vh;
		 width: 65%;
		 background-color: #33bba2;
		 z-index: 1;
	}
	 */
}

.status img {
    width: 60px;
    z-index: 100;
}

@media (max-width: 768px) {
    .status img {
        width: 23px;
    }
}

@media (max-width: 768px) {
    .status {
        position: static;
        width: 100%;
        /* transform: translateX(-10px); */
    }
}

@media (max-width: 768px) {
    .status .status-text {
        font-size: 14px;
        white-space: nowrap;
    }

    .status .status-text:nth-of-type(1) {
        font-size: 14px
    }
}

.status-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-align: center;
    flex-direction: column;
    padding: 3rem;
}

.status-calender {
    background-color: #33bba2;
    position: relative;
}

@media (max-width: 768px) {
    .status-calender {
        background-color: #3279be;
        order: 4;
        border-radius: 0;
    }
}

.status-time {
    background: #2a55a1;
}

@media (max-width: 768px) {
    .status-time {
        background: #33bba2;
        border-radius: 0;
        order: 1;
    }
}

.status-location {
    background: #3279be;
}

@media (max-width: 768px) {
    .status-location {
        background-color: #2a55a1;
        order: 3;
        border-radius: 0;
    }
}

.status::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 10px;
    height: 93%;
    width: 98%;
    border-width: 1px;
    z-index: 100;
    transform: translateX(50.3%);
}

@media (max-width: 768px) {
    .status::before {
        width: 95%;
        border-radius: 0;
        right: 50%;
        transform: translateX(50%) translateY(-50%);
        height: 90%;
        top: 50%;
    }
}

@media (min-width: 1600px) {
    .status::before {
        transform: translateX(50.1%);
    }
}

.round {
    background-color: #005563;
    gap: 2rem;
}

.round-border-upper {
    transform: scale(-1);
    position: absolute;
    top: 0;
}

.suporter {
    padding: 100px 0;
}

.suporter .owl-nav {
    transform: translateY(20%);
    width: 102% !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: transparent !important
}

.main-suporter-carousel {
    position: relative;
}

.main-suporter-carousel .owl-nav {
    top: 50%;
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: space-between
}

.suporter .vector-1,
.suporter .vector-2 {
    position: absolute;
    height: 75%;
    top: 50%;
    transform: translateY(-50%)
}

.suporter .vector-2 {
    transform: translateY(-40%) !important;
}

[dir="ltr"] .suporter .vector-2 {
    left: auto;
    right: -10%
}

@media (max-width: 768px) {

    .suporter .vector-1,
    .suporter .vector-2 {
        display: none;
    }
}

.suporter .vector-1 {
    right: -2%;
}

.suporter .vector-2 {
    left: -10%;
}

.suporter-title {
    position: relative;
    color: #005563;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.suporter-title::after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/common/border.svg);
    /* background-size: cover;
	 */
    left: 50%;
    height: 6px;
    width: 49%;
    transform: translateX(-50%);
    bottom: -15px;
}

.suporter-carousel {
    margin-top: 2rem;
    margin-right: 50px;
    margin-left: 50px;
}

.suporter-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 50%;
    font-size: 3rem;
    font-weight: normal;
    color: #0b5661;
    margin-top: 0 !important;
    transform: translateY(-50%)
}

.suporter-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
    text-decoration: none;
    color: #0b5661;
}

.suporter-carousel .owl-stage-outer {
    margin: 0 2rem;
}

.suporter-carousel .owl-stage {
    display: flex;
    gap: 2rem;
    padding: 2rem;
}

.suporter-carousel .owl-stage img {
    /* height: 108px; */
    object-fit: contain;
    margin: 40px 0 20px;
}

.suporter-carousel .owl-data {
    border-radius: 0px 0px 15px 0px !important;
    border-top: 1px solid #0b5661 !important;
    border-right: 1px solid #0b5661 !important;
    border-bottom: 1px solid #0b5661 !important;
    padding: 0 1rem;
    height: 100%
}

.suporter-carousel .owl-data-desc {
    color: #3f7fc2;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
    padding: 0.5rem;
    position: absolute;
    top: -18px;
    left: 0px;
    z-index: 10;
    /* display: none; */
}

@media (max-width: 768px) {
    .suporter svg {
        width: 10px !important;
    }
}

.round {
    /* padding: rem(100px) 0 0;
	 */
    position: relative;
    z-index: 0;
    min-height: 550px;
}

.round-carousel {
    /* margin-top: 4rem;
	 */
}

.round-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: -1;
    width: 90%;
    right: 50%;
    top: 50%;
    font-size: 3rem;
    font-weight: normal;
    color: #fff;
    transform: translateY(-50%) translateX(50%);
    z-index: 100;
}

.round-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
    text-decoration: none;
    color: #fff;
    right: -24px;
}

.round-carousel .owl-dots {
    bottom: 10px;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
}

.round-carousel .owl-stage {
    display: flex;
    gap: 0;
    padding: 0;
    height: 100%;
}

.round-carousel .owl-stage .owl-item {
    height: 100%;
}

.round-carousel .owl-stage img {
    height: 100%;
    object-fit: cover;
}

.round-carousel .owl-data {
    border-radius: 0px 0px 15px 0px !important;
    border-top: 1px solid #0b5661 !important;
    border-right: 1px solid #0b5661 !important;
    border-bottom: 1px solid #0b5661 !important;
    padding: 0;
}

.round-carousel .owl-data-desc {
    color: #3f7fc2;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
    padding: 0.5rem;
    position: absolute;
    top: -18px;
    left: 0px;
    z-index: 10;
}

.round-carousel .owl-dots .owl-dot span,
.round-carousel .owl-dots .owl-dot span {
    background: #026576 !important;
    border-radius: 2px !important;
    margin: 5px !important;
}

.round-carousel .owl-dots .owl-dot.active span,
.round-carousel .owl-dots .owl-dot:hover span {
    background-color: #33bba2 !important;
}

@media (max-width: 768px) {
    .round {
        padding: 0 0 0;
    }

    .round .owl-carousel {
        margin: 0;
    }
}

.presenter {
    padding: 100px 0;
    background-color: #005563;
}

.presenter-title {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.presenter-title::after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/common/border.svg);
    /* background-size: cover;
	 */
    left: 50%;
    height: 6px;
    width: 49%;
    transform: translateX(-50%);
    bottom: -15px;
}

.presenter-carousel {
    margin-top: 2rem;
}

.presenter-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 50%;
    font-size: 3rem;
    transform: translateY(-175%) translateX(-.5%);
    font-weight: normal;
    color: #fff;
    margin: 0 !important
}

.presenter-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
    text-decoration: none;
    color: #fff;
}

.presenter-carousel .owl-stage-outer {
    margin: 0 2rem;
}

.presenter-carousel .owl-stage {
    display: flex;
    gap: 3.5rem;
    padding: 2rem;
}

.presenter-carousel .owl-stage img {
    /* object-fit: contain;
    transform: scale(.8); */
}

.importance {
    background-color: #2a55a1;
    gap: 2rem;
}

.importance .row.mt-3 {
    margin-top: 106px !important;
}

.importance-title {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.importance-title::after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/common/border.svg);
    /* background-size: cover;
	 */
    left: 50%;
    height: 6px;
    width: 49%;
    transform: translateX(-50%);
    bottom: -15px;
}

.importance-border-upper {
    transform: scale(-1);
}

.importance-content-container {
    padding: 3.125rem 1rem 1.5rem;
    height: 85%;
    margin: 1rem;
    border-radius: 15px;
    border: 1px solid #fff;
    position: relative;
}

@media (max-width: 768px) {
    .importance-content-container {
        height: auto;
    }
}

.importance-content-label {
    color: #33bba2;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    position: absolute;
    top: -45px;
    right: 0;
}

.importance-content-label-number {
    position: relative;
    right: 46px;
    z-index: 1;
    top: 20px;
}

.importance-content-data {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.importance .uppercase {
    position: relative;
    top: -6px;
}

.aim {
    background-image: url(../images/goals/goals-bg.svg);
    padding: 100px 0 15em;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media (max-width: 768px) {
    .aim {
        background-image: none;
        padding: 100px 0 27em;
    }
}

.aim .col-3,
.aim .col-6 {
    padding: 0 35px;
}

.aim .bottom-logo {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .aim .bottom-logo {
        width: 100%;
    }
}

.aim-title {
    color: #005563;
    position: relative;
    text-align: center;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.aim-title::after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/common/border.svg);
    /* background-size: cover;
	 */
    left: 50%;
    height: 6px;
    width: 100%;
    transform: translateX(-50%);
    bottom: -15px;
}

.aim-card {
    border-image: linear-gradient(to right, #0b5661 0%, #33bba2 100%) 1;
    border-radius: 15px;
    /* this doesn't work */
    border: 1px solid;
    padding: 30px 23px;
}

.aim-card.diff {
    height: 70%;
}

.aim-card img {
    top: -2em;
    right: 50%;
    transform: translateX(50%);
}

.aim-card p {
    font-size: 18px;
    color: #005563;
    line-height: 28px;
    text-align: center;
    /* padding: 30px 23px */
}

.aim-content {
    padding: 0 0.4rem;
}

.aim-content-data {
    color: #33bba2;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 80%;
}

.aim-content-seprator {
    background: #2a55a1;
    height: 4px;
    width: 50%;
}

.aim-content:nth-of-type(even) .aim-content-container {
    border-radius: 100px 100px 0px 0px;
    border-top: 3px solid #33bba2;
    border-left: 3px solid #33bba2;
    height: 550px;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
    gap: 24px;
}

@media (max-width: 768px) {
    .aim-content:nth-of-type(even) .aim-content-container {
        height: auto;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
}

.aim-content:nth-of-type(odd) .aim-content-container {
    border-radius: 0px 0px 100px 100px;
    border-right: 3px solid #33bba2;
    border-bottom: 3px solid #33bba2;
    height: 550px;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
    gap: 24px;
}

@media (max-width: 768px) {
    .aim-content:nth-of-type(odd) .aim-content-container {
        height: auto;
        margin-bottom: 0rem;
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .aim .row {
        flex-direction: column;
        display: flex;
        gap: 60px;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .aim .col-3 {
        width: 80%;
        margin: auto;
    }

    /*     .aim .col-3:nth-child(1) img {
        top: -15%;
    }

    .aim .col-3:nth-child(2) img {
        top: -35%;
    }

    .aim .col-3:nth-child(3) img {
        top: -30%;
    } */

    .aim-card img {
        top: -2.5em
    }
}

.exhibtion-paths {
    background-image: url(../images/goals/goals-bg.svg);
    padding: 100px 0 150px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .exhibtion-paths {
        padding: 100px 0 100px;
        background-image: none;
        background-color: #f9f9f9;
    }
}

@media (max-width: 768px) {
    .exhibtion-paths .row .col-12 {
        margin-top: 10px;
    }
}

.exhibtion-paths-title {
    position: relative;
    color: #005563;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.exhibtion-paths-title::after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/common/border.svg);
    /* background-size: cover;
	 */
    left: 50%;
    height: 6px;
    width: 49%;
    transform: translateX(-50%);
    bottom: -15px;
}

.exhibtion-paths .bg-green {
    background-color: #33bba2;
    color: #fff;
}

.exhibtion-paths .bg-blue {
    background-color: #2c55a2;
    color: #fff;
}

.exhibtion-paths .exhibtion-card {
    padding: 8px;
    border-radius: 8px 8px 8px 0px !important;
}

.exhibtion-paths .bg-bold-green {
    background-color: #0d6936;
    color: #fff;
}

.exhibtion-paths .num {
    width: 23px;
    height: 23px;
}

@media (max-width: 768px) {

    .exhibtion-paths .num {
        width: auto !important;
        height: auto !important;
    }

    .exhibtion-paths .num {
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.exhibtion-paths .body {
    padding: 4px 0;
    flex: 1;
}

@media (max-width: 768px) {
    .exhibtion-paths .body {
        font-size: 12px;
    }
}

.apply {
    padding: 100px 0 115px;
    margin-top: 3rem;
}

.apply-title {
    position: relative;
    color: #005563;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.apply-title::after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/common/border.svg);
    /* background-size: cover;
	 */
    left: 50%;
    height: 6px;
    width: 49%;
    transform: translateX(-50%);
    bottom: -15px;
}

.apply-content {
    background-color: #005563;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.apply-content-label {
    margin-bottom: 1rem;
    font-size: 20px;
    position: relative;
}

.apply-content-label-number {
    position: absolute;
    right: 10px;
}

.apply-content-title {
    font-size: 18px;
}

.apply-content-desc {
    font-size: 12px;
}

.apply-content-container {
    height: 227px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0.8rem 2rem;
    text-align: center;
    gap: 0.5rem;
}

.apply-content-container:first-of-type,
.apply-content-container:last-of-type {
    background-color: #005563;
}

.apply-content-container:nth-of-type(2),
.apply-content-container:nth-of-type(5) {
    background-color: #33bba2;
}

.apply-content-container:nth-of-type(3) {
    background-color: #2a55a1;
}

.apply-content-container:nth-of-type(4) {
    background-color: #3279be;
}

.apply-action,
.apply-action:hover,
.apply-action:active,
.apply-action:focus-visible {
    border-radius: 15px;
    background: #3279be;
    padding: 1rem 2.5rem;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contributors {
    padding-top: 100px;
}

.contributors-data {
    background: #33bba2;
    color: #fff;
    padding: 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    height: 166px;
}

.contributors-data:first-of-type {
    border-radius: 0px 15px 0px 0px;
}

.contributors-data:last-of-type {
    border-radius: 15px 0px 0px 0px;
}

@media (max-width: 768px) {
    .contributors-data {
        height: auto;
        border-radius: 0 !important;
        margin-bottom: 1rem;
    }
}

.contributors-image-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .contributors-image-container {
        justify-content: center;
        gap: 8px;
    }
}

.media {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .media {
        padding: 50px 0;
    }
}

.media-title {
    position: relative;
    color: #005563;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.media-title::after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/common/border.svg);
    /* background-size: cover;
	 */
    left: 50%;
    height: 6px;
    width: 49%;
    transform: translateX(-50%);
    bottom: -15px;
}

.media-desc {
    color: #9f9f9f;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 3rem;
}

.media-content {
    margin-top: 4rem;
}

.media-content-container {
    border-radius: 15px;
    border: 1px solid #ada9ae;
    padding: 0 1rem 2rem;
}

.media-content-title {
    color: #33bba2;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: start;
}

.media-content-desc {
    margin-top: 1rem;
}

.media-content-desc span {
    color: #5a5a5a;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.media-content-desc-more {
    color: #33bba2;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.media-content-image img {
    position: relative;
    top: -20px;
    border-radius: 15px;
}

.media-content .owl-carousel .owl-stage-outer {
    padding-top: 20px;
}

.media-content .owl-data {
    padding: 0 10px;
}

.media-action,
.media-action:hover,
.media-action:active,
.media-action:focus-visible {
    border-radius: 15px;
    background: #3279be;
    padding: 1rem 2.5rem;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistics {
    /* background-color: #2a55a1;
	 */
    padding: 0 0 5px;
    background-color: #f9f9f9;
}

.statistics-header {
    position: relative;
}

.statistics-header-title {
    color: #005563;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 60px 1rem;
    display: flex;
    gap: 1.2rem;
}

@media (max-width: 768px) {
    .statistics-header-title {
        flex-direction: column;
        gap: 3px;
        margin-top: 25px;
    }

    .statistics-header-title span.bold {
        font-size: 20px;
    }

    .statistics-header-title span:not(.bold) {
        border-right: 3px solid #005563;
        padding-right: 10px;
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .statistics-header-title {
        font-size: 0.875rem;
        padding: 0.75rem 1rem;
    }
}

.statistics-header-title .bold {
    color: #005563;
    font-weight: 900;
    position: relative;
}

.statistics-header-title .bold::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 75%;
    background-color: #005563;
    left: -20px;
    top: 6px;
}

.statistics-header img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.statistics-content {
    margin-bottom: 4rem;
}

.statistics-content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1rem;
    flex-direction: column;
}

.statistics-content-container-title {
    color: #005563;
    font-size: 18px;
    margin-top: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: 55px;
    text-align: center;
}

.statistics-content-container-data {
    border-radius: 0px 0px 15px 0px;
    color: #33bba2;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-direction: row;
    padding: 0.8rem;
    gap: 1.5rem;
    display: flex;
    align-items: center;
    height: 90px;
}

.statistics-content-container-data .upper-case {
    position: relative;
    top: -10px;
    font-size: 14px;
}

.statistics-content-container-data-desc {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.typewriter {
    display: inline-block;
    white-space: nowrap;
    /*  overflow: hidden;
    overflow-x: visible */
    /* Set border color to white and width to 5px on the left */
}

@media (max-width: 768px) {
    .typewriter {
        color: #FFF !important;
        font-size: 10px;
        white-space: inherit !important
    }
}

/* @keyframes typing {
	 from {
		 width: 0;
	}
	 to {
		 width: 100%;
	}
}
 @keyframes blink-caret {
	 from, to {
		 border-left-color: transparent;
	}
	 50% {
		 border-left-color: white;
	}
}
 @keyframes hide-border {
	 to {
		 border-left-color: transparent;
	}
}
 .delay {
	 display: inline-block;
	 white-space: nowrap;
	 overflow: hidden;
	 border-left: 5px solid transparent;
	 width: 0;
	 animation: typing2 4s steps(40, end) 3s forwards, blink-caret2 0.75s step-end infinite 3.75s forwards, hide-border2 0s linear 7s forwards;
}
 @keyframes typing2 {
	 from {
		 width: 0;
	}
	 to {
		 width: 100%;
	}
}
 @keyframes blink-caret2 {
	 from, to {
		 border-left-color: transparent;
	}
	 50% {
		 border-left-color: white;
	}
}
 @keyframes hide-border2 {
	 to {
		 border-left-color: transparent;
	}
}
 */
.gap-5px {
    gap: 5px;
}

.gap-12 {
    gap: 12px;
}

.gap-10px {
    gap: 10px;
    justify-content: space-between;
    position: relative;
}

.gap-10px::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    width: 4px;
    height: 30px;
    background-color: #33bba2;
    border-radius: 10px;
}

.gap-10px:first-child span.statistics-number {
    color: #fff;
    width: 100px;
    background-color: #33bba2;
    border-radius: 100px;
    text-align: center;
}

.gap-10px:last-child p {
    color: #3279be;
}

.gap-10px:last-child span.statistics-number {
    color: #fff;
    width: 100px;
    background-color: #3279be;
    border-radius: 100px;
    text-align: center;
}

.gap-10px:last-child::after {
    background-color: #3279be;
}

.mt-5p {
    margin-top: 5%;
}

.mt-80 {
    margin-top: 80px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-100 {
    margin-bottom: 48px;
}

.main-supporter {
    border-radius: 0px 0px 15px 0px !important;
    position: relative;
    border-right: 1px solid #0b5661 !important;
    border-bottom: 1px solid #0b5661 !important;
    padding: 1rem;
    flex: 1;
}

.supporter-title {
    color: #3f7fc2;
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid;
    align-self: center;
    padding-bottom: 5px
}

.supporter-desc {
    color: #FFF;
    margin-top: 24px;
    font-style: italic;
    font-weight: 900 !important;
}

.supporter-desc h5 {
    font-size: 22px;
}

.supporter-desc span {
    color: #33bba2;
    margin-top: 12px;
}

.main-supporter-desc {
    color: #3f7fc2;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* background-color: #fff;
	 */
    padding: 0.5rem;
    position: absolute;
    top: -10%;
    right: 50%;
    z-index: 10;
    transform: translateX(50%);
    width: 100%;
    text-align: center;
}

.main-supporter-desc::after {
    content: '';
    position: absolute;
    width: 15%;
    top: 50%;
    left: 0;
    background-color: #005563;
    height: 1px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .main-supporter {
        margin-top: 60px;
    }
}

@media (min-width: 1024px) {
    .header-logo {
        display: flex;
        align-items: center;
    }

    .header-nav-list {
        height: 100%;
    }

    .header-action {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

[dir="ltr"] .gap-10px::after {
    left: -15px;
    right: auto;
}

[dir="ltr"] .statistics-content-container img {
    transform: rotateY(180deg);
}

[dir="ltr"] .suporter .vector-1 {
    right: 2%;
}

[dir="ltr"] .suporter-carousel .owl-data {
    border: 1px solid #0b5661 !important;
    border-radius: 0px 0px 0px 15px !important;
    border-right: 0 !important;
}

[dir="ltr"] .importance-content-label {
    left: 0 !important;
    right: auto !important;
}

[dir="ltr"] .contributors-data:last-of-type {
    border-radius: 0;
    border-top-right-radius: 15px;
}

[dir="ltr"] .contributors-data:first-of-type {
    border-radius: 0;
    border-top-left-radius: 15px;
}

[dir="ltr"] .media-content-title {
    text-align: end;
}

[dir="ltr"] .media-content-desc span {
    direction: ltr;
}

[dir="ltr"] .media-content-desc-more {
    float: left;
}

[dir="ltr"] .footer-label {
    text-align: left;
}

[dir="ltr"] .statistics-header img {
    transform: rotateY(180deg);
}

[dir="ltr"] .statistics-header-title span:not(.bold) {
    border-right: 0;
}

[dir="ltr"] .statistics-header-title .bold::after {
    right: -20px !important;
    left: auto;
}

[dir="ltr"] .main-supporter {
    border: 0 !important;
    border-radius: 0 !important;
    border-radius: 0px 0px 0px 15px !important;
    position: relative;
    border-left: 1px solid #0b5661 !important;
    border-bottom: 1px solid #0b5661 !important;
}

@media (max-width: 567px) {

    .first-spon-hero.hidden-mob,
    .second-spon-hero.hidden-mob {
        display: none !important
    }

    .banner .round-num {
        margin-top: 0 !important
    }

    .banner-content-counter>div {
        padding: 0 2px !important
    }

    .first-spon-hero,
    .second-spon-hero {
        width: 50% !important;
        right: 0 !important;
        transform: translateX(0) !important;
        border-radius: 0 !important;
        bottom: 0;
        height: 50px !important;
    }

    .second-spon-hero {
        left: 0 !important;
        right: auto !important;
        border: 0 !important
    }

    .supporter-desc h5 {
        font-size: 18px !important
    }

    .supporter-desc {
        font-size: 16px !important
    }

    [dir="rtl"] .suporter-carousel {
        margin-right: 1rem !important
    }

    [dir="rtl"] .suporter .owl-nav {
        transform: translateY(-20%) translateX(6%);
        width: 102% !important;
    }

    [dir="rtl"] .main-suporter-carousel .owl-nav {
        transform: translateY(0%) translateX(0%) !important;
        right: 0;
        left: 0;
        top: 60% !important
    }

    .suporter .owl-nav {
        /*  display: flex !important */
    }


    [dir="ltr"] .suporter .owl-nav {
        transform: translateY(20%) translateX(8%);
        width: 105% !important;
    }

    [dir=ltr] .footer-label {
        text-align: center !important;
    }

    .aim {
        background-image: none;
        padding: 100px 0 15em !important;
    }

    .presenter-carousel .owl-stage img {
        object-fit: contain;
        transform: scale(1);
    }

    .presenter-carousel .owl-stage {
        gap: 1rem
    }

    .presenter-carousel .owl-stage-outer {
        margin: 0
    }

}

@media (max-width: 567px) {
    .apply-title {
        font-size: 1.575rem;
    }
}

.aim .bottom-logo {
    bottom: -30px;
}

/* End home-rtl */

/* Start Nomination Request */
.nomination-request {
    /*  margin-top: 85px; */
    /* padding: 40px 0; */
    margin-top: 7em;
    padding-bottom: 40px !important;
}

@media (max-width: 768px) {
    .nomination-request {
        padding: 20px 0;
    }


    .owl-carousel:not(.round-carousel) .owl-stage-outer {
        margin: 0 10px
    }

    [dir="rtl"] .presenter-carousel .owl-stage-outer {
        margin-right: -2px;
    }

    [dir="ltr"] .presenter-carousel .owl-stage-outer {
        transform: translateX(2.2px);
        margin-right: 0 !important
    }
}

.nomination-request.container {
    /* padding-bottom: 0 !important; */
}

.nomination-request-title {
    position: relative;
    color: #005563;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nomination-request-title:after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/common/border.svg);
    /* background-size: cover;
	 */
    left: 50%;
    height: 6px;
    width: 69%;
    transform: translateX(-50%);
    bottom: -15px;
}

@media (max-width: 768px) {
    .nomination-request-title:after {
        width: 50%;
        bottom: -25px;
    }
}

@media (max-width: 768px) {
    .nomination-request-title {
        font-size: 20px;
        font-weight: bold;
    }
}

.nomination-request .nomination-request-inner {
    margin-top: 50px;
}

.nomination-request .nomination-request-inner .nomination-request-item:nth-child(1) span {
    color: #33bba2;
}

.nomination-request .nomination-request-inner .nomination-request-item:nth-child(2) span {
    color: #3279be;
}

.nomination-request .nomination-request-inner .nomination-request-item:nth-child(3) span {
    color: #c4273e;
}

.nomination-request .nomination-request-inner .nomination-request-item:nth-child(4) span {
    color: #f9c02a;
}

.nomination-request .nomination-request-inner .nomination-request-item span {
    font-size: 40px;
}

@media (max-width: 768px) {
    .nomination-request .nomination-request-inner .nomination-request-item span {
        font-size: 18px;
    }
}

.nomination-request .nomination-request-inner .nomination-request-item .bordered {
    position: relative;
    height: 5px;
    width: 100%;
    background-color: #33bba2;
}

@media (max-width: 768px) {
    .nomination-request .nomination-request-inner .nomination-request-item .bordered {
        height: 2px;
    }
}

.nomination-request .nomination-request-inner .nomination-request-item .bordered.bordered-1 {
    background-color: #33bba2;
}

.nomination-request .nomination-request-inner .nomination-request-item .bordered.bordered-1::after {
    border: 3px solid #33bba2;
}

.nomination-request .nomination-request-inner .nomination-request-item .bordered.bordered-2 {
    background-color: #3279be;
}

.nomination-request .nomination-request-inner .nomination-request-item .bordered.bordered-2::after {
    border: 3px solid #3279be;
}

.nomination-request .nomination-request-inner .nomination-request-item .bordered.bordered-3 {
    background-color: #c4273e;
}

.nomination-request .nomination-request-inner .nomination-request-item .bordered.bordered-3::after {
    border: 3px solid #c4273e;
}

.nomination-request .nomination-request-inner .nomination-request-item .bordered.bordered-4 {
    background-color: #f9c02a;
}

.nomination-request .nomination-request-inner .nomination-request-item .bordered.bordered-4::after {
    border: 3px solid #f9c02a;
}

.nomination-request .nomination-request-inner .nomination-request-item .bordered::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
}

@media (max-width: 768px) {
    .nomination-request .nomination-request-inner .nomination-request-item .bordered::after {
        width: 7px;
        height: 7px;
    }
}

.nomination-request .nomination-request-inner .nomination-request-item p {
    margin-top: 10px;
    font-size: 20px;
}

@media (max-width: 768px) {
    .nomination-request .nomination-request-inner .nomination-request-item p {
        font-size: 8px;
        white-space: nowrap;
    }
}

.nomination-request .nomination-request-inner .nomination-request-item:nth-child(1) p {
    color: #33bba2;
}

.nomination-request .nomination-request-inner .nomination-request-item.finished p {
    font-weight: 500 !important;
}

.nomination-request .nomination-request-inner .nomination-request-item.finished .bordered::after {
    background-color: inherit;
}

.nomination-request .nomination-request-inner .nomination-request-item.current .bordered::after {
    background-color: inherit;
}

.nomination-request .nomination-request-inner .nomination-request-item.current p {
    font-weight: bold;
}

.nomination-request .nomination-request-inner .nomination-request-item:nth-child(2) p {
    color: #3279be;
}

.nomination-request .nomination-request-inner .nomination-request-item:nth-child(3) p {
    color: #c4273e;
}

.nomination-request .nomination-request-inner .nomination-request-item:nth-child(4) p {
    color: #f9c02a;
}

.nomination-request .dimmed input,
.nomination-request .dimmed select {
    background-color: #6d6e7114;
    border: 0;
}

.nomination-request h4 {
    font-size: 18px;
    font-weight: bold;
    color: #005563;
}

.nomination-request .bordered-terms-conditions {
    border: 1px solid #6d6e71;
    border-radius: 15px;
    padding: 38px 50px;
}

.nomination-request .bordered-terms-conditions ul {
    list-style: none;
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.nomination-request .bordered-terms-conditions ul li {
    position: relative;
    font-size: 16px;
    color: #6d6e71;
    line-height: 25px;
}

.nomination-request .bordered-terms-conditions ul li::marker {
    color: #0b5661 !important;
    font-size: 20px;
}

.nomination-request .bordered-terms-conditions ul li::after {
    content: '';
    position: absolute;
    top: 9%;
    right: -2.5%;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #0b5661;
}

@media (max-width: 768px) {
    .nomination-request .bordered-terms-conditions ul li::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .nomination-request .bordered-terms-conditions ul {
        list-style-type: disc !important;
    }
}

.nomination-request .bordered-terms-conditions .btn-container {
    margin-top: 0 !important;
}

.nomination-request .form-wrapper label {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #161439;
}

@media (max-width: 768px) {
    .nomination-request .form-wrapper label {
        font-size: 16px;
    }
}

.nomination-request .form-wrapper .file-box {
    height: 50px;
    background: #fff;
    border-radius: 5px;
    margin: 1rem 0 2rem;
    border: 1px solid #aaa;
}

.nomination-request .form-wrapper .file-box.file-too-large {
    border-color: #0b5661;
    margin-bottom: 35px !important;
}

.nomination-request .form-wrapper .file-box.file-too-large::after {
    content: 'الملف تخطى الحد الأقصى , الرجاء تحميل ملف بحجم مناسب';
    position: absolute;
    top: 100%;
    color: #0b5661;
    font-size: 12px;
    margin-top: 10px;
}

.nomination-request .form-wrapper .file-box .shallow-input {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding-right: 16px;
    color: #6d6e71;
    padding: 12px 10px 12px 12px;
}

.nomination-request .form-wrapper .file-box .shallow-input button {
    border: 0;
    outline: 0;
    height: none;
    line-height: 20px;
    border-radius: 5px;
    background-color: #33bba21F;
    color: #33bba2;
    padding: 7px 20px;
}

.nomination-request .form-wrapper .file-box input[type="file"] {
    padding: 4px;
    margin: -4px;
    position: relative;
    outline: none;
    opacity: 0;
    height: 100% !important;
    z-index: 999;
    border: 1px solid #aaa !important;
}

.nomination-request .form-wrapper .signature-wrapper {
    position: relative;
    margin: 1rem 0 2rem;
}

.nomination-request .form-wrapper .signature-wrapper .sign-bad-btns {
    display: flex;
    gap: 7px;
    position: absolute;
    left: 22px;
    bottom: 19px;
}

.nomination-request .form-wrapper .signature-wrapper .sign-bad-btns button {
    border: 0;
    outline: 0;
    padding: 7px 21px;
    border-radius: 5px;
    color: #33bba2;
    background-color: #33bba21F;
    z-index: 999 !important;
    display: flex;
    gap: 8px;
    align-items: center;
}

.nomination-request .form-wrapper .signature-wrapper .sign-bad-btns button:first-of-type {
    background-color: #33bba2;
    color: #fff;
}

.nomination-request .form-wrapper .signature-wrapper .sign-bad-btns button.upload-btn {
    position: relative;
    cursor: pointer;
}

.nomination-request .form-wrapper .signature-wrapper .sign-bad-btns button.upload-btn input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

@media (max-width: 768px) {
    .nomination-request .form-wrapper .signature-wrapper .sign-bad-btns {
        left: 0;
        width: 100%;
        justify-content: center;
    }
}

.nomination-request .form-wrapper .signature-wrapper canvas {
    border: 1px solid #aaa !important;
    border-radius: 5px;
}

.nomination-request .form-wrapper .alert {
    background-color: #3279be 2B;
    color: #3279be;
    padding: 25px 33px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
}

.nomination-request .vec-bg {
    position: absolute !important;
    width: 100%;
    bottom: -130%;
    left: 2%;
    z-index: 0;
}

.nomination-request .checked {
    border-radius: 15px;
    height: 155px;
    background: linear-gradient(91.37deg, #33bba2 11.8%, #3088c8 81.36%);
}

.nomination-request .checked svg {
    z-index: 500;
}

.nomination-request .checked-text {
    margin-bottom: 75px;
}

.nomination-request .checked-text h5 {
    color: #33bba2;
    font-size: 20px;
}

.nomination-request .checked-text p {
    color: #4e6477;
    font-size: 18px;
    width: 50%;
    text-align: center;
}

.btn-container {
    margin-top: 24px;
}

.btn-container div {
    gap: 16px;
}

.btn-container div button,
.btn-container div a {
    padding: 12px 90px;
    border-radius: 15px;
    font-size: 16px;
}

.btn-container div button:nth-child(1),
.btn-container div a:nth-child(1) {
    background-color: #33bba22B;
    color: #33bba2;
}

.btn-container div button:nth-child(2),
.btn-container div a:nth-child(2) {
    background-color: #33bba2;
    color: #fff;
}

@media (max-width: 768px) {

    .btn-container div button,
    .btn-container div a {
        padding: 0;
        height: 50px;
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: center;
    }
}

.nomination-request-for-request .nomination-request-inner {
    gap: 16px;
}

.nomination-request-for-request .nomination-request-inner .current {
    flex: 1.5;
}

@media (max-width: 768px) {
    .nomination-request-for-request .nomination-request-inner .current {
        flex: 2;
    }
}

.nomination-request-for-request .nomination-request-inner>div {
    flex: 1;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item .bordered.bordered-2 {
    background-color: #b5863b;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item .bordered.bordered-2::after {
    border: 3px solid #b5863b;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item .bordered.bordered-3 {
    background-color: #ef5135;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item .bordered.bordered-3::after {
    border: 3px solid #ef5135;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item .bordered.bordered-4 {
    background-color: #3279be;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item .bordered.bordered-4::after {
    border: 3px solid #3279be;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item .bordered.bordered-5 {
    background-color: #c4273e;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item .bordered.bordered-5::after {
    border: 3px solid #c4273e;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item .bordered.bordered-6 {
    background-color: #f9c02a;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item .bordered.bordered-6::after {
    border: 3px solid #f9c02a;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item:nth-child(2) span {
    color: #b5863b;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item:nth-child(2) p {
    color: #b5863b;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item:nth-child(3) span {
    color: #ef5135;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item:nth-child(3) p {
    color: #ef5135;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item:nth-child(4) span {
    color: #3279be;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item:nth-child(4) p {
    color: #3279be;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item:nth-child(5) span {
    color: #c4273e;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item:nth-child(5) p {
    color: #c4273e;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item:nth-child(6) span {
    color: #f9c02a;
}

.nomination-request-for-request .nomination-request-inner .nomination-request-item:nth-child(6) p {
    color: #f9c02a;
}

.nomination-request-for-request form textarea {
    border-radius: 5px;
    padding-top: 20px;
    padding-right: 18px;
    height: 120px;
}

.nomination-request-for-request .confirm-title {
    color: #33bba2;
    font-size: 20px;
}

.nomination-request-for-request .confirm-text {
    font-size: 18px;
    color: #4e6477;
}

.nomination-request-for-request .confirm-btns {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .nomination-request-for-request .confirm-btns {
        margin-top: 24px;
    }
}

.mt-50 {
    margin-top: 50px;
}

@media (max-width: 768px) {
    label {
        font-weight: bold !important;
        font-size: 16px;
    }
}

/* End Nomination Request */

/* start download-file */
.download-file {
    margin-top: 0;
    padding: 40px 0;
}

.download-file-title {
    position: relative;
    color: #005563;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.download-file-title:after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/common/border.svg);
    /* background-size: cover;
	 */
    left: 50%;
    height: 6px;
    width: 43%;
    transform: translateX(-50%);
    bottom: -15px;
}


form .row {
    row-gap: 24px;
}

.form-label {
    color: #161439;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    display: flex;
}

.form-label .red {
    color: red;
}

.form-input {
    border-radius: 5px;
    border: 1px solid #aaa !important;
    background: #fff;
    height: 50px;
    padding: 20px 18px;

    width: 100%;
}

.form-input-phone {
    width: 85%;
}

@media (max-width: 768px) {
    .form-input-phone {
        width: 75%;
    }
}

.form-select {
    padding: 0.25rem 1.125rem;
    position: relative;
    color: #6d6e71;
    appearance: none;
    background-image: url("../images/common/garay-chevron.svg");
    background-repeat: no-repeat;
    background-position: 25px;
}

.form-select-phone {
    width: 20%;
    border-radius: 5px;
    background-color: #f3f3f4;
    border: 1px solid transparent;
    background-position: 11px;
}

@media (max-width: 768px) {
    .form-select-phone {
        width: 25%;
    }
}

.download-file-btn {
    border-radius: 15px;
    background: #3279be;
    width: 216px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 768px) {
    .download-file-btn {
        width: 100%;
    }
}

[dir="ltr"] .header-action div:first-of-type::before {
    right: -0.7rem;
    left: auto;
}

/* End download-file */

/* Start Contact Us */
.contact-us-wrapper .contact-logo-wrapper {
    height: 300px;
}

@media (max-width: 567px) {
    .contact-us-wrapper .contact-logo-wrapper {
        height: 220px;
    }

    .contact-us-wrapper .contact-logo-wrapper img.main-img {
        width: 140px;
        height: 64px;
    }
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container {
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
    z-index: 1;
}

@media (max-width: 567px) {
    .contact-us-wrapper .contact-logo-wrapper .absoluted-container {
        transform: translateY(75%);
    }

    .contact-us-wrapper .contact-logo-wrapper .absoluted-container .row>div:nth-child(1) {
        order: 3;
        width: 100% !important;
        margin-top: 16px;
    }

    .contact-us-wrapper .contact-logo-wrapper .absoluted-container .row>div:nth-child(3) {
        order: 2;
        width: 50% !important;
    }
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card {
    display: flex;
    justify-content: center;
    border-radius: 10px !important;
    position: relative;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(360deg, rgba(255, 255, 255, 0.5) -22.15%, #0b566180 157.28%);
    border-image-slice: 1;
    border-bottom: 0 !important;
    overflow: hidden;
    padding: 21px 0;
    background-clip: padding-box;
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card .icon-container {
    background-color: #0b566140;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card .icon-container i {
    color: #0b5661
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card span {
    font-size: 18px;
    font-weight: 600;
    line-height: 28.32px;
    color: #0b5661;
}

@media (max-width: 567px) {
    .contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card span {
        text-align: center;
        font-size: 14px;
    }
}

.contact-social {
    background-color: #0b566117;
    padding-top: 15rem;
    position: relative;
    padding-bottom: 48px;
}

.program-container .contact-social {
    padding-top: 0 !important;
    margin-top: 7em
}

.profile-container {
    padding-top: 15rem;
    position: relative;
    padding-bottom: 48px;
}

@media (max-width: 567px) {
    .profile-container {
        padding-top: 7em
    }

    .contact-social {
        padding-top: 22rem;
    }

    .contact-social h5::after {
        right: 32px !important;
    }

    .contact-social h5::before {
        left: 32px !important;
    }

    .contact-social h5::after,
    .contact-social h5::before {
        top: 23.5rem !important;
        width: 50px !important;
    }
}

.contact-social h5::after,
.contact-social h5::before {
    /*     content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 29%;
    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
    height: 3px; */
}

.title-line-wrapper .line {

    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
    height: 3px;
}

.title-line-wrapper * {
    flex: 1;
    white-space: nowrap
}

@media (max-width: 1400px) {

    .contact-social h5::after,
    .contact-social h5::before {
        width: 20%;
    }
}

@media (max-width: 992px) {

    [dir="rtl"] .suporter-carousel {
        margin-right: 2rem !important
    }

    [dir="ltr"] .suporter-carousel {
        margin-left: 0 !important
    }

    /*     .suporter-carousel .owl-data {
        border-top: 0 !important
    } */

    .timing-container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        justify-content: flex-start !important;
        gap: 8px !important;
    }

    .timing-container>div:nth-child(1)>div,
    .timing-container>div:nth-child(3)>div {
        width: 100%;
    }

    .timing-container>div:nth-child(2)>div {
        width: 60%;
        justify-content: center
    }

    .timing-container>div>div {

        justify-content: center
    }

    .timing-container>div:nth-child(2) {
        order: 1;
        grid-column: 1 / -1
    }

    .banner .event-timing-container {
        padding: 8px 10px;
    }

    .timing-container>div:nth-child(1),
    .timing-container>div:nth-child(3) {
        order: 2;
        grid-row-start: 2;
        justify-content: flex-start !important
    }

    .contact-social h5::after,
    .contact-social h5::before {
        width: 15%;
    }
}

@media (min-width: 1600px) {

    .contact-social h5::after,
    .contact-social h5::before {
        width: 30%;
    }
}

.contact-social h5::after {
    right: 164px;
}

.contact-social h5::before {
    left: 164px;
}

.contact-social h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 39.25px;
    text-align: center;
    color: #0b5661;
    position: relative;
    width: 100%
}

@media (max-width: 1400px) {
    .contact-social h5 {
        font-size: 18px;
    }

    .contact-social h5::after,
    .contact-social h5::before {
        top: 50% !important
    }
}

@media (max-width: 567px) {
    .contact-social h5 {
        font-size: 16px;
    }


}

.contact-social ul {
    margin-top: 32px;
    gap: 26px;
}

.contact-social ul i {
    color: #0b5661
}

.contact-form {
    padding-top: 54px;
}

.contact-form .form-wrapper {
    gap: 24px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 567px) {
    .contact-form .form-wrapper {
        width: 100% !important;
    }

    .contact-form .form-wrapper .form-title {
        text-align: center;
        padding: 0 16px;
    }

    .contact-form .form-wrapper .row {
        padding: 0 32px;
    }
}

.contact-form .form-wrapper .submit {
    border-radius: 50px;
    border: 0;
    outline: 0;
    background-color: #33bba2;
    width: 200px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 26.16px;
    margin-top: 16px
}

.contact-form input,
.contact-form textarea {
    background-color: #0b55610b !important;
    border-radius: 10px;
    resize: none;
    box-shadow: none !important;
}

.contact-form .form-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 33.73px;
    color: #0b5661;
}

@media (max-width: 567px) {
    .logos-container {
        margin-top: 0;
    }

    .logos-container .logos-inner {
        /* border: 1px solid #5a5a5a80; */
        padding: 20px 0 50px;
        margin: 0 32px 0;
    }

    .logos-container .row-gap-70 {
        row-gap: 47px;
    }

    .logos-container h6 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26.16px;
        color: #0b5661;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 4rem;
    }

    .logos-container h6::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 30%;
        height: 2px;
        background-color: #0b5661;
        left: 50%;
        transform: translateX(-50%);
    }
}

.logos-container .col-xl-2 {
    width: 20% !important;
}

@media (max-width: 567px) {
    .logos-container .col-xl-2 {
        width: 100% !important;
    }

    .logos-container .logo-card-container {
        padding-bottom: 25px !important;
    }
}

.logos-container .logos-card {
    position: relative;
}

.logos-container .logos-card img {
    min-height: 15rem;
    object-fit: contain;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    display: table;
    transform: translateY(-10px);
}

@media (max-width: 567px) {
    .logos-container .logos-card img {
        max-width: 40%;
        transform: translate(0, 0);
    }
}



.logos-container .logo-card-container {
    border: 2px solid #EEE;
    padding: 10px;
}

.logos-container .download-logo-btn {
    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-radius: 10px;
    margin-top: 16px;
}

@media (max-width: 567px) {
    .logos-container .download-logo-btn {
        width: 184px;
        margin: auto;
        margin-top: 16px;
    }
}

.row-gap-70 {
    row-gap: 70px;
}

.pagination {
    gap: 8px;
}

.pagination li a {
    border: 0 !important;
    background-color: #e9e6e3;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #713b02;
    border-radius: 4px;
    font-weight: 600;
}

.pagination li.active a {
    background-color: #713b02 !important;
}

/* End Contact Us */
/* Start Footer */
.footer {
    background-color: #005563;
    padding: 50px 0;
}

.footer .gap-9p img {
    /* transform: scale(.8); */
    /* margin-top: 16px !important; */
    display: block;
    /* transition: all .4s ease-in-out; */
    cursor: pointer !important;
    /* filter: brightness(0) invert(1); */
    max-height: 110px;
    width: auto !important;
}

.footer hr {
    border-top-color: #FFF !important;
    background-color: #FFF !important
}

.footer .gap-9p img:hover {
    /* filter: none */
}


@media (max-width: 768px) {
    .footer .container:first-child {
        /* flex-direction: column-reverse; */
    }

    .footer .container:first-child .gap-9p {
        gap: 32px;
        flex-wrap: wrap !important;
    }

    /*     .footer .container:first-child .gap-9p>div:first-child {
        flex: 100%;
    }

    .footer .container:first-child .gap-9p>div:first-child img {
        width: 220px;
        height: 150px;
        margin: auto;
    } */
}

.footer-logo {
    height: 190px;
    object-fit: contain;
    width: 100%;
}

@media (max-width: 768px) {
    .footer-logo {
        height: auto;
        padding: 0 60px;
    }
}

.footer-label {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem;
}

.footer ul {
    display: flex;
    gap: 18px;
    flex-direction: column;
    list-style-type: disc;
    margin: 0 1rem;
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.footer .footer-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    column-gap: 16px;
}


.footer .footer-logos>div:nth-child(1) {
    grid-column: 1 / 3;
    margin-bottom: 18px;
}

.footer .footer-logos>div:nth-child(1) img {
    border-bottom: 2px solid #FFF;
    padding-bottom: 12px;

}

.footer ul a,
.footer ul a:hover {
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.footer-media {
    margin-top: 22px;
    display: flex;
    gap: 10px;
}

.footer-contacts {
    margin-top: 0.5rem;
    display: flex;
    gap: 1rem;
}

.footer-contacts.phone-wrapper {
    margin-top: 22px
}

.footer-contacts a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.3px;
}

.rules {
    background: var(--Linear, linear-gradient(90deg, #0b5661 0%, #33bba2 100%));
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-wrap: wrap;
    padding: 20px 11rem;
}

@media (max-width: 768px) {
    .rules {
        padding: 20px;
    }
}

/* End Footer */
.full-w+.select2-container {
    width: 100% !important
}

/* 

.select2-selection {
    border-radius: 5px !important;
    border: 1px solid var(--Borders, #EAEAEA) !important;
}






.input-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;

    height: 50px;
    padding: 8px 12px;
    border-radius: 5px !important;
    border: 1px solid var(--Borders, #EAEAEA);
}

.select-container .icon {
    top: 50%;
    left: 12px;
    z-index: 100;
    transform: translateY(-50%)
}




.select2-results__option {
    padding: 10px;
    font-size: 14px;
}

.select2-selection__rendered {
    height: 100%;
    display: flex !important;
    align-items: center;
}

.select2-selection__arrow {
    display: none
}

.select2-container {
    margin-top: 8px !important;
    width: 100% !important;
} */

/* .select2-selection {
    margin-top: 1rem
} */

.select2-selection--single {
    height: 50px !important;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
}

.select2-selection__rendered {
    height: 100%;
    display: flex !important;
    align-items: center;
}

.select2-selection--single {
    height: 50px !important;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow [role="presentation"] {
    display: none !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow i {
    color: #6d6c80
}

.first-about {
    padding-top: 5rem !important;
    margin-top: 9rem !important;
    margin-bottom: 3rem !important;
    background-image: url(/assets/imgs/about/Pattern.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.login-wrapper {
    /* padding-top: 5rem !important; */
    margin-top: 7rem !important;
    background-image: url(/assets/imgs/about/Pattern.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.overview-request {
    margin-top: 7em;
    margin-bottom: 0em
}

.about-container {
    padding-top: 5rem !important;
    position: relative;
    background-image: url(/assets/imgs/about/vector.png);
    background-repeat: no-repeat;
    background-position: top 100px;
    background-size: contain;
}

.mt-7em.pack-details-wrapper.px-sm-0 {
    margin-top: 7em !important
}

.first-about {
    padding-top: 0 !important;
    margin-top: 7rem !important;
    margin-bottom: 3rem !important;
    background-image: url(/assets/imgs/about/Pattern.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

@media (max-width: 567px) {

    .footer .footer-logos {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer .footer-logos>div:first-child {
        grid-column: 1 / 2
    }

    .footer .footer-logos>div img {
        border: 0 !important
    }

    .login-wrapper {
        margin-bottom: 10em !important
    }

    .about-container {
        padding-top: 1rem !important
    }

    .about-container .w-50 {
        width: 100% !important;
    }

    .first-about {
        padding-top: 2rem !important;
        margin-bottom: 0 !important;
        background-size: cover;
        background-position: 77%;
    }

}


.about-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
}

.main-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29.98px;
    text-align: justify;
    color: #133C29
}

.list {
    padding: 16px 40px 16px 16px;
}

@media (max-width: 567px) {
    .list {
        padding-right: 16px !important
    }
}

.list ul {
    list-style-type: square;
}

.list ul li {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 29.98px;
    text-align: justify;
}

.goals-about .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 24px;
}

.goals-about .grid .d-grid {
    grid-template-columns: 38px 1fr;
}

.goals-about .grid span {
    background-color: #0b5661;
    align-self: flex-start;
    padding: 2px;
    border-radius: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 33.73px;
    color: #FFF;
}

@media (max-width: 567px) {
    .about-container .goals-about .grid {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}

.goals-about img:not(.separator) {
    width: 38px;
    height: 38px;
}

.goals-about p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 33.73px;

    margin-right: 16px;
}

[dir="ltr"] .goals-about p {
    margin-right: 0 !important;
    margin-left: 16px;
}

.sessions {
    background: #0b5661 !important;
}

.sessions .session-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 24px;
}

.sessions .session-grid .session-card {
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    background: linear-gradient(90deg, #33bba2 0%, #0b7584 100%) !important
}

.sessions .session-grid .session-card div {
    gap: 8px;
}

.sessions .session-grid .session-card span {
    width: 38px;
    height: 38px;
    background-color: #0b5661;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-radius: 130px;
}

.sessions .session-grid .session-card p {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 0
}

@media (max-width: 567px) {
    .sessions .session-grid .session-card p {
        font-size: 14px;
    }
}

.activities .activities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.activities .g-title,
.standards .g-title {
    color: #0b5661 !important
}


.activities .activities-grid .activities-card {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .0901960784);
    padding: 16px;
    gap: 8px;
    border-radius: 8px;
}

.activities .activities-grid .activities-card div {
    gap: 8px;
}

.activities .activities-grid .activities-card span {
    width: 38px;
    height: 38px;
    background-color: #0b5661;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-radius: 130px;
    color: #fff;
}

.activities .activities-grid .activities-card p {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 0
}

@media (max-width: 567px) {
    .session-grid-1 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .px-120px {
        padding: 0 !important;
    }

    .grid-sm-4 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        padding: 0 !important;
    }

    .grid-sm {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 24px;
        padding: 0 !important;
    }

    .grid-sm .span-2-cols {
        grid-column: span 2;
    }

    .mr-88px {
        margin: 0;
    }
}

.g-padding {
    padding-top: 64px;
    padding-bottom: 64px;
}

.g-title {
    position: relative;
    font-size: 1.7142857143rem;
    font-weight: 700;
    line-height: 44.98px;
    z-index: 100;
}

.text-primary {
    color: #FFF !important;
}

.mt-32px {
    margin-top: 32px;
}

.standards {
    background-image: url(/assets/imgs/standards/Pattern.png);
    background-repeat: no-repeat;
    background-position: left;
}

@media (max-width: 567px) {
    .standards {
        background-position: 85% !important;
    }
}

.standards .standard-list {
    gap: 16px;
}

@media (max-width: 567px) {
    .standards .standard-list .align-items-center {
        align-items: flex-start !important
    }

    .standards .standard-list ul li {
        display: grid !important;
        grid-template-columns: 38px 1fr;
        gap: 12px !important
    }
}

.standards .standard-list .stand-text {
    color: #44544c;
    font-size: 20px;
    font-weight: 700;
    line-height: 37.48px;
    text-align: right;
    margin-bottom: 0
}

@media (max-width: 567px) {
    .standards .standard-list .stand-text {
        font-size: 16px;
        line-height: 27.48px;
    }
}

.standards .standard-list .stand-num {
    border-radius: 100px;
    font-size: 32px;
    font-weight: 700;
    line-height: 59.97px;
    width: 64px;
    height: 64px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3c908d;
}

@media (max-width: 567px) {
    .standards .standard-list .stand-num {
        margin-top: 0 !important;
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
}

.standards .standard-list .stand-num:nth-child(2) {
    background-color: #0b5661;
    border-bottom: 1px solid var(--secondary-warning-100, #372f0d);
}

.standards .standard-list .stand-num.last-step {
    background-color: #0a4952;
    border-bottom: 1px solid var(--secondary-warning-100, #372f0d);
}

.gap-16px {
    gap: 16px;
}

.partitions .partion-card {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .0901960784);
    flex: 1;
    padding: 24px;
    border-radius: 8px;
}

.px-120px {
    padding: 0 120px;
}

.partitions .partion-card span {
    font-size: 18px;
    font-weight: 400;
    line-height: 33.73px;
    text-align: center;
}

@media (max-width: 567px) {
    .partitions .partion-card span {
        font-size: 14px;
    }
}

/* Start Packs */
.exhibtor_wrapper {
    margin-top: 7em;
    gap: 50px;
    display: flex;
    flex-direction: column;
}

.exhibtor_wrapper h2 {
    font-size: 30px;
    color: #0b5661;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 52px;
}

.exhibtor_wrapper .back-title {
    color: #0b5661;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
}

.exhibtor_wrapper .back-slogan {
    color: #5a5a5a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-top: 16px;
    display: block;
}

.exhibtor_wrapper .partener-sponsor-container {
    margin: 53px 0 32px !important;
}

@media (max-width: 567px) {
    .exhibtor_wrapper .partener-sponsor-container .col-md-3:not(:nth-child(1)) {
        margin-top: 4rem;
    }
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3 .partener-sponsor-card .back-vec {
    left: 6px;
    top: 0;
    bottom: 0;
    display: flex;
    mix-blend-mode: color-burn;
    width: 42px;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3 .partener-sponsor-back-card .back-vec-shared {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3 .partener-sponsor-back-card .partener-sponsor-header {
    width: 75%;
    position: absolute;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    border-top-right-radius: 0 !important;
    border-radius: 10px !important;
    padding: 15px 0;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3 .partener-sponsor-back-card .partener-sponsor-body {
    padding-bottom: 64px !important;
    border-radius: 10px;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3 .partener-sponsor-back-card .partener-sponsor-body p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3 .partener-sponsor-back-card .partener-sponsor-body a {
    margin-top: 32px;
    position: relative !important;
    width: 122px !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-card .back-vec {
    background-image: url(/assets/imgs/exhibtor/Clip\ path\ group.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-card .partener-sponsor-header {
    background-color: #0b5661 !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-card h1 {
    color: #0b5661;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-card span {
    color: #0b5661;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-card a {
    background-color: #0b5661;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-card .partener-sponsor-body {
    background-color: #9967330D;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-back-card {
    position: relative;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-back-card .back-vec-right {
    background-image: url(/assets/imgs/speakers/sm-vec-gray.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-back-card .back-vec-left {
    left: 0;
    background-image: url(/assets/imgs/exhibtor/Clip\ path\ group.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-back-card .partener-sponsor-header {
    background-color: #0b5661 !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-back-card .partener-sponsor-body {
    background-color: #0b56611c;
    color: #0b5661;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(1) .partener-sponsor-back-card .partener-sponsor-body a {
    background-color: #0b5661;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-card .back-vec {
    background-image: url(/assets/imgs/exhibtor/vec-2.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-card .partener-sponsor-header {
    background-color: #6598cb !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-card h1 {
    color: #6598cb;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-card span {
    color: #6598cb;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-card a {
    background-color: #355779;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-card .partener-sponsor-body {
    background-color: #6598cb0D;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-back-card {
    position: relative;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-back-card .back-vec-right {
    background-image: url(/assets/imgs/speakers/sm-vec-blue.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-back-card .back-vec-left {
    left: 0;
    background-image: url(/assets/imgs/speakers/sm-vec-blue.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-back-card .partener-sponsor-header {
    background-color: #6598cb !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-back-card .partener-sponsor-body {
    background-color: #f3f6f9;
    color: #6598cb;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(2) .partener-sponsor-back-card .partener-sponsor-body a {
    background-color: #355779;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-card .back-vec {
    background-image: url(/assets/imgs/exhibtor/vec3.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-card .partener-sponsor-header {
    background-color: #4bb134 !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-card h1 {
    color: #4bb134;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-card span {
    color: #4bb134;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-card a {
    background-color: #327423;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-card .partener-sponsor-body {
    background-color: #4bb1340D;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-back-card {
    position: relative;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-back-card .back-vec-right {
    background-image: url(/assets/imgs/speakers/sm-vec-green.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-back-card .back-vec-left {
    left: 0;
    background-image: url(/assets/imgs/speakers/sm-vec-green.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-back-card .partener-sponsor-header {
    background-color: #4bb134 !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-back-card .partener-sponsor-body {
    background-color: #4bb1340D;
    color: #4bb134 !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(3) .partener-sponsor-back-card .partener-sponsor-body a {
    background-color: #327423;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-card .back-vec {
    background-image: url(/assets/imgs/exhibtor/vec4.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-card .partener-sponsor-header {
    background-color: #0b5661 !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-card h1 {
    color: #0b5661;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-card span {
    color: #0b5661;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-card a {
    background-color: #4e0247;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-card .partener-sponsor-body {
    background-color: #0b56610D;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-back-card {
    position: relative;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-back-card .back-vec-right {
    background-image: url(/assets/imgs/speakers/sm-vec-purpule.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-back-card .back-vec-left {
    left: 0;
    background-image: url(/assets/imgs/speakers/sm-vec-purpule.png);
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-back-card .partener-sponsor-header {
    background-color: #0b5661 !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-back-card .partener-sponsor-body {
    background-color: #0b56610D;
    color: #0b5661 !important;
}

.exhibtor_wrapper .partener-sponsor-container .col-md-3:nth-child(4) .partener-sponsor-back-card .partener-sponsor-body a {
    background-color: #4e0247;
}

.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-card,
.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-back-card {
    position: relative;
}

.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-card .partener-sponsor-header,
.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-back-card .partener-sponsor-header {
    border-top-right-radius: 50px;
    padding: 23px 0;
}

.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-card .partener-sponsor-header h5,
.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-back-card .partener-sponsor-header h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 29.43px;
    color: #fafafa;
}

.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-card .partener-sponsor-body,
.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-back-card .partener-sponsor-body {
    padding-top: 64px;
    padding-bottom: 88px;
    background-color: #0b5661;
}

.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-card .partener-sponsor-body h1,
.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-back-card .partener-sponsor-body h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: 57.23px;
}

.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-card .partener-sponsor-body span,
.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-back-card .partener-sponsor-body span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-card .partener-sponsor-body a,
.exhibtor_wrapper .partener-sponsor-container .partener-sponsor-back-card .partener-sponsor-body a {
    position: absolute;
    bottom: 0;
    background-color: #6598cb;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 40px;
    border-radius: 50px;
    transform: translateY(50%);
    font-size: 16px;
    font-weight: 600;
    line-height: 26.16px;
}

.exhibtor_wrapper .stepper-wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 50px;
}

.exhibtor_wrapper .stepper-wrapper.stepper-wrapper-2 {
    margin-bottom: 48px;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item:not(.completed) span {
    color: #0b5661;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item:not(:last-of-type)::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #0b5661;
    width: 19%;
    top: 35px;
    left: -21%;
    z-index: 2;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item.stepper-for-mob::before {
    display: none;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 69px;
    padding: 0 12px;
    border-radius: 10px;
    background: #0b56611c;
    margin-bottom: 6px;
    gap: 8px;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item .step-counter .status {
    background-color: #ffffff !important;
    width: 31px;
    height: 31px;
    border-radius: 5px;
    color: #0b5661;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item .step-counter span {
    font-size: 16px;
    font-weight: bold;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item.active {
    font-weight: bold;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item.completed .step-counter {
    background-color: #0b5661;
    color: #fff;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #0b5661;
    width: 19%;
    top: 35px;
    left: -21%;
    z-index: 3;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item.completed .status {
    background-color: #efe0ee;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item:first-child::before {
    content: none;
}

.exhibtor_wrapper .stepper-wrapper .stepper-item:last-child::after {
    content: none;
}

.exhibtor_wrapper .btns-container {
    gap: 16px;
    margin-top: 48px;
}

.exhibtor_wrapper .btns-container button {
    border: 0;
    outline: 0;
    padding: 12px 54px;
    border-radius: 50px;
    font-size: 16px;
}

.exhibtor_wrapper .btns-container button.prev {
    background-color: #0b566133;
    color: #0b5561;
}

.exhibtor_wrapper .btns-container button.next {
    background-color: #0b5661;
    color: #fff;
}

.exhibtor_wrapper .form-wrapper.with-bg {
    background-color: #f4ede6;
    padding: 32px 24px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

@media (max-width: 344px) {
    .suporter .owl-nav {
        width: 107% !important
    }

    .banner-content-counter-data .desc {
        font-size: 12px;
    }

    .banner-content-counter-data .label {
        font-size: 8px;
    }
}

@media (max-width: 567px) {
    .exhibtor_wrapper .form-wrapper.with-bg {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
}

.exhibtor_wrapper .form-wrapper label {
    font-size: 18px;
    font-weight: 600;
}

.exhibtor_wrapper .form-wrapper input,
.exhibtor_wrapper .form-wrapper select {
    font-size: 16px;
    height: 60px;
    border-radius: 5px;
    height: 60px;
}

.exhibtor_wrapper .form-wrapper select.phone {
    background-color: #f3f3f4;
    border: 0;
    font-size: 18px;
    color: #6d6e71;
}

.exhibtor_wrapper .form-wrapper .dimmed input {
    height: 60px;
    padding-right: 18px;
}

.exhibtor_wrapper .form-wrapper .row-child {
    gap: 16px;
}

.exhibtor_wrapper .form-wrapper .row-child .form-group {
    flex: 1;
    gap: 16px;
}

.exhibtor_wrapper .form-wrapper form input {
    border: 1px solid #6d6e71;
}

.exhibtor_wrapper .form-wrapper .file-box {
    height: 60px;
    border: 1px solid #6d6e71;
    border-radius: 5px;
}

.exhibtor_wrapper .form-wrapper .file-box .shallow-input {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 16px;
    color: #6d6e71;
    font-size: 16px;
    padding: 12px 10px 12px 20px;
}

.exhibtor_wrapper .form-wrapper .file-box .shallow-input button {
    border: 0;
    outline: 0;
    height: none;
    line-height: 20px;
    border-radius: 5px;
    background-color: #0b5661 1F;
    color: #0b5661;
    font-weight: 600;
    padding: 7px 20px;
}

.exhibtor_wrapper .form-wrapper .file-box input[type="file"] {
    padding: 4px;
    margin: -4px;
    position: relative;
    outline: none;
    opacity: 0;
    height: 100% !important;
    z-index: 999;
    /* File Selector Button Styles */
    /* Faked label styles and icon */
    /* Handle Component Focus */
}

.exhibtor_wrapper .form-wrapper .file-box input[type="file"]::file-selector-button {
    display: none;
    width: 132px;
    color: transparent;
}



.exhibtor_wrapper .form-wrapper .file-box input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
}

.exhibtor_wrapper .form-wrapper .file-box input[type="file"]::before {
    position: absolute;
    pointer-events: none;
    top: 14px;
    left: 16px;
    height: 20px;
    width: 20px;
    content: "";
    display: none;
}

.exhibtor_wrapper .form-wrapper .file-box input[type="file"]::after {
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    color: #0b5661;
    font-weight: 600;
    content: "إرفاق ملف";
    z-index: 999 !important;
    display: none;
}

.exhibtor_wrapper .form-wrapper .file-box input[type="file"]:focus-within::file-selector-button,
.exhibtor_wrapper .form-wrapper .file-box input[type="file"]:focus::file-selector-button {
    outline-offset: 2px;
}

.exhibtor_wrapper .content-wrapper {
    margin-top: 28px;
}

.exhibtor_wrapper .content-wrapper h4 {
    color: #0b5661;
    font-size: 18px;
    font-weight: 600;
}

.exhibtor_wrapper .content-wrapper .content-inner {
    border: 1px solid #6d6e71;
    border-radius: 5px;
    margin-top: 13px;
    padding: 38px 50px;
}

.exhibtor_wrapper .content-wrapper .content-inner ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.exhibtor_wrapper .content-wrapper .content-inner ul li {
    position: relative;
}

.exhibtor_wrapper .content-wrapper .content-inner ul li::before {
    content: '';
    height: 8px;
    width: 8px;
    background-color: #0b5661;
    left: 101.5%;
    top: 5px;
    position: absolute;
    border-radius: 100%;
}

.exhibtor_wrapper .success-wrapper {
    margin-bottom: 70px;
}

.exhibtor_wrapper .success-wrapper span {
    font-size: 20px;
    font-weight: 700;
    color: #00872e;
    margin-top: 37px;
}

.exhibtor_wrapper .success-wrapper p {
    margin-top: 16px;
    font-size: 18px;
    width: 50%;
    text-align: center;
}

.exhibtor_wrapper .signature-wrapper {
    position: relative;
}

.exhibtor_wrapper .signature-wrapper .sign-bad-btns {
    display: flex;
    gap: 7px;
    position: absolute;
    left: 22px;
    bottom: 19px;
}

.exhibtor_wrapper .signature-wrapper .sign-bad-btns button {
    border: 0;
    outline: 0;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #0b5661;
    background-color: #0b5661;
    z-index: 999 !important;
}

.exhibtor_wrapper .signature-wrapper .sign-bad-btns button:first-of-type {
    background-color: #0b5661;
    color: #fff;
}

.exhibtor_wrapper .signature-wrapper .sign-bad-btns button.upload-btn {
    position: relative;
    cursor: pointer;
}

.exhibtor_wrapper .signature-wrapper .sign-bad-btns button.upload-btn input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

.exhibtor_wrapper .signature-wrapper canvas {
    border: 1px solid #6d6e71 !important;
    border-radius: 5px;
}

.exhibtor_wrapper .alert {
    padding: 25px 33px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
}

@media (max-width: 576px) {
    .exhibtor_wrapper {
        padding: 45px 32px 100px;
    }

    .exhibtor_wrapper.mt-7em {
        padding-top: 0 !important
    }

    .exhibtor_wrapper .partener-sponsor-container {
        /* flex-direction: column-reverse; */
        margin-top: 0 !important;
        gap: 48px;
    }

    .exhibtor_wrapper .partener-sponsor-container>div:last-child {
        margin-top: 24px !important;
    }

    .exhibtor_wrapper .partener-sponsor-container>div {
        margin-top: 0 !important;
    }

    .exhibtor_wrapper .partener-sponsor-card,
    .exhibtor_wrapper .partener-sponsor-back-card {
        width: 75%;
        margin: auto;
    }

    .exhibtor_wrapper.px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-top: 60px !important;
    }

    .exhibtor_wrapper .back-title {
        font-size: 20px;
    }

    .exhibtor_wrapper .back-slogan {
        font-size: 12px;
        width: 85%;
        margin: 16px auto;
    }

    .exhibtor_wrapper .px-sm-32 {
        padding-right: 32px;
        padding-left: 32px;
    }

    .exhibtor_wrapper .container {
        padding: 0;
    }

    .exhibtor_wrapper h2 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .exhibtor_wrapper .stepper-wrapper {
        gap: 22px;
        margin-top: 31px;
        justify-content: space-between;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item {
        justify-content: center;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item.completed .step-counter {
        flex-direction: column;
        height: auto;
        padding: 15px;
        gap: 7px;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item.completed .step-counter.terms-and-conditions {
        padding: 15px 8px;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item.completed .step-counter span {
        white-space: nowrap;
        font-size: 12px;
        display: flex !important;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item.completed .step-counter .status {
        font-size: 12px;
        font-weight: 500;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item.completed::after {
        width: 17px;
        top: 50% !important;
        transform: translateY(-50%);
        left: -20px;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item:not(.completed)::before {
        width: 17px;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item:not(.completed) .step-counter {
        width: auto;
        height: auto;
        padding: 0;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item:not(.completed) .step-counter .status {
        background-color: transparent !important;
        /* color: #fff; */
        font-size: 12px;
        font-weight: 500;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item span {
        display: none;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item-finished .step-counter {
        padding: 0 !important;
    }

    .exhibtor_wrapper .stepper-wrapper .stepper-item-finished+.stepper-item::before {
        display: none !important;
    }

    .exhibtor_wrapper .stepper-wrapper-2 {
        margin-bottom: 40px !important;
    }

    .exhibtor_wrapper .btns-container {
        margin-top: 40px !important;
    }

    .exhibtor_wrapper .btns-container button {
        padding: 7px 50px;
    }

    .exhibtor_wrapper .form-wrapper .row-child {
        flex-direction: column;
        padding: 0 !important;
        gap: 0 !important;
    }

    .exhibtor_wrapper .form-wrapper .row-child label {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .exhibtor_wrapper .form-wrapper .row-child input,
    .exhibtor_wrapper .form-wrapper .row-child select {
        height: 50px;
        font-size: 14px;
    }

    .exhibtor_wrapper .form-wrapper .row-child .form-group:not(.select-parent) {
        flex-direction: column;
    }

    .exhibtor_wrapper .form-wrapper .row-child .form-group .flex-3 {
        flex: 2 !important;
    }

    .exhibtor_wrapper .form-wrapper select.phone+i {
        top: 50% !important;
        transform: translateY(-50%);
    }

    .exhibtor_wrapper .form-wrapper .dimmed .row-child {
        gap: 0;
    }

    .exhibtor_wrapper .form-wrapper .dimmed .form-group {
        margin-bottom: 16px !important;
        gap: 16px !important;
    }

    .exhibtor_wrapper .form-wrapper .file-box .shallow-input {
        font-size: 14px;
        padding: 0px 12px 0px 9px;
    }

    .exhibtor_wrapper .form-wrapper .file-box .shallow-input button {
        display: flex;
        align-items: center;
        font-size: 12px;
        justify-content: space-between;
        padding: 9px 16px;
        gap: 4px;
    }

    .exhibtor_wrapper .content-wrapper h4 {
        font-size: 16px;
    }

    .exhibtor_wrapper .content-wrapper .content-inner {
        padding: 39px 34px 39px 16px !important;
    }

    .exhibtor_wrapper .content-wrapper .content-inner ul li {
        color: #6d6e71;
    }

    .exhibtor_wrapper .content-wrapper .content-inner ul li::before {
        right: -10% !important;
    }

    .exhibtor_wrapper .signature-wrapper {
        width: 100%;
    }

    .exhibtor_wrapper .signature-wrapper .sign-bad-btns {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 10px;
        bottom: 8px;
        justify-content: center;
    }

    .exhibtor_wrapper .signature-wrapper .sign-bad-btns button {
        display: flex;
        align-items: center;
        font-size: 12px;
        gap: 4px;
        padding: 8px 16px;
    }

    .exhibtor_wrapper .signature-wrapper .sign-bad-btns button svg {
        width: 15px;
    }

    .exhibtor_wrapper .alert {
        padding: 17px 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 23px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .exhibtor_wrapper .success-wrapper p {
        font-size: 16px;
        width: 100%;
    }
}

.flex-1 {
    flex: 1;
}

.flex-3 {
    flex: 4 !important;
}

.bg-light-2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #e9e6e340;
}

[dir="ltr"] .exhibtor_wrapper .stepper-wrapper .stepper-item.completed::after,
[dir="ltr"] .exhibtor_wrapper #block-eportal2-local-tasks ul .stepper-wrapper .stepper-item.completed::after,
[dir="ltr"] #block-eportal2-local-tasks .exhibtor_wrapper ul .stepper-wrapper .stepper-item.completed::after {
    left: auto !important;
    right: -35%;
}

[dir="ltr"] .exhibtor_wrapper .content-wrapper .content-inner ul li::before {
    left: auto !important;
    right: 101.5%;
}

/* End Packs */

/* Start Pack Details */
.mb-48 {
    margin-bottom: 48px;
}

@media (max-width: 567px) {
    .mb-48 {
        margin-bottom: 0;
    }
}

.mt-32 {
    margin-top: 32px !important;
}


.pack-details-wrapper.px-sm-0 {
    margin-top: 1em !important;
}

.pack-details-wrapper .main-card .main-card-header {
    padding: 26px 100px 21px;
    background-color: #0b5661;
    border-top-left-radius: 50px;
}

.pack-details-wrapper .main-card .main-card-header h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32.71px;
    color: #fafafa;
}

.pack-details-wrapper .main-card .main-card-body {
    padding: 35px 100px 30px;
    background-color: #0b56611c;
}

.pack-details-wrapper .main-card .main-card-body p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.32px;
    color: #5a5a5a;
}

.pack-details-wrapper .main-card .main-card-body .price {
    margin-top: 23px;
}

.pack-details-wrapper .main-card .main-card-body .price h5 {
    font-size: 30px;
    font-weight: 900;
    line-height: 49.06px;
    color: #0b5661;
}

.pack-details-wrapper .main-card .main-card-body .price span {
    font-weight: 500;
    line-height: 22.03px;
    margin-top: 4px;
}

@media (max-width: 567px) {
    .pack-details-wrapper .main-card .main-card-header {
        padding: 17px 24px 16px 6px;
    }

    .pack-details-wrapper .main-card h3 {
        font-size: 16px;
    }

    .pack-details-wrapper .main-card .back-vec {
        right: 10px;
    }

    .pack-details-wrapper .main-card .main-card-body {
        padding: 27px 24px 24px 12px;
    }

    .pack-details-wrapper .main-card .main-card-body p {
        font-size: 14px;
        line-height: 25px;
    }

    .pack-details-wrapper .main-card .main-card-body h5 {
        font-size: 21px !important;
        line-height: 30px !important;
    }

    .pack-details-wrapper .main-card .main-card-body span {
        color: #0b5661;
    }

    .pack-details-wrapper .partener-sponsor-container {
        row-gap: 48px !important;
    }
}

.pack-details-wrapper .row {
    row-gap: 100px;
    justify-content: center;
}


.pack-details-wrapper .second-card {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    padding: 16px 16px 0px;
    margin-top: 48px;
    height: 100%;
}

.pack-details-wrapper .second-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #0b5661fa 0%, #0b5661 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.pack-details-wrapper .second-card .icon-container {
    transform: translateY(-65%) translateX(50%);
    position: absolute;
    right: 50%;
    background-color: #0b5661;
    width: 100px;
    height: 100px;
    padding: 25px;
    border-radius: 50%
}

.pack-details-wrapper .second-card .icon-container::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px dotted #0b5661;
    width: 120%;
    height: 120%;
    border-radius: 50%;
}

[dir="rtl"] .pack-details-wrapper .second-card .icon-container::after {
    /* transform: translate(50%, 50%) */
}

.pack-details-wrapper .second-card .title {
    margin-top: 64px !important;
    border-radius: 50px;
    padding: 5px 27px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 26.16px;
    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
}

@media (max-width: 567px) {
    .pack-details-wrapper .second-card .title {
        font-size: 14px;
    }
}

.pack-details-wrapper .second-card .inner-title {
    margin-top: 32px;
    gap: 8px;
}

.pack-details-wrapper .second-card .inner-title span {
    font-weight: 500;
    line-height: 20px;
    color: #0b5661;
}

.pack-details-wrapper .second-card ul {
    margin: 8px 28px 0 0;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pack-details-wrapper .second-card ul .translate-x {
    transform: translateX(8%);
}

.pack-details-wrapper .alert-info {
    padding: 25px 47px;
    font-size: 20px;
    font-weight: 600;
    line-height: 31.46px;
    border-radius: 5px;
    margin-bottom: 48px;
}

@media (max-width: 567px) {
    .pack-details-wrapper .alert-info {
        padding: 18px 17px;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
}

/* End Pack Details */


/* Start Program */



@media (max-width: 567px) {
    .program-container .contact-social {
        padding-top: 0;
    }
}

.program-container .contact-social::before,
.program-container .contact-social::after {
    display: none;
}

.program-container .contact-social h5::before {
    left: 20%;
}

@media (max-width: 2000px) {
    .program-container .contact-social h5::before {
        left: 28%;
    }
}

@media (max-width: 567px) {
    .program-container .contact-social h5::before {
        left: 14%;
    }
}

.program-container .contact-social h5::after {
    right: 20%;
}

@media (max-width: 2000px) {
    .program-container .contact-social h5::after {
        right: 28%;
    }
}

@media (max-width: 567px) {
    .program-container .contact-social h5::after {
        right: 14%;
    }
}



@media (max-width: 2000px) {

    .program-container .contact-social h5::before,
    .program-container .contact-social h5::after {
        width: 15% !important;
    }
}

@media (max-width: 567px) {

    .program-container .contact-social h5::before,
    .program-container .contact-social h5::after {
        top: 5.5rem;
    }
}

.program-container .contact-social .slogan {
    font-size: 20px;
    font-weight: 500;
    line-height: 31.46px;
    margin-top: 13px;
    color: #0b5561c1;
}

@media (max-width: 567px) {
    .program-container .contact-social .slogan {
        font-size: 14px;
        margin-top: 0 !important;
    }
}

.program-container .tables-container {
    padding: 0 50px;
}

@media (max-width: 567px) {
    .program-container .tables-container {
        padding: 0 32px !important;
    }
}

.program-container .tables-container .table .right-side {
    background-color: #0b5661;
    padding: 0 35px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    gap: 4px;
}

[dir="ltr"] .program-container .tables-container .table .right-side {
    border-radius: 0;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px;
}

@media (max-width: 567px) {
    .program-container .tables-container .table .right-side {
        padding: 14px 0 !important;
        border-radius: 0 !important;
        border-top-right-radius: 10px !important;
        border-top-left-radius: 10px !important;
        flex-direction: row !important;
        border-bottom-left-radius: 0 !important
    }

    .program-container .tables-container .table .right-side span,
    .program-container .tables-container .table .right-side p {
        font-size: 20px !important;
        font-weight: 600 !important;
    }
}

.program-container .tables-container .table .right-side span {
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.program-container .tables-container .table .right-side p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 567px) {
    .program-container .tables-container .table {
        flex-direction: column !important;
    }
}

.program-container .tables-container .table .left-side {
    padding: 16px;
    background-color: #0b56611c;
    flex: 1;
}

@media (max-width: 567px) {
    .program-container .tables-container .table .left-side {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}

.program-container .tables-container .table .left-side h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32.71px;
    color: #0b5661;
    display: flex;
    gap: 8px;
    background-color: transparent !important
}

@media (max-width: 567px) {
    .program-container .tables-container .table .left-side h3 {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .program-container .tables-container .table .left-side h3 span:nth-child(1) {
        font-size: 14px;
    }

    .program-container .tables-container .table .left-side h3 span:nth-child(3) {
        font-size: 20px !important;
        font-weight: 900;
    }
}

.program-container .tables-container .table .left-side .schedule {
    background-color: #0b56611c !important;
    padding: 16px;
}

@media (max-width: 567px) {
    .program-container .tables-container .table .left-side .schedule {
        flex-direction: column;
    }

    .program-container .tables-container .table .left-side .schedule .time {
        border-left: 0 !important;
    }

    .program-container .tables-container .table .right-side span,
    .program-container .tables-container .table .right-side p {
        font-size: 14px !important;
        font-weight: 600 !important;
        padding: 0 !important;
        line-height: normal !important
    }
}

.program-container .tables-container .table .left-side .schedule .time {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 26.16px;
    color: #0b5661;
    padding: 36px 38px;
    border-left: 3px solid #0b5661
}

[dir="ltr"] .program-container .tables-container .table .left-side .schedule .time {
    border-right: 3px solid #0b5661;
    border-left: 0
}

@media (max-width: 567px) {
    [dir="ltr"] .program-container .tables-container .table .left-side .schedule .time {
        border: 0 !important;
    }

    .program-container .tables-container .table .left-side .schedule .time {
        padding: 8px 0 16px !important;
    }

    .program-container .tables-container .table .left-side .schedule .time .content {
        align-items: center;
    }
}

.program-container .tables-container .table .left-side .schedule .time::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #0b5661;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    display: none
}

@media (max-width: 567px) {


    .program-container .tables-container .table .left-side .schedule .time::after {
        left: 50%;
        bottom: 0;
        transform: translateX(-45%);
        top: 70%;
        height: 3px;
        width: 40%;
        display: block !important
    }
}

@media (max-width: 567px) {
    .program-container .tables-container .table .left-side .schedule .content {
        padding: 0 12px !important;
    }
}

.program-container .tables-container .table .left-side .schedule .content h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 29.98px;
    color: #0b5661;
}

@media (max-width: 567px) {
    .program-container .tables-container .table .left-side .schedule .content h5 {
        text-align: center;
    }
}

.program-container .tables-container .table .left-side .schedule .content span {
    font-weight: 600;
}

.program-container .tables-container .table .left-side .schedule .content span,
.program-container .tables-container .table .left-side .schedule .content p {
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
}

@media (max-width: 567px) {

    .program-container .tables-container .table .left-side .schedule .content span,
    .program-container .tables-container .table .left-side .schedule .content p {
        text-align: center;
        margin-top: 16px !important;
    }
}

.program-container .tables-container .table .left-side .schedule .content p {
    font-weight: 500;
}

.program-container .tables-container .break {
    color: #fff;
    padding: 14px 0;
}

.program-container .tables-container .break.first {
    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
}

.program-container .tables-container .break.second {
    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
}

.program-container .tables-container .break span {
    font-size: 20px;
    font-weight: 700;
    line-height: 32.71px;
}

.px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

/* End Program */

/* Start Login */
[dir="rtl"] .absoluted-eye {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.absoluted-eye {
    filter: grayscale(100%);
    /* Converts the image to black-and-white */
}

[dir="ltr"] .absoluted-eye {
    top: 50%;
    left: auto;
    right: 5%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (min-width: 1920px) {
    .register .container {
        width: 90%;
    }
}

.register.sign_in .col-6:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.register.sign_in .bg-img {
    /* background: url(../imgs/bg/sign-in-desktop.png) no-repeat top left;
	 background-size: contain */
}

@media (max-width: 991px) {
    .register.sign_in {
        background: url(../imgs/bg/sign-in-mob.png) no-repeat top center;
        background-size: 100% 230px;
    }
}

@media (min-width: 1920px) {
    .register.sign_in {
        background-size: 50% auto;
    }
}

.register.sign_in .register-form {
    /*  max-width: 450px; */
}

.register.sign_up {
    /* background: url(../imgs/bg/sign-up.png) no-repeat top left;
	 background-size: 50% 100%;
	 */
}

@media (max-width: 991px) {
    .register.sign_up {
        /* background-size: 100% rem(230px);
		 */
    }
}

.register.sign_up .register-form {
    max-width: 94%;
    --bs-gutter-x: 0.6rem !important;
}

.register .register_card {
    padding-block: 50px;
}

@media (max-width: 567px) {
    .register .register_card {
        transform: translateY(120px);

    }
}

.register .register_card.forgot-container {
    min-height: 50vh !important;
}

.register .register_card:first-of-type {
    margin: 0;
}

.register .register_card-title {
    color: #0b5661;
    font-size: 24px;
    font-weight: 700
}

.register .register-btn {
    color: #33bba2
}

.register .register_card-welcome {
    color: #6d6e71;
    font-size: 15px;
}


@media (max-width: 991px) {
    .register .register_card {
        background-color: #fff;
        margin-top: 9rem;
        border-radius: 10px;
        min-height: 50vh;
        margin-inline: auto;
        padding-block: 30px;
    }
}

.register-form {
    margin-inline: auto;
}

.register-form .form-label {
    /*    color: #161439;
    font-size: 16px;
    font-weight: bold; */
}

.register-form .form-control {
    font-size: 14px;
    border-color: #e7e7e7 !important;
    border-radius: 5px;
    height: 50px !important;
}

.register-form .btn {
    min-height: 40px;
    min-width: 200px;
    margin-inline: auto;
    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
    border-radius: 100px;
    padding: 0 40px;
    border: 0
}

.forget_pass {
    color: #0B5660;
}

@media (max-width: 991px) {
    .forget_pass {
        font-size: 14px;
    }
}

/*************** Custom CheckBox ****************************/
.cs_check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[dir="rtl"] .cs_check {
    padding-right: 30px;
    padding-left: 0
}

[dir="ltr"] .checkmark::after {
    left: 50% !important;
    transform: translateX(-50%) rotate(45deg) !important
}

@media (max-width: 991px) {
    .cs_check {
        font-size: 14px;
    }
}

.cs_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}

.cs_check .checkmark:after {
    content: "";
    left: 0;
    margin: 0 auto;
    top: calc(40% - 5.5px);
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: none;
}

[dir="rtl"] .cs_check .checkmark {
    right: 0 !important
}

[dir="rtl"] .cs_check .checkmark:after {
    right: 50%;
    transform: translateX(50%) rotate(45deg);
    left: auto !important
}

.cs_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cs_check input:checked~.checkmark {
    background-color: #0B5660 !important;
}

.cs_check input:checked~.checkmark:after {
    display: block;
}

.cs_check:hover input~.checkmark {
    background-color: #ccc;
}

/* Add custom arrow */
.select-container {
    position: relative;
}

.select-container .form-control {
    padding-right: 1rem;
}

.select-container .icon {
    color: yellow;
    font-size: 6px;
    position: absolute;
    right: 1rem;
    bottom: 1.2rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-position: left 2rem center;
}

/* End Login */

/* Start Latest News */
.sponsor_details_wrapper {
    padding-block: 0rem;
    gap: 50px;
    display: flex;
    flex-direction: column;
    margin-top: 7em
}

.sponsor_details_wrapper .container .row {
    gap: 37px;
}

.sponsor_details_wrapper .sponsor_card {
    padding: 32px;
    border: 1px solid #5a5a5a80;
    border-radius: 10px;
    display: flex;
    gap: 24px;
}

.sponsor_details_wrapper .sponsor_card .sponsor {
    position: relative;
}

.sponsor_details_wrapper .sponsor_card .sponsor>div {
    background-color: #0b5661;
    width: 216px;
    min-height: 237px;
    border-radius: 10px;
    position: relative;
    display: flex;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
}

.sponsor_details_wrapper .sponsor_card .sponsor>div img {
    width: 190px;
    height: 190px;
    border-radius: 101px;
    transform: translateY(-10px);
    object-fit: contain;
}

/* .sponsor_details_wrapper .sponsor_card .sponsor>div::after {
    content: '';
    position: absolute;
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
    border-radius: 10px;
} */

.sponsor_details_wrapper .sponsor_card .sponsor.latest-news {
    position: relative;
}

.sponsor_details_wrapper .sponsor_card .sponsor.latest-news img {
    border-radius: 10px;
    max-width: 328px;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
}

.sponsor_details_wrapper .sponsor_card .sponsor.latest-news span {
    position: absolute;
    display: block;
    left: 2.5%;
    top: 2.5%;
    border-radius: 10px;
    bottom: 0;
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
}

.sponsor_details_wrapper .sponsor_card .sponsor::after,
.sponsor_details_wrapper .sponsor_card .sponsor::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 86px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 10px;
}

.sponsor_details_wrapper .sponsor_card .sponsor::after {
    background-color: #33bba2;
    top: -16%;
}

.sponsor_details_wrapper .sponsor_card .sponsor::before {
    bottom: -17%;
    background-color: #205b2d;
}

.sponsor_details_wrapper .sponsor_card .sponsor_desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sponsor_details_wrapper .sponsor_card .sponsor_desc p {
    color: #5a5a5a;
    line-height: 20px;
    text-align: justify;
    word-break: break-word;
}

.sponsor_details_wrapper .sponsor_card .sponsor_desc div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.sponsor_details_wrapper .sponsor_card .sponsor_desc div h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0b5661;
    line-height: 35px;
}

.sponsor_details_wrapper .sponsor_card .sponsor_desc div span {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

.sponsor_details_wrapper .sponsor_card .sponsor_desc.workshop h2 {
    color: #713b02;
}

.sponsor_details_wrapper .sponsor_card .sponsor_desc.workshop+div a {
    background-color: #713b02;
}

.sponsor_details_wrapper .sponsor_card .button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
}

.sponsor_details_wrapper .sponsor_card .button a {
    background-color: #0b5661;
    padding: 15px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    transform: translateX(-50%);
}

@media (max-width: 576px) {
    .sponsor_details_wrapper .sponsor_card {
        flex-direction: column !important;
        align-items: center;
    }
}

.sponsor_details_wrapper .exhibition-card .sponsor>div {
    background-color: transparent;
    position: relative;

}

.sponsor_details_wrapper .exhibition-card .sponsor>div img {
    border: 1.5px dashed #205b2d;
    border-radius: 50%;
}

.sponsor_details_wrapper .exhibition-card .sponsor>div::after {
    border: 0;
}

/* .sponsor_details_wrapper .exhibition-card .sponsor>div::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 216px;
    height: 237px;
    background: url(../imgs/bg/partner1.svg) no-repeat top center, url(../imgs/bg/partner2.svg) no-repeat top center;
    background-size: contain;
    top: 0;
} */

.navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 2em
}

.navigation ul {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
}

.navigation ul a,
.navigation span {
    display: block;
    width: 50px;
    height: 50px;
    color: #3c908d !important;
    background-color: #3c908d2e;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation ul a.active {
    background-color: #3c908d;
    color: #fff !important;
}

.navigation ul a:hover {
    background-color: #3c908d;
    color: #fff !important;
}

@media (max-width: 576px) {
    .sponsor_details_wrapper {
        padding: 45px 32px 100px;
    }

    .sponsor_details_wrapper .container .row {
        gap: 35px;
    }

    .sponsor_details_wrapper .col-12 {
        padding: 0;
    }

    .sponsor_details_wrapper .sponsor_card {
        position: relative;
        padding: 20px;
        gap: 16px;
        border-radius: 4.69px;
    }

    .sponsor_details_wrapper .sponsor_card::after,
    .sponsor_details_wrapper .sponsor_card::before {
        content: "";
        position: absolute;
        height: 5px;
        width: 86px;
        right: 50%;
        transform: translateX(50%);
        border-radius: 10px;
    }

    .sponsor_details_wrapper .sponsor_card::before {
        top: -0.6%;
        background-color: #6598cb;
        width: 143px;
    }

    .sponsor_details_wrapper .sponsor_card::after {
        bottom: -0.7%;
        background-color: #205b2d;
        width: 143px;
    }

    .sponsor_details_wrapper .sponsor_card .sponsor {
        width: 70%;
    }

    .sponsor_details_wrapper .sponsor_card .sponsor.latest-news {
        width: 100%;
        height: 185px;
    }

    .sponsor_details_wrapper .sponsor_card .sponsor.latest-news img {
        width: 100%;
        height: 100%;
    }

    .sponsor_details_wrapper .sponsor_card .sponsor>div {
        width: 147px;
        height: 147px;
        margin: auto;
    }

    .sponsor_details_wrapper .sponsor_card .sponsor::after,
    .sponsor_details_wrapper .sponsor_card .sponsor::before {
        display: none;
    }

    .sponsor_details_wrapper .sponsor_card .button {
        display: none;
    }

    .sponsor_details_wrapper .sponsor_card img:not(.logo-ex) {
        width: 115px;
        height: 100px;
    }

    .sponsor_details_wrapper .sponsor_card img.logo-ex {
        width: 120px;
        height: auto;
    }

    .sponsor_details_wrapper .sponsor_card .sponsor_desc {
        gap: 15px;
    }

    .sponsor_details_wrapper .sponsor_card .sponsor_desc div {
        text-align: center;
        gap: 4px;
    }

    .sponsor_details_wrapper .sponsor_card .sponsor_desc div h2 {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
    }

    .sponsor_details_wrapper .sponsor_card .sponsor_desc div span {
        font-size: 12px;
        line-height: 19.5px;
    }

    .sponsor_details_wrapper .sponsor_card .sponsor_desc p {
        font-size: 12px;
        line-height: 18px;
    }

    .navigation ul a {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
}

[dir="ltr"] .sponsor_details_wrapper .sponsor_card .button a {
    transform: translateX(18%) rotate(180deg);
}

[dir="ltr"] .navigation ul {
    flex-direction: row !important;
}

/* End Latest News */

/* Start Latest News Details */
.workshop_thanks_wrapper {
    padding-bottom: 6rem;
    gap: 50px;
    display: flex;
    flex-direction: column;
}

.workshop_thanks_wrapper .title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.workshop_thanks_wrapper .title-wrapper .date-time {
    display: flex;
    align-items: center;
    gap: 15px;
}

.workshop_thanks_wrapper .title-wrapper .date-time p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #0b5661 !important;
}

.workshop_thanks_wrapper .container {
    padding: 0;
}

.workshop_thanks_wrapper .container .row {
    gap: 37px;
}

.workshop_thanks_wrapper .container .row .col-md-9 {
    margin: auto;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card {
    border: 1px solid #5a5a5a80;
    border-radius: 10px;
    padding: 30px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .img-wrapper {
    position: relative;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .img-wrapper img {
    border-radius: 10px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .img-wrapper::after {
    content: '';
    position: absolute;
    left: 2.5%;
    width: 95%;
    height: 95%;
    top: 2.5%;
    border: 1px solid #fff;
    border-radius: 10px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 49px;
    color: #0b5661;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content p {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 28px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content i {
    color: #0b5661;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .row {
    gap: 0px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form span {
    font-size: 18px;
    color: #0b5661;
    font-weight: 600;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .row-child {
    display: flex;
    gap: 16px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .row-child div {
    flex: 1;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group label {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.form-group input,
.form-group select {
    border-color: #6d6e71;
    height: 60px;
    border-radius: 5px;
}

.form-group select {
    height: 60px;
}

.form-group i {
    display: flex;
    align-items: center;
    top: 52%;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .row-child .br {
    margin-top: 32px;
    height: 1px;
    background-color: #5a5a5a;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .title-inner {
    color: #000;
    display: block;
    margin-top: 25px !important;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .title-inner-second {
    color: #000;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .alert-date {
    margin-top: 16px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .alert-information {
    padding: 26px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 48px;
    margin-bottom: 20px;
    font-weight: 600;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .form-group-radio {
    gap: 20px;
    border: 1px solid #6d6e71;
    padding: 17px;
    border-radius: 5px;
    /* Change border color when radio is selected */
    /* Style the inner circle (check) when checked */
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .form-group-radio .form-check-input:checked {
    border: 2px solid #0b5661;
    /* Border color when checked */
    background-color: #fff;
    /* Background to match the form */
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .form-group-radio .form-check-input:checked::before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background-color: #0b5661;
    /* Inner check color */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .form-group-radio input[type='radio'] {
    display: block;
    border: 1px solid #5a5a5a;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    appearance: auto;
    width: 28px !important;
    box-shadow: none !important;
    height: 28px !important;
    /* Custom border color */
    appearance: none;
    /* Remove default styling */
    outline: none;
    cursor: pointer;
    position: relative;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .form-group-radio span {
    font-size: 16px;
    color: #6d6e71;
    font-weight: 500;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .submit-wrapper {
    margin-top: 20px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .thanks-card .card-wrapper .content-form-wrapper .form .submit-wrapper button {
    background-color: #0b5661;
    color: #fff;
    padding: 12px 108px;
    border: 0;
    outline: 0;
    border-radius: 50px;
    font-size: 16px;
    line-height: 26px;
}

/* .workshop_thanks_wrapper .container .row .col-md-9 .row-child label {
    font-size: 16px !important;
} */

.workshop_thanks_wrapper .container .row .col-md-9 .row-child i {
    top: 60% !important;
}

.workshop_thanks_wrapper .container .row .col-md-9 .how-heared {
    margin-top: 16px;
}

.workshop_thanks_wrapper .container .row .col-md-9 .title-inner {
    font-size: 16px !important;
}

.workshop_thanks_wrapper .container .row .col-md-9 .form-group-radio {
    margin-bottom: 16px !important;
}

.workshop_thanks_wrapper .container .row .col-md-9 .alert,
.workshop_thanks_wrapper .container .row .col-md-9 .form-group-radio span {
    font-size: 14px !important;
}

@media (max-width: 567px) {

    .register {
        margin-top: 0 !important
    }

    .header .dropdown-toggle::after {
        display: none;
    }

    .workshop_thanks_wrapper {
        padding: 0 32px !important;
        margin-top: 7em;
        padding-bottom: 45px !important;
    }

    .workshop_thanks_wrapper .row-child {
        flex-direction: column;
        gap: 0 !important;
    }

    .workshop_thanks_wrapper .alert {
        padding: 14px 20px !important;
    }

    .workshop_thanks_wrapper .col-12 {
        padding: 0 !important;
    }

    .workshop_thanks_wrapper .card-wrapper {
        gap: 16px !important;
    }

    .workshop_thanks_wrapper .card-wrapper .title-wrapper {
        gap: 9px !important;
    }

    .workshop_thanks_wrapper .card-wrapper h2 {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .workshop_thanks_wrapper .card-wrapper .date-time {
        gap: 10px;
    }

    .workshop_thanks_wrapper .card-wrapper .date-time p {
        font-size: 12px !important;
    }

    .workshop_thanks_wrapper .card-wrapper .content p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .workshop_thanks_wrapper .container .row .col-md-9 .thanks-card {
        border-radius: 4px !important;
        padding: 20px !important;
    }

    .workshop_thanks_wrapper .submit-wrapper {
        margin-bottom: 20px;
    }

    .workshop_thanks_wrapper button {
        padding: 7px !important;
    }

    .workshop_thanks_wrapper .alert-information {
        margin-top: 32px !important;
    }

    .workshop_thanks_wrapper .br-mob div {
        background-color: #5a5a5a 80;
        height: 1px;
        margin-top: 16px;
    }
}

/* End Latest News Details */

/* Start Speakers */
.section-title {
    font-size: 2rem;
    color: 0b5661;
    position: relative;
    padding-bottom: 1.4285714286rem;
    text-align: center;
    width: max-content;
    margin-inline: auto;
    margin-bottom: 2rem;
    font-weight: bold;
}

.section-title::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    width: 33.33%;
    border-bottom: 2px solid #33bba2;
}

.speakers {
    /*  padding-block: 50px; */
    position: relative;
}

.speakers .wave {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(50%, -50%);
}

@media (max-width: 767px) {
    .speakers .wave {
        display: none;
    }
}

.speakers_Swiper {
    --swiper-navigation-color: var(--primary);
    --swiper-navigation-size: 36px;
    --swiper-navigation-sides-offset-: -80px;
}

.speakers_Swiper .speaker_person {
    transition: all 0.4s linear !important;
}

@media (min-width: 768px) {
    .speakers_Swiper {
        --swiper-navigation-top-offset: 65%;
    }

    .speakers_Swiper .swiper-slide-visible:nth-child(odd) .speaker_person {
        margin-top: 100px;
    }
}

.speakers_Swiper .swiper-button-next:after,
.speakers_Swiper .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.speakers_Swiper .swiper-wrapper {
    width: calc(100% + 68px);
}

.speakers_Swiper .swiper-wrapper .swiper-slide {
    max-width: 23%;
}

@media (max-width: 768px) {
    .speakers_Swiper .swiper-wrapper .swiper-slide {
        max-width: 100%;
    }
}

.speakers_Swiper .swiper-wrapper .swiper-slide.swiper-slide-visible:not(.swiper-slide-fully-visible),
.speakers_Swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    /* opacity: 0;
	 */
}

.speakers_Swiper .swiper-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-active {
    opacity: 1;
}

@media (min-width: 1199px) {

    .w-lg-50 {
        width: 50% !important
    }

    .speakers .swiper-button-prev {
        left: 3rem;
    }

    .speakers .swiper-button-next {
        right: 3rem;
    }
}

@media (min-width: 1920px) {
    .speakers .swiper-button-prev {
        left: 3rem;
    }
}

.speaker_person {
    text-align: center;
}

.speaker_person .speaker_im {
    /*  background: url(../imgs/bg/radius-gradient.svg) no-repeat top center;
    background-size: 100% 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1rem;
}

.speaker_person .speaker_im .image {
    object-fit: cover;
    width: 182px;
    border-radius: 50%;
    position: relative;
}



.speaker_person .speaker_title {
    color: #0b5661;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.speaker_person .speaker_desc {
    color: #3c908d;
    font-size: 12px;
    padding-inline: 2rem;
}

@media (max-width: 768px) {
    .speaker_person .speaker_desc {
        padding-inline: 4rem;
    }
}

.speakers_Swiper {
    position: static !important;
}

.single-speaker-details .with-border {
    position: relative;
}

.single-speaker-details .with-border::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #996733;
    z-index: 100;
}

.single-speaker-details .speaker-details-card {
    background: #3c908d14;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.single-speaker-details .speaker-details-card::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/assets/imgs/speakers/Group.png);
}

.single-speaker-details .speaker-details-card .img-container {
    display: inline-block;
    background-color: #fff;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    padding: 16px;
    transform: translateY(20%);
    align-self: center;
}

.single-speaker-details .speaker-details-card .img-container img.main-img {
    border-radius: 50%;
    display: block;
    width: 100%;
}

.single-speaker-details .speaker-details-card h4 {
    color: #0b5661;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 50px;
}

.single-speaker-details .speaker-details-card span {
    text-align: center;
    color: #0b5661;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 30px;
}

.single-speaker-details .single-speaker-card {
    border-radius: 10px;
    padding: 39px 32px;
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(153, 103, 51, 0.25);
    background: rgba(249, 246, 244, 0.25);
    padding-bottom: 50px;
    height: 100%;
}

@media (max-width: 567px) {
    .single-speaker-details .single-speaker-card {
        border-radius: 10px;
        padding: 32px;
        position: relative;
        background: #fff;
        background-clip: padding-box;
        border: 2px solid transparent;
    }

    .single-speaker-details .single-speaker-card::before {
        background: linear-gradient(45deg, #996733, #24653d);
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: 10px;
        z-index: -1;
    }
}

.single-speaker-details .single-speaker-card ul {
    padding: 0 32px;
    position: absolute;
    bottom: 0;
    width: auto;
    background-color: #0b5661;
    padding: 10px 20px;
    gap: 18px;
    border-radius: 10px 10px 0px 0px;
    justify-content: center !important;
}

.single-speaker-details .single-speaker-card ul i {
    color: #0b5661
}

[dir="rtl"] .single-speaker-details .single-speaker-card ul {
    right: 50%;
    transform: translateX(50%)
}

[dir="ltr"] .single-speaker-details .single-speaker-card ul {
    left: 50%;
    transform: translateX(-50%)
}

.single-speaker-details .single-speaker-card ul img {
    filter: brightness(0) invert(1);
}

.single-speaker-details .single-speaker-card p {
    color: #5a5a5a;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

@media (max-width: 567px) {
    .single-speaker-details {
        margin-top: 70px;
    }

    .single-speaker-details .single-speaker-card {
        margin-top: 38px;
        padding-bottom: 0;
        position: relative;
    }

    .single-speaker-details .single-speaker-card .img-container {
        padding: 22px;
        background-image: url(/assets/imgs/speakers/Ellipse\ 2.svg);
        background-size: contain;
    }

    .single-speaker-details .single-speaker-card .img-container img {
        border-radius: 150px;
    }

    .single-speaker-details .single-speaker-card h4 {
        color: #205b2d;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 16px;
        text-align: center;
    }

    .single-speaker-details .single-speaker-card span {
        color: #205b2d;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
    }

    .single-speaker-details .single-speaker-card ul {
        margin-top: 20px;
        position: relative;
        background-color: transparent;
    }

    .single-speaker-details .single-speaker-card ul img {
        transform: scale(0.6);
        filter: brightness(1) invert(0);
    }

    .single-speaker-details .single-speaker-card p {
        font-size: 16px;
        margin-top: 16px;
    }

    .single-speaker-details .with-border::after {
        bottom: -10px;
    }

    .single-speaker-details .col-md-8 {
        transform: translateY(-15%);
    }
}

/* End Speakers */

/* Start Advicory */
.advisors .advisor-inner .new-card {
    background-color: #8356270D;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 32px;
    padding-right: 18px;
    padding-left: 18px;
    height: 100%;
}

@media (max-width: 567px) {
    .advisors .advisor-inner .new-card {
        width: 267px;
        margin: auto;
    }
}

.advisors .advisor-inner .new-card.purpule-back {
    background: #0b56610D;
}

.advisors .advisor-inner .new-card.purpule-back h4,
.advisors .advisor-inner .new-card.purpule-back span {
    color: #0b5661;
}

.advisors .advisor-inner .new-card.blue-back {
    background: #6598cb0D;
}

.advisors .advisor-inner .new-card.blue-back h4,
.advisors .advisor-inner .new-card.blue-back span {
    color: #236bb3;
}

.advisors .advisor-inner .new-card.green-back {
    background: #0066350D;
}

.advisors .advisor-inner .new-card.green-back h4,
.advisors .advisor-inner .new-card.green-back span {
    color: #006635;
}

.advisors .advisor-inner .new-card .vec-img-new {
    z-index: -1;
    left: 0;
    right: 0;
}

.advisors .advisor-inner .new-card .img-container {
    width: 85%;
    padding: 12px;
    background-color: #fff;
    border-radius: 150px;
    margin: 55px auto 20px;
}

.advisors .advisor-inner .new-card .img-container img {
    border-radius: 150px;
}

.advisors .advisor-inner .new-card h4 {
    color: #996733;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 8px;
}

.advisors .advisor-inner .new-card span {
    color: #996733;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

@media (max-width: 567px) {
    .advisors .advisor-inner .row {
        gap: 24px;
    }

    .advisors .advisor-inner .row .col-12 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 567px) {
    .advisors {
        margin-top: 7em;
    }

    .advisors .section-title {
        font-size: 16px;
        margin-bottom: 48px !important;
    }
}

@media (max-width: 567px) {
    .speakers_wrapper {
        padding: 45px 32px 48px !important;
    }

    .pack-details-wrapper .row.gap-mob-0 {
        gap: 0 !important;
    }

    .for-speakers-details {
        margin-top: 48px;
        margin-bottom: 100px !important;
    }

    .mt-sm-48 {
        margin-top: 48px;
    }
}

.for-advisors {
    margin-top: 100px;
    margin-bottom: 0 !important;
}

/* End Advicory */

/* Start Videos-photos */
.videos-photos-container {
    padding-block: 6rem;
}

.videos-photos-container .main-title {
    color: #0b5661;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.videos-photos-container .title-slogan {
    color: #134e43;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 48px;
}

.videos-photos-container .videos-photos-search-container {
    position: relative;
    height: 50px !important;
}

.videos-photos-container .videos-photos-search-container .img-container {
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

.videos-photos-container .videos-photos-search-container input {
    border-radius: 10px;
    border: 1px solid #6d6e71;
    padding-right: 37px;
}

.videos-photos-container .videos-photos-search-container button {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: var(--Brown, #996733);
    border: 0;
    outline: 0;
    padding: 4px 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}

.videos-photos-container .first-tabs-container>ul button {
    border: 0;
    outline: 0;
    border-radius: 10px;
    background: #3c908d2e;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: calc(100% - 16px);
}

.videos-photos-container .first-tabs-container>ul button:not(.search-btn) {
    padding: 10px 24px;
}

.videos-photos-container .first-tabs-container>ul button.active {
    background: #0b5661;
    color: #fff !important;
}

.videos-photos-container .first-tabs-container>ul button.active .icon-container {
    background-color: #ffffff1f;
}

.videos-photos-container .first-tabs-container>ul button:not(.active) {
    color: #0b5661;
}

.videos-photos-container .first-tabs-container>ul button.search-btn {
    background-color: #0b5661;
    color: #fff;
}

.videos-photos-container .first-tabs-container>ul button .icon-container {
    background-color: #0b5661;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.videos-photos-container .first-tabs-container .inner-tabs {
    margin-top: 48px;
}

.videos-photos-container .first-tabs-container .inner-tabs ul button {
    border: 0;
    outline: 0;
    background-color: transparent;
    color: #0b5661;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 0;
    border-bottom: 1px solid !important;
}

.videos-photos-container .first-tabs-container .inner-tabs ul button.active {
    color: #0f7686;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.videos-photos-container .first-tabs-container .inner-tabs ul button.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: calc(100% - 1.5px);
    border-radius: 5px;
    background-color: #0b5661 !important;
}

.videos-photos-container .first-tabs-container .inner-tabs .videos-photos-card {
    border-radius: 10px;
    border: 1px solid var(--Linear, #6598cb);
    padding: 16px;
}

.videos-photos-container .first-tabs-container .inner-tabs .videos-photos-card .card-content {
    padding-top: 11px;
}

.videos-photos-container .first-tabs-container .inner-tabs .videos-photos-card .card-content h4 {
    color: #0b5661;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.videos-photos-container .first-tabs-container .inner-tabs .videos-photos-card .card-content span {
    color: #5a5a5a;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.videos-photos-container .first-tabs-container .inner-tabs .videos-photos-card .card-content li {
    align-items: center
}

@media (max-width: 567px) {
    .videos-photos-container .first-tabs-container .inner-tabs .videos-photos-card .card-content span {
        font-size: 11px;
    }
}

@media (max-width: 567px) {
    .videos-photos-container .main-title {
        font-size: 18px;
    }

    .videos-photos-container .title-slogan {
        font-size: 12px;
    }

    .videos-photos-container .first-tabs-container .videos-photos-search-container {
        height: 40px !important;
    }

    .videos-photos-container .first-tabs-container .videos-photos-search-container input {
        border-radius: 5px;
    }

    .videos-photos-container .first-tabs-container ul:not(.select-box__list) {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .videos-photos-container .first-tabs-container .navigation ul {
        display: flex !important
    }

    .videos-photos-container .first-tabs-container ul:not(.select-box__list) li {
        width: 100%;
        align-items: center;
        justify-content: flex-end;
    }

    .videos-photos-container .first-tabs-container ul:not(.select-box__list) li:nth-child(1) {
        grid-column: span 2 !important;
        justify-content: flex-start;
    }

    .videos-photos-container .first-tabs-container ul:not(.select-box__list) button.search-btn {
        font-size: 12px;
        width: 90px;
        padding: 0;
        height: 25px !important;
        border-radius: 5px;
    }

    .videos-photos-container .first-tabs-container ul:not(.select-box__list) button:not(.search-btn) {
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }

    .videos-photos-container .first-tabs-container ul.pagination {
        display: flex !important;
    }

    .videos-photos-container .select-box {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
        font-size: 18px;
        color: #60666d;
    }

    .videos-photos-container .select-box__current {
        position: relative;
        box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        outline: none;
        z-index: 100;
    }

    .videos-photos-container .select-box__current:focus+.select-box__list {
        opacity: 1;
        display: flex;
        flex-direction: column;
        animation-name: none;
    }

    .videos-photos-container .select-box__current:focus .select-box__icon {
        transform: translateY(-50%) rotate(180deg);
    }

    .videos-photos-container .select-box__icon {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        width: 20px;
        opacity: 0.3;
        transition: 0.2s ease;
        filter: invert(100%) brightness(2);
    }

    .videos-photos-container .select-box__value {
        display: flex;
    }

    .videos-photos-container .select-box__input {
        display: none;
    }

    .videos-photos-container .select-box__input:checked+.select-box__input-text {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .videos-photos-container .select-box__input-text {
        display: none;
        width: 100%;
        margin: 0;
        padding: 15px;
        background-color: #0b5661;
        color: #fff;
        border-radius: 10px;
    }

    .videos-photos-container .select-box__input-text img {
        background: rgba(255, 255, 255, 12);
        padding: 8px;
        border-radius: 100%;
    }

    .videos-photos-container .select-box__list {
        position: absolute;
        width: 100%;
        padding: 0;
        list-style: none;
        opacity: 0;
        z-index: 100;
        animation-name: HideList;
        animation-duration: 0.5s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
        animation-timing-function: step-start;
        box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    }

    .videos-photos-container .select-box__option {
        display: flex;
        padding: 10px;
        justify-content: center;
        color: #FFF;
        cursor: pointer;
        align-items: center;
        gap: 16px;
        background-color: #19626d;
        margin-top: 4px;
    }

    .videos-photos-container .select-box__option:nth-child(1) {
        border-radius: 10px;
    }

    .videos-photos-container .select-box__option .img-con {
        border-radius: 100%;
        padding: 9px;
        background-color: #996733;
    }

    @keyframes HideList {
        from {
            transform: scaleY(1);
        }

        to {
            transform: scaleY(0);
        }
    }

    .videos-photos-container .videos-photos-card .card-content h4 {
        font-size: 15px !important;
    }
}

@media (max-width: 567px) and (min-width: 768px) {
    .videos-photos-container .select-box {
        width: 70%;
    }
}

@media (max-width: 567px) and (min-width: 992px) {
    .videos-photos-container .select-box {
        width: 50%;
    }
}

@media (max-width: 567px) and (min-width: 1200px) {
    .videos-photos-container .select-box {
        width: 30%;
    }
}

@media (min-width: 1100px) and (max-width: 1280px) {

    .header-nav-list .dropdown-toggle,
    .header-nav-list li a {
        font-size: 13px;
        min-width: auto !important
    }

    .header {
        flex-wrap: nowrap !important
    }
}

.gap-16 {
    gap: 16px;
}

/* End Videos-photos */

/* Start OTP */
.otp-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto;
}

.otp-wrapper .otp-input {
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid rgba(109, 110, 113, 0.50);
    border-radius: 10px;
    transition: border-color 0.2s;
}

.otp-wrapper .otp-input:focus {
    outline: none;
    border-color: #6d6e71;
}

.otp-wrapper .otp-input.is-invalid {
    border-color: #e80303;
}

.otp-message {
    text-align: center;
    font-size: 1rem !important;
    margin-top: 10px;
    margin-inline: auto;
}

/* End OTP */

.row-gap-4 {
    row-gap: 12px;
}

[dir="rtl"] .footer .container:first-child .gap-9p>div:nth-child(1)::after {
    right: 50%;
    transform: translateX(50%)
}

[dir="ltr"] .footer .container:first-child .gap-9p>div:nth-child(1)::after {
    left: 50%;
    transform: translateX(-50%)
}

/* .footer .container:first-child .gap-9p>div:last-child img {
    filter: invert(2) brightness(6)
} */

/* Start Profile */
.gap-32 {
    gap: 32px;
}

@media (max-width: 567px) {
    .gap-32 {
        gap: 16px;
    }
}

.px-50 {
    padding: 0 50px;
}

@media (max-width: 567px) {
    .px-50 {
        padding: 0 16px;
    }
}

.title-in-mob {
    margin-top: 3rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 29.43px;
    color: #0b5661;
    margin-bottom: 10px;
}

.profile-header {
    border: 1px solid #f4ede6;
    padding: 16px;
    transform: translateY(-50%);
    background-color: #fff;
}

@media (max-width: 567px) {
    .profile-header {
        transform: translateY(0%);
        border: 0;
        padding: 16px 0;
    }

    .profile-header .user-img-container {
        border: 1px solid #f4ede6;
        width: 100%;
        display: flex;
        justify-content: center;
        border-radius: 8px;
        padding: 24px 0 16px;
    }

    .profile-header .user-img-container .edit-btn {
        top: 16px;
        background-color: #0b5661;
        left: 21px;
        position: absolute;
        border: 0;
        outline: 0;
        padding: 8px;
        border-radius: 100%;
    }
}

.profile-header .user-img {
    border-radius: 10px;
}

.profile-header h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #484848;
}

@media (max-width: 567px) {
    .profile-header h6 {
        text-align: center;
    }
}

.profile-header .user-data {
    margin-top: 8px;
}

.profile-header .user-data .latest-login {
    background-color: #84b7401F;
    padding: 8px 16px;
    gap: 4px;
    border-radius: 8px;
}

@media (max-width: 567px) {
    .profile-header .user-data .latest-login {
        flex: 2;
    }
}

.profile-header .user-data .latest-login span {
    color: #84b740;
    font-weight: 500;
    line-height: 22.03px;
}

.profile-header .user-data .latest-notifications {
    background-color: #e803031F;
    padding: 8px 16px;
    gap: 4px;
    border-radius: 8px;
}

@media (max-width: 567px) {
    .profile-header .user-data .latest-notifications {
        flex: 1;
    }
}

.profile-header .user-data .latest-notifications p {
    background-color: #e80303;
    width: 16px;
    height: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    border-radius: 2px;
}

.profile-header .user-data .latest-notifications span {
    color: #e80303;
}

.profile-header .edit-photo-container button {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 29.43px;
    border: 0;
    background-color: #0b5661;
    padding: 12px 48px;
    border-radius: 50px;
}

.tabs-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tabs-container ul {
    width: 100%;
    gap: 17px;
}

.tabs-container ul li {
    flex: 1;
}

.tabs-container ul li button {
    display: flex;
    align-items: center;
    border: 0;
    padding: 10px 24px;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.32px;
    background-color: #0b56611c;
    color: #0b5661 !important;
    width: 100%;
}

.tabs-container ul li button .img-con {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0b5661;
}

.tabs-container ul li button.active {
    background-color: #0b5661 !important;
    color: #FFF !important
}

.tabs-container ul li button.active .img-con {
    background-color: #196974;
}

.tabs-container .select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
    font-size: 18px;
    color: #60666d;
}

@media (min-width: 768px) {
    .tabs-container .select-box {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .tabs-container .select-box {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .tabs-container .select-box {
        width: 30%;
    }
}

.tabs-container .select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
    z-index: 1;
}



/* .tabs-container .select-box__current:focus+.select-box__list {
    opacity: 1;
    display: block !important;
    animation-name: none;
}

.tabs-container .select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
} */

.tabs-container .select-box__icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    opacity: 1;
    transition: 0.2s ease;
    filter: invert(100%) brightness(2);
}

.tabs-container .select-box__value {
    display: flex;
}

.tabs-container .select-box__input {
    display: none;
}

.tabs-container .select-box__input:checked+.select-box__input-text {
    display: flex;
    gap: 16px;
    align-items: center;
}

.tabs-container .select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #0b5661;
    color: #fff;
    border-radius: 10px;
}

.tabs-container .select-box__input-text img {
    background: #6cc6d324;
    padding: 8px;
    border-radius: 100%;
}

.tabs-container .select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    display: none;
    z-index: 5;
    /* animation-name: HideList;
	 */
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .1);
    transform: translateY(-2px);
    background-color: #ccd2d3;
}


.tabs-container .select-box__option {
    display: flex;
    padding: 10px 14px;
    color: #0b5661;
    cursor: pointer;
    align-items: center;
    gap: 16px;
    /*  background-color: #ccd2d3; */
    margin-top: 2px;
    /* &:nth-child(1) {
		 border-radius: 10px;
	}
	 */
}

.tabs-container .select-box__option .img-con {
    border-radius: 100%;
    padding: 8px;
    background-color: #0b5661;
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

.personal-info-container {
    margin-bottom: 177px;
}

.personal-info-container .container {
    padding: 0;
}

.personal-info-container .main-title {
    margin-top: 48px;
    font-size: 28px;
    font-weight: 900;
    line-height: 45.79px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.personal-info-container .slogan {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.32px;
    color: #01080a;
}

.personal-info-container .form-container {
    background-color: #0b566108;
    padding: 32px 24px;
    border: 1px solid #f4ede6 !important;
    border-radius: 10px;
}

.personal-info-container .form-container .is-required {
    color: #eb3f37;
    font-size: 12px;
}

.personal-info-container .form-container label {
    color: #0b5661 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
}

@media (max-width: 567px) {
    .personal-info-container .form-container label {
        margin-bottom: 0;
    }
}

.personal-info-container .form-container .select-parent {
    gap: 4px;
    align-items: center;
}

.personal-info-container .form-container input,
.personal-info-container .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #e7e7e7 !important;
    margin-top: 8px;
    padding: 8px 12px;
    font-size: 16px;
    color: #5a5a5a;
    height: 50px;
    z-index: 10 !important;
}

.personal-info-container .select2-container--default .select2-selection--single {
    margin: 0
}

.personal-info-container .form-container select {
    background-color: #fff !important;
    height: 100%;
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px !important;
}

.personal-info-container .form-container select+i {
    top: 22px !important;
    transform: scale(1.4);
}

.personal-info-container .form-container .select-container {
    max-width: 100px !important;
    height: 50px;
    margin-top: 8px;
}

.personal-info-container .form-container select.phone {
    background-color: #f3f3f4;
    border: 0;
    font-size: 18px;
    color: #6d6e71;
    width: 100%;
}

.personal-info-container .form-container button {
    padding: 12px 48px;
    border: 0;
    outline: 0;
    background-color: #0b5661;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26.16px;
    margin-top: 12px;
}

.row .w-100 .select2-container {
    width: 100% !important;
}

.rounded-sm {
    border-radius: 4px;
}

@media (max-width: 567px) {

    .nomination-request .form-wrapper .file-box .shallow-input {
        padding-left: 8px !important
    }

    .nomination-request .form-wrapper .file-box .shallow-input button {
        font-size: 12px;
    }

    .file-upload-text {
        font-size: 12px;
    }

    .tabs-container {
        padding-right: 16px !important;
        padding-left: 16px !important
    }

    .personal-info-container .form-container button {
        padding: 8px 30px;
    }
}

@media (max-width: 567px) {
    .tabs-container .select-box__list {

        border-radius: 10px;
    }



    .packs-details-wrapper {
        margin-top: 5em
    }
}

.z-20 {
    z-index: 0;
}

/* End Profile */

.green-thick-color {
    /* color: #0B5661; */
    color: #FFF !important;
    font-weight: bold
}

.p-28-20 {
    padding: 28px 20px;
}

.first-spon-hero {
    flex-shrink: 1;
    background-color: #33BBA2;
    height: auto;
    position: absolute;
    right: 15%;
    width: auto;
    min-width: 310px;
    transform: translateX(105%);
    border-radius: 0px 24px 24px 0px;
    border-left: 4px solid #FFFFFF
}

.second-spon-hero {
    flex-shrink: 1;
    background-color: #33BBA2;
    position: absolute;
    width: auto;
    min-width: 310px;
    left: 15%;
    transform: translateX(-105%);
    border-radius: 24px 0 0 24px;
    border-right: 4px solid #FFFFFF;

}

.second-spon-hero img {
    transform: scale(1.2);
}

.spon-separtor {
    width: 1.2px;
    background-color: #FFF;
    height: 100%;
    min-height: 60px;
    position: relative;
}

.banner-content-desc .typewriter:nth-child(1) {
    position: relative;
    z-index: 1;
    /* Ensure the text is above the pseudo-element */
}

.banner-content-desc .typewriter:nth-child(1)::after {
    content: '';
    position: absolute;
    width: 22%;
    bottom: 5px;
    height: 40%;
    background-color: #33BBA2;
    right: 10%;
    z-index: -1;
}

.banner-content-desc .typewriter:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 20%;
    bottom: 5px;
    height: 40%;
    background-color: #33BBA2;
    right: 63%;
    z-index: -1;
    /* Place the pseudo-element behind the text */
}

[dir="ltr"] .banner-content-desc .typewriter:nth-child(1)::before {
    width: 13%;
    left: 23%;
}

[dir="ltr"] .banner-content-desc .typewriter:nth-child(1)::after {
    width: 21%;
    left: 79%;
}

/* Loader */
/* Loader styles */

@keyframes float {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.animated-svg {
    animation: float 1.2s ease-in-out infinite;
    animation-fill-mode: forwards
}

.loader-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #0b5661fc;
}

.loader {
    position: relative;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    width: 100px;
    height: 100px;
}

.loader>div {
    position: relative;
    width: 100%;
    height: 100%;
    background: #33bba2;
    transform: scale(0);
    transform-origin: center center;
    animation: loader 2s infinite linear;
}

.loader>div:nth-of-type(1),
.loader>div:nth-of-type(5),
.loader>div:nth-of-type(9) {
    animation-delay: 0.4s;
}

.loader>div:nth-of-type(4),
.loader>div:nth-of-type(8) {
    animation-delay: 0.2s;
}

.loader>div:nth-of-type(2),
.loader>div:nth-of-type(6) {
    animation-delay: 0.6s;
}

.loader>div:nth-of-type(3) {
    animation-delay: 0.8s;
}

/* Keyframes for the loader animation */
@keyframes loader {
    0% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

/* Loader */

.not-formal-table>:not(caption)>*>* {
    background-color: transparent !important
}


@media (max-width: 567px) {
    /*     .banner-content .banner-content-title::before {
        right: 1%;
    } */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 0;
}

.banner-content-title {
    color: #ffffff;
}

.banner img,
.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}

.round {
    position: relative;
    z-index: 0;
    min-height: auto;
}

.supporter-desc h5 {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}

.supporter-desc {
    font-style: normal;
}


/* .breadcrumbs {
    margin-top: 100px;
} */

/* .footer {
    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
    padding-bottom: 0;
}

.rules {
    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
}
 */
.header-mobile .offcanvas-header {
    padding: 1.5rem 2rem !important;
}

@media (max-width: 767px) {
    .pc-view {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .mobile-view {
        display: none !important;
    }
}

.exhibtor_wrapper {
    padding-bottom: 5em;
}

@media (max-width: 768px) {
    .banner-content-title {
        font-size: 16px;
        border-radius: 12px;
        font-weight: bold;
        margin-top: 10px;
    }

    .banner-content-counter-data .desc {
        font-size: 24px !important;
    }

    .owl-carousel .owl-stage-outer {
        margin: 0px;
    }

    .statistics-content-container-title {
        font-size: 16px;
    }

    .exhibtor_wrapper {
        margin-top: 200px;
    }
}

@media (max-width: 567px) {
    .supporter-desc h5 {
        font-size: 14px !important;
    }
}

@media (max-width: 1200px) {

    .header-mobile .offcanvas-body .header-nav-list-item span:hover,
    .header-mobile .offcanvas-body .header-nav-list-item button:hover,
    .header-mobile .offcanvas-body .header-nav-list-item span:active,
    .header-mobile .offcanvas-body .header-nav-list-item button:active {
        background: none;
    }
}

.header-nav-list .dropdown-toggle,
.header-nav-list .dropdown-toggle:active {
    min-width: 100px;
}

[dir="ltr"] button.dropdown-toggle img {
    transform: translateX(0px);
}

.footer-media {
    margin-top: 10px;
    margin-bottom: 10px;
}

.suporter {
    padding: 50px 0;
}

.dropdown-toggle::after {
    margin: 0;

}

@font-face {
    font-family: 'saudi_riyal';
    src: url('/fonts/saudi_riyal.woff2') format('woff2'),
        url('/fonts/saudi_riyal.woff') format('woff'),
        url('/fonts/saudi_riyal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Ensure the icon class correctly loads the Riyal symbol */
.icon-saudi_riyal::before {
    content: "\e900";
    font-family: 'saudi_riyal' !important;
    font-size: inherit;
    color: inherit;
}


.modal .modal-title {
    font-weight: 600
}

.modal-footer button {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    border: 0;
    background-color: #0b5661 !important;
    padding: 14px 12px;
    border-radius: 12px;
}

@media (min-width: 1366px) {
    .w-lg-25 {
        width: 25%
    }
}

.reserve-card {
    border: 1px solid #EEE;
    padding: 16px;
    border-radius: 8px;
}

.reserve-card .reserve-img-con {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #EEE;
    padding: 4px;
}

.reserve-card .reserve-img-con img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.shared-reserve-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 29.43px;
    border: 0;
    border-radius: 4px;
    padding: 0px 12px;
}

.complete-pay {
    background-color: #33bba2;
    color: #FFF;

}

.preview-contract {
    background-color: #0b56611c;
    color: #0b5661
}

.upload-inv {
    background-color: #0b5661;
    color: #FFF;
}

.reserve-card .reserve-dept {
    font-weight: 600
}

.process-status {
    color: #33bba2
}

.reserve-date-time {
    color: #33bba2
}

.no-templars {
    font-size: 18px;
    color: red
}

.no-templars i {
    font-size: 28px;
}

.add-templars-btn {
    background-color: #33bba2 !important
}

.delete-templar {
    border-radius: 4px !important;
    background-color: #e80303c9 !important;
    padding: 4px 10px !important;
    align-self: flex-start;
    margin-top: 0 !important;
    font-size: 14px !important;
    gap: 8px;
    display: flex;
    align-items: center;
    color: #FFF;
}

.modal-footer button.close-modal {
    background-color: red !important
}

.for-footer button,
.for-footer a {
    flex: 1;

}


.active>.page-link,
.page-link.active {
    background-color: #3c908d;
    border-color: #3c908d;
    color: #FFF !important;
}

