/*General*/
a {
    text-decoration: none;
}
h1{
	font-family: 'Noto Sans';
	font-weight: bold;
	/*font-size: 45px;*/
}
h2{
	font-family: 'Noto Sans';
	font-weight: bold;
	/*font-size: 32px;*/
}
h3{
	font-family: 'Noto Sans';
	/*font-size: 25px;*/
}
p{
	font-family: 'Noto Sans';
	/*font-size: 14px;	*/
}
a:hover,a:focus{
	text-decoration: none;
	color: inherit;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	outline: none;
}
.bgimg_1{
	background-image: url(/static/images/bgimg_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.bgimg_2{
	background-image: url(/static/images/bgimg_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.bgimg_3{
	background-image: url(/static/images/bgimg_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.bgimg_4{
	background-image: url(/static/images/bgimg_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.bgimg_5{
	background-image: url(/static/images/bgimg_5.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bgimg_6{
	background-image: url(/static/images/bgimg_6.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.post, .page {
	margin-bottom: 0;
}
.dfcen{
	display: flex;
	align-items: center;
}
.bgdarkgrey{
	background-color: #d6d6d6;
}
.bgwhite,.white-bgr{
	background-color: #fff;
}
button.slick-prev.slick-arrow {
    width: fit-content;
    left: 0;
}
button.slick-next.slick-arrow {
    width: fit-content;
    right: 0;
}
.stripes-bg{
	background-image: url(/static/images/lines_bg.png);

    background-size: cover;
    background-repeat: no-repeat;
}
.stripes-bg * ,.black-bgr *{
    color: #fff !important;
}
.stripes-bg a:link,.stripes-bg  a:visited ,.black-bgr a:link,.black-bgr a:visited{
    color: #1a1a1a !important;
}

.stripes-bg .single_usp_inner, 
.stripes-bg .account-block, 
.stripes-bg .singlevisionblock{
	background-color: #000;
}

.black-bgr .slick-dots li.slick-active button:before,
.black-bgr .slick-dots li button:before,
.stripes-bg .slick-dots li button:before,
.stripes-bg .slick-dots li.slick-active button:before{
	color: #FFF !important;
}

.black-bgr .slick-next:before,
.black-bgr .slick-prev:before,
.stripes-bg .slick-prev:before,
.stripes-bg .slick-next:before{
	background-image: url(/static/images/sliderarrow_w.png);
}
.stripes-bg .iconbggrey{
	background-color: transparent !important;
}
.black-bgr .white-btn,
.stripes-bg .white-btn{
	background-color: #FFF !important;
}
.black-bgr .single_usp_inner, .black-bgr .account-block, .black-bgr .singlevisionblock{
	background-color: transparent;
}
.widget {
	list-style: none;
}
/*Buttons*/
.genbtn {
	font-family: 'Noto Sans';
	font-size: 18px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid;
	padding: 10px;
	min-width: 155px;
	display: inline-block;
	text-align: center;
}
.bigbuttonsholder .genbtn {
	font-size: 18px;
	min-width: 15rem;
}
.genbtn a{
	border: 0 !important;
	padding: 0 !important;
}
.blue-btn a, .blue-btn, .blue-btn:visited{
	color: #1b1b1b !important;
}
.blue-btn:hover .blue-btn a:hover, .blue-btn:focus{
	background-color: #2a06a5 !important;
}
.white-btn, .white-btn:visited{
	color: #1b1b1b;
	border-color: #1b1b1b;
}
.white-btn:hover, .white-btn:focus{
	background-color: #cad4d7;
}
.boxshadow{
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 9px -9px #ebebeb; 
	box-shadow: 0px 10px 9px -9px #ebebeb;
}
/*Header part*/
a.langswitch {
	text-decoration: none;
	margin: 0 3rem;
}
a.langswitch span {
	font-family: 'Noto Sans';
	/*font-size: 14px;*/
	text-transform: uppercase;
	color: #262626;
	text-decoration: none;
}
.burgermenu{
	text-decoration: none;
}
header .login_button,header .white-btn{
	margin-left: 1rem;
	margin-right: 1rem;
}
/*Homepage header*/
.home_top h1{
	margin-bottom: 1rem;
}
.home_top h2{
	font-size: 30px;
	font-weight: normal;
}
.home_top p{
	font-size: 18px;
}
/*Social proof section*/
.middlesocpr {
	/*border-left: 1px solid #ebebeb;*/
	border-right: 1px solid #ebebeb;
}
.social_proof span {
	color: #7c7c7c;
	font-family: 'Noto Sans';
	/*font-size: 14px;*/
	font-weight: 700;
	margin-bottom: 4px;
	display: inline-block;
}
.social_proof h2 {
	margin-bottom: -10px;
}
p.awarded {
	font-family: 'Noto Sans';
	font-size: 18px;
	font-weight: 800;
	color: #1b1b1b;
	margin:0;
}
h2.awarded {
	font-family: 'Noto Sans';
	font-size: 18px;
	margin-bottom:.05rem;
	font-weight: 400;
}
/*Usp section*/
.usptitle{
	font-size:26px;
	color: #000;
	font-family: 'Montserrat';
}
.usp_image {
	margin: 0 auto;
	padding: 5px;
	border-radius: 2px;
	height: 49px;
	width: auto;
}
.iconbggrey{
	background-color: #fbfbfc;
}
.uspslider .iconbggrey{
	background-color: transparent !important;
}
.single_usp_inner{
	background-color: #fff;
	padding: 25px;	
	width: 90%;
	margin: 0 auto;
	height: 100%;
}
.slick-prev:before {
	background-image: url(/static/images/sliderarrow.png);
	content: '';
	width: 13px;
	height: 22px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
}
.slick-next:before {
	background-image: url(/static/images/sliderarrow.png);
	content: '';
	width: 13px;
	height: 22px;
	position: absolute;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	right: 8px;
	top: 0;
}
.slick-dots {
	bottom: -3rem;
}
/*Markets section*/
.markets .col-md-6 {
	margin-bottom: 30px;
}
.markets .single_usp_inner {
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
}
.markets iframe {
	-webkit-box-shadow: 0px 10px 9px -9px #ebebeb;
	box-shadow: 0px 10px 9px -9px #ebebeb;
}
.markets a.single_usp_inner:after {
	content: "";
	background-image: url(/static/images/arrow_right.png);
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 22px;
	height: 10px;
	transition:all .2s linear;
	background-repeat: no-repeat;
	background-size: contain;
}
.markets a.single_usp_inner:hover:after {
	bottom: 30px;
}
a.card-title {
    max-width: 90%;
    display: inline;
}
/*Services section*/
.viewmorebtn {
	color: #1b1b1b;
	border: 1px solid #1b1b1b;
	border-radius: 5px;
	padding: 10px;
	font-size: 18px;
	display: inline-block;
	width: 200px;
	max-width: 80%;
}
/*Account type*/
.account-block {
	padding: 30px;
	height: 100%;
	position: relative;
}
.account_16{
	font-size: 16px;
}
.account_18,.deposit-wrapper {
	font-size: 18px;
}
.account-block div {
	text-align: left;
	font-family: 'Noto Sans';
}
.account_50 {
	font-size: 50px;
}
.deposit-wrapper .value{
	font-weight: bold;
	font-size: 16px;
	color: #1a1a1a;
	text-align: right;
}
.comapre_acc {
	font-family: 'Montserrat';
	font-size: 26px;
	color: #1b1b1b;
	text-align: center;
	word-spacing: 9999rem;
}
/*Call to action*/
.calltoaction h2{
	font-size: 32px;
	color: #fff;
	font-weight: normal;
}
.calltoaction .login_button,.internal-header .login_button,.calltoaction .white-btn,.internal-header .white-btn {
	border-color: #fff;
	background-color: #fff;
}
/*Footer*/
footer{
	background-color: #f2f2f2;
}
footer h2 {
	font-size: 18px;
}
footer ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
footer ul li a, footer ul li a:visited {
	font-size: 14px;
	color: #1a1a1a;
}
footer ul li a:hover{
	text-decoration: underline;
}
.social-buttons a {
	color: #000;
	font-size: 25px;
	margin-right: 10px;
}
.footer_menus{
	border-bottom: 2px solid #e4e4e4;
}
.ip_phone .vanuatu_phone, .ip_phone .fca_phone, .ip_phone .asic_phone, .ip_mail .vanuatu_email, .ip_mail .fca_email, .ip_mail .asic_email, .ip_address .vanuatu_address, .ip_address .fca_address, .ip_address .asic_address, .vanuatu_rw_text, .fca_rw_text, .asic_rw_text, .fca_top_long_text, .fca_top_short_text, .risk-warning {
	display: none;
}
.risk-warning-text * {
	font-size: 10px;
	color: #7c7c7c;
}
.copyright-text{
	padding-left: 0;
}
.bottomfootermenu {
	padding-right: 0;
}
.copyright-text * {
	font-size: 12px;
	color: #1a1a1a;
}
.bottomfootermenu ul {
	display: inline-block;
	text-align: right;
	width: 100%;
}
.bottomfootermenu ul li {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}
.bottomfootermenu ul li a{
	font-size: 14px;
}
/*About us page*/
/*Internal header*/
.internal-header{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.internal-header h1,.internal-header h2,.internal-header p{
	color: #fff;
}
.internal-header h2{
	font-weight: normal;
}
/*Our vision*/
.singlevisionblock{
	padding: 30px;
	background-color: #fff;
	height: 100%;
}
ul.visionlist {
	list-style: none;
	text-align: left;
	margin-left: 0;
	padding-left: 48px;
}
.visionlist li {
	margin-top: 30px;
	position: relative;
}
.visionlist li:before {
	content: '';
	background-image: url(/static/images/tick.png);
	position: absolute;
	width: 33px;
	height: 31px;
	left: -42px;
	top: 5px;
}
.singlevisionblock img{
	margin-bottom: 20px;
}
.meet_team  .singlevisionblock img{
	margin-bottom: 20px;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	object-fit: cover;
}
.single_team_member h2,.singlevisionblock h2{
	font-size: 26px;
}
.single_team_member h3,.singlevisionblock h3{
	font-size: 22px;
}
.more_team{
	font-size: 18px;
	display: block;
}
.hideteams{
	/*visibility: hidden*/
	display: none
}
.hideteams.show{
	display: inherit;
	width:100%;
	/*visibility: visible;*/
}
/*Contact*/
.contactblocks a {
	font-size: 16px;
	display: block;
	border-bottom: 1px solid;
	width: fit-content;
	margin: 0 auto;
}
.bigtdwidget{
	height: 400px;
}
@media all and (max-width: 991px){
	.middlesocpr {
		border-left: 0;
		border-right: 0;
		/*border-top: 1px solid #ebebeb;*/
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 20px ;
		margin-bottom: 20px ;
	}
}
@media all and (max-width: 768px){
	ul.langbarwrap {
    padding-left: 2rem !important;
    margin: 0 !important;
}
a.dropdown_langbar_choose {
    padding: 0;
}
	.markets .col-md-6 {
		margin-bottom: 30px;
	}
	.copyright-text,.bottomfootermenu {
		text-align: center;
		padding: 0;
	}
	.bottomfootermenu ul {
		text-align: center;
	}
	.footer_menus .col-md-3 {
		text-align: center;
	}
	.tradingview-widget-container,.bigtdwidget {
		display: none;
	}
	.account_types .col-md-6 {
		margin-top: 1.5rem;
	}
	.menuholder .top-navbar-nav {
		display: none;
	}
	header.top.sticky {
		background-color: #f9f9f9;
	}
	.logoholder a svg{
		max-width: 90%;
	}
	#my_offcanvas2 .closebtn::after{
		top: 0 !important;
	}
}
@media all and (max-width: 530px){
	.bigbuttonsholder .genbtn{
		width: 100%;
		margin: 10px 0 !important;
	}
}
.tab-content .singletabrow hr {
	height: 2px;
	background: #eee;
	margin: 40px 0;
}
.tab-content .singletabrow i {
	color: #e03555;
	font-size: 28px;
	margin-right: 10px;
}
.documents .nav-item{
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
.documents .nav-item {
	outline: none;
	font-size: 18px;
}
.page404 h1{
	margin-bottom: 3rem;
}
img.smarthubimg {
    height: 100%;
    object-fit: none;
}
.nav-tabs .nav-link.active {
    background-color: transparent;
}
@media all and (min-width: 760px){
	.internal-header .col-12{
		max-width: 66%;
	}
}
/*ul.dropdown_langbar_menu {
    display: none;
}*/
.dropdown_langbar_choose {
  padding: 16px;
  font-size: 16px;
  border: none;
}

.langmenu-wrap {
  position: relative;
  display: inline-block;
}

.dropdown_langbar_menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown_langbar_menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
 display: flex;
    flex-direction: row-reverse;
    text-align: left;
    float: left;
    line-height: 2;
}
.dropdown_langbar_menu a img{
	margin-right: 15px;
}

img.langdropdownarrow {
    margin-top: -5px;
}
.langmenu-wrap:hover .dropdown_langbar_menu {display: block;}
.larger_table td {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.page-id-290 section.payment-logos,.page-id-344 section.payment-logos,.page-id-289 section.payment-logos,.parent-pageid-290 section.payment-logos,.parent-pageid-344 section.payment-logos,.parent-pageid-289 section.payment-logos {
    display: none;
}
.wp-block{
	max-width: 100% !important;
}
.main-c-menu {
    display: inline-block;
    text-align: right;
    width: 100%;
    margin: 0;
}