@font-face {
    font-family: "Roboto Bold";
    src: url(../fonts/Roboto-Bold.ttf)
}

@font-face {
    font-family: "Roboto Regular";
    src: url(../fonts/Roboto-Regular.ttf)
}

:not(output):-moz-ui-invalid {
    box-shadow: none
}

@font-face {
  font-family: 'UTM Avo';
  font-style: normal;
  font-weight: normal;
  src: local('UTM Avo'), url('../fonts/utm-avo.woff') format('woff');
}


@font-face {
  font-family: 'UTMAvoBold';
  font-style: normal;
  font-weight: normal;
  src: local('UTMAvoBold'), url('../fonts/utm-avobold.woff') format('woff');
}



.btn-danger.active,
.btn-danger.focus,
.btn-danger:focus,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-warning.focus,
.btn-warning:focus,
.btn:active,
.btn:focus {
    outline: 0 !important;
    box-shadow: none
}

.btn-primary:active:focus {
    background-color: none !important
}

body {
    font-family: "Roboto Regular";
    font-size: 12px
}

:focus {
    outline-color: transparent;
    outline-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}

.pl-4,
.px-4 {
    padding-left: 2.5rem !important
}

.text-primary {
    color: #d0211a !important
}

.text-grey {
    color: #383838 !important
}

a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #d0211a
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

.card {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden
}

a:hover {
    text-decoration: none !important;
    color: #d0211a
}

.color-white {
    color: #fff !important
}

.scrolltop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #5849b0;
    color: #fff;
    text-align: center;
    font-size: 24px
}

.scrolltop:active,
.scrolltop:focus,
.scrolltop:hover {
    color: #fff !important;
    opacity: .75
}

.hero {
    display: table;
    position: relative;
    background-image: url(../img/bg.jpg);
    background-size: auto;
    padding: 0;
    color: #fff;
    width: 100%;
    height: 90vh
}

.hero .container {
    height: 100%
}

.hero-brand {
    margin-bottom: 75px;
    display: inline-block
}

.hero-brand:hover {
    opacity: .75
}

.tagline {
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin: 45px 0 75px;
    color: #fff
}

#header {
    background: #e0e2e7;
    height: 88px
}

.header-inner {
    height: 60px !important;
    border: 1px solid green
}

.header-inner .nav-menu a {
    line-height: 55px
}

#header #logo {
    margin-top: 17px;
}

#header #logo img{
    width: 180px;
}

#header .cta-green {
    padding: 7px 20px;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 500
}

#header .cta-purple {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 500
}

#header .user-panel {
    display: table;
    margin-top: 24px;
    border-left: 1px solid #464646;
    height: 40px;
    padding-left: 20px
}

#header .user-panel li {
    display: table-cell
}

#header .user-panel button {
    margin-left: 10px;
    color: #fff
}

#header .user-panel a:hover {
    color: rgba(255, 255, 255, .75)
}

.sf-with-ul {
    color: #fff !important
}

.sf-arrows .sf-with-ul {
    padding-right: 30px
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

#nav-menu-container {
    margin: 0 0 0 15px
}

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 8px 10px 0 0;
    border: 0;
    background: 0 0;
    font-size: 24px;
    display: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    outline: 0;
    cursor: pointer;
    color: #fff
}

#mobile-nav ul li a:hover,
#mobile-nav-toggle i {
    color: #fff
}


#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: #1a2440;
    left: -260px;
    width: 260px;
    overflow-y: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#mobile-nav ul li {
    position: relative;
    border-bottom: 1px solid #2e2f6d
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: 0
}

#mobile-nav ul li li a {
    font-size: 16px
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    border: 1px solid red
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #fff
}

#mobile-nav ul .menu-item-active {
    color: #199eb8
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    display: none
}

.mobile-nav-logo {
    width: 100%;
    margin: 20px auto;
    text-align: center
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff
}

.stats-row {
    margin-top: 65px
}

.stats-col .circle {
    display: inline-block;
    width: 160px;
    height: 160px;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #666;
    border: 6px solid #199eb8;
    border-radius: 50%;
    padding: 55px 25px 0;
    position: relative
}

.stats-col .circle .stats-no {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -25px;
    right: -15px;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 18px;
    background-color: #e04f00;
    position: absolute;
    border-radius: 50%;
    font-weight: 700
}

.block {
    color: #fff;
    height: 490px;
    overflow: hidden;
    padding-top: 85px
}

.block h2 {
    text-transform: uppercase;
    margin-bottom: 15px
}

.block p {
    color: #fff;
    margin-bottom: 45px
}

.valign-top {
    vertical-align: top
}

.features {
    padding-bottom: 45px
}

.features h2 {
    color: #199eb8
}

.feature-col {
    display: table;
    padding-bottom: 45px
}

.feature-col>div>div {
    display: table-cell;
    vertical-align: middle
}

.feature-col>div>div:last-child {
    padding-left: 20px
}

.feature-col .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    background: #199eb8;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block
}

.feature-col h3 {
    color: #199eb8
}

.feature-col p {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    color: #999
}

.portfolio {
    background-color: #edf6ff;
    padding-bottom: 0
}

.portfolio h2 {
    color: #199eb8;
    margin-bottom: 25px
}

.portfolio-grid {
    margin-top: 65px
}

.portfolio-grid .row {
    margin: 0
}

.portfolio-grid .row>div {
    padding: 0
}

.portfolio-grid .row>div .card img {
    width: 100%
}

.portfolio-grid .row>div .card .portfolio-over {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.portfolio-grid .row>div .card .portfolio-over>div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.portfolio-grid .row>div .card .portfolio-over .card-title {
    color: #fff;
    font-size: 30px
}

.portfolio-grid .row>div .card .portfolio-over .card-text {
    color: #fff;
    opacity: .75;
    padding: 0 45px
}

.portfolio-grid .row>div .card:hover .portfolio-over {
    opacity: 1;
    visibility: visible
}

.team h2 {
    color: #199eb8
}

.team .col-sm-3 {
    padding: 0
}

.team .card>a {
    display: block
}

.team .card img {
    width: 100%
}

.team .card h4 {
    color: #fff;
    text-transform: uppercase
}

.team .card p {
    font-size: 11px;
    color: #fff;
    opacity: .75;
    margin: 0;
    padding: 0 35px
}

.team .card .social-nav {
    margin-bottom: 45px
}

.team .card .social-nav a {
    color: #fff;
    font-size: 16px;
    margin: 0 4px
}

.team .card .social-nav a:hover {
    opacity: .75
}

.team .card:hover .team-over {
    opacity: 1;
    visibility: visible
}

.team .card:hover .card-title-wrap {
    background-color: #199eb8
}

.team .card:hover .card-title-wrap .card-text,
.team .card:hover .card-title-wrap .card-title {
    color: #fff
}

.team .team-over {
    padding-top: 45px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team .card-title-wrap {
    padding: 15px 25px;
    position: relative;
    z-index: 9;
    background-color: #fff
}

.team .card-title-wrap .card-text,
.team .card-title-wrap .card-title {
    font-family: Raleway, Helvetica, Arial, sans-serif;
    display: block;
    margin: 0
}

.team .card-title-wrap .card-title {
    font-size: 24px;
    color: #333
}

.team .card-title-wrap .card-text {
    font-size: 18px;
    color: #999
}

#contact {
    background: #18233d;
    padding: 80px 0
}

#contact h4 {
    color: #fff;
    font-size: 36px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

#contact .divider {
    border-bottom: 3px solid #d0211a;
    width: 35px;
    margin: 30px auto
}

#contact h2 {
    font-family: Raleway, Helvetica, Arial, sans-serif;
    color: #199eb8
}

#contact p {
    font-size: 17px;
    color: #e4e3ff
}

#contact .inner {
    margin-bottom: 70px
}

#contact .info i {
    font-size: 32px;
    color: #199eb8;
    float: left
}

#contact .info p {
    padding: 0 0 10px 50px;
    line-height: 24px
}

#contact .form #sendmessage {
    color: #199eb8;
    border: 1px solid #199eb8;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

#contact .form #errormessage.show,
#contact .form #sendmessage.show,
#contact .form .show {
    display: block
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px
}

#contact .form input,
#contact .form textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#contact .form button[type=submit] {
    background: #199eb8;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

#contact .form button[type=submit]:hover {
    background: #23c2e1
}

.site-footer {
    background-color: #111;
    padding: 0
}

.site-footer h2,
.site-footer p {
    color: #fff
}

.site-footer p {
    opacity: .75;
    line-height: 2.0925
}

.site-footer .btn,
.site-footer h2 {
    margin-bottom: 25px
}

.site-footer .social-nav a {
    color: #fff;
    opacity: .25
}

.site-footer .social-nav a:hover {
    opacity: 1
}

.site-footer .bottom {
    background-color: #000;
    padding: 20px 0
}

.site-footer .bottom .list-inline,
.site-footer .bottom p {
    margin: 0
}

.site-footer .bottom .list-inline {
    position: relative;
    top: 5px
}

.site-footer .bottom .list-inline a {
    color: #fff;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin-right: 15px
}

.site-footer .bottom .list-inline a:hover {
    color: #199eb8
}

.site-footer .credits {
    color: #ddd
}

.site-footer .credits a {
    color: #199eb8
}

.debug {
    border: 1px solid red !important
}

.flex-container {
    display: flex;
    flex-direction: row;
    height: 93vh;
    align-items: center
}

.flex-box-2 {
    flex-basis: 53%;
    overflow-x: hidden;
    margin-left: 8%
}

.flex-box-1 {
    flex-basis: 40%;
    overflow-x: hidden
}

.no-padding {
    padding: 0 !important
}

.no-padding-right {
    padding-right: 0
}

.no-padding-left {
    padding-left: 0
}

