

@font-face{
    font-family: Monsterrat;
    src: local("☺"),
    url("../fonts/montserrat-normal.woff2") format("woff2"),
    url("../fonts/montserrat-normal.woff") format("woff"),
    url("../fonts/montserrat-normal.otf") format("opentype");
}

@font-face{
    font-family: Monsterrat;
    src: local("☺"),
    url("../fonts/montserrat-bold.woff2") format("woff2"),
    url("../fonts/montserrat-bold.woff") format("woff"),
    url("../fonts/montserrat-bold.ttf") format("truetype");    
    font-weight: bold;
}

@font-face{
    font-family: Monsterrat;
    src: local("☺"),
    url("../fonts/montserrat-light.woff2") format("woff2"),
    url("../fonts/montserrat-light.woff") format("woff"),
    url("../fonts/montserrat-light.ttf") format("truetype");  
    font-weight: 100;
}

@-webkit-keyframes blink{
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
            box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
            box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
  }
}

@-moz-keyframes blink{
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
            box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
            box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
  }
}

@-o-keyframes blink{
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
            box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
            box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
  }
}

@-ms-keyframes blink{
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
            box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
            box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
  }
}

@keyframes blink{
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
            box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
            box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
  }
}

@-moz-keyframes slider{
    from{
    }
    to{
     background-position:right;
    }
}

@-webkit-keyframes slider{
    from{
    }
    to{
     background-position:right;
    }
}

@-o-keyframes slider{
    from{
    }
    to{
     background-position:right;
    }
}

@-ms-keyframes slider{
    from{
    }
    to{
     background-position:right;
    }
}

@keyframes slider{
    from{
    }
    to{
     background-position:right;
    }
}

.top
{
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-size: 15px;
    margin-bottom: 7px;
}

body
{
    font-family: Monsterrat;
    color: #383838;
}

.top a
{
    color: inherit;
    font-size: 13px;
}

.top a .fa
{
    color: #fdd428;
    margin-right: 10px;
}

#navbar
{
    background-color: white;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    padding-bottom: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}

#navbar .navbar-brand
{
    padding-right: 0px;
    padding-top: 0px;
    margin-right: 0px;
}

#navbar .navbar-brand img
{
    width: 116px;
    position: relative;
    top: 3px;
}

.hero
{
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

#navbar #cta
{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 20px;
    font-size: 12px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.6);
    position: relative;
    border-radius: 3px;
    background: #3f51b5;
}

.text-brand
{
    color: #2a3855;
}

#navbar li a
{
    color: inherit;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width:767px)
{
    #navbar #cta
    {
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 5px;
        text-align: center;
    }
}

#navbar ul ul li a
{
    font-size: 12px;
    color: rgba(42, 56, 85, 0.9);
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
}

.red-light
{
    background-color: #f5203e;
    font-weight: bold;
    border-radius: 4000px;
    text-align: center;
    width: 25px;
    height: 25px;
    position: absolute;
    padding-top: 6px;
    right: -9px;
    top: -1px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.4);
    -webkit-animation: blink 2s linear 0s infinite alternate;
    -o-animation: blink 2s linear 0s infinite alternate;
    -moz-animation: blink 2s linear 0s infinite alternate;
    -ms-animation: blink 2s linear 0s infinite alternate;
    animation: blink 2s linear 0s infinite alternate;
    color: white;
}

#navbar .navbar-toggle
{
    border-radius: 0px;
    border: none;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.navbar-toggle .red-light
{
    top: -5px;
    font-size: 13px;
}

.top-margin
{
    margin-top: 113px;
}

@media (max-width:767px)
{
    #navbar ul ul li a
    {
        text-align: center;
    }
}

.hero h2
{
    font-size: 29px;
    font-weight: bold;
    color: inherit;
}

.hero p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 48px;
    line-height: 26px;
    border-left: 2px solid #fcd225;

    opacity: 0.8;
          margin-top: 25px;
        border-right: 2px solid #fcd225;
        padding-left: 5px;
        padding-right: 5px;
}

.hero-inner
{
    max-width: 655px;
    position: relative;
    z-index: 4;
    text-align: center;
    margin: 100px auto 90px;
}

.bg-brand
{
    background-color: #3f51b5;
}

.btn-brand
{
    background-color: #3f51b5;
    color: white;
    padding: 13px 25px;
    font-size: 12px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.6);
    position: relative;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    border-radius: 3px;
    font-weight: bold;
    border: 2px solid #3f51b5;
    display: inline-block;
}

