@import url("../fonts/fonts.css");
html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "IBMPlexSansArabic-Regular";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "IBMPlexSansArabic-Bold";
}

a {
  text-decoration: none;
  font-size: 20px;
  font-family: "IBMPlexSansArabic-Regular";
  color: #101729;
  transition: all 300ms ease;
}

a:hover {
  text-decoration: none;
  color: #288793;
}

p {
  font-size: 20px;
  font-family: "IBMPlexSansArabic-Regular";
  color: #fff;
}

ul > li {
  font-size: 20px;
  font-family: "IBMPlexSansArabic-Regular";
}

div {
  font-family: "IBMPlexSansArabic-Regular";
  font-size: 20px;
}

.fnt-10 {
  font-size: 10px !important;
}

.fnt-12 {
  font-size: 12px !important;
}

.fnt-15 {
  font-size: 15px !important;
}

.fnt-18 {
  font-size: 18px !important;
}

.fnt-20 {
  font-size: 20px !important;
}

.fnt-25 {
  font-size: 25px !important;
}

.fnt-30 {
  font-size: 30px !important;
}

.fnt-40 {
  font-size: 40px !important;
}

.fnt-50 {
  font-size: 50px !important;
}

.fnt-60 {
  font-size: 60px !important;
}

.fnt-70 {
  font-size: 70px !important;
}

.fnt-80 {
  font-size: 80px !important;
}

.fnt-100 {
  font-size: 100px !important;
}

.fnt-120 {
  font-size: 120px !important;
}

[class^=spacer-] {
  display: block;
}

.spacer-5 {
  height: 5px;
}

.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-40 {
  height: 40px;
}

.spacer-60 {
  height: 60px;
}

.spacer-80 {
  height: 80px;
}

.spacer-100 {
  height: 100px;
}

.spacer-120 {
  height: 120px;
}

.hideThis {
  display: none !important;
}

.remMar {
  margin: 0px !important;
}

.remPad {
  padding: 0px !important;
}

.posRel {
  position: relative;
}

.posAbs {
  position: absolute;
}

.fa-mar-right-5 {
  margin-left: 5px;
}

.fa-mar-right-10 {
  margin-left: 10px;
}

.forceDir {
  display: block;
  direction: rtl;
  text-align: right;
}

.preAnimate {
  opacity: 0;
  position: relative;
  top: 100px;
  transition: all 1000ms ease;
}

.animateThis {
  opacity: 1;
  position: relative;
  top: 0px;
  transition: all 1000ms ease;
}

.preZoom {
  transform-origin: center center;
  will-change: transform;
  transition: all 1000ms ease;
}

.zoomThis {
  transform: scale(1.5);
}

.of-hidden {
  overflow: hidden;
}

