@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --main-color: #1a1a29;
  --bg-color: #d5cbbe;
  --sec-color: #b8cd3e;
}

@font-face {
  font-family: "en-font";
  src: url("../fonts/Cairo-Regular.ttf");
}
@font-face {
  font-family: "H-bold";
  src: url("../fonts/alfont_com_Hacen-Maghreb.ttf");
}
@font-face {
  font-family: "Hacen-Maghreb";
  src: url("../fonts/alfont_com_Hacen-Maghreb-Lt.ttf");
}

body {
  direction: rtl;
  text-align: start;
  font-family: "Hacen-Maghreb";
  overflow-x: hidden;
  background: #f3f3f3;
  position:relative;
}

.owl-carousel {
  direction: ltr;
}

button:focus {
  border: none;
  outline: none;
}

input:focus {
  outline: none;
}

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

a,
a:hover {
  text-decoration: none;
}
html {
  scroll-behavior: smooth; /* */
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  /* background: #ffffff33; */
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.logo img {
  max-height: 54px;
}
.logo {
  /*margin-inline-start: 50px;*/
  margin-top: 10px;
}
li.menu-item-has-children {
  position: relative;
  margin-inline-end: 10px;
}

ul.sub-menu {
  display: block;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 0;
  padding: 0px;
  z-index: 9;
  transition: all 0.3s;
  visibility: hidden;
  padding: 0;
  min-width: 191px;
}

li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 9;
}

li.menu-item-has-children:hover .sub-menu,
.sidebar .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
  z-index: 99;
}

.mynav .navbar-menu li .sub-menu a {
  color: #f6f9ff;
  font-size: 16px;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  transition: all 0.4s;
  background-image: radial-gradient(50% 50% at 50% 50%, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mynav .navbar-menu ul.sub-menu li:last-of-type a {
  border-bottom: none;
}
li.menu-item-has-children a {
  position: relative;
}

li.menu-item-has-children > a::after {
  position: absolute;
  content: "\f04b";
  font-weight: 600;
  transform: rotate(90deg);
  display: block;
  font-family: "font awesome 5 pro";
  top: 12px;
  left: -14px;
  color: #fff;
  font-size: 10px;
  transition: all 0.3s;
}

.sidebar .sub-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  height: auto;
  position: relative;
  min-width: unset;
  width: 100%;
  border-radius: 0;
  padding: 16px 0px;
  margin-top: 0px;
  transition: all 0s;
}

.sidebar .side-content ul .sub-menu li a {
  color: #f6f9ff;
}
li.menu-item-has-children:hover > a:after {
  transform: rotate(149deg);
}
/* nice select */
.nice-select {
  width: 100%;
  margin-bottom: 15px;
  text-align: start !important;
  padding-left: 30px;
  padding-right: 18px;
  border: 1px solid #dadada;
  border-radius: 2px;
}
.nice-select::after {
  left: 12px;
  right: auto;
  border-bottom: 2px solid #bfbebe;
  border-right: 2px solid #bfbebe;
}
.nice-select .option {
  text-align: start;
  padding-left: 29px;
  padding-right: 18px;
}
.nice-select .list {
  width: 100%;
}
.nice-select:after {
  width: 8px;
  height: 8px;
}
/* Start header */
.side-search {
  margin: 30px 0 20px;
  padding: 0 12px;
}

.side-search form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.side-search form input {
  width: calc(100% - 56px);
  height: 50px;
  border: none !important;
  padding: 0 10px;
  border-radius: 0px;
  color: #333;
  border-radius: 8px;
}

.side-search form button {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  border: none;
  border-radius: 8px;
}
.sidebar .lang {
  padding-inline-start: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #00000014;
  margin-bottom: 9px;
  padding-bottom: 10px;
}
.sidebar .lang a {
  color: #222222;
  font-size: 20px;
}
.sidebar .read-more {
  padding-inline-start: 10px;
}
.sidebar-logo {
  padding-inline-start: 20px;
  margin-top: 36px;
}
.sidebar-logo img {
  height: 56px;
}
.mynav .col-lg-7 {
  padding: 0;
}
.navbar-menu li a {
  color: #fff;
  transition: all 0.3s;
  padding: 8px 10px;
  font-size: 16px;
  display: block;
  padding-inline-start: 20px;
  padding-inline-end: 0;
  text-transform:capitalize;
}

.navbar-menu li a:hover,
.navbar-menu li.current-menu-item a {
  color: var(--sec-color);
}

li.menu-item-has-children {
  position: relative;
  margin-inline-end: 12px;
}

ul.sub-menu {
  display: block;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 229px;
  border-radius: 16px;
  padding: 0px;
  z-index: 9;
  transform: translateY(-20px);
  transition: all 0.4s;
  visibility: hidden;
  padding: 19px 19px;
  background: radial-gradient(
    60.08% 60.08% at 50% 39.92%,
    #202501 0%,
    #040404 100%
  );
}

li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 99999999;
}

