﻿html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

@media (min-width : 768px) {

    html {
        overflow-x: hidden;
    }

}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #000000;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

@media (max-width : 767px) {

    body {
        font-size: 18px;
        line-height: 150%;
    }

}

/* Some Bootstrap Fixes */

hr {
    opacity: 1;
}

.modal {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
}

textarea {
    resize: none;
}

/* ADA Skip Links */

.skip_links {
    text-align: left;
    position: fixed;
    z-index: 99999;
}

.skip_links a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip_links a:focus, .skip_links a:active {
    position: static;
    left: 5px;
    top: 5px;
    width: auto;
    height: auto;
    padding: 10px 10px;
    overflow: visible;
    text-decoration: none;
    color: #000000;
    border: 1px solid #FFFFFF;
    background-color: #FCFCFC;
} 

/* Header */

header {
    z-index: 9999;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    background-color: #ffffff;
}

header > .container-xl {
    max-width: 1400px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    header .black-bar {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 150%;
        color: #FFFFFF;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,5b5b5b+49,000000+100 */
        background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(91,91,91,1) 49%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background-color: #000000;
    }

header .yellow-bar {
    position: absolute;
    width: 40%;
    top: 20px;
    right: 12px;
}

    header .yellow-bar a {
        color: #ffffff !important;
    }

    header .yellow-bar .yellow-bar-left {
        width: 32px;
        background: linear-gradient(120deg, rgba(30,87,153,0) 0%,rgba(233,177,20,0) 50%,rgba(204,51,51,1) 50%,rgba(204,51,51,1) 100%);
    }

    header .yellow-bar .yellow-bar-right {
        color: #ffffff;
        padding: 15px 30px;
        background-color: rgb(204,51,51);
    }

.container-xl .yellow-navbar-left {
    width: 60px;
    background: linear-gradient(120deg, rgba(30,87,153,0) 0%,rgba(233,177,20,0) 50%,rgba(204,51,51,1) 50%,rgba(204,51,51,1) 100%);
    margin-right:-12px;
}


.container-xl .yellow-navbar-right {
    width: 60px;
    background: linear-gradient(120deg, rgba(204,51,51,1) 0%,rgba(204,51,51,1) 50%,rgba(233,177,20,0) 50%, rgba(30,87,153,0) 100%);
    margin-left: -12px;
}

@media (max-width:1199px){

    .yellow-navbar-left,
    .yellow-navbar-right {
        /*go away >:(*/
        background:none !important;
        display:none !important

    }

}


    header a:not(.btn),
    header a:not(.btn):visited {
        color: #000000;
        text-decoration: none;
    }

        header a:not(.btn):hover {
            color: #cc3333;
        }

@media (max-width : 1199px) {

    header {
        font-size: 14px;
        line-height: 150%;
    }

    header .black-bar {
        font-size: 14px;
        line-height: 150%;
    }

}

@media (max-width : 991px) {

    header > .container-xl {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    header .yellow-bar {
        width: 50%;
    }

}


/* Navbar */

.menu {
    position: relative;
    z-index: 99990;
    background-color: #ffffff;
    padding-bottom: 35px;
}

    .menu .container-xl {
        position: absolute;
        max-width: 1400px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .menu nav {
        z-index: 99995;
        background-color: rgb(204,51,51);
        /*box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);*/
    }

@media (max-width : 1199px) {

    .menu {
        padding-bottom: 0;
        background-color: rgb(204,51,51)
    }

    .menu .container-xl {
        position: relative;
        padding-left: 0;
       /* padding-right: 0;   */ 
    }

    .menu nav {
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* Main */

main {
    color: #000000;
    background-color: #FFFFFF;
}

/* Footer */

footer {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a4a4c+0,000000+100 */
    background: linear-gradient(to bottom, rgba(74,74,76,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #002b80;
}

footer a:not(.btn),
footer a:visited:not(.btn) {
    color: #FFFFFF;
    text-decoration: none;
}

footer a:hover:not(.btn) {
    color: #FFFF00;
    text-decoration: none;
}

footer .container-xl {
    max-width: 1400px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

footer h2 {
    margin-bottom: 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
}

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-width: 2px;
    border-color: rgba(255,255,255,0.25);
}

footer hr.seperator {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

footer ul.fa-ul {
    margin-left: 2rem;
}

footer ul.fa-ul li {
    padding-left: 0.25rem;
}

footer ul.fa-ul span.fa-li {
    width: 2rem;
}

footer .copyright {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #000000;
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.33) 50%, rgba(255,255,255,0.0) 100%);
    border-image-slice: 5;
}

/* Back to Top Button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Big Photo */

.big-photo {
    position: relative;
    background-color: #000000;
}

.big-photo.border-bottom {
    border-bottom: 4px solid #FFFFFF !important;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}

/* Swiper */

.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #666666;
}

.swiper-container.border-bottom {
    border-bottom: 4px solid #FFFFFF !important;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

    .swiper-slide .slide-title {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 175%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
        text-align: right;
    }

        .swiper-slide .slide-title .slide-title-text {
            align-self: flex-end;
            padding: 1rem 2rem 1rem 2rem;
            background-color: rgba(0,0,0,0.6);
            -webkit-border-top-left-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            -moz-border-radius-topleft: 8px;
            -moz-border-radius-bottomleft: 8px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

.swiper-button-next,
.swiper-button-prev {
    color: rgba(255,255,255,0.66);
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 0.9;
}

@media (max-width : 767px) {

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none;
    }

    .swiper-slide .slide-title {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.66);
    }

    .swiper-slide .slide-title .slide-title-text {
        margin-bottom: 0;
        padding: 16px 8px;
        font-size: 16px;
        line-height: 24px;
        background-color: transparent;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

}

/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    border-top: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    background-color: #000000;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}

.marquee-bg .container-xl .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.marquee-wrapper {
    overflow: hidden;
    display: none;
    width: 100%;
    height: 76px;
    background: transparent;
}

.marquee {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 72px;
}

.marquee-bg > .container-xl {
    padding-left: 0;
    padding-right: 0;
}

.marquee-bg > .container-xl > .row {
    margin-left: 0;
    margin-right: 0;
}

.marquee-bg > .container-xl > .row > .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 991px) {

    .marquee-bg {
        top: 0;
        margin-bottom: 0;
    }

    .marquee-bg .container-xl {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-bg > .container-xl > .row > .col-12 {
        width: 100%;
    }

}

/* Content Sections */

.content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.content.border-top {
    border-top: 4px solid #FFFFFF !important;
}

.content.border-bottom {
    border-bottom: 4px solid #FFFFFF !important;
}

.content.shadow {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33) !important;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        margin-bottom: 1rem;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #272727;
        line-height: 125%;
    }

.content h1 {
    font-size: 200%;
}

.content h2 {
    font-size: 150%;
}

.content h3 {
    font-size: 125%;
}

.content h4,
.content h5 {
    font-size: 100%;
}

.content p,
.content ul,
.content ol {
    margin-bottom: 1.5rem;
}

.content ul {
    padding-left: 1.5rem;
}

.content .card .card-title {
    margin: 0 0;
    padding: 1rem;
}

.content .card .card-title h2 {
    margin-bottom: 0 !important;
}

.content hr.seperator {
    width: 50%;
    margin: 1.5rem auto 1.5rem auto;
    border-width: 2px;
    color: #202020;
}

.content ul.list-unstyled.text-center {
    padding-left: 0;
}

.content ul.fa-ul {
    margin-left: 0;
    padding-left: 2rem;
}

.content ul.fa-ul > li {
    padding-bottom: 0.25rem;
}

.content ul.fa-ul > li:last-child {
    padding-bottom: 0;
}

.content a:not(.btn),
.content a:not(.btn):visited {
    text-decoration: none;
}

@media (max-width : 767px) {

    .content h1 {
        font-size: 175%;
    }

    .content h2 {
        font-size: 150%;
    }

    .content h3 {
        font-size: 125%;
    }

    .content h4,
    .content h5 {
        font-size: 100%;
    }

}

/* Colored Sections */

.content.grey-bg {
    color: #FFFFFF;
    background-color: #353535;
    /*background-image: url('/Images/home/background.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .content.grey-bg .card {
        color: #FFFFFF;
        border: 2px solid #cc3333;
        /*background-color: rgba(0,0,0,0.33);*/
        background-color: #1c1c1c;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

.content.blue-bg .card {
    /*background-color: #073866;*/
    color: #FFFFFF;
    border: 2px solid #fed408;
    background-color: rgba(0,0,0,0.33);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.content.grey-bg .card h2, 
.content.grey-bg .card h3 {
    color: #FFFFFF;
}

.content.grey-bg .card hr.seperator {
    border-width: 2px;
    border-color: #cc3333;
}

    .content.grey-bg h2 {
        color: #FFFFFF;
    }

.content.blue-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b4f90+0,1366ac+15,4797d8+50,1366ac+90,0b4f90+100 */
    background: linear-gradient(to right, rgba(11,79,144,1) 0%,rgba(19,102,172,1) 15%,rgba(71,151,216,1) 50%,rgba(19,102,172,1) 90%,rgba(11,79,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color:#000000;
    color:#ffffff;
}

    .content.blue-bg h2 {
        color: #fed408;
    }
.content.yellow-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fed408+0,f7e17e+100 */
    background: linear-gradient(to bottom, rgba(254,212,8,1) 0%,rgba(247,225,126,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    color: #000000;
}
/* Some Helpers */

hr.seperator {
    width: 50%;
    margin: 0 auto 1.5rem auto;
    border-width: 2px;
    border-color: #909090;
}

/* Multi Column Lists */

.list-five-col {
    columns: 5;
    column-gap: 1.5rem;
}

.list-four-col {
    columns: 4;
    column-gap: 1.5rem;
}

.list-three-col {
    columns: 3;
    column-gap: 1.5rem;
}

.list-two-col {
    columns: 2;
    column-gap: 1.5rem;
}

@media (max-width : 991px) {

    .list-four-col,
    .list-three-col,
    .list-two-col {
        columns: 2;
    }

}

@media (max-width : 767px) {

    .list-four-col,
    .list-three-col,
    .list-two-col {
        columns: 1;
    }

}

/* Contact Page */

.ratio.google-map {
    padding-bottom: 33%;
    background-color: #FFFFFF;
}

@media (max-width : 767px) {

    .ratio.google-map {
        padding-bottom: 66%;
    }

}

.contact-header-desktop {
    position: relative;
    width: 100%;
    height: 240px;
    margin-bottom: 0px;
    background-image: url('/images/contact/header-bg.jpg') !important;
    background-position: center center;
    background-size: cover;
    background-color:#000000;

}

    .contact-header-desktop h1 {
        color: #ffffff !important;
        padding-top:42px;
        text-shadow: #000 3px 3px 5px;
    }

    @media(max-width:1199px){
        .contact-header-desktop h1{
            padding-top:0px !important;
        }
    }

.contact-photo {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    border: 1px solid #333333;
}



/* Home Page */

.home-header-desktop {
    position: relative;
    width: 100%;
    height: 512px;
    margin-bottom: 50px;
    background-image: url('/images/home/home-header-bg.jpg');
    background-position: center center;
    background-size: cover;
}

.home-header-desktop .overlay {
    position: relative;
    top: 170px;
}

.home-header-desktop .overlay img {
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}

@media (max-width : 1399px) {

    .home-header-desktop {
        width: 100%;
        height: 432px;
        margin-bottom: 50px;
    }

    .home-header-desktop .overlay {
        top: 150px;
    }

}

@media (max-width : 1199px) {

    .home-header-desktop {
        width: 100%;
        height: 384px;
        margin-bottom: 50px;
    }

    .home-header-desktop .overlay {
        top: 100px;
    }

}

.portfolio-h3 {
    font-weight: bold !important;
    color: #fed408 !important;
}

.photo {
    border:1px solid #000000;
}

.fa-bars{
    color:#ffffff;
}

.card-img, .card-img-top{
    border-top-left-radius:0;
    border-top-right-radius:0;
}

/*.google-map {
    overflow: hidden;
}

iframe {
    margin-top: -50px;
}
*/
/*.go-away{
    position:relative;
    height:50px;
    width:100%;
    background-color:#fff;
    z-index:10;
}

.sit-on-top{
    z-index:999;
}

.google-map{
    margin-top:-50px;
}


@media(max-width:768px) {

    .go-away {
        height: 60px;
    }

    .google-map {
        margin-top: -60px;
    }
}
*/