@import "odometer.css";

:root {
  --main-color: #AD9267;
  --sec-color: #073855;
  --dark-color: #2C2A2A;
  --title-color: #282727;
  --bg-color: #f5f5f5;
}



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

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

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

@font-face {
  font-family: "light";
  src: url("../fonts/29ltazer-light.otf");
}

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


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

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

/* nice select */
.nice-select {
  width: 100%;
  /* margin-bottom: 15px; */
  text-align: right !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:#fff;
  color:  var(--sec-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 34px;
  border-radius: 3px;
}

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

/* Start navbar */
.right-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-btn a,
.my-btn button,
.my-btn a {
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 27px;
  min-width: 125.76px;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  z-index: 1;
  border-radius: 50px;
  min-height: 46.02px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 10px 34px rgba(4, 9, 142, 0.16);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  border: 1px solid var(--main-color);
}

.slider-btns .my-btn a{
  min-width: 136px;
  padding: 10px 37px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.header-btn a::after,
.my-btn a::after,
.my-btn button::after,
.slider-links a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--dark-color);
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
  border-radius: 50px;
  overflow: hidden;
}

.my-btn a:hover,
.about-info .my-btn a:hover{
  color: var(--main-color);
  background: transparent;
}
.header-btn a:hover::after,
.my-btn a:hover::after,
.my-btn button:hover::after,
.slider-links a:hover::after {
  /* transform: scale(1); */
  /* opacity: 1; */
}

.left-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 90px;
}

.logo img {
  height: 100%;
  object-fit: contain;
}

header {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.mynav li {
  padding-inline-end: 19px;
}

.mynav .nav-link {
  color: #2C2A2A;
  transition: all 0.3s;
  padding: 0 0 0;
  font-size: 18px;
  position: relative;
  text-transform:capitalize;
}
.mynav .nav-link::after{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  Width: 100%;
  height: 7px;
  background-size: contain;
  z-index: 2;
  background-image: url('../images/bg-link.png');
  transition: all 0.3s;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.mynav .nav-link:hover:after,
.mynav li.current-menu-item .nav-link::after{
  /* opacity: 1; */
}

.mynav .nav-link:hover ,.mynav li.current-menu-item .nav-link{
  color: var(--main-color);
}
.mynavbar{
  padding: 22px 0 14px;
}
.mynavbar .row {
  align-items: center;
  /* padding: 15px 0; */
}

.mynavbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang a {
  color: #2C2A2A;
  text-transform: uppercase;
  font-family: '29LTAZER';
  font-size: 20px;
}


.left-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang a:hover {
  color: var(--main-color);
}

.btnSearch i {
  color: #fff;
  margin-inline: 10px;
  cursor: pointer;
}

/* 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;
  /*  	font-weight: 900;*/
  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(--dark-color);
  z-index: 999;
  padding: 20px 0;
  z-index: 999999;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px 0;
}

.sidebar-width {
  right: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #fff;
  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: 9999;
  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 rgb(255 255 255 / 12%);
}

.sidebar .side-content ul li:hover {
  background-color: #fff;
}

.sidebar .side-content ul li:hover a::after {
  color: #fff;
}

.sidebar .side-content ul li:hover a,
.sidebar .side-content>ul li:hover a::after {
  color: var(--main-color);
}

.sidebar .side-content ul li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .side-content ul li a:hover {
  background-color: #fff;
  color: var(--main-color);
}

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

/* Start home slider */
.home-slider, .home-slider .item,
.home-slider .item .container-fluid,
.home-slider .item .container-fluid .row{
   min-height: 710px;
   direction: rtl;
}
.home-slider .owl-item,
.home-slider .item {
  overflow: hidden;
  position: relative;
}


.slider-home .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-home .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(7, 56, 85, 0.8);
  transform: rotate(-180deg);
}

.slider-home .slider-img::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 89px;
  width: 206.34px;
  height: 503.86px;
  background-size: cover;
  z-index: 1;
  background-image: url('../images/after-img.png');
  display: none;
}

.home-slider {
  width: 100%;
  z-index: 1;
  position: relative;
}


.owl-item.active .slider-info .slider-btns {
  animation: 1s fadeInUp;
}

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

.home-slider .row {
  /* align-items: center; */
  min-height: 788px;
}

.slider-home .owl-item .slider-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slider-info {
  position: relative;
  z-index: 99;
  color: #fff;
  padding-top: 257px;
  max-width: 769px;
  margin: 0 auto;
  text-align: center;
}

.slider-info h2 {
  font-family: 'bold';
  font-weight: 550;
  font-size: 50.23px;
  line-height: 50px;
}
.slider-info h4{margin: 32px 0;font-weight: 400;font-size: 24px;line-height: 38px;}
.slider-btns {
  display: flex;
  align-items: center;
  justify-content: start;
  justify-content: center;
}
.slider-btns .my-btn{
  margin-inline-end: 35px;
}
.video-icone a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 0.5px solid #00785A;
}

