.bg-secondary {
    background-color: #202020 !important;
}
.map-container {
    align-self: center;
}
.agent-card-container {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    justify-content: left;
}
img.card-img-top.agent-avatar {
    margin: 20px;
}
.agent-card {
    border-radius: 1em;
    font-size: smaller;
}
img.card-img-top.agent-logo {
    height: 70px;
    align-self: center;
    max-width: 198px;
    object-fit: scale-down;
}
.white {
    color: white;
}
.icon-background {
    colr: rgb(63,61,85);
}
.agent-avatar {
    align-self: center;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 6px solid white;
    border-radius: 50%;
    /*margin-right: 20px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,.4);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,.4);
    -o-box-shadow: 0px 0px 6px 1px rgba(0,0,0,.4);
}
.navbar {
    font-family: 'OswaldMedium';
    /*background: rgba(75, 55, 82, 0.8705882352941177) !important;*/
    background: rgba(32, 32, 32, 0.8705882352941177) !important;
    position: fixed;
    z-index: 1000;
    padding: .5rem 1rem;
    width: 100%;
}

.navbar-light .navbar-brand {
    color: white !important;
    font-weight: 500;
    padding: 10px 0;
    font-size: 20px;
    font-family: 'OswaldMedium', sans-serif;
    margin-top: 10px;
}

.glider-slide img {
    /*width: 100%;*/
    /*!*!*height: 100%;*! */
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* Set the size of the div element that contains the map */
#map {
    height: 500px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.fade {
    animation-name: fade;
    animation-duration: 2s;
}

@media (max-width: 361px) {

    .agent-info li i {
        margin-right: 10px;
    }

    .agent-container {
        padding: 20px;
    }

}

.agent-pictures {
    text-align: -webkit-center;
}

@media (max-width: 767.98px) {

    .agent-info li i {
        margin-right: 10px;
    }

    .agent-container {
        padding: 20px;
    }

    #footerSec .footer-info .info-logo {
        margin-bottom: 20px;
    }

    #main .section {
        padding: 0px;
    }
    #main .section#tour{
        padding-top: 25px;
    }

    #main .section#gallery h2 {
        padding-bottom: 20px;
    }

    #main .section#gallery h2 {
        padding-bottom: 30px;
        padding-top: 25px;
    }

    #contact h2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    div#overview {
        padding: 20px 0px 20px 0px !important;
        margin: 0px
    }

    #main .section#tour .content-pane {
        margin-top: 30px;
    }

    #contact {
        padding: 5% !important;
        margin: 0% !important;
        /*margin-right: 5% !important;*/
        /*background-color: #202020;*/
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #main .section {
        padding: 80px 0;
    }

    #main .section#gallery h2 {
        padding-bottom: 80px;
    }

    #contact {
        padding: 5% !important;
        margin: 0% !important;
        /*margin-right: 5% !important;*/
        /*background-color: #202020;*/
    }

    #main .section#contact .info {
        justify-content: center;
        padding-top: 0;
    }

    .grid-sizer,
    .grid-item {
        width: 33%;
    }
}

@media (min-width: 1400px) {
    .grid-sizer,
    .grid-item {
        width: 20%;
    }

    .agent-container {
        padding: 60px;
    }
}

@media screen and (max-width: 520px) {
    .splide--draggable>.splide__track>.splide__list>.splide__slide {
        background-size: contain !important;
        height: 420px !important;
    }
    .slider-contain {
        height: 50vh !important;
    }
    .splide {
        height: 50vh !important;
    }
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    float: left;
    padding: 1px 1px 1px 0px;
}

.grid-item img {
    display: block;
    max-width: 100%;
}
.splide {
    height: 85vh;
    width: 100%;
}

.splide__slide img {
    width: 100%;
}

.slider-contain {
    /*padding-top: 78px !important;*/
    background: #202020;
    height: 85vh;
    width: 100%;
}
