* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("css/fonts/bootstrap-icons.woff2") format("woff2"),
    url("css/fonts/bootstrap-icons.woff") format("woff");
}

@font-face {
  font-family: "DIN Bold";
  src: url("../assets/fonts/din/din-next-lt-w23-bold.ttf") format("truetype");
}

@font-face {
  font-family: "DIN Regular";
  src: url("../assets/fonts/din/DIN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "DIN Medium";
  src: url("../assets/fonts/din/din-next-lt-w23-medium.ttf") format("truetype");
}

@font-face {
  font-family: "DIN Next LT";
  src: url("../assets/fonts/din/din-next-lt-w23-regular.ttf") format("truetype");
}

body {
  font-family: "DIN Next LT", sans-serif !important;
}

[dir="rtl"] * {
  text-align: right;
}

[dir="ltr"] * {
  text-align: left;
}

a {
  text-decoration: none !important;
}

dl,
ol,
ul {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0px !important;
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
}

.navbar-brand {
  margin-right: 0px !important;
}

.container {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 93% !important;
}

.whatsapp {
  width: 70px;
  height: 70px;
  background-color: #25d366;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.whatsapp i {
  font-size: 40px;
  color: #fff;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  flex: 1;
}

header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  font-family: "DIN Medium", sans-serif !important;
  transition: box-shadow 0.3s ease-in-out;
}

body:has(.scrolled) header {
  box-shadow: rgba(177, 181, 183, 0.2) 0px 6px 12px -2px,
    rgba(177, 181, 183, 0.2) 0px 3px 7px -3px;
}

header .navbar-nav {
  margin-left: auto;
}

[dir="rtl"] header .navbar-nav {
  margin-left: unset;
  margin-right: auto;
}

.main-header .navbar {
  padding: 10px 0px !important;
  row-gap: 32px;
}

.main-header .navbar-nav a {
  font-weight: 500;
  font-size: 18px;
  line-height: 26.46px;
  color: #000000 !important;
  width: fit-content;
}

.main-header .navbar-nav li.active a {
  color: #148383 !important;
}

.main-header .navbar-nav a:hover {
  text-decoration: none;
}

.navbar-expand-lg .navbar-nav {
  gap: 24px;
}

.navbar-expand-lg .navbar-nav li a {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-toggler {
  outline: none !important;
  border: none !important;
  padding: 0.25rem 0rem !important;
}

.main-header .navbar-nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #148383;
  width: 0;
  transition: width 0.3s ease;
}
[dir="ltr"] .main-header .navbar-nav li a::after {
    left: 0;
    right: unset;
}
.main-header .navbar-nav li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #148383;
  width: 100%;
  transition: width 0.3s ease;
}
[dir="ltr"] .main-header .navbar-nav li.active a::after {
    right:unset;
    left:0;
}
.main-header .navbar-nav li a:hover::after {
  width: 100%;
}

.main-header .emergency-service {
  width: 152px;
  height: 44px;
  border: 2px solid #148383;
  font-weight: 500;
  font-size: 20px;
  background: #fff;
  color: #148383;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 69px;
}
[dir="ltr"] .main-header .emergency-service {
    font-size: 16px;
}
.main-header .emergency-service:hover {
  background: #148383;
  color: #fff;
}

.navbar-collapse {
  gap: 24px;
}

.main-header .contact-us {
  width: 152px;
  height: 44px;
  text-align: center;
  outline: none;
  background-color: #148383;
  color: #fff;
  border-radius: 69px;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #148383;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.main-header .contact-us:hover {
  background-color: #148383;
  color: #fff;
  border: 2px solid #148383;
}

.main-header .contact-us:hover,
.main-header .emergency-service:hover,
#blogs .all-blogs:hover,
#contact .contact-form button:hover,
#contact .contact-form input[type="submit"]:hover,
.form-application .submit-application:hover,
#error a:hover,
#success a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in;
}

#slider {
  position: relative;
}

#slider .swiper {
  border-radius: 16px;
}

#slider .swiper-slide {
  padding: 160px 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 16px;
  height:516px;
}

