/* Colors */
/* Fonts */
body .wrapper .title-box {
  position: relative;
  margin-bottom: 80px;
  background-color: #0774e4;
  padding: 20px 0 50px;
  color: #ffffff;
}
body .wrapper .title-box .container {
  padding: 0 15px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
body .wrapper .title-box .title-box-content {
  max-width: 550px;
}
body .wrapper .title-box .title-box-content h1 {
  margin-bottom: 16px;
  font-family: "Euclid Circular A", sans-serif;
  line-height: 50px;
  font-weight: 700;
  font-size: 50px;
}
@media screen and (max-width: 991px) {
  body .wrapper .title-box .title-box-content h1 {
    line-height: 32px;
    font-size: 32px;
  }
}
body .wrapper .title-box .title-box-content .subtitle {
  letter-spacing: 0.3px;
  line-height: 24px;
  font-size: 15px;
}
body .wrapper .title-box .title-box-image {
  margin: 0 -120px -120px 0;
}
@media screen and (min-width: 1025px) {
  body .wrapper .title-box .title-box-image {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  body .wrapper .title-box {
    padding: 50px 0;
  }
}
body .plugins-title-box .title-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  text-align: center;
}
body .plugins-title-box h1 {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  color: #001525;
}
body .plugins-title-box .codefusion-breadcrumbs {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 10px;
  color: #001525;
}
body .plugins-title-box .codefusion-breadcrumbs a {
  color: inherit;
  transition: 0.3s;
}
body .plugins-title-box .codefusion-breadcrumbs a:hover {
  color: #aaaaaa;
}
body .plugins-title-box .codefusion-breadcrumbs a:before {
  display: none;
}
body .plugins-title-box .subtitle {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #001525;
  opacity: 0.7;
}