@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");
@media (min-width: 1400px) {
  .aboutPage .container,
  .aboutPage .container-lg,
  .aboutPage .container-md,
  .aboutPage .container-sm,
  .aboutPage .container-xl,
  .aboutPage .container-xxl {
    max-width: 1120px;
  }

  .container.md {
    max-width: 1120px;
  }
}

.aboutPage {
  padding-top: 100px;
  color: #697197;
}

.aboutPage h2 {
  text-align: center;
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 34px;
  line-height: 50px;
  color: var(--primary);
}

.aboutPage h3 {
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 19px;
  margin-top: 101px;
  font-weight: 400;
  color: var(--primary);
}

.aboutPage p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.aboutPage ul {
  padding: 38px 0 82px;
}

.aboutPage ul li {
  padding: 0 50px;
  position: relative;
  height: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 243px;
}

.aboutPage ul li h6 {
  font-weight: 600;
  font-size: 48px;
  line-height: 49px;
  text-align: center;
  color: #00aeef;
}

.aboutPage ul li p {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #2a3666;
}

.aboutPage ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 147px;
  top: 0;
  background: #e1e1e1;
}

.aboutPage ul li:last-child::after {
  content: none;
}

.aboutSwiper .swiper-slide {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 24px 26px;
}

.aboutSwiper .swiper-slide .iconBlue {
  background-color: #00aeef;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  padding: 7px;
}

.aboutSwiper .swiper-slide .iconBlue svg {
  color: white;
}

.aboutSwiper .swiper-slide .stepNumber {
  position: relative;
  height: 24px;
}

.aboutSwiper .swiper-slide .stepNumber::after {
  content: "";
  width: 51px;
  border: 1px solid #585858;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 4px;
}

.aboutSwiper .arrows {
  width: 159px;
  right: -10px;
  margin-left: auto;
  top: -59px;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-top: 100px !important;
  padding-bottom: 10px !important;
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 63px !important;
  height: 63px !important;
  background-image: url("../images/swiper-arrow.svg");
  background-repeat: no-repeat;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-slide {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.waveySec {
  position: relative;
}

.waveySec .container-fluid {
  padding-left: 236px;
  padding-right: 115px;
  position: relative;
}

.waveySec .container-fluid::after {
  content: "";
  position: absolute;
  background-size: contain;
  top: -56px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.waveySec span svg {
  color: #00aeef;
  transition: 0.4s ease-in-out;
}

.waveySec span:hover {
  cursor: pointer;
  background: #00aeef;
}

.waveySec span:hover svg {
  color: #fff;
}

.waveySec h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #2a3666;
}

.waveySec p {
  font-size: 12px;
  line-height: 20px;
  color: #7b82a0;
}

.waveySec .col:nth-child(1) {
  margin-top: 155px;
  padding: 0 16px;
}

.waveySec .col:nth-child(1) span {
  margin-bottom: 41px;
}

.waveySec .col:nth-child(1) h3 {
  margin-bottom: 9px;
  padding-left: 18px;
}

.waveySec .col:nth-child(1) p {
  padding-left: 19px;
}

.waveySec .col:nth-child(2) {
  margin-top: 30px;
  padding: 0 0px 0 86px;
}

.waveySec .col:nth-child(2) span {
  margin-bottom: 39px;
}

.waveySec .col:nth-child(2) h3 {
  margin-bottom: 8px;
  padding-left: 0px;
}

.waveySec .col:nth-child(3) {
  margin-top: 133px;
  padding: 0 0px 0 136px;
}

.waveySec .col:nth-child(3) span {
  margin-bottom: 39px;
}

.waveySec .col:nth-child(3) h3 {
  margin-bottom: 8px;
  padding-left: 13px;
}

.waveySec .col:nth-child(3) p {
  padding-left: 13px;
}

.waveySec .col:nth-child(4) {
  margin-top: -54px;
  padding: 0 33px;
}

.waveySec .col:nth-child(4) span {
  margin-bottom: 45px;
}

.waveySec .col:nth-child(4) h3 {
  margin-bottom: 8px;
  padding-left: 13px;
}

.waveySec .col:nth-child(4) p {
  padding-left: 13px;
}

.waveySec .col:nth-child(5) {
  margin-top: 139px;
  padding: 0 46px;
}

.waveySec .col:nth-child(5) span {
  margin-bottom: 32px;
}

.waveySec .col:nth-child(5) h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #2a3666;
  margin-bottom: 8px;
  padding-left: 7px;
}

.waveySec .col:nth-child(5) p {
  padding-left: 7px;
}

.w-1034 {
  width: 1094px;
  align-items: flex-start !important;
}

.testimonial {
  padding-top: 110px;
  color: #585858;
}

.testimonial h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 23px;
}