#slider .slider-overlay {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270deg,
      #148383 27.85%,
      rgba(20, 131, 131, 0.2) 84.09%);
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
[dir="ltr"] #slider .slider-overlay {
    right: unset;
    left:0;
      background: linear-gradient(90deg,
      #148383 27.85%,
      rgba(20, 131, 131, 0.2) 84.09%);
}

#slider .slider-content {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#slider h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 58.8px;
}
[dir="ltr"] #slider h1{
    font-size: 30px;
}
#slider p {
  font-weight: 400;
  font-size: 24px;
  line-height: 35.28px;
}
[dir="ltr"] #slider p{
  font-size: 18px;
}
#slider .px-media {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#slider .slider-content .contact-us {
  background: #fff;
  color: #148383;
  width: 152px;
  height: 44px;
  border-radius: 69px;
  outline: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  /* line-height: 29.4px; */
  margin-top: 16px;
  font-family: "DIN Medium", sans-serif !important;
}

#slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin-top: 20px !important;
  opacity: 1 !important;
  border: 1px solid #148383;
  background: #fff !important;
}

#slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #148383 !important;
}

#slider .swiper-button-next,
#slider .swiper-button-prev {
  color: #148383;
  background-color: #d0e6e6;
  border-radius: 50%;
  width: 31px;
  height: 30px;
  top: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

#slider .swiper-button-next::after,
#slider .swiper-button-prev::after {
  font-size: 13px !important;
  font-weight: bold !important;
}

#slider .swiper-pagination {
  position: unset !important;
}

#slider .slider-content {
  gap: 16px;
}

#about {
  padding-top: 80px;
  padding-bottom: 80px;
}

#about .row {
  row-gap: 32px;
  display: flex;
  align-items: center;
}

#about .col-lg-6:nth-child(2) {
  display: grid;
  justify-content: center;
  align-items: center;
}

.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35.28px;
  color: #148383;
  font-family: "DIN Bold", sans-serif !important;
}

#about p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #626262;
  padding-top: 16px;
  padding-bottom: 40px;
  text-align: justify;
}

#about a {
  background-color: #148383;
  color: #fff;
  width: 152px;
  height: 44px;
  border-radius: 69px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
  margin-right: auto;
  font-family: "DIN Medium", sans-serif !important;
}
[dir="ltr"] #about a{
    margin-right:unset;
    margin-left: auto;
}
#services .best-services {
  padding-top: 16px;
  padding-bottom: 40px;
}

#services h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 29.4px;
  color: #148383;
  text-align: center;
  font-family: "DIN Medium", sans-serif !important;
}

#services .best-services h3 {
  font-family: "DIN Bold", sans-serif !important;
}

#services p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.52px;
  color: #626262;
  text-align: center;
}

#services .service a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#services .service a:hover,
#jobs .jobs-row .col-lg-3:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}

#services .service .service-img {
  border: 2px solid #148383;
  border-radius: 8px;
  width: 128px;
  height: 133px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#services .service svg {
  fill: #148383;
  stroke: #148383;
  transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

#services .service a:hover svg path {
  fill: #fff;
  stroke: #fff;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

#services .service a:hover .service-img {
  background: #148383;
  transition: all 0.3s ease-in-out;
}

#services .service-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
  font-family: "DIN Next LT", sans-serif !important;
}

#services .service-content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
  color: #626262;
}

#services .service a:hover .service-content h3 {
  color: #148383;
}

#services .service-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.52px;
  color: #626262;
}

#services .more-services {
  background: #148383;
  color: #fff;
  width: 209px;
  height: 44px;
  border-radius: 69px;
  font-weight: 500;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  font-family: "DIN Medium", sans-serif !important;
}

#services .services {
  row-gap: 32px;
}

#by-numbers {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

#by-numbers .by-numbers-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
  border-radius: 16px;
}

#by-numbers .by-numbers-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  mix-blend-mode: multiply;
  background: linear-gradient(90deg, #c8c8c8 -45.8%, #148383 66.47%);
  border-radius: 16px;
  z-index: -1;
}

