h1.header-title {
    font-size: 55px;
    font-weight: 600;
}

.justify {
    text-align: justify;
    font-size: 1.2rem;
    font-weight: 500;
}
.bg-grey {
    background: #667280;
    color: #ffffff !important;
}
.future-home {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}
h6, .h6 {
    font-size: 1.2rem;
}
.poppins {
    font-family: 'proxima_novaregular', sans-serif;
    font-size: 1.2rem !important;
}
.display-4 {
    font-size: 1.5rem !important;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    font-family: 'proxima_novaregular';
}
.display-4-1 {
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
.contact-text {
    font-size: 1.5rem;
    text-align: center;
}
.pb-30 {
    padding-bottom: 30px;
}
.d-feature {
    width: 40px;
}
.bg-success {
    background-color: #f0f0f0 !important;
    border: 1px solid #47b761;
}
.py-4 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.lead {
    font-size: 1.0rem;
    font-weight: 500;
    
}
.sub-heading {
    font-size: 1.2rem !important;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
     display: block;
}
 .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 300;
    color: rgb(102 114 128) !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #EF3C4F !important;
    text-decoration: none;
    background-color: none;
}
/*.bg-gradient {
    background: linear-gradient(to right, #11998e, #38ef7d) !important;
        background-image: linear-gradient(to right, rgb(17, 153, 142), rgb(56, 239, 125));
    background-image: url("../img/menu-bg.png") !important;
} */
.blob.blob-4 {
    -webkit-mask-image: url("../../notfound.html");
    mask-image: url("../../notfound.html") !important;
}
.bg-gradient {
    background: linear-gradient(to right, #11998e, #38ef7d) !important;
}
.btn-primary-1 {
    color: #fff;
    background-color: #EF3C4F;
    border-color: #EF3C4F;
    box-shadow: none;
}
.btn-primary-1:hover {
    color: #fff;
    background-color: #1fb888;
    border-color: #1fb988;
    box-shadow: none;
}


