body {
	font-family: 'Poppins', sans-serif;
}
p {
	color: #000;
	line-height: 1.6;
}
a {
	-webkit-transition: all 0.2s linear 0.1s;
    -moz-transition: all 0.2s linear 0.1s;
    -o-transition: all 0.2s linear 0.1s;
    -ms-transition: all 0.2s linear 0.1s;
    transition: all 0.2s linear 0.1s;
}

b {
	font-weight: 500;
}

strong {
	font-weight: 700;
}

.filled-btn {
	color: #fff;
	background: #c53123;
	border: 2px solid transparent;
	display: inline-block;
	padding: 10px 30px;
	font-size: 26px;
	text-decoration: none;
	font-weight: 500;
	    border-radius: 50px;
}
.filled-btn:hover {
	color: #c53123;
		border: 2px solid #c53123;
	background: transparent;
}

.border-btn {
	color: #c53123;
	border: 2px solid #c53123;
	display: inline-block;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 26px;
		text-decoration: none;
		    border-radius: 50px;
}
.border-btn:hover {
	color: #fff;
	background: #c53123;
}

p:last-child{
	margin-bottom: 0px;
}

.main-banner {
	    position: relative;
	        height: 100vh;
    width: 100%;
        padding-top: 99px;
}

.banner-caption {
	    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
}
.banner-caption .container{}
.banner-caption h1{
       
	    font-size: 140px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100px;
}
.banner-caption h1 span{
	color: #fff;
	display: block;
	    margin-top: -1px;
}
.banner-caption h2{
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 8px;
}

.video-overlay {
	position: relative;
	height: 100%;
}
.video-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 30%);
    left: 0;
    top: 0;
    z-index: 9;
}
.main-banner video{
	    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.video-play {
	    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 75px;
}
.video-play a {
	display: inline-flex;
	    align-items: center;
	    font-size: 22px;
	color: #fff;
	text-decoration: none;
}

.video-play a .fa {
	margin-right: 10px;
	    font-size: 45px;
}

.video-play a .fa.fa-pause {
    font-size: 30px;
}

.play-btn {
	margin-right: 10px;
	    border: 4px solid #fff;
    border-radius: 1000%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    	-webkit-transition: all 0.2s linear 0.1s;
    -moz-transition: all 0.2s linear 0.1s;
    -o-transition: all 0.2s linear 0.1s;
    -ms-transition: all 0.2s linear 0.1s;
    transition: all 0.2s linear 0.1s;
}
.play-btn span{
	   width: 0;
	   margin-left: 5px;
      height: 0;
              border-top: 13px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 13px solid transparent;
	    display: block;
	    	-webkit-transition: all 0.2s linear 0.1s;
    -moz-transition: all 0.2s linear 0.1s;
    -o-transition: all 0.2s linear 0.1s;
    -ms-transition: all 0.2s linear 0.1s;
    transition: all 0.2s linear 0.1s;
}

.video-play a:hover {
color:#c53123;
}
.video-play a:hover .play-btn{
border-color: #c53123;
}
.video-play a:hover .play-btn span {
	border-left-color: #c53123;
}


.welcome-text p, .week-section p{
	font-size: 24px;
}

.welcome-text strong{
	color: #c53123;
}

.program-bg {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
        display: flex;
    align-items: end;
}

.program-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 30%);
    left: 0;
    top: 0;
    z-index: 9;
}

.program-bg h2{
	text-align: center;
	    font-size: 122px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 85px;
    position: relative;
    z-index: 99;
}

.training-program {
}

.training-program h3 {
	font-size: 60px;
	color: #c53123;
	font-weight: 700;
}

.program-bg .container {
	position: relative;
}

.program-bg img{
       position: relative;
    z-index: 9;
    margin-bottom: 45px;
    display: block;
    margin-left: auto;
    margin-right: 165px;
}

.program-img {

	position: relative;
	
}

.program-img:before{
	content: "";
		background: #000;
	height: 350px;
	top: 65px;
	left: 0px;
	position: absolute;
	width: 100%;
}

.program-image, .half-circle-icon {
position: relative;
z-index: 9;
}

.half-circle-icon {
margin-right: 90px;
}

.program-caption {
    position: relative;
    margin-top: -39px;
}

.program-caption h2{
	    color: #fff;
    font-size: 125px;
    font-weight: 800;
    line-height: 90px;
    text-transform: uppercase;
}

