﻿/*===================== 
	Color information
	
	blue #006dd9
    grey #cdd6de
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}

/*===================== 
	@Font-Face 
=======================*/

/*===================== 
	base styles 
=======================*/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Sora", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

svg:not(:root) {
  overflow: hidden; /*reset*/
}

.clear {
  clear: both;
}

img {
  border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 30px;
  font-weight: 700;
}
h1 span {
  font-weight: 400;
}
h2 {
  font-size: 24px;
  font-weight: 700;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

p {
  font-size: 18px;
  margin: 0;
}

.bold {
  font-weight: bold;
}

.btn-1 {
  background: #006dd9;
  transform: skewX(-30deg);
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 0 10px 15px;
  border: none;
}
.btn-1 p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transform: skewX(20deg);
  padding: 0 !important;
  text-align: center;
}
.btn-1 p span {
  font-weight: 400;
}
.btn-1:hover {
  background: #000;
}

.btn-mobile {
  background: #006dd9;
  transform: skewX(-30deg);
  display: none;
  padding: 10px;
  margin: 0px auto 50px auto;
  width: 80%;
  box-sizing: border-box;
  border: none;
}
.btn-mobile p {
  color: #fff;
  font-size: 6vw !important;
  font-weight: 700;
  transform: skewX(20deg);
  padding: 20px 0 !important;
  text-align: center;
}
.btn-mobile p span {
  font-weight: 400;
}
.btn-mobile:hover {
  background: #000;
}

/*===================== 
	link styles 
=======================*/

a:focus {
  outline: thin dotted; /*reset*/
}

a,
a:link,
a:visited,
a:active {
  outline: 0; /*reset*/
  color: #aaa;
  text-decoration: none;
}
a:hover {
  outline: 0; /*reset*/
  text-decoration: none;
  color: #ccc;
}

/*===================== 
	header styles 
=======================*/

.show-sml-1 {
  display: none;
}

.header-wrap {
  font-family: "Sora", sans-serif;
  width: 100%;
  margin: 0;
}

header {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.head-cont-1 {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(50% - 155px);
  background: #006dd9;
  display: flex;
  justify-content: flex-end;
  transform: skewX(-40deg);
  z-index: 500;
}
.head-cont-1:before {
  position: absolute;
  content: "";
  background: #006dd9;
  top: 0px;
  height: 130%;
  width: 20px;
  right: -40px;
}
.head-cont-1:after {
  position: absolute;
  content: "";
  background: #006dd9;
  top: 0px;
  height: 130%;
  width: 20px;
  right: -80px;
}

.head-loco-cont-1 {
  max-width: 345px;
  width: 100%;
  transform: skewX(40deg);
  padding: 20px 10px 20px 10px;
  height: 120px;
  box-sizing: border-box;
}
.head-logo-1 {
  font-size: 33px;
  font-weight: 700;
  color: #fff !important;
  display: block;
}
.head-logo-1 span {
  font-weight: 500;
  color: #fff !important;
}
.head-link-1 {
  font-size: 22px;
  font-weight: 500;
  color: #fff !important;
  display: block;
}
.head-info-1 {
  width: 100%;
  background: #cdd6de;
}
.head-info-1 ul {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
.head-info-1 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 0 0 20px;
}
.head-info-1 ul li a {
  color: #000;
  font-size: 14px;
}
.head-info-1 ul li a:hover {
  color: #006dd9;
}
.head-info-1 ul li a i {
  display: none;
}

/*===================== 
	nav styles 
=======================*/

#menu-button {
  display: none;
}
nav.mobile {
  display: none;
}

