@import url(bootstrap.min.css);
@import url(animate.css);
@import url(all.css);
@import url(line-awesome.min.css);
@import url(owl.carousel.css);

/* Start Fonts */

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,800&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@font-face {
  font-family: "iwan";
  src: url(../fonts/web/iwan-regular.otf);
}

@font-face {
  font-family: "iwanLight";
  src: url(../fonts/web/iwan-light.otf);
}

@font-face {
  font-family: "iwanMed";
  src: url(../fonts/web/iwan-mdium.otf);
}

@font-face {
  font-family: "iwanBold";
  src: url(../fonts/web/iwan-bold.otf);
}

/* End Fonts */

:root {
  --main-color: #00264f;
  --sec-color: #ffbf12;
  --dark-color: #0d0d0d;
  --bg-color: #f5f5f5;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  font-family: "Cairo", sans-serif;
  color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  text-decoration: none;
  color: var(--main-color);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:focus {
  text-decoration: none;
  /* color: inherit; */
}

button,
button:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Cairo", sans-serif;
  background: #fff;
  text-align: start;
  direction: rtl;
}

section,
footer {
  overflow: hidden;
  position: relative;
}

p {
  margin: 0;
  color: #626262;
  font-size: 15px;
  line-height: 25px;
}

ul {
  padding: 0;
  margin: 0;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

li {
  display: block;
  list-style: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

iframe {
  width: 100%;
  height: 100%;
}

.padding {
  padding: 0 !important;
}

img {
  max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
  outline: none !important;
}

textarea {
  resize: none;
}

main {
  overflow: hidden;
  min-height: calc(100vh - 388px);
}

.owl-carousel {
  direction: ltr;
}

/* Start Loading */

.loader {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999999999999999999999999999;
  background: #fff;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .loader-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.loader .loader-inner img {
  max-width: 250px;
}

/* End Loading */

/* Start Not-found */

.not-found .not-found-pro {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.not-found .not-found-pro img {
  max-height: 400px;
}

.not-found .not-found-pro h2 {
  font-size: 30px;
  color: var(--dark-color);
  font-weight: bold;
}

.not-found .not-found-pro h4 {
  margin: 15px 0;
  font-size: 20px;
  color: #777;
}

.not-found .not-found-pro p {
  margin: 25px 0 15px;
  font-size: 14px;
  color: #777;
  /* font-weight: bold; */
  position: relative;
}

.not-found .not-found-pro .btn.go-home {
  padding: 0;
  line-height: normal;
  min-height: auto;
  background: transparent;
  color: var(--sec-color);
  font-size: 20px;
  text-decoration: underline;
  margin: 0 auto;
}

.not-found .not-found-pro p::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  border-bottom: 1px #f1f1f1 solid;
  margin: auto;
  width: 100%;
  bottom: 0;
  height: 1px;
  z-index: -2;
}

.not-found .not-found-pro p::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
  margin: 20px 0;
}

/* End Not-found */

/* Start Select Nice */

select {
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  /* float: right; */
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  outline: none;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #e2dddd;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #707070;
  padding: 0 20px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  content: "\f107";
  display: block;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  left: 15px;
  top: 0;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out;
  font-family: "Line Awesome Free";
  font-weight: bold;
  border: none !important;
  transform: none !important;
  font-size: 14px;
  color: #585858;
  /* opacity: .35; */
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: var(--white-color);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding: 0 10px;
  text-align: start;
  transition: all 0.2s;
  color: #000;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--main-color);
  color: #fff;
}

/* End Select Nice */

/***

====================================================================
Start Search Popup
====================================================================

***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -200%;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../images/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--main-color);
  width: 70px;
  cursor: pointer;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  padding: 0;
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  padding-inline-end: 70px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  left: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
  font-size: 20px;
  color: #ffffff;
}

/***

====================================================================
Start Search Popup
====================================================================

***/

/*** 

====================================================================
	Start Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  color: #ffffff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 270px;
  padding-inline-end: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  /* text-align: left; */
}

