/*!
Theme Name: Rainbow Palace
Author: Rainbow Palace
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rainbow-palace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'Source Sans Pro bold';
    src: url('fonts/SourceSansPro-Bold.otf');
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Slab", system-ui;
    font-weight: bold;
    margin: 0;
}

p,
a,
ul {
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Source Sans Pro bold';
    font-weight: bold;
    margin: 0;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 43px;
}

h4 {
    font-size: 30px
}

p {
    font-size: 25px;
}

a {
    font-size: 18px;
}

a.social-icon i {
    font-size: 22px;
}

a.social-icon {
    color: #0077BB;
}

.header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-socials p {
    font-size: 16px;
    font-weight: normal;
    font-family: "Roboto Slab", system-ui;
    margin: 0;
}

.header-contact .header-phone {
    width: 710px;
}

.header-contact .header-phone {
    font-size: 25px;
    font-family: "Roboto Slab", system-ui;
    font-weight: bold;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#73d09f), to(#008364));
    background: -o-linear-gradient(top, #73d09f 0%, #008364 100%);
    background: linear-gradient(to bottom, #73d09f 0%, #008364 100%);
    padding: 10px 17px;
    border: 1px solid #6CCB9B;
    border-bottom-left-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 7px 3px 7px 3px rgb(0 0 0 / 20%);
    box-shadow: 7px 3px 7px 3px rgb(0 0 0 / 20%);
    letter-spacing: 1px;
}

.header-contact .header-phone a {
    font-size: 25px;
    font-family: "Roboto Slab", system-ui;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.header-contact .header-phone i {
    background-color: #FFAF47;
    padding: 6px;
    border-radius: 50%;
    font-size: 20px;
    border: 3px solid #fff;
    margin-right: 10px;
    -webkit-box-shadow: 3px 3px 7px 3px rgb(0 0 0 / 20%);
    box-shadow: 3px 3px 7px 3px rgb(0 0 0 / 20%);
}

.header-contact .header-phone p {
    margin: 0 6px;
}

.header-socials>*+* {
    margin-left: 13px;
}

.header-socials {
    margin-right: 30px;
    align-items: center;
}

.header-border {
    height: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#73d09f), to(#008364));
    background: -o-linear-gradient(top, #73d09f 0%, #008364 100%);
    background: linear-gradient(to bottom, #73d09f 0%, #008364 100%);
    -webkit-box-shadow: 7px 3px 7px 3px rgb(0 0 0 / 20%);
    box-shadow: 7px 3px 7px 3px rgb(0 0 0 / 20%);
}

.header-bottm-container {
    max-width: 1035px;
    margin: auto;
    margin-top: 20px;
    margin-left: 8%;
}

.header-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1590px;
    margin-left: auto;
}

.header-right {
    width: 100%;
}

.header-logo {
    max-width: 120px;
    padding-top: 15px;
}

.header-logo img {
    width: 100%;
    opacity: 0;
}

.header-logo-show img {
    opacity: 1 !important;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.header-bottm-container .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottm-container .header-bottom .header-text {
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto Slab", system-ui;
}

a.primary-btn {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#73d09f), to(#008364));
    background: -o-linear-gradient(top, #73d09f 0%, #008364 100%);
    background: linear-gradient(to bottom, #73d09f 0%, #008364 100%);
    color: #fff;
    padding: 10px 23px;
    border: 1px solid #6CCB9B;
    border-radius: 8px;
    -webkit-box-shadow: 2px 3px 7px 4px rgb(0 0 0 / 15%);
    box-shadow: 2px 3px 7px 4px rgb(0 0 0 / 15%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.header-phone a:hover {
    color: #ffaf47;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.header-phone a {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

a.primary-btn:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: -webkit-gradient(linear, left top, left bottom, from(#008364), to(#008364));
    background: -o-linear-gradient(top, #008364 0%, #008364 100%);
    background: linear-gradient(to bottom, #008364 0%, #008364 100%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.site-info a,
.site-info p {
    font-family: "Roboto Slab", system-ui;
    text-align: center;
}

.site-info .footer-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 180%;
    position: relative;
}

.footer-address {
    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;
    line-height: 180%;
}

footer#colophon .site-info {
    background-color: #75BB01;
    color: #fff;
    padding-top: 290px;
    margin-top: -355px;
}

.site-info .footer-phone a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.site-info .footer-phone a:hover {
    color: #ffaf47;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.footer-address a {
    text-decoration: none;
    color: #fff;
}

.site-info .footer-phone p {
    margin: 0 7px;
    font-size: 30px;
}

.footer-address a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.footer-address p {
    margin: 0 10px;
    font-size: 20px;
}

.footer-email p,
.footer-email a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
}

.footer-email a:hover {
    color: #0077bb;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.footer-content p {
    font-size: 16px;
}

.footer-email {
    line-height: 180%;
    text-align: center;
}

.footer-content {
    margin-top: 35px;
    line-height: 180%;
}

.site-bottom-footer {
    background-color: #0B8A6A;
    color: #fff;
    padding: 26px 0;
}

.site-bottom-footer a {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.site-bottom-footer a:hover {
    color: #ffaf47;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.site-bottom-footer a,
.site-bottom-footer p {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

.container {
    max-width: 1375px;
    margin: auto;
}

.site-bottom-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.footer-nav ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1040px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    width: 1040px
}

.footer-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1375px;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 0 60px;
}

.footer-socials a.social-icon {
    color: #fff;
}

.footer-socials a.social-icon i {
    font-size: 17px;
    width: 29px;
    height: 29px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.footer-socials a.social-icon i:hover {
    color: #0077bb;
    border-color: #0077bb;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

section.banner-section {
    margin-top: -105px;
    background-position: left 180%;
}

.sidebar-nav ul#menu-main-menu-1 {
    list-style-type: none;
    position: relative;
    z-index: 2;
}

.sidebar-nav ul#menu-main-menu-1 li a {
    text-decoration: none;
    color: #31313F;
    font-family: "Roboto Slab", system-ui;
    font-weight: 600;
    font-size: 20px;
}

ul#menu-main-menu-1 .current-menu-item a,
ul#menu-main-menu .current-menu-item a {
    color: #2B89C4 !important;
}

.sidebar-nav ul#menu-main-menu-1 li {
    padding: 12px 0;
}

.sidebar-nav ul#menu-main-menu-1 li a:hover,
.header-top-nav ul#menu-main-menu li a:hover {
    color: #2B89C4;
}

.sidebar {
    max-width: 330px;
    width: 100%;
}

section.banner-section .container {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1640px;
}

.banner-contents {
    background-size: cover;
    margin-top: 110px;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
    height: 743px;
    position: relative;
    border-top-left-radius: 15%;
}

.banner-content-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(237, 26, 52, .8);
    color: #fff;
    padding: 35px 35px 65px;
}

.banner-title h2 {
    margin: 0;
    font-size: 43px;
}

.banner-subtitle p {
    font-weight: normal;
    font-size: 30px;
}

section.site-reviews-section .container {
    max-width: 1143px;
}

.review-content p:first-child {
    font-size: 25px;
    font-weight: normal;
    color: #0D692B;
}

.review-content {
    max-width: 488px;
    text-align: center;
}

.review-content p:nth-child(2) {
    font-weight: normal;
    font-size: 18px;
}

.review-content a {
    background-color: #0B8A6A;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 45px;
}

.review-content>*+* {
    margin-bottom: 25px;
}

section.site-reviews-section .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 40px 40px 47px;
    -webkit-box-shadow: 2px 3px 7px 4px rgb(0 0 0 / 15%);
    box-shadow: 2px 3px 7px 4px rgb(0 0 0 / 15%);
    margin-top: -42px;
    position: relative;
}

section.site-reviews-section:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: -1;
    background-image: url(/wp-content/uploads/2024/09/dash-line-min.png);
    height: 6px;
}

section.site-reviews-section {
    position: relative;
    padding-bottom: 50px;
}

section.site-reviews-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    background-color: #EFF9EC;
    z-index: -1;
}

section.progams-section {
    text-align: center;
    padding: 15px;
    padding-bottom: 115px;
    position: relative;
    background-color: #eff9ec;
}

section.progams-section:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    background-image: url(/wp-content/uploads/2024/09/dash-line-blue-min.png);
    height: 6px;
}

section.progams-section .content-wrapper {
    max-width: 902px;
    margin: auto;
    text-align: center;
}

section.progams-section h2.section-heading {
    color: #0099D2;
}

section.progams-section .content-wrapper p {
    margin: 10px 0;
    color: #31313F;
}

section.progams-section .programs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 65px 0;
}

section.progams-section .programs .program-wrapper {
    max-width: 662px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00000000), color-stop(50%, rgb(255 255 255 / 20%)));
    background-image: -o-linear-gradient(left, #00000000 50%, rgb(255 255 255 / 20%) 50%);
    background-image: linear-gradient(90deg, #00000000 50%, rgb(255 255 255 / 20%) 50%);
    background-size: 8px 8px;
    border-radius: 25px;
    margin-bottom: 45px;
}

.program-img {
    max-width: 273px;
    max-height: 337px;
    height: 100%;
    width: 100%;
}

.program-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.program-title {
    color: #fff;
    width: 100%;
    max-width: 380px;
    padding: 15px 40px;
}

.program-wrapper:last-child .program-title {
    color: #BF0C0B;
}

section.progams-section .container {
    position: relative;
}

section.progams-section:before {
    content: attr(data-text);
    position: absolute;
    left: 0%;
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 200px;
    color: #E6F7DF;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

section.about-us-section {
    padding: 60px 10px;
    position: relative;
}

section.about-us-section .container {
    margin-right: 35px;
    max-width: 1605px;
}

section.about-us-section .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: space-around;
}

section.about-us-section .content-text {
    max-width: 604px;
    width: 100%;
}

section.about-us-section .content-text h2 {
    margin-bottom: 30px;
}

section.about-us-section .content-text p {
    line-height: 1.7;
}

.content-btn {
    margin-top: 50px;
    position: relative;
}

section.about-us-section:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: -1;
    background-image: url(/wp-content/uploads/2024/09/dash-line-min.png);
    height: 6px;
}

section.about-us-section .content-text h2 {
    color: #0099D2;
}

section.about-us-section:after {
    content: attr(data-text);
    position: absolute;
    bottom: 38%;
    left: -20%;
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 200px;
    color: #EAF9FF;
    -webkit-transform: rotate(269deg);
    -ms-transform: rotate(269deg);
    transform: rotate(269deg);
}

section.faqs-section {
    position: relative;
    padding-top: 40px;
}

section.faqs-section:before {
    content: attr(data-text);
    position: absolute;
    bottom: 38%;
    right: -8%;
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 200px;
    color: #FFF8D9;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

section.faqs-section .container {
    max-width: 1656px;
    margin-left: 0px;
}

section.faqs-section .container .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.faqs-section .container .content-image {
    margin-left: -30px;
    max-width: 1200px;
    width: 100%;
    max-height: 990px;
    background-size: cover;
    height: 990px;
    background-repeat: no-repeat;
}

section.faqs-section .content-text {
    max-width: 605px;
    width: 100%;
    margin-left: -85px;
    margin-bottom: 140px;
}

section.faqs-section .content-text h2 {
    color: #FDCE1F;
    margin-bottom: 30px;
}

section.faqs-section .content-text p {
    line-height: 1.7;
}

section.faqs-section:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 0;
    background-image: url(/wp-content/uploads/2024/09/dash-line-min.png);
    height: 6px;
}

section.faqs-section .faqs-bg {
    position: absolute;
}

section.single-col-section {
    color: #fff;
    text-align: center;
    padding: 179px 15px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section.single-col-section .content-text h2,
section.single-col-section .content-text p {
    text-shadow: 3px 3px 10px #00000052;
}

section.single-col-section .content-text p {
    margin-top: 15px;
}

section.single-col-section:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    background-image: url(/wp-content/uploads/2024/09/dash-line-blue-min.png);
    height: 6px;
}

section.single-col-section:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: url(/wp-content/uploads/2024/09/dash-line-white-min.png);
    z-index: 5;
}

section.our-team-section {
    padding: 60px 10px;
    position: relative;
}

section.our-team-section .container {
    margin-right: 15px;
    max-width: 1605px;
}

section.our-team-section .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.our-team-section .content-text {
    max-width: 604px;
    width: 100%;
}

section.our-team-section .content-text h2 {
    margin-bottom: 30px;
}

section.our-team-section .content-text p {
    line-height: 1.7;
}

.content-btn {
    margin-top: 50px;
}

section.our-team-section:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: -1;
    background-image: url(/wp-content/uploads/2024/09/dash-line-blue-min.png);
    height: 6px;
}

section.our-team-section .content-text h2 {
    color: #0099D2;
}

section.our-team-section:after {
    content: attr(data-text);
    position: absolute;
    bottom: 33%;
    left: -23%;
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 200px;
    color: #FEF3F3;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

section.our-team-section .content-image {
    max-width: 980px;
}

section.our-team-section .content-image img {
    width: 100%;
}

.pre-footer-img {
    max-width: 100%;
    max-height: 1157px;
    margin-top: -140px;
    position: relative;
}

.pre-footer-img img {
    width: 100%;
    height: 100%;
}

.full-btn a {
    width: 229px;
    display: block;
    text-align: center;
}

section.single-col-section a.primary-btn {
    width: 171px;
    display: block;
    margin: auto;
    text-align: center;
}

header#masthead {
    z-index: 99;
    background-color: #fff;
    padding-bottom: 20px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+section {
    padding-top: 130px;
}

/*Back to Top */

