/*banner*/
.custom-btn-style-1, .custom-btn-style-1:active {
	background: #6a80a9 !important;
}
.tparrows:before {
	color: #fff !important;
}

.home-intro p {
	font-size: 3em;
}

.label {
	display: inline-block;
	border-radius: 3px;
	line-height: 20px;
	margin-bottom: 10px;
}
h2.custom-bar:after {
	border-bottom: 2px solid #6a80a9;
}
.custom-btn-style-2 {
	border-color: #6a80a9 !important;
}


/*latest navbar*/
.exam-list {
	padding-top: 20px !important;
	font-size: 0;
	text-align: left;
}
.exam-list li {
	display: inline-block;
	width: 47%;
	padding: 10px !important;
	margin-left: 2%;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dotted #ddd;
	border-top: 0;
	overflow: hidden;
}
.exam-list li:last-child {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 0;
}
.exam-list li:last-child a {
	margin: 0 auto;
}
.exam-list li a {
	color: #666;
}

.exam-list li a:hover {
	color: #6a80a9;
}
.exam-list li i {
	color: #6a80a9;
}

html section.section-primary {
    background-color: #25272c !important;
    border-color: #25272c !important;
}

.download li {
	color: #c6d4ee;
	line-height: 30px;
}

.custom-background-image-1:before {
	background: none;
}


