
body {
	font-family: 'Open Sans', sans-serif;
}
a:hover{
	text-decoration: none;
}
h4, h3{
	color:#be1e2d;
	font-weight: 900;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-top: -12px;
}
.navbar-default .navbar-brand {
    color: #777;
    margin-top: -12px;
}
.navbar-default .navbar-nav>li>a {
    color: #1c4183;
    font-weight: 900;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-push {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0;
    background-color: #222;
    color: #fff;
}
.jumbotron {
	background-image: url(../image/dasinbeth_backgd_image.jpg);
	background-color: #700b3b;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 200px 0;
	margin-bottom: 0;
}

.jumbotron .bg{
	background-color: rgba(28, 65, 131, 0.9);
	padding: 50px 0;
}
.commitment {
	background-image: url(../image/commitment_banner_2.jpg);
	background-color: #700b3b;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 0;
	margin-bottom: 0;
	color: #fff;
}
.about {
	background-image: url(../image/banner-design.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.about {
	padding: 70px 0;
	background-color: #f5f5f5;
}
.about h3, .about p {
	text-align: center;
	font-weight: 900;
	color: #fff;
}
.commitment h3{
	font-family: 'Archivo Black', sans-serif;
	font-size: 30px;
	padding: 20px 0;

}

.commitment p {
	text-align: justify;
	font-size: 15px;
}
.jumbotron h2 {
	color: white;
	text-align: center;
	font-weight: 900;
	font-size: 50px;
	font-family: 'Archivo Black', sans-serif;
}
.aboutus {
	padding: 70px 0;
	background-color: #fff;
}
.aboutus h3, .aboutus p {
	text-align: center;
	font-weight: 900;
}
.aboutus h3{
	color: #be1e2d;
}

.media-heading {
	color: #be1e2d;
	font-weight: 900;
}
.bar {
	background-color: #1c4183;
	padding: 10px 0;
	color:#fff;
}
.service {
	background-color: #fff;
	padding: 70px 0;
}
.bar h3 {
	font-weight: 900;
	color: #fff;
}
.commitment h3{
	color: #fff;
}
.commitment .btn-default {
    color: #fff;
    background-color: #56b743;
    border-color: transparent;
    padding: 8px 10px;
    border-radius: 0px;
    font-size: 13px;
}
.contact .btn-default {
    color: #fff;
    background-color: #56b743;
    border-color: transparent;
    padding: 8px 10px;
    border-radius: 0px;
    font-size: 13px;
}
.media .btn-default {
    color: #fff;
    background-color: #56b743;
    border-color: transparent;
    padding: 8px 10px;
    border-radius: 0px;
    font-size: 13px;
}

.media p {
	font-size: 13px;
}

.info {
	padding: 50px 0;
}
.info p {
	text-align: justify;
}
.how {
	padding: 50px 0;
}

.how h4{
	font-weight: 900;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-bottom: -1px;
    background-color: #1c4183;
    border: 1px solid #ddd;
    color: #fff;
}
footer {
	background-color: #06233c;
	padding: 20px;
	color:#fff;
}

footer h4{
	font-weight: 900;
	color: #fff;
}

footer p {
	font-size: 12px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #1c4183;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
@media screen and (max-width: 768px){
	.navbar-default .navbar-nav>li>a {
	    color: #fff;
	    font-weight: 900;
   }
   .tools h2 {
   	 font-size: 15px;
   }
   .bar h3 {
   	font-size: 18px;
   }
   .navbar-default .navbar-brand {
    color: #777;
    margin-top: -15px;
}
}