.video-icone a::after {
  position: absolute;
  content: '\f04b';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: var(--main-color);
  font-size: 13px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 0.5px solid #00785A;
}

.video-icone a::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.7;
  animation: movecir 1s infinite linear;
}

@keyframes movecir {
  0% {
      transform: scale(0.5);
      opacity: 1;
  }

  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}
.home-slider .owl-theme .owl-nav .owl-prev, .home-slider .owl-theme .owl-nav .owl-next, .card-slider.owl-theme .owl-nav .owl-next, .card-slider.owl-theme .owl-nav .owl-prev, .blogs-slider.owl-theme .owl-nav .owl-next, .blogs-slider.owl-theme .owl-nav .owl-prev,  .part-slider.owl-theme .owl-nav .owl-next, .part-slider.owl-theme .owl-nav .owl-prev {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  font-size: 36px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.19);
  color: #fff;
  border-radius: 0;
  margin: 0;
  transition: all .4s;
  border-radius: 5px 0 0 5px;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slider .owl-theme .owl-nav .owl-prev, .blogs-slider.owl-theme .owl-nav .owl-prev, .part-slider.owl-theme .owl-nav .owl-prev {
  left: 0;
  width: 38px;
  height: 98px;
  border-radius: 0 5px 5px 0;
}

.home-slider .owl-theme .owl-nav .owl-next, .blogs-slider.owl-theme .owl-nav .owl-next, .part-slider.owl-theme .owl-nav .owl-next {
  right: 0;
  width: 38px;
  height: 98px;
}

.card-slider.owl-theme .owl-nav .owl-prev {
  left: -70px;
}

.card-slider.owl-theme .owl-nav .owl-next {
  right: -70px;
}

.home-slider  .owl-theme .owl-nav .owl-next:hover,
.home-slider  .owl-theme .owl-nav .owl-prev:hover {
  color: var(--main-color);
  background: #fff;
}


.part-slider.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 0px 7.5px;
  border: none;
  background: #E6E6E6;
  border-radius: 50%;
  transition: all 0.3s;
}


.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);
  width: 24px;
  height: 24px;
}

.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: block;
}

.slider-home.owl-theme .owl-dots {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  -webkit-align-items: end;
}

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

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



.owl-theme .owl-nav .disabled {
  opacity: 1;
}

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

section.about .col-lg-6{
  /* padding: 0; */
}
section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

section.about {
  position: relative;
  padding: 90px 0 110px;
}


.about-info {
  padding-inline-start: 0;
  /* padding-inline-end: 90px; */
}

.section-title {
  margin-bottom: 20px;
}
.evaluation-ethics .section-title{
  margin-bottom: 50px;
}
.section-title h4 {
  font-family: 'bold';
  font-size: 50.23px;
  line-height: 50px;
/* identical to box height */
  

/* black */
  color: #282727;
}


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

.about-info p {color: #2C2A2A;
/* or 168% */margin: 0;font-weight: 420;font-size: 22px;line-height: 37px;}
.about-info h4{color: var(--sec-color);
/* identical to box height */

/* black */margin: 0 0 32px;font-family: 'bold';font-size: 50.23px;line-height: 50px;}
.about-info h6{color: var(--main-color);font-size: 18.75px;/* display: none; */}

.about-img {
  width: 576.88px;
  height: 576.88px;
  /* background: #EAFFFA; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 600px 600px 10px 10px; */
  position: relative;
  /* max-width: 489px; */
}
.about-img  .img{
  object-fit: cover;
  position: relative;
  overflow: hidden;
  width: 525.54px;
  height: 525.54px;
  border-radius: 50%;
  filter: drop-shadow(0px 24px 54px rgba(4, 9, 142, 0.16));
  margin: 0 auto;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-info .my-btn a{

background-color: var(--main-color);

color: #fff;
}
/* -------------------------------  evaluation   ethics   section  ------------------   */
.evaluation-ethics{
  position: relative;
  background-color: var(--main-color);
  padding: 167px 93px 175px;
}
.evaluation-ethics::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 72%;
  height: 100%;
  background-size: cover;
  z-index: 1;
  background-image: url('../images/evaluate-after.png');
  background-repeat: no-repeat;
}
.evaluation-ethics .container-fluid{
  position: relative;
  z-index: 2;
}
.evaluation-ethics .section-title h4{

color: #fff;

text-align: center;
}
.evaluation-ethics .section-title h6{

color: var(--main-color);

font-size: 18px;

text-align: center;
}
.evaluate-item{
text-align: center;
padding: 68px 14px;
background: #FFFFFF;
box-shadow: 0px 12px 44px rgba(0, 120, 90, 0.06);
position: relative;
transition: all 0.3s;
overflow: hidden;
}
.evaluate-item .evaluate-details{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: #fff;
  padding-top: 32px;
  padding-inline: 12px;
  bottom: -100%;
}
.evaluate-item:hover .evaluate-details{
  bottom: 0;
}
.evaluate-item .icone{
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F3FFFC;
  border: 0.3px solid #E5FFF9;
  margin: 0 auto 24px;
}
.evaluate-item .icone img{
max-height: 60px;
max-width: 100%;
}
.evaluate-item  h4{font-size: 34px;line-height: 30px;color: #2E2E2E;font-family: 'bold';}
.evaluate-details h4{
margin-bottom: 17px;
}
.evaluate-details p{
  font-size: 18px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
}
.evaluate-details .more a{

background: var(--main-color);

width: 56px;

height: 48px;

display: inline-block;

position: absolute;

bottom: 0;

left: 50%;

transform: translateX(-50%);

color: #00785A;
display: flex;
align-items: center;
justify-content: center;
}
.evaluate-details .more a i{
  font-size: 20px;
}
.evaluation-ethics .col-lg-3{
  padding:  0 8.5px;
}
/* ----------------- Start services section  ------------------ */
.services{
  padding: 0;
}
.services .col-lg-6{
  padding: 0;
}
.services-img{
  height: 768px;
  position: relative;
}
.services-img .img,
.services-img .img img{
  width: 100%;
  height: 100%;
}
 .services-img .img img{
  object-fit: cover;
 }
.services-img::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(7, 54, 64, 0.4);
}
.services-img::before{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 278.12px;
  height: 679.12px;
  background-size: cover;
  z-index: 2;
  background-image: url('../images/after-img.png');
}
.services-img.about-page::before{
  display: none;
}
.services-info{
  padding-inline-start: 90px;
  padding-inline-end: 70px;
}

