body {
	color: #777;
	font-size: 13px;
	line-height: 1.9;
	font-family: 'Open Sans', sans-serif;
}
.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}
.wrapper {
	overflow: hidden;
}
img {
	border-style: none;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
a {
	transition: color 300ms, background-color 300ms, opacity 300ms;
	-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
	-o-transition: color 300ms, background-color 300ms, opacity 300ms;
	-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
}
.btn-main {
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-weight: 400;
}
.navbar-nav ul, .navbar-nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


/*header css*/
.top-bar-header {
	border-color: #f0f0f0;
}
.top-bar-header {
	background-color: #fff;
}
.top-bar-header {
	color: #9b9b9b;
}
.top-bar-header {
	position: relative;
	z-index: 98;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.top-bar-left {
	float: left;
	margin: 0px 15px;
}
.top-social-box {
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 18px;
}
.top-social-box .social-icon:first-child {
	margin-left: 0px;
}
nav.navbar.navbar-expand-md.navbar-light.nav.mr-auto {
	padding: 0 1rem;
}
.top-social-box .social-icon {
	display: inline-block;
	margin-left: 16px;
	max-width: 7px;
	font-size: 14px;
}
.top-bar-header a {
	color: #666;
	text-decoration: none;
}
.top-bar-header i {
	color: #adadad;
}
.top-navigation-right {
	float: right;
	margin: 0px 15px;
}
.top-navigation-right-text {
	padding: 12px 0px 10px;
	line-height: 18px;
}
.top-bar-links {
	display: inline-block;
	margin-right: 25px;
	font-size: 13px;
}
.top-bar-links i {
	margin-right: 10px;
}
a:hover {
	color: #ff6c00;
}
.top-social-box .social-icon a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#eng-drop {
	height: 20px;
	position: relative;
	font-family: verdana, arial, sans-serif;
	display: inline-block;
}
#eng-drop li {
	float: left;
	width: 100px;
	position: relative;
}
#eng-drop .eng-sel {
	background: url(../images/nav-arrow-down.png) #fff right no-repeat;
	color: #444;
}
#eng-drop a, #eng-drop a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none!important;
	color: #444;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding-left: 10px;
	line-height: 24px;
}
#eng-drop ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 25px;
	left: 0;
	width: 149px;
	border-top: 1px solid #cdcdcd;
}
#eng-drop ul ul a, #eng-drop ul ul a:visited {
	background: #fff;
	color: #444;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	border-width: 0 1px 1px 1px;
}
#eng-drop a, #eng-drop a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none!important;
	color: #444;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding-left: 10px;
	line-height: 24px;
}
#eng-drop ul li:hover ul, #eng-drop ul a:hover ul {
	visibility: visible;
}
#eng-drop .drop-ind a:hover {
	color: #000;
	background: #eee;
}
#eng-drop .drop-zh a:hover {
	color: #000;
	background: #eee;
}
.logo {
	max-width: 190px;
	margin: 0px 15px;
	padding-top: 0;
}
.nav-a:first-child {
	padding-left: 0 !important;
}
.nav-a {
	color: #6c6c6c !important;
	font-size: 12px;
	padding: 0px 20px 47px 20px !important;
	margin: 0px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav-a i {
	margin-right: 7px;
}
.navbar-collapse {
	padding-top: 44px;
	margin: 0px 15px;
}
.side-border-nav {
	margin-left: 35px;
	margin-right: 5px;
	float: left;
	height: 18px;
	border-color: #ebebeb;
	border-left-width: 1px;
	border-left-style: solid;
}
.search-bar-btn {
	cursor: pointer;
}
.search-bar-btn i {
	opacity: 0.6;
	font-size: 13px;
	filter: alpha(opacity=60);
	margin: 4px 0px 0px 26px;
	vertical-align: top;
}
.navbar-collapse {
	align-items: initial;
}
.nav-a {
	padding-right: 20px;
}
.search-keywords input {
	margin: 0px;
	border: 0;
	color: #fff;
	background: #2b2b2b;
	background: rgba(43, 43, 43, 0.69);
	padding: 20px 23px;
	border-radius: 0;
	font-size: 15px;
}
.search-keywords {
	position: absolute;
	top: 100%;
	right: 15px;
	display: none;
	z-index: 99;
	width: 250px;
}
 .search-keywords input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
.search-keywords input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.search-keywords input:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.search-keywords input:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.form-control:focus {
	color: #000;
	background: #f0f0f0;
	
	outline: 0;
	box-shadow: none;
}
.form-control:focus::-webkit-input-placeholder {
 opacity: 0;
}
.sub-menu {
	display: none;
	position: absolute;
	top: 80%;
	left: 0;
	z-index: 99;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 12px;
	min-width: 190px;
}
.sub-menu li {
	white-space: nowrap;
	background-color: #2e2e2e;
	border-color: #373737;
}
.sub-menu li a {
	padding: 10px 15px;
	border-top-width: 1px;
	border-top-style: solid;
	display: block;
	border-color: #373737;
	color: #bebebe;
	text-decoration: none;
}
.sub-menu li a:hover {
	color: #fff;
}
.nav-item.nav-li {
	position: relative;
}
.nav-item.nav-li:hover .sub-menu {
	display: block;
}
.bottom-bar-head.fixed-header {
	position: fixed;
	top: 0;
	background-color: #fff;
	left: 0;
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
	width: 100%;
	z-index: 999999999;
}
/*header css end*/
.text-slide {
	color: #fff;
	position: absolute;
	top: 26%;
	font-family: 'Abel', sans-serif;
	left: 38%;
	transform: translate(-50%, -50%);
}
.text-slide h1 {
	background-color: rgba(248,177,93,0.17);
	font-size: 45px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-bottom: 0;
	display: inline-block;
}
.text-slide h2 {
	background-color: rgba(248,177,93,0.17);
	margin-bottom: 0px;
	font-size: 28px;
	padding-right: 8px;
	padding-left: 8px;
	border-bottom: 1px solid #f8f9fa0f;
}
.itm-2 h1 {
	background-color: inherit;
	font-weight: 700;
	font-size: 55px;
	line-height: normal;
	color: #535353;
	margin-bottom: 60px;
}
.itm-2 h2 {
	background-color: #ff5300;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 30px;
	line-height: normal;
	color: #fff;
	margin-bottom: 20px;
}
.itm-2 .text-slide {
	top: 40%;
}
.itm-3 h1 {
	background-color: inherit;
	font-weight: 700;
	font-size: 55px;
	line-height: normal;
	color: #535353;
	margin-bottom: 0px;
}
.itm-3 h2 {
	background-color: inherit;
	;
	padding-left: 5px;
	font-weight: 300;
	font-size: 30px;
	line-height: normal;
	color: #535353;
}
.itm-4 h1 {
	background-color: rgba(0,0,0,0.73);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 40px;
	line-height: normal;
	color: #fff;
}
.itm-4 h2 {
	background-color: rgba(76,76,76,0.67);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 35px;
	line-height: normal;
	color: #fff;
}
.itm-4 .text-slide {
	top: 23%;
	left: 31%;
}
.itm-5 .text-slide {
	left: 62%;
}
.itm-5 h1 {
	background-color: rgba(255,110,0,0.6);
}
.itm-5 h2 {
	background-color: rgba(99,99,99,0.77);
	font-size: 21px;
	line-height: normal;
}
.itm-6 h1 {
	margin-bottom: 0;
}
.itm-6 .text-slide {
	top: 44%;
	left: 32%;
}
.itm-7 h1 {
	background-color: rgba(246,118,20,0.9);
}
.itm-7 h2 {
	background-color: rgba(18,181,220,0.79);
}
.itm-7 h3 {
	background-color: rgba(18,181,220,0.67);
	font-size: 30px;
	padding: 5px;
}
.itm-8 h1 {
	background-color: #45a16d;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 50px;
}
.itm-8 h2 {
	background-color: #ff5300;
	margin-bottom: 6px;
}
.itm-8 a {
	background-color: #4cadc9;
	color: #fff;
	display: inline-block;
	padding: 5px 13px;
	text-decoration: none;
	margin-top: 20px;
}
.itm-8 .text-slide {
	top: 43%;
	left: 33%;
}
.slideshow-content {
	padding-top: 60px;
	padding-bottom: 70px;
	margin: 0px 30px;
}
.slideshow-content h3 {
	font-size: 23px;
	font-weight: 600;
	color: #4b5c72;
	line-height: 1.5;
	margin-bottom: 24px;
}
.slideshow-content p {
	color: #777;
	margin-bottom: 20px;
	font-size: 13px;
	max-width: 350px;
}
.slideshow-content a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #5b5b5b;
}
.slideshow-content a:hover {
	color: #ff6c00;
	text-decoration: none;
}
.trading-sec .col-md-5 {
	border-top: 5px solid #ff6c00;
}
.border-box {
	width: 18px;
	margin-bottom: 26px;
	border-color: #ff6c00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.my-tabs .nav-item {
	width: 21%;
	position: relative;
	margin: 0 15px;
}
.my-tabs .nav-item .nav-link {
	padding: 0;
	border: none;
	border-radius: 0;
}
.contant-hold {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 12%;
	z-index: 99;
}
.contant-hold span {
	font-size: 33px;
	font-weight: lighter;
	line-height: 1;
	color: #ff6c00;
	display: block;
	margin-bottom: 18px;
}
.contant-hold h3 {
	font-size: 16px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #242424;
}
.overlay {
	background: -webkit-linear-gradient(rgba(255, 108, 0, 0.77), rgba(255, 108, 0, 0.77));
	background: -o-linear-gradient(rgba(255, 108, 0, 0.77), rgba(255, 108, 0, 0.77));
	background: -moz-linear-gradient(rgba(255, 108, 0, 0.77), rgba(255, 108, 0, 0.77));
	background: linear-gradient(rgba(255, 108, 0, 0.77), rgba(255, 108, 0, 0.77));
	content: "";
	position: absolute;
	filter: alpha(opacity=0);
	transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
.my-tabs .nav-link.active .overlay {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.my-tabs .nav-link.active .contant-hold h3 {
	color: #fff;
}
.my-tabs .nav-link.active .contant-hold span {
	color: #fff;
}
.my-tabs {
	position: absolute;
	border: none;
	bottom: 14%;
	left: 459px;
}
.tab-img {
	transition: transform 20000ms linear 0s;
}
.my-img {
	transition: transform 20000ms linear 0s;
	transform: translate(-30px, 65px) scale(1.2, 1.2);
}
.trading-sec .col-md-7 {
	overflow: hidden;
}
.trading-sec {
	position: relative;
}
.main-hold {
}
.icon-hold {
	float: left;
	margin-right: 18px;
	font-size: 30px;
	line-height: 18px;
}
.text-hold {
	float: left;
	margin: 0px 0px 30px;
	min-height: 1px;
}
.text-hold h3 {
	margin-bottom: 16px;
	font-size: 17px;
	color: #3f3f3f;
	line-height: 25px;
	font-weight: 600;
}
.text-hold p {
	color: #6c6c6c;
	margin-bottom: 20px;
	font-size: 13px;
}
.best-sec {
	background-color: #f7f7f7;
	padding: 85px 0 30px;
}
.account-type {
	padding-bottom: 230px;
}
.account-type h4 {
	color: #4b5c72;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	padding-top: 60px;
}
.account-type span {
	font-size: 13px;
	font-style: italic;
	color: #777;
	margin-bottom: 28px;
	display: block;
}
.bg-box {
	background-image: url(../images/fw-account-types.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 140px;
	position: absolute;
	top: 0px;
	right: -413px;
	bottom: 0px;
	left: 0px;
	background-size: cover;
}
.micro-sec .nav-tabs .nav-link {
	font-size: 14px;
	background-color: #fff;
	line-height: 19px;
	padding: 14px 30px 14px 20px;
	margin-bottom: 0px;
	cursor: pointer;
	color: #f87831;
	display: block;
	border: none;
	width: 100%;
	border-radius: 0;
}
.micro-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #f87831;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
}
.micro-sec .nav-tabs {
	border-bottom: none;
}
.micro-sec .nav-tabs .nav-item {
	margin-bottom: 0;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}
.micro-sec i {
	margin-right: 13px;
	color: #a0a0a0;
	font-size: 11px;
}
.micro-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active i {
	color: #fff;
}
.text-box {
}
.text-box h3 {
	color: #454545;
	font-size: 21px;
	line-height: 1.3;
	margin-bottom: 18px;
	font-weight: 400;
}
.text-box ul {
	padding-left: 17px;
}
.text-box li {
	color: #646464;
	/*margin-bottom: 15px;*/
	font-size: 13px;
	list-style-type: disc;
}
.text-box a {
	color: #ffffff;
	background-color: #f87831;
	font-size: 11px;
	padding: 11px 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
}
.text-box {
	padding: 45px 35px 65px;
	max-width: 391px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
}
.platform-sec {
	padding: 86px 0 82px;
}
.platform-sec .account-type {
	padding-bottom: 0;
}
.platform-sec .account-type h4 {
	color: #353535;
	font-size: 32px;
	padding-top: 0;
}
.platform-sec .account-type span {
	color: #828282;
	margin-bottom: 39px;
}
.platform-sec .img-hold {
	margin-bottom: 30px;
	overflow: hidden;
	transition: ease-in-out 0.5s;
	position: relative;
	z-index: 9;
}
.platform-sec .img-hold img {
	transition: ease-in-out 0.5s;
	z-index: 9;
	position: relative;
}
.cont-hold {
}
.cont-hold h5 {
	font-size: 19px;
	color: #353535;
	margin-bottom: 17px;
}
.cont-hold p {
	color: #999;
	font-size: 13px;
}
.platform-sec .img-hold:hover img {
	transform: scale(1.1);
}
.img-overlay i {
	font-size: 25px;
	color: #fff;
}
.img-overlay {
	background: -webkit-linear-gradient(rgba(255, 152, 69, 0.77), rgba(243, 129, 66, 0.77));
	background: -o-linear-gradient(rgba(255, 152, 69, 0.77), rgba(243, 129, 66, 0.77));
	background: -moz-linear-gradient(rgba(255, 152, 69, 0.77), rgba(243, 129, 66, 0.77));
	background: linear-gradient(rgba(255, 152, 69, 0.77), rgba(243, 129, 66, 0.77));
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.img-overlay a {
	position: absolute;
	text-align: right;
	right: 30px;
	left: 30px;
	bottom: 30px;
}
.platform-sec .img-hold:hover .img-overlay {
	opacity: 1;
}
.news-sec {
	background-color: #f5f5f5;
	padding: 70px 0 66px;
}
.head-hold {
	margin-bottom: 44px;
}
.head-hold h6 {
	font-size: 20px;
	color: #4b5c72;
	margin-bottom: 5px;
}
.head-hold a {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	font-style: italic;
	display: block;
	color: #5b5b5b;
}
.head-hold a:hover {
	color: #ff6c00;
}
.trading-hold {
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ebebeb;
}
.trading-hold a {
	text-decoration: none;
}
.trading-hold .hours {
	color: #4b5c72;
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
}
.trading-hold .time {
	font-size: 12px;
	color: #a0a0a0;
}
.trading-hold i {
	margin-right: 8px;
}
.trading-hold:last-child {
	border: none;
}
.news-sec .table h6 {
	margin: 0;
	display: inline-block;
	text-align: right;
	color: #777;
	font-size: 13px;
	font-weight: bold;
}
.news-sec .table tr {
	font-size: 13px;
	color: #777;
}
.news-sec .table td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	border-top: none;
}
.brand-sec {
	padding: 60px 0 25px;
}
.brand .item {
	margin: 0 15px;
}
.brand-sec .owl-theme .owl-nav i {
	font-size: 25px;
	color: #999;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: inherit;
	color: inherit;
	;
	text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:focus {
	outline: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	position: absolute;
	top: 50%;
}
.owl-prev {
	left: -60px;
}
.owl-next {
	right: -60px;
}
.brand-sec .owl-theme .owl-nav {
	opacity: 0;
}
.owl-carousel:hover .owl-nav {
	opacity: 1;
}
.downlod-sec {
	padding: 55px 0;
}
.downlod-hold {
	position: relative;
	margin-left: 40px;
	padding: 30px 40px 20px 41px;
	background-color: #f5f5f5;
    line-height:1.1;
}
.downlod-hold p {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	color: #585858;
}
 .downlod-hold a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #ff6c00;
	display: inline-block;
	border-bottom: 3px solid #a84c30;
	font-size: 11px;
	font-weight: 700;
	padding: 11px 16px;
}
.icon-box {
	background-color: #ff6c00;
	left: -30px;
	top: 50%;
	margin-top: -30px;
	padding: 18px;
	display: inline-block;
	position: absolute;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.icon-box i {
	font-size: 22px;
	color: #ffffff;
}
/*footer css*/

#footer {
	color: #969696;
	font-size: 13px;
}
.top-bar-footer {
	padding: 63px 0 70px;
	background-color: #262626;
}
.footer-heading {
	text-transform: uppercase;
	margin-bottom: 45px;
	color: #ddd;
	font-size: 14px;
	font-weight: 600;
}
.high-risk-box {
}
.high-risk-box p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.9;
}
.policy-itm {
}
.policy-itm li {
	display: inline-block;
	position: relative;
	margin-right: 6px;
}
#footer a {
	color: #7f7f7f;
	text-decoration: none;
}
.policy-itm li a:hover {
	color: #cecece;
}
.policy-itm li:after {
	position: absolute;
	content: "|";
	right: -8px;
}
.policy-itm li:last-child:after {
	display: none;
}
.contct-itm li {
	line-height: 1.9;
}
.contct-itm i {
	margin-right: 13px;
}
.contct-itm .fa-phone {
	transform: rotate(90deg);
}
.news {
	margin-bottom: 28px;
}
.news a {
	color: #7f7f7f;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 6px;
}
.news span {
	color: #bbb;
	display: block;
	font-size: 11px;
}
.news:last-child {
	margin-bottom: 0px;
}
#footer a:hover {
	color: #cecece;
}
.bootm-bar-footer {
	background-color: #191919;
	padding: 18px 0;
}
.bootm-bar-footer p {
	margin: 0;
}
.live-chat {
	position: fixed;
	height: 166px;
	width: 34px;
	overflow: hidden;
	z-index: 99997;
	cursor: move;
	margin: 0px;
	opacity: 1;
	bottom: auto;
	right: auto;
	left: 0px;
	top: 377px;
}
/*trading-page-css*/

