
.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.body {
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  background-color: #000;
  font-family: Poppins, sans-serif;
}

.home {
  position: fixed;
  top: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  opacity: 0;
}

.home.active {
  opacity: 1;
  -webkit-transition: all 1200ms cubic-bezier(.165, .84, .44, 1);
  transition: all 1200ms cubic-bezier(.165, .84, .44, 1);
}

.homebg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
  background-image: url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.h1 {
  color: #fff;
  font-size: 53px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.875px;
}

.h1.bgtext {
  opacity: 0.21;
  font-size: 128px;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.herotextblock {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  position: fixed;
  left: 40px;
  top: 40px;
  right: auto;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-text {
  position: relative;
  z-index: 12;
  width: 100%;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.menu {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 185px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.menu.stage2 {
  height: 10px;
  opacity: 0.6;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.menu.stage3 {
  height: 10px;
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  font-size: 0.8em;
}

.menu.black {
  color: #000;
}

.menu.stage1 {
  height: 30px;
  opacity: 0.8;
  -webkit-transform: scale3d(0.8none, 0.8none, 1none);
  transform: scale3d(0.8none, 0.8none, 1none);
  font-size: 0.9em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.gradient {
  width: 100%;
  height: 42%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.scroll-icon {
  display: none;
  padding-top: 20px;
}

.herotext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herotextcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  min-height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menuholder {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
}

.menuholder:hover {
  height: 200px;
}

.menuholder.bgon {
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

.menuholder.won {
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

.menuholder.von {
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.menuholder.pon {
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

.menuholder.con {
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.movablemenu {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: 20vh;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 185px;
  height: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.movablemenu.draggable.active {
  overflow: visible;
}

.logoblack {
  position: absolute;
  opacity: 0;
}

.logoblack.active {
  height: 100%;
  opacity: 1;
}

.logocontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logowhite {
  opacity: 0;
}

.logowhite.active {
  opacity: 1;
}

.menuborder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
}

.menuborder.black {
  border-color: #000;
}

.bgsection {
  position: fixed;
  top: 0px;
  z-index: 2;
  overflow: hidden;
  width: 2px;
  height: 100vh;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
}

.bgsection.active {
  width: 100%;
  opacity: 1;
}

.swiper-container {
  overflow: hidden;
  width: 100vw;
}

.swiper-container.bgswiper {
  position: relative;
  z-index: 5;
}

.swiper-container.pswiper {
  position: relative;
  z-index: 2;
  height: 63%;
  padding-right: 30px;
  padding-left: 30px;
}

.swiper-container.cswiper {
  overflow: hidden;
  width: 80vw;
  height: 70%;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.48);
}

.swiper-container.mswiper {
  position: relative;
  z-index: 3000;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-pagination.dots {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 20;
  width: auto;
  height: 12px;
  padding-right: 5px;
  padding-left: 5px;
}

.swiper-pagination.dots.active {
  opacity: 1;
}

.swiper-pagination.dots.bgdots {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination.dots.bgdots.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination.dots.wdots {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination.dots.wdots.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination.dots.vdots {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination.dots.vdots.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination.dots.pdots {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination.dots.pdots.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination.dots.cdots {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination.dots.cdots.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide.project {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.swiper-slide.project.web.hide {
  display: none;
}

.swiper-slide.project.app.hide {
  display: none;
}

.swiper-slide.edit {
  height: 100%;
}

.swiper-slide.hide {
  display: none;
}

.swiper-slide.mslides {
  height: 20%;
  padding: 23px;
}

.swiper-slide.bgt2 {
  opacity: 0.89;
}

.swiper-slide.bgt4 {
  overflow: hidden;
}

.whatsection {
  position: fixed;
  top: 0px;
  z-index: 3;
  overflow: hidden;
  width: 2px;
  height: 100vh;
  max-height: 100vh;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
}

.whatsection.active {
  width: 100%;
  opacity: 1;
}

.projectsection {
  position: fixed;
  top: 0px;
  z-index: 5;
  overflow: hidden;
  width: 2px;
  height: 100vh;
  max-height: 100vh;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
}

.projectsection.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 130px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.visionsection {
  position: fixed;
  top: 0px;
  z-index: 4;
  overflow: hidden;
  width: 2px;
  height: 100vh;
  max-height: 100vh;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
}

.visionsection.active {
  width: 100%;
  opacity: 1;
}

.contactsection {
  position: fixed;
  top: 0px;
  z-index: 6;
  overflow: hidden;
  width: 2px;
  height: 100vh;
  max-height: 100vh;
  background-image: url('../images/contact-background.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
}

.contactsection.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/contact-background.jpg');
  opacity: 1;
}

.projecttab {
  position: absolute;
  top: 40px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 49px;
  padding-left: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab.taball {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bgs1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #dbe4ec;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  background-clip: border-box;
}

.bgs1.active {
  height: 100vh;
  opacity: 1;
}

.bgs1img {
  height: 75%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Background-bg1new.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -105%);
  -ms-transform: translate(0px, -105%);
  transform: translate(0px, -105%);
}

.bgs1contentblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bgs1text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  max-width: 600px;
  min-height: 175px;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bgs1line {
  width: 0%;
  height: 1px;
  background-color: #000;
}

.h2 {
  margin-top: 0px;
  margin-bottom: -10px;
  color: #000;
  font-size: 39px;
  line-height: 58px;
}

.h2.bgs1heading {
  opacity: 0;
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(0px, 150%);
}

.bgs1linecontainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bgs2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.bgs2.active {
  opacity: 1;
}

.bgs2img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  /* background-image: url('../images/Background-bg-2.jpg'); */
  background-position: 0px 0px;
  background-size: cover;
}

.ws4img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/What-we-do-background-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}



.slidetoptext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 50%;
  margin-right: 10%;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 39px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: 2px;
}


.h3.bgs2text4 {
  opacity: 1;
  -webkit-transform: translate(0px, -150%);
  -ms-transform: translate(0px, -150%);
  transform: translate(18px, -150%);
}


.h3.centeralign {
  opacity: 1;
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(18px, 150%);
}


/* .h3.centeralign {
  text-align: center;
} */

.h3.state2 {
  opacity: 0.21;
}

.h3.state1 {
  opacity: 0.56;
}

.h3.active {
  opacity: 1;
}

.h3.bgs2text1 {
  opacity: 1;
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(0px, 150%);
}

.h3.bgs4heading {
  opacity: 0;
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(0px, 150%);
}

.bgs2textholder {
  overflow: hidden;
  max-width: 500px;
  font-weight: 400;
  text-align: right;
}

.bgs2line {
  width: 0%;
  height: 1px;
  background-color: #fff;
}

.ws2line {
  width: 0%;
  height: 1px;
  background-color: #fff;
}

.layout2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slidebottomtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: 10%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.075em;
}

.p.center {
  text-align: center;
}

.p.center.ws1 {
  padding-right: 34px;
  padding-left: 34px;
}

.p.center.ws1-copy {
  padding-right: 99px;
  padding-left: 99px;
}

.p.bgs2text2 {
  opacity: 0;
  -webkit-transform: translate(0px, -150%);
  -ms-transform: translate(0px, -150%);
  transform: translate(0px, -150%);
}

.p.bgs4subtext {
  opacity: 0;
  -webkit-transform: translate(0px, -150%);
  -ms-transform: translate(0px, -150%);
  transform: translate(0px, -150%);
}

.bgs3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.bgs3.active {
  opacity: 1;
}

.slideimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Background-bg-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slideimage.bgs2img {
  /* background-image: url('../images/Background-bg-2.jpg'); */
  opacity: 0;
}

.slideimage.bgs3img {
  background-image: url('../images/Background-bg-3.jpg');
  opacity: 0;
}

.slideimage.bgs4img {
  background-image: url('../images/Background-bg-4.jpg');
  background-position: 100% 0%;
  opacity: 0;
}

.slideimage.ws1img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 79%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/What-we-do-background-1.jpg');
  background-position: 100% 0%;
}

.slideimage.ws3-1img {
  background-image: url('../images/What-we-do-background-3-1.jpg');
}

.slideimage.ws4img {
  opacity: 1;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; */
  background-image: url('../images/What-we-do-background-4.jpg');
}

.slideimage.vs1img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/01-2-Vision-and-Focus.jpg');
}

.slideimage.vs2img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 79%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/Vision-and-focus-technical-preview.jpg');
}

.slideimage.ps1img {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/Projects-background-3.png');
}

.layout3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bgs3line1 {
  width: 0%;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.h4 {
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.h4.lowercase {
  margin-bottom: 0px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: none;
}

.h4.contact {
  margin-bottom: 20px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.bgs3text {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.bgs2corners {
  position: absolute;
  aspect-ratio: 1/1;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 0px;
  /* width: 50%; */
  /* height: 50%; */
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.bgs2corners.second {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-right: 1px solid #fff;
  border-left-style: none;
}

.bgs2corners.third {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  border-style: none solid solid none;
  border-right-width: 1px;
  border-right-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}

.bgs2corners.fourth {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  border-bottom: 1px solid #fff;
  border-top-style: none;
  border-top-width: 1px;
  border-left-width: 1px;
}

.bgs4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.bgs4.active {
  opacity: 1;
}

.bgs4img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Background-bg-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.layout4 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.slidetop2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 50vh;
  padding-bottom: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-end;
}


/* .slidetop2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 50vh;
  padding-bottom: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
} */

/* .slidetop2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 50vh;
  padding-bottom: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
} */


.slidebottom2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  /* margin-right: 10%; */
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


/* .slidebottom2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
} */

.ws4line {
  width: 0%;
  height: 1px;
  background-color: #fff;
}


.bgs4text{
  /* width: 100%; */
  max-width: 600px;
  /* padding-right: 20%; */
  text-align: right;
  overflow: hidden;
}

.bgs2textholder {
  overflow: hidden;
  max-width: 500px;
  font-weight: 400;
  text-align: right;
}


/* .bgs4text {
  overflow: hidden;
  max-width: 600px;
  text-align: right;
} */


.bgs4text.bottom {
  overflow: hidden;
  max-width: 400px;
  font-weight: 400;
  text-align: right;
}

/* .bgs4text.bottom {
  max-width: 400px;
} */

.div-block-11 {
  position: absolute;
  left: 50%;
  bottom: 70vh;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1500px;
  height: 853px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  width: 100%;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.image-2 {
  position: absolute;
  bottom: -59vh;
  z-index: 5;
  width: 1300px;
  height: auto;
  max-height: 100vh;
  max-width: none;
}

.ws1 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}




.layout1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


/* .layout1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  min-height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */



.ws1text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  width: 60%;
  height: 50%;
  /* margin-right: 10%; */
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .ws1text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */

.ws1circle {
  position: absolute;
  top: -30vh;
  width: 1400px;
  height: auto;
  max-height: 100vh;
  max-width: none;
}

.ws2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ws2img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/What-we-do-background-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.ws2text {
  max-width: 500px;
  text-align: right;
}

.ws3text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.ws3textblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ws4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-12 {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.vs1 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vs1text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h5 {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
}

.vs2text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projectimg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.projectimg.p1img {
  background-image: url('../images/preview-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projectimg.p2img {
  background-image: url('../images/preview-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projectimg.p3img {
  background-image: url('../images/preview-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projecttext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block {
  width: 100%;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  border-radius: 0px;
  background-color: transparent;
}

.cs1 {
  width: 100%;
  padding-right: 160px;
  padding-left: 160px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.mtriggers {
  position: fixed;
  top: 0px;
  z-index: 200199;
  overflow: hidden;
  width: 2px;
  height: 100vh;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1000ms cubic-bezier(.165, .84, .44, 1);
}

.mtriggers.active {
  width: 100%;
  opacity: 1;
}

.div-block-14 {
  width: 100%;
  height: 100%;
}

.ctrigger {
  width: 100%;
  height: 100%;
}

.ptrigger {
  width: 100%;
  height: 100%;
}

.vtrigger {
  width: 100%;
  height: 100%;
}

.wtrigger {
  width: 100%;
  height: 100%;
}

.btrigger {
  width: 100%;
  height: 100%;
}

.bgs1textholder {
  overflow: hidden;
}

.ws3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.templatebody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  font-family: Poppins, sans-serif;
}

.section {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.bgs4linecontainer {
  width: 60%;
}

.div-block-11-copy {
  position: absolute;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vh;
  height: 100vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed {
  position: relative;
  width: 1500px;
  height: 853px;
}

.div-block-11-copy {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.div-block-11-copy {
  position: absolute;
  left: 50%;
  top: 30vh;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1500px;
  height: 648px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.html-embed-copy {
  position: relative;
  width: 1500px;
  height: 648px;
}

.bgs4textblock {
  padding-bottom: 15px;
}

.bgs2linecontainer {
  width: 100vw;
  height: auto;
}

.ws4linecontainer {
  width: 100vw;
  height: auto;
}

.bgs3lineleft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bgs3lineright {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bgs3line3 {
  width: 0%;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.bgs3line2 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.bgs3textwrapper {
  width: 900px;
  height: 494px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgs3textcontainer {
  width: 70vw;
  max-width: 900px;
  padding: 90px;
  opacity: 0;
}

.bgs3textblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bgs4line {
  width: 0%;
  height: 1px;
  background-color: #fff;
}

.replay {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.ws4line {
  width: 0%;
  height: 1px;
  background-color: #fff;
}

.ws4linecontainer {
  width: 100vw;
  height: auto;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 48px;
  }

  .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .movablemenu {
    top: auto;
    bottom: 15%;
  }

  .logoblack {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .bgs1img {
    height: 69%;
    min-height: 450px;
    background-image: url('../images/Background-bg1new.jpg');
  }

  .bgs1contentblock {
    width: 55%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bgs1text {
    max-width: 450px;
    min-height: 350px;
    padding-right: 44px;
  }

  .slidetoptext {
    width: 70%;
    margin-right: 10%;
  }

  .bgs2textholder {
    width: 100%;
    max-width: none;
    padding-right: 20%;
  }

  .slidebottomtext {
    width: 70%;
    margin-right: 10%;
  }

  .slideimage.bgs2img {
    background-position: 18% 0%;
  }

  .slideimage.bgs4img {
    background-position: 75% 0%;
  }

  .slideimage.ws1img {
    background-position: 50% 0%;
  }

  .h4 {
    font-size: 18px;
    line-height: 36px;
  }

  .slidetop2 {
    width: 70%;
  }

  .slidebottom2 {
    width: 70%;
  }

  .div-block-11 {
    left: 40%;
  }

  .ws1circle {
    width: 1110px;
  }

  .bgs1textholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .bgs4linecontainer {
    width: 70%;
  }

  .div-block-11-copy {
    left: 40%;
  }

  .bgs3textblock {
    max-width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .herotextblock {
    padding-right: 36px;
    padding-left: 36px;
  }

  .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu.active {
    height: 50px;
    font-size: 14px;
  }

  .menuholder.bgon {
    -webkit-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  .movablemenu {
    bottom: 55px;
    width: 180px;
    height: 50px;
  }

  .bgs1 {
    opacity: 1;
  }

  .bgs1img {
    width: 100%;
    background-position: 50% 0%;
  }

  .bgs1text {
    height: 45vh;
  }

  .h2 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 32px;
  }

  .bgs2 {
    position: relative;
    z-index: 3;
    opacity: 1;
  }

  .slidetoptext {
    width: 85%;
    height: 45vh;
  }

  .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .bgs2textholder {
    padding-right: 10%;
  }

  .layout2 {
    z-index: 2;
  }

  .slidebottomtext {
    width: 85%;
  }

  .p {
    line-height: 18px;
  }

  .bgs3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 1;
  }

  .slideimage.bgs2img {
    z-index: 1;
  }

  .layout3 {
    height: 90%;
    max-height: 90%;
  }

  .h4 {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 6px;
  }

  .slidetop2 {
    width: 75%;
    height: 45%;
    padding-left: 20px;
  }

  .slidebottom2 {
    width: 75%;
    padding-left: 20px;
  }

  .div-block-11 {
    left: 40%;
    bottom: 73vh;
  }

  .ws1 {
    padding-right: 36px;
    padding-left: 36px;
  }

  .vs1 {
    padding-right: 36px;
    padding-left: 36px;
  }

  .bgs4linecontainer {
    width: 75%;
  }

  .div-block-11-copy {
    left: 30%;
    top: 27vh;
  }

  .bgs3textcontainer {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .herotextblock {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    left: 20px;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bgs1contentblock {
    width: 53%;
  }

  .bgs1text {
    padding-right: 11%;
  }

  .slidetoptext {
    padding-left: 20px;
  }

  .h3 {
    line-height: 38px;
  }

  .slidebottomtext {
    padding-left: 20px;
  }

  .p {
    font-size: 13px;
    line-height: 20px;
  }

  .slideimage.bgs2img {
    background-position: 20% 0%;
  }

  .h4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 5px;
  }

  .slidetop2 {
    padding-left: 30px;
  }

  .div-block-11 {
    bottom: 80vh;
  }

  .ws1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .vs1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-11-copy {
    top: 20vh;
  }
}


  ::-webkit-scrollbar {
    width: 0px;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px;
  }
  body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
  }
  .menublock {
    touch-action: none;
    user-select: none;
    cursor: url(https://www.irudh.com/resources/p1.png), auto;
  }
  .drag {
    cursor: url(https://www.irudh.com/resources/g1.png), auto !important;
  }
  .movablemenu {
    left: Calc(50vw - 95px);
    touch-action: none;
    user-select: none;
    cursor: url(https://www.irudh.com/resources/p1.png), auto;
  }
  .menublock {
    cursor: url(https://www.irudh.com/resources/p1.png), auto;
  }
  .triggerblock {
    touch-action: none;
    user-select: none;
  }
  .menuborder {
    cursor: url(https://www.irudh.com/resources/p1.png), auto !Important;
  }
  .menusection {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .drag {
    /*height:Calc(100vh + 250px);*/
  }
  body {
    overflow-y: hidden;
  }
  .swiper-pagination-bullets {
    width: auto !Important;
  }
  .swiper-pagination-bullet-active {
    width: 13px !Important;
    height: 13px !Important;
    background: white !Important;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: white !Important;
    margin: 0 0px 0px 10px !Important;
  }
  .swiper-pagination-bullet:hover {
    transform: scale(2);
  }
  .swiper-pagination-bullet-active:hover {
    transform: scale(1) !Important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    color: white !important;
  }
    