body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #404040;
  font-size: 14px;
  line-height: 20px;
}

.midashi-1 {

  width: 100%;
  padding-right: 25vw;
  padding-left: 25vw;
  padding-top: 00px;
  padding-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;            /* 高さ指定 */

}
.midashi-in {             /* 高さ指定 */
    align:  center;            /* 中央寄せ */
}

.xmidashi-1 {
padding: 50px;   
    margin-top: 50px; 
    margin-bottom: 50px; 
    margin-left: auto;
    margin-right: auto;

}
.xmidashi-in {
padding: 50px;   
    margin-top: 50px; 
    margin-bottom: 50px; 
    margin-left: auto;
    margin-right: auto;
    width: 300em
    margin:  0 auto;  
}






h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 60px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #f9b867;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin';
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'IBM Plex Mono';
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-color: #5ab963 #5ab963 #5ab963 #e6e6e6;
  border-left-style: solid;
  border-left-width: 5px;
  font-family: 'IBM Plex Mono';
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: auto;
  padding-left: 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;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  text-align: center;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1640px;
  margin-right: 140px;
  margin-left: 140px;
  -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;
}

.home-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 125vh;
  margin-top: 0px;
  padding-top: 42vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../jp_images/Homepage.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
}

.h1 {
  line-height: 78px;
}

.h1.cc-black {
  margin-top: 15px;
  margin-bottom: 60px;
  color: #000;
  text-align: center;
}

.h1.h1-2 {
  font-size: 3vw;
}

.h1.h1-3 {
  font-size: 62px;
  text-align: center;
}