.no-margin {
    margin: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0
}

.no-padding-bottom {
    padding-bottom: 0
}

.slogan p {
    color: #fff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    margin-left: 65px
}

.register-now {
    text-align: left
}

.register-now .register-btn {
    background-color: #685dcc;
    border-radius: 0;
    color: #fff;
    padding: 7px 20px;
    font-weight: 700
}

section .easiest-way h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px
}

.section-inner {
    margin-top: 120px
}

.section-inner h3 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700
}

.section-inner h4 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 300
}

.section-inner p {
    color: #9c9bb1;
    margin-top: 40px;
    font-size: 100%
}

.divider {
    margin-top: 15px
}

.divider-green-small {
    border-bottom: 2px solid #d0211a;
    width: 120px;
    margin-top: 15px
}

.divider-sm {
    border-top: 2px solid #5b4fb5;
    width: 35px;
    margin-top: 10px
}

.the-need-of-modern {
    background-image: url(../img/bg-section.jpg);
    background-size: cover;
    color: #fff;
    width: 100%;
    height: 300px
}

.the-need-of-modern .inner {
    margin-left: 20%;
    margin-top: 50px
}

.the-need-of-modern h3 {
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 700
}

.the-need-of-modern h4 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 300
}

.the-need-of-modern .ipad {
    margin-top: -20%;
    margin-right: 40px;
    z-index: 500;
    width: 90%
}

.features {
    background-color: #f8faff
}

.features .feature-box {
    padding: 30px
}

.features .feature-box h5 {
    margin-top: 30px;
    color: #464652;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    padding: 0
}

.features .register-now {
    margin: 60px 0
}

.features .feature-box p {
    margin-top: 20px;
    font-family: OpenSans, sans-serif;
    font-size: 17px;
    color: #9c9bb1
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt70 {
    margin-top: 70px
}

.mb20 {
    margin-bottom: 20px
}

.mb70 {
    margin-bottom: 70px
}

.mt80 {
    margin-top: 80px
}

.mt90 {
    margin-top: 90px
}

.mt100 {
    margin-top: 100px
}

.mt120 {
    margin-top: 120px
}

.mt150 {
    margin-top: 150px
}

.ml20 {
    margin-left: 20px
}

.pl-6 {
    padding-left: 0
}

.py-l {
    padding-top: 70px;
    padding-bottom: 70px
}

section.time-to-invest {
    padding: 0
}

.time-to-invest-bg {
    background: url(../img/guy-trading.jpg) top right/cover no-repeat;
    color: #fff;
    width: 100%;
    height: 100%
}

.time-to-invest h3 {
    color: #464652;
    font-family: Montserrat, sans-serif;
    font-size: 36px
}

.time-to-invest h4 {
    color: #464652;
    font-size: 36px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.time-to-invest p {
    margin-top: 40px;
    font-family: OpenSans, sans-serif;
    font-size: 17px;
    color: #9c9bb1
}

.the-form-control {
    padding-left: 10px;
    background-color: #ebebeb;
    border-radius: 0;
    border: 1px solid #ebebeb;
    height: 44px;
    color: #464652 !important;
    font-family: "Roboto Regular";
    width: 188px
}

.the-form-control:active,
.the-form-control:focus {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #d0211a;
    outline: 0 !important
}

.textarea,
.textarea:active,
.textarea:focus {
    width: 100%;
    height: 220px
}

.bold {
    font-weight: 700
}

.regular {
    font-weight: 400
}

#warning {
    background-color: #000;
    border-bottom: 1px solid #0f0f0f;
    padding: 35px 0
}

#warning h6 {
    font-size: 20px;
    
    color: #aaa9a9;
    margin-bottom: 15px
}

#warning p {
    font-size: 12px;
    font-family: "Roboto Regular";
    color: #aaa9a9;
    line-height: 20px
}

#warning p a {
    color: #d0211a
}

#copyright {
    background-color: #000;
    padding: 20px 0
}

#copyright h6 {
    
    font-size: 20px;
    color: #474747
}

#footer {
    background-color: #111;
    border-bottom: 1px solid #0f0f0f;
    padding: 35px 0
}

#footer .container,
#warning .container {
    margin-top: 0
}

#footer a {
    color: #aaa9a9;
    font-family: "Roboto Regular";
    font-size: 14px
}

#footer a:hover {
    color: #d0211a
}

#footer a.heading {
    color: #FFF;
    font-size: 15px;
    padding-top: 5px;
    
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400
}

#footer .newsletter-signup p {
    color: #fff;
    font-size: 17px
}

#footer .newsletter-signup .newsletter-signup-form input[type=submit] {
    border-radius: 0
}

ul.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.footer-menu li {
    padding: 5px 0
}

ul.footer-menu li a {
    color: #fff;
    font-family: OpenSans, sans-serif;
    font-size: 12px
}

ul.footer-menu li a:hover {
    color: #d0211a
}

.read-more a {
    color: #635ec3;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px
}

.register-btn-border {
    border: 1px solid #5849b0;
    border-radius: 3px;
    padding: 7px 35px;
    background-color: transparent;
    font-size: 15px !important;
    font-family: Montserrat;
    font-weight: 500;
    color: #fff
}

.register-btn-header {
    border: 1px solid #5849b0;
    border-radius: 0;
    padding: 7px 35px;
    font-size: 15px !important;
    font-family: Montserrat;
    font-weight: 700;
    color: #fff
}

.mod-languages .btn-group .btn {
    border-radius: 0;
    padding: 7px 40px;
    background-color: transparent;
    font-size: 15px !important;
    font-family: Montserrat;
    font-weight: 500;
    color: #fff
}

.nav-menu li.menu-has-children ul li {
    background-color: #1a2440 !important;
    border: 0;
    margin-top: -2px
}

.nav-menu li.menu-has-children ul li a {
    line-height: 30px;
    color: #fff;
    width: 100%
}

.nav-menu li.menu-has-children ul li a:hover {
    line-height: 30px;
    color: #fff;
    background-color: #5849b0
}

.inner-page-banner {
    height: 300px
}

.inner-page-banner h1, .large-banenr h1 {
    margin-top: 0px;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
	text-align: center;
}

.inner-page-banner p,
.large-banenr p {
    font-size: 36px;
    font-family: "Roboto Regular";
    color: #fff;
    text-align: left;
}

.inner-page-banner .hr{
    width: 300px;
    border-bottom: 2px solid #ffcc00;
}

.page-banner-l {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 460px
}

.page-banner-l h1 {
    font-size: 70px;
    
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4.5px
}

.page-banner-l p {
    margin-top: 10px;
    font-size: 24px;
    font-family: "Roboto Regular";
    color: #fff;
    font-weight: 400
}

.page-banner-m {
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
}

.page-banner-m h1 {
    font-size: 46px;
    font-family: 'UTMAvoBold';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400
}

.page-banner-m p {
    font-size: 24px;
    font-family: "Roboto Regular";
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

.inner-page {
    margin-top: 30px;
    padding-bottom: 60px
}

.inner-page .title {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.inner-page h3 {
    color: #383838;
    font-family: 'UTMAvoBold';
    font-size: 48px;
    font-weight: 700
}

.inner-page h3 span {
    border-bottom: 3px solid #d0211a;
    padding-bottom: 5px
}

.inner-page p {
    font-size: 20px;
    color: #383838;
    letter-spacing: 0px;
}

.inner-page .content p {
    margin-top: 10px;
    font-family: OpenSans, sans-serif;
    font-size: 17px;
    color: #9c9bb1
}

.inner-page .content p.highlight {
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #54545f;
    padding-bottom: 20px
}

.middle {
    margin: 0 auto
}

.req h3 {
    color: #5848af;
    font-size: 17px;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    margin-top: 40px
}

.req p {
    color: #9c9bb1;
    font-size: 17px;
    font-family: OpenSans, sans-serif;
    margin-top: 40px;
    text-align: left
}

.req p>.highlight {
    color: #5848af
}

.underline {
    text-decoration: underline
}

.deposit-and-withdrawal .req .box {
    margin-top: -70px;
    box-shadow: 4px 4px 50px #f1f1f1;
    padding: 30px
}

.deposit-and-withdrawal .req .box h3 {
    margin-top: 70px
}

.deposit-and-withdrawal .req .box p {
    text-align: center
}

.payment-cards {
    margin-top: 60px
}

.large-banenr {
    height: 520px
}

.large-banner {
    height: 522px;
    background-repeat: no-repeat;
    background-position: center;
}

.large-banner .btn > p{
    font-size: 16px !important;
}

.mid-large-banner {
    height: 375px;
    background-repeat: no-repeat;
    background-position: center;
}

.mid-large-banner h1 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.mid-large-banner p {
    font-size: 20px;
    font-family: "UTM Avo";
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.xlarge-banner {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

#our-values {
    color: #fff
}

#our-values .value-header {
    height: 100px;
    background: 0 0
}

#our-values .value-header-sm {
    height: 100px;
    background: 0 0
}

#our-values .value {
    height: auto;
    background: url(../img/Rect.jpg) top left no-repeat;
    padding-left: 30px;
    margin-top: 30px
}

#our-values .value-sm {
  height: 65px;
  background: url(../img/Rect.jpg) no-repeat;
  padding-left: 30px;
}

#our-values .value-sm p {
    padding-top: 0;
    font-size: 12px;
}

#our-values h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

#our-values h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#our-values h1 span,
#our-values h2 span {
    border-bottom: 3px solid #ffcc00;
    padding-bottom: 10px
}

#our-values h3 {
    padding-top: 0;
    margin-top: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'BebasNeue Bold', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 28px
}

#our-values p {
    padding-top: 15px;
    font-size: 14px;
}

.large-banner h1 {
    font-size: 35px;
    text-align: center;
    color: #fff
}

