/* 
* Do not edit style.css file because style.css is just a file rendered from style.scss. 
* if you want to edit, open the .scss files.
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  color: #000;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

@media (min-width: 1400px) {
  .container, .container-lg {
    max-width: 1520px;
  }
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #016D72;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #016D72;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.btn-pro {
  padding: 10px 16px 8px 16px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
}

.btn-pro-primary {
  color: #016D72 !important;
  background-color: #fff;
}

.btn-pro-secondary {
  color: #fff;
  background-color: #016D72;
}

.showHidePass {
  position: relative;
}

.btnShowHide {
  position: absolute;
  top: 40px;
  right: 3.5%;
}

/**
* form input
*/
form label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

label.error {
  color: red;
  margin-top: 5px;
}

input, textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 16px !important;
}
input:focus, textarea:focus {
  border-color: #47b2e4;
}

.text-right {
  text-align: right;
}

.hidden {
  display: none;
}

.swal2-container .swal2-show {
  border-radius: 16px;
}

.swal2-styled.swal2-confirm {
  background-color: #016D72 !important;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 8px !important;
}

.select2-container--bootstrap4 .select2-selection {
  box-shadow: none;
  font-size: 14px;
  border-radius: 16px !important;
}
.select2-container--bootstrap4 .select2-selection:focus {
  border-color: #47b2e4;
}

.select2-search--dropdown .select2-search__field {
  border-radius: 8px !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
  width: 20px;
  height: 20px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 30px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  font-size: 18px;
  color: #000;
}
@media (max-width: 1400px) {
  section {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  section {
    font-size: 16px;
    padding: 25px 0;
  }
  section .content h2 {
    font-size: 25px;
  }
}

.section-bg {
  background-color: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 125.977%;
}
@media (max-width: 1400px) {
  .section-title h2 {
    font-size: 32px;
  }
}
.section-title .hightlight {
  color: #016D72;
}
.section-title p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-title {
    padding-bottom: 0px;
  }
  .section-title h2 {
    font-size: 23px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
}
#header.header-scrolled, #header.header-inner-pages {
  background: rgba(1, 61, 63, 0.9);
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 70px;
}
@media (max-width: 1400px) {
  #header {
    padding: 10px 0 6px 0;
  }
  #header .logo img {
    max-height: 60px;
  }
}
@media (max-width: 768px) {
  #header {
    padding: 7px 0 5px 0;
  }
  #header .logo img {
    max-height: 50px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li .profile-photo img {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.navbar .account {
  display: none;
}
.navbar .name {
  text-transform: capitalize;
  font-weight: 600;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #47b2e4;
}
.navbar .btn-nav-register, .navbar .btn-nav-register:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}
.navbar .btn-nav-register:hover, .navbar .btn-nav-register:focus:hover {
  color: #fff;
  background: #31a9e1;
}
@media (max-width: 768px) {
  .navbar .btn-nav-register, .navbar .btn-nav-register:focus {
    border: none;
    background-color: #fff;
    margin: 0px !important;
  }
  .navbar .btn-nav-register:hover, .navbar .btn-nav-register:focus:hover {
    color: #016D72;
    background: none;
  }
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
  border-bottom: 1px solid #ddd;
}
.navbar .dropdown ul li.fullname {
  padding: 10px 20px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 61, 63, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  left: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 30%;
  padding: 30px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile ul li .account {
  display: block;
}
.navbar-mobile ul li .profile-photo {
  display: none;
}
.navbar-mobile ul li .account-dropdown {
  justify-content: flex-start;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 15px;
  font-size: 15px;
  color: #016D72;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .btn-nav-register, .navbar-mobile .btn-nav-register:focus {
  margin: 15px;
  color: #016D72;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: var(--Gradient, linear-gradient(93deg, #00C2B7 0%, #00676D 100%));
}
#hero .container {
  padding-top: 72px;
}
#hero h1 {
  margin: 0 0 10px 0;
  line-height: 70px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  #hero h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
