/* MAIN-BG.CSS contains Background Image paths & definition rules powered by CSS
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to replace any BG image is to add image URL in url('....') area of related classname.
If you need assistance, please go to https://www.designova.net/downloads.html and request a downloadable 
ZIP pack contains original live preview version with all preview images linked properly, so you can easily 
replace preview images directly;
*/

.intro-03-slide-01 {
  background-image: url("../images/featured/01.jpg");
}
.intro-03-slide-02 {
  background-image: url("../images/featured/02.jpg");
}
.intro-03-slide-03 {
  background-image: url("../images/featured/03.jpg");
}
.intro-03-slide-04 {
  background-image: url("../images/featured/04.jpg");
}
.intro-03-slide-05 {
  background-image: url("../images/featured/05.jpg");
}
.about-bg {
  background-image: url("../images/bg/01.jpg");
}
.news-post-01-bg {
  background-image: url("../images/news/01.jpg");
}
.news-post-02-bg {
  background-image: url("../images/news/02.jpg");
}
.news-post-03-bg {
  background-image: url("../images/news/03.jpg");
}
