
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;900&display=swap');

:root {
  --main-color: #3FAD64;
  --sec-color: rgba(228, 3, 18, 1);
  --title-color: #21445b;
}

@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Regular.ttf");
}
@font-face {
  font-family: "Cairo-Light";
  src: url("../fonts/Cairo-Light.ttf");
}
@font-face {
  font-family: "Bahij-Helvetica";
  src: url("../fonts/Bahij-Helvetica-Neue-Light.ttf");
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "29LTAzer";
  src: url("../fonts/29LTAzer.ttf");
}
.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: 22px;
  text-align: right !important;
  padding-left: 30px;
  padding-right: 18px;
  background: #fff;
  border-color: transparent;
  border-radius: 0;
  padding:5px 14px;
  height: 49px;
  font-size: 16px;
  color: #000;
  border-radius: 2px;
  border: 1px solid #DADADA;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
}

.nice-select::after {
  left: 12px;
  right: auto;
  border-color: #282727;
}

.nice-select .option {
  text-align: start;
  padding-left: 29px;
  padding-right: 18px;
}

.nice-select .list {
  width: 100%;
}

.nice-select:after {
  width: 8px;
  height: 8px;
}
.nice-select:focus{
  border: none;
}
.owl-carousel {
  direction: ltr;
}

.carousel-info button {
  border: none;
  outline: none;
  background: none;
}

button:focus,
button {
  border: none;
  outline: none;
}

.mynav button {
  background: none;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

span.navbar-toggler-icon {
  background: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}

span.navbar-toggler-icon i {
  font-size: 20px;
}

/* Start navbar */
.right-nav {
  display: flex;
  align-items: center;
  justify-content: end;

}
.searchForm{
  margin-inline-end: 23px;
  margin-inline-start: 27px;
}
.header-btn a,
.my-btn button,
.my-btn a {
  background: var(--main-color);
  border-radius: 50px;
  color: #fff;
  padding: 9px 12px;
  min-width: 127px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    gap: 7px;
}


.header-btn a::after,
.my-btn a::after,
.my-btn button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  border-radius: 50px;
  transition: all 0.3s;
}

.header-btn a::after{
  background-color: #fff;
}
.header-btn a:hover{
  color: #000;
}
.header-btn a:hover::after,
.my-btn a:hover::after,
.my-btn button:hover::after {
  transform: scale(1);
  opacity: 1;
}
.contact-header button:hover {
  color: #fff;
}
.my-btn button{
  margin-top: 3px;
  min-width: 122px;
}

.new-request a:hover {
  background-color: var(--bg-color);
  color: #fff;
}

.left-navbar {
  display: flex;
  align-items: center;
  justify-content: end;
}

.logo {
 width: 202px;
}

.logo img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.lang{
  position: relative;
  padding: 10px 0;
}
.lang .lang-icone{
  position: relative;
  font-size: 16px;
  transition: all 0.3s;
  font-weight: 300;
  font-family: "Cairo-Light";
}

.sub-menu{
  display: block;
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0px 12px;
  background: #fff;
  z-index: 999999;
  /* transform: translateY(-20px); */
  transition: all 0.2s;
  
}
.lang .sub-menu {
  min-width: 150px;
}
.sub-menu::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  top: -6px;
  right: 26px;
  background: #fff;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 0;
}

.lang h6{
  position: relative;
padding-inline-end: 20px;
display: inline-block;
}
.lang .lang-icone::after,li.menu-item-has-children a::after{
  position: absolute;
  content: '\f107';
  font-family: 'font awesome 5 pro';
  top: 15px;
  left: -14px;
  color: #fff;
  font-size: 14px;
}
.lang .lang-icone::after{
  top: 8px;
}
.mynavbar ul li.menu-item-has-children{
  position: relative;
  margin-inline-end: 40px;
}
.lang:hover .sub-menu, .sub-menu.open,
li.menu-item-has-children:hover .sub-menu{
  opacity: 1;
  height: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 99999999;

}

