*{
	vertical-align: top;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a, a:hover{
	color: #333333;
	text-decoration: none;
}
body{
	font-size: 16px;
	line-height: 24px;
	color: #676767;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4,h5,h6{
	margin: 0;
	padding: 0;
}
h1{
	font-size: 46px;
	line-height: 50px;
	color: #fff;
	font-weight:400;
	padding-bottom: 20px;
}
h2{
	font-size: 36px;
	line-height: 42px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 600;
	border-left: #50aaa8 4px solid;
	padding: 0 0 0 24px;
	margin-bottom: 10px;
}
h2 span{
	display: block;
	color: #676767;
	font-weight: 300;
}
h2 + p{
	padding: 0 0 30px 26px;
}
h3{
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 600;
	border-left: #50aaa8 4px solid;
	padding: 0 0 0 14px;
	margin-bottom: 26px;
}
h4{
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	padding-bottom: 20px;
	font-weight: 700;
}
h5{
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	padding-bottom: 20px;
	font-weight: 700;
}
h6{
	font-size: 20px;
	line-height: 22px;
	color: #50aaa8;
	text-transform: uppercase;
	font-weight: 600;
	border-left: #000 4px solid;
	padding: 0 0 0 14px;
	margin-bottom: 15px;
}
p{
	margin: 0;
	padding: 0 0 15px;
}
#header{
 background: #000000;
 border-top: #50aaa8 4px solid;
 position: relative;
 z-index: 99999999;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 110px;
}
.navbar{
	padding: 0;
}
@media(min-width: 992px){
.navbar-expand-lg .navbar-collapse{
	display: block !important;
}
}
.navbar-nav{
	display: block;
	line-height: 16px;
	padding: 0
}
.navbar-nav > li{
	display: inline-block;
	margin: 0;
	padding: 28px 0 28px 28px;
}
.navbar-nav > li:first-child{
	padding-left: 0;
}
.navbar-nav > li > a{
	color: #fff;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 !important;
	padding: 0 !important;
}
.ddNav{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100vw;
	background: #fff;
	padding: 20px;
	z-index: 99999;
}
.ddNav li{
	float: left;
	display: block;
	width: 25%;
	padding: 10px 0 10px 20px;
	text-align: left;
	position: relative;
}
.ddNav li:before{
	position: absolute;
	left: 0;
	top: 14px;
	background:#000000;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	content: '';
} 
.navbar-nav li:hover .ddNav{
	display: block;
}
#navbarNav ul{
	text-align: right;
}
.topNav{
	background: #fff;
	padding: 5px;
	display: block;
	line-height: 14px;
	padding: 10px 0;
}
.topNav ul{
	padding: 0
}
.topNav li{
	display: inline-block;
	padding: 0 10px;
	border-left: #000000 1px solid;
	line-height: 14px;
}
.topNav li:first-child{
	border:0;
}
.topNav li:last-child{
	padding-right: 0;
}
.topNav li a{
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	display: block;
}
.topNav li a:hover, .navbar-nav li a:hover{
	color: #50aaa8;
}
#logo{
	position: absolute;
	left: 19%;
	bottom: 16px;
	z-index: 2;
	background: #fff;
	padding: 8px 20px;
}
#logo a{
	position: relative;
	display: inline-block;
	z-index: 2;
	margin-bottom: 12px;
}
#logo img{
	width: 120px;
	height: auto;
}
#logo:after{
	width: 77px;
	height: 56px;
	background: url(../images/logo-bg.png) 0 0 no-repeat;
	position: absolute;
	left: 100%;
	bottom: 0;
	content: '';
}
#logo:before{
	width: 2000px;
	height: 100%;
	background:#fff;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
}
#wrapper{
	overflow: hidden;
}
#container{
	padding: 0 0 50px;
}
#banner{
	position: relative;
}
.bannerCont{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: table;
	z-index: 2;
}
/*.bannerCont:after{
	background: rgba(0,25,66,0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	content: '';
}*/
.bannerContBg{
	background: rgb(0 0 0 / 50%);
	padding: 30px;
}
.bannerContInner{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 2;

}
.bannerContInner p{
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 20px;
}
.bannerBot{
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: auto;
	z-index: 2
}
.block-cont{
	padding: 30px 0;
}
.serBox{
	border:#dfdfdf 1px solid;
	padding: 15px;
	text-align: center;
}
.serBox h5{
	padding-bottom: 5px;
}
.serBox i{
	display: block;
	padding-bottom: 10px;
}
.serBox span{
	display: block;
	padding-bottom: 10px;
	min-height: 60px;
}
.serBox em{
	display: block;
	font-style: normal;	
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	font-weight: 600
}
.thumbImg img{
	max-width: 100%;
	height: auto;
}
.grey-left{
	background: #f8f9fe;
	padding: 44px;
	margin-right:-60px;
	position: relative;
	z-index: 9999;
}
.grey-right{
	background: #f8f9fe;
	padding: 44px;
	margin-left:-60px;
	position: relative;
	z-index: 9999;
}
.grey-right.noMar, .grey-left.noMar{
	margin: 0
}
.tradeList{
	margin: 0 0 30px;
}
.tradeList li {
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
	width: 33.33%;
}
.tradeList li i{
	display: block;
	padding-bottom: 10px;
}
.treding-steps{
	background: #000000 url(../images/step-bg.png) 0 0 no-repeat;
	background-size: 100% auto;
	padding: 50px 0;
	color: #fff;
	text-align: center;
	margin: 30px 0;
}
.treding-steps h2{
	color: #fff;
	text-align: left;
	margin-bottom: 48px;
}
.treding-steps p{
	color: #fff;
}
.treding-steps h4{
	color: #50aaa8
}
.treding-steps i{
	display: block;
	margin-bottom: 20px;
}
.acc-provide th{
	background: #50aaa8;
	color: #fff;
	padding: 30px 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	border-right: #ccc 1px solid;
	text-align: center;
}
.acc-provide.acc-provide-chart th{
		background: #f3c977
}
.acc-provide tr th:first-child{
	background: none;
}
.acc-provide td{
	background: #f8f9fe;
	padding: 10px 15px;
	border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
	text-align: center;
}
.acc-provide tr td:first-child{
	background: #000000;
	color: #fff;
	font-weight: 700;
	text-align: left;
}
.acc-provide2 table{
	width: 100%;
}
.acc-provide2 th{
	color: #fff;
	padding: 30px 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	border-right: #fff 1px solid;
	text-align: center;
}
.acc-provide2 td{
	background: #fff;
	padding: 10px 15px;
	border-top:#fff 1px solid;
}
.acc-provide2 tr:nth-child(odd) td{
	background: #f8f9fe;
}
.payBox {
    border: #dfdfdf 1px solid;
}
.payBox img{
	max-width: 100%;
	height: auto;
}
.payBoxOut h2{
	margin-bottom: 48px;
}
.greyCont{
	padding: 50px 0;
	margin: 30px 0;
	background: #f8f9fe;
}
.whyBox{
	/*border: #dfdfdf 1px solid;
	background: #fff;
	padding: 30px 20px;*/
	text-align: center;
	margin: 15px 0;
}
.why-honor h2, .educational h2{
	margin-bottom: 36px;
}
.whyBox i{
	display: block;
	margin-bottom: 20px;
}
.eduBox{
	margin: 15px 0;
}
.eduBox i{
	display: block;
	padding-bottom: 20px;
}
.eduBox img, .more-option img{
	max-width: 100%;
	height: auto;
}
.more-option i{
	display: block;
	padding-bottom: 20px;
}
.moreLink{
	color:#333333;
	font-size: 16px;
	display: inline-block;
	padding-left: 30px;
	background: url(../images/more.png) 0 center no-repeat;
	background-size: 20px auto;
	text-transform: uppercase;
	font-weight: 700;
}
.unlockBlock{
	text-align: center;
}
.unlockBlock .btn{
	margin: 0 10px 30px;
}
.btn{
	background: #50aaa8;
	padding: 0 30px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 54px;
}
.btn-blue{
	background:#000000; 
}
.btn-white{
	background: #fff;
	color: #000000;
}
.btn:hover{
	background:#333;
	color: #fff;
} 
.flex-direction-nav{
	display: block;
}
.sliderbox{
	position: relative;
	padding: 30px;
	border-radius: 6px;
	width: 100%;
	background: #f6f8f9;
	overflow: hidden;
	display: block;
	
}
.slideContTitle{
    color: #000;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sliderbox:after {
    content: "";
    z-index: 0;
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 400px;
    height: 400px;
    background-color: #cbced0;
    transform: translateX(-125%) translateY(-125%);
    box-shadow: 0 0 0 0 #cbced0;
    border-radius: 50%;
    transition: transform .4s ease-out,box-shadow .4s ease-in .9s,background-color .2s ease-out;
}
.sliderbox:hover:after {
    right: 30px;
    bottom: 0;
    transform: none;
    box-shadow: 0 0 0 300px #cbced0;
}
.slideCont{
	position: relative;
	z-index: 1
}
.bredcrumb {
	padding: 40px 0;
}
.bredcrumb li{
	display: block;
	float: left;
	padding-right: 15px;
	font-size: 17px;
	line-height: 20px;
	color: #676767;
}
.bredcrumb li a{
	display: block;
	background: url(../images/next.svg) right center no-repeat;
	background-size: 7px auto;
	padding-right: 25px;
	color: #50aaa8;
}
.accBox{
	position: relative;
	background: #fff;
	margin-bottom: 30px;
}
.acc-provide2 .row .col-md-4 {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.accBoxFirst {
    transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(30deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
        transition-duration: 0ms;
}
.accBoxLast {
    transform: translate3d(0px, 0px, -100.167px) rotateX(0deg) rotateY(-30deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
        transition-duration: 0ms;
}
.accBox:before{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 90%;
	box-shadow: rgba(0,0,0,0.15) 0 0 15px;
	content: '';
	z-index: -1;
}
.accLabel{
    position: absolute;
    right: 0;
    top: -28px;
    background: #303030;
    color: #fff;
    padding: 7px 10px;
    border-radius: 3px 3px 0 0;
    font-size: 13px;
    line-height: 14px;
}
.videoOut{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999999;
	display: none;
}
.videoMid{
	display: table;
	height: 100%;
	width: 100%;
}
.videoIn{
	display: table-cell;
	vertical-align: middle;
}
.videoCon{
	width: 100%;
	max-width: 800px;
	background: #fff;
	padding: 10px;
	margin: 0 auto
}
.videoCon iframe{
	width: 100%;
	height: 500px;
}
.videoClose{
	text-align: right;
	padding-bottom: 10px;
}
.videoClose a{
	line-height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	font-size: 24px;
}

.blueCont{
	background: #000000;
	color: #fff;
	padding: 50px 0;
    margin: 30px 0;
}
.blueCont p{
	padding-bottom: 0;
}
.blueCont h2{
	color: #fff;
}
.whyTxt span{
	display:block;
	text-align: center;
	padding-bottom: 10px;
}
.whyTxt span img{
	width: 30px;
	height: auto;
}
.demoCont{
	padding: 50px 0;
	background: url(../images/demobg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.demoCont h2, .demoCont h2 span, .demoCont h2 + p{
	color: #fff;
}
.demoCont:before{
	background: rgb(0 0 0 / 50%);
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}
.demoCont .container{
	position: relative;
	z-index: 2;
}
.demoBox{
	background: #fff;
	border-radius: 20px 0 20px;
	padding:40px 20px; 
	margin-bottom: 30px;
}
.demoBox dt{
	display: block;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.demoBox dd{
	display: block;
	padding:0 0 5px 20px;
	position: relative;
}
.demoBox dd:before {
    position: absolute;
    left: 0;
    top: 9px;
    background: #333;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    content: '';
}
.demoBox .btn{
	padding: 0 20px;
}
.newsVideo{
	width: 100%;
	height: 280px;
}
.newsList li{
	display: block;
	padding: 32px 20px ;
	background: #f8f9fe;
	border-left: #50aaa8 2px solid;
	margin-bottom: 13px;
}
.newsList li a{
	display: table;
	width: 100%;
	color: #676767;
	position: relative;
	padding-right: 50px;
}
.newsList li a:after{
	position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    background: #000000 url(../images/up.svg) center center no-repeat;
    background-size: 10px auto;
    border-radius: 50%;
    content: '';
    transform: rotate(90deg);
}
.newsThumb{
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	width: 150px;
	background: #d5d6da;
}
.newsVideo02{
	width: 100%;
	height: 100px;
}
.newsList li a em{
	display: table-cell;
	vertical-align: middle;
	font-style: normal;
	padding-left: 10px;
	width: calx(100% - 150px)
}
.vidSocial{
	margin: 10px -0.5% 0;
}
.vidSocial a{
	display: block;
	width: 49%;
	padding: 12px 10px 12px 50px;
	margin: 0 0.5%;
	float: left;
	color: #fff;
}
.vidSocial a.vidYoutube{
	background:#D22215 url(../images/youtube.svg) 10px center no-repeat;
	background-size: 30px auto;
}
.vidSocial a.vidFacebook{
	background:#3b5998 url(../images/facebook.svg) 10px center no-repeat;
	background-size: 30px auto;
}

.pdfDown {
	padding-bottom: 20px;
	text-align: center;
}
.pdfDown img{
	width: 30px;
	height: auto;
}
.compImg img{
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.mb0{
	margin-bottom: 0 !important
}
.mt0{
	margin-top: 0 !important
}
.pb0{
	padding-bottom: 0 !important
}
.pt0{
	padding-top: 0 !important
}
.fullWidImg img{
	width: 100%;
	height: auto;
}
.borBox{
	padding: 20px;
	border:#50aaa8 2px solid
}
.subBannerTxt{
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
	font-weight: normal;
	padding-top: 20px;
}
#educationBanner {
    position: relative;
    background: url(../images/education-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: table;
}
.educationBannerConInner {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
#tradingGuideBanner {
    position: relative;
    background: url(../images/trading-guide-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: table;
}
.tradingGuideBannerConInner {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.embedVid{
	background: #f6f8f9;
	padding: 30px;
	display: none;
}
.embedVid iframe{
	width: 100%;
	height: 500px;
}
.embedVidClose{
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
	font-size: 20px;
	display: block;
	float: right;
	margin-bottom: 20px;
}

#mt5Banner {
    position: relative;
    background: url(../images/mt5-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: table;
}
.mt5BannerConInner {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}


/*Footer Start Here
---------------------------------------*/
#footer{
	background: #ebebeb;
	padding: 50px 0 70px;
	color: #000;
}
.addressBar{
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	padding: 0 30px;
}
.legal{
	padding: 25px 0 10px;
	margin: 30px 0;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-size: 12px;
	line-height: 16px; 
}
.fooBot{
	padding: 15px 0;
	border-top: #cccccc 1px solid;
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
}
.fooLink{
	text-align: center;
	padding-bottom: 30px;
}
.fooLink a{
	color: #000;
	display: inline-block;
	margin: 5px 0;
	padding: 0 10px;
	border-left:#000 1px solid;
	line-height: 16px;
}
.fooLink a:first-child{
	border:0;
}
.addressBar a{
 color: #50aaa8;
}
.fooPay{
	padding-bottom: 20px;
}
.fooPay img{
	max-width: 100%;
	height: auto;
}
.socials {
	position: fixed;
	left: 0;
	top: 50%;
	background: #dadada;
	z-index: 999999999
}
.socials li{
	display: block;
	border-top: #fff 1px solid
}
.socials li:first-child{
	border: 0;
}
.socials li a{
	display: block;
}
.fooLogo{
	width: 200px;
	height: auto;
}
/*About Us
--------------------------*/
.chooseUs p {
	min-height: 111px;
}
#aboutBanner{
	position: relative;
	background: url(../images/about.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.aboutBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.tradeOpp{
	background: url(../images/oppotunity.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
	margin: 50px 0;
	color: #fff;
}
.tradeOpp h2{
	color: #fff
}

.tradeOppList li {
	display: block;
	float: left;
	text-align: center;
	width: 20%;
}
.tradeOppList li i{
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	margin-bottom: 20px;
	background: #50aaa8;
}
.tradeOppList li i img{
	width: 50px;
	height: auto;
}
.tradeOppList li p{
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
}
.flip-box {
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
    min-height: 240px;
    display: inline-grid;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: #dfdfdf 1px solid;
    background: #000000;
    padding: 20px;
    text-align: center;
    margin: 15px 0;
}
.flip-box-back {
    background-color: #50aaa8 !important;
    color: #fff;
    transform: rotateY(180deg);
    font-size: 14px;
    line-height: 18px;
    padding: 70px 0 0;
}
.flip-box-back a{
	font-weight: 600;
	text-align: center;
	color: #fff
}
.flip-box-front{
	padding: 70px 20px 0
}
.flip-box-front h4{
	font-weight: 400;
	color: #fff
}

/*Products
--------------------------*/
#productBanner{
	position: relative;
	background: url(../images/market-header.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.productBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.prod-cont{
	position: relative;
	padding: 50px;
	margin-bottom:50px; 
	color: #fff
}
.prod-cont h2 {
    color: #fff;
}
.prod-cont:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,25,66,0.8);
	content: '';
	z-index: 1 
}
.prod-cont-inner{
	position: relative;
	z-index: 2;
}
.proImg01{
	background: url(../images/pro01.jpg) right center no-repeat;
	background-size: cover;
}
.proImg02{
	background: url(../images/pro02.jpg) right center no-repeat;
	background-size: cover;
}
.proImg03{
	background: url(../images/pro03.jpg) right center no-repeat;
	background-size: cover;
}
.proImg04{
	background: url(../images/pro04.jpg) right center no-repeat;
	background-size: cover;
}
.proImg05{
	background: url(../images/pro05.jpg) right center no-repeat;
	background-size: cover;
}
.proImg06{
	background: url(../images/pro06.jpg) right center no-repeat;
	background-size: cover;
}
.proImg07{
	background: url(../images/pro07.jpg) right center no-repeat;
	background-size: cover;
}
.productNav{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2
}

.productNav ul{
	background: rgb(0 0 0 / 50%);
	display: flex;
	justify-content: center;
	padding: 15px;
}
.productNav.fixed ul {
	background: none;
}
.productNav.fixed{
	position: fixed;
	left: 0;
	top: 110px;
	width: 100%;
	height: 52px;
	background: rgb(0 0 0 / 50%);
	z-index: 9999999
}
.productNav li {
	padding: 0 15px;
}
.productNav li a{
	color: #fff;
	display: block;
}
.productNav li a.active{
	color: #50aaa8
}
.intBox{
	position: relative;
	display: block;
}
.intBox img{
	max-width: 100%;
	height: auto;
}
.intBox:after{
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	content: '';
}
.intBox:hover:after{
	background: rgba(0,0,0,0.7);
}
.intBox p {
	color: #fff;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-top: -17px;
    padding: 0 20px;
}
.bannerBtn{
	padding-top: 30px;
}
.openAcc{
	padding: 100px 0;
	background: url(../images/bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	position: relative; 
}
.openAcc:after{
	background: rgba(243,166,15,0.3);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 1;
}
.openAcc .container{
	position: relative;
	z-index: 2;
}
.openAcc h2{
	color: #fff;
	border-color: #fff;
}
.openAccData{
	padding-left: 50px;
	background: url(../images/check.svg) 0 0 no-repeat;
	background-size: 30px auto
}
.openAcc ul{
	padding-bottom: 50px;
}
.openAccTitle{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding-bottom: 20px;
}
.openAccBtn{
	text-align: center;
}
.openAccBtn a {
	display: inline-block;
	margin: 0 5px;
}

#up{
	position: fixed;
	right: 20px;
	bottom: 100px;
	height: 50px;
	width: 50px;
	background: #000000 url(../images/up.svg) center center no-repeat;
	background-size: 20px auto;
	border-radius: 50%;
	display: none;
	z-index: 4
} 
#chat{
	position: fixed;
	right: 20px;
	bottom: 15px;
	height: 40px;
	line-height: 40px;
	background: #333 url(../images/chat.svg) 15px center no-repeat;
	background-size: 20px auto;
	border-radius: 5px;
	z-index: 999999;
	padding: 0 15px 0 45px;
	color: #fff;
	font-weight: 700;
	display:none;
} 
.bottomInfo{
	background: #f5f5f5;
	padding: 15px 0;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	z-index: 4;
	font-size: 18px;
	font-weight:500;
	color: #000;
	z-index: 999999;
}
.bottomInfo .btn{
	padding: 0 20px;
	border-radius: 5px;
	line-height: 40px;
}
.bottomInfo span{
	font-size: 13px;
	line-height: 14px;
	display: block;
	font-weight: 300
}
#cryptoBanner{
	position: relative;
	background: url(../images/crypto.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.cryptoBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.blueBox{
	background: rgb(0 0 0 / 50%);
	padding: 30px;
	display: inline-block;
	max-width:540px
}
.accCompBannerConInner .blueBox{
	max-width:420px;
}
.proTable {
	border-right: #e4e5e8 1px solid;
	border-top: #e4e5e8 1px solid;
	width: 100%;
	margin-bottom: 40px;
}
.proTable th, .proTable td{
	padding: 5px 10px;
	border-left: #e4e5e8 1px solid;
	border-bottom: #e4e5e8 1px solid;
	vertical-align: middle;
	font-size: 14px;
}
.proTable th{
	text-align: center;
	background: #000000;
	color: #fff;
	font-weight: normal;
}
/*Account-overview
--------------------------*/
.firstfbox{
	text-align: center;
}
.firstfico{
	background: #000000;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	margin-bottom: 20px;
	display: table;
	margin: 0 auto 20px;
}
.firstfico span{
	display: table-cell;
	vertical-align: middle;
}
.firstfico img{
	width: 100%;
	height: auto;
}
.firstfbox p {
	padding: 0 50px 50px;
}
.firstfbox h5{
	padding: 0 50px 20px;
	min-height: 52px;
}
/*Classic Account
-------------------------*/
.classicTable td, .classicTable th{
	padding: 10px 20px;

}
.classicTable th{
	background: #000000;
	color: #fff;
	font-weight: 300;
	padding: 20px;
}
.classicTable th span{
	display: block;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700
}
.classicTable tr:nth-child(even) td{
	background: #f8f9fe;
}
.accessCont{
	text-align: center;
}
.accessCont p{
	min-height: 80px;
	padding: 0 50px 20px;
}
.accessCont a {
	margin-bottom: 50px;
}
.accessCont i{
	display: block;
	padding-bottom: 20px;
}
.accessCont i img{
	width: 150px;
	height: auto;
}
.stockImg img {
	width: 100%;
	height: auto;
}
.stockList{
	padding-bottom: 20px;
}
.stockList li {
	display: block;
	margin: 10px 0;
	position: relative;
	padding-left: 20px;
}
.stockList li:before{
	height: 6px;
	width: 6px;
	background: #000000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
	content: '';
}
.screen{
	position: relative;
	width: 226px;
	height:476px;
	padding: 0 10px;
	display: inline-block;
}
.screen:after{
	width: 226px;
	height:476px;
	background: url(../images/device.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 2;
}
.screen video{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1
}
.availOs{
	display: block;
	margin: 0 20px 0 0;
	float: left;
	width: 42%;
	text-align: center;
}
.availOs dt{
	display: block;
	padding-bottom: 20px;
	font-size: 12px;
}
.availOs dd{
	display: inline-block;
	padding:0 10px;
	width: 42%;
	text-align: center;
}
.availOs dd i {
	display: block;
	padding-bottom: 10px;
}
.availOs dd img{
	width: 50%;
	height: auto;
}
.numsMt{
	background: #fff;
	height: 100px;
	width: 100px;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 20px;
	color: #000000;
	font-weight: 700;
	font-size: 24px;
	line-height: 100px;
	text-align: center;
}
.treding-steps-mt4 p {
	padding-bottom: 40px;
}
.veiwAll{
	text-align: center;
	padding-top: 20px;
}

.mtTabs{
	border-bottom: #dfdfdf 1px solid;
	margin-bottom: 20px;
}
.mtTabs li {
	display: block;
	float: left;
}
.mtTabs li a{
	display: block;
	float: left;
	padding: 0 20px;
	line-height: 40px;
	color: #333;
	border: #dfdfdf 1px solid;
	border-bottom:0;
	font-weight: 600;
}
.mtTabs li a.active{
	border-bottom: #f8f9fe 1px solid;
    margin-bottom: -1px;
    background: #50aaa8;
    color: #fff;
}
.mtTab{
	display: none;
}
.mtTab.active{
	display: block;
}
.mtTabList{
	padding-bottom: 20px;
}
.mtTabList li {
	display: block;
	padding: 0 0 10px 20px;
	position: relative;
	text-align: justify;
}
.mtTabList li:before{
	position: absolute;
	left: 0;
	top: 9px;
	background: #333;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	content: ''
}
.mtImg img{
	max-width: 100%;
	height: auto;
}
.mtImg{
	text-align: center;
}
.teckIcoList{
	padding: 30px 0;
}
.teckIcoList li {
	display: block;
	float: left;
	padding-right: 20px;
}
.teckIcoList li a{
	display: block;
}
.teckIcoList li img{
	width: 30px;
	height: auto;
}
.acc-provide{
	display: block;
}
.acc-provide-mob{
	display: none;
}
.overNgtTitle{
	color: #333;
	font-weight: 700;
	padding-right: 30px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}
.overNgtTitle:after{
	position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background: #000000 url(../images/up.svg) center center no-repeat;
    background-size: 10px auto;
    border-radius: 50%;
    content: '';
    transform: rotate(176deg);
}
.overNgtTitle.active:after{
	transform: rotate(0deg);
}
.overNgtCon{
	padding: 30px 0;
	display: none;
}
.overNgtCon dt{
	background: #50aaa8;
	color: #fff;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
}
.overNgtCon dd{
	display: block;
	text-align: center;
	padding: 5px 0;
}
.overNgtCon dd:nth-child(odd){
	background: #fff;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.faqAcc{
	margin-bottom: 60px;
	border-bottom: #cccccc 1px solid;
}
.faqAcc li{
	display: block;
	position: relative;
}
.faqAcc li:before{
	position: absolute;
	left: 0;
	top: 8px;
	content: '+';
	font-size: 30px;
	line-height: 30px;
	color: #cccccc;
	font-weight: 300;
	border-right: #cccccc 1px solid;
	padding: 0 10px;
	width: 37px;
	text-align: center;
}
.faqAcc li.active:before{
	content: '-';
	width: 37px;
	font-size: 34px;
}
.faqAcc li a{
	display: block;
	border: #cccccc 1px solid;
	padding: 10px 10px 10px 50px;
	border-bottom: 0;
	position: relative;
    z-index: 999999;
}
.accCont{
	display: none;
	padding: 20px 40px;
	border: #cccccc 1px solid;
	border-bottom:0;
}
.accCont dl{
	padding-left: 20px;
}
.accCont dd{
	display: block;
	padding: 0 0 10px 24px;
	position: relative;
}
.accCont dd:before{
	background: #cccccc;
	height: 5px;
	width: 5px;
	position: absolute;
	left: 0;
	top: 9px;
	content: '';
	border-radius: 50%;
}
#faqBanner {
    position: relative;
    background: url(../images/faq-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: table;
}
.faqBannerConInner {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
#videosBanner {
    position: relative;
    background: url(../images/trading-video-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: table;
}
.videosBannerConInner {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.tradingTab{
	margin: 0 -5px 30px;
}
.tradingTab li {
	display: block;
	float: left;
	width: 50%;
	padding: 0 5px;
}
.tradingTab li a{
	display: block;
	text-align: center;
	color: #fff;
	padding: 30px;
	font-size: 20px;
	line-height: 24px;
	background: #333;
	border-radius: 5px;
}
.tradingTab li a:hover, .tradingTab li a.active{
	background: #50aaa8;
}
.tradingTabCont{
	display: none;
}
.tradingTabCont.active{
	display: block;
}
#mt4Banner {
    position: relative;
    background: url(../images/mt4-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: table;
}
.mt4BannerConInner {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
#mt4Banner {
    position: relative;
    background: url(../images/mt4-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: table;
}
.mt4BannerConInner {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
#plateformBanner {
    position: relative;
    background: url(../images/platbanner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: table;
}
.plateformBannerConInner {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.plateformBannerConInner p, .mt4BannerConInner p, .mt5BannerConInner p, .compareBannerConInner p, .educationBannerConInner p{
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 0
}
#compareBanner {
    position: relative;
    background: url(../images/compare-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    display: table;
}
.compareBannerConInner {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.videoThumbImg{
	margin: -30px -30px 30px;
}
.videoThumbImg iframe{
	width: 100%;
	height: 190px;
}
.acc-provide-chart {
	display: block;
}
.comparison_table {
	display: none;
}



#accCompBanner{
	position: relative;
	background: url(../images/acc-overview.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.accCompBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

#stdAccBanner{
	position: relative;
	background: url(../images/standard-acc.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.stdAccBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

#ecnAccBanner{
	position: relative;
	background: url(../images/ecn-acc.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.ecnAccBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
#islAccBanner{
	position: relative;
	background: url(../images/islamic-acc.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.islAccBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

/*Forex
----------------------------*/
#forexBanner{
	position: relative;
	background: url(../images/forexpage.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.forexBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.numsList li{
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	background: #ebebeb;
	padding: 20px;
}
.numsList li:nth-child(odd){
	background: #f5f5f5
}
.numsList li span{
	display: block;
	font-weight: 100;
	font-size: 70px;
	line-height: 74px;
	padding-bottom: 20px;
}
.numsList li em{
	display: block;
	font-style: normal;
}
.insTab{
	display: none;
}
.insTab.active{
	display: block;
}
.insTabNav {
	margin-bottom: 30px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.insTabNav li {
	display: inline-block;
}
.insTabNav li a{
	padding: 0 50px;
	background:#f5f5f5;
	color:#333;
	font-size: 18px;
	line-height: 50px;
	text-transform: uppercase; 
	display: block; 
}
.insTabNav li a.active{
	background: #50aaa8;
	color: #fff;
}   
/*crypto
----------------------------*/
#cryptoBanner{
	position: relative;
	background: url(../images/cryptopage.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.cryptoBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

/*crypto
----------------------------*/
#indicesBanner{
	position: relative;
	background: url(../images/indicespage.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.indicesBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

/*crypto
----------------------------*/
#stockBanner{
	position: relative;
	background: url(../images/stockspage.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.stockBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.video-prop {
	width: 70%;
	height: auto;
}
/*Tools
----------------------------*/
#toolsBanner{
	position: relative;
	background: url(../images/tools-banner.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.toolsBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
/*News Analysis
----------------------------*/
#newsBanner{
	position: relative;
	background: url(../images/news-analysis-banner.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.newsBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.newsThumbImg{
	padding-bottom: 20px;
}
.newsThumbImg img{
	width: 100%;
	height: auto;
}
/*News Analysis
----------------------------*/
#vpsBanner{
	position: relative;
	background: url(../images/vps-banner.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.vpsBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.vpsBannerConInner p {
	text-transform: none;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0;
	font-weight: 400
}
.disclaimer{
	font-size: 12px;
	line-height: 16px;
}

/*Live Chart
----------------------------*/
#liveChartBanner{
	position: relative;
	background: url(../images/live-chart-banner.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.liveChartBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.liveChart{
	width: 100%;
	height: 600px;
	border: 0;
}
/*Live Prices
----------------------------*/
#livePriceBanner{
	position: relative;
	background: url(../images/live-price-banner.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.livePriceBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.livePrice{
	width: 100%;
	height:265px;
	border: 0;
}
/*Glossery
----------------------------*/
#glossaryBanner{
	position: relative;
	background: url(../images/gloss-banner.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.glossaryBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.glossary-content h5 {
    font-size: 126px;
    color: #676767;
    text-align: center;
    line-height: 1.01;
    font-weight: 600;
    margin: 0;
}
.glossary-content hr {
    border-color: #e4e2e2;
    width: 100%;
}
.glossary{
	background: #f5f5f5;
	padding: 20px 0;
	border: #eee 1px solid;
}
.alphas{
	display: flex;
	-webkit-box-pack: space-evenly;
    justify-content: space-evenly;
}
.alphas a{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
.fixedd{
	width: calc(100% + 20px);
	left: 0;
	top: 162px;
	position: fixed;
	z-index: 2
}
/*PARTNERSHIP
----------------------------*/
#partnershipBanner{
	position: relative;
	background: url(../images/partner-over.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.partnershipBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
/*Introducing Broker
----------------------------*/
#brokerBanner{
	position: relative;
	background: url(../images/ibban.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.brokerBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.commImg img {
	max-width: 100%;
	height: auto;
}
.brokForm label{
	display: block;
	padding-bottom: 10px;
}
.brokForm input, .brokForm textarea{
	background:#fff;
	border:#ccc 1px solid;
	padding:0 20px;
	width: 100%;
	height: 50px;

}
.brokForm textarea{
	height: 100px;
}
.getPara p{
	padding-bottom: 40px;
}
.getPara a{
	font-weight: 700;	
}

/*White Label
----------------------------*/
#whiteLabelBanner{
	position: relative;
	background: url(../images/whitelab.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.whiteLabelConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.featList > div {
	padding-bottom: 30px;
}


/*Institutanal
----------------------------*/
#instiBanner{
	position: relative;
	background: url(../images/institutionalban.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.instiConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.formList {
	margin: 0 -10px 20px;
}
.formList li{
	display: block;
	float: left;
	padding:0 10px 20px;
	width: 50%;
}
.formList li input{
	background:#fff;
	border:#ccc 1px solid;
	padding:0 20px;
	width: 100%;
	height: 50px;

}
.dualBtns .btn:first-child{
		margin-right: 20px;
}

/*contact
----------------------------*/
#contactBanner{
	position: relative;
	background: url(../images/contact-banner.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.contactBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.contIco{
	padding-left: 40px;
}
.contIco01{
	background: url(../images/cont01.svg) 0 0 no-repeat;
	background-size: 25px auto;
}
.contIco02{
	background: url(../images/cont02.svg) 0 0 no-repeat;
	background-size: 25px auto;
}
.contIco03{
	background: url(../images/cont03.svg) 0 0 no-repeat;
	background-size: 22px auto;
}


/*future
----------------------------*/
#futureBanner{
	position: relative;
	background: url(../images/futurespage.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.futureBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
/*ebooks
------------------------------*/
#ebooksBanner{
	position: relative;
	background: url(../images/ebooks-banner.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: table;
}
.ebooksBannerConInner{
	display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.ebookBoxImg img{
	width: 100%;
	height: auto;
}
.ebookBoxDisc{
	padding: 10px 0 60px;
}

/*Login and Register Popups*/
.loginOuter{
	background: url(../images/login.jpg) center 0 no-repeat;
	padding: 120px 20px 250px;
	position: relative;
}
.loginOuter:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content:'';
	background: rgba(6,25,64,0.4);
	z-index: 1
}
.loginInner{
	background: #fff;
	border-radius: 15px;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	position: relative;
	z-index: 2
}
.popNav{
	display: flex;
	justify-content: space-between;
}
.popNav li{
	width: 50%;
}
.popNav li a{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-align: center;
	background: #fedd9f; /* Old browsers */
	background: -moz-linear-gradient(left,  #fedd9f 0%, #ed7427 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fedd9f 0%,#ed7427 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fedd9f 0%,#ed7427 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedd9f', endColorstr='#ed7427',GradientType=1 ); /* IE6-9 */
	border-radius: 15px 0 0;
	line-height: 54px;
}
.popNav li:last-child a{
	border-radius: 0 15px 0 0;
}
.popNav li a.active{
	background: #fff
}
.popForm{
	padding: 50px 30px;
}
.popForm label{
	display: block;
	color: #504F5B;
	font-size: 12px;
	line-height: 14px;
	padding-top: 15px;
	margin: 0;
}
.popForm input, .popForm select{
	border: 0;
	border-bottom: #EDEAEE 1px solid;
	color: #9A9BAA;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0;
	width: 100%;
	height: 40px;
}
.dualInputs{
	display: flex;
	justify-content: space-between;
}
.inputCont{
	width: 45%
}
.phoneInputs{
	display: flex;
	justify-content: space-between;
}
.phoneCont01{
	width: 25%
}
.phoneCont02{
	width: 70%
}
.passInfo{
	color: #9A9BAA;
    font-size: 11px;
    line-height: 16px;
    padding: 5px 0 24px;
}
.passInput{
	position: relative;
}
.passInput a{
	position: absolute;
	right: 0;
	top: 7px;
	display: block;
	width: 20px;
	height: 20px;
}
.passInput a img{
	width: 100%;
	height: auto;
}
.popForm input:focus, .popForm select:focus{
        outline: none;
}
.popForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9A9BAA;
  opacity: 1; /* Firefox */
}

.popForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9A9BAA;
}
.popForm input::-ms-input-placeholder { /* Microsoft Edge */
 color: #9A9BAA;
}
.popBtn{
	background: #061940;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 60px;
	border-radius: 70px;
	display: inline-block;
	width: 260px;
	max-width: 100%;
	border: 0;
}
.popBtn:hover{
	background: #9A9BAA
}
.agreePara{
	color: #9A9BAA;
	font-size: 12px;
	line-height: 22px;
	padding: 24px 0
}
.agreePara a{
	color: #504F5B;
}
.popFoo{
	background: #fedd9f; /* Old browsers */
	background: -moz-linear-gradient(left,  #fedd9f 0%, #ed7427 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fedd9f 0%,#ed7427 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fedd9f 0%,#ed7427 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedd9f', endColorstr='#ed7427',GradientType=1 ); /* IE6-9 */
	padding: 15px 30px;
	text-align: right;
	border-radius: 0  0 15px 15px;
}
.popForm label.contCheck {
  display: inline-block;
  position: relative;
  padding:0 0 0 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #9A9BAA;
  line-height: 22px;

}
.contCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border:#EDEAEE 1px solid;
  border-radius: 50%;
}
.contCheck input:checked ~ .checkmark {
  background-color: #E07A49;
}
.contCheck input:checked ~ .checkmark:after {
  display: block;
}
.flexPara{
	display: flex;
	justify-content: space-between;
}
.tabCont{
	display: none;

}
.tabCont.active{
	display: block;
}
.loginInfo {
    background: #f5f5f5;
    padding: 15px 30px;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    z-index: 999999;
    text-align: center;
}



@media only screen and (max-width: 1700px) {
	#logo{
		left: 14%;
	}
}
@media only screen and (max-width: 1439px) {
	#logo {
    	left: 1%;
	}
}
@media only screen and (max-width: 1359px) {
	.bottomInfo{
		display: none;
	}
	#footer {
	    padding: 100px 0 0;
	}
	#up {
    	bottom: 65px;
	}
}
@media only screen and (max-width: 1279px) {
	#logo {
    	left: 0;
	}
	.navbar-nav > li {
    	padding-left: 9px;
    }
    .navbar-nav{
    	position: relative;
    	z-index: 3
    }
    h1 {
 	     font-size: 44px;
    	line-height: 60px;
	}
	.serBox h5 {
	 font-size: 16px;
	}
}
@media only screen and (max-width: 1023px) {
	.serBox{
		margin: 15px 0;
	}
	.thumbImg img{
		width: 100%;
		height: auto;
	}
	.grey-left {
    	margin-right: 0;
	}
	.grey-right {
    	margin-left: 0;
	}
	.addressBar {
    border: 0;
    padding: 30px 0;
	}
	h1 {
	    font-size: 40px;
	    line-height: 70px;
	    padding-bottom: 30px;
	}
	#logo{
		position: static;
		padding: 10px 20px;
	}
	#logo:after, #logo:before{
		display: none;
	}
	.navbar {
    	padding: 15px 0;
	}
	.navbar-toggler {
    	padding: 0 20px
	}
	.navbar-toggler:focus{
		outline: 0;
	}
	.navbar-toggler-icon{
		background: url(../images/menu.svg) center center no-repeat;
		background-size: 30px auto;
		width: 40px;
		height: 32px;
	}
	.topNav {
    	background: none;
	}
	.topNav li,.navbar-nav > li{
		margin: 0;
		padding: 10px 0;
		display: block;
	}
	.topNav li a ,
	.navbar-nav > li > a {
	    color: #fff;
	    line-height: 16px;
	    text-transform: uppercase;
	    font-weight: 300;
	    margin: 0 !important;
	    padding: 0 !important;
	    text-align: left;
	}
	.navbar-nav {
    	padding: 0;
	}
	.ddNav{
		position: static;
		margin: 10px 0 0;
		width: 100%;

	}
	.ddNav li{
		width: 100%;
	}
	.ddNav li a{
		color: #000000
	}
	.mobNone{
		line-height: 0;
		font-size: 0;
		padding-bottom: 20px;
	}
	.chooseUs p {
    	min-height: 160px;
	}
	.productNav li {
    	padding: 0 10px;
	}
	.acc-provide-chart {
		display: none;
	}
	.comparison_table {
		display: block;
	}
	/*table css*/
	.comparison_table {
	    position: relative;
	    color: #565656;
	    font-weight: 300;
	    line-height: 135%;
	    font-size: 14px;
	    display: table;
	    width: 100%;
	}

	.ct-row.ct-title {
	    background: #f3c977;
	    border: 0;
	}

	.ct-row {
	    float: left;
	    width: 100%;
	    display: block;
	}
	.ct-row .ct-cell:first-child {
	    display: block;
	    width: 100%;
	    text-align: center;
	    padding-top: 0;
	    padding: 30px 10px;
	}
	.ct-tick {
	    margin: 12px 0 4px;
	    width: 25px;
	    height: 17px;
	}
	.ct-row .ct-cell {
	    display: inline-block;
	    width: 50%;
	    float: left;
	    border: 0;
	    padding: 30px 10px;
	    text-align: center;
	}
	.ct-cell:nth-child(2) {
	    border-color: #f8f9fe;
	    background: #d9f1d5;
	}
	.ct-row.ct-title .ct-cell:nth-child(2){
	    background: #f3c977;
	 }
	 .ct-title .ct-cell:first-child {
	    display: none;
	}
	.ct-bold, .ct-sub_title {
	    font-weight: 400;
	    font-size: 18px;
	    width: 100%;
	    line-height: 135%;
	}
	.dualBtns .btn:first-child{
		margin:0 0 20px;
	}
	.dualBtns .btn{
		width: 200px;
	}
	.btn {
	    padding: 0 22px;
    	border-radius: 22px;
	}
}
@media only screen and (max-width: 767px) {
	.navbar {
	    padding: 10px 20px;
	}
	.navbar-toggler {
    	padding: 0;
	}
	h1 {
	    font-size: 20px;
	    line-height: 40px;
	    padding-bottom: 0;
	}
	.bannerOut .btn{
		display: none;
	}
	#container, .block-cont {
    	padding: 15px 0;
	}
	.tradeList li {
	    padding: 0 0 10px;
	    width: 100%;
	}
	.treding-steps{
		margin: 15px 0;
	}
	.treding-steps{
		padding: 30px 0;
	}
	h2 {
    	font-size: 26px;
    	line-height: 32px;
	}
	.payBox {
    	text-align: center;
    	margin-bottom: 10px;
	}
	.greyCont {
    	padding: 30px 0;
    	margin: 15px 0;
	}
	.more-option .col-md-4{
		margin-bottom: 20px;
	}
	.grey-left, .grey-right {
  	  padding: 20px;
    }
    .chooseUs p {
    	min-height: inherit;
	}
	.tradeOppList li {
	    padding: 10px 0;
	    width: 100%;
	}
	.aboutBannerConInner {
	    font-size: 30px;
	    line-height: 40px;
	    padding: 20px;
	}
	.aboutBannerConInner{
		display: block;
	}
	.prod-cont {
	    padding: 30px;
	    margin-bottom: 20px;
	}
	.productNav {
    	position: relative;
    	display: none;
	}
	.productNav ul {
	    margin: 0 -15px;
	    display: block;
	}
	.productNav li {
	    padding: 0 10px 10px;
	    display: block;
	    width: 100%;
	}
	.bannerBtn .btn:first-child, .openAccBtn .btn:first-child{
		margin-bottom: 10px;
	}
	.intBox{
		margin-top: 20px;
	}
	.mobNone{
		display: none;
	}
	.bannerCont{
		position: relative;
	}
	.bannerContInner {
	    padding: 20px 0 60px;
	    height: auto;
	    background: #000000;
	}
	.bannerContBg {
	   padding: 0;
	}
	#banner .flex-direction-nav a{
		top: 100px;
	}
	#banner .flex-direction-nav .flex-next {
    right: 10px;
	}
	#banner .flex-direction-nav .flex-prev {
	    left: 10px;
	}
	.bannerCont .btn {
	    width: 100%;
	    margin: 5px 0;
	}
	.flexslider {
		background: #000000;
	}
	.flex-direction-nav {
	    top: 0;
	    width: 100%;
	}
	#banner .flex-control-nav {
	    bottom: -20px;
	}
	.flip-box-back {
	    padding: 20px;
	}
	.navbar-collapse {
	    height: calc(100vh - 150px);
	    overflow: auto;
	}
	.accBoxFirst, .accBoxLast {
    transform: none;
    -webkit-transform-style: none;
    -moz-transform-style: none;
    -ms-transform-style: none;
    transform-style: unset;
    transition-duration: 0ms;
   
	}
	.accBox{
		 margin-bottom: 40px;
	}
	.acc-provide{
		display: none;
	}
	.acc-provide-mob{
		display: block;
	}
	.accProBox{
		padding-bottom: 20px;
	}
	.accProBox dt {
	    background: #50aaa8;
	    color: #fff;
	    padding: 10px 15px;
	    font-weight: 600;
	    text-transform: uppercase;
	    font-size: 16px;
	    line-height: 30px;
	    text-align: center;
	}
	.accProBox dd {
	    background: #f8f9fe;
 	    border-top: #fff 1px solid;
	    text-align: center;
	    margin: 0;
	    display: block;
	    padding: 10px;
	}
	.accProBox dd span{
		display: block;
		font-size: 12px;
		line-height: 14px;
	}
	.dualBtns .btn{
		padding: 0 22px;
		margin-bottom: 30px;
	}
	.overNgtCon dl{
		margin-bottom: 20px;
	}
	.proTable{
		width: 500px;
	}
	.screen{
		margin-bottom: 20px;
	}
}


/* custom css */
@media(min-width:768px){
.flex-direction-nav {
    top: 350px;
    width: 100%;
}
}

@media (min-width: 768px){
.set7 {
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 16.666667% !important;
    max-width: 13.666667% !important;
}}

.pad7{
	padding:23px;
}