body{
    overflow-x: hidden ;
}

.flexslider {

    direction: ltr;
}

.owl-carousel .owl-stage-outer{
    direction: ltr;
}



.kode-rightsection
{
    float: right;
}


.kode-slider-overlay {
    position: relative;
    padding: 20px 0;
}

.kode-slider-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.kode-slider-overlay > * {
    position: relative;
    z-index: 2;
}


.services-wrap {
    /* FONT-WEIGHT: 200; */
    min-height: 200px;
    max-height: 200px;
    overflow: visible;
}



.logos-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.logos-track {
    display: flex;
    width: max-content;
    animation: scroll-logos 25s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    width: 180px;
    text-align: center;
    padding: 10px 20px;
}

.logo-item img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    opacity: 0.85;
    transition: all 0.3s ease;
}

.logo-item img:hover {
    opacity: 1;
    transform: scale(1.05);
}

@keyframes scroll-logos {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}


.logos-slider:hover .logos-track {
    animation-play-state: paused;
}


.logo-item img {
    max-width: 100%;
    max-height: 70px;
    display: block;
    margin: auto;
}

.logo-name {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}


.gallery-thumbs{
    min-height: 321px;
    max-height: 321px;
    min-width: 401px;
    max-width: 401px;
}


.kode-team figure img{
    min-height: 320px;
    max-height: 320px;
}


.widget_archive ul li a{
    float:  right;

}


.widget_archive ul li a:before{
    float: right;
    margin-left: 14px;
}