.lang a{
  text-transform: capitalize;
  color: #fff;
}
.mynavbar  .sub-menu li{
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  margin-inline-end: 0;
}
.sub-menu li:last-of-type{
  border-bottom: none;
}
.mynav ul li .sub-menu li a,.lang ul li a{
  display: inline-block;
  width: 100%;
  padding: 6px 0px;
  color: #000;
}

.sub-menu li:first-of-type a{
  border-radius: 3px 3px 0 0;
}
.sub-menu li:last-of-type a{
  border-radius: 0 0 3px 3px;
}
.mynavbar ul li {
  margin-inline-end: 30px;
}
li.menu-item-has-children  a, .lang ul li a {
  position: relative;
}

.lang:hover .sub-menu::before,
 li.menu-item-has-children:hover .sub-menu::before {
  opacity: 1;
}

li.menu-item-has-children .sub-menu li a::after {
 transform: rotate(90deg);
    left: 10px;
    color: #000;
    top: 10px;
}
 .lang ul li a::before{
  position: absolute;
  content: '\f104';
  font-family: 'font awesome 5 pro';
  top: 10px;
  left: 13px;
  color: #000;
  font-size: 14px;
 }
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}


.mynav ul li a {
  color: #fff;
  transition: all 0.3s;
  padding: 10px 0;
  font-size: 16px;
  display: inline-block;
}


.mynav ul li a:hover ,.mynav ul li.current-menu-item a{
  color: var(--sec-color);
}

.mynavbar .row {
  align-items: center;
  padding: 30px 0 10px;
}

.mynavbar ul.main-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}



.call-us a {
  color: #8b6f4b;
}



.left-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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;
  z-index: 3;
}

.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 11px; */
  padding: 0;
  text-align: center;
  border: none !important;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  height: 43px;
  width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.searchForm .btnSearch:hover{
  background-color: #fff;
}
.searchForm .btnSearch i {
  transition: all 0.6s;
  color: #fff;
}

.searchForm .btnSearch:hover i {
  color: #151515;
}

.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: rgba(27, 27, 27, 1);
  z-index: 999;
  padding: 20px 0;
  z-index: 99;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px 0;
  overflow-y: scroll;
}

.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;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.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: inline-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: 16px;
  margin-top: 20px;
}

/* Start home slider */
.home-slider .owl-item,
.home-slider .item {
  overflow: hidden;
  position: relative;
}
.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row {
    min-height: 840px;
    direction: rtl;
}

.slider-home .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-slider .image {
  height: 575px;
  max-width: 393px;
  margin: auto;
}

.home-slider .image img {
  max-width: 100%;
  max-height: 100%;
}
.slider-home .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);

}
.slider-home .slider-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  
}
.home-slider {
  width: 100%;
  z-index: 1;
  position: relative;
}

.home-slider .owl-carousel,
.sponser-slider {
  direction: ltr;
}

.owl-item.active .slider-info .my-btn {
  animation: 1s fadeInUp;
}

.owl-item.active .slider-info h2 {
  animation: 1s fadeInDown;
}

.home-slider .row {
  align-items: center;
  padding-top: 110px;
  position: relative;
  z-index: 2;
}

.slider-home .owl-item .slider-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slider-info {
  color: #fff;
  direction: rtl;
  position: relative;
  z-index: 2;

}

.slider-info h2 {
  font-size: 53px;
  line-height: 97px;
  font-weight: 700;
}
.slider-info p{margin: 12px 0 26px;font-size: 16px;font-weight: 400;line-height: 30px;}


.slider-info .my-btn.request a:hover {
  border-color: #000;
}

.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,
.part-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next,
.project-slider.owl-theme .owl-nav .owl-prev,
.project-slider.owl-theme .owl-nav .owl-next  {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  font-size: 20px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #828181;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid rgb(82 82 82 / 60%);
}

.home-slider .owl-theme .owl-nav .owl-prev {
  left: 36px;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  filter: drop-shadow(0px 0px 64px rgba(0, 0, 0, 0.25));
  border: none;
}

