/*
Table Of Contents

1.)  Default Styles
2.)  Header
3.)  Content - Main
4.)  Footer
5.)  About - Us
6.)  Childcare
7.)  Values
8.)  Book
9.)  Contact US

===============================================*/

/* font-family: "Poppins", sans-serif; */

@font-face {
    font-family: "peadonna";
    src: url('../webfonts/peadonna.eot');
    src: url('../webfonts/peadonna.eot') format('embedded-opentype'),
    url('../webfonts/peadonna.woff2') format('woff2'),
    url('../webfonts/peadonna.woff') format('woff'),
    url('../webfonts/peadonna.ttf') format('truetype'),
    url('../webfonts/peadonna.svg#peadonna') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*
 1.) Default Styles
----------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
    font-size: 20px;
}

sub {
    bottom: -0.25em;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em;
}


/*  Custom animations
-------------------------------------------------- */

@-webkit-keyframes reveal {
    0% {
        opacity: 0;
    }

    1% {
        opacity: 0;
        -webkit-transform: scale(0.98) translateY(-15px);
    }

    80% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes reveal {
    0% {
        opacity: 0;
    }

    1% {
        opacity: 0;
        -moz-transform: scale(0.98) translateY(-15px);
    }

    80% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: translateY(0);
    }
}


/* #Basic Styles
================================================== */

body {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
    color: #000000;
    background: #ffffff;
}

@media only screen and (max-width: 1399px) {
    body {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1199px) {
    body {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 18px;
        line-height: 28px;
    }
}


/* #Links
================================================== */

a {
    color: #ea88ab;
    text-decoration: none;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    color: #de3e77;
    text-decoration: none;
}

a:visited {
    outline: 0;
}

a[href^="tel:"],
a[href^="fax:"] {
    color: #ea88ab;
    text-decoration: none;
}

a:hover[href^="tel:"],
a:focus[href^="tel:"],
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
    color: #de3e77;
    text-decoration: none;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6
================================================== */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    padding-bottom: 20px;
}

h1,
.h1,
h2,
.h2 {
    font-size: 34px;
    line-height: 60px;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 50px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 26px;
    line-height: 40px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    color: #ea88ab;
    text-decoration: none;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
    padding-bottom: 0;
}

p {
    padding-bottom: 20px;
}

p:last-child {
    padding-bottom: 0;
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

em.fal,
em.far,
em.fas,
em.fab {
    font-style: normal;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

@media only screen and (max-width: 1399px) {
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h3,
    .h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-size: 25px;
        line-height: 35px;
    }

    p {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-size: 22px;
        line-height: 32px;
    }

    p {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 30px;
        line-height: 34px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-size: 20px;
        line-height: 28px;
    }

    p {
        padding-bottom: 20px;
    }
}


/*= Unorder List
================================================== */

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 30px;
}

li:last-child {
    padding-bottom: 37px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
    padding-bottom: 0;
}

ul li ul,
ol li ol {
    padding: 10px 0 0 0;
}

ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    float: left;
    background: #ea88ab;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 0;
}

@media only screen and (max-width: 1399px) {
    li {
        padding-left: 24px;
    }

    li:last-child {
        padding-bottom: 30px;
    }

    ul li:before {
        width: 8px;
        height: 8px;
    }
}

@media only screen and (max-width: 1199px) {
    ul li:before {
        width: 8px;
        height: 8px;
        top: 12px;
    }
}

@media only screen and (max-width: 767px) {
    li {
        padding-left: 20px;
    }

    li:last-child {
        padding-bottom: 25px;
    }

    ul li:before {
        width: 6px;
        height: 6px;
        top: 11px;
    }
}


/*= Order Styles
================================================== */

ol {
    counter-reset: item;
}

ol > li {
    counter-increment: item;
}

