@font-face {
    font-family: 'bio_sansregular';
    src: url('../fonts/biosans-regular.eot');
    src: url('../fonts/biosans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/biosans-regular.woff') format('woff'), url('../fonts/biosans-regular.ttf') format('truetype'), url('../fonts/biosans-regular.svg#bio_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    font-family: 'bio_sansregular', Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #2b2b2b;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn, .btn:hover, .btn:focus, .btn:active {
    border: 0px !important;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #ABABAB,0px 0px 0px 0px #DDDDDD !important;
    outline: 0px !important;
}

    .btn.btn-info {
        color: #000000;
        background: #b6d67a;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.1s ease;
    }

    .btn, .btn-lg {
        padding: 12px 43px;
        font-size: 20px;
        width: 200px;
        border-radius: 10px;
    }

.btn, .btn-info:hover {
    background: #cdf37e;
    border-radius: 10px;
}

.custom-button {
    color: #000000;
    background: #b6d67a;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 43px;
    font-size: 20px;
    width: 200px;
    border-radius: 10px;
    margin: 20px 0px 40px 0;
}

    .custom-button:hover {
        background: #cdf37e;
        border-radius: 10px;
    }

    .custom-button:active, .custom-button:focus {
        outline: 0px !important;
    }

.register-button {
    width: 210px;
}

.dashboard-body {
    background: #000;
}

.h-page {
    background: url(../images/training-bg.jpg) center;
    height: 100%;
    position: relative;
    color: #fff;
}

.reg-page {
    background: url(../images/training-bg-01.jpg) no-repeat center fixed;
    height: 100%;
    position: relative;
    color: #fff;
}

.pre-gains-page {
    background: url(../images/bg.jpg) no-repeat center fixed;
    height: 100%;
    position: relative;
    color: #fff;
}

footer {
    width: 100%;
    padding-top: 40px;
    background: #fff;
}

    footer .foot-link a {
        color: #2b2b2b;
        margin: 0 15px;
    }

        footer .foot-link a:hover {
            color: #000;
            text-decoration: none;
        }

    footer .copyright {
        text-transform: uppercase;
        font-size: 12px;
        color: #000;
        padding: 30px 0 40px 0;
    }

    .bg-light {
        background: transparent !important;
    }

.navbar-brand {
    padding: 0px;
}

.header {
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;
}

.navbar-light .navbar-nav, .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    text-transform: uppercase;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #ffffff;
    }

    .navbar-light .navbar-nav .nav-item {
        position: relative;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 8px 15px;
        margin-left: 20px;
    }

        .navbar-light .navbar-nav .nav-link:hover {
            color: #b6d67a;
        }

        .navbar-light .navbar-nav .nav-link.btn-blue {
            background: #b6d67a;
            color: #000000;
        }

            .navbar-light .navbar-nav .nav-link.btn-blue:hover {
                background: #c2db7e;
            }

.navbar-light .border-r:after {
    width: 2px;
    height: 65px;
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    right: -10px;
    background: #e5e5e5;
}

.primary-header {
    font-size: 33px;
    font-weight: 400;
}

.training {
    text-align: center;
}

    .training .primary-header {
        font-size: 43px;
    }

    .training h1 {
        margin: 0px;
        padding: 20px 0 40px 0px;
    }

    .training h2 {
        font-size: 22px;
        font-weight: 400;
        margin: 0 auto 30px auto;
        max-width: 500px;
        padding: 0px 0 0px 75px;
        text-align: left;
        position: relative;
    }

        .training h2 img {
            max-height: 50px;
            position: absolute;
            top: 0px;
            left: 0px;
        }

    .training span {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
    }

    .training .btn {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 25px;
        font-weight: 400;
    }