.home-slider .owl-theme .owl-nav .owl-next {
  right: 36px;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  filter: drop-shadow(0px 0px 64px rgba(0, 0, 0, 0.25));
  border: none;
}
.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover{
  background: #fff;
  color: rgb(82 82 82 / 60%);
}
.part-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next{
  border: none;
  font-size: 23px;
}
.card-slider.owl-theme .owl-nav .owl-prev,
.project-slider.owl-theme .owl-nav .owl-prev {
  left: -80px;
}

.card-slider.owl-theme .owl-nav .owl-next,
.project-slider.owl-theme .owl-nav .owl-next {
  right: -80px;
}
.project-slider.owl-theme .owl-nav .owl-next,
.project-slider.owl-theme .owl-nav .owl-prev{
  color: #BBB;
  background: rgba(255, 255, 255, 0.10);
filter: drop-shadow(0px 0px 64px rgba(0, 0, 0, 0.25));
box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
border: none;
}
.part-slider.owl-theme .owl-nav .owl-prev {
  left: -60px;
}
.part-slider.owl-theme .owl-nav .owl-next {
  right: -60px;
}
.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #fff;
  background: rgb(82 82 82 / 60%);
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev{
top: 36%;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 6px 4px;
  border: none;
  background: rgba(228, 3, 18, 1);
  border-radius: 50%;
}


.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--main-color);
}


.card-slider.owl-theme .owl-dots {
  margin-top: 30px;
}

section.home-slider {
  margin-top: 0;
}

.part-slider.owl-theme .owl-dots .owl-dot span {
  background: #D9D9D9;
}

.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
}

/* ----------------------------------------------------- */
/* ------------------------  Start services section --------------------------*/
section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.section-title {
  margin-bottom: 38.8px;
  text-align: center;
}

.section-title h4 {
  position: relative;
  display: inline-block;
  font-size: 33px;
  color: #2B2A32;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 0;
}
section.services{
  position: relative;

  padding: 135px 0 80px;
}
section.services::after{
  position: absolute;
  content: '';
  width: 69%;
  height: 84%;
  top: 51%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url('../images/bg-services.png');
  background-size: cover;
}
section.services .container{
  position: relative;
  z-index: 2;
}
.service-item .ser-img {
  overflow: hidden;
  border-radius: 50%;
  /* width: 277.657px; */
  height: 269.842px;
  /* margin: 12px auto 16px; */
}
.service-item .ser-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 1s;
}
.service-item{
  position: relative;
  /* margin-bottom: 16px; */
  transition: all 0.7s;
  /* width: 277.657px; */
  height: 269.842px;
  /* margin: auto; */
}

.service-item .servies-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  background-color: rgb(0 0 0 / 40%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 0.3s;
}

.service-item .servies-info .img {
  height: 66px;
}

.service-item .servies-info .img img {
  max-height: 100%;
  width: auto;
  margin: auto;
  object-fit: contain;
}

.service-item .servies-info h6 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  width: 80%;
}

.service-item .servies-info p {
  color: #fff;
  opacity: 0;
  height: 30px;
  overflow: hidden;
  transition: all 0.4s;
  transform: translateY(10px);
}
.service-item:hover .servies-info p{
  opacity: 1;
  transform: translateY(0px);
}
.service-item:hover .servies-info {
  background-color: rgb(228 3 18 / 80%);
}


section.services .section-title {
  text-align: center;
  margin-bottom: 38px;
}
.card-slider .owl-item.active + .owl-item.active .item,
.card-slider .owl-item.active + .owl-item.active + .owl-item.active .item{
  margin-top: 70px;

}
.card-slider .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active .item{
  margin-top: 0px;

}

/* end services section */
/* Start project  section */
.project-item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.10);
  margin: 30px 6px;
}

.project-item .proj-img {
  height: 172px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;

}

.project-item .proj-img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.project-item .project-details {
  padding: 32px 0 0 0;
}

.project-item .project-details h4 {
  color: #2B2A32;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 15px;
}

.project-item .project-details p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  height: 55px;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 0 15px;
}

.project-item .project-details .my-btn {
  background: #EEE;
  border-radius: 0 0 20px 20px;
  padding: 12px 0;
  transition: all 0.3s;
}

.project-item .project-details .my-btn span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  transition: all 0.3s;
}

