html {
    scroll-behavior: smooth;
}
body{
    /*font-smoothing: antialiased;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
}
.section-hero{
    background-color: #0a0812;
    background-image: url("../img/hero_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
@media (min-width: 992px) {
    .section-hero{
        padding: 80px 0 80px;
    }
    .section-hero.products{
        padding: 80px 0 80px;
    }
}
.paper-plane{
    position: relative;
}
.paper-plane::before{
    content: '';
    position: absolute;
    width: 571px;
    height: 426px;
    background-image: url("../img/paper-plane.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    bottom: -85px;
    right: -530px;
}
.logo-hero{
    margin-bottom: 40px;
    width: 149px;
    height: 136px;
}
@media (min-width: 768px) {
    .logo-hero{
        margin-bottom: 70px;
    }
}
.section-hero .head{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffbe4c;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.7;
    letter-spacing: 1px;
}.section-hero .head.head-single{
     margin-bottom: 0;
 }
@media (min-width: 768px) {
    .section-hero .head{
        font-size: 28px;
        margin-bottom: 50px;
    }
    .section-hero .head.head-single .section-hero .head.noset{
        font-size: 34px;
    }
}
.section-hero .head span{
    font-weight: 700;
    color: #ffbe4c;
}
.section-hero .head span.name{
    font-weight: 600;
}
.section-hero .subhead{
    font-family: 'Futura PT', sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 50px;
}
.section-hero .subhead span{
    font-family: 'Futura PT';
    font-weight: 500;
    font-style: italic;
    color: #3963ff;
}
.section-hero.products .subhead{
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .section-hero .subhead{
        font-size: 24px;
    }
    .section-hero.products .subhead{
        margin-bottom: 15px;
    }
}
.button-sign-up {
    font-family: 'Futura PT', sans-serif;
    font-weight: 900;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 22px 15px 22px;
    /*border-bottom: 4px solid #dd7427;*/
    background-color: #ffbe4c;
    -webkit-box-shadow: 0 4px 0 0 #d17702;
    box-shadow: 0 4px 0 0 #d17702;
    margin-top: 35px;
    transition: all 250ms linear;
}

.button-sign-up, .button-sign-up span {
    font-size: 18px;
    line-height: 1.66;
    color: #0b0a18;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .button-sign-up {
        padding: 22px 20px 25px;
        font-size: 21px;
    }
    .button-sign-up span {
        font-size: 21px;
    }
}

