
html{
  scroll-padding-top: 160px;
}
:root {
  --bkg-color: #F4F4F4;
  --primary-color: #1C1917;
  --secondary-color: #383838;
  --light-grey-color: #B1B1B1;
  --text-orange: #F7574B;
  --text-white: #ffffff;
  --scrolled-boxshadow: rgba(0, 0, 0, 0.1);
  --btn-bg: #D1D1D7;
  --card-bg: #f4f4f4;
  --tab-text: #949494;
  --accent-color: #000000;
  --btn-text-color: #1E1E1E;
  --tertiary-color: #383838;
  --placeholder-color: rgba(164, 164, 164, 0.5);
  --date-text: #676767;
  --content-bg: #1E1E1E;
  --content-text: #f0f0f0;
  --search-result-text: #212529;
  --text-dark-grey-content: #787878;
  --featuredCard-bg:#181818;
  --dots-bg:#F4F4F4;
}

.light-mode {
  --bkg-color: #F4F4F4;
  --primary-color: #1C1917;
  --secondary-color: #383838;
  --light-grey-color: #B1B1B1;
  --text-orange: #F7574B;
  --text-white: #ffffff;
  --scrolled-boxshadow: rgba(0, 0, 0, 0.1);
  --btn-bg: #f4f4f4;
  --card-bg: #f4f4f4;
  --tab-text: #949494;
  --accent-color: #000000;
  --btn-text-color: #1E1E1E;
  --tertiary-color: #383838;
  --placeholder-color: rgba(164, 164, 164, 0.5);
  --privacy-terms-color: #383838;
  --date-text: #A1A1A1;
  --btn-dark-bg: #1E1E1E;
  --content-bg: #1E1E1E;
  --content-text: #f0f0f0;
  --search-result-text: #212529;
  --text-dark-grey-content: #787878;
  --featuredCard-bg:#fff;
  --dots-bg:#353535;
  --button-shadow: #1E1E1E1A
}


.dark-mode {
  --bkg-color: #1E1E1E;
  --primary-color: #F4F4F4;
  --secondary-color: #F4F4F4;
  --light-grey-color: #B1B1B1;
  --text-orange: #F7574B;
  --text-white: #ffffff;
  --scrolled-boxshadow: rgba(244, 244, 244, 0.1);
  --btn-bg: #1E1E1E;
  --card-bg: #1E1E1E;
  --tab-text: #7E7E7E;
  --accent-color: #f4f4f4;
  --btn-text-color: #F4F4F4;
  --tertiary-color: #CDCDCD;
  --placeholder-color: #7A7A7A;
  --privacy-terms-color: #FFFFFF;
  --btn-dark-bg: #f4f4f4;
  --content-bg: #F4F4F4;
  --content-text: #1E1E1E;
  --search-result-text: #F4F4F4;
  --text-dark-grey-content: #787878;
  --button-shadow: #F4F4F41A
}

a {
  transition: 0.4s ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.protostar-footer footer {
  /* background: #1e1e1e; */
  background: var(--bkg-color);
  padding: 80px 0 50px;
}

.protostar-header header {
  height: 100px;
}

.protostar-header .mac-bg-white {
  background-color: #f6f5f7;
}
.protostar-header .non-scroll {
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.protostar-header .navbar {
  padding: 0px 65px;
  z-index: 9999;
  background: var(--bkg-color);
  height: 100px;
}
.protostar-header .header-left-wrapper {
  width: 148px;
}

.protostar-header .hamburger-wrapper {
  margin-right: 60px;
}
.protostar-header .navbar-light .navbar-toggler {
  border: none;
  display: block;
  box-shadow: none;
}

@media (max-width: 1366px) {
  .protostar-header #navhamburger img {
      width: 24px;
      height: 20px;
  }
  .protostar-header header {
    display: table;
   }
    .protostar-header header {
  height: 70px;
}
.protostar-header .navbar {
  padding: 0px 40px;
}
.protostar-header .navbar {
  height: 65px;
}
}
@media (max-width: 767px) {
  .protostar-header .hamburger-wrapper {
      margin-right: 15px;
  }
  .protostar-header .hamburger-wrapper {
      width: unset;
  }
  .protostar-header .navbar {
      padding: 7px 15px;
  }
}

@media (max-width: 1199px) {
  .protostar-header .desktop-menu {
      display: none;
  }
}

@media (max-width: 575px) {
  .protostar-header .dark-light-toggler {
      position: absolute;
      right: 35px;
  }
}
.protostar-header .dark-light-toggler .label {
  width: 46px;
  height: 24px;
  background-color: #F4F4F4;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 3px;
  position: relative;
  box-shadow: 0px 0px 2px 0px #00000059 inset;
  cursor: pointer;
  margin-bottom: 0;
}
.protostar-header .fa-moon {
  color: #909090;
}
.protostar-header .dark-light-toggler img {
  filter: invert(65%) sepia(0%) saturate(522%) hue-rotate(194deg) brightness(89%) contrast(81%);
}
.protostar-header .checkbox:checked + .label .ball {
  transform: translateX(22px);
}

.protostar-header .ball {
  width: 21px;
  height: 21px;
  background: #909090;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
@media (max-width: 767px) {
  .protostar-header .headerlottieplace {
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(50%, -50%);
  }
}

@media (max-width: 1366px) {
  .protostar-header .headerlottieplace {
      height: 100%;
  }
}

@media (max-width: 767px) {
  .protostar-header #headerlottie, .protostar-header #header-menu-lottie {
      width: 100px;
      padding: 0;
  }
}

@media (max-width: 991px) {
   .protostar-header #headerlottie {
      padding: 0;
  }
}
@media (max-width: 1366px) {
   .protostar-header #headerlottie {
      height: 70px;
  }
}
 .protostar-header #headerlottie, .protostar-header  #header-menu-lottie {
  width: 180px;
}
@media (max-width: 767px) {
  .protostar-header lottie-player, .protostar-header .logo-img-top, .protostar-header .mlogo-img-top {
      width: 100px;
  }
}
@media (max-width: 991px) {
  .protostar-header lottie-player, .protostar-header .logo-img-top, .protostar-header .mlogo-img-top {
      width: 150px;
      padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .protostar-header #contactBtn {
      display: none;
  }
}

