﻿* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Tajawal", sans-serif;
  padding-top: 115px;
  direction: rtl;
  text-align: right;
  background-color: #f4f7fa;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
}

label {
  color: #7e7e7e;
  cursor: pointer;
}

.btn:focus {
  box-shadow: none;
}

.btn:hover {
  color: unset;
}

.form-control {
  border-radius: 30px;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 14px;
  color: #0f1833;
}

select.form-control {
  height: auto;
  padding: 10px 20px;
  appearance: auto;
  -webkit-appearance: auto;
}

.form-control::placeholder {
  color: #717171;
}

.form-control,
textarea.form-control {
  box-shadow: 0px 3px 2px -2px transparent;
  border: 0.5px solid #e5e5e5;
  transition: all 0.5s ease-in-out;
}

.form-control:focus,
textarea.form-control:focus {
  color: #0f1833;
  border-color: transparent;
  box-shadow: 0px 6px 8px -2px #083f8830;
  padding-right: 30px;
}

textarea.form-control {
  resize: none;
  height: 150px;
}

.modal {
  z-index: 1075;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  border-radius: 3px;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.Body_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1039;
  background-color: #000000de;
}

.owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 30%;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 0;
  direction: ltr;
}

.owl-nav > div {
  background: #fff;
  color: #083f88;
  box-shadow: 1px 3px 10px #ddd;
  border: none;
  font-size: 25px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.owl-nav > div:hover {
  background: #083f88;
  color: #fff;
}

.owl-nav .owl-prev {
  position: relative;
  right: 25px;
  top: 50px;
}

.owl-nav .owl-next {
  position: relative;
  left: 25px;
  top: 50px;
}

#owl-carousel-two .owl-nav .owl-prev {
  right: 55px;
  top: 5px;
}
#owl-carousel-two .owl-nav .owl-next {
  left: 55px;
  top: 5px;
}

.nav-pills {
  padding: 0;
}

.nav-pills .nav-link {
  color: #bbbbbb;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  padding: 10px 5px;
  margin-right: 10px !important;
  border-radius: 0px;
  text-align: center;
  width: 160px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.nav-pills .nav-link:last-of-type {
  margin-right: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
  border-color: #083f88;
  background-color: transparent;
  color: #083f88;
}

.Test_Tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeef0;
}

.Header_title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.Header_title h2 {
  color: #083f88;
  font-size: 28px;
  font-weight: 600;
}

.Header_title span {
  color: #717171;
  font-size: 22px;
  font-weight: 600;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-left: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ddd;
  outline: none;
}

.page-link:focus {
  outline: none;
  box-shadow: none;
}

.page-link:hover {
  color: #fff;
  background: #083f88;
  border-color: #083f88;
}

.simple-pagination .current {
  color: #fff;
  background-color: #083f88;
  border-color: #083f88;
  display: block;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #fff;
  color: #083f88;
  border: 1px solid #ddd;
}

.formobile {
  display: none;
}

.navbar {
  background-color: #fff;
  padding: 0;
  padding-bottom: 25px;
  top: 0;
  box-shadow: 0px 3px 10px #00000008;
  transition: top 0.5s ease-in-out 0s;
}

.navbar-new-bottom {
  background-color: #083f88;
  width: fit-content;
  margin: auto;
  padding: 0;
  border-radius: 30px;
  top: 100px;
  z-index: 1040;
  box-shadow: 0px 3px 10px #00000008;
  transition: top 0.5s ease-in-out 0s;
}

.navbar-collapse {
  justify-content: right;
}

#navbarContent::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 14px;
  padding: 1rem 0.8rem;
  font-weight: 500;
  width: max-content;
  transition: all 0.2s ease-in-out;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #f79e00 !important;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #f79e00 !important;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../images/menu-button.svg");
}

.navbar-light .navbar-toggler {
  position: fixed;
  left: 5%;
  top: 55px;
  z-index: 1;
  padding: 7px 10px;
  font-size: 16px;
  background-color: #083f88;
  border-radius: 5px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  box-shadow: none;
  outline: none;
}

.navbar-toggler > .close {
  display: inline-block;
  color: #083f88;
  opacity: 1;
  text-shadow: none;
  margin: 0px 5px !important;
}

.navbar-toggler > .close img {
  width: auto;
  height: 14px;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.navbar-brand {
  outline: none;
  text-decoration: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.navbar-brand img {
  width: auto;
  height: 60px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  content: "\f0da";
  float: left;
  border: none;
  font-family: "FontAwesome";
  position: absolute;
  left: 15px;
}

.dropdown-menu {
  right: 0;
  left: unset;
  text-align: right;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  background-color: #fff;
  margin-top: 5px;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: 0px;
  margin-right: 0px;
}

.dropdown-item {
  padding: 10px 0px;
  padding-left: 30px;
  padding-right: 20px;
  color: #5d5d5d;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #083f88;
  color: #fff;
}

.navSearch .email-box {
  position: relative;
  width: 100%;
}

.navSearch .email-box .subscribeInp {
  padding-right: 30px;
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.navSearch .email-box .subscribeInp::placeholder {
  color: #083f88;
}

.navSearch .email-box i {
  position: absolute;
  right: 0;
  top: 11px;
  color: #083f88;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.navSearch .email-box .subscribeInp:focus {
  box-shadow: none;
  border-color: #eaeaea;
}

.dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: 0;
}

.navbar .links {
  text-align: left;
}
.navbar .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .links ul li {
  display: inline-block;
  margin-left: 10px;
}

.navbar .links ul li:last-of-type {
  margin-left: 0;
}
.navbar .links ul li .lang {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.navbar .links ul li .lang:hover {
  color: #f79e00;
}

.navbar .links ul li .loginBtn {
  position: relative;
  top: 0;
  background: #fff;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 5px;
  width: 80px;
  border-radius: 30px;
  color: #083f88;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.navbar .links ul li .loginBtn:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

/* Slider */
.My_Slider {
  padding-bottom: 0;
}
.My_Slider .slide {
  position: relative;
}

.slick-slider {
  margin-bottom: 0;
}

.My_Slider .slide .sliderImg {
  width: 100%;
  height: 600px;
}

.slick-dots {
  bottom: 0;
  text-align: center;
}
.slick-dots li {
  margin: 0;
  width: 15px;
  height: 15px;
}

.slick-dots li button:before {
  font-size: 35px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  opacity: 1;
  color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #083f88;
  opacity: 1;
}

.contentSlider {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 60%;
  text-align: center;
  z-index: 3;
  padding: 30px;
}

.contentSlider .shape {
  margin-bottom: 20px;
}
.contentSlider .shape img {
  width: auto;
  height: 140px;
  margin: auto;
}

.contentSlider .regBtn {
  margin-bottom: 20px;
}

.contentSlider .regBtn a {
  position: relative;
  top: 0;
  background: #f79e00;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 140px;
  border-radius: 30px;
  color: #152132;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.contentSlider .regBtn a:hover {
  background-color: #fff;
  color: #083f88;
  top: -5px;
}

.contentSlider .title {
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #090909b2;
}

.contentSlider .title img {
  width: 100%;
  height: auto;
}

.contentSlider .title span {
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.contentSlider .title p {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 300;
  color: #fff;
}

/* Soon */
#Soon {
  padding: 60px 0;
  background-color: #083f88;
}

#Soon .arrow {
  padding: 20px;
  background-color: #1d1b62;
  border-radius: 0 10px 10px 0;
  text-align: center;
}

#Soon .arrow img {
  width: auto;
  height: 60px;
  margin: auto;
}

#Soon .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #d9d9d9;
  padding: 13px;
  border-radius: 10px 0 0 10px;
}

#Soon .content .desc {
  width: 70%;
}

#Soon .content .desc p {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

#Soon .content .title {
  text-align: center;
  margin-left: 20px;
}

