/*!
Theme Name: Ark School
Theme URI: https://www.dotcomdesign.com
Author: DotcomDesign
Author URI: https://www.dotcomdesign.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ark-school
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ark-school is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility !important;
}

body,
html {
    overflow-x: hidden !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
    margin: 0 20px;
}

.main-navigation li:first-child {
    margin-left: 0;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a {
    transition: .3s;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color);
    text-decoration: none !important;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.main-navigation li>a {
    padding-bottom: 5px;
}

.main-navigation li.current-menu-parent>a,
.main-navigation li.current_page_item>a,
.main-navigation li:hover>a {
    color: var(--dark-color);
    border-bottom-color: var(--secondary-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*========== Fonts CSS Start ==========*/

@font-face {
    font-family: 'Garet Book';
    src: url('assets/fonts/Garet-Book.eot');
    src: url('assets/fonts/Garet-Book.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Garet-Book.woff2') format('woff2'),
        url('assets/fonts/Garet-Book.woff') format('woff'),
        url('assets/fonts/Garet-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Angelitta';
    src: url('assets/fonts/Angelitta.eot');
    src: url('assets/fonts/Angelitta.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Angelitta.woff2') format('woff2'),
        url('assets/fonts/Angelitta.woff') format('woff'),
        url('assets/fonts/Angelitta.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 14px;
    right: 20px;
    pointer-events: none;
    color: var(--primary-color);
    font-size: 16px;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 24px;
    color: var(--red-color);
    text-align: left;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.wpcf7 form .wpcf7-response-output {
    color: #00a0d2;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: #dc3232;
}

.wpcf7-form .row {
    --gutter: 14px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px;
    position: relative;
}

.screen-reader-response {
    display: none;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 20px 0;
    padding: 3px 10px;
    border: 1px solid var(--red-color);
    color: var(--red-color);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #46b450;
    color: #46b450;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

input[type=text],
input[type=email],
input[type=number] {
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--dark-color);
    opacity: 1;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--dark-color);
    opacity: 1;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--dark-color);
    opacity: 1;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: var(--dark-color);
    opacity: 1;
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--dark-color);
    opacity: 1;
}

select option {
    color: var(--dark-color);
}

select {
    color: var(--dark-color) !important;
}

select::-ms-expand {
    display: none;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 44px;
    border: 1px solid var(--primary-color);
    outline: none !important;
    padding: 0 20px;
    font-size: 13px;
    line-height: 32px;
    color: var(--dark-color);
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

select,
select.form-input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
}

.form-input.wpcf7-textarea {
    height: 122px;
    resize: none;
    padding: 6px 20px;
    display: block;
}

.submit-btn {
    text-align: left;
    position: relative;
    display: inline-block;
    width: 100%;
}

.submit-btn .sec-btn {
    width: 100%;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 101%;
    transform: translate(0, -50%);
    margin: 0;
}

.wpcf7 input[type=checkbox],
.woocommerce form .form-row .input-checkbox,
.woocommerce-form__input,
.wpcf7 input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

span.wpcf7-list-item-label,
.woocommerce-form__label-for-checkbox span,
.comment-form-cookies-consent label {
    padding-left: 30px;
}

.comment-form-cookies-consent label {
    padding-left: 10px;
}

label {
    margin-bottom: 0;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:before,
.woocommerce-form__label-for-checkbox span:after {
    content: " ";
}

span.wpcf7-list-item-label:before,
.woocommerce-form__label-for-checkbox span:before,
.comment-form-cookies-consent label:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid var(--primary-color);
    z-index: 1;
}

span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: .3s;
    z-index: 0;
}

input[type=radio]:checked~span:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-list-item {
    margin: 10px 1em 0 0px;
    padding-bottom: 10px;
    display: block;
}

.woocommerce-form__label-for-checkbox span:before,
.checkbox-wp .wpcf7-list-item-label:before,
.comment-form-cookies-consent label:before {
    border-radius: 0;
}

.checkbox-wp .wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "\f00c";
    width: 20px;
    height: 20px;
    background: transparent;
    color: var(--white-color);
    border-radius: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--dark-color);
    border-radius: 3px;
}

input[type="checkbox"]:checked~span:before,
input[type="checkbox"]:checked~span:after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label:after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label:before,
input[type="checkbox"]:checked~label:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-not-valid-tip {
    display: none;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: var(--red-color);
    opacity: 0.7;
}

.form-input-checkbox .wpcf7-list-item {
    position: relative;
    margin: 0;
    margin-right: 30px;
}

span.wpcf7-list-item,
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.woocommerce form .form-row label {
    position: relative;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid var(--red-color);
    color: var(--red-color);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.form-input-checkbox .wpcf7-list-item.last {
    margin: 0;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}

.comment-form-cookies-consent input {
    opacity: 0;
    display: inline-block;
    width: auto !important;
}

.form-box {
    position: relative;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    padding-bottom: 20px;
}

.form-box.form-input-file input[type=file] {
    position: relative;
    width: 76px;
    height: 73px;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--input-color);
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    z-index: 0;
}

.form-box.form-input-file .input-file-icon:before,
.form-box.form-input-file .input-file-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 1px;
    background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon:after {
    width: 1px;
    height: 30px;
}

.form-box.form-input-file span.input-file-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.wpcf7 p:last-child {
    margin-bottom: 0;
}

/*========== Form CSS End ==========*/

/*==========Common CSS ==========*/
:root {
    --primary-color: #8C7960;
    --primary-2: #F3E2C2;
    --secondary-color: #E9C487;
    --dark-color: #2D2926;
    --common-color: #777777;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --input-color: #555555;
    --gradient-color: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --body-font: 'Garet Book';
    --title-font: 'Garet Book';
    --main-title: 'Angelitta';
    --gutter: 30px;
}

body {
    font-size: 16px;
    line-height: 32px;
    color: var(--dark-color);
    font-family: var(--body-font);
    background-color: #FBF9F6;
}

p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 32px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: var(--dark-color);
    font-family: var(--title-font);
}

p a,
a {
    color: var(--dark-color);
    transition: 0.3s;
}

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a,
p a {
    border-bottom: 1px solid var(--primary-color);
}

.privacy-content p a:hover,
.privacy-content a:hover,
.entry-content a:hover,
.entry-content p a:hover,
.entry-content a:hover,
p a:hover {
    border-bottom-color: var(--secondary-color);
}

.sub-text ul {
    margin: -17px 0 31px 18px;
}

.sub-text ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 11px;
}

.sub-text ul li:last-child {
    margin-bottom: 0;
}

.sub-text ul li::before {
    content: "";
    position: absolute;
    --circle-size: 10px;
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background: var(--primary-color);
    top: 11px;
    left: 0;
}

a {
    text-decoration: none !important;
}

p a:hover,
a:hover {
    color: var(--secondary-color);
}

.h1-title {
    font-size: 86px;
    line-height: 80px;
    color: var(--dark-color);
    text-transform: uppercase;
    margin-bottom: 30px;
}


