@charset "utf-8";
/*

	font-family: 'Montserrat', sans-serif;
	font-family: 'Montserrat Alternates', sans-serif;
	light - 300
	regular - 400
	medium - 500
	semi-bold  - 600
	bold - 700

	extra-bold - 800

	black - 900

*/



body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	background: #fff url(../images/what-bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
a {
	cursor: pointer !important;
	text-decoration: none !important;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
}
 @-webkit-keyframes heartbeat {
 from {
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-transform-origin: center center;
 transform-origin: center center;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 10% {
 -webkit-transform: scale(0.91);
 transform: scale(0.91);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 17% {
 -webkit-transform: scale(0.98);
 transform: scale(0.98);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 33% {
 -webkit-transform: scale(0.87);
 transform: scale(0.87);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 45% {
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
}
 @keyframes heartbeat {
 from {
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-transform-origin: center center;
 transform-origin: center center;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 10% {
 -webkit-transform: scale(0.91);
 transform: scale(0.91);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 17% {
 -webkit-transform: scale(0.98);
 transform: scale(0.98);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 33% {
 -webkit-transform: scale(0.87);
 transform: scale(0.87);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 45% {
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
}
 @-webkit-keyframes floater-2 {
0% {
transform: translate3d(0px, 0px, 0px);
}
50% {
transform: translate3d(0px, -10px, 0px);
}
100% {
transform: translate3d(0px, 0px, 0px);
}
}
 @keyframes floater-2 {
0% {
transform: translate3d(0px, 0px, 0px);
}
50% {
transform: translate3d(0px, -10px, 0px);
}
100% {
transform: translate3d(0px, 0px, 0px);
}
}
.gt-start-earning-anim-m2 {
/* margin: 0 auto;*/



}
.floater-2 {
	-webkit-animation: floater-2 infinite 4s ease-in-out;
	-moz-animation: floater-2 infinite 4s ease-in-out;
	animation: floater-2 infinite 4s ease-in-out;
	animation-fill-mode: forwards;
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.blink {
	text-align: center;
}
 @keyframes blink {
 0% {
opacity: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 1;
}
}
/******************************************************************/



/******************************************************************/



.banner-bg {
	background: url("../images/banner-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	min-height: 800px;
	margin: 0px 0px 0px 0px;
}
header {
	width: 100%;
	background-size: cover;
	padding: 10px 0px 0px 0px;
	position: relative;
	z-index: 11111;
}
header .navbar-inverse {
	margin: 0;
	min-height: auto;
	border-radius: 0;
	border: 0;
	background: none;
	padding: 0px 0px 0px 0px;
}
header .navbar-collapse {
	padding: 0;
}
header .navbar-right {
	margin: 0;
	margin-right: 0px;
	float: right !important;
}
header .navbar-inverse .navbar-nav > li {
	padding: 16px 5px;
	display: inline-block;
	vertical-align: middle;
	float: none;
	overflow: hidden;
}
header .navbar-inverse .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	transition: .3s;
	vertical-align: middle;
	padding: 0;
}
header .navbar-inverse .navbar-nav > li > a:hover {
	transition: .3s;
	color: #fed408;
}
header .navbar-inverse .navbar-nav > li .btn {
	height: 43px;
	line-height: 40px;
	padding: 0 20px !important;
}
header .navbar-inverse .navbar-header {
	padding: 0;
}
header .navbar-inverse .navbar-header a {
	display: inline-block;
}
header .navbar-inverse .navbar-header a img {
	display: inline-block;
	transform-origin: 100% 0;
	margin: 10px 0px 10px 0px;
}
header .navbar-inverse .navbar-nav > li.btn_menu {
	padding: 17px 3px;
}
header .navbar-inverse .navbar-nav > li a.btn.btn-primary {
	min-width: 128px;
	height: 43px;
	line-height: 43px;
	box-shadow: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #fed408 !important;
}
header .head-but-1 {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 400!important;
	font-size: 12px!important;
	color: #ffffff !important;
	background: #1d1e2b!important;
	border-radius: 50px;
	line-height: 43px!important;
	border: 1px solid #1d1e2b!important;
	display: inline-block !important;
	padding: 0px 18px!important;
	box-shadow: inset 0 0 0 0 #ffffff;
	transition: 0.7s !important;
}
header .head-but-1 i {
	font-size: 30px;
	color: #ffffff;
	background: transparent;
	width: 40px;
	height: 40px;
	top: 6px;
	position: relative;
	transition: 0.7s;
}
header .head-but-1:hover {
	color: #000000!important;
	background: #fed408!important;
	transition: 0.7s !important;
	box-shadow: inset 0 50px 0 0 #fed408;
}
header .head-but-2 {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500!important;
	font-size: 12px!important;
	color: #ffffff !important;
	background: #1d1e2b!important;
	border-radius: 50px;
	border: 1px solid #1d1e2b!important;
	display: inline-block !important;
	padding: 6px 18px!important;
	box-shadow: inset 0 0 0 0 #ffffff;
	transition: 0.7s !important;
}
header .head-but-2:hover {
	color: #000000!important;
	background: #fed408 !important;
	transition: 0.7s !important;
	box-shadow: inset 0 40px 0 0 #fed408;
}
header .head-but-3 {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500!important;
	font-size: 12px!important;
	color: #ffffff !important;
	background: #000000!important;
	border-radius: 50px;
	border: 1px solid #ffffff!important;
	display: inline-block !important;
	padding: 6px 18px!important;
	box-shadow: inset 0 0 0 0 #ffffff;
	transition: 0.7s !important;
}
header .head-but-3:hover {
	color: #000000!important;
	background: #fed408 !important;
	transition: 0.7s !important;
	box-shadow: inset 0 40px 0 0 #fed408;
}
header .head-but-4 {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500!important;
	font-size: 12px!important;
	color: #fed408 !important;
	display: inline-block !important;
	padding: 10px 18px!important;
	box-shadow: inset 0 0 0 0 #ffffff;
	transition: 0.7s !important;
}
header .head-but-4:hover {
	color: #ffffff!important;
}
/******************************************************************/



/******************************************************************/



.stat-bg {
	background: #0c0d14;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.stat-bg .stat {
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 40px 0px;
}
.stat-bg .stat .stat-1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.stat-bg .stat .stat-1 .stat-img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.stat-bg .stat .stat-1 .stat-img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.stat-bg .stat .stat-1 .stat-text {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 75px;
}
.stat-bg .stat .stat-1 .stat-text h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fefefe;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.stat-bg .stat .stat-1 .stat-text p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fefefe;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
/******************************************************************/



/******************************************************************/



.about-bg {
	background: url("../images/about-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
}
.about-bg .about .about-text {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 30px 0px;
	border-bottom: 1px solid #000000;
}
.about-bg .about .about-text h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #1b1c2a;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.about-bg .about .about-left {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-left h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #1b1c2a;
	width: 400px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-left .about-1 {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 50px 0px;
}
.about-bg .about .about-left .about-1 .about-img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 0px 0px;
}
.about-bg .about .about-left .about-1 .about-img img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-left .about-1 .about-det {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-left .about-1 .about-det p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #1b1c2a;
	width: 485px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-left .but-img {
	background: url(../images/button-img.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 190px;
	min-height: 195px;
	float: right;
	right: -81px;
	line-height: 30px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #1b1c2a;
	padding: 110px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-left .but-img:hover {
	background: url("../images/button-hover.png");
	background-size: cover;
	color: #ffffff;
}
.about-bg .about .about-right p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #757479;
	width: 195px;
	position: relative;
	left: 380px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-right .about-right-text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-right .about-right-text h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #2a2a31;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 110px;
}
.about-bg .about .about-right .about-right-text h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #777777;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 115px;
}
.about-bg .about .about-right .about-right-img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-right .about-right-img img {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 50px;
	width: 380px;
	min-height: 320px;
}
.about-bg .about .about-right .about-right-1 {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
.about-bg .about .about-right .about-right-1 .right-img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-right .about-right-1 .right-img img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 100px;
}
.about-bg .about .about-right .about-right-1 .right-text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-right .about-right-1 .right-text h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #63636c;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 200px;
}
/******************************************************************/



/******************************************************************/



.plan-bg {
	background: url("../images/plan-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.plan-bg .plan {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
}
.plan-bg .plan .plan-text {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 50px 0px;
}
.plan-bg .plan .plan-text p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #757479;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.plan-bg .plan .plan-main {
	padding: 30px 0px 30px;
}
.plan-bg .plan .plan-main .nav-tabs {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.plan-bg .plan .plan-main .nav-tabs > li > a {
	background: url(../images/plan-img.png);
	background-size: contain;
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
	width: 62px;
	min-height: 55px;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #ffc600;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.plan-bg .plan .plan-main .nav > li {
	padding: 0 10px;
	margin: 0px 0;
	float: none;
	display: inline-block;
}
.plan-bg .plan .plan-main .nav-tabs > li.active > a, .plan-bg .plan .plan-main .nav-tabs > li.active > a:hover, .plan-bg .plan .plan-main .nav-tabs > li.active > a:focus {
	background: url("../images/plan-hover.png");
	color: #000000;
	border: none;
	cursor: default;
}
.plan-bg .plan .plan-main .nav-tabs > li > a:hover, .plan-bg .plan .plan-main .nav-tabs > li:hover > a {
	padding: 0px 0px;
	border-radius: 0px;
	color: #ffc600;
}
.plan-bg .plan .plan-main .tab-content {
	float: left;
	width: 100%;
	padding: 0px 0px 0px;
}
.plan-bg .plan .plan-main .tab-content > .tab-pane {
	padding: 20px 0 0 0;
}
.plan-bg .plan .plan-main .planbg {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.plan-bg .plan .plan-main .planbg .invest-head {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}
.plan-bg .plan .plan-main .planbg .invest-head h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #1d1e2b;
	width: 130px;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.plan-bg .plan .plan-main .planbg .invest-det {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.plan-bg .plan .plan-main .planbg .invest-det p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #1d1e2b;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 0px 70px;
}
.plan-bg .plan .plan-main .planbg .invest-det p span {
	color: #747579;
	font-size: 14px;
	font-weight: 500;
	float: left;
	width: 160px;
}
.plan-bg .plan .plan-det {
	padding: 0px 0px 0px 0px;
	margin: 70px 0px 0px 0px;
}
.plan-bg .plan .plan-det h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.plan-bg .plan .plan-det h4 a {
	font-weight: 400;
	color: #747579;
}
.plan-bg .plan .plan-det h4 a:hover {
	color: #000;
}
.plan-bg .plan .plan-right {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.plan-bg .plan .plan-right h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 90px;
	font-weight: 800;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 10px -35px;
}
.plan-bg .plan .plan-right h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #1d1e2b;
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.plan-bg .plan .plan-right p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #747579;
	width: 370px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 100px;
}
.plan-bg .plan .plan-right .plan-but {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.plan-bg .plan .plan-right .plan-but a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline!important;
}
.plan-bg .plan .plan-right .plan-but a:hover {
	color: #ffc600;
}
/******************************************************************/



/******************************************************************/



.calculate-bg {
	background: #ffffff;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.calculate-bg .calculate {
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 60px 0px;
}
.calculate-bg .calculate .deposit {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.calculate-bg .calculate .deposit h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #1d1e2b;
	margin: 0px 0px 20px 0px;
}
.calculate-bg .calculate .deposit select {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #1d1e2b;
	border: 1px solid #000000;
	width: 100%;
	min-height: 50px;
	padding: 10px 0px 10px 10px;
	outline: none;
}
.calculate-bg .calculate .deposit input {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #1d1e2b;
	border: 1px solid #000000;
	width: 100%;
	min-height: 50px;
	padding: 10px 0px 10px 10px;
	outline: none;
	border-radius: 0;
}
.calculate-bg .calculate .deposit h6 span {
	font-size: 23px;
	font-weight: 500;
	float: right;
	margin: 15px 0px 0px 0px;
}
.calculate-bg .calculate .deposit p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #bfbfbf;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.calculate-bg .calculate .deposit p span {
	margin: 0px 0px 0px 0px;
	float: right;
}
.calculate-bg .calculate .profit {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
.calculate-bg .calculate .profit h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #1d1e2b;
	margin: 20px 0px 10px 0px;
}
.calculate-bg .calculate .profit input {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #747579;
	padding: 0px 0px 0px 0px;
	border: none;
	background: transparent;
}
.calculate-bg .calculate .return {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 60px;
}
.calculate-bg .calculate .return h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #1d1e2b;
	margin: 20px 0px 10px 0px;
}
.calculate-bg .calculate .return input {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #747579;
	padding: 0px 0px 0px 0px;
	border: none;
	background: transparent;
}
.calculate-bg .calculate .but-img1 {
	background: url(../images/button-img-2.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 260px;
	min-height: 245px;
	float: left;
	left: 0px;
	line-height: 30px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #1b1c2a;
	text-align: center;
	padding: 150px 0px 0px 120px;
	margin: 70px 0px 0px 0px;
}
.calculate-bg .calculate .but-img1:hover {
	background: url(../images/button-hover-2.png);
	background-size: cover;
	color: #ffffff;
}
/******************************************************************/



/******************************************************************/



.how-bg {
	background: url("../images/how-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
}
.how-bg .how .how-text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}
.how-bg .how .how-text h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #1d1e2b;
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 0px 0px;
}
.how-bg .how .how-left {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-left h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #121212;
	width: 400px;
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 60px 0px;
}
.how-bg .how .how-left p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #747579;
	width: 400px;
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 50px;
}
.how-bg .how .how-left .how-but {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
.how-bg .how .how-left .how-but a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline!important;
}
.how-bg .how .how-left .how-but a:hover {
	color: #ffc600;
}
.how-bg .how .how-right {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
.how-bg .how .how-right .how-1 {
	background: url(../images/how-img-1.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 160px;
	min-height: 145px;
	display: flex;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-1 h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #1d1e2b;
	padding: 45px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-1 .arrow {
	position: relative;
	left: -60px;
	top: 150px;
}
.how-bg .how .how-right .how-2 {
	background: url(../images/how-img-2.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 190px;
	min-height: 170px;
	position: relative;
	left: 160px;
	top: -20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-2 .arrow-1 {
	position: relative;
	left: 200px;
	top: 90px;
}
.how-bg .how .how-right .how-3 {
	background: url(../images/how-img-3.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 180px;
	min-height: 160px;
	position: relative;
	left: 335px;
	top: -20px;
	display: flex;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-3 h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #1d1e2b;
	padding: 60px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-4 {
	background: url(../images/how-img-4.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 105px;
	min-height: 95px;
	position: relative;
	left: 275px;
	top: -50px;
	display: flex;
	padding: 30px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-4 h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-5 {
	background: url(../images/how-img-5.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 105px;
	min-height: 95px;
	position: relative;
	left: 370px;
	top: -110px;
	display: flex;
	padding: 30px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-5 h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #1d1e2b;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-6 {
	background: url(../images/how-img-5.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 105px;
	min-height: 95px;
	position: relative;
	left: 290px;
	top: -140px;
	display: flex;
	padding: 41px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-6 h5 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-6 .arrow-2 {
	position: relative;
	left: -160px;
	top: -70px;
}
.how-bg .how .how-right .how-7 {
	background: url(../images/how-img-6.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 168px;
	min-height: 150px;
	position: relative;
	left: 50px;
	top: -300px;
	display: flex;
	padding: 50px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-right .how-7 h6 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}
.how-bg .how .how-right .how-7 .arrow-3 {
	position: relative;
	left: -260px;
	top: 25px;
}
.how-bg .how .how-right .how-para {
	padding: 0px 0px 0px 0px;
	margin: -230px 0px 0px 0px;
}
.how-bg .how .how-right .how-para p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #757679;
	width: 290px;
	left: 380px;
	top: -60px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.how-bg .how .how-text-2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.how-bg .how .how-text-2 h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #1d1e2b;
	width: 670px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}
/******************************************************************/



/******************************************************************/

.table .why-text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}
.table .why-text h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.table-bg {
	background: url("../images/table-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.table-bg .table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.table-bg .table .table-1 {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
	overflow-x: auto;
}
.table-bg .table .table-1 table {
	width: 100%;
	text-align: left;
	margin: auto;
	background: transparent;
}
.table-bg .table .table-1 table tr {
	border-bottom: 2px solid #c6c6c6;
}
.table-bg .table .table-1 table tr th {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	border: 1px solid #1d1e2b;
	height: 60px;
	background: #1d1e2b;
	border-right: 2px solid #ffffff;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}
.table-bg .table .table-1 table tr th:nth-last-child(1) {
	width: 120px;
}
.table-bg .table .table-1 table tr th:nth-last-child(2) {
	width: 120px;
}
.table-bg .table .table-1 table tr th:nth-last-child(3) {
	width: 10px;
}
.table-bg .table .table-1 table tr th:nth-last-child(4) {
	width: 120px;
}
.table-bg .table .table-1 table tr th:nth-last-child(5) {
	width: 100px;
}
.table-bg .table .table-1 table tr td {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #757575;
	padding: 25px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	border: transparent;
	white-space: unset;
}
.table-bg .table .table-1 table tr td:nth-child(1) {
}
.table-bg .table .table-1 table tr td:nth-child(2) {
}
.table-bg .table .table-1 table tr td:nth-child(3) {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #191b38;
	padding: 25px 0px 10px 15px;
	margin: 0px 0px 0px 0px;
}
.table-bg .table .table-1 table tr td:nth-child(4) {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #747579;
	padding: 25px 0px 10px 15px;
	margin: 0px 0px 0px 0px;
}
.table-bg .table .table-1 table tr td:nth-child(5) {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #757575;
	padding: 25px 0px 10px 15px;
	margin: 0px 0px 0px 0px;
}
.table-bg .table .table-tab {
	padding: 30px 0px 30px;
}
.table-bg .table .table-tab .nav-tabs {
	padding: 0px 0px 0px;
}
.nav-tabs {
	border-bottom: none !important;
}
.table-bg .table .table-tab .nav-tabs > li > a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #1d1e2b;
	text-decoration: underline !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.table-bg .table .table-tab .nav-tabs > li > a h2 {
	margin: 10px 0px 0px 0px;
}
.table-bg .table .table-tab .nav-tabs > li > a h2 img {
	margin: 10px 0px 0px 0px;
	width: 100px;
}
.table-bg .table .table-tab .nav > li {
	padding: 0 10px;
	margin: 25px 0;
	float: none;
	display: inline-block;
}
.table-bg .table .table-tab .nav-tabs > li.active > a, .table-bg .table .table-tab .nav-tabs > li.active > a:hover, .table-bg .table .table-tab .nav-tabs > li.active > a:focus {
	background-color: #fff;
	border: 1px solid #ffffff;
	border-bottom-color: transparent;
	cursor: default;
	transition: 0.7s;
	color: #ffc600;
}
.table-bg .table .table-tab .nav-tabs > li > a:hover, .table-bg .table .table-tab .nav-tabs > li:hover > a {
	color: #ffc600;
	transition: 0.7s;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent!important;
}
.nav-tabs>li>a {
	border: none!important;
}
.table-bg .why {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.table-bg .why .why-text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}
.table-bg .why .why-text h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.table-bg .why .why-1 {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
}
.table-bg .why .why-1 img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.table-bg .why .why-1 h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.table-bg .why .why-1 p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #9b9ca2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}
.table-bg .action {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 50px 0px;
}
.table-bg .action .action-text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 3px solid #000000;
}
.table-bg .action .action-text p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #757479;
	width: 250px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 20px;
}
.table-bg .action .action-left {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.table-bg .action .action-left .but-img2 {
	background: url(../images/button-img.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 225px;
	min-height: 230px;
	line-height: 30px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #1b1c2a;
	padding: 130px 0px 0px 10px;
	margin: 60px 0px 30px 0px;
}
.table-bg .action .action-left .but-img2:hover {
	background: url(../images/button-hover.png);
	background-size: cover;
	color: #ffffff;
}
.table-bg .action .action-left h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #1d1e2d;
	width: 400px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 20px;
}
.table-bg .action .action-left p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #757579;
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 40px;
}
.table-bg .action .action-right {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.table-bg .action .action-right .action-img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.table-bg .action .action-right .action-img img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	left: -200px;
}
.table-bg .action .action-right .action-det {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.table-bg .action .action-right .action-det h4 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #1d1e2d;
	width: 300px;
	position: relative;
	top: -330px;
	left: 210px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
.table-bg .action .action-right .action-det h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #757579;
	width: 330px;
	position: relative;
	top: -310px;
	left: 340px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

/******************************************************************/



/******************************************************************/



.company-bg {
	background: url("../images/company-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.company-bg .company {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 100px 0px;
}
.company-bg .company .company-left {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.company-bg .company .company-left  .nav-tabs {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.company-bg .company .company-left  .nav-tabs > li > a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-decoration: underline !important;
	color: #999aa4;
	line-height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 45px;
}
.company-bg .company .company-left .nav > li {
	padding: 0 10px;
	margin: 0px 0;
	float: none;
	display: inline-block;
}
.company-bg .company .company-left .nav-tabs > li.active > a, .company-bg .company .company-left .nav-tabs > li.active > a:hover, .company-bg .company .company-left .nav-tabs > li.active > a:focus {
	color: #000000;
	background: none;
}
.company-bg .company .company-left .nav-tabs > li > a:hover, .company-bg .company .company-left .nav-tabs > li:hover > a {
	color: #ffc600;
}
.company-bg .company .company-left p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #9ea0a7;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 40px;
}
.company-bg .company .company-left h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 70px 0px 0px 45px;
}
.company-bg .company .company-left a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-decoration: underline !important;
	color: #999aa4;
	line-height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 45px;
}
.company-bg .company .company-main {
	padding: 30px 0px 30px;
}
.company-bg .company .company-main .nav-tabs {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.company-bg .company .company-main .nav-tabs > li > a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #ffc600;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.company-bg .company .company-main .nav > li {
	padding: 0 10px;
	margin: 0px 0;
	float: none;
	display: inline-block;
}
.company-bg .company .company-main .nav-tabs > li.active > a, .company-bg .company .company-main .nav-tabs > li.active > a:hover, .company-bg .company .company-main .nav-tabs > li.active > a:focus {
	color: #000000;
	border: none;
	cursor: default;
}
.company-bg .company .company-main .nav-tabs > li > a:hover, .company-bg .company .company-main .nav-tabs > li:hover > a {
	padding: 0px 0px;
	border-radius: 0px;
	color: #ffc600;
}
.company-bg .company .company-main .tab-content {
	float: left;
	width: 100%;
	padding: 0px 0px 0px;
}
.company-bg .company .company-main .tab-content > .tab-pane {
	padding: 20px 0 0 0;
}
.company-bg .company .company-right {
	padding: 0px 0px 0px 0px;
	margin: 80px 0px 0px 0px;
}
.company-bg .company .company-right h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #747579;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.company-bg .company .company-right h5 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #1d1e2b;
	line-height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}
.company-bg .company .company-right h4 img {
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
}
.company-bg .company .company-right h4 a img {
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
}
.company-bg .company .company-right h4 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #747579;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.company-bg .company .company-right h4 a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #747579;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.company-bg .company .company-right h4 a:hover {
    color: #1d1e2b;
}
/******************************************************************/



/******************************************************************/



.refer-bg {
	background: url("../images/refer-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer {
	padding: 0px 0px 50px 0px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-text {
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	border-bottom: 1px solid #3b3d4c;
}
.refer-bg .refer .refer-text h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 40px;
	font-weight: 500;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
.refer-bg .refer .refer-left {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-left p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #757479;
	width: 250px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.refer-bg .refer .refer-left h6 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #757479;
	width: 350px;
	padding: 100px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-left h6 span {
	color: #ffffff;
}
.refer-bg .refer .refer-button {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
.refer-bg .refer .refer-button a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #ffc000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline!important;
}
.refer-bg .refer .refer-button a:hover {
	color: #ffffff;
}
.refer-bg .refer .refer-right {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-1 h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #757479;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-1 h2 span {
	color: #ffffff;
}
.refer-bg .refer .refer-right .refer-2 {
	background: url("../images/refer-circle1.png");
	background-size: cover;
	background-position: top center;
	width: 210px;
	min-height: 210px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-2 p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #757479;
	text-align: center;
	padding: 60px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-2 h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 60px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-3 {
	background: url("../images/referbg-1.png");
	background-size: cover;
	background-position: top center;
	width: 244px;
	min-height: 355px;
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-3 h4 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #b8bac0;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-3 p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #4e5056;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-4 {
	background: url("../images/referbg-1.png");
	background-size: cover;
	background-position: top center;
	width: 244px;
	min-height: 355px;
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-4 h4 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #b8bac0;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-4 p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #4e5056;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
/******************************************************************/



/******************************************************************/



.what-bg {
	background: url("../images/what-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 280px 0px;
}
.what-bg .what {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 50px 0px;
}
.what-bg .what .what-text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.what-bg .what .what-text p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #4e5056;
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.what-bg .what .what-text h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #1d1e2b;
	width: 540px;
	text-align: center;
	padding: 40px 0px 0px 0px;
	margin: auto;
}
.what-bg .what .what-1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.what-bg .what .what-1 .what-para {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.what-bg .what .what-1 .what-para p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #747579;
	text-align: center;
	width: 470px;
	padding: 0px 0px 0px 0px;
	margin: 50px auto;
}
.what-bg .what-1 .carousel-wrap {
	width: 635px;
	height: 323px;
	margin: 0 auto;
	position: relative;
}
.what-bg .what-1 .carousel > li {
	width: 500px;
	height: 325px;
	background: transparent;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.what-bg .what-1 .items {
	position: absolute;
}
.what-bg .what-1 .main-pos {
	margin-left: 1em !important;
	z-index: 3000;
}
.what-bg .what-1 .left-pos {
	background: #ccc;
	opacity: 0.5;
	margin-left: -28em !important;
	z-index: 1000;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
}
.what-bg .what-1 .left-pos {
	background: rgba(0, 0, 0, 0.2);
}
.what-bg .what-1 .back-pos {
	opacity: 0.05;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}
.what-bg .what-1 .right-pos {
	opacity: 0.5;
	margin-left: 30em !important;
	z-index: 1000;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
}
.what-bg .what-1 .right-pos {
	background: rgba(0, 0, 0, 0.2);
}
.what-bg .what-1 .slider {
	width: 100%;
	position: absolute;
	top: 150%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.what-bg .what-1 .slider #prev,  .what-bg .what-1 .slider #next {
	position: absolute;
}
.what-bg .what-1 .slider #prev {
	left: 80px;
	background: url(../images/slider-1.png) no-repeat top center;
	background-size: cover;
	width: 130px;
	height: 75px;
	transition: 0.7s;
}
.what-bg .what-1 .slider #prev:hover {
	background: url("../images/slider-1.png") no-repeat top center;
	transition: 0.7s;
}
.what-bg .what-1 .slider #next {
	background: url("../images/slider-2.png") no-repeat top center;
	background-size: cover;
	width: 135px;
	height: 75px;
	transition: 0.7s;
}
.what-bg .what-1 .slider #next:hover {
	background: url("../images/slider-2.png") no-repeat top center;
	transition: 0.7s;
}
.what-bg .what-1 .slider #next {
	right: 180px;
}
.what-bg .what-1 .what-det {
	width: 100%;
}
.what-bg .what-1 .what-det .what-img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.what-bg .what-1 .what-det .what-img img {
	padding: 0px 0px 0px 0px;
	margin: 10px auto;
}
.what-bg .what-1 .what-det .what-img h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #1d1e2b;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.what-bg .what-1 .what-det .what-img h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #1d1e2b;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
 @media (min-width: 768px) and (max-width: 1199px) {
.what-bg .what-1 .slider #next {
	right: -180px;
}
.what-bg .what-1 .slider #prev {
	left: -180px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.what-bg .what-1 .carousel-wrap {
	width: 400px;
}
.what-bg .what-1 .carousel > li {
	width: 400px;
}
.what-bg .what-1 .main-pos {
	margin-left: -40px !important;
}
.what-bg .what-1 .left-pos {
	margin-left: -220px !important;
}
.what-bg .what-1 .right-pos {
	margin-left: 140px !important;
}
}
 @media (max-width: 767px) {
.what-bg .what-1 .carousel-wrap {
	width: 350px;
	height: 345px;
}
.what-bg .what-1 .carousel > li {
	width: 350px;
	height: 345px;
}
.what-bg .what-1 .main-pos {
	margin-left: -40px !important;
}
.what-bg .what-1 .left-pos {
	margin-left: -113px !important;
}
.what-bg .what-1 .right-pos {
	margin-left: 30px !important;
}
.what-bg .what-1 .slider #next {
	right: -55px;
}
.what-bg .what-1 .slider #prev {
	left: -55px;
}
}
 @media (max-width: 480px) {
.what-bg .what-1 .carousel-wrap {
	width: 310px;
	height: 408px;
}
.carousel > li {
	width: 240px;
	height: 408px;
}
.what-bg .what-1 .left-pos {
	margin-left: -145px !important;
}
.what-bg .what-1 .right-pos {
	margin-left: 62px !important;
}
.what-bg .what-1 .slider {
	width: 100%;
	position: relative;
	top: 100%;
	display: inline-block;
	text-align: center;
	margin: 30px 0px 0px 0px;
}
.what-bg .what-1 .slider #prev, .what-bg .what-1 .slider #next {
	position: relative;
}
.what-bg .what-1 .slider #prev {
	left: 0px;
	position: relative;
	display: inline-block;
}
.what-bg .what-1 .slider #next {
	left: 10px;
	position: relative;
	display: inline-block;
}
}
/******************************************************************/



/******************************************************************/



.pay-bg {
	background: #ffffff;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.pay-bg .pay {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 30px 0px;
}
.pay-bg .pay .pay-text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.pay-bg .pay .pay-text h6 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #1d1e2b;
	width: 600px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: auto;
}
.pay-bg .pay .pay-1 {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 10px 0px;
}
.pay-bg .pay .pay-1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.pay-bg .pay .pay-1 ul li {
	margin: 0px;
	padding: 0px 10px;
	display: inline-block;
	text-align: center;
}
.pay-bg .pay .pay-1 ul li img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 50px;
}
.pay-bg .pay .pay-1 ul li p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 8px;
	font-weight: 700;
	color: #747579;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/******************************************************************/



/******************************************************************/



.footer-bg {
	background: url("../images/footer-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 60px 0px;
}
.footer-bg .foot .foot-text {
	padding: 0px 0px 0px 0px;
	margin: 100px 0px 30px 0px;
}
.footer-bg .foot .foot-text h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 45px;
	font-weight: 600;
	color: #ffffff;
	width: 700px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-text h2 span {
	color: #ffeb3c;
}
.footer-bg .foot .foot-1 {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
}
.footer-bg .foot .foot-1 img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
}
.footer-bg .foot .foot-1 h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #747579;
	width: 200px;
	padding: 30px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-1 a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	width: 150px;
	text-decoration: underline !important;
	padding: 10px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-1 a:hover {
	color: #ffc000;
}
.footer-bg .foot .foot-2 {
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 30px;
}
.footer-bg .foot .foot-2 h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #747579;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-2 .foot-det {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-2 .foot-det ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer-bg .foot .foot-2 .foot-det ul li {
	margin: 0px;
	padding: 5px 0px;
	display: block;
}
.footer-bg .foot .foot-2 .foot-det ul li a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-2 .foot-det ul li a:hover {
	color: #ffeb3c;
	transition: 0.7s;
}
.footer-bg .foot .foot-3 {
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 0px;
}
.footer-bg .foot .foot-3 h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #747579;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-3 .foot-det1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-3 .foot-det1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer-bg .foot .foot-3 .foot-det1 ul li {
	margin: 0px;
	padding: 5px 0px;
	display: block;
}
.footer-bg .foot .foot-3 .foot-det1 ul li a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-3 .foot-det1 ul li a:hover {
	color: #ffeb3c;
	transition: 0.7s;
}
.footer-bg .foot .foot-4 {
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 0px;
}
.footer-bg .foot .foot-4 h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #747579;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-4 .foot-det2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-4 .foot-det2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer-bg .foot .foot-4 .foot-det2 ul li {
	margin: 0px;
	padding: 5px 0px;
	display: block;
}
.footer-bg .foot .foot-4 .foot-det2 ul li a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-4 .foot-det2 ul li a:hover {
	color: #ffeb3c;
	transition: 0.7s;
}
.footer-bg .foot .foot-cer {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	display: inline-block;
	border-bottom: 1px solid #747579;
}
.footer-bg .foot .foot-cer h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	width: 161px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-cer p {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 14px;
	color: #747579;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .cer-1 {
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
}
.footer-bg .foot .cer-1 .cer-img {
	float: left;
	padding: 0px 10px 0px 0px;
}
.footer-bg .foot .cer-1 .cer-det {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .cer-1 .cer-det h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 16px;
	color: #747579;
	font-weight: 500;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .cer-2 {
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 0px;
}
.footer-bg .foot .cer-2 .cer-det1 {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}
.footer-bg .foot .cer-2 .cer-det1 a {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .cer-2 .cer-det1 a:hover {
	color: #ffc000;
}
.footer-bg .foot .cer-2 .cer-img1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/******************************************************************/



/******************************************************************/




 @media only screen and (max-width: 1200px) {
header .navbar-inverse .navbar-header a {
	width: 180px;
}
header .navbar-inverse .navbar-nav > li.btn_menu {
	padding: 17px 0;
}
header .navbar-inverse .navbar-nav > li {
	padding: 25px 15px;
}
header .navbar-inverse .navbar-header {
	padding: 9px 0;
}
header .navbar-inverse .navbar-header {
	margin-left: 0;
}
header .navbar-inverse .navbar-header {
	margin-left: 0;
}
header .navbar-right {
	margin-right: 0;
}
.about-bg .about .about-right p {
	left: 360px;
}
}
 @media only screen and (max-width: 1199px) {

header .navbar-inverse .navbar-nav > li {
	padding: 0px 6px;
}
header .navbar-inverse .navbar-nav > li > a {
	font-size: 13px;
}
header .navbar-inverse .navbar-nav > li .btn {
	min-width: 115px;
}
header .navbar-inverse .navbar-nav > li a.btn.btn-primary {
	min-width: 110px;
}
header .navbar-inverse .navbar-nav > li {
	padding: 8px 6px;
}
header .navbar-inverse .navbar-header a img {
	margin: 8px 0px;
}
.backgroundOverlay {
	display: none;
}
.about-bg .about .about-left .about-1 .about-det p {
	width: 430px;
	padding: 0px 0px 0px 115px;
}
.about-bg .about .about-right p {
	left: 255px;
}
.plan-bg .plan .plan-main .planbg .invest-det p span {
	width: 145px;
}
.plan-bg .plan .plan-main .planbg .invest-det p {
	margin: 20px 0px 0px 30px;
}
.how-bg .how .how-right .how-para p {
	left: 260px;
	top: -50px;
}
.table-bg .action .action-right .action-img img {
	top: 120px;
	width: 400px;
	left: -40px;
}
.table-bg .action .action-right .action-det h4 {
	top: -150px;
	left: 170px;
}
.table-bg .action .action-right .action-det h2 {
	width: 290px;
	top: -153px;
	left: 260px;
}
.footer-bg .foot .foot-2 {
	margin: 60px 0px 0px 60px;
}
.footer-bg .foot .foot-cer p {
	margin: 0px 0px 0px 20px;
}
}
 @media only screen and (max-width: 991px) {
.banner-bg {
	padding: 10px 0px 30px;
	min-height: unset;
}
header .navbar-inverse {
	text-align: center;
}
header .navbar-inverse .navbar-header {
	width: 100%;
}
header .navbar-inverse .navbar-nav > li.btn_menu {
	padding: 4px 0;
}
header .navbar-inverse .navbar-nav > li > a {
	padding: 0px 0px 0px 0px;
}
header .navbar-inverse .navbar-header a img {
	margin: 0px 0px;
}
.stat-bg .stat {
	text-align: center;
}
.stat-bg .stat .stat-1 .stat-img {
	float: unset;
	margin: 20px 0px 0px 0px;
}
.stat-bg .stat .stat-1 .stat-text {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.about-bg {
	background: url(../images/about-bg-2.jpg);
}
.about-bg .about .about-text {
	text-align: center;
}
.about-bg .about .about-left {
	text-align: center;
}
.about-bg .about .about-left h3 {
	width: unset;
}
.about-bg .about .about-left .about-1 .about-img {
	float: unset;
}
.about-bg .about .about-left .about-1 .about-det p {
	width: unset;
	padding: 0px 0px 0px 0px;
	margin: auto;
}
.about-bg .about .about-right .about-right-text {
	text-align: center;
}
.about-bg .about .about-right .about-right-text h2 {
	width: unset;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-right .about-right-text h3 {
	margin: 10px auto;
}
.about-bg .about .about-right .about-right-img {
	text-align: center;
}
.about-bg .about .about-right .about-right-1 .right-img {
	float: unset;
	text-align: center;
}
.about-bg .about .about-right .about-right-1 .right-img img {
	margin: 10px auto;
}
.about-bg .about .about-right .about-right-1 .right-text h2 {
	font-size: 18px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.about-bg .about .about-left .but-img {
	float: unset;
	right: 0px;
	display: inline-block;
	text-align: left;
	margin: 0px 0px 30px 0px;
}
.about-bg .about .about-right p {
	width: unset;
	left: 0px;
	text-align: center;
}
.about-bg .about .about-right .about-right-img img {
	margin: 10px 0px 0px 0px;
	width: 350px;
	min-height: 300px;
}
.plan-bg .plan {
	text-align: center;
}
.plan-bg .plan .plan-text p {
	width: unset;
}
.plan-bg .plan .plan-main .planbg .invest-head h2 {
	width: unset;
}
.plan-bg .plan .plan-right h3 {
	font-size: 25px;
	width: unset;
}
.plan-bg .plan .plan-right p {
	width: unset;
	margin: 30px 0px 0px 0px;
}
.plan-bg .plan .plan-right .plan-but {
	margin: 20px auto;
	text-align: center;
}
.plan-bg .plan .plan-right h6 {
	margin: 20px 0px 10px 0px;
	font-size: 60px;
}
.plan-bg .plan .plan-main .planbg .invest-det p {
	margin: 20px 0px 0px 0px;
}
.calculate-bg .calculate .but-img1 {
	float: unset;
	display: block;
	margin: 50px auto;
}
.calculate-bg .calculate .return {
	margin: 30px 0px 0px 0px;
}
.how-bg .how {
	text-align: center;
}
.how-bg .how .how-left h2 {
	font-size: 20px;
	width: unset;
	margin: 25px 0px 25px 0px;
}
.how-bg .how .how-left p {
	width: unset;
	margin: 20px 0px 0px 0px;
}
.how-bg .how .how-right .how-1 {
	margin: 10px auto 10px;
}
.how-bg .how .how-right .how-1 h2 {
	padding: 45px 0px 0px 0px;
}
.how-bg .how .how-right .how-1 .arrow {
	display: none;
}
.how-bg .how .how-right .how-2 {
	left: unset;
	top: 0px;
	margin: 10px auto 10px;
}
.how-bg .how .how-right .how-2 .arrow-1 {
	display: none;
}
.how-bg .how .how-right .how-3 {
	left: unset;
	top: 0px;
	margin: 10px auto 10px;
}
.how-bg .how .how-right .how-3 h3 {
	padding: 60px 0px 0px 0px;
}
.how-bg .how .how-right .how-4 {
	left: unset;
	top: 0px;
	padding: 30px 0px 0px 0px;
	margin: 10px auto 10px;
}
.how-bg .how .how-right .how-6 {
	left: unset;
	top: 0px;
	margin: 10px auto 10px;
}
.how-bg .how .how-right .how-5 {
	left: unset;
	top: 0px;
	margin: 10px auto 10px;
}
.how-bg .how .how-right .how-6 .arrow-2 {
	display: none;
}
.how-bg .how .how-right .how-7 {
	left: unset;
	top: 0px;
	margin: 10px auto 10px;
}
.how-bg .how .how-right .how-7 .arrow-3 {
	display: none;
}
.how-bg .how .how-right .how-para {
	margin: auto;
	text-align: center;
}
.how-bg .how .how-right .how-para p {
	left: 0px;
	top: 20px;
	width: unset;
}
.how-bg .how .how-text-2 h3 {
	font-size: 30px;
	width: unset;
}
.table-bg .why .why-text h2 {
	font-size: 40px;
}
.company-bg .company .company-left h2 {
	font-size: 40px;
}
.how-bg .how .how-text-2 {
	margin: 30px 0px 0px 0px;
}
.table-bg .table .table-tab {
	text-align: center;
}
.table-bg .why {
	text-align: center;
}
.table-bg .why .why-1 p {
	margin: 0px 0px 0px 0px;
}
.table-bg .action {
	margin: 20px 0px 50px 0px;
	text-align: center;
}
.table-bg .action .action-text p {
	width: unset;
	float: unset;
	margin: 30px 0px 0px 0px;
}
.table-bg .action .action-left .but-img2 {
	text-align: left;
	margin: 20px auto;
}
.table-bg .action .action-left h3 {
	font-size: 30px;
	width: unset;
	margin: 20px 0px 0px 0px;
}
.table-bg .action .action-left p {
	width: unset;
	margin: 20px 0px 0px 0px;
}
.table-bg .action .action-right .action-img img {
	display: none;
}
.table-bg .action .action-right .action-det h4 {
	font-size: 30px;
	top: unset;
	left: unset;
	width: unset;
}
.table-bg .action .action-right .action-det h2 {
	top: unset;
	left: unset;
	width: unset;
}
.company-bg .company {
	margin: 20px 0px 30px 0px;
	text-align: center;
}
.company-bg .company .company-left h2 {
	margin: 20px 0px 0px 0px;
}
.company-bg .company .company-left h6 {
	margin: 20px 0px 0px 0px;
}
.company-bg .company .company-right {
	margin: 30px 0px 0px 0px;
}
.refer-bg .refer {
	padding: 0px 0px 30px 0px;
	text-align: center;
}
.refer-bg .refer .refer-left p {
	width: unset;
	float: unset;
}
.refer-bg .refer .refer-left h6 {
	font-size: 40px;
	width: unset;
	padding: 30px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-2 {
	margin: 10px auto;
}
.refer-bg .refer .refer-right .refer-3 {
	margin: 10px auto;
}
.refer-bg .refer .refer-right .refer-4 {
	margin: 10px auto;
}
.refer-bg .refer .refer-right .refer-3 h4 {
	padding: 10px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-4 h4 {
	padding: 10px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-3 p {
	padding: 10px 0px 0px 0px;
}
.refer-bg .refer .refer-right .refer-4 p {
	padding: 10px 0px 0px 0px;
}
.what-bg .what .what-text p {
	float: unset;
	text-align: center;
}
.footer-bg .foot .foot-text {
	margin: 30px 0px 30px 0px;
}
.footer-bg .foot {
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.footer-bg .foot .foot-1 h2 {
	width: unset;
}
.footer-bg .foot .foot-1 h3 {
	width: unset;
}
.footer-bg .foot .foot-1 {
	margin: 20px 0px 0px 0px;
}
.footer-bg .foot .foot-2 {
	margin: 0px 0px 0px 0px;
}
.footer-bg .foot .foot-3 {
	margin: 20px 0px 0px 0px;
}
.footer-bg .foot .foot-4 {
	margin: 20px 0px 0px 0px;
}
.footer-bg .foot .foot-cer h2 {
	width: unset;
}
.footer-bg .foot .cer-1 .cer-img {
	float: unset;
}
.footer-bg .foot .cer-1 .cer-det {
	padding: 10px 0px 0px 0px;
}
.footer-bg .foot .cer-2 .cer-det1 {
	float: unset;
}
.footer-bg .foot .cer-2 .cer-det2 {
	padding: 10px 0px 0px 0px;
}
.footer-bg .foot .foot-text h2 {
	width: unset;
}
.about-bg .about .about-text h2 {
	font-size: 40px;
}
.about-bg .about .about-left h3 {
	font-size: 25px;
}
.about-bg .about .about-right .about-right-text h2 {
	font-size: 30px;
}
.plan-bg .plan .plan-det h4 {
	font-size: 18px;
}
.how-bg .how .how-text h3 {
	font-size: 40px;
}
.table-bg .why .why-text h2 {
	font-size: 35px;
}
.company-bg .company .company-left a {
	font-size: 45px;
}
.company-bg .company .company-right h5 {
	font-size: 30px;
}
.refer-bg .refer .refer-right .refer-1 h2 {
	font-size: 40px;
	margin: 20px 0px 0px 0px;
}
.what-bg .what .what-text h2 {
	font-size: 40px;
	padding: 20px 0px 0px 0px;
}
.pay-bg .pay .pay-text h6 {
	font-size: 35px;
}
.footer-bg .foot .foot-text h2 {
	font-size: 35px;
}
}
 @media only screen and (max-width: 767px) {
header {
	width: 100%;
	padding: 10px 0px 10px 0px;
	background: #000000;
	border-bottom: 2px solid #464646;
	position: fixed;
	top: 0;
	z-index: 11111;
}
header .navbar-inverse {
	text-align: left;
	border-bottom: none;
}
header .navbar-toggle {
	margin: 12px 0;
	border: 0;
	background: #bb9407;
	border-radius: 0;
}
header .navbar-inverse .navbar-toggle:hover,  header .navbar-inverse .navbar-toggle:focus {
	background: #373946;
}
header .navbar-inverse .navbar-toggle:hover .icon-bar,  header .navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color: #ffffff;
}
header .navbar-inverse .navbar-nav > li {
	padding: 15px;
	width: 100%;
}
header .navbar-inverse .navbar-nav > li > a:hover {
	border-bottom: none;
}
.stat-bg {
	padding: 50px ​0px 0px;
}
.about-bg .about .about-right .about-right-img img {
	margin: 10px 0px 0px 0px;
	width: 320px;
	min-height: 300px;
}
.plan-bg .plan .plan-right h6 {
	font-size: 50px;
	margin: 60px 0px 10px 0px;
}
.plan-bg .plan .plan-main .planbg .invest-det p span {
	display: block;
	float: unset;
	width: unset;
}
.plan-bg .plan .plan-main .planbg .invest-det p {
	display: block;
}
.calculate-bg .calculate .deposit h6 span {
	font-size: 30px;
	font-weight: 600;
	margin: 15px 0px 0px 0px;
}
.calculate-bg .calculate .profit h5 {
	font-size: 40px;
}
.calculate-bg .calculate .return h5 {
	font-size: 40px;
}
.calculate-bg .calculate .deposit h2 {
	text-align: center;
	margin: 20px 0px 20px 0px;
}
.calculate-bg .calculate .profit {
	text-align: center;
}
.calculate-bg .calculate .return {
	text-align: center;
}
.company-bg .company .company-right h5 {
	line-height: 40px;
}
.company-bg .company .company-left h6 {
	font-size: 30px;
	line-height: 50px;
}
.refer-bg .refer .refer-left h6 {
	font-size: 30px;
}
.what-bg .what .what-text h2 {
	font-size: 30px;
	width: unset;
	text-align: center;
}
.pay-bg .pay .pay-text h6 {
	font-size: 30px;
	width: unset;
}
.what-bg .what .what-para p {
	width: unset;
}
.footer-bg .foot .foot-text h2 {
	font-size: 25px;
}
}
 @media only screen and (max-width: 546px) {
.calculate-bg .calculate .return h3 {
	font-size: 19px;
}
.calculate-bg .calculate .return h5 {
	font-size: 30px;
}
.calculate-bg .calculate .profit h5 {
	font-size: 30px;
}
.calculate-bg .calculate .deposit h6 span {
	font-size: 22px;
	margin: 10px 0px 0px 0px;
}
.calculate-bg .calculate .deposit h6 {
	font-size: 25px;
}
.calculate-bg .calculate .deposit p {
	font-size: 14px;
}
.table-bg .why .why-text h2 {
	font-size: 30px;
}
}
 @media only screen and (max-width: 420px) {
.plan-bg .plan .plan-main .nav > li {
	margin: 10px 0px 0px 0px;
}
}
/******************************************************************/



/******************************************************************/









.faq-bg {
	background: #ffffff no-repeat top center;
	background-size: cover;
	padding: 30px 0px 30px;
}
.faq-bg .faq-head {
	padding: 0px 0px 0px;
	text-align: center;
}
.faq-bg .faq-head h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #002e45;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}
.faq-bg .faq {
	padding: 0px 0px 0px;
}
.faq-bg .faq .faq_accordian1 {
	padding: 0px 0px 30px 0px;
}
.faq-bg .faq .faq-box {
	box-shadow: 0px 0px 5px #afb1b1;
	border: 1px solid #e6e6e6;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}
.faq-bg .faq .accordion-toggle {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background: transparent;
	border: 1px solid transparent;
	cursor: pointer;
	margin: 0px 0px 0px 30px;
	padding: 16px 25px;
	position: relative;
	transition: 0.7s;
}
.faq-bg .faq .accordion-toggle:hover {
	background: transparent;
	color: #949292;
	transition: 0.7s;
	border: 1px solid transparent;
}
.faq-bg .faq .accordion-toggle.active:after {
	content: "-";
	position: absolute;
	left: -20px;
	top: 10px;
	width: 30px;
	height: 28px;
	background: #fed408;
	color: #000;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
}
.faq-bg .faq .accordion-toggle:before {
	content: "+";
	position: absolute;
	left: -20px;
	top: 10px;
	width: 30px;
	height: 28px;
	background: #fed408;
	color: #000;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
}
.faq-bg .faq .accordion-toggle.active:before {
	display: none;
}
.faq-bg .faq .accordion-content {
	display: none;
}
.faq-bg .faq .accordion-content {
	background-color: #fff;
	padding: 10px;
}
.faq-bg .faq .accordion-toggle.active {
	background: transparent;
	color: #7a7883;
	transition: 0.7s;
}
.faq-bg .faq .accordion-content p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #5d5d5d;
	margin: 0px 0px 0px 0px;
	line-height: 26px;
}
.navbar-nav li a {
	color: #fff;
	font-size: 18px;
	padding: 0 8px;
}
.head-btn {
	display: inline-block;
	padding-left: 20px;
}
.navbar {
	padding: 0;/*display: inline-block;*/

}
.nav-info {
	float: right;
	display: inline-block;
}
/*header {

	padding: 20px 0;

}

.logo {

	padding-top: 10px;

}

.banner h2 {

	font-family: 'Aliquam';

	color: #fff;

	font-size: 38px;

}

.banner {

	

	padding: 100px 0 76px 0;

}

.banner h2 span {

	color: #ffd816;

}*/

.bull-bear {
	text-align: center;
}
.bull-bear img {
	vertical-align: bottom;
}
.play i {
	font-size: 25px;
	color: #dd3f0b;
	width: 85px;
	height: 85px;
	background: #ffd816;
	text-align: center;
	padding-top: 30px;
	border-radius: 50px;
}
.play h5 {
	color: #770101;
	font-size: 21px;
	margin: 5px 0;
}
.play small {
	font-size: 15px;
	color: #000;
}
.play {
	text-align: center;
}
.play a i:hover {
	background: #780000;
	color: #fff;
}
.play {
	text-align: center;
	margin-top: -105px;
}
.navbar-nav li a:hover {
	color: #ffd816;
}
 @keyframes floating {
 from {
 transform: translate(0, 0px);
}
 65% {
 transform: translate(0, 15px);
}
to {
	transform: translate(0, -0px);
}
}
.bull-bear li {
	display: inline-block;
}
.bull-bear li:nth-child(1) {
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.bull-bear li:nth-child(2) {
	animation-name: floating;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.abt-info h4 {
	font-size: 30px;
}
.abt-info p {
	font-size: 16px;
	padding: 10px 0;
	line-height: 25px;
	margin: 0;
}
.heading h3 {
	font-size: 34px;
	font-weight: 600;
	color: #fed408;
}
.currency-list li {
	display: inline-block;
	padding: 0 10px;
}
.currency-list {
	text-align: center;
	padding: 20px 0;
}
.owl-carousel .owl-item img {
	width: auto;
	margin: auto;
}
.inv-info h4 {
	font-size: 41px;
	color: #fff;
	text-align: center;
}
.inv-info {
	text-align: center;
	padding: 30px 0;
}
.inv-info a {
	margin-top: 20px;
}
.plan-ic {
	background: rgba(147,14,14,1);
	background: -moz-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,14,14,1)), color-stop(69%, rgba(181,11,11,1)), color-stop(100%, rgba(181,11,11,1)));
	background: -webkit-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -o-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: linear-gradient(to right, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#930e0e', endColorstr='#b50b0b', GradientType=1 );
	display: inline-block;
	width: 50px;
	height: 45px;
	text-align: center;
	padding-top: 6px;
	border-radius: 5px;
	margin-bottom: -7px;
	z-index: -1;
	position: relative;
}
.plan-block:hover .plan-top {
	background: rgba(255,216,22,1);
	background: -moz-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,216,22,1)), color-stop(32%, rgba(242,201,17,1)), color-stop(100%, rgba(227,198,53,1)));
	background: -webkit-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -o-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
	background: linear-gradient(to bottom, rgba(255,216,22,1) 0%, rgba(242,201,17,1) 32%, rgba(227,198,53,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd816', endColorstr='#e3c635', GradientType=0 );
}
.plan-block:hover .plan-ic {
	background: #ffd816;
}
.plan-top {
	background: rgba(147,14,14,1);
	background: -moz-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,14,14,1)), color-stop(69%, rgba(181,11,11,1)), color-stop(100%, rgba(181,11,11,1)));
	background: -webkit-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -o-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
	background: linear-gradient(to right, rgba(147,14,14,1) 0%, rgba(181,11,11,1) 69%, rgba(181,11,11,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930e0e', endColorstr='#b50b0b', GradientType=1 );
	text-align: center;
	padding: 18px 15px;
}
.plan-top h5 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}
.plan-top h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin: 0;
}
.plan-top h4 small {
	font-size: 21px;
}
.plan-top h5 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.44);
	padding-bottom: 15px;
}
.plan-invest li {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.plan-invest li span {
	font-size: 16px;
	color: #000;
}
.plan-invest li h4 {
	color: #a50e0e;
}
.plan-invest li span {
	font-size: 16px;
	color: #000;
	display: inline-block;
	padding: 7px 0;
	border-bottom: 1px solid rgb(255, 249, 249);
	width: 100%;
}
.plan-invest li h4 {
	color: #a50e0e;
	border-bottom: 1px solid rgb(255, 249, 249);
	padding: 10px 0;
}
.plan-invest {
	text-align: center;
	background: #efefef;
	padding-top: 10px;
}
.plan-invest h6 {
	font-size: 16px;
	padding: 10px 0 15px 0;
	margin: 0;
	padding-bottom: 20px;
}
.plan-btn a {
	background: #ffd816;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 12px 20px;
	width: 100%;
	display: inline-block;
	text-align: center;
	-webkit-box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
	-moz-box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
	box-shadow: inset 0px -1px 30px 1px rgba(255,188,180,0.79);
}
.fs-40 {
	font-size: 40px !important;
}
.inv-plan {
	padding: 30px 0;
}
.plan-btn a:hover {
	background: #9e0e0e;
}
.bg-theme2 {
	background: rgba(184,15,15,1);
	background: -moz-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,15,15,1)), color-stop(68%, rgba(212,55,50,1)), color-stop(100%, rgba(244,100,90,1)));
	background: -webkit-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -o-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: -ms-linear-gradient(left, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
	background: linear-gradient(to right, rgba(184,15,15,1) 0%, rgba(212,55,50,1) 68%, rgba(244,100,90,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80f0f', endColorstr='#f4645a', GradientType=1 );
}
.ref-info span {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0 30px 0;
	display: inline-block;
}
.ref-info p {
	color: #fff;
	font-size: 16px;
	padding: 15px 0 0 0;
}
.ref-info a {
	margin-top: 10px;
}
.ref-info {
	padding: 70px 0;
}
.ref-block {
	position: relative;
}
.ref-block li {
	font-size: 36px;
	font-weight: normal;
	color: #c62320;
	display: inline-block;
}
.ref-block li small {
	font-size: 30px;
}
.ref-img {
	position: relative;
}
.ref-block ul li {
	position: absolute;
}
.ref-block ul li:nth-child(1) {
	position: absolute;
	top: 40%;
	left: 12%;
}
.ref-block ul li:nth-child(2) {
	position: absolute;
	top: 93px;
	left: 43%;
}
.ref-block ul li:last-child {
	display: none;
}
.ref-block ul li:nth-child(3) {
	position: absolute;
	top: 34%;
	right: 10px;
}
.ref-block ul li:nth-child(4) {
	position: absolute;
	top: 57%;
	right: 25%;
}
.ref-block ul li h5 {
	margin-top: 0;
	font-size: 17px;
	text-align: center;
	font-weight: normal;
}
.feature-info h5 {
	color: #d10707;
	font-size: 26px;
	font-weight: normal;
}
.feature-info p {
	font-size: 16px;
	color: #000000;
	width: 80%;
}
.feature-info {
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
	padding: 35px 10px 15px 65px;
	width: 75%;
	margin: 40px auto;
	border-radius: 10px;
}
.feature-info:hover h5 {
	color: #fff;
}
.feature-info:hover p {
	color: #fff;
}
.fea-bg1 {
	background: #fff url(../images/feature-ic1.png) no-repeat left bottom;
}
.fea-bg1:hover {
	background: #d10707 url(../images/feature-ic1.png) no-repeat left bottom;
}
.fea-bg2 {
	background: #fff url(../images/feature-ic2.png) no-repeat left bottom;
}
.fea-bg2:hover {
	background: #d10707 url(../images/feature-ic2.png) no-repeat left bottom;
}
.fea-bg3 {
	background: #fff url(../images/feature-ic3.png) no-repeat left bottom;
}
.fea-bg3:hover {
	background: #d10707 url(../images/feature-ic3.png) no-repeat left bottom;
}
.fea-bg4 {
	background: #fff url(../images/feature-ic4.png) no-repeat left bottom;
}
.fea-bg4:hover {
	background: #d10707 url(../images/feature-ic4.png) no-repeat left bottom;
}
.feature-block {
	background: #fff url(../images/fea-bg.png) no-repeat center;
	position: relative;
}
.fea-logo {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 170px;
}
.transact-tb table {
	background: rgba(181,11,11,1);
	background: -moz-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(181,11,11,1)), color-stop(29%, rgba(193,13,13,1)), color-stop(100%, rgba(147,14,14,1)));
	background: -webkit-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -o-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: -ms-linear-gradient(left, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
	background: linear-gradient(to right, rgba(181,11,11,1) 0%, rgba(193,13,13,1) 29%, rgba(147,14,14,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50b0b', endColorstr='#930e0e', GradientType=1 );
}
.transact-tb table tr {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}
.sec-logo li {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 25px 0;
}
.sec-logo {
	background: #ffd816;
	border-radius: 10px;
}
.sec-logo {
	margin-bottom: -50px;
	margin-top: -73px;
}
.foot-info li {
	display: inline-block;
	width: 100%;
	padding: 8px 0;
}
.foot-info li i {
	color: #fff;
	font-size: 24px;
	padding-right: 0;
	vertical-align: top;
	padding-top: 5px;
}
.foot-info li h5 {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	margin: 0;
	padding-left: 15px;
	line-height: 24px;
}
.foot-info {
	padding: 20px 0;
}
.foot-para p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
}
.foot-para {
	text-align: center;
}
.foot-para a {
	margin-top: 10px;
}
.soc-info li {
	display: inline-block;
	padding: 0 6px;
}
.soc-info {
	text-align: center;
	padding-top: 15px;
}
.cpy-rgt a {
	color: #d94646;
}
.cpy-rgt {
	color: #d94646;
	font-size: 15px;
	text-align: center;
	padding: 30px 0;
}
.bg5 {
	padding: 90px 0 10px 0;
}
.soc-info li a:hover {
	opacity: 0.5;
}
.bg-theme3 {
	background: #e9e9e9;
}
.crypto-live {
	padding: 40px 0 105px 0;
}
.ref-img img {
	width: 100%;
}
.stretch-card {
	text-align: center;
	margin: 20px auto;
}
.main-menu {
	display: none;
}
/*.header-div {

 

	background: #f6f9fb !important;

}

*/

/*

.header-div a {

	color: #000 !important;

}

.ccc-widget div {

	background: #fff !important;

	color: #000 !important;

	border: none !important;

}



.header-div a {

	color: #000 !important;

}*/



/***************************************************Form******************************************************/



.innerform-logo h4 {
	font-size: 36px;
	color: #24328c;
	font-family: 'Cocogoose';
	line-height: 50px;
	margin: 0;
	padding: 70px 0 30px 0;
	display: inline-block;
	text-align: center;
}
.innerform-logo span {
	color: #24328c;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	padding: 40px 0;
	margin: 0;
}
.innerform-logo span a {
	color: #000;
	text-decoration: underline;
}
.innerform-logo {
	padding: 85px 0 40px 0;
}
.form_block i {
	width: 40px;
	height: 40px;
	background: #191826;
	color: #fed408;
	position: absolute;
	left: 3px;
	top: 0px;
	bottom: 0;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	border-radius: 5px;
}
.form_block {
	position: relative;
	margin: 15px 0;
	font-family: 'Montserrat', sans-serif;
}
.upline h5 {
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding: 20px 0;
}
.upline h5 span {
	color: #75757f;
}
.check_block {
	text-align: center;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.check_block a {
	color: #000;
}
.check_block a:hover {
	color: #fed408;
}
.cpy-form {
	text-align: center;
	padding: 15px 0;
	font-size: 15px;
	color: #ffffff;
	background: #fed408;
}
.inner-form {
	padding: 55px 0 35px 0;
	position: relative;
}
/*.inner-form::after {

	position: absolute;

	content: '';

	background: url(../images/bull-sm.png) no-repeat center;

	width: 351px;

	height: 343px;

	bottom: 0;

	left: -20px;

}

.inner-form::before {

	position: absolute;

	content: '';

	background: url(../images/bear-sm.png) no-repeat center;

	width: 351px;

	height: 343px;

	bottom: 0;

	right: 0;

}*/







.innerform-logo span a:hover {
	color: #fff;
}
.form-head {
	padding: 60px 0;
}
.inner-bg2 {
	background: #fff url(../images/what-bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.abt-detail {
	padding: 50px 0;
}
.abt-detail h2 {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.msg {
	width: 75%;
	margin: auto;
}
.msg.sucess h5 {
	background: #339f7b;
	-webkit-box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
	-moz-box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
	box-shadow: -1px 32px 31px -6px rgba(51,159,123,0.36);
}
.msg h5 {
	font-size: 16px;
	color: #fff;
	padding: 4px 6px;
}
.msg.error h5 {
	background: #a80511;
	-webkit-box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
	-moz-box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
	box-shadow: -1px 25px 31px -6px rgba(168,5,16,0.35);
}
.msg.error i {
	background: #bf353f;
}
.msg i {
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	border-radius: 5px;
	margin-right: 10px;
}
/******************faq*********************/









.faq_accordian {
	width: 100%;
}
.faq_accordian .accordion-toggle {
	cursor: pointer;
	margin: 10px 0 0 0;
}
.faq_accordian .accordion-toggle.active {
	background: url(../images/accordian_arrow_up.png) no-repeat center right 10px, #f1cf3e;
	color: #ffffff;
}
.faq_accordian .accordion h4 {
	font-size: 14px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	padding: 13px 45px 13px 10px;
	background: url(../images/accordian_arrow_down.png) no-repeat center right 10px, #5e0000;
}
.faq_accordian .accordion-content {
	display: none;
}
.faq_accordian .accordion-content p {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	color: #2f2e2e;
	line-height: 30px;
	background: #f0eeee;
	padding: 20px 30px;
}
.faq_accordian .accordion .open {
	display: block;
}
/********************news******************/





.news-sec h4 {
	margin-bottom: 16px;
	color: #1e257a;
	font-size: 22px;
	text-transform: capitalize;
}
.news-sec h4 a {
	color: #b50b0b;
	font-size: 18px;
}
.news-sec.full_detail {
	min-height: auto;
}
.news-sec small {
	background-color: #ffd816;
	color: #5e0000;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
}
.news-sec p {
	font-size: 15px;
	font-weight: 500;
}
.news-sec {
	background-color: #ffffff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
	margin: 5px 0;
	min-height: 390px;
}
.full_detail {
	min-height: 145px;
}
/********************table page******************/



.table_page {
	color: #fff;
	font-size: 15px;
	margin: 20px 0;
}
.table_page i {
	background: #e9c42a;
	color: #000;
	border: transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	margin: 0 5px;
}
.abt-head.head-inner h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.inv-info p {
	color: #fff;
	font-size: 16px;
	padding: 20px 0 0 0;
	width: 90%;
	margin: auto;
}
.referral-block li h5 {
	padding-bottom: 20px;
}
.referral-block li {
	font-size: 70px;
	font-weight: normal;
	color: #c62320;
	display: inline-block;
	background: #efefef;
	padding: 0px 0;
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.referral-block li small {
	font-size: 50px;
}