@media (max-width: 767px) {
  .protostar-header .common-btn-div {
      margin-top: 5px;
  }
}
.protostar-header .common-btn-div, .protostar-header .menu-icon, .protostar-header .site-logo, .protostar-header .menu-right {
  display: inline-block;
}
.protostar-header .common-btn-div {
  position: relative;
}
.protostar-header .dark-light-toggler .label {
  width: 46px;
  height: 24px;
  background-color: #F4F4F4;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 3px;
  position: relative;
  box-shadow: 0px 0px 2px 0px #00000059 inset;
  cursor: pointer;
  margin-bottom: 0;
}
.protostar-header .navbar-light .navbar-toggler {
  border: none;
  display: block;
}
@media (max-width: 1366px) {
  .protostar-header #navhamburger img {
      width: 24px;
      height: 20px;
  }
}
@media (max-width: 575px) {
  .protostar-header .dark-light-toggler {
      position: absolute;
      right: 35px;
  }
}
.protostar-header .checkbox {
  opacity: 0;
  position: absolute;
}
.protostar-header .dark-light-toggler img {
  filter: invert(65%) sepia(0%) saturate(522%) hue-rotate(194deg) brightness(89%) contrast(81%);
}
.protostar-header .checkbox:checked + .label .ball {
  transform: translateX(22px);
}

.protostar-header .ball {
  width: 21px;
  height: 21px;
  background: #909090;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
@media (max-width: 1366px) {
  .protostar-header .headerlottieplace {
      height: 100%;
  }
}
@media (max-width: 767px) {
  .protostar-header .headerlottieplace {
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(50%, -50%);
  }
}

@media (max-width: 991px) {
  .protostar-header lottie-player, .protostar-header .logo-img-top, .protostar-header .mlogo-img-top {
      width: 150px;
      padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .protostar-header lottie-player, .protostar-header .logo-img-top, .protostar-header .mlogo-img-top {
      width: 100px;
  }
}

.protostar-header #headerlottie, .protostar-header #header-menu-lottie {
  width: 180px;
}

@media (max-width: 1366px) {
  .protostar-header #headerlottie {
      height: 70px;
  }
}
@media (max-width: 991px) {
  .protostar-header #headerlottie {
      padding: 0;
  }
}
@media (max-width: 767px) {
  .protostar-header #headerlottie, .protostar-header #header-menu-lottie {
      width: 100px;
      padding: 0;
  }
}


@media (max-width: 1366px) {
  .protostar-header .headerlottieplace {
      height: 100%;
  }
}
@media (max-width: 767px) {
  .protostar-header .headerlottieplace {
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(50%, -50%);
  }
}
@media (max-width: 767px) {
  .protostar-header #headerlottie, .protostar-header #header-menu-lottie {
      width: 100px;
      padding: 0;
  }
}
@media (max-width: 991px) {
 .protostar-header  #headerlottie {
      padding: 0;
  }
}
@media (max-width: 1366px) {
  .protostar-header #headerlottie {
      height: 70px;
  }
}
.protostar-header #headerlottie, .protostar-header #header-menu-lottie {
  width: 180px;
}
@media (max-width: 767px) {
  .protostar-header #contactBtn {
      display: none;
  }
}
@media (max-width: 767px) {
  .protostar-header .common-btn-div {
      margin-top: 5px;
  }
}
.protostar-header .shadow-div {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  height: 56px;
  width: 160px;
  background-color: red;
  background-image: linear-gradient(to bottom right, #fbfbfb 45%, #333);
  display: none;
}

@media (max-width: 390px) {
  .protostar-header header .secondary-btn {
      padding: 12px 30px;
  }
}

@media (max-width: 575px) {
  .protostar-header header .secondary-btn {
      padding: 12px 40px;
  }
}
@media (max-width: 1366px) {
  .protostar-header header .secondary-btn {
      padding: 8px 25px !important;
  }
}
.protostar-header header .secondary-btn {
  font-size: 14px;
}
.protostar-header #closeBtn {
  display: none;
  outline: none;
  border: none;
  background: transparent;
}
@media (max-width: 575px) {
  .protostar-header #closeBtn img {
      width: 20px;
      position: absolute;
      bottom: 23px;
      left: 30px;
  }
}

