/* Add here all your css styles (customizations) */
.navbar-brand .logo {
    max-height: 45px;
}

.counter {
    background: #B8580A;
}

.g-bg-img-hero {
    position: relative;
}

    .g-bg-img-hero:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

.two-column-layout > div.col-md-6 > div {
    height: 100%;
}

.update-loader {
    background: rgba(113, 104, 104, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

    .update-loader:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 50%;
        background-image: url(/Capstone/Assets/Images/preloader-white.svg);
        background-size: cover;
    }

@media(min-width:767px) {
    .navbar {
        padding: 0
    }
}

@media(max-width:767px) {
    .navbar-brand .logo {
        margin-top: -8px;
        margin-bottom: -8px;
    }
}

.overlay-hidden-parent {
    position: relative;
}

.overlay-hidden {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

    .overlay-hidden:hover + a {
        color: #B8580A !important;
    }


.main-custom-area > .span-12.col-sm-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 576px) {
    .main-custom-area > .span-12.col-sm-12 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .main-custom-area > .span-12.col-sm-12 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .main-custom-area > .span-12.col-sm-12 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .main-custom-area > .span-12.col-sm-12 {
        max-width: 1140px;
    }
}

@media(max-width:767px) {
    span.g-hidden-sm-up, span.g-hidden-sm-up + span, span.g-hidden-sm-up + a {
        width: 50%;
        display: block;
        float: left;
        margin: 0 !important;
    }

    .media-content .d-md-table-cell > div, .media-content .d-md-table-cell {
        width: 100% !important;
        clear: both;
        overflow: hidden;
    }

    .u-heading-v6-2.text-center .u-heading-v6__title {
        padding: 0 50px;
    }

        .u-heading-v6-2 .u-heading-v6__title::after,
        .u-heading-v6-2.text-center .u-heading-v6__title::before,
        .u-heading-v6-2.text-right .u-heading-v6__title::before {
            width: 4rem;
        }

    .hs-has-sub-menu .overlap-link {
        cursor: pointer;
    }

        .hs-has-sub-menu .overlap-link:after {
            content: "\e900";
            font-family: "hs-icons" !important;
            font-size: 10px;
            display: inline;
            margin-left: 7px;
        }

    .hs-has-sub-menu .hs-has-sub-menu .overlap-link::after {
        content: "\e902";
        font-family: "hs-icons" !important;
        font-size: 10px;
        display: inline;
        margin-left: 7px;
        position: absolute;
        right: 0;
    }

    .hs-has-sub-menu > a::after {
        content: '' !important;
    }
}

.GlobalPaddingAround50 {
    padding: 3.57143rem !important;
}

@media(max-width:767px) {
    .filter-container {
        padding-top: 2rem !important;
    }

        .filter-container .g-py-50 {
            padding-top: 0 !important;
            padding-bottom: 2rem !important;
        }
}

.row.no-gutters {
    background-color: #B8580A !important;
}
.row.no-gutters.justify-content-md-center * {color:#fff !important}
.row.no-gutters.justify-content-md-center {padding:25px 0}
body {font-weight:inherit}


.g-flex-centered.g-bg-pos-center.g-bg-img-hero.g-pos-rel.g-z-index-1.g-overflow-hidden {min-height:500px; height: auto !important}

