@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');


:root {
  --main-color: #028E40;
  --sec-color: #000000;
  --title-color: #21445b;
  --bg-color: #F6F6F6
}



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

body {
  direction: rtl;
  text-align: start;
  font-family: 'Cairo', sans-serif;
  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: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 34px;
}

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

/* Start navbar */
header {
    background: #F8F8F8;
}

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

.header-btn a,
.my-btn button,
.my-btn a {
  background-color: var(--main-color);
  color: #fff;
  padding: 12px 12px;
  transition: all 0.5s;
  min-width: 259px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
}

.slider-btns .my-btn a{
  min-width: 259px;
  background: var(--main-color);
  color: #fff;
}


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

.logo {
  height: 94px;   
}

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


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

.mynav .nav-link {
  color: #000;
  transition: all 0.3s;
  padding: 0 0 0;
  font-size: 16px;
  position: relative;
  text-transform:capitalize;
}

.mynavbar{
  padding-inline: 91px;
}
.mynavbar .row {
  align-items: center;
  padding: 16px 0;
}

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

.lang a {
  color: #000;
  text-transform: capitalize;
}


.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: #fff;
  z-index: 999;
  padding: 20px 0;
  transition: all 0.7s;
  overflow-y: scroll;
}

.sidebar-width {
  right: 0px;
}

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

.sidebar .side-content ul li:last-of-type{
    /*border-bottom:none;*/
}
.sidebar .side-content ul li a {
  color: #000;
  display: block;
  padding: 16px 20px;
  position: relative;
  transition: all 0.6s;
}


.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: 768px;
   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: linear-gradient(180deg, rgba(1, 45, 21, 0.85) 0.78%, rgba(1, 45, 21, 0.68) 45.05%, rgba(248, 248, 248, 0.85) 100%);
  transform: rotate(-180deg);
}

.slider-home .slider-img::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 89px;
  width: 522px;
  height: 503.86px;
  background-size: cover;
  z-index: 1;
  background-image: url('../images/caf-slider.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

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

.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: 80px;*/
  padding-inline-start: 91px;
}

.slider-info h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  margin: 0px 0;
}
.slider-info h4{font-size: 24px;padding-inline-end: 2px;line-height: 34px;margin: 24px 0 32px;max-width: 574px;font-weight: 600;}
.slider-btns {
  display: flex;
  align-items: center;
  justify-content: start;
}
.slider-btns .my-btn{
  margin-inline-end: 35px;
  /* display: none; */
}
.video-icone a{
  width: 46px;
  height: 46px;
  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: 16px;
  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 {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  font-size: 26px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.50);
  color: var(--main-color);
  border-radius: 0;
  margin: 0;
  transition: all .3s;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
  width: 49px;
  height: 98px;
  border-radius: 0;
}

.home-slider .owl-theme .owl-nav .owl-next {
  right: 0;
  width: 49px;
  height: 98px;
  border-radius: 0;
  font-weight: 600;
}

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

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




.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: var(--main-color);
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.2;
}




.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;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}

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

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



.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: 120px 0;
}


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

.section-title {
  margin-bottom: 28px;
}
.evaluation-ethics .section-title{
}
.section-title h4 {
  font-size: 48px;
  color: var(--sec-color);
  font-weight: 700;
  margin: 0;
  line-height: 89.95px;
}


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

