:root { 
	-blue: #007bff; 
	-indigo: #6610f2; 
	-purple: #6f42c1; 
	-pink: #e83e8c; 
	-red: #dc3545; 
	-orange: #fd7e14; 
	-yellow: #ffc107; 
	-green: #28a745; 
	-teal: #20c997;
	-cyan: #17a2b8; 
	-white: #fff; 
	-gray: #868e96; 
	-gray-dark: #343a40; 
	-primary: #007bff; 
	-secondary: #868e96; 
	-success: #28a745; 
	-info: #17a2b8; 
	-warning: #ffc107; 
	-danger: #dc3545; 
	-light: #f8f9fa; 
	-dark: #343a40; 
	-breakpoint-xs: 0; 
	-breakpoint-sm: 576px; 
	-breakpoint-md: 768px; 
	-breakpoint-lg: 992px; 
	-breakpoint-xl: 1200px; 
	-font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol"; 
	-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main,
	nav, section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	min-block-size: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover
	{
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

html {
	box-sizing: border-box
}

div[class*="col-"] {
	float: left
}

p {
	font-size: 16px;
	font-family: 'Open Sans' sans-serif;
	font-weight: 400;
	line-height: 24px;
	color: #878787
}

p:focus {
	border: 0;
	outline: 0
}

a, button {
	text-decoration: none;
	outline: none !important;
	color: #878787;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

a:focus {
	text-decoration: none;
	color: #000
}

h1, h2, h3, h4, h5, h6 {
	margin: 0
}

ul, ol {
	padding-left: 0
}

.btn:focus, button:focus {
	box-shadow: none !important;
	outline: 0
}

img {
	max-width: 100%
}

.btn, button, input, textarea {
	box-shadow: none;
	outline: 0 !important
}

.no-padding {
	padding: 0 !important
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
	.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1,
	.col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
	.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
	.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
	.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
	.col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11,
	.col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1,
	.col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
	.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media ( min-width :576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media ( min-width :768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

nav.navbar {
	position: sticky;
	width: 100%;
	z-index: 9;
	top: 0;
}

/* .header-menu { */
/* 	height: 200px;	 */
/* } */
.header-menu {
	   height: 270px;
}
.header-menu img {
	width: 100%;
	height: 100%;
}
.marquee_div {
    background: #ffdb3e;
    align-items: center;
    display: flex;
    padding: 2px;
}
.marquee_div .blacklinks {
	color: #000;
	text-decoration: none;
}
.header-menu .row {
	align-items: center
}

.header-menu .heading_content h1 {
	font-size: 27px;
	text-align: center;
	font-weight: bold
}



#language-select {
	color: #f1f2f7;
	float: right;
	max-width: 115px
}

#language-select:focus, #language-select:visited {
	border: 0;
	outline: 0
}

img {
	vertical-align: middle;
	border-style: none
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.header_bottom .header_navigation {
	background-color: #17a2b8;
	height: 35px
}

.header_bottom .login_button a {
	background-color: #2c3e50;
	border: 0;
	float: right;
	transition: all .3s ease-in-out;
	border-radius: 5px;
	padding: 6px 25px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 500
}

.header_bottom .login_button a:hover {
	background-color: #4e6a86
}

.header_bottom.head_nav {
	position: fixed;
	width: 100%;
	z-index: 1;
	top: 0
}

.header_navigation .row {
	align-items: center
}

.container-fluid {
	width: 100%;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto;
	margin-left: auto
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}

.navbar>.container, .navbar>.container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar {
	background: #254260;
	border-radius: 0;
	border: 0;
	display: block;
	margin: 0;
	padding: 0
}

.header_nav {
	background-color: transparent;
	margin-bottom: 0
}

[role=button], a, area, button, input:not([type=range]), label, select,
	summary, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner,
	button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block
	{
	width: 100%
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:not([disabled]):not(.disabled) {
	cursor: pointer
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

.navbar-light .navbar-toggler-icon {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3CsvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(0,0,0,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E")
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

.header_list li a {
	font-size: 18px;
	color: #fff;
	font-family: 'Open Sans' sans-serif;
	transition: all .3s ease-in-out
}

.header_list li a:hover {
	color: #104e8d !important
}

.nav-item {
	padding-right: 40px
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar .navbar-nav {
	float: none;
	position: relative;
	padding: .375rem .75rem
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
	text-decoration: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.btn, .button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	transition: all .15s ease-in-out;
	border-radius: 0;
	cursor: pointer
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus, .btn:hover {
	text-decoration: none
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
	opacity: .65
}

.btn:not([disabled]):not(.disabled) {
	cursor: pointer
}

.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active
	{
	background-image: none
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active,
	.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled):active:focus,
	.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.ticker {
	background-color: #672a2a;
	height: 40px;
	overflow: hidden;
	position: relative
}

.ticker h3 {
	font-size: 18px;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: ticker 30s linear infinite;
	-webkit-animation: ticker 30s linear infinite;
	animation: ticker 30s linear infinite
}


.dash-tic {
	height: 34px
}

.dash-tic h3 {
	padding: 6px 0;
	line-height: inherit;
	font-size: 14px;
	float: left;
	white-space: nowrap;
}

.quick_links {
	margin: 8px 0 0 0;
	text-align: center
}

.quick_links .row {
	justify-content: center
}

.quick_links .row .col-md-2 {
	border: 4px solid #0776b7;
	padding: 10px 0;
	border-radius: 10px;
	margin-right: 40px
}

.quick_links img {
	width: 90px;
	height: 100%;
	margin: 0 auto
}

.quick_links .col-md-2:after {
	content: '';
	font-size: 18px;
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.quick_links .col-md-2:hover:after {
	color: #0776b7
}

.quick_links .dashboard:after {
	content: 'View Dashboard'
}

.quick_links .report:after {
	content: 'See Reports'
}

.quick_links .orders:after {
	content: 'Policies'
}

.digital_india {
	display: inline-block
}

.digital_india img {
	width: 100px;
	margin-bottom: 4px;
	margin-top: 5px;
	margin-left: 5px
}

.content.banner {
	padding: 0;
	float: none
}

.content {
	float: left;
	padding: 0 20px;
	width: 100%;
	position: relative
}

#carouselExampleControls .carousel-item img {
	width: 100%;
	display: block
}

#carouselExampleControls .carousel-item:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}

.carousel-item-next, .carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right
	{
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d))
	{ .carousel-item-next
		.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:
		translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

}
.active.carousel-item-right, .carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d))
	{ .sactive .carousel-item-right,.carousel-item-next{-webkit-transform:
		translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

}
.active.carousel-item-left, .carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d))
	{ .active .carousel-item-left,.carousel-item-prev{-webkit-transform:
		translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover,
	.carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M5.250l-44441.5-1.5-2.5-2.52.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M2.750l-1.51.52.52.5-2.52.51.51.54-4-4-4z'/%3E%3C/svg%3E")
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.login-content .login-logo a, .login-content .login-logo p {
	color: #fff
}

.login-logo p {
	font-size: 13px
}





.login-content .login-form .login {
	margin-top: 10px;
	border-radius: 10px;
}

.login-content .login-form input:focus {
	box-shadow: none;
	border-bottom-color: #672a2a
}

::placeholder {
	color: #565353 !important;
	font-size: 13px
}

.login-content .login-form .enter_captcha {
	margin-top: 5px
}

.login-logo {
	text-align: left;
	margin-bottom: 15px;
}
.close_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #f3eeee;
    color: #fff;
    border-radius: 10px;
    padding: 3px;
    font-size: 12px;
}


.login-form .row {
	align-items: center
}

.login-form h4 {
	color: #878787;
	text-align: center;
	margin-bottom: 50px
}

.login-form .checkbox {
	color: #878787
}

.login-form .checkbox label {
	text-transform: none
}

.login-form .btn {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px;
	border: 0;
	border-radius: 5px;
	background-color: #53585d;
	color: #fff;
	font-weight: 600;
}

.login-form .btn:hover {
	background-color: #ffffff;
/*     border: 1px solid #530d10; */
    color: black;
}

.login-form .btn:active {
	background-color: #2c3e50 !important;
	border-color: #2c3e50 !important
}

.login-logo p{
	margin-bottom: 0px;
}



.login-form label a {
	color: #ff2e44
}

.form-group {
	margin-bottom: 10px !important;
	margin-bottom: 1rem;
	position: relative;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff0 inset
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #868e96;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #868e96;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #868e96;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #868e96;
	opacity: 1
}

.form-control::placeholder {
	color: #868e96;
	opacity: 1
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group .form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group .form-control+.form-control {
	margin-left: -1px
}

.input-group .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group .form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active,
	.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled):active:focus,
	.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.navbar .navbar-nav li>a {
	background: none !important;
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 22px;
	font-weight: 600;
	padding: 0;
	position: relative;
	width: 100%
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529 !important;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #868e96;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown {
	position: relative
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

#btnrefresh {
/* 	border-radius: 50%; */
	padding: 6px 8px;
	margin-left: 4px;
/* 	background: #24425e; */
	    background: #ffffff;
    box-shadow: none;
}
button#btnrefresh:hover {
    background: #e8f0fd;
}

#btnrefresh img {
	margin-bottom: 1px
}

.header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f27d;
    background: linear-gradient(90deg, #ff9c15, #47915b) 0 0 no-repeat padding-box padding-box transparent;
    z-index: 1;
}

.header-top a {
    color: #ffffff;
    text-decoration: none;
        display: contents;
}
a {
	cursor: pointer;
}

.header-top-item .header-top-right {
    text-align: right;
}

.header-top-item .header-top-right ul {
    margin: 0;
    padding: 0;
}

ul.input-group-btn {
    display: flex;
    justify-content: end;
}

.header-top-item .header-top-right ul li:first-child {
    margin-right: 5px;
}
.header-top-item .header-top-right ul li {
    list-style-type: none;
    display: inline-block;
        margin: 1px 0;
}


.header-top-item .header-top-right ul li .header-top-btn {
    border: 1px solid white;
    background-color: #00928500;
    border-radius: 5px;
    display: block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p{
	margin-bottom: 0px;
	color: white;
}

.footer-logo
{
	background-color: aliceblue;
    border-radius: 5px;
    padding: 1px;
}

.footer-coundlogo{
	display: flex;
    justify-content: space-between;
    width: 100%;
}




.menu .menutext:hover span {
  transform: translateX(4px);
  opacity: 1;
  position: relative;
  margin-left: 10px; 
}
.menu .menutext span {
  color: #fff;
/*   transform: translateX(320px); */
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
}

/* a.menutext.lihover_icon { */

/*     background-color: #043669; */
/*     border-radius: 5px; */
/*     padding: 10px; */
/*     -webkit-box-shadow:  0 19px 38px rgb(0 0 0 / 13%), 0 15px 12px rgb(0 0 0 / 1%); */
/*     box-shadow: 0 19px 38px rgb(255 255 255 / 13%), 0 15px 12px rgb(255 255 255 / 1%); */
/*     border: 1px solid #043669; */
/* } */

nav .menu li:hover {
    width: auto;
    display: block;
}



h2.navbar-brand {
    letter-spacing: -0.045em;
    font-size: 40px;
}
.password{
/* 	position: absolute; */
/*     z-index: 50; */
/*     padding: 7px; */
/*     font-size: 18px; */
/*     top: 50%; */
/*     right: 0px; */
    cursor: pointer;
}

.slide li {
    list-style-type: disclosure-closed;
    color: white;
}
 
 
.contact {
    margin-top: 30px;
}

.contact-box {
        display: flex;
    justify-content: center;
}

.box {
    width: 500px;
    background-color: white;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
   	padding: 30px 10px 0px 10px;
    border-radius: 10px;;
}

.contact .info-box {
        text-align: center;
}
.contact .info-box i {
    font-size: 32px;
    color: #e96b56;
    border-radius: 50%;
    padding: 15px 20px;
    border: 2px dotted #fef5f4;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
        color: #fff;
}

.contact-input input{
	border: 1px solid #e8f0fd;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    padding: 3px 7px;
    height: 50px;
}

.content h2{
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
}

canvas#canvasCapcha {
    height: 50px;
    border-radius: 0.375rem;
}

button.btn.btn-default.filter-button {
    background-color: aliceblue;
}

button.btn.btn-default.filter-button.active {
    background-color: #033567;
    color: white;
}

#errorDiv {
	color: #b51c1c;
	font-weight: bold;
	margin-top: -15px;
	margin-bottom: 10px;
	font-size: 13px;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 152px;
	height: 90px;
	background-color: #2C3E50;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 23px;
	left: 2px;
	margin-left: 0px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #2C3E50 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltip a {
	color: #fff;
	padding-left: 20px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}

.tooltip a:hover {
	color: #0056b3;
}

.tooltiptext a {
	padding-left: 0;
	color: #e1f10c;
}

.tooltiptext a:hover {
	color: #ffee0c !important;
}

.about_heading {
	color: #17a2b8;
	font-size: 23px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}

.about_content {
	font-size: 16px;
	display: inline-block;
	max-width: 80%;
	padding: 10px;
	text-align: justify;
	color: #672a2a;
}

.about_content p {
	color: #672a2a;
}

.contact_info {
	border: 2px solid #17a2b8;
	border-radius: 5px;
	margin: 10px;
	padding: 10px;
}

.contact_info p {
	color: #672a2a;
}

.contact_info h5 {
	color: #672a2a;
	font-size: 15px;
}

.nav-link.active {
	color: #fbff0a;
}

footer {
/* 	position: fixed; */
	bottom: 0;
	width: 100%;
	background-color: #254260;
	padding: 1px;
	padding-top: 30px
}

.content1.left {
	background-color: #2c3e50;
	color: white;
	height: 23px;
	position: fixed;
	margin-left: 10px;
}

.content2.right {
	background-color: #2c3e50;
	color: white;
	height: 23px;
	float: right;
	margin-right: 10px;
}
/* .middle_content{ */
/* 	height: 485px; */
/*     overflow-y: auto; */
/* } */
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.dropdown-item {
	cursor: pointer;
}

.dropdown-toggle::after {
	display: none;
}

.team_miso h3 {
	color: #17a2b8;
	font-size: 23px;
	text-decoration: underline;
	padding-top: 25px;
}

.team_miso p {
	color: #672a2a;
	font-weight: 500;
	padding: 20px 0 10px;
	font-size: 17px;
}

.team_miso .table {
	width: 90%;
}

.team_miso .table thead th {
	color: #17a2b8;
	font-size: 17px;
	padding: 3px 13px;
	text-align: center;
	border: 1px dotted #000;
}

.team_miso .table tbody td {
	text-transform: capitalize;
	color: #672a2a;
	padding: 3px 13px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	border: 1px dotted #000;
}

.about_us_text {
	max-width: 295px;
	position: absolute;
	/* right: 15px; */
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	background-color: #1fc8db;
	background-image: linear-gradient(141deg, #9fb8ad 0, #1fc8db 51%, #2cb5e8 75%);
	border: 1px solid #ccc;
	border-radius: 10px;
	top: 15px;
	opacity: .9;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: white;
	text-align: left;
	list-style: none;
	background-color: #104e8d;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-item {
	color: #fff !important;
}

.slideshowContainer {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
}

.imageSlides {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	z-index: -1;
	height: -webkit-fill-available;
}

/* add 'visible' class via Javascript */
.visible {
	opacity: 1;
}

.slideshowArrow {
	font-size: 7em;
	color: white;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
	opacity: 0.75;
}

#leftArrow {
	position: absolute;
	left: 4%;
	top: 70%;
	transform: translate(-50%, -50%);
}

#rightArrow {
	position: absolute;
	right: 4%;
	top: 70%;
	transform: translate(50%, -50%);
}

.slideshowCircles {
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.circle {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: solid 2px rgba(255, 255, 255, 0.5);
	transition: 1s ease-in-out;
}

.dot {
	background-color: rgba(255, 255, 255, 0.7);
	border: solid 2px rgba(255, 255, 255, 0.5);
}

.header-menu .heading_content h3 {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	padding-top: 8px;
}

.header-left {
	padding-right: 15px;
}

.navbar .navbar-nav {
	float: none;
	position: relative;
	padding: 0;
}

.nav-item {
	/* padding-right: 40px; */
	padding: 0;
}

.header_bottom .header_navigation {
	background-color: #104e8d;
	height: 35px;
}

.navbar .navbar-nav li>a {
	background: none !important;
	padding: 6.5px 20px;
	background-color: #fecc02;
	color: white;
	cursor: pointer;
}

.navbar .navbar-nav li>a:hover {
	background-color: #030303 !important;
	color: #fff;
}

.navbar .navbar-nav li>a:active {
	background-color: #030303 !important;
	color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top: 6.5px;
	padding-bottom: 6.5px;
}

.login-content {
	max-width: 400px;
	background-color: white;
    padding: 35px 20px 15px 20px;
/*     border-radius: 30px; */
    box-shadow: 0 6px 9px 0 rgb(108 108 108);
    margin-bottom: 40px;
}

.login-content .login-form input {
	border: 1px solid #e8f0fd;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    padding: 3px 7px;
    height: 50px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: black;
    margin-bottom: 5px;
}

.ticker {
	background-color: #facc04;
	height: 40px;
	overflow: hidden;
	position: relative;
}

.dash-tic h3 {
	padding: 6px 0;
	line-height: inherit;
	font-size: 18px;
	float: left;
	white-space: nowrap;
	color: #104e8d;
}

.login-content .login-logo a, .login-content .login-logo p {
	color: #104e8d;
}

a:not([href]):not([tabindex]) {
	color: white;
	text-decoration: none;
}

footer p.p3 {
	font-size: 13px;
	line-height: 24px;
	padding-left: 20%;
	padding-top: 10px;
	color: #fff;
}

footer p.p1 {
	font-size: 13px;
	line-height: 24px;
	float: left;
	padding-left: 10px;
}

footer p.p2 {
	font-size: 13px;
	line-height: 24px;
	float: right;
}

#language-select {
	color: #f1f2f7;
	float: right;
	max-width: 54px;
	/* max-width: 100%; */
}

.header-title{
	color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
        text-shadow: 0px 4px 3px rgb(252 157 55), 0px 8px 13px rgb(255 255 255 / 34%), 0px 18px 23px rgb(0 0 0);
}

.login-btn button {
    border-radius: 12px;
    background-color: rgb(26 48 70);
    width: 100%;
    transition: 0.4s;
    height: 54px;
    font-size: 20px;
    margin: 20px 0;
    border: 0;
    position: relative;
    color: white;
    font-weight: bold;
    overflow: hidden;
}

.login-btn button::before {
    content: "go";
    font: "normal normal normal 14px/1 FontAwesome";
    font-size: 20px;
    font-weight: bold;
    background-color: rgb(200 135 21);
    color: white;
    line-height: 45px;
    display: block;
    transition: 0.4s;
    height: 100%;
    position: absolute;
    top: 0;
    left: -65px;
    width: 65px;
}

.login-btn button:hover {
    padding-left: 65px;
}

.login-btn button:hover::before {
    left: 0;
}

.header-menu .heading_content h1 {
	font-size: 14px;
	text-align: revert;
	font-weight: bold;
	align-items: baseline;
}

h2 {
	font-size: 20px;
}

footer p.p3 {
	font-size: 12px;
	line-height: 24px;
	padding-left: 2%;
	padding-top: 10px;
	color: #fff;
}

footer p.p1 img {
	height: 35px;
}

footer p.p2 img {
	height: 35px;
}

footer p.p3 {
	font-size: 12px;
	line-height: 24px;
	padding-left: 2%;
	padding-top: 10px;
	color: #fff;
}


.nav-item {
	padding-right: 1px;
	border-right: 1px solid #fff;
}

/* .nav-item:hover { */
/* 	background-color: #030303 !important; */
/* 	color: #fff; */
/* } */

.navbar-light .navbar-nav .nav-link {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.navbar-nav .nav-link:hover {
	background-color: #fecc02 !important;
	color: #104e8d;
}

.navbar-nav .nav-link.active {
	background-color: #030303 /* #fecc02 */ !important;
	color: #fff !important;
}

.dropdown-menu {
	border-radius: .25rem;
	margin: 0;
}

a.dropdown-item:hover {
	background-color: #fecc02 !important;
	color: #104e8d;
	border-radius: .25rem;
}

.section {
	padding: 20px;
}
.card {
    border: none !important;
    border-radius: 0 !important;
}
.card-body {
    background: #f1f2f4;
}
.card-header {
    background: #394b71 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
.card-header h4 {
	margin-bottom: 0;	
/* 	border-left: 5px solid #fefefe; */
/* 	border-right: 5px solid #fefefe; */
    padding-left: 10px;
}
.check_list li:before {
    content: '\f101';
    padding-right: 8px;
    color: #bb2c2b;
    font-family: 'FontAwesome';
}
.link_list ul{
	list-style-type: none;
	padding-left: 0 !important;
	margin-bottom: 0 !important
}
.link_list li{
	 background-color: aliceblue;
    margin: 1px 0;
    padding: 10px;
    cursor: pointer;
}
.link_list li:hover {
	background: #fff;
}
.link_list li a {
    color: #fff;
    text-decoration: none;
}
.link_list li a span {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    font-weight: 600;
    color: #ffffff;
    font-size: 110%;
    line-height: 130%;
    margin-left: 10px;
}
.link_list ul li:nth-of-type(1) {
	background: #8c8699;
}
.link_list ul li:nth-of-type(2) {
	background: #ac9d2b;
}
.link_list ul li:nth-of-type(3) {
	background: #69646f;
}
.link_list ul li:nth-of-type(4) {
	background: #60303e;
}
.link_list ul li:nth-of-type(5) {
	background: #00580f;
}
.link_list ul li:nth-of-type(6) {
	background: #bc92b8;
}
ul.newsLink{
	list-style-type: none;
	padding-left: 0 !important;
	margin-bottom: 10px !important
}
.newsdiv ul{
	list-style-type: none;
	padding-left: 0 !important;
	margin-bottom: 0 !important
}
.text-red {
	color: red;
}
.single-event-box-style1 {
    position: relative;
    display: block;
    padding-left: 80px;
    background-color: #ffffff;
    margin: 5px;
}
.single-event-box-style1 .date-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80px;
    background-color: #3d5c37;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*     border-radius: 0 50px 0px 0; */
    padding: 5px;
    overflow: hidden;
}
.single-event-box-style1 .date-box h5 {
    color: #fdf9f7;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: bold;
}
.single-event-box-style1 .date-box p {
    color: #fdf9f7;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}
.single-event-box-style1 .title-box {
    position: relative;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.single-event-box-style1 .title-box .event-time {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.single-event-box-style1 .title-box p {
    font-size: 14px;
    line-height: 1.2;
    margin: 5px 0 0;
}
.single-event-box-style1 .title-box p a {
    color: #3e3f42;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    text-decoration: none;
}
.single-event-box-style1 .title-box p a:hover {
	color: #cb5c20;
}
.single-event-box-style1 .event-time h5{
	margin-bottom: 0;
    color: #752524;
    padding: 2px;
    border-radius: 5px;
    font-size: 16px;
}
.newsdiv {
    background-color: #e6e6e6;
}
.newsLink {
	overflow-y: auto;
    max-height: 600px;
}
.section_owl .item {
    width: 150px;
}
.section_owl .owl-item {
	background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.section_owl {
    background: #eaecef;
}
.section_owl .owl-stage-outer {
    z-index: 9;
}
.section_owl .owl-nav {
    position: absolute;
    top: 29%;
    justify-content: space-between;
    display: flex;
    width: 100%;
}
.section_owl .owl-prev, .section_owl .owl-next {
    z-index: 99;
}
.section_owl .owl-nav span {
    background-color: #752524ad !important;
    padding: 0px 15px !important;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.middle_content {
	flex-grow: 1;
}
.section_owl .owl-carousel {
	position: relative;
}
.pagination {
    background-color: #6f7880;
    justify-content: end;
    padding: 4px;
}

.pagination a {
    color: #FFF;
    float: left;
    margin: 0 5px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #FFF;
}

.pagination a.active {
    color: #080808;
    background-color: #ffdc56;
    border: 1px solid #ffdc56;
}

.pagination a:hover:not(.active) {
    background-color: #FFF;
    color: #000;
}

.adv_marq {
	height: 238px;
}
.single-footer-widget .title .dotted {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #d1143e;
    transform: rotate(-45deg);
    margin-right: 12px;
}
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.single-footer-widget .title {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -3px;
    margin-bottom: 10px;
}
footer ul {
    list-style-type: none;
    margin-bottom: 0 !important;
}
.counter-item p span, .counter-item p {
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    margin-right: 20px;
    padding: 5px 0;
}
.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 5px 0;
}
.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.footer-widget-links ul li {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 26px;
    margin-bottom: 14px;
    width: 50%;
}
.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    color: #d4d6e2;
    font-size: 17px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    text-decoration: none;
}	
.language-select-box {
    line-height: 0;
    border: 1px solid #fff;
    border-radius: 6px;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}
.language-select-box select {
    word-wrap: normal;
    background: #fff0 !important;
    color: #fff;
    border: 1px solid #f0f0f000;
    cursor: pointer;
}
.language-select-box .icon i {
    color: #fff;
}
.language-select-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1px;
}
.language-select-box .icon {
    position: relative;
    display: block;
}
.language-select-box select option {
    color: black;
}
.goog-te-gadget .goog-te-combo {
    margin: 2px 0 !important;
}
img.file-icon {
    width: auto !important;
    padding: 3px;
}
.adv_marq li a {
	color: #000;
	text-decoration: none;
}
.adv_marq li a:hover {
	color: #cb5c20;
	text-decoration: none;
}
.adv_marq li {
    margin: 5px;
}

.header-search-wrapper {
    position: relative;
}
.header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 124%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}
.header-search-wrapper .search-form-main {
    border-top-color: #394a6f;
}
.header-search-wrapper .search-form-main:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #408c40;
    content: "";
    position: absolute;
    right: 0px;
    top: -8px;
}
.header-search-wrapper .search-form-main:before {
    border-bottom-color: #394a6f;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.log_reg .nav-tabs .nav-item.show .nav-link, .log_reg .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #252e52;
    border-color: #dee2e6 #dee2e6 #fff;
}
.log_reg .nav-tabs .nav-item .nav-link, .log_reg .nav-tabs .nav-link {
    color: #000;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #dee2e6;
}
.align-self-center {
	    align-self: center;
}
.log_reg .nav-tabs {
    margin: 5px;
    border: none;
    justify-content: center;
}
.text-red {
	color: red;
}
.justify-content-center {
	justify-content: center;
}
.d-flex {
	display: flex;
}
.br_bottom {
	    border-bottom: 1px solid #0000001f;
}
.main-wrapper {
    opacity: 1;
    transition: all 0.25s ease-in;
    position: relative;
}
.main-wrapper:after, .main-wrapper:before {
    content: "";
    position: fixed;
    filter: blur(12.5rem);
    width: 17.125rem;
    height: 17.125rem;
    border-radius: 100%;
    z-index: -3;
    opacity: .5;
}
.main-wrapper:before {
    background: #4cbc9a;
    top: -8.375rem;
    left: 15px;
}
.main-wrapper:after {
    background: #ff6a59;
    right: -5rem;
    bottom: -5rem;
}
.home_btn {
	position: absolute;
	left: 0;
}
.tbl_scr {
	overflow-y: auto;
    max-height: 400px;
}
thead {
    background: #4f8faf;
    color: #fff;
    position: sticky;
    top: 0;
}
.none {
	display: none;
}
html {
  scroll-padding-top: 20px;
}
.privacy_policy ul, .single-footer-widget ul{
	list-style-type: none;
	padding-left: 0 !important;
	margin-bottom: 0 !important
}
.privacy_policy ul li {
	margin: 10px 0;
}
a#home i {
    font-size: 20px;
}
.marquee_div ul {
	margin-bottom: 0;
	list-style-type:number;
	display: flex;
}
.marquee_div ul li {
	margin: 0 15px;
}
.marquee_div ul li a {
	font-weight: bold;
}
.marquee_div ul li::marker {
    font-weight: bold;
    color: #f00;
}
.input-group-btn a.active {
    background: white !important;
    color: #000 !important;
}
.date-box .date_head {
    background: #9bd9f4;
    padding: 16px 25px 0px 27px;
    border-radius: 0px;
    position: absolute;
    top: -10px;
    left: -34px;
    font-size: 12px;
    transform: rotate(316deg);
    z-index: 0;
    font-weight: bold;
}
.title-box .news_head {
	background: #232020;
    color: #fff;
    padding: 0 5px;
    border-radius: 0 0px 5px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index:9;
    font-size: 12px;
}
.pdf_btn {
    padding: 1px 5px !important;
    margin-left: 5px;
}
thead, tbody, tfoot, tr, td, th {
    border-color: #3f5e8b !important;
}
table th, table td {
	text-align: center;
}
.navbar .active {
	background: #000;
}
.about_us ul{
	list-style-type: none;
	padding-left: 0;
}
.Help_page ul {
	list-style-type: none;
}
.Ldce_page .btn_tab {
	color: #fff;
    background-color: #494c50;
    border-radius: 3px !important;
    margin: 3px;
}
.Ldce_page .btn_tab:hover {
	color: #494c50;
    background-color: #fff;
}
.Faqs_page .accordion-body {
	    color: #295ead;
}
.Faqs_page .accordion-item {
    margin-bottom: 2px;
}

body {
    top: 0 !important;
}

iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
    border: 0;
    visibility: hidden !important;
}

html.translated-ltr body {
    top: 0 !important;
}

.language-select-box {
    line-height: 0;
    border: 1px solid #fff;
    border-radius: 6px;
}
/*  	responsiv		*/

@media screen and (max-width: 1510px) {

	.header-menu .heading_content h1 {
		font-size: 18px;
	}
	.header-menu .heading_content h3 {
		font-size: 18px;
	}
	.heading_content {
		padding-top: 0px;
	}
	.main-head h2 {
		font-size: 30px;
	}
	footer p.p3 {
		font-size: 12px;
		line-height: 24px;
		padding-left: 2%;
		padding-top: 10px;
		color: #fff;
	}
	.header-left {
		padding-right: 5px;
	}
}

@media screen and (max-width: 1399px) {
	
	.header-menu .heading_content h1 {
		font-size: 27px
	}
	
	.header-menu .heading_content h3 {
		font-size: 15px;
	}
	.header-left {
		padding-right: 5px;
	}
	.heading_content {
		padding-top: 8px;
	}
	
	.content {
		padding: 0 8px
	}
}
@media screen and (max-width: 1280px) {
/* 	.header-menu { */
/* 	    height: auto; */
/* 	} */
}
@media screen and (max-width: 1238px) {
	h1 {
		font-size: 2.2rem;
	}
	.header-menu .heading_content h3 {
		font-size: 14px;
	}
	.header-left {
		padding-right: 5px;
	}
	.heading_content {
		padding-top: 8px;
	}
}

@media screen and (max-width: 1199px) {
	header.header {
		background-image: linear-gradient(to right, rgb(255 238 160),
			rgb(255, 217, 51));
		clear: both;
		display: inline-block;
		width: 100%;
	}
	.header-menu .heading_content h1 {
		font-size: 16px;
	}
	.header-menu .heading_content h3 {
		font-size: 12px;
	}
	footer p.p3 {
		font-size: 12px;
		line-height: 24px;
		padding-left: 2%;
		padding-top: 10px;
		color: #fff;
	}
	
	.header_bottom .header_navigation {
		padding: 5px 0
	}
}

@media screen and (max-width: 1106px) {
	.main-head h2 {
		font-size: 22px;
	}
	.header-menu .heading_content h1 {
		font-size: 14px;
	}
}

@media screen and (max-width: 1096px) {
	.header-menu .heading_content h3 {
		font-size: 11px;
	}
	h1 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1050px) {
	h1 {
		font-size: 1.8rem;
	}
	.header-menu .heading_content h3 {
		font-size: 10px;
	}
	
	.header-left img, #language-select img {
		height: 65px !important
	}
	.navbar .navbar-nav li>a {
		font-size: 12px
	}
}

@media screen and (max-width: 1005px) {
	header.header {
		background-image: linear-gradient(to right, rgb(255 238 160),
			rgb(255, 217, 51));
		clear: both;
		display: inline-block;
/*		padding: 5px 15px;*/
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
		.navbar-nav .nav-link {
			display: flex;
		}
		.nav-item {
	    border-right: 0px solid #fff;
	}
	.header-menu {
    height: auto;
}
		
	}

@media screen and (max-width: 767px) {
	.header-menu .heading_content h1 {
		font-size: 12px;
	}
	.header-menu .heading_content h3 {
		font-size: 8px;
	}
	.main-head h2 {
		font-size: 15px;
	}
	footer p.p2 img {
		height: 25px;
	}
	footer p.p1 img {
		height: 25px;
	}
}

@media ( max-width : 576px) {

	.header_bottom .header_navigation {
		padding: 0px 0;
	}
	.navbar-toggler {
		padding: 0.12rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid transparent;
		border-radius: .25rem;
	}
	
	header.header div[class*="col"] {
		padding: 0;
	}
	.content {
		padding: 0 10px
	}
	.content div[class*="col"] {
		padding: 0
	}
	.content .row div[class*="col"] {
		padding: 0 10px
	}
	.single-event-box-style1 .title-box .event-time {
	    display: block;
	}
	.header-top a span {
		font-size: 12px;
	}
	.header-top-item .header-top-right ul li:first-child {
	    font-size: 12px;
	        align-self: center;
	}
	.header-top-item .header-top-right ul li .header-top-btn {
	    font-size: 12px;
	}
	ul.input-group-btn {
	    display: flex;
	    flex-wrap: wrap;
	}
	.language-select-box select {
	    font-size: 12px;
	  }
}

@media ( min-width :992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
}

@media ( min-width :576px) {
	.container {
		max-width: 540px
	}
}

@media ( min-width :768px) {
	.container {
		max-width: 720px
	}
}

@media ( min-width :992px) {
	.container {
		max-width: 960px
	}
}

@media screen and (min-width:768px) {
	.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
		display: block
	}
	.dropdown-menu {
		margin-top: 0
	}
	.dropdown-toggle {
		margin-bottom: 2px
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
		margin-bottom: 0
	}
}
.header-top .media-body a {
    color: #000000;
    text-decoration: none;
    display: contents;
}

.highlighted {
    /* background: rgb(235, 174, 66, 0.6); */
    background: #ff0000;
    padding: 10px;
    border-radius: 4px;
    margin: 0 auto 10px auto;
    width: 50%;
}


.section_owl p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: black;
    margin-top: 5px;
    display: none;
}

/* login page css */
.login_main {
	display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #e2e2e2, #c9d6ff);
}
.login_box {
	position: relative;
	width: 1050px;
	height: 570px;
	max-height: 580px;
	overflow: auto;
	background: #fff;
	margin: 20px;
	border-radius: 30px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.login_head {
	position: relative;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    background: -webkit-linear-gradient(#581616, #72759d);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login_box h1 {
	font-size: 36px;
	margin: 0px 0;
}

.login_box p {
	font-size: 14.5px;
	margin: 5px 0;
	text-align: center;
}

.login_box form {
	width: 100%;
}

.form-box {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	color: #333;
	text-align: center;
	padding: 40px;
	z-index: 1;
	transition: .6s ease-in-out 1.2s, visibility 0s 1s;
}

.login_box.active .form-box {
	right: 50%;
}

.form-box.register {
	visibility: hidden;
}

.login_box.active .form-box.register {
	visibility: visible;
}

.login_box .input-box {
	position: relative;
	margin: 10px 0;
}

.login_box .input-box input {
	width: 100%;
	padding: 13px 50px 13px 20px;
	background: #eee;
	border-radius: 8px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

.login_box .input-box input::placeholder {
	color: #888;
	font-weight: 400;
}

.login_box .input-box i {
	position: absolute;
	right: 20px;
	top: 15px;
/* 	transform: translateY(-50%); */
	font-size: 20px;
}

.login_box .forgot-link {
	margin: -15px 0 15px;
}

.login_box .forgot-link a {
	font-size: 14.5px;
	color: #333;
}

.login_box .btn {
	width: 100%;
	height: 48px;
	background: #7494ec;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.login_box .social-icons {
	display: flex;
	justify-content: center;
}

.login_box .social-icons a {
	display: inline-flex;
	padding: 10px;
	border: 2px solid #ccc;
	border-radius: 8px;
	font-size: 24px;
	color: #333;
	margin: 0 8px;
}

.login_box .toggle-box {
	width: 50%;
    height: 100%;
    background: linear-gradient(45deg, #000000d9, #00000066), url(../login_file/assets/img/ssb_login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 150px;
    transition: 1.8s ease-in-out;
}

/* .login_box .toggle-box::before { */
/* 	content: ''; */
/* 	position: absolute; */
/* 	left: -250%; */
/* 	width: 300%; */
/* 	height: 100%; */
/* 	background: linear-gradient(45deg, black, #00000066), url(../login_file/assets/img/ssb_login.jpg); */
/* 	background-size: cover; */
/*     background-repeat: no-repeat; */
/* 	/* border: 2px solid red; */ */
/* 	border-radius: 150px; */
/* 	z-index: 2; */
/* 	transition: 1.8s ease-in-out; */
	
/* } */

.login_box.active .toggle-box::before {
	left: 50%;
}

.login_box .toggle-panel {
	position: absolute;
	width: 50%;
	height: 100%;
	/* background: seagreen; */
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transition: .6s ease-in-out;
}

.login_box .toggle-panel.toggle-left {
	left: 0;
	transition-delay: 1.2s;
}

.login_box.active .toggle-panel.toggle-left {
	left: -50%;
	transition-delay: .6s;
}

.login_box .toggle-panel.toggle-right {
	right: -50%;
	transition-delay: .6s;
}

.login_box.active .toggle-panel.toggle-right {
	right: 0;
	transition-delay: 1.2s;
}

.login_box .toggle-panel p {
	margin-bottom: 20px;
	    color: #fff;
}

.login_box .toggle-panel .btn {
	width: 160px;
	height: 46px;
	background: transparent;
	border: 2px solid #fff;
	box-shadow: none;
}
.login_box .fa-exclamation {
    background-color: red;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 13px !important;
    margin-right: 5px;
    margin-top: 1px;
    text-align: center;
    padding-top: 2px;
    position: relative !important;
    top: 0px !important;
}
.login_box span.text-danger {
    font-size: 12px;
}

@media screen and (max-width: 650px) {
	
.section {
    padding: 15px 5px;
}

/* 	.login_box { */
/* 		height: calc(100vh - 40px); */
/* 	} */
	.form-box {
		bottom: 0;
		width: 100%;
	}
	.login_box.active .form-box {
		right: 0;
		bottom: 30%;
	}
	.login_box .toggle-box {
	    display: none;
	}
	.toggle-box::before {
		left: 0;
		top: -270%;
		width: 100%;
		height: 300%;
		border-radius: 20vw;
	}
	.login_box.active .toggle-box::before {
		left: 0;
		top: 70%;
	}
	.login_box.active .toggle-panel.toggle-left {
		left: 0;
		top: -30%;
	}
	.login_box .toggle-panel {
		width: 100%;
		height: 30%;
	}
	.login_box .toggle-panel.toggle-left {
		top: 0;
	}
	.login_box .toggle-panel.toggle-right {
		right: 0;
		bottom: -30%;
	}
	.login_box.active .toggle-panel.toggle-right {
		bottom: 0;
	}
}

@media screen and (max-width: 400px) {
	.form-box {
		padding: 20px;
	}
	.login_box .toggle-panel h1 {
		font-size: 30px;
	}
}

form {
    margin: 0px;
}

.faqs-div{
	max-height: 450px;
	overflow: auto;
}


.banner-main-img {
  max-height: 270px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-main-img img {
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain; /* Ensures the entire image is visible */
}


.card-body.newsdiv {
    max-height: 400px;
    overflow: auto;
}

ul.sitemap {
/*     list-style: none; */
/*     padding-left: 0; */
  min-height: 292px;
  margin: 0;
}

/* ul.sitemap li { */
/*     margin-bottom: 15px; */
/* } */

ul.sitemap li a.blacklinks {
  text-decoration: none;
  color: #2c6ecf;
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-block;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}

ul.sitemap li a.blacklinks:hover,
ul.sitemap li a.blacklinks:focus {
  color: #0d6efd;
  border-bottom-color: #0d6efd;
}

/* Responsive tweak for smaller screens */
@media (max-width: 500px) {

  ul.sitemap li a.blacklinks {
      font-size: 1rem;
  }
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 55s linear infinite;
}

.marquee-content {
  display: flex;
  gap: 50px; /* space between items */
  list-style: none;
  padding: 0;
  margin: 0;
}

.marquee-content li {
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(60%);
  }
  100% {
    transform: translateX(-100%);
  }
}