#back-to-top {
    display: inline-block;
    background-color: #37a881;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 45px;
    color: #fff;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #ffaf47;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.footer-main-menu ul#menu-main-menu-2 li a:hover {
    color: #2B89C4;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
.site-text-logo {
    -webkit-animation: site-text-logo 10s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
    animation: site-text-logo 10s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

@-webkit-keyframes site-text-logo {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes site-text-logo {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.banner-contents {
    right: -1415px;
}

.banner-contents {
    -webkit-animation: banner-contents-slide 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
    animation: banner-contents-slide 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s both;
}

@-webkit-keyframes banner-contents-slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-1415px);
        transform: translateX(-1415px);
    }
}

@keyframes banner-contents-slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-1415px);
        transform: translateX(-1415px);
    }
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 3000ms cubic-bezier(0.390, 0.575, 0.565, 1.000) 600ms both;
    animation: fade-in-bottom 3000ms cubic-bezier(0.390, 0.575, 0.565, 1.000) 600ms both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 800ms both;
    animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 800ms both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.tracking-in-contract-bck-bottom {
    -webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-contract-bck-bottom {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px) translateY(300px);
        transform: translateZ(400px) translateY(300px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes tracking-in-contract-bck-bottom {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px) translateY(300px);
        transform: translateZ(400px) translateY(300px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

.footer-socials>*+* {
    margin-left: 5px;
}

section.gallery-section {
    margin-top: 50px;
}

section.gallery-section .gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.gallery-section .gallery-wrapper .gallery-item {
    max-width: 320px;
    max-height: 320px;
    padding: 10px 10px;
}

section.gallery-section .gallery-wrapper .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-nav ul#menu-main-menu-2 .current-menu-item.current_page_item a {
    color: #2B89C4 !important;
}

section.about-us-section.meet-us-section .content-text {
    max-width: 1100px;
    width: 100%;
}

section.about-us-section.meet-us-section .content-image {
    width: 400px;
}

section.about-us-section.meet-us-section .content-image img {
    width: 100%;
}

section.about-us-section.meet-us-section .content-wrapper {
    flex-direction: row-reverse;
}

section.about-us-section.meet-us-section .content-text h2 {
    font-size: 35px;
}

section.about-us-section.meet-us-section .content-text p {
    font-size: 22px;
}

section.about-us-section.meet-us-section:before {
    content: unset;
}

section.about-us-section.meet-us-section {
    padding: 20px 10px;
}

section.single-col-section.inner-single-col {
    padding: 55px 15px;
}

section.single-col-section.inner-single-col .content-text p {
    color: #000;
    text-shadow: unset;
    font-size: 22px;
    line-height: 1.7;
}

section.single-col-section.inner-single-col .container {
    max-width: 1600px;
}

section.testimonial-section .content-wrapper,
section.testimonial-section .content-wrapper p {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
}

.wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-weight: bold;
}

span.readmore-text {
    color: #0077bb;
}

section.testimonial-section .strong-rating-wrapper .star svg path {
    fill: #048566;
}

section.testimonial-section .content-wrapper {
    padding: 80px 0;
}

section.testimonial-section .wpmtst-testimonial {
    background-color: #eff9ec;
    border-radius: 25px;
}

section.testimonial-section .wpmtst-testimonial-inner {
    padding: 25px !important;
}

section.testimonial-section .wpmtst-testimonial-inner {
    padding: 25px !important;
    display: flex !important;
    flex-direction: column;
    max-height: 296px;
}

section.testimonial-section .wpmtst-testimonial-content.testimonial-content {
    max-height: 175px;
    overflow: auto;
}

section.testimonial-section h3.wpmtst-testimonial-heading.testimonial-heading {
    font-size: 23px;
    order: 3;
}

section.testimonial-section .wpmtst-testimonial-field.testimonial-field.testimonial-name {
    text-align: left;
    order: 1;
}

section.testimonial-section .wpmtst-testimonial-field.testimonial-field {
    order: 2;
}

section.testimonial-section .wpmtst-testimonial-content.testimonial-content {
    order: 4;
}

.accordion {
    background-color: #fffdfd;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 4px solid #068767;
    border-radius: 25px;
    margin-bottom: 10px;
}

.active-acc,
.accordion:hover {
    background-color: #e7e7e7;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active-acc:after {
    content: "\2212";
}

.accordion-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 17px;
}

