<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-top-v, .top-1 {
  background-color: #f7f7f7; }

.header a {
  color: #000; }

.top-1 {
  padding: 10px; }

.top-1 .fa {
  color: #0d64a9;
  padding: 5px;}
.vdshow {margin:20px 0px; display: inline-block;}
.card {
    margin-top: 27px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border: 1px solid #e9e9e9;
    padding: 10px;
        margin-bottom: 42px;
}

.card h5 {
  padding: 10px;
  margin-bottom: 0px; }
  .card h4{
      padding: 12px;
    color: #0d64a9 !important;
    font-size: 21px;
  }

.service ul {
  list-style: none !important;
  text-align: left !important; }
.service li {  
    padding: 0px;
    font-size: 18px;
    list-style: disc;
    line-height: 30px;}
#callme {
    position: fixed;
    right: 19px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    top: 71%;
    z-index: 210;
    animation: glow 1300ms infinite;
    border-radius: 50%;
}
#chat-bot-message-container .chat-bot-message-label {
    display:none!important;
}
@keyframes glow {
        0% {
          background-color: #00fbf8;
          box-shadow: 0 0 5px #00fbf8;
        }
        50% {
          background-color: #00fbf8;
          box-shadow: 0 0 30px #00fbf8;
        }
        100% {
          background-color: #51fbf9;
          box-shadow: 0 0 5px #00fbf8;
        }
      }
#callme .fa {
        font-size: 37px;
        border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-color: #f71d1d;
    width: 55px;
    height: 55px;
    color: #fff;
    padding: 10px;
    -webkit-animation: rotation 5s infinite linear;
    animation-duration: 4s;   
}
.mt-5{
        margin-top: 3rem!important;
}
.blog-panel h4{
    color: #ac3583 !important;
    font-size: 22px !important;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.footer-heading{
  font-size: 22px;
  position: relative;
  padding-bottom: 5px;
}
.footer-heading::after{
  position: absolute;
  bottom: 0;
 
  right: 42%;
  content: "";
  width: 124px;
  height: 2px;
  background-color: #fff;
}
.address{
  padding-left: 0px;
  padding-top: 0px;
}
.address h3{
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
 
}
.address h3::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #fff;
}
.address p{
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .address{
    padding-left: 10px
    
}
.address p {
  padding-top: 2px;
}
.footer-heading::after {
   
    right: 31%;
    
}
}

  
/*# sourceMappingURL=main.css.map */
</pre></body></html>