.large-banner p {
    font-weight: 300;
    color: #fff;
    font-family: "UTM Avo";
    font-size: 16px;
    text-align: center
}

.contact-us-page {
    padding: 70px 0
}

.contact-us-page .box_ h3 {    
    font-size: 22px;
    line-height: 25px
}

.contact-us-page .box_ p {
    font-family: "Roboto Regular";
    font-size: 20px;
    padding-top: 14px
}

.contact-us-page .box_ p a {
    font-family: "Roboto Regular";
    font-size: 20px;
    color: #383838
}

.contact-form #contact-form,
.contact-us-page #we-can-call {
    background-color: #f7f7f7
}

.contact-us-page #we-can-call h4 {
    font-size: 37px;
    line-height: 40px;
    text-align: center
}

.contact-us-page #we-can-call p {
    padding-top: 20px
}

.contact-us-page #locations {
    background-color: #000;
    color: #fff
}

.contact-us-page #locations h3 {
    
    font-size: 37px;
    line-height: 27px
}

.contact-us-page #locations p {
    padding-top: 12px
}

.contact-us-page h4 {
    font-size: 20px
}

.contact-us-page #contact-form h3 {
    
    font-size: 37px;
    line-height: 37px
}

.contact-us-page .form-control {
    background: #f7f8f9;
    font-family: "Roboto Regular";
    font-size: 15px;
    padding: 10px;
    border: 1px solid #efefef;
    color: #a1a1a1 !important;
    border-radius: 0
}

.contact-us-page p {
    font-size: 20px
}

.international-locations {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #e6e6f8
}

.download-mt4-cta {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #1a2440
}

.download-mt4-cta p {
    color: #fff
}

.download-mt4-cta .platforms {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.download-mt4-cta .platforms li {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
    margin-right: 4%;
    border: 1px solid #fff;
    width: 100px;
    height: 100px;
    padding-top: 10px;
    border-radius: 3px
}

.download-mt4-cta .platforms li a {
    color: #fff;
    width: 100% !important;
    height: 100% !important
}

.download-mt4-cta .platforms li:hover {
    color: #fff;
    background: #d0211a;
    border-radius: 3px
}

.download-mt4-cta .platforms li div {
    font-size: 13px;
    margin-top: 5px
}

.account-types .req {
    background-color: #f8faff;
    padding: 20px;
    margin: 20px
}

.light-purple {
    color: #6460c4 !important
}

.block-2 {
    margin-top: 80px
}

.block-2 .divider {
    height: 2px;
    margin-bottom: 30px
}

.form-signup .flex-box {
    height: 755px;
    display: flex;
    background: url(../img/signup-bg.jpg) top center no-repeat;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.form-signup {
    box-shadow: -10px 10px 10px #f1f1f1
}

.form-signup .inner {
    margin: 80px
}

.form-signup .inner h1 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    text-align: center
}

.form-signup h4 {
    color: #fff;
    font-family: Montserrat
}

.form-signup .inner .form {
    margin-top: 30px
}

.form-signup .flex-box p {
    font-family: Montserrat;
    color: #fff
}

.form-signup .form-control {
    background-color: #f8faff;
    border-color: #f2f4fa
}

.form-signup label span {
    margin: 15px
}

.risk_warning {
    padding: 40px 0
}

.risk_warning p {
    color: #fff;
    font-size: 12px
}

#signupForm .form-control {
    color: #495057 !important
}

#signupForm #Country {
    color: #495057;
    background: #f7f8f9;
    width: 120px;
}

#LoginForm .form-control {
    color: #495057 !important
}

#LoginForm #Country {
    color: #495057
}

label.error {
    font-size: 12px;
    color: red;
    margin-bottom: 0;
    display: block;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #1a2440;
    border-right: 16px solid #fff;
    border-bottom: 16px solid #5849b0;
    border-left: 16px solid #373684;
    width: 180px;
    height: 180px;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin;
    display: block
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    overflow-x: hidden;
    transition: .5s;
    text-align: cenetr;
    display: none
}

.overlay-content {
    position: relative;
    top: 35%;
    width: 180px;
    margin: 0 auto;
    text-align: center
}

.overlay-content p {
    color: #fff;
    font-size: 90%;
    margin-top: 30px;
    font-weight: 700
}

.title-bold-60 {
    font-size: 60px;
    color: #383838;
    
    line-height: 50px;
    padding: 0;
    margin: 0
}

.divider {
    border-bottom: 4px solid #d0211a;
    width: 260px
}

@media screen and (max-height:450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

.secondary-footer p {
    color: #fff;
    font-size: 13px
}

.top-bar {
    height: 45px;
    background: #222;
     color: white;
}

.top-bar .btn {
    height: 30px;
    padding: 0px 7px;
    font-size: 12px !important;
    margin: 7px 1px;
}

.top-bar .btn-success{
    border: 1px solid #28a745 !important;
}

.top-bar .btn-default {
    color: white;
    border: 1px solid white;
}

.top-bar .workinghours {
    padding-top: 5px;
    padding-left: 5px;
}
.top-bar .timing {
    padding-top: 4px;
    padding-left: 10px;
    text-align: left;
}

.header-bar {
    background: #1a2440;
    height: 90px
}

#fold {
    height: 600px;
    background: #1d1a3a
}

#counter-board {
    margin-top: 2px;
}

.g .inner {
    border: 0
}

#how-to-start {
    height: 550px;
    background: #fff;
    text-align: center;
    margin-top: 70px
}

#how-to-start h3 {
    font-size: 32px;
    background: #fff
}

#how-to-start h3.tag-line {
    font-size: 36px;
    background: #fff;
    font-weight: 300;
    font-family: Montserrat;
    color: #464652
}

#how-to-start .box2 {
    box-shadow: 4px 4px 50px #f1f1f1;
    padding-left: 20px;
    padding-right: 20px
}

#how-to-start .box2 h1 {
    font-size: 100px;
    color: #685dcc
}

#how-to-start .box2 h4 {
    font-size: 22px;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

#how-to-start .box2 p {
    font-size: 18px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #9c9bb1
}

#how-to-start .feature p {
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

#how-to-start .feature p strong {
    font-weight: 700
}

#trading-platforms {
    background: url(../img/mt4-bg.jpg) top left no-repeat #000;
    height: 538px
}

.trading-platforms-2 {
    background: url(../img/banners/download-mt4.jpg) top left no-repeat !important;
    height: 350px !important
}

.trading-platforms-2 h4 {
    font-size: 64px !important
}

.trading-platforms-2 p {
    font-size: 20px !important;
    text-transform: uppercase
}

#trading-platforms .mt4 {
    height: 538px;
    width: 100%
}

#trading-platforms h4 {
    padding: 80px 0 0;
    margin: 0;
    font-size: 36px;
    font-family: 'BebasNeue Regular';
    font-weight: 100;
    color: #fff;
    line-height: 46px;
    letter-spacing: 2px
}

#trading-platforms h4 span {
    font-weight: 300;
    font-family: "Roboto Bold";
    font-size: 66px
}

#trading-platforms .left .inner {
    padding-top: 40px
}

#trading-platforms .download-mt4-btn {
    margin-top: 80px
}

#trading-platforms .mt4 p {
    color: #fff;
    font-family: "Roboto Regular";
    font-size: 20px;
    letter-spacing: .5px;
    line-height: 35px
}

#trading-platforms .inner p {
    color: #fff;
    font-family: "Roboto Regular";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 35px;
    font-weight: 400 !important
}

#trading-platforms .platforms {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#trading-platforms .platforms li {
    float: left;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    margin-right: 1%;
    margin-top: 30px;
    border: 1px solid #737373;
    height: 75px;
    width: 75px
}

#trading-platforms .platforms li a {
    color: #fff;
    height: 90px;
    width: 90px
}

#trading-platforms .platforms li:hover {
    background-color: #d0211a;
    border: 0
}

#trading-platforms .platforms li div {
    font-size: 13px;
    margin-top: 5px
}

#take-a-moment {
    height: auto !important;
    background-color: #161e35;
    width: 100%;
    padding: 100px 0
}

#take-a-moment h4 {
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center
}

#fulfill h3 span,
#take-a-moment h4 span {
    font-weight: 700
}

#take-a-moment p {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center
}

#coin-graphs {
    background: #161e35;
    height: 960px
}

#fulfill {
    height: 500px;
    background: url(../img/buildings.jpg) top left no-repeat #4b4393;
    text-align: center;
    padding: 150px
}

#fulfill h3 {
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 55px
}

#newsletter-subscribe {
    height: 180px;
    background-color: #fff
}

#newsletter-subscribe h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    padding: 0;
    font-size: 24px
}

#newsletter-subscribe p {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px
}

#newsletter-subscribe-form {
    margin-top: 65px
}

#newsletter-subscribe-form .form-control {
    background: #ebebeb;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
    padding-left: 15px;
    border: 1px solid #d8d8d8;
    color: #333 !important
}

#newsletter-subscribe-form button {
    background-color: #685dcc;
    border-radius: 0;
    color: #fff;
    padding: 7px 20px;
    font-weight: 500;
    font-family: Montserrat;
    font-size: 15px
}



#fold {
    height: 700px;
    z-index: 50;
}

#fold .slider{
    height: 500px;
}

#fold .footer{
    height: 190px;    
}

#fold .slider .btn{
	text-align: center !important;
    font-family: "UTMAvoBold";
}

#fold .slider .btn-success{
    background: #28a745;
    color: #fff;
    font-weight: bold !important;
}

#fold .slider .btn-danger{
    font-size: 18px;;
    background: rgb(212,35,28);
    background: linear-gradient(90deg, rgba(212,35,28,1) 0%, rgba(185,22,16,1) 35%, rgba(154,8,2,1) 100%);
    font-weight: bold !important;
}