.h2-title {
    font-size: 46px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.h2-title span {
    display: block;
}

.class-program-sec .sub-text h3,
.h3-title {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lg-title {
    font-family: var(--main-title);
    font-size: 90px;
    font-weight: normal;
    line-height: 172px;
    color: var(--white-color);
    margin-bottom: 0;
}

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

.wow {
    visibility: hidden;
}

.callus {
    font-weight: inherit;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.for-des-flex {
    display: flex !important;
}

.for-mob-flex {
    display: none !important;
}

.menu-des {
    display: inline-block;
}

.menu-mob {
    display: none;
}

.container {
    position: relative;
    z-index: 5;
}

.play-btn {
    width: 60px;
    height: 60px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.back-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.common-img-box {
    position: relative;
    background-color: var(--primary-2);
    padding: 50px 30px;
    margin-right: 40px;
}

.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.7);
    display: none;
    z-index: 5;
}

.ajax-loader i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: var(--primary-color);
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.main-navigation ul li.menu-item-has-children>a {
    position: relative;
}

.main-navigation ul li.menu-item-has-children {
    padding-right: 18px;
}
.main-navigation li.menu-item-has-children>a .click-menu-here {
    position: absolute;
    top: 50%;
    right: -20px;
    font-size: 10px;
    transform: translate(0, -50%);
    margin-top: -3px;
    color: #707070;
    transition: .3s;
}

.main-navigation li.menu-item-has-children>a .click-menu-here i {
    transition: .3s;
}

.main-navigation li.menu-item-has-children:hover>a .click-menu-here {
    color: var(--dark-color);
}

.main-navigation li.menu-item-has-children:hover>a .click-menu-here i {
    transform: rotate(-180deg);
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0 !important;
    float: none;
    width: 249px;
    background: var(--primary-2);
    text-align: left;
    display: none;
    opacity: 0;
}

.main-navigation ul li.menu-item-has-children:hover ul {
    display: block;
    top: 100%;
    opacity: 1;
    animation: swip_up .3s linear 1;
}

@keyframes swip_up {
    from {
        top: calc(100% + 20px);
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

.main-navigation ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 0;
    transition: 0.3s;
}

.main-navigation ul ul li.current_page_item a,
.main-navigation ul ul li a:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: 230px;
    height: 64px;
    background: var(--dark-color);
    border: 1px solid var(--dark-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    outline: none !important;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.sec-btn.primary2-btn {
    background: var(--primary-2);
    border-color: var(--primary-2);
    color: var(--dark-color);
}

.sec-btn.primary2-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.btn-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--dark-color);
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 5.4px;
    transition: .3s;
}

.btn-link:hover {
    color: var(--secondary-color);
}

.main-banner .banner-video,
.main-banner .banner-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-banner .banner-video video {
    left: 50%;
    transform: translate(-50%);
    width: auto;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: var(--gutter);
    --container-space: calc(var(--gutter) / 2);
    padding-right: var(--container-space);
    padding-left: var(--container-space);
}

.row {
    --bs-gutter-x: var(--gutter);
}

.slick-slider [class*=col-] {
    padding-right: calc(var(--gutter) / 2);
    padding-left: calc(var(--gutter) / 2);
}

/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/
.modal-open .modal,
.modal-open {
    padding-right: 0 !important;
}

.modal-open {
    position: fixed;
    width: 100%;
}

.modal-content {
    border: none;
    background: var(--white-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgb(60 140 244 / 16%);
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    z-index: 2;
    transition: 0.3s;
}

button.close:hover {
    background: var(--secondary-color);
    color: var(--dark-color);
}

.modal-dialog {
    margin: 0 auto;
    max-width: 700px;
    height: 100%;
    display: flex;
    align-items: center;
}

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text {
    padding: 20px 30px !important;
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
}

.common-popup-text::-webkit-scrollbar {
    width: 3px;
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.common-popup-text::-webkit-scrollbar-track {
    background: #cccccc;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: unset !important;
    }
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider Css End==========*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    font-size: 0;
    line-height: 1;
    bottom: -25px;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px 0 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid var(--secondary-color);
    outline: none;
    padding: 0;
    transition: 0.3s;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.slick-initialized .slick-slide {
    outline: none !important;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important;
    max-height: unset !important;
}

.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none !important;
    background: var(--primary-color);
    outline: none !important;
    color: var(--white-color);
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-arrow.next-arrow.slick-arrow {
    left: 60px;
}

.slick-arrow:hover {
    background: var(--dark-color);
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

/*==========Slider Css End==========*/

/*==========Overflow CSS==========*/
.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent;
}

.overflow-text::-webkit-scrollbar,
[data-simplebar=init]::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
    width: 0;
    opacity: 0 !important;
    display: none;
    clip-path: inset(0 0 30px 0);
}

.simplebar-track.horizontal {
    display: none;
}

.overflow-text::-webkit-scrollbar-thumb {
    opacity: 0 !important;
}

.overflow-text::-webkit-scrollbar-track {
    opacity: 0 !important;
}

.simplebar-track {
    width: 3px;
    background: #cccccc;
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    background: var(--primary-color);
    opacity: 1 !important;
    width: 100%;
}

[data-simplebar=init] {
    padding-right: 10px;
    scrollbar-color: transparent transparent;
}

.simplebar-scroll-content {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.simplebar-content {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.simplebar-content p:last-child {
    margin-bottom: 0;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

/*==========Overflow CSS End==========*/

/*==========White text CSS==========*/
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li,
.white-text label,
.white-text span:not(.wpcf7-form-control-wrap) {
    color: var(--white-color);
}

.white-list-link a {
    color: var(--white-color);
}

.fancybox-video {
    background-color: var(--white-color);
}

.white-arrow-dots .slick-dots li button {
    border-color: var(--white-color);
}

.white-arrow-dots .slick-dots li.slick-active button,
.white-arrow-dots .slick-dots li button:hover {
    background: var(--white-color);
}

.white-arrow-dots .slick-arrow {
    background: var(--white-color);
    color: var(--dark-color);
}

.white-arrow-dots .slick-arrow:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.white-btn.sec-btn {
    background: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.white-btn.sec-btn:hover {
    background: var(--primary-2);
    border-color: var(--primary-2);
}

.white-form .form-input,
.white-form .input-text,
.white-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.white-form select {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.white-form span.wpcf7-list-item-label:before,
.white-form .woocommerce-form__label-for-checkbox span:before,
.white-form .comment-form-cookies-consent label:before {
    border-color: var(--white-color);
    background: var(--white-color);
}

.white-form span.wpcf7-list-item-label:after,
.white-form .woocommerce-form__label-for-checkbox span:after,
.white-form .comment-form-cookies-consent label:after {
    background: var(--red-color);
}

.white-form .form-input::-webkit-input-placeholder,
.white-form .input-text::-webkit-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-moz-placeholder,
.white-form .input-text::-moz-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input:-ms-input-placeholder,
.white-form .input-text:-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-ms-input-placeholder,
.white-form .input-text::-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::placeholder,
.white-form .input-text::placeholder {
    color: var(--white-input-color);
}

.white-form select {
    color: var(--white-input-color) !important;
}

.white-form .form-element i {
    color: var(--white-color);
}

.white-form .wpcf7 form .wpcf7-response-output {
    color: var(--white-color);
}

/*==========White text CSS End==========*/

/*==========Header CSS Start==========*/

.site-header {
    position: fixed;
    width: 100%;
    top: 32px;
    left: 0;
    z-index: 100;
    transition: .3s;
}

.sticky_head {
    top: 0;
    background-color: #fbf9f6;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.08);
}

.site-header .container-fluid {
    padding: 0 79px;
}

.site-branding {
    width: 270px;
    transition: .3s;
}

.sticky_head .site-branding {
    width: 250px;
    padding-block: 5px;
}

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

/*==========Header CSS End==========*/

/*==========Main Banner CSS Start==========*/

.main-banner {
    position: relative;
    padding: 143px 0 64px;
    z-index: 6;
}

.main-banner.inner-banner::after,
.dance-sec::before,
.main-banner::before {
    content: "";
    position: absolute;
    width: 1265px;
    height: 100%;
    background: var(--white-color);
    top: 0;
    left: 0;
}

.banner-content {
    margin-top: 126px;
}

.banner-sub-text {
    margin-bottom: 51px;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 20px 28px;
    flex-wrap: wrap;
}

@keyframes waveBtn {
    0% {
        box-shadow: 0 0 0 0 #8a7a61;
    }

    50% {
        box-shadow: 0 0 0 10px transparent;
    }

    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

a.simpletix-button-theme.sec-btn:before,
a.simpletix-button-theme.sec-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
    animation: waveBtn 3s infinite;
}

a.simpletix-button-theme.sec-btn:after {
    animation-delay: 1.5s;
}

.ticket-btn {
    flex: 100%;
}

a.simpletix-button-theme.sec-btn {
    position: relative;
    background: var(--primary-color);
    border-color: var(--primary-color);
    max-width: 360px;
    width: 100%;
    height: 64px;
    border-radius: 0;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    overflow: visible;
}

a.simpletix-button-theme.sec-btn i {
    transform: rotate(-38deg);
}

/* .banner-btn .btn-link {
    margin-left: 30px;
} */

.banner-img {
    width: 815px;
    height: 751px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

.banner-img .back-img {
    background-size: contain;
    background-color: #fff7eb;
    height: 100%;
    border-bottom: 20px solid #fff7eb;
    border-top: 20px solid #fff7eb;
}

.banner-img .sec-btn {
    width: 100%;
}

.common-shep {
    position: absolute;
    width: 871px;
    height: 580px;
    top: 0;
    left: 0;
    background-color: #FAF3E6;
    -webkit-mask-image: url('assets/images/common-shep.svg');
    -webkit-mask-position: top;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    transform: rotate(-255deg);
    z-index: -1;
}

.banner-img .common-shep {
    top: 125px;
    left: 50%;
    transform: translate(-231px) rotate(-255deg);
}

.common-img-box .lg-title {
    position: absolute;
    width: 100%;
    top: 160px;
    left: 50%;
    transform: translate(-8px) rotate(-90deg);
}

.main-banner .girl-img {
    position: absolute;
    top: 89px;
    left: 74px;
    pointer-events: none;
}

/*==========Main Banner CSS End==========*/

/*==========About Us CSS Start==========*/

.about-sec {
    position: relative;
    padding: 142px 0 181px;
}

.about-img {
    height: 771px;
}

.about-img .lg-title {
    left: auto;
    transform: translate(167px) rotate(-90deg);
    right: 50%;
    width: 900px;
    top: 301px;
}

.special-img .common-shep,
.about-img .common-shep {
    width: 1023px;
    height: 681px;
    transform: rotate(-75deg);
    left: auto;
    top: 62px;
    right: 60px;
}

.about-content {
    margin-top: 7px;
}

.about-sub-text.sub-text ul {
    margin: -17px 0 31px 30px;
}

.about-sub-text.sub-text li {
    margin-bottom: 9px;
}

/*==========About Us CSS End==========*/

/*==========Dance CSS Start==========*/

.dance-sec {
    position: relative;
    padding: 69px 0 85px;
}

.dance-sec .dance-content {
    padding-top: 20px;
}

.enroll-shep,
.dance-shep {
    width: 1303px;
    height: 746px;
    -webkit-mask-image: url('assets/images/dance-shep.svg');
    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--secondary-color);
    opacity: 0.3;
    position: absolute;
    bottom: 90px;
    left: -27px;
}

.dance-sec::before {
    width: 1135px;
    background: var(--primary-color);
}

.dance-content .h2-title {
    margin-bottom: 45px;
}

.dance-img {
    height: 892px;
    margin-left: 40px;
    margin-right: 0;
}

.dance-img .common-shep {
    width: 1113px;
    height: 1310px;
    transform: rotate(113deg);
    background-color: var(--white-color);
    left: auto;
    right: -200px;
    top: auto;
    bottom: -104px;
}

.dance-img .lg-title {
    color: #FAF3E6;
    width: 600px;
    top: 355px;
    transform: translate(-50px) rotate(-90deg);
}

/*==========Dance CSS End==========*/

/*==========Dance Programme CSS Start==========*/

.dance-program-sec {
    position: relative;
    padding: 110px 0 143px;
}

.dance-program-sec .dance-program-content {
    margin-top: -17px;
}

.annoucements-sec .common-shep,
.main-contact-sec .common-shep,
.testimonial-sec .common-shep,
.enrollment-sec .common-shep,
.special-program-sec .common-shep,
.mission-sec .common-shep,
.dress-code-sec .common-shep,
.instructors-img .common-shep,
.class-program-sec .common-shep,
.dance-program-sec .common-shep {
    width: 795px;
    height: 528px;
    transform: rotate(-285deg);
    top: 473px;
    left: -44px;
}

.dance-program-sec .h2-title {
    margin-bottom: 62px;
}

.dance-program-list {
    margin-bottom: 65px;
}

.dance-program-list ul {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: nowrap;
    gap: 20px;
}

.dance-program-list li {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
    cursor: pointer;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: .3s;
}

.dance-program-list li.slick-active,
.dance-program-list li:hover {
    color: var(--dark-color);
    border-bottom-color: var(--secondary-color);
}

.dance-program-img {
    height: 539px;
}

.dance-program-content .h3-title {
    margin-bottom: 26px;
}

/*==========Dance Programme CSS End==========*/

/*==========Enroll CSS Start==========*/

.enroll-wp {
    position: relative;
    padding: 85px 30px;
    z-index: 6;
    background-color: var(--primary-2);

}

.home .enroll-sec {
    position: relative;
    background-color: var(--dark-color);
    padding: 85px 0 76px;
}


.enroll-shep {
    width: 100%;
    height: 444px;
    -webkit-mask-image: url('assets/images/enroll-shep.svg');
    top: 0;
    bottom: auto;
    left: 0;
}

.enroll-content {
    position: relative;
    max-width: 770px;
    margin: auto;
}

.enroll-content .h2-title {
    margin-bottom: 31px;
}


.enroll-content .lg-title {
    position: absolute;
    width: 100%;
    top: -88px;
    left: 50%;
    transform: translate(-50%, 0);
    color: var(--secondary-color);
    opacity: 0.1;
    z-index: -1;
}

.enroll-sub-text {
    margin-bottom: 13px;
}

.enroll-sub-text p:first-child {
    margin-bottom: 29px;
}

.enroll-sub-text p span {
    display: block;
    font-size: 13px;
}

/*==========Enroll CSS End==========*/

/*==========Special CSS Start==========*/

.special-sec {
    position: relative;
    padding: 127px 0 128px;
    overflow: hidden;
}

.special-content .h2-title {
    margin-bottom: 34px;
}

.special-content {
    margin-top: 87px;
}

.special-img .lg-title {
    top: 295px;
    transform: translate(-10px) rotate(-90deg);
}

.special-img .common-shep {
    top: 60px;
    left: 195px;
}

.special-img {
    height: 771px;
    margin-left: 40px;
    margin-right: 0;
}

/*==========Special CSS End==========*/

/*==========Workshop CSS Start==========*/

.workshop-sec {
    position: relative;
    padding-bottom: 153px;
}

.workshop-sec .common-shep {
    background-color: var(--primary-2);
    opacity: 0.29;
    width: 1024px;
    height: 723px;
    transform: translate(-547px) rotate(-245deg);
    left: auto;
    right: 50%;
    top: 235px;
}

.workshop-box-wp {
    --work-height: 590px;
    position: relative;
    column-count: 3;
    /* height: var(--work-height) * 2 + var(--gutter); */
    break-inside: avoid;
    column-gap: 30px;
    /* display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	grid-auto-rows: var(--work-height);
	grid-auto-flow: dense; */
}

.workshop-box-wp .main-workshop {
    break-inside: avoid;
    margin-bottom: var(--gutter);
}

.workshop-box-wp .main-workshop.title-box {
    margin: 158px 0 151px;
}

.workshop-box-wp .main-workshop:last-child {
    position: relative;
    top: 245px;
}

.workshop-box {
    height: var(--work-height);
    padding: 53px 34px 48px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #E6E1E1;
    /* grid-column: span 2; */
}

.annoucements-box-wp h4,
.workshop-box h4 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 19px;
}

.workshop-box-1 {
    background-color: #E6DFD8;
}

.workshop-box-2 {
    background-color: var(--primary-2);
    padding: 68px 34px 48px 30px;
}

.workshop-box-3 {
    padding: 63px 34px 48px 30px;
}

.workshop-box-4 {
    padding: 64px 34px 48px 30px;
}

.workshop-box-4 .icon,
.workshop-box-3 .icon {
    margin-left: 10px;
}

.workshop-content .sub-text {
    max-height: 185px;
    overflow: hidden;
}

.workshop-box-1 .workshop-content .sub-text {
    max-height: 217px;
}

.workshop-box-3 .workshop-content .sub-text {
    max-height: 249px;
}

.workshop-box-wp .main-workshop:last-child .btn-link {
    margin-top: 20px;
}

.workshop-box .btn-link {
    margin-top: 27px;
    border-bottom-color: var(--primary-color);
}

.workshop-box .btn-link:hover {
    border-bottom-color: var(--secondary-color);
}

.workshop-box-1 .icon img {
    width: 77px;
}

.workshop-box-2 .icon img {
    width: 75px;
}

.workshop-box-4 .icon img,
.workshop-box-3 .icon img {
    width: 60px;
}

.annoucements-sec table p {
    margin: 0;
    line-height: 26px;
}

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

.announcement-image img {
    width: 100%;
}

.sub-text p.text-center {
    margin: 0;
}

.sub-text {
    margin-top: 20px;
}

.sub-text a.img-content {
    float: right
}

.annoucements-list-wp .annoucements-list-box {
    padding: 25px;
    background-color: #faf3e6;
    color: var(--black-color);
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    text-align: center;
}

.annoucements-list-wp .annoucements-list-box .sec-btn {
    height: auto;
    padding: 10px;
}

.annoucements-list-wp .annoucements-list-box .h4-title {
    color: var(--black-color);
    margin-bottom: 0;
}

.book-concert-btn {
    margin-top: 30px;
}

.book-concert-btn .ticket-btn {
    display: flex;
    justify-content: center;
}

/*==========Workshop CSS End==========*/

/*==========Gallery CSS Start==========*/

.gallery-sec {
    position: relative;
    padding-bottom: 52px;
}

.gallery-sec .sec-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 68px;
}

.gallery-sec .sec-title .h2-title {
    margin-bottom: 0;
}

.gallery-sec .sec-title .btn-link {
    margin-bottom: -28px;
}

.gallery-sec .container-fluid {
    padding: 0 165px;
}

.gallery-img-wp {
    display: block;
    height: 370px;
    margin-bottom: 19px;
}

.gallery-slider .slick-list {
    padding-right: 4px;
}

/*==========Gallery CSS End==========*/


/*==========Footer CSS Start==========*/

.site-footer {
    position: relative;
    background-color: var(--dark-color);
}

.top-footer {
    padding-top: 83px;
}

.top-footer .contact-link {
    margin-bottom: -5px;
}

.footer-logo {
    margin-bottom: 52px;
}
.top-footer-content .footer-logo, .top-footer-content .footer-sub-text {
    margin-left: 120px;
}
.footer-sub-text p {
    color: var(--secondary-color);
}


.contact-link li a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: var(--secondary-color);
    transition: .3s;
}

.contact-link.social-link li a {
    word-break: break-word;
}

.contact-link.social-link li a:hover,
.contact-link li a.phone:hover,
.contact-link li a:hover {
    color: var(--primary-2);
}

.contact-link li a.phone {
    font-size: 24px;
    line-height: 40px;
    color: var(--white-color);
}

.contact-link li a.address {
    max-width: 200px;
}

.contact-link li {
    margin-bottom: 12px;
}

.contact-link.social-link li:last-child,
.contact-link li:last-child {
    margin-bottom: 0;
}

.top-footer .contact-link.social-link {
    margin-bottom: 13px;
}

.top-footer-content .footer-logo, .top-footer-content .footer-sub-text {
    margin-left: 120px;
}

.contact-link.social-link {
    text-align: right;
}

.contact-link.social-link li a {
    line-height: 32px;
    color: var(--white-color);
}

.contact-link.social-link li a i {
    font-size: 24px;
}

.footer-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 93px;
    padding: 33px 0 0;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 28px;
}

.footer-menu li a {
    font-size: 14px;
    line-height: 24px;
    color: var(--white-color);
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    transition: .3s;
}

.footer-menu li.current_page_item a,
.footer-menu li a:hover {
    border-bottom-color: var(--secondary-color);
}

.contact-link.social-link li {
    margin-bottom: 21px;
}

.footer-bottom-box {
    position: relative;
    padding: 39px 0 22px;
}

.footer-bottom-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
}

.copy-right,
.footer-other-link {
    display: inline-block;
}

.copy-right p,
.footer-other-link p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--secondary-color);
}

.footer-bottom-link {
    display: inline-block;
    text-align: center;
}

.footer-bottom-link ul {
    font-size: 0;
    line-height: 1;
    list-style: none;
    margin: 0;
}

.footer-bottom-link ul li {
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid var(--white-color);
}

.footer-bottom-link ul li:first-child {
    border-right: 0;
    padding-right: 11px;
    margin-right: 11px;
}

.footer-bottom-link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer-bottom-link ul li p,
.footer-bottom-link ul li a {
    font-size: 13px;
    line-height: 13px;
    color: var(--white-color);
    transition: 0.3s;
}

.footer-other-link p a:hover,
.footer-bottom-link ul li p,
.footer-bottom-link ul li a:hover {
    color: var(--secondary-color);
}

.footer-other-link p a {
    color: var(--white-color);
    text-decoration: underline !important;
    border-bottom: 0;
    transition: 0.3s;
}

.footer-other-link p i {
    color: var(--secondary-color);
}

/*==========Footer CSS End==========*/


/*==========CTA CSS Start==========*/

.cta-btn {
    position: fixed;
    bottom: 20px;
    right: 66px;
    z-index: 97;
}

.cta-btn img {
    position: relative;
    z-index: 3;
}

.cta-btn .sec-btn {
    position: absolute;
    bottom: 12px;
    right: 14px;
    background: var(--primary-color);
    border-color: var(--primary-color);
    padding-right: 30px;
}

.cta-btn .sec-btn:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

/*==========CTA CSS End==========*/


/*==========Scroll To Top CSS Start==========*/
.scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    color: var(--white-color) !important;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 13px 0;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: .3s;
}

