/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5interactive.com/
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.10
*/

:root {
    --main: #0e568c;
    --navyBlue: #0a395d;
    --font2: "New York Extra Large";
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    transition: all .3s;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#header .logo img {
    max-height: 120px;
    transition: all .3s;
	width: auto;
}

#header .phones a:first-of-type {
    margin-right: 60px;
}
#header .phones a:hover {
    text-decoration: none;
}
#header .phones img {
    padding-right: 15px;
}
#header .phones span {
    display: block;
    color: #003a4d;
    font-family: var(--font2);
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 0;
}
#header .phones p {
    display: block;
    color: #003a4d;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}
#header .phones a:hover p {
    color: var(--main);
}

#header .buttons {
    margin-left: 33px;
}

#header .buttons a {
    display: inline-block;
    width: 185px;
    height: 53px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.18px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 7px;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
}
#header .buttons a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

#header .buttons .payment {
    background-color: #1967a1;
    border-color: #1967a1;
}
#header .buttons .payment:hover {
    color: #1967a1;
}

#header .buttons .login {
    background-color: #0a395d;
    border-color: #0a395d;
}
#header .buttons .login:hover {
    color: #0a395d;
}

/* HERO */

#hero {
    position: relative;
    height: 775px;
    padding-top: 190px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
    z-index: 4;
}

#hero .content p {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    padding: 0 0 21px 0;
    margin: 0;
}
#hero .content h1 {
    color: #FFF;
    font-family: var(--font2);
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}
#hero .content a,
#hero-sub .content a {
    display: inline-block;
    height: 69px;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0;
    padding: 0 95px;
    margin: 33px 0 0 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 3px;
}
#hero .content a:hover,
#hero-sub .content a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* BOXES */

#boxes {
    position: relative;
    z-index: 9;
}

#boxes .row {
    margin-top: -155px;
    box-shadow: 0 10px 65px rgba(31, 69, 131, .08);
}

#boxes .box .content {
    display: flex;
    height: 100%;
    padding: 40px 35px 60px 55px;
    background-color: #FFF;
}
#boxes .box.box-2 .content {
    background-color: #0b4d7f;
}
#boxes .box.box-3 .content {
    background-color: #0a395d;
}

#boxes .box .content .text {
    width: calc(100% - 84px);
    padding-left: 30px;
}
#boxes .box .content .text h3 {
    color: #FFF;
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.6px;
    padding: 15px 0 9px 0;
    margin: 0;
}
#boxes .box.box-1 .content .text h3 {
    color: var(--navyBlue);
}
#boxes .box .content .text p {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}
#boxes .box.box-1 .content .text p {
    color: #000;
}

/* HOME HEADLINE */

.home-headline h4 {
    color: #8faabf;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0;
}
.home-headline h2 {
    color: var(--navyBlue);
    font-family: var(--font2);
    font-size: 55px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.1px;
    padding: 0;
    margin: 0;
}
.home-headline h2::after {
    content: "";
    display: block;
    width: 215px;
    height: 8px;
    margin: 22px 0 0 0;
    background-color: #82b2d6;
}

/* ABOUT */

#about .row {
    position: relative;
    align-items: flex-end;
    padding-bottom: 120px;
    background-color: #f8fafb;
}
#about .row::before {
    content: "";
    display: block;
    width: 155px;
    height: calc(100% + 104px);
    background-color: #f8fafb;
    position: absolute;
    top: -104px; left: -155px;
}
#about .row::after {
    content: "";
    display: block;
    width: 205px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; right: 0;
}
#about .row > * {
    position: relative;
    z-index: 4;
}

#about .content {
    position: relative;
    padding-right: 90px;
    padding-bottom: 45px;
}
#about .content h2::after {
    margin-bottom: 32px;
}
#about .content p {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.38px;
    padding: 0;
}
#about .content p:first-of-type {
    font-size: 21px;
    font-weight: 500;
}
#about .content a {
    display: inline-block;
    position: relative;
    margin-top: 22px;
}
#about .content a::before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    background-color: #d4e4f0;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
#about .content a:hover {
    text-decoration: none;
}
#about .content a span {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.19px;
    padding: 0 0 2px 0;
    margin: 13px 0 0 25px;
    border-bottom: 1px solid #000;
    transition: all .3s;
}
#about .content a span::after {
    content: "→";
    font-family: "Arial";
    position: absolute;
    right: -27px;
}
#about .content a:hover span {
    color: var(--main);
}