#fold .slider .btn-primary{
    font-size: 18px;
    background: rgb(1,95,240);
    background: linear-gradient(90deg, rgba(1,95,240,1) 0%, rgba(0,75,190,1) 35%, rgba(0,63,159,1) 100%);
    color: #fff;
    font-weight: bold !important;
}


.btn-danger{
    background: rgb(212,35,28);
    background: linear-gradient(90deg, rgba(212,35,28,1) 0%, rgba(185,22,16,1) 35%, rgba(154,8,2,1) 100%);
    font-weight: bold !important;
}

.btn-primary{
    background: rgb(1,95,240);
    background: linear-gradient(90deg, rgba(1,95,240,1) 0%, rgba(0,75,190,1) 35%, rgba(0,63,159,1) 100%);
    font-weight: bold !important;
    color: #fff !important;
}

#fold .slider .btn div{
    transition: none 0s ease 0s; 
    text-align: inherit; 
    line-height: 20px; 
    border-width: 0px; 
    margin: 0px; 
    padding: 0px; 
    letter-spacing: 0px; 
    font-weight: 400; 
    font-size: 14px;
    font-family: "UTM Avo";
}


#fold .slider,
#fold .slider .inner {
    padding-top: 0px
}

#fold .slider .inner h2 {
    font-size: 36px;
    
    color: #fff;
    font-weight: 100 !important;
    text-align: center !important;
}

.slide .inner p {
    font-family: "Roboto Regular";
    font-size: 22px;
    color: #fff;
    line-height: 25px !important;
    text-align: center !important;
}

.slide-1 h1 span {
    font-weight: 700;
    text-align: center !important
}

.slide-1 .description {
    margin-top: 45px;
    text-align: center !important
}

.slide-1 .description p {
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    font-size: 24px;
    line-height: 24px
}

.slide-1 .cta {
    margin-top: 55px;
    text-align: center !important;
}

.slide .cta .cta-purple {
    background-color: #685dcc;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 40px
}

.link-purple {
    color: #9c9bb1;
    text-decoration: underline
}

.cta-green {
    background-color: #d0211a;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 30px
}

.cta-bordered {
    background: 0 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 50px;
    border: 1px solid #fff;
    border-radius: 3px
}

.cta-bordered:hover {
    background: #fff;
    color: #161e35
}

.green-link {
    color: #d0211a
}

.top-bar .top-bar-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.top-bar .top-bar-menu li {
    float: right
}

.top-bar .top-bar-menu li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-family: "Roboto Regular";
    font-weight: 300;
    padding: 12px 0 12px 40px;
    color: #fff
}

.top-bar .top-bar-menu li a:hover {
    color: #fff
}

.top-bar .top-bar-menu .active {
    background-color: red
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.grey-bg {
    background: #fafafa
}

.pt-l {
    padding-top: 75px
}

.pt-m {
    padding-top: 40px
}

.pb-l {
    padding-bottom: 35px
}

.pb-m {
    padding-bottom: 40px
}

.pb-xs {
    padding-bottom: 12px
}

.pt-xs {
    padding-top: 12px
}

.about-us .our-vision {
    list-style: square;
    margin: 0;
    padding: 0
}

.about-us .our-vision li {
    font-family: "Roboto Regular";
    font-size: 20px;
    color: #383838;
    letter-spacing: .3px;
    padding: 3px
}

.about-us ul,
.download-mt4 ul {
    color: #d0211a;
    margin: 0;
    padding-left: 15px
}

.about-us ul li,
.download-mt4 ul li {
    color: #d0211a;
    padding: 8px;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 20px
}

.about-us ul li span,
.download-mt4 ul li span {
    font-family: "Open Sans";
    font-size: 18px;
    color: #87869a
}

.account-type {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1
}

.account-types-cols .col:nth-child(3) ul li {
    background-color: #ececec
}

.account-types-cols .col:nth-child(5) ul li {
    background-color: #e7e7e7
}

.account-type .dtitle {
    background: #ffcc00 !important
}

.account-type h3 {
    color: #020202;
    font-size: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.account-type li {
    padding: 15px 25px;
    color: #4b4b4b;
    font-size: 20px;
    border-bottom: 1px solid #f1f1f1;
    font-family: "Roboto Regular";
    line-height: 30px
}

ul.account-type li p {
    line-height: 27px
}

ul.account-type li.account-type-cta {
    background: #fff;
    border: 0
}

.benefits {
    list-style: none;
    margin: 20px 0 0;
    padding: 0
}

.benefits h3 {
    color: #464652;
    font-size: 35px;
    padding: 0;
    margin: 0;
    text-align: center
}

ul.benefits li {
    padding: 15px 25px;
    color: #4b4b4b;
    font-size: 20px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 30px
}

.gold {
    list-style: none;
    margin: -25px 0 0;
    padding: 0 !important;
    background: #ece8a9 !important;
    background: -moz-linear-gradient(top, #ece7a9 0, #caa763 100%) !important;
    background: -webkit-linear-gradient(top, #ece7a9 0, #caa763 100%) !important;
    background: linear-gradient(to bottom, #ece7a9 0, #caa763 100%) !important
}

.gold .dtitle {
    background: #111
}

.gold h3 {
    font-size: 38px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #ece8a9 !important;
    color: -moz-linear-gradient(top, #ece7a9 0, #caa763 100%) !important;
    color: -webkit-linear-gradient(top, #ece7a9 0, #caa763 100%) !important;
    color: linear-gradient(to bottom, #ece7a9 0, #caa763 100%) !important
}

ul.gold li {
    padding: 15px 25px;
    color: #464652;
    font-size: 20px;
    border-bottom: 1px solid #ece8ce
}

ul.gold li:last-child {
    border: 0
}

ul.gold li.account-type-cta {
    background: #fff;
    border: 0
}

@media (min-width:768px) {
    .account-types-cols {
        margin-right: -100px;
        margin-left: -100px
    }

    .account-types-cols .col {
        padding-left: 7px;
        padding-right: 7px
    }
}

.portfolio-page .dblock {
    box-shadow: 4px 4px 10px #f1f1f1;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px
}

#portfolio-management {
    background-color: #fafafa
}

#portfolio-management .lefts {
    background: url(../img/portfolio-banner.jpg) top left no-repeat;
    text-align: center;
    height: 543px;
    padding-top: 180px;
    padding-left: 180px
}

#portfolio-management .rights {
    padding: 80px
}

#portfolio-management h4 {
    padding: 80px 0 0;
    margin: 0;
    font-size: 36px;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 46px
}

#portfolio-management h4 span {
    font-weight: 300
}

#portfolio-management ul {
    color: #756fe4;
    margin: 0;
    padding-left: 15px
}

#portfolio-management ul li {
    color: #756fe4;
    padding: 8px;
    font-family: "Open Sans";
    font-weigh: 300;
    font-size: 20px
}

#portfolio-management ul li span {
    font-family: "Open Sans";
    font-size: 18px;
    color: #87869a
}

.why-us-page .dblock {
    padding: 20px;
    box-shadow: 4px 4px 50px #f1f1f1;
    display: block;
    height: 350px
}

.why-us-page .dblock p {
    padding-top: 20px;
    font-size: 16px
}

.why-us-page .our-values p {
    font-size: 20px;
    line-height: 37px
}

.cfd-page .boxes {
    padding: 35px 0
}

.cfd-page .boxes .col .float-right{
    float: none !important;
}

.cfd-page .boxes .icon-box {
    box-shadow: 4px 4px 30px #dcdbdb;
    text-align: center !important;
    padding: 25px;
    height: 90px;
    width: 90px
}

.cfd-page .boxes .icon-box img {
    width: 45px;
    height: 45px
}

.cfd-page .boxes .col p {
    margin-top: 15px;
    font-family: "Roboto Regular";
    font-size: 15px
}

.cfd-page table thead td {
    background: #ffcc00;
    font-size: 18px;
    font-family: "Roboto Bold";
    color: #fff;
    padding: 12px;
    border: 0
}

.mega-sub-menu .mega-sub-menu li {
    border-bottom: 1px solid #ddd !important
}

.nav-tabs--vertical {
    border-bottom: none;
    display: flex;
    flex-flow: column nowrap
}

.nav-tabs--left {
    margin: 0 15px
}

.nav-tabs--left .nav-link {
    transition: border-color 125ms ease-in;
    white-space: nowrap;
}

.nav-tabs--left .nav-link:hover {
    background-color: #f7f7f7
}

.nav-tabs--left .nav-link.active:hover {
    background-color: #fff;
    border-color: #0275d8 #fff #0275d8 #0275d8
}

.faq-category:focus {
    border: 0
}

.nav-tabs--left .nav-link:active,
.nav-tabs--left .nav-link:hover {
    border: 0;
    border-left: 3px solid #d0211a;
    border-radius: 0
}

.nav-tabs--left .nav-link.active {
    margin-right: -1px;
    border: 0;
    border-left: 3px solid #fc0;
    border-radius: 0;
    font-weight: 700;
    font-family: Roboto
}

.faq-category a {
    font-family: Montserrat;
    font-size: 14px;
    color: #464652
}

.question a {
    font-family: "UTM Avo";
    font-size: 18px;
    color: #464652;
    padding: 25px 0
}

