/* Color Pallet */
.home {
  background: none;
}
.home #banner {
  height: 850px;
  max-height: 100vh;
  background-image: url(/wp-content/themes/sky-theme/images/banner/home-banner.webp);
  background-size: cover;
  background-position: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .home #banner {
    max-height: 100%;
  }
}
.home #banner .container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1492px;
  z-index: 2;
}
@media (min-width: 991px) {
  .home #banner .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 990px) and (min-width: 768px) {
  .home #banner .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .home #banner .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1501px) {
  .home #banner .container {
    bottom: 8rem;
  }
}
@media (max-width: 1500px) {
  .home #banner .container {
    bottom: 6rem;
  }
}
.home #banner .container .text-row h1 {
  padding: 0 !important;
  font-size: 4.375rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1500px) and (min-width: 1201px) {
  .home #banner .container .text-row h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .home #banner .container .text-row h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 767px) and (min-width: 371px) {
  .home #banner .container .text-row h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 371px) {
  .home #banner .container .text-row h1 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
}
.home #banner .container .search-row {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .home #banner .container .search-row {
    margin-top: 0rem;
  }
}
.home #banner .container .search-row h5 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-family: 'Outfit Regular';
  line-height: 1.75rem;
}
@media (max-width: 767px) {
  .home #banner .container .search-row h5 {
    font-size: 1.45rem;
  }
}
@media (max-width: 990px) {
  .home #banner .container .search-row .jobseekers form {
    margin-bottom: 2rem;
  }
}
.home #banner .container .search-row .jobseekers form .field {
  display: inline-block;
}
@media (min-width: 1322px) {
  .home #banner .container .search-row .jobseekers form .field.input-wrap {
    width: calc(100% / 2 - 150px);
  }
}
@media (max-width: 1321px) and (min-width: 991px) {
  .home #banner .container .search-row .jobseekers form .field.input-wrap {
    width: calc(100% / 2 - 100px);
  }
}
@media (max-width: 990px) and (min-width: 768px) {
  .home #banner .container .search-row .jobseekers form .field.input-wrap {
    width: calc(100% / 2 - 90px);
  }
}
@media (max-width: 767px) {
  .home #banner .container .search-row .jobseekers form .field.input-wrap {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.home #banner .container .search-row .jobseekers form .field.input-wrap input {
  width: 89%;
}
.home #banner .container .search-row .jobseekers form .field.submit {
  width: auto;
}
@media (max-width: 767px) {
  .home #banner .container .search-row .jobseekers form .field.submit {
    width: 100%;
  }
}
.home #banner .container .search-row .jobseekers form .field.submit input {
  width: 100%;
}
.home #banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(850px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.home #banner #background-video {
  position: absolute;
  height: calc(850px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: z-index 1000ms ease-in-out;
  transition: z-index 1000ms ease-in-out;
}
.home #banner h5,
.home #banner h1,
.home #banner p {
  color: #ffffff;
}
.home .hp-content {
  /* * {
            color: @font-color-2;

            a {
                span {
                    color: @w;
                }
            }
        }*/
}
.home .hp-content .logo-carousel {
  padding: 4rem 0 0;
  margin: 0;
}
.home .hp-content .logo-carousel li {
  padding: 0 1rem;
}
.home .hp-content .logo-carousel li img {
  width: auto;
  height: auto;
  max-height: 50px;
  max-width: 90%;
  margin: 0 auto;
}
.home .hp-content .tax-lists {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  background: #26383F;
  border-radius: 10px;
}
@media (max-width: 990px) {
  .home .hp-content .tax-lists {
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.home .hp-content .tax-lists * {
  color: #ffffff;
  text-decoration: none;
}
.home .hp-content .tax-lists .top {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .home .hp-content .tax-lists .top h3 {
    margin-bottom: 1rem;
  }
}
.home .hp-content .tax-lists .top .tax-names {
  text-align: right;
}
@media (max-width: 767px) {
  .home .hp-content .tax-lists .top .tax-names {
    text-align: left;
  }
}
.home .hp-content .tax-lists .top .tax-names ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 60px;
  font-size: 0;
  padding: 0.5rem;
}
.home .hp-content .tax-lists .top .tax-names ul li {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 4 - .75rem);
  margin-right: 1rem;
  text-align: center;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .home .hp-content .tax-lists .top .tax-names ul li {
    width: auto;
    padding: 0.5rem;
    margin-right: 0.25rem;
  }
}
@media (max-width: 480px) and (min-width: 386px) {
  .home .hp-content .tax-lists .top .tax-names ul li {
    font-size: 0.9rem;
  }
}
@media (max-width: 385px) {
  .home .hp-content .tax-lists .top .tax-names ul li {
    font-size: 0.8rem;
  }
}
.home .hp-content .tax-lists .top .tax-names ul li:hover {
  background: #003393;
}
.home .hp-content .tax-lists .top .tax-names ul li.active {
  background: #3E7DFF;
  cursor: default;
}
.home .hp-content .tax-lists .top .tax-names ul li:last-child {
  margin: 0;
}
.home .hp-content .tax-lists .terms {
  display: none;
}
.home .hp-content .tax-lists .terms.active {
  display: block;
}
.home .hp-content .tax-lists .terms ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.home .hp-content .tax-lists .terms ul li {
  padding: 0 2rem 0 0;
  margin: 0 0 1rem;
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
}
@media (max-width: 990px) and (min-width: 481px) {
  .home .hp-content .tax-lists .terms ul li {
    width: calc(100% / 2);
  }
}
@media (max-width: 480px) {
  .home .hp-content .tax-lists .terms ul li {
    width: 100%;
    padding: 0;
  }
}
.home .hp-content .tax-lists .terms ul li span {
  color: #3E7DFF;
}
.home .hp-content .tax-lists .terms ul li.none {
  opacity: 0.6;
}
.home .hp-content .featured-jobs-wrap {
  padding: 4rem 0;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .home .hp-content .featured-jobs-wrap {
    padding: 2rem 0;
  }
}
.home .hp-content .featured-jobs-wrap .title {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .home .hp-content .featured-jobs-wrap .title {
    margin-bottom: 2rem !important;
  }
}
.home .hp-content .featured-jobs-wrap .title .text h3 {
  color: #003393;
}
@media (max-width: 767px) {
  .home .hp-content .featured-jobs-wrap .title .text h3 {
    margin-bottom: 1rem;
  }
}
.home .hp-content .featured-jobs-wrap .title .link {
  text-align: right;
}
.home .hp-content .featured-jobs-wrap .title .link .jobs-list-arrows {
  display: inline-block;
  margin-right: 1rem;
  line-height: 60px;
}
.home .hp-content .featured-jobs-wrap .title .link .jobs-list-arrows button {
  font-size: 0;
  background: 0;
  border: none;
  background-size: 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
}
.home .hp-content .featured-jobs-wrap .title .link .jobs-list-arrows button.slick-prev {
  background-image: url(/wp-content/themes/sky-theme/images/svg/arrow.svg);
}
.home .hp-content .featured-jobs-wrap .title .link .jobs-list-arrows button.slick-next {
  background-image: url(/wp-content/themes/sky-theme/images/svg/arrow.svg);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .hp-content .featured-jobs-wrap .title .link .button {
  float: right;
}
@media (max-width: 767px) {
  .home .hp-content .featured-jobs-wrap .title .link .button {
    float: left;
  }
}
.home .hp-content .featured-companies {
  padding: 4rem 0;
}
@media (min-width: 991px) {
  .home .hp-content .featured-companies .text h3 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 990px) {
  .home .hp-content .featured-companies .text h3 {
    margin-bottom: 2rem;
  }
}
.home .hp-content .featured-companies .link .button {
  float: right;
}
@media (max-width: 990px) {
  .home .hp-content .featured-companies .link .button {
    float: left;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 991px) {
  .home .hp-content .featured-companies .company-wrap {
    padding-left: 4rem;
  }
}
@media (max-width: 990px) {
  .home .hp-content .featured-companies .company-wrap {
    margin-top: 2rem;
  }
}
.home .hp-content .featured-companies .company-list,
.home .hp-content .featured-companies .company-list-full {
  padding: 0;
  list-style: none;
}
.home .hp-content .featured-companies .company-list li,
.home .hp-content .featured-companies .company-list-full li {
  /* display: inline-block;
                     vertical-align: top;*/
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: #ffffff;
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #EAEAEA;
  /* &:nth-child(2n) {
                         margin: 0;
                     }*/
}
.home .hp-content .featured-companies .company-list li .logo,
.home .hp-content .featured-companies .company-list-full li .logo {
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  min-width: 167px;
  min-height: 80px;
}
@media (max-width: 1450px) {
  .home .hp-content .featured-companies .company-list li .logo,
  .home .hp-content .featured-companies .company-list-full li .logo {
    max-width: 100%;
  }
}
.home .hp-content .featured-companies .company-list li .logo img,
.home .hp-content .featured-companies .company-list-full li .logo img {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 167px;
  max-height: 80px;
  width: auto;
  height: auto;
}
@media (max-width: 1450px) {
  .home .hp-content .featured-companies .company-list li .logo img,
  .home .hp-content .featured-companies .company-list-full li .logo img {
    max-width: 100%;
    max-height: 100%;
  }
}
.home .hp-content .featured-companies .company-list li .text,
.home .hp-content .featured-companies .company-list-full li .text {
  padding-bottom: 1rem;
}
.home .hp-content .featured-companies .company-list li .text h5,
.home .hp-content .featured-companies .company-list-full li .text h5 {
  color: #3E7DFF;
}
.home .hp-content .featured-companies .company-list li p,
.home .hp-content .featured-companies .company-list-full li p {
  margin: 1rem 0 0;
  text-align: center;
  color: #011821;
}
.home .hp-content .featured-companies .company-list .slick-slide {
  margin: 0 0.25rem;
}
.home .hp-content .featured-companies .company-arrows,
.home .hp-content .featured-companies .company-full-arrows {
  margin-bottom: 1rem;
}
.home .hp-content .featured-companies .company-arrows button,
.home .hp-content .featured-companies .company-full-arrows button {
  font-size: 0;
  background: 0;
  border: none;
  background-size: 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
}
.home .hp-content .featured-companies .company-arrows button.slick-prev,
.home .hp-content .featured-companies .company-full-arrows button.slick-prev {
  background-image: url(/wp-content/themes/sky-theme/images/svg/arrow.svg);
}
.home .hp-content .featured-companies .company-arrows button.slick-next,
.home .hp-content .featured-companies .company-full-arrows button.slick-next {
  background-image: url(/wp-content/themes/sky-theme/images/svg/arrow.svg);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .hp-content .featured-companies .company-full-arrows {
  float: right;
  line-height: 60px;
  margin-right: 1rem;
}
.home .hp-content .featured-companies .company-arrows button.slick-prev {
  background-image: url(/wp-content/themes/sky-theme/images/svg/arrow.svg);
}
.home .hp-content .featured-companies .company-arrows button.slick-next {
  background-image: url(/wp-content/themes/sky-theme/images/svg/arrow.svg);
}
.home .hp-content .candidate-benefits {
  padding: 4rem 0;
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .hp-content .candidate-benefits:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 990px) {
  .home .hp-content .candidate-benefits {
    padding: 2rem 0;
  }
}
.home .hp-content .candidate-benefits * {
  color: #ffffff;
}
.home .hp-content .candidate-benefits.no-bg {
  background: transparent;
}
.home .hp-content .candidate-benefits.no-bg::before {
  display: none;
}
.home .hp-content .candidate-benefits.no-bg * {
  color: #000000;
}
.home .hp-content .candidate-benefits.no-bg h3 {
  color: #003393;
}
.home .hp-content .candidate-benefits.no-bg .button {
  float: right;
}
.home .hp-content .candidate-benefits.no-bg .button span {
  color: #ffffff;
}
@media (max-width: 990px) {
  .home .hp-content .candidate-benefits.no-bg .button {
    float: left;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 991px) {
  .home .hp-content .candidate-benefits .text h3 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 990px) {
  .home .hp-content .candidate-benefits .text h3 {
    margin-bottom: 2rem;
  }
}
.home .hp-content .candidate-benefits .text .button {
  float: right;
}
@media (max-width: 990px) {
  .home .hp-content .candidate-benefits .text .button {
    float: left;
    margin-bottom: 1.5rem;
  }
}
.home .hp-content .candidate-benefits .text .benefits-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .hp-content .candidate-benefits .text .benefits-container ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 480px) {
  .home .hp-content .candidate-benefits .text .benefits-container ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.home .hp-content .candidate-benefits .text .benefits-container ul li {
  margin: 0 0.5rem 2rem;
  border-radius: 15px;
  border: 2px solid #ffffff;
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 22%;
          flex: 1 1 22%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1220px) {
  .home .hp-content .candidate-benefits .text .benefits-container ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
  }
}
@media (max-width: 990px) {
  .home .hp-content .candidate-benefits .text .benefits-container ul li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .home .hp-content .candidate-benefits .text .benefits-container ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.home .hp-content .candidate-benefits .text .benefits-container ul li span,
.home .hp-content .candidate-benefits .text .benefits-container ul li i {
  display: inline;
  vertical-align: middle;
  line-height: 100%;
}
@media (max-width: 1246px) and (min-width: 991px) {
  .home .hp-content .candidate-benefits .text .benefits-container ul li span,
  .home .hp-content .candidate-benefits .text .benefits-container ul li i {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
}
.home .hp-content .candidate-benefits .text .benefits-container ul li i {
  margin: 0 1rem 0 0;
  font-size: 28px;
}
.home .hp-content .candidate-benefits .text .benefits-container ul li span {
  width: 80%;
  display: inline-block;
}
@media (min-width: 991px) {
  .home .hp-content .candidate-benefits .company-wrap {
    padding-left: 4rem;
  }
}
@media (max-width: 990px) {
  .home .hp-content .candidate-benefits .company-wrap {
    margin-top: 2rem;
  }
}
.home .hp-content .candidate-benefits .company-list,
.home .hp-content .candidate-benefits .company-list-full {
  padding: 0;
  list-style: none;
}
.home .hp-content .candidate-benefits .company-list li,
.home .hp-content .candidate-benefits .company-list-full li {
  /* display: inline-block;
                     vertical-align: top;*/
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: #ffffff;
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #EAEAEA;
  /* &:nth-child(2n) {
                         margin: 0;
                     }*/
}
.home .hp-content .candidate-benefits .company-list li .logo,
.home .hp-content .candidate-benefits .company-list-full li .logo {
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  min-width: 167px;
  min-height: 80px;
}
@media (max-width: 1450px) {
  .home .hp-content .candidate-benefits .company-list li .logo,
  .home .hp-content .candidate-benefits .company-list-full li .logo {
    max-width: 100%;
  }
}
.home .hp-content .candidate-benefits .company-list li .logo img,
.home .hp-content .candidate-benefits .company-list-full li .logo img {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 167px;
  max-height: 80px;
  width: auto;
  height: auto;
}
@media (max-width: 1450px) {
  .home .hp-content .candidate-benefits .company-list li .logo img,
  .home .hp-content .candidate-benefits .company-list-full li .logo img {
    max-width: 100%;
    max-height: 100%;
  }
}
.home .hp-content .candidate-benefits .company-list li .text,
.home .hp-content .candidate-benefits .company-list-full li .text {
  padding-bottom: 1rem;
}
.home .hp-content .candidate-benefits .company-list li .text h5,
.home .hp-content .candidate-benefits .company-list-full li .text h5 {
  color: #3E7DFF;
}
.home .hp-content .candidate-benefits .company-list li p,
.home .hp-content .candidate-benefits .company-list-full li p {
  margin: 1rem 0 0;
  text-align: center;
  color: #011821;
}
.home .hp-content .candidate-benefits .company-list .slick-slide {
  margin: 0 0.25rem;
}
.home .hp-content .candidate-benefits .company-arrows,
.home .hp-content .candidate-benefits .company-full-arrows {
  margin-bottom: 1rem;
}
.home .hp-content .candidate-benefits .company-arrows button,
.home .hp-content .candidate-benefits .company-full-arrows button {
  font-size: 0;
  background: 0;
  border: none;
  background-size: 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
}
.home .hp-content .candidate-benefits .company-arrows button.slick-prev,
.home .hp-content .candidate-benefits .company-full-arrows button.slick-prev {
  background-image: url(/wp-content/themes/sky-theme/images/svg/arrow.svg);
}
.home .hp-content .candidate-benefits .company-arrows button.slick-next,
.home .hp-content .candidate-benefits .company-full-arrows button.slick-next {
  background-image: url(/wp-content/themes/sky-theme/images/svg/arrow.svg);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .hp-content .candidate-benefits .company-full-arrows {
  float: right;
  line-height: 60px;
  margin-right: 1rem;
}
.home .hp-content .candidate-benefits .company-arrows button.slick-prev {
  background-image: url(/wp-content/themes/sky-theme/images/svg/arrow.svg);
}
.home .hp-content .candidate-benefits .company-arrows button.slick-next {
  background-image: url(/wp-content/themes/sky-theme/images/svg/arrow.svg);
}
.home .hp-content .advertise {
  padding: 4rem 0;
}
.home .hp-content .advertise .ad-wrap {
  border: 1px solid #3E7DFF;
  border-radius: 10px;
}
.home .hp-content .advertise .ad-wrap .wpb_raw_html {
  padding: 2rem;
}
.home .hp-content .advertise .ad-wrap .image .wpb_raw_html {
  padding: 2rem 0 2rem 2rem;
}
.home .hp-content .advertise .ad-wrap .image img {
  width: 80px;
}
.home .hp-content .advertise .ad-wrap h4 {
  margin: 0 0 2rem;
}
.home .hp-content .advertise .ad-wrap .link {
  text-align: right;
}
.home .hp-content .career-advice-section {
  padding: 4rem 0;
}
@media (max-width: 990px) {
  .home .hp-content .career-advice-section {
    padding: 2rem 0;
  }
}
.home .hp-content .career-advice-section h3 {
  color: #003393;
}
.home .hp-content .career-advice-section .button {
  float: right;
}
@media (max-width: 990px) {
  .home .hp-content .career-advice-section .button {
    float: left;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .home .hp-content .career-advice-section .button {
    margin-bottom: 1.5rem;
  }
}
.home .hp-content .career-advice-section .career-advice-row {
  margin-top: 2rem;
}
.home .hp-content .career-advice-section .career-advice-row .single-advice-col:nth-child(4) {
  display: none;
}
@media (max-width: 1200px) {
  .home .hp-content .career-advice-section .career-advice-row .single-advice-col {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .home .hp-content .career-advice-section .career-advice-row .single-advice-col:nth-child(4) {
    display: block;
  }
}
@media (max-width: 767px) {
  .home .hp-content .career-advice-section .career-advice-row .single-advice-col {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
}
@media (max-width: 600px) {
  .home .hp-content .career-advice-section .career-advice-row .single-advice-col {
    width: 100%;
    padding-right: 0!important;
    padding-left: 0!important;
  }
}
.home .hp-content .career-advice-section .career-advice-row .single-advice-col .single-career-advice {
  border-radius: 15px;
  height: 530px;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.home .hp-content .career-advice-section .career-advice-row .single-advice-col .single-career-advice:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.home .hp-content .career-advice-section .career-advice-row .single-advice-col .single-career-advice a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home .hp-content .career-advice-section .career-advice-row .single-advice-col .single-career-advice .cont-sect {
  position: absolute;
  bottom: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.home .hp-content .career-advice-section .career-advice-row .single-advice-col .single-career-advice .cont-sect p,
.home .hp-content .career-advice-section .career-advice-row .single-advice-col .single-career-advice .cont-sect h4 {
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .home .hp-content .career-advice-section .career-advice-row .single-advice-col .single-career-advice {
    height: 300px;
  }
  .home .hp-content .career-advice-section .career-advice-row .single-advice-col .single-career-advice .cont-sect {
    bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .home .hp-content .career-advice-section .career-advice-row .single-advice-col .single-career-advice {
    height: 250px;
  }
  .home .hp-content .career-advice-section .career-advice-row .single-advice-col .single-career-advice .cont-sect {
    bottom: 2rem;
  }
}
