@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/metropolis-regular-webfont.woff2") format("woff2"), url("../fonts/metropolis-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/metropolis-bold-webfont.woff2") format("woff2"), url("../fonts/metropolis-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/metropolis-medium-webfont.woff2") format("woff2"), url("../fonts/metropolis-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/metropolis-semibold-webfont.woff2") format("woff2"), url("../fonts/metropolis-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

body {
    color: #1F2933;
    font-family: 'Metropolis';
    line-height: 1.375;
}

a {
    color: #4630EB;
    outline: none;
}

p {
    margin-bottom: 1.8rem;
}

label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

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

.text-primary {
    color: #4630EB !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.header {
    z-index: 1030;
}

.header .navbar {
    padding: 14px 0;
}

.navbar-brand {
    color: #1F2933;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.25;
    margin-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-brand img {
    width: 250px;
}

@media (min-width: 992px) {
    .navbar-brand img {
        height: 42px;
    }
}

.form-control {
    background-color: #FCFCFD;
    border-color: #CBD2D9;
    border-radius: 5px;
    height: 54px;
    outline: none;
    padding: 14px;
    font-weight: 500;
    color: #1F2933;
    transition: ease-in-out 0.3s;
}

.form-control:focus {
    box-shadow: none;
    border-color: #4630EB;
    box-shadow: 0px 0px 0px 1px #4630EB;
}

.has-error .form-control {
    background-color: #FCF4F3;
    border-color: #D96C59;
    box-shadow: 0px 0px 0px 1px #D96C59;
    color: #DC7D6D;
}

.has-error .help-block {
    color: #f44336;
    font-size: 13px;
    margin-top: 5px;
}

.btn {
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding: 18px 35px;
}

.btn-lg {
    font-size: 18px;
    padding: 20px 35px;
}

.btn:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #4630EB;
    border-color: #4630EB;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #4630EB;
    box-shadow: inset 0 0 0 0.5px #4630EB;
    color: #4630EB;
}

.btn-secondary {
    background-color: #11B683;
    border-color: #11B683;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #11B683;
    box-shadow: inset 0 0 0 0.5px #11B683;
    color: #11B683;
}

.btn-light {
    background-color: #fff;
    border-color: #fff;
    color: #4630EB;
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled):active {
    background-color: #4630EB;
    border-color: #fff;
    box-shadow: inset 0 0 0 0.5px #fff;
    color: #fff;
}

.slick-dots {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
}

.slick-dots button {
    background-color: transparent;
    border: none;
    font-size: 0;
    outline: none;
    padding: 18px 11px;
}

.slick-dots button:before {
    background-color: #CBD2D9;
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
}

.slick-dots .slick-active button:before {
    background-color: #4630EB;
}

.hero {
    padding-bottom: 65px;
    padding-top: 14px;
    position: relative;
}

.hero-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 32px;
}