#by-numbers .row {
  position: relative;
  row-gap: 32px;
}

#by-numbers .col-lg-8.row {
  padding-top: 40px;
  padding-bottom: 40px;
}

#by-numbers .col-lg-3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#by-numbers .by-numbers-img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#by-numbers h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 70.56px;
}

#by-numbers p {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
  font-family: "DIN Medium", sans-serif !important;
}

#why-choose-us {
  background: #d0e6e6;
  padding-top: 40px;
  padding-bottom: 60px;
}

#why-choose-us .col .content {
  background: #419a9a;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14.5px;
  padding-top: 31px;
  padding-bottom: 31px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  font-family: "DIN Medium", sans-serif !important;
}

#why-choose-us .col-lg-4 img {
  height: 226px;
  width: 100%;
  object-fit: cover;
}

#why-choose-us .col {
  height: 155px;
}

#why-choose-us .content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
  text-align: center;
}

#why-choose-us .col-lg-11 {
  padding-top: 41px;
}

#why-choose-us .row {
  align-items: center;
}

#why-choose-us img {
  border-radius: 8px;
}

#why-choose-us .col-4 img {
  width: 100%;
  height: 226px;
  object-fit: cover;
}

#why-choose-us .col-4 {
  flex: 0 0 40% !important;
}

#why-choose-us .row {
  row-gap: 32px;
}

#why-choose-us .col:hover .content {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}

#previous-work {
  padding-top: 68px;
}

#previous-work.previous-work {
  padding-bottom: 80px;
}

#previous-work .previous-work {
  padding-top: 40px;
  row-gap: 40px;
  justify-content: space-around;
}

#previous-work .item img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  height: 296px;
}
#previous-work .item {
  display: flex;
  flex-direction: column;
}
#previous-work .item-content {
  background: #419a9a;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 14px;
  padding-left: 41px;
  padding-right: 41px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-grow: 1;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#previous-work .item-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

#previous-work .item:hover {
  transform: translateY(-10px);
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

#partners {
  padding-top: 80px;
}

#partners .owl-item {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

#partners .owl-item.active,
#partners .owl-item:hover {
  filter: grayscale(0%);
}

#partners .partners-carousel {
  padding-top: 40px;
}

.owl-carousel .owl-stage {
  padding: 5px 0px;
}

#reviews .reviews-carousel {
  padding-top: 20px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 32px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  background: #fff !important;
  border: 1px solid #148383 !important;
  margin: 0px 3px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #148383 !important;
}

#reviews {
  padding-top: 80px;
  padding-bottom: 80px;
}

#reviews .item {
  display: flex;
  justify-content: center;
}

#reviews .item img {
  width: 242px;
  height: 161px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
}

#blogs img {
  border-radius: 8px;
  height: 351.63px;
  width: 100%;
  object-fit: cover;
}

#blogs .blog-content h3 {
  font-family: "DIN Medium", sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 26.46px;
  color: #148383;
  padding-top: 24.32px;
  padding-bottom: 9px;
  margin-bottom: 0px !important;
}

#blogs .blog-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.52px;
  color: #626363;
  padding-bottom: 16px;
  text-align: justify;
}

#blogs .card-footer {
  padding-top: 16.5px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: unset;
}

#blogs .blogs-group {
  row-gap: 32px;
  padding-top: 20px;
  justify-content: center;
}

#blogs .card-footer ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#blogs .card-footer ul li {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 23.52px;
  color: #626363;
  gap: 11px;
}

#blogs .card-footer .read-blog {
  background: #fff;
  border: 2px solid #148383;
  color: #148383;
  border-radius: 69px;
  width: 165px;
  height: 44px;
  text-align: center;
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DIN Medium", sans-serif !important;
}

#blogs .blog:hover .read-blog {
  background: #148383;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

#blogs .owl-carousel .owl-stage {
  padding: 20px 0px;
}

#reviews .owl-carousel .owl-stage {
  padding: 20px 0px;
}

