body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
    color: #111;
}

.top-bar {
    background-color: #111;
    color: #fff;
    padding: 10px 0;
}

.header {
    padding: 10px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.btn_area .btn {
    background-color: #ff0080;
    color: #fff;
    font-weight: 600;
}

.bg_pink {
    background-color: #ff0080;
}

.hero-section {
    background-image: url('https://live.staticflickr.com/5553/14462253339_c02ed0ffb5_b.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #1414149c;
    background-blend-mode: overlay;
    color: #fff;
    padding: 40px 0;
}

.hero-img img {
    max-width: 100%;
}

.add {

    background-color: #ff0080;
    color: #fff;
    padding: 20px 0;
}

.section-title {
    color: #ff0080;
}

.demo-img img {
    width: 100%;
    max-width: 150px;
    border-radius: 10px;
}

footer {
    background-color: #111;
    color: #fff;
    padding: 20px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.txt {
    margin: 30px 0px;
}

.txt h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0px;
    text-align: center;
}

section.footer {
    background: #f1f1f1;
    padding: 50px 0px;
}

.w-btn {
    background: #fff;
    color: #ff0080;
    font-weight: bold;
}

.w-btn:hover {
    background: #ff0080;
    color: #fff;
}

.hed {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h2.head {
    font-family: auto;
    font-weight: 900;
    color: #ff0080;
}

.modal-header {
    background-color: #ff0080;
    color: white;
}