﻿.header_logo img {
    width: 260px;
}


@media only screen and (min-width:100px) and (max-width:768px) {
    .header_logo img {
        width: 195px !important;
    }
}



/*google translate link | logo */
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

/* google translate banner-frame */

.goog-te-banner-frame {
    display: none !important;
}

#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

/*body{top:0!important;}*/
.ct-topbar {
    text-align: right;
    background: #eee;
}

.ct-topbar__list {
    margin-bottom: 0px;
}

.ct-language__dropdown {
    padding-top: 8px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 110%;
    left: -3px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100px;
    text-align: center;
    padding-top: 0;
    z-index: 200;
}

    .ct-language__dropdown li {
        background: #222;
        padding: 5px;
    }

        .ct-language__dropdown li a {
            display: block;
        }

        .ct-language__dropdown li:first-child {
            padding-top: 10px;
            border-radius: 3px 3px 0 0;
        }

        .ct-language__dropdown li:last-child {
            padding-bottom: 10px;
            border-radius: 0 0 3px 3px;
        }

        .ct-language__dropdown li:hover {
            background: #444;
        }

    .ct-language__dropdown:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 8px;
        height: 0;
        border: 0 solid transparent;
        border-right-width: 8px;
        border-left-width: 8px;
        border-bottom: 8px solid #222;
    }

.ct-language {
    position: relative;
    padding: 10px 0;
}

    .ct-language:hover .ct-language__dropdown {
        max-height: 200px;
        padding-top: 8px;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.navbar-brand > img {
    padding-top: 11px;
    width: 130px;
    margin-left: 15px;
}

.navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

.navbar {
    background-color: #000000;
}

.navbar-default .navbar-nav > .active > a {
    padding: 8px 19px 9px !important;
}

.navbar-nav > li.active {
    padding: 8px 0px 9px 0;
}

.navbar-right {
    padding-top: 0;
}

.navbar-default .navbar-nav > li > a::after {
    background-color: transparent;
    border-bottom: 3px solid #d2282e;
}

.navbar-default .navbar-nav > li {
    display: inline-block;
    text-align: center;
    float: none;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background-color: #0392CC;
        }

.btn-down {
    position: fixed;
    width: 57px;
    height: 57px;
    right: -5px;
    bottom: 181px;
    /*background: #cbcfd4;*/
    border-radius: 8px;
    cursor: pointer;
    z-index: 200;
}


#livechat-compact-container {
    height: 153px;
    position: fixed;
    right: 19px;
    top: 86vh;
    z-index: 10000;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}



/*new 31/05 */
@media screen and (min-width: 1025px) {
    .copy-trade .trade_img {
        width: auto;
        height: 450px;
        margin-left: 153px;
    }
}

@media screen and (max-width: 1025px) {
    .copy-trade .trade .btn_primary {
        width: 100%;
    }
}

.copy-trade {
   
    padding: 0 0 0;
    margin-bottom: 0px;
}

.copytrade {
    display: block;
}

.copy-trade .h2 {
    line-height: 56px;
    margin-top: 10%;
    font-size: 40px;
    margin-left: 75px;
}

.copy-trade .trade_control__btn:last-child {
    margin-left: 75px;
}

@media screen and (max-width: 700px) {
    .copy-trade .trade .h2 {
        line-height: 50px !important;
        margin-top: 25px !important;
        font-size: 30px !important;
        margin-left: unset !important;
    }

    .copy-trade .trade_img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 1300px) {

    .copy-trade .h2 {
        line-height: 50px;
        margin-top: 14px;
        font-size: 38px;
        margin-left: 0px;
    }

    .copy-trade .trade_img {
        width: 100%;
        /*  height: 400px;*/
        margin-left: 0;
    }
}

@media screen and (max-width: 425px) {
    .trade .btn_primary, .trade .btn_secondary {
        width: 208.07px;
    }

    .copy-trade .trade_control__btn:last-child {
        margin-left: unset;
    }
}

@media screen and (max-width: 400px) {
    .copy-trade .h2 {
        line-height: 40px;
        margin-top: 50px;
        font-size: 31px;
        margin: 2px;
    }

    .copytrade .trade_control__btn join_us a {
        padding: 15px;
    }
}