.project-item .project-details .my-btn span i {
  position: relative;
  top: 2px;
  padding: 0 3px;
}

.project-item:hover .project-details .my-btn {
  background: var(--main-color);
}

.project-item:hover .project-details .my-btn span {
  color: #fff;
}

.section-title h6 {
  color: #EF1D1D;
  font-size: 16px;
  font-weight: 700;
}

.section-title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  width: 66%;
  margin: 25px auto 0;
}

.projects .section-title {
  margin-bottom: 20px;
}

.project-item:hover .proj-img img {
  transform: scale(1.1);
}
 .projects .my-btn{
  margin-top: 45px;
 }
 .projects .my-btn a, .services .my-btn a{
  min-width: 134px;
  padding: 10px;
 }
/*-------------------------------------------- */
.services .my-btn,
.partner .section-title,.projects .my-btn{
  text-align: center;
}
.services .my-btn{
  margin-top: 50px;
}
.slider-home .item {
  position: relative;
  overflow: hidden;
}
/* ---------------------------  contact section --------------------    */
.contact-sec{
  position: relative;
  padding: 50px 0 138px;
}
.contact-sec::before{
  position: absolute;
  content: '';
  width: 300px;
  height: 100%;
  bottom: -170px;
  right: 0;
  background-image: url('../images/Vector.png');
  background-size: cover;
}
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 12px 10px;
  background: #fff;
  border-color: transparent;
  color: #000;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  background: #FFF;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: rgba(227, 227, 227, 1);
  font-size:14px;
  
}

textarea:focus {
  outline: none;
}

.contact-form label {
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 400;
}

.form-info form input:focus {
  outline: none;
}

.contact-form form textarea {
  height: 90px;
}
.contact-form{height: 100%;
}

.contact-form .my-btn {
  margin-top: 0px;
}

.form-group.mobile{
  position: relative;
}
span.mob-num {
  display: inline-block;
  direction: ltr;
}

.form-group {
  margin-bottom: 16px;
}

.contact-data {
  height: 100%;
}
.contact-form .section-title {
  text-align: start;
  margin-bottom: 22px;
}

.contact-form .section-title h4 {
  margin-bottom: 0;
}

.contact-data .map {
  height: 591px;
  height: 100%;
}

