/* _content/CNIITU_MVC_MAIN/Views/About/About.cshtml.rz.scp.css */
body[b-d5e4efmbwh] {
}

h3[b-d5e4efmbwh] {
    color: #4e54c8;
}
/* _content/CNIITU_MVC_MAIN/Views/Home/Index.cshtml.rz.scp.css */
.article-title[b-paqoqeqeht] {
    color: #4e54c8;
}

.services-card-text[b-paqoqeqeht] {
    color: white;
    position: relative;
    z-index: 3;
    pointer-events: none;
}

.services-card[b-paqoqeqeht] {
    height: 400px;
    position: relative;
    border-radius: 0.75rem;

}

.services-card-filter[b-paqoqeqeht] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    object-fit: cover;
    object-position: center;
    z-index: 1;
    border-radius: 0.75rem;
}

.btn-show-more:hover[b-paqoqeqeht] {
    background-color: #4e54c8;
}

.btn-show-more[b-paqoqeqeht] {
    background-color: #8f94fb;
    color: white;
}
.avatar img[b-paqoqeqeht] {
    object-fit: contain;
    cursor: pointer;
}

.services-card-color-filter[b-paqoqeqeht] {
    opacity: 0.4;
    background-color: #8f94fb;
    z-index: 2;
}

.services-card-color-filter:hover[b-paqoqeqeht] {
    opacity: 0.95;
    transition:  ease-out 0.2s;
}

.services-card-rent[b-paqoqeqeht] {
    background-image: url();
}
/* _content/CNIITU_MVC_MAIN/Views/Projects/Projects.cshtml.rz.scp.css */
.site-badge[b-xrpo7tiovv] {
    background-color: #4e54c8;
    color: white;
    padding: 5px 15px 5px 15px;
}

.project-title[b-xrpo7tiovv] {
    color: #4e54c8;

}
/* _content/CNIITU_MVC_MAIN/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-wm3yjccu0y] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

#header[b-wm3yjccu0y] {
    min-height: 20vh;
    background: #4e54c8; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #5b62fe, #4e54c8); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #5b62fe, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

footer[b-wm3yjccu0y] {
    background: #4e54c8;
    min-height: 200px; 
}

.header-menu-item[b-wm3yjccu0y]
{
color: white;
}


img[b-wm3yjccu0y] {
    width: 100%;
    height: auto;
}

body[b-wm3yjccu0y] {
    overflow:hidden !important;
}


.footer-info[b-wm3yjccu0y], .footer-info > div > a[b-wm3yjccu0y]
{
    color:  white;
}

