.elementor-widget-seoc-service-carousel * {
    cursor: url(../images/slide-arrows-2.png) 38 0, auto !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.elementor-widget-seoc-service-carousel .tns-inner {
    margin-left: 20px !important;
}
.seoc-service-carousel {
    display: flex;
}
.seoc-service-carousel > .tns-item {
    display: flex !important;
    width: 100%;
}
.seoc-service-carousel-inner {
    background-color: #e9f1d0;
    padding: 30px 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.seoc-service-carousel-inner::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.seoc-service-carousel h3 {
    margin: 0 0 10px;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.3;
    cursor: pointer !important;
}
.seoc-service-carousel a {
    margin-top: auto;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    color: #2e3e56;
    position: relative;
    z-index: 1;
    align-self: flex-start;
    cursor: pointer !important;
}
.seoc-service-carousel a:hover {
    text-decoration: none;
}
.seoc-service-carousel h3 a {
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    color: #29364c;
}
.elementor-widget-seoc-service-carousel .tns-nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 780px;
    margin: auto;
}
.elementor-widget-seoc-service-carousel .tns-nav button {
    border: none;
    background-color: transparent;
    flex-basis: 0;
    flex-grow: 1;
    padding: 30px 0;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    cursor: pointer !important;
}
.elementor-widget-seoc-service-carousel .tns-nav button.tns-nav-active {
    cursor: default;
}
.elementor-widget-seoc-service-carousel .tns-nav button::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #efefef;
}
.elementor-widget-seoc-service-carousel .tns-nav button.tns-nav-active::before {
    background-color: #97bf0d;
}
.elementor-widget-seoc-service-carousel .tns-nav button:focus {
    outline: none;
}
@media (max-width: 780px) {
    .elementor-widget-seoc-service-carousel .tns-nav {
        max-width: 90%;
        margin: 0 30px;
    }
}