@charset "UTF-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,500;0,600;0,700;0,800;1,100&display=swap";
@import "https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Guides:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:wght@400;500;700&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Guides:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&family=Space+Grotesk:wght@300..700&display=swap');

@font-face {
  font-family: 'FUTURAM';
  src: 
       url(../fonts/FUTURAM.ttf)  format('truetype')
	  
      
}


.easycrypto-widthgets{display:none;}


form#pay_0 .p1, form#pay_0 .p2 {
    position: relative;
}
form#pay_0 .p1 label, form#pay_0 .p2 label {
    position: absolute;
    top: -22px;
}
form#pay_0 {
    margin-top: 15px;
}

form#pay_8 .p1, form#pay_8 .p2 {
    position: relative;
}
form#pay_8 .p1 label, form#pay_8 .p2 label {
    position: absolute;
    top: -22px;
}
form#pay_8 {
    margin-top: 15px;
}

.side-banner {
    display: none;
}



div#main-nav {
    float: right;
}

form#pay_0 small {
    position: absolute;
    bottom: 0;
    margin: 0;
}
.c-form small {
    margin-top: -15px;-bottom: 0px;
}
.padlt20 small {
    margin-top: -18px;
    margin-bottom: 0px;
}
.inr-card {
    margin: 0px !important;
}
.loader-overlay img {
    position: absolute;
    top: 45%;
    left: 48%;
}
.loader-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.62);
        z-index: 9999;
	   display:none;
}

.bar-code span {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0px auto !important;
    text-align: center;
    border: 1px solid #292b33;
    line-height: 40px;
    border-radius: 50%;
}





.js .inputfile {
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    border: none;
    visibility: hidden;
}

.inputfile + label {
    position: relative;
    z-index: 3;
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border: 1px solid #a9a7a7;
    background-color: #f9f9f9;
    padding: 0;
}
.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span, .inputfile-6 + label strong {
    padding: 5px 10px;
}

.inputfile-6 + label span {
    width: 200px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    font-size: 16px;
    color: #292b33;
    font-weight: normal;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #52575a;
    display: inline-block;
    font-size: 16px;
}

.inputfile-6:focus + label strong, .inputfile-6.has-focus + label strong, .inputfile-6 + label:hover strong {
    background-color: #222;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
#popmodel,#popmodelconfirm{ padding:0px }
#popmodel .closex,#popmodelconfirm .closex{ color:#fff; margin-top: -4px; margin-right: 4px; }
#popmodel .insidepopup,#popmodelconfirm .insidepopup{ padding:0px 20px 0px 20px;}
.hidden-part-alert,.hidden-part-confirm{ position:absolute; visibility:hidden; }
.ajax-wait{ padding:0px; display:none; }
.field-checking{ margin-bottom: 0; }

.no-pad-right { padding-right: 0 !important; }
.no-pad-left{ padding-left: 0 !important; }
.no-pad-top { padding-top: 0 !important; }
.no-pad-bottom{ padding-bottom: 0 !important; }

.no-mar-right {  margin-right: 0 !important; }
.no-mar-left{ margin-left: 0 !important; }
.no-mar-top { margin-top: 0 !important; }
.no-mar-bottom{ margin-bottom: 0 !important; }

.margintop5{ margin-top:5px; }
.margintop10{ margin-top:10px; }
.margintop20{ margin-top:20px; }
.margintop40{ margin-top:40px; }
.margintop60{ margin-top:60px; }

.marginbot5{ margin-bottom:5px; }
.marginbot10{ margin-bottom:10px; }
.marginbot20{ margin-bottom:20px; }
.marginbot40{ margin-bottom:40px; }
.marginbot60{ margin-bottom:60px; }

.narrow-padding{ padding-right:0.4632rem; padding-left:0.4632rem; }

body
{
	font-family: 'Myriad Pro', sans-serif;
	font-weight:400;
}
h1, h2, h3, h4, h5, p
{
	font-family: 'Myriad Pro', sans-serif;	
}

.row {
    max-width: 1210px;
    width: 100%;
	color:#585858;
}
.top-right
{
	text-align: right;
	
}

ul.orbit-container {
    outline: none;
}

.vmi-wrap {
    background-color: rgba(206, 206, 206, 0.73);
    padding: 20px;
}

.top-right a
{
	color:#fff;
	text-transform: uppercase;
	font-size: 13px;
	font-family:'OpenSans',sans-serif;
	margin: 0px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #fff;
}
.top-right a:hover {
    color: #000501;
}
.row.last5 {
    padding: 20px 0px;
}
.footer-sct-4{
	background-color:#1e1e1e;
	
}
.top-right a:last-child{border:none !important;margin:0px !important;}

.left li a{color:#!important;
}
.top-bar ul
{
	background:none !important;
}
ul#example {
    padding: 10px 0px 0px !important;
    float: right;
	margin-bottom:0px;
}

.nav ul {
    *zoom:1;
    list-style:none;
    margin:0;
    padding:0;

}
.nav ul:before,.nav ul:after {
    content:"";
    display:table;
}
.nav ul:after {
    clear:both;
}
.nav ul > li {
    float:left;
    position:relative;
}
.nav a {
    display: block;
    padding: 10px 0px;
	font-size:14px;
    color: #fff;
     
}

.nav a:hover {
    text-decoration:none;

}
.nav li ul {
    background:#273754;
}
.nav li ul li {
    width:200px;
}
.nav li ul a {
    border:none;
}
.nav li ul a:hover {
    background:rgba(0,0,0,0.2);
}
.nav li ul {
    position:absolute;
    left:0;
    top:36px;
    z-index:1;
}
.nav li ul li {
    overflow:hidden;
    max-height:0;
    -webkit-transition:max-height 500ms ease;
    -moz-transition:max-height 500ms ease;
    -o-transition:max-height 500ms ease;
    transition:max-height 500ms ease;
}
.nav ul > li:hover ul li {
    max-height:150px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
}
/*.top-bar 
{
	background-color:transparent;
}*/
.nv .dropdown .top-bar-section li a{
    padding: 0px 0px !important;
	opacity: 0.1;
  
}
.right-content-desc.account-type {
    float: right !important;
    width: 100% !important;
    
}
.top-bar-section li a {
    padding-top: 23px !important;
    padding-bottom: 13px !important;
   
    background: none !important;
    background-color: transparent !important;
	opacity:5;
}
.top-bar-section li a{
		text-transform: uppercase;
}
.droupdown h2{
	text-transform: uppercase;
	
}
/*.dropdown .inner-menu ul li a{
	text-transform: uppercase;
	
}*/
.top-bar-section li.active:not(.has-form) a:not(.button) {
	background-color:transparent !important;
	 padding: 0 30px 0px 0px !important;
}
.dropdown {
    padding-top: 19px;
}

nav.orbit-bullets {
    margin: 0px;
}

.top-bar-section ul li:hover:not(.has-form)>a {
    color: #f5eced;
}

ul.left {
    float: right !important;
}

.top-bar-section ul li {
	background-color:transparent !important;
}
ul.dropdown, .dropdown {
    background-color: #292B32 !Important;
	padding:40px 40px !important; 
}
.top-bar-section .has-dropdown {
    position:static;
}
.top-bar-section .has-dropdown>a:after
{
	display:none;
}
.top-bar-section .has-dropdown>a {
	padding-right:26px !important;
	text-transform:uppercase;
	
}
.top-bar input[type=text] {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;box-shadow: none;
    background: url(../images/mibinvestcfd/srch.png) right 10px top 6px no-repeat white;
    padding: 7px 29px 7px 6px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    height: 30px;margin:0px;
}
.top-bar input[type=text]:hover
{ background-color: #fff !important;
    border: 1px solid #ccc !important;}

/*.top-bar input[type=text]:focus {
    width: 250px;
}
*/
#btn2 {
    background-color: #dc1c1c;
    color: #fff;
    border: 1px solid #dc1c1c;
}
#btn2:hover {
    background-color:transparent;
    color: #dc1c1c;
    border: 1px solid #dc1c1c;
}

#btn1{
	 background-color:#fff;
	 
}

.btn a {
    text-align: center;
    width: 180px;
    border-radius: 3px;
    border: 1px solid #151515;
    padding: 7px 0px;
    color: #fff;
    display: inline-block;
    font-family: 'Calibri light';
    
    /* font-weight: bold; */
    margin-top: 10px;
}


.time-part.datetimep {
    padding-right: 0px !important;
    text-align: right;
}

.ph-no {
    padding-right:0px !important;
}

.dropdown h2
{
	font-size:16px;
	color:#fff;
	
}
.inner-menu ul li a
{
	color:#ababad !important;
	line-height:20px !important;
}
.inner-menu {
    max-width: 24.99%;
    width: 100%;
    float: left;
}

.inner-menu li a{padding:0x}

.inner-menu ul li a:before {
    content: '>';
    padding-right: 5px;
    color: #ababad;
}
.inner-menu li {
    padding-right: 20px;
}
.inner-menu li a {
    border-bottom: 1px solid rgba(171, 171, 173, 0.17);
}
.inner-menu1
{
	float:right;
	width:19.9%;
	text-align:center;
}
.inner-menu1 a
{
	max-width:100% !important;
	width:100%;
	line-height:35px !important;
	border-radius:5px;
	color:#fff;
	font-size:12px;
	padding-right:0px !important;
}
.colr-1
{
	background-color:#dc1c1c !important;
	border-radius:5px;
	margin-bottom:15px;
	border:1px solid #dc1c1c;
	transition:0.3s ease-in;	
}
.colr-1:hover {
    background-color:transparent !important;
	color:#dc1c1c !important;
	border:1px solid #dc1c1c;
	transition:0.3s ease-in;	
}
.colr-2
{
	background-color:#404248 !important;
	border-radius:5px;
	margin-bottom:15px;
	border:1px solid #404248;
	transition:0.3s ease-in;	
}
.colr-2:hover {
    background-color:transparent !important;
	color:#404248 !important;
	border:1px solid #404248;
	transition:0.3s ease-in;	
}

.colr-3 {
    background-color: #2b2e82 !important;
    border-radius: 5px;
    transition: 0.3s ease-in;
    border: 1px solid #2b2e82;
}
.colr-3:hover {
    background-color:transparent !important;
	color:#2f9d06 !important;
	border:1px solid #2b2e82;
	transition:0.3s ease-in;	
}
.footer-sct-1 {
    background-color: #ecf0f3;
    padding: 28px 0px 24px;
}
.footer-sct-1 .bx-wrapper {
    position: relative;
    margin: 15px auto 0px;
    padding: 0;
}
.footer-sct-1 .bx-wrapper .bx-prev {
    left: -35px;
    background: url(images/mibinvestcfd/controls.png) no-repeat 0 -32px;
}
.footer-sct-1 .bx-wrapper .bx-next {
    right: -25px;
    background: url(images/mibinvestcfd/controls.png) no-repeat -43px -32px;
}
.footer-sct-1 .bx-wrapper .bx-viewport {
	border: 0px solid #fff !important;
    left: -5px;
	background-color:transparent !important;
	height:auto !important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}


.footer-sct-2 p
{
color:#8c8c8f;
font-size:14px;
}
.ftr-hd
{
	margin-bottom:5px;
}

.footer-links, .footer-links a
{
	color:#646469;
	font-size:13px;
	transition:0.3s ease-in;	
}
.footer-links a:hover {
    color: #fff;
	transition:0.3s ease-in;
}
.footer-links {
    float: right;
    margin-top: 16px;
}
.footer-copy p
{
	color:#646469;
	margin:0px;
	font-size:13px;
}
.footer-copy
{
	float:left;
}
.footer-social i.fa.fa-facebook,.footer-social i.fa.fa-twitter,.footer-social i.fa.fa-linkedin,.footer-social i.fa.fa-google-plus  {
    background-color: transparent !important;
}

.footer-copy,.footer-copy{padding:20px 0px;}
.footer-social li a
{
	padding:0px 10px;
	color:#fff;
	transition:0.3s ease-in;
}
.footer-social li a:hover
{
	color:#000;
	transition:0.3s ease-in;
}
.footer-social ul li
{
	list-style:none;display: initial;
	
	
}
.footer-social,.footer-sct-1{text-align:center;}
.footer-social i {
    color: #68747d;
}
.footer-social ul,.footer-sct-1 ul {
    margin: 0px ;list-style:none;
}
.footer-sct-1 ul li {
    padding: 0px 12px;
}
.ls-layer img
{
	margin:0px !important;
}

.caption {
    background-color: transparent !important;
	text-transform:capitalize !important;
    color: #292b33 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400 !important;
    font-size: 14px !important;
    opacity: 1 !important;
	line-height:18px !important;

}
.caption-head {
    background-color: transparent !important;
    color: #292b33 !important;
	text-transform:capitalize !important;
	font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    position: relative;
    font-size: 32px !important;
}

.slider-bootom-service {
	background-color:#e5e6e7;
    bottom: 0;
    display: table;
    padding: 20px 0;

    width: 100%;
    z-index: 100;
}
.slider-bootom-service .slider-buttons {
    display: block;
    text-align: center;
}
.slider-buttons a:first-child {
    margin-right: 30px;
}
.slider-bootom-service .slider-buttons a {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #feffff;
    display: inline-block;
    font-size: 25px;
    padding: 10px 53px 15px;
}
.demo-button {
    background-color: #292b33;
}
.real-button {
    background-color: #dc1c1c;
}
.slider-risk {
    display: block;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
.currency-wrapper {
 
   /* border-top: 1px solid #dbdcdc;
    display: table;
    padding: 11px 0 5px;
    width: 100%;
	border-bottom:1px solid #dbdcdc;
	margin-bottom:5px;*/
}
.currency-container.no-marquee {
    display: block;
    padding-top: 20px;
    padding-bottom: 6px;
}
.currency-container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	
}
.currency-items {
    color: #4d4d4d;
    display: inline-table;
    font-size: 14px !important;
	line-height:18px;
    font-weight: 700;
    margin-right: 10px;
	
}
.currency-name {
    float: left;
}

.currency-state {
    float: left;
}
.currency-state span {
    float: left;
    margin: 0 10px;
    position: relative;
}
.currency-state span.down::before {
    border-top: 7px solid #ef2319;
    content: "";
}
.currency-state span.down::before, .currency-state span.up::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    left: -2px;
    position: absolute;
    top: 6px;
}
.currency-number-after.down, .currency-number-before.down {
    color: #ef2319;
	line-height:14px;
}
.currency-number-before {
    float: left;
    font-size: 11px;
    margin-right: 6px;
    margin-top: 2px;
}
.currency-number-diffrence {
    background-color: #666;
    color: #fff;
    float: left;
    font-size: 11px;
    padding: 5px 5px 1px 5px;
    line-height: 14px;
    border-radius: 5px;
	    position: relative;
    top: -3px;

}
.currency-number-after {
    float: left;
    font-size: 11px;
    margin-left: 6px;
    margin-top: 2px;
}
.currency-state span.up::before {
    border-bottom: 7px solid #00923f;
    content: "";
}
.currency-number-after.up, .currency-number-before.up {
    color: #00923f;
}
.companent-title {
    color: #22313f;
    font-size: 28px;
    font-weight: 700;
    transition: all .3s linear 0s;
}
.platforms .companent-sub-title {
    margin-bottom: 35px;
    transition: all .3s linear 0s;
}
.platforms
{
	max-width:570px;
	width:100%;
	float:right;
}
.platforms-items {
    float: right;
    transition: all .3s linear 0s;
}
.platforms-items ul
{
	margin:0px;
	padding:0px;
}
.platforms-items li {
    display: block;
    margin-bottom: 15px;
    transition: all .3s linear 0s;
}
.platforms-items li a {
    color: #22313f;
    display: block;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    transition: all .1s linear 0s;
}
.platforms-items li a:hover {
    color: #dadfe1;
}

.platforms-items li a.platform-windows::before {
	content:url(../images/mibinvestcfd/1.png);
	padding-right:5px;

}
.platforms-items li a.platform-os::before {
	content:url(../images/mibinvestcfd/2.png);	
	padding-right:5px;	
}
.platforms-items li a.platform-multi::before {
	content:url(../images/mibinvestcfd/3.png);	
	padding-right:5px;	
}
.platforms-items li a.platform-android::before {
	content:url(../images/mibinvestcfd/4.png);	
	padding-right:5px;	
}
.platforms-items li a.platform-iphone::before {
	content:url(../images/mibinvestcfd/5.png);	
	padding-right:5px;	
}
.platforms-items li a.platform-delta::before {
	content:url(../images/mibinvestcfd/6.png);	
	padding-right:5px;	
}
.platforms-items-main img
{
	float:right;
}
.forex-markets, .markets-items, .markets-items ul li {
    transition: all .3s linear 0s;
}
.forex-markets
{
		margin-left:30px;
}
.companent-title {
    color: #292b33;
    font-size: 28px;
    font-weight: 700;
    transition: all .3s linear 0s;

}
.markets-items {
    margin-top: 32px;

	max-width:490px;
}
.markets-items ul li {
    display: block;
    margin-bottom: 27px;
    padding-left: 70px;
    position: relative;
}
.markets-items ul li.forex-icon::before {
    background-position: -81px -90px;
    height: 43px;
    left: 0;
    top: 12px;
    width: 53px;
}
.markets-items ul li a {
    display: block;
}
.markets-item-title {
    color: #dc1c1c;
    display: block;
    font-size: 20px;
    font-weight: 600;
    transition: all 150ms linear 0s;
}
.markets-item-desc {
    font-size: 14px;
}
.markets-item-desc, .research-categorie-title>a, .research-item-info {
    color: #22313f;
    transition: all .3s linear 0s;
}
.markets-items ul li a:hover .markets-item-title {
    color: #292b33;
}
.markets-items ul li::before {
    position: absolute;
}
.markets-items ul li::before, .platforms-items li a::before {
    background-image: url(../images/mibinvestcfd/Sprite.png);
    content: "";
    background-repeat: no-repeat;
}
.markets-items ul li.energies-icon::before {
    background-position: -81px -152px;
    height: 48px;
    left: 0;
    top: 10px;
    width: 53px;
}
.markets-items ul li.precious-icon::before {
    background-position: -81px -234px;
    height: 43px;
    left: 0;
    top: 8px;
    width: 53px;
}
.markets-items ul li.soft-icon::before {
    background-position: -81px -307px;
    height: 47px;
    left: 0;
    top: 16px;
    width: 53px;
}
.markets-items ul li.equity-icon::before {
    background-position: -81px -374px;
    height: 43px;
    left: 0;
    top: 0;
    width: 53px;
}
.section-two
{
	padding:30px 0px;
	position:relative;
	max-width:100% !important;
}
.section-three  {
    display: table;
    padding: 47px 0 30px;
    max-width: 100%;
	width: 100%;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.companent-title {
    color: #22313f;
    font-size: 28px;
	line-height: 34px;
    font-weight: 700;
    transition: all .3s linear 0s;
}
.companent-sub-title {
    color: #292b33;

    font-size: 15px;
    transition: all .3s linear 0s;
}
.research-categorie-title>a {
    font-size: 20px;
    font-weight: 700;
}
.research-categorie-title>a:hover {
    color: #dc1c1c;
}
.research-post-date {
    font-size: 13px;
    margin: 3px 0;
    transition: all .3s linear 0s;
}
.research-post-title>a {
    color: #22313f;
    font-weight: 700;
}
.research-post-title>a:hover {
    color: #dc1c1c;
}
.research-all-post>a {
    color: #dc1c1c;
    font-size: 13px;
    transition: all .3s linear 0s;
}
.research-item-holder {
    display: table;
    margin-bottom: 46px !important;
    width: 100%;
    transition: all .3s linear 0s;
	padding-right:50px !important;
}
.tp-sp
{
	padding-top:20px;
}
.tp-sp1
{
	padding-top:60px;
}
.left-img img
{
	width:100%;
}
.left-img
{
	padding-right:20px;
}
.left-sp
{
	padding-left:30px !important;

}
.view-all-video
{
	margin-bottom:30px;
}
.view-all-video>a {
    color: #dc1c1c;
    float: right;
    font-size: 12px;
    transition: all .3s linear 0s;
	
}
.view-all-video>a:hover {
    text-decoration: underline;
}
.left-sp iframe
{
	float:right;
	margin-top:10px;
}
.left-sp table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background-color:transparent;
}
.left-sp table {
	background-color:transparent;
    margin-bottom: 1.25rem;
    border: solid 0px #ddd;
	float:right;
}
.left-sp table a img:hover
{
	opacity:0.6;
}
.companent-sub-title.about {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: justify;
}
.about-more>a {
    border: 1px solid #dc1c1c;
    border-radius: 2px;
    color: #dc1c1c;
    display: inline-block;
    font-size: 14px;
    padding: 6px 32px;
    transition: all .3s linear 0s;
    font-weight: 700;
}
.about-more>a:hover {
    background-color: #dc1c1c;
    color: #fff;
}
.section-four {
    display: table;
    padding: 80px 0 100px;
    width: 100%;
}
.ff
{
	padding-right:15px !important;
}
.sf
{
	padding-left:15px !important;
}
.account-form input[type="text"], .account-form input[type="email"], .account-form input[type="number"], .account-form input[type="select"]
{
    background-color: #ecf0f1;
    border: 1px solid #dadfe1;
    border-radius: 2px;
    color: #292b33;
    font-size: 14px;
    padding: 10px 18px;
    width: 100%;
}
.account-form input[type="submit"] {
    background-color: #dc1c1c;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 10px;

    width: 100%;
    -webkit-appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 2px;
    padding: 9px 0px;
    transition: all 0.3s linear 0s;
}
.account-form input[type="submit"]:hover {
    background-color: transparent;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    color: rgb(66, 82, 98);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(66, 82, 98);
}
.accept-demo-home {
    color: #292b33;
}
.accept-demo-home:hover {
    text-decoration: underline;
	color: #292b33;
}
span.prefix, label.prefix {
    background: #f2f2f2;
	
    color: #333;
    border-color: #ccc;
    padding-left: 15p;
    margin-right: 15px !important;
}
.prefix, .postfix {
background-color: #ecf0f1;
    border: 1px solid #dadfe1 !important;
    border-radius: 2px;
    color: #292b33;
    font-size: 14px;
	width:85% !important;

}
.account-form
{
	margin-top:50px;
}
.account-form form
{
	margin-top:30px;
}
.right-sp img
{
	text-align:center;
}
.right-sp
{
	text-align:center;
}
.partnership-content {
    color: #fefefe;
}
.partnership-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
    transition: all .3s linear 0s;
}
.partnership-subtitle {
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    transition: all .3s linear 0s;
}
.partnership-buttons-holder {
    display: table;
    margin: 39px auto 0;
    text-align: center;
    width: 100%;
    transition: all .3s linear 0s;
}
.partnership-buttons-holder li {
    display: inline-block;
    margin-right: 30px;
    transition: all .3s linear 0s;
}
.partnership-buttons-holder li a {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fefefe;
    display: block;
    font-size: 16px;
    padding: 8px 0;
    width: 170px;
    transition: all .3s linear 0s;
}
.partnership-buttons-holder li a:hover {
    background-color: #dc1c1c;
}
.section-five
{
	background-image:url(../images/mibinvestcfd/402.jpg);
	background-size: cover;
    display: table;
    padding: 101px 0;
    width: 100%;
	
}
.payments-content {
    display: table;
    margin: 0 auto;
}
.payments-content li {
    display: inline-block;
    margin-left: 25px;
}
.section-six {
    display: table;
    padding-bottom: 25px;
    padding-top: 32px;
    width: 100%;
}
.payments-content ul
{
	margin-bottom:0px;
}
.payments-content ul li a img
{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);

}
.payments-content ul li a:hover img
{
	-webkit-filter: grayscale(0); /* Chrome, Safari, Opera */
    filter: grayscale(0);
}

