.video-background-holder {
    position: relative;
    background-color: transparent;
    height: calc(100vh - 20px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.video-background-content {
    position: relative;
    z-index: 2;
}

.image-background-holder {
    position: relative;
    background-color: #336F80;
    height: calc(100vh - 20px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.image-background-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.image-background-content {
    position: relative;
    z-index: 2;
}

.image-background-content img {
    position: relative;
    top: 0%;
    left: 0%;
    min-width: 3%;
    min-height: 3%;
    width: 30%;
    height: auto;
    z-index: 2;
    -ms-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}

/* color */

.color-background-holder {
    position: relative;
    background-color: #336F80;
    height: calc(100vh - 10px);
    /* height: auto; */
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}


.color-background-content {
    position: relative;
    z-index: 2;
}


.overay-holder {
    position: relative;
    overflow: hidden;
}


.overay-holder-content {
    position: relative;
    z-index: 2;
}

.overay-holder svg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.lastpage-holder {
    position: relative;
    background-color: transparent;
    height: calc(100vh - 20px);
    min-height: 25rem;
    width: 100%;
}

/* 
.color-background-content img {
    position: relative;
    top: 0%;
    left: 0%;
    min-width: 3%;
    min-height: 3%;
    width: 30%;
    height: auto;
    z-index: 2;
    -ms-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
} */

/* 
.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
} */
/* Container holding the image and the text */
.cont {
    position: relative;
    height: 100%;
    width: 100%;
    color: black;
}

.centeredtop {
    position: absolute;
    width: 80%;
    height: auto;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered {
    position: absolute;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top centered text */
.top-centered {
    position: absolute;
    width: 80%;
    height: auto;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.bottom-centered {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.bottom-centered-fill {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.imageCenterAlign {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topAlign {
    top: 50%;
}

.border-right {
    border-right: 1px solid #ddd;
}

.borders {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: -1px;
    
}

.border-left {
    border-left: 1px solid #ddd;
}

.cls-1 {
fill: #fadea6;
stroke: #f7bc00;
stroke-width: 2px;
}

.cls-2 {
fill: #C7B5B4;
stroke: #9C6A6A;
stroke-width: 2px;
}