.scrolltop:hover {
    background: var(--dark-color);
    color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/*========== Inner Page CSS end ==========*/
.main-banner.inner-banner {
    position: relative;
    padding: 118px 0 100px;
    margin-top: 112px;
}

.inner-banner-shep {
    position: absolute;
    width: 1055px;
    height: 328px;
    top: 0;
    right: 80px;
    -webkit-mask-image: url('assets/images/inner-banner-shep.svg');
    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--secondary-color);
    opacity: 0.3;
    z-index: 1;
}

.main-banner.inner-banner .banner-content {
    margin-top: 0;
}

.page-template-template-instructors .main-banner.inner-banner,
.page-template-template-class-description .main-banner.inner-banner {
    padding: 85px 0 53px;
}

.main-banner.inner-banner::before {
    left: 76px;
    width: 1055px;
    background: #FAF3E6;
}

.main-banner.inner-banner::after {
    width: 1055px;
    left: auto;
    right: 80px;
    background: var(--primary-2);
}

.main-banner.inner-banner .lg-title {
    position: absolute;
    right: 80px;
    bottom: -60px;
    z-index: 2;
}

.inner-page-text {
    padding: 80px 0;
}

.privacy-content h2,
.entry-content h2 {
    font-size: 35px;
    color: var(--primary-color);
}