.bg-full {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.bg-all {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.bg-panel {
  background: transparent;
}

.bg-black {
  background-color: #000;
}

.vh-100-min {
  min-height: 100vh;
}

.fnt-black {
  color: #000 !important;
}

.fnt-white {
  color: #fff !important;
}

.fnt-green {
  color: #288793 !important;
}

.fnt-orange {
  color: #E03C1B !important;
}

.fnt-gray {
  color: #231F20 !important;
}

.fnt-purple-light {
  color: #B1AED6 !important;
}

.fnt-purple-dark {
  color: #655DA9 !important;
}

#main-navigation {
  position: relative;
  z-index: 1;
  width: 100%;
}
#main-navigation .navbar-brand {
  margin: 0px;
}
#main-navigation .navbar-brand .logo, #main-navigation .navbar-brand .hide {
  opacity: 0;
  position: absolute;
}
#main-navigation .navbar-brand .show {
  opacity: 1;
  position: unset;
}
#main-navigation .nav-item {
  font-size: 14px;
}
#main-navigation .nav-link {
  font-family: "IBMPlexSansArabic-Regular";
  font-size: 14px;
  color: #fff;
  transition: all 500ms ease;
}
#main-navigation .nav-link:hover {
  color: #FACE77;
}
#main-navigation .nav-link.active {
  color: #FACE77;
  background-color: transparent;
}
#main-navigation .navbar-brand {
  margin: 0px;
}
#main-navigation .desktop-view .fixed-top {
  padding-top: 3rem;
}
#main-navigation .desktop-view .navbar {
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 500ms ease;
}
#main-navigation .desktop-view .forum-counter {
  background-color: rgba(0, 0, 0, 0.8);
}
#main-navigation .desktop-view .forum-counter .container {
  border-top: 1px solid #fff;
}
#main-navigation .desktop-view .forum-counter p {
  font-size: 14px;
  margin: 0px;
  color: #fff;
}
#main-navigation .desktop-view .forum-counter .num {
  font-size: 12px;
  background-color: #B1AED6;
  padding: 2px 10px 0px 10px;
  border-radius: 7px;
  text-align: center;
  margin-right: 10px;
}
#main-navigation .desktop-view .scrolled {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 0.5rem;
  transition: all 500ms ease;
}
#main-navigation .desktop-view .scrolled .nav-link {
  color: #fff;
  transition: all 500ms ease;
}
#main-navigation .desktop-view .scrolled .nav-link:hover {
  color: #288793;
}
#main-navigation .desktop-view .scrolled .nav-link.active {
  color: #288793;
}
#main-navigation .desktop-view .dropdown-menu {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  color: #fff;
  padding: 0px;
}
#main-navigation .desktop-view .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all 300ms ease;
}
#main-navigation .desktop-view .dropdown-menu .dropdown-item:hover {
  color: #FACE77;
  border-color: #FACE77;
  background-color: transparent;
}
#main-navigation .desktop-view .dropdown-menu .dropdown-divider {
  margin: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
#main-navigation .mobile-view .btn-menu-mobile {
  border: none;
  width: auto;
}
#main-navigation .mobile-view .navbar-brand .mobile-logo {
  max-width: 50%;
}
#main-navigation .mobile-view .mobile-top-menu {
  position: fixed;
  min-width: 100%;
  padding: 1rem;
  background-color: rgb(0, 0, 0);
  transition: all 500ms ease;
}
#main-navigation .mobile-view .forum-counter .num {
  font-size: 12px;
  background-color: #B1AED6;
  padding: 2px 10px 0px 10px;
  border-radius: 7px;
  text-align: center;
  margin-left: 10px;
}
#main-navigation .mobile-view .offcanvas {
  background-color: #000;
}
#main-navigation .mobile-view .dropdown-menu {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  color: #fff;
  padding: 0px;
}
#main-navigation .mobile-view .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all 300ms ease;
}
#main-navigation .mobile-view .dropdown-menu .dropdown-item:hover {
  color: #FACE77;
  border-color: #FACE77;
  background-color: transparent;
}
#main-navigation .mobile-view .dropdown-menu .dropdown-divider {
  margin: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
#main-navigation .dropdown-toggle::after {
  display: none;
}

.btn-purple {
  font-family: "IBMPlexSansArabic-Regular";
  border-radius: 5px;
  color: #FACE77;
  font-size: 14px;
  background-color: #655DA9;
  border: 2px solid #947A46;
  padding: 6px 10px 0px 10px;
  transition: all 300ms ease;
}

.btn-purple:hover {
  color: #FACE77;
  background-color: #7b73c3;
}

.btn-transparent {
  font-family: "IBMPlexSansArabic-Regular";
  border-radius: 3rem;
  color: #FACE77;
  max-width: fit-content;
  font-size: 12px;
  padding: 6px 20px 6px 20px;
  background-color: transparent;
  box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  transition: all 300ms ease;
}

.btn-transparent:hover {
  color: #FACE77;
  border-color: #FACE77;
  box-shadow: inset 0 0 6px 1px #FACE77, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: inset 0 0 6px 1px #FACE77, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 0 6px 1px #FACE77, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
}

section {
  font-family: "IBMPlexSansArabic-Regular";
}
section .section-title {
  font-family: "IBMPlexSansArabic-Regular";
  font-size: 60px;
  line-height: 1;
}

