@import url("https://fonts.googleapis.com/css2?family=El+Messiri&display=swap");

:root {
  --color-1: #003a3c;
  --color-2: #afec08;
  --color-3: #00a1a2;
}

body {
  font-family: "El Messiri", sans-serif;
  /* min-height: 10000px; */
}

a {
  text-decoration: none;
}

/* .bt-ar */
.bt-ar {
  padding: 6px 27px;
  background: var(--color-1);
  border: var(--color-1);
}

.bt-ar2 {
  padding: 6px 27px;
  background: var(--color-2);
  border: var(--color-2);
}

.title::after {
  content: "";

  background-image: url(../imgs/title.png); 
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 46px;
  height: 3px;
}
.title-end::after {
  left: unset;
  right: 0;
}
span.sub {
  color: var(--color-3);
}
span.bg {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -24px;
  opacity: 0.08;
  font-size: 70px;
  font-weight: bolder;
}
span.bg-end {
  left: unset;
  right: 0;
}
.info {
  opacity: 0.7;
}


/* @media  */
@media (max-width: 767.98px) {
  .the-banar1::after,
  .the-banar2::after,
  .the-banar2::before {
    display: none;
  }
  .our-service1 .box_c:nth-child(1) .box {
    margin-top: 0 !important;
  }
  .our-service1 .box_c:nth-child(2) .box {
    margin-top: 0 !important;
  }
  .our-service1 .box_c:nth-child(3) .box {
    margin-top: 0 !important;
  }
  .our-service1 .box:nth-child(4) .box {
    margin-top: 0 !important;
  }
  .our-service1 .box_c:nth-child(5) .box {
    margin-top: 0 !important;
  }
  .our-service1 .box_c:nth-child(6) .box {
    margin-top: 0 !important;
  }

  .title-end::after {
    left: 0;
  }

  .the-contact-us .form-box {
    border-radius: 10px;
    padding: 23px;
  }

  .the-footer .footer-info p {
    margin: 0 0 20px;
  }
  .carousel-indicators.banar {
    justify-content: center
  }


  .the-card img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }

  .the-banar1::after , .the-banar2::after , .the-banar2::before {
    display: none !important;
  }
}
