.receipt p{
	margin-bottom:5px;
}

#frontCover{
	background:url(../image/backimage.jpg) no-repeat center center fixed;
	background-size:cover;
}

#mainCover{
	background:url(../image/wallpaper/one.jpg) no-repeat center center fixed;
	background-size:cover;
	min-height:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

#logCover{
	background:url(../image/back2.jpg) no-repeat center center fixed;
	background-size:cover;
	min-height:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

body, html{
	height:100%;
}

.hvr-fade {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color:#f1f1f1;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098d1;
  color: white;
}

.hvr-fade-cover {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color:#f1f1f1;
  color: #333;
}
.hvr-fade-cover:hover, .hvr-fade-cover:focus, .hvr-fade-cover:active {
  background-color: #2098d1;
  color: white;
}

.quickAccess:hover{
	color:#2098d1;
}

#social{
	padding-right:20px;
}

#btmText{
	display:inline;
}

#btmTextF{
	display:inline;
	padding-right: 25px;
}

#social:hover{
	color:#2098d1;
}

#clock{
	animation-duration:15s;
	animation-name:clock;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
}
@keyframes clock {
	0%{
		transform:rotate(0deg);
	}
	60%{
		transform:rotate(180deg);
	}
	100%{
		transform:rotate(360deg);
	}
}

.masthead{
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    position: relative;
    background-size: cover;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: .1;
}

.mastheadcover{
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    background-size: cover;
    min-height: 100%;
}

.overlaycover{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: .1;
}

.inav{
  border-color: none;
  background-color: none;
}

.outer-div
{
     display: table;
     position: absolute;
     height: 100%;
     width: 100%;
}
.mid-div
{
     display: table-cell;
     vertical-align: middle;
}
.centerthe-div
{
     margin: 0 auto;
     width: 750px;
}

.centerthep-div
{
     margin: 0 auto;
     width: 1000px;
}

.mobile{
	margin: 100px 15px 15px 15px;
}

.mobi{
  margin-left: 15px;
  margin-right: 15px;
}

.myinput{
	background: none;
	border-radius: 19px;
	color: white;
	text-align: center;
}

.outer-divlogo
{
     position: absolute;
     bottom: 30px;
     width: 100%;
}
.inner-divlogo
{
     margin: 0 auto;
     
     height: 50px;
}

.main-div
{
     position: relative;
     top: 50%;
     transform: perspective(1px) translateY(-50%);
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}