.dashboard-img{
    background: url(../assets/Frame-74-2.webp);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: right;
}
.bg-dark-blue{
    background: #14416b;
}
.fw-500{
    font-weight: 500;
}
.btn-modify{
    background: #00ADEE;
    color: #fff;
    border: 0;
}
.btn-modify:hover{
    background: #1d588f;
    color: #fff;
    border: 2;
    transition: 1.3s;
}
/* color change */
.contact-form{
    background: url(../assets/contact-form-bg-min.jpg);
    width: 100%;
    background-size: cover;
}
.text-23{
    font-size: 23px !important;
}
.text-38{
    font-size: 38px;
}