h2.acc-heading {
    color: #0099D2;
    margin-bottom: 10px;
    text-align: center;
}

section.accordion-section {
    position: relative;
    z-index: 3;
    padding: 80px 15px;
}

.accordion-sub-text {
    margin-bottom: 35px;
    text-align: center;
}

.accordion.active-acc .accordion-panel {
    padding: 18px;
    margin-bottom: 15px
}

button.accordion.active-acc+.accordion-panel {
    padding: 18px;
    border-radius: 25px;
}

.accordion-panel p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Source Sans Pro';
}

button.accordion {
    font-size: 20px;
    font-weight: 600;
}

section.about-us-section.meet-us-section .content-image img {
    border-radius: 25px;
}

section.learning-section {
    padding: 60px 15px 120px;
    position: relative;
}

section.learning-section .content-text h2 {
    color: #0099d2;
    text-align: center;
}

.learning-lists-wrapper ul.list-items {
    font-size: 25px;
    column-count: 2;
    margin-top: 40px;
}

section.learning-section ul.list-items li {
    margin-bottom: 45px;
}

section.learning-section .learning-lists-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    font-size: 25px;
    flex-wrap: wrap;
}

section.learning-section .learning-lists-wrapper .learning-list-img {
    max-width: 425px;
    width: 100%;
}