.privacy-content p,
.entry-content p {
    margin-bottom: 15px;
}

.privacy-content p:last-child,
.entry-content p:last-child {
    margin-bottom: 0;
}

.privacy-content ol,
.privacy-content ul,
.entry-content ol,
.entry-content ul {
    padding: 0;
    margin: 0 0 1.5em 3em;
}

.privacy-content ol li,
.privacy-content ul li,
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
    transition: .3s;
    color: var(--primary-color);
}

.privacy-content p a:hover .privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--dark-color);
}

.privacy-content .list-disk li,
.entry-content .list-disk li {
    list-style: disc;
}

/*========== Inner page CSS end ==========*/

/*========== Class Description Page CSS Start ==========*/

.common-text-sec {
    position: relative;
    padding-top: 80px;
}

.page-template-template-class-description .sub-text p:first-child {
    margin-bottom: 20px;
    padding-right: 20px;
}

.page-template-template-class-description .sub-text ul {
    margin: -12px 0 21px 18px;
}

.page-template-template-class-description .special-img {
    height: 781px;
}

.page-template-template-class-description .common-text-content {
    width: 600px;
}

.page-template-template-class-description .special-img .common-shep {
    left: 203px;
}

.class-table-sec {
    position: relative;
    padding: 137px 0 84px;
}

.class-table-content table {
    border: 1px solid var(--primary-color);
}

.class-table-content table thead {
    background-color: #FAF3E6;
}

.class-table-content table thead .h3-title {
    margin-bottom: 0;
}

.class-table-content table tr {
    border-bottom: 1px solid var(--primary-color);
}

.class-table-content table tr td {
    width: 390px;
    border-right: 1px solid var(--primary-color);
    padding: 24px 22px 23px 22px;
}

.class-table-content table thead td {
    text-align: center;
    padding: 20px 0 19px;
}

.class-table-content table tbody td ul li {
    line-height: 24px;
}


.class-program-sec .h2-title {
    margin-bottom: 33px;
}