.contact-data .map iframe {
  height: 100%;
  width: 100%;
}
.input-group.upload span.uplod {
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 9;
  color: #232323;
  width: 123px;
  background: #D9D9D9;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}

.input-group.upload {
  position: relative;
}

.form-group.name input {
  width: 100%;
  padding: 7px 0;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}
/* *************Start footer section*********** */
footer {
  overflow: hidden;
  padding: 63px 0 0;
  position: relative;
  background: rgba(27, 27, 27, 1);
}
.fixed-icone{
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  animation: updown-i 4s infinite ease-in-out;
}
@keyframes updown-i{
  0%,100%{
      transform: translateY(-12px);
  }
  50%{
      transform: translateY(12px);
  }
}
.fixed-icone a{
  width: 58.331px;
  height: 58.331px;
background: #72D070;
box-shadow: inset 0px 3px 6px #BFBFBF29, 0px 3px 16px #234A9D38;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.fixed-icone a i{
color: #fff;
font-size: 31px;
}
.fixed-icone a.comments{
  background: #616161;
  margin-top: 10px;
}

footer .col-lg-7 .row {
  margin-inline-start: 30px;
}

.footer-logo{
  margin-bottom: 16px;
  height: 50px;
}
.footer-logo img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.footer-soch-icon{
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.footer-soch-icon a {
  color: #fff;
  margin-inline-end: 20px;
  transition: all 0.3s;
}
footer .footer-links ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-links ul li {
  width: 40%;
}
.footer-links ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  padding-inline-start: 13px;
}

.footer-links ul li a::before {
  position: absolute;
  content: '\f104';
  font-family: 'font awesome 5 pro';
  top: -1px;
  right: 0;
  color: #fff;
  transition: all 0.3s;
}
.footer-links a i {
  color: #343434;
  margin-inline-end: 18px;
  transition: all 0.3s;
  width: 10px;
}
.footer-links ul li a:hover,.footer-links ul li a:hover::before ,
.footer-links a:hover i,
.footer-links li.current-menu-item a,
.footer-links li.current-menu-item a::before{
  color: rgba(228, 3, 18, 1);
}

ul.contact-list li a {
  display: flex;
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  transition: all 0.3s;
}
ul.contact-list li a:hover{
  color: var(--sec-color);
}
ul.contact-list li a i {
  padding-inline-end: 12px;
  position: relative;
  top: 5px;
}

ul.contact-list li a p {
  margin-bottom: 0;
}


.bootom-footer{
  background-color: #fff;
}
.comp-rights{
  text-align: end;
}
.copy-right .row{
  align-items: center;
}
.copy-right {
  padding: 9px 0px;
  border-top: 1px solid rgba(227, 227, 227, 20%);
  margin-top: 42px;
}

.ryad-logo {
  height: 65px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.copy-right p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.footer-links h4,.footer-contact h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}



.right-footer p {
  color: #fff;
  line-height: 29px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 30px;
  font-family: 'Cairo-Light';
  max-height: 60px;
  overflow: hidden;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 16px ;
}

.responsive-menu .lang a {
  font-size: 16px;
}

.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.responsive-menu .btnSearch {
  padding-inline: 0;
}

.responsive-menu .logo img {
  height: 100%;
}



 a:hover i.fab.fa-facebook-f {
 color: #1877f2;
}

 a:hover i.fab.fa-snapchat {
  color: #fffc00;
 
}

 a:hover i.fab.fa-twitter {
 color: #1da1f2;
}

a:hover i.fab.fa-instagram {
  color: #e1306c;
}
/* ********************************************************************************************* */
/* Start about page */


.breadcrumb-section {
  color: #fff;
  background-image: url('../images/bread-bg.png');
  background-size: cover;
  background-position: center;
  padding: 140px 0 40px;
  position: relative;
  z-index: 2;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.breadcrumb-info h2 {
  text-align: center;
  font-size: 24.5px;
  font-weight: 380;
}

 .breadcrumb-item.active {
  color: #FFF;
  font-family: "Cairo-Light";
  font-size: 20px;
  font-weight: 300;
}
.breadcrumb-item  a{
  color: #FFF; 
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  flex-direction: column;
}

.breadcrumb-item {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  /* line-height: 97px; */
  text-align: center;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-left: 7px;
  content: "-";
  color: transparent;
  font-size: 12px;
  display: inline-flex;
}


/* ************************************************************************ */

.pagination {
  justify-content: center;
  align-items: center;
}

.pagination .page-item {
  padding-inline: 4px;
}

.pagination .page-link {
  border: none;
  border-radius: 0;
  color: #131313;
  border: none;
  line-height: normal;
  padding: 2px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;
}

.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;

}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
  position: relative;
  color: #6C6C6C;
  font-size: 38px;
  padding: 0 10px;
}
.page-item:first-child .page-link{
  color: #000;
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover
{
  color: #6C6C6C;
}
.page-item:first-child .page-link::after,
.page-item:last-child .page-link::after{
  position: absolute;
  content: '';
  width: 21px;
  height: 21px;
  top: 25px;
  border-radius: 50%;
}
.page-item:first-child .page-link::after{
  left: 0;
  background-color: var(--main-color);
}
.page-item:last-child .page-link::after{
  right: 0;
  background-color: var(--sec-color);
}
.pagination .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  color: #3FAD64;
  background: transparent;
}



.services.service-page .service-item {
  margin-bottom: 32px;
}
.services.service-page{
  padding-bottom: 13px;
}
.mypagination {
  margin-top: 22px;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item:first-child .page-link span i, .page-item:last-child .page-link span i {
  z-index: 2;
  position: relative;
}
li.page-item a.page-link[aria-current="page"] {
  color: var(--main-color);
}
h2,h4{
  text-transform: capitalize;
}

/* -----------------  request-service -page   -----------------    */
.request-ser-page .row{
  justify-content: center;
}
.contact-sec.request-ser-page::before {
  width: 480px;
  bottom: 0;
    height: 107%;
}
.contact-sec.request-ser-page{
  padding-top: 142px;
}

/* -------------------------  project page ----------------------    */
.project-page .col-md-3{
  padding: 0 5px;
}
.single-project-details h6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}

