@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. TopHeader CSS
/*----------------------------------------*/
@import "https://unpkg.com/open-props/easings.min.css";
.top-header {
  margin-bottom: 15px;
}
.top-header .logo {
  width: 130px;
}
@media (max-width: 599px) {
  .top-header .logo {
    width: 5rem;
  }
}
.top-header .logo a img {
  width: 100%;
  display: block;
}
.top-header .dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-weight: 700;
  font-size: 14px;
}
.top-header .dropdown .dropdown-toggle::after {
  display: none;
}
.top-header .dropdown .dropdown-toggle svg {
  width: 15px;
}
.top-header .dropdown .dropdown-toggle:hover {
  background-color: transparent !important;
}
.top-header .dropdown .dropdown-menu {
  padding: 0;
  border: none;
  overflow: hidden;
  min-width: 300px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.top-header .dropdown .dropdown-menu li a {
  font-size: 14px;
  white-space: initial;
}
.top-header .dropdown .dropdown-menu li:hover a {
  background-color: #32BFFF;
  color: #ffffff;
}
.top-header .dropdown:hover .dropdown-toggle {
  color: #1E4B7B;
}
.top-header .search-form {
  max-width: 500px;
  width: 100%;
  position: relative;
}
.top-header .search-form .form-control {
  width: 100%;
  border-radius: 20px;
  font-size: 14px;
  height: 40px;
  padding: 7px 20px;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
}
.top-header .search-form .btn {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -14px;
  padding: 0 15px;
  border: none;
  color: #1E4B7B;
}
.top-header .search-form .btn:focus {
  outline: none;
  box-shadow: none;
}
.top-header .search-form .btn:hover {
  background-color: transparent !important;
  color: #143252;
}
.top-header .search-form .btn svg {
  width: 20px;
  color: #afafaf;
}
@media (min-width: 1330px) {
  .top-header .search-form {
    max-width: 450px;
  }
}
@media (max-width: 1329px) {
  .top-header .search-form {
    max-width: 310px;
  }
}
.top-header .top-right-header .aus-number p {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
}
@media (max-width: 599px) {
  .top-header .top-right-header .aus-number p {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.top-header .top-right-header .button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.top-header .top-right-header .button-wrapper .btn {
  background-color: #1E4B7B;
  font-size: 14px;
  border: none;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 15px;
}
.top-header .top-right-header .button-wrapper .btn svg {
  width: 15px;
}
@media (max-width: 599px) {
  .top-header .top-right-header .button-wrapper .btn {
    font-size: 0.75rem;
    gap: 0 0.3125rem;
    height: 1.875rem;
    padding: 0 0.625rem;
  }
  .top-header .top-right-header .button-wrapper svg {
    width: 0.75rem;
  }
}
@media (max-width: 599px) {
  .top-header .top-right-header {
    gap: 1rem !important;
  }
}
@media (max-width: 1279px) {
  .top-header .header-flex {
    gap: 0 0.625rem;
  }
  .top-header .header-flex .top-right-header .aus-number p {
    font-size: 0.75rem;
  }
}

header {
  padding: 15px 0 0 0;
}
header .navbar {
  background-color: #1E4B7B !important;
}
header .navbar .navbar-nav {
  gap: 0 0.375pxrem;
  position: relative;
  width: 100%;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-weight: 500;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: 118%;
  margin: 0;
  padding: 3% !important;
  border-radius: 0 0 8px 8px;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 7px 15px !important;
  color: #212529;
  font-weight: 500;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ebf2fa !important;
  color: #32BFFF;
  border-radius: 4px;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle svg {
  width: 14px;
}
header .navbar .navbar-nav .nav-item.dropdown.position-static {
  position: static;
}
header .navbar .navbar-nav .dropdown-submenu {
  position: relative;
}
header .navbar .navbar-nav .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
header .navbar .navbar-nav .dropdown-submenu:hover .dropdown-menu {
  display: block;
  background-color: #ffffff;
  top: 0;
  border-radius: 8px;
}
header .navbar .navbar-nav .dropdown-submenu:hover a:after {
  border-left-color: #fff;
}
header .navbar .navbar-nav .dropdown-submenu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .navbar .navbar-nav .dropdown-submenu .dropdown-item svg {
  width: 12px;
}
header .navbar .navbar-nav .dropdown-submenu.position-static {
  position: static;
}
header .navbar .navbar-nav .nav-item .megamenu {
  min-width: 900px;
  overflow: hidden;
}
header .navbar .navbar-nav .nav-item .megamenu .menu-wrapper {
  padding: 15px;
}
header .navbar .navbar-nav .nav-item .megamenu .menu-wrapper ul {
  list-style: none;
  padding: 0;
}
header .navbar .navbar-nav .nav-item .megamenu .menu-wrapper ul li a {
  padding: 5px 0 !important;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
header .navbar .navbar-nav .nav-item .megamenu .menu-wrapper ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #32BFFF;
  border-radius: 50%;
}
header .navbar .navbar-nav .nav-item .megamenu h4 {
  font-size: 14px;
  font-weight: 700;
  color: #32BFFF;
  padding: 0 15px;
}
header .navbar .navbar-nav .nav-item .megamenu .bg-light {
  background-color: #f4fcff !important;
  padding: 15px 8px;
  height: 100%;
}
header .navbar .navbar-nav .nav-item .megamenu .bg-light ul {
  list-style: none;
  padding: 0;
}
header .navbar .navbar-nav .nav-item .megamenu .bg-light ul li a {
  padding: 5px 0 !important;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
header .navbar .navbar-nav .nav-item .megamenu .bg-light ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #32BFFF;
  border-radius: 50%;
}
header .navbar .navbar-nav .nav-item .megamenu.menu-full-width {
  width: 100%;
  min-width: inherit;
  left: 0;
}
header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
}
@media (max-width: 1023px) {
  header .navbar {
    padding: 0.625rem;
    display: block;
  }
  header .navbar .mobile-navigation {
    width: 100%;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  header .navbar .toggle-btn {
    background-color: transparent;
    border: none;
    display: flex !important;
    align-items: center;
    gap: 0 0.625rem;
    font-size: 0.875rem;
  }
  header .navbar .toggle-btn svg {
    width: 1.25rem;
  }
  header .navbar .search-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  header .navbar .search-toggle:after {
    display: none;
  }
  header .navbar .search-toggle svg {
    width: 1.25rem;
  }
  header .navbar .search-toggle:hover, header .navbar .search-toggle:focus {
    background-color: transparent !important;
  }
  header .navbar .dropdown-menu {
    width: 100%;
    padding: 0.625rem;
  }
  header .navbar .dropdown-menu .search-form {
    width: 100%;
  }
  header .offcanvas {
    padding: 1.25rem 1.25rem;
    width: 18.75rem !important;
  }
  header .offcanvas .offcanvas-header {
    padding: 0 0 0.9375rem 0;
    margin-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #cccccc;
  }
  header .offcanvas .offcanvas-header h5 {
    font-size: 0.875rem;
    font-weight: 800;
  }
  header .offcanvas .offcanvas-body {
    padding: 0;
    height: 100%;
  }
  header .offcanvas .btn-close {
    background-size: 0.625rem;
  }
  header .offcanvas ul {
    padding: 0;
  }
  header .offcanvas ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 0 0.3125rem;
  }
  header .offcanvas ul li a {
    padding: 0.3125rem;
    text-wrap: wrap;
  }
  header .offcanvas ul li:before {
    content: "";
    width: 0.3125rem;
    height: 0.3125rem;
    display: block;
    background-color: #32BFFF;
    border-radius: 50%;
    flex: 0.3125rem 0 0;
    margin-top: 0.75rem;
  }
  header .offcanvas ul li.dropdown {
    display: block;
  }
  header .offcanvas ul li.dropdown:before {
    display: none;
  }
  header .offcanvas ul li.dropdown .dropdown-menu {
    background-color: #f2f2f2;
    box-shadow: none;
    border-radius: 0.5rem !important;
    padding: 0 !important;
  }
  header .offcanvas ul li.dropdown .dropdown-menu li:before {
    display: none;
  }
  header .offcanvas ul li.dropdown-submenu {
    display: block;
  }
}

.mobile-container {
  display: none !important;
}
@media (max-width: 1023px) {
  .mobile-container {
    display: block !important;
  }
}

.recommendation-container {
  padding-left: 1rem;
  color: inherit;
}
.recommendation-container ul li .dropdown-item:hover {
  color: inherit;
}

.search-list {
  width: 93%;
}

.hero-section {
  padding: 50px 0;
}
@media (max-width: 1023px) {
  .hero-section {
    padding: 1.25rem 0;
  }
}

.left-content-section {
  position: relative;
}
.left-content-section img {
  position: absolute;
  left: -60px;
  top: -40px;
}
.left-content-section .title {
  display: flex;
  align-items: center;
}
.left-content-section .title h2 {
  font-size: 42px;
  font-weight: 900;
  position: relative;
  margin-bottom: 16px;
}
.left-content-section .title h2 span {
  display: block;
  color: #1E4B7B;
}
.left-content-section .title img {
  left: auto;
  right: 25%;
  top: 6%;
}
.left-content-section p {
  font-size: 16px;
}
.left-content-section p span {
  display: block;
  color: #212529;
}
.left-content-section .rating {
  margin-bottom: 32px;
}
.left-content-section .rating h4 {
  font-size: 22px;
  font-weight: 600;
}
.left-content-section .rating .rated {
  display: flex;
  align-items: center;
  gap: 8px;
}
.left-content-section .rating .rated .rate-icon svg {
  fill: #fdda21;
  stroke: #dbbd20;
  width: 15px;
}
.left-content-section .rating .rated p {
  margin: 0;
  font-size: 12px;
}
.left-content-section .btn {
  background-color: #1E4B7B;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  width: 200px;
  height: 42px;
  justify-content: center;
  gap: 10px;
}
.left-content-section .btn svg {
  width: 15px;
}
.left-content-section .circle {
  position: absolute;
  left: -30px;
  top: -22px;
}
.left-content-section .circle span {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  background-color: rgba(0, 84, 192, 0.04);
  position: absolute;
}
.left-content-section .circle span + span {
  width: 60px;
  height: 60px;
  left: -10px;
  top: 52px;
}
@media (max-width: 1023px) {
  .left-content-section .title h2 {
    font-size: 1.875rem;
  }
  .left-content-section .title img {
    right: -3%;
    display: none;
  }
  .left-content-section p {
    font-size: 0.875rem;
  }
  .left-content-section p span {
    display: inline;
  }
  .left-content-section .rating h4 {
    font-size: 1.125rem;
  }
  .left-content-section .btn {
    font-size: 0.75rem;
  }
}

.right-content-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.right-content-block .round-image {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #e9edf2;
  overflow: hidden;
  padding: 30px;
}
.right-content-block .round-image img {
  width: 100%;
  margin: 0 auto;
}
.right-content-block .circle-blur {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(ellipse farthest-corner at top left, #1E4B7B, #ffffff);
  filter: blur(80px);
  position: absolute;
  top: 0;
  right: 0;
}
.right-content-block .pattern {
  height: 100%;
  margin-left: auto;
  width: 75px;
}
.right-content-block .pattern img {
  width: 100%;
}
.right-content-block .list-content {
  width: 260px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 44px 0 rgba(20, 40, 103, 0.19);
  position: absolute;
  top: 10%;
  left: 60px;
  z-index: 9;
}
@media (max-width: 767px) {
  .right-content-block .list-content {
    display: none;
  }
}
@media (max-width: 1023px) {
  .right-content-block .list-content {
    left: -4.375rem;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.right-content-block .list-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right-content-block .list-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 0;
  color: #5B5B5B;
}
.right-content-block .list-content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #32BFFF;
  display: block;
  border-radius: 50%;
  flex: 5px 0 0;
}
@media (max-width: 1023px) {
  .right-content-block .image-wrapper {
    text-align: center;
    width: 100%;
  }
  .right-content-block .round-image {
    width: 18.75rem;
    height: 18.75rem;
    margin: 1.25rem auto;
  }
  .right-content-block .pattern {
    display: none;
  }
}

.service-section {
  padding: 25px 0;
}
.service-section .card-box {
  background-color: #F0F7FE;
  border-radius: 10px;
  padding: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 1023px) {
  .service-section .card-box {
    align-items: flex-start;
  }
}
.service-section .card-box .icon {
  width: 50px;
  height: 50px;
  background-color: #32BFFF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 50px 0 0;
}
.service-section .card-box .icon svg, .service-section .card-box .icon img {
  color: #ffffff;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .service-section .card-box .icon {
    width: 2.5rem;
    height: 2.5rem;
    flex: 2.5rem 0 0;
  }
  .service-section .card-box .icon img {
    width: 62%;
  }
}
.service-section .card-box .service-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1E4B7B;
  margin-bottom: 5px;
}
.service-section .card-box .service-content h3 a {
  text-decoration: none;
  color: #1E4B7B;
}
@media (max-width: 1023px) {
  .service-section .card-box .service-content h3 {
    font-size: 1rem;
  }
}
.service-section .card-box .service-content p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
  color: #5B5B5B;
}

@media (max-width: 1023px) {
  .mb-md {
    margin-bottom: 1rem;
  }
}
.feature-section {
  padding: 25px 0 50px 0;
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.title-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.title-wrapper .links a {
  font-size: 14px;
  font-weight: 500;
  color: #1E4B7B;
  text-decoration: none;
}
.title-wrapper .links a:hover {
  color: #32BFFF;
}

.feature-inner-section .card {
  margin-bottom: 1rem;
  border: none;
  box-shadow: -2px 0px 12px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
}
.feature-inner-section .card .card-img {
  position: relative;
  overflow: hidden;
}
.feature-inner-section .card .card-img span {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: #32BFFF;
  display: flex;
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff;
}
.feature-inner-section .card .card-img span span {
  display: block;
}
.feature-inner-section .card .card-img img {
  border-radius: 0;
  object-fit: cover;
  display: block;
  height: 250px;
  max-height: inherit !important;
  width: 100%;
}
.feature-inner-section .card .card-body .card-text {
  margin-bottom: 0.5rem;
}
.feature-inner-section .card .card-body .card-text a {
  font-size: 14px;
  color: #212529;
}
.feature-inner-section .card .card-body .card-text a:hover {
  color: #32BFFF;
}
.feature-inner-section .card .card-body .card_paragraph {
  font-weight: normal;
  text-overflow: ellipsis;
  height: 2.8125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: #5B5B5B;
}
.feature-inner-section .card .card-body .date-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5B5B5B;
}
.feature-inner-section .card .card-body .date-wrap span {
  font-size: 12px;
  color: #5B5B5B;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.feature-inner-section .card .card-body .date-wrap span svg {
  width: 12px;
}
.feature-inner-section.flex-card .card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 0 0.9375rem;
}
.feature-inner-section.flex-card .card .card-img {
  width: 30%;
}

