/* background page */

.page {
	position: relative;

}

.img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.inner-container {
	position: relative;
	bottom: 80px;
	z-index: 5;

}

.inner-container .h1 {
	font-size: 42px;
}

.bread-crumb li {
	bottom: 40px;
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #1b1464;
	padding-right: 15px;
	margin-right: 12px;
}

.bread-crumb li:before {
	position: absolute;
	right: -3px;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	content: "\f105";
	font-weight: 800;
	font-family: "Font Awesome 5 Free";
}

.bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.bread-crumb li:last-child:before {
	display: none;
}

.bread-crumb li a {
	/* margin-left: 10px; */
	color: #ed284b;
	font-weight: bold;

}

.bread-crumb li a:hover {
	color: #1b1464;
}

.pop {
	/* display: none; */
	margin-left: 50px;
	background-color: #001e57;
	text-align: center;
	border-radius: 0px 15px;
	width: 125px;
	text-align: center;
	left: 67%;
	position: absolute;
	bottom: 100%;
	height: 50px;
}

.popuptext {
	font-size: 10px;
	color: white;
	padding-right: 10px;

}

.popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #001e57 transparent transparent transparent;
}

.icon {
	padding-left: 6px;
	font-size: 12px;
	padding-right: 12px;
}

.icon1 {
	padding-right: 12px;
	font-size: 12px;

}

#subheadings {
	color: #1b1464;
	font-weight: 600;
	font-size: 15px;
}

#subheadingcontent {
	color: black;
	font-weight: 400;
	line-height: 1.7em;
	font-size: 15px;
}

.subheader {
	color: #ed284b;
	font-weight: 600;
	font-size: 15px;
}

.headertext {
	margin-bottom: 40px;
	text-align: center;
	color: #1b1464;
	font-weight: bold;
	font-size: 20px;
	/* letter-spacing: 1.2px; */
}

.headertext1 {
	margin-bottom: 40px;
	text-align: center;
	color: #1b1464;
	font-weight: bold;
	font-size: 20px;
	/* letter-spacing: 1.2px; */
}

@media only screen and (max-width: 767px) {
	
	.pop {

		margin-left: 90px;
		left: 67%;
	}

	.headertext {
		text-align: left !important;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.headertext1 {
		text-align: left !important;
		margin-bottom: 20px;
		margin-top: 20px;
		font-size: 18px;

	}
}

@media only screen and (max-width: 1023px) {
	.pop {

		margin-left: 80px;
		left: 67%;
	}

}

@media only screen and (max-width: 1023px) {
	.pop {

		margin-left: 105px;
		left: 67%;
	}
}