.title-main {
  font-size: 60px;
  color: #fff;
  margin: 0px;
}

.title-top-sub {
  color: #FACE77;
  font-size: 10px;
  margin-bottom: 20px;
}

.title-bottom-sub {
  font-size: 40px;
  color: #FFFFFF;
  margin: 0px;
}

.banner-btn span {
  float: right;
  margin-left: 10px;
}

.counter {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 1rem;
  padding-bottom: 1rem;
  bottom: 0;
}
.counter .count {
  color: #837DBB;
  font-size: 20px;
  margin: 0px;
}
.counter .type {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px;
}
.counter .counter-icon {
  min-width: 50%;
}
.counter .icon-portrait {
  min-width: 40%;
}

#objective .objNum {
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #FACE77;
  background-color: #655DA9;
  border: 1px solid #FACE77;
  border-radius: 50%;
  padding: 15% 0%;
}
#objective .objCaption h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#objective .objCaption p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
}

#features .featCaption h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#features .featCaption p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
}

#sponsor-logos .owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

footer {
  color: #fff;
}
footer p {
  font-size: 14px;
  color: #fff;
}
footer a {
  font-size: 14px;
  color: #fff;
  transition: all 300ms ease;
}
footer a:hover {
  color: #FACE77;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
footer ul li a.nav-link {
  font-size: 14px;
  color: #fff;
  transition: all 300ms ease;
}
footer ul li a.nav-link:hover {
  color: #FACE77;
}
footer .social span a {
  font-size: 18px;
  color: #fff;
  transition: all 300ms ease;
}
footer .social span a:hover {
  color: #FACE77;
}
footer .copyright {
  font-size: 12px;
  color: #fff;
  margin: 0px;
}
footer .subscribe .input-group {
  background-color: #655DA9;
  border-color: #655DA9;
  padding: 7px;
  border-radius: 7px;
}
footer .subscribe .input-group ::placeholder {
  color: #fff;
  opacity: 1;
}
footer .subscribe .input-group ::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #fff;
}
footer .subscribe .input-group ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1; /* Ensures full opacity */
}
footer .subscribe .input-group :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
footer .subscribe .input-group :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
footer .subscribe .input-group .form-control {
  background-color: #655DA9;
  color: #fff;
  font-size: 12px;
  max-height: 2rem;
  border-color: #655DA9;
  padding-top: 9px;
}
footer .subscribe .input-group .input-group-text {
  max-height: 2rem;
  background-color: #655DA9;
  border-color: #655DA9;
  padding: 0px;
}
footer .subscribe .input-group .input-group-text .btn {
  font-size: 12px;
  color: #000;
  background-color: #FACE77;
  padding-top: 9px;
  text-transform: uppercase;
}

.agenda-list {
  border-radius: 3rem;
  padding: 2.5rem 4rem 5rem 4rem;
  background-color: transparent;
  box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
}
.agenda-list .item {
  border-bottom: 2px solid #fff;
  padding: 3rem 1rem;
}
.agenda-list .item .date p {
  color: #FACE77;
  font-size: 50px;
  line-height: 1;
  margin: 0px;
  font-family: "IBMPlexSansArabic-Bold";
}
.agenda-list .item .content .time {
  font-size: 20px;
  color: #fff;
  margin-bottom: 2.5rem;
  line-height: 1;
}
.agenda-list .item .content h4 {
  font-size: 40px;
  font-family: "IBMPlexSansArabic-Regular";
  color: #fff;
  margin: 0px;
  line-height: 1;
}

.sector-nav span,
.knowledge-nav span,
.slider-arrow span {
  margin-right: 3rem;
}
.sector-nav span img,
.knowledge-nav span img,
.slider-arrow span img {
  cursor: pointer;
}

