@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&amp;display=swap");
/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. TopHeader CSS
/*----------------------------------------*/
@import "../../../unpkg.com/open-props%401.7.23/easings.min.css";
.top-header {
  padding: 8px 0;
  background-color: #00AC75;
}
@media (max-width: 599px) {
  .top-header .top-left-header {
    display: none !important;
  }
}
.top-header .top-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0 16px;
}
.top-header .top-menu li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 4px;
}
.top-header .top-menu li a svg {
  width: 1.125rem;
  height: 1.125rem;
}
.top-header .top-menu li a:hover {
  color: #1F449B;
}
@media (max-width: 599px) {
  .top-header .top-right-header {
    justify-content: center !important;
    width: 100%;
  }
}
.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-white-outline, .top-header .top-right-header .button-wrapper .btn-white, .top-header .top-right-header .button-wrapper .btn {
  background-color: transparent;
  border: 1px solid #ffffff !important;
  font-size: 14px;
  border: none;
  height: 30px;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  gap: 0 8px;
}
.top-header .top-right-header .button-wrapper .btn-white-outline svg, .top-header .top-right-header .button-wrapper .btn-white svg, .top-header .top-right-header .button-wrapper .btn svg {
  width: 1.125rem;
}
.top-header .top-right-header .button-wrapper .btn-white-outline:hover, .top-header .top-right-header .button-wrapper .btn-white-outline.btn-white, .top-header .top-right-header .button-wrapper .btn-white:hover, .top-header .top-right-header .button-wrapper .btn-white.btn-white, .top-header .top-right-header .button-wrapper .btn:hover, .top-header .top-right-header .button-wrapper .btn.btn-white {
  background-color: #ffffff !important;
  color: #00AC75;
}
.top-header .top-right-header .button-wrapper .btn-white-outline:hover:hover, .top-header .top-right-header .button-wrapper .btn-white-outline.btn-white:hover, .top-header .top-right-header .button-wrapper .btn-white:hover:hover, .top-header .top-right-header .button-wrapper .btn-white.btn-white:hover, .top-header .top-right-header .button-wrapper .btn:hover:hover, .top-header .top-right-header .button-wrapper .btn.btn-white:hover {
  background-color: #1f449b !important;
  color: #ffffff;
  border: 1px solid transparent !important;
}
@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;
  }
}
.top-header .top-right-header .social-wrapper {
  gap: 0 0.625rem;
}
.top-header .top-right-header .social-wrapper a {
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.top-header .top-right-header .social-wrapper a img {
  width: 50%;
  display: block;
  filter: brightness(0) invert(1);
}
@media (max-width: 1279px) {
  .top-header .header-flex {
    gap: 0 0.625rem;
  }
}

header .navbar {
  background-color: #ffffff !important;
  padding: 1rem 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
header .navbar .container {
  position: relative;
}
header .navbar .navbar-brand {
  width: 7.3125rem;
}
header .navbar .navbar-brand img {
  width: 100%;
}
header .navbar .navbar-nav {
  gap: 0 0.375pxrem;
  position: static;
  width: 100%;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #3D3D3D;
  padding: 0.5rem 1rem;
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #00AC75;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: 118%;
  margin: 0;
  padding: 1.5rem !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: #f9fffd !important;
  color: #1F449B;
  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.mega-dropdown {
  position: static;
}
header .navbar .navbar-nav .nav-item .megamenu {
  min-width: 82.5rem;
  left: 0;
  top: 130% !important;
  padding: 2% !important;
  overflow: hidden;
}
header .navbar .navbar-nav .nav-item .megamenu .left-menu-div {
  height: 100%;
  border-right: 1px solid #E1E1E1;
  padding-right: 2.5rem;
}
header .navbar .navbar-nav .nav-item .megamenu h2 {
  font-size: 18px;
  font-weight: 700;
  color: #3D3D3D;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.5rem;
}
header .navbar .navbar-nav .nav-item .megamenu .nav-pills .nav-link {
  font-size: 14px;
  color: #5B5B5B;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  background-color: transparent;
  padding: 0.5rem;
}
header .navbar .navbar-nav .nav-item .megamenu .nav-pills .nav-link.active, header .navbar .navbar-nav .nav-item .megamenu .nav-pills .nav-link:hover {
  background-color: #F1F1F1;
}
header .navbar .navbar-nav .nav-item .megamenu .nav-pills .nav-link span {
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  gap: 0 0.625rem;
}
header .navbar .navbar-nav .nav-item .megamenu .nav-pills .nav-link span .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dffff5;
}
header .navbar .navbar-nav .nav-item .megamenu .nav-pills .nav-link svg {
  width: 1rem;
  height: 1rem;
}
header .navbar .navbar-nav .nav-item .megamenu .menu-img-wrapper {
  height: 19.75rem;
  overflow: hidden;
  border-radius: 1rem;
}
header .navbar .navbar-nav .nav-item .megamenu .menu-img-wrapper img {
  width: 100%;
  display: block;
}
header .navbar .navbar-nav .nav-item .megamenu.menu-full-width {
  width: 100%;
  min-width: inherit;
  left: 0;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane {
  border-right: 1px solid #E1E1E1;
  padding-right: 1.25rem;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-title {
  display: flex;
  align-items: center;
  gap: 0 0.9375rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E1E1E1;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-title .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  flex: 3.4375rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00AC75;
  border-radius: 0.5rem;
  padding: 0.75rem;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-title .icon img {
  width: 100%;
  display: block;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-title h4 {
  font-size: 18px;
  font-weight: 700;
  color: #3D3D3D;
  margin: 0;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-title h4 span {
  display: block;
  font-size: 14px;
  color: #5B5B5B;
  margin-top: 0.5rem;
  font-weight: 500;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body {
  padding: 1rem 0;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body .menu-card {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 0.625rem;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body .menu-card .icon {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 0.25rem;
  flex: 2.8125rem 0 0;
  padding: 0.5rem;
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dffff5;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body .menu-card .icon img {
  width: 100%;
  display: block;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body .menu-content {
  cursor: pointer;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body .menu-content h4 a {
  font-size: 16px;
  font-weight: 700;
  color: #3D3D3D;
  text-decoration: none;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body .menu-content p {
  font-size: 14px;
  font-weight: 500;
  color: #5B5B5B;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body .menu-content:hover h4 a {
  color: #00AC75;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body .link a {
  font-size: 14px;
  color: #5B5B5B;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body .link a svg {
  width: 0.625rem;
  height: 0.625rem;
}
header .navbar .navbar-nav .nav-item .megamenu .tab-content .tab-pane .menu-body .link a:hover {
  color: #00AC75;
}
header .navbar .navbar-collapse {
  flex-grow: inherit;
}
header .navbar .header-button .btn {
  display: flex;
  align-items: center;
  gap: 0 0.625rem;
}
header .navbar .header-button .btn svg {
  width: 1rem;
}
@media (max-width: 599px) {
  header .navbar .header-button {
    display: none;
  }
}
header .navbar .mobile-menu-icon {
  display: none;
}
@media (max-width: 599px) {
  header .navbar .mobile-menu-icon {
    display: block;
  }
  header .navbar .mobile-menu-icon .btn {
    background-color: transparent;
    padding: 0;
  }
  header .navbar .mobile-menu-icon .btn svg {
    color: #3D3D3D;
  }
  header .navbar .mobile-menu-icon .btn:hover {
    background-color: transparent !important;
  }
  header .navbar .header-button .btn {
    font-size: 0.75rem;
  }
}
header .navbar .top-right-header .button-wrapper .btn {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
header .navbar .top-right-header .button-wrapper .btn svg {
  width: 1.125rem;
  height: 1.125rem;
}
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;
    padding: 0.5rem 0;
  }
  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 !important;
  }
  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 .offcanvas-body .header-button {
    display: block;
  }
  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;
    display: flex;
    align-items: center;
    gap: 0 0.625rem;
  }
  header .offcanvas ul li a:before {
    content: "";
    width: 0.3125rem;
    height: 0.125rem;
    display: block;
    background-color: #1F449B;
    flex: 0.3125rem 0 0;
  }
  header .offcanvas ul li.dropdown {
    display: block;
  }
  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;
  }
}

/*----------------------------------------*/
/*  03. TopHeader CSS
/*----------------------------------------*/
.top-header {
  padding: 8px 0;
  background-color: #00AC75;
}
@media (max-width: 599px) {
  .top-header .top-left-header {
    display: none !important;
  }
}
.top-header .top-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0 16px;
}
.top-header .top-menu li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 4px;
}
.top-header .top-menu li a svg {
  width: 1.125rem;
  height: 1.125rem;
}
.top-header .top-menu li a:hover {
  color: #1F449B;
}
@media (max-width: 599px) {
  .top-header .top-right-header {
    justify-content: center !important;
    width: 100%;
  }
}
.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-white-outline, .top-header .top-right-header .button-wrapper .btn-white, .top-header .top-right-header .button-wrapper .btn {
  background-color: transparent;
  border: 1px solid #ffffff !important;
  font-size: 14px;
  border: none;
  height: 30px;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  gap: 0 8px;
}
.top-header .top-right-header .button-wrapper .btn-white-outline svg, .top-header .top-right-header .button-wrapper .btn-white svg, .top-header .top-right-header .button-wrapper .btn svg {
  width: 1.125rem;
}
.top-header .top-right-header .button-wrapper .btn-white-outline:hover, .top-header .top-right-header .button-wrapper .btn-white-outline.btn-white, .top-header .top-right-header .button-wrapper .btn-white:hover, .top-header .top-right-header .button-wrapper .btn-white.btn-white, .top-header .top-right-header .button-wrapper .btn:hover, .top-header .top-right-header .button-wrapper .btn.btn-white {
  background-color: #ffffff !important;
  color: #00AC75;
}
.top-header .top-right-header .button-wrapper .btn-white-outline:hover:hover, .top-header .top-right-header .button-wrapper .btn-white-outline.btn-white:hover, .top-header .top-right-header .button-wrapper .btn-white:hover:hover, .top-header .top-right-header .button-wrapper .btn-white.btn-white:hover, .top-header .top-right-header .button-wrapper .btn:hover:hover, .top-header .top-right-header .button-wrapper .btn.btn-white:hover {
  background-color: #1f449b !important;
  color: #ffffff;
  border: 1px solid transparent !important;
}
@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;
  }
}
.top-header .top-right-header .social-wrapper {
  gap: 0 0.625rem;
}
.top-header .top-right-header .social-wrapper a {
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.top-header .top-right-header .social-wrapper a img {
  width: 50%;
  display: block;
  filter: brightness(0) invert(1);
}
@media (max-width: 1279px) {
  .top-header .header-flex {
    gap: 0 0.625rem;
  }
}

.hero-section {
  padding: 50px 0;
  position: relative;
}
.hero-section .blur-circle .blur-primary {
  width: 21.875rem;
  height: 28.125rem;
  border-radius: 50%;
  background: radial-gradient(ellipse farthest-corner at top left, #00AC75, #ffffff);
  filter: blur(240px);
  position: absolute;
  top: 20%;
  left: 0;
}
.hero-section .blur-circle .blur-secondary {
  width: 21.875rem;
  height: 28.125rem;
  border-radius: 50%;
  background: radial-gradient(ellipse farthest-corner at top left, #1F449B, #ffffff);
  filter: blur(240px);
  position: absolute;
  top: 20%;
  right: 0;
}
@media (max-width: 1023px) {
  .hero-section {
    padding: 1.25rem 0;
  }
  .hero-section .blur-circle {
    display: none;
  }
}
.hero-section .hero-slider {
  width: 100%;
}
.hero-section .hero-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .hero-slider .slick-dots li button:before {
  background-color: #e6e6e6;
}
.hero-section .hero-slider .slick-dots li.slick-active button:before {
  background-color: #00AC75;
}
.hero-section .hero-slider .hero-img {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.hero-section .hero-slider .hero-img img {
  width: 100%;
  display: block;
}

.left-content-section {
  position: relative;
}
.left-content-section img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .left-content-section img {
    display: none;
  }
}
.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 {
  color: #00AC75;
}
.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-wrapper {
  display: flex;
  align-items: center;
  gap: 0 0.625rem;
  position: relative;
}
.left-content-section .btn-wrapper .btn {
  background-color: #00AC75;
  font-size: 14px;
  border-radius: 0.375rem;
  border: none;
  display: flex;
  align-items: center;
  height: 42px;
  justify-content: center;
  gap: 10px;
}
.left-content-section .btn-wrapper .btn svg {
  width: 15px;
}
.left-content-section .btn-wrapper .btn-primary-outline {
  background-color: transparent;
  border: 1px solid #00AC75;
  color: #00AC75;
}
.left-content-section .btn-wrapper .btn-primary-outline:hover {
  color: #ffffff;
  border: 1px solid transparent;
}
.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;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .left-content-section {
    padding: 0 !important;
  }
  .left-content-section .btn {
    border-radius: 0.5rem !important;
  }
}

.right-content-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.right-content-block .circle-blur {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(ellipse farthest-corner at top left, #00AC75, #ffffff);
  filter: blur(80px);
  position: absolute;
  top: 0;
  right: 0;
}
.right-content-block .pattern {
  height: 100%;
  margin-left: auto;
  width: 75px;
  position: absolute;
  left: -2.25rem;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  z-index: -1;
}
.right-content-block .pattern img {
  width: 100%;
}
@media (max-width: 767px) {
  .right-content-block .pattern img {
    display: none;
  }
}
.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: #1F449B;
  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;
  }
}
@media (max-width: 767px) {
  .right-content-block .hero-slider {
    margin-top: 1.25rem;
  }
}

.service-section {
  padding: 25px 0;
}
.service-section .card-box {
  background-color: #f9f9f9;
  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: #1F449B;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 50px 0 0;
}
.service-section .card-box .icon svg {
  color: #ffffff;
}
@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: #00AC75;
  margin-bottom: 5px;
}
.service-section .card-box .service-content h3 a {
  text-decoration: none;
  color: #00AC75;
}
@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;
  }
}
.hero-slide-position {
  background-color: #ffffff;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.hero-slide-position .left-content-section {
  padding: 0 2rem;
}
.hero-slide-position .left-content-section .list {
  padding: 0;
  margin: 0;
}
.hero-slide-position .left-content-section .list li {
  position: relative;
  list-style: none;
  padding: 0 0 0 2.1875rem;
  font-size: 16px;
}
.hero-slide-position .left-content-section .list li h4 {
  font-size: 18px;
  font-weight: 800;
  color: #3D3D3D;
}
.hero-slide-position .left-content-section .list li p {
  font-size: 16px;
  color: #5B5B5B;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hero-slide-position .left-content-section .list li:before {
  content: "✓"; /* Unicode character for checkmark */
  font-family: FontAwesome;
  font-size: 12px !important;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 20px 0 0;
  font-size: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  background: #00AC75 !important;
  z-index: 1;
}
.hero-slide-position .hero-img-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
.hero-slide-position .hero-img-wrap .hero-img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.hero-slide-position .hero-img-wrap .hero-img img {
  width: 400px;
  display: block;
}
.hero-slide-position .bottom-slide-content h3 {
  font-size: 1rem;
  font-weight: 700;
  background-color: #00AC75;
  margin-bottom: 0;
  color: #ffffff;
  padding: 1.5rem 1rem;
  margin-top: 1.5rem;
  border-top-left-radius: 1rem;
  text-align: center;
}

.solution-section {
  padding: 70px 0;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 599px) {
  .solution-section {
    padding: 40px 0;
  }
}

.module-slider-wrapper {
  max-width: 51.25rem;
  margin: 0 auto 2.5rem auto;
  padding: 0 1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 10px 30px rgba(29, 140, 242, 0.2);
}

.module-slider {
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}
.module-slider .nav-item .nav-link {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #3D3D3D;
  font-size: 16px;
  padding: 1rem 0.5rem;
  border-bottom: 3px solid transparent;
  border-radius: 0;
}
.module-slider .nav-item .nav-link .icon {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  margin-bottom: 0.5rem;
}
.module-slider .nav-item .nav-link .icon img {
  width: 100%;
  display: block;
}
.module-slider .nav-item .nav-link .icon img.secondary-icon {
  display: none;
}
.module-slider .nav-item .nav-link.active, .module-slider .nav-item .nav-link:hover {
  background-color: transparent;
  color: #00AC75;
  border-bottom: 3px solid #00AC75;
}
.module-slider .nav-item .nav-link.active .icon img, .module-slider .nav-item .nav-link:hover .icon img {
  fill: #00AC75;
}
.module-slider .nav-item .nav-link.active .icon img.primary-icon, .module-slider .nav-item .nav-link:hover .icon img.primary-icon {
  display: none;
}
.module-slider .nav-item .nav-link.active .icon img.secondary-icon, .module-slider .nav-item .nav-link:hover .icon img.secondary-icon {
  display: block;
}
.module-slider.slick-initialized .slick-slide {
  text-align: center;
  display: flex;
  justify-content: center;
}
.module-slider .slick-arrow {
  right: -5px;
}
.module-slider .slick-arrow:before {
  color: #00AC75;
}
.module-slider .slick-arrow.slick-prev {
  left: -5px;
}

.module-item {
  margin-top: 5rem;
}
.module-item .img-wrap {
  height: 26.875rem;
}
@media (max-width: 767px) {
  .module-item .img-wrap {
    height: auto;
  }
}
.module-item .img-wrap .module-image {
  border-radius: 1rem 0rem 0rem 1rem;
  overflow: hidden;
  height: 84%;
  display: flex;
  align-items: center;
}
.module-item .img-wrap .module-image img {
  width: 100%;
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.module-item .module-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f5f6f7;
  border-radius: 1rem;
  padding: 3.125rem;
  z-index: 1;
  box-shadow: 0px 10px 30px rgba(6, 21, 35, 0.2);
}
.module-item .module-content .module-title h4 {
  font-size: 16px;
  color: #00AC75;
  font-weight: 700;
  text-transform: uppercase;
}
.module-item .module-content .module-title h2 {
  font-size: 28px;
  font-weight: 900;
}
.module-item .module-content .module-title h2 span {
  color: #00AC75;
}
.module-item .module-content .module-bottom-content h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 1rem;
}
.module-item .module-content .module-bottom-content h3 sub {
  font-size: 16px;
  font-weight: 600;
}
.module-item .module-content .module-bottom-content p {
  font-size: 16px;
  line-height: 160%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.module-item .module-content .module-bottom-content .button-wrap {
  margin-top: 1.25rem;
}
.module-item .module-content .module-bottom-content .button-wrap .btn {
  gap: 0 10px;
}
.module-item .module-content .module-bottom-content .button-wrap .btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (max-width: 599px) {
  .module-item {
    margin-top: 1rem;
  }
  .module-item .img-wrap .module-image {
    border-radius: 0.5rem;
  }
  .module-item .module-content {
    margin-top: 1rem;
    box-shadow: none;
    background-color: transparent;
    padding: 1rem;
  }
}

.service-solution {
  background-color: #f9f9f9;
  padding: 5rem 0;
}
@media (max-width: 599px) {
  .service-solution {
    padding: 1.875rem 0;
  }
}
.service-solution .solution-img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.service-solution .solution-img img {
  width: 100%;
  display: block;
}

.solution-item {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  height: 100%;
}
.solution-item .title-solution {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 1.25rem;
}
.solution-item .title-solution .icon {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 0.5rem;
  background-color: #00AC75;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-item .title-solution .title-content h3 {
  font-size: 24px;
  font-weight: 800;
}
.solution-item .title-solution .title-content p {
  font-size: 16px;
  margin-bottom: 0;
  color: #5B5B5B;
}
.solution-item .title {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E1E1E1;
}
.solution-item .solution-list {
  padding: 0;
  margin: 0;
}
.solution-item .solution-list li {
  position: relative;
  list-style: none;
  padding-left: 2.1875rem;
  padding-bottom: 1rem;
}
.solution-item .solution-list li h4 {
  font-size: 18px;
  font-weight: 800;
  color: #3D3D3D;
}
.solution-item .solution-list li p {
  font-size: 16px;
  line-height: 160%;
  color: #5B5B5B;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.solution-item .solution-list li:before {
  content: "✓"; /* Unicode character for checkmark */
  font-family: FontAwesome;
  font-size: 12px !important;
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 20px;
  height: 24px;
  color: #ffffff;
  z-index: 1;
}
.solution-item .solution-list li:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #00AC75;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6%;
  left: 0;
  border-radius: 50%;
}
.solution-item .button-wrap {
  margin-top: 1.25rem;
}
.solution-item .button-wrap .btn {
  gap: 0 10px;
}
.solution-item .button-wrap .btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (max-width: 599px) {
  .solution-item {
    height: auto;
    margin-bottom: 1rem;
  }
}

.efficiency {
  padding: 2.5rem 0 0 0;
}
.efficiency .card {
  padding: 1.875rem;
  height: 100%;
  position: relative;
  border: none;
  overflow: hidden;
  border-radius: 0.5rem;
}
.efficiency .solid-card {
  background: url(../img/doctor.jpg) no-repeat;
  background-size: cover;
  background-color: #1F449B;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.efficiency .solid-card::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(31, 68, 155, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.efficiency .solid-card .solid-card-content h4 {
  font-size: 18px;
  margin-bottom: 1.25rem;
}
.efficiency .solid-card .solid-card-content h3 {
  font-weight: 900;
}
.efficiency .solid-card .solid-card-content p {
  font-size: 16px;
  font-weight: 500;
}
.efficiency .solid-card .button-wrap {
  margin-top: 1.25rem;
}
.efficiency .solid-card .button-wrap .btn {
  gap: 0 10px;
}
.efficiency .solid-card .button-wrap .btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
.efficiency .simple-card {
  padding: 0;
}
.efficiency .simple-card .inner-card {
  padding: 1.875rem;
}
.efficiency .simple-card .icon {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #00AC75;
  margin-bottom: 1rem;
  color: #00AC75;
}
.efficiency .simple-card .icon svg {
  color: #00AC75;
}
.efficiency .simple-card h5 {
  font-size: 14px;
  color: #00AC75;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.efficiency .simple-card h3 {
  font-size: 32px;
  color: #00AC75;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 0 0.3125rem;
}
.efficiency .simple-card h3 .arrow-icon {
  width: 2.5rem;
  display: block;
}
.efficiency .simple-card h3 .arrow-icon img {
  width: 100%;
  display: block;
}
.efficiency .simple-card p {
  font-size: 16px;
  color: #5B5B5B;
}
.efficiency .simple-card .link-wrap {
  margin-top: 1.25rem;
}
.efficiency .simple-card .link-wrap .link {
  gap: 0 10px;
  color: #00AC75;
  text-decoration: none;
  font-size: 16px;
}
.efficiency .simple-card .link-wrap .link svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
.efficiency .simple-card .link-wrap .link:hover {
  color: #1F449B;
}
.efficiency .simple-card .link-wrap .btn-outline-primary {
  border: 1px solid #00AC75;
  color: #00AC75;
  font-size: 16px;
}
.efficiency .simple-card .link-wrap .btn-outline-primary svg {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0.3125rem;
}
.efficiency .simple-card .link-wrap .btn-outline-primary:hover {
  background-color: #00AC75 !important;
  color: #ffffff;
}
.efficiency .simple-card .card-img {
  height: 12.5rem;
}
.efficiency .simple-card .card-img img {
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .efficiency .card {
    height: auto;
    margin-bottom: 1rem;
  }
}

.pagetop.solution-detail-page-top {
  background: url("../img/image%205%20(1.html).jpg") no-repeat center !important;
  background-size: 100% !important;
}

.solser-section {
  padding: 3.125rem 0;
}
.solser-section .inner-wrap {
  background-color: #00AC75;
  padding: 1.875rem;
  border-radius: 1rem;
  color: #ffffff;
}
.solser-section .inner-wrap .title {
  margin-bottom: 2.5rem;
}
.solser-section .inner-wrap .title h2 {
  font-size: 42px;
  font-weight: 800;
}
.solser-section .inner-wrap .title h2 span {
  display: block;
}
.solser-section .inner-wrap .title p {
  font-size: 18px;
}
.solser-section .inner-wrap .title p span {
  display: block;
}
.solser-section .solution-tab .nav {
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
}
.solser-section .solution-tab .nav li button {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.solser-section .solution-tab .nav li button.active {
  background-color: #ffffff;
  color: #00AC75;
}
.solser-section .solution-tab .tab-content .tab-pane {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625rem;
}
.solser-section .solution-tab .tab-content .tab-pane .list {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.solser-section .solution-tab .tab-content .tab-pane .list li {
  font-size: 16px;
  color: #ffffff;
  gap: 0 0.5rem;
  padding: 0.3125rem 0;
  width: 100%;
}
.solser-section .solution-tab .tab-content .tab-pane .list li:before {
  content: "";
  width: 1.125rem;
  height: 0.375rem;
  display: block;
  background: url(../img/svg/arrow-white.svg) no-repeat;
}
.solser-section .solution-tab .tab-content .tab-pane .image-wrapper {
  border-radius: 0.5rem;
  overflow: hidden;
}
.solser-section .solution-tab .tab-content .tab-pane .image-wrapper img {
  width: 100%;
  display: block;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item {
  background-color: transparent;
  border: none;
  text-align: left;
  color: #ffffff;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #ffffff;
  padding: 0.625rem 0;
  opacity: 1;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button:after {
  content: "\f107";
  font-family: FontAwesome;
  background-image: none;
  font-size: 1.25rem;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  opacity: 0.5;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625rem;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body .list {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body .list li {
  font-size: 16px;
  color: #ffffff;
  gap: 0 0.5rem;
  padding: 0.3125rem 0;
  width: 100%;
}
.solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body .list li:before {
  content: "";
  width: 1.125rem;
  height: 0.375rem;
  display: block;
  background: url(../img/svg/arrow-white.svg) no-repeat;
}
.solser-section .solution-tab .tab-content .tab-pane .image-wrapper img {
  width: 100%;
  display: block;
}
.solser-section .solution-tab .tab-content .tab-pane .button-wrapper {
  margin-top: 1.25rem;
}
.solser-section .solution-tab .tab-content .tab-pane .button-wrapper .btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  gap: 0 0.625rem;
  width: 9.375rem;
}
.solser-section .solution-tab .tab-content .tab-pane .button-wrapper .btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
}

.list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 0.625rem;
}
.list li {
  font-size: 16px;
  color: #5B5B5B;
  gap: 0 0.5rem;
  padding: 0.3125rem 0;
  width: 49%;
}
.list li:before {
  content: "";
  width: 1.125rem;
  height: 0.375rem;
  display: block;
  flex: 18px 0 0;
  background: url(../img/svg/Arrow1.svg) no-repeat;
}
@media (max-width: 599px) {
  .list li {
    width: 100%;
  }
}
.list.emr-list li {
  padding: 0 !important;
}

.solution-feature-section {
  padding: 1.25rem 0;
}
.solution-feature-section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.emr-section {
  padding: 6.25rem 0 !important;
}
.emr-section .about-content .about-title h2 {
  font-size: 32px !important;
}

.emr-list-content p {
  margin: 0;
}
.emr-list-content .solution-feature-section .emr-list li:before {
  flex: 20px 0 0;
}

.solution-img {
  height: 26.875rem;
  width: 26.875rem;
}
.solution-img img {
  height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.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: #00AC75;
  text-decoration: none;
}
.title-wrapper .links a:hover {
  color: #1F449B;
}

.feature-inner-section .card {
  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: #1F449B;
  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;
}
.feature-inner-section .card .card-body .card-text a {
  font-size: 14px;
  text-decoration: none;
  color: #212529;
}
.feature-inner-section .card .card-body .card-text a:hover {
  color: #1F449B;
}
.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;
}

.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: #1F449B;
  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: #ffffff;
  padding: 50px 0;
  color: #ffffff;
}

.testimonial-carousel {
  height: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.testimonial-carousel .slick-slide {
  position: relative;
  color: #5B5B5B;
}
.testimonial-carousel .slick-slide .content-wrapper {
  background-color: #f9f9f9;
  padding: 24px;
  height: 100%;
  margin: 0.625rem;
  border-radius: 16px;
}
.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;
  flex-direction: column;
  align-items: center;
  gap: 0 15px;
  margin-top: 40px;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .rating i {
  color: #FFC107;
}
.testimonial-carousel .slick-slide .testimonial-detailinfo .testimonial-detail .author {
  overflow: hidden;
  width: 9.375rem;
  margin: 0 auto;
  margin-top: 1rem;
}
.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;
  text-align: center;
}
.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: center;
}
.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: #DEE2E6;
  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: #00AC75;
  color: #00AC75;
  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: #1F449B;
  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;
}

.client-section {
  background-color: #f9f9f9;
  padding: 3.125rem 0 4.375rem 0;
  margin-top: 1.875rem;
  color: #ffffff;
}

.client-slider {
  height: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.client-slider .slick-slide {
  position: relative;
  color: #5B5B5B;
}
.client-slider .slick-slide .client-img {
  background-color: #ffffff;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.625rem;
  padding: 1rem;
  border-radius: 0.5rem;
}
.client-slider .slick-slide .client-img img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.client-slider .slick-arrow:before {
  color: #00AC75;
  background-color: #ffffff;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: FontAwesome;
  box-shadow: 0px 10px 30px rgba(6, 21, 35, 0.2);
}
.client-slider .slick-arrow .slick-prev:before {
  content: "\f053";
}
.client-slider .slick-arrow .slick-next:before {
  content: "\f053";
}

.slick-dots {
  left: 0;
  bottom: -35px;
  text-align: center;
}
.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: #dee2e6;
  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: #00AC75;
  color: #00AC75;
  opacity: 1;
}

.partner-list-wrap .client-list-wrap {
  gap: 0;
}
.partner-list-wrap .client-list-wrap .client-item {
  background-color: transparent;
  border: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.support-section {
  background-color: #ffffff;
  padding: 3.125rem 0;
}

.support-form form .form-label {
  font-size: 16px;
}
.support-form form .form-control {
  height: 3.4375rem;
  background-color: #f9f9f9;
}
.support-form form textarea.form-control {
  height: auto;
}
.support-form form .btn {
  font-size: 16px;
}
.support-form form .btn:disabled {
  background-color: #069769;
}
@media (max-width: 599px) {
  .support-form {
    margin-bottom: 1rem;
  }
}

.google-map {
  border-radius: 1rem;
  overflow: hidden;
}

.about-section {
  padding: 80px 0;
  background: url("../img/pattern-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .about-section {
    padding: 1.25rem 0;
  }
}
.about-section .about-img {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0.5rem;
}
.about-section .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .section-title {
  color: #212529;
}
.about-section .section-title h2,
.about-section .section-title p {
  color: #212529;
}
.about-section .about-content ul {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
  color: #212529;
}
.about-section .about-content ul li {
  position: relative;
  display: flex;
  gap: 0 15px;
  padding: 30px 0;
}
.about-section .about-content ul li span {
  font-size: 18px;
  color: #212529;
  font-weight: 700;
}
.about-section .about-content ul li p {
  font-size: 14px;
  line-height: 160%;
  color: #3D3D3D;
  margin: 10px 0 0 0;
  font-weight: normal;
}
@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.html) 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;
}

.about-content h4 {
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #1F449B;
}
.about-content h2 {
  line-height: 130%;
}
.about-content h2 span {
  display: block;
  color: #212529;
}
.about-content .lead {
  font-weight: 600;
  border-left: 0.1875rem solid #1F449B;
  padding-left: 1.25rem;
}
.about-content ul li .icon {
  width: 4.375rem;
  height: 4.375rem;
  display: block;
  border-radius: 0.5rem;
  flex: 4.375rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #00AC75;
}
.about-content ul li .icon img {
  width: 2.5rem;
}
.about-content ul li .list-content-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 2rem;
}
.about-content ul li .list-content-wrap h4 {
  font-size: 24px;
  font-weight: 800;
  text-transform: none;
  color: #212529;
}
.about-content ul li .list-content-wrap p {
  font-size: 16px;
}

