/*
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.11
*/

:root {
    --main: #323f43;
}



/* HEADER */

#header {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 45px;
    padding-left: 65px;
    padding-right: 60px;
    background-color: #FFF;
    transition: all .3s;
}

#header.sticky {
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#header .logo {
    width: 181px;
    height: 175px;
    padding: 0;
    margin: 0;
    left:65px;
    top:33px;
    position: absolute;
    transition: all .2s;
}

#header.sticky .logo {
    width:114px;
    height: 110px;
    margin:0px;
    top:14px;
}

#header .logo img {
    width: 100%;
    height: 100%;
}



#header .phone a {
    width: 205px;
    height: 56px;
    position: relative;
    display: inline-block;
    color: #323f43;
    font-size: 17px;
    font-weight: 600;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.17px;
    background: #ffd64a;
    border-radius: 3px;
    padding:0 30px;
    margin:0 0 0 7px;
}

#header .phone a:hover {
    color:#FFD64A;
    background: #0d5497;
    text-decoration: none;
}

#header .phone a i {
    position: relative;
    color: #323f43;
    font-size: 11px;
    padding-right: 5px;
    top: -2px;
    transition: all .3s;
}

#header .phone a:hover i {
    color:#FFD64A;
}

#header .contact a {
    width: 205px;
    height: 56px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.17px;
    background: #0d5497;
    border-radius: 3px;
    padding:0 20px;
    margin:0 0 0 7px;
}

#header .contact a:hover {
    color:#323f43;
    background: #FFD64A;
    text-decoration: none;
}


/* HERO */

#hero {
    position: relative;
    height: 663px;
    padding-bottom:110px;
    background:url('img/hero-bg.webp') bottom no-repeat;
    background-size: cover;
    z-index: 4;
}

.hero-image {
    width: calc(50vw - 15px);
    height: calc(100% + 100px);
    object-fit: cover;
    bottom:-100px;
    right:0;
    position: absolute;
}

#hero span {
    display: inline-block;
    width: auto;
    color: #323f43;
    font-size: 20px;
    font-weight:400;
    line-height: 100%;
    letter-spacing: -.2px;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}
#hero span::after {
    content: '';
    width: calc(100% + 7px);
    height:3px;
    background:#ffd64a;
    border-radius: 50rem;
    margin: 1px 0px 18px -2px;
    display:block;
}

#hero h1 {
    color: #323f43;
    font-size: 52px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -1.56px;
    padding: 0;
    margin: 0 0 25px 0;
}

#hero p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin:0;
    letter-spacing: -.2px;
}

#hero ul {
    width: 428px;
    margin:35px 0 0 0;
    padding: 0;
}


#hero ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#hero .request {
    width:100%;
    height: 73px;
    font-size: 20px;
    font-weight: 700;
    color:#323f43;
    line-height: 73px;
    text-align: center;
    text-decoration: none;
    letter-spacing: -.2px;
    background: #FFD64A;
    border-radius: 3px;
    margin: 0 0 17px 0;
    padding:0 30px;
    display:block;
}

#hero .request:hover {
    color:#FFD64A;
    background: #0d5497;
    text-decoration: none;
}

#hero .phone {
    width:100%;
    font-size: 19px;
    font-weight: 600;
    color:#323f43;
    line-height: 21px;
    letter-spacing: -.19px;
    text-decoration: none;
    text-align: center;
    padding: 0 20px;
    display:block;
}

#hero .phone span {
    font-weight: 400;
}

#hero .phone:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #ffd64a;
    text-underline-offset: 4px;
}




/* ABOUT */

#about {
    position: relative;
    padding-top: 91px;
}

#about .headline, #about .content {
    padding-right: 80px;
}

#about .headline span {
    display: inline-block;
    color: #323f43;
    font-size: 19px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
    position: relative;
}
#about .headline span::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 17px;
    margin-bottom: 6px;
    background-color:#ffd64b;
    border-radius: 30rem;
}

#about .headline h2 {
    color: #323f43;
    font-size: 34px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: -1.02px;
    padding: 0;
    margin: 0 0 22px 0;
}

#about .content p {
    letter-spacing:-.18px;
}

#about .content a {
    position: relative;
    display: inline-block;
    color: #323f43;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset:4px;
    text-decoration-color: #acb0b1;
    padding: 0;
    margin: 14px 0 0 0;
}

#about .content a:hover {
    color: #323f43;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset:4px;
    text-decoration-color: #0d5497;
}

.side-form-wrapper {
    position: relative;
    padding-bottom: 30px;
}

#about .side-form {
    width: calc(100% + 39px);
    padding: 40px 54px 46px 54px;
    background:#0d5497;
    margin-top: -91px;
    margin-left: 15px;
    position: relative;
    z-index: 990;
}

