

/*
* Author:  developermamun.
* Author URL: https://developermamun.com
* Version: 1.0
*/


.main-header5_img {
	background: url(../../img/bread-crumb.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 300px;
	text-align: center;
	color: white;
	font-weight: 700;
	line-height: 300px;
	font-size: 60px;
}

.main-header5_img h1 {
	text-align: center;
	color: white;
	font-weight: 700;
	line-height: 300px;
	font-size: 60px;
}

.main-header6_img {
	background: url(../../img/bread-crumb.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 300px;
	text-align: center;
	color: white;
	font-weight: 700;
	line-height: 300px;
	font-size: 60px;
}

.main-header6_img h1 {
	text-align: center;
	color: white;
	font-weight: 700;
	line-height: 300px;
	font-size: 60px;
}

.main-header7_img {
	background: url(../../img/bread-crumb.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 300px;
	text-align: center;
	color: white;
	font-weight: 700;
	line-height: 300px;
	font-size: 60px;
}

.main-header7_img h1 {
	text-align: center;
	color: white;
	font-weight: 700;
	line-height: 300px;
	font-size: 60px;
}



.collage_list ul li p {
	margin-bottom: 15px;
}

.collage_list h3 {
	background-color: rgba(0, 0, 0, .05);
	padding: 10px;
	border-radius: 6px;
}

.collage-btn {
	background: none;
	border: 1px solid #193059;
	color: #193059;
	padding: 5px 15px;
	border-radius: 5px;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

.collage-btn:hover {
	background: #193059;
	border-color: #193059;
	color: white;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

.location .location-select {
	border: 1px solid #193059;
	padding: 0px 10px;
}

.collage_search_box {
	background: whitesmoke;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 7px rgba(134, 135, 137, 0.48);
	
}
.degree h5{
	background-color: rgba(0, 0, 0, .05);
	padding: 10px;
}