.services-info p{
font-size: 24px;
line-height: 37px;
margin: 32px 0;
color: #454343;
}
.services-info .my-btn a:first-of-type{
margin-inline-end: 19px;
}
.services .row{
  align-items: center;
}
/* end services section */

/* Start project  section */
.projects.project-page{
  background-color: #fff;
}
.project-page .col-lg-4{
  padding: 0 7px;
}
.project-page .project-item{
  margin-bottom: 16px;
}
.projects{
  background: linear-gradient(to bottom, var(--bg-color) 50%, transparent 50%);
  padding: 64px 0;
}
.projects .my-btn{
  text-align: center;
  margin-top: 50px;
}
.projects .my-btn a{
  /* background-color: var(--main-color); */
  /* color: #fff; */
  min-width: 216px;
  padding: 10px 38px;
  box-shadow: none;
}
.projects .my-btn a:hover{
  /* color: #fff; */
  /* background: var(--dark-color); */
}
.project-item{
  position: relative;
  transition: all 0.3s;
  border-radius: 10px;
  overflow: hidden;
  height: 546px;
}


.project-item:hover .proj-name h4{
 transform: translateY(-55%);
}
.project-item .more i{
  width: 56px;
  height: 48px;
  color: var(--main-color);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-item .more i{
  font-size: 20px;
}
.project-item .proj-name{
  position: relative;
  bottom: 0;
  /* transform: translate(-50%, 0%); */
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 32px;
}
.project-item .proj-name h4{
  color: #fff;
  transition:all 0.3s;
  font-family: 'MEDIUM';
  position: relative;
  z-index: 3;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
}
.project-item .img{
  height: 100%;
  position: absolute;
  width: 100%;
  inset: 0;
}
.project-item .img img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.project-item .img::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(173, 146, 103, 0.02) 5%, rgba(7, 56, 85, 0.4) 81.56%);
  transition: all 0.3s;
}
.project-item:hover .img::after{
  background: linear-gradient(180deg, rgba(173, 146, 103, 0.08) 5%, rgba(7, 56, 85, 0.6) 81.56%);
}
.project-item .more {
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
  width: 68px;
  display: flex;
  height: 68px;
  transform: translateY(50%);
  bottom: 0;
  border: 1px var(--main-color) solid;
  color: var(--main-color);
  font-size: 24px;
  /* align-items: center; */
  /* -webkit-align-items: center; */
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  right: 0;
  left: 0;
  font-weight: 500;
  padding: 18px 0;
  margin-bottom: -70px;
}

.project-item:hover .more {
  transform: translateY(-50%);
  opacity: 1;
  margin-bottom: 0;
}

section.projects .section-title h4 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 550;
  font-size: 50.23px;
  line-height: 50px;
  color: var(--sec-color);
}

ul#pills-tab {
  justify-content: center;
  margin-bottom: 32px;
}
.nav-product .nav-link {
  background-color: #fff;
  color: var(--main-color);
  font-family: 'bold';
  font-size: 16px;
  border-radius: 0;
  display: inline-flex;
  min-width: 118px;
  margin-inline: 8px;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #EBFBFF;
  border-radius: 5px;
  min-height: 46px;
  padding: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
}

.nav-product .nav-link:hover {
  background-color: var(--main-color);
  color: #fff;
}

.nav-product .nav-link.active,
.nav-product .nav-link:active,
.nav-product .nav-link:focus {
  background-color: var(--main-color);
  color: #fff;
}
.project-page .nav-product .nav-link {
  border: 1px solid rgba(7, 54, 64, 0.17);
}
/* ************************************************8 */
section.part-section {
  padding: 129px 91px;
  padding-inline-end: 70px;
}
section.part-section {
    padding: 64px 0;
    background: var(--bg-color);
}
.part-section .section-title {
  margin-bottom: 2px;
}