.about-content-wrap {
  background: #ffffff;
}
.about-content-wrap .about-content .about-title h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.about-content-wrap .about-content .about-title h2 span {
  display: inline;
  color: #00AC75 !important;
}
.about-content-wrap .about-content .about-title p {
  font-size: 16px;
}
.about-content-wrap .about-content ul li {
  display: flex;
  color: #5B5B5B;
  font-size: 16px;
  padding: 0.5rem 0;
}
.about-content-wrap .about-content ul li:before {
  content: "✓";
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #00AC75;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.about-content-wrap .about-img-wrap {
  border-radius: 1rem;
  overflow: hidden;
}
.about-content-wrap .about-img-wrap img {
  width: 100%;
  display: block;
}

.about-slider-section {
  background-color: #f9f9f9;
  padding: 3.125rem 0;
}
.about-slider-section h2 .text-primary {
  display: inline !important;
}

.about-slider .slick-slide {
  opacity: 0.5;
}
.about-slider .slick-slide.slick-center {
  opacity: 1;
}
.about-slider .slick-slide.slick-center .abt-slider-content {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(6, 21, 35, 0.2);
}
.about-slider .abt-slider-content {
  background-color: transparent;
  padding: 2.5rem 1.875rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.about-slider .abt-slider-content .icon {
  width: 2.5rem;
  margin-bottom: 1.25rem;
}
.about-slider .abt-slider-content .icon img {
  width: 100%;
  display: block;
}
.about-slider .abt-slider-content h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.about-slider .abt-slider-content p {
  margin-bottom: 0;
  font-size: 16px;
  color: #5B5B5B;
  text-align: center;
}
.about-slider .slick-arrow {
  width: 1.875rem;
  height: 1.875rem;
  z-index: 1;
}
.about-slider .slick-arrow:before {
  color: #5B5B5B;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: FontAwesome;
}
.about-slider .slick-arrow.slick-prev {
  left: 30%;
}
.about-slider .slick-arrow.slick-prev:before {
  content: "\f053";
}
.about-slider .slick-arrow.slick-next {
  right: 30%;
}
.about-slider .slick-arrow.slick-next:before {
  content: "\f054";
}

.about-card {
  background-color: #f9f9f9;
  padding: 1.875rem;
  position: relative;
  border-radius: 1rem;
  margin-bottom: 3.125rem;
}
.about-card .icon {
  width: 5rem;
  height: 5rem;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: -3.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.about-card .icon img {
  width: 2.75rem;
  display: block;
}
.about-card h3 {
  margin-bottom: 0.5rem;
}
.about-card h3 a {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 700;
  text-decoration: none;
}
.about-card h3 a:hover {
  color: #00AC75;
}
.about-card p {
  font-size: 16px;
  color: #5B5B5B;
}
.about-card .link-wrap .link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #00AC75;
  color: #00AC75;
}
.about-card .link-wrap .link svg {
  width: 1.25rem;
  height: 1.25rem;
}
.about-card .link-wrap .link:hover {
  background-color: #00AC75;
  color: #ffffff;
}

.team-section {
  padding: 3.125rem 0;
}
.team-section .section-title span {
  display: inline !important;
}

.team-card {
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f5f5f5;
  height: 100%;
}
.team-card .team-img {
  overflow: hidden;
}
.team-card .team-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.team-card .team-content {
  padding: 1.5rem;
  text-align: center;
}
.team-card .team-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: #3D3D3D;
  margin-bottom: 0.25rem;
}
.team-card .team-content p {
  color: #5B5B5B;
  margin-bottom: 0rem;
}

