* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: "Montserrat" !important;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}

a {
	text-decoration: none !important;
	outline: none !important;
}

a img {
	border: none;
}

.clr {
	clear: both;
}

.box {
	padding-left: 0px;
	padding-right: 0px;
}

p {
	font-size: 16px !important;
}

.h-100 {
	height: 100% !important;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.blinking-text {
	font-size: 12px !important;
	animation: blink 1s infinite;
}

.logo-main {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #005388;
	background-position: top center;
}

.logo-innar {
	width: 100%;
	height: auto;
}

.logo-innar h1 {
	font-size: 27px;
	color: #1651A9;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 31px;
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 10px;
}

.logo-innar h2 {
	font-size: 24px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
	font-weight: 600;
}

.logo-innar h3 {
	font-size: 14px;
	color: #262626;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
	font-weight: 600;
}

.logo-innar p {
	font-size: 14px;
	color: #005388;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px 0px 10px 0px;
	font-weight: 600;
	letter-spacing: 1px;
}

.logo-left {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.logo-left-image {
	width: 100%;
	height: auto;
}

.logo-left-image img {
	width: 140px;
	height: auto;
}

.logo-right {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.logo-right-image {
	width: 100%;
	height: auto;
}

.logo-right-image img {
	height: 130px;
	width: 260px;
}

.section-1 {
	background-color: #BBBDF6;
	background-repeat: repeat;
	position: relative;
}

.section-1::before {
	content: "";
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.logo-main,
.logo {
	position: relative;
	z-index: 1;
}

.three-main {
	width: 100%;
	height: auto;
}

.three-innar {
	width: 100%;
	padding: 10px;
	box-shadow: 0px 0px 10px 0px #ccc;
	margin-bottom: 40px;
	background: #fff;
	overflow: scroll;
	overflow-x: hidden;
}

.three-innar h1 {
	color: black;
	font-weight: 600;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.three-innar h1 span {
	font-size: 16px;
	color: #005388;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-left: 12px;
	text-transform: uppercase;
}

.three-innar h1 i {
	font-size: 16px;
	color: #005388;
	margin-right: 5px;
}

.three-innar hr {
	width: 100%;
	height: 2px;
	background: #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

.three-content {
	width: 100%;
	height: auto;
	margin: 30px 0;
}

.three-content h2 {
	font-size: 14px;
	color: #005388;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}

.three-content p {
	font-size: 14px;
	color: white;
	text-align: center;
	padding: 10px;
	background: #1651a9;
	box-shadow: 0px 0px 8px -2px #262626;
}

.three-content p img {
	width: 100px;
	height: 100px;
	float: left;
	padding-right: 10px;
}

.three-content p a {
	font-size: 14px;
	color: #ffffff;
}

.three-content p span {
	font-size: 13px;
	color: #000000;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 23px;
	text-align: justify;
	padding: 3px 5px 3px 5px;
}

.three-content p a:hover {
	text-decoration: underline !important;
}

.three-innar ul {
	padding: 0;
	margin: 0;
}

.three-innar ul li {
	display: inline-block;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.three-innar ul li h2 {
	font-size: 14px;
	color: #292929;
	font-weight: 600;
	transition: .5s;
	font-family: 'Montserrat', sans-serif;
}

.three-innar ul li span {
	font-size: 12px;
	color: #aaa;
	letter-spacing: 1px;
}

.three-innar ul li:hover h2 {
	color: #006fec;
	transition: .5s;
	padding-left: 3px;
}

.three-innar-2 {
	width: 100%;
	height: auto;
	padding: 5px;
	box-shadow: 0px 0px 10px 0px #ccc;
	margin-bottom: 40px;
	background: #fff;
}

.carousel-inner,
.carousel-inner .item {
	height: 100%;
	width: 100%;
}

.carousel-fade .carousel-inner>.item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner>.item,
.carousel-fade .carousel-inner>.item.active.left {
	opacity: 0;
}

.carousel-fade .carousel-inner>.item.active,
.carousel-fade .carousel-inner>.item.next.left {
	opacity: 1;
}

.carousel-fade .carousel-inner>.next,
.carousel-fade .carousel-inner>.prev,
.carousel-fade .carousel-inner>.active.left,
.carousel-fade .carousel-inner>.active.right {
	left: 0;
}

.carousel-fade .carousel-inner>.item.next,
.carousel-fade .carousel-inner>.item.active.right,
.carousel-fade .carousel-inner>.item.prev,
.carousel-fade .carousel-inner>.item.active.left {
	transform: translate3d(0, 0, 0);
}

.carousel-fade {
	opacity: 1;
	z-index: 200;
}

.carousel-caption {
	text-align: center;
	top: 41%;
	left: 44%;
	right: 10%;
	line-height: 50px;
}

.carousel-caption h2 {
	font: 60px 'OpenSans-Regular';
	color: #FAF4F4;
	padding: 15px;
	width: 100%;
	margin: auto;
	border-radius: 2px;
}

.carousel-caption h2 img {
	width: 300px;
	height: 400px;
}

.slides .carousel-caption h3 span {
	color: #fcc038;
}

.carousel-caption p {
	font: 15px 'OpenSans-Regular';
	text-align: center;
	color: #fff;
	width: 70%;
	margin: auto;
	margin-bottom: auto;
	padding: 0px;
	margin-bottom: 30px;
	border-radius: 2px;
}

@media only screen and (min-width:1000px) and (max-width:1150px) {
	.carousel-caption h3 {
		font-size: 15px;
		width: 60%;
	}

	.carousel-caption p {
		font-size: 13px;
		width: 100%;
	}
}

@media only screen and (min-width:800px) and (max-width:999px) {
	.slides .carousel-caption h3 {
		font-size: 25px;
		width: 60%;
	}
}

@media only screen and (min-width:768px) and (max-width:799px) {
	.carousel-caption h3 {
		font-size: 13px;
		width: 90%;
	}

	.carousel-caption p {
		font-size: 13px;
		width: 100%;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.carousel-caption h3 {
		font-size: 14px;
		width: 100%;
		margin: 0px 0px 5px;
	}

	.carousel-caption p {
		font-size: 13px;
		width: 100%;
		margin: 0px 0px 5px;
	}
}

@media only screen and (min-width:360px) and (max-width:479px) {
	.carousel-caption h3 {
		font-size: 14px;
		width: 90%;
		margin: 0px 0px 5px;
		padding: 6px 10px;
	}

	.carousel-caption p {
		font-size: 11px;
		width: 94%;
		margin: 0px 0px 5px;
		padding: 5px 9px;
	}

	.carousel-caption {
		text-align: left;
		top: 5%;
		left: 13%;
	}
}

@media only screen and (min-width:300px) and (max-width:359px) {
	.carousel-caption p {
		width: 100%;
		font: 13px "OpenSans-Regular";
	}

	.carousel-caption {
		text-align: left;
		top: 0%;
		left: 13%;
	}

	.carousel-caption h3 {
		width: 100%;
		font: 13px "OpenSans-Regular";
	}
}

.speakers-innar {
	width: 100%;
	height: auto;
	padding: 10px;
	box-shadow: 0px 0px 10px 0px #ccc;
	margin-bottom: 40px;
	background: #fff;
	margin-top: 20px;
}

.speakers-innar h1 {
	font-size: 14px;
	color: #686868;
	font-weight: 600;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.speakers-innar hr {
	width: 100%;
	height: 2px;
	background: #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

.speakers-innar ul {
	padding: 0;
	margin: 0;
}

.speakers-innar ul li {
	list-style: none;
	display: inline-block;
	width: 32.1%;
	height: auto;
	padding: 10px;
	background: #dbf1ff;
	position: relative;
	overflow: hidden;
	margin: 0px 2px;
}

.speakers-innar ul li:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: -150%;
	transform: skew(30deg);
	transition: .5s;
	z-index: 9999;
}

.speakers-innar ul li:hover:before {
	left: 150%;
	transition: .5s;
}

.speakers-innar ul li:hover p {
	transition: .5s;
	color: #005388;
}

.speakers-innar ul li img {
	width: 100%;
	height: 157px;
}

.speakers-innar ul li p {
	font-size: 14px;
	color: #444;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	margin: 10px 0;
	font-weight: 600;
	transition: .5s;
}

.speakers-innar ul li p span {
	font-size: 13px;
	color: #aaa;
	font-weight: 100;
	font-family: "Arial Black", Gadget, sans-serif;
}

.speakers-innar ul li p a {
	font-size: 13px;
	color: #fff;
	background: #005388;
	padding: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	border: 1px solid #005388;
	transition: .5s;
	font-weight: 100;
	z-index: 9999;
}

.speakers-innar ul li:hover p a {
	font-size: 13px;
	color: #005388;
	background: #fff;
	border: 1px solid #005388;
	transition: .5s;
}

.marqu-main {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: none;
}

.banner-strip {
	width: 100%;
	height: auto;
	background: url(../images/subpage_bg.jpg);
	padding: 30px 0;
	background-position: top center;
}

.banner-strip-innar {
	width: 100%;
	height: auto;
}

.banner-strip-innar h1 {
	font-size: 30px;
	color: #444;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.panel-group {
	padding: 0;
	margin: 0;
}

.panel-default {
	border: none;
	background: none;
	margin-bottom: 0;
	padding-bottom: 14px;
	border-radius: 0 !important;
	padding: 10px;
	border: 1px solid #ccc;
}

.panel-default>.panel-heading {
	border: none;
	background: none;
	padding: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border: none;
	padding: 0 0 0 32px;
}

.panel-default h5 {
	font: 100 16px 'Muli', sans-serif;
	padding: 0;
	margin: 0 0 5px;
	line-height: 25px;
}

.panel-group .panel+.panel {
	margin-top: 15px;
}

.panel-default .accordion-toggle:before {
	content: "";
	width: 21px;
	height: 21px;
	display: inline-block;
	background: #005388 url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px 10px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	top: 4px;
}

.panel-default .collapsed:before {
	background: #262626 url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px -148px;
}

.panel-default .panel-title:hover .collapsed:before {
	background-color: #005388;
}

.panel-default .accordion-toggle,
.panel-default .accordion-toggle:focus,
.panel-default .accordion-toggle:hover,
.panel-default .accordion-toggle:active {
	color: #1ea9e3;
	text-decoration: none;
	display: block;
}

.panel-default .collapsed {
	color: #5f6f7e;
	display: block;
}

.panel-body h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #005388;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 600;
	margin-top: 0;
}

.panel-body p {
	font-size: 13px;
	color: #262626;
	line-height: 25px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 100;
	margin: 5px 0;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

nav li,
nav .nav-toggle {
	text-align: center;
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 100%;
}

nav .dropdown.open,
.desktop nav li:hover,
nav a:hover {
	background: #1651a9;
	color: white !important;
}

nav .dropdown.open,
.desktop nav li a:hover {
	color: #fff;
}

nav .dropdown ul {
	position: relative;
	background-color: #fff;
	display: none;
}

nav a {
	display: block;
	padding: 10px 15px;
	color: black !important;
	font-weight: 600 !important;
}

.desktop nav li {
	text-align: left;
	display: inline-block;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.desktop nav li:hover ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}

.desktop nav .dropdown ul {
	top: 0;
	right: 250px;
	position: absolute;
	display: block !important;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	width: 225px;
	z-index: 9999999;
}

.desktop nav .nav-toggle {
	display: none;
}

.blinking {
	animation: blinkingText 1.1s infinite;
}

@keyframes blinkingText {
	0% {
		color: #005388;
	}

	49% {
		color: #ddd;
	}

	50% {
		color: #444;
	}

	99% {
		color: #fff;
	}

	100% {
		color: #000;
	}
}

.kyc-box2 {
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 30px;
}

.kyc-box2 h2 {
	font: 14px 'Open Sans', sans-serif;
	text-align: center;
	color: #fff;
	margin: 0px;
	font-weight: 500;
	padding: 5px;
	background: #005388;
}

.kyc-box2 ul {
	margin: 0px;
	padding: 0px;
}

.kyc-box2 ul li {
	list-style-type: none;
	border-right: 2px solid #fff;
	margin-top: 10px;
}

.kyc-box2 ul li a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #444;
	display: block;
}

.kyc-box2 ul li a i {
	padding-right: 5px;
}

.kyc-box2 ul li a img {
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-right: 10px;
}

.kyc-box2 ul li:hover a {
	color: #005388;
}

.kyc-box2 ul li:hover a img {
	filter: grayscale(1);
}

.three-innar-2 h1 {
	font-size: 20px;
	color: #005388;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 600;
	margin-top: 0;
}

.three-innar-2 hr {
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}

.three-innar-2 p {
	padding: 10px;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 10px;
}

.nav-item a {
	text-align: center;
	font-size: 16px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #0d6efd !important;
	color: white !important;

}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #1651a9 !important;
	color: white !important;
}

.read-more {
	display: none;
}

#readMoreButton,
#readMoreButton2,
#readMoreButton3,
#readMoreButton4,
#readMoreButton5,
#readMoreButton6 {
	color: #005388;
	font-weight: 600;
}

.navigation-main {
	width: 100%;
	height: auto;
}

.banner-main {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.banner {
	width: 100%;
	height: auto !important;
	margin: auto;
	position: relative;
	padding: 10px;
	box-shadow: 0px 0px 10px 0px #ccc;
}

.banner img {
	width: 100%;
	height: auto !important;
	margin: auto;
}

.banner-size {
	height: 54vh !important;
}

.banner-size img {
	height: auto !important;
}

.carousel-control {
	width: 30px;
	height: 30px;
	top: 50%;
	z-index: 9999999;
}

.right.carousel-control {
	right: 1%;
	left: inherit;
}

.left.carousel-control {
	right: inherit;
	left: 1%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	background-color: #fff;
	line-height: 40px;
	text-shadow: none;
	color: #333;
	border: 1px solid #ddd;
	top: 50%;
	border-radius: 20px;
	width: 40px;
	height: 40px;
}

.carousel-control.left {
	background: none;
}

.carousel-control.right {
	background: none;
}

.carousel-content {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	z-index: 9999;
	margin: auto;
	display: none;
	left: 0;
	right: 0;
	text-align: center;
}

.carousel-content ul {
	padding: 0;
	margin: 0;
}

.carousel-content ul li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}

.carousel-content ul li a {
	font-size: 12px;
	color: #fff;
	background: #0C0;
	padding: 10px;
	display: block;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}

.carousel-content ul li:hover a {
	background: #00a500;
}

.footer-main {
	width: 100%;
	height: auto;
	background: url(../images/blue-background.jpg);
	padding: 8px 0;
	background-position: left center;
}

.footer-left {
	width: 50%;
	height: auto;
	float: left;
}

.footer-right {
	width: 50%;
	height: auto;
	float: right;
}

.footer-innar {
	width: 100%;
	height: auto;
}

.footer-innar h1 {
	font-size: 14px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.footer-innar h2 {
	font-size: 14px;
	color: #fff;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
}

.side-right-link {
	width: 40px;
	height: 220px;
	position: fixed;
	margin-top: 0px;
	right: 0px;
	z-index: 99999;
}

.side-right-link ul {
	margin: 0px;
	padding: 0px;
}

.side-right-link ul li {
	list-style-type: none;
}

.side-right-link li a {
	display: block;
	height: 40px;
	width: 40px;
	background: #666;
	border-bottom: 1px solid #fff;
	font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	transition: background 0.5s ease 0.3ms;
}

.side-right-link li:first-child a {
	border-radius: 5px 0 0 0;
}

.side-right-link li:last-child a {
	border-radius: 0 0 0 5px;
}

.side-right-link li a span {
	width: 300px;
	float: right;
	text-align: center;
	background: #625A57;
	color: #fff;
	margin: -25px 60px;
	padding: 5px;
	transform-origin: 0;
	visibility: hidden;
	opacity: 0;
	transform: rotateY(45deg);
	border-radius: 0px;
	transition: all 0.5s ease 0.3ms;
	font: 14px "open Sans";
}

.side-right-link li span:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -20px;
	top: 3px;
	border-left: 10px solid #625A57;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}

.side-right-link li a:hover span {
	visibility: visible;
	opacity: 1;
	transform: rotateY(0);
}

.about-innar {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 15px 0;
}

.about-innar-content {
	width: 100%;
	height: auto;
}

.about-innar-content h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #005388;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 600;
	margin-top: 0;
}

.about-innar-content hr {
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}

.about-innar-content p {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #262626;
	text-align: justify;
	margin-bottom: 0px;
}

.about-innar-content p img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 20px;
}

.about-innar-content p a {
	font-family: "Arial Black", Gadget, sans-serif;
}

.about-innar-content h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #005388;
	text-align: justify;
	line-height: 20px;
	margin-left: 20px;
	margin: 10px 10px;
}

.about-innar-content h6 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #262626;
	line-height: 25px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.about-innar-content h6 a {
	font-size: 13px;
	color: red;
}

.about-innar-content ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	transition: .5s;
	position: relative;
	overflow: hidden;
	padding: 5px 10px;
}

.about-innar-content ul li p {
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #262626;
	text-align: justify;
	width: 50%;
	margin: 0;
}

.about-innar-content ul li a {
	float: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #005388;
	text-align: justify;
	width: 50%;
	margin: 0;
	display: block;
	z-index: 9999;
}

.about-innar-content ul li:Hover a:after {
	transition: .5s;
	transform: rotateY(0deg);
}

.about-innar-content ul li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	background: rgba(0, 83, 136, 0.5);
	z-index: 1;
	transform: rotateY(90deg);
}

.about-innar-content table {
	width: 100%;
	height: auto;
}

.about-innar-content table tr {
	border: 1px solid #ccc;
}

.about-innar-content table tr:hover td {
	transition: .5s;
	padding-left: 15px;
	color: red;
}

.about-innar-content table tr th {
	height: auto;
	padding: 10px 10px;
	font-size: 16px;
	color: #005388;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	transition: .5s;
}

.about-innar-content table tr td {
	height: auto;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 23px;
	text-align: justify;
	border: 1px solid #ccc;
	transition: .5s;
	font-weight: 600;
	width: 30% !important;
}

.committees-innar {
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	background: #1651A9;
	padding-left: 10px;
	transition: .5s;
	margin-bottom: 10px;
}

.committees-innar:hover .committees-left-image:before {
	left: 150%;
	transition: .5s;
}

.committees-innar:hover .committees-left-image img {
	transition: .5s;
	transform: scale(1.1);
}

.committees-left {
	width: 15%;
	height: auto;
	float: left;
}

.committees-left-image {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.committees-left-image:before {
	width: 50%;
	height: 100%;
	content: '';
	top: 0;
	transform: skew(30deg);
	background-color: rgba(255, 255, 255, 0.4);
	left: -100%;
	position: absolute;
	transition: .5s;
	z-index: 9999;
}

.committees-left-image img {
	width: 100%;
	height: auto;
	transition: .5s;
}

.committees-right {
	width: 85%;
	height: auto;
	float: right;
	padding-left: 10px;
}

.committees-right h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 0px;
}

.committees-right p {
	font-size: 14px;
	color: white;
	line-height: 24px;
	margin-bottom: 5px;
}

.committees-right p span {
	font-size: 13px;
	color: #aaa;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	line-height: 22px;
}

#scrollToTop {
	font-size: 45px;
	color: #005388;
	position: fixed;
	right: 7%;
	bottom: 10%;
	transition: all 0.5s ease;
	z-index: 999;
}

#scrollToTop:hover {
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease;
}

.scroll-hide {
	transform: scale(0, 0);
}

#ninja-slider {
	width: 100%;
	background: #191919;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

#ninja-slider .fs-icon {
	top: 6px;
	right: 6px;
	width: 60px;
	height: 26px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
	color: white;
	text-align: center;
	text-shadow: 0 0 3px black;
	font: bold 18px/36px arial;
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

#ninja-slider .slider-inner:hover .fs-icon,
#ninja-slider.fullscreen .fs-icon {
	opacity: 1;
}

