/* **
 * ========================================
 * Includes Fonts
 * ========================================
 ** */
@font-face {
    font-family: FontAwesome;
    src: url(../FontAwesome.otf);
}
@font-face {
    font-family: fontawesome-webfont;
    src: url(../fonts/fontawesome-webfont_1.ttf);
	}
	
@font-face {
    font-family: RobotoCondensed-Regular;
    src: url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
    font-family: RobotoCondensed-Bold;
    src: url(../fonts/RobotoCondensed-Bold.ttf);
}
@font-face {
    font-family:Roboto-Thin;
    src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
    font-family:Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family:Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family:Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family:Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family:BaiJamjuree-Bold;
    src: url(../fonts/BaiJamjuree-Bold.ttf);
}
@font-face {
    font-family:BaiJamjuree-Regular;
    src: url(../fonts/BaiJamjuree-Regular.ttf);
}
@font-face {
    font-family:BaiJamjuree-BoldItalic;
    src: url(../fonts/BaiJamjuree-BoldItalic.ttf);
}
	
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont_2.eot'); /* support Internet explorer  */
    src: url('../fonts/fontawesome-webfont_2.eot#iefix') format('embedded-opentype'), /* support Internet explorer  */
         url('../fonts/fontawesome-webfont_1.woff') format('woff'), /* support Modern browser  */
         url('../fonts/fontawesome-webfont_1.ttf') format('truetype'), /* support firefox , chrome   */
         url('../fonts/fontawesome-webfont_1.svg') format('svg');/* Svg form   */
		font-weight: normal; 
		font-style :normal ;
		 
		 
		 }	
@font-face {
    font-family: 'open-sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');   /* support Internet explorer  */
    src: url('../fonts/OpenSans-Regular-webfont.eot#iefix') format('embedded-opentype'), /* support Internet explorer  */
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), /* support Modern browser  */
         url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* support firefox , chrome   */
         url('') format('svg');
		font-weight: normal;
		font-style :normal ;
		 
		 
		 }	
		 
		 
a:hover, a:focus{
	outline:none;
	text-decoration:none;
}
		 
