.module {
    min-height: 100vh;
}

#about-us {
    padding: 20px 0;
}

.video-box {
    padding-bottom: 0;
}

.video-subtitle {
    color: #000;
}

#business-line {
    padding: 20px 0;
}

#filters {
    margin-bottom: 8px;
}

#profile {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), url(../../images/Buildings-from-bottom-view_3840x2160.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#profile h2 {
    color: #FFFFFF;
}

#profile .module-subtitle {
    color: #FFFFFF;
}

.profileImg {
    max-width: 64%;
}

#services {
    padding: 20px 0;
}

#services .module-subtitle {
    margin-bottom: 20px;
}

#reference {
    padding: 20px 0;
    padding-bottom: 0;
}

#reference li {
    font-size: 14px;
    padding-bottom: 10px;
}

#reference .module-title {
    margin: 0 0 20px;
}

.progressBar {
    color: #FFFFFF;
}

.progress-bar.pb-dark {
    background: #EFCB43;
}

.module-subtitle span {
    color: #F2CD43;
    font-weight: 700;
}

/* .module-subtitle ul strong li {
    color: #F2CD43;
    font-weight: 700;
} */

#contact {
    padding-bottom: 3rem;
}

#contact .contactBox {
    padding-top: 80px;
}

#contact .bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media(max-width: 768px) {
    .navbar-custom .navbar-brand {
        font-size: 16px;
    }

    .footer .copyright {
        font-size: 10px;
    }
}

@media(min-width: 1280px) {
    #profile .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .profBox {
        text-align: right;
    }

}

@media(width: 1366px) {
    #profile {
        height: 100vh;
    }

    #profile .module-subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #profile img {
        max-width: 77%;
    }

    .module#contact {
        min-height: 120vh;
    }

    .module#contact .contactBox {
        padding-top: 20px;
    }

    .module-title {
        font-size: 25px;
    }

    .module-title+.module-subtitle {
        margin-top: -40px;
    }

    .module-subtitle {
        font-size: 12px;
        margin-bottom: 0;
    }

    .features-title,
    .alt-features-title {
        margin: 3px 0 3px;
    }

    .video-box {
        padding-top: 0;
    }

    .video-title {
        margin: -8px 0 0;
    }
}

@media screen and (min-width: 768px) {
    .yt-wrapper {
        overflow: hidden;
        max-width: 100%;
    }

    .yt-frame-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        width: 300%;
        left: -100%;
    }

    .yt-frame-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .yt-frame-container iframe {
        aspect-ratio: 16/9;
        pointer-events: none;
        width: 100%;
    }
}