body{
	font-size: 14px;
	color: #333;
	background-color: #fff
	letter-spacing:1px;
}


.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.4);

}


.slides-navigation a.next,
.slides-navigation a.prev {

	width: 47px;
	height: 47px;
	background-size: cover;
	background-repeat: no-repeat;
}

.slides-navigation a.next{
	right:20px;
	background-image: url(../icon/next.png);

}

.slides-navigation a.prev{
	left:20px;
	background-image: url(../icon/back.png);

}

.slides-navigation {
	z-index: 6
}

.titleMessage{
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 250px;
    top: 50%;
    z-index: 5;
    text-align: center;
    margin-top: -125px;

}

.titleMessage .heading p {
	color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    font-weight: 100;
    font-family:'Banksia', sans-serif;
    letter-spacing: 7px;

}

.titleMessage .heading .main{
	font-size: 50px;
}

.titleMessage .heading .sub{
	font-size: 23px;
}

.section {
	padding: 100px 0;
}

.aboutImage {
	max-width: 100%
}

.col-md-7 p{
	    text-align: justify;
}

.skillsSection{
	background-color: #ee5253;
	color: #fff

}
