@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype'),
        url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Black.woff') format('woff'),
        url('../fonts/Lato-Black.ttf') format('truetype'),
        url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
:root {
    --primary: #FF5C00;
    --black: #263349;
    --white: #ffffff;
    --gray: #263349;    
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
img{
    vertical-align: middle;
}
input, select {
    vertical-align: middle;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus,
button:focus{
  outline: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9CABC4;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9CABC4;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9CABC4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9CABC4;
}
body{
    color: var(--black);
    font-size: 16px;
    font-family: 'Lato';
    letter-spacing: 0.02em;
}
.container{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.hero_banner{
    background: #818D62;
    padding: 60px 0;
    height: 800px;
}
.hero_banner .container{
    position: relative;
    height: 100%;
}
.banner_img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hero_banner_content{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.banner_logo{
    margin-bottom: 30px;
}
.hero_banner_content h1{
    color: var(--white);
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.hero_banner_content h1 span{
    display: block;
    font-weight: 400;
}
.hero_banner_content h1 strong{
    display: block;
}
.circle_one{
    position: absolute;
    right: 330px;
    top: 30px;
}
.circle_two{
    position: absolute;
    right: 80px;
    top: 100px;
}
.circle_three{
    position: absolute;
    right: 80px;
    top: 230px;
}
.circle_four{
    position: absolute;
    right: 380px;
    top: 180px;
}
.circle_one img,
.circle_two img,
.circle_three img,
.circle_four img{
    width: 90px;
}

section{
    padding: 80px 0;
}
.app_features{
    background: #FAFAFA;
    padding: 80px 0 200px;
}
.heading{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #818D62;
    text-transform: uppercase;
    font-size: 26px;
}
.heading:before{
    content: "";
    background: #818D62;
    height: 1px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.heading:after{
    content: "";
    background: #818D62;
    height: 1px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.text{
    text-align: center;
    color: #646464;
    max-width: 880px;
    margin: 0 auto;
    line-height: 30px;
    letter-spacing: 0.002em;
}
.app_intro .heading{
    max-width: 780px;
    margin: 0 auto 30px;
}
.app_features .heading{
    max-width: 430px;
    margin: 0 auto 80px;
}
.col_holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_col{}
.right_col{}
.content{
    margin: 120px 0;
    max-width: 400px;
}
.content h3{
    font-size: 20px;
    margin-bottom: 15px;
}
.content h3 svg{
    margin-right: 15px;
}
.content p{
    padding-left: 40px;
    color: #292929;
    line-height: 30px;
    letter-spacing: 0.002em;
    opacity: 0.66;
}
.center_col{
    text-align: center;
}
.footer_img{
    text-align: center;
    position: absolute;
    bottom: 380px;
    width: 100%;
}
.footer_img img{
    max-width: 100%;
}
footer{
    background: #FAFAFA url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    padding: 500px 0 60px;
    position: relative;
}
footer .container{
    position: relative;
}
.footer_row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #818D62;
}
.footer_col a{
    color: #818D62;
}
.footer_center{
    text-align: center;
}
.footer_logo{
    margin-bottom: 20px;
}
.footer_logo img{}
.footer_left a{
    font-size: 24px;
    margin-right: 20px;
}
.footer_right span{
    margin: 0 10px;
}
.inner_banner{
    text-align: center;
    padding: 100px 0;
    background: #818D62;
}
.inner_banner h1{
    color: var(--white);
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.inner_banner p{
    color: #fff;
}
.inner_banner p a{
    color: #994F2A;
    font-weight: 600;
}
.default_wrapper{}
.default_wrapper p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.default_wrapper h3 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 900;
}
.default_wrapper h4{
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.default_wrapper ul{
    margin-bottom: 25px;
    list-style: disc;
    padding-left: 25px;
}
.default_wrapper ul li{
    font-size: 18px;
    line-height: 1.7;
}
.default_wrapper ul li:not(:last-child){
    margin-bottom: 15px;
}
.default_wrapper ul li a,
.default_wrapper p a{
    color: #0287f1;
}


/*Media Queries*/
@media screen and (max-width: 1680px){
    .container{
        max-width: 1280px;
    }
    .hero_banner{
        height: 600px;
    }
    .banner_img img{
        max-width: 600px;
    }
    .footer_img{
        bottom: 330px;
    }
    .footer_img img {
        width: 100%;
        max-width: 1300px;
    }
    footer{
        padding: 350px 0 60px;
    }
}
@media screen and (max-width:1440px){}
@media screen and (max-width:1366px){
    .container {
        max-width: 1170px;
    }
    .hero_banner {
        height: 550px;
    }
    .banner_img img {
        max-width: 500px;
    }
    .hero_banner_content h1{
        font-size: 42px;
    }
    .circle_one {
        right: 240px;
        top: 70px;
    }
    .circle_two {
        right: 20px;
        top: 30px;
    }
    .circle_three {
        right: 20px;
        top: 190px;
    }
    .circle_four {
        right: 340px;
        top: 160px;
    }
    .footer_img img {
        max-width: 1220px;
    }
}
@media screen and (max-width:1040px){
    .container {
        max-width: 930px;
    }
    .hero_banner_content h1 {
        font-size: 36px;
    }
    .banner_logo img{
        max-width: 300px;
    }
    .center_col img{
        max-width: 350px;
    }
    .banner_img img {
        max-width: 450px;
    }
    .footer_img img {
        max-width: 940px;
    }
}
@media screen and (max-width:991px){
    .container {
        max-width: 680px;
    }
    .heading{
        font-size: 22px;
    }
    .app_intro .heading {
        max-width: 700px;
    }
    .col_holder{
        align-items: flex-start;
    }
    /*.center_col{
        display: none;
    }*/
    .right_col {
        margin-left: 50px;
    }
    .left_col {
        margin-right: 50px;
    }
    .app_features{
        padding: 80px 0 80px;
    }
    .footer_img img {
        max-width: 650px;
    }
    .footer_img {
        bottom: 250px;
    }
    footer {
        padding: 200px 0 60px;
    }
    .app_features .heading{
        margin: 0 auto 0px;
    }
    .banner_img img {
        max-width: 350px;
    }
    .circle_one img, .circle_two img, 
    .circle_three img, .circle_four img {
        width: 60px;
    }
    .banner_logo img {
        max-width: 250px;
    }
    .hero_banner_content h1 {
        font-size: 30px;
    }
    .hero_banner {
        height: 450px;
    }
    .circle_one {
        right: 210px;
        top: 50px;
    }
    .circle_two {
        right: 30px;
        top: 20px;
    }
    .circle_three {
        right: 0px;
        top: 160px;
    }
    .circle_four {
        right: 250px;
        top: 150px;
    }
}
@media screen and (max-width:767px){
    .hero_banner {
        height: 380px;
    } 
    .banner_img,
    .circle_one,
    .circle_two,
    .circle_three,
    .circle_four,
    .heading:before,
    .heading:after,
    .footer_img{
        display: none;
    }
    .hero_banner_content{
        width: 100%;
        text-align: center;
    }
    .hero_banner_content h1 strong {
        display: inline-block;
        margin-top: 15px;
    }
    section {
        padding: 80px 20px;
    }
    .col_holder{
        flex-direction: column;
    }
    .left_col {
        margin-right: 0;
    }
    .right_col {
        margin-left: 0;
    }
    .app_features .heading{
        margin: 0 auto 30px;
    }
    .content{
        margin: 50px 0 0;
        max-width: 100%;
    }
    .app_features {
        padding: 80px 20px 80px;
    }
    .footer_row{
        flex-direction: column;
        align-items: center;
    }
    .footer_col {
        margin-top: 40px;
    }
    footer {
        padding: 60px 0 60px;
    }
}
