.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  color: #093679;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  text-decoration: underline;
}

strong {
  color: #093679;
  font-weight: 700;
}

.btn_blu {
  display: block;
  padding: 6px 50px;
  float: none;
  border: 2px solid #093679;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.btn_blu:hover {
  background-color: #093679;
  color: #fff;
}

.btn_blu:active {
  background-color: #434343;
}

.btn_blu.close {
  position: static;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn_blu.close.reg {
  display: block;
}

.btn_blu.register {
  margin-top: 15px;
  float: right;
  font-family: 'Ge ss two', sans-serif;
  font-size: 14px;
}

.header_sec {
  background-image: url('../images/StarryBG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.hero_sec {
  background-image: url('../images/StarryBG_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.nav_sec {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: #000;
  background-color: #093679;
  direction: ltr;
  font-family: Bliss, sans-serif;
  color: #fff;
  font-size: 15px;
}

.nav_sec.ar {
  direction: rtl;
}

.event_deets {
  background-image: url('../images/main_hero_l.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.la_map {
  background-color: #fff;
}

.la_map.agenda {
  background-color: #fff;
}

.mosques {
  background-color: #fff;
}

.mosques.pstr {
  margin-top: 35px;
  margin-bottom: -66px;
}

.mosques.pstr.left {
  margin-top: 30px;
  margin-bottom: 60px;
}

.mosques.pstr.rt {
  background-color: #f5f4f4;
}

.footer_sec {
  overflow: visible;
  height: auto;
  margin-top: auto;
  background-color: #093679;
  background-clip: border-box;
}

.image {
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.cont_content {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cont_content.spkr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
}

.slide_01 {
  background-image: url('../images/Banner_En_Q01_V02.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: repeat-x;
}

.slide_01.ar {
  background-image: url('../images/QuizBanner_Ar.jpg');
}

.slide_02 {
  background-image: url('../images/R04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.grid {
  display: -ms-grid;
  display: grid;
  height: 300px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.r_logo {
  max-width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.r_txt {
  position: static;
  max-width: 75%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider {
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.3);
  direction: ltr;
}

.navbar {
  position: relative;
  height: 46px;
  border-style: solid;
  border-width: 0px;
  border-color: #250f04;
  border-radius: 0px;
  background-color: #093679;
  color: #e7e7e7;
  font-size: 14px;
}

.nav_link {
  height: 44px;
  padding-top: 14px;
  padding-right: 36px;
  padding-left: 36px;
  border-style: solid;
  border-width: 0px;
  border-color: #735227;
  border-radius: 1px;
  background-color: #093679;
  font-family: Bliss, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.nav_link:hover {
  background-color: rgba(115, 62, 13, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#093679), to(#051c3e));
  background-image: linear-gradient(180deg, #093679, #051c3e);
}

.nav_link.w--current {
  border-style: none;
  border-width: 0px;
  font-family: Bliss, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav_link.drop {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0px;
}

.nav-menu-2 {
  margin-left: 173px;
  float: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-button-2 {
  display: none;
  height: 45px;
}

.menu-button-2.w--open {
  background-color: #01429e;
}

.icon {
  height: 46px;
  margin-top: -5px;
}

.div-block {
  width: 46px;
  height: 46px;
  padding-top: 12px;
  padding-right: 17px;
  float: right;
  clear: right;
  font-size: 26px;
}

.media_block {
  margin: 30px 35px 20px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  background-color: #fff;
  box-shadow: 1px 1px 10px -4px #515050;
}

.media_block.quiz {
  width: 960px;
  margin-bottom: 30px;
}

.div_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  background-color: #093679;
}

.div_header.spkr {
  height: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #093679;
  font-family: Bliss, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading-2.spkr {
  font-size: 14px;
  font-weight: 400;
}

.heading-2.spkr.ar {
  font-family: 'Ge ss two', sans-serif;
  font-weight: 500;
}

.heading-2.ar {
  font-family: 'Ge ss two', sans-serif;
  font-weight: 500;
}

.media {
  margin-right: 0px;
  margin-left: 0px;
}

.media.poster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 42px 25px 61px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media.quiz {
  margin-right: 33px;
  margin-left: 33px;
}

.media.winner {
  margin-right: 33px;
  margin-left: 33px;
}

.cont_media {
  height: 480px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.31);
}

.cont_media.main {
  background-image: url('../images/main_hero_s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.image-3 {
  padding-top: 35px;
  padding-right: 39px;
  padding-left: 39px;
}

.qa_bg {
  height: 450px;
  margin: 39px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 2px 10px -4px #515050;
}

.qa_bg.spk {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65));
  opacity: 1;
  background-clip: border-box;
}

.text-block-3 {
  display: block;
}

.form_qa {
  margin: 27px 27px 9px;
}

.heading-3 {
  width: 95%;
  margin-left: 16px;
  float: left;
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-3.arb {
  width: 80%;
  margin-right: 22px;
  margin-bottom: 29px;
  float: right;
  font-family: 'Ge ss two', sans-serif;
  text-align: right;
}

.heading-3.small {
  text-transform: none;
}

.qa_div {
  padding-bottom: 2px;
}

.form_txt {
  margin-bottom: 17px;
  border-style: solid;
  border-width: 2px;
  border-color: #093679;
  border-radius: 18px;
}

.frm_qa {
  margin-bottom: 19px;
  border: 2px solid #093679;
  border-radius: 13px;
}

.main_logo {
  display: block;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mosque_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.mosque {
  width: 100%;
  height: auto;
  margin-right: 30px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.19);
}

.mosque.last {
  margin-right: 0px;
}

.spk_div {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp_name {
  font-family: Bliss, sans-serif;
  color: #093679;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.sp_name.ar {
  direction: rtl;
  font-family: 'Ge ss two', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.sp_desig {
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.sp_bio {
  display: none;
  margin-top: auto;
  font-family: 'Ge ss two', sans-serif;
  color: #733e0d;
  font-weight: 300;
  text-align: center;
}

.sp_pix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: 13px 13px 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
}

.sp_pix.left {
  display: block;
  width: auto;
  height: auto;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sp_des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -17px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  border-radius: 15px;
}

.text-span {
  color: #fff;
}

.modal_speaker01 {
  z-index: 5;
  display: block;
}

.md_sp_bg {
  border-radius: 16px;
  background-color: #fff;
}

.md_sp_bg.register {
  margin: 0px;
  background-image: none;
}

.grid-2 {
  margin-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 2.25fr;
  grid-template-columns: 1fr 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  margin-right: 40px;
}

.heading-5 {
  margin-bottom: -6px;
  color: #733e0d;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-5.register {
  margin-top: -23px;
  margin-bottom: 0px;
  color: #093679;
  font-weight: 700;
  text-align: center;
}

.heading-5.register.arb {
  margin-top: 53px;
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
}

.text-block-5 {
  margin-bottom: 27px;
  color: #733e0d;
}

.heading-6 {
  margin-top: 9px;
  color: #733e0d;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-8 {
  margin-top: 81px;
  margin-left: 10px;
  padding-left: 16px;
}

.div-block-9 {
  margin-top: 0px;
}

.modal_speaker02 {
  position: fixed;
  z-index: 5;
  display: block;
  width: 100vw;
  height: 100vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.modal_register {
  z-index: 5;
}

.form_register {
  margin: 27px;
}

.bold-text {
  font-size: 16px;
  font-weight: 500;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div_form_msg {
  float: none;
}

.grid-3 {
  margin-top: 25px;
  -ms-grid-columns: 0.75fr 0.25fr;
  grid-template-columns: 0.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.image-5 {
  -o-object-fit: fill;
  object-fit: fill;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  margin-bottom: 26px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 71%, 0);
}

.link-block {
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-2 {
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-3 {
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-4 {
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-5 {
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-6 {
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-5 {
  margin-right: -47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-6 {
  max-width: 100%;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-10 {
  width: 360px;
  margin-top: 16px;
  float: left;
  direction: ltr;
}

.div-block-11 {
  float: right;
}

.form {
  color: #323232;
  text-align: right;
}

.form-2 {
  text-align: left;
}

.body {
  display: block;
}

.body-2 {
  display: block;
}

.paragraph {
  padding-right: 4px;
  color: #646464;
  text-align: left;
}

.paragraph.rt {
  margin-left: 35px;
  padding-right: 3px;
}

.paragraph.ar {
  margin-bottom: auto;
  padding-right: 0px;
  direction: rtl;
  font-family: 'Ge ss two', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
}

.paragraph-2 {
  color: #733e0d;
}

.div-block-12 {
  float: left;
}

.div-block-13 {
  margin-bottom: 20px;
  padding: 20px;
  border: 0px solid #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.heading {
  margin-top: 1px;
  margin-bottom: 0px;
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #733e0d;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.clock-number {
  color: #093679;
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  margin-top: 10px;
  margin-right: 0px;
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  text-align: right;
}

.div-block-14 {
  display: block;
  max-width: 550px;
  margin-top: 93px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.la_btext02 {
  display: block;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.la_btext01 {
  width: 50%;
  margin-top: 79px;
  margin-right: 69px;
  float: right;
}

.la_agenda_div {
  margin-bottom: 52px;
}

.la_tbl_div {
  margin: 35px 41px 25px;
}

.la_tbl_head {
  display: block;
  margin-top: 11px;
  margin-bottom: 11px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.la_tbl_head.bdy {
  background-color: #fff;
  color: #733e0d;
}

.la_tbl_head.bdy.time {
  margin-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Open Sans', sans-serif;
}

.la_tbl_head.body {
  padding-right: 71px;
  background-color: #fff;
}

.la_tbl_head.body.alt {
  background-color: transparent;
}

.la_tbl_head.body01 {
  margin-right: 12px;
  background-color: transparent;
  color: #093679;
  text-align: right;
}

.la_tbl_head.body01.tm {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
}

.la_tbl_head.body01.alt {
  margin-right: 12px;
  background-color: transparent;
  color: #093679;
}

.la_tbl_head.left {
  margin-right: 106px;
  text-align: right;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.la_col {
  width: 90%;
  border-radius: 20px;
  background-color: #733e0d;
  text-align: center;
}

.la_col.body01 {
  margin-left: -15px;
  padding-right: 41px;
  padding-left: 0px;
  background-color: #fff;
}

.la_col.body01.alt {
  background-color: #fbf7f4;
}

.la_col_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-2 {
  text-align: right;
}

.column-3 {
  padding-left: 327px;
}

.grid-6 {
  margin-top: 35px;
  margin-right: 41px;
  margin-left: 41px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr 0.25fr;
  grid-template-columns: 1fr 0.25fr 0.25fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.div-block-16 {
  border-radius: 20px 0px 0px 20px;
  background-color: #093679;
}

.div-block-17 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #093679;
}

.la_tbl_alt {
  background-color: #f1f3f7;
}

.la_tbl_alt.mid {
  background-color: #f1f3f7;
}

.la_tbl_alt.rt {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f1f3f7;
}

.la_tbl_alt.left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgba(9, 54, 121, 0.06);
}

.radio-button-field {
  float: right;
  text-align: left;
}

.radio-button-label {
  text-align: left;
}

.sliderarrow {
  opacity: 0.35;
}

.text-block-6 {
  color: #fff;
}

.icon-2 {
  margin-top: 16px;
  padding-top: 0px;
  color: #fff;
}

.dropdown-toggle {
  height: 46px;
  padding-top: 12px;
}

.dropdown-toggle.en {
  padding-top: 13px;
}

.text-block-7 {
  margin-top: 12px;
  margin-left: 7px;
  font-family: Bliss, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.text-block-7.ar {
  font-family: 'Ge ss two', sans-serif;
}

.icon-3 {
  margin-top: 25px;
  color: #fff;
}

.dropdown-toggle-2 {
  padding-bottom: 17px;
}

.dropdown-toggle-2.w--open {
  padding-bottom: 10px;
}

.dropdown-link {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Bliss, sans-serif;
  color: #d67070;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-link:hover {
  background-color: #1b58b3;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-link.ar {
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.dropdown-link.en {
  font-family: Bliss, sans-serif;
}

.dropdown-list {
  text-align: center;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #093679;
  color: #fff;
}

.dropdown-list.w--open:hover {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-span-2 {
  padding-right: 6px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 15px;
}

.dropdown-list-2 {
  position: absolute;
  background-color: #093679;
}

.dropdown-list-2.w--open {
  top: 44px;
  right: -105.425px;
}

.dropdown-link-2 {
  color: #fff;
  font-weight: 300;
}

.dropdown-link-2:hover {
  background-color: #1b58b3;
}

.dropdown-link-2.w--current {
  color: #fff;
}

.div-block-18 {
  margin: 29px 40px -3px;
  padding: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #8b725c;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.49);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.div-block-18.head {
  display: block;
  margin-bottom: 26px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18.fix {
  margin: auto 35px;
}

.heading-7 {
  font-size: 21px;
}

.heading-7.gray {
  color: #5f5f5f;
}

.heading-7.gray.ar {
  font-family: 'Ge ss two', sans-serif;
  text-align: right;
}

.video_sec {
  background-color: #f5f4f4;
}

.cont_media-2 {
  margin-top: 0px;
}

.div-block-19 {
  height: 405px;
}

.html-embed {
  height: 405px;
  border: 0px solid #000;
  border-radius: 0px;
}

.image-7 {
  width: 20%;
  height: 50%;
  margin-top: 21px;
  margin-bottom: 12px;
  opacity: 0.19;
}

.image-8 {
  display: block;
  overflow: visible;
  max-width: 150%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-20 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  margin-right: 26px;
}

.menu_header {
  height: 260px;
  margin-top: 144px;
  margin-right: 44px;
  margin-left: 434px;
  padding: 30px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.94);
}

.div-block-21 {
  width: 66%;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  border-radius: 11px;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.27);
}

.pstr_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
  margin-bottom: 0px;
  margin-left: 37px;
  padding: 31px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.41);
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-9 {
  width: 320px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 11px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.24);
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.con_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pst_thumb {
  padding-right: 20px;
  border-radius: 0px;
}

.posters.qz {
  margin-bottom: 0px;
  padding-bottom: 30px;
  background-color: #ededed;
}

.thumb {
  border-radius: 9px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.27);
}

.thumb.fadein {
  -webkit-transition: opacity 800ms ease, -webkit-transform 1000ms cubic-bezier(.023, .451, .25, 1);
  transition: opacity 800ms ease, -webkit-transform 1000ms cubic-bezier(.023, .451, .25, 1);
  transition: opacity 800ms ease, transform 1000ms cubic-bezier(.023, .451, .25, 1);
  transition: opacity 800ms ease, transform 1000ms cubic-bezier(.023, .451, .25, 1), -webkit-transform 1000ms cubic-bezier(.023, .451, .25, 1);
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.arlink {
  color: #fff;
  text-decoration: none;
}

.image-10 {
  margin-top: 35px;
  margin-right: 29px;
  float: right;
}

.slide_01-copy {
  background-image: url('../images/Slide02.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.la_btext01-copy {
  width: 50%;
  margin-top: 89px;
  margin-right: 69px;
  float: right;
}

.link-block-7 {
  width: 100%;
  height: 100%;
}

.exhibit_desc {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide_03 {
  background-image: url('../images/Hero_02_BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.image-11 {
  position: static;
  display: block;
  margin: 99px auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu-3 {
  font-family: 'Ge ss two', sans-serif;
}

.nav_ar {
  height: 46px;
  margin-top: -5px;
  padding-top: 10px;
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav_ar.w--current {
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav_link-copy {
  height: 44px;
  padding-top: 14px;
  padding-right: 36px;
  padding-left: 36px;
  border-style: solid;
  border-width: 0px;
  border-color: #735227;
  border-radius: 1px;
  background-color: #093679;
  font-family: Bliss, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.nav_link-copy:hover {
  background-color: rgba(115, 62, 13, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#093679), to(#051c3e));
  background-image: linear-gradient(180deg, #093679, #051c3e);
}

.nav_link-copy.w--current {
  border-style: none;
  border-width: 0px;
  font-family: Bliss, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav_link-copy.drop {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav_ex {
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  font-weight: 500;
}

.drop_ar {
  background-color: #093679;
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: right;
}

.drop_ar:hover {
  background-color: #0546a9;
}

.drop_ar.w--current {
  color: #fff;
}

.navbase {
  border: 1px solid #250f04;
  background-color: #093679;
  color: #fff;
}

.navbar_ar {
  height: 46px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  direction: ltr;
}

.nav-menu-4 {
  height: 46px;
  background-color: #093679;
}

.nav-link {
  height: 46px;
  padding-top: 13px;
  background-color: #093679;
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav-link:hover {
  background-color: #072859;
}

.nav-link.w--current {
  color: #fff;
}

.dropdown {
  height: 46px;
}

.dropdown-toggle-3 {
  height: 46px;
  padding-top: 13px;
  background-color: #093679;
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
}

.dropdown-toggle-3.w--open {
  background-color: #042960;
}

.dropdown-list-3 {
  left: -6px;
}

.dropdown-list-3.w--open {
  left: -63px;
}

.container-4 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-2 {
  font-weight: 300;
}

.bold-text-2.ar {
  direction: rtl;
  text-align: right;
}

.paragraph-4 {
  direction: rtl;
  font-family: 'Ge ss two', sans-serif;
  color: #5f5f5f;
  font-weight: 500;
  text-align: right;
  white-space: break-spaces;
}

.bold-text-3 {
  color: #5f5f5f;
  font-weight: 500;
}

.bold-text-4 {
  font-weight: 500;
}

.bold-text-5 {
  direction: rtl;
}

.div-block-26 {
  width: 50%;
  height: 50%;
  margin: auto;
}

.paragraph-5 {
  display: block;
  float: none;
  direction: rtl;
  font-family: 'Ge ss two', sans-serif;
  font-weight: 500;
  text-align: right;
}

.bold-text-6 {
  font-weight: 500;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-span-3 {
  font-family: Bliss, sans-serif;
}

.body-3 {
  direction: rtl;
}

.body-4 {
  direction: rtl;
}

.bold-text-7 {
  font-weight: 500;
}

.enlink {
  color: #fff;
  text-decoration: none;
}

.body-5 {
  direction: rtl;
}

.body-6 {
  direction: rtl;
}

.text-span-4 {
  font-family: Bliss, sans-serif;
}

.text-span-5 {
  font-family: Bliss, sans-serif;
}

.navbar-2 {
  height: 46px;
}

.container-5 {
  height: 46px;
}

.nav-link-2 {
  height: 46px;
  padding-top: 13px;
}

.nav-link-3 {
  height: 46px;
}

.nav-link-4 {
  height: 46px;
}

.la_nav_en {
  height: 46px;
  padding-top: 13px;
  background-color: #093679;
  font-family: Bliss, sans-serif;
  color: #fffefe;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.la_nav_en:hover {
  background-color: #02255a;
}

.nav-menu-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-3 {
  height: 46px;
  background-color: #093679;
  color: #fdfeff;
}

.nav-link-5 {
  height: 46px;
  padding-top: 13px;
  color: #fff;
  text-transform: uppercase;
}

.nav-link-5:hover {
  background-color: #032354;
}

.nav-link-5.drop {
  padding-top: 0px;
}

.nav-menu-7 {
  height: 46px;
  float: none;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-2 {
  height: 46px;
}

.dropdown-toggle-4 {
  height: 46px;
}

.text-block-8 {
  margin-top: -7px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

.icon-4 {
  color: #fff;
}

.dropdown-list-4 {
  background-color: #093679;
}

.dropdown-list-4.w--open {
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.navbar-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #093679;
}

.la_nav01 {
  background-color: #093679;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.la_nav01:hover {
  background-color: #082959;
}

.la_nav01.w--current {
  color: #fff;
}

.la_ar_nav {
  float: none;
  background-color: #093679;
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  text-align: right;
}

.la_ar_nav:hover {
  background-color: #032455;
}

.la_ar_nav.w--current {
  color: #fff;
}

.navbar-5 {
  background-color: #093679;
}

.text-block-9 {
  color: #fff;
}

.icon-5 {
  color: #fff;
}

.dropdown-list-6 {
  background-color: #093679;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide_02_text {
  width: 100%;
  height: 100%;
  margin-top: 18px;
  padding-right: 68px;
}

.slide_04 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.road {
  display: block;
  margin-top: 98px;
  margin-right: auto;
  margin-left: auto;
}

.cont_media_qz.main {
  background-image: url('../images/main_hero_s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.quiz {
  margin-top: 29px;
  margin-right: auto;
  margin-left: auto;
}

.quiz li {
  color: #a6a6a6;
  font-weight: 300;
}

.quiz.no {
  color: #7b7b7b;
}

.quiz.winner {
  width: auto;
  text-align: center;
}

.quiz.winner.ar {
  direction: rtl;
  font-family: 'Ge ss two', sans-serif;
  font-weight: 300;
}

.quiz.ar {
  width: 80%;
  direction: rtl;
  font-family: 'Ge ss two', sans-serif;
  font-size: 16px;
}

.btn_blu_std {
  display: block;
  overflow: visible;
  width: 250px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 6px 50px;
  float: none;
  border: 2px solid #093679;
  border-radius: 20px;
  background-color: #fff;
  font-family: Bliss, sans-serif;
  color: #093679;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn_blu_std:hover {
  background-color: #093679;
  color: #fff;
}

.btn_blu_std:active {
  background-color: #434343;
}

.btn_blu_std.close {
  position: static;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn_blu_std.close.reg {
  display: block;
}

.btn_blu_std.register {
  margin-top: 15px;
  float: right;
  font-family: 'Ge ss two', sans-serif;
  font-size: 14px;
}

.btn_blu_std.ar {
  width: 273px;
  direction: rtl;
  font-family: 'Ge ss two', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.div-block-27 {
  margin-right: auto;
  margin-left: auto;
}

.link-block-8 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .event_deets.back {
    background-image: url('../images/main_hero_l.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .media_block {
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }

  .heading-2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .nav_sec {
    display: block;
  }

  .mosques {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer_sec {
    overflow: hidden;
  }

  .image {
    height: 80px;
  }

  .cont_content.qa {
    margin-top: 46px;
    margin-bottom: 45px;
  }

  .cont_content.spkr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid {
    height: 220px;
  }

  .slider {
    height: 220px;
  }

  .nav-menu-2 {
    margin-right: -10px;
    margin-left: 70px;
  }

  .media_block {
    margin-right: 5px;
    margin-left: 5px;
  }

  .media.poster {
    margin: 25px -7px 39px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .qa_bg {
    margin-right: 5px;
    margin-left: 5px;
  }

  .qa_bg.spk {
    background-size: cover;
  }

  .mosque_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mosque {
    margin-bottom: 33px;
  }

  .grid-2 {
    margin-top: 2px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0.25fr 0.25fr;
    grid-template-rows: 0.25fr 0.25fr;
  }

  .div-block-7 {
    margin-top: -33px;
    margin-right: 0px;
    padding-right: 26px;
    padding-left: 22px;
    text-align: center;
  }

  .div-block-8 {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .div-block-9 {
    margin-top: 50px;
  }

  .container-3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-10 {
    margin-top: 2px;
  }

  .paragraph {
    padding-right: 0px;
  }

  .paragraph.rt {
    margin-top: 13px;
  }

  .la_btext02 {
    margin-top: 5px;
  }

  .la_btext01 {
    margin-top: 37px;
  }

  .div-block-18 {
    margin-top: 37px;
    margin-right: 34px;
    margin-left: 335px;
  }

  .div-block-18.head {
    margin-left: 34px;
  }

  .div-block-18.fix {
    margin-right: 10px;
    margin-left: 10px;
  }

  .menu_header {
    margin-top: 67px;
    margin-left: 278px;
  }

  .pstr_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .la_btext01-copy {
    margin-top: 68px;
  }

  .image-11 {
    max-width: 70%;
    margin-top: 65px;
  }

  .bold-text-4 {
    font-size: 13px;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .navbar-2 {
    background-color: #093679;
  }

  .menu-button-4 {
    display: block;
    height: 46px;
    padding-top: 12px;
    float: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #093679;
    color: #fff;
  }

  .nav-menu-6 {
    background-color: #093679;
  }

  .navbar-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link-5 {
    padding-top: 12px;
    float: none;
    font-size: 14px;
  }

  .nav-menu-7 {
    float: left;
    background-color: #093679;
  }

  .menu-button-5 {
    background-color: #093679;
  }

  .menu-button-5.w--open {
    background-color: #093679;
    color: #fff;
  }

  .navbar-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
  }

  .la_nav01 {
    background-color: #093679;
    font-size: 14px;
  }

  .nav-menu-8 {
    background-color: #093679;
  }

  .menu-button-6 {
    display: none;
    background-color: #093679;
  }

  .menu-button-6.w--open {
    background-color: #093679;
  }

  .dropdown-list-5 {
    position: relative;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-9 {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .menu-button-7 {
    background-color: #093679;
  }

  .menu-button-7.w--open {
    background-color: #073272;
  }

  .dropdown-toggle-5 {
    float: none;
    text-align: right;
  }

  .container-8 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .road {
    max-width: 70%;
    margin-top: 69px;
  }
}

@media screen and (max-width: 767px) {
  .nav_sec {
    display: block;
  }

  .image {
    height: 80px;
  }

  .cont_content.qa {
    margin-top: 23px;
    margin-bottom: 19px;
  }

  .grid {
    height: 180px;
  }

  .r_logo {
    max-width: 60%;
  }

  .r_txt {
    max-width: 70%;
  }

  .slider {
    height: 180px;
  }

  .navbar {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav_link.drop {
    position: relative;
    padding-left: 15px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-button-2 {
    display: block;
    background-color: #093679;
  }

  .menu-button-2.w--open {
    background-color: #1a2e60;
  }

  .icon {
    height: 0px;
    margin-top: -7px;
  }

  .div-block {
    display: block;
  }

  .media_block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .media.poster {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .qa_bg {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-3 {
    padding-left: 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .grid-5 {
    margin-right: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-10 {
    width: 260px;
    margin-top: 0px;
  }

  .paragraph.rt {
    margin-left: -4px;
  }

  .la_btext02 {
    margin-top: 9px;
  }

  .la_btext01 {
    width: 65%;
    margin-top: 74px;
  }

  .la_tbl_head.body {
    padding-right: 49px;
  }

  .la_col.body01 {
    margin-left: 0px;
    padding-right: 0px;
  }

  .column {
    padding-right: 40px;
    padding-left: 0px;
  }

  .column-3 {
    padding-left: 208px;
  }

  .grid-6 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .dropdown-list-2 {
    position: relative;
  }

  .div-block-18 {
    margin-top: 14px;
    margin-right: 22px;
    margin-left: 197px;
  }

  .menu_header {
    margin-top: 7px;
    margin-right: 25px;
    margin-left: 129px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .pst_thumb {
    margin-bottom: 21px;
  }

  .div-block-25 {
    margin-top: 38px;
  }

  .image-10 {
    max-width: 70%;
    margin-top: -16px;
  }

  .la_btext01-copy {
    margin-top: 57px;
  }

  .image-11 {
    margin-top: 53px;
  }

  .nav_link-copy.drop {
    padding-left: 15px;
  }

  .nav-menu-5 {
    position: absolute;
  }

  .navbar-3 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-5 {
    background-color: #093679;
  }

  .menu-button-5 {
    display: block;
    height: 46px;
    padding-top: 11px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-2 {
    background-color: #093679;
  }

  .menu-button-6 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container-7 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .road {
    margin-top: 58px;
  }
}

@media screen and (max-width: 479px) {
  .event_deets {
    margin-bottom: 0px;
  }

  .image {
    height: 60px;
  }

  .cont_content.qa {
    margin-top: 8px;
    margin-bottom: 25px;
  }

  .slide_01 {
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: scroll;
  }

  .slide_02 {
    background-size: cover;
    background-repeat: repeat-x;
  }

  .grid {
    height: 150px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .r_logo {
    max-width: 40%;
  }

  .r_txt {
    display: none;
    max-width: 90%;
  }

  .slider {
    height: 150px;
  }

  .nav_link.drop {
    position: static;
  }

  .media_block {
    margin-top: 15px;
    margin-bottom: 24px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .media.quiz {
    margin-right: 10px;
    margin-left: 10px;
  }

  .qa_bg {
    margin-top: 20px;
    margin-bottom: 23px;
  }

  .heading-3.arb {
    width: 100%;
  }

  .mosque {
    margin-right: 0px;
    margin-bottom: 22px;
  }

  .md_sp_bg {
    width: 90vw;
    height: 55vh;
  }

  .md_sp_bg.register {
    width: 100vw;
    margin-left: 0px;
  }

  .div-block-9 {
    margin-top: 29px;
    margin-left: auto;
  }

  .container-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-10 {
    width: 160px;
    margin-top: -3px;
  }

  .div-block-11 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .div-block-13 {
    margin-bottom: -10px;
  }

  .heading {
    font-size: 28px;
  }

  .box {
    margin-right: 0px;
    margin-left: 0px;
  }

  .clock-number {
    font-size: 50px;
  }

  .div-block-14 {
    display: none;
  }

  .la_btext02 {
    display: block;
    width: 130%;
    margin-top: 30px;
  }

  .la_btext01 {
    display: block;
    width: 70%;
    margin-top: 71px;
    margin-right: 40px;
  }

  .la_tbl_head.left {
    margin-right: 10px;
  }

  .grid-6 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .dropdown-list-2.w--open {
    position: static;
  }

  .div-block-18 {
    margin-right: 14px;
    margin-left: 65px;
  }

  .div-block-18.head {
    margin-left: 18px;
  }

  .menu_header {
    height: 326px;
    margin-left: 30px;
  }

  .pstr_left {
    margin-right: 16px;
    margin-bottom: -32px;
    margin-left: 15px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-10 {
    display: block;
  }

  .la_btext01-copy {
    display: block;
  }

  .slide_03 {
    background-size: cover;
    background-repeat: repeat-x;
  }

  .image-11 {
    max-width: 70%;
    margin-top: 44px;
  }

  .menu-button-3 {
    display: block;
    height: 46px;
    padding-top: 13px;
    float: right;
    clear: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #093679;
    color: #fff;
  }

  .container-4 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text-4 {
    font-size: 8px;
  }

  .bold-text-5 {
    font-size: 12px;
  }

  .slide_02_text {
    margin-top: -6px;
    padding-right: 29px;
  }

  .quiz.ar {
    width: 100%;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ge ss two';
  src: url('../fonts/GE-SS-Two-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ge ss two';
  src: url('../fonts/GE-SS-Two-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ge ss two';
  src: url('../fonts/GE-SS-Two-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bliss';
  src: url('../fonts/Bliss-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bliss';
  src: url('../fonts/Bliss-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bliss';
  src: url('../fonts/Bliss-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}