/* 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; }

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

/* line 39, ../etfcircle-static/static/home/scss/home.scss */
.section-title {
  font-size: 28px;
  text-align: center; }

/* line 44, ../etfcircle-static/static/home/scss/home.scss */
.job-wrapper {
  background: #fefefe;
  border: 1px solid #ddd;
  border-radius: 4px; }

/* line 53, ../etfcircle-static/static/home/scss/home.scss */
.latest-news .large .single-news-wrapper .single-news-details-wrapper {
  overflow: hidden;
  position: relative; }
  /* line 57, ../etfcircle-static/static/home/scss/home.scss */
  .latest-news .large .single-news-wrapper .single-news-details-wrapper:hover img {
    transform: scale(1.1); }
  /* line 61, ../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 69, ../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 79, ../etfcircle-static/static/home/scss/home.scss */
.latest-news .single-news-wrapper {
  text-decoration: none;
  width: 100%; }
  /* line 83, ../etfcircle-static/static/home/scss/home.scss */
  .latest-news .single-news-wrapper:hover .single_news-title {
    text-decoration: underline; }
  /* line 87, ../etfcircle-static/static/home/scss/home.scss */
  .latest-news .single-news-wrapper .single-news-details {
    color: #000; }
    /* line 90, ../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 95, ../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; }

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

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

/* line 170, ../etfcircle-static/static/home/scss/home.scss */
.education .single-education-details {
  color: #000; }
  /* line 173, ../etfcircle-static/static/home/scss/home.scss */
  .education .single-education-details .image-wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%; }
    /* line 178, ../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; }