.program-caption h2 span{
	color: #000;
		font-size: 130px;
	display: block;
}
.program-caption h3{
	font-size: 55px;
	color: #c53123;
	font-weight: 700;
	text-transform: uppercase;
}

.icon-list {}
.icon-list ul{
	    display: flex;
    flex-wrap: wrap;
}
.icon-list ul li{
	position: relative;
	width: 33%;
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	display: flex;
    align-items: center;
}

.icon-list ul li:not(:last-child){
margin-bottom: 65px;
}

.icon-list ul li img{
	margin-right: 20px;
}



.the-price {}
.the-price h3{
	font-size: 48px;
	line-height: 50px;
	color: #fff;
		text-transform: uppercase;
	    font-weight: 600;
}
.the-price h2{
	font-size: 140px;
	line-height: 100px;
	color: #c53123;

	    font-weight: 800;
}

.the-price {
	background: #000;
}

.commision-section {
	background: #f7f7fb;
}

.commision-section h2 {
	font-size: 48px;
	color: #000;
	line-height: 1.3;
}

.semi-circle {
	position: relative;
}

.semi-circle h3{
font-size: 100px;
font-weight: 500;
color: #c53123;
line-height: 100px;
}

.semi-circle h4{
font-size: 26px;
font-weight: 400;
color: #000;
}

.commision-txt {
	    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.commision-section img {
width: 100%;
}

.commision-section h2 strong{
	font-weight: 700;
color: #c53123;
}


.videos-section {

}

.videos-section h2 {
	font-size: 36px;
	color: #000;
	font-weight: 600;

}

.video-col {
	position: relative;
	overflow: hidden;
	    border-radius: 25px;
}

.video-col:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 30%);
    left: 0;
    top: 0;
    z-index: 9;
}


.video-col h3{
	font-size: 36px;
	font-weight: 600;
	 position: absolute;
    z-index: 99;
    color: #fff;
        top: 15px;
    left: 20px;
    display: none;
}

.video-col video{
	    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.video-col p{
	color: #fff;
	 position: absolute;
    z-index: 99;
	font-size: 24px;
display: none;
    left: 20px;
	bottom: 15px;
}

.play-video {
	    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 100px;
    text-decoration: none;
    display: none;
}

.play-video .fa.fa-pause{
	font-size: 75px;
}

.play-video:hover {
	    color: #c53123;
}

.owl-item.active .video-col h3, .owl-item.active .video-col p, .owl-item.active .video-col .play-video{
	display: block;
}

.leading-brands {

}

.leading-brands h2 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
}
.brand-col {
	    border: 2px solid #dfdfdf;
    border-radius: 100px;
    padding: 25px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leading-brands .row>*:not(:last-child){
	margin-bottom: 30px;
}
.leading-brands img{
    filter: grayscale(100%);
        opacity: .65;
}
.brand-col:hover img {
   filter: grayscale(0%);
        opacity: 1; 
}
.join-cta-bar {
	background: #000;
	color: #fff;
}

.join-cta-bar h2{
	font-size: 36px;
	font-weight: 600;
}
.join-cta-bar h3{
	font-size: 30px;
	font-weight: 400;
}

.site-footer ul li{
	width: 50%;
	    border: 1px solid #dfdfdf;
	    padding: 20px 10px;
	    font-size: 18px;
	    font-weight: 500;
	    color: #808285;
}
 .site-footer ul li a{ 
 	color: #808285;
text-decoration: none;
 	}
 	
 	.affiliate-form {
 	    
 	}
 	
 	.affiliate-form .wpcf7-submit {
 	  color: #fff;
    background: #c53123;
    border: 2px solid transparent;
    display: inline-block;
    padding: 5px 20px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;  
 	}
 	
 	.affiliate-form .wpcf7-submit:hover {
    color: #c53123;
    border: 2px solid #c53123;
    background: transparent;
}
 
 .wpcf7-not-valid-tip {
 
    font-size: 15px;
}
 
 .wpcf7 form .wpcf7-response-output {
       margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 15px;
    border: 0px !important;
    font-weight: 500;
   
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
     color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.form-control {
    box-shadow: none !important;
}

body:not(.home) .site-header {
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); 
}

.webinar-video {}
.webinar-video video{
/* 	    width: 100%;
    height: 500px;*/
    object-fit: cover; 
	display: block;
	outline: none;
}

.post-password-form input[type="submit"]{
	    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #c83b28;
    outline: none;
    background: #c83b28;
	
}

.post-password-form label input[type="password"] {
     padding: 10px;
    outline: none;
	 color: #212529;
	 border-radius: 5px;
    border: 1px solid #ced4da;
	   
}


.lp-archive-courses {
    padding-top: 25px;
}

.meta-item-quiz {
    display: none !important;
}




form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
	border: 1px solid #ccc !important;
    border-radius: 3px;
    height: auto;
    padding: 5px 10px;
    outline: none;
    box-shadow: none;
	width: 100%;
    max-width: calc(100% - 20px);
}