.btn-brand:hover,.btn-brand:focus
{
    text-decoration: none;
    color: white;
    background-color: #1b263e;
    box-shadow: none;
}

.btn-secondary
{
    background-color: #fcd225;
    border-color: #fcd225;
    color: #1e222a;
}

.btn-secondary:hover,.btn-secondary:focus
{
    background-color: #dfb715;
    color: #2a3855;
}

.overlay-hero
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(45deg, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0.1));
}

#navbar ul ul .divider
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-transparent
{
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: 2px solid white;
}

.btn-transparent:hover,.btn-transparent:focus
{
    background-color: white;
    color: #2a3855;
}

.btn-round
{
    border-radius: 50px;
}

.hero .btn-brand
{
    margin-right: 10px;
}

@media (min-width:600px)
{
    .hero-inner
    {
        margin: 130px 0px 120px;
        text-align: left;
    }
    .hero h2
    {
        min-width: 1px;
        font-size: 38px;
    }
    .hero p
    {
        line-height: 26px;
        font-size: 20px;
        margin-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
        border-right: none;
    }
}

@media (max-width:435px)
{
    .hero h2
    {
        font-size: 21px;
    }
    .hero p
    {
        font-size: 14px;
        line-height: 19px;
    }
    .hero-inner
    {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (max-width:440px)
{
    .hero .btn-brand
    {
        padding: 10px 20px;
        font-size: 11px;
    }
}

.dot
{
    width: 30px;
    height: 30px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12px;
    position: relative;
    border-radius: 63px;
}

.intro
{
    padding-bottom: 50px;
    background-image: url('../../not-found/index.html');
    padding-top: 30px;
}

.relative
{
    position: relative;
}

.intro-item
{
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
}

.intro-item a
{
    margin-top: 20px;
    text-transform: uppercase;
}

.video-pane
{
    background-size: cover;
    text-align: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #adadad;
}

.sub-title
{
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.intro p
{
}

.intro h3 strong
{
    color: #b3381b;
}

.title
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-top: 0px;
    position: relative;
}

@media (max-width:426px)
{
    .title
    {
        font-size: 23px;
    }
}

.video-pane button
{
    border-radius: 2000px;
    font-size: 25px;
    margin-top: 19%;
    margin-bottom: 19%;
    transition: background-color 500ms;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4),0px 0px 10px rgba(0,0,0,0.4),0px 0px 10px rgba(0,0,0,0.4),0px 0px 10px rgba(0,0,0,0.6);
    position: relative;
    z-index: 5;
    height: 70px;
    width: 70px;
}

@media (max-width:767px)
{
    .intro .btn-play
    {
        top: 17%;
    }
}

.bg-secondary
{
    background-color: #fcd225;
}

.text-secondary
{
    color: #fcd225;
}

.video-pane button:hover
{
    color: white;
    background-color: #2a3855;
    border: 1px solid #2a3855;
}

.video-page-bg2
{
    background-image: url('../../not-found/index.html');
}

.bg-video-3
{
    background-image: url('../../not-found/index.html');
}

.bg-video-4
{
    background-image: url('../../not-found/index.html');
    border: 13px solid white;
    background-position: top;
}

.video-bg-1
{
    background-image: url('../images/landing/happy-ladies.jpg');
}

.intro-summary
{
    padding-bottom: 90px;
    padding-top: 40px;
    overflow: hidden;
}

.intro-summary-box
{
    padding: 20px 15px;
    border-radius: 3px;
    text-align: center;
    background-color: white;
    box-shadow: 0 3px 12px -2px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.intro-summary h3
{
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #3a3333;
}

.intro-summary p
{
}

.bg-orange
{
    background-color: #f76647;
}

.bg-pink
{
    background-color: #fd568a;
}

.bg-purple
{
    background-color: #946af3;
}

.bg-grey
{
    background-color: #f0f0f0;
}

.pointer,.pointer:focus
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -18px;
    position: relative;
    width: 90px;
    outline: none;
}

.title-underline
{
    max-width: 100px;
    content: "";
    height: 3px;
    width: 16%;
    background-color: #fcd225;
    min-width: 70px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
}

.intro-summary-box img
{
    width: 100%;
}

.btn-action
{
    margin-top: 40px;
}

p
{
    font-weight: 100;
}

@media (max-width:410px)
{
    .hero .btn-brand span
    {
        display: none;
    }
}

@media (max-width:345px)
{
    .hero .btn-brand
    {
        width: 100%;
        margin-bottom: 10px;
    }
}

h1,h2,h3,h4,h5,h6
{
    color: #3f51b5;
}

@media (max-width:767px)
{
    #navbar li a
    {
        text-transform: uppercase;
    }
}

.intro button
{
    width: 100%;
    max-width: 230px;
}

.overlay
{
    background-color: rgba(0, 0, 0, 0.51);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.bg-image
{
    background-image: url('../images/resources/footer.png');
}

.cta
{
    padding-top: 10px;
    padding-bottom: 30px;
    background-size: cover;
    position: relative;
    background-color: #fcedc6;
    background-image: url('../images/covers/others/slide3.jpg');
    color: white;
    background-position: top;
}

.testimony-page .row .col-xs-6
{
    margin-bottom: 10px;
    overflow: hidden;
    height: 210px;
}

@media (max-width:600px)
{
    .intro-summary .col-xs-6
    {
        width: 100%;
    }
}

.border-white
{
    border: 10px solid white;
}

@media (min-width:992px)
{
    .full-column
    {
        position: absolute;
        top: 0px;
        bottom: 0px;
    }
    .full-column .video-pane
    {
        height: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .full-column button
    {
        margin-top: 0px;
        margin-bottom: 0px;
        position: relative;
        top: 38%;
    }
}

.minor-title
{
    font-size: 14px;
    opacity: 0.8;
}

.benefits-margin-bottom
{
    margin-bottom: 140px;
}

.vid-bg-car
{
    background-image: url('../images/covers/cars/fsdaf.jpg');
    background-position: center;
}

.vid-bg-products
{
    background-image: url('../images/covers/products/gym.jpg');
    background-position: center;
}

.bordered-column
{
    border: 10px solid white;
}

.vid-item div p
{
    margin-left: 20px;
}

.vid-item a
{
    margin-top: 20px;
    margin-left: 20px;
}

.vid-bg-travel
{
    background-image: url('../images/covers/travels/5.jpg');
}

.vid-bg-money
{
    background-image: url('../images/covers/profit-share/15.jpg');
    background-position: center;
}

.bg-colored-dots
{
    background-image: url('../../not-found/index.html');
}

.testimony
{
    position: relative;
    border-left: 90px solid #3f51b5;
    background-color: white;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 3px 4px 10px rgba(63, 81, 181, 0.12);
    margin-bottom: 20px;
    padding: 50px 20px 50px 60px;
    transition: top 500ms;
}

.testimony-line
{
    position: relative;
}

.testimony h4
{
    color: #3f51b5;
    margin-bottom: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.testimony small
{
    color: #787171;
    font-weight: normal;
    display: none;
}

.testimony p
{
    font-size: 15px;
    margin-top: 60px;
    position: relative;
    color: #504e4e;
}

.testimony p .fa
{
    position: absolute;
    top: -20px;
    color: #9f9f9f;
}

.testimony img
{
    width: 100px;
    border-radius: 2000px;
    position: absolute;
    left: -60px;
    top: 40px;
    border: 4px solid white;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}

.testimony a
{
    display: inline-block;
    margin-top: 10px;
}

.testimony-indicators
{
    margin-left: auto;
    position: absolute;
    background-color: white;
    border-radius: 30px;
    display: inline-block;
    overflow: hidden;
    bottom: -4px;
    box-shadow: 0px 2px 15px rgba(63, 81, 181, 0.39);
    right: 55px;
}

.testimony-wrapper
{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow-x: visible;
}

.testimony-indicators a
{
    display: inline-block;
    padding: 14px 20px;
    position: relative;
}

.testimony-indicators a .fa
{
    background-color: #778b99;
    color: white;
    padding: 5px 6px;
    border-radius: 1000px;
    font-size: 10px;
}

.indicator-line::after
{
    position: absolute;
    top: 12px;
    bottom: 12px;
    width: 2px;
    background-color: rgba(119, 139, 153, 0.43);
    content: "";
    right: -1px;
}

.testimony-indicators a:active .fa
{
    background-color: #3f51b5;
}

.slick-slide
{
    opacity: 0.124;
    position: relative;
    top: 30px;
}

.slick-active
{
    opacity: 1;
    top: 0px;
}

@media (max-width:640px)
{
    .testimony
    {
        border-width: 50px;
        padding-left: 20px;
    }
    .testimony img
    {
        right: 20px;
        left: auto;
        top: 20px;
    }
}

@media (max-width:540px)
{
    .testimony
    {
        padding-left: 25px;
        padding-right: 25px;
        border: none;
        text-align: center;
        border-radius: 10px;
    }
}

@media (max-width:640px)
{
    .testimony h4
    {
        margin-right: 100px;
    }
}

@media (max-width:540px)
{
    .testimony h4
    {
        margin-right: 0px;
    }
    .testimony img
    {
        position: static;
        margin-top: -30px;
        margin-bottom: 10px;
    }
    .testimony-wrapper
    {
        overflow-x: hidden;
        text-align: center;
    }
}

@media (max-width:640px)
{
    .testimony-indicators
    {
        right: 20px;
    }
}

@media (max-width:540px)
{
    .testimony-indicators
    {
        position: relative;
        left: 0px;
        right: 0px;
        bottom: 10px;
    }
}

@media (max-width:640px)
{
    .slick-slide
    {
        margin-top: 0px;
    }
}

.cta .intro-item
{
    position: relative;
    z-index: 5;
}

.overlay-dark
{
    background-color: rgba(0, 0, 0, 0.77);
}

.cta h2
{
    color: #ffffff;
}

.cta .sub-title
{
    color: rgba(255, 255, 255, 0.66);
}

.footer
{
    background-color: #0e101e;
    color: #0e101e;
    padding-top: 30px;
    background-size: cover;
    background: #f2f3f5;
}

.footer h3, .footer a
{
    color: inherit;
}

.footer h3
{
    font-size: 16px;
}

.footer li a
{
    font-weight: 100;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    display: inline-block;
    color: #0e101e;
}

.profile
{
    padding: 30px 20px 20px;
    text-align: center;
    background-color: #0e101e;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-radius: 5px;
    color: white;
}

.profile aside
{
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 2000px;
    background-color: #efefef;
    background-image: url('../../not-found/index.html');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile h5
{
    font-size: 13px;
    color: inherit;
}

.profile p a
{
    font-size: 13px;
    color: white;
}

.profile .btn-brand
{
    margin-top: 20px;
}

@media (max-width:991px)
{
    .profile
    {
        border: none;
        border-top: 1px solid rgba(255,255,255,0.2);
        margin-top: 30px;
    }
}

@media (max-width:580px)
{
    .col-footer-12
    {
        width: 100%;
        text-align: center;
    }
}

.copyright
{
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
    font-size: 10px;
    background-color: #04040a;
}

.footer p a .fa
{
    margin-right: 10px;
}

.how h3
{
    font-size: 20px;
    margin-top: 22px;
    text-transform: uppercase;
}

.sub-title .fa
{
    color: #fcd225;
    margin-right: 10px;
    font-size: 18px;
}

.benefits-margin-bottom:last-child
{
    margin-bottom: 0px;
}

#panels1
{
    text-align: left;
}

#panels1 .panel
{
    border-radius: 0px;
    margin-bottom: 10px;
}

.panel-heading a
{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
}

.panel-heading a .fa
{
    float: right;
}

.panel-heading a:focus
{
    outline: none;
}

.panel-body
{
    font-weight: 100;
}

@media (max-width:991px)
{
    .benefits-margin-bottom
    {
        margin-bottom: 50px;
    }
}

a:focus,a:active
{
    outline: none;
}

.bg-faqs
{
    background-image: url('../images/covers/others/2113499980.jpg');
}

.overlay-brand
{
    background-color: rgba(63, 81, 181, 0.31);
    background: linear-gradient(45deg, #3f51b5, transparent);
}

.form-control
{
    height: 40px;
    border-radius: 1px;
    font-weight: 100;
}

.control-label
{
    font-weight: normal;
}

textarea.form-control
{
    min-height: 200px;
    min-width: 100%;
    max-width: 100%;
}

.text-weight-light
{
    font-weight: 100;
}

.form-group
{
    margin-bottom: 30px;
}

.form
{
    padding: 30px 40px;
    border-radius: 5px;
    position: relative;
    max-width: 800px;
    background-color: white;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: -70px auto 70px;
    border: 1px solid rgba(0,0,0,0.1);
}

.contact-wrapper
{
    position: relative;
}

.bg-contact
{
    background-image: url('../images/covers/others/conference.jpg');
}

.bg-contact .hero-inner
{
    max-width: 100%;
}

.contact-number a
{
    color: rgba(255, 255, 255, 0.81);
    letter-spacing: 1px;
    margin-right: 10px;
    display: inline-block;
    padding: 5px 3px;
    margin-bottom: 2px;
}

@media (max-width:420px)
{
    .form
    {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .form-no-margin
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.bg-hero
{
    background-image: url('../images/covers/others/home.jpg');
}

.bg-terms
{
    background-image: url('../images/covers/others/serious-training.jpg');
}

iframe.panel-body
{
    width: 100%;
    border: none;
    height: 70vh;
    display: block;
}

.bg-benefits
{
    background-image: url('../images/covers/others/happy-people.jpg');
    background-position: left;
}

.bg-hero-cars
{
    background-image: url('../images/covers/cars/fsdaf.jpg');
    background-position: top;
}

.benefit-item
{
    background-color: white;
    padding: 50px 30px;
    position: relative;
    z-index: 7;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.benefits
{
    padding-bottom: 50px;
    padding-top: 50px;
}

.benefits .video-pane
{
    border-radius: 2px;
}

.bg-cars
{
    background-image: url('../images/covers/cars/9.jpg');
}

.bg-cars2
{
    background-image: url('../images/testimonies/cars/Picture1fdsd.jpg');
    background-position: left;
}

@media (max-width:991px)
{
    .benefit-item
    {
        margin-top: -80px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width:500px)
{
    .benefit-item
    {
        margin-right: 5px;
        margin-left: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.bg-cars-play
{
    background-image: url('../images/covers/cars/Picture1fdsd.jpg');
    background-position: top;
}

.img-testimony
{
    position: relative;
}

.testimony-page .testimony-wrapper
{
    max-width: 100%;
}

.testimony-page .testimony-indicators
{
    position: static;
    margin-top: 30px;
}

.cta-box
{
    padding: 35px 25px;
    background-color: white;
    position: relative;
    z-index: 5;
    border-radius: 3px;
    text-align: center;
    color: #2a2828;
    margin-bottom: 20px;
}

.cta-box h3
{
    font-size: 20px;
}

.cta-box p
{
}

.cta-box .fa
{
    font-size: 40px;
}

@media (max-width:650px)
{
    .col-cta-box
    {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        float: none;
        max-width: 500px;
    }
}

.bg-hero-travels
{
    background-image: url('../images/covers/travels/13.jpg');
}

.bg-travels
{
    background-image: url('../images/testimonies/travels/8.jpg');
    background-position: right;
}

.cta .btn-action
{
    margin-bottom: 40px;
}

.bg-travels-video
{
    background-image: url('../images/covers/travels/5.jpg');
    background-position: center;
}

.benefit-item li
{
    margin-bottom: 6px;
}

@media (max-width:600px)
{
    .testimony-page .row .col-xs-6
    {
        height: auto;
    }
}

.bg-travels-partner
{
    background-image: url('../images/testimonies/travels/2-1.jpg');
    background-position: center;
}

.bg-money-hero
{
    background-image: url('../images/covers/profit-share/15.jpg');
    background-position: center;
}

.bg-willable
{
    background-image: url('../images/covers/others/bigbusinessclass-team.jpg');
}

.bg-money
{
    background-image: url('../images/testimonies/profit-share/15.jpg');
    background-position: center;
}

.bg-chairmain
{
    background-image: url('../images/covers/profit-share/12.jpg');
    background-position: left;
}

.bg-multiple-income
{
    background-image: url('../images/covers/others/bg5.jpg');
    background-position: center;
}

.bg-how
{
    background-image: url('../images/covers/others/make-money.jpg');
}

.testimony-home .testimony
{
    margin-bottom: 60px;
}

.bg-testimonies
{
    background-image: url('../images/covers/others/bigbusinessclass-team-right.jpg');
}

.bg-story-ekperign
{
    background-image: url('../images/covers/others/bg5.jpg');
}

.btn-grp-action
{
    margin-top: 70px;
}

.gallery-item
{
    margin-bottom: 20px;
    background-color: white;
    border-radius: 20px 0px;
    overflow: hidden;
    text-align: left;
    border: 5px solid white;
    position: relative;
}

.gallery-item h5
{
    font-size: 16px;
    color: white;
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    font-weight: 100;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-vid-ekperigin
{
    background-image: url('../images/testimonies/personal/ekperigin/bg.jpg');
}

.bg-grace-kio
{
    background-image: url('../images/testimonies/personal/grace-kio/c3.jpg');
}

.bg-enas
{
    background-image: url('../images/testimonies/personal/enahoro/c2.jpg');
    background-position: 0px 20%;
}

.bg-eunice
{
    background-image: url('../images/testimonies/personal/eunice/c1.jpg');
    background-position: 0px 20%;
}

.bg-idowu
{
    background-image: url('../images/testimonies/personal/idowu/c1.jpg');
    background-position: 0px 5%;
}

.bg-anonymous
{
    background-image: url('../images/testimonies/personal/anonymous/c1-1.jpg');
    background-position: top;
}

.bg-register
{
    background-image: url('../images/covers/others/conference.jpg');
}

.iframe-register
{
    width: 100%;
    height: 660px;
    border: none;
    overflow-x: hidden;
}

.btn-red
{
    background-color: #ff3547;
}

.form-progress
{
    height: 50px;
    margin-bottom: 100px;
    position: relative;
}

.form-progress .items
{
    width: 50px;
    display: inline-block;
    height: 50px;
    border: 5px solid #3f51b5;
    text-align: center;
    padding-top: 7px;
    font-size: 17px;
    border-radius: 1000px;
    background-color: white;
    z-index: 1;
}

.form-progress span.active
{
    background-color: #3f51b5;
    color: white;
}

.form-progress .items:after
{
    position: absolute;
    content: "";
    background-color: #3f51b5;
    height: 5px;
    width: 100%;
    top: 23px;
    z-index: -1;
}

.form-progress .row div:last-child span:after
{
    display: none;
}

.form-progress .description
{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width:400px)
{
    .form-progress .description
    {
        font-size: 10px;
    }
}

@media (max-width:340px)
{
    .form-progress .description
    {
        font-size: 8px;
    }
}

@media (max-width:480px)
{
    .form-iframe
    {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.width-800
{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.regiter-wrapper
{
    padding-bottom: 60px;
    padding-top: 50px;
    min-height: 50vh;
}

.btn-long
{
    min-width: 200px;
}

.btn-action .btn-brand
{
}

.form-iframe
{
    padding: 5px;
    overflow: hidden;
}

@media (max-width:420px)
{
    .carousel .form
    {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.regiter-wrapper .carousel-inner
{
    padding-left: 1px;
    padding-right: 1px;
}

.form-iframe iframe
{
    background-color: #efefef;
}

.frame-loader
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px;
}

.frame-loader a
{
}

.alert>strong
{
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width:600px)
{
    .alert p
    {
        font-size: 12px;
    }
}

.modal-vertical
{
    text-align: center;
}

.modal-vertical:before
{
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
    margin-right: -4px;
}

.modal-vertical .modal-dialog
{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-dark .modal-dialog
{
    font-weight: normal;
}

.country-box
{
    text-align: center;
    padding: 30px 20px;
}

.alert-gradient
{
    color: #fff;
    padding: 6%;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(151.05deg, #3f51b5 0%, #A951ED 100%);
    border-bottom: 1px solid #dbe2e8;
}

.alert a
{
    color: #f7f7f7;
    text-decoration: underline;
}

.alert .close
{
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.8;
    color: #d1cdcd;
}

.alert ol
{
    padding-left: 25px;
}

.margin-30
{
    margin-top: 30px;
}

.alert li
{
    font-weight: 100;
}

.form-login .form
{
    margin-top: 70px;
}

.min-height
{
}

.alert-login
{
    margin: -30px -40px 40px;
}

@media (max-width:420px)
{
    .alert-login
    {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.alert h4
{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.form-no-margin
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.no-blink .red-light
{
    display: none;
}

.bg-unlock
{
    background-image: url('../images/covers/others/bagingto%20-%20Copy.png');
    background-position: top;
}

.checkbox .control-label,.radio .control-label
{
    font-weight: 100;
}

.not-found-p
{
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 18px;
}

.down-arrow,.down-arrow:hover
{
    color: white;
    position: relative;
    z-index: 2;
    display: block;
    width: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 29px;
    font-size: 20px;
    bottom: 10px;
}

.overlay-gradient-black
{
    background: linear-gradient(390deg, black, transparent);
}

#carousel-hero,#carousel-hero div
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center;
}

.bg-hero2
{
    background-image: url('../images/testimonies/personal/enahoro/c3.jpg');
}

#carousel-hero .item
{
    -o-animation: slider 10s linear 0s infinite alternate;
    -moz-animation: slider 10s linear 0s infinite alternate;
    -webkit-animation: slider 10s linear 0s infinite alternate;
    -ms-animation: slider 10s linear 0s infinite alternate;
    animation: slider 10s linear 0s infinite alternate;
}

.bg-hero-3
{
    background-image: url('../images/covers/others/slide3.jpg');
}

.bg-hero-5
{
    background-image: url('../images/covers/others/slide6.jpg');
}

@media (max-width:600px)
{
    #carousel1
    {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.bg-hero-attendee
{
    background: linear-gradient(45deg,#5b0af9,#fb0855);
    background-color: #5b0af9;
}

.hero-inner-center
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-top: 50px;
}

body .no-border
{
    border: none;
}

.btn-brand-white
{
    background-color: white;
    color: #302c2c;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

.webinar-highlight
{
    text-decoration: underline;
    display: inline-block;
}

.hero-inner-center h2, .hero-inner-center h1
{
    line-height: 1.3;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    color: inherit;
}

.webinar-intro
{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
    padding: 30px;
    border-radius: 10px;
    margin-top: -30px;
    position: relative;
    font-size: 17px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
    font-weight: 100;
}

.webinar-details
{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 800px;
    padding: 30px;
    border-radius: 2px;
    position: relative;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 30px;
}

.webinar-details h2
{
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.webinar-details p
{
    margin-bottom: 30px;
    font-size: 16px;
}

.webinar-details li
{
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}

.webinar-details ul .glyphicon
{
    position: absolute;
    left: 0px;
    top: 4px;
    color: #b5540c;
    font-weight: bold;
}

.btn-webinar
{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 17px;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 20px 0px;
}

.webinar-profile
{
    background-color: white;
    color: #1c1919;
    border: none;
    margin-top: 0px;
    margin-bottom: 20px;
}

.webinar-profile p a
{
    color: inherit;
    font-size: 14px;
}

.webinar-small
{
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}

.btn-share
{
    margin-right: 10px;
    border: none;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.bg-facebook
{
    background-color: #3b5998;
    color: white;
    border: none;
}

.bg-whatsapp
{
    background-color: #09d261;
    color: white;
}

.btn-share:hover
{
    color: white;
}

.no-padding
{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.profile-image
{
    display: inline-block;
    margin-bottom: 10px;
}

.text-small
{
    font-size: 16px;
    text-transform: none;
}

.centered-p
{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.guest
{
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    color: #746d6d;
    font-size: 17px;
}

.webinar-free
{
    color: #975806;
    margin-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
    font-weight: normal;
    text-transform: none;
    font-size: 17px;
}

.webinar-profile .webinar-readonly
{
    background-color: white;
    font-size: 11px;
}

.cursor-default
{
    cursor: pointer;
    font-size: 12px;
}

.powered
{
    text-align: center;
    margin-top: 0px;
    font-size: 13px;
}

.powered a
{
    color: #c9930f;
    text-decoration: underline;
}

#webinar-form .form
{
    box-shadow: none;
    margin-top: -30px;
}

.form-donw
{
    display: block;
    margin-top: 20px;
    font-weight: 100;
    font-size: 12px;
}

.bg-blue
{
    background-color: #d0e8fd;
}

.profile .btn-secondary
{
    color: #1e222a;
}

.created-link
{
    margin-top: 70px;
}

.webinar-profile aside
{
    width: 100px;
    height: 100px;
}

.webinar-profile h5
{
    font-size: 17px;
}

.webinar-thanks
{
    border-top: 5px solid #3f51b5;
}

.webinar-thanks h1
{
    font-weight: bold;
    color: #ff8013;
}

@media (max-width:520px)
{
    .webinar-thanks h1
    {
        font-size: 22px;
        line-height: 1.4em;
    }
}

.oyana
{
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.invited
{
    display: inline-block;
    background-color: #cd6010;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px 0px;
    margin-bottom: 20px;
}

.webinar-video-intro
{
    width: 100%;
    margin-bottom: 30px;
    background-color: black;
    height: 35vh;
    border: 5px solid white;
}

@media (min-width:600px)
{
    .webinar-video-intro
    {
        min-height: 350px;
    }
}

#countdown
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
}

#countdown .flip-clock-divider
{
    position: relative;
}

#countdown .top
{
    padding-top: 0px;
    padding-bottom: 0px;
}

#countdown .flip-clock-label
{
    color: white;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

/*

@media only screen and (max-width: 360px) {
    .clock { margin: 0 auto; display: block; width: 100%; }

    .flip-clock-wrapper ul { height: 35px; line-height: 35px; margin:2px; width: 24px !important;}
    .flip-clock-wrapper ul li a div.up:after { top: 16px; }
    .flip { width: 24px !important; }
    .flip-clock-divider { height: 35px; width: 10px !important;}
    .flip-clock-dot { height: 4px; width: 4px; left: 2px !important;}
    .flip-clock-dot.top { top: 12px; }
    .flip-clock-dot.bottom { bottom: 6px; }

    .flip-clock-divider .flip-clock-label { font-size: 11px !important; }
    .flip-clock-divider.days .flip-clock-label { right: -42px !important; }
    .flip-clock-divider.hours .flip-clock-label { right: -42px !important; }
    .flip-clock-divider.minutes .flip-clock-label { right: -48px !important; }
    .flip-clock-divider.seconds .flip-clock-label { right: -50px !important; }
    .flip-clock-wrapper ul li { line-height: 35px; }
    .flip-clock-wrapper ul { width: 24px !important; }
    .flip-clock-wrapper ul li a div div.inn { font-size: 21px; }
}

@media only screen and (min-width: 361px) and (max-width: 480px) {
    .clock { margin: 0 auto; display: block; width: 100%; }

    .flip-clock-wrapper ul { height: 35px; line-height: 35px; margin:2px; width: 30px !important;}
    .flip-clock-wrapper ul li a div.up:after { top: 16px; }
    .flip { width: 30px; }
    .flip-clock-divider { height: 35px; width: 15px;}
    .flip-clock-dot { height: 4px; width: 4px; left: 4px !important;}
    .flip-clock-dot.top { top: 12px; }
    .flip-clock-dot.bottom { bottom: 6px; }

    .flip-clock-divider .flip-clock-label { font-size: 11px !important; }
    .flip-clock-divider.days .flip-clock-label { right: -46px !important; }
    .flip-clock-divider.hours .flip-clock-label { right: -46px !important; }
    .flip-clock-divider.minutes .flip-clock-label { right: -55px !important; }
    .flip-clock-divider.seconds .flip-clock-label { right: -55px !important; }
    .flip-clock-wrapper ul li { line-height: 35px; }
    .flip-clock-wrapper ul { width: 26px; }
    .flip-clock-wrapper ul li a div div.inn { font-size: 21px; }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .clock { margin: 0 auto; display: block; width: 100%; }

    .flip-clock-wrapper ul { height: 50px; line-height: 50px; }
    .flip-clock-wrapper ul li a div.up:after { top: 24px; }
    .flip-clock-divider { height: 50px; }
    .flip-clock-dot { height: 6px; width: 6px; left: 7px;}
    .flip-clock-dot.top { top: 17px; }
    .flip-clock-dot.bottom { bottom: 8px; }

    .flip-clock-divider .flip-clock-label { font-size: 11px; }
    .flip-clock-divider.days .flip-clock-label { right: -58px; }
    .flip-clock-divider.hours .flip-clock-label { right: -58px; }
    .flip-clock-divider.minutes .flip-clock-label { right: -64px; }
    .flip-clock-divider.seconds .flip-clock-label { right: -64px; }
    .flip-clock-wrapper ul li { line-height: 50px; }
    .flip-clock-wrapper ul { width: 37px; }
    .flip-clock-wrapper ul li a div div.inn { font-size: 30px; }
}
*/

.text-bold
{
    font-weight: bold;
}

.closes-soon
{
    margin-bottom: 30px;
    margin-top: 30px;
    color: #a90000;
    font-size: 23px;
}

.date-format
{
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.76);
    padding: 20px 25px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    box-shadow: 0px 0px 60px black;
    border-radius: 5px;
    border: 5px outset;
}

#countdown h4
{
    font-weight: bold;
    font-size: 24px;
    color: #323030;
    border: 1px dashed grey;
    padding: 15px 7px;
}

#countdown h4 small
{
    display: block;
    font-size: 13px;
    text-transform: none;
    margin-top: 3px;
}

#countdown .row>div
{
    padding-left: 5px;
    padding-right: 5px;
}

.hero #countdown h4
{
    color: white;
    font-size: 30px;
    border-color: inherit;
}

.hero #countdown h4 small
{
    color: rgba(255, 255, 255, 0.56);
}

.hero #countdown
{
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin-bottom: 40px;
}

.margin-bottom
{
    margin-bottom: 30px;
}