section.part-section .owl-item {
  position: relative;
  /* overflow: hidden; */
}

section.part-section .col-lg-6 {
  padding: 0;
}

.container-fluid {
  padding: 0;
}
.part-info .section-title h6{

color: #00785A;

font-size: 18.7px;

margin-bottom: 16px;

line-height: 19px;
}
.part-info p{
  
color: #454343;
  
font-size: 24px;
  
line-height: 37px;
}
.part-item .col-6{
  padding:0px;
}
.part-item .img {
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(139, 172, 180, 0.1);
  border-radius: 5px;
  margin: 30px 8px;
  transition: all 0.3s;
}
.part-item .img:hover {
border: 1px solid #00785A;
box-shadow: 0px 4px 36px rgba(0, 120, 90, 0.08);
}
.item.part-item .row {
  margin: 20px;
}

.part-section .item .img a,
.part-item .img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 10px; */
  background-color: #fff;
  transition: all 0.3s;
  /* box-shadow: 0px 4px 34px rgba(139, 172, 180, 0.16); */
  border-radius: 5px;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}

.part-item .img img {
  max-height: 100%;
  max-width: 130px;
  width: auto;
  transition: all 0.5s;
  object-fit: contain;
}

.part-section .item .img a:hover img {
  transform: translateY(-6px);
}

.part-section .part-info {text-align: center;}

.slider-home .item {
  position: relative;
  overflow: hidden;
}

/* *************Start footer section*********** */
footer {
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: var(--sec-color);
}
.footer{
  position: relative;
  padding: 110px 0 98px;
}
.footer::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-size: cover;
  z-index: 0;
  background-image: url('../images/evaluate-after.png');
  background-repeat: no-repeat;
  transform: scaleX(-1);
  display: none;
}
.footer .col-lg-5{
  padding-inline-start: 0;
}
.footer-logo {
  height: 65px;
  margin-bottom: 23px;
}
.footer-logo img{
  height: 100%;
  object-fit: contain;
}
.footer-menu ul,
.footer-contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}

.footer-contact {
  margin-block: 24px;
}

.footer-sochial a {
  padding-inline-end: 14px;
  transition: all 0.3s;
}

footer a:hover {
  color: var(--sec-color);
}

footer .footer-links a:hover,
.footer-address a:hover {
  color: var(--main-color);
}
.footer-links h4,.left-footer h4, .foot-block h4{color: var(--main-color);margin: 0 0 37px;font-weight: 460;font-size: 32px;line-height: 50px;}
.copy-right {
  padding: 20px 0;
  margin-top: 0;
  background-color: #fff;
}

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

.company-r p {
  color: #161616;
  margin-bottom: 0;
  font-weight: 420;
  font-size: 16px;
  line-height: 28px;
  font-family: 'light';
}

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

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

.company-r p a {
  color: #2B7C68;
}

footer .footer-links a {
  color: #fff;
  font-size: 18px;
  font-family: 'light';
  transition: all .5s;
}

footer .footer-links ul li {
  margin-bottom: 16px;
  max-width: 50%;
  flex: 0 0 50%;
}

ul.contact-list li, .contact-list li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-family: 'light';
  transition: all .3s;
  font-weight: 380;
  font-size: 18px;
  line-height: 28px;
}
ul.contact-list li .img img{
  height: 16.1px;
  filter: brightness(0) invert(1);
  transition: all .4s;
}
ul.contact-list li i, .contact-list li a i, ul.contact-list li .img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 12px;
  /* transition: all .3s; */
  padding: 3px;
}

ul.contact-list li {
  margin-bottom: 21px;
}

ul.contact-list li p {
  margin-bottom: 0;
}
span.mob-num {
  direction: ltr;
  display: inline-block;
}
/* Scroll to top */
#mybtn {
  display: none; 
  position: fixed; 
  bottom: 20px;
  right: 30px; 
  z-index: 99999; 
  border: none;
  outline: none; 
  background-color: var(--main-color); 
  cursor: pointer; 
  padding: 6px 8px; 
  width: 42px;
  height: 36px;
  font-size: 20px; 
  line-height: 32px;
}
#mybtn i{color: #fff;}


.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 14px;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.responsive-menu .lang a {
  color: #fff;
  font-size: 15px;
  margin-inline-start: 9px;
}
.video-icone{
  display: flex;
}
.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lang-search .lang {
  margin-inline-end: 14px;
}
.responsive-menu .btnSearch {
  padding-inline: 0;
}


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


/* ********************************************************************************************* */
/* Start about page */

.breadcrumb-section {
  color: #fff;
  background-image: url('../images/slider-1.png');
  background-size: cover;
  background-position: center;
  z-index: 2;
  padding: 173px 0 78px;
  position: relative;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(99 99 99 / 70%);
  transform: rotate(-180deg);
}