form.pmpro_form .pmpro_checkout-fields div, #loginform p {
	position: relative;
}

.pmpro_asterisk {
	    color: red;
}

#CVV, #ExpirationMonth, #ExpirationYear, #AccountNumber {
	width: auto;
}

.pmpro-checkout section {
	padding-top: 0px;
}

.pmpro_btn { background-color: #c53123;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
height: auto;
    border: 0px !important;
    color: #fff;
    font-weight: normal;
    min-height: auto;}



form.pmpro_form label span{
    color: red;
}

form.pmpro_form label, #loginform label {
    font-weight: 500 !important;
}

.pmpro-checkout .site-main .container{
    max-width: 720px;
}

form.pmpro_form input[type=text], form.pmpro_form input[type=password], form.pmpro_form input[type=email], form.pmpro_form input[type=number], form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
    display: inline-block;
    max-width: 100%;
    min-height: 1.5rem;
}

.login-submit .button-primary{
    color: #fff;
    background: #c53123;
    border: 0px solid transparent;
    display: inline-block;
    padding: 5px 20px;
    font-size: 19px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;
}
.login-submit .button-primary:hover{
        background: #ad2113;
        color: #fff;
}

.pmpro-login .type-page{
        max-width: 500px;
    margin: auto;
}

.pmpro-login .pmpro_actions_nav a{
        color: #ad2113;
            text-decoration: none;
}

.pmpro-login .pmpro_actions_nav a:hover{
      color: #ad2113;
}


.pmpro_level_cost_text p {
    font-size: 22px;
}

.pmpro_checkout-h3-msg, .pmpro-confirmation .pmpro_actions_nav {
    display: none !important;
}

 	@media (min-width: 992px) { 
 	    
.site-footer ul li:first-child {
  
}
}