/*****registration Start *******/
.acc h5 {
	color: #373833;
	font-weight: bold;
	font-size:20px;
}
.sign_in {
    width: 250px;
    padding: 20px;
    color: #8d8d8d;
}
.ajax-wait {
  padding: 0px;
  display: none;
}

.sign_in a {
	color: #8d8d8d;
}
.sign_in input {
    width: 208px;
    margin-bottom: 20px;
    /* border-radius: 5px !important; */
    border: 1px solid #ccc;
    padding-left: 8px;
    height: 34px;
    font-size: 12px;
    box-shadow: none !important;
}
.r-add textarea#add {
    height: 87px;
    box-shadow: none !important;
    font-size: 12px;
    border-radius: 0px !important;
    padding-top: 5px !important;
    line-height: 18px;
}

/*.sign_in input:-webkit-autofill,
.sign_in input:-webkit-autofill,
.sign_in input:-webkit-autofill:hover,
.sign_in input:-webkit-autofill:focus,
.sign_in input:-webkit-autofill:active{
    box-shadow: inset 0px 34px #fff !important; color: #fff !important; background: white;
}*/

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.mns.sub1 input {
    width: 208px;
    outline: none !important;
    line-height: 30px;
}
.log_in {
    border-left: 1px solid #ccc;
    padding: 25px 40px;
    margin-left: 5px;
}
.t-field{font-size:14px;margin:0px;color: #000;}
.m1{position:relative;}
.sub input {
	width: 140px;
	color: #fff;
	background: url('images/mibinvestcfd/open_bg2.png') repeat;
	height: 40px;
}
.sub1 input {
	width: 150px;
	color: #fff;
	background: #49c4f7;
	outline:none;
	line-height: 32px;
	height: 38px;
	border-radius: 2px !important;
	border: none;
	font-size: 15px !important;
}

.error small.error {
    background-color: transparent !Important;
    color: #dc1c1c !important;
    position: absolute !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    /* position: relative; */
    top: 35px;
}

.r-add small.error {top: 92px !important;}
.login input {
	/*width: 205px;*/
	box-shadow:none;height:34px !important;line-height:34px !important;
	border: 1px solid #ccc;background-color: #fff;box-shadow:none !important;
	padding-left: 8px;position:relative;    /*border-radius: 5px !important;*/
	margin-right: 30px;margin-bottom: 15px;font-size: 12px;
}
.login input:focus,.mn input:focus,.mn.mess textarea:focus,.sign_in input:focus{box-shadow:none !important;border: 1px solid #ccc;background-color: #fff;}

.sub2 {
	/*width: 205px;*/
	
	border: 1px solid #ccc;position:relative;background-color: #fff;
	padding-left: 8px;resize:none !important;outline: none !important;
	margin-right: 30px;margin-bottom: 20px !important;    border-radius: 5px !important;
}
.sub3 {
    /* width: 205px; */
  
    border: 1px solid #ccc;
    outline: none !important;
    padding-left: 8px !important;
    background-color: #fff !important;
    margin-right: 30px;
    position: relative;    border-radius: 5px !important;
    padding: 9px 5px;
    margin-bottom: 20px !important;
    font-size: 13px;
    color: #000;
}
.reg_line {
	padding: 8px 0px;
}
.acc h4 {
	font-size: 20px;
	color: #373833;
	font-weight: bold;
	padding-bottom: 15px;
}
.acc {
    margin-top:110px;
}

.acc-wrap select {
    background-position: top 5px right 10px;

}

/*** registration end****/

.under
{
	width:100%;
	min-height:450px;
	padding:5px 0px;
	
}
.under img
{
	width:100%;
}
/***** About Page Start **********/


.inner-page-banner
{
	 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 430px;
	height:100%;
	position:relative;
	min-height:200px;
}
.inner-page-banner img
{
	position:relative;
	width:100%;
	max-height: 430px;
	height:100%;
}
.inner-page-caption h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s linear 0s;
    max-width: 440px;
	color:#fff;
	position:absolute;
	margin-top:-16px;
	top:50%;
}
.inner-page-link
{
	background-color:#ecf0f1;
}

.path-content {
    color: #292b33;
	padding: 3px 0px;	
}
.path-content a {
    color: #dc1c1c;
    padding-right: 5px;

}
.path-content>a:hover {
    text-decoration: underline;
}
.path-content>span {
    padding: 10px 7px;
    font-size: 15px;
    display: inline-block;
}
.main-container
{
	padding-top:30px;
}
.left-container
{
	padding-right:60px !important;
}
.left-container .accordion-navigation > a:after {
  content: "+";
  color:#fff;
  padding-left: 5px;
  float: right;
  font-size: 20px; }
.left-container .accordion-navigation.is-active > a:after {
  content: "-";
  color:#fff; }
  
.left-container  .accordion .accordion-navigation.is-active>a, .left-container  .accordion dd.active>a {
    background: #49c4f7 !important;
	    transition: all .3s linear 0s;
}
.left-container .accordion .accordion-navigation>a, .left-container .accordion dd>a {
     background: #49c4f7 !important;
    color: #fff;
    padding: 10px 20px 10px 30px;
	border-left:6px solid #dc1c1c;
    transition: all .3s linear 0s;
    display: block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size:18px;
}
.left-container .accordion .accordion-navigation.active>a, .left-container  .accordion dd.active>a {

	border-left:6px solid #dc1c1c;
    transition: all .3s linear 0s;		
}
.left-container .accordion .accordion-navigation, .left-container  .accordion dd {
    display: block;
    margin-bottom: 0 !important;
    transition: all .3s linear 0s;
	border-bottom: 1px solid #fff;	
}
.left-container .accordion .accordion-navigation>.content, .left-container .accordion dd>.content {

    padding:0px !important;
}
.left-container .accordion .accordion-navigation>.content ul
{
	margin:0px !important;
}
.left-container .accordion .accordion-navigation>.content ul li
{
	list-style:none;
	padding:10px 50px;
	background-color:#ecf0f1;
	border-bottom:1px solid #c5c9cb;
}
.left-container .accordion .accordion-navigation>.content ul li:last-child
{
	border-bottom:0px solid #c5c9cb;	
}
.left-container .accordion .accordion-navigation>.content ul li a
{
	font-size:14px;
	color:#292b33;
}
.left-container .accordion .accordion-navigation>.content ul li a i
{position: relative;
    left: -5px;
	font-size:12px;	
}
.left-container .accordion .accordion-navigation>.content ul li:hover a
{
	color:#dc1c1c;
}
.left-container .accordion .accordion-navigation>.content.active, .left-container .accordion dd>.content.active
{
	 transition: all .3s linear 0s !important;
}
.side-menu {
    margin-bottom: 30px;
}
.side-open-account
{
	background-color:#49c4f7;
	padding:30px;
	margin-bottom: 30px;
}
.box-button-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
	color:#fff;
}
.box-button-holder a {
    border: 1px solid #fff;
    border-radius: 4px;
	text-align:center;
    color: #feffff;
    display: block;
    font-size: 16px;
    margin-bottom: 13px;
    padding: 10px 0;
    width: 100%;
}
.box-button-holder a {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #feffff;
	text-align:center;
    display: block;
    font-size: 16px;
    margin-bottom: 13px;
    padding: 10px 0;
    width: 100%;
}
.box-buttons-risk {
    font-size: 11px;
	color:#fff;
}
.demo-button:hover, .real-button:hover {
    opacity: .9;
}
.side-open-account .demo-button
{
	background-color:#404248;
}
.left-gray-box {
    background-color: #ecf0f1;
    color: #292b33;
    margin-bottom: 30px;
    padding: 20px 27px 30px;
    width: 100%;

}
.gray-box-title {
    font-size: 20px;
    font-weight: 600;
}
.gray-box-sub-title {
    font-size: 13px;
    margin-top: 15px;
}
.gray-box-form {
    margin-top: 25px;
}
.gray-box-field-hodler {
    margin-bottom: 20px;
    width: 100%;
	position:relative;
}
.gray-box-submit {
    width: 100%;
    margin-top: 11px;
    margin-bottom:20px;
}
.gray-box-submit>input {
    background-color: #dc1c1c;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 6px 0;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
}
.left-box-field {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    color: #969ea6;
    font-size: 13px;
    padding: 11px 0;
    text-align: center !important;
    width: 100%;
}
.left-box-field.code-phone {
    float: left;
    margin-bottom: 11px;
    width: 26%;
}
.left-box-field.phone-num {
    float: right;
    width: 71%;
}

.right-container {
    color: #292b33;
    font-size: 14px;
    text-align: justify;
}
.right-container h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px;
}
.right-content-desc p {
    color: #425262;
    font-size: 14px;
}
.right-content-desc p, .right-content-desc ul li, .right-container-inner p{
    color: #425262;
    font-size: 14px;


}
.right-content-sub-head
{
    color: #292b33 !important;
	font-size: 16px !important;
	font-weight:700;
	margin-top:20px;font-weight: 700;
    text-transform: uppercase;
	margin-bottom:5px;
}
.right-content-desc ul
{
	margin-left:60px;
	color:#425262;
}
.emotional-image img, .emotional-image
{
	width:100%;
	margin-bottom:15px;
}
/***** About Page End **********/



/***** Contact Page Start **********/

.right-container-inner
{
	padding-left:0px;
}


.info-list {
    color: #243341;
    display: inline-block;
    margin-bottom: 39px;
    width: 32%;
    transition: all .3s linear 0s;
    margin-left: 0px;
}

.info-list li {
    list-style: none;
}

.right-content-desc li {
    list-style: inside;
    margin-bottom: 7px;
}

li.tilte-info {
    font-weight: bold;
}


p.support-sub-title {
    color: #292b33 !important;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
}

ul.info-list li a{font-size:14px;}

 
.mn input {
    position: relative;
    margin-bottom: 20px !important;
    border: 1px solid #ddd;font-size:12px !important;
    box-shadow: none !important;
    padding:10px;
}
.mn select {
    background-position: top 8px right 0px;
}
.mn small.error {
    background-color: transparent !Important;
    color: #dc1c1c !important;
    position: absolute;
 bottom:-3px;
    padding: 0px !important;
}

.mn.mess textarea {
    box-shadow: none !important;
    font-size: 12px;
    border-radius: 0px !important;
    padding-top: 5px !important;
    line-height: 18px;
}
.mn .gray-box-submit>input {
    width: 200px !important;
    }
	
.live-wrap{}
.live-wrap h1{color: #425262;
    font-size: 16px;}
.live-wrap p{color: #425262;
    font-size: 13px;margin:0px;}
.lc a {
    padding: 6px 28px;
    background-color: #dc1c1c;
    color: #fff;text-transform:uppercase;
    font-size: 14px;
    margin: 0px;
}

.lc {
    text-align: center;
    margin-top: 20px;
}

.left-box-field1 {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    color: #969ea6;
    font-size: 13px;
    padding: 11px 0;
    /* text-align: center !important; */
    width: 100%;
}

select#callback_department{border:1px solid #ddd;outline:none !important;font-size:13px !important;background-color: #fff;}
select#callback_department:hover{border:1px solid #ddd;}


.left-box-field1.code-phone {
    float: left;
    margin-bottom: 11px;
    width: 26%;
}

.left-box-field1.phone-num {
    float: right;
    width: 71%;
}

.r-form {
    margin: 30px 0px;
}


.r-form  .gray-box-submit>input {
    font-size: 18px !important;
    width: 110px !important;
    
}

.colon-after:after {
    content: " : ";
    position: absolute;
    top: 5px;
    right: 0px;
}

.l22-s1 {
   
    color: white !important;
  
}
.faqs-search-holder {
    display: table;
    margin-bottom: 70px;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.faqs-search-title {
    color: #22313f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
}
.search-field-holder {
    display: table;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    position: relative;
    width: 100%;
}
.search-field-style {
    border: 1px solid #22313f;
    border-radius: 5px;
    color: #22313f;
    padding: 8px 0 8px 10px;
    width: 100%;
}
.faqs-search-submit {
    position: absolute;
    right: 12px;
    top: 9px;
}

.faqs-categorie-title {
    color: #22313f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.faq_question:hover {
    text-decoration: underline;
    color: #dc1c1c !important;	
}
.faq_question {

    cursor: pointer;
    font-size: 13px;
    margin-bottom: 9px;
	line-height:18px;
	font-weight:600;
}
.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px;
	 font-size: 13px;
	 margin-bottom:10px;
}
.faq_answer p
{
	 font-size: 13px;
	 padding-left:15px;
	 margin-bottom:5px;
}
.see-all
{
	color: #dc1c1c !important;
}
.see-all:hover
{
	color: #dc1c1c !important;
	text-decoration: underline;
}
.trading-condition-holder {
    border: 1px solid #ddd;
    display: table;
    margin-bottom: 15px;
    width: 100%;
}
.trding-conditions-title {
    color: #22313f;
    cursor: pointer;
    font-size: 15px;
    padding: 8px 50px 11px 8px;
    position: relative;
}
.trding-conditions-title::after {
    color: #22313f;
    content: "+";
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 3px;
}
.trading-condition-content {

    padding: 0 15px 15px;
}

.trading-condition-content {
    height: 0px;
    overflow: hidden;
    padding: 0px;
	 font-size: 13px;

}
.trading-condition-holder.open .trading-condition-content
{
/*	height:100% !important;*/
	
}
.trading-condition-holder.open .trding-conditions-title {
    background-color: 	#292b33;
    color: #fff;
}
.trading-condition-holder.open .trding-conditions-title::after {
    color: #fff;
    content: "-";
    font-size: 70px;
    top: 2px;
	font-weight:400;
}
.trading_inner {

    cursor: pointer;
    font-size: 13px;
	line-height:18px;
	font-weight:600;
	padding:15px 15px 5px;
}
.trading_inner p
{
	font-size:13px !important;
	margin-bottom:10px !important;
}
.markets-table-wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
}
table.global-table-style.markets {
    display: inline-block;
    overflow-x: auto;
}
table.global-table-style.markets thead tr:first-child th {
    border-bottom: 1px solid #425262;
    font-weight: 700;
}
table.global-table-style tbody tr:nth-child(2n+1) td:nth-child(2n+1) {
    background-color: #dadfe1;
}
table.global-table-style tbody tr:nth-child(2n+1) td:nth-child(2n) {
    background-color: #d9d9d9;
}
table.global-table-style thead th {
    background-color: #22313f;
    border-right: 1px solid #425262;
    color: #fff;
    font-weight: 400;
    padding: 10px 17px;
    text-align: center;
}
.trading_inner ul li {
    color: #425262;
    list-style: initial;
    font-size: 12px;
}
.box-icon-item {
    background-color: #ecf0f1;
    border: 1px solid #22313f;
    float: left;
    height: 160px;
    margin-right: 23px;
    text-align: center;
    width: 160px;
	margin-bottom:15px;
}
.box-icon-item>a {
    display: block;
    height: inherit;
}
.box-icon-item span.account-funding-icons.icon-1 {
    background-position: -2px 0;
    display: inline-block;
    height: 92px;
    width: 132px;
}
.inner-box-title {
    color: #22313f;
    font-size: 18px;
    font-weight: 600;
}
.inner-box-desc, .inner-box-title {
    width: 76%;
    float: left;
    transition: all .3s linear 0s;
}
.inner-box-desc>p {
    margin: 5px 0;
}
.inner-box-wrapper {
    clear: both;
}
.box-icon-item a {
    line-height: 160px;
}
table.global-table-style {
    font-size: 13px;
    width: 100%;
}
.inner-menu a:hover {
    color:#fafafa !important;
}
.inner-menu a
{
	padding:5px 0px !important;
}
.right-content-desc ul
{
	margin-left:15px;
}
.green-link-button a, .partnership-button>span {
    padding: 6px 60px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s linear 0s;
}
.green-link-button a:hover {
    background-color: transparent;
    border: 1px solid #dc1c1c	;
    color: #dc1c1c;
}
.green-link-button {
    display: table;
    margin-bottom: 25px;
    margin-top: 28px;
    text-align: center;
    width: 100%;
}
.green-link-button a {
    background-color: #dc1c1c;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #feffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.partnership-button {
    display: table;
    margin-bottom: 25px;
    margin-top: 28px;
    text-align: center;
    width: 100%;
}
.partnership-button>span:hover {
    background-color: transparent;
    border: 1px solid #dc1c1c;
    color: #dc1c1c;
}
.partnership-button>span {
    background-color: #dc1c1c;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #feffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.partner-checkbox-holder input.checkbox-type-style[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: 0px;
    line-height: 10px;
	font-size:13px !important;
}
.partner-checkbox-holder>label {
    display: initial!important;
}
.partner-checkbox-holder input.checkbox-type-style[type=checkbox]:not(old) {
    font-size: 1em;
    margin: 0;
    opacity: 1;
    padding: 0;
    width: 2em;
}
.accept-demo-home
{
	text-decoration:underline;
}
.inner-form-submit {
    background-color: #404248;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 0;
    text-align: center;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: none;
}
.inner-form-submit:hover {
    background-color: transparent;
    border: 1px solid #404248;
    color: #404248;
}
.gray-box-field-hodler.error small.error {
    background-color: transparent !Important;
    color: #dc1c1c !important;
    margin-bottom: 0px !important;
    /* padding: 8px !important; */
    position: absolute;
    top: 37px;

    line-height: 18px;
}
.foote-hd
{
	color:#fff;
	text-align:center;
	
	opacity:0.8;
	font-size:25px;
	padding-top:15px;
}
/*.foote-hd:after, .foote-hd:before
{
	content:"—";
	padding:0px 5px;
}*/
.act-type select, .act-type div#select_login_chosen {
    width: 100% !important;
    text-align: left;
    background-color:#fff !important;	
}
.act-type div#select_login_chosen
{
	background-color:#fff;
}
.act-type .chosen-container .chosen-results li.highlighted {
    background-color: #dc1c1c !important;
}
.act-type-outer {
    position: absolute;
    right: 15px;
    top: 10px;
}

.acount-lable {
    float: left;
    margin-right: 25px;
    padding: 8px 0px;
    font-weight: bold;
    color: #292b33;
}
.act-type {
    margin-bottom: 10px;
    display: inherit;
    width: 150px;
    float: right;
}
.act-type div#select_login_chosen a.chosen-single {
    border: none !important;
    background-color: #292b33 !important;
    color: #000 !important;
    border-top: 4px solid #dc1c1c !important;
}
.acc-wrap {
    margin-top: 50px;
    margin-bottom: 30px;
}

