.main-text {
    color: white;
}

.steps {
    text-align: center;
    margin: 30px auto;
}

.steps .row-fluid img {
    padding: 0 20px;

}

@media only screen and (max-width: 1200px) {
    .steps .row-fluid img {
        margin: 5px auto;
        max-height: 60px;
        padding: 0 10px;
    }
}

/*FOOTER*/

.footer1 {
    background-color: #172630;
    color: #8299a8;
    padding: 30px;
}

.footer2 {
    background-color: #0e181f;
    padding: 20px;
}

.footer2 img {
    width: 100%;
    height: auto;
}

.footer-seal img {
    width: auto;
    max-width: 170px;
}

.footer-text {
    font-size: 7pt;

}

.footer1 .socials {
    font-size: 12px;
    text-align: right;
}

.socials img {
    padding: 2px;
    margin-bottom: 20px;
    width: 34px;
}

.leftbox {
    padding: 10px;
    background-color: #333;
    height: auto;
    background-color: rgba(10, 20, 26, 0.8);
    min-width: 380px;
    margin: 20px auto;
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
    display: flex;
}

.main-title {
    font-size: 30px;
    font-family: 'Exo', sans-serif;
    color: #FFCC00;
    line-height: 2em;
    text-transform: uppercase;
}

.sub-title {
    font-size: 20px;
    font-family: 'Exo', sans-serif;
    color: #fff;
}

.big-text {
    font-size: 48px;
    line-height: 1em;
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #FFB703 0%, #FFCC00 50%, #FFB703 51%, #FFCC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.big-text2 {
    font-size: 32px;
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #FFB703 0%, #FFCC00 50%, #FFB703 51%, #FFCC00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slashes {
    color: #FFB703;
    margin: auto 15px;
    font-family: Exo;
}

.header {
    margin: 30px auto 20px;
}

.all-center {
    margin: auto;
}

.step3 img:hover {
    cursor: pointer;
    transform: scale(1.10);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.step3 img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hr-line-top {
    margin-bottom:20px;
}

.hr-line-bot {
    margin-top:20px;
}

.cta-text:hover {
    cursor: pointer;
    transform: scale(1.10);
    box-shadow: 0 0 25px -2px #FFCC00, inset 2px 2px 0 rgba(255, 255, 255, .4), inset -2px -2px 0px rgba(0, 0, 0, .4);
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.cta-text {
    cursor: pointer;
    font-family: Exo;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    padding: 10px 10px;
    width: 200px;
    margin: auto;
    margin-top: 10px;
    background-color: #FFB703;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 183, 0) 0%, rgb(255, 204, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 183, 0) 0%, rgb(255, 204, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 183, 0) 0%, rgb(255, 204, 0) 100%);
    -moz-box-shadow: inset 2px 2px 0 rgba(255, 255, 255, .4), inset -2px -2px 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 2px 2px 0 rgba(255, 255, 255, .4), inset -2px -2px 0 rgba(0, 0, 0, .4);
    box-shadow: inset 2px 2px 0 rgba(255, 255, 255, .4), inset -2px -2px 0px rgba(0, 0, 0, .4);
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.2s;
    overflow: hidden;
}

.cta-text:after {
    content: "";
    position: absolute;
    top: -10%;
    left: -200%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */

.cta-text:hover:after {
    opacity: 1;
    top: -160%;
    left: 60%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 1s, 0.15s;
    transition-timing-function: ease;
    cursor: default;
}

/* Active state */

.cta-text:active {
    transform: scale(1.05);
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;

}

@media only screen and (max-width: 1000px) {
    .footer1 .footer-seal {
        max-width: 90px
    }
}

body {
    background-size: 1600px;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #0e171f;
    font-family: Arial;

}

@media only screen and (max-width: 1300px) {
    body {
        background-size: auto;
    }
}

a:hover {
    text-decoration: none
}

#myModal .modal-content {
    background-color: transparent;
    width: 1000px;
    margin: auto;
    text-align: center;
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);

}

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

.smallp {
    font-size: 13px;
    padding-right: 15px;
}

.tncs {
    display:block;
    margin:auto;
    background-color: #919191;
    color: black;
    font-size: 10px;
    font-weight: bold;
    border: 0px;
    margin-top: 10px;
}

.tncs:hover {
    background-color: #b1b1b1;
    color: black;
}

.tncs:active {
    background-color: #b1b1b1;
    color: black;
}