.mobile-menu .nav-logo img {
  max-width: 200px;
  max-height: 55px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  right: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  right: 0px;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.mobile-menu .close-btn {
  display: n;
  position: relative;
  left: 0;
  top: 0;
  line-height: normal;
  width: auto;
  text-align: left;
  font-size: 15px;
  color: var(--dark-color);
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  margin: 14px;
  width: 100%;
  transition: all 0.5s;
  display: none;
}

.mobile-menu-visible .mobile-menu .close-btn {
  opacity: 1;
  display: block;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 152px);
  overflow: hidden;
  overflow-y: auto;
  display: block;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 15px;
  color: #404040;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #404040;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: block;
  background: var(--bg-color);
  height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.sticky-header .navbar-header {
  display: none;
}

.sticky-header .outer-box .nav-btn {
  position: relative;
  top: 4px;
  float: right;
  font-size: 22px;
  color: #000000;
  cursor: pointer;
  margin-top: 0px;
  margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 28px;
  color: #000000;
  cursor: pointer;
  margin-left: 30px;
}

.sticky-header .outer-box .search-box-btn {
  color: #000000;
}

.sticky-header .outer-box {
  padding: 22px 0px;
}

.mobile-menu .menu-box .nav-title {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background: var(--main-color);
  justify-content: space-between;
}

.mobile-menu .menu-box .nav-title h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.mobile-menu .navigation li.menu-item-has-children::after {
  content: "\f107";
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px;
  font-family: "Line Awesome Free";
  font-weight: bold;
  transition: all 0.5s;
}

.mobile-menu .navigation li.open .sub-menu {
  height: auto;
  padding: 0 20px;
}

.mobile-menu .navigation li.menu-item-has-children.open::after {
  transform: rotate(180deg);
}

/*** 

====================================================================
	End Sidebar style
====================================================================

***/

/* Start Header */

.nav-inner {
  display: flex;
  /* width: 100%; */
  align-items: center;
  position: relative;
  /* flex: 0 1; */
  margin-inline-start: auto;
}

.header-in .menu-left {
  display: flex;
  /* gap: 30px; */
  align-items: center;
  margin-inline-start: 10px;
}

.menu-left .mobile-nav-toggler {
  width: 40px;
  height: 40px;
  background: var(--main-color);
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  border-radius: 4px;
  display: none;
}

header {
  position: relative;
  z-index: 6;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  /* overflow: hidden; */
  background: var(--bg-color);
}

header .header-top {
  padding: 10px 0;
  background: var(--sec-color);
  position: relative;
  overflow: hidden;
}

.whats-h a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
}

.whats-h a i {
  font-size: 20px;
  color: var(--main-color);
  margin-inline-end: 10px;
}

.in-h {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.in-h a {
  color: #fff;
  font-size: 20px;
}

header .menu-nav {
  /* background: #fff; */
  padding: 5px 0;
  /* box-shadow: 0px 3px 6px #00000036; */
}

header .menu-nav .menu-ul {
  display: flex;
  /* gap: 50px; */
  position: relative;
  /* flex: auto; */
}

.logo-h .logo {
  width: 158px;
  display: block;
}

header .menu-nav li a {
  display: block;
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  padding: 13px 25px;
  font-weight: 600;
  position: relative;
}

header .menu-nav .header-in {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-menu {
  position: absolute;
  z-index: 6;
  max-width: 248px;
  background: #f4f6f7;
  border: none;
  left: calc(-30px / 2);
  min-width: 248px;
  right: 0;
  transition: all 0.5s;
  height: 0;
  /* overflow: hidden; */
  opacity: 0;
  visibility: hidden;
}

header .menu-nav .menu-ul li {
  padding: 0;
  position: relative;
  margin: 0;
}

header .menu-nav .sub-menu li a {
  padding: 10px 20px !important;
  /* color: #000; */
  /* font-size: 20px; */
}

header .menu-nav li .sub-menu li a:hover {
  background: var(--main-color);
  color: #fff !important;
}

header .menu-nav .menu-ul li:hover .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
}

header .menu-nav .menu-ul li.menu-item-has-children::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: bold;
  position: absolute;
  left: -2px;
  top: 16px;
  font-size: 18px;
  transition: all 0.5s;
  /* color: #fff; */
}

header .menu-nav .menu-ul li.menu-item-has-children:hover::after {
  transform: rotate(180deg);
  /* color: #fff; */
}

.header-in .menu-left .search-box-btn.search-box-outer,
.header-in .menu-left .lang,
.header-in .menu-left .user-box-btn a {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
  width: 45px;
  height: 45px;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: var(--main-color);
  line-height: 45px;
}