#about .photo > div {
    position: relative;
    display: block;
    width: 100%;
    height: 570px;
    background-size: cover;
    background-position: top center;
}
#about .photo > div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #dde7ef;
    position: absolute;
    top: 50px; right: -55px;
    z-index: -1;
}

/* REVIEWS */

#reviews .photo,
#blog .photo {
    position: relative;
    flex: 0 0 calc(58.333333% + 170px);
    max-width: calc(58.333333% + 170px);
    margin-left: -170px;
}
#reviews .photo > div,
#blog .photo > div {
    display: block;
    width: 100%;
    height: 555px;
    background-size: cover;
    background-position: top center;
}

#reviews .box,
#blog .box {
    display: flex;
    align-items: center;
    margin-left: -8.333333%;
}
#reviews .box .content,
#blog .box .content {
    padding: 70px 65px 60px 65px;
    background-color: #FFF;
}

#reviews .box .content .score {
    display: flex;
    align-items: center;
    margin-top: 55px;
}
#reviews .box .content .score .value {
    display: flex;
    align-items: center;
}
#reviews .box .content .score .value p {
    color: var(--navyBlue);
    font-family: var(--font2);
    font-size: 55px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.1px;
    padding: 0 28px 0 0;
    margin: 0;
}
#reviews .box .content .score .value span {
    display: block;
    color: rgba(0, 0, 0, .8);
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 5px 0 0 0;
    margin: 0;
}
#reviews .box .content .score .source {
    padding-left: 40px;
    margin-left: 50px;
    border-left: 1px solid #d5d5d5;
}

#reviews .reviews,
#blog .posts {
    margin-top: 55px;
}

#reviews .slick-track {
    display: flex !important;
}

#reviews .review {
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px 55px 43px 55px;
    background-color: #f8fafb;
}
#reviews .review .content > p {
    flex: 1;
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
}
#reviews .review .content > p::before {
    content: '';
    display: block;
    width: 47px;
    height: 38px;
    margin-bottom: 25px;
    background-image: url('img/icons/icon-quote.webp');
    background-size: contain;
    background-repeat: no-repeat;
}
#reviews .review .content .overview {
    padding-top: 35px;
    margin-top: 63px;
    border-top: 1px solid #c9ddec;
}
#reviews .review .content .overview p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .overview time {
    display: block;
    color: #a6b5c1;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding: 3px 0 0 0;
    margin: 0;
}

/* SERVICES */

#services .home-headline h2::after {
    margin-bottom: 60px;
}

#services .box .content {
    display: flex;
    padding-top: 40px;
    padding-bottom: 70px;
}
#services .box:nth-child(n+3) .content::before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #c0d8ea;
    position: absolute;
    top: 0; left: 15px;
}
#services .box:nth-child(n+3):nth-child(even) .content::before {
    left: initial;
    right: 15px;
}
#services .box:nth-child(odd) .content::after {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: #c0d8ea;
    position: absolute;
    top: 0; right: 0;
}
#services .box:nth-child(odd):nth-child(3) .content::after {
    top: initial;
    bottom: 0;
}

#services .box:nth-child(even) .content {
    padding-left: 35px;
}
#services .box:nth-child(odd) .content {
    padding-left: 15px;
}

#services .box .icon {
    width: 124px;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c4f82;
    border-radius: 50%;
}

#services .box .text {
    width: calc(100% - 124px);
    padding-top: 45px;
    padding-left: 35px;
}
#services .box .text h3 {
    color: var(--navyBlue);
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0 0 18px 0;
    margin: 0;
}
#services .box .text p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
#services .box .text a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 2px 0;
    margin: 23px 0 0 0;
    border-bottom: 1px solid #000;
}
#services .box .text a::after {
    content: "→";
    font-family: "Arial";
    position: absolute;
    right: -27px;
}
#services .box .text a:hover {
    color: var(--main);
    text-decoration: none;
}

/* CTA */

#cta .home-headline h3 {
    color: var(--navyBlue);
    font-family: var(--font2);
    font-size: 33px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.66px;
    padding: 13px 0 35px 0;
    margin: 0;
}

#cta .buttons a {
    display: inline-block;
    width: 315px;
    height: 68px;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0;
    padding: 0;
    margin: 5px 5px 0 5px;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
}
#cta .buttons a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
#cta .buttons a span {
    font-weight: 400;
}

