/* ########## EXTRAS START ########## */

.outline-blue-btn,
.solid-blue-btn {
  padding: 0.625rem 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  border-radius: 0.3125rem;
}

.solid-blue-btn.sm {
  padding: 0.225rem 0.675rem;
}

.solid-blue-btn {
  background: var(--primaryc) !important;
  color: #fff !important;
}

.solid-blue-btn:hover {
  color: #fff !important;
  transform: translateY(-3px);
  /* box-shadow: 0 4px 11px var(--primaryhsh) */
}

.outline-blue-btn {
  background-color: var(--primarybg) !important;
  border-color: transparent !important;
  color: var(--primaryc);
}

.outline-blue-btn:hover {
  background-color: var(--primaryhbg) !important;
  color: #fff !important;
  transform: translateY(-3px);
  /* box-shadow: 0 4px 11px var(--primaryhsh) */
}

.mt-150 {
  margin-top: 120px;
}

.p-50 {
  padding: 50px;
}

.pt-100 {
  padding: 30px 0;
}

.pt-150 {
  padding-top: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.bgGray {
  background-color: #fafbff !important;
}

.bgGreen {
  background-color: var(--primaryc) !important;
}

#goTopButton {
  background-color: var(--primaryc);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 75%;
  right: 24px;
  z-index: 999999;
  text-align: center;
  line-height: 40px;
  border-radius: 0.5rem;
}

.goWpButton {
  background-color: rgb(77, 194, 71);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  display: block;
  bottom: 14px;
  left: 16px;
  z-index: 200;
  text-align: center;
  border-radius: 100%;
}

.goPnButton {
  background-color: var(--primaryc);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  display: block;
  bottom: 84px;
  left: 16px;
  z-index: 200;
  text-align: center;
  border-radius: 100%;
}

.color-1 {
  color: #000 !important;
  background: rgb(225, 225, 225) !important;
}

.color-2 {
  color: #000 !important;
  background-color: rgb(255, 240, 244) !important;
}

.color-3 {
  color: #000 !important;
  background-color: rgb(255, 249, 235) !important;
}

.color-4 {
  color: #000 !important;
  background: rgb(239, 251, 245) !important;
}

.color-5 {
  color: #000 !important;
  background: rgb(245, 239, 251) !important;
}

.transform-rotate-180 {
  transform: rotate(-180deg);
}

.c-point {
  cursor: pointer;
}

.lead {
  font-size: 1rem;
  font-weight: 400;
}

.vh100 {
  min-height: 100vh;
}

.vh-24 {
  min-height: 280px;
}

.headPart p {
  color: var(--bodyc);
  font-size: 14px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ########## EXTRAS END ########## */