a {
  text-decoration: none;
}

.section-padding {
  padding: 50px 0px;
}

.relative {
  position: relative;
}

.btn {
  border-radius: 50rem;
}

.btn.btn-rounded {
  border-radius: 30px;
}

.btn.btn-gray {
  background: #A6A6A6;
  color: #fff;
}

.text-color {
  color: #595959 !important;
}

.section-title h2,
.section-title h1 {
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  background: #E30A22;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  padding: 3px 35px;
  text-align: center;
  display: inline-block;
}

.breadcrumbs {
  list-style: none;
  padding: 0px;
}

.breadcrumbs a {
  color: #A6A6A6;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:not(:last-child)::after {
  content: " > ";
  margin: 0 5px;
  color: #E30A22;
}

@media (min-width: 992px) {
  header {
    padding: 0px 100px !important;
  }
}

.social-contact .social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  background: #e91c24;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.social-contact .social:hover {
  background: #f5b100;
  color: #fff;
}

.form-control {
  border-radius: 50rem;
}

.member-item img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .swipe-overlay {
    display: block;
  }

  .swipe-overlay::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
  }

  .intro-swiper {
    height: 400px;
  }

  .intro-swiper .hero-slide {
    width: 100%;
    height: 100%;
  }

  .intro-swiper .hero-content {
    z-index: 3;
  }

  .intro-swiper .hero-content h2 {
    font-size: 35px;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

header .nav-link {
  font-size: 16px;
}

