:root {
  --textGray: #2c2c2c;
  --color2: #7a7a7a;

  --bgGray: #f9f7f3;

  --color1: #00ff00;
  --color2: #00a551;
  --color3: #ec1c24;
  --color4: #333;
}

body {
  font-family: "Noto Kufi Arabic", serif;
  color: #333;
}

.color1 {
  color: var(--color1) !important;
}
.color2 {
  color: var(--color2) !important;
}
.color3 {
  color: var(--color3) !important;
}
.color4 {
  color: var(--color4) !important;
}

/* End Custom Fonts CSS */

.text-gray {
  color: #666 !important;
}
.text-gray2 {
  color: var(--color2) !important;
}
.bgGray {
  background-color: var(--bgGray) !important;
}

.btn.btn-primary {
  color: #fff;
  background-color: var(--color3);
  border-color: var(--color3);
  border-radius: 0;
}
.btn-outline-primary {
  color: var(--color3);
  border-color: var(--color3);
}
.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background-color: var(--color2);
  border-color: var(--color2);
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn.btn-outline-light.active,
.btn.btn-outline-light:active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:hover {
  color: #fff;
  background-color: var(--color2);
  border-color: var(--color2);
}

/* Start => Header */
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: normal;
}
.navbar-expand-lg .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  background-color: var(--color2);
  left: 0;
  right: auto;
}
[dir="rtl"] .navbar-expand-lg .navbar-nav .nav-link::after {
  left: auto;
  right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.navbar-brand img {
  max-height: 70px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
}
.jet-menu-icon {
  position: absolute;
  left: 16px;
  top: 15px;
}
.jet-menu-icon:before {
  content: " ";
  background-image: url("../imgs/arraw.png");
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.navbar .dropdown-menu {
  background-color: var(--color2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar .dropdown-menu li {
  border-bottom: 0;
}
.navbar .dropdown-menu a {
  color: #fff;
}
.navbar .dropdown-menu a:focus,
.navbar .dropdown-menu a:hover {
  color: #666;
  background-color: #fff;
}

.left_header a {
  color: #fff;
}
.left_header a * {
  vertical-align: middle;
}
.left_header a:hover {
  color: var(--color2);
}

.navbar-toggler {
  /* color: var(--color2); */
  /* padding: 0;
  border: 0; */
  background-color: var(--color3);
  padding: 5px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  background-color: var(--color2);
  color: #fff;
  box-shadow: unset;
}
.navbar-toggler svg {
  font-size: 28px;
  transition: 0.5s;
  color: #fff;
}
.navbar-toggler:hover svg {
  color: #fff;
}

.sticky .left_header a {
  color: #666;
}
.sticky .left_header svg g rect,
.sticky .left_header a svg rect,
.sticky .left_header a svg *,
.sticky .left_header a svg {
  fill: #666;
}
.sticky .jet-menu-icon:before {
  filter: brightness(0.2);
}

@media screen and (max-width: 991px) {
  .jet-menu-icon {
    top: 20px;
  }
  .header_2 .navbar-sticky.sticky.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }
  .header_2 .navbar-sticky.sticky.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--color2);
  }
  .sticky .jet-menu-icon:before {
    filter: brightness(1);
  }

  .list_top a {
    color: #fff;
  }
  .list_top a:hover {
    color: var(--color2);
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand img {
    max-height: 50px;
  }
}
/* /END => Header */

/* Start => Home Banner */
.home-banner {
  height: calc(100vh - 134.98px);
}
.banner-slides .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.thum_slides_banner {
  position: absolute;
  bottom: 5%;
  left: 0%;
  max-width: 660px;
  width: 80%;
  z-index: 2;
}
.banner-slides_thumbs .swiper-slide {
  width: 230px;
  height: 140px;
  text-align: center;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.banner-slides_thumbs .swiper-slide::after {
  content: unset;
}
.banner-slides_thumbs .swiper-slide-active {
  opacity: 1;
}
.banner-slides_thumbs .swiper-slide .img-slides_thumb {
  width: 100%;
  height: 100%;
}
.banner-slides_thumbs .swiper-slide .img-slides_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-slider-text {
  position: absolute;
  height: calc(65% - 30px);
  display: flex;
  flex-direction: column;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  /* max-width: 1600px; */
  z-index: 2;
  transition: all 0.5s;
  padding-right: 30px;
}
@media (min-width: 1300px) {
  .gallery-slider-text {
    padding-right: 100px;
  }
}
.gallery-slider-text > div {
  max-width: 750px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
}
.logo_project {
  padding-top: 2em;
  padding-bottom: 2em;
  color: white;
}
.flex-container {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  align-content: stretch;
  color: #fff;
  overflow: hidden;
}
.flex-container .item {
  width: 250px;
  margin-top: 5px;
  font-size: 14px;
}
.flex-container .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ffffff4a;
  font-weight: 600;
  position: relative;
}
.flex-container .title span {
  position: relative;
}
.flex-container .title span::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  display: block;
  top: 28px;
}
@media screen and (max-width: 1366px) {
  .flex-container .item {
    width: 140px;
  }
}
@media screen and (max-width: 1099px) {
  .thum_slides_banner {
    max-width: 470px;
  }
  .banner-slides_thumbs .swiper-slide {
    width: 150px;
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .home-banner {
    height: 60vh;
  }
  .gallery-slider-text {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .flex-container .item {
    width: 100px;
    font-size: 12px;
  }
  .thum_slides_banner {
    max-width: 100%;
    width: 90%;
  }
}
/* /END => Home Banner */

/* $ => Projects */
.slide-project {
  position: relative;
}
.sec-projects::before {
  content: unset;
}
.catalog_item h5 {
  color: var(--color3);
}
.catalog_item:hover h5 {
  color: var(--color2);
}
.slide-project .slide-image {
  position: relative;
  height: 180px;
}
@media (min-width: 768px) {
  .slide-project .slide-image {
    height: 430px;
  }
  .slide-project .slide-image.slide-image_shops {
    height: 250px;
  }
}
.slide-project .slide-image::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 1.2s;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.slide-project:hover .slide-image::before {
  visibility: visible;
  opacity: 1;
}

.projects_swiper {
  position: relative;
  padding-bottom: 30px;
}
.projects_swiper .swiper-wrapper {
  padding-bottom: 50px;
}
.projects_swiper .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgb(241 238 238);
  opacity: 1 !important;
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
  height: 3px;
}
@media (min-width: 768px) {
  .projects_swiper .swiper-scrollbar {
    width: 600px !important;
  }
}
/* # => Projects */

/* $ => Why */
.item_why {
}
.item_why .item_img {
  height: 60px;
}
.item_why .item_img img {
}
.item_why .item_title {
}
/* # => Why */

/* $ => Testimonials */
.testimonial-item .profile img {
  text-align: center;
  width: 100px;
}
.quote-icon {
  font-size: 2rem;
  color: #ccc;
  position: absolute;
}
.quote-icon-left {
  top: -10px;
  left: 10px;
}
.quote-icon-right {
  bottom: -10px;
  right: 10px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
  margin: 5px 7px !important;
  transition: all 0.2s ease;
  border-radius: 30px;
  opacity: 0.8;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
  background-color: #869791;
}
/* # => Testimonials */

/* $ => NEWS */
.nav-pills {
  position: relative;
}
.nav-pills::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 180%;
  background-color: #c9c9c9;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-pills li {
  list-style: none;
  margin: 0;
  cursor: pointer;
  margin-bottom: 42px;
  font-size: 28px;
  color: #909294;
  font-weight: 700;
  transition: 0.5s;
}
.nav-pills li.active {
  padding-right: 20px;
  color: var(--color2);
}
.line_active {
  width: 87px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
  background: #f8f8f8;
}
.line_active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  height: 2px;
  width: 87px;
  z-index: 2;
  background: var(--color2);
}

