/* /Components/BlazorTyped.razor.rz.scp.css */
body[b-p101ic58tl] {
}

.blink[b-p101ic58tl] {
    animation: blink-animation-b-p101ic58tl 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation-b-p101ic58tl {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
/* /Components/footer.razor.rz.scp.css */
.footer[b-7zrivcv2i6]{
       /* margin-top: 5em;*/
    text-align: center;
    background:  var(--dark);
    color: white;
    padding-top:0em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom:1em;
}

.footer a[b-7zrivcv2i6] {
    color:white;
}
/* /Components/Header.razor.rz.scp.css */
/*.navbar a {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}*/
/* /Components/PageNotFound.razor.rz.scp.css */
.oops[b-j07fj9ihzh] {
   
   /*width: 100%;*/
    padding-top:3rem;
    height: 90vh;
    background-size: cover;
    position: center;
    background-position: center;
    background-color: var(--template-blue);
    background-image: url('../img/background-whiteboard.png');
}
/* /Components/Portfolio.razor.rz.scp.css */
/******************** start PORTFOLIO section ***************************/
/*--------------------------------------------------------------
# My Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters[b-0kqvc4qd0j] {
    list-style: none;
    margin-bottom: 20px;
}

    .portfolio #portfolio-flters li[b-0kqvc4qd0j] {
        cursor: pointer;
        display: inline-block;
        margin: 0 10px 10px 10px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        padding: 7px 10px;
        text-transform: uppercase;
        color: #444444;
        transition: all 0.3s ease-in-out;
        border: 2px solid #fff;
    }

        .portfolio #portfolio-flters li:hover[b-0kqvc4qd0j],
        .portfolio #portfolio-flters li.filter-active[b-0kqvc4qd0j] {
            color: var(--template-blue);
            border-color: var(--template-blue);
        }

.portfolio .portfolio-item[b-0kqvc4qd0j] {
    margin-bottom: 30px;
    overflow:hidden;
    padding-top:1em;
    border:none;
   
}

.portfolio-item[b-0kqvc4qd0j]{
  
}

    .portfolio .portfolio-item .portfolio-img[b-0kqvc4qd0j] {
        overflow: hidden;
    }

        .portfolio .portfolio-item .portfolio-img img[b-0kqvc4qd0j] {
            transition: all 0.8s ease-in-out;
        }

        .portfolio .portfolio-item .portfolio-img[b-0kqvc4qd0j] {
            transition: all 0.8s ease-in-out;
        }

    .portfolio .portfolio-item .portfolio-info[b-0kqvc4qd0j] {
        opacity: 0;
        position: absolute;
        left: 15px;
        bottom: 10px;
        z-index: 3;
        right: 15px;
        transition: all ease-in-out 0.3s;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4[b-0kqvc4qd0j] {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #fff;
            margin-bottom: 0px;
        }

        .portfolio .portfolio-item .portfolio-info p[b-0kqvc4qd0j] {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link[b-0kqvc4qd0j],
        .portfolio .portfolio-item .portfolio-info .details-link[b-0kqvc4qd0j] {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #fff;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover[b-0kqvc4qd0j],
            .portfolio .portfolio-item .portfolio-info .details-link:hover[b-0kqvc4qd0j] {
                color: #ffc041;
            }

        .portfolio .portfolio-item .portfolio-info .details-link[b-0kqvc4qd0j] {
            right: 10px;
        }

    .portfolio .portfolio-item:hover .portfolio-img img[b-0kqvc4qd0j] {
        transform: scale(1.2);

    }

    .portfolio .portfolio-item:hover .portfolio-img[b-0kqvc4qd0j] {
        transform: scale(1.2);
    
    }

    .portfolio .portfolio-item:hover .portfolio-info[b-0kqvc4qd0j] {
        opacity: 1;
    }


    .portfolio-item-caption[b-0kqvc4qd0j]{
        position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(26, 188, 156, 0.9);
    }

    .portfolio-item-caption:hover[b-0kqvc4qd0j] {
  opacity: 1;
}

    .portfolio-img-overlay[b-0kqvc4qd0j]{
                       opacity: 1;
  background-color: rgba(26, 188, 156, 0.9);
    }
    
     .portfolio-img-overlay:hover[b-0kqvc4qd0j]{
                       opacity: 0.5;
  background-color: rgba(26, 188, 156, 0.9);
    }

    /******************************** end Portfoloio section ****************************/

/* /Components/Portfolio2.razor.rz.scp.css */
.portfolio .portfolio-item[b-ebldykbjep] {
  cursor: pointer;
  position: relative;
  display: block;
  /*max-width: 25rem;*/
  border-radius: 0.5rem;
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-item-caption[b-ebldykbjep] {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  /*background-color: rgba(26, 188, 156, 0.9);*/
  background-color: var(--template-blue);
}
@media (hover: hover) {
    .portfolio .portfolio-item .portfolio-item-caption:hover[b-ebldykbjep] {
        opacity: 0.8;
    }

    .portfolio .portfolio-item .portfolio-item-caption a[b-ebldykbjep] {
  color:#fff;
}
}

.portfolio .portfolio-item img[b-ebldykbjep]{
    transition: 0.3s;
}


.portfolio .portfolio-item img:hover[b-ebldykbjep] {
   transform: scale(1.2);
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content[b-ebldykbjep] {
  font-size: 1.5rem;
}

.portfolio-modal .btn-close[b-ebldykbjep] {
  color: #1abc9c;
  font-size: 2rem;
  padding: 1rem;
}
.portfolio-modal .portfolio-modal-title[b-ebldykbjep] {
  font-size: 2.25rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .portfolio-modal .portfolio-modal-title[b-ebldykbjep] {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
/* /Components/services.razor.rz.scp.css */

.services[b-gn35uwhn5c]{
    background-color: var(--template-blue);
}

.services .services-title[b-gn35uwhn5c] {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.services .divider-custom .divider-custom-line[b-gn35uwhn5c] {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #fff;
    border-radius: 1rem;
    border-color: #fff;
}

.services .divider-custom .divider-custom-icon[b-gn35uwhn5c] {
    color: #fff;
    font-size: 2rem;
}

.services h3[b-gn35uwhn5c]{
    color:#fff;
}

.services .services-item[b-gn35uwhn5c] {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #fff;
    position: relative;
}

    .services .services-item h4[b-gn35uwhn5c] {
        line-height: 18px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--template-blue);
        margin-bottom: 10px;
    }

    .services .services-item h5[b-gn35uwhn5c] {
        font-size: 16px;
        background: #eef0f2;
        padding: 5px 15px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .services .services-item ul[b-gn35uwhn5c] {
        padding-left: 20px;
    }

        .services .services-item ul li[b-gn35uwhn5c] {
            padding-bottom: 10px;
        }

    .services .services-item:last-child[b-gn35uwhn5c] {
        padding-bottom: 0;
    }

    .services .services-item[b-gn35uwhn5c]::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        left: -9px;
        top: 0;
        background: #fff;
        border: 2px solid #82909c;
    }



/* /Components/Testimonials.razor.rz.scp.css */
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials[b-d8u6v3x5jn] {
    padding: 80px 0;
    /* background: url("../img/testimonials-bg.webp") no-repeat;*/
    background-position: center center;
    background-size: cover;
    position: relative;
}

    .testimonials[b-d8u6v3x5jn]::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(14, 16, 17, 0.7);
    }

    .testimonials .section-title span[b-d8u6v3x5jn] {
        color: lightgray;
    }
    .testimonials .section-title h2[b-d8u6v3x5jn]{
        color:white;
    }

    .testimonials .section-header[b-d8u6v3x5jn] {
        margin-bottom: 40px;
    }

    .testimonials .testimonials-carousel[b-d8u6v3x5jn],
    .testimonials .testimonials-slider[b-d8u6v3x5jn] {
        overflow: hidden;
    }

    .testimonials .testimonial-item[b-d8u6v3x5jn] {
        text-align: center;
        color: #fff;
    }

.testimonial-img[b-d8u6v3x5jn] {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.testimonials .testimonial-item .testimonial-img[b-d8u6v3x5jn] {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.testimonials .testimonial-item h3[b-d8u6v3x5jn] {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
}

.testimonials .testimonial-item h4[b-d8u6v3x5jn] {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left[b-d8u6v3x5jn],
.testimonials .testimonial-item .quote-icon-right[b-d8u6v3x5jn] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
}



.testimonials .testimonial-item p[b-d8u6v3x5jn] {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
}

.testimonials .swiper-pagination[b-d8u6v3x5jn] {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet[b-d8u6v3x5jn] {
        width: 12px;
        height: 12px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active[b-d8u6v3x5jn] {
        background-color: #ffb727;
    }

@media (min-width: 992px) {
    .testimonials .testimonial-item p[b-d8u6v3x5jn] {
        width: 80%;
    }
}
/* /Pages/Blog/Blog.Razor.rz.scp.css */
.blog .blog-item[b-yihj18e4mo] {
  cursor: pointer;
  position: relative;
  display: block;
  /*max-width: 25rem;*/
  border-radius: 0.5rem;
  overflow: hidden;
}
.blog .blog-item .blog-item-caption[b-yihj18e4mo] {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(26, 188, 156, 0.9);
}
@media (hover: hover) {
    .blog .blog-item .blog-item-caption:hover[b-yihj18e4mo] {
        opacity: 1;
    }
}

.blog .blog-item img[b-yihj18e4mo]{
    transition: 0.3s;
}


.blog .blog-item img:hover[b-yihj18e4mo] {
   transform: scale(1.2);
}

.blog .blog-item .blog-item-caption .blog-item-caption-content[b-yihj18e4mo] {
  font-size: 1.5rem;
}

.blog-modal .btn-close[b-yihj18e4mo] {
  color: #1abc9c;
  font-size: 2rem;
  padding: 1rem;
}
.blog-modal .blog-modal-title[b-yihj18e4mo] {
  font-size: 2.25rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .blog-modal .blog-modal-title[b-yihj18e4mo] {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
/* /Pages/ProjectDetails - Copy.razor.rz.scp.css */
#carouselProjectDetails .carousel-item img[b-bwansv2ckf] {
    width:100%;
}
/* /Pages/ProjectDetails.razor.rz.scp.css */
#carouselProjectDetails .carousel-item img[b-wzh8s6d5f3] {
    width:100%;
}

.carousel[b-wzh8s6d5f3]{
    border-radius: 10px;
    position: relative;
    border-style: solid;
    border-width: medium;
    padding: 1em;
}




/* /Pages/ProjectNotFound.razor.rz.scp.css */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#pagenotfound[b-3cg2khskaq] {
    width: 100%;
    height: 100vh;
    background: url("../img/hero-bg.webp") top right;
    background-size: cover;
    position: relative;
    background-position: left;
}

    #hero[b-3cg2khskaq]:before {
        content: "";
        /*background: rgba(0, 0, 0, 0.45);*/
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .hero-container[b-3cg2khskaq] {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 15px;
    }

    #hero h1[b-3cg2khskaq] {
        margin: 0 0 10px 0;
        font-size: 2em;
       /* font-family: "Satisfy", serif;*/
        color: #fff;
    }

    #hero h2[b-3cg2khskaq] {
        color: #eee;
        margin-bottom: 50px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    #hero .btn-scroll[b-3cg2khskaq] {
        transition: 0.4s;
        color: rgba(255, 255, 255, 0.6);
        animation: up-down-b-3cg2khskaq 1s ease-in-out infinite alternate-reverse both;
    }

        #hero .btn-scroll i[b-3cg2khskaq] {
            font-size: 48px;
        }

        #hero .btn-scroll:hover[b-3cg2khskaq] {
            color: #ff9900;
        }

@media (min-width: 1024px) {
    #hero[b-3cg2khskaq] {
        background-attachment: fixed;
    }
}

@media (max-width: 575px) {
    #hero h1[b-3cg2khskaq] {
        font-size: 40px;
    }

    #hero h2[b-3cg2khskaq] {
        text-align: center;
        margin-bottom: 30px;
    }
}

@keyframes up-down-b-3cg2khskaq {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer[b-xhaa45nspw] {
    /*background: url("../img/footer-bg.webp") top center no-repeat;*/
    background-color: black;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 1em 0em 0em 1em;
    position: relative;
    margin-top:1em;
}

    #footer[b-xhaa45nspw]::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    #footer .container[b-xhaa45nspw] {
        position: relative;
    }

    #footer h3[b-xhaa45nspw] {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        position: relative;
        font-family: "Satisfy", serif;
        padding: 0;
        margin: 0 0 15px 0;
    }

    #footer p[b-xhaa45nspw] {
        font-size: 15;
        font-style: italic;
        padding: 0;
        margin: 0 0 40px 0;
    }

    #footer a[b-xhaa45nspw] {
