.min-height {
    min-height: 80vh;
}

.hide {
    text-indent: -998em;
    height: 0px;
}

.height-map {
    height: 60vh;
}

.header-1 {
    height: 25rem;
}

.bg-main {
    height: 32rem;
    z-index: -10;
    top: 4rem;
    background: url('../img/s1.jpg') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mt-6 {
    margin-top: 9rem;
}

.bg-footer {
    background: #3d3d3d;
}

.text-footer {
    color: #9e9e9e;
}

.text-color-1 {
    color: #7c80d7 !important;
}

@media all and (min-width: 580px) and (max-width: 860px) {
    .bg-main {
        background: url('../img/s2.jpg') no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media all and (max-width: 579px) {
    .bg-main {
        background: url('../img/s3.jpg') no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}