/* Add here all your css styles (customizations) */

.menu-container .btn-u-red{
    background: #c94645;
}

.architecture-nav.top-nav-collapse .navbar-nav > li > a.btn-u-red{
    color:#fff;
}
.architecture-nav .navbar-nav > li > a.text-red{
    color: #c94645;
}

.g-heading-v7 .h2 .block-name{
    font-size: 24px;
    font-weight: 400;
}

.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery-2 .item img{
    min-height: 180px;
}
.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery-2 p{
    max-width:90%;
}

.owl-responsive-0 .owl-stage{
    width: 100%!important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.owl-responsive-0 .owl-item{
    float:none;
    width: 100%!important;
    margin-bottom:30px;
}

.fs-20{
    font-size: 20px;
}

.one-page-header{
    background: rgba(45,45,55,.95);
}

.backstretch:after{
    display:none;
}

.fullscreen-small{
    padding-top:60px;
}

.bg-color-invert .g-color-white{
    color: #383339 !important;
}
.bg-color-invert .g-color-white-darker{
    color: #333 !important;
}

.fullscreen-static-image:after{
    display:none;
}

.gallery-section .owl-carousel-v4 .owl-slider-v4-gallery-2 h3 a{
    color: #383339;
}

.one-page-header.architecture-nav .navbar-nav > li > a{
    padding: 20px 25px;
}

.img-hover-5{
    background: #262a36;
}

.form button.form-control{
    background: #c94645;
    color: #fff;
    padding: 10px 25px;
    height: 45px;
}
.form button.form-control:hover,.form button.form-control:focus{
    background: #b03c3c;
    color: #fff;
}

.sky-form.submited .message p{
    color: #fff;
}

#install .owl-item .img{
    position: relative;
}
#install .owl-item .img:after{
    display: block;
    position: absolute;
    font-family: FontAwesome;
    content: "";
    font-size: 80px;
    z-index: 2;
    top:50%;
    right:0;
    margin-right: -50px;
    margin-top: -40px;
    text-shadow: 0 0 2px #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#install .owl-item.active.last .img:after{
    margin-right: 0;
}
#install .owl-item:last-child .img:after{
    display:none;
}
#install .owl-controls{
    text-align: center;
    margin-top: 30px;
}
#install .owl-controls .owl-prev, #install .owl-controls .owl-next{
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px;
}
#install .owl-controls .owl-prev:hover, #install .owl-controls .owl-next:hover{
    color: #7d7d8f;
}
#install .owl-controls .owl-prev:after{
    content: "";
    margin-right: 15px;
}
#install .owl-controls .owl-next:after{
    content: "";
    margin-left: 15px;
}

.copyrights.bg-color-com .second-item{
    color: #fff;
}
.copyrights.bg-color-com .second-item a{
    color: #fff;
}


@media (max-width: 991px) {
    img.mfp-img{
        max-width:200%;
    }
    .mfp-image-holder .mfp-content{
        overflow:auto;
    }
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
        position: fixed;
    }
}
@media (min-width: 992px) {
    .col-md-2-5{
        float:left;
        width: 20%;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .one-page-header.architecture-nav .navbar-nav > li > a{
        padding: 16px;
    }
}