.question a .bullet{
    width: 7px;
    height: 7px;
    background: rgb(212,35,28);
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

.answer {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #6c6c6c;
}

.answer p {
    font-family: "UTM Avo";
    font-size: 16px;
    color: #87869a;
    font-weight: 400;
    padding: 0px 10px;
}

.card-header {
    background-color: #f9f9f9;
    margin-bottom: 5px;
    border: 0;
    padding: 12px 20px;
}

.card-header.active {
    background-color: #fff;
    border: 1px solid #eee
}

.card-header.active .question a {
    color: #d0211a
}

.slide-1 .description span {
    font-weight: 700
}

.language-dropdown {
    margin-top: 7px;
    margin-left: 40px
}

.language-dropdown li a {
    color: #fff;
    font-size: 16px
}

.language-dropdown ul {
    border-top: 3px solid #d0211a;
    background: 0 0;
    padding: 0;
    border-radius: 0;
    margin-top: 15px
}

.language-dropdown ul li {
    background-color: #fff !important;
    border-bottom: 1px solid #e1e1e1
}

.language-dropdown ul li:hover {
    background-color: #33cc83 !important;
    border: 1px solid #33cc83 !important
}

.language-dropdown ul li a {
    font-size: 14px;
    font-family: "Roboto Regular";
    color: #464652;
    display: block;
    padding: 10px 0 10px 10px
}

.language-dropdown ul li a .language-switcher-native-name {
    padding-left: 10px
}

.slide_de h1,
.slide_de h1 span {
    font-size: 35px !important;
    text-align: center !important
}

.de_DE #trading-platforms .inner,
.es_ES #trading-platforms .inner {
    padding-top: 0 !important;
    width: 100% !important
}

.vip-bg {
    background: rgba(251, 192, 67, 1);
    background: -moz-linear-gradient(left, rgba(251, 192, 67, 1) 0, rgba(246, 214, 95, 1) 53%, rgba(246, 214, 95, 1) 64%, rgba(246, 214, 95, 1) 78%, rgba(246, 214, 95, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(251, 192, 67, 1)), color-stop(53%, rgba(246, 214, 95, 1)), color-stop(64%, rgba(246, 214, 95, 1)), color-stop(78%, rgba(246, 214, 95, 1)), color-stop(100%, rgba(246, 214, 95, 1)));
    background: -webkit-linear-gradient(left, rgba(251, 192, 67, 1) 0, rgba(246, 214, 95, 1) 53%, rgba(246, 214, 95, 1) 64%, rgba(246, 214, 95, 1) 78%, rgba(246, 214, 95, 1) 100%);
    background: -o-linear-gradient(left, rgba(251, 192, 67, 1) 0, rgba(246, 214, 95, 1) 53%, rgba(246, 214, 95, 1) 64%, rgba(246, 214, 95, 1) 78%, rgba(246, 214, 95, 1) 100%);
    background: -ms-linear-gradient(left, rgba(251, 192, 67, 1) 0, rgba(246, 214, 95, 1) 53%, rgba(246, 214, 95, 1) 64%, rgba(246, 214, 95, 1) 78%, rgba(246, 214, 95, 1) 100%);
    background: linear-gradient(to right, rgba(251, 192, 67, 1) 0, rgba(246, 214, 95, 1) 53%, rgba(246, 214, 95, 1) 64%, rgba(246, 214, 95, 1) 78%, rgba(246, 214, 95, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.vip-page .benefits {
    list-style: none url(../img/circle-gold.jpg);
    margin: 0;
    padding: 0
}

.vip-page ul.benefits li {
    padding: 20px 25px;
    color: #87869a;
    font-size: 20px;
    border: 0
}

.btn-gold {
    background: rgb(212,35,28);
    background: linear-gradient(90deg, rgba(212,35,28,1) 0%, rgba(185,22,16,1) 35%, rgba(154,8,2,1) 100%);
    font-size: 27px;
    color: #fff !important;
    padding: 10px 30px;
    
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 1.5px;
    border: 0
}

.btn-success{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.vip-page .cta-box {
    border: 1px solid #685dcc;
    padding: 50px 30px;
    box-shadow: 4px 4px 30px #f1f1f1
}

.ribbon-box {
    position: relative
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon span {
    font-size: 8px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#685dcc 0, #685dcc 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #685dcc;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #685dcc
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #685dcc;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #685dcc
}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px
}

.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 402px;
    height: 697px;
    background: url(../img/dash.png) no-repeat;
    margin-left: 20px
}

.flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 402px;
    height: 697px;
    background: url(../img/etherum.png) no-repeat;
    margin-left: 20px
}

.flex-item:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 402px;
    height: 697px;
    background: url(../img/litecoin.png) no-repeat;
    margin-left: 20px
}

.flex-item:nth-child(4) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 402px;
    height: 697px;
    background: url(../img/dash.png) no-repeat;
    margin-left: 20px
}

.coin-name {
    margin-top: 300px
}

.coin-name h4 {
    padding: 0 !important
}

.coin-price h5 {
    padding: 0 !important;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 300
}

.volatility {
    margin-top: 240px
}

.volatility h5 {
    color: #9fcd2f;
    padding: 10px 0 0;
    font-size: 26px;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin: 0
}

.volatility p {
    color: #fff;
    text-align: left !important;
    font-size: 18px !important;
    font-weight: 400
}

.volatility .arrow-go {
    margin-top: 40px;
    text-align: right !important
}

.steps-start-trading {
    padding: 0px;
    background: #f7f7f7;
}

.steps-start-trading .hr{
    border-bottom: 2px solid #da251d;
    width: 200px;
    margin: 0 auto;
}

.steps-start-trading .steps {
    margin: 50px 0
}

.steps-start-trading h1 {
    font-size: 36px;
    color: #383838;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 100;
}

.steps-start-trading p {
    font-size: 18px;
    color: #383838;
    text-align: center;
    font-weight: 100;
    padding: 15px 0;
}

.steps-start-trading .step {
    background-color: #f7f7f7;
    width: 325px;
    height: 125px;
    padding-top: 30px;
    margin-top: 36px
}

.steps-start-trading .step:nth-child(2) {
    margin-top: 0
}

.steps-start-trading .step .step-number {
    width: 21%;
    text-align: center;
    padding: 0;
    line-height: 24px
}

.steps-start-trading .step .description {
    width: 78%;
    border-left: 1px solid #d1d1d1;
    padding-left: 20px
}

.steps-start-trading .step h4 {
    font-size: 30px;
    font-family: "Roboto Bold";
    padding: 0 !important;
    margin: 0 !important;
    color: #383838;
    line-height: 24px
}

.steps-start-trading .step p {
    font-size: 20px;
    font-family: "Roboto Regular";
    color: #7a7a7a;
    line-height: 40px;
    margin: 0
}

.steps-start-trading .step .digit {
    color: #a3a3a3;
    font-size: 36px;
    
    text-align: center
}

.btn {
    font-size: 11px;
    color: #fff;
    padding: 7px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    line-height: 30px;
    letter-spacing: 1px
}

.btn-sm {
    padding: 6px 17px !important;
    line-height: 25px !important
}

.btn-primary {
    color: #333;
}

.btn-primary:hover {
}

.btn-primary-bordered {
    padding: 8px 40px;
    background-color: transparent !important;
    border: 2px solid #41cfce !important;
    color: #33ccca;
    font-weight: bold;
}

.btn-primary-bordered:hover {
    background-image: -webkit-linear-gradient(top, #33ccca, #33ccca);
    background-image: -moz-linear-gradient(top, #33ccca, #33ccca);
    background-image: -ms-linear-gradient(top, #33ccca, #33ccca);
    background-image: -o-linear-gradient(top, #33ccca, #33ccca);
    background-image: linear-gradient(to bottom, #33ccca, #33ccca);
    border: 0;
    color: #333
}

.btn-primary-lg-bordered {
    padding: 8px 55px !important
}

.btn-primary-bordered-header {
    background-color: transparent !important;
    border: 2px solid #f6d65f !important;
    padding: 4px 15px !important;
    line-height: 25px !important;
    font-size: 14px
}

.btn-primary-bordered-header:hover {
    background-image: -webkit-linear-gradient(top, #fbc043, #f6d65f);
    background-image: -moz-linear-gradient(top, #fbc043, #f6d65f);
    background-image: -ms-linear-gradient(top, #fbc043, #f6d65f);
    background-image: -o-linear-gradient(top, #fbc043, #f6d65f);
    background-image: linear-gradient(to bottom, #fbc043, #f6d65f);
    color: #333
}


.btn-danger-bordered {
    background-color: none !important;
    border: 1px solid #e52935;
    font-size: 24px;
    color: #e52935;
    padding: 13px 60px;
    
    text-transform: uppercase;
    border-radius: 0;
    line-height: 60px;
    letter-spacing: 1.5px
}

.btn-danger-bordered:hover {
    background-color: #e52935;
    color: #fff
}

.btn-info {
    background-color: #33ccca
}

.btn-info:hover {
    background-color: #3defed;
    color: #fff
}

.spacey-text {
    letter-spacing: 3px
}

#global-leader {
    margin-top: -50px;
    margin-bottom: 50px
}

#global-leader .bg {
    background-image: url(../img/globe-bg.jpg);
    height: 231px
}

#global-leader .container .description {
    padding-top: 74px;
    padding-left: 50px
}

#global-leader .container .description .logo-holder {
    text-align: center;
    width: 120px
}

#global-leader .container .description h4 {
    color: #fff;
    font-family: "Roboto Light";
    font-size: 66px;
    line-height: 35px;
    margin-left: 40px
}

#global-leader .container .description h4 span {
    font-family: "Roboto Bold"
}

#global-leader .container .description .divider {
    border-bottom: 3px solid #fac346;
    width: 65px;
    margin-top: 30px
}

#global-leader .container .description p {
    color: #fff;
    font-family: "Roboto Regular";
    font-size: 20px;
    margin-top: 15px
}

#global-leader .reasons {
    margin-top: 20px
}

#global-leader .reasons .bx {
    margin-bottom: 35px;
    margin-top: 35px
}

#global-leader .reasons .boxy {
    height: 90px;
    width: 90px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, .12);
    -moz-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, .12);
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, .12);
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center
}

