.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
}

.logo{
    width: 80px;
}

.header .tabs i{
    font-size: 37px !important;
    cursor: pointer;
}

.cover{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.1)), url('assets//images/image.png');
    background-position: center;
    background-size: cover;
    height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cover .service-btn{
    border: 1px solid #212529;
    text-decoration: none;
    color: #fff;
    background-color: #212529;
    padding: 12px 25px;;
    border-radius: 5px;
}

.cover h1{
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.service{
    background-color: #212529;
    padding: 3rem 0;
}

.service .title{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.service .sub-title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.service .discription{
    color: #fff;
    font-weight: 500;
}

.service .solid-border{
    border-bottom: 4px solid #fff;
    height: 20px;
    position: relative;
    width: 500px;
    height: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.corpuration{
    display: flex;
    justify-content: center;
    gap: 125px;
    flex-wrap: wrap;
}

.corpuration .card img{
    width: 78px;
    margin: auto;
}

.corpuration .card{
    text-align: center;
}

.card .card-body .card-title{
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.card .card-body .card-text{
    color: #000;
    font-weight: 500;
}

.card .card-body .detail{
    border: 1px solid #212529;
    padding: 8px 32px;
    text-decoration: none;
    color: #212529;
    border-radius: 15px;
    transition: all .2s ease,visibility 0s;
}

.card .card-body .detail:hover{
    background-color: #212529;
    color: #fff;
}

.about .title{
    font-size: 40px;
    color: #000;
    font-weight: 500;
}

.about .sub-title{
    display: flex;
    margin: auto;
    max-width: 1000px;
}

.value{
    background-color: #212529;
}

.value .title{
    text-align: center;
    color: #fff;
}

.value .value-title{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.value .value-sub-title{
    color: #fff;
    font-weight: 500;
}

.footer-content .footer-add p{
    font-size: 13px;
    margin: 0;
}

.footer-addresses p{
    font-size: 13px;
    margin-bottom: 15px;
}

.footer-addresses i {
    padding-right: 7px;
}

.footer-addresses .policy a{
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}

.contact-form{
    background-color: #212529;
}

.contact-form input{
    border-radius: 0px !important;
}

.max-width-form{
    max-width: 500px;
    margin: auto;
}

.aml-policy{
    background-color: #212529;
}

.policy-page{
    background-color: #212529;
}

.policy-page p{
    color: #fff;
    margin-bottom: 12px;
}
.policy-page .title{
    color: #fff;
}
.page-title{
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.privacy-policy{
    background-color: #212529;
}

.privacy-policy p{
    color: #fff;
}

.privacy-policy ol li{
    color: #fff;
}

.policy-page ul li{
    color: #fff;
}

.aml-policy p,h5,h2{
    color: #fff;
}

.alpha-points{
    margin-right: 10px;
}



@media (max-width: 767.98px) { 
    .service .solid-border{
        width: 345px;
    }

    .cover h1{
        font-size: 35px;
    }

    .sm-screen{
        row-gap: 45px;
    }

    .header .logo{
        width: 50px;
    }
}

@media (min-width: 1400px) { 
    .policy-page{
        display: flex;
        min-height: 630px;
        align-items: center;
        /* flex-direction: column; */
    }

    .term-condition{
        display: flex;
    align-items: center;
    min-height: 630px;
    }

    .aml-policy{
        display: flex;
        align-items: center;
        min-height: 630px;
    }
 }





































body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

#sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #212529;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

#sidebar a {
    padding: 15px 25px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

#sidebar a:hover {
    color: #f1f1f1;
}

#sidebar .close-btn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
}

#content {
    transition: margin-left 0.5s;
    padding: 16px;
}

.footer-brand-name {
    font-size: 48px;
}