.header-in .menu-left .lang {
  font-size: 16px;
}

header .menu-nav li a:hover,
header .menu-nav li:first-child a:hover,
header .menu-nav li:nth-child(2) a:hover,
header .menu-nav li:nth-child(3) a:hover,
header .menu-nav li:nth-child(4) a:hover,
header .menu-nav li:nth-child(5) a:hover,
header .menu-nav li:nth-child(6) a:hover {
  /* color: #fff !important; */
}

.sticky.active .menu-nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}

.sticky.active .menu-nav {
  padding: 5px 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  background: #fff;
}

.slider-block .img-slider {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

header .menu-nav li a::after {
  display: block;
  content: "";
  height: 2px;
  left: 1em;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  right: 5px;
  transition: 300ms ease transform, 300ms ease background, 300ms ease opacity;
  transform: scaleX(0);
  transform-origin: right;
  margin-top: 1em;
  display: none;
}

header .menu-nav li a:hover::after {
  transform: scale(1);
  transform-origin: left;
  background: #fff;
  opacity: 0.4;
}

header .menu-nav li a::before {
  content: "";
  display: block;
  background: var(--main-color);
  position: absolute;
  left: calc(-35px / 2);
  top: 50%;
  right: calc(-35px / 2);
  bottom: 0;
  z-index: -1;
  max-height: 50px;
  min-height: 50px;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right;
  transition: 300ms ease transform;
  transition-delay: 100ms;
  display: none;
}

header .menu-nav li a:hover::before {
  transform: translateY(-50%) scaleX(1);
  transform-origin: left;
}

header .menu-nav .menu-ul li li {
  padding: 0;
  margin: 0;
}

header .menu-nav .sub-menu li a::after,
header .menu-nav .sub-menu li a::before {
  display: none;
}

header .menu-nav li:first-child a,
header .menu-nav li:nth-child(2) a,
header .menu-nav li:nth-child(3) a,
header .menu-nav li:nth-child(4) a,
header .menu-nav li:nth-child(5) a,
header .menu-nav li:nth-child(6) a {
  /* color: #333 !important; */
}

header .menu-nav li.current-menu-item a,
header .menu-nav li a:hover {
  color: var(--main-color) !important;
}

header .menu-nav li.current-menu-item a::after {
  transform: translateY(-50%) scaleX(1);
  transform-origin: left;
}

header .menu-nav .menu-ul .sub-menu li.menu-item-has-children::after {
  content: "\f105";
  /* color: var(--main-color); */
  transform: none;
  top: 12px;
  margin: 0 7px;
  /* z-index: 6; */
}

header .menu-nav .menu-ul li .sub-menu li .sub-menu,
header .menu-nav .menu-ul li .sub-menu li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

header .menu-nav .menu-ul li .sub-menu li:hover .sub-menu,
header .menu-nav .menu-ul li .sub-menu li .sub-menu li:hover .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.header-in .menu-left .search-box-btn.search-box-outer::after,
.header-in .menu-left .user-box-btn a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: var(--sec-color); */
  /* opacity: 1; */
}

.header-in .menu-left .search-box-btn.search-box-outer::before,
.header-in .menu-left .user-box-btn a::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: none;
  width: 100%;
  transition: all 0.5s;
}

.header-in .menu-left .search-box-btn.search-box-outer:hover::before,
.header-in .menu-left .user-box-btn a:hover::before {
  box-shadow: 0 -50px var(--main-color) inset;
}

.header-in .menu-left .search-box-btn.search-box-outer i,
.header-in .menu-left .user-box-btn i {
  position: relative;
}

header.sticky.active .menu-nav li a {
  /* color: #333; */
  /* position: relative; */
  /* z-index: 2; */
  font-size: 15px;
  padding: 0 18px;
}

header.sticky.active .header-in .menu-left .search-box-btn.search-box-outer {
  /* color: #333; */
}

header.sticky.active
  .header-in
  .menu-left
  .search-box-btn.search-box-outer:hover {
  color: #fff;
}

.header-inner-h {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: flex-end;
}

.header-inner-h .info-head ul {
  display: flex;
}

