.navbar .navbar-nav .active, .section-title span {
    color: #d60421 !important;
}

.loader span {
    border-top: 1px solid #d60421 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.navbar .navbar-nav .nav-link {
    font-family: Raleway !important;
}

.navbar .navbar-nav .nav-link:hover, .bauen-blog .item .con h5, .testimonials .item .info h6, .main-footer .sub-footer p a:hover, .progress-wrap::after, .navbar .dropdown-menu .dropdown-item:hover {
    color: #d60421 !important;
}


.header .caption h1, .section-title {
    font-family: Raleway !important;
    letter-spacing: 6px !important;
}

p, .butn-light a, .about-img .about-img-2, h1, h2, h3, h4, h5, h6, body, .services .item .numb {
    font-family: Raleway !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    border: 1px solid #d60421 !important;
}

.services .item:hover .numb{
-webkit-text-stroke: 1px rgba(233,30,37,0.5);}

.services .item:hover .line:after{background-color: rgba(233,30,37,0.5);}

.circle-fill circle {
    fill: rgba(233,30,37,0.5);
}

.main-footer .fothead h6, .bauen-blog .item .con h5 a {
    color: #fff !important;
}

.progress-wrap svg.progress-circle path{
    stroke: #fff !important;
}



/* ======= Slider Grid Background ======= */
.slider-grid-bg {
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
    padding-top: 225px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background: #272727;
    color: #fff
}
.slider-grid-bg .grid-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(1);
    transition: transform 5s, opacity .35s;
    opacity: 0;
    display: block;
}
.slider-grid-bg .grid-img-active {
    opacity: 1;
    transform: scale(1.03);
    -webkit-filter: brightness(70%);
}
.slider-grid-bg:hover .grid-img-active {
    -webkit-filter: brightness(70%);
}
.slider-grid-bg .content {
    position: relative;
    z-index: 2
}
.slider-grid-bg .grid-item {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex
}
.slider-grid-bg .grid-con {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid rgba(255, 255, 255, .5);
    width: 100%;
    text-decoration: none;
    color: currentColor;
    padding: 80px 30px 30px;
    transition: all .3s;
    background: transparent;
    min-height: 340px;
    position: relative
}
.slider-grid-bg .grid-con-active,
.slider-grid-bg .grid-con:hover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    text-decoration: none;
    color: currentColor;
    padding: 80px 30px 30px;
    transition: all .3s;
    background: transparent;
    min-height: 340px;
    position: relative;
    background: #272727;
    border: 1px solid #272727
}
.slider-grid-bg .year {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 30px
}
.slider-grid-bg .subtitle {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.slider-grid-bg .grid-con:hover .subtitle {
    color: #b19777;
}
.slider-grid-bg .title {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.slider-grid-bg .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.slider-grid-bg .owl-theme .owl-dots .owl-dot.active span, 
.slider-grid-bg .owl-theme .owl-dots .owl-dot:hover span {
    background: #b19777;
    border: 1px solid #b19777;
}
@media only screen and (max-width:1199px) {
    .slider-grid-bg .grid-con {
        min-height: 300px
    }
    .slider-grid-bg .grid-con-active,
    .slider-grid-bg .grid-con:hover {
        min-height: 300px;
    }
}
@media only screen and (max-width:767px) {
    .slider-grid-bg .grid-con {
        min-height: 240px
    }
    .slider-grid-bg .grid-con-active,
    .slider-grid-bg .grid-con:hover {
        min-height: 240px;
    }
}

b {
    color: #ffffff !important;
}

input[type="submit"] {
    background: #d60421;
}


div#quickViewDescription {
    display: none;
}