:root {
  --font: "Open Sans", sans-serif;
  --accent-color: #202a79;
  --secondary-color: #ea2931;
  --black-color: #000;
  --white-color: #fff;
  --dark-color: #160c0c;
  --header-color: var(--accent-color);
  --color-two: #f3615f;
  --color-three: #c85688;
  --color-four: #865994;
  --color-five: #485680;
  --color-six: #2f4858;
  --grey-color: #333;
  --grey-extra-light: #ebebeb;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.topbar {
  /* position: relative; */
  padding: 9.5px 0;
  background-color: #1d253a;
  z-index: 1;
}
.topbar::after,
.topbar::before {
  content: "";
  width: calc((100% - 1207px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.topbar::before {
  background-color: #0ea5e966;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
}
.topbar::after {
  z-index: 1;
  background-image: linear-gradient(to bottom right, #1cc8e0, #5d6aef);
  clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 8% 100%);
}
.mainHeaderLogo a,
.topbar .container {
  z-index: 2;
  position: relative;
}
.main-header .sidebar-btn__toggler,
.mainHeaderInner::before {
  background-image: linear-gradient(to bottom right, #0ea5e9, #4f46e5);
}
.topbar__inner {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.topbar__social {
  display: flex;
  gap: 10px;
  align-items: center;
}
.social-links,
.social-links a {
  display: flex;
  align-items: center;
}
.topbar__social__title {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.25;
}
.social-links {
  flex-wrap: wrap;
  gap: 11px;
}
.social-links a {
  width: 40px;
  height: 40px;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  transition: 0.5s;
}
.topbar__info,
.topbar__right {
  align-items: center;
  display: flex;
}
.social-links a:hover {
  border-color: #4f46e5;
  background-color: #4f46e5;
}
.social-links__icon {
  display: inline-flex;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
}
.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover .social-links__icon {
  color: #fff;
  animation: 0.5s slideTop;
}
.topbar .social-links a {
  width: 28px;
  height: 28px;
  border-color: #92918f;
}
.topbar .social-links a:hover {
  border-color: #4f46e5;
}
.topbar .social-links__icon {
  font-size: 12px;
  color: #92918f;
}
.mainHeaderSrc:hover,
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li.dropdown:hover > a::after,
.main-menu .main-menu__list > li.megamenu:hover > a::after,
.main-menu .main-menu__list > li:hover > a,
.topbar__info__icon {
  color: #4f46e5;
}
.topbar__info__icon {
  color: #fff;
}
.topbar__right {
  gap: 34px;
  margin-right: 50px;
}
.topbar__info {
  margin: 0;
  gap: 43px;
}
.topbar__info li {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 1.285;
}
.topbar__info li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  right: -21.5px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  background-color: rgba(#fff, 0.29);
}
.topbar__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0
    1px no-repeat;
  transition: 0.5s;
}
.topbar__info li a:hover {
  background-size: 100% 1px;
  color: #4f46e5;
}
.main-menu .main-menu__list li ul li > a,
.main-menu .main-menu__list > li > a {
  color: #333;
  text-transform: capitalize;
  font-weight: 600;
}
.topbar__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 1px;
  font-size: 14px;
}
.main-header {
  position: relative;
  z-index: 999;
  background-color: transparent;
}
.main-header > .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .main-header > .container {
    max-width: 1715px;
    margin-right: 0;
    padding-right: 0;
  }
}
.main-header > .container::before {
  content: "";
  width: calc(100% - 115px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}
.mainHeaderInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-left: 69px;
  padding-right: 17px;
  border-bottom: 0.5px solid gray;
}
@media (max-width: 1599px) {
  .mainHeaderInner {
    padding-left: 20px;
  }
}
.mainHeaderInner::before {
  display: none;
  content: "";
  width: 128px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4f46e5;
  clip-path: polygon(42% 0, 100% 0, 37% 50%, 100% 100%, 42% 100%, 0 50%);
}
.mainHeaderInner::after {
  content: "";
  width: 57px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1d253a;
}
@media (max-width: 1399px) {
  .topbar::after,
  .topbar::before {
    display: none;
  }
  .mainHeaderInner {
    padding-right: 0;
  }
  .mainHeaderInner::after {
    display: none;
  }
}
.mainHeaderLogo {
  display: inline-block;
  position: relative;
  z-index: 1;
  display: flex;
}
@media (max-width: 390px) {
  .mainHeaderLogo {
    margin-right: 20px;
  }
}
.mainHeaderLogo::before {
  content: "";
  width: 140px;
  height: calc(100%);
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  background-color: #fff;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
}
@media (max-width: 1299px) {
  .main-header > .container::before {
    width: 100%;
  }
  .mainHeaderInner {
    padding-left: 0;
  }
  .mainHeaderInner::before,
  .mainHeaderLogo::before {
    display: none;
  }
}
.mainHeaderLogo a {
  display: inline-block;
  display: flex;
  align-items: center;
}
.mainHeaderLogo img {
  height: 75px;
  width: auto;
  margin-left: -10px;
}
.headerLogoTitle {
  font-size: 17.5px;
  max-width: 290px;
  font-weight: 700;
  color: #10441f;
}
.mainHeaderRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header__nav {
  margin-right: 30px;
}
.mainHeaderSrc {
  display: inline-flex;
  position: relative;
  font-size: 26px;
  color: #222;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .main-header {
    background-color: #fff;
  }
  .mainHeaderInner {
    padding: 20px 0;
  }
  .main-header__nav {
    display: none;
  }
  .mainHeaderSrc {
    margin-left: 50px;
  }
}
.mainHeaderBtn,
.main-menu .main-menu__list > li + li {
  margin-left: 15px;
}
.mainHeaderSrc::before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: RGBA(34, 34, 34, 0.3);
}
@media (max-width: 430px) {
  .mainHeaderSrc {
    margin-left: 18px;
  }
  .mainHeaderSrc::before {
    left: -7px;
  }
}
@media (max-width: 767px) {
  .topbar {
    display: none;
  }
  .mainHeaderBtn {
    display: none !important;
  }
}
.main-header .sidebar-btn__toggler {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 268px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background-color: #4f46e5;
  border: 6px solid #fff;
  transition: 0.5s;
}
@media (max-width: 1900px) {
  .main-header .sidebar-btn__toggler {
    margin-left: 100px;
  }
}
@media (max-width: 1599px) {
  .main-header .sidebar-btn__toggler {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .mainHeaderSrc::before {
    display: inline-block;
  }
  .main-header .sidebar-btn__toggler {
    width: 70px;
    height: 70px;
    border: none;
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .topbar {
    padding: 15px 0;
  }
  .main-header .sidebar-btn__toggler,
  .topbar__social {
    display: none;
  }
  .topbar__right {
    width: 100%;
    justify-content: space-between;
  }
}
.main-header .sidebar-btn__toggler:hover {
  background-color: #1d253a;
}
.main-header .sidebar-btn__toggler__icon {
  display: inline-flex;
  font-size: 28px;
  color: #fff;
  transition: 0.5s;
}
.main-header .sidebar-btn__toggler:hover .sidebar-btn__toggler__icon {
  color: #fff;
}
.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.5s;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span {
  background-color: #4f46e5;
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-header > .container {
    max-width: 1715px;
    margin-right: 0;
  }
  .mobile-nav__btn {
    display: none;
  }
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
  padding-top: 47px;
  padding-bottom: 47px;
}
.HeaderContainer,
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-menu .main-menu__list > li > a {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 1.25;
  transition: 0.5s;
}
.main-menu .main-menu__list > li.dropdown > a,
.main-menu .main-menu__list > li.megamenu > a {
  padding-right: 16px;
}
.main-menu .main-menu__list > li.dropdown > a::after,
.main-menu .main-menu__list > li.megamenu > a::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  color: #1d253a;
  transition: 0.5s;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 20px 11px;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.7s;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: -15px !important;
  right: -15px !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  transition: 0.3s linear;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0;
  pointer-events: none;
}
.main-menu .main-menu__list li.megamenu:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: perspective(500px) rotateX(0);
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0;
}
.main-menu .main-menu__list li.megamenu ul li {
  margin: 0;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 15px;
  line-height: 26px;
  display: flex;
  padding: 8px 15px 8px 30px;
  transition: 0.4s;
}
.main-menu .main-menu__list li ul li > a::before {
  content: "\f111";
  position: absolute;
  top: 8px;
  left: 15px;
  border-radius: 0;
  font-size: 8px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  color: #fff;
  background-color: #4f46e5;
}
.main-menu .main-menu__list li ul li.current > a::before,
.main-menu .main-menu__list li ul li:hover > a::before {
  opacity: 1;
  visibility: visible;
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:last-child ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
} /*!!! Home slider */
#home-slider {
  background: #000;
}
#home-slider .carousel-inner {
  aspect-ratio: 8/3;
}
#home-slider .carousel-item {
  position: relative;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
