﻿body{
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
ul,li{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a:hover{
	text-decoration: none;
}
/** start **/
p{
	font-size: 14px;
}
h2{
	font-size: 44px;
}
h1{
	font-size: 68px;
}

/****************************************/
/***********START MENU***********/
body{

}
.top-1 li{
	list-style: none;
	display: inline-block;
	margin-right: 15px;
	color: #fff;
}
	.top-1 li a{
		color: #fff;
		font-size: 13px;
	}
.top-nav {
	background-color: #12225c;
	padding: 10px 0;
}
.top-2 li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
	color: #fff;
}

	.top-2 li a {
		color: #fff;
		font-size: 13px;
	}

.top-2 {
	text-align: right;
}
.navbar-nav li{
	margin: 0 12px;
}
.navbar-light .navbar-nav .nav-link {
	color: rgb(0 0 0);
	font-weight: 700;
	font-size: 16px;
	box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.1);
}
.log-btnx {
	padding: 8px 28px;
	color: #ffffff;
	border: 2px solid #af0000;
	border-radius: 20px;
	font-size: 15px;
	background-color: #e60808;
}
	.log-btnx:hover{
		color: #000;
	}

.log-btnx1 {
	padding: 8px 28px;
	color: #fff;
	border: 2px solid #14964f;
	border-radius: 20px;
	background-color: #14964f;
	margin-left: 15px;
	font-size: 15px;
}

.log-btnx1:hover {
	color: #fff;
}
.banner h2{
	font-size: 46px;
	margin-bottom: 15px;
	color: #fff;
}
.banner h6{
	font-size: 17px;
	margin-bottom: 10px;
	color: #fff;
}

.log-btnx2 {
	padding: 8px 28px;
	color: #fff;
	border: 2px solid #14964f;
	border-radius: 20px;
	background-color: #14964f;
	font-size: 15px;
}
.banner p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
}


	.log-btnx1:hover {
		color: #fff;
	}
.vb{
	margin: 35px 0;
}
.banner{
	background-image: url(../images/bnr.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 95px 0;
}
.log-btnx3 {
	padding: 8px 28px;
	color: #fff;
	border: 2px solid #ccc;
	border-radius: 20px;
	font-size: 15px;
	margin-top: 35px;
}

/***********************************/

.market-row {
	display: flex;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.market-card {
	flex: 1;
	padding: 25px 20px;
	border-right: 1px solid #dcdcdc;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

	.market-card:last-child {
		border-right: none;
	}

	.market-card h5 {
		font-weight: 700;
		color: #004a87;
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 25px;
		font-weight: 700;
		text-transform: uppercase;
		background: #12225c;
		background: linear-gradient(to right, #12225c 2%, #0e89c8 70%);
		background-size: 100%;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

		.market-card h5::after {
			content: " ▸";
			color: #004a87;
		}

	.market-card p {
		font-size: 15px;
		color: #333;
		margin: 0;
	}

.highlight-blue {
	color: #0061b0;
	font-weight: 700;
}

@media (max-width: 992px) {
	.market-row {
		flex-direction: column;
	}

	.market-card {
		border-right: none;
		border-bottom: 1px solid #dcdcdc;
		padding: 10px;
	}

		.market-card:last-child {
			border-bottom: none;
		}
}

.zx {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	background-color: #fff;
	margin-top: -10px;
	border-radius: 12px;
}
.about{
	margin: 60px 0;
}
.about h2{
	font-size: 36px;
	margin-bottom: 20px;
}
.about p{
	margin-bottom: 35px;
}
.mnb img{
	width: 20%;
	margin-bottom: 25px;
}
.mnb h5{
	margin-bottom: 5px;
	font-size: 24px;
}
.mnb a {
	color: #333;
	text-transform: uppercase;
}
.mnb {
	box-shadow: 0 20px 10px -20px rgba(0,0,0,0.45) inset, -20px 0 10px -20px rgba(0,0,0,0.45) inset;
	
	padding: 25px;
	border-radius: 15px;
	margin-bottom: 25px;
}
.price {
	background-image: url(../images/ab.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 95px 0;
}
	.price h4{
		font-size: 36px ;
		color: #fff;margin-bottom: 15px;
	}
	.price h5{
		color: #fff;
		margin-bottom: 15px;
	}
	.price p{
		margin-bottom: 25px;
		color: #fff;
	}
.reward{
	padding: 95px 0;
}
	.reward h3{
		font-size: 36px;
		margin-bottom: 15px;

	}
	.reward h6{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.reward img{
		margin: 15px 0;

	}
	.reward h5 {
		font-size: 24px;
		margin-bottom: 15px;
		color: #12225c;
		font-weight: 600;
	}
.trading{
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 95px 0;
	color: #fff;
}
.trading h3{
	font-size: 42px;
	margin-bottom: 20px;
}
.trading p{
	font-size: 18px;
	margin-bottom: 35px;
}




/********************************/


.footer-section {
	background: #fff;
	position: relative;
	margin-top: 10px;
}

.footer-cta {
	border-bottom: 1px solid #373636;
}

.single-cta i {
	color: #ff5e14;
	font-size: 30px;
	float: left;
	margin-top: 20px;
}

.cta-text {
	padding-left: 15px;
	display: inline-block;
}

	.cta-text h4 {
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 2px;
	}

	.cta-text span {
		color: #000;
		font-size: 15px;
	}

.footer-content {
	position: relative;
	z-index: 2;
}

.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}

.footer-logo {
	margin-bottom: 30px;
}

	.footer-logo img {
		max-width: 200px;
	}

.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	color: #000;
	line-height: 28px;
}

.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}

.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}

.facebook-bg {
	background: #3B5998;
}

.twitter-bg {
	background: #55ACEE;
}

.google-bg {
	background: #DD4B39;
}

.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}

	.footer-widget-heading h3::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -15px;
		height: 2px;
		width: 50px;
		background: #ff5e14;
	}

.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}

	.footer-widget ul li a:hover {
		color: #ff5e14;
	}

	.footer-widget ul li a {
		color: #000;
		text-transform: capitalize;
	}

