body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
a {
  text-decoration: none;
  color: unset;
}
.fs-9 {
  font-size: 0.5625rem;
}
.fs-10 {
    font-size: 0.70em !important;
}

.fs-18 {
  font-size: 18px;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-50{
    font-size: 50px;
}
.fw-600 {
  font-weight: 600 !important;
}
.btn {
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 10px;
  line-height: 1.25em;
}
.bg-success {
  background-color: #03c95a !important;
  border: 1px solid #03c95a !important;
  color: #fff;
}
.bg-secondary {
  background-color: #004ea2 !important;
  border: 1px solid #004ea2 !important;
  color: #fff;
}
.blue_flip {
  background-color: #ebe8fd;
}
.navbar-light .navbar-nav .nav-link {
  color: #ee1a3b;
  font-weight: 600;
  margin-right: 10px;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0px;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.flip-card-container {
  perspective: 1000px;
  position: relative;
  transform-style: preserve-3d;
  margin-left: 10px;
  margin-left: 10px;
}
.flip-card {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 300px;
  backface-visibility: hidden;
  padding: 20px;
  box-sizing: border-box;
  top: 0;
  transition: transform 0.6s;
}
.flip-card-back {
  background-color: #ebe8fd;
  transform: rotateY(180deg);
}
.Ov_StepNumber {
  position: relative;
  margin-top: 20px;
  color: #000;
}
.blue_flip .Ov_StepNumber::before {
  color: #ebe8fd;
  background-color: #cbc5ed;
}
.Ov_StepNumber::before {
  content: attr(data-step-count);
  position: absolute;
  left: 18%;
  font-size: 110px;
  top: 25px;
  padding-bottom: 54px;
  opacity: 0.6;
  font-weight: 600;
  border-radius: 50%;
  padding: 0 40px;
  width: 158px;
  height: 170px;
  z-index: -1;
}
.flip-card:hover {
  transform: rotateY(180deg);
}
.pink_flip {
  background: #ffd7e4 !important;
}
.pink_flip .Ov_StepNumber::before {
  color: #ffd7e4;
  background-color: #fdb9cf;
}
.green_flip {
  background: #d4faeb !important;
}
.green_flip .Ov_StepNumber::before {
  color: #d4faeb;
  background-color: #a4e7cc;
}
.yellow_flip {
  background: #f5f0bb !important;
}
.yellow_flip .Ov_StepNumber::before {
  color: #f5f0bb;
  background-color: #e0d98b;
}
.study .card {
  border-radius: 10px;
}
.number-line {
  margin: 10px auto;
  height: 2px;
  width: 50px;
  background: #004ea2;
  border-radius: 2px;
}
footer {
  background-color: #222;
}
.footer-two .social-icon-two li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.footer-two .footer-widget h5 {
  position: relative;
  margin-bottom: 22px;
}
.footer-two .footer-widget h5::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 38px;
  height: 2px;
  background: #004ea2;
  border-radius: 30px;
}
.customer-info {
  margin-bottom: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.customer-info .customer-info-icon span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4ebf1;
  font-size: 24px;
  font-weight: 700;
  color: #4e5561;
}
.courses .card {
    min-height: 165px;
}
.avatar.avatar-lg {
    width: 2.813rem;
    height: 2.813rem;
    line-height: 2.813rem;
    font-size: 1rem;
}
.avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    /* border: 2px solid green; */
    color: #fff;
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #cb2424;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.banner-course{
    background-position: center;
    background-size: cover;
    position: relative;
}
.banner-course::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(72deg,rgba(0, 0, 0, 0.85) 36%, rgba(0, 0, 0, 0.3) 72%, rgba(0, 0, 0, 0.39) 100%);  }
.banner-bar::before {
    content: "";
    height: 48px;
    border: 2px solid #cf3425;
    background-color: #f5f5f5;
    position: absolute;
    bottom: -4px;
    right: 0;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: Adjust dropdown position */
}
@media (max-width: 767.98px) {
  .logo.owl-carousel img {
   height: 50px;
  
  }
}