@font-face {
  font-family: "Almarai";
  src: url("../fonts/Almarai-Regular.eot");
  src: url("../fonts/Almarai-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Almarai-Regular.woff2") format("woff2"), url("../fonts/Almarai-Regular.woff") format("woff"), url("../fonts/Almarai-Regular.ttf") format("truetype"), url("../fonts/Almarai-Regular.svg#Almarai-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almarai";
  src: url("../fonts/Almarai-Bold.eot");
  src: url("../fonts/Almarai-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Almarai-Bold.woff2") format("woff2"), url("../fonts/Almarai-Bold.woff") format("woff"), url("../fonts/Almarai-Bold.ttf") format("truetype"), url("../fonts/Almarai-Bold.svg#Almarai-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* MAIN FONT FAMILY */
/* MAIN FONT SIZE */
/* COLORS VARIABLES */
/* display grid mixin 
 DEFAULT VALUE 265PX DIVIDE WRAPPER TO 3 COLUMS 
 YOU NEED TO PUT VALUE IN MIXIN WITH PX  >>>  EXAMPLE 
@include displayGrid(265px);
*/
/*
---TEXT TRUNCATE
> $lines => the max number of lines to show before ellipses.
> $maxWidth => max width of text element.
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

img {
  max-width: 100%;
}

html {
  font-family: "Almarai";
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative;
}

*::-webkit-scrollbar {
  background-color: #eeedf3;
  width: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #002118;
  border-radius: 25px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #eeedf3;
  width: 10px;
}

.btn {
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
  width: 100%;
  border: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
  height: 150px;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

.wpml-ls-statics-footer {
  display: none;
}

.lg-outer {
  direction: ltr;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  background-image: url("../images/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  background-position: left 3% center;
}

[dir=ltr] select {
  background-position: right 3% center;
}

body {
  font-family: "Almarai";
  font-size: 16px;
  direction: rtl;
  text-align: start;
  position: relative;
  background: linear-gradient(90deg, #e6f7f0 0%, #fffbf0 100%);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

[dir=ltr] body {
  direction: ltr;
}

.text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 100%;
  text-overflow: ellipsis;
  text-wrap: balance;
}

.image-wrap img,
.image-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-wrap.contain {
  object-fit: contain;
}

figure.image-wrap {
  margin: 0;
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.overlay.slider {
  background: linear-gradient(74deg, rgba(0, 40, 29, 0.92) 40.17%, rgba(25, 208, 123, 0.92) 99.67%);
}
.overlay.overlay_skilled {
  background: rgba(0, 33, 24, 0.75);
}

.head {
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}
.head span {
  border-radius: 26.724px;
  background: #14321c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #DEBB5E;
  font-weight: 700;
  width: 131.414px;
  margin: auto;
  padding: 13px 30px;
}
.head > .title {
  font-size: 30px;
  line-height: 1;
  margin-block-end: 15px;
  position: relative;
  width: fit-content;
  text-transform: capitalize;
  color: #36635A;
  padding-block-end: 12px;
}
.head > .title .text {
  color: #6c6c6c;
}
.head.centered {
  text-align: center;
}
.head.centered span {
  border-radius: 26.724px;
  background: #14321c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #DEBB5E;
  font-weight: 700;
  width: 131.414px;
  margin: auto;
  padding: 13px 30px;
}
.head.centered .title {
  margin: 20px auto 20px auto;
  font-size: 28px;
  font-weight: bold;
}
.head.centered .text {
  margin: auto;
  color: #6c6c6c;
}
.head.borderd {
  border: 1px solid #002118;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
}

.overlay-all {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.6117647059);
}
.overlay-all.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.padding-page {
  padding-block: 120px 50px;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.contact li {
  padding: 10px 0;
}
.contact li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  gap: 10px;
}
.contact li a svg {
  color: #002118;
  padding: 5px;
  border-radius: 50%;
  font-size: 22px;
}

.location .map {
  height: 400px;
}

section {
  padding: 50px 0;
}

.modal .modal-dialog::after, .page-loading .navbar-brand::before, .icon-scroll::before, .navbar-mobile::before, .nav-bar .nav-flex .navbar-links > li > a::before {
  content: "";
  display: block;
  position: absolute;
}

.breadcrumpp, .footer-bg-wrapper .footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text, .content-text {
  color: #36635A;
  line-height: 2;
  text-wrap: balance;
}

.border-circle {
  border-radius: 100%;
}

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

.element-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.row-gap-10 {
  row-gap: 10px;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-30 {
  row-gap: 30px;
}

.row-gap-40 {
  row-gap: 40px;
}

.row-gap-50 {
  row-gap: 50px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.m-x-auto {
  margin-inline: auto;
}

.m-y-auto {
  margin-block: auto;
}

.p-y-10 {
  padding-block: 10px;
}

.p-y-20 {
  padding-block: 20px;
}

.p-y-30 {
  padding-block: 30px;
}

.p-y-40 {
  padding-block: 40px;
}

.p-y-50 {
  padding-block: 50px;
}

.p-x-5 {
  padding-inline: 5px;
}

.p-x-10 {
  padding-inline: 10px;
}

.p-x-15 {
  padding-inline: 15px;
}

.p-x-20 {
  padding-inline: 20px;
}

.p-x-25 {
  padding-inline: 25px;
}

.p-2 {
  padding: 2px;
}

.p-4 {
  padding: 4px;
}

.p-6 {
  padding: 6px;
}

.p-8 {
  padding: 8px;
}

.p-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-14 {
  padding: 14px;
}

.p-16 {
  padding: 16px;
}

.p-18 {
  padding: 18px;
}

.p-20 {
  padding: 20px;
}

.above-all {
  overflow: hidden;
  position: relative;
}

.upper-bar {
  padding: 8px 0;
  background-color: #002118;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: none;
}
.upper-bar .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  color: #36635A;
  gap: 20px;
  flex-wrap: wrap;
}
.upper-bar .wrapper .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.upper-bar .wrapper .navbar-brand img {
  width: 75px;
}
.upper-bar .wrapper .navbar-brand span {
  color: #002118;
}
.upper-bar .wrapper .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex: 0 0 35%;
}
.upper-bar .wrapper .icons .search-div {
  width: 80%;
}
.upper-bar .wrapper .icons .search-div .input-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  min-height: 35px;
  padding: 5px;
  min-width: 200px;
  border-radius: 6px;
}
.upper-bar .wrapper .icons .search-div .input-wrap button {
  background-color: transparent;
}
.upper-bar .wrapper .icons .languages {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 18px;
}
.upper-bar .wrapper .icons .languages img {
  width: 25px;
}
.upper-bar .wrapper .social-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.upper-bar .wrapper .social-links li {
  border-radius: 50%;
}
.upper-bar .wrapper .social-links li a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  background: transparent;
}

.nav-bar {
  padding: 25px 0;
  background-color: #002118;
}
.nav-bar .nav-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
}
.nav-bar .nav-flex .navbar-brand {
  width: 190px;
}
.nav-bar .nav-flex .navbar-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1;
  gap: 10px;
}
.nav-bar .nav-flex .navbar-links > li {
  position: relative;
}
.nav-bar .nav-flex .navbar-links > li > a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 20px 0px;
  font-size: 12px;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  color: #B4B4B4;
  font-weight: 700;
}
.nav-bar .nav-flex .navbar-links > li > a::before {
  bottom: -20px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  margin: auto;
  width: 0;
  height: 4px;
  background-color: #002118;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li > a:hover, .nav-bar .nav-flex .navbar-links > li > a.active {
  color: #DEBB5E;
}
.nav-bar .nav-flex .navbar-links > li > a:hover::before, .nav-bar .nav-flex .navbar-links > li > a.active::before {
  width: 100%;
}
.nav-bar .nav-flex .navbar-links > li.menu-item-has-children > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
}
.nav-bar .nav-flex .navbar-links > li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #DEBB5E;
  /* Adjust the color and size as needed */
  display: inline-block;
  vertical-align: middle;
  /* Adjust vertical alignment if needed */
  margin-left: 5px;
  /* Adjust margin as needed */
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li.menu-item-has-children > a:hover:after {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu {
  position: absolute;
  inset-block-start: 93px;
  background: #002118;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  width: 160px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  overflow: initial;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li {
  padding: 15px 10px;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #a0a0a0;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children {
  position: relative;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #DEBB5E;
  /* Adjust the color and size as needed */
  display: inline-block;
  vertical-align: middle;
  /* Adjust vertical alignment if needed */
  margin-left: 5px;
  /* Adjust margin as needed */
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > a:hover:after {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  inset-block-start: 0;
  left: -100px;
  background: #002118;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  width: 160px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  transition: all 0.5s ease-in-out;
  inset-block-start: 0px;
  left: -160px;
  opacity: 1;
  visibility: visible;
  z-index: 255;
}
.nav-bar .nav-flex .navbar-links > li:hover > .sub-menu {
  transition: all 0.5s ease-in-out;
  inset-block-start: 60px;
  opacity: 1;
  visibility: visible;
  z-index: 254;
}
.nav-bar .nav-flex .navbar-links li {
  position: relative;
}
.nav-bar .nav-flex .toggle-btn {
  width: 31px;
  height: 21px;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: space-between;
  flex-wrap: unset;
  gap: unset;
  cursor: pointer;
}
.nav-bar .nav-flex .toggle-btn .bar {
  background-color: #DEBB5E;
  width: 100%;
  height: 3px;
}
.nav-bar .nav-flex .icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: nowrap;
  gap: 20px;
  color: #36635A;
  gap: 10px;
}
.nav-bar .nav-flex .icons .languages {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  color: white;
}
.nav-bar .nav-flex .icons .languages img {
  width: 25px;
}
.nav-bar .nav-flex .main-btn {
  margin: 0;
  min-width: 90px;
  background-color: white;
  color: #1e1e1e;
  border: 1px solid white;
  font-size: 13px;
  font-weight: 700;
}

.navbar-mobile {
  position: fixed;
  inset-inline-start: -100%;
  background-color: rgba(33, 36, 61, 0.6901960784);
  color: #36635A;
  opacity: 0;
  visibility: hidden;
  padding: 20px 20px 0 0;
  overflow: auto;
  width: 90%;
  height: 100%;
  transition: all 1s ease-in-out;
  text-align: start;
  border-left: 4px solid #fff;
  z-index: 99999;
}
.navbar-mobile::before {
  position: fixed;
  inset: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7019607843);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}
.navbar-mobile .nav-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  margin-bottom: 20px;
  z-index: 55;
}
.navbar-mobile .nav-flex .navbar-brand img {
  width: 220px;
}
.navbar-mobile .nav-flex .close-btn {
  display: block;
  text-align: left;
  padding-left: 10px;
  font-size: 35px;
  color: #fff;
  margin: 10px;
}
.navbar-mobile .nav-flex::after {
  content: "";
  background-color: #36635A;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  right: -15px;
}
.navbar-mobile .mobile-links {
  padding: 15px;
  position: relative;
  z-index: 55;
  justify-content: flex-end;
}
.navbar-mobile .mobile-links li {
  position: relative;
  padding: 10px 0;
}
.navbar-mobile .mobile-links li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  gap: 10px;
}
.navbar-mobile .mobile-links li a.active {
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  background-color: #002118;
}
.navbar-mobile .mobile-links li.menu-item-has-children {
  position: relative;
}
.navbar-mobile .mobile-links li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #DEBB5E;
  /* Adjust the color and size as needed */
  display: inline-block;
  vertical-align: middle;
  /* Adjust vertical alignment if needed */
  margin-left: 5px;
  /* Adjust margin as needed */
  transition: all 0.5s ease-in-out;
}
.navbar-mobile .mobile-links li.menu-item-has-children > a:hover:after {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
.navbar-mobile .mobile-links li.menu-item-has-children > a.arrow {
  padding: 10px;
}
.navbar-mobile .mobile-links li.menu-item-has-children > a.arrow::after {
  transform: rotate(90deg) translate(0, -50%);
  transition: all 0.5s ease-in-out;
  transform-origin: center top;
}
.navbar-mobile .mobile-links li .sub-menu {
  background: rgba(33, 36, 61, 0.0784313725);
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 85%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.5s ease-in-out;
  margin-inline-start: 10px;
}
.navbar-mobile .mobile-links li .sub-menu > li {
  padding: 10px 10px 10px 0;
  position: relative;
}
.navbar-mobile .mobile-links li .sub-menu > li a {
  color: #fff;
  position: relative;
  display: flex;
}
.navbar-mobile .mobile-links li .sub-menu.show {
  opacity: 1;
  max-height: 1000px;
  visibility: visible;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
}
.navbar-mobile .mobile-links li.clicked > a {
  background-color: #002118;
  color: #fff !important;
  transition: all 0.5s ease-in-out;
}
.navbar-mobile .mobile-links li {
  position: relative;
}
.navbar-mobile.active {
  opacity: 1;
  visibility: visible;
  inset-inline-start: 0;
  transition: 1s ease all;
}
.navbar-mobile.active::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s ease-in-out;
  width: 88%;
}