.testimonial h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 36px;
}

.testimonial h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 -2px;
}

.testimonial h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #b7b7b7;
  margin: 0;
}

.testimonial p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 22px;
}

.testimonial img {
  filter: grayscale(100%);
  transition: 0.4s ease-in-out;
  margin-left: 114px;
}

.testimonial img:hover {
  filter: grayscale(0%);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.testimonial .testiPadding {
  padding: 142px 0 0 73px;
}

@media (max-width: 1600px) and (min-width: 1280px) {
  .waveySec .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .waveySec .col {
    padding: 0 46px;
  }

  .waveySec .col:nth-child(1) {
    margin-top: 92px;
  }

  .waveySec .col:nth-child(2) {
    margin-top: 26px;
  }

  .waveySec .col:nth-child(3) {
    margin-top: 112px;
  }

  .waveySec .col:nth-child(4) {
    margin-top: -45px;
  }

  .waveySec .col:nth-child(5) {
    margin-top: 115px;
  }
}

@media (max-width: 991px) and (min-width: 320px) {
  .custom-width {
    width: 70%;
    text-align: left;
  }

  .aboutPage {
    padding: 0 20px;
    padding-top: 50px;
  }

  .aboutPage h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 10px;
  }

  .aboutPage h2 br {
    display: contents;
  }

  .aboutPage p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }

  .aboutPage p br {
    display: contents;
  }

  .aboutPage h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    margin-top: 21px;
    text-align: left;
  }

  .aboutPage h6 {
    font-size: 48px;
    line-height: 67px;
  }

  .aboutPage ul {
    padding: 20px 0 30px;
  }

  .aboutPage ul li::after {
    content: none;
  }

  .waveySec .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .waveySec .container-fluid::after {
    content: none;
  }

  .waveySec .col {
    display: flex;
    justify-content: flex-start;
    padding: 0px 16px !important;
    text-align: center;
    align-items: flex-start;
  }

  .waveySec .col h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 0 !important;
  }

  .waveySec .col h3 br {
    display: contents;
  }

  .waveySec .col p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding-left: 0 !important;
  }

  .waveySec .col span {
    margin: 0 10px 41px;
    width: 53px;
    height: 53px;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    border-radius: 40px;
  }

  .waveySec .col span svg {
    width: 29px;
  }

  .waveySec .col:nth-child(1) {
    margin-top: 0px;
  }

  .waveySec .col:nth-child(2) {
    margin-top: 50px;
  }

  .waveySec .col:nth-child(3) {
    margin-top: 50px;
  }

  .waveySec .col:nth-child(4) {
    margin-top: 50px;
  }

  .waveySec .col:nth-child(5) {
    margin-top: 50px;
  }

  .w-1034 {
    width: 100%;
    padding: 0 40px;
  }

  .testimonial {
    padding-top: 83px;
  }

  .testimonial h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  .testimonial h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }

  .testimonial h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  .testimonial img {
    margin-top: 47px;
    margin-left: 0;
  }

  .testimonial .testiPadding {
    padding: 0;
  }

  .header ul {
    margin: 0 25px 0 0 !important;
  }
}

.careerPage {
  padding-top: 145px;
  color: #697197;
}

.careerPage h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 50px;
  color: #2a3666;
  margin-bottom: 58px;
}

.careerPage .careerTab {
  margin-bottom: 40px;
}

.careerPage .careerTab button {
  background: #fff;
  border: 1px solid #2a3666;
  border-radius: 30px;
  height: 30px;
  margin-right: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #2a3666;
  padding: 0 15px;
}

.careerPage .careerTab button.active {
  background: #2a3666;
  color: #fff;
}

.careerPage .careerTab button:hover {
  background: #2a3666;
  color: #fff;
}

