body{
    background-color: #F5F7FF;
    color: #333;
    font-family: Inter;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.bg-primary {
	background-color: #171A1F !important;
}
.bg-blue{
    background-color: #2F65B6 !important;
}
.text-white{
    color: #fff !important;
    margin-bottom: 0 !important;
}
.forminator-ui#forminator-module-50.forminator-design--flat .forminator-button-submit{
    color: #FFF !important;
    font-family: Inter !important;
    font-size: 1.0625rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}
.noticeBanner p{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#main-nav a{
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    margin-right: 30px;
}
#main-nav p{
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.home-intro h1{
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.75413rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.home-intro h2{
    color: #ABADAE;
    font-family: Montserrat;
    font-size: 1.71081rem;
    font-style: normal;
    font-weight: 700;
    line-height: 148.84%;
}
.home-intro p{
    color: #AAA;
    font-family: Inter;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.home-intro h5{
    color: #FFF;
    font-family: Inter;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.home-intro img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 800px;  
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);

}
.btn-primary{
    background-color: #2F65B6;
    color: #FFF;
    font-family: Inter;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn{
    border-radius: 1rem !important;
    padding: 0.75rem 1.5rem!important;
}
h2{
    color: #2F65B6; 
    font-family: Montserrat;
    font-size: 1.71081rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
h5{
    font-family: Montserrat;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h6{
    font-family: Inter;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.darkblue{
    color: #2F65B6;
}
.darkblue-bg{
    background-color: #2F65B6;
}
.family-owned{
    color: #FFF;
}
.free-quote{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 19rem;
    padding-bottom: 2rem;
}
.free-quote h2{
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.75413rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.fa-check{
    color: #329C50 !important;
    margin-right: 0.75rem;
}
.home-intro h6{
    color: #fff;
}
.serving{
    background-color: #FFF;
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.testimonial-card{
    background-color: #fff;
    border: none;
    border-radius: 0.5rem;
    padding: 1.5rem;
    height: 100%;
}
.testimonial-card .card-body{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-content{
    color: #555;
    font-family: Inter;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.testimonial-author{
    color: #2F65B6;
    font-family: Inter;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.footer-logo{
    width: 17.9375rem;
    height: 11.625rem;
}
.btn{
    outline: none !important;
    border: none !important;
}
#wrapper-footer{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 8rem;
    position: relative;
}
#wrapper-footer a{
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#wrapper-footer .footer-jump-link{
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 400 !important;
}

#wrapper-footer p{
    color: #FFF;
}

.reviews{
    background: linear-gradient(180deg, rgba(23, 26, 31, 0.00) 65.38%, rgba(23, 26, 31, 0.20) 100%), #F5F7FF;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (max-width: 768px) {
    #main-nav p{
        display: none;
    }    
}