@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";
@import "https://fonts.maateen.me/kalpurush/font.css";

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf") format("woff"),
    url("../fonts/Helvetica.ttf") format("opentype"),
    url("../fonts/Helvetica.ttf") format("truetype");
}

:root {
  --heading-1: 48px;
  --heading-2: 42px;
  --heading-3: 36px;
  --heading-4: 30px;
  --heading-5: 24px;
  --heading-6: 18px;
  --default-font-size: 16px;
}

@media screen and (max-width: 1600px) {
  :root {
    --heading-1: 40px;
    --heading-2: 35px;
    --heading-3: 30px;
    --heading-4: 25px;
    --heading-5: 20px;
    --heading-6: 16px;
    --default-font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  :root {
    --heading-1: 32px;
    --heading-2: 28px;
    --heading-3: 22px;
    --heading-4: 20px;
    --heading-5: 16px;
    --heading-6: 12px;
    --default-font-size: 12px;
  }
}

@font-face {
  font-family: "SolaimanLipi";
  src: url("../fonts/SolaimanLipi_22-02-2012.ttf");
}

@font-face {
  font-family: "SolaimanLipiBold";
  src: url("../fonts/SolaimanLipi_Bold_10-03-12.ttf");
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: var(--heading-6);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

:-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 6px;
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
}

.font-kalpurush {
  font-family: "Kalpurush", sans-serif;
}

.fw-semi {
  font-weight: 600;
}

.object-fit {
  object-fit: cover;
  object-position: center;
}

.text-gray {
  color: #bdbdbd;
}

ul.styling-list > li {
  font-weight: 500;
  font-size: 18px;
}

ul.styling-list > li > div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 1300px) {
  ul.styling-list > li {
    font-size: 15px;
  }

  ul.styling-list > li * {
    word-break: break-all;
  }
}

ul.styling-list > li > .side-panel {
  display: grid;
  gap: 15px;
  grid-template-columns: 20px 1fr;
  font-size: 16px;
}

ul.styling-list > li > .side-panel > svg {
  margin-top: 4px;
}

ul.styling-list.grid-column > li {
  gap: 10px;
  display: grid;
  grid-template-columns: 150px 10px 1fr;
}

@media (max-width: 1600px) {
  ul.styling-list.grid-column > li {
    grid-template-columns: 125px 10px 1fr;
  }
}

@media (max-width: 1300px) {
  ul.styling-list.grid-column > li {
    grid-template-columns: auto auto 1fr;
  }
}

.btn-close {
  outline: none;
  box-shadow: none;
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus,
.btn:active,
.btn.show {
  outline: none !important;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0) !important;
}

.btn.btn-primary {
  --rotate: 180deg;
  background: linear-gradient(var(--rotate), #92278f 0%, #662d91 100%);
  border: 0px solid rgba(0, 0, 0, 0);
  line-height: 15px;
  transform: translatey(0px);
  transition: all 0.75s cubic-bezier(0.72, 0.11, 0.22, 0.92);
  position: relative;
  z-index: 10;
  --hover-radius: 60px;
  overflow: hidden;
}

.btn.btn-primary::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0;
  z-index: -10;
  opacity: 1;
  transition: all 0.75s cubic-bezier(0.72, 0.11, 0.22, 0.92);
  clip-path: circle(0% at 0% 0%);
}

.btn.btn-primary:is(:hover) {
  transform: translatey(-1px);
}

.btn.btn-primary:is(:hover)::after {
  clip-path: circle(150% at 0 0);
}

@media screen and (max-width: 1600px) {
  .btn.btn-primary {
    font-size: 14px;
    padding: 8px 35px;
  }
}

@media screen and (max-width: 1400px) {
  .btn.btn-primary {
    font-size: 12px;
    padding: 6px 30px;
  }
}

.btn.btn-transparent {
  background: rgba(112, 112, 112, 0.5) !important;
}

.drop-shaodw {
  filter: drop-shadow(0px 2.98722px 4.48084px rgba(0, 0, 0, 0.3));
}

.container {
  max-width: 100%;
  --bs-gutter-x: 12.5rem;
}

@media screen and (max-width: 1600px) {
  .container {
    --bs-gutter-x: 6.25rem;
  }
}

@media screen and (max-width: 991px) {
  .container {
    --bs-gutter-x: 2rem;
  }
}

.dropdown-toggle::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='25' height='25' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpolyline points='6 9 12 15 18 9' /%3E%3C/svg%3E");
  border: none;
  width: 10px;
  height: auto;
  vertical-align: middle;
  line-height: 1.1;
}

@media screen and (max-width: 1600px) {
  .dropdown-toggle::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='20' height='20' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpolyline points='6 9 12 15 18 9' /%3E%3C/svg%3E");
  }
}

a {
  text-decoration: none;
  color: initial;
}

section {
  margin-bottom: 40px;
}

@media screen and (max-width: 1400px) {
  section {
    margin-bottom: 25px;
  }
}

.card {
  border-radius: 10px;
  border: none;
}

.section-title {
  font-size: var(--heading-2);
  text-align: center;
  color: #662d91;
  font-weight: 700;
  line-height: 60px;
}

.section-title::after {
  content: "";
  background: url("../img/title-bottom.svg");
  display: block;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;
}

@media screen and (max-width: 1400px) {
  .section-title::after {
    margin-top: -5px;
    background-size: 75px;
  }
}

.carousel-indicators {
  bottom: -5px;
}

.carousel-indicators button {
  background-color: #d9d9d9 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}

.carousel-indicators button.active {
  background-color: #662d91 !important;
}

.ellips {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #662d91;
}

@media screen and (max-width: 1600px) {
  .owl-theme .owl-dots .owl-dot span,
  .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}

.pointer {
  cursor: pointer;
}

.placeholder-white::placeholder {
  color: #fff;
  opacity: 1;
}

button.navbar-toggler {
  outline: none;
  --bs-navbar-toggler-focus-width: 0;
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-menu-2' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='4' y1='6' x2='20' y2='6' /%3E%3Cline x1='4' y1='12' x2='20' y2='12' /%3E%3Cline x1='4' y1='18' x2='20' y2='18' /%3E%3C/svg%3E");
}

.socialIcons > a {
  --clr: red;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: grid;
  place-items: center;
  background-color: var(--clr);
  color: #fff;
}

.socialIcons > a.facebook {
  --clr: #4676ed;
}

.socialIcons > a.twitter {
  --clr: #5a99ec;
}

.socialIcons > a.linkedin {
  --clr: #4467ad;
}

.emojionearea .emojionearea-editor {
  min-height: 2em !important;
}

.height-auto .emojionearea .emojionearea-editor {
  min-height: 2.5em !important;
}

.emojionearea .emojionearea-button {
  top: 10px !important;
  right: 10px !important;
}

.emojionearea,
.emojionearea.form-control {
  border: 1px solid rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  padding-block: 6px !important;
}

.emojionearea.focused,
.emojionearea.form-control.focused {
  border-color: #000 !important;
}

body {
  font-family: "Helvetica", "SolaimanLipi", sans-serif;
  font-weight: 400;
  font-size: var(--default-font-size);
}

#page-loader {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 999999;
  display: grid;
  place-items: center;
}

.btn-input-file {
  background: linear-gradient(180deg, #f0efef 0%, #cdcdcd 100%);
}

@media (min-width: 1600px) {
  .tags {
    font-size: 1.2rem !important;
  }
}

article:not(.article-widget) {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

article:not(.article-widget)::after,
article:not(.article-widget)::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  width: 100px;
  height: 3px;
  border-radius: 10px;
  background: #662d91;
  transition: all 1s cubic-bezier(0.58, 0.16, 0.23, 0.92);
  opacity: 0;
}

article:not(.article-widget)::before {
  left: initial;
  right: 0;
  width: 3px;
  height: 100px;
}

article:not(.article-widget):hover::after {
  left: 100%;
  opacity: 1;
}

article:not(.article-widget):hover::before {
  top: 100%;
  opacity: 1;
}

a.hover-style {
  position: relative;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

a.hover-style::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #662d91;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

a.hover-style:hover::after {
  width: 100%;
  left: 0;
}

.owl-carousel {
  position: relative;
  z-index: 10;
}

@media (min-width: 1200px) {
  .owl-carousel {
    padding-inline: var(--paddInline);
  }
}

.owl-carousel.horizontal-nav .owl-nav {
  --size: 32px;
}

.owl-carousel.horizontal-nav .owl-nav > button {
  width: var(--size);
  height: var(--size);
  background-color: #fff;
  display: grid;
  place-items: center;
  border-radius: 100%;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 20px));
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.owl-carousel.horizontal-nav .owl-nav > button > span {
  margin-top: -3px;
}

.owl-carousel.horizontal-nav .owl-nav > button.owl-next {
  left: initial;
  right: 0;
}

nav.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 !important;
  z-index: 10000;
  transition: all 300ms linear;
  padding-top: 5px !important;
}

nav.navbar .dropdown .dropdown-menu {
  border-radius: 0;
  min-width: auto;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
}

@media (max-width: 1200px) {
  nav.navbar .dropdown .dropdown-menu {
    display: none !important;
  }
}

nav.navbar .dropdown:hover .dropdown-menu {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  display: block !important;
}

@media screen and (orientation:landscape) and (max-width: 1200px) {
  nav.navbar .dropdown:hover .dropdown-menu.upload-d {
    transform: translateY(-250px);
    left: 105%;
  }
}

@media screen and (max-width: 1200px) {
  nav.navbar {
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    box-shadow: 0px 1px 6px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding-bottom: 5px !important;
  }
}

nav.navbar.black-nav-top {
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  box-shadow: 0px 1px 6px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}

@media screen and (max-width: 768px) {
  nav.navbar .navbar-toggler {
    font-size: 18px;
  }
}

nav.navbar .logo {
  margin-right: 37px;
}

