/* ---------------------------------------
============================================
Student Attendance Management System
sattend.com
============================================
 -----------------------------------------*/



.sp-a-100{
	margin-top: 100px;
}
.sp-a-20{
	margin-top: 20px;
}
.quote{
	font-weight: bold;
	font-style: italic;
	color: #666;
}

.quote p{
	margin-top: 10px !important;
	font-size: 35px;
	line-height: 1.2;
	text-align: center;
}

.sticky-navigation .main-navigation li{
	margin-right: 2px;
}

.sticky-navigation .main-navigation li:hover{
	background-color: #FF590D;
}

.social-icons li{
	border: 1px solid #FF590D;
	border-radius: 50%;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	transition:all 0.25s ease-in 0s;
	font-size: 18px;
	background-clip: padding-box;
}

.social-icons li:hover{
	background: #FF590D;
	cursor: pointer;
	transition:all 0.25s ease-in 0s;
}

.social-icons li:hover a{
	color: #fff !important;
}

.social-icons li a{
	color: #FF590D !important;
}

footer p{
	border-top: 1px solid #111;
}

.title-custom{
	padding: 5px 20px;
	color: #fff;
}

.title-c1{
	background: #FF590D;
}

.title-c2{
	background: #e6dd4b;
}

.title-c3{
	background: #9b9e85;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active{
	background: #e6dd4b;
}

.fa-warning{
	color: #FF590D ;
}

.testimonials{
	background-image: url('../images/top-img.png');
}

.parallax{
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 50px;
}

.app-brief h2{
	text-align: left;
}

.app-brief .bio-image{
	max-width: 600px !important;
}

.banner-image img{
	margin: 70px auto auto auto;
	max-width: 600px;
}