/*** Topbar Start ***/


a {
  color: #0152ed;
}

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 100%;
/*    overflow: hidden;*/
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 20s infinite;
    animation-timing-function: all;
}


.bg-primary {
  background-color: #ed017f !important;
}


.bg-primary {
  background-color: #ed017f !important;
}

.text-primary {
  text-color: #ed017f !important;
}



.contact-detail::before {
    /*position: absolute;
    content: "";*/
    height: 90%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}


