@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Open+Sans:ital,wght@0,400;0,700;1,400&family=Playfair+Display:wght@400;700&display=swap");
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    background-color: #072d57 !important;
}

a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
a:hover {
    color: #e2c904 !important;
}

.top-bar {
    background-color: #072d57;
    font-size: 0.688rem;
    color: #fff;
}
.top-bar i {
    margin-right: 0.3rem;
}
.top-bar a {
    color: #fff;
    text-decoration: none;
}
.top-bar .topbar-links a:first-of-type {
    margin-right: 2rem;
}

.hero {
    background-color: #0f5caf;
    min-height: 100vh;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.35)),
            to(rgba(0, 0, 0, 0.6))
        ),
        url("../img/hero-bg.png");
    background-image: -webkit-linear-gradient(
            top,
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.6)
        ),
        url("../img/hero-bg.png");
    background-image: -o-linear-gradient(
            top,
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.6)
        ),
        url("../img/hero-bg.png");
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.6)
        ),
        url("../img/hero-bg.png");
    background-size: cover;
    background-position: top;
    position: relative;
}
.hero .container {
    height: 100vh;
    z-index: 0;
}
.hero h1 {
    color: #fff;
    font-weight: 700;
    font-size: 3.438rem;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}
.hero p {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0rem;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}
.hero .fb-feed {
    background-color: #0f5caf;
    height: 500px;
    width: 340px;
}
@media (max-width: 360px) {
    .hero .fb-feed {
        width: 280px !important;
    }
}
@media (max-width: 991.98px) {
    .hero {
        padding-top: 147px;
        padding-bottom: 1.5rem;
    }
}
@media (max-width: 767.98px) {
    .hero {
        padding-top: 80px;
    }
    .hero h1 {
        font-size: 2.5rem;
    }
    .hero p {
        font-size: 1.2rem;
    }
}

h1,
h2,
h3,
h4 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700 !important;
}
h1.title,
h2.title,
h3.title,
h4.title {
    font-weight: 700;
}

h3.underlined {
    border-bottom: 4px solid #21222d;
    display: inline-block;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #21222d;
}

hr {
    background-color: #0f5caf !important;
    margin: 2rem 0 !important;
}

.txt-white {
    color: #fff;
}

.txt-shadow {
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}

.txt-list li {
    margin-bottom: 0.75rem;
}

.txt-lg {
    font-size: 3rem;
}

.bg-light {
    background-color: #fdf8f8;
}

.bg-main {
    background-color: #0f5caf;
}

.bg-swirls {
    background: url(../img/bg-swirls-01.png) right top no-repeat,
        url(../img/bg-swirls-02.png) left bottom no-repeat;
}
@media (max-width: 767.98px) {
    .bg-swirls {
        background-size: 50%;
    }
}

.bg-shadow {
    box-shadow: 0px 9px 7px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 9px 7px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 9px 7px 0px rgba(0, 0, 0, 0.05);
}

.rounded-8 {
    border-radius: 0.5rem;
}

.btn {
    background-color: #fff;
    font-weight: 700 !important;
    font-size: 1.125rem !important;
    padding: 0.7rem 2rem !important;
    border-radius: 0.5rem !important;
}

.btn-main {
    background-color: #e2c904 !important;
}
.btn-main:hover {
    background-color: #0d529d !important;
    color: #fff !important;
}

