.roboto-<uniquifier > {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

p {
  line-height: 34px;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.elementor-kit-13552 h1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
}

.tv-pt {
  position: relative;
  display: block;
  width:100%;
  height: calc(100vh - 80px - 20px);
}

.tv-pt-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 240px;
}

.tv-pt-inner-mentors {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 150px;
}

.p-icon {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: #111;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding-top: 3px;
  color: #fff;
}

.p-text {
  border-radius: 10px;
  height: auto;
  width: auto;
  background-color: #30709d;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding-top: 3px;
  color: #fff;
  padding: 5px;
}

.arrox-el-title {
  font-size: 32px;
  color: #fff !important;
  line-height: 36px;
  margin-bottom: 20px;
}
/* ===================================
    Cursor
====================================== */

#aimated-cursor {
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}

#cursor {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
  background-image: url("../img/cursor.png");
}

#cursor:before {
  font-family: FontAwesome;
  content: "\f053";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  left: -12px;
  top: 9px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0);
}

#cursor-loader {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-9px, -9px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 9px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
  0% {
    -webkit-transform: translate(-7px, -7px) rotate(0deg);
    transform: translate(-7px, -7px) rotate(0deg);
  }

  95% {
    -webkit-transform: translate(-7px, -7px) rotate(350deg);
    transform: translate(-7px, -7px) rotate(350deg);
  }

  100% {
    -webkit-transform: translate(-7px, -7px) rotate(360deg);
    transform: translate(-7px, -7px) rotate(360deg);
  }
}

.arrow-blk {
  display: flex;
  align-items: center;
  line-height: 2.5rem;
  color: #fff;
  justify-content: start;
}

.arrow-blk-2 {
  color: #000;
  font-size: 16px;
}

.arrow-blk-3 {
  display: flex;
  align-items: center;
  line-height: 2.5rem;
  color: #fff;
}

.mad-h4 {
  font-size: 22px;
  font-weight: 600;
}

.p-text1 {
  font-size: 16px;
  line-height: 28px;
}

.st-big {
  font-weight: bold;
}

.arrow-blk-3 {
  align-items: baseline;
  margin-bottom: 10px;
}

.line-ht {
  line-height: 32px;
}

.model-tv {
  height: 600px;
  overflow-y: scroll;
  max-height: 100%;
  padding: 20px;
}

