:root {
  --main-color: #88723F;
  --sec-color: #755D25;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "codec-pro";
  src: url("../fonts/codec-pro.regular.ttf");
}

@font-face {
  font-family: "CodecPro-Bold";
  src: url("../fonts/CodecPro-Bold.ttf");
}

@font-face {
  font-family: "29LT Azer";
  src: url("../fonts/29LTAZER-MEDIUM.OTF");
}

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

body {
  direction: rtl;
  text-align: start;
  font-family: "codec-pro";
  overflow-x: hidden;
}

/* nice select */
.nice-select {
  width: 100%;
  text-align: start !important;
  padding-left: 30px;
  padding-right: 18px;
}

.nice-select::after {
  left: 12px;
  right: auto;
}

.nice-select .option {
  text-align: right;
  padding-left: 29px;
  padding-right: 18px;
}

.nice-select .list {
  width: 100%;
}

.nice-select:after {
  width: 8px;
  height: 8px;
}

.owl-carousel {
  direction: ltr;
}

.carousel-info button {
  border: none;
  outline: none;
  background: none;
}

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

.mynav button {
  background: none;
}

input:focus {
  outline: none;
}

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

a,
a:hover {
  text-decoration: none;
}

span.navbar-toggler-icon {
  background: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}

span.navbar-toggler-icon i {
  font-size: 24px;
}

/* Start header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.right-top-header ul {
  display: flex;
  gap: 18px;
  align-items: center;
}

.right-top-header ul li a {
  display: flex;
  color: #3C3C3C;
  gap: 6px;
  align-items: center;
}

.right-top-header ul li a i {
  color: var(--main-color);
  font-weight: 900;
}

.right-top-header ul li p {
  margin-bottom: 0;
}

.left-top-header .footer-soch {
  margin: 0;
  text-align: end;
}

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

.slider-info h6 {
  background: #FFFCF6;
  max-width: max-content;
  padding: 10px 14px;
  border: 1px solid #F6E9CC;
  border-radius: 32px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
}

.about-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.img1,
.img2 {
  width: 50%;
  margin: 0 5px;
}

.img1 img,
.img2 img {
  width: 100%;
}

.about_Imgs {
  position: relative;
}

.about_Imgs .count-block {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_Imgs .count-block::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../images/bg-years-num.png');
  background-size: cover;
  transition: all 0.5s;
  z-index: -1;
  animation: rotat 10s infinite 1s;

}

@keyframes rotat {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.about_Imgs .count-block {
  width: 215px;
  height: 215px;

}


.counter-item span.years {
  font-size: 10px;
}

.mynav .navbar-menu li a {
  color: #000;
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
  padding: 8px 0;
  display: inline-block;
}

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

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;
  background: #fff;
  z-index: 9;
  transform: translateY(-20px);
  transition: all 0.4s;
  visibility: hidden;
  padding: 12px 18px 18px 20px;
  min-width: 191px;
  background: var(--sec-color);
}

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;
}

.sidebar .sub-menu {
  display: none;
  position: relative;
  width: 100%;
  min-width: 100%;
  transition: all 0s;
}

.mynav .navbar-menu li {
  padding-inline-end: 31px;
}

.mynav .navbar-menu ul.sub-menu li {
  padding-inline-end: 0;

}

.mynav .navbar-menu li .sub-menu a {
  color: #fff;
  font-size: 16px;
  padding: 8px 0px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #275B90;
  padding-inline-start: 12px;
  position: relative;
}

.mynav .navbar-menu li .sub-menu a::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  top: 21px;
  right: 0;

}

.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: '\f107';
  font-family: 'font awesome 5 pro';
  top: 14px;
  left: -13px;
  color: #000;
  font-size: 15px;
}

.sidebar li.menu-item-has-children>a::after {
  top: 15px;
  left: 1px;
  color: #fff;
}

ul.sub-menu li {
  margin-inline-end: 0;
}

.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;
  background: #fff;
  transition: all 0s;
}

.sidebar .side-content ul .sub-menu li a {
  color: #000;
}

.left-tobheader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lang a {
  text-transform: capitalize;
  color: #393838;
  font-weight: 500;
  text-decoration: underline;
}

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

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

.mynav .nav-link {
  position: relative;
}

.navbar-menu {
  display: flex;
  align-items: center;
}

.navbar {
  padding: 0;
  justify-content: center;
}

.request a,
.my-btn a,
.my-btn button {
  color: #fff;
  min-width: 152px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
   font-family: "CodecPro-Bold";
  transition: all 0.3s;
  background: #88723F;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 10px 12px;
}

.my-btn a {
  background-color: #fff;
  border: 1px solid var(--main-color);
  font-size: 16px;
  color: var(--main-color);
  font-weight: 500;
}

.my-btn button {
  color: var(--sec-color);
  min-width: 152px;
  height: 55px;
  line-height: 40px;
  font-size: 16px;
  background: #fff;
  border: 1px solid var(--sec-color);
  padding-bottom: 8px;
}


.request a {
  min-width: 94px;
  padding: 8px 10px;
    font-size: 16px;
}

.request a:hover,
.my-btn a:hover,
.my-btn button:hover {
  color: #fff;
  background: #755D25;
  
}

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


.responsive-menu .left-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}

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

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
  padding: 0;
  width: 34px;
  height: 34px;
  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 .request a {
  margin: 14px 14px 0 0;
}


/* Start Search */

