@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap');
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/Gilroy-Light.otf) format("truetype");
  font-weight: 300;
}
@font-face {
	font-family: "Gilroy";
	src: url(/fonts/Gilroy-Regular.ttf) format("truetype");
	font-weight: 400;
}
@font-face {
	font-family: "Gilroy";
	src: url(/fonts/Gilroy-Medium.ttf) format("truetype");
	font-weight: 500;
}
@font-face {
	font-family: "Gilroy";
	src: url(/fonts/Gilroy-Bold.ttf) format("truetype");
	font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/Gilroy-ExtraBold.otf);
  font-weight: 900;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.container {
	position: relative;
}
p {
	font-family: "Arial", sans-serif;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 1em;
	color: #000;
}
h1, h2, h3, h4 {
	line-height: 1.2em;
}
.vertical-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.no-gutters > div {
	padding: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img {
	margin: 30px auto;
}
#section1 {
	padding: 50px 0;
	background-image: url('/images/bg1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#section1 h1 {
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	text-align: center;
	color: #000;
	font-size: 36px;
	line-height: 1.2em;
}
#section1 h1 span {
	color: #c49a21;
}
#section1 h1 span span {
	border-bottom: 1px solid #c49a21;
}
#section1 h2 {
	text-align: center;
	color: #000;
	font-family: "Gilroy", sans-serif;
	font-weight: 300;
	margin: 1em 0;
}
#section1 h3 {
	text-align: center;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	font-size: 46px;
	color: #000;
	margin-top: 30px;
    margin-bottom: 30px;
}
.sidebar .heading {
	background-color: #c49a21;
	padding: 10px;
}
.sidebar .heading h4 {
	color: #fff;
	font-weight: 600;
	font-family: "Gilroy", sans-serif;
	font-size: 24px;
}
.sidebar-content {
	padding: 10px;
	background-color: #202020;
}
.sidebar-content ul {
	padding-inline-start: 30px;
    list-style-type: none;
}
.sidebar-content ul li {
	color: #fff;
	font-size: 18px;
	font-family: "Gilroy", sans-serif;
	font-weight: 600;
	margin-bottom: 1em;
}
.sidebar-content ul li i {
	margin-left: -23px;
	color: #c49a21
}
.btn1 {
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	color: #000;
	background-color: #14d922;
	font-size: 19px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 50px;
	display: block;
	margin: 0 auto 20px;
	border: 2px solid #14d922;
	width: 100%;
	white-space: normal;
	height: auto;
}
.btn1:hover {
	background-color: transparent;
	color: #14d922;
	text-decoration: none;
}


