.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.langbtn_m {
  padding-left: 33px;
  float: right;
  background-image: url('../images/lang_icon.svg');
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.langbar {
  position: relative;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  white-space: nowrap;
}

.brand {
  width: 13%;
  margin-top: 12px;
}

.brand:hover {
  opacity: 0.81;
}

.nav-menu {
  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;
}

.nav_dropdown_list {
  background-color: #eee;
}

.nav_dropdown_list.w--open {
  top: 229%;
  min-width: 200px;
  background-color: #43ae3f;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.36);
}

.dropdown {
  position: static;
}

.dropdown.langbtn {
  position: relative;
  padding-right: 31px;
  padding-left: 0px;
  background-image: none;
}

.icon {
  right: 46px;
  margin-right: 0px;
}

.nav_menu_inner {
  width: 100%;
}

.nav_dropdown_arrow {
  height: 21px;
  margin-top: -23px;
  background-image: url('../images/submenu_arrow_1submenu_arrow.png');
  background-position: 40px 0%;
  background-size: 18px 12px;
  background-repeat: no-repeat;
}

.nav_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.langbar_m {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown-toggle {
  padding: 8px 65px 8px 20px;
  background-image: url('../images/lang_icon.svg');
  background-position: 100% 50%;
  background-size: 17px 17px;
  background-repeat: no-repeat;
}

.dropdown-toggle:hover {
  opacity: 0.7;
}

.nav_dropdown_link {
  position: relative;
  display: block;
  width: auto;
  min-width: 190px;
  padding: 15px 25px;
  border-bottom: 1px solid #b8e440;
  background-color: #43ae3f;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.nav_dropdown_link:hover {
  color: #c5ff79;
}

.nav_dropdown_link.w--current {
  color: #c5ff79;
}

.dropdown-link {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #43ae3f;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.dropdown-list {
  left: 0px;
  margin-top: 1px;
}

.navbar {
  z-index: 999;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 26px;
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.16);
}

.nav-link {
  margin-right: 29px;
  margin-left: 29px;
  padding: 5px 0px 0px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.nav-link:hover {
  color: #52ae32;
}

.nav-link.w--current {
  border-bottom: 1px solid #52ae32;
  color: #000;
}

.nav-link.current {
  border-bottom: 1px solid #53b135;
}

.container_1180 {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.index_hb {
  height: auto;
}

.index_hb_each_p {
  width: 100%;
  padding-top: 42.6%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.index_hb_each_p.p1 {
  background-image: url('../images/index_hb.jpg');
}

.hide {
  display: none;
}

.wrapper.c_fafaf5 {
  background-color: #fafaf5;
}

.wrapper.footer {
  background-color: #fafaf5;
}

.wrapper.air_bg {
  background-image: url('../images/air_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.globe_title {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: Gotham, sans-serif;
  color: #777;
  font-size: 60px;
  line-height: 1.7;
  font-weight: 300;
}

.globe_title.green {
  color: #43ae3f;
  font-size: 50px;
  font-weight: 700;
}

.globe_title._72pt {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 72px;
}

.globe_title_u {
  width: 14%;
  height: 2px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #52ae32;
}

.globe_title_un {
  width: 50%;
  height: 100%;
  background-color: #b8e440;
}

.globe_title_wrapper {
  padding-top: 47px;
  padding-bottom: 47px;
  text-align: center;
}

.index_service_listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 103.8%;
  margin-left: -1.7%;
  padding-top: 33px;
  padding-bottom: 33px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  white-space: nowrap;
}

.index_service_each {
  display: inline-block;
  overflow: hidden;
  width: 29%;
  margin-right: 1.8%;
  margin-left: 1.8%;
  border-radius: 20px;
  background-color: #fff;
  white-space: normal;
}

.index_service_p {
  width: 100%;
  padding-top: 81.47%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.index_service_p.p1 {
  background-image: url('../images/index_service1.jpg');
}

.index_service_p.p2 {
  background-image: url('../images/index_service2.jpg');
}

.index_service_p.p3 {
  background-image: url('../images/index_service3.jpg');
}

.index_service_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  color: #353535;
  font-size: 15px;
  line-height: 1.4;
}

.index_service_h {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #777;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 400;
  text-transform: uppercase;
}

.index_service_divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #52ae32;
}

.index_brand {
  width: 100%;
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.index_brand_each {
  width: 13.06%;
  margin-right: 1.8%;
  margin-left: 1.8%;
}

.index_brand_p {
  width: 100%;
  padding-top: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.index_brand_p:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.index_brand_p.p1 {
  background-image: url('../images/OTIS.png');
}

.index_brand_p.p2 {
  background-image: url('../images/Asia-Society-2.png');
  background-size: contain;
}

.index_brand_p.p3 {
  background-image: url('../images/gyotaku.png');
}

.index_brand_p.p4 {
  background-image: url('../images/billidart.png');
}

.index_brand_p.p5 {
  background-image: url('../images/glory_iceroom.png');
}

.index_brand_p.p6 {
  background-image: url('../images/SushiShuu.png');
}

.index_brand_p.p7 {
  background-image: url('../images/Ammo.png');
}

.index_brand_p.p8 {
  background-image: url('../images/SushiOno.png');
}

.index_brand_p.p9 {
  background-image: url('../images/SUGAR.png');
}

.index_brand_p.p10 {
  background-image: url('../images/DelightedEducationWorkshop.png');
}

.index_brand_p.p11 {
  background-image: url('../images/yu_ramen.png');
}

.index_brand_p.p12 {
  background-image: url('../images/Tenzushi.png');
}

.index_brand_p.p13 {
  background-image: url('../images/fungshing.png');
}

.index_brand_p.p14 {
  background-image: url('../images/KeiCuisine.png');
}

.globe_left_arrow {
  width: 2%;
  color: #000;
  font-size: 200%;
  line-height: 1;
}

.globe_right_arrow {
  width: 2%;
  color: #000;
  font-size: 200%;
  line-height: 1;
}

.globe_paragraph {
  font-family: 'Gotham book', sans-serif;
}

.globe_paragraph.z-10 {
  position: relative;
  z-index: 10;
}

.globe_paragraph._18pt {
  font-size: 18px;
  line-height: 1.4;
  text-align: justify;
}

.globe_paragraph._18pt.justify {
  text-align: justify;
}

.globe_paragraph._18pt.justify.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.globe_paragraph.c_777777 {
  color: #777;
}

.image {
  width: 5%;
  min-width: 74px;
  margin-bottom: 0px;
}

.question_txt {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.index_form_bar {
  position: relative;
  width: 100%;
  height: 20px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e0e0e0;
  white-space: nowrap;
}

.index_form_bar_each {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 19.6%;
  height: 100%;
  background-color: #8fc822;
}

.index_form_bar_each.undone {
  display: inline-block;
  background-color: #e0e0e0;
}

.temp-height {
  min-height: 800px;
}

.globe_radio_wrapper {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 1.4;
}

.index_form_inner {
  text-align: center;
}

.globe_radio {
  width: 19px;
  height: 19px;
  margin-top: 7px;
  margin-right: 10px;
}

.globe_radio.w--redirected-checked {
  border-width: 4px;
  border-color: #fafaf5;
  background-color: #50af31;
  box-shadow: 0 0 0 1px #cecece;
}

.index_form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.index_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 140px;
  -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;
}

.col_65 {
  width: 65%;
}

.col_35 {
  width: 35%;
}

.col_35.index_contact {
  -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;
}

.div-block-17 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 76.61%;
  border-radius: 30px;
  background-image: url('../images/index_contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-18 {
  position: relative;
  width: 100%;
  padding-top: 14%;
  padding-right: 20px;
  padding-left: 27%;
}

.index_contact_ul {
  color: #000;
  line-height: 1.7;
}

.index_contact_li {
  padding: 10px 20px 10px 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 13px;
  background-size: 16px;
  background-repeat: no-repeat;
  list-style-type: none;
}

.index_contact_li.address {
  background-image: url('../images/address.svg');
  background-position: 0% 10px;
}

.index_contact_li.tel {
  background-image: url('../images/tel.svg');
  background-position: 0% 12px;
  background-size: 18px;
}

.index_contact_li.wts {
  background-image: url('../images/wts.png');
  background-position: 0% 11px;
  background-size: 20px;
}

.index_contact_li.email {
  background-image: url('../images/index_form_email.svg');
  background-position: 0% 15px;
  background-size: 18px;
}

.text-block-2 {
  margin-top: 30%;
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Gotham, sans-serif;
  color: #8fc822;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 300;
}

.footer_between {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #3e434a;
  font-family: Gotham, sans-serif;
  color: #b5b5b5;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
}

.b2t {
  position: absolute;
  left: auto;
  top: -50%;
  right: 0%;
  bottom: auto;
  width: 3%;
  min-height: 27px;
  min-width: 27px;
  opacity: 0.36;
}

.submit-button {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 14px 50px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  background-color: #8fc822;
  font-size: 24px;
  line-height: 1.4;
}

.about_main_circle_p {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #edf8db;
}

.div-block-20 {
  position: absolute;
  left: 5%;
  top: -15%;
  right: auto;
  bottom: auto;
  width: 48%;
}

.div-block-21 {
  position: absolute;
  left: -42%;
  top: 56%;
  right: auto;
  bottom: auto;
  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;
}

.image-2 {
  position: absolute;
  left: 27%;
  top: 77%;
  right: auto;
  bottom: auto;
}

.image-3 {
  position: absolute;
  right: -9%;
  bottom: -31%;
  z-index: 2;
  width: 23%;
}

.hb_wrapper {
  position: relative;
  width: 100%;
  padding-top: 21.98%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.hb_wrapper.about {
  background-image: url('../images/about_hb.jpg');
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.hb_wrapper.testi {
  background-image: url('../images/testi_hb.jpg');
}

.hb_wrapper.contact {
  background-image: url('../images/contact_hb.jpg');
}

.hb_inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  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;
}

.hb_dim {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(117, 135, 111, 0.5);
}

.about_main_photo_inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.about_intro {
  margin-top: 100px;
  padding-right: 80px;
  padding-left: 80px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.about_main_bar {
  position: absolute;
  left: auto;
  top: -6%;
  right: -70%;
  bottom: auto;
  z-index: 0;
  width: 150%;
  max-width: 1920px;
  padding-top: 17%;
  border-radius: 20px;
  background-color: #50af31;
}

.about_main_photo {
  position: relative;
  margin-bottom: 60px;
}

.about_main_circle {
  position: absolute;
  left: auto;
  top: auto;
  right: -16%;
  bottom: -32%;
  z-index: -1;
  width: 36%;
}

.about_main_leaf {
  position: absolute;
  left: auto;
  top: auto;
  right: -20%;
  bottom: -18%;
  z-index: 10;
  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;
}

.about_main_p {
  border-radius: 25px;
}

.inner_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -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;
}

.col_50 {
  width: 50%;
}

.col_50.ph-40.neg-mt-60 {
  margin-top: -60px;
}

.inner_contact_ul {
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 1.7;
}

.inner_contact_li {
  padding: 10px 20px 10px 46px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 14px;
  background-size: 27px;
  background-repeat: no-repeat;
  list-style-type: none;
}

.inner_contact_li.address {
  background-image: url('../images/address.svg');
  background-position: 0% 10px;
}

.inner_contact_li.tel {
  background-image: url('../images/tel.svg');
  background-position: 0% 12px;
  background-size: 27px;
}

.inner_contact_li.wts {
  background-image: url('../images/wts.png');
  background-position: 0% 11px;
  background-size: 31px;
}

.inner_contact_li.email {
  background-image: url('../images/index_form_email.svg');
  background-position: 0% 18px;
  background-size: 29px;
}

.heading {
  font-family: 'Gotham book', sans-serif;
  font-weight: 400;
}

.div-block-22 {
  position: relative;
  width: 95%;
  margin-left: 5%;
  padding-top: 95%;
  border-radius: 50%;
  background-color: #edf8db;
}

.div-block-23 {
  padding: 60px;
}

.heading-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  color: #43ae3f;
  font-size: 72px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
}

.image-4 {
  position: absolute;
  left: -7%;
  top: 7%;
  right: auto;
  bottom: auto;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: -14%;
  bottom: -24%;
}

.pa-60 {
  padding: 60px;
}

.globe_title_circle {
  position: absolute;
  left: -16px;
  top: 12px;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #b8e440;
}

.globe_title_inner {
  position: relative;
  display: inline-block;
}

.heading-3 {
  font-size: 48px;
  line-height: 1.4;
}

.grey_heading {
  font-family: Gotham, sans-serif;
  color: #777;
  font-size: 48px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.grey_heading._36pt {
  font-size: 36px;
}

.grey_heading._36pt.normal_cap {
  font-weight: 500;
}

.col_100.flex-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col_100.flex-ct.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.green_heading {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  color: #43ae3f;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.green_heading_circle {
  position: absolute;
  left: -21px;
  top: -11px;
  right: auto;
  bottom: auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #b8e440;
}

.green_heading_wrapper {
  padding-bottom: 20px;
  text-align: left;
}

.globe_ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: 'Gotham book', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.globe_ul.mt-0 {
  margin-top: 0px;
}

.globe_li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.globe_photo {
  border-radius: 20px;
}

.ph-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pv-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mt-100 {
  margin-top: 100px;
}

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

.pt-10 {
  padding-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.heading-4 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-4 {
  line-height: 1.4;
}

.mb-40 {
  margin-bottom: 40px;
}

.testi_listing {
  width: 103%;
  margin-left: -4.2%;
  padding-right: 0px;
  padding-left: 0px;
}

.testi_each {
  position: relative;
  display: inline-block;
  width: 29%;
  margin-right: 1.7%;
  margin-bottom: 30px;
  margin-left: 1.8%;
  padding: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.13);
  font-family: 'Gotham book', sans-serif;
  font-size: 16.25px;
  line-height: 1.7;
  text-align: justify;
}

.pb-20 {
  padding-bottom: 20px;
}

.testi_each_inner {
  margin-bottom: 60px;
  padding: 40px;
}

.client_info {
  padding: 40px;
  background-image: linear-gradient(194deg, #00b40e 47%, #61c220);
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.client_pic_wrapper {
  position: relative;
  width: 100%;
  padding-top: 6.15%;
  background-image: url('../images/testi_pic_bg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.client_pic {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -100%;
  width: 24%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22%;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
}

.client_pic.p1 {
  background-image: url('../images/testi_dummy1_1testi_dummy1.jpg');
}

.client_pic.p2 {
  background-image: url('../images/v09_-testimonial_4v09_-testimonial_03.jpg');
}

.client_pic.p3 {
  background-image: url('../images/61372bfaa6c9d182498f47ff_Asia-Society-2.png');
}

.client_pic.p4 {
  background-image: url('../images/61372bfa7886256db791aba8_OTIS.png');
}

.client_pic.p5 {
  background-image: url('../images/SUGAR.png');
}

.client_pic.p6 {
  background-image: url('../images/glory_iceroom.png');
}

.client_pic.p7 {
  background-image: url('../images/Tenzushi.png');
}

.client_pic.p8 {
  background-image: url('../images/DelightedEducationWorkshop.png');
}

.client_pic.p9 {
  background-image: url('../images/gyotaku.png');
}

.client_pic.p10 {
  background-image: url('../images/SushiOno.png');
}

.client_pic.p11 {
  background-image: url('../images/KeiCuisine.png');
}

.client_pic.p12 {
  background-image: url('../images/Ammo.png');
}

.client_pic.p13 {
  background-image: url('../images/SushiShuu.png');
}

.client_pic.p14 {
  background-image: url('../images/fungshing.png');
}

.client_pic.p15 {
  background-image: url('../images/61372cc04c4283572cdba7e9_billidart.png');
}

.client_pic.p16 {
  background-image: url('../images/gumyu.png');
}

.pv-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.contact_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.contact_main_photo {
  position: relative;
  width: 50%;
  margin-bottom: 60px;
}

.contact_main_bar {
  position: absolute;
  left: auto;
  top: auto;
  right: -110%;
  bottom: -14%;
  z-index: 0;
  width: 200%;
  max-width: 1920px;
  padding-top: 22%;
  border-radius: 20px;
  background-color: #50af31;
}

.contact_main_circle {
  position: absolute;
  left: auto;
  top: -20%;
  right: -8%;
  bottom: auto;
  z-index: -1;
  width: 36%;
}

.image-6 {
  position: absolute;
  top: auto;
  right: -63%;
  bottom: 0%;
}

.div-block-24 {
  position: absolute;
  left: auto;
  top: auto;
  right: -13%;
  bottom: -13%;
  z-index: 1;
}

.image-7 {
  position: absolute;
  top: -121%;
  right: 11%;
}

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

.normal_cap {
  text-transform: none;
}

.div-block-25 {
  width: 50%;
  height: 12px;
  max-width: 484px;
  margin: 20px auto;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4383b7), color-stop(25%, #98bc80), color-stop(50%, #ebe347), color-stop(75%, #f28e2d), to(#f03c2a));
  background-image: linear-gradient(90deg, #4383b7, #98bc80 25%, #ebe347 50%, #f28e2d 75%, #f03c2a);
}

.text-block-3 {
  font-family: 'Gotham book', sans-serif;
  color: #191f2b;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}

.mt-80 {
  margin-top: 80px;
}

.nav_dd {
  position: relative;
  display: inline-block;
  width: auto;
}

.nav_dd_toggle {
  display: inline-block;
  cursor: pointer;
}

.nav_dd_list {
  position: absolute;
  left: 0px;
  right: 0px;
  display: none;
  width: 100%;
  padding-top: 33px;
  float: left;
  clear: both;
  background-color: transparent;
}

.nav_dd_list.open {
  display: block;
}

.footer_xs_link {
  color: #b5b5b5;
  text-decoration: none;
}

.globe_txt_link {
  color: #000;
  text-decoration: none;
}

.globe_txt_link:hover {
  color: #8fc822;
}

.question1 {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.question3 {
  display: none;
  width: 102%;
  margin-left: -2%;
  padding-right: 40px;
  padding-left: 40px;
}

.globe_check_wrapper {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}

.globe_check {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 10px;
}

.globe_check:hover {
  border-color: #8fc822;
}

.globe_check.w--redirected-checked {
  border-color: #8fc822;
  background-color: #8fc822;
}

.globe_check.w--redirected-focus {
  box-shadow: none;
}

.index_form_input {
  display: inline-block;
  width: 70%;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 21px;
  padding-left: 21px;
  font-size: 24px;
  line-height: 1.4;
}

.index_form_col {
  display: inline-block;
  width: 48%;
  margin-right: 0%;
  margin-left: 0%;
  font-size: 20px;
  line-height: 1.4;
}

.index_form_label {
  display: inline-block;
  width: 20%;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  white-space: nowrap;
}

.index_form_label.tel {
  margin-right: 0px;
  padding-left: 20px;
  background-image: url('../images/index_form_tel.svg');
  background-size: 24px;
}

.index_form_label.email {
  margin-right: 0px;
  padding-left: 20px;
  background-image: url('../images/index_form_email_1.svg');
  background-size: 24px;
}

.question4 {
  display: none;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.index_form_button {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 14px 50px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  background-color: #8fc822;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  text-decoration: none;
}

.question2 {
  display: none;
  width: 100%;
  padding-right: 145px;
  padding-left: 145px;
  text-align: left;
}

.question5 {
  display: none;
  width: 100%;
  padding-top: 36px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Gotham book', sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.send_lottie {
  width: 25%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-26 {
  text-align: center;
}

.question_section_inner {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #8fc822;
}

.question_section_inner.disable {
  position: relative;
  z-index: -1;
  opacity: 0.25;
}

.sticker {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  z-index: 1200;
  display: block;
  width: 50px;
  -o-object-fit: fill;
  object-fit: fill;
}

.sticker:hover {
  opacity: 0.7;
}

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

.wtapp_icon {
  position: static;
}

html.w-mod-js *[data-ix="scalein-2"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="scalein-1"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="scalex-in-1"] {
  -webkit-transform: scale(0.01, 1);
  -ms-transform: scale(0.01, 1);
  transform: scale(0.01, 1);
}

html.w-mod-js *[data-ix="fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

@media screen and (max-width: 991px) {
  .langbtn_m {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    background-image: none;
    color: #333;
  }

  .langbtn_m:hover {
    color: #ce323a;
  }

  .langbtn_m.w--current {
    color: #333;
  }

  .menu-button {
    padding: 22px;
    font-size: 36px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #54b136;
  }

  .langbar {
    padding-bottom: 7px;
    text-align: left;
  }

  .brand {
    width: 120px;
    margin-top: 0px;
  }

  .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: #fff;
  }

  .nav_dropdown_list.w--open {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.36);
  }

  .dropdown.langbtn {
    display: inline-block;
    margin-left: 20px;
  }

  .icon {
    display: none;
  }

  .nav_menu_inner {
    border-top-style: none;
    text-align: left;
  }

  .nav_dropdown_arrow {
    display: none;
  }

  .nav_inner {
    padding-right: 0px;
    padding-left: 25px;
  }

  .langbar_m {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .dropdown-toggle {
    display: inline-block;
    padding: 9px 10px 9px 30px;
    background-position: 0% 43%;
    color: #5fb643;
    font-size: 13px;
    line-height: 1.4;
  }

  .dropdown-link {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
    color: #000;
    font-size: 13px;
    line-height: 1.4;
  }

  .dropdown-list {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    background-color: transparent;
  }

  .navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link {
    margin-right: 20px;
    margin-left: 20px;
    padding: 11px 0px;
    border-bottom: 1px none rgba(0, 0, 0, 0.03);
  }

  .nav-link:hover {
    opacity: 1;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    color: #52ae32;
  }

  .overflow-x {
    padding-top: 80px;
  }

  .container_1180 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container_1180.nav {
    padding-right: 0px;
    padding-left: 0px;
  }

  .globe_title {
    font-size: 50px;
  }

  .globe_title.green {
    font-size: 40px;
  }

  .globe_title.green.m_block {
    display: block;
  }

  .globe_title._72pt {
    font-size: 60px;
    white-space: nowrap;
  }

  .index_service_listing {
    width: 105.2%;
    margin-left: -0.8%;
  }

  .index_service_each {
    width: 31%;
    margin-right: 0.7%;
    margin-left: 0.8%;
  }

  .index_service_inner {
    padding: 25px 20px;
    font-size: 14px;
  }

  .index_service_h {
    font-size: 20px;
  }

  .index_service_divider {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .index_brand_each {
    width: 21%;
  }

  .globe_left_arrow {
    width: 5%;
  }

  .globe_right_arrow {
    width: 5%;
  }

  .globe_paragraph {
    font-size: 15px;
  }

  .globe_paragraph._18pt {
    font-size: 16px;
  }

  .globe_paragraph.c_777777 {
    text-align: left;
  }

  .question_txt {
    font-size: 26px;
  }

  .pv-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pv-100.pt-60 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .pv-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .globe_radio_wrapper {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .globe_radio {
    width: 17px;
    height: 17px;
    margin-top: 5px;
  }

  .index_contact {
    padding-top: 0px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_65.m_col_100 {
    width: 100%;
  }

  .col_35.index_contact {
    display: block;
    width: 100%;
    padding: 0px 0px 0px 17%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-17 {
    padding-top: 63.61%;
    background-position: 50% 20%;
  }

  .div-block-18 {
    padding-right: 0px;
    padding-left: 17%;
  }

  .index_contact_ul {
    padding-left: 0px;
  }

  .text-block-2 {
    margin-top: 40px;
    margin-left: 0px;
  }

  .div-block-20 {
    top: 2%;
    width: 30%;
  }

  .div-block-21 {
    left: -79%;
    top: 29%;
  }

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

  .hb_wrapper {
    min-height: 260px;
  }

  .about_intro {
    margin-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about_main_bar {
    top: -11%;
    padding-top: 21%;
  }

  .about_main_photo {
    margin-bottom: 40px;
  }

  .about_main_circle {
    right: -12%;
    bottom: -17%;
    width: 26%;
  }

  .about_main_leaf {
    right: -13%;
    bottom: -19%;
    width: 30%;
  }

  .about_main_p {
    border-radius: 20px;
  }

  .inner_contact {
    padding-bottom: 120px;
    text-align: left;
  }

  .col_50.ph-40.m_col_100 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }

  .col_50.m_col_100 {
    width: 100%;
  }

  .col_50.m_col_100 {
    width: 100%;
  }

  .inner_contact_li {
    font-size: 19px;
  }

  .div-block-22 {
    width: 100%;
    margin-left: 0%;
    padding-top: 100%;
  }

  .heading-2 {
    font-size: 60px;
  }

  .image-4 {
    left: -17%;
    top: -2%;
    width: 50%;
  }

  .image-5 {
    right: -5%;
    bottom: -14%;
    width: 50%;
  }

  .pa-60.m_pa-120 {
    padding: 100px;
  }

  .pa-60.m_pa-20 {
    padding: 20px;
  }

  .globe_title_circle {
    left: -21px;
    top: 5px;
  }

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

  .grey_heading {
    font-size: 40px;
  }

  .grey_heading._36pt.normal_cap {
    font-size: 30px;
  }

  .col_100.flex-ct.mt-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_100.flex-ct.mt-60.reverse {
    margin-top: 20px;
  }

  .col_100.flex-ct.mt-100 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_100.flex-ct.mt-80 {
    margin-top: 60px;
    -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;
  }

  .green_heading {
    font-size: 26px;
  }

  .green_heading_circle {
    left: -14px;
    top: -7px;
    width: 28px;
    height: 28px;
  }

  .globe_ul {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
  }

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

  .testi_listing {
    width: 102%;
    margin-left: -2.8%;
  }

  .testi_each {
    width: 45%;
  }

  .pv-140.testi {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact_intro {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact_main_photo {
    width: 60%;
    margin-right: 20%;
  }

  .contact_main_circle {
    top: -11%;
    right: -12%;
    width: 29%;
  }

  .image-6 {
    right: -33%;
    width: 66%;
  }

  .div-block-24 {
    right: -26%;
  }

  .image-7 {
    top: -126%;
    right: 14%;
    width: 30%;
  }

  .div-block-25 {
    width: 60%;
    height: 11px;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .nav_dd {
    display: block;
  }

  .nav_dd_list {
    position: relative;
    padding-top: 0px;
  }

  .image-9 {
    width: 66%;
  }

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

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

  .globe_check_wrapper {
    margin-right: 30px;
    font-size: 16px;
  }

  .globe_check {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-right: 0px;
  }

  .index_form_input {
    width: 60%;
    height: 40px;
  }

  .index_form_col {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

  .question5 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
  }

  .send_lottie {
    width: 35%;
  }

  .question_section_inner {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    padding: 22px;
    font-size: 28px;
  }

  .brand {
    width: 100px;
    padding-left: 0px;
  }

  .dropdown.langbtn {
    margin-left: 25px;
  }

  .dropdown-toggle {
    padding-left: 27px;
  }

  .navbar {
    height: 70px;
  }

  .nav-link {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 13px;
  }

  .overflow-x {
    padding-top: 69px;
  }

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

  .index_hb_each_p {
    padding-top: 58.6%;
  }

  .globe_title {
    font-size: 36px;
  }

  .globe_title.green {
    font-size: 28px;
  }

  .globe_title.green.m_block {
    display: block;
  }

  .globe_title._72pt {
    font-size: 36px;
    line-height: 1.6;
    white-space: normal;
  }

  .globe_title_wrapper {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .index_service_listing {
    display: block;
    width: 100%;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    white-space: normal;
  }

  .index_service_each {
    width: 100%;
    height: auto;
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .index_service_inner {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 13px;
  }

  .index_service_h {
    font-size: 18px;
  }

  .index_service_divider {
    margin-top: 8px;
    margin-bottom: 20px;
  }

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

  .globe_left_arrow {
    font-size: 160%;
  }

  .globe_right_arrow {
    font-size: 160%;
  }

  .globe_paragraph {
    font-size: 14px;
  }

  .globe_paragraph._18pt {
    font-size: 14px;
  }

  .image {
    min-width: 60px;
  }

  .question_txt {
    font-size: 22px;
  }

  .pv-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pv-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .globe_radio_wrapper {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .globe_radio {
    margin-top: 3px;
    margin-right: 7px;
  }

  .col_35.index_contact {
    padding-left: 10%;
  }

  .div-block-17 {
    border-radius: 20px;
  }

  .div-block-18 {
    padding-left: 10%;
  }

  .text-block-2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .footer_between {
    -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;
    line-height: 1.8;
  }

  .b2t.w--current {
    top: -40%;
  }

  .submit-button {
    margin-top: 30px;
    padding: 10px 40px;
    font-size: 20px;
  }

  .div-block-20 {
    left: -4%;
  }

  .image-2 {
    left: 39%;
    top: 72%;
    width: 50%;
  }

  .hb_wrapper {
    min-height: 220px;
  }

  .about_main_photo_inner {
    width: 78%;
  }

  .about_intro {
    margin-top: 40px;
  }

  .about_main_bar {
    padding-top: 22%;
  }

  .about_main_photo {
    margin-bottom: 30px;
  }

  .about_main_circle {
    right: -10%;
    width: 23%;
  }

  .about_main_leaf {
    right: -10%;
    bottom: -15%;
    width: 25%;
  }

  .about_main_p {
    border-radius: 15px;
  }

  .inner_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_50.ph-40.m_col_100 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .col_50.mm_col_100 {
    width: 100%;
  }

  .col_50.mm_col_100 {
    width: 100%;
  }

  .inner_contact_ul {
    margin-top: 40px;
  }

  .inner_contact_li {
    padding-left: 39px;
    font-size: 17px;
  }

  .inner_contact_li.tel {
    background-size: 22px;
  }

  .inner_contact_li.wts {
    background-size: 26px;
  }

  .inner_contact_li.email {
    background-position: 0% 16px;
    background-size: 22px;
  }

  .div-block-22 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70%;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 1.3;
  }

  .image-4 {
    left: -20%;
  }

  .image-5 {
    right: -20%;
    bottom: -17%;
    width: 60%;
  }

  .pa-60.m_pa-20 {
    padding: 0px;
  }

  .globe_title_circle {
    left: -19px;
    top: -3px;
    width: 40px;
    height: 40px;
  }

  .globe_title_circle.about {
    left: -15px;
    top: 1px;
    width: 30px;
    height: 30px;
  }

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

  .grey_heading {
    font-size: 32px;
  }

  .grey_heading._36pt.normal_cap {
    font-size: 24px;
  }

  .col_100.flex-ct.mt-100 {
    margin-top: 20px;
  }

  .col_100.flex-ct.mt-80 {
    margin-top: 40px;
  }

  .green_heading {
    font-size: 22px;
  }

  .green_heading_circle {
    left: -10px;
    top: -5px;
    width: 22px;
    height: 22px;
  }

  .globe_ul {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .testi_each {
    width: 44%;
    margin-bottom: 30px;
  }

  .pv-140.testi {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .contact_main_photo {
    width: 90%;
    margin-right: 0%;
  }

  .contact_main_bar {
    bottom: -10%;
    border-radius: 15px;
  }

  .div-block-24 {
    left: 90%;
    right: -39%;
    bottom: 1%;
  }

  .image-7 {
    display: none;
  }

  .div-block-25 {
    width: 68%;
    height: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .image-8 {
    width: 60%;
  }

  .image-9 {
    width: 50%;
  }

  .globe_check_wrapper {
    margin-right: 20px;
    font-size: 15px;
  }

  .globe_check {
    width: 13px;
    height: 13px;
    margin-top: 4px;
    margin-left: -20px;
  }

  .index_form_input {
    width: 50%;
    height: 35px;
  }

  .index_form_label.tel {
    margin-right: 10px;
    font-size: 16px;
  }

  .index_form_label.email {
    margin-right: 10px;
    font-size: 16px;
  }

  .index_form_button {
    margin-top: 30px;
    padding: 10px 40px;
    font-size: 20px;
  }

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

  .question5 {
    font-size: 18px;
  }

  .send_lottie {
    width: 50%;
  }

  .question_section_inner {
    margin-top: 5px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    padding: 17px;
    font-size: 24px;
  }

  .brand {
    width: 80px;
  }

  .dropdown.langbtn {
    margin-left: 20px;
  }

  .nav_inner {
    padding-left: 20px;
  }

  .dropdown-toggle {
    padding-left: 25px;
  }

  .navbar {
    height: 60px;
  }

  .nav-link {
    margin-right: 20px;
    margin-left: 20px;
  }

  .overflow-x {
    padding-top: 59px;
  }

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

  .globe_title {
    font-size: 28px;
  }

  .globe_title.green {
    font-size: 20px;
  }

  .globe_title._72pt {
    font-size: 27px;
    line-height: 1.3;
  }

  .globe_title_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .index_service_each {
    border-radius: 15px;
  }

  .index_service_h {
    font-size: 16px;
  }

  .index_service_divider {
    margin-top: 6px;
    margin-bottom: 15px;
  }

  .index_brand_each {
    width: 46%;
  }

  .globe_paragraph {
    font-size: 13px;
  }

  .globe_paragraph._18pt {
    font-size: 13px;
  }

  .globe_paragraph._18pt.justify {
    text-align: left;
  }

  .image {
    min-width: 50px;
  }

  .question_txt {
    font-size: 18px;
  }

  .pv-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .globe_radio_wrapper {
    margin-right: 15px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .globe_radio {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 2px;
  }

  .col_35.index_contact {
    padding-left: 5%;
  }

  .div-block-17 {
    border-radius: 15px;
  }

  .div-block-18 {
    padding-left: 5%;
  }

  .b2t.w--current {
    top: -30%;
  }

  .submit-button {
    margin-top: 20px;
    padding: 8px 35px;
    font-size: 18px;
  }

  .div-block-20 {
    left: -10%;
  }

  .image-2 {
    left: 46%;
    width: 40%;
  }

  .hb_wrapper {
    min-height: 180px;
  }

  .about_main_photo_inner {
    width: 90%;
  }

  .about_intro {
    margin-top: 20px;
  }

  .about_main_bar {
    padding-top: 25%;
  }

  .about_main_photo {
    margin-bottom: 20px;
  }

  .col_50.ph-40.m_col_100 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .inner_contact_ul {
    margin-top: 20px;
  }

  .inner_contact_li {
    padding-left: 35px;
    font-size: 14px;
  }

  .inner_contact_li.tel {
    background-size: 20px;
  }

  .inner_contact_li.wts {
    background-size: 22px;
  }

  .inner_contact_li.email {
    background-position: 0% 15px;
    background-size: 20px;
  }

  .heading {
    font-size: 12px;
  }

  .div-block-22 {
    width: 80%;
    padding-top: 80%;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .image-4 {
    left: -18%;
  }

  .image-5 {
    right: -14%;
    bottom: -9%;
    width: 50%;
  }

  .globe_title_circle {
    left: -14px;
    top: -9px;
    width: 30px;
    height: 30px;
  }

  .globe_title_circle.about {
    left: -10px;
    top: -2px;
    width: 22px;
    height: 22px;
  }

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

  .grey_heading {
    font-size: 28px;
  }

  .grey_heading._36pt.normal_cap {
    font-size: 18px;
    line-height: 1.5;
  }

  .col_100.flex-ct.mt-60.reverse {
    margin-top: 15px;
  }

  .col_100.flex-ct.mt-100 {
    margin-top: 15px;
  }

  .col_100.flex-ct.mt-80 {
    margin-top: 20px;
  }

  .green_heading {
    font-size: 18px;
  }

  .green_heading_circle {
    left: -6px;
    top: -2px;
    width: 16px;
    height: 16px;
  }

  .globe_ul {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .globe_photo {
    border-radius: 15px;
  }

  .testi_listing {
    width: 100%;
    margin-left: 2%;
  }

  .testi_each {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .pv-140.testi {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .contact_main_photo {
    width: 100%;
  }

  .div-block-24 {
    left: 84%;
    right: -47%;
    bottom: -7%;
  }

  .div-block-25 {
    width: 80%;
    height: 8px;
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .image-9 {
    width: 50%;
  }

  .question1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .question3 {
    width: 100%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .globe_check_wrapper {
    margin-right: 10px;
    font-size: 14px;
  }

  .globe_check {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }

  .index_form_input {
    width: 70%;
  }

  .index_form_label.tel {
    background-size: 18px;
    font-size: 15px;
  }

  .index_form_label.email {
    background-size: 18px;
    font-size: 15px;
  }

  .question4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .index_form_button {
    margin-top: 20px;
    padding: 8px 35px;
    font-size: 18px;
  }

  .question2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .question5 {
    font-size: 16px;
  }

  .send_lottie {
    width: 80%;
  }

  .question_section_inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}