﻿#banner {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 180px;
    padding-bottom: 180px;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
}

#banner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(1, 30, 44, .65);
    position: absolute;
    top: 0;
    left: 0;
}

#banner h1 {
    margin: 0 0 15px 0;
    font-family: "Montserrat";
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 65px;
}

#banner h3 {
    margin: 0 0 20px 0;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}

#banner .google_badge {
    float: left;
    padding-top: 20px;
}

#banner .google_badge img {
    width: 180px;
}

#locations-nearby {
    float: left;
    width: 100%;
    padding: 60px 0 20px 0;
}

#locations-nearby .row {
    margin-left: -25px;
    margin-right: -25px;
}

#locations-nearby .row:after,
#locations-nearby .row:before {
    content: "";
    display: table;
    clear: both;
}

#locations-nearby .left-col {
    float: left;
    width: 33.33%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 30px;
}

#locations-nearby .left-col .sub-head {
    font-size: 20px;
    font-weight: 400;
}

#locations-nearby .left-col .location {
    font-size: 40px;
    line-height: 50px;
}

#locations-nearby .left-col a {
    font-size: 18px;
    font-weight: 400;
}

#locations-nearby .right-col {
    float: left;
    width: 66.67%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
    font-weight: 700;
    line-height: 30px;
}

#locations-nearby .right-col .list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 11px 20px;
    box-sizing: border-box;
    background-color: #f4f8f9;
    border-radius: 5px;
    font-family: "Montserrat";
    color: #222;
    line-height: 30px;
}

#locations-nearby .right-col .list h2 {
    float: left;
    width: 40%;
    margin: 0;
    font-family: "Montserrat";
    font-size: 16px;
    color: #222;
    font-weight: 700;
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
    line-height: 24px;
}

#locations-nearby .right-col .list h2:before {
    font-family: "Material Design Icons";
    content: "";
    vertical-align: middle;
    font-size: 30px;
    padding-right: 10px;
    position: absolute;
    left: -10px;
    top: 5px;
}

#locations-nearby .right-col .list h4 {
    float: left;
    width: 40%;
    margin: 0;
    clear: right;
    font-family: "Montserrat";
    font-size: 16px;
    color: #222;
    font-weight: 400;
}

#locations-nearby .right-col .list a {
    float: right;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

#locations-nearby .right-col .list a:after {
    font-family: "Material Design Icons";
    content: "";
    vertical-align: middle;
}

#locations-nearby .see-more-locations {
    display: inline-block;
    padding: 12px 18px 11px;
    background: #edf1f2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #3d444c;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
}

#locations-nearby .see-more-locations:hover {
    background: #399fdd;
    color: #fff;
}

#how-it-works {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-color: #eef0f4;
}

#how-it-works h2 {
    position: relative;
    margin: 0;
    font-family: 'Montserrat';
    font-size: 30px;
    color: #222;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}

#how-it-works h2:after {
    content: "";
    display: block;
    width: 270px;
    max-width: 100%;
    margin: 0 auto;
    border-style: solid;
    border-bottom-width: 0;
}

#how-it-works .row {
    padding-top: 60px;
    margin-left: -25px;
    margin-right: -25px;
}

#how-it-works .row:after,
#how-it-works .row:before {
    content: "";
    display: table;
    clear: both;
}

#how-it-works .col-3 {
    float: left;
    width: 33.33%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
    text-align: center;
}

#how-it-works .col-3 .icon {
    margin-bottom: 30px;
}

#how-it-works .col-3 .icon img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#how-it-works .col-3 p.title {
    margin: 0 0 10px 0;
    font-family: "Montserrat";
    font-size: 20px;
    color: #222;
    font-weight: 700;
    line-height: 35px;
}

#how-it-works .col-3 p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}

#how-it-works .button {
    text-align: center;
}

#how-it-works .learn_more {
    display: inline-block;
    padding: 12px 37px 11px;
    margin: 20px 0;
    background: #dde2e7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #3d444c;
    font-weight: 700;
    line-height: 16px;
}

#how-it-works .learn_more:hover {
    background: #399fdd;
    color: #fff;
}

