#about .tab {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

#about .tab .tablinks {
  margin-right: 0;
}

#about li {
  list-style: disc inside;
}

@media (max-width: 600px) {
  #about-us * {
    font-size: 14px !important;
  }
}

.padding_top {
  padding-top: 6rem;
}

.padding_bottom {
  padding-bottom: 6rem;
}

.padding {
  padding: 6rem 0;
}

h4 {
  margin-bottom: 30px;
}

.fadeIn {
  padding: 15px 0px 0px 0px;
}

.navbar-brand {
  width: 200px;
  margin: 8px 0;
}

/* .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        margin: 0px 100px;
    } */

.bg-counters {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./img/bg.jpg);
}

.bg-overlay {
  width: 100%;
  height: 150vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

#bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mw-200 {
  max-width: 200px;
  margin-left: 3px;
  margin-bottom: -15px;
}

.team-box .image img {
  height: 250px;
  object-fit: cover;
}

/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  cursor: pointer;
  padding: 5px 25px;
  transition: 0.3s;
  background: none;
  border: 1px solid black;
  margin-right: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  opacity: 0.7;
}

/* Create an active/current tablink class */
.tab button.active {
  opacity: 0.7;
  outline: 5px auto -webkit-focus-ring-color;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding-top: 30px;
}

#about-us {
  display: block;
}

.bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

#bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-counters {
  background: none;
}

p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .padding_testi {
    text-align: center;
    padding: 3.25rem 0 3.75rem 0;
  }

  .txt-align-mobile {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .sidemenu_btn {
    display: none !important;
  }
}

.bgdark {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(./img/comapnies-bg.jpg);
}

.counters .count_nums {
  font-size: 4.25rem;
}

.half-section-alt::before {
  background: white;
  /* overflow: visible; */
}

/* .owl-carousel.owl-drag .owl-item {
    /* box-shadow: 0px 5px 30px -12px black; */
*/ .logo-item img {
  object-fit: cover;
}

.bglight {
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(./img/coverage-bg-1.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg {
  background: url(./img/brochure-bg.jpg) no-repeat;
}

#partners-slider .item,
#partners-slider .logo-item {
  height: 90px;
}

#partners-slider .logo-item {
  height: 90px;
}

.team-content {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#services h4 {
  margin: unset !important;
}

.process-wrapp li p:last-child,
p {
  font-size: 16px !important;
}

.about-img {
  height: 450px;
  object-fit: contain;
}

.counters {
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome {
  font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.process-wrapp li {
  padding: 40px 15px 0 15px;
}

#services .owl-carousel .owl-item img {
  width: 80%;
  margin: auto;
}

.team-box .image img {
  height: 170px;
}

.static-nav .navbar-nav .nav-link:before {
  content: none;
}

.year-text {
  overflow: hidden;
  max-height: 73px;
  transition: all 0.2s linear;
}

#products {
  overflow-x: hidden;
}

#products a img {
  width: 130px;
  object-fit: contain;
  margin-bottom: 1.3rem;
}

#products a {
  display: block;
  margin-bottom: 1rem;
}

#products .scope-row {
  overflow-x: hidden;
}

#products .scope-row:nth-of-type(2n + 1) {
  background-color: #f6f7f8;
}

#products .scope-row h3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #384141;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  z-index: 5 !important;
}

@media (max-width: 600px) {
  #products .scope-row h3::after {
    display: none;
  }

  #products .scope-row h3::before {
    top: unset;
    width: 60px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }

  #products a img {
    width: 100px;
  }
}

#products .scope-row .products {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#products a {
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column;
  align-items: center;
}

#products .owl-dots .owl-dot {
  height: 10px !important;
  width: 10px !important;
  border-radius: 50%;
  background: #384141;
  border: none !important;
  margin: 2px 10px;
  display: inline-block;
  cursor: pointer;
  padding: 0;
}

#products .owl-dots .owl-dot.active,
#products .owl-dots .owl-dot:hover {
  background: #008fd4;
}

#services .team-content {
  width: 100% !important;
}

#services .modal-content {
  padding: 1rem;
  position: relative;
}

#services .modal h4 {
  text-align: center;
  margin: 0 auto !important;
  font-size: 1.7rem;
}

#services .modal .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border-radius: 50%;
  background-color: transparent;
  font-size: 25px;
}

#services .modal .close:hover {
  color: #008fd4;
}

#services .modal .modal-header {
  border-bottom: none;
}

#service .modal-dialog {
  max-width: 800px !important;
}

@media (min-width: 580px) {
  .modal-dialog {
    max-width: 800px !important;
  }
}

#our-testimonial {
  padding: 9.5rem 0;
}

@media (max-width: 800px) {
  #our-testimonial {
    padding: 6rem 0;
  }
}

.contact-box a {
  transition: all 0.3s ease;
}

.contact-box a:hover {
  color: #008fd4 !important;
}

.ar * {
  direction: rtl;
  letter-spacing: 0 !important;
}

.ar #services *, .ar #our-partners * , .ar #home *, .ar #companies * {
  direction: ltr;
}

.ar .navbar-collapse {
  direction: ltr;
}

.ar .navbar-collapse .navbar-nav {
  margin-left: 0 !important;
}

.ar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 1.25rem;
  margin-left: 0;
}

@media (max-width: 774px) {
  .ar .navbar .container {
    direction: ltr;
  }
}

@media (min-width: 774px) {
  .ar #our-testimonial .heading-title h2 {
    text-align: right;
  }
}

.ar .counters {
  direction: ltr;
}

.nav-item.languages {
  background-color: #008fd4;
  border-radius:100px;
  height: fit-content;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.1rem 1rem;
  margin: auto 0;
  margin-left: 1rem;
}

.ar .nav-item.languages {
  margin-left: 0;
  margin-right: 1rem;
}

.nav-item.languages a {
  margin: 0 !important;
  color: white !important;
}

.nav-item.languages a:hover {
  color: #384141 !important;
}

.nav-item.mobile-languages a {
  font-weight: 600 !important;
}

.nav-item.mobile-languages {
  display: flex !important;
  gap: 1rem;
}

.navbar-brand {
  height: 70px;
  padding: 0.5rem;
}

.navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#products a img{
  width: 90px;
  height: 80px;
}