#hero .job-info {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 560px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  #hero .job-info {
    font-size: 20px;
  }
}
#hero .name-wrap {
  margin-bottom: 20px;
}
#hero .name-wrap .name {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 45px;
  padding: 6px 24px 6px 16px;
  border-bottom: 1px solid #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(1, 189, 179, 0) 100%);
  margin-bottom: 20px;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}
#hero .btn-get-started:hover {
  background: #209dd8;
}
#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}
#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}
#hero .btn-watch-video:hover i {
  color: #47b2e4;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 25px;
    line-height: 32px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
  #hero .name-wrap .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 24px 6px 16px;
    margin-bottom: 20px;
  }
  #hero .job-info {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 90%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Intro video
--------------------------------------------------------------*/
.intro-video {
  padding: 50px 0;
  text-align: center;
}
.intro-video img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.intro-video img:hover {
  transform: scale(1.02);
  cursor: pointer;
}
@media (max-width: 768px) {
  .intro-video {
    padding: 30px 0 10px 0;
  }
}

/*--------------------------------------------------------------
# Course info
--------------------------------------------------------------*/
.course .content {
  border-radius: 16px;
  background: var(--Gradient, linear-gradient(93deg, #00C2B7 0%, #00676D 100%));
  padding: 50px;
}
.course .content h2 {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
}
.course .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.course .content .course-info {
  background-color: #fff;
  border-radius: 32px;
  padding: 24px;
}
.course .content .course-info .info {
  color: #000;
  font-size: 32px;
  padding-top: 20px;
}
@media (max-width: 1400px) {
  .course .content h2 {
    font-size: 42px;
  }
  .course .content .course-info .info {
    font-size: 22px;
    padding-top: 10px;
  }
  .course .content img {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .course .content {
    border-radius: 0px;
    padding: 20px 10px;
  }
  .course .content h2 {
    font-size: 25px;
    text-align: center;
  }
  .course .content .course-info {
    padding: 10px;
    align-items: center;
    border-radius: 16px;
  }
  .course .content .course-info .icon {
    text-align: center;
  }
  .course .content .course-info .icon img {
    max-width: 60%;
  }
  .course .content .course-info .info {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .course .content .course-info-col {
    padding: 5px;
  }
}

/*--------------------------------------------------------------
# Intro detail
--------------------------------------------------------------*/
.intro-detail .content {
  padding: 10px 10px 0 10px;
}
.intro-detail .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #016D72;
}
.intro-detail .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.intro-detail .content strong {
  color: #016D72;
  font-weight: 700;
}
.intro-detail .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 992px) {
  .intro-detail .img {
    min-height: 400px;
  }
  .intro-detail .content {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .intro-detail .content-wrap {
    flex-direction: column-reverse;
  }
  .intro-detail .content {
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .intro-detail .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content .section-title {
  padding-bottom: 0px;
}
.skills .content .section-title h2 {
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.skills .content .job-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.skills .content ul {
  list-style: disc;
  padding: 0;
}
.skills .content ul li {
  padding-bottom: 10px;
}
.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}
.skills .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .skills .content .job-title {
    font-size: 18px;
    font-weight: 700;
  }
}

/*--------------------------------------------------------------
# Customer reviews
--------------------------------------------------------------*/
.reviews .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}
.reviews .icon-box .icon {
  margin-bottom: 10px;
}
.reviews .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}
.reviews .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}
.reviews .icon-box h4 a {
  color: #016D72;
  transition: ease-in-out 0.3s;
}
.reviews .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.reviews .icon-box:hover {
  transform: translateY(-10px);
}
.reviews .icon-box:hover h4 a {
  color: #47b2e4;
}
.reviews .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.reviews .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}
.reviews .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news .section-title h2 {
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.news .view-all-wrap {
  display: flex;
  justify-content: right;
}
.news h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.news p {
  color: #fff;
}
.news .btn-show-all {
  border-radius: 12px;
  border: 1px solid #04C600;
  letter-spacing: 1px;
  transition: 0.5s;
  width: fit-content;
  display: flex;
  justify-content: right;
  align-items: center;
}
.news .btn-show-all:hover {
  color: #47b2e4;
}
.news .news-item img {
  border-radius: 12px;
  aspect-ratio: 16/9;
}
.news h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-top: 12px;
}
.news .published-date {
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .news h4 {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .news .btn-show-all {
    border: none;
    font-size: 14px !important;
    padding: 10px 0px 8px 16px !important;
  }
  .news h2 {
    font-size: 20px;
  }
  .news h4 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 5px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  padding: 12px 8px;
  background: #016D72;
  cursor: pointer;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 20px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #016D72;
  background: unset;
  border-bottom: 1px solid #000;
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .faq .faq-list a {
    font-size: 18px;
    font-weight: 500;
    padding: 6px 20px 6px 8px;
  }
  .faq .faq-list p {
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: 400;
  }
}

/*--------------------------------------------------------------
# Intro detail
--------------------------------------------------------------*/
.account-info .content {
  padding: 10px 10px 0 10px;
}
.account-info .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #016D72;
}
.account-info .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.account-info .content strong {
  color: #016D72;
  font-weight: 700;
}
.account-info .content .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.account-info .content .nav-tabs .nav-link.active {
  border-color: #016D72;
  border-radius: 6px 6px 0px 0px;
  color: #fff;
  background-color: #016D72;
}
.account-info .content .btnShowHide {
  top: 7px;
  right: 3%;
}
.account-info .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 992px) {
  .account-info .img {
    min-height: 400px;
  }
  .account-info .content {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .account-info .content {
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .account-info .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: var(--Gradient, linear-gradient(93deg, #00C2B7 0%, #00676D 100%));
  min-height: 40px;
  margin-top: 85px;
  color: #fff;
}
.breadcrumbs .breadcrumbs-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 0 30px 0px;
}
@media (max-width: 1400px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
}
.breadcrumbs ol a {
  color: #fff;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #019da5;
  content: "/";
  color: #fff;
}
@media (max-width: 768px) {
  .breadcrumbs ol {
    display: none;
  }
}

.news-sidebar-block .block-title h2 {
  font-size: 28px;
  padding-left: 2rem;
}
.news-sidebar-block ul {
  list-style-type: none;
}
.news-sidebar-block ul li {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
.news-sidebar-block ul li .news-info-wrap {
  padding-left: 10px;
}
.news-sidebar-block ul li .news-info-wrap h3 {
  margin-bottom: 0px;
}
.news-sidebar-block ul li .news-info-wrap .title-news a {
  font-size: 24px;
  color: #016D72 !important;
}
.news-sidebar-block ul li .news-info-wrap .news-date {
  font-size: 15px;
  color: #555;
}
.news-sidebar-block img {
  width: 100%;
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 16px;
}
@media (max-width: 1400px) {
  .news-sidebar-block ul li .news-info-wrap h3 {
    margin-bottom: 0px;
    line-height: 0.8;
  }
  .news-sidebar-block ul li .news-info-wrap .title-news a {
    font-size: 18px;
  }
  .news-sidebar-block ul li .news-info-wrap .news-date {
    font-size: 14px;
  }
  .news-sidebar-block img {
    width: 80px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .news-sidebar-block {
    margin-top: 30px;
  }
  .news-sidebar-block ul {
    padding-left: 0px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 16px;
  background: var(--Gradient, linear-gradient(93deg, #00C2B7 0%, #00676D 100%));
  color: #fff;
}
#footer .footer-top {
  padding: 60px 0 50px 0;
}
#footer .footer-top .footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
#footer .footer-top .footer-contact img {
  max-width: 260px;
  margin-bottom: 20px;
}
#footer .footer-top h4 {
  position: relative;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.3;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}
#footer .footer-top .social h4 {
  font-size: 20px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #209dd8;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  margin-top: 8px;
}
#footer .footer-top .social-links a:hover {
  background: #197dac;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1400px) {
  #footer .footer-top h4 {
    font-size: 20px;
  }
  #footer .footer-top .social h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #footer .footer-top {
    padding: 25px 0 30px 0;
  }
  #footer .footer-top .footer-contact {
    text-align: center;
  }
  #footer .footer-top .footer-contact h3 {
    font-size: 21px;
    line-height: 24px;
  }
  #footer .footer-top h4 {
    padding-bottom: 5px;
    font-size: 20px;
  }
  #footer .footer-top .footer-links ul i {
    font-size: 16px;
  }
  #footer .footer-top .social {
    text-align: center;
  }
  #footer .footer-top .social h4 {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# All Modal
