
@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('../../webfonts/droidkufi-bold.ttf') format('truetype');
}
body {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  color: #065b89;
  overflow-x: hidden;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
body,
input,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #065b89;
  text-decoration: none;
}
a:hover {
  color: #f2717a;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Kufi Arabic", sans-serif;
}
::selection {
  background: #065b89;
  color: #fff;
}
*:focus,
a:focus,
button:focus,
input:focus,
textarea.form-control:focus,
input.form-control:focus {
  outline: none !important;
  outline: 0 !important;
  outline-width: 0 !important;
  outline-color: none !important;
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.img-fluid {
  width: 100%;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none !important;
}
a,
.back-to-top,
#topbar,
#topbar .contact-info a,
#topbar .social-links a,
#header,
.navbar a,
.navbar a:focus,
.navbar .dropdown ul,
.mobile-nav-toggle,
.navbar-mobile,
.navbar-mobile ul,
.form-group input,
textarea.form-control,
.searchform input,
.banner-carousel .carousel-control,
.banner-carousel .carousel-control i,
.counts .count-box,
.news-block,
.news-thumbnail img,
.more-btn,
.event_container .date-box,
.partners .swiper-slide img,
.contact .info i,
.contact .php-email-form button[type="submit"],
footer .social-icons i,
#footer a,
#return-to-top {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.modal-open,
body.modal-open #topbar,
body.modal-open #header {
  transition: none !important;
  padding-right: 0 !important;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 3px solid #f2717a;
  border-top-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #065b89;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid transparent;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: transparent;
  border: 2px solid #f2717a;
}
.back-to-top:hover i {
  color: #065b89;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.datepicker-dropdown {
  padding: 20px !important;
}
#topbar {
  background: #065b89;
  color: #fff;
  height: 40px;
  font-size: 14px !important;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #f2717a;
  text-decoration: underline;
}
#topbar .contact-info i {
  font-size: 16px;
  color: #f2717a;
  padding-left: 6px;
  margin-right: 15px;
  line-height: 0;
}
#topbar .contact-info i:first-child {
  margin-right: 0;
}
#topbar .social-links a {
  color: #fff;
  padding-right: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #f2717a;
}
#topbar .social-links a:first-child {
  border-left: 0;
}
#header {
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  height: 90px;
  box-shadow: 0px 2px 15px rgba(100, 100, 100, 0.1);
}
#header.header-scrolled {
  top: 0;
}
#header .logo img {
  padding: 0;
  margin: 0;
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}
.navbar>ul>li:last-child {
  padding-left: 0;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 0;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-right: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #242424;
  border-color: #f2717a;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065b89;
  border: none;
  border-right: 2px solid transparent;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #242424;
  background: #d9e7ed;
  border-right: 2px solid #f2717a;
}
.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  margin-left: 10px;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-top: 10px solid #2c4964;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 35px;
  right: 15px;
  z-index: 999;
  color: #000;
}
.mobile-logo {
  margin: 0 auto 10px;
  display: block;
  padding: 0;
}
.navbar-mobile ul {
  display: block;
  padding: 10px 0 20px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.navbar-mobile>ul>li {
  padding: 0;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #065b89;
  border: none;
}
.navbar-mobile a:hover,
.navbar-mobile a:focus,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #242424;
  background-color: #d9e7ed;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0;
  padding: 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #065b89;
}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
#search {
  padding: 100px;
  max-width: 768px;
}
.searchform {
  position: relative;
}
.searchform input {
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
}
.searchform input,
.form-group input,
textarea.form-control {
  width: 100%;
  line-height: 42px;
  padding: 5px 20px 5px 15px;
  background: transparent;
  color: #065b89;
  border: 2px solid #065b89;
}
.form-group input,
textarea.form-control {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.results input.form-control {
  line-height: 26px;
  padding: 5px 20px 5px 15px;
  font-size: 14px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.results input.form-control:focus {
  border: 1px solid #f2717a;
}
.searchform input:focus,
.form-group input:focus,
textarea.form-control:focus {
  border: 2px solid #f2717a;
}
.form-group input {
  text-align: right;
  font-size: 16px;
}
.form-group {
  margin-bottom: 10px;
}
.search a:hover,
.search .active,
.search .active:focus,
li.search:hover>a {
  color: #f2717a;
  border-color: transparent;
}
.search a i,
.search a:focus i {
  font-size: 18px;
  font-weight: bold;
  line-height: 0;
  margin-right: 0;
}
#hero {
  width: 100%;
  height: 88vh;
  margin-top: 100px;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item::before {
  content: '';
  background-color: rgba(8, 8, 8, 0.6);
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}
#hero .container {
  text-align: center;
}
#hero h3,
#hero h4,
#hero p {
  color: #fff;
  line-height: 1.5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  max-width: 720px;
  margin: auto;
  padding: 30px;
  border-top: 1px solid #f2717a;
  background-color: rgba(0, 0, 0, 0.6);
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid transparent;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  border-color: #f2717a;
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
  margin: 5px;
}
#hero .carousel-indicators li.active {
  width: 30px;
  opacity: 1;
  background: #f2717a;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #5cb874;
}
#hero .btn-get-started:hover {
  background: #6ec083;
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 7%;
  }
}
@media (max-width: 1024px) {
  #hero h3 {
    padding: 20px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #hero h3 {
    padding: 15px;
    font-size: 16px;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    display: none;
  }
}
@media (max-height: 500px) {
  #hero h3 {
    font-size: 14px;
  }
}
section {
  padding: 80px 0;
}
.section-bg {
  background-color: #f1f7fd;
}
.section-title h2 {
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  color: #065b89;
  text-align: center;
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  margin: auto;
  background: #f2717a;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-title p {
  margin-bottom: 0;
}
.more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
}
.more-btn:hover {
  color: #065b89;
  background: #fff;
}
.about-us .content {
  padding: 60px 30px;
  background: #065b89;
  color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  text-align: center;
}
.about-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.about-us .content p {
  margin-bottom: 30px;
}
.about-us {
  position: relative;
  overflow: hidden;
}
.about-us .nav-tabs {
  border: 0;
}
.about-us .nav-link {
  border: 0;
  padding: 12px 15px 12px;
  transition: 0.3s;
  color: #585858;
  border-radius: 0;
  border-left: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
.about-us .nav-link:hover {
  color: #065b89;
}
.about-us .nav-link.active {
  color: #065b89;
  border-color: #f2717a;
  background-color: #d9e7ed;
}
.about-us .tab-pane h3 {
  margin-bottom: 15px;
}
.about-us .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.about-us .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .about-us .nav-link {
    border: 0;
    border-radius: 12px;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .about-us:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    z-index: -1 !important;
  }
}
.counts {
  background: #ecf3f6;
  padding: 50px 0;
}
.counts .count-box {
  padding: 30px;
  position: relative;
  text-align: center;
  background: #fff;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin: auto;
  border: 2px solid transparent;
  cursor: default;
}
.counts .count-box:hover {
  border: 2px solid #f2717a;
}
.counts .count-box span {
  font-size: 40px;
  display: block;
  font-weight: 600;
  color: #f34b57;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 20px;
}
#team {
  background: #065b89;
}
.team h2 {
  color: #fff;
  margin: 0 0 40px 0
}
.team .team-block {
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
  max-width: 300px;
  margin: auto;
  text-align: center;
}
.team .team-block .wrap {
  position: relative
}
.team .team-block .wrap img {
  width: 100%;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.team .team-block .wrap .info {
  position: absolute;
  top: 100%;
  width: 100%;
  padding-top: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.team .team-block .wrap .info .name {
  margin: 15px 0;
}
.team .team-block .wrap .info .name,
.team .team-block .more .name {
  font-weight: 700;
  line-height: 1.3;
  padding: 0 10px;
}
.team .team-block .more {
  position: absolute;
  bottom: -100%;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.team .team-block .more .divider {
  width: 80px;
  margin: auto;
  border-bottom: 2px solid #f2717a;
  padding-bottom: 8px;
}
.team .team-block .more p {
  color: #242424;
  margin: 15px 20px 30px 20px;
  line-height: 22px;
}
.socials {
  margin: 0 0 20px 0
}
.socials a {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  /* line-height: 40px; */
  font-size: 24px;
  margin: 0 0 0 3px;
  border: 1px solid #065b89;
  border-radius: 100%;
}
.socials a i {
  line-height: 40px;
}
.team .team-block .more .socials a:last-child {
  margin: 0
}
.socials a.facebook,
.socials a.twitter,
.socials a.linkedin,
.socials a.email {
  color: #065b89
}
.socials a:hover {
  color: #fff;
}
.socials a.facebook:hover {
  border: 1px solid #1877F2;
  background-color: #1877F2;
}
.socials a.twitter:hover {
  border: 1px solid #1DA1F2;
  background-color: #1DA1F2;
}
.socials a.email:hover {
  border: 1px solid #f2717a;
  background-color: #f2717a;
}
.socials a.youtube:hover {
  border: 1px solid #CD201F;
  background-color: #CD201F;
}
.socials a.linkedin:hover {
  border: 1px solid #0A66C2;
  background-color: #0A66C2;
}
.team .team-block:hover img {
  background-color: #065b89;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
}
.team .team-block:hover .info {
  opacity: 0;
  visibility: hidden;
}
.team .team-block:hover .more {
  bottom: 0
}
.news .more-btn,
.events .more-btn,
.contact-form .more-btn {
  background: #065b89;
}
.news .more-btn:hover,
.events .more-btn:hover,
.contact-form .more-btn:hover {
  color: #fff;
  background: #f2717a;
}
.contact-form .more-btn {
  width: 100%;
}
.news-block {
  max-width: 410px;
  margin: 15px auto;
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 12px;
}
.pages-content .news-block {
  background-color: #fff;
}
.news-block .news-thumbnail {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #f2717a;
}
.news-block .img-block {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 275px;
  position: relative;
  display: block;
}
.news-block .meta-date {
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  min-width: 75px;
}
.news-block .meta-date span {
  display: block;
  color: #fff;
}
.news-block .meta-date .day {
  font-weight: 700;
  font-size: 26px;
}
.news-block .meta-date .mos,
.news-block .meta-date .yr {
  font-size: 14px;
}
.news-details {
  padding: 20px;
}
.news-details h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
.news-details p {
  color: #585858;
  font-size: 14px !important;
  line-height: 24px;
}
.news-block .readmore-btn {
  display: inline-block;
  background: #065b89;
  color: #fff;
  border: 2px solid transparent;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 14px;
}
.news-block .readmore-btn:hover {
  color: #065b89;
  background: transparent;
  border: 2px solid #f2717a;
}
.news-block:hover h4 a {
  color: #f2717a;
}
.news-block:hover .img-block {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.events {
  background-color: #f5f5f5;
}
.event_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #cbcbcb;
  margin: 15px 0;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}
.event_container .box:hover .date-box {
  background: #f2717a;
}
.event_container .box>div {
  max-height: 150px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
}
.event_container .box .img-box img {
  width: 100%;
}
.event_container .box .detail-box {
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  border-radius: 0 !important;
  -webkit-box-flex: 1.4;
  -ms-flex: 1.4;
  flex: 1.4;
  padding: 15px;
  margin: 10px 20px;
}
.event_container .date-box {
  padding: 50px;
  background: #065b89;
  color: #fff;
  max-width: 20%;
}
.event_container .box .detail-box h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.detail-box p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.detail-box p span {
  display: inline-block;
  margin-left: 20px;
}
.event_container .box .detail-box p span:last-child {
  margin-left: 0;
}
.event_container .box .date-box h3 span {
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 992px) {
  .event_container {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .event_container .box>div {
    max-height: 100%;
    width: 100%;
  }
  .event_container .box {
    flex-direction: column;
    margin: 15px 5px;
  }
  .event_container .box .detail-box {
    padding: 15px;
    margin: 10px 0;
    border: none;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
  }
  .event_container .date-box {
    padding: 5px 50%;
    max-width: 100%;
  }
  .detail-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .detail-box p span {
    margin-left: 10px;
  }
  .btn-box {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .event_container {
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 410px;
    margin: auto;
  }
}
.testimonials {
  background: #cddee7;
}
.testimonials .testimonial-wrap {
  padding-right: 50px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 60px 30px 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 12px;
  border: 6px solid #fff;
  position: absolute;
  right: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #065b89;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #707070;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f2717a;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  color: #585858;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #065b89;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #065b89;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-right: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    right: auto;
  }
}
.partners {
  padding: 50px 0;
}
.partners-slider {
  text-align: center;
}
.partners .swiper-slide img {
  width: 100px !important;
  height: 100px !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partners .swiper-slide img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.gallery {
  background-color: #242424;
  padding: 15px 0;
}
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.gallery .gallery-item img {
  border-radius: 12px;
  transition: all ease-in-out 0.4s;
}
.gallery .galelry-lightbox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #065b89;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.gallery .galelry-lightbox:hover:after {
  opacity: 0.7;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.glightbox-clean .gprev {
  right: 30px;
  left: initial;
}
.glightbox-clean .gnext {
  left: 30px;
  right: initial;
}
.glightbox-clean .gslide-title {
  font-family: "Noto Kufi Arabic", sans-serif;
  margin-bottom: 0;
}
.gallery-link-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 15px));
  -ms-transform: translate(-50%, calc(-50% - 15px));
  transform: translate(-50%, calc(-50% - 15px));
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #f2717a;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  z-index: 10;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.gallery .gallery-item:hover .gallery-link-icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
#footer {
  color: #fff;
  font-size: 14px;
  background: #000;
}
#footer .footer-top {
  padding: 70px 0 50px 0;
  background: #101010;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-left: 2px;
  color: #f2717a;
  font-size: 18px;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top a:hover {
  text-decoration: none;
  color: #f2717a;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #065b89;
  color: #fff;
  margin-left: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 100px;
}
#footer .social-links a i {
  line-height: 36px;
}
#footer .social-links a:hover {
  background: #f2717a;
  color: #fff;
  text-decoration: none;
}
ul.contact-list {
  padding: 0;
  margin: 0;
}
.contact-list li {
  margin: 10px 0;
  list-style-type: none;
  text-decoration: none;
}
.contact-list li span {
  margin-left: 10px;
  color: #f2717a;
}
.copyright p,
.copyright a {
  color: #ababab;
  font-size: 14px;
  font-weight: inherit;
  line-height: 30px;
  margin: 0;
}
.copyright a:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .copyright,
  .copyright .text-end {
    text-align: center !important;
  }
}
/* inner pages */
.inner-page {
  background-color: #f5f5f5;
}
.inner-page p {
  font-size: 17px;
  color: #585858;
}
.breadcrumbs {
  padding: 40px 0;
  background-color: #dae7ed;
  min-height: 40px;
  margin-top: 130px;
  border-top: #f2717a solid 3px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li+li {
  padding-right: 10px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-left: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.h-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
#sidebar-wrapper {
  background-color: #d9e7ed;
  height: 100%;
  padding: 25px 0;
  z-index: 10;
}
#sidebar {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  height: auto;
  top: 105px;
  bottom: auto;
}
#sidebar-wrapper .sidebar-nav {
  position: relative;
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-wrapper .sidebar-nav li {
  text-indent: 0;
  line-height: 45px;
  padding: 1px 0;
}
#sidebar-wrapper .sidebar-nav li a {
  display: block;
  text-decoration: none;
  border-right: 3px solid transparent;
  color: #065b89;
}
#sidebar-wrapper .sidebar-title {
  padding-right: 30px;
}
#sidebar-wrapper span.sidebar-title {
  font-weight: bold;
}
#sidebar-wrapper .sidebar-nav li ul,
#sidebar-wrapper .sidebar-nav li ul li {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
/* .sidebar-nav li a {
  color: #065b89;
} */
#sidebar-wrapper .sidebar-nav li a:hover,
#sidebar-wrapper .sidebar-nav li a:focus,
#sidebar-wrapper .sidebar-nav li a.active,
#sidebar-wrapper .sidebar-nav li a.active {
  border-right: 3px solid #f2717a;
  background-color: #99bcce;
}
@media (max-width: 768px) {}
.side-content {
  padding: 34px;
  text-align: justify;
  background-color: #fff;
}
.contact-info ul.socials {
  margin-top: 25px;
  list-style-type: none;
  padding: 0;
}
.contact-info ul.socials li {
  display: inline-block;
}
.pagination {
  margin: 60px 0 20px;
}
.pagination>li>a,
.pagination>li>span {
  color: #585858;
}
.page-item.active .page-link {
  background-color: #065b89;
  border-color: #065b89;
}
.page-link {
  padding: 7px 17px;
}
.page-link:hover {
  z-index: 2;
  color: #065b89;
}
.page-item.disabled .page-link {
  background-color: #f7f7f7;
}
.page-item:first-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-item:last-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.meta {
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
  display: inline-block;
  padding: 4px 20px;
  background-color: #f5f5f5;
  color: #767676;
}
.news-row {
  padding: 50px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .news-row {
    padding: 20px;
  }
}
.news-row .news-img {
  margin: 25px 0;
  width: 750px;
  max-width: 100%;
}
.details {
  margin: 15px 0;
}
.details p {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 25px;
}
.latest-news {
  margin-top: 80px;
}
.latest-news .section-title h2 {
  text-align: right;
}
.latest-news .section-title h2::after {
  left: initial;
}
.inner-page .team .team-block {
  margin-bottom: 30px;
}
.inner-page.gallery {
  background-color: #242424 !important;
}
.results .btn {
  display: inline-block;
  background: #065b89;
  padding: 6px 30px 8px 30px;
  color: #fff;
  border: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.collage .tab-content {
  padding: 20px;
  background-color: #d9e7ed;
  border-radius: 14px;
  border-top-right-radius: 0;
}
.collage .news-block {
  margin-top: 0;
}
.collage .news-block .img-block {
  height: 175px;
}
.collage .more-btn {
  background: #065b89;
}
.collage .more-btn:hover,
.results .btn:hover {
  color: #fff;
  background: #f2717a;
}
.collage .event_container .box {
  border-color: #fff;
  background-color: #fff;
}
.collage .detail-box p {
  font-size: 14px;
}
.collage .event_container .box .detail-box h4 {
  font-size: 22px;
}
.collage .event_container .box>div {
  max-height: 130px;
}
.collage .event_container .box .date-box h3 {
  font-size: 24px;
  margin-bottom: 0;
}