﻿.our-team {
    border-radius: 5px;
    margin-left: 0px !important;
    width: 100%;
    max-width: 175px;
    height: auto;
    border: 1px solid #dedede;
    text-align: center;
    color: var(--kurumsal-logo-mavi);
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 5px 5px 7px rgba(100, 100, 100, 0.15);
    box-shadow: 5px 5px 7px rgba(100, 100, 100, 0.15);
    border-radius: 10px;
    background-color: white;
}

    .our-team:hover {
        background-color: #002354 !important;
        color: #fff !important;
    }

    .our-team .pic {
        position: relative;
        overflow: hidden;
        max-height: 189px;
    }

        .our-team .pic img {
            transition: all 0.3s ease 0s;
        }

    .our-team:hover .pic img {
        transform: translateY(-20px);
    }

    .our-team .social {
        width: 20%;
        height: 100%;
        background-color: #002354;
        padding: 20px 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 0;
        left: -50%;
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .social {
        left: 0;
    }

    .our-team .social li {
        display: block;
    }

        .our-team .social li a {
            display: block;
            padding: 10px 0;
            font-size: 20px;
            color: #fff;
            transition: all 0.5s ease 0s;
        }

            .our-team .social li a:hover {
                color: var(--kurumsal-sari-2);
            }

    .our-team .team-content {
        padding: 3px 0;
        height: 56px;
    }

    .our-team .team-content2 {
        padding: 3px 0;
        height: 96px;
    }

    .our-team .team-content3 {
        padding: 3px 0;
        min-height: 250px;
    }

        .our-team .team-content3 img {
        }

    .our-team .title {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 10px 0;
    }

    .our-team .post {
        display: block;
        font-size: 14px;
        text-transform: capitalize;
    }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

.container-white {
    background-image: url(../../dosyalar/uys/bgpattern.png);
    background-color: white;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

h2.department-baslik {
    color: white;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    background-color: #002354;
    font-size: 27px;
    padding-top: 5px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 0px !important;
}

h3.program-baslik {
    font-size: 20px;
    background-color: rgba(170, 170, 170, 0.4);
    padding-top: 6px;
    padding-bottom: 4px;
    border-radius: 5px;
}

.department-baslik-table-header {
    color: white !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    position: relative;
    font-weight: bold;
    text-align: center;
    background-color: #002354 !important;
    font-size: 22px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
}

.our-team {
    flex: 0 1 calc(25% - 20px);
    box-sizing: border-box;
}

.pad {
    padding-left: 25px;
    text-align: center;
    padding-right: 0px !important;
}

@media only screen and (max-width: 990px) {
    .our-team {
        flex: 0 1 calc(50% - 20px);
    }
}

@media only screen and (max-width: 600px) {
    .our-team {
        flex: 0 1 calc(100% - 20px);
    }

    .pad {
        padding-left: 105px;
    }
}

.program-baslik {
    position: relative;
    text-align: center;
}

/*Rektörlerimiz sayfasında kullanılıyor*/
@media only screen and (min-width: 960px) {
    .narrow-row-ce {
        padding-left: 120px;
        padding-right: 120px;
    }
}


.sub-header > .container > .row {
    justify-content: space-between;
}
