h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Bebas Neue', cursive;
}
input, button, select, optgroup, textarea{
    font-family: 'Red Hat Display', sans-serif;
}
.intro-section #intro {
    margin-bottom: 25vh !important
}

.site-navigation .dropdown {
    position: static !important
}

.site-navigation .dropdown:hover > .dropdown-menu {
    display: block !important
}

.big-text {
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1.1em !important;
    letter-spacing: .2px !important;
    font-weight: 600 !important
}

.disclaimer-text {
    color: #bcbcbc;
    font-family: Montserrat, Sans-serif;
    font-size: 11px !important
}

.copyright-text {
    color: #bcbcbc;
    font-family: Montserrat, Sans-serif;
    font-size: 12px !important;
    font-weight: 900 !important
}

.site-mobile-menu .dropdown-menu {
    background-color: #000
}

.site-navbar .dropdown-menu {
    background-color: #000
}

.dropdown-menu a {
    color: #fff !important
}

.dropdown-menu a:hover {
    background-color: #00a1d5
}

.btn-try-demo {
    background-color: #44adcb;
    width: 120px
}

.btn-open-live {
    background-color: #29a643;
    width: 120px;
    color: #fff
}

.btn.btn-social-icon {
    width: 25px;
    height: 25px;
    padding: 0;
    transition: transform .6s
}

.btn.btn-social-icon:hover {
    transform: scale(1.3)
}

.btn-facebook {
    background: #3b579d;
    color: #fff
}

.btn-linkedin {
    background: #0177b5;
    color: #fff
}

.btn-instagram {
    background: #413d3d;
    color: #fff
}

.btn-facebook:focus, .btn-facebook:hover {
    background: #2d4278;
    color: #fff
}

.btn-linkedin:focus, .btn-linkedin:hover {
    background: #015682;
    color: #fff
}

.btn-instagram:focus, .btn-instagram:hover {
    background: #bf3322;
    color: #fff
}

.header-sub-options ul {
    list-style: none;
    font-size: 13px
}

.header-sub-options ul li a {
    color: #fff
}

.header-sub-options ul li a:hover {
    color: #0099FF !important;
    background: 0 0 !important
}

.dropdown-toggle::after {
    display: none
}

.registered-with-section .heading {
    font-size: 35px;
    color: #54595f
}