.sub-menu a {
  color: #fff;
  font-size: 16px;
  padding: 8px 0px;
  display: inline-block;
  width: 100%;
}

.sub-menu li:last-of-type {
  border-bottom: none !important;
}

li.menu-item-has-children a {
  position: relative;
}

.sidebar li.menu-item-has-children > a::after {
  top: 18px;
  left: 1px;
  color: #000;
}
ul.sub-menu li {
  margin-inline-end: 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%) !important;
}

.sidebar .sub-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  height: auto;
  position: relative;
  min-width: unset;
  width: 100%;
  border-radius: 0;
  padding: 16px 0px;
  margin-top: 0px;
}
.sidebar li.menu-item-has-children:hover > a:after {
  transform: rotate(90deg) !important;
}
.left-tobheader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lang a {
  text-transform: capitalize;
  color: #fff;
  font-family: "Rubik", sans-serif;
}

.mynav .row {
  align-items: center;
  padding: 10px 0;
}

.search-btn i {
  transition: all 0.7s;
  font-size: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-menu,
.project-type ul {
  display: flex;
  align-items: center;
}

.navbar {
  padding: 0;
}

.navbar-toggler i {
  color: #fff;
  font-size: 25px;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 15px;
  position: absolute;
  z-index: 3;
  width: 100%;
}
.responsive-menu .left-menu {
  display: flex;
}

.responsive-menu .lang {
  margin-inline-start: 6px;
  color: var(--bg-color);
  text-transform: capitalize;
  font-weight: bold;
}

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
  padding: 0;
  width: 38px;
  height: 38px;
  background-color: var(--sec-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.responsive-menu .searchForm .btnSearch i {
  color: #fff;
}
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  /* bottom: 0; */
  right: -350px;
  height: 100%;
  width: 350px;
  background-color: #fff;
  z-index: 9;
  padding: 20px 0;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px 0;
  overflow: scroll;
}

.sidebar-width {
  right: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #222222;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.sidebar .side-content {
  margin-top: 15px;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  display: none;
}
.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid #00000014;
}

.sidebar .side-content ul li a {
  color: #222222;
  display: inline-block;
  padding: 14px 20px;
  position: relative;
  transition: all 0.6s;
  text-transform:capitalize;
}

.sidebar .contact-buttons {
  justify-content: center;
  margin-top: 60px;
}

