/*!
Theme Name: buescher-foundation
Theme URI: http://underscores.me/
Author: Underscores.me
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: buescher-foundation
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.

buescher-foundation 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;
    font-family: 'Montserrat';
}

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

* {
    -webkit-tap-highlight-color: transparent;
}


/**
 * 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;
}


/**
 * 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;
}


/**
 * 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 {
    color: #707070;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

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
--------------------------------------------------------------*/

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 {
    display: inline-block;
    width: auto;
    height: 100%;
    padding-left: 43px;
}

.main-navigation .menu li {
    display: inline-flex;
    float: left;
    height: 100%;
    align-items: center;
}

.menu-menu-1-container,
.menu-menu-1-container ul {
    height: 100%;
}

.main-navigation .menu ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

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

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

.main-navigation .menu ul ul a {
    width: 200px;
}

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

.main-navigation .menu li a {
    display: flex;
    transition: .3s;
    position: relative;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--dark-color);
    padding: 8px 0;
    margin: 0 15px;
    padding-right: 0;
    font-size: 14px;
}

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

.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 Start==========*/

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

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

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

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

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


/*==========Common CSS Start==========*/

:root {
    --green-color: #B1DD77;
    --yellow-color: #FCEA76;
    --blue-color: #87CFED;
    --red-color: #EC5258;
    --dark-color: #212121;
}

p {
    font-size: 16px;
    line-height: 1.7;
}

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

.h2-title,
.home .apply-text .h2-title {
    font-size: 54px;
    color: var(--dark-color);
    margin-bottom: 33px;
    text-transform: capitalize;
    line-height: 1.2em;
}

.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
}

.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: var(--dark-color);
}

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

[data-simplebar=init] {
    padding-right: 8px;
}

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

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

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

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

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

.footer-form .wpcf7 form.sent .wpcf7-response-output{
	border-color:var(--dark-color);
	color:var(--dark-color);
}

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

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 15px;
    right: 20px;
    pointer-events: none;
    color: var(--green-color);
}

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

.sec-wp {
    position: relative;
    z-index: 4;
}

span.wpcf7-not-valid-tip {
    left: 0;
    margin-bottom: -16px;
    margin-top: -5px;
    color: #dc3232;
    font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output, 
.wpcf7 form.failed .wpcf7-response-output,  
.wpcf7-form.invalid .wpcf7-response-output{
    color: #f00 !important;
    border-color: #f00 !important;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28 !important;
    color: #f56e28 !important;
}

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

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

.wpcf7-response-output.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.form-input::-webkit-input-placeholder {
    color: var(--dark-color);
}

.form-input::-moz-placeholder {
    color: var(--dark-color);
}

.form-input:-ms-input-placeholder {
    color: var(--dark-color);
}

.form-input::-ms-input-placeholder {
    color: var(--dark-color);
}

.form-input::placeholder {
    color: var(--dark-color);
}

select option {
    color: #000;
}

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

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

.form-input,
.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 42px;
    border: none;
    outline: none !important;
    padding: 6px 30px;
    color: #252627;
    background: #fff;
    border-radius: 31px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid #B2DC7C;
}

.form-input.wpcf7-textarea {
    height: 156px;
    resize: none;
    padding: 18px 30px;
    display: block;
}

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

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

.main-banner .banner-video video {
    height: 100%;
}

input[type=checkbox],
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 {
    padding-left: 30px;
}

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

span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid var(--green-color);
    z-index: 1;
}

span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: var(--green-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: .3s;
    z-index: 0;
}

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

.checkbox-wp .wpcf7-list-item {
    margin: 0 5px;
    width: 55px;
    height: 55px;
}

.checkbox-wp .wpcf7-list-item-label:before {
    border-radius: 0;
}

.checkbox-wp .wpcf7-list-item-label:after {
    content: "\f00c";
    width: auto;
    height: auto;
    background: transparent;
    color: #fff;
    border-radius: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 10px;
}

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

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

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: #ff0404;
    opacity: 0.7;
}

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

span.wpcf7-list-item {
    position: relative;
    margin-left: 37px;
}

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

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

.modal-body.overflow-text {
    height: 550px;
    padding: 30px;
    overflow-x: auto;
}

.modal-body.overflow-text::-webkit-scrollbar {
    width: 3px;
    opacity: 1 !important;
    display: unset;
    clip-path: unset;
}

.modal-body.overflow-text::-webkit-scrollbar-thumb {
    opacity: 1 !important;
}

.modal-body.overflow-text::-webkit-scrollbar-thumb {
    background: var(--red-color);
}

.modal-body.overflow-text::-webkit-scrollbar-track {
    background: var(--dark-color);
}


button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--green-color);
    opacity: 1 !important;
    text-shadow: none;
    border-radius: 0;
    z-index: 2;
    color: #fff;
    transition: 0.3s;
    font-size: 30px;
    outline: none !important;
}

.modal-content {
    border: none;
    border-radius: 0;
    background: #fff;
}

button.close:hover {
    background: #fb829a;
    color: #fff;
}

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

.modal-open .modal {
    padding: 0 15px !important;
}

.modal-open {
    padding-right: 0 !important;
}

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

.modal-body .h1-title {
    font-size: 32px;
    text-transform: capitalize;
    line-height: 42px;
    margin-bottom: 30px;
}

.modal-body .h1-title mark {
    padding: 0 12px;
    background-position: 0px 12px;
}

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

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

.gallery-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-loader i {
    color: #fff;
    font-size: 70px;
}

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

.wow {
    visibility: hidden;
}

.sec-btn,
.btn-border,
.cf7mls_next.action-button,
.wpcf7-form-control-clear-wrap input {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 42px;
    border-radius: 31px;
    background-color: var(--red-color);
    color: #fff;
    font-weight: bold;
    transition: 0.5s;
    border: none;
    outline: none !important;
    padding: 0 30px;
}
.btn-border {
    color: #EA545B;
    background-color: transparent;
    border: 1px solid var(--red-color);
}

.sec-btn:hover,
.btn-border:hover,
.cf7mls_next.action-button:hover,
.cf7mls_back.action-button:hover,
.wpcf7-form-control-clear-wrap input:hover {
    background: var(--dark-color);
    color: #fff;
    border-color: var(--dark-color);
}



.h2-title span {
    display: block;
}

.sec-btn.sm-btn {
    width: 122px;
    height: 42px;
}

.stories-box-slider .slide-arrow {
    top: auto;
    bottom: 74px;
    right: -68px;
    left: auto;
    transform: translate(0, 0);
}

.stories-box-slider .slide-arrow.prev-arrow.slick-arrow {
    margin-bottom: 53px;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    left: -67px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--red-color);
    background: transparent;
    font-size: 23px;
    color: var(--red-color);
    line-height: 37px;
    z-index: 2;
    outline: none !important;
    transition: 0.5s;
    transform: translate(0, -50%);
}

.slide-arrow:hover {
    background: var(--red-color);
    color: #fff;
}

.slide-arrow i {
    margin-right: -2px;
    margin-top: 6px;
}

.slide-arrow.prev-arrow.slick-arrow i {
    margin-left: -2px;
}

.h1-title mark {
    color: inherit;
    background: 0 0;
    padding: 0 22px;
    background-image: linear-gradient(#fcea76, #fcea76);
    background-repeat: no-repeat;
    background-size: 100% 50px;
    background-position: 0px 19px;
    position: relative;
}

.slide-arrow.next-arrow {
    left: auto;
    right: -67px;
}

.slick-dots li button {
    border-radius: 50%;
    padding: 0;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

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

.slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 6px;
}

.slick-dots .slick-active button,
.slick-dots li button:hover {
    background: #EC5258;
}

.slick-dots {
    bottom: -43px;
}

.h3-title {
    font-size: 20px;
    line-height: 24px;
}

.h3-title span {
    display: block;
}

.outline-btn {
    padding: 0 25px;
    border: 2px solid var(--red-color);
    color: var(--red-color);
    background: transparent;
}

.sec-btn.yellow-btn {
    border-color: var(--yellow-color);
    color: var(--yellow-color);
}

.sec-btn.yellow-btn:hover {
    background: var(--yellow-color);
    color: var(--dark-color);
}

fieldset {
    width: 100%;
}

.body-wrap-des {
    position: relative;
    z-index: 10;
    background: #fff;
}

.fancybox-video {
background-color: #fff;
}

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


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

.site-header {
    position: fixed;
    padding-top: 16px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    transition: 0.5s;
}

.site-header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url('../../uploads/2021/03/header-shep.png');
    background-size: cover;
    background-position: bottom center;
    pointer-events: none;
}

.site-branding {
    width: 145px;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.menu-primary-menu-container,
.menu-primary-menu-container .menu,
.header-mob-menu {
    height: 100%;
}

.main-navigation .menu li a:hover:after {
    width: calc(100% + 26px);
    opacity: 1;
    right: -13px;
}

.main-navigation .menu li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 13px;
    width: 100%;
    height: 100%;
    background: var(--green-color);
    z-index: -1;
    border-radius: 21px;
    opacity: 0;
    transition: 0.5s;
}

.header-social-icon {
    margin-left: 6px;
}

.header-social-icon li {
    display: inline-block;
    margin: 0 8px;
}

.header-social-icon li a {
    font-size: 21px;
    color: var(--dark-color);
    transition: 0.5s;
}

.header-social-icon li:first-child {
    margin-left: 0;
}

.header-social-icon li:last-child {
    margin-right: 0;
}

.header-social-icon li a:hover {
    color: var(--green-color);
}

.header-main {
    display: flex;
    height: 100%;
    align-items: center;
}

.header-btn {
    position: absolute;
    right: -69px;
    top: 50%;
    transform: translate(0, -50%);
}

.main-navigation .menu .current_page_item a {
    color: var(--green-color);
}

.main-navigation .menu .current_page_item a:hover {
    color: var(--dark-color);
}

.site-header.sticky_head {
    position: fixed;
    padding-bottom: 0;
    z-index: 100;
}

.sticky-header-logo {
    display: none;
}

.site-header.sticky_head .sticky-header-logo {
    display: block;
}

.site-header.sticky_head .header-logo {
    display: none;
}

.home .site-header.sticky_head .header-btn {
    display: block !important;
}

.site-header .header-img {
    display: none;
}

.home .site-header .header-img {
    height: 171px;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    display: block;
}

.home .site-header.sticky_head .header-img {
    opacity: 0;
}


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


/*==========Banner CSS==========*/

.main-banner {
    padding: 441px 0 400px;
    position: relative;
    background: var(--green-color);
    overflow: hidden;
}

.main-banner:after {
    content: "";
    position: absolute;
    bottom: 102px;
    left: 50%;
    width: 148px;
    height: 148px;
    background-image: url('assets/images/triangle-banner-illustr.png');
    background-size: 100%;
    background-position: center;
    transform: translate(-137%, 0);
}

.h1-title {
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
}

.banner-btn .sec-btn:first-child {
    margin-right: 26px;
}

.banner-btn {
    margin-top: 41px;
}

.banner-shep {
    position: absolute;
    top: 285px;
    left: -45px;
    pointer-events: none;
}

.banner-img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    text-align: right;
    pointer-events: none;
    transform: translate(-2%, 0);
    width: 1540px;
    transition: 0.5s;
}