#reviews .owl-carousel .owl-item:hover .item {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#blogs .blog:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

#blogs .owl-carousel.owl-rtl .owl-item {
  border-radius: 8px;
}

#blogs .all-blogs {
  width: 152px;
  height: 44px;
  border-radius: 69px;
  background: #148383;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
  font-family: "DIN Medium", sans-serif !important;
}

#blogs .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 33.5px !important;
  margin-bottom: 40px;
}

#contact {
  padding-top: 67px;
  padding-bottom: 80px;
}

#contact .contact-form {
  padding-top: 53px;
}

#contact .contact-form form .form-group {
  margin-bottom: 0px !important;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

#contact .contact-form form {
  row-gap: 32px;
  display: flex;
  flex-direction: column;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#contact .contact-form label {
  font-weight: 500;
  font-size: 18px;
  line-height: 26.46px;
  color: #148383;
  margin-bottom: 0px !important;
  font-family: "DIN Medium", sans-serif !important;
}

#contact .contact-form .form-floating>label {
  left: unset;
  right: 0;
}

#contact .contact-form label.form-label {
  color: #c4c4c4;
  font-weight: 400;
  font-size: 16px;
  line-height: 32.52px;
  display: flex;
  align-items: center;
  padding: 21px 32px;
  font-family: "DIN Next LT", sans-serif !important;
}

#contact .contact-form .form-row {
  justify-content: space-between;
}

#contact .contact-form input,
#contact .contact-form input:focus {
  padding-right: 55px;
  padding-left: 55px;
  background-color: #f5f5f5;
  border-radius: 53px;
  border: none;
}

#contact .contact-form select {
  padding: 16px 33px;
  background-color: #f5f5f5;
  border-radius: 53px;
  border: none;
  color: #c4c4c4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='15' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.579505 0.329505C1.01884 -0.109835 1.73116 -0.109835 2.1705 0.329505L8.125 6.28401L14.0795 0.329505C14.5188 -0.109835 15.2312 -0.109835 15.6705 0.329505C16.1098 0.768845 16.1098 1.48116 15.6705 1.9205L8.9205 8.6705C8.48116 9.10983 7.76884 9.10983 7.3295 8.6705L0.579505 1.9205C0.140165 1.48116 0.140165 0.768845 0.579505 0.329505Z' fill='%23939393'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 16px;
}
[dir="ltr"] #contact .contact-form select {
  background-position: right 30px center;
}
#contact .form-control:focus {
  box-shadow: none;
}

#contact .contact-form select option {
  color: #c4c4c4;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 32.52px;
  display: flex;
  align-items: center;
  padding: 21px 32px;
  font-family: "DIN Next LT", sans-serif !important;
}

select option:hover {
  background-color: #148383 !important;
  color: white !important;
}

#contact .selected {
  padding: 16px 33px;
  background-color: #f5f5f5;
  border-radius: 53px;
  border: none;
  color: #c4c4c4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='15' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.579505 0.329505C1.01884 -0.109835 1.73116 -0.109835 2.1705 0.329505L8.125 6.28401L14.0795 0.329505C14.5188 -0.109835 15.2312 -0.109835 15.6705 0.329505C16.1098 0.768845 16.1098 1.48116 15.6705 1.9205L8.9205 8.6705C8.48116 9.10983 7.76884 9.10983 7.3295 8.6705L0.579505 1.9205C0.140165 1.48116 0.140165 0.768845 0.579505 0.329505Z' fill='%23939393'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 16px;
  position: relative;
  width: 100%;
}

#contact .options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

#contact .options li {
  padding: 10px;
  cursor: pointer;
}

#contact .options li:hover {
  background-color: #148383;
  color: white;
}

#contact.emergency-services,
#contact.contact {
  padding-top: 20px;
}

#contact .contact-form textarea {
  background-color: #f5f5f5;
  border-radius: 13px;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 249px;
  padding: 32px;
}

#contact .contact-form textarea:focus {
  border: none;
  outline: none;
}