#home-slider .carousel-item-img {
  width: 100%;
  aspect-ratio: 8/3;
}
.carousel-item img {
  transition: transform 3s ease-in-out;
}
.carousel-item.active img {
  transform: scale(1.05);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: var(--accent-color);
  padding: 20px;
  border-radius: 3px;
}
.carousel-indicators button {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-control-next,
.carousel-control-prev {
  width: 3%;
}
.scale-in-mask {
  animation: 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards
    scale-in-mask;
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
@keyframes scale-in-mask {
  0% {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    clip-path: inset(30% 30% 30% 30%);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@media screen and (max-width: 400px) {
  .mainHeaderLogo img {
    height: 50px;
  }
  .headerLogoTitle {
    font-size: 12px;
    font-weight: 400;
  }
}
.headerVector {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  width: 37%;
}
.vectorContainer {
  position: relative;
  /* overflow: hidden; */
  width: 100%;
  height: 100%;
}

/*!!! Home slider */

#home-slider {
  background: #000000;
}
#home-slider .carousel-inner {
  /* max-height: 550px; */
  aspect-ratio: 8/3;
}
#home-slider .carousel-item {
  position: relative;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

#home-slider .carousel-item-img {
  width: 100%;
  aspect-ratio: 8/3;
  animation: sliderScaleAnimation 12s ease-in-out infinite;
  /* height: 550px;
  max-height: 550px; */
  /* border-bottom: 2px solid #4b2e83; */
}
@keyframes sliderScaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.carousel-item img {
  transition: transform 3s ease-in-out;
}
.carousel-item.active img {
  transform: scale(1.05);
}

/* Custom Arrows */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--accent-color);
  padding: 20px;
  border-radius: 3px;
}
.carousel-indicators button {
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 3%;
}
.scale-in-mask {
  animation: scale-in-mask 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s
    forwards;
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

@keyframes scale-in-mask {
  0% {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    clip-path: inset(30% 30% 30% 30%);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/* Header */
.mobile-menu {
  display: block;
  text-align: right;
  font-size: 25px;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .jsnav-header .jsnav-header-wrapper {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: unset;
    padding: 0 0;
    line-height: inherit;
    white-space: nowrap;
  }
  .mobile-menu {
    display: none;
  }
}
.jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a {
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 1.25;
  transition: 0.5s;
  height: 100%;
  text-decoration: none;
  color: #4d4d4d;
  align-items: center;
  border-bottom: none;
  text-align: start;
  /*font-weight: 600;*/
}
.jsnav-header .jsnav-header-wrapper .jsnav-menu {
  height: 100%;
  align-content: center;
}
@media (min-width: 1200px) {
  .jsnav-header .jsnav-header-wrapper .jsnav-menu > ul {
    display: block !important;
    padding: 0;
    font-size: 0;
    height: 100%;
    align-content: center;
    min-height: 114px;
  }
}
@media (min-width: 1200px) {
  .jsnav-header .jsnav-header-wrapper .jsnav-menu ul li {
    position: relative;
    height: 100%;
    /* New */
    /* padding-top: 47px; */
    /* padding-bottom: 47px; */
    margin-left: 17px;
  }

  .jsnav-header .jsnav-header-wrapper .jsnav-menu ul li a:hover {
    color: #3556ff7b;
  }
  .jsnav-header .jsnav-header-wrapper .jsnav-menu li:hover > ul {
    margin-top: 4px;
    backdrop-filter: blur(4px);
    display: block;
    white-space: nowrap;
    min-width: 230px;
    top: 81%;
    z-index: 770000;
    text-align: left;
    line-height: 30px;
    transition: all 0.4s ease-in-out;
    margin: 0;
    position: absolute;
    background: rgba(192, 192, 192, 0.5);
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    /* border-bottom: 1px solid #dadada; */
    border-radius: 4px;
    width: auto;
    background-color: #003e66d9;
    /* background-color: #202a7994;
    background-color: #80808fcf;
    background-image: linear-gradient(to bottom right, #1cc8e024, #5d6aef42); */
  }
  .jsnav-header .jsnav-header-wrapper .jsnav-menu ul ul li > a {
    color: white;
    border-radius: 4px;
  }
  .jsnav-header .jsnav-header-wrapper .jsnav-menu ul ul li > a:hover {
    color: white !important;
  }
  .jsnav-header
    .jsnav-header-wrapper
    .jsnav-menu
    li
    > ul
    > .dropdown_menu::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #ffffff80;
    border-bottom: 4px solid transparent;
    margin-bottom: 3px;
    text-align: right;
    position: absolute;
    right: 7px;
    top: 40%;
  }
  .jsnav-header .jsnav-header-wrapper .jsnav-menu ul ul li > a {
    padding: 7px 20px 4px !important;
  }
  .jsnav-header .jsnav-header-wrapper .jsnav-menu li > ul ul {
    top: 0px !important;
    left: 100%;
  }
  .menu-item-has-children > ul.open-left {
    left: auto;
    left: -100% !important;
  }
  .menu-item-has-children > ul.open-up {
    top: -30% !important;
  }
}
.jsnav-header .jsnav-header-wrapper .jsnav-menu > ul {
  /* display: block !important; */
  padding: 0;
}
.burger-menu {
  padding-top: 10px;
  margin-left: 15px;
  position: revert;
  display: inline-block;
  background: transparent;
}
/* Child Header */
@media (min-width: 1200px) {
  .jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > .dropdown_menu::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgb(93, 108, 118);
    margin-bottom: 3px;
    text-align: right;
    position: absolute;
    right: -10px;
    top: 40%;
  }
  .childSite .HeaderLogoContainer {
    overflow: hidden;
    background: white;
    padding: 6px;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .childSite .HeaderDesktopLogoContainer {
    width: 115px;
  }
  /* ! animation */
  .childSite .HeaderLogoContainer {
    overflow: hidden;
    background: white;
    padding: 6px;
    display: flex;
    gap: 4px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(140, 110, 255, 0.25);
    animation: glowPulse2 2.8s ease-in-out infinite;
  }

  @keyframes glowPulse2 {
    0% {
      box-shadow: 0 0 0 rgba(140, 110, 255, 0), 0 0 0 rgba(79, 172, 254, 0);
    }
    50% {
      box-shadow: 0 0 14px rgba(140, 110, 255, 0.25),
        0 0 24px rgba(79, 172, 254, 0.15);
    }
    100% {
      box-shadow: 0 0 0 rgba(140, 110, 255, 0), 0 0 0 rgba(79, 172, 254, 0);
    }
  }
  /* ! animation */
  [data-scrolldown="true"] .childSite .HeaderDesktopLogoContainer {
    width: 95px;
  }
  .department-site-title {
    font-size: 16px;
    margin-bottom: 4px !important;
    padding-left: 0px;
    color: #060606;
    font-weight: 600;
    /*  */
    font-size: clamp(14px, 2.5vw, 17px);
  }
  .department-site-title-desc {
    font-size: 12.5px;
    padding-left: 0px;
    letter-spacing: 1.4px;
    font-family: Times New Roman;
    color: #292929;
    line-height: 1.2;
  }
  .jsnav-header .jsnav-header-wrapper .jsnav-menu ul li .menu-item {
    margin: 0 !important;
    padding: 2px 0px !important;
  }
  .jsnav-header .jsnav-header-wrapper .jsnav-menu ul li .menu-item:hover {
    background-image: linear-gradient(to right, #2564eb86, #9233ea7c);
  }
}
.jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--accent-color);
  width: 90%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  justify-self: anchor-center;
}
.jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s;
}
.jsnav-header
  .jsnav-header-wrapper
  .jsnav-menu
  > ul
  > li
  > a:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s;
}
/* ! Scroll notice after slider */
/* ? Scroll notice after slider */
.scroll-section {
  margin-top: -1px;
}
.marqueetext {
  color: white;
  border-right: 2px solid lightgray;
  font-size: 16px;
  line-height: 24px;
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.scroll-section-container {
  /* background-color: var(--accent-color); */
  height: 50px;
  /* border: 0.5px solid var(--secondary-color); */
  background-image: url(../../images/SliderBottomVector.png);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid white;
}
.scroll-section-right {
  margin: auto 0;
}
.notice-scroll-area {
  margin: auto;
  width: 100%;
  display: block;
  height: 100%;
}

.scroll-section-left {
  background: var(--secondary-color);

  height: 100%;
  align-content: center;
  transition: all 0.3s ease-in-out;
  /* 🎨 Glass gradient */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.25) 40%,
    rgba(255, 255, 255, 0.12) 70%,
    rgba(255, 255, 255, 0.02) 100%
  );

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(6px);

  border: 1px solid rgba(255, 255, 255, 0.25);

  transition: all 0.35s ease-in-out;
}
.scrollViewAllBtn {
  color: white;
  margin: auto 0;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
@media (max-width: 567px) {
  .scrollViewAllBtn {
    font-size: 10px;
    padding: 0 3px;
  }
}
.scrollViewAllBtn:hover {
  opacity: 0.75;
}

/* .scrollViewAllBtn:hover > .scroll-section-left {
  background-image: -webkit-linear-gradient(
    90deg,
    var(--accent-color),
    var(--secondary-color)
  );
} */
@media (max-width: 967px) {
  .marqueetext {
    font-size: 14px;
    line-height: 24px;
  }
  .scroll-section-container {
    height: 34px;
  }
}
@media (max-width: 567px) {
  .marqueetext {
    font-size: 13.5px;
    line-height: 21px;
  }
  .scroll-section-container {
    height: 32px;
  }
}
.marque-icon {
  transition: all 0.3s ease-in-out; /* Smooth transition for non-animated properties */
  margin-right: 5px;

  /* Apply the animation */
  animation: flash 2s infinite alternate; /* Name, duration, iteration-count, direction */
}
/* ? Scroll notice after slider END */
/* ! Scroll notice after slider END */

/* ! Scroll bottom  END*/
/* ? Scroll bottom  END */

/* Step Section CSS Start */
.ve_heading {
  background-image: url(../../images/video-magic-head-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 985px;
  width: 100%;
  height: 210px;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}
.ve_step_wrapper {
  background-image: url(../../images/step-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0 100px 0;
  position: relative;
  overflow: unset;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .ve_step_wrapper {
    padding: 0;
  }
  .ve_heading {
    margin: 0;
  }
  .ve_step_head .ve_heading {
    height: 160px;
  }
}
/* .sliderBottomVect {
  position: absolute;
  top: -37px;
  width: 116%;
  z-index: 1;
  opacity: 0.8;
} */
.ve_step_wrapper .ve_arrow_down {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
}
.ve_step_head .ve_heading {
  background-image: url(../../images/step-head-bg.png);
  max-width: 754px;
  height: 210px;
  color: #271e42;
  display: block;
  /* padding-top: 60px; */
  align-content: center;
}
.ve_step_head .ve_heading span {
  background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.ve_step_inner_parent {
  margin-top: 80px;
}
.ve_step_box {
  max-width: 300px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.ve_step_box_inner {
  background-color: #ffffff;
  filter: drop-shadow(0 0 30px rgba(51, 49, 120, 0.06));
  border-radius: 20px;
  border: 1px solid #9d66fd;
  position: relative;
  padding: 50px 25px 30px 40px;
  text-align: center;
}
.ve_step2 .ve_step_box_inner {
  border: 1px solid #ff7217;
}
.ve_step3 .ve_step_box_inner {
  border: 1px solid #218bcb;
}
.ve_step_inner_head {
  background-image: url(../../images/step-head-bg-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 207px;
  height: 76px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.ve_step2 .ve_step_inner_head {
  background-image: url(../../images/step-head-bg-2.png);
}
.ve_step3 .ve_step_inner_head {
  background-image: url(../../images/step-head-bg-3.png);
}
.ve_step_inner_head h2 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
  padding-top: 6px;
}
.ve_step_img {
  width: 60%;
  margin: 15px auto;
}
.ve_step_img img {
  transition: transform 0.8s ease;
}

.ve_step_img:hover img {
  transform: rotateY(360deg);
}

.ve_step_img img {
  transform: rotateY(0deg);
}

.ve_step_content h4 a {
  font-size: 22px;
  color: #9d66fd;
  font-weight: 800;
  text-transform: capitalize;
  padding: 3px 10px;
  display: inline-block;
  border: 2px solid rgb(157 102 253);
  border-radius: 5px;
  background: rgb(157 102 253 / 13%);
  margin: 15px 0 15px 0;
}
.ve_step2 .ve_step_content h4 a {
  color: #ff7217;
  border: 2px solid #ff7217;
  background: rgb(255 114 23 / 13%);
}
.ve_step3 .ve_step_content h4 a {
  color: #218bcb;
  border: 2px solid #218bcb;
  background: rgb(33 139 203 / 13%);
}
/* Test */
.ve_step_content h4 a {
  /* 🎨 Color system */
  --btn-color: #9d66fd;

  position: relative;
  overflow: hidden;

  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 8px 18px;
  display: inline-block;

  color: var(--btn-color);
  border: 2px solid var(--btn-color);
  border-radius: 8px;
  background: color-mix(in srgb, var(--btn-color) 13%, transparent);

  margin: 15px 0;
  text-decoration: none;

  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.35s ease, color 0.35s ease, background 0.35s ease;
}
.ve_step_content h4 a::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -120%;
  background: linear-gradient(
    120deg,
    transparent,
    color-mix(in srgb, var(--btn-color) 35%, transparent),
    transparent
  );
  transition: left 0.6s ease;
}
.ve_step_content h4 a:hover {
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--btn-color),
    color-mix(in srgb, var(--btn-color) 80%, #fff)
  );
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--btn-color) 55%, transparent),
    0 0 22px color-mix(in srgb, var(--btn-color) 80%, transparent);
}

.ve_step_content h4 a:hover::before {
  left: 120%;
}
.ve_step_content h4 a:active {
  transform: scale(0.96);
}
.ve_step2 .ve_step_content h4 a {
  --btn-color: #ff7217;
}

.ve_step3 .ve_step_content h4 a {
  --btn-color: #218bcb;
}

.ve_step_content h4 a {
  animation: glowPulse 3s infinite;
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 0 transparent;
  }
  50% {
    box-shadow: 0 0 18px color-mix(in srgb, var(--btn-color) 50%, transparent);
  }
  100% {
    box-shadow: 0 0 0 transparent;
  }
}

/* Test end */

.ve_step_box .ve_step_arrow,
.ve_step_box .ve_step_shape,
.ve_step_box .ve_step_line {
  position: absolute;
}
.ve_step_box .ve_step_arrow {
  top: 50%;
  transform: translateY(-50%);
  left: -200px;
}
.ve_step_box .ve_step_shape {
  bottom: -50px;
  left: -50px;
  animation: rotateInf 15s linear infinite;
}
.ve_step_box .ve_step_line {
  top: 30px;
  left: 280px;
  z-index: -1;
}
.ve_step_box.ve_step2 .ve_step_line {
  top: auto;
  bottom: 30px;
}
/* Step Section CSS End */
.sliderbottomrightVector {
  position: absolute;
  bottom: -150px;
  right: 0px;
  z-index: 2;
  opacity: 0.7;
  max-width: 350px;
  animation: shakeY 13s ease-in-out infinite;
}
.sliderBottomLeftVector {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0.4;
  max-width: 350px;
  animation: shakeX 13s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .ve_step_box .ve_step_line {
    display: none !important;
  }
}

/* ? Scroll bottom  END*/

/* ! Scroll bottom  END */
/* ! Search */
/* Overlay */
.header-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
  z-index: 99999;
}

