nav.navbar ul li a.active-2 {
  color: var(--yallow-color) !important;
}

/*main-title*/
.section-1 h4.main-title {
  border: 1px solid black;
  width: fit-content;
  z-index: 1;
}

.section-1 h4.main-title::before,
.section-1 h4.main-title::after {
  content: "";
  background-color: #2196f3;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section-1 h4.main-title::before {
  left: -18%;
}

.section-1 h4.main-title::after {
  right: -18%;
}

.section-1 h4.main-title:hover:before {
  animation: left-to-right 0.7s linear forwards;
}

@keyframes left-to-right {
  50% {
    left: 0;
    height: 12px;
    width: 12px;
  }

  100% {
    left: 0;
    height: 100%;
    width: 50%;
    border-radius: 0;
    z-index: -1;
  }
}

.section-1 h4.main-title:hover {
  color: white;
  border: 1px white solid;
  transition-delay: 0.7s;
}

.section-1 h4.main-title:hover::after {
  animation: right-to-left 0.7s linear forwards;
}

@keyframes right-to-left {
  50% {
    right: 0;
    height: 12px;
    width: 12px;
  }

  100% {
    right: 0;
    height: 100%;
    width: 50%;
    border-radius: 0;
    z-index: -1;
  }
}

/*main-title*/

/* section-1 */
.section-1 {
  margin-top: 8rem;
}

.section-1 .search {
  color: var(--main-color);
  font-size: 17px;
}

.section-1 .search-1 .img {
  width: 34px;
  height: 34px;
  top: 7px;
  right: 6px;
}

.section-1 .search-1 input {
  border-color: #ced4da;
  font-size: 14px;
  line-height: 2.4;
}

.section-1 .search-1 .form-select {
  background-position: left 0.75rem center;
  line-height: 2.4;
  font-size: 14px;
}

.section-1 .search-1 .form-select:hover {
  border-color: var(--main-color);
  cursor: pointer;
}

.section-1 .box .image .Team {
  width: 7rem;
  height: 7rem;
}

.section-1 .box {
  background-color: #7777770a;
  padding: 25px 0 15px 0;
  transition: .5s ease-in-out;

}

.section-1 .box:hover {
  transform: scale(1.08);
}

.section-1 .box .content .description {
  font-size: 15px;
  font-weight: bold;
  color: #9e9e9e;
}

.section-1 .box .content .more {
  width: 7rem;
  color: var(--main-color);
  font-weight: bold;
  transition: 0.5s ease-in-out;
}

.section-1 .box .content .more:hover {
  background-color: var(--main-color);
  color: white;
}

/* .pagination {
  justify-content: center;
  margin-top: 4rem;
  padding: 0;
}
.pagination .page-link {
  color: var(--main-color);
  font-weight: bold;
  box-shadow: none;
} */
/* section-1 */
.pagination-wrap {
  margin-top: 50px;
}

.pagination-wrap .pagination {
  justify-content: center;
  flex-wrap: wrap;
}

.pagination-wrap .pagination li {
  margin: 10px 4px 0;
}

.pagination-wrap .pagination li a.page-link {
  margin-left: 0;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #191B1E;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  color: #191B1E;
}

.pagination-wrap .pagination li a.page-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #191B1E;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.pagination-wrap .pagination li.active a.page-link,
.pagination-wrap .pagination li:hover a.page-link {
  background: transparent;
}

.pagination-wrap .pagination li.active a.page-link::after,
.pagination-wrap .pagination li:hover a.page-link::after {
  width: 100%;
}

/* Communication */
.Communication .fb-img img {
  position: fixed;
  bottom: 70px;
  left: 35px;
  width: 40px;
  z-index: 100000;
}

.Communication .what-img img {
  position: fixed;
  bottom: 20px;
  left: 35px;
  width: 40px;
  z-index: 100000;
}

/* Communication */