#about .side-form h3 {
    font-size: 32px;
    font-weight: 700;
    color:#fff;
    line-height: 36px;
    text-align: center;
    letter-spacing: -.96px;
    margin: 0 0 24px 0;
    padding: 0;
}

#about .side-form .form-group {
    margin-bottom: 10px;
}


#about .side-form .form-control {
    height: 63px;
}

#about .side-form textarea.form-control {
    height: 150px;
    min-height: 150px;
}

#about .side-form .form-submit .wpcf7-submit {
    height: 60px;
    width: 100%;
    letter-spacing: -.5px;
    padding: 0px 20px;
}

#about .side-form .form-submit .wpcf7-submit:hover {
    color:#0D5497;
    background: #fff;
} 


/* certificates */

#certificates {
    padding-top: 84px;
    padding-bottom: 60px;
    background: #fff;
    z-index: -1;
    overflow-x: hidden;
}

.page.home #certificates {
    padding-top: 7px;
    padding-bottom: 50px;
}

.page.page-template-contact #certificates {
    padding-top: 60px;
}

#certificates .headline {
    position: relative;
}

#certificates .headline h2 {
    font-size: 14px;
    font-weight: 400;
    color:#323f43;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .98px;
    margin: 0;
    padding: 0;
}
#certificates .headline h2 span {
    background: #fff;
    padding: 0 28px;
    position: relative;
    z-index: 990;
}

#certificates .headline h2::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #edeeee;
    margin-bottom: -9px;
    position: relative;
    display: block;
    z-index: 1;
}

#certificates .slick-track {
    margin:53px 0 20px 0;
    padding: 0;
    display: flex;
}

#certificates .slick-track .slick-slide {
    height:auto;
    margin: 0;
    padding: 0 12px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#certificates .slick-track .slick-slide img {
    max-width: 80px;
    max-height: 80px;
    object-fit:contain;
}


/* SERVICES */

#services {
    background-color: #f6f9fa;
    padding-top: 85px;
    padding-bottom: 48px;
}

#services .headline p {
    color: #323f43;
    font-size: 22px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.44px;
    padding: 0;
    margin: 0 0 14px 0;
    position: relative;
}

#services .headline h2 {
    color: #323f43;
    font-size: 53px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1.59px;
    padding: 0;
    margin: 0;
}

#services .headline h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin: 22px auto 42px auto;
    background-color:#ffd64b;
    border-radius: 50rem;
}

#services .row.gutter-20 {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

#services .row.gutter-20 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

#services .box a {
    position: relative;
    display: block;
    height: 100%;
    padding: 55px 30px 25px 30px;
    border-radius: 6px;
    background:#fff;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(88, 114, 134, 0.06);
    -moz-box-shadow: 0px 5px 35px 0px rgba(88, 114, 134, 0.06);
    box-shadow: 0px 5px 35px 0px rgba(88, 114, 134, 0.06);
}

#services .box.box-first a {
    padding-bottom: 49px;
}

#services .box a:hover {
    text-decoration: none;
    transform: scale(1.05);
    z-index: 9;
}

#services .box .icon {
    padding-bottom: 21px;
    position: relative;
}

#services .box .icon::after {
    content: '';
    width: 64px;
    height: 65px;
    background: #ffd64a;
    border-radius: 50rem;
    display: block;
    margin: -43px 0 0 10px;
}

#services .box.box-first .icon::after {
    width: 119px;
    height: 119px;
}

#services .box .icon img {
    max-height: 60px;
    margin: 0 0 0 32px;
    transition: all .3s;
}

#services .box.box-first .icon img {
    max-height: 129px;
    margin: 0 0 -50px 32px;
}

#services .box .content h3 {
 color: #323f43;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.72px;
    padding: 0;
    margin: 0 0 3px 0;
    transition: all .3s;
}

#services .box.box-first .content h3 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing:-1.02px;
    margin: 0 0 33px 0;
}
#services .box .content h3 span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing:-.54px;
    padding-top: 2px;
    display: block;
}

#services .box.box-first .content h3 span {
    font-size: 21px;
    letter-spacing:-.63px;
}

.btn-services {
    font-size: 14px;
    font-weight: 400;
    color:#323f43;
    text-transform: uppercase;
    letter-spacing: .98px;
    opacity: .7;
}



/* HEADLINE */

.home-headline h3 {
    color: #323f43;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    padding: 0 0 13px 0;
    margin: 0;
}
.home-headline h2 {
    color: #323f43;
    font-size: 34px;
    font-weight: 700;
    line-height: 47px;
    padding: 0;
    margin: 0;
}



/* PHOTO + TEXT */

