body {
    background-color: black;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.service {
    font-size: 15px;
    padding-bottom: 5%;
}

.line {
    border-left: 3px solid #feba0f;
    min-height: 500px;
    position: absolute;
    left: 50%;
    margin-top: 30px;
}

.vertical-align-img {
    margin-top: 8%;
    margin-bottom: 8%;
}

    .vertical-align-img img {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.footer-yellow {
    background-color: #feba0f;
    height: 100px;
}

.footer-black {
    background-color: #000;
    height: 100px;
}

.footer {
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
}

.btn-service {
    color: #fff !important;
    cursor: pointer;
}

    .btn-service:active {
        color: #feba0f !important;
        cursor: pointer;
    }

    .btn-service:hover {
        color: #feba0f !important;
        cursor: pointer;
    }


.item {
    display: block;
}

.carousel-caption {
    color: #fff;
    position: static;
    padding: 0px;
}

#carousel-example-captions {
    height: 100px;
}

@media (max-width: 992px) {
    .footer {
        position: relative !important;
    }

    .line {
        visibility: hidden !important;
    }

    i {
        font-size: 150px;
        padding-bottom: 5%;
    }
}


@media (min-width: 992px) {
    .footer {
        position: absolute !important;
    }

    .line {
        visibility: visible !important;
    }

    i {
        font-size: 60px;
        padding-bottom: 5%;
    }
}

h3 {
    font-size: 21px;
    text-align: left;
    line-height: 22pt;
}
