/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reading indicator bar
--------------------------------------------------------------*/
progress {
  /* Positioning */
  top: 68px;
  left: 0;
  position: fixed;
  /* Dimensions */
  width: 100%;
  height: .25em;
  /* Reset the apperance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* For Firefox/IE10+ */
  background-color: transparent;
  /* For IE10+, color of the progress bar */
  color: #172A76;
  z-index: 99; }
  progress::-webkit-progress-bar {
    background-color: transparent; }

.flat::-webkit-progress-value {
  background-color: #172A76; }
.flat::-moz-progress-bar {
  background-color: #172A76; }

.progress-container {
  width: 100%;
  background-color: transparent;
  top: 68px;
  left: 0;
  position: fixed;
  height: .25em;
  display: block; }
  .progress-container .progress-bar {
    background-color: #172A76;
    width: 50%;
    display: block;
    height: inherit; }

/*--------------------------------------------------------------
# Social share
--------------------------------------------------------------*/
.share-buttons {
  line-height: 0.7rem;
  margin-top: 40px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  z-index: 2;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start; }
  .share-buttons li {
    background-color: #90AED6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-right: 10px; }
    .share-buttons li:last-child {
      margin-right: 0; }
    .share-buttons li svg {
      fill: #fff;
      width: 16px;
      height: 16px; }
    .share-buttons li a {
      padding: 5px; }

.post-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 150px; }
  @media only screen and (max-width: 767px) {
    .post-header-row {
      flex-direction: column; } }
  @media only screen and (max-width: 576px) {
    .post-header-row {
      padding-bottom: 75px;
      margin-bottom: 30px; } }
  .post-header-row::after {
    content: "";
    height: 100vh;
    width: 100vw;
    bottom: 0;
    position: absolute;
    background-image: url("../../images/curved-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1; }
    @media only screen and (max-width: 576px) {
      .post-header-row::after {
        background-size: 100%; } }
  @media only screen and (max-width: 767px) {
    .post-header-row .post-image {
      margin-bottom: 30px; } }
  .post-header-row .post-image::after {
    background-image: url("../../images/background-motif.svg"); }
  .post-header-row .post-image img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    max-width: 95%; }
    @media only screen and (max-width: 991px) {
      .post-header-row .post-image img {
        max-width: 100%; } }
  .post-header-row .entry-title {
    color: #172A76;
    font-size: 46px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 991px) {
      .post-header-row .entry-title {
        font-size: 28px;
        font-size: 1.75rem; } }
  .post-header-row .post-category .category-name {
    font-family: hack, sans-serif;
    color: #87A5CC;
    font-size: 14px;
    font-weight: 400 !important; }
    @media only screen and (max-width: 991px) {
      .post-header-row .post-category .category-name {
        font-size: 12px;
        font-size: 0.75rem; } }
    .post-header-row .post-category .category-name::after {
      content: "|";
      margin-top: 0;
      margin-right: 2px;
      margin-bottom: 0;
      margin-left: 5px; }
    .post-header-row .post-category .category-name:last-child::after {
      content: none;
      margin: 0; }
  .post-header-row .post-description {
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (max-width: 991px) {
      .post-header-row .post-description {
        display: none; } }
  .post-header-row .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 991px) {
      .post-header-row .post-meta {
        flex-direction: column; } }
    .post-header-row .post-meta .post-author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex: 0 0 60%; }
      @media only screen and (max-width: 991px) {
        .post-header-row .post-meta .post-author {
          order: 2;
          margin-top: 15px; } }
      .post-header-row .post-meta .post-author .author-image {
        margin-right: 15px; }
        .post-header-row .post-meta .post-author .author-image img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
      .post-header-row .post-meta .post-author .author-details > span {
        display: block; }
      .post-header-row .post-meta .post-author .author-details .author-name {
        font-size: 17px;
        font-size: 1.0625rem; }
        .post-header-row .post-meta .post-author .author-details .author-name a {
          color: #5D6586; }
      .post-header-row .post-meta .post-author .author-details .author-designation {
        color: #87A5CC; }
    .post-header-row .post-meta .post-publish {
      border-left: 1px solid #87A5CC;
      padding-left: 20px; }
      @media only screen and (max-width: 991px) {
        .post-header-row .post-meta .post-publish {
          border-left: none;
          padding-left: 0; } }
      .post-header-row .post-meta .post-publish > span {
        display: block; }
        @media only screen and (max-width: 991px) {
          .post-header-row .post-meta .post-publish > span {
            display: inline-block; } }
      .post-header-row .post-meta .post-publish .post-read-time {
        font-size: 17px;
        font-size: 1.0625rem; }
        @media only screen and (max-width: 991px) {
          .post-header-row .post-meta .post-publish .post-read-time {
            margin-right: 12px; } }
      .post-header-row .post-meta .post-publish .post-date {
        color: #87A5CC; }

.post-content-row {
  position: relative;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 576px) {
    .post-content-row {
      padding-bottom: 75px;
      margin-bottom: 50px; } }
  .post-content-row::after {
    content: "";
    height: 700px;
    width: 100vw;
    bottom: 0;
    position: absolute;
    background-image: url("../../images/curved-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1; }
    @media only screen and (max-width: 576px) {
      .post-content-row::after {
        background-size: 100%; } }
  .post-content-row h1, .post-content-row h2, .post-content-row h3, .post-content-row h4, .post-content-row h5, .post-content-row h5, .post-content-row h6 {
    font-weight: 700;
    margin-bottom: 20px; }
    .post-content-row h1 strong, .post-content-row h1 b, .post-content-row h1 span, .post-content-row h2 strong, .post-content-row h2 b, .post-content-row h2 span, .post-content-row h3 strong, .post-content-row h3 b, .post-content-row h3 span, .post-content-row h4 strong, .post-content-row h4 b, .post-content-row h4 span, .post-content-row h5 strong, .post-content-row h5 b, .post-content-row h5 span, .post-content-row h5 strong, .post-content-row h5 b, .post-content-row h5 span, .post-content-row h6 strong, .post-content-row h6 b, .post-content-row h6 span {
      font-weight: 700 !important; }
  .post-content-row p {
    font-size: 18px;
    color: #5D6586;
    line-height: 30px; }
    .post-content-row p:empty {
      display: none; }
  .post-content-row ul li {
    font-size: 18px;
    color: #5D6586;
    margin-bottom: 10px; }
    .post-content-row ul li.heading-list {
      font-size: 2em;
      color: #172A76;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .post-content-row ul li.heading-list {
          font-size: 25px; } }
  .post-content-row ol li {
    font-size: 18px;
    color: #5D6586;
    margin-bottom: 10px; }
    .post-content-row ol li.heading-list {
      font-size: 2em;
      color: #172A76;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .post-content-row ol li.heading-list {
          font-size: 25px; } }
  .post-content-row a {
    color: #1F99FA; }
    .post-content-row a:hover {
      color: midnightblue; }
  .post-content-row strong, .post-content-row b {
    font-weight: 600; }

.post-bottom-row .post-author-details {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px #DBDBDB;
  -moz-box-shadow: 0px 3px 6px #DBDBDB;
  -ms-box-shadow: 0px 3px 6px #DBDBDB;
  box-shadow: 0px 3px 6px #DBDBDB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 50px; }
  @media only screen and (max-width: 767px) {
    .post-bottom-row .post-author-details {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 576px) {
    .post-bottom-row .post-author-details {
      padding: 30px; } }
  .post-bottom-row .post-author-details .author-image {
    margin-right: 15px; }
    .post-bottom-row .post-author-details .author-image > img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .post-bottom-row .post-author-details .author-details > span {
    display: block; }
  .post-bottom-row .post-author-details .author-details .author-name {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600; }
    .post-bottom-row .post-author-details .author-details .author-name a {
      color: #5D6586; }
  .post-bottom-row .post-author-details .author-details .author-designation {
    color: #87A5CC; }
  .post-bottom-row .post-author-details .author-description {
    margin-top: 20px;
    margin-bottom: 0; }
.post-bottom-row .related-posts .related-post {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 576px) {
    .post-bottom-row .related-posts .related-post {
      flex-direction: column; } }
  .post-bottom-row .related-posts .related-post .post-details {
    padding-right: 30px;
    flex: 0 0 70%; }
    @media only screen and (max-width: 576px) {
      .post-bottom-row .related-posts .related-post .post-details {
        padding-right: 0;
        flex: 0 0 100%; } }
    .post-bottom-row .related-posts .related-post .post-details .post-cat-wrap {
      margin-bottom: 5px;
      line-height: normal; }
      .post-bottom-row .related-posts .related-post .post-details .post-cat-wrap a {
        font-family: hack, sans-serif;
        color: #87A5CC;
        font-size: 12px;
        font-weight: 400 !important; }
        .post-bottom-row .related-posts .related-post .post-details .post-cat-wrap a::after {
          content: "|";
          margin-top: 0;
          margin-right: 2px;
          margin-bottom: 0;
          margin-left: 5px; }
        .post-bottom-row .related-posts .related-post .post-details .post-cat-wrap a:last-child::after {
          content: none;
          margin: 0; }
    .post-bottom-row .related-posts .related-post .post-details .post-title {
      color: #172A76;
      font-size: 18px;
      font-weight: 600;
      line-height: normal; }
  @media only screen and (max-width: 576px) {
    .post-bottom-row .related-posts .related-post .post-img {
      margin: 15px 0; } }
  .post-bottom-row .related-posts .related-post .post-img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    @media only screen and (max-width: 767px) {
      .post-bottom-row .related-posts .related-post .post-img img {
        width: 100%; } }

.post-comment-row .comments-area {
  border-top: none; }

.post-subscription-row .subscription-form {
  padding: 50px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .post-subscription-row .subscription-form {
      padding: 10px; } }
  .post-subscription-row .subscription-form .hs_email > label {
    color: #172A76;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    text-align: center; }
  .post-subscription-row .subscription-form .hs_email input[type=email] {
    border-bottom: 1px solid #92AFD5;
    font-family: hack, sans-serif;
    color: #87A5CC;
    font-size: 14px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    margin-bottom: 15px;
    width: 95%;
    max-width: 500px;
    text-align: center; }
    .post-subscription-row .subscription-form .hs_email input[type=email]:focus {
      outline: none; }
  .post-subscription-row .subscription-form .inputs-list {
    margin: 0;
    list-style: none; }
    .post-subscription-row .subscription-form .inputs-list .hs-form-booleancheckbox {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: normal; }
      .post-subscription-row .subscription-form .inputs-list .hs-form-booleancheckbox .hs-input {
        margin-right: 6px; }
  .post-subscription-row .subscription-form .legal-consent-container {
    margin-top: 12px;
    font-size: 14px; }
  .post-subscription-row .subscription-form .hs_submit input[type="submit"] {
    background-color: #1F99FA;
    border: 1px solid #1F99FA;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 40px; }
  .post-subscription-row .subscription-form .hs-error-msgs label {
    color: #B41414;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    display: block; }
  .post-subscription-row .subscription-form .submitted-message p {
    color: #172A76;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px; }
    .post-subscription-row .subscription-form .submitted-message p:first-child {
      padding-top: 100px; }
      .post-subscription-row .subscription-form .submitted-message p:first-child::before {
        content: '';
        background-image: url(../../images/success.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        width: 85px;
        height: 75px;
        top: 35px;
        right: 0;
        left: 0;
        position: absolute;
        margin: 0 auto; }

.ast-single-post #primary {
  margin: 0; }

.tech-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f1f2f2;
  padding: 10px 12px;
  margin-top: 9px; }
  .tech-wrapper .tech-img {
    height: 100px;
    width: 100px; }
  .tech-wrapper .tech-heading {
    display: block;
    margin-left: 40px; }
    .tech-wrapper .tech-heading h1 {
      font-size: 22px;
      margin-top: 0;
      margin-bottom: 2px; }

.expand {
  background-color: #f8f8f8;
  padding: 40px 60px 40px;
  margin-bottom: 30px; }
  .expand p {
    margin-bottom: 0; }

/*# sourceMappingURL=single.css.map */
