/*** 
========================
    Partner Style1 Css
========================
***/
.partner-style1 {
    background-color: var(--thm-gray-bg);
    padding: 0px 0px 58px;
}

.partner-style1__top-title {
    position: relative;
    display: block;
    padding-top: 40px;
}

.partner-style1__top-title__border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 1px;
    margin: 0 auto;
    background-color: #e2dfdf;
}

.partner-style1__top-title__border::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -15px;
    height: 50px;
    width: 1px;
    background-color: #e2dfdf;
    transform: rotate(38deg);
    z-index: 11;
}

.partner-style1__top-title__border::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -15px;
    height: 50px;
    width: 1px;
    background-color: #e2dfdf;
    transform: rotate(-38deg);
    z-index: 3;
}




.partner-style1__top-title h3 {
    position: relative;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    height: 18px;
    line-height: 16px;
}

.partner-style1__top-title h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e2dfdf;
}

.partner-style1__top-title h3 span {
    position: relative;
    display: inline-block;
    background-color: var(--thm-gray-bg);
    padding: 0 60px;
}

.partner-style1 .container {
    max-width: 1900px;
}

.partner-style1__inner-box {
    position: relative;
    display: block;
    margin-top: 60px;
}

.partner-style1__inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 5px;
    background-color: var(--thm-gray-bg);
    z-index: 3;
}



.partner-style1__single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e2dfdf;
}

.partner-style1__single a {
    position: relative;
    display: inline-block;
}

.partner-style1__single a img {
    opacity: 1;
    transition: all 0.2s ease-in-out 0.1s;
    filter: grayscale(0%);
    width: auto !important;
}

.partner-style1__single a:hover img {
    opacity: 0.6;
    filter: grayscale(0%);
    transition: all 0.8s ease-in-out 0.1s;
}




.partner-style1-carousel {
    position: relative;
}

.partner-style1 .text-box {
    position: relative;
    display: block;
    padding-top: 53px;
}

.partner-style1 .text-box p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #696767;
    margin: 0;
}

.partner-style1 .text-box p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.partner-style1 .text-box p a:hover {
    color: var(--thm-primary-color);
}

.partner-style1 .text-box p a i {
    margin-right: 8px;
    font-size: 18px;
}