/****blog revamp 04-06-2024*****/
.spacer-y {
  padding-block: 80px;
}

.spacer-top {
  padding-top: 80px;
}

.spacer-bottom {
  padding-bottom: 80px;
}

.text_primary {
  color: #F49D34;
}

.blog-btn-prime {
  background-color: #f48120 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-family: 'Mark Pro', sans-serif;
  font-weight: 400;
}

.blog-btn-prime:hover,
.blog-btn-prime:focus,
.blog-btn-prime:focus-visible {
  background-color: #fff !important;
  color: #F49D34 !important;
  border: 1px solid #000 !important;
}

.title_main {
  margin-bottom: 25px;
}

.title_main .section_title {
  font-size: 38px;
  line-height: 1.4;
  position: relative;
  padding-left: 45px;
}

.title_main .section_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 30px solid #F49D34;
  border-bottom: 15px solid transparent;
}

.view-all-wrapper {
  margin-top: 30px;
}

.bg-white {
  background-color: #fff !important;
}

.s-blog-hero {
  padding: 140px 0 140px 0px;
  background-color: #1A1A1A;
  margin-top: 80px;
  position: relative;
}


.s-blog-hero::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/blog-banner-bg.jpg) top/cover no-repeat;  
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;

}


.s-hero-blog__title-wrapper p {
  color: #fff !important;
  font-size: 24px;
  position: relative;
}

.s-hero-blog__prime-title {
  color: #fff;
}

.s-hero-blog__prime-title span {
  color: rgba(239, 127, 26, 1);
}



/***new blog hero section****/

.s-latest-posts .small-columns .s-latest-posts__title {
  font-size: 20px;
}

.s-latest-posts .outer-columns {
  min-height: 700px;
}


.s-latest-posts .s-latest-posts__title-link .s-latest-posts__title {
  margin-top: 0px;
}

.s-latest-posts .s-latest-posts__info {
  padding: 15px 10px;
}

.s-latest-posts__single img {
  width: 100%;
  aspect-ratio: 6/4.75;
  object-fit: cover;
}

.s-latest-posts .s-latest-posts__single:hover,
.s-latest-posts .s-latest-posts__single:focus,
.s-latest-posts .s-latest-posts__single:focus-visible {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, .1);
}

.s-latest-posts .outer-columns:first-child .s-latest-posts__thumb-main {
  min-height: 564px;
}

.s-latest-posts .outer-columns:first-child .s-latest-posts__thumb-main img {
  min-height: inherit;
}

.s-latest-posts .s-latest-posts__img-link {
  display: block;
  min-height: inherit;
}

.s-latest-posts .inner-row .flex_columns .small-columns {
  margin-bottom: 20px;
}

.s-latest-posts .inner-row .flex_columns:nth-last-child(-n+2) .small-columns,
.s-latest-posts .inner-row .flex_columns:last-child .small-columns {
  margin-bottom: 0px;
}

.s-latest-posts__link .link-arrow {
  transform: translateX(0px);
  display: inline-block;
}

.s-latest-posts__link:hover .link-arrow,
.s-latest-posts__link:focus .link-arrow,
.s-latest-posts__link:focus-visible .link-arrow {
  transform: translateX(6px);
  color: #000;
}

.s-latest-posts__link:hover,
.s-latest-posts__link:focus,
.s-latest-posts__link:focus-visible {
  color: #000;
}

.s-latest-posts .inner-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.s-latest-posts .flex_columns {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}


.s-latest-posts__row-ctrls,
.s-latest-posts__cat-search-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}

.s-latest-posts__row-ctrls {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 60px;
}

.s-latest-posts__cat-select-main {
  flex: 0 0 30%;
  padding-left: 10px;
  padding-right: 10px;
}

.s-latest-posts__cat-select {
  appearance: none;
  background: url('../images/down-cheveron.png');
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 20px;
}

.s-latest-posts__cat-search-main {
  flex: 0 0 70%;
  padding-left: 10px;
  padding-right: 10px;
}

.s-latest-posts__cat-search-col {
  flex: 0 0 80%;
  position: relative;
}

