*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}


@media (max-width: 576px) {
  .hero-section {
    margin-top: 94px;
    min-height: 30vh;
    background-position: center top;
  }
}

.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode: darken; 
}

.hero_content {
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 0;
}




body {
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans 3', sans-serif;
}
.page {
  margin: 0;
  font-family: 'Source Sans 3', sans-serif;
}

h1 {
  margin: 0;
}

p {
  margin: 0 !important;
}

a {
  display: inline-block;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.row > * {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.row {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.content-link {
  text-decoration: none;
  color: #575757;
  padding-top: 30px;
}

.content-link:hover,
.content-link:visited {
  color: #575757;
}

.blog-post__arrow {
  padding-left: 0;
  color: #c4c6c7;
  font-size: 24px;
}

.blog-news__aos {
  position: absolute;
  display: flex;
  left: 0;
  top: 20px;
}

.blog-news__link {
  position: absolute;
  display: flex;
  left: -38px;
  top: 20px;
  width: 0;
  height: 0;
  border-bottom: 180px solid transparent;
  border-left: 183px solid #cd132d;
  border-top: 180px solid transparent;
  z-index: 2;
  transition: 0.3s;
}

.blog-news__triangle {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: inline-block;
  z-index: 5;
  width: 106px;
  text-decoration: none;
  line-height: 24px;
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.blog-news__link:hover {
  left: 0;
}

.load-more__plus {
  transition: 0.2s;
}

.load-more:hover .load-more__plus {
  filter: invert(109%) sepia(94%) saturate(5000%) brightness(69%)
    contrast(167%);
}

.job-memebers__apply-box:hover img,
.blog-icon-img:hover {
  filter: invert(109%) sepia(94%) saturate(5000%) brightness(69%)
    contrast(167%);
}
/* .container {
  max-width: 1400px;
} */

@media only screen and (max-width: 1440px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .row > * {
    padding-right: 21px !important;
    padding-left: 21px !important;
  }

  .row {
    margin-right: -21px !important;
    margin-left: -21px !important;
  }
}

@media (max-width: 1440px) {
  h1 {
    font-size: 66px;
    line-height: 70px;
  }
}

@media (max-width: 1280px) {
  h1 {
    font-size: 52px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
