* {
	font-family: 'Open Sans', sans-serif;
}

img {
	max-width: 100%;
}

.custom-container {
	max-width: 1230px;
	margin: 0 auto;
}

.tel img {
width: 25px;
    margin-right: 6px;
}

header {
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 11;	
	border-bottom: 4px solid #191919;
	    /*height: 115px;*/
}

.top-header {
	background-color: #191919;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
}

#social-icons {
	padding: 0 10px 0 12px;
}

#social-icons a {
	font-weight: bold;
	color: #191919;
	font-size: 14px;
	background: #ffffff;
	display: inline-block;
	padding: 2px;
	border-radius: 3px;
	line-height: 16px;
	width: 20px;
	text-align: right;
	margin-left: 2px;
	transition: 200ms ease-in-out;
}

#header-contact {
	padding: 0 8px 0 0;
	font-size: 1.4em;
}

#header-contact a {
	display: inline-block;
	font-weight: bold;
	transition: all ease-in-out 200ms;
	color: #ffffff;
}

.navbar-brand {
	margin: -17px 0;
	/*position: absolute;*/
	top: 0;
}

.navbar-brand img {
	max-height: 120px;
}

.top-navbar {
	background-color: #333333;
	color: #fff;
	font-weight: 600;
	padding: 12px 1rem;
	position: relative;
}

.top-navbar.navbar-light .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
}
.top-navbar.navbar-light .navbar-nav .nav-link:hover,
.dropdown-item:hover{
	background: #333d49;
	color: #fff;
}
.navbar-nav .dropdown-menu{
	padding: 0;
	margin: 0;
}
.bannerCarousel .carousel-caption h5 {
	text-shadow: 0 0 2px #000, 0 0 5px #000, 0 0 10px #000, 0 0 20px #000;
	font-size: 3em;
}

.carousel-indicators li {
	width: 8px;
	height: 8px;
	margin: 0 0 0 8px;
	border-radius: 0;
	background: #003f7f;
	display: inline;
	border: 1px solid #191919;
}

.carousel-indicators li:hover {
	background-color: #191919;
}

.contactUs {
	background: #23272b;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 2em;
	position: relative;
	overflow: hidden;
}

.contactUs a {
	color: #fff;
	padding: 10px;
	font-size: 15px;
	vertical-align: baseline;
	border: 1px solid #333;
	background-color: #333d49;
	margin-left: 15px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .35);
	text-transform: uppercase;
}
.contactUs p{
	font-weight: 600;
	margin-bottom: 0;
}
.contactUs img {	
	margin-right: 5px;
}
.cardsInner {
	box-shadow: 0px 0px 10px #999;
	margin: 10px;
	height: 100%;
}
.cardsInner img{
	width: 100%;
}
.cardsInner h3 {
	color: #003f7f;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    font-size: 25px;
    font-weight: 600;
}

.text-content {
	margin: 100px 0px;
}

.text-content h2 {
	font-size: 1.6em;
	color: #23272b;
}

.text-content .slice {
	margin: 0 20px 20px 0;
}

.text-content  p {
	padding: 14px 0;
	line-height: 1.6em;
	font-size: 16px;
}

.footer-bottom {
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	background: #000000;
	position: relative !important;
	font-weight: bold;
	padding: 10px;
	font-size: 1em;
	text-align: center;
}

.footer-top {
	text-align: center;
	padding: 20px 10px 20px;
	background: #eaeaea;
}

.footer-top img {
	display: inline-block;
	margin: 0 20px;
}

.footer-bottom p {
	color: #b1b0b0;
	margin-bottom: 0px;
}

.footer-bottom a {
	text-decoration: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	color: #ccc;
}