#contact .contact-form textarea::placeholder {
  color: #c4c4c4;
  font-weight: 400;
  font-size: 16px;
  line-height: 23.52px;
}

#contact .contact-form input:focus {
  box-shadow: unset !important;
}

#contact .contact-form .form-row {
  display: flex;
  gap: 3.5%;
  row-gap: 32px;
}

#contact .contact-form .form-group {
  flex: 1;
}

#contact .contact-form button,
#contact .contact-form input[type="submit"] {
  width: 152px;
  padding: 7px;
  border-radius: 69px;
  background: #148383;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  margin-right: auto;
  font-family: "DIN Medium", sans-serif !important;
}
[dir="ltr"] #contact .contact-form button,
[dir="ltr"] #contact .contact-form input[type="submit"]{
    margin-right:unset;
    margin-left:auto;
}
#contact .contact-form label span {
  color: #eb3636;
}

footer .main-footer {
  position: relative;
  padding-top: 46px;
  padding-bottom: 100px;
}

footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 75%;
  background-size: contain;
  background-repeat: no-repeat;
}

footer ul {
  list-style: none;
}

footer .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg,
      #148383 57.1%,
      rgba(20, 131, 131, 0.2) 84.09%);
  z-index: 1;
}
[dir="ltr"] footer .footer-overlay {
  background: linear-gradient(90deg,
      #148383 57.1%,
      rgba(20, 131, 131, 0.2) 84.09%);
}

footer .footer-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(20, 131, 131, 1);
  height: 100%;
  width: 100%;
  mix-blend-mode: hard-light;
}

footer .my-footer {
  position: relative;
  z-index: 1;
  color: #fff;
  justify-content: space-between;
  row-gap: 40px;
}

footer .my-footer .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.52px;
  text-align: justify;
  padding-top: 2px;
}

footer .important-links h4,
footer .social-media h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
  font-family: "DIN Medium", sans-serif !important;
}

footer .important-links ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 21px;
}

footer .important-links ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.52px;
  color: #fff;
  font-family: "DIN Regular", sans-serif !important;
  position: relative;
  padding-bottom: 10px;
}

footer .social-media ul {
  padding-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer .social-media ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23.52px;
}

footer .important-links ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
[dir="ltr"] footer .important-links ul li a::after{
    right:unset;
    left:0;
}
footer .important-links ul li:hover a::after {
  width: 100%;
}

footer .social-media-links ul {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-top: 32px;
}

footer .social-media-links span {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-media-links span i {
  font-size: 15px;
  color: #148383;
}

footer .social-media-links span:hover,
#services .more-services:hover,
#about a:hover,
#slider .slider-content .contact-us:hover
{
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

footer .copy-right-row {
  background: #6eb1b1;
  padding-top: 27px;
  padding-bottom: 27px;
}

footer .copy-right-row .copy-right {
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
  text-align: center;
  color: #fff;
  font-family: "DIN Medium", sans-serif !important;
}

footer .bi::before,
footer [class^="bi-"]::before,
footer [class*=" bi-"]::before {
  line-height: unset;
}

#breadcrumb {
  padding-top: 40px;
  padding-bottom: 40px;
}

#breadcrumb .breadcrumb-item,
#breadcrumb .breadcrumb-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #939393;
}

#breadcrumb .breadcrumb-item.active {
  color: #626262;
}

#breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  float: unset;
  padding-left: 5px;
  content: ">";
  color: #939393;
}

#breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0px;
}

#our-team .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#our-team .team-member img {
  border-radius: 50%;
  border: 2px solid #148383;
  padding: 10px;
  width: 212px;
  height: 100%;
  object-fit: cover;
}

#our-team .team-member:hover img {
  padding: 5px;
  transition: all 0.3s ease-in-out;
}

#our-team .team {
  row-gap: 40px;
  padding-top: 40px;
  justify-content: space-between;
}

#our-team .team-member h4 {
  padding-top: 16px;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
  color: #148383;
  text-align: center;
  font-family: "DIN Medium", sans-serif !important;
}

#our-team .team-member p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #626262;
  text-align: center;
 
}