.notice-section {
  padding: 50px 0;
}

.online-course .about-title {
  padding-bottom: 5.75rem;
}
.online-course .about-title h2 {
  font-size: 42px;
  color: #212529;
  font-weight: 900;
}
.online-course .about-title .lead {
  font-size: 1rem;
  font-weight: 600;
}
.online-course .feature-inner-section .card {
  overflow: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3.375rem 0;
}
.online-course .feature-inner-section .card .card-icon {
  width: 5.625rem;
  height: 5.625rem;
  background-color: #32BFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -6.25rem;
}
.online-course .feature-inner-section .card .card-icon img {
  width: 50%;
  display: block;
}
.online-course .feature-inner-section .card .card-body {
  margin-top: 1.25rem;
}
.online-course .feature-inner-section .card .card-body h3 {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 1rem;
}
.online-course .feature-inner-section .card .card-body p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #343A40;
  line-height: 150%;
  font-weight: 500;
}

.testimonial-section {
  background-color: #212529;
  padding: 50px 0 0 0;
  color: #ffffff;
}

.testimonial-info p {
  margin-bottom: 5px;
}
.testimonial-info p small {
  font-size: 14px;
  color: #32BFFF;
  text-transform: uppercase;
}
.testimonial-info h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 100%;
}
.testimonial-info h2 span {
  display: block;
}

