body{
	margin:0px;
	padding:0px;
	background:#000;
	font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
overflow:hidden;
}
a:hover{
	text-decoration:none;
}
.ibsbg{
    background: url(../img/1.jpg);
    height: 645px;
    max-width: 550px;
    background-size: cover;
}
.security{
	 background: url(../img/2.jpg);
    height:645px;
    max-width: 520px;
    background-size: cover;

}

.healthcare{
	 background: url(../img/3.jpg);
    height:645px;
    max-width: 520px;
    background-size: cover;
}
.wg-box-content {
position: relative;
    margin: 0 5px;
}
.padding0{
	padding:0px;
}
.logo img{
    width: 495px;
    padding:0px;
    /* background: #fff; */
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    margin-bottom: -121px;
}

.wg-box-content .wg-box-content-overlay {
	filter: grayscale(100%);
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-overlay{
	
	filter: grayscale(100%);
  opacity: 0.9;
}

.wg-box-content-image{
  width: 100%;
}

.wg-box-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.wg-box-content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.wg-box-content-details p{
  color: #fff;
  font-size: 0.8em;
}

.wg-box-fadeIn-bottom{
  top: 80%;
}
.wg-box-content-title a{
	padding-bottom: 10px;
 color: #fff;
    padding-left: 38px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 2px 5px 21px #fff;
	text-align: center;
    display: block;
}
.text ul li a{
	    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.text ul li{
	    line-height: 30px;
}
.text{
    position: relative;
    top: 210px;
}
.toplogo{
	margin-top: 30px;
    position: absolute;
    width: 100%;
}
.text a img{
    position: relative;
    margin: 0 auto;
    display: block;	
}
.topheader img{
	width:100%;
}
.ntop{
    top: 226px;
}