@media screen and (max-width: 1600px) {
  nav.navbar .logo {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1400px) {
  nav.navbar .logo {
    margin-right: 25px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  nav.navbar .logo .navbar-brand.bd {
    margin-right: 10px;
  }
}

nav.navbar .logo img {
  height: 80px;
}

nav.navbar .logo img.bangladesh-govt-logo {
  height: 65px;
}

@media screen and (max-width: 1600px) {
  nav.navbar .logo img.bangladesh-govt-logo {
    height: 52px;
  }
}

@media screen and (max-width: 1400px) {
  nav.navbar .logo img.bangladesh-govt-logo {
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  nav.navbar .logo img.bangladesh-govt-logo {
    height: 38px;
  }
}

@media screen and (max-width: 1600px) {
  nav.navbar .logo img {
    height: 60px;
  }
}

@media screen and (max-width: 1400px) {
  nav.navbar .logo img {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  nav.navbar .logo img {
    height: 40px;
  }
}

nav.navbar ul.navbar-nav .nav-item a.nav-badge {
  position: relative;
}

nav.navbar ul.navbar-nav .nav-item a.nav-badge span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  right: -5px;
  background-color: #f21e1e;
}

@media screen and (max-width: 768px) {
  nav.navbar ul.navbar-nav .nav-item a.nav-badge span {
    left: 20%;
  }
}

nav.navbar ul.navbar-nav .nav-item a {
  padding: initial !important;
  margin-right: 50px !important;
}

@media screen and (max-width: 1600px) {
  nav.navbar ul.navbar-nav .nav-item a {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 1400px) {
  nav.navbar ul.navbar-nav .nav-item a {
    margin-right: 25px !important;
  }
}

nav.navbar ul.navbar-nav .nav-item .nav-dropdown .dropdown-item {
  font-size: var(--default-font-size);
}


nav.navbar ul.navbar-nav .nav-item a::after {
  margin-left: -5px;
  padding-right: 20px;
}

nav.navbar ul.navbar-nav .nav-item ul.nav-dropdown a {
  padding: 0.25rem 1rem !important;
}

nav.navbar .nav-link {
  color: #fff;
}

nav.navbar .nav-link:hover,
nav.navbar .nav-link:focus {
  color: #fff;
}

nav.navbar .right-div {
  color: #fff;
}

nav.navbar .right-div i {
  color: #fff;
  font-size: 18px;
}

nav.navbar .right-div .top {
  font-size: 14px;
  padding-bottom: 5px;
  text-align: end;
}

@media screen and (max-width: 1600px) {
  nav.navbar .right-div .top {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  nav.navbar .right-div .top {
    text-align: left;
  }
}

nav.navbar .right-div .bottom {
  display: flex;
  align-items: center;
  padding-top: 11px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 1600px) {
  nav.navbar .right-div .bottom {
    padding-top: 8px;
  }
}

nav.navbar .right-div .bottom .search {
  margin-right: 10px;
}

nav.navbar .right-div .bottom .search .input-group {
  background: rgba(255, 255, 255, 0.5);
  align-items: center;
  border-radius: 17px;
  width: 185px;
}

@media screen and (max-width: 1600px) {
  nav.navbar .right-div .bottom .search .input-group {
    width: 160px;
  }
}

@media screen and (max-width: 1400px) {
  nav.navbar .right-div .bottom .search .input-group {
    width: 130px;
  }
}

nav.navbar .right-div .bottom .search i {
  padding-right: 12px;
  font-size: var(--default-font-size);
}

nav.navbar .right-div .bottom .search input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  padding: 6px 17px;
  color: #fff;
  width: 85%;
}

@media screen and (max-width: 1600px) {
  nav.navbar .right-div .bottom .search input {
    padding: 3px 15px;
  }
}

nav.navbar .right-div .bottom .login {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  border-radius: 17px;
  padding: 6px 17px;
  border: none;
  outline: none;
  color: #fff;
  margin-right: 23px;
}

@media screen and (max-width: 1600px) {
  nav.navbar .right-div .bottom .login {
    padding: 3px 15px;
    margin-right: 15px;
  }
}

nav.navbar .right-div .bottom .login i {
  margin-right: 13px;
  font-size: var(--default-font-size);
}

@media screen and (max-width: 1600px) {
  nav.navbar .right-div .bottom .login i {
    margin-right: 8px;
  }
}

nav.navbar .right-div .bottom .login-content {
  display: flex;
  align-items: center;
}

nav.navbar .right-div .bottom .login-content .dropdown-toggle::after {
  display: none;
}

nav.navbar .right-div .bottom .login-content .upload a.main-link {
  --size: 38px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
}

@media screen and (max-width: 1600px) {
  nav.navbar .right-div .bottom .login-content .upload a.main-link {
    --size: 25px;
  }
}

nav.navbar .right-div .bottom .login-content .upload input {
  width: 0;
  height: 0;
}

@media screen and (max-width: 1600px) {
  nav.navbar .right-div .bottom .login-content .upload i {
    font-size: 15px;
  }
}

@media screen and (max-width: 1400px) {
  nav.navbar .right-div .bottom .login-content .upload i {
    font-size: 12px;
  }
}

nav.navbar .right-div .bottom .login-content .profile {
  margin-left: 10px;
  margin-right: 15px;
  position: relative;
}

nav.navbar .right-div .bottom .login-content .profile img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 3px solid #fff;
}

@media screen and (max-width: 1600px) {
  nav.navbar .right-div .bottom .login-content .profile img {
    width: 27px;
    height: 27px;
  }
}

nav.navbar .right-div .bottom .login-content .profile i {
  position: absolute;
  bottom: 0;
  right: -5px;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  font-size: 10px;
}

@media screen and (max-width: 1600px) {
  nav.navbar .right-div .bottom .login-content .profile i {
    font-size: 6px;
  }
}

nav.navbar .right-div .bottom .language {
  margin-right: 30px;
}

nav.navbar .right-div .bottom .language .dropdown-toggle::after {
  margin-left: -5px;
}

nav.navbar .right-div .bottom .language .dropdown-menu {
  border-radius: 0;
  width: 85px;
  min-width: auto;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

nav.navbar .right-div .bottom .bar i {
  font-size: var(--default-font-size);
}

@keyframes trans__late {
  from {
    transform: translate(250px);
  }

  to {
    transform: translate(0px);
  }
}

#hero {
  --hero-bg-height: 71px;
  position: relative;
  margin-bottom: 0;
  height: calc(100vh - var(--hero-bg-height));
  overflow: hidden;
}

#hero #carouselHero .carousel-item img {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height: calc(100vh - var(--hero-bg-height));
}

#hero #carouselHero .carousel-item .carousel-caption {
  padding-bottom: 170px;
}

@media screen and (max-width: 1600px) {
  #hero #carouselHero .carousel-item .carousel-caption {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1400px) {
  #hero #carouselHero .carousel-item .carousel-caption {
    padding-bottom: 60px;
  }
}

#hero #carouselHero .carousel-item .carousel-caption h1 {
  font-size: 64px;
  animation: trans__late 1.75s 1 cubic-bezier(0.72, 0.11, 0.22, 0.92);
  margin-bottom: calc(2vh + 15px);
}

@media screen and (max-width: 1600px) {
  #hero #carouselHero .carousel-item .carousel-caption h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1600px) {
  #hero #carouselHero .carousel-item .carousel-caption h1 {
    font-size: 40px;
  }
}

#hero #carouselHero .carousel-item .carousel-caption p {
  font-size: var(--heading-5);
  animation: trans__late 2s 1 cubic-bezier(0.72, 0.11, 0.22, 0.92);
}

#hero #carouselHero .carousel-item::before {
  content: "";
  background-image: linear-gradient(180deg, #000000, transparent, #000000);
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#hero #content-carousel {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel {
    top: 55%;
  }
}

#hero #content-carousel .card {
  border: none;
  background: initial;
  background: rgba(5, 9, 46, 0.7);
  backdrop-filter: blur(4px);
  position: relative;
  max-width: 500px;
  margin-left: auto;
  display: flex;
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel .card {
    max-width: 410px;
  }
}

@media screen and (max-width: 1400px) {
  #hero #content-carousel .card {
    max-width: 350px;
  }
}

@media screen and (max-width: 576px) {
  #hero #content-carousel .card {
    margin: auto;
  }
}

@media screen and (orientation:landscape) and (max-width: 991px) {
  #hero #content-carousel .card {
    display: none;
  }
}

#hero #content-carousel .card .owl-stage-outer {
  order: 1;
}

#hero #content-carousel .card .owl-nav {
  order: 3;
}

#hero #content-carousel .card .owl-dots {
  order: 2;
}

#hero #content-carousel .card .arrows {
  position: absolute;
  bottom: 0;
  right: 0;
}

#hero #content-carousel .card .arrows i {
  padding: 5px 20px;
  cursor: pointer;
  font-size: var(--heading-5);
}

#hero #content-carousel .card .arrows .right {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1px 1px 10px 1px;
  color: #662d91;
}

#hero #content-carousel .card .card-body {
  padding: 61px 98px 20px;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel .card .card-body {
    padding: 45px 35px 7px;
  }
}

@media screen and (max-width: 1400px) {
  #hero #content-carousel .card .card-body {
    padding: 35px 20px 5px;
  }
}

#hero #content-carousel .card .card-body img {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 17px;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel .card .card-body img {
    margin-bottom: 14px;
    width: 165px;
    height: 165px;
  }
}

@media screen and (max-width: 1400px) {
  #hero #content-carousel .card .card-body img {
    width: 140px;
    height: 140px;
  }
}

#hero #content-carousel .card .card-body h1 {
  margin-bottom: 27px;
  font-size: var(--heading-1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel .card .card-body h1 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1400px) {
  #hero #content-carousel .card .card-body h1 {
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

#hero #content-carousel .card .card-body h2 {
  margin-bottom: 16px;
  font-size: var(--heading-3);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel .card .card-body h2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel .card .card-body h2 {
    margin-bottom: 12px;
  }
}

#hero #content-carousel .card .card-body h4 {
  margin-bottom: 30px;
  font-size: var(--heading-5);
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel .card .card-body h4 {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 1400px) {
  #hero #content-carousel .card .card-body h4 {
    margin-bottom: 12px;
  }
}

#hero #content-carousel .card .card-body a {
  margin-top: 15px;
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel .card .card-body a {
    margin-top: 10px;
  }
}

#hero #content-carousel .card .card-body p.desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify !important;
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel .card .card-body p.desc {
    max-width: 70%;
    margin: 0 auto;
  }
}

#hero #content-carousel .card.hero-notice-carousel .owl-nav {
  text-align: right;
  overflow: hidden;
}

#hero #content-carousel .card.hero-notice-carousel .owl-nav button {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  outline: none;
  border-radius: 0;
}

#hero #content-carousel .card.hero-notice-carousel .owl-nav button:first-child {
  margin-right: 5px;
}

#hero #content-carousel .card.hero-notice-carousel .owl-nav button:last-child {
  margin-left: 5px;
}

#hero #content-carousel .card.hero-notice-carousel .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0);
}

#hero #content-carousel .card.hero-notice-carousel .owl-nav button i {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 24px;
  color: #662d91;
  transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
  #hero #content-carousel .card.hero-notice-carousel .owl-nav button i {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  #hero #content-carousel .card.hero-notice-carousel .owl-nav button i {
    font-size: 16px;
    padding: 4px 15px;
  }
}

#hero #content-carousel .card.hero-notice-carousel .owl-nav button i.left {
  border-bottom-left-radius: 10px;
}

#hero #content-carousel .card.hero-notice-carousel .owl-nav button i.right {
  border-bottom-right-radius: 10px;
}

#hero #content-carousel .card.hero-notice-carousel .owl-nav button.disabled {
  background: none;
}

#hero #content-carousel .card.hero-notice-carousel .owl-nav button.disabled i {
  background: rgba(0, 0, 0, 0);
  color: #fff;
}

#news {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
}

#news .single {
  display: flex;
  align-items: center;
}

#news h1.title {
  font-size: 32px;
  padding: 28px 57px 23px 61px;
  line-height: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1600px) {
  #news h1.title {
    padding: 20px 52px 18px 56px;
    font-size: 24px;
  }
}

@media screen and (max-width: 1400px) {
  #news h1.title {
    padding: 15px 40px 13px 45px;
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  #news h1.title {
    padding: 15px 30px 13px 30px;
  }
}

#news span.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 15px;
}

#news marquee {
  display: flex;
}

#news p {
  margin-right: 20px;
  white-space: nowrap;
}

#content .card.left {
  background-color: #fbf6ff;
  border: none;
}

@media screen and (max-width: 768px) {
  #content .card.left {
    margin-bottom: 15px;
  }
}

#content .img {
  --best-content-img-width: 290px;
  --best-content-img-height: 380px;
  width: var(--best-content-img-width);
}

@media screen and (max-width: 1600px) {
  #content .img {
    --best-content-img-width: 235px;
    --best-content-img-height: 310px;
  }
}

@media screen and (max-width: 1400px) {
  #content .img {
    --best-content-img-width: 215px;
    --best-content-img-height: 270px;
  }
}

@media screen and (max-width: 768px) {
  #content .img {
    --best-content-img-height: 250px;
    display: none;
  }
}

#content .img#content_one_img {
  width: 335px;
}

@media screen and (max-width: 1600px) {
  #content .img#content_one_img {
    width: 290px;
  }
}

@media screen and (max-width: 1400px) {
  #content .img#content_one_img {
    width: 260px;
  }
}

#content .img img {
  height: var(--best-content-img-height);
  object-fit: cover;
  object-position: center;
  max-width: var(--best-content-img-width);
  width: var(--best-content-img-width);
}

#content #content_one_img img {
  max-width: -webkit-fill-available;
  object-fit: contain;
  width: 335px;
}

@media screen and (max-width: 1600px) {
  #content #content_one_img img {
    width: 290px;
  }
}

@media screen and (max-width: 1400px) {
  #content #content_one_img img {
    width: 260px;
  }
}

#content #content_one_carousel .section-title {
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  #content #content_one_carousel .section-title {
    margin-bottom: 5px;
  }
}

#content .card-body {
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 60px;
  min-height: 490px;
}

@media screen and (max-width: 2600px) {
  #content .card-body {
    padding: 35px;
    gap: 40px;
    min-height: 410px;
  }
}

@media screen and (max-width: 1600px) {
  #content .card-body {
    padding: 30px;
    gap: 35px;
    min-height: 390px;
  }
}

@media screen and (max-width: 1400px) {
  #content .card-body {
    padding: 25px;
    gap: 20px;
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  #content .card-body {
    min-height: initial;
    padding: 60px 10px;
  }
}

#content .card-body .content {
  margin-top: -40px;
  max-width: calc(100% - var(--best-content-img-width));
}

#content .card-body .carousel-indicators {
  bottom: -70px;
}

@media screen and (max-width: 1600px) {
  #content .card-body .carousel-indicators {
    bottom: -60px;
  }
}

#content .card-body .name {
  font-size: var(--heading-4);
  text-align: center;
  margin: 60px 0 33px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  min-height: var(--custom-height);
}

@media screen and (max-width: 1600px) {
  #content .card-body .name {
    margin: 40px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  #content .card-body .name {
    min-height: initial;
  }
}

#content .card-body p.desc {
  font-size: var(--heading-6);
  text-align: center;
  margin-bottom: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
  height: 110px;
  text-align: justify;
  min-height: var(--custom-height-d);
}

@media screen and (max-width: 1600px) {
  #content .card-body p.desc {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 767px) {
  #content .card-body p.desc {
    min-height: initial;
  }
}

@media screen and (max-width: 576px) {
  #content .card-body p.desc {
    margin-bottom: 20px;
  }
}

#content .card.right {
  background-color: #f3f3f3;
  border: none;
}

#content .card.right .section-title {
  font-weight: 600;
}

#content .card.right .name {
  margin: 28px 0 11px;
}

@media screen and (max-width: 1600px) {
  #content .card.right .name {
    margin: 15px 0 10px;
  }
}

#content .card.right .date {
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 1600px) {
  #content .card.right .date {
    margin-bottom: 10px;
  }
}

#content .card.right p.desc {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 87px;
  text-align: justify !important;
}