.testimonial-carousel {
  background-color: #495057;
  padding: 24px;
  height: 100%;
  border-radius: 16px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.testimonial-carousel .slick-slide {
  position: relative;
  padding-top: 58px;
}
.testimonial-carousel .slick-slide .quote-icon {
  width: 59px;
  display: block;
  font-size: 130px;
  line-height: 130px;
  font-family: "Libre Baskerville", serif;
  color: transparent;
  position: absolute;
  top: 0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #32BFFF;
}
.testimonial-carousel .slick-slide .quote-icon img {
  width: 100%;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo {
  padding-left: 30px;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo p {
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-top: 40px;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .author {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .author img {
  width: 100%;
  display: block;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .author-detail h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .author-detail p {
  margin-bottom: 0;
  font-size: 14px;
  color: #dddddd;
}

.slick-dots {
  left: 0;
  bottom: -35px;
  text-align: left;
}
.slick-dots li {
  width: auto;
  height: 12px;
}
.slick-dots li button {
  display: flex;
  align-items: center;
  padding: 0;
  width: auto;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 0;
  color: #ffffff;
  background-color: #ffffff;
  border-radius: 20px;
  opacity: 1;
  width: 10px;
  height: 10px;
  position: static;
  transition: all ease-in-out 0.5s;
}
.slick-dots li.slick-active button:before {
  font-size: 0;
  width: 30px;
  height: 10px;
  border-radius: 10px;
  background-color: #32BFFF;
  color: #32BFFF;
  opacity: 1;
}

.popup-video {
  border-radius: 16px;
  height: 85%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-video img {
  width: 100%;
}
.popup-video:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(33, 37, 41, 0.4);
}
.popup-video .play-btn {
  width: 70px;
  height: 70px;
  background-color: #32BFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: none;
}
.popup-video .play-btn img {
  width: 18px;
}

.play-video .btn-close {
  color: #ffffff;
  position: absolute;
  right: -13px;
  top: 46px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

.about-section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .about-section {
    padding: 1.25rem 0;
  }
}
.about-section .about-content .about-title {
  margin-bottom: 30px;
}
.about-section .about-content .about-title h2 {
  font-size: 42px;
  color: #1E4B7B;
  font-weight: 900;
}
.about-section .about-content .about-title p {
  font-size: 16px;
  letter-spacing: 0;
  color: #212529;
}
.about-section .about-content ul {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
}
.about-section .about-content ul li {
  counter-increment: my-counter;
  position: relative;
  display: flex;
  gap: 0 15px;
  padding-bottom: 30px;
}
.about-section .about-content ul li span {
  font-size: 18px;
  color: #1E4B7B;
  font-weight: 700;
}
.about-section .about-content ul li p {
  font-size: 14px;
  line-height: 160%;
  color: #212529;
  margin: 10px 0 0 0;
  font-weight: normal;
}
.about-section .about-content ul li:before {
  content: counter(my-counter);
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 1px solid #999999;
  flex: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .about-section .about-content .about-title h2 {
    font-size: 1.5rem;
  }
  .about-section .about-content .about-title p {
    font-size: 0.875rem;
  }
}
.about-section .img-wrapper {
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}
.about-section .img-wrapper img {
  width: 100%;
}
@media (max-width: 767px) {
  .about-section .img-wrapper {
    margin-bottom: 1.5rem;
  }
}

.inner-about-section {
  background: url(../img/pattern.png) 71px 90% no-repeat;
}
.inner-about-section .img-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  overflow: inherit;
}
@media (max-width: 479px) {
  .inner-about-section .img-wrapper {
    display: block;
  }
}
.inner-about-section .img-wrapper .primary-img {
  border-radius: 1rem;
  width: 26.5rem;
  height: 31.25rem;
  overflow: hidden;
}
.inner-about-section .img-wrapper .primary-img img {
  width: 100%;
  display: block;
}
.inner-about-section .img-wrapper .secondary-img {
  max-width: 16.25rem;
  border-radius: 1rem;
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  overflow: hidden;
}
.inner-about-section .about-content h4 {
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #32BFFF;
}
.inner-about-section .about-content h2 {
  line-height: 130%;
}
.inner-about-section .about-content h2 span {
  display: block;
  color: #212529;
}
.inner-about-section .about-content .lead {
  font-weight: 600;
  border-left: 0.1875rem solid #32BFFF;
  padding-left: 1.25rem;
}
.inner-about-section .about-content ul li:before {
  display: none;
}
.inner-about-section .about-content ul li .list-icon {
  width: 3.375rem;
  height: 3.375rem;
  display: block;
  border-radius: 50%;
  flex: 3.375rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #32BFFF;
}
.inner-about-section .about-content ul li .list-icon img {
  width: 1.875rem;
}

.faq-section {
  padding: 50px 0;
}
.faq-section h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #212529;
}
@media (max-width: 767px) {
  .faq-section h2 {
    font-size: 1.5rem;
  }
}
.faq-section .accordion {
  margin-bottom: 30px;
}
.faq-section .accordion-item {
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #FAFAFA;
  border: 1px solid #dee2e6;
  overflow: hidden;
}
.faq-section .accordion-item .accordion-header {
  margin-bottom: 0;
  border: none;
}
.faq-section .accordion-item .accordion-header button {
  font-weight: 700;
  font-size: 16px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 25px;
}
.faq-section .accordion-item .accordion-header button:after {
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.faq-section .accordion-item .accordion-header button:not(.collapsed) {
  color: #1E4B7B;
}
.faq-section .accordion-item .accordion-body {
  padding: 0 25px 25px 25px;
  font-weight: 500;
  color: #212529;
  line-height: 160%;
  font-size: 14px;
}

.extraDiv h3 {
  font-size: 24px;
  font-weight: 800;
  color: #212529;
  margin-bottom: 16px;
}
.extraDiv p {
  font-size: 14px;
}
.extraDiv p span {
  display: block;
  color: #212529;
}
.extraDiv p span a {
  color: #32BFFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .extraDiv p span {
    display: inline;
  }
}

.image-with-text-wrap {
  padding: 5.625rem 0;
  background: url(../img/chef.jpg) no-repeat center;
  background-size: cover;
}

.text-card {
  padding: 1rem;
}
.text-card .card-body span {
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #32BFFF;
}
.text-card .card-body h3 {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 800;
}
.text-card .card-body ul {
  padding: 0;
}
.text-card .card-body ul li {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding-left: 1.875rem;
  padding-bottom: 0.625rem;
  color: #343A40;
}
.text-card .card-body ul li:before, .text-card .card-body ul li:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid #32BFFF;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}
.text-card .card-body ul li:before {
  position: absolute;
  top: 0.8125rem;
  left: 0.625rem;
  transform: translate(-50%, -50%) rotate(47deg);
  width: 0.375rem;
  height: 0.625rem;
  border: 0.1875rem solid #32BFFF; /* Same color as the border */
  border-top: none;
  border-left: none;
  border-radius: 0;
}

.image-without-text-wrap {
  padding: 5.625rem 0;
  background: #ffffff;
}
.image-without-text-wrap .text-card {
  box-shadow: none;
  border-radius: 0;
}
.image-without-text-wrap .text-card h2 {
  font-size: 2.625rem;
  margin-bottom: 2rem;
}
.image-without-text-wrap .text-card h3 {
  margin-bottom: 2rem;
}
.image-without-text-wrap .text-card p {
  font-weight: normal;
}

.future-student-section {
  padding: 3.125rem;
}
.future-student-section .sidebar {
  background-color: #f7f7f7;
  padding: 1.25rem;
  border-radius: 0.5rem;
  position: sticky;
  top: 0;
}
.future-student-section .sidebar h3 {
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
  font-weight: 700;
  color: #212529;
  border-bottom: 0.0625rem solid #e6e6e6;
}
.future-student-section .sidebar ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.future-student-section .sidebar ul li {
  list-style: none;
  position: relative;
  display: flex;
  column-gap: 0.875rem;
}
.future-student-section .sidebar ul li .aside-icon {
  width: 2.8125rem;
  height: 2.8125rem;
  border: 0.0625rem solid #1E4B7B;
  background-color: #d6e5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 2.8125rem 0 0;
  margin-top: 0.3125rem;
  overflow: hidden;
  padding: 5px;
}
.future-student-section .sidebar ul li .aside-icon img {
  max-width: 50px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.future-student-section .sidebar ul li .side-detail h4 {
  margin-bottom: 0.5rem;
}
.future-student-section .sidebar ul li .side-detail h4 a {
  font-size: 1rem;
  color: #212529;
  font-weight: 700;
  text-decoration: none;
}
.future-student-section .sidebar ul li .side-detail p {
  text-overflow: ellipsis;
  height: 2.8125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: #5B5B5B;
  font-size: 0.875rem;
  color: #343A40;
  font-weight: 500;
  margin-bottom: 0;
}
.future-student-section .student-detail .future-herosection {
  background: linear-gradient(to right, rgb(25, 72, 157), #1c438d);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.future-student-section .student-detail .future-herosection .img-wrap img {
  object-fit: cover;
  width: 100%;
  display: block;
}
.future-student-section .student-detail .future-herosection .details-wrap {
  height: 18.75rem;
  width: auto;
}
.future-student-section .student-detail .future-herosection .details-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.future-student-section .student-detail .future-herosection .banner-detail {
  color: #ffffff;
  padding: 0 1.5rem;
}
.future-student-section .student-detail .future-herosection .banner-detail h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.future-student-section .student-detail .future-herosection .banner-detail p {
  font-size: 1.25rem;
  font-weight: 500;
}
.future-student-section .student-detail .future-herosection .banner-detail .button-wrapper {
  margin-top: 2rem;
  display: flex;
  gap: 0 16px;
}
.future-student-section .student-detail .future-herosection .banner-detail .button-wrapper .btn {
  border: none;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  font-weight: 600;
}
.future-student-section .student-detail .future-herosection .banner-detail .button-wrapper .btn.btn-primary {
  background-color: #32BFFF;
  opacity: 1;
  border: none;
}
.future-student-section .student-detail .future-herosection .banner-detail .button-wrapper .btn.btn-white {
  background-color: #ffffff;
  color: #32BFFF;
}
.future-student-section .student-detail .future-herosection .banner-detail .button-wrapper .btn:hover {
  color: #ffffff;
}
.future-student-section .student-detail .detail .date-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #5B5B5B;
  gap: 0 16px;
  margin-bottom: 1.25rem;
}
.future-student-section .student-detail .detail .date-wrap span {
  font-size: 12px;
  color: #5B5B5B;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.future-student-section .student-detail .detail .date-wrap span svg {
  width: 12px;
}
.future-student-section .student-detail .detail h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.future-student-section .student-detail .detail .lead {
  font-size: 1rem;
  font-weight: 700;
}
.future-student-section .student-detail .detail p {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.course-detail-page .student-detail .future-herosection {
  border-radius: 0;
  padding: 4.25rem 0;
}
.course-detail-page .student-detail .future-herosection .banner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-detail-page .student-detail .future-herosection .banner-wrapper .banner-detail h2 {
  margin-bottom: 1.5rem;
  font-size: 2.625rem;
}
.course-detail-page .student-detail .future-herosection .banner-wrapper .banner-detail p {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
.course-detail-page .student-detail .future-herosection .banner-wrapper .banner-detail .button-wrapper .btn {
  font-size: 1rem;
}
.course-detail-page .student-detail .future-herosection .banner-wrapper .img-wrap {
  border-radius: 1rem;
  overflow: hidden;
}
.course-detail-page .student-detail .tab-section .nav-tabs {
  gap: 0 20px;
}
.course-detail-page .student-detail .tab-section .nav-tabs .nav-link {
  border-radius: 0;
  color: #212529;
  border: none;
  padding: 14px 0;
  margin-bottom: 0;
}
.course-detail-page .student-detail .tab-section .nav-tabs .nav-link.active {
  border: none;
  color: #32BFFF;
}
.course-detail-page .student-detail .tab-section .nav-tabs .nav-link:hover, .course-detail-page .student-detail .tab-section .nav-tabs .nav-link:focus {
  border: none;
}
.course-detail-page .tab-content {
  padding: 1.5rem 0;
}
.course-detail-page .tab-content h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
.course-detail-page .tab-content h4 {
  font-size: 1rem;
  margin-bottom: 0.875rem;
}
.course-detail-page .tab-content p {
  font-size: 0.875rem;
  font-weight: normal;
}

.isotope-wrapper .isotope-toolbar {
  display: flex;
  gap: 0 10px;
  margin-bottom: 1.25rem;
}
.isotope-wrapper .isotope-toolbar label button {
  background-color: #f2f2f2;
  width: 4.8125rem;
  height: 2.125rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e9ecef;
  font-size: 0.875rem;
}
.isotope-wrapper .isotope-toolbar label button.active {
  background-color: #1E4B7B;
  color: #ffffff;
}

.isotope-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.isotope-box .isotope-item {
  width: 100%;
  box-sizing: border-box;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  border: 0.0625rem solid #e9ecef;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 0.625rem;
}
.isotope-box .isotope-item .text-icon {
  text-align: center;
  margin-right: 10px;
  width: 3.5rem;
  height: 3.5rem;
  color: #ffffff;
  background-color: #32BFFF;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
.isotope-box .isotope-item .isotope-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.isotope-box .isotope-item .isotope-detail h4 {
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.isotope-box .isotope-item .isotope-detail p {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: normal;
}
.isotope-box .isotope-item .isotope-detail p span {
  display: block;
}

.enrolled-sidebar {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: sticky;
  top: 0;
}
.enrolled-sidebar .right-block h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.enrolled-sidebar .right-block ul {
  padding: 0;
}
.enrolled-sidebar .right-block ul li {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 0 15px;
  padding-bottom: 0rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.enrolled-sidebar .right-block ul li:last-child {
  border-bottom: none;
}
.enrolled-sidebar .right-block ul li .img-wrap {
  width: 6.25rem;
  height: 6.25rem;
  display: block;
  flex: 6.25rem 0 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.enrolled-sidebar .right-block ul li .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.enrolled-sidebar .right-block ul li .enroll-detail h3 {
  font-size: 0.875rem;
  margin: 0;
}
.enrolled-sidebar .right-block ul li .enroll-detail h3 a {
  text-decoration: none;
  font-weight: 700;
  color: #212529;
}
.enrolled-sidebar .right-block ul li .enroll-detail span.badge {
  height: auto;
  background-color: #32BFFF;
  color: #ffffff;
  border-radius: 0.25rem;
}
.enrolled-sidebar .right-block ul li .upcoming-detail p {
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-top: 0.625rem;
}
.enrolled-sidebar .right-block ul li .upcoming-detail .date-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #5B5B5B;
  gap: 0 16px;
  margin-bottom: 1.25rem;
}
.enrolled-sidebar .right-block ul li .upcoming-detail .date-wrap span {
  font-size: 12px;
  color: #5B5B5B;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.enrolled-sidebar .right-block ul li .upcoming-detail .date-wrap span svg {
  width: 12px;
}

.enquiry-form {
  box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.enquiry-form form .input-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 5px;
}
.enquiry-form form .input-wrapper #countrycode {
  width: 4.0625rem;
}
.enquiry-form form .btn {
  background-color: #32BFFF;
  color: #ffffff;
  border: none;
  transition: background-color 1s ease-in-out;
}
.enquiry-form form .btn[disabled] {
  background-color: lightgreen !important;
  color: black;
  opacity: 1;
}
.enquiry-form form .btn-danger {
  transition: none;
  background-color: #F44336;
}

.agent-list-section {
  padding: 3.125rem 0;
}

.agent-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}

.agent-item {
  background-color: #ffffff;
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.5rem;
  padding: 1.5rem;
  width: 12.25rem;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.agent-item .agent-logo {
  margin-bottom: 0.5rem;
  margin: 0 auto 0.5rem auto;
  height: 5.75rem;
  width: 9rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.agent-item .agent-logo img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto 0.5rem auto;
  object-fit: cover;
}
.agent-item p {
  margin-bottom: 0;
}

#powerTip {
  background-color: transparent;
  border-color: #ffffff;
  color: inherit;
  white-space: normal;
  box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
}

.agent-list-wrap {
  position: relative !important;
}

.agent-hover-container {
  position: absolute;
  display: inline-block;
}

.agent-hover {
  z-index: 11;
  padding: 1.5rem;
  position: relative;
  border-color: #ffffff;
  color: inherit;
  white-space: normal;
  box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
}
.agent-hover h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.agent-hover p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 0.625rem;
  margin-bottom: 0.3125rem;
}
.agent-hover p:last-child {
  margin-bottom: 0;
}
.agent-hover p .icon {
  width: 1rem;
}

.agent-hover::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  left: -8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.download-js-tooltip.hide {
  display: none;
}

.download-tooltip {
  padding: 1.5rem;
  box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.18);
}
.download-tooltip h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.download-tooltip p {
  font-size: 0.875rem;
  font-weight: normal;
  display: flex;
  gap: 0 0.625rem;
  align-items: center;
  margin-bottom: 0.625rem;
}
.our-campus-section {
  padding: 3.125rem 0;
}

.campus-title {
  margin-bottom: 1.25rem;
}
.campus-title h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.campus-title h4 {
  font-size: 1rem;
  line-height: 160%;
}

.campus-content .nav-pills .nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 0 0.9375rem;
  color: #212529;
  padding: 0.75rem 0;
}
.campus-content .nav-pills .nav-link .icon {
  width: 2.8125rem;
  flex: 2.8125rem 0 0;
}
.campus-content .nav-pills .nav-link .icon img {
  width: 100%;
  display: block;
}
.campus-content .nav-pills .nav-link .navlink-content {
  text-align: left;
}
.campus-content .nav-pills .nav-link .navlink-content h4 {
  font-size: 1rem;
  font-weight: 700;
}
.campus-content .nav-pills .nav-link .navlink-content p {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
}
.campus-content .nav-pills .nav-link.active {
  background-color: transparent;
}
.campus-content .nav-pills .nav-link.active:before {
  opacity: 1;
}
.campus-content .nav-pills .nav-link.active h4 {
  color: #1E4B7B;
}
.campus-content .nav-pills .nav-link:before {
  content: "";
  width: 0.25rem;
  height: 5.25rem;
  display: block;
  flex: 4px 0 0;
  background-color: #1E4B7B;
  opacity: 0;
  margin-right: 0.5rem;
}

.tab-img {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.tab-img img {
  width: 100%;
  display: block;
}
.tab-img .first-img {
  margin-right: -3.75rem;
  z-index: 9;
  border-radius: 0.5rem;
  overflow: hidden;
}
.gallery-wrap {
  margin-top: 2rem;
}
.gallery-wrap .gallery-item {
  margin-bottom: 1rem;
}
.gallery-wrap .gallery-item a {
  display: block;
  width: 100%;
  height: 17.25rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.gallery-wrap .gallery-item a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.plain-text .about-title {
  padding-bottom: 2rem;
}
.plain-text .about-title h2 {
  font-size: 42px;
  color: #212529;
  font-weight: 900;
}
.plain-text .about-title .lead {
  font-size: 1rem;
  font-weight: 600;
}
.plain-text .feature-inner-section table {
  border-collapse: collapse;
  min-width: 50%;
}
.plain-text .feature-inner-section table th, .plain-text .feature-inner-section table td {
  border: 1px solid #1E4B7B;
  padding: 8px;
  text-align: left;
}
.enroll-section {
  padding: 0 0 50px 0;
}
.enroll-section .enroll-container {
  background-color: #d4e7ff;
  padding: 70px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .enroll-section .enroll-container {
    padding: 1.5rem;
  }
}
.enroll-section .enroll-container h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 8px;
  color: #212529;
}
.enroll-section .enroll-container h2 span {
  display: block;
}
.enroll-section .enroll-container h2 span.primary-text {
  color: #1E4B7B;
  display: inline-block;
}
@media (max-width: 1023px) {
  .enroll-section .enroll-container h2 {
    font-size: 1.5rem;
  }
  .enroll-section .enroll-container h2 span {
    display: inline;
  }
}
.enroll-section .enroll-container p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
.enroll-section .enroll-container .btn {
  background-color: #1E4B7B;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  gap: 10px;
  margin: 0 auto;
}
.enroll-section .enroll-container .btn svg {
  width: 15px;
}
.enroll-section .enroll-container .circle {
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 50%;
  background-color: #c2d8f0;
  position: absolute;
  bottom: -70px;
  right: -40px;
}
@media (max-width: 767px) {
  .enroll-section .enroll-container .btn {
    position: relative;
    font-size: 0.875rem;
    height: 3.125rem;
    z-index: 1;
  }
}

.form-list-section {
  padding: 50px 0;
  background-color: #f6f6f6;
}
.form-list-section .form-item {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0 0.625rem;
  margin-bottom: 0.9375rem;
}
.form-list-section .form-item .form-icon {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #32BFFF;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 3.125rem 0 0;
}
.form-list-section .form-item .form-icon img {
  width: 60%;
  filter: brightness(0) invert(1);
}
.form-list-section .form-item h3 {
  margin-bottom: 0.1875rem;
}
.form-list-section .form-item h3 a {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #212529;
  display: block;
  text-decoration: none;
  display: -webkit-box;
  height: 1.375rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* this will limit the content to 2 lines */
  overflow: hidden;
  white-space: normal;
}
.form-list-section .form-item .link {
  font-size: 14px;
  font-weight: 500;
  color: #32BFFF;
  text-decoration: none;
}
.form-list-section .form-item:hover h3 a {
  color: #32BFFF;
}

.form-wizard {
  background-color: #f9f9f9;
  padding: calc(14px + 0.625rem);
  border-radius: 0.5rem;
  margin: 0 auto;
}
.form-wizard h3 {
  font-size: 16px;
  font-weight: 700;
}
.form-wizard .wizard-inner .step-wizard {
  margin: 1.5625rem 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  counter-reset: step;
}
.form-wizard .wizard-inner .step-wizard li {
  list-style: none;
  position: relative;
  z-index: 1;
  width: 33.33%;
  text-align: center;
  font-size: 0.8125rem;
}
.form-wizard .wizard-inner .step-wizard li span {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  background-color: #ededed;
  position: absolute;
  top: 7.5%;
  left: 38.3%;
  border-radius: 50%;
  z-index: 1;
}
.form-wizard .wizard-inner .step-wizard li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: transparent;
  z-index: 9;
  color: #929393;
  position: relative;
  /* Center # in circle */
  line-height: 39px;
}
.form-wizard .wizard-inner .step-wizard li:after {
  content: "";
  position: absolute;
  width: 93%;
  height: 1px;
  background: #cccccc;
  top: 20px; /*half of height Parent (li) */
  left: -58%;
  z-index: -1;
}
.form-wizard .wizard-inner .step-wizard li:first-child:after {
  content: none;
}
.form-wizard .wizard-inner .step-wizard li.active {
  color: #32BFFF;
}
.form-wizard .wizard-inner .step-wizard li.active:before {
  content: "✔";
  color: #ffffff;
  border: 1px solid #32BFFF;
}
.form-wizard .wizard-inner .step-wizard li.active + li:after {
  background: #32BFFF;
}
.form-wizard .wizard-inner .step-wizard li.active span {
  background: #32BFFF;
}
.form-wizard .stepDetails h5 {
  font-size: 16px;
  font-weight: 700;
}
.form-wizard .stepDetails p {
  font-size: 12px;
  font-weight: normal;
}
.form-wizard .stepDetails ul {
  padding: 0;
  margin: 0;
}
.form-wizard .stepDetails ul li {
  list-style: none;
  padding: 0.3125rem 0;
  display: flex;
  gap: 0 0.3125rem;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #212529;
}
.form-wizard .stepDetails ul li::before {
  content: "✔";
  color: #212529;
}
.form-wizard .stepDetails .commands {
  margin: 1.5rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-wizard .stepDetails .commands .btn {
  background-color: #1E4B7B;
  border: 1px solid #1E4B7B;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 14px;
}
.form-wizard .stepDetails .commands .btn svg {
  width: 0.9375rem;
}
.form-wizard .stepDetails .commands .btn.prev {
  background-color: #e9e9e9;
  color: #212529;
  border: 1px solid #e9e9e9;
}
.form-wizard .stepDetails .form-label {
  font-size: 12px;
  font-weight: 600;
  color: #212529;
}
.form-wizard .stepDetails .form-control {
  font-size: 12px;
}
.form-wizard #preview-section h4 {
  font-size: 14px;
}
.form-wizard #preview-section div {
  font-size: 12px;
  margin-bottom: 0.625rem;
}

html {
  color-scheme: light;
}

html[data-theme=dark] {
  color-scheme: dark;
}

[data-theme=light] [data-image-theme=dark] {
  display: none;
}

[data-theme=dark] [data-image-theme=light] {
  display: none;
}

:root {
  --gray-93: hsl(214, 0%, 93%);
  --gray-90: hsl(214, 0%, 90%);
  --gray-85: hsl(214, 0%, 85%);
  --gray-20: hsl(214, 2%, 20%);
  --gray-15: hsl(214, 0%, 15%);
  --white-hsl: 214, 0%, 100%;
  --white-15: hsla(var(--white-hsl), .15);
  --white: hsl(214, 0%, 100%);
}

:root, html[data-theme=light] {
  --bg-gray-90: var(--gray-90);
  --text-gray: var(--gray-20);
  --bg-white: var(--white);
  --border-gray-85: var(--gray-85);
  --border-gray-93: var(--gray-93);
  --border-white: var(--white-15);
}

:root, html[data-theme=dark] {
  --bg-gray-90: var(--gray-15);
  --text-gray: var(--gray-90);
  --bg-white: var(--gray-20);
  --border-gray-85: var(--white-15);
  --border-gray-93: var(--white-15);
  --border-white: var(--bg-white);
}

[data-theme=dark] body {
  background: var(--bg-gray-90) !important;
}

.tile {
  background-color: var(--bg-white);
  border: 1px solid var(--border-gray-85);
  max-width: 60em;
  margin: 1rem auto 0;
}

hr {
  border-top: 1px solid var(--border-gray-93);
  border-bottom: 1px solid var(--border-white);
}

.sun-and-moon > :is(.moon, .sun, .sun-beams) {
  transform-origin: center center;
}

.sun-and-moon > :is(.moon, .sun) {
  fill: #ffffff;
}

.theme-toggle:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
  fill: var(--icon-fill-hover);
}

.sun-and-moon > .sun-beams {
  stroke: var(--icon-fill);
  stroke-width: 2px;
}

.theme-toggle:is(:hover, :focus-visible) .sun-and-moon > .sun-beams {
  stroke: var(--icon-fill-hover);
}

[data-theme=dark] .sun-and-moon > .sun {
  transform: scale(1.75);
}

[data-theme=dark] .sun-and-moon > .sun-beams {
  opacity: 0;
}

[data-theme=dark] .sun-and-moon > .moon > circle {
  transform: translate(-7px);
}

@supports (cx: 1) {
  [data-theme=dark] .sun-and-moon > .moon > circle {
    transform: translate(0);
    cx: 17;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .sun-and-moon > .sun {
    transition: transform 0.5s var(--ease-elastic-3);
  }
  .sun-and-moon > .sun-beams {
    transition: transform 0.5s var(--ease-elastic-4), opacity 0.5s var(--ease-3);
  }
  .sun-and-moon .moon > circle {
    transition: transform 0.25s var(--ease-out-5);
  }
  @supports (cx: 1) {
    .sun-and-moon .moon > circle {
      transition: cx 0.25s var(--ease-out-5);
    }
  }
  [data-theme=dark] .sun-and-moon > .sun {
    transform: scale(1.75);
    transition-timing-function: var(--ease-3);
    transition-duration: 0.25s;
  }
  [data-theme=dark] .sun-and-moon > .sun-beams {
    transform: rotate(-25deg);
    transition-duration: 0.15s;
  }
  [data-theme=dark] .sun-and-moon > .moon > circle {
    transition-delay: 0.25s;
    transition-duration: 0.5s;
  }
}
.theme-toggle {
  --size: 1.5rem;
  --icon-fill: rgb(255, 255, 255);
  --icon-fill-hover: hsl(210 10% 15%);
  background: none;
  border: none;
  padding: 0;
  inline-size: var(--size);
  block-size: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  outline-offset: 5px;
}

.theme-toggle > svg {
  inline-size: 100%;
  block-size: 100%;
  stroke-linecap: round;
}

[data-theme=dark] .theme-toggle {
  --icon-fill: hsl(210 10% 70%);
  --icon-fill-hover: hsl(210 15% 90%) ;
}

@media (hover: none) {
  .theme-toggle {
    --size: 48px;
  }
}
@media only screen and (hover: none) and (max-width: 575px) {
  .theme-toggle {
    --size: 18px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
}

@supports not (color-scheme: dark) {
  html[data-theme=dark] {
    background: #111;
  }
}
@-webkit-keyframes octocat-wave {
  0%, to {
    transform: rotate(0);
  }
  20%, 60% {
    transform: rotate(-25deg);
  }
  40%, 80% {
    transform: rotate(10deg);
  }
}
@keyframes octocat-wave {
  0%, to {
    transform: rotate(0);
  }
  20%, 60% {
    transform: rotate(-25deg);
  }
  40%, 80% {
    transform: rotate(10deg);
  }
}
[data-theme=dark] header .navbar {
  background-color: #212529 !important;
}

[data-theme=dark] header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

[data-theme=dark] header .navbar .navbar-brand {
  background-color: #ffffff;
}

[data-theme=dark] .hot-topic-list-wrapper {
  background-color: #212529;
}

[data-theme=dark] .hot-topic-list-wrapper .rightJS div a {
  color: #ffffff;
}

[data-theme=dark] body {
  color: #ffffff;
}
[data-theme=dark] .sideblock {
  background-color: #212529;
}
[data-theme=dark] .sideblock .member-wrap {
  background-color: #212529;
}
[data-theme=dark] .sideblock .member-wrap .member-info .member-content h4, [data-theme=dark] .sideblock .member-wrap .member-info .member-content p {
  color: #ffffff;
}
[data-theme=dark] .services-one .service-sec {
  background-color: #212529;
}
[data-theme=dark] .services-one .service-sec .detail {
  color: #ffffff;
}
[data-theme=dark] .services-one .service-sec .detail ul li a {
  color: #ffffff;
}
[data-theme=dark] .services-one .service-sec .detail ul li:before {
  color: #ffffff;
}
[data-theme=dark] .news-post, [data-theme=dark] .schedule-wrap {
  background-color: #212529;
}
[data-theme=dark] .news-post .post-content h4 a, [data-theme=dark] .schedule-wrap .post-content h4 a {
  color: #ffffff;
}
[data-theme=dark] .news-post .post-content .meta-post, [data-theme=dark] .schedule-wrap .post-content .meta-post {
  color: #ffffff;
}
[data-theme=dark] .news-post ul li, [data-theme=dark] .schedule-wrap ul li {
  color: #ffffff;
}
[data-theme=dark] .news-post ul li:before, [data-theme=dark] .schedule-wrap ul li:before {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .small-setion-title h3 {
  color: #ffffff;
}
[data-theme=dark] .about-content .text-title {
  color: #ffffff;
}
[data-theme=dark] .service-wrapper .service-detail-content .service-detail-list {
  background-color: #212529;
}
[data-theme=dark] .service-wrapper .card {
  background-color: #383f45;
}
[data-theme=dark] .service-wrapper .card a {
  color: #ffffff;
}
[data-theme=dark] .service-wrapper .card a .icon img {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .emergency-content p {
  color: #212529;
}
[data-theme=dark] .service-section, [data-theme=dark] .blog-item {
  background-color: #212529 !important;
}
[data-theme=dark] .service-section .blog-content h3 a, [data-theme=dark] .blog-item .blog-content h3 a {
  color: #ffffff;
}
[data-theme=dark] .service-section .card-action-info, [data-theme=dark] .blog-item .card-action-info {
  border-color: #4e5862;
}
[data-theme=dark] .service-section .card-action-info span .icon img, [data-theme=dark] .blog-item .card-action-info span .icon img {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .team-list {
  background-color: #383f45;
}
[data-theme=dark] .sidebar .widget {
  background-color: #212529;
}
[data-theme=dark] .sidebar .widget.widget-search .blog-search input {
  border-color: #4e5862;
  background-color: #383f45;
}
[data-theme=dark] .sidebar .widget.widget-search .blog-search .search-button {
  color: #ffffff;
}
[data-theme=dark] .sidebar .widget.widget-categories .category-list a {
  color: #ffffff;
  border-color: #4e5862;
}
[data-theme=dark] .social-share {
  border-color: #4e5862;
}
[data-theme=dark] .blog-comment .comment-list .comment {
  background-color: #383f45;
}
[data-theme=dark] .blog-comment-form .form-control {
  border-color: #4e5862;
  background-color: #383f45;
  color: #ffffff;
}
[data-theme=dark] .blog-comment-form .form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
[data-theme=dark] .blog-comment-form .form-control::-moz-placeholder {
  color: #bfbfbf;
}
[data-theme=dark] .blog-comment-form .form-control::-ms-input-placeholder {
  color: #bfbfbf;
}
[data-theme=dark] .contact-inofrmation .contact-us .icon-box {
  background-color: #212529;
}
[data-theme=dark] .contact-us-form {
  background-color: #212529;
}
[data-theme=dark] .contact-us-form .form-group .form-control {
  border-color: #4e5862;
  background-color: #383f45;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.item {
  flex-grow: 1;
  flex-basis: calc(25% - 10px);
  max-width: calc(25% - 10px);
  margin: 5px;
}
.item .card .card-body .card-text a {
  text-decoration: none;
}
.item:nth-last-child(3):first-child, .item:nth-last-child(3):first-child ~ .item {
  flex-basis: calc(33.3333333333% - 10px);
  max-width: calc(33.3333333333% - 10px);
}
.item:nth-last-child(2):first-child, .item:nth-last-child(2):first-child ~ .item {
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.item:first-child:last-child {
  flex-basis: 100%;
  max-width: 100%;
}

/************************ Footer Css *************************/
/*Footer CSS*/
footer {
  background-color: #212529;
  padding: 50px 0 0 0;
  color: #ffffff;
  width: 100%;
}
footer .footer-menu h4 {
  font-size: 14px;
  font-weight: 700;
}
footer .footer-menu ul {
  padding: 0;
  list-style: none;
}
footer .footer-menu ul li {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0;
}
footer .footer-menu ul li a {
  color: #cccccc;
  text-decoration: none;
  font-weight: normal;
  display: block;
}
footer .footer-menu ul li a:hover {
  color: #32BFFF;
}
footer .footer-menu .news-form {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-top: 10px;
  padding: 8px;
}
footer .footer-menu .news-form input {
  border: none;
  background-color: transparent;
  font-size: 14px;
}
footer .footer-menu .news-form input:focus {
  outline: none;
  box-shadow: none;
}
footer .footer-menu .news-form input::placeholder {
  color: #b3b3b3;
}
footer .footer-menu .news-form .btn {
  background-color: #32BFFF;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
footer .footer-menu .news-form .btn svg {
  color: #ffffff;
}
@media (max-width: 599px) {
  footer .row {
    display: flex;
  }
  footer .footer-menu {
    margin-bottom: 1rem;
  }
}

.bottom-footer {
  background-color: #212529;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #4e5862;
  padding: 10px 0;
}
.bottom-footer .copy-right {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}
.bottom-footer .social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 8px;
}
.bottom-footer .social-links a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.bottom-footer .social-links a img {
  width: 100%;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #32BFFF;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  outline: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-weight: 600;
  color: #002232;
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
  background-color: #ffffff;
}

.btn:hover {
  background-color: #143252 !important;
}

.bg-white {
  background-color: #ffffff;
}

.font-weight-bold {
  font-weight: 800;
}

.dropdown-menu {
  padding: 0;
  border: none;
  min-width: 250px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.dropdown-menu li a {
  font-size: 14px;
  white-space: initial;
}
.dropdown-menu li:hover a {
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */
