/* CSS Document */
body{
    background: #001daa;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
#logo-wrapper{
   background: #fff;
    padding:50px;
}
h1{
    font-family: 'Oswald', sans-serif;
    color:#001daa;
    font-size: 50px;   
}
h2 {
  position: relative;
  text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color:#222;
}

h2 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
    
}

h2:before {
  background: #222;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}
h3:before {
  left: 0;
}
#content-wrapper{
    width:100%;
    background:#001daa;
    height:100%;
    color:#fff;
    clear: both;
    font-size: 20px;
    padding:40px 0;
}
.hr-bl{
    border-color:#2b45cd;   
}
h3{
    color:#fff;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 26px;
}
.service-block{
    background:#fff;
    text-align: center;

      padding: 20px;
    /*  box-shadow: 7px 7px 0 #0c28b8; */
      min-height: 280px;
    color:#222;
    
}
h4{
    font-weight: 400;
    font-size: 22px;
}
#contact-wrapper{
    width:100%;
    background: #001698;
    padding:40px 0;
    color:#fff;
}