.lift-text {
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.fs-25 {
    font-size: 25px;
}

.bg-midnight-blue {
    background-color: #0f294b;
}

.floatwp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.floatwp:hover {
    color: green;
}

.fs-14px {
    font-size: 14px;
}

.my-float {
    margin-top: 16px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}

.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

;