.header-search-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Search box */
.header-search-box {
  width: 92%;
  max-width: 560px;
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 26px 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: scaleIn 0.35s ease;
}

/* Animation */
@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Close */
.close-search {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 22px;
  background: #f1f5f9;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: 0.2s;
}

.close-search:hover {
  background: #e2e8f0;
}

/* Form layout */
.header-search-box form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* Input */
.header-search-box input {
  flex: 1;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 16px;
  outline: none;
  transition: 0.2s;
}

.header-search-box input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Button */
.header-search-box button[type="submit"] {
  height: 52px;
  min-width: 52px;
  border-radius: 10px;
  border: none;
  background: #2563eb;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.header-search-box button:hover {
  background: #1e40af;
}

/* ?Search end */

/* ? Sidebar start */
/* ===== Overlay ===== */
.quick-sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  z-index: 9998;
}

.quick-sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===== Sidebar ===== */
.quick-sidebar {
  position: fixed;
  top: 0;
  right: -340px;
  width: 320px;
  height: 100vh;
  background: rgba(28, 28, 30, 0.78);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  color: #f5f5f7;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateX(0);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom right, #0ea5e954, #4f46e591);
}

.quick-sidebar.active {
  transform: translateX(-340px);
}

/* ===== Header ===== */
.quick-sidebar-header {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.quick-sidebar-header h4 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #f5f5f7;
}

