﻿body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    position: relative;
    font-family: 'Lato', sans-serif;
    height: 100%;
}



.outer_container {
    width: 100%;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    height: auto;
    background-color: #fff;
}


.hero_container {
    position: relative;
    padding: 0;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: grid;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    min-height: 500px;
    height: 100vh;
    vertical-align: middle;
    z-index: 0;
    background-image: url("../img/background-01.svg");
    background-size: cover;
}

.hero_container2 {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: grid;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    vertical-align: middle;
    z-index: 0;
    background-image: url("../img/bg2-01.svg");
    background-size: cover;
}

.hero_container h1 {
    padding: 0px 20px 0px 20px;
    align-self: center;
    grid-row: 1/3;
    grid-column: 1/2;
    font-family: "Lato";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.9vw;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    color: black;
}

.two_side_by_side {
    position: relative;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 50%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    flex: 1;
}

    .two_side_by_side p {
        font-family: "Lato";
        font-weight: 300;
        /*font-size: 1.5em;*/
        font-size: 18px;
        line-height: 1.3em;
        color: black;
        margin: 0px;
        padding: 0px;
    }

        .two_side_by_side p a {
            color: #1cbab3;
        }

            .two_side_by_side p a:hover {
                color: #000;
            }


    .two_side_by_side h2 a, h2 {
        font-family: "Lato";
        text-transform: uppercase;
        font-size: 1.5vw;
        letter-spacing: 0.17em;
        line-height: 1.3em;
        color: black;
        padding: 0px 0px 30px 0px;
        font-weight: 300;
    }

    .two_side_by_side h3 a, h3 {
        font-family: "Lato";
        text-transform: uppercase;
        font-size: 2vw;
        letter-spacing: 0.17em;
        line-height: 1.3em;
        color: black;
        padding: 0px 0px 30px 0px;
        font-weight: 300;
    }


.animBorder p {
    font-family: "Lato";
    font-weight: 300;
    /*font-size: 1.5em;*/
    font-size: 0.8vw;
    line-height: 1.3em;
    color: black;
    margin: 0px;
    padding: 0px;
}


.animBorder h2 a, h2 {
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 1.5vw;
    letter-spacing: 0.17em;
    line-height: 1.3em;
    color: black;
    padding: 0px 0px 30px 0px;
    font-weight: 300;
    z-index:9999;
}

.animBorder h3 a, h3 {
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 2vw;
    letter-spacing: 0.17em;
    line-height: 1.3em;
    color: black;
    padding: 0px 0px 30px 0px;
    font-weight: 300;
}


.flex_box {
    position: relative;
    display: flex;
    margin: 0px 0px 0px 0px;
    z-index: 1;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    border: 1.5vw solid #fff;
}

.container {
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 2000px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}


/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

/* Global */
html {
    min-height: 100%;
}

h1 {
    max-width: 700px;
}

.line-1 {
    position: absolute;
    padding-left: 10px;
    margin: 20px auto;
    font-size: 1.8vw;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 999;
    text-align: center;
    left: 0;
    right: 0;
    text-shadow: 1px 1px 1px black, 0 0 15px black, 0 0 5px black;
    box-sizing: border-box;
    text-transform: uppercase;
}

/* Animation */
.anim-typewriter {
    animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 15.5em;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255,255,255,.75);
    }

    to {
        border-right-color: transparent;
    }
}

.omnix_logo {
    position: relative;
    width: 100vw;
    max-width: 100%;
    z-index: 0;
    padding: 0px;
    margin: -10% 0px 0px 0px;
    padding: 0px 0px 0px 40%;
    box-sizing: border-box;
}


.green_planet {
    width: 50vw;
    max-width: 280px;
    position: absolute;
    bottom: -1%;
    left: 5%;
    z-index: 999;
    animation: 1.3s ease-out 0s 1 slideInFromLeft;
}

.green_planet_pin {
    position: absolute;
    left: -30px;
    bottom: -15px;
    max-width: 100px;
}

.green_planet_heading {
    color: #fff;
    font-size: 1.3vw;
    text-align: left;
    position: absolute;
    top: -10px;
    left: 290px;
    font-weight: 500;
    z-index: 999;
    padding: 0px;
}

.orange_moon {
    width: 50vw;
    max-width: 270px;
    min-width: 150px;
    position: absolute;
    bottom: 10%;
    right: 15%;
    z-index: 900;
    animation: 1.8s ease-out 0s 1 slideInFromRight;
    display: block;
    padding: 0px;
}

.orange_moon_pin {
    position: absolute;
    left: -30px;
    bottom: -15px;
    max-width: 100px;
}

.orange_moon_heading {
    color: #fff;
    font-size: 1.3vw;
    text-align: left;
    position: absolute;
    font-weight: 500;
    top: 25px;
    left: 280px;
    padding: 0px;
}