.tparrows1 {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: block;
  z-index: 1000;
  background: url(../img/arrow-white.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.tparrows-blue {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: block;
  z-index: 1000;
  background: url(../img/arrow-blue.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.mb-5 {
  margin-bottom: 10px;
}

.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 5px solid #396aaf;
  border-right: 5px solid #396aaf;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

.slider-social {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  z-index: 13;
}

.slider-social a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  margin: 9px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.hovicon {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff;
}

.hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hovicon:before {
  speak: none;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.hovicon.effect-8 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-8:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.hovicon.effect-8:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
.hovicon.effect-8:hover i {
  color: #fff;
}
.hovicon.effect-8:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

body {
  cursor: url("../img/cursor.png"), auto;
}

.tv-slide-video {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #0b0244;
  background-image: url(../wp-content/uploads/2025/05/01hero.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0.3;
}
.tv-slide-video video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.side-toggle .dot {
  display: none;
}
.tv-text-left {
  text-align: left !important;
  margin-top: 8px;
}
.tv-text-right {
  text-align: right;
}
.arrow-blk-end {
  justify-content: start;
}

@media (max-width: 992px) {
  .tv-slide-video video {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .elementor iframe,
  .elementor video {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .portfolio-4 .portfolio-4-pagination,
  .portfolio-4__slider__arrow {
    display: none !important;
  }
  .portfolio-4__content-title {
    font-size: 32px;
  }
  .portfolio-4__list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .portfolio-4__list {
    opacity: 0;
    display: flex;
    margin-top: 10px;
    align-items: center;
    transform: translateY(-150px);
    margin-bottom: 10px;
  }

  .arrox-el-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  .arrow-blk {
    line-height: 2rem;
  }
  .tv-text-right {
    text-align: left;
  }
  .arrow-blk {
    justify-content: start;
  }
}

.sidebar {
  width: 50%;
  background: #ffffff;
  border-left: 1px solid #e5e7eb;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.3s;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  position: absolute;
  z-index: 9999;
}

.sidebar.collapsed {
  transform: translateX(100%);
}

.toggle-btn {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 1000;
  transition: right 0.3s;
}

.toggle-btn.collapsed {
  right: 20px;
}

.sidebar-header {
  border-bottom: 1px solid #e5e7eb;
}

.notification-badge {
  background: #ef4444;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
}

.user-status {
  width: 10px;
  height: 10px;
  background: #10b981;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
  .toggle-btn {
    right: 20px;
  }
}

.carousel-indicators {
  position: unset;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 1em;
}
.carousel-indicators [data-bs-target] {
  text-indent: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.carousel-indicators [data-bs-target].active {
  color: #4eb3fa;
}
.carousel {
  background-color: transparent;
}
.carousel-inner p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}
.tv-carousel-scroll {
  padding: 0;
  height: 325px;
  overflow-y: scroll;
  width: 100%;
  max-height: 100%;
  display: flex;
  align-items: start;
}
@media screen and (min-width: 576px) {
  .carousel {
    padding: 0;
  }
}

.mentors-block {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

#rotate {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

#rotate li {
  animation: func 60s linear 0s infinite;
  list-style-type: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: no-repeat 50% 30% / cover;
  opacity: 0;
}
#rotate li:nth-child(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
}

#rotate li:nth-child(2) {
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
}

#rotate li:nth-child(3) {
  animation-delay: 24s;
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
}

#rotate li:nth-child(4) {
  animation-delay: 36s;
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
}

#rotate li:nth-child(5) {
  animation-delay: 48s;
  -webkit-animation-delay: 48s;
  -moz-animation-delay: 48s;
  -o-animation-delay: 48s;
}

#rotate li:nth-child(5) {
  animation-delay: 48s;
  -webkit-animation-delay: 48s;
  -moz-animation-delay: 48s;
  -o-animation-delay: 48s;
}

@keyframes func {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.fadein img {
  position: absolute;
  left: -65px;
  top: 0;
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#f1 {
  -webkit-animation-delay: -25s;
  background-color: #326cab;
}
#f2 {
  -webkit-animation-delay: -20s;
  background-color: #0e3a3f;
}
#f3 {
  -webkit-animation-delay: -15s;
  background-color: #4c4c4c;
}

#f4 {
  -webkit-animation-delay: -10s;
  background-color: #4c4c4c;
}

#f5 {
  -webkit-animation-delay: -5s;
  background-color: #4c4c4c;
}

#f6 {
  -webkit-animation-delay: -5s;
  background-color: #4c4c4c;
}

