.has-submenu ul.submenu.list-unstyled li {
    border-bottom: solid 1px #0000002e;
    margin-bottom: 11px;
    width: 100% !important;
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s ease-in-out;
}
.applicant-steps {
    border: 2px solid;
    padding: 20px;
    border-radius: 20px;
    border-color: #990012;
    margin-bottom: 20px;
}
.steps-content {
    margin-bottom: 10px;
}
.applicant-steps .steps {
    margin-bottom: 10px;
}
.steps-note {
    margin-top: 50px !important;
}
.steps-tiitle {
    padding-bottom: 50px;
}
a:hover {
  color: #000;
}

.text-light a:hover {
  color: #FFF;
}

.fw-semi-bold {
  font-weight: 600;
}

.bg-prime {
  background-color: #000;
}

.clr-prime {
  color: #000;
}

.bg-second {
  background-color: #990012;
}

.clr-second {
  color: #990012;
}

@media only screen and (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

.btn.btn-white:hover {
  box-shadow: inset 0px 0px 200px rgba(0, 0, 0, 0.05);
}

.btn-primary {
  background-color: #990012;
  border-color: #990012;
  border: none;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: #FFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.btn-effect.btn-primary {
  border: 2px solid #990012;
}

.btn-effect.btn-primary:hover {
  border-color: #FFF;
}

.btn-effect {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-effect::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #FFF;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.btn-effect:hover {
  color: #000;
}

.btn-effect:hover::after {
  transform: scale(1, 1);
  opacity: 1;
}

@media only screen and (min-width: 1400px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media only screen and (min-width: 1400px) {
  .row > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .row > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body, a, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1199.98px) {
  h1 {
    font-size: 44px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 991.98px) {
  h1 {
    font-size: 34px;
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 28px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 55px;
}
@media only screen and (max-width: 1199.98px) {
  h2 {
    font-size: 40px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 991.98px) {
  h2 {
    font-size: 34px;
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  h2 {
    font-size: 26px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2 {
    font-size: 24px;
  }
}

.header-top-bar .phone-button div {
  padding: 3px 6px;
}

.site-header .main-navigation .menu-item .menu-link {
  position: relative;
  padding: 5px 0;
  display: inline-block;
}
@media only screen and (max-width: 1199.98px) {
  .site-header .main-navigation .menu-item .menu-link {
    font-size: 14px;
  }
}
.site-header .main-navigation .menu-item .menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  top: 100%;
  height: 2px;
  border-radius: 1px;
  background: #990012;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  z-index: 11;
}
.site-header .main-navigation .menu-item .menu-link:hover::after {
  width: 100%;
}
.site-header .main-navigation .menu-item.active .menu-link::after {
  width: 100%;
}
.site-header .main-navigation .menu-item .submenu {
  background: #FFF;
  z-index: 1;
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.3s ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 350px;
  pointer-events: none;
}
.site-header .main-navigation .menu-item .submenu .menu-item {
  margin: 10px;
}
.site-header .main-navigation .menu-item:hover .submenu {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}
.site-header .mobile-navigation .menu-item .menu-link {
  position: relative;
}
.site-header .mobile-navigation .menu-item .menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  border-radius: 1px;
  background: #990012;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  z-index: 11;
}
.site-header .mobile-navigation .menu-item .menu-link:hover::before {
  width: 100%;
}
.site-header .mobile-navigation .menu-item .menu-link.active .menu-link::before {
  width: 100%;
}
.site-header .mobile-navigation .submenu {
  padding-left: 20px;
}

.hero-section {
  min-height: 40vw;
  z-index: 1;
}
.hero-section .bg-wrapper {
  pointer-events: none;
  z-index: -1;
}

.aboutus-section {
  background-image: url(../../images/bg-03.jpg);
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.aboutus-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #990012;
  opacity: 0.5;
  z-index: -1;
}

.contactus-section {
  position: relative;
  z-index: 1;
}
.contactus-section::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-image: url(../../images/pattern-bg.png);
  background-size: cover;
  background-position: center bottom;
  display: block !important;
  z-index: -1;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.page-banner {
  height: 300px;
  min-height: 20vw;
  z-index: 1;
}
.page-banner .bg-wrapper {
  pointer-events: none;
  z-index: -1;
}
.page-banner .bg-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(0, 22, 79, 0.9), rgba(0, 0, 0, 0.1));
  z-index: 1;
}
.page-banner .breadcrumbs a:hover {
  color: #FFF;
}
.page-banner .breadcrumbs span {
  color: rgba(255, 255, 255, 0.8);
}

.studentforms--section .card {
  border: 10px solid #990012;
}
.studentforms--section .card .table-student-forms td {
  vertical-align: middle;
}
.studentforms--section .card .table-student-forms td:last-child {
  text-align: center;
  border-left: 1px solid #ECECEC;
}

.agents--section {
  background-image: url(../../images/agents-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  z-index: 1;
}
.agents--section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
.agents--section .card {
  background-color: #990012;
}
.agents--section .card h4 {
  color: #FBDB16;
}
.agents--section .card .icon {
  border: 1px dashed #fff;
}
.agents--section .card .icon svg {
  color: #FBDB16;
}

.course-detail--section .accordion-dark .accordion-button {
  background-color: #990012;
  color: #FFF;
}
.course-detail--section .accordion-dark .accordion-button:not(.collapsed) {
  background: #FBDB16;
  color: #000;
}
.course-detail--section .accordion-dark .accordion-button::after {
  filter: invert(1);
}
.course-detail--section .course-meta-wrapper .meta {
  margin-bottom: 20px;
}
.course-detail--section .course-meta-wrapper .meta .meta-title {
  margin-bottom: 10px;
}
.course-detail--section .course-meta-wrapper .meta .meta-desc {
  border-left: 2px solid #FBDB16;
  padding-left: 20px;
}/*# sourceMappingURL=style.css.map */

.description p{
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}
.description ul li span{
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}
.description p span{
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}
.meta-line-break{
  white-space: pre-line;
}
.gap-6 {
  gap: 4rem!important;
}

.courses-section .card-text{
  min-height: 148px;
}