/*
Theme Name: Qeducato Child
Theme URI:https://wpdemo.zcubethemes.com/qeducato
Description: Qeducato - University and College WordPress Theme.
Text Domain: qeducato 
Author:       zcube
Author URI: https://themeforest.net/user/zcubedesign
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     qeducato
Version:      1.0

*/

/* Theme customization starts here
  -------------------------------------------------------------- */


.admin-bar .sticky-menu {
  position: fixed !important;
}

.logo {
  width: auto;
}

.service-details-one .services-box a {
  display: none;
}

.service-details-one .services-box p {
  margin-bottom: 0;
}

.about-text::after {
  background-color: #04d9b2;
}

.main-menu ul li {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .main-menu ul li {
    margin-left: 15px !important;
    font-size: 14px !important;
  }
}

.copy-text img {
  width: 80%;
  max-width: 260px;
}

.f-contact p {
  color: #333333 !important;
}
.ss-btn {
  color: #ffffff !important;
}
.copyright-wrap {
  color: #333333 !important;
}

#menu-our-links-1 a {
  color: #333333 !important;
  font-weight: 700;
}

.menu-area {
  padding: 25px 0;
}

.main-menu {
  margin-right: auto !important;
}

/* news single */

.recent-posts .img {
  width: 100%;
  background-position: center;
  max-height: 315px;
  height: calc(100vw / 4);
  background-repeat: no-repeat;
  background-size: cover;
}

.view-more-btn {
  background-color: #05f2f2;
  color: #333333;
  font-weight: 500;
}

.post-navigation a {
  color: #333333;
}

.post-navigation a h5 {
  color: #005959 !important;
}

.subscribe-container {
  background-image: url(https://hku-ccsg.demo.digiec.com/wp-content/uploads/2023/10/Rectangle-38-3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.subscribe-container-block {
  background-color: #ffffff;
}

.subscribe-container-block input {
  border: 1px #d9d9d9 solid;
}

.subscribe-container-block button {
  border: none;
  background-color: #05f2f2;
}

.underline {
  border-bottom: 3px #05f2f2 solid;
  width: 60px;
}


.people-container .under-line-white,
.people-container .under-line-green {
  width: 50px;
  height: 0px;
  border: 1px solid;
}

.people-container .under-line-white {
  border-color: #ffffff;
  margin-bottom: 16px;
}

.people-container .under-line-green {
  border-color: #04d9b2;
}

.people-container h3 {
  color: #005959;
}

.step-img img {
	margin-top: 0;
}

.elementor-button.elementor-button-link {
  background-color: #04d9b2;
  transition: 0.3s;
  padding: 20px 30px;
  color: #000000;
}

.elementor-button.elementor-button-link:hover {
  background-color: #005959;
  color: #ffffff;
}

.about-area.about-p .about-content.s-about-content .slider-btn {
  display: none;
}

.about-area .fadeInLeft, .about-area .fadeInRight {
  visibility: unset;
  animation-name: none;
  animation-duration: unset;
}

.hkuccsg-center-hightlight-section .article-block a i {
  margin-left: 10px;
}

.hkuccsg-center-hightlight-section .article-block p {
  margin-bottom: 0;
}

.under-line2::after {
  display: inline-block;
  content: " ";
  width: 50px;
  height: 1rem;
  border-bottom: 3px #05F2F2 solid;
}

#autoplayToggle {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: #005959;
  cursor: pointer;
  border: none;
}

.share-button-group {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.share-button-group .btn {
  background-color: #005959;
  border: #ffffff 2px solid;
  color: #ffffff;
}