.paragraph {
  font-family: 'IBM Plex Mono';
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph.cc-gray {
  color: #999;
}

.button {
  margin-top: 50px;
  padding: 9px 18px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #f9b867;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button:hover {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .25);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #ffa331;
}

.button:active {
  box-shadow: 0 2px 7px 0 transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #404040;
}

.button.cc-cta {
  margin-top: 0px;
}

.button.yellow {
  margin-top: 30px;
  background-color: #f8b967;
  color: #fff;
}

.button.footer-button {
  margin-top: 0px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: color 500ms ease, border-color 500ms ease;
  transition: color 500ms ease, border-color 500ms ease;
  color: #fff;
}

.button.footer-button:hover {
  border-color: #f8b967;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #f8b967;
}

.button.up-to-top-button {
  right: 15px;
  bottom: 10px;
  z-index: 999;
  padding: 6px 9px;
  background-color: hsla(34, 91%, 69%, .6);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.button.up-to-top-button:hover {
  background-color: #f8b967;
  box-shadow: none;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button.button-2 {
  margin-top: 20px;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
}

.container.cc-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.cc-blogpost {
  display: block;
  max-width: 770px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  margin-top: 0px;
  line-height: 42px;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.h2-white {
  color: #fff;
}

.h2.h2-white.h2-2 {
  text-align: center;
}

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

.text-span {
  padding-top: 10px;
  color: #f9b867;
  font-size: 40px;
  font-weight: 800;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.h3.cc-cta {
  margin-bottom: 0px;
  color: #5ab963;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.h3.h3-black {
  color: #404040;
}

.h3.h3-black.h3-3 {
  text-align: left;
}

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 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;
}

.line-color {
  height: 1px;
  background-color: #e6e6e6;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 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;
  background-color: #fafafa;
}

.cta-line {
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: #5ab963;
}

.cta-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.cta-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-top: 0px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../jp_images/footer-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../jp_images/footer-bg.jpg');
  background-position: 0px 0px, 50% 39%;
  background-size: auto, cover;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  -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-weight: 600;
  letter-spacing: 1px;
}

.footer-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-footer {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  line-height: 18px;
  text-decoration: none;
}

.link-footer:hover {
  color: #f8b967;
}

.general-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding-right: 4vw;
  padding-bottom: 6vh;
  padding-left: 4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../jp_images/hero-pro-service.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.general-header.general-header-2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../jp_images/hero-edu-service.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.general-header.general-header-2.general-header-3 {
  padding-right: 10vw;
  background-image: url('../jp_images/hero-networks-04.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat;
}

.general-header.general-header-4 {
  padding-left: 10vw;
  background-image: url('../jp_images/hero-contact.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.general-header.general-header---edu-program {
  height: 125vh;
  margin-bottom: 50px;
  padding-right: 15vw;
  padding-bottom: 25vh;
  padding-left: 15vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../jp_images/hero-kyoto.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.general-header.general-header---edu-program.general-header---silicon-valley {
  background-image: url('../jp_images/hero-silicon.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.general-header.general-header---edu-program.general-header---jbc {
  background-image: url('../jp_images/hero-jbc.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.general-header.general-header---edu-program.jobplacement {
  background-image: url('../jp_images/hero-jobplacement.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.general-header.general-header---edu-program.jobmarket {
  background-image: url('../jp_images/hero-jobmarket_hero-jobmarket.jpg');
  background-size: cover;
}

.general-header.general-header---history {
  height: 125vh;
  background-image: url('../jp_images/hero-history.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.general-header.general-header---testimonials {
  height: 70vh;
  padding-right: 10vw;
  padding-bottom: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../jp_images/hero-testinomials.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../jp_images/hero-testinomials.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.general-header.general-header---host {
  height: 100vh;
  padding-bottom: 0vh;
  -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(rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, .45))), url('../jp_images/Host-family.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../jp_images/Host-family.jpg');
  background-position: 0px 0px, 50% 36%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.general-header.general-header---host.general-header---host-vn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../jp_images/hero-host-vn.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../jp_images/hero-host-vn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.blog-posts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-posts-item-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05);
  text-decoration: none;
}

.post-info {
  padding: 30px;
}

.post-date {
  margin-bottom: 10px;
  font-family: 'IBM Plex Mono';
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding-top: 90px;
  padding-right: 30px;
  padding-left: 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;
}

.header-image {
  position: relative;
  z-index: 1;
  max-height: 750px;
  max-width: 1440px;
}

.header-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 75%;
  background-color: #5ab963;
}

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

.rich-text {
  font-family: 'IBM Plex Mono';
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.rich-text h2 {
  font-family: 'Libre Franklin';
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'IBM Plex Mono';
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Libre Franklin';
  color: #777;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

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

.nav-link {
  margin-right: 15px;
  margin-left: 15px;
  padding: 6px 0px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-align:center;
}

.nav-link:hover {
  box-shadow: inset 0 -3px 0 0 #f9b867;
}

.nav-link.w--current {
  box-shadow: inset 0 -3px 0 0 #f9b867;
  color: #fff;
}

.latest-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 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;
}

.dropdown-link {
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #f9b867 #f9b867 #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.dropdown-link:hover {
  color: #f8b967;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-toggle-2 {
  display: block;
  padding: 6px 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-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.dropdown-toggle-2:hover {
  box-shadow: inset 0 -3px 0 0 #f9b867;
}

.dropdown-toggle-2.dropdown-toggle-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-transition: border-radius 500ms ease;
  transition: border-radius 500ms ease;
}

.dropdown-toggle-2.dropdown-toggle-lang:hover {
  border-radius: 0px;
  box-shadow: none;
}

.text-block-3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.dropdown-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -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-size: 12px;
}

.icon-4 {
  position: static;
  display: inline;
  margin-right: 0px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.dropdown-list-2 {
  background-color: #614c4c;
}

.dropdown-list-2.w--open {
  margin-top: 102px;
  background-color: rgba(0, 0, 0, .46);
}

.dropdown-list-2.dropdown-list-2-2 {
  margin-top: 80px;
}

.image-3 {
  max-width: 90%;
}

.home-mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  padding-right: 25vw;
  padding-left: 25vw;
  -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;
}

.home-mission2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  padding-right: 25vw;
  padding-left: 25vw;
  -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;
}

.p1 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #404040;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.p1.p1-2 {
  width: 60vw;
  max-width: 1640px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.p1.p2-vn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.social-media-text {
  color: #fff;
  font-weight: 400;
}

.social-media-bar {
  position: absolute;
  left: 9%;
  top: 90%;
  bottom: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1px;
}

.line {
  width: 30px;
  height: 1px;
  margin-right: 15px;
  margin-left: 25px;
  background-color: #fff;
}

.social-icon {
  height: 18px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease, border 300ms ease;
  transition: opacity 300ms ease, border 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.drop-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-media-bar-2 {
  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;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 50vh;
  max-width: 1640px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.social-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -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;
}

.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 1650px;
  padding-top: 11%;
  -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: url('../jp_images/Home-About.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.about-image {
  width: 50vw;
  height: 100%;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .37);
}

.about-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding-right: 100px;
  padding-left: 140px;
  -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;
}

.p2 {
  font-size: 21px;
  line-height: 31px;
}

.image-5 {
  position: absolute;
  left: 56vw;
  top: 327px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 35vw;
}

.about-content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  max-width: 1640px;
  margin-bottom: 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;
}

.about-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1640px;
  -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;
}

.networks-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 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;
}

.card-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 25px;
  margin-left: 25px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .32);
}

