@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --green: #44C1B0;
}

html, body {
    font-family: "Raleway", sans-serif;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 80px;
}

h1, h2 {
    font-size: 46px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}

.box-shadow {
    box-shadow: -1px 4px 17px -2px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: -1px 4px 17px -2px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: -1px 4px 17px -2px rgba(0,0,0,0.64);
}

.cta-green {
    display: inline-block;
    background: var(--green);
    color: #FFFFFF;
    font-size: 16px;
    padding: 8px 23px;
    border-radius: 50px;
    border: 2px solid var(--green);
    transition: all .3s ease-in-out;
}

.cta-green:hover {
    text-decoration: none;
    background: #FFFFFF;
    color: var(--green);
}

.cta-green path {
    transition: fill .3s ease;
}

.cta-green:hover path {
    fill: var(--green);
}

.cta-white {
    display: inline-block;
    background: #FFFFFF;
    color: var(--green);
    font-size: 16px;
    padding: 8px 23px;
    border-radius: 50px;
    border: 2px solid #FFFFFF;
    transition: all .3s ease-in-out;
}

.cta-white:hover {
    text-decoration: none;
    background: var(--green);
    color: #FFFFFF;
}

.cta-white path {
    transition: fill .3s ease;
}

.cta-white:hover path {
    fill: var(--green);
}

.cta-svg {
    padding-left: 5px;
}

.main-nav__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    margin: 0 50px;
    padding: 15px 30px;
    border-radius: 50px;
}

.main-nav__menu ul li a {
    color: #000;
    padding-right: 60px;
}

.main-nav__menu ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.main-nav__logo img {
    max-width: 250px;
    height: auto;
}

.main-nav__burger-line-3 {
    margin-bottom: 0;
}

.main-nav__burger-line {
    height: 5px;
    background: #A8A8A8;
    margin-bottom: 5px;
    border-radius: 50px;
    max-width: 35px;
    width: 35px;
    transition: all .3s ease;
}

.main-nav__mobile {
    display: flex;
}

.main-nav__mobile-menu {
    padding-right: 15px;
}

.main-nav__menu, .main-nav__cta {
    display: block;
}

.main-nav__mobile {
    display: none;
}

.main-nav__logo {
    display: block;
}

.main-nav__logo-mobile {
    display: none;
}

.open-burger-line-1 {
    transform: rotate(45deg);
    transform-origin: left;
    width: 29px;
}

.open-burger-line-2 {
    opacity: 0;
}

.open-burger-line-3 {
    transform: rotate(-45deg);
    transform-origin: left;
    width: 29px;
}

.main-nav__slidedown ul a {
    color: #FFFFFF;
    font-size: 24px;
    display: inline-block;
    padding-bottom: 15px;
}

.main-nav__slidedown ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.main-nav__slidedown .cta-white {
    font-size: 24px;
    margin-top: 10px;
}

.main-nav__slidedown {
    background: var(--green);
    text-align: center;
    padding: 35px 15px;
    display: none;
}

