/* reset.css is here */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	color: #204ecd;
	text-decoration: none;
	outline: 0 none !important;
}

a:hover,
a:focus {
	color: #0044ff;
	text-decoration: none;
	outline: 0 none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
}

h1 {}

h2 {
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
	letter-spacing: -0.1rem;
	text-align: center;
	margin:10px 0 20px 0;
}

h3 {
	font-size: 27px;
	line-height: 42px;
}

h4 {
	font-size: 22px;
	line-height: 26px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: .75em;
}

header,
nav,
section,
article,
aside,
footer,
hgroup,
figure,
main {
	display: block;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 0;
}

.last {
	margin: 0 !important;
}

.pad_last {
	padding: 0 !important;
}

.no_bg {
	background: none !important;
}

.no_bor {
	border: 0 none !important;
}

.flt_lt {
	float: left;
	display: inline;
}

.flt_rt {
	float: right;
	display: inline;
}


/* reset.css ends here */

html {}

body {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}


/* LayOut Start here */

.wrapper {
	margin: 0 auto;
}

.container {
	max-width: 1110px;
	margin: 0 auto;
	border-top: 0 none;
}


/* Header starts here */

header {
	background: #000000;
	padding: 12px 30px 12px 15px;
}

.logo {
	float: left;
	display: inline-block;
	line-height: 0;
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
}

.header_right {
	display: inline-block;
	float: right;
}

.header_right ul {}

.header_right ul li {
	display: inline-block;
	float: left;
	margin: 0 0 0 10px;
}

.header_right ul li a {
	font-size: 18px;
	line-height: 44px;
	height: 44px;
	padding: 0 35px;
	display: block;
	border-radius: 25px;
	font-family: 'Fjalla One', sans-serif;
}

.header_right ul li a:hover {
	text-decoration: underline;
}

.header_right ul li a.active {
	background: #53af1b;
	color: #ffffff;
}

.business {
	padding: 20px 0 43px 0;
}

.business h4 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 23px;
	line-height: 36px;
	text-align: center;
	font-weight: 400;
}

em{
	font-style: italic;
}


/* Navigations */

nav {}

nav ul {}

nav ul li {}

nav ul li a {}

nav ul li:hover a {}


/* Header Ends here */


/* Main content starts here */

.main_content {}

.business_blog {
	display: block;
}

.business {}

.business_in {
	max-width: 805px;
	margin: 0 auto;
	padding: 82px 0 28px 0;
}

.video {
	display: block;
	position: relative;
	text-align: center;
}

.video .play {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.video>a {
	display: inline-block;
}

.video>a>img {
	display: block;
	box-shadow: 6px 4px 20px #f1f1f1;
	margin: 0 auto;
}

.play img {
	display: inline-block;
	margin: 0 auto;
}

.photography {
	padding: 38px 0 0 0;
	max-width: 720px;
	margin: 0 auto;
}

h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	margin: 0 0 23px 0;
	text-align: center;
}

.photography>p {
	padding: 0 0 25px 0;
}

.started {}

.started a {
	font-size: 22px;
	line-height: 70px;
	height: 70px;
	background: #53af1b;
	padding: 0 20px;
	display: block;
	border-radius: 50px;
	font-family: 'Fjalla One', sans-serif;
	box-shadow: 5px 5px 10px #dddddd;
	width: 250px;
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
}

.photography>ul {
	padding: 0 0 54px 0;
}

.photography>ul>li {
	position: relative;
	margin: 0 0 12px 0;
}

.photography>ul>li:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 10px;
	background: #000000;
	width: 8px;
	height: 8px;
}

.photography>ul>li>p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	padding: 0 0 0 27px;
}

.hoping_blog {
	background: #000000;
}

.hoping_hd {
	text-align: center;
	padding: 20px 0 15px 0;
}

.hoping_hd h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	color: #ffffff;
	margin: 0 0 5px 0;
}