.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
  transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  left: 20px;
}

.site-search.open {
  z-index: 99999999;
  opacity: 1;
  transition: opacity .5s, z-index 0s;
  -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -40px;
  opacity: 1;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
  transform: translateX(-50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: var(--main-color);
  background: none;
  border: none;
  border-bottom: 3px solid var(--main-color);
  font-size: 20px;
  padding: 15px 0;
  height: auto;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  /* -webkit-appearance: none; */
  border-radius: 0px;
  box-shadow: inset 0 0 0 transparent;
  color: var(--main-color);
  padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--main-color);
  padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: var(--main-color);

}

.searchForm .btnSearch {
  box-shadow: none !important;
  margin: 0 25px;
  color: #101010;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border: none !important;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: var(--main-color);
}

.searchForm .btnSearch i:hover {
  transform: rotate(360deg);
  color: var(--hover-color);
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}


/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  /* bottom: 0; */
  right: -350px;
  height: 100%;
  width: 350px;
  background-color: var(--sec-color);
  z-index: 999;
  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: var(--main-color);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.sidebar .side-content {
  padding-top: 25px;
  margin-top: 5px;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--sec-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all .5s;
}



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

.mynav {
  margin-top: 0;
  border: 1px solid #FFFAEF;
  background: #fff;
  border-radius: 16px;
  margin-top: 12px;
}

.left-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

/* Sidebar */

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

.sidebar-width {
  left: 0px;
}

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

.sidebar .side-content {
  padding-top: 10px;
  margin-top: 30px;
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  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 #88723f59;
}




.sidebar .side-content ul li a {
  color:#1A1A1A;
  display: inline-block;
  padding: 14px 20px;
  position: relative;
  transition: all 0.3s;
}


.sidebar .header-btn {
  padding-inline-start: 20px;
  margin-top: 20px;
}

/* Start home slider */
.home-slider .owl-item,
.home-slider .item {
  overflow: hidden;
  position: relative;
}


.slider-home .slider-img {
  position: relative;
  height: 505px;
  margin: 10px 22px 33px;
}

.home-slider .row {
  direction: rtl;
  position: relative;
  z-index: 2;
}

.home-slider .row.statistics {
  padding: 0;
}

.home-slider {
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-top: 217px;
  background: linear-gradient(180deg, rgba(136, 114, 63, 0.1) 0%, rgba(136, 114, 63, 0) 100%);
}

.home-slider .owl-carousel,
.sponser-slider {
  direction: ltr;
}


.owl-item.active .slider-info h2 {
  animation: 1s fadeInDown;
}

.home-slider .row {
  align-items: center;
}

.slider-home .owl-item .slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 199px 0 16px 0;
  box-shadow: 0px 12px 28px 0px #00000014;
}

.slider-info {
  direction: rtl;
}

.slider-info h2 {
  font-size: 40px;
  margin: 29px 0;
  line-height: 56px;
  font-weight: 600;
}

.slider-home.owl-theme .owl-dots .owl-dot.active span {
  width: 38px;
  background: #fff;
}

