body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -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;
  text-align: left;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -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;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-contact {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.position-name-text {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
}

.work-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
}

.work-experience-grid {
  margin-bottom: 140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-grid {
  margin-bottom: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-bottom: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  text-decoration: none;
}

.work-image:hover {
  opacity: 0.8;
}

.work-image:active {
  opacity: 0.7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
  -webkit-perspective: 1235px;
  perspective: 1235px;
  -webkit-transform: perspective(608px) rotateX(26deg) rotateY(0deg) rotateZ(0deg) perspective(471px);
  transform: perspective(608px) rotateX(26deg) rotateY(0deg) rotateZ(0deg) perspective(471px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  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;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.about-intro-grid {
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: 0.9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  padding-top: 10px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.skills-grid {
  margin-bottom: 140px;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.personal-features-grid {
  margin-bottom: 110px;
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-areas: ". ." ". .";
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.speaking-text {
  display: inline-block;
  margin-right: 8px;
}

.speaking-text.cc-past-speaking {
  opacity: 0.6;
}

.speaking-detail {
  display: inline-block;
  opacity: 0.6;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . . ." ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-overview-grid {
  margin-top: 120px;
  margin-bottom: 135px;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-areas: ". . . ." ". . . .";
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 100px auto;
  grid-template-rows: auto auto;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  margin-top: 120px;
  margin-bottom: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  margin: 140px auto 200px;
  text-align: center;
}

.email-link {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  line-height: 88px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.email-link:hover {
  opacity: 0.8;
}

.email-link:active {
  opacity: 0.7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.protected-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;
}

.protected-heading {
  margin-bottom: 30px;
}

.body {
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section-2 {
  height: 300px;
  background-color: #000;
  -webkit-perspective: 1059px;
  perspective: 1059px;
  -webkit-transform: perspective(373px) rotateX(49deg) rotateY(0deg) rotateZ(0deg) perspective(354px) translate(-5px, 0px) perspective(844px);
  transform: perspective(373px) rotateX(49deg) rotateY(0deg) rotateZ(0deg) perspective(354px) translate(-5px, 0px) perspective(844px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.square-wrapper-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 115%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(77%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), hsla(0, 0%, 100%, 0) 77%);
  opacity: 0.8;
}

.menu-link {
  display: inline-block;
  padding: 10px 7px;
  font-size: 15px;
  /*padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;*/
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link:hover {
  border-radius: 4px;
  background-color: transparent;
  color: #fdeee9;
}

.menu-link.w--current {
  color: #e75480;
  font-weight: 700;
}

.menu-link.w--current:hover {
  color: #fdeee9;
}

.menu-link.nolink {
  padding-right: 0px;
  padding-left: 10px;
}

.menu-link.nolink:hover {
  padding-right: 0px;
  padding-left: 10px;
  color: #e75480;
}

.menu-link.language {
  display: inline-block;
  padding-left: 10px;
}

.footer-notes {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px none #f5f5f5;
  background-color: transparent;
  background-image: linear-gradient(135deg, #f64378, #e75480);
}

.secure-payment-by {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 214px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #192349;
}

.slide-nav-2 {
  color: #212121;
  font-size: 10px;
}

.solar-dot-second {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 80px;
  border-radius: 100%;
  background-color: #fff;
}

.second {
  padding-bottom: 0px;
}

.cta-text {
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.cta-text.white {
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.section-heading {
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.section-heading.box {
  width: 100%;
  font-size: 32px;
}

.column-second {
  text-align: left;
}

.demo-wrapper {
  position: absolute;
  left: -300px;
  top: 30px;
  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-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.2;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-2 {
  position: static;
  display: inline-block;
  margin: 10px 0px;
  padding: 10px 40px;
  float: none;
  -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;
  border-radius: 30px;
  background-color: #e75480;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.button-2:hover {
  background-color: #fdeee9;
  color: #e75480;
}

.button-2.general {
  width: 160px;
  height: 42px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: #8b9de4;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214af0), to(#39abff));
  background-image: linear-gradient(180deg, #214af0, #39abff);
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  text-align: center;
}

.button-2.general:hover {
  border-style: none;
  box-shadow: 0 6px 12px 0 rgba(29, 30, 56, 0.2);
}

.button-2.general.left {
  margin-left: 0px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-weight: 500;
}

.button-2.general.outline {
  height: 42px;
  border-style: solid;
  border-color: #fff;
  background-image: none;
}

.button-2.general.outline:hover {
  border-style: none;
  border-color: #5956fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5956fd), to(#39abff));
  background-image: linear-gradient(180deg, #5956fd, #39abff);
}

.button-2.general.outline.dark {
  height: 42px;
  margin-right: 0px;
  margin-left: 0px;
  border-color: #c9c9c9;
  color: #677081;
}

.button-2.general.outline.dark:hover {
  border-style: none;
  border-color: #5956fd;
  color: #fff;
}

.button-2.general.full-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: right;
  -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;
  border-width: 0px;
  border-color: transparent;
  border-radius: 20px;
  background-color: #e75480;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-2.general.full-white:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e75480), to(#f9c5d5));
  background-image: linear-gradient(180deg, #e75480, #f9c5d5);
  color: #fff;
}

.button-2.white.outline {
  width: 160px;
  height: 42px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 24px;
  border: 1px solid #fff;
  background-color: transparent;
  font-weight: 500;
  text-align: center;
}

.button-2.white.outline:hover {
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(142, 152, 173, 0.38);
  color: #000;
}

.button-2.gold {
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 5px;
  background-color: #bb9a7b;
  text-transform: uppercase;
}

.button-2.gold:hover {
  background-color: #000;
  color: #fff;
}

.button-2.light {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.button-2.light:hover {
  background-color: #ffecf1;
  color: #e75480;
}

.button-2.box {
  display: block;
  float: right;
  background-color: #e75480;
}

.button-2.box:hover {
  background-color: #fdeee9;
}

.line-in-hover {
  width: 50%;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #465cff;
}

.line-in-hover.interaction {
  background-color: #5956fd;
}

.line-in-hover.pink {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #d656fd;
}

.line-in-hover.tourquise {
  background-color: #1ec8e2;
}

.line-in-hover.orange {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ff9500;
}

.line-in-hover.components {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #56fd7a;
}

.underline {
  position: absolute;
  left: 0px;
  top: 107px;
  width: 110%;
  height: 5px;
  margin-top: -6px;
  background-color: #f44a66;
  opacity: 0.25;
  -webkit-transform: translate(-105%, 0px);
  -ms-transform: translate(-105%, 0px);
  transform: translate(-105%, 0px);
}

.underline.social-line {
  top: 32px;
  width: 100%;
  height: 5px;
  margin-top: -6px;
  background-color: #f44a66;
}

.slider-section {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  clear: none;
}

.slider-section.without-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.circle-third {
  position: relative;
  left: auto;
  top: 6px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 3vh;
  height: 3vh;
  margin: auto 66% auto auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.13);
  opacity: 0.5;
}

.top-header-icon {
  margin-bottom: 15px;
  opacity: 0.39;
}

.top-header-icon.lighter {
  opacity: 0.7;
}

.side-content-info {
  max-width: 570px;
  padding-right: 12%;
  padding-left: 12%;
}

.text-block-white {
  text-align: center;
}

.square-fourth {
  position: absolute;
  left: auto;
  top: 0%;
  right: -13%;
  bottom: auto;
  z-index: 10;
  width: 40vh;
  height: 40vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.square-fourth.tab {
  left: 60vh;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.15;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-combination-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.award-list {
  width: auto;
  height: auto;
  margin: 0px;
  padding-right: 0px;
  background-color: transparent;
}

.tab-pane-tab-1 {
  text-align: left;
}

.lighter-paragraph {
  color: #8796b4;
}

.icon-image-second {
  position: relative;
  left: 0px;
  top: 14px;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  padding: 0px;
  border-radius: 8px;
  background-color: transparent;
}

.icon-image-second.pink {
  background-color: rgba(214, 86, 253, 0.16);
  background-image: linear-gradient(124deg, #b90dc5, #d656fd);
}

.icon-image-second.interaction {
  background-color: rgba(156, 86, 253, 0.4);
  background-image: linear-gradient(120deg, #8325e7, #5956fd);
}

.icon-image-second.design {
  background-color: rgba(89, 86, 253, 0.43);
  background-image: linear-gradient(131deg, #5956fd, #2fb9f8);
}

.icon-image-second._1 {
  width: 200px;
  height: 200px;
  background-color: transparent;
  color: #e75480;
}

.icon-image-second.tourquise {
  background-color: rgba(30, 200, 226, 0.16);
  background-image: linear-gradient(127deg, #2fb9f8, #0df);
}

.icon-image-second._122 {
  width: 150px;
  height: 150px;
  background-color: transparent;
}

.circle-2 {
  position: absolute;
  left: auto;
  top: 19%;
  right: 35%;
  bottom: auto;
  z-index: 11;
  width: 10vh;
  height: 10vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.13);
  opacity: 0.2;
}

.features-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  text-align: center;
}

.testimonials-name {
  margin-bottom: 0px;
  color: #343e52;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.paragraph-14 {
  font-size: 14px;
}

.tabs-content {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #fff;
}

.tabs-content.color {
  margin-top: 1px;
  padding: 60px;
  border-style: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  background-image: linear-gradient(130deg, #2741ff, #2fb9f8);
  box-shadow: 0 5px 16px 0 rgba(39, 31, 197, 0.25);
}

.tabs-content.color.pink {
  border-style: none solid solid;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: hsla(0, 0%, 96.1%, 0);
  background-image: none;
}

.tabs-content.middle {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 0px;
  border: 0px none #e4e8ee;
  background-color: #fff;
  text-align: left;
}

.serviceimg {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 24px 20px;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 40ms ease;
  transition: box-shadow 40ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.serviceimg:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.serviceimg.line {
  border-color: #dbdbdb;
  border-bottom-width: 1px;
  background-color: #fff;
}

.serviceimg.line.testimonials {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-style: none;
  border-width: 1px;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #dbdbdb, 0 0 2px 0 #dbdbdb;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.serviceimg.line.testimonials:hover {
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.12);
}

.serviceimg.center {
  height: auto;
  padding: 20px 40px;
  border: 0px none transparent;
  border-radius: 8px;
  background-color: #fff;
  background-image: none;
  font-family: 'Open Sans', sans-serif;
  color: #465cff;
  font-weight: 600;
  text-align: center;
}

.serviceimg.center {
  height: 250px;
  padding: 20px 40px 40px;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  background-color: transparent;
  background-image: url('../images/services/confinement_lyc_covid19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #465cff;
  font-weight: 600;
  text-align: center;
}
.img-vt-ttdi{background-image: url('../images/vt-ttdi.jpg')!important;}
.img-vt-puchong{background-image: url('../images/vt-puchong.jpg')!important;}
.img-vt-jalil{background-image: url('../images/vt-ttdi.jpg')!important;}

.serviceimg.center._1b {
  background-image: url('../images/services/postnatal_lyc_mastitis.jpg');
}

.serviceimg.center._1 {
  background-image: url('../images/services/confinement_lyc_doctors.jpg');
}

.serviceimg.center._1a {
  background-image: url('../images/services/postnatal_lyc_doctors.jpg');
}

.serviceimg.center._2 {
  background-image: url('../images/services/confinement_lyc_food.jpg');
}

.serviceimg.center._2a {
  background-image: url('../images/services/postnatal_lyc_class.jpeg');
}

.serviceimg.center._2b {
  background-image: url('../images/services/lyc_security_control.jpg');
}

.serviceimg.center._3 {
  background-image: url('../images/services/confinement_lyc_wellness.jpg');
}

.serviceimg.center._1c {
  background-image: url('../images/services/postnatal_lyc_tanamera.jpg');
}

.serviceimg.center._1d {
  background-image: url('../images/services/postnatal_lyc_beauty.jpg');
}

.serviceimg.center._4 {
  background-image: url('../images/services/confinement_lyc_babycare.jpg');
}

.serviceimg.center.services_4 {
  background-image: url('../images/services_image_000004.jpg');
}

.serviceimg.center._5 {
  background-image: url('../images/services/confinement_lyc_dietitian.jpg');
}

.serviceimg.center._5a {
  background-image: url('../images/p2.png');
}

.serviceimg.center._5b {
  background-image: url('../images/services/postnatal_lyc_housekeeping.jpg');
}

.serviceimg.center._6 {
  background-image: url('../images/services/confinement_lyc_education.jpg');
}

.serviceimg.center._7 {
  background-image: url('../images/services/confinement_lyc_exercise.jpg');
}

.serviceimg.center._8 {
  background-image: url('../images/services/confinement_lyc_babyclass.jpg');
}

.serviceimg.center.vip {
  background-image: url('../images/vip-01.png');
}

.serviceimg.center.vip.puchong {
  background-image: url('../images/VIPROOM2.jpg');
}

.serviceimg.center.vip.bukit-jalil {
  background-image: url('../images/bj/bj-vip2.jpg');
}

.serviceimg.center.deluxe {
  background-image: url('../images/IMG_0732.png');
}

.serviceimg.center.deluxe.puchong {
  background-image: url('../images/DELUXE-2.jpg');
}

.serviceimg.center.deluxe.bukit-jalil {
  background-image: url('../images/bj/DELUXE.jpg');
}

.serviceimg.center.premier {
  background-image: url('../images/ttdi-p1.png');
}

.serviceimg.center.premier.puchong {
  background-image: url('../images/PREMIUM2.jpg');
}

.serviceimg.center.premier.bukit-jalil {
  background-image: url('../images/bj/bj-premiere2.jpg');
}

.color-link {
  color: #a7e4ff;
  text-decoration: underline;
}

.color-link.darker {
  color: #2741ff;
}

.tab-second {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.tab-second.center {
  width: 60%;
  margin-bottom: 0px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-image {
  width: 170px;
  height: 170px;
  border-radius: 150px;
}

.testimonial-image.small {
  position: relative;
  left: 0px;
  top: -40px;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.17);
}

.lighter-link {
  color: #fff;
  text-decoration: none;
}

.lighter-link:hover {
  text-decoration: underline;
}

.center-3 {
  width: 100%;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.center-3.padding {
  margin-bottom: 40px;
  color: #8796b4;
}

.preload {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 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-color: #8556fd;
  opacity: 1;
}

.emphasis {
  display: inline-block;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #2fb9f8;
  color: #fff;
}

.emphasis.orange {
  background-color: rgba(255, 149, 0, 0.87);
}

.emphasis.pink {
  background-color: rgba(214, 86, 253, 0.96);
}

.emphasis.green {
  background-color: #03be2b;
}

.footer-block {
  position: relative;
  display: block;
  padding-right: 0px;
  float: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

.footer-block.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -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;
}

.google-play-wrapper {
  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;
  border-left: 1px solid hsla(0, 0%, 100%, 0.43);
}

.main-section {
  position: relative;
  height: 750px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/slider-landing-slide-01-image-09.png'), linear-gradient(135deg, rgba(0, 77, 240, 0.92) 24%, #00e95e);
  background-position: 100% 50%, 0px 0px;
  background-size: 900px, auto;
  background-repeat: no-repeat, repeat;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.main-section.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 900px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#acb2ba), to(#686c75)), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, #acb2ba, #686c75), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 100% 29%, 0px 80%, 50% -184px;
  background-size: auto, 250px, 260px, cover;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed, scroll;
}

.main-section.third.pink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 750px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
  background-image: none;
}

.main-section.third.pink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 750px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
  background-image: none;
}

.circle-one {
  position: relative;
  display: block;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.13);
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.left-testimonial-arrow {
  left: 235px;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  color: #8e98ad;
  font-size: 15px;
  line-height: 24px;
}

.question-tittle-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 30px 10px;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-left: 1px solid #009fad;
  background-color: #f3f3f3;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.question-tittle-link.white {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(82, 91, 115, 0.07);
}

.full-container {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -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;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.square {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 1500px;
  height: 1500px;
  margin: 15% auto auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.columns-5 {
  position: relative;
  z-index: 10;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 100px;
  -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;
  background-color: transparent;
}

.section-3.gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
  background-color: #f0f2fc;
}

.section-3.color-pink {
  background-image: linear-gradient(138deg, #d656fd, #8556fd);
}

.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta.image-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/12312431.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/12312431.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cta.image-background.small {
  border-style: none;
  border-color: #000;
  background-image: linear-gradient(120deg, #7556fd, #d656fd);
}

.cta.image-background.small:hover {
  border: 1px none #000;
  background-image: linear-gradient(120deg, #7556fd, #d656fd);
}

.color-frame {
  width: 20px;
  height: 60px;
  margin-right: 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(122deg, #465cff, #2fb9f8);
}

.color-frame.orange {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(122deg, #ff3c00, #ff9500);
}

.color-frame.pink {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(122deg, #8556fd, #d656fd);
}

.color-frame.green {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(124deg, #049223, #03be2b);
}

.side-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.small-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.side-image-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 240px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-image-media.flex-right {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-social-block {
  width: 38px;
  height: 45px;
  padding-top: 12px;
  padding-left: 10px;
  float: right;
  border-right: 1px none hsla(0, 0%, 100%, 0.34);
  border-left: 1px solid hsla(0, 0%, 100%, 0.34);
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.top-social-block:hover {
  background-color: hsla(0, 0%, 100%, 0.14);
}

.top-social-block.last {
  width: 39px;
  padding-left: 10px;
  border-right-style: solid;
}

.top-social-block.last.second-version {
  border-top: 1px none rgba(3, 3, 3, 0.13);
  border-bottom: 1px none rgba(3, 3, 3, 0.13);
}

.top-social-block.last.second-version:hover {
  background-color: #dbdbdb;
}

.top-social-block.last.second-version.footer:hover {
  background-color: transparent;
}

.top-social-block.second-version {
  border-color: rgba(3, 3, 3, 0.13);
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  background-color: transparent;
}

.top-social-block.second-version:hover {
  border-right-color: rgba(3, 3, 3, 0.13);
  border-left-color: rgba(3, 3, 3, 0.13);
  background-color: rgba(3, 3, 3, 0.13);
}

.top-social-block.second-version.footer {
  display: block;
  height: 40px;
  float: none;
  border-style: none;
  opacity: 0.46;
}

.top-social-block.second-version.footer:hover {
  background-color: transparent;
  opacity: 1;
}

.top-social-block.second-version.footer.first {
  display: block;
}

.nav-menu-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px; /*90px*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-text {
  display: inline-block;
  color: #768fad;
  font-size: 12px;
  text-align: left;
}

.copyright-text.secure {
  margin-right: 10px;
  color: #fff;
}

.white-logo {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2);
}

.collection-item {
  width: 33%;
}

.question-box {
  margin-bottom: 10px;
}

.question-box.first {
  margin-top: 30px;
  border-top-style: none;
}

.plau-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 32px;
  height: 32px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #8556fd;
  background-image: url('../images/2314.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 9px 0 rgba(22, 26, 37, 0.2);
}

.center {
  width: 100%;
  color: #8796b4;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.slide {
  border: 1px none #000;
}

.service-heading-third-2 {
  margin-top: 0px;
  float: none;
  clear: none;
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.service-heading-third-2.big {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #343e52;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-heading-third-2.big {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-heading-third-2.big.white {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.service-heading-third-2.big.white.pink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 45px;
  font-weight: 900;
}

.service-heading-third-2.big.white.pink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 45px;
  font-weight: 900;
}

.service-heading-third-2.lightertab {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
}

.service-heading-third-2.center {
  margin-bottom: 20px;
  color: #343e52;
  font-size: 20px;
  text-align: center;
  text-transform: none;
}

.dropdown-link-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 12px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #eee #eee #e4ecf6;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 3px 5px -3px rgba(114, 111, 111, 0.2);
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  text-transform: uppercase;
}

.dropdown-link-second:hover {
  background-color: #fdeee9;
  color: #000;
}

.dropdown-link-second.w--current {
  margin-bottom: 0px;
  color: #e75480;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.dropdown-link-second.w--current:hover {
  background-color: #fdeee9;
  color: #e75480;
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 6px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 89.4%, 0.4);
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 #e4e8ee;
}

.star-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.horizontal {
  position: absolute;
  top: 9px;
  width: 14px;
  height: 2px;
  background-color: #161a25;
}

.service-row-second {
  margin: 20px 0px;
  padding-right: 2px;
  padding-left: 2px;
}

.side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f0f2fc;
}

.circle {
  position: relative;
  display: block;
  width: 900px;
  height: 900px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.13);
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.side-info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 8%;
  padding-left: 8%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333;
  font-weight: 500;
}

.side-info-2.no-padding {
  padding-right: 0%;
  padding-left: 0%;
}

.footer-sub-link {
  display: block;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.07);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #8796b4;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer-sub-link:hover {
  color: #d656fd;
}

.footer-sub-link.last {
  border-bottom-style: none;
}

.footer-sub-link.posts {
  margin-bottom: 5px;
  color: #fff;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.divider-2 {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(63, 63, 63, 0.1);
}

.processes-block {
  display: block;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border-top: 3px solid #eee;
  border-left: 0px none transparent;
  text-align: left;
}

.processes-block.counters {
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-style: none;
  background-color: transparent;
}

.processes-block.counters.light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 200px;
  margin: 0px;
  -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;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.processes-block.counters.light.pink {
  background-color: #e75480;
}

.processes-block.counters.light.pink {
  background-color: #e75480;
}

.top-header-2 {
  display: inline-block;
  margin-bottom: 0px;
  color: #8796b4;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.square-third {
  position: absolute;
  left: auto;
  top: 10%;
  right: 25%;
  bottom: auto;
  z-index: 11;
  width: 8vh;
  height: 8vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.square-third.tab {
  left: 35%;
  top: -33%;
  right: auto;
  bottom: auto;
  opacity: 0.15;
}

.media-image {
  position: relative;
  left: 0px;
  right: auto;
  display: block;
  overflow: visible;
  width: 900px;
  max-width: none;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 8%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  color: #000;
}

.arrow:hover {
  color: #e75480;
}

.container-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.container-wrapper.archivements {
  border: 0px none transparent;
}

.container-wrapper.cn {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.google-play {
  margin-right: 0px;
  margin-left: 0px;
  text-align: right;
}

.video-small-review {
  position: relative;
  width: 144px;
  height: auto;
  margin-right: 20px;
}

.demo-wrapper-second {
  position: absolute;
  left: auto;
  top: 209px;
  right: -120px;
  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-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.2;
}

.tab-menu {
  overflow: hidden;
  padding: 5px 0px 0px;
  border: 20px none #fff;
  background-color: transparent;
  text-align: center;
}

.tab-menu.banner {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 3%;
  z-index: 100;
  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: transparent;
  text-align: right;
}

.top-nav-content-block {
  width: 144px;
  height: 45px;
  margin-right: 12px;
  margin-left: 0px;
  padding-top: 12px;
  padding-left: 12px;
  float: left;
  border-left: 1px solid hsla(0, 0%, 100%, 0.26);
}

.top-nav-content-block.social {
  width: auto;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  border-right: 1px none #000;
  border-left-style: none;
}

.top-nav-content-block.social.footer {
  height: 40px;
  margin-top: 0px;
  float: right;
}

.top-nav-content-block.social.banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 3%;
}

.solar-dot {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 580px;
  border-radius: 100%;
  background-color: #fff;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.square-second {
  position: absolute;
  left: -13%;
  top: 0px;
  right: 100%;
  bottom: 100vh;
  z-index: 0;
  overflow: hidden;
  width: 100vh;
  height: 100vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.square-second.tab {
  bottom: -32vh;
  width: 25vh;
  height: 25vh;
  padding-bottom: 0px;
  opacity: 0.15;
}

.dark-logo {
  position: absolute;
  margin-top: 0px;
}

.dark-logo.in-colors {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2);
}

.prome-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 40px;
  -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;
  text-align: left;
}

.prome-section.gray {
  background-color: #f0f2fc;
}

.one-side-image {
  position: relative;
  width: 50%;
  height: 600px;
  float: left;
  background-image: url('../images/image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.one-side-image.gray {
  background-color: #f5f5f5;
  background-image: none;
}

.one-side-image.gray.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 15px;
  padding-left: 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.one-side-image.third {
  background-color: #f0f2fc;
  background-image: none;
}

.testimonial-arrow {
  left: 0px;
  right: 235px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin: 0px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  color: #8e98ad;
  font-size: 15px;
  line-height: 24px;
}

.footer-bottom {
  margin-top: 0px;
  padding-top: 0px;
}

.white {
  padding-left: 0px;
  color: #000;
}

.row-cta {
  width: 90%;
}

.slider-testimonials {
  height: 530px;
  background-color: transparent;
}

.tab-link-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 75px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.17);
  background-color: transparent;
}

.tab-link-hero.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 75px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.49);
  background-color: transparent;
}

.container-fourth {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-right-radius: 3px;
}

.white-center-text-3 {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.icon-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.icon-header.left.in-half {
  width: 100%;
}

.icon-header.center {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-header.center {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-pane-tab-3 {
  text-align: left;
}

.dropdown-list-second {
  width: 500px;
}

.dropdown-list-second.w--open {
  display: block;
  width: auto;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  box-shadow: 4px 4px 18px 0 rgba(46, 50, 60, 0.09);
}

.line-double {
  width: 50%;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ff9500;
}

.line-double.blue {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #465cff;
}

.line-double.orange {
  background-color: #e75480;
}

.line-double.interaction {
  background-color: #5956fd;
}

.footer-row {
  margin-top: 1em;
  margin-bottom: 1em;
}

.question-tittle-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #343e52;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 40px;
  -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: #e75480;
  text-align: center;
}

.video-header-3 {
  font-size: 14px;
  font-weight: 500;
}

.nav-link {
  padding: 10px 40px 10px 20px;
  border-left: 1px none hsla(0, 0%, 89.4%, 0.48);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-weight: 500;
}

.nav-link:hover {
  padding-right: 40px;
  border-radius: 4px;
  background-color: rgba(14, 66, 145, 0.05);
  color: #fff;
}

.nav-link.w--current {
  color: #5231ff;
}

.nav-link.w--open {
  padding-right: 40px;
}

.nav-link.w--open:hover {
  border: 1px none #000;
}

.container-template {
  position: static;
  display: block;
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.square-wrapper-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 115%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: -webkit-gradient(linear, left top, left bottom, from(#343e52), color-stop(77%, #fff));
  background-image: linear-gradient(180deg, #343e52, #fff 77%);
  opacity: 0.15;
}

.tab-pane-tab-4 {
  text-align: left;
}

.main-page-wrapper {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
}

.tiitle-price {
  font-family: Lato, sans-serif;
  color: #677081;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tiitle-price.sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8796b4;
  font-size: 10px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-half-section {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #343e52;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}

.heading-half-section.left {
  margin-top: 0px;
  font-size: 28px;
  line-height: 38px;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
  color: #aaa;
  font-size: 12px;
  line-height: 22px;
}

.footer-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-heading.white {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.square-fifth {
  position: relative;
  left: 51%;
  top: 25%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 3vh;
  height: 3vh;
  margin: auto 66% auto auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.open-close-plus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  -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;
}

.service-heading-second-2 {
  margin-top: 0px;
  float: none;
  clear: none;
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.service-heading-second-2.all-caps {
  padding-right: 60px;
  padding-left: 60px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.service-heading-second-2.all-caps {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.service-heading-second-2.all-caps {
  color: #343e52;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.service-heading-second-2.all-caps {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.service-heading-second-2.all-caps {
  padding-right: 60px;
  padding-left: 60px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.top-head {
  display: inline-block;
  margin-bottom: 10px;
  color: #677081;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-head.lighter {
  color: rgba(255, 255, 255, 0.6);
}

.top-head.lighter.allcaps {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 400;
}

.minus-padding-image-2 {
  width: 950px;
  height: 500px;
  margin-top: 0px;
}

.vertical {
  position: absolute;
  width: 14px;
  height: 1.5px;
  margin-bottom: -1px;
  background-color: #161a25;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.processes-column {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 2px solid #1cbac8;
}

.processes-column.top {
  height: auto;
  border-top: 0px none transparent;
  border-right-style: none;
}

.div-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-content.tittle-in-div {
  margin-bottom: 40px;
  text-align: center;
}

.div-content.tittle-in-div.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 0px;
  -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;
}

.div-content.tittle-in-div.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-content.tittle-in-div.center.gold {
  margin-bottom: 40px;
}

.div-content.tittle-in-div.center.popup {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.div-content.tittle-in-div.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 0px;
  -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;
}

.div-content.achievements {
  width: auto;
  margin-left: 40px;
  -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;
  color: #fff;
  text-align: left;
}

.div-content.tab {
  position: static;
  width: 48%;
  height: 600px;
  margin-left: 0px;
  padding-right: 0px;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-content.blog {
  position: static;
  width: 100%;
  height: auto;
  margin-left: 0px;
  padding: 35px 35px;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
  .div-content.blog  h5 {padding:20px 0 0px;}
  .div-content.blog  p {padding:10px 0 10px;}
  .block-pic-wrap {min-width:100%;clear: both;}
  .block-pic-wrap .block-pic-img {width:50%;max-width:50%;display:inline-block;padding:0;margin:0;float:left;}
    .block-pic-wrap .block-pic-img img {width:100%;}
  .d-block {display:block;width:100%!important;}
  .d-wrap {padding:35px 0;}

.div-content.cn {
  margin-left: 0px;
}

.mask {
  border: 1px none #000;
}

.question-box-answer {
  overflow: hidden;
  padding: 20px 30px 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.tap-link {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid none none solid;
  border-width: 1px 1px 0px;
  border-color: #dbdbdb;
  background-color: #f5f5f5;
  color: #777;
  font-weight: 600;
}

.tap-link:hover {
  color: #333;
}

.tap-link.w--current {
  margin-right: 0px;
  border-style: solid none solid solid;
  border-width: 1px 1px 0px;
  border-color: #465cff #dbdbdb #dbdbdb;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #465cff;
  font-size: 14px;
  font-weight: 600;
}

.tap-link.second {
  width: 33.33788628%;
  margin-right: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 96.1%, 0.2);
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.tap-link.second.w--current {
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.tap-link.second.last {
  margin-right: 0px;
}

.tap-link.center-width {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.tap-link.center-width.w--current {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  border: 1px none #465cff;
  border-radius: 10px;
  background-image: linear-gradient(119deg, #049223, #03be2b);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
}

.tap-link.center-width.green {
  padding-right: 22px;
  padding-left: 22px;
  border-style: none;
  background-image: linear-gradient(111deg, #049223, #03be2b);
}

.tap-link.center-width.orange {
  padding-right: 22px;
  padding-left: 22px;
  border-style: none;
  background-image: linear-gradient(138deg, #ff3c00, #ff9500);
}

.tap-link.center-width.blue {
  padding-right: 22px;
  padding-left: 22px;
  border-style: none;
  background-image: linear-gradient(119deg, #465cff, #2fb9f8);
}

.solar-wrapper-first {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 400px;
  height: 400px;
  -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;
}

.star-image {
  margin-right: 0px;
  padding-right: 2px;
  padding-left: 2px;
}

.image-small-product {
  width: 70px;
  height: 50px;
  background-image: url('../images/005s.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-small-product.second {
  width: 70px;
  background-image: url('../images/004s.png');
  background-position: 50% 50%;
  background-size: 70px;
}

.footer-social-link {
  position: relative;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #777;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.footer-social-link:hover {
  color: #f44a66;
}

.processes-section-second {
  padding-top: 100px;
  padding-bottom: 100px;
}

.processes-section-second.background {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.73)), to(rgba(0, 0, 0, 0.73))), url('../images/dorin-vancea-839261000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.73)), url('../images/dorin-vancea-839261000.jpg');
  background-position: 0px 0px, 50% 56%;
  background-size: auto, cover;
}

.processes-section-second.background.color {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(113deg, #2741ff, #2fb9f8);
}

.processes-section-second.background.color.pink {
  overflow: hidden;
}

.top-nav-icon {
  margin-top: 1px;
  margin-right: 10px;
  float: left;
  border-radius: 0px;
}

.promo-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

.link {
  text-decoration: none;
}

.wrapper-full {
  position: relative;
  top: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper-full.navigation {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 40px;
  max-width:100%;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.text-block-third {
  text-align: center;
}

.tap-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: -1px;
  margin-left: 0px;
  float: none;
  clear: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}

.tap-menu.center {
  z-index: 1;
  margin-top: 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;
  text-align: center;
}

.solar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 950px;
  height: 950px;
  -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;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 30px;
  -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;
}

.button-wrapper.product {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-wrapper.product.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-wrapper.center {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.full-container-second {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.full-container-second.fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.div-sliders-column-wrapper {
  padding-top: 0px;
}

.text-block-nav {
  font-weight: 700;
}

.work-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.circle-demo-wrapper {
  position: relative;
  left: 36%;
  top: 14%;
  opacity: 0.41;
}

.footer-line-divider {
  padding-right: 8px;
  padding-left: 8px;
}

.baner-big-text {
  width: 60%;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.top-padding {
  margin-top: 30px;
  padding: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.video-header-2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.video-header-2.white {
  display: none;
  overflow: visible;
  width: auto;
  margin-top: 0px;
  font-weight: 400;
}

.hero-info-block {
  position: relative;
  left: auto;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.hero-paragraph {
  margin-top: 10px;
  color: #545569;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.hero-paragraph.white {
  color: hsla(0, 0%, 100%, 0.9);
}

.hero-paragraph.white.percentual {
  display: none;
  width: 80%;
}

.bigger-circle2 {
  position: absolute;
  width: 800px;
  height: 800px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.bigger-circle {
  position: absolute;
  width: 100%;
  height: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.image-mock-ups {
  position: relative;
  top: 37px;
  right: 135px;
  max-height: 550px;
  max-width: none;
}

.image-mock-ups.laptop {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1000px;
  height: 1000px;
  max-height: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bigger-circle-3 {
  position: absolute;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.hero-div-info {
  position: relative;
  right: -132px;
  padding-top: 0px;
}

.hero-div-info.half {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: 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;
}

.hero-div-info.half.mockup {
  position: static;
  left: -100px;
  max-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-div-info.half.mockup.watches {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 105%;
}

.image-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.div-block {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-3 {
  position: relative;
  width: auto;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #343e52;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}

.service-row {
  width: 100%;
  margin: 20px 0px 0px;
  padding-right: 0px;
}

.features-column-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  padding-top: 0px;
  padding-bottom: 100px;
  -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;
}

.service-row-2 {
  width: 100%;
  margin: 0px 0px 40px;
  padding-right: 0px;
}

.icon-image-second-2 {
  position: relative;
  left: 0px;
  top: 14px;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
  background-color: #5956fd;
}

.icon-image-second-2.interaction {
  background-color: rgba(156, 86, 253, 0.4);
  background-image: linear-gradient(120deg, #8325e7, #5956fd);
}

.icon-image-second-2.design {
  background-color: rgba(89, 86, 253, 0.43);
  background-image: linear-gradient(131deg, #5956fd, #2fb9f8);
}

.icon-image-second-2.orange {
  background-color: rgba(253, 183, 86, 0.16);
  background-image: linear-gradient(135deg, #ff5e00, #ffae00);
}

.icon-image-second-2.pink {
  background-color: rgba(214, 86, 253, 0.16);
  background-image: linear-gradient(124deg, #b90dc5, #d656fd);
}

.icon-image-second-2.components {
  background-color: rgba(86, 253, 122, 0.16);
  background-image: linear-gradient(130deg, #049223, #03be2b);
}

.icon-image-second-2.tourquise {
  background-color: rgba(30, 200, 226, 0.16);
  background-image: linear-gradient(127deg, #2fb9f8, #0df);
}

.icon-image-second-2.loc {
  position: static;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.sub-header {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  text-transform: capitalize;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns.achivements {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-15 {
  font-family: Lato, sans-serif;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

.image-4 {
  width: 100px;
  height: 100px;
  padding: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-4._1 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.image-4._2 {
  display: block;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.image-4._3 {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.image-4._4 {
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.left {
  font-family: Lato, sans-serif;
  text-align: left;
}

.info-div-wrapper {
  padding-top: 20px;
  padding-left: 0px;
  text-align: center;
}

.location {
  width: 100%;
  margin: 0px;
  padding-right: 0px;
}

.service-div {
  display: block;
  width: 100%;
  height: auto;
  min-height: 480px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 24px 20px;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 40ms ease;
  transition: box-shadow 40ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.service-div:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.service-div.center {
  height: auto;
  padding: 20px 40px 40px;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #465cff;
  font-weight: 600;
  text-align: center;
}

.service-div.center.box {
  padding-top: 60px;
  padding-bottom: 60px;
  border-color: #e4e8ee;
}

.location-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  float: none;
  clear: none;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 25px;
  line-height: 23px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.location-title:hover {
  color: #fdeee9;
}

.line {
  width: 50%;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #465cff;
}

.line.interaction {
  background-color: #5956fd;
}

.line.left {
  width: 5%;
  margin-left: 0px;
}

.line.orange {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ff9500;
}

.line.orange.left {
  width: 5%;
  margin-left: 0px;
}

.line.components {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #56fd7a;
}

.line.pink {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #d656fd;
}

.line.turquoise {
  background-color: #1ec8e2;
}

.line.blue {
  margin-right: 10px;
  margin-left: 10px;
}

.map {
  height: 150px;
}

.column {
  display: block;
  -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;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 100px;
  -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: #fdeee9;
}

.snsimg {
  width: auto;
  height: 250px;
  margin: 10px;
  background-image: url('../images/69245465_144459370136316_805347559078797754_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.snsimg._1 {
  background-image: url('../images/69918836_400170000873792_8882809953097036920_n.jpg');
}

.snsimg._2 {
  background-image: url('../images/70559383_999271303766501_1561831884117948717_n.jpg');
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-5 {
  width: auto;
  height: 60px;
  margin: 10px;
  padding-top: 0px;
}

.about-us-banner {
  height: 900px;
  margin-top: 0px;
  background-image: url('../images/aboutus-banner-01.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 20px 0 #e4e8ee;
}

.service-row-3 {
  width: auto;
  margin: 0px 0px 60px;
  padding-right: 0px;
}

.icon-image-second-3 {
  position: relative;
  left: 0px;
  top: 14px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
  background-color: #5956fd;
}

.icon-image-second-3.interaction {
  background-color: rgba(156, 86, 253, 0.4);
  background-image: linear-gradient(120deg, #8325e7, #5956fd);
}

.icon-image-second-3.design {
  background-color: rgba(89, 86, 253, 0.43);
  background-image: linear-gradient(131deg, #5956fd, #2fb9f8);
}

.icon-image-second-3.orange {
  background-color: rgba(253, 183, 86, 0.16);
  background-image: linear-gradient(135deg, #ff5e00, #ffae00);
}

.icon-image-second-3.components {
  background-color: rgba(86, 253, 122, 0.16);
  background-image: linear-gradient(130deg, #049223, #03be2b);
}

.row-asked-question {
  margin-top: 0px;
  margin-bottom: 40px;
}

.careers {
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.learn-more-link {
  position: static;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #1cbac8;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  text-decoration: none;
}

.learn-more-link.outline {
  display: inline-block;
  width: 140px;
  height: 42px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #8e98ad;
  border-radius: 3px;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #677081;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.learn-more-link.outline:hover {
  border-width: 0px;
  background-color: #5956fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214af0), to(#2fb9f8));
  background-image: linear-gradient(180deg, #214af0, #2fb9f8);
  box-shadow: 0 6px 12px 0 rgba(142, 152, 173, 0.38);
  color: #fff;
}

.process-line {
  position: absolute;
  top: 100px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 88%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(7%, hsla(0, 0%, 90.7%, 0.63)), color-stop(93%, #e7e7e7), to(#fff));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 90.7%, 0.63) 7%, #e7e7e7 93%, #fff);
}

.process-line.horizontal {
  position: relative;
  top: 0px;
  width: 90%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  clear: none;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(7%, hsla(0, 0%, 90.6%, 0.53)), color-stop(94%, #e7e7e7), to(#fff));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 90.6%, 0.53) 7%, #e7e7e7 94%, #fff);
}

.process-line.horizontal.faq {
  width: 100%;
  height: 1.2px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.process-line.horizontal.faq.last {
  display: none;
}

.div-block-3 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.contactbox {
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 100px;
  -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;
  font-family: Lato, sans-serif;
}

.div-block-4 {
  position: relative;
  height: 400px;
  margin-bottom: 0px;
}

.column-5 {
  height: 740px;
  min-height: 0px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.field-label {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.text-field-2 {
  border: 0px none #000;
  background-color: #fdeee9;
  color: #000;
}

.text-field-2.message {
  height: 80px;
  background-color: #fdeee9;
  text-align: left;
}

.checkbox-label {
  font-family: Lato, sans-serif;
  color: #e75480;
  font-weight: 900;
  text-align: left;
}

.subheading {
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.subheading.contactus {
  display: inline-block;
  font-size: 36px;
  text-transform: uppercase;
}

.subheading.gold {
  color: #bb9a7b;
}

.column-6 {
  text-align: center;
}

.paragraph-16 {
  width: auto;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.paragraph-16.center {
  color: #e75480;
}

.small-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  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;
}

.image-6 {
  position: absolute;
  height: 50px;
}

.image-6:hover {
  opacity: 0.5;
}

.features-info-wrapper {
  width: 100%;
  padding-right: 7%;
  padding-left: 7%;
}

.tittle-tab {
  color: #bb9a7b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
}

.tittle-tab:hover {
  color: #000;
  font-weight: 700;
}

.tabs-content-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border: 1px none #dbdbdb;
  background-color: transparent;
}

.tabs-content-2.middle {
  margin-top: -40px;
  padding-top: 100px;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: left;
}

.tabs-content-2.middle.gray {
  width: auto;
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
}

.heading-2 {
  margin-top: 10px;
  color: #343e52;
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
}

.about-copy-wrapper {
  width: 75%;
}

.tab-link-with-line {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px none #dbdbdb;
  border-radius: 6px;
  background-color: transparent;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.tab-link-with-line:hover {
  color: #333;
}

.tab-link-with-line.w--current {
  margin-right: 5px;
  margin-left: 5px;
  border: 1px none #dbdbdb;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  color: #42ae13;
  font-size: 14px;
  font-weight: 500;
}

.tab-link-with-line.center-width {
  width: 100px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.tab-link-with-line.center-width.w--current {
  width: 100px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  border-color: #465cff;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
}

.tab-link-with-line.center-width.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
  color: #000;
}

.tab-link-with-line.center-width.text:hover {
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  border-radius: 0px;
}

.tab-link-with-line.center-width.text.w--current {
  height: auto;
  padding: 20px 30px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #bb9a7b;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #e75480;
}

.tab-link-with-line.center-width.text.w--current:hover {
  padding-bottom: 20px;
  border-bottom-color: #000;
}

.tap-menu-2 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
  text-align: center;
}

.tap-menu-2.center {
  z-index: 1;
  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;
  border: 1px none #000;
  text-align: center;
}

.tap-menu-2.fix-width {max-width:1200px;border-top:1px solid rgba(0,0,0,.1)!important;border-bottom:1px solid rgba(0,0,0,.1)!important;background:rgba(255,255,255,.97);}

.service-heading-third-3 {
  margin-top: 0px;
  float: none;
  clear: none;
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.service-heading-third-3.center {
  margin-bottom: 20px;
  color: #343e52;
  font-size: 20px;
  text-align: center;
  text-transform: none;
}

.team {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.room-heading {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Lato, sans-serif;
  color: #bb9a7b;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

.room-heading.center.box {
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #bb9a7b;
  font-size: 32px;
}

.text-block {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.tabs {
  width: 100%;
}

.column-7 {
  border-style: none none none solid;
  border-width: 0px 0px 0px 1px;
  border-color: #e4e8ee;
}

.columns-6 {
  border: 0px solid #000;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 600px;
  height: 600px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-5.vip {
  background-image: url('../images/room-img-01.png');
}

.div-block-5.cn {
  display: none;
}

.div-block-6 {
  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;
}

.div-testi {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fdeee9;
}

.slider {
  width: 1200px;
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: transparent;
}

.div-block-7 {
  width: 150px;
  height: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100px;
  background-image: url('../images/shutterstock_1086722027.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 238, 233, 0.5)), to(rgba(253, 238, 233, 0.5))), url('../images/shutterstock_1086722027.jpg');
  background-image: linear-gradient(180deg, rgba(253, 238, 233, 0.5), rgba(253, 238, 233, 0.5)), url('../images/shutterstock_1086722027.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-7._1 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/shutterstock_1132950503.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/shutterstock_1132950503.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-7._1:hover {
  background-image: url('../images/shutterstock_1132950503.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7._1.img {
  position: static;
  display: block;
  width: 100%;
  height: 250px;
  float: left;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background-image: linear-gradient(90deg, transparent, #fff);
}

.div-block-7._1.img.testi-tab {
  margin-left: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff)), url('../images/shutterstock_1086722027.jpg');
  background-image: linear-gradient(90deg, transparent, #fff), url('../images/shutterstock_1086722027.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-7._1.rec {
  width: 100%;
  height: 500px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(#fff)), url('../images/testimonial_image_000003.jpg');
  background-image: linear-gradient(90deg, transparent 50%, #fff), url('../images/testimonial_image_000003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-7._1.rec.cn {
  height: 350px;
}

.div-block-7._2 {
  background-image: url('../images/shutterstock_311982569.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7._2.rec {
  width: 100%;
  height: 400px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(#fff)), url('../images/testimonial_image_000002.jpg');
  background-image: linear-gradient(90deg, transparent 50%, #fff), url('../images/testimonial_image_000002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.div-block-7._3 {
  background-image: url('../images/shutterstock_150562991.jpg');
}

.div-block-7._3.rec {
  width: 100%;
  height: 400px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(#fff)), url('../images/testimonial_image_000005.jpg');
  background-image: linear-gradient(90deg, transparent 50%, #fff), url('../images/testimonial_image_000005.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-7._4 {
  background-image: url('../images/shutterstock_731211583.jpg');
}

.div-block-7._4:hover {
  background-image: url('../images/shutterstock_731211583.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-7._4.rec {
  width: 100%;
  height: 600px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(#fff)), url('../images/testimonial_image_000006.jpg');
  background-image: linear-gradient(90deg, transparent 50%, #fff), url('../images/testimonial_image_000006.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-7.rec {
  width: 100%;
  height: 650px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(#fff)), url('../images/testimonial_image_000001.jpg');
  background-image: linear-gradient(90deg, transparent 50%, #fff), url('../images/testimonial_image_000001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slideimg {
  width: 25%;
}

.center-4 {
  width: 100%;
  color: #8796b4;
  font-weight: 400;
  text-align: center;
}

.center-4.padding {
  margin-bottom: 40px;
  color: #8796b4;
}

.testi-tab {
  background-color: transparent;
}

.testi-tab.w--current {
  background-color: transparent;
}

.testi-tab.div-block-7 {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.testi-tab.div-block-7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 84, 128, 0.2)), to(rgba(231, 84, 128, 0.2))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(231, 84, 128, 0.2), rgba(231, 84, 128, 0.2)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.testi-tab.div-block-7.w--current {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testi-tab.div-block-7._1 {
  position: relative;
  display: block;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
}

.div-block-8 {
  display: inline-block;
  width: 90%;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  float: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #e75480;
  text-transform: capitalize;
}

.partnerimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column-8 {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-7 {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.partner-logo._1 {
  width: auto;
  height: auto;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.partner-logo._3 {
  width: 200%;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.partner-logo._2 {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.partner-logo._4 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.paragraph-17 {
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-18 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #e75480;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 500px;
  background-image: url('../images/bg1-01.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: -10%;
  right: auto;
  bottom: auto;
  height: 120%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 120%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-9 {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.image-9._3 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-9.ws {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.text-block-2 {
  display: inline;
  margin-left: 10px;
  border-bottom: 0px none #000;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 14px;
  line-height: 15px;
}

.text-block-2.white {
  margin-left: 0px;
  color: #fff;
  line-height: 12px;
  font-style: normal;
  text-transform: none;
}

.div-block-10 {
  display: block;
  margin-bottom: 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;
}

.div-block-10.spacing {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-10.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-10.footer {
  margin-bottom: 20px;
}

.field-label-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.text-field-3 {
  font-family: Lato, sans-serif;
  color: #000;
}

.form-block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.image-10 {
  text-align: center;
}

.div-block-11 {
  padding-right: 100px;
  padding-left: 100px;
}

.div-block-11.popup {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-12 {
  margin-bottom: 40px;
}

.image-11 {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-13 {
  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;
}

.image-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
}

.image-12.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-12.right {
  left: auto;
  top: auto;
  right: 3%;
  bottom: 5%;
  width: 40px;
  height: 40px;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
}

.paragraph-19 {
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.testi-img {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testi-img.w--current {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testi-img._1 {
  background-image: url('../images/testimonial_image_000003.jpg');
  background-position: 50% 50%;
}

.testi-img._1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 238, 233, 0.2)), to(rgba(253, 238, 233, 0.2))), url('../images/testimonial_image_000003.jpg');
  background-image: linear-gradient(180deg, rgba(253, 238, 233, 0.2), rgba(253, 238, 233, 0.2)), url('../images/testimonial_image_000003.jpg');
  background-position: 0px 0px, 50% 50%;
}

.testi-img.rec {
  width: 100%;
  height: 250px;
  border-radius: 0px;
}

.testi-img._2 {
  background-image: url('../images/testimonial_image_000002.jpg');
}

.testi-img._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 238, 233, 0.2)), to(rgba(253, 238, 233, 0.2))), url('../images/testimonial_image_000002.jpg');
  background-image: linear-gradient(180deg, rgba(253, 238, 233, 0.2), rgba(253, 238, 233, 0.2)), url('../images/testimonial_image_000002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.testi-img._3 {
  background-image: url('../images/testimonial_image_000005.jpg');
}

.testi-img._3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 238, 233, 0.2)), to(rgba(253, 238, 233, 0.2))), url('../images/testimonial_image_000005.jpg');
  background-image: linear-gradient(180deg, rgba(253, 238, 233, 0.2), rgba(253, 238, 233, 0.2)), url('../images/testimonial_image_000005.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.testi-img._4 {
  background-image: url('../images/testimonial_image_000006.jpg');
}

.testi-img._4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 238, 233, 0.2)), to(rgba(253, 238, 233, 0.2))), url('../images/testimonial_image_000006.jpg');
  background-image: linear-gradient(180deg, rgba(253, 238, 233, 0.2), rgba(253, 238, 233, 0.2)), url('../images/testimonial_image_000006.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.testi-img._5 {
  background-image: url('../images/testimonial_image_000001.jpg');
}

.testi-img._5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 238, 233, 0.2)), to(rgba(253, 238, 233, 0.2))), url('../images/testimonial_image_000001.jpg');
  background-image: linear-gradient(180deg, rgba(253, 238, 233, 0.2), rgba(253, 238, 233, 0.2)), url('../images/testimonial_image_000001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-13 {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.paragraph-20 {
  display: inline-block;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-14 {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.text-block-5 {
  display: inline-block;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.div-amenities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-16 {
  width: auto;
  height: 60px;
  margin: 10px;
}

.link-block {
  display: inline-block;
  -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;
}

.link-block-2 {
  display: inline-block;
  -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;
}

.dropdown-toggle {
  padding: 0px 15px 0px 0px;
}

.dropdown-toggle:hover {
  color: #fdeee9;
}

.dropdown-toggle.w--open {
  padding-top: 25px;
  padding-bottom: 25px;
}

.image-17 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 80%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-17.left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 85%;
}

.div-block-16 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.link-2 {
  display: block;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}

.link-2:hover {
  color: #fdeee9;
}

.link-2.w--current {
  width: auto;
  padding-left: 0px;
}

.paragraph-21 {
  color: #000;
  font-size: 18px;
  text-align: justify;
}

.div-block-17 {
  padding-left: 20px;
}

.div-block-18 {
  padding-right: 20px;
}

.text-block-6 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: auto;
  margin: 0px 100px;
  padding: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 #fdeee9;
  font-family: Lato, sans-serif;
  color: #000;
}

.select-field {
  text-align: left;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(255, 0, 0, 0.6));
}

.field-label-4 {
  text-align: left;
}

.form {
  display: block;
  overflow: hidden;
  text-align: center;
}

.text-field-4 {
  text-align: left;
}

.heading-3 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.close-modal-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px;
  color: #e75480;
}

.close-modal-button:hover {
  color: red;
}

.text-block-13 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.form-block-2 {
  margin-right: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.field-label-5 {
  text-align: left;
}

.button-3 {
  display: inline-block;
  margin: 0px;
  padding: 20px 35px;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #32343a;
  color: #fff;
}

.button-3:active {
  background-color: #43464d;
}

.button-3.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-3.cc-jumbo-button.cc-jumbo-white {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #000;
}

.button-3.cc-jumbo-button.cc-jumbo-white:hover {
  border-width: 2px;
  border-color: red;
  background-color: red;
}

.button-3.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.form-hero {
  margin-bottom: 40px;
  padding: 10px 0px 20px;
  background-color: #000;
}

.div-block-19 {
  z-index: 9999;
  display: none;
  background-image: linear-gradient(45deg, rgba(253, 238, 233, 0.5), rgba(231, 84, 128, 0.8));
}

.div-block-19._1 {
  display: none;
}

.div-block-19._2 {
  display: none;
}

.div-block-19._3 {
  display: none;
}

.div-block-19._4 {
  display: none;
}

.div-block-19._5 {
  display: none;
}

.paragraph-22 {
  width: auto;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  line-height: 25px;
}

.heading-4 {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 28px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-18 {
  color: #e4e8ee;
}

.text-block-9 {
  color: #fff;
  font-weight: 700;
}

.columns-8 {
  display: none;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-20 {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
}

.div-block-20.popup {
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-19 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 40px;
  margin-left: 0px;
}

.dot {
  width: 8px;
  height: 8px;
  margin: 0px 10px;
  border-radius: 100px;
  background-color: #bb9a7b;
}

.dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-21 {
  position: relative;
  height: 530px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.map-4 {
  height: 350px;
}

.div-block-22 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-3 {
  width: 100%;
}

.form-2 {
  display: block;
}

.text-block-14 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.columns-9 {
  margin-top: 10px;
}

.text-block-15 {
  font-family: Lato, sans-serif;
  color: #fdeee9;
  font-size: 14px;
  font-weight: 300;
}

.field-label-6 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.text-block-16 {
  font-family: Lato, sans-serif;
  color: #fdeee9;
  font-style: italic;
  font-weight: 300;
  text-transform: capitalize;
}

.text-span {
  font-size: 14px;
  font-style: italic;
}

.div-block-23 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-4 {
  position: static;
  display: inline-block;
  margin: 10px 0px;
  padding: 10px 40px;
  float: none;
  -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;
  border-radius: 30px;
  background-color: #000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.button-4:hover {
  background-color: #fdeee9;
  color: #e75480;
}

.button-4.bar {
  margin: 0px 10px 0px 0px;
  padding: 8px 15px;
  background-color: #e75480;
  font-size: 15px;
  letter-spacing: 0;
}

.button-4.bar:hover {
  background-color: #fdeee9;
  color: #e75480;
}

.button-4.bar2 {
  margin: 15px 10px 0px 0px;
  padding: 8px 15px;
  background-color: #e75480;
  font-size: 15px;
  letter-spacing: 0;
}

.button-4.bar2:hover {
  background-color: #fdeee9;
  color: #e75480;
}

.bar-show {
  margin: 0px 10px 0px 0px;
  padding: 8px 25px;
  background-color: #d65e80!important;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
}

.bar-show:hover {
  background-color:#faeeea!important;
  color: #d65e80!important;
}

.button-4.bar.sticky {
  position: fixed;
  left: auto;
  top: 13%;
  right: 0%;
  bottom: auto;
  display: none;
}

.section-heading-3 {
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.paragraph-23 {
  font-family: Lato, sans-serif;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

.sub-header-2 {
  width: 230px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #e75480;
  font-size: 36px;
  line-height: 46px;
  text-transform: capitalize;
}

.sub-header-2.center {
  width: 120px;
}

.heading-5 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #e75480;
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
}

.text-block-17 {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
}

.image-20 {
  position: relative;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.image-21 {
  display: block;
  margin-top: 60px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.text-block-18 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-top: 1px solid #e75480;
  background-color: transparent;
  color: #e75480;
}

.image-22 {
  height: 100px;
}

.image-23 {
  width: auto;
  height: auto;
}

.lightbox-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-24 {
  width: 100%;
}

.section-8 {
  height: auto;
  margin-bottom: 40px;
}

.section-8.cn {
  display: block;
  height: 40px;
  margin-bottom: 0px;
}

.image-25 {
  margin-top: 60px;
  margin-right: 220px;
}

.services-popup-slider>div {
  background-position: 50% 0%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/services_image_000004.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-2._1 {
  background-image: url('../images/services/postnatal_lyc_doctors_2.jpg');
  background-position: 50% 50%;
}

.slide-2._2 {
  background-image: url('../images/services/postnatal_lyc_mastitis.jpg');
  background-position: 50% 50%;
}

.slide-2._3 {
  background-image: url('../images/regular-nurse-and-doctor-visit-1.Jpeg');
}

.slide-2._4 {
  background-image: url('../images/services/confinement_lyc_food.jpg');
  background-position: 50% 50%;
}

.slide-2._5 {
  background-image: url('../images/services/confinement_lyc_dietitian.jpg');
  background-position: 50% 50%;
}

.slide-3 {
  background-image: url('../images/nursery-room-puchong.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3._1 {
  background-image: url('../images/services/postnatal_lyc_doctors_3.jpg');
  background-position: 50% 100%;
}

.slide-3._2 {
  background-image: url('../images/services/postnatal_lyc_beauty.jpg');
  background-position: 50% 100%;
}

.slide-3._3 {
  background-image: url('../images/regular-nurse-and-doctor-visit.Jpeg');
  background-position: 50% 0%;
}

.slide-3._4 {
  background-image: url('../images/services/postnatal_lyc_housekeeping.jpg');
}

.slide-3._5 {
  background-image: url('../images/security.jpeg');
  background-position: 50% 0%;
}

.slider-2 {
  display: block;
  height: 400px;
}

.slide-4 {
  background-image: url('../images/services/postnatal_lyc_doctors_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4._2 {
  background-image: url('../images/services/lyc_security_control.jpg');
  background-position: 50% 100%;
}

.slide-4._3 {
  background-image: url('../images/tanamera-spa_wellness-1.png');
  background-position: 50% 50%;
}

.slide-4._4 {
  background-image: url('../images/p1.png');
}

.slide-4._5 {
  background-image: url('../images/security.png');
}

.slide-5 {
  background-image: url('../images/tanamera-spa_wellness-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5._4 {
  background-image: url('../images/p3.png');
  background-position: 50% 0%;
}

.slide-6 {
  background-image: url('../images/services/confinement_lyc_wellness.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6._4 {
  background-image: url('../images/p4.png');
  background-position: 50% 50%;
}

.slide-7 {
  background-image: url('../images/services/postnatal_lyc_class.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/p1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/p3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/p4.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-26 {
  width: 200px;
  height: 120px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-26._1 {
  width: auto;
}

.link-block-3 {
  border-bottom: 1px none #000;
}

.container-2 {
  position: fixed;
}

.container-3 {
  position: absolute;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.div-block-25 {
  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;
}

.link-block-4 {
  display: block;
  text-decoration: none;
}

.div-block-26 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.text-block-19 {
  display: inline-block;
}

.language {
  /*position: fixed;*/
  left: auto;
  top: 3%;
  right: 5%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 150px;*/
  -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;
}

.text-block-20 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-20.small {
  font-size: 18px;
  text-transform: capitalize;
}

.div-block-28 {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #000;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.paragraph-24 {
  display: inline-block;
  margin-left: 0px;
}

.div-block-30 {
  display: block;
}


/* Homepage Services */
	  .accordion-title{
  position: relative;
		  padding: 8px 5px;
    border: 1px solid #e2cec7;
    cursor: pointer;
		      font-size: 15px !important;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-title:after {
  content: "";
    position: absolute;
    right: 25px;
    top: 40%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(
135deg
);
    transform: rotate(
135deg
);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: 0px;
}

.color-pink {color:#e75480!important;}
.padding-top {padding-top:30px;}
.padding-bottom {padding-bottom:30px;}
.padding-top-md {padding:30px 0 15px}
.padding-bottom-sm {padding:0px 0 30px}
.title-underline {font-weight:bold;color:#e75480!important;border-bottom:1px solid #999;}
.title-normal {font-weight:bold;color:#e75480!important;margin:10px 0 25px;}

.div-block-forBlog {margin:50px 40px;}
.div-block-career {margin:30px 50px;border-top:2px solid #e75480;}

.enquiry-box {border:10px solid #e75480;padding:50px 30px;color:#e75480;border-radius:20px;}
.enquiry-box .enquiry-title {text-transform:uppercase;padding: 0 0 10px;}
.enquiry-box a {color:#e75480;display:inline-block;text-decoration:none;padding:5px 10px;margin:0 6px;border:1px solid #e75480;border-radius:10px;}
.enquiry-box a:hover {background:#e75480;color:#fff;border:1px solid #e75480;text-decoration:none;}

.ul-normal {margin:6px 0 15px;}
  .ul-normal li {margin:10px 0;position:relative;line-height:1.2em;}
.ul-check {list-style:none;margin:5px 0 15px;}
  .ul-check li {margin:10px 0;position:relative;line-height:1.2em;}
  .ul-check li:before {font-family:"Font Awesome 5 Free";font-weight: 900;content:"\f00c";color:green;position:absolute;top:1px;left:-30px;}
  .ul-check li.li-cross:before {font-family:"Font Awesome 5 Free";font-weight: 900;content:"\f00d";color:#c40000;position:absolute;top:1px;left:-30px;}

/* End Homepage Services */

@media screen and (max-width: 1401px) {
  .styleguide-block {
    text-align: center;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .navigation-items {
    background-color: #fff;
  }
  .navigation {
    padding: 25px 30px;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-wrap {
    margin-right: 0px;
  }
  .work-experience-grid {
    grid-template-areas: ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .works-grid {
    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;
  }
  .carrer-headline-wrap {
    width: auto;
  }
  .work-image {
    margin-bottom: 30px;
  }
  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }
  .contact-headline {
    width: 100%;
  }
  .contact-form-wrap {
    width: 100%;
  }
  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-head-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }
  .skillset-wrap {
    padding-right: 0px;
  }
  .services-items-grid {
    padding-top: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }
  .skills-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .personal-features-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }
  .social-media-heading {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .social-media-grid {
    grid-template-areas: ". ." ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .project-overview-grid {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto 50px auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .project-description-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .email-section {
    margin-bottom: 160px;
  }
  .email-link {
    font-size: 36px;
    line-height: 54px;
  }
  .square-wrapper-2 {
    height: 115%;
  }

  .menu-link.w--current {
    border-bottom: 1px solid #e4ecf6;
    background-color: transparent;
    color: #e75480;
  }
  .menu-link.nolink {
    background-color: transparent;
    color: #e75480;
  }
  .menu-link.language {
    color: #e75480;
  }
  .menu-link.language:hover {
    background-color: transparent;
    color: #fdeee9;
  }
  .menu-link.cn.w--current {
    color: #e75480;
  }
  .menu-link.cn.w--current:hover {
    color: #fdeee9;
  }
  .secure-payment-by {
    display: block;
    margin: 15px auto;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slide-nav-2 {
    margin-top: 100px;
  }
  .solar-dot-second {
    margin-top: 30px;
  }
  .cta-text.white {
    line-height: 30px;
    text-align: center;
  }
  .section-heading {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 32px;
  }
  .column-second {
    height: auto;
  }
  .demo-wrapper {
    top: 157px;
  }
  .button-2 {
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }
  .button-2.general {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button-2.general.outline {
    margin-right: 0px;
  }
  .button-2.white.outline {
    margin-right: auto;
    margin-left: 0px;
    float: none;
  }
  .button-2.light {
    padding-right: 25px;
    padding-left: 25px;
  }
  .button-2.light:hover {
    background-color: #fff;
    color: #e75480;
  }
  .line-in-hover {
    width: 40%;
  }
  .circle-third {
    position: absolute;
    display: none;
    overflow: visible;
  }
  .side-content-info {
    margin-right: auto;
    margin-left: auto;
    padding-right: 8%;
    padding-left: 8%;
  }
  .navigation-wrapper {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-combination-2 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .award-list {
    width: 100%;
  }
  .icon-image-second {
    width: 150px;
    height: 150px;
    margin-bottom: 0px;
  }
  .circle-2 {
    right: 27%;
  }
  .features-column {
    height: 150px;
  }
  .tabs-content.middle {
    margin-bottom: 40px;
  }
  .serviceimg {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .serviceimg.line.testimonials {
    height: auto;
  }
  .serviceimg.center {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .serviceimg.center {
    width: 100%;
    height: 200px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .tab-second.center {
    width: 80%;
  }
  .brand {
    padding: 10px 0px;
  }
  .preload {
    display: none;
  }
  .footer-block {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .footer-block.about-us {
    margin-bottom: 20px;
  }
  .google-play-wrapper {
    border: 1px none #000;
  }
  .main-section.third.pink {
    height: 600px;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section.third.pink {
    height: 600px;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .circle-one {
    width: 250px;
    height: 250px;
  }
  .left-testimonial-arrow {
    left: 200px;
  }
  .full-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-3 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cta.image-background.small {
    padding-bottom: 40px;
  }
  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-features.bottom-padding {
    margin-bottom: 40px;
  }
  .side-image-media {
    width: 100%;
  }

  .white-logo {
    display: block;
    width: 250px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .collection-item {
    width: 100%;
  }
  .service-heading-third-2.big.white.pink {
    font-size: 38px;
  }
  .service-heading-third-2.big.white.pink {
    font-size: 38px;
  }
  .dropdown-link-second {
    background-color: transparent;
    box-shadow: none;
  }
  .dropdown-link-second.w--current {
    box-shadow: none;
  }
  .nav-bar {
    position: -webkit-sticky;
    position: sticky;
    height: auto;
    padding: 0px;
  }
  .service-row-second {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .side-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .circle {
    width: 600px;
    height: 600px;
  }
  .side-info-2 {
    width: 90%;
    margin-bottom: 100px;
  }
  .side-info-2.padding-top {
    margin-top: 100px;
    margin-bottom: 0px;
  }
  .side-info-2.no-padding {
    margin-bottom: 0px;
  }
  .processes-block.counters {
    margin-left: 0px;
  }
  .processes-block.counters.light {
    width: 95%;
  }
  .media-image {
    width: 800px;
  }
  .arrow {
    color: #343e52;
  }
  .container-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .container-wrapper.archivements {
    padding-right: 25px;
    padding-left: 25px;
  }
  .demo-wrapper-second {
    top: 120px;
  }
  .tab-menu.banner {
    bottom: -8%;
  }
  .top-nav-content-block.social.footer {
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .top-nav-content-block.social.banner {
    left: 2%;
    bottom: -8%;
    margin-bottom: 0%;
  }
  .solar-dot {
    margin-top: 385px;
  }
  .dark-logo.in-colors {
    display: none;
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 0;
  }
  .prome-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .one-side-image {
    width: 100%;
  }
  .one-side-image.gray {
    width: 100%;
    height: 650px;
    max-height: 700px;
  }
  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }
  .testimonial-arrow {
    right: 200px;
  }
  .slider-testimonials {
    height: 600px;
  }
  .container-fourth {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon-header.center {
    width: 100%;
  }
  .icon-header.center {
    width: 100%;
  }
  .dropdown-list-second.w--open {
    background-color: #fff;
  }
  .footer-row {
    text-align: center;
  }
  .content-section {
    padding: 40px 10px 20px 20px;
  }
  .nav-link {
    border-bottom: 1px solid #e4ecf6;
    background-color: #fff;
  }
  .menu-button-2 {
    padding: 20px;
    color: #343e52;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #333;
  }
  .menu-button-2.white {
    color: #fff;
  }
  .heading-half-section {
    text-align: left;
  }
  .copyright {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .service-heading-second-2.all-caps {
    text-transform: capitalize;
  }
  .service-heading-second-2.all-caps {
    font-size: 14px;
  }
  .service-heading-second-2.all-caps {
    font-size: 14px;
  }
  .service-heading-second-2.all-caps {
    text-transform: capitalize;
  }
  .minus-padding-image-2 {
    width: auto;
    height: auto;
  }
  .processes-column.top {
    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;
  }
  .div-content {
    padding-right: 0px;
  }
  .div-content.tittle-in-div.center {
    text-align: center;
  }
  .div-content.tittle-in-div.center {
    position: static;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    text-align: center;
  }
  .div-content.tittle-in-div.center {
    text-align: center;
  }
  .div-content.achievements {
    margin-top: 100px;
    margin-left: auto;
    padding-right: 12%;
    padding-left: 12%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-content.tab {
    width: 45%;
    height: 500px;
    margin-left: 0px;
  }
  .solar-wrapper-first {
    width: 300px;
    height: 300px;
  }
  .wrapper-full {
    top: 25%;
    padding-right: 20px;
    padding-left: 20px;
    color: #000;
  }
  .wrapper-full.navigation {
    height: 80px;
  }
  .solar-wrapper {
    width: 650px;
    height: 650px;
  }
  .div-sliders-column-wrapper {
    padding-top: 20px;
  }
  .text-block-nav {
    color: #343e52;
  }
  .circle-demo-wrapper {
    top: -85px;
  }
  .footer-line-divider {
    display: inline-block;
  }
  .baner-big-text {
    width: 50%;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 38px;
    line-height: 48px;
    text-align: left;
  }
  .top-padding {
    text-align: center;
  }
  .hero-info-block {
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-paragraph {
    text-align: left;
  }
  .hero-paragraph.white {
    text-align: left;
  }
  .hero-paragraph.white.percentual {
    width: 100%;
  }
  .bigger-circle2 {
    width: 700px;
    height: 700px;
  }
  .bigger-circle {
    width: 500px;
    height: 500px;
  }
  .image-mock-ups {
    position: relative;
    left: -62px;
    top: 20px;
    right: 0px;
    bottom: 0px;
    max-height: 400px;
  }
  .image-mock-ups.laptop {
    left: 0px;
    height: 700px;
    max-height: none;
    margin-top: 40px;
  }
  .bigger-circle-3 {
    width: 300px;
    height: 300px;
  }
  .hero-div-info {
    margin-top: 80px;
  }
  .hero-div-info.half {
    width: 100%;
    margin-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hero-div-info.half.mockup {
    width: 50%;
    padding-right: 2%;
    padding-left: 1%;
  }
  .hero-div-info.half.mockup.watches {
    width: 100%;
    margin-top: 40px;
    padding-left: 2%;
  }
  .image {
    display: block;
    width: auto;
    height: 105%;
  }
  .image-2 {
    height: 100%;
  }
  .image-3 {
    width: auto;
    height: auto;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .section-4 {
    margin-top: 0px;
    padding-bottom: 60px;
  }
  .icon-image-second-2.loc {
    width: 100px;
    height: 100px;
  }
  .sub-header {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 34px;
    text-align: center;
  }
  .columns {
    display: block;
  }
  .columns.achivements {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-4._1 {
    width: 80px;
    height: 80px;
  }
  .image-4._2 {
    width: 80px;
    height: 80px;
  }
  .image-4._3 {
    width: 80px;
    height: 80px;
  }
  .image-4._4 {
    width: 80px;
    height: 80px;
  }
  .service-div {
    width: 100%;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .service-div.center {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .service-div.center.box {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .location-title {
    font-size: 30px;
  }
  .section-5 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .snsimg {
    height: 200px;
  }
  .image-5 {
    width: auto;
    height: 50px;
    margin-top: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-banner {
    height: 600px;
    /*margin-top: 60px;*/
    padding-top: 0px;
  }
  .row-asked-question {
    margin-bottom: 0px;
  }
  .section-7 {
    padding-top: 140px;
    padding-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-4 {
    height: 350px;
    margin-bottom: 0px;
  }
  .column-5 {
    height: 740px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .subheading.contactus {
    font-size: 30px;
  }
  .paragraph-16 {
    margin-bottom: 20px;
  }
  .image-6 {
    height: 45px;
  }
  .about-copy-wrapper {
    margin-bottom: 40px;
  }
  .div-block-5 {
    display: block;
    width: 450px;
    height: 500px;
    -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;
  }
  .div-block-7._1.rec {
    height: 500px;
  }
  .div-block-7._2.rec {
    height: 400px;
  }
  .div-block-7._3.rec {
    height: 400px;
  }
  .div-block-7._4.rec {
    height: 650px;
  }
  .div-block-7.rec {
    height: 700px;
  }
  .testi-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .partnerimg {
    height: 120px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .partner-logo._1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .partner-logo._3 {
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
  }
  .partner-logo._2 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .partner-logo._4 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .paragraph-17 {
    margin-bottom: 40px;
    text-align: justify;
  }
  .paragraph-18 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
  }
  .image-7 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 100%;
  }
  .image-8 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 100%;
  }
  .text-block-2 {
    font-size: 16px;
  }
  .text-block-2.white {
    font-size: 14px;
  }
  .div-block-10 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-10.spacing {
    margin-bottom: 0px;
  }
  .text-field-3 {
    width: 100%;
    margin-right: 0px;
  }
  .form-block {
    margin-top: 40px;
  }
  .column-9 {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-10 {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .div-block-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-12 {
    margin-bottom: 20px;
  }
  .image-11 {
    width: 25px;
    height: 25px;
  }
  .image-12.left {
    left: 1%;
    width: 25px;
    height: 25px;
  }
  .image-12.right {
    left: auto;
    top: auto;
    right: 3%;
    bottom: 0%;
    width: 25px;
    height: 25px;
  }
  .text-block-3 {
    margin-top: 10px;
    font-size: 19px;
  }
  .paragraph-19 {
    margin-bottom: 0px;
    padding-right: 30px;
    font-size: 16px;
  }
  .column-10 {
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .testi-img {
    width: 120px;
    height: 120px;
  }
  .testi-img._1 {
    height: 120px;
  }
  .div-amenities {
    height: 50px;
  }
  .icon {
    color: #000;
  }
  .icon:hover {
    color: #e75480;
  }
  .image-15 {
    height: 100%;
  }
  .column-11 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    text-align: left;
  }
  .image-16 {
    width: auto;
    height: 50px;
    padding: 0px;
  }
  .link-block {
    display: inline-block;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .link-block-2 {
    display: inline-block;
    -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;
  }
  .tabs-2 {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .map-2 {
    height: 250px;
  }
  .map-3 {
    height: 250px;
  }
  .dropdown-toggle.w--open {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .image-17.left {
    left: 0%;
    top: 36%;
    right: auto;
    bottom: 0%;
    height: 50%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .div-block-16 {
    margin-bottom: 40px;
  }
  .modal-box {
    width: 95%;
    margin: 10px 40px;
  }
  .heading-3 {
    margin-bottom: 0px;
    font-size: 32px;
  }
  .close-modal-button {
    width: 25px;
  }
  .text-block-13 {
    font-size: 15px;
  }
  .button-3 {
    display: inline-block;
    height: auto;
    margin: 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }
  .button-3.cc-jumbo-button.cc-jumbo-white {
    padding: 14px 30px;
  }
  .div-block-19 {
    display: none;
  }
  .heading-4 {
    font-size: 28px;
  }
  .text-block-9 {
    font-size: 12px;
  }
  .column-15 {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-20 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .div-block-20.popup {
    padding-bottom: 20px;
  }
  .map-4 {
    height: 250px;
  }
  .div-block-22 {
    display: none;
  }
  .html-embed {
    position: static;
  }
  .columns-9 {
    margin-top: 0px;
  }
  .text-block-15 {
    font-size: 12px;
  }
  .button-4 {
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
  }
  .button-4.bar {
    display: none;
    padding-left: 0px;
    float: left;
    background-color: transparent;
    color: #e75480;
  }
  .button-4.bar:hover {
    background-color: transparent;
  }
  .button-4.bar.sticky {
    position: fixed;
    left: auto;
    top: 80px;/*10%*/
    right: 0px;
    z-index: 0;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 20px;
    float: none;
    clear: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 0px;
    background-color: #e75480;
    direction: ltr;
    color: #fff;
    text-align: left;
  }
  .button-4.bar2 {
    margin: 10px 10px 0px 0px;
    padding: 8px 15px;
    background-color: #e75480;
    font-size: 15px;
    letter-spacing: 0;
  }

  .button-4.bar2:hover {
    background-color: #fdeee9;
    color: #e75480;
  }
  .section-heading-3 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 32px;
  }
  .sub-header-2 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 34px;
    text-align: left;
  }
  .heading-5 {
    font-size: 40px;
  }
  .text-block-17 {
    margin-bottom: 0px;
    text-align: center;
  }
  .image-21 {
    margin-top: 20px;
  }
  .image-25 {
    margin-right: 0px;
    -webkit-transform: translate(-29px, 0px) scale(0.8);
    -ms-transform: translate(-29px, 0px) scale(0.8);
    transform: translate(-29px, 0px) scale(0.8);
  }
  .slider-2 {
    height: 300px;
  }
  .image-26 {
    width: 100%;
    height: 100px;
  }
  .image-26._1 {
    width: auto;
  }
  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-25 {
    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;
  }
  .paragraph-24 {
    text-align: left;
  }
}
@media screen and (max-width: 1401px) {
.language {
    position: fixed;
    top: 16px;/*2%*/
    right: 70px;
  }
	.div-block-27{
		width: 120px;
	}
	.nav-menu-second {
    position: absolute;
    display: block;
    height: auto;
    padding-right: 0px;
    border: 1px solid #e7ecf8;
    background-color: #fff;
    color: #000;
  }
	.menu-link {
    display: block;
    padding-right: 0px;
    border-bottom: 0px none transparent;
    color: #000;
  }
  .menu-link:hover {
    border-bottom: 0px none transparent;
    border-radius: 0px;
    background-color: #fdeee9;
    color: #000;
  }
}

@media screen and (max-width: 991px) {
	.language{
		top:2%;
	}
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .container {
    text-align: center;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-contact {
    padding: 15px;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .work-experience-grid {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .work-position-wrap {
    margin-bottom: 40px;
  }
  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contact-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;
  }
  .contact-form-wrap {
    text-align: left;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .webflow-link {
    margin-bottom: 15px;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }
  .skills-grid {
    width: 70%;
    max-width: 470px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .personal-features-grid {
    width: 70%;
    max-width: 470px;
  }
  .social-media-heading {
    width: 70%;
    max-width: 470px;
  }
  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }
  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .email-link {
    font-size: 36px;
    line-height: 54px;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .menu-link.w--current {
    border-bottom-style: none;
    border-bottom-width: 0px;
    color: #e75480;
    font-weight: 700;
  }
  .menu-link.w--current:hover {
    background-color: transparent;
  }
  .menu-link.language.cn.w--current:hover {
    background-color: transparent;
  }
  .menu-link.cn {
    background-color: transparent;
    color: #e75480;
  }
  .menu-link.cn:hover {
    color: #fdeee9;
  }
  .secure-payment-by {
    margin-right: auto;
    margin-left: auto;
  }
  .cta-text.white {
    margin-bottom: 10px;
  }
  .section-heading {
    width: auto;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .section-heading.box {
    width: 100%;
    font-size: 28px;
  }
  .column-second {
    height: auto;
  }
  .demo-wrapper {
    overflow: hidden;
  }
  .footer-section {
    padding-left: 0px;
  }
  .button-2 {
    display: inline-block;
    float: none;
    font-size: 12px;
  }
  .button-2.white.outline {
    display: inline-block;
    float: none;
  }
  .button-2.gold {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .award-list {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .icon-image-second {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .circle-2 {
    right: 27%;
    width: 6vh;
    height: 6vh;
  }
  .features-column {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tabs-content.middle {
    margin-top: 20px;
  }
  .serviceimg.line {
    margin-bottom: 20px;
  }
  .serviceimg.line.testimonials {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .serviceimg.center {
    margin-bottom: 20px;
  }
  .serviceimg.center {
    height: 300px;
    margin-bottom: 20px;
  }
  .tab-second.center {
    width: 80%;
  }
  .center-3 {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .footer-block.about-us {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .google-play-wrapper {
    border: 1px none #000;
  }
  .main-section.third {
    height: 800px;
  }
  .main-section.third.pink {
    height: 750px;
    padding-top: 0px;
    padding-bottom: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-section.third.pink {
    height: 750px;
    padding-top: 0px;
    padding-bottom: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-3 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-3.gray {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-image-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .white-logo {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .collection-item {
    width: 100%;
  }
  .service-heading-third-2.big.white.pink {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 40px;
  }
  .service-heading-third-2.big.white.pink {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 40px;
  }
  .service-row-second {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .side-info-2 {
    width: 100%;
  }
  .side-info-2.padding-top {
    margin-top: 50px;
  }
  .processes-block {
    height: 120px;
    margin-left: 40px;
    padding-left: 0px;
    border-left: 3px solid #eee;
    border-top-style: none;
  }
  .processes-block.counters {
    margin-left: 0px;
    padding-left: 20px;
    border-left-style: none;
  }
  .processes-block.counters.light {
    height: 180px;
  }
  .processes-block.counters.light.pink {
    height: 180px;
  }
  .processes-block.counters.light.pink {
    height: 180px;
  }
  .media-image {
    width: 500px;
    padding-left: 0%;
  }
  .container-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .container-wrapper.amenities {
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-nav-content-block.social.footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .top-nav-content-block.social.banner {
    bottom: -20%;
    display: block;
  }
  .one-side-image {
    height: 700px;
  }
  .one-side-image.gray {
    height: 700px;
    max-height: 700px;
  }
  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }
  .one-side-image.third {
    height: 500px;
  }
  .slider-testimonials {
    height: auto;
  }
  .white-center-text-3 {
    font-size: 14px;
  }
  .icon-header.center {
    width: 90%;
    margin-bottom: 0px;
  }
  .icon-header.center {
    width: 90%;
  }
  .content-section {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .service-heading-second-2.all-caps {
    font-size: 12px;
  }
  .service-heading-second-2.all-caps {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .service-heading-second-2.all-caps {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .service-heading-second-2.all-caps {
    font-size: 12px;
  }
  .processes-column.top {
    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;
  }
  .div-content {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-content.tittle-in-div {
    padding-left: 20px;
  }
  .div-content.tittle-in-div.center {
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .div-content.tittle-in-div.center {
    padding-left: 0px;
  }
  .div-content.tittle-in-div.center {
    padding-left: 0px;
  }
  .div-content.achievements {
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .div-content.tab {
    width: 100%;
    height: 670px;
    margin-bottom: 40px;
    -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;
  }
  .processes-section-second.background {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .processes-section-second.background.color {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wrapper-full {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tap-menu.center {
    margin-bottom: 0px;
  }
  .button-wrapper.center {
    margin-top: 10px;
  }
  .div-sliders-column-wrapper {
    height: auto;
  }
  .circle-demo-wrapper {
    left: 6%;
    top: -148px;
  }
  .baner-big-text {
    width: 80%;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .hero-paragraph.white.percentual {
    width: 100%;
  }
  .image-mock-ups {
    left: 0px;
    top: 50px;
    right: 0px;
    width: auto;
    max-height: 350px;
  }
  .image-mock-ups.laptop {
    max-height: 350px;
  }
  .hero-div-info {
    margin-top: 40px;
  }
  .hero-div-info.half.mockup {
    width: 50%;
    margin-top: 20px;
  }
  .hero-div-info.half.mockup.watches {
    margin-top: 40px;
  }
  .image {
    width: auto;
    height: auto;
  }
  .image-2 {
    width: auto;
    height: 150px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .image-3 {
    width: auto;
    height: 150px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .service-row {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .service-row-2 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .icon-image-second-2.loc {
    display: none;
    width: 70px;
    height: 70px;
  }
  .sub-header {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    text-align: center;
  }
  .columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.achivements {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 25px;
  }
  .paragraph-15 {
    font-size: 14px;
  }
  .location {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .service-div.center {
    margin-bottom: 20px;
  }
  .service-div.center.box {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px;
  }
  .location-title {
    font-size: 28px;
    text-align: center;
  }
  .snsimg {
    height: 150px;
  }
  .image-5 {
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .about-us-banner {
    height: 400px;
  }
  .service-row-3 {
    display: block;
    width: 100%;
    margin: 0px auto 20px;
    text-align: center;
  }
  .careers {
    margin-bottom: 40px;
  }
  .process-line {
    display: none;
    margin-left: 20px;
  }
  .process-line.horizontal.faq {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .process-line.horizontal.faq.last {
    display: block;
  }
  .contactbox {
    padding-bottom: 60px;
  }
  .section-7 {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .div-block-4 {
    height: auto;
    margin-bottom: 80px;
  }
  .column-5 {
    height: 640px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .subheading.contactus {
    font-size: 28px;
  }
  .paragraph-16 {
    width: auto;
    font-size: 16px;
  }
  .small-button {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .image-6 {
    height: 40px;
  }
  .tittle-tab {
    font-size: 14px;
  }
  .room-heading {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 32px;
  }
  .room-heading.center.box {
    font-size: 30px;
  }
  .column-7 {
    border-left: 0px none transparent;
  }
  .div-block-5 {
    position: static;
    width: 500px;
    height: auto;
  }
  .div-block-5.premier {
    height: auto;
  }
  .div-block-7._1.rec {
    height: 400px;
  }
  .div-block-7._2.rec {
    background-position: 0px 0px, 50% 0%;
  }
  .div-block-7._4.rec {
    height: 400px;
  }
  .div-block-7.rec {
    height: 400px;
  }
  .div-block-8 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .partner-logo._1 {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .partner-logo._3 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .partner-logo._4 {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  .paragraph-17 {
    font-size: 14px;
    line-height: 23px;
  }
  .paragraph-18 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .image-7 {
    left: 0%;
    top: -5%;
    right: auto;
    bottom: 0%;
    width: auto;
    height: 25%;
  }
  .image-8 {
    left: auto;
    top: -16%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 100%;
  }
  .image-9._4 {
    position: relative;
    top: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .text-block-2 {
    font-size: 14px;
  }
  .text-block-2.white {
    width: auto;
    text-align: center;
  }
  .text-field-3 {
    width: 350px;
  }
  .div-block-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-12.left {
    width: 20px;
    height: 20px;
  }
  .image-12.right {
    width: 25px;
    height: 25px;
  }
  .text-block-3 {
    font-size: 18px;
  }
  .paragraph-19 {
    padding-right: 20px;
    font-size: 16px;
  }
  .text-block-4 {
    font-size: 12px;
  }
  .testi-img {
    width: 80px;
    height: 80px;
  }
  .testi-img._1 {
    height: 80px;
  }
  .paragraph-20 {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  .div-amenities {
    height: 35px;
  }
  .image-15 {
    width: auto;
    height: 150px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image-16 {
    height: 40px;
  }
  .link-block {
    display: inline-block;
  }
  .link-block-2 {
    display: inline-block;
  }
  .column-13 {
    position: relative;
    height: auto;
    line-height: 20px;
  }
  .column-14 {
    margin-top: 40px;
  }
  .map-2 {
    height: 300px;
  }
  .map-3 {
    height: 300px;
  }
  .dropdown-toggle {
    padding-right: 0px;
  }
  .image-17.left {
    top: 38%;
    height: 25%;
  }
  .div-block-16 {
    margin-bottom: 0px;
  }
  .paragraph-21 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .div-block-17 {
    padding-left: 0px;
  }
  .div-block-18 {
    padding-right: 0px;
  }
  .modal-box {
    margin-right: 20px;
    margin-left: 20px;
  }
  .select-field {
    font-size: 12px;
  }
  .modal-wrapper {
    display: none;
  }
  .field-label-4 {
    font-size: 11px;
  }
  .text-field-4 {
    font-size: 12px;
  }
  .heading-3 {
    margin-bottom: 0px;
    font-size: 28px;
  }
  .close-modal-button {
    width: 25px;
  }
  .text-block-13 {
    font-size: 14px;
  }
  .form-block-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .field-label-5 {
    font-size: 11px;
  }
  .button-3 {
    display: inline-block;
    overflow: visible;
    height: auto;
    margin: 0px;
    padding: 15px 20px;
  }
  .button-3.cc-jumbo-button.cc-jumbo-white {
    padding: 10px 20px;
  }
  .form-hero {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-19 {
    display: none;
  }
  .paragraph-22 {
    font-size: 14px;
    line-height: 25px;
  }
  .heading-4 {
    font-size: 21px;
    line-height: 35px;
  }
  .text-block-9 {
    font-size: 10px;
  }
  .column-15 {
    position: static;
  }
  .div-block-20.popup {
    padding: 40px 20px 20px;
  }
  .image-19 {
    margin-top: 30px;
  }
  .div-block-21 {
    height: 500px;
  }
  .div-block-22 {
    display: none;
  }
  .html-embed {
    position: relative;
    width: 100%;
  }
  .text-block-14 {
    text-align: left;
  }
  .columns-10 {
    margin-bottom: 20px;
  }
  .column-16 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .button-4 {
    display: inline-block;
    float: none;
    font-size: 16px;
  }
  .button-4.bar.sticky {
    right: 0px;
    padding-right: 10px;
    font-size: 14px;
  }
  .section-heading-3 {
    width: auto;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .paragraph-23 {
    font-size: 14px;
  }
  .sub-header-2 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    text-align: center;
  }
  .heading-5 {
    font-size: 35px;
    line-height: 45px;
  }
  .text-block-17 {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .image-20 {
    height: 150px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .image-21 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .image-25 {
    margin-top: 20px;
    margin-right: 0px;
    -webkit-transform: translate(0px, 0px) scale(1);
    -ms-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }
  .slider-2 {
    height: 200px;
  }
  .icon-2 {
    font-size: 25px;
  }
  .icon-3 {
    font-size: 25px;
  }
  .image-26 {
    height: 100px;
  }
  .image-26._1 {
    width: auto;
  }
  .language {
    top: 2%;
  }
  .div-block-27 {
    width: 120px;
  }
  .div-block-28 {
    width: 5px;
    height: 5px;
    min-width: 5px;
  }
  .paragraph-24 {
    font-size: 14px;
  }

  /* New 2022 */
  .tap-menu-2.fix-width a {max-width:30px;padding-left:12px;padding-right:12px;}
  .div-block-forBlog, .div-block-career {margin:0 15px 20px;}
}

@media screen and (max-width: 579px) {
  .block-pic-wrap .block-pic-img {width:100%;display:block;}
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }
  .skills-grid {
    width: 100%;
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .personal-features-grid {
    width: 100%;
    max-width: none;
  }
  .social-media-heading {
    width: 100%;
    max-width: none;
  }
  .project-overview-grid {
    width: 100%;
    max-width: none;
  }
  .project-description-grid {
    width: 100%;
    max-width: none;
  }
  .email-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -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;
  }
  .email-link {
    font-size: 30px;
    line-height: 46px;
  }
  .square-wrapper-2 {
    position: absolute;
    display: block;
    height: 900px;
  }
  .menu-link:hover {
    background-color: #fdeee9;
    color: #000;
  }
  .menu-link.w--current {
    padding-left: 20px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: transparent;
    color: #e75480;
    font-weight: 700;
  }
  .menu-link.w--current:hover {
    background-color: transparent;
  }
  .menu-link.nolink {
    padding-left: 10px;
  }
  .menu-link.nolink:hover {
    padding-left: 10px;
    background-color: transparent;
  }
  .menu-link.language {
    padding-left: 10px;
  }
  .footer-notes {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .solar-dot-second {
    margin-top: 9px;
  }
  .cta-text.white {
    margin-bottom: 20px;
    text-align: center;
  }
  .section-heading {
    width: auto;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .section-heading.box {
    width: 80%;
    font-size: 21px;
  }
  .column-second {
    height: auto;
  }
  .demo-wrapper {
    top: 307px;
  }
  .button-2 {
    display: inline-block;
    padding: 8px 20px;
    float: none;
    font-size: 12px;
    text-align: center;
  }
  .button-2.white.outline {
    display: inline-block;
    margin-right: auto;
    margin-left: 0px;
  }
  .button-2.light {
    padding: 8px 20px;
    font-size: 12px;
  }
  .side-content-info {
    padding-right: 12%;
    padding-left: 12%;
  }
  .square-fourth {
    display: none;
  }
  .icon-image-second {
    top: 0px;
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
  }
  .circle-2 {
    top: 18%;
    right: 67%;
    width: 7vh;
    height: 7vh;
  }
  .tabs-content.color.pink {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tabs-content.middle {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .serviceimg {
    width: 100%;
  }
  .serviceimg.line.testimonials {
    display: block;
    width: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .serviceimg.center {
    width: 100%;
  }
  .serviceimg.center {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .tab-second.center {
    width: 100%;
  }
  .brand {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
  }
  .center-3 {
    font-size: 14px;
  }
  .footer-block {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer-block.about-us {
    margin-bottom: 20px;
  }
  .main-section.third {
    height: 660px;
    background-image: url('../images/blur.png'), none;
    background-position: 100% 29%, 50% -184px;
    background-size: 250px, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, scroll;
  }
  .main-section.third.pink {
    height: 650px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .main-section.third.pink {
    height: 650px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .circle-one {
    width: 200px;
    height: 200px;
  }
  .full-container {
    text-align: left;
  }
  .section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-image-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .side-image-media.flex-right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .white-logo {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .slide {
    width: auto;
  }
  .service-heading-third-2.big.white.pink {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 32px;
  }
  .service-heading-third-2.big.white.pink {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 32px;
  }
  .service-row-second {
    width: auto;
  }
  .circle {
    width: 500px;
    height: 500px;
  }
  .side-info-2 {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .processes-block.counters {
    margin-left: 0px;
    padding-left: 20px;
    border-left-style: none;
  }
  .top-header-2 {
    text-align: left;
  }
  .media-image {
    left: auto;
    width: 300px;
    padding-left: 0px;
  }
  .container-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tab-menu.banner {
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .top-nav-content-block {
    display: block;
  }
  .top-nav-content-block.social {
    display: none;
  }
  .top-nav-content-block.social.footer {
    text-align: center;
  }
  .top-nav-content-block.social.banner {
    display: none;
  }
  .solar-dot {
    margin-top: 330px;
  }
  .square-second {
    right: auto;
    width: auto;
    height: auto;
  }
  .prome-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .one-side-image.gray {
    height: 850px;
    max-height: 850px;
  }
  .one-side-image.gray.first {
    height: 750px;
    max-height: 750px;
  }
  .one-side-image.third {
    height: auto;
  }
  .white {
    text-align: left;
  }
  .row-cta {
    width: 100%;
  }
  .slider-testimonials {
    height: auto;
  }
  .icon-header.center {
    position: static;
    width: auto;
  }
  .icon-header.center {
    width: 100%;
  }
  .question-tittle-3 {
    text-align: left;
  }
  .content-section {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .square-wrapper-3 {
    height: auto;
  }
  .copyright {
    padding-right: 10px;
    padding-left: 10px;
  }
  .service-heading-second-2.all-caps {
    font-size: 14px;
  }
  .service-heading-second-2.all-caps {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .service-heading-second-2.all-caps {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .service-heading-second-2.all-caps {
    font-size: 14px;
  }
  .div-content {
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-content.tittle-in-div.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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;
    text-align: center;
  }
  .div-content.tittle-in-div.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-left: 0px;
    -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;
    text-align: center;
  }
  .div-content.tittle-in-div.center.gold {
    margin-bottom: 10px;
  }
  .div-content.tittle-in-div.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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;
    text-align: center;
  }
  .div-content.achievements {
    margin-left: auto;
    padding-right: 6%;
    padding-left: 6%;
  }
  .div-content.tab {
    height: 520px;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tap-link.second {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 9px;
  }
  .tap-link.second.w--current {
    width: 100%;
  }
  .tap-link.center-width {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .tap-link.center-width.w--current {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .tap-link.center-width.green {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .tap-link.center-width.orange {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .tap-link.center-width.blue.w--current {
    padding: 15px;
  }
  .solar-wrapper-first {
    width: 250px;
    height: 250px;
  }
  .promo-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper-full {
    top: 30%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper-full.navigation {
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tap-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tap-menu.center {
    display: block;
    margin: 20px auto 10px;
    text-align: center;
  }
  .solar-wrapper {
    width: 550px;
    height: 550px;
  }
  .button-wrapper {
    width: auto;
  }
  .full-container-second {
    text-align: left;
  }
  .div-sliders-column-wrapper {
    position: static;
  }
  .circle-demo-wrapper {
    left: -192%;
    top: -107px;
  }
  .baner-big-text {
    width: auto;
    font-size: 24px;
    line-height: 40px;
  }
  .top-padding {
    margin-top: 20px;
  }
  .hero-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-paragraph {
    line-height: 22px;
  }
  .bigger-circle2 {
    width: 600px;
    height: 600px;
  }
  .bigger-circle {
    width: 400px;
    height: 400px;
  }
  .image-mock-ups {
    position: static;
    right: 0px;
    width: auto;
    max-width: 100%;
  }
  .image-mock-ups.laptop {
    position: relative;
    z-index: 10;
  }

  .bigger-circle-3 {
    width: 200px;
    height: 200px;
  }
  .hero-div-info {
    margin-top: 80px;
  }
  .hero-div-info.half {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-div-info.half.mockup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero-div-info.half.mockup.watches {
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image {
    margin-top: 60px;
  }
  .image-2 {
    height: 120px;
  }
  .image-3 {
    height: 120px;
  }
  .section-heading-2 {
    text-align: center;
  }
  .section-4 {
    padding-bottom: 40px;
  }
  .icon-image-second-2.loc {
    width: 30px;
    height: 30px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .sub-header {
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
  }
  .image-4._1 {
    width: 70px;
    height: 70px;
  }
  .image-4._2 {
    width: 70px;
    height: 70px;
  }
  .image-4._3 {
    width: 70px;
    height: 70px;
  }
  .info-div-wrapper {
    padding-top: 20px;
    padding-left: 0px;
  }
  .service-div {
    width: 100%;
    padding: 20px;
  }
  .service-div.center {
    width: 100%;
  }
  .service-div.center.box {
    padding: 20px 0px;
  }
  .location-title {
    font-size: 24px;
    text-align: center;
  }
  .map {
    height: 200px;
  }
  .column {
    display: none;
  }
  .section-5 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .snsimg {
    height: 200px;
  }
  .image-5 {
    height: 50px;
  }
  .about-us-banner {
    height: 280px;
    /*margin-top: 75px;*/
  }
  .process-line {
    margin-left: 10px;
  }
  .section-7 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .div-block-4 {
    height: auto;
    margin-bottom: 60px;
  }
  .column-5 {
    height: 650px;
    margin-bottom: 40px;
    padding-bottom: 0px;
  }
  .field-label {
    font-size: 12px;
  }
  .text-field-2 {
    font-size: 14px;
  }
  .subheading.contactus {
    font-size: 25px;
  }
  .subheading.gold {
    font-size: 16px;
  }
  .paragraph-16 {
    width: auto;
    font-size: 14px;
  }
  .image-6 {
    height: 35px;
  }
  .tittle-tab {
    font-size: 14px;
  }
  .tabs-content-2 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .tabs-content-2.middle.gray {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
  }
  .heading-2 {
    text-align: center;
  }
  .tab-link-with-line.center-width {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .tab-link-with-line.center-width.w--current {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .tab-link-with-line.center-width.text {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
    border-bottom: 2px solid hsla(0, 0%, 85.9%, 0);
  }
  .tab-link-with-line.center-width.text:hover {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tab-link-with-line.center-width.text.w--current {
    display: inline-block;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
  }
  .tab-link-with-line.center-width.text.w--current:hover {
    padding-bottom: 10px;
  }
  .tap-menu-2.center {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .room-heading {
    font-size: 28px;
  }
  .room-heading.center.box {
    font-size: 25px;
  }
  .div-block-5 {
    width: 300px;
    height: auto;
  }
  .div-block-5.premier {
    height: auto;
  }
  .div-block-7._1.rec {
    height: 300px;
  }
  .div-block-7._2.rec {
    height: 300px;
  }
  .div-block-7._3.rec {
    height: 300px;
  }
  .div-block-7._4.rec {
    height: 300px;
  }
  .div-block-7.rec {
    height: 300px;
  }
  .testi-tab {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .testi-tab.w--current {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-8 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .partner-logo._1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .partner-logo._3 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .partner-logo._2 {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .partner-logo._4 {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .paragraph-17 {
    font-size: 14px;
    line-height: 21px;
  }
  .paragraph-18 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .image-7 {
    top: 0%;
    height: 20%;
  }
  .image-8 {
    top: 0%;
    height: 30%;
  }
  .image-9._1 {
    width: 18px;
    height: 18px;
  }
  .image-9._2 {
    width: 18px;
    height: 18px;
  }
  .image-9._3 {
    width: 18px;
    height: 18px;
  }
  .image-9._4 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .text-block-2 {
    font-size: 12px;
  }
  .text-block-2.white {
    font-size: 12px;
  }
  .div-block-10 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-10.spacing {
    display: block;
  }
  .field-label-2 {
    font-size: 14px;
  }
  .text-field-3 {
    width: 240px;
    font-size: 14px;
  }
  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .image-10 {
    position: static;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .div-block-12 {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-11 {
    position: relative;
    top: 2px;
    width: 21px;
    height: 21px;
  }
  .image-12.left {
    width: 18px;
    height: 18px;
  }
  .image-12.right {
    width: 20px;
    height: 20px;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .paragraph-19 {
    padding-right: 10px;
    font-size: 14px;
  }
  .column-10 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .text-block-4 {
    margin-bottom: 0px;
  }
  .paragraph-20 {
    font-size: 14px;
    line-height: 21px;
  }
  .text-block-5 {
    font-size: 14px;
  }
  .div-amenities {
    height: 42px;
  }
  .image-15 {
    height: 120px;
  }
  .image-16 {
    height: 50px;
  }
  .map-2 {
    height: 200px;
  }
  .map-3 {
    height: 200px;
  }
  .dropdown-toggle.w--open {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-16 {
    margin-bottom: 10px;
  }
  .link-2 {
    width: 100px;
  }
  .link-2.w--current {
    width: 100px;
  }
  .paragraph-21 {
    font-size: 14px;
  }
  .text-block-6 {
    font-size: 14px;
    line-height: 25px;
  }
  .modal-box {
    margin-right: 10px;
    margin-left: 10px;
  }
  .select-field {
    font-size: 10px;
  }
  .field-label-4 {
    font-size: 9px;
  }
  .text-field-4 {
    font-size: 10px;
  }
  .heading-3 {
    font-size: 24px;
  }
  .close-modal-button {
    width: 20px;
  }
  .text-block-13 {
    font-size: 10px;
  }
  .form-block-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .field-label-5 {
    font-size: 9px;
    line-height: 10px;
  }
  .button-3 {
    padding: 10px 20px;
    font-size: 10px;
  }
  .button-3.cc-jumbo-button.cc-jumbo-white {
    padding: 5px 10px;
  }
  .form-hero {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .div-block-19 {
    display: none;
  }
  .paragraph-22 {
    font-size: 12px;
    line-height: 18px;
  }
  .heading-4 {
    font-size: 16px;
    line-height: 30px;
  }
  .text-block-9 {
    font-size: 8px;
  }
  .div-block-20 {
    padding: 50px 20px 40px;
  }
  .div-block-20.popup {
    padding: 40px 10px 10px;
  }
  .image-19 {
    width: 240px;
    margin-top: 30px;
  }
  .dot {
    width: 6px;
    height: 6px;
  }
  .div-block-21 {
    height: 430px;
  }
  .text-block-14 {
    font-size: 14px;
  }
  .text-block-15 {
    font-size: 10px;
    line-height: 20px;
  }
  .column-16 {
    margin-top: 0px;
  }
  .field-label-6 {
    font-size: 12px;
  }
  .text-block-16 {
    font-size: 14px;
  }
  .button-4 {
    display: inline-block;
    padding: 8px 20px;
    float: none;
    font-size: 14px;
    text-align: center;
  }
  .button-4.bar.sticky {
    right: 0px;
    padding: 5px 10px 5px 15px;
    border-radius: 0px;
    font-size: 12px;
  }
  .section-heading-3 {
    width: auto;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .sub-header-2 {
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
  }
  .heading-5 {
    font-size: 30px;
    line-height: 40px;
  }
  .text-block-17 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .image-20 {
    height: 120px;
  }
  .image-21 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .image-25 {
    margin-right: 0px;
  }
  .slider-2 {
    height: 150px;
  }
  .icon-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    font-size: 20px;
  }
  .icon-3 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    font-size: 20px;
  }
  .image-26 {
    width: auto;
    height: 60px;
  }
  .language {
    right: 15%;
  }
  .div-block-27 {
    width: 110px;
  }
  .text-block-20 {
    font-size: 18px;
  }
  .paragraph-24 {
    font-size: 12px;
  }
}

@media screen and (min-width: 1401px) {
  .white-logo {margin-left:35px;}
}

.margin-top-extra {margin-top:30px;}
.owl-carousel .main-section-full {width:100%;vertical-align:top;}
.owl-carousel .main-section-full .container-wrapper {max-width:1180px;margin:0 auto;padding:50px;display:table;height:790px;}
.owl-carousel .main-section-full .container-wrapper .div-content {display:table-cell;vertical-align:middle;height:100%;}
.owl-carousel .main-section-full .container-wrapper .div-content .top-padding {text-align:left;}
.owl-carousel .main-section-full .image {width:790px;height:790px;}

@media (max-width: 991px) {
  .owl-carousel .main-section-full .image {width:630px;height:630px;}
}

@media (max-width: 767px) {
  .margin-top-extra {margin-top:0px;}
  .owl-carousel .main-section-full .container-wrapper {padding:0 20px;display:block;height:290px;}
  .owl-carousel .main-section-full .container-wrapper .div-content {display:block;position:relative;}
  .owl-carousel .main-section-full .container-wrapper .div-content .baner-big-text {margin:0 auto;padding:0 30px;}
  .owl-carousel .main-section-full .container-wrapper .div-content .top-padding {text-align:center;}
  .owl-carousel .main-section-full .image {width:100vw;height:100vw;position:relative;}
}

@media (max-width: 479px) {
  .owl-carousel .main-section-full .container-wrapper {padding:0!important;margin:0!important;}
  .owl-carousel .main-section-full .image {max-width:100%;height:100%;max-height:100%;position:relative;top:0;padding:0!important;margin:0!important;vertical-align:top;}
}