/* ===== Close Button ===== */
.close-quick {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #f5f5f7;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.close-quick:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* ===== Links ===== */
.quick-links {
  padding: 14px;
  display: grid;
  gap: 6px;
}

.quick-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  color: #e5e5ea;
  background: transparent;
  transition: background 0.25s ease;
  border-bottom: 1px solid #ffffffb3;
}

.quick-links a i {
  font-size: 18px;
  opacity: 0.85;
}

.quick-links a:hover,
.quick-links a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* ===== Scrollbar ===== */
.quick-sidebar::-webkit-scrollbar {
  width: 5px;
}

.quick-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

/* ? sidebar end */
/* Header Child site */
.childMobileMenu .jsnav-header .jsnav-header-wrapper .jsnav-menu ul li > a {
  padding: 10px 13px;
  border-bottom: 1px solid #aaaaaa;
}
@media (min-width: 1200px) {
  .childTitle {
    max-width: unset;
  }
  .childMenu .jsnav-header .jsnav-header-wrapper .jsnav-menu > ul {
    display: block !important;
    padding: 0;
    font-size: 0;
    height: 100%;
    align-content: center;
    min-height: unset;
  }

  .childMenu .jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li {
    display: inline-block;
  }

  .childMenu .jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a {
    font-size: 16.5px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    white-space: nowrap;
    height: 42px;
    padding: 0 14px;
    line-height: 42px;
    color: white;
  }
  .childMenu .jsnav-header .jsnav-header-wrapper .jsnav-menu {
    width: 100%;
  }
  .childMenu
    .jsnav-header
    .jsnav-header-wrapper
    .jsnav-menu
    > ul
    > .dropdown_menu::after {
    border-top: 5px solid rgb(255, 255, 255);
  }
  .childMenu
    .jsnav-header
    .jsnav-header-wrapper
    .jsnav-menu
    > ul
    > .dropdown_menu::after {
    right: 0px;
  }
}
.childTitle,
.childSubtitle {
  margin: 0;
  max-width: unset;
  font-weight: bold;
}
.childTitle {
  font-weight: 800;
  background: linear-gradient(90deg, #0b2c4d, #1e63b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.childSubtitle {
  font-weight: 500;
  color: rgba(15, 42, 68, 0.7);
}
@media only screen and (max-width: 768px) {
  .childTitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .childTitle {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .childSubtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .childSubtitle {
    font-size: 12px;
  }
  .childSite .mobile-menu,
  .childSite .mainHeaderSrc {
    font-size: 19px;
  }
}

/* Header child site end */