.hoping_hd p {
	font-size: 18px;
	line-height: 24px;
	color: #c2c2c2;
}

.hoping {
	max-width: 763px;
	margin: 0 auto;
	padding: 40px 0 61px 0;
}

.hoping_list {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 0 17px;
}

.hoping_list .video>a>img {
	box-shadow: none;
	height: 209px;
}

.hope {
	padding: 9px 0 0 0;
}

.hope ul {}

.hope ul li {
	position: relative;
	margin: 0 0 7px 0;
}

.hope ul li p {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	padding: 0 0 0 38px;
}

.hope ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	background: url('../images/cancel.png') no-repeat;
	width: 26px;
	height: 26px;
}

.hoping_hd h3 a {
	color: #53af1b;
	text-decoration: underline;
}

.hope1 ul li:before {
	background: url('../images/right.png') no-repeat;
	width: 26px;
	height: 26px;
	top: 1px;
}

.photography_blog {
	padding: 0 0 70px 0;
}

.photograp {}

.photograp {
	padding: 0 0 34px 0;
	border: 5px dashed #53af1b;
	border-style: dashed;
	border-radius: 10px;
	box-shadow: #000000 0px 0px 10px -2px;
}

.photo_gradent {
	height: 35px;
}

.photography_in {
	max-width: 933px;
	margin: 0 auto;
	padding: 42px 0 40px 0;
}

.roadmap_hd {
	text-align: center;
	padding: 0 0 30px 0;
}

.roadmap_hd a {
	display: inline-block;
	margin: 0 0 11px 0;
}

.roadmap_hd a img {
	display: block;
	margin: 0 auto;
}

.roadmap_hd h2 {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-style: normal;
	margin: 0 0 17px 0;
	letter-spacing: -0.1rem;
}

.roadmap_hd>h4 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	margin: 0 0 30px 0;
	line-height: 34px;
}

.module_view {
	display: inline-block;
	float: left;
	width: 282px;
}

.module_view a {
	display: block;
}

.module_view a img {
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* future proofing */
	-khtml-border-radius: 5px;
	/* for old Konqueror browsers */
}

.module_cnt {
	display: inline-block;
	float: left;
	width: 606px;
}

.module_cnt>h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	margin: 0 0 10px 0;
	text-align: left;
}

.module_cnt span {
	color: #53af1b;
}

.module_cnt p {
	color: #000000;
	margin: 0 0 11px 0;
}

.module_cnt ul {}

.module_cnt ul li,
ul.check li,
ul.xmark li {
	position: relative;
}

.module_cnt ul li:before,
ul.check li:before {
	content: '';
	background: url('../images/right.png') no-repeat;
	width: 26px;
	height: 26px;
	top: 1px;
	position: absolute;
}

ul.xmark li:before {
	content: '';
	background: url('../images/cancel.png') no-repeat;
	width: 26px;
	height: 26px;
	top: 1px;
	position: absolute;
}

.accordian ul li ul li {
	border-bottom: none;
}

.module_cnt ul li p,
ul.check li p {
	padding: 0 0 0 42px;
}

ul.xmark li p {
	padding: 0 0 0 44px;
}

.module {
	margin: 0 0 31px 7px;
}

.platform {
	padding: 53px 0 0 0;
}

.platform a {
	display: block;
}

.platform a img {
	display: block;
	margin: 0 auto;
}

.instant {
	text-align: center;
	padding: 57px 0 67px 0;
}

.instant h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
}

.instant p {
	max-width: 730px;
	margin: 0 auto;
}

.bonus {
	padding: 0 0 0 7px;
}

.bonus_list {
	margin: 0 0 50px 0;
}

.bonus_view {
	display: inline-block;
	float: left;
	width: 257px;
}

.bonus_view a {
	display: block;
	position: relative;
	cursor: none;
}

.bonus_view a img {
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* future proofing */
	-khtml-border-radius: 5px;
	/* for old Konqueror browsers */
}

