
/* subscribe form */
#mc-form {
    position: relative;
}

#mc-form button[type="submit"] {
    position: absolute;
    left: -60px;
    top: 2px;
}
label.mt10 {
    font-size: 11px;
}

label.error {
    font-size: 11px;
    color:#E31919;
}

.en .subscribe form button[type="submit"] {
    margin-left: 0.5rem;
}

.subscribe form button[type="submit"] {
    margin-right: 0.5rem;
    background-color: var(--main);
    padding: 0.3rem 0.8rem 0.3rem 0.8rem;
    text-decoration: none;
    color: var(--white);
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
}

/*-- Space-Class --*/

[class|=space] {
    display: block;
    width: 100%;
    overflow: hidden
}

.space-10 {
    height: 10px;
}

.space-20 {
    height: 20px;
}

.space-30 {
    height: 30px;
}

.space-40 {
    height: 40px;
}

.space-50 {
    height: 50px;
}

.space-60 {
    height: 60px;
}

.space-70 {
    height: 70px;
}

.space-80 {
    height: 80px;
}

.space-90 {
    height: 90px;
}

.space-100 {
    height: 100px;
}

/*-- forex-Class --*/

.forex-card {
    background: #2f5719;
    text-align: right;
}

.forex-card .forex-card-btns {
    float: left;
    height: 250px;
    padding-top: 17px;
    padding-left: 5px;

}

.forex-card .forex-card-btns a {
    display: block;
    margin-bottom: 12px;
    margin-right: 20px;
    clear: both;
    text-align: center;
}

#forex_page h1, #forex_page h4 {
    text-align: right;
    color: #ee4545;
}


.page-title .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #8790af;
    font-weight: 600;
    text-align: center;
}
.text-center {
    text-align: center;
}

.text-center.page-title .title:before,
.page-title .title:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 15px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.forexButtons a {
    background-color: var(--white);
    padding: 0.4rem 1.8rem 0.8rem 1.8rem;
    text-decoration: none;
    color: var(--main);
    /* border-radius: 5px; */
    align-self: center;
    font-weight: bold;
    font-size: 1rem;
    border: none;
    margin-left: .3rem;
    margin-right: 0.3rem;
    white-space: nowrap;
    transition: all .5s ease;
}

.forexButtons a:hover {
    background-color: var(--copyrights);
    transition: all .5s ease;
    color: var(--white);
}

.forexButtons {
    width: 100%;
}


/*-- 3. Button-Style --*/

.bttn-white {
    position: relative;
    background: rgb(240, 239, 241);
    background: -webkit-linear-gradient(45deg, rgb(236, 14, 45) 0%, rgb(185, 93, 93) 100%);
    background: -o-linear-gradient(45deg, rgb(236, 14, 45) 0%, rgb(185, 93, 93) 100%);
    background: linear-gradient(45deg, rgb(236, 14, 45) 0%, rgb(185, 93, 93) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
}

.bttn-white img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}



.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.bttn-white.active,
.bttn-white:hover {
    color: #ffffff;
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0;
}

.bttn-default,
.bttn-white {
    padding: 12px 30px;
    background-color: #ffffff;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}

.bttn-default .lnr,
.bttn-white .lnr {
    margin-right: 10px;
}

#forex_about_page a {
    color:#c30b0b;
}

.singleCard a {
    width: 100%;
    text-align: center;
}