#what-we-offer-home {
    float: left;
    width: 100%;
    padding: 60px 0;
}

#what-we-offer-home h2 {
    position: relative;
    margin: 0;
    font-family: 'Montserrat';
    font-size: 30px;
    color: #222;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}

#what-we-offer-home h3 {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 24px;
    color: #222;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

#what-we-offer-home p {
    margin: 25px 0 0 0;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

#what-we-offer-home .row {
    padding-top: 60px;
    margin-left: -25px;
    margin-right: -25px;
    display: flex;
    flex-wrap: wrap;
}

#what-we-offer-home .row:after,
#what-we-offer-home .row:before {
    content: "";
    display: table;
    clear: both;
}

#what-we-offer-home .col-3 {
    float: left;
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

#what-we-offer-home .col-3 .image {
    margin-bottom: 20px;
}

#what-we-offer-home .col-3 .image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#what-we-offer-home .col-3 h4 {
    margin: 0 0 10px 0;
    font-family: "Montserrat";
    font-size: 20px;
    color: #222;
    font-weight: 700;
    line-height: 25px;
    min-height: 50px;
}

#what-we-offer-home .col-3 p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    text-align: inherit;
    margin-bottom: 20px;
}

#what-we-offer-home .buttons {
    margin-top: auto;
}

#what-we-offer-home .buttons .btn {
    display: inline-block;
    width: 100%;
    padding: 12px 37px;
    background: #dde2e7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #3d444c;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

#what-we-offer-home .buttons .btn:hover {
    background: #399fdd;
    color: #fff;
}

#what-we-offer-home .buttons .btn+.btn {
    margin-top: 12px;
    background: #08aae8;
    color: #fff;
}

#what-we-offer-home .buttons .btn+.btn:hover {
    background: #dde2e7;
    color: #3d444c;
}

#what-we-offer-home .tab-wrap {
    display: flex;
    gap: 20px;
    padding-top: 60px;
}

#what-we-offer-home .tab-wrap .tab-list {
    display: flex;
    min-width: 350px;
}

#what-we-offer-home .tab-wrap .tab-list ul {
    margin: 0;
    width: 100%;
    max-height: 490px;
    list-style-type: none;
    padding: 0;
    overflow-y: auto;
}

#what-we-offer-home .tab-wrap .tab-list ul::-webkit-scrollbar {
    width: 12px;
}

#what-we-offer-home .tab-wrap .tab-list ul::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#what-we-offer-home .tab-wrap .tab-list ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    min-height: 50px !important;
    border-radius: 5px;
    background: #dee7ea;
    border: 4px solid #fff;
}

#what-we-offer-home .tab-wrap .tab-list ul li {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 0 7px 0;
    background-color: #f8fbfc;
    padding: 20px 55px 20px 20px;
    font-size: 20px;
    color: #787878;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    transition: all .3s;
}

#what-we-offer-home .tab-wrap .tab-list ul li:last-child {
    margin: 0;
}

#what-we-offer-home .tab-wrap .tab-list ul li:hover,
#what-we-offer-home .tab-wrap .tab-list ul li.current {
    background-color: #08aae8;
    color: #fff;
}

#what-we-offer-home .tab-wrap .tab-list ul li:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 16px;
    background-image: url(../image/we-offer-tab-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 20px;
    top: 51%;
    transform: translateY(-50%);
    visibility: hidden;
}

#what-we-offer-home .tab-wrap .tab-list ul li:hover::before,
#what-we-offer-home .tab-wrap .tab-list ul li.current::before {
    visibility: visible;
}