/*------------------  counter  ------------------ */
.counter-item {
  direction: ltr;
  font-size: 27px;
  margin: 0px 0 10px;
  text-align: center;
  font-weight: 600;
  color: var(--main-color);
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: baseline;
  gap: 3px;
   font-family: "CodecPro-Bold";
}


.counter-item span.plus {
  margin-inline-start: -10px;
  position: relative;
  top: 4px;
}

.count-block {
  transition: all 0.3s;
}


.count-block .details {
  text-align: center;
}

.count-block .details h6 {
  font-size: 13px;
  color: #1A1A1A;
  text-align: center;
  font-weight: 600;
}


.project-slider.owl-theme .owl-nav .owl-prev,
.project-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev {
  margin-top: 0;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  font-size: 26px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  box-shadow: 0px 5px 12px 0px #A09F9E;

}

.card-slider.owl-theme .owl-nav .owl-prev,
.project-slider.owl-theme .owl-nav .owl-prev {
  left: -30px;
}

.card-slider.owl-theme .owl-nav .owl-next,
.project-slider.owl-theme .owl-nav .owl-next {
  right: -30px;
}

.project-slider.owl-theme .owl-nav .disabled {
  /* opacity: 0; */
  cursor: default;
}

.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #fff;
  background: #B19366;
}


.part-slider.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
  width: 22px;
  height: 4px;
  margin: 12px 6px;
  border: none;
  background: #fff;
  border-radius: 1px;
}


.part-slider.owl-theme .owl-dots .owl-dot:hover span,
.part-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--main-color);
}

.slider-home.owl-theme .owl-dots,
.card-slider.owl-theme .owl-dots {
  margin-top: 22px;
}

section.home-slider {
  margin-top: 0;
}

.slider-home.owl-theme .owl-dots .owl-dot {
  display: flex;
}

.slider-home.owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 58px;
  transform: translateX(-50%);
  display: flex;
}

.part-slider.owl-theme .owl-dots .owl-dot span {
  background: #D9D9D9;
}

.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
}

.slider-home.owl-theme .owl-dots .owl-dot span {
  background: rgb(255 255 255 / 50%);
  color: #CBCBCB;
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 6px;
}


/* ********************************* */
/* Start about section */

section {
  padding: 90px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section.about {
  position: relative;
}

.about-info {
  padding-inline-end: 0;
}

.section-title {
  margin-bottom: 16px;
}

.section-title h4 {
  font-size: 40px;
  margin-bottom: 16px;
  color: #020202;
  font-weight: 600;
}

.logo {
  height: 64px;
}

.logo img {
  max-height: 100%;
  max-width: 100%;
}

.carousel-info h6 {
    
  font-size: 19px;
}

.about-info h6 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 500;
   font-family: "CodecPro-Bold";
}

.about-info h4 {
  font-size: 40px;
  margin-bottom: 29px;
  line-height: 75px;
  color: #1A1A1A;
  font-weight: 600;
}

.container {
  position: relative;
  z-index: 2;
}

section.about .row {
  align-items: center;
}

.about-info p {
  color: #333333;
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 28px;
}

.about-img {
  width: 100%;
  height: 459px;
  object-fit: cover;
  position: relative;
  display: flex;
  width: 100%;
}

.about-img img {
  max-width: 100%;
  max-height: 100%;

}

/* ---------------------------------------Start services section--------------------------------------------------*/
section.services_sec .services_content {
  background: #fff;
  border: 1px solid #F5EAD1;
  border-radius: 40px;
  padding: 92px 123px;
}

section.services_sec {
  background: linear-gradient(180deg, rgba(136, 114, 63, 0.01) 0%, rgba(136, 114, 63, 0.2) 44.1%, rgba(136, 114, 63, 0.01) 100%);
  padding:50px 0 32px;
}

.section-title {
  text-align: center;
  max-width: 54%;
  margin: 0 auto 40px;
}

.service-item {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #FAEDCF;
  /* margin-bottom: 20px; */
  padding: 20px 18px 20px 11px;
}

.service-name h5 {
  font-size: 20px;
  color: #333333;
  font-family: "CodecPro-Bold";
  margin-bottom: 0;
}

.section-title p {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}

.serv-img {
  height: 47px;
  width: 47px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s;
}

