/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #f5efe0;
	box-sizing: border-box;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
}

@supports ( font-variation-settings: normal ) {

	body {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1.138888889;
}

h2,
.heading-size-2 {
	font-size: 3.2rem;
}

h3,
.heading-size-3 {
	font-size: 2.8rem;
}

h4,
.heading-size-4 {
	font-size: 2.4rem;
}

h5,
.heading-size-5 {
	font-size: 2.1rem;
}

h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
	font-style: italic;
}

b,
strong {
	font-weight: 700;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}

a {
	color: #cd2653;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

/* Inputs ------------------------------------ */

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #cd2653;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}


/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */


/* Layout ------------------------------------ */

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {

	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

/* Sections ---------------------------------- */

section {
	padding: 5rem 0;
	width: 100%;
}

.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	width: calc(100% - 4rem);
}

/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */


#site-header {
	background: #fff;
	position: relative;
}

.header-inner {
	max-width: 168rem;
	padding: 3.15rem 0;
	z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
	text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}

.site-title,
.site-logo,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}

.site-title a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-logo a,
.site-logo img {
	display: block;
}

.header-titles .site-logo .site-logo {
	margin: 0;
}

.site-logo img {
	max-height: 6rem;
	margin: 0 auto;
	width: auto;
}

body:not(.enable-search-modal) .site-logo img {
	margin: 0;
}

/* Widget Base ------------------------------- */

.widget {
	margin-top: 3rem;
}

.widget:first-child {
	margin-top: 0;
}

.widget-content > div > *:first-child {
	margin-top: 0;
}

.widget-content > div > *:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	margin: 0 0 2rem;
}

.widget li {
	margin: 2rem 0 0 0;
}

.widget li:first-child,
.widget li > ul,
.widget li > ol {
	margin-top: 0;
}

.widget table,
.widget table * {
	border-color: #dedfdf;
}

.widget table caption {
	background-color: #dedfdf;
}

/* Font Families ----------------------------- */

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
	letter-spacing: normal;
}

/* Base List Widget -------------------------- */

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	color: #6d6d6d;
	margin: 0.3rem 0;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
	font-weight: 700;
	text-decoration: none;
}

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

#site-footer a {
	text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
	text-decoration: underline;
}

a.to-the-top > * {
	pointer-events: none;
}

.footer-copyright {
	font-weight: 600;
	margin: 0;
}

/* -------------------------------------------------------------------------- */

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 479px ) {

	/* Entry Content ------------------------- */

	/* LISTS */

	ul,
	ol {
		margin: 0 0 3rem 2rem;
	}

	li {
		margin: 0.5rem 0 0 1rem;
	}
}

@media ( min-width: 700px ) {

	/* Element Base ------------------------- */

	ul,
	ol {
		margin-bottom: 4rem;
	}

	hr {
		margin: 8rem auto;
	}

	table {
		font-size: 1.8rem;
	}


	/* TITLES */

	h1,
	.heading-size-1,
	h2,
	.heading-size-2,
	h3,
	.heading-size-3 {
		margin: 6rem auto 3rem;
	}

	h4,
	.heading-size-4,
	h5,
	.heading-size-5,
	h6,
	.heading-size-6 {
		margin: 4.5rem auto 2.5rem;
	}

	h1,
	.heading-size-1 {
		font-size: 6.4rem;
	}

	h2,
	.heading-size-2 {
		font-size: 4.8rem;
	}

	h3,
	.heading-size-3 {
		font-size: 4rem;
	}

	h4,
	.heading-size-4 {
		font-size: 3.2rem;
	}

	h5,
	.heading-size-5 {
		font-size: 2.4rem;
	}

	h6,
	.heading-size-6 {
		font-size: 1.8rem;
	}


	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.7rem;
	}

	section {
		padding: 8rem 0;
	}

	.section-inner {
		width: calc(100% - 8rem);
	}


	/* Site Header --------------------------- */

	.header-inner {
		padding: 3.8rem 0;
	}

	.site-logo img {
		max-height: 9rem;
		transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
	}

	.footer-copyright {
		font-weight: 700;
	}


}