.button-sign-up:hover {
    text-decoration: none;
    /*border-color: #cb6820;*/
    /*background-color: #fb9838;*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background-color: #ffbe4c;
    color: #0b0a18;
    opacity: .9;
}
/*Section Testimonial START*/
.igorsoloads-testimonials-slider .title {
    position: absolute;
    left: 0;
    top: -82px;
    font-family: "Caveat", cursive;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.igorsoloads-testimonials-slider {
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

.igorsoloads-testimonials-slider-outline {
    /*width: 9999px;*/
    margin-left: 0;
}

/*
.igorsoloads-testimonials-slider-outline::after {
content: "";
display: block;
clear: both;
}

.igorsoloads-testimonials-slider-item {
float: left;
width: 279px;
height: 279px;
background-color: #314066;
position: relative;
display: table;
}*/
/*.table-cell {
display: table-cell;
  vertical-align: middle;
}*/
.igorsoloads-testimonials-slider-item {
    width: 278px;
    height: 278px !important;
    background-color: #131119;
    position: relative;
}

.igorsoloads-testimonials-slider-item.quote {
    padding: 37px;
}

.igorsoloads-testimonials-slider-item-quote {
    display: block;
    color: #ffbe4c;
    font-size: 53px;
    line-height: 15px;
    margin-top: 13px;
}

.igorsoloads-testimonials-slider-item p {
    color: #8380a2;
    font-size: 24px;
    font-weight: bold;
    padding: 0 20px;
    line-height: normal;
    text-transform: uppercase;
}

.igorsoloads-testimonials-slider-item-name {
    display: block;
    color: #636080;
    font-size: 14.5px;
    font-weight: bold;
    padding: 0 20px;
    text-align: right;
    text-transform: uppercase;
}

.igorsoloads-testimonials-slider-item-overlay:link,
.igorsoloads-testimonials-slider-item-overlay:visited,
.igorsoloads-testimonials-slider-item-overlay:hover,
.igorsoloads-testimonials-slider-item-overlay:active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 26, 43, 0.88);
    text-align: center;
    color: #e9ecf7;
    font-size: 25.5px;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0;
}

.igorsoloads-testimonials-slider-item-overlay img {
    display: block;
    margin: 110px auto 0;
}

.igorsoloads-testimonials-slider-item:hover .igorsoloads-testimonials-slider-item-overlay {
    opacity: 1;
}
/*Section Testimonial END*/

/*Footer CSS start*/
footer.site-footer {
    background-color: #000000;
    padding: 30px 0 30px;
    text-align: center
}

.footer-copyright-text{
    font-family: 'Futura PT';
    letter-spacing: 1px;
    /*font-family: fira sans,sans-serif;*/
    font-size: 14px;
    font-weight: 300;
    /*color: #6d6d7f;*/
    color: #847a9f;
    margin-bottom: 0;
    line-height: 2em;
}
.sub-footer{
    background-color: #131119;
    padding: 50px 0;
}
.sub-footer p{
    margin: 0;
}
.need-help-text{
    font-size: 15px;
    /*font-family: "Montserrat", sans-serif;*/
    /*color: rgb(109, 109, 127);*/
    font-family: 'Futura PT';
    color: #e9c159;
    /*font-weight: 600;*/
    font-weight: 300;
    position: relative;
    top: 1px;
    letter-spacing: 1px;
}
.sub-footer-support-link {
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 16px;
    /*color: rgb(192, 189, 180);*/
    color: #e9c159;
    transition: all linear 300ms;
    letter-spacing: 1px;
}
.sub-footer-support-link:hover, .sub-footer-support-link:focus {
    text-decoration: none;
    color: #ffdb5e;
}
.sub-footer-logo{
    margin-bottom: 35px;
}
.footer-menu{
    margin: 8px 0 30px
}
.footer-menu ul{
    margin: 0;
    padding: 0;
}
.footer-menu ul li{
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    position: relative;
}
.footer-menu ul li:after{
    content: '.';
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 13px;
    font-family: 'Futura PT', sans-serif;
    font-weight: 300;
    color: rgb(94, 94, 118);
}
.footer-menu ul li:last-child:after{
    content: '';
}
.footer-menu ul li a {
    /*font-family: "Fira Sans",sans-serif;*/
    font-family: 'Futura PT';
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
    color: #8f88a5;
    transition: all linear .3s;
}
.footer-menu ul li a:hover, .footer-menu ul li a:focus {
    text-decoration: none;
    color: #ffe179;
}
/*Footer CSS End*/
.c-yellow{
    color: #ffbe4c;
}
#formModal .modal-content{
    border: 0;
    border-radius: 5px;
}
#formModal .modal-body{
    padding: 70px 20px 20px;
    position: relative;
}
@media (min-width: 768px) {
    #formModal .modal-body{
        padding: 70px 70px 60px;
    }
}
.paper-plane-modal{
    position: absolute;
    left: -21px;
    top: -41px;
}
.form-control.form-control-reset-1{
    font-family: 'Futura PT', sans-serif;
    font-weight: 500;
    border-color: #eaeafd;
    border-radius: 5px;
    font-size: 13px;
    color: #534a6e;
    text-transform: uppercase;
    padding: 22px;
    letter-spacing: 1px;
    transition: all 250ms linear;
}
.form-control.form-control-reset-1:focus{
    border-color: #bedcfd;
    outline: none;
    box-shadow: none;
}
.form-control.form-control-reset-1::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Futura PT', sans-serif;
    font-weight: 500;
    color: #c6cbd9;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    transition: all 250ms linear;
}
.form-control.form-control-reset-1::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Futura PT', sans-serif;
    font-weight: 500;
    color: #c6cbd9;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    transition: all 250ms linear;
}
.form-control.form-control-reset-1:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Futura PT', sans-serif;
    font-weight: 500;
    color: #c6cbd9;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    transition: all 250ms linear;
}
.form-control.form-control-reset-1:-moz-placeholder { /* Firefox 18- */
    font-family: 'Futura PT', sans-serif;
    font-weight: 500;
    color: #c6cbd9;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    transition: all 250ms linear;
}
.form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0;
}
.form-control:focus::-moz-placeholder { /* Firefox 19+ */
    opacity: 0;
}
.form-control:focus:-ms-input-placeholder { /* IE 10+ */
    opacity: 0;
}
.form-control:focus:-moz-placeholder { /* Firefox 18- */
    opacity: 0;
}
#formModal .modal-dialog {
    margin-top: 60px;
}
@media (min-width: 768px){
    #formModal .modal-dialog {
        max-width: 575px;
    }
}
.modal-heading{
    font-family: 'Futura PT Demi', sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    color: #534a6e;
    margin-bottom: 40px;
}
.button-sign-up-reset{
    font-family: 'Futura PT', sans-serif;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 1px;
    color: #513012;
    border: none;
    padding: 22px 20px 22px;
    -webkit-box-shadow: 0 3px 0 0 #da6d0d;
    box-shadow: 0 3px 0 0 #da6d0d;
}
.button-sign-up-reset:hover, .button-sign-up-reset:focus{
    border: none;
    outline: none;
}
.form-control.form-control-reset-1[required]{
    background-image: url("../img/required.svg");
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    padding-right: 24px;
}
textarea.form-control.form-control-reset-1[required] {
    background-position: top calc(1.9em + 0.1875rem) right calc(0.575em + .1875rem);
}
.form-control.form-control-reset-1.is-valid, .was-validated .form-control.form-control-reset-1:valid, .form-control.form-control-reset-1.is-invalid, .was-validated .form-control.form-control-reset-1:invalid{
    border-color: #f3f3ff;
    background-color: #f3f3ff;
}
.form-control.form-control-reset-1.is-valid, .was-validated .form-control.form-control-reset-1:valid{
    background-image: url("../img/ui.svg");
    background-size: 14px 14px;
}
.form-control.form-control-reset-1.is-invalid, .was-validated .form-control.form-control-reset-1:invalid{
    background-image: url("../img/close.svg");
    background-size: 14px 14px;
}
.was-validated textarea.form-control.form-control-reset-1:invalid, textarea.form-control.form-control-reset-1.is-invalid {
    background-position: top calc(1.6em + 0.1875rem) right calc(0.575em + .1875rem);
}
.form-control.form-control-reset-1.is-valid:focus, .was-validated .form-control.form-control-reset-1:valid:focus, .form-control.form-control-reset-1.is-invalid:focus, .was-validated .form-control.form-control-reset-1:invalid:focus{
    outline: none;
    box-shadow: none;
    border-color: #f3f3ff;
    background-color: #f3f3ff;
}
.iti{
    display: block !important;
}