.serv-img img {
  max-height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

.service-item:hover .serv-img img,
.service-item:hover .serv-img {
  height: 56px;

}

.serv-img::after {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  top: -9px;
  left: -13px;
  background: #FAEDCF;
  border-radius: 8px;
  /* z-index: -1; */
  transition: all 0.5s;
}

.service-item:hover .serv-img::after {
  width: 40px;
  height: 40px;
  transform: translateX(29px);
  z-index: 1;
}

.service-item:hover {
  background: #FFFCF4;
}

.services_sec .col-lg-4 {
  padding: 0 9px;
  min-height: 154px;
}

/* end services section */
/* products_section  */
.products_sec .my-btn {
  text-align: center;
  margin-top: 20px;
}

.products_sec .section-title {
  max-width: 50%;
}

.product-item .img {
  height: 316px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}

.product-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
}

.product-name h4 {
  margin-bottom: 0;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  width: calc(100% - 55px);
}

.more-details {
  width: 48px;
  height: 48px;
  border: 2px solid #88723F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s;
}

.more-details i {
  color: #88723F;
  transition: all 0.3s;
}

.product-item:hover .img {
  height: 377px;
}

.product-item {
  min-height: 450px;
}

.product-item:hover .more-details i,
.project-item:hover .more-details i {
  transform: rotate(45deg);
  color: #fff;
}

.product-item:hover .more-details,
.project-item:hover .more-details {
  background: #88723F;
}

.products_sec .my-btn a,
.projects-sec .section-title .my-btn a {
  min-width: 188px;
  /*background: #88723F;*/
  /*color: #fff;*/
}

.products_sec .my-btn a:hover,
.projects-sec .section-title .my-btn a:hover {
  /*background: #755D25;*/
}

/* --------------------------------------------------------------- */
.projects-sec .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin-bottom: 48px;
}

.projects-sec .section-title h4 {
  margin-bottom: 0;
}

.projects-sec .owl-stage-outer {
   
}

.project-item {
  border: 1px solid #FAEDCF;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 20px 20px 0px #0000000D;
  margin-bottom: 32px;
}

.project-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
}

.project-name h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - 55px);
}

.project-item .proj-img {
  height: 443px;
}

.project-item .proj-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.owl-item.active+.owl-item.active .project-item {
  opacity: 30%;
}

section.projects-sec {
  position: relative;
}

section.projects-sec::before {
  position: absolute;
  content: '';
  width: 430px;
  height: 463px;
  background: #FFFAEF;
  inset: 0;
  border-radius: 110px 0 0 0;
}

/*  -------------------- Start footer section ---------------- */
.fixed-icone {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9;
  animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

  0%,
  100% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(12px);
  }
}

.fixed-icone a {

  width: 53px;

  height: 53px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 9px;

  color: #fff;

  font-size: 25px;

  border-radius: 7px;

  box-shadow: 0px 2.4px 2.4px 0px #30BF2F4D;

  background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
}

.fixed-icone a.phone_link {
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  box-shadow: none;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
}

.footer {
  padding: 59px 78px;
  position: relative;
  background: #FFFAEF;
  border-radius: 16px;
}


.footer-links h4,
.right-footer h4 {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}

footer .contact-list span.key {
  display: block;
  font-size: 16.85px;
}

.footer-logo img {
  height: 100%;
}

footer .footer-menu ul li {
  margin-bottom: 18px;
}
.footer-logo {
    height: 181px;
    max-width: 400px;
     margin-bottom: 19px;
}
.footer-logo a {
  display: inline-block;
  height: 100%;
  width:100%;
 
}

footer .footer-menu ul {
  display: inline-block;
}

footer .footer-menu ul a {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.3s;
  font-weight: 400;
}

footer .footer-menu ul a:hover {
  color: var(--main-color);
}

.footer-soch span {
  font-size: 24px;
  color: #212121;
  font-weight: 600;
}

footer .footer-soch a {
  width: 51.5px;
  height: 51.5px;
  font-size: 22px;
  box-shadow: 0px 6.45px 6.45px 0px #E7D19D1A;
border-radius:6.45px;
}

.footer-links.footer-menu {
  padding-inline-start: 30px;
}

footer i.la-linkedin-in {
  font-size: 22px;
}

