@charset "utf-8";
/* CSS Document */

@import "defaults.css";
@import "device.css";
@import "menu.css";

@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");

@font-face {
  font-family: "Campton-Bold";
  src: url("../font/Campton-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Campton-Light";
  src: url("../font/Campton-Light.otf") format("opentype");
}
@font-face {
  font-family: "Campton-Medium";
  src: url("../font/Campton-Medium.otf") format("opentype");
}
@font-face {
  font-family: "TheSansArabic";
  src: url("../font/TheSansArabic-Plain.otf") format("opentype");
}

/*
*{
	-webkit-transition:all 1s;
}
*/

* {
  /* -webkit-font-smoothing: antialiased; */
  -webkit-font-smoothing: subpixel-antialiased;

  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.font-opensans {
  /* regular */
  font-family: "Open Sans", sans-serif;
}
.font-raleway {
  /* light */
  font-family: "Raleway", sans-serif;
}
.font-noto {
  /* medium */
  font-family: "Noto Sans", sans-serif;
}
.font-poppins {
  /* menu */
  font-family: "Poppins", sans-serif;
}
.font-robotoslab {
  /* serif */
  font-family: "Roboto Slab", serif;
}
.font-Campton-Light {
  font-family: "Campton-Light";
}
.turq {
  color: #1cc0b7;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Campton-Light";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Campton-Medium";
}
body.dark {
  background: #000;
  color: #fff;
}
.bg-blue {
  background: #251b60;
}
a {
  color: inherit;
}
a:hover {
  color: #09c;
  text-decoration: none;
}

a.news {
  display: block;
}
a.news .image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0; /* Fallback background color */
}
a.news .image img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.modal-content {
  background: none !important;
  border: none !important;
}
.modal-header {
  border: none !important;
}
.close {
  color: #fff;
}

.events {
}
.events .partner {
}

.home_news_featured {
  position: relative;
}
.home_news_featured:after {
  content: "LATEST NEWS";
  transform: rotate(-90deg);
  background: #251b60;
  color: #fff;
  position: absolute;
  padding: 5px 20px;
  left: -43px;
  top: 68px;
  font-size: 80%;
}

.home_news_corona {
  position: relative;
  /* background:#f00 url('../images/coronavirusbg.jpg'); */
  background: #f00;
}
.home_news_corona .label {
  transform: rotate(-90deg);
  background: #fff;
  color: #f00;
  position: absolute;
  padding: 5px 20px;
  left: -90px;
  top: 150px;
  font-size: 70%;
}
.home_news_corona a.news {
  color: #fff;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-hero {
  min-height: 100%;
}
.video-hero:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/grid.png);
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.pageheader {
  background: url(../images/pat.png) #333;
  color: #1cc0b7;
  position: relative;
}
.pageheader img {
  opacity: 0.5;
}
.pageheader .text {
  position: absolute;
  bottom: 30%;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.pagetitlealt {
  margin-top: -20px;
  padding-top: 5px;
  padding-bottom: 5px;

  font-family: "Noto Sans", sans-serif;
}
.video-hero-after {
  margin-top: -180px;
  text-align: center;
  background: #111;
  color: #eee;
  padding-bottom: 30px;
}
.video-hero-after h3 {
  background: #000;
  color: #1cc0b7;
  border-radius: 20px;
  font-size: 150%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Raleway", sans-serif;
}
.video-hero-after .text {
  font-size: 90%;
}
.video-hero-after a {
  display: block;
  color: inherit;
}
.video-hero-after a:hover {
  text-decoration: none;
  color: #1cc0b7;
}
.header {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  -webkit-transition: all 1s;
}
.header .languages {
  display: inline-block;
  margin-right: 20px;
  font-size: 90%;
}
.header .languages a {
  color: #666;
}
.header .languages a.active {
  color: #000;
}
.dropdown-toggle:empty::after {
  margin-left: 5px;
}
.header .search {
  margin-right: 20px;

  position: relative;
  display: inline-block;
}
.header .search input[type="search"] {
  border: none;
  background: rgba(255, 255, 255, 0.5);
  padding: 3px 10px;
  padding-right: 30px;
  min-width: 300px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.header .search i {
  position: absolute;
  right: 7px;
  top: 7px;
}
.header .dropdown-menu {
  min-width: 0;
}
.header.scrolled {
  background: #fff;
  box-shadow: 1px 0 15px rgba(0, 0, 0, 0.1);
  color: #333;
}

.header .c-logo {
  position: relative;
}
.header .c-logo .place {
  opacity: 0;
  margin: 10px;
}
.header .c-logo .img-logo {
  width: 70%;
  position: absolute;
  left: 50px;
  top: 30px;
}
.header .c-logo .org {
  opacity: 0;
}
.header.scrolled .c-logo .org {
  opacity: 1;
}
.header .c-logo .light {
  opacity: 1;
}
.header.scrolled .c-logo .light {
  opacity: 0;
}

.header .c-menu {
}
.header .br {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.header .bb {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.header .menu-link {
  padding-right: 25px;
  color: #fff;
}
.header.scrolled .menu-link {
  color: #666;
}
.header .menu-link a {
  color: inherit;
  font-size: 80%;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.header .menu-link a i {
  font-size: 120%;
}
.header .menu-link a:hover {
  text-decoration: none;
  color: #00a3d1;
}
.header .menu-link .seperator {
  margin-left: 10px;
  margin-right: 10px;
}
.header .menu-link .dropdown {
  display: inline-block;
}
.header .dropdown .dropdown-menu {
  background: #333;
  color: #fff;
}
.header .dropdown .dropdown-menu .active {
  background: #00a3d1;
  color: #fff;
}
.header .menu {
  font-family: "Poppins", sans-serif;
  margin-right: 50px;
}
.header .menu a {
  display: inline-block;
  color: inherit;
  font-size: 100%;
  margin-right: 10px;
  font-weight: bold;
}
.header .menu a:hover {
  text-decoration: none;
  color: #000;
}
.header.scrolled .menu a:hover {
  color: #e30613;
}
.header .logo-title {
  letter-spacing: 0.4em;
  font-size: 80%;
}

.page {
  margin-top: 100px;
}
.page-title {
  background: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1cc0b7;
  font-family: "Roboto Slab", serif;
}

.mt-minus {
  margin-top: -150px;
}
.mt-minus-sm {
  margin-top: -100px;
}
.bg-gray {
  background: #eee;
}
.footer {
  background: #333;
  color: #ccc;
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer a {
  color: inherit;
}
.footer .wm {
  background: url(../images/world-map.png) no-repeat bottom left;
}
.footer .links a {
  display: block;
  color: inherit;
  font-size: 80%;
}
.footer .links a:hover {
  text-decoration: none;
  color: #1cc0b7;
}
.footer .links a:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
.footerbot {
  background: #222;
  color: #666;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 80%;
}
.footerbot a {
  color: inherit;
  font-size: 80%;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.footerbot a i {
  font-size: 160%;
}
.footerbot a:hover {
  text-decoration: none;
  color: #00a3d1;
}
.img-border {
  border-style: inset;
  border-color: #666;
  border-width: 2px;
  border-radius: 50%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.calendar {
  background: url(../images/calendar.jpg) no-repeat #22b2a9 center bottom;
}

.author-thum {
}
.author-thum a.img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border-style: inset;
  border-color: #666;
  border-width: 2px;
}
.author-thum a.new {
  line-height: 100%;
  color: inherit;
}

#uiPop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#uiPop img {
  border: solid 5px #ccc;
  max-width: 100%;
}
#uiPop i {
  font-size: 150%;
  color: #fff;
  margin-bottom: 10px;
}
