@font-face {
  font-family: Bellefair-Regular;
  src:url(../fonts/Webfonts/Bellefair-Regular.ttf);
}

@-webkit-keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
.headaerTiltle {
  font-size: 4vw;
  width: 88%;
  color: #e4f50b;
  font-family: 'Bellefair-Regular' !important;
  font-weight: bold!important;    
	margin:-7% auto 5%;
	  
}
.home_content {
  text-align: justify; 
  margin-top: -16%;
  font-size: 1.5em;
  margin-left: 190px;
  width: 52%;
}
@media screen and (max-width: 1300px) {
}

.Imagine_it {
	font-size: 60px;
  color: #a93438;
  text-align: center;
  margin-top: -11%;
  margin-bottom: 2%;
  text-shadow:0 1px 0 #000000, 0 2px 0 #ffffff, 0 3px 0 #ffb5b8, 0 4px 0 #ff424800, 0 5px 0 #cc192000, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
