body{
	color: #000;
}
.head-section{
	background-image: url('rscs/bg.png');
	background-size: cover;
	background-position: center;
	width: 100%;
}
.container-fluid{
	padding: 0px;
}
.cr-nav-btn{
	color: #000;
	cursor: pointer;
	padding-top: 40px;
}
.cr-nav-btn:hover{
	background: #4054a4;
	color: #fff;
	transition: 0.3s;
}
.cr-bg-btn{
	background: #4054a4;
	color: #fff;
	padding: 20px;
	width: 50%;
	border-radius: 5px;
}
.cr-btn-med{
	background: #4054a4;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}
.content-section{
	background: yellow;
}
.content-section2{
	background-color: #4054a4;
	color: #fff;
}
.cr-bar-in{
	width: 100%;
	background: #ffb300;
	height: 50px;
	outline: none;
	border: none;
	border-bottom: solid 1px #000;
}
.cr-cs2-tgl{
	background: transparent;
	border: solid 1px #fff;
	border-radius: 5px;
	cursor: pointer;
}
.cr-cs2-tgl:hover{
	transition: 0.3s;
	background: #fff;
	color: #4054a4;
}
.cr-pdc{
	background-color: #364a99;
}
.cr-smnbtn{
	background-color: #ffb300;
	color: #283a81;
	border-radius: 5px;
}
.cr-tcfm{
	position: fixed;
	z-index: 1;
	background-color: #fff;
	overflow-y: scroll;
	height: 0;
	width: 100%;
	top: 0;
	padding: 0;
	transition: 0.5s;
}