@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto:wght@400;700&display=swap');

@font-face {
  font-family: linkFont;
  src: url(../fonts/ae_AlMothnna.ttf);
}

@font-face {
  font-family: linkFont;
  src: url(../fonts/ae_AlMothnna_bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: footerFont;
  src: url(../fonts/khalaad-al-arabeh.ttf);
  font-weight: bold;
}


@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style : normal;
         src : url("../fonts/webfonts/fontawesome-webfont.eot");
         src : url("../fonts/webfonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
               url("../fonts/webfonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
               url("../fonts/webfonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
               url("../fonts/webfonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
               url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'tajawal', sans-serif;
  color: #1a1a1a;
  direction: ltr;
  text-align: justify;
}

a {
  color: #05adcf;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight:bold;
}

.fa-bars, .fa-times, .fa-window-close
{
  font-family: "FontAwesome";
  font-style: normal;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #ffad44;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #fff;
  color: #ffad44;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #0884b5;
  padding: 9px 0;
  font-size: 14px;
}

@media only screen and (max-width: 600px){
  #topbar {
    padding: 9px 0;
  }
}

#topbar .contact-info {
  color: #fff;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #ffad44;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
}

#topbar .social-links {
  direction: ltr !important;
  display: flex;
  align-items: center;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 10px 4px 0px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 25px !important;
}

#topbar .mail
{
  max-width: 32px;
  padding: 0px 0 0px 10px;
}

#topbar .mail img
{
  background-color: #fff;
  border-radius: 2px;
  padding: 2px;
}


#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

.bx-search-alt
{
  font-size: 1.75rem;
}
/* Search Link */
.md-form {
  position:relative;
  margin-top:1rem;
  margin-bottom:1rem
 }

 .md-form input:not([type]),
 .md-form input[type="text"]:not(.browser-default),
 .md-form input[type="password"]:not(.browser-default),
 .md-form input[type="email"]:not(.browser-default),
 .md-form input[type="url"]:not(.browser-default),
 .md-form input[type="time"]:not(.browser-default),
 .md-form input[type="date"]:not(.browser-default),
 .md-form input[type="datetime"]:not(.browser-default),
 .md-form input[type="datetime-local"]:not(.browser-default),
 .md-form input[type="tel"]:not(.browser-default),
 .md-form input[type="number"]:not(.browser-default),
 .md-form input[type="search"]:not(.browser-default),
 .md-form input[type="phone"]:not(.browser-default),
 .md-form input[type="search-md"],
 .md-form textarea.md-textarea {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  background-color:transparent;
  border:0;
  border-bottom:1px solid #ced4da;
  border-radius:0;
  outline:0;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
 }

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
 border-bottom:1px solid #ffad44;
 -webkit-box-shadow:0 1px 0 0 #ffad44;
 box-shadow:0 1px 0 0 #ffad44;
}

#topbar form .md-form input {
  border-bottom: 1px solid #fff;
}

#topbar form .md-form .form-control {
  color: #fff;
  font-size: 14px;
}

#topbar form .md-form .form-control::placeholder {
  font-weight:300;
  color:#fff;
  font-size: 14px;
 }

#topbar form .md-form input:focus:not([readonly]) {
  border-color: #ffad44;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  color: #0884b5;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

#header .logo
{
    margin-right: auto !important;
}

#header .logo h1 {
  font-size: 16px;
  padding: 0 8px 0 0;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  font-family: Tajawal, sans-serif;
}
@media (max-width: 1024px){
 
    #header .logo h1 {
      font-size: 12px;
    }
    .nav-menu a{
      font-size: 10px!important;  
    }
    
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}
@media (max-width: 1024px)
{
  #header .container
  {
    max-width: 100% !important;
  }
}

.search-wrapper
{
    margin-right:auto !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #545454;
  padding: 15px 15px 15px 0px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #0884b5;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  right: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #0884b5;
}

.nav-menu .drop-down > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-right: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  right: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  right: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-left: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\f104";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 90px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.is-sticky .mobile-nav-toggle {
  position: inherit;
  top:40px;
}

