/**
 * These styles are used for DEMO purpose only.
 */
*,
:after,
:before {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

.section {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jarallax {
    height: 50vh;
}

.negative-top {
    margin-top: -110px !important;
    margin-bottom: -30px !important;
}

.top {
    position: relative;
    z-index: 9;
}

.center-heading {
    position: absolute; 
    top: 50%; 
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 2px 3px#000;
}

.icon-outer {
    background-color: #fff;
    border-radius: 50%;
    width: 160px;
    height: 160px;
}

.icon-inner {
    border-radius: 50%;
    width: 90%;
    height: 90%;
    margin-top: 5%;
    margin-left: 5%;
}