.floatleft {
	float: left 
}
.floatright { 
	float: right 
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { 
	outline: 0px solid 
}
img {
    max-width: 100%;
    height: auto;
}
.fix { 
	overflow: hidden 
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body {
	height: 100%; 
}
body{
    font-size: 14px;
}
html::before,
html::after,
body::before,
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: .5px;
  height: .5px;
  border-radius: 50%;
  color: transparent;
}
a, a:hover, a:focus { 
  color:#FFF;
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
    text-decoration: none;
    outline: none;
}

.logo-up {
    margin-bottom: 50px;
}


.adress p{ color:#FFF; }


/* =============================
2. Comming Soon Area
================================*//
.coming-text{
    margin-bottom: 50px;
}
.coming-text h2{
    font-size: 60px;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    text-transform: capitalize;
}
.coming-text p{
    font-size: 20px;
    font-family: Roboto;
    font-weight: 300;
    color: #FFF;
}
.comming-soon-area, .display-table{
    background-image: url(img/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.display-table{
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell{
    vertical-align: middle;
    display: table-cell;
}

