.video-container {
    position: relative;
    overflow: hidden;
    margin-top: 10rem;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.claim {
    position: absolute;
    text-align: center;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 27px;
    margin-top: 10rem;
    opacity: 0;
    animation: 7s ease-in-out 7s 1 fadeIn forwards;
    -webkit-animation: 7s ease-in-out 7s 1 fadeIn forwards;
    -moz-animation: 7s ease-in-out 7s 1 fadeIn forwards;
    -o-animation: 7s ease-in-out 7s 1 fadeIn forwards;
    -ms-animation: 7s ease-in-out 7s 1 fadeIn forwards;
}

.claim h1 {
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 90px;
}

#cstm_service_text {
    text-align: left;
}

.cstm_title {
    text-align: center !important;
    margin-top: 0;
}

#structure_header {
    text-align: center;
}

.cstm_subtitle {
    color: #5f7db6;
    text-align: center;
    animation: fadeIn linear 7s;
    -webkit-animation: fadeIn linear 7s;
    -moz-animation: fadeIn linear 7s;
    -o-animation: fadeIn linear 7s;
    -ms-animation: fadeIn linear 7s;
}

.ctm-slider-bg {
    min-width: 100%;
    height: auto;
    filter: grayscale(55%);
}

#service-picture-header {
    margin-top: 10px;
}

.loaderWrapper {
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    animation: 5s ease-in-out 5s 1 contentFadeOut forwards;
    -webkit-animation: 5s ease-in-out 5s 1 contentFadeOut forwards;
    -moz-animation: 5s ease-in-out 5s 1 contentFadeOut forwards;
    -o-animation: 5s ease-in-out 5s 1 contentFadeOut forwards;
    -ms-animation: 5s ease-in-out 5s 1 contentFadeOut forwards;

}

.loadingScreen {
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
}

.loadingLogo {
    opacity: 0;
    width: 20em;
    height: 20em;
    animation: 10s ease-in-out 0s 1 contentFadeIn alternate forwards;
    -webkit-animation: 10s ease-in-out 0s 1 contentFadeIn alternate forwards;
    -moz-animation: 10s ease-in-out 0s 1 contentFadeIn alternate forwards;
    -o-animation: 10s ease-in-out 0s 1 contentFadeIn alternate forwards;
    -ms-animation: 10s ease-in-out 0s 1 contentFadeIn alternate forwards;


}

@keyframes contentFadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
        visibility: hidden;
    }
}


@-moz-keyframes contentFadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
        visibility: hidden;
    }
}


@-ms-keyframes contentFadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
        visibility: hidden;
    }
}

@-o-keyframes contentFadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
        visibility: hidden;
    }
}

@-webkit-keyframes contentFadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
        visibility: hidden;
    }
}


@-ms-keyframes contentFadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    1% {
        display: none;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

@-o-keyframes contentFadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    1% {
        display: none;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes contentFadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    1% {
        display: none;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}


@-moz-keyframes contentFadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    1% {
        display: none;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes contentFadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    1% {
        display: none;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

.ctm_sec_desc {
    margin: 3rem 0 0 0;
}

#whc_video {
    width: 100%;
    object-fit: cover;
}

#ctm-condition-header {
    color: white;
}

.logo.footer img {
    text-align: left;
    max-width: 250px;
    height: auto;
}

.cstm-box {
    background-size: cover !important;
    min-height: 450px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#login_link_depot {
    margin: 72px 0;
    font-size: 16px;
    text-align: center;
}

#am {
    margin: 1rem auto;
    width: 50%;
    height: auto;
}

.cstm_tm_alexander_info h5 {
    font-size: 20px;
    line-height: 0.8px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #000;
    display: block;
    margin: 0 0 3px;
}

.cstm_tm_alexander_info {
    margin: 3rem 0 4rem 0;
}

.cstm_tm_alexander {
    margin: 1rem 0 5rem 0;
}

.cstm-team {
    display: flex;
}

.tm_education {
    padding-left: 15px;
}

#pieChart {
    width: 100%;
    margin-top: 54rem;
    transition: all .5s ease-in-out;
}

#pieChart:hover {
    transform: scale(1.2);
}

@media (min-width: 320px) and (max-width: 767px) {
    #am {
        width: 100%;
        height: 430px;
    }
    #headerlogo {
        text-align: center;
    }

    #pieChart {
        margin-top: 10rem;
    }

    .cstm-team {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .singleTM {
        width: 60%;
        margin: 1rem;
    }

    .claim h1 {
        font-size: 40px;
    }

    .ctm-slider-bg {
        min-width: 350%;
        min-height: 100vh;
    }

    .cstm_title {
        margin-bottom: 0;
    }

    .sec_title.white {
        margin: 3rem 0 0 0;
        text-align: center;
    }

    .testi_con {
        padding-top: 50px;
    }

    .cstm-box.mobile-none {
        display: none;
    }

    .cstm_tm_alexander_info {
        padding: 15px 50px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .claim h1 {
        font-size: 60px;
    }

    .cstm_tm_alexander_info {
        font-size: 13px;
    }

    .cstm_tm_alexander_info h6 {
        font-size: 10px;
    }
}

#specialP {
    text-align: center;
}

#invCenter {
    text-align: center;
}
