﻿@font-face {
    font-family: Neuropol;
    src: url(../fonts/neuropol/NEUROPOL.TTF);
}

html {
    overflow-x: hidden;
/*    overflow-y: auto;
    pointer-events: all;*/
}

body {
    overflow-x: hidden;
    /*    padding-top: 50px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*    padding-top: 50px;*/
    padding-left: 15px;
    padding-right: 15px;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    background-color: #101820;
    line-height: 30px;
    height: 100px;
    /*    margin-bottom: 100px;*/
    color: #999;
}

.padded-sides {
    padding-left: 50px;
    padding-right: 50px;
}

.pad-left {
    padding-left: 50px;
}

.pad-right {
    padding-right: 50px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .55);
}

.box-shadow-up {
    box-shadow: 0 -.25rem .75rem rgba(0, 0, 0, .55);
}

.push {
    height: 100px;
}

.parallax-1 {
    background-image: url(Images/reagan-m-VcmIl6KtziY-unsplash-low-dark.jpg);
    height: 100vh;
    width: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: realtive;
}

.logo {
    height: 30%;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 2;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-2 {
    background-image: url(Images/demorris-byrd-yzkTCP4uc9E-unsplash-low-dark.jpg);
    min-height: 900px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-3 {
    background-image: url(Images/chuttersnap-M5IcJmoe09M-unsplash-low-dark.jpg);
    min-height: 900px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-4 {
    background-image: url(Images/douglas-sheppard-9rYfG8sWRVo-unsplash-low.jpg);
    min-height: 900px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*@media only screen and (max-device-width: 1366px) {
    .parallax .parallax-2 .parallax-3 .parallax-4 {
        background-attachment: scroll;
        background-size: 100% 100%;
    }
}*/

/*.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Front Page.png");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}*/

.parallax__group {
    position: relative;
    height: 500px; /* fallback for older browsers */
    height: 100vh;
}

.parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parallax__layer--fore {
    transform: translateZ(90px) scale(1);
}

.fotolayer {
    width: 40%;
    margin: 3em;
    position: absolute;
    right: 0;
    left: auto;
}

.imgwrapper {
    position: relative;
    top: 40%;
    transform: translate(0%, -40%);
}

    .imgwrapper img {
        width: 100%;
        /*max-width: 1000px;*/
        -webkit-filter: drop-shadow(0px 5px 5px #222);
        filter: drop-shadow(0px 5px 5px #222);
        /*        box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.25);*/
    }

.collapsible {
        background-color: #666;
/*    background-color: #101820;*/
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
}

/*    .active, .collapsible:hover {
        background-color: #555;
    }*/
.active {
    background-color: #101820;
}

.orcomm-black {
    background-color: #101820;
}

.collapsible-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    background-color: #f1f1f1;
}

.plan-box {
    position: relative;
    background-color: #f0f0f0;
    /*background-color: #EDEDED;*/
    padding: 5px 0px 15px 0px;
    text-align: center;
    height: 300px;
    width: 300px;
    margin: 0px 20px 10px 20px;
    /*border: 3px solid #575756;*/
    border: 1px solid #cf102d;
    border-radius: 7.5px;
}

.plan-box-small {
    position: relative;
    background-color: #f8f8f8;
    /*background-color: #EDEDED;*/
    padding: 5px 0px 15px 0px;
    text-align: center;
    min-height: 200px;
    min-width: 200px;
    margin: 0px 20px 10px 20px;
    border: 3px solid #575756;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.center {
    margin: auto;
    width: 100%;
    /*    border: 3px solid green;*/
    padding: 10px;
}

.max-width-450 {
    max-width: 450px;
}

.max-width-1000 {
    max-width: 1000px;
}

.max-width-850 {
    max-width: 850px;
}

div.right {
    text-align:right;
}

.collapsible-open {
    max-height: 500px;
    transition: max-height 1.0s ease-out;
}
.collapsible-close {
    max-height: 0px;
}

.opacity-50 {
    opacity:0.5;
}

.opacity-100 {
    opacity: 1;
}


.scaled {
    transform: scale(0.75);
}
    .circ {
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 11;
    fill: none;
    stroke: #52eb34;
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.tick {
    z-index: 11;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
    fill: none;
    stroke: #52eb34;
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.drawn + svg .path {
    opacity: 1;
    stroke-dashoffset: 0;
}





.loader-bg {
    background-color: #101820;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    pointer-events: none;
    /*display: block;*/
    /*    background: url('Images/transparent.png');*/
}

.loader-label {
    text-align: center;
    color: #fff;
    font-size: 16px;
    z-index: 11;
    position: fixed;
    width: 300px;
    min-height: 200px;
    top: 50%;
    left: 50%;
    margin-top: 75px; /* Negative half of height. */
    margin-left: -150px; /* Negative half of width. */
    white-space: pre-line;
}

.loaded-success {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin: -75px 0 0 -75px;    
    width: 80px;
    height: 80px;
    margin-top: -40px; /* Negative half of height. */
    margin-left: -40px; /* Negative half of width. */
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin: -75px 0 0 -75px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #cf102d;
    width: 80px;
    height: 80px;
    margin-top: -40px; /* Negative half of height. */
    margin-left: -40px; /* Negative half of width. */
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}


.arrow-pricing {
    border: solid #cf102d;
    border-width: 0 10px 10px 0;
    border-radius: 5px;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 75px;
    width: 75px;
    margin-bottom: 15px;
    margin-right: 30px;
}

@media (max-width: 768px) {
    .arrow-pricing {
        /*width: 100%;*/
        margin: 0 auto;
        display: block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-bottom: 50px;
    }

    .parallax-1, .parallax-2, .parallax-3, .parallax-4 {
        /*display: none;*/        
        /*min-height: 900px;*/
        background-attachment: scroll;
        /*background-position: center;
        background-repeat: no-repeat;*/
        /*background-size: cover;*/
    }
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: 0;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }


.ribbon-green {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

    .ribbon-green::before,
    .ribbon-green::after {
        position: absolute;
        z-index: 0;
        content: '';
        display: block;
        border: 5px solid #29ba74;
    }

    .ribbon-green span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #35db8b;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left::before,
    .ribbon-bottom-left::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span {
        left: -25px;
        bottom: 30px;
        transform: rotate(-45deg);
    }

.price-list ul {
    list-style: none;
}

    .price-list ul li:before {
        content: "\2714\0020";
        color: #cf102d;
        font-size: 24px;
    }

    .price-list ul li {
        font-size: 16px;
        margin-bottom: 4px;
    }

.blockquote {
    /*padding: 60px 80px 40px;*/
    padding-top:60px;
    position: relative;
}

    .blockquote::after {
        content: "";
        top: 20px;
        left: 50%;
        margin-left: -100px;
        position: absolute;
        border-bottom: 3px solid #cf102d;
        height: 3px;
        width: 200px;
    }


#section10 a {
    padding-top: 60px;
}

    #section10 a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        box-sizing: border-box;
    }

        #section10 a span::before {
            position: absolute;
            top: 10px;
            left: 50%;
            content: '';
            width: 6px;
            height: 6px;
            margin-left: -3px;
            background-color: #fff;
            border-radius: 100%;
            -webkit-animation: sdb10 2s infinite;
            animation: sdb10 2s infinite;
            box-sizing: border-box;
        }

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.demo a {
    position: absolute;
    /*bottom: 50px;*/
    /*top: 50%;*/
    margin-top: -120px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    margin-left: -15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /*color: #fff;*/
    /*font: normal 400 20px/1 'Josefin Sans', sans-serif;*/
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    font-size: clamp(20px, 5vw, 20px);
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Source Sans Pro', sans-serif;
}

    .demo a:hover {
        opacity: .5;
    }

/*section {
    position: relative;
    width: 100%;
    height: 100%;
}

    section::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 80%;
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
    }*/

/*ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

    li:before {
        content: counters(item, ".") ". ";
        display: table-cell;
        padding-right: 0.6em;
    }

    li li {
        margin: 0;
    }

        li li:before {
            content: counters(item, ".") " ";
        }*/