.ballet-wp h4,
.sub-text h4 {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.class-program-sec .dance-program-img {
    height: 825px;
}

.class-program-sec {
    position: relative;
    padding-bottom: 80px;
}

.class-program-sec .common-shep {
    top: 202px;
}

.class-program-sec .sub-text h3+h4+p {
    margin-bottom: 17px;
}

.class-program-sec .sub-text {
    height: 550px;
}

.class-program-sec .sub-text h3 {
    margin-bottom: 22px;
}

.enroll-sec {
    margin-bottom: 60px;
}

/*========== Class Description Page CSS end ==========*/

/*========== Instrutor Page CSS start ==========*/

.instructors-sec {
    position: relative;
    padding: 180px 0 95px;
}

.instructor-content .h2-title {
    margin-bottom: 30px;
}

.instructors-img {
    height: 825px;
}

.instrutor-row.even .instructors-img {
    margin-left: 40px;
    margin-right: 0;
    height: 780px;
}

.instrutor-row {
    margin-bottom: 80px;
}

.instructors-sec .instrutor-row:last-child {
    margin-bottom: 0;
}

.instructors-sec .instrutor-row:last-child .instructor-content {
    margin-top: 26px;
}

.instructors-img .common-shep {
    top: 110px;
    left: auto;
    right: 5%;
    transform: translate(-120px) rotate(-285deg);
}

.instrutor-row.even .instructors-img .common-shep {
    transform: translate(206px) rotate(-75deg);
    width: 845px;
    height: 562px;
    right: auto;
    left: 0;
    top: 122px;
}

/*========== Instrutor Page CSS end ==========*/

/*========== Dress Code Page CSS Start ==========*/

.dress-code-sec {
    position: relative;
    padding: 109px 0 43px;
}

.dress-code-sec .common-shep {
    top: 289px;
}

.dress-code-img {
    height: 578px;
    margin-right: 0;
    margin-bottom: 69px;
}

.dress-code-img.video-box {
    height: 678px;
    margin-bottom: 64px;
}

.dress-code-content .h2-title {
    margin-bottom: 28px;
}

.dress-code-content .sub-text p {
    margin-bottom: 17px;
}

.dress-code-content .sub-text p:last-child {
    margin-bottom: 0;
}

.dress-code-content {
    margin-bottom: 45px;
}

.ballet-wp {
    margin: 18px 0;
}

.ballet-wp li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.ballet-wp li:first-child {
    margin-bottom: 19px;
}

.ballet-wp li:last-child {
    margin-bottom: 0;
}

.ballet-wp h4 {
    width: 200px;
    margin-bottom: 0;
    margin-right: 23px;
}

.ballet-wp p {
    width: 80%;
}

.dress-code-img.video-box .back-img a {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    border-radius: 50%;
    transition: .3s;
}

.dress-code-img.video-box .back-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dress-code-img.video-box .back-img a:hover {
    background: var(--primary-2);
}

.dress-code-img.video-box .back-img a svg {
    margin-left: 3px;
}

/*========== Dress Code Page CSS end ==========*/

/*========== Mission Page CSS start ==========*/

.mission-sec {
    padding: 85px 0 83px;
    z-index: 7;
}

.mission-sec .special-img {
    height: 631px;
    padding-bottom: 57px;
}

.mission-sec .common-shep {
    top: 195px;
}

.special-program-sec .sub-text p+p {
    margin-bottom: 17px;
}

/*========== Mission Page CSS end ==========*/

/*========== Special Offer Page CSS start ==========*/

.special-program-sec {
    position: relative;
    padding: 77px 0 30px;
    z-index: 7;
}

.special-program-sec .common-shep {
    top: 260px;
}

.special-program-sec .dance-program-img {
    margin-right: 0;
    margin-left: 40px;
    height: 631px;
}

.special-program-sec .dance-program-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.special-program-sec .dance-program-content .h2-title {
    margin-bottom: 28px;
}

.special-program-sec .dance-program-content .sub-text h4 {
    margin-bottom: 0;
}

.special-program-sec .dance-program-list {
    margin-bottom: 45px;
}

.special-program-sec .sub-text h4+ul {
    margin: 17px 0 31px 18px;
}

/*========== Special Offer Page CSS end ==========*/


/*========== Enrollment Page CSS start ==========*/

.enrollment-sec {
    position: relative;
    padding: 88px 0 78px;
}

.enrollment-sec .common-shep {
    top: 187px;
}

.enrollment-content .h3-title {
    margin-bottom: 20px;
}

.enrollment-row {
    position: relative;
    padding: 44px 0 51px;
}

.enrollment-row::after {
    content: "";
    position: absolute;
    width: 1170px;
    height: 1px;
    background: var(--primary-color);
    opacity: 0.2;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.enrollment-row-wp .enrollment-row:first-child {
    padding-top: 0;
}

.enrollment-row-wp .enrollment-row:last-child {
    padding-bottom: 0;
}

.enrollment-row-wp .enrollment-row:last-child::after {
    display: none;
}

.enrollment-row-wp .enrollment-row:last-child .enrollment-content ul li:last-child {
    margin-top: 32px;
}

.enroll-now-sec {
    position: relative;
    background-color: var(--primary-2);
    padding: 87px 0 95px;
}

.enroll-now-content .h2-title {
    margin-bottom: 31px;
}

.enroll-now-content .sec-title {
    margin-bottom: 46px;
}

/*========== Enrollment Page CSS end ==========*/

/*========== Testimonials Page CSS start ==========*/

.testimonial-sec {
    position: relative;
    padding: 53px 0 40px;
}

.main-contact-sec .common-shep,
.annoucements-sec .common-shep,
.testimonial-sec .common-shep {
    top: 299px;
}

.testimonial-sec .sec-text {
    margin-bottom: 48px;
}

.testimonial-sec .sec-text p a {
    border-bottom-color: var(--secondary-color);
}

.testimonial-box-wp {
    position: relative;
    background-color: var(--primary-2);
    padding: 25px 30px 32px 40px;
    margin-bottom: var(--gutter);
}

.testimonial-box-wp .sub-text {
    height: 192px;
    margin-bottom: 10px;
}

.testimonial-box-wp .author {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
}

.testimonial-box-wp .icon {
    display: block;
    margin-bottom: 35px;
}

/*========== Testimonials Page CSS end ==========*/

/*========== Contact Us Page CSS start ==========*/
.main-contact-sec {
    position: relative;
    padding: 68px 0 100px;
}

.main-contact-sec .contact-link li {
    display: flex;
    margin-bottom: 15px;
}

.main-contact-sec .contact-link li:first-child {
    margin-bottom: 21px;
}

.main-contact-sec .contact-link li:first-child a {
    font-size: 24px;
}

.main-contact-sec .contact-link li:last-child {
    margin-bottom: 0;
}

.main-contact-sec .contact-link li .icon {
    min-width: 18px;
    margin-top: -3px;
    margin-right: 10px;
}

.main-contact-sec .contact-link li:nth-child(2) .icon img {
    width: 18px;
}

.main-contact-sec .contact-link li:nth-child(3) .icon img {
    position: relative;
    left: 2px;
}

.main-contact-sec .contact-link li a.phone {
    font-size: 28px;
    color: var(--dark-color);
}

.main-contact-sec .contact-link li a {
    line-height: 32px;
    color: var(--dark-color);
    display: inline-block;
}

.main-contact-sec .social-link li a i:hover,
.main-contact-sec .contact-link li a:hover,
.main-contact-sec .contact-link li a.phone:hover {
    color: var(--secondary-color);
}

.main-contact-sec .social-link li a i {
    font-size: 32px;
    color: var(--primary-color);
    transition: .3s;
}

.main-contact-sec .social-link li a i.fa-instagram {
    font-size: 36px;
    position: relative;
    top: 2px;
}


.main-contact-sec .social-link li {
    display: inline-block;
    margin-right: 25px;
}

.main-contact-sec .social-link li:last-child {
    margin-right: 0;
}

.contact-content .contact-link {
    margin-bottom: 34px;
}

.contact-content .sub-text {
    margin-bottom: 24px;
}

.main-contact-sec .contact-form {
    padding: 43px 0 0 100px;
}

/*========== Contact Us Page CSS end ==========*/

/*========== Annoucements Page CSS start ==========*/

.annoucements-sec {
    position: relative;
    padding: 80px 0;
}

.annoucements-sec .h2-title {
    margin-bottom: 60px;
}

.annoucements-box-wp {
    position: relative;
    background-color: #E6E1E1;
    padding: 93px 60px 89px 70px;
    margin-bottom: var(--gutter);
}

.annoucements-box-wp .date {
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    margin-bottom: 24px;
    font-weight: 600;
}

.annoucements-box-wp .sub-text table,
.annoucements-box-wp .sub-text table tbody tr td {
    border: 2px solid rgb(140 121 96 / 37%);
}

.annoucements-box-wp .sub-text table {
    height: 100%;
}

.annoucements-box-wp .sub-text table tbody tr td {
    padding: 20px 15px;
}

/*========== Annoucements Page CSS end ==========*/

/*========== Gallery Page CSS start ==========*/

.main-gallery-sec {
    position: relative;
    padding: 100px 0 52px;
}

.main-gallery-wp {
    position: relative;
}

.main-gallery-sec .gallery-img-wp {
    margin-bottom: 30px;
}

.menu-loader {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.menu-loader::after {
    content: "";
    position: absolute;
    left: -50vw;
    top: 0;
    width: 1000vw;
    height: 100%;
    background: rgba(45, 41, 38, 0.4);
    z-index: 10;
}

.menu-loader i {
    font-size: 50px;
    color: var(--secondary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: loader 2s linear infinite;
    z-index: 11;
}

@keyframes loader {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*========== Gallery Page CSS end ==========*/


/*========== Thank You Page CSS Start ==========*/
.thank-text {
    text-align: center;
    padding-top: 170px;
    position: relative;
}

.thank-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 147px;
    height: 151px;
    background-image: url('assets/images/thank-you.gif');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.thank-text h6 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--dark-color);
}

.thank-text p a {
    color: var(--primary-color);
    transition: 0.3s;
}

.thank-text p a:hover {
    color: var(--dark-color);
}

/*========== thank-you page css end ==========*/

/*==========404 CSS==========*/
.error-404 {
    text-align: center;
}

.error-404 img {
    width: 70%;
    height: auto;
}

/*==========404 CSS End==========*/

/*========== View All Services css ==========*/
.footer-last {
    text-align: center;
    margin-top: 10px;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

.footer-last .text:hover {
    color: var(--dark-color) !important;
    text-decoration: underline !important;
}

.all-services {
    display: none;
}

.menu-seo-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.menu-seo-menu-container ul li {
    display: inline-block;
}

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--dark-color);
    transition: 0.3s;
}

.menu-seo-menu-container ul li:last-child a {
    margin: 0;
    padding: 0;
    border: none;
}

.menu-seo-menu-container ul li a:hover {
    color: var(--primary-color);
}

/*========== View All Services css End ==========*/


/*==========SEO Page CSS Start==========*/
.main-seo-content {
    position: relative;
    padding: 80px 0;
}

.main-seo-content .excerpt-content {
    max-height: 320px;
    margin-bottom: 30px;
    overflow: hidden;
}

.excerpt-content p a {
    color: var(--primary-color);
    transition: 0.3s;
}

.excerpt-content p a:hover {
    color: var(--secondary-color);
}

.excerpt-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--primary-color);
}

/*==========SEO Page CSS End==========*/


/*========== Blog css ==========*/
.type-post {
    margin-bottom: 40px;
}

.type-post:last-child {
    margin-bottom: 0;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: 0.3s;
    color: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: var(--yellow-color);
}

.type-post .entry-content p {
    margin-bottom: 10px;
}

.entry-footer span {
    margin-right: 10px;
}

.entry-footer span a {
    color: var(--primary-color);
}

.entry-footer span a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.post-thumbnail {
    display: block;
    margin: 0;
}

.type-post .entry-meta {
    margin: 15px 0;
}

.post-thumbnail img {
    width: 100%;
}

.widget-area .widget_search .wp-block-search,
.page-content .wp-block-search,
.search-form {
    position: relative;
}

.widget-area .widget_search .wp-block-search label,
.page-content .wp-block-search label {
    display: none;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-form label {
    width: 100%;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
    background: var(--white-color);
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid var(--primary-color);
    padding: 13px 95px 12px 20px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--primary-color);
    flex: 1;
    transition: 0.3s;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
    background: var(--dark-color);
    color: var(--secondary-color);
}

.entry-content {
    margin: 0;
}

.comment-form {
    font-size: 0;
    line-height: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.comment-form p {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
    width: 50%;
    display: inline-block;
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: 0;
    box-shadow: none;
    background: var(--white-color);
    border: 1px solid var(--common-color);
    outline: none;
    padding: 15px;
}

.comments-area p input {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background: var(--white-color);
    border: 1px solid var(--common-color);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

p.comment-form-cookies-consent {
    padding-left: 20px;
    margin-left: 15px;
    padding-right: 30px;
}

p.comment-form-cookies-consent>input {
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0;
    -webkit-appearance: checkbox;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0 !important;
}

.form-submit .submit {
    box-shadow: none;
    padding: 0;
}

.form-submit .submit {
    width: 170px;
    height: 46px;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    border-radius: 40px;
    outline: none !important;
    transition: 0.3s;
}

.form-submit .submit:hover {
    background: var(--dark-color);
    color: var(--secondary-color);
}

h2.widget-title {
    font-size: 24px;
}

.widget-area {
    margin-top: 0;
    width: 100%;
}

.comment-form-cookies-consent {
    position: relative;
}

.widget_search .widget-title {
    display: none;
}

.widget ul,
.widget ol,
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
}

.wp-block-latest-comments__comment {
    list-style: disc;
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin-right: 20px;
}

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--yellow-color);
}

.comment-meta .url,
.comment-content a {
    color: var(--primary-color);
}

.comment-meta .url:hover,
.comment-content a:hover {
    color: var(--yellow-color);
    text-decoration: none !important;
}

.comment-author.vcard {
    margin-bottom: 20px;
}

.comment-metadata a {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.3s;
}