.fixed-nav {
  background-color: #fff;
}
.fixed-nav.fixed {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1882352941);
  margin-bottom: 20px;
}

.header {
  margin-bottom: 50px;
}
.header .header-slider .item {
  position: relative;
  height: 500px;
}
.header .header-slider .item .image-wrap {
  height: 100%;
  position: relative;
}
.header .header-slider .item .image-wrap img,
.header .header-slider .item .image-wrap video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header .header-slider .item .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 55;
}
.header .header-slider .item .info h2,
.header .header-slider .item .info h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.header .header-slider .item .info h2 {
  font-weight: bold;
}
.header .header-slider .item .info h3 {
  font-weight: normal;
}

.footer-bg-wrapper .footer {
  padding-block: 50px;
  position: relative;
  z-index: 3;
}
.footer-bg-wrapper .footer .row--edit {
  position: relative;
  z-index: 5;
  margin-bottom: 70px;
}
.footer-bg-wrapper .footer h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.footer-bg-wrapper .footer .logo {
  text-align: start;
}
.footer-bg-wrapper .footer .logo .image-wrap {
  width: 250px;
  margin: 0 0 15px;
}
.footer-bg-wrapper .footer .logo .image-wrap img {
  object-fit: contain;
}
.footer-bg-wrapper .footer .logo .text {
  color: #fff;
}
.footer-bg-wrapper .footer .links .menu-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-bg-wrapper .footer .links .menu-links li {
  color: #fff;
  font-size: 18px;
}
.footer-bg-wrapper .footer .links.links-1 .menu-links {
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-bg-wrapper .footer .links.links-1 .menu-links li {
  flex: 1 1 45%;
}
.footer-bg-wrapper .footer .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.footer-bg-wrapper .footer .contact li {
  padding: 5px 0;
}
.footer-bg-wrapper .footer .contact li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.footer-bg-wrapper .footer .contact li a i {
  color: #002118;
  padding: 5px;
  border-radius: 50%;
  font-size: 18px;
}
.footer-bg-wrapper .footer .subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: 80%;
}
.footer-bg-wrapper .footer .subscribe .text {
  max-height: 105px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper {
  background-color: transparent;
  position: relative;
  border: 0;
  width: 100%;
  padding: 0;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 15px;
  position: relative;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex {
  width: 100%;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap {
  overflow: hidden;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap:first-child {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  flex: 1;
  height: 45px;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap:first-child input {
  border-radius: 0;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap:last-child {
  position: absolute;
  inset-inline-end: -10px;
  width: fit-content;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap .wrap {
  background-color: #ececec;
  width: 45.33px;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  color: #002118;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .wrap-flex .input-wrap > p {
  flex: 1;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .input-wrap {
  height: 45px;
  margin-bottom: 0;
  width: 100%;
  flex: 1;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .input-wrap input {
  border: 2px solid #002118;
  border: 6px;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .input-wrap input:not([type=submit]) {
  width: 100%;
  background-color: #f8f9f5;
  border: 0;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .input-wrap input[type=email] {
  width: 100%;
}
.footer-bg-wrapper .footer .subscribe .form-wrapper form .input-wrap .main-btn {
  min-width: 85px;
}
.footer-bg-wrapper .footer .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-block-end: 15px;
}
.footer-bg-wrapper .footer .social-links li a {
  border-radius: 4px;
  color: #002118;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  font-size: 20px;
}
.footer-bg-wrapper .footer .overlay {
  background-color: rgba(109, 54, 38, 0.5);
}
.footer-bg-wrapper .copyright {
  padding: 15px 0;
  background-color: #002118;
  position: relative;
  z-index: 3;
  display: none;
}
.footer-bg-wrapper .copyright .container {
  display: flex;
  flex-direction: space-between;
  align-items: unset;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  color: #fff;
}
.footer-bg-wrapper .copyright .container .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  text-align: center;
}
.footer-bg-wrapper .copyright .container .right .footer-new-img {
  width: 70px;
}
.footer-bg-wrapper .copyright .container .right a,
.footer-bg-wrapper .copyright .container .right p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.footer-bg-wrapper .copyright .container .right .links-new {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: nowrap;
  gap: 6px;
}
.footer-bg-wrapper .copyright .container .right .links-new a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.footer-bg-wrapper .copyright .container .text {
  color: #fff;
  text-align: center;
}

footer {
  background: #011912;
  padding: 80px 0 20px;
  position: relative;
}
footer .join_us {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #404444;
  padding-bottom: 40px;
}
footer .join_us h3 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: 70%;
}
footer .join_us .btn {
  border-radius: 8px;
  background: #debb5e;
  color: #1e1e1e;
}
footer .content_footer {
  border-bottom: 1px solid #404444;
  padding: 40px 0;
}
footer .content-text {
  color: #dedede;
  font-size: 16px;
  font-weight: 400;
}
footer .footer-image {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  object-fit: contain;
  width: 500px;
  height: 500px;
}
footer .menu_footer{
	position:relative ;
	display:block ;
	z-index: 100;
}
footer .menu_footer h6 {
  color: white;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 30px;
}
footer .menu_footer .navbar-links li {
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
}
footer .lower-footer {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
footer .lower-footer p {
  font-weight: 400;
  color: white;
  font-size: 14px;
}

/* start preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-position: center center;
  background-repeat: no-repeat;
  display: none !important;
}

.preloader-close {
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer .overlay_ls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
}

/* finish preloader */
#mouseCursor {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  inset-inline-end: 0; /* Adjusted for RTL */
}

#cursor {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
}

#dot {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#mouseCursor i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 35px;
}

.main-btn {
  background-color: #002118;
  padding: 10px;
  min-width: 170px;
  width: fit-content;
  color: #fff;
  text-align: center;
  border: 1px solid #002118;
  font-size: 18px;
  font-family: "Almarai";
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  gap: 10px;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  cursor: pointer !important;
}
.main-btn:hover {
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  color: #000;
}
.main-btn.reversed {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.main-btn.reversed:hover {
  background-color: #002118;
  color: #fff;
  border: 2px solid #002118;
}

.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: wrap;
  gap: 10px;
}
.social-links li {
  border-radius: 50%;
}
.social-links li a {
  width: 27px;
  height: 27px;
  padding: 10px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #002118;
  color: #fff;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  aspect-ratio: 1/1;
  margin: 0;
  background-color: #6d5d5d;
  transition: all 0.5s ease-in-out;
  display: block;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #002118;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 58%;
  inset-inline-end: 0;
  inset-inline-start: 0;
  margin: auto;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  height: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #002118;
  font-size: 18px;
  margin: 0 5px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  border: 2px solid #fff;
}
.owl-carousel .owl-nav button.owl-prev svg,
.owl-carousel .owl-nav button.owl-next svg {
  color: #002118;
  font-size: inherit;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-nav .owl-prev {
  inset-inline-start: 20px;
  inset-block-end: 20px;
}
.owl-carousel .owl-nav .owl-next {
  inset-inline-start: 40px;
  inset-block-end: 20px;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 10%;
  margin-block-start: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  z-index: 5;
}
.icon-scroll, .icon-scroll::before {
  position: absolute;
  left: 50%;
}
.icon-scroll::before {
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
/* to-top-btn */
.up {
  position: fixed;
  inset-block-end: 20px;
  inset-inline-end: 20px;
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #002118;
  border: none;
  z-index: 10;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(calc(100% + 20px));
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.up img {
  width: 25px;
}
.up.show {
  opacity: 1;
  transform: translateY(0);
}
.up > i {
  color: #fff;
}

.page-loading {
  position: fixed;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999999955;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  display: none;
}
.page-loading .navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  width: 300px;
}
.page-loading .navbar-brand::before {
  width: 12px;
  height: 35px;
  background: red;
  right: 0;
  bottom: 0;
  offset-distance: 0%;
  animation: move 1s linear forwards;
  offset-path: path("M80.2 1167.16C51.49 1167.16 26.57 1167.16 0 1167.16C0 778.62 0 390.58 0 0.809998C171.95 0.809998 342.81 0.809998 515.69 0.809998C515.69 71.82 515.69 142.27 515.69 214.48C561.17 214.48 604.68 214.48 650.65 214.48C650.65 143.24 650.65 72.1 650.65 0C822.75 0 992.4 0 1163.9 0C1163.9 388.34 1163.9 776.28 1163.9 1165.7C1138.03 1165.7 1113.29 1165.7 1085.9 1165.7C1085.9 804.22 1085.9 443.69 1085.9 81.37C966.63 81.37 849.99 81.37 731.44 81.37C731.44 124.9 731.44 168.61 731.44 215.51C801.72 215.51 872.62 215.51 944.58 215.51C944.58 533.57 944.58 848.45 944.58 1164.9C847.13 1164.9 750.85 1164.9 651.65 1164.9C651.65 982.51 651.65 800.53 651.65 616.57C605.38 616.57 561.98 616.57 516.7 616.57C516.7 799.29 516.7 981.43 516.7 1165.69C417.89 1165.69 320.91 1165.69 222.21 1165.69C222.21 850.6 222.21 534.96 222.21 216.69C292.66 216.69 362.23 216.69 433.26 216.69C433.26 170.45 433.26 126.82 433.26 81.37C316.18 81.37 199.46 81.37 80.21 81.37C80.2 442.02 80.2 803.19 80.2 1167.16ZM869.1 297.52C822.61 297.52 778.89 297.52 733.64 297.52C733.64 563.11 733.64 827.46 733.64 1092.3C779.35 1092.3 823.63 1092.3 869.1 1092.3C869.1 826.87 869.1 563.09 869.1 297.52ZM298.81 296.68C298.81 563.64 298.81 827.93 298.81 1092.19C344.57 1092.19 388.07 1092.19 431.88 1092.19C431.88 826.14 431.88 561.85 431.88 296.68C386.5 296.68 343.62 296.68 298.81 296.68ZM647.27 536.47C647.27 455.42 647.27 376.66 647.27 297.94C603.26 297.94 560.78 297.94 518.99 297.94C518.99 378.69 518.99 457.35 518.99 536.47C562.47 536.47 603.89 536.47 647.27 536.47Z");
}
.page-loading .navbar-brand .text {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 10px 5px;
  font-size: 14px;
}
.page-loading .navbar-brand .text img {
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  width: 100%;
}
.page-loading .navbar-brand svg {
  width: 100%;
  height: 100%;
}
.page-loading .navbar-brand svg path {
  stroke-width: 1px;
  fill: transparent;
  animation: fadeLogo 3s cubic-bezier(0, 1.5, 1, 1.5) forwards;
  stroke: #fff;
}
.page-loading .navbar-brand svg path:first-child {
  stroke-dasharray: 438;
  stroke-dashoffset: 438;
  transform: translateY(30px);
  transform-origin: center center;
}
.page-loading .navbar-brand svg path:nth-child(2) {
  stroke-dasharray: 272;
  stroke-dashoffset: 272;
}
.page-loading .navbar-brand svg path:nth-child(3), .page-loading .navbar-brand svg path:nth-child(5), .page-loading .navbar-brand svg path:nth-child(6), .page-loading .navbar-brand svg path:nth-child(7), .page-loading .navbar-brand svg path:nth-child(15), .page-loading .navbar-brand svg path:nth-child(16), .page-loading .navbar-brand svg path:nth-child(18), .page-loading .navbar-brand svg path:nth-child(20), .page-loading .navbar-brand svg path:nth-child(22), .page-loading .navbar-brand svg path:nth-child(24), .page-loading .navbar-brand svg path:nth-child(25), .page-loading .navbar-brand svg path:nth-child(26), .page-loading .navbar-brand svg path:nth-child(27), .page-loading .navbar-brand svg path:nth-child(28), .page-loading .navbar-brand svg path:nth-child(30), .page-loading .navbar-brand svg path:nth-child(32), .page-loading .navbar-brand svg path:nth-child(33), .page-loading .navbar-brand svg path:nth-child(34), .page-loading .navbar-brand svg path:nth-child(48), .page-loading .navbar-brand svg path:nth-child(49) {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.page-loading .navbar-brand svg path:nth-child(8) {
  stroke-dasharray: 2062;
  stroke-dashoffset: 2062;
}
.page-loading .navbar-brand svg path:nth-child(9), .page-loading .navbar-brand svg path:nth-child(10) {
  stroke-dasharray: 1032;
  stroke-dashoffset: 1032;
}
.page-loading .navbar-brand svg path:nth-child(11), .page-loading .navbar-brand svg path:nth-child(10) {
  stroke-dasharray: 1861;
  stroke-dashoffset: 1861;
}
.page-loading .navbar-brand svg path:nth-child(12), .page-loading .navbar-brand svg path:nth-child(13) {
  stroke-dasharray: 932;
  stroke-dashoffset: 932;
}
.page-loading .navbar-brand svg path:nth-child(14), .page-loading .navbar-brand svg path:nth-child(15), .page-loading .navbar-brand svg path:nth-child(21), .page-loading .navbar-brand svg path:nth-child(23), .page-loading .navbar-brand svg path:nth-child(39), .page-loading .navbar-brand svg path:nth-child(43), .page-loading .navbar-brand svg path:nth-child(45), .page-loading .navbar-brand svg path:nth-child(47) {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

@keyframes fadeLogo {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scaling {
  to {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes fillLogo {
  to {
    fill: black;
  }
}
@keyframes fillLogo2 {
  to {
    fill: red;
  }
}
@keyframes moveX {
  100% {
    transform: translateX(0px);
  }
}
@keyframes movey {
  100% {
    transform: translateY(0px);
  }
}
.form-wrapper form .input-wrap select,
.form-wrapper form .input-wrap textarea, .form-wrapper form .input-wrap input:not([type=checkbox]), .form-wrapper form .input-wrap input:not([type=submit]) {
  background-color: transparent;
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 6px;
  flex-direction: row-reverse;
  font-size: inherit;
  border: 1px solid #a0a0a0;
}

.form-wrapper {
  padding: 15px;
  border-radius: 12px;
}
.form-wrapper form {
  margin: auto;
}
.form-wrapper form label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.form-wrapper form .input-wrap {
  margin-bottom: 20px;
  position: relative;
}
.form-wrapper form .input-wrap input:not([type=checkbox]), .form-wrapper form .input-wrap input:not([type=submit]) {
  padding-inline-start: 25px;
}
.form-wrapper form .input-wrap textarea {
  padding-inline-start: 25px;
}
.form-wrapper form .input-wrap::-webkit-datetime-edit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
}
.form-wrapper form .input-wrap::-webkit-calendar-picker-indicator {
  flex: 3;
}
.form-wrapper form .input-wrap:focus {
  border: 2px solid #002118;
}
.form-wrapper form input[type=submit].main-btn {
  background-color: #DEBB5E;
  width: fit-content;
  border: 1px solid #DEBB5E;
  margin-bottom: 0;
}
.form-wrapper form input[type=submit].main-btn:hover {
  background-color: #fff;
  color: #002118;
}
.form-wrapper form .file-wrap {
  position: relative;
  height: 45px;
  margin-bottom: 15px;
}
.form-wrapper form .file-wrap .fake-file {
  background-color: #fff;
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 0;
  flex-direction: row-reverse;
  font-size: 18px;
  border: 1px solid #a0a0a0;
  position: absolute;
  inset-block-start: 0;
  z-index: 1;
  width: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: left 1% center;
  background-size: 25px;
  color: #36635A;
}
.form-wrapper form .file-wrap .fake-file.hide {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.form-wrapper form .file-wrap input[type=file] {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.form-wrapper form .file-wrap input[type=file]::-webkit-file-upload-button {
  display: none;
}
.form-wrapper form .file-wrap input[type=file].show {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.form-wrapper form span label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 15px;
}
.form-wrapper form span label input[type=radio] {
  transform: scale(1.5);
  font-size: 18px;
}
.form-wrapper .wrap-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
}
.form-wrapper .wrap-flex .input-wrap {
  flex: 1;
  width: 100%;
}
.form-wrapper .wrap-flex .wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item {
  flex: 1 1 45%;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: nowrap;
  gap: 20px;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item label input {
  width: fit-content;
  transform: scale(1.3);
  accent-color: #002118;
}
.form-wrapper br {
  display: none;
}

.icon_contact {
  position: absolute;
  top: 50px;
  inset-inline-start: 5px;
}
.icon_contact i {
  color: #DEBB5E;
}

.subscription-form-1 p {
  display: flex;
}
.subscription-form-1 p .wpcf7-form-control-wrap {
  width: calc(100% - 50px);
}
.subscription-form-1 p .wpcf7-form-control-wrap input {
  border: 2px solid #002118;
  border-inline-start-width: 0;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 0 2px rgba(0, 33, 24, 0.8) inset;
  color: #36635A;
  padding: 5px 10px;
  font-weight: bold;
}
.subscription-form-1 p [type=submit] {
  background-color: #002118;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  width: 50px;
  border: 0;
  font-size: 17px;
  cursor: pointer;
  height: 40px;
}

.breadcrumpp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  height: 200px;
  position: relative;
}
.breadcrumpp h3 {
  color: #36635A;
  font-size: 32px;
  position: relative;
  z-index: 5;
  margin-top: 50px;
}
.breadcrumpp .overlay {
  background-color: #36635A;
}

.breadcrump-head {
  border: 1px solid #002118;
  text-align: center;
  padding: 20px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.breadcrump-head h3 {
  color: #002118;
}

.skills {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.skills .head {
  margin-bottom: 35px;
}
.skills .head .title {
  color: #fff;
  margin-top: 20px;
}
.skills .skills_card {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.skills .skills_card .image-wrap {
  width: 72.706px;
  height: 93.875px;
}
.skills .skills_card .image-wrap img {
  object-fit: contain;
}
.skills .skills_card h6 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 36px;
  letter-spacing: -0.16px;
}

.programme {
  position: relative;
}
.programme .col:nth-child(odd) .programme_card {
  background: #f6ecd3;
}
.programme .col:nth-child(odd) .programme_card .shape-even {
  display: none;
}
.programme .col:nth-child(odd) .programme_card .image-wrap {
  border: 5px solid #f6ecd3;
  z-index: 100;
  position: relative;
}
.programme .col:nth-child(even) .programme_card {
  background: #c0ded2;
}
.programme .col:nth-child(even) .programme_card .shape-odd {
  display: none;
}
.programme .col:nth-child(even) .programme_card .image-wrap {
  border: 5px solid #c0ded2;
  position: relative;
}
.programme .programme_card {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 10px;
  border-radius: 73.345px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.programme .programme_card .shape-even,
.programme .programme_card .shape-odd {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 19%;
	
}
.programme .programme_card .image-wrap {
  width: 41%;
  height: 70.569px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.programme .programme_card .image-wrap img {
  width: 30px;
  height: 30px;
}
.programme .programme_card .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  z-index: 100;
}
.programme .programme_card .content h6 {
  font-weight: 700;
  letter-spacing: -0.2px;
  font-size: 12px;
	
}
.programme .programme_card .content .text {
  font-size: 12px;
  color: #36635A;
  font-weight: 400;
  line-height: 18px;
}

.printer_section {
  position: relative;
  padding-bottom: 0;
}
.printer_section .owl-carousel {
  background-color: white;
  padding: 30px 0;
}
.printer_section .owl-carousel .image-wrap {
  width: 264.385px;
  height: 196.775px;
}
.printer_section .owl-carousel .image-wrap img {
  object-fit: contain;
}

.project_route {
  background: linear-gradient(90deg, #e6f7f0 0%, #fffbf0 100%);
}
.project_route .head {
  margin-bottom: 70px;
}
.project_route .head span {
  background-color: #fdf7e7;
  color: #DEBB5E;
}
.project_route .route_card {
  border-radius: 15px;
  background: #fbfbfb;
  padding: 70px 30px 40px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  overflow: hidden;
}
.project_route .route_card:hover .image-overlay {
  height: 100%;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
}
.project_route .route_card:hover .image-overlay .overlay {
  border-radius: 15px;
  opacity: 0.82;
  transition: all 0.5s ease-in-out;
}
.project_route .route_card .image-overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.project_route .route_card .image-overlay h6 {
  color: white;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  position: relative;
  padding: 70px 30px 0px;
}
.project_route .route_card .image-overlay .text {
  color: white;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  position: relative;
  padding: 0px 30px 40px;
}
.project_route .route_card .image-overlay .overlay {
  border-radius: 15px 15px 0 0;
}
.project_route .route_card h6 {
  color: #6c6c6c;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-line-clamp: 1;
}
.project_route .route_card .text {
  color: #6c6c6c;
  font-weight: 400;
  font-size: 16px;
  -webkit-line-clamp: 5;
  height: 160px;
  transition: all 0.5s ease-in-out;
}

.single_route {
  position: relative;
  background: linear-gradient(90deg, #e6f7f0 0%, #fffbf0 100%);
}
.single_route .main-btn {
  background-color: #DEBB5E;
  color: #1e1e1e;
  font-weight: 700;
  margin-top: 15px;
  border: 1px solid #DEBB5E;
}
.single_route .row {
  margin-bottom: 30px;
}
.single_route .row:nth-child(odd) .image-wrap {
  justify-content: end;
}
.single_route .row:nth-child(odd) .image-wrap .bg_shape {
  inset-inline-end: 0%;
  animation: lineBgOdd 5s linear infinite;
}
.single_route .row:nth-child(odd) .image-wrap .route_shape {
  inset-inline-end: 0%;
  animation: lineShapeOdd 8s linear infinite;
}
.single_route .row:nth-child(odd) .image-wrap .shape {
  animation: lineDivOdd 8s linear infinite;
}
.single_route .row:nth-child(even) {
  flex-direction: row-reverse;
}
.single_route .row:nth-child(even) .image-wrap {
  justify-content: flex-start;
}
.single_route .row:nth-child(even) .image-wrap .bg_shape {
  inset-inline-start: 5%;
  animation: lineBgEven 5s linear infinite;
}
.single_route .row:nth-child(even) .image-wrap .route_shape {
  inset-inline-start: 5%;
  animation: lineShapeEven 8s linear infinite;
}
.single_route .row:nth-child(even) .image-wrap .shape {
  inset-inline-start: 0px;
  animation: lineDivEven 8s linear infinite;
}
.single_route .row .head {
  padding-top: 10%;
}
.single_route .row .head h3 {
  color: #002118;
  font-size: 28px;
  font-weight: 700;
}
.single_route .row .head .content-text {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.single_route .image-wrap {
  height: 425px;
  position: relative;
  display: flex;
}
.single_route .image-wrap img {
  object-fit: cover;
  position: relative;
  z-index: 30;
  width: 75%;
  text-align: start;
}
.single_route .image-wrap .shape {
  position: absolute;
  z-index: 110;
  border-radius: 40.205px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 18px 0px rgba(255, 255, 255, 0.03), 0px 0px 9px 0px rgba(0, 0, 0, 0.14) inset;
  backdrop-filter: blur(2px);
  color: #272727;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 10px 20px;
  bottom: 90px;
  inset-inline-start: 160px;
  min-width: 170px;
}
.single_route .image-wrap .shape .icon {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DEBB5E;
  justify-content: center;
  align-items: center;
  margin-inline-end: 10px;
}
.single_route .image-wrap .shape .icon i {
  color: white;
  font-size: 1rem;
}
.single_route .image-wrap .shape h6 {
  color: #272727;
  font-size: 20px;
}
.single_route .image-wrap .bg_shape {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 406px;
  width: 383px;
  z-index: 1;
}
.single_route .image-wrap .route_shape {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 383px;
  width: 385px;
  z-index: 1;
}

.contact_us {
  position: relative;
}
.contact_us h2 {
  font-size: 24px;
  font-weight: 700;
  color: #DEBB5E;
  margin-bottom: 20px;
}
.contact_us .contact_info {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 15px;
}
.contact_us .contact_info li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_us .contact_info li span {
  width: 40.04px;
  height: 40.944px;
  background-color: #DEBB5E;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 10px;
}
.contact_us .contact_info li span i {
  font-size: 1.2rem;
}
.contact_us .contact_info li a {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  transition: 0.25s all ease-in-out;
}
.contact_us .contact_info li a:hover {
  color: #DEBB5E;
}
.contact_us .map {
  width: 100%;
  height: 500px;
}
.contact_us .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.card_boducast {
  position: relative;
}
.card_boducast .image-wrap {
  position: relative;
}
.card_boducast .image-wrap .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DEBB5E;
  border-radius: 50%;
  margin: auto;
  z-index: 100;
  cursor: pointer;
}
.card_boducast .image-wrap .icon i {
  color: white;
  font-size: 1.2rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9995;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  background-color: #fff;
  margin: 1rem;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  transform: translateY(5%);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.modal .modal-dialog.modal-lg {
  max-width: 800px;
}
.modal .modal-dialog .modal-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
  flex-wrap: nowrap;
  gap: 0;
  max-height: inherit;
}
.modal .modal-dialog .modal-content .modal-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 15px;
  padding: 10px 20px;
}
.modal .modal-dialog .modal-content .modal-head .close-btn {
  all: unset;
  cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal .modal-dialog .modal-content .modal-body h2 {
  text-align: center;
  color: #DEBB5E;
  font-size: 30px;
  font-weight: 700;
}
.modal .modal-dialog::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(54, 99, 90, 0.4);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.modal.active, .modal.active > .modal-overlay, .modal.active > .modal-dialog {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
.modal.active .modal-dialog {
  transform: translateY(0);
}
.modal.product-modal .modal-dialog {
  padding: 30px;
  border-radius: 15px;
}
.modal.product-modal .modal-dialog .modal-head {
  padding-top: 0;
  padding-inline: 0;
}
.modal.product-modal .modal-dialog .modal-head .close-btn {
  margin-inline-start: auto;
}
.modal.product-modal .modal-dialog .modal-body {
  padding: 20px 0 0;
}
.modal.product-modal .modal-dialog .modal-body .slogan-s {
  text-align: center;
  width: 70%;
  margin-inline: auto;
  margin-bottom: 30px;
}
.modal.product-modal .modal-dialog .modal-body .slogan-s .image-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.modal.product-modal .modal-dialog .modal-body .slogan-e {
  text-align: center;
  width: 70%;
  margin-inline: auto;
}
.modal.product-modal .modal-dialog .modal-body .slogan-e ul li {
  margin-bottom: 15px;
}
.modal.product-modal .modal-dialog .modal-body .slogan-e ul li:last-of-type {
  margin-bottom: 0;
}
.modal.product-modal .modal-dialog .modal-body .slogan-e .btn {
  margin-inline: auto;
  margin-top: 20px;
}

video,
iframe {
  width: 100%;
  height: 60vh;
}

.hero_section {
  padding: 0 0 0px;
  position: relative;
  height: 100vh;
}
.hero_section .owl-carousel {
  height: 100vh;
  width: 100%;
  position: relative;
}
.hero_section .owl-carousel .owl-nav {
  width: 90%;
}
.hero_section .owl-carousel .owl-nav button {
  color: white !important;
  border: unset !important;
  position: relative;
}
.hero_section .owl-carousel .owl-nav button.owl-prev::after {
  inset-inline-start: 28px;
}
.hero_section .owl-carousel .owl-nav button.owl-next::after {
  inset-inline-start: -9px;
}
.hero_section .owl-carousel .owl-nav button::after {
  content: "";
  content: "";
  position: absolute;
  inset: 14px;
  width: 12px;
  height: 2px;
  background-color: white;
  color: white;
}
.hero_section .owl-carousel .owl-dots {
  bottom: 15px;
}
.hero_section .owl-carousel .owl-dots .owl-dot span {
  background-color: white;
}
.hero_section .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #73cab2;
}
.hero_section .owl-carousel .img {
  position: relative;
  width: 100%;
  height: 100vh;
}
.hero_section .owl-carousel .img .overlay {
  background: linear-gradient(74deg, rgba(0, 40, 29, 0.92) 40.17%, rgba(25, 208, 123, 0.92) 99.67%);
}
.hero_section .owl-carousel .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_section .owl-carousel .img #headerVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_section .owl-carousel .img .content {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5%;
}
.hero_section .owl-carousel .img .content .text_content {
  width: 70%;
  padding-top: 15%;
}
.hero_section .owl-carousel .img .content .text_content h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  -webkit-line-clamp: 2;
}
.hero_section .owl-carousel .img .content .text_content .text {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  -webkit-line-clamp: 4;
}
.about .image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.about .image-wrap .image {
  border-radius: 255.967px;
  height: 601.69px;
  border: 15px solid #fff;
  box-shadow: 0px 0px 189px 0px rgba(222, 187, 94, 0.24), 0px 0px 165px 0px rgba(0, 0, 0, 0.4) inset;
  z-index: 100;
  position: relative;
}
.about .image-wrap .shape {
  position: absolute;
  inset-inline-start: 0;
  height: 507.866px;
  z-index: 1;
  top: 59px;
  width: 100%;
  animation: rotateAnimation 5s linear infinite;
}
.about .image-wrap .line {
  position: absolute;
  z-index: 110;
  border-radius: 40.205px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 18px 0px rgba(255, 255, 255, 0.03), 0px 0px 9px 0px rgba(0, 0, 0, 0.14) inset;
  backdrop-filter: blur(2px);
  color: #272727;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 10px 20px;
}
.about .image-wrap .line .icon {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DEBB5E;
  justify-content: center;
  align-items: center;
  margin-inline-end: 10px;
}
.about .image-wrap .line .icon i {
  color: white;
  font-size: 1rem;
}
.about .image-wrap .line_above {
  inset-inline-end: -50px;
  top: 36px;
  animation: lineAbove 10s linear infinite;
}
.about .image-wrap .line_below {
  inset-inline-start: 0;
  bottom: 50px;
  animation: lineBelow 10s linear infinite;
}
.about .head {
  padding-top: 20%;
}
.about .head span {
  margin: 20px 0;
  border-radius: 26.724px;
  background: #fdf7e7;
  color: #debb5e;
}

.programe_special {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  position: relative;
}
.programe_special .overlay {
  background: rgba(0, 33, 24, 0.9);
}
.programe_special .head {
  position: relative;
  z-index: 100;
  margin-top: 15%;
}
.programe_special .head .title {
  color: #fff;
}
.programe_special .head .content-text {
  color: #b4b4b4;
  font-size: 14px;
  z-index: 100;
  position: relative;
}
.programe_special .image-wrap {
  position: relative;
  height: 551.69px;
  z-index: 100;
}
.programe_special .image-wrap img {
  border-radius: 255.967px;
  border: 15px solid #fff;
  background: lightgray 50%/cover no-repeat, #d9d9d9;
  box-shadow: 0px 0px 200px 0px rgba(222, 187, 94, 0.15), 0px 0px 165px 0px rgba(0, 0, 0, 0.4) inset;
  object-fit: cover;
}
.programe_special .button {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.programe_special .button .btn {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 700;
}
.programe_special .button .btn:first-child {
  background: #fff;
}
.programe_special .button .btn:last-child {
  background-color: #DEBB5E;
}

.trainee {
  padding: 50px 180px;
}
.trainee .head span {
  background: #fdf7e7;
}

.swiper {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-slide .content_main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.swiper-slide .content_main .image-wrap {
  width: 100%;
  height: 354.008px;
  position: relative;
}
.swiper-slide .content_main .image-wrap img {
  object-fit: contain;
  z-index: 100;
  position: relative;
}
.swiper-slide .content_main .image-wrap .shape {
  position: absolute;
  left: 0;
  z-index: 10;
  object-fit: contain;
}
.swiper-slide .content_main .info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}
.swiper-slide .content_main .info p {
  color: #64af93;
  font-weight: 400;
  font-size: 12px;
}
.swiper-slide .content_main .info h6 {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
}
.swiper-slide .content_main .info .text {
  color: #6c6c6c;
  font-size: 1rem;
  font-weight: 400;
  -webkit-line-clamp: 4;
}
.swiper-slide .content_main .info ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.swiper-slide .content_main .info ul li {
  width: 41px;
  height: 41px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 1px solid #002118;
  border-radius: 50%;
  overflow: hidden;
}
.swiper-slide .content_main .info ul li::after, .swiper-slide .content_main .info ul li::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 33, 24, 0.3); /* Adjust transparency as needed */
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}
.swiper-slide .content_main .info ul li::after {
  bottom: 0;
  right: 0;
}
.swiper-slide .content_main .info ul li::before {
  top: 0;
  left: 0;
}
.swiper-slide .content_main .info ul li:hover::after, .swiper-slide .content_main .info ul li:hover::before {
  opacity: 1;
  transform: scale(3);
}
.swiper-slide .content_main .info ul li:hover i {
  color: #DEBB5E;
}
.swiper-slide .content_main .info ul li i {
  color: #002118;
  font-size: 1.2rem;
  transition: all 0.5s ease-in-out;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
}

.mySwiper {
  height: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  margin-top: 30px;
  width: 100%;
  border-radius: 128.881px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 18px 0px rgba(255, 255, 255, 0.03), 0px 0px 9px 0px rgba(0, 0, 0, 0.14) inset;
  backdrop-filter: blur(2px);
}
.mySwiper .swiper-button-next i,
.mySwiper .swiper-button-prev i {
  color: #debb5e;
  font-size: 1.5rem;
}
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  display: none;
}

.mySwiper .swiper-slide {
  width: 100px;
  height: 100%;
  opacity: 0.4;
  margin: auto;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  transition: 0.25s all ease-in-out;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active .image-wrap {
  border: 1px solid #64af93;
}
.mySwiper .swiper-slide .image-wrap {
  width: 94.372px;
  height: 94.372px;
  background-color: #fdf7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3%;
  border-radius: 94.372px;
}
.mySwiper .swiper-slide .image-wrap img {
  object-fit: contain;
  width: 74.372px;
  height: 74.372px;
}

.filter_gurdates {
  margin: 30px 0;
}
.filter_gurdates .widget_area {
  border-radius: 40px;
  border: 1px solid #36635a;
  background: #fff;
  margin-bottom: 30px;
}
.filter_gurdates .widget_area .filter_area {
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.filter_gurdates .widget_area .filter_area .btn {
  border-radius: 21.5px;
  padding: 12px 3px;
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  font-family: inherit;
  width: 49%;
}
.filter_gurdates .widget_area .filter_area .btn.active {
  background: #64af93;
  color: #fff;
}
.filter_gurdates .widget_area .form-select {
  width: 100%;
  border-radius: 40px;
  padding: 15px 10px;
  color: #64af93;
}
.filter_gurdates .widget_area .search-form, .filter_gurdates .widget_area .is-search-form {
  position: relative;
  padding: 12px 10px !important;
  color: #64af93;
}
.filter_gurdates .widget_area .search-form .is-search-input, .filter_gurdates .widget_area .is-search-form .is-search-input {
  border: unset !important;
  font-weight: 400;
  font-family: inherit;
}
.filter_gurdates .widget_area .search-form .btn, .filter_gurdates .widget_area .search-form .is-search-submit, .filter_gurdates .widget_area .is-search-form .btn, .filter_gurdates .widget_area .is-search-form .is-search-submit {
  position: absolute;
  inset-inline-end: 10px;
  top: 13px;
  background-color: transparent !important;
  background: transparent !important;
}
.filter_gurdates .widget_area .search-form .btn span, .filter_gurdates .widget_area .search-form .is-search-submit span, .filter_gurdates .widget_area .is-search-form .btn span, .filter_gurdates .widget_area .is-search-form .is-search-submit span {
  background-color: transparent !important;
  background: transparent !important;
  border: unset !important;
}
.filter_gurdates .widget_area .search-form .btn span svg, .filter_gurdates .widget_area .search-form .is-search-submit span svg, .filter_gurdates .widget_area .is-search-form .btn span svg, .filter_gurdates .widget_area .is-search-form .is-search-submit span svg {
  fill: #64af93;
}
.filter_gurdates .widget_area .search-form .btn i, .filter_gurdates .widget_area .search-form .btn svg, .filter_gurdates .widget_area .search-form .is-search-submit i, .filter_gurdates .widget_area .search-form .is-search-submit svg, .filter_gurdates .widget_area .is-search-form .btn i, .filter_gurdates .widget_area .is-search-form .btn svg, .filter_gurdates .widget_area .is-search-form .is-search-submit i, .filter_gurdates .widget_area .is-search-form .is-search-submit svg {
  color: #64af93;
  font-size: 1.2rem;
}

.prizes .head span {
  background: #fdf7e7;
}
.prizes .prizes_cards .prize_card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prizes .prizes_cards .prize_card .info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.prizes .prizes_cards .prize_card .info .date {
  color: #003731;
  font-size: 1rem;
  font-weight: 300;
}
.prizes .prizes_cards .prize_card .info h3 {
  font-size: 32px;
  font-weight: 400;
  color: #003731;
}
.prizes .prizes_cards .prize_card .icon i {
  color: #DEBB5E;
  font-size: 1.5rem;
}

.single_prize .owl-carousel {
  padding: 2% 5%;
}
.single_prize .owl-carousel .owl-item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
}
.single_prize .owl-carousel .owl-item .content ul {
  display: flex;
  flex-direction: row;
  padding: 30px 0 20px 0;
}
.single_prize .owl-carousel .owl-item .content ul li {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #002118;
  border-radius: 50%;
  margin-inline-end: 3%;
}
.single_prize .owl-carousel .owl-item .content .image-wrap {
  border-radius: 50%;
  width: 65.803px;
  height: 65.803px;
  border: 3px solid #e7b32d;
  background-color: #f9edae;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_prize .owl-carousel .owl-item .content .image-wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.single_prize .owl-carousel .owl-item .content h6 {
  font-size: 12px;
  font-weight: 400;
  color: #DEBB5E;
  margin: 30px 0 15px 0;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 20px;
}
.single_prize .owl-carousel .owl-item .content h4 {
  -webkit-line-clamp: 1;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  height: 20px;
}
.single_prize .owl-carousel .owl-nav {
  width: 100%;
}
.single_prize .owl-carousel .owl-nav button {
  color: #5b5b5b !important;
  border: unset !important;
  position: relative;
}
.single_prize .owl-carousel .owl-nav button.owl-prev::after {
  inset-inline-start: 28px;
}
.single_prize .owl-carousel .owl-nav button.owl-next::after {
  inset-inline-start: -9px;
}
.single_prize .owl-carousel .owl-nav button::after {
  content: "";
  position: absolute;
  inset: 14px;
  width: 12px;
  height: 2px;
  background-color: #5b5b5b;
  color: #5b5b5b;
}
.single_prize .owl-carousel .owl-nav .owl-prev {
  inset-inline-start: -20px;
}
.single_prize .owl-carousel .owl-nav .owl-next {
  inset-inline-start: 20px;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(37.637deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-37.637deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes lineAbove {
  0% {
    inset-inline-end: -50px;
    top: 36px;
  }
  50% {
    inset-inline-end: -20px;
    top: 0px;
  }
  100% {
    inset-inline-end: -50px;
    top: 36px;
  }
}
@keyframes lineBelow {
  0% {
    inset-inline-start: 0;
    bottom: 50px;
  }
  50% {
    inset-inline-start: 20px;
    bottom: 80px;
  }
  100% {
    inset-inline-start: 0;
    bottom: 50px;
  }
}
@keyframes lineBgEven {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(12.048deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-12.048deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes lineShapeEven {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(30.368deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-30.368deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes lineDivEven {
  0% {
    bottom: 90px;
    inset-inline-start: 0px;
  }
  50% {
    bottom: 70px;
    inset-inline-start: 20px;
  }
  100% {
    bottom: 90px;
    inset-inline-start: 0px;
  }
}
@keyframes lineBgOdd {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(12.048deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-12.048deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes lineShapeOdd {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(30.368deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-30.368deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes lineDivOdd {
  0% {
    bottom: 90px;
    inset-inline-start: 160px;
  }
  50% {
    bottom: 70px;
    inset-inline-start: 120px;
  }
  100% {
    bottom: 90px;
    inset-inline-start: 160px;
  }
}
.news_card .image-wrap {
  height: 210px;
}
.news_card .image-wrap img {
  border-radius: 20px 20px 0px 0px;
}
.news_card .content {
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  padding: 1rem;
}
.news_card .content h6 {
  color: #36635a;
  font-weight: 700;
  font-size: 18px;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
	height: 54px;
    overflow: hidden;
}
.news_card .content .text {
  -webkit-line-clamp: 3;
  line-height: 27px;
  font-size: 16px;
  color: #898989;
  font-weight: 400;
  height: 84px;
}
.news_card .content .lower {
  display: flex;
  justify-content: flex-end;
}

.news_section .head span {
  background: #fdf7e7;
  width: 182.414px;
}
.news_section .news_card .content .lower {
  margin: 20px 0 10px;
  justify-content: space-between !important;
}
.news_section .news_card .content .lower div {
  color: #36635a;
}

.single_news h2 {
  display: inline-block;
  width: 75%;
}
.single_news ul.date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 15px;
}
.single_news .date_finshed {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: #36635a;
}
.single_news .image-wrap {
  height: 418.016px;
}
.single_news .image-wrap img {
  border-radius: 20px;
}
.single_news h2 {
  color: #36635a;
  line-height: 37.7px;
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0;
}
.single_news .date {
  font-weight: 400;
  color: #36635a;
  font-weight: 400;
}
.single_news .content-text {
  color: #898989;
}

.image_liberary .head span {
  background: #fdf7e7;
  width: 182.414px;
}
.image_liberary .owl-carousel {
  margin-bottom: 30px;
}
.image_liberary .owl-carousel .middle-slide {
  width: 336px !important;
  height: 376px !important;
  transition: all 0.5s ease-in-out;
}
.image_liberary .owl-carousel .middle-slide .image-wrap {
  transition: all 0.5s ease-in-out;
  height: 100% !important;
  width: 100% !important;
}
.image_liberary .owl-carousel .owl-item {
  transition: all 0.5s ease-in-out;
}
.image_liberary .owl-carousel .owl-item .image-wrap {
  height: 250px;
  width: 100%;
}
.image_liberary .owl-carousel .owl-item .image-wrap img {
  border-radius: 16px;
}
.image_liberary .owl-carousel .owl-nav {
  width: 20%;
  top: 118%;
}
.image_liberary .owl-carousel .owl-nav button {
  color: #debb5e !important;
  border: 1px solid #debb5e !important;
  position: relative;
}
.image_liberary .owl-carousel .owl-nav button.owl-prev {
  inset-inline-start: -40px;
}
.image_liberary .owl-carousel .owl-nav button.owl-prev::after {
  inset-inline-start: 28px;
}
.image_liberary .owl-carousel .owl-nav button.owl-next::after {
  inset-inline-start: -9px;
}
.image_liberary .owl-carousel .owl-dots {
  bottom: -35px;
}
.image_liberary .owl-carousel .owl-dots .owl-dot span {
  background-color: #c3c3c3;
}
.image_liberary .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #73cab2;
}
.image_liberary .card_boducast .image-wrap {
  height: 200px;
  position: relative;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.image_liberary .card_boducast .image-wrap .overlay {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px 20px 0 0;
}
.image_liberary .card_boducast .image-wrap img {
  border-radius: 20px 20px 0 0;
}
.image_liberary .card_boducast .content {
  background-color: white;
  border-radius: 0 0 16px 16px;
  padding: 1rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.image_liberary .card_boducast .content h3 {
  color: #36635a;
  font-weight: 700;
  font-size: 20px;
  -webkit-line-clamp: 1;
  height: 25px;
  line-height: 25px;
}
.image_liberary .card_boducast .content .date {
  color: #36635a;
  font-weight: 400;
  font-size: 14px;
}

.search_concept .image-wrap {
  height: 300px;
  width: 300px;
}
.search_concept .image-wrap img {
  border-radius: 50%;
  border: 1px solid #DEBB5E;
}

@media screen and (max-width: 1920px) {
  .nav-bar .nav-flex .toggle-btn {
    display: none;
  }
  .navbar-mobile {
    opacity: 0;
    visibility: hidden;
  }
  .navbar-mobile.active {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1199px) {
  .nav-bar {
    position: relative;
  }
  .nav-bar .nav-flex {
    gap: 15px;
  }
  .nav-bar .nav-flex .navbar-links {
    display: none;
  }
  .nav-bar .nav-flex .toggle-btn {
    display: flex;
  }
  .nav-bar .nav-flex .contact-btn {
    display: none;
  }
  .nav-bar .nav-flex .icons {
    margin-inline-start: auto;
    font-size: 24px;
    font-weight: bold;
    gap: 10px;
  }
  .nav-bar .nav-flex .icons .main-btn {
    min-width: 90px;
  }
  .navbar-mobile {
    opacity: 1;
    visibility: visible;
  }
  .navbar-mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .navbar-mobile.active .main-btn {
    position: relative;
    z-index: 2;
    margin: 0;
    min-width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .about-page .about .cont--edit .wrapper .text {
    position: unset;
    width: 100%;
  }
  .sec-p {
    padding-block: 25px;
  }
  .form-modal .form-wrapper {
    width: 80%;
  }
  .col--edit {
    margin-bottom: 30px;
  }
  .nav-bar .nav-flex .languages {
    margin-right: auto;
    margin-left: 0;
  }
  .upper-bar .wrapper .wrap-flex {
    width: auto;
  }
}
@media screen and (max-width: 768.99px) {
  .about .image-wrap .image {
    height: 479.69px;
  }
  .about .image-wrap .shape {
    display: none;
  }
  .about .head {
    padding-top: 2%;
  }
  .programe_special .head {
    margin-top: 5%;
  }
  .trainee {
    padding: 50px;
  }
  .hero_section .owl-carousel .img .content {
    top: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 8%;
  }
  .hero_section .owl-carousel .image-wrap {
    height: 250px;
  }
  .hero_section .owl-carousel .image-wrap img {
    object-fit: contain;
  }
  .hero_section .owl-carousel .img .content .text_content {
    padding-top: 0%;
    width: 97%;
  }
  .hero_section .owl-carousel .owl-nav {
    width: 84%;
  }
  footer .join_us h3 {
    font-size: 20px;
  }
  .home-header .main-setion .item .info .btns {
    flex-wrap: wrap;
  }
  .fields .wrapper li {
    padding: 40px 20px;
  }
  .nav-bar .nav-flex .social-links {
    display: none;
  }
  .footer-bg-wrapper .copyright .container {
    justify-content: center;
  }
  .news-page .nwes-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  }
  .logo-section .image-wrap {
    width: 40%;
  }
  .footer .wrapper .logo .image-wrap {
    margin: 0 auto 30px;
  }
  .footer .social-links {
    justify-content: center;
  }
  .head .text {
    width: 100%;
  }
  .form-wrapper form .wrap-flex {
    flex-direction: column;
  }
  .copyright .container {
    justify-content: center;
  }
  .contact_us .contact_info {
    margin-bottom: 35px;
  }
  .programme .programme_card .shape-even, .programme .programme_card .shape-odd {
    width: 15%;
	 
  }
}
@media screen and (max-width: 576px) {
  .hero_section .owl-carousel .img .content {
    top: -10px;
  }
  .about .image-wrap .line {
    position: relative;
    margin-bottom: 2%;
    animation: unset;
    top: unset;
    inset-inline-end: unset;
    bottom: 0;
  }
  .swiper-slide .content_main {
    flex-direction: column;
  }
  footer .lower-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact_us .contact_info {
    flex-direction: column;
  }
  .prizes .prizes_cards .prize_card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .single_route .row:nth-child(even) .image-wrap {
    justify-content: center;
  }
  .single_route .image-wrap img {
    width: 100%;
    height: 427px;
  }
  .programme .programme_card .shape-even, .programme .programme_card .shape-odd {
    width: 10%;
  }
}

[dir = 'ltr'] #mouseCursor{
	    inset-inline-start: 0;
}
[dir = 'ltr'] .programme .programme_card .shape-even, [dir = 'ltr'] .programme .programme_card .shape-odd {
	transform: rotateY(180deg);
}
[dir = 'ltr'] .news_card .content .lower .arrow , [dir = 'ltr'] .news_card .content .lower span{
	    transform: rotateY(180deg);
}
[dir = 'ltr'] .swiper-button-prev ,[dir = 'ltr'] .swiper-button-next{
	    transform: rotateY(180deg);
}
[dir = 'ltr'] .prizes .prizes_cards .prize_card .icon {
	transform: rotateY(180deg);
}
[dir = 'ltr'] .single_route .row:nth-child(odd) .image-wrap .bg_shape {
	    inset-inline-end: 4%;
}
[dir = 'ltr'] .single_route .row:nth-child(odd) .image-wrap .route_shape{
	    inset-inline-end: 4%;
}

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