/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body {
    overflow-y: scroll;
    overflow-x: hidden;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family:"GothamUltra";
    src: url("fonts/GothamUltra.ttf") /* EOT file for IE */
}
@font-face {
    font-family:"GothamUltra";
    src: url(fonts/GothamUltra.ttf) /* TTF file for CSS3 browsers */
}
















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p{margin:0px;}


/* CSS For Header Area */
header {
  background-image: url("img/header-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 200px 0 50px 0;
  width: 100%;
  display: table !important;
}
header #bar {
  background-image: url("img/bar.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
}
.header-top {
  position: relative;
  color: #000000;
  text-align: center;
  padding-top: 10px;
  display: table-cell;
  vertical-align: middle;
}

.header-top > div {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.header-top span{
  color: #c93e2c;
}
.header-top h1 {
  font-family: 'GothamThin', sans-serif;
  font-weight: 400;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.header-top h2 {
    font-family: 'GothamUltra', sans-serif;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 140px;
    color: #fff;
    font-weight: 600;
   
}

.header-top h3 {
  font-family: 'GothamThin', sans-serif;
  font-weight: 500;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  color: #fff;
}

.header-top h4 {
  font-family: 'GothamMedium', sans-serif;
  margin: 0 auto;
  margin-top: 50px;
 text-transform: uppercase;
  font-size: 34px;
  font-style: italic;
  color: #fff;
}
.header-top h2 span{
 
    color: #ff0000;
   
   
}
.header-top .signature {
  margin-top: 50px;
  text-align: left;
}
.header-image {
  text-align: center;
}
.btn-bot{ margin-top: 450px;}
.header-video {
  text-align: center;
  border: 0px solid #42454a;
  width: 100%;
}

.header-video {
left: 18%;
position: absolute;
text-align: center;
top: 10px;
z-index:9999;
}
.timer-top h1{
font-family: 'Oswald', sans-serif;
  margin: 0 auto;
 text-transform: uppercase;
  font-size: 45px;
  color: #764ba0;
  width: 100%;
  background: linear-gradient(330deg, #638dce 0%, #764ba0 25%, #764ba0 50%, #638dce 75%, #638dce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
hr.style6 {
	background-color: #fff0;
	border-top: 10px dotted #b2b9be;
}
.section-timer{
	
}
.timer-top{
	
	text-align: center;
}
.timer-top h1 span{
  color:#000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
}
.left{
	padding-top: 70px;
}
.left h2 {
  color:#ff0000;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  padding-left: 70px;
}
.right{
	padding-top: 70px;
}

.right h2 {
  color:#ff0000;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  padding-left: 30px;
}
.left p {
  color:#000;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
}
.imgbtn img{
	width:85%;
	float: right;
}
.top-img h2{
	 font-family: 'Oswald', sans-serif;
    margin: 25px auto;
    text-transform: uppercase;
    font-size: 255px;
	text-align:right;
}
.optin-form{}
.optin-form input{width:90%;border:1px solid #cccccc;margin-bottom:10px;padding:7px;border-radius:10px;font-size:16px;font-family: 'GothamThin';}
.optin-form 
.jvformbtn{border:0 none!important;width:95%;}
.optin-bot > h1 {
  font-family: 'Oswald', sans-serif;
    margin: 25px auto;
    text-transform: uppercase;
    font-size: 55px;
    color: #764ba0;
    
    background: linear-gradient(330deg, #638dce 0%, #764ba0 25%, #764ba0 50%, #638dce 75%, #638dce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: center;
}
/* step-section */
.steps-section{
	background: #fff;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}
.steps-top > h1 {
  font-family: 'Oswald', sans-serif;
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 45px;
    color: #000;
   
}

.steps-top > h1 span{
  
    color: #ff0000;
   
}
.steps-top > h2 {
  font-family: 'Oswald', sans-serif;
    margin: 0 auto;
   
    font-size: 55px;
    color: #000;
    
}
.steps-top > p {
  font-family: 'Oswald', sans-serif;
    margin: 20px auto;
    text-align: left;
    font-size: 25px;
    color: #000;
   
}
.steps-top > h3 {
  font-family: 'Oswald', sans-serif;
    margin: 10px auto;
    
    font-size: 50px;
    color: #000;
   font-style: italic;
}
.steps-top > h3 span{
  
    color: #ff0000;
   
}
.steps-top > h4 {
  font-family: 'Oswald', sans-serif;
    margin: 10px auto;
    text-align: center;
    font-size: 50px;
    color: #000;
   font-weight: 600;
    text-transform: uppercase;
}
.steps-top > p span{
 
    color: #ff0000;
   
}
.steps-bot {
 padding-top: 50px;
}
.steps-bot > p {
  font-family: 'Oswald', sans-serif;
    margin: 10px auto;
    text-align: left;
    font-size: 20px;
    color: #000;
   text-transform: uppercase;
   
}
.steps-bot > p span{
 
    color: #ff0000;
   
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}
/* steps-bot-section */
.steps-bot-section{
	background: url("img/steps-bg.png") no-repeat scroll top center / cover ;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 50px;
	
}
.steps-bot-top > h1 {
  color: #ef5ca1;
 font-family: 'Oswald', sans-serif;
  font-size: 70px;
  font-weight: 400;
  padding: 30px 0;
  text-align: center;
}
/* bot-section */
.bot-section{
	background: #fff;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 50px;
	
}


/* prizes-section */

.prizes-section{
  background: #fff ;
  padding-bottom: 20px;
  padding-top: 20px;
}

.prizes-top > h1 {
  color: #ff0000;
 font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-weight: 700;
 margin: 0 auto;
  padding-top: 30px;
  text-align: center;
 text-transform: uppercase;
}
.prizes-top > h1 span{
  color: #000;
 
 
}
.prizes-top{
 padding-top: 50px;
 
 
}
.prizes-top > p {
  color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 25px;
 
 margin: 20px auto;
  
  text-align: left;
 
}
.prizes-top > p span{
  color: #ff0000;
 text-transform: uppercase;

}
.prizes-bot{
 margin-top: 50px;
 background-image: linear-gradient(to bottom, #e3f6fc, #d7eef8, #cde7f5, #c3def2, #bbd6ef);
 padding: 10px 15px;
 border-radius: 30px;
}
.prizes-bot > p {
  color: #000;
font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
 margin: 10px auto;
  
  text-align: left;
 
}
.prizes-bot > p span{
  color: #ff0000;
 text-transform: uppercase;
 
}
.timeline {
  list-style: none;
  padding: 10px 0 10px;
  position: relative;
  padding-bottom: 50px;
}



.timeline > li {
  margin-bottom: 10px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 100%;
  float: left;
 
  padding: 0px;
  position: relative;
 
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 0px;
}
.phase ul{
	margin:0;
	padding:0;
	list-style:none;
}
.phase ul{
	margin:0;
	padding:0;
	list-style:none;
}
.phase ul li{
  color: #000000;
 font-family: 'Open Sans', sans-serif;
 
 
  font-size: 20px;
}
.row.vdivide [class*='col-']:not(:last-child):after {
  background: url("img/arrow.png") no-repeat scroll;
  width: 35px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
}

 

/* phase-section */

.phase-section {
 background: rgba(0, 0, 0, 0) url("img/ph-bg.png") no-repeat scroll center top / cover ;
  padding-top: 500px;
	padding-bottom:35px;
	margin-top: -400px;
}
.phase-top > h1 {
 font-family: 'Oswald', sans-serif;
  margin: 0 auto;
 text-transform: uppercase;
  font-size: 60px;
  color: #fff;
 
  text-align: center;
}
.phase-top > h1 span{
 
  color: #ff0000;
 
  text-align: center;
}
.phase-top > p {
 font-family: 'Oswald', sans-serif;
  margin: 20px auto;

  font-size: 23px;
  color: #fff;
 
  text-align: left;
}
.phase-top > h2 {
 font-family: 'Oswald', sans-serif;
  margin: 0 auto;
 text-transform: uppercase;
  font-size: 25px;
  color: #000;
background: #fff200;
    padding: 10px 10px;
    border-radius: 30px;
 
  text-align: center;
}
.phase-top > h2 span{
 
  color: #ff0000;

}
.phase-image-top{
	padding-top: 50px;
}
.list-top > h1 {
 font-family: 'Oswald', sans-serif;
  margin: 10px auto;
 text-transform: uppercase;
  font-size: 30px;
color: #ff0000;
text-align: center;
  
}
.list-bot > h1 {
 font-family: 'Oswald', sans-serif;
  margin: 10px auto;
 text-transform: uppercase;
  font-size: 35px;
color: #000;
text-align: center;
  
}
.list-bot > h2 {
	font-family: 'Oswald', sans-serif;
    background: #ff0000 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px 15px 10px 15px;
 
	
}
.phase-top > h3 {
    font-family: 'Oswald', sans-serif;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 100px;
    color: #ff0000;
    background: #fff200;
    padding: 10px 10px;
    border-radius: 30px;
    text-align: center;
}
.one {
	    padding: 20px 15px 30px 15px!important;
}
.list-unstyled li{
    font-family: 'Oswald', sans-serif;
  margin: 0 auto;
 text-transform: uppercase;
  font-size: 20px;
  color: #764ba0;

  background: linear-gradient(330deg, #638dce 0%, #764ba0 25%, #764ba0 50%, #638dce 75%, #638dce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list ul {
  list-style: none;
}
.width-100p{width:100%;}

/* niche-section */
.niche-section {
 background: rgb(255, 255, 255) url(img/steps-bg.png) no-repeat scroll center center / cover ; 
  padding-bottom: 0px;
  padding-top: 20px;
}
.niche-top > h1 {
 color: #000;
 font-family: 'Oswald', sans-serif;
 font-size: 60px;
  text-align: center;
  margin:20px auto;
  text-transform: uppercase;
  font-weight: 600;
}
.niche-top > h1 span {
 color: #ed0000;
  
  
}
.niche-top > h3 {
  color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: 600;
  padding: 0px 0;
  text-align: left;
  text-transform: uppercase;
}
.niche-top > h2 {
  color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: 400;
  padding: 0px 0;
  text-align: center;
  text-transform: uppercase;
}
.niche-top > h4 {
  color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 50px;

  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.niche-top > h4 span{
  color: #e10000;
 
}
.niche-top > p {
  font-family: 'Oswald', sans-serif;
  margin: 20px auto;

  font-size: 26px;
text-align: left;
  color: #000;
}
.niche-top > p span{
 color: #ff0000;
   text-transform: uppercase;
}
.niche-content > h1 {
  color: #fff;
font-family: 'GothamUltra';
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.niche-content > h1 span {
  color: #000000;
 font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 150;
}

/* chase-section */
.chase-section {
 background: url(img/nch-bg.png) no-repeat scroll center bottom / auto ; 
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: -50px;
}
.chase-top > h1 {
 color: #000;
 font-family: 'Oswald', sans-serif;
 font-size: 60px;
  text-align: center;
  margin:20px auto;
  text-transform: uppercase;
  font-weight: 600;
}
.chase-top > h1 span {
 color: #ed0000;
  
  
}

.chase-top > h2 {
  color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: 400;
  padding: 0px 0;
  text-align: center;
  text-transform: uppercase;
}
.chase-top > p {
  font-family: 'Oswald', sans-serif;
  margin: 20px auto;

  font-size: 26px;
text-align: left;
  color: #000;
}
.chase-top > p span{
 color: #ff0000;
   text-transform: uppercase;
}
.chase-content > h1 {
  color: #fff;
font-family: 'GothamUltra';
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.chase-content > h1 span {
  color: #000000;
 font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 150;
}
/* chase-section */
.soultion-section {
 background: #fff; 
  padding-bottom: 30px;
  padding-top: 30px;

}
.soultion-top > h1 {
 color: #000;
 font-family: 'Oswald', sans-serif;
 font-size: 60px;
  text-align: center;
  margin:20px auto;
  text-transform: uppercase;
  font-weight: 600;
}
.soultion-top > h1 span {
 color: #ed0000;
  
  
}

.soultion-top > h2 {
  color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: 400;
  padding: 0px 0;
  text-align: center;
  text-transform: uppercase;
}
.soultion-top > p {
  font-family: 'Oswald', sans-serif;
  margin: 20px auto;

  font-size: 26px;
text-align: left;
  color: #000;
}
.soultion-top > p span{
 color: #ff0000;
   text-transform: uppercase;
}
.soultion-content > h1 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.soultion-content > h1 span {
  color: #000000;
 font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 150;
}
/* things-section */
.things-section {
  background: url("img/thg-bg.png") no-repeat scroll center top / cover ;
  padding-bottom: 50px;
  padding-top: 30px;
}
.things-top > h1 {
 color: #ff0000;
  font-family: 'Oswald', sans-serif;
 font-size: 90px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 600;
}
.things-top {
 padding-top: 30px;
}
.things-top > h1 span {
 color: #fff;
    font-family: 'Oswald', sans-serif;
  font-size: 50px;
  padding: 0 5px;
  background: #ffcfd6 none repeat scroll 0 0;
    border-radius: 15px;
}
.things-top h2{
  font-family: 'Oswald', sans-serif;
  margin: 10px auto;
 text-transform: uppercase;
  font-size: 55px;
text-align: center;
color: #ff0008;
  
}
.things-top h2 span{
  
color: #fff;
  
}
.things-top h3 span{
 color: #ff0000;
  
  
}
.things-top > h3 {
  color: #fff;
  font-family: 'GothamMedium';
  font-size: 30px;
  font-weight: 400;

  text-align: center;
  text-transform: uppercase;
}
.things-top > h4 {
  font-family: 'Oswald', sans-serif;
    background: #ff0000 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px 15px 10px 15px;
	 font-size: 40px;
	
}
.things-top > p {
  color: #fff;
   font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: left;
 margin: 20px auto;
}
.things-top > p span{
  color: #ff0000 ;
   
	
}
b, strong {
    font-weight: bold;
}
.red {
  color: #ff0000;
}
/* mini-section */
.mini-section {
  background: url("img/mini-bg.jpg") no-repeat scroll center top / cover ;
  padding-bottom: 50px;
  padding-top: 50px;
}
.mini-top > h1 {
 color: #000;
    font-family: 'Oswald', sans-serif;
 font-size: 45px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 600;
}
.mini-top > h1 span {
 color: #ed0000;

}
.mini-top p{
  font-family: 'Oswald', sans-serif;
  margin: 20px auto;

  font-size: 25px;
text-align: left;
color: #fff;
  
}

/* step-by-step */
.step-by-step {
 background: rgba(0, 0, 0, 0) url(img/q-bg.jpg) no-repeat scroll right top / cover;
 padding-bottom: 30px;
 padding-top: 30px;
}

.step-by-step-top > h1 {
 font-family: 'Oswald', sans-serif;
  margin: 20px auto;
 text-transform: uppercase;
  font-size: 50px;
text-align: center;
 color: #000;
 font-weight: 600;
 
}
.step-by-step-top  h1 span {
  color: #e10000;
 
}
.step-by-step-top > p {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    text-align: left;
    margin: 20px auto;
	font-weight: 600;
}
.step-by-step-top > h2 {
  color: #fff;
 font-family: 'GothamUltra';
  font-size: 60px;
  margin: 0 auto;
text-transform: uppercase;
  text-align: center;
}
.step-by-step-top > h2 span{
  color: #fff;
 font-family: 'GothamUltra';
  font-size: 50px;
  background: #ff0000;
    padding: 10px 10px;
    border-radius: 30px;
}
.step-by-step-top > h3 {
  color: #000;
font-family: 'Oswald', sans-serif;
  font-size: 50px;
  margin: 20px auto;
text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.step-by-step-top > h3 span{
  color: #dd0000;
 
}
.header-demo-video {
   text-align: center;
  border: 3px solid #42454a;
      width: 60%;
  top: 50px;
}
.header-demo-video {
position: relative;
text-align: center;
top: -22px;
    left: 20%;
}
.col-centered{
    float: none;
    margin: 0 auto;
	width: 65%;
	top: 70px;
	 
}
.step-by-step-bot  {
 padding-top: 100px;
}
.step-by-step-bot > h1 {
  font-family: 'Oswald', sans-serif;
  margin: 10px auto;
 text-transform: uppercase;
  font-size: 60px;
text-align: center;
  background: linear-gradient(330deg, #638dce 0%, #764ba0 25%, #764ba0 50%, #638dce 75%, #638dce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-by-step > .container > .row > .col-lg-6.col-md-6.col-sm-6 {
  padding: 0;
}

/* funnel-section */
.funnel-section {
  background: rgba(0, 0, 0, 0) url(img/arr-black.png) no-repeat scroll center top / contain;
  padding-bottom: 50px;
  padding-top: 0px;
  
}
.funnel-top > h1 {
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size: 55px;
text-align: center;
color: #000;
  font-weight: 600;
}
.funnel-top > h1 span{
 
color: #ed0000;
  
}
.funnel-top h2{
 color: #ff0000;
 font-family: 'Oswald', sans-serif;
  font-size: 30px;
  margin:15px 0;
  text-align: center;
  line-height: 55px;
}
.funnel-top h2 {
 color: #fff;
  background: #ed0000 none repeat scroll 0 0;
    border-radius: 30px;
	padding: 5px 35px 5px 35px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
  font-size: 30px;
  margin:15px 0;
  text-align: center;
  line-height: 55px;
}

.funnel-top h3{
 color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  padding:0px 0;
  text-align: center;
font-weight: 600;
}
.funnel-top h3 span{
 color: #ff0000;
    text-decoration: underline;
}
.funnel-top > p {
  color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: left;
 margin:20px auto;
}
.funnel-top > p span{
  text-decoration: underline;
  text-transform: uppercase;
}
.funnel-bot > h1 {
 color: #fff;
   font-family: 'Oswald', sans-serif;
 font-size: 50px;
  text-align: center;
   margin:0px auto;
  text-transform: uppercase;
}

.funnel-bot h2{
 color: #fff;
 font-family: 'Oswald', sans-serif;
  font-size: 30px;
  margin: 0px auto;
  text-align: center;
   text-transform: uppercase;
}
.funnel-bot h2 span{
 color: #fff;
   font-family: 'Oswald', sans-serif;
  font-size: 30px;
  padding:0px 0;
  text-align: center;
}


.funnel-bot > p {
  color: #fff;
 font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.funnel-bot > p span{
  color: #5a4a4d;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.funnel-image {
 
  
}
/* idea-section */
.idea-section {
background: rgba(0, 0, 0, 0) url(img/idea-bg.png) no-repeat scroll center bottom / contain;
  padding-bottom: 30px;
  padding-top: 0px;
}
.idea-top > h1 {
font-family: 'Oswald', sans-serif;
  margin: 20px auto;
 text-transform: uppercase;
  font-size: 60px;
text-align: center;
 color:#000;
font-weight: 600;

}
.idea-top {
 
 padding-top: 30px;
 
}
.idea-top > h1 span{
 
 color:#ff0000;
 
}

.idea-top > h5 {
 color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 24px;
  padding: 0px;
 font-weight: 400;
   text-align: center;
}
.idea-top h2{
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size: 90px;
text-align: center;
 color:#fff;
 font-weight: 700;
}
.idea-top h2 span{

  font-size: 49px;

 color:#fff200;
}
.idea-top h3 span{
 color: #ed0000;
 
  
}


.idea-top h3{
 color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  padding:10px 0 0 0;
  text-transform: uppercase;
 
  
}
.idea-top h4{
 color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  padding:10px 0 0 0;
  text-transform: uppercase;
 
  
}
.idea-top h4 span{
 color: #ed0000;
  
 
  
}
.idea-bot > h3 {
  color: #6f63b1;
  font-family: 'Oswald', sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
 
}
.idea-bot {
 padding-top: 80px;
 
}
.idea-top > p {
  color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 25px;
 text-align: left;
 
 margin: 20px auto;
}
.idea-top > p span{
  font-weight:   600;
 
}
/* white-section */
.white-section {
background-image: #fff;
  padding-bottom: 30px;
  padding-top: 0px;
}
.white-top > h1 {
font-family: 'Oswald', sans-serif;
  margin: 20px auto;
 text-transform: uppercase;
  font-size: 60px;
text-align: center;
 color:#000;
font-weight: 600;

}
.white-top {
 
 padding-top: 30px;
 
}
.white-top > h1 span{
 
 color:#ff0000;
 
}

.white-top > h5 {
 color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 24px;
  padding: 0px;
 font-weight: 400;
   text-align: center;
}
.white-top h2{
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size: 90px;
text-align: center;
 color:#fff;
 font-weight: 700;
}
.white-top h2 span{

  font-size: 49px;

 color:#fff200;
}
.white-top h3 span{
 color: #ed0000;
 
  
}


.white-top h3{
 color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  padding:10px 0 0 0;
  text-transform: uppercase;
 
  
}
.white-top h4{
 color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  padding:10px 0 0 0;
  text-transform: uppercase;
 
  
}
.white-top h4 span{
 color: #ed0000;
  
 
  
}
.white-bot > h3 {
  color: #6f63b1;
  font-family: 'Oswald', sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
 
}
.white-bot {
 padding-top: 80px;
 
}
.white-top > p {
  color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 25px;
 text-align: left;
 
 margin: 20px auto;
}
.white-top > p span{
  color: #ff0000;
 
}
.mt-50{
	margin-top: 50px;
}
/* black-section */
.black-section {
background: #000;
  padding-bottom:10px;
  padding-top: 30px;
}
.black-top > h1 {
font-family: 'Oswald', sans-serif;
  margin: 20px auto;
 text-transform: uppercase;
  font-size: 60px;
text-align: center;
 color:#000;
font-weight: 600;

}
.black-top > h1 span{
 
 color:#ff0000;
 
}

.black-top > h5 {
 color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 24px;
  padding: 0px;
 font-weight: 400;
   text-align: center;
}
.black-top h2{
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size: 90px;
text-align: center;
 color:#fff;
 font-weight: 700;
}
.black-top h2 span{

  font-size: 49px;

 color:#fff200;
}
.black-top h3 span{
 color: #ffd200;
 
  
}


.black-top h3{
 color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 33px;
  text-align: center;
  padding:10px 0 0 0;
  text-transform: uppercase;
 
  
}

.black-bot > h3 {
  color: #6f63b1;
  font-family: 'Oswald', sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
 
}
.black-bot {
 padding-top: 80px;
 
}
.black-top > p {
  color: #fff;
 font-family: 'Oswald', sans-serif;
  font-size: 25px;
 text-align: left;
 margin: 20px auto;
}
.black-top > p span{
  color: #ff0000;
  font-size: 30px;
}
/* module-section */
.module-section {
background: url(img/dark-bg.jpg) no-repeat scroll center center / cover;
  padding-bottom: 30px;
  padding-top: 30px;
}
.module-top > h1 {
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size: 60px;
text-align: center;
 color:#fff;
font-weight: 600;
}
.module-top > h1 span{

 color:#ff0000;
 
}

.module-top > h5 {
 color: #000;
 font-family: 'Oswald', sans-serif;
  font-size: 24px;
  padding: 0px;
 font-weight: 400;
   text-align: center;
}
.module-top h2{
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size: 90px;
text-align: center;
 color:#fff;
 font-weight: 700;
}
.module-top h2 span{

  font-size: 49px;

 color:#fff200;
}
.module-top h3 span{
 color: #ffd200;
 
  
}


.module-top h3{
 color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 33px;
  text-align: center;
  padding:10px 0 0 0;
  text-transform: uppercase;
 
  
}

.module-bot > h3 {
  color: #6f63b1;
  font-family: 'Oswald', sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
 
}
.module-bot {
 padding-top: 80px;
 
}
.module-top > p {
  color: #fff;
 font-family: 'Oswald', sans-serif;
  font-size:25px;
 text-align: left;
 text-transform: uppercase;
 margin: 20px auto;
}
.module-top > p span{
  text-decoration: underline;
 
}
/* module-two-section */
.module-two-section {
background: rgba(0, 0, 0, 0) url(img/jet-bg.jpg) no-repeat scroll center top / cover;
  padding-bottom: 50px;
  padding-top: 50px;
}
.module-two-top > h1 {
  font-family: 'Oswald', sans-serif;
  margin: 20px auto;
 text-transform: uppercase;
  font-size: 60px;
text-align: left;
 color:#fff;

}
.module-two-top > h1 span{
 font-size: 90px;
 color:#ff0000;
  text-transform: uppercase;
}


.module-two-bot {
 padding-top: 80px;
 
}
.module-two-top > p {
  color: #fff;
 font-family: 'GothamMedium';
  font-size: 15px;
 text-align: right;
 text-transform: uppercase;
 margin: 10px auto;
}
.module-two-top > p span{
  color: #ff0000;
 
}
/* module-three-section */
.module-three-section {
background: #fff;
  padding-bottom: 0px;
  padding-top: 30px;
 
}
.module-three-top > h1 {
  font-family: 'Oswald', sans-serif;
  margin: 20px auto;
 text-transform: uppercase;
  font-size: 60px;
text-align: center;
 color:#ff0000;
font-weight: 600;

}
.module-three-top > h2 {
  font-family: 'Oswald', sans-serif;
  margin: 20px auto;
 text-transform: uppercase;
  font-size: 45px;
text-align: center;
 color:#000;


}
.module-three-top > h1 span{
 font-size: 29px;
 color:#000;
 
}


.module-three-bot {
 padding-top: 80px;
 
}
.module-three-top > p {
  color: #000;
 font-family: 'GothamMedium';
  font-size: 15px;
 text-align: left;
 text-transform: uppercase;
 margin: 10px auto;
}
.module-three-top > p span{
  color: #ff0000;
 
}
/* module-five-section */
.module-five-section {
background: #000;
  padding-bottom: 0px;
  padding-top: 30px;
}
.module-five-top > h1 {
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size: 60px;
text-align: center;
 color:#ff0000;
font-weight:600;

}
.module-five-top > h1 span{
 font-size: 29px;
 color:#000;
 
}


.module-five-bot {
 padding-top: 80px;
 
}
.module-five-top > p {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
 text-align: left;

 margin: 20px auto;
}
.module-five-top > p span{
 font-weight:600;
 
}
.mt-100 {
    margin-top: 100px;
}
/* module-six-section */
.module-six-section {
background: rgba(0, 0, 0, 0) url(img/glass-bg.png) no-repeat scroll center center / cover;
  padding-bottom: 50px;
  padding-top: 0px;
}
.module-six-top > h1 {
  font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size: 35px;
text-align: center;
 color:#fff;
font-weight: 600;
 
}
.module-six-top > h1 span{
 
 color:#ff0000;
 
}


.module-six-bot {
 padding-top: 80px;
 
}
.module-six-top > p {
  color: #fff;
 font-family: 'Oswald', sans-serif;
  font-size: 25px;
 text-align: left;
 
 margin: 20px auto;
}
.module-six-top > p span{
  color: #ff0000;
 
}
/* prove-section */
.prove-section {
 background:url(img/arr-red.png) no-repeat scroll center top / auto;
  padding-bottom: 30px;
  padding-top: 30px;
  
}
.prove-top {
padding-top: 20px;
}
.prove-top > h2 {
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size:20px;
text-align: center;
color:#000;
}
.prove-intro > h2 {
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
font-style: italic;
  font-size:70px;
text-align: center;
color:#dd0000;
}
.prove-intro > h3 {
 font-family: 'Oswald', sans-serif;
  margin: 20px auto;
font-weight: 600;
  font-size:70px;
text-align: center;
color:#000;
text-transform: uppercase;
}
.prove-intro > h3 span{
 
color:#e10000;
}
.prove-intro > h1{
 color: #000;
  font-family: 'Oswald', sans-serif;
 font-size: 100px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight:  600;
}
.prove-intro h1 > span{
 color: #e10000;
 
}
.prove-intro > p {
  color: #000;
    font-family: 'Oswald', sans-serif;
  font-size:25px;
  text-align: left;
 margin: 20px auto;
}
.prove-intro > h5{
  color: #e10000;
 text-transform: uppercase;
 text-align: center;
   font-size:40px;
   font-family: 'Oswald', sans-serif;
   margin: 20px auto;
}
.prove-top > p {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: center;
 background: #ff0000;
    padding: 10px 10px;
    border-radius: 30px;
}
/* price-section */
.price-section {
 background:url(img/price-bg.jpg) no-repeat scroll center top / cover;
  padding-bottom: 30px;
  padding-top: 30px;
  
}
.price-top {
padding-top: 20px;
}
.price-top > h2 {
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size:20px;
text-align: center;
color:#000;
}
.price-intro > h2 {
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
font-style: italic;
  font-size:70px;
text-align: center;
color:#dd0000;
}
.price-intro > h3 {
 font-family: 'Oswald', sans-serif;
  margin: 20px auto;
font-weight: 600;
  font-size:70px;
text-align: center;
color:#000;
text-transform: uppercase;
}
.price-intro > h3 span{
 
color:#e10000;
}
.price-intro > h1{
 color: #fff;
  font-family: 'Oswald', sans-serif;
 font-size: 100px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight:  600;
}
.price-intro h1 > span{
 color: #e10000;
 
}
.price-intro > p {
  color: #000;
    font-family: 'Oswald', sans-serif;
  font-size:25px;
  text-align: left;
 margin: 20px auto;
}
.price-intro > h5{
  color: #e10000;
 text-transform: uppercase;
 text-align: center;
   font-size:40px;
   font-family: 'Oswald', sans-serif;
   margin: 20px auto;
}
.price-top > p {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  text-align: center;
 background: #ff0000;
    padding: 10px 10px;
    border-radius: 30px;
}
/* front-section */
.front-section {
  background:url(img/dark-bg.jpg) no-repeat scroll center top / cover;
  padding-bottom: 30px;
  padding-top: 30px;
  
}
.front-top > h1 {
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size: 90px;
text-align: center;

 color: #ff0000;
}
.front-top  {
	margin-top: 50px;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0) url(img/dark-blue.png) no-repeat scroll center top / cover;
    border-radius: 30px;
    min-height: 450px;
}
.front-top > h1 span{
 color: #fff;
  font-family: 'GothamUltra';
 font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #ef5ca1 none repeat scroll 0 0;
    border-radius: 15px;
	padding: 0 5px;
}
.front-intro > h2 {
 font-family: 'Oswald', sans-serif;
  margin: 20px auto;
 text-transform: uppercase;
  font-size: 60px;
text-align: center;
font-weight: 600;
 color: #fff;
}
.front-intro > h2 span{
 
 color: #e10000;
}
.front-top > h2 {
 font-family: 'Oswald', sans-serif;
  margin: 0px auto;
 text-transform: uppercase;
  font-size: 30px;
text-align: center;

 color: #fff;
}
.front-top > h2 span{
 font-style: italic; 
 color: #ff0000;
}

.front-intro > h3 {
 font-family: 'Oswald', sans-serif;
  margin: 10px auto;
 text-transform: uppercase;
  font-size: 35px;
text-align: center;
font-weight: 600;
 color: #e10000;
}
.front-top > p {
     font-family: 'Oswald', sans-serif;
    margin: 10px auto;
    font-size: 20px;
    text-align: left;
    
    color: #fff;
 
}
.prove-top > p span{
  color: #fff;
 font-family: 'GothamMedium';
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.invert-section {
  background:  #fff;
  padding-bottom: 0px;
  padding-top: 30px;
  
}
/* bottom-section */
.bottom-section {
  background:  #fff;
  padding-bottom: 30px;
  padding-top: 10px;
  
}

.bottom-top > h3 {
 color: #e30000;
 font-family: 'Oswald', sans-serif;
 font-size: 50px;
  margin:20px 0;
  text-align: center;
  font-weight: 600;
   text-transform: uppercase;
}
.bottom-top > h3 span{
    color: #ff0000;
    
}
.bottom-top > h4 {
 color: #000;
  font-family: 'GothamUltra';
 font-size: 30px;
  margin:20px 0;
  text-align: center;
  text-transform: uppercase;
}
.bottom-top > h4 span{
font-size: 20px;
 
}
.bottom-top > h5 {
 color: #000;
  font-family: 'GothamUltra';
 font-size: 30px;
  margin:20px 0;
  text-align: center;
  text-transform: uppercase;
}
.bottom-top > h5 span{
 color: #ff0000;
 
}
.bottom-top h2{
 font-family: 'Oswald', sans-serif;
    margin: 20px auto;
    text-transform: uppercase;
    font-size: 40px;
    color: #ff0000;
  text-align: center;
   
}
.bottom-top h1{
 font-family: 'Oswald', sans-serif;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 45px;
    color: #000;
  text-align: center;
   
}
.bottom-top h2 span{

    color: #ff0000;
 
   
}


.bottom-top > p {
 font-family: 'Oswald', sans-serif;
    margin: 0px auto;
   
    font-size: 35px;
    color: #764ba0;
  
    background: linear-gradient(330deg, #638dce 0%, #764ba0 25%, #764ba0 50%, #638dce 75%, #638dce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: center;
  
}
.bottom-top > p span{
  color: #fff;
 font-family: 'GothamMedium';
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* bargain-section */
.bargain-section {
 background: url(img/ff-bg.png) no-repeat scroll center center / cover;
  padding-bottom: 30px;
  padding-top: 30px;
  
}

.bargain-top > h3 {
 color: #000;
  font-family: 'GothamUltra';
 font-size: 30px;
  margin:20px 0;
  text-align: left;
  text-transform: uppercase;
}
.bargain-top > h4 {
 color: #000;
  font-family: 'GothamMedium';
 font-size: 25px;
  margin:20px 0;
  text-align: left;
  
}
.bargain-top > h4 span{
font-size: 20px;
 
}
.bargain-top > h5 {
 color: #fff;
  font-family: 'GothamUltra';
 font-size: 44px;
  margin:20px 0;
  text-align: center;
  text-transform: uppercase;
  background: #ff0000;
    padding: 10px 10px;
    border-radius: 20px;
}
.bargain-top > h5 span{
 color: #ff0000;
 
}
.bargain-top h2{
 font-family: 'Oswald', sans-serif;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 45px;
    color: #ff0000;
  text-align: center;
   
}
.bargain-top h2 span{

    color: #ff0000;
 
   
}


.bargain-top > p {
 font-family: 'Oswald', sans-serif;
    margin: 0px auto;
   
    font-size: 35px;
    color: #764ba0;
  
    background: linear-gradient(330deg, #638dce 0%, #764ba0 25%, #764ba0 50%, #638dce 75%, #638dce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: center;
  
}
.bargain-top > p span{
  color: #fff;
 font-family: 'GothamMedium';
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* blown-section */
.blown-section {
  background:  url(img/blown-bg.jpg) no-repeat scroll center center / cover;
  padding-bottom: 30px;
  padding-top: 30px;
  
}

.blown-top > h3 {
 color: #fff;
   font-family: 'Oswald', sans-serif;
 font-size: 25px;
  margin:20px 0;
  text-align: left;
  
}
.blown-top > h3 span{
 color: #e30000;
 
  
}
.blown-top h2{
 font-family: 'Oswald', sans-serif;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 45px;
    color: #ff0000;
  text-align: center;
   
}
.blown-top h2 span{

    color: #ff0000;
 
   
}


.blown-top > p {
 font-family: 'Oswald', sans-serif;
    margin: 0px auto;
   
    font-size: 35px;
    color: #764ba0;
  
    background: linear-gradient(330deg, #638dce 0%, #764ba0 25%, #764ba0 50%, #638dce 75%, #638dce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: center;
  
}
.blown-top > p span{
  color: #fff;
 font-family: 'GothamMedium';
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* act-section */
.act-section {
 background: rgba(0, 0, 0, 0) url(img/dark-blue.png) no-repeat scroll center center / cover;
  padding-bottom: 30px;
  padding-top: 30px;
  
}
.act-top > h5 {
 color: #fff;
  font-family: 'GothamUltra';
 font-size: 30px;
  margin:20px 0;
  text-align: right;
  
}
.act-top > h5 span{
 
  font-family: 'GothamMedium';
 
  
}
.act-top > h4 {
 color: #fff;
  font-family: 'GothamMedium';
 font-size: 25px;
  margin:20px 0;
  text-align: left;
  
}
.act-top > h4 span{
 color: #ff0000;
 
  
}
.act-top > h3 {
 color: #fff;
  font-family: 'GothamUltra';
 font-size: 45px;
  margin:20px 0;
  text-align: center;
  
}
.act-top > h3 span{
 color: #ff0000;
 
  text-transform: uppercase;
}
.act-top h2{
 font-family: 'Oswald', sans-serif;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
  text-align: center;
   
}

.act-top h1 {
 font-family: 'Oswald', sans-serif;
    margin: 20px auto;
    text-transform: uppercase;
    font-size: 45px;
    color: #fff;
  text-align: center;
   
}
.act-top h1 span{

    color: #ff0000;
 
   
}

.act-top > p {
 font-family: 'Oswald', sans-serif;
    margin: 0px auto;
   
    font-size: 35px;
    color: #764ba0;
  
    background: linear-gradient(330deg, #638dce 0%, #764ba0 25%, #764ba0 50%, #638dce 75%, #638dce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: center;
  
}
.act-top > p span{
  color: #fff;
 font-family: 'GothamMedium';
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* systems-section */
.systems-section {
  background: rgba(0, 0, 0, 0) url(img/dark-bg.jpg) no-repeat scroll center center / cover;
  padding-bottom: 30px;
  padding-top: 0px;
  text-transform: uppercase;
}
.systems-top > h4 {
 color: #fff;
 font-family: 'Oswald', sans-serif;
 font-size: 35px;
  margin:20px 0;
  text-align: center;
  
}
.systems-top > h3 {
 color: #fff;
 font-family: 'Oswald', sans-serif;
 font-size: 50px;
  margin:0px 0;
  text-align: center;
  font-weight: 600
}
.systems-top > h5 {
 color: #e10000;
 font-family: 'Oswald', sans-serif;
 font-size: 30px;
   text-align: center;
  font-weight: 600
  
}
.systems-top > h3 span{
 color: #ff0000;
 
  
}
.systems-top h2{
 font-family: 'Oswald', sans-serif;
    margin: 20px auto;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
  text-align: center;
   background: #ff0000;
    padding: 10px 10px;
    border-radius: 30px;
}
.systems-top h2 span{

    color: #ff0000;
 
   
}


.systems-top > p {
 font-family: 'Oswald', sans-serif;
    margin: 20px auto;
   text-align: left;
    font-size: 25px;
    color: #fff;
  text-transform: none;
  
}
.systems-top > p span{
 
    color: #e10000;
  
  
}
.btn-top > h3 {
    font-family: 'Oswald', sans-serif;
    margin: 20px auto;
    font-weight: 600;
    font-size: 70px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.btn-top > h3 span {
    color: #e10000;
}
.bot {
  background: #fff none repeat scroll 0 0;
  padding-bottom:50px;
  padding-top: 50px;
 
}
.ps {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 20px;
  padding-top: 10px;
 
}

.ps-immage > img {
  float: left;
  width: auto;
}
.ps-immage > p {
  color: #000;
float: left;
font-family: 'GothamMedium';
font-size: 20px;
font-weight: 300;
padding-top: 10px;
width: 70%;
}
.ps-immage > p span{
  color: #ff0000;

}
.pss {
	    background: url(img/welcome-bg.png) no-repeat scroll center top / cover;
  
  padding-bottom: 20px;
  padding-top: 20px;
}
.ps-immage > h2 {
  color: #ff0000;
  float: left;
  font-family: 'GothamUltra';
  font-size: 155px;
  font-weight: 900;
  width: 27%;
}
.pss-immage > h2 {
  color: #ff0000;
  float: left;
font-family: 'GothamUltra';
  font-size: 155px;
  font-weight: 900;
  width: 40%;
}
.pss-immage > p {
  color: #000;
float: left;
font-family: 'GothamMedium';
font-size: 20px;
font-weight: 300;
padding-top: 10px;
width: 70%;
padding-top: 0px;
}
.pss-immage > p span{
  color: #ff0000;
text-transform: uppercase;
}
/* mission-section */
.mission-section {
 background: url(img/dark-bg.jpg) no-repeat scroll center top / cover;
  padding-bottom: 50px;
  padding-top: 30px;
  
}
.mission-top > h1 {
 color: #fff;
  font-family: 'Oswald', sans-serif;
 font-size: 60px;
  margin:30px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight:     600;
}
.mission-top > h1 span{
 color: #e30000;
  
}
.mission-top h2{
 font-family: 'Oswald', sans-serif;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
  text-align: left;
  font-weight: 600;
   
}
.mission-top h2 span{
background: #fff200;
    padding:5px 10px;
    border-radius: 30px;
    color: #ff0000;
 
   
}


.mission-top > p {
 font-family: 'Oswald', sans-serif;
    margin: 20px auto;
   
    font-size: 25px;
    color: #fff;
  
    
	text-align: left;
  
}
.mission-top > p span{
  color: #e30000;
 
}



 /* form-section */
.btn-primary {
    background: #3f6f80;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #2a4a55;
}
 
.btn-primary:active, .btn-primary.active {
    background: #2a4a55;
    box-shadow: none;
}
.custom-form {
padding-top: 30px;	
text-align: center;
}
.custom-form > h1 {
font-family: 'Open Sans', sans-serif;	
}
.custom-form > p {
font-family: 'Open Sans', sans-serif;
}
.optin-btn{
	padding-top: 65px;
	height:50px;
}
.optin-btn > a {
	float: right;
	padding-bottom: 15px;
}
.white-text{
	text-align: center;
	color: #000;
	font-family: 'GothamMedium';
	font-size: 16px;
	font-weight: 700;
}
.dark-text{
	text-align: center;
	color: #000;
	font-family: 'GothamThin';
	font-size: 20px;
}
.timer{
	text-align: center;
}
.arr {
    right: 83%;
    position: absolute;
    top: 450px;
    z-index: 9999;
}
.footer-mid {
    background: #f00;
	padding: 10px 0;
}
.footer-mid p{
   font-size: 12px;
   color: #fff;
}
/* training-section */
.training-section {
  background: #fff url(img/imagine-bg.jpg) no-repeat scroll center center / cover;
  margin: 0 auto;
  width: 100%;
  padding-bottom:50px;
  padding-top: 50px;
}
.training-top ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 20px;
}
.training-top ul li {
    background: rgba(0, 0, 0, 0) url(img/ok.png) no-repeat scroll 0 8px;
    color: #000;
     font-family: 'Oswald', sans-serif;
    font-size: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 20px;
	font-style: italic; 
	font-weight: 600;
}
.training-top > h1 {
  font-family: 'Oswald', sans-serif;
  margin: 30px auto;
    font-size: 50px;
    color: #000;
   text-align: center;
   text-transform: uppercase;
   font-weight: 600;
}
.training-top > h1 span{
 
    color: #e10000;
   
}
.training-top {
 padding-bottom: 100px;
}
.training-top > h2 {
  color: #e10000;
    font-family: 'Oswald', sans-serif;
  margin: 0px auto;
  font-size: 35px;
  text-align: center;
text-transform: uppercase;
   font-weight: 600;
}
.training-top > h3 {
  color: #00d2ff;
    font-family: 'Oswald', sans-serif;
  margin: 0px auto;
  font-size: 35px;
  text-align: center;

}

.training-bot > h1 {
  font-family: 'Oswald', sans-serif;
  margin: 0px auto;
    font-size: 50px;
    color: #000;
   text-align: center;
   text-transform: uppercase;
}
.training-bot > h1 span{
 
    color: #ff0000;
   
}
.training-bot {
 padding-bottom: 100px;
 background: #bcd8f18c;
 padding: 10px 15px;
 border-radius: 30px;
}
.training-bot > h2 {
  color: #000;
    font-family: 'Oswald', sans-serif;
  margin: 0px auto;
  font-size: 25px;
  text-align: left;
text-transform: uppercase;
}
.training-bot > p {
  color: #000;
   font-family: 'GothamMedium';
  margin: 20px auto;
  font-size: 20px;
  text-align: left;

}
.training-bot > p span{
  color: #ff0000;
  

}
 /* faq-section */
.faq-section {
 background: rgba(0, 0, 0, 0) url(img/letters-bg.png) no-repeat scroll center top / cover;
  margin: 0 auto;
  width: 100%;
  padding-bottom:30px;
 
}
.faq-top > h1 {
  font-family: 'GothamUltra';
  margin: 30px auto;
    font-size: 45px;
    color: #fff;
   text-align: center;
   text-transform: uppercase;
}
.faq-top > h1 span{
 
    color: #ff0000;
  
}
.faq-top > h2 {
  color: #000;
   font-family: 'GothamUltra';
  margin: 0px auto;
  font-size: 40px;
  text-align: center;

}
.top {
	padding-top: 50px;
}
.faq {
 padding-top: 50px;
}
.faq > h1 {
 font-family: 'GothamMedium';
  font-weight: bold;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 18px;
  color: #e62670;
  text-align: left;

}
.faq > h1 span{
  color: #000;
  font-family: 'GothamMedium';
  font-weight: lighter;
  font-size: 40px;
  
  text-align: left;
  padding:30px 0;
  
}
.faq> p{
   font-family: 'GothamMedium';
    font-weight: regular;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 18px;
    color: #1d1d1d;
	 text-align: left;
 }
 .faq> p span{
  color: #222;
  font-family: 'GothamMedium';
  font-size: 20px;
  text-align:left;
  padding-bottom:10px;
  font-weight: bold;
 }
 .faq-two> p{
  color: #000;
font-family: 'GothamMedium';
  font-size: 30px;
  text-align:left;
  padding-bottom:10px;
  font-weight: bold;
 font-style: italic;
 }
 .faq-two> p span{
  color: #f5855d;
  font-family: 'GothamMedium';
  font-size: 30px;
  width: 100%;
  padding-bottom:10px;
  font-weight: bold;
text-decoration: underline;
 }
 .front-top > h4 {
    font-family: 'Oswald', sans-serif;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    color: #ff0000;
}
 .footer-bottom {
    background-color: #000;
    z-index: 100;
    padding: 10px 0;
	 text-align: center;
}
.footer-bottom p {
	font-weight: 100; 
	margin:10px 0; 
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	}
.footer-clear{
  margin-bottom: 230px
}




.footer-bottom a {color: #FFF;font-family: 'GothamMedium';}
.footer-bottom p {font-weight: 100;margin:10px 0;font-family: 'GothamMedium';}
ul.countdown {
  list-style: none;
  margin: 35px 0;
  padding: 0;
  display: block;
  text-align: center;
}

ul.countdown li { display: inline-block; }

ul.countdown li span {
  font-size: 50px;
  font-weight: 400;
  line-height: 80px;
  padding: 0 50px;
 color: #656565;
  margin-left: -4px;
  font-family: 'Oswald', sans-serif;
  
}

ul.countdown li p {
  color: #656565;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.days {
    
    padding: 0 10px;
    color: #656565;
}

div p, .blown-top > h3 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}

.text-left { text-align: left; }