#global-leader .reasons .reason {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    font-size: 24px;
    font-family: "Roboto Regular";
    color: #383838
}

#global-leader .reasons .row {
    margin-top: 45px
}

#bitcoin-fuzz {
    height: 508px;
    background-image: url(../img/bitcoin-fuzz.jpg)
}

#bitcoin-fuzz h2 {
    font-size: 36px;
    
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0
}

#bitcoin-fuzz h1.xl {
    font-size: 90px;
    font-family: "Roboto Bold";
    color: #fff;
    margin: 0
}

#ready-to-trade {
    background: #181818;
    padding: 60px 0;
}

#ready-to-trade h2 {
    font-size: 36px;
    font-family: 'UTMAvoBold', sans-serif;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    padding: 0;
    font-weight: 100
}

#ready-to-trade p{
	color: #fff;
	padding: 7px 0px;
	font-size: 18px;
	font-family: UTM Avo;
	font-weight: 500;
	text-align: center;
}

#ready-to-trade h1.xl {
    font-size: 90px;
    font-family: "Roboto Bold";
    margin: 0;
    color: #464652
}

#subscribe-newsletter {
    margin: 60px 0;
    background-color: #fff
}

#subscribe-newsletter .subscribe-icon {
    width: 90px;
    margin-top: 4px
}

#subscribe-newsletter h4 {
    font-size: 30px;
    color: #464652;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'PT Sans', sans-serif
}

#subscribe-newsletter p {
    font-size: 16px;
    font-family: "Roboto Regular";
    color: #464652;
    line-height: 16px;
    padding-top: 15px
}

#subscribe-newsletter .subscription-form {
    margin-top: 15px
}

#subscribe-newsletter .btn-submit {
    border: 0;
    padding: 7px 25px;
    background-color: #d0211a;
    color: #fff;
    
    font-size: 20px;
    border-radius: 0
}

#subscribe-newsletter .btn-submit:hover {
    background-color: #07e782
}

#award-section {
    background-color: #111111;
    padding: 40px 0;
    border-bottom: 1px solid #aaa9a9;
}

#awards .award {
    text-align: center;
    height: 150px
}

#awards .award-title {
    font-family: "Roboto Regular";
    font-size: 13px;
    color: #f4e894;
    margin-top: 15px
}

#awards .award-year {
    
    font-size: 20px;
    color: #f4e894;
    margin-top: 5px;
    text-align: center
}

.btn-sm {
    font-size: 14px
}

.btn-md {
    font-size: 20px;
    padding: 10px 25px;
    line-height: 20px;
    min-width: 200px
}

.page-title {
    display: block
}

.page-title h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #383838;
    text-align: center;
    margin-bottom: 10px;
}

.page-title p {
    font-family: "Roboto Regular";
    font-size: 20px;
    color: #383838;
    text-transform: uppercase;
    text-align: center
}

#why-choose-a-plan {
    background-color: #111;
    padding: 100px 0;
    color: #fff
}

#why-choose-a-plan h3 {
    font-family: "Roboto Bold";
    font-size: 30px
}

#why-choose-a-plan p {
    padding-top: 30px;
    font-family: "Roboto Regular";
    font-size: 20px
}

#why-choose-a-plan .col:nth-child(2) {
    padding-left: 200px
}

#why-choose-a-plan .email-us {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 26px;
}

#why-choose-a-plan .email {
    padding-top: 13px
}

#why-choose-a-plan .email a {
    color: #fff
}

.hr {
    border-bottom: 1px solid #555
}

.hr-gray {
    border-bottom: 1px solid #e1e1e1
}

.well-wall {
    border-left: 3px solid #d0211a;
    padding-left: 30px;
    line-height: 25px
}

.trading-platform {
    display: block
}

.trading-platform h1 {
    font-family: "Roboto Bold";
    font-size: 30px !important
}

.trading-platform h1 div {
    font-family: "Roboto Bold";
    font-size: 43px
}

.trading-platform h2 {
    font-family: "Roboto Bold";
    font-size: 30px
}

.trading-platform p {
    letter-spacing: 0
}

.trading-platform #why-use-mt4 {
    background-color: #f7f7f7
}

.trading-platform #why-use-mt4 p {
    font-size: 18px
}

.trading-platform #why-use-mt4 ul,
.trading-platform #why-use-webtrader ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.trading-platform #why-use-mt4 ul li,
.trading-platform #why-use-webtrader ul li {
    text-align: left;
    background: url(../img/Rect.jpg) 0 7px no-repeat;
    padding-left: 30px;
    font-family: "Roboto Regular";
    font-size: 18px
}

.trading-platform#webtrader {
    background-color: #fbf9f9
}

#webtrader-intro {
    padding: 40px 0
}

.trading-platform #why-use-webtrader {
    background-color: #fff !important;
    margin-top: -60px
}

#webtrader-intro-text {
    padding-bottom: 0
}

section.content {
    padding: 35px 0
}

section.content h1.title-normal {
    
    font-size: 2.3rem
}

section.content p.intro-p {
    font-family: "Roboto Regular";
    font-size: 20px
}

#affiliates .advantages .box {
    margin-top: 60px;
    height: 234px;
    width: 85%;
    text-align: center;
    box-shadow: 4px 4px 50px #f1f1f1;
    vertical-align: middle;
    display: flex;
    align-self: center;
    justify-content: center;
    background-color: #fff;
    color: #383838
}

#affiliates .advantages .box .inner {
    position: absolute;
    margin-top: -45px
}

#affiliates .advantages .box .inner h4 {
    
    font-size: 37px
}

#why-partner-with-us {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f7f7f7
}

#why-partner-with-us ul {
    display: table;
    margin: 0;
    padding: 0
}

#why-partner-with-us ul li {
    display: table-cell
}

#why-partner-with-us .icon {
    display: flex;
    align-self: center;
    justify-content: center
}

#why-partner-with-us .icon-description {
    height: 80px;
    margin-left: 20px
}

#simple-steps-to-start {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px
}

#simple-steps-to-start .icon {
    padding-left: 75px
}

#simple-steps-to-start .icon-description {
    margin-top: 30px;
    padding-left: 25px
}

#simple-steps-to-start .counter {
    margin-top: 30px;
    width: 50px;
    height: 90px;
    border-right: 1px solid #a3a3a3;
    color: #a3a3a3;
    font-size: 36px;
    font-family: 'PT Sans', sans-serif
}

#simple-steps-to-start h4 {
    color: #383838;
    font-size: 25px;
    font-family: "Roboto Bold"
}

#simple-steps-to-start p {
    color: #7a7a7a;
    font-size: 18px;
    margin-top: 5px
}

#simple-steps-to-start .icon {
    height: 110px
}

#partnership-form {
    background-color: #f7f7f7
}

#partnership-form label {
    font-size: 16px;
    color: #4b4b4b;
    font-family: "Roboto Regular"
}

#partnership-form .form-control {
    background-color: #fff;
    padding: 8px;
    border-radius: 0
}

#partnership-form p {
    color: #4b4b4b;
    font-family: "Roboto Regular";
    font-size: 20px
}

h4.title {
    color: #383838;
    font-size: 25px;
    font-family: 'PT Sans', sans-serif
}

h3.title-bebas,
h4.title-bebas {
    color: #383838;
    font-size: 2rem;
    font-family: 'PT Sans', sans-serif
}

.digit-large {
    color: #d3d3d3;
    font-size: 4.5rem;
    
    height: 5rem;
    line-height: 4.5rem
}

#refer-a-friend,
#refer-a-friend .step {
    display: block
}

#refer-a-friend .step:nth-child(1) .inner,
#refer-a-friend .step:nth-child(2) .inner {
    border-right: 1px solid #c9c9c9
}

#refer-a-friend .step p {
    margin-left: 10%;
    font-size: 17px;
    margin-top: 20px
}

#refer-a-friend .step .icon {
    width: 88%;
    text-align: center
}

#refer-a-friend .step .icon .img {
    height: 100px
}

#refer-a-friend .step .icon .img img {
    height: 95px
}

#refer-a-friend .step .icon h5 {
    
    font-size: 35px;
    color: #383838;
    margin-top: 20px
}

#refer-a-friend .step .counter {
    width: 10%;
    
    font-size: 35px;
    color: #929292
}

.alternative-bg {
    background-color: #f7f7f7
}

.table-large td {
    padding-left: 70px;
    font-family: "Roboto Regular";
    font-size: 1.8rem
}

#vip-account-benefits h3 {
    font-family: "Roboto Regular";
    font-size: 30px;
    line-height: 60px
}

#vip-account-benefits .benefits p {
    font-family: "Roboto Regular";
    font-size: 18px;
    padding: 0;
    line-height: 20px
}

#vip-glow {
    width: 550px;
    height: 293px;
    background: url(../img/vip-glow.png) center center no-repeat
}

#vip-glow p {
    padding: 100px;
    color: #fff;
    font-size: 20px;
    font-family: "Roboto Regular";
    text-transform: none
}

#golden-account-contact {
    display: block
}

#golden-account-contact h4 {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#golden-account-contact a {
    color: #fff;
    font-size: 21px;
}

.no-transform {
    text-transform: none !important
}

.modal-dialog {
    margin: 2.75rem auto;
}

.modal {
    background-color: rgba(0, 0, 0, .7)
}

.modal-content {
    border-radius: 0
}

.modal-sm {
    width: 470px;
    max-width: 470px
}

.modal-congrats {
    width: 965px;
    max-width: 965px;
    background: url(../img/banners/congrats-popup.jpg);
    height: 576px
}

.modal-welcome-gifts {
    width: 869px;
    max-width: 869px;
    background: url(../img/banners/welcome-gifts-popup.jpg);
    height: 525px
}

.modal-login {
    width: 920px;
    max-width: 920px;
    height: 467px
}