.hero-sec {
	background-image: url(../images/page-title-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 56px 0px;
}
.hero-sec h1 {
	color: #4b5c72;
	font-size: 30px;
	margin-bottom: 0;
}
.option-sec {
	padding: 55px 0 0;
}
.cont-txt {
	font-size: 26px;
	margin-bottom: 18px;
	color: #454545;
}
.table {
	text-align: center;
	color: #777;
	font-size: 13px;
}
.table tr th {
	color: #fff;
}
.table tr th {
	background-color: #4b5c72;
}
.table tr th {
	padding: 13px 0px;
	font-size: 16px;
	font-weight: normal;
}
.table tr td {
	border-color: #ebebeb;
	padding: 15px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.cont-txt-2 {
	font-size: 32px;
}
.note h4 {
	margin-bottom: 32px;
}
.note p {
	margin-bottom: 30px;
}
.note p:last-child {
	margin: 0;
}
/*trading-platform-page*/

.meta-sec {
	padding: 55px 0 0;
}
.meta-hold p {
	margin-bottom: 20px;
}
.meta-hold a {
	margin-bottom: 80px;
	color: #ffffff;
	text-decoration: none;
	background-color: #ff6c00;
	font-size: 11px;
	padding: 11px 16px;
}
hr {
	border: 1px dashed #ebebeb;
	width: 100%;
	margin-bottom: 56px;
}
.apple-box {
	margin-bottom: 40px;
}
.apple-box span {
	font-weight: bold;
	display: block;
}
.apple-box img {
	margin-bottom: 10px;
}
.appstore {
	margin-bottom: 20px;
	margin-left: 30px;
}
.appstore li {
	list-style-type: decimal;
	line-height: 1.9;
}
.appstore a {
	padding: 0;
	background-color: inherit;
	display: block;
	color: #777;
	margin: 0;
	font-size: 13px;
}
.appstore a:hover {
	color: #ff6c00;
}
.history {
}
.history li {
	list-style-type: disc;
}
/*deposit-page*/

.deposit-sec {
	padding: 53px 0 0;
}
.deposit-sec .nav-tabs .nav-link {
	border: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 19px;
	padding: 14px 24px 14px 20px;
	color: #f87831;
	border-radius: 0;
}
.deposit-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #f87831;
}
.deposit-sec .nav-tabs {
	border-bottom: none;
}
.deposit-sec i {
	margin-right: 13px;
	color: #a0a0a0;
}
.deposit-sec .nav-link.active i {
	color: #fff;
}
.deposit-sec .tab-content {
	padding: 40px 0 0;
}
.fire-txt {
	margin-bottom: 20px;
}
.my-table tbody {
	border-color: #ebebeb;
}
.my-table th, .my-table td {
	padding: 8px !important;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.my-table img {
	max-width: 160px;
}
.my-table .deposit {
	display: inline-block;
	font-size: 13px;
	background-color: #ff6c00;
	color: #fff;
	padding: 10px 25px;
	font-weight: 700;
	text-decoration: none;
}
.my-table tr:hover {
	background-color: #f5f5f5;
}
.click {
	font-size: 13px;
	padding: 10px 25px;
	font-weight: 700;
	text-decoration: none;
	background-color: #ff6c00;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
.click:hover {
	color: #fff;
	text-decoration: none;
}
/*demo-account-page*/

.demo-account-sec {
	padding: 55px 0 0;
}
.demo-account-sec p {
	margin-bottom: 20px;
}
.demo-itm {
	margin-bottom: 20px;
	margin-left: 30px;
}
.demo-itm li {
	list-style-type: decimal;
	line-height: 1.9;
}
.demo-itm a {
	color: #777;
	text-decoration: none;
}
.demo-itm a:hover {
	color: #ff6c00;
}
.demo-itm li:first-child {
	padding-bottom: 20px;
}
.demo-itm img {
	padding-bottom: 20px;
}
.demo-itm li:nth-child(5) {
	padding-bottom: 20px;
}
/*forexcopy-page-css*/

.line {
	border-style: solid;
	margin: 1em 0;
	border-top: 1px solid #ebebeb;
}
/*fix-rate-page-css*/
.fix-rate-sec {
	padding: 55px 0;
}
.fix-rate-sec img {
	margin-bottom: 20px;
}
.fix-rate-sec p {
	margin-bottom: 20px;
}
.keungg-itm {
	margin-left: 30px;
}
.keungg-itm li {
	list-style-type: disc;
	line-height: 1.9;
}
/*partnership-page-css*/

.how-it-works {
	padding: 55px 0;
}
.how-it-works blockquote {
	background-size: 24px 20px;
	padding: 20px 20px 0px 60px;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 20px 24px;
	font-size: 18px;
	font-style: italic;
	background-image: url(../images/quote-small.png);
}
.how-it-works p {
	margin-bottom: 20px;
}
.btn-orange, .join {
	color: #ffffff;
	font-size: 11px;
	padding: 11px 16px;
	background-color: #ff6c00;
	margin-bottom: 20px;
}
.btn-orange:hover,.join:hover {
	color: #fff;
	text-decoration: none;
}
.orange-box {
	padding: 5px 40px 25px;
	background-color: #ff6c00;
	color: #ffffff;
}
.orange-box i {
	font-size: 60px;
	color: #fff;
	margin-bottom: 25px;
}
.orange-box .cont-txt-2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}
.orange-box ul {
	margin-bottom: 20px;
	margin-left: 30px;
}
.orange-box li {
	list-style-type: disc;
}
.orange-box .join {
	color: #ff6c00;
}
.main-wrp {
	overflow: hidden;
}
.arrow {
	float: right;
	height: 0px;
	width: 0px;
	border-bottom-color: #a84c30;
	border-style: solid;
	border-width: 0px 40px 40px 0px;
	border-right-color: transparent;
}
.bar {
	overflow: hidden;
	height: 40px;
	background-color: #ff6c00;
}
/*contact-page*/
.contact-sec {
	padding: 55px 0;
}
.contact-sec .cont-txt {
	font-size: 21px;
}
.margin {
	margin-bottom: 20px;
}
.contact-sec span {
	margin-bottom: 5px;
}
.contact-sec .form-control {
	border-color: #ebebeb;
	background-color: #fff;
	color: #969696;
	padding: 6px;
	font-size: 13px;
	height: 32px;
}
.contact-sec label {
	margin-bottom: 0;
	display: block;
}
.custom-slect {
	border-color: #ebebeb;
	font-size: 13px;
}
.text-area {
	width: 100%;
	border-color: #ebebeb;
	color: #969696;
	height: 134px;
	padding: 6px;
}
.captcha-itm li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.contact-sec .captcha-input {
	width: 64px;
	height: 32px;
	padding: 6px;
}
.captcha-itm {
	margin-bottom: 10px;
}
.submit {
	font-size: 13px;
	background-color: #ff6c00;
	color: #fff;
	border: none;
	padding: 10px 25px;
	cursor: pointer;
}
.submit:focus {
	outline: none;
}
/*Exchanger-page*/
.exchange .my-table a {
	color: #777;
	text-decoration: none;
}
.exchange .my-table a:hover {
	color: #ff6c00;
}
/*animation*/

.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 900ms;
}
 @-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100px, 0, 0);
 transform: translate3d(100px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100px, 0, 0);
 transform: translate3d(100px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.carousel-indicators {
	display: none;
}

.nav-line {
	height: 0.15rem;
	width: 8.3%;
	margin: 0 0 0 0px;
	background: #ff6c00;
	border: none;
	transition: .3s ease-in-out;
	position: absolute;
	bottom: 36px;
	opacity: 0;
	left: 0;
}
.nav-item.nav-li.one:hover ~ hr {
	opacity: 1;
	left: 24% !important;
}
.nav-item.nav-li.two:hover ~ hr {
	opacity: 1;
	left: 33.3% !important;
}
.nav-item.nav-li.three:hover ~ hr {
	opacity: 1;
	left: 43% !important;
}
.nav-item.nav-li.four:hover ~ hr {
	opacity: 1;
	left: 54.3% !important;
}
.nav-item.nav-li.five:hover ~ hr {
	opacity: 1;
	left: 66.7% !important;
}
.nav-item.nav-li.six:hover ~ hr {
	opacity: 1;
	left: 79.3% !important;
}
.nav-item.nav-li.one.active ~ hr {
	opacity: 1;
	left: 24%;
}
.nav-item.nav-li.two.active ~ hr {
	opacity: 1;
	left: 33.3%;
}
.nav-item.nav-li.three.active ~ hr {
	opacity: 1;
	left: 43%;
}
.nav-item.nav-li.four.active ~ hr {
	opacity: 1;
	left: 54.3%;
}
.nav-item.nav-li.five.active ~ hr {
	opacity: 1;
	left: 66.7%;
}
.nav-item.nav-li.six.active ~ hr {
	opacity: 1;
	left: 79.3%;
}
.nav-item.nav-li:hover .nav-a {
	color: #ff6c00 !important;
}
.nav-item.nav-li.active .nav-a {
	color: #ff6c00 !important;
}
.trading-sec .tab-content>.tab-pane {
	height: 0;
	display: inherit;
}
.trading-sec .fade {
	transition: opacity .0s linear;
}
.trading-sec .tab-content>.active {
	height: 100%;
}

.carousel-control-prev-icon {
    background-image: url(../images/chevron-pointing-to-the-left.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/right-chevron.svg);
}

.depowd a
{ 
    color: #ffffff !important;
     
 
}

.newspost hr
{
    margin-bottom:10px;
}
.newspost a
{
    color:#4b5c72;
}


.btn-primary, .btn-primary a, .btn-primary a:hover, .btn-primary a:active, .btn-primary a:visited, .btn-primary:hover
{
    color:#ffffff;
    background-color:#ff6c00;
    border-color:#ff6c00;
}
.affiliate-box-margin ul
{
    margin-left:0px;
}




a
{
    color:#ff6600;

}

.forexcopy-table a:link,.forexcopy-table a:visited, .forexcopy-table a
{
    color:#222222;
    text-decoration:none;
}

.forexcopy-table a:hover, .forexcopy-table a:active
{
    color:#ff6600;
    text-decoration:none;
}

#eng-drop ul, #eng-drop li
{
    list-style: none;
    padding:0;
}

.panel-heading-nav {
	border-bottom: 0;
	padding: 10px 0 0;
  }
  
  .panel-heading-nav .nav {
	padding-left: 10px;
	padding-right: 10px;
  }