@media (max-width: 767px) {
  .protostar-header  .common-btn {
      font-size: 14px;
  }
}
.protostar-header  .semibold {
  font-weight: 500;
}
.protostar-header  .black {
  color: #000;
}
.protostar-header  .common-btn {
  border-radius: 0px;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.3rem 0.3rem 0.6rem rgb(230 230 230), -0.2rem -0.2rem 0.5rem rgb(255 255 255);
  color: #f7574b;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0em;
  border-radius: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 40px !important;
  transition: all ease-in-out 500ms;
  -webkit-appearance: button;
  background-color: var(--btn-bg);
}
.protostar-header  .secondary-btn {
  padding: 12px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  border-radius: 45px;
}

.protostar-header  header .secondary-btn {
  font-size: 14px;
}
@media (max-width: 1366px) {
  .protostar-header  header .secondary-btn {
    padding: 8px 25px !important;
  }
}
@media (max-width: 575px) {
  .protostar-header  header .secondary-btn {
    padding: 12px 40px;
  }
}
@media (max-width: 390px) {
  .protostar-header  header .secondary-btn {
      padding: 12px 30px;
  }
}
.protostar-header .btn-dark-shadow {
  position: relative !important;
  box-shadow: -6px -6px 16px rgba(255, 255, 255, 0.1) !important;
}

.protostar-header .menu-canvas {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .protostar-header .menu-canvas {
      display: block;
      overflow-y: auto;
  }
}

.protostar-header button.action.action--close {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 70px;
  z-index: 9;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
}

@media (max-width: 767px) {
  .protostar-header button.action.action--close {
      left: 20px;
      top: 25px;
  }
}

.protostar-header .menu-item-wrap.menu-item-wrap-1 {
  width: 28%;
  padding: 30px;
  background: #1e1e1e;
  transition: all 0.6s ease-in;
  transform: translate(0%, 101%) matrix(1, 0, 0, 1, 0, 0);
  display: flex;
  justify-content: center;
  align-items: end;
}
.protostar-header .menu-item-wrap.menu-item-wrap-2 {
  width: 36%;
  overflow: hidden;
}
.protostar-header .menu__item {
  overflow: hidden;
}

