/*font-family: 'Roboto', sans-serif;
font-family: 'Oswald', sans-serif;
*/


html {
	font-size: 62.5%; /* 10px browser default */
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	font-weight: 300;
	margin: 0;
	padding: 0;
	color: #000;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
p {
	margin-bottom: 2rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	
}
h2 {
	font-size: 4.8rem;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.8rem;
}
img, iframe {
	max-width: 100%;
	margin-bottom: 3rem;
	border: none;
}
.line-height {
	line-height:  1.5em;
}
.font-orange {
	color: #fe9e5e;
}
.font-white {
	color: #fff;
}
.font-pink {
	color: #e50355;
}

.font-bold {
	font-weight: 700;
}
.font-grin {
	color: green;
}
.font-worksanslight {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
}
.font-arvo {
	font-family: 'Arvo', serif;
	font-size: 5.3rem;
}
.font-16 {
	font-size: 1.6rem;
}
.font-18 {
	font-size: 1.8rem;
}
.font-20 {
	font-size: 2rem;
}
.font-22 {
	font-size: 2.2rem;
}
.font-24 {
	font-size: 2.4rem;
}
.font-26 {
	font-size: 2.6rem;
}
.font-28 {
	font-size: 2.rem;
}
.font-30 {
	font-size: 3rem;
}
.font-28 {
	font-size: 2.8rem;
}
.font-36 {
	font-size: 3.6rem;
}
.font400 {
	font-weight: 400;
	text-transform: none;
}
.padding3 {
	padding: 3rem;
}
.padding4 {
	padding: 4rem;
}
.padding5 {
	padding: 5rem;
}
.padding-top3 {
	padding-top: 3rem;
}
.padding-top4 {
	padding-top: 4rem;
}
.padding-top5 {
	padding-top: 5rem;
}
.padding-top10 {
	padding-top: 10rem;
}
.padding-right3 {
	padding-right: 3rem;
}
.padding-right4 {
	padding-right: 4rem;
}
.padding-right5 {
	padding-right: 5rem;
}
.padding-right10 {
	padding-right: 10rem;
}
.padding-bottom3 {
	padding-bottom: 3rem;
}
.padding-bottom4 {
	padding-bottom: 4rem;
}
.padding-bottom5 {
	padding-bottom: 5rem;
}
.padding-bottom10 {
	padding-bottom: 10rem;
}
.padding-left3 {
	padding-left: 3rem;
}
.padding-left4 {
	padding-left: 4rem;
}
.padding-left5 {
	padding-left: 5rem;
}
.padding-left10 {
	padding-left: 10rem;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.spacer2 {
	height: 2rem;
}
.spacer5 {
	height: 5rem;
}
.bg-maroon {
	background-color: #420708;
}
.bg-darkgray {
	background-color: #1d1d1d;
}
.bg-white {
	background-color: #fff;
}
.border-slategray {
	border-color: #1f5f75;
	border: 1px solid;
}
.border {
	border: 2px solid #868fab;
}
.border-top {
	border-top: 1px solid #ccc;
}
.border-right {
	border-right: 1px solid #ccc;
}
.border-bottom {
	border-bottom: 1px solid #ccc;
}
.border-left {
	border-left: 1px solid #ccc;
}
.border-radius10 {
	border-radius: 10px;
}
.border-top-left-radius10 {
	border-top-left-radius: 10px;
}
.border-top-right-radius10 {
	border-top-right-radius: 10px;
}
.border-bottom-left-radius10 {
	border-bottom-left-radius: 10px;
}
.border-bottom-left-radius10 {
	border-bottom-right-radius: 10px;
}
.box-shadow {
	box-shadow: 0 0 6px rgba(0,0,0,0.3)
}
.contact-banner {
    background-image: url("images/contact-banner.png");
    background-position: center top;
    background-size: cover;
    border: medium none;
    display: block;
    height: 293px;
    position: fixed;
    right: 0;
    text-indent: -9999px;
    top: 150px;
    width: 95px;
    z-index: 9999;
}
.close-contact {
    color: #fff;
    content: "/f00d";
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 22px;
    position: fixed;
    right: 6px;
    top: 128px;
    z-index: 9999;
}
.video-tabs ul {
	width: 100%;
	margin: 0 auto;
	padding-left: 0;
}
.video-tabs ul li {
    list-style-type: none;
    float: left;
    padding-right: 2rem;
    display: inline-block;
    width: 25%;
}
.video-tabs ul li:last-child {
  padding-right: 0;
}
.video-tabs ul li a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff!important;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 1rem;
	width: 100%;
	display: inline-block;
	background-color: rgba(225, 102, 0, .25);
}
.video-div {
	min-height:442px;
}
span.font-green {
    color: #006b00;
    font-weight:900!important
}

p.for-now u {
    text-decoration: none;
    position: relative;
}

p.for-now u:before {
    content: "";
    width: 107%;
    height: 7px;
    background-color: red;
    opacity: .7;
    position: absolute;
    top: 50%;
    transform: skew(0deg, -15deg);
}

.fa-flash:before, .fa-bolt:before {
    color: #ff6600;
}

.disable-link {
	border: 1px solid #c3c3c3 !important;
	color: #fff !important;
	cursor: default !important;
	pointer-events: none !important;
	background-color: rgba(132, 127, 124, 0.25)!important;
}

.section01 h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 1rem;

}

