*{
    box-sizing: border-box;
}

.container{
    overflow:hidden;
}

.bgColor-blueimg{
    
    background-image: url("../images/bg-01.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #040B30;
    
    
}

.sliding-background {
    background: url("../images/slider-01.png") repeat-x;
    height: 329px;
    width: 7737px;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
    z-index: 9999;
}

@keyframes slide {
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-2571px, 0, 0);
  }
}

@-webkit-keyframes slide {
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-2571px, 0, 0);
  }
}

.bgColor-blugradient{

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#777a9f+0,233b71+100 */
    background: #777a9f; /* Old browsers */
    background: -moz-linear-gradient(left,  #777a9f 0%, #233b71 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #777a9f 0%,#233b71 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #777a9f 0%,#233b71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777a9f', endColorstr='#233b71',GradientType=1 ); /* IE6-9 */

}


.orangeBg{

    background: #ee9d43; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ee9d43 0%, #e07437 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ee9d43 0%,#e07437 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ee9d43 0%,#e07437 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9d43', endColorstr='#e07437',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@font-face {
    font-family: antoniolight;
    src: url(../fonts/antonio-light-webfont.woff2) format('woff2'),url(../fonts/antonio-light-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: fira_sans_condensedlight;
    src: url(../fonts/FiraSansCondensed-Light.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: fira_sans_condensedsemibold;
    src: url(../fonts/firasanscondensed-semibold-webfont.woff2) format('woff2'),url(../fonts/firasanscondensed-semibold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

.popupImage{
    margin: 0 auto; 
    width:auto;
    height: auto;
    max-width: 100%;
}

.imgholder{
    position: relative;
    margin: 0 auto;
    display: block;
}

    #popup {
        
        position:fixed;
        margin:0 auto;
        top: 0px;
        left: 0;
        width:100%;
        height:100%;
        z-index: 9998;
        padding:50px;
        text-align: center;
        cursor: pointer;
    }



#popupBg{
    display:none;
    position: absolute;
    margin: 0 auto;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background-color: #000000;
    opacity: .85;
    cursor: pointer;
    z-index: 8888;
}



.promoHeading {
    font-family: 'antoniolight';
    font-size: 54px;
    font-weight: 400;
    color:#70C5EC;
    
    margin: 0 auto;
}

.thankyoutext {
    color:#70C5EC;
    font-family: sans-serif;
    font-size: 26px;
}


#b1{
    display:none;
}

#b2{
    display:none;
}

#logo{
    display: none;
}

#introtext{
    display: none;
}

.bgColor-black{
    background-color:#000 ;
}
.bgColor-blue{
    background-color:#339AE5 ;
}
.bgColor-green{
    background-color:#108C51 ;
}
.pad-top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logoimg{
    width:150px;
    height: auto;
}

    .logoimg2{
        width:250px;
        height: auto;
    }

.ctaButtons{
    width:300px;
    height: auto;
    margin-top:40px;
    cursor:pointer;
    
}

.linktoHome a{
    font-family: fira_sans_condensedsemibold;
    font-size: 16px;
    color:#ffffff;
    line-height: 100px;
}

.previewImages{
    width:350px;
    height: auto;
    margin-bottom:40px;
}

.formArea{
    width:350px;
    height: auto;
    margin:0 auto;
    padding:15px;
    background-color: rgba(255, 255, 255, 0.15);
}

.formTitlearea{
    font-family: fira_sans_condensedsemibold;
    font-size:20px;
    text-align: left;
    color:#ffffff;
    
}

input{
    width:100%;
    margin-bottom:20px;
    padding: 10px;
    background-color:antiquewhite;
    color:dimgrey;
}

label {
    font-family: fira_sans_condensedlight;
    font-size: 16px;
    color:#ffffff;
    padding:0px;
    margin:0px;
}

form .errorMsg{
    font-family: fira_sans_condensedlight;
    font-size: 12px;
    text-transform: uppercase;
    color:#ff0000;
}

.downloadBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	padding:6px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
    width:100%;
    text-align: center;
    margin-top: 20px;
}
.downloadBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
    color:#ffffff;
    text-decoration:none;
}
.downloadBtn:active {
	position:relative;
	top:1px;
    color:#ffffff;
}

.pad-btns {
    padding-top:10px;
    padding-bottom:10px;
}

.slider-holder {
    position: fixed;
    width:100%;
    bottom:0;
    z-index: 8888;
    overflow: hidden;
}

.bgColor-blue12 {
    position: fixed;
    width:100%;
    height: 100%;
    top:22%;
    z-index: 0;
    background-color:#060c30;
}

@media (min-width: 576px) {
    
    .bgColor-blue12 {
        top:30%;
    }
    
    .pad-top-bottom {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    
    .ctaButtons{
        width:300px;
        height: auto;
        margin-top:40px;
        cursor:pointer;

    }
    
    .promoHeading {
        
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color:#70C5EC;
        letter-spacing: -2px;
        
    }
    
    .logoimg{
        width:200px;
        height: auto;
    }
    
    .formArea{
        width:350px;
        height: auto;
    
    }
    .logoimg2{
        width:300px;
        height: auto;
    }

}

@media (min-width: 768px) {
    
    .pad-top-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .ctaButtons{
        width:300px;
        height: auto;
        margin-top:40px;
        cursor:pointer;

    }
    .promoHeading {
        
        font-size:24px;
        width:70%;
        
    }
    
    .previewImages{
        width:350px;
        height: auto;
        margin-bottom:40px;
    }
    .logoimg{
        width:250px;
        height: auto;
    }
    
    .formArea{
        width:350px;
        height: auto;
    
    }
    .logoimg2{
        width:350px;
        height: auto;
    }
    
}

@media (min-width: 992px) {
    
    .pad-top-bottom {
        padding-top: 60px;
        padding-bottom: 40px;
    }  
    .ctaButtons{
        width:400px;
        height: auto;
        margin-top:40px;
        cursor:pointer;

    }
    .promoHeading {
        
        font-size:30px;
        width:90%;
        
    }
    
    .previewImages{
        width:450px;
        height: auto;
        margin-bottom:40px;
    }
    .logoimg{
        width:250px;
        height: auto;
        
    }
    .formArea{
        width:450px;
        height: auto;
    
    }
    .logoimg2{
        width:400px;
        height: auto;
    }
    
}

@media (min-width: 1200px) {
    
    .pad-top-bottom {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .ctaButtons{
        width:400px;
        height: auto;
        margin-top:40px;
        cursor:pointer;

    }
    
    .promoHeading {
        
        font-size:36px;
        width:90%;
        
    }
    
    .previewImages{
        width:550px;
        height: auto;
        margin-bottom:40px;
    }
    
    .logoimg{
        width:300px;
        height: auto;
    }
    .formArea{
        width:500px;
        height: auto;
    
    }
    
    .logoimg2{
        width:450px;
        height: auto;
    }
    
}