.acc-wrap-left ul.nav.nav-sidebar {
    margin: 0px;
    list-style: none;
    background-color: #ecf0f1;
}
.acc-wrap-left ul.nav.nav-sidebar li{padding-left:15px;border-bottom:1px solid #ccc;}
.acc-wrap-left ul.nav.nav-sidebar li:last-child{border-bottom:none;}

.acc-wrap-left ul.nav.nav-sidebar li a{color:#292b33;font-size:13px;}

.acc-wrap-left ul.nav.nav-sidebar li.active {
    background-color: #292b33;
    border-left: 5px solid #dc1c1c;
    border-bottom: 1px solid #292b33 !important;
}

.acc-wrap-left ul.nav.nav-sidebar li.active a{
    color: #fff;
}

.acc-wrap-right h1{margin:15px 0px 20px 0px;font-size:18px;color:#000;font-weight:bold;}


.acc-wrap-right {padding-left:60px !important;}

.acc-box{position:relative;}

select:hover {
    border-color: #ccc;
}


select#select_login {
    padding: 0px 5px !important;
    line-height: 15px;
    height: 30px;
}
select {
    background-position: top 13px right 10px;
    outline: none !important;
    background-image: url(../images/mibinvestcfd/sel-arrw.png);
}
.acc_details {
    width: 150px;
    float: left;
    padding-top: 24px;
    margin-left: 100px;
}

.acc-wrap-right .error small.error {
    background-color: transparent !Important;
    color: #dc1c1c !important;
    position: absolute !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    top: 62px;
    width: 100%;
}

.acc-box p{margin:0px 0px 6px 0px;font-size:13px;color:#000;font-weight:bold;}


.a-left{padding-right:40px !important; }
.a-right{padding-left:40px !important;}

.acc-wrap-right .sub1 input {
    margin-top: 18px !important;
}

.acc-wrap-right select{margin-bottom: 20px;font-size: 12px;}

.acc-history,.my-acc-details{position:relative;}

.login .error small.error {
    top: 35px;
}

.login.leverage .error small.error {
    top: 62px;
}

.p1{padding-right:30px !important;}
.p2{padding-left:30px !important;}

.login .sub1 input {
    width: 165px;
    color: #fff;
    background: #49c4f7;
    line-height: 32px;
    /* border-radius: 5px; */
    border: none;
}

.p1 p,.p2 p{margin:0px 0px 5px 0px;font-size:14px;color:#292b33;}

.neteller-logo{text-align:center;margin-top: 20px;}

.neteller-logo img {
    width: 220px;
}
.forget-ps
{
	min-height:500px;
	padding:50px 0px;
}

.inner-ps
{
	padding:0px 250px;
}
.inner-ps h2
{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#292b33;	
}
.inner-ps p
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#292b33;	
}
.inner-ps h3
{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#292b33;
	padding-left:15px;	
}
.inner-ps .gray-box-submit {
    width: 100%;
    margin-top: 0px !important;
}
.inner-ps .error input, .inner-ps .error textarea, .inner-ps .error select {
    margin-bottom: 20px !important;
}
.back-to
{
	color:#dc1c1c;
	text-decoration:underline;
}

.enter-datails p{font-size:14px;color:#535353;margin:0px 0px 10px 0px;}

.enter-datails{margin-bottom:30px;}


div#popmodel {
   padding: 0px 0px 15px 0px;
}

div#title_alert {
    background-color: #49c4f7;
    text-align: -webkit-center;
    font-size: 20px;
    color: #fff;
    padding: 5px;
}

p#content_alert {
    text-align: center;
	 padding: 10px 0px;
}
a.button.small.success.small-4.small-offset-4.columns {
    background-color: #49c4f7;
    color: #fff;
}
.ok-bttn{text-align:center;}

.ok-bttn a{ background-color: #dc1c1c;font-size:15px;color:#fff;padding: 7px 36px;}
.ok-bttn a:hover{ background-color: #dc1c1c;}

.sel-1 select {
    height: 28px !important;
    padding: 0px 9px;
    font-size: 12px;margin:0px !important;
	background-position: top 9px right 10px !important;
    background-size: 10px !important;
}

.time-part{font-size:15px;}
.social-icons{padding:0px;}
.social-icons i {
    background: #bbc1c4;
    width: 24px;
    text-align: center;
    height: 24px;
    color: #fff;
    float: left;
    border-radius: 50%;
    line-height: 24px;
    margin: 0px 5px;
}

.ph-no {
    text-align: right;
    padding: 0px;
    font-size: 20px;
}
.sel-1, .ph-no, .time-part, .social-icons {
    padding: 14px 12px 0px;
}


.footer-sct-2 {
    background-color: #2a2a2a;
}

.vmi-wrap a img{height:60px;margin: 0px 30px;}

.footer-social {
    text-align: left;
    background:#2a2a2a;
    padding: 15px 0px;
}

.footer-sct-3{background:#1e1e1e;padding:40px 0px;}

.ghr {
    padding: 0px 0px 0px 10px;
}
.ghr h1 {
    font-size: 15px;
    color: #a9a9a9;
    margin: 0px 0px 3px 0px;
   text-transform: uppercase;
    padding-bottom: 12px;
}
.social-icons i:hover {
    background: #dc1c1c;}

.ghr ul{list-style:none;margin:0px;}
.ghr ul li{padding:3px 0px; line-height:1.2;}
.ghr ul li a{font-size:14px;color:#a9a9a9;margin:0px; font-family: 'Calibri light';    text-transform: uppercase;}


.mng p{font-size:13px;margin:0px;color:#a9a9a9;}


.title-btn {
    /* padding: 30px 0px; */
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

	
.slider-banner .title-btn-right {
    text-align: center;background-color:rgba(29, 30, 46, 0.41);
}
.title-btn-right a {
    display: block;
    padding: 8px 35px;
    border-radius: 0px;
    font-size: 14px;
    margin: 18px 0px;
}
.title-btn-left {
    font-size: 46px;
    color: #fff;
    margin: 0px;
    line-height: 58px;
}
.demo-btn1 a {
    background-color: #dc1c1c;
    color: #fff;
}
.demo-btn2 a{background-color:#fff;color:#000;}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;border-radius:0px !important;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";border-radius: 0px !important;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


}
.demo-btn1 a.hvr-rectangle-out:hover{color:#000 !important;}
.demo-btn2 a.hvr-rectangle-out:hover{color:#fff !important;}
.demo-btn1 a.hvr-rectangle-out:before {background-color:#fff !important;color:#000 !important;}
.demo-btn2 a.hvr-rectangle-out:before {background-color:#dc1c1c !important;color:#fff !important;}

/* Rectangle Out */

.orbit-container .orbit-timer.paused>span {
    border-left-color: transparent !important;;
}
.orbit-timer {
    display: none;
}
.icons p {
    margin: 0px 0px;
    width: 100%;
    clear: both;
    padding: 25px 0px;
}
.icons p img {
    width: 40px;
    margin-right: 20px;
    float: left;
}

.icons p span {
    color: #fff;
    font-size: 14px;
}
.s-title {
    font-size: 32px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #dc1c1c;
    margin-bottom: 10px;
}



.orbit-bullets li {
    border-radius: 2px  !important;
    background: #abacac;}
 .orbit-bullets li.active {
    background: #dc1c1c !important;
    border: 1px solid red;
}
.home-slider{position:relative;}

.det{padding:40px 0px;}
.det h1 {
    color: #dc1c1c;
    font-size: 18px;
    margin: 15px 0px 5px;
}
.det p {
    color: #1e1f29;
    font-size: 13px;
    margin: 0px auto;
    width: 80%;
}
.s-title1{    color: #1e1f29;text-transform: uppercase;
    font-size: 16px;    margin: 8px 0px;}

.y-news h1{color:#737373; font-size: 13px;margin:0px;}
.y-news p{color:#d5090a;text-transform: uppercase; font-size: 13px;margin:0px;}

.y-news-details {
    color: #000;
    font-size: 14px;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.y-news-details13 {
    color: #737373;
    font-size: 13px;height: 42px;
    margin: 0px;line-height: 21px;
}

.fgr {
    padding: 12px 30px !important;
    margin-bottom: 6px !important;
}
.forex-quotes table {
    background: transparent !important;
    margin-bottom:0 !important;
    border:none !important;
}
.forex-quotes table tr td {
    font-size: 12px;
    color: #1e1f29;
    padding: 5px 10px;
}
.br-rit{border-right: 1px dotted #ccc;}
.re-direct {
    margin: 12px 8px;
}
.re-direct a{ font-size: 14px;
    color: #dc1c1c;text-transform: uppercase;}


.title-btn-right.bottom-demo a {
    display: inline-block !important;
    margin: 0px 0px !important;
}

.title-btn-right.bottom-demo  .demo-btn1,.title-btn-right.bottom-demo  .demo-btn2{display:inline-block; margin: 32px 10px !important;}
.title-btn-right.bottom-demo .demo-btn1 a{background-color: #2c2f82;color:#fff;}
.title-btn-right.bottom-demo .demo-btn1 a.hvr-rectangle-out:hover{color:#fff !important;}
.title-btn-right.bottom-demo .demo-btn1 a.hvr-rectangle-out:before {background-color:#dc1c1c !important;color:#fff !important;}
.title-btn-right.bottom-demo .demo-btn2 a.hvr-rectangle-out:hover{color:#fff !important;}
.title-btn-right.bottom-demo .demo-btn2 a.hvr-rectangle-out:before {background-color:#2c2f82 !important;color:#fff !important;}

.partnrership {margin-top:40px;margin-bottom:40px;}
.partnrership h1{font-size:20px;color: #1e1f29;}
.partnrership h1 span{color: #dc1c1c;}
.partnrership p {
    font-size: 14px;
    color: #1e1f29;
    width: 80%;
    margin: 14px auto;
}

.pbe-wrap-right p{ font-size: 14px;
    color: #1e1f29;margin:0px;}
.pbe-wrap-right h1{font-size: 20px;color: #1e1f29;}
.pbe-wrap-right h1 img{float:left;margin-right:10px;}

.mgs{background-color:#edf0f2;padding:30px 0px;}

.pbe-wrap-right {
    padding: 20px;
}

.trad-platform {
    background: url(../images/mibinvestcfd/trad-platform.jpg) no-repeat center;

    padding: 65px 0px  !important;
}

.trad-wrapper-left {
    background-color: #fff;
    padding: 20px;
    position: relative;
   /* bottom: -49px;*/
}
.platforms.group {
    margin: 10px 0px 20px;
}
.trad-wrapper-left h1{font-size:24px;text-transform:capitalize;text-align:center;color:#dc1c1c;}
.platforms.group span a{border-radius:50px;padding:2px 20px;border:1px solid #b7b7b7;color:#dc1c1c;font-size:13px;}
.trad-wrapper-left p{font-size:13px;color:#999999;margin:0px;}
.trad-title{margin-bottom:20px;font-size:26px;color:#fff;}
.trad-button-text a {
    border-radius: 50px;
    padding: 6px 25px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    /* font-weight: 700; */
    margin: 0px 12px;
}
.trad-button-text a.active{background-color:#fff;color:#4e4e4e;}
.trad-button-text {
    margin: 60px 0px !important;
}
.trad-wrapper-right {
    /*padding-left: 90px;*/
}


.bankers-events{ background: url(../images/mibinvestcfd/trader-banner.png) no-repeat center;
    height: 591px;padding: 95px 0px !important;}
	
.b-event-left {
    background-color: #fff;
    padding: 0px;
}
.b-event-left .tabs li a {
    padding: 6px 25px !important;
    font-size: 15px !important;
    color: #1e1f29 !important;outline:none !important;border:none !important;
}
.b-event-left .content p{margin:0px;font-size:13px;}
.b-event-left .content{padding:20px;}
.b-event-left .tabs{background-color:#edf0f2;}

.b-event-left,.b-event-right{min-height:400px;position:relative;}

.all-events-btn{width:100%;position:absolute;bottom:0px;padding:7px;text-align:center;background-color: #dc1c1c;
    color: #fff;font-size:13px;}
	
.out-look{font-size:18px;color:#4e4e4e;margin:0px 0px 12px 0px;}
.b-event-right{padding:20px;background-color: #fff;}
.b-event-left-pad{padding-right:12px !important;}

.event-profile-left{text-align:center;}
.event-profile-left h1{font-size:16px;color: #dc1c1c;margin:4px 0px;text-transform:capitalize;}
.event-profile-right p{font-size:13px;color:#4e4e4e;margin:0px 0px 0px 0px;}
.event-profile-right{padding:0px !important;}

.b-event-right .title-btn-right{text-align: left !important;position:absolute;bottom:20px;}
.b-event-right .title-btn-right .demo-btn1{margin:0px !important;}
.b-event-right .title-btn-right a {
    padding: 5px 70px;}
	
.event-prd-right{}
.event-prd-right p{margin:0px !important;font-size: 12px;color:#4e4e4e;line-height: 14px;}
.event-prd-right h2 img{position:relative;top:-2px;}
.event-prd-right h1{margin:10px 0px !important;font-size:18px;color:#4e4e4e;text-align:center;background-color:#edf0f2;padding:5px 0px;}
.event-prd-right h2{margin:0px !important;font-size:13px;color:#4e4e4e;}

body .colr-1 a,body .colr-2 a,body .colr-3 a {
    color: #fff !important;
}
.sign_in a {
   font-size:14px;
}

ul.right.top-bar {
    padding-top: 5px;    list-style: none !important;
}

.mess.error small.error {
    top: 46px !important;
}

.account-info span {
    font-size: 12px !important;
}
.acc-history .table td, .my-acc-details .table td {
    color: #000;
}
.content table tr th, table tr td {
    font-size: 12px !important;  color: #292b33;}
	
/*chosen-dropdown*/

.chosen-container-single .chosen-single{outline:none !important;}
.chosen-container .chosen-results li.group-result,.chosen-container .chosen-results li,.chosen-container-single .chosen-single span {
    font-weight: normal !important;
    font-size: 12px;
}

/*.chosen-search {
    display: none;
}*/

.chosen-container-single .chosen-single {
    height: 34px !important;
    
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    line-height: 34px !important;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 5px !important;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #2c2f82 !important;
  background-image: none !important;
  color: #fff;
}

body .sel-1 .chosen-container-single .chosen-single {
    height: 30px !important;
    line-height: 30px !important;
}

body .sel-1 .chosen-container-single .chosen-single div {
    position: absolute;
    top: 2px !important;
}

#reg-wrap .chosen-container {
    margin-bottom: 20px !important;
}

.b-event ul {
    list-style-type: none;
    margin: 0px;
}

.b-event ul li span {
    font-size: 12px;
    text-transform: uppercase;
    color: #878a8c;
}

.b-event ul li p {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 5px !important;
    color: #676767;
}
.b-event .tabs-content ul li a {
    background-color: #fff !important;
    padding: 6px 6px !important;
}

.b-event .tabs-content ul li.active:before {
    content: " ";
    top: 0px;
    height: 63px;
    background-color: #dc1c1c;
    width: 5px;
    display: inline-block;
    position: absolute;
    left: -20px;
}
.b-event-left .content .tabs {
    background-color: #fff;
}
.b-event-left .content ul.tabs li {
   width: 100%;
}

.b-event-left .content {
   height: 292px;
   overflow-y: auto;
}
.loader img {
    width: 200px;
    height: 200px;
    margin-top: calc(50vh - 100px);

}
.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    background-color: rgba(255,255,255,0.9);
    z-index: 9999;
    text-align: center;
	display:none;
}
.loader {
    display: none !important;
}

#widget .bannerCircle {
    background-color: #dc1c1c !important;
}

.account-type th
{
	text-align:center;
}
.account-type td
{
	border:1px solid #ccc;
}
.account-type .left-sp table tr.even,.account-type   table tr.alt, .account-type  table tr:nth-of-type(even)
{
	
}
.p1 input[type="checkbox"] {
    margin: 0px 0px 15px !important;
    height: 13px !important;
}

.login .ck.error small.error {
    top: 16px;
    left: 15px;
}
.ck
{
	font-size:14px;
	color:#4e4e4e;
}
.ck a
{
	color:#4e4e4e;
	text-decoration:underline;
}
.frm-hd {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    height: 90px;
}
.datamain-outer iframe, .datamain-outer1 iframe{
	margin-top:-70px;
}
.datamain-outer::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.datamain-outer::-webkit-scrollbar
{
	width: 6px;
	height:6px;
	background-color: #F5F5F5;
}

.datamain-outer::-webkit-scrollbar-thumb
{
	background-color: #000;
}
.datamain-outer {
    margin-top: 70px;
}
.datamain-outer1 {
    margin-top: 103px;
}

.logo-banner{padding:30px 0px;background-color:#edf0f2;}

.logo-banner p{font-size:14px;margin:20px 0px 0px 0px;color:#a9a9a9;}
.acc-wrap-right select{
	height:34px;
	background-color:#fff !important;}
.login select {
    border-radius: 0px !important;
}
.login .padlt20 {
    padding-right: 10px !important;
}
.sp-ls
{
    padding-right: 10px !important;
}





.inner-menu li a {
    padding: 8px 0px !important;
}

.top-right{background-color:#1d1e2e;padding: 5px 0px;
opacity: 1 !important;
}


.demo-btn1, .demo-btn2 {
    display: inline-block;
    margin: 0px 10px;
}



.slid-wrap1 {
    background: url(../images/mibinvestcfd/home-banner.jpg) no-repeat center center;
    height:577px;    position: relative;width:100vw;
    background-size: cover;
}

.slider-banner {
    position: relative;
}


.slid-content h1 {
    color: #49c4f7;
    margin: 0px;
    font-size: 35px;
   
    text-transform: uppercase;
}
.slid-content h2{color:#dc1c1c;margin:0px;font-size: 22px;}
.slid-content p {
    color: #151515;
    margin: 5px 165px;
    font-size: 13px;
}
.slid-content a {
    color: #151515;
    font-size: 14px;
}

.home-slider .orbit-bullets-container {
    margin-top: -10px;
}

.slid-rel{position:relative;}

.slid-content {
   
}

.play-roll-bg{text-align:center;padding:30px 0px;background-color:#081e4e;    border-top: 3px solid #f5f5f5;}

.footer .title-btn-right {
    background-color: #1d1e2e;
    padding: 30px 0px;
}

.footer .title-btn-right h1{ color: #fff;margin:0px;font-size:18px;}

.slider-banner .orbit-bullets {
    margin: 0px !important;
    top: -10px !important;
   
}

.trad-wrapper-left {
    text-align: center;
}


.global-title {
    text-align: center;
    color: #000;
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    text-transform: uppercase;
}

.offered-activity-list {
    background: #ececec url(../images/mibinvestcfd/map-trade.jpg) no-repeat center center;
    height: 700px;
    display: table;
    width: 100%;
}

.learn-tarde-invest {
    height: 360px;position:relative;

}
.learn-tarde-invest ul {list-style:none;margin:0px;padding: 0px 25px;}

.learn-tarde-invest ul li:before {
    content: "\f00c";    padding-right: 5px;
    font: normal normal normal 13px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.learn-tarde-invest h4 {
    text-align: center;
    margin: 0px;
    font-size: 25px;
    color: #000;
    background: #fff;
    display: initial;
    padding: 7px 35px 7px;
    border-radius: 10px;
    text-transform: uppercase;
    box-shadow: -114px -21px 0px rgba(0, 0, 0, 0.3);
}

.lti {
    text-align: center;overflow: hidden;
    padding:45px 0px 30px;
}
.learn-tarde-invest ul li {
    color: #fff;
    font-size: 13px;
    padding: 4px 0px;
}

.offered-activity-button {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -17px;
}


a.btn {
    padding: 8px 0px;
    font-size: 14px;box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.6);
    background-color: #fff;
    width: 200px;font-weight:500;
    display: inline-block;
}

.content-page {
    display: table-cell;
    vertical-align: middle;
}

.learn{background-color:rgba(23, 28, 208, 0.74);}
.trade{background-color:rgba(255, 96, 0, 0.74);}
.invest {
    background-color: rgba(42, 42, 46, 0.79);
}

.learn a.btn{color:#2b2d82;}
.trade a.btn{color:#dc1c1c;}
.invest a.btn{color:#2a2a2e;}

.icon-wrap{text-align:center;padding: 50px 0px;}


.icon-wrap p{margin:0px;font-size:13px;}

.icon-height{height:75px;}

.icon-wrap .column.medium-2 {
    border-right: 1px dotted #000;
}

.icon-wrap .column.medium-2:last-child {
    border-right:none !important;
}

.slider-banner .title-btn-right a {
    margin: 40px 0px !important;
}

.row.trade-row {
    max-width: 1030px !important;
}


select#select_login {
    background-position: top 9px right 10px !important;height:20px;
    outline: none !important;width:130px;margin:0px !important;
    background-size: 10px !important;font-size:12px;
}

body .p1.ck label {
    font-size: 12px;
    padding: 0px !important;
}

div#header {
    background-color: rgba(0, 0, 0, 0.13);
}

div#select_login_chosen {
    width: 130px;
    text-align: left;
}

div#select_login_chosen a.chosen-single{margin:0px !important;}

.center h3 {
	text-align: center;
	font-weight: bold;
	 font-family: 'FUTURAM';
}
.text1{
	margin-left:-20px;
	margin-top:30px;
	 font-family: 'FUTURAM';font-weight: bold;
}
.text2{
	
    font-family: 'Calibri light';
}

.text21 {
  font-size:20px;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #000;
}
.foot p{
	font-size:13px;
	
}

text11{
	margin-left:-60px;
}
.content-wrap{background-color:#e5e5e5;}
.content-wrap-wid{max-width:1200px !important;padding:50px 0px !important;background-color:#fff;min-height: 650px;}
.inner-wrap-wid {
    max-width: 1000px !important;
    margin: 0px auto !important;
}

.slid-1 {
    width: 100%;

	background-size:cover !important;
}
.slid-1 img
{
	/*visibility:hidden;
	height:100%;*/
	width:100%;
}
.home-slider1 nav.orbit-bullets {
    position: absolute;
    width: 100%;
    bottom: 0;
}
/*.slid-2 {
   background: url(../images/mibinvestcfd/home-slide1r.png) center no-repeat;
    padding-top: 193px;
    width: 100%;
    height: 590px;
	margin-top:-55px;
	background-size:cover;
}*/
.orbit-bullets button.is-active, .orbit-bullets button:hover {
    background-color: #dc1c1c !important;
}
.orbit-bullets button {
    border-radius: 2px !important;
    width: 12px !important; 
    height: 12px !important;
    background-color: #abacac !important;
    outline: none;
}

.account-type .left-sp table tr.odd, .account-type table tr.alt, .account-type table tr:nth-of-type(odd) {
    background-color: rgba(224, 219, 219, 0.66);
}

.hjy h1 p{
    font-size: 48px;line-height: 55px;
    text-transform: capitalize;
    color: #dc1c1c; float:left;
    font-weight: bold;margin:0px;
}

.hjy h1 {
    font-family: 'FUTURAM';clear: both;
}

.hjy h1 span {
    float: left;
    font-size: 14px;
    padding: 7px 0px 7px 14px;
    color: #000;
    /* display: table-cell; */
    line-height: 16px;
}

.trade-value-wrap {
    background-color: #e7e7e7;margin-top: 100px;
}

.hjy {
    border-right: 1px solid #4a4a4a;
    margin: 14px 0px;
    height: 64px;
    padding-top: 9px;
    padding-left: 28px;
}

.cfd-wrap{margin-top:40px;}

.btr{margin-top:0px;}

.btr h4{font-size:14px;margin-top:10px;}

.btr h4 span{    color: #dc1c1c;}

.web-trade-wrap{background-color:#f7f7f7;padding:50px 0px;}

a#btn2.view-platforms {
    background-color: transparent !important;
    color: #dc1c1c;
    text-transform: uppercase;
    border: 2px solid #dc1c1c;
}

.trade-process{text-align:center;padding: 50px 0px;}

.trade-process h5{margin:0px;font-size:15px;}
.trade-process p{margin:0px;font-size:13px;color:#8d8d8d;}
.trade-process img {
    width: 55px;
}

.play-roll-bg,.plan-chart{background-color:#fff;padding:30px 0px;}

.asset{padding:50px 0px;}

.trade-choose-list {
    padding-bottom: 32px;padding-top:30px;
}

.choose-part p {
    width: 60%;
    margin: 0px auto;
    font-size: 14px;
}

.trade-choose-list p{    font-size: 13px;}

.trade-choose-list .large-3{text-align:center;margin-top: 10px;}

.term-wrap {
    background-color: #101010;
    padding: 0px 0px;
    font-size: 13px;
    color: #a9a9a9;
    text-align: center;
    line-height: 40px;
}


.term-wrap a {
    font-size: 13px;
    color: #a9a9a9;
    padding-right: 10px;
    margin-right: 10px;
   border-right: 1px solid #a9a9a9 ;
} 


.term-wrap .f2 a {
    font-size: 20px !important; 
	border-right: 0px solid #171616 !important;
	}

.f1{
	margin-top:10px;
}
.f2{
	margin-top:10px;
}
.term-wrap a:last-child{border:none !important;}
.term-wrap {
	height:40px;
}
.mng {
    padding-top: 20px;    padding-bottom: 20px; background-color:#2a2a2a;
	
}
.foot{
	background-color:#1e1e1e;
	
}
.social-link {
    text-align: right;
}
.social-link a {
    font-size: 20px;
    line-height: 70px;
    padding: 0px 15px;
}
.social-link a:hover i, .term-wrap a:hover {
    color: #fff;
}
.footer-social img {
    height: 70px;
}
.news-list-details{margin-bottom:20px;}

.news-list-details h1{font-size: 14px;margin:0px;
    color: #dc1c1c;}
.news-list-details h5 {
    font-size: 11px;
    margin: 7px 0px;
    color: #888888;
}
.news-list-details p{font-size: 13px;margin:0px;
    color: #000;}
	
	
.hgj h5 {
    font-size: 14px;
}
.btn a small {
    font-size: 11px;
}
.icon1{
	padding:40px 40px 12px 40px;
	margin-left:80px;
	}
	
#heading{
	
	font-family: 'Calibri light';
	font-size:18px;
	
	font-weight:bold;
	margin-right:3px;
}
#heading2{
	font-family: 'Calibri light';
	font-size:13px;
	margin-right:3px;
	color:#868686;
}

.slid-content p:before {
   
}

.section-one{background-color:#f6f6f6;padding:30px 0px;}

.section-four{background:url(../images/mibinvestcfd/section-four-bg1.jpg) no-repeat center;
text-align:center;
}

.section-four-left{}
.section-four-left h1 {
   font-family: 'Calibri light';
    font-size: 22px;
    margin: 16px 0px 20px 0px;
    color: #fff;
    text-transform: uppercase;
}

.section-four-left a{ font-family: 'Calibri';
    font-size: 16px;padding:8px 30px;
    margin: 0px;background-color:#ee313c;
    color: #fff;
    text-transform: uppercase;}

.section-four-right{}

.sfrt{text-align:center;}
.sfrr p{font-family: 'Calibri';margin:0px;
    font-size: 14px; color: #fff;}

.sfrt img{width:40px;}

.trx {
    font-weight: bold;
    font-size: 36px;margin-top:10px;
    font-family: 'Calibri';
    color: #868993;
}

.hd-max-width{max-width:calc(100% - 50px) !important;opacity:0 !important;}
.foot-left a {
    border-right: none !important;}
.foot-left {
    padding-right: 0px !important;
}
.foot-left a {
    padding: 0px !important;margin: 0px !important;
   
}
.foot-left p {
    padding: 20px 32px !important;
    text-align: center;
}
.foot-left h5 {
    margin: 0px 0px 10px 0px !important;
    text-align: center;
}

.gh{margin:20px 0px;}
.foot-left a {
    font-size: 11px !important;
    padding: 0px 12px 0px 0px !important;
    margin-right: 12px !important;
}

.foot-left {
    padding-right: 25px !important;
}
.foot-left a {
    font-size: 11px;
    padding: 0px 10px 0px 0px;
    color: #f4f4f4;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    margin-right: 10px;
}
.foot-left a:last-child{ border:none !important;}

.foot-left p{ font-size: 12px;    padding: 20px 0px;
    color: #f4f4f4;margin:0px;}
.foot-left h5{font-size: 11px;
    color: #f4f4f4;margin:0px;}
.foot-left a:hover{color:#31c1f3;}

.foot-left a {
    border-right: none !important;}
	
.foot-left {
    padding-right: 50px !important;
}
.foot-right {
    width: 100%;
    text-align: center;
}

.foot-right i {
    background-color: #2c2c2c;
    width: 28px;color:#f4f4f4;
    height: 28px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50px;
}
.foot-right i:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.foot-right a:nth-child(1):hover i{background-color:#005397 !important;}
.foot-right a:nth-child(2):hover i{background-color:#00aedd !important;}
.foot-right a:nth-child(3):hover i{background-color:#880037 !important;}
.foot-right a:nth-child(4):hover i{background-color:#dd0061 !important;}
.foot-right a:nth-child(5):hover i{background-color:#f78007 !important;}


.item-right{padding:15px 0px;}

.item-right p{font-family: 'Calibri';margin:0px;
    font-size: 13px; color: #000;}
	

.item-left img{width:60px;}
a.mt4-btn {
    background-color: #49c4f7;
    border: none !important;
    padding: 5px 0px;
    width: 250px;
	line-height:1;	
}
.section-two {
    padding: 50px 0px 35px;
    background-color: #f6f6f6;
}

.section-news{padding:80px 0px;    background-color: #f5f5f5;}
.section-news-left .tabs-panel
{
	margin-bottom:0px;
}
.section-news-left .tabs
{
	border:none;
}
.section-news-left {
   /* box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.19);*/
    padding: 0px;
   /* height: 430px;*/
	border:1px solid #d4d4d4;
}
.section-news-left .tabs dd>a, .section-news-left .tabs .tabs-title>a {
    padding: 8px 13.99px 5px !important;
    background: #49c4f7 ;
    color: #92c2e6 !important;
    outline: none !important;
    font-size: 16px;
}
.section-news-left  .tabs-content {
     border: 0px solid #e6e6e6; 
/*     border-top: 0; 
     background: #fefefe; 
     color: #0a0a0a; 
     transition: all .5s ease; 
*/}
.section-news-left .tabs-title>a:focus, .section-news-left .tabs-title>a[aria-selected=true] {

    color: #fff !important;
}
 .section-news-right { box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.19);
    height: 430px;}


.section-news-left p{margin:0px;
    font-size: 14px; color: #737373;}
.section-news-left table tr.even, .section-news-left table tr.alt, .section-news-left table tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.section-news-left table{border:none; border-collapse: separate;
}

.section-news-left table tr td {
    font-size: 15px !important;
    padding: 15px 10px 10px;
    margin: 5px 0px !important;
    color: #717171;
}
.section-news-left table tr td span {
    border: 1px solid #717171;
    padding: 5px 15px 1px;
    border-radius: 3px;
	cursor:pointer;
}
.section-news-left table td.red{color:red !important}
.section-news-left table td.green{color:green !important}
/*.section-news-left table tr td:nth-child(3) {
    width: 100px !important;
    text-align: center;
}
.section-news-left table tr.red td:nth-child(3){border:1px solid red !important;}
.section-news-left table tr.green td:nth-child(3){border:1px solid green !important;}*/

.red,.green{padding:8px !important;}


div#news-feeds {
    height: 358px;
    overflow: hidden;
}

.container-fluid.bg1 {
	width: 100%;
    padding: 6px 40px 0px;

    top: 0px;
    z-index: 999;
    background-color: #dedede;
}

.logo {
    position: absolute;
	z-index:999;
}
.sign-wrap {
    text-align: right;
	
}

.sign-wrap ul{
    margin: 5px 0px 0px;
    padding: 0px;
    list-style: none;
}

.sign-wrap ul li {
    display: inline-block;
    color: #fff;
    text-align: center;
}
.stellarnav ul ul li {
    background-color: #27529a !important;
    width: 100%;
}
.stellarnav ul ul li a {
    background-color: #27529a !important;
    width: 100%;
}
.stellarnav ul ul li:hover a
{
	color: #fcfcfc !important;
}
.stellarnav.mobile ul ul ul li {
    background-color: #0d76b7 !important;
}
.stellarnav ul ul {
    width: 100%;
}
/*.sign-wrap ul li:nth-child(1){border:1px solid transparent;background-color: transparent;}
.sign-wrap ul li:nth-child(1) a{color:#fff;}
.sign-wrap ul li:nth-child(2){border:1px solid red;background-color: transparent;    margin-right: 10px;}
.sign-wrap ul li:nth-child(2) a{color:red;}
.sign-wrap ul li:nth-child(3){background-color: #394fa2;border:1px solid #394fa2;}
.sign-wrap ul li:nth-child(3) a{color:#fff;}*/

.owl-prev {
    position: absolute;
    top: 30px;background:url(../images/mibinvestcfd/s-left.png);
    left: -60px;background-size:30px 30px !important;
    text-indent: -9999px;
	width:30px;height:30px;
}

.owl-next {
    position: absolute;
    top: 30px;background:url(../images/mibinvestcfd/s-right.png);
    right: -60px;background-size:30px 30px !important;
    text-indent: -9999px;
	width:30px;height:30px;
}

.ghf {
    margin-top: 0px;
    margin-left: 137px;
}

h1.text2 {
    margin: -52px 0px 0px 135px !important;
}


.corner-style {
    width: 50px;
    height: 56px;
    position: absolute;
    top: 0px;
    left: 15px;
      background: rgba(238,49,58,1);
background: -moz-linear-gradient(-45deg, rgba(238,49,58,1) 0%, rgba(238,49,58,1) 44%, transparent 45%, transparent 48%, transparent 48%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238,49,58,1)), color-stop(44%, rgba(238,49,58,1)), color-stop(45%, transparent), color-stop(48%, transparent), color-stop(48%, rgba(232,50,18,0.03)));
background: -webkit-linear-gradient(-45deg, rgba(238,49,58,1) 0%, rgba(238,49,58,1) 44%, transparent 45%, transparent 48%, transparent 48%);
background: -o-linear-gradient(-45deg, rgba(238,49,58,1) 0%, rgba(238,49,58,1) 44%, transparent 45%, transparent 48%, transparent 48%);
background: -ms-linear-gradient(-45deg, rgba(238,49,58,1) 0%, rgba(238,49,58,1) 44%, transparent 45%, transparent 48%, transparent 48%);
background: linear-gradient(135deg, rgba(238,49,58,1) 0%, rgba(238,49,58,1) 44%, transparent 45%, transparent 48%, transparent 48%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee313a', endColorstr='#e83212', GradientType=1 );
	
}



.fgr:nth-child(odd) {
    background-color: #f9f9f9;
}

.fgr:nth-child(even) {
    background-color: transparent;
}

.section-news-right h4 {
    padding: 30px 30px 0px 30px;
}

.scroll-tab {
    height: 388px;
}


.home-slider .orbit-container {
    overflow: hidden;
    width: 56%;
    position: relative;
    background: none;
}



.first{background-color:#49c4f7;color:white; width:100%; height:75px; }
.section-one{
			float:right;
			padding:10px;
		
	}
.top1{
	float:right;
	text-transform:uppercase;
	}	
.top12 li a{
			display:inline;
			list-style:none;
			float:left;
			
			text-transform:uppercase;
			font-size:14px;
	 		list-style:none;
			color:#fff; !important
	}
.top12 li {
    list-style: none;
    float: left;
    padding: 14px;
	font-family: 'calibri'; !important
	font-size:15px;
	font-weight:
	
}
.top2{
	float:right;
	}

}

.section-two img{
	padding:30px;
	margin-left:40px;

}


.section-1{
			display:inline;
			list-style:none;
			float:right;
			padding:10px;
			text-transform:uppercase;
			font-size:12px;
			height:35px;
	 		
	}
.section-2{
		height:35px;float:right;
	}
#top{
	color:#fff  ;
	border:1px solid #fff  ;
	padding:5px;
	border-radius:2px;
	}
#top1{
	color:#fff  ;
	border:1px solid #dc1c1c ;
	background-color:#dc1c1c;
	padding:5px;
	border-radius:2px;
	}
.left{
	float:right;
	font-family: 'Calibri light';
	}
.sec-1{
	padding:0px;
	margin-top:7px;
	margin-left:30px;
	}
#clr1{
	color:#49c4f7;
	}
	
#clr2{
	color:#151515;
	}
	
#header11{
	
	}
#a1{
	font-family: 'Calibri light';
	font-size:24pt;
	color:#000;
	}
	
#a2{
	font-family: 'Calibri light';font-size:18pt;color:#151515;
	}
	
#a3{
	font-family: 'Calibri light';
	font-size:13pt;
	color:#151515;
	}
	
#ab1{
	color:#fff;
	font-size:30pt;
	text-align:center;font-family: 'Calibri light';
	font-weight:700;
	}
	
#text-3{
	color:#fff;
	font-size:18pt;
	font-family: 'Calibri light';
	
	}
	
#text-4{
	color:#b8b8b8;
	font-size:12pt;
	line-height:1.3;
	margin-bottom:15px;
	font-family: 'Calibri light';
	}

.ch-img
{
	height:65px;
}

.read-more a {
    background: transparent;
    border: 1px solid #49c4f7;
    color: #49c4f7;
    border-radius: 3px;
	clear:both;
}
#text5{
	text-align:right;font-family: 'Calibri light';
	color:#151515;
	text-transform:uppercase;
	font-size:24pt;
	
	
}
#text6{
	font-family: 'Calibri light';
	text-align:right;
	color:#151515;
	font-size:12pt;
}
a#btn25.view-platforms {
    background-color: transparent !important;
    color: #dc1c1c;
    text-transform: uppercase;
    border: 2px solid #dc1c1c;
    font-family: 'Calibri light';
    padding: 7px 15px;
    text-align: center;
    float: right;
    border-radius: 3px;
}
a#btn25.view-platforms:hover
{
    background-color: #dc1c1c !important;
    color: #fff;

}
.section2-new ul li {
    display: inline-block;
    padding: 0px 30px;
    text-align: center;
	border-right:1px solid #5b5b5b;	
	
}
.section2-new ul li:last-child
{
	border:none;
}
.section2-new ul li h4
{
	color:#000;
	font-size:20px;
    font-family: 'Calibri light';
	font-weight:700;
}
.section2-new ul li p
{
	font-size:14px;
    font-family: 'Calibri light';
	margin:0px;
	text-transform:uppercase;
}

.section2-new ul {
    margin: 50px auto;
    text-align: center;
}
.section-three-one
{
	padding:20px 0px;
}
.section-three-one h4 a {
    border: none;
    padding: 0px;
    color: #d50909;
    width: initial;
}

.ghr ul li a:hover{color: #dc1c1c;}
ul.title-area {
    display: none;
}
ul.orbit-container {
    height: initial !important;
}
.lag {
    float: right;
    margin-right: -20px;
    margin-top: 10px;
}

.tow-section-news{padding:45px 0px;}

.tow-section-news-left {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.19);
    padding: 0px;
    height: 430px;
 
}
.sec-news-left-head
{
	padding:30px 30px 0px;
} 
 .section-news-right { box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.19); 
    height: 430px;}


.tow-section-news-left p{margin:0px;
    font-size: 14px; color: #737373;}

.tow-section-news-left table{margin:15px 0px;border:none; border-collapse: separate;
    }

.tow-section-news-left table tr td {
    text-transform: uppercase;
    font-size: 15px !important;
    padding: 15px 5px 11px 30px;
    margin: 5px 0px !important;
}

.tow-section-news-left table tr.red td a{color:red !important; padding: 5px 10px 3px;}
.tow-section-news-left table tr.green td a{color:green !important; padding: 5px 10px 3px;}
.tow-section-news-left table tr.red td{color:red !important}
.tow-section-news-left table tr.green td{color:green !important}

.tow-section-news-left table tr td:nth-child(3) a {
    width: 100px !important;
    text-align: center;
}
.tow-section-news-left table tr.red td:nth-child(3) a{border:1px solid red !important;}
.tow-section-news-left table tr.green td:nth-child(3) a{border:1px solid green !important;}

.red,.green{padding:8px !important;}


div#news-feeds {
    height: 358px;
    overflow: hidden;
}
.corner-style {
    width: 50px;
    height: 56px;
    position: absolute;
    top: 0px;
    left: 15px;
      background: rgba(238,49,58,1);
background: -moz-linear-gradient(-45deg, rgba(238,49,58,1) 0%, rgba(238,49,58,1) 44%, transparent 45%, transparent 48%, transparent 48%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238,49,58,1)), color-stop(44%, rgba(238,49,58,1)), color-stop(45%, transparent), color-stop(48%, transparent), color-stop(48%, rgba(232,50,18,0.03)));
background: -webkit-linear-gradient(-45deg, rgba(238,49,58,1) 0%, rgba(238,49,58,1) 44%, transparent 45%, transparent 48%, transparent 48%);
background: -o-linear-gradient(-45deg, rgba(238,49,58,1) 0%, rgba(238,49,58,1) 44%, transparent 45%, transparent 48%, transparent 48%);
background: -ms-linear-gradient(-45deg, rgba(238,49,58,1) 0%, rgba(238,49,58,1) 44%, transparent 45%, transparent 48%, transparent 48%);
background: linear-gradient(135deg, rgba(238,49,58,1) 0%, rgba(238,49,58,1) 44%, transparent 45%, transparent 48%, transparent 48%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee313a', endColorstr='#e83212', GradientType=1 );
	
}



.fgr:nth-child(odd) {
    background-color: #f9f9f9;
}

.fgr:nth-child(even) {
    background-color: transparent;
}

.section-news-right h4 {
    padding: 30px 30px 0px 30px;
}
.top-mover-wrap {
    position: relative;
}

.top-bar {
    padding: 10px 0px 0px;
}
.lag select {
    background-color: transparent;
    border: 0px;
    padding: 0px 5px 0px 15px;
    height: inherit;
    color: #fff;
    margin-bottom: 0px;
    background-position: right center;
}
.login-new {
    max-width: 60%;
    margin: 20px auto 20px;
    padding: 50px 0px;
}
.frm-fld  input {
    /* width: 205px; */
    box-shadow: none;
    height: 34px !important;
    line-height: 34px !important;
    border: 1px solid #ccc;
    
    box-shadow: none !important;
    padding-left: 8px;
    position: relative;
    /* border-radius: 5px !important; */
    margin-right: 30px;
    margin-bottom: 30px;
    font-size: 12px;
}
.frm-fld
{
	position:relative;
}
.frm-fld small.form-error.is-visible {
    position: absolute;
    top: 45px;
}
.login-new h4 {
    font-size: 20px;
    color: #373833;
    font-weight: bold;
    padding-bottom: 15px;
}
.have-acnt
{
	text-align:center;
	margin:20px;
}
div#Login h2 {
    text-align: center;
    font-size: 22px;
    text-transform:uppercase;
    color:#fff;
}
div#secondModal h2 {
    text-align: center;
    font-size: 22px;
    text-transform:uppercase;
    color:#fff;
}
.sign-in {
    padding: 30px 50px;
    background-color: #bdbdbd;
}
div#Login {
    background-color: #848586;
    box-shadow: 0px 0px 5px 0.5px #b3b3b3;
}
div#secondModal {
        background-color: #848586;
        min-height: initial;
    height: inherit;
        box-shadow: 0px 0px 5px 0.5px #b3b3b3;


}
.sign-in .close-button {
    background-color: #848586;
    width: 40px;outline:none !important;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    height: 40px;
}
.right-container h5 {
    font-size: 14px;
    font-weight: bold;
}
.right-container h3 {
    font-size: 18px;
    font-weight: bold;
}
.right-container h4 {
    font-size: 16px;
    font-weight: bold;
}
.acc-wrap-right .tabs-title>a {
    display: block;
    padding: 10px 20px;
    font-size: .75rem;
    line-height: 1;
    color: #292b33;
    background-color: #dadada;
    border-top: 3px solid #dadada;
}
.acc-wrap-right .tabs-title>a:focus, .acc-wrap-right .tabs-title>a[aria-selected=true] {
    background: #fefefe;
    color: #292b33;
    border-top: 3px solid #dc1c1c;
}
.acc-wrap-right  .tabs {
    margin-top: 10px;
    border:none;
    background:none;
    list-style-type: none;
}
.link_contact {
	margin-bottom:20px;
	text-align:center;
}
.link_contact a{
    background-color: #dc1c1c;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align:center;
    padding: 6px 20px;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
}
.right-container th
{
	text-align:center;
}
.right-container td,.right-container th
{
	border:1px solid #ccc;
}
.right-container .left-sp table tr.even,.right-container   table tr.alt, .right-container  table tr:nth-of-type(even)
{
	background-color:rgba(230, 230, 230, 0.66) !important;
}
.dd .ddChild li .ddlabel {
    color: #333 !important;
}
span.ddlabel {
    color: #6b6b6b !important;
    font-size: 14px !important;
    padding-left: 4px;
}


@media only screen and (max-width: 400px) {


.trade-process h5 {
    margin: 0px;
    font-size: 14px;
}
.trade-process p {
    margin: 0px;
    font-size: 10px;
    color: #8d8d8d;

}


}




@media only screen and (max-width: 40em) {
 

.right-content-desc.account-type {
    float: right !important;
    width: 100% !important;
    overflow: scroll !important;
    overflow-y: hidden !important;
}
 .vmi-wrap {
 padding: 10px !important;
}
.vmi-wrap a img {
    height: 20px;
    margin: 10px 10px !important;
}
.container-fluid.bg1 {
    padding: 0px 15px;
}
.lag {
    float: right;
    margin-right: 0px;
    padding: 0x 8px !important;
    background-color: #2e7aa9;
    margin-top:0px;
    margin-bottom:10px;
}
div#Login {
    background-color: #54a0db;
    min-height: initial;
    height: inherit;
}
.stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
    color: rgb(243, 237, 240) !important;
}
a.menu-toggle.full {
    text-indent: 0px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 36px;
    right: 15px;
    font-size:22px;
    padding:10px;
}
.stellarnav.mobile>ul>li>a {
    padding: 10px;
}
div#main-nav {
    float: right;
    width: 100%;
}
.section2-new ul {
    margin: 20px auto;
    text-align: center;
}
.section2-new ul li {
    padding: 0px 10px;
    width: 48%;
}
.section2-new ul li:nth-child(2n)
{
	border:none;
}
.tp-sp1 {
    padding-top: 20px;
    text-align: center;
}
#text5 {
    font-size: 20px;
    text-align:center;
}
#text6 {
    font-size: 12px;
    line-height: 1.5;
    text-align:center;
}
a#btn25.view-platforms
{
	float:none;
}
.section-four {
    background-size: cover;
}
.row.foot1 {
    text-align: center;
}
.tow-section-news-left {
    margin-bottom: 20px;
}
.social-link {
    text-align: center;
    display:none;
}
.term-wrap {
    height:auto;line-height: 24px;
    padding: 20px 0px;
}
.mng {
    padding: 20px 15px;
}
.logo-banner {
    padding: 20px 15px;
}
.section-four-left {
    margin-bottom: 25px;
}
.section-four {
    padding: 25px 0 30px;
}
#ab1 {
    font-size: 28px;
}
.inner-page-banner {
    display: none;
}
.left-container {
    display: none;
}
.right-container {
    padding: 0px 15px;
}
.path-content {
    color: #292b33;
    padding: 0px 10px;
}
.country {
    margin: 0px 10px;
}

.login-new {
    max-width: 100%;
    width: 80%;
    margin: 0px auto 0px;
    padding: 25px 0px;
}
.frm-fld input {
    margin-bottom: 15px;
 
}
.login-new p {
    margin-bottom: 0px;
    font-size:12px;
}
.frm-fld small.form-error.is-visible {
    position: absolute;
    top: 42px;
    font-size: 10px;
}
.sub3
{
	height:34px;
}
.login-new .large-6.columns {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.stellarnav ul ul li {
    background-color: #2b8dca !important;
    width: 100%;
    padding-left: 30px;
}
.sign-wrap ul li.login a {
    text-indent: -100px;
    border: none;
    background: url(../images/mibinvestcfd/login.png) no-repeat center right;
    background-color: transparent;
    width: 24px;
    background-size: 22px;
    overflow: hidden;
    height: 30px;
    margin: 0px;
    right: 0px;
    color: black;
}
.sign-wrap ul li.logout a {
    text-indent: -100px;
    border: none;
    background: url(../images/mibinvestcfd/login.png) no-repeat center left;
    background-color: transparent;
    width: 24px;
    background-size: 22px;
    overflow: hidden;
    height: 30px;
    margin: 0px;
    right: 0px;
    color: black;
    transform:rotate(180deg);
}
.sign-wrap ul li:last-child
{
	width:30px;
}
.path-content>span {
    padding: 5px 7px;
    font-size: 12px;

}
.path-content a {
    font-size: 12px;
}
.right-container h2 {
    font-size: 18px;
}
.right-container h2 {
    font-size: 16px;
}
.right-container p
{
	margin-bottom:10px;
}
.right-container p, .right-container ul li, .right-container ul li a {
    font-size: 12px;
}
.right-container h5 {
    font-size: 14px;
}
.acc-wrap {
    margin-top: 30px !important;
    margin-bottom: 30px;
}
.acc-wrap-right {
    padding: 0px 15px !important;
}
.a-left, .p1{
    padding-right: 0px !important;
}
.a-right, .p2 {
    padding-left: 0px !important;
}
.footer-social {
    padding: 0px 0px;
}
.ghr ul li a {
    font-size: 12px;
}
.account-table {
	width:100% !important;
    padding: 10px !important;
    margin: 5px 0px !important;
}
.ac1, .ac2 {
    width: 48% !important;
}
.my-acc-details table thead {
    display: none;
}

.my-acc-details table tbody td {
    display: block;
    padding-left: 40%;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 5px 0px 5px 40%;
}
.acc-wrap-right {
    float: none !important;
}
.my-acc-details table tbody td:after {
    position: absolute;
    left: 0px;
    padding: 5px 7px;
    width: 38%;
    background-color: #292b33;
    top: 0px;
}
.my-acc-details table tbody td:nth-child(1):after {
    content: 'Account';
}
.my-acc-details table tbody td:nth-child(2):after {
    content: 'Type';
}
.my-acc-details table tbody td:nth-child(3):after {
    content: 'Currency';
}
.my-acc-details table tbody td:nth-child(4):after {
    content: 'Balance';
}
.my-acc-details table tbody td:nth-child(5):after {
    content: 'Leverage';
}
.my-acc-details table tbody td:nth-child(6):after {
    content: 'Deposit';
}
.acc-wrap-left {
    padding: 0px 15px 10px !important;
}
li.my_act, .opn-act {
    margin-top: 0px !important;
    position: absolute;
    width: 150px;
    right: 50px;
}


.tow-section-news-left table tr td {
  
    font-size: 12px !important;
    padding: 6px 10px !important;
    
}


}





@media screen and (min-width: 40em) and (max-width: 63.9375em) {



	
div#main-nav {
    width: 100%;
}	
.stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
    color: rgb(243, 237, 240) !important;
}
a.menu-toggle.full {
    text-indent: 0px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 36px;
    right: 15px;
    font-size:22px;
    padding:10px;
}
.lag {
    float: right;
    margin-right: 10px;
    margin-top: 11px;
}
.left-container {
    display: none;
}
.right-container {
    padding: 15px;
}
.inner-page-banner {
    min-height: 100px;
}	
.inner-page-caption h1 {
    font-size: 20px;
    left: 20px;
}
.path-content>span {
    padding: 3px 7px;
    font-size: 13px;
    display: inline-block;
}
.path-content {
    color: #292b33;
    padding: 0px 10px;
}
.main-container {
	padding-top: 10px;
}
.mng {
    padding: 20px 15px;
}
.acc-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}
.acc-wrap-right {
    padding: 0px 15px !important;
}
.acc-wrap-left ul.nav.nav-sidebar li {
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
}
.account-table {
    width: 70% !important;
}
.section2-new ul {
    margin: 20px auto;
    text-align: center;
}
.section2-new ul li {
    width: 33%;
}
.section2-new ul li:nth-child(3n) {
	border:none;
}
.section-four {
    background-size: cover;
    padding: 38px 0 50px;
}
.section-four-left {
    margin-bottom: 30px;
}

}


.reveal {
   outline:none !important;
    border: none !important;}
    
.sign-wrap ul li a {
    color: #fff !important;
    font-size: 12px !important;
	text-transform:uppercase;
    padding: 6px 20px 2px !important;
    display: block !important;
	margin:0px 5px !important;
	border:1px solid #fff;
	border-radius:3px !important;
	transition: 0.3s ease;
	
}
.sign-wrap ul li a:hover
{
	border:1px solid #ff6000 !important;background-color: #ff6000 !important;    margin-right: 10px;
}
.logo
{
	top:9px !important;
}
.sign-wrap ul li:nth-child(3) a{border:1px solid #ff6000 !important;background-color: #ff6000 !important;    margin-right: 10px;}
.sign-wrap ul li:nth-child(3) a:hover{border:1px solid #6b6b6b !important;background-color: transparent !important;    margin-right: 10px;}
.sign-wrap ul li:nth-child(3) a{color:#6b6b6b;}
.stellarnav.light, .stellarnav.light ul ul, .stellarnav.mobile.light ul  {
    background:#dedede !important;
}
.stellarnav.light li a {
    color:  !important;
    font-size: 14px !important;
}
.stellarnav>ul>li>a {
    padding: 20px 20px 10px !important;
    text-transform: uppercase !important;
}

.stellarnav {
    width:auto !important;
    z-index: 99 !important;
}
.stellarnav li.has-sub>a:after
{
	float:right !important;
}

.ghr h1 {
    padding: 12px 0px 0px 0px !important;
}

.footer-sct-3 {
     padding: 20px 0px !important;
}
.mng p {
    text-align: justify;
}


.sign-in {
    padding: 15px !important;}

	
.home-slider1 {
    position: relative;
}
.home-slider1 .caption {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    background-color: rgba(0,0,0,0.4) !important;
}
.caption p {
    margin: 0;
    padding: 10px;
	font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 40em) { 
.caption p {
    margin: 0;
    padding: 3px;
    font-size: 14px;
}
.home-slider1 .caption {
    position: absolute;
    bottom: 22px;
	
}
.acount-lable {
   float: right; 
  margin-top:-15px;
   padding: 0px;  
     
}
.act-type{
	
	float:none;
}

body .logo {
    top: 16px !important;
    width: 135px !important;
}

.section-three-one{display:none !important;}

.lag {
    background-color: transparent !important; }
 
 .global-title {
    margin: 15px 0px !important;
    font-size: 16px !important; }  


div#main-nav {
    width: 100% !important;
}

.trad-platform {
    display: none;
}


.learn-tarde-invest h4 {
    box-shadow:none !important;
}

.offered-activity-button {
    position: initial !important;
    bottom: initial !important;
    margin-top: 20px !important;
}

}



@media only screen and (min-width: 0) and (max-width: 64em) { 
.caption p {
    
    font-size: 14px;
}
.stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
    color: #fff;
}  

.sign-wrap {
    padding: 0px !important;
}

.container-fluid.bg1 {
    padding: 0px 20px !important;}
    
.country {
    padding-right: 20px;
}
div#main-nav {
    width: 100% !important;
}


} 

.status {
    position: absolute;
    margin-top: 8px;
    font-size: 13px;
}

form#pay_0 .p1 label, form#pay_0 .p2 label {
    position: absolute;
    top: -15px;
}    
    
.fx-act-menu ul li {
    display: inline-block;
    width: auto !important;
    text-align: center;
    list-style: none;
    padding: 15px 16px !important;
}  

.fx-act-menu ul li:nth-child(9) a:before {background: url(../images/mibinvestcfd/aa7.png)  !important;}  


.lfimg1 h3 {
   color: #2d2d2d;
   font-size: 26px  !important;
   font-weight: 600;
   font-family: 'Open Sans', sans-serif !important;
}  


.lfimg1 h3 span {
   color:#49c4f7 !important;
}

   


















@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*Header Begin*/

header.theme-header {
	background: #fff !important;
	position: absolute;
}

header.theme-header .header-navigation .row {
	background: transparent;
	padding: 18px 20px;
}

header.theme-header.fixed_header {
	background-color: #1e1d1e52 !important;
	backdrop-filter: blur(13px);
	top: 0;
}

body header .row {
	max-width: 100% !important;
	padding: 0px 0px;
}
body {
    background: #000000;
}

/* */
header.theme-header {
	background: transparent !important;
	position: absolute;
}

.header-navigation.breakpoint-on .nav-menu {
	background-color: #2b2b2b !important;
}

body header.theme-header {
	z-index: 99999;
}

li.login {
	margin: 0px 10px;
}

li.login i.fa.fa-sign-in {
	display: none;
}

.nav-main {
	display: flex;
	flex-direction: column-reverse;
}

span.dd-trigger img {
	filter: brightness(0) invert(1);
}

.header-right-nav ul {
	margin: 0px 0px 0px auto;
}

.header-right-nav {
	text-align: right;
	padding: 8px 0px;
}

/**/
header.theme-header {
	background: transparent !important;
	position: fixed !important;
}

html body span.arrow.arrowoff {
	border-top: 5px solid #120F2D !important;
}

body header {
	z-index: 99;
}

ul#menu_main li a {
	font-size: 14px;
	font-weight: 600;
}

ul#menu_main li ul {
	height: auto;
	overflow: hidden;
	position: absolute;
	display: none;
}

.header-navigation .main-menu ul#menu_main li .sub-menu {
	height: auto;
	display: block;
}

.header-top-bar .top-left ul li {
	display: inline-block;
}

.header-right-nav li.login {
	margin: 0px 10px !important;
}

header.theme-header {
	background: transparent;
	position: absolute;
	width: 100%;
	padding: 20px 10px;
}

html body span.arrow.arrowoff {
	border-top: 5px solid #ffffff;
}


header.theme-header.fixed-header .header-navigation .primary-menu .nav-menu nav.main-menu li.menu-item a {
	text-transform: capitalize !important;
	font-size: 14px !important;
	font-weight: 100;
}

header.theme-header.fixed-header .header-right-nav ul li a.wt-btns {
	color: #0d0d0c;
	background-color: transparent;
	font-family: "Open Sans", sans-serif;
}

body header.theme-header.fixed-header .country span.ddTitleText span.ddlabel {
	color: #0d0d0d !important;
}

html body header.theme-header.fixed-header span.arrow.arrowoff {
	border-top: 5px solid #120F2D;
}

header g#Group_61 path,
header path#Path_4470 {
	fill: #120F2D;
}

.fixed-header g#Group_61 path,
.fixed-header path#Path_4470 {
	fill: #fff;
}

.header-top-bar .top-left ul li span i {
	margin-right: 10px;
}

.header-top-bar .top-right ul.social-link li {
	margin-left: 15px;
}

.header-top-bar .lang-dropdown .nice-select {
	background-color: transparent;
	border-radius: 0;
	border: none;
}

ul.sub-menu {
	background-color: #2b2b2b !important;

}

header .header-navigation .primary-menu .nav-menu nav.main-menu li.menu-item ul li a:hover {
	color: #120F2D !important;
}

.nav-ml-auto {
	margin-left: auto;
}

.nav-ml-mr-auto {
	margin-right: auto;
	margin-left: 120px;
}

.breakpoint-on .nav-ml-mr-auto {
	margin-left: 0px;
}

.header-top-bar-three .container-fluid,
.header-navigation .container-fluid {
	padding-left: 61px;
	padding-right: 61px;
}

.header-navigation .primary-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
}

.main-menu ul {
	margin-left: 0px;
}

.header-navigation .main-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0px 5px;
}

.header-right-nav ul {
	margin-bottom: 0px;
}

a.bl-btns i.fa.fa-sign-in {
	display: none;
}

.header-navigation .main-menu ul li:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.header-navigation .main-menu ul li:hover:after {
	width: 100%;
	background: var(primary-color);
}

.header-navigation .main-menu ul li.active:hover:after {
	width: 100%;
	background: none;
}

.header-navigation .main-menu ul li .sub-menu li.active:after {
	content: none;
}

.header-navigation .main-menu ul li .sub-menu li:hover:after {
	background: none;
}

header .header-navigation .primary-menu .nav-menu nav.main-menu li.menu-item a {
	color: #ff530e  !important;
	text-transform: capitalize !important;
	font-size: 13px !important;
	font-family: "Open Sans", sans-serif;
}
nav.main-menu {
    background: #201814;
    padding: 10px;
    border-radius: 14px;
}

header .header-navigation .primary-menu .nav-menu nav.main-menu ul.sub-menu li.active a {
	color: #fff;
}

.main-menu ul {
	/* line-height: 0px; */
	margin-bottom: 0px;
}

.header-navigation .main-menu ul li .sub-menu {
	position: absolute;
	left: 0;
	top: 40px;
	width: 200px;
	background-color: var(primary-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 999;
	height: auto;
	box-shadow: 0px 10px 30px 0px rgb(110 104 162 / 10%);
	background: #161313;
}

.header-navigation .main-menu ul li .sub-menu li {
	display: block;
	margin: 0;
}

.header-navigation .main-menu ul li .sub-menu li:last-child>a {
	border-bottom: none;
}

.header-navigation .main-menu ul li .sub-menu li a {
	display: block;
	padding: 7px 15px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 0;
	line-height: 2;
	margin: 0;
	border-bottom: 1px solid #ececec;
	color: #1b3255;
}

.header-navigation .main-menu ul li .sub-menu li a:hover {
	color: #fff;
	border-color: transparent;
}

.header-navigation .main-menu ul li .sub-menu li .sub-menu {
	left: 100%;
	top: 50%;
}

.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
	top: 0%;
}

body .header-navigation .main-menu ul li .sub-menu li:hover>a {
	background-color: #fff;
}

.header-navigation .main-menu ul li:hover.has-children>a:after {
	color: var(primary-color);
}

.header-navigation .main-menu ul li:hover>a {
	color: var(primary-color);
}

.header-navigation .main-menu ul li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.header-navigation .main-menu ul li .dd-trigger {
	display: none;
}

.header-navigation.breakpoint-on .nav-menu {
	text-align: left;
	background-color: var(primary-color);
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 9999;
	width: 300px;
	height: 101vh;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 0;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 70px;
}

.header-navigation.breakpoint-on .nav-menu.menu-on {
	left: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #ececec;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul.sub-menu li:last-child {
	border-bottom: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
	border-top: 1px solid #ececec;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
	display: block;
	border-bottom: 0px solid rgba(255, 255, 255, 0.5);
	padding: 13px 20px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	visibility: visible;
	opacity: 1;
	display: none;
	-webkit-transition: none;
	transition: none;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
	color: #162542;
	padding: 0px 20px 0 40px;
	line-height: 45px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.header-navigation .main-menu ul>li.has-children .sub-menu li.has-children:hover>a:after {
	color: #fff;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
	display: block;
	position: absolute;
	right: 0;
	height: 42px;
	width: 45px;
	top: 0;
	border-left: 1px solid #eaeaea;
	z-index: 2;
	background: transparent;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	color: #162542;
	font-size: 20px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
	left: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li.search-item {
	display: none;
}

.header-navigation.breakpoint-on .navbar-close,
.header-navigation.breakpoint-on .navbar-toggler {
	display: block;
}

.header-navigation .header-right-nav {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-navigation .navbar-toggler {
	display: none;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.header-navigation .navbar-toggler span {
	position: relative;
	background-color: #FF3B00;
	border-radius: 6px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	width: 30px;
	cursor: pointer;
	display: block;
}

g#Group_61 path,
path#Path_4470 {
	fill: #fff;
}

.menu-main-right {
	display: flex;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
	opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}

.header-navigation .navbar-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: none;
	cursor: pointer;
	background: #2b2b2b;
}

.header-navigation .navbar-close img {
	width: 20px;
}

.navigation-#fff .navbar-toggler span {
	background-color: #fff;
}

.header-navigation.breakpoint-on .nav-menu .nav-search {
	display: block;
}

.nav-menu .nav-search {
	display: none;
	margin: 0 20px 20px;
}

.nav-menu .nav-search .form_group .form_control {
	border: 1px solid #e1e1e1;
	height: 60px;
	padding: 0 20px;
}

.nav-menu .nav-search .form_group .search-btn {
	position: absolute;
	top: 17px;
	right: 20px;
	background-color: transparent;
}

.lag {
	margin-left: 20px;
}

.lag .country .ddcommon ul {
	display: block;
}

.header-right-nav ul li a {
	margin-right: 0;
	padding: 11px 23px;
	border-radius: 4px;
	font-family: "Open Sans", sans-serif;
}



.header-right-nav ul li a.bl-btns {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	border: 0px solid #FF3B00;
	background: transparent;
	color: #fff;
}
.header-right-nav ul li a.bl-btn {
	background: transparent;
	border: 0px solid #FF3B00;
	color: #fff;
	display: none;

}
.header-right-nav ul li a.wt-btns {
	background-color: #97393A !important;
	color: #fff !important;
	padding: 11px 23px;
	border-radius: 23px;
	border: 1px solid #97393A;
}
.header-right-nav ul li a.wt-btn {
	display: none;
}

.header-right-nav ul li a.wt-btns {
	color: #FFF;
	background-color: transparent;
	font-family: "Open Sans", sans-serif;
}

.header-right-nav ul {
	display: inline-flex;
	list-style: none;
	align-items: center;
}

.header-right-nav>ul>li {
	margin-left: 0px;
}

.header-right-nav ul li.navbar-toggle-btn {
	display: none;
}

.header-right-nav ul li.nav-button,
.header-right-nav ul li.lang-dropdown {
	display: inline-flex;
	align-items: center;
}

.header-right-nav ul li.lang-dropdown .nice-select {
	padding: 0;
	border: none;
	font-size: 18px;
	font-weight: 700;
	background-color: transparent;
	border-radius: 0;
	color: var(heading);
}

select {
	background: transparent;
	border: 0px solid #120F2D;
	color: #fff !important;
}

select:focus {
	background: transparent;
	border: 0px solid #120F2D;
	color: #fff !important;
}

.header-right-nav ul li.lang-dropdown .nice-select .option {
	display: flex;
}

.header-right-nav ul li.lang-dropdown .nice-select ul.list {
	display: block;
}

.header-right-nav ul li.lang-dropdown:before {
	display: inline-flex;
	content: '|';
	color: rgba(25, 25, 25, 0.4);
	font-size: 20px;
	margin-right: 25px;
}

.header-right-nav ul li.navbar-toggle-btn {
	display: none;
}

.header-right-nav.header-right-nav-one ul li.lang-dropdown:before {
	display: none;
}

.header-right-nav.header-right-nav-one ul li.lang-dropdown:after {
	display: inline-flex;
	content: '|';
	color: var(heading);
	font-size: 20px;
	margin-left: 25px;
}

.header-right-nav.header-right-nav-two ul li .main-btn {
	border: 2px solid #e7e7e7;
	background: #fff;
	border-radius: 0;
	justify-content: space-between;
	color: var(heading);
	align-items: center;
	text-decoration: none;
	padding: 6px 10px 6px 30px;
}

.header-right-nav.header-right-nav-two ul li .main-btn i {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: linear-gradient(90deg, rgb(0, 41, 157) 0%, rgb(0, 120, 238) 100%);
	margin-left: 10px;
}

.site-branding {
	max-width: 160px;
}

.navigation-blue-light .main-menu ul li .sub-menu li:hover>a {
	background-color: var(blue-light);
}

.navigation-blue-light .main-menu ul li:hover.has-children>a:after,
.navigation-blue-light .main-menu ul li:hover>a {
	color: var(blue-light);
}

.navigation-blue-dark .main-menu ul li .sub-menu li:hover>a {
	background-color: var(blue-dark);
}

.navigation-blue-dark .main-menu ul li:hover.has-children>a:after,
.navigation-blue-dark .main-menu ul li:hover>a {
	color: var(blue-dark);
	;
}

.navigation-#fff .main-menu ul li .sub-menu li:hover>a {
	background-color: var(blue-light);
}

.navigation-#fff .main-menu ul li>a,
.navigation-#fff .main-menu ul>li.has-children>a:after {
	color: #fff;
}

.navigation-#fff .main-menu ul li:hover.has-children>a:after,
.navigation-#fff .main-menu ul li:hover>a {
	color: var(blue-light);
}

.navigation-#fff .header-right-nav ul li.cart-item a {
	color: #fff;
}

.navigation-#fff .header-right-nav ul li.lang-dropdown .nice-select {
	color: #fff;
}

.navigation-#fff .header-right-nav ul li.lang-dropdown .nice-select .option {
	color: var(heading);
}

header.theme-header.fixed_header .primary-menu .nav-menu nav.main-menu li.menu-item a {
	color: #ff530e !important;
}

/* Header Sticky */
.header-navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
	-webkit-animation: sticky 1.2s;
	animation: sticky 1.2s;
	box-shadow: 0px 10px 30px 0px rgb(110 104 162 / 10%);
}

.header-navigation.navigation-#fff.sticky {
	background-color: var(heading);
}

@media only screen and (min-width:1900px) {
	header .top-bar {
		max-width: 1500px !important;
	}
}

@media only screen and (max-width:1200px) {
	.header-right-nav ul li.navbar-toggle-btn {
		display: block;
	}
	.footer_flex {
		flex-wrap: wrap;
		gap: 10px;
	}

	ul#menu_main li ul {
		height: auto;
		overflow: hidden;
		position: relative !important;
		display: none;
	}

	.header-navigation .main-menu ul#menu_main li .sub-menu {
		height: auto;
		display: block;
	}

	.header-navigation .main-menu ul#menu_main li .sub-menu {
		height: auto;
		display: none;
	}

	.country {
		margin-right: 40px;
	}

	.getting_sec_cunt {
		width: 100% !important;
	}

	.last_footer {
		display: flex;
		background: #171717;
		padding: 40px 20px !important;
	}

	img.coin {
		width: 25% !important;
		display: none;
	}

	.testimonials_sec .test_head {
		text-align: left;
		width: 100% !important;
	}

	.market_sec_left ul li {
		width: 100% !important;
	}
}


@media only screen and (max-width:1024px) {
	.main-menu {
		display: none;
		background: #201814 ;
		height: 100%;
	}

	.header-navigation.breakpoint-on .nav-menu {
		background-color: #201814  !important;
	}

	.banner-sec {
		height: 80vh;
	}

	.country {
		margin-right: 20px;
	}

	ul#menu_main li ul {
		height: auto;
		overflow: hidden;
		position: relative !important;
		display: none;
	}

	.header-navigation .main-menu ul#menu_main li .sub-menu {
		height: auto;
		display: block;
	}

	.header-navigation .main-menu ul#menu_main li .sub-menu {
		height: auto;
		display: none;
	}

	.main-menu {
		display: none;
	}

	/* Header */
	.grid-container {
		padding: 0px 20px;
	}

	.title-bar {
		background-color: #fff !important;
		justify-content: space-between;
		padding: 10px 15px;
	}

	.menu-icon::after {
		background: #000;
		-webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000 !important;
		box-shadow: 0 7px 0 #000, 0 14px 0 #000 !important;
	}

	.menu-icon:hover::after {
		background: #000;
		-webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
		box-shadow: 0 7px 0 #000, 0 14px 0 #000;
	}

	.div-brand {
		display: none;
	}

	ul.dropdown.menu {
		display: block;
	}

	.top-bar-right1 .btn-primary {
		margin-left: 15px;
	}

	header .top-bar {
		background: #fff;
		position: absolute;
		top: 70px;
		left: 0px;
		right: 0px;
		display: none;
		z-index: 999999;
		-webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
		-moz-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
		box-shadow: 0 20px 40px 0 -15px rgb(28 30 35 / 20%);
		display: none;
	}

	button.icn_click span {
		height: 3px;
		width: 100%;
		background: #120F2D;
		display: block;
	}

	button.icn_click {
		width: 32px;
		height: 35px;
	}

	section.hm-sec-4 h2 {
		font-size: 26px;
	}

	button.icn_click span:before {
		content: '';
		height: 3px;
		width: 100%;
		position: absolute;
		top: -8px;
		left: 0;
		background: #120F2D;
		transition: 0.3s ease;
	}

	button.icn_click span {
		position: relative;
		transition: 0.3s ease;
	}

	button.icn_click span:after {
		content: '';
		height: 3px;
		width: 100%;
		position: absolute;
		bottom: -8px;
		left: 0;
		background: #120F2D;
		transition: 0.3s ease;
	}

	button.icn_click.act span:before {
		transform: rotate(45deg);
		top: 0px;
	}

	button.icn_click.act span:after {
		transform: rotate(-45deg);
		top: 0px;
	}

	button.icn_click.act span {
		background: transparent
	}

	.top-bar ul li {
		display: block;
		padding: 10px 0px;
	}

	.title-bar {
		display: flex !important;
	}

	.foot-middle .column.large-4.small-12.medium-6 {
		height: 150px;
	}
}

@media only screen and (max-width:767px) {

	.about-sec-right .bt-group {
		display: none;
	}

	.desk-hide {
		display: block !important;
	}

	.tradingview-widget-container {
		margin-bottom: 0 !important;
	}

	.foot-policy ul.ul-foot {
		flex-wrap: wrap-reverse;
	}


	.client-img {
		height: 118px !important;
	}

	.page_banner h1 {
		font-size: 20px !important;
		text-align: center;
		padding-left: 15px
	}

	.green-link-button a {
		width: unset !important;
		margin: 10px 15px !important;
	}

	header.theme-header {
		position: relative;
		background-color: transparent !important;
		padding: 0px !important;
		width: 100% !important;
		height: 145px;

	}

	header.theme-header .header-navigation.breakpoint-on .grid-container {
		padding: 0;
	}

	header.theme-header.fixed-header {
		height: 135px !important;
	}

	.page_banner .row {
		height: 180px;
	}

	.nav-menu.menu-on .navbar-close svg {
		height: 20px;
	}

	.nav-menu.menu-on .navbar-close {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-navigation .primary-menu {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
	}

	.header-navigation .main-menu ul li:after {
		content: none;
	}

	header {
		padding: 0px 0px;
	}

	.dis-mob-none {
		display: none;
	}

	.header-navigation.breakpoint-on .nav-menu .main-menu ul li a img {
		display: none;
	}

	.header-right-nav ul li.navbar-toggle-btn {
		display: inline-flex !important;
	}

	.site-branding {
		max-width: 80px;
		object-fit: contain;
	}

	header .main_head {
		display: flex;
		align-items: center;
		justify-content: left;
	}

	.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
		padding: 13px 20px;
		line-height: 1;
		color: var(primary-color);
		;
	}
.market_sec_flex .owl-dots{
	margin-top: 0px;
}
	ul.sub-menu {
		background: transparent;
	}

	.primary-menu .nav-menu.menu-on nav.main-menu ul#menu_main li a {
		color: #fff !important;
	}

	ul.dropdown.menu {
		overflow-y: auto;
		max-height: 400px;
	}

	ul.submenu.is-dropdown-submenu {
		position: relative;
	}

	.grid-container {
		padding: 0px 10px;
	}

	/* Header */
	.title-bar {
		background-color: #fff !important;
		justify-content: space-between;
		padding: 10px 15px;
	}

	.menu-icon::after {
		background: #000;
		-webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000 !important;
		box-shadow: 0 7px 0 #000, 0 14px 0 #000 !important;
	}

	.menu-icon:hover::after {
		background: #000;
		-webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
		box-shadow: 0 7px 0 #000, 0 14px 0 #000;
	}

	.div-brand {
		display: none;
	}

	ul.dropdown.menu {
		display: block;
	}

	.top-bar-right1 .btn-primary {
		margin-left: 15px;
	}

	header {
		height: 100px;
	}

	header .top-bar {
		background: #fff;
		position: absolute;
		top: 70px;
		left: 0px;
		right: 0px;
		display: none;
		z-index: 999999;
		-webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
		-moz-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
		box-shadow: 0 20px 40px 0 -15px rgb(28 30 35 / 20%);
	}

	button.icn_click span {
		height: 3px;
		width: 100%;
		background: #120F2D;
		display: block;
	}

	button.icn_click {
		width: 32px;
		height: 35px;
	}

	section.hm-sec-4 h2 {
		font-size: 22px;
	}

	button.icn_click span:before {
		content: '';
		height: 3px;
		width: 100%;
		position: absolute;
		top: -8px;
		left: 0;
		background: #120F2D;
		transition: 0.3s ease;
	}

	button.icn_click span {
		position: relative;
		transition: 0.3s ease;
	}

	button.icn_click span:after {
		content: '';
		height: 3px;
		width: 100%;
		position: absolute;
		bottom: -8px;
		left: 0;
		background: #120F2D;
		transition: 0.3s ease;
	}

	button.icn_click.act span:before {
		transform: rotate(45deg);
		top: 0px;
	}

	button.icn_click.act span:after {
		transform: rotate(-45deg);
		top: 0px;
	}

	button.icn_click.act span {
		background: transparent
	}

	.top-bar ul li {
		display: block;
		padding: 10px 0px;
	}

	.lag,
	.country {
		margin: 0;
	}

	body .header-right-nav ul {
		height: auto !important;
		width: 100%;
		justify-content: flex-start;
		margin-left: 0px;
		gap: 10px;
	}

	header {
		padding: 10px 2px !important;
	}
}

.container {
	max-width: 1400px !important;
	margin: 0px auto !important;
}

.row {
	max-width: 1400px !important;
}

header .main_head {
	display: flex;
	align-items: center;
}

/*Header End*/


/* Common */
html body .country span.ddTitleText span.ddlabel {
	color: #fff;
}

html body header.theme-header.fixed-header.fixed_header .country span.ddTitleText span.ddlabel {
	color: #fff !important;
}

html body span.arrow.arrowoff {
	border-top: 5px solid #fff !important;
}

html body header.theme-header.fixed-header.fixed_header span.arrow.arrowoff {
	border-top: 5px solid #fff !important;
}

/*body starts*/
h1,
h2 {
	font-family: "Open Sans", sans-serif !important;
	color: #fff;
	font-weight: 700;
}

h2.tittle {
	font-size: 28px;
	color: #fff;
}

h2.tittle span {
	display: block;
}

h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 600;
}

h3.sub-head {
	font-family: "Open Sans", sans-serif !important;
	color: #F33E4B !important;
	font-weight: 600;
	font-size: 18px;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 10px ;
}

p,
a,
input {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 400;
}

p {
	color: #BCC3D7;
	font-size: 16px;
	font-family: "Open Sans", sans-serif !important;
	font-weight: 400;
	line-height: 1.4;

}
.primary_btn {
	background: transparent;
	color: #fff;
	border: 1px solid #FF3B00;
}

ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

html body .row {
	max-width: 1350px !important;
}

/*banner_sec Css start*/

section.banner_sec {
	background: url("https://mibinvestcfd.com//images/mibinvestcfd/banner-bg.png"), #0d0b13;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 180px 0px 130px;
	position: relative;
}
body.over-hidden{
	overflow: hidden;
}
.banner_cunt_left {
    width: 100%;
	text-align: center;
}
.banner_cunt_left h3.sub-head span {
    padding: 7px 20px;
}
.banner_cunt_left h3.sub-head {
    padding: 5px 15px 5px 5px;
}
.bt-group {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 40px;
	justify-content: center;
}

.btn.btn-primery {
	background: #F35241;
	background: linear-gradient(96deg, rgba(243, 82, 65, 1) 0%, rgba(244, 153, 32, 1) 72%);
	font-weight: 600;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #fff;
	border: 1px solid #F35241;
	width: auto;
}
a.btn-posnawr.rad-right{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
a.btn-posnawr.rad-lft{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
 .btn-posnawr {
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(96deg, rgba(243, 82, 65, 1) 0%, rgba(244, 153, 32, 1) 72%);
  border: 1px solid #F35241;
  padding:10px;
}
.btn-posnawr span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
 background: linear-gradient(96deg, rgba(243, 82, 65, 1) 0%, rgba(244, 153, 32, 1) 72%);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-posnawr:hover {
  color: #fff;
}
a.btn-posnawr {
    z-index: 9;
	font-size: 14px;
}
.btn-posnawr:hover span {
  width: 225%;
  height: 562.5px;
}
.btn.btn-secondery {
	background: transparent;
	background: #F35241;
	background: linear-gradient(96deg, rgba(243, 82, 65, 1) 0%, rgba(244, 153, 32, 1) 72%);
	color: #fff;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #F35241;
	font-weight: 600;
}
.bt-group a img{
	margin-left: 10px;
}
.Testimonial_flex_left.in-flex {
    justify-content: left;
}
.banner_cunt_left h1 {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2;
	width: max-content;
	margin: 0px auto;
	position: relative;
}

.banner_cunt_left h1 span {
	display: block;
}
.banner_cunt_left h1 span.b-cl{
	color: #FF530E !important;
	display: inline;
}
.banner_cunt_left h2 {
	font-size: 28px;
	color: 2E2739;
}

.banner_cunt_left h2 span {
	display: block;
}

.banner_cunt_left p.space {
	margin: 30px auto 0px;
    width: max-content;
    font-size: 16px;
    position: relative;
}
.banner_cunt_left p.space span {
    display: block;
}
img.icon-shape-one {
    position: absolute;
    left: -110px;
    top: -35px;
	animation: drop-left 1200ms ease 500ms backwards;
}
img.icon-shape-two {
    position: absolute;
    right: -76px;
    top: 0;
	animation: drop-right 1200ms ease 500ms backwards;
}
img.icon-shape-three {
    position: absolute;
    left: -120px;
    bottom: 0;
	animation: drop-in 2000ms ease 1000ms backwards;
}

img.icon-shape-four {
    position: absolute;
    right: -120px;
    top: 0;
	animation: drop-in 2000ms ease 1000ms backwards;
}

@keyframes drop-left {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* DROP-RIGHT */
@keyframes drop-right {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* DROP-OUT */
@keyframes drop-out {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(50px);
    opacity: 0;
  }
}
img.coin1 {
    position: absolute;
    left: -54px;
    bottom: -44px;
    width: 60px;
    height: 60px;
	animation: drop-in 1200ms ease 500ms backwards;
}
p.space {
	margin: 22px 0px;
}

.banner_cunt_left {
	position: relative;
}

.pt {
	padding: 30px 0px 30px;
}
.bt-box {
    background: #21242D;
    max-width: 465px;
    width: 100%;
    margin: 0px auto;
    padding: 20px;
    border-radius: 14px;
	margin-top: 85px;
	position: relative;
}
img.coin2 {
    position: absolute;
    top: -35px;
    left: 15px;
    z-index: 9;
    height: 95px;
    width: 95px;
	animation: drop-in 1s ease 200ms backwards;
}
.partners-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
section.partners .sub_head h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 38px;
}
@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-200px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}
img.coin4 {
    position: absolute;
    right: -35px;
    top: -40px;
    z-index: 9;
	 animation: drop-in 1700ms ease 700ms backwards;
}
img.coin3 {
    position: absolute;
    top: -70px;
	animation: drop-in 2000ms ease 1000ms backwards;
}
.bt-box-cunt h3 {
    font-size: 18px;
    color: #FF530E;
}

.bt-box-cunt {
    background: #16181E;
    padding: 10px;
	position: relative;
}
.partners-img img {
    height: 90px;
    object-fit: cover;
}
.bt-box-cunt p {
    font-size: 14px;
    margin: 0;
}


section.trade-wiget {
    z-index: 9;
    position: relative;
}
/*banner_sec Css end*/


/* Acces sec Css Strat */
section.access.pt {
	background: #000000;
}
.access_sec ul.accordion li.accordion-item.is-active, .access_sec ul.accordion li.accordion-item{
	background: #1A1D23;
}
.access_sec ul.accordion .accordion-title:hover, .access_sec ul.accordion .accordion-title{
 color: #FF530E !important;
}
.access_flex {
	display: flex;
	align-items: center;
	gap: 0px;
}
.access_flex{
	background: url(https://mibinvestcfd.com//images/mibinvestcfd/tread-bg.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}
.access_sec h3.sub-head {
    color: #fff !important;
    font-size: 24px;
}
.access_sec.access_sec-left {
    padding: 50px;
}
.access_sec.access_sec-right img {
    max-height: 630px;
    height: auto;
    margin-left: -25px;
}
.access_sec h3.sub-head span {
    display: block;
    margin-top: 10px;
}
.access_flex .access_sec {
	width: 100%;
}

.access_sec p {
	margin: 15px 0px;
	width: 80%;
}

.access_sec ul.accordion li {
	margin: 20px 0px !important;
}

.access_sec ul.accordion .accordion-content {
	padding: 0px 15px;
}
.market_sec_flex .mark-img.ct-m img {
    width: 100% !important;
}
.access_sec ul.accordion a {
	background: transparent;
	color: #141414;
	border: 0px solid #CFCFCF !important;
}
ul.accordion li.accordion-item.is-active {
    background: #F3EEFF;
    border: none;
}
.access_sec ul.accordion .accordion-content {
	border: 0px solid #CFCFCF !important;
	border-top: 0px solid !important;
}

.access_sec ul.accordion li.accordion-item.is-active a {
	background: transparent;
	border-bottom: 0px solid !important;
}

.access_sec ul.accordion p {
	margin: 0px;
	padding-bottom: 15px;
}

/* Acces sec Css End */

/* tread sec Css Strat */

section.trade.pt .row {
	position: relative;
    opacity: 1;
    backdrop-filter: blur(36px);
    background-image: url("https://mibinvestcfd.com//images/mibinvestcfd/acc_bg.png");
    background-repeat: no-repeat;
    padding: 60px;
    border-radius: 20px;
    background-position: center;
}
section.trade-wige, .bg-rel{
	position: relative;
}
.trade_box_img a.btn-posnawr.rad-right {
    background: linear-gradient(133deg, rgba(255, 83, 14, 1) 0%, rgba(47, 50, 59, 1) 72%);
    padding: 10px;
    object-fit: scale-down;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
/* .trade_box img {
    background: linear-gradient(133deg, rgba(255, 83, 14, 1) 0%, rgba(47, 50, 59, 1) 72%);
    padding: 10px;
    object-fit: scale-down;
    width: 50px;
    height: 50px;
    border-radius: 5px;
} */
.trade_box_img .btn-posnawr span{
 background: linear-gradient(133deg, rgba(255, 83, 14, 1) 0%, rgba(47, 50, 59, 1) 72%);
}
.is-active>.accordion-title:before{
	  background-image: url("https://mibinvestcfd.com//images/mibinvestcfd/down_arrow.png");
	  content: "";
	  background-repeat: no-repeat;
	  height: 15px;
   	  width: 15px;
}
.accordion-title:before{
	background-image: url("https://mibinvestcfd.com//images/mibinvestcfd/arow.png");
	content: "";
	background-repeat: no-repeat;
	height: 15px;
   	width: 15px;
}
.witget {
    background: #21242D;
    padding: 20px;
    margin: 50px 0px 0px;
	z-index: 9;
	position: relative;
}
img.cover-img {
    position: absolute;
    top: -260px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0px auto;
}
section.trade.pt .row::after{
	background-color: #21242d6e;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0px auto;
	top: 0;
	backdrop-filter: blur(36px);
	height: 100%;
	width: 100%;
	z-index: 9;
}
.trade_sec {
    background: #21242D;
    padding: 50px;
    border: 1px solid #2D2D2E;
    border-radius: 10px;
	position: relative;
	z-index: 10;
}
.trade_head {
	text-align: center;
}

.trade_head h2 {
	font-size: 36px;
	text-align: center;
	color: #fff;
}
.trade_head h2 span{
	display: block;
}
.trade_head p span{
	display: block;
	text-align: center;
}
section.trade.pt {
    background: transparent;
    box-shadow: unset;
}
.trade_flex {
	display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: unset;
    padding: 10px 0px;
    gap: 50px;
    margin-top: 0px;
}

.trade_box {
    display: flex;
    align-items:start;
    gap: 15px;
	margin-bottom: 15px;
}

.trade_box h3 {
	color: #FF530E;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
}

.trade_box h3 span {
	display: block;
}

/* tread sec Css End */


/*platform_sec Css start*/

section.platform_sec {
	background: #1C1C1C;
}

.platform_flex {
	display: flex;
	align-items: start;
	justify-content: space-around;
	gap: 0px;
	margin: 0px auto;
	position: relative;
}

.platform_cunt_right {
	width: 50%;
	padding-bottom: 45px;
}

.platform_cunt_left {
	z-index: 9;
	width: auto;
}

.platform_cunt ul.li-img .inner {
	text-align: center;
}

.platform_cunt h3 {
	font-size: 18px;
	color: #fff;
	margin: 10px 0px 5px;
}

.platform_cunt h3 img {
	margin-right: 10px;
}

.platform_cunt .evn-sp {
	padding-bottom: 0;
}

.platform_cunt h2.title {
	margin: 13px 0px 25px !important;
}

.platform_cunt p {
	font-size: 12px !important;
	color: #E3E3E3 !important;
	height: 75px;
}

section.platform_sec h3.sub-title {
	margin-bottom: 25px;
}

.platform_sec h2 span {
	color: #2C2D2E;
	display: block;
}

.platform_cunt ul.li-img li {
	margin-bottom: 0px;
	background: #1C1C1C;
	width: 48%;
	height: 100%;
	padding: 55px 30px;
}

.platform_cunt ul.li-img li p {
	color: #E3E3E3;
}

.platform_cunt ul.li-img li.bg-gren {
	background: #FF3B00;
}

.platform_cunt ul.li-img li.bg-gren h3,
.platform_cunt ul.li-img li.bg-gren p {
	color: #1C1C1C !important;
}

.platform_cunt-left+div {
	width: 100%;
}

.platform_cunt {
	padding: 0px 0px 0px;
}

.platform_cunt ul.li-img {
	position: relative;
}

.platform_cunt ul {
	display: flex;
	gap: 0px;
	flex-wrap: wrap;
	padding: 0px;
}

    .tabs-container {
      display: flex;
      flex-direction: column;
    }

    .tabs-header {
      display: flex;
	  margin-top: 40px;
	   position: relative;
    }

    section.getting_sec.pt .tab-btn {
		position: relative;
		flex: 1;
		padding: 15px 0px;
		text-align: left;
		cursor: pointer;
		transition: background 0.3s;
		border-image-slice: 1;
		margin-right: 30px;
    }
	section.getting_sec.pt .tab-btn span {
    background: #393B44;
    border-radius: 50%;
    padding: 5px;
    color: #6b6e77;
    font-weight: 600;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #393B44;
	}
	section.getting_sec .tab-btn::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 3px;
      width: 50%;
	  background: #393B44;
      transition: width 0.3s ease;
    }
	 section.getting_sec.pt .tab-btn.active::before{
		content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 3px;
	  background: #ff6a00;
      transition: width 0.3s ease;
	 }
    section.getting_sec .tab-btn.active::before {
      width: 100%;
    }
	section.getting_sec.pt .tab-btn {
		display: flex;
		align-items: center;
		gap: 10px;
	}

    section.getting_sec.pt .tab-btn.active {
		color: #ffffff;
    }
	.tab-cunt h3.sub-head {
    color: #F33E4B !important;
}
	section.getting_sec.pt .tab-btn.active span {
		border: 1px solid #F34149;
	}
    section.getting_sec.pt .tabs-content {
      background: transparent;
	  border: none;
	  animation: fadeIn 0.3s ease-in-out;
    }
	.tab-flex {
		display: flex;
		align-items: center;
		gap: 90px;
	}
	.tab-flex h2 {
    color: #fff;
	}
	.tab-cunt a.button.btns.btn.btn-primery {
    border-radius: 5px;
    margin-top: 30px;
padding:7px;
}
    section.getting_sec.pt .tab-content {
      display: none;
      animation: fadeIn 0.3s ease-in-out;
    }
	.tab-content{
      animation: fadeIn 0.3s ease-in-out;
	}

    section.getting_sec.pt .tab-content.active {
      display: block;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(-110px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
/*platform_sec Css end*/
section.market_sec {
	background: #000000;
}

/*getting_sec Css start*/
section.getting_sec {
	background: #000000;
	position: relative;
}

.getting_sec_cunt {
	display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

ul.get_card .sub_head p {
	text-align: left;
	margin-top: 10px;
}

ul.get_card .sub_head {
	display: block;
	margin-bottom: 30px;
}

.get_box h3 {
	font-size: 18px;
	color: #120F2D;
	margin: 0px auto;
	text-align: center;
}
.get_box_end h3{
	margin: 15px auto;
}
.get_box p {
	color: #94949A !important;
	width: 70%;
    margin: 0px auto;
    text-align: center;
}
ul.get_card h3.sub-head {
    font-size: 12px;
}
section.getting_sec h2.title {
	text-align: left;
	margin-top: 0px;
}

ul.line li {
	z-index: 9;
}

.get_box_end {
	margin-top: 5px;
}
.get_box h2.tittle {
    margin: 15px 0px 0px;
}
ul.get_card {
	width: 100%;
    display: flex;
    padding: 50px 0px 0px;
    gap: 50px;
}

.get_box_end_flex {
	display: flex;
	align-items: start;
	justify-content: center;
}

.get_box_end_flex h2 {
	background: #fff;
	z-index: 99;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0px !important;
}

ul.get_card li:last-child::before {
	border: 0px dashed #BCC3D7;
}

/*getting_sec Css end*/


/*dowload Css start*/
section.dowload.pt .row{
	background: url("https://mibinvestcfd.com//images/mibinvestcfd/down_bg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	height: 290px;
	background-position: center;
	display: flex;
	justify-content: center;
	overflow: auto;
	border-radius: 10px;
}

.down-flex {
	display: flex;
	align-items: center;
	width: 100%;
}

.down-flex p {
	margin: 20px 0px;
	width: 100%;
	text-align: center;
}

.down-flex .down_cunt {
	width: 100%;
}

img.downapp {
	position: absolute;
	top: -35px;
}

.in-flex {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}
.in-flex a {
    background: #F33B4C;
    background: linear-gradient(103deg, rgba(243, 59, 76, 1) 0%, rgba(244, 149, 34, 1) 72%);
    padding: 7px 23px;
    border-radius: 6px;
    color: #121212;
}

.in-flex a img {
    margin-right: 10px;
}
.down-flex .down_cunt h2.tittle {
    color: #fff;
	text-align: center;
}
.market_sec_flex .sub_head, .market_sec_flex h3 {
    text-align: center;
    margin: 0px auto;
    color: #fff !important;

}
.market_sec_flex .owl-dot {
    height: 5px;
    width: 28px;
    background: #545157;
    margin: 5px;
}

.market_sec_flex .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 30px;
}

.market_sec_flex .owl-dot.active {
    border-radius: 50%;
    background: #FF3B00;
    height: 15px;
    width: 15px;
}
.market_sec_flex h2.tittle {
    background: linear-gradient(103deg, rgba(243, 59, 76, 1) 0%, rgba(244, 149, 34, 1) 72%);
    padding: 7px 23px;
    border-radius: 6px;
    color: #121212;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}
section.Testimonial.pt .sub_head, section.Testimonial.pt h3.sub-head {
    margin: 0px auto;
    text-align: center;
}
/*dowload Css end*/

/*worldplat Css start*/
section.worldplat-sec {
	background: url("https://mibinvestcfd.com//images/mibinvestcfd/world_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin: 100px 0px;
}

.worldplat_flex_right img {
	position: absolute;
	width: 28%;
	top: -100px;
	right: 15%;
}

section.worldplat-sec.pt {
	padding: 60px 0px;
}

.worldplat_cunt_left ul.footer_links {
	padding: 0px;
}

.worldplat_flex {
	display: flex;
	align-items: center;
}

.worldplat_cunt_left p {
	color: #fff !important;
}

.worldplat_cunt_left {
	width: 50%;
}

.worldplat_cunt_right {
	width: auto;
}

/*market_sec Css start*/
.market_sec_left {
	width: auto;
	text-align: center;
	padding-bottom: 0px;
}

.market_sec_right {
	position: relative;
	width: 100%;
}

.market_sec_cunt {
	text-align: center;
}

.market_sec_flex {
	position: relative;
}

.market_sec_right ul {
	display: flex;
	gap: 30px;
	padding: 20px 0px;
	align-items: self-start;
	width: auto;
	border-radius: 9px;
	position: relative;
	z-index: 2;
}

.market_sec_right ul li {
	background: transparent;
    height: 100%;
    width: 100%;
    position: relative;
}

.mark-img img {
	width: 100%;
}

.market_sec_right {
	position: relative;
}

.market_sec_right_cunt a,
.market_sec_left_cunt a {
	font-size: 14px;
	color: #120F2D;
	padding: 5px 0px;
	
}

.market_sec_left_cunt h2 {
	margin: 0px 0px 10px;
	color: #FF3B00;
	font-size: 18px;
	height: 40px;
}

.market_sec_right_cunt h2 {
	margin: 12px 0px 16px;
}

.market_sec_left_cunt h3 {
	margin: 0px 0px 10px;
	color: #FF3B00;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.market_sec_left_cunt p {
	margin: 20px 0px;
    color: #fff;
    font-size: 14px !important;
    max-height: 45px;
}

.market_sec_left_cunt h3 span {
	color: #fff;
	margin-left: 15px;
	background: #0677AC;
	padding: 2px 5px;
}
.owl-item.active.center ul::before {
    position: absolute;
    content: "";
    height: 70%;
    width: 100%;
    z-index: 9;
    bottom: 0;
    background: transparent linear-gradient(180deg, #1A1D2300 0%, #FF3B00 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
.owl-item.active.center h2{
	color: #fff;
}
.market_sec_left_cunt {
	margin: 25px 0px;
	height: auto;
	padding: 0px 30px;
	position: absolute;
	bottom: 0px;
	z-index: 9;
}

.market_sec_left_cunt a {
	color: #FF3B00;
}

.market_sec_left_cunt a img {
	margin-left: 15px;
}

ul.footer_links img {
	height: 50px;
}

.market_sec_left p.yellow {
	font-size: 16px;
	font-weight: 800;
}

.market_sec_left h2 {
	margin: 12px 0px;
	text-align: left;
}

/*market_sec Css end*/

/*testimonials Css start*/
section.Testimonial {
	background: #000000;
}
.client_img {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials_cunt img {
	width: unset !important;
}

.Testimonial_flex .owl-carousel.owl-carousel1 {
	width: 50%;
	z-index: 1;
}
.cl-img, img.client-bg {
    z-index: 9;
}
.testimonials_sec .test_head {
	text-align: left;
	width: 100% !important;
	position: relative;
}

.testimonials_cunt {
	text-align: center;
	margin: 15px auto;
	width: 360px;
	height: 455px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.testimonials_cunt .client_cunt {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.client_cunt img {
	height: 60px;
	width: 60px;
	object-fit: contain;
}

.client_cunt h3 {
	margin: 10px 0px;
}

ul.start {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

ul.start img {
	height: auto;
}

.test_head {
	text-align: center;
}

.test_head p span {
	display: block;
}

.test_cur {
	padding: 50px 0px;
}

.testimonials .owl-carousel .owl-nav.disabled {
	display: block;
}

.testimonials .owl-prev::before {
	background: url(https://mibinvestcfd.com//images/mibinvestcfd/left_arrow.png) !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	height: 30px;
	width: 20px;
	position: static;
	content: "";
	background-position: center !important;
	left: 0%;
	bottom: 28%;
	transform: rotate(175deg);

}

.testimonials .owl-next::after {
	background: url(https://mibinvestcfd.com//images/mibinvestcfd/right_arrow.png) !important;
	background-repeat: no-repeat;
	background-size: 100% !important;
	height: 30px;
	width: 20px;
	position: static;
	content: "";
	background-position: center !important;
	left: 3%;
	bottom: 28%;


}

.testimonials .row {
	padding: 60px 60px 0px;
	border-radius: 25px;
}

.testimonials .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	display: none;
}

.testimonials .owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: inherit;
}

.testimonials .owl-nav.disabled {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.testimonials .owl-item .item {
	transform: translate3d(0, 0, 0);
}

.testimonials .owl-item.active.center .testimonials_flex {
	background: unset;
	background-repeat: no-repeat;

}

.testimonials .screenshot_slider .owl-nav {
	text-align: center;
}

.tradingview-widget-container {
	background: transparent;
	position: relative;
	z-index: 999;
}

span.red {
	color: #FF3B00;
}

.tv-embed-widget-wrapper__body {
	border: 0px solid !important;
	background: #f5f5f5 !important;
}

.Testimonial_flex {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}

.Testimonial_flex_left,
.Testimonial_flex_right {
	width: 100%;
}

.owl-nav {
	display: flex;
	margin-top: 0px;
	gap: 10px;
	justify-content: center;
	display: none;
}
.Testimonial_flex .owl-nav {
	display: flex;
	justify-content: left;
}
.owl-carousel .owl-item img {
	width: unset !important;
}
img.card-img-top {
    border-radius: 50%;
    border: 4px solid #FF3B00;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	height: 50px;
	width: 50px;
	background: #FF3B00;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s ease;
	position: static;
	border-radius: 50%;
}



.test-cunt {
	width: 100%;
	border-radius: 0px;
	height: 100%;
	position: relative;
}

.qutos {
	display: flex;
	align-items: center;
	justify-content: center;
}

h3.lable {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}

.why_tread_head.evn-sp h2.title {
	margin: 17px 0px 12px;
}

.gtco-testimonials .test_head.evn-sp {
	text-align: center;
	position: relative;
}

.gtco-testimonials .test_head.evn-sp h4.shodow {
	color: #FF3B00;
	text-shadow: 0px 10px 20px #FF3B00BF;
	text-transform: uppercase;
	opacity: 1;
	position: absolute;
	margin: 0px auto;
	width: 100%;
	bottom: 60px;
	font-size: 40px;
}

.gtco-testimonials .test_head.evn-sp h3 {
	font-size: 96px;
	text-transform: uppercase;
	color: #1D1C1C;
}
section.testimonials .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #6F6F6F;
	display: block;
	transition: opacity .2s ease;
}

.gtco-testimonials .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 12px;
	background: #D6D6D6;
	display: block;
	transition: opacity .2s ease;
	border-radius: 30px;
}

section.testimonials .owl-dot span {
	background: #6F6F6F !important;
}

section.testimonials .owl-dot.active span {
	background: #fff !important;
	border: 3px solid #B89C6C;
}

section.testimonials .owl-dots {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 60px;
	gap: 10px;
}

section.testimonials .owl-dot.active span {
	background: #79EEA8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span {
	position: relative;
}

.carousel-trigger {
	background: transparent;
	padding: 5px;
	border-radius: 50%;
}

.carousel-trigger.active-img {
	background: #FF3B00;
}

.risk {
	margin-bottom: 40px;
}

.risk p {
	color: #ffffffdb;
}

/*testimonials Css end*/


/*footer Css start*/


body footer {
	background: #16181E !important;
	padding: 50px 0px;
}

footer h4 {
	color: #fff;
	font-size: 14px;
}

footer a {
	color: #FF3B00;
	font-size: 14px;
}

.footer_flex {
	display: flex;
	align-items: self-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.footer_links li {
	display: flex;
	gap: 20px;
}

ul.footer_links h4 {
	text-align: center;
}

.last_footer {
	display: flex;
	background: #16181E;
	padding: 40px 0px;
}

ul.menus {
	display: flex;
	align-items: center;
	gap: 20px;
}

footer a:hover {
	color: #FF3B00 !important;
}

.last_footer a {
	color: #FF3B00;
	font-size: 14px;
}

.last_footer a:hover {
	color: #FF3B00 !important;
}

ul.footer_contacts h4 {
	margin-bottom: 0;
}

.footer_flex.img_foot {
	width: 100%;
	margin-bottom: 30px;
}

.mb_show {
	display: none;
}

/*footer Css end*/
/*inner*/
.page_banner {
	background-image: url(https://mibinvestcfd.com//images/mibinvestcfd/down_bg.png);
	background-size: 110% 100%;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
}

.page_banner .row {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.page_banner h1 {
	color: #fff;
	font-size: 42px;
	margin-top: 50px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
}

.page_content h5 {
	font-family: "Open Sans", sans-serif;
	color: #120F2D;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.1;
}

.inner_page h3 {
	font-size: 20px;
	color: #120F2D;
	font-weight: 500;
}

.page_content h2 {
	color: #120F2D;
	margin: 20px 0px;
	line-height: 1.1;
	width: 100%;
	font-size: 22px;
	font-weight: 700;
}

.page_content {
	padding: 20px 15px;
	background: #fff;
	position: relative;
	z-index: 9999;
}

.page_content p {
	color: #120F2D;
	font-size: 16px;
	margin-bottom: 10px;

}

.page_content li {
	font-family: "Open Sans", sans-serif;
	color: #120F2D;
	font-size: 16px;
}

.green-link-button {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.green-link-button a {
	background-color: #272727;
	color: #ffffff !important;
	padding: 15px 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	display: block;
	width: auto;
	margin: 50px 0px;
	border: 1px solid #272727;
	text-align: center;
}

.green-link-button a:hover {
	background-color: #272727;
	border: 1px solid #272727;
	color: #fff !important;
}

.f-flx {
	display: flex;
	align-items: center;
}

/*contact page form*/
.forrm1 input,
.forrm1 input:focus {
	border: 1px solid #FF3B00;
}

input.btbt {
	background-color: #272727;
	color: #ffffff !important;
	padding: 15px 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

/*tab*/
.page_content .tabs-panel.is-active {
	display: block;
}

.page_content .tabs-content {
	width: 100% !important;
	margin-left: 0px !important;
	padding: 0px;
	background: transparent;
	border: 0px solid;
}

.page_content .tabs-panel.is-active {
	display: block;
	padding: 20px 0px 0px;
}

.page_content .tabs {
	border: unset;
}

.page_content li.tabs-title a {
	background: #272727;
	color: #fff;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	border: 1px solid #272727;
}

.page_content li.tabs-title.is-active a {
	background: #272727;
	color: #ffffff !important;
}

.page_content li.tabs-title.is-active {
	position: relative;
}

.page_content li.tabs-title.is-active:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #272727;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.page_content .tabs-content thead tr {
	background: #272727;
}

.page_content .tabs-content tr td,
.page_content .tabs-content tr th {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

.page_content .forex-main-div {
	overflow: scroll;
}

/*table */
.page_content table thead tr {
	background: #272727;
}

.page_content table thead tr td span {
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
}

.page_content table tbody tr td b {
	color: #FF3B00;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	text-align: center;
}

.page_content table tbody tr td {
	color: #120F2D;
	font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
}

.page_content .table-scroll table {
	width: 100% !important;
}

tr.tbl_tr_trans {
	background-color: unset !important;
}

td.td_market_center {
	text-align: center;
}

.page_content li.tabs-title a {
	color: #120F2D !important;
	background: transparent;
}

table thead {
	background: #f8f8f8;
	color: #fff;
}

.gtco-testimonials {
	position: relative;
}

.gtco-testimonials h2 {
	text-align: left;
	margin: 0px;
}

.owl-item.active.center .card-body {
	padding: 0px;
	margin-bottom: 0px;
	color: #fff !important;
}

.gtco-testimonials .card {
	background: #000;
	margin: 0 0px;
	padding: 0px 0px;
	border-radius: 0px;
	border: none !important;
	overflow: visible;
	position: relative;
}

.card-body {
	position: relative;
	margin: 0px 0px;
}

.star {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0px 0px;
}

.star .fa-star {
	color: #f2c71c;
	font-size: 20px;
}

.gtco-testimonials .card-body.bottom h5 {
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 0px;
}

.gtco-testimonials .card-body.bottom h5 span {
	font-size: 14px;
	color: #BCC3D7 !important;
}

.gtco-testimonials .card p {
	margin: 15px 0px;
}

.gtco-testimonials .owl-carousel .owl-dots.disabled {
	display: block;
}

.card.text-center {
	text-align: left;
}

.owl-item.active.center .card-body.bottom {
	background: transparent;
}

.gtco-testimonials .owl-dots {
	display: flex;
	position: absolute;
	left: 60%;
	bottom: -20px;
	gap: 10px;
	display: none;
}

.gtco-testimonials .owl-dot span {
	background: #9E9E9F !important;
	height: 15px;
	width: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.gtco-testimonials .owl-dot.active span {
	background: #12b7e5 !important;
}

img.sq {
	position: absolute;
	width: 35px !important;
	height: 35px;
	right: -25px;
	top: -30px;
}

.gtco-testimonials .center h5 {
	font-size: 24px;
}

.gtco-testimonials .center h5 span {
	font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
	max-width: 100%;
	height: 120px;
	width: 120px;
}

img.colom1 {
	margin-bottom: 19px;
}

img.colom2 {
	margin-top: 19px;
	position: absolute;
	right: 0;
}

.Testimonial_right {
	position: relative;
}

.test-cunt .card-body.bottom img {
	max-width: 100%;
	height: 80px;
	width: 80px;
	margin: 0px 20px 0px 0px;
}

.card-body.bottom {
	text-align: left;
	margin-bottom: 0px !important;
	z-index: 9;
	position: relative;
	gap: 10px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	outline: 0;
}

.owl-carousel button.owl-dot {
	outline: 0;
}

.owl-theme .owl-nav {
	display: block;
}

.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent !important;
}

.owl-theme .owl-nav [class*=owl-] {
	display: block !important;
}

.owl-theme .owl-dots .owl-dot {
	display: none !important;
}

section.Testimonial.pt {
	padding: 0px 0px;
	margin-top: -1px;
}

.markt-img img {
	width: 100%;
}

.owl-theme .owl-nav {
	position: absolute;
	left: unset;
	right: -40px;
	bottom: 25%;
}

.worldplat_cunt_left h6 {
	margin: 15px 0px;
}

.worldplat_cunt_left h2 {
	margin: 30px 0px;
	font-size: 39px;
	line-height: 1.1;
}

::selection {
	background: #FF3B00;
	color: #fff;
}

html body .country span.ddTitleText span.ddlabel {
	color: #fff !important;
}

.ft-cunt {
	margin-bottom: 30px;
}

ul.footer_contacts li img {
	margin-right: 7px;
}

.ft-cunt p {
	color: #fff;
	margin-bottom: 10px;
}

.page_content ul#Widget-tabs li {
	width: 100%;
}

.Widget-flex .tabs-content {
	max-height: 100vh;
	overflow: auto;
}

.Widget-flex {
	display: flex;
	width: 100%;
}

.Widget-flex ul#example-tabs {
	width: 40%;
	display: block;
	padding-right: 30px;
}

.Widget-flex svg {
	display: none;
}

.widget-title {
	display: none;
}

.Widget-flex ul#example-tabs li.tabs-title {
	width: 100%;
	margin-bottom: 5px;
}

.page_content .Widget-flex .tabs-panel.is-active {
	padding: 0px;
}

.page_content .Widget-flex li.tabs-title.is-active:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-right: 0px;
	border-left: 20px solid #272727;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	left: unset;
	right: -20px;
	margin: 0px auto;
	top: 15px;
}

ul.tab-flx {
	display: flex;
	justify-content: center;
	align-items: center;
}

h2.Widget_head {
	margin-top: 0px;
}

/* page content accordion */
ul.accordion {
	background: transparent;
	border: 0px;
}

ul.accordion li.accordion-item {
	border: none;
}

ul.accordion li.accordion-item a.accordion-title {
	border: none;
	border-bottom: 1px solid #120F2D;
}

ul.accordion li.accordion-item .accordion-content {
	background: transparent;
	border: none;
}

.accordion-title a {
	font-size: 16px !important;
}

ul.accordion .accordion-title {
	font-size: 18px;
	color: #120F2D;
	font-weight: 600;
	padding-right: 30px;
}

ul.accordion .accordion-title:hover {
	background: transparent;
	border: unset;
	border-bottom: 1px solid #120F2D;
	color: #120F2D !important;
}

ul.dots {
	list-style-type: disc;
	margin-left: 40px;
}

li.m-20 {
	margin-left: 20px;
}

ul.dots h3 {
	margin-left: -30px;
	margin-top: 15px;
}

.table h3 {
	margin: 20px 0px;
}

table tr:first-child th {
	color: #fff;
}
ul.footer_contacts p {
    color: #ffffffb3;
    margin-top: 10px;
}

@media screen and (max-width: 1600px) {
	html body .row {
		max-width: 1350px !important;
	}
}

@media screen and (max-width: 1023px) {
	.page_content .Widget-flex ul#example-tabs li.tabs-title.is-active:after {
		display: none;
	}

	.banner_cunt_left br {
		display: none;
	}

	.bt-group {
		gap: 10px;
	}

	p {
		font-size: 14px !important;
	}

	section.banner_sec {
		padding: 150px 0px 40px !important;
		height: auto;
	}

	section.platform_sec::after,
	.why_tread_head::after {
		display: none;
	}

	.market_sec_left,
	section.platform_sec,
	.why_tread_head,
	section.worldplat-sec {
		padding-top: 30px !important;
		margin-top: -1px;
	}

	.platform_cunt_right {
		width: 100%;
	}

	.get_box_img.ct::after {
		display: none;
	}

	.get_box_img.ct::before {
		display: none;
	}

	.worldplat_cunt_left {
		width: 100%;
		margin-bottom: 25px;
	}

	.why_tread_box_cunt p {
		width: 100%;
	}

	.why_tread_box_cunt {
		width: 48%;
		width: 20px;
	}

	.Widget-flex {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	.Widget-flex ul#example-tabs {
		width: 100%;
		display: flex;
		overflow: scroll;
		margin-bottom: 30px;
	}

	.Widget-flex ul#example-tabs li.tabs-title a {
		font-size: 14px !important;
		padding: 15px 10px;
		width: 100%;
		width: max-content;
	}

	.access_flex,
	.trade_flex {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.trade_flex .trade_box,
	.access_flex .access_sec {
		width: 48%;
	}

	.tread_flex {
		flex-wrap: wrap;
		gap: 15px;
		justify-content: center;
	}

	.getting_sec_cunt .get_box {
		width: 100%;
	}

	img.downapp {
		display: none;
	}

	.Testimonial_flex .owl-carousel.owl-carousel1 {
		width: 100%;
		padding: 25px 10px;
	}

	.Testimonial_flex {
		flex-wrap: wrap;
	}

	.down-flex {
		flex-wrap: wrap;
	}

	.owl-theme .owl-nav {
		position: unset;
		text-align: left !important;
	}

	.owl-theme .owl-nav [class*=owl-] {
		display: inline-block !important;
		margin: 0px !important;
		padding: 0px 0px 0px 0px !important;
		position: unset !important;
	}

	.owl-theme .owl-nav .owl-prev {
		margin-right: 15px !important;
	}

	.market_sec_left.evn-sp img {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.header-right-nav ul li a {
		padding: 7px 12px !important;
	}

	h3.sub-title {
		font-size: 14px;
	}

	h3.sub-title span {
		display: unset;
	}

	h2.title,
	h2.title span {
		font-size: 20px;
	}

	.why_tread_box_cunt {
		padding: 0;
		min-height: auto;
	}

	.why_tread_box_cunt h3 {
		font-size: 16px;
	}

	.market_sec_right ul,
	.tread_flex {
		gap: 15px;
	}

	.banner_cunt_left h1 {
		font-size: 32px;
	}

	.platform_flex {
		flex-wrap: wrap;
	}

	.header-right-nav {
		text-align: right;
		padding: 0px 0px 0px;
	}

	.get_box_img {
		width: 100%;
		text-align: center;
	}

	.get_box_end {
		width: 100%;
		text-align: center;
		margin-top: 0px;
	}

	li.get-cen {
		flex-direction: column-reverse;
	}

	li.get-cen {
		display: flex;
		flex-direction: column-reverse;
		gap: 0;
	}

	.get_box h3 {
		font-size: 16px;
		margin: 0px 0px 10px;
	}

	.get_box h1 {
		font-size: 26px;
	}

	.worldplat_flex {
		flex-wrap: wrap;
	}

	.why_tread_box img {
		display: none;
	}

	.why_tread_box.right .box-img,
	.why_tread_box.right p,
	.why_tread_box.right h3 {
		text-align: left;
	}

	ul.footer_contacts,
	.last_footer ul.menus {
		flex-wrap: wrap;
	}

	.last_footer ul.menus {
		gap: 0px;
	}

	.last_footer ul li {
		margin: 10px;
	}

	.gtco-testimonials .card p::after,
	.gtco-testimonials .card p::before {
		display: none;
	}

	div#page section {
		padding: 0px;
		margin-top: 0px;
	}

	.banner_cunt_left {
		margin-bottom: 30px;
	}

	.mobile_show {
		display: block !important;
	}

	.mobile_hide {
		display: none !important;
	}

	.pt {
		padding: 20px 0px 20px !important;
	}

	.owl-theme .owl-nav [class*=owl-] img {
		height: 40px;
		margin-top: 15px;
	}

	section.getting_sec.pt .get_box h1 {
		color: #120F2D;
		font-size: 30px;
		padding: 0px 0px;
		margin: 20px 0px;
	}

	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: block !important;
	}

	.owl-next,
	.owl-prev {
		text-indent: unset !important;
		width: 45px !important;
		height: 45px !important;
	}

	.footer_flex ul {
		margin-bottom: 15px;
	}

	.footer_flex {
		flex-wrap: wrap;
		gap: 15px;
	}

	.why_tread_box_cunt {
		width: 48%;
		height: auto;
		padding: 10px;
	}

	.platform_cunt ul.li-img li {
		padding: 10px;
		width: 50%;
	}

	.worldplat_flex_right img {
		display: none;
	}

	.worldplat_cunt_left ul.footer_links {
		padding: 0px;
		flex-wrap: wrap;
	}

	.platform_cunt h3 {
		font-size: 16px !important;
	}

	section.getting_sec h2.title {
		font-size: 20px;
	}

	.worldplat_cunt_left h2 {
		font-size: 24px;
	}

	.Testimonial_flex {
		margin-top: 0px;
	}

	.gtco-testimonials .test_head.evn-sp h3 {
		font-size: 36px;
	}

	.gtco-testimonials .test_head.evn-sp h4.shodow {
		font-size: 16px;
		bottom: 40px;
	}

	img.colom2,
	img.colom1 {
		display: none;
	}

	.dflex {
		flex-wrap: wrap;
	}

	.card-body.bottom,
	.card-body {
		margin: 0px 0px;
	}

	.gtco-testimonials .card-body.bottom h5 {
		margin: 0;
	}

	.test-cunt .card-body.bottom img {
		margin: 0px;
	}

	.gtco-testimonials .card-body.bottom h5 {
		font-size: 16px;
	}

	.gtco-testimonials .card p {
		margin: 15px 0px;
	}

	section.worldplat-sec {
		margin: 0px;
	}

	.banner_cunt_left h1 span {
		display: unset;
	}

	.Testimonial_flex_left,
	.Testimonial_flex_right {
		width: 48%;
	}

	.gtco-testimonials .owl-dots {
		left: 50%;
		bottom: 0px;
	}

	.trade_head {
		padding-top: 30px;
	}

	.down-flex p {
		width: 100%;
	}

	.trade_head h2 {
		font-size: 24px;
		width: 100%;
	}

	h2.tittle {
		font-size: 24px;
	}

	span.num-lable {
		display: none;
	}

	li.mb_show {
		display: block;
	}

	li.mb_hide {
		display: none;
	}

	.banner_cunt_left p.space {
		font-size: 14px !important;
	}
	ul.get_card li {
		width: 100% !important;
	}

	.box-img {
		width: 50px;
	}

	.why_tread_box_cunt .inner {
		gap: 15px;
		margin-bottom: 0px;
	}

	h3.lable {
		font-size: 20px;
	}

	h2.title br {
		display: none;
	}

	h2.title::after {
		display: none;
	}

	h2.title {
		padding-left: 0px;
	}

	.test-cunt {
		padding: 20px;
	}

	.market_sec_right ul {
		flex-wrap: wrap;
		flex-direction: row;
		gap: 15px;
		justify-content: center;
	}

	.market_sec_right ul li {
		width: 48%;
	}

	.why_tread_box_img img {
		display: none;
	}

	section.why_tread.get .why_tread_box {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.why_tread_box_img.bottom {
		padding-bottom: 0;
		display: flex;
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}

	.why_tread_box_img {
		padding-bottom: 20px;
	}

	.why_tread_box_left.rt .why_tread_box_img,
	.why_tread_box_img {
		text-align: center;
	}

	.why_tread_box_img p {
		width: 100%;
		margin: 0px auto 10px;
		text-align: center;
	}

	ul.tab-flx {
		width: 100%;
		flex-wrap: unset;
		gap: 15px;
		overflow: auto;
		justify-content: left;
		padding: 0px 10px;
		height: 100px;
	}

	.Widget-flex ul#example-tabs {
		flex-wrap: unset;
		justify-content: left;
	}

	ul.tab-flx li a {
		width: max-content;
	}

	ul#example-tabs {
		display: flex;
		flex-wrap: unset;
		overflow: auto;
		padding: 0px 10px;
		height: 100px;
	}

	.banner_img img {
		height: 200px;
	}

	.page_content .row,
	.page_content .columns,
	.page_content .column {
		margin: 0;
		padding: 0;
	}
	.banner_cunt_left h1, .banner_cunt_left p.space{
		width: auto;
	}
	img.icon-shape-two{
		right: 0px;
		top: -50px;
	}
	img.icon-shape-four{
		width: 40px;
		height: 40px;
		right: 0px;
	}
	img.coin4{
		right: 0px;
		height: 70px;
	}
	img.coin1 {
		left: 0px;
		bottom: -10px;
		width: 34px;
		height: 34px;
	}
	img.coin3{
		height: 45px;
	}
	img.coin2 {
    top: 0px;
    left: 15px;
    height: 50px;
    width: 50px;
	}
	img.icon-shape-one {
    left: 0;
    top: -41px;
    height: 50px;
}

}

@media screen and (max-width: 639px) {
	.row.f-flx {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.trade_flex .trade_box,
	.access_flex .access_sec {
		width: 100%;
	}

	.getting_sec_cunt {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.get_box_img img {
		height: 300px;
	}

	.get_box_img {
		width: 100%;
		text-align: left;
	}

	.Testimonial_flex .owl-carousel.owl-carousel1 {
		padding: 20px 0px;
	}

	.test-cunt {
		padding: 5px;
	}
	.Testimonial_flex_left,
	.Testimonial_flex_right {
		width: 100%;
	}

	section.banner_sec .row {
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	ul.get_card li {
		width: 100% !important;
	}

	.market_sec_right ul li {
		width: 100%;
	}

	.bt-group {
		flex-wrap: wrap;
	}

	.platform_cunt ul.li-img li {
		width: 100%;
	}

	.platform_cunt ul.li-img li.bg-gren h3,
	.platform_cunt ul.li-img li.bg-gren p {
		color: #FFF !important;
	}

	.platform_cunt ul.li-img li.bg-gren {
		background: #1c1c1c;
	}

	.platform_cunt ul.li-img .inner {
		text-align: left
	}

	.platform_cunt-left svg path {
		fill: #FF3B00;
	}

	.platform_cunt ul.li-img li {
		padding: 20px;
		border: 1px solid #FF3B00;
		margin: 10px;
	}

	ul.get_card li {
		padding: 0px;
	}

	.market_sec_right ul li,
	.market_sec_left_cunt {
		margin-bottom: 15px;
	}

	.qutos {
		display: none;
	}

	.why_tread_box_cunt {
		width: 100%;
	}

	ul.get_card {
		width: 100%;
		padding-left: 0px;
		flex-wrap: wrap;
	}
	.get_box h3{
		margin: 0px auto 10px;
	}
	h2.tittle {
        font-size: 18px;
    }
	ul.accordion .accordion-title {
    font-size: 16px;
	}
	section.dowload.pt {
		height: auto;
		background: transparent;
		padding: 0px 0px !important;
	}
	img.icon-shape-one, img.icon-shape-two, img.icon-shape-three, img.icon-shape-four, img.coin1, img.coin3, img.coin2, img.coin4 {
		display: none;
	}
	.bt-box{
		margin-top: 20px;
	}
	section.dowload.pt .row{
		background-size: cover;
		padding: 30px 10px;
		height: auto;
	}
	.partners-img img{
		height: 50px;
	}
	 .wow {
    animation: none !important;
    visibility: visible !important;
  }
	.access_flex, .trade_flex{
		flex-direction: column-reverse;
	}
	.in-flex a {
    padding: 7px 10px;
    font-size: 13px;
	}
	.trade_flex{
		padding: 0px;
	}
	h2.title img, img.client-bg {
		display: none;
	}
    a.btn.btn-secondery img {
        margin-right: 15px;
        height: 25px;
    }
	.banner_cunt_left {
    width: 100%;
}
img.ban-mobile{
	top: unset;
    height: auto;
    bottom: 0px;
    left: 0;
    z-index: 9999;
    position: relative;
}
section.banner_sec .cell::before {
    width: 100%;
    height: 50%;
	left: 0;
}
.bt-group a img {
    height: 12px !important;
}
section {
    margin: 0px !important;
}
.witget {
    margin: 20px 0px 0px;
}
img.cover-img{
	top: -160px;
}
section.trade.pt .row, .trade_sec, .access_sec.access_sec-left{
	padding: 20px;
}
.access_flex {
    display: flex;
    align-items: start;
    gap: 0px;
}
.access_flex{
	background: transparent;
}
.tab-img, .access_sec.access_sec-right img {
    display: none;
    margin: 0px;
}
.banner_cunt_left p.space, .bt-group {
    margin: 10px 0px 0px;
}
header.theme-header{
	top: 0px;
}
section.banner_sec .row{
	height: auto;
}
section.banner_sec {
        padding: 150px 0px 40px !important;
        height: auto;
    }
	section.trade.pt .row{
		padding: 0;
	}
}

@media screen and (max-width: 410px) {
	.navbar-toggler {
		position: absolute;
		right: 15px;
		top: 5px;
	}

	li.navbar-toggle-btn {
		position: absolute;
		right: 10px;
		top: 20px;
	}
}


.lag .dd .ddChild li .ddlabel {
    width: 22px;
    text-align: left;
}

.lag .dd .ddChild li {
    display: flex;
    align-items: center;
    justify-content: end;
}