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

}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both
}

/* CSS Document */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* HTML5 display definitions ========================================================================== */

/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {

    /* 1 */ display: block;
}

/** Add the correct display in IE 9-. */
audio, canvas, progress, video {
    display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] {
    display: none;
}

/* Links ========================================================================== */

/** Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
    transition: all .3s ease-in-out;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: #E52A22;
}

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

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
    font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
    font-weight: bold;
}

/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

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

/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

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

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

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

/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea {
    font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
    font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select {

    /* 2 */ overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea {

    /* 1 */ margin: 0;
}

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

/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
    cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
    -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin: 0;
}

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

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: .4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6rem 1.0rem;
    width: 100%;
}

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus, select:focus {
    border: 1px solid #f2a1ad;
    outline: 0;
}

textarea {
    padding-bottom: .6rem;
    padding-top: .6rem;
}

label, legend {
    font-size: 16px;
    display: block;
    margin-bottom: .5rem;
    color: #302C2E;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'], input[type='radio'] {
    display: inline;
}

input[type='submit']:focus {
    outline: none;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #652046;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #652046;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #652046;
}

input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #652046;
}

input:focus {
    outline: none;
}

dl, ol, ul {
    margin-top: 0;
    padding-left: 0;
}

dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

dl {
    list-style: none;
}

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

dt, dd, li {
    margin-bottom: 10px;
}

hr {
    border-top: 0.1rem solid #4A4D50;
    border-width: 0;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input, textarea, select, fieldset {
    margin-bottom: 1rem;
}

input:last-child, textarea:last-child, select:last-child, fieldset:last-child {
    margin-bottom: 0;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 1.4rem;
}

pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
}

.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-stratch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .background-image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
    }

}