@media screen and (max-width: 1600px) {
  #content .card.right p.desc {
    margin-bottom: 15px;
  }
}

#highlight .section-title {
  margin-top: 15px;
}

@media screen and (max-width: 1600px) {
  #highlight .section-title {
    margin-top: 5px;
  }
}

#highlight .feature-img {
  height: 500px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1600px) {
  #highlight .feature-img {
    height: 400px;
  }
}

@media screen and (max-width: 1400px) {
  #highlight .feature-img {
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  #highlight .feature-img {
    display: none;
  }
}

#highlight .card {
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin-top: 45px;
  margin-left: -70px;
}

.weekly-highlight-carousel img {
  height: 480px;
  border-radius: 10px;
}

.weekly-highlights {
  z-index: 10;
}

@media screen and (max-width: 1400px) {
  #highlight .card {
    margin-left: -50px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #highlight .card {
    margin-left: initial;
  }
}

@media screen and (max-width: 576px) {
  #highlight .card {
    margin-top: 20px;
    padding: 0;
  }
}

#highlight .card .card-body {
  padding: 40px 78px;
}

@media screen and (max-width: 1600px) {
  #highlight .card .card-body {
    padding: 30px 58px;
  }
}

@media screen and (max-width: 1400px) {
  #highlight .card .card-body {
    padding: 25px 50px;
  }
}

@media screen and (max-width: 576px) {
  #highlight .card .card-body {
    padding: 15px 20px;
  }
}

#highlight .card ul {
  margin-bottom: 40px;
}

@media screen and (max-width: 1400px) {
  #highlight .card ul {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 576px) {
  #highlight .card ul {
    overflow-x: scroll;
  }
}

#highlight .card li {
  font-size: var(--heading-5);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#highlight .card li a {
  margin-right: 20px;
  font-size: var(--heading-5);
}

@media screen and (max-width: 576px) {
  #highlight .card li a {
    width: 180px;
  }
}

#highlight .card li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  #highlight .card li:not(:last-child) {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1400px) {
  #highlight .card li:not(:last-child) {
    padding-bottom: 10px;
  }
}

#highlight .card li:not(:first-child) {
  padding-top: 20px;
}

@media screen and (max-width: 1600px) {
  #highlight .card li:not(:first-child) {
    padding-top: 15px;
  }
}

#highlight .card li span {
  font-size: 20px;
  display: inline-block;
}

@media screen and (max-width: 1600px) {
  #highlight .card li span {
    font-size: 16px;
  }
}

#highlight .card li .like,
#highlight .card li .chat {
  margin-right: 10px;
}

#highlight .card li .like {
  min-width: var(--like-width);
}

#highlight .card li .chat {
  min-width: var(--chat-width);
}

#highlight .card li .star {
  min-width: var(--star-width);
}

#highlight .card li img {
  margin-right: 0px;
  width: 22px;
}

@media screen and (max-width: 1600px) {
  #highlight .card li img {
    width: 20px;
  }
}

@media screen and (max-width: 1400px) {
  #highlight .card li img {
    width: 16px;
  }
}

#highlight .card li .right {
  flex-shrink: 0;
}

#best_content {
  background: #f8f8f8;
  padding: 30px 0 40px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

@media screen and (max-width: 1600px) {
  #best_content {
    padding: 15px 0 35px;
  }
}

#best_content .section-title {
  margin-bottom: 35px;
}

@media screen and (max-width: 1400px) {
  #best_content .section-title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 576px) {
  #best_content .section-title {
    margin-bottom: 20px;
  }
}

#best_content .card {
  border: none;
  border-radius: initial;
}

#best_content .card .card-body {
  padding: 30px;
}

@media screen and (max-width: 1600px) {
  #best_content .card .card-body {
    padding: 20px;
  }
}

#best_content .card img {
  display: block;
  margin-right: auto;
  height: 85px;
  width: auto;
  margin-top: 140px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1600px) {
  #best_content .card img {
    height: 65px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 1400px) {
  #best_content .card img {
    height: 55px;
    margin-top: 90px;
  }
}

#best_content .card .text {
  color: #fff;
}

#best_content .card .text h1 {
  font-size: var(--heading-4);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  #best_content .card .text h1 {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 1400px) {
  #best_content .card .text h1 {
    margin-bottom: 5px;
  }
}

#best_content .card .text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: var(--height);
}

#best_content .card {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}

#best_content .card.first {
  background-image: url("../images/bc-1.webp");
}

#best_content .card.second {
  background-image: url("../images/bc-2.webp");
}

#best_content .card.third {
  background-image: url("../images/bc-3.webp");
}

#best_content .card.fourth {
  background-image: url("../images/bc-4.webp");
}

#best_content .see--more {
  margin-top: 36px;
}

@media screen and (max-width: 576px) {
  #best_content .see--more {
    margin-top: 20px;
  }
}

#best_content .owl-dots {
  text-align: center;
}

#best_content .owl-dots button {
  background-color: #d9d9d9 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin: 40px 3px 0;
}

@media screen and (max-width: 576px) {
  #best_content .owl-dots button {
    margin: 20px 3px 0;
  }
}

#best_content .owl-dots button.active {
  background-color: #662d91 !important;
}

#best_content .circle-one {
  position: absolute;
  top: 12%;
  left: -14%;
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
  #best_content .circle-one {
    left: -22%;
  }
}

@media screen and (max-width: 768px) {
  #best_content .circle-one {
    left: -40%;
  }
}

@media screen and (max-width: 576px) {
  #best_content .circle-one {
    left: -80%;
  }
}

#best_content .circle-one span {
  width: 420px;
  height: 450px;
  display: block;
  border: 1px solid #bababa;
  border-radius: 50%;
  position: relative;
}

#best_content .circle-one span::after {
  content: "";
  position: absolute;
  display: block;
  width: 85%;
  height: 85%;
  border: 1px solid #bababa;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#best_content .circle-two {
  position: absolute;
  bottom: -215px;
  right: -13%;
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
  #best_content .circle-two {
    right: -22%;
  }
}

@media screen and (max-width: 768px) {
  #best_content .circle-two {
    right: -40%;
  }
}

@media screen and (max-width: 576px) {
  #best_content .circle-two {
    right: -90%;
  }
}

#best_content .circle-two span {
  width: 480px;
  height: 530px;
  display: block;
  border: 1px solid #bababa;
  border-radius: 50%;
  position: relative;
}

#best_content .circle-two span::after {
  content: "";
  position: absolute;
  display: block;
  width: 85%;
  height: 85%;
  border: 1px solid #bababa;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#innovation-leadership {
  padding: 20px 0 0;
  margin-bottom: 0;
}

#innovation-leadership .section-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
  #innovation-leadership .section-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  #innovation-leadership .section-title {
    margin-bottom: 20px;
  }
}

#innovation-leadership .title {
  font-size: var(--heading-4);
  margin-bottom: 60px;
}

@media screen and (max-width: 1400px) {
  #innovation-leadership .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #innovation-leadership .title {
    margin-bottom: 15px;
  }
}

#innovation-leadership .desc {
  margin-bottom: 45px;
}

@media screen and (max-width: 1400px) {
  #innovation-leadership .desc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #innovation-leadership .desc {
    margin-bottom: 15px;
  }
}

#innovation-leadership .buttons {
  margin-top: 60px;
}

@media screen and (max-width: 1400px) {
  #innovation-leadership .buttons {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #innovation-leadership .buttons {
    margin-top: 30px;
  }
}

#innovation-leadership .buttons .first {
  margin-right: 28px;
}

#innovation-leadership .left-img-div {
  position: relative;
}

#innovation-leadership .left-img-div img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

@media screen and (max-width: 1600px) {
  #innovation-leadership .left-img-div img {
    height: 400px;
  }
}

@media screen and (max-width: 1400px) {
  #innovation-leadership .left-img-div img {
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  #innovation-leadership .left-img-div img {
    height: 300px;
  }
}

@media screen and (max-width: 576px) {
  #innovation-leadership .left-img-div img {
    height: 200px;
  }
}

#innovation-leadership .left-img-div img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
}

#innovation-leadership .left-img-div a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#innovation-leadership .left-img-div a i {
  color: #ec0000;
  font-size: 65px;
}

@media screen and (max-width: 576px) {
  #innovation-leadership .left-img-div a i {
    font-size: 30px;
  }
}

#innovation-leadership .owl-dots {
  display: inline-block;
  counter-reset: numaricIncree;
  margin-top: 1px;
}

#innovation-leadership .owl-dots button {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 1400px) {
  #innovation-leadership .owl-dots button {
    width: 20px;
    height: 20px;
  }
}

#innovation-leadership .owl-dots button::after {
  counter-increment: numaricIncree;
  display: block;
  content: counter(numaricIncree);
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
}

#innovation-leadership .owl-dots button > span {
  display: none;
}

#innovation-leadership .owl-dots button.active {
  background: rgba(255, 255, 255, 0.5);
}

#innovation-leadership .owl-nav {
  margin-top: var(--owl-control-margin);
}

#innovation-leadership .owl-nav button {
  position: absolute;
  left: 50%;
  z-index: 100;
}

#innovation-leadership .owl-nav button i {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px 12px;
  font-size: 17px;
}

@media screen and (max-width: 1600px) {
  #innovation-leadership .owl-nav button i {
    font-size: 15px;
    padding: 8px 11px;
  }
}

@media screen and (max-width: 1400px) {
  #innovation-leadership .owl-nav button i {
    font-size: 13px;
    padding: 7px 10px;
  }
}

#innovation-leadership .owl-nav button.owl-prev {
  transform: translateX(calc(0px - var(--offset-x)));
}

#innovation-leadership .owl-nav button.owl-next {
  transform: translateX(calc(-40px + var(--offset-x)));
}

#admin-notice .card.left {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#admin-notice .card.left .card-body {
  padding: 40px 12px;
}

@media screen and (max-width: 1600px) {
  #admin-notice .card.left .card-body {
    padding: 30px 12px;
  }
}

#admin-notice .card.left .card-body .title {
  font-size: var(--heading-5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 25px;
  margin-bottom: 32px;
}

#admin-notice .card.left .card-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding: 22px 50px 24px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: var(--heading-6);
}

@media screen and (max-width: 1600px) {
  #admin-notice .card.left .card-body ul li {
    padding: 18px 30px 20px 20px;
  }
}

#admin-notice .card.left .card-body ul li span.dot {
  height: 18px;
  width: 18px;
  background: #662d91;
  display: inline-block;
  margin-right: 14px;
  border-radius: 50%;
}

@media screen and (max-width: 1600px) {
  #admin-notice .card.left .card-body ul li span.dot {
    width: 15px;
    height: 15px;
  }
}

#admin-notice .card.left .card-body ul li:last-child {
  margin-bottom: 29px;
}

#admin-notice .card.left .card-body ul li a {
  margin-right: 40px;
}

#admin-notice .img-div {
  border-radius: 10px;
  position: relative;
  height: 730px;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  #admin-notice .img-div {
    height: 630px;
  }
}

#admin-notice .img-div img {
  width: 100%;
  position: relative;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #admin-notice .img-div {
    height: 500px;
  }
}

#admin-notice .img-div .content {
  position: absolute;
  top: 0;
  background-image: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
  width: 100%;
  height: 100%;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 38px;
}

#admin-notice .img-div .content h1 {
  font-size: var(--heading-2);
  max-width: 300px;
}

#admin-notice .img-div .content .desc {
  font-size: var(--heading-5);
  max-width: 300px;
}

#admin-notice .img-div .content .institute .logo-text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#admin-notice .img-div .content .institute .logo-text img {
  width: 50px;
}

#admin-notice .img-div .content .institute .logo-text .text {
  color: #7fc94d;
  font-size: var(--heading-6);
  margin-left: 10px;
}

#admin-notice .admin-notice-carousel .owl-item {
  border-radius: 10px;
}

#admin-notice .admin-notice-carousel .owl-dots {
  margin-top: -25px;
  position: inherit;
  z-index: 999;
}

#admin-notice .admin-notice-carousel .owl-dots button span {
  background-color: #fff;
}

#admin-notice .admin-notice-carousel .owl-dots button.active span {
  background-color: #662d91;
}

#important_training {
  margin-top: 40px;
  background: #f8f8f8;
  padding: 20px 0 30px;
  margin-bottom: 0;
}

#important_training .section-title {
  margin-bottom: 30px;
}

#important_training .owl-dots {
  margin-top: 40px;
}

@media screen and (max-width: 1600px) {
  #important_training .owl-dots {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1400px) {
  #important_training .owl-dots {
    margin-top: 20px;
  }
}

#important_training .card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 1px;
  border-radius: 10px;
  overflow: hidden;
}

#important_training .card img {
  border-radius: 10px;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1600px) {
  #important_training .card img {
    height: 280px;
  }
}

@media screen and (max-width: 1400px) {
  #important_training .card img {
    height: 230px;
  }
}

#important_training .card .card-body {
  padding: 20px 25px;
}