#textbox {
    background: rgb(237,242,246);
    background: linear-gradient(180deg, rgba(237,242,246,1) 0%, rgba(255,255,255,1) 260px, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 260px);
    overflow-x: hidden;
}

#textbox .row:nth-child(even) { 
    flex-direction: row-reverse;
}


#textbox .row:not(:first-of-type) {
    margin-top: 80px;
}

#textbox .photo {
    flex: 0 0 calc(50% + 210px) ;
    max-width: calc(50% + 210px);
    margin-left: -210px;
    padding-right: 70px;
    margin-right: 0px;
}

#textbox .row:nth-child(even) .photo {
    flex: 0 0 calc(50% + 210px);
    max-width: calc(50% + 210px);
    padding-right: 15px;
    padding-left: 70px;
    margin-left: 0;
    margin-right: -210px;
}

#textbox .photo > div {
    display: block;
    width: 100%;
    height: 550px;
    position: relative;
}

#textbox .photo div > img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:4px;
}

#textbox .content {
    position: relative;
    padding-left: 60px;
}

#textbox .row:nth-child(even) .content {
    padding-left: 15px;
    padding-right: 60px;
}

#textbox .content h2 {
    color: #323f43;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.45px;
    padding: 0;
    margin: 0;
}

#textbox .content h2::after {
    content:'';
    width: 72px;
    height: 5px;
    background:#FFD64A;
    border-radius: 50rem;
    margin: 23px 0px 17px 0px;
    padding: 0;
    display: block;
}

#textbox .content p {
    color: #323f43;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.18px;
    padding: 0;
}

#textbox .content p b, #textbox .content p strong {
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
}

#textbox .content a {
    position: relative;
    display: inline-block;
    color: #323f43;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset:4px;
    text-decoration-color: #acb0b1;
    padding: 0;
    margin: 11px 0 0 0;
}

#textbox .content a:hover {
    color: #323f43;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset:4px;
    text-decoration-color: #0d5497;
}


/* blog */

#blog {
    background: #f6f8fa;
    padding-top: 70px;
    padding-bottom: 55px;
}

#blog .headline h3 {
    color: #323f43;
    font-size: 22px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.44px;
    padding: 0;
    margin: 0 0 14px 0;
    position: relative;
}

#blog .headline h2 {
    color: #323f43;
    font-size: 53px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1.59px;
    padding: 0;
    margin: 0;
}

#blog .headline h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin: 22px auto 25px auto;
    background-color:#ffd64b;
    border-radius: 50rem;
}

#blog .row.gutter-20 {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

#blog .row.gutter-20 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

#content img {
    max-width: 100%;
}



/* FAST CONTACT */

#cta {
    position: relative;
    background: #fff;
    padding-top: 38px;
    padding-bottom: 70px;
}

.page.home #cta, .page-template-faq #cta, .page-template-reviews #cta, .blog #cta {
    background: #f6f9fa;
    padding-bottom: 80px;
}


.page.home #cta, .page-template-faq #cta, .page-template-reviews #cta {
    padding-top: 0;
}

#cta .content h2 {
    color: #323f43;
    font-size: 28px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -.84px;
    padding:60px 0 0 0;
    margin:0 0 29px 0;
    border-top: 1px solid #dce3e9;
}

.page.home #cta h2, .page-template-faq #cta h2, .page-template-reviews #cta h2 {
    padding: 0;
    border-top: none;
}

body.blog #cta h2 {
    padding-top: 30px;
    border-top: none;
}

#cta .content h2 strong {
    font-weight: 700;
}

#cta .buttons {
    gap:10px;
}

#cta a.phone {
    width: 300px;
    height: 64px;
    position: relative;
    display: inline-block;
    color: #323f43;
    font-size: 18px;
    font-weight: 600;
    line-height: 64px;
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.18px;
    background: #ffd64a;
    border-radius: 3px;
    padding:0 30px;
    margin:0;
}

#cta a.phone:hover {
    color:#FFD64A;
    background: #0d5497;
    text-decoration: none;
}

#cta a.phone span {
    font-weight: 300;
}

#cta a.schedule {
    width: 300px;
    height: 64px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 64px;
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.18px;
    background: #0d5497;
    border-radius: 3px;
    padding:0 30px;
    margin:0;
}

#cta a.schedule:hover {
    color:#323f43;
    background: #FFD64A;
    text-decoration: none;
}


/* what */

#what {
    background: #0d5497;
    padding-bottom: 65px;
    overflow-x: hidden;
}

.what-intro {
    margin-bottom: 57px;
}

#what .headline {
    padding: 62px 0 0 0;
}


#what .headline p {
    font-size: 19px;
    font-weight:400;
    color:#acc5dc;
    line-height:21px;
    letter-spacing:-.19px;
    margin: 0;
    padding: 0;
}

