a {
    color: #0054a6;
    text-decoration: none;
}

html, body {
	font-family: 'Roboto', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
	font-size: 20px;
	color: #464646;
}

h1,h2,h3,h4,h5{
	font-family: 'Abel', sans-serif;
	color: #f26522;
}

h1{
	font-size:	36px;
}

h2{
	font-size:	30px;
}

h3{
	font-size:	24px;
}

h6{
	font-family: 'Abel', sans-serif;
	font-size:50px;
	color:#fff;
	font-weight: 700;
	text-transform:uppercase;
}


td{
	font-family: 'Abel', sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;	
}

.intro{
	text-align: justify;
	font-weight: 700;
	font-size: 16px;	
	margin-bottom: 20px;
}

.devider{
	padding:20px 0px;
}

.home-slider{
	position: relative;
    height: 500px;
    overflow: hidden;
	margin-top: 90px;	
}

.cycle-slide{
	width:100%;
	position: relative;	
}

.slogan{
	position: absolute;
	width:100%;
	top: 250px;
	text-shadow: 0px 0px 10px #000;	
}

.boximg{
	width: 100%;
    height: 225px;
	overflow: hidden;
}

#menu{
	margin-top: 20px;	
}

.content{
    margin: 60px 0px;	
}

.topbar{
position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: rgba(255,255,255,0.95);
    padding: 10px 0px;
	box-shadow: 0px 0px 10px #ccc;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Abel', sans-serif;
	color: #464646;
	font-size: 24px;
}

.shadow{
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 10px 25px -6px rgba(0, 0, 0, 0.2);
	transform: scale(1);
	transition: all 0.4s ease-in-out;
}

.clear{
	clear: both;
}	

.shadow:hover{
	transform: scale(1.05);	
}


.action_balk{
	background: #8897a5;
	padding: 20px 0px;	
	margin-bottom:40px;
}

.action_balk h2{
	color: #fff;
	font-size: 28px;	
}

.action_but{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display:block;
    color: #fff;
    background: #f26522;
    padding: 10px;
    margin: 9px 0px 0px 0px;
    font-family: 'Abel', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 21px;	
}

.action_but:hover{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	margin-top: 7px;
	color: #fff;
	box-shadow: 0px 0px 10px #5d5d5d;
	text-decoration: none;	
}

.action_balk_blue{
	background: #0054a6;
	padding: 20px 0px;	
	margin:40px 0px;
}

.action_balk_blue h2{
	color: #fff;
	font-size: 28px;	
}

.action_but_white{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display:block;
    color: #0054a6;
    background: #fff;
    padding: 10px;
    margin: 9px 0px 0px 0px;
    font-family: 'Abel', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 21px;	
}

.action_but_white:hover{
	transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	margin-top: 7px;
	color: #0054a6;
	box-shadow: 0px 0px 10px #5d5d5d;
	text-decoration: none;	
}

.footer{
	background-color: #07263c;
	padding: 20px 0px;	
	margin-top: 40px;
	color:#fff;
	border-top: 4px solid #f26522;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #090909;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

@media (max-width: 1199px) {
.home-slider{
	position: relative;
    height: 300px;
    overflow: hidden;
	margin-top: 90px;
	border-bottom: solid 4px #f26522;
	margin-bottom: 40px;	
}

.slogan{
position: absolute;
    width: 500px;
    top: 50px;
    text-shadow: 0px 0px 10px #000;
    z-index: 99;
}	
}

/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){
	 .topbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    background: rgba(255,255,255,0.95);
    padding: 10px 0px;
    box-shadow: 0px 0px 10px #ccc;
}
	 
.home-slider{
	position: relative;
    height: 160px;
    overflow: hidden;
	margin-top: 0px;
	border-bottom: solid 4px #f26522;
	margin-bottom: 20px;	
}
.slogan{
	position: absolute;
	width:100%;
	top: 30px;
	text-shadow: 0px 0px 10px #000;	
	z-index: 99;
}
}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.home-slider{
	position: relative;
    height: 350px;
    overflow: hidden;
	margin-top: 90px;
	border-bottom: solid 4px #f26522;
	margin-bottom: 40px;	
}

.slogan{
	position: absolute;
	width:650px;
	top: 30px;
	text-shadow: 0px 0px 10px #000;	
	z-index: 99
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
.home-slider{
	position: relative;
    height: 450px;
    overflow: hidden;
	margin-top: 90px;	
	border-bottom: solid 4px #f26522;
	margin-bottom: 40px;
}

.slogan{
	position: absolute;
	width:850px;
	top: 30px;
	text-shadow: 0px 0px 10px #000;	
	z-index: 99;
}
}