#cta .buttons .phone {
    background-color: #82b2d6;
    border-color: #82b2d6;
}
#cta .buttons .phone:hover {
    color: #82b2d6;
}

#cta .buttons .schedule {
    background-color: #0e568c;
    border-color: #0e568c;
}
#cta .buttons .schedule:hover {
    color: #0e568c;
}

#cta .buttons .free {
    background-color: #0a395d;
    border-color: #0a395d;
}
#cta .buttons .free:hover {
    color: #0a395d;
}

/* WEB REVIEWS */

#testimonials .row {
    position: relative;
}
#testimonials .row::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #d6e6f1;
    position: absolute;
    top: 0; left: 15px;
}

#testimonials .item {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
#testimonials .item a {
    display: block;
}
#testimonials .item a img {
    width: 100%;
	height: auto;
}

/* CONTACT FORM */

#contact {
    background-color: #ecf1f4;
}

#contact .home-headline h2::after {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

/* BLOG */

#blog .photo > div {
    height: 485px;
}

#blog .box .home-headline h2::after {
    display: none;
}
#blog .box .content a {
    display: inline-block;
    height: 68px;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 0;
    padding: 0 60px;
    margin: 25px 0 0 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 3px;
}
#blog .box .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

#blog .slick-track {
    display: flex !important;
}

#blog .news {
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
#blog .news .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* LOCATIONS */

#locations {
    position: relative;
    background: rgb(248,250,251);
    background: -moz-linear-gradient(0deg, rgba(248,250,251,0) 0%, rgba(248,250,251,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(248,250,251,0) 0%, rgba(248,250,251,1) 100%);
    background: linear-gradient(0deg, rgba(248,250,251,0) 0%, rgba(248,250,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8fafb",endColorstr="#f8fafb",GradientType=1);
}
#locations::before {
    content: "";
    display: block;
    width: 100%;
    height: 160px;
    background-color: #0a395d;
    position: absolute;
    bottom: 0; left: 0;
}

#locations .home-headline h2::after {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

#locations .box {
    margin-top: 25px;
}
#locations .box .content {
    padding: 45px 35px 35px 35px;
    border: 1px solid rgba(171, 196, 204, .47);
    border-radius: 5px;
}
#locations .box .content .location {
    display: flex;
}
#locations .box .content .location .icon {
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c4f82;
    border-radius: 50%;
}
#locations .box .content .location .address {
    width: calc(100% - 74px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
}
#locations .box .content .location .address h3 {
    width: 100%;
    display: block;
    color: #010101;
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 17px 0 11px 0;
    margin: 0;
    border-bottom: 2px solid #82b2d6;
}
#locations .box .content .location .address address {
    display: block;
    color: #101010;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    padding: 10px 0 12px 0;
    margin: 0;
}
#locations .box .content .location a.map {
    position: relative;
    display: inline-block;
    color: #0e568c;
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 1px 0;
    margin: 0;
    border-bottom: 1px solid #0e568c;
}
#locations .box .content .location a.map::after {
    content: "→";
    font-family: "Arial";
    position: absolute;
    right: -20px;
}
#locations .box .content .location a.map:hover {
    color: #82b2d6;
    text-decoration: none;
}
#locations .box .content .location a.phone {
    display: inline-block;
    color: #003a4d;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding: 0;
    margin: 17px 0 0 0;
}
#locations .box .content .location a.phone i {
    position: relative;
    color: #82b2d6;
    font-size: 20px;
    padding-right: 5px;
    top: -2px;
}
#locations .box .content .location a.phone:hover {
    color: #82b2d6;
    text-decoration: none;
}

#locations .box .content .map {
    margin-top: 30px;
}
#locations .box .content .map iframe {
    border-radius: 3px;
}

/* FOOTER */

#footer .logo img {
    filter: brightness(0) invert(1);
}

#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .links ul li {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 0;
}
#footer .links ul li a {
    border-bottom: 1px solid transparent;
}
#footer .links ul li a:hover {
    border-bottom-color: #FFF;
}

#footer .buttons a {
    display: inline-block;
    width: 100%;
    height: 64px;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 8px 0 0 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
}
#footer .buttons a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
#footer .buttons a span {
    font-weight: 400;
}

#footer .buttons .schedule {
    margin-top: 0;
    background-color: #82b2d6;
    border-color: #82b2d6;
}