@media screen and (max-width: 1600px) {
  #important_training .card .card-body {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 1400px) {
  #important_training .card .card-body {
    padding: 10px 14px;
  }
}

#important_training .card .card-body .title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 1600px) {
  #important_training .card .card-body .title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1400px) {
  #important_training .card .card-body .title {
    margin-bottom: 5px;
  }
}

#important_training .card .card-body .title img {
  height: 47px;
  width: 47px;
  margin-right: 15px;
}

@media screen and (max-width: 1400px) {
  #important_training .card .card-body .title img {
    height: 37px;
    width: 37px;
    margin-right: 8px;
  }
}

#important_training .card .card-body h5 {
  font-size: var(--heading-5);
  margin-bottom: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: var(--height);
}

@media screen and (max-width: 1600px) {
  #important_training .card .card-body h5 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1400px) {
  #important_training .card .card-body h5 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  #important_training .card .card-body h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

#important_training .card .card-body p.card-text {
  margin-bottom: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: var(--height);
}

@media screen and (max-width: 1600px) {
  #important_training .card .card-body p.card-text {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1400px) {
  #important_training .card .card-body p.card-text {
    margin-bottom: 8px;
  }
}

#number-bataion {
  background-color: #070c3c;
  margin-bottom: 0;
  background-image: url("../images/Frame.svg");
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 767px) {
  #number-bataion {
    background-position-y: bottom;
  }
}

@media screen and (max-width: 576px) {
  #number-bataion {
    padding: 30px 0;
  }
}

#number-bataion .section-title i {
  font-size: 30px;
  margin-left: 8px;
}

@media screen and (max-width: 1600px) {
  #number-bataion .section-title i {
    font-size: 23px;
  }
}

@media screen and (max-width: 1400px) {
  #number-bataion .section-title i {
    font-size: 19px;
  }
}

#number-bataion .individual-card .card {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #fff;
  padding-top: 98px;
  padding-bottom: 123px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 10;
}

@media screen and (max-width: 1600px) {
  #number-bataion .individual-card .card {
    padding-top: 68px;
    padding-bottom: 93px;
  }
}

@media screen and (max-width: 1400px) {
  #number-bataion .individual-card .card {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  #number-bataion .individual-card .card {
    padding-top: 28px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 576px) {
  #number-bataion .individual-card .card {
    padding: 15px 0;
  }
}

#number-bataion .individual-card .card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to right bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    var(--bg-img) no-repeat center center/cover;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#number-bataion .individual-card .card:hover::before {
  opacity: 1;
  visibility: visible;
}

#number-bataion .individual-card .card .title {
  font-size: 72px;
  color: #7fc94d;
  line-height: 92.9px;
}

@media screen and (max-width: 1600px) {
  #number-bataion .individual-card .card .title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1400px) {
  #number-bataion .individual-card .card .title {
    font-size: 45px;
    line-height: 70px;
  }
}

#number-bataion .individual-card .card .desc {
  font-size: var(--heading-3);
}

#our-goal {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  --bg-img-width: 650px;
  --image-ratio: 317px;
}

@media screen and (max-width: 1600px) {
  #our-goal {
    --bg-img-width: 450px;
  }
}

#our-goal .bg-left {
  position: absolute;
  bottom: -430px;
  left: 20px;
  z-index: -2;
  width: var(--bg-img-width);
}

@media screen and (max-width: 1600px) {
  #our-goal .bg-left {
    bottom: -230px;
  }
}

@media screen and (max-width: 768px) {
  #our-goal .bg-left {
    left: 0;
  }
}

@media screen and (max-width: 576px) {
  #our-goal .bg-left {
    display: none;
  }
}

#our-goal .bg-right {
  position: absolute;
  right: 20px;
  bottom: -230px;
  z-index: -2;
  width: var(--bg-img-width);
}

@media screen and (max-width: 1600px) {
  #our-goal .bg-right {
    bottom: -130px;
  }
}

@media screen and (max-width: 768px) {
  #our-goal .bg-right {
    right: 0;
  }
}

@media screen and (max-width: 576px) {
  #our-goal .bg-right {
    display: none;
  }
}

#our-goal .top .section-title {
  text-align: left;
  margin-bottom: 47px;
  display: inline-block;
}

#our-goal .desc {
  max-width: 660px;
  font-size: var(--heading-6);
}

#our-goal .images {
  position: relative;
  max-width: 480px;
  min-height: 455px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 1600px) {
  #our-goal {
    --image-ratio: 270px;
  }
}

@media screen and (max-width: 1400px) {
  #our-goal {
    --image-ratio: 200px;
  }
}

@media screen and (max-width: 767px) {
  #our-goal {
    --image-ratio: 215px;
  }
}

#our-goal .first-img {
  width: calc(var(--image-ratio) - 24px);
  height: calc(var(--image-ratio) - 24px);
  overflow: hidden;
  border-radius: 50%;
  background: url("../images/batayon-card.png") no-repeat center center/cover;
  position: absolute;
  top: 30px;
  z-index: 3;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.12));
}

#our-goal .second-img {
  width: calc(var(--image-ratio) - 70px);
  height: calc(var(--image-ratio) - 70px);
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  background: url("../images/content-img-2.png") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 180px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #our-goal .second-img {
    left: 140px;
  }
}

#our-goal .third-img {
  width: var(--image-ratio);
  height: var(--image-ratio);
  overflow: hidden;
  border-radius: 60%;
  background: url("../images/logo.svg") no-repeat center center/cover;
  background-position-x: 68%;
  background-position-y: 65%;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  background-size: 180px;
  position: absolute;
  top: 140px;
  left: 160px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #our-goal .third-img {
    top: 140px;
    left: 105px;
  }
}

#our-goal .section-title.bottom {
  margin-top: 0px;
  margin-bottom: 50px;
}

@media screen and (max-width: 576px) {
  #our-goal .section-title.bottom {
    margin-bottom: 30px;
  }
}

#our-goal .achievement {
  row-gap: 30px;
}

@media screen and (max-width: 768px) {
  #our-goal .achievement {
    --bs-gutter-y: 30px;
  }
}

@media screen and (max-width: 576px) {
  #our-goal .achievement {
    margin-bottom: 0;
  }
}

#our-goal .achievement > div {
  display: flex;
  justify-content: center;
}

#our-goal .achievement img {
  max-width: 230px;
}

@media screen and (max-width: 1600px) {
  #our-goal .achievement img {
    max-width: 190px;
  }
}

@media screen and (max-width: 768px) {
  #our-goal .achievement img {
    margin-bottom: 10px;
  }
}

#download {
  margin-bottom: 0;
}

#download .bg {
  background-color: #070c3c;
  border-radius: 20px;
  padding: 160px 185px;
  background-image: var(--dynamic-bg), url("../images/download-mask.svg");
  background-repeat: no-repeat;
  background-position: 80% 0, right;
  background-size: contain, cover;
}

@media screen and (max-width: 1600px) {
  #download .bg {
    padding: 130px 0;
    padding-left: 150px;
  }
}

@media screen and (max-width: 1400px) {
  #download .bg {
    padding: 110px 0;
    padding-left: 130px;
  }
}

@media screen and (max-width: 768px) {
  #download .bg {
    padding: 90px 0;
    padding-left: 40px;
    background-position: 100% 0, right;
  }
}

@media screen and (max-width: 576px) {
  #download .bg {
    background-size: 0, cover;
    padding: 50px 20px;
  }
}

#download .bg h1 {
  font-size: var(--heading-2);
  margin-bottom: 33px;
  max-width: 420px;
}

@media screen and (max-width: 576px) {
  #download .bg h1 {
    margin-bottom: 20px;
  }
}

#download .bg img {
  height: 62px;
}

@media screen and (max-width: 1600px) {
  #download .bg img {
    height: 50px;
  }
}

@media screen and (max-width: 1400px) {
  #download .bg img {
    height: 40px;
  }
}

@media screen and (max-width: 576px) {
  #download .bg img {
    height: 35px;
  }
}

#download .bg img:first-child {
  margin-right: 35px;
}

@media screen and (max-width: 1600px) {
  #download .bg img:first-child {
    margin-right: 25px;
  }
}

#teacher_glance {
  padding: 80px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  #teacher_glance {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 1400px) {
  #teacher_glance {
    padding: 50px 0;
  }
}

@media screen and (max-width: 576px) {
  #teacher_glance {
    padding: 40px 0;
  }
}

#teacher_glance .section-title {
  margin-bottom: 45px;
}

@media screen and (max-width: 1400px) {
  #teacher_glance .section-title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 576px) {
  #teacher_glance .section-title {
    margin-bottom: 20px;
  }
}

#teacher_glance p {
  max-width: 80%;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 576px) {
  #teacher_glance p {
    max-width: 100%;
  }
}

#blog {
  background: #fbf6ff;
  padding: 30px 0 40px;
  margin-bottom: 0;
  padding: 40px 0;
}

@media screen and (max-width: 1600px) {
  #blog {
    padding: 20px 0 35px;
  }
}

@media screen and (max-width: 1400px) {
  #blog {
    padding: 15px 0 35px;
  }
}

#blog .section-title {
  margin-bottom: 32px;
}

@media screen and (max-width: 1400px) {
  #blog .section-title {
    margin-bottom: 20px;
  }
}

#blog a:hover {
  color: #000;
}

#blog .card {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}

#blog .card a {
  width: 100%;
}

#blog .card img.card-img-top {
  height: 335px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1600px) {
  #blog .card img.card-img-top {
    height: 245px;
  }
}

@media screen and (max-width: 1400px) {
  #blog .card img.card-img-top {
    height: 205px;
  }
}

@media screen and (max-width: 767px) {
  #blog .card img.card-img-top {
    height: 200px;
  }
}

#blog .card .category {
  border-radius: 5px;
  background-color: #7fc94d;
  font-size: 20px;
  padding: 9px 36px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: -25px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#blog .card .category a {
  color: #fff;
}

@media screen and (max-width: 1600px) {
  #blog .card .category {
    font-size: 16px;
    padding: 6px 30px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 1400px) {
  #blog .card .category {
    margin-top: -15px;
    font-size: 14px;
    padding: 5px 25px;
    margin-left: 15px;
  }
}

#blog .card .card-body {
  padding: 18px 25px 27px;
  font-size: var(--heading-6);
  width: 100%;
}

@media screen and (max-width: 1400px) {
  #blog .card .card-body {
    padding: 15px 15px 20px;
  }
}

#blog .card .card-body h5.title {
  font-size: var(--heading-5);
  color: #662d91;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: var(--height);
}

@media screen and (max-width: 1400px) {
  #blog .card .card-body h5.title {
    margin-bottom: 14px;
  }
}

#blog .card .card-body h5.title a {
  color: #662d91;
}

#blog .card .card-body .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#blog .card .card-body .footer .left {
  display: flex;
  align-items: center;
}

#blog .card .card-body .footer .left .author-name {
  font-size: var(--heading-6);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#blog .card .card-body .footer .left img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #7fc94d;
  margin-right: 14px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1400px) {
  #blog .card .card-body .footer .left img {
    width: 25px;
    height: 25px;
  }
}

#blog .card .card-body .footer .right {
  display: flex;
  align-items: center;
  font-size: var(--default-font-size);
}

#blog .card .card-body .footer .right a {
  display: flex;
}

#blog .card .card-body .footer .right img {
  width: 23px;
  margin-right: 15px;
}

#blog .card .card-body .footer .right img.comment {
  margin-left: 27px;
}

@media screen and (max-width: 1600px) {
  #blog .card .card-body .footer .right img {
    width: 20px;
  }
}

@media screen and (max-width: 1400px) {
  #blog .card .card-body .footer .right img {
    width: 17px;
  }
}

#blog .blog-carousel .owl-dots {
  margin-top: 40px;
}

@media screen and (max-width: 1600px) {
  #blog .blog-carousel .owl-dots {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1400px) {
  #blog .blog-carousel .owl-dots {
    margin-top: 20px;
  }
}

#blog .blog-carousel .owl-dots .owl-dot:hover span {
  background-color: #d9d9d9;
}

#blog .blog-carousel .owl-dots .owl-dot.active span {
  background-color: #662d91;
}

#blog .buttons {
  margin-top: 30px;
}

@media screen and (max-width: 1400px) {
  #blog .buttons {
    margin-top: 25px;
  }
}

#blog .buttons a {
  color: #fff;
  margin: 0 20px;
}

@media screen and (max-width: 1400px) {
  #blog .buttons a {
    margin: 0 15px;
  }
}

#success-story {
  background-image: url("../images/success-bg.svg");
  background-position-y: 70%;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  #success-story {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1400px) {
  #success-story {
    padding-top: 20px;
  }
}

#success-story .section-title {
  margin-bottom: 43px;
}

@media screen and (max-width: 1400px) {
  #success-story .section-title {
    margin-bottom: 20px;
  }
}

#success-story .buttons {
  margin-top: 20px;
}

#success-story .buttons a {
  color: #fff;
  margin: 0 20px;
}

@media screen and (max-width: 576px) {
  #success-story .buttons a {
    margin: 0 15px;
  }
}