.s-latest-posts__cat-search-col::before {
  content: '';
  background-image: url('../images/search-icon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 8px;
  pointer-events: none;
}

.s-latest-posts__cat-search-col .cat-search-field {
  padding: 8px 15px 8px 40px;
  border-radius: 0;
}

.s-latest-posts__cat-search-col .cat-search-field:focus {
  border: 1.5px solid #000;
}

.s-latest-posts__cat-submit-col {
  flex: 0 0 20%;
  padding-left: 10px;
}


.s-latest-posts__cat-submit-col .search-submit-btn {
  padding: 11px 15px;
  color: #fff;
  background-color: #f48120;
  border-color: transparent;
  display: block;
  width: 100%;
  border-radius: 0;
}


.s-latest-posts__cat-submit-col .search-submit-btn:hover,
.s-latest-posts__cat-submit-col .search-submit-btn:focus {
  color: #000;
}

.results_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.search-results_grid .search-result {
  flex: 0 0 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.search-results_grid .search-result .result-card-img img {
  aspect-ratio: 6/5;
  object-fit: cover;
  width: 100%;
}

/****new blog latest posts section****/

.s-sustain-report {
  background-image: var(--sustain-bg-img);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 580px;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.s-sustain-report .s-sustain-report__title,
.s-sustain-report .s-sustain-report__description {
  color: #fff;
}

.s-sustain-report .s-sustain-report__title {
  font-size: 48px;
}

.s-sustain-report .s-sustain-report__content {
  width: 40%;
}

.s-sustain-report .s-sustain-report__description {
  font-size: 18px;
}

.s-sustain-report .blog-btn-prime {
  margin-top: 20px;
}

/****new blog sustain report section****/
.s-stainless-cat {
  background: #f0f0f0;
}

/****new blog sustain cat section****/


.cat_card {
  display: block;
}

.cat_card .cat_card-content {
  padding: 20px 15px 20px 15px;
  min-height: 115px;
}

.cat_card .cat_card-title {
  margin-top: unset;
}

.cat_card .cat_card-link:hover,
.cat_card .cat_card-link:focus,
.cat_card .cat_card-link:focus-visible,
.cat_card .cat_card-title-link:hover,
.cat_card .cat_card-title-link:focus,
.cat_card .cat_card-title-link:focus-visible {
  color: #000;
}

.cat_card .cat_card-link .link-right-arrow {
  transform: translateX(0px);
  display: inline-block;
}

.cat_card .cat_card-link:hover .link-right-arrow,
.cat_card .cat_card-link:focus .link-right-arrow,
.cat_card .cat_card-link:focus-visible .link-right-arrow {
  transform: translateX(6px);
}

.cat_card:hover,
.cat_card:focus,
.cat_card:focus-visible {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, .1);
}

.cat_card .cat_card-img_link img {
  width: 100%;
  aspect-ratio: 6/4;
  object-fit: cover;
}

.cat-card_secondary .cat_card-content {
  background-color: #f48120;
}


.cat-card_secondary .cat_card-title-link {
  color: #fff;
}

.cat-card_secondary .cat_card-link {
  color: #fff;
}

.cat-card_secondary .cat_card-img_link img {
  aspect-ratio: 6/4;
  min-height: 60px;
  object-fit: cover;
}


.cat_card .cat_card-btn {
  width: fit-content;
  padding: 5px 20px;
  color: #fff;
  font-size: 16px;
  display: block;
  background-color: #FEA734;
}

.cat_card .cat_card-btn:hover,
.cat_card .cat_card-btn:focus,
.cat_card .cat_card-btn:focus-within {
  color: #000;
}

.cat_card .cat_card-excerpt {
  color: #000;
  padding-bottom: 10px;
}

.card_card-overlap {
  width: 98%;
}

.card_card-overlap .post_publish_date {
  display: block;
  font-size: 12px;
  color: #808080;
  margin-bottom: 10px;
}

.card_card-overlap .cat_card-img_link img {
  aspect-ratio: 6/3.5;
  border: 1px solid rgba(0, 0, 0, 0.75);
  object-fit: cover;

}

.card_card-overlap:hover,
.card_card-overlap:focus,
.card_card-overlap:focus-visible {
  box-shadow: unset;
}

.card_card-overlap .cat_card-content {
  width: 100%;
  margin-left: auto;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: -50px;
  background-color: #fff;
  transform: translateX(5%);

}

.card_card-overlap .cat_card-content:hover,
.card_card-overlap .cat_card-content:focus,
.card_card-overlap .cat_card-content:focus-visible {
  filter: drop-shadow(0px 2px 3.5px rgba(0, 0, 0, 0.1));
}

.cat_card_bodered .cat_card-inner {
  background-color: #fff;
}

.cat_card_bodered .cat_card-img-main {
  padding: 10px 10px 0 10px;
}

/***new blog cat cards****/
.s-insight-cat .cat_card .cat_card-content {
  min-height: 115px;
}

/***new blog cats insights**/
.s-top-vids {
  background-color: #f48120;
}

.s-top-vids .section_title {
  color: #fff;
}

.s-top-vids .section_title::before {
  content: '';
  border-top: 15px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 15px solid transparent;
}

.s-top-vids .cat-card_secondary .cat_card-img_link img {
  object-fit: fill;
  aspect-ratio: 6/4;
}

.s-top-vids .cat_card-title a {
  color: #FEA734;
}


.s-top-vids .cat_card-title .cat_card-title-link:hover,
.s-top-vids .cat_card-title .cat_card-title-link:focus,
.s-top-vids .cat_card-title .cat_card-title-link:focus-visible {
  color: #FEA734;
}

/***new blog video section****/


.s-leader-cat .cat_card-img_link img {
  aspect-ratio: 6/4;
  object-fit: cover;
}

/***new blog leadership cat***/


.s-spirit-cat .cat_card .cat_card-title {
  min-height: 50px;
}

.s-spirit-cat .cat_card-title .cat_card-title-link:hover,
.s-spirit-cat .cat_card-title .cat_card-title-link:focus,
.s-spirit-cat .cat_card-title .cat_card-title-link:focus-visible {
  color: #fff;
}

/***new blog statinless spirit cat***/
.s-news-flash .cat_card_bodered .cat_card-inner {
  background-color: #f0f0f0;
}

/***new blog news flash cat***/

.s-products {
  background-image: url(../images/products-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.s-products .title_main .section_title {
  color: #fff;
}

.s-products .s-products__grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.s-products .s-products__grid .s-products__column {
  flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}


.s-products .s-products__grid .s-products__inner-img-link {
  display: block;
  min-height: inherit;
}

.s-products .s-products__inner-title-link .s-products__inner-title {
  color: #fff;
}

.s-products .s-products__inner-link {
  color: #fff;
}

.s-products .s-products__inner-link:hover,
.s-products .s-products__inner-link:focus,
.s-products .s-products__inner-link:focus-visible {
  color: #000;

}

.s-products .s-products__inner-link .link-right-arrow {
  display: inline-block;
  transform: translateX(0);
}

.s-products .s-products__inner-link:hover .link-right-arrow,
.s-products .s-products__inner-link:focus .link-right-arrow,
.s-products .s-products__inner-link:focus-visible .link-right-arrow {
  transform: translateX(6px);

}

.s-products .s-products__inner-img-link img {
  width: 100%;
}

.s-products .s-products__inner-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: hidden;
}

.s-products .s-products__inner-row:hover,
.s-products .s-products__inner-row:focus,
.s-products .s-products__inner-row:focus-visible {
  box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.2);
}




.s-products .s-products__inner-col {
  max-height: 150px;
  min-height: 150px;

}

.s-products .s-products__inner-col a img {
  min-height: inherit;
}

.s-products .s-product__img-col {
  flex: 0 0 40%;
}

.s-products .s-product__text-col {
  flex: 0 0 60%;
  padding: 10px 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s-products .s-products__inner-title-link .s-products__inner-title {
  color: #f48120;
}

.s-products .s-products__inner-link {
  color: #000;
}

.s-products .s-products__inner-link:hover {
  color: #f49d34;
}

.s-products .s-products__inner-title-link .s-products__inner-title {
  margin-top: 0;
}



/***new blog product listing***/

.s-query {
  background-color: #f0f0f0;
}

.s-query .s-query__title {
  margin-top: unset;
}

.s-query .s-query__content {
  font-size: 18px;
}

.s-query__field-wrapper {
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
}

.s-query .s-query__field {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  padding: .5rem 0;
}

.for-sr-only {
  display: none;
}

.s-query__field-wrapper .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.s-query__field-wrapper .wpcf7-form-control-wrap::before {
  content: '';
  width: fit-content;
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 5px;
  left: 9px;
  transition: all 0.2s;
  pointer-events: none;
}
.s-query__field-wrapper .wpcf7-form-control-wrap::before {
	display:none !important;
}

.s-query__field-wrapper .first-name::before {
  content: 'First Name*';
}

.s-query__field-wrapper .last-name::before {
  content: 'Last Name*';
}

.s-query__field-wrapper .email::before {
  content: 'Enter your Email ID*';
}

.s-query__field-wrapper .email {
  display: block;
}

.s-query__field-wrapper .wpcf7-form-control-wrap:focus-within::before {
  top: -16px;
  font-size: 12px;
  color: #f2890a;
}

.s-query .blog-btn-prime {
  width: fit-content;
  border-radius: 0;
  margin-top: 10px;
  padding: 1rem 2rem;
}

.s-query .wpcf7 form.invalid .wpcf7-response-output,
.s-query .wpcf7 form.unaccepted .wpcf7-response-output,
.s-query .wpcf7 form.payment-required .wpcf7-response-output,
.s-query .wpcf7 .wpcf7-response-output {
  width: max-content;
  margin-top: 10px;
}

.s-query .wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
  top: 6px;
  right: 4px;
}


/***new blog query form***/
/****resposive*****/
@media screen and (max-width: 1600px) {
  .s-hero-blog__title-wrapper p {
    font-size: 22px;
  }

}

@media screen and (max-width: 1440px) {
  .title_main {
    margin-bottom: 20px;
  }

  .title_main .section_title {
    font-size: 34px;
  }

  /**helper classes**/
  .s-hero-blog__title-wrapper p {
    font-size: 20px;
  }


  .s-sustain-report {
    min-height: 490px;
  }

  .s-sustain-report .s-sustain-report__title {
    font-size: 34px;
  }

  .s-sustain-report .s-sustain-report__content {
    width: 40%;
  }

  .s-query .s-query__content {
    font-size: 16px;
  }


  /***new blog query form***/


}

@media screen and (max-width: 1199px) {
  .s-latest-posts .outer-columns:first-child .s-latest-posts__thumb-main {
    min-height: auto;
  }

  .s-latest-posts .outer-columns {
    min-height: auto;
  }

  .s-latest-posts .outer-columns:first-child {
    margin-bottom: 20px;
  }


  .s-sustain-report {
    min-height: 400px;
  }

  .s-sustain-report .s-sustain-report__title {
    font-size: 34px;
  }

  .s-sustain-report .s-sustain-report__content {
    width: 50%;
  }

  /*******new blog sustain report section**********/
  .cat_card {
    margin-bottom: 20px;
  }

  .card_card-overlap {
    width: 100%;
  }

  .card_card-overlap .cat_card-img_link img {
    aspect-ratio: 8/7;
  }

  .card_card-overlap .cat_card-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0%);
  }

  /***new blog cat cards****/
  .s-spirit-cat .cat_card .cat_card-title {
    min-height: unset;
  }

  /***new blog statinless spirit cat***/
  .s-query .s-query__field-wrapper {
    margin-bottom: 50px;
  }

  /***new blog query form***/
}