#our-team .our-team-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #626262;
  padding-top: 16px;
  
}

#about.border-about img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  #about .col-lg-6:has(.title) {
    width: 51% !important;
    align-items: center;
  }

  #about .col-lg-6:has(img) {
    width: 47% !important;
  }

  #our-team .team .col-lg-3 {
    width: 24%;
  }
}

#about.about {
  padding-top: 0px;
}

#about.border-about p {
  padding-bottom: 0px;
}

#by-numbers.by-numbers {
  padding-top: 0px;
  padding-bottom: 0px;
}

#about.goals {
  padding-top: 0px;
}

#partners.partners {
  padding-top: 0;
  /* padding-top: 80px; */
  padding-bottom: 80px;
}

#services.services-section .services {
  row-gap: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

#services .service-pic img {
  border-radius: 8px;
  width: 100%;
  height: 245px;
  object-fit: cover;
}

#services.service-category .services {
  padding-top: 40px;
  row-gap: 80px;
  padding-bottom: 80px;
}

#services.service-category .service-content {
  padding: 12px 12px 0px 12px;
}

.service-img img {
  width: 64px;
  height: auto;
  transition: filter 0.3s ease;
}

.service:hover .service-img img {
  filter: brightness(0) invert(1);
}

#previous-work.previous-work {
  padding-top: 0;
}

#blogs.blogs {
  padding-bottom: 80px;
}

.pagination {
  font-family: "Alexandria", sans-serif !important;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

[dir="rtl"] .pagination {
  direction: rtl;
}

[dir="rtl"] .pagination .prev,
[dir="rtl"] .pagination .next {
  direction: rtl;
}

.pagination a,
.pagination span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #626363;
  padding: 6px 10px;
  border-radius: 2px;
  text-align: center;
}

.pagination .page {
  background-color: #fff;
}

.pagination .page-link {
  border: none;
  background-color: inherit !important;
}

.pagination .page-link:focus {
  box-shadow: none !important;
}

.pagination .page-item.active .page-link {
  background-color: #148383 !important;
  color: #fff;
  border-color: unset;
}

.pagination .prev,
.pagination .next {
  background-color: #d0e6e6 !important;
  color: #148383;
  font-size: 20px;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: #d0e6e6 !important;
  color: #148383;
}

.pagination .dots {
  background: none;
  border: none;
  padding: 0;
}

.pagination a:hover {
  background-color: #148383 !important;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

#blogs.blogs .blogs-group {
  padding-top: 40px;
  row-gap: 80px;
  justify-content: center;
}

#article .row-hero {
  gap: 40px;
}

#article .row-hero img {
  border-radius: 16px;
  width: 100%;
}

#article .row-hero ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 12px !important;
}

#article .row-hero ul li {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #696969;
}

#article .article-content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}

#article .article-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #696969;
  text-align: justify;
  padding-bottom: 24px;
}

#article .article-content h1,
#article .article-content h2,
#article .article-content h3,
#article .article-content h4,
#article .article-content h5,
#article .article-content h6 {
  color: #148383;
  font-weight: 500;
  line-height: 29.4px;
  padding-bottom: 9px;
  font-family: "DIN Medium", sans-serif !important;
}

#article .article-content ul {
  padding-right: 20px;
  padding-bottom: 40px;
}

#article .article-content ul li::marker {
  font-size: 15px;
  color: #696969;
}

[dir="ltr"] #article .article-content ul {
  padding-right: 0;
  padding-left: 20px;
}

#article .article-content ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #696969;
}

#blogs.recommended-blogs {
  padding-top: 40px;
  padding-bottom: 80px;
}

#jobs .jobs-row {
  row-gap: 40px;
  padding-top: 40px;
  padding-bottom: 80px;
}

#jobs .jobs-row .job-info {
  padding: 12px 13.5px 0px 13.5px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#jobs .jobs-row .job-info h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
  color: #148383;
  text-align: center;
  font-family: "DIN Medium", sans-serif !important;
}