nav.primary {
  padding: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background: #fff;
}
nav.primary ul {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1100px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
nav.primary ul li {
  margin: 0;
  list-style-type: none;
  transform: skewX(-20deg);
  border-right: 1px solid #000;
}
nav.primary ul li:last-child {
  border-right: 0px solid #000;
}
nav.primary ul li a:last-child {
  padding: 0 10px 0 20px;
  border-right: 0px solid #000;
}
nav.primary ul li a {
  font-family: "Sora", sans-serif;
  transform: skewX(20deg);
  color: #000;
  font-size: 18px;
  text-decoration: none;
  padding: 0 20px;
  display: block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  font-weight: 700;
}
nav.primary ul li a:hover {
  color: #006dd9;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0;
  color: #fff;
  background: #181818;
  display: block;
  text-align: center;
  border-right: none;
  border-left: none;
  border-bottom: #fff solid 1px;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
  display: none;
  position: absolute;
}
nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav.primary ul li:hover > ul {
  display: block;
  line-height: 18px;
  z-index: 100;
}
nav.primary ul ul li {
  display: block;
  float: none;
  width: 230px;
  position: relative;
  margin: 0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero-1 {
  width: 100%;
  background-image: url("../siteart/hero-img-1.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  height: 43vw;
  min-height: 215px;
  position: relative;
  border-bottom: 90px solid #cdd6de;
}
.wrap-hero-1 .container-1 {
  text-align: right;
  padding-top: 5vw;
  color: #fff;
  text-shadow:
    0 0 10px #000,
    0 0 10px #000;
}

.wrap-hero-1 .container-1 h2 {
  font-size: 50px;
  font-weight: 700;
}
.wrap-hero-1 .container-1 h2 span {
  font-weight: 500;
}
.blue-bar-cont-1 {
  position: absolute;
  width: 100%;
  bottom: calc(-25px - 2vw);
  height: 9vw;
  overflow: hidden;
  max-height: 130px;
  min-height: 70px;
}
.blue-bar-1 {
  position: absolute;
  right: -50px;
  width: 50%;
  height: 7vw;
  max-height: 100px;
  min-height: 60px;
  background: #006dd9;
  transform: skewX(-40deg);
  z-index: 500;
}
.blue-bar-1:before {
  position: absolute;
  content: "";
  background: #006dd9;
  top: 0px;
  height: 130%;
  width: 20px;
  left: -40px;
}
.blue-bar-1:after {
  position: absolute;
  content: "";
  background: #006dd9;
  top: 0px;
  height: 130%;
  width: 20px;
  left: -80px;
}
.about-cont-1 h3 {
  font-size: 24px;
  font-weight: 300;
}
.about-cont-1 h1 {
  padding: 0 0 20px 0;
}
.about-cont-1 p {
  padding: 0 0 20px 0;
}

.wrap-hero-2 {
  width: 100%;
  background-color: #000;
  background-image: url("../siteart/hero-img-2.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  height: 36vw;
  position: relative;
}
.wrap-hero-2 .container-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  color: #fff;
  text-shadow:
    0 0 10px #000,
    0 0 10px #000;
}
.wrap-hero-2 .container-1 h2 {
  font-size: 38px;
  font-weight: 700;
}
.wrap-hero-2 .container-1 h2 span {
  font-weight: 400;
}
.wrap-hero-2 .container-1 ul {
  padding: 20px 0 0 0;
  margin: 0;
}
.wrap-hero-2 .container-1 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  font-size: 22px;
  font-weight: 600;
}
.wrap-hero-2 .container-1 ul li h3 {
  font-size: 24px;
  padding: 15px 0 2px 0;
}
.wrap-hero-2 .container-1 ul li a {
  color: #fff;
}

.about-ico-1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.wrap-hero-3 {
  width: 100%;
  background: url("../siteart/hero-img-3.jpg") no-repeat center left;
  background-size: cover;
  border-bottom: 90px solid #cdd6de;
}
.contact-cont-1 {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
.wrap-hero-3 .container-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  text-shadow:
    0 0 10px #000,
    0 0 10px #000;
  padding: 90px 10px;
}
.wrap-hero-3 .container-1 h2 {
  font-size: 38px;
  font-weight: 700;
}
.wrap-hero-3 .container-1 h2 span {
  font-weight: 400;
}
.wrap-hero-3 .container-1 ul {
  padding: 20px 0 0 0;
  margin: 0;
}
.wrap-hero-3 .container-1 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.wrap-hero-3 .container-1 ul li h3 {
  font-size: 24px;
  padding: 15px 0 2px 0;
}
.wrap-hero-3 .container-1 ul li a {
  color: #fff;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-info-cont {
  width: 100%;
  box-sizing: border-box;
}
.form-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form-inline-1 {
  display: flex;
  flex-wrap: wrap;
}
.thankyou-container {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 10% 10% 10%;
  margin-top: 0;
}

/* Inputs */

.radio-pad {
  padding: 0 0 0 10px;
}

.form-info-cont input,
.form-info-cont date,
.form-info-cont select {
  width: 100%;
  display: block;
  padding: 5px 0 5px 5px;
  font-size: 17px;
  margin: 0 0 15px 0;
  box-sizing: border-box;
}
.form-info-checkbox input[type="checkbox"] {
  padding: 5px 0 5px 5px;
  margin: 0 0 15px 0;
  box-sizing: border-box;
}
.form-info-cont textarea {
  width: 100%;
  display: block;
  padding: 5px;
  font-size: 17px;
  min-height: 120px;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  font-family: "Roboto", sans-serif;
}

select {
  margin: 0;
  padding: 0;
}
.form-inline .btn-1 {
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 10px auto;
}

.CaptchaWhatsThisPanel a {
  color: #000;
}
.CaptchaWhatsThisPanel a:hover {
  text-decoration: underline;
}

/*===================== 
	POP-UP
=======================*/

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-box {
  width: 50%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  padding: 35px;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 15px;
  transition: all 0.2s;
  font-size: 45px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 0 10px 5px 10px;
  background: none;
}
.popup .close:hover {
  color: #386bb0;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}
.popup img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
  display: none;
}
.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 999999;
}
.popup {
  background: #ec2024;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  border: 8px solid #386bb0;
  border-radius: 5px;
  width: 50%;
  max-width: 1200px;
  position: absolute;
  top: 8.5vw;
  left: 0;
  right: 0;
  float: none;
  padding: 4% 0;
  margin: 0 auto;
  text-align: left;
  z-index: 99999999;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.overlay:target .popup {
  top: -280%;
  left: -100%;
}

.popup .wrapper-inner {
  width: 85%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center !important;
}

.popup .wrapper-inner h1 {
  line-height: 45px;
  margin-bottom: 0px;
}

/*===================== 
	banner styles 
=======================*/

/*===================== 
	layout styles 
=======================*/

.wrap {
  width: 100%;
  margin: 0;
}

.container-1 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
.container-2 {
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 10px;
  box-sizing: border-box;
}
.container-thanks {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 10px 20vw 10px;
  box-sizing: border-box;
}

.container-inv {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 10px 80px 10px;
  box-sizing: border-box;
}
.flex-cont-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.col-1-6 {
  width: 16%;
  box-sizing: border-box;
}
.col-1-5 {
  width: 20%;
  box-sizing: border-box;
}
.col-1-4 {
  width: 24%;
  box-sizing: border-box;
}
.col-1-3 {
  width: 33%;
  box-sizing: border-box;
}
.col-1-2 {
  width: 49%;
  box-sizing: border-box;
}
.col-2-3 {
  width: 65%;
  box-sizing: border-box;
}
.col-3-4 {
  width: 75%;
  box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

footer {
  margin: 0;
  width: 100%;
  position: relative;
  border-top: 60px solid #cdd6de;
}

.foot-nav-1 {
  position: absolute;
  left: -50px;
  top: -90px;
  width: calc(50% + 470px);
  background: #006dd9;
  display: flex;
  justify-content: flex-end;
  transform: skewX(-40deg);
  z-index: 500;
}
.foot-nav-1:before {
  position: absolute;
  content: "";
  background: #006dd9;
  bottom: 0px;
  height: 130%;
  width: 20px;
  right: -40px;
}
.foot-nav-1:after {
  position: absolute;
  content: "";
  background: #006dd9;
  bottom: 0px;
  height: 130%;
  width: 20px;
  right: -80px;
}

.foot-nav-1 ul {
  transform: skewX(40deg);
  max-width: 930px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  margin: 15px 0;
}
.foot-nav-1 ul li {
  transform: skewX(-20deg);
  border-right: 1px solid #fff;
  padding: 0;
  margin: 0;
  list-style: none;
}
.foot-nav-1 ul li:last-child {
  border-right: 0px solid #fff;
}
.foot-nav-1 ul li a {
  font-family: "Sora", sans-serif;
  transform: skewX(20deg);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 0 20px;
  display: block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  font-weight: 700;
}
.foot-nav-1 ul li a:hover {
  color: #000;
}
.bottom-foot-1 {
  width: 100%;
  padding: 30px 10px;
  box-sizing: border-box;
}
.bottom-foot-1 p {
  font-size: 16px;
  color: #006dd9;
  text-align: center;
}
.bottom-foot-1 p a {
  color: #006dd9;
}
.bottom-foot-1 p a:hover {
  color: #000;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: none;
  font-size: 13px;
  color: #222;
}
a.footerlink:hover {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}

.footertext {
  font-size: 13px;
  color: #666;
}

.smallfootertext {
  font-size: 10px;
  color: #666;
}

.divfooter {
  max-width: 490px;
  text-align: center;
  margin: 0 auto;
}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1120px) {
  .head-logo-1 {
    font-size: 3vw;
  }
  .head-link-1 {
    font-size: 2vw;
  }
  .head-cont-1 {
    width: auto;
  }
  .head-loco-cont-1 {
    padding: 20px 10px 20px 60px;
  }
  .wrap-hero-2 {
    height: auto;
  }
  .wrap-hero-2 .container-1 {
    padding: 60px 10px;
  }
  .foot-nav-1 {
    left: -50px;
    top: -90px;
    width: calc(100% - 150px);
    padding: 0 0 0 38px;
  }
}

@media screen and (max-width: 940px) {
  .head-info-1 ul li a span {
    display: none;
  }
  .head-info-1 ul li a i {
    display: inline;
  }
}

@media screen and (max-width: 850px) {
  .head-logo-1 {
    font-size: 25px;
  }
  .head-link-1 {
    font-size: 18px;
  }

  .head-loco-cont-1 {
    padding: 20px 10px 20px 60px;
  }

  .foot-nav-1 ul li a {
    font-size: 15px;
  }

  /*==============================
		Mobile Nav Styles			
	================================*/
  nav.primary {
    display: none;
  }
  #menu-button {
    width: 100%;
    display: block;
    font-size: 24px;
    position: relative;
    line-height: 60px;
    z-index: 400;
    text-align: right;
    background: #fff;
  }
  #menu-button a {
    color: #000;
    text-decoration: none;
    padding: 0 10px 0 0;
    font-weight: normal;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #000;
    z-index: 600; /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
  }
  /* MENU HEADER SOCIAL MEDIA */
  nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    word-spacing: 13px;
    padding: 0 0 0 15px;
    color: #ccc !important;
  }

  nav.mobile .social-media a:link,
  nav.mobile .social-media a:visited {
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile .social-media a:hover,
  nav.mobile .social-media a:active {
    color: #fff;
    text-decoration: underline;
  }

  /* MENU HEADER STYLES */
  nav.mobile .mobile_top {
    position: relative;
    display: block;
    padding: 0;
    margin: 15px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
  }

  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle {
    position: absolute;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    top: -4px;
    right: 13px;
  }
  nav.mobile .menu-toggle:hover {
    /* Menu close button on hoveer */
    color: #fff;
  }

  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }
  nav.mobile ul li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
    position: relative;
  }

  /* FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 10px;
    color: #999;
    text-decoration: none;
    border-left: 4px #333 solid;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  nav.mobile ul li a:hover {
    background: rgba(45, 45, 45, 0.5);
    color: #fff;
    border-left: 4px #006dd9 solid; /* border highlight - Change to fit match site colors */
  }

  /* SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }
  nav.mobile ul li li a {
    background: #444;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    border-left: 4px #444 solid;
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile ul li li a:hover {
    background: rgba(65, 65, 65, 0.5);
  }

  /* THIRD LEVEL */
  nav.mobile ul li li li:last-child {
    border: none;
  }
  nav.mobile ul li li li a {
    background: #555;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    color: #ccc;
    text-decoration: none;
    border-left: 4px #555 solid;
  }
  nav.mobile ul li li li a:hover {
    background: rgba(85, 85, 85, 0.5);
  }

  nav.mobile ul li .click {
    /* dropdown menu idicator arrow be sure to include this image with your image files */
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 12399994;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 17px 20px;
    color: #fff;
  }
  .nav-footer {
    color: #006dd9;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0;
  }

  /* FONT AWESOME ICONS */
  nav.mobile ul li a i {
    width: 25px;
    padding: 8px 3px;
    margin: 0 6px 0 0;
    text-align: center;
    background: #292929;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }

  nav.mobile ul li .fa-chevron-down {
    color: #999;
  }

  .grid figure {
    width: 49%;
  }

  .wrap-hero-1 {
    border-bottom: 70px solid #cdd6de;
    height: auto;
  }
  .wrap-hero-1 .container-1 {
    text-align: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .wrap-hero-2 .container-1 {
    display: block;
    text-align: center;
  }
  .wrap-hero-2 .container-1 ul li {
    text-align: center;
  }
}

@media screen and (max-width: 670px) {
  .foot-nav-1 ul li a {
    font-size: 10px;
  }
}

@media screen and (max-width: 570px) {
  .head-cont-1 {
    top: 40px;
    width: calc(85% - 50px);
  }
  .show-sml-1 {
    display: inline;
  }
  .head-info-1 {
    height: 100px;
  }
  .head-info-1 ul {
    justify-content: center;
  }
  #menu-button {
    text-align: left;
    margin: 70px 0 0 0;
  }
  #menu-button a {
    padding: 0 0 0 10px;
  }
  .wrap-hero-1 .container-1 {
    padding-top: 5vw;
  }
  .wrap-hero-1 .container-1 h2,
  .wrap-hero-2 .container-1 h2,
  .wrap-hero-3 .container-1 h2 {
    font-size: 8vw;
  }
  .wrap-hero-2 .container-1 ul li,
  .wrap-hero-3 .container-1 ul li {
    font-size: 5vw;
  }
  .wrap-hero-2 .container-1 ul li h3,
  .wrap-hero-3 .container-1 ul li h3 {
    font-size: 6vw;
  }
  .btn-mobile {
    display: block;
  }
  .about-cont-1 .btn-1 {
    display: none;
  }
  .about-ico-1 {
    display: none;
  }
  .about-cont-1 {
    width: 100%;
  }
  .about-cont-1 h3 {
    font-size: 6vw;
  }
  .about-cont-1 h1 {
    font-size: 8vw;
  }
  .about-cont-1 p {
    font-size: 4vw;
  }
  .foot-nav-1 ul {
    display: none;
  }
  .foot-nav-1 {
    height: 60px;
  }
}
@media screen and (max-width: 342px) {
  .head-logo-1 {
    font-size: 8vw;
  }
  .head-link-1 {
    font-size: 4vw;
  }
}
