/* CSS Document */

.about-area ul {
	margin-left:23px;
}
.about-area li {
    padding-left: 5px;
}
.mb0{
	margin-bottom:0px;
}
h3 {
    color: #27aff5;
    font-weight: normal;
}
h3.mask{
	background-image: url("../images/mask.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    height: 80px;
    padding-left: 75px;
    padding-top: 20px;
}
ul.maskul{
	margin-left:0px;
}
ul.maskul li{
	background-image: url("../images/mask_list.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
	list-style:none;
	padding-left:30px;
}
.nexusblk {
    border-bottom: 2px dashed #ccc;
    border-top: 2px dashed #ccc;
    float: left;
    padding: 30px 0;
}
.nexusblk .nexus {
   display: table-cell;
   margin-right: 30px;
   width: 345px;
}
.nexusblk .details {
	display: table-cell;
	font-size: 17px;
	font-style: italic;
	line-height: 30px;
	padding-left: 30px;
	text-align: justify;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.nexusblk .nexus {
		display: block;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}
	.nexusblk .details {
		display: block;
    	padding: 20px;
	}
}