#footer .buttons .phone {
    color: var(--navyBlue);
    background-color: #FFF;
    border-color: #FFF;
}
#footer .buttons .phone:hover {
    color: #FFF;
}

#footer .buttons .free {
    color: #FFF;
    border-color: #abc1cc;
}
#footer .buttons .free:hover {
    border-color: #82b2d6;
}

#footer .row.row-2 {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}
#footer .row.row-2::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(255, 255, 255, .15);
    position: absolute;
    top: 0; left: 15px;
}

/* SUBPAGES */

#hero-sub {
    height: 540px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
}
#hero-sub h1, #hero-sub span {
    color: #FFF;
    font-family: var(--font2);
    font-size: 70px;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: -1.4px;
    padding: 0;
    margin: 0;
}
#hero-sub h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    padding: 27px 0 0 0;
    margin: 0;
}

#page-wrapper #main {
    position: relative;
    padding-right: 60px;
    background-color: #f8fafb;
}
#page-wrapper #main::before {
    content: "";
    display: block;
    width: 155px;
    height: 100%;
    background-color: #f8fafb;
    position: absolute;
    top: 0; left: -155px;
}

.page-template-full #page-wrapper {
    background-color: #FFF;
}
.page-template-full #page-wrapper #main {
    padding-right: 15px;
    background-color: transparent;
}
.page-template-full #page-wrapper #main::before {
    display: none;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, h1.post-title {
    color: var(--navyBlue);
    font-family: var(--font2);
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--navyBlue);
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.6px;
}
.entry-content h4 {
    color: var(--navyBlue);
    font-family: var(--font2);
    font-size: 23px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.46px;
}
.entry-content h5, .entry-content h6 {
    color: var(--navyBlue);
    font-family: var(--font2);
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: rgba(0, 0, 0, .8);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul li::before {
    content: "\f0da";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 calc(25% + 105px);
    max-width: calc(25% + 105px);
    margin-right: -105px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 4;
}
#sidebar-area::before {
    content: "";
    display: block;
    width: 165px;
    height: 100%;
    background-color: #f8fafb;
    position: absolute;
    top: 0;
    left: 0;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

.widget-contact {
    text-align: center;
    padding: 55px 35px;
    margin-top: -160px;
    background-color: #FFF;
    box-shadow: 0 13px 20px rgba(166, 174, 189, .08);
}
.widget-contact h4 {
    color: #8faabf;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.widget-contact h3 {
    color: var(--navyBlue);
    font-family: var(--font2);
    font-size: 33px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.66px;
    padding: 13px 0 32px 0;
    margin: 0;
}
.widget-contact .buttons a {
    display: inline-block;
    width: 90%;
    height: 68px;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 8px auto 0 auto;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
}
.widget-contact .buttons a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
.widget-contact .buttons a span {
    font-weight: 400;
}

.widget-contact .buttons .phone {
    background-color: #82b2d6;
    border-color: #82b2d6;
}
.widget-contact .buttons .phone:hover {
    color: #82b2d6;
}

.widget-contact .buttons .schedule {
    background-color: #0e568c;
    border-color: #0e568c;
}
.widget-contact .buttons .schedule:hover {
    color: #0e568c;
}

.widget-contact .buttons .free {
    background-color: #0a395d;
    border-color: #0a395d;
}
.widget-contact .buttons .free:hover {
    color: #0a395d;
}

.widget-links {
    padding: 25px 50px 0 50px;
}
.widget-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-links ul li {
    position: relative;
    padding: 24px 0 23px 0;
    margin-left: 5px;
}
.widget-links ul li::before {
    content: "\f0da";
    position: relative;
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 700;
    padding-right: 14px;
    top: -1px;
}
.widget-links ul li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #edf0f2;
    position: absolute;
    bottom: 0; right: 0;
}
.widget-links ul li a {
    display: inline-block;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0 0 1px 0;
    margin: 0;
    border-bottom: 1px solid transparent;
}
.widget-links ul li a:hover,
.widget-links ul li a[aria-current="page"] {
    color: var(--main);
    text-decoration: none;
    border-bottom-color: var(--main);
}

