/*== Inner Pages Breadcrumb ==*/
.pasta_page_breadcrumb {
  background-image: url(../images/background/contact.png);
  background-repeat: no-repeat;
  height: 520px;
  position: relative;
}
.pasta_page_breadcrumb:before{
  background-color: rgb(29, 41, 62);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
}
.pasta_page_breadcrumb .breadcrumb_content{
  margin-top: 120px;
}
.pasta_page_breadcrumb.csv2 .breadcrumb_content,
.pasta_page_breadcrumb.csv3 .breadcrumb_content{
  margin-top: 100px;
}
.pasta_page_breadcrumb .breadcrumb_content .breadcrumb {
  background-color: transparent;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-bottom: 0;
  padding-left: 0;
}
.pasta_page_breadcrumb .breadcrumb_title {
  font-size: 40px;
  font-family: "Nunito";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}
.pasta_page_breadcrumb .breadcrumb_title li:first-child{
  color: #7f7f7f;
}
.pasta_page_breadcrumb .breadcrumb_title li:last-child{
  color: #221f1f;
}
.pasta_page_breadcrumb .breadcrumb-item a,
.pasta_page_breadcrumb .breadcrumb-item.active,
.pasta_page_breadcrumb .breadcrumb-item+.breadcrumb-item::before{
  color: #ffffff;
  text-transform: capitalize;
}
.breadcrumb_content.style2{
  margin-bottom: 55px;
}
.breadcrumb_content.style2 ol.breadcrumb{
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}