@charset "UTF-8";
.charset {
  content: "π"; }

/* ========== [ Variables ] ========== */
/* ========== [ Mixins ] ========== */
/* ========== [ Title Blog ] =========== */
.singleTitle {
  background: #e7f0f0;
  padding: 17px 27px;
  margin-bottom: 23px; }
  @media screen and (max-width: 767px) {
    .singleTitle {
      margin-bottom: 10px; } }
  .singleTitle h1 {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000; }
    @media screen and (max-width: 767px) {
      .singleTitle h1 {
        font-size: 16px; } }
    .singleTitle h1:before {
      content: "";
      width: 15px;
      top: 0;
      bottom: 0;
      left: -27px;
      position: absolute;
      margin: auto;
      background: #01aaaa; }
      @media screen and (max-width: 767px) {
        .singleTitle h1:before {
          width: 10px; } }

/* ========== [ Single Area ] ==========*/
.singleWrapper {
  padding-bottom: 120px;
  padding-top: 36px; }
  @media screen and (max-width: 767px) {
    .singleWrapper {
      padding-top: 13px;
      padding-bottom: 0; } }
  .singleWrapper .ctaB {
    max-width: 150px;
    width: 100%; }
    @media screen and (max-width: 320px) {
      .singleWrapper .ctaB {
        max-width: 140px; } }
    .singleWrapper .ctaB .cta {
      padding: 6px 13px 10px;
      background: #e7f0f0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      line-height: 24px;
      color: #01aaaa;
      text-decoration: underline;
      max-width: 150px; }
      @media screen and (max-width: 767px) {
        .singleWrapper .ctaB .cta {
          padding: 7px 13px; } }
    .singleWrapper .ctaB.ctaList .cta {
      justify-content: center; }
  @media screen and (max-width: 767px) {
    .singleWrapper .workHeading {
      font-size: 20px;
      color: #01aaaa;
      line-height: 29px;
      font-weight: 300; } }
  .singleWrapper .singleContainer {
    padding-top: 31px; }
    @media screen and (max-width: 767px) {
      .singleWrapper .singleContainer {
        padding-top: 18px; } }
    .singleWrapper .singleContainer .singleDate {
      font-size: 16px;
      line-height: 24px;
      color: #01aaaa;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .singleWrapper .singleContainer .singleDate {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 19px;
          color: #4ebcbc; } }
    .singleWrapper .singleContainer .singleContent {
      font-size: 16px;
      line-height: 30px;
      color: #000;
      margin-bottom: 115px; }
      @media screen and (max-width: 767px) {
        .singleWrapper .singleContainer .singleContent {
          margin-bottom: 40px; } }
      .singleWrapper .singleContainer .singleContent * {
        max-width: 100%; }
      .singleWrapper .singleContainer .singleContent p {
        margin-bottom: 20px; }

/* ========== [ Pagination ] ========== */
.singleBtn {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .singleBtn {
      flex-wrap: wrap; } }
  .singleBtn .ctaB {
    max-width: 150px;
    width: 100%; }
    @media screen and (max-width: 320px) {
      .singleBtn .ctaB {
        max-width: 140px; } }
    .singleBtn .ctaB .cta {
      padding: 6px 13px 10px;
      background: #e7f0f0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      line-height: 24px;
      color: #01aaaa;
      text-decoration: underline;
      max-width: 150px; }
      @media screen and (max-width: 767px) {
        .singleBtn .ctaB .cta {
          padding: 7px 13px; } }
    .singleBtn .ctaB .arrow {
      width: 5px;
      height: 5px;
      border: 1px solid #01aaaa;
      border-width: 0 1px 1px 0; }
      @media screen and (max-width: 767px) {
        .singleBtn .ctaB .arrow {
          width: 7px;
          height: 7px; } }
      .singleBtn .ctaB .arrow.left {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      .singleBtn .ctaB .arrow.right {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .singleBtn .ctaB.ctaList .cta {
      justify-content: center; }
    .singleBtn .ctaB.ctaPrev .cta {
      padding-right: 20px; }
    .singleBtn .ctaB.ctaNext .cta {
      padding-left: 24px; }
    @media screen and (max-width: 767px) {
      .singleBtn .ctaB.ctaList {
        width: 100%;
        max-width: 100%;
        order: -1;
        margin-bottom: 44px; }
        .singleBtn .ctaB.ctaList .cta {
          margin: 0 auto; } }