.careerPage .tab-content {
  width: 923px;
}

.careerPage .tab-content .tabDetail {
  padding: 21px 28px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  color: #2a3666;
}

.careerPage .tab-content .tabDetail h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  margin: 0;
}

.careerPage .tab-content .tabDetail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.careerPage .tab-content .tabDetail span {
  background: #fff;
  border: 1px solid #2a3666;
  border-radius: 30px;
  height: 30px;
  margin-right: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.careerPage .tab-content .tabDetail span svg {
  margin-right: 6px;
}

.careerPage .tab-content .tabDetail a {
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  color: #2a3666;
  text-decoration: none;
}

.jobNews {
  padding: 106px 0;
  color: #2a3666;
}

.jobNews h2 {
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  color: var(--primary);
}

.jobNews p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.jobNews form {
  margin-top: 41px;
  margin-bottom: 19px;
}

.jobNews form input[type="email"] {
  width: 340px;
  height: 50px;
  border: 1px solid #2a3666;
  border-radius: 5px;
  font-weight: 300;
  font-size: 14px;
  color: #2a3666;
  margin-right: 17px;
  padding: 0 18px;
}

.jobNews form button {
  width: 140px;
  height: 50px;
  background: linear-gradient(90deg, #00aeef 7.46%, #078dd2 98.01%);
  border-radius: 8px;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  border: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .careerPage .tab-content {
    width: 100%;
  }

  .careerPage .careerTab button {
    margin-bottom: 12px;
  }

  .jobNews h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .careerPage {
    padding-top: 47px;
  }

  .careerPage h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    padding: 0 13px;
    margin-bottom: 25px;
  }

  .careerPage h2 br {
    display: contents;
  }

  .careerPage .tab-content {
    width: 100%;
    padding: 0 10px;
  }

  .careerPage .tab-content .tabDetail {
    border-radius: 10px;
    padding: 15px 15px;
  }

  .careerPage .tab-content .tabDetail h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .careerPage .tab-content .tabDetail p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .careerPage .tab-content .tabDetail span {
    font-size: 11px;
    line-height: 28px;
    height: 25px;
  }

  .careerPage .tab-content .tabDetail a {
    width: 110px;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
  }

  .careerPage .tab-content .tabDetail a svg {
    max-width: 10px;
  }

  .careerPage .tab-content .tabDetail .align-items-start div {
    width: 100%;
  }

  .careerPage .careerTab .nav {
    overflow-x: overlay;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
  }

  .jobNews {
    padding: 26px 10px;
  }

  .jobNews h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    padding: 0;
    text-align: left;
  }

  .jobNews p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }

  .jobNews form input[type="email"] {
    margin: 0 0 10px !important;
    height: 36px;
    font-size: 11px;
    width: 100%;
    border: 1px solid #dedede;
  }

  .jobNews form button {
    width: 100%;
    height: 36px;
    font-size: 11px;
  }
}

.cursorAnimation {
  position: absolute;
  background-image: url(../images/cursor.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  opacity: 0.9;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  animation: pulse 0.5s cubic-bezier(0.51, 0, 0.4, 0.5) alternate infinite;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1099;
  pointer-events: none;
}

@keyframes pulse {
  from {
    width: 50px;
    height: 50px;
  }

  to {
    width: 60px;
    height: 60px;
  }
}

.cursorAnimation.active {
  animation: bounce 0.4s ease;
}

@keyframes bounce {
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .cursorAnimation {
    display: none;
  }
}

:root {
  --primary: #2a3666;
}

.banner {
  max-height: 100svh;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.3);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: transparent;
}

ul li {
  list-style: none;
}

body {
  font-family: "Poppins", sans-serif;
}

.header {
  z-index: 1920;
  padding: 43px 43px 40px 52px;
  transition: 0.4s ease-in-out;
}

