._pattern-bg {
  background: url(../images/pattern.png) center no-repeat;
}

._img-bg-1 {
  background: url(../images/section/bg1.png) center bottom no-repeat;
}

._img-bg-2 {
  background: url(../images/section/bg4.png) center bottom / cover no-repeat;
}

._img-bg-left {
  background: url(../images/section/bg2.png) left center / contain no-repeat #a20c72;
}

._img-bg-right {
  background: url(../images/section/bg3.png) right center / contain no-repeat #a20c72;
}

._pri-bg {
  background-color: #a20c72;
}

._sec-bg {
  background-color: #f6f7fc;
}

.pri-text {
  color: #a20c72;
}

.sec-text {
  color: #7e0225;
}

.white-text {
  color: #fff;
}

a {
  color: #6f95b3;
}

a:active,a:focus,a:hover {
  color: #911269;
}

.btn-pri {
  background: rgb(188,124,168);
  background: -moz-linear-gradient(-45deg, rgba(188,124,168,1) 0%, rgba(162,12,114,1) 45%);
  background: -webkit-linear-gradient(-45deg, rgba(188,124,168,1) 0%,rgba(162,12,114,1) 45%);
  background: linear-gradient(135deg, rgba(188,124,168,1) 0%,rgba(162,12,114,1) 45%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc7ca8', endColorstr='#a20c72',GradientType=1 );
  color: #fff;
  box-shadow: none !important;
}

.btn-pri:hover,
.btn-pri:focus,
.btn-pri:active {
  background: rgb(188,124,168);
  background: -moz-linear-gradient(-45deg, rgba(188,124,168,1) 0%, rgba(162,12,114,1) 15%);
  background: -webkit-linear-gradient(-45deg, rgba(188,124,168,1) 0%,rgba(162,12,114,1) 15%);
  background: linear-gradient(135deg, rgba(188,124,168,1) 0%,rgba(162,12,114,1) 15%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc7ca8', endColorstr='#a20c72',GradientType=1 );
  color: #fff;
}

._cat-box figure {
  border-color: #900061;
}