.navbar {
    background-color: #FFFFFF !important;
}

.head-container {
    color: #FFFFFF;
    /*background-size: 100% 100%;*/
    /*height: 100vh;*/
    /*margin-top: -71px;*/
    min-height: calc(80vh - 71px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.container {
    position: relative;
}
.intro {
    width: 70%;
    line-height: 30px;
}
.foot {
    color: #FFFFFF;
    /*background-size: 100%, 100%;*/
    z-index: -1;

    /*min-height: calc(100vh - 71px);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.sub-title {

}

.para-title {
    color: #363E43;
}
.doc {
    /*margin-top: -100px;*/
    width: 80%;
}

/*@media(max-width: 575px) {*/
/*    .doc {*/
/*        margin-top: -50px;*/
/*    }*/
/*}*/

/*@media(max-width: 768px) {*/
/*    .doc {*/
/*        margin-top: -80px;*/
/*    }*/
/*}*/

.container-back {
    background: linear-gradient(360deg, rgba(84, 188, 145, 0) 0%, rgba(79, 192, 135, 0.15) 100%);
    /*opacity: 0.55;*/
}

.decoration-3 {
    position: absolute;
    top:20%;
    left: -100px;
}

.decoration-2 {
    position: absolute;
    bottom:30%;
    right: -100px;
}
.foot {
    /*background-size: 100%, 100%;*/
    /*z-index: -1;*/
}