.header.innerPage button span {
  background: linear-gradient(90deg, #585858 50%, #585858 0);
}

.header.innerPage button span::before {
  background: linear-gradient(90deg, #585858 50%, #585858 0);
}

.header.innerPage button span::after {
  background: linear-gradient(90deg, #585858 50%, #585858 0);
}

.header button {
  cursor: pointer;
  width: auto;
  height: 30px;
  margin-top: -13px;
}

.header button span {
  background: linear-gradient(90deg, #fff 50%, #585858 0);
  background-position: 0 100%;
  background-size: 70px 2px;
  transition: bottom 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0.25s,
    transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s ease;
  height: 1px;
  width: 28px;
  display: inline-block;
}

.header button span::before {
  background: linear-gradient(90deg, #fff 50%, #585858 0);
  background-position: 0 100%;
  background-size: 70px 2px;
  bottom: 8px;
  transition: bottom 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0.25s,
    transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s ease;
  content: "";
  right: 13px;
  position: absolute;
  height: 2px;
  width: 15px;
  transition: 0.3s ease-in-out;
}

.header button span::after {
  background: linear-gradient(90deg, #fff 50%, #585858 0);
  background-position: 0 100%;
  background-size: 70px 2px;
  transition: bottom 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0.25s,
    transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s ease;
  content: "";
  right: 0;
  position: absolute;
  height: 1px;
  width: 15px;
  bottom: -8px;
  transition: 0.3s ease-in-out;
}

.header button:hover {
  color: #000;
}

.header button:hover span::before {
  width: 100%;
  right: 0;
  transition: 0.3s ease-in-out;
}

.header button:hover span::after {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.header button.active span {
  background: none !important;
  box-shadow: 0px 0px 0px 0 rgba(2, 10, 32, 0);
}

.header button.active span::after {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.25s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
  background: #585858 !important;
  width: 28px;
  height: 2px;
}

.header button.active span::before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.25s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
  background: #585858 !important;
  width: 28px;
  right: 0;
  height: 2px;
}

.header ul {
  margin: 0 115px 0 0;
}

.header ul li a {
  color: #585858;
}

.header ul li a:hover {
  color: #000;
}

.header .social-header {
  display: none;
}

.header.header-area a.logo {
  color: #00aeef !important;
}

.header.header-area .social-header {
  display: block;
}

.sticky {
  background: #fff;
  transition: 0.4s ease-in-out;
  box-shadow: 0px 4px 18px 1px rgba(0, 8, 0, 0.05);
}

.sticky.nav-up {
  transform: translateY(-80px);
  position: fixed;
  width: 100%;
}

.sticky.nav-down {
  transform: translateY(0px);
  position: fixed;
  width: 100%;
  z-index: 1920;
}

.sticky .header {
  background: #ffffff;
  padding: 15px 30px;
}

.sticky .text-white {
  color: #00aeef !important;
}

.sticky button span {
  background: #00aeef !important;
}

.sticky button span::after,
.sticky button span::before {
  background: #00aeef !important;
}

.arrowCircle {
  color: transparent;
}

.arrowCircle .circle {
  opacity: 0.6;
}

.arrowCircle .arrow {
  position: absolute;
  left: 0px;
  top: 10px;
  height: 34px;
}

.animationDown {
  animation: animationDown 2.5s linear infinite;
}

@keyframes animationDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -90%, 0);
  }

  50% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 70%, 0);
  }
}

.border-top-footer {
  border: 1px solid #e1e1e1;
}

.Overlay:after {
  content: "";
  background: rgba(53, 53, 53, 0.4);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
}

.NavigationMenu {
  top: 0;
  left: 0;
  z-index: 1919;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: rgb(255, 255, 255);
  transform: translate3d(100%, 0, 0);
}

.NavigationMenu.NavigationMenu_hidden {
  pointer-events: none;
  transform: translate3d(100%, 0, 0);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.NavigationMenu.NavigationMenu_hidden .NavigationMenu_Wrap a span {
  animation: NavigationMenu_slideFadeOut__DYfrV 0.4s ease-in 0.51s both;
}

.NavigationMenu.NavigationMenu_active {
  transform: translateZ(0) !important;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.NavigationMenu.NavigationMenu_active .NavigationMenu_Wrap a span {
  animation: NavigationMenu_slideFadeOut__DYfrV 0.4s ease-in 0.51s both;
}

.NavigationMenu .NavigationMenu_Wrap {
  width: 100%;
  max-width: 820px;
  padding-top: 50px;
}

.NavigationMenu .NavigationMenu_Wrap a {
  margin: 0 0 20px;
  transition: color 0.3s ease-out;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 300;
  font-size: 38px;
  line-height: 56px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.NavigationMenu .NavigationMenu_Wrap a.active {
  color: #585858;
}

.NavigationMenu .NavigationMenu_Wrap a:hover {
  color: #585858;
}

.socialLinks ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #b7b7b7;
  text-decoration: none;
  padding: 14px 26px;
}

.pt-6 {
  padding-top: 34px;
  padding-left: 51px;
}

.slider-text {
  height: 200px !important;
}

.slider-text h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 67px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.slider-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.slider-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: -22px;
}

.carousel-control-next,
.carousel-control-prev {
  height: 0;
  top: 92%;
}

.carousel-control-prev {
  left: inherit;
  right: 16.5%;
}

.carousel-control-next {
  right: 8%;
}

.carousel-inner .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.fullpage {
  overflow: visible;
  height: initial;
  scroll-behavior: unset;
}

.z-5 {
  z-index: 5;
}

.bg-video {
  overflow-y: overlay;
  height: 100vh;
}

.overlay-bg {
  background: rgba(53, 53, 53, 0.4);
}

.overlay-bg a {
  position: relative;
  z-index: 4;
  margin: 0 80px 81px 0;
}

.pb-25 {
  padding-bottom: 250px;
}

.carousel {
  width: 100%;
}

.mt-6 {
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: end;
}

.footerbtm {
  margin-bottom: -166px;
}

.border-top {
  border-top: 1px solid rgba(225, 225, 225, 0.19) !important;
}

.border-top p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #b7b7b7;
}

.footer {
  padding-top: 0px;
  position: relative;
  bottom: -68px;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 20px 0px 10px;
}

.footer ul {
  padding: 0;
}

.footer ul li {
  margin-bottom: 11px;
  display: block;
}

.footer ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

.footer ul li a:hover {
  color: #b7b7b7;
}

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

.lightFooter {
  background: #f5f5f5;
}

.lightFooter .footer ul li {
  margin-bottom: 0px;
}

.lightFooter .footer ul li a {
  color: #585858;
}

.lightFooter .footer ul li a:hover {
  color: #000;
}

.lightFooter p {
  color: #b7b7b7;
  font-size: 12px;
}

.topDiv {
  overflow-y: overlay;
}

.mblsocial {
  display: none;
  margin-bottom: 40px;
  margin-left: 40px;
}

.mblsocial ul {
  margin: 0;
}

.mblsocial a {
  color: #585858;
}

.h-826 {
  height: 826px;
}

.banner video,
.banner img {
  -o-object-fit: cover;
  object-fit: cover;
}

.px-45 {
  padding-left: 65px;
  padding-right: 65px;
}

.pt-14 {
  padding-top: 14px;
}

@media (max-width: 4020px) and (min-width: 1280px) {
  .footer {
    max-width: 1587px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer a.logo {
    padding-left: 40px;
  }

  .footer .footerLink {
    width: 553px;
  }

  .footer .footerLink ul li {
    margin-bottom: 25px;
    margin-right: 56px;
  }

  .px-6 {
    max-width: 1185px;
    margin-left: 133px;
  }

  .contact .px-6 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1800px) {
  .px-6 {
    max-width: 1385px;
  }
}

@media (max-width: 1600px) and (min-width: 1280px) {
  .slider-text h1 {
    font-size: 36px;
    line-height: 56px;
  }

  .slider-text h1 br {
    display: contents;
  }

  .slider-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .slider-text p br {
    display: contents;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .px-6 {
    padding: 0 15px !important;
  }

  .px-6 .row {
    flex-direction: row;
  }

  .slider-text h1 {
    font-size: 30px;
    line-height: normal;
  }

  .footerbtm {
    margin-bottom: -406px;
  }

  .px-45 {
    padding: 0;
  }

  .footer {
    bottom: 0px;
    padding: 50px 15px 10px;
  }

  .footer ul li {
    margin-right: 0 !important;
  }

  .footer ul li a {
    font-size: 12px;
  }

  .footer p {
    font-size: 12px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 72%;
  }
}

.privacyPage {
  margin-top: 100px;
}

.privacyPage h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 67px;
  color: #2a3666;
}

.privacyPage .headingSmall {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #2a3666;
}

.privacyPage h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 50px;
  color: #2a3666;
}

.privacyPage p {
  font-size: 14px;
  line-height: 28px;
  color: #697197;
}

.privacyPage ul {
  padding: 0;
}

.privacyPage ul li {
  list-style-type: disc !important;
}

.privacyBox {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 96px 110px;
  margin-top: 24px;
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .privacyPage {
    margin-top: 90px;
    padding: 0 15px;
  }

  .privacyPage h1 {
    font-size: 28px;
    line-height: 37px;
  }

  .privacyPage .headingSmall {
    font-size: 16px;
  }

  .privacyPage h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .privacyBox {
    padding: 25px;
    margin-top: 10px;
    margin-bottom: 27px;
  }

  .arrowCircle {
    display: none !important;
  }

  #menuIcon {
    transform: scale(0.7);
  }

  .slider-text {
    height: 352px !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    height: 0;
    bottom: 80px;
    top: inherit;
  }

  .pt-6 {
    padding-top: 8px;
    padding-left: 51px;
  }

  .overlay-bg a {
    margin: 0 30px 49px 0;
  }

  .overlay-bg a svg {
    width: 32px;
    height: 32px;
  }

  .socialLinks {
    margin-bottom: 20px;
  }

  .socialLinks ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    text-decoration: none;
    padding: 6px 30px;
    display: block;
  }

  .NavigationMenu .NavigationMenu_Wrap {
    max-width: 100%;
    padding: 110px 30px;
  }

  .NavigationMenu .NavigationMenu_Wrap a {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 22px;
  }

  .social-header {
    display: none;
  }

  .NavigationMenu {
    justify-content: space-between !important;
  }

  .h-826 {
    height: 532px;
  }

  .header {
    padding: 25px 30px 25px 30px;
    margin: 0;
  }

  .header.header-area .social-header {
    display: none;
  }

  .mblsocial {
    display: block;
  }

  .px-6 {
    padding: 0 16px;
  }

  .slider-text {
    height: auto;
    padding-bottom: 125px;
  }

  .slider-text h1 {
    font-weight: 200;
    font-size: 30px;
    line-height: 40px;
  }

  .slider-text p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
  }

  .slider-text p br {
    display: contents;
  }

  .slider-text h2 {
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1rem;
  }

  .footerbtm {
    margin-bottom: -406px;
  }

  .footer {
    bottom: 0px;
    padding: 50px 0px 10px;
  }

  .footer ul li a {
    font-size: 12px;
  }

  .footer p {
    font-size: 12px;
  }

  .bg-video {
    height: 100vh;
  }

  .banner video,
  .banner img {
    -o-object-position: -255px top;
    object-position: -255px top;
  }

  .px-45 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pt-6 {
    padding-left: 15px;
  }
}

