:root {
  --dark-slate-blue: #2e3192;
  --beige: beige;
  --white: rgba(255, 255, 255, .84);
  --burlywood: #deb374;
  --black: rgba(0, 0, 0, .02);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
}

.section {
  height: 700px;
  min-height: 0;
  text-align: center;
  background-image: url('../assets/images/rovit-malaysia-klook.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 122px;
}

.section.sec-about-us {
  height: 85vh;
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../assets/images/Untitled-1-0129.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3%;
  display: flex;
}

.section.sec-services {
  height: 85vh;
  min-height: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .76)), url('../assets/images/rovit-malaysia-klook.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section.sec-services.sec-event {
  height: 85vh;
  background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .76)), url('../assets/images/rovit-malaysia-macau-tourism.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.sec-hide {
  display: none;
}

.section.sec-contact-us {
  height: 85vh;
  background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .76)), url('../assets/images/WhatsApp-Image-2017-08-15-at-3.27.19-PM.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 215px;
  padding-bottom: 215px;
  display: flex;
}

.container {
  padding: 20px;
}

.container.con-1 {
  padding-left: 20px;
}

.heading {
  color: var(--dark-slate-blue);
}

.heading.heading-white {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.heading.heading1 {
  width: 90%;
  color: var(--beige);
  text-align: center;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.heading.heading9 {
  width: 60%;
  color: var(--beige);
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.section-2 {
  height: auto;
  max-height: none;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.section-3 {
  height: 700px;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  height: 350px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block.div-hide {
  display: none;
}

.div-block-2 {
  width: 33.33%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.div-block-2.div-2-1 {
  width: 33%;
  color: var(--white);
  padding-left: 31px;
  padding-right: 31px;
  text-decoration: none;
  transition: all .35s;
}

.div-block-2.div-2-1:hover {
  border: 1px solid var(--beige);
  color: var(--beige);
}

.div-block-2.div-2-1.div2-2 {
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-2.div-2-1.div2-2:hover {
  border-style: none;
}

.image {
  margin-bottom: -25px;
}

.heading-2 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 23px;
}

.text-block {
  font-size: 14px;
}

.button-8 {
  width: 170px;
  height: 50px;
  border: 2px solid var(--white);
  box-shadow: none;
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-8.button-9 {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: var(--white);
  margin-left: 0;
}

.text-button-b8 {
  z-index: 1;
  letter-spacing: 0;
  position: relative;
}

.bg-mask-b8 {
  width: 0;
  height: 200px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(37deg);
}

.bg-mask-b8.bgmask89 {
  background-color: var(--dark-slate-blue);
}

.section-4 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  height: 400px;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../assets/images/rovit-malaysia-Airasia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.heading-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.f02_text {
  color: #55c395;
  font-size: 16px;
}

.f02_social_wrap {
  width: 35px;
  height: 35px;
  background-color: #ebecf0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 0;
  padding: 9px;
  display: flex;
  position: relative;
}

.f02_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.f02_social_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.f02_success {
  background-color: rgba(0, 0, 0, 0);
}

.f02_form_wrap {
  margin-bottom: 0;
}

.f02_link {
  color: #8a94a6;
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f02_link:hover {
  color: #0a1f44;
}

.f02 {
  min-height: 400px;
  background-color: #fff;
  padding: 90px 5%;
}

.f02_title {
  color: #0a1f44;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.f02_button {
  min-height: 48px;
  min-width: 120px;
  color: #fff;
  letter-spacing: 1px;
  background-color: #5d3eff;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 700;
}

.f02_columns {
  margin-top: 35px;
}

.f02_social_wraps {
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.f02_top_wrap {
  border-bottom: 1px solid rgba(155, 158, 184, .26);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.f02_column {
  flex-direction: column;
  display: flex;
}

.f02_input {
  min-height: 48px;
  color: #4e5d78;
  letter-spacing: 1px;
  background-color: #ebecf0;
  border-style: none;
  border-radius: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 600;
}

.f02_input::-ms-input-placeholder {
  color: #8a94a6;
  font-weight: 700;
}

.f02_input::placeholder {
  color: #8a94a6;
  font-weight: 700;
}

.f02_form {
  min-width: 390px;
  align-items: flex-start;
  display: flex;
}

.section-6 {
  height: auto;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-2 {
  margin-bottom: 41px;
}

.paragraph {
  margin-bottom: 73px;
}

.paragraph-2 {
  margin-bottom: 40px;
}

.section-7 {
  height: 700px;
  background-image: url('../assets/images/rovit-malaysia10.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-2 {
  position: relative;
  top: -131px;
}

.section-8 {
  height: auto;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  object-fit: fill;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-8.sec8-1 {
  padding-top: 0;
  padding-bottom: 116px;
  overflow: visible;
}

.div-block-3 {
  height: 100px;
  display: flex;
}

.div-block-3.div-hide {
  display: none;
}

.lightbox-link {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.body {
  overflow: visible;
}

.image-2 {
  z-index: 2;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: -12%;
  right: auto;
}

.image-3 {
  position: absolute;
  top: 11%;
  bottom: auto;
  left: auto;
  right: -19%;
  overflow: visible;
}

.section-9 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 39px;
}

.card-3 {
  max-width: none;
  perspective: 1000px;
  border-radius: 4px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-3.card-hide {
  display: none;
}

.card-c3 {
  width: 400px;
  height: 400px;
  color: #fff;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 10px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #bbb;
}

.image-city-c3 {
  width: 400px;
  max-width: none;
}

.image-city-c3.img2 {
  width: 550px;
  margin-left: -37px;
}

.image-city-c3.img3 {
  width: 600px;
  margin-left: -67px;
}

.image-city-c3.img4 {
  width: 600px;
  margin-left: -64px;
}

.image-city-c3.img5 {
  width: 750px;
  margin-left: -104px;
}

.image-city-c3.img6 {
  width: 700px;
}

.image-city-c3.img7 {
  width: 600px;
  margin-left: -97px;
}

.image-city-c3.img8 {
  width: 620px;
}

.image-city-c3.img9 {
  width: 630px;
  margin-left: -169px;
}

.image-city-c3.img10 {
  width: 700px;
  margin-left: -42px;
}

.image-city-c3.img11 {
  width: 700px;
}

.image-city-c3.img12 {
  width: 650px;
  margin-left: -146px;
}

.overlay-1-c3 {
  width: 400px;
  background-image: linear-gradient(315deg, rgba(0, 21, 255, .82), rgba(46, 49, 146, .77));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100%;
  right: 0%;
}

.overlay-2-c3 {
  width: 400px;
  background-image: linear-gradient(rgba(46, 49, 146, .94), rgba(0, 21, 255, .73) 75%);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100%;
  right: 0%;
}

.text-wrapper-c3 {
  margin-bottom: 18px;
  margin-left: 19px;
  padding-right: 43px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.title-card-c3 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
}

.text-card-c3 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
}

.text-card-c3:hover {
  text-decoration: underline;
}

.lightbox-link-2 {
  color: var(--white);
  text-decoration: underline;
}

.paragraph-3 {
  width: 80%;
  margin: 0 auto 62px;
}

.paragraph-3.par3-1 {
  color: var(--white);
}

.image-4 {
  margin-top: 34px;
}

.heading-4 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
}

.bracket-left-nb2 {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bracket-menu-right-nb2 {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-menu-nb2 {
  display: flex;
}

.bracket-right-nb2 {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navbar-2 {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 500;
}

.navlink-nb2 {
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}

.navlink-nb2:hover {
  color: var(--dark-slate-blue);
  background-color: rgba(245, 245, 220, .48);
  font-weight: 700;
}

.navlink-nb2.w--current {
  color: var(--burlywood);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.navlink-wrapper-nb2 {
  color: #333;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.navbar {
  width: 700px;
  height: 120px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.bracket-menu-left-nb2 {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav08_right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav08_nav_menu {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.nav08_logo {
  margin-right: 35px;
}

.text-block-3 {
  margin-right: 20px;
}

.nav08_left_links {
  position: relative;
}

.nav08_container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav08 {
  height: 80px;
  box-shadow: none;
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav08_link {
  width: auto;
  text-align: center;
  border: 1px solid rgba(175, 30, 74, .1);
  border-radius: 10px;
  margin: 7px;
  padding: 12px 19px;
  font-size: 14px;
  font-weight: 600;
  transition: border .2s, color .2s;
}

.nav08_link:hover {
  color: #af1e4a;
  border: 1px solid #af1e4a;
}

.nav08_link.w--current {
  color: #af1e4a;
  border-color: #af1e4a;
}

.nav08_link.link-sub-menu {
  width: 200px;
}

.nav08_logo_image {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav08_left {
  align-items: center;
  display: flex;
}

.dropdown-list {
  padding: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding: 9px;
}

.div-block-4 {
  flex-flow: row;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  text-decoration: none;
}

.text-block-5 {
  color: var(--white);
  margin-top: 17px;
  font-size: 20px;
  text-decoration: underline;
  transition: color .2s;
}

.text-block-5:hover {
  color: #fff;
}

.button-10 {
  border: 1px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  border-radius: 10px;
  margin-top: 6px;
  padding: 15px 44px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  transition: background-color .2s, color .2s;
}

.button-10:hover {
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.button-10.button-white {
  color: var(--dark-slate-blue);
  background-color: #fff;
  border-color: #fff;
  margin-left: 8px;
  margin-right: 8px;
}

.button-10.button-white:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-color: #fff;
}

.paragraph-4 {
  margin-bottom: 36px;
}

.form_alert {
  height: 45px;
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

.form12_title {
  color: var(--dark-slate-blue);
  text-transform: capitalize;
  background-color: #fff;
  margin-bottom: 14px;
  margin-left: 20px;
  font-weight: 600;
  position: relative;
}

.form12_h1 {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
}

.form12_checkbox_field {
  width: 150px;
  height: 55px;
  background-color: #fff;
  border: 1.2px solid rgba(62, 52, 200, .1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, .28);
}

.form_error_wrap {
  height: 100%;
  max-width: 92%;
  align-items: center;
  display: flex;
}

.form_alert_line {
  width: 1px;
  min-height: 23px;
  background-color: rgba(53, 45, 45, .07);
  margin-left: 8px;
  margin-right: 8px;
}

.form12 {
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 30px;
  display: flex;
}

.error-message-2 {
  background-color: rgba(0, 0, 0, 0);
}

.module_wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 81px 5% 90px;
  display: flex;
}

.form12_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.form12_checkbox_wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 19px;
  display: flex;
}

.form12_field_title {
  color: var(--dark-slate-blue);
  text-transform: capitalize;
  background-color: #fff;
  padding-left: 6px;
  font-weight: 600;
  position: relative;
  top: 10px;
  left: 12px;
}

.form_error {
  height: 45px;
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

.form12_field_wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.form12_checkbox {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form12_checkbox:active {
  border: 1px solid #000;
}

.form12_button {
  width: 100%;
  max-width: 170px;
  min-height: 45px;
  min-width: 140px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5b3acc;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.form12_legal {
  text-align: center;
  font-weight: 600;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_error_paragraph.white-text {
  color: #fff;
}

.h2_select {
  z-index: 10;
  color: #0a1f44;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
  position: relative;
}

.form_alert_wrap {
  height: 100%;
  max-width: 92%;
  align-items: center;
  display: flex;
}

.form12_field {
  min-height: 55px;
  color: rgba(0, 0, 55, .75);
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid rgba(62, 52, 200, .04);
  border-radius: 6px;
  font-size: 16px;
}

.form12_field:focus {
  border-color: #5b3acc;
}

.form12_field::-ms-input-placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.form12_field::placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.form12_field_long {
  min-height: 150px;
  color: rgba(0, 0, 55, .75);
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid rgba(62, 52, 200, .04);
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 16px;
}

.form12_field_long::-ms-input-placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.form12_field_long::placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.f02_success_message {
  background-color: rgba(0, 0, 0, 0);
}

.form12_logo {
  width: 150px;
}

.form12_checkbox_label {
  display: none;
}

.form12_button_wrap {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.form_error_line {
  width: 1px;
  min-height: 23px;
  background-color: rgba(53, 45, 45, .07);
  margin-left: 8px;
  margin-right: 8px;
}

.form12_field_wrap_02 {
  margin-bottom: 35px;
}

.form12_block {
  width: 100%;
  max-width: 830px;
  padding-top: 0;
}

.form12_check_field {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_alert_text.white-text {
  color: #fff;
}

.form12_text {
  color: #808192;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.heading-5 {
  width: 60%;
  color: var(--beige);
  text-transform: capitalize;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  height: 85vh;
  text-align: center;
  padding-top: 0;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../assets/images/Untitled-1-0238.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 309px;
  padding-bottom: 0;
}

.slide.slide2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../assets/images/rovit-malaysia36.jpg');
}

.slide.slide-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../assets/images/Untitled-1-039.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 319px;
}

.button-wrap {
  width: 200px;
  height: 45px;
  min-width: 170px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.button-wrap.wrap2 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.circle-contain {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-base {
  width: 45px;
  height: 45px;
  background-color: var(--dark-slate-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-base.buttonbase1 {
  background-color: var(--beige);
}

.image-5 {
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 11px;
}

.button-t {
  z-index: 0;
  color: #000;
  letter-spacing: 1px;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
}

.button-t.button-tt {
  z-index: 10;
  color: var(--beige);
  margin-left: 3px;
}

.button-link {
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.f03_social_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.f03_button {
  min-height: 48px;
  min-width: 150px;
  color: #5d3eff;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.f03_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.f03_column {
  flex-direction: column;
  padding-right: 51px;
  display: flex;
}

.f03 {
  min-height: 400px;
  background-color: var(--dark-slate-blue);
  padding: 72px 0% 133px;
  position: relative;
}

.f03_h4 {
  max-width: 480px;
  color: #fff;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 38px;
  display: block;
}

.f03_link {
  color: rgba(255, 255, 255, .69);
  margin-bottom: 11px;
  text-decoration: none;
  display: block;
}

.f03_column_right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.link_block {
  position: absolute;
}

.f03_title {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
}

.f03_social_wraps {
  margin-top: 10px;
  display: flex;
}

.f03_container {
  max-width: 1000px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f03_footer_wrap {
  padding-top: 35px;
}

.f03_top_wrap {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.f03_social_wrap {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 0;
  padding: 9px;
  display: flex;
  position: relative;
}

.f04_bottom_wrap {
  width: 100%;
  min-height: 80px;
  border-top: 1px solid rgba(176, 183, 195, .22);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -111%;
  right: -111%;
}

.f04_copyright {
  color: #8a94a6;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f04_copyright:hover {
  color: var(--beige);
}

.f04_social_wrap {
  align-items: center;
  display: flex;
}

.f04_social_link {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.f04_social_ico {
  width: 20px;
}

.section-10 {
  height: 600px;
  background-image: url('../assets/images/rovit-malaysia-babel.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-2 {
  width: 800px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 8px 16px #000;
}

.slide-2 {
  background-image: url('../assets/images/rovit-malaysia36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../assets/images/rovit-malaysia-fbi-live.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../assets/images/rovit-malaysia-digi.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-6 {
  margin-bottom: -4px;
}

.heading-6, .heading-7, .heading-8 {
  color: var(--beige);
}

.block_wrap {
  width: 20%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line_02 {
  z-index: 999;
  width: 25%;
  height: 1px;
  background-color: #f9f9f9;
  margin-left: -12.5%;
  position: absolute;
}

.block {
  width: 25%;
  height: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line_01 {
  z-index: 999;
  width: 25%;
  height: 1px;
  background-color: #f9f9f9;
  margin-left: 12.5%;
  position: absolute;
}

.h1 {
  z-index: 15;
  color: #696ddf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 80px;
  line-height: 70px;
  position: absolute;
}

.plain_text {
  text-align: center;
  margin-top: -22px;
  font-family: Varela Round, sans-serif;
}

.content_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ring_03 {
  width: 120px;
  height: 120px;
  opacity: .3;
  border: 1px solid #eee;
  border-radius: 100px;
  position: absolute;
}

.h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.line_03 {
  z-index: 999;
  width: 25%;
  height: 1px;
  background-color: #f9f9f9;
  margin-left: -12.5%;
  position: absolute;
}

.container-3 {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-3.con-hide {
  display: none;
}

.green_dot {
  z-index: 9;
  width: 10px;
  height: 10px;
  background-color: #5b3acc;
  border-radius: 100px;
  position: relative;
}

.ring_01 {
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 100px;
  position: absolute;
}

.ring_02 {
  width: 80px;
  height: 80px;
  opacity: .6;
  border: 1px solid #eee;
  border-radius: 100px;
  position: absolute;
}

.dot_container {
  z-index: 9999;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-7 {
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-3 {
  color: #4c4172;
}

.arrow {
  width: 20px;
}

.arrow-left {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.feature-text {
  width: 50%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 23px;
  display: flex;
}

.slide-nav {
  display: none;
}

.button-block {
  width: 50%;
  min-height: 90px;
  justify-content: center;
  align-items: center;
  padding: 25px 15px;
  display: flex;
}

.arrow-right {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.pricing-rate {
  opacity: .5;
}

.pricing {
  color: #151428;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 55px;
}

.product-card {
  height: 100%;
  min-width: 490px;
  background-color: var(--black);
  padding: 30px 15px;
}

.left-arrow {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.product-wrap {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-left {
  width: 55px;
  height: 55px;
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.product-base {
  min-height: 250px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
  position: relative;
}

.slider-right {
  width: 55px;
  height: 55px;
  border: 2px solid #8c54ff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrap {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrap.content-hide {
  display: block;
}

.product-logo {
  width: 80px;
  margin-bottom: 8px;
}

.product-name {
  color: #151428;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.right-arrow {
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 35%;
}

.car-icon {
  width: 25px;
  margin-right: 14px;
}

.feature-block {
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.feature-column {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.price-block {
  width: 50%;
  flex-direction: column;
  align-items: flex-end;
  padding: 25px 30px 25px 15px;
  display: flex;
}

.product-image {
  max-width: 150%;
  position: absolute;
}

.button {
  min-height: 55px;
  min-width: 170px;
  background-color: var(--dark-slate-blue);
  color: var(--beige);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: -5px 30px 20px -20px rgba(86, 93, 113, .38);
}

.arrow-bottom {
  display: none;
}

.mask {
  overflow: hidden;
}

.product-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.arrow-left-2 {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container-4 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-right-2 {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tab-pane-tab-1 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.tab-link-tab-2 {
  width: 20%;
  background-color: var(--black);
  color: var(--dark-slate-blue);
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, .07);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: var(--dark-slate-blue);
  color: var(--beige);
}

.lightbox-link-3 {
  margin-top: 11px;
}

.bold-text {
  color: var(--dark-slate-blue);
}

.tabs-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 29px;
  padding-right: 29px;
}

.div-block-6.div0hide {
  display: none;
}

.text-block-6 {
  margin-top: 19px;
  margin-bottom: 8px;
}

.fe01_container {
  max-width: 1140px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 70px auto 35px;
  display: flex;
}

.fe01_card {
  width: 30%;
  height: 380px;
  min-height: 0;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 25px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.fe01_card:hover {
  border-color: #38cb89;
}

.fe01_h5 {
  color: #192063;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 29px;
}

.fe01_text {
  max-width: 500px;
  margin-bottom: 18px;
  line-height: 25px;
}

.fe01_span {
  color: #0a1f44;
  font-weight: 500;
}

.fe01_icon {
  width: 50px;
  flex: 0 auto;
  position: static;
  top: -22px;
  bottom: auto;
  left: 15px;
  right: 0%;
}

.fe01_icon.icon2 {
  margin-right: 28px;
}

.heading-9 {
  text-align: center;
}

.text-block-7 {
  margin-top: 0;
  margin-left: 11px;
  font-weight: 700;
}

.link {
  color: var(--dark-slate-blue);
}

.link-2 {
  color: var(--dark-slate-blue);
  font-size: 16px;
}

.link-3 {
  color: var(--dark-slate-blue);
}

.html-embed {
  width: 230px;
  height: 100px;
}

.map {
  margin-top: 11px;
}

.div-block-7 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  margin-left: 0;
  display: flex;
}

.image-8 {
  margin-left: 10px;
}

.html-embed-2 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-8 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.nav-menu {
  width: auto;
  height: 100%;
  color: #3f0a3d;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-register {
  color: #3f0a3d;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  transition: all .35s;
}

.nav-link-register:hover {
  color: #02676b;
}

.navigation-left {
  width: 75%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.navigation-center {
  width: 10%;
  height: 100%;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.logo {
  width: 150px;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  display: flex;
}

.large-link {
  height: 100%;
  background-color: var(--dark-slate-blue);
  color: var(--beige);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 22px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.large-link:hover {
  font-size: 14px;
}

.large-link.w--current {
  background-color: var(--white);
}

.navigation-right {
  width: 15%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-9 {
  margin-right: 6px;
}

.brand {
  margin-right: 20px;
  padding: 12px;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .35s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dark-slate-blue);
  font-size: 14px;
}

.nav-link.contactus.hidecon {
  display: none;
}

.nav01 {
  height: 90px;
  background-color: #fff;
  align-items: center;
  padding-top: 21px;
  display: flex;
  box-shadow: 11px 11px 25px rgba(9, 7, 37, .06);
}

.dropdown-toggle {
  padding-left: 21px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .35s;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  color: var(--dark-slate-blue);
  font-size: 14px;
}

.dropdown-list-2 {
  background-color: var(--white);
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.dropdown-list-2.dropdonwnlist3.w--open {
  width: 390px;
}

.dropdown-link {
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .35s;
}

.dropdown-link:hover {
  color: var(--dark-slate-blue);
  font-size: 14px;
}

.navbar-3 {
  padding-top: 0;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 70px 45px;
  display: flex;
}

.div-block-8.div-abus {
  width: 100%;
  height: 500px;
  background-image: url('../assets/images/Untitled-4-about-us.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.tab-hide {
  display: none;
}

.div-block-9 {
  height: auto;
  justify-content: center;
  display: flex;
}

.div-block-10 {
  width: 30%;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-11 {
  height: 300px;
}

.div-block-11.div11-1 {
  height: auto;
}

.div-block-11._11-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../assets/images/Untitled-1-40.jpg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11._11-2.printing {
  background-image: url('../assets/images/rovit-malaysia37.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-11._11-2.fabrication {
  background-image: url('../assets/images/0101.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-11._11-2.interaction {
  background-image: url('../assets/images/rovit-malaysia38.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq01_container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq01_click_wrap {
  margin-bottom: 15px;
}

.faq01_block {
  width: 100%;
  height: 100px;
  min-height: 70px;
  min-width: 0;
  cursor: pointer;
  border-bottom: 1px solid #ebecf0;
  justify-content: center;
  align-items: flex-start;
  padding: 26px 30px 10px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq-header {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-header.noselect {
  width: 90%;
  color: #11164d;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.faq01_icon {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 5%;
}

.faq01-comment {
  height: 500px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 43px 27px 37px;
  display: flex;
  overflow: hidden;
}

.faq01_paragraph {
  color: #4e5d78;
  text-align: left;
  text-transform: capitalize;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.faq01_paragraph.par2 {
  text-transform: none;
}

.text-block-10 {
  margin-top: 28px;
  text-decoration: underline;
}

.text-block-11 {
  color: var(--dark-slate-blue);
}

.lightbox-link-4 {
  margin-top: 15px;
}

.image-9 {
  margin-top: -15px;
  margin-bottom: 6px;
  margin-left: -11px;
}

.div-block-12 {
  height: 400px;
}

.html-embed-3 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-13 {
  width: 50%;
}

.heading-10 {
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
}

.button-11 {
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
  margin-top: 17px;
  padding: 13px 33px;
  transition: all .35s;
}

.button-11:hover {
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, .09);
}

.button-11.whitebutton {
  color: var(--dark-slate-blue);
  background-color: #fff;
  transition: all .35s;
}

.button-11.whitebutton:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  padding: 13px 33px;
}

.heading-11 {
  text-transform: capitalize;
}

.text-block-12 {
  color: var(--white);
  margin-top: 5px;
  font-size: 12px;
  display: none;
}

.text-block-13 {
  margin-bottom: 22px;
}

.text-block-14 {
  font-size: 12px;
}

.column {
  padding-right: 51px;
}

.div-block-14 {
  height: 400px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-3 {
  width: 100vw;
  height: 500px;
  background-color: var(--dark-slate-blue);
  align-items: center;
}

.left-arrow-2 {
  height: 200px;
  justify-content: center;
  align-items: center;
  margin-left: 1vw;
  display: flex;
}

.right-arrow-2 {
  height: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
  display: flex;
}

.image-10 {
  transform: rotate(180deg);
}

.slide-wrapper {
  width: 80%;
  height: 100%;
  perspective: 1000px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title {
  color: var(--beige);
  text-align: right;
  letter-spacing: -3px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.link-4 {
  color: #5f5f5f;
  font-size: 18px;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.image-2-wrapper {
  z-index: 2;
  width: 22vw;
  transform-origin: 100%;
  margin-right: -11vw;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .24);
}

.image-1 {
  z-index: 3;
  width: 100%;
  box-shadow: 0 1px 16px 2px rgba(0, 0, 0, .14);
}

.image-1-wrapper {
  z-index: 3;
  width: 50vw;
  height: 25vw;
  transform-origin: 100%;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, .13);
}

.image-3-wrapper {
  z-index: 1;
  width: 19vw;
  transform-origin: 100%;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .34);
}

.slide-nav-2 {
  font-size: 10px;
}

.text-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 20px;
  display: flex;
}

.image-11 {
  z-index: 1;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  z-index: 2;
}

.div-block-15 {
  height: 650px;
  flex-direction: row-reverse;
  padding-top: 95px;
  display: flex;
  overflow: hidden;
}

.div-block-16 {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-17 {
  height: auto;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 27px;
  padding-left: 55px;
  padding-right: 104px;
  display: flex;
}

.paragraph-5 {
  margin-top: 9px;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .card-3 {
    max-width: 750px;
  }

  .card-c3 {
    max-width: 220px;
    transition-property: none;
  }

  .hamburger-menu-nb2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-nb2 {
    width: 100%;
    background-color: #fff;
  }

  .navbar {
    width: 700px;
    min-width: 400px;
  }

  .nav08_nav_menu {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav08_menu_icon {
    color: #4e5d78;
  }

  .nav08_left_links {
    display: none;
  }

  .nav08_button_mobile {
    background-color: #fafbfc;
    border-radius: 100px;
  }

  .nav08_button_mobile.w--open {
    background-color: #ebecf0;
  }

  .nav08_container {
    height: 80px;
    align-items: center;
  }

  .nav08 {
    display: block;
  }

  .nav08_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
    padding-left: 20px;
  }

  .form12 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-5 {
    z-index: 100;
    background-color: var(--dark-slate-blue);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .block_wrap {
    width: 50%;
  }

  .line_02, .line_01 {
    width: 50%;
    margin-left: 25%;
  }

  .arrow {
    filter: invert();
  }

  .arrow-left, .arrow-right {
    display: none;
  }

  .product-card {
    padding-bottom: 50px;
    position: relative;
  }

  .slider-left {
    width: 80px;
    height: 50px;
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    padding: 7px;
  }

  .product-base {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .slider-right {
    width: 80px;
    height: 50px;
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    padding: 7px;
  }

  .content-wrap {
    z-index: 20;
    position: relative;
  }

  .product-image {
    max-width: 130%;
  }

  .arrow-bottom {
    z-index: 5;
    height: 50px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .mask {
    overflow: visible;
  }

  .arrow-left-2, .arrow-right-2 {
    display: none;
  }

  .fe01_card {
    width: 49%;
    min-height: 300px;
    margin-bottom: 35px;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
  }

  .navigation-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .navigation-right {
    width: 20%;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .nav-link {
    width: 100%;
  }

  .nav-link.contactus {
    display: none;
  }

  .menu-button {
    color: #3f0a3d;
    border: 1px solid rgba(63, 10, 61, .1);
  }

  .menu-button.w--open {
    color: var(--dark-slate-blue);
    background-color: rgba(46, 49, 146, .16);
    border-style: none;
    border-color: #02676b;
  }

  .faq01_click_wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slider-3 {
    height: 350px;
  }

  .text-wrapper {
    margin-top: 0;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .navigation-center {
    width:15%;
  }
}

@media screen and (max-width: 767px) {
  .heading.heading1, .heading.heading9 {
    font-size: 28px;
    line-height: 30px;
  }

  .section-3 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block {
    height: auto;
    flex-direction: column;
  }

  .div-block-2.div-2-1 {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-2.div-2-1.div2-2 {
    width: 100%;
    padding-left: 73px;
    padding-right: 73px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .f02_form_wrap {
    margin-top: 15px;
  }

  .f02_top_wrap {
    flex-direction: column;
  }

  .f02_logo {
    margin-bottom: 15px;
  }

  .card-3 {
    flex-direction: column;
    align-items: center;
  }

  .card-c3 {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-4 {
    width: 100%;
  }

  .bracket-left-nb2 {
    padding-right: 5px;
    position: static;
  }

  .top-bar-nb2 {
    width: 40px;
    height: 2px;
    background-color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .bracket-menu-right-nb2 {
    height: 40px;
    padding-left: 5px;
    display: none;
    position: absolute;
    top: 17%;
    right: 8%;
  }

  .bracket-right-nb2 {
    padding-left: 5px;
    position: static;
  }

  .navbar-2 {
    width: 300px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navlink-nb2 {
    margin-left: 0;
    margin-right: 0;
  }

  .bottom-bar-nb2 {
    width: 40px;
    height: 2px;
    background-color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navlink-wrapper-nb2 {
    width: 130px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar {
    width: auto;
    height: 350px;
    align-items: flex-start;
  }

  .bracket-menu-left-nb2 {
    height: 40px;
    padding-right: 5px;
    display: none;
    position: absolute;
    top: 17%;
    left: 8%;
  }

  .middle-bar-nb2 {
    width: 40px;
    height: 2px;
    background-color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .form12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .module_wrap {
    padding-top: 0;
  }

  .heading-5 {
    width: 100%;
  }

  .f03_top_wrap {
    align-items: center;
  }

  .heading-7, .heading-8 {
    font-size: 24px;
  }

  .product-card {
    min-width: 80%;
  }

  .product-wrap {
    flex-direction: column;
  }

  .product-base {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .feature-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-image {
    max-width: 100%;
  }

  .navigation-left {
    width: 100%;
    justify-content: space-between;
  }

  .navigation-center {
    display: none;
  }
  .navigation-right {
    display: none;
  }

  .nav-link.contactus {
    display: block;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .div-block-10 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 30px;
  }

  .slider-3 {
    height: 600px;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 40px;
  }

  .slide-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .image-2-wrapper {
    display: none;
  }

  .image-1 {
    width: 36vw;
  }

  .image-1-wrapper {
    width: auto;
    margin-right: 0;
  }

  .image-3-wrapper {
    display: none;
  }

  .text-wrapper {
    align-items: center;
    margin-top: 40px;
  }

  .div-block-15 {
    height: auto;
    flex-direction: column;
    padding-top: 0;
  }

  .div-block-16 {
    width: 100%;
    padding-top: 44px;
  }

  .heading-12 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 20px;
  }

  .section.sec-about-us, .section.sec-services.sec-event, .section.sec-contact-us {
    height: 600px;
  }

  .heading.heading-white {
    font-size: 28px;
    line-height: 30px;
  }

  .heading.heading9 {
    width: 80%;
  }

  .section-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-2.div-2-1 {
    padding-bottom: 34px;
  }

  .div-block-2.div-2-1.div2-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f02_form_wrap, .f02_button, .f02_news_wrap {
    width: 100%;
  }

  .f02_input {
    margin-bottom: 11px;
  }

  .f02_form {
    width: 100%;
    min-width: auto;
    flex-direction: column;
  }

  .section-6 {
    padding-bottom: 0;
  }

  .paragraph, .paragraph-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-7 {
    height: 200px;
  }

  .section-8 {
    padding-top: 0;
  }

  .section-8.sec8-1 {
    padding-bottom: 71px;
  }

  .section-9 {
    padding-top: 39px;
  }

  .card-c3 {
    margin: 15px 12px;
  }

  .paragraph-3 {
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
  }

  .paragraph-3.par4 {
    text-align: center;
    margin: 42px auto 26px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .navbar {
    min-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .nav08 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .form12_title {
    font-size: 12px;
  }

  .form12_h1 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .form12_checkbox_field {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    box-shadow: 1px 1px 35px rgba(198, 211, 255, .08);
  }

  .form12 {
    padding-left: 0;
    padding-right: 0;
  }

  .form12_checkbox_wrap {
    flex-wrap: wrap;
  }

  .form12_field_title {
    font-size: 12px;
  }

  .form12_text {
    text-align: center;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 33px;
  }

  .slider {
    height: 600px;
  }

  .f03_button {
    width: 100%;
  }

  .f03_text {
    text-align: center;
  }

  .f03 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .f03_h4 {
    font-size: 22px;
    line-height: 33px;
  }

  .heading-8 {
    line-height: 30px;
  }

  .block_wrap {
    width: 100%;
  }

  .button-block {
    width: 100%;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing {
    font-size: 55px;
  }

  .product-base {
    min-height: 190px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .content-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .car-icon {
    margin-right: 8px;
  }

  .feature-block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 8px;
  }

  .feature-column {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .price-block {
    width: 100%;
    padding: 16px 0;
  }

  .fe01_card {
    width: 100%;
  }

  .fe01_icon.icon2 {
    margin-right: 20px;
  }

  .navigation-left {
    justify-content: space-between;
    padding-left: 0;
  }

  .navigation-container {
    padding-left: 24px;
  }

  .navigation-center {
    display: none;
  }

  .navigation-right {
    display: none;
  }

  .nav-link.contactus.hidecon {
    display: block;
  }

  .menu-button {
    color: var(--dark-slate-blue);
    border-color: rgba(46, 49, 146, .15);
  }

  .div-block-8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8.div-abus {
    height: 200px;
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block-10 {
    width: 90%;
  }

  .faq01_block {
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 15px;
  }

  .faq01-comment {
    height: auto;
    padding-bottom: 50px;
  }

  .faq01_paragraph {
    margin-left: 0;
  }

  .faq01_paragraph.par2 {
    margin-left: 0;
    line-height: 20px;
  }

  .heading-11 {
    text-align: left;
  }

  .slider-3 {
    height: 300px;
  }

  .title {
    margin-bottom: -6px;
    font-size: 30px;
  }

  .image-1 {
    width: 55vw;
  }

  .text-wrapper {
    margin-top: 0;
  }

  .div-block-16 {
    margin-right: 5%;
    padding-top: 0;
    padding-left: 5%;
  }

  .div-block-17 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 33px;
  }

  .paragraph-6 {
    text-align: left;
  }
}


.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#29a71a;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
}

.my-float{
  margin-top:14px;
}