.parallax-banner .banner-img {
    position: fixed;
}

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

.inner-page-banner {
    padding: 232px 0 64px;
    background: var(--blue-color);
    position: relative;
}
.inner-page-banner.annual-us-banner{
    padding: 230px 0;
}
.inner-page-banner-title .h1-title {
    font-size: 64px;
    line-height: 78px;
    margin-bottom: 52px;
}

.inner-banner-img {
    width: 100%;
    height: 610px;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
}

.inner-banner-img-wp {
    padding-right: 70px;
    position: relative;
}

.inner-banner-img-wp:after {
    content: "";
    position: absolute;
    bottom: 109px;
    left: -243px;
    width: 260px;
    height: 326px;
    background-size: 100%;
    background-repeat: no-repeat;
    background: url('assets/images/inner-banner-hearts.png');
}

.banner-btn .sec-btn,
.home .apply-btn .sec-btn {
    font-size: 24px;
    height: 60px;
}

.banner-btn .sec-btn {
    width: 200px;
}

.inner-page-banner-title p {
    color: var(--dark-color);
}

.inner-page-banner-title-text .h1-title {
    margin-bottom: 18px;
}

.inner-page-banner-title-text {
    margin-bottom: 56px;
}

.inner-page-banner-title p b {
    display: block;
}

.main-banner.inner-banner {
    padding: 231px 0 70px;
}

.main-banner.inner-banner .h1-title {
    font-size: 64px;
    line-height: 78px;
}

.main-banner.inner-banner:after {
    left: 90%;
    bottom: 40px;
}

.home .header-btn {
    /*display: none !important;*/
}

.main-banner-wp {
    position: relative;
    overflow: hidden;
}

.parallax-banner .main-banner {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    padding: 33vh 0 400px;
}

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

/*========== Main Slider CSS==========*/
.main-banner-wrap{

}
.main-slider{
    display: block !important;
    width: 100%;
    /*height: 1260px;*/
    background-color: #B1DD77;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.main-slider .slider-item{
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main-slider .container{
    height: 1260px;
    /*position: relative;*/
    padding-top: 360px;
}
.banner-img-wrap{
    position: absolute;
}
.slide-img1{
    top: 160px;
    right: -300px;
}
.slide-img2{
    top: 50px;
    right: 0;
}
.banner-caption{
    max-width: 640px;
    position: relative;
}
.banner-caption h2{
    font-size: 80px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 40px;
}
.banner-caption h2 span{
    display: block;
    font-size: 64px;
    font-weight: 500;
}
.banner-caption .sec-btn{
    font-size: 24px;
    height: 60px;
    margin-right: 20px;
}
.banner-caption .shape-1{
    position: absolute;
    top: 115%;
}
.slide-item1 .banner-caption .shape-1{  
    left: -50px;
}
.slide-item2 .banner-caption .shape-1{
    left: 350px;
}

/**** Slider Dots CSS ****/
.main-slider .slick-dots{
    width: 11px;
    list-style: none;
    position: absolute;
    left: calc(50% - 650px);
    top: 365px;
}
.main-slider .slick-dots li {
    display: block;
    width: 11px;
    height: auto;
    margin: 10px 0;
}
.main-slider .slick-dots li button{
    width: 11px;
    height: 63px;
    background: transparent;
    font-size: 0;
    border: 1px solid #fff !important;
    border-radius: 30px;
    position: relative;
    z-index: 9;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.main-slider .slick-dots li.slick-active button{
    height: 207px;
    background: #fff;
}

/*========== Main Slider CSS End==========*/

/*==========About CSS==========*/

.about-sec {
    position: relative;
    z-index: 12;
    padding: 0 0 120px;
    margin-top: -50px;
}

.about-sec:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 224px;
    background-image: url('assets/images/about-top-shep.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.about-text {
    position: relative;
}

.home .about-text:before {
    content: "";
    position: absolute;
    top: -100px;
    left: -257px;
    width: 141px;
    height: 163px;
    background-image: url('assets/images/about-star.png');
    background-size: 100%;
    background-position: top;
    z-index: 1;
    background-repeat: no-repeat;
}

.about-text .h2-title {
    margin-bottom: 38px;
}

.about-text p {
    margin-bottom: 47px;
}

.about-img {
    position: relative;
    text-align: right;
}

.about-img:after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 3px;
    width: 71px;
    height: 99px;
    background-image: url('assets/images/about-img-start-1.png');
    background-size: 100%;
    background-position: top;
    z-index: 1;
}

.about-img:before {
    content: "";
    position: absolute;
    top: 158px;
    right: -173px;
    width: 105px;
    height: 130px;
    background-image: url('assets/images/about-img-start-2.png');
    background-size: 100%;
    background-position: top;
    z-index: 1;
}


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


/*==========Faq CSS ==========*/

.faq-sec {
    padding: 120px 0 1px;
    background: var(--blue-color);
    margin-bottom: 79px;
}

.apply-text p {
    max-width: 300px;
    color: var(--dark-color);
}

.apply-text .h2-title {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
}

.home .apply-text .h2-title {
    margin-bottom: 16px;
    font-weight: bold;
}

.apply-btn .sec-btn {
    width: auto;
    padding: 0 31px;
    margin-right: 26px;
    margin-bottom: 0;
}

.home .apply-btn .sec-btn {
    margin-right: 0;
    margin-bottom: 18px;
}

.home .apply-btn {
    padding-right: 80px;
    padding-left: 6px;
}

.faq-box-wp {
    background: var(--yellow-color);
    position: relative;
    z-index: 1;
    padding: 107px 0 110px;
}

.faq-box-wp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% + 450px);
    height: 100%;
    background: var(--yellow-color);
    z-index: -1;
    transform: translate(-50%, 0);
    border-radius: 35px;
}

.faq-main {
    margin-top: 102px;
    margin-bottom: -80px;
    position: relative;
}

.faq-box {
    background: #fff;
    border-radius: 21px;
    min-height: 42px;
    padding: 8px 24px 6px;
    margin-bottom: 10px;
}

.faq-box h3 {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
    font-weight: 500;
    color: #707070;
    transition: 0.3s;
}

.faq-box h3 span {
    position: absolute;
    right: -17px;
    top: -3px;
    color: var(--red-color);
    font-size: 20px;
    transition: .3s;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--yellow-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    transition: 0.3s;
}

