/************************************************************************
// Table of Background CSS

1. Blog Header
2. Custom Front Page
3. Blog Single
4. Features Section
5. Counter Section
6. Card Section

*************************************************************************/

/* 1. Blog Header */
.blog-header {
  background: url('../img/background-2.png') 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;
}

/* 2. Custom Front Page */
.front-header {
  background: url('../img/background-1.jpg') repeat-y center bottom;
  max-width: 100%;
  min-height: 570px;
  position: relative;
  overflow-y: hidden;
}
.front-header:before{
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

.custom-img-1{
  background-image: url('../img/background-7.jpg') !important;
}

.custom-img-2{
  background-image: url('../img/background-6.jpg') !important;
}


.custom-img-3{
  background-image: url('../img/background-4.jpg') !important;
}


.custom-img-4{
  background-image: url('../img/background-5.jpg') !important;
}

.custom-img-5{
  background-image: url('../img/background-8.jpg') !important;
}

.custom-img-6{
  background-image: url('../img/background-3.jpg') !important;
}



.custom-img-9{
  background-image: url('../img/background-9.jpg') !important;
}


/* 3. Blog Single */
.blog-single-header {
  background: url('../img/background-4.jpg') repeat-y center center;
  max-width: 100%;
  height: 898px;
  position: relative;
}
.blog-single-header:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

/* 4. Features Section */
.section-features {
  background: url('../img/background-.jpg') repeat-y center center;
}

/* 5. Counter Section */
.section-counter {
  background: url('../img/background-7.jpg') repeat-y center top;
  max-width: 100%;
  height: 768px;
  position: relative;
}
.section-counter:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

/* 6. Card Section */
.section-card {
  background: url('../img/background-2.jpg') repeat-y center center;
}