* {
  box-sizing: border-box;
}
/*whole body itself*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100&display=swap');
body {
  margin: 0;
  font-family: 'Archivo', sans-serif;
}
html {
  scroll-behavior: smooth;
}
video {
  max-width: 100%; max-height: 100%;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*english*/
.dropbtn {
  color: white;
  border: none;
  cursor: pointer;
  margin-right: 5px;
}
.dropbtn img {
  width: 35px;
  height: 35px;
}
.dropdown {
  float: right;
  position: relative;
  display: block;
  top: 10px;
  padding: 10px;
  margin: 0px 10px 0px 10px;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: white;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 8;
  right: 30px;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  font-size: 20px !important;
  margin-left: 0 !important;
  float: left !important;
  text-align: center !important;
}

.dropdown-content a:hover {
  background-color: white !important;
  color: black !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: white;
}

/*japanese*/
.dbtn {
  color: white;
  border: none;
  cursor: pointer;
  margin-right: 5px;
}
.dbtn img {
  width: 35px;
  height: 35px;
}
.ddown {
  float: right;
  position: relative;
  display: block;
  top: 18px;
  padding: 10px;
  margin: 0px 10px 0px 10px;
}

.dcontent {
  display: none;
  position: fixed;
  background-color: white;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 8;
  right: 30px;
}

.dcontent a {
  color: black;
  text-decoration: none;
  font-size: 20px !important;
  margin-left: 0 !important;
  float: left !important;
  text-align: center !important;
}

.dcontent a:hover {
  background-color: white !important;
  color: black !important;
}

.ddown:hover .dcontent {
  display: block;
}

.ddown:hover .dbtn {
  background-color: white;
}
.topnav {
  overflow: hidden;
  background-color: white;
  float: right;
  width: 100%;
  position: fixed;
  z-index: 5;
}
.topnav p {
  float: left;
  margin-left: 140px;
  margin-top: 25px;
  font-size: 25px;
  font-weight: bold;
  color: #3e9d9a;
  text-shadow:1px 1px 3px grey;
}
.topnav a {
  float: right;
  display: block;
  color: black;
  text-align: center;
  padding: 25px 20px;
  text-decoration: none;
  font-size: 25px;
}

.topnav a:hover {
  background-color: #ddd;
  color: white;
}

.topnav .icon {
  display: none;
}



/*navigation bar icon*/
.p_logo .logo {
  max-width: 100%;
  max-height: 100%;
  height: 60px;
  width: 100px;
  padding: 0px 0px 0px 0px;
  margin-top: 5px;
  margin-left: 30px;
  position: fixed;
  border: none;
  border-radius: 10px;
  filter: brightness(100%);
  z-index: 6;
}.j_logo .jlogo {
  max-width: 100%;
  max-height: 100%;
  height: 60px;
  width: 100px;
  padding: 0px 0px 0px 0px;
  margin-top: 10px;
  margin-left: 30px;
  position: fixed;
  border: none;
  border-radius: 10px;
  filter: brightness(100%);
  z-index: 6;
}

/*front page text*/
.intro h1 {
  line-height: 100px;
  letter-spacing: 7px;
  margin: 0;
  padding: 300px 0px 250px 100px;
  text-align: left;
  font-size: 90px;
  color: black;
  text-shadow: 5px 5px grey;
  z-index: 1;
}
.s_text p {
  font-size: 25px;
  margin-right: 200px;
  margin-left: 200px;
  line-height: 45px;
}
.model p {
  font-size: 25px;
}
.employment{
  max-height: 100%;
  max-width: 100%;
}
.employment a {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  cursor: pointer;
  max-width: 100%;
}
.employment img {
  width: 200px;
  opacity: 0.9;
  border-radius: 10px;
}

/*BUSINESS FLOW CHART AND HISTORY*/
.row h2 {
  font-size: 45px;
}
.row p {
  font-size: 25px;
  line-height: 50px;
}

/*SERVICES*/
#services {
  text-decoration: none;
  color: #4a8e8b;
}
#services1 {
  color: #4a8e8b;
  text-align: center;
  font-size: 40px;"
}
/*HR STYLES*/
#hr1 {
  color: #4a8e8b;
  text-align: center;
  font-size: 40px;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}
