html, body{
font-family: 'ubuntu', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #5D5D5C;
  letter-spacing: 0.5px;
}
.bg-image{
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/beach1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
background-position: center;
padding: 100px 0px;
height: 100vh;
}
.white{
  color: #fff;
}
.mar-t-100{
margin-top: 100px;
}
.pad-t-100{
  padding-top:100px;
}
.mar-t-50{
  margin-top: 50px;
}
.service{
  font-size: 70px;
    /* margin-top: 80px; */
    top: 20vh;
    position: absolute;
    left: 0;
    width: 100%;
}
.mail-num{
position: absolute;
bottom: 20px;
left: 0;

}
.mail-num a{
  font-size: 25px;
  font-weight: bold;
}
.mail-num a:hover{
color: #fff;
text-decoration: none;
}
.verify{
  padding: 0px;
  text-align: center;
  margin-top: 27vh;
}
.verify li{
font-size: 20px;
  color: #fff;
  list-style: none;
  float: left;
}
.pad-l-10{
		padding-left:10px;
	padding-right:10px;
}

@media (max-width:600px){
	.verify li span{
display:none;
}
	.service{
  font-size: 50px;
    /* margin-top: 80px; */
    top: 20vh;
    position: absolute;
    left: 0;
    width: 100%;
}
.verify li{
font-size: 20px;
  color: #fff;
  list-style: none;
  float: none!important;
}
.verify{
  padding: 0px;
  text-align: center;
  margin-top: 34vh;
}
.mail-num a {
    font-size: 21px;
    font-weight: bold;
}
}


@media (max-width:800px){
	.verify li span{
display:none;
}
	.service{
  font-size: 50px;
    /* margin-top: 80px; */
    top: 20vh;
    position: absolute;
    left: 0;
    width: 100%;
}
.verify li{
font-size: 20px;
  color: #fff;
  list-style: none;
  float: none!important;
}


}
@media (max-width:600px){
	.verify li span{
display:none;
}
	.service{
  font-size: 50px;
    /* margin-top: 80px; */
    top: 20vh;
    position: absolute;
    left: 0;
    width: 100%;
}
.verify li{
font-size: 20px;
  color: #fff;
  list-style: none;
  float: none!important;
}
.verify{
  padding: 0px;
  text-align: center;
  margin-top: 34vh;
}
.mail-num a {
    font-size: 21px;
    font-weight: bold;
}
}