#Soon .content .title h4 {
  color: #1d1b62;
  font-weight: 600;
  font-size: 24px;
}

#Soon .content .title h4:last-of-type {
  margin-bottom: 0;
}

/* Countdown */
#Countdown {
  padding: 60px 0;
  background-color: #fff;
}

#Countdown .TimeRemaining {
  text-align: center;
}

.timer ul {
  padding: 0;
  margin: 0;
}

.timer ul li {
  display: inline-block;
  margin-left: 20px;
  text-align: center;
  width: 65px;
}

.timer ul li:last-of-type {
  margin-left: 0;
}

.timer ul li span {
  display: block;
  font-size: 24px;
  color: #083f88;
  font-weight: 600;
  padding: 15px;
  margin-bottom: 20px;
}

.timer ul li p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #083f88;
  margin-bottom: 0;
}

.timer ul li #seconds {
  background-image: url("../images/seconds_circle.png");
  background-size: cover;
  background-position: center;
}

.timer ul li #minutes {
  background-image: url("../images/minutes_circle.png");
  background-size: cover;
  background-position: center;
}

.timer ul li #hours {
  background-image: url("../images/hours_circle.png");
  background-size: cover;
  background-position: center;
}

.timer ul li #days {
  background-image: url("../images/days_circle.png");
  background-size: cover;
  background-position: center;
}

/* About_Conference */
#About_Conference {
  padding: 60px 0;
}

#About_Conference .image {
  margin-bottom: 20px;
}

#About_Conference .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#About_Conference .desc {
  margin-bottom: 40px;
}

#About_Conference .desc p {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 400;
}

#About_Conference .about_item {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 3px 10px #0000001f;
}

#About_Conference .about_item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

#About_Conference .about_item .title h5 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
}

#About_Conference .about_item .title img {
  width: auto;
  height: auto;
}

#About_Conference .about_item p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Target_Groups */
#Target_Groups {
  padding: 60px 0;
  background-color: #fff;
}

.targetItem {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}

.targetItem .icon {
  margin-bottom: 20px;
}

.targetItem .icon img {
  width: auto;
  height: 70px;
}

.targetItem .title {
  width: 70%;
  margin: auto;
}
.targetItem .title h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}

/* Speakers */
#Speakers {
  padding: 60px 0;
}

.speakerItem {
  width: 100%;
  text-align: center;
  box-shadow: 1px 3px 10px #0000001f;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.speakerItem:hover .content {
  background-color: #083f88;
}

.speakerItem:hover .content h5,
.speakerItem:hover .content span {
  color: #fff;
}

.speakerItem:hover .image img {
  transform: scale(1.1);
}

.speakerItem .image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.speakerItem .image img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  transition: all 0.5s ease-in-out;
}

.speakerItem .content {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  transition: all 0.5s ease-in-out;
}

.speakerItem .content h5 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
  transition: all 0.5s ease-in-out;
}

.speakerItem .content span {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  transition: all 0.5s ease-in-out;
}

/* Agenda */
#Agenda {
  padding: 60px 0;
  background-color: #fff;
}

.agendaItem {
  width: 100%;
  background-color: #fff;
  border: 1px solid #083f88;
  border-radius: 10px;
  padding: 20px;
}

.agendaItem .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.agendaItem .title h5 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
}

.agendaItem .title img {
  width: auto;
  height: auto;
}

.agendaItem .desc {
  margin-bottom: 20px;
}

.agendaItem .desc p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

.agendaItem .Button {
  text-align: left;
}

.agendaItem .Button a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 160px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.agendaItem .Button a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

/* Partners */
#Partners {
  padding: 60px 0;
}

.partnerItem {
  width: 100%;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #fff;
}

.partnerItem .image {
  width: 100%;
  height: auto;
  text-align: center;
}

.partnerItem .image img {
  width: auto;
  height: 80px;
  margin: auto;
}

/* Subscribe */
#Subscribe {
  padding: 60px 0;
}

#Subscribe .email-box {
  position: relative;
  width: 100%;
  height: 60px;
}

#Subscribe .email-box .subscribeInp {
  padding: 30px;
  position: absolute;
  right: 0;
  width: 70%;
  border-radius: 0 5px 5px 0;
  background-color: #fff;
  border: none;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}

#Subscribe .subscribeButton {
  text-align: center;
}

#Subscribe .subscribeButton button {
  position: absolute;
  left: 0;
  width: 30%;
  background-color: #083f88;
  color: #fff;
  border-radius: 5px 0 0 5px;
  padding: 15px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 18px;
}

#Subscribe .subscribeButton button:hover {
  background-color: #f79e00;
  color: #152132;
}

/* Companies */
#Companies {
  padding: 60px 0;
}

#Companies .list {
  text-align: center;
}

#Companies .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Companies .list ul li {
  display: inline-block;
  margin-left: 80px;
}

#Companies .list ul li:last-of-type {
  margin-left: 0;
}

#Companies .list ul li a img {
  width: auto;
  height: 90px;
  transition: all 0.5s ease-in-out;
}

#Companies .list ul li a img:hover {
  transform: scale(0.9);
}

/* Contact */
#Contact {
  padding: 60px 0;
  background-color: #fff;
}

#Contact .item .title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

#Contact .item .title h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}

#Contact .item .title img {
  width: auto;
  height: 20px;
  margin-right: 5px;
}

#Contact .item .desc p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
  margin-bottom: 0;
}

/* Map */
#Map iframe {
  width: 100%;
  height: 300px;
}

#Map .container-fluid {
  padding: 0;
  line-height: 0;
}

/* footer */
footer {
  background-color: #083f88;
  padding: 60px 0;
  text-align: center;
}

footer .copyrights {
  margin-bottom: 40px;
}

footer .copyrights p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}

footer .links {
  margin-bottom: 40px;
}

footer .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .links ul li {
  display: inline-block;
  margin-left: 20px;
}

footer .links ul li:last-of-type {
  margin-left: 0;
}

footer .links ul li a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}

footer .links ul li a:hover {
  color: #f79e00;
}

footer .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .social ul li {
  display: inline-block;
  margin-left: 20px;
}

footer .social ul li:last-of-type {
  margin-left: 0;
}

footer .social ul li a img {
  width: auto;
  height: 14px;
}

footer .social ul li a img:hover {
  transform: scale(0.9);
}

/*Scroll To Top */
.scroll_top {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #083f88;
  text-align: center;
  position: fixed;
  right: 0px;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  border-radius: 30px;
  z-index: 999;
  box-shadow: 1px 3px 10px #00000042;
  transition: all 0.5s ease-in-out;
}

.scroll_top i {
  position: absolute;
  top: 8px;
  right: 13px;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}

.scroll_top:hover {
  background-color: #f79e00;
}

/* AboutPage */
#AboutPage {
  padding: 60px 0;
}

#AboutPage .content p {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-weight: 300;
}

#AboutPage .content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 20px 0;
}

#AboutPage .content ul {
  list-style: disc;
}

#AboutPage .content ul li {
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-right: 15px;
}

#AboutPage .image {
  text-align: left;
}

#AboutPage .image img {
  width: auto;
  height: auto;
}

/* Conference_Program */
#Conference_Program {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

#Conference_Program .downloadBtn {
  margin-bottom: 60px;
}

#Conference_Program .downloadBtn a {
  position: relative;
  top: 0;
  background: #00a687;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 180px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#Conference_Program .downloadBtn a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

#Conference_Program .image img {
  width: auto;
  height: auto;
  margin: auto;
}

/* Key_Dates */
#Key_Dates {
  padding: 60px 0;
}

#Key_Dates .title {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 1px 3px 10px #0000000d;
}

#Key_Dates .title h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

#Key_Dates .content {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 3px 10px #0000000d;
}

#Key_Dates .content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
}

#Key_Dates .content .item {
  width: 100%;
  padding: 10px;
  background-color: #e6e6e6;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
}

