.bg-primary{
    background-color: #162e55 !important;
}
.text-primary{
    color: #162e55 !important;
}
/*-------website wp button start---------*/
.social {
    position: fixed;
    right: 0;
    top: 400px;
    z-index: 100;
}
.social ul {
    list-style: none;
}
.social ul li a {
    display: inline-block;
    width: 45px;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.5s ease;
}
.social ul li .icon-whatsapp {
    background: #25D366;
    font-size: 22px;
    border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
}

.social ul li a:hover {
    padding: 10px 40px;
    background: #000;
    color: #fff;
    }
/*-------website wp button end---------*/