.header-section {
    height: 45vh !important
}

.header-right:before {
    background-image: url(/images/ac.webp);
    background-position: center;
}

#main {
    min-height: 100vh
}

.header-left {
    padding-top: 10vh
}

.header-right {
    padding-top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: end;
    justify-content: flex-end
}

    .header-right small {
        margin-bottom: 30px;
        position: relative
    }

    .header-right h2 {
        margin-bottom: 10px
    }

.about-us p {
    font-weight: 300;
    line-height: 35px;
    color: rgba(47, 43, 61, 0.9);
    font-size: 16px
}

.video-caption {
    color: white;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center
}

.team {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 35px;
    position: relative;
    overflow: hidden
}

    .team .item {
        background: #FFFFFF;
        border: 1px solid #E5EBF8;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 auto 30px;
        max-width: 200px
    }

    .team img {
        border-radius: 10px
    }

    .team .item-text {
        padding: 15px 12px
    }

.overlay {
    position: absolute;
    width: 100%;
    height: 275px;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: height 1s ease-in;
    transition: height 1s ease-in;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(58.78%, #fff), color-stop(73%, rgba(255,255,255,0.9)), color-stop(93%, rgba(255,255,255,0.5)), color-stop(102%, rgba(255,255,255,0)));
    background: linear-gradient(0deg, #fff 58.78%, rgba(255,255,255,0.9) 73%, rgba(255,255,255,0.5) 93%, rgba(255,255,255,0) 102%)
}

    .overlay .custom-btn {
        width: 145px
    }

@media (max-width: 500px) {
    .header-left {
        padding-top: 14vh
    }

    .header-social span {
        display: none
    }
}

@media (min-width: 1024px) {
    .header-right small {
        font-size: 20px
    }

    .header-right h2 {
        font-size: 35px
    }
}

/*# sourceMappingURL=about.css.map */