.bon {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/shape.png') no-repeat;
	width: 75px;
	height: 75px;
}

.bon span {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Fjalla One', sans-serif;
	top: 2px;
	right: 1px;
	font-size: 18px;
}

.bonus_cnt {
	display: inline-block;
	float: left;
	width: 651px;
	padding: 0 0 0 28px;
	margin: -6px 0 0 0;
}

.bonus_cnt h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	margin: 0 0 13px 0;
}

.bonus_cnt h3 span {
	color: #af1baa;
}

.invest {
	padding: 11px 0 30px 0;
}

.invest h4 {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 38px;
	font-style: italic;
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
	padding: 0 0 16px 0;
}

.invest h5 {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	text-align: center;
}

.bonuses {
	background: #e1efcd;
	margin: 0 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* future proofing */
	-khtml-border-radius: 10px;
	/* for old Konqueror browsers */
}

.bonuses_in {
	max-width: 848px;
	margin: 0 auto;
	padding: 25px 0 30px 0;
}

.price {
	padding: 20px 0 9px 0;
}

.price h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	color: #1b1b1b;
	text-align: center;
	margin: 0 0 16px 0;
}

.price h3 span {
	color: #53af1b;
	border-bottom: #53af1b 1px solid;
}

.price p {
	color: #6c6c6c;
	font-weight: 400;
	text-align: center;
}

.access {}

.access a {
	display: block;
	background: #53af1b;
	border-radius: 6px;
	max-width: 731px;
	margin: 0 auto;
	box-shadow: #000000 0px 2px 6px -2px;
}

.get_access {
	padding: 26px 0 24px 0;
}

.get_access h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 33px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	margin: 0 0 5px 0;
}

.get_access h6 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.secure {
	text-align: center;
	padding: 10px 0 0 0;
}

.secure_list {
	display: inline-block;
}

.cards {
	display: inline-block;
	vertical-align: top;
	padding: 2px 0 0 0;
	margin: 0 28px 0 19px;
}

.cards ul {
	display: inline-block;
}

.cards ul li {
	display: inline-block;
	margin: 0 0px 0 1px;
}

.cards ul li a {
	display: block;
}

.cards ul li a img {
	display: block;
}

.backend {
	display: block;
	max-width: 730px;
	margin: 0 auto;
	padding: 38px 0 10px 0;
}

.backend_icon {
	display: inline-block;
	float: left;
	width: 114px;
	padding: 15px 0 0 0;
}

.backend_icon a {
	display: block;
}

.backend_icon a img {
	display: block;
}

.refund {
	display: inline-block;
	float: left;
	width: 610px;
	padding: 0 0 0 10px;
	text-align: center;
}

.refund h4 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 11px 0;
}

.refund p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #4e4e4e;
}

.questions_blog {}

.questions {
	padding: 47px 0 30px 0;
	max-width: 730px;
	margin: 0 auto;
}

.questions h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	color: #1b1b1b;
	text-align: center;
	margin: 0 0 29px 0;
}

.accordian {}

.accordian ul {}

.accordian ul li {
	padding: 0;
	border-bottom: #000000 1px solid;
}

.accordian ul li h5 {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	position: relative;
	cursor: pointer;
	padding: 20px 0 19px 0;
	font-weight: 900;
}

.accordian ul li h5:before {
	content: '';
	background: url('../images/plus.png') no-repeat;
	width: 17px;
	height: 18px;
	position: absolute;
	left: -53px;
	top: 23px;
}

.accordian ul li.active h5:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acc_cnt {
	display: none;
	padding: 0 0 14px 0;
}

.acc_cnt p {
	font-size: 18px;
	line-height: 28px;
	color: #4e4e4e;
}

.contact_blog {
	padding: 20px 0 40px 0;
	max-width: 730px;
	margin: 0 auto;
}

.contact_blog h3 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	color: #1b1b1b;
	text-align: center;
	margin: 0 0 36px 0;
}

