html 
{
   height: 100%;
   direction:rtl;
   font-family: 'El Messiri';
  }
  @font-face {
    font-family: 'El Messiri';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(el.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
  }
  body {
    font-family: "El Messiri";	color: #444444; }
  a {color: #0053ba;text-decoration: none;}
   a:hover {color: #0053ba;text-decoration: none;}
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'El Messiri';
    color: #ffffff;
  }
    /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #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: 6px solid #0053ba;
    border-top-color: #ecf8f9;
    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 button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    transition: all 0.4s;
    background: linear-gradient(3deg, rgba(2,54,148,1) 5%,rgb(1, 130, 235) 55%, rgba(2,54,148,1) 100%);  
  }
  .back-to-top i {
    font-size: 24px;
    color: #fafbfd;
    background: none;
    line-height: 0;
  }
  .back-to-top :hover {color: #f7f588; font-size: 26px;}
  .back-to-top.active { visibility: visible;  opacity: 1; box-shadow: 0px 3px 15px #f8f8e3;}
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] { transition-delay: 0 !important; }
  }
  /*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
  #topbar {
    color: #fff;
    height: 68px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    z-index: 996;
    transition: all 0.5s;
    background: linear-gradient(3deg, rgba(2,54,148,1) 5%,rgba(15,113,198,1) 55%, rgba(2,54,148,1) 100%);  
  }
  #topbar.topbar-scrolled {top: -40px;}
  #topbar i {padding-right: 6px;line-height: 0;}
  #topbar span {
    padding: 10px;
    line-height: 10px;
    font-size: 24px;
    font-family: "El Messiri";	
  } 
  /*---------------------------------------# Header---------------------------------------------*/
  #header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 7px 0;
    top: 60px;
    box-shadow: 0px 2px 15px #0053ba;
  }
  @media (max-width: 992px) {
  #header { padding: 7px 0; }
 #header .logo img {margin-right: 45px;}
  #header span { margin-right: 5px; font-size: 20px;} 
  #topbar span { font-size: 19px; } 
  }
  #header.header-scrolled {top: 0;}
  #header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  #header .logo img {
    max-height: 66px;
    padding-left: 14px;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(172, 180, 199, 0.7));
    filter: drop-shadow(2px 2px 1px rgba(172, 184, 209, 0.7)); 
  }
#header span {
  padding:10px;
  line-height: 10px;
  font-size: 24px;
  font-family: "El Messiri";	
  color: #065dad;
  float: left;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/********** Desktop Navigation ********8*/
.navbar {padding:0 10px;}
.navbar ul {
  margin: 0 ;
  padding: 0 18px;
  display: flex;
  list-style: none;
  align-items: center; 
}
.navbar li {position: relative;}
.navbar a, .navbar a:focus 
{
  display: flex;
  align-items: center;
  padding: 10px 0 10px 30px;
   font-size: 18px;
   color: #0153ec;
  text-shadow: 1px 2px 2px #c5cace;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: #04a8f5;text-shadow: 1px 2px 2px #cde4f7;}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  margin: 10;
  padding: 2px 0;
  z-index: 99;
   opacity: 0;
  visibility: hidden;
  background:#01265721;
  transition: 0.3s;
  max-height:253px;
  overflow-y: scroll;
  border-radius: 0px 14px 14px 0px;
}
.navbar .dropdown ul li {
  min-width: 200px;
  margin:2px;
  background:#EEF6FF;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
}
.navbar .dropdown ul a {
  padding: 6px 6px;
  font-size: 13px;
  text-transform: none;
  text-shadow: none;
  font-weight: 200;
  color: #2F76F1;
  border-radius: 12px;
  transition: 0.3s;
}
.navbar .dropdown ul a i {font-size: 13px;}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
  background: linear-gradient(3deg,#23319A 0%,#129dfa 50%,#0028a8 100%); text-shadow: 1px 2px 1px #012f55; 

}
.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 Navigation ****************/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {color: #fff;}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: inline-block;
    font-size: 24px;
    }

  .navbar ul {display: none;}
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background:#F1F6FD;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 6px;
  right: 5px;
  }
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  max-height:510px;
  padding: 10px 0;
  background:#EEF6FF;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #eceff3;
 }
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {color: #0A76E0;}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {margin: 15px;color: #0A76E0;}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background:#edeff1;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
  font-size: 13px;
 }