#Key_Dates .content .item h5 {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin-bottom: 5px;
}

#Key_Dates .content .item span {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

#Key_Dates .content .inside_Title {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

#Key_Dates .content .inside_Title.one {
  background-color: #083f88;
}

#Key_Dates .content .inside_Title.two {
  background-color: #9a5927;
}

#Key_Dates .content .inside_Title h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

#Key_Dates .content .inside_Title span {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

/* Workshop_Program */
#Workshop_Program {
  padding: 60px 0;
}

#Workshop_Program .form {
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 3px 10px #0000002b;
  padding: 30px;
  border-radius: 20px;
}

#Workshop_Program .form .session_Item {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #d1d1d1;
  padding: 20px 15px;
  border-radius: 10px;
}

#Workshop_Program .form .session_Item .title {
  margin-bottom: 20px;
  text-align: center;
}

#Workshop_Program .form .session_Item .title h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

#Workshop_Program .form .session_Item .date {
  margin-bottom: 20px;
  text-align: center;
}

#Workshop_Program .form .session_Item .date span {
  font-size: 12px;
  padding: 10px;
  background-color: #083f88;
  color: #fff;
  border-radius: 5px;
  display: block;
}

#Workshop_Program .form .session_Item .desc {
  margin-bottom: 20px;
}

#Workshop_Program .form .session_Item .desc p {
  font-size: 14px;
  color: #464646;
}

#Workshop_Program .rightBar .Links {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  box-shadow: 1px 3px 10px #0000002b;
}

#Workshop_Program .rightBar .Links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Workshop_Program .rightBar .Links ul li {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

#Workshop_Program .rightBar .Links ul li .title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

#Workshop_Program .rightBar .Links ul li .date {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

#Workshop_Program .rightBar .Links ul li a {
  display: block;
  color: #a3a3a3;
  background-color: #e6e6e6;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

#Workshop_Program .rightBar .Links ul li a.active,
#Workshop_Program .rightBar .Links ul li a:hover {
  color: #fff;
  background-color: #083f88;
}

/* About_Registration */
#About_Registration {
  padding: 60px 0;
}

#About_Registration .main_title {
  margin-bottom: 30px;
}

#About_Registration .main_title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

#About_Registration .insideDesc {
  margin-bottom: 30px;
}

#About_Registration .insideDesc p {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 1.7;
}

#About_Registration .DiscountBtn {
  text-align: left;
}

#About_Registration .DiscountBtn a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 200px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#About_Registration .DiscountBtn a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

#About_Registration .content {
  width: 100%;
  background-color: #f6faf9;
  border: 1px solid #eaeaea;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}

#About_Registration .content .title {
  margin-bottom: 10px;
}

#About_Registration .content .title h4 {
  font-size: 20px;
  color: #000;
}

#About_Registration .content .list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

#About_Registration .content .list li {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #9b9b9b;
}

#About_Registration .content .list li:last-of-type {
  margin-bottom: 0;
}

#About_Registration .content .list li i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #083f88;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 10px;
}

#About_Registration .buttons .Online {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 270px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#About_Registration .buttons .Online:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

#About_Registration .buttons .InPerson {
  position: relative;
  top: 0;
  background: #9a5927;
  display: block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 270px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

#About_Registration .buttons .InPerson:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

/* SpeakersPage */
#SpeakersPage {
  padding: 60px 0;
}

/* SpeakerDetails */
#SpeakerDetails {
  padding: 60px 0;
}

#SpeakerDetails .title {
  margin-bottom: 30px;
}

#SpeakerDetails .title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

#SpeakerDetails .desc {
  margin-bottom: 30px;
}

#SpeakerDetails .desc p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}

#SpeakerDetails .cvBtn a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 160px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#SpeakerDetails .cvBtn a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

#SpeakerDetails .image {
  text-align: left;
}

#SpeakerDetails .image img {
  width: 75%;
  height: auto;
  border-radius: 20px;
}

/* ConferencesPage */
#ConferencesPage {
  padding: 60px 0;
}

.conferenceItem {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}

.conferenceItem:hover .image img {
  transform: scale(1.1);
}

.conferenceItem:hover .title h5,
.conferenceItem:hover .title span {
  color: #f79e00;
}

.conferenceItem .image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.conferenceItem .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}

.conferenceItem .title h5 {
  font-size: 18px;
  font-weight: 600;
  color: #083f88;
  margin-bottom: 5px;
  transition: all 0.5s ease-in-out;
}

.conferenceItem .title span {
  font-size: 14px;
  font-weight: 400;
  color: #083f88;
  transition: all 0.5s ease-in-out;
}

/* SponsorsAndPartners */
#SponsorsAndPartners {
  padding: 60px 0;
}

#SponsorsAndPartners .content {
  text-align: center;
  margin-bottom: 60px;
}

#SponsorsAndPartners .content .title {
  margin-bottom: 40px;
}

#SponsorsAndPartners .content .title h4 {
  font-size: 22px;
  font-weight: 400;
  color: #083f88;
}

#SponsorsAndPartners .content .partnerItem {
  margin-bottom: 20px;
}

/* ContactUs */
#ContactUs {
  padding: 60px 0;
}

#ContactUs .working_hours {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 1px 3px 10px #ddd;
  height: 271px;
  margin-bottom: 30px;
}

#ContactUs .working_hours h2 {
  text-align: center;
  font-size: 22px;
  color: #083f88;
  margin-bottom: 10px;
  font-weight: 600;
}

#ContactUs .working_hours span {
  display: block;
  padding: 3px 12px;
  background-color: #c3e1ff;
  color: #000;
  text-align: center;
  width: fit-content;
  margin: auto;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

#ContactUs .working_hours h5 {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

#ContactUs .working_hours p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 3px;
}

#ContactUs .contact_no {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 1px 3px 10px #ddd;
  height: 271px;
  margin-bottom: 30px;
}

#ContactUs .contact_no h2 {
  text-align: center;
  font-size: 22px;
  color: #083f88;
  margin-bottom: 60px;
  font-weight: 600;
}

#ContactUs .contact_no p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}

#ContactUs .social_media {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 1px 3px 10px #ddd;
}

#ContactUs .social_media h2 {
  text-align: center;
  font-size: 22px;
  color: #083f88;
  margin-bottom: 70px;
  font-weight: 600;
}

#ContactUs .social_media {
  text-align: center;
  height: 271px;
  margin-bottom: 30px;
}

#ContactUs .social_media ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ContactUs .social_media ul li {
  display: inline-block;
  margin-left: 25px;
  text-align: center;
}

#ContactUs .social_media ul li:last-of-type {
  margin-left: 0;
}

#ContactUs .social_media ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

#ContactUs .social_media ul li a:hover {
  color: #083f88;
}

#ContactUs .social_media ul li a img {
  display: block;
  width: auto;
  height: 22px;
  margin: auto;
  margin-bottom: 5px;
}

#ContactUs .image {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

#ContactUs .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#ContactUs .content {
  margin-top: 40px;
  background-color: transparent;
}

#ContactUs .content h5 {
  font-size: 18px;
  color: #083f88;
  font-weight: 600;
  margin-bottom: 15px;
}

#ContactUs .content p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

#ContactUs .content a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

#ContactUs .content a i {
  margin-left: 3px;
}

#ContactUs .content a:hover {
  color: #f79e00;
}

/* Discount */
#Discount {
  padding: 60px 0;
}

#Discount .insideDesc {
  margin-bottom: 30px;
}

#Discount .insideDesc p {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 1.7;
}

#Discount .main_title {
  margin-bottom: 30px;
}

#Discount .main_title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

#Discount .form {
  width: 100%;
  background-color: #f6faf9;
  border: 1px solid #eaeaea;
  padding: 30px;
  border-radius: 20px;
}

#Discount .form .form-group h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

#Discount .form .form-group span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

