.logo_text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.ecommercehead {
    display: flex;
    align-items: center;
}

.ecommercehead img {
    border: 2px solid #fff;
    border-radius: 50%;
}

.d-none {
    display: none !important;
}

.sm_padding {
    padding-bottom: 12px;
    padding-top: 4px;
}

.mm_none {
    display: none;
}

.tp-banner img {
    width: 100%;
    height: 600px;
}

.primary-img {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    width: 100%;
}

.text-dark {
    color: #000 !important;
}

.team p.subtitle {
    color: #000;
}

.service-desc p {
    color: #000;
}

#contact p {
    color: #000;
}

.text-white {
    color: #fff !important;
}
.desk_menu
{
    display: flex;
    justify-content: flex-end;
}
.mr-0
{
    margin-right: 0px !important;
}
@media only screen and (max-width: 767px) {
    .mm_none {
        display: block;
    }

    .tp-banner img {
        width: 100%;
        height: 360px;
    }
}

.mt-0 {
    margin-top: 0px !important;
}

.mission_ul {
    margin-left: 0px;
}

.mission_ul li {
    list-style-type: none;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight:600;
}

.bank_info {
    color: #696969;
    margin-top: 10px;
}

.bank_info_p {
    color: #696969;
    font-weight: 600;
}
.pp_ol li
{
margin-bottom:18px;
}