.single-project-details h4 {
  font-size: 33px;
  font-weight: 700;
  color: rgba(43, 42, 50, 1);
}

.single-project-details .single-proj-img {
  height: 497px;
  margin: 40px 0;
}

.single-project-details .single-proj-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.single-project-details .proj-disc p {
  color: #040404;
  font-size: 20px;
  line-height: 28px;
}

.single-project-details .proj-disc p span,.know-disc p span {
  font-family: 'Cairo-Light';
}

.all-projects .title h6{
  margin-bottom: 27px;
  color: var(--sec-color);
  font-size: 20px;
  font-weight: 700;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:hover {
  background-color: #fff;
  color: var(--main-color);
}

.nav-pills .nav-link {
  color: #000;
  font-weight: 700;
  background: #fff;
  width: auto;
  display: inline-block;
padding-inline-start: 0;
padding-inline-end: 14px;
}

.nav-pills .nav-link  span{
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding-inline-end: 8px;
}
.nav-pills .nav-link::after {
  position: absolute;

  content: '';
  
  width: 68%;
  
  height: 3px;
  
  background: #000;
  
  left: 0;
  
  top: 24px;
  transition: all 0.3s;
}
.single-project li.nav-item {
  width: 84%;
  position: relative;
}


.nav-pills .nav-link.active::after, .nav-pills .nav-link:hover::after {
  background: var(--main-color);
}
.project-page .project-item .proj-img{
height: 203px;

}
/* ------------------------   media center --------------------   */
.media-center .project-item .project-details .my-btn {
  opacity: 0;
  height: 0;
  margin-top: 12px;
  width: 100%;
}

.media-center .project-item:hover .project-details .my-btn {
  background: var(--main-color);
  height: auto;
  opacity: 1;
}
.project-page.media-center  .project-item:hover .proj-img{
  height: 175px;

  }
  .media-center .project-item .project-details p {
    margin-bottom: 12px;
  }
  .media-center .project-item .project-details{
    padding-top: 18px;
  }
  .project-details .date {
    padding-inline-start: 15px;
    color: rgba(101, 101, 101, 1);
    margin-bottom: 9px;
    font-family: "Bahij-Helvetica";
    font-size: 16px;
    font-weight: 400;
}

.project-details .date span {
    padding: 0 8px;
}
.project-page .project-item{
  margin: 0 0 32px;
}
.project-page{
  padding: 120px 0 100px;
}
.single-project,.services.service-page {
  padding: 110px 0;
}

.single-media .single-project-details .single-proj-img {
  margin: 25px 0;
}
.services.service-page::after{
  display: none;
}
.services.service-page .col-md-3{
  padding: 0 11px;
}
.breadcrumb-item+.breadcrumb-item::before{
  display: none;
}
.breadcrumb-item+.breadcrumb-item{
  padding: 0;
}

/* --------------------------  about page -----------------    */
.about-img .img1 {
  height: 414px;
}

.about-img .img1 img {
  max-width: 414px;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.about-img {
  text-align: end;
  position: relative;
  margin-top: 64px;
}
.about-img::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: -175px;
  right: -97px;
  background-image: url('../images/bg-1.svg');
  background-size: cover;
}
.about-img .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 268px;
  height: 268px;
}

.about-img .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-info .section-title,.know-details .section-title{
  text-align: start;
}
.about-info .section-title h4{
  line-height: 61px;
}
.about-img img{
  position: relative;
  z-index: 2;
}
section.about{
  padding: 142px 0 50px;
  position: relative;
}

.about-info {
  padding-inline-end: 40px;
  padding-top: 30px;
}

.Investments h6 {
  color: rgba(43, 42, 50, 1);
  margin-bottom: 20px;
  font-weight: 700;
}

.vision {
  margin-top: 25px;
}

.vision h4 {
  color: rgba(43, 42, 50, 1);
  font-size: 27px;
  font-weight: 700;
  line-height: 60px;
}