#busFlow img {
  width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#history {
  margin-right: 15%;
  margin-left: 15%;
  letter-spacing: 0;
}
.column h2 {
  color: #4a8e8b;
  font-family: 'Archivo', sans-serif;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



.abt_us h2 {
  font-family: 'Archivo', sans-serif;
  padding: 50px 50px 0px 50px;
  font-size: 40px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  margin: 0;
}
.abt_us2 img {
  display: block;
  width: 60%;
}

.whatwedo img {
  width: 33.33%;
  float: right;
  padding: 5px;
  cursor: url(cursor.png), auto;
}
.ww_do img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 100%;
  background-color: background-color: rgba(255, 255, 255, 0.5);
}

/*the footer of the page*/
.footer {
  position: relative;
  display: block;
  bottom: 0;
  z-index: 4;
}
.footer p {
  background: steelblue;
  font-size: 20px;
  height: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
.footer img {
  width: 35px;
  border: 0;
  box-shadow: 0;
  display: inline;
}
.footer img {
  background: steelblue;
}
.intro video {
  margin-top: 100px;
  background: white;
  padding: 10px 10px -100px 10px;
}
.a_gallery figure {
  display: table-row;
}


figure.snip1104 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 600px;
  max-height: 300px;
  width: 400px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

figure.snip1104 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.snip1104 img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
}

figure.snip1104 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.snip1104 h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: #000000;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 400;
}

figure.snip1104 h2 span {
  font-weight: 800;
}
.modelo_wrapper {
  height: 1000px;
  max-width: 100%;
}
.wrapper {
  top: 0; 
  bottom: 0;  
  height: 700px; 
  width: 800px; 
  border: 2px solid grey;
}
figure.snip1104:before {
  height: 100%;
  width: 120%;
  top: 0;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}

figure.snip1104 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1104.blue {
  background: #123851;

}

figure.snip1104.blue h2 {
  background: #0a212f;
}

figure.snip1104.red {
  background: #581a14;
}

figure.snip1104.red h2 {
  background: #36100c;
}
figure.snip1104.green {
  background: #5f8a65;
}

figure.snip1104.green h2 {
  background: #0b2513;
}
figure.snip1104.yellow {
  background: #7f5006;
}

figure.snip1104.yellow h2 {
  background: #583804;
}

figure.snip1104:hover img,
figure.snip1104.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1104:hover h2,
figure.snip1104.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}
.vintage h2 {
  top: 50%;
  transform: translate3d(0, 60px, 0);
  text-align: center;
}
.vintage p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.vintage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.vintage:hover:before {
  bottom: 0;
}
.vintage:hover h2 {
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
}
.vintage:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

.box {
  position: relative;
  max-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}
.box .hide {
  opacity: 0;
}
.box .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box h2, .box p {
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}
.box h2 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.box p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.box:hover {
  transition: all 0.3s ease-in-out;
}
.box:hover:before {
  transition: all 0.3s ease-in-out;
}
.box img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}
.box img:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}
.thumbnail {
  width: 25%;
  height: 100%;
  padding: 10px;
  display: inline-block;    
}
@media screen and (max-width: 1000px) {
  .wrapper {
    height: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .a_gallery figure {
    width: 300px;
  }
}

@media screen and (max-width: 1000px) {
  .topnav a:not(:nth-last-child(1)) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
    width: 70px;
  }
}
@media screen and (max-width: 600px) {
  .employment p {
    font-size: 10px;
  }
  .employment button {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    z-index: 5;
  }
  .contact iframe {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .column {
    width: 99%;
    margin: 5px 0px 5px 0px;
    padding: 0;
  }
  .column h2 {
    font-size: 30px;
    padding: 0;
  }
  .column p {
    font-size: 15px;
    line-height: 20px;    
  }
  .column img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .row2 {
    width: 100%;
  }
  .column3 {
    margin: 0;
    width: 100%;
    display: block;
    margin-left: 70px;
  }
  .contact li {
    font-size: 15px;
    text-align: center;
  }
  .contact ul {
    position: relative;
    margin: 0;
  }
  .column3 h2 {
    text-align: center;
    font-size: 25px;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .whatwedo img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .abt_us p {
    font-size: 15px;
    line-height: 20px;
  }

}
@media screen and (max-width: 600px) {
  .abt_us2 img {
    margin: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer p {
    font-size: 8px;
    line-height: 10px;
  }
  .footer img {
    width: 20px;
    margin: 3px;
  }
}
@media screen and (max-width:  1000px) {
  .p_logo {
    position: fixed;
    display: none;
  }
}
@media screen and (max-width:  1400px) {
  .topnav p {
    font-size: 1px;
    display: none;
  }
}

video.vidx {
  height: auto;
  width: 100%;
  z-index: 0;
  margin-top: 50px;
}