.widget-reviews {
    margin-top: 23px;
}
.widget-reviews .photo {
    display: block;
    width: 100%;
    height: 335px;
    background-size: cover;
    background-position: center;
}
.widget-reviews .content {
    padding: 43px 50px 40px 50px;
    background-color: #FFF;
}
.widget-reviews .content h4 {
    color: #8faabf;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    padding: 0 0 7px 0;
    margin: 0;
}
.widget-reviews .content h3 {
    color: var(--navyBlue);
    font-family: var(--font2);
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.8px;
    padding: 0;
    margin: 0;
}
.widget-reviews .content h3::after {
    content: "";
    display: block;
    width: 145px;
    height: 5px;
    margin-top: 14px;
    background-color: #82b2d6;
}
.widget-reviews .content .score {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.widget-reviews .content .score .value {
    display: flex;
    align-items: center;
}
.widget-reviews .content .score .value > div {
    position: relative;
    top: -2px;
}
.widget-reviews .content .score .value p {
    color: var(--navyBlue);
    font-family: var(--font2);
    font-size: 42px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.84px;
    padding: 0 18px 0 0;
    margin: 0;
}
.widget-reviews .content .score .value img {
    max-height: 15px;
}
.widget-reviews .content .score .value span {
    display: block;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding: 2px 0 0 0;
    margin: 0;
}
.widget-reviews .content .score .source {
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid #d5d5d5;
}
.widget-reviews .content .score .source img {
    max-height: 42px;
}

#reviews.widget {
    padding-top: 30px;
}
#reviews.widget .review {
    padding-left: 0;
    padding-right: 0;
}
#reviews.widget .review .content {
    padding: 50px 50px 38px 50px;
    background-color: #ecf1f5;
}
#reviews.widget .review .content .overview {
    padding-top: 28px;
}
#reviews.widget .slick-dots {
    margin-top: 30px;
}

#boxes.widget {
    margin-top: 50px;
    margin-bottom: 30px;
    box-shadow: 0 10px 65px rgba(31, 69, 131, .08);
}
#boxes.widget .box .content {
    align-items: center;
    padding-left: 50px;
    padding-bottom: 40px;
}
#boxes.widget .box .content .icon img {
    max-width: 55px;
}
#boxes.widget .box .content .text h3 {
    font-size: 27px;
    line-height: 28px;
    padding: 0;
}

/* CONTACT PAGE */

#hero-sub.contact {
    height: 565px;
    padding-top: 165px;
}
#hero-sub.contact h3 {
    font-size: 23px;
    padding-top: 0;
    padding-bottom: 34px;
}
#hero-sub.contact h1 {
    font-size: 65px;
    line-height: 65px;
}

#boxes.contact {
    position: relative;
}
#boxes.contact::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #ecf1f4;
    position: absolute;
    bottom: 0; left: 0;
}
#boxes.contact .row {
    margin-top: -71px;
}

#boxes.contact .box .content {
    align-items: center;
    padding-bottom: 40px;
}
#boxes.contact .box .content .text h3 {
    padding-top: 0;
    padding-bottom: 0;
}
#boxes.contact .box .content .text h4 {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.34px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin: 0;
}
#boxes.contact .box.box-1 .content .text h4 {
    color: rgba(30, 103, 158, .8);
}

#boxes.contact .box .content .text a.phone {
    display: inline-block;
    color: #FFF;
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid transparent;
}
#boxes.contact .box .content .text a.phone:hover {
    text-decoration: none;
    border-bottom-color: #FFF;
}
#boxes.contact .box.box-1 .content .text a.phone {
    color: var(--navyBlue);
}
#boxes.contact .box.box-1 .content .text a.phone:hover {
    border-bottom-color: var(--navyBlue);
}

#boxes.contact .box .content .text a.map {
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
}
#boxes.contact .box .content .text a.map:hover {
    text-decoration: none;
    border-bottom-color: #FFF;
}

#home-why h2::after {
  margin-bottom: 32px;
}

#home-why .content p {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.38px;
  padding: 0;
}

#home-why .content a.read-more {
  display: inline-block;
  position: relative;
  margin-top: 22px;
}

#home-why .content a.read-more span {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.19px;
  padding: 0 0 2px 0;
  margin: 13px 0 0 25px;
  border-bottom: 1px solid #000;
  transition: all .3s;
}

#home-why .content a.read-more:hover span {
  color: var(--main);
}

#home-why .content a.read-more::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-color: #d4e4f0;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

#home-why .content a.read-more span::after {
  content: "→";
  font-family: "Arial";
  position: absolute;
  right: -27px;
}