@media screen and (max-width: 991px) {

  .title_main .section_title {
    font-size: 32px;
  }

  /**helper classes**/

  .s-blog-hero {
    margin-top: 65px;
    padding: 80px 0px 80px;
  }

  .s-hero-blog__prime-title-main h1 {
    font-size: 32px;
  }

  .s-hero-blog__title-wrapper p {
    font-size: 16px;
  }

  .blog .wrapper .navbar .navbar-header .logo-display {
    display: block !important;
  }

  .blog .wrapper .navbar .navbar-header .logo-scrolled {
    display: none !important;
  }

  .blog .wrapper .navbar .navbar-toggle .fa-bars {
    color: #000000;
  }

  .blog nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
    color: rgba(255, 255, 255, 0.8);
  }

  .s-sustain-report {
    min-height: 350px;
    background-size: cover;
  }

  .s-sustain-report .s-sustain-report__content {
    width: 100%;
  }


  .cat_card .cat_card-content,
  .s-insight-cat .cat_card .cat_card-content {
    min-height: unset;
  }
  /***new blog cats insights**/
}

@media screen and (max-width: 767px) {

  .s-blog-hero::before {
    background: url(../images/blog-banner-bg.jpg) right/cover no-repeat;  
  }
  

  .title_main .section_title {
    font-size: 24px;
    padding-left: 30px;
  }

  .title_main .section_title::before {
    content: '';
    border-top: 10px solid transparent;
    border-left: 20px solid #F49D34;
    border-bottom: 10px solid transparent;
  }


  .spacer-y {
    padding-block: 40px;
  }


  .spacer-top {
    padding-top: 40px;
  }

  .spacer-bottom {
    padding-bottom: 40px;
  }

  /**helper classes**/


  .s-sustain-report .s-sustain-report__title {
    font-size: 28px;
  }

  .s-top-vids .section_title::before {
    content: '';
    border-top: 10px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 10px solid transparent;
  }


  /***new blog video section****/

  .card_card-overlap .cat_card-content {
    width: 90%;
    min-height: unset;
  }

  /***new blog cat cards****/
  .s-products .s-products__grid .s-products__column {
    flex: 0 0 100%;
  }

  .s-products .s-products__inner-col {
    flex: 0 0 100%;
    min-height: unset;
  }


  .s-latest-posts__cat-search-main {
    flex: 0 0 100%;
    margin-top: 20px;

  }


  .s-latest-posts__cat-select-main {
    flex: 0 0 100%;

  }

  .s-latest-posts__cat-search-col {
    flex: 0 0 70%;
  }


  .s-latest-posts__cat-submit-col {
    flex: 0 0 30%;
  }


}

/****resposive*****/
/****blog revamp 04-06-2024*****/

.screen-reader-text {
  display: none;
}

.hide-posts {
  display: none;
}

.load-more-ctrls .load_more {
  margin-inline: auto;
}

.search-results-title-main {
  padding-inline: 10px;
}

.txt-center {
  text-align: center;
  font-size: 18px;
}

.search-result-inner {
  margin-bottom: 20px;
  font-size: 24px;
}

.search-result-inner em {
  color: #f48120;
}

.s-leader-cat {
  background-color: #fff;
}

.s-spirit-cat {
  background-color: #f0f0f0;
}

.s-global-news-cat {
  background-color: #fff;
}