.faq-text p {
    color: #707070;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}

.faq-content {
    padding: 12px 3px 0;
    max-width: 400px;
}

.faq-box .active-faq {
    color: var(--red-color);
    font-weight: bold;
}

.faq-box .active-faq span,
.faq-box h3:hover span {
    color: #fff;
    background: var(--red-color);
}

.faq-box .active-faq span i {
    transform: rotate(180deg);
    margin-top: -6px;
}

.faq-box h3 span i {
    transition: 0.3s;
}

.faq-title .h2-title {
    margin-bottom: 49px;
}

.faq-box-shep:after {
    content: "";
    position: absolute;
    bottom: 190px;
    left: -303px;
    width: 232px;
    height: 185px;
    background: url('assets/images/faq-triangles-right.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1;
    pointer-events: none;
}

.faq-box-shep:before {
    content: "";
    position: absolute;
    bottom: 85px;
    right: -234px;
    width: 131px;
    height: 96px;
    background: url('assets/images/faq-triangles-left.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 2;
    pointer-events: none;
}

.faq-box-wp:before {
    content: "";
    position: absolute;
    top: -124px;
    left: 36%;
    width: 191px;
    height: 215px;
    background: url('assets/images/faq-triangles-top.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 2;
    pointer-events: none;
    transform: translate(-50%, 0);
}

.faq-img {
    position: absolute;
    top: -90px;
    right: -167px;
    z-index: 2;
    pointer-events: none;
}

.apply-sec {
    position: relative;
}

.apply-sec .container {
    position: relative;
}

.faq-page-box:hover img,
.guidelines-box:hover img,
.program-box:hover img,
.ticket-info:hover img,
.concert-ticket:hover img {
    animation: facemove .5s linear infinite alternate;
}

@keyframes facemove {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}


/*==========Faq CSS End==========*/


/*==========Stories CSS==========*/

.stories-sec {
    position: relative;
    padding-top: 1px;
}

.stories-sec .sec-wp {
    margin-top: -123px;
}

.stories-sec:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 101%;
    height: 677px;
    background: url('assets/images/stories-shep.png');
    background-size: cover;
    background-position: top;
    pointer-events: none;
    background-repeat: no-repeat;
}

.stories-img {
    width: 100%;
    height: 218px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.stories-img.stories-big-img {
    height: 718px;
    margin-top: 190px;
}

.stories-img.stories-sm-img {
    height: 470px;
}

.stories-img-icon {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.stories-box {
    background: var(--blue-color);
    padding: 74px 33px 53px 48px;
    border-radius: 35px;
    position: relative;
    margin: 0 15px;
}

.stories-hover-box .overflow-text {
    height: 380px;
}

.stories-box p,
.stories-hover-box p {
    color: var(--dark-color);
    line-height: 36px;
}

.stories-box h3,
.stories-hover-box h3 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
}

.stories-box-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: 0.5s;
}

.stories-box-btn span {
    width: 2px;
    height: 12px;
    border-radius: 7px;
    display: inline-block;
    background: #fff;
}

.stories-box-btn span:nth-child(2) {
    transform: rotate(90deg);
}

.stories-box-btn span:nth-child(1) {
    margin-right: -2px;
}

.stories-box:hover .stories-box-btn {
    background: var(--red-color);
    border-color: var(--red-color);
}

.stories-img.stories-last-img {
    width: 635px;
    margin-top: 250px;
}

.stories-hover-box {
    height: 100%;
    padding: 74px 96px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: var(--blue-color);
    transition: 0.5s;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.stories-img:hover .stories-hover-box {
    opacity: 1;
}

.success-stories {
    margin-top: 280px;
    display: inline-block;
    width: 50%;
    padding: 0 15px;
    flex: 1;
    position: relative;
}

.stories-center-img {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
    flex: 1;
    position: relative;
}

.stories-center {
    margin: 0 -15px;
    display: flex;
    position: relative;
}

.stories-center-img:after {
    content: "";
    position: absolute;
    bottom: 68px;
    right: 85px;
    width: 61px;
    height: 54px;
    background-size: 100%;
    background-repeat: no-repeat;
    background: url('assets/images/stories-bottom-shep.png');
}

.stories-center:after {
    content: "";
    position: absolute;
    top: -9px;
    right: -157px;
    width: 260px;
    height: 326px;
    background-size: 100%;
    background-repeat: no-repeat;
    background: url('assets/images/stories-right-shep.png');
    pointer-events: none;
}


/* .stories-box p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 288px;
} */

.stories-box.full-story {
    width: 570px;
    z-index: 2;
    position: absolute;
    bottom: -17px;
    right: -54px;
    height: 500px;
    display: none;
    margin: 0;
}

.stories-box.full-story .stories-box-btn {
    transform: rotate(45deg);
}

.stories-box.full-story p {
    -webkit-line-clamp: unset;
    margin: 0;
}

.stories-box .overflow-text {
    height: 288px;
}

.stories-box.full-story .overflow-text {
    height: 325px;
}

.stories-box-slider .slick-list {
    margin: 0 -15px;
}

.home .stories-sec .sec-wp {
    margin: 0;
}

.home .stories-sec {
    padding: 100px 0 0;
}

.home .stories-sec:after {
    display: none;
}

.stories-for-des {
    display: block;
}

.stories-for-mob {
    display: none;
}


/*==========Stories CSS End==========*/


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

.footer-logo img {
    width: 200px;
}

.site-footer {
    position: relative;
    background: var(--green-color);
    padding-top: 159px;
}

.footer-logo {
    margin-bottom: 31px;
}

.footer-about-text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    opacity: 0.69;
    margin-bottom: 28px;
}

.footer-about-text p span {
    display: block;
}

.footer-social-icon {
    margin-top: 33px;
}

.footer-social-icon li {
    display: inline-block;
    margin: 0 18px;
}

.footer-social-icon li a {
    font-size: 21px;
    color: var(--dark-color);
    transition: 0.5s;
}

.footer-social-icon li:first-child {
    margin-left: 0;
}

.footer-social-icon li:last-child {
    margin-right: 0;
}

.footer-social-icon li a:hover {
    color: var(--red-color);
}

.site-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 335px;
    background: url('assets/images/footer-shep.png');
    background-size: cover;
    background-position: top;
    pointer-events: none;
    background-repeat: no-repeat;
}

.footer-form {
    margin-bottom: 84px;
}

.footer-menu li {
    display: inline-block;
    padding: 0 15px;
}

.footer-menu ul {
    display: flex;
    justify-content: space-between;
}

.footer-menu li a {
    text-transform: uppercase;
    font-weight: 900;
    color: var(--dark-color);
    transition: 0.5s;
    font-size: 14px;
}

.footer-menu li a:hover {
    color: var(--red-color);
}

.footer-menu {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.footer-contact-info ul {
    display: flex;
    justify-content: space-between;
}

.footer-contact-info li a span {
    display: block;
    margin-bottom: 8px;
}

.footer-contact-info li a {
    text-align: center;
    color: var(--dark-color);
    transition: 0.5s;
    display: inline-block;
}

.footer-contact-info li a:hover {
    color: var(--red-color);
}

.footer-about {
    margin-top: 85px;
    padding-right: 80px;
}

.footer-right-part {
    padding-left: 80px;
}

.footer-bottom {
    background: #fff;
    padding: 8px 0 28px;
    position: relative;
    z-index: 2;
}

.menu-footer-menu-container ul li:first-child {
    padding-left: 0;
}

.menu-footer-menu-container ul li:last-child {
    padding-right: 0;
}

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

.copyright {
    position: relative;
    z-index: 2;
}

.copyright-top-link {
    display: inline-block;
}

.copyright-top-link ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.copyright-top-link li {
    list-style: none;
    padding: 0 6px;
    border-right: 1px solid #3B3D41;
    line-height: 15px;
    font-size: 14px;
    color: #3B3D41;
    display: inline-block;
}

.copyright-top-link li a {
    color: #3B3D41;
    font-size: 13px;
    transition: .3s;
}

.copyright-top-link li:last-child {
    border: none;
    padding-right: 0;
}

.copyright a:hover,
.dotcom-link {
    color: var(--red-color) !important;
}

.copyright-bottom-link p,
.copyright-bottom-link a {
    font-size: 14px;
    color: #3B3D41;
    transition: .3s;
    margin-bottom: 0;
    text-transform: capitalize;
}

.dotcom-link {
    font-weight: bold;
}

.copyright-bottom-link i {
    color: #F03A17;
}

.top-footer {
    padding-bottom: 90px;
}

.footer-bottom:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 35px;
    background: url(assets/images/bottom-footer-shep.png);
    background-size: cover;
    background-position: top;
}

.scrolltop {
    position: absolute;
    bottom: 5px;
    right: -181px;
}

.paypal-sec-btn {
    display: none;
}

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


/*==========About Page CSS End==========*/


/*  About Us Banner css */

.about-us-banner .about-text {
    margin-left: -4px;
}

.inner-page-banner .about-text p {
    /*line-height: 36px;*/
    color: var(--dark-color);
}


/*  About Us Banner css End */


/*  Program Sec css */

.program-sec {
    position: relative;
    background: var(--green-color);
    padding: 107px 0 280px;
}

.program-title {
    text-align: center;
    margin-bottom: 55px;
    position: relative;
}

.program-title:after {
    content: "";
    position: absolute;
    top: -55px;
    left: -160px;
    width: 188px;
    height: 245px;
    background-image: url('assets/images/program-top-star.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.program-title p {
    margin-bottom: 11px;
    color: var(--dark-color);
}

.program-box {
    background: #fff;
    border-radius: 35px;
    padding: 36px 30px 45px;
    margin: 0 15px;
    flex: 1;
    text-align: center;
}

.program-box-wp,
.guidelines-box-wp {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.program-box.program-big-box {
    width: 540px;
    flex: unset;
}

.program-box p,
.guidelines-box p {
    font-size: 15px;
    line-height: 24px;
}

.program-box img,
.guidelines-box img {
    margin-bottom: 9px;
}

.program-sec .apply-sec {
    padding-top: 67px;
}

.program-sec .apply-sec:after {
    content: "";
    position: absolute;
    top: 57px;
    right: 9%;
    width: 158px;
    height: 126px;
    background: url('assets/images/program-bottom-star.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}


/*  Program Sec css End */


/*==========About Page CSS End==========*/


/*==========Guidelines Page CSS =========*/

.guidelines-box {
    background: #fff;
    border-radius: 35px;
    padding: 36px 35px 14px;
    margin: 0 15px;
    flex: 1;
    text-align: center;
    margin-bottom: 32px;
}

.guidelines-box.guidelines-big-box {
    width: 470px;
    flex: unset;
}

.guidelines-box-wp .apply-text {
    max-width: 422px;
    padding-left: 30px;
    padding-top: 56px;
}

.guidelines-box-wp .apply-text .apply-btn {
    margin-right: -30px;
}

.guidelines-box-wp .apply-text .apply-btn .sec-btn {
    margin-right: 11px;
}

.guidelines-box-wp .apply-text .apply-btn .sec-btn:last-child {
    margin: 0;
}

.guidelines-box-wp .apply-text p {
    margin-bottom: 35px;
}

.inner-page-banner.guidelines-banner {
    padding-bottom: 276px;
}

.inner-page-banner.guidelines-banner:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    width: 235px;
    height: 142px;
    background: url('assets/images/guidelines-left-star.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-page-banner.guidelines-banner:before {
    content: "";
    position: absolute;
    top: 43%;
    left: 82%;
    width: 233px;
    height: 293px;
    background: url('assets/images/guidelines-right-star.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}


/*==========Guidelines Page CSS End==========*/


/*==========Annual Page CSS==========*/

.annual-us-banner .inner-banner-img {
    height: 450px;
}

.annual-us-banner .inner-banner-img-wp {
    padding-right: 0;
}

.annual-us-banner .inner-banner-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.annual-us-banner .about-text {
    margin-right: 1px;
    padding-left: 69px;
}

.annual-us-banner .inner-banner-img-wp:after {
    bottom: -49px;
}

.inner-banner-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 91px;
    height: 91px;
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-banner-img .play-btn img {
    margin-left: 5px;
}

.guidelines-banner .inner-page-banner-title {
    position: relative;
}

.guidelines-banner .inner-page-banner-title:after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: -161px;
    width: 74px;
    height: 71px;
    background: url('assets/images/guidelines-banner-top-shep.png');
    background-size: 100%;
    background-position: center;
    pointer-events: none;
    background-repeat: no-repeat;
}


/* Sponsors Sec Css */

.sponsors-sec {
    background: var(--blue-color);
    padding: 105px 0 330px;
}

.sponsors-title .h2-title {
    font-size: 40px;
    /*line-height: 60px;*/
    margin-bottom: 58px;
}

.sponsors-title {
    text-align: center;
    padding: 0 70px;
    position: relative;
}

.sponsors-title:after {
    content: "";
    position: absolute;
    top: -43px;
    right: -186px;
    width: 108px;
    height: 108px;
    background: url('assets/images/sponsors-right-star.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.sponsors-logo-wp:after {
    content: "";
    position: absolute;
    top: 225px;
    left: -214px;
    width: 62px;
    height: 80px;
    background: url('assets/images/sponsors-left-star.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.sponsors-logo-wp {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    text-align: center;
    grid-column-gap: 10px;
    position: relative;
}

.sponsors-logo-wp .sponsors-logo {
    display: inline-block;
    margin-bottom: 40px;
}

.sponsors-btn {
    text-align: center;
    margin-top: 28px;
}

.sponsors-slider-img {
    height: 685px;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
}

.sponsors-slider {
    max-width: 1030px;
    margin: 0 auto;
    margin-top: 120px;
}

.sponsors-slider:after {
    content: "";
    position: absolute;
    top: 119px;
    left: -284px;
    width: 181px;
    height: 196px;
    background: url('assets/images/sponsors-slider-right-star.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.sponsors-slider:before {
    content: "";
    position: absolute;
    bottom: 227px;
    right: -265px;
    width: 39px;
    height: 50px;
    background: url('assets/images/sponsors-slider-left-star.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}


/* Sponsors Sec Css */


/*==========Annual Page CSS End==========*/


/*==========Faqs Page CSS==========*/

.inner-page-banner.faqs-banner {
    padding-bottom: 273px;
}

.faq-page-box {
    background: #fff;
    border-radius: 35px;
    padding: 36px 50px 27px;
    text-align: center;
    height: 100%;
}

.faqs-box-wp .row>[class*=col-] {
    margin-bottom: 28px;
}

.faq-page-box h3 {
    color: var(--red-color);
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 26px;
}

.faqs-box-wp .apply-btn .sec-btn {
    margin-right: 10px;
}

.faqs-box-wp .apply-text {
    padding-top: 141px;
    padding-left: 17px;
    position: relative;
}

.faqs-box-wp {
    position: relative;
}

.faqs-box-wp:after {
    content: "";
    position: absolute;
    top: 57%;
    left: -155px;
    width: 74px;
    height: 71px;
    background: url('assets/images/faq-left-star2.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.faqs-box-wp:before {
    content: "";
    position: absolute;
    top: 145px;
    left: -342px;
    width: 235px;
    height: 142px;
    background: url('assets/images/faq-left-star.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.faqs-box-wp .apply-text:before {
    content: "";
    position: absolute;
    top: 0;
    right: -279px;
    width: 515px;
    height: 120px;
    background: url('assets/images/faq-right-star2.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-page-banner.faqs-banner:after {
    content: "";
    position: absolute;
    top: 448px;
    right: 0;
    width: 297px;
    height: 432px;
    background: url('assets/images/faq-right-star.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


/*==========Faqs Page CSS End==========*/


/*==========Apply Page CSS End==========*/

.apply-form-box {
    background: #fff;
    border-radius: 35px;
    padding: 92px 0 72px;
    position: relative;
}

.apply-form-box:after {
    content: "";
    position: absolute;
    top: 206px;
    left: -207px;
    width: 297px;
    height: 432px;
    background: url('assets/images/apply-form-triangles.png');
    background-size: 100%;
    background-position: center;
    pointer-events: none;
}

.inner-page-banner.apply-banner {
    padding-bottom: 360px;
}

form.wpcf7-form fieldset.fieldset-cf7mls:not(:first-of-type) {
    padding: 0;
}

.dnd-upload-counter {
    display: none;
}

.codedropz-upload-inner h6,
.codedropz-upload-inner span {
    display: none;
}

.codedropz-upload-container {
    position: relative;
    padding: 15px 20px 12px;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-size: 12px;
    color: #707070;
    padding-top: 44px;
    display: inline-block;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:before {
    content: "";
    position: absolute;
    top:54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    background: url('assets/images/upload-icon.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.upload-form {
    text-align: center;
    background: var(--yellow-color);
    padding: 39px 40px 40px;
    border-radius: 35px;
    min-height: 299px;
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap.upload-file-839,
.wpcf7-form-control-wrap.upload-file-174 {
    margin: 0;
    margin-top: 21px;
    height: 101px;
}

.codedropz-upload-handler {
    margin: 0;
    border-color: var(--red-color);
    border-radius: 25px;
}

.upload-form h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 2px;
}

.upload-form p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 24px;
}

.upload-form h3 b {
    display: block;
}

.dnd-upload-status {
    border: 2px dashed var(--red-color);
    border-radius: 25px;
    padding: 15px 20px 12px;
    min-height: 101px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--yellow-color);
}

.dnd-upload-status .dnd-upload-image {
    display: none;
}

.dnd-upload-status .dnd-upload-details .name em {
    display: none;
}

.dnd-upload-status .dnd-upload-details {
    width: 100%;
    padding: 0;
}

.dnd-upload-status .dnd-upload-details .name {
    padding: 0;
}

.dnd-upload-status .dnd-upload-details .name span {
    padding: 0;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 5px;
    color: var(--dark-color);
}

.dnd-upload-status .dnd-upload-details .remove-file {
    right: 20px;
    top: 14px;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    font-size: 9px;
    padding-right: 10px;
    line-height: 11px;
    border-radius: 100px;
    background: var(--red-color);
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    height: 11px;
    border-radius: 100px;
    background: #fff;
}

.cf7mls_next.action-button {
    min-width: auto;
    width: auto;
    margin: 0;
    padding: 0 27px;
    float: right;
    margin-top: 20px;
}

.upload-form-btn {
    text-align: right;
    margin-top: 20px;
}

.apply-form-title {
    text-align: center;
    margin-bottom: 59px;
}

.form-step2-control-wrap {
    margin-bottom: 43px;
}

.apply-form-box .form-input.wpcf7-textarea {
    height: 85px;
    border-radius: 25px;
    background: #F0F0F0;
    border: none;
    margin: 0;
}

.apply-form-box p {
    color: var(--dark-color);
    margin-bottom: 14px;
    line-height: 24px;
}

.apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(3) .cf7mls_next.cf7mls_btn.action-button,
.apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(3) .cf7mls_back.action-button,
.apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(4) .cf7mls_next.cf7mls_btn.action-button,
.apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(4) .cf7mls_back.action-button {
    margin-top: 0;
}

.upload-form-step2 .row .col-lg-12:last-child .form-step2-control-wrap {
    margin-bottom: 22px;
}

.upload-form-step2 .apply-form-title {
    margin-bottom: 95px;
}

.cf7mls_back.action-button,
.wpcf7-field-group-add,
.wpcf7-field-group-remove {
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    min-width: 20px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--red-color);
    position: relative;
    color: transparent;
    transition: 0.5s;
    outline: none !important;
}

.cf7mls_back.action-button:hover {
    background: var(--red-color);
    color: transparent;
    border-color: var(--red-color);
}

.cf7mls_back.action-button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: var(--red-color);
    transition: 0.5s;
}

.cf7mls_back.action-button:hover:after {
    color: #fff;
}

.apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(3) .cf7mls_back.action-button {
    /*position: absolute;
    right: 137px;
    bottom: 0;*/
}

.apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(4) .cf7mls_back.action-button {margin-top: -43px;}

.apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(5) .cf7mls_back.action-button {
    position: absolute;
    right: 247px;
    bottom: 0;
    color: #000;
    width: auto;
    padding: 0 20px;
    border-radius: 30px;
}

.apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(5) .cf7mls_back.action-button:hover {
    color: #fff;
}

.apply-form-title2 {
    text-align: center;
    padding: 0 65px;
    margin-bottom: 85px;
}

.apply-form-title2 h4 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    color: var(--red-color);
    font-weight: bold;
}

.apply-form-title2 p {
    color: #707070;
}

.upload-form.error-box .upload-form-text,
.upload-form.success-box .upload-form-text {
    display: none;
}

.upload-form-error-text,
.upload-form-success-text {
    display: none;
    padding: 0 15px;
}

.upload-form.error-box .upload-form-error-text,
.upload-form.success-box .upload-form-success-text {
    display: block;
}

.upload-form.error-box {
    background: var(--red-color);
}

.upload-form.success-box {
    background: var(--green-color);
}

.upload-form-img {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    position: relative;
}

.upload-form-error-text p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 17px;
}

.upload-form-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/sadface-1.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.upload-form-success-text .upload-form-img:after {
    background-image: url('assets/images/happyface-2.svg');
}

.upload-form-success-text p {
    font-size: 16px;
}

.upload-form-success-text {
    padding: 0 8px;
    padding-top: 27px;
}

.dnd-upload-status .dnd-upload-details span.has-error {
    display: none;
}

.upload-form-info .form-input,
.upload-form-info .wpcf7-form-control.wpcf7-text {
    height: 55px;
    background: #F0F0F0;
    border-radius: 25px;
    border: none;
    margin-bottom: 31px;
    font-size: 16px;
}

.wpcf7-radio.form-input {
    padding: 0;
    background: transparent;
    height: auto !important;
    display: inline-block;
}

.upload-form-info .checkbox-wp {
    padding: 0;
    margin: 0;
}

.upload-form-info .checkbox-wp .wpcf7-form-control-wrap {
    margin: 0;
}

.upload-form-info .checkbox-wp .wpcf7-form-control {
    background: transparent;
    padding: 0;
    margin: 0;
}

.checkbox-wp .wpcf7-list-item input[type="radio"] {
    width: 100%;
    height: 100%;
}

.checkbox-wp .wpcf7-list-item .wpcf7-list-item-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-color);
}

.checkbox-wp .wpcf7-list-item .wpcf7-list-item-label:before {
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    border: none;
}

.checkbox-wp .wpcf7-list-item .wpcf7-list-item-label:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #B1DD77;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: -1;
}

.step3-rating-form {
    text-align: center;
    padding: 71px 0 70px;
}

.line {
    position: relative;
    left: 50%;
    width: calc(100% + 200px);
    height: 1px;
    background: #F0F0F0;
    display: inline-block;
    transform: translate(-50%, 0);
}

.step3-top-form {
    padding-bottom: 19px;
}

.rating-form-text {
    margin-bottom: 30px;
    padding: 0 100px;
}

.upload-form-info .checkbox-wp .wpcf7-form-control-wrap:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 70px;
    height: 70px;
    background: url('assets/images/sadface-2.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.upload-form-info .checkbox-wp .wpcf7-form-control-wrap:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 0;
    width: 70px;
    height: 70px;
    background: url('assets/images/happyface-6.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.radio-form-wp .wpcf7-radio.form-input {
    margin: 0;
}

.radio-form-wp .wpcf7-form-control-wrap {
    display: inline-block;
    margin: 0 !important;
}

.radio-form-wp {
    background: #F0F0F0;
    border-radius: 25px;
    margin-bottom: 0;
    padding: 15px 40px 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-form-wp p {
    flex: 1;
    margin: 0;
}

.radio-form-wp span.wpcf7-list-item-label:before {
    width: 30px;
    height: 30px;
    border: none;
    background: #fff;
}

.radio-form-wp span.wpcf7-list-item-label {
    padding-left: 38px;
}

.radio-form-wp span.wpcf7-list-item-label:after {
    z-index: 1;
    width: 22px;
    height: 22px;
}

.explain-form {
    padding: 72px 0 33px;
}

.upload-form-info .occupation-form .form-input {
    margin-bottom: 0;
}

.occupation-form .wpcf7-form-control-wrap,
.occupation-form .radio-form-wp {
    margin-bottom: 5px;
}

.apply-form-box .year-form textarea.form-input {
    height: 120px;
}

.year-form {
    margin-bottom: 55px;
}

.year-form:nth-child(4) {
    margin-bottom: 0;
    margin-top: 55px;
}

.occupation-form {
    padding: 66px 0 58px;
}

.wpcf7-field-groups {
    outline: none !important;
}

.plue-form {
    padding: 72px 100px 85px;
}

.plue-form p {
    text-align: center;
    margin-bottom: 24px;
}

.plue-form .wpcf7-form-control.wpcf7-text {
    margin-bottom: 0;
    padding-left: 60px;
}

.plue-form .wpcf7-field-group:not(:last-child) .wpcf7-field-group-add,
.plue-form .wpcf7-field-group:not(:last-child) .wpcf7-field-group-remove {
    display: none !important;
}

.plue-form .wpcf7-form-control-wrap {
    margin-bottom: 5px;
}

.wpcf7-field-group-add,
.wpcf7-field-group-remove {
    width: 38px;
    height: 38px;
    color: var(--red-color);
    font-size: 29px;
    padding-top: 2px;
    padding-left: 1px;
    position: absolute;
    bottom: 7px;
    right: -58px;
}

.wpcf7-field-group-add:hover,
.wpcf7-field-group-remove:hover {
    background: var(--red-color);
    color: #fff;
}

.wpcf7-field-group-remove {
    padding-top: 0;
    margin-bottom: 46px;
}

.wpcf7-field-group {
    position: relative;
}

.apply-form-box p span {
    display: block;
}

.balance-form-wp {
    margin-bottom: 61px;
}

.service-form-wp {
    display: flex;
    justify-content: space-between;
}

.service-form-wp p {
    flex: 0 0 100%;
}

.service-form-wp .service-amount {
    width: 170px;
    margin-right: 30px;
}

.service-form-wp .service-name {
    flex: 1;
}

.balance-form {
    padding-top: 66px;
}

.information-text p {
    line-height: 36px;
    color: #707070;
    margin-bottom: 39px;
}

.information-text {
    /* margin: 0 -30px; */
}

.signature-form .apply-form-title .h3-title {
    font-weight: 500;
}

.signature-form .apply-form-title {
    margin-bottom: 55px;
}

.signature-form-wp {
    text-align: center;
}

.signature-form-wp h3 {
    font-size: 20px;
    font-weight: 500;
    /* border-bottom: 1px solid #F0F0F0; */
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.signature-form {
    margin-top: 27px;
}

.information-form .submit-btn {
    margin-top: 12px;
}

.signature-canvas canvas {
    border: 2px solid var(--red-color);
}
.signature-form-wp .form-input {
    height: 50px;
    font-size: 30px;
    padding-top: 5px;
    margin-top: 14px;
    font-family: 'Dancing Script';
}
.signature-form-wp .wpcf7-not-valid {
    border:2px solid red;
}
.form-check-text-wp p {
    margin: 0;
}

.form-check-text-wp {
    background: #F0F0F0;
    border-radius: 25px;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.form-check-text {
    display: none;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 8%);
    border-radius: 20px;
    background: #fff;
    margin: 20px 40px;
    margin-bottom: 30px;
}

.apply-from-nav {
    position: absolute;
    right: -165px;
    top: 107px;
}

.apply-from-nav ul li {
    width: 8px;
    height: 62px;
    background: var(--yellow-color);
    border-radius: 100px;
    margin-bottom: 8px;
}

.apply-from-nav .active-form-nav {
    background: var(--red-color);
}

.plue-form .wpcf7-field-group .adoption-no {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    margin-top: 1px;
    color: var(--dark-color);
}

.wpcf7-form-control-signature-wrap {
    margin: 30px auto 30px;
}

.cf7mls-invalid span.wpcf7-not-valid-tip {
    display: none;
}

.cf7mls-invalid .form-input,
.cf7mls-invalid .wpcf7-form-control.wpcf7-text,
.adoption-error .wpcf7-form-control {
    border: 2px solid red !important;
}

.apply-form-box .wpcf7 form.init .wpcf7-response-output,
.apply-form-box .wpcf7-response-output,
.apply-form-box span.wpcf7-not-valid-tip {
    display: none !important;
}

.error-output.wpcf7-display-none.wpcf7-validation-errors {
    text-align: center;
    border: 2px solid #f90b0b;
    color: #f90b0b;
    margin-bottom: 10px;
    display: none;
}

.plue-form .wpcf7-form-control-wrap input[name="text-213"] {
    display: none;
}

.apply-form-box .wpcf7-form-control-signature-input-wrap span.wpcf7-not-valid-tip {
    display: block !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    pointer-events: none;
}

.benefits-radio .form-check-text {
    /* padding: 15px 20px; */
    /* margin: 0 30px; */
    /* margin-bottom: 30px; */
}

.benefits-radio .form-check-text-wp {
    margin-bottom: 5px;
}

.benefits-radio .radio-form-wp {
    margin: 0;
}

.radio-form-wp .wpcf7-radio.form-input {
    border: none !important;
}

.apply-form-box .radio-form-wp .wpcf7-not-valid-tip {
    display: block !important;
    font-size: 13px;
    margin: 0px 35px -10px;
}

.apply-form-box .form-check.checkbox-wp.rating-box .wpcf7-not-valid-tip {
    display: block !important;
    margin-top: 20px;
}

.upload-form-info .form-check.checkbox-wp.rating-box .wpcf7-form-control {
    border: none !important;
}

.form-check-text .wpcf7-form-control-wrap {
    margin: 0;
}

.apply-form-box .form-check-text .wpcf7-form-control-wrap .form-input.wpcf7-textarea {
    height: 100px;
    border-radius: 10px;
    background: #fff;
}

.apply-form-box span.dnd-upload-counter {
    display: none;
}
/*==========Apply Page CSS End==========*/


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

.error-404 {
    padding: 80px 0;
    text-align: center;
}

.error-404 img {
    width: 50vw;
}


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


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

.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 p a {
    text-decoration: underline !important;
    color: #252627;
}


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


/*==== Inner-page css end ====*/

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

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

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

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

.privacy-content a {
    transition: .3s;
    color: var(--green-color);
}

.privacy-content a:hover {
    color: var(--red-color);
}


/*==== Inner-page page css end ====*/

.apply-form-box .submit-btn{
    position: relative;
}
.apply-form-box .submit-btn input{
    display: none !important;
}
.apply-form-box .submit-btn .ajax-loader {
    position: absolute !important;
    top: calc(50% - 12px) !important;
    right: 18px !important;
    left: auto !important;
    margin: 0 !important;
}

/*==========Annual Gala Start==========*/
.about-andy{
    padding: 0 0 80px;
    position: relative;
}
.about-andy:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 101%;
    height: 207px;
    background: url(assets/images/shape-3.png);
    background-size: cover;
    background-position: top;
    pointer-events: none;
    background-repeat: no-repeat;
}
.about-andy .row > div:last-child{
    /*padding-right: 100px;*/
}
.about-andy h3{
    font-weight: 500;
    margin-bottom: 30px;
}
.about-andy h3 strong{
    display: block;
}
.about-andy img{
    position: relative;
    margin-top: -120px;
    z-index: 1;
}

.event-sec{
    height: 260px;
    padding: 70px 0 80px;
    background-color: #F0F0F0;
    /*overflow: hidden;*/
}
.event-sec .row > div:last-child{
    padding-left: 80px;
}
.event-sec img{
    margin-top: -160px;
}
.event-sec h4{
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}
.event-sec h4 strong{
    display: block;
    font-size: 25px;
    font-weight: bold;
}

.tickets-sec{
    padding: 100px 0 80px;
    background-color: #B1DD77;
    text-align: center;
    position: relative;
    z-index: 1;
}
.tickets-sec .content-sec{
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 60px;
}
.tickets-sec .content-sec h2{
    font-size: 54px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 30px;
}
.tickets-sec .content-sec p{
    font-size: 16px;
    color: #212121;
    font-weight: 500;
}
.ticket-info{
    height: 100%; 
    padding: 0 8px; 
    background-color: #fff;
    border-radius: 35px;
    position: relative;
}
.ticket-info .ticket-header{
    padding: 30px;
    border-bottom: 1px solid #BADB83;
}
.ticket-info .ticket-header h3{
    color: #EC5258;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0 6px;
}
.ticket-info .ticket-header h5{
    color: #212121;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.ticket-info .ticket-price{
    padding: 20px;
    border-bottom: 1px solid #BADB83;
}
.ticket-info .ticket-price strong{
    font-size: 20px;
    color: #212121;
    font-weight: bold;
}
.ticket-info .ticket-body{
    padding: 30px 30px 100px;
}
.ticket-info .ticket-body ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ticket-info .ticket-body ul li{
    font-size: 16px;
    color: #707070;
    margin-bottom: 30px;
    padding-left: 30px;
    background: url(assets/images/blt.svg) 0px 3px no-repeat;
    text-align: left;
}
.ticket-info .ticket-footer{
    width: 100%; 
    padding: 25px;
    border-top: 1px solid #BADB83;
    position: absolute;
    left: 0;
    bottom: 0;
}

.concert-ticket{
    width: 100%;
    padding: 40px 0; 
    background-color: #fff;
    border-radius: 35px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}   
.concert-ticket .concert-img{
    -ms-flex: 150px;
    flex: 0 0 150px;
    max-width: 150px;
    text-align: center;
}
.concert-ticket .concert-txt{
    width: 100%;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding: 0 30px;*/
}
.concert-ticket .concert-txt h3{
    color: #EC5258;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}
.concert-ticket .concert-txt p{
    font-size: 16px;
    color: #707070;
    margin-bottom: 0;
}
.concert-ticket .concert-btn{
    -ms-flex: 260px;
    flex: 0 0 260px;
    max-width: 260px;
    text-align: center;
    border-left: 1px solid #BADB83;
}
.concert-ticket .concert-btn .concert-price{
    color: #212121;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*==========Responsive Start==========*/

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

@media(max-width: 1700px) {
    .faq-box-wp:after {
        width: calc(100% + 300px);
    }
}

@media(max-width: 1600px) {
    .scrolltop {
        right: -100px;
    }
    .faq-box-wp:after {
        width: calc(100% + 230px);
    }
}

@media(max-width: 1499px) {
    .banner-img {
        width: 1450px;
    }
	.main-slider .slick-dots {
    	left: calc(50% - 585px);
	}
    .main-banner {
        padding: 401px 0 380px;
    }
    .main-navigation {
        padding-left: 23px;
    }
    .stories-img.stories-sm-img {
        height: 380px;
    }
    .stories-hover-box {
        padding: 74px 46px;
    }
    .stories-img.stories-big-img {
        height: 618px;
    }
    .success-stories {
        margin-top: 200px;
    }
    .home .stories-sec {
        padding: 100px 0 60px;
    }
    .footer-right-part {
        padding-left: 60px;
    }
    .apply-from-nav {
        right: -145px;
    }
    .upload-form-info .checkbox-wp .wpcf7-form-control-wrap:after {
        left: -30px;
    }
    .upload-form-info .checkbox-wp .wpcf7-form-control-wrap:before {
        right: -30px;
    }
    .apply-form-title2 {
        padding: 0 45px;
    }
    .stories-center-img {
        width: 250px;
    }
    .stories-center:after {
        right: -200px;
    }
    .stories-box {
        padding: 74px 23px 53px 38px;
    }
}

@media(max-width: 1400px) {
    .main-banner {
        padding: 241px 0 270px;
    }
    .banner-img {
        width: 1140px;
        transform: translate(3%, 0);
    }
    .home .about-text:before {
        left: -127px;
    }
    .about-img:before {
        right: -143px;
    }
    .faq-img {
        width: 320px;
        right: -57px;
    }
    .stories-center-img,
    .success-stories {
        padding: 0 5px;
        width: 280px;
    }
    .stories-center {
        margin: 0 -25px;
    }
    .main-navigation {
        padding-left: 0;
    }
    .faq-box-wp:after {
        width: calc(100% + 70px);
    }
    .faq-box-shep:after {
        left: -223px;
    }
    .faq-box-shep:before {
        right: -124px;
    }
    .stories-img.stories-sm-img {
        height: 270px;
    }
    .stories-img {
        border-radius: 25px;
    }
    .stories-img.stories-last-img {
        width: 385px;
    }
    .footer-about {
        padding-right: 50px;
    }
    .scrolltop {
        right: 15px;
        bottom: -160px;
        z-index: 3;
    }
    .stories-box.full-story {
        right: -94px;
    }
    .header-btn {
        right: 0px;
    }
}

@media(max-width: 1300px){
    .stories-center-img, .success-stories {
        width: 250px;
    }
    
    .stories-center:after {
        right: -240px;
    }
}

@media(max-width: 1199px) {
    .site-branding {
        width: 130px;
    }
    .header-main {
        margin-left: -12px;
    }
    .header-social-icon li a {
        font-size: 18px;
    }
    .home .main-navigation .menu li a {
        padding: 8px 0;
        margin: 0 8px;
        font-size: 13px;
    }
    .h1-title,
    .main-banner.inner-banner .h1-title {
        font-size: 80px;
        line-height: 80px;
    }
    .banner-img {
        width: 1075px;
        transform: translate(-4%, 0);
    }
    .main-banner {
        padding: 211px 0 210px;
    }
    .main-slider .container{
        padding-top: 150px;
        padding-bottom: 150px;
        position: relative;
    }
    .slide-item{
        position: relative;
    }
    .slide-item:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70vw;
        background: linear-gradient(to bottom, rgba(177, 221, 119, 0) 0%, rgba(177, 221, 119, 1) 50%);
        z-index: 1;
    }
    .slide-item1:before {
        background: linear-gradient(to bottom, rgba(135, 207, 237, 0) 0%, rgba(135, 207, 237, 1) 50%);
    }
    
    .banner-img-wrap{
        position: static;
    }
    .banner-img-wrap.slide-img2{
        position: relative;
        top: -30px;
        right: -140px;
    }
    .banner-img-wrap img{
        /*max-width: 800px;*/
    }
    .banner-caption{
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 320px;
        z-index: 1;
    }
    .banner-caption h2{
        font-size: 48px;
    }
    .banner-caption h2 span{
        font-size: 36px;
    }
    .banner-caption .sec-btn{
        min-width: 242px;
        height: 54px;
        font-size: 20px;
        margin: 0 10px;
    }
    .main-slider .slick-dots,
    .banner-caption .shape-1{
        display: none !important;
    }
    .about-sec {
        padding: 40px 0 30px;
    }
    .faq-img {
        width: 230px;
        right: 0;
        top: 110px;
    }
    .faq-box-wp:after {
        width: calc(100% + 150px);
    }
    .footer-about {
        padding-right: 0;
    }
    .footer-right-part {
        padding-left: 0;
    }
    .footer-menu li {
        padding: 0 6px;
    }
    .footer-contact-info li a {
        font-size: 15px;
    }
    .stories-box {
        margin: 0 5px;
    }
    .stories-box-slider .slick-list {
        margin: 0 -5px;
    }
    .stories-for-des {
        display: none;
    }
    .stories-for-mob {
        display: block;
    }
    .stories-img-slider .slick-dots li button {
        background: var(--blue-color);
    }
    .stories-img-slider .slick-dots .slick-active button {
        background: var(--red-color);
    }
    .stories-img {
        margin: 0 15px;
    }
    .stories-img-slider .slick-list {
        margin: 0 -15px;
    }
    .stories-img.stories-big-img,
    .stories-img {
        margin-top: 0;
        height: 550px;
    }
    .stories-hover-box {
        padding: 40px 30px;
    }
    .stories-img-icon {
        bottom: 15px;
        right: 15px;
        width: 70px;
    }
    .stories-for-mob .h2-title {
        text-align: center;
        margin-bottom: 17px;
    }
    .home .stories-sec {
        padding: 40px 0 50px;
    }
    .main-navigation .menu li a {
        margin: 0 12px;
    }
    .inner-banner-img-wp {
        padding-right: 0;
    }
    .program-box.program-big-box,
    .guidelines-box.guidelines-big-box {
        width: 380px;
    }
    .stories-sec {
        padding-top: 150px;
        padding-bottom: 40px;
    }
    .program-sec .apply-sec:after {
        right: 1%;
    }
    .guidelines-box-wp .apply-text {
        max-width: 272px;
        padding-top: 30px;
    }
    .guidelines-box-wp .apply-text .apply-btn .sec-btn {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .guidelines-box-wp .apply-text p {
        margin-bottom: 12px;
    }
    .annual-us-banner .inner-banner-img-wp {
        padding-right: 0;
    }
    .sponsors-title {
        padding: 0;
    }
    .sponsors-slider-img {
        height: 600px;
    }
    .faq-page-box {
        padding: 36px 20px 27px;
    }
    .upload-form {
        padding: 29px 20px 30px;
    }
    .upload-form h3 {
        font-size: 16px;
    }
    .apply-from-nav {
        right: -125px;
    }
    .apply-form-box {
        padding: 72px 0 52px;
    }
    .apply-form-title2 {
        margin-bottom: 45px;
    }
    .checkbox-wp .wpcf7-list-item {
        width: 40px;
        height: 40px;
    }
    .upload-form-info .checkbox-wp .wpcf7-form-control-wrap:after,
    .upload-form-info .checkbox-wp .wpcf7-form-control-wrap:before {
        width: 50px;
        top: -14px;
    }
    .upload-form-info .checkbox-wp .wpcf7-form-control-wrap:after {
        left: 0;
    }
    .upload-form-info .checkbox-wp .wpcf7-form-control-wrap:before {
        right: 0;
    }
    .rating-form-text {
        padding: 0 40px;
    }
    .radio-form-wp {
        padding: 15px 15px 14px 15px;
    }
    span.wpcf7-list-item {
        margin-left: 15px;
    }
    .plue-form {
        padding: 32px 30px 45px;
    }
    .step3-rating-form {
        padding: 30px 0;
    }
    .explain-form {
        padding: 33px 0 3px;
    }
    .annual-us-banner .about-text {
        padding: 0;
        margin: 0;
    }
    .stories-center-img, .success-stories {
        width: 100%;
    }
    
    .success-stories {
        margin-top: 30px;
		padding-right: 70px;
    }

    .about-andy{
        padding-bottom: 120px;
    }
    .tickets-sec .content-sec h2{
        font-size: 46px;
    }
    .ticket-info .ticket-body{
        padding: 30px 10px 100px;
    }
}

@media(max-width: 991px) {
    .for-des {
        display: none !important
    }
    .for-mob {
        display: block !important
    }
    .site-header {
        z-index: 99;
        height: 73px;
        padding-bottom: 0;
    }
    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
        position: relative;
    }
    .site-header .container .row {
        margin: 0;
        height: 100%;
    }
    .site-header .container .row .col-lg-3 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
    .widget-area {
        margin-top: 50px;
    }
    .main-banner .banner-video {
        display: none;
    }
    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 30px;
        padding: 0;
        transform: translate(0, -50%);
        z-index: 100;
    }
    .menu-toggle span {
        display: block;
        width: 100%;
        height: 5px;
        background: var(--red-color);
        margin-bottom: 6px;
        border-radius: 2px;
        transition: 0.3s;
    }
    .menu-toggle span:last-child {
        margin: 0;
    }
    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 11px;
    }
    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }
    .toggled .menu-toggle span {
        background: var(--red-color);
    }
    .toggled .header-mob-menu {
        transform: translateY(-21px) translateX(0);
    }
    .header-mob-menu {
        height: 100vh;
        position: absolute;
        top: 5px;
        left: 0;
        width: 100%;
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translateY(-21px) translateX(-110%);
        background: var(--blue-color);
    }
    .scrolltop {
        display: none !important;
    }
    .banner-img {
        width: 115%;
        transform: translate(0, 0);
        left: 0;
        z-index: 0;
        top: 80px;
    }
    .banner-content {
        position: relative;
        text-align: center;
    }
    .about-sec:after {
        background-size: 100%;
        top: 50px;
        background-position: bottom;
        height: 120px;
    }
    .main-banner {
        padding: 561px 0 150px;
    }
    .main-slider .container{
        height: 1000px;
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .banner-img-wrap.slide-img2 {
        top: -50px;
		    right: -150px;
    }
    .banner-caption{
        padding: 0;
        position: absolute;
        bottom: 120px;
    }
    .site-branding {
        width: 96px;
        height: 100%;
        display: flex;
        align-items: center;
        transition: 0.5s;
    }
    .site-header:after {
        height: 30px;
        margin-top: -1px;
    }
    .header-main {
        margin: 0;
    }
    .site-header .container .row .col-lg-9 {
        padding: 0;
    }
    .header-mob-icon {
        position: absolute;
        left: 30px;
        transform: translate(0, -50%);
        top: 50%;
    }
    .main-navigation .menu li {
        float: none;
        display: block;
        height: auto;
        text-align: center;
        margin-bottom: max(1vh, 2.5vh);
    }
    .main-navigation .menu li a:after {
        display: none;
    }
    .main-navigation .menu li a,
    .home .main-navigation .menu li a {
        padding: 0;
        margin: 0;
        display: inline-block;
        font-size: max(16px, 2.5vh);
    }
    .header-btn,
    .home .header-btn {
        display: block !important;
        position: relative;
        transform: unset;
        top: 0;
        left: 0;
        z-index: 99;
        text-align: center;
        margin-top: 4vh;
        transform: translate(0, 100px);
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 1.2s;
        transition-delay: 0.4s;
        opacity: 0;
    }
    .menu-primary-menu-container,
    .menu-primary-menu-container .menu {
        height: auto;
    }
    .header-menu-logo {
        text-align: center;
        overflow: hidden;
        position: relative;
        padding-top: max(60px, 10vh);
        margin-bottom: 35px;
    }
    .header-menu-logo img {
        width: 190px;
    }
    .header-bottom .footer-contact-info ul {
        display: block;
        padding: 0 7vw;
        max-width: 550px;
        margin: 0 auto;
    }
    .header-bottom .footer-contact-info li a {
        text-align: left;
        display: block;
    }
    .header-bottom .footer-contact-info li a span {
        display: inline-block;
        margin: 0;
        margin-right: 20px;
    }
    .header-bottom .footer-contact-info ul li {
        border-bottom: 1px solid #707070;
        margin-bottom: 1.5vh;
        padding-bottom: 2vh;
    }
    .header-bottom .footer-contact-info ul li:last-child {
        border: none;
        margin: 0;
    }
    .header-bottom {
        position: relative;
        margin-top: 7vh;
        overflow: hidden;
        padding-bottom: 45px;
        transform: translate(0, 100px);
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 1.3s;
        transition-delay: 0.5s;
        opacity: 0;
    }
    .header-menu-logo:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 123vw;
        height: 140px;
        background: url('assets/images/header-mob-shep.png');
        background-size: 100%;
        background-position: top right;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .header-bottom:after {
        content: "";
        position: absolute;
        top: max(110px, 11vh);
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--green-color);
        z-index: -1;
    }
    .header-social-icon {
        margin: 0;
        text-align: center;
        margin-top: 3vh;
    }
    .header-social-icon li a {
        font-size: 34px;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: var(--red-color);
        align-items: center;
        color: #fff;
        justify-content: center;
        display: flex;
    }
    .header-social-icon li {
        margin: 0 22px;
    }
    .menu-primary-menu-container {
        padding-top: max(80px, 10vh);
        position: relative;
        text-align: center;
        transform: translate(0, 100px);
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 1s;
        transition-delay: 0.3s;
        opacity: 0;
    }
    .menu-primary-menu-container .menu:after {
        content: "";
        position: absolute;
        top: 70px;
        left: -27vw;
        width: 74px;
        height: 97px;
        background: url('assets/images/header-menu-shep.png');
        background-size: 100%;
        background-position: center;
    }
    .menu-primary-menu-container .menu:before {
        content: "";
        position: absolute;
        bottom: -100px;
        right: -35vw;
        width: 68px;
        height: 102px;
        background: url('assets/images/header-menu-shep2.png');
        background-size: 100%;
        background-position: center;
        pointer-events: none;
    }
    .menu-primary-menu-container .menu {
        width: auto;
        display: inline-block;
        position: relative;
    }
    .about-sec {
        padding: 200px 0 65px;
        margin-top: -200px;
    }
    .h1-title,
    .main-banner.inner-banner .h1-title {
        font-size: 48px;
        line-height: 50px;
    }
    .main-banner:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70vw;
        background: linear-gradient(to bottom, rgba(177, 221, 119, 0) 0%, rgba(177, 221, 119, 1) 63vw);
        z-index: 1;
    }
    .banner-shep img {
        display: none;
    }
    .banner-shep {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .banner-shep:after {
        content: "";
        position: absolute;
        top: 126px;
        left: -10vw;
        width: 193px;
        height: 156px;
        background: url('assets/images/banner-mob-shep.png');
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .main-banner:after {
        bottom: auto;
        top: 35%;
        transform: translate(0, 0);
        right: -3vw;
        left: auto;
        z-index: 1;
        width: 101px;
        height: 101px;
    }
    .banner-btn .sec-btn,
    .home .apply-btn .sec-btn {
        width: auto;
        padding: 0 35px;
        height: 54px;
    }
    .banner-btn .sec-btn:first-child {
        margin-right: 11px;
    }

    .main-slider .container{
        height: 900px;
    }
    .banner-caption{
        bottom: 140px;
    }

    .home .about-text:before {
        background-image: url(assets/images/about-mob-star.png);
        width: 281px;
        height: 97px;
        left: auto;
        right: 0;
        top: -123px;
    }
    .h2-title,
    .home .apply-text .h2-title,
    .tickets-sec .content-sec h2 {
        font-size: 40px;
        /*line-height: 48px;*/
        margin-bottom: 21px;
    }
    .about-text .h2-title {
        margin-bottom: 30px;
    }
    .about-text p {
        line-height: 36px;
        margin-bottom: 36px;
    }
    .about-img:after,
    .about-img:before {
        display: none;
    }
    .about-img {
        text-align: center;
        margin-top: 29px;
    }
    .home .faq-main {
        display: none;
    }
    .faq-img {
        display: none;
    }
    .faq-sec {
        padding: 56px 0 32px;
        position: relative;
        margin: 0;
    }
    .home .apply-btn {
        padding: 0;
        max-width: 500px;
        margin: 0 auto;
    }
    .apply-sec {
        text-align: center;
    }
    .apply-text p {
        margin: 0 auto;
        margin-bottom: 20px;
        display: none;
    }
    .home .apply-text .h2-title {
        margin-bottom: 33px;
    }
    .home .apply-btn .sec-btn {
        margin-bottom: 20px;
    }
    .faq-sec:after {
        content: "";
        position: absolute;
        top: -40px;
        left: 50%;
        width: 85px;
        height: 85px;
        background: url('assets/images/happyface-3.svg');
        transform: translate(-50%, 0);
    }
    .faq-sec:before {
        content: "";
        position: absolute;
        bottom: -60px;
        right: 30px;
        width: 303px;
        height: 110px;
        background: url('assets/images/faq-mob-shep.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }
    .home .stories-sec {
        padding: 67px 0 50px;
    }
    .stories-for-mob .h2-title {
        margin-bottom: 20px;
    }
    .stories-img.stories-big-img,
    .stories-img {
        height: 445px;
    }
    .faq-mob-sec-text {
        text-align: center;
        position: relative;
    }
    .site-footer {
        padding-top: 174px;
    }
    .site-footer:after {
        height: 175px;
    }
    .faq-mob-sec-text:after {
        content: "";
        position: absolute;
        top: -73px;
        left: 0;
        width: 80px;
        height: 52px;
        background: url('assets/images/faq-mob-sec-shep.png');
        background-size: 100%;
        background-position: center;
    }
    .faq-mob-sec-text:before {
        content: "";
        position: absolute;
        bottom: -92px;
        right: 0;
        width: 68px;
        height: 83px;
        background: url('assets/images/faq-mob-sec-shep2.png');
        background-size: 100%;
        background-position: center;
        z-index: 1;
    }
    .faq-mob-sec {
        padding: 29px 0 0;
    }
    .footer-about {
        margin: 0;
        text-align: center;
        padding: 0 30px;
    }
    .footer-logo {
        margin-bottom: 18px;
    }
    .footer-about-text p {
        margin-bottom: 37px;
        opacity: .85;
    }
    .footer-bottom {
        padding: 40px 0 0;
    }
    .submit-btn {
        text-align: center;
    }
    .footer-menu ul {
        display: block;
    }
    .footer-menu li {
        display: block;
        padding: 0;
        text-align: center;
        margin-bottom: 17px;
    }
    .footer-form {
        padding-top: 30px;
        margin-bottom: 0;
    }
    .footer-menu {
        border-color: rgb(112 112 112 / 30%);
        border: none;
        padding-bottom: 0;
        margin-bottom: 50px;
    }
    .footer-contact-info ul {
        display: block;
        text-align: center;
    }
    .footer-contact-info ul li {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgb(112 112 112 / 30%);
    }
    .footer-social-icon {
        text-align: center;
        padding: 5px 0 35px;
        margin: 0;
    }
    .footer-social-icon li a {
        width: 60px;
        height: 60px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: var(--blue-color);
        font-size: 36px;
        color: #fff;
    }
    .footer-social-icon li a:hover {
        background: var(--red-color);
        color: #fff;
    }
    .copyright {
        background: #F0F0F0;
        padding: 33px 0 25px;
    }
    .dotcom-link {
        text-decoration: underline !important;
    }
    .copyright-top-link li:first-child {
        display: block;
        border: none;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }
    .copyright-top-link li:last-child {
        padding: 0 6px;
    }
    .copyright-bottom-link {
        margin-top: -3px;
    }
    .wpcf7-not-valid-tip {
        color: #dc3232;
        font-size: 14px;
    }
    .footer-contact-info li:first-child a {
        max-width: 280px;
    }
    .footer-contact-info li a {
        font-size: 16px;
    }
    .footer-right-part {
        padding: 0 30px;
    }
    .header-bottom .footer-contact-info li:first-child a {
        max-width: 100%;
    }
    .header-social-icon li a:hover {
        background: var(--blue-color);
        color: #fff;
    }
    .main-navigation .menu li a:hover,
    .main-navigation .menu .current_page_item a:hover {
        color: var(--red-color);
    }
    .inner-page-banner {
        padding: 172px 0 74px;
    }
    .inner-page-banner-title .h1-title {
        font-size: 56px;
        line-height: 46px;
        margin-bottom: 42px;
    }
    .h1-title mark {
        background-position: 0px 18px;
        background-size: 100% 40px;
        padding: 0 10px;
    }
    .home .about-text:before {
        right: -18vw;
    }
    .about-us-banner .about-text {
        margin: 0;
        margin-top: 60px;
    }
    .program-sec {
        padding: 47px 0 140px;
    }
    .program-box.program-big-box {
        width: 280px;
    }
    .program-box {
        padding: 36px 15px 15px;
        margin: 0 8px;
    }
    .program-box-wp,
    .guidelines-box-wp {
        margin: 0 -8px;
    }
    .apply-text .h2-title {
        margin-bottom: 24px;
    }
    .apply-btn {
        margin: 0 auto;
        max-width: 360px;
    }
    .apply-btn .sec-btn {
        margin: 0;
        margin-bottom: 15px;
    }
    .main-navigation .menu .current_page_item a {
        color: var(--red-color);
    }
    .program-box-wp,
    .guidelines-box-wp,
    .guidelines-box-wp {
        display: block;
        margin: 0;
    }
    .program-box.program-big-box,
    .program-box,
    .guidelines-box.guidelines-big-box,
    .guidelines-box {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        padding: 10px 15px 15px;
    }
    .stories-sec:after {
        background-size: cover;
        background-position: bottom;
        height: 353px;
    }
    .inner-banner-img,
    .annual-us-banner .inner-banner-img {
        height: 450px;
        border-radius: 25px;
    }
    .guidelines-box-wp .apply-text {
        max-width: 100%;
        padding: 0;
        padding-top: 20px;
    }
    .guidelines-box-wp .apply-text .apply-btn {
        margin: 0 auto;
    }
    .inner-page-banner.guidelines-banner {
        padding-bottom: 156px;
    }
    .inner-page-banner.guidelines-banner:before,
    .inner-page-banner.guidelines-banner:after {
        display: none;
    }
    .annual-us-banner .about-text {
        margin: 0;
        margin-top: 60px;
    }
    .sponsors-slider-img {
        height: 50vw;
        border-radius: 25px;
    }
    .sponsors-slider {
        margin-top: 60px;
    }
    .sponsors-sec {
        padding: 75px 0 170px;
    }
    .annual-us-banner .inner-banner-img {
        background-position: left;
    }
    .faqs-box-wp .apply-text {
        padding: 0;
        padding-top: 20px;
    }
    .apply-text {
        text-align: center;
    }
    .faqs-box-wp .apply-text:before {
        display: none;
    }
    .inner-page-banner.faqs-banner {
        padding-bottom: 113px;
    }
    .apply-form-box {
        padding: 72px 40px 52px;
    }
    .upload-form {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(2) .cf7mls_next.cf7mls_btn.action-button {
        margin-top: 0;
    }
    .apply-from-nav {
        right: -15px;
    }
    .line {
        width: calc(100% + 40px);
    }
    .checkbox-wp .wpcf7-list-item {
        margin: 0 3px;
    }
    .plue-form {
        padding: 32px 0 28px;
    }
    .wpcf7-field-group-add,
    .wpcf7-field-group-remove {
        right: -43px;
        bottom: 10px;
    }
    .apply-form-box p span {
        display: inline;
    }
    .balance-form-wp {
        margin-bottom: 31px;
    }
    .cf7mls_next.action-button {
        margin-top: 0;
    }
    .form-check-text {
        padding: 20px 30px;
    }
    .step3-top-form {
        padding-bottom: 0;
    }
    .upload-form-info .form-input,
    .upload-form-info .wpcf7-form-control.wpcf7-text {
        margin-bottom: 10px;
    }
    .year-form,
    .year-form:nth-child(4) {
        margin: 30px 0;
    }
    .occupation-form {
        padding: 36px 0 28px;
    }
    .service-form-wp .service-amount {
        width: 150px;
        margin-right: 15px;
    }
    .upload-form-step2 .apply-form-title {
        margin-bottom: 55px;
    }
    .apply-form-title2 {
        padding: 0;
    }
    .rating-form-text {
        padding: 0;
    }
    .information-text {
        margin: 0;
    }
    .inner-page-banner.apply-banner {
        padding-bottom: 280px;
    }
    .apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(5) .cf7mls_back.action-button {
        position: unset;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .apply-form-box:after {
        display: none;
    }
    .main-banner.inner-banner:before {
        display: none;
    }
    .main-banner.inner-banner {
        padding: 151px 0 50px;
    }
    .site-header.sticky_head .site-branding {
        width: 110px;
    }
    .home .site-header .header-img {
        display: none;
    }
    .toggled .menu-primary-menu-container,
    .toggled .header-btn,
    .toggled .header-bottom {
        transform: translate(0, 0);
        opacity: 1;
    }
    .sponsors-btn {
        margin-top: 0;
    }
    .stories-center-img,
    .success-stories {
        padding: 0;
        width: 100%;
        margin-top: 40px;
    }
    .stories-box-btn {
        display: none;
    }
    .success-stories .slick-dots li button {
        background: var(--blue-color);
    }
    .success-stories .slick-dots .slick-active button {
        background: var(--red-color);
    }
    .stories-box {
        padding: 44px 23px 33px 28px;
    }

    .inner-page-banner.annual-us-banner{
        padding-top: 160px;
    }

    .about-andy{
        padding-bottom: 80px;
    }
    .about-andy .row > div:first-child{
        padding-bottom: 40px;
        text-align: center;
    }
    .about-andy img{
        width: 500px;
        margin-top: -80px;
    }
    .event-sec{
        height: auto;
        text-align: center;
        padding: 70px 0
    }
    .event-sec .row > div:first-child{
        padding-bottom: 40px;
    }
    .event-sec img{
        width: 500px;
        margin-top: 0;
    }

    .tickets-sec{
        padding: 80px 0;
    }
    .tickets-sec .content-sec{
        padding-bottom: 40px;
    }
    .event-sec .row > div:last-child{
        padding-left: 15px;
    }
    .tickets-sec .row > div{
        padding-bottom: 40px;
    }
    .ticket-info .ticket-body{
        padding: 30px 30px 100px;
    }
    .concert-ticket{
        display: block;
        margin-top: 0;
        text-align: center;
        padding: 0;
        position: relative;
    }
    .concert-ticket .concert-img{
        max-width: 100%;
        text-align: center;
        padding: 30px 0 20px;
    }
    .concert-ticket .concert-txt{
        max-width: 100%;
        text-align: center;
        padding-bottom: 190px;
    }
    .concert-ticket .concert-btn{
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0 8px 25px;
        /*border-top: 1px solid #BADB83;*/
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .concert-ticket .concert-btn .concert-price{
        padding: 20px;
        border-top: 1px solid #BADB83;
        border-bottom: 1px solid #BADB83;
        margin-bottom: 25px;
    }
}

@media(max-width: 767px) {
    .error-404 img {
        width: 90vw;
    }
    .main-banner:before {
        height: 105vw;
        background: linear-gradient(to bottom, rgba(177, 221, 119, 0) 30%, rgba(177, 221, 119, 1) 58vw);
    }
    .stories-img-slider {
        max-width: 450px;
        margin: 0 auto;
    }
    .banner-img {
        width: 120%;
    }

    .program-sec .apply-sec:after {
        display: none;
    }
    .upload-form-info .checkbox-wp .wpcf7-form-control-wrap:after,
    .upload-form-info .checkbox-wp .wpcf7-form-control-wrap:before {
        display: none;
    }
    .plue-form .wpcf7-field-group .adoption-no {
        margin-top: -2px;
    }
    .balance-form {
        padding-top: 36px;
    }
    .wpcf7-field-group-add,
    .wpcf7-field-group-remove {
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        border: none;
        right: -23px;
        bottom: 22px;
    }
    .wpcf7-field-group-remove {
        margin-bottom: 30px;
    }
    .wpcf7-field-group-add:hover,
    .wpcf7-field-group-remove:hover {
        background: transparent;
        color: var(--dark-color);
    }
    .information-text p {
        line-height: 32px;
    }
    .information-text p {
        line-height: 32px;
    }
    .checkbox-wp .wpcf7-list-item {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .form-check-text,
    .benefits-radio .form-check-text {
        padding: 15px;
        margin-top: -10px;
    }
    .apply-form-box .radio-form-wp .wpcf7-not-valid-tip {
        margin: 0;
        margin-top: 12px;
    }


}

@media(max-width: 575px) {
    .thank-text {
        padding-top: 80px;
        margin: 20px 0;
    }
    .thank-text:before {
        width: 57px;
        height: 61px;
    }
    .container {
        padding: 0 30px;
    }
    .privacy-content ol,
    .privacy-content ul {
        margin-left: 20px;
    }
    .banner-img {
        width: 127%;
    }
    .main-banner {
        padding: 108vw 0 150px;
    }
    .main-banner:before {
        height: 120vw;
        background: linear-gradient(to bottom, rgba(177, 221, 119, 0) 4%, rgba(177, 221, 119, 1) 48vw);
    }
    .main-slider .container{
        height: 820px;
    }
    .slide-item:before{
        height: 130vw;
    }
    .banner-img-wrap.slide-img2{
        right: -30px;
    }
    .banner-caption{
        padding: 0 30px;
    }
    .banner-caption h2{
        font-size: 40px;
        line-height: 1.3;
    }
    .banner-caption h2 span{
        font-size: 27px;
    }
    .banner-caption .sec-btn{
        min-width: 200px;
        height: 46px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about-sec:after {
        background-size: 170%;
        top: 25px;
        background-position: top;
    }
    .about-sec {
        margin-top: -150px;
        padding: 150px 0 65px;
    }
    .home .about-text:before {
        right: 30px;
        top: -131px;
    }
    .site-footer:after {
        background-size: 145%;
        background-position: top;
    }
    .site-footer {
        padding-top: 156px;
    }
    .menu-primary-menu-container .menu:before {
        right: -27vw;
    }
    .home .about-text:before {
        right: -140px;
    }
    .program-title:after {
        left: -110px;
        width: 150px;
        top: -90px;
    }
    .inner-banner-img,
    .annual-us-banner .inner-banner-img {
        height: 360px;
    }
    .apply-from-nav {
        right: -35px;
        transform: scale(0.7);
        top: 0;
    }
    .apply-form-box {
        padding: 72px 30px 52px;
    }
    .apply-form-title,
    .upload-form-step2 .apply-form-title {
        margin-bottom: 29px;
    }
    .radio-form-wp {
        display: block;
        padding: 18px 15px 19px 15px;
        margin: 0;
    }
    .radio-form-wp p {
        margin-bottom: 14px;
    }
    span.wpcf7-list-item.first {
        margin-left: 0;
    }
    .form-check-text,
    .benefits-radio .form-check-text {
        margin: 0 10px;
        margin-bottom: 15px;
        margin-top: -10px;
    }
    .service-form-wp {
        display: block;
    }
    .service-form-wp .service-amount {
        width: 100%;
    }
    .information-text p {
        margin-bottom: 12px;
    }
    .line {
        width: 100%;
    }
    .plue-form .wpcf7-form-control-wrap {
        margin-bottom: 0;
    }
    .plue-form .wpcf7-form-control-wrap {
        margin-bottom: 0;
    }
    .form-step2-control-wrap {
        margin-bottom: 20px;
    }
    .inner-page-banner-title .h1-title {
        font-size: 46px;
        line-height: 46px;
    }
    .h1-title mark {
        background-position: 0 15px;
        background-size: 100% 35px;
        padding: 0 10px;
    }
    .apply-form-box .wpcf7-form .fieldset-cf7mls:nth-child(4) .cf7mls_back.action-button {position: absolute;left: 50%;transform: translate(-50%, 0);bottom: 70px;}

    .information-form .submit-btn {
        margin-top: 60px;
    }

    .about-andy{
        padding-bottom: 60px;
    }
    .about-andy img{
        margin-top: -40px;
    }
    .ticket-info .ticket-body{
        padding: 30px 7px 100px;
    }
}

@media(max-width: 480px) {
    .header-bottom .footer-contact-info li a {
        font-size: 14px;
    }
    .header-bottom .footer-contact-info li a span {
        margin-right: 6px;
    }
    .h3-title {
        font-size: 18px;
    }
    .upload-form-info .form-input,
    .upload-form-info .wpcf7-form-control.wpcf7-text {
        height: 45px;
    }
    .year-form,
    .year-form:nth-child(4) {
        margin: 15px 0;
    }
    .plue-form .wpcf7-field-group {
        padding-right: 30px;
    }
    .wpcf7-field-group-add,
    .wpcf7-field-group-remove {
        right: 0;
        bottom: 18px;
    }
    .information-text p {
        font-size: 14px;
        line-height: 28px;
    }
    .inner-page-banner.apply-banner {
        padding-bottom: 160px;
    }
}

@media(max-width: 450px) {
    .about-sec:after {
        background-size: cover;
        background-position: top right;
        top: 0;
    }
    .banner-img {
        width: 140%;
        margin-left: -50px;
    }
    .banner-shep:after {
        left: -22vw;
    }
    .main-banner:after {
        right: -8vw;
    }
    .banner-caption h2,
    .tickets-sec .content-sec h2{
        font-size: 36px;
    }
    .site-footer {
        padding-top: 156px;
    }
    .faq-mob-sec {
        padding: 29px 0 20px;
    }
    .main-banner:before {
        height: 129vw;
    }
    .banner-btn .sec-btn:first-child {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .banner-btn {
        max-width: 320px;
        margin: 0 auto;
        margin-top: 41px;
    }
    .menu-primary-menu-container .menu:before {
        right: -29vw;
    }
    .sponsors-title .h2-title {
        /*line-height: 42px;*/
        font-size: 32px;
    }
    .inner-page-banner {
        padding: 140px 0 74px;
    }
}

@media(max-width: 430px) {
    .main-banner:before {
        height: 149vw;
    }
    .slide-item:before{
        height: 160vw;
    }
    .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
        font-size: 10px;
    }
    .upload-form h3 b {
        display: inline;
    }
    .stories-img.stories-big-img,
    .stories-img {
        height: 380px;
    }
    .apply-form-box p {
        font-size: 14px;
    }
}

@media(max-width: 400px) {
    .container {
        padding: 0 15px;
    }
    .menu-toggle {
        right: 15px;
    }
    .header-mob-icon {
        left: 15px;
    }
    .banner-shep:after {
        left: -27vw;
    }
    .footer-right-part {
        padding: 0;
    }
    .footer-about {
        padding: 0;
    }
    .main-banner:before {
        height: 163vw;
        background: linear-gradient(to bottom, rgba(177, 221, 119, 0) 9%, rgba(177, 221, 119, 1) 36vw);
    }
    .banner-img {
        width: 150%;
        margin-left: -70px;
    }
    .banner-btn .sec-btn,
    .home .apply-btn .sec-btn {
        font-size: 20px;
    }
    .stories-hover-box {
        padding: 30px 15px;
    }
    .stories-box h3,
    .stories-hover-box h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .home .about-text:before {
        width: 190px;
        top: -119px;
    }
    .faq-sec:before {
        width: 213px;
    }
    .menu-primary-menu-container .menu:before {
        display: none;
    }
    .program-title:after {
        display: none;
    }
    .sponsors-logo-wp {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
    .apply-form-box {
        padding: 42px 15px 52px;
    }
    .apply-from-nav {
        right: auto;
        left: 50%;
        transform: translate(-50%, 0) scale(1);
        top: -75px;
        width: 100%;
        text-align: center;
    }
    .apply-from-nav ul li {
        display: inline-block;
        width: 40px;
        height: 5px;
        margin: 0 3px;
    }
    .upload-form h3 {
        font-size: 15px;
    }
}

@media(max-height: 850px) {
    .parallax-banner .h1-title {
        font-size: max(50px, 9.5vh);
        line-height: max(50px, 9.5vh);
    }
    .banner-btn {
        margin-top: 3vh;
    }
}

@media(max-height: 750px) {
    .parallax-banner .h1-title {
        font-size: max(55px, 11vh);
        line-height: max(55px, 11vh);
    }
    .banner-btn {
        margin-top: 2vh;
    }
}

@media(max-height: 650px) {
    .parallax-banner .main-banner {
        padding: 33vh 0 400px;
    }
    .parallax-banner .h1-title {
        font-size: max(50px, 12vh);
        line-height: max(50px, 12vh);
    }
    .banner-btn {
        margin-top: 3vh;
    }
}

@media(max-height: 620px) {
    .modal-body.overflow-text {
        height: 491px;
        padding-top: 22px;
    }
    .modal-body .wpcf7-form-control-wrap {
        margin-bottom: 20px;
    }
    .modal-body .form-input.wpcf7-textarea {
        height: 100px;
    }
}

@media(max-height: 500px) {
    .modal-body.overflow-text {
        height: 470px;
    }
    .modal-body .form-input {
        height: 40px;
        padding: 10px 20px;
    }
    .modal-body .form-input.wpcf7-textarea {
        padding: 18px 20px;
    }
    .modal-body span.wpcf7-not-valid-tip {
        font-size: 14px;
        bottom: -24px;
    }
}

@media(max-height: 475px) {
    .modal-body.overflow-text {
        height: 400px;
    }
}


/*==========Responsive End==========*/