#ninja-slider .fs-icon::before {
	content: "EXPAND";
	display: block;
}

#ninja-slider.fullscreen .fs-icon::before {
	content: "+";
	display: block;
	font-weight: bold;
	font-size: 3em;
	transform: rotate(-45deg);
}

#ninja-slider .slider-inner {
	margin: 0 auto;
	font-size: 0px;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 100px !important;
}

#ninja-slider.fullscreen .slider-inner {
	width: 100%;
	max-width: 900px;
}

#ninja-slider ul {
	position: relative;
	list-style: none;
	padding: 0;
	box-sizing: border-box;
	overflow: visible !important;
}

#ninja-slider li {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	box-sizing: border-box;
	margin-bottom: 100px !important;
}

#ninja-slider li.ns-show {
	opacity: 1;
}

#ninja-slider .ns-img {
	background-size: contain;
	cursor: default;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	top: 10%;
}

#ninja-slider .caption {
	position: absolute;
	top: 98%;
	padding: 0 40px;
	margin: auto;
	width: 100%;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #ccc;
	box-sizing: border-box;
}

#ninja-slider-pause-play {
	display: none;
}

#ninja-slider-prev,
#ninja-slider-next {
	position: absolute;
	display: inline-block;
	width: 42px;
	height: 56px;
	line-height: 56px;
	top: 50%;
	margin-top: -28px;
	background-color: rgba(0, 0, 0, 0.4);
	background-color: #ccc;
	backface-visibility: hidden;
	color: white;
	overflow: hidden;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 2px;
	z-index: 10;
	opacity: 0.3;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: all 0.7s;
	transition: all 0.4s;
}

