/* _content/SatMak.CorporateWeb.Host/Components/AboutComponent.razor.rz.scp.css */
.about-img[b-x1oc07t19f] {
    position: relative;
    overflow: hidden;
}

    .about-img[b-x1oc07t19f]::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(/images/bg-about-img.png) top left no-repeat;
        background-size: contain;
    }
/* _content/SatMak.CorporateWeb.Host/Components/BackToTopComponent.razor.rz.scp.css */
.back-to-top[b-u51g5cefuw] {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/* _content/SatMak.CorporateWeb.Host/Components/ContactComponent.razor.rz.scp.css */
.newsletter[b-uisvoqp0md] {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container[b-uisvoqp0md] {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text[b-uisvoqp0md] {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text[b-uisvoqp0md] {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text[b-uisvoqp0md] {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}
/* _content/SatMak.CorporateWeb.Host/Components/FooterComponent.razor.rz.scp.css */
.footer[b-hoebblymxs] {
    background: url(images/footer.png) center center no-repeat;
    background-size: contain;
}

    .footer .btn.btn-social[b-hoebblymxs] {
        margin-right: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255,255,255,.5);
        border: 1px solid rgba(256, 256, 256, .1);
        border-radius: 40px;
        transition: .3s;
    }

        .footer .btn.btn-social:hover[b-hoebblymxs] {
            color: var(--primary);
        }

    .footer .btn.btn-link[b-hoebblymxs] {
        display: block;
        margin-bottom: 10px;
        padding: 0;
        text-align: left;
        color: rgba(255,255,255,.5);
        font-weight: normal;
        transition: .3s;
    }

        .footer .btn.btn-link:hover[b-hoebblymxs] {
            color: #FFFFFF;
        }

        .footer .btn.btn-link[b-hoebblymxs]::before {
            position: relative;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 10px;
        }

        .footer .btn.btn-link:hover[b-hoebblymxs] {
            letter-spacing: 1px;
            box-shadow: none;
        }

    .footer .copyright[b-hoebblymxs] {
        padding: 25px 0;
        font-size: 14px;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }

        .footer .copyright a[b-hoebblymxs] {
            color: rgba(255,255,255,.5);
        }

            .footer .copyright a:hover[b-hoebblymxs] {
                color: #FFFFFF;
            }

    .footer .footer-menu a[b-hoebblymxs] {
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

        .footer .footer-menu a:last-child[b-hoebblymxs] {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }
/* _content/SatMak.CorporateWeb.Host/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-w7xbc7ts5p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w7xbc7ts5p] {
    flex: 1;
}

.sidebar[b-w7xbc7ts5p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w7xbc7ts5p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w7xbc7ts5p]  a, .top-row[b-w7xbc7ts5p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-w7xbc7ts5p]  a:hover, .top-row[b-w7xbc7ts5p]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-w7xbc7ts5p]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-w7xbc7ts5p] {
        justify-content: space-between;
    }

    .top-row[b-w7xbc7ts5p]  a, .top-row[b-w7xbc7ts5p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-w7xbc7ts5p] {
        flex-direction: row;
    }

    .sidebar[b-w7xbc7ts5p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w7xbc7ts5p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-w7xbc7ts5p]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-w7xbc7ts5p], article[b-w7xbc7ts5p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-w7xbc7ts5p] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-w7xbc7ts5p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SatMak.CorporateWeb.Host/Components/Layout/NavMenu.razor.rz.scp.css */
.sticky-top[b-592apocuir] {
    top: -150px;
    transition: .5s;
    background-color: rgba(var(--primary-rgb), 0.97);
}

.navbar[b-592apocuir] {
    padding: 11px 0 !important;
    height: 75px;
}

    .navbar .navbar-nav .nav-link[b-592apocuir] {
        margin-right: 35px;
        padding: 0;
        color: rgba(255, 255, 255, .7);
        outline: none;
    }

        .navbar .navbar-nav .nav-link:hover[b-592apocuir],
        .navbar .navbar-nav .nav-link.active[b-592apocuir] {
            color: rgba(255, 255, 255, 1);
        }

    .navbar .dropdown-toggle[b-592apocuir]::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: middle;
        margin-left: 8px;
    }

.navbar-brand[b-592apocuir] {
    height: 100%;
}
.navbar-brand img[b-592apocuir]{
    height:100%;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav[b-592apocuir] {
        padding: 0 15px;
        background: var(--primary);
    }

        .navbar .navbar-nav .nav-link[b-592apocuir] {
            margin-right: 0;
            padding: 10px 0;
        }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu[b-592apocuir] {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu[b-592apocuir] {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/* _content/SatMak.CorporateWeb.Host/Components/LoadingComponent.razor.rz.scp.css */
#spinner[b-swswcpjid9] {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show[b-swswcpjid9] {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/* _content/SatMak.CorporateWeb.Host/Components/ProjectsComponent.razor.rz.scp.css */
.case-item[b-m7rtq40bve]{
    height:400px;
}
.project-detail[b-m7rtq40bve]{
    display:none;
}
/* _content/SatMak.CorporateWeb.Host/Components/ServicesComponent.razor.rz.scp.css */
.service-item[b-xn0l1a941m] {
    position: relative;
    padding: 45px 30px;
    background: #FFFFFF;
    transition: .5s;
}

    .service-item:hover[b-xn0l1a941m] {
        background: var(--primary);
    }

    .service-item .service-icon[b-xn0l1a941m] {
        margin: 0 auto 20px auto;
        width: 90px;
        height: 90px;
        color: var(--primary);
        background: var(--light);
        transition: .5s;
    }

    .service-item:hover .service-icon[b-xn0l1a941m] {
        background: #FFFFFF;
    }

    .service-item h5[b-xn0l1a941m],
    .service-item p[b-xn0l1a941m],
    .service-item:hover ul li[b-xn0l1a941m] {
        transition: .5s;
    }

    .service-item:hover h5[b-xn0l1a941m],
    .service-item:hover p[b-xn0l1a941m],
    .service-item:hover ul li[b-xn0l1a941m] {
        color: #FFFFFF;
    }

    .service-item a.btn[b-xn0l1a941m] {
        position: relative;
        display: flex;
        color: var(--primary);
        transition: .5s;
        z-index: 1;
    }

    .service-item:hover a.btn[b-xn0l1a941m] {
        color: var(--primary);
    }

    .service-item a.btn[b-xn0l1a941m]::before {
        position: absolute;
        content: "";
        width: 35px;
        height: 35px;
        top: 0;
        left: 0;
        border-radius: 35px;
        background: var(--light);
        transition: .5s;
        z-index: -1;
    }

    .service-item:hover a.btn[b-xn0l1a941m]::before {
        width: 100%;
        background: var(--light);
    }