.breadcrumb-info h2 {
  text-align: center;
  font-size: 50px;
  font-family: 'bold';
}


.breadcrumb {
  display: flex;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
  align-items: center;
  -webkit-align-items: center;
}
.breadcrumb-item,.breadcrumb-item.active,.breadcrumb-section a {
  color: #fff;
  font-size: 50px;
  font-family: 'bold';
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
}
.breadcrumb-item.active {
  /* color: rgb(255 255 255 / 60%); */
  font-size: 25px;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-left: 10px;
  content: "/";
  color: #fff;
}
.vission-sec{
    background-color: var(--bg-color);
    padding: 90px 0;

}
.vission-box{
  background-color: #fff;
  padding: 42px 32px;
  position: relative;
  overflow: hidden;
  min-height: 329px;
  border-radius: 10px;
}
.vission-box::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: -30px;
  background-color: var(--main-color);
  transition: all 0.7s;
  border-radius: 50%;
  transform: scale(0);
}
.vission-box:hover::after {
  transform: scale(60);
}
.vission-box p {
  color: #454343;
  font-size: 24px;
  line-height: 37px;
}
.vission-box ul li{
  
font-size: 24px;
  
color: #454343;
  
margin-bottom: 15px;
}
.vission-box .box-header, .vission-box .box-info {
  position: relative;
  z-index: 2;
}


.vission-sec .col-lg-4:nth-child(2) {
  animation-delay: 0.2s;
}

.vission-sec .col-lg-4:nth-child(3) {
  animation-delay: 0.4s;
}

.vission-box .img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(173, 146, 103, 0.09);
  border: 0.3px solid #E5FFF9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vission-box .box-header{
  display: flex;
  margin-bottom: 32px;
  align-items: center;
}
.vission-box .box-header h5{
  font-size: 38.2px;
  line-height: 38px;
  color: var(--main-color);
  font-family: 'MEDIUM';
  margin-inline-start: 12px;
}
.vission-box:hover p,
.vission-box:hover .box-header h5{
  color: #fff;
}
.vission-box ul li:last-of-type {
  margin-bottom: 0;
}

section.vission-sec .col-lg-4 {
  padding: 0 8px;
}

.vission-box:hover ul li {
  color: #fff;
}
/* ******************************************************************************************************** */
/* Start partner page */
.partner-page .part-item .img img {
  max-height: 62%;
}

/* ************************************************************************ */

.pagination {
  justify-content: center;
}

.pagination .page-item {
  padding-inline: 5px;
}

.pagination .page-link {
  border: 1px solid var(--main-color);
  border-radius: 5px !important;
  color: #fff !important;
  width: 35px;
  height: 35px;
  background: var(--main-color);
  text-align: center;
  transition: all .5s;
}

.pagination .page-link.next-item {
  border: none;
  background: transparent;
  border-radius: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: var(--sec-color);
  border-color: var(--sec-color);
  box-shadow: none !important;
}

.pagination .page-link:hover span {
  background-color: #fff;
}


/* -------------------------  single project page  ------------------    */
.single-project-page{
  padding:100px  90px;
}
.single-project-info{
  padding-top: 70px;
}
.single-project-info h4{font-size: 34.24px;line-height: 44px;font-family: 'MEDIUM';margin-bottom: 32px;font-weight: 500;
/* identical to box height, or 129% */

/* pr */color: #073640;}
.single-project-info p{

font-size: 24px;

line-height: 37px;

color: #454343;
}

.slider.slider-for {
direction: ltr;
}
.banner-slider {
/* overflow: hidden; */
background: transparent;
padding-inline-start: 16px;
}
.slider-banner-image img {width: 100%;height: 483px;object-fit: cover;border-radius: 10px;}

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

.thumbImg {margin-bottom: 10px;height: 98.71px;position: relative;border-radius: 6px;overflow: hidden;width: 92px;margin-inline-end: auto;}
.thumbImg::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(7 56 85 / 70%);
  transition: all 0.3s;
}
.slick-current.slick-active .thumbImg::after,
.thumbImg:hover::after{
  opacity: 0;
}
.thumbnail-image.slick-slide.slick-current.slick-active:focus {
outline: none;
}

.slider.slider-for {
direction: ltr;
}

[dir="rtl"] .slick-slide {
float: left;
}
.banner-slider .col-sm-2,
.banner-slider .col-sm-10 {
padding-right: 6px;
padding-left: 6px;
}
.slick-dots {
bottom: 32px;
}


.slick-dots li button:before {content: "";width: 14px;height: 14px;background: rgb(187 187 187 / 52%);border-radius: 50%;opacity: 1;}
.slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  background: var(--main-color);
  border-color: transparent;
  opacity: 1;
  top: -3px;
  left: -3px;
}
.slick-dots li button:hover:before{
  background: #00785A;
}
.slick-dots li {
width: 18px;
height: 18px;
margin: 0 2px;
}

.single-ser-img {
position: relative;
margin-bottom: 20px;
}