.start-trading-section {
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../images/main-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.start-trading-section .btn-start-trading {
    font-family: Roboto, Sans-serif !important;
    background-color: #5091ad;
    border-radius: 0 8px 8px 8px;
    font-size: 27px;
    font-weight: 100;
    padding: 10px 25px;
    color: #fff;
    transition: transform .5s
}

.start-trading-section .btn-start-trading:hover {
    transform: scale(1.2);
    background-color: #0099FF
}
.site-section.wrap_button_start_trading h1.text-black{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
}

.btn-open-live, .btn-primary {
    font-size:17px;
    padding: 15px 25px;
    border-width:1px;
    color:rgba(255, 255, 255, 1);
    border-color:rgba(0, 153, 255, 1);
    font-weight:bold;
    border-radius: 3px;
    box-shadow:inset 0px 1px 0px 0px rgba(214, 234, 248, 1);
    text-shadow:inset 0px 1px 0px rgba(133, 193, 233, 1);
    background:linear-gradient(rgba(0, 153, 255, 1), rgba(2, 109, 180, 1));

    background: #0099FF;
    border-bottom: 3px solid #0577c3;
    border-radius: 0;
}
.btn-open-live-sm, .btn-primary-sm {
    font-size:15px;
    padding: 10px 30px;
    border-width:1px;
    color:rgba(255, 255, 255, 1);
    border-color:rgba(0, 153, 255, 1);
    font-weight:bold;
    border-radius: 3px;
    box-shadow:inset 0px 1px 0px 0px rgba(214, 234, 248, 1);
    /*text-shadow:inset 0px 1px 0px rgba(133, 193, 233, 1);*/
    background:linear-gradient(rgba(0, 153, 255, 1), rgba(2, 109, 180, 1));
}

.btn-open-live:hover, .btn-primary:hover, .btn-open-live-sm:hover, .btn-primary-sm:hover {
    background: linear-gradient(rgba(2, 109, 180, 1), rgba(0, 153, 255, 1));
}
.btn-open-demo {
    font-size: 17px;
    border: 2px solid #0099FF;
    padding: 15px 20px;
    width: 100%;
    background: transparent;
    /*backdrop-filter: blur(7px);*/
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
}
.btn-open-demo-sm {
    font-size:15px;
    border: 1px solid #0099FF;
    padding: 10px 30px;
    width:100%;
    background: transparent;
    backdrop-filter: blur(7px);
    color: #fff;
}
.btn-open-demo:hover, .btn-open-demo-sm:hover{
    background: #fff;
    color: #0099FF;
}

/* ============================= COMPONENT CONTACT FORM ========================= */
::placeholder {
    color: #70707094 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #70707094 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #70707094 !important;
}
.contact-form label{
    color: #707070;
    font-size: 16px;
}
.contact-form .wrap_map{
    padding: 10px;
    padding-top: 0;
    margin-top: 5px;
}
.contact-form .wrap_map.au{
    padding: 30px;
}
.contact-form .wrap_map iframe{
    box-shadow: 0px -5px 15px 0px #cacaca;
    border: 1px solid #CCCCCC;
}
.contact-form .form-control{
    border: none;
    background: #FAFAFA;
}
.contact-form .form-control:focus{
    border: 1px solid #0099FF;
}

/*NEW CONTACT*/
/*.contact-form .wrap_map .head_contact iframe.map_contact #mapDiv .place-card.default-card{*/
/*    display: none !important;*/
/*}*/
.contact-form .wrap_map .head_contact iframe.map_contact {
    position: absolute;
    right: 15px;
    bottom: 12px;
}
.contact-form .wrap_map .head_contact {
    position: relative;
}
.contact-form .wrap_map .head_contact img{
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.contact-form .wrap_map .wrap_bottom_desc h4{
    color: #010221;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Red Hat Display', sans-serif;
}
.contact-form .wrap_map .wrap_bottom_desc h6{
    font-size: 16px;
    color: #606060;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 25px;
    margin-bottom: 15px;
}
.contact-form .wrap_map .wrap_bottom_desc{
    margin-top: 25px;
}
.contact-form .wrap_contact_info{
    margin-bottom: 50px;
}
.contact-form .wrap_contact_info .com .wrap_map .head_contact img{
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.contact-form .com .wrap_map .wrap_bottom_desc{
    margin-top: 15px;
}

.contact-form .com .wrap_map .head_contact iframe.map_contact {
    border: 0;
    position: absolute;
    bottom: 14px;
    right: 30px;
}

/* ============================= COMPONENT 1 START TRADING [SMALL] ========================= */
.start-trading-component-1 .start-trading{
    background: url(../images/components/start-trading/start-trading.png);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: scroll;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 200px;
    max-height: 500px;
    color: #fff;
    vertical-align: middle;
}

/* ====================================================================================*/


/* ============================= COMPONENT 2 START TRADING [Large] ========================= */
.start-trading-component-2 {
    background: url(../images/components/start-trading-2/bg-service.png);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: scroll;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
    max-height: 700px;
}
/* ====================================================================================*/



/*WHY-CLIENT-CHOOSE*/
.wrap-client-choose .card_client{
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #CCCCCC;
}
.wrap-client-choose .card_client:hover{
    box-shadow: 0px 10px 15px 0px #cacaca;
    transition: 0.3s;
}
.wrap-client-choose .card_client img{
    width: 90px;
    height: auto;
    object-fit: cover;
}
.wrap-client-choose .card_client .title_card{
    position: absolute;
    top: 0;
    right: 10px;
    /* width: 100%; */
    height: 100%;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    width: 140px;
}
.wrap-client-choose .card_client .title_card h5{
    color: #010221;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 23px;
}
.wrap-client-choose .wrap_start_section{
    background: transparent;
    padding: 10px;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.wrap-client-choose .wrap_start_section h6{
    line-height: 35px;
    color: #707070;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}
.wrap-client-choose .wrap_start_section .btn-client-start{
    background: #0099FF;
    color: #fff;
    line-height: 35px;
    height: 70px;
    padding: 20px;
    right: 25px;
    top: 30px;
    position: absolute;
    border-bottom: 3px solid #0672ba;
    font-weight: 600;
}
.wrap-client-choose .wrap_start_section .btn-client-start:hover{
    background: #005ce6;
    transition: 0.3s;
}
@media only screen and (width: 1024px) {
    .wrap-client-choose .card_client img {
        width: 100px;
        height: auto;
        object-fit: cover;
    }
    .wrap-client-choose .card_client .title_card {
        width: 100px;
    }
}
@media only screen
and (max-device-width : 280px){
    .thanks-title h1{
        font-size: 35px !important;
    }
    .wrap-client-choose .card_client .title_card {
        width: 140px !important;
    }
    .thanks-title .img_success img{
        width: 100% !important;
    }
    .wrap_btn_thanks .btn{
        font-size: 12px !important;
    }

}
.site-section.contact-form .select2-selection.select2-selection--single {
    min-height: 47px !important;
}
.site-section.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}
.site-section.contact-form form .form-group .select2-container--default .select2-selection--single {
    background-color: #FAFAFA !important;
    border: none !important;
    padding: 10px !important;
    height: 30px !important;
}
.site-section.contact-form form .form-group .select2-container {
    width: 100% !important;
}
@media only screen and (max-width: 800px) {
    .wrap_btn_thanks .btn{
        font-size: 16px;
    }
    .thanks-title h1{
        font-size: 35px !important;
    }
    .site-section.section-2 .contact-form .wrap_form{
        width: 100% !important;
        padding: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .site-section.section-2 #contact-form{
        padding: 10px;
    }
    .contact-form .wrap_map {
        padding: 0;
        padding-top: 0;
        margin-top: 50px;
    }
    .site-section.contact-form h2.text-black{
        font-size: 22px;
        font-weight: 600;
        margin-top: 60px;
    }
    .site-section.contact-form form .form-group .select2-container{
        width: 100% !important;
    }
    .site-section.contact-form form .form-group label{
        color: #002640;
        font-weight: 500;
    }
    .site-section.contact-form form .form-group textarea.form-control{
        border-radius: 0;
        border-bottom: 1px solid #002640;
    }
    .site-section.contact-form form .form-group input.form-control{
        border-radius: 0;
        border-bottom: 1px solid #002640;
    }
    .site-section.contact-form form .form-group .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #002640;
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
    .wrap-client-choose .card_client img {
        width: 100px;
        height: auto;
        object-fit: cover;
    }
    .wrap-client-choose .card_client .title_card{
        width: 185px;
    }
    .site-section.wrap-client-choose .text-center h1.text-black {
        font-size: 32px;
        font-weight: 600;
    }
    .wrap-client-choose .card_client .title_card h5{
        font-size: 18px;
    }
    .wrap-client-choose .wrap_start_section{
        height: 110px;
    }
    .wrap-client-choose .wrap_start_section h6{
        line-height: 23px;
        padding-top: 5px;
        margin-right: 5px;
        font-size: 18px;
        margin-bottom: 0;
    }
    .wrap-client-choose .wrap_start_section .btn-client-start{
        background: #0099FF;
        color: #fff;
        line-height: 25px;
        height: 70px;
        padding: 10px;
        right: unset;
        top: unset;
        position: relative;
        border-bottom: 3px solid #0672ba;
        font-weight: 600;
        text-align: center;
    }
}
.tab {
    display: none;
}
.btn-secondary{
    font-size:17px;
    padding: 15px 25px;
    border-width:1px;
    color:rgba(255, 255, 255, 1);
    border-color:#707070;
    font-weight:bold;
    border-radius: 3px;
    box-shadow:inset 0px 1px 0px 0px rgba(214, 234, 248, 1);
    text-shadow:inset 0px 1px 0px rgba(133, 193, 233, 1);
    background:linear-gradient(rgba(0, 153, 255, 1), rgba(2, 109, 180, 1));

    background: #707070;
    border-bottom: 3px solid #707070;
    border-radius: 0;
}

.thanks-title h5.text-black{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: normal;
    color: #404040 !important;
}
.thanks-title h1{
    text-transform: uppercase;
    color: #002640;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 15px;
}
.thanks-title .img_success img{
    width: 265px;
    height: auto;
}
.thanks-title .img_success{
    margin-bottom: 20px;
}
.wrap_btn_thanks a.btn{
    text-transform: uppercase;
}
.wrap_btn_thanks a.btn:hover{
    color: #fff;
}

.space_thanks{
    padding-top: 7em;
    padding-bottom: 6em;
}
.thanks-title.failed a.contact_us{
    color: #0099FF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.thanks-title.failed h1{
    color: #FF001D;
}
