@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,600,700);

canvas { 
    display: block; 
    vertical-align: bottom; 
} 

#particles-js { 
    position:static; 
    width: 100%; 
    height: 100vh; 
    background-color: #272b2f; 
    background-image: url(""); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: 50% 50%; 
}

.count-particles { 
    background: #000022; 
    position: absolute; 
    top: 48px; 
    left: 0; 
    width: 80px; 
    color: #13E8E9; 
    font-size: .8em; 
    text-align: left; 
    text-indent: 4px; 
    line-height: 14px; 
    padding-bottom: 2px; 
    font-family: Helvetica, Arial, sans-serif; 
    font-weight: bold; 
} 

.js-count-particles { 
    font-size: 1.1em; 
} 

.particles-splash span {
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 15px 0;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
}

.particles-splash .contact-info {
    color: #40b9d3;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: axia, sans-serif;
    letter-spacing: 2px;
    margin-top: 2px;
}

.particles-splash .contact-info em {
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: -1px;
    letter-spacing: 0px;
    margin-left: 10px;
    font-family: Raleway, sans-serif;
}

#stats,
.count-particles { 
    -webkit-user-select: none; 
    margin-top: 5px; 
    margin-left: 5px; 
} 

#stats { 
    border-radius: 3px 3px 0 0; 
    overflow: hidden; 
} 

.count-particles{ 
    border-radius: 0 0 3px 3px; 
}

body {
    font-family: 'Raleway', sans-serif;
    margin:0; 
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .header-content {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

        img.logo {
            width: auto;
            height: 40px;
            margin: 15px 0 0 0;
            float: left;
        }
        
        img.logo-black {
            display: none;  
            width: auto;
            height: 40px;
            margin: 15px 0 0 0;
            float: left;  
        }

header.light {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

        header.light img.logo {
            display: none;  
        }
        
        header.light img.logo-black {
            display: block;  
        }

#particles-js {
    overflow: hidden;
}

#particles {
    width: 100%;
    height: 100%;
    float: left; 
    position: absolute;
    top: 0;
    left: 0;
}

    .particles-inner {
        width: 100%;
        height: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

        .particles-splash {
            width: 100%;
            height: 100%;
            padding: 0;
            top: calc(50% - 150px);
            float: left;
            text-align: center;
            position: absolute;
        }

            .particles-splash h1 {
                width: 850px;
                margin: 0 auto;
                margin-bottom: 0px;
                color: #fff;
                font-size: 46px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 1px;
                line-height: 50px;
            }

            .particles-splash p {
                color: #fff;
                font-size: 20px;
                margin-top: 10px;
                line-height: 27px;
            }

.navigation {
    width: auto;
    float: right;
}

    .navigation ul {
        padding: 0;
        margin: 18px 0;
        float: left;
    }

        .navigation ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            color: #fff;
            float: left;
        }

            .navigation ul li a {
                font-family: axia, sans-serif;
                margin-right: 20px;
                font-size: 17px;
                padding: 10px 15px;
                color: #fff;
                float: left;
                text-decoration: none;
                text-transform: uppercase;
                letter-spacing: 2px;
            }

                .navigation ul li a:hover {
                    color: #40b9d3!important;
                }

            .navigation ul li span {
                font-size: 18px;
                padding: 10px 0px;  
                float: left;  
                text-transform: uppercase;
                letter-spacing: 2px;
            }

        .navigation .no-right-margin {
            margin-right: 0px;    
        }

        .navigation .start {
            font-family: axia, sans-serif;
            color: #fff!important;
            font-size: 15px;
            margin-top: 0;
            margin-bottom: 2px;
            margin-left: 15px;
            background: #40b9d3;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
        }

        .navigation .start:hover {
            color: #fff!important;    
        }

        .navigation .start:before {
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
        }

        header.light .navigation ul li,
        header.light .navigation ul li a {
            color: #111;
        }

/* ANIMATION */
.device-1 {
    width: 500px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: -50px;
    right: -100px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

    .device-1 img {
        width: 100%;
        float: left;
    }

        .device-1 .screen {
            opacity: 1;
            position: absolute;
            margin: 191px 0 0px -45px;
            border-bottom: 222px solid #222;
            border-left: 55px solid transparent;
            border-right: 51px solid transparent;
            height: 0;
            width: 442px;
            -ms-transform: rotate(-62deg);
            -webkit-transform: rotate(-62deg);
            transform: rotate(-62deg);
        }

.device-1.move-left {
    top: 0;
    opacity: 1;
    margin: 0;
    right: 0;
}

/* SIGN UP */
.signup-form {
    padding: 0 0 20px 0;
}

    .signup-form span.headline {
        width: 100%;
        margin: 20px 0;
        text-align: center;
        text-transform: uppercase;
        float: left;
        font-size: 28px;
        font-weight: 300;
        color: #40b9d3;
    }

    .signup-form input.input {
        width: 80%;
        padding: 12px 10px;
        margin: 0 10% 10px 10%;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
        border: 1px solid #eee;
        background: #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .signup-form .btn-submit {
        cursor: pointer;
        width: 80%;
        color: #fff;
        padding: 12px 10px;
        margin: 0 10% 10px 10%;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 1px solid #40b9d3;
        background: #40b9d3;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;    
    }

    .signup-form .btn-submit:hover {
        background: #26a1bb;
        border: 1px solid #26a1bb;
    }

div#customization {
    text-align: center;
}

    div#customization h4 {
        width: 100%;
        margin: 0 0 10px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        line-height: 22px;
    }

    .service {
        width: 33.33%;
        margin: 0;
        margin-top: -40px;
        margin-bottom: 50px;
        padding: 0 40px;
        display: inline-block;
        float: left;
        box-sizing: border-box;
    }

    .tile-anchor {
        width: 100%;
        margin: 50px 0 0 0;
        display: inline-block;
        opacity: 0;
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        -ms-transition: all 500ms linear;
        transition: all 500ms linear;
    }

        .tile-anchor.move-up {
            margin-top: 0px;
            opacity: 1;
        }

    img.tile {
        width: 60%;
    }