.header-inner-h .info-head ul li,
.header-inner-h .info-head ul li a {
  display: flex;
  /* width: 100%; */
  color: #fff;
  font-size: 15px;
  align-items: center;
}

.header-inner-h .info-head ul li {
  padding: 0 20px;
  border-inline-end: 1px #fff solid;
}

.header-inner-h .info-head ul li i {
  /* color: var(--main-color); */
  margin-inline-end: 12px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.header-inner-h .info-head ul li h6 {
  margin: 0;
  font-size: inherit;
  display: flex;
  color: #fff;
  top: 2px;
  position: relative;
}

.header-inner-h .info-head ul li h6 .title-info {
  margin-inline-end: 5px;
}

.header-inner-h .info-head ul li h6 .details-info {
  display: flex;
  /* opacity: .5; */
  direction: ltr;
}

.header-inner-h .info-head ul li:last-child {
  margin: 0;
}

.header-inner-h .s-h {
  display: flex;
  flex-wrap: wrap;
}

.header-inner-h .s-h a {
  color: #fff;
  font-size: 15px;
  margin-inline-end: 15px;
}

.header-inner-h .s-h .lang-web a {
  margin: 0;
}

.header-inner-h .info-head {
  display: flex;
  position: relative;
  margin: 2px 0;
  /* justify-content: flex-end; */
  width: 100%;
}

.header-in .menu-left .user-box-btn a {
  margin-inline-start: 15px;
}

.header-in .menu-left .search-box-btn.search-box-outer:hover,
.header-in .menu-left .user-box-btn a:hover {
  color: #fff !important;
  background: var(--sec-color);
}

header .header-top .col-md-3:first-child::before {
  position: absolute;
  right: 0;
  top: -100%;
  content: "";
  height: 300%;
  width: 500%;
  background: var(--main-color);
  z-index: 0;
  transform: skewX(20deg);
  border-inline-end: 5px solid #ffffff;
}

.lang-web {
  margin-top: -2px;
}

.btn {
  min-width: 128px;
  min-height: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-family: iwanBold;
  padding: 5px;
  border: none;
  outline: none;
}

.btn:hover,
.btn:focus {
  background: var(--sec-color);
  color: #fff;
}

/* End Header */

/* Start Video-banner */

.video-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 906px;
  /* background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */
}

.video-banner video {
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

/* End Video-banner */

/* Start About-h */

.overlay-img {
  z-index: -1;
  position: absolute;
  inset: 0;
}

.overlay-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-h {
  padding: 100px 0 94px;
}

.about-h .overlay-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--main-color);
  opacity: 0.92;
}

.title {
  margin: 0 0 35px;
}

.title h3 {
  position: relative;
  color: #fff;
  font-size: 32px;
  font-family: "iwanBold";
  line-height: 41px;
  display: table;
  padding: 0 0 12px;
  margin: 0;
}

.title h3::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid var(--sec-color);
}

.title.title-center {
  display: table;
  margin: 0 auto 35px;
}

.text-about {
  max-width: 1112px;
  margin: 0 auto;
  text-align: center;
}

.text-about p {
  letter-spacing: 0.12px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 32px;
}

.btn.btn-sec {
  min-width: 184px;
  min-height: 48px;
  background: var(--sec-color);
  font-family: "Cairo";
  font-weight: bold;
  padding: 10px;
  border: 1px solid var(--sec-color);
}

.btn.btn-sec:hover,
.btn.btn-sec:focus {
  background: transparent;
  color: var(--sec-color);
}

/* End About-h */

/* Start Awards-h */

.bg-h {
  background: radial-gradient(
    closest-side at 50% 50%,
    #004c9d 0%,
    #00264f 100%
  );
}

.awards-h {
  padding: 44px 0;
}

.awards-slider .item {
  padding: 0 11px;
}

.arw-block {
  margin: 15px 0;
  background: #fff;
  box-shadow: 0px 13px 22px #0000004a;
  border-radius: 5px;
  overflow: hidden;
  direction: rtl;
  /* padding: 16px; */
}

.arw-block .img-block {
  height: 275px;
  border-radius: 5px;
  overflow: hidden;
  padding: 16px 16px 0;
}

.arw-block .img-block .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.arw-block .img-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
}

.arw-block .details .date-h {
  width: 203px;
  height: 51px;
  padding: 13px 28px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  display: table;
  border-start-end-radius: 5px;
  border-end-end-radius: 5px;
}