.about-info p {color: #2E2E2E;margin: 16px 0;font-size: 16px;font-weight: 400;line-height: 27px;}
.about-info h4{color: #282727;margin: 4px 0 16px;font-size: 40px;font-weight: 700;line-height: 55px;}
.about-info h6{color: #000;font-size: 16px;font-weight: 400;line-height: 30px;}

.about-img {
  width: 100%;
  height: 522px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-img  .img{
  object-fit: cover;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

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

}
.about-info .my-btn a{color: var(--main-color);margin: 20px 0 0;background: #FAFAFA;border: 1px solid #028E40;}
/* -------------------------------  evaluation   ethics   section  ------------------   */
.evaluation-ethics{
  position: relative;
  background-color: var(--bg-color);
  padding: 110px 0 90px;
}
.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;
  display: none;
}
.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(--sec-color);font-size: 16px;font-weight: 400;line-height: 30px;text-align: center;margin: 0 0 8px;display: none;}
.evaluate-item{text-align: center;padding: 68px 15px 55px;background: #FFFFFF;box-shadow: 0px 12px 44px 0px #8484840F;position: relative;transition: all 0.3s;overflow: hidden;height: calc(100% - 30px);margin: 10px 0;}
.evaluate-item .evaluate-details{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: #fff;
  bottom: -100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  padding: 42px 22px;
  border-radius: 8px;
  overflow: hidden;
}

.evaluate-item .icone{
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FAFAFA;
  margin: 0 auto 37px;   
}
.evaluate-item .icone img{max-height: 44px;max-width: 100%;/* filter: invert(64%) sepia(42%) saturate(5059%) hue-rotate(16deg) brightness(89%) contrast(87%); */}
.evaluate-item  h4{color: #141111;font-size: 32px;font-weight: 700;line-height: 38px;margin: 0;}
.evaluate-details h4{color: var(--main-color);margin: 0 0 30px;}
.evaluate-details p{
  margin: 0;
  font-family: Cairo;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.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;display: none;}
.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-color: #EAFFFA; */
  padding: 110px 0;
}
.projects .my-btn{
  text-align: center;
  margin-top: 48px;
}
.projects .my-btn a{
  color: var(--main-color);
  /* min-width: 216px; */
  background: #FAFAFA;
  border: 1px solid var(--main-color);
}

.project-item{
  position: relative;
  transition: all 0.3s;
  direction: rtl;
  overflow: hidden;
  border-radius: 0;
}



.project-item .more i{
  width: 56px;
  height: 48px;
  color: #fff;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-item .more i{
  font-size: 20px;
}
.project-item .proj-name{
  position: absolute;
  bottom: 56px;
  width: 100%;
  /* text-align: center; */
  z-index: 2;
  padding: 10px;
  transition: all .3s;
  transform: translateY(80%);
  padding: 0 22px;
  border-radius: 8px;
}
.project-item .proj-name h4{
  color: #fff;
  transition:all 0.3s;
  position: relative;
  z-index: 3;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 24px;
  text-align: center;
}
.project-item .img{
  height: 386px;
  position: relative;
}
.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;
  transition: all 0.3s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.96%, #000000 100%);
}

.project-item .more {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
  opacity: 0;
  transition: all 0.3s;
  margin: 29px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.project-item:hover .more {
  /* opacity: 1; */
}

section.projects .section-title h4 {
  text-align: center;
  margin-bottom: 32px;
}

ul#pills-tab {
  justify-content: center;
  margin: 42px 0 48px;
}
.nav-product .nav-link {
  background-color: #fff;
  color: var(--sec-color);
  font-size: 16px;
  border-radius: 0;
  display: inline-block;
  min-width: 118px;
  margin-inline: 8px;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid var(--main-color);
  padding: 10px 23px;
  min-height: 46px;
  font-weight: 700;
}

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

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: #000000;margin-bottom: 16px;font-size: 16px;font-weight: 400;line-height: 30px;display: none;}
.part-info p{
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 37px;
}
.part-item .col-6{
  padding:0px;
}
.part-item .img {
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #fff;
  box-shadow: 0px 4px 36px 0px #00000014;
  margin: 8px;
  transition: all 0.3s;
  border-radius: 0;
  overflow: hidden;
  outline: 1px solid transparent;
  offset: -1px;
}

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

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


.part-section .part-info {
  padding-top: 74px;
  padding-bottom: 60px;
}

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

/* *************Start footer section*********** */
footer {
  overflow: hidden;
  padding: 0;
  position: relative;
  /* background-color: var(--main-color); */
}
.footer{
  position: relative;
  background-color: #00180B;
  padding: 112px 0 90px;
}
.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: 112px;
  margin-bottom: 31px;
}
.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-links h4,
.left-footer h4,
.footer-links h4,
.right-footer h4{color: #fff;margin: 0 0 33px;font-size: 32px;font-weight: 700;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: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

.company-r p a {
  color: var(--main-color);
}

footer .footer-links a {
  color: #fff;
  transition: all .3s;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

footer .footer-links ul li {
  margin-bottom: 20px;
}

ul.contact-list li, .contact-list li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #FAFAFA;
}
ul.contact-list li .img img{
  height: 16px;
}
ul.contact-list li i, .contact-list li a i, ul.contact-list li .img {
  width: 19.2px;
  height: 19.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

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

ul.contact-list li p, ul.contact-list li span {
  margin-bottom: 0;
  width: calc(100% - 19.2px);
  padding-inline-start: 15px;
}
span.mob-num {
  direction: ltr;
  display: inline-block;
}
/* Scroll to top */
#mybtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  border: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
  padding: 0 8px;
  width: 42px;
  height: 40px;
  font-size: 20px;
  /* line-height: 32px; */
  color: #000;
  display: flex;
}
#mybtn i{color: var(--main-color);line-height: 38px;}


.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: #000;
  font-size: 16px;
  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 31px;
  position: relative;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0.78%, rgba(255, 255, 255, 0.85) 100%);*/
  background: linear-gradient(180deg, rgba(1, 45, 21, 0.85) 0.78%, rgba(1, 45, 21, 0.68) 45.05%, rgba(248, 248, 248, 0.85) 100%);
  transform: rotate(-180deg);
}

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


.breadcrumb {
  display: flex;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 200;
}
.breadcrumb-item,.breadcrumb-item.active,.breadcrumb-section a {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 75px;
  text-transform: capitalize;
}
.breadcrumb-item.active {
  color: rgb(255 255 255 / 60%);
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-left: 10px;
  content: "/";
  color: #fff;
}
.vission-sec{
  background: #F6F6F6;
  padding: 110px 0;
}
.vission-box{
  background-color: #fff;
  padding: 42px 32px;
  position: relative;
  overflow: hidden;
  height: calc(100% - 30px);
  margin: 15px 0;

}
.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 p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 37px;
}
.vission-box ul li{
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 37px;
  color: #000;
}
.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: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vission-box .box-header{
  display: flex;
  margin-bottom: 21px;
  align-items: center;
}
.vission-box .box-header h5{
  max-width: calc(100% - 60px);
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 60px;
  padding-inline-start: 12px;
}