#what .headline p::after {
    content: '';
    width: 72px;
    height: 3px;
    background:#FFD64A;
    border-radius: 50rem;
    margin:24px 0 20px 0;
    display: block;
}
#what .headline h2 {
    font-size: 40px;
    font-weight:700;
    color:#fff;
    line-height:47px;
    letter-spacing:-1.2px;
    margin: 0 0 50px 0;
    padding: 0;
}

#what .headline h2 span {
    font-weight: 400;
    display: block;
}

#what .headline ul {
    margin: 0 0 16px 16px;
    padding: 0px;
}

#what .headline ul li {
    font-size: 19px;
    font-weight: 300;
    color:#d8e3ed;
    line-height: 30px;
    letter-spacing: -.19px;
    margin: 0 0 23px 0;
    padding: 0 0 0 52px;
    list-style: none;
}

#what .headline ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 700;
    color:#0d5497;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background:#FFD64A;
    border-radius: 50rem;
    display: block;
    margin:0px 0 -34px -50px;
}

#what .headline ul li b, #what .headline ul li strong {
    font-weight: 600;
    color:#fff;
}

#what .photo {
    flex: 0 0 calc(50% + 205px);
    max-width: calc(50% + 205px);
    margin-right: -205px;
    padding-left: 30px;
}

#what .photo > div {
    display: block;
    width:calc(100% + 40px);
    height: 100%;
    margin-left: -20px;
    position: relative;
}


#what .photo div img {
    width: 100%;
    max-width: unset;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    object-position: left;
}

#what .content {
    column-count:2;
    column-gap: 60px;
    color:#e8eef3;
}

#what .content p {
    color:#e8eef3;
    margin: 0 0 32px 0;
}

#what .content p strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
}

#what .content ul {
    margin: -20px 0 10px 38px;
    padding: 0;
}

#what .content ul li {
    color:#e8eef3;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    position: relative;
}

#what .content ul li::before {
    content: "\f054";
    color: #FFD64A;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}




/* FAQ */

#faq-wrapper.box {
    background-color: #f6f9fa;
}

#faq-wrapper.box .questions {
    padding: 0 60px;
    margin-top: 30px;
}
#faq-wrapper.box .card {
    padding: 0 100px 0 170px;
}
#faq-wrapper.box .card.active {
    position: relative;
    background-color: #FFF;
    box-shadow: 0 0 30px rgba(134, 153, 153, .1);
    overflow: hidden;
}
#faq-wrapper.box .card::after {
    width: calc(100% - 250px);
    right: 30px;
}
#faq-wrapper.box .card:last-of-type::after {
    display: block;
}
#faq-wrapper.box .card.active::after {
    background-color: transparent;
}
#faq-wrapper.box .card.active::before {
    content: "";
    display: block;
    width: 172px;
    height: 172px;
    background-color: var(--main);
    border-radius: 50%;
    position: absolute;
    top: -55px; left: -45px;
}
#faq-wrapper.box .card-header h3[aria-expanded="true"]::before {
    color: #FFF;
    font-size: 28px;
    top: 38px;
    left: -155px;
}

#faq-wrapper .more a {
    display: inline-block;
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 55px 0 0 0;
    border-bottom: 1px solid #1f1f1f;
}
#faq-wrapper .more a:hover {
    color: var(--main);
    text-decoration: none;
    border-color: var(--main);
}



/* REVIEWS */

#reviews {
    position: relative;
    padding-top: 82px;
    padding-bottom: 60px;
}

.page.home #reviews {
    background: rgb(237,242,246);
    background: linear-gradient(0deg, rgba(237,242,246,1) 0%, rgba(237,242,246,1) 330px, rgba(255,255,255,1) 330px, rgba(255,255,255,1) 100%);
    padding-top: 92px;
    padding-bottom: 80px;
}

#reviews .headline h2 {
    font-size: 60px;
    font-weight: 700;
    color:#323f43;
    line-height: 66px;
    letter-spacing:-1.8px;
    margin: 0;
    padding: 0;
}

#reviews .reviews {
    margin-top: 60px;
    overflow: hidden;
}

#reviews .slick-track {
    display: flex !important;
    padding: 30px 0;
}

#reviews .slick-list {
    overflow: visible;
}

#reviews .slick-slide {
    opacity: 0;
    transition: all .3s;
}

#reviews .slick-slide.slick-active {
    opacity: 1;
    transition: all .3s;
}

#reviews .review {
    height: inherit !important;
    padding-left: 10px;
    padding-right: 10px;
}