.arw-block .details p {
  padding: 16px 16px 8px;
  color: #00375c;
  font-size: 16px;
  line-height: 30px;
}

.arw-block .details .readMore {
  padding: 0 16px 14px;
  display: table;
}

.readMore {
  font-size: 14px;
  color: var(--sec-color) !important;
  line-height: 26px;
  font-weight: bold;
}

.readMore i {
  margin-inline-start: 6px;
  position: relative;
  top: 2px;
  transition: all 0.5s;
}

.readMore:hover i {
  margin-inline-start: 12px;
}

.arw-block:hover .img-block .img img {
  transform: scale(1.3);
}

/* End Awards-h */

/* Start News-h */

.news-h {
  padding: 11px 0 115px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 106%;
  left: -3%;
  right: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 46px;
  color: var(--sec-color);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
  font-size: inherit;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.news-slider .item {
  padding: 0 20px;
}

.news-block {
  display: flex;
  direction: rtl;
  background: #fff;
  border-radius: 5px;
  padding: 16px;
}

.news-block .img-block {
  width: 225px;
  height: 220px;
  border-radius: 5px;
  overflow: hidden;
}

.news-block .img-block .img {
  display: block;
  width: 100%;
  height: 100%;
}

.news-block .img-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
}

.news-block .details {
  width: calc(100% - 225px);
  padding-inline-start: 16px;
  padding-top: 15px;
}

.news-block .details .name {
  font-size: 18px;
  color: var(--main-color);
  line-height: 30px;
  display: block;
  font-weight: bold;
}

.news-block .details p {
  margin: 9px 0 16px;
  color: #00264f;
  font-size: 16px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
}

.news-block:hover .img-block .img img {
  transform: scale(1.2);
}

/* End News-h */

/* Start Footer */

footer {
  background: var(--bg-color);
}

.footer-top {
  padding: 25px 0 20px;
}

.logo-f {
  max-width: 418px;
  text-align: center;
}

footer p {
  /* max-width: 391px; */
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.s-f {
  margin: 9px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-top .col-md-4:first-child {
  margin-inline-end: auto;
}

.s-f a {
  width: 31px;
  height: 31px;
  border: 2px solid #1e1e1e;
  margin: 0 4px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
}

.s-f a:hover {
  background: #1755a6;
  color: #fff;
  border-color: #1755a6;
}

.foot-col h3 {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  margin: 0 0 7px;
}

.foot-col .links-f li a {
  display: block;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 26px;
  margin: 4px 0;
}

.foot-col .links-f li a:hover {
  color: var(--sec-color);
}

.info-f a {
  display: flex;
  margin: 7px 0;
  align-items: center;
  -webkit-align-items: center;
  color: #1e1e1e;
  /* transition: all .3s; */
}

.info-f a i {
  width: 22px;
  height: 22px;
  border: 1px solid #25253f;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  /* transition: all .3s; */
}

.info-f a span {
  width: calc(100% - 22px);
  padding-inline-start: 8px;
  font-size: 14px;
  transition: none;
}

.info-f a span u {
  display: block;
  text-decoration: none;
  direction: ltr;
}

.info-f a:hover {
  color: var(--sec-color);
}

.info-f a:hover i {
  border-color: var(--sec-color);
}

.footer-bottom {
  border-top: 1px solid #d6d6d6;
  padding: 10px 0;
}

.footer-bottom .row {
  align-items: center;
  -webkit-align-items: center;
}

footer .footer-bottom p {
  line-height: 26px;
}

.pay-h {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pay-h img {
  max-width: 68px;
  max-height: 35px;
  margin: 0 4px;
  height: 19px;
}

.logo-company {
  display: table;
  margin-inline-start: auto;
}

.logo-company a img {
  max-height: 49px;
}

/* End Footer */

/* Start Single-page */

.body-inner {
  padding: 40px 0;
}

.img-single {
  height: 557px;
}

.img-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.text-single h3 {
  color: #25253f;
  font-size: 40px;
  font-weight: bold;
  line-height: 75px;
  margin: 0;
}

.text-single p {
  margin: 20px 0;
  color: #25253f;
  font-size: 16px;
  line-height: 30px;
}

/* End Single-page */