.card-text {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.home-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
  -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;
}

.testimonial-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1640px;
  margin-top: 50px;
  -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;
}

.testimonial-row.testimonial-row-2 {
  margin-bottom: 50px;
}

.card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .32);
}

.card-text-2 {
  padding-right: 30px;
  padding-left: 30px;
}

.small-text {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.small-text.small-text-2 {
  overflow: hidden;
}

.testimonial-im {
  height: 280px;
}

.testimonial-text-2 {
  margin-top: 0px;
  margin-bottom: -14px;
}

.testimonial-text-2.testinomial-text-2-2 {
  margin-top: 7px;
  margin-bottom: -12px;
  font-size: 60px;
}

.general-name {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 26px;
}

.testimonial-text-3.testimonial-text-3-2 {
  text-align: right;
}

.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  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;
}

.content-container.content-container-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content-container.content-container-4 {
  height: 30vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-container.content-container-host {
  padding-bottom: 300px;
}

.content-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-bottom: 50px;
  -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;
}

.content-wrapper-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-bottom: 50px;
  -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;
}

.content-wrapper-1.content-wrapper-2 {
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper-1.content-wrapper-2.content-wrapper-5 {
  margin-bottom: 65px;
  padding-top: 65px;
  padding-bottom: 65px;
  -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;
  border-top: 2px solid #f8b967;
  border-bottom: 2px solid #f8b967;
}

.content-wrapper-1.content-wrapper-2.content-wrapper-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #f8b967;
}

.content-wrapper-1.content-wrapper-2.content-wrapper-9 {
  border-bottom: 2px solid #f8b967;
}

.content-wrapper-1.content-wrapper-2.content-wrapper-10 {
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 0px;
}

.content-wrapper-1.content-wrapper-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wrapper-1.content-wrapper-6 {
  margin-top: 220px;
  margin-bottom: 220px;
  padding-right: 250px;
  padding-left: 250px;
}

.content-wrapper-1.content-wrapper-7 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 2px solid #f8b967;
}

.content-wrapper-1.content-wrapper-8 {
  display: block;
  width: 50vw;
  max-width: 1100px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.content-wrapper-1.content-wrapper-11 {
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 0px;
}
.content-wrapper-0.content-wrapper-11 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.content-images {
  width: 40vw;
}

.content-images.content-image-2 {
  width: 30vw;
  max-width: 50vw;
}

.content-text {
  width: 50vw;
  padding-right: 5vw;
  padding-left: 5vw;
}

.content-text0 {

  padding-right: 0vw;
  padding-left: 0vw;
}

.content-text.content-text-2 {
  padding-left: 0vw;
}

.content-text0.content-text-3 {
  padding-right: 0vw;
  padding-left: 0vw;
}

.content-text.content-text-4 {
  width: 40vw;
  padding-left: 0vw;
}


.content-text-5 {
margin-left: 20px;
margin-right: 20px;
}
.service-content {
  display: block;
  width: 95vw;
  max-width: 1640px;
  -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;
}

.service-content.service-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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(177deg, #f8b967, #ffd9af);
}

.service-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 73px;
  -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;
}

.card-image {
  width: 800px;
}

.service-card {
  width: 40%;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #fafafa;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .32);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #404040;
  text-decoration: none;
}

.service-card:hover {
  background-color: #404040;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
}

.service-detail-content {
  max-width: 1640px;
}

.contact-promt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 102px;
  -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;
}

.list {
  padding-left: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 21px;
  line-height: 34px;
}

.list-item {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #404040;
  font-size: 21px;
  line-height: 31px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -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-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  max-width: 1640px;
  margin-top: 90px;
  margin-bottom: 90px;
  -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;
}

.location-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 8px;
  -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;
}

.location-text-wrapper {
  margin-left: 40px;
}

.flag {
  width: 80px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .3);
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1640px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 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;
}

.element-inner-wrap {
  width: 900px;
  padding: 30px;
  border-top: 2px solid #f8b967;
}

.form-wrapper {
  margin-bottom: 0px;
}

.input-field {
  height: 50px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(34, 91%, 69%, .6);
  border-radius: 0px;
  box-shadow: inset 0 0 0 -25px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.input-field:hover {
  border-color: #404040;
}

.input-field:active {
  border-color: #404040;
  box-shadow: inset 0 0 0 -25px #000;
}

.input-field:focus {
  border-color: #404040;
}

.input-field.textarea {
  min-height: 200px;
  margin-bottom: 0px;
  padding-top: 15px;
}

.input-field.textarea.textarea-2 {
  min-height: 100px;
}

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

.networks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  margin-bottom: 140px;
  padding-top: 0px;
  padding-bottom: 50px;
  -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-top: 2px solid #f8b967;
  border-bottom: 2px solid #f8b967;
}