#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 55px 55px 0px 55px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(88, 114, 134, 0.07);
    -moz-box-shadow: 0px 5px 35px 0px rgba(88, 114, 134, 0.07);
    box-shadow: 0px 5px 35px 0px rgba(88, 114, 134, 0.07);
    position: relative;
}

#reviews .review .content::before {
    content: '“';
    color: #f2f5f7;
    font-family: "Montserrat";
    font-size: 194px;
    font-weight: 700;
    position: absolute;
    top:-72px;
    right: 20px;
}

#reviews .review .rating {
    color:#f6cc3d;
    font-size: 18px;
    margin:0 0 16px 0;
}

#reviews .review .content .opinion {
    flex: 1;
}

#reviews .review .content .opinion p {
    color: #323f43;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}

#reviews .review .content .overview {
    border-top:1px solid #EEF2F4;
    gap:20px;
    padding: 30px 0 35px 0;
    margin: 40px 0 0 0;
}

#reviews .review .content .overview p {
    position: relative;
    color: #323F43;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 0;
}

#reviews .review .content .overview p strong {
    font-weight: 600;
}

#reviews .slick-dots {
    margin: 24px 0 0 0;
}

#reviews .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #323F43;
}

#reviews .slick-dots .slick-active::after {
    width: 4px;
    height:4px;
    background-color:#323F43;
    top: 3px;
    left: 3px;
}



/* major */

#major {
    padding-bottom: 90px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(246,249,250,1) 230px, rgba(246,249,250,1) 230px, rgba(246,249,250,1) 100%);
}

.home #major {
    background: #edf2f6;
}

#major .headline h2 {
    font-size: 49px;
    font-weight: 700;
    color:#323f43;
    line-height: 54px;
    letter-spacing: -1.47px;
    margin: 0 0 20px 0;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #dce3e9;
}

.home #major .headline h2 {
    padding: 0 0 40px 0;
}

#major .row.gutter-40 {
    height: 100%;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 10px;
}

#major .row.gutter-40 [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}

.major-list-item {
    padding: 27px 0px 0px 65px;
    position: relative;
}

.major-list-item::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-weight: 700;
    color: #ffd64a;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50rem;
    top:0;
    left:0;
    position: absolute;
    z-index: 10;
}

.major-list-item h3 {
    font-size: 22px;
    font-weight: 600;
    color:#323f43;
    line-height: 25px;
    letter-spacing:-.22px;
    margin: 0 0 18px 0;
    padding: 0;
    position: relative;
    z-index: 990;
}

.major-list-item p {
    font-size: 18px;
    font-weight:300;
    color:#323f43;
    line-height: 25px;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    z-index: 990;
}

.major-list-item b, .major-list-item strong {
    font-weight: 500;
}



/* SUBPAGES */

#hero-sub {
    position: relative;
    height: 505px;
    padding-bottom: 37px;
    background: url('img/hero-bg.webp') bottom no-repeat;
    background-size: cover;
    z-index: 4;
}

.page-template-contact #hero-sub {
    height: 685px;
    background: url('img/hero-contact-bg.webp') bottom no-repeat #fff;
    background-size: cover;
    padding-bottom: 247px;
}

.blog #hero-sub, .single #hero-sub, .error404 #hero-sub, .page-id-35 #hero-sub  {
    height: 425px;
}

.hero-sub-image {
    width: calc(50vw - 15px);
    height: calc(100% + 40px);
    object-fit: cover;
    bottom:-40px;
    right:0;
    position: absolute;
}

.page-template-contact .hero-sub-image {
    height: 489px;
    bottom: unset;
    top:0;
}

#hero-sub h3 {
    width: auto;
    color: #323f43;
    font-size: 20px;
    font-weight:400;
    line-height: 100%;
    letter-spacing: -.2px;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

.page-template-contact #hero-sub h3 {
    font-size: 23px;
    letter-spacing: -.23px;
}

#hero-sub h3::after {
    content: '';
    width: calc(100% + 7px);
    height:3px;
    background:#ffd64a;
    border-radius: 50rem;
    margin: 1px 0px 18px -2px;
    display:block;
}

#hero-sub h1, #hero-sub h2 {
    color: #323f43;
    font-size: 52px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -1.56px;
    padding: 0;
    margin: 0 0 17px 0;
}

.page-template-contact #hero-sub h1 {
    font-size: 79px;
    line-height: 84px;
    letter-spacing: -2.37px;
    margin: 0 0 23px 0;
}

#hero-sub p {
    max-width: 530px;
    color: #323f43;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -.2px;
    padding: 0;
    margin: 0 0 17px 0;
}

#hero-sub p b, #hero-sub p strong {
    font-weight: 500;
}

#hero-sub ul {
    width: 428px;
    margin:27px 0 0 0;
    padding: 0;
}

