header {
  background-image: url(../img/hero_bg_1.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.btn-2,
nav .container {
  background-color: #126161 !important ;
}
.after {
  position: relative;
  color: #126161;
}
.after::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  background-color: #126161;
  height: 2px;
  width: 100px;
}
.mySwiper {
  width: 100%;
  padding: 20px 20px 50px;
}
.mySwiper .swiper-slide {
  height: auto;
}
.mySwiper .card {
  height: 100%;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
.mySwiper .card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.mySwiper .swiper-pagination {
  bottom: 10px;
}
.mySwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #ccc;
}
.mySwiper .swiper-pagination-bullet-active {
  background: #0d6efd;
}
.swiper-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.swiper-button-prev-custom,
.swiper-button-next-custom {
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  background: #0d6efd;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
  background: #084298;
}
#cont a::after {
  width: 100%;
  transition: 0.5s;
}
#cont a:hover::after {
  width: 0;
}
.mySwiper1 img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.bord {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transition: 0.3s;
  display: inline-block;
}
.bord:hover {
  background-color: transparent !important;
  border: 1px solid;
  transform: translateY(-5px);
}
.images {
  position: relative;
}
.images img:first-child {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 400px;
}
.bg-body-tertiary {
  position: relative;
}
.bg-body-tertiary img {
  position: absolute;
  top: -85px;
}
.icons span {
  border-radius: 50%;
  display: inline-block;
  transition: 0.5s;
}
.icons span:hover {
  transform: translateY(-5px);
  background-color: transparent !important;
  border: 1px solid !important;
  color: black !important;
}
.btn-link:hover {
  color: rgb(197, 194, 194) !important;
}
.btn-2{
  transition: 0.5s;
}
.btn-2:hover{
  transform: translateY(-5px);
}