.protostar-header .menu__item--2 {
  transform: translate(101%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transition: all 0.6s ease-in;
  overflow: hidden;
  position: relative;
}

.protostar-header .menu__item.menu__item--2 {
  /* height: 50vh; */
  height: 33.33vh;
  /* background: #EBEBEB; */
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.protostar-header .menu__item-inner {
  transform: translate3d(100%, 0, 0);
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  transition: all 0.3s ease-in;
}
.protostar-header .menu__item--2 .menu__item-inner {
  transition: all 0.3s ease-in;
  transform: translate(0%, 101%) matrix(1, 0, 0, 1, 0, 0);
}

.protostar-header .menu-list-conten-item {
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.protostar-header .content-menu {
  /* background: #EBEBEB; */
  background: #fff;
}
.protostar-header .menu-list-conten-item.mlc-single {
  text-align: center;
  width: 450px;
  margin: 0 auto;
}
.protostar-header .mlc-wrap {
  width: 100%;
}
.protostar-header .mlc-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.protostar-header a.mlc-link {
  display: block;
  background: #f4f4f4;
  box-shadow: -7px -7px 16px #ffffff, 7px 7px 16px #e0e0e0;
  border-radius: 30px;
  position: relative;
  width: 150px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
  font-weight: bold;
  color: #f7574b;
  font-family: 'Raleway';
  transition: all 0.3s;
  margin: 21px auto 0;
  text-decoration: none;
}

.protostar-header .content-menu a.mlc-link {
  box-shadow: -7px -7px 16px #ffffff, 7px 7px 16px #e0e0e0;
  background: #f4f4f4;
}
.protostar-header a.mlc-link:hover,.protostar-header .content-menu a.mlc-link:hover {
  box-shadow: inset 4px 4px 14px #b2b0b0;
  color: #000;
}
.protostar-header .menu__item--3 {
  transition: all 0.6s ease-in;
  transform: translate(-101%, 0%) matrix(1, 0, 0, 1, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.protostar-header .menu__item.menu__item--3,.protostar-header .menu__item.menu__item--6 {
  /* background: #EBEBEB; */
  background: #fff;
  overflow: hidden;
}
.protostar-header .menu__item.menu__item--4,.protostar-header .menu__item.menu__item--3 {
  height: 33.33vh;
  /* background: #EBEBEB; */
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #EBEBEB;
}
.protostar-header .menu__item--3 .menu__item-inner {
  transition: all 0.6s ease-in;
  transform: translate(0%, -101%) matrix(1, 0, 0, 1, 0, 0);
}
.protostar-header .menu-item-wrap.menu-item-wrap-3 {
  width: 36%;
  overflow: hidden;
}
.protostar-header .menu__item--4 {
  transition: all 0.6s ease-in;
  transform: translate(101%, 0%) matrix(1, 0, 0, 1, 0, 0);
}
.protostar-header .menu__item.menu__item--4,.protostar-header  .menu__item.menu__item--3 {
  /* height: 50vh; */
  height: 33.33vh;
  /* background: #EBEBEB; */
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #EBEBEB;
}
.protostar-header .menu__item.menu__item--4 {
  /* background: #EBEBEB; */
  background: #fff;
  height: 33.33vh;
  border-bottom: 1px solid #EBEBEB;
}
.protostar-header .menu__item.menu__item--5 {
  height: 33.33vh;
  /* background: #EBEBEB; */
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #EBEBEB;
}
.protostar-header .menu__item--5 .menu__item-inner,.protostar-header  .menu__item--6 .menu__item-inner {
  transform: translate(101%, 0%) matrix(1, 0, 0, 1, 0, 0);
}
.protostar-header .mlc-head h2 {
  font-family: 'Lorin';
  font-weight: 300;
  color: #1e1e1e;
}
.protostar-header .prata {
  font-family: 'Prata', serif;
}
.protostar-header .paragraph-three {
  font-size: 24px;
}
.protostar-header .red {
  color: #f7574b;
}
.protostar-header .mlc-head label {
  position: relative;
  margin-right: 20px;
  display: inline-block;
}
.protostar-header .mlc-head label {
  margin-right: 12px;
  position: relative;
  font-size: 17px;
  margin-bottom: 40px;
  text-align: left;
  /* width: 100%; */
  margin-bottom: 14px;
}
.protostar-header .prata span {
  height: 1px;
  width: 20px;
  background: #f7574b;
  display: inline-block;
}
.protostar-header .menu__item--5,.protostar-header  .menu__item--6 {
  transition: all 0.6s ease-in;
  transform: translate(-101%, 0%) matrix(1, 0, 0, 1, 0, 0);
}
.protostar-header .dark-menu-bg {
  background-image: url(../assets/new_image/menu-dark-img.webp);
}
.protostar-header .menu__item.menu__item--3,.protostar-header  .menu__item.menu__item--6 {
  /* background: #EBEBEB; */
  background: #fff;
  overflow: hidden;
}
.protostar-header .menu__item.menu__item--6 {
  height: 33.33vh;
  transform: translate(101%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transition: all 0.6s ease-in;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.protostar-header .menu-canvas.open-canvas {
  pointer-events: auto;
}
.protostar-header button.action.action--close {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 70px;
  z-index: 9;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
}
.protostar-header .menu-canvas.open-canvas button.action.action--close {
  opacity: 1;
}
.protostar-header .menu-item-wrap.menu-item-wrap-1 {
  width: 28%;
  padding: 30px;
  background: #1e1e1e;
  transition: all 0.6s ease-in;
  transform: translate(0%, 101%) matrix(1, 0, 0, 1, 0, 0);
  display: flex;
  justify-content: center;
  align-items: end;
}
.protostar-header .menu-item-wrap.menu-item-wrap-1 .menu__item-inner {
  display: block;
  height: auto;
}
.protostar-header .menu-item-wrap.menu-item-wrap-1 .menu__item-inner {
  transition: all 0.6s ease-in;
  transform: translate(0%, -101%) matrix(1, 0, 0, 1, 0, 0);
}
.protostar-header .left-menu-content {
  opacity: 0;
  transition: all 0.3s ease-in;
}
.protostar-header .canvas-logo {
  margin: 40px 0 45vh;
  text-align: center;
}
.protostar-header #headerlottie,.protostar-header  #header-menu-lottie {
  width: 180px;
}
.protostar-header .hello-btn {
  display: block;
  border-radius: 30px;
  position: relative;
  width: 90%;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
  transition: 0.3s;
  margin: 0 auto 100px;
  cursor: pointer;
  box-shadow: -6px -6px 16px rgb(255 255 255 / 10%), 7px 7px 16px rgb(0 0 0 / 27%);
}
.protostar-header .hello-txt {
  font-size: 14px;
  font-weight: bold;
  color: #f7574b;
  /* line-height: 23px; */
  width: 100%;
  text-decoration: none;
}
.protostar-header .hello-btn:hover {
  box-shadow: inset 4px 4px 14px #0e0c0c;
}
.protostar-header .hello-btn a {
  color: #fff;
}
.protostar-header .hello-btn:hover .hello-txt {
  color: #f7574b;
}
.protostar-header .social-icon-wrap {
  margin-bottom: 50px;
}
.protostar-header ul.social-menu-items {
  list-style: none;
  margin-bottom: 0;
}
.protostar-header .canvas-logo-2 {
  margin-left: 15px;
  text-align: center;
}

.protostar-header .canvas-logo-2 a {
  display: block;
  width: 130px;
  height: 50px;
  /* background: var(--bkg-color); */
  background: #1E1E1E;
  color: #F4F4F4;
  box-shadow: -6px -6px 16px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  /* color: var(--secondary-color); */
  position: relative;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.protostar-header .canvas-logo-2 a:hover {
  box-shadow: inset 4px 4px 14px #0e0c0c;
  color: rgba(247, 87, 75, 1);
}
.protostar-header ul.social-menu-items li {
  text-align: center;
}

.protostar-header ul.social-menu-items li a {
  display: block;
  width: 50px;
  height: 50px;
  /* background: var(--bkg-color); */
  background: #1E1E1E;
  box-shadow: -6px -6px 16px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  /* color: var(--secondary-color); */
  color: #F4F4F4;
  position: relative;
  z-index: 9999999;
  transition: all 0.3s;
  display: flex;
    align-items: center;
    justify-content: center;
}
.protostar-header ul.social-menu-items li a {
  margin: 0 15px;
}
.protostar-header ul.social-menu-items li a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.27);
  border-radius: 8px;
}
.protostar-header ul.social-menu-items li a:hover{
    /* background: var(--bkg-color); */
    background: #1E1E1E;
    color: rgba(247, 87, 75, 1);
    /* box-shadow: inset 4px 4px 14px #0e0c0c;*/
}
.protostar-header p.copyright-text{
  font-family: 'Raleway';
  color: #B1B1B1;
  font-size: 10px;
  text-align: center;
  font-weight: 300;
}
.protostar-header .mobile-menu {
  display: none;
}
.protostar-header ul.mobile-menu {
  list-style: none;
  margin: 0;
}
.protostar-header ul.mobile-menu li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 15px 0;
}

@media (max-width: 1600px) {
  .protostar-header  .canvas-logo {
      margin: 40px 0 30vh;
  }
  .protostar-header .canvas-logo-2 {
    margin-top: 0px;
}
}
@media (max-width: 1366px) {
  .protostar-header  .canvas-logo {
      margin: 40px 0 30vh;
  }
  .protostar-header .canvas-logo-2 {
    margin-bottom: 30px;
}
}
@media (max-width: 1199px) {
  .protostar-header .menu-item-wrap-1 {
    position: relative;
}
  .protostar-header .menu-item-wrap.menu-item-wrap-1 {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    overflow-y: auto;
}

  .protostar-header .menu-item-wrap.menu-item-wrap-1 {
      transition: all 0.4s ease-in;
      transform: translate(-101%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
  .protostar-header .menu-item-wrap.menu-item-wrap-2,.protostar-header .menu-item-wrap.menu-item-wrap-3 {
    display: none;
}
.protostar-header .menu__item--2 {
  height: 350px;
}
.protostar-header .menu-list-conten-item.mlc-single {
  padding: 32px 0;
}
.protostar-header .menu__item.menu__item--3 {
  height: auto;
  padding: 40px 20px;
}
.protostar-header .menu__item.menu__item--3 {
  height: 100%;
}
.protostar-header .menu-item-wrap.menu-item-wrap-2,.protostar-header  .menu-item-wrap.menu-item-wrap-3 {
  display: none;
}
.protostar-header .menu-item-wrap.menu-item-wrap-3 {
  margin-top: -1px;
}
.protostar-header .menu__item--4 {
  transition: all 0.6s ease-in;
  transform: translate(-101%, 0%) matrix(1, 0, 0, 1, 0, 0);
}
.protostar-header .menu__item.menu__item--4 {
  height: auto;
}
.protostar-header .menu__item.menu__item--5 {
  height: 100%;
}
.protostar-header .paragraph-three {
  font-size: 20px;
}
.protostar-header .menu-item-wrap.menu-item-wrap-1 {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  overflow-y: auto;
}
.protostar-header .menu-item-wrap.menu-item-wrap-1 {
  transition: all 0.4s ease-in;
  transform: translate(-101%, 0%) matrix(1, 0, 0, 1, 0, 0);
}
.protostar-header .menu__item--1 {
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
}
.protostar-header .menu-item-wrap.menu-item-wrap-1 .menu__item-inner {
  transition: all 0.4s ease-in;
  transform: translate(-101%, 0%) matrix(1, 0, 0, 1, 0, 0);
}
.protostar-header .left-menu-content {
  display: flex;
  flex-direction: column;
}
.protostar-header .canvas-logo {
  margin: 25px 0;
}
.protostar-header #menu-lottie {
  margin-right: 0;
}
.protostar-header .hello-btn {
  margin-bottom: 30px;
  margin-top: 0px;
}
.protostar-header .left-menu-content :nth-child(2) {
  order: 3;
}
.protostar-header .hello-txt {
  color: #ffffff;
}
.protostar-header .social-icon-wrap {
  margin-bottom: 70px;
}
.protostar-header ul.social-menu-items {
  display: flex;
}
.protostar-header .social-icon-wrap :nth-child(1) {
  order: 2;
}
.protostar-header .menu-canvas ul.social-menu-items {
  margin-bottom: 0px;
}
.protostar-header .canvas-logo-2 {
  margin-top: 0px;
}
.protostar-header .left-menu-content :nth-child(2) {
  order: 3;
}
.protostar-header ul.social-menu-items li {
  margin: 0;
}
.protostar-header .mobile-menu-wrap {
  margin-bottom: 70px;
}
.protostar-header ul.mobile-menu {
  display: block;
  max-width: 46%;
  min-width: 200px;
  margin: 0 auto;
}
.protostar-header ul.mobile-menu li a {
  text-align: left;
}
.protostar-header ul.mobile-menu li a {
  font-size: 33px;
}
}
@media (max-width: 991px) {
  .protostar-header .paragraph-three {
      font-size: 18px;
  }
  .protostar-header lottie-player,.protostar-header  .logo-img-top,.protostar-header  .mlogo-img-top {
    width: 150px;
    padding: 10px 0;
}
.protostar-header .canvas-logo-2 {
  margin-bottom: 30px;
  margin-top: 10px;
}
.protostar-footer footer {
  padding: 60px 0;
}
}
@media (max-width: 800px) {
  .protostar-header .menu-item-wrap.menu-item-wrap-3 {
      margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .protostar-header .menu-list-conten-item {
    width: 256px;
    margin: 0 auto 40px;
}
  .protostar-header .menu-list-conten-item.mlc-single {
      padding: 0 0 50px;
  }
  .protostar-header a.mlc-link {
    margin: 21px auto 0;
}
.protostar-header .menu__item.menu__item--3 {
  padding-bottom: 0;
}
.protostar-header .paragraph-one, .protostar-header .paragraph-two, .protostar-header .paragraph-three, .protostar-header .paragraph-four, .protostar-header .paragraph-five, .protostar-header .paragraph-six {
  font-size: 14px;
}
.protostar-header  button.action.action--close {
      left: 20px;
      top: 25px;
  }
  .protostar-header  lottie-player,.protostar-header  .logo-img-top,.protostar-header  .mlogo-img-top {
    width: 100px;
}
.protostar-header #headerlottie,.protostar-header  #header-menu-lottie {
  width: 100px;
  padding: 0;
}
.protostar-header #menu-lottie .glint {
  width: 150px;
}
.protostar-header ul.social-menu-items li a {
  margin: 0 5px;
}
.protostar-footer footer {
  padding: 40px 0;
}
}


@media (max-width: 575px) {
  .protostar-header .menu-item-wrap.menu-item-wrap-1 {
      height: 100%;
  }
  .protostar-header .paragraph-three {
    margin-right: 10px;
    font-size: 12px;
}
.protostar-header .menu-item-wrap.menu-item-wrap-1 {
  height: 100%;
}
.protostar-header .menu__item--1 {
  top: 50%;
}
.protostar-header #menu-lottie .glint {
  width: 180px;
}
.protostar-header .hello-btn {
  width: 85%;
}
.protostar-header .hello-txt {
  font-family: 'Lorin';
}
.protostar-header .social-icon-wrap {
  margin-bottom: 30px;
  margin-left: 0;
}
.protostar-header .left-menu-content :nth-child(3) {
  order: 2;
}
.protostar-header .canvas-logo-2 {
  margin-top: 0;
}
.protostar-header .mobile-menu-wrap {
  padding: 0;
}
.protostar-header ul.mobile-menu {
  margin: 0 80px;
}
.protostar-header ul.mobile-menu li a {
  font-size: 22px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  font-family: 'Lorin';
}
}


.protostar-footer .common-padding-left-right {
  padding: 0 180px;
}
@media (max-width: 3300px) {
  .protostar-footer .common-padding-left-right {
      padding: 0 180px;
  }
}
@media (max-width: 1925px) {
  .protostar-footer .common-padding-left-right {
      padding: 0 120px;
  }
}
@media (max-width: 1600px) {
  .protostar-footer .common-padding-left-right {
      padding: 0 100px;
  }
}
@media (max-width: 1440px) {
  .protostar-footer .common-padding-left-right {
      padding: 0 100px;
  }
}
@media (max-width: 1366px) {
  .protostar-footer .common-padding-left-right {
      padding: 0 80px;
  }
}
@media (max-width: 1199px) {
  .protostar-footer .common-padding-left-right {
      padding: 0 60px;
  }
}
@media (max-width: 800px) {
  .protostar-footer .common-padding-left-right {
      padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .protostar-footer .common-padding-left-right {
      padding: 0 40px;
  }
  .protostar-footer .common-padding-left-right {
      padding-left: 30px;
      padding-right: 30px;
  }
}

.protostar-footer input {
  background: none;
  border: 2px solid #383838;
  color: #383838;
  padding: 15px 10px 5px;
  font-size: 14px;
  font-family: Raleway;
}

.protostar-footer .uptoDesktop {
  display: block;
}
@media (max-width: 1199px) {
  .protostar-footer .footer-div {
      padding: 60px 50px 80px;
  }
  .protostar-footer .uptoDesktop.footer-div {
      display: none;
  }
  .protostar-footer .footer-div {
      padding: 0px !important;
  }
}
@media (max-width: 991px) {
  .protostar-footer .uptoDesktop {
      display: none;
  }
  .protostar-footer .footer-div {
      padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .protostar-footer .footer-div {
      padding: 30px 5px;
  }
}

.protostar-footer .uptoTab {
  display: none;
}
@media (max-width: 1199px) {
  .protostar-footer .uptoTab.footer-div {
      display: block;
      z-index: 999;
      position: relative;
  }
  .protostar-footer .footer-div {
      padding: 0px !important;
  }
  .protostar-footer .footer-div {
      padding: 60px 50px 80px;
  }
}
@media (max-width: 991px) {
  .protostar-footer .footer-div {
      padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .protostar-footer .footer-div {
      padding: 30px 5px;
  }
}

.protostar-footer  .footer-top-border-wrap {
  /* display: flex; */
  /* flex-wrap: wrap; */
  padding: 25px;
  /* justify-content: space-around; */
  margin-bottom: -64px;
  position: relative;
}
.protostar-footer  .ft-border {
  width: 10%;
  height: 1px;
  background-color: #F7574B !important;
  position: absolute;
}
.protostar-footer .ft-border.ft-border-1 {
  left: 9%;
}
.protostar-footer .ft-border.ft-border-2 {
  left: 33%;
}
.protostar-footer .ft-border.ft-border-3 {
  left: 58.5%;
}
.protostar-footer .ft-border.ft-border-4 {
  left: 80%;
}
.protostar-footer .footer-top {
  padding: 25px;
  /* box-shadow: -6px -6px 16px var(--featuredCard-bg); */
  box-shadow: -5px -5px 16px 0px var(--button-shadow);
  /* box-shadow: 3px 16px 0px var(--featuredCard-bg); */
  /* background-color: #1e1e1e; */
  background-color: var(--bkg-color);
  border-radius: 8px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
.protostar-footer .footer-link-two {
  margin-top: 44px;
}
.protostar-footer  .footer-link-two ul {
  margin-bottom: 0;
  list-style: none;
}
.protostar-footer .footer-social-link {
  text-align: center;
}
.protostar-footer .footer-social-link {
  filter: grayscale(100%);
}

.protostar-footer footer a {
  color: var(--secondary-color);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
.protostar-footer .footer-social-link a {
  display: block;
  width: 47px;
  height: 47px;
  /* background: #1e1e1e; */
  background-color: var(--bkg-color);
  box-shadow: -6px -6px 16px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  line-height: 47px;
  text-align: center;
  margin: 0 auto;
  color: var(--secondary-color);
  position: relative;
  z-index: 99;
  transition: all 0.3s;
}
.protostar-footer .footer-link-one ul li a,.protostar-footer  .footer-link-two ul li a,.protostar-footer  .footer-link-three ul li a,.protostar-footer  .footer-link-four ul li a {
  color: var(--secondary-color);
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.protostar-footer .footer-link-two {
  margin-top: 44px;
}
.protostar-footer .tab-footer-left,.protostar-footer  .tab-footer-right .footer-links-one {
  background: var(--bkg-color);
  box-shadow: -6px -6px 16px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
  color: var(--secondary-color);
  position: relative;
  z-index: 9999999;
  transition: all 0.3s;
}
.protostar-footer .uptoTab .tab-footer-left,.protostar-footer .tab-footer-right .footer-links-one {
  padding: 40px 20px 0;
}
.protostar-footer .uptoTab .footer-content {
  position: relative;
  height: 150px;
}
.protostar-footer .footer-card {
  background-color: transparent;
  position: relative;
}
.protostar-footer .location span {
  display: block;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  color: var(--secondary-color);
}
.protostar-footer .uptoTab .footer-content .bottom-line-wrapper {
  display: flex;
  justify-content: center;
}
.protostar-footer .uptoTab .footer-content .bottom-line {
  height: 40px;
  width: 1px;
  background-color: #f7574b;
  text-align: center;
}
.protostar-footer .tab-footer-left::after, .protostar-footer .tab-footer-right .footer-links-one::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.27);
  border-radius: 8px;
  z-index: -999;
}
.protostar-footer .footer-links-one li {
  position: relative;
}
.protostar-footer .uptoTab .tab-footer-right li {
  margin-bottom: 30px;
}
.protostar-footer .footer-links-one {
  max-width: 80%;
  margin: 0 auto;
}
.protostar-footer .paragraph-one {
  font-size: 14px;
}
.protostar-footer .footer-box-1, .protostar-footer .footer-box-2, .protostar-footer .footer-box-3, .protostar-footer .footer-box-4 {
  width: 24%;
  height: 72px;
}
.protostar-footer .footer-card {
  background-color: transparent;
  position: relative;
  display: inline-block;
}
.protostar-footer .footer-top h4 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.protostar-footer .footer-box-4 {
  width: 18%;
}
.protostar-footer .footer-box-5 {
  width: 10%;
  height: 72px;
  display: flex;
  justify-content: end;
}
.protostar-footer .footer-top h4 span {
  color: var(--secondary-color);
  font-family: Raleway;
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  width: 100%;
}
.protostar-footer .footer-link-one {
  margin-bottom: 0px;
}
.protostar-footer .uptoDesktop .footer-link-one li {
  border-right: 2px solid #808080;
  width: initial !important;
  padding-right: 24px;
  margin-right: 24px;
}
.protostar-footer .footer-bottom .row .px-0{
  display: flex;
}
.protostar-footer .footer-link-one li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
.protostar-footer .uptoDesktop .footer-link-one li {
  border-right: 2px solid #808080;
  width: initial !important;
  padding-right: 24px;
  margin-right: 24px;
}
.protostar-footer .uptoDesktop .footer-link-one li:last-child{
  border: none;
    padding-right: 0;
    margin-right: 0;
}
.protostar-footer .footer-link-two {
  margin-top: 44px;
}
.protostar-footer .footer-social-link {
  filter: grayscale(100%);
}
.protostar-footer .footer-social-link {
  text-align: center;
}
.protostar-footer .footer-link-one ul li a,.protostar-footer  .footer-link-two ul li a,.protostar-footer  .footer-link-three ul li a,.protostar-footer  .footer-link-four ul li a {
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.protostar-footer .footer-social-link a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.27);
  border-radius: 8px;
  z-index: -999;
}
.mr-3{
  margin-right: 1rem !important;
}
.mr-4{
  margin-right: 1.5rem !important;
}
.protostar-footer .footer-more-links {
  margin-top: 100px;
}
.protostar-footer .footer-more-links a, .protostar-footer .footer-more-links p {
  font-family: Raleway;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #7b7b7b;
}
.protostar-footer .footer-more-links a,.protostar-footer .footer-more-links p{
  font-family: Raleway;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #7b7b7b;
}
.protostar-footer .uptoTab-footer-bottom {
  padding: 24px 0 24px;
}
.protostar-footer .uptoTab-footer-bottom p,.protostar-footer  .uptoTab-footer-bottom a {
  font-weight: 400;
}
.protostar-footer .greyish-white {
  color: #676767;
}
.protostar-footer .paragraph-eight {
  font-size: 12px;
}
.protostar-footer .font-10 {
  font-size: 10px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 1925px) {
  .protostar-footer .uptoDesktop .footer-link-one li {
      width: 130px;
  }
}

@media (max-width: 1440px) {
  .protostar-footer .footer-links-one {
      max-width: 85%;
  }
}
@media (max-width: 1199px) {
  .protostar-footer  .footer-top-border-wrap {
      display: none;
  }
  .protostar-footer .footer-card {
    width: 226px;
    padding: 15px;
}
.protostar-footer .uptoTab .footer-logo {
  display: grid;
  place-content: center;
  margin-top: 50px;
}
}
@media (max-width: 991px) {
  .protostar-footer .footer-top {
      padding-bottom: 40px;
  }
  .protostar-footer  .footer-card {
    width: auto;
}
.protostar-footer .footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
}
@media (max-width: 800px) {
  .protostar-footer .footer-top {
      padding-bottom: 30px;
  }
  .protostar-footer .footer-bottom {
    padding-top: 30px;
}
.protostar-footer .footer-card {
  width: 166px;
}
}
@media (max-width: 767px)
{
  .protostar-footer .uptoTab .tab-footer-left,.protostar-footer  .tab-footer-right .footer-links-one {
    padding: 30px 15px 0;
  }
  .protostar-footer .uptoTab .tab-footer-left,.protostar-footer  .tab-footer-right .footer-links-one {
    padding: 30px 20px 0;
}

.protostar-footer .uptoTab .footer-content {
  height: 120px;
}
.protostar-footer .uptoTab .footer-card {
  height: 98px;
}
.protostar-footer .footer-card {
  width: 200px;
  padding: 15px 0px;
}
.protostar-footer .uptoTab .tab-footer-right li {
  margin-bottom: 15px;
}
.protostar-footer .paragraph-one,.protostar-footer  .paragraph-two,.protostar-footer  .paragraph-three,.protostar-footer  .paragraph-four,.protostar-footer  .paragraph-five,.protostar-footer  .paragraph-six {
  font-size: 14px;
}
.protostar-footer  .footer-link-one, .protostar-footer  .footer-link-two, .protostar-footer  .footer-link-three, .protostar-footer  .footer-link-four{
  margin-bottom: 30px;
}
}
@media (max-width: 575px) {
  .protostar-footer .uptoTab .tab-footer-left {
    padding: 15px 16px 0;
}
.protostar-footer .uptoTab .footer-content {
  height: 100px;
}
.protostar-footer .uptoTab .footer-card {
  height: unset;
}
.protostar-footer .footer-card {
  display: inline-block;
  width: unset !important;
  text-align: center;
}
.protostar-footer .uptoTab.footer-div span {
  font-size: 16px;
}
.protostar-footer .uptoTab.footer-div span {
  font-size: 13px;
}
.protostar-footer .tab-footer-right .footer-links-one li {
  width: 100%;
  text-align: left;
}
}
@media (max-width: 390px) {
  .protostar-footer .uptoTab.footer-div span {
      font-size: 13px;
      display: block;
      width: 100%;
      text-align: center;
      color: var(--secondary-color);
      line-height: initial;
  }
}