.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 #00c4b3;
  border-radius: 0;
  color: var(--sec-color);
}

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

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


margin-bottom: 32px;
}
.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;}

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

.thumbImg {margin-bottom: 10px;height: 87px;position: relative;}
.thumbImg::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(7, 54, 64, 0.7);
  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: #4C7877;
border-radius: 50%;
opacity: 1;
}
.slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  background: #00785A;
  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;
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{
  background: #FFFFFF;
  box-shadow: 0px 8px 52px rgba(0, 0, 0, 0.13);
  margin-inline: 12px;
  padding: 65px 82px;
  border-radius: 8px;
}
.contact-form h4{

font-size: 34.24px;

line-height: 44px;

color: var(--main-color);

text-align: center;

margin-bottom: 29px;
}
.contact-form form input, .contact-form form textarea, .contact-form form select {
  width: 100%;
  padding: 10px 16px;
  background: var(--bg-color);
  border:1px solid var(--bg-color);
  color: #000;
  font-size: 17px;
  border-color: transparent;
  height: auto;
  border-radius: 0px;
}

.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;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
}

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

.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;
  padding-inline-end: 15px;
}

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

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

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

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: 56px;
  left: 16px;
  font-size: 14px;
  color: #222222;
  z-index: 1;
}

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

.my-btn button{
  background-color: var(--main-color);
  color: #fff;
  min-width: 155px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  gap: 10px;
  border-radius: 0;
}
.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, .right-footer h4{
    text-transform:capitalize;
}
.map  {
  width: 100%;
  height: 581px;
}
.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{
  height: 208px;
}
/* ------------------------------------- */

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

.vission-box{
    /* min-height:366px; */
}

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

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

