.footer {
    background: #000;
    color: white;
    padding: 0px 0px 20px 0px;
}

.ess-footer {
    text-transform: capitalize;
    font-family: AvenirNext;
    font-weight: bold;
    font-size: 35px;
    font-style: normal;
    color: #FFFFFF;
}

.footer-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #C9C9C9;
}

.footer-title {
    font-family: Titillium;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    color: #FFFFFF;
}

.footer-link {
    color: inherit;
    text-decoration: none;
}

.footer-link:hover {
    color: #008D9A;
    text-decoration: none;
}

.social-link:hover {
    opacity: .7;
}

@media only screen and (max-width: 992px) {
    .footer-title{
        margin-top: 1rem;
    }
}

.news-l-subscribe {
    font-family: Titillium;
    font-weight: 400;
    font-size: 30px;
    font-style: normal;
    color: #000;
}

.news-l-subscribe-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #fff;
}

.m-auto {
    margin: auto;
}

.news-l-subscribe-button {
    background: #000;
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    transition: all .8s ease;
}

.news-l-subscribe-button:hover {
    background: #fff;
    border-radius: 0px;
    border: none;
    color: #000;
}

.news-l-subscribe-input {
    background: #FFFFFF;
    border-radius: 0px;
    border: none;
}

.news-letter {
    padding: 50px;
    background: #008D9A;
    transform: translateY(-50%);
}

/* 
.devises-carousel-parent .owl-carousel .owl-stage { 
    transition: 3s !important;
    animation-fill-mode: both; } */

.devises-carousel-parent .owl-carousel .owl-dots{
    display: none;
}

.devises-carousel-parent {
    padding: 0px 1rem;
    /* flex-grow: 1; */
    display: block;
    width: 100%;
}

.devises-carousel-parent .owl-carousel {
    width: 100%;
    height: 30px;
}

.devises-carousel-parent .owl-carousel .text-primary {
    color: #008D9A !important;
}

.devises-carousel-parent .owl-carousel .item .action {
    /* display: flex; */
    white-space: nowrap;
    margin-right: 1rem;

    padding-left: 20px;
}

.devises-carousel-parent .owl-carousel .item .action span {
    margin-right: 10px;
    /* margin-left: 10px; */
}


.devises-carousel-parent .owl-carousel .item .action::before {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);

}