@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,600,600i,700,700i&display=swap&subset=latin-ext');

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
html * {
        font-family: 'Roboto', sans-serif;
    }

    .logo {
        margin:15px 0;
    }
    .nopadding {
       padding: 0 !important;
       margin: 0 !important;
    }
    .mainmenu {
        list-style: none;
        /*padding-left: 0px;*/
    }
    .mainmenu li {
        float: left;
        margin-left:20px;
    }
    .mainmenu li a {
        color: #1c3553 !important;
        font-weight: 600 !important;
        font-size:18px !important;
        text-decoration: none;
        transition: all 0.5s ease;

    }
    .mainmenu li:first-child {
        margin-left:30px;
    }
    .mainmenu li a:hover {
        transition: all 0.5s ease;
        color: #6aa72e;
    }
    .banner {
        background: linear-gradient(90deg, #1c3456 50%, #67a92e 50%);
        height: 260px;
		position:relative;
        /*width: 100%;*/
    }
    .banner-content:after {
         content:"";
         position:absolute;
         top:0;			
         bottom:0;
         right:0px;
         width:100%;
         background:#67a92e;
         transform:skew(-18deg);
         margin-right:42px;

    }
    .opendemobuttonblue a {
	color: #ffffff;
    text-decoration: none;
}
.mdl-dialog{
	top:1.4% !important;
}
.banner-up{
	height: 190px;
	width: 100%;

}
.bg-subpage{
	background:url(../images/icsayfa.png) no-repeat;
	background-position: right;
	background-color:#193354; 
}
.bg-subpage2{
	background:url(../images/icsayfa2.png) no-repeat;
	background-position: right;
	background-color:#193354; 
}

.bg-subpage3{
	background:url(../images/icsayfa3.png) no-repeat;
	background-position: right;
	background-color:#193354; 
}

    .opendemobutton {
		width: 100%;
		height: 40px;
		background: #263d5d;
		z-index: 5;
		padding-left: 20px;
		margin-left: 8px;
		font-size:22px;
		color:#fff;
		top:0px;
		transform: skew(-16deg);
		line-height:40px;
    }
    .opendemobutton-new {
		width: 100%;
		height: 50px;
		background: #263d5d;
		z-index: 5;
		text-align: center;
		margin-left: 26px;
		font-size:22px;
		color:#fff;
		top:0px;
		transform: skew(-16deg);
		line-height:50px;
		transition: background .4s, font-size 0.4s, text-shadow 1s;

    }
    .opendemobutton-new:hover{
		background: #EA810C;
		font-size:24px;
		text-shadow: 2px 2px 4px #a6592e;
    }
    .opendemobuttonblue{
		width: 100%;
		height: 40px;
		background: #006cbd;
		z-index: 5;
		padding-left: 20px;
		margin-left: 8px;
		font-size:22px;
		color:#fff;
		top:0px;
		transform: skew(-16deg);
		line-height:40px;
    }
    .opendemobuttonblue-new {
		width: 100%;
		height: 50px;
		background: #006cbd;
		z-index: 5;
		text-align:center;
		margin-left: 0;
		font-size:22px;
		color:#fff !important;
		top:0px;
		transform: skew(-16deg);
		line-height:50px;
		transition: background .4s, font-size 0.4s, text-shadow 1s;		
    }
    .opendemobuttonblue-new:hover {
		background: #375886;
		font-size:24px;
		text-shadow: 2px 2px 4px #054d84;
	}
    .openloginbutton{
		width: 100%;
		height: 37px;
		background: #0c83dc;
		z-index: 5;
		padding-left: 20px;
		margin-left: 8px;
		font-size:22px;
		color:#fff;
		top:0px;
		transform: skew(-16deg);
		line-height:35px;
    }
    .loginbuttonblue-new {
		width: 100%;
		height: 50px;
		background: #0c83dc;
		z-index: 5;
		text-align:center;
		margin-left: -26px;
		font-size:22px;
		color:#fff !important;
		top:0px;
		transform: skew(-16deg);
		line-height:50px;
		transition: background .4s, font-size 0.4s, text-shadow 1s;	
    }
	.loginbuttonblue-new a{color:#ffffff; text-decoration: none;}
	.loginbuttonblue-new:hover {
		background: #20c0f2;
		font-size:24px;
		text-shadow: 2px 2px 4px #0f617b;
		color: #ffffff;
	}
	.opendemobuttonblue-new a{color:#ffffff; text-decoration: none;}


	/* Mobile Middle */

	.liveaccountmobilebutton {
		width: 80%;
		height: 50px;
		background: #263d5d;
		z-index: 5;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 22px;
		color: #fff !important;
		top: 0px;
		transform: skew(-16deg);
		line-height: 50px;
		transition: background .4s, font-size 0.4s, text-shadow 1s;
	}

	.liveaccountmobilebutton:hover{
		background: #EA810C;
		font-size:24px;
		text-shadow: 2px 2px 4px #a6592e;
    }

	.demoaccountmobilebutton {
		width: 80%;
		height: 50px;
		background: #006cbd;
		z-index: 5;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 22px;
		color: #fff !important;
		top: 0px;
		transform: skew(-16deg);
		line-height: 50px;
		transition: background .4s, font-size 0.4s, text-shadow 1s;
	}

	.demoaccountmobilebutton:hover {
		background: #375886;
		font-size:24px;
		text-shadow: 2px 2px 4px #054d84;
	}

	.loginmobilebutton {
		width: 80%;
		height: 50px;
		background: #0c83dc;
		z-index: 5;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 22px;
		color: #fff !important;
		top: 0px;
		transform: skew(-16deg);
		line-height: 50px;
		transition: background .4s, font-size 0.4s, text-shadow 1s;
	}

	.loginmobilebutton:hover {
		background: #20c0f2;
		font-size:24px;
		text-shadow: 2px 2px 4px #0f617b;
		color: #ffffff;
	}

	.text--mobile-white {
		color: #fff !important;
		text-decoration: none !important;
	}







    .footer {
        padding-top:20px;
    }
    .features {
        list-style: none;
        padding-left:0px;
    }
    .features li {
        color:#1c3456;
        font-weight: bold;
    }
    .uyari01 {
        color:#a1abb7;
        font-size:11px;
        font-weight: 700;
        margin-bottom:6px;
	
    }
    .uyari02 {
        color:#80a2bb;
        font-size: 11px;
        line-height: 14px;

    }
	.uyari03{
		color:#a1abb7;
        font-size:11px;
        font-weight: 700;
		margin-bottom:8px;
		margin-left:-15px;

	}
    .copyright {
		color: #cacaca;
		font-size: 12px;
		text-align: right;
    }


    .footer .col {
        color: #80a2bb;
    }

    .partnershipul {
        list-style: none;
        padding-left:0px;
        color:#c8cbd4;
        font-size:14px;
    }
    h5 {
        color:#fff;
		font-size:18px;
		font-weight: 600;
    }
    h4 {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 19px;
    }
    .offers {
        color:#1c3456;
        padding-top:90px;
        font-size:20px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
    }

    .wire h4 {
        font-family: 'Raleway', sans-serif;
        font-size:14px;
        font-weight:600;
    }
    .inner {
        border:1px solid #006fb9;
		color:#262626;
		padding:5px 0px;
		font-weight:600;
		font-family: 'Raleway', sans-serif;
		font-size:15px;
		width: 100%;
    }



/* POPUP*/
.modal-content {
	border:4px solid rgb(20, 43, 75) !important;
}
.modal-footer {
	padding:0 !important ;
	border-top:0 !important;
	margin-top:-40px !important;
}
/* POPUP */

/*duzeltmeler*/
.slider-background{
	background: linear-gradient(90deg, #fff 50%, #1c3456 50%);
	padding:0px;
}
.open-account-bg{
	background: #67a92e;
	position:absolute;
	top:70px;
	width:250px;
	height:50px;
	left:-15px;
}

.open-demo-bg{
	background:#22c0f0;
	position:absolute;
	top:140px;
	width:232px;
	height:50px;
	left:-15px;
}
.login-bg{
	background:#1C3456;
	position:absolute;
	top:190px;
	width:232px;
	height:50px;
	left:-15px;
}
.open-account-bg-sub{
	background: #263d5d;
	position:absolute;
	top:22px;
	width:240px;
	height:40px;
	left:-15px;
}
.open-demo-bg-sub{
	background:#006cbd;
	position:absolute;
	top:70px;
	width:210px;
	height:40px;
	left:-15px;
}
.login-bg-sub{
	background:#0c83dc;
	position:absolute;
	top:120px;
	width:180px;
	height:37px;
	left:-15px;
}
/* eklediklerim*/
.menu-detail{
	margin-right:8rem !important;
	text-align:center !important;
}
.menu-detail li{
		margin-left:5px !important;
}
.dolar{
	background:url(../images/cdo-markets-image-2.png) no-repeat;
	background:cover;
	width:548px !important;
	height:349px !important;
	z-index:101 !important;
	position:absolute !important;
	right: -270px !important;
	top: -89px !important;

}
.dolar-2{
	background:url(../images/cdo-markets-image-2.png) no-repeat;
	background:cover;
	width:356px !important;
	height:355px !important;
	z-index:101 !important;
	position:absolute !important;
	right: -105px !important;
	top: -95px !important;

}
.slider-text{
	color:#fff;
	font-size: 35px;
	z-index: 1000;
	position: absolute;
	top:25px;
	left:0px;
	/* font-weight: 100; */
	font-family: 'Raleway', sans-serif;
}
.slider-text p{
	line-height: 35px;
	margin-left:-35px !important;
}
.click{
 cursor:pointer
}
.slider-text-2{
	color:#fff;
	font-size: 38px;
	z-index: 1000;
	position: absolute;
	top:50px;
	left:0px;
	/* font-weight: 100; */
	font-family: 'Raleway', sans-serif;
}
.slider-text-2 p{
	line-height: 35px;
	margin-left:-35px !important;
}
.lead-1{
	padding-left:65px;
}
.lead-2{
	padding-left:45px;
}
.lead-3{
	padding-left:35px;
}

.slider-mobil-bg{
	background-color: #1C3456;
	background:url(../images/slider-mobile-bg.jpg);
	background-size: cover;
	background-position: center;
	height: 200px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
	line-height: 38px;
}
.slider-mobil-bg-home{
	background-color: transparent;
	padding:15px;
}
.dollar-mobil-bg{
	padding: 15px 0 0 0;
	background: rgb(28,52,86);
background: -moz-linear-gradient(left, rgb(28,52,86) 1%, rgb(66,165,201) 47%, rgb(28,52,86) 100%);
background: -webkit-linear-gradient(left, rgb(28,52,86) 1%,rgb(66,165,201) 47%,rgb(28,52,86) 100%);
background: linear-gradient(to right, rgb(28,52,86) 1%,rgb(66,165,201) 47%,rgb(28,52,86) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3456', endColorstr='#1c3456',GradientType=1 );
	
}

body{
background: rgb(221,221,221);
background: linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 53%, rgba(221,221,221,1) 100%);

}
.slider-mobil-btn{
	margin-top:-17px;
	padding:20px 0 20px 0;
	background-color: #1C3456;
}
.desktop{
	display: block;
}
.mobile{
	display:none;
}
.change{
	padding:20px 20px 0 100px;
	background-image: url(../images/ara.png);
	height: 260px;
	background-repeat: no-repeat;
	background-position: right;
	font-size:18px;
}
.sand-watch{
	padding-top: 40px;
	background-image: url(../images/ara2.png);
	height: 327px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right:80px; 
	font-size:18px;
}
.product{
	padding-top: 40px;
	padding-left: 20px;
	height: 327px;
	background-repeat: no-repeat;
	background-position: right;
	font-size:18px;
}
.trading-mobile{
	display: none;
}
.funding-mobile{
	display: none;
}
.product-mobile{
	display:none;
}
.greenbackground{
	background: #67a92e;
	margin-top: 40px;
	color: #fff;
	padding: 15px 50px;
	line-height: 20px;
	width: 290px;
	text-align: center;
	cursor:pointer;
}
.bluebackground{
	background: #00b4b0;
	margin-top: 40px;
	color: #fff;
	padding: 15px 50px;
	width: 290px;
	text-align: center;
	line-height: 20px;
	cursor:pointer;
}
.partnership-bg{
	background: linear-gradient(90deg, #dddddd 28%, #1c3456 20%);
	padding:0px;
	margin-top:20px;
	/*background: #CECECE;
	background: -moz-linear-gradient(-45deg, #CECECE 0%, #0D334D 19%, #C59237 100%);
	background: -webkit-linear-gradient(-45deg, #CECECE 0%, #0D334D 19%, #C59237 100%);
	background: linear-gradient(110deg, #ffffff 0%, #ffffff 12%, #1c3456 12%, #1c3456 100%);*/	
}
.partnership-part-bg{
	background:#1c3456;
	padding:25px 0 50px 0;
	height:100%; 
}
.partnership-part-bg-2{
	background:#1c3456;
	margin-top:0;
	padding-bottom:50px;
	padding-left:15px;
}
.partnership-h1{
	font-size:22px;
	color:#c4e5f6;
	top:0px;
	transform: rotat(16deg);
	line-height:50px;
}
.partnership-1{
	background:#006fb9;
	position:absolute;
	top:30px;
	left:-15px;
}
.partnership-2{
	top:0;
	margin-top:0;
	margin-left:200px;
	font-size:22px;
	color:#c4e5f6;
	line-height: 29px;

}
.text-up-white-1{
	height:58px;
	color: #fff;
	font-size: 19px;
	font-weight:600;
	line-height:59px;
	/*background: url(../images/3.png) no-repeat right;*/
	background-position: 450px 0px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
	.text-up-white-1:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006fb9+2,024876+50,006fb9+99 */
		background: #006fb9; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #006fb9 2%, #024876 50%, #006fb9 99%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #006fb9 2%,#024876 50%,#006fb9 99%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  #006fb9 2%,#024876 50%,#006fb9 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fb9', endColorstr='#006fb9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
.text-up-white-2{
	height:58px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height:59px;
	text-align: center;
	/*margin-left: -103px;*/
	/*padding-left: 135px;*/
	font-family: 'Raleway', sans-serif;/* width: 200px; */
}
	.text-up-white-2:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006fb9+2,024876+50,006fb9+99 */
		background: #006fb9; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #006fb9 2%, #024876 50%, #006fb9 99%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #006fb9 2%,#024876 50%,#006fb9 99%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  #006fb9 2%,#024876 50%,#006fb9 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fb9', endColorstr='#006fb9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
.brackets{
	background: url(../images/3.png) no-repeat; background-position:10px;
	width: 40px;
	height: 58px;
}
.footer-menu{
	color:#80A2BB;
	font-size:14px;
	font-weight: 600;
	margin-top:0;
	padding:0;
	line-height: 30px;	
}
.section-cdo{
	height: 70px;
	width: 180px;
	display: table-cell;
	vertical-align: middle;
}

.left-menu{
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: right;
	font-size:18px;
}
.menu-color a{
	color:#161616 !important;
}
.menu-color a:link{
	color:#161616 !important;
}
.menu-color a:hover{
	color:#1C3456 !important;
}
.active{
	font-weight:700;
}
.tab-menu-product{
	padding-top: 20px !important;
	padding-bottom: 20px !important;	
}
.addressarea ul.adreslist>li {
    display: inline-block;
	width: 100%;
    margin-bottom: 0;
}
.form-control {
    box-shadow: none;
    border-radius: 0;
    padding: 8px 15px;
    background: #fff;
    color: #001330;
    height: auto;
    /* border-color: #1c8cc6; */
    font-size: 18px;
    border: 2px solid #1c3456;
}

.btn-submit{
	background: #1c8cc6;
    color: #FFF;
    border-color: transparent;
    font-size: 16px;
    padding: 8px 10px;
    cursor: pointer;
}
.border-right{
	border-right:2px solid #193354 !important;
}
.leftmenu li {
    border-bottom: 2px solid #1c3554;
    /* padding: 6px 0px; */
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}
.menu-color a:hover {
   text-decoration: none;
}
.selected a {
    color: #69a931 !important;
    font-weight: 600;
}

.font-size-12{
	font-size:12px;
}
.font-size-13{
	font-size:13px;
}
.font-size-14{
	font-size:14px;
}
.font-size-18{
	font-size:18px;
}
.font-size-20{
	font-size:20px;
}
.font-size-22{
	font-size:22px;
}
.font-size-24{
	font-size:24px;
}
.font-size-26{
	font-size:26px;
}
.font-size-28{
	font-size:28px;
}
.font-size-30{
	font-size:30px;
}
.font-size-35{
	font-size:35px;
}
.font-size-40{
	font-size:40px;
}
.font-size-45{
	font-size:45px;
}
.font-size-50{
	font-size:50px;
}
.font-size-55{
	font-size:55px;
}
.bold{
	font-weight: 700 !important;
}
.bank-title{
		display: none;
	}
.wire{
	margin:30px auto 40px auto;
}
*::-ms-backdrop, .bank-wire { margin-top: -60px !important } /* IE11 */
*::-ms-backdrop, .fasapay { margin-top: 0 !important }  /* IE11 */
*::-ms-backdrop, .alipay { margin-top: 0 !important }  /* IE11 */

.bank-wire{
	margin-bottom:-70px !important;
	background:url(../images/bank_wire_2.png) no-repeat;
	height: 250px;
	width: 300px;
	margin-left:-50px;
	margin-top:40px;
	position:absolute;

}
.fasapay{
	margin-bottom:-90px !important;
	background:url(../images/cdo-fasapay-logo-online-payment.png) no-repeat;
	height: 250px;
	width: 300px;
	margin-left:-50px;
	margin-top:80px;
	position:absolute;
}
.alipay{
	margin-bottom:-90px !important;
	background:url("../images/alipay.png") no-repeat;
	height: 250px;
	width: 300px;
	margin-left:-50px;
	/*margin-top:70px;*/
	position:absolute;
}
.netteler{
	margin-bottom:-90px !important;
	background:url("../images/neteller-logo-mobile.png") no-repeat;
	height: 250px;
	width: 300px;
	margin-left:-100px;
	margin-top:80px;
	position:absolute;
}
.open-bg{
	background: #1C3456;
	padding:20px 40px;
}
.zero{
	padding:0 !important;
}
.open-bg-2{
	background: #CFCFCF;
}
.open-img-bg{
	background-image: url(../images/open-bg.jpg) ;
	background-position: center;
	background-position: cover;
	height: 170px;
}
.open-img-black{
	background: url(../images/up-black.png);
	height: 170px;
}


.btn-warning{
	font-size:18px;
	font-weight: 700;
	width:170px;
}
.trading-accounts-btn{
	height:75px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height: 75px;
	background: url(../images/1.png) no-repeat right;
	/* margin-right: 0px; */
	/* background: linear-gradient(90deg, #1c3456 50%, #00b4b0 50%); */
	font-family: 'Raleway', sans-serif;
}
.funding-btn{
	height:75px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height: 75px;
	padding-right:55px;
	background: #00b4b0 url(../images/2.png) no-repeat right;
	font-family: 'Raleway', sans-serif;/* width: 200px; */
}
.product-btn{
	height:75px;
	color: #fff;
	font-size:19px;
	font-weight: 600;
	line-height: 75px;
	background: #22bff0;
/*	padding-left: 90px;*/
	text-align:center;
	font-family: 'Raleway', sans-serif;
}
.product-spec-btn{
	height:75px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height: 75px;
	background: url(../images/3-a.png) no-repeat left;
	background-position: 0px 0px;
	/* margin-right: 0px; */
	/* background: linear-gradient(90deg, #1c3456 50%, #00b4b0 50%); */
	font-family: 'Raleway', sans-serif;
}
.link-white{
	color:#FFFFFF !important;
	text-decoration: none;
}
.link-white:hover{
	color:#FFFFFF !important;
	text-decoration: none;
}

.iframe-margin{
	margin-left: 0 !important;
	margin-right: 0 !important;
	background: #B1B1B1;
	
}
.iframe-top{
	padding-top:15px;
	background: #193354 !important;
	

	
}
.iframe-bottom{
	height:15px;
	background:#67A92E;
	margin-bottom:-20px;
}
.cdo-chat{
	position:fixed;
	right:-55px;
	bottom:5%;
	background:rgba(122,200,54,1.00);
	border-radius: 5px 0 0 5px;	
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	z-index:2000;
}
.cdo-chat:hover{
	border-radius: 5px 0 0 5px;
	background: rgba(152,249,67,1.00);
	transform: translateX(-19px);
}
.payment-bg{
	color:#1E3658;
	margin:0 ;
}
.btn-login-gps{
	position: relative;
	top: 40%;
	left:42%;
}
.btn-login{
	background: #83d13d;
	background-image: -webkit-linear-gradient(top, #83d13d, #669222);
	background-image: -moz-linear-gradient(top, #83d13d, #669222);
	background-image: -ms-linear-gradient(top, #83d13d, #669222);
	background-image: -o-linear-gradient(top, #83d13d, #669222);
	background-image: linear-gradient(to bottom, #83d13d, #669222);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Tahoma;
	font-weight: 700;
	text-align: center;
	color: #112845;
	font-size: 22px;
	padding: 15px;
	text-decoration: none;
	width:390px;
	cursor: pointer;
	transition: background .6s ease-in, transform .3s ease-out;
}
.btn-login a{
	color:#112845 !important;
	text-decoration: none;
}
.btn-login:hover{
	background: #4eb811;
	text-decoration: none;
	transform: scale(1.1);
}
.btn-fasapay-login{
    background: #F7B438;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Tahoma;
    font-weight: 700;
    text-align: center;
    color: #112845;
    font-size: 22px;
    padding: 15px;
    text-decoration: none;
    width: 390px;
    cursor: pointer;
	transition: background .6s ease-in, transform .2s ease-out;
}

.btn-fasapay-login a{
	color:#112845 !important;
	text-decoration: none;
}
.btn-fasapay-login:hover{
		background: #E19E22;
		text-decoration: none;
		transform: scale(1.1);
}
/* Netteler */
.btn-netteler-login{
    background: #C4F5A5;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Tahoma;
    font-weight: 700;
    text-align: center;
    color: #112845;
    font-size: 22px;
    padding: 15px;
    text-decoration: none;
    width: 390px;
    cursor: pointer;
	transition: background .6s ease-in, transform .2s ease-out;
}

.btn-netteler-login a{
	color:#112845 !important;
	text-decoration: none;
}
.btn-netteler-login:hover{
		background: #C5DB4D;
		text-decoration: none;
		transform: scale(1.1);
}
/* Netteler */
.img-payment{
	background-image:url(../images/background-login.jpg);
	background-color: #091930;
	height:500px; 
	margin-top:-15px;
	
}
.summit{
	background: #d9d9d9 url("../images/summit-background.jpg") no-repeat center top ;
	min-height: 460px;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.currency1{
	background:#EBDE4D;
	padding:15px 15px;
	color:#1C3456;


}
	.currency1 h4{
		font-size:30px;
		font-weight: 700;
		line-height: 1;
		margin-top:15px;
		margin-bottom:15px;
	}

.currency2 h5{
	font-size:20px;
	color: #1C3456;
	float:left;
	
	
}
.change-img{
	max-width: 25px;
	margin:15px;
	cursor: pointer;
}
.form-size{
	height: 50px !important; 
	max-width: 200px; 
	background-color:#FFFFFF !important; 
	color:#000000 !important 
}
.sc-bg{
	background:url("../images/social-bg.png") no-repeat left;
	background-position: 55px 0;
	margin-bottom:-25px;
	width: 141px;
	height:40px;
	padding-left:70px;
	z-index:5500;
}
.sc-icon{
	margin-left:9px;
}
.mt-up-20{
	margin-top:-20px;
}
.form-size-swap{
	height: 50px !important;
	background: #DBDBDB !important;
	color:#2E2E2E !important;
	width: 100% !important;
}
.swap-img{
	margin-left:-15px;
	margin-right:-15px;
}
.product-link{
	color:#323232 ;
	font-weight: 700 ;
	background: #E4E4E4;
}
.product-link:hover{
	color: #03264B;
}
.product-link.active{
	background: #212529 !important;
	color: #fff !important;
}
.bg-container{

	background-position: center;
	margin-bottom:5px;
}
.contac-align{
	text-align:right !important;
}
.company-font{
	padding-top:20px; 
	padding-left:20px; 
	background-repeat: no-repeat;
	background-position:right; 
	text-align: justify;
}
#tel-code{
	height:50px;
}
#tel{
	height:50px;
	margin-top:7px;
}
#Country{
	height:50px;
}


/* FORM */
.form-control {
	background-color: none !important;
	border-color: black !important;
	color: black;
}
.firebaseui-card-header, .firebaseui-card-footer {
	display: none
}

.firebaseui-text {
	display: none;
}

.md1-textfield {
	padding: 20px 0;
}

.firebaseui-container {
	max-width: 100% !important;
	border: 1px solid rgba(0,0,0,.39);
	border-radius: 0px;
}

.firebaseui-resend-container {
	margin-top: -20px;
	margin-bottom: 5px;
	text-align: center;
	direction: ltr;
}

.firebaseui-card-actions {
	padding: 0px 24px 24px 24px !important;
}
.mdl-card {
	min-height: 0px !important;
	border: 2px solid !important;
}
/* FORM FINISH*/

.btn-become{
	border-radius: 15px;
	background-color: #CB9903;
	font-size:22px;
}
.link-koyu{
	color:#1c3456;
}
/* CONTAC - US */
.p510{
		    padding: 5px 10px;
	}
	@keyframes spinner-border {
  		to { transform: rotate(360deg); }
	}

	.spinner-border {
	    display: inline-block;
	    width: 2rem;
	    height: 2rem;
	    vertical-align: text-bottom;
	    border: .25em solid currentColor;
	    border-right-color: transparent;
	    border-radius: 50%;
	    -webkit-animation: spinner-border .75s linear infinite;
	    animation: spinner-border .75s linear infinite;
	}

	input::placeholder {
	  font-weight: bold;
	  font-style: italic;
	  opacity: 0.5;
	  color: #336699;
	}

	textarea::placeholder {
	  font-weight: bold;
	  font-style: italic;
	  opacity: 0.5;
	  color: #336699;
	}
.cdo-chat-mobile{
	display: none !important;
	text-align:none;
}
/* CONTAC US FINISH */
@keyframes spinner-border {
	to { transform: rotate(360deg); }
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
/* OPEN Demo Finish */
.bg-slide-new{
	background: url("../images/slider-bg.jpg") no-repeat scroll center bottom / cover;
	max-height: 493px;
}
.button-container{
	margin-top:-100px;
	margin-bottom:55px;
}

.slider-p p{
	margin-bottom:0rem;
	font-size:45px !important;
	font-weight: lighter;
	color:#1c3456; 
}
.slider-p-2 p{
	margin-bottom:-2rem;
	font-size:80px !important;
	font-weight: bold;
	color:#1c3456; 
}

.bg-advantage-grey{
	
	
}
.bg-up-page{
	background: rgb(236,235,235);
	background: -moz-linear-gradient(90deg, rgba(236,235,235,1) 0%, rgba(236,235,235,1) 50%, rgba(44,81,227,1) 52%, rgba(44,81,227,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(236,235,235,1) 0%, rgba(236,235,235,1) 50%, rgba(44,81,227,1) 52%, rgba(44,81,227,1) 100%);
	background: linear-gradient(90deg, rgba(236,235,235,1) 0%, rgba(236,235,235,1) 50%, rgba(44,81,227,1) 52%, rgba(44,81,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecebeb",endColorstr="#2c51e3",GradientType=1);


}

.logo-mobil{
	width: 175px !important;
	margin-top:15px;
	
}


@media (max-width: 992px) {
h1{
	font-size:26px !important;
	line-height:28px !important;
}
h3{
	font-size:18px;
}
.container{
	max-width:100% !important;
	padding: 0 !important;
}	
.desktop{
	display:none;
}
.mobile{
	display: block;
}
.menu-detail{
	margin-right:0 !important;
	margin-left: 100px !important;
	text-align:center !important;
}
.dolar{
 	margin-top:70px;
	top:150px;
	background:cover;
	background:url(../images/money.png) no-repeat;
	width:100px !important;
	height:280px !important;
}
.container{
	max-width:95% !important;
}	
.banner-content::after{
	margin-top:0;
	margin-right:0;
	background-color: #1C3456;
}	
	.slider-text{
		font-size:2rem;
	}
.lead-1{
	padding-left:0;
}
.lead-2{
	padding-left:0;
}
.lead-3{
	padding-left:0;
}

.sand-watch{
	padding:20px 110px 20px 15px; 
	background-image: url(../images/ara2-mobi.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size:15px;
	height: 100%;
}
.trading-mobile{
	display:inline;
	background-color: #1C3456;
	font-size:19px;
	color:#fff;
	font-weight: 600;
	padding: 20px;
}
.funding-mobile{
	display: inline;
	background-color: #00B4B0;
	font-size:19px;
	color:#fff;
	font-weight: 600;
	padding: 20px;	
}
.product-mobile{
	display:inline;
	background-color: #22BFF0;
	font-size:19px;
	color:#fff;
	font-weight: 600;
	padding: 20px;	
}
.sprektor-mobile{
	display:none;
}
.product{
	padding-top: 40px;
	padding-left: 20px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right;
	font-size:15px;
}
.offers {
	color:#1c3456;
	padding-top:10px;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.greenbackground{
	background: #67a92e;
	margin-top: 20px;
	color: #fff;
	padding: 15px 50px;
	line-height: 20px;
	width: 240px;
	text-align: center;
	cursor:pointer;
}
.bluebackground{
	background: #00b4b0;
	margin-top: 20px;
	color: #fff;
	padding: 15px 50px;
	width: 240px;
	text-align: center;
	line-height: 20px;
	cursor:pointer;
}	
.text-up-white-1{
	height:15px;
	color: #fff;
	font-size: 19px;
	font-weight:600;
	line-height:0;
	/*margin-top:15px;*/
	background: none;
	background-position: 200px 0px;
	text-align: center !important;
	font-family: 'Raleway', sans-serif;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #004574;
}
	.text-up-white-1:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006fb9+2,024876+50,006fb9+99 */
		background: #006fb9; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #006fb9 2%, #024876 50%, #006fb9 99%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #006fb9 2%,#024876 50%,#006fb9 99%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  #006fb9 2%,#024876 50%,#006fb9 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fb9', endColorstr='#006fb9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
.text-up-white-2{
	text-align:center;
	height: 58px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height:58px;
	margin-left: 0;
	top:-5px;
	padding-left: 0;
	font-family: 'Raleway', sans-serif;/* width: 200px; */

}
	.text-up-white-2:hover{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006fb9+2,024876+50,006fb9+99 */
		background: #006fb9; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #006fb9 2%, #024876 50%, #006fb9 99%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #006fb9 2%,#024876 50%,#006fb9 99%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  #006fb9 2%,#024876 50%,#006fb9 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fb9', endColorstr='#006fb9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
.section-cdo{
	height: 70px;
	width: 350px;
	display: table-cell;
	vertical-align: middle;
	text-align:center !important;
}
.bank-wire{
	margin-bottom:0 !important;
}
.btn-login-gps{
	position: relative;
	top: 25%;
	left:0;
	
	
}
.btn-login{
	background: #83d13d;
	background-image: -webkit-linear-gradient(top, #83d13d, #669222);
	background-image: -moz-linear-gradient(top, #83d13d, #669222);
	background-image: -ms-linear-gradient(top, #83d13d, #669222);
	background-image: -o-linear-gradient(top, #83d13d, #669222);
	background-image: linear-gradient(to bottom, #83d13d, #669222);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Tahoma;
	font-weight: 700;
	text-align: center;
	color: #112845;
	font-size: 22px;
	padding:20px;
	text-decoration: none;
	width:80%;
	cursor: pointer;
	margin-left:auto;
	margin-right:auto;
}
.bank-title{
	display: block;
	color:#1C3456;
	font-size:40px;
	font-weight: 700;
	}	
.wire{
	margin-top:40px;
	font-family: 'Raleway', sans-serif;	
	}	
.bank-wire{
	display: none;
}
.fasapay{
	display:none;
}
.alipay{
	display:none;
}	
.netteler{
	display:none;
}	
.summit{
	background: #d9d9d9;

}
.cdo-chat{display: none !important}
	
.cdo-chat-mobile{
	display: inline-block;
	position:flex !important;
	right:0 !important;
	top:0 !important;
	bottom:0 !important;
	background:rgba(122,200,54,1.00);
	border-radius: 5px 0 0 5px;	
	z-index:5000;
}


.partnership-2{
	top:0;
	margin-top:55px;
	margin-left:0 !important;
	margin-bottom:-50px;
	font-size:22px;
	color:#c4e5f6;
	line-height: 29px;

}
.m-font-size-12{
	font-size:12px;
}
.m-font-size-13{
	font-size:13px;
}
.m-font-size-14{
	font-size:14px;
}
.m-font-size-16{
	font-size:16px;
	margin:15px 0 15px 0;
}	
.m-font-size-18{
	font-size:18px;
}
.m-font-size-20{
	font-size:20px;
}
.m-font-size-22{
	font-size:22px;
	margin:15px 0 15px 0;
}
.m-font-size-24{
	font-size:24px;
	margin:5px 0 15px 0;
}
.m-font-size-26{
	font-size:26px;
}
.m-font-size-28{
	font-size:28px;
}
.m-m-0{
		margin:0 !important;
	}	
.logo-mobil{
	width: 80px !important;
	margin-top:15px;
	
}
.container-fluid {
	padding-right:0 !important;
	padding-left:0 !important;

}
.m-container{
	max-width: 100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
}	
.row{
	margin-right:0 !important;
}
.change{
	padding:25px 15px 25px 35px; 
	background-image: none; 
	min-height:350px;
	/*background-repeat:no-repeat;
	background-position:left;*/
	font-size:16px;
	background-color:#EDEDED;

}
.bg-container{
	background: none;
	background-position: center;
	max-width:100% !important;
	padding-right:0 !important;
}
.greenbackground {
	background: #67a92e;
	margin-top: 20px;
	color: #fff;
	padding: 15px 50px;
	line-height: 20px;
	width: 100% !important;
	text-align: center;
		/* cursor: pointer; */
}
.bluebackground {
    background: #00b4b0;
    margin-top: 20px;
    color: #fff;
    padding: 15px 50px;
    width: 100%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.left-menu{
	padding: 5px 0 15px 15px !important; 
}	
.left-menu li{
	padding-top: 5px !important;
	background-repeat: no-repeat;
	background-position: right;
	font-size:14px !important;
	margin-bottom:5px !important;
}
.contac-align{
	text-align: left !important;
}
	.m-mt-5{
		margin-top:15% !important; 
	}
.border-right {
  border-right: 0 solid #dee2e6 !important;
}
.sc-bg{
	background:none;
	background-position: 0;
	margin-bottom:-35px;
	width: 141px;
	height:40px;
	padding-left:120px;
	text-align:right;
	z-index:5500;
	padding-top:20px;
}	
.sc-bg img{
	width:25px;
}
	.m-ml-2{
		margin-left:4%;
	}
.table th, .table td {
    padding:0;
	vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.company-font{
	padding-top:20px; 
	padding-left:20px; 
	background-repeat: no-repeat;
	background-position:right; 
	text-align: justify;
}
	.m-text-right{
		text-align:left !important;
	}
.btn-fasapay-login{
	background: #F7B438;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Tahoma;
	font-weight: 700;
	text-align: center;
	color: #112845;
	font-size: 22px;
	padding: 20px;
	text-decoration: none;
	width: 80%;
	cursor: pointer;
	margin-left:auto;
	margin-right: auto;

}
	.text-mobil-center{
		text-align:center !important;
	}
}
@media (max-width: 1200px) {
	.slider-p p{
	margin-bottom:0rem;
	font-size:40px !important;
	font-weight: lighter;
	color:#1c3456; 
}
.slider-p-2 p{
	margin-bottom:0rem;
	font-size:40px !important;
	font-weight: bold;
	color:#1c3456; 
}
}