#hero-sub ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#hero-sub .request {
    width:100%;
    height: 73px;
    font-size: 20px;
    font-weight: 700;
    color:#323f43;
    line-height: 74px;
    text-align: center;
    text-decoration: none;
    letter-spacing: -.2px;
    background: #FFD64A;
    border-radius: 3px;
    margin: 0 0 27px 0;
    padding:0 30px;
    display:block;
}

#hero-sub .request:hover {
    color:#FFD64A;
    background: #0d5497;
    text-decoration: none;
}

#hero-sub .phone {
    width:100%;
    font-size: 19px;
    font-weight: 600;
    color:#323f43;
    line-height: 21px;
    letter-spacing: -.19px;
    text-decoration: none;
    text-align: center;
    padding: 0 20px;
    display:block;
}

#hero-sub .phone span {
    font-weight: 400;
}

#hero-sub .phone:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #ffd64a;
    text-underline-offset: 4px;
}








#page-wrapper {
    background-color: #f6f9fa;
    padding-bottom: 30px;
}

#page-wrapper #main {
    position: relative;
    padding-right: 60px;
    padding-top: 110px;
    margin-bottom: 50px;
    background-color: #FFF;
}

#page-wrapper #main::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: -100vw;
}

#page-wrapper #main::after {
    content: "";
    display: block;
    width: 80px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; right: -80px;
}

.page-template-bsr-form #page-wrapper,
.page-template-full #page-wrapper {
    background-color: #FFF;
}
.page-template-bsr-form #page-wrapper #main,
.page-template-full #page-wrapper #main {
    padding-right: 15px;
    background-color: transparent;
}
.page-template-bsr-form #page-wrapper #main::before,
.page-template-full #page-wrapper #main::before {
    display: none;
}
.page-template-bsr-form #page-wrapper #main::after,
.page-template-full #page-wrapper #main::after {
    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: #323f43;
    font-size: 34px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: -1.02px;
}

.entry-content h3, .sitemap_by_click5 h2 {
    color: #323f43;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.82px;
}
.entry-content h4 {
    color: #323f43;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: #323f43;
}

.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #323f43;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.18px;
    padding: 0;
    margin-bottom: 4px;
}
.entry-content p {
    margin-bottom: 21px;
}
.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: 40px;
}
.entry-content ul li {
    position: relative;
    line-height: 28px;
    padding-left: 20px;
    margin-top: 5px;
}
.entry-content ul li::before {
    content: "\f054";
    color: #FFD64A;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

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

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
    z-index: 990;
}
.entry-content blockquote::before {

    height: 200px;
    content: '”';
    color: #f2f5f7;
    font-family: "Montserrat";
    font-size: 194px;
    font-weight: 500;
    position: absolute;
    top: -90px;
    right: -25px;
    z-index: 1;

}

.entry-content blockquote::after {
    content: '';
    width: 3px;
    height:100%;
    background: #ffd64a;
    border-radius: 50rem;
    left:0;
    top:0;
    position: absolute;
}

.entry-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-style: italic;
    margin: 0;
    position: relative;
    z-index: 990;
}

/* 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;
}


/* CONTACT */

body.page.page-template-contact {
    background: #fff;
}

#contact-intro {
    position: relative;
    margin-top: -138px;
    z-index: 990;
}

#contact-intro.wrapper {
    padding-bottom: 50px;
}

#contact-intro .row.gutter-14 {
    height: 100%;
    margin-left: -7px;
    margin-right: -7px;
}

#contact-intro .row.gutter-14 [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

#contact-intro .box {
    height: 100%;
    padding: 62px 20px 38px 20px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(88, 114, 134, 0.06);
    -moz-box-shadow: 0px 5px 35px 0px rgba(88, 114, 134, 0.06);
    box-shadow: 0px 5px 35px 0px rgba(88, 114, 134, 0.06);
    background: #fff;
    border-radius: 6px;
}

#contact-intro .box .icon {
    width: 64px;
    height: 64px;
    background:#FFD64A;
    border-radius: 50rem;
    margin: 0 auto;
    position: relative;
}

#contact-intro .box .icon img {
    max-width:54px;
    max-height:54px;
    object-fit: contain;
    margin: -2px 0 0 17px;
}

#contact-intro .row > div:first-child .box .icon img {
    max-width: 60px;
    max-height: 70px;
    margin: -9px 0 0 17px;
}

#contact-intro .box .content h2 {
    color: #323f43;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.57px;
    padding: 27px 0 17px 0;
    margin: 0;
}

#contact-intro .box .content address, #contact-intro .box .content p {
    color: #323f43;
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.17px;
    padding: 0;
    margin:0 0 10px 0;
}

#contact-intro .row > div:first-child .box address {
    margin-top: -3px;
}

