html {
    scroll-behavior: smooth;
    position: relative;
}

a,
a:hover {
    /*color: #2677bd;*/
    color: #000000;
    text-decoration: none;
}

body {
    font-family: Oswald, sans-serif;
    text-align: center;
}

p {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
}

/* Common Styles */
.gray-bg {
    background: #ececec;
}

.section-heading {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    color: #000;
    margin-bottom: 4rem;
}

    .section-heading:after {
        content: "";
        display: block;
        margin: 5px auto;
        width: 85px;
        height: 7px;
        background: #2677bd;
    }

.white-heading {
    color: #fff;
    margin-bottom: 1.5rem;
}

    .white-heading:after {
        background: #fff;
    }

.text-blue {
    color: #2677bd;
}

.section-padding {
    padding: 4rem 0;
    text-align: center;
}

.sign-up-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    display: inline-block;
    background: rgba(57, 126, 184, 0.9);
    color: #fff;
    padding: 0.5rem 1.4rem;
    letter-spacing: 0.05rem;
    margin-top: 1.5rem;
    border: none;
    cursor: pointer;
}

.black-btn {
    background: #262932;
}

/* Header */
#header-wrapper {
    position: relative;
}

#header {
    background: rgba(255, 255, 255, 0.9);
    /*background: rgba(0, 0, 0, 0.7);*/
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

    #header.scroll {
        background: #fff;
        border-bottom: 1px solid #eee;
    }

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar-collapse {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #2677bd;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #4a4a4a;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-toggler {
    background-color: #fff;
    border: 2px solid #666;
    border-color: #666 !important;
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
}

.form-control {
    font-family: Poppins, sans-serif;
    color: #000;
    border-radius: 0;
}

/* Cover */
#cover {
    background: url("../img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    border-bottom: 8px solid #2677bd;
    position: relative;
}

    #cover:after {
        content: "";
        display: block;
        -webkit-clip-path: polygon(100% 0, 0 0, 50% 50%);
        clip-path: polygon(100% 0, 0 0, 50% 50%);
        width: 25px;
        height: 25px;
        background: #2677bd;
        position: absolute;
        text-align: center;
        bottom: -32px;
        left: 49%;
    }

.caret {
    display: block;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 50%);
    clip-path: polygon(100% 0, 0 0, 50% 50%);
    width: 25px;
    height: 25px;
    background: #2677bd;
    margin: 0 auto;
}

.cover-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    padding-top: 13rem;
}

    .cover-text h1 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 3rem;
        letter-spacing: 0.4rem;
    }

    .cover-text h3 {
        text-transform: uppercase;
        font-size: 1.3rem;
        letter-spacing: 0.1rem;
        font-weight: 600;
    }

#how-it-works .blocks {
    margin-bottom: 2rem;
}

    #how-it-works .blocks h1 {
        font-family: Poppins, sans-serif;
        font-size: 5rem;
        font-weight: 600;
        display: inline-block;
        color: #fff;
        background: #2677bd;
        border-radius: 50%;
    }

        #how-it-works .blocks h1.one {
            padding: 0rem 2.2rem;
        }

        #how-it-works .blocks h1.two {
            padding: 0rem 1.5rem;
        }

        #how-it-works .blocks h1.three {
            padding: 0rem 1.5rem;
        }

#how-it-works .sign-up-btn {
    background: #397eb8;
}

#register-now {
    background: url(../img/register-now-bg.jpg);
    background-position: auto auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    color: #fff;
}

    #register-now p {
        padding: 0px 9rem;
    }

    #register-now .register-form {
        margin: 0 auto;
        padding: 2.5rem 3.5rem;
        border: 0.6px solid #3b7fc2;
    }

#faq .question-block {
    text-align: left;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 30px;
}

    #faq .question-block .question {
        font-weight: 600;
        color: #2677bd;
        font-size: 1.4rem;
        margin-bottom: 0.2rem;
    }

    #faq .question-block .answer {
        line-height: 1.7rem;
    }

    #faq .question-block:before {
        content: "";
        width: 8px;
        height: 97%;
        background: #2677bd;
        position: absolute;
        top: 6px;
        left: 0px;
        display: block;
    }

#contact {
    background: url(../img/contact-bg.jpg);
    background-position: auto auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    color: #fff;
}

    #contact img {
        margin-bottom: 1rem;
    }

    #contact h4.contact-info {
        text-transform: uppercase;
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
    }

    #contact .contact-form {
        padding: 1.5rem 2rem 3.2rem 2rem;
        border: 0.6px solid #3b7fc2;
    }

    #contact .sign-up-btn {
        font-size: 1rem;
        padding: 0.5rem 2.2rem;
        letter-spacing: 0.1rem;
        margin-top: 0;
    }

    #contact #footer {
        font-family: Poppins, sans-serif;
        font-size: 0.8rem;
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.1);
        padding: 1rem 0;
        letter-spacing: 0.1rem;
    }

        #contact #footer a {
            color: #fff;
        }

@media (max-width: 767px) {
    #header .navbar-brand img {
        width: 80%;
    }

    #cover {
        height: 450px;
    }

        #cover .cover-text {
            padding-top: 10rem;
        }

            #cover .cover-text h1 {
                font-size: 2.2rem;
                letter-spacing: 0.2rem;
            }

            #cover .cover-text h3 {
                font-size: 1rem;
                letter-spacing: 0.05rem;
            }

    .sign-up-btn {
        font-size: 1.1rem;
    }

    .section-heading {
        font-size: 1.6rem;
    }

    #register-now p {
        padding: 0;
    }

    #faq .question-block .question {
        font-size: 1.2rem;
    }

    #contact img {
        width: 40%;
    }

    #contact .col-padding {
        padding-bottom: 3rem;
    }
}