.modal-signup {
    width: 100%;
    height: 100%;
}

.modal-reminder {
    width: 630px;
    max-width: 630px
}

.modal-request-call-back {
    width: 928px;
    max-width: 744px
}

.modal-request-a-call-back .wrapper {
    padding: 20px
}

.modal-request-a-call-back .wrapper .btn-primary,
.modal-request-a-call-back .wrapper .btn-primary:hover {
    padding: 10px 30px
}

.modal-congrats .modal-header,
.modal-login .modal-header,
.modal-reminder .modal-header,
.modal-request-a-call-back .modal-header,
.modal-signup .modal-header,
.modal-sm .modal-header,
.modal-welcome-gifts .modal-header {
    padding: 0;
    padding-top: .6rem !important;
    padding-right: .3rem !important;
    border: 0;
    border-bottom: 0 !important
}

.modal-congrats .modal-header .close,
.modal-login .modal-header .close,
.modal-reminder .modal-header .close,
.modal-signup .modal-header .close,
.modal-sm .modal-header .close,
.modal-welcome-gifts .modal-header .close {
    padding: .6rem;
    margin: -1rem -.3rem -.3rem auto;
    color: #333;

}

.modal-congrats .modal-body,
.modal-login .modal-body,
.modal-reminder .modal-body,
.modal-sm .modal-body,
.modal-welcome-gifts .modal-body {
    padding: 0 40px 40px
}

.modal-signup .modal-body {
    padding: 0
}

.modal-signup .risk-warning{
    padding: 10px 0 10px 0;
}

.modal-sm .modal-body .modal-title {
    font-family: "Roboto Bold";
    font-size: 22px;
    color: #4c4c4c
}

.modal-body p {
    font-family: "Roboto Regular";
    font-size: 1.1rem;
    color: #7a7a7a
}

.modal-sm .modal-body .dotted-borders {
    border: 1px dashed red;
    text-align: center;
    padding: 1rem
}

.modal-sm .modal-body .dotted-borders .large-digit {
    color: #e52935;
    
    font-size: 6rem;
    line-height: 4.5rem
}

.modal-sm .modal-body .dotted-borders h2 {
    
    font-size: 2.5rem;
    color: #4c4c4c;
    padding-top: .3rem;
    padding-left: 1rem
}

.modal-sm .modal-body .dotted-borders-2 .large-digit {
    color: #e52935;
    
    font-size: 5rem;
    line-height: 5.5rem
}

.modal-sm .modal-body .dotted-borders-2 h2 {
    
    font-size: 1.8rem;
    color: #4c4c4c;
    padding-top: .3rem
}

.modal .btn-primary {
    line-height: 30px;
    padding: 10px 60px
}

.modal .btn-block {
    font-size: 22px
}

.modal .btn-primary:hover {
    border: 1px;
    line-height: 30px;
    padding: 10px 60px
}

.modal .push-up {
    width: 150px;
    height: 150px;
    margin: -60px auto 0;
    position: relative;
    text-align: center
}

.modal .caution-red {
    color: #e52935;
    
    font-size: 2.8rem;
    line-height: 2.5rem;
    letter-spacing: 2px
}

.modal .large-dark {
    color: #383838;
    
    font-size: 4.4rem;
    line-height: 2.8rem;
    letter-spacing: 1px
}

.modal .medium-dark {
    color: #383838;
    
    font-size: 2.8rem;
    line-height: 2.5rem;
    letter-spacing: 2px
}

.modal #continue-registration {
    color: #d0211a;
    font-size: 26px;
    
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1.5px
}

.modal .xl-white {
    font-size: 6.5rem;
    
    color: #fff;
    letter-spacing: 2px;
    line-height: 6.5rem
}

.modal .l-white {
    font-size: 3.5rem;
    
    color: #fff;
    letter-spacing: 2px;
    line-height: 3.5rem
}

.modal .md-white {
    font-size: 1.7rem;
    font-family: "Roboto Regular";
    color: #fff !important;
    letter-spacing: 1px
}

.modal .sm-white {
    font-size: 1.2rem;
    font-family: "Roboto Regular";
    color: #fff !important;
    letter-spacing: 1px
}

.modal .congratulations-text {
    color: #fff;
    font-family: "Roboto Regular";
    font-size: 1.3rem;
    line-height: 35px
}

.modal .gift h3 {
    color: #fff;    
    font-size: 1.2rem;
    margin-top: 20px;
}

.modal .gift h4 {
    color: #fff;
    font-family: 'UTM Avo';
    font-size: 1.2rem;
}

.modal .modal-login .modal-body {
    padding: 0
}

.modal .modal-login .wrapper {
    background: url(../img/banners/login-banner.jpg) center center no-repeat;
    width: 100%;
    height: 466px
}

.modal .modal-signup .wrapper {
    background: url(../img/banners/signup-banner.jpg) center center no-repeat;
    width: 100%;
    height: 694px;
    padding: 50px 40px
}

.modal .modal-login h1,
.modal .modal-request-a-call-back h1,
.modal .modal-signup h1 {
    color: #fff;
    font-family: 'UTMAvoBold', sans-serif;
    font-size: 20px;
}

.modal .modal-login h3,
.modal .modal-signup h3 {
    color: #fff;
    font-family: "UTMAvoBold";
    font-size: 16px;
    letter-spacing: 1.3px
}

.modal .modal-request-a-call-back label {
    font-size: 1rem;
    color: #4b4b4b
}

.modal .form-control {
    height: 45px;
    background-color: #f7f8f9;
    border: 1px solid #efefef;
    font-size: .9rem;
    font-family: "Roboto Regular";
    color: #464652;
    padding: 10px 20px;
    border-radius: 0
}

.modal .input-group-text {
    border: 1px solid #efefef;
    background-color: #f7f8f9;
    border-radius: 0
}

.modal .username {
    width: 13px;
    height: 17px;
    background: url(../img/icons/username.png) center center no-repeat
}

.modal .forgot-password {
    font-size: 16px;
    font-family: "Roboto Bold";
    color: #d0211a
}

.modal .password {
    width: 13px;
    height: 17px;
    background: url(../img/icons/password.png) center center no-repeat
}

.modal .email {
    width: 13px;
    height: 17px;
    background: url(../img/icons/email-icon-small.png) center center no-repeat
}

.modal .phone {
    width: 13px;
    height: 17px;
    background: url(../img/icons/phone.png) center center no-repeat
}

.modal .promo {
    width: 13px;
    height: 17px;
    background: url(../img/icons/promo.png) center center no-repeat
}

.modal label p {
    font-size: 15px
}

.modal .contact-support-text {
    font-size: 13px
}

.modal .btn-primary--bordered {
    background-color: transparent !important;
    border: 2px solid #d0211a !important;
    color: #d0211a
}

.modal .btn-primary--bordered:hover {
    background-color: #07e782;
    color: #fff
}

#partnership h3.title {
    font-size: 2.1rem;
    font-family: 'PT Sans', sans-serif
}

#partnership-types {
    display: block
}

#partnership-types .type-of-partnership {
    height: 218px;
    width: 272px;
    box-shadow: 4px 4px 50px #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#partnership-types .type-of-partnership .icon {
    height: 95px
}

#partnership-types .type-of-partnership h4 {
    
    font-size: 30px;
    text-transform: uppercase;
    color: #383838;
    margin-top: 15px;
    letter-spacing: 1px
}

#ib h2,
#white-label h2 {
    font-size: 30px;
    font-family: "Roboto Bold"
}

#why-choose-us,
#why-choose-us .step {
    display: block
}


#why-choose-us .step p {
    margin-left: 10%;
    font-size: 17px;
    margin-top: 20px
}

#why-choose-us .step .icon {
    padding: 12px 0;
    height: 90px;
    width: 90px;
    -webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, .12);
    -moz-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, .12);
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, .12);
    text-align: center;
    margin: 0 auto
}

#why-choose-us .step .inner {
    min-height: 250px;
    margin-top: 40px
}

#why-choose-us .step h5 {
    
    font-size: 30px;
    color: #383838;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 3px
}

.panda-app {
    height: 0;
    width: 0;
    overflow: hidden
}

panda-forex-menu .wrapper-pandats {
    background: #5849b0;
    color: #fff;
    border: 0
}

panda-forex-clock {
    margin: 0 5px 0 0
}

panda-forex-menu .wrapper-pandats .button-pandats {
    display: inline-block !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #1a2440 !important;
    font-family: Montserrat !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    padding: 7px 10px !important;
    width: auto !important;
    border-radius: 2px !important
}

panda-forex-menu .button-pandats .user-name-pandats {
    line-height: 25px !important
}

panda-forex-deposit-credit button {
    display: inline-block !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    line-height: 20px !important;
    height: 40px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #9fcc2e !important;
    font-family: Montserrat !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    padding: 7px 30px !important;
    width: auto !important;
    border-radius: 2px !important
}

panda-forex-menu .dropdown-pandats {
    top: 41px !important
}

.mt10 {
    margin-top: 10px
}

.panda-forex-accounts {
    background-color: #1a2440 !important
}

.de_DE #vip-glow p {
    padding: 75px;
    font-size: 23px
}

.de_DE #golden-account-contact h4 {
    padding-top: 10px;
    font-size: 1rem !important
}

.de_DE #vip-account-benefits h3 {
    font-size: 27px
}

.de_DE #nav-menu-container {
    margin: 0 !important
}

.de_DE .steps-start-trading .step h4 {
    font-size: 20px !important
}

.de_DE .steps-start-trading .step {
    width: 100% !important
}

div.styled-menu {
    position: relative
}

div.styled-select {
    height: 45px;
    background-color: #f7f8f9;
    border: 1px solid #efefef;
    font-size: .9rem;
    font-family: "Roboto Regular";
    color: #464652;
    padding: 10px 20px;
    border-radius: 0;
    position: relative;
    width: 100%
}