.comment-reply-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.comment-reply-title small a:hover {
    color: var(--yellow-color);
}

.comment-form-comment label {
    margin-bottom: 10px;
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

.single-post .widget-area {
    margin-top: 0;
}

.nav-previous a,
.nav-next a {
    color: var(--primary-color);
    transition: 0.3s;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    width: 100%;
    float: none;
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    border: none;
    outline: none;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: var(--common-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    color: var(--white-color);
    font-size: 18px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

a.next.page-numbers,
a.prev.page-numbers {
    width: auto;
    padding: 0 15px;
}

/*========== End of Blog CSS ==========*/

/*==========Responsive Start==========*/
@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }

    .dance-program-img.common-img-box .back-img {
        background-size: contain;
    }
	.top-footer-content > * {
    	padding: 0;
	}
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1921px) {
    .container {
        max-width: 1400px;
    }

    .inner-banner-shep,
    .main-banner.inner-banner::after,
    .dance-sec::before,
    .main-banner::before {
        width: 1700px;
    }

    .main-banner .girl-img {
        left: 300px;
    }

    .enroll-shep {
        width: 2560px;
    }
}

@media screen and (max-width: 1850px) {
    .cta-btn {
        right: 40px;
    }
}

@media screen and (max-width: 1799px) {
    .site-header .container-fluid {
        padding: 0 30px;
    }

    .main-navigation li {
        margin: 0 8px;
    }

    .sticky_head .site-branding,
    .site-branding {
        width: 215px;
    }

    .banner-img {
        width: 650px;
    }

    .footer-bottom-box {
        padding: 39px 0 110px;
    }

    .cta-btn {
        right: 20px;
    }
}

@media screen and (max-width: 1499px) {
    .main-navigation a {
        font-size: 14px;
    }

    .dance-sec::before,
    .main-banner::before {
        width: 1000px;
    }

    .inner-banner-shep,
    .main-banner.inner-banner::after {
        width: 750px;
    }

    .dance-program-sec .common-shep {
        left: -200px;
    }

    .gallery-sec .container-fluid {
        padding: 0 60px;
    }

    .gallery-slider .slick-list {
        padding-right: 0;
    }

    .cta-btn {
        right: 0;
        bottom: 0;
    }

    .cta-btn img {
        width: 70px;
    }

    .enrollment-row::after {
        width: 100%;
    }
}

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

    .sticky_head .site-branding,
    .site-branding {
        width: 180px;
    }

    .main-navigation li {
        margin: 0 7px;
    }

    .banner-img {
        width: 580px;
    }

    .lg-title {
        font-size: 70px;
        line-height: 152px;
    }

    .about-img .lg-title {
        transform: translate(200px) rotate(-90deg);
    }

    .workshop-sec .common-shep {
        transform: translate(-400px) rotate(-245deg);
    }

    .footer-menu ul {
        gap: 5px 21px;
    }

    .footer-bottom-box {
        padding: 39px 0 80px;
    }

    .banner-img .back-img {
        border-left: 20px solid #fff7eb;
        border-right: 20px solid #fff7eb;
    }

    .annoucements-list-wp .annoucements-list-box .h4-title {
        font-size: 22px;
    }
	
	.top-footer-content .footer-logo,
	.top-footer-content .footer-sub-text {
    	margin-left: 50px;
	}
}

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

    .sticky_head .site-branding,
    .site-branding {
        width: 100%;
    }

    .main-navigation li {
        margin: 0 6px;
    }

    .main-navigation a {
        font-size: 13px;
    }

    .main-navigation ul ul li a {
        padding: 10px 25px;
        font-size: 13px;
    }

    .banner-img {
        width: 100%;
    }

    .banner-img .lg-title {
        top: auto;
        bottom: 250px;
    }

    .about-sec {
        padding: 100px 0 120px;
    }

    .dance-sec::before {
        width: 830px;
    }

    .gallery-sec .container-fluid {
        padding: 0 30px;
    }

    .inner-banner-shep,
    .main-banner.inner-banner::after {
        width: 700px;
        height: 100%;
    }

    .inner-banner-shep {
        right: 30px;
    }

    .main-banner.inner-banner::before {
        width: 550px;
        left: 30px;
    }

    .main-banner.inner-banner::after {
        right: 30px;
    }

    .enroll-shep {
        width: 100%;
        height: 100%;
    }

    .page-template-template-class-description .common-text-content {
        width: 100%;
    }

    .page-template-template-class-description .sub-text p:first-child {
        padding-right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .h1-title {
        font-size: 76px;
        line-height: 70px;
    }

    .h2-title {
        font-size: 36px;
        line-height: 40px;
    }

    .site-header .container-fluid {
        padding: 0 15px;
    }

    .main-navigation li {
        margin: 0 5px;
    }

    .main-navigation ul li.menu-item-has-children {
        padding-right: 14px;
    }

    .main-navigation li.menu-item-has-children>a .click-menu-here {
        right: -12px;
        font-size: 8px;
    }
    .main-navigation ul li.menu-item-has-
    .main-navigation a {
        font-size: 11px;
    }

    .main-banner.inner-banner::after,
    .dance-sec::before,
    .main-banner::before {
        width: 720px;
    }

    .main-banner .girl-img {
        width: 350px;
    }

    .banner-img {
        height: 510px;
    }

    .about-img .lg-title {
        transform: translate(250px) rotate(-90deg);
    }

    .dance-img .common-shep {
        width: 800px;
        height: 950px;
    }

    .dance-img .lg-title {
        transform: translate(-110px) rotate(-90deg);
    }

    .dance-program-list li {
        font-size: 14px;
    }

    .dance-program-list ul {
        gap: 0 20px;
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
    }

    .workshop-box-wp {
        column-gap: 20px;
    }

    .workshop-box-2,
    .workshop-box-3,
    .workshop-box-4,
    .workshop-box {
        padding: 53px 30px 48px 30px;
    }

    .footer-menu ul {
        gap: 0 20px;
    }

    .footer-bottom-text {
        display: block;
        text-align: center;
    }

    .main-contact-sec .contact-form {
        padding: 0;
    }

    .wpcf7 .wpcf7-spinner {
        left: 99%;
    }

    .enroll-now-content .wpcf7 .wpcf7-spinner {
        left: 101%;
    }

    .main-contact-sec .contact-link li:first-child a {
        font-size: 16px;
    }

    .contact-link .icon img {
        width: 16px;
    }

    .class-program-sec .sub-text h3,
    .h3-title {
        font-size: 20px;
    }

    .annoucements-list-wp .annoucements-list-box {
        padding: 17px;
        gap: 20px;
    }

    .annoucements-list-wp .annoucements-list-box .h4-title {
        font-size: 20px;
    }
	
    .contact-link li a.address {
        margin: 30px auto;
        display: block;
        text-align: center;
    }
	.top-footer-content .footer-logo,
	.top-footer-content .footer-sub-text{
		margin-inline: auto;
        max-width: 560px;
	}
	
    .contact-link.social-link {
        text-align: center;
        margin-top: 10px;
    }
}

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

    .for-des,
    .scrolltop,
    .main-banner .banner-video {
        display: none !important;
    }

    .for-mob {
        display: block !important
    }

    .for-des-flex {
        display: none !important;
    }

    .for-mob-flex {
        display: flex !important;
    }

    .cta-btn,
    .menu-des {
        display: none !important;
    }

    .menu-mob {
        display: block;
    }

    .widget-area,
    .single-post .widget-area {
        margin-top: 50px;
    }

    .site-header {
        height: 68px;
        background-color: #FBF9F6;
        top: 0;
    }

    .sticky_head {
        box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
    }

    .site-header .container-fluid {
        max-width: 100%;
    }

    .site-branding {
        position: fixed;
        top: 13px;
        left: 30px;
        width: 143px;
    }

    .sticky_head .site-branding {
        width: 143px;
        padding-block: 0;
    }

    .menu-toggle {
        position: fixed;
        top: 17px;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 30px;
        height: 31px;
        padding: 0;
        z-index: 105;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        background: var(--primary-color);
        margin-bottom: 6px;
        border-radius: 0;
        position: relative;
        top: 0;
        opacity: 1;
        transition: 0.3s;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 9px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -9px;
    }

    .toggled .menu-toggle span {
        background: var(--secondary-color);
    }

    .header-mobile-menu {
        position: fixed;
        top: 0;
        left: 100vw;
        width: 100vw;
        height: 100vh;
        background: var(--dark-color);
        padding: 14.2vh 30px 30px 30px;
        overflow: auto;
        opacity: 0;
        scrollbar-color: transparent transparent;
        transition: .5s;
        z-index: 101;
    }

    .toggled .header-mobile-menu {
        left: 0;
        opacity: 1;
    }

    .header-mobile-menu::-webkit-scrollbar {
        width: 3px;
    }

    .header-mobile-menu::-webkit-scrollbar-thumb {
        background: var(--dark-color);
    }

    .header-mobile-menu::-webkit-scrollbar-track {
        background: var(--white-color);
    }

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

    .main-navigation ul {
        text-align: left;
        display: inline-block;
    }

    .main-navigation ul li {
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 4.4vh;
    }

    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li a {
        font-size: 16px;
        line-height: 24px;
        padding-top: 0;
        padding-bottom: 9px;
        color: var(--white-color);
    }

    .main-navigation a {
        font-size: 16px;
    }

    .header-btn {
        display: flex;
        align-items: center;
        margin-top: 8.5vh;
    }

    .header-btn .btn-link {
        color: #FBF9F6;
        border-bottom-color: var(--secondary-color);
        margin-left: 20px;
    }

    .main-navigation ul li.menu-item-has-children.current-menu-parent>a .click-menu-here,
    .header-btn .btn-link:hover {
        color: var(--secondary-color);
    }

    .main-navigation li.current_page_parent>a,
    .main-navigation ul li.active-sub-menu>a,
    .main-navigation ul li.menu-item-has-children:hover>a,
    .main-navigation li.current_page_item>a,
    .main-navigation li:hover>a {
        color: var(--secondary-color);
        border-bottom-color: var(--secondary-color);
    }

    .main-navigation li.menu-item-has-children>a .click-menu-here {
        right: -33px;
        width: 30px;
        text-align: center;
        pointer-events: all;
        z-index: 1;
    }

    .main-navigation li.menu-item-has-children>a .click-menu-here i {
        margin-top: -5px;
    }

    .main-navigation li.menu-item-has-children:hover>a .click-menu-here i {
        transform: rotate(0deg);
    }

    .main-navigation li.menu-item-has-children.active-sub-menu>a .click-menu-here i {
        transform: rotate(180deg);
    }

    .main-navigation ul li.menu-item-has-children>a .click-menu-here {
        color: var(--white-color);
    }

    .main-navigation li.menu-item-has-children:hover>a .click-menu-here,
    .main-navigation li.menu-item-has-children.current_page_item>a .click-menu-here,
    .main-navigation li.active-sub-menu>a .click-menu-here {
        color: var(--secondary-color);
    }

    .main-navigation ul li.menu-item-has-children.active-sub-menu>a::after {
        transform: translate(0, -50%) rotate(-180deg);
    }

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        display: block;
        top: 0;
        left: 0 !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: var(--primary-2);
        box-shadow: none;
        display: none;
        margin-top: 31px;
    }

    .main-navigation ul ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul ul li a {
        padding: 15px 30px;
        font-size: 16px;
        line-height: 24px;
        color: var(--primary-color);
    }

    .footer-bottom-text,
    .copy-right,
    .footer-other-link,
    .footer-bottom-link {
        display: block;
        text-align: center;
    }

    .sec-btn {
        width: 200px;
    }

    .main-banner {
        background-color: var(--white-color);
        padding: 90px 0 61px;
    }

    .dance-sec::before,
    .main-banner .girl-img,
    .main-banner::before {
        display: none;
    }

    .banner-img.common-img-box {
        padding: 34px 20px;
    }

    .common-img-box {
        padding: 39px 24px;
        margin-right: 0;
    }

    .mission-sec .special-img {
        padding-bottom: 39px;
    }

    .banner-img {
        height: 575px;
    }

    .h1-title {
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 24px;
    }

    .h2-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 29px;
    }

    .h2-title span {
        display: inline;
    }

    .lg-title {
        font-size: 60px;
        line-height: 115px;
    }

