*:focus{
    outline: none !important;
}
section{
    padding: 7% 0px;
}
.menu {
    padding: 20px;
    background-color: #0c335f;
}
.langues .world{
    width: 20px;
    margin-right: 5px;
}
.langues select{
    background: none;
    border: none;
    color: #000000;
    padding: 0;
}
.langues select:focus{
    background: none;
    border: none;
    color: #000000;
    box-shadow: none;
}
.langues p{
    margin: 0 10px 0 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}
.lang-select .flag {
    max-width: 25px;
}
.langues p {
    margin: 0 10px 0 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
}
.lang-select .select-selected {
    background: none;
    text-align: center;
    height: 40px;
    padding: 7px 0 0 0;
    color: #ffffff;
}
.select-selected {
    background-color: #fff;
    padding: 6px 16px;
    cursor: pointer;
    user-select: none;
    border-radius: 25px;
    margin-top: 1px;
}
.lang-select .select-selected:hover{
    color: #ffffff;
}
.lang-select .dropdown-menu ul li a:hover {
    color: #777777;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.lang-select .dropdown-menu ul {
    padding: 0px 5px;
    width: 320px;
}
.lang-select .dropdown-menu ul li a {
    color: #000000;
    text-decoration: none;
    padding: 8px 10px;
    display: inline-table;
}
.lang-select .dropdown-menu ul li {
    list-style: none;
    display: inline-block;
    width: 100px;
    /* border-top: 1px solid #c7c5c5; */
}
.lang-select .dropdown-menu {
    min-width: auto;
    overflow: hidden;
    top: 0px !important;
    left: -35px !important;
    border-radius: 0;
    background: #ffffff;
}
.lang-select .dropdown-menu ul li {
    list-style: none;
    /* border-top: 1px solid #c7c5c5; */
}
.lang-select .dropdown-menu ul li:first-child {
    border: none;
}
.logo-100{
    max-width: 150px !important;
    width: 100%;
}
footer{
    background-color: #0c325f;
    color: #ffffff;
    padding: 20px 0;
}
footer a{
    color: #ffffff;
    text-decoration: none;
}
footer a:hover{
    color: #48f7f5;
    text-decoration: none;
}
footer ul{
    list-style: none;
}
.contacts{
    background-color: #1fafb1;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.form{
    margin: 0px auto 0 auto;
}
.form h3{
    font-weight: bold;
    color: #0c325f;
}
.form .custom-radio{
    margin-bottom: 15px;
}
ul.number{
    list-style: none;
    padding-left: 0;
}
ul.number span{
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
}
.about{
    position: relative;
}
.about .man{
    position: absolute;
    bottom: 0;
    left: 5%;
    max-width: 600px;
}
.p3p-0{
    padding: 3% 0px;
}
.hello{
    background-size: cover;
}
.bg-cover{
    background-size: cover;
}
.chart{
    height: 450px;
}
.white-text{
    color: #ffffff;
}
.aqua{
    color: #53f7fd;
}
.aqua2{
    color: #35b6bb;
}
.w50p{
    width: 50%;
}
.tradingview-widget-copyright .blue-text {
    color: #234e81 !important;
    position: absolute;
    left: -100%;
}
.lang-modal{
    background-color: rgb(0 0 0 / 75%);
}
.lang-modal .modal-header {
    background: #23b1b5;
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 24px;
    text-align: center;
    border-bottom: unset;
}

.lang-modal .modal-content .modal-body {
    display: grid;
    grid-template-columns: repeat(5, auto);
}

.lang-modal .modal-content {
    background-color: rgba(52, 52, 52, 0.9);
}

.lang-modal .modal-content .lang-item {
    width: 100%;
}

.lang-modal .modal-content a {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.lang-modal .modal-content a:hover {
    text-decoration: unset;
}

.lang-modal .modal-content a:hover img {
    box-shadow: 0px 0px 7px 3px rgba(35,177,181,0.75);
    -webkit-box-shadow: 0px 0px 7px 3px rgba(35,177,181,0.75);
    -moz-box-shadow: 0px 0px 7px 3px rgba(35,177,181,0.75);
    border-radius: 50%;
}

.lang-modal .modal-content img {
    max-width: 80px;
}


.lang-modal .modal-content a p {
    margin-bottom: 0.5rem;
}

.lang-modal .modal-content a:hover p {
    color: #23b1b5;
}
.new-custom-file-label {
    padding: 10px;
}
.new-custom-file-label {
    font-size: 18px;
    border: 2px solid #0c325f;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}
.filebox, .fileBox2, .fileBox3 {
    display: none;
}
.custom-file-input {
    display: none;
}
.input-group > .custom-file {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    height: auto;
}
.remove-file {
    color: #ff0000;
    cursor: pointer;
    margin-left: 5px;
}
.invalid-tooltip {
    position: relative;
    top: 0;
}
.file-requirements {
    display: block;
    color: #888;
    font-size: 0.9rem;
}
.send {
    font-size: 26px !important;
    padding: 10px 50px !important;
    margin: auto;
    display: block;
    margin-top: 50px !important;
}
.pick-up{
    color: #0c335f;
    font-size: 20px;
}
.pick-up a{
    text-decoration: underline;
    color: #33b6b9;
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545;
}
.form-popup{
    margin-top: 10%;
    color: #000000;
}
.form-popup .modal-content{
    background-color: #c4c4c4;
}
.form-popup .modal-content h2{
    color: #fe0000;
    font-weight: bold;
}
.form-no, .form-yes{
    width: 48%;
}
.form-popup .form-no button{
    background-color: #5a5a5a;
    color: #ffffff;
    border: none;
    padding: 10px;
    text-align: left;
    min-height: 110px;
}
.form-popup .form-yes button, .form-popup .form-yes a{
    background-color: #008505;
    color: #ffffff;
    border: none;
    padding: 10px;
    font-size: 22px;
    text-align: left;
    min-height: 110px;
    display: block;
}
.form-popup .form-yes a:hover{
    text-decoration: none;
}
#formModal{
    background-color: rgb(0 0 0 / 78%);
}
#buttonModal{
    display: none;
    position: absolute;
    left: -300%;
    font-size: 0;
}
.typ{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.reset-password{
    padding: 14% 0px;

}

@media (max-width: 992px) {
    .lang-modal .modal-content img {
        max-width: 60px;
    }
}
@media all and (max-width:1390px){
    .about .man{
        left: 0;
        max-width: 450px;
    }
}
@media all and (max-width:916px){
    .about .man{
        max-width: 350px;
    }
}
@media all and (max-width:767px){
    footer{
        font-size: 13px;
    }
    .contact-item{
        margin-bottom: 15px;
    }
    .about .man{
        display: none;
    }
}