.team-wrapper {
  gap: 0.9375rem;
  flex-wrap: wrap;
  flex: 1;
}
.team-wrapper .team-card {
  width: 100%;
  height: 100%;
  max-width: 19%;
}
@media (max-width: 767px) {
  .team-wrapper .team-card {
    max-width: 31%;
  }
}
@media (max-width: 599px) {
  .team-wrapper .team-card {
    max-width: 48%;
  }
}
.team-wrapper .team-card .team-content {
  height: 6.875rem;
}

.pagetop {
  padding: 90px 0;
  background: url(../img/image23.jpg);
  background-size: cover;
  position: relative;
  background-color: #ffffff;
  background-position: center center;
  z-index: 1;
}
.pagetop:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.pagetop.schedule-top-section {
  background: url(../img/image32.jpg);
}
.pagetop.detail-page-top {
  background: #f3f3f3;
}
.pagetop.detail-page-top h2 {
  color: #3D3D3D !important;
}
.pagetop.detail-page-top h2 span {
  color: #00AC75 !important;
}
.pagetop.detail-page-top .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 0 0.625rem;
  position: relative;
}
.pagetop.detail-page-top .btn-wrapper .btn {
  background-color: #00AC75;
  font-size: 14px;
  border-radius: 0.375rem;
  border: none;
  display: flex;
  align-items: center;
  height: 42px;
  justify-content: center;
  gap: 10px;
  margin-top: 1.25rem;
}
.pagetop.detail-page-top .btn-wrapper .btn svg {
  width: 15px;
}
.pagetop.detail-page-top .btn-wrapper .btn-primary-outline {
  background-color: transparent;
  border: 1px solid #00AC75;
  color: #00AC75;
}
.pagetop.detail-page-top .btn-wrapper .btn-primary-outline:hover {
  color: #ffffff;
  border: 1px solid transparent;
}
.pagetop.detail-page-top::before {
  display: none;
}
.pagetop .top-img-wrap img {
  display: block;
  width: 100%;
}

