.breadcrumb-section {
  background-color: unset;
  margin-bottom: 55px;
  padding-top: 25px;
}

.breadcrumb-section ul {
  margin-bottom: 0;
  padding-right: 0px;
}

.breadcrumb-section ul li {
  display: inline-block;
}

.breadcrumb-section ul li a {
  color: #666;
  font-size: 12px;
  transition: 0.3s;
}

.breadcrumb-section ul li i {
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  top: 3px;
  color: #36368c;
}

.breadcrumb-section ul li:last-child i {
  display: none;
}

.main {
  background: url("../images/Asset 18.svg");
  background-size: cover;
  background-attachment: fixed;
}

.paper {
  background: #fff;
  height: 100%;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding: 0 44px;
  position: relative;
  margin-bottom: 70px;
  padding-top: 120px;
}

.title-place h3 {
  position: absolute;
  top: 33px;
  text-align: center;
  color: #fff;
  margin: auto !important;
  width: 100%;
  font-size: 14pt;
}

.title-place {
  position: absolute;
  display: block;
  top: -45px;
  right: 50%;
  width: 448px;
  height: 90px;
  transform: translate(50%, 0px);
}

.paper h4 {
  font-size: 17pt;
  color: #1F3C88;
  position: relative;
}

#PrintArea h4 span,
#PrintArea h4 strong {
  margin-top: 60px !important;
  font-size: 17pt !important;
  color: #1F3C88 !important;
  position: relative !important;
}

.paper p,
.paper div {
  text-align: justify !important;
  font-size: 12pt !important;
  line-height: 30px !important;
  color: #000;
}

.paper div {
  text-align: justify !important;
  font-size: 12pt !important;
  line-height: 30px !important;
  color: #000;
}

.paper strong {
  color: #000;
  font-size: 14pt !important;
}

.paper ul {
  list-style-type: none;
}

.paper li {
  position: relative;
  line-height: 40px !important;
}

#PrintArea img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}/*# sourceMappingURL=inpage.css.map */