@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/bg.png) repeat;
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: justify;
}
a {
	color: #fff;
	text-decoration: none;
}
p {
	color: #000;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.top-header {
	background-color: #bf1e2e;
	padding-top: 15px
}
.top-header .address p {
	color: #fff;
}
.top-header .social-icon ul {
	list-style: none;
}
.top-header .social-icon li {
	display: inline;
	padding: 0 10px;
	color: #fff
}
.top-header .social-icon li a {
	color: #fff
}
.marquee {
	background: #f7941e;
	padding: 15px 0 15px 0;
	color: #fff;
}
/*News Ticker*/
.ticker {
	background-color: #bf1e2e;
	overflow: hidden;
	padding: 15px;
}
.ticker h4 {
	color: #bf1e2e;
	background: #fff;
	margin: 3px;
	padding-left: 5px
}
.ticker ul {
	margin: 1px;
	padding: 1px;
}
.ticker li {
	text-align: justify;
	list-style-type: none;
	color: #fff;
	border-bottom: 2px solid #fff;
	padding: 3px 0 3px 0;
	line-height: normal;
	
	font-family: 'Roboto', sans-serif;
}
/*News Ticker*/

/*Overview*/
.overview {
	text-align: justify;
	color: #000;/*border:1px solid #bf1e2e;*/
}
.overview h3 {
	font-weight: 600;
}
.overview p {
	color: #000
}
.caption-1 {
	border: 2px solid #000;
	color: #000;
	padding: 15px;
}
.caption-1:hover {
	background: #f7941e;
	color: #fff;
	padding: 15px;
	transition: all 0.4s;
}
.caption-2 {
	border: 2px solid #000;
	color: #000;
	padding: 15px;
}
.caption-2:hover {
	background-color: #bf1e2e;
	color: #fff;
	padding: 15px;
	transition: all 0.4s;
}
.caption-3 {
	border: 2px solid #000;
	color: #000;
	padding: 15px;
}
.caption-3:hover {
	background: #603813;
	color: #fff;
	transition: all 0.4s;
}
/*Overview*/

.events {
	background: #f7941e;
	color: #000;
	font-weight: 600;
	padding: 15px;
}
.gallery-thumb a, .events-thumb a, .career-thumb a, .partner-thumb a {
	padding: 35px 15px; 
	text-align: center;
	color: #fff;
	display:block;
}
.gallery-thumb {
	background-color: #bf1e2e;
}
.events-thumb {
	background-color: #f7941e;
}
.career-thumb {
	background-color: #bf1e2e;
}
.partner-thumb {
	background-color: #603813;
}
.gallery-thumb h3, .events-thumb h3, .career-thumb h3, .partner-thumb h3 {
	margin: 0;
}
.page-title {
	background: #f7941e;
	color: #fff;
	text-align: center;
	padding: 25px;
	text-transform: uppercase;
}
.contact-us-form {
	background: #fff;
	padding: 15px;
}
.news-inks{
}
.news-inks ol{
	font-weight:600;
	
}
.news-inks li{
	padding:10px 0 10px 0;
}
.news-inks ol li a{
	color:#000;
	border-bottom:1px solid #000;
	font-size:20px;
	font-weight:600;
	
}
footer {
	background-color: #bf1e2e;
	overflow: hidden;
	padding-top: 15px;
	color: #fff;
	text-align: center
}
footer p {
	color: #fff;
}

@media all and (min-width: 992px) {
.address {
	text-align: left !important;
}
.social-icon {
	text-align: right !important;
}
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
.dropdown-menu li {
	position: relative;
}
.nav-item .submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: -7px;
}
.nav-item .submenu-left {
	right: 100%;
	left: auto;
}
.dropdown-menu > li:hover {
	background-color: #f1f1f1
}
.dropdown-menu > li:hover > .submenu {
	display: block;
}
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
.dropdown-menu .dropdown-menu {
	margin-left: 0.7rem;
	margin-right: 0.7rem;
	margin-bottom: .5rem;
}
}
/* ============ small devices .end// ============ */

.navbar-nav .nav-link.active {
	font-weight: 600;
	text-decoration: underline;
}