.mynav {
  margin-top: 0;
}
/* Start hero section */
.hero-video {
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  z-index:-1;
}
.hero-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero-video::before {
  left: 0;
  background-image: url("../images/Group\ 1321315160.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-video-item{
    position: absolute;
    height: 100%;
    inset: 0;
    z-index: -1;
}
.hero-video video ,.hero-video img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all 0.3s;
}
.hero-video-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000a3;
}
.carousel-info {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

.carousel-info h2 {
  margin-bottom: 26px;
  font-size: 48px;
  line-height: 63px;
  font-weight: 400;
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.slider-home.owl-theme .owl-nav .owl-prev,
.slider-home.owl-theme .owl-nav .owl-next {
  margin-top: 0;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--sec-color);
  width: 50px;
  height: 50px;
  border: none;
}

.slider-home.owl-theme .owl-nav .owl-prev {
  left: 40px;
  transform: scaleX(-1) translateY(-50%);
}
.slider-home.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.card-slider.owl-theme .owl-nav .owl-prev {
  left: -90px;
  transform: scaleX(-1) translateY(-50%);
}

.card-slider.owl-theme .owl-nav .owl-next {
  right: -90px;
}
.read-more a,
.read-more button,
.project-item .read-more span {
  display: inline-flex;
  padding: 10px 8px;
  min-width: 125px;
  color: #212120;
  transition: all 0.3s;
  text-align: center;
  background: var(--sec-color);
  border-radius: 112px;
  font-weight: 400;
  border: none;
  outline: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #ffffff;
  outline: 1px solid transparent;
  offset: -1px;
  font-family: "H-bold";
}

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

/* ---------------------------------------------------    */
.section-title h4 {
  color: #222222;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
}

/* ------------------------------------------------------- */

/* Start statistics section */
section {
  padding: 33px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
/* *******   counter     *********** */
.counter-item {
  direction: ltr;
  line-height: 120px;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s;
}
.count-block {
  border-radius: 24px;
  /* padding: 31px 8px 35px; */
  transition: all 0.3s;
  position: relative;
  border: 1px solid #f8faec;
  background: #fff;
  min-height: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.count-block .details {
  text-align: center;
  height: 100%;
}
.count-block .details h6 {
  font-size: 38px;
  text-align: center;
  line-height: 27px;
  font-weight: 500;
  color: #535c1c;
  margin-bottom: 11px;
}

.counter-info h3 {
  color: #fff;
  font-family: "bold";
  font-size: 32px;
  margin-bottom: 60px;
}

.count-block .img {
  height: 97px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 49px;
  transition: all 0.5s;
}
.count-block .img img {
  max-height: 100%;
   transition: all 0.5s;
}

.counter-item {
  color: #212120;
  font-size: 80px;
}
.counter-name {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  transition: all 0.3s;
}
span.plus {
  margin-inline-end: -22px;
}
/* ------------------------------------------------------------------- */
.struc-content {
  background: radial-gradient(50% 50% at 50% 50%, #1d2200 0%, #080808 100%);
  border-radius: 24px;
  color: #fff;
  position: relative;
  padding: 90px 40px 23px 22px;
  min-height: 297px;
  transition: all 0.3s;
  outline: 6px solid transparent;
  offset: -6px;
}

.struc-img {
  position: absolute;
  height: 139px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  width: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.struc-name {
  width: 195px;
  height: 195px;
  background: #040404;

     background: radial-gradient(50% 50% at 50% 50%, #2b3202 0%, #080808 100%);
  border: 1.82px solid #404816;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto -73px;
  z-index: 2;
  position: relative;
  transition: all 0.3s;
}

.struc-name h5 {
  font-size: 24px;
  font-family: "H-bold";
  margin: 0;
}

.struc-item {
  transition: all 0.3s;
}

.struc-img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.4s;
}

.col-lg-4:first-of-type .struc-content ul li {
  /*text-align: center;*/
}

.col-lg-4:nth-child(2) .struc-content ul,
.col-lg-4:nth-child(3) .struc-content ul,.struc-content ul {
  display: flex;
  flex-wrap: wrap;
}

.col-lg-4:nth-child(2) .struc-content ul li,
.col-lg-4:nth-child(3) .struc-content ul li,.struc-content ul li {
  width: 50%;
}

.struc-content ul li {
  margin-bottom: 27px;
  font-size: 16px;
  color: #fff;
}
/* ------------------------------------------------   */

.all-client-items h4 {
  font-size: 24px;
  max-width: 80%;
  margin: 0 auto 32px;
  line-height: 36px;
  color: #212120;
  font-family: "H-bold";
  text-align: center;
}
.client-item {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #f8faec;
  height: 124px;
  margin-bottom: 20px;
  padding: 12px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.client-item .img img {
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}

section.clients .row {
  justify-content: center;
}
/* ---------------------------------------------------- */
.contracting-item .cont-img {
  height: 280px;
  width: 100%;
  position: relative;
  border-radius: 16px;
  transition: all 0.3s;
  outline: 4px solid transparent;
  offset: -4px;
}

.contracting-item .cont-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.contracting-item .cont-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(110, 123, 37, 0.4) 21.07%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.service-item {
    margin-bottom: 20px;
}
.contracting-item {
  position: relative;
  transition:all 0.3s;
}

.contracting-item .cont-icon {
  position: absolute;
  z-index: 2;
  top: 27px;
  right: 41px;
  height: 87px;
}

.contracting-item .cont-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.contracting-item .cont-details {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 40px;
}

.contracting-item .cont-details .name h4 {
  color: #fff;
  font-size: 24px;
  font-family: "H-bold";
  margin: 0;
}

.contracting-item .cont-details .number span {
  font-size: 74px;
  line-height: 90px;
  color: rgb(255 255 255 / 50%);
  transition: all 0.3s;
}

/* -----------  Start footer section  -------------------- */

footer {
  padding: 18px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.bootom-footer {
  padding: 25px 0;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer {
  padding-bottom: 66px;
}

.comp-rights p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.bottom-footer .row {
  align-items: center;
}
.bottom-footer {
  border-top: 1px solid rgb(0 0 0 / 10%);
  padding: 20px 0;
  margin-top: 67px;
}
.bottom-footer .col-sm-6 {
  padding: 0;
}

/* bottom footer */

.ryad-logo {
  height: 60px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.copy-right .row {
  align-items: center;
}

.comp-rights {
  text-align: end;
}

.copy-right p {
  margin-bottom: 0;
  color: #212120;
  font-size: 14px;
}

/* -------------------------------------------- */

/* Start about page */
.breadcrumb-section {
  padding-top: 110px;
  z-index: 2;
  position: relative;
  background-position: top;
  height: 216px;
  text-align: center;
  border-radius: 0 0 40px 40px;
}

.breadcrumb-info h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.breadcrumb-section a {
  color: #fff;
  font-size: 14px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  flex-direction: column;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  color: #4a5565;
}

.breadcrumb-item.active {
  color: #fff;
  font-size: 32px;
  margin-bottom: 0;
  text-transform:capitalize;
}

.breadcrumb-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000000a3;
  border-radius: 0 0 40px 40px;
}
.breadcrumb-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 71px;
  top: 0;
  left: 0;
  background-image: url("../images/bread-before.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.breadcrumb-section.condition-page {
  background-image: none;
  height: 179px;
}
.breadcrumb-section.condition-page::after {
  display: none;
}
.bg-page-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 722px; */
  height: 100%;
}
.bg-page-img img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
/* ------------------------- */
.about-info h4 {
  font-size: 32px;
  line-height: 63px;
  margin-bottom: 16px;
  color: #000;
  font-family: "H-bold";
}

.about-info p {
  color: #212120;
  line-height: 24px;
  font-size: 16px;
}

.about-info {
  padding-inline-end: 38px;
}
.about-img {
  height: 175px;
}
.about-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.vissions-item {
  margin-top: 43px;
}

.vission-item {
  padding: 19px 32px;
  background: #fff;
  border: 1px solid #f8faec;
  border-radius: 8px;
  transition: all 0.3s;
}

.vission-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

.vission-title .img {
  background: #fefff9;
  border: 0.56px solid #e9f0c3;
  border-radius: 6px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.vission-title .img svg {
  transform: rotate(-45deg);
  display: block;
}

.vission-title h5 {
  font-size: 32px;
  color: #000;
  font-family: "H-bold";
}

.service-disc p {
  margin-bottom: 0;
  color: #212120;
}
#mybtn {
  /* display: none; */
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 41px;
  background: var(--sec-color);
  border-radius: 10px;
  box-shadow: 0px 4.73px 4.73px 0px #88a6ff40;
}

#mybtn i {
  color: #fff;
  font-size: 28px;
}
.copy-right p span {
  color: var(--sec-color);
}
/* ---------------------------------------------------------- */

section.word-of-administration .row {
  background: #fff;
  padding: 53px 38px;
  border-radius: 24px;
}

.admin-name {
  background: #040404;
  border-radius: 16px;
  height: 100%;
  text-align: center;
}

.admin-name h5 {
  font-size: 20px;
  margin-bottom: 22px;
  color: #93a432;
}

.word-img img {
  height: 127px;
  max-width: 100%;
}

.word-img {
  padding: 63px 0;
}

.word-disc p {
  color: #212120;
  line-height: 24px;
}

.slider.home-slider .row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.slider.home-slider,
.slider.home-slider .item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slider-home {
  height: 100vh;
  position: relative;
}
.form-group {
  position: relative;
  margin-bottom: 13px;
}
.form-group label {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #212120;
  transition: all 0.3s;
  text-transform: capitalize;
}
textarea {
  height: 90px;
}
.form-group label.move {
  font-size: 12px;
  top: 6px;
  color: #212120;
}
.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 11px 12px;
  color: #212120;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #e9f0c3;
  background: #fefff9;
}
select {
  appearance: none;
  -webkit-appearance: none;
}
.select {
  position: relative;
}
.select::before {
  position: absolute;
  top: 9px;
  left: 9px;
  font-family: "Font Awesome 5 Pro";
  content: "\f04b";
  font-weight: 600;
  transform: rotate(90deg);
  font-size: 13px;
  background: var(--sec-color);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9f0c3;
  border-radius: 4px;
  color: #fff;
  pointer-events: none;
  cursor: pointer;
}
input.wpcf7-validates-as-required,
textarea.wpcf7-validates-as-required {
  padding: 19px 12px 3px 12px !important;
}
.contact-form.contact h5 {
  text-align: center;
  font-family: "H-bold";
  font-size: 24px;
  margin-bottom: 24px;
}

.modal-header {
  border: none;
  padding: 0;
}

.contact-form form input:focus,
.contact-form form textarea:focus,
.contact-form form select:focus {
  border: 1px solid #b8cd3e;
  background: #f8faec;
}

.contact-form.contact {
  padding: 32px;
}

.modal-body {
  padding: 0;
}

.modal-header .close {
  width: 40px;
  height: 40px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3b3b3;
  font-size: 36px;
  font-weight: 200;
  margin: -1rem auto -1rem -1rem;
}

.close {
  opacity: 1;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
select:focus,
textarea:focus {
  outline: none;
}
.read-more button {
  min-width: 100%;
  border-radius: 112px;
}
.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
  font-weight: 600;
  background-image: url("../images/Polygon\ 3.svg");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.owl-theme .owl-nav .owl-prev i::before,
.owl-theme .owl-nav .owl-next i::before {
  display: none;
}
.lang a span {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .modal-header .close {
    margin: 0.5rem auto 0.5rem 0.5rem;
  }
}
.fa-brands,
.fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}
/* ----------------------------  contact page ----------------------    */
section.contact-page .row {
  background: #fff;
  border-radius: 24px;
}

.contact-img .img img {
  border-radius: 0 24px 24px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-img {
  position: relative;
  height: 100%;
}

.contact-img .img {
  /* height: 427px; */
  height: 100%;
}

.contact-img .contact-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: #00000080;
  border-radius: 0 0 24px 0px;
  text-align: center;
  padding: 30px 12px 18px;
}

.contact-details .contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
}

.contact-img .contact-details h4 {
  color: #fff;
  font-size: 24px;
  font-family: "H-bold";
  margin-bottom: 12px;
}

.contact-details .contact-list li a {
  color: #fff;
  transition: all 0.3s;
}

.contact-details .contact-list li a i {
  padding-inline-start: 5px;
}

.contact-soch a {
  color: #fff;
  margin: 0 8px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--sec-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
}

span.mob-num {
  display: inline-block;
  direction: ltr;
}
/* ------------------------------------------------------------ */
.all-items {
  display: flex;
  flex-wrap: wrap;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(29, 34, 0, 0.8) 0%,
    rgba(8, 8, 8, 0.8) 100%
  );
  border-radius: 40px 40px 0 0;
  padding: 21px 0 0 0;
}

.all-items .cond-item {
  width: 50%;
  color: #fff;
  padding: 0 32px;
  padding-top: 11px;
  padding-bottom: 23px;
  border-inline-end: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
}
.all-items .cond-item:nth-child(5),
.all-items .cond-item:last-of-type {
  border-bottom: none;
}
.all-items .cond-item:nth-child(2),
.all-items .cond-item:nth-child(4),
.all-items .cond-item:last-of-type {
  border-inline-end: none;
}
body.body-with-no-bakground {
  background: transparent;
  position: relative;
}
section.conditions-page {
  padding: 0;
}

.all-items .cond-item h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "H-bold";
}

.cond-item .cond-list ul {
  list-style: auto;
  padding-inline-start: 16px;
}

.cond-item .cond-list ul li,
.cond-item .cond-list p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2px;
}
.input-group.upload {
  position: relative;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  padding: 12px 10px;
  height: 47px;
  border-radius: 0;
}

.input-group.upload span.uplod {
  position: absolute;
  right: -15px;
  top: -10px;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 2;
  border-radius: 8px;
  height: 48px;
  border: 1px solid #e9f0c3;
}

.form-control:disabled,
.form-control[readonly] {
  border: none;
  border-radius: 8px !important;
  background: #fefff9;
}

.input-group.upload span.uplod i {
  height: 32px;
  width: 32px;
  background-color: var(--sec-color);
  color: #fff;
  display: flex;
  align-items: center;
  margin: 7px;
  justify-content: center;
  margin-inline-start: auto;
  font-size: 24px;
  border: 1px solid #e9f0c3;
  border-radius: 4px;
}

label.input-group-btn {
  background-color: #f4f7f9;
  margin-bottom: 0;
  height: 0;
}

.input-group.upload label {
  display: block;
  width: 100%;
}
input.form-control::placeholder {
  color: #212120 !important;
}
.contact-img .contact-details h6 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 0 32px;
}
/* -------------------------------------- */
.service-item {
  border: 4px solid var(--sec-color);
  padding: 63px 46px 56px 37px;
  position: relative;
  border-radius: 0 24px 24px 0;
  transition: all 0.5s;
  background: transparent;
}
.service-item .service-T {
  position: absolute;
  top: 0;
  right: 0;
  height: 156px;
}
.service-icone {
  height: 112px;
  transition: all 0.3s;
  margin-bottom: 8px;
}
.service-icone svg,
.service-icone img {
  max-height: 100%;
  max-width: 100%;
}
.services.col-lg-4:first-of-type .service-item {
  border-radius: 24px 0 0 24px;
}