#Discount .form .submitBtn {
  text-align: center;
  margin-top: 30px;
}

#Discount .form .submitBtn a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 200px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#Discount .form .submitBtn a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

/* InPersonAttendance */
#InPersonAttendance {
  padding: 60px 0;
}

#InPersonAttendance .main_title {
  margin-bottom: 30px;
  text-align: center;
}

#InPersonAttendance .main_title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

#InPersonAttendance .insideDesc {
  margin-bottom: 30px;
}

#InPersonAttendance .insideDesc p {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 1.7;
}

#InPersonAttendance .insideDesc p span {
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

#InPersonAttendance .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

#InPersonAttendance .item .desc {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  width: 80%;
  border: 1px solid #eaeaea;
}

#InPersonAttendance .item .desc p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}

#InPersonAttendance .item .Button {
  text-align: center;
  width: 20%;
}

#InPersonAttendance .item .Button a {
  padding: 20px;
  background-color: #083f88;
  border-radius: 10px 0 0 10px;
  display: block;
  text-align: center;
  border: none;
  width: 100%;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#InPersonAttendance .item .Button a:hover {
  background-color: #f79e00;
  color: #152132;
}

#InPersonAttendance .form {
  width: 100%;
  background-color: #f6faf9;
  border: 1px solid #eaeaea;
  padding: 30px;
  border-radius: 20px;
}

#InPersonAttendance .form .form-group span {
  font-size: 14px;
  color: #c3c3c3;
  display: block;
  margin-top: 5px;
}

#InPersonAttendance .form .regBtn {
  text-align: center;
  margin-top: 30px;
}

#InPersonAttendance .form .regBtn a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 250px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#InPersonAttendance .form .regBtn a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

.nice-select {
  float: none;
  border-radius: 30px;
  height: 42px;
  line-height: 40px;
  border: none;
  padding-left: 0;
  padding-right: 20px;
  background-color: #fff !important;
  border: 0.5px solid #e5e5e5;
  box-shadow: 0px 3px 2px -2px transparent;
  text-align: right !important;
}

.nice-select:focus {
  border-color: transparent;
  box-shadow: 0px 6px 8px -2px #083f8830;
}

.nice-select .list {
  right: 0;
  left: unset;
  bottom: unset;
  top: 100%;
  border-radius: 20px;
  width: 100%;
}

.nice-select .option {
  text-align: right;
  color: #000 !important;
  font-weight: 300 !important;
  display: block !important;
  margin-left: 0 !important;
}

.nice-select .current {
  color: #7e7e7e;
  margin-top: 0 !important;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  background-color: #fff;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #3363ac !important;
  color: #fff !important;
}

.nice-select .list:hover .option:not(:hover) {
  color: #000 !important;
}

.nice-select:after {
  left: 12px;
  right: unset;
}

/* About_Submission */
#About_Submission {
  padding: 60px 0;
}

#About_Submission .item {
  padding: 30px;
  border-radius: 20px;
  background-color: #f6faf9;
  margin-bottom: 30px;
  box-shadow: 1px 3px 10px #00000017;
}

#About_Submission .main_title {
  margin-bottom: 20px;
}

#About_Submission .main_title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #083f88;
  text-transform: uppercase;
}

#About_Submission .insideDesc p {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 1.7;
  margin-bottom: 0;
}

#About_Submission .insideDesc span {
  font-weight: 600;
  font-size: 18px;
  color: #757575;
}

#About_Submission .list {
  list-style: disc;
  margin: 20px 0;
}

#About_Submission .list li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 20px;
}

#About_Submission .insideDescRules p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 1.8;
}

#About_Submission .insideDescRules span {
  font-weight: 600;
  color: #575757;
  display: block;
  margin-bottom: 10px;
}

#About_Submission .buttons {
  text-align: center;
  margin-top: 40px;
}

#About_Submission .buttons .poster {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 250px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

#About_Submission .buttons .poster:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

#About_Submission .buttons .paper {
  position: relative;
  top: 0;
  background: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #083f88;
  padding: 7px;
  width: 250px;
  border-radius: 30px;
  color: #083f88;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#About_Submission .buttons .paper:hover {
  background-color: #f79e00;
  border-color: #f79e00;
  color: #152132;
  top: -5px;
}

/* Poster_Submission */
#Poster_Submission {
  padding: 60px 0;
}

#Poster_Submission .item {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #f6faf9;
  box-shadow: 1px 3px 10px #00000017;
}

#Poster_Submission .main_title {
  margin-bottom: 30px;
}

#Poster_Submission .main_title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #083f88;
  text-transform: uppercase;
}

#Poster_Submission .insideDesc p {
  font-size: 16px;
  color: #9b9b9b;
  line-height: 1.7;
}

#Poster_Submission .content {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 30px;
  border-radius: 20px;
}

#Poster_Submission .content .title h4 {
  font-size: 18px;
  color: #757575;
  font-weight: 600;
}

#Poster_Submission .list {
  list-style: disc;
  padding: 0;
  margin: 0;
  margin: 20px 0;
}

#Poster_Submission .list li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 20px;
}

#Poster_Submission .downloadBtn {
  text-align: center;
  margin-top: 30px;
}

#Poster_Submission .downloadBtn a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 240px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#Poster_Submission .downloadBtn a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

#Poster_Submission .form {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 30px;
  border-radius: 20px;
  margin-top: 30px;
}

#Poster_Submission .form .form-group .notes {
  font-size: 12px;
  display: block;
  color: #1d1b62;
  margin-top: 5px;
}

input[type="file"] {
  display: none;
}

#Poster_Submission .upload {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}

#Poster_Submission .upload label {
  font-size: 14px;
  color: #7e7e7e;
  margin-bottom: 0;
}

#Poster_Submission .FileUplaod {
  text-align: left;
}

#Poster_Submission .FileUplaod .custom-file-upload {
  text-align: center;
  margin-top: 0;
  background-color: #efefef;
  border: none;
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding: 4px 12px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

#Poster_Submission .FileUplaod .custom-file-upload i {
  margin-left: 4px;
  color: #083f88;
  transition: all 0.2s ease-in-out;
}

#Poster_Submission .FileUplaod .custom-file-upload:hover {
  background-color: #f79e00;
  border-color: #f79e00;
  color: #152132;
}

#Poster_Submission .FileUplaod .custom-file-upload:hover i {
  color: #152132;
}

#Poster_Submission .submitBtn {
  text-align: center;
  margin-top: 30px;
}

#Poster_Submission .submitBtn a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 250px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#Poster_Submission .submitBtn a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

/* Login */
#Login {
  padding: 60px 0;
}

#Login .Form {
  background-color: #fff;
  box-shadow: 1px 3px 10px #0000001f;
  padding: 40px;
  border-radius: 20px;
}

#Login .Form .title {
  text-align: center;
  margin-bottom: 30px;
}

#Login .Form .title h2 {
  color: #083f88;
  font-weight: 600;
  font-size: 24px;
}

#Login .Form .MyLabel {
  display: block;
  position: relative;
  pointer-events: auto;
  padding-right: 30px;
  right: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  color: #8d8d8d;
}

#Login .Form .MyLabel a {
  text-decoration: none;
  outline: none;
  color: #8d8d8d;
}

#Login .Form .MyLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#Login .Form .MyLabel .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ececec;
}

#Login .Form .MyLabel input:checked ~ .checkmark {
  background-color: #083f88;
  border-color: #083f88;
}

#Login .Form .MyLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#Login .Form .MyLabel input:checked ~ .checkmark:after {
  display: block;
}

#Login .Form .MyLabel .checkmark:after {
  right: 6px;
  top: 1px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Login .Form .ForgotPass {
  text-align: left;
}

#Login .Form .ForgotPass label {
  font-size: 14px;
}

#Login .Form .ForgotPass label:hover {
  color: #083f88;
}

