/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #0ac0c1;
  --color2: #1ad5d6;
  --color3: #151515;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
label {
  width: 100%;
}

/* home banner css start */

.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: var(--color1);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider span:hover {
  background-color: var(--color2);
}

.arrow-control-slider .control-prev {
  border-radius: 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 9;
  width: 100%;
}

.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner .carousel-indicator {
  display: flex;
}
.hero-banner .carousel-indicator span {
  color: #fff;
}
.hero-banner .carousel-indicator button {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  margin-right: 8px;
}
.hero-banner .carousel-indicator button .budge {
  background: #eee !important;
  opacity: 1 !important;
  padding: 3px 15px 3px 15px !important;
  border: 0 !important;
  border-radius: 0;
  width: 30px !important;
  height: 10px !important;
  display: inline-block;
}
.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}
.hero-banner .carousel-indicator button .number {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner .carousel-indicator button.active .number {
  color: var(--color1) !important;
}

ul.sub-menu {
  padding: 10px 0;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  color: var(--color1) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 500 15px / 20px DM Sans !important;
  letter-spacing: 0px;
  color: #151515 !important;
  background: transparent !important;
  border: 0px !important;
  border-radius: 0px;
  text-decoration: none !important;
  padding: 3px 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.pagination-style-one .page-numbers i {
  color: #0ac0c1;
  font-size: 21px;
}
/* pagination style one css start  */

/* Blog css start */

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.blog-post-card .blog-image-wrapper {
  position: relative;
}

.blog-post-card .blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.blog-post-card .blog-category-badge {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #54bbf2;
  border-radius: 100px;
  font: normal normal 500 13px / 13px DM Sans;
  letter-spacing: 0px;
  color: #54bbf2;
  padding: 5px 15px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-post-card .blog-content {
  padding-top: 18px !important;
}

.blog-post-card .blog-content h2 {
  margin: 0;
  font: normal normal bold 15px / 23px DM Sans;
  letter-spacing: 0px;
  color: #151515;
}
.blog-post-card:hover .blog-content h2 {
  text-decoration: underline !important;
}
.blog-post-card .blog-content p {
  margin-top: 10px;
  font: normal normal normal 13px / 18px DM Sans;
  letter-spacing: 0px;
  color: #151515;
}
.post-featured {
  text-decoration: none;
}
.post-featured .featured {
  background: #54bbf2 0% 0% no-repeat padding-box;
  border-radius: 100px;
  font: normal normal 500 10px / 13px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 6px 20px;
}
.featured-image-wrapper img {
  border-radius: 40px;
}

.post-featured .date {
  font: normal normal normal 13px / 20px DM Sans;
  letter-spacing: 0px;
  color: #909090;
}

.post-featured .content-wrap h2 {
  font: normal normal 600 35px / 45px DM Sans;
  letter-spacing: -0.7px;
  color: #151515;
}
.post-featured:hover .content-wrap h2 {
  text-decoration: underline !important;
}
.post-featured .content-wrap p {
  font: normal normal normal 15px / 23px DM Sans;
  letter-spacing: 0px;
  color: #151515;
}
.hfe-search-form__container .hfe-search-form__input {
  border: 0 !important;
  border-radius: 0 !important;
  font: normal normal normal 16px / 20px DM Sans !important;
}
.hfe-search-form__container .hfe-search-form__input {
  border: 0 !important;
  border-radius: 0 !important;
  font: normal normal normal 16px / 20px DM Sans !important;
}
.hfe-search-form__container .hfe-search-submit,
.hfe-search-form__container .hfe-search-submit:focus,
.hfe-search-form__container .hfe-search-submit:hover,
.hfe-search-form__container .hfe-search-submit:focus-visible {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
form.hfe-search-button-wrapper {
  margin-top: -18px;
}
button#clear-with-button {
  border: 0 !important;
  border-radius: 0 !important;
}
.fa-search:before {
  content: "\e851" !important;
  font-family: "eicons" !important;
  font-style: normal !important;
  font-weight: bold !important;
}
.fa-times:before {
  content: "\e87f" !important;
  font-family: "eicons" !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.sub-menu .menu-item:hover a {
  text-decoration: underline !important;
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #292c2d !important;
  color: #fff !important;
}

h3.cat-color {
  font: normal normal bold 30px / 38px DM Sans;
  letter-spacing: -0.6px;
  color: #151515;
  margin-top: 0;
}

.article-detail {
  padding: 70px 0;
  background-image: url(https://websentials.com.sg/academy/wp-content/uploads/2026/04/homebg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.blog-post-detail h2 {
  font: normal normal 600 45px / 57px DM Sans;
  letter-spacing: -0.9px;
  color: #151515;
  margin-top: 0;
}
a.back-btn {
  font: normal normal normal 15px / 20px DM Sans;
  letter-spacing: 0px;
  color: #0ac0c1;
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
}
a.back-btn i {
  font-size: 21px;
}

.blog-post-detail .blog-content h1,
.blog-post-detail .blog-content h2,
.blog-post-detail .blog-content h3,
.blog-post-detail .blog-content h4,
.blog-post-detail .blog-content h5,
.blog-post-detail .blog-content h6 {
  font: normal normal bold 25px / 23px DM Sans;
  letter-spacing: 0px;
  color: #151515;
}

.blog-post-detail .blog-image-wrapper img {
  border-radius: 40px;
}
.blog-post-detail .date {
  font: normal normal normal 15px / 20px DM Sans;
  letter-spacing: 0px;
  color: #909090;
}

.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 17px;
}
.recent-post:last-child {
  border: 0;
}

.recent-post img {
  width: 70px;
  border-radius: 10px;
  display: block;
}

.recent-post a {
  font: normal normal bold 15px / 18px DM Sans;
  letter-spacing: 0px;
  color: #151515 !important;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-post:hover a {
  text-decoration: underline !important;
}

.recent-date {
  font: normal normal normal 13px/20px DM Sans;
  letter-spacing: 0px;
  color: #909090;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* instructors css start */
.instructors-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 30px;
  display: block;
  padding: 25px;
  text-decoration: none !important;
}
.instructors-one .instructors-img img {
  width: 170px;
  margin: auto;
}

.instructors-one .title {
  font: normal normal bold 20px / 20px DM Sans;
  letter-spacing: 0px;
  color: #151515 !important;
}
.instructors-one p {
  font: normal normal normal 13px / 18px DM Sans;
  letter-spacing: 0px;
  color: #151515 !important;
}
.model-instructor .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 50px;
  padding: 30px;
}

.model-instructor .modal-content .title {
  font: normal normal 600 35px / 45px DM Sans;
  letter-spacing: -0.7px;
  margin-top: 0 !important;
  color: #151515;
}
.model-instructor .modal-content h4 {
  font: normal normal bold 15px / 23px DM Sans;
  letter-spacing: 0px;
  color: #0ac0c1;
  margin-bottom: 5px;
  margin-top: 20px;
}
.model-instructor .instructors-img img {
  border-radius: 100%;
}

.model-instructor .modal-content ul {
  padding-left: 15px;
}
.model-instructor button.btn-close,
.model-instructor button.btn-close:focus,
.model-instructor button.btn-close:focus-visible,
.model-instructor button.btn-close:hover {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  position: absolute !important;
  right: -45px !important;
  top: 10px !important;
  filter: invert(1) !important;
  opacity: 1 !important;
  width: 45px !important;
}

/* instructors css end */

/* testimonials box one  css start */
.testimonials-slider-one .item {
  padding-left: 8px;
  padding-right: 8px;
}

.testimonials-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonials-box-one .read-more {
  font: normal normal normal 12px / 16px DM Sans;
  letter-spacing: 0px;
  color: #54bbf2 !important;
  text-decoration: none;
  cursor: pointer;
}
.df-img {
  display: flex;
  gap: 10px;
}
.df-img .img-box-ts {
  width: 72px;
  height: 78px;
  display: flex;
  justify-content: center;
  background: #fff;
}
.df-img .img-box-ts img {
  object-fit: contain;
}
.testimonials-box-one {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  text-align: start;
  height: 320px;
  position: relative;
}

.rating {
  font: normal normal bold 18px / 24px DM Sans;
  letter-spacing: 0.9px;
  color: #ffd445;
}

.testimonials-box-one .top-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.testimonials-box-one .img-wrap img {
  width: 40px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title {
  font: normal normal bold 15px / 20px DM Sans;
  letter-spacing: 0px;
  color: #151515;
  margin: 0;
}

.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}

.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font: normal normal normal 13px / 18px DM Sans;
  letter-spacing: 0px;
  color: #151515;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px DM Sans;
  letter-spacing: 0px;
  color: #292c2d !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px DM Sans;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px DM Sans;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 40px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.testimonial-text-full {
  font: normal normal normal 13px / 18px DM Sans;
  letter-spacing: 0px;
  color: #151515;
}

.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px DM Sans;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 98%;
  transform: translateY(-100%);
  background: #0ac0c1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
}
.arrowbtn:hover {
  background: var(--color2);
  color: #fff;
}
.left-btn {
  right: 65px;
}
.right-btn {
  right: 0;
}
.arrowbtn.slick-disabled {
  opacity: 0.2;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px DM Sans;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.other-box-one:hover .img-wrap img {
  transform: scale(1.05);
}
.other-box-one .content-box .date {
  font: normal normal 600 13px / 18px DM Sans;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px DM Sans;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 10px;
}
/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  margin-bottom: 20px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal 500 16px / 22px DM Sans;
  letter-spacing: 0px;
  color: #292c2d;
  padding: 7px 30px;
  text-decoration: none;
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border-radius: 100px;
}
ul#project-filter-list li .cats:hover {
  color: var(--color4);
  background: #0ac0c1;
}
ul#project-filter-list li .cats.active {
  color: var(--color4);
  background: #0ac0c1;
}

