@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

@font-face {
    font-family: 'MrEavesModOTBook';
    src: local('Mr Eaves Mod OT Book'), local('MrEavesModOT-Book'),
        url('MrEavesModOT-Book.woff2') format('woff2'),
        url('MrEavesModOT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MrEavesModOTLight';
    src: local('Mr Eaves Mod OT Light'), local('MrEavesModOT-Light'),
        url('MrEavesModOT-Light.woff2') format('woff2'),
        url('MrEavesModOT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body *,
body p,
body li,
body a {
    font-family: 'Montserrat', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
heading {
    font-family: 'MrEavesModOTLight';
    margin: 10px 0
}

*,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

.up-case {
    text-transform: uppercase;
}

section,
.get-in-touch {
    padding: 70px 0;
}

h2.sec-heading {
    font-size: 52px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'MrEavesModOTBook';
    margin-bottom: 5px;
}

h2.sec-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #71b8e3;
}

h2.sec-heading.text-center:after {
    left: 50%;
    transform: translateX(-50%);
}

p {
    font-size: 17px;
}








header {
    padding:0;
}
header img.logo{
	width:250px;
}

.banner {
    height: 700px;
    background-image: url(../img/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 0;
}

.banner h1 {
    font-size: 88px;
    color: #fff;
    line-height: .9;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.banner p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 35px;
    word-spacing: 5px;
    line-height: 32px;
}

.banner-content {
    max-width: 650px;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner h1:after {
    content: "";
    width: 30px;
    height: 30px;
    border-right: 3px solid #71b8e3;
    border-bottom: 3px solid #71b8e3;
    position: absolute;
    right: -15px;
    bottom: -10px;
}

.banner h1:before {
    content: "";
    width: 30px;
    height: 30px;
    border-top: 3px solid #71b8e3;
    border-left: 3px solid #71b8e3;
    position: absolute;
    left: -10px;
    top: -10px;
}

.flex-row {
    display: flex;
    align-items: center;
}

.before-background {
    position: relative;
    line-height: 0;
}

.before-background a {
    position: relative;
    display: inline-block;
    line-height: 0;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    transition: .3s ease;
}

.before-background a:before {
    content: "\f04b";
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    font-family: fontawesome;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #fff;
    padding-left: 5px;
}

.before-background:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #71b8e3;
    border-radius: 5px;
    transition: .3s ease;
    visibility: hidden;
}

.video-content {
    margin-right: 0;
    max-width: 505px;
    margin-left: auto;
}

.video-content {
    line-height: 35px;
}

.video-section h2.sec-heading {
    margin-bottom: 20px;
    margin-top: 0;
}

.before-background:hover:before {
    top: 15px;
    left: -15px;
    visibility: visible;
    transition: .3s ease;
}

.before-background a:hover:before {
    background-color: #ff0000;
    transition: .3s ease;
    border-color: #ff0000;
}

.join-icon span {
    line-height: 0;
    width: 106px;
    height: 106px;
    border: 2px solid #71b8e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
}

.join-us,
.how-works {
    background-color: #1b1b1b;
}

.join-icon p.icon-head {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.join-icon p {
    color: #7f7f7f;
}

.join-icon {
    text-align: center;
    padding: 0 10px;
}

.join-us .flex-row {
    align-items: flex-start;
}

.join-icon.even {
    margin-top: 65px;
}

.cta-div {
    margin-top: 50px;
    text-align: center;
}

a.animate {
    /*  styling */
    display: inline-block;
    text-decoration: none;
    color: #FAFAFA;
    padding: 15px 60px;
    font-size: 20px;
    text-align: center;
    background: rgb(113, 184, 227);
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    position: relative;
}

a.animate:hover {
    background: #ff0000;
}

.animate:after {
    content: "";
    /*   positioning */
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    /*   gradient   */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    /*  forming the shine element
      play around with the width, skew and gradient to get different effects
    */
    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    /*  animating it  */
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}

/*  */
@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0.0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        left: 82%;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0.0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        left: 82%;
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0.0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        left: 88%;
    }
}

@-ms-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0.0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        left: 82%;
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0.0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        left: 82%;
    }
}

.video-heading {
    max-width: 980px;
    margin: 0 auto 45px;
    text-align: center;
}

.video-heading p {
    line-height: 35px;
    font-weight: 500;
    color: #676767;
}

.video-heading h2.sec-heading {
    margin-bottom: 20px;
}
.video-outer{
    width: 100%;
}
.video-outer img{
    width: 100%;
}

.how-works h2 {
    color: #fff;
    margin-top: 0;
}

.how-works h2:after {
    background-color: #fff;
}

.how-works li {
    color: #fff;
    width: 100%;
    padding: 0 15px;
    /*list-style: none;*/
    margin-bottom: 15px;
    position: relative;
    line-height: 24px;
    font-size: 17px;
}

/*.how-works li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #71b8e3;
}*/

.how-works ol {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    margin-top: 45px;
}

.get-in-touch p {
    line-height: 35px;
    font-weight: 500;
    color: #676767;
}

.get-in-touch {
    border-bottom: 1px solid #f3f3f3;
}

.copy-right {
    padding: 25px 0;
}

.copy-right p {
    color: #676767;

}

iframe {
    width: 100%;
    border: 0;
}

button.close {
    position: absolute;
    top: -20px;
    height: 35px;
    right: -20px;
    width: 35px;
    background-color: #000;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    display: inline-block;
}

button.close:focus,
button.close:hover {
    opacity: 1;
    color: #fff;
}

#cta-Modal .modal-body {
    padding: 30px;
}

