html {
  position: relative;
  min-height: 100%;
}
body {
  min-height: 50vh;
  margin: 0;
  margin-bottom: 150px;
  font-family: 'Quicksand', sans-serif;
  overflow-x: hidden;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, .5);
}
body a {
  color: inherit;
  text-decoration: none;
}
body .header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 20px;
  background: linear-gradient(100deg, rgba(36, 164, 234, 0), rgba(55, 157, 235, 0) 25%, rgba(183, 107, 240, 0));
  transition: background .25s ease;
}
body .header .name, body .header .contact {
  display: inline-block;
  color: white;
  font-size: 24px;
  line-height: 42px;
  font-smoothing: antialiased;
}
body .header .name {
  font-weight: bold;
}
body .header .contact {
  float: right;
}
body .header.bg {
  background: linear-gradient(100deg, #24A4EA, #379DEB 25%, #B76BF0);
}
body .hero {
  overflow: hidden;
  position: relative;
  height: calc(50vh + 80px);
  min-height: 200px;
  /*background: #ffce54;*/
  background: url(../img/contact.jpg);
  /*background: linear-gradient(100deg, #24A4EA, #379DEB 25%, #B76BF0);*/
}
body .hero .w {
  position: absolute;
  top: 100%;
  left: -25vw;
  right: 0px;
  background: url(https://i.koya.io/whitewave2.svg);
  background-position: center;
}
body .hero .wave {
  height: 200px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
body .hero .wave2 {
  height: 240px;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  background-size: 960px 240px;
  opacity: 0.5;
  left: -80vw;
  right: -5vw;
}
body .hero .wave3 {
  height: 220px;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
  background-size: 880px 220px;
  opacity: 0.33;
  left: 0vw;
  right: -20vw;
}
body .hero .wave4 {
  height: 280px;
  -webkit-transform: translateY(-160px);
          transform: translateY(-160px);
  background-size: 1120px 280px;
  opacity: 0.1;
  left: 0vw;
  right: -40vw;
}
footer {
  position: absolute;
  bottom: 0;
  padding-top: 10px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}
/* quick reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
.image-wrap img {
  width: 540px;
  height: 300px;
}
/* relevant styles */
.image-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.image-text {
  position: absolute;
  padding: 5px;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: rgba(29, 106, 154, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}
.image-wrap:hover .image-text {
  visibility: visible;
  opacity: 1;
}
/* On screens that are 1200px or less */
@media screen and (max-width: 1200px) {
  .image-wrap {
    margin-bottom: 0.5rem !important;
  }
  .image-text {
    left: 15px;
    right: 405px;
  }
}
/* On screens that are 1108px or less */
@media screen and (max-width: 1108px) {
  .image-text {
    left: 15px;
    right: 165px;
  }
}
/* On screens that are 858px or less */
@media screen and (max-width: 858px) {
  .image-text {
    left: 15px;
    right: -15px;
  }
}
.incomplite-img img{
  max-width: 1110px;
  margin-left: 15px;
}
.img-gradient{
  position:relative;
  display:inline-block;
}
.img-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(right, rgba(183,107,240,0.3) 0%, rgba(36,164,234, 0.3) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(183,107,240,0.5)), color-stop(100%,rgba(36,164,234, 0.3))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, rgba(183,107,240,0.3) 0%,rgba(36,164,234, 0.3) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, rgba(183,107,240,0.3) 0%,rgba(36,164,234, 0.3) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(right, rgba(183,107,240,0.3) 0%,rgba(36,164,234, 0.3) 100%); /* IE10+ */
  background: linear-gradient(to left, rgba(183,107,240,0.3) 0%,rgba(36,164,234, 0.3) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient img{
  display:block;
}
