a.btn-linked-in{
    background-color: #0077B5;
    color: white;
}

.btn-linked-in img {
    width: 15px;
    height: 15px;
    margin-top: -4px
}

.btn-malt {
    border: 1px solid #fc5757 !important;
    background-color: white;
}

.btn-malt img {
    height: 19px;
}

.navbar-linkedin {
    width: 26px !important;
    height: 26px !important;
    background-repeat: no-repeat;
}

.navbar.scrolled .navbar-linkedin {
    position: relative;
    top: 5px;
    background-image: url(../img/linkedin-blue-26.png);
}

.navbar.scrolled .navbar-linkedin img {
    visibility: hidden;
}

.navbar-malt {
    margin-left: 10px;
    background-repeat: no-repeat;
}

.navbar-malt img {
    height: 26px;
}

.navbar.scrolled .navbar-malt {
    position: relative;
    top: 5px;
    background-image: url(../img/malt-logo-red.svg);
    background-size: 100%;
}

.navbar.scrolled .navbar-malt img {
    visibility: hidden;
}

.owl-item {
    cursor: grab;
}

.owl-theme .owl-dots .owl-dot {
    zoom: 3;
}

.shufflejs .js-item .item-overlay {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    max-height: 180px;
}

.shufflejs .js-item .item-overlay img {
    max-width: 100%;
    height: auto;
}

.footer-area {
    color: white;
    padding-top: 25px;
}

.footer-area .container {
    margin-top: 0px;
}

.footer-area .mini-footer .social-medias a.malt {
    background-color: #fc5757;
}

.social-medias a.malt:hover, .social-medias a.malt:focus {
    background-color: #cc3f3f !important;
}

.footer-area .mini-footer .social-medias a.malt img {
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
}

#services-area {
    padding-bottom: 50px;
}

#timeline-area {
    padding-top: 50px;
}

.timeline-col {
    padding: 25px 38px 10px;
    background-color: #ffffff;
    margin-bottom: 35px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.timeline-row .duration {
    color: #3365b0;
    font-style: italic;
}

.timeline-row.reverse {
    flex-direction: row-reverse;
}

.fadeIn {
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.fadeIn.visible {
    opacity: 1;
}

.slideFromRight {
    transform: translateX(500px);
    animation: fadeInSlide 2s ease-in-out forwards;
}

@keyframes fadeInSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slideFromLeft {
    transform: translateX(-500px);
    animation: fadeInSlide 0.7s ease-in-out forwards;
}

.timeline-icon-left {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 32px;
    color: cadetblue;
    float: right;
    position: absolute;
    right: -24px;
    top: 30%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    background-color: white;
}

.timeline-date-left {
    width: 150px;
    height: 48px;
    font-size: 20px;
    float: right;
    position: absolute;
    right: -150px;
    top: 30%;
    color: #3365b0;
    margin-top: 6px;
}

.timeline-date-right {
    width: 150px;
    height: 48px;
    font-size: 20px;
    float: right;
    position: absolute;
    left: -150px;
    top: 30%;
    color: #3365b0;
    margin-top: 6px;
}

.timeline-icon-left i {
    position: relative;
    top: -5px;
}

.timeline-icon-left img {
    position: relative;
    top: -5px;
    width: 32px;
    height: 32px;
}

.timeline-icon-right img {
    position: relative;
    top: -5px;
    width: 32px;
    height: 32px;
}

.timeline-icon-right i {
    position: relative;
    top: -5px;
}

.timeline-icon-right {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 32px;
    color: cadetblue;
    float: left;
    position: absolute;
    left: -24px;
    top: 30%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);

    background-color: white;
}

@media (max-width: 575.98px) {
    .timeline-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .timeline-col {
        padding: 15px 10px 10px 30px;
    }

    .timeline-icon-right, .timeline-icon-left {
        left: 7px;
        right: 0;
    }

    .timeline-date-right, .timeline-date-left {
        display: none;
    }

    .portfolio-area .filter-control {
        margin-left: 15px;
    }

    .shufflejs .js-item .item-overlay {
        margin: 5px;
    }

    .owl-theme .owl-dots .owl-dot {
        zoom: 1;
    }
}