.subscribe-form {
	position: relative;
	overflow: hidden;
}

	.subscribe-form input {
		width: 100%;
		padding: 14px 28px;
		background: #2E2E2E;
		border: 1px solid #2E2E2E;
		color: #fff;
	}

	.subscribe-form button {
		position: absolute;
		right: 0;
		background: #ff5e14;
		padding: 13px 20px;
		border: 1px solid #ff5e14;
		top: 0;
	}

		.subscribe-form button i {
			color: #fff;
			font-size: 22px;
			transform: rotate(-6deg);
		}

.copyright-area {
	background: #13215e;
	padding: 25px 0;
}

.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
}

	.copyright-text p a {
		color: #ff5e14;
	}

.footer-menu li {
	display: inline-block;
	margin-left: 20px;
}

	.footer-menu li:hover a {
		color: #ff5e14;
	}

	.footer-menu li a {
		font-size: 14px;
		color: #878787;
	}
.about-banner{
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 62px 0;
}
	.about-banner h2{
		color: #fff;
	}
	.about-banner h6 {
		color: #fff;
	}
	.about-banner h1 {
		color: #fff;
		font-size: 46px;
		margin-bottom: 15px;
	}
	.te{
		padding: 36px 0;
	}
.opo {
	background-color: #ffa500de;
	padding: 36px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}







	@media only screen and (max-width: 480px ) {
		.market-card h5
		Specificity: (0,1,1) {
			font-weight: 700;
			color: #004a87;
			margin-bottom: 10px;
			font-size: 17px;
			line-height: 25px;
			font-weight: 700;
			text-transform: uppercase;
			background: #12225c;
			background: linear-gradient(to right, #12225c 2%, #0e89c8 70%);
			background-size: 100%;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}
		.market-card p {
			font-size: 13px;
			color: #333;
			margin: 0;
		}
		.market-card {
			border-right: none;
			border-bottom: 1px solid #dcdcdc;
			padding: 2px;
		}
			.market-card h5 {
				font-weight: 700;
				color: #004a87;
				margin-bottom: 4px;
				font-size: 17px;
				line-height: 25px;
				font-weight: 700;
				text-transform: uppercase;
				background: #12225c;
				background: linear-gradient(to right, #12225c 2%, #0e89c8 70%);
				background-size: 100%;
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
			}
		.about h2 {
			font-size: 21px;
			margin-bottom: 20px;
		}
		.mnb h5 {
			margin-bottom: 5px;
			font-size: 21px;
		}
		.about p {
			margin-bottom: 20px;
			font-size: 13px;
		}
		.mnb a {
			color: #333;
			text-transform: uppercase;
			font-size: 14px;
		}
		.price h4 {
			font-size: 26px;
			color: #fff;
			margin-bottom: 15px;
		}
		.reward h3 {
			font-size: 24px;
			margin-bottom: 15px;
		}
		.trading h3 {
			font-size: 31px;
			margin-bottom: 20px;
		}
		.trading p {
			font-size: 13px;
			margin-bottom: 35px;
		}
	}