#Login .Form .loginBtn {
  margin-top: 20px;
  text-align: center;
}

#Login .Form .loginBtn a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 180px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
/* ===== Login Button Wrapper ===== */
#Login .Form .loginBtn {
  text-align: center;
  margin-top: 25px;
}

/* ===== Button Style ===== */
#Login .Form .loginBtn button {
  width: 60%;
  height: 50px;
  border-radius: 30px;
  border: none;
  outline: none;
  /* Gradient لون شيك */
  background: linear-gradient(135deg, #4e73df, #6f42c1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  /* Animation ناعم */
  transition: all 0.3s ease;
  /* Shadow خفيف */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* ===== Hover Effect ===== */
#Login .Form .loginBtn button:hover {
  transform: translateY(-3px) scale(1.02);
  background: linear-gradient(135deg, #f79e00, #ffb347);
  color: #152132;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ===== Click Effect ===== */
#Login .Form .loginBtn button:active {
  transform: scale(0.98);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  #Login .Form .loginBtn button {
    width: 80%;
  }
}
#Login .Form .loginBtn a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

.notAccount {
  text-align: center;
  margin-top: 10px;
}

.notAccount a {
  color: #083f88;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.notAccount a:hover {
  color: #f79e00;
}

/* Register */
#Register {
  padding: 60px 0;
}

#Register .Form {
  background-color: #fff;
  box-shadow: 1px 3px 10px #0000001f;
  padding: 40px;
  border-radius: 20px;
}

#Register .Form .title {
  text-align: center;
  margin-bottom: 30px;
}

#Register .Form .title h2 {
  color: #083f88;
  font-weight: 600;
  font-size: 24px;
}

#Register .w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20%;
}

#Register .Form .MyLabel {
  display: block;
  position: relative;
  pointer-events: auto;
  padding-right: 30px;
  right: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  color: #8d8d8d;
}

#Register .Form .MyLabel a {
  text-decoration: none;
  outline: none;
  color: #8d8d8d;
}

#Register .Form .MyLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#Register .Form .MyLabel .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ececec;
}

#Register .Form .MyLabel input:checked ~ .checkmark {
  background-color: #083f88;
  border-color: #083f88;
}

#Register .Form .MyLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#Register .Form .MyLabel input:checked ~ .checkmark:after {
  display: block;
}

#Register .Form .MyLabel .checkmark:after {
  right: 6px;
  top: 1px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Register .Form .registerBtn {
  margin-top: 20px;
  text-align: center;
}

#Register .Form .registerBtn a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 200px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#Register .Form .registerBtn a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

.haveAccount {
  text-align: center;
  margin-top: 10px;
}

.haveAccount a {
  color: #083f88;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.haveAccount a:hover {
  color: #f79e00;
}

/* rightBarAccount */
.rightBarAccount {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.rightBarAccount h2 {
  font-size: 22px;
  text-align: center;
  padding: 30px 0;
  color: #232121;
  font-weight: 600;
}

.rightBarAccount .image {
  text-align: center;
  margin-bottom: 40px;
}

.rightBarAccount .image img {
  width: auto;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  border: 3px solid #e6e6e6;
}

.rightBarAccount .image h5 {
  font-size: 18px;
  color: #232121;
  font-weight: 400;
  margin-bottom: 0;
}

.rightBarAccount .image a {
  font-size: 12px;
  color: #232121;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.rightBarAccount .image a:hover {
  color: #f79e00;
}

.rightBarAccount .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rightBarAccount .links ul li {
  display: block;
}

.rightBarAccount .links ul li a {
  display: block;
  padding: 15px;
  background-color: transparent;
  font-size: 16px;
  color: #232121;
  font-weight: 600;
  border-right: 4px solid transparent;
  transition: all 0.3s ease-in-out;
}

.rightBarAccount .links ul li a.active,
.rightBarAccount .links ul li a:hover {
  background-color: #eeeeee;
  color: #083f88;
  border-color: #083f88;
  padding-right: 20px;
}

/* EditProfile */
#EditProfile .content {
  padding: 40px;
}

#EditProfile .content .title h2 {
  font-size: 26px;
  color: #232121;
  font-weight: 600;
  margin-bottom: 3px;
}

#EditProfile .content .title span {
  font-size: 18px;
  color: #232121;
  font-weight: 400;
}

#EditProfile .content .image {
  text-align: center;
  width: fit-content;
  margin-right: auto;
}

#EditProfile .content .image img {
  width: auto;
  height: 140px;
  margin-right: auto;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  border: 3px solid #e6e6e6;
}

#EditProfile .content .image a {
  display: block;
  font-size: 14px;
  color: #232121;
  font-weight: 400;
  margin-bottom: 0;
}

#EditProfile .Form {
  padding: 40px;
  padding-top: 20px;
}

#EditProfile .w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20%;
}

#EditProfile .Form .form-control {
  background-color: #fff;
}

#EditProfile .Form .saveBtn {
  margin-top: 20px;
  text-align: left;
}

#EditProfile .Form .saveBtn a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 160px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#EditProfile .Form .saveBtn a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

/* Notifications */
#Notifications .content {
  padding: 40px;
}

#Notifications .content .title h2 {
  font-size: 26px;
  color: #232121;
  font-weight: 600;
  margin-bottom: 3px;
}

#Notifications .content .title span {
  font-size: 18px;
  color: #232121;
  font-weight: 400;
}

#Notifications .content .image {
  text-align: center;
  width: fit-content;
  margin-right: auto;
}

#Notifications .content .image img {
  width: auto;
  height: 140px;
  margin-right: auto;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  border: 3px solid #e6e6e6;
}

#Notifications .content .image a {
  display: block;
  font-size: 14px;
  color: #232121;
  font-weight: 400;
  margin-bottom: 0;
}

#Notifications .content .notifyTitle {
  margin-bottom: 30px;
}

#Notifications .content .notifyTitle h4 {
  font-size: 20px;
  color: #232121;
  font-weight: 600;
}

.NotifyItem {
  width: 100%;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #c9c9c9;
}

.NotifyItem .date {
  margin-bottom: 10px;
  text-align: left;
}

.NotifyItem .date span {
  margin-right: 10px;
  font-size: 14px;
  color: #929292;
  font-weight: 400;
}

.NotifyItem .desc p {
  margin-bottom: 0;
  font-size: 16px;
  color: #787878;
  font-weight: 400;
}

/* Research */
#Research .content {
  padding: 40px;
}

#Research .content .title h2 {
  font-size: 26px;
  color: #232121;
  font-weight: 600;
  margin-bottom: 3px;
}

#Research .content .title span {
  font-size: 18px;
  color: #232121;
  font-weight: 400;
}

#Research .content .image {
  text-align: center;
  width: fit-content;
  margin-right: auto;
}

#Research .content .image img {
  width: auto;
  height: 140px;
  margin-right: auto;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  border: 3px solid #e6e6e6;
}

#Research .content .image a {
  display: block;
  font-size: 14px;
  color: #232121;
  font-weight: 400;
  margin-bottom: 0;
}

#Research .content .ResearchTitle {
  margin-bottom: 30px;
}

#Research .content .ResearchTitle h4 {
  font-size: 20px;
  color: #232121;
  font-weight: 600;
}

#Research .table thead {
  background-color: #083f88;
  border: none;
}

#Research .table thead th {
  color: #fff;
  border-bottom: none;
}

#Research .table td,
#Research .table th {
  vertical-align: middle !important;
  text-align: center;
  border: 4px solid #e9f9ff !important;
}

#Research .table-bordered td {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  background-color: #fff;
}

#Research .table td h5 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

#Research .table td h5.accepted {
  color: #56ad00;
}
#Research .table td h5.rejected {
  color: #e50016;
}
#Research .table td h5.pending {
  color: #083f88;
}