.iti--separate-dial-code .iti__selected-flag{
    background-color: rgb(236, 236, 255) !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.iti--allow-dropdown input{
    padding-left: 100px !important;
}
.button-sign-up-reset[disabled]{
    opacity: 0.5;
    cursor: not-allowed;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin:-25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #534a6e;
    border-right: 0.5em solid rgb(245, 245, 245);
    border-bottom: 0.5em solid rgb(245, 245, 245);
    border-left: 0.5em solid rgb(245, 245, 245);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}
@keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}

.existing-aff a{
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 400;
    transition: all 250ms linear;
}
.existing-aff a:hover, .existing-aff a:focus {
    color: #da6d0d;
    text-decoration: none;
}

.mb-35{
    margin-bottom: 40px;
}

.about-section {
    background-color: #08090e;
    background-image: url('../img/about_bg.jpg');
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 54%;
    background-size: cover;
}
@media (min-width: 768px){
    .about-section {
        background-position-x: 43%;
    }
}
@media (min-width: 992px){
    .about-section {
        background-position-x: 31%;
    }
}
@media (min-width: 1200px){
    .about-section {
        background-position-x: 40%;
    }
}
.about-section h1 {
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
    color: #f0b939;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-section p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: normal;
    color: #bbbbd5;
}
.about-section .container {
    padding-top: 80px;
    padding-bottom: 75px;
}
@media (min-width: 768px) {
    .about-section .container {
        padding-top: 110px;
        padding-bottom: 115px;
    }
}
.igorsoloads-testimonials-slider-outline .slick-slide img{
    filter: grayscale(100%);
}
.section2{
    padding: 480px 0 180px;
    background-color: #ffffff;
    background-image: url("../img/section-2-bg.png"), url("../img/section2_bottom_bg.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center 60px, right bottom;
}
.section2 h1{
    font-family: 'Futura PT';
    font-weight: 900;
    color: #ffaa01;
    letter-spacing: 1px;
    word-spacing: 5px;
    font-size: 28px;
    margin-bottom: 70px;
}
@media (min-width: 768px) {
    .section2 h1{
        font-size: 37px;
        margin-bottom: 100px;
    }
}
.faq-title{
    font-family: 'Futura PT';
    font-weight: 900;
    font-size: 20px;
    color: #2e3052;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .faq-title{
        font-size: 24px;
    }
}
.faq-text{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #2e3052;
    line-height: 1.7;
}
.faq-list img{
    width: 78px;
}
.faq-list .col-lg-6{
    padding-right: 25px;
    padding-left: 25px;
}
.faq-list2{
    display: none;
}
.more-button{
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #7c7e8f;
    border-radius: 50px;
    background-color: #eaedf5;
    padding: 20px 80px;
    word-spacing: 4px;
    transition: all 250ms linear;
}
.more-button:hover {
    text-decoration: none;
    background-color: #f1f4fe;
    color: #7c7e8f;
}

