/* 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; }
      @media screen and (max-width: 767px) {
        /* line 11, ../etfcircle-static/static/home/scss/home.scss */
        .home-banner .row .banner-image .container {
          padding: 0; } }
      /* line 17, ../etfcircle-static/static/home/scss/home.scss */
      .home-banner .row .banner-image .container img {
        height: 100%;
        object-fit: cover;
        width: 100%; }
    /* line 25, ../etfcircle-static/static/home/scss/home.scss */
    .home-banner .row .job-filter {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      /* line 31, ../etfcircle-static/static/home/scss/home.scss */
      .home-banner .row .job-filter .location-search-button {
        cursor: pointer;
        border-radius: 3px; }

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

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

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

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

/* line 66, ../etfcircle-static/static/home/scss/home.scss */
.latest-news .large .single-news-wrapper .single-news-details-wrapper {
  overflow: hidden;
  position: relative; }
  /* line 70, ../etfcircle-static/static/home/scss/home.scss */
  .latest-news .large .single-news-wrapper .single-news-details-wrapper:hover img {
    transform: scale(1.1); }
  /* line 74, ../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 82, ../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 92, ../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 98, ../etfcircle-static/static/home/scss/home.scss */
  .latest-news .single-news-wrapper:hover .single_news-title {
    text-decoration: underline; }
  /* line 102, ../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 108, ../etfcircle-static/static/home/scss/home.scss */
    .latest-news .single-news-wrapper .single-news-details .news-title {
      font-size: 16px;
      line-height: 24px; }
    /* line 114, ../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 119, ../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 130, ../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 135, ../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 141, ../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 141, ../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 153, ../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 153, ../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 172, ../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 177, ../etfcircle-static/static/home/scss/home.scss */
.single-news-content-top {
  padding-bottom: 5px; }

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

/* line 209, ../etfcircle-static/static/home/scss/home.scss */
.insights .image-wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%; }
  /* line 214, ../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 226, ../etfcircle-static/static/home/scss/home.scss */
.media .youtube-video {
  padding-top: calc(56.25%);
  position: relative;
  width: 100%; }
  /* line 231, ../etfcircle-static/static/home/scss/home.scss */
  .media .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 242, ../etfcircle-static/static/home/scss/home.scss */
.education .single-education-details {
  color: #000; }
  /* line 245, ../etfcircle-static/static/home/scss/home.scss */
  .education .single-education-details .image-wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%; }
    /* line 250, ../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 262, ../etfcircle-static/static/home/scss/home.scss */
.media-wrapper {
  border: 1px solid var(--color-border);
  position: relative;
  padding-bottom: 40px;
  border-radius: 5px; }

/* line 269, ../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; }

/* line 279, ../etfcircle-static/static/home/scss/home.scss */
.media-img-wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%; }

/* line 285, ../etfcircle-static/static/home/scss/home.scss */
.media-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  border-radius: 5px; }

/* line 296, ../etfcircle-static/static/home/scss/home.scss */
.media-img-wrapper:hover img {
  filter: brightness(0.75); }