.clearfix {
    *zoom: 1;
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.tacenter {
    text-align: center;
}

.taright {
    text-align: right;
}

.taleft {
    text-align: left;
}

.relative {
    position: relative;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    margin-bottom: 20px;
    font-family: 'Museo';
    color: #652046;
}

h1 {
    font-size: 45px;
    line-height: 46px;
}

h2 {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

h4 {
    font-size: 21px;
    line-height: 25px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #151515;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: #652046;
}

p {
    font-family: greycliff-cf, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    margin-top: 0;
}

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

.tbl {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}

.tbl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.paddingtop {
    padding: 100px 0px;
}

.inline__block {
    float: left;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {
    font-family: greycliff-cf, sans-serif !important;
    border: none !important;
    padding: 10px 15px 10px 15px !important;
    height: 60px;
    outline: none;
    font-size: 16px !important;
    line-height: 26px;
    color: #652046;
    filter: drop-shadow(0px 0px 15px rgba(14, 17, 80, 0.11));
    background: #FFFFFF;
    border-radius: 5px;
}

.gform_wrapper .ginput_container select {
    background-image: url('../images/down.svg');
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.gform_wrapper .ginput_container textarea {
    height: 135px;
    margin-top: 0px;
}

.gform_wrapper input[type="submit"] {
        padding: 0!important;
    transition: 0.3s all,0.1s color;
    -webkit-transition: 0.3s all,0.1s color;
    -ms-transition: 0.3s all,0.1s color;
    -moz-transition: 0.3s all,0.1s color;
    -o-transition: 0.3s all,0.1s color;
    min-width: 160px;
    font-size: 18px;
    line-height: 52px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    color: #652046;
    border-radius: 35px;
    border: 0px solid transparent;
    background-origin: border-box;
    position: relative;
    z-index: 4;
    margin: 4px !important;
        background: #fff;

}

.gform_footer.top_label:before {
    content: "";
    position: absolute;
    border-radius: 30px;
    background-image: -webkit-linear-gradient(#fff,#fff),linear-gradient(30deg,#f5bb66 0%,#e97c53 15%,#df6f64 30%,#b8548f 44%,#44b4de 60%,#8ebe86 100%);
    background-image: linear-gradient(#fff,#fff),linear-gradient(30deg,#f5bb66 0%,#e97c53 15%,#df6f64 30%,#b8548f 44%,#44b4de 60%,#8ebe86 100%);
    display: inline-block;
    box-sizing: border-box;
    border: 4px solid transparent;
    background-clip: padding-box,border-box;
    transition: all 4s ease!important;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-size: 100% 100%,100% 200%;
    background-position: 0 0,0 100%;
    background-origin: padding-box,border-box;
    z-index: 4;
}

.gform_footer.top_label {
    position: relative;
    display: inline-block !important;
    padding: 0 !important;
    margin-top: 25px !important;
}

body img.gform_ajax_spinner {
    display: none !important;
}
.gform_footer.top_label:hover:before {
    animation: play 0.9s infinite alternate;
    background-image: -webkit-linear-gradient(#fff,#fff),linear-gradient(210deg,#f5bb66 0%,#e97c53 15%,#df6f64 30%,#b8548f 44%,#44b4de 60%,#8ebe86 100%);
    background-image: linear-gradient(#fff,#fff),linear-gradient(210deg,#f5bb66 0%,#e97c53 15%,#df6f64 30%,#b8548f 44%,#44b4de 60%,#8ebe86 100%);
}
.gform_wrapper .validation_error {
    display: none;
}

.gform_wrapper .validation_message {
    display: inline-block;
    text-align: left;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
}

.ie8 * {
    outline: none;
}

img {
    border: none;
}

html, body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

/*----- html5 tags ------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/*----- Wrapper Part ------*/
.container {
    max-width: 1240px;
    height: auto;
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.container_inner {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 100px;
}

section {
    position: relative;
}

/*----- Wrapper Part ------*/
.gray_btn {
    height: 50px;
    background: #333333;
    color: #fff;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.4s;
    display: inline-block;
    padding: 0 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gray_btn:hover {
    background: #076BF3;
    color: #fff;
}

/*=============================custom-css=============================*/
.primary_btn {
    color: #000000;
    font-family: greycliff-cf, sans-serif;
    border-radius: 4px;
    font-size: 12.8px;
    font-weight: 600;
    letter-spacing: 0.96px;
    line-height: 15px;
    text-align: center;
    border: 1px solid #000000;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    position: relative;
    box-shadow: 0px 0px 0px 0px #f2f0ec;
    transition: all 0.3s ease-in-out;
}

.primary_btn:hover {
    box-shadow: 5px 5px 0px 1px #f2f1ed;
}

.primary_btn:hover {
    color: #000000;
    z-index: 1;
}

.primary_btn.reverse-btn {
    background: #0f4a7c;
    border-color: #0f4a7c;
    color: #fff;
}

.primary_btn.reverse-btn:hover {
    box-shadow: 5px 5px 0px 1px #F2F0EC;
}

body {
    font-family: greycliff-cf, sans-serif;
    margin: 0;
    padding: 0;
    background: #FBF5F9;
}

b, strong {
    font-weight: 600;
}

a {
    color: #b8548f;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out !important;
}

.text_content p a {
    text-decoration: underline !important;
}

.header-link a:hover {
    color: #94b5cc !important;
}

p:nth-last-child(1) {
    margin-bottom: 0;
    font-family: greycliff-cf, sans-serif;
    margin-top: 0;
}

.d-flex {
    display: -webkit-flex;
    display: flex;
}

.justify-content-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.align-items-center {
    -webkit-align-items: center;
    align-items: center;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg_grey {
    background-color: #F2F0EC !important;
}

.bg_white {
    background: #ffffff !important;
}

.navbar-toggler.toggle_nav {
    display: none;
}

.position_relative {
    position: relative;
    z-index: 1;
}

.max-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.purpal_color {
    color: #b8548f !important;
}

.blue_color {
    color: #652046 !important;
}

.font_24 p {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #652046;
}

/*background: -webkit-linear-gradient(4deg, rgba(245,187,102,1) 0%, rgba(233,124,83,1) 15%, rgba(223,111,100,1) 30%, rgba(93,77,160,1) 44%, rgba(68,180,222,1) 60%, rgba(142,190,134,1) 100%);
background: linear-gradient(4deg, rgba(245,187,102,1) 0%, rgba(233,124,83,1) 15%, rgba(223,111,100,1) 30%, rgba(93,77,160,1) 44%, rgba(68,180,222,1) 60%, rgba(142,190,134,1) 100%);*/
.blue_bg {
    background: linear-gradient(306.61deg, #652046 50.37%, #b8548f 99.59%);
}

.header_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header_logo {
    width: 217px;
}

.headerspace {
    height: 113px;
}

.header_donate a img {
    position: relative;
    margin-right: 4px;
}

.header_logo a {
    display: inline-block;
}

.header_logo a img {
    width: 100%;
}

.header_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: calc(100% - 217px);
}

.header_menu_list {
    margin: 0 auto;
}

.header_menu_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.header_menu_list ul li {
    position: relative;
    margin: 0px 20px 0 0;
}

.header_menu_list ul li a {
    font-family: greycliff-cf, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #652046;
    padding: 20px 8px;
}

.header_button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.header_search {
    margin-right: 20px;
}

.header_search a {
    display: inline-block;
}

.header_search img {
    display: block;
    position: relative;
}

.primary-btn {
    background: #b8548f;
    border-radius: 35.7143px;
    display: inline-flex;
    display: -webkit-inline-flex;
   -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 37px;
    font-family: greycliff-cf, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 55px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    outline: 0 !important;
    height: 55px;
    border: 1px solid #b8548f;
    min-width: 160px;
}

.primary-btn.white_btn:hover {
    background: #652046;
    color: #fff;
    border-color: #652046;
}

.primary-btn.border-btn {
    position: relative;
    z-index: 1;
    background: transparent;
    border: 0;
}

.primary-btn.border-btn:hover {
    color: #fff;
}

@keyframes bg-pan-left {
    0% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }

}

.primary-btn.border-btn:before {
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: 30px;
    background-image: -webkit-linear-gradient(#101252, #652046), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
    background-image: linear-gradient(#652046, #4b1332), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
    display: inline-block;
    box-sizing: border-box;
    border: 4px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: all 4s ease !important;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(0deg);
    transition: all 0.2s ease;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 200%;
    background-position: 0 0, 0 100%;
    background-origin: padding-box, border-box;
}

.primary-btn.border-btn.blue-bg:before {
    background-image: -webkit-linear-gradient(#652046, #4b1332), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
    background-image: linear-gradient(#652046, #4b1332), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
}

.primary-btn.border-btn.white-bg:before {
    background-image: -webkit-linear-gradient(#ffffff, #ffffff), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
}

.primary-btn.border-btn:hover:before {
    animation: play 0.9s infinite alternate;
    background-image: -webkit-linear-gradient(#652046, #4b1332), linear-gradient(210deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
    background-image: linear-gradient(#652046, #4b1332), linear-gradient(210deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
}

.primary-btn.border-btn.white-bg {
    color: #652046;
}

.primary-btn.border-btn.white-bg:hover {
    color: #ffffff;
}

.primary-btn:hover {
    background: #652046;
    border-color: #652046;
    color: #fff;
}

.primary-btn.white_btn {
    background: #fff;
    color: #652046;
    border-color: #fff;
}

.primary-btn.hover_white:hover {
    background: #ffffff;
    color: #652046;
}

header {
    padding: 18px 0;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(14 17 80 / 11%);
    position: fixed;
    z-index: 99;
    width: 100%;
}

.banner_text h2 {
    color: #fff;
}

.banner_text {
    max-width: 780px;
    margin: 0 auto 45px;
}

.banner__section.front__banner {
    padding: 100px 0 80px;
}

.banner_button {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner_button .primary-btn.border-btn {
    margin-right: 20px;
    border-color: transparent;
    border: 0;
}

.banner_grid_row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.banner_grid_row .banner_grid_block {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.banner_grid_block a {
    display: -webkit-flex;
    display: flex;
    box-shadow: 0px 0px 15px rgb(14 17 80 / 11%);
    flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.banner_grid_img {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.banner_grid_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.banner_grid_title {
    background: #b8548f;
    text-align: center;
    width: 100%;
}

.banner_grid_title h2 {
    font-family: 'Museo';
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0;
    padding: 10px;
    min-height: 75px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.banner_grid_title.banner_grid_hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #b8548f url(../images/grid_layout.png) no-repeat bottom center;
}

.banner_text_section {
    margin-bottom: 80px;
}

.banner_grid_block a:hover .banner_grid_title.banner_grid_hover {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.add_layer {
    position: relative;
}

.add_layer:before {
    position: absolute;
    content: "";
    background: url(../images/home_header_layer_01.png) no-repeat top -60px right / contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.home .banner__section.add_layer:before {
    height: 462px;
}

.our__meet_section.add_layer:before {
    background: url(../images/team_bottom_layout.svg) no-repeat bottom right / 750px;
}

.over_view_left {
    width: 50%;
    position: relative;
    z-index: 4;
    padding: 80px 15px 110px;
}

.over_view_left_wrap {
    max-width: 480px;
}

.sub_title {
    font-family: greycliff-cf, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding: 0px 15px 0;
    border-radius: 5px;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgb(192 75 142 / 20%);
    -webkit-align-items: center;
    align-items: center;
}

.over_view_secrion span.sub_title {
    margin: 0 0 15px;
    text-align: left;
    /* background: #2FA9DE; */
}

.over_view_left_wrap h3 {
    font-family: greycliff-cf, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #652046;
}

.over_view_secrion .text_content {
    margin: 0 0 40px;
}

.text_content p, .text_content ul li, .over_view_left_wrap ul li {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #652046;
}

.newslatter__section .text_content p {
    font-size: 15px;
}

.text_content ul li, .over_view_left_wrap ul li {
    background: url(../images/star.svg) no-repeat left top 6px/ 10px;
    list-style: none;
    padding-left: 20px;
}

.over_view_right {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.over_view_right_wrap {
    width: 100%;
    height: 100%;
}

.over_view_right_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.over_view_secrion.orange_section .over_view_right_wrap img {
    height: auto;
}

.over_view_secrion.add_layer {
    background: #44B4DE;
}

.over_view_secrion.add_layer:before {
    background: url(../images/home_layer_02.png) no-repeat bottom 0px left / auto 520px;
    z-index: 1;
}

.icon_section {
    background: #5378D0;
}

.icon_row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon_image {
    width: 75px;
    margin-right: 30px;
    min-width: 75px;
}

.icon_block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 25%;
    padding: 0 20px;
}

.icon_text {
    width: calc(100% - 100px);
}

.icon_text h3 {
    font-family: 'Museo';
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0 0 6px;
}

.icon_text p {
    font-family: greycliff-cf, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.icon_section {
    background: #5378D0;
    padding: 75px 0;
}

.say_about_head h2 {
    color: #b8548f;
}

.say_about_head {
    margin: 0 0 60px;
    text-align: center;
}

.say__about__section {
    padding: 130px 0 110px;
    background: #fcfcfc;
    z-index: 1;
}

.say_about_text p {
    font-family: greycliff-cf, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #652046;
}

.say_about_text {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(14 17 80 / 11%);
    border-radius: 8px;
    padding: 30px 50px;
}

.say_about_slider_row {
    padding: 15px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.say_about_text {
    width: calc(100% - 210px);
}

.say_about_image {
    width: 170px;
}

.say_about_image_wrap {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 12px;
}

.say_about_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.say__about__section.add_layer:before {
    background: url(../images/home_layer_03.png) no-repeat top -150px left / auto 1516px;
    left: -1685px;
    max-width: 1440px;
    margin: 0 auto 0;
    height: 1200px;
}

.say_about_image h4 {
    font-family: greycliff-cf, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}

.say_about_image p {
    font-family: greycliff-cf, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #000000;
}

.say__about__section .owl-nav button {
    background: #fff url(../images/down_icon.svg) no-repeat center / 30px !important;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgb(14 17 80 / 11%);
}

.say__about__section .owl-nav button span {
    font-size: 0;
}

.say__about__section .owl-nav button.owl-next {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.say__about__section .owl-nav button.owl-prev {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 15px;
}

.say__about__section .owl-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 10px 20px 0;
}

.two_columns_section {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 0 40px;
}

.two_columns_section:before {
    content: "";
    background: url(../images/home_layer_04.png) no-repeat bottom / contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.two_columns_right_wrap.two_columns_text {
    max-width: 450px;
    position: relative;
    z-index: 4;
}

.two_columns_left {
    width: 50%;
}

.two_columns_right {
    width: 50%;
}

.help__us__section .two_columns_right {
    background: #E97C53;
    padding: 60px 80px 30px;
    text-align: left;
    border-radius: 0 10px 10px 0px;
}

.help__us__section .two_columns_right h2 {
    color: #fff;
    text-align: left;
    font-weight: 400;
}

.help__us__section .two_columns_right .text_content p {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

.help__us__section .two_columns_right .text_content {
    margin-bottom: 30px;
}

.resource_section_head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 40px 0;
    -webkit-align-items: center;
    align-items: center;
}

.resource__section h2 {
    margin-bottom: 0;
}
.resource_section_head .primary-btn.border-btn:hover{
    color: #652046;
}
.resource__section .primary-btn.border-btn:hover:before {
    animation: play 0.9s infinite alternate;
    background-image: -webkit-linear-gradient(#fff,#fff),linear-gradient(210deg,#f5bb66 0%,#e97c53 15%,#df6f64 30%,#b8548f 44%,#44b4de 60%,#8ebe86 100%);
    background-image: linear-gradient(#fff,#fff),linear-gradient(210deg,#f5bb66 0%,#e97c53 15%,#df6f64 30%,#b8548f 44%,#44b4de 60%,#8ebe86 100%);
}
.resource_section_head .primary-btn.border-btn {
    position: relative;
    z-index: 1;
    background: transparent;
    border: 0;
    color: #652046;
    transition: 0.1s color !important;
}

/*.resource_section_head .primary-btn.border-btn:before {
    background-image: -webkit-linear-gradient( #ffffff, #ffffff ), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100% );
    background-image: linear-gradient( #ffffff, #ffffff ), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100% );
}*/
.two_columns_left_wrap.two_columns_image {
    width: 100%;
    height: 100%;
}

.two_columns_left_wrap.two_columns_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resource_section_row h3 {
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #652046;
    margin: 0 0 15px;
}

.resource_section_row a:hover h3 {
    color: #b8548f;
}

.resource_section_bottom p, .resource_section_bottom ul li {
    font-family: greycliff-cf, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #b8548f;
    margin: 0 10px 0 0;
}
.resource_section_bottom ul li{
    font-weight: bold;
}
.resource_section_bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: self-start;
    align-items: self-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.resource_section_bottom ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.resource_section_grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 -20px;
}

.resource_section_row {
    width: 33.33%;
    padding: 0 20px;
    margin: 30px 0 30px;
}

.resource_section_image {
    margin: 0 0 20px;
    width: 100%;
    height: 385px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.resource_section_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.resource_section_wrap {
    padding: 0 80px;
}*/
body.modalshow header.fixed-header {
    z-index: 8;
}

.newslatter_top_left {
    width: 200px;
}

.newslatter_top_left_wrap img {
    width: 100%;
    max-width: 200px;
}

.newslatter_top_right {
    width: calc(100% - 200px);
    padding-left: 100px;
}

.newslatter_top_section {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items:flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 80px 0px 0px;
}

.newslatter__section {
    background: #fff;
}

.resource__section {
    margin: 0 0 80px;
}

footer {
    background: #652046;
}

.footer_wrap {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 160px 0px;
    position: relative;
    z-index: 2;
}

.footer_left {
    width: 300px;
}

.footer_center {
    width: calc(100% - 300px);
}

.footer_center_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_center_wrap h3 {
    font-family: greycliff-cf, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin: 0 0 15px;
}

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

.footer_center_wrap ul li a {
    font-family: greycliff-cf, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.footer_right_menu {
    padding-right: 40px;
}

.footer_right_menu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.footer_right_menu ul li {
    margin: 0;
    -webkit-display: flex;
    display: flex;
}

.footer_right_menu ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    -webkit-transition: all 0.8s ease !important;
    transition: all 0.8s ease !important;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer_center_wrap ul li a:hover {
    color: #b8548f;
}

.footer_right_menu ul li a:hover {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
}

.footer_right_menu ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_center_menu {
    margin-left: auto;
    padding-right: 80px;
}

.copy_right p, .copy_right a {
    font-family: greycliff-cf, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0;
}

.copy_right a:hover {
    color: #b8548f;
}

.copy_right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.copy_right_section {
    border-top: 1px solid #b8548f;
    position: relative;
    z-index: 3;
}

.footer_right_bottom {
    margin: 80px 0 0;
}

.footer_right_bottom img {
    max-width: 130px;
}

.footer_logo {
    margin: 0 0 60px;
}

.newslatter_text h2 {
    color: #FFFFFF;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
}

.newslatter_text {
    max-width: 650px;
}

.newslatter_block {
    background: #b8548f;
    box-shadow: 0px 0px 15px rgb(14 17 80 / 11%);
    border-radius: 8px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 45px 80px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    bottom: -95px;
    z-index: 3;
}

.add_layer.footer_wrapper:before {
    background: url(../images/home_layer_05.png) no-repeat bottom 0px left / auto 430px;
}

section.inner_banner.no_background h1 {
    color: rgba(101, 32, 70, 1) !important;
}

.inner_banner {
    background: none;
    min-height: 400px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-blend-mode: saturation;
}

.inner_banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(101, 32, 70, 0.5), rgba(101, 32, 70, 0.5));
}
.no_background.inner_banner:after {
    display: none;
}
.inner_banner:before {
    background: url(../images/about_layer_01.png) no-repeat top right / contain;
    left: auto;
    width: 455px;
    height: 700px;
    z-index: 1;
}

.page-template-team .inner_banner:before {
    background: url(../images/team_layer01.svg) no-repeat top right;
    left: -110px;
    z-index: 1;
    top: -160px;
}

.page-template-course .inner_banner:before {
    background: url(../images/team_layer01.svg) no-repeat top right;
    left: -110px;
    z-index: 1;
    top: -160px;
}

.page-template-join-the-team .inner_banner:before {
    background: url(../images/team_layer01.svg) no-repeat top right;
    left: -110px;
    z-index: 1;
    top: -160px;
}

.page-template-about-autism .inner_banner:before {
    background: url(../images/Autism_layer01.png) no-repeat top right / contain;
    left: auto;
    width: 455px;
    height: 720px;
}

.single-service .inner_banner:before {
    background: url(../images/Autism_layer01.svg) no-repeat top right / 100%;
    left: auto;
    width: 455px;
    height: 780px;
}

.inner_banner.im_parent_banner:before {
    background: url(../images/Autism_layer01.svg) no-repeat top right;
    left: auto;
    width: 455px;
    height: 700px;
    z-index: 1;
}

.inner_banner_title h1 {
    margin: 0;
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    max-width: 670px;
}

.top_text_wrapper {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.top_text_section {
    padding: 100px 0;
    z-index: 0;
}

.top_text_wrapper p {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #652046;
}

.top_text_wrapper h2.sub_title {
    margin: 0 0 30px;
}

.over_view_secrion.orange_section {
    background: #F5BB66;
}

.over_view_secrion.orange_section span.sub_title {
    margin: 0 0 15px;
    text-align: left;
    background: #E97C53;
    color: #652046;
}

.over_view_secrion.orange_section .over_view_right {
    left: 0;
    background: #E97C53;
    padding-right: 50px;
}

.over_view_secrion.orange_section .over_view_left {
    margin-left: auto;
    padding-left: 80px;
}

.over_view_secrion.orange_section .over_view_right_wrap {
    max-width: 580px;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 20px;
}

.inner_banner.add_layer .inner_banner_title h1 {
    color: #fff;
    position: relative;
    z-index: 3;
}

.over_view_secrion.orange_section .over_view_right ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 660px;
    margin: 0;
    padding: 0;
    list-style: none;
    bottom: 0;
}

.over_view_secrion.orange_section .over_view_right ul li {
    font-family: 'Museo';
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0;
    width: 50%;
    position: absolute;
    text-align: center;
}

.over_view_secrion.orange_section .over_view_right ul li:nth-child(1) {
    top: 35%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
    right: 45%;
    margin-left: auto;
    margin-right: 0px;
}

.over_view_secrion.orange_section .over_view_right ul li:nth-child(2) {
    top: 35%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
    right: 50px;
    margin-left: auto;
}

.over_view_secrion.orange_section .over_view_right ul li:nth-child(3) {
    top: 68%;
    -webkit-transform: translateY(-68%);
    transform: translateY(-68%);
    right: 45%;
    margin-left: auto;
    margin-right: 0px;
}

.over_view_secrion.orange_section .over_view_right ul li:nth-child(4) {
    top: 68%;
    -webkit-transform: translateY(-68%);
    transform: translateY(-68%);
    right: 50px;
    margin-left: auto;
}

.our_product_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 -20px;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.our_product_right {
    width: 50%;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.our_product_left {
    padding: 0 20px;
    width: 50%;
}
.our__product__section {
    z-index: 2;
}
.our__product__section .our_product_left .top_text_wrapper {
    max-width: 509px;
    text-align: left;
    margin-left: 0;
}

.our_product_right img {
    width: 100%;
    max-width: 595px;
}

.our__product__section .our_product_left .top_text_wrapper span.sub_title {
    margin: 0 0 20px;
}

.cta_section .cta_section_wrap {
    background: #b8548f url(../images/newslatter_bg.svg) no-repeat center right / 420px;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: end;
    align-items: end;
    padding: 0px 80px 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    z-index: 4;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cta_section_text {
    max-width: 600px;
}

.cta_section_text h2 {
    color: #fff;
    text-align: left;
    margin: 0 0 40px;
    font-weight: 400;
}

.cta_section {
    padding: 0 0 80px;
    z-index: 1;
}

.cta_section_img {
    width: auto;
    max-height: 248px;
    margin-right: 20px;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 20px;
    z-index: -1;
}

.cta_section_img img {
    width: 100%;
    object-fit: contain;
}

.video__section {
    padding: 20px 0 100px;
}

.video_block {
    margin: 0 auto;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.video_block button.play-button {
    border: 0;
    outline: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video_title {
    margin: 0 0 50px;
    text-align: center;
}

.video_block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.community_grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 -20px;
}

.community_grid .icon_text h3 {
    color: #b8548f;
    margin: 0 0 12px;
}

.community_grid  .icon_text p {
    color: #652046;
}

section.help__us__section {
    padding: 0 0 80px;
}

.grid_row_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(14 17 80 / 11%);
    border-radius: 5px;
    padding: 20px;
}

.community_grid .grid_img {
    width: 120px;
    border-right: 1px solid #b8548f;
    padding-right: 30px;
    margin-right: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.community_grid .icon_text {
    width: calc(100% - 80px);
}

.community_grid .grid_row {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.community_head {
    text-align: center;
    margin: 0 0 40px;
}

.link__section {
    padding: 80px 0 50px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.community__section {
    padding-bottom: 80px;
}

.link_section_wrapper .grid_row_wrap {
    box-shadow: none;
    padding: 0;
}

.link_section_wrapper .grid_row_wrap .link_img {
    width: 80px;
}

.top_text_section.top_text_who_we_are .top_text_title {
    width: 370px;
}

.top_text_section.top_text_who_we_are .top_text_wrapper {
    width: calc(100% - 370px);
    padding-left: 120px;
    text-align: left;
}

.top_text_section.top_text_who_we_are .top_text_title h2 {
    text-align: left;
}

.top_text_section.top_text_who_we_are .container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our_team_grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 -15px;
}

.our_team_grid .banner_grid_block {
    width: 25%;
    padding: 0 15px;
    margin: 0 0 60px;
}

.our_team_grid .banner_grid_block a {
    display: inline-block;
    width: 100%;
}

.our_team_grid_img {
    width: 100%;
    height: 340px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.our_team_grid_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.our__meet_section .our_team_title.icon_text {
    width: 100%;
    padding: 15px 0 20px;
}

.our__meet_section .our_team_title.icon_text h3 {
    margin: 0 0 12px;
}

.our_meet_head h2 {
    color: #fff;
    text-align: center;
}

.our_meet_head {
    margin: 0 0 60px;
}

section.our__meet_section {
    padding: 100px 0;
    z-index: 10;
}


.page-template-team section.our__meet_section {
    padding: 100px 0;
    z-index: 10;
}

.our_team_title.our_team_grid_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    z-index: 2;
}

.our_team_title.our_team_grid_hover .primary-btn.white_btn {
    position: relative;
    z-index: 1;
    background: #fff;
    color: #b8548f;
    border-color: #b8548f;
    transition: 0.3s all ease;
}
.our_team_title.our_team_grid_hover .primary-btn.white_btn:hover {
    background: #b8548f;
    color: #fff;
    transition: 0.4s all ease;
}
.our_team_grid .banner_grid_block a .our_team_grid_hover:before {
    background: rgba(192, 75, 142, 0.95);
    border-radius: 5px;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.4s ease;
}

.our_team_grid .banner_grid_block a:hover .our_team_grid_hover {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.text_cta_section h2 {
    margin: 0;
}

.cta_section.text_cta_section .cta_section_wrap {
    padding: 35px 80px;
    z-index: 0;
}

.our_meet_link_section {
    background: transparent !important;
    padding: 0;
    z-index: 0;
}

.our_meet_link_section .grid_row_wrap {
    background: transparent;
}

.our_meet_link_section .grid_row_wrap .icon_text h3, .our_meet_link_section .grid_row_wrap .icon_text p {
    color: #fff;
}

.top_text_link_section ul li a:hover {
    background: #652046;
}

.top_text_link_section ul li a h3 {
    color: #fff;
    margin: 0;
}

.top_text_link_section ul li a {
    color: #FFFFFF;
    background: #b8548f;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 136px;
    border-radius: 8px;
    padding: 0 50px;
}

.top_text_link_section ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 -15px;
}

.top_text_link_section ul li {
    list-style: none;
    width: 25%;
    text-align: center;
    margin: 0;
    padding: 0 15px;
}

.top_text_link_section {
    margin-top: 80px;
}

.over_view_secrion.autism_over_view {
    background: #8EBE86;
}

.over_view_secrion.autism_over_view span.sub_title {
    background: #9DC995;
}

.tabing_wrapper {
    width: calc(100% - 410px);
}

.tab-box {
    display: none;
}

.tabing_right_img {
    width: 410px;
    margin-top: 55px;
}

.tabing_right_img_wrap {
    height: 508px;
    width: 100%;
}

.tabing_right_img_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.tabing_section_row > .container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab-box h3 {
    color: #652046;
}

.tab-main-box {
    background: #FFFFFF;
    max-width: 700px;
    padding: 20px 30px;
    border-radius: 0px 8px 8px 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(14, 17, 80, 0.11);
}

.tab-menu ul li h3 {
    margin: 0;
    color: #652046;
}

.tab-menu ul li {
    margin: 0;
}

.tab-menu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabing_row .tabing_head {
    margin: 0 0 40px;
    width: 100%;
}

.tabing_row {
    width: 100%;
}

.tab-menu ul li a {
    display: inline-block;
    padding: 15px 30px;
    background: transparent;
    border-radius: 8px 8px 0px 0px;
}

.tab-menu ul li a.active {
    background: #fff;
    box-shadow: 0px -3px 6px rgb(14 17 80 / 11%);
}

.tabing_section_row {
    padding: 40px 0;
}

.tabing_section {
    padding: 60px 0 0px;
    background: #FBF5F9;
}

.tab-box-links a {
    margin-right: 10px;
}

.faq_left_text p, .faq_left_text {
    font-family: greycliff-cf, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #652046;
}

.faq_left {
    width: 510px;
}

.faq_right {
    width: calc(100% - 510px);
}

.faq_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.faq_left_wrap .sub_title {
    margin: 0 0 20px;
}

.faq_left_wrap .faq_left_text {
    margin: 0 0 30px;
}

.accordion-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(14 17 80 / 11%);
    border-radius: 5px;
    margin: 0 0 20px;
}

.btn-wrapper button {
    font-family: greycliff-cf, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #652046;
    background: transparent url(../images/down_icon.svg) no-repeat top 15px right 30px / 35px;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-align: left;
    padding: 20px 35px;
    width: 100%;
    padding-right: 55px;
}

.accordion-wrapper.active .btn-wrapper button {
    background: transparent url(../images/up_icon.svg) no-repeat top 25px right 35px / 25px;
}

.collepsing-div {
    padding: 15px 35px 20px;
}

.faq_right {
    width: calc(100% - 510px);
    padding-left: 100px;
}

.faq_section {
    padding-bottom: 80px;
    z-index: 3;
    background: transparent !important;
}

.tabing_section_row:nth-child(odd) {
    background: #FBF5F9;
}

.about-autism_cta {
    margin: 0;
    padding: 80px 0;
}

.two_column_text_section .top_text_left {
    width: 50%;
    text-align: left;
}

.two_column_text_section .top_text_right {
    width: 50%;
    text-align: left;
    padding-left: 80px;
}

.two_column_text_section > .container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.page-template-about-autism  .link_section_wrapper {
    padding-bottom: 80px;
}

.cta_section.orange_cta_section .cta_section_wrap {
    background: #E97C53 url(../images/newslatter_bg.svg) no-repeat center right / 420px;
    align-items: center;
}

.im_parent_row > .container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.im_parent_left {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.work_with_us_section .im_parent_left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.im_parent_right {
    width: 50%;
}

.im_parent_left_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

.image_layer {
    position: absolute;
    content: "";
    left: 35px;
    right: -35px;
    top: 35px;
    bottom: -35px;
    border-radius: 8px;
    z-index: 0;
}

.im_parent_left_wrap {
    width: 428px;
    height: 528px;
    position: relative;
    border-radius: 8px;
}

.im_parent_left_wrap img {
    z-index: 1;
    position: relative;
}

.im_parent_row:nth-child(even) > .container {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.im_parent_row:nth-child(even) > .container .im_parent_left {
    -webkit-justify-content: end;
    justify-content: end;
}

.im_parent_row:nth-child(even) {
    background: #fff;
}

.im_parent_row {
    padding: 100px 0;
}

.im_parent_right .primary-btn.border-btn:before {
    background-image: -webkit-linear-gradient(#FBF5F9, #FBF5F9), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
    background-image: linear-gradient(#FBF5F9, #FBF5F9), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
}

.im_parent_right .primary-btn.border-btn {
    color: #652046;
}

.im_parent_row:nth-child(even) .im_parent_right .primary-btn.border-btn:before {
    background-image: -webkit-linear-gradient(#ffffff, #ffffff), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
}

.file_download {
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: -0.01em;
    color: #652046;
    padding-right: 20px;
    background: url(../images/download_icon.svg) no-repeat right center / 12px;
}

.im_parent_right_wrap {
    max-width: 550px;
    margin-left: auto;
}

.im_parent_row:nth-child(even) .im_parent_right .im_parent_right_wrap {
    margin-left: 0;
}

.im_parent_video_section {
    padding-top: 80px;
    background: #FBF5F9;
    position: relative;
    z-index: 4;
}

.im_parent_faq_section {
    padding-top: 100px;
}

.mb-0 {
    margin-bottom: 0;
}

.columns_cta_section:before {
    position: absolute;
    content: "";
    background: #FBF5F9;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    z-index: 0;
}

.columns_cta_section > .container {
    position: relative;
    z-index: 3;
}

.our_team_grid .image_layer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.images_listing {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.images_section_wrapper {
    padding: 0 100px;
    position: relative;
    z-index: 1;
}

section.images_section {
    padding: 100px 0;
}

.images_blox img {
    width: 100% !important;
    height: 420px;
    object-fit: cover;
    border-radius: 8px;
    transform: scale(0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.images_blox:nth-child(2) img {
    width: 300px;
    height: 390px;
}

section.images_section:before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    z-index: 0;
}

.related_section.help__us__section .two_columns_right {
    background: #b8548f;
    border-radius: 0;
}

.related_section.help__us__section .two_columns_section {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.related_wrapepr {
    padding: 0 40px;
}

.related_section.help__us__section a.primary-btn.border-btn:before {
    background-image: -webkit-linear-gradient(#b8548f, #b8548f), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
    background-image: linear-gradient(#b8548f, #b8548f), linear-gradient(30deg, #f5bb66 0%, #e97c53 15%, #df6f64 30%, #b8548f 44%, #44b4de 60%, #8ebe86 100%);
}

.related_section.help__us__section .two_columns_section:before {
    background: url(../images/template_layer01.svg) no-repeat bottom center;
}

.introducing_product_row .im_parent_left {
    width: 282px;
}

.introducing_product_row .im_parent_left .im_parent_left_wrap {
    width: 282px;
    height: 282px;
}

.introducing_product_row .im_parent_left .image_layer {
    left: 20px;
    right: -20px;
    top: 20px;
    bottom: -20px;
}

.introducing_product_row .im_parent_right {
    width: calc(100% - 282px);
    padding-left: 70px;
}

.introducing_product_row .im_parent_right_wrap {
    max-width: 100%;
}

.introducing_product_row .text_content p, .introducing_product_row .text_content ul li {
    font-size: 15px;
}

.introducing_product-links h3 {
    margin: 0 15px 0 0;
    color: #b8548f;
}

.introducing_product_row .introducing_product-links {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.introducing_product_row .text_content {
    margin: 0 0 20px;
}

.introducing_product_row .im_parent_row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent;
    border-bottom: 1px solid #b8548f;
    padding: 50px 0 70px;
}

.introducing_head {
    text-align: center;
}

.introducing_product_section {
    padding: 80px 0;
}

.text_content.check_arrow ul li {
    background: url(../images/right_arrow.svg) no-repeat left top 3px/ 16px;
    padding-left: 25px;
}

.resource_banner:before {
    display: none;
}

.inner_banner.resource_banner .inner_banner_title h1 {
    color: #652046;
    font-size: 55px;
    line-height: 1.1;
}

.resource_section_wrap .form-group input, .resource_section_wrap .form-group select {
    border: 2px solid #F5F5F5;
    margin: 0;
    height: 55px;
    padding: 0 50px 0 25px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #652046;
}

.form-group::placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #652046;
}

.resource_section_wrap .form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.resource_section_wrap .form-group input {
    border-radius: 30px;
}

.resource_section_wrap  button.search_btn {
    background: url(../images/search.svg) no-repeat left top 3px/ 16px;
    width: 25px;
    height: 25px;
    border: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category_box select.form-control {
    background: url(../images/down_icon.svg) no-repeat right 15px center/ 16px;
}

.resource_section_row a {
    display: inline-block;
    width: 100%;
}

.resource_section_row a .our_team_grid_hover {
    background: rgb(192 75 142 / 90%);
}

.resource_section_row a:hover .our_team_grid_hover {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.video_block button.play-button:before {
    position: absolute;
    content: "";
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
    background: transparent;
    border: 20px solid rgb(255 255 255 / 60%);
    left: -10px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    top: -10px;
    width: 85px;
    height: 85px;
}

.join_team_faq_section {
    padding-top: 100px;
}

.work_with_us_section .im_parent_right_wrap {
    max-width: 570px;
}

.work_with_us_row .image {
    width: 60px;
    height: 60px;
}

.work_title {
    width: calc(100% - 60px);
    padding-left: 10px;
}

.work_with_us_block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.work_with_us_section .work_with_us_row {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.work_with_us_section .work_title p {
    font-size: 15px;
    line-height: 20px;
}

.work_with_us_section .work_with_us_block {
    margin-top: 40px;
}

.courses_column_section .work_with_us_row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 40px;
}

.note_text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #652046;
}

.note_text {
    background: #F0F3FA;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 40px;
    display: block;
}

.courses_column_section .im_parent_row {
    padding-top: 40px;
}

.our_courses_row a {
    background: #FFFFFF;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    height: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.our_courses_row a ul {
    margin-top: auto;
}

.our_courses_text h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.01em;
    color: #652046;
    margin: 0 0 18px;
}

.our_courses_text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #652046;
}

.our_courses_row ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #652046;
    list-style: none;
}

.our_courses_row .our_courses_text {
    margin: 0 0 25px;
}

.our_courses_header {
    text-align: center;
    margin: 20px 0 40px;
    position: relative;
    z-index: 1;
}

.our__courses__section {
    padding: 20px 0 150px;
}

.our_courses_block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -20px;
    position: relative;
    z-index: 1;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our_courses_block .our_courses_row {
    padding: 0 20px;
    width: 33.33%;
}

.work_with_us_section .work_with_us_row:nth-last-child(1) {
    margin: 0;
}

.work_with_us_section .im_parent_right {
    margin-top: 50px;
}

.resource_section_bottom p span {
    margin-right: 10px;
}

.resource_single_banner {
    padding: 80px 0 40px 0;
}

.resource_single_wrapper {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.inner_banner.resource_banner {
    min-height: 250px;
    background: #FBF5F9;
}

.resource_single_wrapper .text_content {
    max-width: 700px;
    margin: 0 auto;
}

.resource_single_banne img {
    width: 100%;
    height: 480px;
    border-radius: 12px;
}

.resource_single_banne {
    margin: 0 0 80px;
}

.text_content img {
    max-width: 100%;
    margin: 15px 0 30px;
}

ul.single_page_social {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

.resource_single_wrapper ul.single_page_social li {
    margin-right: 15px;
    margin-bottom: 0;
}

.resource_single_content {
    padding: 40px 0 80px;
}

/*
.resource_single_content:before {
    background: #FBF5F9;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    content: "";
    position: absolute;
    z-index: 0;
}
*/

.resource_single_content blockquote {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #652046;
    border: 0;
    background: #FFFFFF url(../images/quote_arrow.svg) no-repeat center top 40px / 30px;
    box-shadow: 0px 0px 15px rgb(14 17 80 / 11%);
    border-radius: 5px;
    padding: 90px 30px 60px;
    margin: 50px 0;
    display: block;
}

.single_page_social_wrap h3 {
    margin: 0 10px 0 0px;
    font-weight: 500;
    font-size: 15px;
    color: #b8548f;
}

.single_page_social_wrap {
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    padding: 0;
    max-width: 700px;
    display: -webkit-flex;
    display: flex;
    margin: 80px auto 0;
}

.resource_single_wrapper .text_content h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
}

.background_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background_img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 220px;
    background: #fff;
}

.team_model {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.32);
    z-index: 9;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.team_model_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 12px;
    position: relative;
    align-items: flex-start;
}

.team_model_img {
    display: inline-block;
    max-width: 357px;
}

.team_model_img_wrap {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

.team_model_img_wrap img {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.team_model_text {
    width: calc(100% - 357px);
    padding-left: 50px;
}

.team_model_head {
    margin: 0 0 25px;
}

.team_model_head h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.01em;
    color: #b8548f;
    margin: 0;
}

.team_model_head p {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #652046;
}

a.close_arrow {
    position: absolute;
    right: 20px;
    max-width: 20px;
    top: 20px;
    box-shadow: none;
}

a.close_arrow img {
    display: block;
    width: 100%;
}

.team_model {
    display: none;
}

.team_model.active {
    display: -webkit-flex;
    display: flex;
}

.video__section iframe {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.icon_image img {
    max-width: 100%;
}

.search__overlay.active {
    display: block;
    opacity: 1;
}

.search__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(32, 32, 32, 0.8);
    z-index: 999999;
}

.search__overlay .close {
    position: absolute;
    right: 5rem;
    top: 5rem;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 1;
}

.search__overlay .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search__overlay .close:before, .search__overlay .close:after {
    position: absolute;
    left: 22px;
    top: -2px;
    content: " ";
    height: 50px;
    width: 2px;
    background-color: white;
}

.search__overlay .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search__overlay .flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.search__overlay form {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search__overlay input {
    margin: 0;
    padding: 10px 15px;
    letter-spacing: 2px;
    border: none;
    background: none;
    outline: none;
    font-size: 40px;
    color: white;
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    border-bottom: 1px solid #fff;
}

.search__overlay button {
    padding: 1rem 5rem;
    background: transparent;
    border: none;
    color: white;
    font-size: 40px;
    max-width: 40px;
    padding: 20px;
    margin: 0 0 10px;
}

.search__overlay button::before {
    height: 30px;
    width: 30px;
    content: "";
    position: absolute;
    border-radius: 2rem;
    border: 2px solid white;
    display: block;
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}

.search__overlay button::after {
    height: 2px;
    width: 20px;
    content: "";
    position: absolute;
    background-color: white;
    -webkit-transform: translate(7px, 17px) rotate(45deg);
    transform: translate(7px, 17px) rotate(45deg);
    display: block;
}

.front__banner .banner_text_section h2, .front__banner .banner_text_section h1 {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.01em;
    color: #fff;
}

.header_search {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.header_menu_list ul.sub-menu {
   left: -40px;
    position: absolute;
    top: 5px;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -ms-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    margin-top: 0;
    box-shadow: 0 0 15px rgb(14 17 80 / 11%);
    border-radius: 5px;
    flex-direction: column;
    width: 242px;
    align-items: start;
    padding-top: 0;
    top: 16px;
    display: none;
}

.header_menu_list ul li.menu-item-has-children:hover .sub-menu {
    top: 30px;
    display: block;
}

.header_menu_list ul li.menu-item-has-children:hover .sub-menu li {
    margin: 0;
    padding: 7px 30px;
    width: 100%;
}

.header_menu_list ul li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 15px;
    border-radius: 10px 10px 0 0;
}

.header_menu_list ul li.menu-item-has-children .sub-menu li:last-child {
    border-radius: 0 0 10px 10px;
}

.header_menu_list ul li.menu-item-has-children .sub-menu li {
    margin: 0;
    padding: 2px 30px;
    background: #fff;
    width: 242px;
}

.header_menu_list ul li.menu-item-has-children .sub-menu li a {
    padding: 0;
}

.header_menu_list ul li.menu-item-has-children span {
    background: url('../images/down.svg');
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
    padding: 5px 10px;
    position: absolute;
    right: -5px;
    top: 4px;
}
.header_menu_list ul li.menu-item-has-children a{
    padding-right: 15px;
}
.link__section .link_section_wrapper {
    padding-bottom: 70px;
}

.add_layer.about_autism_faq:before {
    background: url(../images/orange_layer_01.svg) no-repeat top 0px right / 600px;
    z-index: 3;
    top: -260px;
}

.add_layer.im_parent_faq_section:before {
    background: url(../images/orange_layer_01.svg) no-repeat top 0px right / 600px;
    z-index: 3;
    top: -260px;
}

.page-template-about-autism {
    background: #fff;
}

.page-template-about .cta_section.add_layer:before {
    background: url(../images/orange_layer_full.svg) no-repeat top 0 right / 1300px;
    max-width: 100%;
    top: 50%;
    width: 1420px;
    height: 760px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    left: -690px;
    right: auto;
}

.our__meet_section .link__section .link_section_wrapper {
    padding-bottom: 0;
}

.team_model.open-model {
    display: flex !important;
    background: rgb(255 255 255 / 80%);
}

.tabing_section_row:nth-child(even) {
    background: #fff;
}

.resource_banner h1 {
    margin: 0 auto;
}

.resource_listing_page {
    padding-bottom: 80px;
}

.page-numbers {
    background-image: linear-gradient(262.52deg, rgb(255 255 255) -3.31%, rgb(253 253 253) 104.83%), linear-gradient(264.85deg, #F5BB66 -7.17%, #E97C53 16.17%, #C64A92 41.97%, #b8548f 62.85%, #44B4DE 86.8%, #8EBE86 110.75%);
    border-radius: 35px;
    border: 4px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #652046;
    width: 50px;
    height: 50px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 5px 10px;
    position: relative;
}

.next.page-numbers:before, .prev.page-numbers:before {
    background: URL("../images/down.svg");
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-position: center;
    font-size: 0;
    transform: rotate(270deg);
}

.next.page-numbers, .prev.page-numbers {
    font-size: 0;
    background: none;
    width: 20px;
}

.pagination {
    padding: 0 0 80px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.prev.page-numbers:before {
    transform: rotate(90deg);
}

.page-numbers:hover {
    background: #b8548f;
    color: #fff;
}

.next.page-numbers:hover, .prev.page-numbers:hover {
    background: none;
}

.news_not_found {
    padding-bottom: 50px;
    text-align: center;
}

.resource_single_banner .resource_section_bottom {
    padding-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.resource_single_banner h1 {
    max-width: 799px;
}

.blog_pagination_main {
    background: #44B4DE;
    padding: 50px 50px;
    border-radius: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.relared_news {
    padding: 40px 0 60px;
}

.relared_news h2.sub_title {
    margin: 0;
}

.courses_list_intro .courses_tcleft p {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #652046;
}

.courses_list_intro .courses_tcleft .note_text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #652046;
}

.courses_service_row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 40px;
}

.courses_service_row figure {
    margin: 0;
    width: 60px;
}

.courses_service_row img {
    width: 100%;
    height: auto;
    display: block;
}

.courses_service_title {
    width: calc(100% - 60px);
    padding-left: 15px;
    padding-top: 13px;
}

.courses_service_title h3 {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #652046;
    margin-bottom: 15px;
}

.courses_service_title p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #652046;
}

section.faq_section.bg_white.im_parent_faq_section {
    background: #fff !important;
}

section.default__page__section {
    z-index: 1;
    padding: 70px 0;
}

.search .search_result {
    margin-bottom: 20px;
}

.search .search_result h4 {
    margin-bottom: 10px;
}

.sponsors_list h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #652046;
    max-width: 415px;
    margin: 0 auto 50px;
}

.sponsors_list {
    padding: 60px 0;
    text-align: center;
}

.sponsors_main {
    justify-content: center;
}

.sponsors_main figure {
    width: 25%;
    text-align: center;
    margin: 0;
    padding: 25px 52px;
}

.sponsors_main figure img {
    max-width: 135px;
    max-height: 95px;
}

.subscribe {
    top: -62px;
    z-index: 1;
}

.subscribe_main {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 50px 60px;
    box-shadow: 0px 0px 15px rgb(14 17 80 / 11%);
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.subscribe_main .subscribe_left:before {
    content: "";
    background: url('../images/reframing_autism_logo3.png');
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    background-size: 280px;
    background-repeat: no-repeat;
    height: 150px;
}

.subscribe_left {
    width: 50%;
    padding-right: 50px;
    padding-bottom: 95px;
}

.subscribe_right {
    width: 50%;
    padding-left: 50px;
    position: relative;
}

.subscribe_left h2 {
    text-align: left;
    color: #652046;
}

.subscribe_left p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #652046;
    font-weight: 500;
}

.page-template-contact .inner_banner:before {
    background: url(../images/about_layer_02.svg) no-repeat top right;
}

section.faq_section.im_parent_faq_section .container {
    position: relative;
    z-index: 3;
}

body.single-service {
    background: #fff;
}

.im_parent_column_section {
    background: #FBF5F9;
}

.im_parent_faq_section ~ .columns_cta_section:before {
    background: transparent;
}

.courses_list_intro {
    padding-bottom: 65px;
}

.courses_list_intro .courses_tc_main {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.courses_list_intro .courses_tcleft {
    width: 50%;
    padding-right: 40px;
}

.courses_list_intro .courses_tcright {
    padding-left: 40px;
    width: 50%;
}

section.courses_tc {
    padding: 50px 0;
}

.courses_tc_main {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.courses_tc .courses_tcleft {
    width: 50%;
    padding-right: 40px;
}

.courses_tc .courses_tcright {
    width: 50%;
    padding-left: 40px;
}

.courses_tcleft p {
    color: #652046;
}

.tcright_desc {
    background: #fff;
    padding: 28px 34px;
    border-radius: 8px;
}

.tcright_desc p {
    margin-bottom: 9px;
    color: #652046;
    font-size: 17px;
}

.contact_section {
    padding: 50px 0 100px 0;
    overflow: hidden;
    z-index: 1;
}

.contact_section:before {
    content: "";
    background: url('../images/contact_layer_01.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -353px;
    left: -450px;
    right: 0;
    width: 1400px;
    height: 952px;
    margin: 0 auto;
}

.contact_main {
   -webkit- align-items: flex-start;
    align-items: flex-start;
    position: relative;
}

.contact_left {
    width: 50%;
    padding-right: 50px;
}

.contact_right {
    width: 50%;
    padding-left: 50px;
}

/*.page-template-contact .inner_banner:before { background: url(../images/about_layer_02.svg) no-repeat top right / 100%;}*/
.inner_banner.team_inner_banner:before {
    z-index: 1;
}

.our_meet_wrapper {
    z-index: 1;
    position: relative;
}

.page-template-default .edd_download_image img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-template-default h3.edd_download_title a {
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #652046;
}

.page-template-default .edd_download_inner:hover h3 a {
    color: #b8548f;
}

.page-template-default .edd_purchase_submit_wrapper .edd-submit.button.blue,
.single-download .edd_purchase_submit_wrapper .edd-submit.button.blue {
    background: #b8548f !important;
    background-color: #b8548f !important;
    border-radius: 35.7143px;
    align-items: center;
    justify-content: center;
    padding: 0 37px;
    font-family: greycliff-cf, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 55px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    outline: 0 !important;
    height: 55px;
    border: 1px solid #b8548f;
    min-width: 160px;
    margin-top: 20px;
}

.page-template-default .edd-submit.button.blue:hover,
.single-download .edd-submit.button.blue:hover {
    background: #652046 !important;
    border-color: #652046 !important;
    color: #fff;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.page-template-default .edd_download_excerpt p {
    font-size: 16px;
    color: #652046;
    line-height: 25px;
}

.page-template-default .edd-cart-number-of-items {
    font-style: italic;
    color: #b8548f;
    font-weight: 600;
    margin-top: 20px;
}

.page-template-default ul.edd-cart li {
    background: url('../images/star.svg') no-repeat left top 6px/ 10px;
    list-style: none;
    padding-left: 20px;
    font-size: 17px;
    line-height: 25px;
    background-color: unset !important;
}

.edd_downloads_list {
    margin-bottom: 50px;
}

.no_background {
    background: #fff;
}
.single-service .no_background {
    background: #FBF5F9;
}
#edd_checkout_cart td, #edd_checkout_cart th {
    border: 1px solid #b8548f;
}

#edd_checkout_cart {
    background: #fff;
}

span.edd_checkout_cart_item_title {
    color: #b8548f;
    font-size: 17px;
}

#edd_checkout_cart td {
    color: #b8548f;
}

th.edd_cart_total {
    color: #b8548f !important;
}

.edd-payment-icons svg {
    width: 135px !important;
    height: 135px !important;
}

form#edd_purchase_form {
    border: 1px solid #b8548f !important;
    border-radius: 8px !important;
}

#edd_checkout_form_wrap span.edd-description {
    color: #b8548f !important;
}

body.modalshow {
    overflow: hidden;
}

body.single-service .related_section.help__us__section {
    background: #FBF5F9;
    padding-bottom: 40px;
}

body.single-service .images_section:before {
    position: absolute;
    content: "";
    background: #FBF5F9;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
}

.footer_left_menu {
    width: 30%;
}

.footer_center_menu {
    width: 35%;
}

body.single-service .top_text_section.two_column_text_section.bg_white {
    background: transparent !important;
    z-index: 1;
}
.d_button .primary-btn {
    display: inline-flex;
    width: auto;
}
p.d_excerpt {
    font-size: 16px;
    color: #652046;
    line-height: 25px;
    margin-bottom: 20px;
}


.images_section .owl-stage {
    display: flex;
    align-items: stretch;
}
.images_section .owl-item.active.center .images_blox img {
    transform: scale(1);
}
.help__us__section h3 {
    color: #fff;
}
.help__us__section .primary-btn:first-child {
    margin-right: 15px;
}
section.ep_list_section h2 {
    text-align: center;
    margin-bottom: 50px;
}
section.ep_list_section {
    padding: 70px 0;
}
.page-id-33 .sponsors_list{
    background: #fff;
}

.help__us__section .two_columns_right_wrap ul li {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}
.help__us__section .two_columns_right_wrap ul li a, .help__us__section .two_columns_right_wrap a {
    color: #fff;
    /* text-decoration: underline !important; */
}
span.page-numbers.current {
    color: #fff;
    background: #b8548f;
    transition: 0.3s all ease;
}
.banner_grid_block span.primary-btn {
    transition: 0.4s all ease;
}
.contact_left ul li {
    list-style: inside;
}
.pc .header_menu_list ul li.menu-item-has-children span {
    top: 4px;
}
.resource_section_head .primary-btn.border-btn:hover:before {
    animation: play 0.9s infinite alternate;
    background-image: -webkit-linear-gradient(#fff,#fff),linear-gradient(210deg,#f5bb66 0%,#e97c53 15%,#df6f64 30%,#b8548f 44%,#44b4de 60%,#8ebe86 100%);
    background-image: linear-gradient(#fff,#fff),linear-gradient(210deg,#f5bb66 0%,#e97c53 15%,#df6f64 30%,#b8548f 44%,#44b4de 60%,#8ebe86 100%);
}
_::-webkit-full-page-media, _:future, :root .header_menu_list ul li.menu-item-has-children span {
    top:8px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){ 
    .header_menu_list ul li.menu-item-has-children span {  top:8px; } 
}

@media only screen and (max-width:1600px) {
    .page-template-about .cta_section.add_layer:before {
        left: -910px;
    }

}

@media only screen and (max-width:1400px) {
    .container {
        max-width: 1180px;
    }

    .two_columns_section {
        padding: 0;
    }

    .top_text_section {
        padding: 80px 0;
    }

    section.our__meet_section {
        padding: 80px 0;
    }

    .im_parent_left_wrap {
        width: 368px;
        height: 468px;
    }

    .our_courses_text h2 {
        font-size: 28px;
        line-height: 39px;
    }

    .our__courses__section {
        padding: 20px 0 160px;
    }

    .inner_banner.resource_banner .inner_banner_title h1 {
        font-size: 46px;
    }

    .im_parent_row:nth-child(even) > .container .im_parent_left {
        padding-right: 20px;
    }

    .cta_section.text_cta_section .cta_section_wrap {
        padding: 35px 60px;
    }

}

@media only screen and (max-width:1199px) {
    .container {
        max-width: 970px;
    }

    .banner__section.front__banner {
        padding: 60px 0 60px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .banner_text_section {
        margin-bottom: 60px;
    }

    .banner_grid_title h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .primary-btn {
        padding: 15px 25px 15px
    }

    .banner_grid_img img {
        height: 180px;
    }

    .over_view_left {
        padding: 80px 15px;
    }

    .front__banner .banner_text_section h2, .front__banner .banner_text_section h1 {
        font-size: 28px;
    }

    .banner_grid_row .banner_grid_block {
        width: 33.33%;
    }

    .over_view_left_wrap h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .icon_image img {
        max-width: 100%;
        width: 100%;
        max-height: 55px;
    }

    .icon_image {
        width: 55px;
        margin-right: 15px;
        min-width: 55px;
        max-height: 55px;
    }

    .icon_text {
        width: calc(100% - 55px);
    }

    .icon_section {
        padding: 55px 0;
    }

    .icon_block {
        width: 50%;
        margin: 0 0 30px;
    }

    .newslatter_text h2 {
        font-size: 26px;
        line-height: 1.4;
    }

    .newslatter_block {
        padding: 45px 40px;
    }

    .newslatter_text {
        max-width: 550px;
    }

    .footer_logo img {
        max-width: 200px;
    }

    .footer_logo {
        margin: 0 0 40px;
    }

    .footer_right_menu {
        padding-right: 0;
    }

    .footer_center {
        width: calc(100% - 220px);
        padding-left: 40px;
    }

    .footer_right_menu ul li a {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .footer_left {
        width: 210px;
    }

    .footer_center_menu {
        padding: 0 40px;
    }

    .footer_right_bottom {
        margin: 50px 0 0;
    }

    .footer_wrap {
        padding: 160px 0px 140px;
    }

    .newslatter_top_right {
        padding-left: 80px;
    }

    .header_logo {
        width: 150px;
    }

    .header_donate a {
        min-width: 140px;
        padding: 15px 25px 10px;
    }

    .header_search {
        margin-right: 15px;
    }

    .header_menu {
        width: calc(100% - 155px);
    }

    .say__about__section {
        padding: 100px 0 80px;
    }

    .say_about_head {
        margin: 0 0 40px;
    }

    .say_about_text p {
        font-size: 20px;
        line-height: 30px;
    }

    .say_about_text {
        padding: 30px 30px;
    }

    .say__about__section.add_layer:before {
        left: -1341px;
        max-width: 1240px;
        height: 1100px;
        background: url(../images/home_layer_03.png) no-repeat top -140px left / 110%;
    }

    .headerspace {
        height: 90px;
    }

    .help__us__section .two_columns_right {
        padding: 30px 50px 30px;
    }

    .inner_banner {
        min-height: 360px;
    }

    .inner_banner_title h1 {
        font-size: 45px;
        line-height: 1.4;
    }

    .top_text_section {
        padding: 80px 0;
    }

    .top_text_link_section {
        margin-top: 60px;
    }

    .tabing_section {
        padding: 40px 0 0px;
    }

    .tabing_row .tabing_head {
        margin: 0 0 30px;
    }

    .tabing_wrapper {
        width: calc(100% - 360px);
    }

    .tabing_right_img {
        width: 330px;
        margin-top: 55px;
        padding-left: 30px;
    }

    .tabing_right_img_wrap {
        height: 360px;
    }

    .about-autism_cta {
        padding: 60px 0;
    }

    .cta_section .cta_section_wrap {
        padding: 0px 60px 0;
    }

    .cta_section_text h2 {
        margin: 0;
        font-size: 26px;
    }

    .faq_left {
        width: 420px;
    }

    .faq_right {
        width: calc(100% - 420px);
        padding-left: 60px;
    }

    .add_layer.about_autism_faq:before {
        background: url(../images/orange_layer_01.svg) no-repeat top 0px right / 420px;
        top: -240px;
    }

    .add_layer.im_parent_faq_section:before {
        background: url(../images/orange_layer_01.svg) no-repeat top 0px right / 420px;
        top: -240px;
    }

    .top_text_link_section ul li a {
        padding: 0 30px;
    }

    .community_grid .icon_text {
        width: calc(100% - 70px);
    }

    .faq_section {
        padding-bottom: 60px;
    }

    .page-template-about-autism .link_section_wrapper {
        padding-bottom: 60px;
    }

    .header_menu_list ul li a {
        padding: 20px 0;
        font-size: 17px;
    }

    .page-template-about-autism .inner_banner:before {
        background: url(../images/Autism_layer01.png) no-repeat top right 100% / contain;
        background-size: cover;
        left: auto;
        width: 280px;
        height: 680px;
    }

    body.single-service .inner_banner:before {
        background: url(../images/Autism_layer01.svg) no-repeat top right 100%;
        left: auto;
        width: 280px;
        height: 680px;
    }

    .btn-wrapper button {
        font-size: 22px;
    }

    body.page-template-about .inner_banner:before {
        background: url(../images/about_layer_01.svg) no-repeat top right / 100%;
        width: 380px;
        height: 620px;
        z-index: 1;
    }

    .over_view_secrion.orange_section .over_view_right {
        left: 0;
        padding-right: 20px;
    }

    .over_view_secrion.orange_section .over_view_right_wrap {
        max-width: 460px;
    }

    .over_view_secrion.orange_section .over_view_left {
        padding-left: 40px;
    }

    .over_view_secrion.orange_section .over_view_right ul {
        width: 480px;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(2) {
        right: 30px;
        top: 36%;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(1) {
        right: 48%;
        top: 36%;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(3) {
        right: 30px;
        top: 64%;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(4) {
        right: 48%;
        top: 64%;
    }

    .our_product_wrapper {
        padding: 80px 0;
    }

    .top_text_wrapper p {
        font-size: 22px;
    }

    .video__section {
        padding: 20px 0 80px;
    }

    .community_head {
        margin: 0 0 60px;
    }

    .community__section {
        padding-bottom: 70px;
    }

    .link_section_wrapper .grid_row_wrap .link_img {
        width: 70px;
    }

    .link__section {
        padding: 60px 0 40px;
        background: #fff;
    }

    .community_grid .grid_img {
        width: 100px;
        padding-right: 15px;
        margin-right: 15px;
        min-width: 100px;
    }

    .icon_text h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 6px;
    }

    .top_text_section.top_text_who_we_are .top_text_wrapper {
        padding-left: 40px;
    }

    .our_team_grid .banner_grid_block {
        width: 33.33%;
        margin-bottom: 50px;
    }

    .cta_section {
        padding: 0 0 60px;
    }

    .cta_section.text_cta_section .cta_section_wrap {
        padding: 35px 60px;
    }

    .team_model_wrap {
        max-width: 940px;
    }

    .team_model_img {
        display: inline-block;
        max-width: 300px;
    }

    .team_model_text {
        width: calc(100% - 300px);
        padding-left: 30px;
    }

    .team_model_wrap {
        max-width: 940px;
        position: relative;
    }

    .team_model.open-model {
        height: 100%;
        overflow: auto;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .team_model_wrap {
        margin: 30px 0;
    }

    a.close_arrow {
        right: 10px;
        max-width: 20px;
        top: 5px;
    }

    .team_model_head h2 {
        font-size: 24px;
    }

    .page-template-team .inner_banner:before {
        left: -110px;
        top: -220px;
    }

    .page-template-join-the-team .inner_banner:before {
        left: -110px;
        top: -220px;
    }

    .page-template-course .inner_banner:before {
        left: -110px;
        top: -220px;
    }

    .im_parent_left_wrap {
        width: 328px;
        height: 428px;
    }

    .our_courses_text h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .our_courses_block .our_courses_row {
        padding: 0 15px;
    }

    .inner_banner.resource_banner .inner_banner_title h1 {
        font-size: 42px;
    }

    .resource_single_content {
        padding: 40px 0 60px;
    }

    .courses_tc {
        padding: 60px 0;
    }

    .courses_tc_main {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .courses_tcleft {
        width: 50%;
        padding-right: 50px;
    }

    .courses_tcright {
        width: 50%;
        padding-left: 50px;
    }

    .tcright_desc {
        padding: 25px 35px;
        background: #fff;
        border-radius: 10px;
    }

    .tcright_desc p strong {
        font-weight: 800;
    }

    .tcright_desc p {
        color: #652046;
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 21px;
    }

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

    .contact_section {
        padding: 30px 0 70px 0;
    }

    .images_section_wrapper {
        padding: 0 40px;
    }

    .images_blox img {
        width: 260px;
        height: 260px;
    }

    .images_blox:nth-child(2) img {
        width: 300px;
        height: 370px;
    }

    .resource_section_image {
        height: 340px;
    }

    section.images_section {
        padding: 60px 0 80px;
    }

    .search__overlay input {
        font-size: 32px;
    }

    .search__overlay button::before {
        height: 25px;
        width: 25px;
        -webkit-transform: translate(-11px, -11px);
        transform: translate(-11px, -11px);
    }

    .search__overlay button::after {
        width: 14px;
        -webkit-transform: translate(7px, 13px) rotate(45deg);
        transform: translate(7px, 13px) rotate(45deg);
    }

    .cta_section_img {
        max-height: 214px;
        right: 0;
    }

}

@media only screen and (max-width:991px) {
    body.show_menu {
        overflow: hidden;
    }
    .header_menu_list ul li.menu-item-has-children span{
        padding: 5px 20px;
        position: relative;
    }

    .navbar-toggler.toggle_nav {
        display: block;
    }

    header button.navbar-toggler {
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        background: transparent;
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        position: fixed;
        top: 33px;
        right: 15px;
    }

    header button.navbar-toggler span.navbar-toggler-icon {
        background: #b8548f;
        height: 2px;
        margin: 0 0 7px;
        width: 32px;
        position: relative;
        transition: all 0.2s ease;
        display: -webkit-flex;
        display: flex;
    }

    header .header_menu.show_menu button.navbar-toggler span.navbar-toggler-icon:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px;
    }

    header .header_menu.show_menu button.navbar-toggler span.navbar-toggler-icon:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header .header_menu.show_menu button.navbar-toggler span.navbar-toggler-icon:nth-child(3) {
        opacity: 0;
    }

    .header_menu_list ul li {
        position: relative;
        margin: 0 0 10px;
        width: 100%;
    }

    .header_menu_list ul {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .header_menu_list {
        margin: 0 auto;
        width: 100%;
    }

    .header_menu {
        width: 100%;
        position: absolute;
        right: 0;
        background: #fff;
        top: 90px;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding: 30px 20px;
        left: 110%;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        overflow: auto;
        height: calc(100vh - 90px);
    }

    .header_menu.show_menu {
        left: 0;
        padding: 30px 0;
    }

    .header_menu_list ul li a {
        font-size: 18px;
        line-height: 18px;
        padding: 10px 15px;
        display: inline-block;
        width: calc(100% - 30px);
    }

    .header_menu_list ul.sub-menu {
        opacity: 1;
        position: static;
        visibility: visible;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        margin: 0;
    }

    .header_menu_list ul li span.open ~ .sub-menu {
        max-height: 500px;
    }

    .front__banner .banner_text_section h2, .front__banner .banner_text_section h1 {
        font-size: 22px;
        line-height: 36px;
    }

    .banner__section.front__banner {
        padding: 50px 0;
    }

    .banner_text {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .over_view_left {
        padding: 40px 15px;
    }

    .over_view_left_wrap h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .over_view_secrion .text_content {
        margin: 0 0 30px;
    }

    .icon_section {
        padding: 45px 0;
    }

    .say__about__section {
        padding: 60px 0;
    }

    .say_about_image_wrap {
        width: 150px;
        height: 150px;
    }

    .say_about_image {
        width: 150px;
    }

    .say_about_text {
        width: calc(100% - 180px);
    }

    .say_about_text p {
        font-size: 18px;
        line-height: 28px;
    }

    .say_about_text p {
        font-size: 18px;
        line-height: 28px;
    }

    .say_about_head {
        margin: 0 0 20px;
    }

    .say__about__section.add_layer:before {
        left: -1100px;
        max-width: 1240px;
        height: 1100px;
        background: url(../images/home_layer_03.png) no-repeat top -140px left / 100%;
    }

    .help__us__section .two_columns_right {
        padding: 30px 30px 30px;
    }

    section.help__us__section {
        margin: 0 0 40px;
    }

    .resource_section_image {
        height: 300px;
    }

    .resource__section {
        margin: 0 0 60px;
    }

    .newslatter_top_right {
        padding-left: 40px;
    }

    .newslatter_top_section {
        padding: 60px 0px 0px;
    }

    .newslatter_link .primary-btn {
        padding: 15px 15px 10px;
        font-size: 16px;
    }

    .newslatter_link {
        min-width: 240px;
        text-align: center;
    }

    .newslatter_text h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    .newslatter_block {
        bottom: -60px;
    }

    .footer_wrap {
        padding: 120px 0px 60px;
    }

    .footer_center {
        width: 100%;
        padding-left: 0;
    }

    .footer_wrap {
        padding: 120px 0px 50px;
    }

    .footer_logo {
        margin: 0 0 20px;
    }

    .footer_left {
        width: 100%;
        margin: 0 0 30px;
    }

    .sub_title {
        font-size: 18px;
    }

    .inner_banner {
        min-height: 320px;
    }

    .tabing_wrapper {
        width: 100%;
    }

    .tabing_right_img {
        width: 330px;
        margin-top: 25px;
        padding-left: 0;
    }

    .tabing_section {
        padding: 20px 0 0px;
    }

    .tabing_row .tabing_head {
        margin: 0 0 10px;
    }

    .tabing_section_row {
        padding: 20px 0;
    }

    .cta_section .cta_section_wrap {
        padding: 0px 30px 0;
    }

    .tab-main-box {
        max-width: 100%;
    }

    .faq_left {
        width: 100%;
        margin: 0 0 30px;
    }

    .faq_right {
        width: 100%;
        padding-left: 0;
    }

    .community_grid .grid_row {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .link_section_row.community_grid {
        margin: 0;
    }

    .faq_section {
        padding-bottom: 40px;
    }

    .page-template-about-autism .link_section_wrapper {
        padding-bottom: 40px;
    }

    .top_text_section {
        padding: 60px 0;
    }

    .top_text_link_section ul li {
        width: 50%;
        margin-bottom: 30px;
    }

    .top_text_link_section ul {
        flex-wrap: wrap;
    }

    .top_text_link_section {
        margin-top: 30px;
    }

    .faq_left_text p, .faq_left_text {
        font-size: 22px;
        line-height: 32px;
    }

    .btn-wrapper button {
        background: transparent url(../images/down_icon.svg) no-repeat top 25px right 20px / 25px;
        padding: 20px 25px;
    }

    .over_view_secrion.add_layer:before {
        background: url(../images/home_layer_02.png) no-repeat bottom 0px left / 100%;
        height: 380px;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .page-template-about-autism .inner_banner:before {
        background: url(../images/Autism_layer01.png) no-repeat top right / contain;
        left: auto;
        width: 260px;
        height: 440px;
    }

    body.single-service .inner_banner:before {
        background: url(../images/Autism_layer01.svg) no-repeat top right / 100%;
        left: auto;
        width: 260px;
        height: 440px;
    }

    .inner_banner_title h1 {
        font-size: 36px;
        line-height: 1.4;
    }

    .top_text_wrapper p {
        font-size: 22px;
        line-height: 32px;
    }

    .page-template-about-autism .inner_banner:before {
        width: 80px;
        height: 150px;
    }

    body.single-service .inner_banner:before {
        width: 80px;
        height: 150px;
    }

    body.page-template-about .inner_banner:before {
        width: 300px;
        height: 480px;
    }

    .over_view_secrion.orange_section .over_view_right_wrap {
        max-width: 350px;
    }

    .over_view_secrion.orange_section .over_view_right ul li {
        font-size: 26px;
        line-height: 39px;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(2) {
        right: 0;
        top: 39%;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(1) {
        right: 31%;
        top: 39%;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(3) {
        right: 0;
        top: 60%;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(4) {
        right: 31%;
        top: 60%;
    }

    .our_product_wrapper {
        padding: 60px 0;
    }

    .cta_section {
        padding: 0 0 60px;
    }

    .community_head {
        margin: 0 0 40px;
    }

    .community__section {
        padding-bottom: 50px;
    }

    .link_section_wrapper .grid_row_wrap .link_img img {
        max-width: 55px;
        max-height: 55px;
    }

    .video__section {
        padding: 20px 0 60px;
    }

    .inner_banner:before {
        background: url(../images/about_layer_01.svg) no-repeat top right / 100%;
        left: auto;
        width: 300px;
        height: 460px;
        z-index: 1;
    }

    .cta_section.text_cta_section .cta_section_wrap {
        padding: 35px 30px;
    }

    .team_model_wrap {
        max-width: 940px;
        position: relative;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    a.close_arrow {
        right: 15px;
        top: 15px;
    }
    .team_model_wrap {
        max-width: calc(100% - 40px);
        margin: 30px 15px;
    }

    .page-template-team .inner_banner:before {
        background: url(../images/team_layer01.svg) no-repeat top right / 100%;
        left: -50px;
        top: -100px;
        width: 270px;
        height: 405px;
    }

    .page-template-course .inner_banner:before {
        background: url(../images/team_layer01.svg) no-repeat top right / 100%;
        left: -50px;
        top: -100px;
        width: 270px;
        height: 405px;
    }

    .page-template-join-the-team .inner_banner:before {
        background: url(../images/team_layer01.svg) no-repeat top right / 100%;
        left: -50px;
        top: -100px;
        width: 270px;
        height: 405px;
    }

    .our__meet_section.add_layer:before {
        background: url(../images/team_bottom_layout.svg) no-repeat bottom right / 550px;
    }

    .work_with_us_section .im_parent_right_wrap {
        max-width: 100%;
    }

    .im_parent_row {
        padding: 80px 0;
    }

    .join_team_faq_section {
        padding-top: 60px;
    }

    .im_parent_left_wrap {
        width: 268px;
        height: 368px;
    }

    .work_with_us_block {
        margin: 0 0;
    }

    .work_with_us_section .work_with_us_row {
        width: 100%;
    }

    .resource_listing_page {
        padding-bottom: 60px;
    }

    .resource_single_banner {
        padding: 60px 0 40px 0;
    }

    .inner_banner.resource_banner .inner_banner_title h1 {
        font-size: 36px;
    }

    .resource_single_wrapper .text_content h2 {
        font-size: 22px;
    }

    .resource_single_content blockquote {
        padding: 60px 30px 40px;
    }

    .courses_tcright {
        padding-left: 20px;
    }

    .courses_tcleft {
        padding-right: 20px;
    }

    .our_courses_block .our_courses_row {
        padding: 0 20px;
        width: 50%;
        margin: 0 0 30px;
    }

    .our__courses__section {
        padding: 20px 0 120px;
    }

    .sponsors_main figure img {
        max-width: 120px;
        max-height: 80px;
    }

    .sponsors_main figure {
        padding: 20px 40px;
    }

    .subscribe_main {
        padding: 40px 40px;
    }

    .contact_section {
        padding: 30px 0 50px 0;
    }

    .page-template-contact .inner_banner:before {
        background: url(../images/about_layer_02.svg) no-repeat top right / 220px;
    }

    .two_column_text_section .top_text_right {
        width: 100%;
        text-align: left;
        padding-left: 0;
    }

    .two_column_text_section .top_text_left {
        width: 100%;
        text-align: left;
        margin: 0 0 15px;
    }

    .cta_section_text h2 {
        font-size: 24px;
    }

    .im_parent_left {
        width: 100%;
        margin: 0 0 50px;
    }

    .im_parent_wrap .image_layer {
        left: 15px;
        right: -15px;
        top: 15px;
        bottom: -15px;
    }

    .im_parent_row {
        padding: 60px 0;
    }

    .im_parent_right {
        width: 100%;
    }

    .im_parent_right_wrap {
        max-width: 100%;
    }

    .im_parent_row:nth-child(even) > .container .im_parent_left {
        -webkit-justify-content: center;
        justify-content: center;
        padding-right: 0;
    }

    .im_parent_faq_section {
        padding-top: 60px;
    }

    .related_wrapepr {
        padding: 0;
    }

    .images_section_wrapper {
        padding: 0;
    }

    .images_blox img {
        width: 100%;
        height: 200px;
    }

    .images_blox {
        padding: 0 10px;
    }

    .images_blox:nth-child(2) img {
        width: 100%;
        height: 280px;
    }

    .introducing_product_section {
        padding: 50px 0;
    }

    .introducing_product_row .im_parent_left .im_parent_left_wrap {
        width: 200px;
        height: 230px;
    }

    .introducing_product_row .im_parent_left {
        width: 240px;
    }

    .introducing_product_row .im_parent_right {
        width: calc(100% - 242px);
        padding-left: 30px;
    }

    .introducing_product_section {
        padding: 40px 0;
    }

    .header_button {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 15px;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
    }

    .search__overlay input {
        font-size: 26px;
    }

    .courses_tc .courses_tcright {
        width: 100%;
        padding-left: 0;
    }

    .courses_tc .courses_tcleft {
        width: 100%;
        padding-right: 0;
        margin: 0 0 30px;
    }

    .courses_list_intro .courses_tcleft p {
        font-size: 20px;
    }

    section.courses_tc {
        padding: 30px 0;
    }

}

@media only screen and (max-width:859px) {
    .cta_section_text h2 {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width:767px) {
    .banner__section.front__banner {
        padding: 40px 0;
    }

    .banner_grid_row .banner_grid_block {
        width: 50%;
    }

    .over_view_left {
        width: 100%;
        padding: 40px 20px;
    }

    .over_view_right {
        width: 100%;
        position: relative;
    }

    .over_view_secrion.add_layer .container {
        padding: 0;
    }

    .over_view_wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .over_view_left_wrap {
        max-width: 100%;
    }

    .banner_text_section {
        margin-bottom: 40px;
    }

    .front__banner .banner_text_section h2, .front__banner .banner_text_section h1 {
        font-size: 20px;
    }

    .icon_section .container {
        padding: 0;
    }

    .say__about__section .say_about_head {
        margin: 0;
    }

    .say__about__section {
        padding: 40px 0;
    }

    .say_about_text {
        width: 100%;
        padding: 20px 20px;
    }

    .say_about_image {
        width: 150px;
        margin: 0 auto 20px;
        text-align: center;
    }

    .say__about__section .container {
        padding: 0;
    }

    .say__about__section.add_layer:before {
        left: -490px;
        max-width: 100%;
        height: auto;
        background: url(../images/home_layer_03.png) no-repeat top 0px left / 100%;
    }

    .two_columns_right {
        width: 100%;
    }

    .two_columns_left {
        width: 100%;
    }

    .two_columns_left_wrap.two_columns_image {
        width: 100%;
        height: 400px;
    }

    .help__us__section .two_columns_right {
        border-radius: 0px 0px 10px 10px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .resource_section_head {
        padding: 30px 0;
    }

    .resource_section_row {
        width: 50%;
        padding: 0 20px;
    }

    section.help__us__section {
        margin: 0 0 30px;
    }

    .over_view_secrion.add_layer:before {
        background: url(../images/home_layer_02.png) no-repeat bottom 0px left / 100%;
        z-index: 1;
        height: 300px;
        bottom: 0;
        top: auto;
    }

    .over_view_secrion .over_view_right_wrap {
        width: 100%;
        height: 400px;
    }

    .newslatter_top_right {
        padding-left: 0;
        width: 100%;
    }

    .newslatter_top_left {
        margin: 0 0 20px;
    }

    .footer_center_wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_right_bottom {
        margin: 20px 0 0;
    }

    .footer_center_menu {
        padding: 0;
        margin: 0 0 20px;
    }

    .footer_wrap {
        padding: 80px 0px 40px;
    }

    .newslatter_block {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .newslatter_block {
        padding: 25px 20px;
    }

    .newslatter_text {
        max-width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .newslatter_text h2 {
        text-align: center;
    }

    .add_layer.footer_wrapper:before {
        background: url(../images/home_layer_05.png) no-repeat bottom 0px left / 320px;
    }

    .top_text_section {
        padding: 40px 0;
    }

    .about-autism_cta .cta_section_img {
        position: absolute;
        right: 0;
        max-width: 190px;
    }

    .about-autism_cta .cta_section_text {
        max-width: 100%;
    }

    .faq_left_text p, .faq_left_text {
        font-size: 20px;
        line-height: 32px;
    }

    .btn-wrapper button {
        font-size: 20px;
        padding: 15px 40px 15px 20px;
        background: transparent url(../images/down_icon.svg) no-repeat top 25px right 10px / 20px;
    }

    .accordion-wrapper.active .btn-wrapper button {
        background: transparent url(../images/up_icon.svg) no-repeat top 25px right 15px / 13px;
    }

    .link_section_wrapper .grid_row_wrap .link_img {
        width: 55px;
        margin-bottom: 15px;
    }

    .link_section_wrapper .grid_row_wrap .link_img img {
        width: 100%;
        max-width: 55px;
        max-height: 55px;
    }

    .community_grid .icon_text {
        width: 100%;
        padding-left: 15px;
    }

    .icon_text h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .link_section_wrapper .grid_row_wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body.page-template-about .inner_banner:before {
        width: 260px;
        height: 410px;
    }

    .over_view_secrion.orange_section .over_view_left {
        padding: 40px 0;
    }

    .over_view_secrion.orange_section .over_view_right_wrap {
        max-width: 400px;
        margin: 0 auto;
    }

    .over_view_secrion.orange_section .over_view_right ul {
        width: 400px;
        margin: 0 auto;
        left: 0;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(1) {
        right: 190px;
        top: 110px;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(2) {
        right: 20px;
        top: 110px;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(4) {
        right: 190px;
        top: 280px;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(3) {
        right: 20px;
        top: 280px;
    }

    .over_view_secrion.orange_section {
        padding-bottom: 20px;
    }

    .our_product_left {
        width: 100%;
    }

    .our_product_right {
        width: 100%;
    }

    .our_product_wrapper {
        padding: 40px 0;
        flex-wrap: wrap;
    }

    .our_product_left {
        padding: 0 20px 30px;
        width: 100%;
    }

    .cta_section {
        padding: 0 0 30px;
    }

    .video__section {
        padding: 20px 0 40px;
    }

    .community__section {
        padding-bottom: 30px;
    }

    .community_grid {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .community_grid .grid_row_wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .community_grid .icon_text {
        width: 100%;
        padding-left: 0;
        margin-top: auto;
    }

    .community_grid .grid_img {
        width: 100px;
        min-width: 100px;
        border-bottom: 1px solid #b8548f;
        border-right: 0;
        padding: 0 0 15px;
        margin: 0 0 15px;
        width: 100%;
        height: 90px;
    }

    .our__product__section .our_product_left .top_text_wrapper {
        max-width: 100%;
    }

    .top_text_section.top_text_who_we_are .top_text_title {
        width: 100%;
    }

    .top_text_section.top_text_who_we_are .top_text_wrapper {
        padding-left: 0;
        width: 100%;
    }

    section.our__meet_section {
        padding: 60px 0;
    }

    .our_meet_head {
        margin: 0 0 40px;
    }

    .cta_section_text h2 {
        margin: 0;
        font-size: 26px;
        line-height: 1.4;
    }

    .our_team_grid .banner_grid_block {
        width: 50%;
        margin-bottom: 30px;
    }

    .cta_section.text_cta_section .cta_section_wrap {
        padding: 25px 20px;
    }

    .out_team_cta_section.blue_cta_section .cta_section_text {
        margin: 0 0 15px;
    }

    .top_text_wrapper p {
        font-size: 20px;
        line-height: 28px;
    }

    .inner_banner:before {
        width: 170px;
        height: 265px;
    }

    .page-template-team .inner_banner:before {
        background: url(../images/team_layer01.svg) no-repeat top right / 100%;
        left: -40px;
        top: -100px;
    }

    .page-template-join-the-team .inner_banner:before {
        background: url(../images/team_layer01.svg) no-repeat top right / 100%;
        left: -40px;
        top: -100px;
    }

    .page-template-course .inner_banner:before {
        background: url(../images/team_layer01.svg) no-repeat top right / 100%;
        left: -40px;
        top: -100px;
    }

    .our__meet_section.add_layer:before {
        background: url(../images/team_bottom_layout.svg) no-repeat bottom right / 550px;
    }

    .im_parent_row {
        padding: 40px 0;
    }

    .im_parent_right {
        width: 100%;
    }

    .image_layer {
        left: 15px;
        right: -15px;
        top: 15px;
        bottom: -15px;
    }

    .inner_banner.resource_banner .inner_banner_title h1 {
        font-size: 45px;
    }

    .resource_section_wrap .form-group {
        margin: 0 0 15px;
    }

    .resource_listing_page {
        padding-bottom: 40px;
    }

    .resource_single_wrapper .text_content h2 {
        font-size: 20px;
    }

    .resource_single_wrapper .text_content blockquote p {
        font-size: 20px;
        line-height: 30px;
    }

    .resource_single_content blockquote {
        padding: 50px 15px 20px;
        background: #FFFFFF url(../images/quote_arrow.svg) no-repeat center top 40px / 30px;
    }

    .blog_pagination_main {
        padding: 30px 15px;
    }

    .inner_banner.resource_banner .inner_banner_title h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .courses_tc {
        padding: 40px 0;
    }

    .courses_tcleft {
        width: 100%;
        padding-right: 0;
    }

    .courses_tcright {
        width: 100%;
        padding-left: 0;
    }

    .courses_tcleft {
        margin: 0 0 40px;
    }

    .our_courses_block .our_courses_row {
        padding: 0 20px;
        width: 100%;
        margin: 0 0 20px;
    }

    .our__courses__section {
        padding: 20px 0 80px;
    }

    .courses_list_intro .courses_tcleft p {
        font-size: 20px;
        line-height: 32px;
    }

    .courses_service_row {
        margin: 0 0 30px;
        flex-wrap: wrap;
    }

    .courses_service_title {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .sponsors_main figure {
        padding: 15px 15px;
        margin: 0 0 15px;
    }

    .sponsors_main figure img {
        max-width: 100px;
        max-height: 60px;
    }

    .contact_section {
        padding: 30px 0 40px 0;
    }

    .subscribe_right {
        width: 100%;
        padding-left: 0;
    }

    .subscribe_left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .subscribe_main {
        padding: 30px 30px;
    }

    .contact_section {
        padding: 30px 0 80px 0;
        overflow: hidden;
    }

    .contact_main {
        flex-wrap: wrap;
    }

    .contact_left {
        width: 100%;
        padding-right: 0;
        margin: 0 0 30px;
    }

    .contact_right {
        width: 100%;
        padding-left: 0;
    }

    .introducing_product_row .im_parent_right {
        width: 100%;
        padding-left: 0;
    }

    .introducing_product_row .im_parent_row {
        padding: 30px 0 30px;
    }

    .over_view_link {
        margin: 15px 0;
    }

    .images_listing {
        flex-wrap: wrap;
    }

    .images_blox {

        padding: 0 10px;
        margin-bottom: 20px;
    }

    .images_blox img {
        width: 100%;
        height: 260px !important;
    }

    section.images_section {
        padding: 30px 0;
    }

    .page-template-contact .inner_banner:before {
        background: url(../images/about_layer_02.svg) no-repeat top right / 100%;
        height: 100%;
    }

    .search__overlay button {
        padding: 10px;
        margin: 0 0 10px;
    }

    .search__overlay input {
        font-size: 22px;
        padding: 10px 15px;
    }

    .search__overlay .flex-row {
        width: 300px;
    }
    .team_model_text{
        padding-left: 0;
        width: 100%;
        padding-top: 23px;
    }
    .cs_gallery_slider .item img {
        height: 340px;    
    }


}

@media only screen and (max-width:575px) {
    .icon_block {
        width: 100%;
        margin: 0 0 30px;
    }

    .icon_section {
        padding: 30px 0;
    }

    .say__about__section {
        padding: 30px 0;
    }

    .two_columns_left_wrap.two_columns_image {
        width: 100%;
        height: 320px;
    }

    .over_view_secrion .over_view_right_wrap {
        height: 320px;
    }

    .primary-btn {
        padding: 15px 15px 10px;
    }

    .banner_button .primary-btn.border-btn {
        margin-right: 10px;
        min-width: 130px;
        font-size: 16px;
    }

    .add_layer:before {
        background: url(../images/home_header_layer_01.png) no-repeat top -20px right / 400px;
    }
    .inner_banner:before {
        background: url(../images/about_layer_01.png) no-repeat top -20px right / 180px;
        width: 180px;
    }

    .front__banner .banner_text_section h2, .front__banner .banner_text_section h1 {
        font-size: 18px;
        line-height: 32px;
    }

    .help__us__section .two_columns_right {
        padding: 20px 15px 20px;
    }

    .resource_section_row {
        width: 100%;
        padding: 0 20px;
    }

    .sub_title {
        font-size: 16px;
    }

    .primary-btn {
        font-size: 16px;
        min-height: 50px;
        min-width: 135px;
    }

    .banner_grid_row .banner_grid_block {
        width: 100%;
        margin-bottom: 30px;
    }

    .top_text_link_section ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    .community_grid .grid_row {
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }

    .link_section_wrapper .grid_row_wrap .link_img {
        margin: 0 auto 10px;
    }

    .add_layer.about_autism_faq:before {
        background: url(../images/orange_layer_01.svg) no-repeat top 0px right / 240px;
        top: -240px;
    }

    .add_layer.im_parent_faq_section:before {
        background: url(../images/orange_layer_01.svg) no-repeat top 0px right / 240px;
        top: -240px;
    }

    .tab-main-box {
        padding: 20px 15px;
    }

    .tab-box-links a {
        margin: 5px;
    }

    .cta_section .cta_section_wrap {
        padding: 0px 20px 0;
    }

    .blue_cta_section .cta_section_text {
        padding: 20px 0;
        position: relative;
        z-index: 1;
    }

    .tab-menu ul li a {
        width: 100%;
        margin: 0 0 5px;
        background: #fff;
        padding: 15px 15px;
    }

    .tab-menu ul {
        flex-wrap: wrap;
    }

    .tab-menu ul li {
        margin: 0;
        width: 100%;
    }

    .tab-menu ul li a.active {
        background: #d7d4e9;
    }

    .page-template-about .cta_section.add_layer:before {
        left: 0;
        width: 320px;
    }

    .community_grid {
        flex-wrap: wrap;
        margin: 0;
    }

    .link__section {
        padding: 40px 0 40px;
        background: #fff;
        text-align: center;
    }

    .over_view_secrion.orange_section .over_view_right ul {
        width: 300px;
        margin: 0 auto;
        left: 0;
    }

    .over_view_secrion.orange_section .over_view_right_wrap {
        max-width: 300px;
        margin: 0 auto;
    }

    .over_view_secrion.orange_section .over_view_right ul li {
        font-size: 18px;
        line-height: 39px;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(2) {
        right: 20px;
        top: 95px;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(1) {
        right: 135px;
        top: 95px;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(3) {
        right: 20px;
        top: 215px;
    }

    .over_view_secrion.orange_section .over_view_right ul li:nth-child(4) {
        right: 135px;
        top: 215px;
    }

    .cta_section_img {
        position: absolute;
    }

    .our_team_grid .banner_grid_block {
        width: 100%;
    }

    .our_team_grid_img {
        text-align: center;
    }

    .im_parent_left {
        width: 100%;
    }
    .page-template-team section.our__meet_section {
        padding: 50px 0 20px;
    }

    .work_with_us_section .work_with_us_block {
        margin-top: 20px;
    }

    .work_title {
        width: 100%;
        padding: 15px 0 0;
    }

    .work_with_us_section .work_with_us_row {
        width: 100%;
        flex-wrap: wrap;
        padding: 0;
    }

    .join_team_faq_section {
        padding-top: 30px;
    }

    .collepsing-div {
        padding: 15px 20px 20px;
    }

    .resource_single_wrapper .text_content blockquote p {
        font-size: 20px;
        line-height: 30px;
    }

    .sponsors_main figure {
        width: 50%;
    }

    .images_blox {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

}