section.learning-section .learning-lists-wrapper .learning-list-img img {
    width: 100%;
}

section.learning-section:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: -1;
    background-image: url(/wp-content/uploads/2024/09/dash-line-min.png);
    height: 6px;
}

ul.list-items-1 {
    padding: 20px;
    /* flex: 1; */
    border: 5px solid #0099d2;
    border-radius: .5px;
    list-style-type: none;
    /* border-radius: 25px; */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* padding-left: 0; */
    width: 50%;
}

ul.list-items-2 {
    /* flex: 1; */
    padding: 20px;
    border: 5px solid #0099d2;
    border-left: .5px;
    list-style-type: none;
    /* border-radius: 25px; */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 50%;
}

ul.list-items-2 li {
    margin-bottom: 15px;
}

ul.list-items-1 li {
    padding-bottom: 15px;
}

ul.list-items-1 li:before {
    content: "✓";
    color: #0099d2;
    font-size: 40px;
    margin-right: 10px;
}

ul.list-items-2 li:before {
    content: "✓";
    color: #0099d2;
    margin-right: 5px;
    font-size: 40px;
}

section.learning-section .learning-lists-wrapper div {
    flex: 1;
    width: 100%;
    border: 5px solid #0099d2;
    border-top: none;
}

section.learning-section .learning-lists-wrapper div ul.list-items-3 {
    display: flex;
    justify-content: space-evenly;
    padding: 25px 10px;
    list-style-type: none;
}

