/* Body */
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  overflow-x: hidden;
  min-height: 75rem;
  min-height: fit-content;
  padding-top: 4.5rem;
}

a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: #F3452C;
  text-decoration: none;
}

/* Navigation Bar Wide Screen */
.navbar {
  border-bottom: 1px solid rgb(230, 230, 230);
}

.navbar ul {
  list-style: none;
  padding-left: 10px;
  padding-top: 15px;
  height: auto;
}

.navbar a {
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: grey;
  transition: 0.2s;
  font-weight: 600;
  height: auto;
}

.navbar a:hover {
  color: black;
  transform: scale(1.1);
}

.navbar p {
  padding-top: 15px;
}

.navbar img {
  margin-left: 30px;
  width: 40px;
  transform: scale(1.3);
}

.active {
  color: black;
  font-weight: 600;
}

/* Make a Payment */
.makepayment {
  place-content: center;
  position: relative;
}

.navbar .makepayment, .makeapayment {
  padding: 7px 10px;
  margin-left: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid;
  background: #F3452C;
  box-shadow: 2px 2px 2px 2px rgb(230, 230, 230);
  max-width: max-content;
}

.navbar .makepayment:hover, .makeapayment:hover {
  color: #F3452C;
  background: #fff;
}

@media (max-width: 1024px) {
  .makepayment {
    max-width: 100%;
    position: relative;
  }
}

/* Sections */
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
  margin-top: 10px;
}

.section-title-middle {
  text-align: center;
  padding-bottom: 20px;
  margin-top: 5px;
}

.section-title h2, .section-title-middle h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: black;
}

.section-title-middle h2::before {
  position: absolute;
  width: 120px;
  height: 1px;
  content: "";
  display: block;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title-middle h2::after {
  position: absolute;
  width: 40px;
  height: 3px;
  content: "";
  display: block;
  background: #F3452C;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title-middle p, .section-title p {
  margin-bottom: 0;
}

/* Omega logo Home page */
.omegaLogo img {
  width: 100%;
  padding-top: 50px;
  transform: scale(1.48);
  overflow: visible;
  padding-bottom: 30px;
  margin-bottom: 0px;
  height: auto;
}

.omegaLogoBottom {
  text-align: center;
  width: auto;
}

.omegaLogoBottom h4 {
  font-weight: 100;
  margin-bottom: 7vh;
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
}

/* Home page Merchant and Consumers  */
.merchantsAndConsumers img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  margin-top: 5px;
  position: relative;
  margin-bottom: 10px;
  /* height: auto; */
  border: 6px solid #fff;
  box-shadow: 2px 2px 2px 2px rgb(230, 230, 230);
}

.merchantsAndConsumers img:hover {
  transform: translateY(-30px);
}

@media (max-width: 1024px) {
  .merchantsAndConsumers {
    max-width: 100%;
    position: relative;
  }
}

/* Home page ACA logo */
.acaLogo img {
  padding-bottom: 20px;
  place-content: center;
}

/* About Us page */
.aboutUs {
  text-align: justify;
  margin-top: 2px;
  text-align: justify;
  font-weight: 100;
  padding-left: 5px;
  position: relative;
}

.aboutUs h4 {
  font-size: 20px;
}

.aboutUs h5 {
  font-size: 18px;
}

.aboutUs img {
  max-width: 100%;
  width: max-content;
  transition: all 0.4s ease-in-out;
  margin-top: 0;
  display: relative;
  margin-bottom: 5px;
  border: 6px solid #fff;
  box-shadow: 2px 2px 2px 2px rgb(230, 230, 230);
}

@media (max-width: 1024px) {
  .aboutUs {
    max-width: 100%;
    position: relative;
  }
}

/* This is used in creating grids in About Us, Solutions, and Services pages
Used Sections: OUR MARKETS in About Us page; MOVING FORWARD in Services page; SOLUTIONS in Solutions page; */
.ourMarkets .box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  transition: all ease-in-out 0.4s;
  margin-bottom: 20px;
}

.ourMarkets .box h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 24px;
}

.ourMarkets .box h4 a {
  color: black;
  transition: ease-in-out 0.3s;
}

.ourMarkets .box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  /* text-align: justify; */
}

.ourMarkets .box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 10px 0 rgba(243, 69, 44, 0.1);
}

.ourMarkets .box:hover h4 a {
  color: #F3452C;
}

/*FAQs - Consumer Home Page */
.faq .faq-list {
  padding: 0;
  color: black;
  margin-top: 2px;
}

.faq .faq-list ul {
  padding-left: 5px;
  list-style: none;
}

.faq .faq-list li {
  padding: 20px;
  border-radius: 5px;
  position: relative;
  border: 2px solid #ECEBEB;
  box-shadow: 2px 2px 2px 0px rgb(230, 230, 230);
  margin-bottom: 10px;
}

.faq .faq-list li:hover {
  background: #ECEBEB;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  padding-left: 30px;
}

.faq .faq-list .show-icon, .faq .faq-list .close-icon {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 14px;
}

.faq .faq-list .show-icon {
  display: none;
}

.faq .faq-list a.collapsed .show-icon {
  display: inline-block;
}

.faq .faq-list a.collapsed .close-icon {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/* Contact US */
.contact .info {
  padding: 40px;
  margin: auto;
  border: 2px solid #F3452C;
  box-shadow: 2px 2px 2px 2px rgb(230, 230, 230);
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.contact .info i {
  font-size: 20px;
  color: #F3452C;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #F3452C;
}

.contact .info h4 {
  padding-left: 60px;
  font-size: 20px;
  font-weight: 600;
}

.contact .info p {
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact .info .phone:hover i, .address:hover i, .email:hover i {
  background: #F3452C;
  color: #fff;
}

.contact iframe {
  width: auto;
  height: auto;
  border: 2px solid #fff;
  box-shadow: 2px 2px 2px 2px rgb(230, 230, 230);
}

/*Footer*/
.footer {
  text-align: center;
  border-top: 1px solid rgb(243, 69, 44, 0.3);
  position: absolute;
  padding: 5px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  background: #eee;
}