@media only screen and (max-width: 600px) {
  body {
    padding-top: 72px;
  }
  .owl-nav .owl-prev,
  #owl-carousel-two .owl-nav .owl-prev {
    right: 0;
  }
  .owl-nav .owl-next,
  #owl-carousel-two .owl-nav .owl-next {
    left: 0;
  }
  .navbar-brand img {
    height: 25px;
  }
  .formobile {
    display: block;
  }
  .navbar .links {
    display: none;
  }
  .navbar {
    padding-bottom: 0;
  }
  .navbar-collapse {
    left: -100%;
    transition: left 0.2s ease-in-out;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-new-bottom {
    top: 0;
    right: unset;
    width: 80%;
    border: none;
    border-radius: 0 30px 30px 0;
  }
  .dropdown-menu {
    background-color: #efefef;
  }

  #navbarContent {
    height: 100vh;
    margin: 90px 0px 0px;
    padding-bottom: 90px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .navbar-nav {
    text-align: justify;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
    padding: 14px 0px 13px;
  }
  .navbar-light .navbar-nav .homeLink:first-child a {
    border: none;
  }
  #dropdownMenu_2 {
    background-color: #efefef;
    box-shadow: none;
  }
  #dropdownMenu_2 .dropdown-item {
    padding-right: 2.5rem;
  }

  .slick-dots {
    display: none !important;
  }
  .My_Slider {
    padding-bottom: 0;
  }
  .My_Slider .slide .sliderImg {
    height: 250px;
  }
  .contentSlider {
    width: 100%;
  }
  .contentSlider .shape,
  .contentSlider .regBtn {
    margin-bottom: 5px;
  }
  .contentSlider .shape img {
    height: 55px;
  }
  .contentSlider .regBtn a {
    font-size: 10px;
    width: 90px;
    padding: 3px;
  }
  .contentSlider .title span {
    font-size: 10px;
  }
  .contentSlider .title p {
    font-size: 8px;
    margin-top: 5px;
  }
  .contentSlider .title {
    padding: 10px;
  }
  .contentSlider .title img {
    width: 80%;
    margin: auto;
  }
  #Soon .content {
    width: 90%;
    margin: auto;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
  }
  #Soon .arrow {
    width: 90%;
    margin: auto;
    border-radius: 10px 10px 0 0;
  }
  #Soon .content .title {
    margin-left: 0;
    margin-top: 20px;
  }
  #Soon .content .desc {
    width: 90%;
  }
  .timer ul li span {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .timer ul li {
    margin-left: 15px;
    width: 50px;
  }
  .timer ul li p {
    font-size: 16px;
  }
  .Header_title h2 {
    font-size: 22px;
  }
  #About_Conference .about_item,
  .agendaItem {
    margin-bottom: 20px;
  }
  #Companies .list ul li {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #Companies .list ul li a img {
    height: 70px;
  }
  #Subscribe .email-box .subscribeInp {
    padding: 30px 10px;
    width: 80%;
    font-size: 13px;
  }
  #Subscribe .subscribeButton button {
    width: 20%;
    padding: 17px 5px;
    font-size: 16px;
  }
  #Contact .item {
    margin-bottom: 30px;
  }
  footer .links ul li a {
    font-size: 14px;
  }
  footer .links ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }
  footer .copyrights p {
    font-size: 13px;
  }
  footer .social ul li a img {
    height: 12px;
  }

  #Login .Form {
    padding: 30px;
  }
  #Login .Form .ForgotPass {
    text-align: center;
  }

  .nav-pills .nav-link {
    width: 100px;
    font-size: 14px;
  }
  #Register .w-20 {
    flex: 0 0 100% !important;
    max-width: 100%;
  }
  #Register .Form {
    padding: 30px;
  }
  #EditProfile .content {
    text-align: center;
  }
  #EditProfile .content .image {
    margin: auto;
    margin-top: 20px;
  }
  #EditProfile .w-20 {
    flex: 0 0 100% !important;
    max-width: 100%;
  }
  #EditProfile .Form .saveBtn a {
    width: 100%;
  }
  #Notifications .content {
    text-align: center;
  }
  #Notifications .content .image {
    margin: auto;
    margin-top: 20px;
  }
  #Notifications .content .notifyTitle {
    margin-top: 30px;
  }
  #About_Registration .DiscountBtn {
    margin-bottom: 30px;
  }
  #About_Submission .buttons .poster {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #About_Submission .buttons .poster,
  #About_Submission .buttons .paper {
    width: 100%;
  }
  #AboutPage .image {
    text-align: center;
  }
  #Conference_Program .image img {
    width: 100%;
  }
  #ContactUs .working_hours,
  #ContactUs .contact_no,
  #ContactUs .social_media {
    height: auto;
  }
  #Discount .form .submitBtn a {
    width: 100%;
  }
  #InPersonAttendance .item {
    flex-direction: column;
  }
  #InPersonAttendance .item .desc {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  #InPersonAttendance .item .Button {
    width: 100%;
  }
  #InPersonAttendance .item .Button a {
    border-radius: 0 0 10px 10px;
  }
  #InPersonAttendance .form .regBtn a {
    width: 100%;
  }
  #Key_Dates .title {
    margin-top: 60px;
  }
  #Poster_Submission .form {
    padding: 10px;
  }
  #Poster_Submission .submitBtn a {
    width: 100%;
  }
  #Poster_Submission .downloadBtn a {
    width: 100%;
  }
  #SpeakerDetails .image {
    margin-top: 30px;
  }
  #SpeakerDetails .image img {
    width: 100%;
  }
  #Workshop_Program .rightBar .Links {
    margin-bottom: 30px;
  }
  #Workshop_Program .form .session_Item {
    margin-bottom: 20px;
  }
  #Research .content {
    text-align: center;
  }
  #Research .content .image {
    margin: auto;
    margin-top: 20px;
  }
  #Research .content .ResearchTitle {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  body {
    padding-top: 72px;
  }
  .owl-nav .owl-prev,
  #owl-carousel-two .owl-nav .owl-prev {
    right: 40px;
  }
  .owl-nav .owl-next,
  #owl-carousel-two .owl-nav .owl-next {
    left: 40px;
  }
  .navbar-brand img {
    height: 30px;
  }
  .formobile {
    display: block;
  }
  .navbar .links {
    display: none;
  }
  .navbar {
    padding-bottom: 0;
  }
  .navbar-collapse {
    left: -100%;
    transition: left 0.2s ease-in-out;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-new-bottom {
    top: 0;
    right: unset;
    width: 40%;
    border: none;
    border-radius: 0 30px 30px 0;
  }
  .dropdown-menu {
    background-color: #efefef;
  }
  #navbarContent {
    height: 100vh;
    margin: 90px 0px 0px;
    padding-bottom: 90px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .navbar-nav {
    text-align: justify;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
    padding: 14px 0px 13px;
  }
  .navbar-light .navbar-nav .homeLink:first-child a {
    border: none;
  }
  #dropdownMenu_2 {
    background-color: #efefef;
    box-shadow: none;
  }
  #dropdownMenu_2 .dropdown-item {
    padding-right: 2.5rem;
  }

  .slick-dots {
    display: none !important;
  }
  .My_Slider {
    padding-bottom: 0;
  }
  .My_Slider .slide .sliderImg {
    height: 350px;
  }
  .contentSlider {
    width: 70%;
  }
  .contentSlider .shape img {
    height: 70px;
  }
  .contentSlider .regBtn a {
    font-size: 12px;
    width: 120px;
    padding: 5px;
  }
  .contentSlider .title span {
    font-size: 16px;
  }
  .contentSlider .title p {
    font-size: 12px;
  }
  #Soon .content {
    width: 90%;
    margin: auto;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
  }
  #Soon .arrow {
    width: 90%;
    margin: auto;
    border-radius: 10px 10px 0 0;
  }
  #Soon .content .title {
    margin-left: 0;
    margin-top: 20px;
  }
  #Soon .content .desc {
    width: 90%;
  }
  .timer ul li span {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .timer ul li {
    margin-left: 15px;
    width: 50px;
  }
  .timer ul li p {
    font-size: 16px;
  }
  .Header_title h2 {
    font-size: 22px;
  }
  #About_Conference .about_item,
  .agendaItem {
    margin-bottom: 20px;
  }
  #Companies .list ul li {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #Companies .list ul li a img {
    height: 70px;
  }
  #Subscribe .email-box .subscribeInp {
    padding: 30px 10px;
    width: 80%;
    font-size: 13px;
  }
  #Subscribe .subscribeButton button {
    width: 20%;
    padding: 17px 5px;
    font-size: 16px;
  }
  #Contact .item {
    margin-bottom: 30px;
  }
  footer .links ul li a {
    font-size: 14px;
  }
  footer .copyrights p {
    font-size: 13px;
  }
  footer .social ul li a img {
    height: 12px;
  }
  #Register .w-20 {
    flex: 0 0 100% !important;
    max-width: 100%;
  }
  #EditProfile .content {
    text-align: center;
  }
  #EditProfile .content .image {
    margin: auto;
    margin-top: 20px;
  }
  #EditProfile .w-20 {
    flex: 0 0 100% !important;
    max-width: 100%;
  }
  #Notifications .content {
    text-align: center;
  }
  #Notifications .content .image {
    margin: auto;
    margin-top: 20px;
  }
  .NotifyItem {
    text-align: right;
  }
  #Notifications .content .notifyTitle {
    margin-top: 30px;
  }
  #About_Registration .DiscountBtn {
    margin-bottom: 30px;
  }
  #About_Submission .buttons .poster,
  #About_Submission .buttons .paper {
    width: 220px;
  }
  #AboutPage .image {
    text-align: center;
  }
  #Conference_Program .image img {
    width: 100%;
  }
  #ContactUs .working_hours,
  #ContactUs .contact_no,
  #ContactUs .social_media {
    height: 300px;
  }
  #ContactUs .social_media ul li {
    margin-left: 10px;
  }
  #Key_Dates .title {
    margin-top: 60px;
  }
  #SpeakerDetails .image {
    text-align: center;
    margin-top: 30px;
  }
  .speakerItem .content span {
    font-size: 12px;
  }
  #Workshop_Program .rightBar .Links {
    margin-bottom: 30px;
  }
  #Workshop_Program .form .session_Item {
    margin-bottom: 20px;
  }
  #Research .content {
    text-align: center;
  }
  #Research .content .image {
    margin: auto;
    margin-top: 20px;
  }
  #Research .content .ResearchTitle {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 72px;
  }
  .owl-nav .owl-prev,
  #owl-carousel-two .owl-nav .owl-prev {
    right: 30px;
  }
  .owl-nav .owl-next,
  #owl-carousel-two .owl-nav .owl-next {
    left: 30px;
  }
  .navbar-brand img {
    height: 30px;
  }
  .formobile {
    display: block;
  }
  .navbar .links {
    display: none;
  }
  .navbar {
    padding-bottom: 0;
  }
  .navbar-collapse {
    left: -100%;
    transition: left 0.2s ease-in-out;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-new-bottom {
    top: 0;
    right: unset;
    width: 40%;
    border: none;
    border-radius: 0 30px 30px 0;
  }
  .dropdown-menu {
    background-color: #efefef;
  }
  #navbarContent {
    height: 100vh;
    margin: 90px 0px 0px;
    padding-bottom: 90px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .navbar-nav {
    text-align: justify;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
    padding: 14px 0px 13px;
  }
  .navbar-light .navbar-nav .homeLink:first-child a {
    border: none;
  }
  #dropdownMenu_2 {
    background-color: #efefef;
    box-shadow: none;
  }
  #dropdownMenu_2 .dropdown-item {
    padding-right: 2.5rem;
  }

  .slick-dots {
    display: none !important;
  }
  .My_Slider {
    padding-bottom: 0;
  }
  .My_Slider .slide .sliderImg {
    height: 400px;
  }
  .contentSlider {
    width: 70%;
  }
  .contentSlider .shape img {
    height: 100px;
  }
  .contentSlider .title span {
    font-size: 18px;
  }
  #Soon .content {
    width: 90%;
    margin: auto;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
  }
  #Soon .arrow {
    width: 90%;
    margin: auto;
    border-radius: 10px 10px 0 0;
  }
  #Soon .content .title {
    margin-left: 0;
    margin-top: 20px;
  }
  #Soon .content .desc {
    width: 90%;
  }
  .timer ul li span {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .timer ul li {
    margin-left: 15px;
    width: 50px;
  }
  .timer ul li p {
    font-size: 16px;
  }
  .Header_title h2 {
    font-size: 22px;
  }
  #Companies .list ul li {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #Companies .list ul li a img {
    height: 70px;
  }
  #Subscribe .email-box .subscribeInp {
    padding: 30px 10px;
    width: 80%;
    font-size: 13px;
  }
  #Subscribe .subscribeButton button {
    width: 20%;
    padding: 17px 5px;
    font-size: 16px;
  }
  #Contact .item {
    margin-bottom: 30px;
  }
  footer .links ul li a {
    font-size: 14px;
  }
  footer .copyrights p {
    font-size: 13px;
  }
  footer .social ul li a img {
    height: 12px;
  }
  #Contact .item .title h5 {
    font-size: 15px;
  }
  #EditProfile .Form,
  #EditProfile .content {
    padding: 20px;
  }
  #EditProfile .content .image img {
    height: 115px;
  }
  .rightBarAccount .links ul li a {
    padding: 10px;
    font-size: 14px;
  }
  .rightBarAccount h2 {
    font-size: 18px;
  }
  .rightBarAccount .image h5 {
    font-size: 16px;
  }
  .rightBarAccount .image a {
    font-size: 10px;
  }
  #Notifications .content {
    padding: 20px;
  }
  #Notifications .content .image img {
    height: 115px;
  }
  .speakerItem .content span {
    font-size: 12px;
  }
  #Workshop_Program .form .session_Item {
    margin-bottom: 20px;
  }

  #Research .content {
    padding: 20px;
  }
  #Research .content .image img {
    height: 115px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 124px;
  }
  #owl-carousel-two .owl-nav .owl-next {
    left: 35px;
  }
  #owl-carousel-two .owl-nav .owl-prev {
    right: 35px;
  }
  #Soon .content .desc p {
    font-size: 12px;
  }
  #Soon .arrow img {
    height: 53px;
  }
  #ContactUs .working_hours,
  #ContactUs .contact_no,
  #ContactUs .social_media {
    height: 300px;
  }
  .speakerItem .content span {
    font-size: 12px;
  }
  #Workshop_Program .form .session_Item {
    margin-bottom: 20px;
  }
  .My_Slider .slide .sliderImg {
    height: 550px;
  }
}
/* ===== Form Container ===== */
#Register .Form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