#cta-Modal .model-heading {
    margin-bottom: 25px;
    padding-bottom: 20px;
}

form#contact-form .row {
    margin-bottom: 15px;
}

#contact-form label {
    font-size: 16px;
    margin-bottom: 10px;
}

#contact-form .form-control {
    height: 42px;
    border-radius: 0;
    box-shadow: none;
}

#contact-form textarea.form-control {
    height: 80px;
}

input.btnContact {
    width: 240px;
    height: auto;
    color: #fff;
    border: 0;
    background-color: #71b8e3;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 5px;
    transition: .3s ease;
    padding: 15px 60px;
}

input.btnContact:hover {
    background-color: #ff0000;
    transition: .3s ease;
}

h2.form-heading {
    font-family: 'MrEavesModOTBook';
    font-size: 40px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 0;
}



@media(max-width:1200px) {
    .banner h1 {
        font-size: 60px;
    }

    .banner p {
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
        margin-top: 15px;
        line-height: 32px;
    }

    .banner {
        height: 600px;
    }
}

@media(max-width:1023px) {

    section,
    .get-in-touch {
        padding: 50px 0;
    }

    p,
    .video-heading p {
        font-size: 15px;
        line-height: 28px;
    }

    .cta-div {
        margin-top: 25px;
    }
}

@media(max-width:991px) {
    .container {
        width: 95%;
    }

    .join-us .flex-row {
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

    .join-icon.even {
        margin-top: 0;
    }

    .join-icon {
        flex: 0 0 33.3333%;
        margin-bottom: 30px;
    }

}

@media(max-width:767px) {

    section,
    .get-in-touch {
        padding: 30px 0;
    }

    .banner {
        height: 450px;
    }

    h2.sec-heading {
        font-size: 30px;
    }

    .how-works li {
        font-size: 15px;
    }

    .video-section .col-md-6 {
        width: 100%;
    }

    .video-section-img {
        margin-bottom: 30px;
    }

    .video-section .flex-row {
        flex-direction: column;
        max-width: 450px;
        margin: auto;
    }

    header {
        text-align: center;
    }

    .banner h1 {
        font-size: 45px;
    }

    a.animate {
        padding: 12px 60px;
    }

    #cta-Modal .model-heading {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    h2.form-heading {
        font-size: 30px;
    }

    h2.form-heading {
        font-size: 30px;
        margin: 0 auto 10px;
    }

    #contact-form textarea.form-control {
        height: 80px;
    }
    div#cta-Modal button.close{
        top:0;
        right: 0;
    }
    header img.logo {
    width: 180px;
}
}

@media(max-width:580px) {

    .personalised-video .col-md-6 {
        width: 100%;
    }

    .join-icon {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .join-icon.join-5 {
        margin-bottom: 0;
    }

    .personalised-video .col-md-6:not(:last-child) {
        margin-bottom: 30px;
    }

    .how-works li {
        width: 100%;
    }

    .how-works li:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:480px) {
    .banner {
        height: 320px;
    }

    .banner h1 {
        font-size: 36px;
    }

    .banner p {
        font-size: 15px;
        letter-spacing: .5px;
        word-spacing: 0;
    }

    .banner-content {
        padding: 0 10px;
    }

}

@media(max-width:380px) {
    .banner p br {
        display: none;
    }

    .banner p {
        line-height: 1.5;
        font-size: 14px;
    }
}

@media(max-width:350px) {
    .banner h1 {
        font-size: 32px;
    }

    .banner p {
        font-size: 13px;
    }
}