ol > li::before {
    content: counter(item) ".";
    font-weight: 600;
    color: #ea88ab;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}


/* #Input Styles
================================================= */

label {
    width: 100%;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: normal;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}

label .redmark {
    color: #ff0000;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    width: 100%;
    height: 48px;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    line-height: 10px;
    letter-spacing: 2.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;
    background: #ffffff;
    box-shadow: none;
    border-radius: 24px;
    outline: none;
    overflow: hidden;
    position: relative;
    padding: 30px 30px;
    margin: 0;
}

textarea[rows],
textarea {
    height: 442px;
    white-space: normal;
    resize: none;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
    color: #5f5d5d;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #5f5d5d;
    opacity: 1;
}

::-moz-placeholder {
    color: #5f5d5d;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #5f5d5d;
    opacity: 1;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    outline: none;
}

@media only screen and (max-width: 1399px) {
    label {
        font-size: 24px;
        line-height: 36px;
    }

    textarea,
    select,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input {
        height: 72px;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 2px;
        border-radius: 20px;
        padding: 22px 25px;
    }

    textarea[rows],
    textarea {
        height: 380px;
    }
}

@media only screen and (max-width: 1199px) {
    label {
        font-size: 20px;
        line-height: 30px;
    }

    textarea,
    select,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input {
        height: 64px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1.5px;
        border-radius: 16px;
        padding: 18px 20px;
    }

    textarea[rows],
    textarea {
        height: 320px;
    }
}

@media only screen and (max-width: 767px) {
    label {
        font-size: 18px;
        line-height: 28px;
    }

    textarea,
    select,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input {
        height: 60px;
        font-size: 18px;
        line-height: 24px;
        border-radius: 12px;
        padding: 12px 20px;
    }

    textarea[rows],
    textarea {
        height: 240px;
    }
}


/* #Buttons
================================================== */

/* Custom - Select */
button {
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
    outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    line-height: 8px;
    letter-spacing: 1.8px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    background: #e15889;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    padding: 24px 40px;
    margin: 0;
}

.btn::before {
    content: "";
    width: 0;
    height: 100%;
    float: left;
    background: #df2d6d;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn em {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
    top: 0;
    margin: 0 0 0 6px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
    background: #e15889;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before,
.btn:active:focus:before,
.btn.active:before,
.btn.active:focus:before {
    width: 100%;
}

.btn:hover em,
.btn:focus em,
.btn:active em,
.btn:active:focus em,
.btn.active em,
.btn.active:focus em {
    animation: arrowright 0.5s linear 1;
    -webkit-animation-name: arrowright 0.5s linear 1;
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 2px;
}

.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-out {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -24px -24px -24px;
}

.btn-wrap .btn {
    margin: 0 24px 24px 24px;
}

@media only screen and (max-width: 1399px) {
    .btn,
    input[type="button"],
    input[type="submit"] {
        font-size: 21px;
        line-height: 31px;
        letter-spacing: 1.6px;
        border-radius: 16px;
        padding: 20px 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .btn,
    input[type="button"],
    input[type="submit"] {
        font-size: 19px;
        line-height: 29px;
        letter-spacing: 1.2px;
        border-radius: 12px;
        padding: 16px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .btn,
    input[type="button"],
    input[type="submit"] {
        font-size: 17px;
        line-height: 27px;
        letter-spacing: 1px;
        border-radius: 10px;
        padding: 16px 25px;
    }
}


/*= Owl - Carousel
=====================*/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    width: 100%;
    display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */
.no-js .owl-carousel {
    display: block;
}


/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* Owl Carousel - Auto Height Plugin */
.owl-height {
    transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
    /**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    /*background: url("owl.video.play.png") no-repeat;*/
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* Previous and Next */
.owl-nav button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    font-weight: inherit;
    font-size: 88px;
    color: #000000;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 2;
    outline: 0;
    padding: 0;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
    color: #000000;
    outline: 0;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 1;
}

.owl-nav.disabled {
    display: none;
}

@media only screen and (max-width: 1399px) {
    .owl-nav button {
        font-size: 72px;
    }
}

@media only screen and (max-width: 1199px) {
    .owl-nav button {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-nav button {
        font-size: 36px;
    }
}


.owl-dots {
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0 0;
}

.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #000000;
    border: none;
    box-shadow: none;
    border-radius: 360px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus {
    background: #e15889;
}

.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
    background: #e15889;
}

.owl-dots.disabled {
    display: none;
}


/*= Container - Main
=====================*/

.container-main {
    width: 100%;
    min-height: 100vh;
    float: left;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1710px;
    margin: 0 auto;
    padding: 0 40px;
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 640px;
        padding: 0 25px;
    }
}


/* Sub - Heading */
.sub-heading {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1399px) {
    .sub-heading {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 2.5px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .sub-heading {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .sub-heading {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }
}


/* Heading - Txt */
.heading-txt {
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center;
    padding: 0 0 90px 0;
}

.heading-txt .aside {
    width: 100%;
    max-width: 1040px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 1399px) {
    .heading-txt {
        padding: 0 0 70px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .heading-txt {
        padding: 0 0 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .heading-txt {
        padding: 0 0 40px 0;
    }
}


/* Social - Links */
.social-links {
    width: 100%;
    float: left;
}

.social-links ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0 -10px;
}

.social-links ul li {
    padding: 0;
    margin: 0 10px;
}

.social-links ul li:before {
    display: none;
}

.social-links ul li span {
    display: none;
}

.social-links ul li a {
    float: left;
    font-size: 30px;
    color: #000000;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
}

.social-links ul li a:hover,
.social-links ul li a:focus,
.social-links ul li a:active {
    color: #ea88ab;
    text-decoration: none;
}

@media only screen and (max-width: 1399px) {
    .social-links ul li a {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .social-links ul li a {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .social-links ul li a {
        font-size: 20px;
    }
}


/*
 3.) Header
----------------------------------------*/

.header-main {
    width: 100%;
    float: left;
    position: relative;
    z-index: 10;
}

.header-main .top-bar {
    width: 100%;
    float: left;
    font-family: "peadonna", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
    background: #343434;
    padding: 10px 0;
}

.header-main .top-bar .container {
    max-width: 1920px;
}

.header-main .top-bar a {
    color: #ffffff;
}

.header-main .top-bar a:hover,
.header-main .top-bar a:focus,
.header-main .top-bar a:active {
    color: #ea88ab;
}

.header-main .top-bar .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.header-main .top-bar .box .social-links {
    width: 33.33%;
    padding: 0 10px 0 0;
}

.header-main .top-bar .box .social-links ul li a {
    color: #ffffff;
}

.header-main .top-bar .box .social-links ul li a:hover,
.header-main .top-bar .box .social-links ul li a:focus,
.header-main .top-bar .box .social-links ul li a:active {
    color: #ea88ab;
}

.header-main .top-bar .box .middle-txt {
    width: 33.33%;
    text-align: center;
    padding: 0 10px;
}

.header-main .top-bar .box .contact-us {
    width: 33.33%;
    text-align: right;
    padding: 0 0 0 10px;
}

.header-main .main-menu {
    width: 100%;
    height: 285px;
    float: left;
    position: relative;
}

.header-main .main-menu .logo {
    width: 220px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
}

.header-main .main-menu .logo img {
    width: 100%;
}

.header-main .main-menu .nav-bar {
    width: 100%;
    float: left;
    margin: 134px 0 0 0;
}

.header-main .main-menu .nav-inn {
    width: 100%;
    float: left;
}

.header-main .main-menu .nav-bar nav {
    width: 100%;
    float: left;
}

.header-main .main-menu .nav-bar nav ul {
    width: 50%;
    float: left;
    text-align: right;
    padding: 0 195px 0 0;
    margin: 0;
}

.header-main .main-menu .nav-bar nav ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 75px 0 0;
}

.header-main .main-menu .nav-bar nav ul li:last-child {
    margin-right: 0;
}

.header-main .main-menu .nav-bar nav ul li:before {
    display: none;
}

.header-main .main-menu .nav-bar nav ul li a {
    height: 48px;
    float: left;
    font-weight: 600;
    font-size: 20px;
    color: #565555;
    line-height: 48px;
    text-decoration: none;
    position: relative;
}

@media screen and (max-width: 1500px) {
    .header-main .main-menu .nav-bar nav ul li a {
        font-size: 18px;
    }
}

.header-main .main-menu .nav-bar nav ul li a:before {
    content: "";
    width: 182px;
    height: 20px;
    float: left;
    background: url(../img/crayons-1.png) no-repeat top center;
    background-size: auto 20px;
    position: absolute;
    top: 36px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
}

.header-main .main-menu .nav-bar nav ul li:nth-child(2) a:before {
    background-image: url(../img/crayons-2.png);
}

.header-main .main-menu .nav-bar nav ul li:nth-child(3) a:before {
    background-image: url(../img/crayons-3.png);
}

.header-main .main-menu .nav-bar nav ul li a:hover,
.header-main .main-menu .nav-bar nav ul li a:focus,
.header-main .main-menu .nav-bar nav ul li.active a {
    color: #565555;
}

.header-main .main-menu .nav-bar nav ul li.active a:before {
    opacity: 1;
}

.header-main .main-menu .nav-bar nav ul:nth-child(2) {
    text-align: left;
    padding: 0 0 0 195px;
}

.header-main .main-menu .nav-bar nav ul:nth-child(2) li:first-child a:before {
    background-image: url(../img/crayons-4.png);

}

.header-main .main-menu .nav-bar nav ul:nth-child(2) li:nth-child(2) a:before {
    background-image: url(../img/crayons-5.png);
}

.header-main .main-menu .nav-bar nav ul:nth-child(2) li:nth-child(3) a:before {
    background-image: url(../img/crayons-3.png);
}

.header-main .main-menu .nav-bar .menu-close {
    display: none;
    position: absolute;
    top: 25px;
    right: 30px;
}

.header-main .main-menu .nav-bar .menu-close button {
    font-size: 30px;
    color: #e15889;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.header-main .menu-btn {
    width: 30px;
    height: 22px;
    float: left;
    display: none;
    cursor: pointer;
    z-index: 5;
    position: absolute;
    top: 83px;
    right: 40px;
}

.header-main .menu-btn .icon-bar {
    width: 100%;
    float: right;
    text-decoration: none;
    position: relative;
}

.header-main .menu-btn .icon-bar span {
    width: 100%;
    height: 3px;
    float: right;
    background: #e15889;
    position: relative;
    margin: 9px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
    content: "";
    width: 100%;
    height: 3px;
    float: left;
    background: #e15889;
    position: absolute;
    top: -9px;
    right: 0;
}

.header-main .menu-btn .icon-bar span:after {
    content: "";
    width: 100%;
    height: 3px;
    float: left;
    background: #e15889;
    position: absolute;
    top: 9px;
    right: 0;
}

@media only screen and (max-width: 1399px) {
    .header-main .top-bar {
        font-size: 18px;
        line-height: 30px;
    }

    .header-main .main-menu {
        height: 230px;
    }

    .header-main .main-menu .logo {
        width: 200px;
    }

    .header-main .main-menu .nav-bar {
        margin: 91px 0 0 0;
    }


    .header-main .main-menu .nav-bar nav ul {
        padding: 0 155px 0 0;
    }

    .header-main .main-menu .nav-bar nav ul li {
        margin: 0 40px 0 0;
    }

    .header-main .main-menu .nav-bar nav ul li a {
        font-size: 17px;
        line-height: 48px;
    }

    .header-main .main-menu .nav-bar nav ul li a:before {
        height: 18px;
        background-size: auto 18px;

    }

    .header-main .main-menu .nav-bar nav ul:nth-child(2) {
        padding: 0 0 0 155px;
    }
}

@media screen and (max-width: 1700px) {
    .header-main .main-menu .nav-bar nav ul li {
        margin: 0 50px 0 0;
    }
}

@media screen and (max-width: 1600px) {
    .header-main .main-menu .nav-bar nav ul li {
        margin: 0 40px 0 0;
    }
}

@media screen and (max-width: 1500px) {
    .header-main .main-menu .nav-bar nav ul li {
        margin: 0 30px 0 0;
    }
}

@media screen and (max-width: 1300px) {
    .header-main .main-menu .nav-bar nav ul li {
        margin: 0 20px 0 0;
    }
}

@media only screen and (min-width: 1200px) {
    .header-main .main-menu .nav-bar {
        display: block !important;
    }
}

@media only screen and (max-width: 1199px) {
    .hidden-body {
        overflow: hidden;
    }

    .overlay {
        width: 100%;
        height: 100%;
        float: left;
        background: rgba(0, 0, 0, 0.35);
        -webkit-transition: top .15s ease-out;
        -moz-transition: top .15s ease-out;
        transition: top .15s ease-out;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .overlay.show {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
    }

    .header-main .top-bar {
        font-size: 18px;
        line-height: 28px;
    }


    .header-main .main-menu .logo {
        width: 160px;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin: 25px 0 0 0;
    }

    .header-main .main-menu {
        height: 187px;
    }

    .header-main .main-menu .nav-bar {
        width: 90%;
        max-width: 300px;
        height: 100%;
        float: left;
        background: #ffffff;
        overflow: auto;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        display: none;
        padding: 0;
        margin: 0;
    }

    .header-main .main-menu .nav-inn {
        padding: 58px 30px;
    }

    .header-main .main-menu .nav-bar nav {
        width: 100%;
        padding: 0 0 15px 0;
    }

    .header-main .main-menu .nav-bar nav:last-child {
        padding-bottom: 0;
    }

    .header-main .main-menu .nav-bar nav ul {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .header-main .main-menu .nav-bar nav ul li {
        width: 100%;
        margin: 0;
    }

    .header-main .main-menu .nav-bar nav ul li a {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 26px;
        padding: 15px 0;
    }

    .header-main .main-menu .nav-bar nav ul li a:before {
        display: none;
    }

    .header-main .main-menu .nav-bar nav ul li a:hover,
    .header-main .main-menu .nav-bar nav ul li a:focus,
    .header-main .main-menu .nav-bar nav ul li.active a {
        color: #e15889;
    }

    .header-main .main-menu .nav-bar nav ul:nth-child(2) {
        padding: 0;
    }

    .header-main .main-menu .nav-bar .menu-close {
        display: inline-block;
    }

    .header-main .menu-btn {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .header-main .container {
        max-width: 100%;
    }

    .header-main .top-bar {
        font-size: 16px;
        line-height: 26px;
    }


    .header-main .top-bar .box .social-links {
        width: 50%;
        order: 1;
    }

    .header-main .top-bar .box .middle-txt {
        width: 100%;
        order: 3;
        padding: 5px 0 0 0;
    }

    .header-main .top-bar .box .contact-us {
        width: 50%;
        order: 2;
    }


    .header-main .main-menu .logo {
        width: 120px;
        margin: 20px 0 0 0;
    }

    .header-main .main-menu {
        height: 143px;
    }

    .header-main .menu-btn {
        top: 61px;
        right: 25px;
    }
}


/*
 3.) Content - Main
----------------------------------------*/

.content-main {
    width: 100%;
    float: left;
    flex: 1 0 auto;
}


/* Alert - Bar */
.alert-bar {
    width: 100%;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    background: #5f4e6b;
    overflow: hidden;
    padding: 12px 0;
    color: white;
}

@media only screen and (max-width: 1399px) {
    .alert-bar {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1199px) {
    .alert-bar {
        font-size: 16px;
        line-height: 26px;
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .alert-bar {
        font-size: 15px;
        line-height: 24px;
    }
}


/* Split - Cont */
.split-cont {
    width: 100%;
    background: #fff5ef url(../img/split-bg.png) no-repeat bottom center;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    padding: 30px 0 120px 0;
}

.split-cont .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 -35px;
}

.split-cont .box .aside {
    width: 50%;
    position: relative;
    margin-bottom: 150px;
    padding: 0 35px;
}

.split-cont .box .aside .txt-max {
    width: 100%;
    max-width: 640px;
    float: left;
}

.split-cont .box .aside h1,
.split-cont .box .aside .h1 {
    font-size: 53px;
    line-height: 52px;
    padding: .3em 0 0 0;
}

.split-cont .box .aside h1:last-child,
.split-cont .box .aside .h1:last-child {
    padding-bottom: 0;
}

.split-cont .box .aside p {
    font-style: italic;
    line-height: 30px;
}

.split-cont .box .aside .sub-heading {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.8px;
    margin-bottom: 0;
}

.split-cont .box .aside .btn,
.split-cont .box .aside input[type="button"],
.split-cont .box .aside input[type="submit"] {
    min-width: 197px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 13px 25px;
}

.split-cont .box .aside .btn-out {
    padding: 13px 0 0 0;
}

.split-cont .box .figure {
    width: 50%;
    text-align: right;
    overflow: hidden;
    position: relative;
    padding: 0 35px;
}

.split-cont .box .figure img {
    max-width: 100%;
}

@media only screen and (max-width: 1399px) {
    .split-cont {
        padding: 30px 0 100px 0;
    }

    .split-cont .box .aside {
        margin-bottom: 100px;
    }

    .split-cont .box .aside h1,
    .split-cont .box .aside .h1 {
        font-size: 36px;
        line-height: 46px;
        padding: 0 0 25px 0;
    }

    .split-cont .box .aside p {
        font-size: 18px;
        line-height: 28px;
    }

    .split-cont .box .aside .sub-heading {
        font-size: 18px;
        line-height: 28px;
    }

    .split-cont .box .aside .btn,
    .split-cont .box .aside input[type="button"],
    .split-cont .box .aside input[type="submit"] {
        font-size: 18px;
        line-height: 28px;
        padding: 14px 30px;
    }

    .split-cont .box .aside .btn-out {
        padding: 10px 0 0 0;
    }
}

@media only screen and (max-width: 1199px) {
    .split-cont {
        padding: 30px 0 60px 0;
    }

    .split-cont .box {
        margin: 0 -25px;
    }

    .split-cont .box .aside {
        margin-bottom: 60px;
        padding: 0 25px;
    }

    .split-cont .box .aside h1,
    .split-cont .box .aside .h1 {
        font-size: 32px;
        line-height: 42px;
        padding: 0 0 20px 0;
    }

    .split-cont .box .aside p {
        font-size: 16px;
        line-height: 26px;
    }

    .split-cont .box .aside .sub-heading {
        font-size: 16px;
        line-height: 26px;
    }

    .split-cont .box .aside .btn,
    .split-cont .box .aside input[type="button"],
    .split-cont .box .aside input[type="submit"] {
        min-width: 172px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
        padding: 12px 30px;
    }

    .split-cont .box .figure {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .split-cont {
        padding: 30px 0 80px 0;
    }

    .split-cont .box {
        margin: 0;
    }

    .split-cont .box .aside {
        width: 100%;
        padding: 0 0 40px 0;
        margin-bottom: 0;
    }

    .split-cont .box .aside h1,
    .split-cont .box .aside .h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .split-cont .box .aside p {
        font-size: 15px;
        line-height: 24px;
    }

    .split-cont .box .aside .sub-heading {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .split-cont .box .aside .btn,
    .split-cont .box .aside input[type="button"],
    .split-cont .box .aside input[type="submit"] {
        min-width: 156px;
        font-size: 15px;
        line-height: 24px;
        padding: 12px 30px;
    }

    .split-cont .box .figure {
        width: 100%;
        text-align: center;
        padding: 0;
    }
}


/* Feature - List */
.feature-list {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 0 100px 0;
    margin: -42px 0 0 0;
}

.feature-list .heading-txt {
    padding-bottom: 0;
}

.feature-list .heading-txt .sub-heading {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 1.8px;
    margin-bottom: 36px;
}

.feature-list .heading-txt p {
    font-weight: 300;
    font-size: 22px;
    line-height: 43.1px;
    letter-spacing: 0.005em;
}

.feature-list .article {

    width: 33.33%;
    padding: 0 90px 115px 115px;
}

.feature-list .article .box {
    width: 100%;
    height: 313px;
    float: left;
    background: #e15889;
    border-radius: 24px;
    position: relative;
}

.feature-list .article .box:before {
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0 4px;
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.feature-list .article:nth-child(2) .box {
    background: #06bd63;
}

.feature-list .article:nth-child(3) .box {
    background: #fcd423;
}

.feature-list .article-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -115px -115px -115px;
}

@media only screen and (max-width: 1399px) {
    .feature-list {
        padding: 0 0 150px 0;
    }

    .feature-list .heading-txt {
        padding-bottom: 100px;
    }

    .feature-list .heading-txt .sub-heading {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .feature-list .heading-txt p {
        font-size: 24px;
        line-height: 34px;
    }

    .feature-list .article {
        padding: 0 80px 80px 80px;
    }

    .feature-list .article-wrap {
        margin: 0 -80px -80px -80px;
    }
}

@media only screen and (max-width: 1199px) {
    .feature-list {
        padding: 0 0 100px 0;
    }

    .feature-list .heading-txt {
        padding-bottom: 80px;
    }

    .feature-list .heading-txt .sub-heading {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .feature-list .heading-txt p {
        font-size: 22px;
        line-height: 36px;
    }

    .feature-list .article {
        padding: 0 20px 40px 20px;
    }

    .feature-list .article .box {
        height: 200px;
    }

    .feature-list .article-wrap {
        margin: 0 -20px -40px -20px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-list {
        padding: 20px 0 80px 0;
        margin: 0;
    }

    .feature-list .heading-txt {
        padding-bottom: 60px;
    }

    .feature-list .heading-txt .sub-heading {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .feature-list .heading-txt p {
        font-size: 20px;
        line-height: 32px;
    }

    .feature-list .article {
        width: 100%;
    }
}


/* Two - Col - Articles */
.two-col-articles {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0 485px 0;
}

.two-col-articles:after {
    content: "";
    width: 100%;
    height: 100%;

    float: left;
    background: url(../img/home-bg-1.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    bottom: 11%;
    left: 0;
    z-index: -1;
}


.two-col-articles:before {
    content: "";
    width: 1122px;
    height: 1px;
    float: left;
    background: lightgrey;
    position: absolute;
    bottom: 110px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.two-col-articles .article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 200px 0;
    margin: 0 -35px;
}

.two-col-articles .article:last-child {
    padding-bottom: 0;
}

.two-col-articles .article .aside {
    width: 50%;
    font-size: 18px;
    /*line-height: 32px;*/
    position: relative;
    padding: 0 35px;
}

.two-col-articles .article .aside .txt-max {
    width: 100%;
    max-width: 690px;
    float: right;
    text-align: left;
}

.two-col-articles .article .aside h2,
.two-col-articles .article .aside .h2 {
    padding: 0 0 15px 0;
}

.two-col-articles .article .aside h2:last-child,
.two-col-articles .article .aside .h2:last-child {
    padding-bottom: 0;
}

.two-col-articles .article .aside p {
    font-style: italic;
}

.two-col-articles .article .figure {
    width: 50%;
    overflow: hidden;
    position: relative;
    padding: 0 35px;
}

.two-col-articles .article .figure img {
    max-width: 100%;
}

.two-col-articles .article:nth-child(even) .aside {
    right: 50%;
}

.two-col-articles .article:nth-child(even) .aside .txt-max {
    float: left;
    text-align: left;
}

.two-col-articles .article:nth-child(even) .figure {
    text-align: right;
    left: 50%;
}

.two-col-articles .article-wrap {
    width: 100%;
    overflow: hidden;
}

.two-col-articles .btn-out {
    justify-content: center;
}

@media only screen and (max-width: 1399px) {
    .two-col-articles {
        padding: 0 0 100px 0;
    }

    .two-col-articles:before {
        width: 500px;
    }

    .two-col-articles .article .aside {
        font-size: 20px;
        line-height: 30px;
    }

    .two-col-articles .article .aside h2,
    .two-col-articles .article .aside .h2 {
        padding: 0 0 30px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .two-col-articles {
        padding: 0 0 80px 0;
    }

    .two-col-articles:before {
        width: 400px;
    }

    .two-col-articles .article {
        margin: 0 -25px;
    }

    .two-col-articles .article .aside {
        font-size: 18px;
        line-height: 28px;
        padding: 0 25px;
    }

    .two-col-articles .article .aside h2,
    .two-col-articles .article .aside .h2 {
        padding: 0 0 25px 0;
    }

    .two-col-articles .article .figure {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .two-col-articles {
        padding: 0 0 60px 0;
    }

    .two-col-articles:before {
        width: 240px;
    }

    .two-col-articles .article {
        padding: 0 0 40px 0;
        margin: 0;
    }

    .two-col-articles .article .aside {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        padding: 0;
    }

    .two-col-articles .article .aside h2,
    .two-col-articles .article .aside .h2 {
        padding: 0 0 20px 0;
    }

    .two-col-articles .article .aside .txt-max {
        max-width: 100%;
        text-align: left;
    }

    .two-col-articles .article .figure {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .two-col-articles .article .figure img {
        max-width: 100%;
    }

    .two-col-articles .article:nth-child(even) .aside {
        right: 0;
    }

    .two-col-articles .article:nth-child(even) .figure {
        text-align: center;
        left: 0;
    }
}


/* Two - Col - Articles */
.two-col-articles2 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 15px 0 260px 0;
}

/*.two-col-articles2:after {*/
/*content: "";*/
/*width: 100%;*/
/*height: 100%;*/
/*float: left;*/
/*background: url(../img/home-bg-2.png) no-repeat bottom center;*/
/*background-size: 100% auto;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*z-index: -1;*/
/*}*/

.two-col-articles2 .heading-txt {
    padding-bottom: 90px;
}

.two-col-articles2 .heading-txt:last-child {
    padding-bottom: 0;
}

.two-col-articles2 .article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 60px 0;
    margin: 0 -35px;
}

.two-col-articles2 .article:last-child {
    padding-bottom: 0;
}

.two-col-articles2 .article .aside {
    width: 50%;
    position: relative;
    padding: 0 35px;
}

.two-col-articles2 .article .aside .box {
    width: 100%;
    max-width: 540px;
    float: right;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    background: #f3f1f2;
    border: 1px solid #dad5d2;
    border-radius: 56px;
    padding: 35px 5%;
    margin-right: 25px;
}

.two-col-articles2 .article .aside .box h3,
.two-col-articles2 .article .aside .box .h3 {
    font-size: 25px;
    line-height: 35px;
    padding: 0 0 7px 0;
}

.two-col-articles2 .article .aside .box h3:last-child,
.two-col-articles2 .article .aside .box .h3:last-child {
    padding-bottom: 0;
}

.two-col-articles2 .article .aside .box p {
    font-style: italic;
}

.two-col-articles2 .article .figure {
    width: 50%;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding: 0 35px;
}

.two-col-articles2 .article .figure img {
    max-width: 100%;
}

.two-col-articles2 .article:nth-child(odd) .aside {
    right: 50%;
}

.two-col-articles2 .article:nth-child(odd) .aside .box {
    float: left;
    margin-right: 0;
    margin-left: 25px;
}

.two-col-articles2 .article:nth-child(odd) .figure {
    text-align: center;
    left: 50%;
}

.two-col-articles2 .article-wrap {
    width: 100%;
    overflow: hidden;
}

.two-col-articles2 .btn-out {
    justify-content: center;
}

@media only screen and (max-width: 1399px) {
    .two-col-articles2 {
        padding: 0 0 400px 0;
    }

    .two-col-articles2 .heading-txt {
        padding-bottom: 70px;
    }

    .two-col-articles2 .article {
        padding: 0 0 70px 0;
    }

    .two-col-articles2 .article .aside .box {
        max-width: 480px;
        font-size: 20px;
        line-height: 30px;
        border-radius: 48px;
        padding: 35px 8%;
        margin-right: 0;
    }

    .two-col-articles2 .article .aside .box h3,
    .two-col-articles2 .article .aside .box .h3 {
        padding: 0 0 40px 0;
    }

    .two-col-articles2 .article:nth-child(odd) .aside .box {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .two-col-articles2 {
        padding: 0 0 200px 0;
    }

    .two-col-articles2 .heading-txt {
        padding-bottom: 60px;
    }

    .two-col-articles2 .article {
        padding: 0 0 60px 0;
        margin: 0 -25px;
    }

    .two-col-articles2 .article .aside {
        padding: 0 25px;
    }

    .two-col-articles2 .article .aside .box {
        max-width: 420px;
        font-size: 18px;
        line-height: 28px;
        border-radius: 36px;
        padding: 30px 30px;
    }

    .two-col-articles2 .article .aside .box h3,
    .two-col-articles2 .article .aside .box .h3 {
        font-size: 22px;
        line-height: 30px;
        padding: 0 0 30px 0;
    }

    .two-col-articles2 .article .figure {
        padding: 0 25px;
    }

    .two-col-articles2 .article-wrap {
        padding: 0 0 40px 0;
    }

    .two-col-articles2 .article-wrap:last-child {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .two-col-articles2 {
        padding: 0 0 80px 0;
    }

    .two-col-articles2 .heading-txt {
        padding-bottom: 40px;
    }

    .two-col-articles2 .article {
        padding: 0 0 60px 0;
        margin: 0;
    }

    .two-col-articles2 .article .aside {
        width: 100%;
        padding: 0;
    }

    .two-col-articles2 .article .aside .box {
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
        border-radius: 32px;
    }

    .two-col-articles2 .article .aside .box h3,
    .two-col-articles2 .article .aside .box .h3 {
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 25px 0;
    }

    .two-col-articles2 .article .figure {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .two-col-articles2 .article .figure img {
        max-width: 100%;
    }

    .two-col-articles2 .article:nth-child(odd) .aside {
        right: 0;
    }

    .two-col-articles2 .article:nth-child(odd) .figure {
        left: 0;
    }
}


/* CTA - Cont */
.cta-cont {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 0 100px 0;
    margin: -140px 0 0 0;
}

.cta-cont .box {
    width: 100%;
    overflow: hidden;
}

.cta-cont .box .aside {
    width: 100%;
    max-width: 820px;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 110px;
}

.cta-cont .box .aside:last-child {
    padding-bottom: 0;
}

.cta-cont .box .aside h2,
.cta-cont .box .aside .h2 {
    padding-bottom: 14px;
}

.cta-cont .box .aside h2:last-child,
.cta-cont .box .aside .h2:last-child {
    padding-bottom: 0;
}

.cta-cont .box .aside p {
    font-style: italic;
    letter-spacing: 0.02em;
}

.cta-cont .box .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.cta-cont .box .figure img {
    width: 100%;
    max-width: 480px;
}

@media only screen and (max-width: 1399px) {
    .cta-cont {
        padding: 0 0 80px 0;
        margin: -100px 0 0 0;
    }

    .cta-cont .box .aside {
        max-width: 720px;
        padding-bottom: 80px;
    }

    .cta-cont .box .aside h2,
    .cta-cont .box .aside .h2 {
        padding-bottom: 60px;
    }

    .cta-cont .box .figure img {
        max-width: 420px;
    }
}

@media only screen and (max-width: 1199px) {
    .cta-cont {
        padding: 0 0 60px 0;
        margin: 0;
    }

    .cta-cont .box .aside {
        max-width: 680px;
        padding-bottom: 60px;
    }

    .cta-cont .box .aside h2,
    .cta-cont .box .aside .h2 {
        padding-bottom: 40px;
    }

    .cta-cont .box .figure img {
        max-width: 380px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-cont {
        padding: 0 0 50px 0;
    }

    .cta-cont .box .aside {
        max-width: 100%;
        padding-bottom: 40px;
    }

    .cta-cont .box .aside h2,
    .cta-cont .box .aside .h2 {
        padding-bottom: 25px;
    }

    .cta-cont .box .figure img {
        max-width: 280px;
    }
}


/* Contact - Form */
.contact-form {
    width: 100%;
    text-align: center;
    background: #ea88ab url(../img/contact-form-bg.png) no-repeat top center;
    background-size: 100% auto;
    overflow: hidden;
    padding: 200px 0 160px 0;
}

.contact-form .container {
    max-width: 1170px;
}

.contact-form .heading-txt {
    padding-bottom: 90px;
}

.contact-form .heading-txt .sub-heading {
    color: #ffffff;
}

.contact-form .heading-txt:last-child {
    padding-bottom: 0;
}

.contact-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 96px 0;
    margin: 0 -46px -45px -46px;
}

.contact-form ul:last-child {
    padding-bottom: 0;
}

.contact-form ul li {
    width: 100%;
    padding: 0 46px 45px 46px;
    margin: 0;
}

.contact-form ul li:before {
    display: none;
}

.contact-form ul li.med-width {
    width: 50%;
}

.contact-form .btn,
.contact-form input[type="button"],
.contact-form input[type="submit"] {
    min-width: 242px;
    background: #de3e77;
    font-size: 22px;
}


.contact-form .btn-out {
    justify-content: center;
}

@media only screen and (max-width: 1399px) {
    .contact-form {
        padding: 160px 0 120px 0;
    }

    .contact-form .heading-txt {
        padding-bottom: 80px;
    }

    .contact-form ul {
        padding: 0 0 90px 0;
        margin: 0 -35px -35px -35px;
    }

    .contact-form ul li {
        padding: 0 35px 35px 35px;
    }

    .contact-form .btn,
    .contact-form input[type="button"],
    .contact-form input[type="submit"] {
        min-width: 220px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-form {
        padding: 120px 0 80px 0;
    }

    .contact-form .heading-txt {
        padding-bottom: 60px;
    }

    .contact-form ul {
        padding: 0 0 70px 0;
        margin: 0 -30px -30px -30px;
    }

    .contact-form ul li {
        padding: 0 30px 30px 30px;
    }

    .contact-form .btn,
    .contact-form input[type="button"],
    .contact-form input[type="submit"] {
        min-width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form {
        padding: 80px 0 60px 0;
    }

    .contact-form .container {
        max-width: 640px;
    }

    .contact-form .heading-txt {
        padding-bottom: 40px;
    }

    .contact-form ul {
        padding: 0 0 50px 0;
        margin: 0 -12px -25px -12px;
    }

    .contact-form ul li {
        padding: 0 12px 25px 12px;
    }

    .contact-form ul li.med-width {
        width: 100%;
    }

    .contact-form .btn,
    .contact-form input[type="button"],
    .contact-form input[type="submit"] {
        min-width: 170px;
    }
}


/*
 4.) Footer
----------------------------------------*/
.footer-main {
    width: 100%;
    float: left;
    flex-shrink: 0;
    position: relative;
    padding: 142px 0 150px 0;
}

.footer-main:before {
    content: "";
    width: 100%;
    height: 102px;
    float: left;
    background: #fff5eb;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-main .pre-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 100px 0;
}

.footer-main .pre-footer:last-child {
    padding-bottom: 0;
}

.footer-main .pre-footer .logo {
    width: 226px;
    margin: 0 -226px 0 0;
}

.footer-main .pre-footer .logo img {
    width: 100%;
}

.footer-main .pre-footer .footer-links {
    width: 100%;
    padding: 0 0 0 0;
}

.footer-main .pre-footer .footer-links .article {
    width: 33%;
    padding: 0 35px 70px 35px;
}

.footer-main .pre-footer .footer-links .article h2,
.footer-main .pre-footer .footer-links .article .h2 {
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 30px 0;
}

.footer-main .pre-footer .footer-links .article h2:last-child,
.footer-main .pre-footer .footer-links .article .h2:last-child {
    padding-bottom: 0;
}

.footer-main .pre-footer .footer-links .article p {
    font-style: italic;
}

.footer-main .pre-footer .footer-links .article p:last-child {
    padding-bottom: 0;
}

.footer-main .pre-footer .footer-links .article ul {
    padding: 0;
    margin: 0;
}

.footer-main .pre-footer .footer-links .article ul li {
    font-style: italic;
    padding: 0 0 5px 0;
    margin: 0;
}

.footer-main .pre-footer .footer-links .article ul li:last-child {
    padding-bottom: 0;
}

.footer-main .pre-footer .footer-links .article ul li:before {
    display: none;
}

.footer-main .pre-footer .footer-links .article ul li a {
    color: #000000;
    text-decoration: none;
}

.footer-main .pre-footer .footer-links .article ul li a:focus,
.footer-main .pre-footer .footer-links .article ul li a:active,
.footer-main .pre-footer .footer-links .article ul li a:hover {
    color: #de3e77;
}

.footer-main .pre-footer .footer-links .article-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -35px -70px -35px;
}

.footer-main .copyrights {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.025em;
    text-align: center;
}

@media only screen and (max-width: 1399px) {
    .footer-main {
        padding: 120px 0 100px 0;
    }

    .footer-main:before {
        height: 80px;
    }

    .footer-main .pre-footer {
        padding: 0 0 80px 0;
    }

    .footer-main .pre-footer .logo {
        width: 180px;
        margin: 0 -180px 0 0;
    }

    .footer-main .pre-footer .footer-links {
        padding: 0 0 0 260px;
    }

    .footer-main .pre-footer .footer-links .article {
        padding: 0 20px 40px 20px;
    }

    .footer-main .pre-footer .footer-links .article h2,
    .footer-main .pre-footer .footer-links .article .h2 {
        font-size: 26px;
        line-height: 36px;
        padding: 0 0 25px 0;
    }

    .footer-main .pre-footer .footer-links .article ul li {
        padding: 0 0 20px 0;
    }

    .footer-main .pre-footer .footer-links .article-wrap {
        margin: 0 -20px -40px -20px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-main {
        padding: 100px 0 80px 0;
    }

    .footer-main:before {
        height: 60px;
    }

    .footer-main .pre-footer .logo {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .footer-main .pre-footer {
        padding: 0 0 60px 0;
    }

    .footer-main .pre-footer .logo img {
        max-width: 160px;
    }

    .footer-main .pre-footer .footer-links {
        padding: 0;
    }

    .footer-main .pre-footer .footer-links .article h2,
    .footer-main .pre-footer .footer-links .article .h2 {
        font-size: 24px;
        line-height: 32px;
        padding: 0 0 20px 0;
    }

    .footer-main .pre-footer .footer-links .article ul li {
        padding: 0 0 15px 0;
    }

    .footer-main .copyrights {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-main {
        padding: 80px 0 60px 0;
    }

    .footer-main:before {
        height: 40px;
    }

    .footer-main .pre-footer {
        padding: 0 0 60px 0;
    }

    .footer-main .pre-footer .logo {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .footer-main .pre-footer .logo img {
        max-width: 140px;
    }

    .footer-main .pre-footer .footer-links .article {
        width: 50%;
        padding: 0 15px 40px 15px;
    }

    .footer-main .pre-footer .footer-links .article h2,
    .footer-main .pre-footer .footer-links .article .h2 {
        font-size: 22px;
        line-height: 30px;
        padding: 0 0 15px 0;
    }

    .footer-main .pre-footer .footer-links .article ul li {
        padding: 0 0 10px 0;
    }

    .footer-main .pre-footer .footer-links .article-wrap {
        margin: 0 -15px -40px -15px;
    }

    .footer-main .copyrights {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-main {
        text-align: center;
    }

    .footer-main .pre-footer .footer-links .article {
        width: 100%;
    }
}


/*
 5.) About - US
----------------------------------------*/

/* Banner - Inner */
.banner-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}

.banner-inner .box {
    width: 100%;
    float: left;
    position: relative;
}

.banner-inner .box .figure {
    width: 100%;
    text-align: center;
    border-radius: 68px;
    overflow: hidden;
    height: 460px;
}

.banner-inner .box .figure img {
    width: 100%;
    min-width: 1200px;
    margin: 0 -600px;
}

.banner-inner .box .aside {
    width: 100%;
    float: left;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 75px;
}

.banner-inner .box .aside h1, .banner-inner .box .aside .h1 {
    font-size: 3em;
    line-height: 68px;
    padding-bottom: 25px;
}

h2.lighter {
    font-weight: 300;
    font-size: 2em;
}

.banner-inner .box .figure:before {
    content: "";
    display: block;
    position: absolute;
    background: rgb(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 66px;
}

.banner-inner .box .aside h1:last-child,
.banner-inner .box .aside .h1:last-child {
    padding-bottom: 0;
}

.banner-inner .box .aside .btn,
.banner-inner .box .aside input[type="button"],
.banner-inner .box .aside input[type="submit"] {
    min-width: 228px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.07em;
    border-radius: 18px;
    padding: 14px 20px;
}

.banner-inner .box .aside .txt-max {
    width: 100%;
    max-width: 690px;
    float: left;
}

@media only screen and (max-width: 1399px) {
    .banner-inner {
        padding: 50px 0;
    }

    .banner-inner .box .figure {
        border-radius: 56px;
    }

    .banner-inner .box .aside {
        padding: 60px 60px;
    }

    .banner-inner .box .aside h1,
    .banner-inner .box .aside .h1 {
        font-size: 45px;
        line-height: 70px;
        padding-bottom: 35px;
    }

    .banner-inner .box .aside .btn,
    .banner-inner .box .aside input[type="button"],
    .banner-inner .box .aside input[type="submit"] {
        min-width: 200px;
        font-size: 20px;
        border-radius: 16px;
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-inner {
        padding: 40px 0;
    }

    .banner-inner .box .figure {
        border-radius: 48px;
    }

    .banner-inner .box .aside {
        padding: 40px 40px;
    }

    .banner-inner .box .aside h1,
    .banner-inner .box .aside .h1 {
        font-size: 40px;
        line-height: 60px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-inner {
        padding: 30px 0;
    }

    .banner-inner .box .figure {
        border-radius: 36px;
    }

    .banner-inner .box .figure img {
        min-width: 1000px;
        margin: 0 -500px;
    }

    .banner-inner .box .aside {
        padding: 25px 25px;
    }

    .banner-inner .box .aside h1,
    .banner-inner .box .aside .h1 {
        font-size: 35px;
        line-height: 55px;
        padding-bottom: 20px;
    }

    .banner-inner .box .aside .btn,
    .banner-inner .box .aside input[type="button"],
    .banner-inner .box .aside input[type="submit"] {
        min-width: 175px;
        font-size: 18px;
        line-height: 28px;
        border-radius: 16px;
        padding: 16px 30px;
    }
}


/* Split - Cont2 */
.split-cont2 {
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    background: url(../img/home-bg-2.png) no-repeat bottom center;
    background-size: 100% auto;
    overflow: hidden;
    padding: 0 0 500px 0;
}

.split-cont2 h2,
.split-cont2 .h2 {
    padding: 0 0 0.5em 0;
}

.split-cont2 h2:last-child,
.split-cont2 .h2:last-child {
    padding-bottom: 0;
}

.split-cont2 p {
    padding-bottom: 14px;
}

.split-cont2 p:last-child {
    padding-bottom: 0;
}

.split-cont2 .heading-txt {
    padding-bottom: 220px;
}

.split-cont2 .heading-txt:last-child {
    padding-bottom: 0;
}

.split-cont2 .heading-txt .aside {
    max-width: 1200px;
}

.split-cont2 .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -35px;
}

.split-cont2 .box .aside {
    width: 50%;
    letter-spacing: normal;
    position: relative;
    padding: 0 35px;
}

.split-cont2 .box .aside .txt-max {
    width: 100%;
    max-width: 690px;
    float: right;
    text-align: left;
}

.split-cont2 .box .figure {
    width: 50%;
    overflow: hidden;
    position: relative;
    padding: 0 35px;
}

.split-cont2 .box .figure img {
    max-width: 100%;
}

@media only screen and (max-width: 1399px) {
    .split-cont2 {
        font-size: 21px;
        line-height: 32px;
        padding: 60px 0 400px 0;
    }

    .split-cont2 h2,
    .split-cont2 .h2 {
        padding: 0 0 40px 0;
    }

    .split-cont2 p {
        padding-bottom: 30px;
    }

    .split-cont2 .heading-txt {
        padding-bottom: 160px;
    }
}

@media only screen and (max-width: 1199px) {
    .split-cont2 {
        font-size: 19px;
        line-height: 29px;
        padding: 50px 0 200px 0;
    }

    .split-cont2 h2,
    .split-cont2 .h2 {
        padding: 0 0 30px 0;
    }

    .split-cont2 .heading-txt {
        padding-bottom: 100px;
    }

    .split-cont2 .box {
        margin: 0 -25px;
    }

    .split-cont2 .box .aside {
        padding: 0 25px;
    }

    .split-cont2 .box .figure {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .split-cont2 {
        font-size: 17px;
        line-height: 27px;
        padding: 40px 0 100px 0;
    }

    .split-cont2 p {
        padding-bottom: 25px;
    }

    .split-cont2 .heading-txt {
        padding-bottom: 80px;
    }

    .split-cont2 .box {
        margin: 0;
    }

    .split-cont2 .box .aside {
        width: 100%;
        padding: 0;
    }

    .split-cont2 .box .aside .txt-max {
        max-width: 100%;
        text-align: left;
    }

    .split-cont2 .box .figure {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .split-cont2 .box .figure img {
        max-width: 100%;
    }
}


/* Feature - List */
.feature-list2 {
    width: 100%;
    font-weight: 200;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 0 200px 0;
    margin: -120px 0 0 0;
}

.feature-list2:before {
    content: "";
    width: 683px;
    height: 2px;
    float: left;
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.feature-list2 h2,
.feature-list2 .h2 {
    text-align: center;
    padding-bottom: 70px;
}

.feature-list2 h2:last-child,
.feature-list2 .h2:last-child {
    padding-bottom: 0;
}

.feature-list2 .container {
    max-width: 1300px;
}

.feature-list2 .article {
    width: 33.33%;
    padding: 0 35px 70px 35px;
}

.feature-list2 .article .icon {
    width: 100%;
    height: 137px;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.feature-list2 .article .icon img {
    max-height: 137px;
}

.feature-list2 .article .sub-title {
    width: 100%;
    font-style: italic;
    overflow: hidden;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 22px;
}

.feature-list2 .article .sub-title:last-child {
    padding-bottom: 0;
}

.feature-list2 .article-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -35px -70px -35px;
}

@media only screen and (max-width: 1399px) {
    .feature-list2 {
        font-size: 21px;
        line-height: 32px;
        padding: 0 0 150px 0;
        margin: -80px 0 0 0;
    }

    .feature-list2:before {
        width: 600px;
    }

    .feature-list2 h2,
    .feature-list2 .h2 {
        padding-bottom: 60px;
    }

    .feature-list2 .article .icon {
        height: 116px;
    }

    .feature-list2 .article .icon img {
        max-height: 116px;
    }
}

@media only screen and (max-width: 1199px) {
    .feature-list2 {
        font-size: 19px;
        line-height: 29px;
        padding: 0 0 100px 0;
        margin: -60px 0 0 0;
    }

    .feature-list2:before {
        width: 480px;
    }


    .feature-list2 h2,
    .feature-list2 .h2 {
        padding-bottom: 50px;
    }

    .feature-list2 .article {
        padding: 0 20px 40px 20px;
    }

    .feature-list2 .article .icon {
        height: 90px;
        margin-bottom: 25px;
    }

    .feature-list2 .article .icon img {
        max-height: 90px;
    }

    .feature-list2 .article-wrap {
        margin: 0 -20px -40px -20px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-list2 {
        font-size: 17px;
        line-height: 27px;
        padding: 20px 0 80px 0;
        margin: 0;
    }

    .feature-list2:before {
        width: 300px;
    }

    .feature-list2 h2,
    .feature-list2 .h2 {
        padding-bottom: 40px;
    }

    .feature-list2 .container {
        max-width: 640px;
    }

    .feature-list2 .article {
        width: 100%;
    }

    .feature-list2 .article .icon {
        height: 80px;
        margin-bottom: 25px;
    }

    .feature-list2 .article .icon img {
        max-height: 80px;
    }
}


/* Accordation - List */
.accord-list-wrap {
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    padding: 150px 0;
}

.accord-list-wrap.about {
    padding: 50px 0;
}

.accord-list-wrap .heading-txt {
    padding-bottom: 120px;
}

.accord-list-wrap.about .heading-txt {
    padding-bottom: 50px;
}

.accord-list {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.accord-list .accord-item {
    width: 100%;
    float: left;
    background: #e15889;
    border-radius: 10px;
    margin: 0 0 10px 0;
}

.accord-list .accord-item:last-child {
    margin-bottom: 0;
}

.accord-list .accord-item .accord-link {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 23px;
    color: #ffffff;
    line-height: 23px;
    letter-spacing: normal;
    cursor: pointer;
    position: relative;
    padding: 26px 166px 26px 34px;
}

.accord-list .accord-item .accord-link:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 200%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 48px;
}

.accord-list .accord-item .accord-link:hover {
    color: #ffffff;
}

.accord-list .accord-item .accord-cont {
    width: 100%;
    float: left;
    color: #ffffff;
    padding: 0 166px 34px 34px;
    display: none;
}

.accord-list .accord-item .accord-link.active:before {
    content: "\f0d8";
}

.accord-list .accord-item .accord-cont.active {
    display: block;
}

@media only screen and (max-width: 1399px) {
    .accord-list-wrap {
        font-size: 21px;
        line-height: 32px;
        padding: 100px 0;
    }

    .accord-list-wrap .heading-txt {
        padding-bottom: 80px;
    }

    .accord-list .accord-item {
        border-radius: 8px;
    }

    .accord-list .accord-item .accord-link {
        font-size: 30px;
        line-height: 40px;
        padding: 22px 150px 22px 30px;
    }

    .accord-list .accord-item .accord-link:before {
        right: 40px;
    }

    .accord-list .accord-item .accord-cont {
        padding: 0 150px 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .accord-list-wrap {
        font-size: 19px;
        line-height: 29px;
        padding: 80px 0;
    }

    .accord-list-wrap .heading-txt {
        padding-bottom: 60px;
    }

    .accord-list .accord-item .accord-link {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .accord-list-wrap {
        font-size: 17px;
        line-height: 27px;
        padding: 60px 0;
    }

    .accord-list-wrap .heading-txt {
        padding-bottom: 50px;
    }

    .accord-list .accord-item .accord-link {
        font-size: 22px;
        line-height: 32px;
        padding: 20px 80px 20px 20px;
    }

    .accord-list .accord-item .accord-link:before {
        font-size: 300%;
        right: 20px;
    }

    .accord-list .accord-item .accord-cont {
        padding: 0 20px 30px 20px;
    }
}


/* Split - Cont3 */
.split-cont3 {
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    padding: 150px 0;
}

.split-cont3 h2,
.split-cont3 .h2 {
    padding: 0 0 50px 0;
}

.split-cont3 h2:last-child,
.split-cont3 .h2:last-child {
    padding-bottom: 0;
}

.split-cont3 p {
    padding-bottom: 34px;
}

.split-cont3 p:last-child {
    padding-bottom: 0;
}

.split-cont3 .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -35px;
}

.split-cont3 .box .aside {
    width: 50%;
    letter-spacing: normal;
    position: relative;
    padding: 0 35px;
}

.split-cont3 .box .aside .txt-max {
    width: 100%;
    max-width: 690px;
    float: left;
}

.split-cont3 .box .aside .btn,
.split-cont3 .box .aside input[type="button"],
.split-cont3 .box .aside input[type="submit"] {
    min-width: 138px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.07em;
    border-radius: 18px;
    padding: 15px 30px;
}

.split-cont3 .box .aside .btn-out {
    justify-content: center;
    padding: 0 0 0 0;
}


.split-cont3 .box .figure {
    width: 50%;
    text-align: right;
    overflow: hidden;
    position: relative;
    padding: 0 35px;
}

.split-cont3 .box .figure img {
    max-width: 100%;
}

@media only screen and (max-width: 1399px) {
    .split-cont3 {
        font-size: 21px;
        line-height: 32px;
        padding: 120px 0;
    }

    .split-cont3 h2,
    .split-cont3 .h2 {
        padding: 0 0 40px 0;
    }

    .split-cont3 p {
        padding-bottom: 30px;
    }

    .split-cont3 .box .aside .btn,
    .split-cont3 .box .aside input[type="button"],
    .split-cont3 .box .aside input[type="submit"] {
        min-width: 200px;
        font-size: 20px;
        border-radius: 16px;
        padding: 20px 30px;
    }

    .split-cont3 .box .aside .btn-out {
        padding: 30px 0 0 0;
    }
}

@media only screen and (max-width: 1199px) {
    .split-cont3 {
        font-size: 19px;
        line-height: 29px;
        padding: 100px 0;
    }

    .split-cont3 h2,
    .split-cont3 .h2 {
        padding: 0 0 30px 0;
    }

    .split-cont3 .heading-txt {
        padding-bottom: 100px;
    }

    .split-cont3 .box {
        margin: 0 -25px;
    }

    .split-cont3 .box .aside {
        padding: 0 25px;
    }

    .split-cont3 .box .figure {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .split-cont3 {
        font-size: 17px;
        line-height: 27px;
        padding: 60px 0;
    }

    .split-cont3 p {
        padding-bottom: 25px;
    }

    .split-cont3 .heading-txt {
        padding-bottom: 80px;
    }

    .split-cont3 .box {
        margin: 0;
    }

    .split-cont3 .box .aside {
        width: 100%;
        padding: 0 0 40px 0;
    }

    .split-cont3 .box .aside .txt-max {
        max-width: 100%;
        text-align: left;
    }

    .split-cont3 .box .aside .btn,
    .split-cont3 .box .aside input[type="button"],
    .split-cont3 .box .aside input[type="submit"] {
        min-width: 175px;
        font-size: 18px;
        line-height: 28px;
        border-radius: 16px;
        padding: 16px 30px;
    }

    .split-cont3 .box .aside .btn-out {
        padding: 25px 0 0 0;
    }

    .split-cont3 .box .figure {
        width: 100%;
        text-align: center;
    }

    .split-cont3 .box .figure img {
        max-width: 100%;
    }
}


/*
 6.) Childcare - Page
----------------------------------------*/

/* Top - Cont */
.top-cont {
    width: 100%;
    font-size: 18px;
    font-weight: 200;
    line-height: 42px;
    text-align: center;
    background: #fff5eb url(../img/childcare-bg1.png) no-repeat bottom center;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    padding: 90px 0 90px 0;
}

.top-cont .aside {
    width: 100%;
    max-width: 1040px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.top-cont .aside h1,
.top-cont .aside .h1 {
    padding-bottom: 15px;
}

.top-cont .aside h1:last-child,
.top-cont .aside .h1:last-child {
    padding-bottom: 0;
}

.top-cont .aside P {
    font-weight: 500;
}

@media only screen and (max-width: 1399px) {
    .top-cont {
        font-size: 26px;
        line-height: 36px;
        padding: 80px 0 120px 0;
    }

    .top-cont .aside {
        max-width: 900px;
    }

    .top-cont .aside h1,
    .top-cont .aside .h1 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .top-cont {
        font-size: 24px;
        line-height: 34px;
        padding: 60px 0 100px 0;
    }

    .top-cont .aside h1,
    .top-cont .aside .h1 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .top-cont {
        font-size: 20px;
        line-height: 30px;
        padding: 40px 0 60px 0;
    }

    .top-cont .aside h1,
    .top-cont .aside .h1 {
        padding-bottom: 25px;
    }
}


/* Feature - List */
.feature-list3 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 40px 0 0 0;
}

.feature-list3 .container {
    max-width: 1410px;
}

.feature-list3 .box-bg {
    width: 100%;
    background: #f9f7f8;
    border-radius: 80px;
    overflow: hidden;
    padding: 70px 120px;
}

.feature-list3 .heading-txt {
    font-size: 18px;
    padding-bottom: 80px;
}

.feature-list3 .heading-txt:last-child {
    padding-bottom: 0;
}

.feature-list3 .heading-txt h2,
.feature-list3 .heading-txt .h2 {
    font-size: 43px;
    line-height: 50px;
    padding-bottom: 24px;
}

.feature-list3 .heading-txt p {
    font-weight: 300;
    font-style: italic;
}

.feature-list3 .article {
    width: 50%;
    padding: 0 70px 100px 70px;
}

.feature-list3 .article .box {
    width: 100%;
    float: left;
}

.feature-list3 .article .box .icon {
    width: 100%;
    height: 92px;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.feature-list3 .article .box .icon img {
    max-height: 92px;
}

.feature-list3 .article .box .aside {
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 23px;
    line-height: 34px;
}

.feature-list3 .article .box .aside h3,
.feature-list3 .article .box .aside .h3 {
    font-size: 31px;
    color: #5f4e6b;
    line-height: 36px;
    padding-bottom: 32px;
}

.feature-list3 .article .box .aside h3:last-child,
.feature-list3 .article .box .aside .h3:last-child {
    padding-bottom: 0;
}

.feature-list3 .article .box .aside h3 a,
.feature-list3 .article .box .aside .h3 a {
    color: #5f4e6b;
}

.feature-list3 .article .box .aside p {
    padding-right: 5%;
    padding-left: 5%;
}

.feature-list3 .article-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -70px -100px -70px;
}

@media only screen and (max-width: 1399px) {
    .feature-list3 {
        padding: 70px 0 0 0;
    }

    .feature-list3 .box-bg {
        border-radius: 64px;
        padding: 60px 80px;
    }

    .feature-list3 .heading-txt {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 60px;
    }

    .feature-list3 .heading-txt h2,
    .feature-list3 .heading-txt .h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 20px;
    }

    .feature-list3 .article {
        width: 50%;
        padding: 0 60px 80px 60px;
    }

    .feature-list3 .article .box .icon {
        height: 85px;
        margin-bottom: 20px;
    }

    .feature-list3 .article .box .icon img {
        max-height: 85px;
    }

    .feature-list3 .article .box .aside {
        font-size: 21px;
        line-height: 31px;
    }

    .feature-list3 .article .box .aside h3,
    .feature-list3 .article .box .aside .h3 {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 30px;
    }

    .feature-list3 .article-wrap {
        margin: 0 -60px -80px -60px;
    }
}

@media only screen and (max-width: 1199px) {
    .feature-list3 {
        padding: 60px 0 0 0;
    }

    .feature-list3 .box-bg {
        border-radius: 56px;
        padding: 50px 50px;
    }

    .feature-list3 .heading-txt {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 50px;
    }

    .feature-list3 .heading-txt h2,
    .feature-list3 .heading-txt .h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .feature-list3 .article {
        padding: 0 25px 50px 25px;
    }

    .feature-list3 .article .box .icon {
        height: 70px;
    }

    .feature-list3 .article .box .icon img {
        max-height: 70px;
    }

    .feature-list3 .article .box .aside {
        font-size: 19px;
        line-height: 29px;
    }

    .feature-list3 .article .box .aside h3,
    .feature-list3 .article .box .aside .h3 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 25px;
    }

    .feature-list3 .article .box .aside p {
        padding-right: 0;
        padding-left: 0;
    }

    .feature-list3 .article-wrap {
        margin: 0 -25px -50px -25px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-list3 {
        padding: 50px 0 0 0;
    }

    .feature-list3 .container {
        max-width: 640px;
    }


    .feature-list3 .box-bg {
        border-radius: 40px;
        padding: 40px 25px;
    }

    .feature-list3 .heading-txt {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 40px;
    }

    .feature-list3 .heading-txt h2,
    .feature-list3 .heading-txt .h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .feature-list3 .article {
        width: 100%;
        padding: 0 20px 50px 20px;
    }

    .feature-list3 .article .box .icon {
        height: 60px;
    }

    .feature-list3 .article .box .icon img {
        max-height: 60px;
    }

    .feature-list3 .article .box .aside {
        font-size: 17px;
        line-height: 27px;
    }

    .feature-list3 .article .box .aside h3,
    .feature-list3 .article .box .aside .h3 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .feature-list3 .article-wrap {
        margin: 0 -20px -50px -20px;
    }
}


/* Banner - Slider */
.banner-slider {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 100px 0 0 0;
}

.banner-slider h2, .banner-slider .h2 {
    font-size: 34px;
    color: #303030;
    line-height: 70px;
    padding-bottom: 20px;
}

.banner-slider .slider-wrap {
    width: 100%;
    float: left;
}

.banner-slider .slider-wrap .item {
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 72px;
    overflow: hidden;
    height: 490px;
}

.banner-slider .slider-wrap .item img {
    width: 100%;
    min-width: 800px;
    margin: 0 -400px;
}

.banner-slider .slider-wrap .owl-nav button {
    color: rgba(255, 255, 255, 0.75);
}

.banner-slider .slider-wrap .owl-nav button:hover,
.banner-slider .slider-wrap .owl-nav button:focus,
.banner-slider .slider-wrap .owl-nav button:active {
    color: #ffffff;
}

.banner-slider .slider-wrap .owl-nav button.owl-prev {
    left: 40px;
}

.banner-slider .slider-wrap .owl-nav button.owl-next {
    right: 40px;
}

@media only screen and (max-width: 1399px) {
    .banner-slider {
        padding: 80px 0 0 0;
    }

    .banner-slider h2,
    .banner-slider .h2 {
        font-size: 48px;
        line-height: 64px;
        padding-bottom: 50px;
    }

    .banner-slider .slider-wrap .item {
        border-radius: 64px;
    }

    .banner-slider .slider-wrap .owl-nav button.owl-prev {
        left: 30px;
    }

    .banner-slider .slider-wrap .owl-nav button.owl-next {
        right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-slider {
        padding: 60px 0 0 0;
    }

    .banner-slider h2,
    .banner-slider .h2 {
        font-size: 42px;
        line-height: 56px;
        padding-bottom: 40px;
    }

    .banner-slider .slider-wrap .item {
        border-radius: 48px;
    }

    .banner-slider .slider-wrap .owl-nav button.owl-prev {
        left: 25px;
    }

    .banner-slider .slider-wrap .owl-nav button.owl-next {
        right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-slider {
        padding: 50px 0 0 0;
    }

    .banner-slider h2,
    .banner-slider .h2 {
        font-size: 36px;
        line-height: 50px;
        padding-bottom: 30px;
    }

    .banner-slider .slider-wrap .item {
        border-radius: 32px;
    }

    .banner-slider .slider-wrap .owl-nav button.owl-prev {
        left: 15px;
    }

    .banner-slider .slider-wrap .owl-nav button.owl-next {
        right: 15px;
    }
}


/* Split - Cont5 */
.split-cont4 {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    background: url("../img/split-bg2.png") no-repeat center center;
    background-size: 100% auto;
    position: relative;
    padding: 0 0 60px 0;
}

.split-cont4 .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -35px;
}

.split-cont4 .box .aside {
    width: 60.60%;
    letter-spacing: normal;
    position: relative;
    padding: 0 35px;
}

.split-cont4 .box .aside h2, .split-cont4 .box .aside .h2 {
    padding: 0 0 0px 0;
}

.split-cont4 .box .aside h2:last-child,
.split-cont4 .box .aside .h2:last-child {
    padding-bottom: 0;
}

.split-cont4 .box .aside .txt-max {
    width: 100%;
    max-width: 880px;
    float: left;
}


.split-cont4 .box .aside .btn,
.split-cont4 .box .aside input[type="button"],
.split-cont4 .box .aside input[type="submit"] {
    min-width: 228px;
}


.split-cont4 .box .figure {
    width: 39.40%;
    text-align: right;
    overflow: hidden;
    position: relative;
    padding: 0 35px;
}

.split-cont4 .box .figure img {
    max-width: 100%;
}


.split-cont4.alt {
    background: none;
    padding: 190px 0 170px 0;
}

.split-cont4.alt:before {
    content: "";
    width: 100%;
    height: 5000px;
    float: left;
    background: url("../img/home-bg-2.png") no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
}


@media only screen and (max-width: 1399px) {
    .split-cont4 {
        padding: 0 0 50px 0;
    }

    .split-cont4 .box .aside h2,
    .split-cont4 .box .aside .h2 {
        padding: 0 0 48px 0;
    }

    .split-cont4 .box .aside .btn,
    .split-cont4 .box .aside input[type="button"],
    .split-cont4 .box .aside input[type="submit"] {
        min-width: 200px;
    }

    .split-cont4.alt {
        padding: 150px 0 120px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .split-cont4 {
        padding: 40px 0;
    }

    .split-cont4 .box {
        margin: 0 -25px;
    }

    .split-cont4 .box .aside h2,
    .split-cont4 .box .aside .h2 {
        padding: 0 0 40px 0;
    }

    .split-cont4 .box .aside {
        padding: 0 25px;
    }

    .split-cont4 .box .aside .btn,
    .split-cont4 .box .aside input[type="button"],
    .split-cont4 .box .aside input[type="submit"] {
        min-width: 180px;
    }

    .split-cont4 .box .figure {
        padding: 0 25px;
    }

    .split-cont4.alt {
        padding: 120px 0 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .split-cont4 .box {
        margin: 0;
    }

    .split-cont4 .box .aside {
        width: 100%;
        padding: 0 0 40px 0;
    }

    .split-cont4 .box .aside h2,
    .split-cont4 .box .aside .h2 {
        padding: 0 0 32px 0;
    }

    .split-cont4 .box .aside .btn,
    .split-cont4 .box .aside input[type="button"],
    .split-cont4 .box .aside input[type="submit"] {
        min-width: 170px;
    }

    .split-cont4 .box .figure {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .split-cont4.alt {
        padding: 80px 0 60px 0;
    }
}


/* Team - List */
.team-list {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0 0 200px 0;
}

.team-list h2, .team-list .h2 {
    font-size: 34px;
    color: #e15889;
    line-height: 52px;
    padding-bottom: 25px;
}

.team-list h2:last-child,
.team-list .h2:last-child {
    padding-bottom: 0;
}

.team-list .article {
    width: 33.33%;
    padding: 0 50px 100px 50px;
}

.team-list .article .aside {
    width: 100%;
    font-weight: 300;
    font-size: 27px;
    color: #000000;
    line-height: 42px;
    overflow: hidden;
}

.team-list .article .aside p {
    font-style: italic;
}

.team-list .article .aside .name {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    letter-spacing: 3px;
    padding-bottom: 40px;
}

.team-list .article .aside .name:last-child {
    padding-bottom: 0;
}

.team-list .article .aside .name a {
    color: #000000;
    text-decoration: none;
}

.team-list .article .aside .name a:hover,
.team-list .article .aside .name a:focus,
.team-list .article .aside .name a:active {
    color: #e15889;
}

.team-list .article .figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
    border-radius: 28px;
    margin-bottom: 58px;
}

.team-list .article .figure img {
    width: 100%;
}

.team-list .article-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -50px -100px -50px;
}

@media only screen and (max-width: 1399px) {
    .team-list {
        padding: 0 0 150px 0;
    }

    .team-list h2,
    .team-list .h2 {
        font-size: 42px;
        line-height: 48px;
        padding-bottom: 70px;
    }

    .team-list .article {
        padding: 0 40px 80px 40px;
    }

    .team-list .article .aside {
        font-size: 25px;
        line-height: 34px;
    }

    .team-list .article .aside .name {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 3px;
        padding-bottom: 30px;
    }

    .team-list .article .figure {
        border-radius: 24px;
        margin-bottom: 50px;
    }

    .team-list .article-wrap {
        margin: 0 -40px -80px -40px;
    }
}

@media only screen and (max-width: 1199px) {
    .team-list {
        padding: 0 0 120px 0;
    }

    .team-list h2,
    .team-list .h2 {
        font-size: 34px;
        line-height: 44px;
        padding-bottom: 50px;
    }

    .team-list .article {
        padding: 0 30px 60px 30px;
    }

    .team-list .article .aside {
        font-size: 23px;
        line-height: 33px;
    }

    .team-list .article .aside .name {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 2px;
        padding-bottom: 25px;
    }

    .team-list .article .figure {
        border-radius: 20px;
        margin-bottom: 40px;
    }

    .team-list .article-wrap {
        margin: 0 -30px -60px -30px;
    }
}

@media only screen and (max-width: 1199px) {
    .team-list .article {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .team-list {
        padding: 0 0 80px 0;
    }

    .team-list h2,
    .team-list .h2 {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 40px;
    }

    .team-list .article {
        width: 100%;
        padding: 0 20px 60px 20px;
    }

    .team-list .article .aside {
        font-size: 21px;
        line-height: 31px;
    }

    .team-list .article .aside .name {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .team-list .article .figure {
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .team-list .article-wrap {
        margin: 0 -20px -60px -20px;
    }
}


/* Bottom - CTA - Cont */
.bottom-cta-cont {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 100px 0;
}

.bottom-cta-cont .aside {
    width: 100%;
    max-width: 1230px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.bottom-cta-cont .aside h2,
.bottom-cta-cont .aside .h2 {
    padding-bottom: 66px;
}

.bottom-cta-cont .aside h2:last-child,
.bottom-cta-cont .aside .h2:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 1399px) {
    .bottom-cta-cont {
        padding: 80px 0;
    }

    .bottom-cta-cont .aside h2,
    .bottom-cta-cont .aside .h2 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .bottom-cta-cont {
        padding: 60px 0;
    }

    .bottom-cta-cont .aside h2,
    .bottom-cta-cont .aside .h2 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .bottom-cta-cont {
        padding: 50px 0;
    }

    .bottom-cta-cont .aside h2,
    .bottom-cta-cont .aside .h2 {
        padding-bottom: 30px;
    }
}


/*
 7.) Values
----------------------------------------*/


/* Feature - List */
.feature-list4 {
    width: 100%;
    text-align: center;
    background: #ffffff url("../img/childcare-bg1.png") no-repeat top center;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    padding: 30px 0 75px 0;
}

.feature-list4:before {
    content: "";
    width: 482px;
    height: 1px;
    float: left;
    background: lightgrey;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.feature-list4 .container {
    max-width: 1410px;
}

.feature-list4 .heading-txt {
    color: #3c3c3c;
    padding-bottom: 55px;
}

.feature-list4 .heading-txt:last-child {
    padding-bottom: 0;
}

.feature-list4 .heading-txt h1,
.feature-list4 .heading-txt .h1 {
    padding-bottom: 13px;
}

.feature-list4 .heading-txt h1:last-child,
.feature-list4 .heading-txt .h1:last-child {
    padding-bottom: 0;
}

.feature-list4 .box-bg {
    width: 100%;
    background: #f2efed;
    border-radius: 60px;
    overflow: hidden;
    padding: 30px 40px 30px 40px;
    margin-bottom: 55px;
}

.feature-list4 .box-bg:last-child {
    margin-bottom: 0;
}

.feature-list4 .box-bg .heading-txt {
    padding-bottom: 45px;
}

.feature-list4 .box-bg .article {
    width: 50%;
    padding: 0 10px 80px 10px;
}

.feature-list4 .box-bg .article .box {
    width: 100%;
    float: left;
}

.feature-list4 .box-bg .article .box .icon {
    width: 100%;
    height: 125px;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}

.feature-list4 .box-bg .article .box .icon img {
    max-height: 125px;
}

.feature-list4 .box-bg .article .box h3,
.feature-list4 .box-bg .article .box .h3 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    text-transform: uppercase;
}

.feature-list4 .box-bg .article .box h3 a,
.feature-list4 .box-bg .article .box .h3 a {
    color: #000000;
}

.feature-list4 .article-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px -80px -10px;
}

.feature-list4 .btn-out {
    justify-content: center;
}

.feature-list4 .btn-out .btn,
.feature-list4 .btn-out input[type="button"],
.feature-list4 .btn-out input[type="submit"] {
    min-width: 242px;
}

@media only screen and (max-width: 1399px) {
    .feature-list4 {
        padding: 80px 0 70px 0;
    }

    .feature-list4:before {
        width: 400px;
    }

    .feature-list4 .heading-txt {
        padding-bottom: 50px;
    }

    .feature-list4 .heading-txt h1,
    .feature-list4 .heading-txt .h1 {
        padding-bottom: 10px;
    }

    .feature-list4 .box-bg {
        border-radius: 48px;
        padding: 60px 80px 80px 80px;
        margin-bottom: 50px;
    }

    .feature-list4 .box-bg .heading-txt {
        padding-bottom: 70px;
    }

    .feature-list4 .box-bg .article {
        padding: 0 10px 60px 10px;
    }

    .feature-list4 .box-bg .article .box .icon {
        height: 100px;
        margin-bottom: 30px;
    }

    .feature-list4 .box-bg .article .box .icon img {
        max-height: 100px;
    }

    .feature-list4 .box-bg .article .box h3,
    .feature-list4 .box-bg .article .box .h3 {
        font-size: 22px;
    }

    .feature-list4 .article-wrap {
        margin: 0 -10px -60px -10px;
    }

    .feature-list4 .btn-out .btn,
    .feature-list4 .btn-out input[type="button"],
    .feature-list4 .btn-out input[type="submit"] {
        min-width: 220px;
    }
}

@media only screen and (max-width: 1199px) {
    .feature-list4 {
        padding: 60px 0;
    }

    .feature-list4:before {
        width: 300px;
    }

    .feature-list4 .heading-txt {
        padding-bottom: 40px;
    }

    .feature-list4 .box-bg {
        border-radius: 40px;
        padding: 60px 60px;
        margin-bottom: 40px;
    }

    .feature-list4 .box-bg .heading-txt {
        padding-bottom: 60px;
    }

    .feature-list4 .box-bg .article {
        padding: 0 10px 50px 10px;
    }

    .feature-list4 .box-bg .article .box .icon {
        height: 80px;
        margin-bottom: 25px;
    }

    .feature-list4 .box-bg .article .box .icon img {
        max-height: 80px;
    }

    .feature-list4 .box-bg .article .box h3,
    .feature-list4 .box-bg .article .box .h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .feature-list4 .article-wrap {
        margin: 0 -10px -50px -10px;
    }

    .feature-list4 .btn-out .btn,
    .feature-list4 .btn-out input[type="button"],
    .feature-list4 .btn-out input[type="submit"] {
        min-width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-list4 {
        padding: 40px 0;
    }

    .feature-list4 .container {
        max-width: 640px;
    }

    .feature-list4:before {
        width: 240px;
    }

    .feature-list4 .box-bg {
        border-radius: 32px;
        padding: 40px 25px;
        margin-bottom: 30px;
    }

    .feature-list4 .box-bg .heading-txt {
        padding-bottom: 40px;
    }

    .feature-list4 .box-bg .article {
        padding: 0 10px 40px 10px;
    }

    .feature-list4 .box-bg .article .box .icon {
        height: 60px;
        margin-bottom: 20px;
    }

    .feature-list4 .box-bg .article .box .icon img {
        max-height: 60px;
    }

    .feature-list4 .box-bg .article .box h3,
    .feature-list4 .box-bg .article .box .h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .feature-list4 .article-wrap {
        margin: 0 -10px -40px -10px;
    }

    .feature-list4 .btn-out .btn,
    .feature-list4 .btn-out input[type="button"],
    .feature-list4 .btn-out input[type="submit"] {
        min-width: 180px;
    }
}


/* Row - Cont */
.row-cont {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 35px 0 5px 0;
}

.row-cont .container {
    max-width: 1420px;
}

.row-cont .aside {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.row-cont .aside h2,
.row-cont .aside .h2 {
    padding-bottom: 34px;
}

.row-cont .aside h2:last-child,
.row-cont .aside .h2:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 1399px) {
    .row-cont {
        padding: 80px 0 70px 0;
    }

    .row-cont .aside h2,
    .row-cont .aside .h2 {
        padding-bottom: 32px;
    }
}

@media only screen and (max-width: 1199px) {
    .row-cont {
        padding: 60px 0;
    }

    .row-cont .aside h2,
    .row-cont .aside .h2 {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .row-cont {
        padding: 40px 0;
    }

    .row-cont .container {
        max-width: 640px;
    }

    .row-cont .aside h2,
    .row-cont .aside .h2 {
        padding-bottom: 20px;
    }
}


/* Feature - List */
.feature-list5 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 75px 0 120px 0;
}

.feature-list5 .container {
    max-width: 1400px;
}

.feature-list5 .heading-txt {
    padding-bottom: 100px;
}

.feature-list5 .heading-txt:last-child {
    padding-bottom: 0;
}

.feature-list5 .article {
    width: 50%;
    padding: 0 76px 85px 0px;
}

.feature-list5 .article .box {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 22px;
    color: #000000;
    line-height: 34px;
    background: #f3f1f2;
    border-radius: 56px;
    padding: 30px 50px 40px 50px;
}

.feature-list5 .article .box h3,
.feature-list5 .article .box .h3 {
    font-weight: 600;
    font-size: 25px;
    color: #e15889;
    line-height: 32px;
    padding-bottom: 50px;
}

.feature-list5 .article .box h3:last-child,
.feature-list5 .article .box .h3:last-child {
    padding-bottom: 0;
}

.feature-list5 .article .box p {
    font-style: italic;
}

.feature-list5 .article-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -122px -145px -122px;
}

@media only screen and (max-width: 1399px) {
    .feature-list5 {
        padding: 70px 0 100px 0;
    }

    .feature-list5 .heading-txt {
        padding-bottom: 80px;
    }

    .feature-list5 .article {
        width: 50%;
        padding: 0 60px 80px 60px;
    }

    .feature-list5 .article .box {
        font-size: 20px;
        line-height: 32px;
        border-radius: 48px;
        padding: 30px 40px 40px 40px;
    }

    .feature-list5 .article .box h3,
    .feature-list5 .article .box .h3 {
        font-size: 23px;
        line-height: 30px;
        padding-bottom: 40px;
    }

    .feature-list5 .article-wrap {
        margin: 0 -60px -80px -60px;
    }
}

@media only screen and (max-width: 1199px) {
    .feature-list5 {
        padding: 60px 0 80px 0;
    }

    .feature-list5 .heading-txt {
        padding-bottom: 60px;
    }

    .feature-list5 .article {
        width: 50%;
        padding: 0 40px 60px 40px;
    }

    .feature-list5 .article .box {
        font-size: 18px;
        line-height: 30px;
        border-radius: 40px;
        padding: 30px 40px 40px 40px;
    }

    .feature-list5 .article .box h3,
    .feature-list5 .article .box .h3 {
        font-size: 21px;
        line-height: 29px;
        padding-bottom: 25px;
    }

    .feature-list5 .article-wrap {
        margin: 0 -40px -60px -40px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-list5 {
        padding: 40px 0 60px 0;
    }

    .feature-list5 .container {
        max-width: 640px;
    }

    .feature-list5 .heading-txt {
        padding-bottom: 40px;
    }

    .feature-list5 .article {
        width: 100%;
        padding: 0 20px 40px 20px;
    }

    .feature-list5 .article .box {
        font-size: 16px;
        line-height: 26px;
        border-radius: 40px;
        padding: 30px 25px;
    }

    .feature-list5 .article .box h3,
    .feature-list5 .article .box .h3 {
        font-size: 19px;
        line-height: 25px;
        padding-bottom: 20px;
    }

    .feature-list5 .article-wrap {
        margin: 0 -20px -40px -20px;
    }
}


/* Bottom - CTA - Cont */
.bottom-cta-cont2 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 50px 0 100px 0;
}

.bottom-cta-cont2 .aside {
    width: 100%;
    max-width: 860px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.bottom-cta-cont2 .aside h3,
.bottom-cta-cont2 .aside .h3 {
    font-weight: 500;
    font-size: 29px;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 37px;
}

.bottom-cta-cont2 .aside h3:last-child,
.bottom-cta-cont2 .aside .h3:last-child {
    padding-bottom: 0;
}

.bottom-cta-cont2 .aside .txt {
    padding-bottom: 55px;
}

.bottom-cta-cont2 .aside .txt:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 1399px) {
    .bottom-cta-cont2 {
        padding: 40px 0 80px 0;
    }

    .bottom-cta-cont2 .aside h3,
    .bottom-cta-cont2 .aside .h3 {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 32px;
    }

    .bottom-cta-cont2 .aside .txt {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .bottom-cta-cont2 {
        padding: 30px 0 60px 0;
    }

    .bottom-cta-cont2 .aside h3,
    .bottom-cta-cont2 .aside .h3 {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 25px;
    }

    .bottom-cta-cont2 .aside .txt {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .bottom-cta-cont2 {
        padding: 30px 0 50px 0;
    }

    .bottom-cta-cont2 .aside h3,
    .bottom-cta-cont2 .aside .h3 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .bottom-cta-cont2 .aside .txt {
        padding-bottom: 40px;
    }
}


/*
 8.) Book
----------------------------------------*/


/* Check - Options */
.check-options {
    width: 100%;
    float: left;
}

.check-options input[type=checkbox],
.check-options input[type=radio] {
    display: none;
}

.check-options label {
    width: 100%;
    min-height: 75px;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: #5f5d5d;
    line-height: 30px;
    letter-spacing: 2.5px;
    text-transform: none;
    position: relative;
    padding: 21px 0 0 100px;
    margin: 0;
}

.check-options label:before {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    float: left;
    background-repeat: no-repeat;
    background-size: 75px auto;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.check-options input[type=checkbox] + label:before {
    background-image: url("../img/checkbox-1.png");
    background-position: top;
}

.check-options input[type=checkbox]:checked + label {
    color: #5f5d5d;
}

.check-options input[type=checkbox]:checked + label:before,
.check-options input[type=checkbox]:checked + label:focus:before {
    background-image: url("../img/checkbox-1.png");
    background-position: bottom;
}

@media only screen and (max-width: 1399px) {
    .check-options label {
        min-height: 68px;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 2px;
        padding: 18px 0 0 90px;
    }

    .check-options label:before {
        width: 68px;
        height: 68px;
        background-size: 68px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .check-options label {
        min-height: 60px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1.5px;
        padding: 15px 0 0 80px;
    }

    .check-options label:before {
        width: 60px;
        height: 60px;
        background-size: 60px auto;
    }
}

@media only screen and (max-width: 767px) {
    .check-options label {
        min-height: 56px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1px;
        padding: 14px 0 0 76px;
    }

    .check-options label:before {
        width: 56px;
        height: 56px;
        background-size: 56px auto;
    }
}


/* Book - Visit  */
.book-visit {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 0 0;
}

.book-visit .heading-txt {
    padding-bottom: 35px;
}

.book-visit .heading-txt h1,
.book-visit .heading-txt .h1 {
    padding-bottom: 40px;
}

.book-visit .heading-txt h1:last-child,
.book-visit .heading-txt .h1:last-child {
    padding-bottom: 0;
}

.book-visit .sub-heading {
    text-align: center;
    margin-bottom: 47px
}

.book-visit .sub-heading:last-child {
    margin-bottom: 0;
}

.book-visit .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f2f1f2;
    border-radius: 100px;
    overflow: hidden;
}

.book-visit .box h3,
.book-visit .box .h3 {
    font-weight: 500;
    font-size: 26px;
    color: #e15889;
    line-height: 32px;
    padding-bottom: 15px;
}

.book-visit .box h3:last-child,
.book-visit .box .h3:last-child {
    padding-bottom: 0;
}

.book-visit .box p {
    font-size: 21px;
    line-height: 30px;
}

.book-visit .box ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 25px;
    margin: 0 0 -45px 0;
}

.book-visit .box ul li {
    padding: 0;
    margin: 0 0 45px 0;
}

.book-visit .box ul li:before {
    display: none;
}

.book-visit .box .aside {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-bottom: 65px;
}

.book-visit .box .aside:last-child {
    padding-bottom: 0;
}

.book-visit .box .col-1,
.book-visit .box .col-2,
.book-visit .box .col-3 {
    width: 29.45%;
}

.book-visit .box .col-2 {
    width: 41.10%;
}

.book-visit .box .col-1,
.book-visit .box .col-3 {
    padding: 60px 50px 130px 50px;
}

.book-visit .box .col-3 textarea,
.book-visit .box .col-3 select,
.book-visit .box .col-3 input[type="text"],
.book-visit .box .col-3 input[type="password"],
.book-visit .box .col-3 input[type="datetime"],
.book-visit .box .col-3 input[type="datetime-local"],
.book-visit .box .col-3 input[type="date"],
.book-visit .box .col-3 input[type="month"],
.book-visit .box .col-3 input[type="time"],
.book-visit .box .col-3 input[type="week"],
.book-visit .box .col-3 input[type="number"],
.book-visit .box .col-3 input[type="email"],
.book-visit .box .col-3 input[type="url"],
.book-visit .box .col-3 input[type="search"],
.book-visit .box .col-3 input[type="tel"],
.book-visit .box .col-3 input[type="color"],
.book-visit .box .col-3 .uneditable-input {
    text-align: center;
}

.book-visit .box .col-3 .aside {
    padding-bottom: 195px;
}

.book-visit .box .col-3 .aside:last-child {
    padding-bottom: 0;
}

.book-visit .box .col-3 .aside h3,
.book-visit .box .col-3 .aside .h3 {
    padding-bottom: 30px;
}

.book-visit .box .col-3 .aside h3:last-child,
.book-visit .box .col-3 .aside .h3:last-child {
    padding-bottom: 0;
}

.book-visit .box .col-2 .pink-bg {
    width: 100%;
    height: 100%;
    float: left;
    background: #e687aa;
    padding: 170px 48px;
}

.book-visit .box .col-2 .item {
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 0 0 26px 26px;
    overflow: hidden;
    padding: 0 0 0 0;
}

.book-visit .box .col-2 .item ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 35px 60px 35px;
    margin: 0;
}

.book-visit .box .col-2 .item ul li {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    padding: 0;
    margin: 0 0 18px 0;
}

.book-visit .box .col-2 .item ul li:last-child {
    margin-bottom: 0;
}

.book-visit .box .col-2 .item ul li:before {
    display: none;
}

.book-visit .box .col-2 .item ul li.day-heading {
    color: #5d5d5d;
    margin-bottom: 32px;
}

.book-visit .box .col-2 .item ul li .day {
    width: 14.285%;
    min-height: 1px;
    text-align: center
}

.book-visit .box .col-2 .item .month {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 29px;
    color: #5f4e6b;
    line-height: 40px;
    text-align: center;
    background: #ececec;
    padding: 0 95px;
}


.book-visit .box .owl-nav button {
    width: 95px;
    height: 100px;
    text-indent: -999999px;
    top: 0;
    transform: none;
}

.book-visit .box .owl-nav button:before {
    width: 95px;
    height: 100px;
    float: left;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 60px;
    color: #414141;
    line-height: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    background: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.book-visit .box .owl-nav button.owl-prev:before {
    content: "\f053";
}

.book-visit .box .owl-nav button.owl-next:before {
    content: "\f054";
}


@media only screen and (max-width: 1399px) {
    .book-visit {
        padding: 70px 0 0 0;
    }

    .book-visit .heading-txt {
        padding-bottom: 100px;
    }

    .book-visit .heading-txt h1,
    .book-visit .heading-txt .h1 {
        padding-bottom: 30px;
    }

    .book-visit .sub-heading {
        margin-bottom: 40px
    }

    .book-visit .box {
        border-radius: 72px;
    }

    .book-visit .box h3,
    .book-visit .box .h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .book-visit .box p {
        font-size: 19px;
    }

    .book-visit .box ul {
        padding: 0;
        margin: 0 0 -40px 0;
    }

    .book-visit .box ul li {
        margin: 0 0 40px 0;
    }

    .book-visit .box .aside {
        padding-bottom: 50px;
    }

    .book-visit .box .col-1,
    .book-visit .box .col-3 {
        padding: 40px 30px 80px 30px;
    }

    .book-visit .box .col-3 .aside {
        padding-bottom: 100px;
    }

    .book-visit .box .col-2 .pink-bg {
        width: 100%;
        height: 100%;
        float: left;
        background: #e687aa;
        padding: 150px 30px;
    }

    .book-visit .box .col-2 .item {
        border-radius: 0 0 22px 22px;
    }

    .book-visit .box .col-2 .item ul {
        padding: 30px 20px 40px 20px;
    }

    .book-visit .box .col-2 .item ul li {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 15px 0;
    }

    .book-visit .box .col-2 .item ul li.day-heading {
        margin-bottom: 26px;
    }

    .book-visit .box .col-2 .item .month {
        height: 80px;
        font-size: 26px;
        line-height: 36px;
        padding: 0 70px;
    }


    .book-visit .box .owl-nav button {
        width: 70px;
        height: 80px;
    }

    .book-visit .box .owl-nav button:before {
        width: 70px;
        height: 80px;
        font-size: 40px;

    }
}

@media only screen and (max-width: 1199px) {
    .book-visit {
        padding: 60px 0 0 0;
    }

    .book-visit .heading-txt {
        padding-bottom: 80px;
    }

    .book-visit .heading-txt h1,
    .book-visit .heading-txt .h1 {
        padding-bottom: 25px;
    }

    .book-visit .sub-heading {
        margin-bottom: 35px
    }

    .book-visit .box {
        border-radius: 48px;
    }

    .book-visit .box h3,
    .book-visit .box .h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .book-visit .box p {
        font-size: 17px;
        line-height: 28px
    }

    .book-visit .box ul {
        margin: 0 -15px -30px -15px;
    }

    .book-visit .box ul li {
        width: 50%;
        padding: 0 15px;
        margin: 0 0 30px 0;
    }

    .book-visit .box .aside {
        padding-bottom: 40px;
    }

    .book-visit .box .col-1,
    .book-visit .box .col-2,
    .book-visit .box .col-3 {
        width: 100%;
    }

    .book-visit .box .col-2 {
        width: 100%;
    }

    .book-visit .box .col-1,
    .book-visit .box .col-3 {
        padding: 40px 30px;
    }

    .book-visit .box .col-3 .aside {
        padding-bottom: 40px;
    }

    .book-visit .box .col-2 .pink-bg {
        padding: 40px 30px;
    }
}


@media only screen and (max-width: 767px) {
    .book-visit {
        padding: 50px 0 0 0;
    }

    .book-visit .heading-txt {
        padding-bottom: 60px;
    }

    .book-visit .heading-txt h1,
    .book-visit .heading-txt .h1 {
        padding-bottom: 20px;
    }

    .book-visit .sub-heading {
        margin-bottom: 30px
    }

    .book-visit .box {
        border-radius: 36px;
    }

    .book-visit .box h3,
    .book-visit .box .h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .book-visit .box p {
        font-size: 16px;
        line-height: 26px
    }

    .book-visit .box ul {
        margin: 0 -15px -20px -15px;
    }

    .book-visit .box ul li {
        width: 100%;
        padding: 0 15px;
        margin: 0 0 20px 0;
    }

    .book-visit .box .col-1,
    .book-visit .box .col-2,
    .book-visit .box .col-3 {
        width: 100%;
    }

    .book-visit .box .col-2 {
        width: 100%;
    }


    .book-visit .box .col-1,
    .book-visit .box .col-3 {
        padding: 40px 20px;
    }

    .book-visit .box .col-3 .aside {
        padding-bottom: 40px;
    }

    .book-visit .box .col-2 .pink-bg {
        padding: 40px 20px;
    }

    .book-visit .box .col-2 .item {
        border-radius: 0 0 16px 16px;
    }

    .book-visit .box .col-2 .item ul {
        padding: 25px 10px;
    }

    .book-visit .box .col-2 .item ul li {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 10px 0;
    }

    .book-visit .box .col-2 .item ul li.day-heading {
        margin-bottom: 20px;
    }

    .book-visit .box .col-2 .item .month {
        height: 60px;
        font-size: 20px;
        line-height: 28px;
        padding: 0 40px;
    }

    .book-visit .box .owl-nav button {
        width: 40px;
        height: 60px;

    }

    .book-visit .box .owl-nav button:before {
        width: 40px;
        height: 60px;
        font-size: 24px;

    }
}


/* Child - Info */
.child-info {
    width: 100%;
    overflow: hidden;
    padding: 85px 0 20px 0;
}

.child-info h2,
.child-info .h2 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 75px;
}

.child-info .box {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    background: #f3f1f2;
    border-radius: 110px;
    margin-bottom: 75px;
}

.child-info .box:last-child {
    margin-bottom: 0;
}

.child-info .box .search-form {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 17px solid #e579a0;
    padding: 30px 70px;
}

.child-info .box .search-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -24px -48px -24px;
}

.child-info .box .search-form ul li {
    width: 33.33%;
    padding: 0 24px;
    margin: 0 0 48px 0;
}

.child-info .box .search-form ul li:before {
    display: none;
}

.child-info .box .search-form textarea,
.child-info .box .search-form select,
.child-info .box .search-form input[type="text"],
.child-info .box .search-form input[type="password"],
.child-info .box .search-form input[type="datetime"],
.child-info .box .search-form input[type="datetime-local"],
.child-info .box .search-form input[type="date"],
.child-info .box .search-form input[type="month"],
.child-info .box .search-form input[type="time"],
.child-info .box .search-form input[type="week"],
.child-info .box .search-form input[type="number"],
.child-info .box .search-form input[type="email"],
.child-info .box .search-form input[type="url"],
.child-info .box .search-form input[type="search"],
.child-info .box .search-form input[type="tel"],
.child-info .box .search-form input[type="color"],
.child-info .box .search-form .uneditable-input {
    font-size: 21px;
    padding-right: 22px;
    padding-left: 22px;
}

.child-info .box .search-form .aside {
    width: 100%;
    max-width: 1072px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.child-info .box .form-field {
    width: 100%;
    float: left;
    padding: 45px 70px 110px 70px;
}

.child-info .box .form-field h3,
.child-info .box .form-field .h3 {
    font-weight: 700;
    font-size: 31px;
    color: #e15889;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.child-info .box .form-field h3:last-child,
.child-info .box .form-field .h3:last-child {
    padding-bottom: 0;
}

.child-info .box .form-field .check-options-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 150px 0;;
}

.child-info .box .form-field .check-options-wrap .label-txt {
    width: 70.47%;
    font-weight: 300;
    font-size: 18px;
    line-height: 40px;
    padding: 15px 5% 0 0;
}

.child-info .box .form-field .check-options-wrap .check-options {
    width: 29.53%;
}

.child-info .box .form-field ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 -45px 0;
}

.child-info .box .form-field ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 45px 0;
}

.child-info .box .form-field ul li:before {
    display: none;
}

.child-info .box .form-field ul li textarea {
    height: 332px;
}

.child-info .box .form-field ul li label {
    width: 70.47%;
    padding: 15px 5% 0 0;
    margin: 0;
}

.child-info .box .form-field ul li .input-wrap {
    width: 29.53%;
}

.child-info .btn-out {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.child-info .btn-out .btn, .child-info .btn-out input[type="button"], .child-info .btn-out input[type="submit"] {
    min-width: 242px;
    font-size: 18px;
    padding: 20px 1px 20px 1px;
}

@media only screen and (max-width: 1399px) {
    .child-info {
        padding: 70px 0 120px 0;
    }

    .child-info h2,
    .child-info .h2 {
        font-size: 22px;
        padding-bottom: 60px;
    }

    .child-info .box {
        border-radius: 80px;
        margin-bottom: 60px;
    }

    .child-info .box .search-form {
        border-bottom-width: 12px;
        padding: 30px 60px;
    }

    .child-info .box .search-form ul {
        margin: 0 -20px -40px -20px;
    }

    .child-info .box .search-form ul li {
        padding: 0 20px;
        margin: 0 0 40px 0;
    }

    .child-info .box .search-form textarea,
    .child-info .box .search-form select,
    .child-info .box .search-form input[type="text"],
    .child-info .box .search-form input[type="password"],
    .child-info .box .search-form input[type="datetime"],
    .child-info .box .search-form input[type="datetime-local"],
    .child-info .box .search-form input[type="date"],
    .child-info .box .search-form input[type="month"],
    .child-info .box .search-form input[type="time"],
    .child-info .box .search-form input[type="week"],
    .child-info .box .search-form input[type="number"],
    .child-info .box .search-form input[type="email"],
    .child-info .box .search-form input[type="url"],
    .child-info .box .search-form input[type="search"],
    .child-info .box .search-form input[type="tel"],
    .child-info .box .search-form input[type="color"],
    .child-info .box .search-form .uneditable-input {
        font-size: 19px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .child-info .box .form-field {
        width: 100%;
        float: left;
        padding: 40px 60px 80px 60px;
    }

    .child-info .box .form-field h3,
    .child-info .box .form-field .h3 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 35px;
    }

    .child-info .box .form-field .check-options-wrap {
        padding: 0 0 120px 0;;
    }

    .child-info .box .form-field .check-options-wrap .label-txt {
        width: 60%;
        font-size: 24px;
        line-height: 36px;
        padding: 12px 5% 0 0;
    }

    .child-info .box .form-field .check-options-wrap .check-options {
        width: 40%;
    }

    .child-info .box .form-field ul {
        margin: 0 0 -35px 0;
    }

    .child-info .box .form-field ul li {
        margin: 0 0 35px 0;
    }

    .child-info .box .form-field ul li textarea {
        height: 300px;
    }

    .child-info .box .form-field ul li label {
        width: 60%;
        padding: 12px 5% 0 0;
    }

    .child-info .box .form-field ul li .input-wrap {
        width: 40%;
    }

    .child-info .btn-out .btn,
    .child-info .btn-out input[type="button"],
    .child-info .btn-out input[type="submit"] {
        min-width: 220px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .child-info {
        padding: 60px 0 80px 0;
    }

    .child-info h2,
    .child-info .h2 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 50px;
    }

    .child-info .box {
        border-radius: 56px;
        margin-bottom: 60px;
    }

    .child-info .box .search-form {
        border-bottom-width: 10px;
        padding: 25px 40px;
    }

    .child-info .box .search-form ul {
        margin: 0 -10px -20px -10px;
    }

    .child-info .box .search-form ul li {
        padding: 0 10px;
        margin: 0 0 20px 0;
    }

    .child-info .box .search-form textarea,
    .child-info .box .search-form select,
    .child-info .box .search-form input[type="text"],
    .child-info .box .search-form input[type="password"],
    .child-info .box .search-form input[type="datetime"],
    .child-info .box .search-form input[type="datetime-local"],
    .child-info .box .search-form input[type="date"],
    .child-info .box .search-form input[type="month"],
    .child-info .box .search-form input[type="time"],
    .child-info .box .search-form input[type="week"],
    .child-info .box .search-form input[type="number"],
    .child-info .box .search-form input[type="email"],
    .child-info .box .search-form input[type="url"],
    .child-info .box .search-form input[type="search"],
    .child-info .box .search-form input[type="tel"],
    .child-info .box .search-form input[type="color"],
    .child-info .box .search-form .uneditable-input {
        font-size: 17px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .child-info .box .form-field {
        padding: 40px 40px 60px 40px;
    }

    .child-info .box .form-field h3,
    .child-info .box .form-field .h3 {
        font-size: 26px;
        line-height: 34px;
        padding-bottom: 30px;
    }

    .child-info .box .form-field .check-options-wrap {
        padding: 0 0 80px 0;
    }

    .child-info .box .form-field .check-options-wrap .label-txt {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 20px 0 0;
    }

    .child-info .box .form-field ul {
        margin: 0 0 -30px 0;
    }

    .child-info .box .form-field ul li {
        margin: 0 0 30px 0;
    }

    .child-info .box .form-field ul li textarea {
        height: 260px;
    }

    .child-info .box .form-field ul li label {
        padding: 10px 20px 0 0;
    }

    .child-info .btn-out .btn,
    .child-info .btn-out input[type="button"],
    .child-info .btn-out input[type="submit"] {
        min-width: 200px;
        font-size: 20px;
    }
}


@media only screen and (max-width: 767px) {
    .child-info {
        padding: 50px 0 60px 0;
    }

    .child-info h2,
    .child-info .h2 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 40px;
    }

    .child-info .box {
        border-radius: 36px;
        margin-bottom: 40px;
    }

    .child-info .box .search-form {
        border-bottom-width: 8px;
        padding: 25px 25px;
    }

    .child-info .box .search-form ul li {
        width: 100%;
    }

    .child-info .box .search-form textarea,
    .child-info .box .search-form select,
    .child-info .box .search-form input[type="text"],
    .child-info .box .search-form input[type="password"],
    .child-info .box .search-form input[type="datetime"],
    .child-info .box .search-form input[type="datetime-local"],
    .child-info .box .search-form input[type="date"],
    .child-info .box .search-form input[type="month"],
    .child-info .box .search-form input[type="time"],
    .child-info .box .search-form input[type="week"],
    .child-info .box .search-form input[type="number"],
    .child-info .box .search-form input[type="email"],
    .child-info .box .search-form input[type="url"],
    .child-info .box .search-form input[type="search"],
    .child-info .box .search-form input[type="tel"],
    .child-info .box .search-form input[type="color"],
    .child-info .box .search-form .uneditable-input {
        font-size: 16px;
    }

    .child-info .box .form-field {
        padding: 40px 25px;
    }

    .child-info .box .form-field h3,
    .child-info .box .form-field .h3 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 25px;
    }

    .child-info .box .form-field .check-options-wrap {
        padding: 0 0 60px 0;
    }

    .child-info .box .form-field .check-options-wrap .label-txt {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        padding: 0 0 12px 0;
    }

    .child-info .box .form-field .check-options-wrap .check-options {
        width: 100%;
    }

    .child-info .box .form-field ul {
        margin: 0 0 -30px 0;
    }

    .child-info .box .form-field ul li {
        margin: 0 0 30px 0;
    }

    .child-info .box .form-field ul li textarea {
        height: 220px;
    }

    .child-info .box .form-field ul li label {
        width: 100%;
        padding: 0 0 12px 0;
    }

    .child-info .box .form-field ul li .input-wrap {
        width: 100%;
    }

    .child-info .btn-out .btn,
    .child-info .btn-out input[type="button"],
    .child-info .btn-out input[type="submit"] {
        min-width: 180px;
        font-size: 18px;
    }
}


/*
 9.) Contact US
----------------------------------------*/


/* Contact - Top - Cont */
.contact-top-cont {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 100px 0;
}

.contact-top-cont .aside {
    width: 100%;
    max-width: 1360px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.contact-top-cont .aside h1,
.contact-top-cont .aside .h1 {
    padding-bottom: 34px;
}

@media only screen and (max-width: 1399px) {
    .contact-top-cont {
        padding: 80px 0;
    }

    .contact-top-cont .aside h1,
    .contact-top-cont .aside .h1 {
        padding-bottom: 30px;
    }

}

@media only screen and (max-width: 1199px) {
    .contact-top-cont {
        padding: 60px 0;
    }

    .contact-top-cont .aside h1,
    .contact-top-cont .aside .h1 {
        padding-bottom: 25px;
    }

}

@media only screen and (max-width: 767px) {
    .contact-top-cont {
        padding: 50px 0;
    }

    .contact-top-cont .aside h1,
    .contact-top-cont .aside .h1 {
        padding-bottom: 20px;
    }
}


/* Text - Colors */
.white {
    color: #ffffff !important;
}

.black {
    color: #000000 !important;
}

.blue {
    color: #284776 !important;
}

.purple {
    color: #5f4e6b !important;
}

.pink {
    color: #e15889 !important;
}

.green {
    color: #06bd63 !important;
}

.yellow {
    color: #d6ae00 !important;
}

.article p {
    font-size: 22px !important;
}

.home-bullets p strong {
    margin-bottom: -18px !important;
    display: block;
}

.two-col-articles .article .aside .txt-max {
    width: 100%;
    max-width: 690px;
    float: right;
    text-align: left;
}

.safety .aside {
    margin-top: -5em;
}

.end-copy-outer {
    background: whitesmoke;
    padding: 3em 1em;
    margin-bottom: 12em;
}

.end-copy ul {
    text-align: left;
}

.end-copy {
    text-align: left;
}

.end-copy-left {
    width: 57%;
}

.end-copy.article {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.end-copy-right {
    text-align: center;
    width: 37%;
}


.end-copy-right .btn {
    margin-top: 2em;
}

.about-intro p {
    text-align: left;
}

.end-copy-outer {
    background: white;
    padding: 3em 1em;
    background-size: cover;
    background-position: 0 -130px;
}

.end-copy-right h4 {
    margin-top: 1.5em;
    font-size: 1.1em;
}

.txt-max ul {
    font-size: 1.3em;
}

.top-bar .contact-us a {
    font-family: poppins, sans-serif;
    font-size: 27px;
}

.aside.about-intro {
    font-size: 22px;
}

.end-copy-left {
    background: rgb(185 185 185 / 10%);
    padding: 2em;
    /* opacity: 0.5; */
    border: 2px solid #e15889;
    border-radius: 50px;
}

.values-list ul {
    text-align: left;
}

.brighter-future {
    margin-top: 4em;
    background: #ffc0cb69;
    width: 70%;
    margin: 4em auto;
    padding: 2em;
    border-radius: 50px;
}

.values-blurb {
    text-align: left;
}


.story-blurb {
    text-align: left;
    width: 50%;
    margin: 0 auto;
}

img.sig {
    margin: 0 0 0 -30px;
    width: 280px;
}

.footer-main .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
}

.footer-links .article {
    text-align: center;
}

.feature-list4.thanks:before {
    content: none;
}


.terms-conditions-container {
    text-align: left !important;
}

.center-text {
    text-align: center !important;
}

.childcare-blurb .btn-out {
    display: flex;
    justify-content: center;
}

.btn-out::after {
    content: "";
    background: lightgrey;
    height: 2px;
    display: block;
}

.figure.flex-center {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.figure.flex-center.more-about .btn-out {
    margin-top: 1.5em;
}


@media only screen and (max-width: 767px) {
    .end-copy-left {
        width: 100%;
    }

    .end-copy-right {
        width: 100%;
        margin-top: 2em;
    }

    .article.home-bullets.safety .txt-max {
        margin-top: 4em;
    }

    .top-bar .contact-us a {
        font-size: 1em;
    }

    .header-main .main-menu .nav-bar nav ul li:hover ul {
        display: none !important;
    }


}

nav ul li {
    position: relative;
}

.header-main .main-menu .nav-bar nav ul li ul {
    position: absolute;
    top: 50px;
    left: -10px;
    width: 700px;
    background: white;
    padding: 0 !important;
    display: none;
    float: left;
    width: 390px;
    padding: 10px !important;
    background: white !important;
}

.header-main .main-menu .nav-bar nav ul li:hover ul {
    display: block;
}

.header-main .main-menu .nav-bar nav ul li ul li a {
    font-size: 0.8em;
    line-height: 2.5em;
}

.header-main .main-menu .nav-bar nav ul li ul li:hover a {
    text-decoration: underline;
}

.header-main .main-menu .nav-bar nav ul li ul li a:before {
    background: none !important;
}

.header-main .main-menu .nav-bar nav ul li:hover ul {
    display: block;
    z-index: 1;
    box-shadow: 3px 12px 20px 0px grey;
}

.header-main .main-menu .nav-bar nav ul li ul li {
    margin-right: 0;
}

.header-first-day {
    text-align: center;
}

.header-first-day i {
    color: #D45E91;
    font-size: 4em;
    margin-bottom: 1rem;
}

.header-confidence {
    text-align: center;
}

.header-confidence i {
    color: #06BD63;
    font-size: 4em;
    margin-bottom: 1rem;
}

.header-support {
    text-align: center;
}

.header-support i {
    color: #FCD423;
    font-size: 4em;
    margin-bottom: 1rem;
}


/* Blog */

.blog .aside {
    text-align: left;
}

.blog .aside .hentry img {
    float: right;
    width: 100%;
    max-width: 200px;
    margin: 0 1em;
}

.blog .aside ul li:before {
    content: none;
}

.blog .description.e-content {
    margin: 1em 0 0;
}

/*Ebook*/

.ebook.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ebook.header {
    width: 50%;
}

.ebook.header h2 {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 1em;
}

.ebook-aside.aside {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
}

.ebook-aside.aside .ebook-item {
    width: 25%;
    padding: 0.5em;
}

.ebook-aside.aside .ebook-item h3 {
    text-transform: capitalize;
    padding: 1em 0 .5em;
    font-size: 1em;
    line-height: normal;
}

@media screen and (max-width: 800px) {
    .ebook-aside.aside .ebook-item {
        width: 100%;
    }

    .ebook.header {
        width: 100%;
    }
}

.ebook-item a {
    color: unset;
}

.ebook-item a:hover {
    text-decoration: underline;
}

.ebook-detail {
    display: flex;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
}

.ebook-detail-left {
    width: 35%;
}

.ebook-detail-right {
    width: 65%;
    text-align: left;
    padding: 0 0 0 2em;
}

.ebook-detail-form input[type=text], .ebook-detail-form input[type=email] {
    border: 1px solid lightgrey;
    margin: 0 0 1em 0;
}

.ebook-detail-form {
    background: lightyellow;
    padding: 2em;
    border-radius: 1em;
    border: 1px solid deeppink;
    margin: 1em 0;
}

.ebook-detail-image {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.ebook-detail-image {
    box-shadow: 13px 13px 12px rgba(0, 0, 0, 0.2);
}

.ebook-detail-form input[type=submit] {
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 1.2em 1.7em;
    letter-spacing: 0px;
    font-weight: 500;
}

.ebook-detail-form form input[name="firstname"], .ebook-detail-form form input[name="lastname"] {
    width: 48%;
}

.ebook-detail-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

h4.free-guide {
    font-weight: 500;
    width: 100%;
    color: #000000ba;
}

.ebook-detail-right a.download-btn {
    font-weight: 500;
}

.reviews-outer {
    background: whitesmoke;
}

.reviews {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.reviews .review {
    padding: 1em;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

.review i.fa-quote-left {
    margin-right: 5px;
}

.review i.fa-quote-right {
    margin-left: 5px;
}

.star-rating {
    font-size: 24px; /* Adjust star size */
    color: gold; /* Star color */
    letter-spacing: 5px; /* Adjust spacing between stars */
}

.star-rating::before {
    content: "★★★★★"; /* 5 stars */
}

@media screen and (max-width: 800px) {
    .ebook-detail-left {
        width: 100%;
    }

    .ebook-detail-right {
        width: 100%;
        margin: unset;
        padding: 1em 0;
        text-align: center;
    }

    .ebook-detail-form form input[name="firstname"], .ebook-detail-form form input[name="lastname"] {
        width: 100%;
    }

    .ebook-detail-form input[type=submit] {
        margin: 0 auto;
    }

    .ebook-detail-right ul li {
        text-align: left;
    }
    .reviews .review:not(:first-child) {
        display: none;
    }
}

a.headline { color: white; }
a.headline:hover { text-decoration: underline; }