#references {
    text-align: center;
}

#references img {
    height: 80px;
    margin: 0 50px;
    padding: 25px 0;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 300ms ease;
}

#references img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#references .long img {
    height: 30px;
    margin-bottom: 20px;
}

#references .large img {
    height: 60px;
    margin-bottom: 10px;
}

#references .medium img {
    height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#contact {
    background: #272b2f;
    padding: 150px 0 200px;
    min-height: 300px;
    margin-bottom: -10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#contact:before {
    content: '';
    /*background-image: url(../images/mountains.svg);*/
    background-size: cover;
    background-position: 0 100px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.02;
}

#contact h4 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#contact input[type="text"] {
    background: none;
    border: 0;
    border-bottom: 2px solid #2f353a;
    border-radius: 0;
    font-size: 21px;
    width: auto;
    padding: 10px 0;
    color: #40b9d3;
    margin-bottom: 40px;
}

#contact input[type="text"]:focus {
    background: none!important;
    border-color: #40b9d3;
    opacity: 1;
}

#contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3e4751;
  opacity: 1; /* Firefox */
    text-transform: none!important;
}

#contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #3e4751;
  opacity: 1;
    text-transform: none!important;
}

#contact ::-ms-input-placeholder { /* Microsoft Edge */
  color: #3e4751;
  opacity: 1;
    text-transform: none!important;
}

#contact {
    color: #fff;
}

#contact span {
    padding: 0px 12px;
    font-size: 21px;
}

#contact span.first {
    padding-left: 0;
}

#contact .btn-cta {
    margin-left: 0;
}

#contact input[type="text"].error {
    border-bottom: 2px dashed #a43535;
}

#contact form.success input[type="text"] {
    color: #3c9747!important;
}

div#message span.success {
    width: auto;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
    background: #3c9747;
    border-radius: 3px;
    font-size: 16px;
}

