@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "Cairo";
  src: url("../../fonts/cairo/Cairo-Bold.woff2") format("woff2"), url("../../fonts/cairo/Cairo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../../fonts/cairo/Cairo-SemiBold.woff2") format("woff2"), url("../../fonts/cairo/Cairo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../../fonts/cairo/Cairo-ExtraLight.woff2") format("woff2"), url("../../fonts/cairo/Cairo-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../../fonts/cairo/Cairo-Light.woff2") format("woff2"), url("../../fonts/cairo/Cairo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../../fonts/cairo/Cairo-Black.woff2") format("woff2"), url("../../fonts/cairo/Cairo-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../../fonts/cairo/Cairo-Regular.woff2") format("woff2"), url("../../fonts/cairo/Cairo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  		This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  		calculation of the height of the owl-item that breaks page layouts
  	 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@font-face {
  font-family: "URWGeometricArabic";
  src: url("../../font/URWGeometricArabic-Regular.woff2") format("woff2"), url("../../font/URWGeometricArabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

.po {
  cursor: pointer;
}

ol,
ul,
h1,
h2,
h3,
h5,
h4,
h6 {
  margin: 0;
  padding: 0;
}

.vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.vid video {
  height: 100vh;
  object-fit: cover;
}

.heade.change {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 55;
  transition: all 0.5s;
  background: url(../../img/header.png) no-repeat center center;
  background-size: cover;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "URWGeometricArabic";
  direction: rtl;
  text-align: right;
}

header {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  background-size: cover;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

p {
  text-align: justify;
}

.nav-links {
  display: flex;
  align-items: center;
}
.nav-links ul {
  display: flex;
  align-items: center;
}
.nav-links ul li {
  margin-inline-end: 1vw;
}
.nav-links ul li a {
  padding: 8px 25px;
  color: #E2DEB4;
  transition: all 0.3s;
}
.nav-links ul li a:hover {
  border-radius: 35px;
  background-color: #02382B;
}
.nav-links .login {
  display: flex;
}

.drop-span {
  display: flex;
  align-items: end;
}
.drop-span span {
  color: #E2DEB4;
}
.drop-span img {
  margin: 0 7px;
  margin-bottom: 3px;
}

.login {
  display: flex;
  align-items: center;
}
.login a {
  display: flex;
  justify-content: center;
  padding: 6px 20px 9px 20px;
  border-radius: 25px;
  font-size: 15px;
  align-items: center;
}
.login .sgin {
  background-color: #FC4513;
  color: #F5E452;
  padding: 6px 30px 9px 30px;
  margin-inline-end: 2vw;
}
.login .login-a {
  background-color: #F5E452;
  color: #000;
}

.header-content {
  width: 100%;
}

.cotainer-header {
  display: flex;
  padding-top: 25vh;
  flex-direction: column;
  height: 85vh;
  justify-content: space-between;
}

.hc-text h1 {
  font-size: 45px;
  color: #E2DEB4;
}

.hc-ancore {
  display: flex;
  justify-content: flex-end;
}

.h-serves {
  display: flex;
  align-items: center;
}
.h-serves ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.h-serves ul li {
  width: calc(100% / 4);
  border-inline-end: 2px solid #E2DEB4;
}
.h-serves ul li:last-child {
  border-inline-end: 0px solid #E2DEB4;
}
.h-serves ul li a {
  display: flex;
  flex-direction: column;
}
.h-serves ul li a span {
  color: #E2DEB4;
  font-size: 14px;
  margin-bottom: 5px;
}
.h-serves ul li a img {
  width: 15px;
}
.btn-serves {
  margin-inline-end: 3vw;
  display: flex;
  justify-content: center;
  padding: 6px 30px 9px 30px;
  border-radius: 25px;
  font-size: 15px;
  align-items: center;
  border: 1px solid #E2DEB4;
  color: #E2DEB4;
}
.btn-serves:hover {
  color: #E2DEB4;
}

.nave-responsive {
  display: none;
}
.nave-responsive i {
  color: #fff;
}

.se-img {
  display: flex;
  gap: 0 10px;
}
.se-img img {
  height: 350px;
  transition: all 0.4s;
  border-radius: 150px;
  display: flex;
  width: 100px;
  object-fit: cover;
}
.se-img img.active {
  flex: 1;
}

.about-us {
  padding: 40px 0;
}

.about-text h2 {
  margin-bottom: 30px;
  color: #02382B;
  font-weight: bold;
}
.about-text p {
  margin-bottom: 30px;
  font-weight: 600;
  color: #02382B;
}
.about-text .login {
  justify-content: end;
}

.about-img img {
  width: 100%;
  object-fit: contain;
}

.download {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.download a:first-child {
  margin-inline-end: 20px;
}

.caost {
  margin: 50px 0;
  min-height: 220px;
  background: url(../../img/meet.png) no-repeat center center;
  background-size: cover;
  padding: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caost h1 {
  color: #E2DEB4;
  width: 80%;
  text-align: center;
}

.why-us h1 {
  color: #02382B;
  text-align: center;
  margin-bottom: 30px;
}
.why-us ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  justify-content: center;
}
.why-us ul li {
  margin-bottom: 20px;
  background: #02382B;
  padding: 15px 45px;
  color: #E2DEB4;
  border-radius: 30px;
  transition: all 0.5s;
}
.why-us ul li:hover {
  background-color: #FC4513;
}

.about-us .card {
  border: 0;
}
.about-us .card p {
  color: #02382B;
}
.about-us .card-header {
  border-bottom: 1px solid #02382B;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us .card-header.collapsed img {
  transform: rotate(0deg);
}
.about-us .card-header > img {
  transition: all 0.5s;
  transform: rotate(90deg);
}
.about-us .card-header div {
  display: flex;
}
.about-us .card-header div img {
  margin-inline-end: 15px;
}
.about-us .card-header div h4 {
  color: #02382B;
}

.f-server {
  margin: 30px 0;
}

.our-clintes {
  padding: 40px;
}
.our-clintes h1 {
  margin-bottom: 20px;
  color: #02382b;
  text-align: center;
}
.our-clintes .par {
  margin-bottom: 20px;
  text-align: center;
}

footer {
  background-color: #02382B;
  padding-top: 40px;
}

.item-f {
  display: flex;
  border-bottom: 1px solid #E2DEB4;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.item-f a {
  color: #E2DEB4;
}

.contact-form h6 {
  margin-bottom: 20px;
  color: #E2DEB4;
}
.contact-form form input {
  display: block;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #E2DEB4;
  padding: 0 10px;
  border: 0;
  color: #E2DEB4;
  border-bottom: 1px solid #E2DEB4;
  background-color: transparent;
}
.contact-form form input::placeholder {
  color: #E2DEB4;
}
.contact-form textarea {
  display: block;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #E2DEB4;
  padding: 0 10px;
  border: 0;
  color: #E2DEB4;
  border-bottom: 1px solid #E2DEB4;
  background-color: transparent;
}
.contact-form textarea::placeholder {
  color: #E2DEB4;
}

.contact-d p {
  color: #E2DEB4;
  font-size: 16px;
}
.contact-d ul {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-d ul li {
  margin-inline-end: 10px;
}
.contact-d ul li img {
  width: 60px;
}

.contact-link ul li a {
  color: #E2DEB4;
}
.contact-link ul li a:hover {
  color: #E2DEB4;
}

.log {
  display: flex;
  justify-content: flex-end;
}
.log img {
  width: 70px;
}

.fot-c {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fot-c ul {
  display: flex;
  align-items: center;
}
.fot-c ul li {
  margin-inline-end: 10px;
}
.fot-c button {
  display: block;
  border: 2px solid #E2DEB4;
  background-color: transparent;
  color: #E2DEB4;
  padding: 4px 25px;
  border-radius: 25px;
}

.fott-bet {
  display: flex;
  justify-content: space-between;
}

.foot-ap {
  display: flex;
  margin-top: 100px;
}
.foot-ap a {
  display: block;
  margin-inline-end: 20px;
}
.foot-ap a img {
  width: 190px;
  height: 65px;
}

.item-t {
  flex-wrap: wrap;
  margin-top: 15px;
  padding-top: 5px;
  margin-bottom: 0;
  border-top: 1px solid #E2DEB4;
}
.item-t ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.item-t ul li {
  margin-inline-end: 15px;
}

.regs-img {
  text-align: center;
}

.m-badge.m-badge--danger {
  background-color: #FC4513 !important;
}

/*end genral*/
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1200px) {
  .gw-tab-container {
    flex-direction: column;
  }

  .gtc__img {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #app .row {
    flex-direction: column-reverse;
  }

  .contact-d ul {
    margin-top: 20px;
  }

  .foot-ap {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .foot-ap a {
    margin-bottom: 10px;
  }

  .h-serves {
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
  }
  .h-serves a {
    display: inline-block;
    margin-bottom: 30px;
  }

  .header-content:nth-child(1) .hc-ancore a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-content:nth-child(1) .hc-ancore a img {
    width: 100px;
  }

  .contact-form {
    margin-bottom: 20px;
  }

  .about-text {
    margin-bottom: 20px;
  }

  .hc-ancore {
    margin-top: 20px;
    justify-content: start;
  }

  .dog {
    overflow: hidden;
  }

  .img-kid {
    display: none;
  }

  .owl-slider .owl-dots {
    right: 10px;
    bottom: 30%;
  }

  .nav-links {
    flex-direction: column;
  }
  .nav-links ul {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .nav-links ul li {
    margin-bottom: 10px;
  }

  nav {
    position: fixed;
    width: 100%;
    padding-top: 20px;
    background-color: #02382B;
    z-index: 44;
    /* width: inherit; */
    height: 100%;
    left: -100%;
    top: 50px;
    transition: left 0.5s;
    flex-direction: column;
  }
  nav .logo {
    display: none;
  }
  nav.open {
    left: 0;
  }
  nav .bottom-links ul {
    flex-direction: column;
  }
  nav .bottom-links ul {
    width: 100%;
  }
  nav .bottom-links ul li a {
    font-size: 15px;
  }
  nav .top-links {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
  nav .top-links ul {
    margin-bottom: 20px;
  }

  .fl-ro {
    flex-direction: column-reverse;
  }

  .half-back::after {
    width: 100%;
    height: 250px;
  }

  .o1 {
    order: 1;
  }

  .o2 {
    order: 2;
  }

  .o3 {
    order: 3;
  }

  .ov-items {
    flex-wrap: wrap;
  }
  .ov-items .ovi-50 {
    width: 100%;
  }
  .ov-items .ovi-25 {
    width: 50%;
  }

  .elected-img {
    margin-top: 20px;
  }
  .elected-img img {
    width: 100%;
  }

  .border-r,
.border-l {
    border: 0;
  }

  .nave-responsive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .nave-responsive a img {
    width: 120px;
  }
  .nave-responsive .bar i {
    color: #fff;
  }

  .in-title h2 {
    margin-bottom: 20px;
  }

  .legislation .ovi-30 {
    width: 100%;
  }

  .legislation {
    background-size: cover;
  }

  .overview {
    top: -200px;
  }
  .overview::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -30vw;
    background-color: #112334;
    height: 100%;
    width: 30vw;
  }
}
@media (max-width: 768px) {
  .over-top {
    padding: 0;
  }

  .header-top {
    flex-direction: column;
  }

  .ht__info {
    margin-bottom: 50px;
  }

  .list-contact {
    display: none;
  }

  .item-foot {
    justify-content: center;
  }

  .ov-items .ovi-50 {
    width: 100%;
  }
  .ov-items .ovi-25 {
    width: 100%;
  }

  .national-info p,
.iup-info p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .main-card {
    margin-top: 20px;
  }
  .main-card a {
    justify-content: flex-end;
  }
}
@media (max-width: 575.98px) {
  .gw-tab-container .gtc-tab .nav-item {
    min-width: 100%;
  }
}
html[dir=ltr] body {
  direction: ltr;
  text-align: left;
}

/*# sourceMappingURL=style.css.map */