.slider-inner:hover #ninja-slider-prev,
.slider-inner:hover #ninja-slider-next {
	opacity: 1;
}

#ninja-slider-prev {
	left: -42px;
}

#ninja-slider-next {
	right: -42px;
}

#ninja-slider-prev::before,
#ninja-slider-next::before {
	position: absolute;
	top: 17px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-left: 2px solid white;
	border-top: 2px solid white;
	backface-visibility: hidden;
}

#ninja-slider-prev::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 16px;
}

#ninja-slider-next::before {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 16px;
}

#ninja-slider-prev:hover,
#ninja-slider-next:hover {
	width: 80px;
	background-color: rgba(0, 0, 0, 0.5);
}

#ninja-slider-prev div {
	margin-right: 8px;
	white-space: nowrap;
	opacity: 0;
	float: right;
}

#ninja-slider-next div {
	margin-left: 8px;
	white-space: nowrap;
	opacity: 0;
	float: left;
}

#ninja-slider-prev:hover div,
#ninja-slider-next:hover div {
	opacity: 1;
}

#ninja-slider-pager {
	display: none;
}

#ninja-slider-prev,
#ninja-slider-next,
#ninja-slider-pause-play {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

.gallery img {
	width: 100%;
	cursor: pointer;
}

.gal {
	position: relative;
	width: 100%;
	height: auto;
	-webkit-column-count: 7;
	-moz-column-count: 7;
	column-count: 7;
}