.item-news {
  transition: transform 0.3s ease;
}
.item-news:hover {
  transform: scale(1.02);
}
.item-news .img_news a {
  height: 300px;
  overflow: hidden;
}
.item-news .inf_news .post_status {
  color: #999;
  font-size: 0.9rem;
}
.item-news .inf_news a {
  color: var(--color4);
}
.item-news .inf_news a:hover {
  color: var(--color2);
}
.nav_slides {
  padding-bottom: 1rem;
}
.nav_slides > div {
  background-color: transparent !important;
  width: 50px;
  height: 50px;
  border-radius: 5px !important;
  color: var(--color2) !important;
  border: 1px solid var(--color2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
.nav_slides > div:focus,
.nav_slides > div:hover {
  background-color: var(--color2) !important;
  color: #fff !important;
}

.btn_link {
  color: var(--color2);
}
.btn_link:hover {
  color: #336 !important;
}

@media screen and (max-width: 991px) {
  .nav-pills {
    margin-bottom: 3rem;
  }
  .nav-pills::after {
    width: 90%;
    height: 1px;
    left: 0;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  .nav-pills li.active {
    padding-right: 0;
  }
  .line_active {
    width: 48px;
    height: 40px;
    top: auto;
    bottom: -2px;
    left: 60%;
    transform: translateX(-50%);
  }
  .line_active::before {
    left: 21px;
    top: 0;
    height: 100%;
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .nav-pills li {
    font-size: 18px;
  }
}
/* # => NEWS */

/* $ => Awards */
.award-item {
  transition: 0.3s ease-in-out;
}
.award-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.award-item .award-img {
  max-width: 120px;
  width: 120px;
  height: 120px;
}
.award-item .award-img img {
}

@media screen and (max-width: 1366px) {
  .award-item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .award-item h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .award-item h3 {
    font-size: 16px;
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .award-item .award-img {
    max-width: 80px;
    width: 80px;
    height: 80px;
  }
  .award-item h3 {
    font-size: 22px;
  }
}
/* # => Awards */

/* $ => Footer */

/* # => Footer */

/* $ =>  */
/* # =>  */

/* $ =>  */
/* # =>  */

/* .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
}
.marquee a {
  color: #000;
  text-decoration: none;
  margin: 0 20px;
}
.marquee a:hover {
  text-decoration: underline;
} */

.marquee {
}
.marquee a {
  color: #444;
  font-size: 15px;
  font-weight: 600;
}
.marquee a:hover {
  color: var(--color2);
}
.marquee img {
  height: 25px;
}

@media screen and (min-width: 992px) {
  .banner_effect {
    position: relative;
    overflow: hidden;
  }
  .banner_effect .slide-image::before,
  .banner_effect .slide-image::after {
    background-color: rgba(229, 229, 229, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.9s ease 0s;
    width: 100%;
    z-index: 1;
  }
  .banner_effect .slide-image::before {
    border-top: 1px solid rgba(229, 229, 229, 0.6);
    transform: translate(0%, 105%);
  }
  .banner_effect .slide-image::after {
    border-bottom: 1px solid rgba(229, 229, 229, 0.6);
    transform: translate(0%, -105%);
  }
  .banner_effect:hover .slide-image::before,
  .banner_effect:hover .slide-image::after {
    opacity: 0;
    transform: translate(0px, 0px);
  }
}

.brand_card {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #fff;
  color: #fff;
  overflow: hidden;
  border-radius: 6px;
}
figure .brand_bg {
  display: block;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.brand_card .brand_logo {
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  z-index: 5;
}
.brand_card .brand_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.brand-Slide-up .overlay {
  display: block;
  background-color: var(--color3);
  background: linear-gradient(0deg, #ec1c24 0%, rgba(236, 28, 35, 0.5) 210%);
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.brand-Slide-up:hover .overlay {
  background: var(--color3);
  height: 100%;
  opacity: 1;
}
.brand-Slide-up .brand_caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 15px;
  transform: translateY(80%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.4s;
}
.brand_caption-title {
  margin-top: 0px;
}
.brand-Slide-up .brand_caption-content {
  opacity: 0;
  transition: 1s;
}
.brand-Slide-up:hover .brand_caption-content {
  opacity: 1;
}
.brand-Slide-up:hover .brand_caption {
  transform: translateY(0px);
}

.brands_links .img-clients {
  /* background-color: #fff; */
}

.tooltip-inner {
  background-color: var(--color3);
  color: #fff;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--color3);
}

::placeholder {
  color: #999 !important;
  font-size: 13px;
}

/* ----------------------------------------------------------- */

.team_member {
  background: rgba(199, 201, 209, 0.09);
  padding-bottom: 50px;
  overflow: hidden;
}
.single_team_content {
  padding: 45px;
  margin-top: 60px;
}
.single_team_content h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}
.single_team_content p {
}
.our-team {
  margin-bottom: 30px;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.09);
}
.our-team .team_img {
  position: relative;
  overflow: hidden;
}
.our-team .team_img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after {
  bottom: 0;
}
.our-team img {
  width: 100%;
  height: 350px;
}
.our-team .social {
  padding: 0 0 18px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -100%;
  right: 10px;
  background: #ffaa17;
  border-radius: 0 0 20px 20px;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.our-team:hover .social {
  top: 0;
}
.our-team .social li a {
  display: block;
  padding: 15px;
  font-size: 15px;
  color: #232434;
}
.our-team:hover .social li a:hover {
  color: #fff;
}
.our-team .team-content {
  padding: 20px 0;
  background: #fff;
}
.our-team .title {
  font-size: 18px;
  font-weight: bold;
  color: #ffaa17;
  text-transform: capitalize;
  margin: 0 0 20px;
  position: relative;
}
.our-team .title:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #ffaa17;
  position: absolute;
  bottom: -10px;
  right: 50%;
  margin-right: 9px;
  transition-duration: 0.25s;
}
.our-team .title:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #ffaa17;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: 9px;
  transition-duration: 0.25s;
}
.our-team:hover .title:before,
.our-team:hover .title:after {
  width: 50px;
}
.our-team .post {
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
}
.our-team .post:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffaa17;
  margin: 0 auto;
  position: relative;
  top: -13px;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}

/* ================================================== */

.separator {
  position: relative;
}
.separator::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.separator span {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: var(--color2);
  color: #fff;
  z-index: 1;
}

/* ============================================================ */

@media screen and (max-width: 767px) {
  .d_definition {
    text-align: center;
  }
  .d_definition img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* ----------------------------------------------------------------- */

.btn-search:hover svg {
  fill: var(--color2);
}

.box-search {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-180px);
  transform: translateX(-50%) translateY(-180px);
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  padding: 2.5rem;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 180px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.box-search.showing {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.box-search strong {
  margin: 1rem auto;
  color: #666;
}
.box-search .close_search {
  position: absolute;
  top: 20px;
  cursor: pointer;
  color: #666;
  font-size: 1.2rem;
  right: 50px;
}
.box-search .close_search:hover {
  color: tomato;
}
.box-search form input {
  width: 100%;
  padding: 0.8rem 1rem;
  outline: none;
  background-color: transparent;
  color: #666;
  border: 1px solid #666;
  border-right: 0;
}
.box-search form input::placeholder {
  color: var(--color2);
}
[dir="rtl"] .box-search form input {
  border-right: 1px solid #666;
  border-left: 0;
}
.box-search form button {
  outline: none;
  width: 70px;
  padding: 1rem;
  border: 1px solid var(--color3);
  border-left: 0;
  background-color: var(--color3);
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
}
[dir="rtl"] .box-search form button {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #666;
  border-right: 0;
}
.box-search form button:hover {
  opacity: 1;
  background-color: var(--color1);
  color: #000;
}
