@charset "utf-8";
/* CSS Document */

.home h1, .home h2, .home h3, .home h4, .home h5, .home h6{
	font-weight:900;
	font-family: 'Roboto', sans-serif;
}
.home h1, .home .h1{
	font-size:1.8rem;
	line-height:2.4rem;
	margin:0 0 12px;
	color:#003e6a;
	font-weight:900;
	font-family: 'Roboto', sans-serif;
}
.home h2, .home .h2{
	font-size:1.8rem;
	line-height:2.4rem;
	margin:0 0 12px;
	color:#003e6a;
	font-weight:900;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.home h3, .home .h3{
	font-size:1.4rem;
	line-height:2.0rem;
	margin:0 0 6px 0;
	color:#2d2d2d;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.home h4, .home .h4{
	font-size:1.5rem;
	line-height:2.1rem;
	margin:0 0 6px 0;
	color:#2d2d2d;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.home h5, .home .h5{
	font-size:1.4rem;
    line-height:2.0rem;
	color:#444;
	margin:0 0 6px;
	ffont-weight: bold;
	font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width:768px){

	.home h1, .home .h1{
		font-size:2.5rem;
		line-height:3.1rem;
		margin:0 0 15px;
	}
	.home h2, .home .h2{
		font-size:2.5rem;
		line-height:3.1rem;
		margin:0 0 15px;
	}
	.home h3, .home .h3{
		font-size:1.6rem;
		line-height:2.2rem;
		margin:0 0 8px 0;
	}
	.home h4, .home .h4{
		font-size:1.6rem;
		line-height:2.2rem;
		margin:0 0 8px 0;
	}
	.home h5, .home .h5{
		font-size:1.6rem;
		line-height:2.2rem;
		margin:0 0 8px 0;
	}
	
}

@media only screen and (min-width:1025px){
	
	.home h1, .home .h1{
		font-size:3.0rem;
		line-height:3.6rem;
		margin:0 0 20px 0;
	}
	.home h2, .home .h2{
		font-size:3.0rem;
		line-height:3.6rem;
		margin:0 0 20px 0;
	}
	.home h3, .home .h3{
		font-size:1.9rem;
		line-height:2.5rem;
		margin:0 0 10px 0;
	}
	.home h4, .home .h4{
		font-size:1.9rem;
		line-height:2.4rem;
		margin:0 0 10px 0;
	}
	.home h5, .home .h5{
		font-size:1.8rem;
		line-height:2.5rem;
		margin:0 0 10px 0;
	}
}

.heading-top-boder:before{
	display: block;
    content: "";
    width: 57px;
    height: 6px;
    background: #1493ff;
    margin-bottom: 5px;
	border-radius: 50px;
}
.heading-top-boder.heading-top-boder-center:before{
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width:768px){
	.heading-top-boder:before{
		width: 75px;
		margin-bottom: 7px;
	}
}
@media only screen and (min-width:1025px){
	.heading-top-boder:before{
		width: 95px;
		margin-bottom: 9px;
	}
}