.services .col-lg-4:nth-child(3) .service-item {
  border-radius: 24px 0 0 24px;
}

.services .col-lg-4:nth-child(2) .service-item {
  border-radius: 0;
  border-inline-end: none;
  border-inline-start: none;
}
.service-title h3 {
  font-size: 32px;
  font-family: "H-bold";
  transition: all 0.3s;
  line-height: 48px;
}

.service-item .service-T img {
  max-width: 100%;
  max-height: 100%;
}

.service-disc p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
}
.service-icone svg path,
.service-icone svg {
  transition: all 0.3s;
}
/* ---------------------------------------------------- */
.project-item .proj-img {
  height: 409px;
  border-radius: 16px;
}
.project-item .proj-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.address p {
  display: flex;
  align-items: center;
  gap: 11px;
}

.address p img {
  height: 20px;
  width: 20px !important;
}

.proj-details {
  position: absolute;
  z-index: 2;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.5) 0%, #040404 100%);
  border-radius: 16px;
  padding: 16px;
  bottom: 20px;
  width: 93%;
  left: 50%;
  transform: translateX(-50%);
}

.project-item {
  position: relative;
  direction: rtl;
}

.project-item .read-more span {
  min-width: 100%;
}

.proj-title h4 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin: 8px 0;
  font-family: "H-bold";
}

