.contact-fixed {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.text-primary {
  color: #BF504E !important;
}

.bg-primary{
    background-color: #BF504E !important;
}

.img-zoomin {
    transition: 0.5s;
    height: auto;
}

.img-zoomin:hover {
    transform: scale(1.1);
}