@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
	font-family: 'SF Pro Display', sans-serif;
	font-weight: 400;
	font-style: normal;
}


/* ------------------------
    Typography
------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'SF Pro Display', sans-serif;
	font-weight: 800;
}
a {
	text-decoration: none;
	font-family: 'SF Pro Display', sans-serif;
}
.para-text-justify{
	text-align: justify;
	
}
.min-vh-50{min-height:60vh!important}
.min-vh-75{min-height:80vh!important}
.min-vh-80{min-height:90vh!important}
.h1-heading{
	font-family: 'SF Pro Display';
	font-weight: 900 !important;
	font-size:46px;
}
.h2-heading {
	background: -webkit-linear-gradient( #03293e 0%, #0268a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 24px;
	margin-bottom: 10px;
	border-bottom: #e9e9e9 dashed 1px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
/*topbar section*/
.bg-topbar {
	background-color: #ffbe02;
	text-align: center;
	padding: 8px 0;
}
#topbar {
	text-align: left !important;
}

#topbar ul li {
	border-right: #fff solid 1px;
	padding-right: 10px;
}

#topbar ul li:last-child{
	border-right:none;
}

#topbar ul li a {
	color: #000;
	font-size: 14px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
#topbar ul li a:hover {
	color: #fff;
}
/*topbar section*/

#bg-menu-bar {
	background-color: #03293e;
}
/* home main-icon-section section*/
#main-icon-section {
	margin: 50px 0;
}
#main-icon-section h4{
	font-family: 'SF Pro Display', sans-serif;
	color:#000;
	font-weight:bold;
	font-size:20px;
	margin-top: 30px;
	opacity: 1 !important;
}

#main-icon-section h4 a{
	font-family: 'SF Pro Display', sans-serif;
	color:#012c43;
	font-weight:bold;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

#main-icon-section h4 a:hover{
	font-family: 'SF Pro Display', sans-serif;
	color:#c99801;
}


#main-icon-section .icon-bg{
	padding: 15px;
/*	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);*/
	border-radius: 10px;
	background: #fbfbfb;
	border: #e0e0e0 solid 1px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#main-icon-section .icon-bg:hover{
	background: #f0f0f0;
	border: #ffd142 solid 1px;
}
/* home main-icon-section section*/

/* Bulletin Board */
#bulletin-board-scroll ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
}

#bulletin-board-scroll ul li {
	border-right: 1px solid #c1c1c1;
	padding: 0 6px;
	display: inline;
	font-size: 14px;
}

#bulletin-board-scroll ul li:last-child {
    border-right:none;
}

#bulletin-board-scroll ul li a {
	color: #dd5604;
	transition: all ease .5s;
}

#bulletin-board-scroll ul li a:hover{
	color: #000;
}
/* Bulletin Board */


/* news section */
#news-scroll ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
}

#news-scroll ul li {
	border-bottom: 1px solid #c1c1c1;
	padding:6px 0;
	font-size: 14px;
}

#news-scroll ul li:last-child {
    border-right:none;
}

#news-scroll ul li a {
	color: #dd5604;
	transition: all ease .5s;
}

#news-scroll ul li a:hover{
	color: #000;
}
/* news section */


/*bd-footer*/
.bg-footer {
	background-color: #f5b900;
}

.bg-footer p {
	color: #fff;
	font-size: 12px;
}

.bg-footer p a {
	color: #000;
	transition: all ease .5s;
}

.bg-footer p a:hover{
	color: #03293e;
}


.bg-footer ul li {
	margin-bottom: 12px;
}

.bg-footer ul li a {
	color: #000;
	font-size: 14px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.bg-footer ul li a:hover {
	color: #fff;
}
/*bd-footer*/

#inner-headline{
	position:relative;
	margin:0;
	padding:0;
	color:#fefefe;
	border-bottom:1px solid #b3b1af;
	background:#f4f3f2;
}

#inner-headline h2 {
	font-size:24px;
	font-weight:400;
	margin:10px 0;
	color:#002e48;
}

#inner-headline h2 i{
	font-size:24px;
	font-weight:400;
	color:#ff7500;
}


/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin:15px 0;
	float:right;
	background-color:#f4f3f2;
	border:#d3d2d1 solid 1px;
}


#inner-headline ul.breadcrumb li {
	font-size:13px;
	color:#000;
	padding: 0 10px;
}

#inner-headline ul.breadcrumb li.active {
	font-size:13px;
	color:#ff7500;
}
#inner-headline ul.breadcrumb li i{
	color:#000;
	font-size:14px;
	text-decoration:none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#inner-headline ul.breadcrumb li i:hover{
	color:#ff7500;
}


#inner-headline ul.breadcrumb li a {
	color:#fff;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
}

.image-boxx{
	width: 100% !important;
	height: 280px !important;
}


/* start inner pages styles */
#inner-content{
	
}

#inner-content p{
	text-align: justify;
}