.bg-fixed {
  background-attachment: fixed;
}

.bg-wave-light {
  padding: 6% 0;
  /* The padding is the area for the shapes, adjust it based on the ratio of the shape*/

  background:

    url('/img/layout/wave.png') bottom/100% auto;
  /* Color between the shapes only on the content and not the padding*/
  background-repeat: no-repeat;
}



.bg-grafit {
  background-color: #212121;
}

.bg-gold {
  background-color: #ac835c !important;
}

.bg-red {
  background-color: #AB2323;
}

.bg-light-duo {
  background: linear-gradient(150deg, #f8f9fa, #f8f9fa 60%, #eeee 60%, #eeee);
}

.bg-dark-duo {
  background: linear-gradient(150deg, #2f4553, #2f4553 60%, #25353f 60%, #25353f);
}


.bg-light-linear {
  background-color: #F8F9FA;
  background: #F8F9FA linear-gradient(175deg, transparent, transparent 20%, #333 20%, #333);
}

.bg-success-light {
  background-color: #C7DFAA;
}

.bg-cover {
  background-size: cover !important;
}

.no-repeat {
  background-repeat: no-repeat;
}

.bg-green-light {
  background-color: #05D28D;
}

.bg-contain {
  background-size: contain !important;
}

.bg-right {
  background-position: right
}

.bg-no-repeat {
  background-repeat: no-repeat;
}


.bg-sit4 {
  /* 	background: #FFF9DB; */
  background: #016A41 !important;
}

.bg-sit5 {
  /* 	background: #FFF9DB; */
  background: #FEF9DB !important;
}


.bg-red-light {
	background: #f7a4a4 !important;
}

.bg-grey{
  background: #a1a1a1;
}

.bg-opacity-light {
  background: #ffffff42;
}