﻿

.top-bar .top-contact .contact-infos a,
.top-bar .top-contact .contact-infos p {
        color: #ffffff;
    }


.top-bar .top-contact .contact-infos i {
        color: #ffffff;
    }

.module-language .selected span {
    color: #ffffff;
}

.module-language .selected i {
    color: #ffffff;
}


.header .navbar-brand .logo {
    max-width: 100%;
    width: 230px;
    height: 80px;
}

.inedx-img img{
    float: initial;
    margin: 30px;
    width: 300px;
}

.slider .slide .slide-content .slide-headline {
    font-size: 40px;
    line-height: 40px;
}

.bg-overlay-dark-slider:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#14191cb8), color-stop(82%, rgba(20, 25, 28, 0)));
}


.services.services-3 {
    padding-top: 30px;
}


.index-item img {
    display: block;
    width: 100%;
}


.green-color {
    color: var(--global--color-primary);
}

.footer .widget-contact .widget-content .email {
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .cta-holder {
        transform: translateY(-90px);
    }
}