#contact-intro .box address {
    color: #323f43;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}

#contact-intro .box address::first-line {
    font-size: 20px;
    font-weight: 500;
    color:#0d5497;
    line-height: 28px;
}

#contact-intro .box .content a.phone {
    display: inline-block;
    color:#0d5497;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -.22px;
    padding: 0 0 3px 0;
    margin: 0 0 2px 0;
}

#contact-intro .box .content a.phone:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: #0d5497;
}

#contact-intro .box .content a.email {
    display:block;
    color:#323f43;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -.18px;
    padding: 0 0 ;
    margin: 0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: #323f43;
}

#contact-intro .box .content a.email:hover {
    color:#0d5497;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: #0d5497;
}

#contact-intro .box .content p.serving {
    font-size: 20px;
    font-weight: 500;
    color:#0d5497;
    letter-spacing: -.2px;
}

#contact-intro .box table {
    margin: 0 auto;
    text-align: left;
    margin-top: -2px;
}

#contact-intro .box table tr td {
    font-size: 18px;
    font-weight:300;
    color:#323f43;
    padding: 0 5px;
}

#contact-intro .box table tr td:first-child {
    font-weight: 500;
}

#contact-intro .box .content a.directions {
    display: inline-block;
    color: var(--main);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.54px;
    padding: 0 0 1px 0;
    margin: 6px 0 0 0;
    border-bottom: 1px solid var(--main);
}

#contact-intro .box .content a.directions:hover {
    text-decoration: none;
    border-color: transparent;
}



/* contact-wrapper */
#contact-wrapper {
    z-index: 990;
    position: relative;
}

#contact-wrapper .container {
    background:#0d5497;
    padding-top: 60px;
    padding-bottom: 68px;
}

#contact-wrapper .home-headline h1 {
    font-size: 60px;
    font-weight: 200;
    color:#fff;
    letter-spacing: 0;
    line-height: 60px;
    margin: 0 0 53px 0;
    padding: 0;
}

#contact-wrapper .home-headline h1 strong, #contact-wrapper .home-headline h1 b {
    font-weight: 700;
}
#contact-wrapper .form {
    padding: 0 50px;
}


/* areas */

#areas {
    margin-top: -157px;
    padding-top: 225px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 120px, rgba(255,255,255,1) 120px, rgba(246,249,250,1) 340px, rgba(246,249,250,1) 340px, rgba(246,249,250,1) 100%);
    z-index: 980;
    position: relative;
}

.areas-image {
    width: 100%;
    height:100%;
    object-fit: contain;
    margin-left: 30px;
}

#areas h2 {
    font-size: 45px;
    font-weight: 700;
    color:#323f43;
    line-height: 45px;
    letter-spacing: -.45px;
    margin: 0;
    padding: 0;
}

#areas h2::after {
    content: '';
    width: 72px;
    height: 5px;
    background: #FFD64A;
    border-radius: 50rem;
    display: block;
    margin: 20px 0 23px 0;
}

#areas p {
    font-size: 18px;
    font-weight: 300;
    color:#323f43;
    line-height: 29px;
    letter-spacing: -.18px;
}

.btn-areas {
    color: #323f43;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: #acb0b1;
    padding: 0;
    margin: 9px 0 0 0;
    display: inline-block;
}

.btn-areas:hover {
    color: #323f43;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: #0d5497;
}



/* WIDGETS */

.side-form {
    width: calc(100% + 39px);
    padding: 40px 54px 46px 54px;
    background:#0d5497;
    margin-top: -60px;
    margin-left: 15px;
    position: relative;
    z-index: 990;
}

.page.home .side-form {
    margin-top: -91px;
}

.side-form h3 {
    font-size: 32px;
    font-weight: 700;
    color:#fff;
    line-height: 36px;
    text-align: center;
    letter-spacing: -.96px;
    margin: 0 0 24px 0;
    padding: 0;
}

.side-form .form-group {
    margin-bottom: 10px;
}

.side-form .form-control {
    height: 63px;
}
 
.side-form textarea.form-control {
    height: 150px;
    min-height: 150px;
}

.side-form .form-submit .wpcf7-submit {
    height: 60px;
    width: 100%;
    letter-spacing: -.5px;
    padding: 0px 20px;
}

.side-form .form-submit .wpcf7-submit:hover {
    color:#0D5497;
    background: #fff;
}

.side-menu {
    width: calc(100% + 39px);
    margin-left: 15px;
    margin-bottom: 40px;
    position: relative;
    z-index: 990;
}

.side-menu ul {
    margin:29px 0 0 0;
    padding:0;
}

.side-menu ul li {
    margin: 0;
    margin: 0 0 15px 0;
    padding:0;
    list-style: none;
}