#jobs .jobs-row .job-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.52px;
  text-align: center;
  color: #626262;
}

#jobs .jobs-row .job-info a {
  width: 149px;
  height: 44px;
  border-radius: 69px;
  border: 2px solid #148383;
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
  color: #148383;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "DIN Medium", sans-serif !important;
}

#jobs .jobs-row .col-lg-3:hover .job-info a {
  background: #148383;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

#jobs .jobs-row .col-lg-3 img {
  height: 245px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

#job-details .row {
  row-gap: 40px;
}

#job-details h1,
#job-details h2,
#job-details h3,
#job-details h4,
#job-details h5,
#job-details h6 {
  font-weight: 700;
  line-height: 35.28px;
  color: #148383;
  padding-bottom: 16px;
}

#job-details p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #626363;
  padding-bottom: 37px;
}

#job-details ul {
  padding-right: 20px;
}

[dir="ltr"] #job-details ul {
  padding-right: 0px!important;
  padding-left: 20px!important;
}

#job-details ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #626363;
}

#job-application {
  padding-top: 40px;
  padding-bottom: 80px;
}

.form-application {
  padding-top: 42px;
}

.form-application form .form-group {
  margin-bottom: 0px !important;
}

.form-application form {
  row-gap: 40px;
  display: flex;
  flex-direction: column;
}

.form-application label {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #148383;
  margin-bottom: 0px !important;
  padding-bottom: 10px;
  font-family: "DIN Medium", sans-serif !important;
}

.form-application .form-row {
  justify-content: space-between;
  row-gap: 40px;
}

.form-application textarea {
  background-color: #f5f5f5;
  border-radius: 4px;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 153px;
  padding: 10px;
}

.form-application textarea:focus {
  border: none;
  outline: none;
}

.form-application input:focus {
  box-shadow: unset !important;
}

.form-application .submit-application {
  width: 152px;
  border-radius: 69px;
  background-color: #148383;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
}

.form-application .submit-application a {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 29.4px;
}

.form-application .submit-application a:hover {
  text-decoration: none;
}

.form-application input,
.form-application input:focus {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: none;
}

.form-application input.form-control {
  padding: 10px;
}

.form-application input[type="file"].form-control {
  padding: 0.375rem 0.75rem;
}

.form-application input[type="file"] {
  color: #afa7ba;
  font-weight: 400;
  font-size: 16px;
  line-height: 29.98px;
  font-family: "Cairo", serif !important;
}

.form-application input[type="file"]::file-selector-button {
  color: #000000;
  font-family: "Cairo", serif !important;
  font-weight: 400px;
  font-size: 16px;
  line-height: 29.98px;
  border: 0.5px solid #b1b0b2;
  outline: none;
  background: none;
  padding: 2px 20px;
  border-radius: 4px;
}

.form-application .form-row {
  display: flex;
  gap: 8%;
}

.form-application .form-group {
  flex: 1;
}

#job-details ul li::marker {
  font-size: 15px;
  color: #696969;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  background-position: left calc(1em + 1rem) center !important;
  padding-left: 5rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-position: left calc(1rem + 1rem) center !important;
  padding-left: 5rem;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
}

header .language {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  color: #000000;
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-family: "Lato", serif !important;
}

header .language:hover {
  color: #000000;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

header a i {
  color: #148383;
  font-size: 18px;
}

@media (min-width: 1000px) {
footer .my-footer .col-lg-6{
    width: 44%;
  }
  footer .social-media,
  footer .important-links {
    padding-top: 34px;
  }

  #about.border-about img {
    height: 429px;
  }
}

@media (min-width: 992px) {
  #why-choose-us .col-lg-4 {
    flex: 0 0 40%;
    width: 33.3333%;
  }

  #blogs.blogs .blogs-group .col-lg-4 {
    width: 32.5%;
  }
}

@media (max-width: 992px) {
  #job-details .col-lg-7 {
    order: 2;
  }

  #job-details .col-lg-5 {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .footer-bg {
    background-size: cover;
  }

  footer .footer-overlay {
    background: linear-gradient(270deg,
        #148383 58.1%,
        rgba(20, 131, 131, 0.2) 132.09%);
  }
}

