.body {
    font-family: 'Montserrat', sans-serif;
}

.overlay {
    background-color: #ede2c8;
    border-radius: 10px;
}

.form-control {
    border-radius: 5px;
}

#intro {
    padding: 150px 0 55px 0;
}

.alreadyregistered{
    font-size: 14px;
    color: #007bff;
    text-align: center;
}

.text-orange {
    color: #e47743;
}

#about {
    box-shadow: inset 10px 10px 12px 0px rgba(0, 0, 0, 0.1);
}

.formtext {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
}

.section-header p {
    padding-bottom: 20px;
    width: 90%;
}

#why-us .counters span {
    font-size: 40px;
}

#why-us .counters {
    padding-top: 2%;
}

.text-black {
    color: #333;
}

a :hover {
    color: #fff;
}

#header {
    height: 70px;
    padding: 10px 0;
}

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 50px;
    }

    #header.header-scrolled, #header.header-pages {
        height: 70px;
    }

#about .about-container .icon-box .icon {
    border: 2px solid #f1642e;
}

    #about .about-container .icon-box .icon i {
        color: #f1642e;
    }

#about .about-container .icon-box:hover .icon {
    background: #f1642e;
}

#why-us .counters p {
    margin: 0;
}

.back-to-top {
    background: #ef652f;
}

@media (max-width: 480px) {
    #why-us .counters span {
        font-size: 30px;
    }

    #intro {
        padding: 70px 0 70px 0;
    }

    #intro .intro-info h2 {
        font-size: 30px;
    }
}