.home-intro {
    padding: 36px;
    background-color: #00000054;
    bottom: 20%;
    left: 0;
    width: 100%;
}

.home-intro .home-subtitle {
    font-size: 2rem;
}
.no-border-radius {
    border-radius: 0;
}
.solutions-item {
    box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.49);
    -webkit-box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.49);
    -moz-box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.49);
}
.solutions-item .card-text {
    color: #6c757d!important;
}
.solutions-item:hover .card-title {
    color: white!important;
}
.solutions-item:hover .card-text {
    color: white!important;
}
.solutions-item:hover .fa-icon {
    color: #00f601!important;
}
.solutions-item img {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    /*height: 0;*/
}
.owl-carousel.owl-projects .item img {
    /*width: 370px;*/
    height: 470px;
}
@media (min-width:576px) {
    .service-item-description {
        position: absolute!important;
        bottom: 5%!important;
        left: 8%!important;
        right: 8%!important;
        max-height: 0!important;
        overflow: hidden!important;
    }

    .home-intro {
        padding: 36px;
        background-color: #00000054;
        bottom: 20%;
        left: unset;
        width: auto;
    }

    .home-intro .home-title {
        font-size: 1.25rem;
    }
    .home-intro .home-subtitle {
        font-size: 3.5rem;
    }

    .business-content {
        padding: 80px;
        background: linear-gradient(180deg, #074C00, #42A341);
    }
}
.service-item-description {
    position: absolute;
    bottom: 5%;
    left: 8%;
    right: 8%;
    max-height: 500px;
    overflow: hidden;
}

.service-item-description-content {
    /*background: linear-gradient(180deg, #074C00, #42A341);*/
    background-color: #000000c7;
    padding: 24px;
    color: white;
    font-family: 'DM Sans Medium', 'sans-serif';
}
.button-contact {
    padding: 24px 54px;
    margin: 0 auto;
    cursor: pointer;
}
.owl-carousel .owl-stage {
    display: flex!important;
    align-items: stretch!important;
}
.owl-carousel .owl-stage .item, .owl-carousel .owl-stage .solutions-item {
    height: 100%;
}
.owl-carousel .owl-stage .item {
    padding: 5px;
}
.show-solution {
    transition: height 0.3s;
    height: 100%;
    top: 0;
}
.hide-solution {
    transition: height 0.3s;
    height: 0;
    bottom: 0;
}
.show-service {
    transition: max-height 0.3s;
    max-height: 500px!important;
}
.hide-service {
    transition: max-height 0.3s;
    max-height: 0!important;
}
.owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
button.owl-prev, button.owl-next {
    width: 51px;
    height: 51px;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    border-radius: 50%;
}

button.owl-next {
    margin-left: 15px;
}
.platform-action {
    cursor: pointer;
    font-size: 24px;
    color: white;
}
.contact-input {
    display: block;
    background-color: #fff;
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: #797582;
    height: 56px;
    border-radius: 0;
}
.contact-input-text-area {
    display: block;
    background-color: #fff;
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: #797582;
    height: 138px;
    padding-top: 20px;
    resize: none;
    border-radius: 0;
}
.contact-button {
    border: 0;
    background-color: #00c853;
    border-radius: 0;
    padding: 16px 42px;
    color: white;
}
.business-content {
    padding: 40px;
    background: linear-gradient(180deg, #074C00, #42A341);
}
.contact-background {
    background-image: url('/images/contact_us.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}