body{
	margin:0px;
	padding:0px;
	position:relative;
}
body:after{
	content: '';
    background: url(/images/under-construction/pattern-dot.png) center center !important;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 0;
}
.page-wrap{
	position:relative;
	z-index:1;
}

.r1{
	background: url(/images/under-construction/bg-uc1.jpg) no-repeat center center !important; 
	background-size: cover  !important;
}

.r2{
	background: url(/images/under-construction/bg-uc2.jpg) no-repeat center center !important; 
	background-size: cover  !important;
}

.r3{
	background: url(/images/under-construction/bg-uc3.jpg) no-repeat center center !important; 
	background-size: cover  !important;
}

.r4{
	background: url(/images/under-construction/bg-uc4.jpg) no-repeat center center !important; 
	background-size: cover  !important;
}

.r5{
	background: url(/images/under-construction/bg-uc5.jpg) no-repeat center center !important; 
	background-size: cover  !important;
}

.r6{
	background: url(/images/under-construction/bg-uc6.jpg) no-repeat center center !important; 
	background-size: cover  !important;
}

.r7{
	background: url(/images/under-construction/bg-uc7.jpg) no-repeat center center !important; 
	background-size: cover  !important;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: -4px;
}

.vcenter{
	
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.banner.image {
    background-size: cover;
	height:331px;
	box-shadow:none !important;
}



.banner-h1-label{
	color:#fff !important;
	font-size:20px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.banner-span-label{
	font-size:40px;
	color:#fff;
}

.banner-span-label-light{
	font-size:25px;
}

.site-domain-name:before{
	  content:'-----';
	  height: 50px;
	  width: 200px;
	  text-decoration:line-through;
}

.site-domain-name:after{
	  content:'-----';
	  height: 50px;
	  width: 200px;
	  text-decoration:line-through;
}

.site-domain-name{
	font-size:40px;
	color:#fff;
}
.site-domain-name i{
	padding:0px 15px;
}

.sosical-icons{
	border:2px solid #fff;
	border-radius:50%;
	display:inline-block;
	color:#fff;
	width:38px;
	height:38px;
	margin-right:10px;
}

.sosical-icons:hover{
	background:#fff;
	color:#333;	
}

.sosical-icons .fa{  
	line-height:34px;
}