/*     .banner-btn .btn-link {
        margin-left: 21px;
    }
 */
    .banner-sub-text {
        margin-bottom: 39px;
    }

    .banner-content {
        margin-top: 41px;
    }

    .about-sec {
        padding: 43px 0 40px;
    }

    .about-img {
        height: 700px;
        margin-bottom: 36px;
    }

    .about-sub-text.sub-text ul {
        margin: -1px 0 24px 30px;
    }

    .about-sub-text.sub-text li {
        margin-bottom: 10px;
    }

    .dance-sec {
        background-color: var(--primary-color);
        padding: 41px 0 34px;
    }

    .dance-img {
        height: 600px;
        margin-left: 0;
        margin-bottom: 45px;
    }

    .dance-content .h2-title {
        margin-bottom: 29px;
    }

    .dance-content .sub-text h3+p {
        margin-bottom: 20px;
    }

    .dance-content .sub-text h3+p+h3+p {
        margin-bottom: 32px;
    }

    .dance-program-img {
        height: 427px;
        margin-bottom: 33px;
    }

    .dance-program-list ul {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        justify-content: flex-start;
        gap: 0 32px;
        padding: 0 30px;
        outline: none;
    }

    .dance-program-list ul::-webkit-scrollbar {
        opacity: 0;
    }

    .dance-program-sec .h2-title {
        margin-bottom: 33px;
    }

    .dance-program-list {
        margin-bottom: 17px;
    }

    .dance-program-list li {
        font-size: 16px;
    }

    .dance-program-sec {
        padding: 48px 0 52px;
    }

    .enroll-btn .sec-btn {
        width: 230px;
    }

    .enroll-sec {
        padding: 66px 0 58px;
    }

    .enroll-content .lg-title {
        top: -65px;
    }

    .enroll-content .h2-title {
        margin-bottom: 18px;
    }

    .enroll-sub-text {
        margin-bottom: 14px;
    }

    .workshop-box-wp {
        column-count: unset;
        column-gap: 0;
    }

    .workshop-box-wp .main-workshop:last-child {
        top: 0;
    }

    .special-sec {
        padding: 48px 0 58px;
    }

    .special-content {
        margin-top: 0;
        margin-bottom: 26px;
    }

    .special-img {
        margin-left: 0;
        height: 600px;
    }

    .special-content .h2-title {
        margin-bottom: 25px;
    }

    .special-content .special-sub-text p:first-child {
        margin-bottom: 20px;
    }

    .special-content .special-sub-text .h3-title {
        margin-bottom: 19px;
    }

    .gallery-sec {
        padding-bottom: 55px;
    }

    .gallery-sec .sec-title {
        justify-content: center;
        margin-bottom: 31px;
    }

    .gallery-img-wp {
        height: 280px;
        margin-bottom: 4px;
    }

    .gallery-slider {
        --gutter: 16px;
    }

    .btn-link {
        padding-bottom: 3px;
    }

    .top-footer {
        padding-top: 57px;
        text-align: center;
    }

    .footer-logo {
        width: 99px;
        margin-inline: auto;
        margin-bottom: 28px;
    }

    .footer-sub-text {
        margin-bottom: 35px;
    }


    .contact-link.social-link li {
        margin-bottom: 11px;
    }

    .footer-bottom-box {
        padding: 56px 0 30px;
    }

    .footer-bottom-link ul li:first-child {
        padding: 0;
        margin: 0 0 28px;
        display: block;
    }

    .footer-bottom-link {
        margin-bottom: 23px;
    }

    .footer-bottom-text {
        padding-top: 32px;
    }

    .workshop-sec .h2-title {
        margin-bottom: 40px;
    }

    .gallery-btn {
        margin-top: 5px;
    }

    .workshop-box-wp {
        --work-height: 590px;
    }

    .workshop-sec {
        padding-bottom: 85px;
    }

    .workshop-slider .slick-list {
        width: calc(100% + 200px);
        margin-left: -10px;
        padding-bottom: 12px;
    }

    .workshop-slider .slick-list .slick-slide {
        margin: 0 10px;
    }

    .main-banner.inner-banner::after {
        display: none;
    }

    .inner-banner-shep {
        width: 100%;
        height: 100%;
        right: 0;
    }

    .main-banner.inner-banner {
        margin-top: 68px;
        padding: 70px 0 50px;
    }

    .page-template-template-instructors .main-banner.inner-banner,
    .page-template-template-class-description .main-banner.inner-banner {
        padding: 70px 0 50px;
    }

    .instructors-sec {
        padding: 80px 0 55px;
    }

    .instructors-img {
        height: 550px;
        margin-bottom: 30px;
    }

    .instrutor-row.even .instructors-img {
        margin-left: 0;
        height: 550px;
    }

    .instrutor-row {
        margin-bottom: 50px;
    }

    .dress-code-img.video-box,
    .dress-code-img {
        height: 400px;
        margin-bottom: 30px;
    }

    .dress-code-sec {
        padding: 60px 0 20px;
    }

    .ballet-wp li:first-child,
    .ballet-wp li {
        margin-bottom: 13px;
    }

    .dress-code-content {
        margin-bottom: 25px;
    }

    .dress-code-img.video-box .back-img a {
        width: 70px;
        height: 70px;
    }

    .dress-code-img.video-box .back-img a svg {
        width: 16px;
    }

    .mission-sec {
        padding: 60px 0;
    }

    .special-program-sec .dance-program-img,
    .mission-sec .special-img {
        height: 470px;
        margin-bottom: 30px;
    }

    .special-program-sec {
        padding: 60px 0 30px;
    }

    .special-program-sec .dance-program-img {
        margin-left: 0;
        height: auto;
    }

    .special-program-sec .dance-program-list {
        margin-bottom: 20px;
    }

    .wpcf7-form .row {
        --gutter: 30px;
    }

    .enroll-now-sec {
        padding: 60px 0;
    }

    .enrollment-sec {
        padding: 60px 0 30px;
    }

    .enrollment-row {
        padding: 24px 0 0;
    }

    .enrollment-content {
        margin-bottom: 30px;
    }

    .enroll-now-content .sec-title {
        margin-bottom: 20px;
    }

    .enroll-now-content .h2-title {
        margin-bottom: 10px;
    }

    .testimonial-sec .sec-text {
        margin-bottom: 20px;
    }

    .testimonial-box-wp .icon {
        margin-bottom: 30px;
    }

    .testimonial-box-wp .sub-text {
        height: 155px;
    }

    .testimonial-box-wp {
        padding: 25px 30px 32px 30px;
    }

    .main-contact-sec {
        padding: 60px 0;
    }

    .contact-content {
        margin-bottom: 30px;
    }

    .annoucements-sec {
        padding: 60px 0 30px;
    }

    .annoucements-sec .h2-title {
        margin-bottom: 30px;
    }

    .annoucements-box-wp {
        padding: 50px 30px 40px;
    }

    .annoucements-box-wp .date {
        margin-bottom: 10px;
    }

    .annoucements-box-wp h4 {
        margin-bottom: 6px;
    }

    .page-template-template-class-description .special-img {
        height: 650px;
        margin-bottom: 30px;
    }

    .class-table-sec {
        padding: 50px 0 40px;
    }

    .class-table-content table tr td {
        padding: 20px 22px;
    }

    .class-program-sec .dance-program-img {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .class-program-sec .sub-text {
        padding-right: 10px;
        height: 218px;
    }

    .common-text-sec {
        padding-top: 60px;
    }

    .main-gallery-sec {
        padding: 52px 0;
    }

    .dance-sec .dance-content {
        padding-top: 0;
    }

    .dance-program-sec .dance-program-content {
        margin-top: 0;
    }

    .top-footer .contact-link {
        margin-bottom: 0;
    }

    .top-footer .contact-link.social-link {
        margin-bottom: 0;
    }

    .instructors-sec .instrutor-row:last-child .instructor-content {
        margin-top: 0;
    }

    .workshop-box-4 .icon,
    .workshop-box-3 .icon {
        margin-left: 0;
    }

    .main-contact-sec .contact-link li:nth-child(2) .icon img {
        width: auto;
    }

    .main-contact-sec .contact-link li:nth-child(3) .icon img {
        left: 0;
    }

    .main-banner.inner-banner {
        background-color: var(--primary-2);
    }

    .annoucements-list-wp .annoucements-list-box .sec-btn {
        width: max-content;
    }

    .annoucements-list-wp .annoucements-list-box {
        max-width: 450px;
        justify-content: center;
        align-items: center;
        padding: 30px;
        margin: 0 auto;
        text-align: center;
    }
	.book-concert-btn {
    	margin-top: 16px;
	}
	.contact-link li a.address {
    	margin: 0 auto;
	}
}

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

    .comment-form p.comment-form-author,
    .comment-form p.comment-form-email {
        width: 100%;
    }

    .error-404 img {
        width: 100%;
    }

    .modal-dialog {
        max-width: unset;
        width: calc(100vw - 60px);
    }

    .about-img {
        height: 600px;
    }

    .instrutor-row.even .instructors-img,
    .instructors-img,
    .special-img,
    .dance-img {
        height: 470px;
    }

    .gallery-img-wp {
        height: 202px;
    }

    .main-gallery-sec .gallery-img-wp {
        height: 280px;
    }

    .page-template-template-class-description .special-img {
        height: 500px;
    }


    .annoucements-box-wp .sub-text table tbody tr td {
        padding: 10px 10px;
    }

    .sub-text {
        overflow: hidden;
        overflow-x: auto;
    }

    .sub-text table {
        width: 599px;
    }

    .enroll-wp {
        padding: 50px 30px;
    }

    .class-program-sec .sub-text {
        height: 230px;
    }
}

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

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --container-space: calc(var(--gutter));
    }

    .thank-text {
        padding-top: 80px;
    }

    .thank-text:before {
        width: 57px;
        height: 61px;
    }

    .privacy-content ol,
    .privacy-content ul,
    .entry-content ol,
    .entry-content ul {
        margin-left: 20px;
    }

    .page-numbers li a,
    .page-numbers li,
    span.page-numbers,
    .page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .page-numbers li {
        margin-bottom: 10px;
    }

    .about-img {
        height: 470px;
    }

    .menu-toggle span {
        height: 2px;
        margin-bottom: 3px;
    }

    .menu-toggle {
        width: 18px;
    }

    .toggled .menu-toggle span:nth-child(1) {
        top: 4px;
    }

    .toggled .menu-toggle span:nth-child(3) {
        top: -6px;
    }

    .workshop-slider .slick-list {
        width: calc(100% + 360px);
    }

    .workshop-box {
        padding: 68px 30px 48px 30px;
    }

    .instructors-sec {
        padding: 60px 0 55px;
    }

    .main-banner.inner-banner .h1-title {
        font-size: 9vw;
        line-height: clamp(34px, 10vw, 52px);
    }

    .page-template-template-class-description .special-img,
    .mission-sec .special-img {
        height: 400px;
    }

    .wpcf7 .wpcf7-spinner {
        left: 97%;
    }

    .main-gallery-sec .gallery-img-wp {
        height: 370px;
    }

    .inner-page-text {
        padding: 50px 0;
    }

    .annoucements-sec {
        padding: 15px 0 7px;
    }

    .enroll-sec {
        padding: 33px 0 20px;
    }

    .class-program-sec .sub-text {
        height: 230px;
    }

    .banner-img {
        padding: 20px;
    }

    .banner-img .sec-btn {
        font-size: 14px;
    }

    .banner-img .back-img {
        border-width: 10px;
    }

    .annoucements-list-wp .annoucements-list-box {
        padding: 25px;
    }
}

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

    .h1-title {
        font-size: 44px;
        line-height: 52px;
    }

    .h2-title {
        font-size: 30px;
        line-height: 36px;
    }

    .class-program-sec .sub-text h3,
    .h3-title {
        font-size: 22px;
        line-height: 34px;
    }

    .header-btn {
        flex-direction: column;
        margin-top: 4vh;
        align-items: flex-start;
    }

    .header-btn .btn-link {
        margin-left: 0;
        margin-top: 2vh;
    }

    .banner-img {
        height: 420px;
    }

    .banner-btn {
        gap: 20px;
    }

    .about-img {
        height: 440px;
    }

    .instrutor-row.even .instructors-img,
    .instructors-img,
    .special-img,
    .dance-img {
        height: 400px;
    }

    .banner-img.common-img-box,
    .common-img-box {
        padding: 25px 14px;
    }

    .mission-sec .special-img {
        padding-bottom: 25px;
    }

    .dance-program-img {
        height: 300px;
    }

    .gallery-img-wp {
        height: 150px;
    }

    .footer-bottom-link ul li {
        padding-right: 8px;
        margin-right: 8px;
    }

    .footer-other-link p a {
        display: block;
    }

    .workshop-slider .slick-list {
        width: 100%;
        margin-left: 0;
        overflow: visible;
    }

    .ballet-wp li {
        display: block;
    }

    .ballet-wp h4 {
        width: 100%;
        margin-right: 0;
    }

    .ballet-wp p {
        width: 100%;
    }

    .mission-sec .special-img {
        height: 300px;
    }

    .annoucements-box-wp h4 {
        font-size: 20px;
        line-height: 36px;
    }

    .class-program-sec {
        padding-bottom: 40px;
    }

    .main-gallery-sec .gallery-img-wp {
        height: 300px;
    }

}

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

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --container-space: calc(var(--gutter) / 2);
    }

    .site-header .container {
        --container-space: calc(var(--gutter) / 2);
    }

    .modal-dialog {
        width: calc(100vw - 30px);
    }

    .common-popup-text {
        padding: 20px 15px;
    }

    .site-branding {
        left: 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        padding: 0 15px;
    }

    .form-input.wpcf7-textarea {
        padding: 15px;
    }

    .form-element i {
        right: 10px;
    }

    .popup-title {
        padding: 10px 65px 10px 15px;
    }

    .common-popup-text {
        padding: 20px 15px !important;
        max-height: 75vh;
    }

    .footer-bottom-link ul li {
        margin-bottom: 10px;
    }

    .footer-bottom-link ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul ul li a {
        padding: 5px 15px;
        font-size: 14px;
    }

    .workshop-box {
        padding: 53px 15px 48px 15px;
    }

    .workshop-slider .slick-list .slick-slide {
        margin: 0 5px;
    }

    .gallery-sec .container-fluid {
        padding: 0 15px;
    }

    .instrutor-row.even .instructors-img,
    .instructors-img {
        height: 350px;
    }

    .dress-code-img.video-box,
    .dress-code-img {
        height: 300px;
    }

    .wpcf7 .wpcf7-spinner {
        left: 90%;
        z-index: 2;
        background-color: var(--secondary-color);
    }

    .enroll-now-content .wpcf7 .wpcf7-spinner {
        left: 91%;
    }

    .testimonial-box-wp {
        padding: 25px 15px 20px 15px;
    }

    .testimonial-box-wp .icon {
        margin-bottom: 17px;
    }

    .testimonial-box-wp .sub-text {
        margin-bottom: 8px;
    }

    .main-contact-sec .contact-link li .icon {
        margin-right: 6px;
    }

    .main-contact-sec .contact-link li a {
        font-size: 14px;
    }

    .annoucements-box-wp {
        padding: 40px 15px 30px;
    }

    .page-template-template-class-description .special-img {
        height: 300px;
    }

    .class-program-sec .dance-program-img {
        padding: 20px 10px;
    }

    .header-btn .primary2-btn {
        width: 170px;
        height: 50px;
    }

    .main-contact-sec .contact-link li:first-child a {
        font-size: 14px;
    }

    .contact-link .icon img {
        width: 14px;
    }

}

@media only screen and (max-width: 470px) and (max-height: 720px) {

    .main-navigation ul li {
        margin: 0 0 3vh;
    }

    .main-navigation ul ul li a {
        padding: 10px 20px;
    }
}

/*==========Responsive End==========*/