html, body {
   height:100%;
   width: 100%;
   margin: 0;
   margin-top: -20px;
   padding: 0;
   border: 0;
   font-family: 'sky';
   position: relative;
   
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.site-wrapper-inner{
   display: table-cell;
   vertical-align: middle;
   padding-bottom: 40px;
}

/*#hero{
   padding-top: 120px
}*/

#hero .logo  {
   vertical-align: middle;
   text-align: center;
   width: 300px;
   margin-bottom: 30px;
}

.lightseagreen{
   color:lightseagreen;
}

.title{
   font-weight: 700;
   font-size: 32px;
}

.ltr.description{
   letter-spacing: -1px;
   font-size: 16px;
}
.description, p{
   color:#777777;
   line-height: 26px;
}

.rtl{
   direction: rtl;
}

.ltr{
   direction: ltr;
   font-family: 'Montserrat', sans-serif;
}

.icon{
   font-size: 26px;
   
}

footer{
   position: fixed;
   bottom: 0;
   width: 100%;
   background: white;
}
.zeelogo p, .zeelogo img{
	display: inline-block;

}

.zeelogo img{
	width: 100px;
	margin-top: -7px;
}