#section2 {
	padding: 0 0 50px;
	background-image: url("/images/bg2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#section2 h2 {
	font-size: 36px;
	font-family: "Arial Black", sans-serif;
	color: #000;
	margin-bottom: 0em;
	text-align: center;
}
#section2 .subtitle {
	font-size: 24px;
	text-align: center;
}
#section2 .container-fluid img {
	box-shadow: 0 0 18px rgba(0,0,0,0.5);
	margin-bottom: 15px;
}
.arrow-down {
	display: block;
	margin: -5px auto 0;
}
.list1 {
	padding-inline-start: 30px;
    list-style-type: none;
}
.list1 li {
	margin-bottom: 1em;
	font-size: 30px;
}
.list1  li i {
	margin-left: -23px;
	color: #ff0000;
}
#section3 {
	padding: 0 0 50px;
	background-image: url("/images/bg3.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#section3 h2 {
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 600;
	margin-bottom: 1em;
}
#section3 p {
	color: #fff;
}
#section3 ul {
	margin: auto;
	max-width: 90%;
}
#section3 ul li {
	color: #fff;
}
#section4 {
	padding: 0 0 50px;
	background-image: url("/images/bg2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#section4 h2 {
	text-align: center;
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
}
#section5 {
	padding: 0 0 50px;
	background-image: url("/images/bg4.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#section5 h2 {
	text-align: center;
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
}
#section6 {
	padding: 0 0 50px;
	background-image: url("/images/bg2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#section6 h2 {
	text-align: center;
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
}
#section7 {
	padding: 0 0 50px;
	background-image: url("/images/bg5.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#section7 h2 {
	text-align: center;
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
}
#section8 {
	padding: 0 0 50px;
	background-image: url("/images/bg2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#section8 h2 {
	text-align: center;
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
}
#section8 .container img {
	float: right;
}
#section9 {
	padding: 0 0 50px;
	background-image: url("/images/bg7.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#section9 h2 {
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 600;
	margin-bottom: 1em;
}
#section9 p {
	color: #fff;
}
#section10 {
	padding: 0 0 50px;
	background-image: url("/images/bg2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#section10 h2 {
	text-align: center;
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
}
#section11 {
	padding: 0 0 50px;
	background-color: #fff;
}
#section11 h2 {
	text-align: left;
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
}
#section11 h3 {
	text-align: center;
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
}
#section11 p {
	color: #000;
}
.chapter {
    padding: 20px;
    border: 3px solid #c49a21;
	background-color: #fff;
    max-width: 850px;
    margin: auto;
}
.chapter p {
	font-family: "Gilroy", sans-serif;
	font-size: 24px;
	color: #000!important;
	line-height: 1.5em;
}
.chapter p span {
	color: #c49a21;
}
#section12 {
	padding: 0 0 50px;
	background-image: url("/images/bg2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#section12 h2 {
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
	text-align: center;
}
#section12 h3 {
	text-align: left;
	color: #b68f1f;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 300;
	margin-bottom: 0.5em;
}
#section12 p {
	font-family: "Rajdhani", sans-serif;
	font-weight: 500;
}
#section12 h4 {
	font-family: "Rajdhani", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #b68f1f;
	font-style: italic;
}
.bonus {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #cacaca;
}
.bonus:last-child {
	border-bottom: 0;
}
#section13 {
	padding: 0 0 50px;
}
#section13 .guarantee {
	padding: 30px;
	border: 3px solid #b68f1f;
}
#section13 h2 {
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
	text-align: center;
}
#section13 p {
	font-family: "Rajdhani", sans-serif;
	font-weight: 500;
	font-size: 30px;
}
#section13 .breakdown p {
	font-weight: 700;
}
#section13 .breakdown .value {
	color: #b68f1f;
}
#section13 h1 {
	color: #000;
	font-size: 70px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
	text-align: center;
}
#section13 h1 span {
	color: #b68f1f;
}
#section13 h1 span span {
	text-decoration: line-through;
}
#section13 .btn1 {
	max-width: 500px;
	font-size: 40px;
	padding: 20px 30px;
	text-transform: uppercase;
}
/*** accordion ***/
#section13b {
	padding: 50px 0;
	background-color: #000;
}
#section13b h2 {
	color: #fff;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 600;
	margin-bottom: 1em;
	text-align: center;
}
#accordion {
	margin: 50px auto;
	max-width: 1000px;
}
.panel-heading {
	background-color: #b68f1f!important;
}
.panel-title {
	font-size: 36px;
	color: #fff;
	font-family: "Gilroy", sans-serif;
	font-weight: 600;
}
.panel-title i {
	color: #000;
}
.panel-title a:hover {
	text-decoration: none;
}
.panel-body {
	background-color: #000;
}
.panel-body p {
	color: #fff;
	font-family: "Rajdhani", sans-serif;
	font-weight: 500;
}
.panel-body p:last-child {
	margin-bottom: 0;
}

#section14 {
	padding: 50px 0 50px;
}
#section14 h2 {
	color: #000;
	font-size: 48px;
	font-family: "Gilroy", sans-serif;
	font-weight: 900;
	margin-bottom: 1em;
	text-align: center;
}
#section14 .testimonials img {
    width: 50%;
    vertical-align: top;
}
#section14 .btn1 {
	max-width: 500px;
	font-size: 40px;
	padding: 20px 30px;
	text-transform: uppercase;
	margin: 50px auto 0;
}
.mobile {
	display: none;
}


