/************************************************************************
// 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('../images/blog-hero.jpg') repeat-y center top;
  max-width: 100%;
  height: 400px;
  position: relative;
}
.blog-header:before {
  background-color: #101931;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}
.section-quote .banner-bot .quote-body {
    margin-top: 26px;
}
/* 2. Custom Front Page */
.front-header {
  background-image: url('../images/slider.jpg');
  background-size: cover;
background-repeat: no-repeat;
background-position: 50% 30% !important; 
background-color:#e77d25;
  max-width: 100%;
min-height: 505px;max-height:505px;
  position: relative;
  overflow-y: hidden;
}
.front-header:before {
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 13%,rgba(0, 0, 0, 0.7) 11%,rgba(0,0,0,0) 40%);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;*/
}

/* 3. Blog Single */
.blog-single-header {
  background: url('../images/home-hero.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;
}

/* 4. Features Section */
.section-features {
  background: #21366c;
}

/* 5. Counter Section */
.section-counter {
  background: url('../images/partners-bg.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;
}

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