.trade .h2 {
    letter-spacing: unset;
}

.trade_control {
    display: inline-flex;
    margin-bottom: 50px;
}

.web_terminal .trade_control__btn {
    margin: 0 175px;
}

@media screen and (max-width: 425px) {
    .web_terminal .trade_control__btn {
        margin: unset;
    }

    .trade_control {
        margin-bottom: unset;
    }
}





.section.s3.gray {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.ul-highlights {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .ul-highlights li {
        text-align: center;
        padding: 5px;
    }

.p-lg {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.fs-50 {
    font-size: 50px;
    color: #fff;
}

.btn-blue {
    background-color: #007bff;
    padding: 12px 30px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
}

    .btn-blue:hover {
        background-color: #fff;
    }

img.lazy-image-bf {
    margin: 15px 0;
}

@media (max-width: 768px) {
    .fs-50 {
        font-size: 36px;
    }
}



.wrapper {
    width: 100vw;
    margin: 0 auto;
    height: 400px;
    background-color: #161616;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .wrapper {
        height: 700px;
    }
}

.content {
    max-width: 1024px;
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .content {
        flex-direction: column;
    }
}

.card {
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    height: 250px;
    margin: 10px;
    font-size: 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.icon {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    max-width: 80px;
    background: linear-gradient(90deg, #FF7E7E 0%, #FF4848 40%, rgba(0, 0, 0, 0.28) 60%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-position: 0px;
    background-size: 200px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.card .title {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 30px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.card .text {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    color: white;
    font-weight: 200;
    letter-spacing: 2px;
    opacity: 0;
    max-height: 0;
}

.instant .h2 {
    margin-bottom: 25px;
}



#myImg,
.close {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

    #myImg:hover {
        opacity: .7
    }

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

#caption,
.modal-content {
    margin: auto;
    display: block;
    width: 60%;
    max-width: 1200px;
}

#caption {
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

#caption,
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 300
}

    .close:focus,
    .close:hover {
        color: #bbb;
        text-decoration: none;
        cursor: pointer
    }

#myImg1,
.close1 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

    #myImg1:hover {
        opacity: .7
    }

.modal1 {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

#caption1,
.modal-content1 {
    margin: auto;
    display: block;
    width: 60%;
    max-width: 1200px;
}

#caption1 {
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

#caption1,
.modal-content1 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

.close1 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 300
}

    .close1:focus,
    .close1:hover {
        color: #bbb;
        text-decoration: none;
        cursor: pointer
    }

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(0)
    }

    to {
        -moz-transform: scale(1)
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(0)
    }

    to {
        -o-transform: scale(1)
    }
}

@-ms-keyframes zoom {
    from {
        -ms-transform: scale(0)
    }

    to {
        -ms-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@media only screen and (max-width:700px) {
    .modal-content {
        width: 100%
    }
}

.awardHeading {
    font-size: 30px;
}

@media(max-width:1310px) {
    .awardHeading {
        font-size: 14px;
    }
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}



/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

@media only screen and (max-width: 600px) {
    .desktop_view {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .mobile_view {
        display: none;
    }
}



.wdth {
    width:100%
}




@media (max-width: 768px) {
    .footer_nav_block {
        position: relative;
        width: auto;
        display: flex;
    }
}


.color-white {
    color:#fff;
}



.datadark {
    background: radial-gradient(circle, rgb(24 33 40) 16%, rgba(2, 9, 27, 1) 100%);
}


.bg1 {
    background: url(../images/bg/1.jpg);
    background-size: cover;
    min-height: 500px;
   /* background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;


}


.bg2 {
    background: url(../images/bg/2.jpg);
    background-size: cover;
    min-height: 500px;
  /*  background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
}


.bg3 {
    background: url(../images/bg/3.jpg);
    background-size: cover;
    min-height: 500px;
   /* background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
}


.bg4 {
    background: url(../images/bg/4.jpg);
    background-size: cover;
    min-height: 500px;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
}


.bg5 {
    background: url(../images/bg/5.jpg);
    background-size: cover;
    min-height: 500px;
  /*  background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
}





.bg6 {
    background: url(../images/bg/1.jpg);
    background-size: cover;
    min-height: 500px;
   /* background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
}