/* ===== Title ===== */
#Register .title h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  color: #152132;
}

/* ===== Inputs ===== */
#Register .form-control {
  height: 48px;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

#Register .form-control:focus {
  border-color: #f79e00;
  box-shadow: 0 0 0 3px rgba(247, 158, 0, 0.15);
  outline: none;
}

/* ===== Grid spacing fix ===== */
#Register .row {
  gap: 10px;
}

/* ===== Tabs ===== */
#Register .Test_Tabs {
  justify-content: center;
  margin-bottom: 20px;
}

#Register .Test_Tabs .nav-link {
  border-radius: 25px;
  padding: 8px 20px;
  color: #152132;
  background: #f2f2f2;
  margin: 0 5px;
  transition: 0.3s;
}

#Register .Test_Tabs .nav-link.active {
  background: #f79e00;
  color: #fff;
}

/* ===== Checkbox ===== */
#Register .custom-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

#Register .custom-check input {
  width: 18px;
  height: 18px;
  accent-color: #f79e00;
}

/* ===== Button ===== */
#Register .registerBtn {
  text-align: center;
}

#Register .btn-submit {
  background: #083f88;
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(8, 63, 136, 0.25);
}

#Register .btn-submit:hover {
  background: #f79e00;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(247, 158, 0, 0.4);
}