#success-story .img-div {
  color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  #success-story .img-div {
    margin-bottom: 15px;
  }
}

#success-story .img-div img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1600px) {
  #success-story .img-div img {
    height: 400px;
  }
}

@media screen and (max-width: 1400px) {
  #success-story .img-div img {
    height: 330px;
  }
}

@media screen and (max-width: 768px) {
  #success-story .img-div img {
    height: 280px;
  }
}

@media screen and (max-width: 576px) {
  #success-story .img-div img {
    height: 200px;
  }
}

#success-story .img-div .content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#success-story .img-div .content .main-text {
  margin: 0 40px 50px;
  max-width: 600px;
}

@media screen and (max-width: 1600px) {
  #success-story .img-div .content .main-text {
    margin: 0 30px 40px;
  }
}

@media screen and (max-width: 1400px) {
  #success-story .img-div .content .main-text {
    margin: 0 20px 30px;
  }
}

@media screen and (max-width: 576px) {
  #success-story .img-div .content .main-text {
    margin: 0 15px 15px;
  }
}

#success-story .img-div .content .main-text h1 {
  font-size: var(--heading-4);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#success-story .img-div .content .main-text p {
  font-size: var(--heading-6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#notice {
  margin-bottom: 0;
}

#notice .section-title {
  margin-bottom: 58px;
}

#notice img {
  height: 95px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1600px) {
  #notice img {
    height: 75px;
  }
}

#notice p {
  font-size: var(--heading-4);
}

#bottom-card {
  margin-top: 100px;
}

#bottom-card .card {
  background-color: #f3f4ff;
}

#bottom-card .card .card-body {
  padding: 30px 0;
}

#bottom-card .card .card-body img {
  height: 60px;
  margin-bottom: 20px;
}

#bottom-card .card .card-body img.konnect {
  height: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}

#bottom-card .card .card-body h1 {
  margin-bottom: 11px;
  font-size: var(--heading-4);
}

#bottom-card .card .card-body p {
  font-size: var(--heading-6);
  max-width: 365px;
  padding: 0 30px;
  text-align: center;
  margin: 0 auto;
}

#social_links {
  background-color: #f8f8f8;
  padding: 40px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  #social_links {
    padding: 25px 0;
  }
}

#social_links iframe {
  width: 100%;
  height: 340px;
  border-radius: 12px;
  height: calc(300px + var(--hVH));
}

#social_links .title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1600px) {
  #social_links .title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  #social_links .title {
    margin: 20px 0 10px;
  }
}

#social_links .title i {
  color: #662d91;
  font-size: var(--heading-4);
}

#social_links .title h5 {
  font-size: var(--heading-5);
  margin-left: 10px;
  font-weight: 600;
}

#social_links .video {
  position: relative;
}

#social_links {
  --hVH: 15vh;
}

#social_links .video img {
  width: 100%;
  height: calc(300px + var(--hVH));
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

@media (max-width: 1600px) {
  #social_links {
    --hVH: 6vh;
  }
}

@media (max-width: 1400px) {
  #social_links {
    --hVH: 0vh;
  }
}

@media screen and (max-width: 576px) {
  #social_links .video img {
    height: 200px;
  }
}

#social_links .video a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ec0000;
  font-size: 64px;
}

@media screen and (max-width: 576px) {
  #social_links .video a {
    font-size: 30px;
  }
}

#homepagePopupModal {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001;
}

#homepagePopupModal .modal-content {
  position: relative;
}

#homepagePopupModal img {
  border-radius: var(--bs-modal-border-radius);
}

#homepagePopupModal svg {
  position: absolute;
  top: -15px;
  right: -12px;
  background-color: #7fc94d;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 5px;
}

@media screen and (max-width: 575px) {
  #homepagePopupModal svg {
    right: -5px;
  }
}

#homepageAdminNoticeModal {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001;
}

#homepageAdminNoticeModal .modal-body {
  padding: 30px 55px;
  padding-bottom: 55px;
}

@media screen and (max-width: 575px) {
  #homepageAdminNoticeModal .modal-body {
    padding: 15px 15px;
    padding-bottom: 45px;
  }
}

#homepageAdminNoticeModal .modal-body .close-icon {
  display: flex;
  justify-content: end;
}

#homepageAdminNoticeModal .modal-body .close-icon button {
  opacity: 1;
}

#homepageAdminNoticeModal .modal-body .close-icon button:hover {
  opacity: 0.5 !important;
}

#homepageAdminNoticeModal #adminNoticeCarousel {
  margin-top: 27px;
}

#homepageAdminNoticeModal
  #adminNoticeCarousel
  .single_carousel
  .profile_pic
  img {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  display: block;
  margin: auto;
}

#homepageAdminNoticeModal #adminNoticeCarousel .single_carousel h5.title {
  font-size: var(--heading-4);
  text-align: center;
  color: #662d91;
  font-weight: 700;
  margin: 30px auto;
}

#homepageAdminNoticeModal #adminNoticeCarousel .single_carousel p.desc {
  text-align: center;
  font-size: var(--heading-6);
  margin-bottom: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#homepageAdminNoticeModal #adminNoticeCarousel .single_carousel .careou_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--heading-6);
}

#homepageAdminNoticeModal
  #adminNoticeCarousel
  .single_carousel
  .careou_footer
  .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#homepageAdminNoticeModal
  #adminNoticeCarousel
  .single_carousel
  .careou_footer
  .date
  img {
  height: 28px;
  margin-right: 3px;
}

#homepageAdminNoticeModal
  #adminNoticeCarousel
  .single_carousel
  .careou_footer
  .details
  a {
  color: #662d91;
  font-weight: 700;
}

#homepageAdminNoticeModal #adminNoticeCarousel .carousel-indicators {
  bottom: -55px;
}

#notifications_page {
  margin-top: calc(var(--top-margin) + 40px);
}

#notifications_page h1.page-title {
  color: #662d91;
  font-size: calc(var(--heading-4) + 2px);
  font-weight: 600;
}

#notifications_page .tab-panels ul {
  gap: 20px;
  margin: 30px auto;
}

#notifications_page .tab-panels ul button {
  padding: 16px 26px 17px;
  line-height: 20px;
  font-size: var(--heading-6);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  #notifications_page .tab-panels ul button {
    padding: 10px 18px 11px;
  }
}

#notifications_page .tab-panels .tab-content .card:not(:last-child) {
  margin-bottom: 10px;
}

#notifications_page .tab-panels .tab-content .card .card-body {
  padding: 40px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  #notifications_page .tab-panels .tab-content .card .card-body {
    padding: 15px;
  }
}

#notifications_page .tab-panels .tab-content .card .card-body.active {
  background-color: #fbf6ff;
}

#notifications_page .tab-panels .tab-content .card .card-body .content {
  display: flex;
  align-items: center;
  font-size: var(--heading-6);
  margin-right: 40px;
}

#notifications_page .tab-panels .tab-content .card .card-body .content .circle {
  margin-right: 15px;
}

#notifications_page
  .tab-panels
  .tab-content
  .card
  .card-body
  .content
  .circle
  i {
  color: #662d91;
  width: 18px;
  height: 18px;
}

#notifications_page .tab-panels .tab-content .card .card-body .content a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#notifications_page .tab-panels .tab-content .card .card-body .actions {
  display: flex;
  align-items: baseline;
  font-size: var(--heading-6);
  color: #3f3f3f;
}

#notifications_page .tab-panels .tab-content .card .card-body .actions i {
  margin-left: 28px;
  color: #3f3f3f;
}

.event-page .button-groups {
  display: flex;
  align-items: center;
  gap: 20px;
}

.event-page .button-groups .date-btn {
  padding-top: 10px;
  padding-bottom: 9px;
}

@media screen and (max-width: 1600px) {
  .event-page .button-groups .date-btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 1400px) {
  .event-page .button-groups .date-btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.event-page .button-groups #juDatepicker {
  width: 90px;
  background: #ffc7c7;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  color: #fff;
}

.event-page .button-groups #juDatepicker::placeholder {
  color: #fff;
  opacity: 1;
}

#event-details .card,
.ed-related-events .card {
  box-shadow: 0px 1.99763px 7.99051px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 575px) {
  #event-details .card,
  .ed-related-events .card {
    flex-direction: column;
  }
}

#event-details .card > div,
.ed-related-events .card > div {
  flex: 1;
}

@media screen and (max-width: 575px) {
  #event-details .card > div,
  .ed-related-events .card > div {
    width: 100%;
  }
}

#event-details .card img,
.ed-related-events .card img {
  border-radius: 10px;
  height: 325px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  #event-details .card img,
  .ed-related-events .card img {
    height: 300px;
  }
}

@media screen and (max-width: 1150px) {
  #event-details .card img,
  .ed-related-events .card img {
    height: 250px;
  }
}

@media screen and (max-width: 575px) {
  #event-details .card img,
  .ed-related-events .card img {
    height: 200px;
  }
}

#event-details .card h5.title,
.ed-related-events .card h5.title {
  font-size: var(--heading-5);
}

#event-details .card h5.title a,
.ed-related-events .card h5.title a {
  color: #662d91;
}

#event-details .card p,
.ed-related-events .card p {
  font-size: var(--heading-6);
}

#event-details .card i,
.ed-related-events .card i {
  font-size: calc(var(--heading-6) + 4px);
}

.ed-single {
  position: relative;
}

.ed-single .right .card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}

.ed-single .right .card .map-img,
.ed-single .right .card .abroad-img {
  height: 550px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1600px) {
  .ed-single .right .card .map-img,
  .ed-single .right .card .abroad-img {
    height: 400px;
  }
}

@media screen and (max-width: 1300px) {
  .ed-single .right .card .map-img,
  .ed-single .right .card .abroad-img {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .ed-single .right .card .map-img,
  .ed-single .right .card .abroad-img {
    height: 300px;
  }
}

.ed-single .right .card .abroad-img {
  height: 350px;
}

@media screen and (max-width: 1600px) {
  .ed-single .right .card .abroad-img {
    height: 250px;
  }
}

@media screen and (max-width: 1300px) {
  .ed-single .right .card .abroad-img {
    height: 210px;
  }
}

@media screen and (max-width: 767px) {
  .ed-single .right .card .abroad-img {
    height: 200px;
  }
}

.ed-single .heading-date {
  position: absolute;
  top: -80px;
  border-radius: 10px;
  background: linear-gradient(
    to top,
    #fff 0%,
    #fff 75%,
    #662d91 75%,
    #662d91 100%
  );
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  font-size: calc(var(--heading-1) + var(--heading-6));
  padding: 23px 31px 20px;
  z-index: 10;
}

@media screen and (max-width: 1600px) {
  .ed-single .heading-date {
    top: -60px;
  }
}

@media screen and (max-width: 1400px) {
  .ed-single .heading-date {
    top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .ed-single .heading-date {
    padding: 15px 20px 12px;
  }
}

footer {
  overflow-x: hidden;
}

footer .footer-top-row {
  --bs-gutter-x: 7.5rem;
}

@media (max-width: 1600px) {
  footer .footer-top-row {
    --bs-gutter-x: 7.5rem;
  }
}

@media (max-width: 1400px) {
  footer .footer-top-row {
    --bs-gutter-x: 1.5rem;
  }
}

@media (max-width: 992px) {
  footer .footer-top-row {
    --bs-gutter-x: 5.5rem;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-top-row .supervision {
    margin-top: 20px;
  }
}

footer .main {
  padding: 40px 0;
  background: linear-gradient(
      to bottom,
      rgba(65, 29, 93, 0.949) 0%,
      rgba(65, 29, 93, 0.949) 100%
    ),
    url("../images/footer.png") no-repeat top center/cover;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  footer .main {
    padding: 30px 0;
  }
}

footer .main .supervision p.desc {
  white-space: pre-line;
  margin-bottom: 0;
}

footer .main .title {
  font-size: var(--heading-5);
  border-bottom: 1px solid #fff;
  padding-bottom: 11px;
  margin-bottom: 13px;
}

footer .main p {
  font-size: var(--default-font-size);
}

footer .main p.desc {
  margin-bottom: 20px;
}

footer .main a {
  color: #fff;
  transition: all 0.5s;
  font-size: var(--default-font-size);
}

footer .main a:hover {
  text-decoration: underline;
}

footer .main img.play {
  height: 40px;
  margin-top: 5px;
}

@media screen and (max-width: 1600px) {
  footer .main img.play {
    height: 32px;
  }
}

footer .main .images img {
  height: 42px;
}

@media screen and (max-width: 1600px) {
  footer .main .images img {
    height: 32px;
  }
}

footer .main ul.icons {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  footer .main ul.icons {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

footer .main ul.icons i {
  font-size: 30px;
}

@media screen and (max-width: 1600px) {
  footer .main ul.icons i {
    font-size: 25px;
  }
}

footer .last {
  padding: 20px 0;
}

footer .last p {
  font-size: 14px;
}

footer .last p a {
  color: #ff3d00;
}

footer .last p a:hover {
  text-decoration: underline;
}

.main-sidebar {
  z-index: 99999;
  background-color: #000;
  color: #fff;
  width: 615px !important;
  padding: 50px 0px 117px 117px;
}

.main-sidebar .offcanvas-header i {
  font-size: 27px;
  margin-right: 50px;
}

.main-sidebar .offcanvas-body .title {
  font-size: var(--heading-5);
  font-weight: 700;
}

.main-sidebar .offcanvas-body ul li {
  margin: 22px 0;
}

.main-sidebar .offcanvas-body ul li a {
  color: #fff;
  transition: all 1s;
  font-size: var(--heading-5);
}

.main-sidebar .offcanvas-body ul li a:hover {
  text-decoration: underline;
}

#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 99999;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  perspective: 500px;
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  width: 350px;
}

@media screen and (orientation:landscape) and (max-width: 1200px) {
  #sidebar {
    overflow-y: scroll;
  }
}

@media (max-width: 1200px) {
  #sidebar,
  #sidebar .sidebar-body {
    transition: none !important;
  }
}

@media (max-width: 576px) {
  #sidebar {
    width: 100% !important;
  }
}

#sidebar .sidebar-body {
  transform: rotateY(340deg);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

#sidebar .sidebar-body li {
  position: relative;
  left: 50px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  opacity: 0;
}

