/*!
Theme Name: sink-or-swim
 */


:root{
    --primary-color: #381879;
    --secondary-color: #111674;
    --blue-color: #7CD2FE;
    --skyblue-color: #179DDA;
    --purple-color: #8732ED;
    --accent-color: #e74c3c; /* Red */
    --gray-color: #F9F7F5; /*Light Gray */
    --white:#FFFFFF;
    --black: #000000;
    --global-font: "Nunito Sans", sans-serif;
    --headingFont: "Bubblegum Sans", sans-serif;
}

/*global style starts here*/
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0; }
html { -webkit-text-size-adjust: none }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block }s
audio, canvas, video { display: inline-block }
audio:not([controls]) { display: none; height: 0 }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -.5em }
sub { bottom: -.25em }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; cursor: pointer }
:focus { outline: 0 }
ol {margin: 20px 0 20px 16px;}
table { border-collapse: separate; border-spacing: 0 }
caption { text-align: left; font-weight: 400 }
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q { quotes: "" "" }
table { border: 0 none; border-collapse: collapse; border-spacing: 0 }
td { vertical-align: top }
img { border: 0 none; max-width: 100% }
.none { display: none }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both }
img {max-width: 100%;width: auto; height: auto;}
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both }
.cf { *zoom:1 }
::selection { background: var(--primary-color); color: var(--white); }
::-moz-selection { background: var(--primary-color); color: var(--white); }
#page {position: relative;overflow: hidden;}