--------------------------------------------------------------*/
.modal-lg {
  max-width: 570px;
}
@media (max-width: 1400px) {
  .modal-lg {
    max-width: 470px;
  }
}

.modal-header {
  align-items: flex-start;
  border-bottom: unset;
}

.modal-content {
  border-radius: 16px;
}

.modal-header h1 {
  width: 100%;
  text-align: center;
  color: #016D72;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 75px;
}

form .btn-wrap {
  margin-top: 20px;
}

form .btn-submit {
  padding: 11px 32px;
  border-radius: 12px;
  background: #016D72;
  min-width: 230px;
}
form .btn-submit:hover {
  background-color: #019da5;
}
form .btn-submit:disabled {
  background-color: #019da5;
}

.wtform input {
  border-radius: 9.39px;
  background: #E8F0FD;
  height: 53px;
}
@media (max-width: 768px) {
  .wtform input {
    border-radius: 8px;
    height: 48px;
  }
  .wtform .btn-wrap {
    margin-top: 5px;
  }
  .wtform .col-md-12 {
    margin-top: 0.8rem;
  }
}

.promodal .modal-header {
  padding-bottom: 0px;
}
.promodal .modal-body {
  padding-top: 0;
}
.promodal .modal-header h1 {
  width: 100%;
  text-align: center;
  color: #016D72;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 75px;
  margin-top: 10px;
}
.promodal form {
  padding: 0px 20px;
}
.promodal .txtname-wrap {
  margin-top: 0px;
}
.promodal .btn-submit {
  margin: 0px 20px;
}
.promodal .btn-submit:hover {
  background-color: #019da5;
}
.promodal .btnShowHide {
  font-size: 20px;
  top: 50%;
}
@media (max-width: 768px) {
  .promodal form {
    padding: 0px 5px;
  }
}

