/*header*/

header {
	z-index: 9;
	position: relative;
}

#header-titles {
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

#header-titles h1 {
	font-size: 36px;
	margin-top: 0;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
	font-weight: bolder;
}

#header-titles h1 span {
	display: block;
}

#header-titles h2 {
	font-size: 26px;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}

#header-titles .i-trade-now {
	background: #2458a1;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bolder;
	padding: 7px 30px;
	margin: 15px 0;
	display: inline-block;
	border: 3px solid rgba(0, 0, 0, 0);
	text-decoration: none;
}

/*#header-titles .i-trade-now:hover{ 
	border:3px solid #cc0b0b;
	background: #fff;
	color: #cc0b0b;
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
}*/


#featured-dark-bg {
	padding: 20px 0;
	text-align: center;
	color: #fff;
	/*background:  url(../images/featured_dark_bg.png) repeat-x top center;*/
	margin-bottom: 5px;
}

.featured-dark {
	margin-bottom: 35px;
}

#featured-dark-bg>.container>.row>div:last-child>.featured-dark {
	margin-bottom: 0;
}

.featured-dark h2 {
	font-size: 24px;
	font-weight: bold;
}

.panel-body label {
	color: #333;
}

.border-btn-out {
	display: inline-block;
	font-size: 18px;
	padding: 10px 35px;
	border: 2px solid #fff;
	margin-top: 20px;
	color: #fff;
	width: 99%;
}

// .border-btn-out:hover{
// 	color:#000;
// 	background: #fff;
// 	text-decoration: none;
// }


#starting-accounts {
	font-size: 20px;
	display: block;
	margin: 0px auto;
	float: right;
}

#starting-accounts a {
	color: #fff;
}


.incons-featured {
	text-align: center;
	padding-top: 34px;
	font-size: 12px;
}

.incons-featured div {
	padding: 0;
}

.incons-featured .fa {
	display: block;
	font-size: 34px;
	padding-bottom: 5px;
}

.incons-featured a {
	color: #fff;
	text-decoration: none;
}

.incons-featured a:hover {
	;
}

/* Our Products area Start */
.centered-con {
	color: #fff;
	padding: 50px 0;
}

.centered-con-body {
	padding-left: 300px;
	padding-right: 20px;
}

.centered-con-body i {
	font-size: 40px;
	position: relative;
	bottom: -5px;
	left: -5px;
	font-weight: inherit;
}

.centered-con ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold;
}

.centered-con ul li {
	padding: 0;
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
}

.our-li-i {
	background: url("../images/featured-dark-imgs-mini.png") no-repeat;
	background-repeat: none !important;
	color: #fff;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
}

.our-li-i-social {
	background-position: 0 0;
}

.our-li-i-course {
	background-position: 0 -45px !important;
}

.our-li-i-binary {
	background-position: 0 -90px !important;
}

.our-li-i-economic {
	background-position: 0 -135px !important;
}

.our-li-i-platform {
	background-position: 0 -180px !important;
}

.our-li-i-book {
	background-position: 0 -230px !important;
}




.our-prod-i {
	background: url("../images/featured-dark-imgs-vsmall.png") no-repeat;
	float: left;
	height: 70px;
	width: 70px;
	display: inline-block;
	position: relative;
	left: -5px;
	bottom: -15px;
}

.our-prod-body {
	padding-left: 70px;
}



.our-prod h2 {
	font-weight: bold;
}

.our-prod h3 {
	font-size: 20px;
	font-weight: 400;
	text-decoration: uppercase;
}

.our-prod-turbo {
	background-position: 0 top;
}

.our-prod-binary {
	background-position: -75px top;
}

.our-prod-long {
	background-position: -150px top;
}

.our-prod-pairs {
	background-position: -238px top;
}

.our-prod-touch {
	background-position: 0 -90px;
}

.our-prod-forext {
	background-position: -70px -90px;
}

.our-prod-ladder {
	background-position: -150px -90px;
}

/* Our Products area End */


/* Acoount types area Start */

