/* _content/AbsoluteWeb.SharedComponents/CarouselItem.razor.rz.scp.css */
.carousel-items[b-bmkgpygl1r] {
    height: 100%;
    cursor: pointer;
    max-width: 100%; /* default max-width */
    padding:10px !important;
    box-sizing:border-box;
    opacity: 0.5;
}
.carousel-items.active[b-bmkgpygl1r] {
    opacity:1;
}
.caption-box[b-bmkgpygl1r] {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    color: white;
}

.caption-box .caption[b-bmkgpygl1r], .carousel-default-background[b-bmkgpygl1r] {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* for safari */
    /*background: rgba(0, 0, 0, 0.7) url(../img/icons/icon-arrow-right.png) no-repeat bottom right;*/
    background-position: bottom 10px right 10px;
    padding: 20px;
    text-align: left;
    z-index: 1001;
    color: white;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.carousel-default-background[b-bmkgpygl1r] {
    z-index: 1;
    opacity: 0.3;
}
.carousel-background-blue[b-bmkgpygl1r] {
    background-color: #0672ba;
}
.carousel-image[b-bmkgpygl1r] {
    position:absolute;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
    max-width: 100%;
    z-index: 100;
}

.caption-box a[b-bmkgpygl1r] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.caption-box:hover .caption[b-bmkgpygl1r] {
    /*top:0;*/
    opacity: 1;
}

.txt-subline-1[b-bmkgpygl1r] {
    font-size: 0.8rem;
}
.sepearator[b-bmkgpygl1r] {
    width: 60px;
    height: 2px;
    margin: 10px 0;
    background: white;
    display: none;
}
/*.carousel-default-background{

}*/
.carousel-item-description[b-bmkgpygl1r] {
    font-size: 0.8rem;
    display: none;
}

.carousel-transition[b-bmkgpygl1r] {
    transition-duration: 0.5s;
}
img[b-bmkgpygl1r] {
    position: absolute;
    z-index: 1000;
    height: 100%;
    aspect-ratio: 16/9;
}
/*smartphones in landscape mode*/
@media (max-width: 926px) and (orientation: landscape) {
    .carousel-items[b-bmkgpygl1r] {
        max-width: 30vw;
        aspect-ratio: 16/9;
    }
}

/*tablets in portrait mode*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

}

/*tablets in landscape mode*/
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

}
/*desktops or laptops*/
@media (min-width: 1025px) and (orientation:portrait) {
}
/*desktops or laptops*/
@media (min-width: 1367px) and (orientation:landscape) {

    .caption-box .caption[b-bmkgpygl1r], .carousel-default-background[b-bmkgpygl1r] {
        width:unset;
        height: 100%;
        aspect-ratio: 16/9;
    }
    .carousel-items[b-bmkgpygl1r] {
        height:100%;
        aspect-ratio: 16/9;
    }
}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .caption-box .caption[b-bmkgpygl1r] {
        opacity: 0;
    }
    .txt-subline-1[b-bmkgpygl1r] {
        font-size: 1rem;
    }
    .sepearator[b-bmkgpygl1r] {
        display: block;
    }
    .carousel-item-description[b-bmkgpygl1r] {
        display: block;
        /* Media query for lg breakpoint */
    }
}
/*@media (min-width: 1200px) {
    .carousel-items {
        height:100%;
        aspect-ratio: 16/9;
    }
}*/
/* _content/AbsoluteWeb.SharedComponents/ProjectCarousel.razor.rz.scp.css */
.projects-carousel[b-e8zdmh2rb0] {
    display: flex;
    width: 100%;
    padding: 0px 30px;
    height: 15%;
    position: relative;
    justify-content: center;

}
.carousel-contents[b-e8zdmh2rb0] {
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
}
.carousel-control-prev[b-e8zdmh2rb0], .carousel-control-next[b-e8zdmh2rb0] {
    opacity: 1 !important;
}
.project-list-carousel-control[b-e8zdmh2rb0] {
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
}

/*smartphones in landscape mode*/
@media (max-width: 926px) and (orientation: landscape) {
    .projects-carousel[b-e8zdmh2rb0] {
        height: 80px;
    }
}

