
@media only screen and (max-width: 479px) {


body {
    background-color: #171a20;
	outline: none !important;
	-webkit-transition: all 0.2s ease-in-out;
	font-family: 'Manrope', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	margin: auto;
    direction:ltr;
    overflow-x: hidden !important;
    color: #fff !important;
    background-color: #15191c;
}

.openpage{
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .open-frame{
        width: 100%;
        height: 20vh;
        position: absolute;
        margin: auto;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }



#preloader {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:#15191c;
    z-index:999998;
}
 
#status {
    width:130px;
    height:130px;
    position:absolute;
    left:0px;
    top:0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-image: url(../images/loader.png);
    background-size: 50%;
    background-repeat:no-repeat;
    background-position:center;
}




   .header{
    -webkit-transition: all 0.2s ease-in-out;
    z-index: 99998;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-bottom: 1px solid rgba(255,255,255,0);
}

.header.active{
    -webkit-transition: all 0.2s ease-in-out;
    backdrop-filter: blur(6px) saturate(350%) brightness(75%); 
    -webkit-backdrop-filter: blur(6px) saturate(350%) brightness(75%);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}



.logo{
    position: relative;
    z-index: 9898998;
    -webkit-transition: all 0.2s ease-in-out;
    width: 100%;
    height: 80px;
}

.logo.active{
    position: relative;
    z-index: 9898998;
    -webkit-transition: all 0.2s ease-in-out;
    width: 40px;
    overflow: hidden;
    height: 55px;
}


.space{
    height: 100px;
}

.banner{
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center -20px;
    background-size: 60%;
}

.bannertext{
    width: 100%;
    right: 0px;
    margin: auto !important;
    position: absolute;
    left: 0px;
    top: 300px;
    z-index: 9898;
    bottom: 0px;
}

.spacemob{
    height: 160px;
}

.banner-shadow{
    display: none;
    background-color: #171a20;
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 9px;
    left: 0px;
    right: 0px;
}

.header-cta{
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 0.9em;
    width: 100%;
    border-radius: 30px;
    color: #0a1f25;
    float: right !important;
    padding: 13px 20px !important;
    text-align: center;
    cursor: pointer;
    background-image: url(../images/cta-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 130% 130%;
    box-shadow: 0px 0px 0px rgba(0,0,0,.4);
}

.header-cta:hover{
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 0.9em;
    width: 100%;
    border-radius: 30px;
    color: #fff;
    float: right !important;
    padding: 13px 20px !important;
    text-align: center;
    cursor: pointer;
    background-image: url(../images/cta-bg1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 130% 130%;
    box-shadow: 0px 8px 10px rgba(0,0,0,.2);
}

.banner-cta{
	width: 50%;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 0.9em;
    border-radius: 30px;
    color: #0a1f25;
    float: none !important;
    margin: auto !important;
    padding: 13px 20px !important;
    text-align: center;
    cursor: pointer;
    background-image: url(../images/cta-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 420% 420%;
    box-shadow: 0px 0px 0px rgba(0,0,0,.4);
}

.banner-cta:hover{
    width: 50%;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 0.9em;
    border-radius: 30px;
    color: #fff;
    float: none !important;
    margin: auto !important;
    padding: 13px 20px !important;
    text-align: center;
    cursor: pointer;
    background-image: url(../images/cta-bg1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 420% 420%;
    box-shadow: 0px 8px 10px rgba(0,0,0,.2);
}



h1{
    font-size: 1.8em !important;
    color: #fff;
    display: block;
    font-weight: 400 !important;
}

h2{
    font-size: 1.3em !important;
    color: #00fcef;
    display: block;
    font-weight: 100 !important;
}

h3{
    font-size: 0.9em !important;
    color: #fff;
    display: block;
    font-weight: 100 !important;
    line-height: 1.4em !important;
}

h4{
    font-size: 1.8em !important;
    color: #fff;
    display: block;
    font-weight: 400 !important;
}



quote-banner{
    font-size: 0.85em;
    color: rgba(255,255,255,0.5);
    display: block;
    font-weight: 400;
    margin-top: 15px;
}

quote-banner2{
    font-size: 0.85em;
    color: rgba(255,255,255,0.5);
    display: block;
    font-weight: 400;
}

p{
    font-size: 0.95em;
    font-weight: 300;
    color: #fff;
    display: block;
}

.contactarea a{
    color: #fff !important;
}


.footer{
    margin-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

copy-text{
    font-size: 0.9em;
    color: rgba(255,255,255,0.5);
    display: block;
    font-weight: 300;
}




.demobutton{
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    position: fixed;
    z-index: 989898;
    bottom: -150px;
    width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
    background-color: #45d55f;
    padding:15px 20px;
    border-radius: 50em;
}

.demobutton.active{
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    position: fixed;
    z-index: 989898;
    bottom: 20px;
    width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
    background-color: #45d55f;
    padding:15px 20px;
    border-radius: 50em;
}


.demobutton:hover{
    -webkit-transition: all 0s ease-in-out;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    position: fixed;
    z-index: 989898;
    bottom: 20px;
    width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
    background-color: #06bdd0;
    padding:15px 20px;
    border-radius: 50em;
}


.demofield{
    -webkit-transition: all 0.2s ease-in-out;
    width: 100%;
    font-family: 'Manrope', sans-serif;
    background-color:rgba(255,255,255,0);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 8px 8px 16px rgba(0,0,0,0);
    outline: none;
    border-radius: 15px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 15px 20px;
    letter-spacing: 0.4px;
}


.demofield:hover{
    -webkit-transition: all 0.2s ease-in-out;
    width: 100%;
    font-family: 'Manrope', sans-serif;
    background-color:rgba(255,255,255,0.4);
    color: #000;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 8px 8px 16px rgba(0,0,0,0);
    outline: none;
    border-radius: 15px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 15px 20px;
}

.demofield:focus{
    -webkit-transition: all 0.2s ease-in-out;
    width: 100%;
    font-family: 'Manrope', sans-serif;
    background-color:rgba(255,255,255,0.7);
    color: #000;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 8px 8px 16px rgba(0,0,0,0);
    outline: none;
    border-radius: 15px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 15px 20px;
}

.demofield::placeholder:hover{
    color: #000;
}

.demofield::placeholder:focus{
    color: #000;
}

.demofield::placeholder{
    color: #fff;
}


.demosend{
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
    height:auto;
    padding: 15px 20px;
    background-color: #2ead3a;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 6px;
}

.demosend:hover{
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
    height:auto;
    padding: 15px 20px;
    background-color: #00c0cd;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 6px;
}

input-title{
    font-size: 0.7em;
    color: rgba(255,255,255,0.5);
    display: block;
    font-weight: 600;
    letter-spacing: 3px;
}


}