﻿@import url(../fonts/phosphor-icons/style.css);@import url(../fonts/Almarai/style.css);@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');:root {--font-opensans: Montserrat, sans-serif;--font-Almarai: Almarai, sans-serif;--font-default: Montserrat, Almarai, sans-serif;--body-font-family: var(--font-default);--body-font-size: 1em;--body-font-weight: 400;--body-line-height: 1.5;--body-color: #121212;--primary-bg: #3438c0;}*::before, *::after {box-sizing: border-box;}html {font-size: 1em;overflow-x: hidden;position: relative;}body {overflow-y: hidden;overflow-x: hidden;margin: 0;position: relative;font-family: var(--body-font-family);font-weight: var(--body-font-weight);line-height: var(--body-line-height);color: var(--body-color);text-align: var(--body-text-align);background-color: var(--body-bg);-webkit-text-size-adjust: 100%;font-size: 16px;}a {cursor: pointer;text-decoration: none !important;}li, p, b, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color: #244f92;}.overlay {position: fixed;width: 100%;height: 100%;background: rgba(255, 255, 255, 1);z-index: 100;}.overlay .wrapper {width: 60px;height: 60px;display: flex;flex-flow: row wrap;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 3px;}.box {width: 50%;height: 50%;flex: 50%;transition: 0.5s;border: 2px solid rgba(255, 255, 255, 1);border-radius: 50%;}.box:nth-child(1) {animation: load 1s infinite;}.box:nth-child(2) {animation: load2 1s infinite;animation-delay: 0.2s;}.box:nth-child(3) {animation: load3 1s infinite;animation-delay: 0.7s;}.box:nth-child(4) {animation: load4 1s infinite;animation-delay: 0.5s;}@keyframes load {0% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}30% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}100% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}}@keyframes load2 {0% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}30% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}100% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}}@keyframes load3 {0% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}30% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}100% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}}@keyframes load4 {0% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}30% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}100% {background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}}@keyframes photo-twirl {0% {transform: rotate(0deg);}50% {border-bottom: 6px solid tan;border-top: 6px solid tan;}100% {transform: rotate(360deg);}}header {background: #fff;}.px-16 {padding: 0 16px;}.btn-register {display: flex;justify-content: center;align-items: center;gap: 10px;border-radius: 6px;background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));border: 0;outline: none;margin-right: 16px;padding: 10px 20px;color: #FFF;font-size: 1em;font-style: normal;font-weight: 600;line-height: normal;transition: transform 0.3s;}.btn-register:hover, .btn-register:active, .btn-register:focus {color: #FFF !important;border-radius: 6px;background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(99deg, #244f92 0%, #00D89E 99.99%);}.navbar-toggler {box-shadow: none !important;outline: none !important;}.nav-link {color: #244f92;font-size: 0.875em;font-style: normal;font-weight: 500;line-height: 20px;padding-left: 8px !important;padding-right: 8px !important;}.nav-link:hover, .nav-link:active, .nav-link:focus, .topicons:hover, .topicons:active, .topicons:focus {text-decoration: none;}.nav-link .ph {font-size: 1.5em;}.nav-link.topicons {height: 40px !important;width: 40px !important;}@media(max-width:991px) {.res-nav {position: fixed;width: 100%;background: #244f92;top: 0;left: 0px;right: 0px;text-align: center;color: rgb(255, 255, 255);height: 100%;transition: all 0.3s;z-index: 9;}.res-nav .nav-link {border-bottom: 1px solid rgb(255 255 255 / 18%);padding: 1em;color: #fff !important;}.res-nav .nav-link .px-16 {padding: 16px;}.res-nav .nav-link .btn-register {width: 100%;justify-content: center;}.res-nav .nav-link img {filter: brightness(100);}.btn-register {width: calc(100% - 20px);background: #fff !important;border: 0px solid #fff !important;margin: 10px;color: #244f92 !important;text-align: center;align-items: center;padding: 16px;}.topres-btn {margin: 10px;width: calc(100% - 20px);}header .speaker-btn {width: 100%;border: 0 !important;}}.h-40 {height: 40px !important;}.gap16 {gap: 16px;}@media (max-width: 1200px) {header .navbar-nav.gap16 {gap: 2px;padding: 0;}}@media screen and (max-width: 1200px) and (min-width: 992px) {header .navbar-nav.gap16 {gap: 2px;padding: 0;}.nav-link {padding-left: 4px !important;padding-right: 4px !important;}}.toggleclose {position: relative;color: #fff !important;padding: 10px 15px 0 0;display: none;text-align: right;font-size: 1.5em;margin: 0;text-decoration: none !important;}.mianlogo img {height: 100px;margin-bottom:-15px;}.customdrop {border-radius: 6px;background: var(--neutral-white, #FFF);box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);border: 0 !important;padding: 0;}.customdroptoggle {display: flex;align-items: center;justify-content: center;}.dropdown .dropdown-toggle.show::after {transform: rotate(180deg);}.dropdown .dropdown-toggle::after {content: "\e9fe";font-family: "Phosphor" !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin: 0 0 0 4px;border: 0;}.customdrop .dropdown-item {padding: 10px 16px;color: var(--neutral-dark, #121212);font-size: 0.875em;font-style: normal;font-weight: 500;line-height: 20px;text-decoration: none !important;}.customdrop li:first-child .dropdown-item {border-top-left-radius: 6px;border-top-right-radius: 6px;}.customdrop li:last-child .dropdown-item {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}.customdrop .dropdown-item:hover {background: var(--background-hover, rgba(18, 18, 18, 0.10));}@media (min-width: 200px) {.animate {animation-duration: 0.3s;-webkit-animation-duration: 0.3s;animation-fill-mode: both;-webkit-animation-fill-mode: both;}}@keyframes slideIn {0% {transform: translateY(1rem);opacity: 0;}100% {transform: translateY(0rem);opacity: 1;}0% {transform: translateY(1rem);opacity: 0;}}@-webkit-keyframes slideIn {0% {-webkit-transform: transform;-webkit-opacity: 0;}100% {-webkit-transform: translateY(0);-webkit-opacity: 1;}0% {-webkit-transform: translateY(1rem);-webkit-opacity: 0;}}.slideIn {-webkit-animation-name: slideIn;animation-name: slideIn;}.sidebar_popup {right: 0;left: auto;top: 0;bottom: 0;width: 280px;padding: 0 !important;}.sidebar_popup .modal-dialog {width: 280px;margin: 0;height: 100%;padding: 0;}.sidebar_popup .modal-content {height: 100%;border: 0;box-shadow: none;border-radius: 0;overflow: auto;}.sidebar_popup .modal-header {padding: 24px 20px 32px 20px;border: 0;}.sidebar_popup .modal-header .btn-close {background-color: transparent !important;outline: none;border: 0 !important;box-shadow: none !important;}.sidebar_popup .modal-title {font-style: normal;font-weight: 800;font-size: 18px;line-height: 28px;color: #244f92;margin: 0;}.nav_menuend .nav-item {display: inline-flex;justify-content: center;width: 100%;}@media(max-width:991px) {.nav_menuend {flex-direction: column;justify-content: center !important;}.nav_menuend .nav-item a {width: 100% !important;margin: 0 !important;}.nav_menuend .nav-item:nth-child(2n) {display: none;}}label {color: #244f92;}.sidebar_popup .modal-header .btn-close {}#colored {letter-spacing: 0.2px;color: #244f92;justify-content: center;margin: 0;align-items: center;font-weight: 600;font-size: 0.875em;line-height: 20px;}#highcolor {letter-spacing: 0.2px;color: #fff;display: flex;justify-content: center;align-items: center;margin: 0;width: 120px;font-weight: 600;font-size: 0.875em;line-height: 20px;}.sidebar_popup .button-link {text-decoration: none;}.sidebar_popup .btns {background-color: #fff;color: #244f92;z-index: 0;height: 32px;float: none;margin: 0 auto;width: 900px;max-width: 100%;border-radius: 4px;display: block;border: 2px solid #244f92;margin: 8px 0 40px 0;}.sidebar_popup .btns input {display: none;}.sidebar_popup .btns label {display: table;float: left;padding: 0;width: 33.33%;height: 100%;margin: 0;text-align: center;border-left: 2px solid rgb(63 62 69);}.sidebar_popup .btns.sound label {display: table;float: left;padding: 0;width: 50%;height: 29px;margin: 0;text-align: center;border-left: 2px solid rgb(63 62 69);}.sidebar_popup .btns label:first-child {border-left: none;border-radius: 4px 0 0 4px;}.sidebar_popup .btns label:last-child {border-radius: 0 4px 4px 0;}.sidebar_popup .btns .btn {cursor: pointer;width: 100%;display: table-cell;vertical-align: middle;font-weight: 300;border-radius: 0;color: #244f92;padding: 0;font-style: normal;font-weight: 600;font-size: 0.875em;line-height: 20px;color: #244f92;transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);}.sidebar_popup .btns .btn:hover {box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);}.sidebar_popup .btns .last {border-radius: 0 4px 4px 0;}.sidebar_popup .btns input:checked+.btn {color: #FFF;background: #244f92;text-shadow: none;transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;}.sidebar_popup .btns input:checked+.btn.stopimg {color: #FFF;background: #244f92 url(../img/stop1.svg) no-repeat center left 22px;text-shadow: none;transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;}.sidebar_popup .btns input:checked+.btn.playimg {color: #FFF;background: #244f92 url(../img/play1.svg) no-repeat center left 22px;text-shadow: none;transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;}.sidebar_popup .btns .btn.first {border-radius: 2px 0 0 2px;}.label_listen {font-style: normal;font-weight: 800;font-size: 18px;line-height: 28px;color: #244f92;border-top: 1px solid #EDEDED;display: block;padding: 32px 0;}.headsetimg {padding-right: 16px;height: 32px;width: 32px;}.sidebar_popup .btns label .playimg {background: url(../img/Play.svg) no-repeat center left 22px;}.sidebar_popup .btns label .stopimg {background: url(../img/stop.svg) no-repeat center left 22px;}.banner {background: linear-gradient(180deg, #E6F1F9 -1.42%, rgba(255, 255, 255, 0.5) 102.95%);flex-shrink: 0;display: flex;padding: 50px 10%;flex-direction: column;align-items: center;justify-content: center;position: relative;}.banner:before {z-index: 1;content: '';position: absolute;background: url(../img/bg_abstract.svg) no-repeat right;height: 100%;width: 100%;background-position: top 0 right 5%;}.z_content {position: relative;z-index: 1;}.mainheadertxt h2 {color: #244f92;font-size: 2.5em;font-style: normal;font-weight: 700;line-height: 150%;margin: 0;}.mainheadertxt h4 {color: #244f92;font-size: 18px;font-style: normal;font-weight: 400;line-height: 28px;letter-spacing: 9.6px;text-transform: uppercase;padding: 0;margin: 0 0 12px 0;}.mainheadertxt h3 {color: #244f92;text-align: center;font-size: 2.5em;font-style: normal;font-weight: 700;line-height: 150%;margin: 16px 0 40px 0;}.mainheadertxt h5 {color: #244f92;text-align: center;font-size: 18px;font-style: normal;font-weight: 700;line-height: 28px;text-transform: capitalize;padding: 0;margin: 0 0 28px 0;}.location {display: flex;align-items: center;justify-content: center;color: #244f92;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;flex-wrap: wrap;}.location .ph {margin-right: 12px;color: #244f92;font-size: 1.875em;}.location .ph-fill {margin-right: 12px;color: #244f92;font-size: 1.875em;}.location .date {padding-right: 40px;display: flex;align-items: center;border-right: 1px solid #244f92;}.location .map {padding-left: 40px;display: flex;align-items: center;}.logos {display: flex;align-items: center;justify-content: center;margin-top: 96px;flex-wrap: wrap;}.logos img {height: 65px;}.logos .line {background: #244f92;width: 1px;height: 43px;display: block;margin: 0 64px;}.opendate {background: linear-gradient(99deg, #244f92 0%, #00D89E 99.99%);display: flex;padding: 72px 0px;flex-direction: column;align-items: center;gap: 64px;}.register_btns {display: flex;flex-wrap: wrap;gap: 24px;justify-content: center;align-items: center;}.btn-reg_participant {height: 56px;background: #fff;display: flex;padding: 10px 20px;border: 1px solid #fff;align-items: center;}.btn-reg_participant span {background: var(--text, linear-gradient(96deg, #244f92 0%, #00D89E 167.55%));background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 1.125em;font-style: normal;font-weight: 600;line-height: normal;}.btn-reg_participant:hover {background: transparent;border: 1px solid #fff;color: #fff;}.btn-reg_participant:hover span {color: #fff;background: transparent;-webkit-text-fill-color: #fff;}.btn-reg_speaker {color: var(--neutral-white, #FFF) !important;font-size: 1.125em;font-style: normal;font-weight: 600;line-height: normal;display: flex;padding: 17px 32px;justify-content: center;align-items: center;gap: 10px;border-radius: 6px;border: 1px solid var(--neutral-white, #FFF) !important;}.btn-reg_speaker:hover {border: 1px solid transparent !important;border-radius: 6px;background: var(--background-hover, rgba(18, 18, 18, 0.10));}.counter {height: 87px;}.counter ul, .counter ul li {color: #fff;display: flex;list-style: none;justify-content: center;align-items: center;flex-direction: row;margin: 0;padding: 0;font-size: 1em;min-height: 87px;}.counter ul li .countno {color: #fff;display: flex;list-style: none;justify-content: center;align-items: center;margin: 0;padding: 0;color: #FFF;text-align: center;font-size: 3em;font-style: normal;font-weight: 700;line-height: normal;}.counter ul li .countwraper .days {color: #FFF;text-align: center;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;}.counter ul li:last-child {padding-right: 0px;}.countwraper {display: flex;justify-content: center;align-items: center;flex-direction: column;}.counter .dots {display: flex;justify-content: center;align-items: center;margin: 0 24px;color: #FFF;text-align: center;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;}.content_wrapper {padding: 65px 0 65px 0;}.content_wrapper1 {padding: 96px 0 96px 0;}.content_wrapper_mt {padding: 96px 0 0 0;}.Congress_Rehabilitation {border-radius: 24px;object-fit: cover;height: 100%;display: flex;position: relative;}.Congress_Rehabilitation img {border-radius: 24px;width: 100%;object-fit: cover;}.py-96 {padding-top: 96px;padding-bottom: 96px;}.topsubhead {color: #244f92;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 9.8px;text-transform: uppercase;}.mainhead {color: #244f92;font-size: 2.5em;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 24px;}.content_wrapper p {color: #244f92;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;align-self: stretch;}.content_wrapper p:last-child {margin-bottom: 0em;}.bg-gray {background: var(--background-senary, #F0F3F5);}.bg-lightblue {background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 37%, rgba(222, 240, 251, 1) 37%, rgba(222, 240, 251, 1) 100%);}.image_wrapper_area {display: flex;justify-content: center;align-items: center;gap: 40px;}.image_wrapper {object-fit: cover;height: 100%;display: flex;position: relative;border-radius: 16px;align-items: center;justify-content: center;transition: all 0.5s;}@media(max-width:767px) {.image_wrapper_area {flex-direction: column;}.image_wrapper {width: 100%;}}.image_wrapper:hover {margin-top: -24px;filter: drop-shadow(0px 16px 48px rgba(0, 0, 0, 0.22));}.image_wrapper img {position: relative;width: 100%;border-radius: 16px;object-fit: cover;}.image_wrapper::before {content: '';position: absolute;z-index: 1;width: 100%;height: 100%;border-radius: 16px;background: linear-gradient(99deg, rgba(1, 114, 194, 0.80) 0%, rgba(64, 224, 208, 0.80) 99.99%);}.image_wrapper:nth-child(2n):before {content: '';position: absolute;z-index: 1;width: 100%;height: 100%;border-radius: 16px;background: linear-gradient(99deg, rgba(1, 114, 194, 0.80) 0%, rgba(64, 224, 208, 0.80) 99.99%);}.imageheadtxt {color: #FFF;text-align: center;font-size: 2.5em;font-style: normal;font-weight: 700;line-height: normal;}.imagelink {color: #FFF !important;font-size: 1em;font-style: normal;font-weight: 400;line-height: 24px;position: absolute;bottom: 24px;text-align: center;margin: auto;padding: 12px 16px;display: flex;justify-content: center;align-items: center;align-content: center;gap: 4px;text-decoration: none !important;}.image_wrapper:hover .imagelink {border-radius: 6px;border: 1px solid var(--neutral-white, #FFF);background: var(--background-hover, rgba(18, 18, 18, 0.10));}@media (max-width:992px) {.imagelink {bottom: 12px;padding: 15px 0;}}.image_txt_center {position: absolute;z-index: 1;text-align: center;height: 100%;display: flex;flex-direction: column;justify-content: center;bottom: 0;align-items: center;}.bg-footer {background: #001727;}.footer-txt {display: flex;flex-direction: column;color: #FFF;justify-content: center;color: #FFF;font-size: 0.875em;font-style: normal;font-weight: 400;line-height: 20px;}.footerlink {color: #244f92;font-style: normal;font-weight: 500;display: block;line-height: normal;margin-bottom: 4px;text-decoration: none;}.footerlink:hover, .footerlink:focus, .footerlink:visited {color: #fff;}.footer_head {color: #FFF;font-size: 1em;font-style: normal;font-weight: 700;line-height: normal;}.gap4 {gap: 4px;}.footer_wrapper {padding: 40px 0;}.footersocilalink {text-decoration: none !important;color: #fff !important;cursor: pointer;display: inline-block;margin-right: 13px;font-size: 1.875em;}.explore-btn {border-radius: 6px;background: linear-gradient(99deg, #244f92 0%, #40E0D0 99.99%);color: #FFF !important;display: flex;padding: 17px 24px;justify-content: center;align-items: center;gap: 8px;border: 0px;outline: none;box-shadow: none;margin: 5px 0;height: 56px;font-size: 1.125em;font-style: normal;font-weight: 600;line-height: normal;width: fit-content;}.explore-btn:hover, .explore-btn:active, .explore-btn:focus {color: #FFF;border-radius: 6px;background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(99deg, #244f92 0%, #00D89E 99.99%);}.speaker-btn, .speaker-btn:focus, .speaker-btn:active, .speaker-btn:hover {position: relative;box-sizing: border-box;color: #FFF;background: #fff;background-clip: padding-box;border: solid 1px transparent;border-radius: 6px;display: flex;padding: 17px 24px;justify-content: center;align-items: center;gap: 10px;height: 56px;}.speaker-btn span, .speaker-bt:hover span:hover, .speaker-btn:active span, .speaker-btn:focus span {background: linear-gradient(96deg, #244f92 0%, #00D89E 167.55%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 1em;font-style: normal;font-weight: 600;line-height: normal;}.speaker-btn:before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: -1;margin: -1px;border-radius: 6px;z-index: -1;background: linear-gradient(96deg, #244f92 0%, #00D89E 167.55%);}.speaker-btn:active::before {background: transparent !important;}.speaker-btn:hover:before {background: transparent !important;}.speaker-btn:hover, .speaker-btn:focus, .speaker-btn:active {border-radius: 6px;background: linear-gradient(99deg, rgba(1, 114, 194, 0.20) 0%, rgba(0, 216, 158, 0.20) 99.99%) !important;border: solid 1px transparent;}.slick-track {display: flex;height: 100%;}.slick-next:before, .slick-prev:before {color: #244f92 !important;}.slick-next:before, [dir=rtl] .slick-prev:before {content: "\ea00" !important;font-family: "Phosphor" !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.slick-prev:before {content: "\e9ff" !important;font-family: "Phosphor" !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.speaker_slider {display: flex;flex-wrap: wrap;margin-bottom: 43px;padding-top: 40px;}.slider_wrapper {display: flex;flex-direction: column;justify-content: center;align-items: center;flex: 1 0 0;border-radius: 0;margin-right: 12px;margin-left: 12px;height: 100%;}.slider_wrapper ul {padding: 0;margin: 0;list-style: none;width: 100%;}.slider_wrapper ul li {padding: 0;margin: 0;list-style: none;}.slider_wrapper img {border-radius: 8px;width: 100%;height: auto;object-fit: fill;}.slider_wrapper h2 {color: #244f92;text-align: center;font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;margin: 24px 0 0 0;padding: 0;}.slider_wrapper label {color: #244f92;text-align: center;font-size: 1em;font-style: normal;font-weight: 400;line-height: normal;padding: 0;align-self: stretch;margin: 8px 0 0 0;padding: 0 10px;display: block;}.mb-30 {margin-bottom: 30px;}.breadcrumb {color: #244f92;font-size: 1em;font-style: normal;font-weight: 500;line-height: 150%;display: flex;align-items: center;margin-bottom: 24px;}.breadcrumb a {text-decoration: none !important;color: #244f92 !important;}.breadcrumb a::after {content: "\ea00";color: rgba(29, 29, 27, 0.4);font-family: "Phosphor" !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin: 0 8px;}.breadcrumb a.no-arrow::after {content: none !important;}.mainheader {color: #244f92;font-size: 3em;font-style: normal;font-weight: 700;line-height: 64px;}.subpage_banner {background: linear-gradient(180deg, #E6F1F9 -1.42%, rgba(230, 241, 249, 0.00) 152.95%);flex-shrink: 0;display: flex;padding: 90px auto;flex-direction: column;align-items: start;justify-content: center;position: relative;}.subpage_banner:before {z-index: 1;content: '';position: absolute;background: url(../img/bg_abstract.svg) no-repeat right;height: 100%;width: 100%;background-size: inherit;background-position: top -14px right 5%;opacity: 0.5;}.subpage_banner .content_wrapper_inside {padding-top: 32px;padding-bottom: 40px;}.subpage_banner .content_wrapper_inside {padding-left: 0;padding-right: 0;}.insidetxt p {color: #244f92;font-size: 1em;font-style: normal;font-weight: 400;line-height: 28px;padding-bottom: 12px;margin: 0;}.program_tabel_head {display: flex;padding: 16px 10px;flex-direction: column;justify-content: center;align-items: center;gap: 4px;flex: 1 0 0;align-self: stretch;border-radius: 8px;background: linear-gradient(99deg, #244f92 0%, #00D89E 99.99%);margin-top: 48px;margin-bottom: 16px;min-height: 140px;}.program_tabel_head h3 {color: #FFF;font-size: 18px;font-style: normal;font-weight: 700;margin: 0;padding: 0;line-height: 28px;}.program_tabel_head h4 {color: #FFF;text-align: center;font-size: 1em;font-style: normal;font-weight: 400;line-height: 24px;margin: 0;padding: 0;}.program_tabel_col {display: flex;padding: 16px;gap: 8px;border-radius: 8px;border: 1px solid var(--neutral-light, #E7E7E8);background: var(--neutral-white, #FFF);flex-direction: column;justify-content: center;align-self: stretch;margin-bottom: 16px;}.program_tabel_col h5 {color: #244f92;font-size: 1.125em;font-style: normal;font-weight: 400;line-height: 28px;}.program_tabel_col h6 {color: #757575;font-size: 0.875em;font-style: normal;font-weight: 400;line-height: 20px;}.downloadbtnwrapper {display: flex;justify-content: center;align-items: center;}.downloadbtnwrapper .explore-btn {height: 56px;}.mt-35 {margin-top: 35px;}.downloadbtnwrapper.ph {color: #fff;}.label14 {color: #244f92;font-size: 0.875em;font-style: normal;font-weight: 400;line-height: 20px;}.label16 {color: #244f92;font-size: 1em;font-style: normal;font-weight: 500;line-height: 24px;}.tag {border-radius: 4px;background: var(--shades-blue, #DEEBFF);display: inline-flex;padding: 10px;gap: 10px;color: #244f92;font-size: 0.75em;font-style: normal;font-weight: 400;line-height: 16px;}.profile_det {gap: 8px;display: flex;flex-direction: column;margin-top: 8px;}.profile_det .ph {width: 24px;display: inline-flex;height: 24px;justify-content: center;align-items: center;font-size: 18px;margin-right: 8px;}.profile_det img {width: 24px;height: 24px;border-radius: 50%;object-fit: fill;margin-right: 8px;}.bg-lightgray {background: #F0F3F5;}.attende_bg {background: #F0F3F5;position: relative;z-index: 0;}.attende_wrapper {gap: 24px;padding: 56px 0;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;position: relative;z-index: 1;}.attende_wrapper .solgon {color: #244f92;font-size: 2em;font-style: normal;font-weight: 700;line-height: 48px;}.attende_wrapper .speaker-btn {background: #f1f3f5;position: relative;z-index: 2;}.attende_wrapper .speaker-btn:after {position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 0;border-radius: 5px;background: #f1f3f5;z-index: -1;content: '';}.footlogos {display: flex;align-items: center;justify-content: center;margin: 94px 0;flex-wrap: wrap;}.footlogos img {height: 65px;filter: grayscale(1);}.footlogos .line {background: #244f92;width: 1px;height: 43px;display: block;margin: 0 64px;}.inside_banner {border-radius: 16px;object-fit: cover;width: 100%;margin-bottom: 64px;}.inside_banner img {border-radius: 16px;object-fit: cover;width: 100%;}.mb-32 {margin-bottom: 32px !important;}.speakers {display: flex;height: 100%;align-items: start;flex-direction: row;flex-wrap: wrap;gap: 16px;}.speakers .slider_wrapper {margin: 0;flex: initial;width: calc(25% - 24px);margin-bottom: 34px;}.mx-56 {margin-top: 56px;margin-bottom: 56px;}.search_input {min-width: 320px;border-radius: 6px;border: 1px solid #D4D4D4 !important;display: flex;padding: 12px 20px 12px 56px !important;align-items: flex-start;background: #fff url(../img/search.svg) left 16px center no-repeat;}.mt-64 {margin-top: 64px;}.small_lighttxt {color: #757575;text-align: center;font-size: 1em;font-style: normal;font-weight: 400;line-height: 24px;font-variant: all-small-caps;letter-spacing: 1.28px;}.mb-72 {margin-bottom: 72px;}.birdbox_wraper {display: flex;flex-wrap: wrap;gap: 32px;align-items: center;justify-content: center;}.birdbox {border-radius: 16px;background: #F0F3F5;display: flex;justify-content: center;align-items: center;padding: 44px 24px;flex-direction: column;margin-bottom: 32px;max-width: 100%;width: 100%;}.ri_label {color: #244f92;text-align: center;font-size: 1em;font-style: normal;font-weight: 400;line-height: 24px;display: block;}.ri_label1 {color: #244f92;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px;}.ri_label_xl {color: #244f92;text-align: center;font-size: 1.5em;font-style: normal;font-weight: 400;line-height: 32px;margin-bottom: 16px;}.ri_label_xxl_red {color: #FA0000;text-align: center;font-size: 30px;font-style: normal;font-weight: 700;line-height: 20px;margin-bottom: 8px;}.birdbutton {margin-top: 32px;display: flex;align-items: center;justify-content: flex-end;}.birdbutton .btn {display: inline-flex;padding: 10px 24px;justify-content: center;align-items: center;gap: 10px;color: #FFF;font-size: 1.125em;font-style: normal;font-weight: 400;line-height: 28px;border-radius: 6px;background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));border: 0px;outline: none;box-shadow: none;height: 48px;}.link_terms {color: #1172C8;text-decoration: none;cursor: pointer;}.mt-96 {margin-top: 96px;}.reg_head {color: #244f92;text-align: center;font-size: 1.5rem !important;font-style: normal;font-weight: 700;line-height: 32px;margin-bottom: 48px;margin: 0 auto 48px auto !important;}.reg_icon_wrapper {display: flex;justify-content: center;align-items: center;flex-direction: column;width: 200px;}.reg_icon {border-radius: 50px;background: #F0F3F5;display: flex;width: 72px;height: 72px;justify-content: center;align-items: center;gap: 10px;font-size: 2.25em;color: #244f92;}.reg_box {display: flex;justify-content: center;flex-wrap: wrap;gap: 24px;align-items: flex-start;}.reg_popup {max-width: 680px !important;}.reg_popup .modal-title {color: #244f92;font-size: 2.5em;font-style: normal;font-weight: 700;line-height: 48px;margin: 0 0 32px 0 !important;}.reg_popup .modal-header {display: inline-flex;padding: 40px 32px 0px 32px;flex-direction: column;align-items: flex-start;gap: 32px;border-radius: 16px;background: #FFF;border: 0;}.reg_popup .modal-body {padding: 0px 32px 0px 32px;display: flex;flex-direction: column;gap: 24px;}.reg_popup .modal-footer {padding: 30px 32px;display: flex;border: 0;position: relative;z-index: 1;}.reg_popup .modal-footer .speaker-btn, .reg_popup .modal-footer .explore-btn {padding: 10px 24px;color: #FFF;font-size: 1.125em;font-style: normal;font-weight: 400;line-height: 28px;}.ri_label_form {color: #244f92;font-size: 0.875em;font-style: normal;font-weight: 600;line-height: 20px;display: block;width: 100%;}.ri_formcontrol {border-radius: 6px;border: 1px solid rgba(0, 0, 0, 0.10) !important;display: flex;padding: 12px 16px !important;align-items: center;gap: 10px;align-self: stretch;width: 100%;margin: 8px 0;}.ri_formcontrol::placeholder {color: #244f92;font-size: 1em;font-style: normal;font-weight: 400;line-height: 24px;opacity: 0.4;}.help_txt {color: #244f92;font-size: 0.75em;font-style: normal;font-weight: 400;line-height: 16px;}.val_text {color: #FA0000;font-size: 0.875em;font-style: normal;font-weight: 500;line-height: 20px;}.val_text_file {color: #FA0000;display: flex;gap: 8px;font-size: 14px;font-style: normal;font-weight: 500;line-height: 20px;margin-top: 16px;}.val_text_file img {width: 20px;height: 20px;}.input_validation {border: 1px dashed #FA0000 !important }.pop_paymenthead {display: flex;justify-content: space-between;align-items: center;}.pop_paymenthead h3 {color: #244f92;font-size: 1.5em;font-style: normal;font-weight: 700;line-height: 32px;margin: 8px 0 16px 0;}.terms_subhead {color: #244f92;margin: 8px 0;font-size: 1.5em;font-style: normal;font-weight: 700;line-height: 32px;}.countries_div p {color: #244f92;font-size: 1.125em;font-style: normal;font-weight: 400;line-height: 28px;}.countries {display: flex;flex-wrap: wrap;text-align: left;}.countries ul {margin: 0;padding: 0;}.countries ul li {margin: 0;padding: 0 10px;list-style: inside;color: #244f92;font-size: 1.125em;font-style: normal;font-weight: 400;line-height: 28px;}.country_list {display: flex;flex: 1;}.mailto {color: #1172C8;font-size: 1.125em;font-style: normal;font-weight: 400;line-height: 28px;}.visa_flight {margin-top: 96px;margin-bottom: 36px;}.visa_flight_img {border-radius: 16px;object-fit: cover;height: 100%;display: flex;position: relative;}.visa_flight_img img {border-radius: 16px;width: 100%;height: 400px;object-fit: cover;}.aboutuae_banner {flex: 1 0 0;border-radius: 16px;}.aboutuae_banner img {object-fit: cover;border-radius: 16px;width: 100%;height: 100%;}.mt-48 {margin-top: 48px;}.aboutuae_par {color: #244f92;font-size: 1.125em;font-style: normal;font-weight: 400;line-height: 28px;margin: 48px 0 32px 0;}.download_link {padding: 10px 24px;gap: 10px;display: inline-flex;color: #1172C8;text-decoration: none;font-size: 1.125em;font-style: normal;font-weight: 400;line-height: 28px;}.ri_accordion {margin-top: 64px;}.ri_accordion .accordion-item {margin: 0 0 24px 0;padding-bottom: 24px;color: #244f92;}.ri_accordion .accordion-button.collapsed {margin-bottom: 0px;}.ri_accordion .accordion-button {color: #244f92;font-size: 1.125em;font-style: normal;font-weight: 600;line-height: 28px;padding: 0;margin-bottom: 16px;}.accordion-button {border-color: transparent !important;background-color: transparent !important;background-color: transparent !important;}.ri_accordion .accordion-header {margin-bottom: 0;}.ri_accordion .accordion-button:not(.collapsed) {background: #fff;box-shadow: none;border: 0;}.ri_accordion .accordion-button:focus {border: 0;outline: none;box-shadow: none;}.ri_accordion .accordion-body {padding: 0;font-size: 1.125em;}.res-d-none {display: none;}.transportwrapper {margin: 72px 0 48px 0;}.ri_label_md {color: #244f92;font-size: 1.125em;font-style: normal;font-weight: 400;line-height: 28px;}.ri_label_md p {font-size: inherit;}.transport_wrapper {flex: 1 0 0;border-radius: 16px;}.transport_wrapper img {height: 100%;width: 100%;object-fit: fill;border-radius: 16px;max-height: 576px;}.travel_wrapper {padding: 64px 0 96px 0;display: block;clear: both;}.travel_wrapper img {}.stay_wrapper {padding: 48px 0 64px 0;display: block;clear: both;}.stay_wrapper img {width: 100%;object-fit: fill;border-radius: 16px;max-height: 400px;}.formregister_buttons {padding: 64px 0 0 0;display: flex;border: 0;align-items: center;position: relative;z-index: 1;justify-content: flex-end;flex-wrap: wrap;}.mb-72 {margin-bottom: 72px !important;}.formregister {display: flex;justify-content: flex-start;text-align: left;gap: 24px;flex-direction: column;}.req_start {color: #F00;font-size: 0.875em;font-style: normal;font-weight: 600;line-height: 20px;margin: 0 2px;}.hrline {margin: 8px 0;border-color: #ccc;}.pop_paymenthead h5 {color: #244f92;font-size: 18px;font-style: normal;font-weight: 700;line-height: 28px;margin-bottom: 0;}.info-blue {display: flex;padding: 16px;align-items: flex-start;gap: 16px;align-self: stretch;border-radius: 8px;background: rgba(1, 114, 194, 0.10);color: #244f92;font-size: 1em;font-style: normal;font-weight: 400;line-height: 24px;}.formregister_buttons1 {padding: 35px 0 0 0;display: flex;border: 0;align-items: center;position: relative;z-index: 1;justify-content: flex-end;flex-wrap: wrap;}.contact_row {display: flex;flex-direction: row;}.contact_row .contact_col {width: 47%;}.contact_row .linehr {width: 1px;background: rgb(133 133 133 / 20%);margin: 0 calc(6% - 1px);display: flex;}.contacthead {color: #244f92;font-size: 1.5em;font-style: normal;font-weight: 700;line-height: 32px;}.contactsub_head {color: #244f92 !important;font-size: 1em;font-style: normal;font-weight: 600;line-height: 24px;}.contact_wrapper {display: flex;flex-direction: column;gap: 24px;}.linktxt {color: #244f92 !important;font-size: 1em;font-style: normal;font-weight: 400;line-height: 24px;}.linkunderline {text-decoration: underline;}.contactwrapper {gap: 8px;display: flex;align-items: center;margin-bottom: 4px;color: #244f92;}.contactwrapper .ph {font-size: 18px;display: flex;align-items: center;justify-content: center;width: 20px;height: 20px;}.map_contact {border-radius: 16px;height: 216px;width: 100%;overflow: hidden;}.contact_txt {color: #244f92;font-size: 1em;font-style: normal;font-weight: 400;line-height: 24px;}.contactsocilalink {text-decoration: none !important;color: #858585 !important;cursor: pointer;display: inline-block;margin-right: 13px;font-size: 1.875em;}.venu_wrapper {margin-top: 64px;display: flex;}.venue_col {width: 50%;}.venue_video {height: 324px;border-radius: 16px;background: #D9D9D9;margin-right: 50px;display: flex;object-fit: cover;position: relative;overflow: hidden;}.venue_video video {position: absolute;width: 100%;height: 100%;object-fit: cover;margin-bottom: -7px;border: 0;z-index: 0;box-sizing: border-box;}.mapvenu {border-radius: 16px;height: 172px;width: 100%;overflow: hidden;}.accordion_view {border-radius: 8px;border: 1px solid var(--neutral-light, #E7E7E8);background: var(--neutral-white, #FFF);padding: 16px 24px;display: flex;justify-content: space-between;flex-direction: column;margin-bottom: 40px;}.accordion_view .d-flex {align-items: center;}.accordion_view .d-flex .blue-txt {display: flex;gap: 8px;align-items: center;justify-content: center;}.text_head {color: #244f92;font-size: 18px;font-style: normal;font-weight: 700;line-height: 28px;}.abstract_condition {margin-top: 24px;transition: all 0.3s;}.abstract_condition ul {list-style: none;padding: 0;}.abstract_condition ul li {margin-bottom: 20px;padding-left: 30px;color: #244f92;font-size: 1em;font-style: normal;font-weight: 500;line-height: 24px;background: url(../img/CheckCircle.svg) no-repeat;}.abstract_condition ul li:last-child {margin-bottom: 0px;}.flex1 {flex: 1;}.abstract_condition ul li::marker {margin-top: 12px;}.abstract_condition ul li ul {list-style: disc;}.abstract_condition ul li ul {margin-top: 8px;margin-left: 15px;}.abstract_condition ul li ul li {margin-bottom: 0px;background: transparent;padding: 0;}.blue-txt {color: #1172C8;}.cursor_pointer {cursor: pointer;}.ri_radio {margin: 20px 0 12px 0;}.ri_radio .form-check-inline {padding-right: 32px;}.form-check-select {border-radius: 6px;border: 1px solid rgba(0, 0, 0, 0.10) !important;display: flex;padding: 12px 16px !important;align-items: center;gap: 10px;align-self: stretch;width: 100%;margin: 8px 0;}.form-textarea {display: flex;height: 150px;padding: 12px 16px;align-items: center;gap: 10px;align-self: stretch;border-radius: 6px;border: 1px solid rgba(0, 0, 0, 0.10);width: 100%;margin-top: 8px;}.fileupload {color: #878787 !important;border: 0 !important;margin: 0 !important;padding: 0 !important;width: 100%;}.fileupload::-webkit-file-upload-button {border-radius: 6px;background: var(--neutral-light, #E7E7E8);border: 0;color: #244f92;cursor: pointer;font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;outline: none;padding: 10px 25px;transition: all 1s ease;display: inline-flex;justify-content: center;align-items: center;margin-top: 16px;margin-right: 10px;}.req_fileupload.fileupload::-webkit-file-upload-button {border: 1px solid #FA0000;}.file_format {color: #244f92;font-size: 0.85em;font-style: normal;font-weight: 500;line-height: 20px;display: block;margin-top: 16px;}.succeshead {color: #244f92;text-align: center;font-size: 2.5em;font-style: normal;font-weight: 700;line-height: 56px;margin-bottom: 16px;}.succes-message {text-align: center;justify-content: center;align-items: center;display: flex;flex-direction: column;}.succes_img {width: 108px;height: 108px;margin: 0 auto 40px auto;}.succes_img img {width: 108px;height: 108px;}.mt-35 {margin-top: 35px;}@media(max-width:1200px) {.speakers .slider_wrapper {margin: 0;margin-bottom: 16px;flex: initial;width: calc(33.33% - 11px);}.imageheadtxt {font-size: 2em;}.mianlogo img {height: 80px;}.logos {margin-top: 60px;flex-direction: column;}.logos .line {background: transparent;height: 1px;width: 100px;display: block;margin: 20px 0;}}@media(max-width:991px) {.content_wrapper1 {padding: 45px 0 45px 0;}.mianlogo img {height: 100px;}.location {flex-direction: column;}.location .date {padding-right: 0;border-right: 0;padding-bottom: 15px;font-size: 0.85em;}.location .map {justify-content: center;align-items: center;padding: 0;display: flex;flex-direction: row;text-align: center;font-size: 0.85em;}.location .ph-fill {margin-right: 4px;font-size: 18px;}.bg-lightblue .content_wrapper1 {padding-top: 0px;}.carousel-item.active.carousel-item-start {padding-top: 0 !important;padding-bottom: 0 !important;margin-top: 0 !important;margin-bottom: 0 !important;}.carousel-item.carousel-item-next.carousel-item-start {padding-top: 0 !important;padding-bottom: 0 !important;margin-top: 0 !important;margin-bottom: 0 !important;}.footlogos {flex-direction: column;}.footlogos .line {background: transparent;height: 1px;width: 100px;display: block;margin: 20px 0;}.counter ul li .countno {font-size: 2.25em;}.counter ul li .countwraper .days {font-size: 1em;}.counter .dots {margin: 0 16px;}.content_wrapper {padding: 48px 10px;}.footer_wrapper {padding: 25px 10px;}.mainheader {font-size: 2.5em;line-height: normal;}.speakers .slider_wrapper {margin: 0;margin-bottom: 16px;flex: initial;width: calc(50% - 8px);}.toggleclose {display: block;}.countries {display: flex;flex-wrap: wrap;text-align: left;flex-direction: column;}.Congress_Rehabilitation img {margin-top: 30px;}.imageheadtxt {font-size: 1.5em;}.pop_paymenthead {flex-direction: column;}.subpage_banner .content_wrapper_inside {padding-left: 30px;padding-right: 30px;}}@media(max-width:767px) {.counter ul li .countno {font-size: 2em;}.counter ul li .days {font-size: 0.875em;}.counter .dots {margin: 0 8px;}.content_wrapper {padding: 48px 30px;}.container {padding-left: 30px;padding-right: 30px;}.Congress_Rehabilitation {padding-top: 25px;}.footer_wrapper {padding: 25px 15px;}.explore-btn {width: 100%;margin: 0 0 24px 0;}.speaker-btn {width: 100%;margin: 0 0 10px 0 !important;}.slider_wrapper img {width: 100%;}.mainheader {font-size: 2.5em;}.opendate {padding: 40px 0px;gap: 40px }.contact_row {flex-direction: column;}.contact_row .contact_col {width: 100%;}.contact_row .linehr {height: 1px;width: 100%;background: rgb(133 133 133 / 20%);margin: calc(10% - 1px) 0;display: flex;}.venu_wrapper {flex-direction: column;}.venue_col {width: 100%;margin: 0;}.venue_video {margin: 0 0 32px 0 !important;}.profile_det div {justify-content: center;}.bg-footer .g-5 {--bs-gutter-x: 2rem;}.countries_div .res-buttons {flex-direction: column;}.countries_div .res-buttons .explore-btn.me-4 {margin-left: 0 !important;margin-right: 0 !important;}.subpage_banner .content_wrapper_inside {display: flex;flex-direction: column;justify-content: center;}.accordion_view {padding: 12px;display: flex;justify-content: space-between;flex-direction: column;margin-bottom: 20px;}.visa_flight {margin-top: 30px;margin-bottom: 30px;}}@media(max-width:600px) {.slider_wrapper {margin-right: 18px;margin-left: 18px;}.slick-next {right: -5px;}.slick-prev {left: -5px;}.mainheader {font-size: 2em;}.speakers .slider_wrapper {margin: 0;margin-bottom: 16px;flex: initial;width: 100%;}.search_input {min-width: 100%;}.countries ul li {font-size: 1em;}}@media (max-width: 400px) {.mianlogo img {height: 65px;}.mainheadertxt h2 {font-size: 2em;}.mainhead {font-size: 2rem;}}.highcontrast {background-color: #244f92;color: white;filter: grayscale(100%);}.highcontrast a, .highcontrast a:visited {color: white;}.highcontrast .topsubhead, .highcontrast .mainhead, .highcontrast p, .highcontrast .nav-link, .highcontrast .ri_label_md, .highcontrast .mainheadertxt h2 {color: white !important;}.highcontrast header {background: #244f92;}.highcontrast .navbar-brand img {filter: invert(1);}.highcontrast .sidebar_popup {color: #244f92 !important;}.highcontrast .aboutuae_par, .highcontrast .ri_accordion .accordion-button, .highcontrast .accordion-item, .highcontrast .contacthead, .highcontrast .contact_txt, .highcontrast .contactsub_head, .highcontrast .ri_label_form, .highcontrast .req_start, .highcontrast .ri_label, .highcontrast .pop_paymenthead h3, .highcontrast .info-blue {color: white !important;}.highcontrast .info-blue {background: rgb(255 255 255 / 20%);}.highcontrast .accordion-item, .highcontrast .accordion-button {background-color: #244f92 !important;}.highcontrast .bg-lightgray {background: rgb(59 59 59);}.highcontrast .modal-body .pop_paymenthead h3, .highcontrast .modal-body .ri_label, .highcontrast .modal-body .ri_label_form {color: #244f92 !important;}.highcontrast .modal-dialog {align-items: flex-start;}.highcontrast .birdbox .ri_label {color: #244f92 !important;}.highcontrast .country_list li {color: white !important;}.highcontrast .slider_wrapper h2, .highcontrast .slick-next:before, .highcontrast .slick-prev:before {color: white !important;}.highcontrast .customdrop .dropdown-item {color: #244f92 !important;}.tooltip .tooltip-inner {text-align: left !important;}.carousel-item.active.carousel-item-start {padding-top: 0 !important;padding-bottom: 0 !important;margin-top: 0 !important;margin-bottom: 0 !important;}.carousel-item.carousel-item-next.carousel-item-start {padding-top: 0 !important;padding-bottom: 0 !important;margin-top: 0 !important;margin-bottom: 0 !important;}.mt-60 {margin-top: 60px;}.carousel-item.active.carousel-item-start {padding-top: 0 !important;padding-bottom: 0 !important;margin-top: 0 !important;margin-bottom: 0 !important;}.carousel-item.carousel-item-next.carousel-item-start {padding-top: 0 !important;padding-bottom: 0 !important;margin-top: 0 !important;margin-bottom: 0 !important;}@media (max-width: 767px) {.carousel-inner .carousel-item>div {display: none;}.carousel-inner .carousel-item>div:first-child {display: block;width: 100%;z-index: inherit;}.venu_wrapper {margin-top: 32px;}.aboutuae_banner img {object-fit: fill;}.resmt-96 {margin-top: 16px;}}.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {display: flex;}@media (min-width: 768px) {.carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {transform: translateX(25%);}.carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {transform: translateX(-25%);}}.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {transform: translateX(0);}.speakerslider .card {margin: 0 30px;border: 0;border-radius: 8px;}.speakerslider .card-img {display: flex;width: 100%;border-radius: 8px;}.speakerslider .card-img img {object-fit: fill;width: 100%;border-radius: 8px;}.speakerslider h2 {color: #244f92;text-align: center;font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;margin: 24px 0 0 0;padding: 0;}.speakerslider label {color: #244f92;text-align: center;font-size: 1em;font-style: normal;font-weight: 400;line-height: normal;padding: 0;align-self: stretch;margin: 8px 0 0 0;padding: 0 10px;display: block;}.speakerslider .carousel-control-next-icon {background: none;}.speakerslider .carousel-control-next-icon::before {content: "\ea00";color: #244f92;font-family: "Phosphor" !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 24px;}.speakerslider .carousel-control-next {position: absolute;top: 0;bottom: 0;z-index: 1;display: flex;align-items: center;justify-content: center;width: 20px;padding: 0 !important;color: #fff;text-align: center;background: 0 0;border: 0;opacity: .5;transition: opacity .15s ease;right: -20px !important;height: calc(100% - 60px);}.speakerslider .carousel-control-prev-icon {background: none;}.speakerslider .carousel-control-prev-icon::before {content: "\e9ff";color: #244f92;font-family: "Phosphor" !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 24px;}.speakerslider .carousel-control-prev {position: absolute;top: 0;bottom: 0;z-index: 1;display: flex;align-items: center;justify-content: center;width: 20px;padding: 0 !important;color: #fff;text-align: center;background: 0 0;border: 0;opacity: .5;transition: opacity .15s ease;left: -20px !important;height: calc(100% - 60px);}.speakerslider .active {width: 100% !important;}.speakerslider .carousel-item-start, .speakerslider .carousel-item-prev {z-index: 98;}.speakerslider .carousel-item-start, .speakerslider .carousel {display: flex;flex-wrap: wrap;margin-bottom: 43px;padding-top: 40px;}.borderColor {border: 1px solid #777 !important;}.btn.disabled, .btn:disabled, fieldset:disabled .btn {background: #e1e1e1 !important;}.form-check-input {border-color: #ccc !important;width: 1.2em;height: 1.2em;}.khalid-img-bg {background: #d8c594;border-radius: 15px 0px 0px 15px;}.khalid-text-bg {padding: 30px;background: #f8f7f3;border-radius: 0px 15px 15px 0px;}.sub-menu-toggle {display: none;}.sub-menu {padding: 0px 0px;}.nav-link a {color: #244f92;}.sub-menu {border-radius: 6px;background: var(--neutral-white, #FFF);box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);border: 0 !important;padding: 0;}.sub-menu li {padding: 10px 16px;font-size: 0.875em;}.sub-menu li:first-child {border-top-left-radius: 6px;border-top-right-radius: 6px;}.sub-menu li:last-child {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}.sub-menu li:hover {background: var(--background-hover, rgba(18, 18, 18, 0.10));}.dropdown {text-align: center;padding-right: 20px !important;}.dropdown:after {content: "\e9fe";font-family: "Phosphor" !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin: 0 0 0 4px;border: 0;position: absolute;top: 10px;right: 3%;}.sub-menu {display: none;position: absolute;top: 35px;left: calc(50% - 100px);width: 200px;z-index: 100;}.dropdown:hover .sub-menu {display: block;}@media(max-width: 800px) {.khalid-img-bg {border-radius: 0px 0px 15px 15px;}.khalid-text-bg {border-radius: 15px 15px 0px 0px;}}.wpcf7-list-item {display: inline-block;margin-right: 1rem;padding-right: 32px;min-height: 1.5rem;padding-left: 1.5em;margin-bottom: 0.125rem;font-size: 16px;width: max-content;max-inline-size: -webkit-fill-available;}.wpcf7-list-item.first {padding-left: 0em;margin-left: 0px;}.wpcf7-radio.form-check-input {border: 0px;}.ri_label_form, .wpcf7 .wpcf7-not-valid-tip {font-size: 14px;}.ri_formcontrol, .explore-btn {font-size: 16px;}.file_format p {font-size: 13.6px;}.wpcf7-response-output {}.bg-lightest-blue {background: #e8f1fa;}@media (max-width: 768px) {.committee-img-modal {padding: 15px !important;}}@media (min-width: 991px) {.committee-img-modal {padding: 15px !important;}}.committee-img-frame {max-width: 100%;min-width: 100px;width: 100px;position: absolute;}.committee-img {max-width: 100%;min-width: 100px;width: 100px;border-radius: 100% !important;padding: 5px;}.committee .ph-star {color: #f7aa00;}.committee .separator {content: '';width: 2px;height: 15px;border: 1px dotted #959595;display: flex;margin: auto;}.timings p {display: flex;flex-flow: row nowrap;width: 100%;-webkit-box-align: center;align-items: center;}.timings .time {font-size: 20px;color: #244f92;margin-right: 16px;margin-top: 8px;white-space: pre-line;font-weight: 400;}.timings .time i {color: #244f92;}.timings .line {background: rgb(217, 217, 217);-webkit-box-flex: 1;flex-grow: 1;height: 2px;}.agenda .box {margin: 15px auto;border-radius: 10px;color: #fff;padding: 15px;width: 100%;height: auto;animation: none;}.agenda .box h5, .agenda .box h6, .agenda .box ul, .agenda .box li, .agenda .box p {font-weight: 500;}.agenda .box h6 {font-weight: 300;}.agenda .box li, .agenda .box p, .agenda p {font-size: 16px;line-height: 24px;}.agenda .box.box-1 {background: #f5f5f7;color: #244f92;min-height: 140px;text-align: center;display: flex;justify-content: center;align-items: center;}.agenda .box.box-2, .agenda .box.box-7 {background: #03385e;text-align: center;display: flex;justify-content: center;align-items: center;min-height: 130px;}.agenda .box.box-2 h5, .agenda .box.box-7 h5 {color: #fff;font-weight: 500;}.agenda .box.box-3, .agenda .box.box-6 {background: #898989;}.agenda .box.box-3 {min-height: 130px;}.agenda .box.box-3 h5, .agenda .box.box-3 h6, .agenda .box.box-3 ul, .agenda .box.box-3 li, .agenda .box.box-3 p, .agenda .box.box-6 h5, .agenda .box.box-6 h6, .agenda .box.box-6 ul, .agenda .box.box-6 li, .agenda .box.box-6 p {color: #fff;}.agenda .box.box-4, .agenda .box.box-5 {background: #CCF4FF;}.agenda .box.box-5 {min-height: 130px;}.agenda .box.box-4 h5, .agenda .box.box-4 h6, .agenda .box.box-4 ul, .agenda .box.box-4 li, .agenda .box.box-4 p, .agenda .box.box-5 h5, .agenda .box.box-5 h6, .agenda .box.box-5 ul, .agenda .box.box-5 li, .agenda .box.box-5 p {color: ;}.agenda .box.box-6 {min-height: 130px;}.agenda .box.box-7 {min-height: 130px;}.banner .map a {color: #244f92;}.footer-txt a {color: #fff;}.footer-txt a:hover {color: #e4e4e4;}.fixed-header {width: 100%;position: fixed;z-index: 10;top: 0px;}.speaker-btn:focus span {color: #fff;-webkit-text-fill-color: #fff;}.fs-10 {font-size: 10px;line-height: 16px;}.fs-10 img {width: 14px;}.program-body {width: 100%;border: 1px solid #e4e4e4;}.program-body .program-heading {background: #244f92;color: #fff;width: 100%;}.program-body .program-heading h2, .program-body .program-heading h3, .program-body .program-heading h4, .program-body .program-heading h5, .program-body .program-heading h6 {color: #fff;margin-bottom: 0px;padding: 10px 20px;}.program-body .program-details {padding: 20px;width: 100%;border: 1px solid #e4e4e4;background: #fff;position: relative;}.program-body .program-details-1 {padding: 20px 55px 20px 20px;cursor: pointer;}.program-body .slot-seperator {width: calc(100% - 24px);height: 2px;background: #8f8f8f;position: absolute;top: 0px;left: 12px;z-index: 1;}.info .program-body ul {list-style: none;}.info .program-body ul.listing {list-style: disc;}.program-body .program-details-1 .speaker-indivi-img img {border-radius: 100%;border: 2px solid #fff;box-shadow: 2px 2px 20px #717171;max-width: 60px;}.program-body .program-details-1 .speaker-indivi-img {display: flex;flex-wrap: wrap;box-sizing: border-box;}.program-body .program-details-1 .speakers-program {display: flex;align-items: center;margin-bottom: 10px;}.program-body .program-details-1 .details p {font-size: inherit;line-height: inherit;}.program-body .program-details-1 .details p, .program-body .program-details-1 .details li {font-weight: 500;}.program-body .program-details-1 .speaker-indivi-img .speakers-program img {flex-grow: 0;width: 25%;flex-basis: 25%;height: auto;}.program-body .program-details-1 .speaker-indivi-img .speakers-program .speakers-details {flex-grow: 0;max-width: 75%;flex-basis: 75%;padding: 0px 10px 0px 15px;}.program-body .program-details-1 .speaker-indivi-img .speakers-program .speakers-details .speaker-name {font-size: 15px;white-space: pre-line;text-align: left;font-weight: bold;margin: 0px;}.program-body .program-details-1 .speaker-indivi-img .speakers-program .speakers-details .speaker-title {font-size: 12px;white-space: pre-line;text-align: left;line-height: 16px;margin: 0px;}.program-body .program-details-1 .btn__link {position: absolute;top: 18px;right: 15px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 30px;line-height: 30px;opacity: 1;-webkit-transform: scale(0.85);transform: scale(0.85);-webkit-transition: all 0.5s linear;transition: all 0.5s linear;}.program-body .program-details-1 .btn__link i {width: 30px;height: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;border-radius: 50%;color: #fff;background-color: #00d89e;margin-right: 5px;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}.program-body .program-details-1 .btn__link i:hover {background-color: #244f92;}.program-body .program-details-1 .btn__link i {font-weight: bolder;}.program-body .program-details-1:hover .btn__link {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}.wpcf7 form.wpcf7-form .wpcf7-response-output {margin: 2em 0em 1em;}.mute-btn {position: absolute;bottom: 10px;left: 10px;font-size: 30px;z-index: 10;background: #AE841F;color: #fff;padding: 10px;border-radius: 100px;cursor: pointer;}@media(max-width: 1100px) {.footersocilalink {margin-right: 5px;font-size: 20px;}}@media(max-width: 991px) {.nav-link a {color: #fff !important;}.nav-link .sub-menu a {color: #244f92 !important;}.nav-link.dropdown:after {top: 17px;right: 0%;;}.wpcf7-list-item {display: block !important;padding-left: 0px;margin: 0 0 5px 0em !important;width: 100%;}.program-body .program-details-1 .btn__link {top: 17px;right: 0px;}.program-body .program-details-1 {padding: 20px 35px 20px 20px;}}@media(max-width: 800px) {.agenda .box.box-1, .agenda .box.box-2, .agenda .box.box-3, .agenda .box.box-4, .agenda .box.box-5, .agenda .box.box-6, .agenda .box.box-7 {min-height: auto;}}.show-topic {display: block !important }#subscribe .bg-t {background: #fff !important;border: 6px solid #244f92 !important;}#subscribe .img-modal {position: relative;}#subscribe .btn-modal-1 {position: absolute;bottom: 0;left: 0;right: 0;background: transparent;border: none;font-weight: bold;font-size: 19px;}#subscribe .btn-modal-1:hover {background: transparent !important;}#subscribe .btn-close {float: right;font-size: 1.5rem;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;opacity: .5;position: absolute;top: -25px;font-size: 25px;right: -25px;color: #fff !important;opacity: 1;background: #545454 !important;border-radius: 50%;padding: 3px 3px 3px 3px !important;}.pop-up-modals .bg-t {background: #fff !important;border: 6px solid #244f92 !important;}.pop-up-modals .img-modal {position: relative;}.pop-up-modals .btn-modal-1 {position: absolute;bottom: 0;left: 0;right: 0;background: transparent;border: none;font-weight: bold;font-size: 19px;}.pop-up-modals .btn-modal-1:hover {background: transparent !important;}.pop-up-modals .btn-close {float: right;font-size: 1.5rem;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;opacity: .5;position: absolute;top: -25px;font-size: 25px;right: -25px;color: #fff !important;opacity: 1;background: #545454 !important;border-radius: 50%;padding: 3px 3px 3px 3px !important;}@media(max-width:700px) {#subscribe .btn-close {position: absolute;top: -30px;font-size: 18px;right: -15px;color: #fff !important;opacity: 1;background: #545454 !important;border-radius: 50%;padding: 2px 5px 2px 5px !important;}.pop-up-modals .btn-close {position: absolute;top: -30px;font-size: 18px;right: -15px;color: #fff !important;opacity: 1;background: #545454 !important;border-radius: 50%;padding: 2px 5px 2px 5px !important;}.content_wrapper p, .agenda-box p {font-size: 17px;}}.slick-dots li button:before {font-size: 2rem !important;}.fs-sm {font-size: 13px !important;}.fs-16px {font-size: 16px !important;}#speakers-slick-slider .slick-track {display: table;}.new-design .speaker-name {position: absolute;width: 100%;top: -10px;left: 0px;text-align: center;}.new-design .speaker-name b {background: #244f92;color: #fff;padding: 5px;border-radius: 5px;}.custom-wel-image {position: relative;float: left;width: 30%;margin-right: 20px;margin-bottom: 10px;}.main-paras {}.custom-wel-image img {border: 1px solid #e4e4e4;border-radius: 7px;}.custom-wel-image .wcr-icon {position: absolute;width: 80px;top: auto;bottom: 20px;right: 20px;width: 50px;border-radius: 100px;border: 3px solid #244f92;}.custom-wel-image .admin-name {position: absolute;top: auto;width: calc(100% - 40px);padding: 10px;bottom: 20px;left: 20px;background: #e3e3e3;border-radius: 10px;border: 3px solid #244f92;box-shadow: 0px 10px 30px 0px #313131;}.custom-wel-image .admin-name h3 {color: #244f92;text-align: left;font-size: 1.1em;font-style: normal;font-weight: 700;margin: 16px 0 40px 0;}.custom-wel-image .admin-name h6 {color: #244f92;text-align: left;font-size: 0.7em;font-style: normal;font-weight: 700;margin: 0px 0 0px 0;}.mega-word {font-size: 3em;font-weight: 500;}.about-congress .boxes {border-radius: 10px;border: 3px solid #244f92;background: #f5f5f5;height: auto;padding: 20px;}.about-congress .boxes img {background: #ffffff;padding: 20px;min-height: 185px;border: 1px solid #d9d9d9;}@media(min-width: 760px) and (max-width: 1200px) {.custom-wel-image {width: 50%;}}@media(max-width: 759px) {.custom-wel-image {width: 100%;margin-top: 20px;margin-right: 0px;}.custom-row {--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display: flex;flex-wrap: wrap;margin-top: calc(-1* var(--bs-gutter-y));margin-right: calc(-.5* var(--bs-gutter-x));margin-left: calc(-.5* var(--bs-gutter-x));}}@media(min-width: 1200px) and (max-width: 1400px) {.speakerslider .committee-img {max-width: 100%;min-width: 88px;width: 100px;border-radius: 100%;padding: 5px;}.speakerslider .committee-img-frame {max-width: 100%;min-width: 88px;width: 88px;position: absolute;}}.news-block-three .inner-box {position: relative;display: block;border: 1px solid #eeeeee;background: #fff;border-radius: 15px;}.news-block-three .inner-box .image-box {position: relative;display: block;background-color: #efefef !important;overflow: hidden;border: 1px solid #eeeeee;border-right: none;border-left: none;border-top: none;min-height: 280px;height: 100%;border-radius: 15px 15px 0px 0px;display: flex;}.news-block-three .explore-btn {width: fit-content;}.news-block-three .inner-box .image-box img {width: 100%;transition: all 500ms ease;}.news-block-three .inner-box:hover .image-box img {opacity: 0.2;transform: scale(1.05);}.news-block-three .inner-box .lower-content {position: relative;padding: 35px 30px 40px 40px;}.post-info {}.post-info li {position: relative;display: inline-block;font-size: 14px;color: #0d6efd;margin-right: 25px;}.news-block-three .inner-box figure {position: relative;}.post-info li {padding: 5px 15px 5px;border-top-right-radius: 20px;font-size: 1.3rem;color: #ffffff;background: #AE841F;}.post-info li:last-child {margin-right: 0px;}.post-info li i {margin-right: 10px;}.post-info li a {color: #0d6efd;}.post-info li a:hover {}.news-block-three .inner-box .lower-content h3 {font-size: 30px;line-height: 40px;margin-bottom: 21px;}.news-block-three .inner-box .lower-content h5 {letter-spacing: -0.5px;}.news-block-three .inner-box .lower-content p {margin-bottom: 36px;}.news-block-three .inner-box .lower-content .theme-btn {padding: 10px 33px;text-transform: uppercase;}.news-block-three .inner-box .lower-content p {margin-bottom: 18px;}.news-block-three .inner-box .lower-content p:last-child {margin-bottom: 0px;}.inner-page .news-block-three .lower-content {position: relative;}.inner-page .news-block-three .lower-content .post-text {position: absolute;bottom: auto;top: 0px;right: 0px;left: auto;color: #fff;background: #AE841F;font-weight: bold;padding: 5px 10px;border-bottom-left-radius: 15px;}.inner-page .news-block-three .lower-content .post-info {padding-left: 0px;}.inner-page .news-block-three .lower-content .post-info li {font-size: 18px;color: #244f92;}.news-section .news-block-three {transition: .4s all ease;-webkit-transition: .4s all ease;border-radius: 15px;}.news-section .news-block-three:hover {box-shadow: 5px 5px 10px #d1d1d1;}.news-block-three .author {font-size: 14px;line-height: 16px;margin-bottom: 10px;}.news-block-three .author i {color: #AE841F;font-size: 16px;}.news-image {position: relative;}.news-image .type {position: absolute;top: 12px;left: 20px;background: #AE841F;padding: 5px 10px;border-radius: 16px;font-size: 12px;color: #fff;}.news-image .published {position: absolute;top: 12px;right: 20px;background: #AE841F;padding: 5px 10px;border-radius: 16px;font-size: 12px;color: #fff;}.bold {font-weight: bolder;}body.compensate-for-scrollbar {overflow: hidden }.fancybox-active {height: auto }.fancybox-is-hidden {left: -9999px;margin: 0;position: absolute !important;top: -9999px;visibility: hidden }.fancybox-container {-webkit-backface-visibility: hidden;height: 100%;left: 0;outline: none;position: fixed;-webkit-tap-highlight-color: transparent;top: 0;-ms-touch-action: manipulation;touch-action: manipulation;transform: translateZ(0);width: 100%;z-index: 99992 }.fancybox-container * {box-sizing: border-box }.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {bottom: 0;left: 0;position: absolute;right: 0;top: 0 }.fancybox-outer {-webkit-overflow-scrolling: touch;overflow-y: auto }.fancybox-bg {background: #1e1e1e;opacity: 0;transition-duration: inherit;transition-property: opacity;transition-timing-function: cubic-bezier(.47, 0, .74, .71) }.fancybox-is-open .fancybox-bg {opacity: .9;transition-timing-function: cubic-bezier(.22, .61, .36, 1) }.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {direction: ltr;opacity: 0;position: absolute;transition: opacity .25s ease, visibility 0s ease .25s;visibility: hidden;z-index: 99997 }.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {opacity: 1;transition: opacity .25s ease 0s, visibility 0s ease 0s;visibility: visible }.fancybox-infobar {color: #ccc;font-size: 13px;-webkit-font-smoothing: subpixel-antialiased;height: 44px;left: 0;line-height: 44px;min-width: 44px;mix-blend-mode: difference;padding: 0 10px;pointer-events: none;top: 0;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none }.fancybox-toolbar {right: 0;top: 0 }.fancybox-stage {direction: ltr;overflow: visible;transform: translateZ(0);z-index: 99994 }.fancybox-is-open .fancybox-stage {overflow: hidden }.fancybox-slide {-webkit-backface-visibility: hidden;display: none;height: 100%;left: 0;outline: none;overflow: auto;-webkit-overflow-scrolling: touch;padding: 44px;position: absolute;text-align: center;top: 0;transition-property: transform, opacity;white-space: normal;width: 100%;z-index: 99994 }.fancybox-slide:before {content: "";display: inline-block;font-size: 0;height: 100%;vertical-align: middle;width: 0 }.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {display: block }.fancybox-slide--image {overflow: hidden;padding: 44px 0 }.fancybox-slide--image:before {display: none }.fancybox-slide--html {padding: 6px }.fancybox-content {background: #fff;display: inline-block;margin: 0;max-width: 100%;overflow: auto;-webkit-overflow-scrolling: touch;padding: 44px;position: relative;text-align: left;vertical-align: middle }.fancybox-slide--image .fancybox-content {animation-timing-function: cubic-bezier(.5, 0, .14, 1);-webkit-backface-visibility: hidden;background: transparent;background-repeat: no-repeat;background-size: 100% 100%;left: 0;max-width: none;overflow: visible;padding: 0;position: absolute;top: 0;transform-origin: top left;transition-property: transform, opacity;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;z-index: 99995 }.fancybox-can-zoomOut .fancybox-content {cursor: zoom-out }.fancybox-can-zoomIn .fancybox-content {cursor: zoom-in }.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {cursor: grab }.fancybox-is-grabbing .fancybox-content {cursor: grabbing }.fancybox-container [data-selectable=true] {cursor: text }.fancybox-image, .fancybox-spaceball {background: transparent;border: 0;height: 100%;left: 0;margin: 0;max-height: none;max-width: none;padding: 0;position: absolute;top: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 100% }.fancybox-spaceball {z-index: 1 }.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {height: 100%;overflow: visible;padding: 0;width: 100% }.fancybox-slide--video .fancybox-content {background: #000 }.fancybox-slide--map .fancybox-content {background: #e5e3df }.fancybox-slide--iframe .fancybox-content {background: #fff }.fancybox-iframe, .fancybox-video {background: transparent;border: 0;display: block;height: 100%;margin: 0;overflow: hidden;padding: 0;width: 100% }.fancybox-iframe {left: 0;position: absolute;top: 0 }.fancybox-error {background: #fff;cursor: default;max-width: 400px;padding: 40px;width: 100% }.fancybox-error p {color: #444;font-size: 16px;line-height: 20px;margin: 0;padding: 0 }.fancybox-button {background: rgba(30, 30, 30, .6);border: 0;border-radius: 0;box-shadow: none;cursor: pointer;display: inline-block;height: 44px;margin: 0;padding: 10px;position: relative;transition: color .2s;vertical-align: top;visibility: inherit;width: 44px }.fancybox-button, .fancybox-button:link, .fancybox-button:visited {color: #ccc }.fancybox-button:hover {color: #fff }.fancybox-button:focus {outline: none }.fancybox-button.fancybox-focus {outline: 1px dotted }.fancybox-button[disabled], .fancybox-button[disabled]:hover {color: #888;cursor: default;outline: none }.fancybox-button div {height: 100% }.fancybox-button svg {display: block;height: 100%;overflow: visible;position: relative;width: 100% }.fancybox-button svg path {fill: currentColor;stroke-width: 0 }.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {display: none }.fancybox-progress {background: #ff5268;height: 2px;left: 0;position: absolute;right: 0;top: 0;transform: scaleX(0);transform-origin: 0;transition-property: transform;transition-timing-function: linear;z-index: 99998 }.fancybox-close-small {background: transparent;border: 0;border-radius: 0;color: #ccc;cursor: pointer;opacity: .8;padding: 8px;position: absolute;right: -12px;top: -44px;z-index: 401 }.fancybox-close-small:hover {color: #fff;opacity: 1 }.fancybox-slide--html .fancybox-close-small {color: currentColor;padding: 10px;right: 0;top: 0 }.fancybox-slide--image.fancybox-is-scaling .fancybox-content {overflow: hidden }.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {display: none }.fancybox-navigation .fancybox-button {background-clip: content-box;height: 100px;opacity: 0;position: absolute;top: calc(50% - 50px);width: 70px }.fancybox-navigation .fancybox-button div {padding: 7px }.fancybox-navigation .fancybox-button--arrow_left {left: 0;left: env(safe-area-inset-left);padding: 31px 26px 31px 6px }.fancybox-navigation .fancybox-button--arrow_right {padding: 31px 6px 31px 26px;right: 0;right: env(safe-area-inset-right) }.fancybox-caption {background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);bottom: 0;color: #eee;font-size: 14px;font-weight: 400;left: 0;line-height: 1.5;padding: 75px 44px 25px;pointer-events: none;right: 0;text-align: center;z-index: 99996 }@supports (padding:max(0px)) {.fancybox-caption {padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)) }}.fancybox-caption--separate {margin-top: -50px }.fancybox-caption__body {max-height: 50vh;overflow: auto;pointer-events: all }.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {color: #ccc;text-decoration: none }.fancybox-caption a:hover {color: #fff;text-decoration: underline }.fancybox-loading {animation: a 1s linear infinite;background: transparent;border: 4px solid #888;border-bottom-color: #fff;border-radius: 50%;height: 50px;left: 50%;margin: -25px 0 0 -25px;opacity: .7;padding: 0;position: absolute;top: 50%;width: 50px;z-index: 99999 }@keyframes a {to {transform: rotate(1turn) }}.fancybox-animated {transition-timing-function: cubic-bezier(0, 0, .25, 1) }.fancybox-fx-slide.fancybox-slide--previous {opacity: 0;transform: translate3d(-100%, 0, 0) }.fancybox-fx-slide.fancybox-slide--next {opacity: 0;transform: translate3d(100%, 0, 0) }.fancybox-fx-slide.fancybox-slide--current {opacity: 1;transform: translateZ(0) }.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {opacity: 0;transition-timing-function: cubic-bezier(.19, 1, .22, 1) }.fancybox-fx-fade.fancybox-slide--current {opacity: 1 }.fancybox-fx-zoom-in-out.fancybox-slide--previous {opacity: 0;transform: scale3d(1.5, 1.5, 1.5) }.fancybox-fx-zoom-in-out.fancybox-slide--next {opacity: 0;transform: scale3d(.5, .5, .5) }.fancybox-fx-zoom-in-out.fancybox-slide--current {opacity: 1;transform: scaleX(1) }.fancybox-fx-rotate.fancybox-slide--previous {opacity: 0;transform: rotate(-1turn) }.fancybox-fx-rotate.fancybox-slide--next {opacity: 0;transform: rotate(1turn) }.fancybox-fx-rotate.fancybox-slide--current {opacity: 1;transform: rotate(0deg) }.fancybox-fx-circular.fancybox-slide--previous {opacity: 0;transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0) }.fancybox-fx-circular.fancybox-slide--next {opacity: 0;transform: scale3d(0, 0, 0) translate3d(100%, 0, 0) }.fancybox-fx-circular.fancybox-slide--current {opacity: 1;transform: scaleX(1) translateZ(0) }.fancybox-fx-tube.fancybox-slide--previous {transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg) }.fancybox-fx-tube.fancybox-slide--next {transform: translate3d(100%, 0, 0) scale(.1) skew(10deg) }.fancybox-fx-tube.fancybox-slide--current {transform: translateZ(0) scale(1) }@media (max-height:576px) {.fancybox-slide {padding-left: 6px;padding-right: 6px }.fancybox-slide--image {padding: 6px 0 }.fancybox-close-small {right: -6px }.fancybox-slide--image .fancybox-close-small {background: #4e4e4e;color: #f2f4f6;height: 36px;opacity: 1;padding: 6px;right: 0;top: 0;width: 36px }.fancybox-caption {padding-left: 12px;padding-right: 12px }@supports (padding:max(0px)) {.fancybox-caption {padding-left: max(12px, env(safe-area-inset-left));padding-right: max(12px, env(safe-area-inset-right)) }}}.fancybox-share {background: #f4f4f4;border-radius: 3px;max-width: 90%;padding: 30px;text-align: center }.fancybox-share h1 {color: #222;font-size: 35px;font-weight: 700;margin: 0 0 20px }.fancybox-share p {margin: 0;padding: 0 }.fancybox-share__button {border: 0;border-radius: 3px;display: inline-block;font-size: 14px;font-weight: 700;line-height: 40px;margin: 0 5px 10px;min-width: 130px;padding: 0 15px;text-decoration: none;transition: all .2s;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap }.fancybox-share__button:link, .fancybox-share__button:visited {color: #fff }.fancybox-share__button:hover {text-decoration: none }.fancybox-share__button--fb {background: #3b5998 }.fancybox-share__button--fb:hover {background: #344e86 }.fancybox-share__button--pt {background: #bd081d }.fancybox-share__button--pt:hover {background: #aa0719 }.fancybox-share__button--tw {background: #1da1f2 }.fancybox-share__button--tw:hover {background: #0d95e8 }.fancybox-share__button svg {height: 25px;margin-right: 7px;position: relative;top: -1px;vertical-align: middle;width: 25px }.fancybox-share__button svg path {fill: #fff }.fancybox-share__input {background: transparent;border: 0;border-bottom: 1px solid #d7d7d7;border-radius: 0;color: #5d5b5b;font-size: 14px;margin: 10px 0 0;outline: none;padding: 10px 15px;width: 100% }.fancybox-thumbs {background: #ddd;bottom: 0;display: none;margin: 0;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;padding: 2px 2px 4px;position: absolute;right: 0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);top: 0;width: 212px;z-index: 99995 }.fancybox-thumbs-x {overflow-x: auto;overflow-y: hidden }.fancybox-show-thumbs .fancybox-thumbs {display: block }.fancybox-show-thumbs .fancybox-inner {right: 212px }.fancybox-thumbs__list {font-size: 0;height: 100%;list-style: none;margin: 0;overflow-x: hidden;overflow-y: auto;padding: 0;position: absolute;position: relative;white-space: nowrap;width: 100% }.fancybox-thumbs-x .fancybox-thumbs__list {overflow: hidden }.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {width: 7px }.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {background: #fff;border-radius: 10px;box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) }.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {background: #2a2a2a;border-radius: 10px }.fancybox-thumbs__list a {-webkit-backface-visibility: hidden;backface-visibility: hidden;background-color: rgba(0, 0, 0, .1);background-position: 50%;background-repeat: no-repeat;background-size: cover;cursor: pointer;float: left;height: 75px;margin: 2px;max-height: calc(100% - 8px);max-width: calc(50% - 4px);outline: none;overflow: hidden;padding: 0;position: relative;-webkit-tap-highlight-color: transparent;width: 100px }.fancybox-thumbs__list a:before {border: 6px solid #ff5268;bottom: 0;content: "";left: 0;opacity: 0;position: absolute;right: 0;top: 0;transition: all .2s cubic-bezier(.25, .46, .45, .94);z-index: 99991 }.fancybox-thumbs__list a:focus:before {opacity: .5 }.fancybox-thumbs__list a.fancybox-thumbs-active:before {opacity: 1 }@media (max-width:576px) {.fancybox-thumbs {width: 110px }.fancybox-show-thumbs .fancybox-inner {right: 110px }.fancybox-thumbs__list a {max-width: calc(100% - 10px) }}::-webkit-scrollbar {width: 5px;}::-webkit-scrollbar-track {background: #f1f1f1;}::-webkit-scrollbar-thumb {background: #244f92;}::-webkit-scrollbar-thumb:hover {background: #244f92;}.privacy-page .box-info {border: 5px solid #244f92;background: #ffffff;border-radius: 10px;padding: 20px;transition: .4s all ease;-webkit-transition: .4s all ease;}.privacy-page .box-info:hover {box-shadow: -5px 16px 20px #3e3e3e;}:root {--main-color: #E34A3C;--dark-color: #AC352D;}.privacy-page .serviceBox {color: var(--main-color);background: #F9F9F9;text-align: center;padding: 35px 15px 25px;border-radius: 20px 20px 0 0;margin: 0 10px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);position: relative;z-index: 1;}.privacy-page .serviceBox:before, .privacy-page .serviceBox:after {content: "";background: var(--main-color);height: 60px;position: absolute;bottom: 0;left: -10px;right: -10px;z-index: -1;}.privacy-page .serviceBox:after {background: #F9F9F9;height: 40px;bottom: 21px;left: -1px;right: -1px;clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);}.privacy-page .serviceBox .title {color: var(--main-color);font-weight: 800;margin: 0 0 7px;}.privacy-page .serviceBox .description {margin: 0 0 7px;}.privacy-page .serviceBox .service-icon {color: var(--main-color);font-size: 45px;}.privacy-page .serviceBox .service-icon:before, .privacy-page .serviceBox .service-icon:after {content: "";background: linear-gradient(to top left, var(--dark-color) 45%, transparent 50%);width: 10px;height: 12px;position: absolute;left: -10px;bottom: 60px;}.privacy-page .serviceBox .service-icon:after {transform: rotateY(180deg);left: auto;right: -10px;}.privacy-page .serviceBox.yellow {--main-color: #F09018;--dark-color: #B46F12;}.privacy-page .serviceBox.purple {--main-color: #a55eea;--dark-color: #8854d0;}.privacy-page .serviceBox.blue {--main-color: #1291B2;--dark-color: #1B6070;}.privacy-page .serviceBox.green {--main-color: #07b51c;--dark-color: #057e14;}.privacy-page .serviceBox.dblue {--main-color: #244f92;--dark-color: #18345e;}@media only screen and (max-width: 1199px) {.privacy-page .serviceBox {margin: 0 10px 30px;}}.grid-1 {display: grid;grid-gap: 30px;grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));grid-auto-rows: 150px;grid-auto-flow: row dense;}#photos-1 .item {position: relative;display: flex;flex-direction: column;box-sizing: border-box;background: #e4e4e4;color: #fff;grid-column-start: auto;grid-row-start: auto;color: #fff;background-size: cover;background-image: url("../img/ferrari-world.jpg");background-position: center;background-repeat: no-repeat;box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);transition: transform 0.3s ease-in-out;cursor: pointer;counter-increment: item-counter;}#photos-1 .item:hover {justify-content: start;align-items: flex-start;}#photos-1 .item:nth-of-type(2n) {background-image: url("../img/seaworld.jpg");background-position: center;}#photos-1 .item:nth-of-type(3n) {background-position: center;background-image: url("../img/warner-bros-world.jpg");}#photos-1 .item:nth-of-type(4n) {background-position: center;background-image: url("../img/waterworld.jpg");}#photos-1 .item:nth-of-type(5n) {background-position: center;background-image: url("../img/clymb-1.jpg");}#photos-1 .item:nth-of-type(6n) {background-image: url("../img/qasr-al-watan.jpg");background-position: center;}#photos-1 .item:nth-of-type(7n) {background-image: url("../img/yas-mall-1.jpg");background-position: center;}#photos-1 .item:nth-of-type(8n) {background-image: url("../img/yas-waterfront.jpg");background-position: center;}#photos-1 .item:after {content: "";position: absolute;width: 100%;height: 100%;background-color: #244f92;opacity: 0;transition: opacity 0.3s ease-in-out;}#photos-1 .vanish {position: relative;}.vanish1 {background-color: #244f92;width: 90%;height: auto;opacity: 0.9;}.vanish2 {background-color: #244f92;width: 90%;height: auto;opacity: 0.9;position: absolute;bottom: 0px;}.vanish3 {background-color: #244f92;width: 90%;height: auto;opacity: 0.9;position: absolute;bottom: 0px;}.vanish4 {background-color: #244f92;width: 90%;height: auto;opacity: 0.9;}.vanish5 {background-color: #244f92;width: 90%;height: auto;opacity: 0.9;}.vanish6 {background-color: #244f92;width: 90%;height: auto;opacity: 0.9;bottom: 0px;}.vanish7 {background-color: #244f92;width: 90%;height: auto;opacity: 0.9;bottom: auto;top: 0px;}.vanish8 {background-color: #244f92;width: 90%;height: auto;opacity: 0.9;bottom: 0px;}.vanish9 {background-color: #244f92;width: 90%;height: auto;opacity: 0.9;bottom: 0px;}#photos-1 .item:hover {transform: scale(1.05);}#photos-1 .item:hover .vanish {opacity: 0;}#photos-1 .item:hover:after {opacity: 0.85;}#photos-1 .item .inner {opacity: 0;transition: opacity 0.3s ease-in-out;-webkit-transition: opacity 0.3s ease-in-out;}#photos-1 .item .main-name {opacity: 0;transition: opacity 0.3s ease-in-out;-webkit-transition: opacity 0.3s ease-in-out;}#photos-1 .item:hover .main-name {opacity: 0;}#photos-1 .item:hover .inner {opacity: 1;font-size: 16px;letter-spacing: -0.3px;}#photos-1 .item--medium {grid-row-end: span 2;}#photos-1 .item--large {grid-row-end: span 3;}#photos-1 .item--extra-large {grid-row-end: span 4;}#photos-1 .item--full {grid-column-end: auto;}@media screen and (min-width: 768px) {#photos-1 .item--full {grid-column: 1/-1;grid-row-end: span 2;}}#photos-1 .item__details {position: relative;z-index: 1;padding: 15px;color: #444;background: #fff;text-transform: lowercase;letter-spacing: 1px;color: #828282;}#photos-1 .item__details:before {content: counter(item-counter);font-weight: bold;font-size: 1.1rem;padding-right: 0.5em;color: #444;}#photos-1 .item .main-name {position: absolute;text-align: center;color: white;font-weight: bold;padding: 10px;top: calc(50% - 32px);align-self: center;display: flex;z-index: 20;}#photos-1 .item h6, #photos-1 .item h6 b, #photos-1 .item p b, #photos-1 .item p {color: #fff;}#photos-1 .item .inner {position: absolute;z-index: 20;color: white;line-height: initial;width: max-content;padding: 20px 20px 15px;max-width: fit-content;height: 100%;overflow-y: auto;}#photos-1 .item--full--width {grid-column: 2 / 4;}@media(max-width: 786px) {#photos-1 .item--full--width {grid-column: 1 / 1;}.grid-1 {grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));}#photos-1 .item--large, #photos-1 .item--medium, #photos-1 .item, #photos-1 .item--extra-large {grid-row-end: span 2;}}.video-container {position: relative;padding-bottom: 56.25%;height: 0;}.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;clip-path: inset(1px 1px);}.video-container .poster {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.video-container .button {display: inline-block;position: relative;}.video-container .button.is-play {background-color: #fff;border-radius: 50%;width: 100px;height: 100px;}.video-container .button.is-play .button-outer-circle {background: rgba(255, 255, 255, 0.7);border-radius: 50%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;height: 100%;width: 100%;}.video-container .button.is-play .button-icon {position: absolute;top: 50%;left: 50%;width: 30px;height: 30px;transform: translate(-50%, -50%);}.video-container .button.is-play .button-icon .triangle {-webkit-animation: fadeIn 7s ease;animation: fadeIn 7s ease;}.video-container .button.is-play .button-icon .path {stroke-dasharray: 90;stroke-dashoffset: 0;-webkit-animation: triangleStroke 3s;animation: triangleStroke 3s;-webkit-animation-timing-function: ease;animation-timing-function: ease;}.has-scale-animation {-webkit-animation: smallScale 3s infinite;animation: smallScale 3s infinite;}.has-delay-short {-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}@-webkit-keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}@-webkit-keyframes triangleStroke {from {stroke-dashoffset: 90;}to {stroke-dashoffset: 0;}}@keyframes triangleStroke {from {stroke-dashoffset: 90;}to {stroke-dashoffset: 0;}}@-webkit-keyframes smallScale {from {transform: scale(1);opacity: 1;}to {transform: scale(1.5);opacity: 0;}}@keyframes smallScale {from {transform: scale(1);opacity: 1;}to {transform: scale(1.5);opacity: 0;}}.video-container .poster {background: url(../img/things-to-do-poster.jpg);background-position: center left;background-size: cover;background-repeat: no-repeat;display: flex;justify-content: center;align-items: center;}.things-do {height: auto;}.things-do video {object-fit: contain;position: relative;background: #000;}.masterclass .pricingTable {color: #fff;background: linear-gradient(45deg, #fff, #244f9220, #fff, #244f9220);text-align: center;padding: 30px 20px;border-radius: 10px;box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);}.masterclass .pricingTable .pricingTable-header {margin: 0 auto 20px;}.masterclass .pricingTable .price-value {color: #244f92;margin: 0 0 15px;}.masterclass .pricingTable .price-value .amount {font-size: 45px;font-weight: 400;line-height: 45px;margin-bottom: 5px;}.masterclass .pricingTable .price-value .duration {font-size: 20px;font-weight: 400;display: block;text-transform: capitalize;}.masterclass .pricingTable .title {color: #fff;background-color: #244f92;font-weight: 600;text-transform: uppercase;padding: 11px 10px 9px;margin: 0;border-radius: 10px;}.masterclass .pricingTable .pricing-content {background-color: #ffffff;padding: 20px 15px;margin: 0 0 20px;list-style: none;border-radius: 10px;box-shadow: 0 0 25px -8px rgba(0, 0, 0, 0.2);position: relative;}.masterclass .pricingTable .pricing-content li {color: #244f92;font-size: 17px;line-height: 25px;text-transform: capitalize;margin: 0 0 15px;}.masterclass .pricingTable .pricing-content li:last-child {margin: 0;}.masterclass .pricingTable .pricingTable-signup a {color: #fff;background: #244f92;font-size: 20px;font-weight: 600;line-height: 20px;text-transform: capitalize;padding: 10px 25px;border-radius: 10px;display: inline-block;transition: all 0.3s ease;}.masterclass .pricingTable .pricingTable-signup a:hover {color: #fff;background: #244f92;text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);}.masterclass .pricingTable.yellow {background: linear-gradient(45deg, #fff, #EBA52120, #fff, #EBA52120);}.masterclass .pricingTable.yellow .title {background: #EBA521;}.masterclass .pricingTable.yellow .masterclass .pricingTable-signup a:hover {background: #EBA521;}.masterclass .pricingTable.blue {background: linear-gradient(45deg, #fff, #244f9220, #fff, #244f9220);}.masterclass .pricingTable.blue .title {background: #244f92;}.masterclass .pricingTable.blue .masterclass .pricingTable-signup a:hover {background: #244f92;}@media only screen and (max-width: 990px) {.masterclass .pricingTable {margin: 0 0 40px;}}.flex-cradle {display: flex;justify-content: center;align-items: center;flex-direction: column;width: 100%;}.slider-cradle {display: flex;width: 100px;text-align: center;border-radius: 5px;background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));height: 40px;position: relative;overflow: hidden;box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);transition: background ease-in-out 0.5s;}.slider-cradle .option-1 {width: 50%;}.slider-cradle .option-2 {width: 50%;}.slider-cradle .handle {cursor: default;width: 46px;height: 36px;border-radius: 5px;position: absolute;background: #ffffff85;top: 2px;left: 2px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);transition: transform cubic-bezier(1, 0.11, 1, 1.04) 400ms;}.slider-cradle div a {color: #ffffff;}.slider-cradle div {line-height: 40px;color: white;font-weight: 500;cursor: pointer;}.slider-cradle.is-transitioned {}.slider-cradle.is-transitioned .handle {transform: translateX(50px);}.text-justify {text-align: justify !important;}
.no-click{pointer-events: none !important;}.content_wrapper ul{margin-bottom: 0px;padding-bottom: 1rem;}.dropdown .sub-menu .dropdown:after{top: 14px;}.dropdown .sub-menu .dropdown .sub-menu{display: none;top: calc(50% - 20px);left: 100%;}.dropdown .sub-menu .dropdown:hover .sub-menu{display: block;}@media(max-width: 800px){.committee-img-frame, .committee-img{    min-width: 75px;width: 50px;}.z_content h2{font-size: 2.2rem}.z_content h2 span{font-size: 1.5rem;}.banner{padding: 50px 5%;}.slick-dots li{width: 15px;}.dropdown .sub-menu .dropdown .sub-menu{top: 105%;left: 0px;}.dropdown .sub-menu .dropdown:after {color: #244f92;margin-right: 5px;top: 15px;}}.new-box {width: 100%;height: auto;padding: 20px 10px;/* flex: 50%; */transition: 0.5s;border: 2px solid rgba(255, 255, 255, 1);border-radius: 0%;background: var(--2, linear-gradient(99deg, #244f92 0%, #00D89E 99.99%));}/*.new-box:nth-child(1) {animation: newload 10s infinite;}.new-box:nth-child(2) {animation: newload2 10s infinite;animation-delay: 0.2s;}.new-box:nth-child(3) {animation: newload3 10s infinite;animation-delay: 0.7s;}.new-box:nth-child(4) {animation: newload4 10s linear infinite;animation-delay: 0.5s;}*/@keyframes newload {0% {background: var(--2, linear-gradient(300deg, #244f92 0%, #00D89E 99.99%));}10% {background: var(--2, linear-gradient(270deg, #244f92 0%, #00D89E 99.99%));}20% {background: var(--2, linear-gradient(240deg, #244f92 0%, #00D89E 99.99%));}30% {background: var(--2, linear-gradient(210deg, #244f92 0%, #00D89E 99.99%));}40% {background: var(--2, linear-gradient(180deg, #244f92 0%, #00D89E 99.99%));}50% {background: var(--2, linear-gradient(150deg, #244f92 0%, #00D89E 99.99%));}60% {background: var(--2, linear-gradient(120deg, #244f92 0%, #00D89E 99.99%));}70% {background: var(--2, linear-gradient(90deg, #244f92 0%, #00D89E 99.99%));}80% {background: var(--2, linear-gradient(60deg, #244f92 0%, #00D89E 99.99%));}90% {background: var(--2, linear-gradient(30deg, #244f92 0%, #00D89E 99.99%));}100% {background: var(--2, linear-gradient(0deg, #244f92 0%, #00D89E 99.99%));}}@keyframes newload2 {0% {background: var(--2, linear-gradient(270deg, #244f92 0%, #00D89E 99.99%));}10% {background: var(--2, linear-gradient(230deg, #244f92 0%, #00D89E 99.99%));}20% {background: var(--2, linear-gradient(210deg, #244f92 0%, #00D89E 99.99%));}30% {background: var(--2, linear-gradient(190deg, #244f92 0%, #00D89E 99.99%));}40% {background: var(--2, linear-gradient(170deg, #244f92 0%, #00D89E 99.99%));}50% {background: var(--2, linear-gradient(150deg, #244f92 0%, #00D89E 99.99%));}60% {background: var(--2, linear-gradient(130deg, #244f92 0%, #00D89E 99.99%));}70% {background: var(--2, linear-gradient(110deg, #244f92 0%, #00D89E 99.99%));}80% {background: var(--2, linear-gradient(90deg, #244f92 0%, #00D89E 99.99%));}90% {background: var(--2, linear-gradient(70deg, #244f92 0%, #00D89E 99.99%));}100% {background: var(--2, linear-gradient(50deg, #244f92 0%, #00D89E 99.99%));}}@keyframes newload3 {0% {background: var(--2, linear-gradient(270deg, #244f92 0%, #00D89E 99.99%));}10% {background: var(--2, linear-gradient(230deg, #244f92 0%, #00D89E 99.99%));}20% {background: var(--2, linear-gradient(210deg, #244f92 0%, #00D89E 99.99%));}30% {background: var(--2, linear-gradient(190deg, #244f92 0%, #00D89E 99.99%));}40% {background: var(--2, linear-gradient(170deg, #244f92 0%, #00D89E 99.99%));}50% {background: var(--2, linear-gradient(150deg, #244f92 0%, #00D89E 99.99%));}60% {background: var(--2, linear-gradient(130deg, #244f92 0%, #00D89E 99.99%));}70% {background: var(--2, linear-gradient(110deg, #244f92 0%, #00D89E 99.99%));}80% {background: var(--2, linear-gradient(90deg, #244f92 0%, #00D89E 99.99%));}90% {background: var(--2, linear-gradient(70deg, #244f92 0%, #00D89E 99.99%));}100% {background: var(--2, linear-gradient(50deg, #244f92 0%, #00D89E 99.99%));}}@keyframes newload4 {0% {background: var(--2, linear-gradient(270deg, #244f92 0%, #00D89E 99.99%));}10% {background: var(--2, linear-gradient(230deg, #244f92 0%, #00D89E 99.99%));}20% {background: var(--2, linear-gradient(210deg, #244f92 0%, #00D89E 99.99%));}30% {background: var(--2, linear-gradient(190deg, #244f92 0%, #00D89E 99.99%));}40% {background: var(--2, linear-gradient(170deg, #244f92 0%, #00D89E 99.99%));}50% {background: var(--2, linear-gradient(150deg, #244f92 0%, #00D89E 99.99%));}60% {background: var(--2, linear-gradient(130deg, #244f92 0%, #00D89E 99.99%));}70% {background: var(--2, linear-gradient(110deg, #244f92 0%, #00D89E 99.99%));}80% {background: var(--2, linear-gradient(90deg, #244f92 0%, #00D89E 99.99%));}90% {background: var(--2, linear-gradient(70deg, #244f92 0%, #00D89E 99.99%));}100% {background: var(--2, linear-gradient(50deg, #244f92 0%, #00D89E 99.99%));}}.parti-logo{width: 140px;max-width: 100%;}.partners .card-img img{/*height: 90px; width: auto;*/}
.image-box {
        position: relative;
        border: 2px solid #e4e4e4;
        /*padding: 30px;*/
        border-radius: 15px;
        transition: 0.4s all ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        background-color: #f1f1f1;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        height: 200px;
    }
    .image-box a{
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .image-box .topic-heading {
        margin-bottom: auto;
    }

    .image-box .btn__link {
        position: absolute;
        top: 5px;
        right: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        opacity: 0;
        transform: scale(0.85);
        transition: all 0.5s linear;
        cursor: pointer;
    }

    .image-box .btn__link .ph {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        background-color: #00d89e;
        transition: all 0.3s linear;
        font-weight: bolder;
    }

    .image-box .btn__link .ph:hover {
        background-color: #0b4b83;
    }

    .image-box .btn__link {
        opacity: 1 !important;
        transform: scale(0.85) !important;
    }

    .photo-gallery .highslide {
        display: inline-block;
        background: #cbcbcb;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .photo-gallery .highslide i {
        visibility: hidden;
        position: absolute;
        color: #0b4b83;
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 50px;
    }

    .photo-gallery .highslide:hover .gallery-image {
        opacity: 0.3;
        transition: all 0.5s ease;
    }

    .photo-gallery .highslide:hover i {
        visibility: visible;
    }

    .gallery-image {
        height: 145px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .image-box .topic-heading{
        position: absolute;
        padding: 10px;
        bottom: 0px;
        left: 0px;
        background-color: #fff;
        border-radius: 0px 11px 0px 11px;
    }
    .gallery-page .accordion-button:focus{
        box-shadow: none;
    }
    .gallery-page .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #e8f2fa !important;
        box-shadow: inset 0 calc(-1* 1px) 0 #dee2e6;
    }
    .gallery-page .accordion-item:first-of-type {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .gallery-page .accordion-item:last-of-type {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    @media (min-width: 1200px) {
        .image-box .h3, .image-box h3 {
            font-size: 1.30rem;
        }
    }