/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Baloo+Chettan+2:wght@500;700;800&family=Raleway&display=swap');
/*
font-family: 'Amatic SC', cursive;
font-family: 'Baloo Chettan 2', cursive;
font-family: 'Raleway', sans-serif;
*/

/*Basic*/
html {
    -webkit-text-size-adjust: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #212529;
    font-weight: 400;
    line-height: 26px;
    /*scroll-behavior: smooth;*/
}

body {
    margin: 0;
}

main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 800 !important;
    font-family: 'Baloo Chettan 2', cursive;
    line-height: 1;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em 0;
}

h1 {
    font-size: 47px !important;
}

h2 {
    font-size: 47px !important;
    color: #5D2C81;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
    margin: 0 0 0.67em;
}

p {
    font-size: 1rem;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: #FFF;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

a:hover {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

.header-bottom {
    max-height: 182px;
}

.header-bottom .header-logo {
    padding: 10px 0;
}

.header-bottom .header-logo img {
    max-height: 78px;
    height: auto;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/*Scroll bar*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

::-webkit-scrollbar-thumb:active {
    background: #999999;
}

::-webkit-scrollbar-track {
    background: #efefef;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: #efefef;
}

::-webkit-scrollbar-track:active {
    background: #efefef;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav li {
    float: left;
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/*Custom Classes*/
.center-page {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}

.dflex {
    display: flex;
    align-items: center;
}

.space-between {
    justify-content: space-between;
    /*height:70px;*/
   
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.menu-trigger {
    display: none;
}

.two-cols,
.three-cols,
.four-cols {
    display: grid;
    align-items: center;
    gap: 45px;
    justify-items: left;
}

.two-cols {
    grid-template-columns: repeat(2, 1fr);
    /*change repeat(x, 1fr) in responsive*/
}

.three-cols {
    grid-template-columns: repeat(3, 1fr);
    /*change repeat(x, 1fr) in responsive*/
}

.four-cols {
    grid-template-columns: repeat(4, 1fr);
    /*change repeat(x, 1fr) in responsive*/
}

.pretitle {
    font-size: 27px;
    font-family: 'Amatic SC', cursive;
    margin: 0;
    line-height: 1;
    font-weight: 500;
}

.text-dark {
    color: #343a40 !important;
}

.purple {
    color: #5D2C81;
}

.fuchsia {
    color: #E10F7E;
}

.blue {
    color: #179AD7;
}

.white {
    color: #ffffff;
}

.bg-beige {
    background-color: #F6F1E4 !important;
}

.primary-btn {
    background: #F2E1FF;
    border: 0;
    color: #5D2C81;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Baloo Chettan 2', cursive;
    text-decoration: none;
    padding: 12px 31px;
    line-height: 1;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.primary-btn:after {
    content: '';
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 4px 1px, 4px 1px, 1px 4px, 1px 4px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.primary-btn:hover:after {
    -webkit-animation: BorderAnimation 4s infinite linear;
    animation: BorderAnimation 4s infinite linear;
}

@-webkit-keyframes BorderAnimation {
    0% {
        background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    }

    100% {
        background-position: 100% 0, 0 100%, 0 0, 100% 100%;
    }
}

@keyframes BorderAnimation {
    0% {
        background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    }

    100% {
        background-position: 100% 0, 0 100%, 0 0, 100% 100%;
    }
}

.full-btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.waves-up,
.waves-down {
    padding: 70px 0;
    position: relative;
}

.waves-up:before,
.waves-down:after {
    content: '';
    -webkit-mask-image: url('../images/waves.svg');
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    animation: sway1 5s infinite;
    z-index: 99;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.waves-up-mix,
.waves-down-mix {
    padding: 150px 0;
    position: relative;
}

.waves-up-mix:before {
    content: '';
    background-color: #F6F1E4;
    -webkit-mask-image: url('../images/waves.svg');
    display: block;
    width: 100%;
    height: 66px;
    position: absolute;
    animation: sway1 5s infinite;
    z-index: 99;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.waves-down-mix:after {
    content: '';
    background-color: #F6F1E4;
    -webkit-mask-image: url('../images/waves_old.svg');
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    animation: sway1 5s infinite;
    z-index: 99;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.about-section:after {
    bottom: 0;
}

.waves-up-about:before,
.waves-down-about:after {
    content: '';
    -webkit-mask-image: url('../images/waves_old.svg');
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    animation: sway1 5s infinite;
    z-index: 99;
}

.waves-up:before {
    top: 0;
}

.waves-up-mix:before {
    top: 0;
}

.waves-down:after {
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.waves-down:after {
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.waves-blue.waves-up:before {
    -webkit-mask-image: url('../images/waves_old.svg');
    top: -66px;
}

.waves-up-footer,
.waves-down-footer {
    padding: 57px 0 !important;
    background-color: #FFFFFF;
    position: relative;
}

.waves-up-footer:before {
    background-color: #F6F1E4;
    content: '';
    -webkit-mask-image: url('../images/waves.svg');
    display: block;
    width: 100%;
    height: 66px;
    margin-top: -71px;
    position: absolute;
    animation: sway1 5s infinite;
    z-index: 99;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.waves-down-footer:after {
    background-color: #F6F1E4;
    content: '';
    -webkit-mask-image: url('../images/waves_old.svg');
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    animation: sway1 5s infinite;
    z-index: 99;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

section.wrapper-calendar main#app {
    height: 645px;
}

@keyframes sway1 {

    0%,
    100% {
        background-position: -10px 0;
    }

    50% {
        background-position: -20px 0;
    }
}

.block-title {
    text-align: center;
}


/*Header*/
.site-header {
    background: #F6F1E4;
}

.header-top {
    padding: 3px 0;
    border-bottom: 1px dashed #179AD7;
}

.header-top .center-page {
    display: flex;
    justify-content: flex-end;
}

.header-info {
    display: flex;
    align-items: center;
}

.header-info p {
    margin: 0;
}

.header-info span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 8px 0 15px;
    margin-bottom: -5px;
    transition: all 0.25s ease;
}

.header-info .address-icon {
    background-image: url('../images/map-pin.svg');
}
.header-info .location-icon {
    background-image: url('../images/location.svg');
}

.header-info .mail-icon {
    background-image: url('../images/mail.svg');
}

.header-info .phone-icon {
    background-image: url('../images/phone.svg');
}

.header-info a {
    text-decoration: none;
    font-size: 14px;
}

.header-info a:hover span {
    /* margin-bottom: -3px; */
    transform: scale(1.1);
    rotate: 3deg;
}

.header-info .btn-logout {
    border: 0 !important;
    color: #5c5c5c;
    font-size: 0.875rem;
    background-color: transparent !important;
}

.header-info .btn-logout:hover {
    cursor: pointer;
}

/*Main Menu*/
.main-menu ul li {
    padding: 10px 10px;
    position: relative;
}

.main-menu ul li:last-child {
    margin-right: -20px;
}

.main-menu ul li:before {
    content: '';
    -webkit-mask-image: url('../images/menu.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: translate(0%, -30%) scale(1.1) rotate(20deg);
    -ms-transform: translate(0%, -30%) scale(1.1) rotate(20deg);
    transform: translate(0%, -30%) scale(1.1) rotate(20deg);
    opacity: 0;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
}

.main-menu ul li.current:before,
.main-menu ul li:hover:before {
    -webkit-transform: translate(0%, -30%) scale(1) rotate(0);
    -ms-transform: translate(0%, -30%) scale(1) rotate(0);
    transform: translate(0%, -30%) scale(1) rotate(0);
    opacity: 1;
}

.main-menu ul li a {
    text-decoration: none;
    font-family: 'Baloo Chettan 2', cursive;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 1;
}

/*Submenu*/
.main-menu ul li:hover ul {
    display: block;
}

.main-menu ul ul {
    display: none;
    width: 220px;
    left: -15px;
    position: absolute;
    top: 100%;
    padding: 13px 0 41px;
    border-radius: 7px;
    background-color: #f6f1e4;
    background-image: url('../images/sub-menu.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    z-index: 99;
}

.main-menu ul ul li {
    display: block;
    width: 100%;
    padding: 7px 47px;
}

.main-menu ul ul li a {
    font-family: "Baloo Chettan 2", cursive;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.294em;
    text-transform: none;
}

.main-menu ul ul li:after {
    left: 20px;
    top: 16px;
    right: auto;
    width: 14px;
    height: 14px;
}

/*Slick Slider*/
.slick-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 29px);
    bottom: 0;
    width: 58px;
    height: 58px;
    font-size: 0;
    background: transparent;
    border: 0;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s ease;
    background-size: cover;
}

.slick-slider .slick-arrow:hover {
    transform: scale(1.1);
}

.slick-slider .slick-prev {
    left: 20%;
    transform: rotate(180deg);
}

.slick-slider .slick-prev:hover {
    transform: rotate(180deg) scale(1.1);
}

.slick-slider .slick-next {
    right: 20%;
}

ul.slick-dots,
ul.pagination {
    list-style: none;
    padding: 15px 0 20px;
    text-align: center;
    margin: 0;
}
ul.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

ul.pagination .page-item {
    /* border: 1px solid #cfcfcf; */
    width: 24px;
}

a {
    background-color: transparent;
    color: #5c5c5c;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
ul.slick-dots li,
ul.pagination li {
    display: inline-block;
    padding: 0 5px;
}

ul.slick-dots li button,
ul.pagination li a {
    padding: 0;
    margin: 0;
    background: url('../images/dots.png');
    background-position: 18px 0;
    border: 0;
    width: 18px;
    height: 19px;
    font-size: 0;
    cursor: pointer;
}

ul.slick-dots li:nth-child(even),
ul.pagination li:nth-child(even) {
    /* top: -3px; */
    position: relative;
}

ul.slick-dots li:hover button,
ul.slick-dots li.slick-active button,
ul.pagination li:hover a,
ul.pagination li.active a {
    background-position: 0;
}

/*Main Slider*/
.main-slider {
    background: #F6F1E4;
}

.main-slider .main-slide img {
    border-radius: 12px;
    margin: 0 auto;
    /* max-width: 980px; */
    /* width: 100%; */
    object-fit: cover;
    height: 495px;
}
@media only screen and (max-width: 480px) {
    
    .main-slider .main-slide img {
        height: 250px !important;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }
  }

.main-slider .main-slide {
    padding: 0 35px;
}

.main-slider .slick-arrow {
    top: calc(50% - 58px);
}

/*Welcome Section*/
.welcome-section {
    background-color: #F6F1E4;
    text-align: center;
    padding: 45px 0 45px;
}

.welcome-section img {
    border-radius: 12px;
    margin-bottom: 20px;
}

.welcome-section .three-cols {
    padding: 35px 0 0 0;
}

/* .welcome-section p {
    padding: 0 50px;
} */

/*About Section*/

.about-section .two-cols {
    /* grid-template-columns: 880px 450px; */
    grid-template-columns: 55% 28.125%;
}

/*Section*/
.testimonial-section {
    background: #F6F1E4;
    position: relative;
    padding-bottom: 85px;
}

.testimonial-section h6 {
    margin-bottom: 10px;
}

.testimonial-section .center-page {
    background-image: url('../images/testimonial-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 115px 0;
    text-align: center;
}

.testimonials {
    padding: 0px 25px;
}

.testimonials .slick-list {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.testimonials .slick-arrow {
    top: calc(50% - 90px);
}

.testimonials .slick-prev {
    left: 0 !important;
}

.testimonials .slick-next {
    right: 0 !important;
}

.testimonials h4 {
    margin: 40px 0 10px;
}

img.submarine {
    animation: 4s submarine infinite ease-in-out;
    position: absolute;
    bottom: -90px;
    left: 75px;
    z-index: 9999;

}

@keyframes submarine {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }

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

/*Features section*/
.features-section {
    background-color: #179AD7;
}

.features-section .feature .icon {
    width: auto;
    height: auto;
}

.features-section * {
    color: #fff;
}

.feature {
    padding: 25px 0;
}

.feature .two-cols {
    grid-template-columns: 180px 400px;
    /* grid-template-columns: 11.25% 25%; */
}

.feature .icon {
    background-image: url('../images/bg-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px;
}

.feature:hover .icon {
    animation: headShake;
    animation-duration: 2s;
}

/*Services Section */
.services-section {
    background-color: #F6F1E4;
    /* padding: 90px 0 140px; */
    padding: 90px 0 31px;
}

.services-section h2 {
    margin-bottom: 45px;
}

.services-section .text-container {
    padding: 30px 0;
}

.services-section .img-container,
.services-section .img-container img {
    height: 100%;
}

.services-section .img-container img {
    object-fit: cover;
}

/*Tabs*/
.tabs-menu {
    text-align: center;
    margin-bottom: 55px;
}

.tabs-menu .tab-menu {
    /* background: url('../images/tab-bg.svg') no-repeat; */
    -webkit-mask-image: url(../images/tab-bg.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    display: inline-block;
    width: 100%;
    height: 102px;
    padding: 0 65px;
    margin: 0 auto 10px;
    font-size: 20px;
    color: #FFF;
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    background-position: center;
}

.tabs-menu .tab-menu:last-child {
    margin-bottom: 0;
}

.tabs-menu .tab-menu span {
    line-height: 1;
}

.tabs-menu .tab-menu.active,
.tabs-menu .tab-menu:hover {
    /* background: url('../images/tab-bg-active.svg') no-repeat; */
    background-position: center;
    /* color: #707070; */
}

.tabs-content {
    background: #fff;
    padding: 37px 34px;
}

.tabs-content h3 {
    font-size: 32px;
    color: #5D2C81;
}

.tabs-content .tab-content {
    display: none;
}

.tabs-content .tab-content.active {
    display: block;
}

/*Counter section*/
.counter-section {
    background-color: #E10F7E;
    color: #fff;
    text-align: center;
    padding: 66px 0;
}

.counter-section .counter {
    font-size: 72px;
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}

/*Team*/
.team-section {
    text-align: center;
    padding: 100px 0;
    background: #f6f1e4;
}

.team-section h2 {
    margin-bottom: 80px;
}

.team-section img {
    margin: 0 auto 30px auto;
    border-radius: 5px;
    max-width: 325px;
    max-height: 269px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-section .fa-instagram {
    background-color: #E10F7E;
    padding: 5px 6px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

.team-section .wrapper {
    max-width: 325px;
    min-height: 391px;
    height: auto;
}

/* .team-section p {
    padding: 0 20px;
} */

.team-section .team-carousel .wrapper {
    max-width: 100%;
    padding: 0 25px;
    overflow: hidden;
}

.team-carousel.slick-slider .slick-prev {
    left: 0;
    top: 110px;
}

.team-carousel.slick-slider .slick-next {
    right: 0;
    top: 110px;
}

.team-carousel ul.slick-dots {
    padding: 50px 0 20px;
}

.purple-overlay {
    position: relative;
    background: #5D2C81;
    color: #fff;
}

.purple-overlay img {
    margin-top: -70px;
    margin-bottom: -70px;
    opacity: 0.29;
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
}

.purple-overlay .center-page {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    position: relative;
    padding: 140px 0;
}

/*Gallery Section*/
.gallery-section {
    background-color: #179AD7;
    color: #fff;
    text-align: center;
}

.gallery-section.main-gallery {
    padding-bottom: 130px !important;
}

.gallery-section.main-gallery::after {
    bottom: 0;
}

.gallery-section .four-cols {
    gap: 20px;
    padding: 50px 0;
    overflow: hidden;
}

.gallery-section img {
    max-width: 284px;
    max-height: 213px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/*Latest Blog*/
.latest-blog-section {
    padding: 80px 0;
    background-color: #F6F1E4;
}

.blog-section .block-title {
    margin-bottom: 50px;
}

.latest-blog-section h2 {
    margin-bottom: 60px;
}

.latest-blog-section .three-cols {
    gap: 87px;
}

.latest-blog-section .post {
    background-color: #fff;
    border-radius: 5px;
}

.latest-blog-section .post img {
    max-height: 219px;
    height: 100%;
    object-fit: cover;
}

.latest-blog-section .post .post-content {
    padding: 30px 25px 25px;
}

.latest-blog-section .post .post-date {
    background: url('../images/date-bg.png');
    width: 91px;
    height: 90px;
    margin-top: -95px;
    margin-bottom: 10px;
    z-index: 9999;
    position: relative;
    font-weight: 700;
    font-family: 'Baloo Chettan 2', cursive;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
}

.blog-section .col-md-8 .post {
    background-color: #FFF;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
    position: relative;
}

.blog-section .col-md-8 .post .post-content {
    padding-top: 45px;
}

.blog-section .col-md-8 .post .post-content p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
}

.blog-section .col-md-8 .divider-post {
    background: #D4D4D4;
    height: 6px;
    width: 100%;
    margin: 20px 0;
}

.date-post {
    position: absolute;
    width: 121px;
    height: 122px;
    left: 0;
    top: 0;
    margin-left: 10px;
    margin-top: 10px;
}

.date-post svg {
    position: absolute;
}

.date-post span {
    display: block;
    font-family: 'Baloo Chettan 2', cursive;
    font-size: 22px;
    color: #FFF;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-section .box .row .col-8 p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.blog-section .box .row .col-8 p.date {
    color: #AAAAAA;
    font-size: 14px;
}

.blog-section ul.pagination {
    margin: 60px 0 30px;
}

.blog-section ul.pagination li {
    padding: 0;
    margin: 0 10px;
}

.blog-section ul.pagination li:nth-child(even) {
    /* top: -6px; */
}

.blog-section ul.pagination li .page-link {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: 600;
    color: #000 !important;
    width: 31px;
    height: 31px;
    background: url('../images/blog-pag.png');
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 6px;
}

.blog-section ul.pagination li a.page-link:hover,
.blog-section ul.pagination li.active .page-link {
    background: url('../images/blog-pag-active.png');
    background-position: center;
    background-repeat: no-repeat;
}

.blog-section.single-post-section .col-md-8 .post {
    background-color: transparent;
    overflow: unset;
}

.single-post-section .date-post {
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -50px;
}

.blog-section.single-post-section .col-md-8 .post h3 {
    font-size: 39px;
    color: #000;
    line-height: 41px;
}

.blog-section.single-post-section .col-md-8 .post .title-divider {
    border: 1px dashed #5D2C81;
    width: 96%;
    margin: 45px auto;
}

.footer-pagination a {
    font-family: 'Baloo Chettan 2', cursive;
    color: #4B4646;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
}

.footer-pagination a.post-prev svg {
    margin-right: 10px;
}

.footer-pagination a.post-next svg {
    margin-left: 10px;
}

.footer-pagination a svg {
    transition: all 0.5s ease;
}

.footer-pagination a:hover svg {
    transform: scale(1.1);
}

/*Contact Section*/
.contact-us-section {
    padding: 140px 0;
}

.contact-us-section .block-title {
    padding-bottom: 20px;
}

.contact-icon {
    width: 122px;
    height: 122px;
    position: relative;
    background-image: url('../images/sprite.png');
    margin: 0 auto;
    transition: all 0.5s ease;
}

.contact-icon.purple {
    background-position: -121px 0;
}

.contact-icon.pink {
    background-position: -242px 0;
}

.contact-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-us-section .three-cols {
    text-align: center;
    margin-bottom: 70px;
}

.contact-us-section .three-cols a {
    color: #707070;
    text-transform: uppercase;
    text-decoration: none;
}

.contact-us-section .three-cols .wrapper:hover .contact-icon {
    transform: scale(1.1);
}

.contact-us-page {
    max-width: 870px;
}

.contact-us-description {
    color: #707070;
    max-width: 735px;
    margin: 0 auto;
}

.contact-us-section.bg-beige {
    padding: 105px 0 25px 0;
}

/*Map Embed*/
.map-embed iframe {
    width: 100%;
    height: 680px;
    margin: -70px 0;
}

/*Form*/
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
form select,
form textarea {
    width: 100%;
    background-color: rgba(93, 44, 129, 0.17);
    border-radius: 120px;
    border: 0;
    padding: 20px 30px;
}

form textarea {
    border-radius: 10px;
}

.responsive-form {
    margin: 0 auto;
    width: 100%;
}

.form-row {
    width: 100%;
}

.form-row:after {
    content: '';
    display: block;
    clear: both;
}

.column-100,
.column-90,
.column-80,
.column-70,
.column-60,
.column-50,
.column-40,
.column-30,
.column-20,
.column-10 {
    float: left;
    position: relative;
    padding: 17px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 835px) {
    .form-row {
        display: inline-block;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }

    .column-90,
    .column-80,
    .column-70,
    .column-60,
    .column-50,
    .column-40,
    .column-30,
    .column-20,
    .column-10 {
        padding: 15px 17px;
    }

    .form-row>div:not(.column-100):first-child {
        padding-left: 0;
    }

    .form-row>div:not(.column-100):last-child {
        padding-right: 0;
    }

    .column-90 {
        width: 90%;
    }

    .column-80 {
        width: 80%;
    }

    .column-70 {
        width: 70%;
    }

    .column-60 {
        width: 60%;
    }

    .column-50 {
        width: 50%;
    }

    .column-40 {
        width: 40%;
    }

    .column-30 {
        width: 30%;
    }

    .column-20 {
        width: 20%;
    }

    .column-10 {
        width: 10%;
    }
}

/*Internal pages*/
.hero-page {
    position: relative;
    padding: 0;
}

.hero-page img {
    width: 100%;
    max-height: 550px;
    min-height: 320px;
    object-fit: cover;
}

.hero-page:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(93, 44, 129, 0.47);
    z-index: 1;
    top: 0;
    left: 0;
}

.hero-page .block-title {
    position: absolute;
    /* width: 240px; */
    margin: 0 auto;
    z-index: 2;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.hero-page .block-title h1 {
    margin: 5px 0;
}

.breadcrumbs ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li:after {
    content: '';
    height: 10px;
    width: 2px;
    display: inline-block;
    background-color: #fff;
    margin: 0 4px -1px 4px;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

/*Video Iframe*/
.video-section {
    background-color: #F6F1E4;
    padding: 100px 45px;
}

.video-section .two-cols {
    gap: 105px;
    justify-items: start;
}

.video-section .content-col {
    max-width: 450px;
}

.video-wrapper {
    width: 100%;
    /* background-image: url('../images/video.png');
    background-size: 100% 100%; */
    -webkit-mask-image: url('../images/video.png');
    -webkit-mask-size: 100% 100%;
    padding: 54px 86px 53px 45px;
}

.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.video img {
    z-index: 99;
    position: absolute;
    border-radius: 12px;
}

.video button {
    position: absolute;
    width: 107px;
    height: 107px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    cursor: pointer;
    font-size: 0;
    background-image: url('../images/play.png');
    background-color: transparent;
    background-size: contain;
    border: 0;
}

.image-content-section img {
    margin-bottom: -60px;
}

.image-content-section .content-col {
    padding: 40px 0 35px;
}

.image-content-section .two-cols {
    align-items: end;
}

.content-col ul {
    padding: 0 0 0 15px;
    margin: 0 0 20px 0;
}

.content-col ul li {
    color: #5D2C81;
    font-weight: 600;
    font-family: 'Baloo Chettan 2', cursive;
    font-size: 18px;
    padding-left: 10px;
}

.content-col ul li::marker {
    content: '▶ ';
    font-size: 14px;
    margin-right: 10px;
}

/*Accordion*/
.accordion-section {
    background: #f5f0e4;
    padding: 100px 0 80px;
}

.accordion-section .accordion-content {
    margin-top: 0.5rem;
}

.accordion-section ul,
.accordion-section ol,
.accordion-section p {
    margin-bottom: 0.5rem;
}

.accordion-section ul {
    list-style: disc;
}

.accordion-section ul,
.accordion-section ol {
    padding: 0 1rem;
}

.accordion-item {
    background: #179AD7;
    border-radius: 45px;
    padding: 20px 60px;
    color: #fff;
    margin-bottom: 20px;
}

.accordion-title {
    text-transform: none;
    font-size: 18px;
    position: relative;
    margin: 0;
    cursor: pointer;
    padding-right: 20px;
}

.accordion-title:after {
    content: '⏷';
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-content {
    display: none;
}

.accordion-title.active:after {
    content: '⏶';
}

/*Two Cols Section*/
.two-cols-section {
    padding: 135px 0;
}

.two-full-cols-section .image-col,
.two-full-cols-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-full-cols-section .two-cols {
    gap: 0;
    justify-items: start;
}

.two-full-cols-section .two-cols.img-right {
    justify-items: end;
}

.two-full-cols-section .two-cols.img-right .image-col {
    order: 2;
}

.two-full-cols-section .two-cols.img-right .content-col {
    order: 1;
}

.two-full-cols-section .content-col {
    max-width: 640px;
    padding: 0 80px;
}

/*Gallery page*/
.main-gallery .block-title {
    margin-bottom: 60px;
}

.gallery-section .three-cols img {
    max-width: 370px;
    max-height: 280px;
}

ul.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Footer*/

footer {
    background: #F6F1E4;
    padding-top: 45px;
    color: #707070;
}

footer .four-cols {
    align-items: start;
}

footer .social a {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    line-height: 1;
    width: 25px;
    height: 25px;
    padding: 6px;
    font-size: 14px;
    text-align: center;
    transition: all 0.5s ease;
    margin-right: 6px;
    position: relative;
}

footer .social a i {
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 13px;
}

footer .social a:hover i {
    top: -3px;
}

footer h3 {
    color: #5D2C81;
    font-size: 28px;
    margin-bottom: 25px;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: #5D2C81;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    padding-bottom: 5px;
}


footer .footer-hours p {
    margin: 0;
}

footer .footer-contact p {
    margin: 0 0 10px;
}

footer .footer-contact span {
    /* background-image: url('../images/footer-sprites.png'); */
    -webkit-mask-image: url('../images/footer-sprites.png');
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.1s ease;
    position: relative;
    top: 0;
}

footer .footer-contact .address-icon {
    -webkit-mask-position: 0 0;
}

footer .footer-contact .mail-icon {
    -webkit-mask-position: -25px 0;
}

footer .footer-contact .phone-icon {
    -webkit-mask-position: -50px 0;
}

footer .footer-contact a:hover span {
    top: -3px;
}

.copyright {
    margin-top: 25px;
}

.copyright .center-page {
    border-top: 1px dashed #E10F7E;
    text-align: center;
    padding: 10px 0;
}

.copyright p {
    margin: 0;
}

.cookies-message {
    background: #5d2c81;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 0;
    display: none;
}

.cookies-message p {
    color: #FFF;
    font-size: 18px;
}

.cookies-message .btn {
    background-color: #008c99;
    color: #ffffff;
    width: 140px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    border: 0;
    margin-top: 20px;
}

.cookies-message .btn:hover {
    background-color: #434343;
}

#eventPreview .modal-body .card-img-top {
    max-height: 300px;
    width: auto;
    max-width: none;
    margin: 0 auto;
}

#eventPreview .modal-body .card-body {
    border-top: 1px solid rgba(0, 0, 0, .125);
    background-color: #FFF;
}

/* .grecaptcha-badge{
	display: none !important;
} */

.header-info .address-icon.mobile {
    display: none;
}

/*
* Responsive
*/
@media only screen and (max-width: 1240px) {
    h1 {
        font-size: 40px !important;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }

    h2 {
        font-size: 38px !important;
    }

    h3 {
        font-size: 22px;
    }

    .two-full-cols-section .content-col {
        padding: 50px 25px;
    }
}

@media only screen and (max-width: 1025px) {
    .about-section .two-cols {
        grid-template-columns: 50% 40%;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }

    .feature .two-cols {
        grid-template-columns: 180px 280px;
    }

    footer h3 {
        font-size: 24px;
    }

    footer a,
    footer p {
        font-size: 14px;
    }

    .tabs-menu .tab-menu,
    .tabs-menu .tab-menu.active,
    .tabs-menu .tab-menu:hover {
        background-size: contain;
    }
}

@media only screen and (max-width: 1024px) {
    .summer-camp
{
    width:100% ! important;
}
    .main-menu ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }

    .main-menu ul li a {
        font-size: 15px;
    }

    .tabs-menu .tab-menu {
        -webkit-mask-size: contain;
        -webkit-mask-position: center;
    }
}

@media only screen and (max-width: 991px) {
    .about-section {
        padding-bottom: 15px;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }

    .testimonial-section .center-page {
        background-image: none;
    }
}

@media only screen and (max-width: 989px) {
    h1 {
        font-size: 38px !important;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }

    h2 {
        font-size: 36px !important;
    }

    h3 {
        font-size: 20px;
    }

    .two-cols,
    .three-cols,
    .about-section .two-cols {
        grid-template-columns: repeat(1, 1fr);
    }

    .four-cols {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-slider .main-slide {
        padding: 0 20px;
    }

    .slick-slider .slick-prev {
        left: 10%;
    }

    .slick-slider .slick-next {
        right: 10%;
    }

    .welcome-section {
        padding: 45px 0 20px;
    }

    .welcome-section .wrapper {
        max-width: 320px;
    }

    .about-section .content-col {
        max-width: 90%;
        padding-bottom: 50px;
    }

    .testimonial-section .center-page {
        padding: 70px 0;
    }

    .counter-section .three-cols {
        grid-template-columns: repeat(3, 1fr);
    }

    .team-section {
        padding: 45px 0 100px;
    }

    .team-section h2 {
        margin-bottom: 55px;
    }

    .gallery-section img {
        max-width: 100%;
    }

    .latest-blog-section .post img {
        max-height: initial;
        width: 100%;
    }

    footer .four-cols {
        justify-items: center;
    }

    .video-section {
        padding: 45px;
    }

    .video-section .content-col {
        max-width: 100%;
    }

    .video-section .two-cols {
        gap: 40px;
    }

    .accordion-section {
        padding: 50px 0 50px;
    }

    .two-cols-section {
        padding: 60px 0;
    }

    .two-full-cols-section .two-cols.img-right .image-col {
        order: 1;
    }

    .two-full-cols-section .two-cols.img-right .content-col {
        order: 2;
    }

    .two-full-cols-section .content-col {
        max-width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    .latest-blog-section .post .post-content {
        padding: 15px 20px 25px;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }

    .footer-logo,
    .footer-information,
    .about-section,
    .enroll_bg.waves-up.waves-blue {
        text-align: center;
    }

    .enroll_bg.waves-up.waves-blue .d-flex {
        justify-content: center;
    }

    .menu-trigger {
        display: block;
        margin: 10px 0;
        font-size: 30px;
        background: transparent;
        border: 0;
        color: #5d2c81;
        padding: 5px 15px;
    }

    .main-menu .menu {
        display: none;
    }

    .main-menu ul {
        position: absolute;
        z-index: 9999;
        background: #ffffff;
        top: 160px;
        left: 0;
        width: calc(100% - 50px);
        /* width: 100%; */
        display: none;
        box-shadow: 0 20px 20px rgb(0 0 0 / 15%);
        margin: 10px 25px;
        padding: 10px 0;

    }

    .main-menu ul li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .main-menu ul li.has-child:after {
        content: '\f078';
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 5%;
        top: 8px;
    }

    .main-menu ul li:hover ul {
        display: none;
    }

    .main-menu ul li ul {
        position: static;
        width: 100%;
        border-radius: 0;
        background-color: #f1ecde;
    }

    .main-menu ul li ul li {
        float: none;
    }

}

@media only screen and (max-width: 900px) {
    .tabs-menu .tab-menu {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .summer-camp
{
    width:100% ! important;
}
    .header-top .center-page {
        justify-content: center;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }

    .header-info {
        width: 100%;
        flex-direction: column;
    }

    .header-info p {
        margin-bottom: 10px;
    }

    .header-info span {
        display: block;
        margin: 0 auto;
    }

    .header-info .address-icon.desktop {
        display: none;
    }

    .header-info .address-icon.mobile {
        display: block;
    }

    .main-menu ul {
        top: 200px;
    }
    .main-menu{
        width: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-bottom {
        padding: 15px 0;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }

    .video-wrapper {
        padding: 40px 45px 40px 35px;
    }

    .accordion-item {
        padding: 20px 35px;
    }

    .video-section {
        padding: 15px;
    }

    .tabs-menu .tab-menu {
        height: 140px;
    }

    .header-bottom .header-logo img {
        /*max-height: 7px;*/
    }

    .tabs-content,
    .latest-blog-section .post .post-content {
        text-align: center;
    }

    .header-top .center-page {
        justify-content: center;
    }

    .container.section-calendar {
        max-width: none;
        width: 100%;
    }

    .container.section-calendar .content {
        display: block;
    }

    .container.section-calendar .app-column nav {
        flex: unset;
    }

    .container.section-calendar .app-column nav .navbar--range {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 560px) {

    .two-cols,
    .three-cols,
    .four-cols {
        gap: 20px;
    }
    .alert_sticky.alert{
        right: 0px !important;
        left: 15px;
    }

    .feature .two-cols {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .services-section {
        padding: 90px 0 35px;
    }

    .counter-section .counter {
        font-size: 24px;
    }

    .counter-section .three-cols {
        grid-template-columns: repeat(3, 1fr);
    }

    .counter-section .three-cols h3 {
        font-size: 14px;
    }

    .four-cols {
        grid-template-columns: repeat(1, 1fr);
    }

    .latest-blog-section {
        padding: 60px 0;
    }

    .latest-blog-section .three-cols {
        gap: 35px;
    }

    .video-wrapper {
        padding: 25px;
    }

    .video button {
        width: 70px;
        height: 70px;
    }

    .map-embed iframe {
        height: 525px;
    }
}

@media only screen and (max-width: 400px) {
    .header-logo {
        max-width: 150px;
    }

    .header-info p {
        line-height: 1;
    }

    .header-info a {
        font-size: 12px;
    }

    .header-info .btn-logout {
        font-size: 12px;
    }

    .main-slider .main-slide {
        padding: 0 10px;
    }

    .main-slider .slick-prev {
        left: 0;
    }

    .main-slider .slick-next {
        right: 0;
    }
}

@media only screen and (max-width: 560px) {
    .about-section h1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-hours {
        text-align: center;
    }

    .footer-contact {
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    .tabs-menu .tab-menu {
        height: 104px;
        font-size: 16px;
    }

    .main-menu ul {
        top: 300px;
    }
}


.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.header-bottom {
    background-color: #ffffff;
}

.main-slide {
    margin-top: 15px !important;
}

.card-hover:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.toastui-calendar-month-daygrid {
    border: 1px solid #e5e5e5;
}


.map_card{
	border-radius: 18px;
    padding: 30px;
}

.location_title{
	text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 21px;
}
.loc_sub_text{
	text-align: center;
    color: #000;
    margin-top: 10px;
}