.side-menu ul li a {
    min-height: 146px;
    padding: 20px 30px 20px 162px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 1.29px 4.83px 25px 0px rgba(88, 114, 134, 0.04);
    -moz-box-shadow: 1.29px 4.83px 25px 0px rgba(88, 114, 134, 0.04);
    box-shadow: 1.29px 4.83px 25px 0px rgba(88, 114, 134, 0.04);
    border:1px solid transparent;
    display: block;
    position: relative;
}


.side-menu ul li a:hover {
    text-decoration: none;
    border:1px solid #B7CCE1;
}

.side-menu ul li.active a {
    border:1px solid #B7CCE1;
}

.side-menu ul li.active a::after, .side-menu ul li a:hover::after {
    content: '';
    width: 8px;
    height: 100%;
    background: #0d5497;
    border-radius:0 6px 6px 0;
    display: block;
    top:0;
    right:0;
    position: absolute;
}

.side-menu ul li a::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border-left:1px solid #B7CCE1;
    border-bottom:1px solid #B7CCE1;
    transform: rotate(45deg);
    top:calc(50% - 9px);
    left:-9px;
    position: absolute;
    transition: all .3s;
    opacity: 0;
}

.side-menu ul li.active a::before, .side-menu ul li a:hover::before {
    opacity: 1;
}

.side-menu ul li a .side-menu-icon {
    width: 64px;
    height: 64px;
    background:#FFD64A;
    border-radius: 50rem;
    left:43px;
    margin-top: 3px;
    position: absolute;
}

.side-menu ul li.active a .side-menu-icon {
    width: 68px;
    height: 68px;
}

.side-menu ul li a .side-menu-icon img {
    max-width: 55px;
    max-height: 65px;
    margin: -10px 0 0 26px;
    object-fit: contain;
}

.side-menu ul li.active a .side-menu-icon img {
    max-width: 73px;
    max-height: 70px;
}

.side-menu ul li a h3 {
    font-size: 24px;
    font-weight: 700;
    color:#323f43;
    letter-spacing:-.76px;
    line-height:30px;
    margin: 0 0 3px 0;
    padding:0;
}

.side-menu ul li a p {
    font-size: 18px;
    font-weight: 400;
    color:#323f43;
    letter-spacing:-.54px;
    line-height:20px;
    margin: 0 0 10px 0;
    padding:0;
}

.side-menu ul li a .btn-side-menu {
    font-size: 14px;
    font-weight: 400;
    color:#6f787b;
    letter-spacing: .98px;
    line-height: 16px;
    text-transform: uppercase;
}

/* BSR FORM */

.bsr-steps {
    position: relative;
    margin-bottom: 30px;
}
.bsr-steps::before {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #ffd64a;
    border: 1px solid #FFF;
    border-radius: 4px;
    position: absolute;
    top: 13px;
    left: 0;
}
.bsr-steps > div {
    position: relative;
    display: block;
    width: 14.28%;
    text-align: center;
    margin: 0 auto;
    z-index: 9;
}
.bsr-steps > div::before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    background-color: #0D5497;
    border-radius: 50%;
}
.bsr-steps > div.step-active::before {
    width: 35px;
    height: 35px;
    background-color: #ffd64b;
}
.bsr-steps > div span {
    position: relative;
    display: inline-block;
    max-width: 120px;
    color: #364759;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.51px;
    padding: 15px 27px;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 22.5px;
    box-shadow: 0 1px 50px rgba(187, 197, 208, 0.35);
    position: absolute;
    top: -65px;
    left: 0; right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.bsr-steps > div.step-active span {
    visibility: visible;
    opacity: 1;
}
.bsr-steps > div.hide-tooltip span {
    visibility: hidden;
    opacity: 0;
}
.bsr-steps > div span::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
}

.bsr-form .form-step {
    display: none;
}
.bsr-form .form-step.step-active {
    display: block;
}

.bsr-form h2 {
    position: relative;
    text-align: center;
}
.bsr-form h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    margin: 15px auto 0;
    background-color: #ffd64a;
    border-radius: 3px;
}

.bsr-form .btns-step {
    margin: 60px 0 0 0;
}
.bsr-form .next-step {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.54px;
    padding: 24px 104px 22px 104px;
    margin: 0;
    background-color: #0d5497;
    border: 2px solid #0d5497;
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s;
}
.bsr-form .next-step:not(.start) {
    padding: 24px 70px 22px 70px;
}
.bsr-form .next-step:hover {
    color: #0d5497;
    text-decoration: none;
    background-color: transparent;
}
.bsr-form .prev-step {
    color: #323f43;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    margin: 0 40px 0 0;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.bsr-form .prev-step:hover {
    border-color: #323f43;
}