@media (min-width: 768px) and (max-width:1199.98px) {
    
     .main-banner {
    height: 65vh;
    padding-top: 70px;
}
 	    .banner-caption h1 {
         font-size: 95px;
    line-height: 75px;
 	    }
 	    
 	    .banner-caption h1 span {

    margin-top: -9px;
}
 	    
 	    .banner-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.video-play {
    bottom: 45px;
}

.video-play a {
    font-size: 18px;
}

.video-play a .fa {
    font-size: 35px;
}
 
 .video-play a .fa.fa-pause {
    font-size: 20px;
}

.filled-btn {
    padding: 10px 30px;
    font-size: 18px;
}

.welcome-text p, .week-section p {
    font-size: 20px;
}

  .program-bg h2 {
       font-size: 68px;
    line-height: 47px;
}

.program-bg {
    height: 250px;
}

.program-bg img {
    margin-bottom: 45px;
       margin-right: 120px;
    width: 120px;
}

.training-program h3 {
    font-size: 35px;
}

.half-circle-icon {
    margin-bottom: 45px;
    margin-right: auto;
    width: 120px;
    margin-left: auto;
    margin-top: 15px;
}

.two-img {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
   }
   
   .program-caption {
    margin-top: -30px;
}


.program-img:before {   
    height:449px;
}

.program-caption h2 {
    font-size: 80px;
    line-height: 50px;
}

.program-caption h2 span {
       font-size: 70px;
    margin-top:3px;
}

.program-caption h3 {
    font-size: 35px;
}

.icon-list ul {
    flex-flow: column;
}

.icon-list ul li {
    width: 100%;
}

.icon-list ul li:not(:last-child) {
    margin-bottom: 40px;
}

.icon-list ul li img {
        margin-right: 20px;
    width: 45px;
}

.icon-list ul li {
        font-size: 25px;
}

.the-price h3 {
    font-size: 34px;
    line-height: 24px;
}

.the-price h2 {
    font-size: 64px;
    line-height: 45px;
}

.commision-txt {
    bottom: -10px;
}


.border-btn {
      padding: 10px 30px;
    font-size: 18px;
}

.commision-section h2 {
    font-size: 30px;
}

.semi-circle h3 {
    font-size: 60px;
    line-height: 60px;
}

.videos-section h2 {
    font-size: 34px;
}

.video-col video {
    height: 300px;
}

.video-col h3 {
      font-size: 30px;  
}

.video-col p {
    font-size: 20px;
}

.video-col p, .video-col h3 {
    left: 15px;
}

.play-video {
    font-size: 50px;
}

.leading-brands h2 {
    font-size: 30px;
}
.leading-brands .row>*:not(:last-child) {
    margin-bottom: 15px;
}

.join-cta-bar h2 {
    font-size: 22px;
}
.join-cta-bar h3 {
    font-size: 19px;
}

.program-image {
    height: 350px;
        object-fit: cover;
}

.site-footer ul li {
    width: 100%;
}
    
    
}


 
 	
 	@media (max-width: 1199.98px) { 
 	    
 	    
 	}
 	
 	@media (max-width: 991.98px) {
 	    
 	    
 	}
 	
 	@media (max-width: 767.98px) { 
 	    .main-banner {
    height: 65vh;
    padding-top: 42px;
}
 	    .banner-caption h1 {
       font-size: 55px;
    line-height: 45px;
 	    }
 	    
 	    .banner-caption h1 span {

    margin-top: -6px;
}
 	    
 	    .banner-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.video-play {
    bottom: 45px;
}

.video-play a {
    font-size: 18px;
}

.video-play a .fa {
    font-size: 35px;
}
 
 .video-play a .fa.fa-pause {
    font-size: 20px;
}

.filled-btn {
    padding: 10px 30px;
    font-size: 18px;
}

.welcome-text p, .week-section p {
    font-size: 17px;
}

  .program-bg h2 {
    font-size: 38px;
    line-height: 27px;
}

.program-bg {
    height: 190px;
}

.program-bg img {
    margin-bottom: 45px;
    margin-right: 50px;
    width: 120px;
}

.training-program h3 {
    font-size: 26px;
}

.half-circle-icon {
    margin-bottom: 45px;
    margin-right: auto;
    width: 120px;
    margin-left: auto;
    margin-top: 15px;
}

.two-img {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
   }
   
   .program-caption {
    margin-top: -30px;
}


.program-img:before {   
    height: 275px;
}

.program-caption h2 {
    font-size: 40px;
    line-height: 30px;
}

.program-caption h2 span {
    font-size: 40px;
        margin-top: -2px;
}

.program-caption h3 {
    font-size: 22px;
}

.icon-list ul {
    flex-flow: column;
}

.icon-list ul li {
    width: 100%;
}

.icon-list ul li:not(:last-child) {
    margin-bottom: 40px;
}

.icon-list ul li img {
        margin-right: 15px;
    width: 35px;
}

.icon-list ul li {
        font-size: 20px;
}

.the-price h3 {
    font-size: 24px;
    line-height: 24px;
}

.the-price h2 {
    font-size: 44px;
    line-height: 45px;
}


.border-btn {
      padding: 10px 30px;
    font-size: 18px;
}

.commision-section h2 {
    font-size: 30px;
}

.semi-circle h3 {
    font-size: 60px;
    line-height: 60px;
}

.videos-section h2 {
    font-size: 30px;
}

.video-col video {
    height: 300px;
}

.video-col h3 {
      font-size: 30px;  
}

.video-col p {
    font-size: 20px;
}

.video-col p, .video-col h3 {
    left: 15px;
}

.play-video {
    font-size: 50px;
}

.leading-brands h2 {
    font-size: 30px;
}
.leading-brands .row>*:not(:last-child) {
    margin-bottom: 15px;
}

.join-cta-bar h2 {
    font-size: 23px;
}
.join-cta-bar h3 {
    font-size: 20px;
}

.program-image {
    height: 200px;
        object-fit: cover;
}

.site-footer ul li {
    width: 100%;
}

 	}
 	
 @media (max-width: 575.98px) {
   .commision-txt {
    bottom: -10px;
}
 }	