color:#ffffff ;

    }
        #footer a:hover[b-xhaa45nspw] {
            color: var(--template-blue);
        }

    #footer .social-links[b-xhaa45nspw] {
        margin: 0 0 40px 0;
    }

        #footer .social-links a[b-xhaa45nspw] {
            font-size: 18px;
            display: inline-block;
            /*background: #1F51FF;*/
            color: #fff;
            line-height: 1;
            padding: 1px 0;
            margin-right: 4px;
            border-radius: 50%;
            border-width: 5px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .social-links a:hover[b-xhaa45nspw] {
                /*background: #1F51FF;*/
                color: #1F51FF; /* #fff;*/
                text-decoration: none;
            }

    #footer .copyright[b-xhaa45nspw] {
        padding:1em;
        margin: 0 0 5px 0;
    }

    #footer .credits[b-xhaa45nspw] {
        font-size: 13px;
    }
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4bk6m729h8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4bk6m729h8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4bk6m729h8] {
    font-size: 1.1rem;
}

.oi[b-4bk6m729h8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4bk6m729h8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4bk6m729h8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4bk6m729h8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4bk6m729h8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4bk6m729h8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4bk6m729h8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4bk6m729h8] {
        display: none;
    }

    .collapse[b-4bk6m729h8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4bk6m729h8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