.header-contents{
	background-image: url(../images/header-bg-img.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1034px;
	margin-bottom:10px;
}
/*
.tar {
	background-image: url(../images/tar.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	height:514px;
	margin-top:-514px;
}
*/
.p-0{
	padding:0px;
}
.m-0{
	margin:0px;
}
.header-contents ul{
	padding:0px;
	margin:0px;
}
.header-contents ul li{
	list-style: none;
	display: inline-block;
	transform: skew(-20deg);
}
.header-contents ul li a{
	background-color: #F53070;
	padding: 12px 18px;
	border-bottom: 2px solid #F53070;
}
.header-contents ul li a button{
	background-color:transparent;
	border:none;
	font-family:RobotoCondensed-Bold;
	font-size:14px;
	color:#fff;
	text-transform: uppercase;
	transform: skew(20deg);
}
.header-contents ul li a:hover{
	color:#fff;
	background-color: #32C6FA;
}
.header-contents ul li:first-child a{
	border-bottom-left-radius: 2px;
}
.header-contents ul li:last-child a{
	border-top-right-radius: 2px;
}
.header-contents .my-left-pad{
	padding-left:50px;
	padding-top: 39px;
}
.header-contents img.header-weblogo{
	margin-top: 50px;
	margin-bottom: 47px;
	
}
.header-contents .header-btns button{
	font-size: 16.13px;
	font-family:RobotoCondensed-Bold;
	color: #fff;
	background-color: #F53070;
	border: none;
	border-radius: 50px;
	padding: 16px 50px;
	text-transform: uppercase;
}
.header-contents .header-btns:last-child {
	margin-left: 10px;
}
.header-contents .header-btns:last-child button{
	background-color: transparent;
	color: #fff;
	border: 2px solid #15C0FD;
}
.header-tops{
	background-color: rgba(27,59,104,.65);
	padding-top: 15px;
	padding-bottom: 15px;
}
.top-info-boxs{
	width: 80%;
	float: left;
}
.top-info-boxs .top-info-box-list{
	width: 29%;
	float: left;
	border-left: 3px solid #F53070;
	padding-left: 15px;
}
.top-info-boxs .top-info-box-list:nth-child(2){
	width: 42%;
}
.top-info-boxs .top-info-box-list:first-child{
	border-left:0px;
	padding-left: 0px;
}
.top-info-boxs .top-info-box-list:nth-child(3) .box-content{
	padding-top: 7px;
}
.top-info-boxs .box-images{
	float: left;
}
.top-info-boxs .box-content{
	float: left;
	color:#38c7f9;
}
.top-info-boxs .box-contents strong{
	font-family:RobotoCondensed-Regular;
	color:#fff;
	
}
.top-info-boxs .box-contents{
	font-family:RobotoCondensed-Bold;
	font-size:14px;
	color:#38c7f9;
	width: 80%;
}
.header-tops a.header-buttons{
	background-color: #F53070;
	padding: 10px 18px;
	display: inline-block;
	width: 108px;
	text-align: center;
	transform: skew(-20deg);
	border-radius: 2px;
}
.header-tops a.header-buttons button{
	transform: skew(20deg);
	font-family: RobotoCondensed-Bold;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background-color:transparent;
	border:none;
}
.header-tops a.header-buttons.btn-clrs{
	background-color: #fff;
}
.header-top a.header-buttons.btn-clrs button{
	color: #000;
}
.header-tops a.header-buttons:hover{
	background-color: #32C6FA;
	color: #fff;
}
.header-tops a.header-buttons:hover button{
	color: #fff;
}
.header-contents h1{
	font-family:BaiJamjuree-Bold;
	font-size:45px;
	color:#fff;
	margin-bottom: 18px;
	text-transform: uppercase;
	margin-top:74px;
}
.header-contents h3{
	font-family:BaiJamjuree-Regular;
	font-size:26px;
	color:#fff;
	margin-bottom: 25px;
}
.header-contents p{
	font-family:BaiJamjuree-Regular;
	font-size:14px;
	color:#fff;
	margin-bottom: 31px;
}
.header-contents .row .col-lg-6:first-child{
	width: 57%;
}
.header-contents .row .col-lg-6:last-child{
	width: 43%;
}
.header-contents img.header-social-img{
	float: right;
	margin-top: 50px;
}
.create-account-sec {
	
}
.create-account-sec .deposit-box{
	width: 100%;
	float: left;
}
.create-account-sec .col-6-left-padding  .deposit-box  h6{
	font-family:BaiJamjuree-Bold;
	font-size:116px;
	color: #F8F8F8;
	position: absolute;
	top: -70px;
	z-index: 10;
	left: -60px;
}
.create-account-sec .deposit-box .deposit-box-cont-box{
	background-image: url(../images/funfact-box-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position:left center;
	height: 161px;
	position: relative;
	z-index: 20;
}
.create-account-sec .deposit-box .deposit-percentage{
	width: 28%;
	float: left;
	text-align: center;
	height: 161px;
	display: table;
}
.create-account-sec .deposit-box .deposit-percentage h5{
	font-family:BaiJamjuree-Bold;
	font-size:28px;
	color: #fff;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.create-account-sec .deposit-box .deposit-percentage h5 span{
	font-size: 12.8px;
	display: block;
}
.create-account-sec .deposit-box .deposit-min-max{
	float: left;
	width: 72%;
	padding-top: 45px;
}
.create-account-sec .deposit-box .deposit-min-max h4{
	font-family:BaiJamjuree-Bold;
	font-size:20px;
	color: #fff;
	margin-bottom: 0px;
}
.create-account-sec .deposit-box .deposit-min-max .deposit-min-max-col{
	width: 23%;
	float: left;
}
.create-account-sec .deposit-box .deposit-min-max .deposit-min-max-col:nth-child(2){
	width: 18%;
	float: left;
}
	
.create-account-sec .deposit-box .deposit-min-max h3.desposit-day{
	font-family:BaiJamjuree-Bold;
	font-size:33.6px;
	color: #747474;
	margin-top: 4px;
	margin-bottom: 0px;
}
.create-account-sec .deposit-box .deposit-min-max h3 span{
	font-size: 14.4px;
	display: block;
	color:#363636;
	font-family:BaiJamjuree-Regular;
}
.create-account-sec .deposit-box .deposit-min-max h3.d-min-max{
	font-family:BaiJamjuree-Bold;
	font-size: 14.5px;
	color: #e22a76;
	margin-top: 18px;
	margin-bottom: 0px;
}
.create-account-sec .deposit-box .deposit-min-max h3.d-min-max span{
	font-size: 14.4px;
	display: block;
	color:#363636;
	font-family:BaiJamjuree-Regular;
}
.create-account-sec .deposit-box .deposit-min-max .deposit-min-max-col:nth-child(4) h3.d-min-max{
	color:#6e089e;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(2){
	padding-left: 100px;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(2) h6{
	width: 100%;
	left: 35px;
	text-align: center;
	top: -55px;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(2) .deposit-box .deposit-percentage{
	width: 34%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(2) .deposit-box .deposit-min-max{
	width: 66%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(2) .deposit-box .deposit-min-max .deposit-min-max-col{
	width: 30%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(2) .deposit-box .deposit-min-max .deposit-min-max-col:nth-child(2){
	width: 24%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(4){
	padding-left: 100px;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(4) h6{
	width: 100%;
	left: 35px;
	text-align: center;
	top: -55px;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(4) .deposit-box .deposit-percentage{
	width: 34%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(4) .deposit-box .deposit-min-max{
	width: 66%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(4) .deposit-box .deposit-min-max .deposit-min-max-col{
	width: 30%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(4) .deposit-box .deposit-min-max .deposit-min-max-col:nth-child(2){
	width: 24%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(6){
	padding-left: 100px;
}
.create-account-sec .row .col-lg-6 .col-6-left-padding .col-lg-12:nth-child(6) h6{
	width: 100%;
	left: 35px;
	text-align: center;
	top: -55px;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(6) .deposit-box .deposit-percentage{
	width: 34%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(6) .deposit-box .deposit-min-max{
	width: 66%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(6) .deposit-box .deposit-min-max .deposit-min-max-col{
	width: 30%;
}
.create-account-sec .row .col-lg-6  .col-6-left-padding .col-lg-12:nth-child(6) .deposit-box .deposit-min-max .deposit-min-max-col:nth-child(2){
	width: 24%;
}
.create-account-sec .make-deposit-btn-box{
	background-image:url(../images/desposit-btn-box-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 40px;
	margin-top: 90px;
}
.create-account-sec .make-deposit-btn-box .deposit-buttons{
	display: inline-block;
	transform: skew(-20deg);
	background-color: #fff;
	padding: 12px 38px;
	border-radius:2px;
}
.create-account-sec .make-deposit-btn-box .deposit-buttons button{
	font-family: RobotoCondensed-Bold;
	font-size: 18px;
	color: #575757;
	text-transform: uppercase;
	transform: skew(20deg);
	border: none;
	background-color: transparent;
}
.create-account-sec .make-deposit-btn-box .deposit-buttons:last-child{
	background-color: #34C6F9;
}
.create-account-sec .make-deposit-btn-box .deposit-buttons:last-child button{
	color: #fff;
}
.create-account-sec .col-6-left-padding{
	width: 585px;
	float: right;
}
.create-account-sec .profit-calculator-box{
	width: 575px;
	border: 1px solid #eee;
	float: left;
	margin-top: 45px;
	-webkit-box-shadow: 0px 10px 25px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 25px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 25px 5px rgba(0,0,0,0.2);
	overflow: hidden;
	position:relative;
}
.create-account-sec .profit-calculator-box:after {
    content:"";
    background: -webkit-linear-gradient(left, rgba(219,40,121,1) 0%, rgba(121,8,151,1) 50%, rgba(121,8,151,1) 51%, rgba(1,132,232,1) 100%);
    display: block;
    height:10px;
    width: 575px;
    position: absolute;
    bottom: 0;
	
}
.create-account-sec .profit-calculator-box h6{
	font-family: BaiJamjuree-Regular;
	font-size: 99px;
	color: #F8F8F8;
	position: absolute;
	top: 20px;
	z-index: 10;
	left: -105px;
	text-transform: uppercase;
	line-height: 86px;
} 
.create-account-sec .profit-calculator-box h6 span{
	font-family: BaiJamjuree-Bold;
}
.create-account-sec .profit-calculator-box .profit-calculator-box-cont{
	padding:90px 50px 130px 50px; 
	float: left;
	width:100%;
}
.create-account-sec .profit-calculator-box .profit-calculator-box-cont h5{
	font-family: BaiJamjuree-Regular;
	font-size: 40px;
	color: #e02a77;
	text-transform:uppercase;
	line-height: 36px;
	margin-top: 0;
	margin-bottom: 46px;
	position: relative;
	z-index: 20;
}
.create-account-sec .profit-calculator-box .profit-calculator-box-cont h5 span{
	font-family: BaiJamjuree-Bold;
	color:#bdbdbd;
	display: block;
}
.create-account-sec .profit-calculator-box .nice-select::after{
	background-image: url(../images/select-arrow-icon.png);
	height: 14px;
	width: 16px;
	top: 45%;
	right: 15px;
	border: none;
	transform: rotate(0deg);
}
.create-account-sec .profit-calculator-box .nice-select{
	background-color: #f7f7f7;
	border-radius: 2px;
	height: auto;
	padding: 10px 15px;
	font-family: BaiJamjuree-Regular;
	font-size: 20px;
	color: #838383;
	margin-bottom: 38px;
}
.create-account-sec .profit-calculator-box label{
	font-family: BaiJamjuree-Regular;
	font-size: 16px;
	color: #9c9b9b;
	font-weight:normal;
	width: 100%;
	float: left;
}
.create-account-sec .profit-calculator-box label span{
	color: #e22a76;
}
.create-account-sec .profit-calculator-box .investing-amount{
	width:50%;
	float:left;
}
.create-account-sec .profit-calculator-box .investing-amount .investing-currency-icon{
	width:30%;
	float:left;
	text-align: center;
	background-color: #3C9FF2;
	height: 60px;
	padding: 18px;
}
.create-account-sec .profit-calculator-box .investing-amount .investing-currency-icon i{
	color: #fff;
	font-size: 22px;
}
.create-account-sec .profit-calculator-box .investing-amount .investing-price-box{
	width:70%;
	float:left;
}
.create-account-sec .profit-calculator-box .investing-amount .investing-price-box input{
	width: 100%;
	height: 60px;
	border: 1px solid #e8e8e8;
	border-left: 0px;
	border-radius: 2px;
	font-family: BaiJamjuree-Regular;
	font-size: 18px;
	color: #838383;
	padding: 15px;
}
.create-account-sec .profit-calculator-box  .your-profit{
	width:50%;
	float:left;
	padding-left: 22px;
	padding-right:22px;
}
.create-account-sec .profit-calculator-box  .your-profit input.profit-title{
	border:none;
color:#DA277A;
	font-family: BaiJamjuree-Bold;
	font-size: 45px;
	line-height: 58px;
}

.pre-footer-bottom {
	
	background-image: url(../images/footer-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1120px;
	max-height:1200px;
	margin-top:-520px;
	position:relative
	
	
}

.tradingview-widget-container {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	max-width:100%;
	margin-top: 170px;
}

.graphimage  img{
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	max-width:100%;
	margin-top: 170px;
}
.central-logo .central-logo-bg-color {
	background-color: rgba(0,0,0,0.4);
padding-top: 20px;
padding-bottom: 20px;
width: 98%;
border-radius: 5px;
border-bottom: 3px solid #000;
margin-left:auto;
margin-right:auto;
display:block;
float:none;
position:relative;
height:77px;
margin-top:-3px;
	
}
.central-logo .central-logo-bg-color {
	text-align:center;
}
.central-logo .central-logo-bg-color a {
	width:12.5%;
	float:left
}
.company-logo  .central-logo-bg-color{
	width:82%;
	margin-left:auto;
margin-right:auto;
display:block;
float:none;
position:relative;
margin-top:50px
}
.company-logo  .central-logo-bg-color img {
	margin-left:3px;
	margin-right:3px;
}
.simple-headercontents.header-contents {
	background-image:none;
	height:auto;
	margin:0px
}
.simple-headercontents.header-contents .header-menus {
	width:89%;
	margin-left:auto;
margin-right:auto;
display:block;
float:none;
position:relative;
margin-top:55px;
}
.header-contents ul li a {
	color: #232323;
	font-size:12px;
	text-transform:uppercase;
background-color: #3EC8F8;
border-bottom-color:#3EC8F8
}
.header-contents ul li.active a {
	color: #fff;
	
background-color: #8C0C36;
border-bottom-color:#3EC8F8
}
.header-contents ul li a:hover {
		color: #fff;
		text-decoration:none;
background-color: #8C0C36;
border-bottom-color:#3EC8F8
}
.footer-bottom-logo {
	text-align:center;
	margin-top:49px
}
.footer-bottom-logo a.central-border {
	margin-left:15px;
	margin-right:15px;
}
.copyright {
	font-family:Roboto-Medium;
	font-size:13px;
	text-align:center;
	color:#fff;
	margin-top:20px;
}
.foronlymobile {
	display:none
}
.for-mobile-only {
	display:none
}
.why-choose-row .why-choose-box {
	margin-bottom:0px
}
.header-content ul li {
    display: block;
    float: left;	
	
}
.header-content ul li  a{
    float: left;	
	
}
.header-content ul li  a button{
    float: left;	
	
}
.header-content ul li {
	margin-right:3px
}