@media ( min-width: 1000px ) {

	#site-header {
		z-index: 2;
	}

	.header-inner {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 2.8rem 0;
	}

	.header-titles-wrapper {
		margin-right: 4rem;
		max-width: 50%;
		padding: 0;
		text-align: left;
	}

	.header-titles {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: -1rem 0 0 -2.4rem;
	}

	.header-titles .site-title,
	.header-titles .site-logo,
	.header-titles .site-description {
		margin: 1rem 0 0 2.4rem;
	}

	.wp-custom-logo .header-titles {
		align-items: center;
	}

}


@media ( min-width: 1220px ) {

	/* Element Base -------------------------- */

	/* TITLES */

	h1,
	.heading-size-1 {
		font-size: 8.4rem;
	}

	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */

	/* PRIMARY MENU */

	/* Menu Modal ---------------------------- */

	/* Search Modal -------------------------- */

	/* Sub Page ------------------------------ */

	/* Template: Cover Template -------------- */


	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */


	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* Site Pagination ----------------------- */

	/* Widgets ------------------------------- */

	.widget-content {
		font-size: 2.1rem;
	}

	/* Site Footer --------------------------- */

}


/*
 Theme Name: twentytwenty-child
 Template: twentytwenty
 */
@import "https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,700|Source+Sans+Pro:400,400i,700&subset=latin-ext&display=swap";
body{
	width: 100%;
	font-family: source sans pro,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
}
*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
h1, h2, h3{
	margin-top: 0;
	color: #969696;
	margin-bottom: 15px;
	letter-spacing: -.025em;
	font-family: "IBM Plex Sans",sans-serif;
}
h1{
	font-size: 55px;
	line-height: 1.1;
}
h2 {
	font-size:30px;
	line-height: 1.1;
}
h3 {
	font-size: 24px;
	line-height: 1.1;
}
h4{
	font-size: 22px;
	line-height: 30px;
}
h5{
	font-size: 20px;
	line-height: 28px;
}
h6{
	font-size: 16px;
	line-height: 24px;
}
p{
	margin: 0 0 10px;
	font-size:16px;
	line-height: 1.3;
}
p.lead {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 20px;
}
p.lead:last-child{
	margin-bottom:0;
}
a{
	text-decoration:none;
}
.btn{
	display: inline-block;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #0ccaeb;
	border-radius: 4px;
	background: #0bb5d3;
	color: #fff;
	font-family: "IBM Plex Sans",sans-serif;
	text-transform: uppercase;
	white-space: normal;
	font-size: 1.5em;
	font-weight: 700;
	padding: .5em 1em;
	text-decoration:none;
}
.btn:hover{
	background-color: #36d8f5;
	border-color: #1ed3f3;
	text-decoration:none;
}
.btn .fa {
	transform: scale(1.1);
	margin-left: .5em;
}

.container,.header-inner,.section-inner {
	width: 1170px;
	float: none;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
}
section {
	padding-top: 45px;
	padding-bottom: 45px;
	float: left;
	width: 100%;
}
.custom-col-xs-12{
	width:100%;
	float:left;
}
.widget_text p, .widget_text ol, .widget_text ul{
	font-family: source sans pro,sans-serif;
}
/* HOME-PAGE-CSS-START*/

/* HEADER-CSS-START */
.disclaimerHeader {
	width: 100%;
	font-size: 13px;
	opacity: 1;
	color: #bcbcbc;
	background: #140900;
	text-align: center;
	line-height: 22px;
}
.disclaimerHeader p{
	margin:0;
}
.topBarCTA {
	background-color: #140900;
	box-shadow: 0 1px 0 0 #453c15;
	text-align: center;
	color: #fff;
	padding: 2px 0 5px;
	position: sticky;
	top: 0;
	z-index: 50;
}
.topBar-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;

}
.topBarCTA p{
	margin:0;
}
.topBarCTA .fa.fa-exclamation-triangle {
	color: #f1613c;
	margin-right: 3px;
}
.header-inner.section-inner {
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	max-width:100%;
}
.header-titles-wrapper {
	margin: 0;
	padding: 30px 15px 15px;
	max-width: 100%;
	text-align: left;
	justify-content: flex-start;
}
header  .header-titles {
	margin: 0;
}
header .site-logo {
	margin: 0 !important;
}
header img.custom-logo {
	height: 40px !important;
	margin-top: 5px;
	width: auto;
}
/* HEADER-CSS-END */