.strength-section {
  padding: 3.125rem 0;
}

.strength-content {
  background: url(../img/pattern-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 3.125rem;
  border-radius: 1rem;
}

.counters .counters-text {
  color: #212529;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.counters .counters-text h2 {
  font-size: 42px;
  font-weight: 900;
}
.counters .counters-text p {
  font-size: 16px;
}
.counters .counters-text.no-border {
  border: none;
}

.demo-form-wrap {
  padding: 3.125rem 0;
}
.demo-form-wrap .demo-form {
  background-color: #f9f9f9;
  padding: 1.5rem 2.1875rem;
  border-radius: 1rem;
}
.demo-form-wrap .demo-form .support-form form .form-control {
  background-color: #ffffff;
}
.demo-form-wrap .demo-form .support-form form .form-check {
  font-size: 16px;
}
.demo-form-wrap .demo-form .support-form form .form-check a {
  color: #00AC75;
  text-decoration: none;
}

.wrapper-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  height: 3.4375rem;
  border-radius: 0.5rem;
  border: 1px solid #E1E1E1;
  background: #ffffff;
  text-align: left;
  color: #5B5B5B;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown.is-invalid {
  border: 1px solid #dc3545;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.arrow {
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  rotate: 180deg;
}

.selected-display {
  margin-left: 20px;
}