section.learning-section .learning-lists-wrapper div p {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background-color: #0099d2;
}

ul.list-items-3 li:before {
    content: "✓";
    color: #0099d2;
    margin-right: 5px;
    font-size: 40px;
}

.header-top-nav ul#menu-main-menu {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    max-width: 1035px;
}

.header-top-nav ul#menu-main-menu li a {
    color: #31313F;
    font-family: "Roboto Slab", system-ui;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}

.top-menu-1 {
    /* display: none; */
    opacity: 0;
    /* margin-top: 45px; */
}

.header-bottm-container .header-bottom.no-display {
    display: none;
    margin-top: 45px;
}

.top-menu-1.visible {
    /* display: block; */
    transition: 1s ease-in-out;
    opacity: 1;
    margin-top: 45px;
}

header#masthead.header-shadow {
    box-shadow: 0 0 7px 1px #00000082;
}

section.programs-inner-section {
    padding: 60px 0;
    position: relative;
}

section.programs-inner-section:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 6px;
    background-image: url(/wp-content/uploads/2024/09/dash-line-min.png);
}

.programs-inner-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
    flex-direction: column;
}

.programs-inner-items .programs-inner-item {
    width: 50%;
    margin-bottom: 60px;
}

.programs-inner-items .programs-inner-item p {
    display: flex;
    align-items: center;
}

.programs-inner-items .programs-inner-item p i {
    color: #0099D2;
    font-size: 60px;
    margin-right: 13px;
    max-width: 80px;
    width: 100%;
}

section.programs-inner-section h2 {
    color: #0099D2;
    margin-bottom: 20px;
}

section.programs-inner-section.program-features .programs-inner-items {
    flex-direction: unset;
}

section.programs-inner-section.program-features .programs-inner-items .programs-inner-item {
    width: 45%;
}

section.daily-schedule-section {
    padding: 50px 10px 100px;
    background-color: #eff9ec;
}

section.daily-schedule-section h2 {
    text-align: center;
    font-size: 30px;
    color: #0099D2;
    margin-bottom: 25px;
}

section.daily-schedule-section .schedules-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section.daily-schedule-section .schedules-wrapper .left-col-sched {
    width: 48%;
    border: 3px solid #7ac6aa;
}

section.daily-schedule-section .schedules-wrapper .right-col-sched {
    width: 48%;
    border: 3px solid #7ac6aa;
}

section.daily-schedule-section p.sched-heading {
    text-align: center;
    padding: 15px;
    border-bottom: 2px solid #7ac6aa;
}

p.sched-act-item {
    font-size: 20px;
    padding: 17px;
    border-bottom: 2px solid #7ac6aa;
}

p.sched-act-item strong {
    font-weight: 900;
    color: #0099d2;
}

p.sched-footer {
    font-size: 18px;
    padding: 15px;
}

p.sched-act-item:hover {
    background-color: #CEEDC5;
}

section.contact-section {
    margin: 80px 0 120px;
}

section.contact-section .content-wrapper {
    display: flex;
    justify-content: space-between;
    /* background-color: #0f8d6c; */
    border-radius: 25px;
}

section.contact-section .content-text {
    /* width: 50%; */
    margin: 30px;
    padding: 42px;
    background-color: #43b086;
    border-radius: 25px;
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
}

section.contact-section .address-maps {
    padding: 25px;
    border-radius: 35px;
    /* border: 2px solid #2ba07a; */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* background: #2ba07a; */
    text-align: center;
}

