/*front css
	a{ 
	transition: .5s;
	}
	a:hover{
	background:block;
	color:white;
	box-shadow:0px 25px 25px rgba(0,0,0,.5);
	
	}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

li a {
	display: block;
	color: white;
	
	
	text-decoration: none;
}
ul li a:hover{
	color: white ;
	
}
/*top margin space remove */


*{
	margin: 0px;
	padding:0px;
	
}
.list-style-none {
	list-style-type: none;
}
body{
	-webkit-appearance: none!important;
	background-color: #e5e5e5;
}
form.registration-form fieldset {
    display: none;
}

.page-header{
	font-size:40px;
	color:#A3248F;
	text-align:center;
	border-bottom:1px dotted #A3248F;
	margin-bottom:10px;
	padding:5px;
}

.navbar-light .navbar-toggler  {
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler > .navbar-toggler-icon{
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}

form.registration-form fieldset {
    display: none;
}

ul.navbar-nav > li.nav-item > a.nav-link, a.nav-link  {
	color: white ;
	font-size:12px;
}


ul.navbar-nav > li.nav-item > a.nav-link:hover  {
	color: white ;
}

.navbar .dropdown-menu{
	background-color: #A3248F;
}

a.dropdown-item{
	background-color: #A3248F;
	color:#fff;
	font-size:14px;
}

a.dropdown-item:hover{
	background-color: #fff;
	color: #A3248F;
}


.carousel-item  img{
	width:100%;
	height:550px;
	
}
.carousel-caption{
	background-color: #a3248f;
	color: white;
	width: 100%;
	left:0px;
}

/*footer */

/* Add a gray background color and some padding to the footer */

/*space*/
.spacer5{
	
	display:block;
	width:100%;
	height:5px;
	clear:both;
	
}
.spacer10{
	
	display:block;
	width:100%;
	height:10px;
	clear:both;
	
}

.spacer20{
	display:block;
	width:100%;
	height:20px;
	clear:both;
}
.spacer30{
	display:block;
	width:100%;
	height:30px;
	clear:both;
}
.spacer50{
	
	display:block;
	width:100%;
	height:50px;
	clear:both;
	
}
.spacer70{
	
	display:block;
	width:100%;
	height:70px;
	clear:both;
	
}
.spacer100{
	
	display:block;
	width:100%;
	height:100px;
	clear:both;
	
}		

.bg-white{
	background-color:#fff;
}

.well{
	padding: 20px;
	display: block;
	overflow: hidden;
}


.row.vdivide [class*='col-']:not(:last-child):after {
	
	content: "";
	display:block;
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	
}

footer {
	color:#ffffff;
	background-color: #000000;
	padding: 25px;
}
footer > div,
footer > .divider {
	display: inline-block;
	vertical-align: middle;   
}
footer > div {
	padding: 1%;
	text-align: center;
	width:30%;
}

footer > .divider {
	color:#ffffff;
	font-style: normal;
	height: 100px;
	border: 0px solid #888;
	border-right: 1px solid #a94442;
	
}




/*admin sign in FORM */
#logreg-forms{
	width:412px;
	margin:10vh auto;
	background-color:#f3f3f3;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#logreg-forms form {
	width: 100%;
	max-width: 410px;
	padding: 15px;
	margin: auto;
}
#logreg-forms .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
#logreg-forms .form-control:focus { z-index: 2; }
#logreg-forms .form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#logreg-forms button[type="submit"]{ margin-top:10px; }

/*footer link*/



.blue{
	background-color:blue;
	color:white;
	padding:2px;
}

.yellow{
	background-color:yellow;
	color:black;
	padding:2px;
}

.red{
	background-color:red;
	color:black;
	padding:2px;
}

.green{
	background-color:green;
	color:white;
	padding:2px;
}


.text-purple{
	color:purple;
}
div.transbox { 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	opacity: 1;
	font-size: 18px; 
	padding:10px;
	color: #000; 
	text-align: center;
}

.halfwidth{
	padding:180px 0;
	width:100%; 
	position: relative;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}

@media only screen and (max-width: 600px) {
 .halfwidth{
	padding:100px 0;
	width:100%; 
	position: relative;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}
.page-header{
	font-size:16px;
	color:#A3248F;
	text-align:center;
	border-bottom:1px dotted #A3248F;
	margin-bottom:10px;
	padding:5px;
}
div.transbox { 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	opacity: 1;
	font-size: 12px; 
	padding:10px;
	color: #000; 
	text-align: center;
}
}

/*for total score calculation*/
.finalResult{
	
	border-radius:50%;
	width:100px;
	height:100px; 
	border: 2px solid brown; 
	margin:auto; 
	text-align: center; 
	vertical-align: middle; 
	display: table-cell; 
	font-size: 22px;
}

.btn-purple-1{ 
	-webkit-appearance: none!important;
	color: #fff;
	background-color: #A3248F;
	border-color: #A3248F;
}

.border-purple {
    border: solid 2px purple !important;
}