<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrollToTop {
   background: #f95f1c;
}

.footer-section::before {
   background: none;
}

.footer-section {
   background-color: #263e4f;
}

.footer-link li::after {
   background: rgba(255,255,255,0.3); 
}

.copyright {
   border-top: 1px solid  rgba(255,255,255,0.3);
}

.section-header {
   max-width: unset;
}

.am-item {
    padding: 20px 20px;
}

.am-item .am-thumb img {
    height: auto;
    width: 100%;
}

.am-item .am-thumb {
    height: auto;
    margin-bottom: 0px;
}

.social-icons li a {
    border: 1px solid  rgba(255,255,255,0.3);
}

.contact-form .form-group label{
  color: #263e4f; 
}

.faq-item .faq-content .title {
   color: #263e4f; 
}

.how-item.how-item-custom{
  padding-bottom: 140px;
}
.how-item.how-item-custom .how-thumb {
    margin-bottom: 0px;
}
.how-item.how-item-custom .how-thumb::before {
    position: absolute;
    content: attr(rel);
    -webkit-border-radius: 92px 86px 136px 76px;
    -moz-border-radius: 92px 86px 136px 76px;
    border-radius: 92px 86px 136px 76px;
    height: 140px;
    width: 136px;
    line-height: 140px;
    background: -moz-linear-gradient(0deg,#e2906e 0,#e83a99 100%);
    background: -webkit-linear-gradient(0deg,#e2906e 0,#e83a99 100%);
    background: -ms-linear-gradient(0deg,#e2906e 0,#e83a99 100%);
    box-shadow: 5.806px 23.287px 30.72px 1.28px rgba(232,58,153,.5);
    color: #fff;
    font-family: "Josefin Sans",sans-serif;
    font-size: 54px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.how-item.how-item-custom .how-thumb.how-thumb-2::before {
    background: -moz-linear-gradient(0deg,#e1358f 0,#7e6ce7 100%);
    background: -webkit-linear-gradient(0deg,#e1358f 0,#7e6ce7 100%);
    background: -ms-linear-gradient(0deg,#e1358f 0,#7e6ce7 100%);
    box-shadow: 4.232px 12.292px 15.36px .64px rgba(209,62,157,.5);
}

.how-item.how-item-custom .how-thumb.how-thumb-3::before {
  background: -moz-linear-gradient(0deg,#f6d365 0,#fda085 100%);
  background: -webkit-linear-gradient(0deg,#f6d365 0,#fda085 100%);
  background: -ms-linear-gradient(0deg,#f6d365 0,#fda085 100%);
  box-shadow: 2.661px 10.673px 13.44px .56px rgba(151,134,20,.5);
}

.recharge-item .recharge-content .title{
 color: #263e4f;
}
.logo{
  height: 70px;
  width: auto;
}

#basic-addon2{
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
  background-color: #000000; 
  width: 60px;
  display: block;
}
.ash-gradient-bg {
    background: -ms-linear-gradient(-89deg,#f0f5fc 12%,#cbd9f5 100%);
    background: -moz-linear-gradient(-89deg,#f0f5fc 12%,#cbd9f5 100%);
    background: -webkit-linear-gradient(-89deg,#f0f5fc 12%,#cbd9f5 100%);
}

label {
    margin-bottom: 0px;
}

.apps-download-buttons-20 .download-options li a i{
  background:#f95f1c;
  -webkit-text-fill-color:transparent;
  -webkit-background-clip:text
}


.recharge-item:hover {
    cursor: pointer;
}

.custom-header {
    padding-top: 40px;
}

@media (min-width: 768px) {

  .custom-header {
      padding-top: 115px;
  }

  .logo{
    height: 100px;
    width: auto;
  }
}</pre></body></html>