ul.serv-list {
    display: none;
    position: absolute;
    top: 125%;
    right: 0;
    left: 0;
    width: 100%;
    padding: 11px;
    background: #fff;
    /* transform: scaleY(0); */
    transition: all .4s;
    z-index:2;
}

.my-btn {
    position: relative;
}

ul.serv-list li a {
    color: #323232;
    text-align: start;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 8px 0;
    border-bottom: 1px solid #E2E2E2;
    display: block;
    min-width: auto;
}

ul.serv-list li:last-child a {
    padding-bottom: 0;
    border: none;
}

ul.serv-list li:first-child a {
    padding-top: 0;
}

ul.serv-list li a:hover {
    color: var(--main-color);
    background: transparent;
}

ul.serv-list li a::after {
    display: none;
}

.slider-info > span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}

.about-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60.07%, rgba(255, 255, 255, 0.02) 73.44%);
    width: 245%;
}

.about-img .caf-text {
    position: absolute;
    inset: 0;
    max-width: 428.51px;
    margin: auto;
    display:none;
}

.about-img .count-h {
    position: absolute;
    bottom: -50px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    background: #fff;
    box-shadow: 0px 12px 20px 0px #C7C7C740;
    border: 1px solid #FAFAFA;
    padding: 10px 43px;
  
}

.about-img .count-h .icon {
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
    justify-content: center;
    background: #FAFAFA;
    color: var(--main-color);
    border-radius: 50%;
    font-size: 22px;
}

.about-img .count-h .details {
    width: calc(100% - 40px);
    padding-inline-start: 28px;
}

.about-img .count-h .details h3 {
    color: var(--main-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    /* direction: ltr; */
    margin: 0 0 8px;
}

.about-img .count-h .details span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 37px;
    display: inline-block;
}

.list-h li {
    position: relative;
    color: #2E2E2E;
    font-size: 16px;
    line-height: 27px;
    padding-inline-start: 31px;
    margin: 4px 0;
}

.list-h li::before {
    content: "\f00c";
    position: absolute;
    right: 0;
    top: 3px;
    font-family: "Font Awesome 5 Pro";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: var(--main-color);
    font-size: 15px;
    box-shadow: 0px 4px 4px 0px #00000014;
}

.project-item .proj-name p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 0;
    margin: 0;
    transition: all .3s;
}


.item.part-item .row .col-4 {padding: 0;}

.text-footer p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 37px;
    margin: 0;
    display: none;
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1258px;
}
}

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

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

.media-page .project-item {
    margin: 15px 0;
}

.media-page .project-item .proj-name {
    transform: translateY(58%);
}

.media-page .project-item .proj-name h4 {}

.media-page .project-item:hover .proj-name {
    transform: translateY(0);
}

.media-page .project-item.media-block .proj-name {
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.media-page .project-item.media-block .proj-name .more {
    margin: 0;
}

.project-item.img-block.media-block .proj-name {
    flex-direction: column;
    transform: none;
    align-items: center;
    -webkit-align-items: center;
    justify-content: end;
}

.project-item.img-block.media-block .proj-name .more {
    opacity: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) scale(.5);
    margin: 0;
    width: 45.62px;
    height: 45.62px;
    transition: .5s ease-in-out;
}

.project-item.img-block.media-block:hover .proj-name .more {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.project-item.video-block.media-block .proj-name {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: end;
    transform: none;
}

.project-item.video-block.media-block .proj-name .more {
    opacity: 1;
    margin: 0;
    position: absolute;
    top: 0;
    transform: none;
    background: transparent;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.project-item.video-block.media-block .proj-name .more i {
    background: none;
    font-size: 75px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    position: absolute;
    inset: 0;
    transition: .5s ease-in-out;
    margin: auto;
}

.project-item.video-block.media-block .proj-name .more i.fa-light.fa-circle-play {font-weight: 200;}

.project-item.video-block.media-block .proj-name .more i.fa-sharp.fa-solid.fa-circle-play {
    opacity: 0;
}

.project-item.video-block.media-block:hover .proj-name .more i.fa-light.fa-circle-play {
    opacity: 0;
}

.project-item.video-block.media-block:hover .proj-name .more i.fa-sharp.fa-solid.fa-circle-play {
    opacity: 1;
}

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

img {
    max-width: 100%;
}

.single-inner .img {
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
}

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

.single-inner .single-content {padding: 24px 0 0;}

.single-inner .single-content h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
    margin: 16px 0;
}

.single-inner .single-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    margin: 13px 0;
}