#sidebar .sidebar-body li a.hover-style::after {
  background-color: #fff !important;
}

#sidebar .sidebar-body li:nth-child(0) {
  transition-delay: 0ms;
}

#sidebar .sidebar-body li:nth-child(1) {
  transition-delay: 50ms;
}

#sidebar .sidebar-body li:nth-child(2) {
  transition-delay: 100ms;
}

#sidebar .sidebar-body li:nth-child(3) {
  transition-delay: 150ms;
}

#sidebar .sidebar-body li:nth-child(4) {
  transition-delay: 200ms;
}

#sidebar .sidebar-body li:nth-child(5) {
  transition-delay: 250ms;
}

#sidebar .sidebar-body li:nth-child(6) {
  transition-delay: 300ms;
}

#sidebar .sidebar-body li:nth-child(7) {
  transition-delay: 350ms;
}

#sidebar .sidebar-body li:nth-child(8) {
  transition-delay: 400ms;
}

#sidebar .sidebar-body li:nth-child(9) {
  transition-delay: 450ms;
}

#sidebar.collapsed {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

#sidebar.collapsed .sidebar-body {
  transform: rotateY(360deg);
}

#sidebar.collapsed .sidebar-body li {
  left: 0px;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top svg {
  background-color: #662d91;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

#ui-datepicker-div {
  background-color: #662d91;
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-header {
  background-color: #662d91;
  color: #fff;
  border: none;
}

#ui-datepicker-div .ui-datepicker-header a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-right' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
  background-size: 30px;
  background-repeat: no-repeat;
}

#ui-datepicker-div .ui-datepicker-header a:hover {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
  transform: rotate(180deg);
}

#ui-datepicker-div .ui-state-default {
  background-color: #662d91;
  color: #fff;
  text-align: center;
  border-color: rgba(0, 0, 0, 0);
}

#ui-datepicker-div .ui-state-default.ui-state-highlight {
  background-color: #7835ab;
}

#ui-datepicker-div .ui-state-default.ui-state-active {
  background-color: #7fc94d;
}

#profile_cover {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(17, 0, 255, 0) 50%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    url("../images/innovation.jpg") no-repeat top center/cover;
  height: 530px;
  display: flex;
  align-items: end;
  justify-content: end;
}

#profile_cover img {
  background: #662d91;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 22px;
}

#page-banner {
  --banner-height: 500px;
  min-height: var(--banner-height);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}

#page-banner .page-title {
  padding-top: 125px;
}

@media screen and (max-width: 767px) {
  #page-banner .page-title {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (max-width: 1600px) {
  #page-banner {
    --banner-height: 400px;
  }
}

@media (max-width: 991px) {
  #page-banner {
    --banner-height: 300px;
  }
}

@media (max-width: 576px) {
  #page-banner {
    text-align: center;
  }
}

#page-banner::after,
#page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 53.11%,
    rgba(0, 0, 0, 0.85) 93.78%
  );
  transform: rotate(180deg);
  z-index: -10;
}

#page-banner::before {
  transform: rotate(0deg) !important;
}

.btn-editInfo .btn {
  transition: all 0.3s linear;
  transform: rotate(0deg);
}

.btn-editInfo .dropdown-menu {
  inset: initial !important;
  right: 0 !important;
}

#user-profile {
  margin-top: calc(var(--margin-minus) * -1);
  position: relative;
  z-index: 100;
  --gutter-x-form-bs: 0.5rem;
}

#user-profile .container {
  position: relative;
}

#user-profile .container .btn-edit {
  transform: translateX(calc(var(--gutter-x-form-bs) * -1));
}

#user-profile .recent-blog img {
  max-width: 150px !important;
  width: 100% !important;
  height: 90px;
  display: block;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}

#user-profile .blog-widget {
  --bg-color: #f3f4ff;
  background-color: var(--bg-color);
}

#user-profile .blog-widget > img {
  max-height: 250px !important;
  max-width: 100% !important;
}

@media (min-width: 1200px) {
  #user-profile .post-widget {
    margin-top: calc(var(--margin-minus) + 25px);
  }
}

#user-profile .rewards > img {
  height: 116px;
  transform: scale(0.9, 0.9);
  transition: all 0.3s linear;
}

#user-profile .rewards > img:hover {
  transform: scale(1.3);
}

#user-profile .porfile-img > img {
  --size: 250px;
  width: var(--size);
  height: var(--size);
  object-fit: cover;
  object-position: center;
  border: 8px solid #7fc94d;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.45));
}

@media (max-width: 1200px) {
  #user-profile .porfile-img > img {
    --size: 180px;
  }
}

#user-profile .navPills .nav-pills .nav-link {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-radius: 0;
}

#user-profile .navPills .nav-pills .nav-link.active {
  border-color: #fff !important;
}

@media (max-width: 1600px) {
  #user-profile .article-widget .article-headline > a {
    font-size: 1.55rem !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  #profileShareModal {
    padding: 10px;
  }
}

#profileShareModal .modal-dialog {
  max-width: 820px;
}

#profileShareModal .modal-dialog .modal-body {
  padding: 32px 27px;
}

#profileShareModal .modal-dialog .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#profileShareModal .modal-dialog .text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 35px;
}

#profileShareModal .modal-dialog .text p {
  font-size: var(--heading-5);
}

#profileShareModal .modal-dialog .text p.desc {
  max-width: 500px;
  color: dimgray;
}

#ambassadorNavPills {
  position: relative;
}

#ambassadorNavPills::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 75px);
  height: 1px;
  background-color: #d9d9d9;
}

#ambassadorNavPills li.nav-item .btn {
  position: relative;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-weight: 500;
  --color: #c1c1c1;
}

#ambassadorNavPills li.nav-item .btn::after {
  --size: 12px;
  width: var(--size);
  height: var(--size);
  background: var(--color);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - var(--size) / 2);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 0px 5px #fff, 0px 0px 0px 6px var(--color);
  z-index: 100;
  transition: all 0.3s linear;
}

#ambassadorNavPills li.nav-item .btn.active {
  color: #662d91;
}

#ambassadorNavPills li.nav-item .btn.active::after {
  --size: 18px;
  background: #662d91;
  box-shadow: 0px 0px 0px 5px #fff, 0px 0px 0px 6px #662d91;
}

.tab-content-area {
  margin-block: 70px;
}

.tab-content-area .img-block {
  --size: calc(100% - 50px);
  --padd: 30px;
  padding-top: var(--padd);
  padding-left: var(--padd);
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .tab-content-area .img-block {
    margin-bottom: 70px;
  }
}

.tab-content-area .img-block::after,
.tab-content-area .img-block::before {
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #222;
  z-index: -10;
}

.tab-content-area .img-block::after {
  top: initial;
  left: calc(var(--padd) * -1);
  bottom: calc(var(--padd) * -1);
}

.ambassador-team .ambassador-card {
  text-align: center;
}

@media (max-width: 1600px) {
  .ambassador-team .ambassador-card .name,
  .ambassador-team .ambassador-card .addess {
    font-size: 1.1rem !important;
  }

  .ambassador-team .ambassador-card .social-address a {
    font-size: 0.85rem !important;
  }
}

.ambassador-team .ambassador-card a > img {
  --size: 200px;
  width: var(--size) !important;
  height: var(--size) !important;
  margin: auto;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1600px) {
  .ambassador-team .ambassador-card a > img {
    --size: 175px;
  }
}

.ambassador-form .form-control {
  background: #eaeaea !important;
  min-height: 45px;
}

.ambassador-form .form-control::placeholder {
  color: silver;
}

.ambassador-filter-form .form-group {
  --size: 145px;
  --padd-inline: 10px;
  position: relative;
}

.ambassador-filter-form .form-group::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  height: 2px;
  width: calc(100% - var(--padd-inline));
  background-color: var(--bs-white);
  transition: all 0.3s linear;
}

.ambassador-filter-form .form-group .form-select,
.ambassador-filter-form .form-group .form-control {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #fff;
  box-shadow: none !important;
  outline: 0 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right;
  text-align: left;
  width: var(--size);
  padding-inline: var(--padd-inline);
  padding-block: 15px;
  border-radius: 0 !important;
}

@media (max-width: 576px) {
  .ambassador-filter-form .form-group .form-select,
  .ambassador-filter-form .form-group .form-control {
    --size: 100%;
  }
}

.ambassador-filter-form .form-group .form-select option,
.ambassador-filter-form .form-group .form-control option {
  color: #000;
}

.ambassador-filter-form .form-group .form-control {
  background-image: none !important;
  padding-left: 10px !important;
}

.ambassador-filter-form
  .form-group
  .form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.ambassador-filter-form .form-group .form-control::placeholder {
  color: #ddd;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .special-offer .container {
    --bs-gutter-x: 7rem;
  }

  .special-offer .container > .row {
    --bs-gutter-x: 6rem;
  }
}

.special-offer-widget {
  position: relative;
  display: block;
  --img-height: 475px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
}

@media (max-width: 991px) {
  .special-offer-widget {
    --img-height: 300px;
  }
}

@media (max-width: 1600px) and (min-width: 991px) {
  .special-offer-widget {
    --img-height: 100%;
    width: 25vw;
    height: 25vw;
  }
}

.special-offer-widget > img {
  width: 100%;
  height: var(--img-height);
  object-fit: cover;
  object-position: center;
  border-color: 10px;
  overflow: hidden;
}

.special-offer-widget .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.69) 100%
  );
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.special-offer-widget:hover .overlay {
  opacity: 1;
  visibility: visible;
}

#content-view img.blog-thumb-v2 {
  max-width: 80% !important;
  display: block;
  margin: auto;
  max-height: 350px;
  width: 100%;
}

#content-view * {
  white-space: normal;
  word-break: break-word;
}

@media (min-width: 1400px) {
  #content-view .row.gx-xl-5 {
    --bs-gutter-x: 5rem;
  }
}

@media (min-width: 576px) {
  #content-view .inventional-story article > a > img {
    --max-hght: 275px;
    height: var(--max-hght);
    object-fit: cover;
    object-position: center;
  }
}

#content-view .article-widget .img-view .ratio {
  height: 550px !important;
}

@media (min-width: 576px) {
  #content-view .article-widget .img-view img {
    --max-hght: 500px;
    height: var(--max-hght);
    object-fit: cover;
    object-position: center;
  }
}

.client-list a.clc-item > img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 576px) {
  .client-list a.clc-item > img {
    object-fit: contain;
    object-position: center;
  }
}

.life-style-service {
  --hgt: 585px;
  padding-top: 140px;
  position: relative;
  z-index: 10;
}

.life-style-service::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #f5f5f5;
  z-index: -10;
}

.life-style-service .lifeStyleService-carousle .lifeStyleService-carousleItem {
  border-radius: 40px 0px 40px 0;
  overflow: hidden;
}

.life-style-service
  .lifeStyleService-carousle
  .lifeStyleService-carousleItem
  > img {
  border-radius: 40px 0px 40px 0;
}

.popular-service .carousel-widget h5.title {
  font-size: var(--heading-3);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.online-shop-service img {
  height: 465px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1600px) {
  .online-shop-service img {
    height: 400px;
  }
}

ul.pagination {
  background-color: rgba(0, 0, 0, 0);
  gap: 10px;
  margin-block: 25px !important;
  justify-content: center !important;
  flex-wrap: wrap;
}

ul.pagination .page-item {
  --size: 40px;
  height: var(--size);
  min-width: var(--size);
  border-radius: 100%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}

ul.pagination .page-item .page-link {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #ccc;
  display: inline-block;
  padding: 2px 9px;
  border-radius: 4px;
}

ul.pagination .page-item:first-of-type,
ul.pagination .page-item:last-of-type {
  border-color: #000 !important;
}

ul.pagination .page-item:first-of-type .page-link,
ul.pagination .page-item:last-of-type .page-link {
  color: #000;
}

ul.pagination .page-item:first-of-type.disabled,
ul.pagination .page-item:last-of-type.disabled {
  border-color: #ddd !important;
}

ul.pagination .page-item:first-of-type.disabled .page-link,
ul.pagination .page-item:last-of-type.disabled .page-link {
  color: #ddd;
}

ul.pagination .page-item.active .page-link {
  background-color: #d0d0d0 !important;
  color: #000;
  font-weight: 600;
}

#auth {
  --auth-height: 100vh;
  --form-width: 568px;
}

