.wrapper {
  height: 100vh;
  /*This part is important for centering*/
  display: grid;
  place-items: center;
  position: relative;
}
.main{
  height: 60vh;
  width: 100%;
  display: flex;
  justify-content: center;

  position: absolute;
  top: -8px;
}

.typing-demo {
  width: 21ch;
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: monospace;
  font-size: 2em;
  position: relative;
  top: 125px;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}


/*  */
/**** 	Footer 	*******/

.footer {
  position: absolute;
  bottom: 0;
  background-color: #1a1d24;
  padding: 3.5rem 0 0.5rem 0;
  width: 100vw;
}
.contact {
  z-index: 199;
  padding-top: 4rem;
}
.form-control {
  height: auto;
}
.form-horizontal .control-label {
  color: #FFF;
  font-family: 'latoregular', sans-serif;
  font-size: 1rem;
  line-height: 36px;
  text-align: left;
  word-spacing: 1px;
}
/****	footer-contact	*****/

.footer-contact {
/*background-color: #141518; */
  padding: 2.5rem 0 1rem 0;
  background: #000;
}
.footer-contact h4 {
  color: #548DD4;
  font-family: 'kanoregular';
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0 0 1rem 0;
}
/**
.footer-contact p {
  color: #FFF;
font-family: 'latoregular', sans-serif;
  font-size: 1rem;
}
**/
.footer-contact p,
.footer-info span {
  color: #DDD;
  font-size: 1rem;
  font-family: 'latoregular', sans-serif;
}
.address .add-icon {
  color: #fff;
  font-size: 18px;
}
/*******	Footer Follow	********/
.follow h4{
  text-align: center;
  /* display: flex; */

}

.follow ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.follow li {
  float: left;
}
.follow li a {
  color: white;
  display: block;
  font-size: 22px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
}
.follow li a:hover {
  background-color: #548DD4;
}
.footer-sign {
  font-family: 'latoregular', sans-serif;
  margin: 0.7rem 0 0 0;
  color: #777;
}