code, pre { box-shadow: 5px 7px 30px 0px rgb(0 0 0 / 10%); margin: 10px 0 20px 0; display: block; font-size: 12px; line-height: 20px; border: 1px solid #e8e8e8; padding: 20px 10px; white-space: pre-wrap; overflow: auto; background: #f2f3f5; }
code:empty,pre:empty {display: none;}

p {font-family: var(--global-font);font-weight: 500;font-size: 16px;color: var(--primary-color);line-height: 1.5;margin-bottom: 20px;}
p:last-child {margin-bottom: 0;}
p a {text-decoration: underline;color: inherit;}
p a:hover, p a:focus {color: var(--skyblue-color);text-decoration: none;}
button:focus,a:focus,input:focus {outline: 1px dotted #000;outline-offset: 2px;}


h1,.h1 {font-family: var(--headingFont);font-size: 80px;font-weight: 400;margin-bottom: 20px;color: inherit;line-height: 1;}
h2,.h2 {font-family: var(--headingFont);font-size: 40px;font-weight: 400;margin-bottom: 20px;color: var(--primary-color);line-height: 1.2;}
h3,.h3 {font-family: var(--headingFont);font-size: 28px;font-weight: 400;margin-bottom: 20px;color: var(--primary-color);line-height: 1.23;}
h4,.h4 {font-family: var(--global-font);font-size: 24px;font-weight: 600;margin-bottom: 20px;color: var(--primary-color);line-height: 1.35;}
h5,.h5 {font-family: var(--global-font);font-size: 18px;font-weight: 500;margin-bottom: 20px;color: var(--primary-color);line-height: 1.53;}
h6,.h6 {font-family: var(--global-font);font-size: 14px;font-weight: 700;margin-bottom: 20px;color: var(--blue-color);line-height: 1.55;}

ul {margin: 20px 0 20px 20px;}

strong { font-weight: 700; }

a, input, textarea,button { transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; outline: none; }
a { text-decoration: none; color: inherit; }
a:hover, a:focus { text-decoration: none; color: var(--skyblue-color); outline: none; }

html {scroll-behavior: smooth;}
body {font-family: var(--global-font);font-weight: 400;font-size: 16px;color: var(--primary-color);line-height: 24px;;margin: 0;padding: 0;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;letter-spacing: 0px;scroll-behavior: smooth;font-style: normal;overflow-x: hidden;background-color: var(--gray-color);}

textarea, input[type="text"], input[type="url"], input[type="tel"], input[type="email"], input[type="password"], input[type="date"], input[type="search"], textarea {font-size: 16px;line-height: 20px;font-weight: 400;box-shadow: none;color: var(--primary-color);background: #fff;width: 100%;display: inline-block;vertical-align: middle;border: none;border-bottom: 1px solid var(--skyblue-color);text-align: left;padding: 17px 0px 17px;border-radius: 0;height: auto;outline: none;font-family: var(--global-font);}

input[type="text"]:focus,input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="search"]:focus, textarea:focus {color: var(--primary-color);border-color: var(--primary-color);}
select:focus {color: var(--primary-color);border-color: var(--primary-color);}

input[type="search"]::-webkit-search-cancel-button { display: none; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; }

textarea {height: 178px;resize: none;outline: none;}

button, input[type="button"], input[type="submit"],input[type="reset"] {padding: 15px 20px 15px;display: inline-block;position: relative;border-radius: 50px;font-size: 16px;font-weight: 600;line-height: 20px;background: var(--skyblue-color);z-index: 1;border: 1px solid var(--skyblue-color);color: #fff;min-width: 126px;transition: all 0.5s ease-in-out;text-align: center;font-family: var(--global-font);}

button:hover, input[type="button"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus,input[type="submit"]:focus,input[type="reset"]:hover,input[type="reset"]:focus{background: var(--primary-color);border-color: var(--primary-color);color: var(--white);outline: none;box-shadow: none;outline: none;}

input::-moz-placeholder {opacity: 1 !important;color: rgb(56 24 121 / 50%) !important;}
input:-moz-placeholder {opacity: 1 !important;color: rgb(56 24 121 / 50%) !important;}
input::-webkit-input-placeholder {color: rgb(56 24 121 / 50%) !important;}
input:-ms-input-placeholder {opacity: 1 !important;color: rgb(56 24 121 / 50%) !important;}
textarea::-moz-placeholder {opacity: 1 !important;color: rgb(56 24 121 / 50%) !important;}
textarea:-moz-placeholder {opacity: 1 !important;color: rgb(56 24 121 / 50%) !important;}
textarea::-webkit-input-placeholder {color: rgb(56 24 121 / 50%) !important;}
textarea:-ms-input-placeholder {opacity: 1 !important;color: rgb(56 24 121 / 50%) !important;}

select {-webkit-appearance: none;width: auto;cursor: pointer;background-image: url(assets/images/down-arrow.svg);background-repeat: no-repeat;background-position: center right 18px;background-size: 11px;padding-right: 35px !important;text-overflow: ellipsis;white-space: nowrap;border: 1px solid #3D3836;border-radius: 50px;font-size: 16px;line-height: 20px;font-weight: 400;color: #110B0B;padding: 13px 22px 12px;min-width: 158px;}
select::-ms-expand {display: none;}

.btn {padding: 15px 20px 15px;display: inline-block;position: relative;border-radius: 50px;font-size: 16px;font-weight: 600;line-height: 20px;background: var(--skyblue-color);z-index: 1;border: 1px solid var(--skyblue-color);color: #fff;min-width: 126px;transition: all 0.5s ease-in-out;text-align: center;font-family: var(--global-font);}
.btn:hover,.btn:focus {background: #007CB5;border-color: #007CB5;color: var(--white);outline: none;box-shadow: none;}

.btn.white-btn {background: var(--white);border-color: var(--white);color: var(--skyblue-color);font-weight: 700;}
.btn.white-btn:hover,.btn.white-btn:focus {background: #007CB5;border-color: #007CB5;color: var(--white);}

.btn.light-blue {background: #C0E1EE;border-color: #C0E1EE;color: var(--primary-color);font-weight: 600;}
.btn.light-blue:hover,.btn.light-blue:focus {background: var(--primary-color);border-color: var(--primary-color);color: var(--white);}

.btn.border-btn {background: transparent;border-color: var(--primary-color);color: var(--primary-color);}
.btn.border-btn:hover,.btn.border-btn:focus {background: var(--primary-color);color: var(--white);border-color: var(--primary-color)}

.btn.border-btn.sky-blue {background: transparent;border-color: var(--skyblue-color);color: var(--skyblue-color);}
.btn.border-btn.sky-blue:hover,.btn.border-btn.sky-blue:focus {background: #007CB5;color: var(--white);border-color: #007CB5;}

.btn.border-btn.white {background: transparent;border-color: var(--white);color: var(--white);}
.btn.border-btn.white:hover,.btn.border-btn.white:focus {background: var(--white);color: var(--primary-color);border-color: var(--white)}

.bg-cover {background-size: cover;background-repeat: no-repeat;background-position: center center;}
.flex { display: flex; flex-wrap: wrap; }
.main {max-width: 1215px;margin: 0 auto;padding: 0 40px;}

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

.menu-open, .menu-open .site { overflow: hidden; }

.medium-para p:not([class]) { font-size: 18px; font-weight: 500; line-height: 1.55; }
.large-para p:not([class]) { font-size: 24px; font-weight: 600; line-height: 1.35; }
.medium-head h2 { font-size: 45px; line-height: 1.1; }
.large-head h2 { font-size: 50px; line-height: 1.2; }

.slick-arrow { border: 1px solid var(--skyblue-color); min-width: 1px; padding: 0; font-size: 0; width: 42px; height: 42px; border-radius: 100%; background: transparent; position: absolute; top: 100%; right: 0; margin-top: 56px; color: var(--skyblue-color); }
.slick-arrow:hover,.slick-arrow:focus {background: var(--skyblue-color); color: var(--white); border-color: var(--skyblue-color); }
.slick-arrow:before {content: "\f104";font-weight: 300;font-family: "Font Awesome 6 Pro";font-size: 24px;display: flex;align-items: center;justify-content: center;position: absolute;top: 0;left: 0;right: 0;bottom: 0;color: inherit;line-height: 0;}
.slick-prev { margin-right: 53px; }
.slick-next:before { content: "\f105"; }

/** Header style starts from here **/
.site-header { position: fixed;top: 0;left: 0;width: 100%;z-index: 111;padding: 17px 0; transition: transform 0.5s ease-in-out; }
@media (min-width: 768px) {
    .hide-header { transform: translateY(-100%); }
}
.header-main { display: flex;flex-wrap: wrap;align-items: center; }
.logo-left { width: 107px; }
.logo-left img { display: block; }
/*.site-header.sticky .logo-left { display: none; }*/

.menu-right {background: #fff;width: calc(81.4% - 107px);display: flex;flex-wrap: wrap;margin-left: auto;border-radius: 50px;padding: 0px 16px 0px 25px;align-items: center;}
.menu-right ul { margin: 0; list-style: none; }
.menu-wrap {width: calc(100% - 191px);}
.menu-icon { display: none; }
.enumenu_ul { display: flex; flex-wrap: wrap; margin: 0 -9px; }
.enumenu_ul > li {padding: 22px 9px;font-weight: 600;position: relative;}
.enumenu_ul > li.current_page_item > a,
.enumenu_ul > li.current_page_parent > a,.enumenu_ul > li > ul > li.current_page_item a,.enumenu_ul > li.current-menu-parent > a { color: var(--skyblue-color); }
.enumenu_ul > li > a { display: inline-block; vertical-align: middle; }
.enumenu_ul > li.has-children > a {padding-right: 16px;position: relative;}
.enumenu_ul > li.has-children > a:after { content: "\f107"; font-family: "Font Awesome 6 Pro"; font-weight: 400; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; font-size: 13px; height: 7px; line-height: 0.7; }
.enumenu_ul > li > ul {display: none;position: absolute;top: 100%;background: #FFFFFF;border: 1px solid #F1F1F7;box-shadow: 5px 5px 5px -3px rgb(194 194 198 / 14%);margin-top: 5px;left: -10px;width: 220px;border-radius: 20px;padding: 18px 17px 18px 19px;}
.enumenu_ul > li > ul:before { content: ""; position: absolute; top: -6px; left: 0; right: 0; height: 7px; }
.enumenu_ul > li > ul li { margin-bottom: 13px; }
.enumenu_ul > li > ul li:last-child { margin-bottom: 0; }
.enumenu_ul > li.menu-li { display: none; }

.header-button {margin-left: auto;width: 191px;text-align: right;}
.header-button .btn {margin-left: 9px;min-width: 1px;padding: 9px 15px;}
.header-button .btn:first-child { margin-left: 0; }

@media (min-width: 768px) {
    .enumenu_ul > li:hover > ul {
        display: block; 
    }
    .enumenu_ul > li.has-children.hover > a {color: var(--skyblue-color)}
    .enumenu_ul > li.has-children.hover > a:after {content: "\f106";}
}
/** Header style ends from here **/


/** Home page style starts from here **/
.main-banner {position: relative;min-height: 100vh;display: flex;flex-wrap: wrap;}
.main-banner .main { width: 100%; }
.banner-slider {position: absolute;top: 0;left: 0;width: 100%;height: 100%;bottom: 0;z-index: -1;}
.banner-slider:after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.9;background: rgb(11,14,81);background: linear-gradient(90deg, rgb(11 14 81 / 95%) 0%, rgba(11, 14, 81, 0) 80%);}
.banner-slider .slick-list,.banner-slider .slick-track { height: 100%; }
.banner-img { position: relative; }
.banner-img img {display: block;width: 100%;height: 100%;object-fit: cover;}
.banner-video video { width: 100%; height: 100%; object-fit: cover; }
.wave-img {width: calc(100% + 5px);position: relative;margin-bottom: -1px;margin-top: auto;left: 0px;} 
.wave-img img { display: block; width: calc(100% + 2px); position: relative; bottom: -1px; right: -2px;left: 0;}
.banner-caption { padding: 280px 0 140px; color: #fff; max-width: 560px; } 
.banner-caption h1 { font-size: 75px; margin-bottom: 12px; }
.banner-caption p { color: #fff; font-size: 24px; font-weight: 600; line-height: 1.35; }

.image-content-section {padding: 26px 0 110px;}
.image-content-section .sub-heading {margin-bottom: 30px}
.sub-heading {text-transform: uppercase;font-size: 14px;color: var(--skyblue-color);font-weight: 800;line-height: 18px;letter-spacing: 1px;font-family: var(--global-font)}
.image-content-main h2 { max-width: 800px; }
.image-content-wrap { display: flex; flex-wrap: wrap; align-items: flex-start; }
.content-left { width: 50%; padding-right: 60px; }
.content-left:only-child {width: 75%;padding-right: 0;}
.content-left .btn { margin-top: 20px; }

.image-right {width: 50%;position: relative;display: flex;flex-wrap: wrap;padding: 17px 0 0;margin: auto 0;}
.image-right img { display: block; }
.boy-img {width: calc(52%);padding-bottom: 17.5%;}
.boy-img img { max-width: 334px; }
.splash-img {position: absolute;top: 21px;right: 2px;margin: 0 auto; z-index: -1;}
.splash-img img { max-width: 357px; display: block; margin: 0 auto; }
.girl-img {width: calc(48% + 18px);margin-top: auto;margin-right: -19px;}
.girl-img img {max-width: 263px;margin-left: auto;}

.content-wrap { display: flex; flex-wrap: wrap; }
.wrap-left {width: 45%;}
.wrap-right {width: 50%;margin-left: auto;padding-right: 5px;}

.icon-content-section { padding: 27px 0 50px; }
.icon-content-wrap { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.icon-content-row {padding: 0 10px;width: 50%;margin-top: 20px;}
.icon-content-inner { height: 100%; background: rgb(23 157 218 / 15%); border-radius: 20px; display: flex; flex-wrap: wrap; padding: 28px 37px 28px 27px; align-items: center; }
.icon-content-main {display: flex;flex-wrap: wrap;}
.icon-left { width: 95px; height: 95px; background: var(--blue-color); border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-top: 7px; }
.icon-content-row:nth-of-type(8n + 1) .icon-left { background: #7CD2FE; }
.icon-content-row:nth-of-type(8n + 2) .icon-left { background: #179DDA; }
.icon-content-row:nth-of-type(8n + 3) .icon-left { background: #8732ED; }
.icon-content-row:nth-of-type(8n + 4) .icon-left { background: #FFE816; }
.icon-content-row:nth-of-type(8n + 5) .icon-left { background: #C461DF; }
.icon-content-row:nth-of-type(8n + 6) .icon-left { background: #381879; }
.icon-content-row:nth-of-type(8n + 7) .icon-left { background: #FFE816; }
.icon-content-row:nth-of-type(8n + 8) .icon-left { background: #8732ED; }
.icon-content-right { width: calc(100% - 95px); padding-left: 19px; }
.icon-content-right h3 { margin-bottom: 5px; }
.button-right { text-align: right; margin-top: 44px; }

.testimonial-wrap {background: #fff;padding: 50px 0 95px;overflow: hidden;}
.testimonial-slider {margin: 44px -7px 51px;position: relative;/* z-index: 1; */}
.testimonial-slider:before { content: ""; position: absolute; top: 0; bottom: 0; width: 100%; background: rgb(255,255,255); background: linear-gradient(270deg, rgb(255 255 255) 90%, rgba(255, 255, 255, 0) 100%); left: 90%; z-index: 11; opacity: 0.6; }
.testimonial-slider:after {content: "";position: absolute;top: 100%;left: -59px;background: url('assets/images/splash-img.svg')no-repeat center center;width: 357px;height: 238px;background-size: 357px;margin-top: -39px;}
.testimonial-slider .slick-list {overflow: inherit;position: relative;z-index: 1;}
.testimonial-column { padding: 14px 7px; }
.testimonial-inner {border: 1px solid #F1F1F7;box-shadow: 2px 5px 13.5px 1px rgb(30 33 101 / 5%);border-radius: 20px;padding: 38px 23px 53px 41px;background: var(--white);position: relative;z-index: 11;}
.quote-ic { margin-bottom: 25px; } 
.quote-ic img,.quote-ic svg { display: block; max-width: 67px; }
.review-wrap { display: flex; flex-wrap: wrap; margin-bottom: 17px; }
.review-wrap img { max-width: 23px; } 
.button-center {text-align: center;}


.testimonial-section + .three-col-section { background: var(--white); } 
.three-col-wrap {background: var(--primary-color);padding: 47px 0 195px;position: relative;z-index: 1;} 
.three-col-wrap:before {content: "";position: absolute;left: 0;right: 0;bottom: 0;background: url('assets/images/lesson-pattern-img.svg');height: 57%;background-repeat: no-repeat;background-size: cover;background-position: center center;z-index: -1;}
.three-col-wrap:after { content: ""; background: linear-gradient(180deg, #381879 63.14%, rgba(56, 24, 121, 0) 134.96%); position: absolute; top: 0; left: 0; right: 0; height: 50%; z-index: -1; }
.three-col-heading { text-align: center; } 
.three-col-heading h2 { color: var(--white); } 
.three-col-heading > *:last-child { margin-bottom: 0; }
.three-col-main { display: flex; flex-wrap: wrap; margin: 0 -10px; justify-content: center; } 
.three-column { width: 33.33%; padding: 0 10px; margin-top: 50px; }
.three-column-inner {display: flex;flex-direction: column;justify-content: flex-start;width: 100%;background: var(--white);border-radius: 20px;overflow: hidden;padding: 0 25px 35px;height: 100%;box-shadow: 2px 5px 13.5px 1px rgb(30 33 101 / 5%);}
.three-column-inner h3 {font-size: 26px;line-height: 1.3;border-bottom: 1px solid var(--blue-color);padding-bottom: 13px; text-align: center;}
.three-column-inner p {margin-bottom: 27px;}
.column-img {position: relative;width: calc(100% + 50px);padding-bottom: 76.3%;margin: 0 -25px 29px;}
.column-img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }
.three-column-inner .btn { margin-top: auto; width: 100%; } 
.testimonial-column:nth-of-type(3n + 1) .quote-ic svg path { fill: #179DDA; }
.testimonial-column:nth-of-type(3n + 2) .quote-ic svg path { fill: #8732ED; }
.testimonial-column:nth-of-type(3n + 3) .quote-ic svg path { fill: #C461DF; }

.faq-image-section {padding: 122px 0 52px;background: var(--white)} 
.faq-image-heading { text-align: center; }
.faq-image-wrap {display: flex;flex-wrap: wrap;margin-top: 95px;align-items: flex-start;}
.accordion-left {width: 56%;}
.accordion { padding: 24px 0 50px; } 
.accordion-header { cursor: pointer; padding: 24px 45px 24px 12px; position: relative; }
.accordion-header:before {content: "\f107";font-weight: 400;font-family: "Font Awesome 6 Pro";position: absolute;top: 0;bottom: 0;right: 0;text-align: center;width: 50px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;font-size: 30px;}
.accordion-header.active:before {content: "\f106";}
.accordion-header h4 { font-size: 26px; font-weight: 500; letter-spacing: -0.25px; margin-bottom: 0; }
.accordion-item { border-bottom: 1px solid var(--blue-color); }
.accordion-item:last-child {border-bottom: none;}
.accordion-content {display: none;padding: 0px 50px 30px 12px;}
.accordion-content *:empty { display: none; }
.accordion-content *:last-child { margin-bottom: 0; }
.accordion-item:last-child .accordion-content { padding-bottom: 0; }

.accordion-image-right {width: 36%;margin-left: auto;position: relative;padding-bottom: 49%;} 
.accordion-image-right img {width: 100%;display: block;border-radius: 20px;position: absolute;top: 0;left: 0;height: 100%;object-fit: cover;}

.four-column-section {background: var(--white);}
.four-column-main {background: #F9F7F5;padding: 43px 0 61px;}
.four-column-wrap { display: flex; flex-wrap: wrap; margin: 0 -8px; justify-content: center;}
.four-column { width: 25%; padding: 0 8px; margin-top: 36px; } 
.four-column-inner h4 { font-family: var(--headingFont); font-weight: 400; line-height: 1.18; margin-bottom: 20px; }
.four-column-inner p { font-size: 15px; line-height: 21px; }
.four-column-inner { height: 100%; background: #fff; box-shadow: 5px 10px 13.5px 1px #1E21650D; border-radius: 20px; padding: 27px 25px 42px; } .bubble-image img,.bubble-image svg { display: block; max-width: 72px; }
.bubble-image {margin-bottom: 12px;} 
.four-column:nth-of-type(4n + 1) .bubble-image svg path { fill: #7CD2FE; }
.four-column:nth-of-type(4n + 2) .bubble-image svg path { fill: #FFE816; }
.four-column:nth-of-type(4n + 3) .bubble-image svg path { fill: #8732ED; }
.four-column:nth-of-type(4n + 4) .bubble-image svg path { fill: #381879; }

.cta-bottom-section { padding: 82px 0 0; }
.cta-bottom-wrap {position: relative;background: linear-gradient(90deg, #179DDA 0%, rgb(23 157 218) 100%);border-radius: 20px;color: #fff;display: flex;flex-wrap: wrap;padding: 0 0 0px;z-index: 1;}
.cta-bottom-wrap:before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: url('assets/images/cta-pattern-img.svg');z-index: -1;}
.cta-bottom-wrap:after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(90deg, #179DDA 0%, rgba(23, 157, 218, 0) 100%);z-index: -1;border-radius: 20px;}
.cta-bottom-main {margin-bottom: 90px;position: relative;}
.cta-bottom-main:after {content: "";position: absolute;top: 74%;right: -52px;background: url('assets/images/splash-img.svg')no-repeat center center;width: 357px;height: 237px;background-size: 357px;z-index: -1;}
.cta-bottom-left {width: 61%;padding: 50px 50px 50px 80px;}
.cta-bottom-left h2 { color: #fff; margin-bottom: 12px; } 
.cta-bottom-left p { color: #fff; }
.cta-bottom-right {width: 39%;margin-top: auto;}
.cta-bottom-right img { display: block; margin-top: -82px; } 
/** Home page style ends from here **/

/** Footer style starts from here **/
.footer-wrap { background: #381879; color: #fff; } 
.footer-wrap p { color: #fff; } 
.footer-wrap h6 { letter-spacing: 1.1px; margin-bottom: 23px; }
.footer-wrap p { line-height: 1.59; margin-bottom: 18px; }
.footer-wrap p:last-child { margin-bottom: 0; }
.footer-wrap p a {text-decoration: none;}
.footer-wrap ul {margin: 17px 0 0;list-style: none;}
.footer-wrap ul li { margin-bottom: 21px; }
.footer-wrap ul li:last-child { margin-bottom: 0; }
.footer-wrap ul li a {display: flex;align-items: center;justify-content: flex-start;} 
.footer-wrap ul li a img { margin-right: 10px; max-height: 37px; } 
.footer-main {display: flex;flex-wrap: wrap;padding: 50px 0 105px;}

.footer-logo {width: 154px;margin-right: 11%;padding-top: 3px;}
.footer-logo a { display: inline-block; vertical-align: middle; } 
.footer-logo a img {display: block; }

.footer-location { width: 24%; padding-right: 40px; }
.footer-contact { width: 24%; }
.footer-contact p { margin-bottom: 0; }
.footer-info {width: calc(41% - 154px);text-align: right;display: flex;flex-direction: column;align-items: flex-end;justify-content: flex-end;}
.footer-info .btn { margin-bottom: auto; }
/*.footer-info .btn:hover,.footer-info .btn:focus {background: #fff;color: var(--primary-color);border-color: var(--primary-color);}*/
.footer-info p { margin-bottom: 0; font-size: 14px; line-height: 1.7; } 
.footer-info p a { text-decoration: none; }
/** Footer style ends from here **/


/** Lesson Page style starts from here **/
.inner-banner {position: relative;background: var(--primary-color);color: var(--white);z-index: 1;min-height: 584px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.inner-banner:before { content: ""; position: absolute; top: -34px; left: 0; right: 0; background: linear-gradient(179.82deg, #381879 33.88%, rgba(56, 24, 121, 0) 111.08%); height: 265px; z-index: 1; }
.inner-banner:after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: url('assets/images/banner-pattern.svg');z-index: -1;}
.inner-banner .main {margin: auto;width: 100%;}
.inner-banner-caption { text-align: center;padding: 203px 0 84px; position: relative; z-index: 1; }
.inner-banner-caption h1 { color: #fff;margin-bottom: 11px; }
.inner-banner-caption h1:only-child {margin: 0;padding-bottom: 35px;}
.inner-banner-caption p { color: #fff; }
.bottom-pattern-img { position: absolute; bottom: -31px; right: 8%; }
.bottom-pattern-img img { display: block; max-width: 274px; } 

.full-content-section { padding: 59px 0; }
.full-content-wrap { text-align: center; max-width: 610px; margin: 0 auto; }

.scroll-list-section { padding: 12px 0 0; }
.scroll-list-wrap {border: 1px solid #F1F1F7;background: #fff;border-radius: 20px;box-shadow: 2px 5px 10px -2px #0000001A;display: flex;flex-wrap: wrap;justify-content: center;padding: 11px 0 20px;}
@media (min-width: 768px) {
    .scroll-list-wrap {display: flex !important;}
}
.scroll-list-col {text-align: center;padding: 0 28px;}
.scroll-list-col > p { font-size: 14px; font-weight: 800; letter-spacing: 1px; margin-bottom: 10px; color: #179DDA; }
.scroll-list-col ul { margin: 0 -9px; list-style: none; display: flex; flex-wrap: wrap; }
.scroll-list-col ul li { padding: 0 9px; position: relative; z-index: 1; }
.scroll-list-col ul li:after { content: ""; position: absolute; top: 0; bottom: 0; right: -11px; background: #179DDA; height: 2px; width: 22px; margin: auto; z-index: -1; }
.scroll-list-col ul li:last-child:after {display: none;}
.scroll-list-col ul li a {display: inline-block;vertical-align: middle;font-weight: 500;font-size: 16px;line-height: 20px;background: #179DDA;color: #fff;border-radius: 50px;text-align: center;padding: 9px 14px;min-width: 71px;} 

.scroll-list-col.blue-color > p {color: #179DDA;}
.scroll-list-col.purple-color > p {color: #8732ED;}
.scroll-list-col.skyblue-color > p {color: #7CD2FE;}
.scroll-list-col.dark-blue-color > p {color: #381879;}
.scroll-list-col.blue-color ul li a {background: #179DDA;}
.scroll-list-col.purple-color ul li a {background: #8732ED;}
.scroll-list-col.skyblue-color ul li a {background: #7CD2FE;}
.scroll-list-col.dark-blue-color ul li a {background: #381879;}
.scroll-list-col.blue-color ul li:after {background: #179DDA;}
.scroll-list-col.purple-color ul li:after {background: #8732ED;}
.scroll-list-col.skyblue-color ul li:after {background: #7CD2FE;}
.scroll-list-col.dark-blue-color ul li:after {background: #381879;}

.scroll-list-section.fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 1; }
.scroll-placeholder {display: block;}
.scroll-list-section.fixed {position: fixed;top: 0;left: 0;width: 100%;z-index: 1000;transform: translateY(0);transition: transform 0.3s ease-in-out;}
.scroll-list-section:not(.fixed) {transform: translateY(0);}

.image_content_section {padding: 30px 0 0px;} 
.image_content_wrap {box-shadow: 2px 5px 10px -2px rgb(0 0 0 / 10%);border: 1px solid #F1F1F7;background: #FFFFFF;display: flex;flex-wrap: wrap;border-radius: 20px;padding: 64px 60px 63px 68px;/*align-items: flex-start;*/}
.content__left {width: 50%;padding-right: 46px;padding-top: 2px;}
.content__left p { font-weight: 400; } 
.content__left .sub-heading { font-weight: 800; } 
.content__left h2 {margin-bottom: 12px;} 
.key-features {background: rgb(23 157 218 / 10%);margin: 24px 0 0;border-radius: 8px;padding: 20px 0 8px 22px;} 
.key-features h6 { margin-bottom: 0; } 
.key-features ul {margin: 0;list-style: none;display: flex;flex-wrap: wrap;padding: 7px 5px 0;} 
.key-features ul li {width: 100%;position: relative;padding-left: 26px;padding-right: 26px;margin-bottom: 12px;color: #381879;}
.key-features ul img,.key-features ul svg {display: block;position: absolute;top: 3px;left: 0;max-width: 17px;}

.image__right {width: 50%;position: relative;padding-bottom: 50.5%;}
.image__right img {display: block;width: 100%;position: absolute;top: 0;left: 0;HEIGHT: 100%;object-fit: cover;}
.btn-wrap ul {margin: 0 -7px;list-style: none;display: flex;flex-wrap: wrap;padding-top: 31px;}
.btn-wrap ul li {padding: 0 7px;position: relative;font-weight: 600;}
.btn-wrap > ul > li > ul { margin: 0; padding: 0; position: absolute; top: 100%; left: 7px; right: 0; border: 1px solid #F1F1F7; box-shadow: 5px 5px 5px -3px rgb(194 194 198 / 14%); background: #FFFFFF; border-radius: 20px; width: 215px; padding: 20px 18px 20px 20px; display: none; }
.btn-wrap > ul > li > ul li { padding: 0; margin-bottom: 12px; }
.btn-wrap > ul > li > ul li:last-child { margin-bottom: 0; }

.image_content_section.image__left .content__left { padding-right: 0; padding-left: 36px; }
.image_content_section.image__left .image__right { order: -1; }

@media (min-width: 768px) {
    .image_content_section.image__left .content__left.fadeInLeft { animation-name: fadeInRight; }
    .image_content_section.image__left .image__right.fadeInRight { animation-name: fadeInLeft; }
}

.scroll-list-main .content-section {padding: 94px 0 10px;}
.scroll-list-main .content-section .wrap-right,
.scroll-list-main .content-section .wrap-right { padding: 0; }
.image_content_section + .image_content_section {} 
.image_content_section + .content-section { padding-top: 68px; }

.scroll-list-main + .cta-bottom-section { margin-top: 40px; }
.image-top-bottom .cta-bottom-right img {margin-bottom: -18px;}

.blue-color .wrap-left h2,.blue-color .key-features h6,.blue-color .content__left .sub-heading {color: #179DDA;}
.blue-color .key-features {background: rgb(23 157 218 / 10%);}
.blue-color .key-features ul li svg path,.blue-color .key-features ul li svg circle {stroke: #179DDA;}
.blue-color .btn-wrap .btn {background: #179DDA;border-color: #179DDA;}
.blue-color .btn-wrap .btn:hover {background: #007CB5;border-color: #007CB5;}

.purple-color .wrap-left h2,.purple-color .key-features h6,.purple-color .content__left .sub-heading {color: #8732ED;}
.purple-color .key-features {background: rgb(135 50 237 / 10%)}
.purple-color .key-features ul li svg path,.purple-color .key-features ul li svg circle {stroke: #8732ED;}
.purple-color .btn-wrap .btn {background: #8732ED;border-color: #8732ED;}
.purple-color .btn-wrap .btn:hover {background: #007CB5;border-color: #007CB5;}

.skyblue-color .wrap-left h2,.skyblue-color .key-features h6,.skyblue-color .content__left .sub-heading {color: #7CD2FE;}
.skyblue-color .key-features {background: rgb(124 210 254 / 10%)}
.skyblue-color .key-features ul li svg path,.skyblue-color .key-features ul li svg circle {stroke: #7CD2FE;}
.skyblue-color .btn-wrap .btn {background: #7CD2FE;border-color: #7CD2FE;color: #381879;}
.skyblue-color .btn-wrap .btn:hover {background: #007CB5;border-color: #007CB5;color: #fff;}

.dark-blue-color .wrap-left h2,.dark-blue-color .key-features h6,.dark-blue-color .content__left .sub-heading {color: #381879;}
.dark-blue-color .key-features {background: rgb(56 24 121 / 10%)}
.dark-blue-color .key-features ul li svg path,.dark-blue-color .key-features ul li svg circle {stroke: #381879;}
.dark-blue-color .btn-wrap .btn {background: #381879;border-color: #381879;}
.dark-blue-color .btn-wrap .btn:hover {background: #007CB5;border-color: #007CB5;}

.scroll-list-link {display: none;}
.scroll-list-link a {display: block;vertical-align: middle;position: relative;background: #FFFFFF;border-radius: 12px;padding: 13px 40px 12px 24px;font-weight: 600;color: #381879;border: 1px solid #381879;box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);}
.scroll-list-link a:after {content: "\f107";font-family: "Font Awesome 6 Pro";font-weight: 400;position: absolute;top: 0;right: 18px;bottom: 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;font-size: 16px;}
.scroll-list-link.active a:after {content: "\f106";}
/** Lesson Page style ends from here **/

/** Holiday crash course Page style starts from here **/
.inner-banner + .image-content-section { padding-top: 110px; }
.no-bottom-pattern-image .bottom-pattern-img {display: none;}


.inner-banner + .content-section + .full-image-section {margin-top: 100px;}
.full-image-section { position: relative; overflow: hidden; height: 100vh; }
.full-image-wrap {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center; z-index: 0;}
.video-mob-img {display: none;}
.full-image-wrap img,.full-image-wrap video {will-change: transform;transform: translateY(0);width: 100%;height: 100%;object-fit: cover;}
.full-image-section .wave-img {position: absolute;top: -1px;left: 0;right: 0;z-index: 1;pointer-events: none}
.full-image-section .wave-img img { bottom: 0; }


.content-listing-wrap {background: var(--primary-color);color: var(--white);padding: 20px 0 153px;position: relative;z-index: 1;} 
.content-listing-wrap:before {content: "";position: absolute;left: 0;right: 0;bottom: 0;background: url('assets/images/lesson-pattern-img.svg');height: 75%;background-repeat: no-repeat;background-size: cover;background-position: center center;z-index: -1;}
.content-listing-wrap:after {content: "";position: absolute;left: 0;right: 0;background: linear-gradient(180deg, #381879 63.14%, rgba(56, 24, 121, 0) 134.96%);top: 0;margin: auto;z-index: -1;height: 77%;opacity: 0.7;}
.content-listing-wrap h2,.content-listing-wrap h3,.content-listing-wrap p { color: var(--white); }
.content-listing-wrap .sub-heading {color: var(--skyblue-color)}
.content-listing-flex { display: flex; flex-wrap: wrap; }
.content-list-left {width: 43%;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;}
.content-list-left h2 { margin-bottom: 34px; }
.content-list-left .btn { margin-top: 5px; min-width: 160px; }
/*.content-list-left .btn:hover,.content-list-left .btn:focus {background: var(--white);color: var(--primary-color)}*/
.no-pattern-img .content-bottom-pattern-img {display: none;}
.content-bottom-pattern-img { margin-top: auto; padding-top: 50px; }
.content-bottom-pattern-img img { display: block; max-width: 351px; }

.content-list-right { width: 50%; margin-left: auto; padding: 45px 0 0; } 
.content-list-row {display: flex;flex-wrap: wrap;margin-bottom: 44px;}
.content-list-row:last-child { margin-bottom: 0; }
.content-list-icon { border: 1px solid #179DDA; width: 78px; height: 78px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border-radius: 100%; } 
.content-list-icon img { max-width: 58px; display: block; } 
.content-list-info { width: calc(100% - 78px); padding-left: 28px; margin-top: auto; margin-bottom: auto; }
.content-list-info h3 { margin-bottom: 1px; }

.three-col-slider-section {padding: 95px 0 125px;} 
.three-col-slider-heading { text-align: center; } 
.three-col-slider-heading > *:last-child { margin-bottom: 0; }
.three-col-slider {margin: 0 -5px;padding-bottom: 88px;position: relative;}
.three-col-slider:before { content: ""; position: absolute; top: 0; bottom: 0; background: #f9f7f5; width: 100%; left: -100%; z-index: 1; }
.three-col-slider .slick-list { overflow: inherit; }
.three-col-slider .slick-arrow { margin-top: 0; top: auto; bottom: 0; }
.three-col-desktop .slick-track {display: flex;}
.three-col-slider .three-column { opacity: 0.2; transition: opacity 0.5s ease-in-out; height: auto;}
.three-col-slider .three-column.slick-active { opacity: 1; }
.three-col-mobile {display: none;}
.slider-mobile-btn {display: none}

.holiday-crash-course-sec {background: var(--white);padding: 95px 0 40px;}
.holiday-crash-course-heading {text-align: center;margin-bottom: 48px;}
.table-container { overflow-x: auto; }
.table-row {display: flex;flex-wrap: wrap;align-items: center;}
.table-row:first-child {border-bottom: 1px solid rgb(45 55 75 / 25%);}
.table-row:first-child .table-cell {font-weight: 700;}
.table-row:nth-child(odd) { background-color: #F9F7F5; }
.table-left { width: calc(100% - 155px); display: flex; flex-wrap: wrap; }
.table-right { width: 155px; }
.table-cell {padding: 12px 24px;}
.table-cell.holiday {width: 23%;}
.table-cell.no-days {width: 18%;}
.table-cell.holiday-date {width: 33%;}
.table-cell.holiday-activity {width: calc(26%);}
.table-cell.holiday-btn {margin-left: auto;padding: 6px 24px 7px;width: 100%;}
.table-cell.holiday-btn .btn.border-btn { padding: 8px 15px 8px; min-width: 107px; }
.holiday-crash-course-sec + .cta-bottom-section { background: #fff; }
/** Holiday crash course Page style ends from here **/

/** About Page style starts from here **/
.content-listing-section + .content-section { padding-top: 166px; }
.image-content-section.single-image-sec {padding: 110px 0 110px;}
.image-content-section.single-image-sec .image-content-wrap { padding-top: 0; } 
.image-content-section.single-image-sec .content-left { width: 56%; } 
.content-left h2 { margin-bottom: 38px; } 
.image-content-section.single-image-sec .content-left p { padding-right: 66px; }
.image-content-section.single-image-sec .image-right { padding-top: 0; margin-left: auto; width: 44%; margin-top: 0;margin-bottom: 0; } 
.image-single-img { width: 100%; } 
.image-single-img img { display: block; width: 100%; border-radius: 20px; } 

.logo-section { padding: 70px 0 0; }
.logo-wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; align-items: center; } 
.logo-col { width: 16.66%; padding: 0 15px; margin-bottom: 30px; } 
.logo-col img { display: block; margin: 0 auto; }
/** About Page style ends from here **/

/** Venue Page style starts from here **/
.inner-banner + .content-section { padding-top: 110px; }
.content-section .btn { margin-top: 5px; }

.image-content-section.image-video-section { padding: 123px 0 103px; }
.image-content-section.image-video-section .content-left { padding-right: 40px; margin: auto 0; padding-top: 36px; } 
.image-content-section.image-video-section .content-left .sub-heading { margin-bottom: 20px; } 
.image-content-section.image-video-section .content-left h2 { margin-bottom: 14px; }
.image-content-section.image-video-section .content-left p { margin-bottom: 24px; }

.image-content-section.image-video-section .image-right { margin: 0; width: 48.3%; margin-left: auto; } 
.video-main { width: 100%; } 
.video-col { padding-bottom: 99%; position: relative; border-radius: 20px; } 
.play-ic { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; } 
.play-ic-img { border: 1px solid #FFFFFF; width: 80px; height: 80px; display: inline-block; vertical-align: middle; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.play-ic-img img { display: block; max-width: 36px; position: relative; left: 6px; }

.popup-video-element { background: rgba(0,0,0,.7); display: none; height: 100vh; left: 0; overflow: auto; padding: 50px; position: fixed; top: 0; width: 100%; z-index: 1111 }
.popup-video-element .popup-video-element-inner {margin: 0 auto;padding-bottom: 40%;position: relative;width: 71%}
.popup-video-element .popup-video-element-inner iframe { bottom: 0; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100% } .popup-video-element .close-ic { color: #fff; font-size: 20px; font-weight: 600; position: absolute; right: 0; top: -30px } 
.video-open .popup-video-element { align-items: center; display: flex; flex-wrap: wrap; justify-content: center }


.check-listing-main { display: flex; flex-wrap: wrap; padding: 20px 0 0; margin: 0 -20px; }
.check-listing-main ul { display: flex; flex-wrap: wrap; margin: 0; list-style: none; }
.check-listing-main ul li { width: 100%; position: relative; padding-left: 45px; padding-right: 20px;  margin-top: 0; margin-bottom: 40px; }
.check-listing-main ul li:before { content: ""; width: 28px; height: 28px; border: 1px solid #7CD2FE; border-radius: 100%; position: absolute; top: -4px; left: 0; background: url('assets/images/check-icon.svg')no-repeat center center;background-size: 13px;}
.check-listing-main { padding: 40px 0 0px; }
/*.check-listing-main ul li:nth-child(1),.check-listing-main ul li:nth-child(2) { margin-top: 0; }*/

.check-listing-column { width: 50%; padding: 0 20px; }
.check-listing-column:only-child {width: 100%;}
.check-listing-column h2 {margin-bottom: 60px;}
.check-listing-main ul:last-child li:last-child { margin-bottom: 0; }

.map-section { padding: 107px 0 0; }
.map-heading { text-align: center; margin-bottom: 40px; }
.map-heading *:last-child { margin-bottom: 0; }
.map-wrap { overflow: hidden; border-radius: 20px; position: relative; padding-bottom: 41.5%; }
.map-wrap iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.map-content {padding-top: 40px;}
/** Venue Page style ends from here **/

/** Faq page style starts from here **/
.faq-sec {padding: 132px 0 9px;}
.faq-link {display: none;}
.faq-filter ul { margin: 0 -8px; list-style: none; display: flex; flex-wrap: wrap; }
.faq-filter ul li { padding: 0 8px 15px; }
.faq-filter .btn { min-width: 106px; padding-left: 23px; padding-right: 23px; }
.faq-filter .btn:hover,.faq-filter .btn.active {background: var(--skyblue-color);border-color: var(--skyblue-color);color: var(--white);}

.faq-content-wrap { padding: 68px 0 0; }
.faq-category { margin-bottom: 55px; } 
.faq-content {max-width: 942px;margin: 0 auto;}
.faq-content > h2 { padding: 0 20px; margin-bottom: 0; }
.faq-accordion { padding: 5px 0 0; } 


.faq-accordion-row { border-bottom: 1px solid rgb(56 24 121 / 10%); } 
.accordion-title {cursor: pointer;padding: 25px 45px 25px 20px;position: relative;}
.accordion-title:before {content: "\f107";font-weight: 400;font-family: "Font Awesome 6 Pro";position: absolute;top: 0;bottom: 0;right: 0;text-align: center;width: 40px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;font-size: 20px;}
.accordion-title.active:before {content: "\f106";}
.accordion-title h5 {font-weight: 700;}
.accordion-title h5:last-child { margin-bottom: 0; }

.accordion-info { display: none; padding: 8px 90px 25px 20px; }
.accordion-info p { letter-spacing: -0.05px; }
/** Faq page style ends from here **/

/** Term Info page style starts from here **/
.banner-btn-wrap { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 38px; }
.banner-btn { padding: 0 8px; }

.content-btn { padding: 0 20px; }
.content-right-btn { display: flex; flex-wrap: wrap; margin: 0 -20px; align-items: center; gap: 20px 0;}
.qr-code { width: 90px; height: 90px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-size: 12px; line-height: 16px; font-weight: 400; text-align: center; letter-spacing: 0.2px; background: #fff; } 

.newsfeed-section { padding: 91px 0 102px; }
.newsfeed-heading { text-align: center; } 
.newsfeed-heading h2:last-child { margin-bottom: 0; }
.newsfeed-row { background: rgb(124 210 254 / 20%); border-radius: 20px; margin-top: 30px; display: flex; flex-wrap: wrap; padding: 37px 44px 40px; } 
.newsfeed-wrap { padding: 5px 0 0; } 
.newsfeed-left { width: 36.7%; }
.newsfeed-right { width: 63.3%; padding: 5px 0 0; }
.newsfeed-right h6 { color: var(--primary-color); margin: 0; font-size: 16px; font-weight: 700; }

.table-container-wrap { margin-bottom: 40px; }
.table-container-wrap:last-child { margin-bottom: 0px; }
.table-container-wrap h5 { font-weight: 700; margin-bottom: 25px; }

.faq-image-section.faq-without-image { padding-top: 113px; }
.accordion-left:only-child { width: 100%; max-width: 674px; margin: 0 auto; }
.faq-image-section.faq-without-image { background-color: var(--gray-color); padding-bottom: 0; }
.faq-image-section.faq-without-image .faq-image-wrap { margin-top: 32px; }
.faq-image-section.faq-without-image .accordion { padding-bottom: 40px; }
.faq-image-section.faq-without-image .accordion-header,.faq-image-section.faq-without-image .accordion-content { padding-left: 20px; }
.faq-image-section.faq-without-image .accordion-header::before { right: 30px; }
.faq-image-section.faq-without-image .faq-image-wrap .btn { margin-left: auto; margin-right: auto; display: table; }
/** Term Info page style ends from here **/

/** Testimonials page style starts from here **/
.testimonial-page { padding: 0 0 130px; }
.testimonial-page-wrap {padding: 32px 0 0;column-count: 3; column-gap: 0px;}
.testimonial-page-wrap .testimonial-column {padding: 10px 5px; /* Number of columns */display: inline-block;}
/** Testimonials page style ends from here **/

/** Contact page style starts from here **/
.contact-page { padding: 130px 0 101px; } 
.contact-heading {max-width: 560px;margin-bottom: 40px;}
.contact-heading h2 { margin-bottom: 28px; }
.faq-content-wrap { padding-top: 33px; }
.contact-wrap { display: flex; flex-wrap: wrap; align-items: flex-start; }
.contact-form {background: #fff;border-radius: 20px;border: 1px solid #F1F1F7;box-shadow: 2px 5px 13.5px 1px rgb(30 33 101 / 5%);width: 50%;padding: 42px 40px 52px;}
form label {display: block;font-weight: 400;margin-bottom: 11px;}
form br { display: none; }
.wpcf7-form-control-wrap {display: block;margin-bottom: 33px;font-size: 14px;}
.wpcf7-form-control.wpcf7-submit { width: 100%; }
.contact-form .wpcf7-spinner { position: absolute; top: 100%; left: 0; right: 0; margin: 0 auto; margin-top: 10px; }
.contact-form form p { margin-bottom: 0; }
.contact-content { width: 100%; margin-bottom: 43px; }
.contact-content ul { margin: 0 0 0; list-style: none; font-weight: 400; padding-left: 8px; } .contact-content p { margin-bottom: 1px; font-weight: 400; } 
.contact-content ul li { position: relative; padding-left: 16px; }
.contact-content ul li:before { content: ""; width: 7px; height: 7px; background: var(--primary-color); position: absolute; top: 10px; left: 0; border-radius: 100%; }
.contact-form .wpcf7-not-valid-tip { display: none; }
.contact-form .wpcf7-not-valid-tip:first-of-type { display: block; }

.file-upload-wrap {display: flex;flex-wrap: wrap;margin: 0 -8px;padding-bottom: 33px;border-bottom: 1px solid #7CD2FE;margin-bottom: 18px;}
.file-upload {position: relative;padding: 0 8px;max-width: 53%;}
.file-upload:first-child {max-width: 47%;}
.file-upload .wpcf7-form-control-wrap { position: static; margin: 0; }
.file-upload input[type="file"] { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; cursor: pointer; }
.file-upload label {display: inline-block;background-color: #C0E1EE;color: var(--primary-color);padding: 10px 18px;border-radius: 50px;cursor: pointer;font-size: 16px;line-height: 20px;font-weight: 400;text-align: center;transition: all 0.5s ease-in-out;margin: 0;}
.file-upload > p { display: flex; flex-direction: column; } 
.file-upload label { order: -1; }

.contact-page .faq-category { display: none; margin-bottom: 0; }
.contact-page .contact-info { width: 50%; padding-left: 59px; padding-top: 43px; }
.info-wrap { margin-bottom: 34px; }
.info-wrap:last-child { margin-bottom: 0; }
.info-wrap p { margin-bottom: 3px; }
.info-wrap p:last-child { margin-bottom: 0; }
.info-wrap p a { display: inline-block; vertical-align: middle; text-decoration: none; font-size: 24px; font-weight: 600; }
.info-wrap p span { font-weight: 600; }
.social-link { display: inline-block; vertical-align: middle; } 
.social-link img { display: block; width: 60px; } 
.social-links-col { display: inline-block; vertical-align: middle; margin-right: 12px; } 
.social-links-col:last-child {margin-right: 0;}
.social-links-col > .social-link {margin-right: 12px;}
.social-links-col > .social-link:last-child {margin-right: 0;}
.info-wrap.social-links-wrap { margin-bottom: 37px; }
.info-wrap.social-links-wrap:last-child {margin-bottom: 0;}
.info-wrap.social-links-wrap p { margin-bottom: 11px; }
.contact-image { position: relative; display: flex; flex-wrap: wrap; padding: 71px 0 0px; } 
.contact-image .boy-img { padding-bottom: 19.5%; } 
.contact-image .splash-img { top: 75px; right: -55px; } 
.contact-image .girl-img { position: relative; right: -57px; }

.select-hidden { display: none; visibility: hidden; padding-right: 10px; }
.rev-select {cursor: pointer;display: inline-block;position: relative;font-size: 16px;color: #fff;width: 100%;line-height: 20px;}
.select-styled {background-color: transparent;padding: 15px 18px 13px;transition: all 0.5s ease-in-out;border: 1px solid rgb(56 24 121 / 25%);color: #381879;border-radius: 20px;}
.select-styled::after {content: "\f107";font-weight: 400;font-family: "Font Awesome 6 Pro";position: absolute;top: 0;bottom: 0;right: 0;text-align: center;width: 58px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;font-size: 20px;}
.select-options {display: none;position: absolute;top: 100%;right: 0;left: 0;z-index: 999;margin: 0;list-style: none;background-color: #fff;border: 1px solid rgb(56 24 121 / 25%);color: #381879;border-radius: 20px;margin-top: 4px;box-shadow: 2px 5px 13.5px 1px rgb(30 33 101 / 10%);overflow: hidden;}
.select-options li {margin: 0;padding: 11px 19px;text-indent: 0;transition: all 0.5s ease-in-out;}
.select-options li:hover { background: rgb(124 210 254 / 30%); }
.select-options li[rel="hide"] { display: none; }

.wpcf7 form.invalid .wpcf7-response-output { display: none; }
.wpcf7 form.sent .wpcf7-response-output { display: block; border: none; font-weight: 700; margin: 15px 0 0; padding: 0; color: #378b3e; }

.qr-code img {width: 100%;}
/** Contact page style ends from here **/

/**** 404 page style starts from here ****/
.error-404.not-found { text-align: center; padding: 200px 0 90px; } 
.error-404.not-found .page-title { font-size: 180px; line-height: 180px; }
.error-404.not-found .page-content p { font-size: 20px; }
/**** 404 page style ends from here ****/

/** Notification style starts from here **/
.status-bar-heading { display: none; position: fixed; bottom: 1px; left: 0; right: 0; z-index: 11; }
.status-bar-wrap { display: flex; flex-wrap: wrap; border: 1px solid #F1F1F7; box-shadow: 2px 5px 9.9px -2px rgb(0 0 0 / 13%); padding: 15px 50px 15px 25px; position: relative; border-radius: 20px; background: var(--white);}
.status-bar-heading.blue-bar .status-bar-wrap {background: var(--primary-color);color: var(--white);}
.status-bar-heading.blue-bar .status-bar-wrap * {color: var(--white);}
.status-bar-wrap *:last-child { margin-bottom: 0; } 
.bar-left { width: 26%; }
.bar-right { padding-left: 25px; width: 74%; }
.close-icon {position: absolute;top: 16px;right: 20px;cursor: pointer;}
.close-icon i { font-size: 18px; line-height: 1; transition: all 0.5s ease-in-out; }
.close-icon i:hover {color: var(--skyblue-color);}

.popup-image-sec { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgb(0 0 0 / 65%); z-index: 1111; overflow: auto; padding-top: 20px; padding-bottom: 20px; display: none; }
.popup-image-sec .main { display: flex; align-items: center; flex-wrap: wrap; min-height: 100%; }
.popup-image-wrap { position: relative; display: flex; flex-wrap: wrap; border-radius: 20px; box-shadow: 2px 5px 9.9px -2px #00000021; border: 1px solid #F1F1F7; background: var(--white); max-width: 675px; margin: 0 auto; }
.popup-img-left {position: relative;width: 272px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;overflow: hidden;}
.popup-img-left img {display: block; position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.popup-img-right { width: calc(100% - 272px); padding: 53px 48px 32px 26px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.popup-img-right h4 {margin-bottom: 15px;}
.popup-img-right p {margin-bottom: 13px;}
.popup-img-right p:last-child {margin-bottom: 0;}
.popup-image-wrap .close-icon {top: 25px;right: 25px;}

.popup-content-sec .popup-image-wrap {max-width: 420px}
.popup-content-sec .popup-img-right {width: 100%;}
/** Notification style ends from here **/

.grecaptcha-badge { z-index: 1; }