#auth .auth-height {
  min-height: var(--auth-height);
  display: grid;
  place-items: center;
}

#auth .signIn-bgBanner {
  position: relative;
  background: linear-gradient(141.25deg, #c423bf 1.91%, #47126f 97.91%);
  border-radius: 0 45px 45px 0;
  min-height: var(--auth-height);
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 99%;
  box-shadow: rgb(102 45 145 / 40%) 4px 0px 4px;
}

#auth .signIn-bgBanner .signIn-logo-img {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

#auth .signIn-bgBanner .signIn-logo-img img {
  --size: 180px;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1600px) {
  #auth .signIn-bgBanner .signIn-logo-img img {
    --size: 160px;
  }
}

#auth .signIn-bgBanner .signIn-bg-img {
  background-image: linear-gradient(
      141.25deg,
      rgba(196, 35, 191, 0.3) 1.91%,
      rgba(71, 18, 111, 0.3) 97.91%
    ),
    var(--sign-in-bg-img);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#auth .auth-form-widget .title {
  font-weight: 700;
  font-size: var(--heading-1);
}

#auth .auth-form-widget {
  max-width: var(--form-width);
  width: 100%;
  margin: auto;
}

#auth .auth-form-widget .form-caption > .segment {
  font-size: 30px;
}

@media (max-width: 1600px) {
  #auth .auth-form-widget .form-caption > .segment {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  #auth .auth-form-widget .form-caption > .segment {
    font-size: 22px;
  }
}

#auth .auth-form-widget .form-caption > a {
  color: #bdbdbd;
}

#auth .auth-form-widget .form-caption > a.active {
  font-weight: 700;
  color: #662d91;
}

#auth .auth-form-widget .btn-auth-submit {
  padding-block: 13px;
}

.article-actions .btn > img {
  filter: grayscale(100%);
}

.article-actions .btn.has-response > img {
  filter: initial !important;
}

.content-list .content-list-card {
  --img-height: 275px;
  height: 100% !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.content-list .content-list-card .blog-title > a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-list .content-list-card .blog-title ~ p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-list .content-list-card .date-time {
  font-size: 12px;
}

.content-list .content-list-card .article-actions .btn {
  font-size: 16px;
}

.content-list .content-list-card .article-actions .btn > img {
  max-width: 18px;
  filter: grayscale(100%);
}

.content-list .content-list-card .content-list-card-img {
  height: var(--img-height);
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.content-list .content-list-card .popup-video {
  position: relative;
  display: block;
}

.content-list .content-list-card .popup-video .play-icon {
  font-size: calc(1.5vw + 20px);
  color: red;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}

.content-list .content-list-card .popup-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

@media (max-width: 1600px) {
  .content-list .content-list-card {
    --img-height: 200px;
  }
}

form:not(.auth-form) {
  --bg-clr: #fff;
}

form:not(.auth-form) .form-group {
  position: relative;
}

form:not(.auth-form) .form-group .form-label {
  position: absolute;
  top: -6px;
  left: 14px;
  display: inline-block;
  padding: 0;
  padding-inline: 10px;
  margin: 0;
  background-color: var(--bg-clr);
  line-height: 1;
  font-size: 16px;
}

form:not(.auth-form) .form-group .form-control:not(.form-control-sm) {
  --hght: 55px;
  min-height: var(--hght);
  box-shadow: none !important;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 12px;
  padding-left: 22px;
}

@media (max-width: 1600px) {
  form:not(.auth-form) .form-group .form-control:not(.form-control-sm) {
    --hght: 45px;
  }
}

form:not(.auth-form)
  .form-group
  .form-control:not(.form-control-sm):is(:focus) {
  border-color: #662d91;
}

.comment-lists {
  max-height: 600px;
  overflow-x: hidden;
}

.rate {
  height: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.rate > input {
  display: none;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 24px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★";
}

.rate > input:checked ~ label {
  color: #662d91;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #662d91;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #8e45c5;
}

.rapStar * {
  white-space: initial !important;
  word-break: normal !important;
}

.rapStar {
  display: inline;
  color: #ccc !important;
  cursor: pointer;
  font-size: 32px;
  margin: auto;
  position: relative;
  margin: 0px auto;
  display: table;
  clear: both;
  user-select: none;
}

.rapStarFront {
  top: 0px;
  color: #662d91 !important;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.rapStarDisable {
  cursor: default;
}

.menu {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.menu > svg {
  --menu-size: 40px;
  width: var(--menu-size);
  height: var(--menu-size);
}

.line {
  fill: none;
  stroke: #f3f3f3;
  stroke-width: 6;
  transition: stroke-dasharray 1.2s cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.product-card-widget {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: auto;
}

.product-card-widget .warranty {
  position: absolute;
  top: -10px;
  left: 0;
}

.product-card-widget .price-reduce {
  position: absolute;
  right: 0;
  top: 0;
  clip-path: circle(57.4% at 72% 5%);
}

.product-card-widget .product-card-img {
  position: relative;
}

.product-card-widget .product-card-img > img {
  max-width: 180px;
  margin: auto;
}

.product-card-widget .product-card-img .emi-feature {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

.stickyTop-wrapper {
  transition: all 0.6s linear;
}

.img-box-wizerd > img {
  height: 150px;
  width: 190px;
  object-fit: cover;
  object-position: top;
}

.btn-notify-drop {
  padding: 0;
}

.dropdown-notification {
  width: 325px;
  background-color: var(--bs-gray-400);
  max-height: 400px;
  overflow-x: hidden;
}

.dropdown-notification .notify-card {
  background-color: var(--bs-white);
  font-size: 14px;
}

.dropdown-notification .notify-card + .notify-card {
  margin-top: 5px;
}

.dropdown-notification .notify-card .notify-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}

.dropdown-notification .notify-card .notify-content {
  font-size: 14px;
  font-weight: 500;
}

.dropdown-notification .notify-card .notify-content-date {
  font-size: 11px;
}

.ques-category a {
  border-color: var(--bs-secondary) !important;
}

@media (max-width: 576px) {
  .ques-category a {
    font-size: 16px !important;
    padding: 10px 15px !important;
  }
}

.ques-category a.btn-active {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.icon-input {
  position: relative;
}

.icon-input.is-invalid {
  background: none;
}

.input-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.login {
  background: #92278f !important;
}

.scroll-text {
  font-size: 20px;
}

#sso__widget {
  position: fixed;
  top: 80px;
  right: 5px;
  z-index: 99999;
}

#profile-nav-dropdown {
  background: transparent;
  color: white;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
}

#profile-nav-dropdown option {
  background: var(--bs-primary);
}

/* ======================================= */
/* ============= Blog styles ============= */
/* ======================================= */

.content-list .article-v2 {
  box-shadow: 0px 2px 20px 0px #0000000d;
}

.content-list .article-v2 .article-image {
  height: 280px;
  object-fit: cover;
  object-position: top;
}

.content-list .article-v2 .card-body {
  margin-top: -40px;
}

.content-list .article-v2 .category-v2 {
  background-color: #7fc94d;
  font-size: calc(var(--heading-6) + 2px);
  line-height: 26.54px;
  letter-spacing: -0.02em;
  display: inline-block;
  min-width: 165px;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 15px;
}

.content-list .article-v2 .date-section {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 12px;
}

.content-list .article-v2 .date-section svh {
  width: 24px;
  height: 22px;
}

.content-list .article-v2 .date-section .date {
  font-size: var(--default-font-size);
  color: #707070;
}

.content-list .article-v2 .article-title {
  font-size: var(--heading-5);
  line-height: 31.85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 13px;
}

.content-list .article-v2 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-list .article-v2 .bottom .author {
  display: flex;
  align-items: center;
  gap: 15px;
  width: auto !important;
}

.content-list .article-v2 .bottom .author .author-img {
  width: 35px !important;
  height: 35px !important;
  border: 1px solid #7fc94d;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.content-list .article-v2 .bottom .author .author-name {
  font-size: var(--heading-6);
}

.content-list .article-v2 .bottom .like-comment {
  display: flex;
  align-items: center;
  gap: 23px;
}

.content-list .article-v2 .bottom .like-comment .text {
  color: #434343;
  font-size: var(--default-font-size);
  margin-left: 7px;
}

.content-list .article-v2 .bottom .like-comment svg {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 1600px) {
  .content-list .article-v2 .article-image {
    height: 240px;
  }
}

@media screen and (max-width: 1366px) {
  .content-list .article-v2 .article-image {
    height: 200px;
  }
}

@media screen and (max-width: 1280px) {
  .content-list .article-v2 .category {
    min-width: 150px;
    padding: 6px;
  }

  .content-list .article-v2 .card-body {
    margin-top: -38px;
  }

  .content-list .article-v2 .date-section svg {
    width: 22px;
    height: 20px;
  }

  .content-list .article-v2 .bottom .like-comment svg {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 575px) {
  .content-list .article-v2 .bottom .author {
    gap: 8px;
  }

  .content-list .article-v2 .bottom .like-comment {
    gap: 15px;
  }

  .content-list .article-v2 .bottom .like-comment .text {
    margin-left: 4px;
  }
}

/* ======================================= */
/* =========== Training styles =========== */
/* ======================================= */

.traning-card-v2 {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px 0;
}

.traning-card-v2 .top-img {
  position: relative;
  margin: 0;
}

.traning-card-v2 .top-img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #00000000 40%, rgba(0, 1, 10, 0.5));
  left: 0;
  top: 0;
  border-radius: 6px;
}

.traning-card-v2 .top-img img {
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.traning-card-v2 .top-img .card-category {
  position: absolute;
  right: 0;
  bottom: 17px;
  background-color: #7fc94d;
  border-radius: 6px 0px 0px 6px;
  font-size: var(--heading-6);
  line-height: 28px;
  padding: 0 20px;
  z-index: 1;
}

.traning-card-v2 .card-body {
  padding: 12px 24px 20px;
}

.traning-card-v2 .card-body .type {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.traning-card-v2 .card-body .type img {
  height: 47px !important;
  width: 47px !important;
  object-fit: contain !important;
}

.traning-card-v2 .card-body .type .type-name {
  font-size: var(--heading-6);
}

.traning-card-v2 .card-body .card-title a {
  font-size: var(--heading-5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.traning-card-v2 .card-body .card-description {
  font-size: var(--heading-6);
  height: 72px !important;
  overflow: hidden !important;
  margin: 10px 0;
}

.traning-card-v2 .card-body .date {
  color: #848484;
  font-size: var(--default-font-size);
  line-height: 21.23px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

@media screen and (max-width: 1400px) {
  .traning-card-v2 .card-body .card-title a {
    min-height: auto;
    -webkit-line-clamp: 1;
  }

  .traning-card-v2 .card-body .card-description {
    min-height: 44px;
    -webkit-line-clamp: 2;
  }

  .traning-card-v2 .card-body .type img {
    height: 40px;
  }

  .traning-card-v2 .card-body .type {
    min-height: 35px;
  }

  .traning-card-v2 .top-img img {
    height: 240px;
  }
}

@media screen and (max-width: 575px) {
  .traning-card-v2 .card-body .card-description {
    min-height: auto;
    -webkit-line-clamp: 4;
  }

  .traning-card-v2 .top-img img {
    max-height: 220px;
  }

  .traning-card-v2 .card-body .type {
    min-height: auto;
  }
}

.training-details-view {
  margin-top: 120px;
  padding-bottom: 40px;
}

.training-details-view #long_description {
  display: none;
}

.training-details-view .course-description {
  font-size: 16px;
  margin-top: 10px;
}

.training-details-view .line-title {
  min-width: 150px;
}

/* ======================================= */
/* =========== Content card styles ======= */
/* ======================================= */

.card.content-card-v2 {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 6px 0;
  border-radius: 6px;
}

.card.content-card-v2:hover .card-img-top {
  transform: scale(1.1) rotate(5deg);
}

.card.content-card-v2 .card-img-top {
  border-radius: 6px;
  height: 240px;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-in-out;
}

.card.content-card-v2 .card-body {
  padding: 16px 15px 10px;
}

.card.content-card-v2 .card-body .author-info .author-img img {
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 5px 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.card.content-card-v2 .card-body .author-info .info .author-name {
  font-size: var(--heading-6);
  margin-bottom: 3px;
  display: block;
}

.card.content-card-v2 .card-body .author-info .info .date-time p {
  font-size: var(--default-font-size);
  margin-left: 5px;
  color: #707070;
}

.card.content-card-v2 .card-body .author-info .info .date-time svg {
  height: 20px;
}

.card.content-card-v2 .card-body .post-title {
  font-size: var(--heading-5);
  margin-top: 15px;
  margin-bottom: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.card.content-card-v2 .card-body .actions {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 6px;
}

.card.content-card-v2 .card-body .actions svg {
  height: 20px;
}

.card.content-card-v2 .card-body .actions p {
  line-height: normal;
  font-size: var(--default-font-size);
}

.card.content-card-v2 .card-body .type {
  margin-bottom: 7px;
}

.card.content-card-v2 .card-body .type .top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.card.content-card-v2 .card-body .type .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.card.content-card-v2 .card-body .type p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--default-font-size);
}

.card.content-card-v2 .card-body .type .top-title {
  font-size: var(--heading-6);
  line-height: 23px;
  color: #7fc94d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1600px) {
  .card.content-card-v2 .card-body .post-title {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .card.content-card-v2 .card-img-top {
    height: 210px;
  }
}

/* ======================================= */
/* =========== Achievement Popover ======= */
/* ======================================= */

.achievement-popover {
  background-color: #662d91;
  color: #fff;
  padding: 26px 34px;
  border-radius: 10px;
  max-width: 300px;
  border: none;
}

.achievement-popover .popover-content .title {
  font-size: var(--heading-5);
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}

.achievement-popover .popover-content ul {
  list-style: disc;
  padding-left: 18px;
}

.achievement-popover .popover-content ul li {
  font-size: var(--default-font-size);
  line-height: 23px;
}

.achievement-popover .popover-arrow {
  --bs-popover-bg: #662d91;
}

.achievement-popover.bs-popover-auto[data-popper-placement^="right"]
  > .popover-arrow,
.achievement-popover.bs-popover-auto[data-popper-placement^="left"]
  > .popover-arrow {
  top: -20% !important;
}

/* ======================================= */
/* =========== Publication Card ========== */
/* ======================================= */

.publication-card-v2 {
  margin-bottom: 35px;
}

.publication-card-v2 .top-img {
  height: 220px;
  border-radius: 8px;
  border: 0.5px solid #b6b6b6;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.publication-card-v2 .details .title {
  font-size: var(--heading-5);
  font-weight: 600;
  line-height: 32.68px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 17px;
  margin-bottom: 21px;
}

.publication-card-v2 .details .categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.publication-card-v2 .details .categories a,
.publication-card-v2 .details .categories button {
  font-size: var(--default-font-size);
  line-height: 20px;
  padding: 8px 25px;
  background-color: #f8f8f8;
  border: 0.5px solid #ccced8;
  border-radius: 23px;
}

.publication-card-v2 .details .categories a::after,
.publication-card-v2 .details .categories button::after {
  display: none;
}

.publication-card-v2 .details .categories a:hover,
.publication-card-v2 .details .categories button:hover {
  background-color: #662d91;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .publication-card-v2 .details .title {
    margin-top: 13px;
    margin-bottom: 15px;
  }

  .publication-card-v2 .details .categories a,
  .publication-card-v2 .details .categories button {
    padding: 6px 20px;
  }

  .publication-card-v2 .details .categories {
    gap: 7px;
  }
}

@media screen and (max-width: 1400px) {
  .publication-card-v2 .details .categories a,
  .publication-card-v2 .details .categories button {
    padding: 5px 15px;
  }

  .publication-card-v2 .top-img {
    height: 180px;
  }
}

@media screen and (max-width: 575px) {
  .publication-card-v2 .details .title {
    margin-top: 5px;
    margin-bottom: 8px;
  }
}

/* ======================================= */
/* =========== Content interaction ======= */
/* ======================================= */

#content-view .interaction-v2 .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 18px;
  border-bottom: 0.5px solid #000000;
}

#content-view .interaction-v2 .top svg {
  height: 26px;
  margin-right: 8px;
}

#content-view .interaction-v2 svg {
  height: 26px;
}

#content-view .interaction-v2 .bottom {
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}

#content-view .interaction-v2 .bottom .share-report {
  display: flex;
  align-items: center;
  gap: 19px;
}

#content-view .interaction-v2 .share,
#content-view .interaction-v2 .report {
  cursor: pointer;
}

@media (max-width: 1600px) {
  #content-view .interaction-v2 svg {
    height: 22px;
  }
}