.btn-main-alt {
    background-color: #e2c904 !important;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff !important;
    font-size: 1.5rem !important;
    padding: 0 3rem 0.2rem 3rem !important;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    height: 60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.btn-main-alt:hover {
    background-color: #0d529d !important;
    color: #fff !important;
}

.btn-bordered {
    background-color: #fff !important;
    font-weight: 700 !important;
    font-size: 1.125rem;
    padding: 0.7rem 2rem !important;
    border-radius: 0.5rem !important;
    border: 2px solid #21222d !important;
    color: #21222d !important;
}
.btn-bordered:hover {
    background-color: #0f5caf !important;
    color: #fff !important;
    border-color: #0f5caf !important;
}

.read-more {
    font-weight: 700;
    color: #ba067a;
    font-size: 0.875rem;
    text-decoration: none;
}
.read-more:hover {
    color: #0f5caf !important;
}

.navbar {
    background-color: transparent;
    margin-top: 2rem;
}
@media (max-width: 991.98px) {
    .navbar {
        background-color: #0f5caf;
        padding-bottom: 0.5rem !important;
    }
    .navbar .container-xl {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .navbar .navbar-brand {
        margin: 0 1rem;
    }
    .navbar .nav-item {
        background-color: #0d529d;
        margin: 0.2rem 0;
        border-radius: 10px;
        padding: 0.35rem 0rem !important;
        letter-spacing: 0.1rem;
    }
    .navbar .nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.1rem;
        padding: 0.35rem 1rem;
        pointer-events: auto !important;
        cursor: pointer;
    }
    .navbar .nav-item .nav-link:hover {
        color: #e2c904 !important;
    }
    .navbar .nav-item .dropdown-menu {
        border: none;
        border-radius: 0rem;
        padding-bottom: 0.5rem;
        padding-top: 0rem;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item {
        padding: 0.3rem 1rem;
        margin-bottom: 0rem;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item::before {
        content: "-";
        margin-right: 0.5rem;
    }
    .navbar .navbar-nav {
        margin-top: 0.5rem;
        padding: 0rem 1rem 0rem 1rem;
    }
}
@media (max-width: 767.98px) {
    .navbar {
        margin-top: 0rem;
    }
}
@media (min-width: 1199.98px) {
    .navbar .navbar-brand {
        padding: 1rem 0;
    }
}
@media (max-width: 1199.98px) {
    .navbar .navbar-brand {
        width: 300px;
    }
}
@media (max-width: 767.98px) {
    .navbar .navbar-brand {
        width: 180px !important;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-brand {
        width: 260px;
    }
}
.navbar .nav-item {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0 1rem;
}
.navbar .nav-item.dropdown {
    cursor: pointer;
}
.navbar .nav-item.dropdown .nav-link {
    pointer-events: none;
    cursor: pointer;
}
.navbar .nav-item .nav-link {
    color: #fff !important;
}
.navbar .nav-item .nav-link:hover {
    color: #e2c904 !important;
}
@media (max-width: 1168px) {
    .navbar .nav-item {
        padding: 0 0.3rem;
    }
}
@media (min-width: 991.98px) {
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
}
.navbar .dropdown-menu {
    background-color: #1862b2;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    border-radius: 10px;
}
.navbar .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 1rem 3rem 1rem 1rem;
    border-radius: 5px;
    background-color: #0d529d;
    margin-bottom: 0.5rem;
}
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
    background-color: #072d57;
    color: #fff !important;
}
.navbar .dropdown-menu .dropdown-item::before {
    content: "-";
    margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
    .navbar .dropdown-menu {
        background-color: #0d529d;
    }
}
.navbar .dropdown-menu[data-bs-popper] {
    top: auto !important;
    margin-top: 0rem !important;
    left: 1rem;
}
.navbar.nav-solid {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #0f5caf !important;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.navbar.nav-transparent {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.navbar-toggler {
    background-color: transparent;
    border-radius: 0px;
    border: none !important;
    height: 30px;
    width: 46px;
    padding: 0px;
    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;
}
.navbar-toggler:focus {
    color: transparent !important;
}
.navbar-toggler .line-b {
    width: 18px;
    height: 3px;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.navbar-toggler:before,
.navbar-toggler:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}
.navbar-toggler:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.navbar-toggler:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.navbar-toggler.active .line-b {
    background: transparent;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.navbar-toggler.active:before {
    -webkit-transform: translateX(0px) rotate(45deg);
    -ms-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
}
.navbar-toggler.active:after {
    -webkit-transform: translateX(0px) rotate(-45deg);
    -ms-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
}

section {
    background-color: #fff;
    padding: 3.75rem 0;
}
@media (max-width: 767.98px) {
    section {
        padding: 1.5rem 0;
    }
}

.card {
    height: 100%;
    border: none !important;
}
.card .content {
    border-radius: 1.25rem;
    background-color: #0f5caf;
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.card .content::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.card .content:hover .box {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.card .content:hover .copy {
    opacity: 1;
}
.card .content:hover::before {
    background: #0f5caf;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(15, 92, 175, 0.3)),
        to(#0f5caf)
    );
    background: -webkit-linear-gradient(
        top,
        rgba(15, 92, 175, 0.3) 0%,
        #0f5caf 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(15, 92, 175, 0.3) 0%,
        #0f5caf 100%
    );
    background: linear-gradient(
        180deg,
        rgba(15, 92, 175, 0.3) 0%,
        #0f5caf 100%
    );
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.card .content .box {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.card .content h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 2.313rem;
    margin-bottom: 2.5rem;
    text-align: center;
}
.card .content a {
    display: block;
    text-align: center;
    margin: 0 2rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.card .content a:hover {
    background-color: #fff !important;
    color: #21222d !important;
}
.card .content .copy {
    font-size: 1rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    color: #fff;
    margin-bottom: 3rem;
}
@media (max-width: 1199.98px) {
    .card .content h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 991.98px) {
    .card .content {
        margin-bottom: 1rem;
    }
}
@media (max-width: 767.98px) {
    .card .content {
        padding: 2rem;
    }
    .card .content a {
        margin: 0rem;
    }
    .card .content .box {
        -webkit-transform: translateY(140px);
        -ms-transform: translateY(140px);
        transform: translateY(140px);
    }
}

.vidplayer {
    border-radius: 1.25rem;
    width: 100%;
    overflow: hidden;
}
.vidplayer video {
    background-color: #072d57;
    width: 100%;
}

.callout {
    background-image: url("../img/callout.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6rem 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.callout .call-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: relative;
    max-width: 1320px;
}
.callout .overlay {
    background: black;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.1)),
        to(rgba(0, 0, 0, 0.3))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
@media (max-width: 767.98px) {
    .callout {
        padding: 2rem 0;
    }
}

.callout-star {
    position: relative;
    padding: 8rem;
    background-color: #0f5caf;
    background: url(../img/img-star-bg.png) 74% 40% no-repeat, #0f5caf;
}
@media (min-width: 1199.98px) {
    .callout-star .container {
        max-width: 1320px;
        position: relative;
    }
}
.callout-star .star-img {
    position: absolute;
    right: 0;
}
.callout-star .call-txt {
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .callout-star {
        padding: 2rem 0;
        background: url(../img/bg-swirls-02.png) left bottom/30% no-repeat,
            url(../img/img-star-bg.png) right 40%/400px no-repeat, #0f5caf;
        overflow: hidden;
    }
    .callout-star .star-img {
        width: 300px;
        right: -100px;
    }
}
@media (max-width: 991.98px) {
    .callout-star {
        background: url(../img/bg-swirls-02.png) left bottom/30% no-repeat,
            url(../img/img-star-bg.png) 130% 40%/400px no-repeat, #0f5caf;
    }
}
@media (max-width: 767.98px) {
    .callout-star {
        background: url(../img/bg-swirls-02.png) left bottom/30% no-repeat,
            #0f5caf;
    }
    .callout-star .star-img {
        opacity: 0.8;
    }
}

.testimonials {
    background-color: #f5f5f5;
    box-shadow: 0px 9px 7px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 9px 7px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 9px 7px 0px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    border: 4px solid #fff;
    padding: 2rem;
    height: 100%;
}
.testimonials figure {
    margin-bottom: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.testimonials figure .blockquote {
    padding-bottom: 2rem;
}
.testimonials .bx {
    font-size: 1.875rem;
    color: #0f5caf;
    margin-bottom: 0.5rem;
}
.testimonials p {
    font-family: "Playfair Display", serif;
    font-size: 0.875rem;
    line-height: 1.8;
    overflow-y: auto;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.testimonials .blockquote-footer {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #21222d;
    text-align: right;
    margin-bottom: 0rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 100%;
}

#custom-faq .accordion-item {
    background-color: #d8e3d9;
    margin-bottom: 0.5rem;
    border-radius: 0rem;
    border: 1px solid #d8e3d9;
}

#custom-faq .accordion-button {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    border: 1px solid #d8e3d9;
}
#custom-faq .accordion-button::after {
    background-image: url("../img/plus.svg");
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
#custom-faq .accordion-button:not(.collapsed) {
    background-color: #d8e3d9;
    color: #21222d;
}
#custom-faq .accordion-button:not(.collapsed)::after {
    background-image: url("../img/minus.svg");
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
#custom-faq .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#custom-faq .accordion-body {
    background-color: #f5f5f5;
    border: 1px solid #d8e3d9;
}

#custom-faq .accordion-collapse {
    border: 1px solid #d8e3d9;
}

.article {
    overflow: hidden;
    background-color: #f5f5f5 !important;
    border-radius: 1rem !important;
    padding: 1.5rem;
}
.article .img-wrapper {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 1rem;
}
.article .img-wrapper .img-contain {
    margin: 0.5rem;
    border: none;
    overflow: hidden;
}
.article .img-wrapper .img-contain img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.article .title {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center !important;
    line-height: 1.2;
    text-decoration: none;
    word-wrap: normal !important;
    margin: 0 auto;
    color: #ba067a;
}
.article:hover .img-wrapper .img-contain img {
    scale: 120%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.article:hover .title {
    color: #0f5caf !important;
}
@media (max-width: 767.98px) {
    .article {
        padding: 0.75rem;
        border-radius: 0.5rem !important;
    }
    .article .title {
        font-size: 0.875rem;
    }
}

.hover-card .img-wrapper {
    overflow: hidden;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.hover-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -webkit-transition: scale 400ms;
    -o-transition: scale 400ms;
    transition: scale 400ms;
}

.hover-card .wrap-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
}
.hover-card .wrap-link .title {
    color: #21222d;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}
@media (max-width: 767.98px) {
    .hover-card .wrap-link .title {
        font-size: 0.875rem;
        line-height: 1.4;
    }
}
.hover-card .wrap-link:hover {
    color: #0f5caf !important;
}
.hover-card .wrap-link:hover .img-wrapper img {
    scale: 120%;
}

.site-map {
    background-color: #0f5caf;
    background: url(../img/bg-swirls-opa-1.png) right top no-repeat,
        -webkit-gradient(linear, left top, left bottom, from(#072d57), to(#0b4584));
    background: url(../img/bg-swirls-opa-1.png) right top no-repeat,
        -webkit-linear-gradient(top, #072d57 0%, #0b4584 100%);
    background: url(../img/bg-swirls-opa-1.png) right top no-repeat,
        -o-linear-gradient(top, #072d57 0%, #0b4584 100%);
    background: url(../img/bg-swirls-opa-1.png) right top no-repeat,
        linear-gradient(180deg, #072d57 0%, #0b4584 100%);
}
.site-map h1 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}
.site-map hr {
    background-color: #fff;
    opacity: 1;
    margin: 1rem 0 !important;
}
.site-map a {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.footer {
    background: url(../img/bg-swirls-opa-2.png) left bottom no-repeat, #0f5caf;
    color: #fff;
}
.footer h1 {
    font-size: 2.625rem;
    font-weight: 700;
}
.footer hr {
    background-color: #fff !important;
    opacity: 1;
    margin: 3rem 0;
}
.footer .contact-list a {
    text-align: start;
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
}
.footer .contact-list .bx {
    margin-right: 0.4rem;
}
.footer .contact-list li {
    margin-bottom: 0.5rem;
}
.footer .social a {
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
}
.footer .social ul {
    margin-bottom: 0rem;
}
@media (max-width: 767.98px) {
    .footer h1 {
        font-size: 1.8rem;
    }
    .footer .logo {
        width: 250px;
    }
    .footer p {
        font-size: 0.875rem;
    }
    .footer hr {
        margin: 2rem 0;
    }
    .footer .contact-list li {
        margin-bottom: 0rem;
    }
}

.subfooter {
    background-color: #21222d;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.3rem 0;
}
.subfooter .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .subfooter .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header-title {
    margin-top: 177px;
    padding: 6rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.header-title .overlay {
    background: #0f5caf;
    background: url(../img/bg-swirls-opa-2.png) left bottom no-repeat,
        -webkit-gradient(linear, left top, left bottom, from(rgba(15, 92, 175, 0.3)), to(#0f5caf));
    background: url(../img/bg-swirls-opa-2.png) left bottom no-repeat,
        -webkit-linear-gradient(top, rgba(15, 92, 175, 0.3) 0%, #0f5caf 100%);
    background: url(../img/bg-swirls-opa-2.png) left bottom no-repeat,
        -o-linear-gradient(top, rgba(15, 92, 175, 0.3) 0%, #0f5caf 100%);
    background: url(../img/bg-swirls-opa-2.png) left bottom no-repeat,
        linear-gradient(180deg, rgba(15, 92, 175, 0.3) 0%, #0f5caf 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media (max-width: 767.98px) {
    .header-title .overlay {
        background-size: 20%;
    }
}
.header-title .container {
    z-index: 1;
    position: relative;
}
.header-title h1 {
    color: #fff;
    text-align: center;
}
@media (max-width: 1399px) {
    .header-title {
        margin-top: 151px;
    }
}
@media (max-width: 1199.98px) {
    .header-title {
        margin-top: 129px;
    }
}
@media (max-width: 767.98px) {
    .header-title {
        margin-top: 60px;
        padding: 1.5rem 0;
    }
}

.staff-card {
    margin-bottom: 2rem;
    position: relative;
}
.staff-card .wrap-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.staff-card .wrap-link:hover img {
    scale: 120%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.staff-card .wrap-link:hover .photo .learn-more {
    opacity: 1;
}
.staff-card .wrap-link .photo {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
    background-color: #ccc;
    margin-bottom: 1rem;
    position: relative;
}
.staff-card .wrap-link .photo img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 767.98px) {
    .staff-card .wrap-link .photo {
        height: auto;
    }
}
.staff-card .wrap-link .photo .learn-more {
    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;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.staff-card .wrap-link .photo .learn-more span {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Playfair Display", serif;
}
.staff-card .wrap-link .name-pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.staff-card .wrap-link .name-pos .name {
    font-size: 1rem;
    color: #21222d;
    font-weight: 700;
}
.staff-card .wrap-link .name-pos .position {
    font-size: 0.875rem;
    color: #21222d;
}

.location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.location h3 {
    font-size: 1.25rem;
    font-weight: 700;
}
.location div:first-child {
    margin-right: 6rem;
}
@media (max-width: 767.98px) {
    .location {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .location div:first-child {
        margin-right: 0rem;
    }
}

.table-wrap {
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 767.98px) {
    .table-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.table-price {
    background-color: #f5f5f5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Barlow Condensed", sans-serif;
    margin: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
@media (min-width: 767.98px) {
    .table-price:not(:last-child) {
        border-right: 1px solid #fff;
    }
}
.table-price.label .item:not(:first-child) {
    font-weight: 300;
}
@media (max-width: 767.98px) {
    .table-price.label {
        display: none;
    }
}
.table-price .item:first-child {
    background-color: #0f5caf !important;
    color: #fff;
}
.table-price .item:first-child .title {
    font-weight: 700 !important;
}
@media (min-width: 767.98px) {
    .table-price .item:first-child {
        background: url(../img/bg-swirls-opa-2.png) right top/70px no-repeat;
    }
}
@media (max-width: 767.98px) {
    .table-price .item:first-child {
        background: url(../img/bg-swirls-opa-2.png) right top/100px no-repeat;
    }
    .table-price .item:first-child div {
        width: 100%;
    }
    .table-price .item:first-child .title {
        display: none;
    }
}
.table-price .item:not(:nth-child(even)) {
    background-color: #ededed;
}
.table-price .item {
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.table-price .item .title {
    font-weight: 700 !important;
}
.table-price .item .dura {
    font-weight: 300;
}
@media (max-width: 767.98px) {
    .table-price .item .dura {
        font-size: 1.2rem;
    }
}
@media (min-width: 767.98px) {
    .table-price .item .title,
    .table-price .item .dura {
        display: none;
    }
}
.table-price .item div {
    text-align: center;
    width: 100%;
    padding: 0 1rem;
    margin: 0.1rem;
    white-space: nowrap;
}
@media (max-width: 1199.98px) {
    .table-price .item {
        font-size: 1.3rem;
    }
    .table-price .item div {
        padding: 0 0rem;
    }
}
@media (max-width: 991.98px) {
    .table-price {
        margin-bottom: 1rem;
    }
}
@media (min-width: 767.98px) {
    .table-price {
        border-radius: 0px;
    }
}

.price-sm .table-price .item {
    font-size: 1rem;
}
@media (max-width: 767.98px) {
    .price-sm .table-price .item {
        padding: 0.2rem 0;
    }
    .price-sm .table-price .item .dura {
        font-size: 0.9rem;
    }
}

.price-sm .table-price.label .item div {
    padding: 0 0rem;
}

.form-label {
    font-weight: 700;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
}

.form-control {
    font-size: 1rem;
    border: 1px solid #ced4da !important;
}

.prog-wrap {
    border-radius: 1rem;
    overflow: hidden;
}

.program-overview {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1px;
}
.program-overview:not(:nth-child(even)) {
    background-color: #ededed;
}
@media (max-width: 991.98px) {
    .program-overview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem;
        border-radius: 1rem;
        overflow: hidden;
    }
}
.program-overview div {
    padding: 0.5rem 1rem;
}
@media (min-width: 991.98px) {
    .program-overview div:not(:last-child) {
        border-right: 1px solid #fff;
    }
}
.program-overview .title {
    font-weight: 700;
    min-width: 20%;
}
@media (max-width: 991.98px) {
    .program-overview .title {
        background-color: #0f5caf;
        color: #fff;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 700;
        font-size: 1.25rem;
        background: url(../img/bg-swirls-opa-2.png) right top/100px no-repeat,
            #0f5caf;
    }
}
.program-overview .age {
    min-width: 20%;
}
@media (max-width: 991.98px) {
    .program-overview .age {
        font-weight: 700;
        color: #ba067a;
        padding-bottom: 0rem;
    }
}
.program-overview .desc {
    min-width: 45%;
}
.program-overview .link {
    width: 100%;
    text-align: center;
}
@media (max-width: 991.98px) {
    .program-overview .link {
        margin-bottom: 0.5rem;
    }
}
.program-overview .link a {
    font-size: 0.85rem !important;
}
.program-overview.label {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
}
.program-overview.label div {
    background-color: #0f5caf;
    background: url(../img/bg-swirls-opa-2.png) right top/100px no-repeat,
        #0f5caf;
}
.program-overview.label .link {
    text-align: start;
}
@media (max-width: 991.98px) {
    .program-overview.label {
        display: none;
    }
}

.class-name {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}
.class-name .head {
    background-color: #e2c904;
    color: #fff;
    padding: 0.5rem 1rem;
}
.class-name .head.age {
    background-color: #ba067a;
    color: #fff;
}
.class-name .title {
    background-color: #f5f5f5;
    padding: 1rem 1rem;
    background: url(../img/bg-swirls-01.png) left center/130px no-repeat,
        url(../img/bg-swirls-02.png) right center/130px no-repeat, #f5f5f5;
    font-size: 1.6rem;
}
.class-name .title.age {
    background-color: #f5f5f5;
    color: #ba067a;
    background: none;
}

.class-schedule {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}
.class-schedule:first-child {
    border-right: 1px solid #fff;
}
.class-schedule div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.2rem 0;
}
.class-schedule div:first-child {
    border-right: 1px solid #fff;
}
.class-schedule .head {
    background-color: #0f5caf;
    color: #fff;
}
.class-schedule .contents {
    font-size: 1.3rem;
    border-bottom: 1px solid #fff;
}

.blog-date {
    margin-bottom: 1rem;
    color: #918e95;
}

.blog-action {
    display: block;
    text-align: center;
    margin: 2rem 0;
}
.blog-action a {
    text-decoration: none;
    color: #0f5caf;
}
.blog-action a:not(:last-child) {
    margin-right: 0.75rem;
}

.blog-others .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0.3rem;
    border-radius: 8px;
    position: relative;
    padding: 0.5rem;
}
.blog-others .post:nth-child(odd) {
    background-color: #f5f5f5;
}
.blog-others .post .image {
    width: 80px;
    height: 80px;
    background-color: #f00;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-right: 0.5rem;
}
.blog-others .post .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.blog-others .post .title a {
    color: #0f5caf;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
}
.blog-others .post .date {
    font-size: 0.8rem;
    color: #918e95;
}

.schedules {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
    .schedules {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.schedules .class-head {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 0;
    font-weight: 700;
    color: #fff;
    background-color: #0f5caf;
    background: url(../img/bg-swirls-01.png) left center/160px no-repeat,
        url(../img/bg-swirls-02.png) right center/160px no-repeat, #0f5caf;
}
.schedules .class-head h1 {
    margin-bottom: 0rem;
    font-size: 1.5rem;
}
.schedules .class-head span {
    font-size: 1rem;
}
.schedules .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.schedules .item > div {
    width: 50%;
}
.schedules .item:not(:nth-child(even)) {
    background-color: #ededed;
}
.schedules .item .s1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.schedules .item .s1 .name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #fff;
}
.schedules .item .s1 .name h3 {
    font-size: 1.3rem;
    margin-bottom: 0rem;
}
.schedules .item .s1 .name span {
    font-weight: 400;
    font-size: 1rem;
}
.schedules .item .s1 .duration {
    white-space: nowrap;
    font-weight: 400;
}
.schedules .item .s2 {
    border-bottom: 1px solid #fff;
}
.schedules .item .s2 .time-slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.schedules .item .s2 .time-slot > div {
    width: 50%;
}
.schedules .item .s2 .time-slot .day {
    border-right: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.schedules .item .name,
.schedules .item .duration,
.schedules .item .day,
.schedules .item .time {
    padding: 0.5rem;
}
@media (max-width: 767.98px) {
    .schedules .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .schedules .item > div {
        width: 100%;
    }
    .schedules .item .s1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-right: 0;
    }
    .schedules .item .s1 .name {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    .schedules .item .s1 .duration {
        text-align: center;
    }
    .schedules .item .s2 {
        border-bottom: 0;
    }
}