p.gform_required_legend {
    display: none;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield {
    font-family: 'Source Sans Pro';
    color: #fff;
}

.gform_wrapper .gfield input.large,
.gform_wrapper .gfield select.large,
.gform_wrapper .gfield input.medium,
.gform_wrapper .gfield select.medium,
.gform_wrapper .gfield input.small,
.gform_wrapper .gfield select.small,
.gform_wrapper.gravity-theme .ginput_complex input,
.gform_wrapper.gravity-theme .ginput_complex select {
    border-radius: 7px !important;
    color: #777777;
    line-height: 1.5;
    border-color: aliceblue;
    border-width: 1px;
    border-style: none;
}

input.gform-button {
    text-decoration: none;
    color: #fff;
    padding: 10px 60px;
    border: 1px solid #87bcde;
    border-radius: 8px;
    -webkit-box-shadow: 2px 3px 7px 4px rgb(0 0 0 / 15%);
    box-shadow: 2px 3px 7px 4px rgb(0 0 0 / 15%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #2b89c4;
    font-family: 'Source Sans Pro' !important;
    font-size: 18px;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-left: auto;
}

.map-info a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
}

.map-contact-info {
    display: flex;
}

.map-contact-info>p:first-child {
    margin-right: 10px;
}

.map-email-info {
    display: flex;
}

.map-email-info p {
    margin-right: 10px;
}

.map-info a:hover {
    color: #0077bb;
}

.map-contact-info {
    display: flex;
    justify-content: center;
}

.map-email-info {
    display: flex;
    justify-content: center;
}

.address1-map {
    margin-top: 10px;
    border: 1px solid #048566;
    padding: 10px;
}

.address1-info p {
    font-size: 21px;
    margin-bottom: 7px;
}

.address2-map {
    margin-top: 10px;
    border: 1px solid #048566;
    padding: 10px;
}

.address2-map p {
    font-size: 20px;
    margin-bottom: 7px;
}

h2.gform_title {
    color: #fff;
}

section.error-404.not-found {
    text-align: center;
    padding: 10px 10px 150px;
}

section.error-404.not-found .full-btn.back-to-home-btn {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}

section.error-404.not-found h1 {
    font-size: 300px;
}

section.single-col-section.thank-you-page {
    background-color: #0077bb;
}

input#gform_submit_button_1:hover {
    background-color: #0077bb;
}

section.testimonial-section {
    text-align: center;
}

section.testimonial-section .content-heading {
    margin-bottom: 45px;
}

section.home-testimonials:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 0;
    background-image: url(/wp-content/uploads/2024/09/dash-line-min.png);
    height: 6px;
}

section.home-testimonials {
    position: relative;
}

ul.faq-items {
    font-size: 25px;
}

ul.faq-items li {
    line-height: 1.5;
}

ul.faq-items li:hover {
    color: #0077bb;
}

button#rmp_menu_trigger-335 {
    border: 2px solid #ffffff;
}

button#rmp_menu_trigger-335.is-active {
    border-color: #0b8a6a;
}

section.registration-page {
    margin-bottom: 90px;
    color: #fff;
}

section.registration-page .content-wrapper {
    max-width: 700px;
    background-color: #0077bb;
    padding: 50px 40px;
    margin: auto;
    border-radius: 25px;
    box-shadow: 0 0 12px 5px #75859d;
}