.nav-pills .nav-link {
  background-color: transparent;
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--white);
  background-color: #30709d;
}
.text-bg-primary {
  color: #fff !important;
  background-color: #30709d !important;
}
.contact-bg {
  border-radius: 20px;
  opacity: 0.7;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.con-btn {
  background-color: #30709d;
  color: #fff;
}
.page-footer {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}

.carousel-nav-icon > .fa {
  font-size: 28px;
}

html[data-bs-theme="dark"] div.carousel-nav-icon > svg {
  fill: #fff !important;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

/* Nothing below this point is needed. */
.dark-mode-toggle {
  bottom: 3%;
  right: 3%;
  z-index: 10;
}
.dark-mode-toggle,
.dark-mode-toggle > *,
.dark-mode-toggle > * > * {
  cursor: pointer;
}

.card {
  background-color: transparent;
}

.card h3 {
  color: #fff;
  margin-bottom: 20px;
}

.home-title {
  font-size: 65px;
}

.video-hd-tuv {
  height: inherit;
  width: 100%;
  background-color: #0b0244;
  opacity: 0.4;
}

.video-hd-tuv-home {
  height: inherit;
  width: 100%;
  background-color: #0b0244;
  opacity: 1;
}

.ht-hight {
    height: 100vh;
	display: flex;
    align-content: center;
}

.home-text {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 100px;
}

.tv-md-mt {
    margin-top: 10px;
}

@media (max-width: 992px) {
  .tv-md-col {
    flex-direction: column;
  }
  .tv-md-mt {
    margin-top: 30px;
  }
  .arrow-blk-end {
    justify-content: start;
  }
  .home-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .contact-bg {
    height: auto;
  }
  .video-hd-tuv {
    height: 100%;
    width: inherit;
  }
  .cont-3 {
    margin-bottom: 20px;
  }
  .tv-pt-1 {
    height: 600px;
    overflow-y: scroll;
  }
  .gap-mb {
    margin-bottom: 25px;
  }
  .portfolio-4__list {
    flex-direction: column;
   }
}

.box {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 400px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.imgbox::before {
  content: ""; /* Required for pseudo-elements */
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.05deg,rgba(102,148,210,0) .04%,#6694d2 52.29%);
  opacity: 0.2; /* Adjust opacity for the overlay effect */
  border-radius: inherit; /* Inherit border-radius from the parent */
}

.box:hover {
  transform: translateY(-30px);
  box-shadow: 0 50px 50x rgba(0, 0, 0, 0.5);
}

.box .imgbox {
  position: relative;
  height: 400px;
}

.box .imgbox img {
  transition: 0.5s;
}

.tv-pd-box {
  display:flex;
  justify-content:space-between;
}

.box:hover .imgbox img {
  opacity: 0.5;
  transform: translateY(-20px);
  transform: scale(1.5);
}

.box .content {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.5s;
  opacity: 0;
  text-align: center;
  margin: 0 auto;
  right: 0;
}

.box:hover .content {
  opacity: 1;
  bottom: 0;
}

.box .content h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.box .content p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.box .content .btnD {
  border: none;
  background: #060030;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  font-weight: 700;
  transition: 0.5s;
}

.box .content .btnD:hover {
  background: #060030;
}

.modal-xl {
  --bs-modal-width: 95%;
  border: 1px solid #ccc;
  top:15%;
}

.modal-header {
    border-bottom: none;
	align-items: start;
}

.modal-header .btn-close {
    font-size: 32px;
    color: #fff;
}

.btn-close {
    background: none;
}

.modal-content {    
    color: #fff;
    background-color:rgba(6, 0, 48, 0.9);
}

.modal-title {
    width: 80%;
}

.modal-body p {
    color: #f2f2f2;
}

.imgbox img {
    height: 100%;
}

.arrox-text-dark {
    font-size: 32px;
    color: #333 !important;
    line-height: 36px;
    margin-bottom: 20px;
}

.tvs-primary {
    font-size: 1.5rem;
    border:1px solid #fff;
	padding:10px;
	color:#fff;
	margin-top:10px;
}

.tvs-primary:hover {
	background-color:#30709d;
}

.ht-hight-home {

}

.ht-hight .col-tv-12 {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-content: stretch;
    align-items: stretch;
    justify-content: center;
}

.carousel-item .card {
    margin-top: 7px;
}

.tuv-opt-contact {
    opacity: .6;
}

.pd-tuv {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
.box .imgbox {
  height: 220px;
}
.modal-header .btn-close {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-text {
    display: flex;
    height: 100%;
    align-items: center;
    margin-top: 0;
    padding-left: 20px;
}

.tv-pd-box {
    width: 30%;
    margin-bottom: 20px;
}
.tv-mt-sm {    
    margin-top: 50px;
}
.box {
    height: auto;
}
.imgbox::before {
  opacity: 1; /* Adjust opacity for the overlay effect */
}

.line-ht {
  line-height: 22px;
}

.ht-hight {
  height: auto;
  margin-top: 150px;
}

.ht-hight-home {
    height: 100vh;
	margin-top: 0;
}

.tv-pt-inner-mentors {
    margin-top: 140px;
}

.tuv-opt-contact {
    opacity: .4;
}
.box .content {
    bottom: 25px !important;
}
.box .content, .box .content .btnD {
    padding: 5px;
}
.box .content h3 {
    font-size: 14px;
}
.pd-tuv-sm {
    padding-left: 30px;
    padding-right: 30px;
}
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.50) !important;
  border-radius: 20px;
}

.page-header .normal-logo {
  margin-top:-22px;
}

.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

