.flip-card {
    background-color: transparent;
    width: 200px;
    height: 200px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #0083ca;
    color: white;
    transform: rotateY(180deg);
}

.image-service-logo {
    border: .15rem solid #eeeeee   ;
    border-radius: .35rem;
    box-shadow: 0 0 0.5em #888888;
}

.white-text-head{
    font-size: 1.35em;
    color: white;
    vertical-align: middle;
    padding-top: 10px;
}

.main-container-div-padder{
    padding-top: 0px !important;
}

.top-page-form-color{
    height: 50px !important;
    background-color: #623393;
    margin-bottom: 10px;
}

.rotate-image-background{
position: absolute;
    margin-top: -90%;
}

.top-row-container{
    max-height: 200px;
    min-height: 200px;
}
.top-row-container-info {
    margin-left: auto;
    margin-right: auto;
    border-radius: .25rem;
    height: 47px;
    width: 100%;
    border: 0.05em solid #dddddd;
    background-color: #f9f9f9;
    margin-bottom: 57px;
    z-index: 999;
    color: #6f42c1;
}

.main-container-div-padder{
    padding-top: 100px ;
}

.top-row-container-info-data{
    padding: 8px 5px 0px 5px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Lato-Light-webfont', arial, sans-serif;

}

.progress {
    height: 10px !important;

}

.progress-bar {
    background-color: #6f42c1;
    height: 10px !important;
    padding: 1px 0px 1px 0px;
    font-size: 0.55em;
    border-radius: 0.25em 0em 0em 0em !important;
}


.animation-wrapper {
    width: 100%;
    padding-bottom: -5%;
    background-image: url("../images/slider.gif");
    margin-top: -25px;
    background-size: auto;
    margin-bottom: -350px;
    background-repeat: no-repeat;
}



/** Layered Animation **/

.layered-animations {
    /** border: 1px solid #0c5460;**/
    position: absolute;
    top: 260px !important;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1140px;
    height: 150px;
    margin: -150px 0 -150px -550px;
}

.layered-animations .shape {
    position: absolute;
    top: 50%;
    overflow: visible;
    width: 280px;
    height: 180px;
    margin-top: 0px;
    stroke: transparent;
    stroke-width: 1px;
    fill: url(#shapesGradient);

}

@media (min-width: 740px) {
    .layered-animations .small .shape {
        stroke-width: .5px;
        width: 32px;
        height: 32px;
    }
}

.layered-animations .small.shape {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    stroke: currentColor;
    fill: currentColor;
    z-index: 0;
}



@media (min-width: 1200px) {
    .top-row-container-info {
        max-width: 540px !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .top-row-container-info {
        max-width: 960px !important;
        margin-bottom: -250px !important;
        height: 60px !important;
    }

    .rotate-image-background{
        display: none !important;
    }

    /*.layered-animations {*/
    /*    top: 250px !important;*/
    /*}*/

}
@media (min-width: 768px) and (max-width: 991px) {
    .top-row-container-info {
        max-width: 720px !important;
        margin-bottom: -250px !important;
        height: 60px !important;
    }

    .rotate-image-background{
        display: none !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .layered-animations {
        top: 210px !important;
        height: auto !important;
        display: compact !important;
    }

    .top-page-form-color{
        height: 45px !important;
        background-color: #623393;
        margin-bottom: 10px;
    }

    .top2-page-form-color{
        height: 35px !important;
        background-color: #623393;
        margin-bottom: 10px;
        font-size: 0.7em;
    }

    .top-row-container-info {
        max-width: 730px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        height: 100px !important;
        background-color: #fff;: ;
        border: 1px solid #666666;
    }

    .rotate-image-background {
        display: none !important;
    }

    .animation-wrapper {
        background-image: none !important;
    }

    .moving-images{
        display: none;
    }

    .top-row-container {
        min-height: 85px;
    }

    .navbar-toggler-icon{
        display: flex;
    }

    .header-logo-text{
        display: none;
    }

    .top-row-container-info-data {
        font-size: 1.7em !important;
        font-width: bold !important;
    }

    .progress-service-pages{
        height: 40px !important;
    }

    .progressbar-service-pages{
        height: 40px !important;
        font-size: 18px !important;
    }

    .col-form-label {
        display: none !important;
    }



    .main-container-div-padder{
        padding-top: 0px !important;
    }

    .footer-shower{
        display: none;
    }

}