input#gform_submit_button_2 {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#73d09f), to(#008364));
    background: -o-linear-gradient(top, #73d09f 0%, #008364 100%);
    background: linear-gradient(to bottom, #73d09f 0%, #008364 100%);
    color: #fff;
    padding: 10px 23px;
    border: 1px solid #6CCB9B;
    border-radius: 8px;
    -webkit-box-shadow: 2px 3px 7px 4px rgb(0 0 0 / 15%);
    box-shadow: 2px 3px 7px 4px rgb(0 0 0 / 15%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro bold';
}

input#gform_submit_button_2:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: -webkit-gradient(linear, left top, left bottom, from(#008364), to(#008364));
    background: -o-linear-gradient(top, #008364 0%, #008364 100%);
    background: linear-gradient(to bottom, #008364 0%, #008364 100%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    margin-left: auto;
}

.banner-title h2 {
    font-size: clamp(1.125rem, 0.8689rem + 1.4634vw, 2.625rem);
}

.banner-subtitle p {
    font-size: clamp(0.875rem, 0.7043rem + 0.9756vw, 1.875rem);
}

div#rmp-menu-additional-content-335 a {
    color: #fff;
    font-size: 22px;
}

div#rmp-menu-additional-content-335 a:not(:last-child) {
    margin-right: 15px;
}

.header-bottm-container .header-bottom .header-text {
    font-size: clamp(0.875rem, 0.4464rem + 0.6696vw, 1.25rem);
}

.header-bottm-container .header-bottom a.primary-btn {
    font-size: clamp(0.875rem, 0.5893rem + 0.4464vw, 1.125rem);
}

.header-bottm-container .header-bottom {
    justify-content: space-evenly;
}

.review-content p:first-child {
    font-size: clamp(0.9375rem, 0.8308rem + 0.6098vw, 1.5625rem);
}
.review-content p:nth-child(2) {
    font-size: clamp(0.8125rem, 0.7591rem + 0.3049vw, 1.125rem);
}
.review-content a {
    font-size: clamp(0.625rem, 0.5183rem + 0.6098vw, 1.25rem);
}
h2.section-heading {
    font-size: clamp(1.5625rem, 1.2957rem + 1.5244vw, 3.125rem);
}
p.section-content {
    font-size: clamp(1.125rem, 1.0503rem + 0.4268vw, 1.5625rem);
}

.program-title h4 {
    font-size: clamp(1.0625rem, 0.9238rem + 0.7927vw, 1.875rem);
}

a.primary-btn {
    font-size: clamp(0.75rem, 0.686rem + 0.3659vw, 1.125rem);
}

section.contracts-forms .forms-items div a:hover {
    color: #37a881;
}
section.contracts-forms .content-wrapper .content-text {
    display: flex;
    flex-direction: column;
}
section.contracts-forms .forms-items div {
    margin: 40px 0;
}
section.contracts-forms .forms-items div a {
    color: #000;
    text-decoration: none;
    font-size: 25px;
}
section.contracts-forms .forms-items div a i {
    margin-right: 5px;
}

@media (max-width: 1366px) {
    section.progams-section .programs {
        gap: 10px;
        justify-content: space-evenly;
    }
    .program-title {
        padding: 15px;
    }
    section.progams-section .programs .program-wrapper {
        max-width: 530px;
    }
    
    .program-img {
        max-width: 200px;
    }
    section.progams-section:before {
        font-size: 165px;
    }
    

}

@media (max-width: 1280px) {
    .header-contact .header-phone {
        width: 477px;
    }
    section.progams-section {
        padding: 10px 15px 75px;
    }
}

@media (max-width: 1199px) { 
    section.progams-section .programs .program-wrapper {
        max-width: 450px;
    }
    .program-img {
        max-width: 170px;
    }
    section.progams-section:before {
        font-size: 150px;
    }

}

@media (max-width: 1024px) {
    .sidebar {
        max-width: 280px;
    }
    .banner-contents {
        height: 660px;
    }

}

@media (max-width: 1023px) {
    .header-socials p {
        display: none;
    }

    .header-contact .header-phone {
        width: 400px;
    }

    .header-contact .header-phone a,
    .header-bottm-container .header-bottom .header-text {
        font-size: clamp(0.8125rem, 0.6476rem + 0.9421vw, 1.25rem);
    }

    .header-bottm-container .header-bottom {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .header-bottm-container .header-bottom p {
        width: 100%;
        text-align: center;
    }

    .header-bottm-container .header-bottom a {
        font-size: clamp(0.625rem, 0.5308rem + 0.5384vw, 0.875rem);
    }

    .sidebar {
        display: none;
    }

    .header-logo img {
        opacity: 1;
    }

    .header-logo {
        margin-left: auto;
    }

    .header-right {
        width: 80%;
    }

    .header-bottm-container {
        margin-left: unset;
        margin-top: 10px;
    }

    .top-menu-1.visible,
    .top-menu-1 {
        display: none;
    }

    .header-bottm-container .header-bottom.no-display {
        display: flex;
        margin-top: 10px;
    }

    header#masthead {
        padding-bottom: 3px;
    }

    .header-socials {
        display: none;
    }

    .banner-content-wrapper {
        left: 0;
        width: -webkit-fill-available;
    }

    .full-btn a.primary-btn {
        margin: auto;
    }

}

@media (max-width: 820px) {
    .banner-content-wrapper {
        text-align: center;
    }
    .banner-contents {
        height: 454px;
    }
}


@media (max-width: 540px) {
    .header-right {
        width: 70%;
    }

    .header-logo {
        margin-left: auto;
        margin-right: auto;
    }
    section.site-reviews-section .content-wrapper {
        padding: 20px 15px 28px;
        justify-content: center;
    }
    

}

@media (max-width: 430px) {
    .header-contact .header-phone {
        padding: 2px 15px 7px;
    }

    .header-contact .header-phone i {
        font-size: 11px;
    }

    .header-bottm-container .header-bottom a.primary-btn {
        font-size: 10px;
    }

    .banner-contents {
        height: 380px;
    }

    .banner-content-wrapper {
        padding: 10px 35px 51px;
    }

}

@media (max-width: 300px) {
    .header-logo {
        padding-top: 60px;
    }

}