.footer-soch a {
  margin-inline-start: 9px;
  transition: all 0.3s;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 0px 4px 4px 0px #E7D19D1A;
  background: #fff;
}

.footer-soch a i.fa-instagram {
  /* background: radial-gradient(102.89% 102.88% at 60.65% 104.95%, rgba(140, 58, 170, 0) 64%, #8C3AAA 100%); */
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

i.fa-x-twitter {
  color: #1A1A1A;
}

i.la-linkedin-in ,i.fa-linkedin-in{
  color: #4459BE;
  /*font-size: 18px;*/
}

i.fa-facebook-f,
i.fa-facebook {
  color: #327EEA;
}

footer .contact-list a {
  display: flex;
  color: #333333;
  transition: all 0.3s;
}

footer .contact-list a:hover {
  color: var(--main-color);
}

footer .contact-list li i {
  position: relative;
  top: 4px;
  padding-inline-end: 8px;
  font-size: 20px;
  color: var(--main-color);
  width: 30px;
}

footer .contact-list li {
  margin-bottom: 17px;
}

footer .contact-list li p {
  margin-bottom: 0px;
  line-height: 29px;
}

span.mob-num {
  display: block;
  direction: ltr;
}

.right-footer .map {
  height: 185px;
}

.right-footer .map iframe {
  width: 100%;
  height: 100%;
}

.footer-disc {
  display: flex;
  color: #fff;
  gap: 28px;
}

.footer-disc p {
  line-height: 28px;
}

.footer-disc .f-img {
  height: 40px;
}

.footer-disc .f-img img {
  max-height: 100%;
}

.footer-soch {
  margin-top: 0;
}

.copy-right {
  padding: 18px 0px;
}

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

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

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

span.mob-num {
  direction: ltr;
  display: inline-block;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 14px;
}

.responsive-menu .lang a {
  margin-inline-start: 9px;
}

.responsive-menu .logo {
  height: 64px;
}

.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.responsive-menu .btnSearch {
  padding-inline: 0;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.responsive-menu .logo img {
  height: 100%;
}

.soch-icons span {
  font-size: 18px;
  color: #232323;
  margin-inline-end: 6px;
}

/* ********************************************************************************************* */
/* Start about page */
.breadcrumb-section {
  padding: 191px 0 49px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #FFFBF1;
  border: 1px solid #F1E2BD;
  border-radius: 0 0 56px 56px;
}


.breadcrumb-info h2 {
  text-align: center;
  font-size: 52px;
  color: #000000;
  font-weight: 400;
}


.breadcrumb {
  display: flex;
  justify-content: center;
  background-color: transparent;
  padding-top: 6px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.breadcrumb-item.active {
  color: #1A1A1A;
  font-size: 40px;
  font-weight: 600;
}

.about_page_bread .breadcrumb-item.active {
  color: #000;
}

button.btnSearch {
  background: transparent;
}

.vission-item {
  border-radius: 16px;
  padding: 22px 34px;
  transition: all 0.4s;
  border: 1px solid #F2E5C7;
  outline: 2px solid transparent;
  offset: -2px;
}

.vission-item:hover {
  box-shadow: 0px 4px 4px 1px #8F8F8F14;
  outline: 2px solid #88723F;
  border: 1px solid #88723F;
}

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

.vission-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #1A1A1A;
}

.viss-img {
  height: 48px;
}

.viss-img img {
  max-height: 100%;
}

section.vission_sec .col-lg-4 {
  padding: 0 10px;
}

.vission-details p {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}

.vission_sec {
  padding-top: 10px;
}

.about.about_page {
  padding-top: 103px;
}

/* ------------------------------------------------------------------ */
section.services_sec.service_page {
  background: #fff;
  padding:100px 0;
}

.services_sec.service_page .row {
  width: 90%;
  margin: auto;
}

/* --------------------------  product single ---------------------------------------- */
.single-product-info h4 {
  margin-bottom: 32px;
  font-size: 40px;
  color: #1A1A1A;
  font-weight: 600;
  padding-top: 12px;
}

.single-product-info h6 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #333333;
}

.single-prod-img {
  height: 429px;
  width: 100%;
}

.single-prod-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* -------------------------  project page -------------------------------- */

.project_page .project-item .proj-img {
  height: 316px;
  transition:all 0.3s;
}

.project_page .project-item .proj-img img {
  border-radius: 8px;
}

.project_page .project-item {
  border: none;
  box-shadow: none;
}

.project_page .project-name h4 {
  font-size: 20px;
  line-height: 31px;
}

.project_page .col-lg-4 {
  padding: 0 8px;
}

/* -------------------------------------  single services  ----------------------    */

.single_project-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #88723F;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  transition: all 0.3s;
}