.networks-wrapper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 25vw;
  padding-left: 25vw;
  padding-top: 00px;
  padding-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;

}

.up-to-top-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
}

.image-6 {
  width: 15px;
}

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

.silde-3 {
  background-image: url('../jp_images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../jp_images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../jp_images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../jp_images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../jp_images/7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../jp_images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../jp_images/9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../jp_images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../jp_images/11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../jp_images/12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../jp_images/14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../jp_images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-video {
  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;
  cursor: pointer;
}

.image-7 {
  position: absolute;
  width: 7%;
}

.left-arrow {
  position: static;
}

.right-arrow {
  position: static;
}

.lightbox-wrapper-1 {
  display: none;
  margin-top: 16px;
}

.news-light-box {
  margin-top: 25px;
  margin-right: 22px;
  margin-left: 22px;
}

.news-image {
  height: 40vh;
  max-width: auto;
}

.lightbox-news-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -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;
}

.slider {
  width: 50vw;
  height: 65vh;
  margin-left: 5px;
}

.poster-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  -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;
}

._2nd-navbar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: rgba(0, 0, 0, .7);
}

.link-block {
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  color: #f8b967;
}

.link-block.w--current {
  color: #f8b967;
}

._2nd-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1640px;
  -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;
}

.slide-15 {
  background-image: url('../jp_images/15.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../jp_images/16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../jp_images/17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../jp_images/18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../jp_images/19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-20 {
  background-image: url('../jp_images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../jp_images/02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../jp_images/03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-23 {
  background-image: url('../jp_images/04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../jp_images/05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-25 {
  background-image: url('../jp_images/06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-26 {
  background-image: url('../jp_images/07.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-27 {
  background-image: url('../jp_images/08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-28 {
  background-image: url('../jp_images/09.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-29 {
  background-image: url('../jp_images/10_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-30 {
  background-image: url('../jp_images/11_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-5 {
  margin-top: 20px;
  font-size: 16px;
}

.slide-31 {
  background-image: url('../jp_images/01_1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-32 {
  background-image: url('../jp_images/02_1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-33 {
  background-image: url('../jp_images/03_1.JPG');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.slide-34 {
  background-image: url('../jp_images/04_1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-35 {
  background-image: url('../jp_images/05_1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-36 {
  background-image: url('../jp_images/06_1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-37 {
  background-image: url('../jp_images/07_1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-39 {
  background-image: url('../jp_images/09_1.JPG');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.timeline-square {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  max-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;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.timeline-year {
  -webkit-transform: perspective(80px);
  transform: perspective(80px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.timeline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-text {
  position: absolute;
  top: 40vh;
  right: 8vw;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 110px;
  letter-spacing: 1px;
  text-shadow: 14px 14px 20px rgba(0, 0, 0, .75);
}

.timeline-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin-bottom: 40px;
  -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;
}

.timeline-content.timeline-content-2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.timeline-hover-popup {
  margin-top: 30px;
}

.underline {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8b967), to(#f8b967));
  background-image: linear-gradient(180deg, #f8b967, #f8b967);
}

.timeline-image-5 {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8b967), to(#f8b967));
  background-image: linear-gradient(180deg, #f8b967, #f8b967);
}

.timeline-image-6 {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#404040));
  background-image: linear-gradient(180deg, #404040, #404040);
}

.timeline-big-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1640px;
  -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;
}

.timeline-square-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: 50px;
  margin-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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.timeline-square-content.timeline-square-content-2 {
  margin-right: 0px;
  margin-left: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-10 {
  display: none;
}

.testimonials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1640px;
  margin-top: 25px;
  margin-bottom: 75px;
  padding-top: 20px;
  padding-bottom: 60px;
  -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;
  border-bottom: 2px solid #f8b967;
}

.testimonials-wrapper.test-note {
  width: 50vw;
  margin-top: -100px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  text-align: center;
}

.testinomial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -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;
}

.testinomial-content.testimonial-content-2 {
  padding-right: 50px;
  padding-left: 0px;
}

.testinomials-text {
  width: 42vw;
}

.credential {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.credential.credential-2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote {
  margin-bottom: 20px;
}

.testinomial-image-2 {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 200px;
  background-image: url('../jp_images/Test1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, .3);
}

.testinomial-image-2.testinomial-image-3 {
  background-image: url('../jp_images/Test2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testinomial-image-2.testinomial-image-4 {
  background-image: url('../jp_images/Test5.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.testinomial-image-2.testinomial-image-5 {
  background-image: url('../jp_images/Test6.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.testinomial-image-2.tesimonial-image-5 {
  background-image: url('../jp_images/Test7.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.testinomial-image-2.testimonial-image-6 {
  background-image: url('../jp_images/Test13.png');
  background-size: cover;
}

.testinomial-image-2.testimonial-image-7 {
  background-image: url('../jp_images/Test12.png');
  background-size: cover;
}

.testinomial-image-2.testimonial-image-8 {
  background-image: url('../jp_images/Test11.png');
  background-size: cover;
}

.testinomial-image-2.testimonial-image-9 {
  background-image: url('../jp_images/Test10.png');
  background-size: cover;
}

.testinomial-image-2.testimonial-image-10 {
  background-image: url('../jp_images/Test9.png');
  background-size: cover;
}

.testinomial-image-2.testimonial-image-11 {
  background-image: url('../jp_images/Test8.png');
  background-size: cover;
}

.small-line {
  width: 10vw;
  height: 2px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8b967), to(#f8b967));
  background-image: linear-gradient(180deg, #f8b967, #f8b967);
}

.read-more-button {
  color: #ffa331;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.read-more-button:hover {
  text-decoration: underline;
}

.read-less-button {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ffa331;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.read-less-button:hover {
  text-decoration: underline;
}

.read-less-button.w--current:hover {
  text-decoration: underline;
}

.text-block-6 {
  overflow: hidden;
}

.text-block-7 {
  overflow: hidden;
}

.gallery-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -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;
}

.gallery {
  width: 20vw;
  margin-right: 15px;
  margin-left: 15px;
}

.gallery-wrapper {
  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;
}

._3rd-navbar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  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: rgba(0, 0, 0, .7);
}

._3rd-navbar-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-subtext {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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;
}

.title {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f8b967;
  font-size: 21px;
}

.title.title-2 {
  color: #404040;
  font-size: 18px;
}

.form-field-wrapper {
  display: block;
  width: 100%;
  margin-top: 10px;
  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;
}

.select-field {
  width: 150px;
  height: 40px;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 3px;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.form-row.form-row-2 {
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-field-2 {
  height: 50px;
}

.vertical-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.vertical-navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #404040;
  text-decoration: none;
}

.vertical-navlink:hover {
  color: #f8b967;
}

.vertical-navlink.w--current {
  color: #f8b967;
}

.vert-nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #f8b967;
}

.text-block-8 {
  margin-left: 10px;
}

.vertical-navlink-2 {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#404040));
  background-image: linear-gradient(180deg, #404040, #404040);
}

.nav-menu-2 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.languague-link {
  margin-right: 0px;
  margin-left: 15px;
  padding: 6px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.languague-link:hover {
  color: #f8b967;
}

.languague-link.w--current {
  color: #fff;
}

.language-options {
  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;
}

.line-2 {
  width: 2px;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.lang-icon {
  margin-right: 10px;
}

.lang-flag {
  display: none;
}

.lang-flag.w--current {
  display: none;
}

.iyou {
margin: 0 auto;

 width: 100%;
 display:flex;
 text-align: center;
 justify-content: center;
 padding: 30px 20px;
}
.iyou2 {
  text-align: left;
 margin: 0 auto;
 width: 750px;
 padding: 5px;
}

@media (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navigation-container {
    height: 75px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .home-header {
    height: 100vh;
    padding-right: 60px;
    padding-bottom: 10%;
    padding-left: 60px;
  }
  .h1 {
    font-size: 48px;
  }
  .h1.h1-2 {
    width: 55vw;
    font-size: 5vw;
    line-height: 6vw;
  }
  .h1.h1-2.h1-4 {
    text-align: right;
  }
  .h1.h1-3 {
    font-size: 32px;
    line-height: 42px;
  }
  .button.footer-button {
    margin-top: 0px;
  }
  .h2 {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .text-span {
    padding-top: 8px;
    font-size: 24px;
  }
  .h3.h3-black.h3-3 {
    margin-bottom: 10px;
    text-align: left;
  }
  .footer {
    height: 300px;
    padding-bottom: 5%;
  }
  .footer-column {
    display: none;
  }
  .general-header {
    height: 70vh;
    padding-bottom: 0.2vh;
  }
  .general-header.general-header---edu-program {
    height: 70vh;
    padding-right: 4vw;
    padding-bottom: 0px;
    padding-left: 4vw;
  }
  .general-header.general-header---history {
    height: 100vh;
  }
  .general-header.general-header---testimonials {
    padding-right: 4vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../jp_images/hero-testinomials.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../jp_images/hero-testinomials.jpg');
    background-position: 0px 0px, 17% 50%;
  }
  .blog-posts-item {
    width: 50%;
  }
  .header-color {
    height: 85%;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #f9b867;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -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;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav-link.w--current {
    box-shadow: none;
  }
  .icon-2 {
    color: #fff;
    font-size: 32px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .dropdown-link {
    border-style: none solid solid;
    border-top-color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .dropdown-link:hover {
    color: #fff;
  }
  .dropdown-toggle-2 {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .dropdown-toggle-2:hover {
    box-shadow: none;
  }
  .dropdown-toggle-2.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-toggle-2.dropdown-toggle-lang {
    display: none;
    margin-left: 120vw;
    padding: 0px;
    border-style: none;
    border-width: 0px;
  }
  .text-block-3 {
    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;
  }
  .dropdown-2 {
    display: block;
  }
  .icon-4 {
    left: 53vw;
  }
  .dropdown-list-2.w--open {
    margin-top: -8px;
    padding: 3px 32% 6px;
    background-color: transparent;
  }
  .dropdown-list-2.dropdown-list-2-2 {
    display: none;
  }
  .image-3 {
    padding-left: 18px;
  }
  .home-mission {
    height: 80vh;
  }
  .p1 {
    font-size: 24px;
  }
  .p1.p1-2 {
    width: 70vw;
    margin-bottom: 0px;
  }
  .drop-wrapper.drop-lang {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block {
    display: none;
  }
  .social-media-bar-2 {
    margin-top: 10%;
  }
  .footer-content {
    height: 250px;
  }
  .home-about {
    padding-bottom: 80px;
    background-image: linear-gradient(152deg, #f9b867 27%, #ffd9af);
  }
  .about-image {
    width: 80vw;
    margin-bottom: 0px;
  }
  .about-text {
    width: 80vw;
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-text-div {
    margin-top: 30px;
  }
  .p2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
  }
  .image-5 {
    left: 23vw;
    top: 521px;
    right: 33px;
    bottom: 681px;
    width: 50vw;
    max-width: 60%;
  }
  .about-content-1 {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-content-2 {
    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;
  }
  .networks-cards {
    width: 90vw;
    -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;
  }
  .card-1 {
    width: 80vw;
    margin-bottom: 30px;
  }
  .card-text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-row {
    width: 80vw;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-row.testimonial-row-2 {
    margin-bottom: 0px;
  }
  .card-2 {
    width: 80vw;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  .testimonial-text-3 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .testimonial-text-3.testimonial-text-3-2 {
    text-align: center;
  }
  .testimonial-text-3.testimonial-text-3-3 {
    text-align: center;
  }
  .content-container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .content-container.content-container-2.content-container-3 {
    padding-top: 50px;
  }
  .content-container.content-container-host {
    padding-bottom: 0px;
  }

  .content-wrapper-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper-0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper-1.content-wrapper-2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content-wrapper-1.content-wrapper-2.content-wrapper-5 {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content-wrapper-1.content-wrapper-2.content-wrapper-8 {
    margin-bottom: 70px;
  }
  .content-wrapper-1.content-wrapper-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content-wrapper-1.content-wrapper-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-wrapper-1.content-wrapper-6 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .content-wrapper-1.content-wrapper-7 {
    margin-bottom: 70px;
    padding-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content-wrapper-1.content-wrapper-8 {
    width: 80vw;
  }
  .content-images {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .content-images.content-image-2 {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .content-text {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-text.content-text-3 {
    padding-left: 0vw;
  }

  .content-text0 {

    padding-right: 0px;
    padding-left: 0px;
  }

  .content-text0.content-text-3 {
    padding-left: 0vw;
  }

  .content-text.content-text-4 {
    width: 80vw;
    margin-top: 30px;
  }
  .service-content {
    width: 80vw;
  }
  .service-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service-card-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .service-card {
    margin-right: 10px;
    margin-left: 10px;
  }
  .service-detail-content {
    width: 90vw;
  }
  .contact-promt {
    margin-top: 50px;
  }
  .list-item {
    font-size: 18px;
  }
  .about {
    padding-top: 30px;
  }
  .about-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    -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;
  }
  .flag {
    width: 12%;
  }
  .form-content {
    padding: 20px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .element-inner-wrap {
    width: 90vw;
    padding-top: 20px;
  }
  .networks-wrapper2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 75px;
    padding-top: 0px;
    padding-bottom: 50px;
    -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;
  }
  .networks-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-top: 50px;
    margin-bottom: 75px;
    padding-top: 0px;
    padding-bottom: 50px;
    -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-7 {
    width: 15%;
  }
  .lightbox-wrapper-1 {
    width: 80vw;
    -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;
  }
  .news-image {
    height: auto;
    max-height: 40vh;
  }
  .lightbox-news-row {
    -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;
  }
  .slider {
    width: 80vw;
    height: 50vh;
    margin-left: 0px;
  }
  .timeline-square {
    margin-bottom: 15px;
  }
  .timeline-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .big-text {
    top: 31vh;
    font-size: 60px;
    line-height: 60px;
  }
  .timeline-big-wrapper {
    display: none;
  }
  .image-10 {
    display: block;
  }
  .testimonials-wrapper {
    margin-bottom: 40px;
    padding-bottom: 30px;
    -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;
  }
  .testimonials-wrapper.testimonials-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .testimonials-wrapper.test-note {
    width: 80vw;
    margin-top: 0px;
  }
  .testinomial-content {
    margin-top: 15px;
    padding-left: 0px;
  }
  .testinomial-content.testimonial-content-2 {
    padding-right: 0px;
  }
  .testinomials-text {
    width: 80vw;
  }
  .credential {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .credential.credential-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .small-line {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .gallery {
    margin-right: 8px;
    margin-left: 8px;
  }
  .gallery-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-subtext {
    line-height: 28px;
  }
  .vertical-navlink {
    display: none;
  }
  .vertical-navlink-2 {
    display: block;
  }
  .vertical-navlink-2.w--current {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8b967), to(#f8b967));
    background-image: linear-gradient(180deg, #f8b967, #f8b967);
  }
  .languague-link {
    margin-right: 5px;
    margin-left: 5px;
  }
  .line-2 {
    display: none;
  }
  .lang-icon {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .phone-menu-wrapper {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lang-flag {
    display: block;
    margin-left: 20px;
  }
  .lang-flag.w--current {
    display: block;
  }
}

@media (max-width: 767px) {
  .home-header {
    padding-right: 30px;
    padding-left: 30px;
  }
  .h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .h1.cc-black {
    margin-bottom: 50px;
  }
  .h1.h1-2 {
    width: 60vw;
    line-height: 8vw;
  }
  .button.footer-button {
    font-size: 14px;
  }
  .container.cc-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h2 {
    font-size: 32px;
  }
  .h2.h2-white.h2-2 {
    font-size: 24px;
  }
  .text-span {
    padding-top: 8px;
    font-size: 24px;
  }
  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .cta-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .general-header.general-header---edu-program {
    padding-top: 0px;
  }
  .blog-posts-item {
    width: 100%;
  }
  .header-color {
    height: 85%;
  }
  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .icon-4 {
    left: 54vw;
  }  .home-mission {
    height: 50vh;
  }

  .p1 {
    font-size: 18px;
    line-height: 24px;
  }
  .image-5 {
    left: 20vw;
    top: 439px;
    width: 70vw;
  }
  .card-text {
    font-size: 16px;
    line-height: 24px;
  }
  .service-card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-card {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 45px;
    margin-left: 0px;
  }
  .about-content {
    margin-top: 30px;
  }
  .form-content {
    width: 90vw;
  }
  .element-inner-wrap {
    padding: 20px;
  }
  .lightbox-wrapper-1 {
    -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;
  }
}

@media (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }
  .home-header {
    height: 50vh;
    margin-top: -60px;
    padding-top: 20vh;
  }
  .h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }
  .h1.h1-2 {
    width: 50vw;
    font-size: 5vw;
    line-height: 6vw;
  }
  .h1.h1-3 {
    font-size: 28px;
    line-height: 36px;
  }
  .button {
    margin-top: auto;
  }
  .button.footer-button {
    font-size: 12px;
  }
  .button.button-2 {
    margin-top: 5px;
  }
  .h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .h2.h2-white {
    font-size: 21px;
    line-height: 26px;
  }
  .h2.h2-white.h2-2 {
    font-size: 20px;
  }
  .h2.h2-4 {
    width: 80vw;
  }
  .h2.h2-3 {
    font-size: 18px;
    line-height: 24px;
  }
  .text-span {
    padding-top: 5px;
    font-size: 15px;
  }
  .h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .h3.h3-black {
    margin-bottom: 20px;
  }
  .footer {
    height: 220px;
  }
  .footer-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-links-list {
    width: 50%;
  }
  .general-header {
    height: 40vh;
    padding-top: 120px;
    padding-bottom: 0vh;
  }
  .general-header.general-header-2.general-header-3 {
    height: 40vh;
  }
  .general-header.general-header---edu-program {
    height: 50vh;
    margin-bottom: 0px;
  }
  .general-header.general-header---history {
    height: 50vh;
  }
  .general-header.general-header---testimonials {
    height: 35vh;
    padding-top: 0px;
  }
  .general-header.general-header---host {
    height: 35vh;
    padding-top: 0px;
  }
  .header-color {
    height: 85%;
  }
  .dropdown-link {
    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;
    text-align: center;
  }
  .icon-4 {
    left: 31vw;
  }
  .dropdown-list-2.w--open {
    padding-right: 20%;
    padding-left: 20%;
  }
  .image-3 {
    width: 45vw;
    max-width: auto;
  }
  .home-mission {
    height: 45vh;
    padding-right: 17vw;
    padding-left: 17vw;
  }
  .p1 {
    text-align: left;
  }
  .p1.p1-2 {
    width: 80vw;
  }
  .footer-content {
    height: 180px;
  }
  .p2 {
    line-height: 26px;
  }
  .p2.p2-3 {
    font-size: 16px;
  }
  .image-5 {
    left: 15vw;
    top: 344px;
    right: 0px;
    width: 70vw;
    max-width: 100%;
  }
  .about-content-1 {
    margin-bottom: 50px;
  }
  .networks-cards {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-text {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .home-testimonials {
    padding-bottom: 15%;
  }
  .card-2 {
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-text-2 {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .testimonial-im {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .general-name {
    line-height: 20px;
  }
  .content-container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .content-container.content-container-2.content-container-3 {
    padding-top: 10px;
  }
  .content-container.content-container-4 {
    height: 40vh;
  }


  .content-wrapper-1 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .content-wrapper-0 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .content-wrapper-1.content-wrapper-2 {
    padding-top: 26px;
  }
  .content-wrapper-1.content-wrapper-2.content-wrapper-5 {
    margin-bottom: 40px;
  }
  .content-wrapper-1.content-wrapper-2.content-wrapper-10 {
    padding-top: 100px;
  }
  .content-wrapper-1.content-wrapper-6 {
    margin-top: 69px;
    margin-bottom: 69px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-wrapper-1.content-wrapper-8 {
    margin-top: 0px;
  }

  .content-wrapper-1.content-wrapper-11 {
    padding-top: 100px;
  }
  .content-wrapper-0.content-wrapper-11 {
    padding-top: 10px;
  }

  .content-images {
    margin-bottom: 15px;
  }

  .content-text.content-text-3 {
    padding-left: 0vw;
  }

  .content-text0.content-text-3 {
    padding-left: 0vw;
margin-left: auto;
 margin-right: auto;
  }

  .content-text.content-text-4 {
    margin-top: 10px;
  }
  .service-content.service-content-2 {
    margin-top: 0px;
  }
  .service-card-wrapper {
    margin-bottom: 0px;
  }
  .service-card {
    margin-bottom: 23px;
  }
  .contact-promt {
    margin-top: 30px;
  }
  .list {
    padding-left: 10px;
  }
  .list-item {
    line-height: 26px;
  }
  .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 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;
  }
  .about-content {
    width: 80vw;
  }
  .location-content-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .location-text-wrapper {
    margin-left: 15px;
  }
  .flag {
    width: 16%;
    margin-top: 10px;
  }
  .form-content {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .networks-wrapper2 {
    width: 80vw;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0px;
  }
  .networks-wrapper {
    width: 80vw;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0px;
  }
  .image-7 {
    width: 30%;
  }
  .news-light-box {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .lightbox-news-row {
    margin-top: 0px;
    -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;
  }
  .slide-nav {
    display: block;
  }
  .slider {
    width: 100vw;
    height: 35vh;
    margin-bottom: 30px;
  }
  .poster-lightbox {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-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;
    font-size: 16px;
  }
  ._2nd-nav-wrapper {
    width: 100vw;
  }
  .timeline-square {
    width: 280px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .big-text {
    top: 22vh;
    font-size: 30px;
    line-height: 30px;
  }
  .testimonials-wrapper.test-note {
    margin-top: 20px;
  }
  .small-line {
    width: 20vw;
  }
  .gallery {
    width: 35vw;
  }
  .gallery-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-subtext {
    font-size: 18px;
    line-height: 22px;
  }
  .form-row {
    -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;
  }
  .phone-menu-wrapper {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .lang-flag {
    margin-left: 15px;
  }
.iyou {
margin: 0 auto;

 width: 100%;
 padding: 20px 5px;
 text-align: center;
 justify-content: center;
 display: block;
}
.iyou2 {
 margin: 0 auto;
 width:100%;
 padding: 20px 5px;
}



}