.section01 h3 i {
    color:#ff6600 ;
        margin-top: 1rem;
}

.row.header-top {
    display: flex;
    align-items: center;
}

.video-tabs ul li a:hover, .current {
	background-color: #ff6600 !important;
	border: 1px solid #ff6600 !important;
}

.get-it-btn {
    max-width: 440px;
    width: 100%;
    background-color: #ff6600;
    display: inline-block;
    padding: 1.5rem 2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 1rem;
    border-radius: 5px;
}
.bonuses-padding {
    padding: 3rem 5rem;
}
.color-blue-green {
    color: #1f5f75;
}
.bonuses-padding a {
	color: #000;
}
.bg-dark-grey {
    background-color: #dadcdc;
}
.section01 {
	background-image: url(images/section01-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 1;
}
.section02 {
	background-image: url(images/section02-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	margin-top: -568px;
    padding-top: 600px;
}
.section03 {
	background-image: url(images/section03-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}
.section04 {
	background-image: url(images/section04-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 1;
	padding-top: 18rem;
    padding-bottom: 20rem;
	margin-top: -50px;
	background-color: #f6f6f6;
}
.section06 {
	background-image: url(images/section06-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	padding-top: 25rem;
	padding-bottom: 15rem;
	background-color: #01435b;
}
.section07 {
	background-image: url(images/section07-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	padding-bottom: 10rem;
	background-color: #01435b;
}
.section08 {
	background-color: #014459;
	position: relative;
}
.section09 {
	background-image: url(images/section09-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	padding-top: 5rem;
    padding-bottom: 8rem;
	background-color: #01435b;
}
.section10 {
	background-image: url(images/section10-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
    padding-bottom: 24rem;
}
.section10 .col-lg-10 {
	margin-top: -4rem;
}
.section11 {
	background-image: url(images/section11-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}
.section13 {
	background-image: url(images/section12-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}
.section15 {
	background-image: url(images/section15-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	padding-top: 29.5rem;
	padding-bottom: 33rem;
	z-index: 1;
}
.section16 {
	background-image: url(images/section16-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	margin-top: -25rem;
	padding-top: 40rem;
	padding-bottom: 29rem;
}
.section16 li {
	margin-bottom: 2rem;
    font-size: 2rem;
}
.section17 {
	background-image: url(images/section17-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}
.section19 {
	background-image: url(images/section18-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}
.section21, .section23, .section25, .section27 {
	background-image: url(images/section21-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	padding-top: 16.4rem;
	padding-bottom: 11rem;
}
.section22 ul, .section24 ul, .section26 ul, .section28 ul {
	padding-left: 0;
}
.section22 li, .section24 li, .section26 li, .section28 li {
	list-style-type: none;
	background-image: url(images/icon-list.png);
	background-repeat: no-repeat;
	margin-bottom: 2rem;
	font-size: 2rem;
	padding-left: 3.5rem;
    background-position: 0 9px;
}
.video-testomnial-header {
	    background-image: url(images/video-testimonials-header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding-top: 28rem;
    padding-bottom: 2rem;
    margin-top: -15rem;
}

.video-testomnial-header .container {
     display: none; 
}

.video-testomnials-content {
    position: relative;
    z-index: 2;
    margin-top: -30rem;
}
.testi-blueprint::before, .rsd-testimonials::before {
    content: '';
    position: absolute;
    background-image: url(images/qoute-img.png);
    background-repeat: no-repeat;
    height: 44px;
    width: 56px;
    left: 3.6rem;
    top: 3.6rem;
}

.testi-blueprint .font-bold::after, .rsd-testimonials .font-bold::after {
	content: '';
    position: absolute;
    background-image: url(images/qoute-invert-img.png);
    background-repeat: no-repeat;
    height: 44px;
    width: 56px;
    right: 3.6rem;
    bottom: 3.6rem;
}
.testi-blueprint, .rsd-testimonials{
    background-image: #fff;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #fff;
	padding: 6rem;
}
.rsd-testimonials-content {
	background-image: url(images/rsd-testimonials-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	padding-top: 30rem;
    margin-top: -14rem;
    padding-bottom: 15rem;
	z-index: 1;
}

.footer {
	background-color: #061239;
	background-size: cover;
	position: relative;
	margin-top: -26rem;
    padding-top: 33rem;
	color: #a5a7af;
}
.footer a {
	color: #a5a7af;
}

.credibility p{
	text-align: right;
}

.audio-div audio {
	width: 100%;
}

/****************** CSS Library *****************/
.font-blue { color: #120f31 !important; }
.font-magenta { color: #e50355; }
.font-yellow {
    color: yellow;
}




/****************** Main Style ******************/
.section {
  background: transparent top center / cover no-repeat;
}
.part2 .container {
  padding: 0 5rem;
}
.part2 .row {
  margin: 0;
}
.section-title {
  font: 700 4.8rem 'Oswald', sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.box-white {
  background-color: #fff;
  padding: 5rem 6rem 4rem;
  border-radius: 15px;
  color: #000;
}
.arrow-bullet {
  font-size: 2rem;
  padding-left: 3.7rem;
  position: relative;
}
.arrow-bullet li {
  list-style: none;
  padding-bottom: 3rem;
}
.arrow-bullet li::before {
  content: url(images/arrow-bullet.jpg);
  position: absolute;
  left: 0;
}
.orange-btn a {
  background-color: #ff6600;
  padding: 1rem;
  border-radius: 5px;
  font-weight: 700;
  font-size: 2.8rem;
  transition: all 0.2s ease;
  border: 2px solid #ff6600;
  margin: 5rem 0;
	display: inline-block;
	width: 100%;
}
.orange-btn a:hover {
  color: #ff6600;
  background-color: transparent;
  border: 2px solid #ff6600;
}
.s51 {
  background: url(images/sec51-bg.jpg) top center / cover no-repeat;
  color: #fff;
  padding: 31rem 0 26rem;
}
.s51 .section-title {
  padding-bottom: 3rem;
}
.s51 .column1 {
  padding-top: 3rem;
}
.s51 .column2 {
  padding: 1rem 15px;
}
.s51-img1 {
  background-image: url(images/sec51-img1.png);
}
.s51-img2 {
  background-image: url(images/sec51-img2.png);
  margin-bottom: 2rem !important;
}
.s52 {
  padding: 2rem 0 0;
}
.s52 .column1 {
  padding: 10rem 15px 2rem;
}
.s52-img1 {
  background-image: url(images/sec52-img1.jpg);
  margin-top: -4rem !important;
}
.s52-img2 {
  background-image: url(images/sec52-img2.jpg);
  margin-top: 3rem !important;
}
.s53 {
  background: url(images/sec53-bg.jpg) top center / cover no-repeat;
  color: #fff;
  padding: 22rem 0;
}
.s53 .section-title {
  padding-bottom: 6rem;
}
.navigational-map {
  font-size: 2.4rem;
  margin: 6rem 0;
}
.s54 {
  padding: 7rem 0 5rem;
}
.s54 .section-title {
  color: #120f31;
  text-align: left;
}
.s54 .column1 {
  padding-top: 7rem;
}
.s54 .column2 {
  padding: 5rem 15px;
}
.s54-img1 {
  background-image: url(images/sec54-img1.jpg);
  padding-bottom: 2rem;
}
.s54-img2 {
  background-image: url(images/sec54-img2.jpg);
}
.s55 {
  background: url(images/sec55-bg.jpg) top center / cover no-repeat;
  color: #120f31;
  padding: 30rem 0 25rem;
}
.s55 .section-title {
  color: #120f31;
  text-align: left;
  padding-bottom: 4rem;
}
.s56 {
  background: url(images/sec56-bg.png) top center / cover no-repeat;
  color: #fff;
  padding: 5rem 0 15rem;
  margin-top: -1rem;
}
.s56 .section-title {
  padding-bottom: 7rem;
}
.s56 .column1 {
  padding-top: 3rem;
}
.s56-img1 {
  background-image: url(images/sec56-img1.png);
  margin-top: 2rem !important;
  padding-bottom: 8rem;
}
.s57 {
  padding: 11rem 0 5rem 0;
}
.s57 .section-title {
  text-align: left;
}
.s57 .column1 {
  padding-top: 15rem;
}
.s57-img1 {
  background-image: url(images/sec57-img1.jpg);
  margin-top: -8rem !important;
}
.s57-img2 {
  background-image: url(images/sec57-img2.jpg);
  margin-top: 2rem !important;
	padding: 5rem 0;
}
.s58 {
  background: url(images/sec53-bg.jpg) top center / cover no-repeat;
  color: #fff;
  padding: 21rem 0;
}
.s58 .section-title {
  padding-bottom: 3rem;
}
.what-you-get-list {
  margin-bottom: 5rem;
  font-weight: 700;
}
.what-you-get-list li:last-child {
  padding-bottom: 0;
}
.for-now {
  text-align: center;
  font-size: 4rem;
}
.s59 {
  padding: 3rem 0 5rem 0;
}
.s59 .section-title {
  padding-bottom: 5rem;
}
.s59 .arrow-bullet {
	margin-left: 5rem;
}
.s59 .arrow-bullet li {
	padding-bottom: 2rem;
}
.s59 .box-shadow {
	box-shadow: 0 0 6px rgb(31,95,117)
}
.s59 .bg-white {
    background-color: #f7f7f7 !important;
}
.countdown-center {
	text-align: center !important;
}
.s60 {
  padding: 0 0 0 0;
}
.rsd-mastermind {
  background-image: url(images/mastermind-banner.png);
  padding: 27rem 0;
  margin-bottom: 8rem !important;
}
.pricelist {
  border-radius: 15px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
  margin: 7rem 0 4rem;
}
.pricelist ul {
  padding: 0;
}
.pricelist tr {
  border-bottom: 2px solid #ebebeb;
}
.pricelist tr:last-child {
  border-bottom: none;
}
.pricelist td {
  padding: 2rem 5rem;
  width: 100%;
}
.pricelist td:nth-child(1) {
  border-right: 2px solid #ebebeb;
}
.pricelist td:nth-child(2) {
  padding: 2rem 7rem;
}
.s60-sub1 {
  background: url(images/sec60-bg.jpg) top center / cover no-repeat;
  padding: 30rem 0 2rem 0;
}
.s60-sub1 .section-title {
  padding-bottom: 3rem;
}
.s61 {
  background: url(images/sec61-bg.jpg) top center / cover no-repeat;
  padding: 12rem 0 19rem 0;
}
.s62 {
  background: url(images/sec62-bg.jpg) top center / cover no-repeat;
  padding: 5rem 0 30rem 0;
}
.s63 {
  background: url(images/sec56-bg.png) top center / cover no-repeat;
  color: #fff;
  padding: 4rem 0 21rem 0;
  margin-top: -1rem !important;
	position: relative;
	z-index: 1;
	background-color: #f8f8f8;
}
.s63 .section-title {
  text-align: left;
  padding-bottom: 5rem;
}
.mobile-image {
	display: none;
}

/****************** CSS Library *****************/
.font-blue { color: #120f31; }
.font-magenta { color: #e50355; }
.padding-bottom2 { padding-bottom: 2rem; }
.bg-left { background-position: left center; }
.bg-right { background-position: right center; }
strong { font-weight: 700; }




/************ Media Queries ***************/
@media only screen and (max-width:1600px) {
.bg-left { background-position: 25% center; }
.bg-right { background-position: 75% center; }
}
@media only screen and (max-width:1440px) {
html {
  font-size: 56.3%;
}
}
@media only screen and (max-width:1024px) {
	.video-tabs ul li {
		max-width: none;
	}
  .s52-img1, .s57-img1 {
    margin-top: 0 !important;
  }
  .s52 .column1, .s52 .column2, .s54 .column1, .s54 .column2, .s57 .column1, .s57 .column2  {
    background-color: rgba(255,255,255,0.6);
  }
  .s51 .column1, .s51 .column2, .s56 .column1 {
    background-color: rgba(1,68,89,0.6);
  }
}
@media only screen and (max-width:1023px) {
  .part2 .container {
    padding: 0;
  }
}
@media only screen and (max-width:960px) {
	
    html {
      font-size: 45%;
    }
	.contact-banner,
	.close-contact {
		display:none;
	}
	.video-div {
		min-height:none;
	}
}
@media only screen and (max-width:767px) {
	br {
	  display: none;
	}
  .video-tabs ul li {
    width: 100%;
    padding-right: 0;
  }
  .bg-left { background-position: 15% center; }
  .bg-right { background-position: 80% center; }
  .row.mobile-reverse {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .rsd-mastermind {
    padding: 15rem 0;
  }
  .orange-btn a {
    padding: 1.5rem 2.5rem;
    font-size: 2rem;
  }
  .s51-img1, .s51-img2,  .s52-img1, .s52-img2, .s54-img1, .s54-img2, .s56-img1, .s57-img1, .s57-img2 {
    background-image: none;
  }
	.mobile-image {
		display: block;
	}
	.column1, .column2 {
		padding: 0 15px !important;
	}
	.s52 .section-title, .s54 .section-title, .s57 .section-title {
		padding-bottom: 4rem;
	}
	.s57-img2 {
		padding: 0;
		margin-top: 0 !important;
	}
	.section03, .section04, .section06, .section09, .section11, .section13, .section17, .section19 {
		background-image: none;
		padding-top: 5rem;
		padding-bottom: 5rem;
		margin-top: 0;
	}
	
	.section07  {
		background-image: none;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
	}
	.section17 h2 {
		margin-bottom: 5rem;
	}
	.footer {
		text-align: center;
	}
	.credibility p{
		float: none;
		text-align: center;
	}
	.video-testomnial-header h2 {
		margin-bottom: 5rem;
	}
}
@media only screen and (max-width:568px) {
	.s59 {
		padding: 0rem 0 5rem 0;
	}
}