.heroSection {
	position: relative;
	padding-bottom: 0;
	background-color: #e6e6e6;
	background-size: cover;
	background-position: center bottom;
	padding-top: 110px;
}

.heroHeadline {
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 700;
}
/* .heroHeadline {
    font-size: 4em;
} */

.heroSubheadline {
	text-align: center;
	color: #0bb5d3;
	font-weight: 700;
	font-size: 2.75em;
	margin-bottom: 20px;
}
.hero-block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: stretch;
	flex-wrap: wrap;
}
.hero-video {
	padding-right: 0;
}

.videoOuterWrap {
	border: 3px solid #fff;
	/* height: 100%; */
	position: relative;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	background: #000;
	border-radius: 3px 0 0 3px;
}
.hero-video video {
	position: relative;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.hero-form {
	padding-right: 0;
}
.register-form-outer {
	padding-left: 15px;
}
.register-form h3 {
	background: #d3c06c;
	color: #fff;
	padding: 15px 10px;
	border-radius: 3px 3px 0 0;
	text-align: center;
	font-size: 23px;
	margin: 0;
	font-weight: normal;
}
.register-form form {
	background-color: #fff;
	box-shadow: inset 0 0 0 3px #d3c06c;
	position: relative;
	padding: 0 30px 30px;
	border-radius: 0 3px 3px 0;
}
.register-form iframe{
	height: 410px;
}
.register-form p{
	margin-bottom:0;
}
.register-form button{
	margin-bottom:0;
}
.register-form-inr .wpcf7-submit {
	margin-top: 10px;
}
.register_terms_condition img {
	display: inline-block;
	width: 12px;
	margin-right: 3px;
}
.register_terms_condition p {
	font-size: 12px;
	text-align:center;
}
.register-form-inr {
	font-size: 14px;
	background: #fff;
	width: 100%;
	padding: 1rem;
	border-radius: 5px;
	position: relative;
	top: -6px;
}
.heroLogos {
	background: #f3f3f3;
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0;
}
.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.heroLogos .flex-row {
	justify-content: center;
}
.heroLogos .flex-row img {
	height: 40px;
	width: auto;
	margin: 5px 15px;
}
.heroTrading .container {
	position: relative;
}
.heroTrading .container .row {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.heroTrading-img{
	padding:0 15px;
}
.heroTrading-cont{
	padding:0 15px;
}
.heroTrading .container .hero-invest-img {
	position: relative;
	max-height: 500px;
}
.title-y-1 {
	color: #D3C06C;
	margin-top: -.1em;
	margin-bottom: 25px;
	font-size: 3em;
}
.howToStart {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 102%;
}
.sectionHeadline {
	font-weight: 500;
	color: #140900;
	margin-bottom: 30px;
	margin-top: -.15em;
	font-size: 3em;
}
.step-single{
	padding:0 15px;
}
.howToStart .sectionHeadline {
	color: #fff;
}
.howToStart .steps-wrap {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	background-color: rgba(20,9,0,0.85);
	box-shadow: 0 0 0 1px #D3C06C inset;
	padding: 10px;
	border-radius: 5px 5px 25px 5px;
}
.howToStart .steps-wrap .step-head {
	color: #fff;
	border-bottom: 3px solid #D3C06C;
	padding: 5px 0 0;
	margin-bottom: -.15em;
	font-family: "IBM Plex Sans",sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.howToStart .steps-wrap .step-head::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -11px;
	width: 20px;
	height: 20px;
	content: "";
	border-right: 3px solid #D3C06C;
	border-bottom: 3px solid #D3C06C;
	transform: rotate(-45deg);
}
.howToStart .steps-wrap .step {
	padding: 15px 0;
}
.howToStart .steps-wrap .step h3 {
	font-size: 1.5em;
	color: #0bb5d3;
	margin-bottom: 5px;
	margin-top: 5px;
}
.howToStart .steps-wrap .step p {
	color: #fff;
	line-height: 1.5;
}
.aboutOil {
	background: rgba(11,25,54,0.75);
	padding-top: 75px;
	padding-bottom: 75px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}
.howToStart-btn .btn {
	margin-top: 30px;
}
.aboutOil h2 {
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 4em;
	margin-bottom: 15px;
}
.aboutOil h3 {
	color: #d3c06c;
	text-align: center;
	margin-bottom: 0;
	font-size: 30px;
	margin-left: 0;
	font-weight: 500;
	line-height: 36px;
}
.famousPeople {
	background-color: #fff;
	padding-top: 75px;
	padding-bottom: 75px;
}
.famousPeople h2 {
	font-weight: 500;
	text-align: center;
	font-size: 4em;
	margin-bottom: 15px;
	color: #140900;
}
.famousPeople h3 {
	color: #d3c06c;
	text-align: center;
	margin-bottom: 60px;
	float: none;
}
.famousPeople .famousPeopleInnerWrap .row {
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	flex-wrap: wrap;
	width: 100%;
}
.famousPeople-box {
	padding: 30px 15px 0;
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
}
.famousPeople-box:first-child, .famousPeople-box:nth-child(2){
	padding-top:0;
	border-top:none;
	margin-top:0;
}
.famousPeopleSinglePerson {
	position: relative;
	height: 100%;
	padding-left: 120px;
	padding-top: 50px;
}

.famousPeopleSinglePerson h4,.famousPeopleSinglePerson p {
	position: relative;
	z-index: 4;
}
.famousPeopleSinglePerson h4{
	font-size: 24px;
	margin-top: 0;
	background: #fff;
	color: #0bb5d3;
	border-radius: 6px;
	padding: 15px 20px;
	margin-bottom: 25px;
}
.famousPeopleSinglePerson p{
	font-style: italic;
	margin-bottom: 0;
	padding-left: 60px;
	font-size: 1.25em;
}
.famousPeopleSinglePerson img {
	position: absolute;
	z-index: 2;
	overflow: hidden;
	width: 160px;
	height: 160px;
	top: 0;
	left: -5px;
	border-radius: 80px;
}
.app-features {
	padding-top: 75px;
	padding-bottom: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.app-features-single {
	padding: 0 15px;
}
.app-features h2 {
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 4em;
}
.app-features h3 {
	color: #d3c06c;
	text-align: center;
	margin-bottom: 60px;
	font-size: 2em;
	font-weight: 500;
}
.app-features .feature {
	color: #fff;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.app-features .feature .feature-icon {
	background: #fff;
}
.app-features .feature .feature-icon img {
	max-width: 200px;
	margin: 0 auto;
}
.app-features .feature .feature-name {
	font-size: 1.5em;
	font-weight: 700;
	font-family: "IBM Plex Sans",sans-serif;
	line-height: 1.1;
	background: #D3C06C;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
}
.app-features .feature .feature-text {
	padding: 15px 20px;
	background: #0b1936;
	color: #fff;
}
.app-features .feature .feature-text p{
	font-size: 1.25em;
	line-height: 1.4;
}
.userTable .userTable-block {
	padding: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	border-radius: 3px;
	margin-top: -210px;
	background-color: #fff;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.userTable .userTable-block h2 {
	color: #d3c06c;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	font-size: 4em;
}
.userTable #tradersTableWrap {
	text-align: center;
}
.userTable .tradersTableFadeOutWrap {
	position: relative;
	height: 521px;
	overflow-y: hidden;
}
.userTable .tradersTableFadeOutWrap .tradersTableFadeOut {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0) 0%,#fff 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0) 0%,#fff 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0) 0%,#fff 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);
}
table.tradersTable.table-striped {
	border: none;
	font-size: 15px;
	margin: 0;
}
table.tradersTable th, table.tradersTable td, table.tradersTable tr {
	border: none;
	height: 40px;
	font-size: 14px;
	overflow: hidden;
	color: #333;
}
table.tradersTable th{
	border-bottom: 1px solid #efe8ce;
	padding-left: 10px;
	color: #140900;
	background-color: #f5f1e1;
}
.userTable #tradersTableWrap table tr th {
	border-bottom: 1px solid #efe8ce;
	padding-left: 10px;
	color: #140900;
	background-color: #f5f1e1;
}
.userTable #tradersTableWrap table tr {
	height: 40px;
	line-height: 1;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.userTable #tradersTableWrap table tr td.tradersTableWinnerCell {
	color: #67cc00;
	font-weight: 700;
	white-space: nowrap;
}
.faq {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #f5f1e1;
}
.faq h2 {
	color: #140900;
	font-weight: 500;
	text-align: center;
	font-size: 4em;
	margin-bottom: 30px;
}
.faq .faq-inr {
	float: none;
	margin: auto;
}
.faq .faqItem {
	border: 1px solid #e8dfbb;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 15px;
	overflow: hidden;
}
.faq .faqItem:last-child {
	margin: 0;
}
.faq .faqToggle {
	display: block;
	cursor: pointer;
	padding: 10px;
	color: #140900;
	padding-left: 65px;
	background-size: 16px;
	background-position: 17px center;
	background-repeat: no-repeat;
	transition: background 150ms linear;
	position: relative;
	font-size: 1.5em;
	background-color: #fff;
}
.faq .faqToggle:hover{
	text-decoration: none;
	background-color: #fffefe;
	color: #D3C06C;
}
.faq .faqToggle::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	background-color: rgba(208,166,46,0.1);
	border-right: 1px solid #faf6e9;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