.gal img {
	width: 164px;
	padding: 0.5px 0;
	margin: 0px;
	transition: transform .2s;
}

.gal img:hover {
	transform: scale(1.2);
}

@media only screen and (max-width:1050px) {
	#ninja-slider-prev {
		left: 0;
	}

	#ninja-slider-next {
		right: 0;
	}
}

@media only screen and (max-width:600px) {

	#ninja-slider-prev,
	#ninja-slider-next,
	#ninja-slider-pager {
		display: none;
	}

	#ninja-slider li .cap1 {
		font-size: 20px;
	}
}

@media (max-width: 500px) {
	.gal {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.marquee>span {
	color: white;
}

.marquee>span:hover {
	text-shadow: red;
}

.marquee-container:hover {
	text-shadow: 2px 2px 4px red;
}

.date-container {
	transition: color 0.3s;
}

.marquee-container {
	padding: 5px;
	background-color: #1651a9;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	color: white;
	transition: color 0.3s;
}

.marquee {
	display: inline-block;
	animation: marquee 30s linear infinite;
}

@keyframes marquee {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.marquee:hover {
	animation-play-state: paused;
}


.foot {
	width: 80% !important;
}

@media only screen and (max-width: 600px) {
	.foot {
		width: 100% !important;
	}

	.mm {
		padding: 10px !important;
	}

	.coll {
		margin-left: 15px !important;
		justify-content: flex-start !important;
	}

	.container-date {
		width: 100% !important;
	}
}

@media only screen and (max-width: 992px) {
	.col-12.col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}


.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left-logo img {
	width: 300px;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.container a,
.container strong {
	margin: 10px;
}

@media (max-width: 768px) {
	.container {
		flex-direction: column;
	}

	.container a,
	.container strong {
		margin: 5px 0;
	}

	div[style*="display: flex;"] {
		flex-direction: column;
		align-items: center;
	}

	div[style*="flex: 1;"] {
		width: 100%;
		padding: 10px;
	}
}

@media screen and (min-width: 768px) {
	nav>.container>h4 {
		display: none;
	}
}

.nav-item {
	font-weight: 600;
}

.red-text {
	font-weight: 500;
	color: red;
	font-size: 14px;
}

/* Footer Specific Styles */
.footer-bg {
	background-color: #052658;
}

.footer-container {
	width: 80%;
}

.footer-heading {
	font-size: 24px;
	font-weight: 900;
}

.footer-contact-text {
	font-size: 14px;
}

.footer-contact-link {
	color: #00f0fc;
}

.footer-copyright {
	font-size: 13px !important;
	color: white;
}

.footer-map {
	border: 0;
	width: 100%;
}

.footer-button-link {
	color: white;
}

/* Icon Fallbacks and Bootstrap Icons Support */
.bi {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
}

.bi::before {
	display: inline-block;
	width: 1em;
	text-align: center;
}

/* Fallback for Bootstrap Icons if CDN fails */
.bi-geo-alt::before {
	content: "📍";
}

.bi-telephone::before {
	content: "📞";
}

.bi-envelope::before {
	content: "✉️";
}

.bi-globe::before {
	content: "🌐";
}

/* Mobile & Responsive Optimizations */
@media (max-width: 767.98px) {
	.footer-container {
		width: 95%;
	}

	.footer-heading {
		font-size: 20px;
		margin-bottom: 0.75rem;
	}

	.footer-contact-text {
		font-size: 13px;
		line-height: 1.5;
	}

	/* Better touch targets for mobile */
	.footer-contact-link {
		display: inline-block;
		padding: 0.25rem 0;
		min-height: 44px;
		line-height: 1.3;
	}

	/* Stack sections vertically on mobile */
	.footer .col-12.col-md-4 {
		margin-bottom: 2rem;
	}

	.footer .col-12.col-md-4:last-child {
		margin-bottom: 0;
	}

	/* Responsive iframe */
	.footer-map {
		height: 180px;
	}

	/* Better button spacing */
	.btn {
		min-height: 44px;
		font-size: 14px;
	}

	/* Address spacing */
	address ul li {
		margin-bottom: 0.75rem;
	}
}

@media (max-width: 575.98px) {
	.footer-heading {
		font-size: 18px;
	}

	.footer-contact-text {
		font-size: 12px;
	}

	.footer-map {
		height: 160px;
	}
}

/* Map fallback styling */
.map-fallback {
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	padding: 1rem;
	text-align: center;
	color: #6c757d;
	font-style: italic;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
	.footer-contact-link:hover {
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 4px;
	}

	.btn:hover {
		transform: none;
	}
}