@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2f2e2e;
}
.clearfix{
	content: '';
	clear: both;
	display: table;
}
a{
	color: #337ab7;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'PT Serif', serif;
	color: #fff;
}
img{
	max-width: 100%;
	height: auto;
}
/* top section */
.container-top{
	height:100%;
	overflow:hidden;
	padding-left:50px;
	padding-right:50px;
}
.col-left{
	float:left;
	width:10%;
}
.col-middle{
	float:left;
	width:80%;
	text-align:center;
}
.col-right{
	float:right;
	width:10%;
}
.logo{
	margin-top: 0px;
	margin-bottom: 10px;
}
.login-section{
	margin-top: 0px;
}
.login-section p{
	margin-bottom: 2px;
}
.login-section p span{
	font-weight: 300;
}
.login-section p span.case{
	text-transform: uppercase;
}
.login-section a:hover{
	color: #000;
}
.logo-satikanta{
	margin-top: 0px;
	text-align: right;
}
/* Banner section */
.banner-section{
	border-top: 13px solid #032e71;
	position: relative;
}
.cap{
	position: relative;
	width: 50%;
}
.img-caption{
	background-color: rgba(0, 0, 0, 0.7);
	padding: 30px 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.img-caption h3{
	font-size: 24px;
	line-height: 30px;
	color: #fffefe;
	margin:0 0 5px 0;
}
.img-caption p{
	color: #a9a9a9;
}
.banner-right{
	position: absolute;
	right: 70px;
	top: 50%;
	transform:translateY(-50%);
	z-index: 1;
}
.announcment{
	/* position: relative; */
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	padding: 25px 10px 25px 20px;
	width: 260px;
}
.announcment-text{
	 overflow-y: scroll;
	 height: 150px;
}
.announcment h3{
	color: #111111;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	padding-top: 50px;
}
.announcment-text p{
	color: #111111;
	font-weight: 400;
	margin-bottom: 20px;
}
.mike{
	background-color: #50cdff;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	position: absolute;
	top:-20px;
	left: 30%;
}
.mike img{
	width: auto!important;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
}
.os-content{
	padding: 0px 15px 0 0!important;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track, .os-theme-light > .os-scrollbar > .os-scrollbar-track{
	background: #dedbe7;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{
	background: rgba(56, 54, 111, 1)
}
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle{
	background: rgba(56, 54, 111, .9)
}
.owl-carousel .owl-stage-outer{
	z-index: -1;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: 168px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -48px;
	margin-bottom: 12px;
}
.owl-theme .owl-dots{
	display: none;
}
.owl-carousel .owl-nav button.owl-prev{
	background-color: #4cbcea;
	padding: 10px 15px!important;
	border-radius: 3px;
	border:0;
}
.owl-carousel .owl-nav button.owl-next{
	background-color: #0b8b2d;
	padding: 10px 15px!important;
	border-radius: 3px;
	border:0;
}
.owl-theme .owl-nav [class*=owl-]{
	margin: 1px;
}
.owl-carousel .owl-nav button.owl-prev span{
	/* background-image: url(../images/left-arrow.jpg); */
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 19px;
	height: 7px;
	font-size: 34px;
	color: #fff;
}
.owl-carousel .owl-nav button.owl-next span{
	/* background-image: url(../images/left-arrow.jpg); */
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 19px;
	height: 7px;
	font-size: 34px;
	color: #fff;
}
/* Body Section */
.body-top{
	margin:0 0 30px 0; min-height:425px;
}
.body-top p{
	text-align:justify; line-height: 22px;
}
.heading{
	font-size: 28px;
	line-height: 40px;
	margin-top: 10px;
	color: #111111;
	font-weight: 700;
}
.img-brdr{
	margin-top: 38px;
}
.img-brdr img{
	border: 5px solid #b9ccd7;
}
.body-left p, .body-middle p{
	margin-top: 30px;
	font-weight: 500;
	color: #2f2e2e;
}
a.more {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 7px 12px;
	border: 1px solid #0b8b2d;
	color: #343f49;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: bold;
}
a:hover.more{
	color: #013379;
}
.body-middle h4{
	font-size: 18px;
	line-height: 25px;
	color: #2d3170;
	font-weight: 700;
	margin-top: 20px;
}
.hr-rule{
	margin: 20px 0;
}
.hr-rules{
	margin: 25px 0;
}
.body-right ul{
	list-style:none;
}
.body-right ul li{
	border-radius: 4px;
	padding: 10px 15px;
	margin-bottom:1px;
}
.lblue{
	background-color: #edf2f5;   
}
.icon-img{
	display: table-cell;
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.icon-txt{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.icon-txt h4{
	font-size: 20px;
	color: #111;
}
.icon-txt a{
	 color: #111;
}
.icon-txt a:hover{
	 color: #013379;
}
.icon-img img{
	text-align: center;
	margin: 7px auto 0 auto;
	display:block;
	font-weight: 700;
}
.lgrey{
	background-color: #f5f5fa;
}
/* Body Bottom */
.body-bottom{
	margin-bottom: 40px;
}
.body-bottom h4{
	font-weight: 700;
	line-height: 25px;
	color: #2d3170;
}
.body-bottom p{
	margin-top: 0px;
	font-weight: 500;
	color: #2f2e2e;
}
/* Footer Start */
.footer{
	background-color: #1b1f27;
	padding: 30px;
}
.footer p{
	text-align: center;
	color: #838281;
	font-size: 12px;
	margin-bottom: 0;
}
.footer p span{
	display: inline-block;
	margin-right: 10px;
}
.footer a{
	color: #838281;
	margin:0 5px;
	display: inline-block;
}
.footer a:hover{
	color: #a2acb4;
}
/*---------------Back to top----------------------*/
#back-to-top{
	bottom: 50px;
	position: fixed;
	right: 20px;
	z-index: 999;
}
#back-to-top a{
	text-align:center;
	text-decoration:none;
	color:#d1d1d1;
	display:block;
	width:80px;
	-moz-transition:color 1s; 
	-webkit-transition:color 1s;
	-o-transition:color 1s;
}
#back-to-top a:hover{
	color:#979797;
}
#back-to-top a span{
	display:block;
	height:65px;
	width:60px;
	background:url(../images/backtoTop.png) no-repeat center center;
	-moz-transition:background 1s;
	-webkit-transition:background 1s;
	-o-transition:background 1s;
}
.pagetitle{color:#0b8b2d; padding-left:2px; margin-top:5px; margin-bottom:15px;}
.discussiontitle {
	color: #0b8b2d;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.msg{color:#cc0000; font-style:italic}
.formCover h5 {
	font-size: 1em;
	color:#000000;
	font-family: 'Poppins', sans-serif;
}
.formCover .onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.formCover .onoffswitch-checkbox {
	display: none;
}
.formCover .onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
}
.formCover .onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.formCover .onoffswitch-inner:before, .formCover .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}
.formCover .onoffswitch-inner:before {
	content: "ON";
	padding-left: 10px;
	background-color: #5682c1;
	color: #FFFFFF;
}
.formCover .onoffswitch-inner:after {
	content: "OFF";
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}
.formCover .onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	border: 2px solid #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}
.formCover .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.formCover .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
.formCover .control-group {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: left;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 200px;
	height: 210px;
	margin: 10px;
}
.formCover .control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 15px;
	font-weight:normal;
}
.formCover .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.formCover .control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #dfdfdf;
}
.formCover .control--radio .control__indicator {
	border-radius: 50%;
}
.formCover .control:hover input ~ .control__indicator, .formCover .control input:focus ~ .control__indicator {
	background: #ccc;
}
.formCover .control input:checked ~ .control__indicator {
	background: #5682c1;
}
.formCover .control:hover input:not([disabled]):checked ~ .control__indicator, .formCover .control input:checked:focus ~ .control__indicator {
	background: #5682c1;
}
.formCover .control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.formCover .control__indicator:after {
	content: "";
	position: absolute;
	display: none;
}
.formCover .control input:checked ~ .control__indicator:after {
	display: block;
}
.formCover .control--checkbox .control__indicator:after {
	left: 8px;
	top: 4px;
	width: 3px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.formCover .control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}
