body,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
  position: relative;
}

.btn-primary {
  background-color: transparent;
  width: 200px;
  box-shadow: 0px 0px 0px 2px #ffffff;
  border: none;
}
.btn-primary:hover {
  background: transparent;
  box-shadow: 0px 0px 0px 2px #06e0a4;
  border: none;
}

button {
  width: 100%;
  max-width: 200px;
  padding: 12px;
  margin: 10px 0;
  border-radius: 5px;
  border-width: 2px;
  font-size: 1rem;
  box-sizing: border-box;
  background: #2563eb;
  color: #ffffff;
}

.commonHeading h1,
.commonHeading h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.py-80 {
  padding: 80px 0;
}

.hidden {
  display: none;
}

header.mainHeader {
  background-color: #2563eb;
  color: #ffffff;
}
header.mainHeader .logo {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
header.mainHeader .logo img {
  border-radius: 50%;
  border: 2px solid #ffffff;
  padding: 2px 1px 1px 1px;
}
header.mainHeader ul.nav-links {
  width: 100%;
  justify-content: flex-end;
}
header.mainHeader ul.nav-links li a {
  color: #ffffff;
  margin-left: 45px;
  padding: 15px 0;
}
header.mainHeader.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: background-color 0.3s ease;
}
header.mainHeader.scrolled .logo {
  color: #343a40;
}
header.mainHeader.scrolled .logo img {
  border: 2px solid #2563eb;
}
header.mainHeader.scrolled .nav-item .nav-link {
  color: #ffffff;
}
header.mainHeader.scrolled .nav-item .nav-link:not(.btn-primary) {
  color: #343a40;
}

.footer {
  background-color: #2563eb;
  padding: 60px 0 0;
}
.footer .footer-brand {
  flex-basis: 30%;
}
.footer .footer-brand a {
  font-size: 24px;
}
.footer .footer-brand a img {
  border-radius: 50%;
}
.footer .footer-brand h2 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer .footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ffffff;
  margin-right: 50px;
}
.footer .footer-links {
  display: flex;
  justify-content: flex-start;
  flex-basis: 60%;
}
.footer .footer-links .footer-column h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .footer-links .footer-column ul.list-categories {
  list-style-type: none;
  padding: 0;
  display: grid;
  row-gap: 16px;
  column-gap: 55px;
  grid-template-columns: repeat(2, 1fr);
}
.footer .footer-links .footer-column ul.list-categories li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.footer .footer-links .footer-column ul.list-meet-calcmaster {
  list-style-type: none;
  padding: 0;
  display: grid;
  row-gap: 16px;
  column-gap: 32px;
  grid-template-columns: repeat(1, 1fr);
}
.footer .footer-links .footer-column ul.list-meet-calcmaster li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.footer .footer_Newsletterbox .footer_box_news h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .footer_Newsletterbox .footer_box_news .footer_box_input {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  padding: 12px 42px 12px 20px;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  margin-bottom: 15px;
}
.footer .footer_Newsletterbox .footer_box_news .footer_box_input::placeholder {
  color: #ffffff;
}
.footer .footer_Newsletterbox .footer_box_news .footer_box_input:focus-visible {
  outline: none;
}
.footer .footer_Newsletterbox .footer_box_news .noptin-form-field-submit .noptin-form-submit {
  background: #ffffff;
  color: #343a40;
}
.footer .footer_Newsletterbox .footer_box_social h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .footer-bottom {
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  color: #ffffff;
  background: #343a40;
  margin-top: 50px;
}
.footer .footer-bottom p {
  margin: 0;
}

.cmsPageBanner {
  background-color: #2563eb;
  padding: 120px 0px;
}
.cmsPageBanner .cmsPageBanner_sub {
  line-height: 2;
  font-size: 24px;
}
.cmsPageBanner .cmsPageBanner_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.cmsPageBanner .cmsPageBanner_para {
  font-size: 18px;
}
.cmsPageBanner .curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cmsPageBanner .curve svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 70px;
}
.cmsPageBanner .curve .shape-fill {
  fill: #2563eb;
}
.cmsPageBanner .waves > use {
  animation: move-forever 2s -2s linear infinite;
}
.cmsPageBanner .waves > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 6s;
}
.cmsPageBanner .waves > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}