@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@100;200;300;400;500;600;700;800;900');

body {
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.progress-bar {
    background-color: #912b8e !important;
}

.btn-blue {
    background-color: #18478d;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}

.btn-blue:hover {
    color: white;
}

.btn-back {
    color: #18478d;
    background-color: white;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    border: none;
}

.title-purple {
    color: #912b8e;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
}

.title-blue {
    text-align: center;
    color: #18478d;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.divider {
    border-top: 1px solid #BBBBBB;
    width: 100%;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.navbar img {
    display: block;
    width: 240px;
}

.navbar-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.navbar .consultBtn {
    display: block;
    font-size: 19px;
    background-color: #18478d;
    color: #ffffff;
    font-family: 'Source Sans Pro', Tahoma, Verdana, Segoe, sans-serif;
    font-weight: 700;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.navbar .callUs {
    font-weight: 600;
    color: #7a7a7a;
    font-size: 19px;
    margin-top: 6px;
}

.readyForPDPL {
    background-color: #912b8e;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 19px;
}

.readyForPDPL p {
    padding: 10px;
    margin: 0;
}

.readyForPDPL a {
    color: white;
    font-weight: normal;
    text-decoration: none;
}

.banner {
    background-image: url('/img/bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 100px 0px;
    text-align: center;
}

.banner p.header {
    color: #912b8e;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.banner p.sub-header {
    text-align: center;
    font-size: 19px;
    margin: 0;
}

.banner p.end-header {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}

.banner a {
    font-size: 19px;
    background-color: #18478d;
    color: #ffffff;
    font-family: 'Source Sans Pro', Tahoma, Verdana, Segoe, sans-serif;
    font-weight: 700;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
}

.upcoming-courses {
    padding: 50px;
}

.upcoming-courses p.title {
    color: #912b8e;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
}

.upcoming-courses .table-header {
    text-align: center;
    color: #912b8e;
    font-size: 24px;
    font-weight: 700;
    background-color: #f9f9f9;
    padding: 10px 0px;
    margin: 15px 0px;
}

.upcoming-courses p.date,
.upcoming-courses p.titleIn {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}

.upcoming-courses p.titleIn {
    color: #18478d;
}

.upcoming-courses p.location {
    color: #18478d;
    font-size: 20px;
    font-weight: 200;
}

.upcoming-courses p.desc {
    font-size: 20px;
    color: #7a7a7a;
}

.upcoming-courses a.registerBtn {
    display: block;
    background-color: #18478d;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 5px;
}

.upcoming-courses a.downloadBtn {
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
    background-color: white;
    border: 2px solid #18478d;
    color: #18478d;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 5px;
}

.upcoming-courses .courses {
    margin-top: 20px;
}

.upcoming-courses p.coming-soon {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #7a7a7a;
}

.upcoming-courses p.titleBottom {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 30px;
    color: #912b8e;
    text-align: center;
    font-weight: bold;
}

.upcoming-courses a.mailingBtn {
    background-color: #18478d;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}

.who-are-we {
    background-color: #f9f9f9;
    padding: 70px 0px;
}

.who-are-we img.hands {
    display: block;
    width: 100%;
}

.who-are-we p.title {
    color: #912b8e;
    font-weight: bold;
    font-size: 38px;
}

.who-are-we p.desc {
    color: #7a7a7a;
    font-size: 20px;
    text-align: justify;
    margin-bottom: 20px;
}

.who-are-we p.title-2 {
    text-align: center;
    color: #18478d;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.who-are-we img.drew {
    display: block;
    margin: 0 auto;
    width: 300px;
}

.who-are-we p.partners {
    text-align: center;
    color: #7a7a7a;
    font-size: 20px;
}

.who-are-we p.partners .dato {
    font-weight: bold;
}

.how-we-help {
    padding: 50px 0px;
}

.how-we-help ul {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 19px;
}

.contact-us {
    background-color: #f9f9f9;
    padding: 70px 0px;
}

.contact-us img {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.contact-us p.desc {
    font-size: 19px;
    color: #7a7a7a;
    text-align: center;
}

.assessments {
    padding: 50px 0px;
    font-size: 19px;
}

.assessments img {
    display: block;
    width: 100%;
}

.assessments p.title {
    font-weight: bold;
    color: #18478d;
    font-size: 20px;
}

.assessments p.revealTxt {
    text-align: center;
    margin: 0;
    margin-top: 25px;
    font-weight: 500;
    color: #7a7a7a;
}

.assessments img.resultImg {
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.assessments p.desc {
    text-align: center;
    font-size: 19px;
}

.assessments p.disclaimer {
    color: #7a7a7a;
    text-align: center;
}

footer {
    background-color: #18478d;
    padding: 15px 0px;
}

footer p {
    text-align: center;
    margin: 0;
    font-size: 19px;
    color: white;
}

footer a {
    color: white;
}

.form-check-input {
    transform: scale(1.5);
    margin-right: 0.5rem;
}

.form-check-label {
    font-size: 1.1rem;
    padding-right: 1.5rem;
    cursor: pointer;
}

.form-check {
    margin-bottom: 0.5rem;
}

/* TABLET */
@media (max-width: 768px) {
    .navbar .navbar-right {
        margin-top: 25px;
    }
}

/* PHONE */
@media (max-width: 576px) {
    .upcoming-courses p.titleBottom {
        width: 100%;
    }
}