.hero-banner {
    height: 100vh;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-nav {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 9999;
}

.main-nav__menu ul li a:hover {
    text-decoration: none;
    color: var(--green);
}

.hero-banner__content h1 span {
    color: #FFF200;
}

.hero-banner__desc {
    margin-bottom: 25px;
}

.hero-banner__content h1 {
    margin-bottom: 25px;
}

.hero-banner__image {
    padding: 0 30px;
    display: block;
}

.services h2 {
    text-align: center;
    padding-bottom: 25px;
}

.services__card-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.services {
    background: #EFF4F4;
    padding: 50px 0;
}

.services__card {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services__card-col {
    margin-bottom: 25px;
}

.services .col-lg-4 {
    display: flex;
    align-items: center;
}

.about__awards {
    display: flex;
    flex-wrap: wrap;
}

.about__award-wrapper {
    display: flex;
    align-items: center;
    font-weight: bold;
    width: 50%;
    padding-top: 30px;
}

.award-title {
    padding-left: 15px;
}

.about {
    padding: 50px 0;
}

.about .row {
    align-items: center;
}

.about-eyebrow {
    font-size: 20px;
    font-weight: bold;
}

.about h2 {
    margin-bottom: 20px;
}

.about-desktop-image {
    display: block;
}

.about-mobile-image {
    display: none;
    padding-bottom: 25px;
}

.partners {
    padding: 50px 0;
}

.partners h2 {
    text-align: center;
    padding-bottom: 20px;
}

.partners__wrapper {
    display: flex;
    justify-content: space-evenly;
}

.job-description {
    margin-bottom: 25px;
}

.job-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hiring h2 {
    text-align: center;
    padding-bottom: 35px;
}

.hiring {
    background: #EFF4F4;
    padding: 50px 0;
}

.contact-strip__title {
    font-size: 22px;
    padding-right: 30px;
}

.contact-strip__wraper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-strip {
    background: #E8E8E8;
    padding: 35px 0;
}

.main-footer {
    background: var(--green);
    padding: 30px 0;
    color: #FFFFFF;
}

.main-footer__links a {
    color: #FFFFFF;
    display: block;
    padding-bottom: 15px;
}

.schedule-day-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.schedule-title, 
.schedule-day-time {
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 10px;
}

.schedule-title p, 
.schedule-day-time p {
    margin-bottom: 10px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
}

.footer-copyright p {
    margin-bottom: 0;
}

.footer-social-links a {
    background: #FFFFFF;
    margin-right: 15px;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    transition: all .3s ease;
    border: 1px solid #FFFFFF;
}

.footer-social-links a:hover {
    background: transparent;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-social-links a:last-child {
    margin-right: 0;
}

.contact-form {
    min-height: 100vh;
    background: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 200px 0 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-form__icon svg {
    max-width: 20px;
}

.contact-form__icon p {
    margin: 0;
}
.contact-form__icon {
    display: flex;
    align-items: center;
}

.contact-form__wrapper {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 25px 15px;
}

.contact-form__contact-info {
    background: var(--green);
    padding: 25px 20px;
    border-radius: 35px;
}

.contact-form__icon {
    padding-bottom: 15px;
}

.contact-form__icon p {
    margin: 0;
    padding-left: 20px;
}

.contact-title-location {
    font-size: 22px;
    font-weight: bold;
}

.contact-form__title {
    font-size: 22px;
    font-weight: bold;
}

.contact-form-locations p {
    padding-bottom: 10px;
}

.contact-form-locations {
    padding-top: 10px;
}

.contact-form-locations h3 {
    font-size: 18px;
}

.contact-form__contact-form {
    color: #000000;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
}

.contact-form label {
    width: 100%;
    margin: 0;
}

.contact-form-name {
    width: 50% !important;
    padding-right: 15px;
}

.contact-form-email {
    width: 50% !important;
    padding-left: 15px;
}

.contact-form input, 
.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #707070;
}

.contact-form textarea {
    height: 100px;
}

.contact-form input {
    margin-bottom: 20px;
}

.contact-form__cf7-desc {
    margin-bottom: 25px;
}

.wpcf7-submit {
    display: none;
}

.wpcf7-spinner {
    margin-bottom: 5px;
    margin-left: 0;
}

.wpcf7-response-output {
    margin-top: 10px !important;
}

.services-v2__heading h2 {
    margin-bottom: 23px;
}

.services-v2__desc {
    padding-bottom: 25px;
}

.services-v2-icon {
    margin-bottom: 13px;
}

.services-v2-card-title {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
    min-height: 66px;
}

.services-v2 {
    background: #EFF4F4;
    padding: 100px 0;
}

.services-v2-card {
    background: #FFFFFF;
    padding: 40px 25px;
    border-radius: 44px;
    margin-bottom: 40px;
}

.services-v2-card-desc {
    min-height: 145px;
}

.services-v2__heading-flex {
    display: flex;
    align-items: center;
}

@media(max-width: 992px){

    h1, h2 {
        font-size: 38px;
        font-weight: bold;
    }

    .main-nav__menu, .main-nav__cta {
        display: none;
    }

    .main-nav__mobile {
        display: inline-flex;
        justify-content: end;
    }

    .main-nav__container {
        margin: 0;
        border-radius: 0;
        padding: 15px;
    }

    .main-nav__logo {
        display: none;
    }

    .main-nav__logo-mobile {
        display: block;
    }

    .main-nav {
        top: 0;
    }

    .hero-banner__image {
        display: none;
    }

    .hero-banner__content {
        text-align: center;
    }

    .services .col-lg-4 {
        display: none;
    }

    .about-desktop-image {
        display: none;
    }

    .about-mobile-image {
        display: block;
    }

    .about {
        text-align: center;
    }

    .about__award-wrapper {
        width: 100%;
        text-align: left;
    }

    .partners__wrapper {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .partners__logo {
        padding-bottom: 25px;
    }

    .job-card {
        padding-bottom: 30px;
        text-align: center;
    }

    .contact-strip__wraper {
        flex-direction: column;
    }

    .contact-strip__title {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .main-footer__socials {
        padding-top: 15px;
    }

    .main-footer img {
        max-width: 200px;
        padding-bottom: 25px;
    }

    .contact-form .container {
        padding: 0;
    }

    .contact-form {
        min-height: 0;
        padding: 40px 0 0 0;
    }

    .contact-form__wrapper {
        border-radius: 0;
    }

    .contact-form__wrapper .row {
        flex-direction: column-reverse;
    }

    .contact-form__contact-form input, .contact-form__contact-form textarea {
        background: transparent;
    }

    .contact-form__contact-form {
        background: #EFF4F4;
        padding: 80px 25px 50px 25px;
    }

    .contact-form .col-lg-7,
    .contact-form .col-lg-5 {
        padding: 0;
    }
    
    .contact-form-name, 
    .contact-form-email {
        width: 100% !important;
        padding: 0;
    }

    .contact-form__contact-info path {
        fill: var(--green);
    }
    .contact-form__contact-info {
        background: none;
        color: #000000;
    }

    .services-v2-card-desc {
        min-height: 100%;
    }   

    .services-v2-card-title {
        min-height: 100%;
    }

    .services-v2__heading {
        padding-bottom: 35px;
    }

    .services-v2 {
        padding: 50px 0;
    }

}