.services-detail h4 {
font-size: 17px;
font-family: "bold";
margin-bottom: 20px;
color: var(--bg-color);
}
.services-detail p {
color: #363636;
line-height: 27px;
}
@media (max-width: 768px) {

}

.slick-slider{
  direction: ltr;
}
/* ----------------------  career page  ----------------------   */
.career{
  padding: 100px 0;
}
.career .row{
  justify-content: center;
}
.contact-form{
  margin-inline: 12px;
  padding: 65px 82px;
  background: #FFFFFF;
  box-shadow: 0px 8px 52px rgba(0, 0, 0, 0.13);
}
.contact-form h4{color: var(--sec-color);font-family: 'bold';text-align: center;margin-bottom: 29px;font-weight: 500;font-size: 34.24px;line-height: 44px;}
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 8px 24px;
  color: rgb(82 82 82 / 70%);
  font-size: 17px;
  border-color: transparent;
  height: 50px;
  background: #F7F7F7;
  border-radius: 5px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #525252;
  font-size: 17px;
  opacity:0.7;
}

textarea:focus {
  outline: none;
}

.contact-form label {
  color: #212121;
  font-size: 20px;
  margin-bottom: 10px;
}

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

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



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

.contact-data ul li {
  margin-bottom: 17px;
  display: flex;
}

.contact-data ul li a {
  color: #232323;
  font-size: 20px;
  font-family: 'Roboto-Regular';
}

