.commonStyle__zt3BrandBg {
  background-color: #50e3c2;
}
.commonStyle__zt3BrandFill {
  fill: #50e3c2;
}
.Footer__container2 {
  display: none;
}
.Button__footerBtn:hover {
  background: #50e3c2;
}
.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
  background-color: rgba(0,0,0,0.45);
}
.Header__logo img {
    max-height: 11rem;
    max-width: 9.5rem;
    min-height: auto;
    display: block;
}
@media only screen and (max-width:640px){
  .os-col{display:block !important;width:100% !important;}
  .os-pad{padding:12px 10px !important;}
}

.Layout__oneColumn {
  min-height: 50vh !important;
}

/* ========== Optima Solutions | Zoho Desk Portal Footer ========== */

#os-footer.os-footer {
  background: #004aad;
  color: #ffffff;
  font-family:Latoregular, sans-serif;
}

#os-footer .os-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;
}

/* --- Top row --- */
#os-footer .os-footer__top-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 18px 0;
}

#os-footer .os-footer__top-cell {
  padding: 0 0 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}

#os-footer .os-footer__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

#os-footer .os-footer__tagline {
  font-size: 16px;
  line-height: 1.6;
  margin: 8px 0 0 0;
  opacity: 0.95;
  text-align: center;
}

/* --- Columns table --- */
#os-footer .os-footer__cols-table {
  width: 100%;
  border-collapse: collapse;
}

#os-footer .os-footer__col {
  width: 33.3333%;
  vertical-align: top;
  padding: 14px 10px;
}

#os-footer .os-footer__col-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

#os-footer .os-footer__item {
  font-size: 15px;
  margin: 8px 0;
}

#os-footer .os-footer__icon {
  opacity: 0.95;
  margin-right: 6px;
}

#os-footer .os-footer__muted {
  opacity: 0.95;
}

/* Links */
#os-footer a.os-footer__link {
  color: #ffffff;
  text-decoration: none;
}

#os-footer a.os-footer__link:hover,
#os-footer a.os-footer__link:focus {
  text-decoration: underline;
}

/* --- Bottom row --- */
#os-footer .os-footer__bottom {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}

#os-footer .os-footer__copyright {
  font-size: 12px;
  opacity: 0.9;
  margin: 0;
  text-align: center;
}

/* --- Responsive (mobile) --- */
@media only screen and (max-width: 640px) {
  #os-footer .os-footer__inner {
    padding: 20px 14px;
  }

  /* Make table columns stack */
  #os-footer .os-footer__cols-table,
  #os-footer .os-footer__cols-table tbody,
  #os-footer .os-footer__cols-table tr {
    display: block;
    width: 100%;
  }

  #os-footer .os-footer__col {
    display: block;
    width: 100%;
    padding: 12px 10px;
  }
}