/* filter css end */

.studentwork-one {
  text-decoration: none !important;
  position: relative;
}
.studentwork-one .title {
  font: normal normal bold 15px / 23px DM Sans;
  letter-spacing: 0px;
  color: #151515;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 7px;
}
.studentwork-one .studentwork-img {
  height: 350px;
  overflow: hidden;
  transition: all 0.4s ease;
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border-radius: 12px;
  display: flex;
  justify-content: center;
}
.studentwork-one .studentwork-img img {
  max-width: 100%;
  display: flex;
  align-items: center;
  object-fit: contain;
  transition: all 0.4s ease;
}
.studentwork-one:hover .studentwork-img img {
  transform: scale(1.05);
}
.studentwork-one .name {
  font: normal normal normal 13px / 20px DM Sans;
  letter-spacing: 0px;
  color: #909090;
}



.studentwork-one .category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #54bbf2;
  padding: 5px 12px;
  border-radius: 30px;
  text-transform: capitalize;
  font: normal normal 500 10px / 13px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
  z-index: 1;
}

.work-model .title {
  font: normal normal bold 15px / 23px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 25px !important;
}
.work-model .studentwork-img {
    height: 500px;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.work-model .studentwork-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
/* .work-model .studentwork-img img {
  max-width: 100%;
  object-fit: contain;
} */

.work-model .name {
  font: normal normal normal 13px / 20px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
}
.model-word button.btn-close,
.model-word button.btn-close:hover,
.model-word button.btn-close:focus,
.model-word button.btn-close:focus-visible {
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  position: absolute;
  right: -60px;
  filter: invert(1);
  z-index: 2;
  opacity: 1;
  top: 0;
  padding: 0;
  width: 40px;
  height: 25px;
}

/* student wrok css end  */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:before {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%)
    0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.portfolio-info .title {
  font: normal normal normal 28px / 35px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px DM Sans !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}
.btn-normal:hover {
  color: var(--color1) !important;
}
.btn-normal:hover svg {
  fill: var(--color1) !important;
  transform: translateX(10px);
}
/* portfolio css end  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px DM Sans;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}
.container-max {
  max-width: 1092px !important;
}
.success-stories-main h2 {
  font: normal normal 600 35px / 42px DM Sans;
  letter-spacing: -0.7px;
  color: #151515;
  margin-bottom: 5px;
}
.success-stories-main .designation {
  font: normal normal normal 13px / 23px DM Sans;
  letter-spacing: 0px;
  color: #909090;
}
.success-stories-main .featured-image-wrapper img {
  border-radius: 40px;
}
.success-stories-main .featured-image-wrapper video {
  border-radius: 40px;
  height: auto;
  object-fit: contain;
}
.success-stories-slider {
  position: relative;
}
.success-stories-slider:before {
  content: "”";
  font: normal normal normal 500px / 365px Arial Black;
  letter-spacing: 0px;
  color: #ecfafa;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.success-stories-slider .slick-active .content-wrap {
  animation: contentSlide 1s ease;
}
@keyframes contentSlide {
  from {
    opacity: 0;
    transform: translateX(200px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.success-stories-slider .arrowbtn {
  position: absolute;
	top: 106%;
}

.elementor-lightbox .swiper .elementor-swiper-button-prev {
	 left: 10px !important;
    width: 50px;
    height: 50px;
}
.elementor-lightbox .swiper .elementor-swiper-button-next {
	 right: 10px !important;
    width: 50px;
    height: 50px;
}

.approach-heading .elementor-heading-title span {
  color: #0ac0c1;
}

.top-sticky {
  position: sticky;
  top: 0;
}
.top-sticky-two {
  position: sticky;
  top: 90px;
}
.df-img .img-box-ts {
  width: 72px;
  height: 78px;
}

.name {
  font: normal normal normal 13px / 20px DM Sans;
  letter-spacing: 0px;
  color: #909090;
}

span.wpcf7-spinner {
  position: absolute;
  bottom: 0;
}
.captcha .cf7sr-g-recaptcha {
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  transform-origin: top left;
  -webkit-transform-origin: top left;
}
.captcha p:first-child {
  display: none;
}
.wpcf7-list-item {
  margin: 0 0 0 0em !important;
}

input[type="checkbox"] {
  accent-color: #eaeaea !important;
  border: 1px solid #eaeaea !important;
  border-radius: 0 !important;
  appearance: none;
  padding: 0 !important;
  width: 14px;
  height: 13px;
  margin-right: 3px;
}
input[type="checkbox"]:checked::after {
  content: "\e90e";
  font-family: "eicons";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 12px;
}
span.star-validate {
  color: #e20000;
}
select.wpcf7-form-control.wpcf7-select {
  font-family: "DM Sans", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: var(--e-global-color-text);
  accent-color: var(--e-global-color-text);
  background-color: var(--e-global-color-bb9ab96);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eaeaea;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 20px 10px 20px;
}

.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  content: "" !important;
  position: absolute;
  background: #0ac0c1;
  transition: all 0.4s ease;
  width: 8px;
  height: 2px;
  top: 23px;
  right: 10px;
  transform: translate(0%, 0%);
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:after {
  content: "" !important;
  position: absolute;
  background: #0ac0c1;
  top: 20px;
  right: 13px;
  width: 2px;
  height: 8px;
  transition: all 0.4s ease;
}
.hfe-submenu-icon-plus
  .hfe-nav-menu
  .parent-has-child:hover
  .sub-arrow
  i:after {
  content: "" !important;
  transform: rotate(-90deg);
}
.sub-menu {
  left: -50px !important;
}
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
  border: 0 !important;
}

.cnt-wrap h3.elementor-icon-box-title {
  margin-top: 0;
}
.box-cource h3.elementor-icon-box-title {
  margin-top: 0;
}
.tabs-custom .e-n-tabs-heading {
  padding: 10px;
  background: #f8f8f8;
  display: inline-flex !important;
  flex-wrap: wrap !important;
  border-radius: 50px;
  max-width: fit-content;
}

.text-decor-none a {
  text-decoration: none !important;
}
.wsq-courses .e-n-accordion-item {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0 !important;
}
.wsq-courses .e-n-accordion-item:first-child {
  padding-top: 0 !important;
}

.wsq-courses {
  height: 550px !important;
}

.elementor-swiper-button {
  background-color: #0ac0c1;
  padding: 15px;
  border-radius: 50px;
}
.wsq-courses span.e-n-accordion-item-title-icon {
  width: 40px;
  height: 40px;
  background-color: #ecfafa;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

.courcesslider
  .elementor-widget-container
  .htslider-arrow-3.slick-slider.htslider-postslider-area
  button.htslider-carosul-prev.slick-arrow {
  bottom: 5% !important;
  left: 380px !important;
}
.tooltip-wrap .elementor-icon-box-content {
  margin: 0;
  position: absolute;
  top: -30px;
  width: 60px !important;
  left: -2px;
  background-color: #151515;
  padding: 5px 5px;
  border-radius: 7px;
  transition: all 0.4s ease;
}
.tooltip-wrap:hover .elementor-icon-box-content {
  transform: translatey(-10px);
}
.tooltip-wrap .elementor-icon-box-title {
  margin: 0;
}
.tooltip-wrap .elementor-icon-box-content:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  top: 19px;
  transform: rotate(180deg);
  left: 23px;
  margin: auto;
}
.bg-blur-4 {
  backdrop-filter: blur(30px);
}
.header-top-bar {
  overflow: hidden;
}
.header-top-bar .two {
  transform: translateY(-45px);
  position: absolute;
}
.header-top-bar:hover .one {
  transform: translateY(45px);
}
.header-top-bar:hover .two {
  display: flex;
  transform: translateY(0px);
}
.hfe-nav-menu-icon {
  padding: 0 !important;
}

.wpdevart_org_chart_container li .wpda_tree_item_container > div {
  border: 0px !important;
  padding: 10px 20px !important;
  background-color: #e6f7ff !important;
  letter-spacing: 0px !important;
  color: #54bbf2 !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center !important;
}
.wpda_tree_item_title,
.wpda_tree_item_desc {
  white-space: normal;
  word-break: normal;
}
[data-children="2"] #wpda_item_container_1 div {
  background: #0ac0c1 !important;
  color: #fff !important;
}

[data-children="5"] #wpda_item_container_2 div,
[data-children="3"] #wpda_item_container_14 div {
  background: #54bbf2 !important;
  color: #fff !important;
}

#wpda_item_container_20 .wpda_tree_item_title,
#wpda_item_container_19 .wpda_tree_item_title,
#wpda_item_container_15 .wpda_tree_item_title,
#wpda_item_container_12 .wpda_tree_item_title,
#wpda_item_container_10 .wpda_tree_item_title,
#wpda_item_container_6 .wpda_tree_item_title,
#wpda_item_container_4 .wpda_tree_item_title,
#wpda_item_container_3 .wpda_tree_item_title {
  color: #54bbf2 !important;
}

.instructors-page .content-box p {
  min-height: 90px !important;
}
.page-id-18 .elementor-slideshow__title {
  display: none !important;
}

.sticky-icon-list .elementor-icon-list-item a {
  text-decoration: none !important;
}

.sticky-icon-list .elementor-icon-list-text {
  text-decoration: none !important;
}

.sticky-icon-list .elementor-icon-list-text:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 5px !important;
  text-underline-offset: 27px !important;
}

.featured-image-wrapper.video-slide {
  position: relative;
}

.featured-image-wrapper.video-slide video,
.featured-image-wrapper.video-slide img {
  width: 100%;
  display: block;
}

.featured-image-wrapper.video-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: url("https://websentials.com.sg/academy/wp-content/uploads/2026/05/icon-videoplay.svg")
    center center no-repeat;
  background-size: 80px !important;
  border-radius: 50%;
  z-index: 99;
  pointer-events: none;
}
.featured-image-wrapper.video-slide.playing::after {
    display: none;
}

.scroll-fix {
  scroll-margin-top: 100px;
}

.box-three .elementor-icon-box-icon {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 2 !important;
}

label.checkboxcnt {
  display: flex;
  align-items: start;
}

.home-courses-main .content-wrap {
  background: #ecfafa 0% 0% no-repeat padding-box;
  border-radius: 40px;
  padding: 50px;
  gap: 20px;
  height: 100%;
}

.home-courses-main .sub-title {
  font-family: "DM Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0ac0c1;
  margin-bottom: 40px;
}
.home-courses-main h2 {
  font-family: "DM Sans", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.7px;
  color: var(--e-global-color-text);
  margin-bottom: 20px;
}
a.elementor-button.theme-btn-custom {
  text-decoration: none;
}
.home-courses-slider .slick-active .featured-image-wrapper {
  animation: contentSlide 1s ease;
}
.gx-20 {
  --bs-gutter-x: 20px;
}

.left-btn-courses {
  left: 25%;
  background: #fff;
  top: 95%;
  color: #0ac0c1;
}
.right-btn-courses {
  left: 30%;
  top: 95%;
  background: #fff;
  color: #0ac0c1;
}

.left-btn-courses:hover,
.right-btn-courses:hover {
  background: #fff;
  color: #0ac0c1;
}

@media (min-width: 767px) {
  .col-md-38 {
    width: 38% !important;
    flex: 0 0 auto;
  }
  .col-md-62 {
    width: 62% !important;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .box-three .elementor-icon-box-icon {
    display: inline-block;
    flex: 0 0 auto;
    line-height: 2 !important;
  }

  ul#project-filter-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }

  .scroll-fix {
    scroll-margin-top: 160px;
  }

  ul#project-filter-list li .cats {
    font: normal normal 500 14px / 22px DM Sans;
  }
  ul#project-filter-list li .cats {
    padding: 4px 11px;
    margin-bottom: 8px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .captcha {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .captcha .cf7sr-g-recaptcha {
    transform: scale(0.7);
    transform-origin: center;
  }

  .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 2px;
  }

  .wpcf7-checkbox .wpcf7-list-item input {
    margin-top: 6px;
    flex: 0 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .animated-wrapper-approach .animated-box {
    transition: 0.8s ease all;
  }

  /* Initial State */

  .animated-wrapper-approach .animated-box1 {
    transform: translate(110px, 130px);
    opacity: 0;
  }
  .animated-wrapper-approach.active .animated-box1 {
    transform: rotate(-10deg);
    opacity: 1;
  }

  .animated-wrapper-approach .animated-box2 {
    transform: translate(80px, 130px);
    opacity: 0;
  }
  .animated-wrapper-approach.active .animated-box2 {
    transform: rotate(12deg) translate(-10px, -100px);
    opacity: 1;
  }

  .animated-wrapper-approach .animated-box3 {
    transform: translate(0px, 130px);
    opacity: 0;
  }
  .animated-wrapper-approach.active .animated-box3 {
    transform: rotate(-28deg) translateY(-15px);
    opacity: 1;
  }

  .animated-wrapper-approach .animated-box4 {
    transform: translate(-10px, 130px);
    opacity: 0;
  }
  .animated-wrapper-approach.active .animated-box4 {
    transform: rotate(0deg) translate(-20px, -105px);
    opacity: 1;
  }

  .animated-wrapper-approach .animated-box5 {
    transform: translate(-50px, 130px);
    opacity: 0;
  }
  .animated-wrapper-approach.active .animated-box5 {
    transform: rotate(-12deg) translate(-70px, -10px);
    opacity: 1;
  }

  .animated-wrapper-approach .animated-box6 {
    transform: translate(-100px, 130px);
    opacity: 0;
  }
  .animated-wrapper-approach.active .animated-box6 {
    transform: rotate(10deg) translate(-50px, 30px);
    opacity: 1;
  }

  .animated-wrapper-approach .animated-box7 {
    transform: translate(150px, -130px);
    opacity: 0;
    width: 190px;
  }
  .animated-wrapper-approach.active .animated-box7 {
    transform: rotate(10deg) translate(20px, 0px);
    opacity: 1;
  }

  .animated-wrapper-approach .animated-box8 {
    transform: translate(120px, -130px);
    opacity: 0;
    width: 150px;
  }
  .animated-wrapper-approach.active .animated-box8 {
    transform: rotate(-10deg) translate(0px, 70px);
    opacity: 1;
  }

  .animated-wrapper-approach .animated-box9 {
    transform: translate(10px, -130px);
    width: 190px;
    opacity: 0;
  }
  .animated-wrapper-approach.active .animated-box9 {
    transform: rotate(10deg) translate(10px, 20px);
    opacity: 1;
  }

  .animated-wrapper-approach .animated-box10 {
    transform: translate(-20px, -130px);
    opacity: 0;
    width: 170px;
  }
  .animated-wrapper-approach.active .animated-box10 {
    transform: rotate(-5deg) translate(10px, 0px);
    opacity: 1;
  }

  .animated-wrapper-approach .animated-box11 {
    transform: translate(-30px, -130px);
    opacity: 0;
    width: 170px;
  }
  .animated-wrapper-approach.active .animated-box11 {
    transform: rotate(10deg) translate(10px, 20px);
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  h3.cat-color {
    font-size: 18px !important;
  }
  .elementor-swiper-button {
    padding: 8px;
  }
  a.back-btn {
    margin-bottom: 10px;
  }
  .blog-post-detail h2 {
    font: normal normal 600 24px / 30px DM Sans;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }
  .blog-post-detail .blog-content h1,
  .blog-post-detail .blog-content h2,
  .blog-post-detail .blog-content h3,
  .blog-post-detail .blog-content h4,
  .blog-post-detail .blog-content h5,
  .blog-post-detail .blog-content h6 {
    font: normal normal bold 18px / 23px DM Sans;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    top: 105%;
    height: 30px;
    font-size: 16px;
  }
  .left-btn-courses {
    top: 95%;
    top: 95%;
    right: 70px !important;
    left: auto;
  }
  .right-btn-courses {
    top: 95%;
    right: 30px !important;
    left: auto;
  }

  .left-btn {
    right: 40px;
  }

  .home-courses-main h2 {
    font-size: 21px;
}


  ul#project-filter-list li .cats {
    padding: 4px 14px;
    margin-bottom: 8px;
    display: inline-block;
  }
  ul#project-filter-list li {
    margin: 0 5px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .model-instructor button.btn-close,
  .model-instructor button.btn-close:focus,
  .model-instructor button.btn-close:focus-visible,
  .model-instructor button.btn-close:hover {
    right: 0px !important;
    top: 15px !important;
    filter: none !important;
    z-index: 9 !important;
  }
  .model-instructor .modal-content .title {
    font: normal normal 600 24px / 28px DM Sans;
  }
  .model-instructor .modal-content {
    border-radius: 20px;
  }
  .model-instructor .instructors-img img {
    width: 200px;
    margin: auto;
  }
  .success-stories-main .featured-image-wrapper video {
    height: 369px;
  }

  .courses-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
  }
  .courses-menu
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    > li.menu-item:not(:last-child) {
    margin-right: 40px;
    word-wrap: revert-layer;
    white-space: nowrap;
  }
  .tabs-custom .e-n-tabs-heading {
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .model-word button.btn-close,
  .model-word button.btn-close:hover,
  .model-word button.btn-close:focus,
  .model-word button.btn-close:focus-visible {
    right: 5px;
    top: 10px;
    filter: none;
  }
  .courcesslider
    .elementor-widget-container
    .htslider-arrow-3.slick-slider.htslider-postslider-area
    button.htslider-carosul-prev.slick-arrow {
    left: 85% !important;
  }
  .tabs-custom .e-n-tabs-heading {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: thin;
    align-items: center;
  }

  .instructors-page .content-box p {
    min-height: auto !important;
  }

  .success-stories-slider .content-wrap {
    height: 250px !important;
    overflow: scroll;
    margin-bottom: 20px !important;
  }

  .wsq-courses {
    height: auto !important;
  }
  span.personal {
    margin-left: 0px !important;
  }
  .sticky-icon-list .elementor-icon-list-text {
    margin-bottom: 10px !important;
  }
  .sticky-icon-list .elementor-icon-list-text:hover {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px !important;
  }
  .featured-image-wrapper.video-slide::after{
    width: 55px;
    height: 55px;
    background-size: 40px !important;
  }
  .success-stories-main .featured-image-wrapper video {
    border-radius: 20px;
  }
  .graduate-modal .btn-close {
    position: absolute;
    right: 10px !important;
  }
  .elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 10px !important;
      width: 35px;
      height: 35px;
  }
  .elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 10px !important;
      width: 35px;
      height: 35px;
  }
  
}



@media only screen and (max-width: 1222px) {

.wpda_mobile#wpdevart_org_chart_container_1 li.has_children > .wpda_tree_item_container:before {
    content: "";
    margin-left: 10px !important;
}
.wpda_mobile.wpdevart_org_chart_container ul, .wpdevart_org_chart_container .chart_wpda_mobile_after ul {
    padding-left: 30px !important;
}

}