/*GENERAL
--------------------------------------*/
:root {
    --bs-heading-color: #000;
}


body {
    font: normal normal 2.5rem 'Poppins', sans-serif;
    color: #000;
}

body.pace-running:before {
    opacity: 1
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: currentColor;
}

a {
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

p {
    margin: 0;
    font-size: 2.5rem;
}


h2 {
    font-size: 3.75rem;
    font-weight: 800;
}

h3 {
    font-size: 1.875rem;
    font-weight: 800;
    position: relative;
    display: inline-block;
}

h3:before {
    display: block;
    content: '';
    width: 90%;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    background: #000;
}

:focus {
    outline: none;
}

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

.fw-extrabold {
    font-weight: 800 !important;
}

#main-container {
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.parallax-mirror {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.pace-done #main-container {
    opacity: 1 !important
}

.pace-done .parallax-mirror {
    opacity: 1
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.inner-wrapper {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 15px;
}

.inner-wrapper.col-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

a.btn,
input.btn {
    height: 68px;
    padding: 0 40px;
    line-height: 68px;
    background: #1780eb;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    border-radius: 10px;
    margin: 0 auto 0 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

a.btn:hover,
input.btn:hover {
    background: #268ffb;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:focus::-webkit-input-placeholder {
    opacity: .3
}

:focus::-moz-placeholder {
    opacity: .3
}

:focus:-ms-input-placeholder {
    opacity: .3
}

:focus:-moz-placeholder {
    opacity: .3
}

.epa-btn {
    display: inline-block;
    height: 4.3rem;
    line-height: 4rem;
    text-align: center;
    border: 3px solid #000;
    border-radius: 500px;
    padding: 0 2.5rem;
    font-weight: 800;
    font-size: 1.25rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
}

.epa-btn:hover {
    background: #fff !important;
}

.epa-btn.hover-green:hover {
    background: #bae127 !important;
}


/*LAYOUT
--------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 5;
    transition: all .3s;
}

#header.headroom--unpinned {
    transform: translateY(-150px);
}

#header.headroom--not-top {
    background: #fff;
}

#logo {
    width: 260px;
}

#logo img {
    width: 100%;
}

#logo h1{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}

.main h2{
    font-size: 2.5rem;
    font-weight: normal;
}
#nav {}

#nav li {
    display: flex;
    align-items: center;

}

#nav li,
#header-social a {
    margin-left: 1.5rem
}

#nav a {
    font-size: 1.125rem;
    font-weight: bold;
}

#nav a:hover,
#header-social a:hover {
    color: #bae127;
}

#header-contact {
    background: #000;
    color: #fff;
    width: 137px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

#nav #header-contact:hover {
    background: #bae127;
    color: #000;
}

.slicknav_menu {
    position: absolute;
    right: 0;
    top: 30px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    display: none;
    z-index: 10;
}

.slicknav_nav {
    margin: 0;
    background: rgb(103 209 255 / 88%);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    color: #000;
    text-align: center;
    padding: 15px 0 0;
}

.slicknav_nav ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slicknav_nav li {
    margin-bottom: 30px;
}

.slicknav_nav li a.active,
.slicknav_nav li a.focus,
.slicknav_nav a:hover {
    color: #00a651;
    background: unset;
}

.slicknav_btn {
    background: unset;
    margin: 10px 5px 6px;
}

.slicknav_menu .slicknav_icon-bar {
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer {}

.footer-col {}

#footer-logo {}

#footer small {}

#footer-social {
    color: #BBE227;
}

#footer ul a:hover {
    color: #bae127;
}

#footer-social a:hover {
    color: #fff;
}

#main {
    background: #D0ABFF;
    height: 50vw;
}

#main img {
    width: 70vw;
}

#intro {
    background: #bae127;
}


.service-parent-desktop {
    overflow: visible !important;
}

.services-item {
    border-radius: 35px;
    background: #eee;
    height: 100%;
    position: relative;
}


.services-item>div {
    height: 100%;
}

.services-item.people {
    background: #FF8FAA;
}

.services-item.org {
    background: #8E9AFF;
}

.services-item img {
    position: absolute;
    top: 1rem;
    right: 3.125rem;
    width: 100%;
    height: 100%;
    max-width: 8.75rem;
    max-height: 8.75rem;
}

.services-container {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
    margin-top: -50px;
    z-index: 1;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
}

.services-container.active {
    height: auto;
    opacity: 1;
}

.services-content {
    border-radius: 0 0 30px 30px;
    opacity: 0;
    position: absolute;
    transition: all .3s;
}

.services-content.active {
    opacity: 1;
}

.services-content.people {
    background: #FF8FAA;
}

.services-content.people h5 span:first-child {
    font-size: 5rem;
    color: #fff;
}

.services-content.people ul li {
    padding-left: 15px;
    position: relative;
}

.services-content.people ul li:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 15px;
    background: #000;
    border-radius: 50%;
}

.services-content.org {
    background: #8E9AFF;
}


.services-content.org ul li {
    padding: 2rem;
    width: calc(50% - 1rem);
    background: #B6BEFF;
    border-radius: 10px;
    text-align: center;
    position: relative;
    line-height: 1;
    font-size: 1.125rem;
    font-weight: 800;
    margin: .5rem;
}

.training-item {
    border-radius: 35px;
    border: 2px solid #BAE127;
    height: 100%;
    position: relative;
}

.training-item li {
    position: relative;
    padding-left: 10px;
}

.training-item li:before {
    display: block;
    content: '·';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.training-item img {
    max-width: 250px;
}

#about,
#contact {
    background: #B1E7FF;
}

#contact a:hover {
    color: #bae127 !important;
}

#about .ico:hover {
    background: #bae127 !important;
}

#about p {
    font-size: 1.2rem;
}

#social {
    background: #67D1FF;
}

#social a:hover {
    color: #fff;
}

#contact form {
    font-size: 1.125rem;
}

#contact input:not([type="submit"]),
#contact select,
#contact textarea {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #ECE3E3;
    border-radius: 14px;
}

#contact input:not([type="submit"]),
#contact select {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

#contact textarea {
    height: 175px;
    padding: 10px;
}

#contact input[type="submit"] {
    width: 232px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #F1AEAD;
    border: unset;
    border-radius: 10px;
    font-weight: 800;
    transition: all .3s;
}

#contact input[type="submit"]:hover {
    background: #bae127
}


.grecaptcha-badge {
    visibility: hidden;
}

#contact .parsley-errors-list {
    display: none;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #ff5252;
    text-align: center;
    padding: 0 5px;
}


#contact .parsley-errors-list.filled {
    display: block;
}

#contact #contact-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

#contact #contact-loader #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(../img/loader.svg) no-repeat center;
}

#contact #contact-msg-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}

#contact #contact-msg-text h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: currentColor;
    line-height: 1.5;
}

#contact #contact-msg-text p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

/*MQ
--------------------------------------*/
@media screen and (max-width: 991px) {
    :root {
        font-size: 12px;
    }

    .mw-480 {
        max-width: 480px
    }

    .epa-btn {
        font-size: 1rem;
        padding: 0 1rem;
    }

    #main-container {
        overflow-x: hidden;
    }

    #header-social {
        margin-right: 50px;
    }

    #header-social a {
        margin-left: 1rem;
        vertical-align: middle;
        line-height: 0;
    }

    #logo {
        width: 200px;
        z-index: 15;
        line-height: 0;
    }

    #nav {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    body {
        text-align: center;
    }

    #main {
        height: auto;
        padding-top: 130px;
    }

    #main img {
        width: 100%;
    }

    .services-item>div {
        height: unset;
    }

    .services-item img {
        top: 15px;
        right: 15px;
        max-width: 70px;
        max-height: 70px;
    }

    .services-container {
        position: relative;
        margin-top: 0;
    }

    .services-content.org ul li {
        width: 100%;
    }

    .services-content.people ul li {
        padding-left: 0;
        padding-top: 20px;
    }

    .services-content.people ul li:first-child:before {
        display: none;
    }

    .services-content.people ul li:before {
        top: 0;
        right: 0;
        margin: 0 auto;
    }

    .training-item li {
        padding-left: 0;
        padding-top: 20px;
    }

    .training-item li:first-child:before {
        display: none;
    }

    .training-item li:before {
        right: 0;
        margin: 0 auto;
    }
    .red-ig{font-size: 13px;}
}