#what-we-offer-home .tab-wrap .tab-content {
    float: left;
    width: calc(100% - 350px);
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane {
    display: none;
    height: 100%;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane.current {
    display: inherit;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap {
    display: flex;
    gap: 20px;
    width: 100%;
    height: 490px;
    padding: 50px 50px;
    background: #f8fbfc;
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap::-webkit-scrollbar {
    width: 12px;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    min-height: 50px !important;
    border-radius: 5px;
    background: #dee7ea;
    border: 4px solid #f8fbfc;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap h3 {
    display: none;
    margin: 0;
    font-family: "Montserrat";
    font-size: 20px;
    color: #222;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap .image {
    margin-top: auto;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 100%;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap .buttons {
    display: flex;
    margin: 0;
    gap: 20px;
    margin-bottom: auto;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap .buttons .btn {
    width: unset;
}

#what-we-offer-home .tab-wrap .tab-content .tab-pane .cont-wrap .buttons .btn+.btn {
    margin: unset;
}

#count-stats {
    float: left;
    width: 100%;
    padding: 60px 0 20px 0;
    background-color: #eef0f4;
}

#count-stats h2 {
    position: relative;
    margin: 0;
    font-family: 'Montserrat';
    font-size: 30px;
    color: #222;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}

#count-stats p.tagline {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 24px;
    color: #222;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

#count-stats .row {
    padding-top: 60px;
    margin-left: -25px;
    margin-right: -25px;
}

#count-stats .row:after,
#count-stats .row:before {
    content: "";
    display: table;
    clear: both;
}

#count-stats .col-3 {
    float: left;
    width: 33.33%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 43px;
    text-align: center;
}

#count-stats .col-3 .icon {
    margin-bottom: 25px;
}

#count-stats .col-3 .icon img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#count-stats .col-3 p.number {
    margin: 0;
    font-family: "Montserrat";
    font-size: 40px;
    color: #222;
    font-weight: 700;
    line-height: 49px;
}

#count-stats .col-3 p {
    margin: 0;
    font-size: 20px;
    line-height: normal;
}

#client-logos {
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #f4f8f9;
}

#client-logos h4 {
    margin: 0;
    font-size: 20px;
    color: #222;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}

#client-logos .logos_slider {
    padding: 0 32px;
}

#locations-nearby {
    float: left;
    width: 100%;
    padding: 60px 0 20px 0;
}

#locations-nearby .row {
    margin-left: -25px;
    margin-right: -25px;
}

#locations-nearby .row:after,
#locations-nearby .row:before {
    content: "";
    display: table;
    clear: both;
}

#locations-nearby .left-col {
    float: left;
    width: 33.33%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 30px;
}

#locations-nearby .left-col .sub-head {
    font-size: 20px;
    font-weight: 400;
}

#locations-nearby .left-col .location {
    font-size: 40px;
    line-height: 50px;
}

#locations-nearby .left-col a {
    font-size: 18px;
    font-weight: 400;
}

#locations-nearby .right-col {
    float: left;
    width: 66.67%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
    font-weight: 700;
    line-height: 30px;
}

#locations-nearby .right-col .list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 11px 20px;
    box-sizing: border-box;
    background-color: #f4f8f9;
    border-radius: 5px;
    font-family: "Montserrat";
    color: #222;
    line-height: 30px;
}

#locations-nearby .right-col .list h2 {
    float: left;
    width: 40%;
    margin: 0;
    font-family: "Montserrat";
    font-size: 16px;
    color: #222;
    font-weight: 700;
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
    line-height: 24px;
}

#locations-nearby .right-col .list h2:before {
    font-family: "Material Design Icons";
    content: "";
    vertical-align: middle;
    font-size: 30px;
    padding-right: 10px;
    position: absolute;
    left: -10px;
    top: 5px;
}

#locations-nearby .right-col .list h4 {
    float: left;
    width: 40%;
    margin: 0;
    clear: right;
    font-family: "Montserrat";
    font-size: 16px;
    color: #222;
    font-weight: 400;
}

#locations-nearby .right-col .list h4 p {
    margin: 0;
}

#locations-nearby .right-col .list a {
    float: right;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

#locations-nearby .right-col .list a:after {
    font-family: "Material Design Icons";
    content: "";
    vertical-align: middle;
}

#locations-nearby .see-more-locations {
    display: inline-block;
    padding: 12px 18px 11px;
    background: #edf1f2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #3d444c;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
}

#locations-nearby .see-more-locations:hover {
    background: #399fdd;
    color: #fff;
}