/* ===== Column spacing fix (important for your w-20) ===== */
#Register .w-20 {
  flex: 1;
  min-width: 120px;
}

body.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.small-input {
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
}

.content {
  background: #f4f8fb;
  border-radius: 10px;
}
.speakerItem {
  height: 100%;
}

.speakerItem .image {
  width: 100%;
  height: 250px; /* ارتفاع ثابت */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.speakerItem .image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* أهم سطر */
  border-radius: 10px;
}

.speakerItem .content {
  text-align: center;
  margin-top: 10px;
  min-height: 80px; /* توحيد الجزء السفلي */
}
.speakerItem h5 {
  height: 50px;
  overflow: hidden;
}
.status-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0; /* مسافة بسيطة فوق وتحت */
  min-height: 60px; /* يدي شكل كويس بس مش مبالغ فيه */
}

.running-msg,
.ended-msg {
  font-weight: bold;
  color: #007bff;
  font-size: 28px;
  text-align: center;
}



/* Mail */
#Mail {
  padding: 60px 0;
}

#Mail .content {
  width: 80%;
  margin: auto;
  padding: 30px;
  border-radius: 20px;
  background-color: #f6faf9;
  margin-bottom: 30px;
  box-shadow: 1px 3px 10px #00000017;
}

#Mail .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#Mail .content ul li img {
  width: auto;
  height: 50px;
}

#Mail .content .welcomeTitleAR {
  margin-bottom: 20px;
}

#Mail .content .welcomeTitleAR h4 {
  font-size: 20px;
  font-weight: 600;
  color: #083f88;
}

#Mail .content .welcomeTitleAR h4 span {
  font-weight: 500;
}

#Mail .content .welcomeTitleEN {
  text-align: left;
  margin-bottom: 20px;
}

#Mail .content .welcomeTitleEN h4 {
  font-size: 20px;
  font-weight: 600;
  color: #083f88;
}

#Mail .content .welcomeTitleEN h4 span {
  font-weight: 500;
}

#Mail .content .desc {
  margin-bottom: 30px;
}

#Mail .content .desc p {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 1.7;
}

#Mail .content .desc p.EN {
  text-align: left;
}

#Mail .content .button {
  text-align: left;
}

#Mail .content .button a {
  position: relative;
  top: 0;
  background: #083f88;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 180px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

#Mail .content .button a:hover {
  background-color: #f79e00;
  color: #152132;
  top: -5px;
}

/* Meeting */
#Meeting {
    padding: 60px 0;
}

    #Meeting .meetingContent {
        padding: 40px;
        background-color: #fff;
        border-image: linear-gradient(to right, #083f88 0%, #5d93d9 100%) 1;
        border-width: 3px;
        border-style: solid;
        box-shadow: 1px 3px 20px #00000052;
    }

    #Meeting .content {
      background: transparent;
      border-radius: 0;
    }

    #Meeting .content span {
        position: relative;
        display: block;
        width: fit-content;
        padding: 6px 20px;
        padding-left: 30px;
        border-radius: 30px;
        color: #083f88;
        font-weight: 500;
        font-size: 14px;
        background-color: #083f881f;
        border: 1px solid #083f88;
    }

        #Meeting .content span::before {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #083f88;
            position: absolute;
            left: 14px;
            top: 14px;
            animation: pulse 0.8s infinite alternate;
        }

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    25% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    50% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

#Meeting .content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
    line-height: 1.5;
}

#Meeting .content p {
    font-size: 16px;
    color: #121212;
    font-weight: 500;
}

    #Meeting .content p i {
        font-size: 14px;
        color: #000;
        margin-left: 5px;
    }

#Meeting .content .listSpeaker {
    margin-bottom: 20px;
}

    #Meeting .content .listSpeaker h5 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    #Meeting .content .listSpeaker ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #Meeting .content .listSpeaker ul li {
            display: inline-block;
            margin-left: 20px;
            margin-bottom: 10px;
            color: #000;
            font-size: 16px;
        }

            #Meeting .content .listSpeaker ul li:last-of-type {
                margin-left: 0;
            }

            #Meeting .content .listSpeaker ul li .speaker {
                display: flex;
                flex-direction: row;
                align-items: center;
            }

                #Meeting .content .listSpeaker ul li .speaker img {
                    width: 50px;
                    height: auto;
                    border-radius: 50%;
                    padding: 2px;
                    border: 2px solid #e6e6e6;
                    margin-left: 5px;
                }

                #Meeting .content .listSpeaker ul li .speaker .Name_title h5 {
                    font-size: 16px;
                    font-weight: 600;
                    color: #083f88;
                    margin-bottom: 3px;
                }

                #Meeting .content .listSpeaker ul li .speaker .Name_title p {
                    font-size: 14px;
                    margin-bottom: 0;
                    color: #121212;
                }

#Meeting .content .desc h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

#Meeting .content .desc p {
    font-size: 18px;
    color: #121212;
    font-weight: 500;
}

#Meeting .content .buttons a {
    position: relative;
    top: 0;
    background-image: linear-gradient( to right, #083f88, #124a98, #1a55a8, #2161b8, #276dc9 );
    background-color: #083f88;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 10px;
    width: 200px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

    #Meeting .content .buttons a:hover {
        background-image: none;
        background-color: #f79e00;
        border-color: #f79e00;
        color: #152132;
        top: -5px;
    }

#Meeting .image {
    text-align: left;
}

    #Meeting .image img {
        width: 100%;
        height: auto;
        padding: 40px;
        border: 2px solid #ddd;
        border-radius: 10px;
        background-color: #efefef;
    }

#Meeting .content .socialMeeting {
    margin-top: 20px;
}

    #Meeting .content .socialMeeting ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #Meeting .content .socialMeeting ul li {
            display: inline-block;
            margin-left: 10px;
        }

            #Meeting .content .socialMeeting ul li h5 {
                font-size: 18px;
                color: #000;
                margin-bottom: 0;
                font-weight: 600;
            }

            #Meeting .content .socialMeeting ul li .item {
                display: flex;
                flex-direction: row;
                align-items: center;
            }

                #Meeting .content .socialMeeting ul li .item a {
                    font-size: 16px;
                    color: #121212;
                    margin-left: 5px;
                    display: inline-block;
                    transition: all 0.3s ease-in-out;
                }

                #Meeting .content .socialMeeting ul li .item i {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;
                    width: 30px;
                    height: 30px;
                    font-size: 14px;
                    color: #fff;
                    background-color: #083f88;
                    border: 1px solid #285aa7;
                    border-radius: 50%;
                    transition: all 0.3s ease-in-out;
                }
/* ================= GENDER ================= */

.gender-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.gender-card {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    transition: .25s;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
}

    .gender-card:hover {
        border-color: #667eea;
        transform: translateY(-1px);
    }

    .gender-card input[type=radio] {
        display: none;
    }

.gender-icon {
    font-size: 22px;
}

/* لما يتحدد */
.gender-card:has(input:checked) {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 5px 15px rgba(102,126,234,.25);
}

.My_Slider .slide {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* الصورة نفسها */
.My_Slider .sliderImg {
    width: 100%;
    height: 400px; /* ديسكتوب افتراضي */
    object-fit: cover; /* أهم سطر */
    display: block;
}

/* موبايل */
@media (max-width: 768px) {
    .My_Slider .sliderImg {
        height: 220px; /* أو حسب التصميم */
        object-fit: cover;
    }
}
.sliderImg {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.My_Slider, .slick-slide {
    height: auto !important;
}