.hero-bg {
    position: absolute;
    right: 0;
    top: 126px;
    width: 299px;
    z-index: -1;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .hero-bg {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .hero {
        position: static;
    }

    .hero-bg {
        top: 0;
    }
}

@media (min-width: 992px) {
    .hero {
        padding-bottom: 93px;
        padding-top: 30px;
    }

    .hero-title {
        font-size: 52px;
        letter-spacing: -2px;
        line-height: 1.25;
        margin-bottom: 68px;
    }

    .hero-title > span {
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .hero-bg {
        width: 735px;
    }
}

.form-find {
    background-color: #fff;
    box-shadow: 0px 30px 60px rgba(51, 78, 104, 0.251639), 0px 18px 20px rgba(51, 78, 104, 0.25);
    border-radius: 8px;
    padding: 36px 19px 40px;
}

.form-find-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 22px;
}

.section {
    padding-bottom: 100px;
    padding-top: 100px;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 32px;
}

.what-to-expect {
    counter-reset: wte-item;
    position: relative;
    z-index: 0;
}

.what-to-expect-bg {
    bottom: 0;
    height: 738px;
    max-height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

@media (min-width: 768px) {
    .what-to-expect-bg {
        height: 769px;
    }
}

@media (min-width: 1200px) {
    .what-to-expect-bg {
        max-height: none;
    }
}

.wte-item {
    background-color: #fff;
    border: 1px solid #CBD2D9;
    border-radius: 5px;
    display: flex;
    height: 125px;
    margin-bottom: 24px;
    padding: 27px 17px 0;
    text-align: left;
}

.wte-item > p {
    margin-bottom: 0;
}

.wte-item:before {
    background-color: #4630EB;
    border-radius: 50%;
    color: #fff;
    counter-increment: wte-item;
    content: "0" counter(wte-item);
    display: block;
    flex: 0 0 auto;
    font-weight: bold;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    width: 48px;
}

.what-to-expect .btn {
    display: block;
    margin-top: 16px;
}

@media (min-width: 992px) {
    .form-find {
        padding: 38px 40px 40px;
    }

    .form-find-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .section {
        padding-bottom: 120px;
        padding-top: 120px;
    }

    .section-title {
        font-size: 44px;
        line-height: 1.35;
        margin-bottom: 57px;
    }

    .section-title-md {
        font-size: 36px;
    }

    .what-to-expect {
        text-align: center;
    }

    .wte-item {
        display: block;
        height: 210px;
        margin-bottom: 0;
        padding: 38px 24px 0;
    }

    .wte-item:before {
        margin-right: 0;
    }

    .what-to-expect .btn {
        display: inline-block;
        margin-top: 51px;
    }
}

.help-your-company {
    background-color: #1F2933;
}

.help-your-company .section-title {
    color: #F5F7FA;
}

.help-your-company .slick-dots {
    text-align: center;
    width: 100%;
}

.help-your-company .slick-slider {
    display: flex;
}

.help-your-company .slick-track,
.help-your-company .slick-slide {
    height: 100%;
}

.hyc-item {
    background-color: #F5F7FA;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 6px;
    padding: 40px 29px;
}

.hyc-item-icon {
    fill: currentColor;
    margin-bottom: 15px;
}

.hyc-item-title {
    color: #4630EB;
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 9px;
}

.help-your-company .btn {
    display: block;
    margin-top: 54px;
}

@media (max-width: 991px) {
    .help-your-company .btn {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .help-your-company .row > div:not(:first-child) {
        display: none;
    }
}

@media (min-width: 992px) {
    .help-your-company .section-title {
        margin-top: 50px;
        position: absolute;
    }

    .hyc-item {
        height: 380px;
        margin-bottom: 30px;
        padding: 64px 35px 0;
    }

    .help-your-company .btn {
        display: inline-block;
        margin-top: 66px;
    }
}

.the-gestaumlab {
    background-color: #F5F7FA;
    line-height: 1.6;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
}

.the-gestaumlab p {
    color: #52606D;
}

.the-gestaumlab .section-title {
    margin-bottom: 24px;
}

.the-gestaumlab .btn {
    display: block;
    margin-top: 11px;
}

.the-gestaumlab-bg {
    display: block;
    margin-top: 100px;
    width: 100%;
}

.the-gestaumlab-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media (max-width: 991px) and (min-width: 576px) {
    .the-gestaumlab {
        padding-bottom: 100px;
    }

    .the-gestaumlab-bg {
        display: none;
    }
}

@media (min-width: 992px) {
    .the-gestaumlab {
        font-size: 18px;
        padding-bottom: 73px;
        padding-top: 120px;
    }

    .the-gestaumlab .btn {
        display: inline-block;
        margin-top: 23px;
    }

    .the-gestaumlab-bg {
        height: 100%;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 45%;
        z-index: -1;
    }
}

@media (min-width: 1200px) {
    .the-gestaumlab {
        height: 716px;
    }

    .the-gestaumlab-bg {
        width: auto;
    }
}

.consulting-formats .btn {
    display: block;
    margin-bottom: 16px;
}

.format-item {
    line-height: 1.5;
    margin-top: 56px;
}

@media (max-width: 767px) {
    .format-item {
        margin-left: auto;
        margin-right: auto;
        max-width: 312px;
    }
}

.format-item > p {
    margin-bottom: 0;
}

.format-item-img {
    border-radius: 5px;
    height: 330px;
    margin-bottom: 24px;
    overflow: hidden;
}

.format-item-img > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.format-item-title {
    color: #4630EB;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 9px;
}

@media (min-width: 992px) {
    .consulting-formats {
        padding-bottom: 73px;
        padding-top: 133px;
    }

    .consulting-formats .btn {
        display: inline-block;
    }

    .format-item {
        margin-top: 0;
    }

    .format-item-img {
        margin-bottom: 40px;
    }
}

.hire-now {
    background-color: #F5F7FA;
}

.hire-now ul {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.35;
    list-style: none;
    margin-bottom: 57px;
    padding-left: 0;
}

.hire-now li {
    background: url(../images/lp-ppc-sprite.svg#g-check) no-repeat left top 40%;
    background-size: 24px 22px;
    padding-left: 48px;
}

.hire-now li + li {
    margin-top: 27px;
}

@media (min-width: 992px) {
    .hire-now .section-title {
        font-size: 52px;
        line-height: 1.25;
        letter-spacing: -2px;
        margin-bottom: 59px;
    }

    .hire-now ul {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .hire-now li + li {
        margin-top: 33px;
    }
}

.testimonials {
    padding-bottom: 57px;
}

.testimonials .section-title {
    margin-bottom: 30px;
}

.testimonials-list > .testimonial-item:not(:first-child) {
    display: none;
}

.testimonials-list .slick-dots {
    margin-top: 22px;
    text-align: right;
}

.testimonial-item {
    font-size: 18px;
    line-height: 1.55;
    outline: none;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.testimonial-item:before {
    color: #4630EB;
    content: "“";
    font-size: 100px;
    font-weight: bold;
    left: 0;
    line-height: 1;
    position: absolute;
    top: -10px;
}

.testimonial-item > p {
    margin-bottom: 17px;
}

.testimonial-review {
    padding-left: 85px;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .testimonials .section-title {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .testimonials {
        padding-bottom: 120px;
    }

    .testimonials .section-title {
        margin-bottom: 80px;
    }

    .testimonials-list .slick-dots {
        bottom: -16px;
        margin-top: 0;
        position: absolute;
        right: 79px;
        text-align: right;
    }

    .testimonial-item {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.45;
        padding-left: 91px;
    }

    .testimonial-review {
        padding-left: 0;
    }
}

.testimonial-review .icon {
    fill: #F5A623;
}

.testimonial-author {
    font-size: 20px;
    line-height: 1.35;
    min-height: 56px;
    padding-left: 72px;
    padding-top: 4px;
    position: relative;
}

.testimonial-author-img {
    border-radius: 50%;
    height: 56px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
}

.testimonial-author-role {
    color: #52606D;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.375;
    margin-bottom: 0;
    margin-top: 5px;
}

.find-us {
    background-color: #4630EB;
    color: #fff;
    padding-bottom: 72px;
    padding-top: 72px;
}

.find-us .section-title {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 24px;
}

.find-us .btn {
    display: block;
}

@media (min-width: 992px) {
    .find-us {
        padding-bottom: 56px;
        padding-top: 56px;
    }

    .find-us .section-title {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .find-us .btn {
        display: inline-block;
    }
}

.thankyou {
    font-size: 18px;
    line-height: 1.35;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    z-index: 0;
}

.thankyou .icon {
    margin-bottom: 40px;
}

.thankyou .section-title {
    margin-bottom: 24px;
}

.thankyou p {
    color: #52606D;
}

.thankyou-bg {
    left: 0;
    margin: auto;
    max-height: 633px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.free-download {
    padding-top: 44px;
    position: relative;
    z-index: 1;
}

.download-item {
    text-align: center;
}

.download-item-img {
    height: 340px;
    margin: 0 auto 40px;
    width: 225px;
}

.download-item-img > img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.download-item-tag {
    color: #3E4C59;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 2.35;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.download-item-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 24px;
}

.download-item-details p {
    color: #3E4C59;
}

@media (max-width: 991px) {
    .thankyou {
        padding-top: 72px;
    }
}

@media (min-width: 992px) {
    .thankyou {
        font-size: 24px;
        height: 689px;
        line-height: 1.4;
    }

    .thankyou .icon {
        height: 129px;
        margin-bottom: 48px;
        width: 126px;
    }

    .thankyou-bg {
        height: 100%;
    }

    .free-download {
        padding-top: 150px;
    }

    .download-item {
        display: flex;
        text-align: left;
    }

    .download-item-img {
        flex: 0 0 auto;
        height: auto;
        width: 323px;
    }

    .download-item-details {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.28px;
        line-height: 1.55;
        padding-left: 108px;
    }

    .download-item-tag {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 12px;
    }

    .download-item-tag:before {
        background-color: #4630EB;
        content: "";
        display: inline-block;
        height: 2px;
        margin-right: 9px;
        vertical-align: middle;
        width: 40px
    }

    .download-item-title {
        font-size: 38px;
        font-weight: 700;
        line-height: 1.3;
    }
}

.download-item-details .btn {
    margin-top: 12px;
}

.hero-bg2 {
    position: absolute;
    right: 0;
    top: 126px;
    width: 299px;
    z-index: -1;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .hero-bg2 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .hero2 {
        position: static;
    }

    .hero-bg2 {
        top: 0;
    }
}

@media (min-width: 1200px) {
    .hero-bg2 {
        width: 802px;
    }
}

.results-achieved {
    padding-top: 91px;
    position: relative;
    text-align: center;
    z-index: 0;
}

.results-achieved-bg {
    bottom: 0;
    max-height: 878px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

@media (min-width: 1200px) {
    .what-to-expect-bg {
        max-height: none;
    }
}

.why-business-training {
    background-color: #F5F7FA;
}

.why-business-training > .container {
    position: relative;
}

.why-business-training .small {
    font-weight: 500;
}

.why-business-training .btn {
    display: block;
    margin-top: 28px;
}

.why-business-training .section-title {
    margin-bottom: 24px;
}

.why-business-training-img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.rad-item {
    padding: 39px 33px 0;
}

.results-achieved {
    padding-bottom: 0;
}

.results-achieved .btn {
    display: block;
    margin-top: 56px;
}

.rad-item {
    background-color: #fff;;
    border: 1px solid #CBD2D9;
    border-radius: 5px;
    height: 360px;
    padding: 42px 22px 0;
    text-align: left;
}

.rad-item-title {
    color: #4630EB;
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 9px;
}

.rad-item-icon {
    fill: currentColor;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .results-achieved {
        padding-top: 75px;
    }

    .results-achieved .btn {
        display: inline-block;
        margin-top: 72px;
    }

    .why-business-training {
        font-size: 18px;
    }
    
    .why-business-training-img {
        position: absolute;
        top: -66px;
        right: -70px;
    }

    .why-business-training .btn {
        display: inline-block;
    }
}

.the-gestaumlab2 {
    color: #fff;
    padding-bottom: 153px;
    position: relative;
    z-index: 0;
}

.the-gestaumlab2 > .container {
    position: relative;
}

.the-gestaumlab2 .section-title {
    margin-bottom: 23px;
}

.the-gestaumlab2 .btn {
    display: block;
    margin-top: 28px;
}

.the-gestaumlab2-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

.the-gestaumlab2-img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .the-gestaumlab2 {
        font-size: 18px;
        height: 873px;
        padding-bottom: 0;
    }

    .the-gestaumlab2-img {
        left: -69px;
        position: absolute;
        top: -66px;
    }

    .the-gestaumlab2 .btn {
        display: inline-block;
    }
}

.business-training-formats .format-item-img {
    border-radius: 48px;
    box-shadow: 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
}

.business-training-formats .btn {
    display: block;
}

.business-training-formats .format-item {
    margin-top: 96px;
}

@media (min-width: 992px) {
    .business-training-formats .format-item {
        margin-top: 0;
    }

    .business-training-formats .format-item-img {
        height: 292px;
        max-width: 292px;
    }

    .business-training-formats .btn {
        display: inline-block;
    }
}

.footer {
    background-color: #1F2933;
    color: #fff;
}

.footer .logo-feba {
    text-align: right;
}

.copyright {
    color: #616E7C;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 50px;
    padding-top: 50px;
}


@media (max-width: 991px) {
    .footer .logo-feba {
        margin-top: 12px;
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .copyright .nav {
        justify-content: center;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .copyright .nav {
        justify-content: flex-end;
    }
}