.mobile-nav-toggle i {
  color: #0884b5;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #545454;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  font-family: 'Poppins', sans-serif;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #0884b5;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f106";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-right: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(59, 59, 59, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
  position: inherit;
  top: 25px !important;
  left: 15px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.intro {
  height: 80vh;
  position: relative;
  color: #ffffff;
  /*margin-bottom: -40px;*/
}

@media (max-width: 768px) {
  .intro {
    height: 50vh;
    position: relative;
    color: #ffffff;
    margin-bottom: 0px;
  }
}

.intro .swiper-pagination {
  bottom: 70px;
}

@media (max-width: 768px) {
  .intro  .swiper-pagination{
    bottom: 30px;
  }
}


.intro .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.intro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffad44;
  width: 36px;
}
.intro .intro-item {
  padding-top: 2rem;
}
.intro .carousel-item-a {
  position: relative;
  height: 80vh;
}
.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}
.intro .intro-content {
  /*position: relative;*/
  display: flex;
  position: absolute;
  bottom: 30vh;
  top: 55px;
  left: 0;
  right: 0;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .intro .intro-content {
    bottom: 40vh;
  }
}

.intro .intro-body {
  border-right: 5px  solid #ffad44;
  background-color: #0000004e;
  padding-right: 1rem;
  padding-left: 1rem;
}


@media (min-width: 768px) {
  .intro .intro-body {
    padding-right: 1.5rem;
    padding-right: 1.5rem;
  }
}
.intro .intro-body .details-a {
  color: #ffffff;
  padding: 0.25rem 2rem;
  border: 2px solid #ffad44;
  border-radius: 50px;
}

.intro .intro-body .details-a:hover {
  background-color:#ffad44 ;
  border:2px solid #ffad44;
}