.a-md {
  color: #016D72;
  font-size: 15px;
  font-weight: 700;
}

.a-lg {
  color: #016D72;
  font-size: 18px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Register Modal
--------------------------------------------------------------*/
.register-modal form {
  padding: 0px 10px;
}

/*--------------------------------------------------------------
# Login Modal
--------------------------------------------------------------*/
.login-separater span {
  position: relative;
  top: 26px;
  margin-top: -10px;
  background-color: #fff;
  padding: 5px;
  z-index: 1;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/*--------------------------------------------------------------
# Activate Course Modal
--------------------------------------------------------------*/
.activate-modal .modal-header {
  padding-bottom: 10px;
}
.activate-modal .modal-body {
  padding-top: 10;
}
.activate-modal .modal-header h1 {
  width: 100%;
  text-align: center;
  color: #016D72;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 75px;
  margin-top: 10px;
}
.activate-modal form {
  padding: 10px 20px;
}
.activate-modal .txtname-wrap {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
.activate-modal .btn-submit {
  margin: 0px 20px;
}
.activate-modal .btn-submit:hover {
  background-color: #019da5;
}
.activate-modal label.error {
  text-align: center;
}

@media (max-width: 768px) {
  .modal-header h1, .promodal .modal-header h1 {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 55px !important;
  }
  .login-separater {
    margin-bottom: 40px !important;
  }
}

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