/*GENERAL
--------------------------------------*/
:root {
    --c1: #474444;
    --c2: #ffffff;
    --c3: #464444;
    --c4: #000000;
    --c5: #1d1d1b;
}

body {
    font: normal normal 24px 'Montserrat', sans-serif;
    color: #fff;
}

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

:focus {
    outline: none;
}

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

#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
}

.content {
    padding-top: 160px;
}

.bic-title {
    color: var(--c1);
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 115px;
    position: relative;
    text-align: center;
}

.bic-title.white {
    color: var(--c2);
}

.bic-title.gradient {
    padding-bottom: 60px;
}

.bic-title.gradient:before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: linear-gradient(90deg,
        hsl(285deg 80% 57%) 0%,
        hsl(273deg 88% 63%) 11%,
        hsl(261deg 97% 69%) 22%,
        hsl(249deg 100% 72%) 33%,
        hsl(235deg 100% 72%) 44%,
        hsl(224deg 100% 68%) 56%,
        hsl(216deg 100% 64%) 67%,
        hsl(210deg 100% 59%) 78%,
        hsl(206deg 100% 55%) 89%,
        hsl(203deg 100% 54%) 100%);
    max-width: 386px;
}

.bic-btn {
    font-size: 30px;
    font-weight: 700;
    height: 52px;
    padding: 0 20px;
    line-height: 52px;
    text-align: center;
    border-radius: 500px;
    display: inline-block;
    background: var(--c1);
    border: unset;
    cursor: pointer;
    transition: box-shadow .3s, transform .3s;
    box-shadow: unset;
}

.bic-btn:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    transform: translateY(-2px) scale(1.005);
}

.bic-gradient {
    background-image: linear-gradient(90deg,
        hsl(285deg 80% 57%) 0%,
        hsl(273deg 88% 63%) 11%,
        hsl(261deg 97% 69%) 22%,
        hsl(249deg 100% 72%) 33%,
        hsl(235deg 100% 72%) 44%,
        hsl(224deg 100% 68%) 56%,
        hsl(216deg 100% 64%) 67%,
        hsl(210deg 100% 59%) 78%,
        hsl(206deg 100% 55%) 89%,
        hsl(203deg 100% 54%) 100%);
}

/*LAYOUT
--------------------------------------*/
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 160px;
    transition: transform .3s;
}

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

#logo {
    width: 240px;
    display: block;
    transition: transform .3s;
}

#logo:hover {
    transform: scale(1.03);
}

#logo img {
    width: 100%;
}

#nav {}

#nav ul {}

#nav li {
    display: inline-block;
    margin-right: 26px;
}

#nav a {
    color: var(--c5);
    font-weight: 400;
    font-size: 19px;
    position: relative;
    display: inline-block;
}

#nav a:before {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: currentColor;
    transition: width .3s;
}

#nav a:hover:before {
    width: 100%;
}

#nav .current a {
    font-weight: bold;
}

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

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    background: rgb(68 145 207 / 93%);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 74px;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 15px 0 0;
}

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

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

.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: var(--c1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header-lang {
    display: flex;
    align-items: center;
}

#header-lang a {
    display: inline-block;
    width: 35px;
    margin-right: 10px;
    transition: transform .3s;
}

#header-lang a:hover {
    transform: scale(1.03)
}

#header-lang img {
    width: 100%;
}

#footer {
    height: 365px;
    background: url(../img/footer.jpg) no-repeat center / cover;
}

.footer-col {}

#footer-logo {}

#footer small {}

#main {
    height: 535px;
    background: url(../img/main.jpg) no-repeat center / cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#main h1 {
    color: var(--c2);
    font-size: 41px;
    font-weight: 700;
    text-align: center;
    max-width: 665px;
    padding-bottom: 20px;
    position: relative;
}

#main h1:before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: linear-gradient(90deg,
        hsl(285deg 80% 57%) 0%,
        hsl(273deg 88% 63%) 11%,
        hsl(261deg 97% 69%) 22%,
        hsl(249deg 100% 72%) 33%,
        hsl(235deg 100% 72%) 44%,
        hsl(224deg 100% 68%) 56%,
        hsl(216deg 100% 64%) 67%,
        hsl(210deg 100% 59%) 78%,
        hsl(206deg 100% 55%) 89%,
        hsl(203deg 100% 54%) 100%);
}

#intro {
    text-align: center;
    padding: 60px 0 120px;
}

#intro img {
    display: block;
    margin: 0 auto 20px;
    max-height: 190px;
}

#intro span {
    color: var(--c1);
    font-size: 22px;
    font-weight: 700;
}

#about {
    text-align: center;
}

#about-content {
    background: var(--c1);
    padding: 50px 0;
    text-align: center;
}

#about p {
    color: var(--c2);
    font-size: 30px;
    font-weight: 300;
}

#about p:not(:last-child) {
    margin-bottom: 35px;
}

#about #certs {
    text-align: center;
    padding: 55px 0;
}

#about #certs img {
    max-width: 995px;
    width: 100%;
}

#contact-top {
    color: var(--c2);
    background: #9acad4 url(../img/contact.png) no-repeat right center / auto 100%;
    text-align: center;
    padding: 75px 0;
    margin-bottom: 50px;
}

