html, body, div, span, object, iframe,
h1,h2,h3,h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}


input, select {
    vertical-align:middle;
}

header {
  font-size: 14px;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  position:fixed;
  top:0;
  z-index:10;
  background-color: white;
}

.header-content {
  width:1170px;
  height: 60px;
}

.logo {
  padding:15px 0;
  font-size: 20px;
}

.top-wrapper {
  background-image: url("img/top.jpg");
  background-position:center center;
  background-size: cover;
  background-color:rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  width:100%;
  height: 700px;
  padding-top: 60px;
  text-align: center;
}

.top-content {
  font-size: 35px;
  padding: 80px 0 40px 0;
  letter-spacing: 4px;
  color:#324444;
  font-weight: bold;
}

.btn-request {
  padding: 15px;
  color:white;
  background: #ffc107;
  display: inline-block;
  width: 250px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
}


@media (max-width:670px) {
  .top-wrapper {
    height: 500px;
  }
  .top-content {
    font-size: 20px;
    letter-spacing: 4px;
    color:#324444;
    font-weight: bold;
    padding-bottom: 80px;
  }

  .feature img {
    width: 80%;
  }



  .work-wrapper {
    width: 100%;
  }
}

.work-wrapper {
  background-color: antiquewhite;
  height: 450px;
  padding-top: 40px;
}

.container {
  width: 1200px;
  margin:0 auto;
  padding:30px 0;
  text-align: center;
}


.work {
  height: 300px;
}
.work-img {
  height: 100px;
}

.image {
  border:4px solid #324444;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  text-align: center;
  display: inline-block;
}

.image p{
  padding-top: 30px;
}

.title{
  font-weight: bold;
  font-size: 18px;
  padding-top: 30px;

}

.subTitle{
  font-size: 14px;
}

@media (max-width:780px) {
  .image {
    border:3px solid #324444;
    width: 130px;
    height: 130px;
  }

  .work-img {
    height: 75px;
  }

  .title{
    font-size: 13px;
  }
  
  .subTitle{
    font-size: 10px;
  }

  .work-wrapper {
    height: 380px;
  }
}

@media (max-width:670px) {
  .image {
    border:2px solid #324444;
    width: 80px;
    height: 80px;
  }

  .image p{
    padding-top: 20px;
  }

  .work-img {
    height: 45px;
  }

  .title{
    font-size: 10px;
    width: 85px;
  }
  
  .subTitle{
    font-size: 10px;
    width: 85px;
  }

  .work-wrapper {
    height: 320px;
  }
}

.feature-wrapper  {
  background-color:  rgb(170, 211, 212);
}

.feature {
  padding-top: 20px;
}

.feature-content {
  width: 640px;
  text-align: center;
  display: inline-block;
  background-color: white;
  padding: 10px 0;
}

.feature-content p{
  margin-left: 14px;
  margin-right: 14px;
  font-size: 15px;
}

.flow-wrapper {
  background-color:  rgb(172, 169, 169);
  font-size: 25px;
  color:white;
}

@media (max-width:780px) {
  .feature img {
    width: 100%;
  }

  .feature-content {
    width: 100%;
  }

  .feature h2{
    font-size: 20px;
  }

  .feature p{
    font-size: 11px;
  }
}

@media (max-width:670px) {
  .feature img {
    width: 100%;
  }

  .feature-content {
    width: 100%;
  }

  .feature h2{
    font-size: 14px;
  }

  .feature p{
    font-size: 10px;
  }
}

.flow {
  border: 2px solid white;
  margin: 10px 0;
  width: 200px;
  height: 50px;
  padding-top: 5px;
}

.flow-wrapper p{
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 10px;
}

@media (max-width:780px) {
  .flow {
    font-size: 80%;
  }
}

@media (max-width:670px) {
  .flow {
    font-size: 60%;
    padding-top: 12px;
  }
}

.can {
  background-image: url("img/can.jpg");
  background-position:center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding-top: 60px;
  text-align: center;
  font-size: 50px;
  scroll-padding-top: 30px;
}
.voice-wrapper {
  background-color:  white;
  height: 1000px;
  width: 100%;
  text-align: center;
}

.ppl-img{
  height: 100px;
}

.voice-content {
  padding:10px 50px 50px 50px;
}

.voice span{
  border-bottom:solid 3px #ffc107;
}

@media (max-width:670px) {
  .voice span{
    font-size: 18px;
  }

  .voice p{
    font-size: 13px;
  }
}

.ppl {
  padding-top: 30px;
}

.voice-title{
  padding-top:20px;
  font-size: 50px;
  font-weight: bold;
}

.voice {
  width: 660px;
  display: block;
  background-color: white;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:780px) {
  .voice{
    width: 100%;
  }

  .voice-wrapper {
    height: 1100px;
  }
}

.question-wrapper {
  background-image: url("img/qa.jpg");
  background-position:center center;
  background-color:rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-size: cover;
  width: 100%;
  height: 1000px;
}

.imagePpl {
  border:4px solid #324444;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  text-align: center;
  display: inline-block;
}

.imagePpl p{
  padding-top: 20px;
}

.containerQa p{
  margin-bottom: 0;
}
.titleQa {
  padding-top: 30px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color:#324444;
}

.qa {
  padding-top: 20px;
}
.question {
  padding: 10px 0;
  background-color: rgb(172, 169, 169);
}
.answer {
  padding: 10px 0;
  background-color: white;;
}

.last {
  padding-top: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color:#324444;
}
.last-btn {
  padding-top: 20px;
  text-align: center;
}

.canMoji {
  padding-top: 150px;
}
.canSpan {
  display:inline-block;
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 10px #777,-2px 2px 10px #777,2px -2px 10px #777,-2px -2px 10px #777;
}

@media (max-width:780px) {

  .canMoji {
    padding-top: 50px;
  }

  .canSpan {
    font-size: 70%;
  }

  .can {
    width: 100%;
    height: 300px;
  }
}

@media (max-width:670px) {
  .qa {
    font-size: 8px;
  }
    
  .canSpan {
    font-size: 50%;
  }
 
  .last {
    font-size: 80%;
  }
}