.contact-bg {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

svg.svg1 {
    position: absolute;
    top: 30px;
    left: -550px;
    opacity: 1;
    z-index: 0;
}

svg.svg2 {
    position: absolute;
    top: 150px;
    left: -100px;
    opacity: 1;
    z-index: 0;
}

.contact-inner {
    position: relative;
    z-index: 1;
}

.btn-cta {
    font-family: axia, sans-serif;
    color: #fff!important;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 2px;
    margin-left: 15px;
    padding: 10px 50px!important;
    background: #40b9d3!important;
    border-radius: 2px!important;
    border: 0!important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* FRAMEWORK */
.full {
    width: 100%;
    height: auto;
    padding-bottom: 150px;
    padding-top: 150px;
    float: left;
    border-bottom: 1px solid #eee;
}

.content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.md-6 {
    width: 50%;
    float: left;
}


div#platform {
    padding-bottom: 250px;
}

input,
textarea {
    font-family: 'Raleway', sans-serif;   
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;  
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

input:focus, 
select:focus, 
textarea:focus {
    background-color: #f9f9f9!important;
}

::-webkit-input-placeholder { text-transform: uppercase; }
::-moz-placeholder { text-transform: uppercase; }
:-ms-input-placeholder { text-transform: uppercase; }
input:-moz-placeholder { text-transform: uppercase; }

/* BUTTONS */
.btn-explore {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px 15px;
    color: #fff;
    background: #40b9d3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}

    .btn-explore:hover,
    .btn-explore:before {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
    }

.btn-std {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #fff;
    background: #40b9d3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}

    .btn-std:hover,
    .btn-std:before {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
    }

a {
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

p {
    font-size: 16px;
    color: #6b6b76;
    line-height: 23px;
    margin: 0 0 20px 0;
}

h2 {
    margin: 20px 0 0 0;
    color: #111;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h3 {
    color: #111;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

h3.sub {
    margin: 5px 0 20px 0;
    color: #40b9d3;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.modal-small {
    width: 400px!important;
}

.x-load {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.x-bounce {
    display: none;
}

.bounce {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #40b9d3;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: bounce 1.5s infinite ease-in-out;
    animation: bounce 1.5s infinite ease-in-out;
}

.bounceinner {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    border-radius: 50%;
    background-color: #40b9d3;
    border: 1px solid transparent;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: bounceinner 4s infinite ease-in-out;
    animation: bounceinner 4s infinite ease-in-out;
}

@keyframes bounce {
  0% { transform: scale(0.0); opacity: 1; }
  5% { transform: scale(0.05); opacity: 1; }
  10% { transform: scale(0.10); opacity: 1; }
  15% { transform: scale(0.15); opacity: 1; }
  20% { transform: scale(0.20); opacity: 1; }
  25% { transform: scale(0.25); opacity: 1; }
  30% { transform: scale(0.30); opacity: 1; }
  35% { transform: scale(0.35); opacity: 1; }
  40% { transform: scale(0.40); opacity: 1; }
  45% { transform: scale(0.45); opacity: 1; }
  50% { transform: scale(0.50); opacity: 1; }
  55% { transform: scale(0.55); opacity: 0.9; }
  60% { transform: scale(0.60); opacity: 0.8; }
  65% { transform: scale(0.65); opacity: 0.7; }
  70% { transform: scale(0.70); opacity: 0.6; }
  75% { transform: scale(0.75); opacity: 0.5; }
  80% { transform: scale(0.80); opacity: 0.4; }
  85% { transform: scale(0.85); opacity: 0.3; }
  90% { transform: scale(0.90); opacity: 0.2; }
  95% { transform: scale(0.95); opacity: 0.1; }
  100% { transform: scale(1.0); opacity: 0.0; }
}

@keyframes bounceinner {
  0% { transform: scale(0.1); opacity: 0.7 }
  100% { transform: scale(0.1); opacity: 0.7; }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: axia, sans-serif;
}

.btn {
    font-family: axia, sans-serif;
}

.hide {
    display: none!important;
}

/*@keyframes bounce {
  0% { transform: scale(1.0); opacity: 0.8; }
  5% { transform: scale(0.9); opacity: 0.8; }
  10% { transform: scale(0.8); opacity: 0.8; }
  15% { transform: scale(0.7); opacity: 0.8; }
  20% { transform: scale(0.6); opacity: 0.8; }
  25% { transform: scale(0.5); opacity: 0.8; }
  30% { transform: scale(0.6); opacity: 0.8; }
  35% { transform: scale(0.7); opacity: 0.8; }
  40% { transform: scale(0.8); opacity: 0.8; }
  45% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.0); opacity: 0.8; }
  55% { transform: scale(0.9); opacity: 0.8; }
  60% { transform: scale(0.8); opacity: 0.8; }
  65% { transform: scale(0.7); opacity: 0.8; }
  70% { transform: scale(0.6); opacity: 0.8; }
  75% { transform: scale(0.5); opacity: 0.8; }
  80% { transform: scale(0.6); opacity: 0.8; }
  85% { transform: scale(0.7); opacity: 0.8; }
  90% { transform: scale(0.8); opacity: 0.8; }
  95% { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.0); opacity: 0.8; }
}

@keyframes bounceinner {
  0% { transform: scale(0.0); opacity: 0.8 }
  5% { transform: scale(0.1); opacity: 0.8; }
  10% { transform: scale(0.2); opacity: 0.8; }
  15% { transform: scale(0.3); opacity: 0.8; }
  20% { transform: scale(0.4); opacity: 0.8; }
  25% { transform: scale(0.5); opacity: 0.8; }
  30% { transform: scale(0.4); opacity: 0.8; }
  35% { transform: scale(0.3); opacity: 0.8; }
  40% { transform: scale(0.2); opacity: 0.8; }
  45% { transform: scale(0.1); opacity: 0.8; }
  50% { transform: scale(0.0); opacity: 0.8; }
  55% { transform: scale(0.1); opacity: 0.8; }
  60% { transform: scale(0.2); opacity: 0.8; }
  65% { transform: scale(0.3); opacity: 0.8; }
  70% { transform: scale(0.4); opacity: 0.8; }
  75% { transform: scale(0.5); opacity: 0.8; }
  80% { transform: scale(0.4); opacity: 0.8; }
  85% { transform: scale(0.3); opacity: 0.8; }
  90% { transform: scale(0.2); opacity: 0.8; }
  95% { transform: scale(0.1); opacity: 0.8; }
  100% { transform: scale(0.0); opacity: 0.8; }
}*/

/*@keyframes bounce {
  0% { transform: scale(1.0); opacity: 1 }
  5% { transform: scale(0.9); opacity: 1; }
  10% { transform: scale(0.8); opacity: 1; }
  15% { transform: scale(0.7); opacity: 1; }
  20% { transform: scale(0.6); opacity: 1; }
  25% { transform: scale(0.5); opacity: 1; }
  30% { transform: scale(0.4); opacity: 1; }
  35% { transform: scale(0.3); opacity: 1; }
  40% { transform: scale(0.2); opacity: 1; }
  45% { transform: scale(0.1); opacity: 1; }
  50% { transform: scale(0.0); opacity: 1; }
  55% { transform: scale(0.1); opacity: 1; }
  60% { transform: scale(0.2); opacity: 1 }
  65% { transform: scale(0.3); opacity: 1; }
  70% { transform: scale(0.4); opacity: 1; }
  75% { transform: scale(0.5); opacity: 1; }
  80% { transform: scale(0.6); opacity: 1; }
  85% { transform: scale(0.7); opacity: 1; }
  90% { transform: scale(0.8); opacity: 1; }
  95% { transform: scale(0.9); opacity: 1; }
  100% { transform: scale(1.0); opacity: 1; }
}*/



@media (max-width: 500px) {

    header.light {
        top: -1px;
    }

    header.light img.logo-black {
        display: block;
        margin-left: 20px;
        margin-top: 27px;
        margin-bottom: 27px;
    }

    header.light span.trigger.btn-open i,
    span.trigger.btn-close.active i.l1,
    span.trigger.btn-close.active i.l3 {
        background: #000!important;
    }


    .particles-splash {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .particles-inner {
        height: auto;
    }

    .particles-splash {
        top: 0;
        margin-top: 230px;
    }

    img.logo {
        margin-left: 20px;
        margin-top: 27px;
    }

    .nav-trigger {
        display: block;
        position: absolute;
        right: 27px;
        top: 34px;
        z-index: 4;
        height: 50px;
        width: 50px;
    }

    .nav-trigger span.trigger {
        width: 50px;
        height: 50px;
        position: absolute;
        display: block;
        right: -13px;
        top: -13px;
    }

    .navigation {
        position: absolute;
        top: 110px;
        left: 5%;
        margin: 0;
        background: #fff;
        width: 90%;
        border-radius: 5px;
        box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
        overflow: hidden;
        display: none;
    }

    .navigation.active {
        display: inline-block;
    }

    .navigation ul {
        margin: 0;
    }

    .navigation li {
        width: 100%;
    }

    .navigation li a {
        width: 100%;
        color: #000;
        padding: 13px 20px;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
        margin: 0;
    }

    .navigation ul li a {
        color: #000;
        padding: 15px 15px;
        font-size: 18px;
    }

    .navigation li:last-child a {
        border-bottom: 0;
    }

    .navigation .start {
        margin: 0;
        font-size: 18px;
        text-align: left;
    }

    span.trigger i {
        width: 30px;
        height: 4px;
        right: 0;
        border-radius: 5px;
        background: #fff;
        display: inline-block;
        position: absolute;
        transition: all 200ms ease;
    }

    span.trigger.btn-open i {
        background: #fff;
    }

    span.trigger.btn-close i {
        background: #fff;
    }

    span.trigger i.l1 {
        top: -40px;
        right: 10px;
        transition: all 500ms ease;
    }

    span.trigger.active i.l1 {
        right: 10px;
        top: 14px;
    }

    span.trigger i.l2 {
        top: -40px;
        right: 10px;
        transition: all 800ms ease;
    }

    span.trigger.active i.l2 {
        right: 10px;
        top: 23px;
    }

    span.trigger i.l3 {
        top: -40px;
        right: 10px;
        transition: all 1000ms ease;
    }

    span.trigger.active i.l3 {
        right: 10px;
        top: 32px;
    }

    .nav-trigger span.trigger.btn-open {
        z-index: 1;
    }

    .nav-trigger span.trigger.btn-close {
        opacity: 0;
        z-index: 0;
    }

    .nav-trigger span.trigger.btn-close.active {
        opacity: 1;
        z-index: 2;
        top: -16px;
        right: -8px;
        opacity: 1;
        width: 60px;
        height: 75px;
    }

    span.trigger.btn-close i.l1 {
        transform: rotate(0deg);
        top: 10px;
        right: 10px;
    }

    span.trigger.btn-close.active i.l1 {
        transform: rotate(-45deg);
        top: 26px;
        background: #fff;
    }

    span.trigger.btn-close i.l2 {
        right: 10px;
        opacity: 0;
    }

    span.trigger.btn-close.active i.l2 {
        right: -100px;
        opacity: 0;
    }

    span.trigger.btn-close i.l3 {
        transform: rotate(0deg);
        top: 26px;
        right: 10px;
    }

    span.trigger.btn-close.active i.l3 {
        transform: rotate(45deg);
        top: 26px;
        background: #fff;
    }

    .particles-splash h1 {
        width: 100%;
        font-size: 28px;
        padding: 0;
        line-height: 38px;
        box-sizing: border-box;
    }

    .device-1.move-left {
        display: none;
    }

    .content {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .service {
        width: 100%;
    }

    .btn {
        font-size: 18px;
        padding: 20px 40px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    #platform {
        padding-bottom: 100px!important;
    }

    #platform .md-6:last-child {
        display: none;
    }

    #customization h4 {
        font-size: 24px;
    }

    #references img {
        margin: 0 15px;
        height: 60px;
    }

    #references .large img {
        height: 45px;
        margin-bottom: 10px;
    }

    #references .medium img {
        height: 32px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    #references .long img {
        height: 16px;
        margin-bottom: 21px;
    }

    #contact {
        padding: 100px 0 130px;
        bottom: -5px;
        margin-bottom: -5px;
    }

    #contact .btn-cta {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 10px!important;
    }

    #contact input[type="text"] {
        margin-bottom: 25px;
    }

    #contact span {
        padding-left: 0;
        width: 100%;
        display: inline-block;
    }

    #contact span.currency {
        width: auto;
        padding-left: 10px;
    }


    .full {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .md-6 {
        width: 100%;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
        line-height: 36px;
    }

}


@media (max-width: 375px) {

    .particles-splash h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .particles-splash p {
        font-size: 18px;
        line-height: 24px;
    }

    .btn {
        font-size: 16px;
        padding: 20px 40px;
    }

}