.contacts_wrap .contacts_address .address_right a {
    color: #fff;
}

.contacts_wrap .contacts_address .address_right a:hover {
    color: #006aab;
}
.vc_custom_1455183321063 .sc_socials.sc_socials_size_medium .social_icons span {
    color: #c1c1c1e8;
}
.sc_socials.sc_socials_size_medium .social_icons span {
    color: #fff;
}

.sc_socials.sc_socials_size_medium .social_icons span:hover {
    color: #006aab
}

.badge {
    text-transform: none;
    color: #006aab;
}

.abt-img {
    border-radius: 20px;
}
.rounded{
    border-radius: 20px;
}

.part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media only screen and (max-width: 767px) {
    .abt-img {
        margin-top: 40px;
    }

    .part {
        display: block;
    }
}

.mt-30{
    margin-top: 30px;
}
.mt-15{
    margin-top: 15px;
}
.column-1_2-cus{
    width: 40%;
    margin-right: -4px;
    text-align: left;
}
.text-center{
    text-align: center;
}
.contact a{
    color: #a6a19f;
}