.single-inner .single-content .list-h {
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.single-inner .single-content .list-h li {
    max-width: 50%;
    flex: 0 0 50%;
    padding-inline-end: 20px;
}

.single-project-top.body-inner.single-h {
    background: var(--bg-color);
    padding: 17px 0;
}

.count-pro-block {
    text-align: center;
    margin: 15px 0;
}

.count-pro-block h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
    margin: 0 0 16px;
}

.count-pro-block h3 {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 60px;
    margin: 0;
}

.single-project.body-inner.single-h {
    padding: 100px 0 80px;
}

.single-project.body-inner.single-h .col-md-6:nth-child(2) {
    position: absolute;
    left: 0;
    padding-inline-end: 0;
    max-height: 453px;
    height: 100%;
    top: 100px;
    width: ;
}

.single-project.body-inner.single-h .row {
    min-height: 452px;
}

.single-img {
    max-width: 648px;
    margin-inline-start: auto;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

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

.single-text .fixed-title {
    padding-inline-start: 46px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 67px;
    position: relative;
}

.single-text .fixed-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 38px;
    height: 38px;
    border: 4px solid transparent;
    border-radius: 50%;
    /* background: #000; */
    transition: all .4s;
}

.single-text .fixed-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    margin: 10px;
    width: 18px;
    height: 18px;
    background: #E0E0E0;
    border-radius: 50%;
}

.single-text .fixed-title.fixed-visible::before {
    border-color: #000;
}

.single-text .inner-block.with-border {
    position: relative;
    padding: 26px 0 50px;
    padding-inline-start: 90px;
}

.single-text .inner-block.with-border::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 19px;
    border-inline-start: 2px #898989 solid;
}

.single-text .inner-block.with-border p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}

.single-text .inner-block.with-border .my-btn {
    margin: 28px 0 0;
}

.single-project.single-project-gallery.body-inner.single-h {
    padding-top: 0;
}

.single-text .single-project-slider {
    max-width: 125%;
    width: 125%;
}

.single-project-gallery .inner-block.with-border {
    min-height: 452px;
}

.single-project.single-project-gallery.body-inner.single-h .col-md-12 {position: inherit;}

.single-project-slider .owl-nav {
    margin: 0;
    position: absolute;
    right: -24px;
    left: 0;
    margin: 0;
    max-width: 1085px;
    top: 50%;
    display: flex;
    justify-content: space-between;
}

.single-project-slider .owl-nav .owl-prev, .single-project-slider .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    opacity: 0.8;
    background: var(--main-color);
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 14px;
    transition: all .3s;
}

.single-project-slider .owl-nav i {
    display: block;
    line-height: 48px;
}



.single-slide-img {
    height: 452px;
    border-radius: 8px;
    overflow: hidden;
}

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

.single-map {
    max-width: 125%;
    width: 125%;
    height: 442px;
}

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

