
html,
body {
    background-color: #000000;
    font-size: 16px;
    color:#6B6B6B;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'robotoregular';
    font-weight: 300;
}


img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

p {
    margin: 0 0 30px;
    min-height: 10px;

}
.clear {
    clear: both;
}
ol,
ul {
    list-style: none;
    padding: 0;
}
img {
    max-width: 100%;
}

.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}




/* For Portfolio Section*/
.portfolio-item {
	margin-bottom:20px;
}

.portfolio-wrapper2{
    margin-top:25px;
}
.portfolio-wrapper2 .portfolio-item.width-img{
    width:100%;
    overflow:hidden;
    height:243px;
}
.portfolio-wrapper2 .portfolio-item.width-img img{
    width:100%;
}
