/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Nov-2022, 10:19:16
    Author     : galla
*/

.partners-container{
    position: relative;
}

ul.partners{
    list-style: none;
}

img.partner-thumb{
    display: block;
    width: 100%;
    height: 4rem;
    object-fit: scale-down;
}

.tns-nav {
    text-align: center;
    margin: 1rem 0;
}

.tns-nav > [aria-controls] {
    width: 1rem;
    height: 0.2rem;
    padding: 0;
    margin: 0 0.2rem;
    background: #e6eef0;
    border: 0;
}

.tns-nav > .tns-nav-active {
    background: #0097ad;
}

.tns-controls{
    position: relative;
}

.tns-controls > button {
    position: absolute;
    z-index: 99;
    padding: 0.5rem 0.25rem;
    line-height: 1em;
    background: #fff;
    border: none;
    font-size: 3rem;
    color: #0097ad;
}

.tns-controls > [data-controls="prev"] {
    position: absolute;
    left: -1rem;
}

.tns-controls > [data-controls="next"] {
    position: absolute;
    right: -1rem;
}

.customize-controls{
    
}

.controls li {
    display: block;
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0 15px;
    cursor: pointer;
    transition: background 0.3s;
}

/************ START/STOP button **************/

[data-action] {
    display: none;
}