.testimonials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.testimonials .col {
	width: 48%;
	text-align: center;
}
.testimonials .img-wrapper {
	margin: 10px 10px;
	border: 1px solid #b68f1f;
	box-shadow: 0 0 7px	#0000000f;
	padding: 10px;
}
.testimonials .cell img {
	width: auto !important;
	max-width: 470px ;
}

.h-area {
	margin: 0 -5px;
}
.h-area .col {
	width: 100%;
}
.h-area .img-wrapper {
	display: inline-block;
	padding: 0;
	margin: 0 5px 5px 5px;
}
.h-area .cell img {
	width: 100% !important;
}

/************ section 19 *************/
#section19 {
	background-image: url("../images/bg9.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 50px 0;
}
#section19 .note {
	padding: 30px;
	background-color: transparent;
	border-top: 1px solid #c2b464;
	border-bottom: 1px solid #c2b464;
}
#section19 .note p {
	font-family: "Source Sans Pro";
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	text-align: left;
	margin-bottom: 0;
}
/************* Footer *************/
#footer {
	padding: 20px 0;
	background-color: #000;
}
#footer p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}
#footer .legal {
	text-align: right;
}
#footer .legal a {
	color: #c2b464;
	text-decoration: none;
	padding-left: 20px;
}
#section19 .img-wrapper,
#footer .img-wrapper {
	width: 100% !important;
	text-align: center;
}
#section19 p,
#footer p {
	font-family: "Rajdhani";
	line-height: 1.2em;
	font-weight: 500;
}

/*** Responsiveness ***/
@media only screen and (max-width:1441px) {

}
@media only screen and (max-width: 1281px){
	#section14 .container {
		width: 100%;
	}

}
@media only screen and (max-width: 1025px) {
	#section1 h1 br {
		display: none;
	}
	.testimonials .cell img {
		width: 100% !important;
	}
	.h-area .testimonials {
		display: block;
		margin-bottom: 10px;
	}
	.h-area .col {
		width: 100%;
	}
	#footer p, #footer .legal {
		text-align: center;
	}
}
@media only screen and (max-width: 769px) {
	.mobile {
		display: block;
	}
	.non-mobile {
		display: none;
	}
	.vertical-center {
		display: block;
	}
	h2 {
		text-align: center!important;
		font-size: 38px!important;
	}
	#section1 h1 {
		font-size: 34px;
	}
	#section1 h2 {
		font-size: 32px!important;
	}

	.sidebar {
		margin-top: 20px;
	}
	h2 br {
		display: none;
	}
	.breakdown p {
		text-align: center;
	}
	#section11 h3 {
		text-align:center;
	}
	#section12 h3 {
		font-size: 38px;
	}
	#section13 h1 {
		font-size: 50px;
	}
	#section14 .testimonials img {
		width: 80%;
		float: none;
		display: block;
		margin: auto;
	}
	.bonus h3,
	.bonus h4 {
		text-align: center !important;
	}
	.panel-title {
		font-size: 28px;
	}
	.panel-body p {
		font-size: 26px!important;
	}


	/*.testimonials {*/
	/*	display: block;*/
	/*}*/
	.testimonials .col {
		width: 100%;
	}
	.testimonials .cell {
		display: inline-block;
		margin: 5px 0;
	}
	.testimonials .cell img {
		width: 100% !important;
	}
}
@media only screen and (max-width: 415px) {
	p, ul li {
		font-size: 18px!important;
	}
	h2 {
		font-size: 28px!important;
	}
	#section11 h3 {
		font-size: 26px;
	}
	#section14 .testimonials img {
		width: 100%;
	}
	#section14 .btn1,
	#section13 .btn1 {
		font-size: 30px;
		padding: 20px!important;
	}
	#section13 h1 {
		font-size: 30px;
	}
	.panel-title {
		font-size: 18px;
	}
	.panel-body p {
		font-size: 18px!important;
	}
	#section13 .guarantee {
		padding: 15px;
	}

	.testimonials .cell img {
		width: 100% !important;
	}
	
}