div.styled-select .arrow {
    position: absolute;
    right: 10px
}

div.styled-menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 45px;
    width: 100%;
    box-shadow: 4px 4px 10px #f1f1f1;
    border: 1px solid #ebebeb
}

div.styled-menu .sub-menu li {
    font-size: .9rem;
    font-family: "Roboto Regular";
    color: #464652;
    border-radius: 0
}

div.styled-menu .sub-menu li a {
    background-color: #fff;
    color: #464652;
    display: block;
    padding: 10px 20px
}

div.styled-menu .sub-menu li a:hover {
    background-color: #d0211a;
    color: #fff
}

.es_ES #nav-menu-container {
    margin: 0 !important
}

.es_ES #mega-menu-wrap-Header #mega-menu-Header {
    padding: 0 !important
}


section.pricing {}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    font-weight: bold;
    color: #333;
}

.pricing .card-price {
    font-size: 4.5rem;
    color: #e52935;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
    font-size: 13px;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    opacity: 1;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

/*NEW STYLES*/

._why_us_box{
	height: 210px;
}

._why_us_box h1{
	color: #212121;
	padding: 0px 0px 0 15px;
	font-size: 22px;
	font-family: Montserrat;
	font-weight: 700;
	text-align: left;
}


._why_us_box p{
	color: #7a7a7a;
	padding: 7px 0px 0 15px;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 500;
	text-align: left;
}


.risk-free{
	background: url('../img/new/risk-free.png') no-repeat bottom left; 
}

.top-security{
	background: url('../img/new/top-security.png') no-repeat bottom left; 
}


._why-choose-title{
	color: #33ccca;
	font-family: 'BebasNeue Bold', sans-serif;
	font-size: 26px;
	text-align: center;
}

._why_us_box_inner{
	height: 150px; 
	margin-left: 100px; 
	width: 400px;
	border-radius: 20px; 
	background: #ffffff;
}

._why_us_box_inner .number{
	color: #33ccca;
	font-family: 'BebasNeue Bold', sans-serif;
	font-size: 26px;
	text-align: center;
}

.vr{
	border: 1px solid red;
}

.verticalLine{
	border-left: thin solid #d9d9d9;
	height: 60px;
	margin-left: 15px;
}
._starter-kit .diagonal {
  margin-top: 50px;
  padding: 5% 20px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
  background: url('../img/new/starter-kit-bg.jpg') no-repeat bottom left; 
  -webkit-transform: skewY(1.5deg);
  -moz-transform: skewY(1.5deg);
  -ms-transform: skewY(1.5deg);
  -o-transform: skewY(1.5deg);
  transform: skewY(1.5deg);
}

._starter-kit .diagonal > .wrapper {
  -webkit-transform: skewY(-1.5deg);
  -moz-transform: skewY(-1.5deg);
  -ms-transform: skewY(-1.5deg);
  -o-transform: skewY(-1.5deg);
  transform: skewY(-1.5deg);
}

._starter-kit h1{
	color: #ffcd00;
	font-size: 46px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}

._starter-kit p{
	color: #fff;
	font-size: 18px;
}

._mt4{
	background: #FFF;
	padding: 50px 0;
	margin-top: -50px;
}

._mt4 h3{
	color: #da251d;
	font-family: 'UTMAvoBold', sans-serif;
	margin-top: 20px;
}


._mt4 h2{
	color: #0a0a0a;
	font-family: 'UTMAvoBold', sans-serif;
	font-size: 40px;
	font-weight: 600;
}

._mt4 p{
	margin-top: 20px;
	color: #0a0a0a;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}


._mt4 h4{
	margin-top: 10px;
}

._mt4 .hr{
    border-bottom: 2px solid #da251d;
    width: 280px;
    height: 10px;
}

._mt4 .platforms {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 30px;
}

._mt4 .platforms li {
    float: left;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    margin-right: 2%;
    margin-top: 30px;
    border: 1px solid #000;
    height: 75px;
    width: 75px
}

._mt4 .platforms li a {
    color: #33ccca;
    height: 90px;
    width: 90px
}


._mt4 .platforms li a i{
    color: #da251d;
}


._mt4 .platforms li:hover {
    background-color: #dbb7b6;
    border: 0;
    color: #000;
}

._mt4 .platforms li:hover, ._mt4 .platforms li a {
	color: #da251d;
}

._mt4 .platforms li div {
    font-size: 13px;
    margin-top: 5px;
    color: #000;
}

.centered {
	text-align: center;
}

.our-payment-methods{
	background-color: #ffffff;
	padding: 80px 0;
}


.our-payment-methods h3{
	color: #da251d;
	margin-top: 20px;
	text-align: center;
}


.our-payment-methods h2{
	color: #0a0a0a;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.our-payment-methods .hr{
    border-bottom: 2px solid #da251d;
    width: 180px;
    height: 10px;
    margin: 0 auto;
}

.our-payment-methods p{
	font-size: 14px;
	color: #4a4a4a;
}

.our-payment-methods a{
	color: #f98c20;
}


.our-payment-methods-grid {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.our-payment-methods-grid .payment-method-box{
  flex-grow: 1;
  width: 25%;
  height: 60px;
}

.our-payment-methods-grid .payment-method-box .visa {
    width: 70px;
    margin-top: 25px
}

.our-payment-methods-grid .payment-method-box .master {
    width: 70px;
    margin-top: 10px
}

.our-payment-methods-grid .payment-method-box .maestro {
    width: 70px;
    margin-top: 10px
}

.our-payment-methods-grid .payment-method-box .bitcoin {
    width: 70px
}

.our-payment-methods-grid .payment-method-box .wiretransfer {
    width: 70px;
    margin-top: 10px
}

.our-payment-methods-grid .payment-method-box .mir-cards {
    width: 80px;
    margin-top: 25px
}

.our-payment-methods-grid .payment-method-box .yandex-money {
    width: 100px;
    margin-top: 25px
}

.our-payment-methods-grid .payment-method-box .qiwi {
    width: 80px;
    margin-top: 15px
}

.tv-embed-widget-wrapper{
	background: #303030 !important;
}


.about-us-1{
    padding: 100px 0;
}

.about-us-1 h1{
    font-size: 36px;
    font-family: "Open Sans";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}


.about-us-1 p{
    font-size: 16px;
    font-family: "Open Sans";
}


.timeline{
    background: url(/wp-content/themes/ptp/assets/img/new/aboutus-banner-2.jpg); 
    height: 500px; 
    padding: 100px 0;
}


.about-col{
    background: url(/wp-content/themes/ptp/assets/img/new/divider-white.png) no-repeat left top; 
    padding: 0px 40px;
}


.about-col h4{
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    font-family: "Open Sans";
    text-transform: uppercase;
}


.about-col p{
    font-size: 16px;
    font-family: "Open Sans"
}


.about-col ul li{
    font-size: 14px;
    font-family: "Open Sans"
}


.our-values{
    padding: 100px 0;
}

.our-values h1{
    font-size: 36px;
    font-family: "Open Sans";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.our-values p{
    font-size: 16px;
    font-family: "Open Sans";
}


.our-values .values{
    margin: 50px 0 0 0;
}

.our-values .values h4{
    margin-bottom: 10px;
}

.our-values .values p{
    margin-top: 20px;
    margin-bottom: 20px;
}

.our-values .values .hr{
    height: 2px;
    border-bottom: 2px solid #33ccca;
    width: 100px;
}

.slide .box .inner p{
    text-align: left !important;
}

.slide .box .inner h2{
    text-align: left !important;
}

	.switch-version {
	    position: fixed;
	    top: 200px;
	    right: 0;
	    width: 100px;
	    background: #fff;
	    border-radius: 4px 0 0 4px;
	    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	}

	.switch-version ul{
		list-style: none;
		float: left;
		margin: 0px;
		padding: 5px 10px;
	}

	.switch-version ul li{
		padding: 10px 0px;
		text-align: center;
	}


  .switch-version ul li:hover{
      background: #f7f7f7;
  }

	.switch-version ul li a{
        text-align: center;
        color: #da251d;
	}

  .switch-version ul li a:hover{
      text-align: center;
      color: #333;
  }

	.switch-version ul li a span{
		text-align: center;
		font-size: 20px;
		line-height: 20px;
	}

	.switch-version ul li a div{
		text-align: center;
		font-size: 20px;
	}

    .why-us-features{

    }

    .why-us-features .feature-img{
        text-align: center;
        height: 120px;
    }



    .why-us-features p {
        font-size: 18px;
        font-family: "UTM Avo";
    }

    .why-us-features .number{
        padding-top: 0px;
        font-size: 35px;
        font-family: "UTM Avo";
        padding-right: 20px;
        text-align: center;
    }

    .slider-title{
        color: #fff;
        text-transform: uppercase;
        font-size: 26px; 
        font-family: 'UTMAvoBold' !important;
        line-height: 40px;
    }

    .slider-p{
        font-size: 14px; 
        color: #fff;
        font-size: 18px;
        font-family: "UTM Avo";  
        line-height: 24px;
    }

    .slider-a{
        border: noe;
    }

    .slider-bullets{
        list-style: none;
        padding: 0px 0px 0px 0px !important;
        margin: 20px 0px 0px !important;
    }

    .slider-bullets li{
        background-image: url(/wp-content/themes/ptp/assets/img/new/check-bullet.png);
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        line-height: 30px !important;
        padding-left: 32px !important;
        padding-top: 0px !important;
        font-size: 14.6px;
    }

    #shiftnav-toggle-main a {
      font-size: 13px;
    }

    .shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
    .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
    .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
    .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
    .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
    .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
    .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
    .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover{
      color:#fff !important;
      background:#d9251e !important;
    }