@media (max-width: 1400px) {
  #content-view .interaction-v2 svg {
    height: 16px;
  }

  #content-view .interaction-v2 .top,
  #content-view .interaction-v2 .bottom .share-report {
    column-gap: 1rem;
    row-gap: 0.5rem;
  }

  #content-view .interaction-v2 .top {
    padding-bottom: 12px;
  }

  #content-view .interaction-v2 .bottom {
    padding-top: 10px;
  }
}

/* ======================================= */
/* =========== Profile training list ===== */
/* ======================================= */

.profile-training-list .item .img {
  width: 100%;
  height: 150px;
  border-radius: 5px;
}

.profile-training-list .item .texts {
  margin-top: 10px;
}

.profile-training-list .item .texts p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}

.profile-training-list .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  margin: 0 !important;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 94.35%
  ) !important;
  padding: 0 20px !important;
}

.profile-training-list .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  margin: 0 !important;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 94.35%
  ) !important;
  padding: 0 20px !important;
}

.profile-training-list .item:hover .actions {
  display: block !important;
}

.profile-training-list .actions {
  display: none !important;
  border: none !important;
}

/* ======================================= */
/* ========= At a glance (Home page) ===== */
/* ======================================= */

#teacher_glance_v2 {
  padding-top: 50px;
  padding-bottom: 116px;
}

#teacher_glance_v2 .section-title::after {
  display: none;
}

#teacher_glance_v2 .divider {
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  margin-bottom: 118px;
}

#teacher_glance_v2 .aag_tp {
  transition: all 0.5s ease-in-out;
}

#teacher_glance_v2 .aag_tp:hover {
  transform: scale(1.05);
}

#teacher_glance_v2 .aag_tp:hover .number {
  text-shadow: 1px 1px hsl(0deg 0% 0% / 50%);
}

#teacher_glance_v2 .aag_tp:hover .description {
  text-shadow: 1px 1px hsl(0deg 0% 0% / 50%);
}

#teacher_glance_v2 .counter .number {
  font-size: calc(var(--heading-1) + 8px);
  line-height: 78px;
  transition: all 0.5s ease-in-out;
}

#teacher_glance_v2 .counter .description {
  font-size: calc(var(--heading-4) + 2px);
  line-height: 42px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1600px) {
  #teacher_glance_v2 {
    padding-top: 25px;
    padding-bottom: 50px;
    background-size: 150px;
    background-position-y: 70px;
  }

  #teacher_glance_v2 .section-title {
    margin-bottom: 25px;
  }

  #teacher_glance_v2 .divider {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 1400px) {
  #teacher_glance_v2 {
    background-size: 150px;
    background-position-y: 50px;
  }
}

@media screen and (max-width: 991px) {
  #teacher_glance_v2 {
    background-size: auto;
  }
}

.bottom-line {
  position: relative;
  padding-bottom: 12px;
}

.bottom-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #aeaeae;
}

.bottom-line::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 3px;
  background: #662d91;
  z-index: 99;
}

.point-desc {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 12px;
}

.point-desc .point {
  font-size: var(--heading-6);
  background-color: #662d91;
  color: #fff;
  display: inline-block;
  padding: 3px 5px 3px 9px;
  border-radius: 23px 0px 0px 0px;
  position: relative;
}

.point-desc .point::before {
  content: "";
  display: block;
  inset: 0;
  background-color: #d9d9d9;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  top: 3px;
  left: 3px;
  z-index: -1;
  border-radius: inherit;
}

.point-desc .desc {
  font-size: 15px;
}

#success-story .popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#success-story .yt-icon {
  color: #ec0000;
  font-size: 65px;
}

.shadow-md {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}

/* ======================================= */
/* ========= Lifestyle Service =========== */
/* ======================================= */

#life-style-service-v2 .sorting-div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

#life-style-service-v2 .sorting-div .category {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}

#life-style-service-v2 .sorting-div .category .ctg-btn {
  background-color: #f0f0f0;
  border: none;
  outline: none;
  padding: 6px 30px;
  font-size: var(--heading-6);
  border-radius: 6px;
}

#life-style-service-v2 .sorting-div .category .ctg-btn.active {
  background: linear-gradient(180deg, #92278f 0%, #662d91 100%);
  color: #fff;
}

#life-style-service-v2 .sorting-div .s-dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #707070;
  font-size: var(--default-font-size);
}

#life-style-service-v2 .sorting-div .s-dropdown .custom-select {
  border: 1px solid #ccced8;
  outline: none;
  font-size: var(--heading-6);
  padding: 3px 13px;
  min-width: 170px;
  border-radius: 16px;
}

#life-style-service-v2 .sorting-div .s-dropdown label {
  flex-shrink: 0;
}

@media screen and (max-width: 1600px) {
  #life-style-service-v2 .sorting-div .category {
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  #life-style-service-v2 .sorting-div {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  #life-style-service-v2 .sorting-div .category {
    max-width: 100%;
    gap: 10px;
  }
}

.lifestyle-service-v2 .img-card {
  position: relative;
  /* overflow: hidden; */
}

.lifestyle-service-v2 .img-card .main-img,
.lifestyle-service-v2-2 .img-card .main-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 6px;
}

.lifestyle-service-v2 .img-card .main-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
}

.lifestyle-service-v2 .img-card .badge-d {
  font-size: var(--heading-6);
  padding: 3px 34px;
  background: #f0f0f0;
  border-radius: 6px;
  color: #000;
}

.lifestyle-service-v2 .img-card .hover-text .title {
  font-size: var(--heading-5);
}

.lifestyle-service-v2 .img-card .hover-text {
  background: linear-gradient(180deg, #92278f 0%, #662d91 100%);
  color: #fff;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 21px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.lifestyle-service-v2 .img-card:hover .hover-text {
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  .lifestyle-service-v2 .img-card .main-img,
  .lifestyle-service-v2-2 .img-card .main-img {
    height: 400px;
  }
}

@media screen and (max-width: 1400px) {
  .lifestyle-service-v2 .img-card .main-img,
  .lifestyle-service-v2-2 .img-card .main-img {
    height: 350px;
  }
}

@media screen and (max-width: 1300px) {
  .lifestyle-service-v2 .img-card .main-img,
  .lifestyle-service-v2-2 .img-card .main-img {
    height: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .lifestyle-service-v2 .img-card .main-img,
  .lifestyle-service-v2-2 .img-card .main-img {
    height: 340px;
  }
}

@media screen and (max-width: 991px) {
  .lifestyle-service-v2 .img-card .hover-text {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 480px) {
  .lifestyle-service-v2 .img-card .main-img,
  .lifestyle-service-v2-2 .img-card .main-img {
    height: 290px;
  }
}

.lifestyle-service-v2-2 .img-card {
  position: relative;
}

.lifestyle-service-v2-2 .img-card .hoverable-div {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 6px 6px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 11px 16px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.lifestyle-service-v2-2 .img-card .hoverable-div .a-link {
  width: 100%;
}

.lifestyle-service-v2-2 .img-card:hover .hoverable-div {
  opacity: 1;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.shadow-sm {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important;
}

nav.navbar.black-nav-top {
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.125);
}

nav.navbar.black-nav-top .nav-link {
  color: #000000;
  font-weight: 400;
}

nav.navbar.black-nav-top .right-div .top {
  color: #000000;
}

nav.navbar.black-nav-top .right-div .bottom {
  border-top: 0.25px solid rgba(0, 0, 0, 0.5);
}

nav.navbar.black-nav-top .right-div .bottom .search .input-group {
  border: 0.25px solid rgba(0, 0, 0, 0.5);
  position: relative;
}

nav.navbar.black-nav-top .right-div .bottom .search input,
nav.navbar.black-nav-top .right-div .bottom .search input::placeholder {
  color: #000000;
}

nav.navbar.black-nav-top .right-div .bottom .search i {
  background: #92278f;
  color: #ffffff;
  border-radius: 35px !important;
  position: absolute;
  right: -1px;
  height: 100%;
  width: 35px;
  display: flex;
  justify-content: right;
  align-items: center;
}

nav.navbar.black-nav-top .dropdown-toggle::after {
  filter: invert(100%);
}

nav.navbar.black-nav-top .right-div i {
  color: #000000;
}

nav.navbar.black-nav-top .right-div .bottom .login i {
  color: #ffffff;
}

nav.navbar.black-nav-top .right-div .bottom a.main-link {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

nav.navbar.black-nav-top .navbar-toggler {
  filter: invert(1) !important;
}

#fb_iframe_parent .iframe-inject-page {
  height: 340px;
  overflow: hidden;
}

@media (min-width: 1280px) {
  #special_notice_carousel .carousel-indicators,
  #on_this_day_carousel .carousel-indicators {
    left: 42%;
  }
}

@media screen and (max-width: 767px) {
  #profile-content-tab {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}