#sector-list .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}
#sector-list .owl-item.active.center {
  transform: scale(1.2);
  z-index: 2;
  transition: all 300ms ease;
}
#sector-list .owl-item.active.center .caption {
  bottom: -20px;
}
#sector-list .owl-item img {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.6;
  transform: scale(1);
}
#sector-list .owl-item.center img {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}
#sector-list .item {
  position: relative;
}
#sector-list .item .img {
  position: relative;
}
#sector-list .item .img img {
  border-radius: 12px;
}
#sector-list .item .caption {
  position: absolute;
  text-transform: capitalize;
  color: #FACE77;
  font-size: 40px;
  font-family: "IBMPlexSansArabic-Bold";
  width: 100%;
  padding: 0 1rem;
  bottom: 0px;
}

#knowledge-logos .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}
#knowledge-logos .item {
  border-radius: 3rem;
  padding: 4rem;
  background-color: transparent;
  box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
}

#contact-form .form-control {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  color: #fff;
}
#contact-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
#contact-form .form-control::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #fff;
}
#contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1; /* Ensures full opacity */
}
#contact-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#contact-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.wpcf7-form {
  direction: rtl;
  text-align: right;
}

input[type=email]::placeholder {
  text-align: right;
}

input[type=tel]::placeholder {
  text-align: right;
}

#news-gallery .nav-tabs {
  border: none;
}
#news-gallery .nav-tabs .nav-link {
  background-color: transparent;
  font-family: "Nomixa-Regular";
  border-radius: 3rem;
  color: #FACE77;
  max-width: fit-content;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 8px 20px 4px 20px;
  background-color: transparent;
  box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 0 6px 1px white, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  transition: all 300ms ease;
}
#news-gallery .nav-tabs .nav-link.active,
#news-gallery .nav-tabs .nav-link:hover {
  color: #FACE77;
  border-color: #FACE77;
  box-shadow: inset 0 0 6px 1px #FACE77, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: inset 0 0 6px 1px #FACE77, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 0 6px 1px #FACE77, -1px 10px 5px 0px rgba(0, 0, 0, 0.29);
}
#news-gallery .tab-content .tab-pane a img {
  transform: scale(1);
  transition: all 500ms ease;
}
#news-gallery .tab-content .tab-pane a:hover img {
  transform: scale(1.2);
}
#news-gallery .tab-content .tab-pane .item {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
#news-gallery .tab-content .tab-pane .item .img {
  position: relative;
}
#news-gallery .tab-content .tab-pane .item .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0px;
  padding: 1.5rem;
}
#news-gallery .tab-content .tab-pane .item .caption h3 {
  color: #FACE77;
  font-size: 23px;
}
#news-gallery .tab-content .tab-pane .item .caption p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
#news-gallery .tab-content .tab-pane .item .caption p.date {
  font-size: 14px;
}

#single-news-gallery #gallery-slider {
  position: relative;
}
#single-news-gallery #gallery-slider .item {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
#single-news-gallery #gallery-slider .item img {
  border-radius: 2rem;
}
#single-news-gallery #gallery-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
}
#single-news-gallery #gallery-slider .owl-dots .owl-dot span {
  background-color: #C0C1C2;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  margin: 5px;
}
#single-news-gallery #gallery-slider .owl-dots .owl-dot.active span {
  background-color: #FACE77;
}
#single-news-gallery #content h1 {
  color: #FACE77;
  font-size: 40px;
}
#single-news-gallery #content p {
  font-size: 20px;
}
#single-news-gallery #content p.date {
  font-size: 14px;
}

#media-registration-form h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
#media-registration-form .form-control {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  color: #fff;
}
#media-registration-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
#media-registration-form .form-control::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #fff;
}
#media-registration-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1; /* Ensures full opacity */
}
#media-registration-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#media-registration-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#media-registration-form .input-group-text {
  background-color: transparent;
  border-radius: 0px;
  border: none;
}
#media-registration-form .input-group-text i {
  color: #FACE77;
  font-size: 28px;
}

#sponsors {
  display: none !important;
}

.wpcf7-response-output {
  color: #fff;
}

.footer-map {
  overflow: hidden;
  border-radius: 1rem;
}

.logo-border-right {
  border-left: 1px solid #fff;
}

/*# sourceMappingURL=main-rtl.css.map */
