header.header {
  margin-bottom: 0 !important;
}

/*
  fajr page
*/
.fajr-page {
  background-image: url("../../../images/fajr/fajr-bg.png");
  background-size: cover;
  color: #fff;
}

header.header {
  border-bottom: solid 3px #ae9348;
}

.fajr-page .fajr-tbl-title {
  
}

.fajr-page .fajr-events-table {
  width: 1200px;
  margin: auto;
}

.fajr-page .fc-1 {
  color: #feeb9b;
}

.fajr-page .fc-2 {
  color: #ffffff;
  font-family: var(--fontfamilyM);
}

.fajr-page .bgc-1 {
  background-color: #4d1517;
}

.fajr-page .bgc-2 {
  background-color: #6c4f32;
}

.fajr-page .bgc-3 {
  background-color: #7c191d;
}

.fajr-table th, .fajr-table td {
  border: 3px solid #a97811;
}

.fajr-page .fajr-table {
  border-collapse: collapse;
}

.fajr-page .fajr-table .c-head {
  height: 40px !important;
  font-weight: 800;
  line-height: 1;
}

.fajr-page .fajr-table td {
  height: 80px;
  text-align: center;
}

.fajr-page .fajr-table td .uk-font-xsmall,
.fajr-page .fajr-table td .uk-font-small {
  line-height: inherit !important;
}

.fajr-page .fajr-table .c-head.small {
  height: 21.5px !important;
  font-weight: 400 !important;
}

.fajr-page .fajr-table.fajr-table1 {
  width: 75px;
  font-size: 14px;
  font-weight: 800;
}

.fajr-page .fajr-table td a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  height: 100%;
  width: 100%;
  align-content: center;
  position: relative;
}

.fajr-page .fajr-table td a:hover:not(.no-hover) {
  background-color: #6c4f32;
  color: #feeb9b;
}

@media (min-width: 1400px) {
  .fajr-page .fajr-events-table {
    /* width: 1360px; */
  }
}

/*
  services page
*/
.services-page .text-heading {
  font-size: 40px;
  font-family: var(--fontfamilyR);
}

.services-page .text-desc {
  font-size: 18px;
}

.services-page .image {
  width: 80%;
  height: auto;
  -webkit-animation: morph 15s ease-in-out infinite;
  animation: morph 15s ease-in-out infinite;
}

.services-page .image-bg {
  max-width: 200px;
  bottom: 0;
  left: 0;
  opacity: .4;
}

.services-page .background-circle-item {
  opacity: .5;
  width: 70px;
}

.services-page .item-image>img {
  width: 50%;
}

.services-page .section-heading-top {
  font-size: 35px;
  font-family: var(--fontfamilyR);
}

.services-page .item-title {
  font-family: var(--fontfamilyM);
}

.services-page .row3 .item-title {
  padding: 7px;
  background-color: #f5f5f5;
}

.services-page .row3 .row-body .image-bg {
  bottom: -40px;
  left: -40px;
}

.services-page .section-heading-top>span {
  padding-right: 35px;
  background-image: linear-gradient(to left, #00977D, #4bc5b1);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.services-page .section-heading-top>span::after {
  position: absolute;
  content: "";
  background-color: #00977D;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 24px;
}


.services-page .section-heading-top>span::after {
  left: auto;
  right: 0;
}

.services-page .row2 {
  background-color: #f5f5f5 !important;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
  }

  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
  }

  to {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
  }

  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
  }

  to {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
  }
}