.single_project-slider.owl-theme .owl-nav .owl-prev {
  left: 10px;
}

.single_project-slider.owl-theme .owl-nav .owl-next {
  right: 10px;
}



#big_image .owl-stage-outer {
  position: relative;
  z-index: 3;
}

#big_image .single-img {
  height: 429px;
}

#big_image .single-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

#thumbs_gallary .img {
  height: 98px;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 10px 2px 23px;
}

#thumbs_gallary .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
}


.project-slider.owl-theme .owl-nav .owl-next:hover,
.project-slider.owl-theme .owl-nav .owl-prev:hover {
  background: rgb(136 114 63 / 50%);
  color: #fff;
}

.project-slider.owl-theme .owl-nav [class*=owl-] i {
  font-weight: 300;
}

#thumbs_gallary .img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: #26252552;
}

#thumbs_gallary .owl-item.active.current .img::after,
#thumbs_gallary .owl-item .img:hover::after {
  opacity: 0;
}

#thumbs_gallary .owl-item.active.current .img img,
#thumbs_gallary .owl-item .img:hover img {
  border: 2px solid #88723F;
}

.single_project-slider.owl-theme .owl-nav .owl-next:hover,
.single_project-slider.owl-theme .owl-nav .owl-prev:hover {
  opacity: 50%;
}

.single-product-info p {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}

.product_product_page .col-lg-6:last-of-type {
  padding-inline-start: 28px;
}

/* ------------------------------------  contact page -----------------------   */

section.contact-page .row {
  padding: 58px 55px 51px 48px;
  position: relative;
  z-index: 2;
  background: #fff;
  /*align-items: center;*/
  box-shadow: 0px 15px 52px 0px #0000000F;
  border-radius: 24px;
  border: 1px solid #F0F0F0;
}

section.contact-page .contact-form {
  padding: 0;
  width: 102%;
}

.contact-page .col-lg-6 {
  padding: 0;
}

.contact-page_map {
  padding: 0;
  margin-top: -70px;
  z-index: 1;
}

.contact-page_map .map {
  width: 100%;
  height: 786px;
}

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

.contact-page_map .container-fluid {
  padding: 0;
}

.contact-page {
  padding-bottom: 0;
}

section.contact-page .contact-form h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #121212;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 12px 10px;
  color: #2D2D2D;
  font-size: 16px;
  border-radius: 8px;
  background: #FFFBF2;
  border: 1px solid #FCE2A6;
}



textarea:focus {
  outline: none;
}

.contact-form label {
  color: #121212;
  font-size: 16px;
  margin-bottom: 6px;
}

.form-info form input:focus {
  outline: none;
}

.contact-form form textarea {
  height: 79px;
}

.contact-form {
  padding: 42px 62px 49px;
  background-color: #fff;
  height: 100%;
}

.contact-form .my-btn {
  margin-top: 16px;
}

.contact-form .my-btn button {
  min-width: 100%;
  background: #88723F;
  color: #fff;
}

.contact-data .map {
  height: 460px;
}

.map iframe {
  width: 100%;
  height: 100%;
}


.contact-form form {
  padding-top: 0;
}

.form-group {
  margin-bottom: 16px;
}

footer.contact_page .footer {
  display: none;
}

.contact_page_details {
  padding: 88px 61px;
  /*height: 100%;*/
  position: relative;
  margin-inline-start: 55px;
  background-color: #88723F;
  border-radius: 16px;
  margin-top:90px;
}

.contact-data {
  position: relative;
  z-index: 2;
}