.orange_planet {
    width: 40vw;
    max-width: 250px;
    position: absolute;
    top: 10%;
    left: 6%;
    z-index: 900;
    animation: 2.5s ease-out 0s 1 slideInFromLeft;
}

.orange_planet_pin {
    position: absolute;
    right: -50px;
    top: 50px;
    max-width: 100px;
}

.orange_planet_heading {
    width: 100%;
    max-width: 150px;
    position: absolute;
    left: 210px;
    top: 15px;
    width: 20vw;
    max-width: 150px;
    min-width: 100px;
    position: absolute;
}

.orange_planet_sub_heading {
    color: #fff;
    font-size: 18px;
    text-align: left;
    position: absolute;
    top: 80px;
    left: 235px;
    font-weight: 500;
    z-index: 999;
    padding: 0px;
}


.sat {
    width: 200%;
    position: absolute;
    /*top: -35px;*/
    right: -35px;
    z-index: 900;
    text-align: right;
    display: block;
}

.omnix_logo_sat_pin {
    position: absolute;
    right: 15%;
    bottom: 93%;
    width: 100%;
    max-width: 100px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.omnix_logo_sat_heading {
    width: 100%;
    max-width: 230px;
    min-width: 150px;
    position: absolute;
    right: 14%;
    animation: 2.5s ease-out 0s 1 slideInFromTop;
    top: -40%;
}

.omnix_logo_sat_sub_heading {
    color: #fff;
    font-size: 18px;
    text-align: left;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 500;
    z-index: 999;
    width: 250px;
}



.off {
    display: none;
}

.on {
    display: block;
}


.omnix_logo_mobile {
    position: relative;
    width: 100vw;
    max-width: 100%;
    z-index: 999;
    padding: 0px;
    margin: 0px 0px 0px 0;
    padding: 0px 0px 0px 40%;
    box-sizing: border-box;
    filter: brightness(0.5) sepia(1) hue-rotate(-70deg) saturate(5);
}

.stars {
    position: absolute;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: grid;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    vertical-align: middle;
    z-index: 10;
    background-size: cover;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}


@keyframes slideInFromRight {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(-35);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(20%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 0.7;
    }
}



.top_banner_tel {
    position: absolute;
    top: 20px;
    right: 150px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: left;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    vertical-align: top;
    letter-spacing: 2px;
}

.phone_icon {
    width: 25px;
    margin-right: 20px;
    top: 10px;
    position: absolute;
    top: 5px;
    left: -40px;
}

.omnix_logo_white {
    width: 200px;
    float: left;
}

.orange_moon_link {
    position: absolute;
    margin: auto;
    padding: 0px;
    width: 90%;
    height: 90%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.orange_planet_link {
    position: absolute;
    margin: auto;
    padding: 0px;
    width: 80%;
    height: 80%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.green_planet_link {
    position: absolute;
    margin: auto;
    padding: 0px;
    width: 90%;
    height: 90%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.sat_link {
    position: absolute;
    margin: auto;
    padding: 0px;
    width: 90%;
    height: 90%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display:block;
    background-color: aqua;
}

.spaceship {
    position: absolute;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 655px;
    display: block;
    background-position: bottom;
    -webkit-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    right: 8%;
    bottom: 0px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: 999;
}



.spaceship_container {
    position: absolute;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 655px;
    display: block;
    z-index: 900;
    right: 8%;
    bottom: 0px;
    animation: 2.5s ease-out 0s 1 slideInFromBottom2;
}



@keyframes slideInFromBottom2 {
    0% {
        transform: translateY(300px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.green_planet_product {
    width: 100%;
    max-width: 1500px;
    position: absolute;
    z-index: 999;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    left: -500px;
    z-index: 100;
    top: -300px;
    animation: 1.8s ease 0s 1 slideInFromLeft;
}

.blue_clouds {
    position: absolute;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    height: 100%;
    display: block;
    background-position: bottom;
    background: url(../img/blue_clouds5.svg) no-repeat center bottom;
    -webkit-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-size: 100%;
    z-index: 700;
    opacity: 0.7;
    animation: 1.8s ease-out 0s 1 slideInFromBottom;
}

.white_clouds {
    position: absolute;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    height: 100%;
    display: block;
    background-position: bottom;
    background: url(../img/white_clouds3.svg) no-repeat center bottom;
    -webkit-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-size: 100%;
    z-index: 800;
    opacity: 0.7;
    animation: 2.5s ease-out 0s 1 slideInFromBottom;
}

.main_nav_container {
    position: fixed;
    margin: 0px 0px 0px 0px;
    padding: 10px 50px 10px 50px;
    width: 100%;
    height: auto;
    min-height: 70px;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: right;
    top: 0px;
    z-index: 999999;
    box-sizing: border-box;
}

.main_nav_container_on {
    position: fixed;
    margin: 0px 0px 0px 0px;
    padding: 10px 50px 10px 50px;
    width: 100%;
    height: auto;
    min-height: 70px;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: right;
    top: 0px;
    z-index: 999999;
    box-sizing: border-box;
}


.omnix_logo_banner {
    position: absolute;
    padding: 0px;
    margin: 0px;
    left: 30px;
    top: 25px;
    width: 200px;
}


/*click to scroll start*/

.scrolldown_img {
    position: relative;
    margin: -10px 0px 0px 0px;
    float: left;
    display: inline-block;
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
}

.scroll_container {
    position: relative;
    padding: 0px;
    margin: 0px 0px 70px 0px;
    width: 100%;
    text-align: center;
    height: auto;
    z-index: 500;
}



#hero-scroll-text {
    background-color: #000;
    color: #1cbbb4;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding: 2px 10px 4px 10px;
    border-radius: 4px;
}

.section-animated-heading-box * {
    color: #fff;
}



.content-bottom {
    bottom: 0px;
}

.scroll_me_down {
    bottom: 0px !important;
}

.content-absolute {
    position: absolute;
}



.content-width {
    display: block;
    width: 100%;
    margin: 0 auto;
}

    .content-width a {
        text-decoration: none;
    }


#hero-scroll {
    width: 210px;
    height: 65px;
    animation-name: scrollBounceText;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    cursor: pointer;
}



.section-animated-heading-box * {
    color: #fff;
}



.content-width {
    display: block;
    width: 100%;
    margin: 0 auto;
}

@keyframes scrollBounceText {
    0% {
        height: 45px;
    }

    20% {
        height: 55px;
    }

    40% {
        height: 45px;
    }

    100% {
        height: 45px;
    }
}



#hero-scroll-line {
    left: calc(50% - 2px);
    width: 2px;
    height: 40px;
    animation-name: scrollBounceLine;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}


.section-animated-heading-box * {
    color: #fff;
}


.bg-white {
    background-color: #8f8566;
}


.content-bottom {
    bottom: 0px;
}


.content-absolute {
    position: absolute;
}


*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@keyframes scrollBounceLine {
    0% {
        height: 20px;
    }

    20% {
        height: 25px;
    }

    40% {
        height: 20px;
    }

    100% {
        height: 20px;
    }
}

/*click to scroll end*/

.nav_container {
    position: relative;
    padding: 0px 60px 0px 0px;
    margin: 0px auto 0px auto;
    width: 300px;
    height: 40px;
    display: block;
    text-align: right;
    box-sizing: border-box;
    float: right;
}

/* Main Menu*/

.burger {
    padding-top: 15px;
    padding-bottom: 10px;
}


.Menu-Content {
    display: none;
    position: absolute;
    width: auto !important;
    z-index: 10;
    text-align: right;
    margin: auto;
    background-color: rgba(144, 134, 103, 1);
    background-color: #000;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    top: 50px;
    right: 0px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.nav_more a {
    left: unset !important;
    z-index: 10;
    right: 50px;
    color: #fff;
    text-decoration: none;
}



.Menu {
    display: inline;
    vertical-align: top;
    z-index: 10;
    text-decoration: none;
}

.Menu-Link {
    z-index: 10;
    text-decoration: none;
}

.Menu-Content a:hover {
    background-color: #ddd;
    z-index: 10;
    text-decoration: none;
}

.Menu:hover .Menu-Content {
    display: block;
    z-index: 10;
    text-decoration: none;
}

/* Sub Menu */
.subMenu-Link {
    display: block;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    z-index: 10;
    color: #fff;
    padding: 5px 20px 5px 0px;
    text-decoration: none;
}

    .subMenu-Link:hover, .subMenu-Link:focus {
        background-color: #ddd;
        color: #000;
        z-index: 10;
        text-decoration: none;
    }

.subMenu {
    position: relative;
    width: 100%;
    z-index: 10;
    text-decoration: none;
}

.subMenu-Content {
    display: none;
    position: relative;
    background-color: #f1f1f1;
    width: 100%;
    overflow: auto;
    z-index: 10;
    text-decoration: none;
}

    .subMenu-Content a {
        color: black;
        padding: 8px 35px;
        text-decoration: none;
        display: block;
        font-size: 16px;
        font-weight: normal;
        border-bottom: solid 1px #fff !important;
        text-align: left;
        z-index: 10;
        text-decoration: none;
    }

.subMenu a:hover {
    background-color: #ddd;
    color: #000;
    z-index: 10;
    text-decoration: none;
}

.show {
    display: block;
    z-index: 10;
}



.nav_more {
    visibility: visible;
    display: inline;
}



#nav6_mob, #main_nav_nav6_mob {
    display: block;
    visibility: visible;
}



#nav5_mob, #main_nav_nav5_mob {
    display: block;
    visibility: visible;
}



#nav4_mob, #main_nav_nav4_mob {
    display: block;
    visibility: visible;
}



#nav3_mob, #main_nav_nav3_mob {
    display: block;
    visibility: visible;
}



#nav2_mob, #main_nav_nav2_mob {
    display: block;
    visibility: visible;
}