#contact-top strong {
    font-weight: 700;
}

#contact-top h2 {
    font-size: 35px;
    font-style: normal;
    margin-bottom: 40px;
}

#contact-top p {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
}

#services {}

#services img {
    display: block;
    margin: 0 auto 125px;
    max-width: 195px;
}

#services h3 {
    color: var(--c1);
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 50px;
    margin-bottom: 20px;
    position: relative;
    min-height: 130px;
}

#services h3:before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

#services p {
    color: var(--c4);
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

#contact-middle {
    padding: 65px 0;
    text-align: center;
}

#contact-middle h3 {
    color: var(--c2);
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 30px;
}

#team {
    padding: 65px 0;
}

#team img {
    width: 288px;
}

#team h3 {
    color: var(--c4);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

#team p {
    color: var(--c4);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: justify;
}

#faqs-title {
    padding: 80px 0;
    background: var(--c1);
    text-align: center;
}

.faqs-list, 
#faqs .accordion {
    padding: 35px 0;
}

.faqs-item,
#faqs .accordion-button {
    color: var(--c1);
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-right: 30px;
    padding-left: 0;
}

#faqs .accordion-button:not(.collapsed){
    background: unset;
}

#faqs .accordion-body {
    color: var(--c1);
}

#faqs .accordion-item {
    border: unset;
    margin-bottom: 60px;
}

.faqs-item:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent var(--c1) transparent;
    position: absolute;
    top: 3px;
    right: 0;
    transform: rotate(180deg);
}

#faqs-img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background: url(../img/faqs.png) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
}

#contact-bottom {
    margin-bottom: 115px;
}

#contact-bottom-header {
    padding: 45px 0;
    text-align: center;
    margin-bottom: 76px;
}

#contact-bottom-header h4 {
    color: var(--c2);
    font-size: 43px;
    font-weight: 300;
    margin-bottom: 45px;
}

#contact-bottom-header h4 strong {
    font-weight: 700;
}

#contact-bottom #contact-info {}

#contact-bottom #contact-info ul {}

#contact-bottom #contact-info li {
    color: var(--c3);
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 40px;
}

#contact-bottom #contact-info a:hover {
    color: #9963fd;
}

#contact-bottom #contact-info img {
    margin-right: 10px;
    max-width: 27px;
    max-height: 90px;
}

#contact-bottom form {
    position: relative;
}

#contact-bottom .contact-field {
    margin-bottom: 15px;
    position: relative;
}

#contact-bottom input:not([type="submit"]),
#contact-bottom textarea {
    color: var(--c3);
    font-size: 25px;
    font-weight: 300;
    width: 100%;
    border: 1px solid #bebebe;
    background: unset;
    border-radius: 5px;
}

#contact-bottom input:not([type="submit"]) {
    height: 60px;
    line-height: 60;
    padding: 0 5px;
}

#contact-bottom textarea {
    height: 130px;
    padding: 5px;
}

#contact-bottom input[type="submit"] {
    color: var(--c2);
    margin-top: 20px;
}

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

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

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

#contact-bottom #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-bottom #contact-msg-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}

#contact-bottom #contact-msg-text h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: var(--c4);
    line-height: 1.5;
}

#contact-bottom #contact-msg-text p {
    font-size: 18px;
    color: var(--c4);
    line-height: 1.5;
    font-weight: 400;
}

/*MQ
--------------------------------------*/
@media screen and (max-width: 991px) {
    .bic-title {
        font-size: 31px;
        margin-bottom: 65px;
    }

    .bic-title.gradient {
        padding-bottom: 40px;
    }

    .bic-btn {
        font-size: 20px;
        height: 42px;
        line-height: 42px;
    }

    .content {
        padding-top: 100px;
    }

    #header {
        height: 100px;
    }

    
    #logo {
        width: 180px;
    }

    #header-lang {
        position: absolute;
        right: 50px;
        top: 25;
        z-index: 20;
    }

    #nav {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #main h1 {
        font-size: 30px;
    }

    #intro img {
        width: 120px;
    }

    #about p {
        font-size: 20px;
    }

    #about #certs{
        padding-left: 15px;
        padding-right: 15px;
    }

    #contact-top {
        background-image: unset;
    }

    #contact-top h2,
    #contact-top p {
        font-size: 25px;
    }

    #services img {
        margin-bottom: 50px;
    }

    #contact-middle h3 {
        font-size: 28px;
    }

    #team {
        text-align: center;
    }

    #team img {
        margin-bottom: 50px;
    }

    #services h3{
        min-height: unset;
    }

    .faqs-item {
        font-size: 18px;
    }

    .faqs-item:before {
        border-width: 0 10px 10px 10px;
    }

    #contact-bottom-header h4 {
        font-size: 33px;
    }

    #contact-bottom #contact-info {
        text-align: center;
    }

    #contact-bottom #contact-info li {
        font-size: 16px;
    }

    #contact-bottom #contact-info img {
        display: block;
        margin: 0 auto 20px;
    }

    #contact-bottom input[type="submit"] {
        display: block;
        margin: 0 auto;
    }
}