@media (max-width: 765px) {
  .form-application .form-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .form-application form {
    row-gap: 20px;
  }

  #contact .contact-form .form-row {
    flex-direction: column;
  }

  #slider h1 {
    font-size: 32px;
  }

  #slider p {
    font-size: 20px;
  }

  #slider .swiper-slide {
    padding: 0px 18%;
  }

  #slider .swiper-button-next,
  #slider .swiper-button-prev {
    margin-left: 5px;
    margin-right: 5px;
  }

  #slider .slider-content {
    gap: 7px;
  }

  #about a {
    margin-right: auto;
    margin-left: auto;
  }

  #previous-work .item img {
    height: 255px;
  }

  footer .main-footer {
    padding-bottom: 50px;
  }
}

@media (max-width: 344px) {
  header .navbar-brand {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  [dir="rtl"] header .navbar-nav {
    margin-left: unset;
    margin-right: unset;
  }

  header .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #slider .swiper-slide {
    padding: 100px 80px;
  }

  .main-header .emergency-service,
  .main-header .contact-us {
    font-size: 18px;
    height: 40px;
  }
}

@media (max-width: 1252px) and (min-width: 1024px) {

  header .navbar-expand-lg .navbar-nav,
  header .navbar-collapse {
    gap: 10px;
  }

  .main-header .navbar-nav a {
    font-size: 15px;
  }

  .main-header .emergency-service,
  .main-header .contact-us {
    width: 130px;
    font-size: 15px;
  }
}

@media (max-width: 1250px) and (min-width: 600px) {
  #blogs img {
    height: 265px;
  }
}

@media (max-width: 414px) {
  #slider h1 {
    font-size: 26px;
  }

  #slider .swiper-slide {
    padding: 50px 70px;
  }

  #slider p {
    font-size: 18px;
  }

  footer .copy-right-row .copy-right {
    font-size: 15px;
  }
}

@media (max-width: 1055px) and (min-width: 1025px) {
  #slider .swiper-slide {
    padding: 70px 100px;
  }
}

@media (min-width: 768px) {
  #by-numbers .col-lg-8 {
    display: flex;
    justify-content: center;
    gap: 30px;
    row-gap: 32px;
    flex-wrap: nowrap;
  }

  #by-numbers .col-lg-3 {
    width: calc((100% - (3 * 3.5%)) / 4);
    flex: none;
  }
}

@media (max-width: 1230px) and (min-width: 992px) {
  #why-choose-us .row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }

  #why-choose-us .col-lg-4 {
    flex: 0 0 auto !important;
  }

  #why-choose-us .col .content {
    flex: none;
    width: 130px;
  }

  #previous-work .item img {
    height: 212px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #jobs .jobs-row .col-lg-3 img {
    height: 166px;
  }

  #jobs .jobs-row .job-info a {
    width: 80%;
  }
}

@media (max-width: 1133px) and (min-width: 1025px) {
  header .navbar-brand img {
    width: 90%;
  }

  header .navbar-expand-lg .navbar-nav,
  header .navbar-collapse {
    gap: 10px;
  }

  .main-header .emergency-service,
  .main-header .contact-us {
    width: 110px;
  }
}

@media (max-width: 1288px) and (min-width: 1133px) {
  .navbar-expand-lg .navbar-nav {
    gap: 12px;
  }

  .navbar-collapse {
    gap: 18px;
  }
}

#error,
#success {
  padding: 80px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#error img {
  padding-top: 34px;
  padding-bottom: 46px;
}

#error p,
#success p {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 35.28px;
  color: #148383;
}

#success img {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

#success a {
  margin-top: 34px;
}

#error a,
#success a {
  background: #148383;
  width: 100%;
  padding: 4.2%;
  border-radius: 69px;
  font-size: 20px;
  font-weight: 500;
  line-height: 29.4px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
}
[dir="ltr"] #contact .contact-form .form-floating > label{
  left:0;
  right: unset;
}