.bckimg {
	background: url(img/first.png) no-repeat center;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
}
.pcl {
	color: #7a7e87;
}
.pcl2 {
	color: #2d3b5a;
}
.grad {
    	color: white;
    	background-color: #1ae3e3;
    	border-radius: 0px;
    	height: 50px;
    	padding-left: 75px;
    	padding-right: 75px;
    	border: none;
    }
.grad:hover {
    	color: white;
    	background-color: #1ae3e3;
    }

h1, h2, h3, h4, h5 {
	font-weight: normal
}
.carousel-caption {
	top: 50%;
}

.fullcheck {
	min-height: 590px;
}