/* Blog Header */
.blog-header {
  background: url('../images/blog-top.jpg') repeat-y center top;
  max-width: 100%;
  height: 550px;
  position: relative;
}
.blog-header:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}
/* Homepage Template */
.front-header {
  background: url('../images/home.jpg') repeat-y center bottom;
  max-width: 100%;

  position: relative;
  overflow-y: hidden;
}
.front-header1 {
 background: url('../images/home.jpg') repeat-y center bottom;
  max-width: 100%;

  position: relative;
  overflow-y: hidden;
      height: 99px;
}
.front-header:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}
.front-header1:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}
/* Blog Single */
.blog-single-header {
  background: url('../images/post-top.jpg') repeat-y center center;
  max-width: 100%;
  height: 768px;
  position: relative;
}
.blog-single-header:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}
/* Features */
.section-features {
  background: url('../images/marine-1.jpg') repeat-y center center;
}
/* Counter */
.section-counter {
  background: url('../images/counter.jpg') repeat-y center top;
  max-width: 100%;
  height: auto;
  position: relative;
}
.section-counter:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}
/* Card */
.section-card {
  background: url('../images/marine-2.jpg') repeat-y center center;
}
.container.cont1 {
    
	    margin-top: -28px;
    margin-bottom: 5px;
}