.project-item .proj-name a h4 {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.project-item .proj-name ul li {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    gap: 8px;
    opacity: 0;
    transition: all .3s;
}

.project-item .proj-name ul li img, .project-item .proj-name ul li i {
    width: 18.67px;
    font-size: 18.67px;
    color: var(--main-color);
    text-align: center;
}

.project-item:hover .proj-name ul li {
    opacity: 1;
}

.project-item .btn {
    width: 100%;
    background: var(--main-color);
    border-radius: 0;
    color: #fff;
    min-height: 48px;
    margin: 49px 0 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    opacity: 0;
    transition: all .3s;
    max-width: 248px;
    margin: 35px  auto 0;
}

.project-item:hover .btn {
    opacity: initial;
}

.single-img.single-video a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.single-img.single-video a::after {
    content: "\f04b";
    position: absolute;
    inset: 0;
    font-family: 'Font Awesome 5 Pro';
    width: 60px;
    height: 60px;
    margin: auto;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
}

.s-f {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 34px 0 0;
    flex-direction: column;
}

.s-f a i {
    width: 32px;
    height: 32px;
    border: 1px var(--main-color) solid;
    color: #FAFAFA;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 50%;
    font-size: 14.4px;
    transition: all .3s;
    background: transparent;
}

.s-f a:hover i {
    background: var(--main-color);
    color: #fff;
}

.contact-form form input:focus, .contact-form form textarea:focus {
    box-shadow: none;
    border-color: var(--main-color);
}

.header-page .mynav .nav-link {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.header-page .mynav .current-menu-item .nav-link {
    font-weight: bold;
    color: var(--main-color);
}

.header-page .mynav .current-menu-item .nav-link::after {
    opacity: 0;
}

.header-page  .lang a {
    color: #000;
}

.vission-box .box-info ul li {
    text-transform: capitalize;
}

@media (min-width: 1800px){
.single-text .single-project-slider, .single-map {
    max-width: 76vw;
    width: 76vw;
}
}

h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
}

.sidebar ul.serv-list {
    background: #333;
}

.sidebar ul.serv-list li a {
    border: none;
}

.sidebar ul.serv-list li:last-child a, .sidebar ul.serv-list li:last-child {
    border: none;
}

.sidebar .side-content .my-btn .btn {
    width: 100%;
    max-width: 75%;
    margin: 10px auto;
    display: table;
}

.sidebar .serv-h.my-btn {
    padding: 15px 0;
}


.sidebar .side-content .logo {
    height: 136px;
    padding: 20px 0 0;
    margin: 0 0 20px;
    text-align: center;
}

.side-content .lang {
    padding-inline-start: 20px;
    padding-top: 12px;
}

 button.btn-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: -20px;
    background-color: #EEEAEA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-size: 14px;
}

@media (min-width: 576px) {
     .modal-dialog {
        max-width: 606px;
        margin: 12vh auto;
    }
}

 .modal-body {
    padding: 60px;
}

 button.btn-close:hover {
    background-color: #fff;
}

.modal .title h3 {
    color: var(--sec-color);
    font-size: 32.5px;
    line-height: 44px;
    font-weight: bold;
}

.orderNow .form-group {
    margin: 29px 0;
}

.orderNow .form-group label,.form-group label {
    font-weight: 400;
    font-size: 16.5px;
    line-height: 26px;
    /* identical to box height, or 158% */


    /* primary/500 */
    color: var(--sec-color);
    margin: 0 0 12px;
}

.orderNow .form-group .form-, .form-group .form-control  {
    height: 50px;
    border: none !important;
    border-radius: 0;
    background: #f1f1f1;
    /*padding: 0 21px !important;*/
    transition: all .5s;
    font-weight: 300;
    font-size: 16.5px;
    line-height: 26px;
    color: #646464;
}

.orderNow .form-group .form-control:focus,.form-group .form-control:focus {
    box-shadow: 0 0px 2px #ccc;
    outline: none !important;
    background: #fff;
}

.orderNow .form-group .form-control::placeholder,.form-group .form-control::placeholder {
    color: #646464;
}

