﻿.niche-box-team .content-box h2 {
    font-size: 17px;
    line-height: 18px;
    margin-top: 0;
    display: block;
    border-bottom: unset;
    padding: 0;
    margin-bottom: 0;
}
.content-box .desc {
    text-align: left;
}
    .content-box .desc p {
        font-size: 14px;
    }
.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 33px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    position: absolute;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #d0112b;
    border-radius: 5px;
    padding: 0 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}
h2 {
    border-bottom: 5px solid;
    border-color: #d0112b;
    display: table;
    padding: 4px 5px 7px 0px;
}

.section-bg-color2 {
    background:#000000
}
    .section-bg-color2 p {
        color: #fff;
    }
    .section-bg-color2 h2, .section-bg-color2 h5 {
        color: #fff;
    }
.advs-box.niche-box-testimonails-cloud p {
    color: #000;
}

.navbar-nav {
    float:right;
}

.form-control.form-value {
    border: 0;
    border-bottom: 1px solid grey;
    height: 20px;
    margin-bottom: 20px;
}

.header-base:not(.bg-cover) {
    background: #1d1d1b;
}
.CustomContent {
    margin: 20px 0;
}
.caption-bottom h4 {
    font-weight: bold;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.caption-bottom p {
    padding-top: 4px;
}
.page-banner {
    min-height: 300px;
}
div#gallery_main {
    margin-bottom: 25px;
}
.CustomContent ul {
    padding-left: 0;
    margin-left: 15px;
}
.CustomContent ol {
    padding-left: 0;
    margin-left: 18px;
}
.col-centered {
    float: none;
    margin: 0 auto;
}

.imageHolder {
    padding: 15px;
}

.imageContainer {
    display: inline-block;
    position: relative;
}

.imageContainer::before {
    position: absolute;
    top: -5%;
    right: -5%;
    width: 100%;
    height: 100%;
    border: 2px solid #d0112b;
    content: '';
}

.customRow {
    margin-left:-30px;
    margin-right:-30px;
}
.caption-bottom h4 {
    font-size: 16px;
    line-height: 19px;
}
.advs-box.advs-box-side .img-box img {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    padding: 0 !important;
}
.advs-box.advs-box-side {
    background: #fff;
    padding: 10px;
}
.advs-box-side h3 {
    display: block;
    min-height: 42px;
    margin-bottom:0;
}
.advs-box.advs-box-side p {
    display: block;
    min-height: 92px;
}
.advs-box.advs-box-side a {
    float: right;
}

a.proj.img-box.i-center img {
    max-height: 213px;
}