.career {
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

    .career a {
        display: inline-block;
        width: 800px;
        height: 65px;
        border: 1px solid #b6d67a;
        border-radius: 10px;
        padding: 16px;
        background: rgba(255,255,255,0.1);
    }

    .career h2 {
        font-size: 18px;
    }



.reg-page .sections {
    padding-top: 20px;
}

.reg-page h1 {
    margin: 0px 0 30px 0;
    padding: 0px;
}

.label-title {
    background: #fff;
    text-transform: uppercase;
    color: #222;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    padding: 3px 8px 6px 8px !important;
}

.reg-page .training {
    padding: 0px 0 30px 0;
    text-align: left;
}

    .reg-page .training h2 {
        margin-left: 30px;
        margin-right: 0px;
        max-width: 100%;
    }

.perfect-for {
    margin-left: 30px;
}

    .perfect-for span {
        display: inline-block;
        margin: 10px 16px 10px 0;
        font-size: 18px;
        position: relative;
        padding-left: 15px;
    }

        .perfect-for span:before {
            background: #b6d67a;
            height: 20px;
            width: 2px;
            content: "";
            display: block;
            position: absolute;
            left: 0px;
            top: 0px;
            transform: rotate(20deg);
        }


.align-items-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    -ms-flex-align: center !important;
    -moz-flex-align: center !important;
    -webkit-flex-align: center !important;
}

textarea.form-control.disable {
    width: 100%;
    word-break: break-all;
    overflow-wrap: break-word;
    background: none;
    border: none;
    padding: 5px !important;
    margin: 0;
    color: #ffffff;
    resize: none;
}

    textarea.form-control.disable:focus {
        border: none;
        box-shadow: none;
    }

.white-bg {
    background: #000000;
}

.reg-box {
    border-radius: 5px;
    text-align: center;
    padding: 45px;
    color: #969696;
    box-shadow: #c2db7e 0px 0px 34px -13px;
}

    .reg-box h1 {
        color: #ffffff;
    }

    .reg-box p {
        margin: 0px 0 40px 0;
    }

        .reg-box p b {
            display: block;
        }

    .reg-box a {
        color: #b6d67a;
        text-decoration: underline;
    }

        .reg-box a:hover {
            color: #b6d67a;
        }

    .reg-box .btn-info {
        margin: 20px 0px 40px 0;
    }

    .reg-box .form-group {
        position: relative;
    }

        .reg-box .form-group img {
            position: absolute;
            left: 25px;
        }

    .reg-box .icon-email {
        top: 21px;
    }

    .reg-box .icon-lock {
        top: 15px;
    }

    .reg-box .form-group .form-control {
        padding-left: 65px;
    }

.form-control {
    height: 56px;
    color: #ffffff;
    font-family: 'bio_sansregular';
    border-radius: 10px;
    border-color: #2d2d2d;
    background-color: #2d2d2d
}

.reg-box .form-group input.form-control[type='email'] {
    margin-bottom: 35px;
}

.reg-box .form-group input.readonly[type='email'] {
    background: none;
    border: none;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 22px;
    margin-left: -60px;
}



.steps ul {
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
}

    .steps ul li {
        width: 27px;
        vertical-align: top;
        height: 27px;
        position: relative;
        border: 1px solid #4d5569;
        color: #fff;
        border-radius: 100%;
        line-height: 24px;
        font-size: 14px;
        list-style: none;
        display: inline-block;
        text-align: center;
        margin: 0 20px;
    }

        .steps ul li:after {
            width: 44px;
            height: 1px;
            background: #4d5569;
            content: "";
            clear: both;
            position: absolute;
            top: 12px;
            left: 26px;
        }

        .steps ul li:last-child:after {
            display: none;
        }

        .steps ul li.active {
            background: #fff;
            color: #222;
            border-color: #fff;
        }