.orderNow .form-group .form-control.niceSelect,.form-group .form-control.niceSelect {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.orderNow .form-group .form-control.niceSelect::after {
    top: 12px;
    color: var(--sec-color);
    font-size: 20px;
}

.orderNow .form-group textarea.form-control {}

.orderNow .form-group:last-child {
    margin-bottom: 0;
}

.orderNow .form-group .btn-group {
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

.orderNow .form-group .btn-group .btn.btn-dark {
    flex: inherit;
    min-width: 176px;
    min-height: 55px;
    font-family: 'DGBold';
    font-size: 20.1px;
    margin-top: 2px;
}

.orderNow .modal-content {
    border-radius: 0;
}

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

.single-text.project-plane {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.single-text.project-plane .inner-block.with-border {
    padding: 0;
}

.single-text.project-plane .inner-block.with-border::before {
    display: none;
}

.single-text.project-plane .inner-block.with-border .my-btn {
    margin: 0;
}

.single-project.single-project-map.body-inner.single-h.project-plane-h .row {
    min-height: auto;
}

.single-project.single-project-map.body-inner.single-h.project-plane-h {
    padding-top: 0;
}

.whatsappIcon {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #09B83E;
    color: #FFf !important;
    font-size: 30px;
    margin: 12px;
}

.s-f a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 300;
    max-width:100%;
}

button.btn.btn-dark {
    background: var(--main-color);
    border: none;
    outline: none;
    box-shadow: none;
    /*min-width: 100%;*/
    /*border-radius: 0;*/
    padding: 8px 14px;
    border: 2px solid var(--main-color);
}
.project-item .proj-name ul{
    display:none;
}
.sidebar .side-content ul li.current-menu-item a{
    color:var(--main-color);
}
.evaluation-ethics .row {
    justify-content: center;
}
@media (min-width: 991px) {
footer .footer-links a:hover,
.footer-address a:hover ,
ul.contact-list li:hover,
.contact-list li a:hover{
	color:var(--main-color);
}
.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: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;
  opacity: 1;
  height: 24px;
}
.my-btn:hover .serv-list {
    opacity: 1;
    display: block !important;
    top: 100%;
    height: auto;
}
.project-item:hover .proj-name,
.media-page .project-item:hover .proj-name{
 transform: translateY(-15%);
 bottom:10px;
}
.part-item .img:hover {border-color: var(--main-color);box-shadow: 0px 4px 36px 0px #00000014;outline-color: var(--main-color);}
.my-btn a:hover,
.about-info .my-btn a:hover,
.projects .my-btn a:hover{
  color: #fff;
   background: var(--main-color);
}
.slider-btns .my-btn a:hover{
    background:#fff;
    color:var(--main-color);
}
.evaluate-item:hover .evaluate-details{
  bottom: 0;
}
.project-page .nav-product .nav-link:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.nav-product .nav-link:hover {
  background-color: var(--main-color);
  color: #fff;
}
.project-item:hover .proj-name p {
    height: auto;
    display: none;
    opacity: 1;
}
.project-item:hover .img::after{
  background: #090909CF;
}
.single-project-slider .owl-nav .owl-prev:hover, .single-project-slider .owl-nav .owl-next:hover {
    background: var(--main-color);
    color: #fff;
    opacity: 1;
}

.mynav .nav-link:hover ,.mynav li.current-menu-item .nav-link,
.header-page .mynav .nav-link:hover{
  color: var(--main-color);
}
.s-f a:hover i.fa-brands.fa-instagram {
    background: #E4405F;
    border-color: #E4405F;
}

.s-f a:hover i.fa-brands.fa-twitter,.s-f a:hover i.fa-x-twitter {
    background: #1DA1F2;
    border-color: #1DA1F2;
}

.s-f a:hover i.fa-brands.fa-facebook {
    background: #1877F2;
    border-color: #1877F2;
}

.s-f a:hover i.fa-brands.fa-youtube {
    background: #CD201F;
    border-color: #CD201F;
}
button.btn.btn-dark:hover {
    background:#fff;
    color:#028E40;
}

.projects .my-btn a:hover{
  color: #fff;
}
.vission-box:hover::after {
  transform: scale(60);
}
.vission-box:hover p,
.vission-box:hover .box-header h5{
  color: #fff;
}
.serv-h.my-btn a:hover {
    border:1px solid var(--main-color);
    color:var(--main-color);
    background: #FAFAFA;

}
}
.nav-product .nav-link:focus-visible {
    outline: none !important;
        outline: 0 !important;
    
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px !important;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    outline: 0 !important;
    box-shadow: none;
}
textarea:focus {
    outline: none;
}
textarea.form-control {
    height: 110px;
}
.serv-h.my-btn a {
    min-width: 155px;
    max-width:155px;
      border:1px solid var(--main-color);
      padding:10px;
}
