.intro .spacial {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #ffffff;
}
.intro .intro-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
  padding-top:10px;
}
@media (max-width: 576px) {
  .intro .intro-title {
    font-size: 1.25rem;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .intro .intro-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .intro .intro-title {
    font-size: 1.5rem;
  }
}
.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .intro .intro-subtitle {
    font-size: 2.5rem;
  }
}
.intro .intro-subtitle.intro-details {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .intro .intro-subtitle.intro-details {
    font-size: 1.1rem;

  }
}
@media (min-width: 768px) {
  .intro .intro-subtitle.intro-details {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .intro .intro-subtitle.intro-details {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/*------/ Intro Single /------*/
.intro-single {
  padding: 12rem 0 3rem;
}
@media (max-width: 767px) {
  .intro-single {
    padding-top: 9rem;
  }
}
.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}
.intro-single .title-single-box {
  border-left: 3px solid #1e70a2;
}
.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }
}
.intro-single .breadcrumb-box {
  padding: 1rem 0 0 0.5rem;
}
.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/*------/ Bg Image /------*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ Overlay /------*/
.overlay-a {
  text-decoration: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 40px 0;
  /*padding-top: 5vh;*/
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "'tajawal'", sans-serif;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Sectors Section
--------------------------------------------------------------*/
.Sectors {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .Sectors {
    padding-top: 20px;
  }
}

.Sectors .icon-box {
  /*padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);*/
  padding: 20px 30px;
  border-radius: 5px;
  background: #ededed;
  transition: all ease-in-out 0.3s;
}

.Sectors .icon-box i {
  color: #0884b5;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
}

.Sectors .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.Sectors .icon-box h3 a {
  color: #0884b5;
  transition: 0.3s;
}

.Sectors .icon-box p {
  color: #0884b5;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.Sectors .icon-box:hover {
  background: #ffad44;
}

.Sectors .icon-box:hover i, .Sectors .icon-box:hover h3 a, .Sectors .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# News Section
--------------------------------------------------------------*/
.card {
  width: 100%;
  display: inline-block;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
  font-family:'tajawal';
}
.card:hover, .card.hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.card:hover .card-content, .card.hover .card-content {
  box-shadow: inset 0 3px 0 0 #ffa500;
  border-color: #ffa500;
}
.card:hover .card-img .overlay, .card.hover .card-img .overlay {
  background-color: rgba(25, 29, 38, 0.85);
  transition: opacity 0.2s ease;
  opacity: 1;
}
.card-img {
  position: relative;
  height: 220px;
  width: 100%;
  background-color: #fff;
  transition: opacity 0.2s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
.card-img .overlay .overlay-content {
  line-height: 224px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.card-img .overlay .overlay-content a {
  color: #fff;
  padding: 0 2rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
}
.card-img .overlay .overlay-content a:hover, .card-img .overlay .overlay-content a.hover {
  background: #0884b5;
  border-color: #0884b5;
}

.card-content {
  width: 100%;
  min-height: 150px;
  background-color: #fff;
  border-top: 1px solid #E9E9EB;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 1rem 2rem;
  transition: all 0.2s ease;
}
.card-content a {
  text-decoration: none;
  color: #202927;
}

.card-content h2, .card-content a h2 {
  font-size: 18px;
  font-weight: bold;
  color: #0884b5;
  font-family:'tajawal', sans-serif;
}

.card-text{
    font-family:'tajawal';
}

.title h2
{
  font-weight:bold;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.title h2:after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #ffad44;
  /*margin: 4px 10px;*/
}

.title h2:before {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #ffad44;
  /*margin: 4px 10px;*/
}

.card-content p, .card-content a p {
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(32, 41, 28, 0.8);
}

.bgDark
{
  background-color: #0884b5;
}

.news-services a
{
  font-size: 18px;
}

.news-services i
{
  padding-left: 10px;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 50px 0 40px 0;
  background: #f5f5f5;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  padding-top:20px;
  font-size: 28px !important;
  font-weight: 700;
  color: #0884b5;
  font-family: 'tajawal';
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 16px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}
/* ================================================== */
/*                    sidebar                         */
/* ================================================== */
    .sidebar .block-title-4
    {    
        font-size: 28px !important;
        font-weight: 700;
        font-family: 'tajawal';
        padding-bottom:20px;
    }

    ul.side-quick-link {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    .sidebar .side-quick-link li {
        position: relative;
        border: 1px solid #e6e6e6;
        margin-bottom: 10px;
        height: 55px;
        padding-left: 10px;
        line-height: 53px;
    }
    .sidebar .side-quick-link li a {
        font-size: 16px;
        font-weight: 600;
        color: #333333;
    }
    .sidebar .side-quick-link li i {
        position: absolute;
        right: 0;
        top: 0px;
        height: 53px;
        width: 66px;
        background: #0884b5;
        text-align: center;
        line-height: 53px;
        color: #fff;
        font-size: 20px;
    }
    .sidebar .side-quick-link li:hover a {
        color: #ffad44;
    }
    .sidebar .side-quick-link li:hover i {
        background: #ffad44;
        color: #fff;
    }
  
/*--------------------------------------------------------------
# Content Section
--------------------------------------------------------------*/
    .content
    {
        font-family:'tajawal';
    }
    
    .content h2{
      font-size: 28px;
      font-weight: 700;
      color: #0884b5;
      padding-bottom: 10px;
    }

    .content h3{
      font-size: 24px;
      font-weight: 700;
      color: #0884b5;
    }
    
    .content .info{
      font-size: 50px;
      font-weight: 700;
      color: #0884b5;
    }

    .titles {
      text-align: center;
    }
    
    .titles:before {
      content: "";
      width: 20px;
      height: 5px;
      display: inline-block;
      background: #ffad44;
      margin: 4px 10px;
    }

    .titles:after {
      content: "";
      width: 20px;
      height: 5px;
      display: inline-block;
      background: #ffad44;
      margin: 4px 10px;
    }

    .card-block h4, .card-block h4 a{
      font-size: 18px;
      color: #0884b5;
      font-family: 'tajawal', sans-serif;
    }

    .card-block h4 a:hover{
          color: #ffad44;
        }

    .card-block {
		position: relative;
		margin: 0;
		padding: 1em;
		border: none;
		/*border-top: 1px solid rgba(34, 36, 38, .1);*/
		box-shadow: none;
	}

	.card {
		font-size: 1em;
		overflow: hidden;
		padding: 5;
		border: none;
		border-radius: .28571429rem;
		box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
		margin-top:20px;
	}

	.contact_info	{
		padding-right: 10px;
	}

	.contact_info li i {
		border: 1px solid #0884b5;
		color:#0884b5;
		border-radius: 100%;
		float: right;
		font-size: 26px;
		height: 46px;
		line-height: 46px;
		text-align: center;
		width: 46px;
    }
	.contact_detail {
		padding-right: 75px;
	}

	.contact_detail span {
		display: block;
		font-weight: 600;
	}

	.contact_detail p {
		line-height: normal;
		margin: 0;
	}

	.contact_info li {
		margin-bottom: 25px;
	}

	.list_none li {
		list-style: none;
	}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/*.features {
  padding-top: 0px;
}*/

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #eef0ef;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}

.features .icon-box:hover {
  border-color: #0884b5;
}

.features .icon-box:hover h3 a {
  color: #0884b5;
}


/*--------------------------------------------------------------
# statistics Section
--------------------------------------------------------------*/
.statistics  {
  background-color: #e8e8e8;
}

.statistics h2 a{
  font-family: 'tajawal', sans-serif;
  text-align: center;
  color:#fff
}

.statistics h2 a:hover{
  color:#ffad44;
}

.statistics-title
{
  background-color: #0884b5;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.statistics h3{
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color:#0884b5;
}

.statistics p{
  font-size: 1.2rem;
  font-family: 'tajawal', sans-serif;
  text-align: center;
  color:#0884b5;
}

.statistics .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  transition: all ease-in-out 0.3s;
}

.statistics .icon-box .icons{
  color: #0884b5;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  border-top: 5px solid #ffad44;
  border-bottom: 5px solid #ffad44;
  border-left: 5px dotted #ffad44;
  border-right: 5px solid #e8e8e8;
}

.statistics .icon-box .icons::before {
  font-size: 50px;
}

/*--------------------------------------------------------------
# Tags
--------------------------------------------------------------*/
.tags {
  background:#0884b5;
}

.tags .box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.tags .box-content
{
  padding: 10px;
}

.tags .box .box-content h4 a {
  font-family: 'tajawal', sans-serif !important;
  color:#fff;
}


/*--------------------------------------------------------------
# faculties Section
--------------------------------------------------------------*/
.faculties  {
  /*background-color: #e8e8e8;*/
    background-image: url("https://bnu.edu.eg/files/58756_1659513852.jpg");
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
}

.faculties-overlay  {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.faculties .faculty-item {
    padding: 20px 40px;
    background: #fff;
    height: 100%;
  }
  
  .faculties .faculty-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;
  }
  
  .faculties .faculty-item .icon i {
    color: #0884b5;
    font-size: 40px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
    line-height: 1.8;
  }
  
  /*.faculties .faculty-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #f0f1f2;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -15px;
    transition: 0.3s;
  }*/
  
  .faculties .faculty-item h3 {
    color: #0884b5;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    font-size: 18px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #ebebed;
    transition: 0.3s;
  }
  
  .faculties .faculty-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .faculties .faculty-item .readmore {
    margin-top: 15px;
    display: inline-block;
    color: #ffad44
  }
  
  .faculties .faculty-item:hover .icon:before {
    background: #ffad44
  }
  
  .faculties .faculty-item:hover h3 {
    border-color: #ffad44
  }



/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/

.services
{
  background-image: url(../img/servicesBackground.png);
  background-repeat: no-repeat;
}

.services h2 a
{
  font-family: 'tajawal', sans-serif;
  color:#ffffff;
  font-weight: bold;
}

.services h2 a:hover
{
  color:#ffad44;
}

.services .icon
{
  font-size: 50px;
  display: flex;
  justify-content: center;
}

.service-title
{
  background-color: #0884b5;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  color: white;
}

/*--------------------------------------------------------------
# Tuition
--------------------------------------------------------------*/
    .service-list 
    {
        padding: 90px;
        background-color: #ffffff;
    }
    
    
    .service-list-panel .col-12 
    {
        margin-bottom: 30px;
    }
    
    .service-list-panel .col-12 .service-box 
    {
        background: #ffffff;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
        transition-duration: 300ms;
        text-align: center;
        padding: 30px 15px;
        height: 100%;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    }
    .service-list-panel .col-12 .service-box .ser-name {
        width: 100%;
        position: relative;
    }
    .service-list-panel .col-12 .service-box .ser-name .title {
        font-weight: 500;
        min-height: 50px;
        line-height: 25px;
    }
    .service-list-panel .col-12 .service-box .ser-action {
        width: 100%;
        display: block;
    }
    
    .service-list-panel .col-12 .service-box .ser-action a {
        padding: 10px 15px;
        border-radius: 30px;
        color: #ffffff;
        background-color: #0884b5;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        font-family: "Tajawal", sans-serif;
    }

    .service-list-panel .col-12 .service-box .ser-action a.info-action {
        background-color: #e9e9e9;
        color: #1d1d1d;
        padding: 10px 20px;
    }
    
    .service-list-panel .col-12 .service-box:hover {
        background-color: #0884b5;
        border: 1px solid #0884b5;
        color: #fff;
    }
    
    .service-list-panel .col-12 .service-box:hover .ser-action a.info-action {
        background-color: #ffffff;
        color: #272757;
    }
    
    .service-list-panel .col-12 .service-box:hover .ser-action a {
        background-color: #ffffff;
        color: #0884b5;
    }
      
/*--------------------------------------------------------------
# Timer
--------------------------------------------------------------*/

.timer-section {
  min-height: 100vh;
  direction: ltr;
  text-align: center;
  font-family: 'Tajawal', sans-serif;;
}

.timer-section .container {
  padding-left: 15px;
  padding-right: 15px;
}

.timer-section .timer-container {
  list-style: none;
}
.timer-section .timer {
  list-style: none;
  position: relative;
  max-width: 750px;
  margin: auto;
  padding:0px;
}
.timer-section .timer::before {
  /* content: ''; */
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #F2F2F2;
  left: 50%;
  transform: translateX(-50%);
}

.timer-section .timer .step {
  width: 50%;
  padding: 20px 15px;
  position: relative;
  background-color: #F2F2F2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
}
.timer-section .timer .step:not(:first-child),
.timer-section .timer .step:not(:last-child) {
  margin: 90px 0 60px 0;
}
.timer-section .timer .step:nth-child(odd) {
  transform: translateX(100%);
  border-left: 2px solid #00a651;
  border-radius: 0 3px 3px 0;
}
.timer-section .timer .step:nth-child(even) {
  border-right: 2px solid #ffa07a;
  border-radius: 3px 0 0 3px;
}

.timer-section .timer .step > span {
  position: absolute;
  /*height: 26px;*/
  width: 120px;
  color: #333;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
  font-size: .8rem;
  direction: rtl;
}
.timer-section .timer .step:nth-child(odd) > span {
  top: -40px;
  left: -60px;
  border: 2px solid #00a651;
}
.timer-section .timer .step:nth-child(even) > span {
  top: -40px;
  right: -60px;
  border: 2px solid #ffa07a;
}

.timer-section .timer .step h3 {
  margin-bottom: 15px;
  direction: rtl;
}
.timer-section .timer .step p {
  font-weight: 300;
  font-size: .85rem;
  color: #555;
  direction: rtl;
}

@media screen and (max-width: 500px) {
  .timer-section .timer .step {
    width: 100%;
    text-align: center;
    transform: translateX(0%);
    border-radius: 3px !important;
  }
  .timer-section .timer .step:nth-child(odd) {
    transform: translateX(0%);
    border: none;
    border-top: 2px solid #00a651;
  }
  .timer-section .timer .step:nth-child(even) {
    border: none;
    border-top: 2px solid #ffa07a;
  }
  .timer-section .timer .step span {
    left: 50% !important;
    transform: translateX(-50%);
  }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;

  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #3498db;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
.portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.portfolio .portfolio-item figure {
  /*background: #000;*/
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.4s;
}
.portfolio .portfolio-item figure .link-preview, .portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  overflow: hidden;
  font-size: 20px;
}
.portfolio .portfolio-item figure .link-preview i, .portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}
.portfolio .portfolio-item figure .link-preview:hover, .portfolio .portfolio-item figure .link-details:hover {
  background: #ffad44;
}
.portfolio .portfolio-item figure .link-preview:hover i, .portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}
.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}
.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}
.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 20px);
}
.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}
.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}
.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3498db;
}
.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #666565;
  font-weight: 500;
  font-size: 14px;
  font-family: "tajawal";
}

