@font-face {
  font-family: "29LT Bukra";
  src: url("../fonts/29LTBukra-Bold.eot");
  src: url("../fonts/29LTBukra-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/29LTBukra-Bold.woff2") format("woff2"), url("../fonts/29LTBukra-Bold.woff") format("woff"), url("../fonts/29LTBukra-Bold.ttf") format("truetype"), url("../fonts/29LTBukra-Bold.svg#29LTBukra-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "29LT Bukrabold";
  src: url("../fonts/29LTBukra-BoldItalic.eot");
  src: url("../fonts/29LTBukra-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/29LTBukra-BoldItalic.woff2") format("woff2"), url("../fonts/29LTBukra-BoldItalic.woff") format("woff"), url("../fonts/29LTBukra-BoldItalic.ttf") format("truetype"), url("../fonts/29LTBukra-BoldItalic.svg#29LTBukra-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "29LT Bukra";
  src: url("29LTBukra-Black.eot");
  src: url("29LTBukra-Black.eot?#iefix") format("embedded-opentype"), url("29LTBukra-Black.woff2") format("woff2"), url("29LTBukra-Black.woff") format("woff"), url("29LTBukra-Black.ttf") format("truetype"), url("29LTBukra-Black.svg#29LTBukra-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "29LT Bukra";
  src: url("../fonts/29LTBukra-Bold.eot");
  src: url("../fonts/29LTBukra-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/29LTBukra-Bold.woff2") format("woff2"), url("../fonts/29LTBukra-Bold.woff") format("woff"), url("../fonts/29LTBukra-Bold.ttf") format("truetype"), url("../fonts/29LTBukra-Bold.svg#29LTBukra-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "29LT Bukra";
  src: url("../fonts/29LTBukra-Regular.eot");
  src: url("../fonts/29LTBukra-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/29LTBukra-Regular.woff2") format("woff2"), url("../fonts/29LTBukra-Regular.woff") format("woff"), url("../fonts/29LTBukra-Regular.ttf") format("truetype"), url("../fonts/29LTBukra-Regular.svg#29LTBukra-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "29LT Bukra";
  src: url("../fonts/29LTBukra-Light.eot");
  src: url("../fonts/29LTBukra-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/29LTBukra-Light.woff2") format("woff2"), url("../fonts/29LTBukra-Light.woff") format("woff"), url("../fonts/29LTBukra-Light.ttf") format("truetype"), url("../fonts/29LTBukra-Light.svg#29LTBukra-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
header {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
  padding: 5px;
  border-radius: 5px;
}
header .rightarea img {
  height: 50px;
}
header .rightarea span {
  width: 1px;
  height: 80px;
  background: #eaeaea;
  margin: 0 17px;
}
header .rightarea .page__title {
  font-weight: 600;
  color: #057267;
  font-size: 20px;
  text-align: right;
}
header .leftarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #7A7A7A;
}
header .leftarea img {
  margin-left: 7px;
}
header .leftarea .date {
  display: flex;
  align-items: center;
}
header .leftarea .notification {
  position: relative;
}
header .leftarea .notification span {
  width: 10px;
  height: 10px;
  background: #FF0000;
  position: absolute;
  border-radius: 25px;
  top: 0;
  right: 8px;
}

.userarea {
  padding: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.userarea .round-wrap {
  background: #ef5727;
  border-radius: 42% 8% 60% 95%;
  width: 120px;
  height: 120px;
  animation: morph 6s linear infinite;
  transform-style: preserve-3d;
  outline: 1px solid transparent;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  position: relative;
}
.userarea .round-wrap .roundtwo {
  background: #fed201;
  border-radius: 52% 8% 80% 205%;
  width: 100px;
  height: 130px;
  animation: morph 6s linear infinite;
  transform-style: preserve-3d;
  outline: 1px solid transparent;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  position: relative;
}
.userarea .round-wrap .roundtwo .round-animation {
  display: block;
  width: 100px;
  height: 130px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 9999;
  border-radius: 122% 58% 71% 55%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.userarea .round-wrap .roundtwo .round-animation img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}
.userarea .username {
  font-size: 14px;
  font-weight: bold;
  color: #057267;
  margin-top: 20px;
}
.userarea .usercollage {
  font-size: 14px;
  color: #ef5727;
}
.userarea .buttons .green__btn {
  font-size: 1vw;
}
.userarea .buttons .green__btn img {
  height: 15px;
  margin-left: 5px;
}
.userarea .buttons .red__btn, .userarea .buttons .green__btn {
  font-size: 1vw;
}
.userarea .buttons .red__btn img, .userarea .buttons .green__btn img {
  height: 15px;
  margin-left: 5px;
}

.stratchedRow .modal .modal-header {
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 5px 18px 5px 5px;
}
.stratchedRow .modal .modal-header h5 {
  font-size: 16px;
}
.stratchedRow .modal .modal-header .close {
  margin: auto 0;
}
.stratchedRow .modal .modal-body {
  text-align: right;
}
.stratchedRow .modal .modal-body .info {
  background-color: #EFF4FD;
  padding: 5px 15px;
  font-size: 14px;
  color: #002D71;
  border-radius: 5px;
  margin: 1%;
  width: 48%;
}
.stratchedRow .modal .modal-body .info .title {
  color: #ef5727;
}
.stratchedRow .modal .modal-body .info .description {
  font-weight: bold;
}

#personalmodal .modal-header {
  background-color: #07bb54;
}
#personalmodal .btn-secondary {
  color: #fff;
  background-color: #07bb54;
  border-color: #07bb54;
}

#studymodal .modal-header {
  background-color: #ef5727;
}
#studymodal .btn-secondary {
  color: #fff;
  background-color: #ef5727;
  border-color: #ef5727;
}

.advertisementboard {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-image: url("../images/boardBG.jpg") !important;
  background-repeat: no-repeat;
  border: 8px solid #d49c6f;
  background-size: cover;
}
.advertisementboard .advimage {
  font-weight: bold;
  -webkit-box-orient: vertical;
  /* flex-direction: column; */
  /* -webkit-box-align: center; */
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #fff;
  display: flex;
  margin-left: 30px;
  font-size: 20px;
}
.advertisementboard .advimage img {
  height: 60px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.advertisementboard .greenboardslider button.slick-next, .advertisementboard .greenboardslider button.slick-next:hover {
  background-image: none;
  left: -15px;
  width: 24px;
  height: 8px;
  border-radius: 0;
  top: 113%;
  background: #ffffff;
}
.advertisementboard .greenboardslider button.slick-prev, .advertisementboard .greenboardslider button.slick-prev:hover {
  background-image: none;
  left: 25px;
  width: 40px;
  height: 8px;
  border-radius: 0;
  top: 113%;
  background: #ffffff;
}
.advertisementboard .greenboardslider .item {
  color: #fff;
  text-align: right;
}
.advertisementboard .greenboardslider .item p {
  text-align: right;
  line-height: 1.9;
}
.advertisementboard .greenboardslider .item .ca__btn {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  background: #4cca7a;
}
.advertisementboard .greenboardslider .item .ca__btn:hover {
  color: #3f9c64;
  background: #ffffff;
}
.advertisementboard .greenboardslider .ab {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9;
  top: 0;
}

.Systemsrograms {
  padding: 0;
  flex-direction: column;
  box-shadow: 4px 4px 10px 0 #d1d9e6, -4px -4px 10px 0 #eef3fd;
  background-color: #eff4fd;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.Systemsrograms .title {
  background: #0b9688;
  padding: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  /* flex-direction: column; */
  /* margin-left: 40px; */
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.Systemsrograms .title img {
  margin-left: 10px;
  height: 40px;
  z-index: 10;
}
.Systemsrograms .systems {
  padding: 15px;
}
.Systemsrograms .systems .systems__container {
  display: flex;
  overflow-x: scroll;
  padding: 15px;
}
.Systemsrograms .systems .systems__container .system {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #6a6767;
  margin: 4px;
  text-align: center;
  box-shadow: 4px 4px 10px 0 #d1d9e6, -4px -4px 10px 0 #fff;
  border-radius: 5px;
  padding: 15px;
  text-decoration: none;
  font-weight: 600;
  margin: 3%;
  /* flex-grow: 1; */
  /* width: 50%; */
  /* flex: 1 1 0; */
  flex: 0 0 180px;
}
.Systemsrograms .systems .systems__container .system img {
  height: 40px;
  margin-bottom: 10px;
}
.Systemsrograms .systems .systems__container .system:hover {
  box-shadow: inset 4px 4px 13px 0 #d1d9e6, inset -4px -4px 13px 0 #fff;
}
.Systemsrograms ::-webkit-scrollbar {
  width: 10px;
}
.Systemsrograms ::-webkit-scrollbar-track {
  background: #e7edf7;
}
.Systemsrograms ::-webkit-scrollbar-thumb {
  background: #81b400;
  border-radius: 10px;
}
.Systemsrograms ::-webkit-scrollbar-thumb:hover {
  background: #fe350c;
}

.Systemsrograms .title::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background-color: #fdd101;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: title 5s linear infinite;
  position: absolute;
}

.Systemsrograms .title::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 7.5px;
  background-color: #fdd101;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 9;
  left: -31px;
  top: -40px;
}

@keyframes title {
  0%, 100% {
    top: 3px;
    left: 10px;
  }
  50% {
    top: 20px;
    left: 20%;
  }
}
.schedule .title {
  background: #0b9688;
  padding: 15px;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  /* flex-direction: column; */
  color: #fff;
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  /* flex-direction: column; */
  /* margin-left: 40px; */
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  /* width: 200px; */
  margin-bottom: 5px;
  text-align: right;
}
.schedule .title span {
  z-index: 99999;
}
.schedule .title img {
  margin-left: 20px;
  height: 40px;
  z-index: 10;
}
.schedule .table td, .schedule .table th {
  text-align: center;
  width: 5%;
  padding: 18px;
}
.schedule .table th {
  color: #ffffff;
  background-color: #3f51b5;
  border-color: #5365ca;
}
.schedule .table .days {
  background-color: #fffdfd;
  color: #423f3f;
  font-weight: 600;
}
.schedule .table .lesson {
  background-color: rgba(139, 195, 74, 0.06);
  color: #009688;
  font-weight: 500;
}
.schedule .empety {
  background: #efefef;
}
.schedule ::-webkit-scrollbar {
  width: 10px;
}
.schedule ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.schedule ::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.schedule ::-webkit-scrollbar-thumb:hover {
  background: #fe350c;
}

.schedule .title::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 7.5px;
  background-color: #fdd101;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 9;
  right: -31px;
  top: -40px;
  -webkit-animation: title 3s linear infinite;
}

@keyframes title {
  0%, 100% {
    top: -20px;
    left: 10px;
  }
  50% {
    top: 20px;
    left: 20%;
  }
}
.cd-schedule {
  position: relative;
  margin: 2em 0;
}

.cd-schedule::before {
  /* never visible - this is used in js to check the current MQ */
  content: "mobile";
  display: none;
}

@media only screen and (min-width: 800px) {
  .cd-schedule {
    margin: 30px;
    padding-bottom: 15px;
  }
  .cd-schedule::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule::before {
    content: "desktop";
  }
}
.cd-schedule .timeline {
  display: none;
}

@media only screen and (min-width: 800px) {
  .cd-schedule .timeline {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding-top: 65px;
    text-align: right;
    font-weight: 600;
    color: #ff5722;
  }
  .cd-schedule .timeline li {
    position: relative;
    height: 50px;
  }
  .cd-schedule .timeline li::after {
    /* this is used to create the table horizontal lines */
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EAEAEA;
  }
  .cd-schedule .timeline li:last-of-type::after {
    display: none;
  }
  .cd-schedule .timeline li span {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .cd-schedule .timeline li::after {
    width: calc(100% - 60px);
    left: 60px;
  }
  .cd-schedule .timeline li span {
    display: inline-block;
    transform: translateY(20%);
  }
  .cd-schedule .timeline li:nth-of-type(2n) span {
    display: none;
  }
}
.cd-schedule .events {
  position: relative;
  z-index: 1;
  padding: 0;
}

.cd-schedule .events .events-group {
  margin-bottom: 30px;
}

.cd-schedule .events .top-info {
  width: 100%;
  padding: 0 5%;
}

.cd-schedule .events .top-info > span {
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}

.cd-schedule .events .events-group > ul {
  position: relative;
  padding: 0 5%;
  /* force its children to stay on one line */
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.cd-schedule .events .events-group > ul::after {
  /* never visible - used to add a right padding to .events-group > ul */
  display: inline-block;
  content: "-";
  width: 1px;
  height: 100%;
  opacity: 0;
  color: transparent;
}

.cd-schedule .events .single-event {
  /* force them to stay on one line */
  flex-shrink: 0;
  float: left;
  height: 150px;
  width: 70%;
  max-width: 300px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  margin-right: 20px;
  transition: opacity 0.2s, background 0.2s;
}

.cd-schedule .events .single-event:last-of-type {
  margin-right: 5%;
}

.cd-schedule .events .single-event a {
  display: block;
  height: 100%;
  padding: 0.8em;
}

@media only screen and (min-width: 550px) {
  .cd-schedule .events .single-event {
    width: 40%;
  }
}
@media only screen and (min-width: 800px) {
  .cd-schedule .events {
    float: right;
    width: 100%;
  }
  .cd-schedule .events .events-group {
    width: 20%;
    float: right;
    border: 1px solid #EAEAEA;
    /* reset style */
    margin-bottom: 0;
  }
  .cd-schedule .events .events-group:not(:first-of-type) {
    border-left-width: 0;
  }
  .cd-schedule .events .top-info {
    /* vertically center its content */
    display: table;
    height: 50px;
    border-bottom: 1px solid #EAEAEA;
    /* reset style */
    padding: 0;
  }
  .cd-schedule .events .top-info > span {
    /* vertically center inside its parent */
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.5em;
    text-align: center;
    /* reset style */
    font-weight: normal;
    margin-bottom: 0;
    font-weight: bold;
  }
  .cd-schedule .events .events-group > ul {
    height: 950px;
    /* reset style */
    display: block;
    overflow: visible;
    padding: 0;
  }
  .cd-schedule .events .events-group > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule .events .events-group > ul::after {
    /* reset style */
    display: none;
  }
  .cd-schedule .events .single-event {
    position: absolute;
    z-index: 3;
    /* top position and height will be set using js */
    width: calc(100% + 2px);
    left: -1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    /* reset style */
    flex-shrink: 1;
    height: auto;
    max-width: none;
    margin-right: 0;
  }
  .cd-schedule .events .single-event a {
    padding: 1.2em;
  }
  .cd-schedule .events .single-event:last-of-type {
    /* reset style */
    margin-right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .cd-schedule .events {
    /* 60px is the .timeline element width */
    width: calc(100% - 60px);
    margin-right: 60px;
  }
}
.cd-schedule.loading .events .single-event {
  /* the class .loading is added by default to the .cd-schedule element
       it is removed as soon as the single events are placed in the schedule plan (using javascript) */
  opacity: 0;
}

.cd-schedule .event-name,
.cd-schedule .event-date {
  display: block;
  color: white;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-schedule .event-name {
  font-size: 14px;
}

@media only screen and (min-width: 800px) {
  .cd-schedule .event-name {
    font-size: 14px;
  }
}
.cd-schedule .event-date {
  /* they are not included in the the HTML but added using JavScript */
  font-size: 10px;
  opacity: 0.7;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

.cd-schedule .single-event[data-event=event-1],
.cd-schedule [data-event=event-1] .header-bg {
  /* this is used to set a background color for the event and the modal window */
  background: #39539e;
}

.cd-schedule .single-event[data-event=event-1]:hover {
  background: #39539e;
}

.cd-schedule .single-event[data-event=event-2],
.cd-schedule [data-event=event-2] .header-bg {
  background: #ff5722;
}

.cd-schedule .single-event[data-event=event-2]:hover {
  background: #ff5722;
}

.cd-schedule .single-event[data-event=event-3],
.cd-schedule [data-event=event-3] .header-bg {
  background: #009688;
}

.cd-schedule .single-event[data-event=event-3]:hover {
  background: #009688;
}

.cd-schedule .single-event[data-event=event-4],
.cd-schedule [data-event=event-4] .header-bg {
  background: #8bc34a;
}

.cd-schedule .single-event[data-event=event-4]:hover {
  background: #8bc34a;
}

.cd-schedule .event-modal {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  /* Force Hardware acceleration */
  transform: translateZ(0);
  transform: translateX(100%);
  transition: transform 0.4s, visibility 0.4s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
}

.cd-schedule .event-modal .header {
  position: relative;
  height: 70px;
  /* vertically center its content */
  display: table;
  width: 100%;
}

.cd-schedule .event-modal .header .content {
  position: relative;
  z-index: 3;
  /* vertically center inside its parent */
  display: table-cell;
  vertical-align: middle;
  padding: 0.6em 5%;
}

.cd-schedule .event-modal .body {
  position: relative;
  width: 100%;
  /* 70px is the .header height */
  height: calc(100% - 70px);
}

.cd-schedule .event-modal .event-info {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  height: 100%;
  overflow: hidden;
}

.cd-schedule .event-modal .event-info > div {
  overflow: auto;
  height: 100%;
  padding: 1.4em 5%;
}

.cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg {
  /* these are the morphing backgrounds - visible on desktop only */
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.cd-schedule .event-modal .body-bg {
  z-index: 1;
  background: white;
  transform-origin: top left;
}

.cd-schedule .event-modal .header-bg {
  z-index: 2;
  transform-origin: top center;
}

.cd-schedule .event-modal .event-date {
  display: none;
}

.cd-schedule .event-modal.no-transition {
  transition: none;
}

.cd-schedule .event-modal.no-transition .header-bg, .cd-schedule .event-modal.no-transition .body-bg {
  transition: none;
}

@media only screen and (min-width: 800px) {
  .cd-schedule .event-modal {
    /* reset style */
    right: auto;
    width: auto;
    height: auto;
    transform: translateX(0);
    will-change: transform, width, height;
    transition: height 0.4s, width 0.4s, transform 0.4s, visibility 0.4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .cd-schedule .event-modal .header {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
  }
  .cd-schedule .event-modal .header .content {
    /* reset style */
    display: block;
    padding: 0.8em;
  }
  .cd-schedule .event-modal .event-info > div {
    padding: 2em 3em 2em 2em;
  }
  .cd-schedule .event-modal .body {
    height: 100%;
    width: auto;
  }
  .cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg {
    /* Force Hardware acceleration */
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
  }
  .cd-schedule .event-modal .header-bg {
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .cd-schedule .event-modal .body-bg {
    opacity: 0;
    transform: none;
  }
  .cd-schedule .event-modal .event-date {
    display: block;
  }
  .cd-schedule .event-modal .close, .cd-schedule .event-modal .event-info {
    opacity: 0;
  }
  .cd-schedule .event-modal .close {
    width: 40px;
    height: 40px;
    background: transparent;
  }
  .cd-schedule .event-modal .close::after, .cd-schedule .event-modal .close::before {
    background: #222222;
    height: 16px;
  }
}
.cd-schedule.modal-is-open .event-modal {
  /* .modal-is-open class is added as soon as an event is selected */
  transform: translateX(0);
  visibility: visible;
}

.cd-schedule.modal-is-open .event-modal .event-info > div {
  /* smooth scroll on iOS touch devices */
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 800px) {
  .cd-schedule.animation-completed .event-modal .close,
  .cd-schedule.content-loaded.animation-completed .event-modal .event-info {
    /* 	the .animation-completed class is added when the modal animation is completed
            the .content-loaded class is added when the modal content has been loaded (using ajax) */
    opacity: 1;
    transition: opacity 0.2s;
  }
  .cd-schedule.modal-is-open .body-bg {
    opacity: 1;
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
}
@media only screen and (max-width: 800px) {
  .cd-schedule .events .events-group > ul {
    padding-bottom: 17px;
  }
}
.cd-schedule .cover-layer {
  /* layer between the content and the modal window */
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.cd-schedule.modal-is-open .cover-layer {
  opacity: 1;
  visibility: visible;
}

.event-modal {
  left: 0 !important;
  z-index: 9999;
  transform: translateY(-92px) translateX(-127px) !important;
  -webkit-transform: translateY(-92px) translateX(-127px) !important;
  -moz-transform: translateY(-92px) translateX(-127px) !important;
  -ms-transform: translateY(-92px) translateX(-127px) !important;
  -o-transform: translateY(-92px) translateX(-127px) !important;
}

.cd-schedule .event-modal .body {
  height: 100%;
  width: auto;
  margin-left: auto !important;
}

.single-event[data-event=event-1] {
  background: #39539e;
}

.single-event[data-event=event-2] {
  background: #ff5722;
}

.single-event[data-event=event-3] {
  background: #009688;
}

.single-event[data-event=event-4] {
  background: #8bc34a;
}

.modal-header {
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 15px;
}

.modal .modal-header .close {
  margin: auto 0;
  color: #fffefe;
  opacity: 1;
}

.modal-body {
  text-align: right;
}

.programs .title {
  background: #0b9688;
  padding: 25px;
  display: flex;
  align-items: center;
  color: #fff;
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  flex-direction: column;
  /* margin-left: 40px; */
  font-size: 18px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  width: 180px;
}
.programs .title span {
  z-index: 99999;
}
.programs .title img {
  margin-bottom: 10px;
  height: 50px;
  z-index: 10;
}
.programs .progsliderContainer {
  width: 68%;
}
.programs .progsliderContainer button.slick-next, .programs .progsliderContainer button.slick-next:hover {
  top: 4%;
}
.programs .progsliderContainer button.slick-prev, .programs .progsliderContainer button.slick-prev:hover {
  top: 4%;
}
.programs .progsliderContainer .slick-slide {
  margin-top: 15px;
  padding: 0;
}
.programs .progsliderContainer .slick-slide img {
  height: 80px;
}

.programs .title::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 7.5px;
  background-color: #097065;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 9;
  right: -31px;
  top: -22px;
  -webkit-animation: programs 10s linear infinite;
}

.programs .title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 7.5px;
  background-color: #fdd300;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 9;
  left: 10px;
  bottom: 10px;
  -webkit-animation: programsafter 8s linear infinite;
}

@keyframes programs {
  0%, 100% {
    right: -31px;
    top: -22px;
  }
  50% {
    right: 90%;
    top: 70%;
  }
}
@keyframes programsafter {
  0%, 100% {
    left: 10px;
    bottom: 10px;
  }
  50% {
    left: 70%;
    bottom: 90%;
  }
}
.events {
  text-align: right;
  padding: 15px;
}
.events h3 {
  color: #030303;
  font-size: 18px;
  font-weight: bold;
}
.events .slick-slide {
  padding: 0;
}
.events .content {
  display: flex;
  align-items: center;
}
.events .content .date {
  color: #0b9688;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.events .content span {
  width: 1px;
  height: 80px;
  background: #eaeaea;
  margin: 0 17px;
}
.events .content .description {
  color: #979797;
  font-size: 12px;
}

.apps .title {
  background: #0b9688;
  padding: 20px 12px 0 0;
  display: flex;
  align-items: center;
  color: #fff;
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  flex-direction: column;
  /* margin-left: 40px; */
  font-size: 14px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  width: 190px;
  text-align: center;
}
.apps .title span {
  z-index: 99999;
}
.apps .title img {
  margin-bottom: 10px;
  height: 50px;
  z-index: 10;
}
.apps .appssliderContainer {
  width: 90%;
}
.apps .appsslider button.slick-next, .apps .appsslider button.slick-next:hover {
  top: 4%;
}
.apps .appsslider button.slick-prev, .apps .appsslider button.slick-prev:hover {
  top: 4%;
}
.apps .appsslider .slick-slide {
  margin-top: 15px;
  padding: 0;
}
.apps .appsslider .slick-slide img {
  height: 80px;
}
.apps .appsslider .slider__content {
  text-align: right;
}
.apps .appsslider .slider__content .apptitle {
  font-weight: 500;
  font-size: 14px;
  margin-right: 10px;
  color: #000;
}
.apps .appsslider .slider__content img {
  height: 40px;
  margin: 10px;
}

.apps .title::after {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 7.5px;
  background: #fdd200;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 9;
  left: -31px;
  bottom: -22px;
  -webkit-animation: apps 8s linear infinite;
}

.apps .title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 7.5px;
  background: #fdd200;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
  -webkit-animation: appsafter 10s linear infinite;
}

@keyframes apps {
  0%, 100% {
    bottom: -22px;
  }
  50% {
    bottom: 70%;
  }
}
@keyframes appsafter {
  0%, 100% {
    top: 10px;
  }
  50% {
    top: 90%;
  }
}
.news {
  text-align: right;
  padding: 15px;
}
.news h3 {
  color: #030303;
  font-size: 18px;
  font-weight: bold;
}
.news .slick-slide {
  padding: 0;
}
.news .newsslider .newsItem .content {
  display: flex;
  align-items: center;
}
.news .newsslider .newsItem .content a {
  font-size: 12px;
  color: #000;
  text-decoration: underline !important;
  line-height: 1.9;
}
.news .newsslider .newsItem .content img {
  height: 73px;
  width: 105px;
}

.avertis {
  text-align: right;
  padding: 15px;
}
.avertis h3 {
  color: #030303;
  font-size: 18px;
  font-weight: bold;
}
.avertis .carousel-indicators {
  top: -20px;
  right: auto;
  margin-left: 0;
}
.avertis .carousel-indicators li {
  background-color: #0b9688;
  height: 5px;
  cursor: pointer;
}
.avertis .carousel-indicators .active {
  background-color: #fe6d0d;
}
.avertis img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.importantNumbers {
  text-align: right;
  padding: 15px;
  background: url(../images/supportbg.svg) no-repeat bottom left #fff;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.importantNumbers h3 {
  color: #030303;
  font-size: 18px;
  font-weight: bold;
}
.importantNumbers .numbersContainer .importantnumberitem {
  background: whitesmoke;
  padding: 15px;
  height: 115px;
  overflow-y: scroll;
  border: 1px solid #e6e6e6;
}
.importantNumbers .numbersContainer .importantnumberitem h5 {
  font-size: 14px;
  color: #0b9688;
  border-bottom: 1px solid #d6d2d2;
  padding-bottom: 13px;
  font-weight: bold;
}
.importantNumbers .numbersContainer .slick-slide {
  padding: 0;
}
.importantNumbers .numbersContainer button.slick-prev, .importantNumbers .numbersContainer button.slick-prev:hover {
  background: #fe350c;
}
.importantNumbers .numbersContainer button.slick-next, .importantNumbers .numbersContainer button.slick-next:hover {
  background: #fe350c;
}
.importantNumbers .numbersContainer .d-flex {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.importantNumbers .numbersContainer .title {
  font-size: 12px;
  color: #030303;
  margin-left: 20px;
  font-weight: 600;
}
.importantNumbers .numbersContainer .description {
  font-size: 12px;
  color: #756a6a;
  font-weight: 500;
}
.importantNumbers ::-webkit-scrollbar {
  width: 10px;
}
.importantNumbers ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.importantNumbers ::-webkit-scrollbar-thumb {
  background: #81b400;
  border-radius: 10px;
}
.importantNumbers ::-webkit-scrollbar-thumb:hover {
  background: #fe350c;
}

.opinion {
  text-align: right;
  padding: 15px;
}
.opinion h3 {
  color: #030303;
  font-size: 18px;
  font-weight: bold;
}
.opinion .form-control {
  background: #f7f7f7;
  font-size: 10px;
  height: 100px;
  border: none;
  padding: 15px;
}

@media only screen and (max-width: 1024px) {
  body {
    padding: 5px !important;
  }
  .bg {
    display: none;
  }
  .greencircle {
    display: none;
  }
  .orangecircle {
    display: none;
  }
  .apps {
    flex-direction: column !important;
  }
  .apps .title {
    width: 100%;
    padding: 5px 30px;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
  }
  .apps .appssliderContainer {
    width: 100%;
  }
  .apps .appsslider .slider__content img {
    height: 35px;
    margin: 10px;
  }
  .news .newsslider .newsItem .content a {
    font-size: 10px;
  }
  .importantNumbers {
    background: #fff;
  }
  .importantNumbers .numbersContainer {
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
  }
  .importantNumbers .numbersContainer .d-flex {
    flex: 0 0 250px;
  }
  .programs {
    flex-direction: column !important;
  }
  .programs .title {
    width: 100%;
    padding: 5px 30px;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
  }
  .programs .title img {
    margin-left: 10px;
    margin-bottom: 0;
    height: 45px;
  }
  .programs .progsliderContainer {
    width: 100%;
  }
  .programs .progsliderContainer .slick-slide img {
    height: 80px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .userarea .buttons .red__btn, .userarea .buttons .green__btn {
    font-size: 14px;
  }
  header .leftarea {
    font-size: 10px;
    color: #7A7A7A;
  }
  header .leftarea img {
    width: 14px;
    height: 14px;
  }
  header .leftarea .notification span {
    width: 5px;
    height: 5px;
  }
  .cd-schedule .events .single-event {
    height: 60px;
  }
}
html {
  overflow-x: hidden;
}

body {
  background: url(../images/bg.svg) no-repeat top right #EFF4FD;
  direction: rtl;
  padding: 80px;
  overflow-x: hidden;
  font-family: "29LT Bukra";
  position: relative;
}

a {
  transition: transition-duration, 0.5s ease;
  text-decoration: none !important;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

ul,
ol {
  list-style: none;
  padding-right: 0;
}

i {
  font-family: fontawesome !important;
}

.shadow-sm {
  box-shadow: 1px 8px 16px rgba(22, 91, 136, 0.2);
}

.customrounded {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.bg {
  position: relative;
  z-index: -1;
  width: 60px;
}

.top__svg {
  width: 500px;
  height: 230px;
  position: absolute;
  right: -50px;
  top: -190px;
}

.bubbles {
  width: 280px;
  z-index: 9;
  position: absolute;
  /* margin: 0 auto; */
  right: 50%;
  left: 50%;
  height: 300px;
  top: -60px;
}

#Ellipse_3 {
  animation: MoveUpDown 8s linear infinite;
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FED201;
  z-index: 999999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: MoveUpDown 8s linear infinite;
}

#Ellipse_5 {
  animation: MoveUpDown2 7s linear infinite;
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FF7A4E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  -webkit-animation: MoveUpDown2 7s linear infinite;
}

#Ellipse_6 {
  animation: MoveUpDown3 6s linear infinite;
  display: block;
  position: absolute;
  top: 10px;
  right: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ADEFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  -webkit-animation: MoveUpDown3 6s linear infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    top: 60px;
    left: 0;
  }
  50% {
    top: 100px;
    left: 100%;
  }
}
@keyframes MoveUpDown2 {
  0%, 100% {
    top: 100%;
    right: 0;
  }
  50% {
    top: 20px;
    right: 70%;
  }
}
@keyframes MoveUpDown3 {
  0%, 100% {
    top: 0;
    right: 0;
  }
  50% {
    top: 200px;
    right: 50%;
  }
}
@keyframes MoveUpDown4 {
  0%, 100% {
    bottom: 10%;
  }
  50% {
    bottom: 25%;
  }
}
@keyframes MoveUpDown5 {
  0%, 100% {
    bottom: 5%;
  }
  50% {
    bottom: 10%;
  }
}
.orangecircle {
  position: absolute;
  left: 0;
  animation: MoveUpDown4 10s linear infinite;
  -webkit-animation: MoveUpDown4 10s linear infinite;
}

.orangecircle img {
  width: 300px;
}

.greencircle {
  position: absolute;
  left: 30px;
  animation: MoveUpDown5 11s linear infinite;
  -webkit-animation: MoveUpDown5 11s linear infinite;
}

.greencircle img {
  width: 300px;
}

.red__btn, .green__btn {
  background: #FE350C 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.red__btn:hover, .green__btn:hover {
  background: #DB2500;
}

.green__btn {
  background: #0b9688 0% 0% no-repeat padding-box;
}
.green__btn:hover {
  background: #089385;
}

.stratchedRow {
  align-items: stretch;
}
.stratchedRow .customrounded {
  align-self: stretch;
  height: 100%;
}

.slick-slider {
  margin: 0;
}

footer p {
  margin: 5px;
  font-size: 9px;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */