/* media queries */
@media screen and (max-width: 1200px) {
    #wrap-5th,
    #wrap-9th {
        text-align: center!important;
    }
    #pink-line {
        top: 65%!important;
    }
}
@media screen and (min-width: 991px) {
    .content-mid h1{
        font-size: 68px!important;
    }
}
@media screen and (max-width: 991px) {
    .content-mid h1{
        font-size: 60px!important;
    }
    #wrap-2nd,
    #wrap-3rd,
    #wrap-4th,
    #wrap-5th,
    #wrap-6th,
    #wrap-7th,
    #wrap-8th,
    #wrap-9th,
    #wrap-10th {
        text-align: center!important;
    }
    #cta-wrap {
        border-color: transparent!important;
        padding-left: 15px!important;
    }
    #cta-wrap .fa {
        display: none!important;
    }
    #wrap-1st td {
        display: block!important;
        width: 100%!important;
    }
}
@media screen and (max-width: 812px) and (orientation: landscape) {
    .content-top {
        top: 25px!important;
    }
}
@media screen and (max-width: 768px) {
    .content-mid h1 {
        font-size: 48px!important;
    }
    #wrap-1st-hf1, #wrap-1st-hf2 {
        filter: none !important;
    }
    #wrap-1st-hf2-inner{
        padding-bottom: 91px !important;
    }
    #wrap-1st{
        margin-top: -20px !important;
    }
}
/* custom styles */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #7064AC;
    outline: none;
}
h1, .h1 {
    font-size: 72px;
}
h2, .h2 {
    font-size: 36px;
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 16px;
}
.text-warning {
    color: #ef5727;
}
.filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.content-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.content-btm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.content-mid {
    width:100%;
    height:100%;
    display: table-cell;  
    vertical-align: middle;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#cta-wrap {
    border: 3px solid #ef5727;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    padding-left: 30px; 
}
#cta-wrap a,
#cta-wrap a:hover {
    text-decoration: none;
    color: #fff;
}
#cta-wrap .fa {
    visibility: hidden;
}
#cta-wrap a:hover .fa {
    visibility: visible;
}
#cta-wrap .h4 {
    vertical-align: top!important;
}
.btn-strk-sm {
    min-width: 225px!important;
}
.btn-strk {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  padding: 5px 15px;
  min-width: 325px;
  transition: all 0.5s;
  cursor: pointer;
  outline: none;
}
.btn-strk span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btn-strk span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn-strk:hover span {
  padding-right: 30px;
}
.btn-strk:hover span:after {
  opacity: 1;
  right: 0;
}
.signup {
  background: #ef5727;
  font-size: 24px;
  color: #fff;
  padding: 10px 15px;
  min-width: 225px;
  transition: all 0.5s;
  cursor: pointer;
  outline: none;
  border: 0;
}
.signup span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.signup span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.signup:hover span {
  padding-right: 30px;
}
.signup:hover span:after {
  opacity: 1;
  right: 0;
}
.logo {
    background: rgba(0,0,0,0.5);
    margin: 2em auto;
    padding: 1em 3em;
}
#red-line {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #ef5727;
    top: 37%;
    left: 0;
    right: 0;
}
#pink-line {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #ef5727;
    top: 51%;
    left: 0;
    right: 0;
}
#wrap-1st {
    position: relative;
    width: 100%;
    height: 100vh;
}
#wrap-1st-hf1 {
    width: 50%;
    display: table-cell;
    background: #000000 url("../images/bg-1st-hf.jpg") no-repeat center left!important;
    background-size: cover!important;
    vertical-align: middle;
}
#wrap-1st-hf2 {
    width: 50%;
    display: table-cell;
    background: #000000 url("../images/bg-togohalf.jpg") no-repeat center right!important;
    background-size: cover!important;
    vertical-align: middle;
}
#wrap-1st-hf1 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#wrap-1st-hf1:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#wrap-1st-hf1-inner h2 {
    opacity: 0.5;
}
#wrap-1st-hf1:hover #wrap-1st-hf1-inner h2 {
    opacity: 1;
}
#wrap-1st-hf2 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#wrap-1st-hf2:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#wrap-1st-hf2-inner h2 {
    opacity: 0.5;
}
#wrap-1st-hf2:hover #wrap-1st-hf2-inner h2 {
    opacity: 1;
}
#wrap-2nd {
    position: relative;
    width: 100%;
    background: #000000 url("../images/bg-2nd.jpg") no-repeat center!important;
    background-size: cover!important;
    background-attachment: fixed!important;
    display: table;
}
#wrap-3rd {
    position: relative;
    width: 100%;
    background: #000000 url("../images/bg-3rd.jpg") no-repeat center!important;
    background-size: cover!important;
    background-attachment: fixed!important;
    display: table;
}
#wrap-4th {
    position: relative;
    width: 100%;
    background: #ffffff no-repeat center!important;
    background-size: cover!important;
    background-attachment: fixed!important;
    display: table;
}
#wrap-5th {
    position: relative;
    width: 100%;
    background: #000000 url("../images/bg-5th.jpg") no-repeat center!important;
    background-size: cover!important;
    background-attachment: fixed!important; 
}
#wrap-6th {
    position: relative;
    width: 100%;
    background: #000000 url("../images/bg-6th.jpg") no-repeat center!important;
    background-size: cover!important;
    background-attachment: fixed!important;
    display: table;
}
#wrap-7th {
    position: relative;
    width: 100%;
    background: #000000 url("../images/bg-7th.jpg") no-repeat center!important;
    background-size: cover!important;
    background-attachment: fixed!important;
    display: table;
}
#wrap-8th {
    position: relative;
    width: 100%;
    background: #ffffff no-repeat center!important;
    background-size: cover!important;
    background-attachment: fixed!important;
    display: table;
}
#wrap-9th {
    position: relative;
    width: 100%;
    background: #000000 url("../images/bg-9th.jpg") no-repeat center!important;
    background-size: cover!important;
    background-attachment: fixed!important; 
    display: table;
}
#wrap-10th {
    position: relative;
    width: 100%;
    background: #000000 url("../images/bg-10th.jpg") no-repeat center!important;
    background-size: cover!important;
    background-attachment: fixed!important;
    display: table;
}
.steps-num {
    background: transparent url("../images/steps-num-bg.png") no-repeat center!important;
    background-size: contain!important;
    line-height: 72px;
}
.steps-num2 {
    background: transparent url("../images/steps-num-bg2.png") no-repeat center!important;
    background-size: contain!important;
    line-height: 72px;
}

/* utility classes */
.handel {
	font-family: 'handel_gothic_dbold';
    font-weight: normal;
    font-style: normal;
}
.aero {
    font-family: 'aeroregular';
    font-weight: normal;
    font-style: normal;
}
.addcity {
    font-family: 'addcity';
    font-weight: normal;
    font-style: normal;
}
.text-invert {
	color: #fff;
}
.no-margin {
    margin: 0;
}
.no-margin-x {
    margin-right: 0;
    margin-left: 0;
}
.no-margin-y {
    margin-top: 0;
    margin-bottom: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.no-margin-top {
    margin-top: 0;
}
.no-pad {
    padding: 0!important;
}
.no-pad-x {
    padding-left: 0;
    padding-right: 0;
}
.no-pad-y {
    padding-top: 0;
    padding-bottom: 0;
}
.no-pad-r {
    padding-right: 0;
}
.no-pad-l {
    padding-left: 0;
}
.padding-xs {
    padding: 5px;
}
.padding-xs-l {
    padding-left: 5px;
}
.padding-xs-r {
    padding-right: 5px;
}
.padding-xs-top {
    padding-top: 5px;
}
.padding-xs-bottom {
    padding-bottom: 5px;
}
.padding-xs-x {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-xs-y {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding-sm {
    padding: 10px;
}
.padding-sm-l {
    padding-left: 10px;
}
.padding-sm-r {
    padding-right: 10px;
}
.padding-sm-top {
    padding-top: 10px;
}
.padding-sm-bottom {
    padding-bottom: 10px;
}
.padding-sm-x {
    padding-left: 10px;
    padding-right: 10px;
}
.padding-sm-y {
    padding-bottom: 10px;
    padding-top: 10px;
}
.padding-md {
    padding: 15px;
}
.padding-md-l {
    padding-left: 15px;
}
.padding-md-r {
    padding-right: 15px;
}
.padding-md-top {
    padding-top: 15px;
}
.padding-md-bottom {
    padding-bottom: 15px;
}
.padding-md-x {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-md-y {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-lg {
    padding: 30px;
}
.padding-lg-l {
    padding-left: 30px;
}
.padding-lg-r {
    padding-right: 30px;
}
.padding-lg-top {
    padding-top: 30px;
}
.padding-lg-bottom {
    padding-bottom: 30px;
}
.padding-lg-x {
    padding-left: 30px;
    padding-right: 30px;
}
.padding-lg-y {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-xl {
    padding: 60px;
}
.padding-xl-l {
    padding-left: 60px;
}
.padding-xl-r {
    padding-right: 60px;
}
.padding-xl-top {
    padding-top: 60px;
}
.padding-xl-bottom {
    padding-bottom: 60px;
}
.padding-xl-x {
    padding-left: 60px;
    padding-right: 60px;
}
.padding-xl-y {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-xxl {
    padding: 120px;
}
.padding-xxl-l {
    padding-left: 120px;
}
.padding-xxl-r {
    padding-right: 120px;
}
.padding-xxl-top {
    padding-top: 120px;
}
.padding-xxl-bottom {
    padding-bottom: 120px;
}
.padding-xxl-x {
    padding-left: 120px;
    padding-right: 120px;
}
.padding-xxl-y {
    padding-top: 120px;
    padding-bottom: 120px;
}
.margin-xs {
    margin: 5px;
}
.margin-xs-l {
    margin-left: 5px;
}
.margin-xs-r {
    margin-right: 5px;
}
.margin-xs-top {
    margin-top: 5px;
}
.margin-xs-bottom {
    margin-bottom: 5px;
}
.margin-xs-x {
    margin-left: 5px;
    margin-right: 5px;
}
.margin-xs-y {
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-sm {
    margin: 10px;
}
.margin-sm-l {
    margin-left: 10px;
}
.margin-sm-r {
    margin-right: 10px;
}
.margin-sm-top {
    margin-top: 10px;
}
.margin-sm-bottom {
    margin-bottom: 10px;
}
.margin-sm-x {
    margin-left: 10px;
    margin-right: 10px;
}
.margin-sm-y {
    margin-bottom: 10px;
    margin-top: 10px;
}
.margin-md {
    margin: 15px;
}
.margin-md-l {
    margin-left: 15px;
}
.margin-md-r {
    margin-right: 15px;
}
.margin-md-top {
    margin-top: 15px;
}
.margin-md-bottom {
    margin-bottom: 15px;
}
.margin-md-x {
    margin-left: 15px;
    margin-right: 15px;
}
.margin-md-y {
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin-lg {
    margin: 30px;
}
.margin-lg-l {
    margin-left: 30px;
}
.margin-lg-r {
    margin-right: 30px;
}
.margin-lg-top {
    margin-top: 30px;
}
.margin-lg-bottom {
    margin-bottom: 30px;
}
.margin-lg-x {
    margin-left: 30px;
    margin-right: 30px;
}
.margin-lg-y {
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-xl {
    margin: 60px;
}
.margin-xl-l {
    margin-left: 60px;
}
.margin-xl-r {
    margin-right: 60px;
}
.margin-xl-top {
    margin-top: 60px;
}
.margin-xl-bottom {
    margin-bottom: 60px;
}
.margin-xl-x {
    margin-left: 60px;
    margin-right: 60px;
}
.margin-xl-y {
    margin-top: 60px;
    margin-bottom: 60px;
}
.margin-xxl {
    margin: 120px;
}
.margin-xxl-l {
    margin-left: 120px;
}
.margin-xxl-r {
    margin-right: 120px;
}
.margin-xxl-top {
    margin-top: 120px;
}
.margin-xxl-bottom {
    margin-bottom: 120px;
}
.margin-xxl-x {
    margin-left: 120px;
    margin-right: 120px;
}
.margin-xxl-y {
    margin-top: 120px;
    margin-bottom: 120px;
}
.mont-fix{
    font-size: 16px; display: block;
}