.contact {}

.contact ul {}

.contact ul li {
	margin: 0 0 19px 0;
}

.contact ul li label {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	color: #000000;
	margin: 0 0 5px 0;
}

.contact ul li input {
	background: #ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
	height: 50px;
	border: #000000 1px solid;
	border-radius: 4px;
	outline: none;
	padding: 0 20px 0 14px;
	width: 100%;
	color: #4e4e4e;
}

.contact ul li button {
	background: #204ecd;
	width: 155px;
	height: 52px;
	line-height: 52px;
	border-radius: 5px;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 18px;
	outline: none;
	border: none;
	color: #ffffff;
	cursor: pointer;
}

.contact ul li textarea {
	border: #000000 1px solid;
	border-radius: 4px;
	outline: none;
	padding: 15px 20px 15px 14px;
	resize: none;
	width: 100%;
	min-height: 135px;
}


/* Main content ends here */


/* FOOTER HERE */

footer {
	background: #000000;
	padding: 70px 0 80px 0;
}

.footer_main {
	padding: 9px 0 34px 0;
}

.footer_logo {
	display: inline-block;
	float: left;
	width: 140px;
	padding: 10px 0 0 0;
}

.footer_logo a {
	display: block;
}

.footer_logo a img {
	display: block;
}

.footer_right {
	display: inline-block;
	float: right;
	width: 75%;
	padding: 0 15px 0 0;
}

.social_network {
	display: inline-block;
	float: right;
	width: 36px;
	text-align: center;
}

.social_network ul {
	/* float: right; */
}

.social_network ul li {
	display: block;
	margin: 0 0 14px 0;
}

.social_network ul li a {
	display: block;
}

.social_network ul li a i {
	display: block;
	font-size: 38px;
	line-height: 38px;
	color: #ffffff;
}

.courses {
	width: 92%;
	padding: 6px 0 0 7px;
}

.courses ul {
	display: inline-block;
	float: left;
	width: 25%;
	vertical-align: top;
}

.courses ul li {
	margin: 0 0 3px 0;
}

.courses ul li h4 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 0 11px 0;
}

.courses ul li a {
	font-weight: 400;
	color: #c9c9c9;
	letter-spacing: -1.3px;
}

.copy_rights {
	padding: 20px 0 20px 0;
}

.copy_rights p {
	font-size: 15px;
	line-height: 20px;
	color: #c9c9c9;
	text-align: center;
	max-width: 860px;
	margin: 0 auto;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #4e4e4e;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #4e4e4e;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #4e4e4e;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #4e4e4e;
}


/* inputs feilds */

input,
textarea,
button,
select {
	-webkit-appearance: none;
	/*Safari/Chrome*/
	-moz-appearance: none;
	/*Firefox*/
	-ms-appearance: none;
	/*IE*/
	-o-appearance: none;
	/*Opera*/
	appearance: none;
	-webkit-border-radius: 0;
}


/* OVERRIDES */



.access a:hover,
.started a:hover,
.header_right ul li a.active:hover{
	background: rgb(82,197,9);
	background: linear-gradient(180deg, rgba(82,197,9,1) 0%, rgba(72,157,18,1) 69%, rgba(79,175,20,1) 100%);
    box-shadow: #000000 0px 4px 6px -2px;
}


html {
  scroll-behavior: smooth;
}

.footer_main,
.footer_logo{
	text-align: center;
	width:100%;
}

.get_access h6,
footer a,
.header_right a,
.access a,
.started a,
.bonus_view a,
.header_right ul li a.active
{
	color:#fff;
}

strong{
	color:#000;
	font-weight: bold;
}


.footer_logo a img {
    margin: 0 auto;
}


.photography_blog{
	background: #efefef;
}

.photograp{
	background: #fff;
}

.container{
	
}

.business_in {
    max-width: 1005px;
}

.photograp,
.container.shadow{
	box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
	border: none;
}