.glightbox-clean .gslide-title
{
  font-family: "tajawal";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  font-family: 'tajawal';
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'tajawal';
}
.blog .entry .entry-title h3{
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  font-family: 'tajawal';
  margin-bottom: 1rem;
  color:#0884b5;
}

.blog .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #1e70a2;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-right: 10px;
  padding-top:5px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #1e70a2;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #ec7f6d;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #1e70a2;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tag {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tag li {
  display: inline-block;
}
.blog .entry .entry-footer .tag li + li::before {
  padding-left: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #545454;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(84, 84, 84, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #1e70a2;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #545454;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #616161;
}
.blog .blog-pagination {
  color: #878787;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content:center;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #545454;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #1e70a2;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.page-item.active .page-link
{
    background-color: transparent;
    border-color: transparent;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #1e70a2;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #eb7b68;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #545454;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #1e70a2;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #545454;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #1e70a2;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #1e70a2;
  background: #1e70a2;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}

.footer-widget
{
    background: #ffad44;
    font-family: 'tajawal'; 
    padding-bottom: 0px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: #02558a;*/
  background: linear-gradient(to bottom, #3D8AD1 0%, #07729c 100%);
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 16px;
}

#footer a{
  color: #fff;
}

#footer a:hover{
  color: #ffad44;
}


#footer .footer-top {
  background: #0884b5;
  border-top: 1px solid #0884b5;
  border-bottom: 1px solid #0884b5;
  padding: 30px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: linkFont, sans-serif;
  color: #fff;
}
#footer .footer-top .social
{
  direction: ltr !important;
}