.contact-data li i {
  margin-inline-end: 15px;
  color: #fff;
  width: 38px;
  height: 38px;
  background: #B19366 0% 0% no-repeat padding-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.contact-data {
  padding: 33px 27px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.contact-form form {
  padding-top: 16px;
}

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

i.fa-phone-volume {
  transform: rotate(-45deg);
}

.contact-data ul.contact-list {
  margin: 0 0 33px;
}

.follow {
  margin-bottom: 28px;
}

.follow a {
  color: #B19366;
  font-size: 20px;
  margin-inline-end: 11px;
}

.follow a:hover i.fab.fa-facebook-f {
  color: #1877f2;
}

.follow a:hover i.fab.fa-youtube {
  color: #ff0000;
}

.follow a:hover i.fab.fa-twitter {
  color: #1da1f2;
}

.follow a:hover i.fab.fa-instagram {
  color: #405de6;
}

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

.contact-data ul.contact-list li p {
  width: 69%;
  font-size: 18px;
  color: #232323;
  margin-bottom: 0;
}

.input-group.upload span.uplod {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 9;
  color: #232323;
}

.input-group.upload {
  position: relative;
}

.form-group.name input {
  width: 100%;
  padding: 7px 0;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #F6F6F6;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}
.form-group.mobil{
  position: relative;
}
.form-group.mobil span.mob-num {
  position: absolute;
  top: 53px;
  left: 16px;
  color: var(--sec-color);
  font-family: 'MEDIUM';
  font-size: 20.24px;
  line-height: 27px;
}

.input-group.upload span.uplod .uplod-img {
  background: rgba(7, 54, 64, 0.04);
  width: 44px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-form .my-btn{
  text-align: center;
  margin-top: 32px;
}

.my-btn button{
  background-color: var(--main-color);
  color: #fff;
  min-width: 150px;
}
.my-btn button:hover{
  color: var(--main-color);

}

.footer-links h4, .left-footer h4,footer .footer-links a,
.section-title h4,.section-title h6, h4,h5,h6, .my-btn a,
.my-btn button,.nav-product .nav-link{
    text-transform:capitalize;
}
.map  {
  width: 100%;
  height: 797px;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.contact-page{
  padding-bottom: 0;
  z-index: 2;
  position: relative;
}
.map-sec{
  padding: 0;
  margin-top: -176px;
}
footer .map{
  border-radius: 10px;
  overflow: hidden;
  height: 192px;
}
/* ------------------------------------- */

.services-info.about-info .my-btn a:last-of-type {
    min-width: 150px;
}

.vission-box{
    min-height: 377px;
}

.mynav li {
    padding-inline-end: 22px;
}
.single-project-page{
  padding:75px  90px;
}

.counter-h {
    padding-top: 12px;
}

.count-block {
    margin: 15px 0;
    text-align: center;
    border: 1px solid #EBFBFF;
/* shadow */
    box-shadow: 0px 4px 34px rgba(139, 172, 180, 0.16);
    padding: 48px 20px;
    height: calc(100% - 30px);
}

.count-block .counter-item {
    direction: ltr;
    font-size: 45px;
    line-height: 45px;
    font-family: 'bold';
    color: var(--main-color);
}

.count-block h5 {
    font-size: 18px;
    line-height: 18px;
/* identical to box height */
    color: #212121;
    /* min-height: 38px; */
    /* min-height: 199px; */
}

.slider-btns .my-btn a i {
    margin-inline-start: 14px;
    font-weight: 400;
    display: none;
}

.project-item a {
    display: block;
    width: 100%;
    height: 100%;
}

header .my-btn a:hover::after, .home-slider .my-btn a:hover::after {
    background: var(--sec-color);
}

.blogs-slider.owl-theme .owl-nav .owl-next, .blogs-slider.owl-theme .owl-nav .owl-prev, .part-slider.owl-theme .owl-nav .owl-next, .part-slider.owl-theme .owl-nav .owl-prev {
    background: var(--main-color);
    border-radius: 5px 0 0 5px;
    /* font-size: 26px; */
}

.blogs-slider.owl-theme .owl-nav .owl-next, .part-slider.owl-theme .owl-nav .owl-next {
    border-radius: 0 5px 5px 0;
}

.blogs-slider.owl-theme .owl-nav,
.part-slider.owl-theme .owl-nav {
    width: 110%;
    position: absolute;
    top: 50%;
    right: 0;
    left: -5%;
}

.blogs-slider .item {
    padding: 0 7.5px;
    height: 100%;
}

.blog-block {
    margin: 15px 0;
    direction: rtl;
    overflow: hidden;
    height: calc(100% - 30px);
    background: #FFFFFF;
/* shadow */
    box-shadow: 0px 4px 34px rgba(139, 172, 180, 0.16);
    border-radius: 10px;
    border: 1px transparent solid;
    transition: all .4s;
}

.blog-block .img-block {
    height: 280px;
    overflow: hidden;
}

.blog-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-block .details {
    padding: 22px 30px 31px;
}

.blog-block .details .name {
    font-family: 'MEDIUM';
    color: var(--sec-color);
    margin: 0 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    transition: all .4s;
}

.blog-block .details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'light';
    font-size: 18px;
    line-height: 26px;
/* or 144% */
    

/* #2C2A2A */
    color: #2C2A2A;
    margin: 0 0 16px;
}

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

.blog-block .details .readMore {
    color: var(--main-color);
    font-family: 'MEDIUM';
    display: inline-block;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
}

ul.contact-list li:hover, .contact-list li a:hover {
    color: var(--main-color);
}

ul.contact-list li:hover i, .contact-list li a:hover i, ul.contact-list li:hover .img {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
}

ul.contact-list li:hover .img img {
    filter: brightness(0) invert(1);
}

.company-r p span {
    color: var(--sec-color);
}

section.part-page-inner {
    background: #fff;
}

.part-page-inner .item .img a, .part-item .img {
    /* box-shadow: 0px 4px 34px rgba(139, 172, 180, 0.16); */
    border: none !important;
}

.loctionSingle {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 24px;
}

.loctionSingle i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    font-size: 20.46px;
}

.loctionSingle h5 {
    flex: 1;
    margin: 0;
    font-weight: 380;
    font-size: 18px;
    line-height: 28px;
/* identical to box height, or 156% */
    font-family: 'light';
    text-decoration-line: underline;
    padding-inline-start: 10px;
    color: var(--main-color);
}

.single-project-info .whatsApp {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 191px;
    height: 52px;
    
    

/* white */
    background: #FFFFFF;
    border: 1px solid rgba(44, 183, 66, 0.4);
/* shadow */
    box-shadow: 0px 4px 34px rgba(139, 172, 180, 0.16);
    border-radius: 50px;
    padding: 6px 7px;
}

.single-project-info .whatsApp .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #2CB742;
    border: 1px solid #FFFFFF;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20.47px;
}

.single-project-info .whatsApp .icon i {
    line-height: 38px;
}

.single-project-info .whatsApp h6 {
    margin: 0;
    padding-inline-start: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #282727;
    font-family: 'bold';
}

img {
    max-width: 100%;
}

.single-artical-inner {
    max-width: 910px;
    margin: 0 auto;
}

.single-artical-inner .img img {
    max-height: 567px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.single-artical-inner .text-single h3 {
    margin: 32px 0 24px;
    color: var(--sec-color);
    font-weight: 460;
    font-size: 32px;
    line-height: 37px;
    font-family: 'MEDIUM';
}

.single-artical-inner .img {
    margin: 0 0 32px;
}

.single-artical-inner .text-single p {
    font-family: 'light';
    margin: 20px 0;
    font-size: 18px;
    line-height: 26px;
/* or 144% */
    

/* #2C2A2A */
    color: #2C2A2A;
}

.cert-block {
    margin: 18px 0;
    text-align: center;
}

.cert-block .img-block {
    height: 444px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.cert-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
}

.cert-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cert-block .details {
    padding: 19px 0 0;
    
/* identical to box height, or 168% */
    

/* black */
}

.cert-block .details .name {
    display: block;
    font-size: 22px;
    line-height: 37px;
    color: #282727;
    transition: all .5s;
}

.cert-block .details .name:hover {
    color: var(--main-color);
}

.owl-stage {
    display: flex;
}

.owl-stage .owl-item {
    /* height: 100%; */
}

.about .counter-h.row {
    align-items: inherit;
}

.vission-box .img img {
    max-height: 35px;
    max-width: 35px;
}


.blogs-slider .owl-stage-outer ,
.part-slider .owl-stage-outer {
    overflow: visible;
}

.blogs-slider .owl-stage-outer .owl-item ,
.part-slider .owl-stage-outer .owl-item {
    opacity: 0;
}

.blogs-slider .owl-stage-outer .owl-item.active ,
.part-slider .owl-stage-outer .owl-item.active {
    display: block;
    opacity: 1;
}

.mynav li a {
    font-size: 20px;
    color: #2C2A2A;
}

.right-nav .lang {
    margin-inline-end: 30px;
}

.slider-home.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    margin: 0 8px;
    transition: all .5s;
}

.slider-home.owl-theme .owl-dots .owl-dot.active span {
    height: 62px;
    background: var(--main-color);
    opacity: 1;
}

@keyframes circle{
  0%{
    transform:rotate(0deg)
              translate(-290px)
              rotate(0deg);
  
  }
  100%{
    transform:rotate(360deg)
              translate(-290px)
              rotate(-360deg);
  }
}


.about-img::before {
    content: "";
    position: absolute;
    inset: 0;
    /* border: 1px dashed #05095A; */
    /* border-radius: 50%; */
    خح:;
}

.dot-about {
    position: absolute;
    border-radius: 50%;
    inset: 0;
    /* overflow: hidden; */
    border: 1px dashed #05095A;
    border-radius: 50%;
    display: none;
}

.dot-about::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: var(--main-color);
    animation: circle 30s linear infinite;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 1200px){
.container {
    max-width: 1281px;
}
}

