.projects .card.no-hover {
    background-color: transparent;
    padding: 0;
}

.projects .card.no-hover:hover .card-body a:nth-of-type(2),
.projects .card:hover .card-body a:nth-of-type(2) {
    margin-top: 0;
    background-color: #204D52!important;
}

.projects .card.no-hover .card-body a:nth-of-type(2) img,
.projects .card .card-body a:nth-of-type(2) img {
    transition: all 0.3s ease-in-out;
}

.projects .card.no-hover:hover .card-body a:nth-of-type(2) img,
.projects .card:hover .card-body a:nth-of-type(2) img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.bg-secondary .breadcrumb-item + .breadcrumb-item::before, .single-service .breadcrumb-item + .breadcrumb-item::before, .single-projects .breadcrumb-item + .breadcrumb-item::before, .page-template-template-overview .breadcrumb-item + .breadcrumb-item::before, .single-vacancy .breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.breadcrumb .text-secondary {
    color: white!important;
}

.contact .gform_wrapper .gform_body .gform_fields .gfield:nth-child(2n+1) {
    padding-right: 0;
}

.contact .gform-footer.gform_footer.top_label {
    margin-bottom: 25px;
}

.certificate {
    transition: all 0.3s ease-in-out;
}
.certificate:hover {
    background-color: #EFEFEF !important;
    transition: all 0.3s ease-in-out;
}

.text-white-50 {
    color: #ffffff50 !important;
}

.bg-light-transparent-50 {
    background-color: #FFFFFF50;
}

.share-height {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-larger {
    font-size: 32px;
}


.slick-slide.slick-current.slick-active .hovered {
    display: block;
    margin-bottom: 15px;
}

.slick-slide.slick-current.slick-active .card {
    background-color: #EFEFEF;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.slick-slide .slider-item {
    width: calc(100% - 15px)!important;
}

.slick-slide.slick-active:not(.slick-current) {
    margin-top: 75px;
}

.slick-slide.slick-active:not(.slick-current):hover {
    margin-top: 0;
}

.slick-slide .arrow-holder .button-arrow {
    transform: translate(0, 13px);
}