#footer .footer-top .social-links a {
  font-size: 30px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 4px 10px 4px 0;
  transition: 0.3s;
  display: flex;
}

#footer .footer-top .social-links a:hover {
  background: #0884b5;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  font-family: footerFont, sans-serif;
  color: #ffad44;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Tajawal', sans-serif;
  /*font-family: linkFont, sans-serif;*/
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-family: 'Tajawal', sans-serif;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffad44;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#footer .mail
{
  max-width: 37px;
  width: 37px;
  padding: 0px 0 0px 10px;
}

#footer .mail img
{
  background-color: #fff;
  border-radius: 3px;
  padding: 2px;
}
/*--------------------------------------------------------------
# Search panal
--------------------------------------------------------------*/
  .open-button {
    background: transparent;
    color: #0884b5;
    border: none;    
    cursor: pointer;
  }

  #search-menu {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: -45em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: #0884b5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    cursor: auto;
  }

  #search-menu.open {
    top: 0;
    opacity: 1;
    visibility: visible;
  }

  #search-menu .form-wrapper {
    position: relative;
    margin: 0;
    padding: 0 1em;
  }

  #search-menu .form-wrapper form {
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
      border-bottom: 1px solid #fff;
  }
  #popup-search::placeholder {
    color: #fff;
    opacity: 1;
    font-family: 'tajawal';
  }

  #search-menu .form-wrapper input {
        position: relative;
      z-index: 2;
      flex: 1 1 auto;
      width: 1%;
      height: 57px;
      font-weight: bold;
      font-family: inherit;
      font-size: 3rem;
      color: #fff;
      margin: 0;
      padding: 0;
      background: #0884b5;
      border: none;
      outline: none !important;
  }

   @media only screen and (max-width: 64em) {
       #search-menu .mobile-wrapper input {
         font-size: 2rem;
         padding: 1.5rem 0;
       }
   }

  #search-menu .form-wrapper input:focus {
    outline: none;
  }

  #search-menu .form-wrapper button:hover {
    color: #fff;
  }

  #search-menu .form-wrapper button:focus {
    outline: none;
  }

  #search-menu .close-button {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }

  #search-menu.open .close-button {
    display: block;
    font-size: 40px;
  }
   .pk-search-submit {
       position: relative;
       margin: 0;
       padding: 0.375rem 1rem;
       background: #ffad44 !important;
       outline: none;
       border: 0;
       color: #fff;
       cursor: pointer;
   }

   .pk-search-submit span {
       transition: all .2s ease;
   }

   .pk-search-submit span i {
       display: inline-block;
       font-size: 2rem;
       vertical-align: middle;
   }

   @media only screen and (max-width: 64em) {
       .pk-search-submit span i {
           font-size: 1.5rem;
       }
   }

   .pk-search-submit span:first-child {
       display: block;
       transform: translate(0);
       font-weight: lighter;
   }

   .pk-search-submit span:last-child {
       display: block;
       position: absolute;
       left: 50%;
       transform: translateY(200%) translateX(-50%);
   }

   .pk-search-submit:hover span:first-child,
   button:hover .pk-search-submit span:first-child {
       transform: translateY(-200%);
   }

   .pk-search-submit:hover span:last-child,
   button:hover .pk-search-submit span:last-child {
       transform: translateY(-100%) translateX(-50%);
   }