.contact-p-soch .contact-p-icone {
  background: #F1F1FF1A;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}

.contact-p-soch span {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 34px;
}

.contact-page .contact-data ul li a {
  color: #fff;
  display: flex;
  font-size: 19px;
  transition: all 0.3s;
  line-height: 29px;
}

.contact-page .contact-data ul li a i {
  padding-inline-end: 10px;
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 4px;
}

.contact-page .contact-data ul li p {
  margin-bottom: 0;
}

.contact-p-soch .contact-p-icone a {
  color: #fff;
  padding: 0 9px;
}

footer.contact_page {
  padding: 0;
}

footer.contact_page .copy-right {
  margin: 0;
}

.contact_page_details h3 {
  color: #fff;
  font-size: 29px;
  margin-bottom: 38px;
  font-weight: 500;
}

.contact-page .contact-data ul li {
  margin-bottom: 24px;
}

.contact-data .footer-soch {
  margin-top: 37px;
}

.contact-page .footer-soch span {
  font-size: 20px;
  color:#fff;
}

.form-group.mobil {
  position: relative;
}

.form-group.mobil span.mob-num {
  position: absolute;
  top: 48px;
  left: 16px;
  color: #2B2B2B;
  font-family: "29LT Azer";
}

/* ------------------------------------- */
/* ------------------------------------------------------ */
/* Pagination */
.pagination {
    justify-content: center;
    margin-top: 28px;
    /* background: #0F0F0F; */
    max-width: max-content;
    margin: 20px auto 0;
    padding: 10px 22px;
    border: 1px solid #B5B5B51A;
    align-items: center;
}

.page-item .page-link {
    color: #4F4F4F;
    font-size: 14px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    transition: all 0.3s;
    background: transparent;
    margin-inline: 6px;
    border-color: transparent;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
    margin-inline: 8px;
    border-color: transparent;
    background-color: var(--sec-color);
    color: #fff;
    font-size: 20px;
    width: 34px;
    height: 34px;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
    opacity: 40%;
}

.page-item.active .page-link,
.page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: var(--sec-color);
    border: 1px solid var(--sec-color);
}

li.page-item {
    margin-inline: 0;
}

.page-link:focus {
    box-shadow: none;
}

.sidebar .side-content ul li.current-menu-item a {
    color: var(--main-color);
}

.sidebar .logo {
    height: 90px;
    margin: 0 auto 22px;
    text-align: center;
    margin-bottom: 21px;
}
.sidebar .logo img {
    height: 100%;
    max-width: 100%;
}

section.products_sec {
    padding-top: 75px;
    padding-bottom: 38px;
}
.copy-right .row {
    align-items: center;
}

.about-info p {
    max-height: 188px;
    overflow: hidden;
}

.about.about_page .about-info p {
    max-height: max-content;
    overflow: visible;
}
.about.about_page .row {
    align-items: start;
}

.project_page .project-item {
    min-height: 523px;
    margin-bottom:0;
}
.project_page .project-item:hover .proj-img{
    height:412px;
}

.card-slider.owl-theme .owl-dots .owl-dot span {
    background: #FAEDCF;
}


a.page-link span {
    height: 20px;
}

header.sticky {
    margin: 0;
    padding: 0;
}

.sticky {
    position: sticky !important;
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
    padding: 6px 0;
    z-index: 99;
}

header.sticky .container{
      transition: all 0.3s;  
}

header.sticky .top-header{
  display:none;  
}

header.sticky .container {
    width: 100%;
    max-width: 100%;
}
.side-search {
    margin: 30px 0 20px;
    padding: 0 20px;
}

.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 20px;
border-radius: 0px;
/* background: var(--main-color); */
color: #333;
border-radius: 8px;
}   
.side-search form input::placeholder{
  /*color:#fff;*/
}
.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 {
    margin: 10px 0 0px 0;
    padding-inline-start: 21px;
}


.sidebar .side-search img {
    /*filter: brightness(0) invert(1);*/
}

.services_sec.service_page .service-item {
    padding: 26px 18px 26px 11px;
}

.slider-info .my-btn a {
    color: #fff;
    background: var(--main-color);
}
.slider-info .my-btn a:hover {
    background: #755D25;
}
.project-slider {
    margin-inline-start: 8%;
}

 .project-slider.owl-theme .owl-nav .owl-prev {
    left: 150px;
}

.projects-sec .section-title .container{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar .request a {
    margin-inline-start: 14px;
}
















