/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4569ae;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #4569ae;
    }



.slide1 {
    background-image: url('../img/bg5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.slide2 {
  
    background-image: url('../img/coins-948603_1920.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.slide3 {
    background-image: url('../img/bbgg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.slide-caption {
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 30%;
    right: 10%;
    padding: 10px;
    background-color: rgb(0, 0, 0, 0.21);
}

.theme-manage-area .clear-fix {
    background-color: white;
    border-radius: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.single-item .item1 {
    background-color: white;
    border-radius: 30px;

}



.our-service .tran3s {
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    outline: none;
    border-style: none;
    border-width:0px;
    background-color: #f5f5f5;
}

    .our-service .tran3s:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    }
    .our-service .tran3s img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }

    .account-body .card
    {
        border-radius:30px;
    }


@media (max-width: 768px){


    .slide-caption {
        position: absolute;
        z-index: 2;
        top: 30%;
        left: 5%;
        right: 5%;
        padding: 5px;
        border-radius: 20px;
    }

}




.slider {
    height: 400px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__nav {
    width: 12px;
    height: 12px;
    margin: 3rem 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slider__nav:checked {
        -webkit-animation: check 0.4s linear forwards;
        animation: check 0.4s linear forwards;
    }

        .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
            left: 0%;
        }

        .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
            left: -100%;
        }

        .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
            left: -200%;
        }

        .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
            left: -300%;
        }

.slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding:25px 15px;
    margin:10px;
    background-color:#f9f9f9;
    border-radius:30px;
}
.box2 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px;
    margin: 10px;
    background:  rgb(3, 70, 142);
    /**
       background: linear-gradient(old 90deg,  rgb(115, 27, 122) 70%, rgba(215,25,90,1) 100%);
  */ background: linear-gradient(90deg, rgb(3, 70, 142) 70%, rgb(7, 60, 118) 100%);
    color: white;
    border-radius: 30px;
}

.slider__contents {
    height: 100%;
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__image {
    font-size: 2.7rem;
    color: #FFf;
}

.slider__caption {
    font-weight: 500;
    margin: 2rem 0 1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    color: #fff;
}

.slider__txt {
    color: #fff;
    margin-bottom: 3rem;
    max-width: 900px;
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }

    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }

    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}
.account-body .accountbg .card {
    margin-top: 40px;
    
}

.account-body .auth-header-box {
    border-radius: 30px 30px 0 0;
    background:  rgb(3, 70, 142);
    background: linear-gradient(90deg, rgb(3, 70, 142) 70%, rgb(7, 60, 118) 100%);
}
.account-body .auth-footer-box {
    border-radius: 0px 0px 30px 30px;
}
.slide-caption{
    text-shadow: 1px 1px 2px black;
}

.account-body .form-control {
    border-radius: 20px;
    outline: none;
    border-style:none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.account-body .btn-primary {
    text-align: center;
    border-radius: 15px;
    background:  rgb(3, 70, 142); 
    background: linear-gradient(90deg, rgb(3, 70, 142) 70%, rgb(7, 60, 118) 100%);
    border-style:none;
    outline:none;
}
.trade-container{
    height: 500px;

}
/*background: #03468e;*/
.tradingview-widget-container{
    height: 500px;
}




.theme-manage-area .container .single-item{
    background-color: #03468e;
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget-type-linked_image {
   
}

* {
    margin: 0;
}
