@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #111;
    font-weight: 400;
    line-height: 30px;
}
a.anchor {
    display: block;
    position: relative;
    top: -86px;
    visibility: hidden;
}
/* NAV */
.navbar {
    padding: 20px;
    background-color: #fff;
}

.navbar-brand h1 {
    color: #001659;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1px;
}

span.redtext {
    color: #d90000;
}

.nav-item a {
    color: #111;
    font-weight: 600;
}

.nav-item a:hover {
    color: #d90000;
    border-bottom: none !important;
    background: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.nav-item a:hover {
    color: #d90000 !important;
}

.navbar-nav .nav-link {
    color: #111 !important;
}

.navbar-toggler {
    border: none;
}

.position-inherit {
    position: inherit !important;
}

/* INFOBAR */
.infobar {
    padding: 20px;
    background-color: #d90000;
    color: #fff;
}

.infobar h1 {
    font-size: 24px;
    font-weight: 700;
}

/* SLIDESHOW */
.carousel-caption {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
}

.carousel-caption h2 {
    margin: 0 !important;
}

.carousel-item h1 {
    font-size: 40px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.carousel-indicators .active {
    background-color: #d90000;
}

@media all and (max-width: 768px) {
    .carousel-caption {
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translate(-50%, -50%) !important;
        min-width: 300px;
    }

    .carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

}

/* HOME PAGE PARALLAX */
.container-slide {
    max-width: 900px;
    margin: 0 auto;
}


.parallax-01 {
    background-image: url(../images/slide-01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 210px;
    padding-bottom: 210px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax-about {
    background-image: url(../images/about/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax-whatwedo {
    background-image: url(../images/what-we-do/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax-ourwork {
    background-image: url(../images/our-work/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
}


.parallax-01 h1,
.parallax-02 h1,
.parallax-about h1,
.parallax-whatwedo h1,
.parallax-ourwork h1 {
    color: #FFF;
    font-size: 40px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.box_area h2 {
    color: #fff !important;
    font-size: 25px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 600 !important;
    text-transform: uppercase;
}


.parallax-02 {
    background-image: url(../images/parallax-02.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 35px;
    padding-right: 35px;
}

.parallax-02 h1 {
    color: #FFF;
    font-size: 50px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    text-transform: uppercase;
}

.parallax-02 h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
}


.has-error .control-label,
.has-error label {
    color: #e56464;
    font-weight: 700;
}

.has-error .form-control,
.has-error .form-select {
    background-color: #f8d7da;
    border: 1px solid #e56464;
}

.has-error .input-group-text {
    background-color: #e56464;
    border: 1px solid #e56464;
    color: #fff;
}

@media (max-width: 768px) {

    .parallax-01,
    .parallax-02 {
        background-attachment: scroll !important;
        background-size: cover !important;
    }
}

@media (min-width: 640px) and (max-width: 992px) {}

@media (min-width: 320px) and (max-width: 640px) {
    .parallax-01 {
        background-image: url(../images/slide-01.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* CONTENT */

.whitebg {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
}

.whitebg h1,
.lightgreybg h1 {
    font-size: 33px;
    font-weight: 800;
    font-style: normal;
    color: #001659;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.whitebg h2 {
    font-size: 20px;
    font-weight: 700;
    color: #d90000;
    text-transform: uppercase;
}

.whitebg h3,
.lightgreybg h3 {
    font-size: 20px;
    font-weight: 600;
    color: #001659;
    letter-spacing: 1px;
}

.whitebg h4,
.lightgreybg h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
}

.whitebg a,
.lightgreybg a {
    color: #d90000;
    text-decoration: none;
}

.whitebg a:hover,
.lightgreybg a:hover {
    color: #001659;
    text-decoration: none;
}

.container-content {
    max-width: 850px;
    margin: 0 auto;
}

.lightgreybg {
    background-color: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
}

.bluebg {
    background-color: #001659;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
}

.bluebg h1 {
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    line-height: 50px;
    color: #fff;
}

.bluebg h2 {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    line-height: 50px;
    color: #fff;
}


.card h2 {
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
}

.btn-secondary {
    color: #fff !important;
    background-color: #001659;
    border-color: #001659;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #d90000;
    border-color: #d90000;
    font-weight: 500;
}

.btn-primary {
    color: #fff !important;
    background-color: #d90000;
    border-color: #d90000;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #001659;
    border-color: #001659;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.btn-outline-light {
    color: #fff !important;
    background-color: none;
    border-color: #fff;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-outline-light:hover {
    color: #111 !important;
    background-color: #fff;
    border-color: #fff;
    font-weight: 500;
}


/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    backdrop-filter: blur(0px);
    transition: all ease-in-out 0.3s;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    padding-left: 60px;
    padding-right: 60px;
}

.box_area .images .text .hover-show {
    display: block;
    overflow: hidden;
    height: auto;
    max-height: 1px;
    opacity: 0.0;
    margin-left: -30px;
    margin-right: -30px;
    transition: all ease-in-out 0.3s;
}

.box_area .images:hover .text .hover-show {
    max-height: 400px;
    overflow: hidden;
    opacity: 1;

}

.box_area .images:hover:after {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}


.home-boxes {
    background-color: #f8d6ce;
}

.home-boxes h1 {
    font-size: 30px;
    font-weight: 600;
}

.home-boxes h2 {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-boxes h3 {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-boxes small {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px !important;
}

.home-boxes p {
    line-height: 27px;
}

.home-boxes hr {
    border-top-color: #aaa !important;
}


/* FANCY SECTION */

.fancy_section {
    color: white;
    width: 100%;
    padding: 100px 20px 150px;
}

.fancy_section .container {
    max-width: 1200px !important;
}

.fancy_section_sub .container.sm {
    max-width: 1000px !important;
}

.fancy_section_sub {
    margin-top: -150px;
    min-height: 150px;
}

.fancy_section h1 {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
}

.img {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.image-container {
    position: relative;
    /* Ensures absolute positioning works */
    text-align: center;
    min-height: 300px;
}

.fancy_section h3 {
    font-size: 25px;
    font-weight: 600;
}

.fancy_section h5 {
    color: #000;
}


/* REVIEWS */

.reviewsbg h1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
}

.reviewsbg h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-style: normal;
}

.reviewsbg h3 {
    font-size: 17px;
    font-weight: 500;
}

.reviews .carousel-item {
    min-height: 110px;
}

.reviews h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
}

.reviews .carousel-control-prev {
    left: -100px;
}

.reviews .carousel-control-next {
    right: -100px;
}

.reviews .carousel-indicators {
    margin-top: 20px;
    margin-bottom: 0px;
    position: inherit !important;
}

.reviews .carousel-indicators li {
    background-color: #000;
}

.reviews .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.reviews .carousel-indicators .active {
    background-color: #fff;
}

@media (min-width: 320px) and (max-width: 640px) {
    .reviews .carousel-inner .carousel-item p {
        font-size: 18px;
    }

    .reviews .carousel-control-prev {
        left: -40px;
    }

    .reviews .carousel-control-next {
        right: -40px;
    }
}

.reviewsbox {
    background-color: #f5f5f5;
    padding: 35px;
    border-radius: 10px;
}

.reviewsbox h3 {
    text-transform: uppercase;
    font-style: normal;
    font-size: 20px;
}

.reviewsbox h4 {
    color: #dbaea3;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
}

.staricon {
    color: #FFFACD;
}


.card {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    border: none;
}


/* FOOTER */

.footer {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
    color: #111;
}

.footer h4 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: #001659;
    letter-spacing: 1px;
}

.footer a {
    color: #d90000;
    text-decoration: none;
}

.footer a:hover {
    color: #001659;
    text-decoration: none;
}

.bordergrey {
    border-top: 1px #f5f5f5 solid;
}

.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 30px;
}

.contact-hours .active {
    color: #25c708;
    font-weight: 500;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}

.contact-hours span {
    width: 50%;
    float: left;
}