.pre-gains .point-guard{max-width:680px; background:url(../images/point-guard-bg.png) no-repeat top #fff; text-align:left; padding: 40px; margin:0 auto; border-radius:5px; color:#2b2b2b; overflow:hidden; position:relative;}
.pre-gains .point-guard h1{font-size:80px; text-align:left; background: -webkit-linear-gradient(#cce082, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; -moz-linear-gradient(#cc6f2f, #000);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent; -ms-linear-gradient(#cc6f2f, #000);
  -ms-background-clip: text;
  -ms-text-fill-color: transparent; position:absolute; top:-30px; left:40px;}
.pre-gains .point-guard h2{text-align:left; color:#007bff; margin:50px 0 10px 0px;}
.pre-gains .point-guard h3{font-size:20px; background:#fff; display:inline-block;padding:0px 5px 4px 5px;}
.pre-gains .point-guard p{text-align:left; margin-bottom:30px; color:#fff;}

.point-guard ul{margin:0px;padding:0px;}
.point-guard ul li{list-style:none; border-bottom:1px solid #ddd; padding:18px 0;}
.point-guard ul .green-text{color:#76b841}
.point-guard ul li .col-sm-6{position:relative; padding-left:65px;}
.point-guard ul li img{position:absolute; left:20px; top:-3px;}
.point-guard ul li img.right-arrow{top:6px;}
.point-guard ul li:last-child{border-bottom:0px;}

    .point-guard-item .text-red, .point-guard-item .text-green {
        font-size: 18px;
    }

.c100 .text-light {
    font-size: 13px;
}

.text-light {
    color: #555 !important;
}

.text-blue {
    color: #41a4b8;
}

.text-red {
    color: #c72a31;
}

.text-green {
    color: #a6dd65;
}

.point-guard-item{background:#161616; border-radius:5px; text-align:center; overflow:hidden; margin:30px 0;}
.point-guard-item span{display:block;}
.point-guard-item ul{margin:0px; padding:0px; display:table; width:100%; font-size:22px; line-height:25px;}
.point-guard-item li{list-style:none; display:table-cell; vertical-align:middle; padding: 10px; position:relative; width:16.28%;}
.point-guard-item li:first-child{background:#fff; color:#2b2b2b;}
.point-guard-item .text-red,.point-guard-item .text-green{font-size:18px;}
.c100 .text-light{font-size:13px;}
.text-light{color:#555!important;}
.text-blue{color:#41a4b8;}
.text-red{color:#c72a31;}
.text-green{color:#a6dd65;}
.point-guard-item .arrow:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}

.gradient-bg {
    background: linear-gradient(360deg, #153742 0%, #211F44 100%);
    background: -moz-linear-gradient(360deg, #153742 0%, #211F44 100%);
    background: -webkit-linear-gradient(360deg, #153742 0%, #211F44 100%);
    background: -o-linear-gradient(360deg, #153742 0%, #211F44 100%);
}

.pt-60 {
    padding-top: 60px;
}

.pb-25 {
    padding-bottom: 25px;
}

.down-arrow svg {
    width: 25px;
    height: 25px;
}

.white-text {
    color: #fff;
}

.f38 {
    font-size: 38px;
}

.gains {
    margin: 0px -10px;
    padding: 30px 0px;
}

    .gains:after, .gains:before {
        clear: both;
        display: block;
        content: "";
    }

    .gains li {
        width: 20%;
        float: left;
        padding: 0 10px;
        text-align: center;
    }

        .gains li img {
            max-width: 100%;
        }

.gains-item {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    font-size: 22px;
    line-height: 26px;
}

    .gains-item h2 {
        margin: 0px;
        padding: 15px 0 0 0px;
        font-size: 22px;
        color: #e37923;
    }

.organization {
    background: url(../images/bg.jpg) no-repeat top / cover;
    padding: 20px 0;
    color: #fff;
}

    .organization h3 {
        color: #e37923;
        font-size: 37px;
        padding-bottom: 30px;
    }

    .organization .label-title {
        margin-top: 60px;
    }

    .organization p {
        max-width: 400px;
    }

.w100 {
    max-width: 100%;
}

.organization .primary-header {
    font-size: 28px;
    padding-bottom: 15px;
}

@media only screen and (max-height:860px) {
    footer {
        position: relative;
        bottom: auto;
    }
}

@media only screen and (max-width:990px) {
    .primary-header {
        font-size: 33px;
    }

    .training h1 {
        padding: 50px 0;
    }

    .reg-page .sections {
        padding-top: 50px;
    }

    .navbar-toggler {
        position: absolute;
        top: 13px;
        right: 10px;
    }

    footer {
        position: relative;
        bottom: auto;
    }
}

@media only screen and (max-width:767px) {
    .primary-header {
        font-size: 25px;
    }

    .training h2 {
        font-size: 18px;
        max-width: 410px;
    }

    .reg-box {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:600px) {
    .navbar-brand img {
        max-width: 80%;
    }

    .navbar-toggler {
        top: 7px;
    }

    .pre-gains .point-guard h2 {
        margin: 20px 0 0 0px;
    }
}