.vision p,.about-info p {
  font-size: 15px;
  line-height: 28px;
  color: rgba(4, 4, 4, 1);
}
.Get-to-know-Qiahao {
  background-image: linear-gradient(to right, rgb(246  246 246 / 97%) 100%, white 0), url('../images/bg-know.png');
  background-size: cover;
  padding-top: 161px;
  position: relative;
}
.Get-to-know-Qiahao::after{
  position: absolute;
  content: '';
  width: 67px;
  height: 720px;
  background-image: url('../images/newVector.png');
  background-size: cover;
  bottom: 0;
  right: 0;
}
.know-img{
  height: 100%;
  position: relative;
  z-index: 2;
}
.know-img img{
  max-width: 100%;
  height: 100%;
  border-radius: 50%;
}
.company-vission{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 27px 0 32px;
}
.company-vission .vission-item{
  background-color: #fff;
  padding: 17px 25px;
}
.vission-item h5 {
  font-size: 22px;
  font-weight: 700;
  color: rgba(43, 42, 50, 1);
  margin-bottom: 13px;
}

.vission-item p {
  font-size: 15px;
  line-height: 28px;
  color: rgba(4, 4, 4, 1);
  font-weight: 400;
  margin-bottom: 5px;
}
.about-video {
  height: 460px;
  position: relative;
  width: 460px;
}


.about-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-video::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: -131px;
  left: -99px;
  background-image: url('../images/bg-2.svg');
  width: 668px;
  height: 413px;
  background-size: cover;
}
.about-video::before{
  position: absolute;
  content: '';
  width: 543.006px;
  height: 589.413px;
  border: 1px solid #E7E7E7;
  top: 133px;
  left: 50%;
  transform: translateX(-50%);
}
.video-icone {
  width: 53px;
  height: 53px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.video-icone::after {
  position: absolute;
  content: '\f04b';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  /* border: 1px solid #fff; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(253, 0, 1, 1);
}

.video-icone::before {
  position: absolute;
  content: '';
  width: 150px;
  height: 150px;
  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;
  }
}




@-webkit-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}




.stat-bar {
  background-color: rgba(217, 217, 217, 1);
  height: 10px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 0;
}
.stat-bar:last-child {
  margin-bottom: 0;
}

.stat-bar-rating {
  border-radius: 4px;
  float: right;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: white;
  text-align: center;
  background-color: #428bca;

}

.stat-1 > .stat-bar-rating {
 background-color: rgba(63, 173, 100, 1);
}



.stat-bar-rating {
  visibility: hidden;
  width: 0;
  -webkit-animation: animate-width;
  -moz-animation: animate-width;
  animation: animate-width;
  animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.all-lines {
  position: absolute;
  top: 0;
  right: 23px;
  height: 100%;
  width: 80px;
}

.lines {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
}

.all-lines .line {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  border-right: 2px solid rgba(225, 225, 225, 1);
  height: 100%;
  position: relative;
}

.all-lines .line::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 40px;
  background: rgba(228, 3, 18, 1);
  top: 0;
  left: 0;
  animation: moveup 6s infinite ease-in-out;
}

@keyframes moveup {
  0% {
      top: 0;
  }

  50% {
      top: 50%
  }

  100% {
      top: 100%;
  }
}


.all-lines .line.line-two::after {
  bottom: 0;
  top: auto;
  animation: movedown 6s infinite ease-in-out;
}

@keyframes movedown {
  0% {
      bottom: 0;
  }

  50% {
      bottom: 50%
  }

  100% {
      bottom: 100%;
  }
}

.services .all-lines .line.line-one {
  border-right:2px solid #d8d8d829;
  border-left: none;
  width: 19%;
}

 .all-lines .line.line-one::after,
 .all-lines .line.line-three::after {
  
background: var(--main-color);
}

.all-lines .line::after {
  opacity: 1;
  right: -2.3px;
  width: 3px;
  height: 40px;
}


@media (max-width: 768px) {
  li.menu-item-has-children a::after {
     left: 5px;
   }
   .about-img::before {
     right: -11px;
   }
 }

 