/*tablets in portrait mode*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .projects-carousel[b-e8zdmh2rb0] {
        height: 120px;
        margin-bottom: 1rem;
    }
}

/*tablets in landscape mode*/
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .projects-carousel[b-e8zdmh2rb0] {
        height: 150px;
    }
}
/*desktops or laptops*/
@media (min-width: 1025px) and (orientation:portrait) {
}
/*desktops or laptops*/
@media (min-width: 1367px) and (orientation:landscape) {
    .projects-carousel[b-e8zdmh2rb0] {
        height: 200px;
    }
}
/* _content/AbsoluteWeb.SharedComponents/ProjectImagesModal.razor.rz.scp.css */
@media (min-width: 576px) {
    .project-details[b-bmcjogdadf] {
        font-size: 0.7rem;
    }
}
.project-gallery-image[b-bmcjogdadf]{
    max-height: 100%;
    max-width: 100%;
}
.selected-project-carousel-image[b-bmcjogdadf]{
    max-width: 100%;
}
.project-details-contents[b-bmcjogdadf] {
    height: 100%;
    font-size: 1rem;
    overflow: hidden;
}

.project-details-header[b-bmcjogdadf] {
    font-size: 1.5rem;
    padding: 1rem 0px;
}

@media (min-width: 576px) {
    .project-details-header[b-bmcjogdadf] {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .project-details-header[b-bmcjogdadf] {
        font-size: 2rem;
    }
}

.selected-project-carousel-controls[b-bmcjogdadf] {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    top: 0;
}

.carousel-contents[b-bmcjogdadf] {
    flex-wrap: nowrap;
    overflow: hidden;
    height: 100%;
}

.carousel-container[b-bmcjogdadf] {
    height: 100%;
    position: relative;
}

.carousel-control-open-gallery[b-bmcjogdadf] {
    z-index: 100;
    width: 100% !important;
    height: 100% !important;
    padding: 0px;
    color: #FFFFFF;
    text-align: center;
    cursor: zoom-in;
    display: none;

    
}

.carousel-control[b-bmcjogdadf] {
    background: #1e2224;
    width: 40%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-open-gallery[b-bmcjogdadf] {
    padding: 1 * .3;
}

.carousel-control-open-gallery:hover[b-bmcjogdadf] {
    opacity: .9;
}

.carousel-control-open-gallery-icon[b-bmcjogdadf] {
    background: center no-repeat url('../img/icons/image-gallery.svg');
    background-size: contain;
    filter: invert(1) grayscale(100);
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 992px) {
    .carousel-control-open-gallery[b-bmcjogdadf] {
        display: block;
    }
    .carousel-control[b-bmcjogdadf] {
        width: 20%;
    }
}
/* _content/AbsoluteWeb.SharedComponents/ProjectsContainer.razor.rz.scp.css */
.projects-container[b-0riv2icd1c] {
    width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 1rem;
    display:none;
}

/*@media screen and (min-width: 992px) {
    .projects-container {
        padding-top: 3rem;
        height: 75vh;
    }
}*/
/*smartphones in landscape mode*/
@media (max-width: 926px) and (orientation: landscape) {
}

/*tablets in portrait mode*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .projects-container[b-0riv2icd1c] {
        height: 800px;
        display: flex;
        padding-left: 9rem;
        padding-right: 9rem;
        display: flex;

    }
}

/*tablets in landscape mode*/
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .projects-container[b-0riv2icd1c] {
        height: 620px;
        display: flex;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
        display: flex;
    }
}
/*desktops or laptops*/
@media (min-width: 1025px) and (orientation:portrait) {
    .projects-container[b-0riv2icd1c] {
        display: flex;
    }
}
/*desktops or laptops*/
@media (min-width: 1367px) and (orientation:landscape) {
    .projects-container[b-0riv2icd1c] {

        height: 75vh;
        display:flex;
    }
}
/* _content/AbsoluteWeb.SharedComponents/ProjectsContainerMobile.razor.rz.scp.css */
.projects-container-mobile[b-ubyg6zp9yj] {
    width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 1rem;
}

@media (max-width: 926px) and (orientation: landscape) {
    .projects-container-mobile[b-ubyg6zp9yj] {
        padding-top:unset;
        padding-bottom: 4rem;
    }

}

/*tablets in portrait mode*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .projects-container-mobile[b-ubyg6zp9yj] {
        display: none;
    }
}

/*tablets in landscape mode*/
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .projects-container-mobile[b-ubyg6zp9yj] {
        display: none;
    }
}
/*desktops or laptops*/
@media (min-width: 1025px) and (orientation:portrait) {
    .projects-container-mobile[b-ubyg6zp9yj] {
        display: none;
    }
}
/*desktops or laptops*/
@media (min-width: 1367px) and (orientation:landscape) {
    .projects-container-mobile[b-ubyg6zp9yj] {
        display:none;
    }
}
/* _content/AbsoluteWeb.SharedComponents/SelectedProject.razor.rz.scp.css */
[b-ynoj4vke5c] a {
    color: white !important;
    text-decoration: underline;
}
[b-ynoj4vke5c] a::after {
    font-size: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f08e"
}
.project-contents[b-ynoj4vke5c] {
    height: 300px;
    width: 100%;
    display: flex;
    color: white;
    align-items: center;
    position: relative;
}
.carousel-control[b-ynoj4vke5c] {
    background: #1e2224;
    width: 40%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-details-contents[b-ynoj4vke5c]{
    padding-top: 1rem;
}
.carousel-item[b-ynoj4vke5c] {
    height: 100%;
}
.carousel-inner[b-ynoj4vke5c] {
    text-align: center;
    height: 300px;
    display: flex;
    align-items: center;
}
/*@media screen and (min-height: 400px) {
    .carousel-inner {
        max-height: 400px;
    }
}*/
.project-contents > .row[b-ynoj4vke5c] {
    width: 100%;
    height:100%;
}

.selected-project-carousel-image[b-ynoj4vke5c] {
    max-height: 100%;
    max-width: 100%;
}

.selected-project-carousel-controls[b-ynoj4vke5c] {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.carousel-control-open-gallery[b-ynoj4vke5c]{
    flex-grow:1;
    visibility:hidden;
    cursor:zoom-in;
}
.carousel-nav-button[b-ynoj4vke5c] {
    width: 15%;
}

.show-sm[b-ynoj4vke5c] {
    visibility: visible !important;
}

.hidden-sm[b-ynoj4vke5c] {
    visibility: hidden !important;
    height: 0px;
}
/*
@media screen and (min-width: 400px) {
    .selected-project-carousel-image {
        max-height: 400px;
    }

    .show-sm {
        visibility: hidden !important;
    }

    .hidden-sm {
        visibility: visible !important;
        height: unset !important;
    }
}*/
/*smartphones in landscape mode*/
@media (max-width: 926px) and (orientation: landscape) {
    .carousel-inner[b-ynoj4vke5c] {
        text-align: center;
        height: 200px;
        display: flex;
        align-items: center;
    }
    .project-contents[b-ynoj4vke5c]{
        height: 200px;
    }
}

/*tablets in portrait mode*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .carousel-inner[b-ynoj4vke5c] {
        text-align: center;
        height: 300px;
        display: flex;
        align-items: center;
    }
    .project-contents[b-ynoj4vke5c] {
        flex-grow:1;
    }

    .project-details-contents[b-ynoj4vke5c] {
        text-align:center;
    }
    .show-sm[b-ynoj4vke5c]{
        display:none;
    }
    .hidden-sm[b-ynoj4vke5c] {
        visibility: visible !important;
        height: unset !important;
    }
}

/*tablets in landscape mode*/
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .project-contents[b-ynoj4vke5c] {
        flex-grow: 1;
    }
    .selected-project-carousel-image[b-ynoj4vke5c] {
        max-height: 400px;
    }
}
/*desktops or laptops*/
@media (min-width: 1025px) and (orientation:portrait) {
    .carousel-control-open-gallery[b-ynoj4vke5c] {
        visibility: visible;
    }

}
/*desktops or laptops*/
@media (min-width: 1367px) and (orientation:landscape) {
    .project-contents[b-ynoj4vke5c] {
        height: 100%;
    }
    .carousel-inner[b-ynoj4vke5c] {
        height:400px;
        max-height: 400px;
    }
    .selected-project-carousel-image[b-ynoj4vke5c] {
        max-height: 400px;
    }
    .show-sm[b-ynoj4vke5c] {
        visibility: hidden !important;
    }

    .hidden-sm[b-ynoj4vke5c] {
        visibility: visible !important;
        height: unset !important;
    }
    .project-contents > .row[b-ynoj4vke5c]{
        align-items:center;
    }
    .carousel-control-open-gallery[b-ynoj4vke5c] {
        visibility:visible;
    }
}