.project-item a {
  color: #fff;
}

.project-item .disc p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.project-item .disc {
  transition: all 0.3s;
}
.singl-proj-item a {
  height: 148px;
  position: relative;
  display: inline-block;
}
.singl-proj-item img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #FEFFF9;
  transition: all 0.4s;
}

.single-projrct-page::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0;
  background: #000000B8;

}

.singl-proj-item {
    margin-bottom: 20px;
}

.single-project-imgs h5 {
    color: #fff;
    font-size: 20px;
    font-family: 'H-bold';
    margin-bottom: 20px;
}

.single-project-details {
    color: #fff;
    padding-inline-end: 20px;
}

.single-project-details .read-more a {
    min-width: 100%;
}

.single-project-details .name h4 {
    margin-bottom: 24px;
    font-size: 20px;
    font-family: 'H-bold';
}

.single-proj-disc p {
    line-height: 24px;
    margin-bottom: 24px;
}
/* -------------------------------------------------------- */
@media (min-width: 991px) {
  .singl-proj-item img {
  opacity: 30%;
  }
  .singl-proj-item:hover img {
    opacity: 100%;
}
  .project-item:hover .disc {
    margin-bottom: 33px;
  }
  .contact-page .col-lg-6 {
    padding: 0;
  }
  .contact-soch a:hover {
    background: var(--sec-color);
    border: 1px solid #e9f0c3;
  }

  .contact-details .contact-list li a:hover {
    color: var(--sec-color);
  }
  .read-more a:hover,
  .request a:hover,
  .read-more button:hover,
  .project-item .read-more a:hover {
    background: #fff;
    border: 1px solid #b8cd3e;
    outline-color: #b8cd3e;
    color: #404816;
  }
  .owl-theme .owl-nav .owl-prev:hover i,
  .owl-theme .owl-nav .owl-next:hover i {
    opacity: 30%;
    /* box-shadow: 0px 4px 12px 0px #0000001f; */
  }
  .vission-item:hover {
    border: 1px solid #dadada;
    box-shadow: 0px 12px 40px 0px #00000014;
  }

  .count-block:hover .img {
    right: 20px;
    left: unset;
    transform: rotate(90deg) scale(1.72);
    top: 60px;
  }

  :dir(ltr) .count-block:hover .img {
    left: 20px;
    right: unset;
    transform: rotate(-90deg) scale(1.72);
    top: 60px;
  }
  .count-block:hover .counter-name {
    flex-direction: column;
    align-items: start;
    transform: translateX(-60px);
  }
  :dir(ltr) .count-block:hover .counter-name {
    transform: translateX(60px);
  }
  .count-block:hover .counter-item {
    font-size: 90px;
    top: -40px;
    position: relative;
  }

  .count-block:hover {
    border-radius: 8px;
    border: 1px solid #dadada;
    box-shadow: 0px 12px 40px 0px #00000014;
    justify-content: start;
  }
  .numbers-page {
    min-height: 354px;
    padding:120px 0;
  }
  .struc-item:hover .struc-name {
   background: radial-gradient(50% 50% at 50% 50%, #040404 0%, #040404 100%);
    border: 1.82px solid #404816;
  }

  .struc-item:hover .struc-content {
    background: #040404;
    box-shadow: 0px 12px 36px 0px #00000040;
    outline: 6px solid #ffffff;
    background: radial-gradient(50% 50% at 50% 50%, #040404 0%, #040404 100%);
  }
  .struc-item:hover .struc-img img {
    transform: rotate(-180deg);
    opacity: 70%;
  }
  :dir(ltr) .struc-item:hover .struc-img img {
    transform: rotate(180deg);
  }
  .struc-item:hover .struc-img {
    height: 236px;
    width: 100%;
  }
  .struc-item:hover {
    transform: translateY(8px);
  }
  .mynav .navbar-menu li .sub-menu a:hover {
    background-blend-mode: darken;
    background-image: radial-gradient(
      50% 50% at 50% 50%,
      #b8cd3e 0%,
      #5c671f 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .client-item:hover {
    box-shadow: 0px 12px 40px 0px #00000014;
    border: 1px solid #dadada;
  }
  .contracting-item:hover .cont-img {
    outline: 4px solid #fff;
    box-shadow: 0px 8px 32px 0px #00000047;
  }

  .contracting-item:hover .cont-details .number span {
    color: #fff;
  }
  .col-lg-4 {
    padding: 0 10px;
  }
  .service-item:hover {
    background: #040404;
    box-shadow: 0px 12px 36px 0px #00000040;
  }
  .service-item:hover .service-title h3,
  .service-item:hover .service-disc p {
    color: #fff;
    transform: translateY(8px);
  }
  .service-item:hover .service-icone {
    transform: translateY(8px);
  }
  section.services .col-lg-4 {
    padding: 0;
  }
  .service-item:hover .service-icone svg path {
    fill: var(--sec-color);
  }
  .project-item .read-more {
    transform: translateY(100px);
    transition: all 0.4s;
    opacity: 0;
    height: 0;
  }
  .project-item:hover .read-more {
    transform: none;
    opacity: 1;
    height: 48px;
  }
  .vission-disc {
    min-height: 100px;
}
.struc-content ul {
    min-height: 230px;
}
.contracting-item:hover {
    transform: rotate(1.5deg);
}
.service-disc p {
    min-height: 72px;
}
.address p {
    min-height: 49px;
}
.admin-name h5 {
    position: relative;
    bottom: -60px;
}
section.single-project {
    height: calc(100vh - 60px);
}
}

@media (min-width: 1430px) {
section.single-project {
    padding-top:120px;
}
}
@media (min-width: 992px) {
  .clients .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 8px;
  }
}

 .slider.home-slider .item .col-lg-8{
     padding:0;
 }

.bg-page-img img {
    object-position: left;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl !important;
}


.input-group.upload {
    background: #FEFFF9;
}

.form-control[readonly] {
    padding: 11px !important;
}
.about-img {
    position: relative;
}
.about-logo-img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:2;
    height:54px;
}
.about-logo-img img{
    height:100%;
    opacity:30%;
}



