.page {
    padding: 30px 0;
}

h1.content-header, h2.content-header {
    margin: 70px 0px 30px 0px;
}

a:hover {
    text-decoration: none;
}

a {
    color: #000;
}

.social-link ul li a {
    display:block;
}
.social-link ul li a{
    color:#086767 ;
}
.social-link ul li a:hover{
    color:#fff;
    background-color:#086767 ;
}
.carousel-buttons {
    position: absolute;
    padding: 25px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-color:rgba(3, 71, 71, 0.8) ;
    top:60%;
    cursor: pointer;
    z-index: 10000;
    font-variant: small-caps;
  }
  .carousel-buttons:hover {
    color: #000000;
  }
  .carousel-button-left {
    left: 0;
  }
  .carousel-button-right {
    right: 0;
  }

.team-section {
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.team-section:hover .team-img-cont::after {
    opacity: 0.36;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.team-section:hover .team-img-cont .social-link {
    visibility: visible;
    right: 0;
}

.team-section .team-img-cont .social-link {
    position: absolute;
    background-color: #fff;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -50px;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.team-section .team-img-cont .social-link ul {
    margin: 0;
    padding: 0;
}

.team-section .team-img-cont .social-link ul li {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    list-style-type: none;
    color: var(--heading-color);
}

.team-section .team-img-cont .social-link ul li:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: var(--main-color-one);
}

.team-section img {
    z-index: 2;
    width: 100%;
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}

.team-section .team-text {
    margin-top: 20px;
}

.team-section .team-text .title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
