.theme-team {
    background-color: #FFFFFF;
}

.theme-team .header-title {
    background: linear-gradient(90deg, #e4bfd0 0%, rgba(38, 64, 89, 0) 90%), url(/storage/upload/pagesImg/csapatunk_2.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.theme-team .page-content .page-subtitle,
.theme-team .page-content h3,
.theme-team .page-content strong {
    color: #ba5f88;
}

@media only screen and (max-width: 767px) {
    .header-title {
        background-size: cover;
        background-attachment: scroll !important;
    }
}

/* ######################### COLLEAGUE-SECTION START ######################### */
#colleague-section .partner-wrapper {
    margin-bottom: 55px;
}

#colleague-section .partner-wrapper:last-child {
    margin-bottom: 0;
}

#colleague-section .partner-wrapper .caption {
    max-width: 400px;
}

#colleague-section .partner-wrapper .caption .memberImg {
    border-radius:1rem;
}

#colleague-section .partner-wrapper .content {
    margin: 30px 10px 0 0;
}

#colleague-section .partner-wrapper .content h6 {
    color: #ba5f88;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 0.1px;
}

#colleague-section .partner-wrapper .content h3 {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 10px;
    color: #910041;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 60px;
    letter-spacing: 0.1px;
}

#colleague-section .partner-wrapper .content h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    background-color: #ba5f88;
}

#colleague-section .partner-wrapper .content h3 a {
    color: #381806;
}

#colleague-section .partner-wrapper .content h3 a:hover {
    color: #ba5f88;
}

#colleague-section .partner-wrapper .content p {
    color: #333333;
    text-align: left;
    font-family: quicksand, Sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}

#colleague-section .side-bar .page-list li {
    margin-bottom: 8px;
}

#colleague-section .side-bar .page-list li:last-child {
    margin-bottom: 0;
}

#colleague-section .side-bar .page-list li:hover a {
    color: #FFFFFF;
    background: #ba5f88;
    border-color: #ba5f88;
}

#colleague-section .side-bar .page-list li a {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    border: 2px solid #f3f3f3;
    padding: 9px 0;
    display: block;
    border-radius: 8px;
}

#colleague-section .side-bar .brochure {
    margin-top: 50px;
}

#colleague-section .side-bar .brochure h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #333333;
}

#colleague-section .side-bar .brochure span {
    font-size: 16px;
    color: #ba5f88;
    border: 2px solid #ba5f88;
    border-radius: 8px;
    display: block;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#colleague-section .side-bar .brochure span:hover {
    border: 2px solid #380f06;
    background: #381206;
}

#colleague-section .side-bar .brochure span a {
    color: #ba5f88;
    display: block;
    padding: 10px 0;
}


#colleague-section .side-bar .brochure span i {
    font-size: 22px;
    color: #ba5f88;
    margin-right: 10px;
}

#colleague-section .side-bar .susbscribe-section {
    border: 2px solid #f3f3f3;
    border-radius: 8px;
    margin-top: 60px;
    padding: 35px 22px;
}

#colleague-section .side-bar .susbscribe-section h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #380a06;
    margin-bottom: 70px;
}

#colleague-section .side-bar .susbscribe-section .form .form-group {
    margin-bottom: 8px;
}

#colleague-section .side-bar .susbscribe-section .form .form-group:last-child {
    margin-bottom: 0;
}

#colleague-section .side-bar .susbscribe-section .form .form-group .form-control {
    font-size: 12px;
    border: 2px solid #ba5f88;
    color: #bcbaba;
    border-radius: 8px;
    padding: 18px;
}

#colleague-section .side-bar .susbscribe-section .form .form-group .form-control::placeholder {
    color: #bcbaba;
}

#colleague-section .side-bar .susbscribe-section .form .form-group .btn {
    font-size: 15px;
    display: block;
    width: 100%;
    border-radius: 8px;
}

@media only screen and (max-width: 1199px) {
    #colleague-section .partner-wrapper .content {
        margin: 0;
    }

    #colleague-section .side-bar .susbscribe-section h4 {
        margin-bottom: 30px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    #colleague-section .side-bar .brochure span {
        padding: 6px 0;
    }

    #colleague-section .side-bar .brochure h4 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    #colleague-section .side-bar .susbscribe-section {
        padding: 25px 15px;
    }
}

@media only screen and (max-width: 991px) {
    #colleague-section .partner-wrapper .content {
        margin-top: 15px;
    }

    #colleague-section .partner-wrapper .content h3 {
        font-size: 25px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    #colleague-section .side-bar {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #colleague-section .side-bar .page-list {
        width: 50%;
        float: left;
    }

    #colleague-section .side-bar .brochure {
        width: 50%;
        display: inline-block;
        padding: 0 20px;
    }

    #colleague-section .side-bar .susbscribe-section {
        margin-top: 105px;
    }
}

@media only screen and (max-width: 767px) {
    #colleague-section .partner-wrapper .content h3 {
        font-size: 22px;
    }

    #colleague-section .partner-wrapper .content h3::before {
        height: 4px;
    }
}

@media only screen and (max-width: 479px) {
    #colleague-section .side-bar .page-list li a {
        padding: 6px 0;
    }

    #colleague-section .side-bar .susbscribe-section {
        padding: 20px;
    }

    #colleague-section .side-bar .susbscribe-section .form .form-group .btn {
        padding: 5px 16px;
    }
}

/* ######################### COLLEAGUE-SECTION END ######################### */