﻿@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body {
    font-family: 'Lato', sans-serif;
    background: #ffffff;
    margin:0
}

h1 {
    font-size: 36px;
    font-weight: normal;
}
h2 {
    margin: 0;
    color: #363636;
    font-size: 28px;
    margin-bottom:20px;
}
h3 {
    color: #363636
}
p {
    font-size: 15px;
    line-height: 20px;
    color: #363636
}
a {
    color: black;
    font-weight: bold;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 1rem 1.5rem;*/
}
.nav-logo img {
    max-width:100%;
}
header li {
    list-style: none;
}
header nav {
    /* background: gray; */
    /*border-bottom: 1px solid #e5e5e5;*/
}
header a {
    text-decoration: none;
   
}
.hamburger {
    display: none;
}


.small-header {
    padding: 25px;
    border-bottom: 2px solid #d0d0d0;
}
    .small-header p {
        text-align:center;
    }
.bar {
    display: block;
    width: 25px;
    height: 2.5px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #00a651;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px
}

.nav-item {
    margin: 0 10px;
    padding: 5px 10px;
    border-radius: 5px;
}
nav li .active-page {
    color: #000000;
    font-weight:bold;
}
    .nav-link {
        font-size: 18px;
        font-weight: 400;
        color: #000;
    }

    .nav-link:hover {
        color: #808080;
    }

.nav-logo {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
}
.container {
    /*box-shadow: -1px 2px 5px 0 #d7d7d7;*/
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px;
}
main > .container {
    padding-top:0;
}
.main-hero {
    background-image: url(../images/HeroTownhouse.jpg);
    box-shadow: 1px 1px 3px 1px #9e9e9e;
    background: linear-gradient(273deg, rgba(0,0,0, 0), rgb(0 0 0 / 56%) ),url(../images/HeroTownhouse.jpg);
    background-size: cover;
}
.secondary-page .main-hero {
    background: url(../images/business-people-working-together.jpg);
    background: linear-gradient(273deg, rgba(0,0,0, 0), rgb(0 0 0 / 87%) ),url(../images/business-people-working-together.jpg);
    background-size: cover;
}
.le-hero .container {
    padding-bottom:0;
}
.le-text {
    padding: 40px 40px 200px 40px;
    color: white;
    max-width: 470px;
}
.le-text p {
    color:white;
}
.le-cta {
    margin-top:40px;
}
    .le-cta a {
        text-decoration: none;
        background: #00a651;
        padding: 10px 20px;
        color: white;
        transition: .1s;
        font-weight: normal;
        border: 1px solid white;
    }
        .le-cta a:hover {
            color: #177bbe;
            background: white;
            border: 1px solid #177bbe;
        }
        .a-cta a:hover {
            opacity:.8;
            text-decoration:underline;
        }
.le-three {
    margin-left: -1%;
    margin-right: -1%;
    overflow: hidden;
}
.one {
    width: 31.3%;
    margin: 0 1%;
    float: left;
}
.green-border {
    border-left: 5px solid #00a651;
}
.blue-border {
    border-left: 5px solid #1378bd;
}
.black-border {
    border-left: 5px solid #000;
}
.services-header {
    margin: 80px 0;
}
.service-header p {
    margin:0;
}
main hr {
    height: 1px;
    background-color: #e5e5e5;
    border: none;
}
span.sub {
    clear: both;
    overflow: hidden;
    /* width: 100%; */
    display: block;
    background: #00a651;
    width: fit-content;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: normal;
    /* font-weight: bold; */
}
.one h3 {
    margin-top:0px;
}
.one-inner {
    max-width: 250px;
}
.le-col {
    overflow: hidden;
}
.le-col img {
    width:100%;

}
.one-col {
    width: 70px;
    float: left;
}
    .one-col svg {
        max-width: 100%;
        height: auto;
    }
p.a-cta {
    margin-bottom: 0;
}
p.a-cta a {
    color: black;
    font-weight: bold;
    text-decoration: none;
  
}
.le-info {
    margin-left:10px;
    width:200px
}
footer {
    background: #ebebeb;
}
footer p{
    margin:0;
}
span.r-users {
    background: #1378bd
}
span.agencies {
    background: black;
}





.sec-hero {
    max-width: 670px;
}
.two-even img {
    max-width: 100%;
}
.two-even {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.l-side {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
}
.r-side {
    width: 50%;
    float: left;
}
.two-even ul li{
    margin-bottom:20px;
}
.on-mid {
    margin-right: 40px;
}
.on-left {
    margin-left:40px;
}
section.le-left .container, section.le-right .container {
    padding: 30px 0;
}
section.le-main-cta {
    background: #3c6cba;
    margin-bottom: 60px;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}
    section.le-main-cta h2, section.le-main-cta p {
        color: white;
    }
.l-side img, .r-side img {
    box-shadow: 1px 1px 3px 1px #9e9e9e;
}

main ul {
    list-style: none;
    padding: 0;
}

main ul li {
    padding-left: 1.3em;
}

main li:before {
    content: " ";
    display: inline-block;
    margin-left: -25px;
    width: 1.3em;
    background: url(../images/check.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin-top: 2px;
}
.col-outer {
    background: #ebebeb;
    padding: 20px;
}
.home-pad {
    margin-top:40px;

}
.home-pad a {
    color:white;
}
@media only screen and (max-width: 768px) {
    li.nav-item:not(.active) a {
        color: #2c4a4d;
    }
    .nav-menu {
        position: fixed;
        left: -120%;
        top: 60px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

        .nav-menu.active {
            left: 0;
        }

   

    .hamburger {
        display: block;
        cursor: pointer;
    }
        .hamburger.active .bar:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active .bar:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .hamburger.active .bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }
    .nav-item {
        width: 90%;
        border-radius: 0;
        margin-bottom:5px;
    }
        .nav-item a {
            display: block;
            margin-bottom: 5px;
            width: 100%;
            margin:0;
            padding:5px;
        }
    .nav-menu.active {
        padding-left: 0;
    }
    li.nav-item.active {
        background: #eaeaea;
    }
    .one {
        width: 100%;
        margin: 0 0 20px 0;
        float: left;
        background: #f2f2f2;
        padding: 20px;
    }
    .nav-logo {
        max-width: 220px;
    }
    section.le-left .container, section.le-right .container {
        /* padding: 60px 0; */
        padding: 15px;
    }
    .two-even {
        display: block;
        overflow: hidden;
    }
    .l-side, .r-side {
        width: 100%;
    }
    .le-right .two-even {
        display: block;
        overflow: hidden;
        display: flex;
        text-align: center;
        flex-direction: column;
    }
    .le-right .l-side, .le-right .r-side {
        width: 100%;
        flex-direction: row;
    }
    .le-right .l-side {
        order: 1;
    }
    .le-right .r-side {
        order: 2;
    }
    .on-left {
        margin:0;
        text-align:left;
    }
    .le-cta a {
        padding: 10px 10px;
    }
    .le-text {
        padding: 120px 20px;
    }
}