svg {
  transition: all 0.3s;
}

.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}

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

.wrapper-dropdown .dropdown {
  transition: 0.3s;
  position: absolute;
  border: 1px solid #E1E1E1;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: inherit;
  background: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .dropdown ul {
  padding: 0;
  margin: 0;
  max-height: 18.75rem;
  overflow-y: auto;
}
.wrapper-dropdown .dropdown ul::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.wrapper-dropdown .dropdown ul::-webkit-scrollbar-thumb {
  background-color: #9d9d9d;
}
.wrapper-dropdown .search-drop {
  width: 100%;
}
.wrapper-dropdown .search-drop .search-input {
  display: flex;
  position: relative;
}
.wrapper-dropdown .search-drop .search-input .form-control {
  width: 100%;
  padding-left: 2.8125rem;
}
.wrapper-dropdown .search-drop .search-input .icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -13px;
}
.wrapper-dropdown .search-drop:before {
  display: none;
}

.wrapper-dropdown .dropdown li {
  padding: 0 0.5rem;
  line-height: 45px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.wrapper-dropdown .dropdown li:before {
  content: "";
  background: url(../img/svg/mingcute_dot-grid-line.svg);
  display: block;
  width: 1rem;
  height: 1rem;
}

.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.wrapper-dropdown .dropdown {
  padding: 0.5rem !important;
}

.wrapper-dropdown .dropdown li:hover {
  background-color: #eefffa;
  color: #00AC75;
  border-radius: 4px;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 0 0 0.5rem 0.5rem;
}

.custom-radio-btn {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.custom-radio-btn p {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #E1E1E1;
  font-size: 16px;
}
.custom-radio-btn [type=radio]:checked, .custom-radio-btn [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio-btn [type=radio]:checked + label, .custom-radio-btn [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.custom-radio-btn [type=radio]:checked + label::before, .custom-radio-btn [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #E1E1E1;
  border-radius: 100%;
  background: #fff;
}
.custom-radio-btn [type=radio]:checked + label:after, .custom-radio-btn [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-radio-btn [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom-radio-btn [type=radio]:checked + label:before {
  background-color: #00AC75;
  border: 1px solid #00AC75;
}
.custom-radio-btn [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.contact-section {
  padding: 3.125rem 0;
}

.contact-info .contact-card {
  background-color: #ffffff;
  padding: 1.5rem;
  box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  height: 100%;
}
.contact-info .contact-card .contact-card-info .icon {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #f1f2fc;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info .contact-card .contact-card-info .icon svg {
  color: #00AC75;
}
.contact-info .contact-card .contact-card-info .contact-inner-info h4 {
  font-size: 20px;
  font-weight: 800;
}
.contact-info .contact-card .contact-card-info .contact-inner-info p {
  font-size: 16px;
  gap: 0 0.625rem;
  margin: 0 0 0.625rem 0;
}
.contact-info .contact-card .contact-card-info .contact-inner-info p span {
  display: block;
}
.contact-info .contact-card .contact-card-info .contact-inner-info p svg {
  width: 1rem;
  height: 1rem;
  color: #00AC75;
}
.contact-info .contact-card .contact-card-info .contact-inner-info a img {
  width: 1.875rem;
}
.contact-info .contact-card .contact-card-info .contact-inner-info .contact-list {
  padding: 1rem;
  margin: 1rem 0 0 0;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  width: 100%;
}
.contact-info .contact-card .contact-card-info .contact-inner-info .contact-list li {
  list-style: none;
  margin-bottom: 1.5rem;
}
.contact-info .contact-card .contact-card-info .contact-inner-info .contact-list li h4 {
  font-size: 16px;
}
.contact-info .contact-card .contact-btn .btn {
  background-color: #f1f2fc;
  color: #00AC75;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 1.25rem;
  padding: 0.625rem 1rem;
}
.contact-info .contact-card .contact-btn .btn:hover {
  background-color: #00AC75;
  color: #ffffff;
}

.package-section {
  background-color: #f9f9f9;
  padding: 3.125rem 0;
}
.package-section .section-title .text-primary {
  display: inline;
}

.package-table {
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  max-width: 56.25rem;
  margin: 0 auto;
}
.package-table thead tr th {
  background-color: #1F449B;
  color: #ffffff;
  padding: 0.625rem 1rem;
  font-size: 16px;
  font-weight: 700;
}
.package-table tbody tr th {
  background-color: #f5f5f5;
  padding: 0.625rem 1rem;
}
.package-table tbody tr td {
  padding: 0.625rem 1rem;
  font-weight: 500;
}
.package-table tbody tr td .icon-success {
  color: #00AC75;
}
.package-table tbody tr td .icon-danger {
  color: #F44336;
}
.package-table tbody tr:last-child td, .package-table tbody tr:last-child th {
  border-bottom: none;
}

.blog-section {
  background-color: #f9f9f9;
  padding: 3.125rem 0;
}
.blog-section .section-title .text-primary {
  display: inline;
}

.blog-card .blog-img {
  height: 25rem;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.blog-card .blog-img a img {
  width: 100%;
  display: block;
}
.blog-card .blog-content {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  margin-bottom: 1rem;
}
.blog-card .blog-content h3 {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 800;
}
.blog-card .blog-content h3 a {
  text-decoration: none;
  color: #3D3D3D;
}
.blog-card .blog-content .list {
  flex-direction: column;
  align-items: flex-start;
}
.blog-card .blog-content .list li {
  font-size: 16px;
  color: #5B5B5B;
  gap: 0 0.5rem;
  padding: 0.5rem 0;
}
.blog-card .blog-content .list li:before {
  content: "";
  width: 1.125rem;
  height: 0.375rem;
  display: block;
  background: url(../img/svg/Arrow1.svg) no-repeat;
}
.blog-card .blog-content .share {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 1rem 0;
  gap: 0 0.5rem;
}
.blog-card .blog-content .share li {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 700;
}
.blog-card .blog-content .share li a {
  width: 1.875rem;
  height: 1.875rem;
}
.blog-card .blog-content .share li a img {
  width: 100%;
  display: block;
}
.blog-card .blog-content ul {
  padding: 0;
  margin: 0;
  gap: 0 1rem;
  margin-bottom: 1rem;
}
.blog-card .blog-content ul li {
  list-style: none;
}
.blog-card .blog-content ul li a {
  text-decoration: none;
  color: #7b7b7b;
  gap: 0 0.5rem;
  font-weight: 600;
}
.blog-card .blog-content ul li a svg {
  height: 1rem;
  width: 1rem;
  color: #00AC75;
}
.blog-card .blog-content p {
  font-size: 16px;
  line-height: 160%;
  color: #5B5B5B;
}
.blog-card .blog-content .btn-wrap {
  margin-top: 1.5rem;
}
.blog-card .blog-content .btn-wrap .btn {
  font-size: 16px;
  gap: 0 0.5rem;
}
.blog-card .blog-content .btn-wrap .btn svg {
  height: 1rem;
  width: 1rem;
}
.blog-card .blog-content.blog-detail-content p {
  -webkit-line-clamp: inherit;
}
.blog-card:hover h3 a {
  color: #00AC75;
}
.blog-card .link-wrap a {
  color: #3D3D3D;
  text-decoration: none;
  font-size: 16px;
}
.blog-card .link-wrap a svg {
  width: 1rem;
  height: 1rem;
}
.blog-card .link-wrap a:hover {
  color: #00AC75;
}

.blog-side {
  position: sticky;
  top: 0;
}
.blog-side .blog {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.blog-side .blog h3 {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 800;
  margin-bottom: 1rem;
}
.blog-side .blog form .form-group {
  position: relative;
}
.blog-side .blog form .form-group .form-control {
  height: 3.4375rem;
}
.blog-side .blog form .form-group .search-icon {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -0.75rem;
}
.blog-side .blog form .form-group .search-icon svg {
  color: #959595;
}
.blog-side .blog ul {
  padding: 0;
}
.blog-side .blog ul li {
  list-style: none;
  padding: 0.5rem 0;
}
.blog-side .blog ul li a {
  color: #5B5B5B;
  text-decoration: none;
  font-size: 16px;
}
.blog-side .blog ul li a span {
  background-color: #dedede !important;
  width: 1.875rem;
}
.blog-side .blog ul li a:hover {
  color: #00AC75;
}

.related-post .sub-title {
  font-size: 18px;
  font-weight: 800;
  margin: 1.5rem 0;
}
.related-post .blog-card {
  border-radius: 0.5rem 0.5rem 0 0;
}
.related-post .blog-card .blog-img {
  height: auto;
  border-radius: 0.5rem 0.5rem 0 0;
}
.related-post .blog-card .blog-content h3 a {
  color: #3D3D3D;
  -webkit-line-clamp: 2 !important;
}
.related-post .blog-card .blog-content ul {
  flex-direction: column;
  align-items: flex-start;
}
.related-post .blog-card .blog-content ul li {
  padding: 0.25rem 0;
}

.career-section {
  background-color: #ffffff;
  background-size: cover;
  padding: 3.125rem 0;
}
.career-section .section-title span {
  color: #3D3D3D !important;
}

.career-card-wrap {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 1.25rem;
}
.career-card-wrap:last-child {
  border: none;
  margin-bottom: 0;
}
.career-card-wrap .title {
  font-size: 18px;
  font-weight: 800;
  color: #3D3D3D;
}
.career-card-wrap p {
  font-size: 16px;
  font-weight: 500;
  color: #5B5B5B;
}
.career-card-wrap .career-card {
  background-color: #ffffff;
  border: 1px solid #E1E1E1;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.25rem;
}
.career-card-wrap .career-card .title {
  align-items: center;
  gap: 0 0.625rem;
}
.career-card-wrap .career-card .title span {
  background-color: #eeeeee;
  font-size: 12px;
  padding: 0.3125rem 0.75rem;
  border-radius: 1.25rem;
  font-weight: 600;
  color: #5B5B5B;
  gap: 0 0.25rem;
}
.career-card-wrap .career-card .title span .dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #00AC75;
  display: block;
}
.career-card-wrap .career-card ul {
  padding: 0;
  margin: 0;
  gap: 0 0.625rem;
}
.career-card-wrap .career-card ul li {
  list-style: none;
  font-size: 14px;
  gap: 0 0.25rem;
}
.career-card-wrap .career-card ul li .icon {
  color: #00AC75;
  display: block;
}
.career-card-wrap .career-card ul li .icon svg {
  width: 0.875rem;
  height: 0.875rem;
}
.career-top-content {
  background-color: #f9f9f9;
}
.career-top-content .about-content .about-title h4 {
  margin: 0;
}
.career-top-content .about-content .about-title h2 {
  color: #3D3D3D !important;
  line-height: 110%;
}
.career-top-content .about-content .about-title h2 span {
  display: block;
  color: #3D3D3D !important;
}

.career-detail-page .about-content .about-title h4 {
  margin: 0;
}
.career-detail-page .about-content .about-title h2 {
  color: #3D3D3D !important;
  line-height: 110%;
  margin-bottom: 0.625rem;
}
.career-detail-page .about-content .about-title h2 span {
  display: block;
  color: #3D3D3D !important;
}
.career-detail-page .about-content .about-title p {
  font-weight: 700;
}
.career-detail-page .about-content .about-title ul li {
  padding: 0.5rem 0;
}
.career-detail-page .about-content .about-title ul li::before {
  display: none;
}

.paragraph-text {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 1.5rem 0;
  margin-bottom: 1.25rem;
}
.paragraph-text p {
  font-size: 16px;
  font-weight: 600;
  color: #5B5B5B;
  margin-bottom: 0;
}

.job-detail {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 1.25rem;
}
.job-detail h3 {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 800;
}
.job-detail .list {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.job-detail .list li {
  font-size: 16px;
  color: #5B5B5B;
  gap: 0 0.5rem;
  padding: 0.5rem 0;
}
.job-detail .list li:before {
  content: "";
  width: 1.125rem;
  height: 0.375rem;
  display: block;
  background: url(../img/svg/Arrow1.svg) no-repeat;
}

.career-footer p {
  font-size: 16px;
  color: #5B5B5B;
}
.career-footer p a {
  color: #00AC75;
  text-decoration: none;
}
.career-footer .share {
  gap: 0 0.5rem;
}
.career-footer .share li {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 700;
  list-style: none;
}
.career-footer .share li a {
  width: 1.5625rem;
  height: 1.5625rem;
  display: block;
}
.career-footer .share li a img {
  width: 100%;
  display: block;
}

.maillink {
  color: #00AC75;
  text-decoration: none;
}

.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: #00AC75;
}
.faq-section .accordion-item .accordion-body {
  padding: 0 25px 25px 25px;
  font-weight: 500;
  color: #212529;
  line-height: 160%;
  font-size: 16px;
}
.faq-section .accordion-item .accordion-body .list {
  padding: 0;
  margin: 0;
}
.faq-section .accordion-item .accordion-body .list li {
  position: relative;
  list-style: none;
  padding-left: 2.1875rem;
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 160%;
  color: #5B5B5B;
}
.faq-section .accordion-item .accordion-body .list li h4 {
  font-size: 18px;
  font-weight: 800;
  color: #3D3D3D;
}
.faq-section .accordion-item .accordion-body .list li p {
  font-size: 16px;
  line-height: 160%;
  color: #5B5B5B;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.faq-section .accordion-item .accordion-body .list li:before {
  content: "✓"; /* Unicode character for checkmark */
  font-family: FontAwesome;
  font-size: 12px !important;
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  z-index: 1;
}
.faq-section .accordion-item .accordion-body .list li:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #00AC75;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6%;
  left: 0;
  border-radius: 50%;
}

.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: #1F449B;
  text-decoration: none;
}
@media (max-width: 767px) {
  .extraDiv p span {
    display: inline;
  }
}

.image-with-text-wrap {
  padding: 5.625rem 0;
  background: url(../img/chef.html) 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: #1F449B;
}
.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 #1F449B;
  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 #1F449B; /* 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 #00AC75;
  background-color: #dffff5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 2.8125rem 0 0;
  margin-top: 0.3125rem;
}
.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 {
  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 .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: #1F449B;
  opacity: 1;
  border: none;
}
.future-student-section .student-detail .future-herosection .banner-detail .button-wrapper .btn.btn-white {
  background-color: #ffffff;
  color: #1F449B;
}
.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: #1F449B;
}
.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: #00AC75;
  color: #ffffff;
}

.isotope-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
}
.isotope-box .isotope-item {
  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 {
  width: 3.5rem;
  height: 3.5rem;
  color: #ffffff;
  background-color: #1F449B;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
.isotope-box .isotope-item .isotope-detail {
  height: 4rem;
}
.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;
  position: sticky;
}
.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: space-between;
  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: #1F449B;
  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: #1F449B;
  color: #ffffff;
  border: none;
}

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

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

.client-item {
  background-color: #ffffff;
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.5rem;
  padding: 1rem;
  width: 19.25rem;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.client-item .client-logo {
  margin-bottom: 0.5rem;
  margin: 0 auto 0.5rem auto;
  height: 6.25rem;
  width: 11.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.client-item .client-logo img {
  width: 85%;
  object-fit: cover;
  aspect-ratio: 4/2;
  object-fit: contain;
  display: block;
  margin: 0 auto 0.5rem auto;
}
.client-item .title {
  font-size: 16px;
  font-weight: 800;
}
.client-item p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.client-item p .client-info {
  gap: 0 0.3125rem;
}
.client-item p .client-info svg {
  width: 0.75rem;
  height: 0.75rem;
}
.client-item .client-type {
  font-size: 12px;
  background-color: #00AC75;
  padding: 0.3125rem 0.625rem;
  color: #ffffff;
  border-radius: 0 0.25rem 0.25rem 0;
  position: absolute;
  top: 8%;
  left: 0;
  gap: 0 0.3125rem;
}

.client-slider1 {
  flex-wrap: wrap;
  gap: 0 10px;
}
.client-slider1 .client-list-item {
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.client-slider1 .client-list-item .client-logo {
  margin: 0 auto;
  width: 11.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.client-slider1 .client-list-item .client-logo img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/2;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}
.client-slider1 .client-list-item .title {
  font-size: 16px;
  font-weight: 800;
  display: none;
}
.client-slider1 .client-list-item p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.client-slider1 .client-list-item p .client-info {
  gap: 0 0.3125rem;
}
.client-slider1 .client-list-item p .client-info svg {
  width: 0.75rem;
  height: 0.75rem;
}
.client-slider1 .client-list-item .client-type {
  font-size: 12px;
  background-color: #00AC75;
  padding: 0.3125rem 0.625rem;
  color: #ffffff;
  border-radius: 0 0.25rem 0.25rem 0;
  position: absolute;
  top: 8%;
  left: 0;
  gap: 0 0.3125rem;
}
@media (max-width: 599px) {
  .client-slider1 .client-list-item .client-logo {
    width: 10.5rem;
  }
}

.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: #00AC75;
}
.campus-content .nav-pills .nav-link:before {
  content: "";
  width: 0.25rem;
  height: 5.25rem;
  display: block;
  flex: 4px 0 0;
  background-color: #00AC75;
  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;
}

.enroll-section {
  padding: 0 0 50px 0;
}
.enroll-section .enroll-container {
  background-color: #f9f9f9;
  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 {
  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: #00AC75;
  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: 20px;
}
.enroll-section .enroll-container .btn {
  background-color: #00AC75;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  gap: 10px;
}
.enroll-section .enroll-container .btn svg {
  width: 15px;
}
.enroll-section .enroll-container .image {
  display: block;
  position: absolute;
  bottom: 0;
  left: -40px;
}
.enroll-section .enroll-container .enroll-content form .subcribe-form {
  background-color: #ffffff;
  position: relative;
  max-width: 37.5rem;
}
.enroll-section .enroll-container .enroll-content form .subcribe-form .form-control {
  height: 4.375rem;
  font-weight: 600;
}
.enroll-section .enroll-container .enroll-content form .subcribe-form .form-control::placeholder {
  color: #8f8f8f;
}
.enroll-section .enroll-container .enroll-content form .subcribe-form .btn {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0.625rem;
  botton: 0.3125rem;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .enroll-section .enroll-container .btn {
    position: relative;
    font-size: 0.875rem;
    height: 3.125rem;
    z-index: 1;
  }
}
@media (max-width: 599px) {
  .enroll-section .enroll-container .image {
    display: none;
  }
  .enroll-section .enroll-container p {
    font-size: 0.875rem;
  }
  .enroll-section .enroll-container .enroll-content form .subcribe-form {
    background-color: transparent;
    max-width: 100%;
  }
  .enroll-section .enroll-container .enroll-content form .subcribe-form .form-control {
    height: 3.125rem;
  }
  .enroll-section .enroll-container .enroll-content form .subcribe-form .btn {
    position: static;
    margin-top: 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;
}

/************************ Footer Css *************************/
/*Footer CSS*/
footer {
  background-color: #212529;
  padding: 50px 0 0 0;
  color: #ffffff;
}
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: #00AC75;
}
footer .footer-menu ul li .icon {
  width: 1.25rem;
  display: block;
}
footer .footer-menu ul li .icon img {
  width: 1.25rem;
  display: block;
}
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: #1F449B;
  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: #1F449B;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  outline: none;
}

.simplecontent-section {
  padding-bottom: 3.125rem;
}
.simplecontent-section .simple-title-section {
  background-color: #e6e6e6;
  padding: 3.125rem 0;
  text-align: center;
}
.simplecontent-section .simple-title-section h2 {
  margin: 0;
}
.simplecontent-section .simple-content {
  font-size: 16px;
  line-height: 160%;
}
.simplecontent-section .simple-content p a {
  color: #00AC75;
  text-decoration: none;
}
.simplecontent-section .simple-content .list {
  padding: 0;
  margin: 0;
}
.simplecontent-section .simple-content .list li {
  position: relative;
  list-style: none;
  padding-left: 2.1875rem;
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 160%;
  color: #5B5B5B;
}
.simplecontent-section .simple-content .list li h4 {
  font-size: 18px;
  font-weight: 800;
  color: #3D3D3D;
}
.simplecontent-section .simple-content .list li p {
  font-size: 16px;
  line-height: 160%;
  color: #5B5B5B;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.simplecontent-section .simple-content .list li:before {
  content: "✓"; /* Unicode character for checkmark */
  font-family: FontAwesome;
  font-size: 12px !important;
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  z-index: 1;
}
.simplecontent-section .simple-content .list li:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #00AC75;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6%;
  left: 0;
  border-radius: 50%;
}
.simplecontent-section .simple-content .list.tc-list li {
  align-items: self-start;
}
.simplecontent-section .simple-content .list.tc-list li:before {
  background-color: #00AC75;
  border-radius: 50%;
}
.simplecontent-section .simple-content .list.tc-list li:after {
  background: none;
}

.simple-title-section {
  background: #e6e6e6 !important;
  padding: 3.125rem 0;
  text-align: center;
}
.simple-title-section h2 {
  margin: 0;
  color: #212529 !important;
}
.simple-title-section:before {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

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

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

.btn-primary {
  background-color: #00AC75;
  color: #ffffff;
  border: none;
}

.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;
}

.section-title {
  margin-bottom: 3.75rem;
}
.section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #3D3D3D;
}
.section-title h2 span {
  display: block;
}
@media (max-width: 599px) {
  .section-title h2 {
    font-size: 28px;
  }
}
.section-title p {
  font-size: 18px;
  color: #5B5B5B;
  font-weight: 500;
}
.section-title p a {
  color: #00AC75;
  text-decoration: none;
}
.section-title p span {
  display: block;
}
.section-title.text-white h2,
.section-title.text-white p {
  color: #ffffff;
}
.section-title.text-white h2 span,
.section-title.text-white p span {
  display: block;
}
@media (max-width: 599px) {
  .section-title {
    margin-bottom: 1.875rem;
  }
}

.sticky-contact-btn {
  position: fixed;
  top: 50%;
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 2;
}
.sticky-contact-btn .btn {
  text-transform: uppercase;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 1.5rem 0.625rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.text-primary {
  color: #00AC75 !important;
}

.flex-start, .coming-soon, .solser-section .solution-tab .tab-content .tab-pane .list li, .solser-section .solution-tab .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body .list li, .list li, .team-wrapper, .contact-info .contact-card .contact-card-info .contact-inner-info p, .blog-card .blog-content .list li, .blog-card .blog-content .share, .blog-card .blog-content ul, .career-card-wrap .career-card .title, .career-card-wrap .career-card ul, .job-detail .list li, .career-footer .share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between, .top-header .top-right-header .social-wrapper, .solser-section .inner-wrap .title, .blog-card .link-wrap, .blog-side .blog ul li a, .career-card-wrap .career-card .card-bottom, .career-footer, .client-item .client-type, .client-slider1, .client-slider1 .client-list-item .client-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center, .coming-soon .social-links, .top-header .top-right-header .social-wrapper a, .efficiency .simple-card .icon, .solser-section .solution-tab .tab-content .tab-pane .button-wrapper .btn, .about-card .icon, .about-card .link-wrap .link, .blog-card .blog-content ul li a, .career-card-wrap .career-card .title span, .career-card-wrap .career-card ul li, .client-item p, .client-item p .client-info, .client-slider1 .client-list-item p, .client-slider1 .client-list-item p .client-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-item .page-link {
  color: #00AC75;
}

.text-ellipsis, .about-card p, .blog-card .blog-content p, .related-post .blog-card .blog-content h3 a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.coming-soon {
  padding: 6.25rem 0;
  text-align: center;
  height: 80vh;
  align-items: start;
  background: url(../img/coming-soon.jpg) no-repeat;
  background-size: 100%;
  background-position: top center;
}
.coming-soon h2 {
  font-size: 56px;
  font-weight: 900;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0.625rem;
  background: -webkit-linear-gradient(#00AC75, #1F449B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.coming-soon p {
  font-size: 18px;
}
.coming-soon .button-wrapper {
  margin-bottom: 1.25rem;
}
.coming-soon .button-wrapper .btn {
  gap: 0 10px;
  padding: 0.75rem 1.25rem;
}
.coming-soon .button-wrapper .btn svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
}
.coming-soon .social-links {
  gap: 10px;
}
.coming-soon .social-links a {
  width: 1.875rem;
  display: block;
}
.coming-soon .social-links a img {
  width: 100%;
  display: block;
}

.button-wrapper .btn svg {
  width: 0.75rem;
  height: 0.75rem;
  display: inline;
}

.pagination .page-item.active .page-link {
  background-color: #00AC75;
  color: #ffffff;
  border-color: #00AC75;
}

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