.logos-h {
    margin-top: 28px;
}

.logos-h .logos-block {
    display: block;
    box-shadow: 0px 4px 34px rgba(139, 172, 180, 0.1);
    border-radius: 5px;
    padding: 90px 36px;
    transition: all .5s;
    border: 1px transparent solid;
}

.logos-h .logos-block:hover {
    box-shadow: 0px 24px 54px rgba(139, 172, 180, 0.23);
    border-color: var(--main-color);
}

.footer-menu_mob {
    display: flex;
    flex-wrap: wrap;
}

.header-pages {
    position: absolute;
}

.header-pages .mynav li a {
    color: #fff;
}

.header-pages .lang a {
    color: #fff;
}

.loctionSingle h5 a {
    color: inherit;
    font-size: inherit;
}

.serv-block {
    margin: 10px 0;
    height: calc(100% - 20px);
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0px 4px 16px rgba(109, 103, 103, 0.08);
    border-radius: 10px;
    padding: 30px 26px;
    border: 1px transparent solid;
    transition: all .5s;
}

.serv-block:hover {
    border-color: var(--main-color);
}

.serv-block .title-serv {
    margin: 0 0 16px;
}

.serv-block .title-serv .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--bg-color);
    border-radius: 50%;
    transition: all .5s;
    margin: 0 0 16px;
}

.serv-block:hover .title-serv .icon {
    background: rgba(173, 146, 103, 0.09);
}

.serv-block:hover .title-serv .icon img {
    filter: invert(55%) sepia(3%) saturate(6355%) hue-rotate(385deg) brightness(107%) contrast(53%);
    fill: #000;
}

.serv-block .title-serv .icon img {
    filter: invert(14%) sepia(28%) saturate(3453%) hue-rotate(177deg) brightness(103%) contrast(95%);
    /* transition: all .3s; */
}

.serv-block .title-serv h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 37px;
    color: var(--sec-color);
    transition: all .4s;
    margin: 0;
    font-family: 'MEDIUM';
}

.serv-block .details p {
    font-weight: 380;
    font-size: 18px;
    line-height: 26px;
    font-family: 'light';
    color: #2C2A2A;
}

.blog-block:hover {
    border-color: var(--main-color);
}

.blog-block:hover .details .name {
    color: var(--main-color);
}

.project-item .hover-box {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.vission-box:hover .box-header .img {
    background: #F3FFFC;
}

.serv-block:hover .title-serv h3 {
    color: var(--main-color);
}

.part-slider .owl-dots {
    margin: 15px 0 0;
}

ul.contact-list li .fas.fa-envelope + span {
    text-transform: lowercase;
}

.page-item.active .page-link {
    background: var(--sec-color);
    border-color: var(--sec-color);
}

.contact-form form input[type="tel"] {
    padding-inline-start: 60px;
    direction: ltr !important;
}

.intro-h .overlay-img::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(173, 146, 103, 0) 27.41%, rgba(7, 56, 85, 0.8) 76.13%);
}

section.about::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 50px;
    background: url(../images/shape.svg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: 0 top;
}

.header-pages .mynav li.current-menu-item a, .header-pages .mynav li a:hover {
    color: var(--sec-color) !important;
}

.header-pages .my-btn a {
    /* border-color: #fff; */
    /* color: #fff; */
}

.about-info .logos-h {
    display: none;
}

.cert-block .img-block .img img {
    object-fit: contain;
}

.single-artical-inner .img img {
    object-fit: contain;
}

section.about::before{display:none}