.bg-grey-light {
  background: #f5f5f5 !important;
}

@media (max-height: 667px) {
  .mt-6 {
    margin-top: 50vh !important;
  }
}

/*# sourceMappingURL=style.css.map */

.registration {
  background-image: url(../images/reg-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reg-form {
  padding-left: 40px;
  padding-right: 60px;
}

.reg-inn {
  max-width: 960px;
  margin: 0 auto;
  background-color: #ffffffd9;
  border-radius: 0 8px 8px 0;
}

.reg-left {
  background-color: black;
  border-radius: 8px 0 0 8px;
}

.img-reg-2 {
  padding-left: 28px;
  padding-right: 40px;
  padding-bottom: 30px;
}

.reg-form h1 {
  font-size: 22px;
  font-weight: 500;
}

.reg-form p {
  font-size: 11px;
  font-weight: 500;
}

.reg-form .form-label {
  font-size: 11px;
  color: #313131;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.reg-form .form-control {
  font-size: 11px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 0.49rem 0.75rem;
}

.reg-form .form-control::placeholder {
  color: #9c9c9c;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}

.reg-btn {
  border-radius: 5px;
  background: #000002;
  color: #fff;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.required {
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.required::before {
  background-color: #f7432b;
  content: "";
  width: 15px;
  height: 13px;
  right: -8px;
  top: -6px;
  transform: rotate(45deg);
  position: absolute;
}
@media (max-width: 667px) {
  .reg-form {
    padding-left: 20px;
    padding-right: 20px;
}
}