@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

/* NAV */
.navbar {
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    background-color: #fff;
}

.nav-item a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

.nav-item a:hover {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #004aad;
    border-bottom: none !important;
    background: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.nav-item a:hover {
    color: #004aad !important;
}

.navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-toggler {
    border: none;
}

.position-inherit {
    position: inherit !important;
}

/* SLIDESHOW */
.carousel-caption {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
}

.carousel-caption h2 {
    margin: 0 !important;
}

.carousel-item h1 {
    font-size: 40px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.carousel-item h2 {
    font-size: 20px;
    font-weight: 500;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.carousel-item p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}

.carousel-indicators .active {
    background-color: #99dfec;
}

@media all and (max-width: 768px) {
    .carousel-caption {
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translate(-50%, -50%) !important;
        min-width: 300px;
    }

    .carousel-caption p {
        margin: 0 !important;
    }

    .carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .carousel-item h2 {
        font-size: 15px;
        font-weight: 500;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        letter-spacing: 3px;
        text-transform: uppercase;
    }
}

/* HOME PAGE PARALLAX */
.container-slide {
    max-width: 900px;
    margin: 0 auto;
}

.parallax-01 {
    background-image: url(../images/parallax-01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 135px;
    padding-bottom: 135px;
    padding-left: 40px;
    padding-right: 40px;
}

.parallax-01 h1,
.parallax-header h1,
.parallax-train-the-trainer-course h1,
.parallax-parent-caregiver-course h1,
.parallax-article h1 {
    color: #fff;
    font-size: 50px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 800;
    font-style: normal;
    line-height: 50px;
}

.parallax-01 h2,
.parallax-header h2,
.parallax-train-the-trainer-course h2,
.parallax-parent-caregiver-course h2,
.parallax-article h2 {
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
}

.parallax-01 p,
.parallax-header p {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-style: normal;
}

.parallax-header {
    background-image: url(../images/parallax-header.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 35px;
    padding-right: 35px;
}

.parallax-train-the-trainer-course {
    background-image: url(../images/parallax-train-the-trainer-course.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 35px;
    padding-right: 35px;
}

.parallax-parent-caregiver-course {
    background-image: url(../images/parallax-parent-caregiver-course.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 35px;
    padding-right: 35px;
}

.parallax-article {
    background-image: url(../images/parallax-article.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 35px;
    padding-right: 35px;
}

.blackcircle {
    background-color: #f8d6ce;
    padding: 25px;
}

.has-error .control-label,
.has-error label {
    color: #e56464;
    font-weight: 700;
}

.has-error .form-control,
.has-error .form-select {
    background-color: #f8d7da;
    border: 1px solid #e56464;
}

.has-error .input-group-text {
    background-color: #e56464;
    border: 1px solid #e56464;
    color: #fff;
}

@media (max-width: 768px) {

    .parallax-01,
    .parallax-header,
    .parallax-train-the-trainer-course,
    .parallax-parent-caregiver-course,
    .parallax-article {
        background-attachment: scroll !important;
        background-size: cover !important;
    }
}

@media (min-width: 640px) and (max-width: 992px) {

    .parallax-01 h1,
    .parallax-header h1,
    .parallax-train-the-trainer-course h1,
    .parallax-parent-caregiver-course h1,
    .parallax-article h1 {
        color: #fff;
        font-size: 40px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 800;
        font-style: normal;
        line-height: 40px;
    }

    .parallax-01 h2 {
        color: #fff;
        font-size: 23px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 500;
        font-style: normal;
        letter-spacing: 2px;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    .parallax-01 {
        background-image: url(../images/parallax-01.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .parallax-01 h1,
    .parallax-header h1,
    .parallax-train-the-trainer-course h1,
    .parallax-parent-caregiver-course h1,
    .parallax-article h1 {
        color: #fff;
        font-size: 30px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 800;
        font-style: normal;
        line-height: 30px;
    }

    .parallax-01 h2,
    .parallax-header h2,
    .parallax-train-the-trainer-course h2,
    .parallax-parent-caregiver-course h2,
    .parallax-article h2 {
        color: #fff;
        font-size: 23px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        font-weight: 500;
        font-style: normal;
        letter-spacing: 2px;
    }

    .bluebg h1 {
        font-size: 30px;
        font-weight: 500;
        font-style: normal;
        line-height: 40px;
        color: #000;
    }

    .bluebg h2 {
        font-size: 27px;
        font-weight: 500;
        font-style: normal;
        line-height: 30px;
        color: #000;
    }
}

/* CONTENT */

.whitebg {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
}

.whitebg h1 {
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    color: #004aad;
}

.whitebg h2 {
    font-size: 25px;
    font-weight: 800;
    font-style: normal;
}

.whitebg h3 {
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 1px;
}

.whitebg h4 {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    color: #004aad;
    letter-spacing: 1px;
}

.whitebg a {
    color: #004aad;
    text-decoration: none;
}

.whitebg a:hover {
    color: #000;
    text-decoration: none;
}

.bluebg {
    background-color: #004aad;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
}

.bluebg h1 {
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    line-height: 50px;
    color: #fff;
}

.bluebg h2 {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    line-height: 50px;
    color: #fff;
}

.lightgreybg {
    background-color: #f5f5f5;
    color: #000;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
}

.lightgreybg h2 {
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    color: #004aad;
}

.btn-primary {
    color: #fff !important;
    background-color: #004aad;
    border-color: #004aad;
    font-weight: 500;
    font-style: normal;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #99dfec;
    border-color: #99dfec;
    font-weight: 500;
}

.btn-secondary {
    color: #f8d6ce !important;
    background-color: #000;
    border-color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
}

.btn-secondary:hover {
    color: #000 !important;
    background-color: #f8d6ce;
    border-color: #f8d6ce;
    font-weight: 500;
    text-transform: uppercase;
}

/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: " ";
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    backdrop-filter: blur(0px);
    transition: all ease-in-out 0.3s;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    padding-left: 60px;
    padding-right: 60px;
}

.box_area .images .text .hover-show {
    display: block;
    overflow: hidden;
    height: auto;
    max-height: 1px;
    opacity: 0;
    margin-left: -30px;
    margin-right: -30px;
    transition: all ease-in-out 0.3s;
}

.box_area .images:hover .text .hover-show {
    max-height: 400px;
    overflow: hidden;
    opacity: 1;
}

.box_area .images:hover:after {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.box_area h2 {
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.home-boxes {
    background-color: #f8d6ce;
}

.home-boxes h1 {
    font-size: 30px;
    font-weight: 600;
}

.home-boxes h2 {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-boxes h3 {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-boxes small {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px !important;
}

.home-boxes p {
    line-height: 27px;
}

.home-boxes hr {
    border-top-color: #aaa !important;
}

/* REVIEWS */

.reviewsbg h1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
}

.reviewsbg h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-style: normal;
}

.reviewsbg h3 {
    font-size: 17px;
    font-weight: 500;
}

.reviews .carousel-item {
    min-height: 110px;
}

.reviews h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
}

.reviews .carousel-control-prev {
    left: -100px;
}

.reviews .carousel-control-next {
    right: -100px;
}

.reviews .carousel-indicators {
    margin-top: 20px;
    margin-bottom: 0px;
    position: inherit !important;
}

.reviews .carousel-indicators li {
    background-color: #000;
}

.reviews .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.reviews .carousel-indicators .active {
    background-color: #fff;
}

@media (min-width: 320px) and (max-width: 640px) {
    .reviews .carousel-inner .carousel-item p {
        font-size: 18px;
    }

    .reviews .carousel-control-prev {
        left: -40px;
    }

    .reviews .carousel-control-next {
        right: -40px;
    }
}

.reviewsbox {
    background-color: #f5f5f5;
    padding: 35px;
    border-radius: 10px;
}

.reviewsbox h3 {
    text-transform: uppercase;
    font-style: normal;
    font-size: 20px;
}

.reviewsbox h4 {
    color: #1d4875;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
}

.staricon {
    color: #ffdf1e;
}

.yellowicon {
    color: #ffdf1e;
}

.card {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
    border: none;
}

.greybox {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    border: none;
}


/* FOOTER */

.footer {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
    line-height: 27px;
    background-color: #f5f5f5;
}

.footer h4 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

.footer a {
    color: #004aad;
    text-decoration: none;
}

.footer a:hover {
    color: #000;
    text-decoration: none;
}

.bordergrey {
    border-top: 1px #f5f5f5 solid;
}

.borderwhite {
    border-top: 1px #fff solid;
}

.borderline {
    position: relative;
    width: 20%;
    height: 2px;
    background-color: #99dfec;
}

.modal-dialog-centered img {
    object-fit: contain;
    max-height: calc(100vh - 66px);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

.gallery-img {
    width: auto;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.2s;
    display: block;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 3 / 4;
}

.gallery-img:hover {
    transform: scale(1.02);
}

.bg-none {
    background: none !important;
    outline: none !important;
    border: none !important;
}