#nav1_mob, #main_nav_nav1_mob {
    display: block;
    visibility: visible;
}

.nav_burger {
    display: inline-block;
    visibility: visible;
}

h1 {
    font-family: 'Lato', sans-serif;
    color: #000;
    text-align: center;
    font-size: 55px;
}



/* Cursor Styling */

.cursor::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    background-color: #1dbbb4;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

h1.cursor::after {
    height: 24px;
    width: 13px;
}

p.cursor::after {
    height: 13px;
    width: 6px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}






.content_container {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.content {
    position: relative;
    padding: 0px;
    margin: 30px auto 30px auto;
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    vertical-align: top;
    overflow: hidden;
}

    .content p {
        position: relative;
        margin: 0px;
        padding: 5px 0px 5px 0px;
        font-size: 18px;
        text-align: center;
        box-sizing: border-box;
        color: #000;
        z-index: 999;
        font-family: 'Lato', sans-serif;
        vertical-align: top;
    }

        .content p a {
            box-sizing: border-box;
            color: #000;
            z-index: 999;
            font-family: 'Lato', sans-serif;
            vertical-align: top;
            text-decoration: none;
            color: #1cbbb4;
            
        }

        .content p a:hover {
            box-sizing: border-box;
            color: #000;
            z-index: 999;
            font-family: 'Lato', sans-serif;
            vertical-align: top;
            text-decoration: underline;
            color: #000;
        }

    .content h2 {
        position: relative;
        margin: 0px;
        padding: 30px 0px 30px 0px;
        font-size: 35px;
        text-align: center;
        box-sizing: border-box;
        color: #000;
        z-index: 999;
        font-weight: 500;
        font-family: 'Lato', sans-serif;
        vertical-align: top;
        top: unset;
        text-transform: unset;
    }

    .content h3 {
        position: relative;
        margin: 0px;
        padding: 0px 0px 20px 0px;
        font-size: 22px;
        text-align: center;
        box-sizing: border-box;
        color: #6d6d6d;
        z-index: 999;
        font-weight: 500;
        font-family: 'Lato', sans-serif;
        vertical-align: top;
        top: unset;
        text-transform: unset;
    }

    .content h4 {
        position: relative;
        margin: 0px 0px 15px 0px;
        padding: 5px 0px 5px 0px;
        font-size: 18px;
        text-align: center;
        box-sizing: border-box;
        color: #1b7287;
        z-index: 999;
        font-weight: 500;
        font-family: 'Lato', sans-serif;
        vertical-align: top;
        top: unset;
        text-transform: unset;
    }


.three_side_by_side {
    position: relative;
    padding: 0px 50px 50px 50px;
    margin: 30px 0px 0px 0px;
    width: 33.3%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    flex: 1;
    text-align: center;
}

    .three_side_by_side p {
        font-family: "Lato";
        font-weight: 300;
        font-size: 16px;
        line-height: 1.3em;
        color: black;
        margin: 0px;
        padding: 0px 0px 5px 0px;
        text-align: center;
    }


    .three_side_by_side h2 a {
        font-family: "Lato";
        text-transform: uppercase;
        font-size: 1.5vw;
        letter-spacing: 0.17em;
        line-height: 1.3em;
        color: #000;
        padding: 0px 0px 0px 0px;
        font-weight: 800;
        text-align: center;
        vertical-align: middle;
    }


.cogs {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 150px;
    display: block;
    background-size: contain;
    min-height: 150px;
}

.hello {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 250px;
    display: block;
    background-size: contain;
    min-height: 150px;
}

.clock {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 125px;
    display: block;
    background-size: contain;
    min-height: 150px;
}

.heads {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 125px;
    display: block;
    background-size: contain;
    min-height: 150px;
}

.heads_spacer {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    display: block;
    height: 150px;
}

.jigsaw {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 170px;
    display: block;
    background-size: contain;
    min-height: 150px;
    right: -25px;
}

.arrows {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 120px;
    display: block;
    background-size: contain;
    min-height: 150px;
}

.arms {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 150px;
    display: block;
    background-size: contain;
    min-height: 150px;
}


.hands {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 150px;
    display: block;
    background-size: contain;
    min-height: 150px;
}

.fingerprint {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 85px;
    display: block;
    background-size: contain;
    min-height: 150px;
}

.automated {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 150px;
    display: block;
    background-size: contain;
    min-height: 150px;
}

.pig {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 100px;
    display: block;
    background-size: contain;
    min-height: 150px;
}

.grey_section {
    position: relative;
    padding: 20px 20px 20px 20px;
    margin: auto;
    width: 100%;
    height: auto;
    /*background-color: #f6f6f6;*/
    display: block;
    background: url(../img/portfolio.jpg) no-repeat center bottom;
    background-size: cover;
}

.footer_container {
    position: relative;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    background-color: #000;
    min-height: 100px;
    display: block;
    box-sizing:border-box;
}

.footer_inner_container {
    position: relative;
    padding: 0px;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    height: auto;
    background-color: #000;
    min-height: 100px;
    display: block;
}

.footer_copyright {
    position: absolute;
    padding: 0px;
    margin: 0px;
    right: 0px;
    bottom: 10px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.footer_links {
    position: relative;
    padding: 7px 10px 0px 10px;
    margin: 0px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    display: block;
    float: left;
    text-decoration: none;
}

    .footer_links:hover {
        color: #1cbbb4;
    }


.orange_moon_product {
    width: 2000px;
    position: absolute;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    right: -600px;
    z-index: 10;
    bottom: -800px;
    animation: 1.8s ease 0s 1 slideInFromRight;
}


.barney_spacesuit_product {
    width: 1600px;
    position: absolute;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    right: 250px;
    z-index: 999;
    bottom: 200px;
    animation: 1.8s ease 0s 1 slideInFromRight;
}


.omnix_logo_product {
    position: absolute;
    margin: auto;
    padding: 0px;
    height: auto;
    display: block;
    z-index: 500;
    bottom: calc(0px - 50px);
    width: calc(100% + 20%);
    left: calc(0% - 10%);
    right: calc(0% - 10%);
    bottom: -5px;
}


.xstream_gateway_img {
    position: absolute;
    margin: -20px auto 0px auto;
    padding: 0px;
    width: 100%;
    display: block;
    z-index: 999;
    display: block;
    bottom: 0px;
    left: 0%;
    right: 0%;
    object-fit: contain;
    max-width: 1500px;
}


.xstrem_logo_heading {
    width: 100%;
    max-width: 230px;
    min-width: 150px;
    position: absolute;
    right: calc(50% + 200px);
    top: 70px;
}


.barney_no_ship {
    z-index: 999;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0%;
    top: 30%;
    /*animation: float 20s linear infinite;*/
}

.barney_no_ship_img {
    width: 550px;
    height: 550px;
}

.barney_no_ship ul {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.barney_no_ship li {
    list-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: -150px;
    animation: square 35s linear infinite;
}

    .barney_no_ship li:nth-child(1) {
        top: 10%;
        width: 250px;
        height: 250px;
        animation-delay: 5s;
    }



@keyframes square {
    from {
    }

    to {
        right: 130%;
    }
}



/*
@keyframes float {
    from {
        transform: translateX(100px);
        transform: translateY(100px);
    }

    25% {
        transform: translate(1300px, 0px);
    }

    50% {
        transform: translate(1300px, 540px);
    }

    75% {
        transform: translate(0px, 540px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

    */



.xstream_gateway_img_mobile {
    display: none;
}


.xstream_gateway_img_expand {
    display: none;
}


.space_station {
    width: 100%;
    max-width: 1600px;
    position: absolute;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    right: -150px;
    z-index: 500;
    bottom: -100px;
    animation: scalestation 13s linear;
    animation-fill-mode: forwards;
}

@keyframes scalestation {
    from {
        width: 50vw;
        right: -200px;
        bottom: -100px;
        
    }

    to {
        width: 30vw;
        right: 150px;
        bottom: 150px;
    }
}



.space_stationlights {
    width: 100%;
    max-width: 1600px;
    position: absolute;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    right: -150px;
    z-index: 999;
    bottom: -100px;
    animation: spacestationlights 13s linear;
    animation-fill-mode: forwards;
}

@keyframes spacestationlights {
    from {
        width: 50vw;
        right: -200px;
        bottom: -100px;
    }

    to {
        width: 30vw;
        right: 150px;
        bottom: 150px;
        
    }
}


.orange_planet_product {
    position: relative;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 100%;
    max-width: 900px;
    top: -250px;
    height: auto;
    min-width: 600px;
}


.product_hero_container {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: grid;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    height: 25vh;
    vertical-align: middle;
    z-index: 0;
    background-image: url("../img/bg2-01.svg");
    background-size: cover;
}

    .product_hero_container h1 {
        padding: 0px 20px 0px 20px;
        align-self: center;
        grid-row: 1/3;
        grid-column: 1/2;
        font-family: "Lato";
        font-weight: 900;
        text-transform: uppercase;
        font-size: 1.9vw;
        letter-spacing: 0.2em;
        line-height: 1.4em;
        color: black;
    }


.product_header_text {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 1000px;
    z-index: 999;
}


    .product_header_text h1 {
        top: calc(50% - 70px);
        position: relative;
        padding-left: 10px;
        margin: auto;
        font-size: 60px;
        text-align: center;
        text-shadow: 1px 1px 1px black, 0 0 15px black, 0 0 5px black;
        box-sizing: border-box;
        text-transform: uppercase;
        color: #fff;
        z-index: 999;
        max-width: 1000px;
        animation: 2.5s ease-out 0s 1 HeaderFadeIn;
        font-family: 'Lato', sans-serif;
    }

@keyframes HeaderFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.product_header_text h2 {
    top: calc(50% - 70px);
    position: relative;
    padding-left: 10px;
    margin: auto;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px black, 0 0 15px black, 0 0 5px black;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #ffd300;
    z-index: 999;
    max-width: 1000px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}



.non_product_header_text {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 1000px;
    z-index: 9999;
}


    .non_product_header_text h1 {
        top: calc(50% - 40px);
        position: relative;
        padding-left: 10px;
        margin: auto;
        font-size: 60px;
        text-align: center;
        text-shadow: 1px 1px 1px black, 0 0 15px black, 0 0 5px black;
        box-sizing: border-box;
        text-transform: uppercase;
        color: #fff;
        z-index: 9999;
        max-width: 1000px;
        animation: 2.5s ease-out 0s 1 NoneProductHeaderFadeIn;
        font-family: 'Lato', sans-serif;
    }

@keyframes NoneProductHeaderFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.non_product_header_text h2 {
    top: calc(50% - 70px);
    position: relative;
    padding-left: 10px;
    margin: auto;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px black, 0 0 15px black, 0 0 5px black;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #ffd300;
    z-index: 9999;
    max-width: 1000px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}


.orange_moon_non_product {
    width: 50vw;
    max-width: 270px;
    min-width: 150px;
    position: absolute;
    bottom: 10%;
    right: 15%;
    z-index: 900;
    animation: 1.8s ease-out 0s 1 slideInFromRight;
    display: block;
    padding: 0px;
}


.orange_planet_non_product {
    width: 40vw;
    max-width: 250px;
    position: absolute;
    top: 10%;
    left: 6%;
    z-index: 900;
    animation: 2.5s ease-out 0s 1 slideInFromLeft;
}


.green_planet_non_product {
    width: 50vw;
    max-width: 380px;
    position: absolute;
    bottom: 5%;
    left: 20%;
    z-index: 999;
    animation: 1.3s ease-out 0s 1 slideInFromLeft;
}




.product_gaq_btn {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
    margin: 30px 0px 30px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 100;
    background-color: #1cbab3;
    display: block;
    border-radius: 8px;
    text-decoration: none;
}

    .product_gaq_btn:hover {
        background-color: #000;
        background-image: none;
    }

.text_align_left {
    text-align: left;
}

    .text_align_left p {
        text-align: left;
    }

.google_map {
    height: 380px;
    width: 100%;
    display: block;
}


.spacer_sixty {
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 60px;
    display: block;
}


.ufo_flying {
    position: absolute;
    padding: 0px;
    margin: 0px;
    height: contain;
    width: 70%;
    left: 0%;
    right: 0%;
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
}

.grey_pnl_container {
    position: relative;
    width: 100%;
    padding: 30px 20px 30px 20px;
    margin: 30px 0px 0px 0px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    text-align: center;
}


    .grey_pnl_container h2 {
        position: relative;
        margin: 0px;
        padding: 0px 0px 30px 0px;
        font-size: 35px;
        text-align: center;
        box-sizing: border-box;
        color: #fff;
        z-index: 999;
        font-weight: 500;
        font-family: 'Lato', sans-serif;
        vertical-align: top;
        top: unset;
        text-transform: unset;
    }


.quote {
    text-align: center;
    font-size: 25px;
    margin: auto;
    padding: 15px;
    border: 2px solid black;
    max-width: 70%;
    position: relative;
    z-index: 1;
    background: url(../img/logo_watermark3.png) no-repeat center top;
    background-size: 50%;
    background-position-y: 50%;

}

blockquote {
    color: #fff;
    font-style: italic;
    position: relative;
    z-index: 20;
    padding:0px 20px 0px 20px;
    border-left:none!important;
}

.left {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 150px;
    text-align: left;
    z-index: 1;
    font-size: 5rem;
    color: #fff;
    background-color: #1cbbb4;
    height: 145px;
}

.right {
    position: absolute;
    bottom: -50px;
    right: -20px;
    width: 150px;
    text-align: right;
    z-index: 1;
    font-size: 5rem;
    color: #fff;
    background-color: #1cbbb4;
    height: 200px;
}

.testimonial_names {
    font-size: 18px;
    color: #336699;
    position: relative;
    z-index: 20;
    color: #1cbbb4;
    background-color: #fff;
    width: auto;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.testimonial_logos {
    width: 100%;
    max-width: 150px;
    margin: 20px 10px 0px 10px;
    -webkit-filter: drop-shadow(0px 0px 0px );
    filter: none;
    border-radius: 5px;
    display: inline-block;
}

.testimonial_logos_pbi {
    width: 100%;
    max-width: 250px;
    margin: 20px 10px 0px 10px;
    -webkit-filter: drop-shadow(0px 0px 0px );
    filter: none;
    border-radius: 5px;
    display: inline-block;
}

.testimonial_logos_abbeyfields {
    width: 100%;
    max-width: 100px;
    margin: 20px 10px 0px 10px;
    -webkit-filter: drop-shadow(0px 0px 0px );
    filter: none;
    border-radius: 5px;
    display: inline-block;
}



.green_pnl_container {
    position: relative;
    width: 100%;
    padding: 30px 20px 50px 20px;
    margin: 30px 0px 0px 0px;
    background-color: #1cbbb4;
    box-sizing: border-box;
    text-align: center;
    z-index: 9999;
    overflow:hidden;
}

    .green_pnl_container h2 {
        position: relative;
        margin: 0px;
        padding: 0px 0px 30px 0px;
        font-size: 35px;
        text-align: center;
        box-sizing: border-box;
        color: #fff;
        z-index: 999;
        font-weight: 500;
        font-family: 'Lato', sans-serif;
        vertical-align: top;
        top: unset;
        text-transform: unset;
    }


.omnix_logo_non_product {
    width: 50vw;
    max-width: 270px;
    min-width: 150px;
    position: absolute;
    bottom: 8%;
    right: 50%;
    left: calc(50% - 120px);
    z-index: 900;
    display: block;
    padding: 0px;
}


.ufo_flying_about {
    position: absolute;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    max-height: 100%;
    max-width: 115vh;
    display:grid;
}

.directors_container {
    position:relative;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:100%;
    height:auto;
}

    .directors_container h2 {
        position: relative;
        margin: 0px;
        padding: 20px 0px 0px 0px;
        font-size: 35px;
        text-align: center;
        box-sizing: border-box;
        color: #000;
        z-index: 999;
        font-weight: 500;
        font-family: 'Lato', sans-serif;
        vertical-align: top;
        top: unset;
        text-transform: unset;
    }

.two_side_by_side_thirty {
    position: relative;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 30%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    flex: 1;
}

.two_side_by_side_seventy {
    position: relative;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 70%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    flex: 1;
}

    .two_side_by_side_seventy p {
        font-family: "Lato";
        font-weight: 300;
        font-size: 16px;
        line-height: 1.3em;
        color: black;
        margin: 0px;
        padding: 0px 0px 5px 0px;
        text-align: left;
    }


    .two_side_by_side_seventy h2 {
        font-family: "Lato";
        text-transform: uppercase;
        font-size: 1.5vw;
        letter-spacing: 0.17em;
        line-height: 1.3em;
        color: #000;
        padding: 0px 0px 0px 0px;
        font-weight: 800;
        text-align: center;
        vertical-align: middle;
    }

    .two_side_by_side_seventy h3 {
        position: relative;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        font-size: 22px;
        text-align: center;
        box-sizing: border-box;
        color: #6d6d6d;
        z-index: 999;
        font-weight: 500;
        font-family: 'Lato', sans-serif;
        vertical-align: top;
        top: unset;
        text-transform: unset;
    }

.directors_img {
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 150px;
    display: block;
    background-size: contain;
    min-height: 150px;
}


.patrona_watermark {
    background: url(../img/patrona_watermark.png) no-repeat center top;
    background-size: 20%;
    background-position-y: 20%;
}


.pbi_watermark {
    background: url(../img/pbi_watermark.png) no-repeat center top;
    background-size: 20%;
    background-position-y: 20%;
}

.abbeyfields_watermark {
    background: url(../img/abbeyfields_watermark.png) no-repeat center top;
    background-size: 30%;
    background-position-y: 20%;
}




.recap_val {
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: right;
    float: right;
}

* {
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.roboto-300 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.roboto-500 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.w-100 {
    width: 100%;
}

.max-w-25 {
    max-width: 25rem;
}

.min-h-100 {
    min-height: 100%;
}

.df {
    display: flex;
}

.flex-basis-100 {
    flex-basis: 100%;
}

.flex-basis-25 {
    flex-basis: 25%;
}

.flex-basis-15 {
    flex-basis: 15%;
}

.order-2 {
    order: 2;
}

.nowrap {
    flex-wrap: nowrap;
}

.wrap {
    flex-wrap: wrap;
}

.self-end {
    align-self: flex-end;
}

.tr {
    text-align: right;
}

.fw {
    font-weight: 500;
}

.fb-center {
    align-items: center;
}

.space-around {
    justify-content: space-around;
}

.space-between {
    justify-content: space-between;
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.m-1 {
    margin: 1rem;
}

.m-2 {
    margin: 2rem;
}

.mh-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mh-2 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mv-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mv-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-10px {
    margin-top: 10px;
}

.h-20 {
    height: 20rem;
}

.h-100vh {
    height: 100vh;
}

.mh-100 {
    min-height: 100%;
}

.h-10px {
    height: 10px;
}

.br-1 {
    border-radius: 1rem;
}

.br-tl-1 {
    border-top-left-radius: 1rem;
}

.br-bl-1 {
    border-bottom-left-radius: 1rem;
}

.br-tr-1 {
    border-top-right-radius: 1rem;
}

.br-br-1 {
    border-bottom-right-radius: 1rem;
}

.bs {
    box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5);
}

.c-gray-300 {
    color: #868686;
}

.c-gray-500 {
    color: #4e4e4e;
}

.bg-red {
    background-color: #fd4835;
}

.bg-green {
    background-color: #47d02f;
}

.bg-yellow {
    background-color: #fbe90e;
}

.bg-blue {
    background-color: #28b4f7;
}

.bg-gray {
    background-color: #f1f1f1;
}

.bg-white {
    background-color: #fff;
}

.bg-slate {
    background: radial-gradient(#4b6673, #000);
}

.bg-omnix-green {
    background-color: #20b0aa;
}

.overflow-hidden {
    overflow: hidden;
}

.scroll-none {
    scroll: none;
}

.slide-in {
    transform-origin: left center;
    -webkit-animation: slideIn 1s ease-in-out;
    animation: slideIn 1s ease-in-out;
}

.bg-image {
    background: url("https://images.unsplash.com/photo-1529892485617-25f63cd7b1e9?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6f3d3508fe6a3a1adb8301aa284f9381&auto=format&fit=crop&w=1834&q=80") center/cover no-repeat;
    position: relative;
}

    .bg-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        transition: opacity 300ms linear;
    }

    .bg-image:after {
        content: "Coffee XI";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        color: #fff;
        letter-spacing: 0.5rem;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 150ms linear, transform 100ms ease-out;
    }

    .bg-image:hover:before {
        opacity: 0;
    }

    .bg-image:hover:after {
        transform: translateY(-3rem);
        opacity: 0;
    }

@-webkit-keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@media only screen and (min-width: 400px) {
    .wrap-s {
        flex-wrap: wrap;
    }

    .nowrap-s {
        flex-wrap: nowrap;
    }

    .mt-0-s {
        margin-top: 0;
    }

    .mh-1-s {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .order-unset-s {
        order: unset;
    }
}


.product_gaq_btn2 {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 30px 10px 30px;
    margin: 30px auto 30px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 100;
    background-color: #1cbab3;
    display:inline-block;
    border-radius: 8px;
    text-decoration: none;
}

    .product_gaq_btn2:hover {
        background-color: #000;
        background-image: none;
    }


.footer_links {
  
}


.social_media_icons {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    height: 30px;
    width: 120px;
    right: 0px;
    float:right;
    display: inline-block;
}





.social_media_icons ul {
    display: flex;
    position: absolute;
}

    .social_media_icons ul li {
        list-style: none;
    }

.social_media_icons ul li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}

    .social_media_icons ul li a .icon {
        position: relative;
        color: #262626;
        transition: .5s;
        z-index: 3;
    }

    .social_media_icons ul li a:hover .icon {
        color: #fff;
        transform: rotateY(360deg);
    }

    .social_media_icons ul li a:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f00;
        transition: .5s;
        z-index: 2;
    }

    .social_media_icons ul li a:hover:before {
        top: 0;
    }

        .social_media_icons ul li:nth-child(1) a:before {
            background: #3b5999;
        }

        .social_media_icons ul li:nth-child(2) a:before {
            background: #55acee;
        }

        .social_media_icons ul li:nth-child(3) a:before {
            background: #fc0004;
        }

        .social_media_icons ul li:nth-child(4) a:before {
            background: #dd4b39;
        }

.content_bullets {
    position: relative;
    padding:0px 0px 0px 0px;
    margin:30px 0px 30px 0px;
    display:block;
    width: 100%;
}


    .content_bullets ul {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        display: block;
        position: relative;
        width: 100%;
        list-style: none;
        text-indent: -20px; /* key property */
        margin-left: 20px; /* key property */
        text-align: left;
    }

    .content_bullets li {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

.product_bullet_diamond {
    
    position: relative;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: block;
}

.product_bullet_diamond {
    position: relative;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: block;
}

    


    .product_bullet_diamond ul {
        position:relative;
        padding: 0px 0px 0px 20px;
        list-style: none;
        text-align: left;
        font-family: Lato, Helvetica, sans-serif;
        font-size: 18px;
        text-align: left;
        font-weight: normal;
        color: #000;
        font-weight: normal;
        display:block;
    }

        .product_bullet_diamond ul li a {
            position: relative;
            padding: 0px 0px 0px 0px;
            list-style: none;
            font-family: Lato, Helvetica, sans-serif;
            font-size: 18px;
            text-align: left;
            font-weight: normal;
            color: #1cbbb4;
            font-weight: normal;
        }

        


       

        .product_bullet_diamond ul li:before {
            padding: 0px 10px 0px 0px;
            content: '❖';
            font-weight: normal;
            color: #1cbbb4;

        }

        

.clearing {
    clear: both;
    height: 1px;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

