#news-slider {
    margin-top: 80px;
}

.post-slide {
    background: #f9f9f9;
    margin-right: 15px;
    border-radius: 15px;
    padding-top: 1px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* margin: -12px 15px 8px 15px;
    margin-left: -10px; */
}

.post-slide .post-img img {
    width: 100%;
    height: 346px;

    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #f9f9f9;
    padding: 15px 5px 5px 5px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
    height: 100px;
    overflow: hidden;
}

.post-slide .post-date {
    /* color: black; */
    color: #808080;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    /* Thickness of the underline (modern browsers) */
    text-underline-offset: 1px;
    /* Distance between text and underline */
    text-decoration-color: #000;
    /* Color of the underline */
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    /* background: #fff; */
    position: absolute;
    top: -13%;
    right: 40px;
    padding: 0 8px 0 8px;
    border-radius: 50px;
    /* box-shadow: 3px 14px 25px -10px #92b4d0; */
    transition: background 0.5s ease 0s;
    border: 2px solid rgba(22, 22, 22, 1);

}

.owl-controls .owl-buttons .owl-next {
    /* background: #fff; */
    position: absolute;
    top: -13%;
    right: 0px;
    padding: 0 8px 0 8px;
    border-radius: 50px;
    /* box-shadow: -3px 14px 25px -10px #92b4d0; */
    border: 2px solid rgba(22, 22, 22, 1);
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 18px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 15px 5px 5px 5px;
    }
}



/* team slider section */
.teams .post-slide .post-img {
    text-align: center;
}
.teams .post-slide .post-img img {
    width: auto;
    height: 320px;

    transform: scale(1, 1);
    transition: transform 0.2s linear;
    border-radius: 50%;
}

.teams .post-content {
    padding-left: 20px;
    background-color: #f9f9f9;
}

.teams .owl-controls .owl-buttons .owl-prev {
    top: 50%;
    left: -75px;
    right: unset;
    border: 2px solid rgba(101, 85, 143, 1);

}

.teams .owl-controls .owl-buttons .owl-next {
    top: 50%;
    right: -75px;
    left: unset;
    color: rgba(101, 85, 143, 1);
    border: 3px solid rgba(101, 85, 143, 1);
}

.teams {
    position: relative;
    margin-top: 80px;
}

.teams .team-name {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 20px;
}

.teams .team-name::before {
    position: absolute;
    bottom: 0;
    /* Align to the bottom of the text */
    left: 0;
    /* Start at the beginning of the text */
    width: 50px;
    /* Expand to the full width of the text */
    height: 3px;
    /* Thickness of the underline */
    background: rgba(101, 85, 143, 1);
    /* Black underline */
    content: '';
    /* Required to render the pseudo-element */

}

.teams .links .link a {
    display: flex;
    align-items: center;

}

.teams .links .link .link-url {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    /* Thickness of the underline (modern browsers) */
    text-underline-offset: 3px;
    /* Distance between text and underline */
    text-decoration-color: #000;
}
.teams .shadow{
    margin: 122px;
    height: 172px;
    width: 89px;
    box-shadow: 165px -5px 136px rgba(101, 85, 143, 1) !important;
    position: absolute;
    left:-216px;
    bottom: -150px;
}
.teams .shadow2{
    margin: 122px;
    height: 172px;
    width: 89px;
    box-shadow: 165px -5px 136px rgba(101, 85, 143, 1) !important;
    position: absolute;
    right: 106px;
    top: -95px;
}



.teams {
    position: relative;
    width: 100%;
}

#team-slider .post-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* Ensure each slide takes the full width */
    margin: 0 auto; /* Center alignment */
    background-color: #f9f9f9;
}

#team-slider .post-content {
    padding: 20px;
}

/* #team-slider .post-img img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
} */

.links .link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.links .link img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
@media (max-width: 425px)  {
    .teams .owl-controls .owl-buttons .owl-next {
        display: none;
    }
    .teams .owl-controls .owl-buttons .owl-prev {
        display: none;
    }
}