.section4{
    padding: 100px 0;
    background-color: #0b0916;
    background-image: url("../img/section3_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.section4 h1{
    font-family: 'Futura PT Demi';
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    word-spacing: 5px;
    color: #f2bd3e;
    font-size: 28px;
    margin-bottom: 70px;
}
@media (min-width: 768px) {
    .section4 h1{
        font-size: 38px;
        margin-bottom: 80px;
    }
}
.section4 .media{
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .section4 .media{
        margin-bottom: 80px;
    }
}
.section4 .media:last-of-type{
    margin-bottom: 0;
}
/*.section4 .media img{*/
    /*max-width: 350px;*/
/*}*/
@media (min-width: 768px) {
    .section4 .media img{
        max-width: 200px;
    }
}
@media (min-width: 992px) {
    .section4 .media img{
        max-width: 250px;
    }
}
@media (min-width: 1200px) {
    .section4 .media img{
        max-width: 350px;
    }
}
.c-primary{
    color: #4d60da;
}
.c-secondary{
    color: #f2bd3e;
}
.s4-media-title{
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .s4-media-title{
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    .s4-media-title{
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .s4-media-title{
        font-size: 35px;
    }
}
.s4-media-text{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #e9eaf5;
    line-height: 1.7;
}
.section5{
    padding: 100px 0 80px;
    background-color: #ffffff;
}
.section5 h1{
    font-family: 'Futura PT Demi';
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
    word-spacing: 5px;
    color: #0b0a18;
    font-size: 28px;
    margin-bottom: 70px;
}
@media (min-width: 768px) {
    .section5 h1{
        font-size: 34px;
        margin-bottom: 90px;
    }
}
@media (min-width: 992px) {
    .section5 h1{
        font-size: 38px;
    }
}
.s5-media{
    margin-bottom: 50px;
}
.s5-media.last{
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .s5-media{
        margin-bottom: 60px;
    }
    .s5-media.last{
        margin-bottom: 60px;
    }
}
.s5-media img{
    width: 76px;
    margin-right: 35px;
}
.s5-media h4{
    font-family: 'Futura PT';
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 1.5;
    color: #2e3052;
    margin-bottom: 15px;
    margin-top: 0;
}
.s5-media p{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #2e3052;
    line-height: 1.7;
}
@media (min-width: 768px) {
    .row-s5-col-reset .col-lg-6{
        padding: 0 25px;
    }
}
@media (min-width: 992px) {
    .row-s5-col-reset .col-lg-6{
        padding: 0 40px;
    }
}
.section-apply{
    padding: 90px 0;
    background-color: #0b0b1a;
    background-image: url("../img/section_apply_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.section-apply h1{
    font-family: 'Futura PT Demi';
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
    word-spacing: 5px;
    font-size: 28px;
    margin-bottom: 60px;
    color: #ffc538;
}
@media (min-width: 768px) {
    .section-apply{
        padding: 100px 0;
    }
    .section-apply h1{
        font-size: 38px;
    }
}
@media (min-width: 1200px) {
    .section-apply{
        padding: 180px 0;
    }
}
.section-text-testimonials{
    padding: 80px 0 80px;
    background-color: #0b0b1a;
    background-image: url("../img/testimonials_bg.png");
    background-repeat: no-repeat;
    background-size: 3000px;
    background-position: top center;
    overflow: hidden;
}
@media (min-width: 992px) {
    .section-text-testimonials{
        padding: 80px 0 40px;
    }
}
.media-testimonial{
    display: block;
}
.media-testimonial img{
    width: 111px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .media-testimonial{
        display: flex;
    }
    .media-testimonial img{
        margin-left: 0;
        margin-right: 48px;
        margin-bottom: 0;
    }
}

.testimonial-text{
    background: #21212f;
    border-radius: 10px;
    padding: 40px;
    color: #cbc9d1;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .testimonial-text{
        padding: 60px;
    }
}
.testimonial-user{
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: #cbc9d1;
    letter-spacing: 1px;
}
.testimonial-user span{
    font-family: 'Futura PT Demi';
    font-weight: 600;
    line-height: 1.3;
    font-size: 22px;
    color: #ffc538;
    letter-spacing: 1px;
    word-spacing: 3px;
    display: inline-block;
    margin-bottom: 5px;
}
.slider-one-time{
    position: relative;
}
.slider-one-time .slick-dots{
    list-style: none;
    display: none !important;
    padding-left: 0;
    margin-top: 55px;
}
@media (min-width: 992px) {
    .slider-one-time .slick-dots{
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding-left: 155px;
    }
}
.slider-one-time .slick-dots button{
    display: none;
}
.slider-one-time .slick-dots li{
    background: #353442;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    transition: all 250ms linear;
    margin: 5px;
}
.slider-one-time .slick-dots li.slick-active{
    background: #1a36e2;
    width: 11px;
    height: 11px;
    border-radius: 11px;
}
.slider-one-time .slick-arrow{
    background-color: transparent;
    border: 0;
    background-image: url("../img/caevet.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    text-indent: -9999px;
    width: 25px;
    height: 35px;
    position: absolute;
    top: calc(31% - 18px);
    transition: all 250ms linear;
    z-index: 1;
    display: none !important;
}
.slider-one-time .slick-arrow:hover{
    opacity: 0.9;
}
.slider-one-time .slick-arrow:focus{
    outline: none;
    box-shadow: none;
    border: 0;
}
.slider-one-time .slick-arrow.slick-prev{
    left: 113px;
}
.slider-one-time .slick-arrow.slick-next{
    transform: rotate(180deg);
    right: -50px;
}
@media (min-width: 992px) {
    .slider-one-time .slick-arrow{
        display: block !important;
    }
}
.slider-one-time .slider-item:focus, .slider-one-time .slider-item .media:focus{
    outline: none;
}
.section-text-testimonials h1{
    font-family: "Caveat", cursive;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    color: #cbc9d1;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    .section-text-testimonials h1{
        margin-bottom: 110px;
    }
}
.media-testimonial .media-body{
    position: relative;
}
@media (min-width: 992px) {
    .media-testimonial .media-body:before{
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-right: 27px solid #21212f;
        position: absolute;
        left: -23px;
        top: 47px;
    }
}

.arrow-img{
    width: 65px;
    height: 35px;
    transform: rotate(-33deg);
    margin-left: 7px;
}

.section-ty-hero h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffc969;
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.7;
    letter-spacing: 1px;
    word-spacing: 3px;
}
@media (min-width: 768px) {
    .section-ty-hero h1{
        margin-bottom: 50px;
    }
}
.section-ty-hero h2{
    font-family: 'bebasregular';
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    word-spacing: 5px;
    position: relative;
    line-height: 1.6;
}
@media (min-width: 768px) {
    .section-ty-hero h2{
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .section-ty-hero h2{
        font-size: 30px;
    }
}
.section-ty-hero h2 img{
    position: absolute;
    width: 61px;
    height: 39px;
    bottom: -4px;
    margin-left: 20px;
}
.step_ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.step_ul li{
    border-radius: 7px;
    background: #32385d;
    width: 57px;
    height: 7px;
    margin: 7px;
}
.step_ul li.active{
    background: #1a36e2;
}
.step-text{
    font-family: 'bebasregular';
    font-weight: 400;
    font-size: 21px;
    color: #1a36e2;
}

.section-coach {
    background-color: #0b0b1a;
    padding: 80px 0;
    background-image: url("../img/meet_danny_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
@media (min-width: 1200px) {
    .section-coach {
        padding: 110px 0;
    }
}
.image-coach {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    background-image: url("../img/icons-shape.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 45px;
}
.image-coach > img {
    /*width: 250px;*/
    /*height: 250px;*/
}
.image-coach .image-text {
    position: absolute;
    bottom: -10px;
    left: 0;
}
.image-coach .image-text span {
    position: relative;
    font-family: "Caveat", cursive;
    font-size: 28px;
    font-weight: bold;
    color: #ffc538;
}
.image-coach .image-text span img {
    position: absolute;
    right: -58px;
    top: 7px;
    display: none;
}
@media (min-width: 768px){
    .image-coach .image-text span img {
        display: block;
    }
}
.heading-primary {
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 30px;
    color: #ffc538;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-bottom: 30px;
    margin-top: 35px;
}
.section-coach .paragraph {
    color: #b5b6cc;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
}
.s2_ty{
    padding: 80px 0;
}
.s2_ty h3, .s_todonext h3{
    font-family: 'Futura PT';
    font-weight: 900;
    line-height: 1.1;
    font-size: 39px;
    color: #2e3052;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .s2_ty h3 span, .s_todonext h3 span{
        background-image: url(../img/h3-bg.png);
        background-repeat: no-repeat;
        background-position: center 7px;
        background-size: 498px 42px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.s2_ty h5, .s_todonext h5{
    font-family: 'Futura PT';
    font-weight: 900;
    line-height: 1.3;
    font-size: 24px;
    color: #2e3052;
    margin-bottom: 35px;
}
.s2_ty p, .s_todonext p{
    color: #2e3052;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.c-blue{
    color: #407bff;
}
.font-weight-500{
    font-weight: 500;
}
.c-yellow-bg{
    position: relative;
    background-image: url("../img/repeat.png");
    background-repeat: repeat-x;
    background-position: center 4px;
    background-size: 44px;
    /*display: inline;*/
    /*padding-left: 10px;*/
}
/*@media (min-width: 768px) {*/
    /*.c-yellow-bg{*/
        /*padding-left: 0;*/
    /*}*/
/*}*/
.c-yellow-bg::before{
    content: '';
    position: absolute;
    left: -13px;
    top: 5px;
    background-image: url("../img/end-left.png");
    background-repeat: no-repeat;
    height: 25px;
    width: 18px;
    z-index: -1;
}
.c-yellow-bg::after{
    content: '';
    position: absolute;
    /*right: -17px;*/
    bottom: 2px;
    background-image: url("../img/end-right.png");
    background-repeat: no-repeat;
    height: 24px;
    width: 20px;
    z-index: -1;
}
.s-testimonial-video{
    padding: 80px 0;
    background: #f5f5f5;
}
.text-bubble{
    padding: 25px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    color: #2e3052;
    font-family: 'Futura PT';
    font-weight: 900;
    line-height: 1.3;
    font-size: 30px;
    position: relative;
}
.text-bubble:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -19px;
}
.text-bubble.left:after{
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 18px solid #ffffff;
    right: 30px;
}
.text-bubble.right:after{
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 18px solid #ffffff;
    right: 30px;
}
@media (min-width: 992px) {
    .text-bubble.right:after{
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 18px solid transparent;
        border-left: 18px solid #ffffff;
        right: auto;
        left: 30px;
    }
}
.vt-name{
    font-family: 'Futura PT Demi';
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-size: 22px;
    color: #ffc538;
    margin-bottom: 3px;
}
.location-text{
    font-family: 'Futura PT';
    font-weight: 300;
    line-height: 1.1;
    color: #a4a0ae;
    font-size: 15px;
    letter-spacing: 1px;
}
.location-text img{
    position: relative;
    top: -3px;
}
.s_todonext{
    padding: 80px 0;
    overflow: hidden;
    /*background-color: #ffffff;*/
}
.s_todonext_img1{
    width: 319px;
    height: 355px;
}
.s_todonext_img2{
    width: 249px;
    height: 214px;
}
.s_todonext_img3{
    width: 290px;
    height: 269px;
}
.s_todonext_img4{
    width: 294px;
    height: 275px;
}
.s_todonext_img5{
    width: 353px;
    height: 214px;
}
.calendly_container{
    position: relative;
    z-index: 1;
    background-image: url("../img/s_todonext_bg_icon_shape.svg"), url("../img/s_todonext_bg_icon_shape.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 500px 500px, 500px 500px;
    background-position: top center, center calc(100% + 28px);
}
.calendly_container:after{
    content: '';
    position: absolute;
    width: 813px;
    height: 319px;
    background-image: url("../img/s_todonext_bg2.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    right: -514px;
    z-index: -1;
}
.section-cl-hero p{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}
.section-cl-hero h6{
    font-family: 'Futura PT Demi';
    font-size: 24px;
    color: #ffbe4c;
    font-weight: 600;
    font-style: italic;
}
.section-book{
    padding: 80px 0;
    /*background-color: #fff;*/
    background-image: url("../img/bg-book-icon-shape.png"), url("../img/bg-book-icon-shape.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 612px 602px, 612px 602px;
    background-position: calc(50% + 510px) calc(0% - 286px), calc(50% - 473px) calc(100% + 302px);
}

@media (min-width: 992px) {
    .section-book {
        padding: 80px 0 0;
    }
}
.section-book h1{
    font-family: 'Futura PT';
    font-weight: 900;
    line-height: 1.3;
    font-size: 26px;
    color: #2e3052;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .section-book h1{
        font-size: 37px;
    }
}
.section-book h1 span{
    background-image: url("../img/bg-bestselling.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 3px;
    background-size: contain;
}
.section-book h5{
    font-family: 'Futura PT';
    font-weight: 900;
    line-height: 1.3;
    font-size: 24px;
    color: #2e3052;
    margin-bottom: 40px;
    margin-top: 0;
}
@media (min-width: 992px) {
    .section-book h5{
        margin-top: 50px;
    }
}
.rating-count{
    font-family: 'Futura PT';
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    color: #1d1c2d;
}
.star-icon{
    width: 78px;
    height: 13px;
}
.book-video-a{
    position: relative;
}
.book-video-a span{
    position: absolute;
    font-family: "Caveat", cursive;
    font-weight: 700;
    font-size: 28px;
    color: #2e3052;
    right: -110px;
    top: -21px;
}
.timer-fixed{
    position: fixed;
    padding: 30px;
    border-radius: 10px;
    background-color: #000000;
    background-image: url("../img/bg-fixed-timer.png");
    background-size: cover;
    background-position: center center;
    left: 10px;
    bottom: 10px;
    width: 276px;
    display: none;
}
.icon-alert-class{
    width: 20px;
    height: 17px;
}
.timer-fixed > p{
    font-family: 'Futura PT';
    font-weight: 700;
    font-size: 18px;
    color: #ffbe4c;
    line-height: 1.3;
}
.timer-fixed > a{
    font-family: 'Futura PT';
    font-weight: 700;
    font-size: 14px;
    color: #0e0f25;
    background-color: #ffbe4c;
    -webkit-box-shadow: 0 4px 0 0 #d17702;
    box-shadow: 0 4px 0 0 #d17702;
    transition: all 250ms linear;
    border-radius: 10px;
    padding: 13px 15px;
}
.timer-fixed > a:hover{
    text-decoration: none;
    transform: translateY(4px);
    box-shadow: none!important;
    background-color: #ffbe4c;
    color: #0e0f25;
    opacity: .9;
}
.form_div_2{
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
@media (min-width: 768px) {
    .form_div_2{
        padding: 30px;
    }
}