/*
Author: Ryan Roy
*/
/* Custom CSS */

body {
   font-family: 'Montserrat', sans-serif;
   color: #666666;
}
.center {
    text-align: center;
}
#header {
    position: fixed;
    display: block;
    width: 100%;
    top:0;
    z-index: 999;
}
.header-top .bg-primary, #header .bg-primary {
    background-color: #0a9dc7!important;
}
.header-top span.icon, .banner span.icon, #header span.icon {
    margin-right: 1rem;
}
.header-top .nav-link, .header-top .navbar-text {
    color: #c9dfe6!important;
}
.header-bot {
    padding: 2rem 0;
}
.header-bot .row {
    align-items: center
}
.header-bot .navbar-brand {
    color: #666666;
    padding-right: .5rem;
    padding-left: .5rem;
}
.phone p, .phone h4 {
    margin-bottom: 0;
    color: #666666;
}
.banner {
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
}
.banner h1 {
    font-weight: 700;
}
.banner h6 {
    font-weight: 400;
    text-transform: uppercase;
    background-color: #0760a4;
    padding: .5rem 1rem;
    width: fit-content;
}
.banner p {
    margin-bottom: 2rem;
}
.banner a {
    color: #fff;
    text-decoration: none;
    border: solid 1px #fff;
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    font-weight: 700;
}
.banner-bot {
    background-color: #1776c0;
    padding: 5rem 0;
}
.banner-bot h6 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}
.services {
    padding: 2rem 0 5rem;
}
.services h1 {
    color: #333333;
    margin-bottom: 2rem;
}
.testimonials {
    background-color: #2384c2;
    padding: 5rem 0 2rem;
    color: #fff;
}
.testimonials h1 {
    margin-bottom: 1rem;
}
.testimonials p {
    line-height: 2;
}
.contact {
    background-color: #ebeeef;
}
.contact h1 {
    color: #333333;
    margin-bottom: 2rem;
}
.contact .form-control {
    padding: 1rem;
    border: 0;
    border-radius: 0;
}
.contact button {
    padding: 1rem 2rem;
    border: solid 1px #2384c2;
    background-color: #2384c2;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}
.contact button:hover {
    background-color: transparent;
    color: #2384c2;
}
footer {
    padding: 3rem 0;
}
footer h5 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
footer a {
    color: #666666;
    text-decoration: none;
}
footer a:hover {
    color: #333333;
}
footer .fab {
    background-color: #79a9d1;
    color: #fff;
    width: 48px;
    height: 48px;
    padding: .5rem;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
    .header-bot .navbar-brand {
        padding: 0;
    }
    span.address {
        width: 100%;
        display: block;
        margin-top: 1rem;
    }
    .contact {
        background-color: #ebeeef;
        padding: 5rem 0;
    }
    footer {
        text-align: center;
    }
}
@media (max-width: 767.98px) {

}
@media(min-width: 992px) {
    .right {
        text-align: right;
    }
    .banner h1 {
        font-size: 4rem;
    }
    .testimonials .box {
        padding: 3rem;
    }
    .contact {
        background-color: #ebeeef;
        padding: 5rem 15rem;
    }


}
@media(min-width: 768px) {

}