.accounts-types {
	padding: 60px 0;
}

.accounts-types>.container>div>div:first-child>.row-accounter {
	margin-top: 0;
}

.row-accounter {
	margin-top: 30px;
	border: 2px solid #acabab;
	background: #ffffff;

}

.row-accounter img {
	display: table;
	max-width: 50%;
	margin: 0px auto;
}

.accounter-body {
	padding-top: 0;
	color: #fff !important;
	text-align: center;
}

.accounts-types .accounter-body h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

.accounts-types .accounter-body h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0 20px 0;
}

.accounts-types .accounter-body strong {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0 20px 0;
}

/* Acoount types area End */

.featured-icon {
	width: 76px;
	height: 76px;
	margin: 0px auto;
}

#featured-icon-1 {
	background: url(../images/featured_dark_1.png) no-repeat center center;
	background-size: contain;
}

#featured-icon-2 {
	background: url(../images/featured_dark_2.png) no-repeat center center;
	background-size: contain;
}

#featured-icon-3 {
	background: url(../images/featured_dark_3.png) no-repeat center center;
	background-size: contain;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	#featured-dark-bg {
		padding: 50px 0;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#trading_steps .row>div {
		text-align: left;
	}

	#trading_steps .sprite-htt {
		margin: 0px 3px 0 0;
	}

	#homepage-big-img {
		min-height: 640px;
	}

	#header-titles {
		padding: 40px 0;
	}

	#header-titles h1 {
		font-size: 56px;
	}

	#header-titles h2 {
		font-size: 36px;
	}

	#header-titles .i-trade-now {
		font-size: 26px;
		padding: 8px 40px;
		margin: 35px 0;
	}

	.featured-icon {
		width: 126px;
		height: 126px;
	}

	.row-accounter {
		margin-top: 0;
	}

	.row-accounter img {
		display: inline;
		max-width: none;
	}

	.i-credit-center {
		width: 128%;
		right: 14%;
		top: -40px;
		position: relative;
	}

	.i-credit-left {
		width: 117%;
		top: -25px;
		left: -8%;
		position: relative;
	}

	.i-credit-right {
		width: 117%;
		top: -25px;
		left: -12%;
		position: relative;
	}

	.accounter-body {
		padding-top: 0;
		position: relative;
		color: #fff;
		text-align: center;
	}

	#education-list {
		margin-top: 15px;
	}

}

i.fa.fa-mobile:hover,
i.fa-envelope-o:hover,
i.fa-comments-o:hover {
	color: #269C54;
}


.header-buttons {
	padding-top: 11px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	margin: 0 50px 0 0;
}

.register-button,
.login-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;

	a {
		padding: 10px 30px;
		color: white;
		font-family: 'Roboto', 'Arial';
		font-size: 100%;
		text-shadow: none;
		line-height: 1.3;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
		text-align: left;
		letter-spacing: normal;
		word-spacing: normal;
		text-transform: none;
		font-weight: 500;
		background: linear-gradient(113.78deg, #0998FF 28.76%, #0057FF 127.6%);
		box-shadow: 0px 4px 6px rgba(33, 122, 255, 0.5);
		border-radius: 5px;
		text-transform: none !important;
		transition: all .3s ease;
	}

	a:hover {
		padding: 10px 30px;
		color: white;
		font-family: 'Roboto', 'Arial';
		font-size: 100%;
		text-shadow: none;
		line-height: 1.3;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
		text-align: left;
		letter-spacing: normal;
		word-spacing: normal;
		text-transform: none;
		font-weight: 500;
		background: linear-gradient(113.78deg, #0998FF 28.76%, #0057FF 127.6%);
		box-shadow: 0px 4px 6px rgba(33, 122, 255, 0.5);
		border-radius: 5px;
		text-transform: none !important;
		transition: all .3s ease;
	}
}

@media (max-width: 1000px) {

	.register-button {
		display: none;
	}

}

@media (max-width: 440px) {


	.header-buttons {
		margin: -15px 50px 20px 0;
	}

}