.faq .faqToggle.active{
	background-color: #0b1936;
	color: #fff;
}
.faq .faqToggle::before {
	background-image: url('/assets/img/plus-icon.svg');
}
.faq .faqToggle.active::before{
	background-image: url('/assets/img/minus-white-icon.svg');
}
.faq .collapse {
	display: none;
}
.faq .faqBlock p {
	margin: 0;
	font-size: 1.1em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.faq .faqBlock p:first-child {
	padding-top: 15px;
}
.getStarted {
	text-align: center;
}
.getStarted p{
	margin:0;
}
.getStarted .btn{
	margin-top:30px;
}

/* FOOTER-CSS-START */
footer {
	background-color: #140900;
	padding: 45px 0;
	color: #969696;
	line-height: 30px;
	position: relative;
	font-size: .8em;
	float: left;
	width: 100%;
}
footer .footer-logo img{
	width: auto;
	height: 30px !important;
}
.footerLinks {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footerLinks ul{
	line-height:1;
}
.footerLinks a {
	color: #969696;
	margin-left: 15px;
	font-weight:normal;
}
.footer-copyright {
	margin: 0;
	float: right;
	font-size: 14px;
	font-weight: 400;
	margin-left: 25px;
	margin-top: 5px;
}
.footerLinks .copyright {
	margin-left: 15px;
}
.footerLinks .copyright:before {
	content: "•";
	margin-right: 15px;
	color: #D3C06C;
}
.disclaimerFooter {
	font-size: 1em;
	color: #8d8d8d;
	padding: 15px;
	border: 1px solid rgba(255,255,255,0.25);
	margin-top: 15px;
}
.disclaimerFooter p {
	line-height: 1.1;
	font-size: 11px;
}
.disclaimerFooter p:not(:last-child) {
	margin: 0 0 8px;
}
.footer-flex-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footerLinks li {
	font-size: 12px;
	margin: 0;
	display: inline-block;
}
.cookie-bar {
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	position: fixed;
	background-color: rgba(20,9,0,0.95);
}
.cookie-bar__inner {
	color: #fff;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 15px;
	line-height: 1.3;
	padding: 1.25rem .5rem;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 0;
	max-width: calc(100% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cookie-bar__message {
	padding-right: 15px;
}
.cookie-bar__buttons {
	display: block;
	margin-top: .375rem;
	min-width: 160px;
	text-align: center;
}
button.cookie-bar__btn {
	background-color: #0bb5d3;
	color: #fff;
	border: none;
	border-radius: 2px;
	padding: 8px;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
	font-size: 20px;
	display: block;
	width: 100%;
	margin: 0 auto .25em;
	text-decoration: none !important;
}
.cookie-bar a {
	color: #fff;
	text-decoration: underline;
}
/* FOOTER-CSS-END */

/* 20-OCT-2021-START */
.date-author-cl {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	font-family: ibm plex sans,sans-serif;
}
/* 20-OCT-2021-END */

/* HOME-PAGE-CSS-END*/


/* MEDIA-CSS-START */
@media only screen and (min-width: 768px){
	.custom-col-sm-9{
		width: 75%;
	}
	.custom-col-sm-8{
		width: 66.666667%;
	}
	.custom-col-sm-7{
		width: 58.333333%;
	}
	.custom-col-sm-6{
		width:50%;
	}
	.custom-col-sm-5{
		width:41.666667%;
	}
	.custom-col-sm-4{
		width: 33.333333%;
	}
	.custom-col-sm-3{
		width:25%;
	}

}
@media only screen and (min-width: 992px){
	.custom-col-md-9{
		width: 75%;
	}
	.custom-col-md-8{
		width: 66.666667%;
	}
	.custom-col-md-7{
		width: 58.333333%;
	}
	.custom-col-md-6{
		width:50%;
	}
	.custom-col-md-5{
		width:41.666667%;
	}
	.custom-col-md-4{
		width: 33.333333%;
	}
	.custom-col-md-3{
		width:25%;
	}

}
@media only screen and (min-width: 1200px){
	.custom-col-lg-9{
		width: 75%;
	}
	.custom-col-lg-8{
		width: 66.666667%;
	}
	.custom-col-lg-7{
		width: 58.333333%;
	}
	.custom-col-lg-6{
		width:50%;
	}
	.custom-col-lg-5{
		width:41.666667%;
	}
	.custom-col-lg-4{
		width: 33.333333%;
	}
	.custom-col-lg-3{
		width:25%;
	}

}


@media only screen and (max-width: 1200px) and (min-width: 992px){
	h1 {
		font-size: 40px;
		line-height: 1.1;
	}
	h2 {
		font-size: 28px;
		line-height: 1.1;
	}
	h3 {
		font-size: 22px;
	}
	p.lead {
		font-size: 1.3em;
		line-height: 1.5;
	}
	.btn {
		font-size: 1.3em;
	}
	.container {
		width: 970px;
	}
	/*HOME-PAGE-CSS-START*/
	.heroSubheadline {
		font-size: 2.2em;
		margin-bottom: 20px;
	}
	.register-form form {
		padding: 0 20px 10px;
	}
	.register-form h3 {
		padding: 20px 20px;
		font-size: 18px;
	}
	.title-y-1 {
		font-size: 2.3em;
	}
	.sectionHeadline {
		font-size: 2.2em;
		margin-bottom: 22px;
	}
	.howToStart .steps-wrap .step-head {
		font-size: 2em;
	}
	.aboutOil {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.aboutOil h2 {
		font-size: 3em;
	}
	.aboutOil h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.famousPeople {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.famousPeople h2 {
		font-size: 3em;
	}
	.famousPeopleSinglePerson img {
		width: 120px;
		height: 120px;
	}
	.famousPeopleSinglePerson {
		padding-left: 90px;
		padding-top: 30px;
	}
	.famousPeopleSinglePerson h4 {
		font-size: 22px;
	}
	.famousPeopleSinglePerson p {
		padding-left: 30px;
	}
	.app-features h2 {
		font-size: 3em;
	}
	.app-features .feature .feature-name {
		font-size: 1.2em;
	}
	.app-features .feature .feature-text p {
		font-size: 1.15em;
		line-height: 1.4;
	}
	.userTable .userTable-block h2 {
		margin-bottom: 22px;
		font-size: 3em;
	}
	.faq h2 {
		font-size: 3em;
		margin-bottom: 22px;
	}
	.faq .faqToggle {
		font-size: 1.35em;
	}
	/*HOME-PAGE-CSS-END*/

}

@media only screen and (max-width: 991px) and (min-width: 768px){
	h1 {
		font-size: 32px;
		line-height: 1.1;
	}
	h2 {
		font-size: 24px;
		line-height: 1.2;
	}
	h3 {
		font-size: 22px;
	}
	h4{
		font-size: 20px;
		line-height: 28px;
	}
	h5{
		font-size: 19px;
		line-height: 28px;
	}
	p.lead {
		font-size: 1.3em;
		line-height: 1.5;
	}
	.btn {
		font-size: 1.3em;
	}
	.container {
		width: 750px;
	}
	/*HOME-PAGE-CSS-START*/
	.heroSubheadline {
		font-size: 2.2em;
		margin-bottom: 15px;
	}
	.register-form form {
		padding: 0 20px 10px;
	}
	.register-form h3 {
		padding: 20px 20px;
		font-size: 18px;
	}
	.title-y-1 {
		font-size: 2em;
	}
	.sectionHeadline {
		font-size: 2.2em;
		margin-bottom: 22px;
	}
	.howToStart .steps-wrap .step-head {
		font-size: 2em;
	}
	.aboutOil {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.aboutOil h2 {
		font-size: 2.5em;
	}
	.aboutOil h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.famousPeople {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.famousPeople h2 {
		font-size: 2.5em;
	}
	.famousPeopleSinglePerson img {
		width: 120px;
		height: 120px;
	}
	.famousPeopleSinglePerson {
		padding-left: 90px;
		padding-top: 30px;
	}
	.famousPeopleSinglePerson h4 {
		font-size: 20px;
		padding: 10px 15px;
	}
	.famousPeopleSinglePerson p {
		padding-left: 20px;
	}
	.app-features-single {
		padding: 0 7px;
	}
	.app-features h2 {
		font-size: 2.5em;
	}
	.app-features h3 {
		margin-bottom: 40px;
	}
	.app-features .feature .feature-name {
		font-size: 1.2em;
	}
	.app-features .feature .feature-text p {
		font-size: 1.15em;
		line-height: 1.4;
	}
	.userTable .userTable-block h2 {
		margin-bottom: 22px;
		font-size: 2.5em;
	}
	.faq h2 {
		font-size: 2.5em;
		margin-bottom: 22px;
	}
	.faq .faqToggle {
		font-size: 1.35em;
	}
	.getStarted .btn {
		margin-top: 10px;
	}
	/*HOME-PAGE-CSS-END*/

}

@media only screen and (max-width: 767px){
	h1 {
		font-size: 32px;
		line-height: 1.2;
	}
	h2 {
		font-size: 24px;
		line-height: 1.2;
	}
	h3 {
		font-size: 22px;
	}
	h4{
		font-size: 20px;
		line-height: 28px;
	}
	h5{
		font-size: 19px;
		line-height: 28px;
	}
	p.lead {
		font-size: 1.3em;
		line-height: 1.5;
	}
	.btn {
		font-size:18px;
	}
	.container, .header-inner, .section-inner {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	/* HOME-PAGE-CSS-START */
	.header-titles-wrapper {
		justify-content: center;
	}
	.heroSubheadline {
		font-size: 2em;
		margin-bottom: 15px;
	}
	.hero-video video {
		position: relative;
	}
	.register-form-outer {
		padding: 20px 0 0;
	}

	.heroTrading {
		text-align: center;
	}
	.heroTrading .container .hero-invest-img {
		max-height: inherit;
		display: inline-block;
		max-width: 300px;
		width:100%;
	}
	.heroTrading-cont {
		padding: 0;
	}
	.title-y-1 {
		margin-bottom: 17px;
		font-size: 2em;
	}
	.sectionHeadline {
		font-size: 2em;
	}
	.howToStart {
		text-align: center;
	}
	.step-single {
		padding: 0;
	}
	.howToStart .steps-wrap .step-head {
		font-size: 2em;
	}
	.aboutOil {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.aboutOil h2 {
		font-size: 2.3em;
	}
	.aboutOil h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.famousPeople .famousPeopleInnerWrap .row {
		justify-content: center;
		text-align: center;
	}
	.famousPeopleSinglePerson {
		padding-left: 0;
		padding-top: 0;
	}
	.famousPeople-box {
		padding: 30px 0 0;
		margin-top: 30px;
	}
	.famousPeople {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.famousPeople-box:nth-child(2) {
		border-top: 1px solid #e6e6e6;
		padding-top: 30px;
		margin-top: 30px;
	}

	.famousPeople h2 {
		font-size: 2.3em;
	}
	.famousPeople h3 {
		margin-bottom: 40px;
	}
	.famousPeopleSinglePerson img {
		width: 120px;
		height: 120px;
		display: inline-block;
		position: relative;
	}
	.famousPeopleSinglePerson h4 {
		margin: 20px 0 10px;
		padding: 0;
	}
	.famousPeopleSinglePerson p {
		padding-left: 0;
	}

	.app-features {
		padding-top: 50px;
		padding-bottom: 25px;
		text-align: center;
	}
	.app-features-single {
		padding: 0;
	}
	.app-features h2 {
		font-size: 2.3em;
		margin-bottom: 15px;
	}
	.app-features h3 {
		margin-bottom: 40px;
		font-size: 1.8em;
	}
	.userTable .userTable-block {
		padding: 30px 15px;
	}
	.userTable .userTable-block {
		margin-top: 0;
	}
	.userTable .userTable-block h2 {
		margin-bottom: 22px;
		font-size: 2.3em;
	}
	.faq h2 {
		font-size: 2.3em;
	}
	.getStarted .btn {
		margin-top: 0;
	}
	.footerLinks {
		justify-content: center;
		margin-top: 20px;
		text-align: center;
		flex-wrap: inherit;
	}
	.footer-copyright {
		margin-left: 0;
		margin-top: 7px;
	}
	.cookie-bar__inner {
		flex-wrap: wrap;
	}
	.cookie-bar__message {
		padding: 0 0 15px;
		width: 100%;
		text-align: center;
	}
	footer {
		text-align: center;
	}
	footer .footer-logo img {
		display: inline-block;
	}
	.footerLinks li {
		font-size: 14px;
	}
	.footerLinks li:first-child a {
		margin-left: 0;
	}
	.cookie-bar__buttons {
		min-width: 100%;
	}
	.cookie-bar__inner{
		padding-left:0;
		padding-right:0;
	}
	button.cookie-bar__btn {
		font-size: 16px;
	}
}


@media only screen and (max-width: 479px) {
	h1 {
		font-size: 26px;
		line-height: 1.2;
	}

	h2 {
		font-size: 20px;
		line-height: 1.2;
	}

	h3 {
		font-size: 18px;
		line-height: 1.2;
	}

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

	h5 {
		font-size: 17px;
		line-height: 28px;
	}

	p {
		font-size: 15px;
	}

	p.lead {
		font-size: 1.2em;
		line-height: 1.5;
	}

	.btn {
		font-size: 16px;
	}

	section {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	/* HOME-PAGE-CSS-START */
	.heroSubheadline {
		font-size: 1.5em;
		margin-bottom: 15px;
	}

	.register-form form {
		padding: 0 15px 10px;
	}

	.register-form h3 {
		padding: 20px;
		font-size: 18px;
	}

	.heroTrading .container .hero-invest-img {
		max-width: 220px;
	}

	.title-y-1 {
		margin-bottom: 12px;
		font-size: 1.5em;
	}

	.sectionHeadline {
		font-size: 1.3em;
		line-height: 1.3;
		margin-bottom: 20px;
	}

	.howToStart .steps-wrap .step-head {
		font-size: 1.5em;
	}

	.aboutOil {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.aboutOil h2 {
		font-size: 1.8em;
		margin-bottom: 12px;
	}

	.aboutOil h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.famousPeople h2 {
		font-size: 1.8em;
	}

	.app-features h2 {
		font-size: 1.8em;
		margin-bottom: 15px;
	}

	.app-features h3 {
		margin-bottom: 25px;
		font-size: 1.4em;
	}

	.app-features .feature .feature-name {
		font-size: 1.3em;
		line-height: 1.1;
	}

	.app-features .feature .feature-text p {
		font-size: 1.1em;
		line-height: 1.4;
	}

	.app-features .feature {
		margin-bottom: 20px;
	}

	.userTable .userTable-block h2 {
		margin-bottom: 17px;
		font-size: 1.8em;
	}

	.faq {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.faq h2 {
		font-size: 1.8em;
		margin-bottom: 20px;
	}

	.faq .faqToggle {
		font-size: 1.2em;
	}

	.faq .faqItem {
		margin-bottom: 7px;
	}
}
.heroSection, .app-features, .aboutOil {
	background-image:url("/assets/img/oil_bg.jpeg");
}
.heroLogos{
	height: 80px;
}
#about {
	padding-bottom: 20px;
}
.fa-check{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	background-image:url("/assets/img/check.svg");
	color: #67cc00;
	font-weight: 700;
	white-space: nowrap;
	width: 20px;
	height: 20px;
}
.fa-long-arrow-right{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	background: url("/assets/img/long-arrow-alt-right.svg") no-repeat center;
	background-size: cover;
	color: #67cc00;
	font-weight: 700;
	white-space: nowrap;
	width: 22px;
	height: 14px;
}
/* HOME-PAGE-CSS-END */