.navbar-mobile .dropdown ul li {
  min-width: 200px;
  background:#EEF6FF;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
}
.navbar-mobile .dropdown ul li a{
  word-wrap: break-word;
  white-space: normal;
  font-size: 12px;;
}
.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: #ffffff;}
.navbar-mobile .dropdown > .dropdown-active {display: block;}
/*** Mobile Navigation ***/
.mobile-nav-toggle {
  color: #0A76E0;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {color: #0A76E0;}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {display: none;}
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  padding: 10px 0;
  border-radius: 8px;
  background:#f9fcff;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0A76E0;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {color: #0A76E0;}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background:#e2eaf5;
  border: 1px solid #c6e3fd;
  border-radius: 12px;
}
.navbar-mobile .dropdown ul li { min-width: 200px; }
.navbar-mobile .dropdown ul a { padding: 10px 18px;}
.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: rgb(247, 243, 243);}
.navbar-mobile .dropdown > .dropdown-active {display: block;}
/*--------------------------- # Footer --------------------------------------------------------------*/
#footer {
  padding: 0 0 20px 0;
  font-size: 15px;
  color: #f7f7f7;
  background-image: linear-gradient(to bottom,#000a1a,#013361,#022d6d,#022864);
}
#footer .footer-top {
 padding: 60px 0 10px 0;
 background: linear-gradient(rgba(0, 13, 39, 0.514), rgba(5, 5, 5, 0.699)), url("../img/footer-bg.jpg") fixed center center;
 background-size: cover;
 opacity: 0.7;
}
#footer .footer-top .footer-info { margin-bottom: 30px;}
#footer .footer-top .footer-info h3 {
 font-size: 24px;
 margin: 0 0 20px 0;
 padding: 2px 0 2px 0;
 line-height: 1;
 font-weight: 500;
}
#footer .footer-top .footer-info p {
 font-size: 16px;
 line-height: 24px;
 margin-bottom: 0;
 font-family: 'El Messiri';
 color: #fff;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #fff;
  color: #036eda;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 24px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  font-size: 20px;
}
#footer .footer-top .social-links a:hover {
 background: #0053ba;
 color: #fff;
 text-decoration: none;
}
#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-right: 2px;
 color: #0053ba;
 font-size: 18px;
 line-height: 1;
}
#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 .footer-links ul a {
 color: #f7f7f7;
 transition: 0.3s;
 display: inline-block;
 line-height: 1;
}
#footer .footer-top .footer-links ul a:hover { color: #065392; }
#footer .copyright { text-align: center; padding-top: 30px;}
#footer .credits { padding-top: 10px; text-align: center; font-size: 13px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding:29px 0;
  overflow: hidden;
  transition: all .3s;
}
 .section-bg {
  background: #f4faff;
  box-shadow:  inset 3px 3px 5px #c6ddf8;
}
.section-title {text-align: center;width:100%; }
.section-title h2 {
  font-size: 1.32em;
  font-weight: 400;
  font-family: "El Messiri";
  color: #0071e2;
  text-shadow: 1px 0px 1px rgb(207, 225, 247);
  -webkit-text-shadow:  1px 0px 1px rgb(207, 225, 247);
 -moz-text-shadow:  1px 0px 1px rgb(207, 225, 247);
 border-bottom: 0.19em solid transparent;
 border-image: linear-gradient(0.24turn, rgba(3, 82, 252, 0), rgb(1, 80, 199),rgb(1, 181, 252),
                                     #01ecfd,rgb(1, 178, 248),rgb(1, 83, 206),rgba(1, 100, 212,0));
 border-image-slice: 1;
 margin:5px 1px 24px;
 padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .section-title h2  { font-size: 17px; font-weight: 370; }
  .section-title h2 img { width: 32px;}
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(0, 24, 77, 0.438), rgba(1, 19, 70, 0.466)), url("../img/ct-bg.jpg") fixed center center;
  background-size: cover;
  padding: 73px 0;
  height: calc(44vh);
  margin-bottom: 17px;
  margin-top: 27px;
  box-shadow: 0 12px 10px -9px #3399f3;
 }
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients 
{ 
  width: 100%;
  padding: 20px 0 40px;
  text-align: center;
  margin-top: 10px;
}
.clients .clients-slider .swiper-slide img
    { max-width: 180px;}

.clients .clients-slider .swiper-slide
 {
  padding: 20px 0 ;
  position: relative;
  transform: rotate(6deg);
  transition: all 0.9s ease-in-out;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
  }

.clients .clients-slider .swiper-slide:hover {
  opacity: 1;
  transform: rotate(0deg);
  transform: scale(1.2);
}

.swiper-wrapper .swiper-slide .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 50px;
  left: 0;
  right: 19px;
  width: 143px;
  height: 157px;
  transition: 0.2s;
}
.swiper-wrapper .swiper-slide .member-info-content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  transition: bottom 0.4s;
}
.swiper-wrapper .swiper-slide.member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.swiper-wrapper .swiper-slide .member-info-content a {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.swiper-wrapper .swiper-slide .social a {
  transition: color 0.3s;
  display: inline-block;
  color: #fff;
  margin-top: 15px;
}
.swiper-wrapper .swiper-slide .social a:hover {
  color: #40ccf7;
  transform: scale(1.15);
  text-shadow: 1px 0px 1px rgb(207, 225, 247);
  -webkit-text-shadow:  1px 0px 1px rgb(207, 225, 247);
	-moz-text-shadow:  1px 0px 1px rgb(207, 225, 247);
}
.swiper-wrapper .swiper-slide.social i {
  font-size: 18px;
  margin: 0 2px;
}

.swiper-wrapper .swiper-slide:hover .member-info {
  opacity: 1;
  transition: 0.4s;
}
.swiper-wrapper .swiper-slide:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin-top: 10px;
   background: #d4efff;

}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #40ccf7;
}
/***********************************!--------------------------------------------------->*/
@media (max-width: 768px) {
  .cliens img {
    max-width: 60%;
  }
  .clients .clients-slider .swiper-slide img
    {
      max-width: 160px;
    }
  .swiper-wrapper .swiper-slide .member-info {
      width: 127px;
      height: 136px;
      right: 17px;
      transition: 0.2s;
    }
}
