@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Roboto');
/*
font-family: 'Playfair Display', serif;
font-family: 'Roboto', sans-serif;
*/

.hero_banner {
    height: calc(100vh - 75px);
    background-image: url('../images/landing/Path 1@2x.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 150vh;
}
.landing_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.landing_container:after {
    content: '';
    display: block;
    clear: both;
}
.hero_container {
    width: 1200px;
    height: 100%;
}
.hero_text {
    font-family: 'Playfair Display', serif;
    color: #154375;
    font-size: 50px;
    line-height: normal;
    max-width: 560px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
    font-weight: normal;
}
.umbrella_gif {
    position: absolute;
    top: 130px;
    right: 240px;
    width: 280px;
}
.umbrella_gif img {
    width: 100%;
}
.hero_salesgo_img {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 200px;
}
.section_heading {
    font-size: 40px;
    color: #164376;
    line-height: normal;
    font-family: 'Playfair Display', serif;
    margin: 0 0 20px;
    text-align: left;
}
.section_para {
    font-size: 16px;
    color: #5E647D;
}
.keeping_container {
    position: absolute;
    width: 1200px;
    left: 0;
    right: 0;
    z-index: 9;
    top: 310px;
}
.keeping_it_simple_text {
    float: right;
    text-align: right;
    width: 400px;
}
.what_does_section {
    padding: 80px 0;
}
.what_does_row img {
    height: 140px;
    width: auto;
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
}
.what_does_row {
    text-align: center;
    margin-top: 70px;
}
.what_does_title {
    font-size: 16px;
    color: #5E647D;
    margin: 0;
}
.awards_row {
    margin-top: 40px
}
.white_title {
    color: #fff;
}
.modules_heading {
    margin-bottom: 40px;
}


/* responsive */

@media (max-width: 1199px) {

    .landing_container {
        padding: 0 15px;
    }

}

@media (max-width: 991px) {
}

@media (max-width: 767px) {

    .hero_banner {
        height: auto;
        background-size: 100%;
        background-position: center;
        padding: 30px 0;
    }
    .hero_container {
        height: auto;
        width: auto;
    }
    .hero_text {
        position: static;
        transform: inherit;
        font-size: 34px;
    }
    .umbrella_gif {
        position: static;
        max-width: 200px;
        margin: 10px auto;
    }
    .hero_salesgo_img {
        position: static;
        margin: 0 auto;
    }
    .section_heading {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .section_para {
        font-size: 14px;
    }
    .keeping_container {
        position: static;
        width: auto;
    }
    .keeping_it_simple_text {
        float: none;
        text-align: left;
        width: auto;
    }
    .what_does_row {
        margin-top: 30px;
    }
    .what_does_row .col-md-3 {
        margin-bottom: 30px;
    }
    .what_does_row img {
        height: 100px;
    }
    .what_does_section {
        padding: 30px 0;
    }
    .page-section {
        padding: 30px 0;
    }
    .count_number {
        font-size: 28px;
    }

}

@media (max-width: 568px) {
}

@media (max-width: 420px) {
}