.formCover .control--radio .control__indicator:after {
	left: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}
.formCover .control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}
.formCover .select {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.formCover .inputText {
	margin-bottom: 15px;
}
.formCover .select select, .formCover .inputText input {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	border: 1px solid #d3d3d3;
	color: #7b7b7b;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.formCover .select select::-ms-expand {
 display: none;
}
.formCover .select select:hover, .formCover .select select:focus {
	color: #000;
	background: #bfd3ef;
}
.formCover .select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.formCover .select__arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #7b7b7b transparent transparent transparent;
}
.formCover .select select:hover ~ .select__arrow, .formCover .select select:focus ~ .select__arrow {
	border-top-color: #000;
}
.formCover .select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}
.formCover .select select, .formCover .inputText input , textarea{
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	border: 1px solid #d3d3d3;
	color: #7b7b7b;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.table-fixed tbody {
	display: block;
	overflow: auto;
}
.table-fixed thead, .table-fixed tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.dashboard-md-table{
	border: 1px solid #b2d0e3;
	}
.dashboard-md-table .table th {
	background: #00497610;
	color: #004875;
	font-weight: bold;
	border-bottom: 1px solid #00497626!important;
	text-transform: uppercase;
}
.dashboard-md-table .table td, .dashboard-md-table .table th {
	padding: .75rem;
	vertical-align: middle;
	border-top: 1px solid #b2d0e3;
	font-size: 14px;
}
.dashboard-md-table .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.dashboard-md-table .table td, .table th {
	padding: .5em;
	vertical-align: middle;
	border-top: 1px solid #b2d0e3;
	font-size: 14px;
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.dashboard-md-table .answer {
	display: inline-block;
	color: #0b8b2d;
	text-transform: uppercase;
	border: 2px solid #0b8b2d;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 4px;
	border-radius: 6px;
	margin-bottom: 2px;
	width:65px;
	text-align:center;		
}
.dashboard-md-table .answer:hover {
	background-color: #0b8b2d;
	color:#fff;
}
.dashboard-md-table .status {
	color: #d9534f;
	font-size: 12px;
	font-weight: bold;
	margin-right: 4px;
}
.dashboard-md-table .edit {
	display: inline-block;
	color: #2078cf;
	text-transform: uppercase;
	border: 2px solid #2078cf;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 6px;
	width:65px;
	text-align:center;	
}
.dashboard-md-table .edit:hover {
	background-color: #2078cf;
	color:#fff;
}




/* table --------------------*/

.table_data table {
	border-collapse: collapse;
	table-layout: fixed; /*auto;/*fixed;*/
	max-width: 100%;
	padding: 0;
	width: 100%;
	overflow: auto;
	clear: both;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #8cb1d2;
	margin-bottom: 5px;
	margin-top: 5px;
}

	.table_data table thead {
		height: 2.1em;
		line-height: 2.1em;
		color: #FFFFFF;
	}

	.table_data table th {
		padding: 12px 6px;
		font-weight: bold;
		background-color: #8cb1d2; /*background: url("../images/thead-separator.png") no-repeat top right;*/
		line-height: 14px;
		color: #fff;
		text-transform: uppercase;
	}

	.table_data table td {
		border-bottom: 1px dotted #C4CBD2; /*padding: 0 1em;*/
		vertical-align: middle;
		padding: 6px;
		word-wrap: break-word;
	}

		.table_data table td span a {
			font-weight: bold;
			color: #fff;
			background-color: #07c1ef;
			padding: 1px 8px;
			border-radius: 8px;
			margin-top: 5px;
			display: inline-block;
		}

	.table_data table .rounded-button {
		display: inline-block;
		border-radius: 26px;
		width: 22px;
		height: 22px;
		padding: 2px;
		text-align: center;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
		margin: 4px;
	}

		.table_data table .rounded-button em {
			font-size: 14px;
		}

	.table_data table td.right {
		text-align: right;
		padding-right: 3px;
	}

	.table_data table tbody {
		height: 2.1em; /*line-height: 2.1em;*/
	}

	.table_data table tr:nth-child(even) {
		background-color: #F1F4F8;
	}

	.table_data table tbody tr:hover {
		background-color: #def6fd;
	}

	.table_data table tfoot tr {
		height: 2.1em;
	}

	.table_data table .edit_delete_div {
		margin-top: 8px;
	}

	.table_data table img {
		border: none !important;
	}

.table_short_desc {
	width: 40%;
	float: right;
}

.table_data table table {
	border: none;
	width: auto !important;
}

	.table_data table table td {
		border-bottom: none;
	}

		.table_data table table td a {
			background-color: #5bc0de;
			border-color: #46b8da;
			color: #fff !important;
			padding: 6px 12px;
			margin-bottom: 0;
			font-size: 14px;
			font-weight: 400;
			line-height: 1.42857143;
			text-align: center;
			white-space: nowrap;
			vertical-align: middle;
			-ms-touch-action: manipulation;
			touch-action: manipulation;
			cursor: pointer;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			background-image: none;
			border: 1px solid transparent;
			border-top-color: transparent;
			border-right-color: transparent;
			border-bottom-color: transparent;
			border-left-color: transparent;
			border-radius: 4px;
			float: left;
		}

			.table_data table table td a:hover {
				background-color: #0493bd;
				text-decoration: none;
			}


input[type="submit"] {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}

	input[type="submit"]:hover {
		background-color: #0493bd;
	}

input[type="reset"] {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}

input[type="button"] {
	color: #fff;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}







.suchiWrapper{width:100%;clear:both; overflow:hidden; float:none;margin-bottom:2px;}
.suchiItems {width:100%;}
.suchiItems li{
	list-style-type:none;
	position: relative;
	float: left;
	padding: 3px 8px;
	margin: 1px;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	font-size:18px;
	line-height: 32px;
	width:38px;
	border-radius:6px;
	text-align:center;		
	}
.suchiItems li.done{border: 2px solid #3e8f3e; background-color:#e7fae7}
.suchiItems li.notdone{border: 2px solid #e38d13;}
.slug{color:#337ab7!important; font-size:15px; font-style:italic}
.legendWrap{margin-bottom:10px; overflow:hidden; width:180px; float:right}
.legendWrap div{float:left; width:90px; line-height:18px}
.legendWrap div .answered{width:10px; height:10px; margin-top:5px; background-color: #e7fae7;border: 2px solid #3e8f3e; float:left; margin-right:5px;}
.legendWrap div .pending{width:10px; height:10px; margin-top:5px; background-color: #fff;border: 2px solid #e38d13; float:left; margin-right:5px;}



.education-inner {
	height: 100%;
	overflow: hidden;
	padding-top: 5px;
	margin-left: 2%;
	margin-right: 2%;
}

.education-inner ul {
		list-style-type: none;
		padding: 0;
	}

	.education-inner ul li {
		width: 32.3%;
		float: left;
		margin-right: 1%;
		list-style-type: none;
	}

.education-inner ul li img {
		width: 100%;
		height: auto;
		border: 1px solid #dfdfdf;
	}
	.education-inner h4 {
		font-size: 15px;
		font-weight: bold;
		margin: 10px 0;
	}

.comment-row
{
	margin-bottom:20px;
}
.commentedBy
{
   position:relative;
   padding:2px;
   top:2px;
   font-size:0.8em;
   color:#337ab7;
   font-weight:bold;
   border-bottom:1px dotted #dfdfdf;
   margin-bottom:10px;
}
.commentedBy img{ margin-right:5px;}
.comments
{
   position:relative;
   padding:2px;
   margin:2px;
   font-size:1em;
   color:black;
}
.commentTime
{
   padding-left:10px;text-decoration:none!important; font-weight:normal;
}	

.legendsRow{margin-bottom: 20px}	
	
	
	
@media only screen and (max-width: 640px) {
.education-inner ul li {
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
		width: 100%;
	}
}

.menuHead {
	background-color: #8cb1d2;
	text-align: center;
}

	.menuHead h3 {
		margin-top: 6px
	}

.featureBoxes {
	overflow: hidden;
	padding: 20px 0px;
	margin-left: -7px;
	margin-right: -7px;
}

.featureBoxes .featureBox {
		float: left;
		width: 25%;
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 15px;
	}

 .featureBoxes .featureBox3col {
		float: left;
		width: 33%;
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 15px;
	}

.featureBoxes .featureBox .featureBoxInner {
		padding: 15px;
		border: 1px solid #524137;
		background: #fff;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		border-radius: 10px;
		text-align: center;
		background-color: #edf2f5;
		-webkit-box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.75);
		-moz-box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.75);
		box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.75);
		cursor: pointer;
		min-height: 210px;
	}

.featureBoxes .featureBox3col .featureBoxInner {
		padding: 15px;
		border: 1px solid #524137;
		background: #fff;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		border-radius: 10px;
		text-align: center;
		background-color: #edf2f5;
		-webkit-box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.75);
		-moz-box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.75);
		box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.75);
		cursor: pointer;
		min-height: 175px;
	}

		.featureBoxes .featureBoxInner:hover {
			background-color: #ffffff;
		}

	.featureBoxes .featureBox .disabled {
		background-color: #eeedee;
		cursor: not-allowed;
	}

.featureBox .disabled .featureBoxImage img {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.featureBox .disabled .featureBoxImage h5, .featureBox3col .disabled .featureBoxImage h5 {
	color: #032e71 !important;
}

.featureBoxes .featureBox .featureBoxImage {
	margin-bottom: 10px;
	align-items: center;
}

	.featureBoxes .featureBox .featureBoxImage h5, .featureBoxes .featureBox3col .featureBoxImage h5 {
		font-size: 16px;
		line-height: 22px;
		color: #032e71;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
	}

	.featureBoxes .featureBox .featureBoxImage img {
		margin-right: 15px;
		width: 72px;
		height: 74px;
		margin: 0 auto;
	}

.featureBoxes .featureBox .featureBoxContent p {
	color: #262626;
	margin-top: 15px;
	font-size: 13px;
	line-height: 20px;
	min-height: 62px;
	max-height: 62px;
}

@media (max-width:1024px) {
	.featureBoxes .featureBox {
		width: 33.33%;
	}
}

@media (max-width:768px) {
	.featureBoxes .featureBox {
		width: 50%;
	}
	.featureBoxes .featureBox3col {
		width: 50%;
	}
}

.form-group ol {
	margin-left: 15px!important;
}
.tblborder {
	border: 1px solid #8cb1d2;
}

