/* line 1, ../etfcircle-static/static/home/scss/home.scss */
.home-banner {
  height: 250px;
  position: relative; }
  /* line 5, ../etfcircle-static/static/home/scss/home.scss */
  .home-banner .row {
    height: inherit; }
    /* line 8, ../etfcircle-static/static/home/scss/home.scss */
    .home-banner .row .banner-image {
      height: inherit; }
      /* line 11, ../etfcircle-static/static/home/scss/home.scss */
      .home-banner .row .banner-image img {
        height: 100%;
        object-fit: cover;
        width: 100%; }
    /* line 18, ../etfcircle-static/static/home/scss/home.scss */
    .home-banner .row .job-filter {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      /* line 24, ../etfcircle-static/static/home/scss/home.scss */
      .home-banner .row .job-filter .location-search-button {
        cursor: pointer;
        border-radius: 3px; }

/* line 32, ../etfcircle-static/static/home/scss/home.scss */
.section {
  padding: 20px 0; }
  /* line 35, ../etfcircle-static/static/home/scss/home.scss */
  .section:nth-child(2n) {
    background: #F6F6F6; }

/* line 40, ../etfcircle-static/static/home/scss/home.scss */
.section-title {
  font-size: var(--font-size-section-heading);
  text-align: center; }

/* line 45, ../etfcircle-static/static/home/scss/home.scss */
.job-wrapper {
  background: #fff;
  border: 1px solid #e7e7ed;
  border-radius: 3px;
  height: 100%; }

/* line 51, ../etfcircle-static/static/home/scss/home.scss */
.job-wrapper .job-type {
  color: var(--color-golden-2); }

/* line 58, ../etfcircle-static/static/home/scss/home.scss */
.latest-news .large .single-news-wrapper .single-news-details-wrapper {
  overflow: hidden;
  position: relative; }
  /* line 62, ../etfcircle-static/static/home/scss/home.scss */
  .latest-news .large .single-news-wrapper .single-news-details-wrapper:hover img {
    transform: scale(1.1); }
  /* line 66, ../etfcircle-static/static/home/scss/home.scss */
  .latest-news .large .single-news-wrapper .single-news-details-wrapper img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    transition: transform 0.3s;
    width: 100%; }
  /* line 74, ../etfcircle-static/static/home/scss/home.scss */
  .latest-news .large .single-news-wrapper .single-news-details-wrapper .single-news-details {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-shadow: 2px 2px 8px #000; }

/* line 84, ../etfcircle-static/static/home/scss/home.scss */
.latest-news .single-news-wrapper {
  text-decoration: none;
  width: 100%;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px; }
  /* line 90, ../etfcircle-static/static/home/scss/home.scss */
  .latest-news .single-news-wrapper:hover .single_news-title {
    text-decoration: underline; }
  /* line 94, ../etfcircle-static/static/home/scss/home.scss */
  .latest-news .single-news-wrapper .single-news-details {
    color: #000;
    height: 100%;
    display: flex;
    flex-direction: column; }
    /* line 100, ../etfcircle-static/static/home/scss/home.scss */
    .latest-news .single-news-wrapper .single-news-details .news-title {
      font-size: 16px;
      line-height: 24px; }
    /* line 106, ../etfcircle-static/static/home/scss/home.scss */
    .latest-news .single-news-wrapper .single-news-details .image-wrapper {
      padding-top: 56.25%;
      position: relative;
      width: 100%; }
      /* line 111, ../etfcircle-static/static/home/scss/home.scss */
      .latest-news .single-news-wrapper .single-news-details .image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        transition: 0.2s all ease-in; }
      /* line 122, ../etfcircle-static/static/home/scss/home.scss */
      .latest-news .single-news-wrapper .single-news-details .image-wrapper a:hover img {
        filter: brightness(0.75); }
    /* line 127, ../etfcircle-static/static/home/scss/home.scss */
    .latest-news .single-news-wrapper .single-news-details .single-news-content {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      /* line 133, ../etfcircle-static/static/home/scss/home.scss */
      .latest-news .single-news-wrapper .single-news-details .single-news-content .single-news-content-bottom {
        padding: 10px 0;
        margin-top: 12px;
        gap: 20px;
        margin-bottom: 5px;
        display: none !important; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          /* line 133, ../etfcircle-static/static/home/scss/home.scss */
          .latest-news .single-news-wrapper .single-news-details .single-news-content .single-news-content-bottom {
            flex-direction: column;
            gap: 0; } }
        /* line 145, ../etfcircle-static/static/home/scss/home.scss */
        .latest-news .single-news-wrapper .single-news-details .single-news-content .single-news-content-bottom .publish-date::before {
          content: "";
          width: 1px;
          background: #e4e6e9;
          height: 23px;
          position: absolute;
          transform: translateX(-10px); }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            /* line 145, ../etfcircle-static/static/home/scss/home.scss */
            .latest-news .single-news-wrapper .single-news-details .single-news-content .single-news-content-bottom .publish-date::before {
              content: none; } }
/* line 164, ../etfcircle-static/static/home/scss/home.scss */
.latest-news .col-single-top-news .single-news-wrapper .single-news-details .news-title {
  font-size: 20px;
  line-height: 28px; }

/* line 168, ../etfcircle-static/static/home/scss/home.scss */
.single-news-content-top {
  padding-bottom: 5px; }

/* line 173, ../etfcircle-static/static/home/scss/home.scss */
.events .event-wrapper {
  text-decoration: none; }
  /* line 176, ../etfcircle-static/static/home/scss/home.scss */
  .events .event-wrapper .featured-image {
    height: 180px;
    position: relative; }
    /* line 180, ../etfcircle-static/static/home/scss/home.scss */
    .events .event-wrapper .featured-image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  /* line 187, ../etfcircle-static/static/home/scss/home.scss */
  .events .event-wrapper .event-info {
    color: #000; }
  /* line 192, ../etfcircle-static/static/home/scss/home.scss */
  .events .event-wrapper:hover .event-title {
    color: var(--color-primary); }

/* line 200, ../etfcircle-static/static/home/scss/home.scss */
.insights .image-wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%; }
  /* line 205, ../etfcircle-static/static/home/scss/home.scss */
  .insights .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 217, ../etfcircle-static/static/home/scss/home.scss */
.media .youtube-video {
  padding-top: calc(56.25%);
  position: relative;
  width: 100%; }
  /* line 222, ../etfcircle-static/static/home/scss/home.scss */
  .media .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 233, ../etfcircle-static/static/home/scss/home.scss */
.education .single-education-details {
  color: #000; }
  /* line 236, ../etfcircle-static/static/home/scss/home.scss */
  .education .single-education-details .image-wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%; }
    /* line 241, ../etfcircle-static/static/home/scss/home.scss */
    .education .single-education-details .image-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* line 253, ../etfcircle-static/static/home/scss/home.scss */
.media-wrapper {
  border: 1px solid var(--color-border);
  position: relative;
  padding-bottom: 40px; }

/* line 258, ../etfcircle-static/static/home/scss/home.scss */
.media-card-bottom {
  border-top: 1px solid #f3f3f6;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
