/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
figure {margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}
.w-90 {
  width: 86% !important;
}
/* header */
/* header {
  padding: 60px 0;
} */
.head-title{
  font-size: 40px;
  font-weight: 600;
}
header .row {
  align-items: center;
}
#blog-inner-page .blog-inner-content h1 {
    font-size: 24px;
    margin: 30px 0 20px 0;
    font-weight: 700;
    letter-spacing: 0px;
}
/* resources-sec-one */
#resources-sec-one .nav-item-wrap .active {
  background-color: transparent;
  color: #080808 !important;
  position: relative;
  font-weight: 700;
}
#resources-sec-one .nav-item-wrap .active::after {
  content: "";
  border-bottom: 6px solid #DC4433;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 30px;
}
#resources-sec-one ul {
  border-bottom: 2px solid #ccc;
  justify-content: space-between;
  display: flex;
  padding: 0 0 22px 0;
}
#resources-sec-one ul a {
  font-size: 22px;
  color: #544F4F;
  font-weight: 500;
  padding: 0px 20px 25px 20px;
}
#resources-sec-one .nav-item {
  list-style: none;
}
#resources-sec-one #v-pills-tab {
  width: 25%;
  padding: 30px 30px 20px 30px;
  box-shadow: 0 0 20px #00000040;
  border-radius: 20px;
  margin-right: 50px;
  position: sticky;
  top: 100px;
}
#resources-sec-one #v-pills-tabContent{
  width: 70%;
}
#resources-sec-one .nav-item-wrap {
  margin-bottom: 50px;
}
#resources-sec-one .nav-pills .nav-link.active, #resources-sec-one .nav-pills .show>.nav-link {
  color: #dc4433;
  background-color: transparent;
  border-bottom: 1px solid #dc4433;
}
#resources-sec-one .nav-pills .nav-link {
  font-size: 16px;
  text-align: start;
  font-weight: 500;
  color: #4D4D4D;
  border-bottom: 1px solid #DCDCDC;
  border-radius: 0;
  padding: 10px 0 10px 0;
  margin-bottom: 6px;
  display: flex;
  align-items: start;
  width: 100%;
}
#resources-sec-one .nav-pills .nav-link:last-child{
  border-bottom: none !important;
}
#resources-sec-one .nav-pills .nav-link i {
  margin-right: 10px;
  color: #B3B3B3;
  margin-top: 5px;
  rotate: 270deg;
}
#resources-sec-one .nav-pills .nav-link.active i{
  color: #dc4433;
  rotate: 270deg;
}
#resources-sec-one #v-pills-tab h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.item-wrap-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.item-wrap-content p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #544F4F;
  margin-bottom: 20px;
}
.item-wrap-timer {
  display: flex;
  justify-content: space-between;
  width: 60%;
  font-size: 14px;
  font-weight: 500;
  color: #544F4F;
}
.item-wrap-timer img {
  margin-right: 5px;
  width: 18px;
  margin-top: -3px;
  filter: invert(35%) sepia(37%) saturate(4786%) hue-rotate(344deg) brightness(91%) contrast(88%);
}
.item-wrap-row{
  align-items: center;
}
.item-wrap {
  border-bottom: 1px solid #DCDCDC;
  padding: 20px 0;
}
.item-wrap-img img {
  width: 100%;
}
.tab-item-wrap .item-wrap:first-child {
  padding-top: 0;
}
.tab-item-wrap .item-wrap:last-child {
  border: 0;
}
/* feature-wrap{ */
#feature-wrap{
  padding: 60px 0;
  background-color: #f2f2f2;
}
#feature-wrap .swiper-wrapper{
  padding-bottom: 60px;
}
#feature-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DC4433;
}
#feature-wrap .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 5px;
  margin: 0 6px;
  background: #dc4433;
  border: none;
}
#feature-wrap h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* similar-wrap{ */
#similar-wrap {
  padding: 60px 0;
  background-color: #f7f7f7;
}
#similar-wrap .swiper-wrapper{
  padding-bottom: 60px;
}
#similar-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DC4433;
}
#similar-wrap .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 5px;
  margin: 0 6px;
  background: #dc4433;
  border: none;
}
#similar-wrap h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.similar-item-content h3 {
  margin: 25px 0 10px 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
.similar-item-content p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #878282;
}
.breadcrumb-wrap p {
  font-size: 16px;
  color: #000;
}
.a2a_kit.a2a_kit_size_32.addtoany_list a:first-child {
  padding-left: 0;
}
.breadcrumb-wrap p a {
  font-weight: 600;
  color: #8e8787;
}
.similar-item-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #544F4F;
}
.similar-item-wrap img {
  margin-right: 10px;
  width: 18px;
  margin-top: -3px;
}
.similar-item:hover a{
  color: #000;
  transition: all 0.2s ease-in-out;
}
.similar-item-content h3 a {
  font-size: 18px;
  /* color: #ADACAC; */
  font-weight: 600;
  display: flex;
  transition: all 0.2s ease-in-out;
}
.similar-item-content a i {
  font-size: 22px;
  color: #DC4433;
  transition: all 0.2s ease-in-out;
}
.similar-item-content h3 a:hover {
  color: #ee2432;
}
.similar-item:hover i {
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
}
.similar-item a span{
  display: flex;
  margin: 2px 0 0 5px;
}
/* banner-wrap */
#case-study-wrap .banner-wrap {
  margin-bottom: 0;
}
.banner-wrap img {
  width: 100%;
  /* height: 400px;
  object-fit: cover; */
  border-radius: 10px;
}
/* ebook-item */
.ebook-item-content h4 {
  font-size: 16px;
  color: #535353;
  font-weight: 600;
  margin: 15px 0;
  line-height: 26px;
  text-transform: capitalize;
  letter-spacing: normal;
  /* min-height: 120px; */
}
.ebook-item:hover img {
  box-shadow: 0 0 16px #0003;
  transition: all 0.1s ease-in-out;
}
.ebook-item-img img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
}
.inner-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}
.ebook-item {
  margin-bottom: 30px;
}
.ebook-item-content a span{
  display: flex;
  margin: 2px 0 0 8px;
}
.ebook-item:hover a{
  color: #000;
  transition: all 0.2s ease-in-out;
}
.ebook-item-content a {
  font-size: 16px;
  color: #ADACAC;
  font-weight: 500;
  display: flex;
  transition: all 0.2s ease-in-out;
}
.ebook-item-content a i {
  font-size: 22px;
  color: #DC4433;
  transition: all 0.2s ease-in-out;
}
.ebook-item:hover i {
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
}
.tab-item-wrap {
  margin-bottom: 20px;
}
/* global-item */
.global-item {
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.global-item-content {
  background: #2D2D2D;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}
.global-item-content h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 0px 0 5px 0;
}
.global-item-content p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
.global-item-content a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: flex;
  letter-spacing: 0;
  line-height: 26px;
}
.global-item-content a span{
  display: flex;
  margin: 2px 0 0 10px;
}
.global-item-content a i {
  font-size: 22px;
  color: #DC4433;
  transition: all 0.2s ease-in-out;
}
.global-item a:hover i {
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
}
.global-item-img img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.global-item:hover img {
  scale: 1.05;
  transition: all 0.3s ease-in-out;
}

/* sustainability */
.banner-wrap p {
  text-align: center;
  margin: 30px;
  font-size: 20px;
  color: #544F4F;
  font-weight: 500;
}
.banner-content {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.banner-content::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #dc4433;
  border-radius: 50px;
  top: 40%;
  right: 0;
}
.banner-content a {
  display: table;
  margin: 0 auto;
  background: #ee3124;
  color: #fff;
  padding: 10px 50px;
  border: 1px solid #ee3124;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.banner-content a:hover {
  background: transparent;
  color: #ee3225;
  transition: all 0.3s ease-in-out;
}
.banner-content::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #dc4433;
  border-radius: 50px;
  top: 40%;
}
.sus-item-wrap-img img {
  width: 100%;
}
.sus-item-wrap-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.sus-item-wrap-content p {
  font-size: 16px;
  font-weight: 500;
  color: #544F4F;
  margin-bottom: 20px;
}
.sus-item-wrap-content {
  margin-left: 20px;
}
.sus-item-wrap-img {
  overflow: hidden;
}
.sus-item-wrap-img {
  overflow: hidden;
}
.sus-item-wrap {
  padding: 20px 0;
}
.sus-item-wrap:hover img {
  scale: 1.05;
  transition: all 0.4s ease-in-out;
}
.sus-item-wrap img {
  transition: all 0.4s ease-in-out;
}
/* feature-article-wrap */
#feature-article-wrap {
  background: #F9F9F9;
  padding: 60px 0;
}
#feature-article-wrap .sus-item-wrap {
  padding: 50px 0;
}
#feature-article-wrap .sus-item-wrap-content {
  width: 70%;
}
.sus-item-wrap-content a {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: #BF0303;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  border-radius: 10px;
  border:1px solid #BF0303;
}
.sus-item-wrap-content a i {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  margin-top: 2px;
}
.sus-item-wrap a:hover i {
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.sus-item-wrap a:hover {
  background: transparent;
  color: #BF0303;
}
#feature-article-wrap .sus-item-wrap:hover img {
  scale: 1;
}
.sus-item-wrap-btn {
  display: flex;
}
/* whitepapers */
.white-item {
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 16px #00000045;
}
.white-item-content {
  background: #fff;
  padding: 20px;
  position: relative;
  bottom: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}
.white-item:hover .white-item-content img {
  rotate: 52deg;
  transition: all 0.2s ease-in-out;
}
.white-item .white-item-content img {
  transition: all 0.2s ease-in-out;
}
.white-item:hover .white-item-img img {
  scale: 1.05;
}
.white-item-img img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.white-item h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin: 0px 0 5px 0;
}
.white-item p {
  font-size: 14px;
  color: #747474;
  font-weight: 400;
  margin-bottom: 20px;
}
.white-item-content a {
  margin: 0 0 auto auto;
  display: table;
}
.Whitepapers-wrap .similar-item {
  box-shadow: 0 0 16px #00000045;
}
.Whitepapers-wrap .similar-item-content {
  padding: 20px;
}
.Whitepapers-wrap .similar-item{
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 20px;
}

/* Case-study */
#case-study-wrap #resources-sec-one .nav-pills .nav-link.active, #resources-sec-one .nav-pills .show > .nav-link {
  color: #dc4433;
  background-color: transparent;
  border-bottom: 1px solid #dc4433;
}
#case-study-wrap #resources-sec-one .nav-pills .nav-link {
  font-size: 14px;
  text-align: start;
  font-weight: 500;
  color: #4D4D4D;
  border-bottom: 1px solid #DCDCDC;
  border-radius: 0;
  padding: 10px 0 10px 0px;
  margin-bottom: 10px;
}
/* #case-study-wrap #resources-sec-one #v-pills-tab {
  width: 30%;
  padding: 25px;
  box-shadow: 0 0 20px #00000040;
  border-radius: 20px;
  margin-right: 30px;
} */
#case-study-wrap #resources-sec-one #v-pills-tab h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
#resources-sec-one {
  padding-bottom: 60px;
}
/* #case-study-wrap .case-study-left {
  border-right: 1px solid #ddd;
  padding-right: 20px;
} */
#case-study-wrap .case-study-right {
  padding-left: 20px;
}
#case-study-wrap .case-Similar-topics h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
#case-study-wrap .case-similar-item-sec {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #544F4F;
}
#case-study-wrap .case-similar-item h4 a:hover {
  color: #ee2431 !important;
}
#case-study-wrap .case-similar-item h4 {
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0;
}
#case-study-wrap .case-similar-item {
  margin-bottom: 30px;
}
#case-study-wrap .case-Similar-topics {
  border-bottom: 2px solid #ddd;
}
#case-study-wrap .case-recom-keywords {
  padding-top: 20px;
}
#case-study-wrap .case-recom-keywords h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.recom-item-sec {
  display: flex;
}
.case-recom-item a {
  padding: 10px 20px;
  background: #F1F1F1;
  margin: 10px;
  display: table;
  font-weight: 600;
  border-radius: 50px;
  font-size: 16px;
}
.case-recom-item a:hover {
  background: #FF0000;
  color: #fff;
}
.case-recom-item a.active {
  background: #FF0000;
  color: #fff;
}
.case-recom-item {
  margin-bottom: 30px;
}
.case-recom-item-two {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.case-recom-two-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.case-recom-two-content {
  position: absolute;
  bottom: 20px;
  padding: 10px;
}
.case-recom-two-content p {
  color: #fff;
  font-size: 14px !important;
}
.case-recom-two-content a {
  background: #f00;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 75%;
  margin: 15px auto 0 auto;
  border-radius: 50px;
  font-size: 14px;
  padding: 10px;
}


.talk-experts-wrap {
  background: #e44733;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.talk-experts-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #181818;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 48% 0% 26% 19% / 63% 25% 70% 0%;
  z-index: -1;
  pointer-events: none;
}
.unleash-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.expert-btn {
  background: #DC4433;
  color: #fff;
  font-weight: 500;
  display: flex;
  width: 80%;
  justify-content: center;
  margin-top: 15px;
  padding: 15px 15px;
  font-size: 16px;
  border-radius: 5px;
}
.talk-experts-wrap h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
    color: #fff;
}
.talk-experts-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
    color: #fff;
}
/* blog-inner-page */
.blog-banner-wrap img {
  width: 100%;
  /* height: 400px;
  object-fit: cover; */
}
.breadcrumb-wrap p {
  font-size: 16px;
}
.breadcrumb-wrap {
  margin-bottom: 30px;
}
.blog-inner-content {
  margin-bottom: 60px;
}
.blog-inner-content h2 {
  font-size: 24px;
  margin: 30px 0 20px 0;
  font-weight: 700;
}
.blog-inner-content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #747474;
  font-weight: 500;
}
.review-section span {
  font-size: 14px;
  padding: 0 10px;
}
.review-section img {
  width: 20px;
  margin-right: 5px;
  margin-top: -2px;
}
.blog-social-media img {
  width: 20px;
}
.blog-social-media {
  margin: 15px 0 0px 0;
}
.blog-social-media a {
  padding-right: 5px;
}
.blog-inner-content-img img {
  margin-right: 50px;
  height: 300px;
}
.blog-inner-content-img {
  margin: 30px 0;
}
.blog-inner-content-profile {
  background: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
}
.blog-inner-content-profile .row{
  align-items: center;
  margin-bottom: 30px;
}
.review-section span:first-child img {
  display: none;
}
.review-section span img {
  filter: invert(35%) sepia(37%) saturate(4786%) hue-rotate(344deg) brightness(91%) contrast(88%);
}
#similar-wrap.blog-inner-similar {
  background-color: #C7C3C2;
}
#similar-wrap.blog-inner-similar .similar-item {
  background: #fff;
  border: 1px solid #DC4433;
  border-radius: 10px;
}
#similar-wrap.blog-inner-similar .similar-item-content {
  padding: 20px;
}
#similar-wrap.blog-inner-similar .similar-item-content a {
  color: #000;
}
#similar-wrap.blog-inner-similar .similar-item-content a i {
  margin-left: 10px;
  margin-top: 3px;
}
#similar-wrap.blog-inner-similar .similar-item:hover i {
  margin-left: 15px;
}
#similar-wrap.blog-inner-similar .similar-item-content p{
  margin-bottom: 50px;
}
#similar-wrap.blog-inner-similar .similar-item img{
  border-radius: 10px;
}
/* swipe-more-wrap */
#swipe-more-wrap {
  background: #000;
  padding: 60px 0;
}
#swipe-more-wrap h2 {
  font-size: 36px;
  margin: 0px 0 30px 0;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
#swipe-more-wrap .swiper-wrapper{
  padding-bottom: 50px;
}
#swipe-more-wrap .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin: 0 6px;
  background: #fff;
  opacity: 1;
}
#swipe-more-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #dc4433;
  width: 50px;
  height: 15px;
  transition: all 0.5s ease-in-out;
}
#swipe-more-wrap .swiper-pagination {
  bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.item-wrap-content h3 a:hover {
    color: #dc4433;
}
.blog-inner-content p a {
  color: #ee3124;
}


/* sk eve*/
#feature-wrap .feature-item .img-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#feature-wrap .feature-item .content-item {
  background: #edebeb;
}
#feature-wrap .feature-item .content-item h3 {
  font-size: 20px !important;
  padding: 0 20px;
  text-transform: capitalize;
  line-height: 26px;
  height: 120px;
  display: flex;
  align-items: center;
  font-size: 16px !important;
  transition: all 0.3s ease-in-out;
}
#feature-wrap a:hover .feature-item .content-item h3{
  color: #ee3124;
}
.similar-item .similar-item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.tab-item-wrap .item-wrap .item-wrap-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.sus-item-wrap-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.global-item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.head-resource-page {
  padding: 180px 0px 30px 0px;
}
.blog-inner-content .supporting-text h4 {
    font-size: 18px;
    margin: 30px 0 15px 0;
    font-weight: 700;
    letter-spacing: 0;
    color: #e42c25;
}
.blog-inner-content .supporting-text h5 {
  color: #606060;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 10px 0;
}
.blog-inner-content .supporting-text .table th, .table td {
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 10px;
}
.blog-inner-content .supporting-text ul {
  padding-left: 15px;
}
.blog-inner-content .supporting-text ul li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #747474;
  font-weight: 500;
  list-style: none;
  border-left: 3px solid #ee3124;
  padding-left: 15px;
}
.expert-btn:hover {
  background:#b7b6b6;
  color: #fff;
}
#resources-sec-one .ebooks-inner-page ul {
  display: block;
  border: none;
}
#resources-sec-one .ebooks-inner-page ul li {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #747474;
  font-weight: 500;
}
#resources-sec-one .ebooks-inner-page a.ebook-download-btn {
  padding: 10px 50px;
  color: #ee3124;
  border: 1px solid #ee3124;
  display: table;
  margin-top: 30px;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
#resources-sec-one .ebooks-inner-page a.ebook-download-btn:hover {
  background: #ee3124;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.ebooks-inner-page a {
    color: #f73623;
}
.ebooks-inner-page h1 {
  font-size: 24px;
  margin: 0px 0 20px 0;
  font-weight: 700;
  letter-spacing: 0;
}
.ebooks-inner-page p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #747474;
  font-weight: 500;
}
.brochure-btn-ebook.spl{
  padding: 8px 30px;
  color: #fff;
  background: #ee3124;
  border: 1px solid #ee3124;
  display: table;
  margin: 30px auto 0 auto;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.brochure-btn-ebook.spl:hover {
  background: transparent;
  color: #ee3124;
  transition: all 0.3s ease-in-out;
}
.tag-wrap-side {
  height: 600px;
  overflow-y: scroll;
  padding-right: 10px;
  scrollbar-color: #f73623 #f7362366;
  scrollbar-width: thin;
}
.tag-wrap-side::-webkit-scrollbar {
  width: 6px; 
}
.tag-wrap-side::-webkit-scrollbar-thumb {
  background-color: #f73623; 
}

.tag-wrap-side::-webkit-scrollbar-track {
  background-color: #f7362366; 
}
#ebookresourcemodal .modal-body {
  padding: 0px 30px 30px 30px !important;
}
#ebookresourcemodal .gform_legacy_markup_wrapper h3.gform_title {
  font-size: 20px !important;
  font-weight: 700 !important;
  border-bottom: 1px solid #b4b4b447;
  padding-bottom: 10px;
}
#ebookresourcemodal .modal-content .close {
  top: 20px !important;
  position: relative;
  width: 30px;
  background: #000;
  height: 30px;
  z-index: 9;
  border-radius: 50px;
  opacity: 1;
}
#ebookresourcemodal .modal-content .close img {
  opacity: 1;
  width: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}
/* form */
#ebookresourcemodal .gform_wrapper .top_label .gfield_label {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
  margin-bottom: 10px !important;
}
#ebookresourcemodal .ginput_container input {
  border: 2px solid #C0C0C0;
  padding: 10px !important;
  font-size: 14px !important;
  border-radius: 10px;
}
#ebookresourcemodal .gform_button.button {
  float: left;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.75px !important;
  background: #ee3124;
  color: #FFF;
  line-height: unset !important;
  padding: 10px 30px !important;
  margin: 10px 0 0 0 !important;
  border: 0 none;
  cursor: pointer;
  outline: none;
  border-radius: 0;
}
#ebookresourcemodal .gform_legacy_markup_wrapper li.gfield.gfield_error,
#ebookresourcemodal .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
#ebookresourcemodal .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 0;
}
#ebookresourcemodal .gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
p.gform_required_legend {
    display: none;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: transparent;
    border: navajowhite;
    font-size: 12px !important;
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
}
.review-section span:first-child {
  padding-left: 0;
}
/* form */
#schedulecall .gform_wrapper .top_label .gfield_label {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
  margin-bottom: 10px !important;
}
#schedulecall .ginput_container input {
  border: 2px solid #C0C0C0;
  padding: 10px !important;
  font-size: 14px !important;
  border-radius: 10px;
}
#schedulecall .gform_button.button {
  float: left;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.75px !important;
  background: #ee3124;
  color: #FFF;
  line-height: unset !important;
  padding: 10px 30px !important;
  margin: 10px 0 0 0 !important;
  border: 0 none;
  cursor: pointer;
  outline: none;
  border-radius: 0;
}
#schedulecall .gform_legacy_markup_wrapper li.gfield.gfield_error,
#schedulecall .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
#schedulecall .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 0;
}
#schedulecall .gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}
#schedulecall .gform_legacy_markup_wrapper.gf_browser_gecko select {
  border: 2px solid #C0C0C0;
  background: transparent;
  padding: 12px !important;
  font-size: 14px !important;
  border-radius: 10px;
}
#schedulecall .gform_legacy_markup_wrapper .field_description_below .gfield_consent_description,
#schedulecall .gform_legacy_markup_wrapper .gfield_consent_description {
  width: 100%;
  max-height: unset;
  overflow-y: unset;
  border: 1px solid #ddd;
  margin-top: 12px;
  padding: 6px 6px 2px 6px;
    padding-top: 6px;
  font-size: .688em;
}
#schedulecall .gform_legacy_markup_wrapper textarea.small {
  height: 80px;
  width: 100%;
  width: 100%;
  border: 2px solid #C0C0C0 !important;
  padding: 10px !important;
  font-size: 14px !important;
  border-radius: 10px;
}
#schedulecall .gform-heading {
  font-size: 30px;
  color: #dc4433;
}
#schedulecall .ginput_container_radio label {
  line-height: 46px !important;
}
#schedulecall .gform_wrapper h3 {
  font-size: 16px !important;
}
body #schedulecall .gform_wrapper ul li.gfield {
  margin-top: 10px !important;
}
.tab-item-wrap.sustainibility-item {
  margin-top: 50px;
}
.case-banner-wrap {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.case-study-banner img {
  width: 100%;
}
.case-study-content {
  position: relative;
  top: 0;
  z-index: 9;
  background: url(https://www.elgi.com/eu/wp-content/uploads/2019/07/product-landing-banner.jpg);
  padding: 5% 0;
}
.case-study-content h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.case-study-content h4 {
  font-size: 20px;
  font-weight: 500;
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
  line-height: 30px;
}
.case-study-content a {
  display: table;
  margin: 0 auto;
  background: #ee3124;
  color: #fff;
  padding: 12px 50px;
  border: 1px solid #ee3124;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.case-study-content a:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
/* form */
#resource-ebooks-form {
  padding: 30px 15px 30px 30px;
  box-shadow: 0 0 16px #0000001f;
  border-radius: 30px;
}
#resource-ebooks-form .gform_legacy_markup_wrapper h3.gform_title{
  margin: 0;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center;
  border-bottom: 1px solid #ee312470;
  padding: 15px 0;
  text-transform: uppercase;
}
#resource-ebooks-form .gform_heading .gform_description {
  margin: 0;
}
#resource-ebooks-form .ginput_container_text input, .ginput_container_phone input,#resource-ebooks-form .ginput_container_email input {
  font-size: 14px !important;
  font-weight: 300 !important;
  padding: 2px 10px !important;
  border: 1px solid #d3d3d3;
  margin-top: 5px;
}
body #resource-ebooks-form .gform_wrapper ul li.gfield {
  margin-top: 10px !important;
}
#resource-ebooks-form .gfield_consent_label a {
  padding: 0;
  color: #ee3124;
  border: none;
  display: unset;
  margin-top: 0;
  font-size: 12px;
  border-radius: 0;
  transition: unset;
}
#resource-ebooks-form .gform_footer{
  margin: 0;
}
#resource-ebooks-form .gform_button.button {
  float: left;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.75px !important;
  background: #ee3124;
  color: #FFF;
  line-height: 50px !important;
  padding: 0 30px !important;
  margin: 0 !important;
  border: 0 none;
  cursor: pointer;
  outline: none;
  border-radius: 10px;
}
#resource-ebooks-form .gform_legacy_markup_wrapper li.gfield.gfield_error{
  background-color: transparent;
  margin-bottom: 0px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
}
#resource-ebooks-form .gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 0px;
}
#resource-ebooks-form .gform_wrapper .top_label .gfield_label {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
  margin-bottom: 0 !important;
}
#resource-ebooks-form .gform_legacy_markup_wrapper .field_description_below .gfield_consent_description,#resource-ebooks-form .gform_legacy_markup_wrapper .gfield_consent_description {
  width: 100%;
  max-height: unset;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 0;
  padding: 10px 20px 10px 10px;
  font-size: .688em;
  line-height: 20px;
}
#resource-ebooks-form .gform_wrapper .gform_footer {
  margin: 20px 0 0 0 !important;
}
body #resource-ebooks-form .gform_wrapper .top_label div.ginput_container.ginput_container_consent {
  margin-top: 30px !important;
}
.tags-mobile-wrapper{
  display: none;
}
.tags-mobile-view .nav-link {
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #ee2432;
  font-weight: 600;
}
.tags-mobile-view .nav-link i {
  display: none;
}
.swiper-button-prev {
  right: 60px;
  left: auto;
}
.swiper-button-next, .swiper-button-prev {
  color: #e42c25;
  background-color: #ddd;
  padding: 10px;
  width: 30px;
  height: 30px;
  background-size: 10px;
  border-radius: 50px;
  top: 35px;
}
.swiper-button-next::after,.swiper-button-prev::after {
  font-size: 0px;
}
/* .tags-mobile-view {
  padding: 10px 55px 20px 55px;
} */

/* sustainability inner banner */
.esg_banner_23 .banner-title {
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 2px;
  line-height: normal;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.content-wrapper.esg-2023-content {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 50%;
}
.esg_banner_23 .content-wrapper.esg-2023-content a.esg_know__btn {
  float: left;
  padding: 0 30px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 45px;
}
.esg_banner_23 {
  margin-top: 0px !important;
  overflow: hidden;
  position: relative;
  background: url(https://www.elgi.com/eu/wp-content/uploads/2024/08/ELGi-resource-sustainability-spl-banner-new.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  background-size: cover !important;
}
.esg_23_top_area_row {
  align-items: center;
}
.talk-experts-wrap.spl-talk-experts::after {
  background: #dfdfdf;
}
.talk-experts-wrap.spl-talk-experts {
  background: #b4b0b0;
}
.talk-experts-wrap.spl-talk-experts h2 {
  color: #030303;
}
.talk-experts-wrap.spl-talk-experts p {
  color: #030303;
}
.ebooks-inner-page h4 {
  color: #ee3124;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

/*new*/
.ebooks-inner-page h1 {
    font-size: 26px;
    line-height: 40px;
}  
.ebooks-inner-page h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #e44733;
    font-weight: 600;
}
#resources-sec-one .tag-wrap-side h4 {
  margin: 30px 0 10px 0;
    margin-bottom: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
/*new*/
/*ESG 2023 RESPONSIVE BY SK*/
/*    Responsive*/
@media (max-width: 1720px) {
  .esg_banner_23 .banner-title {
    font-size: 30px;
  }
  /* .content-wrapper.esg-2023-content {
    left: 60%;
  } */
}
@media (max-width: 1560px) {
  .esg_banner_23 {
    background-position: unset !important;
}
}
@media (max-width: 1440px) {
  .content-wrapper.esg-2023-content {
    left: 56%;
  }
  .esg_banner_23 {
    height: 450px;
  }
}
@media (max-width: 1366px) {
  .esg-bannner .esg-2022-content p {
    font-size: 16px !important;
  }
  .esg_banner_23 .banner-title {
        font-size: 26px !important;
    }
}
@media only screen and (min-width: 1024.01px) and (max-width: 1366px) {
   #blog-inner-page .blog-inner-content h1{
        font-size: 23px !important;
    }  
    
}
@media (max-width: 1280px) {
  .esg_banner_23 {
    height: 400px;
  }
  .esg_banner_23 .banner-title {
    font-size: 26px;
  }
  .esg_banner_23 .content-wrapper.esg-2023-content a.esg_know__btn {
    line-height: 40px;
  }
  .content-wrapper.esg-2023-content {
    left: 58%;
  }
}
@media (max-width: 1199px) {
  .content-wrapper.esg-2023-content {
    left: 48%;
  }
  .esg_banner_23 {
    background-position: 55% 0% !important;
  }
}
@media (max-width: 1024px) {
  .esg_banner_23 {
    margin-top:0px !important;
  }
	.spl-inner-resource-blog {
    margin-top: 80px;
}
	section.ebooks-inner-page {
    margin-top: 80px;
}
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  #blog-inner-page .blog-inner-content h1 {
        font-size: 21px !important;
    }
}

@media (max-width: 991px) {
	.ebooks-inner-page h1 {
    font-size: 20px !important;
    line-height: 30px;
} 
    body section.spl-inner-resource-blog h1 {
        font-size: 20px !important; 
    }
  .esg_banner_23 {
    height: 400px;
  }
  .esg_banner_23 .banner-title {
    text-align: center;
  }
  .esg_banner_23 {
    background-position: 100% 0% !important;
  }
  .esg_banner_23 .content-wrapper.esg-2023-content a.esg_know__btn {
    line-height: 40px;
    float: unset;
    padding: 12px 30px;
  }
  .content-wrapper.esg-2023-content {
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 525px) {
  .content-wrapper.esg-2023-content {
    padding: 0 20px;
  }
  .esg_banner_23 .banner-title {
    font-size: 20px !important;
  }
  .esg_banner_23 .content-wrapper.esg-2023-content a.esg_know__btn {
    line-height: 24px;
    float: unset;
    padding: 10px 15px;
    font-size: 12px;
  }
 #blog-inner-page .blog-inner-content h1 {
        font-size: 18px !important;
    }
}


/* Responsive */
@media(max-width:1550px){
  #feature-wrap .feature-item .content-item h3 {
    font-size: 16px !important;
    line-height: 26px;
  }
}
@media(max-width:1366px){
  .case-recom-two-content a {
    font-size: 12px;
  }
  #feature-wrap h3 {
    font-size: 26px !important;
  }
  #resources-sec-one .item-wrap-content p {
    margin-bottom: 20px;
  }
  .item-wrap-timer {
    width: 90%;
    font-size: 16px;
  }
  #resources-sec-one #v-pills-tab {
    width: 30%;
    padding: 30px 20px 20px 30px;
    margin-right: 30px;
  }
  #resources-sec-one .nav-pills .nav-link {
    font-size: 16px;
    padding: 10px 0 15px 0px;
    margin-bottom: 6px;
  }
  #resources-sec-one #v-pills-tab h3 {
    margin-bottom: 15px;
    font-size: 18px !important;
  }
  #resources-sec-one {
    padding-bottom: 30px;
  }
  #resources-sec-one ul a {
    font-size: 20px;
    padding: 0px 20px 25px 20px;
  }
  p {
    font-size: 16px !important;
  }
}
@media(max-width:991px){

  #case-study-wrap .case-study-left {
    border-right: none;
    padding-right: 0;
  }
  .sus-item-wrap-content {
    margin: 20px 0 0 0;
  }
  #resources-sec-one #v-pills-tab {
    width: 100% !important;
    position: unset;
  }
  .tab-item-wrap .item-wrap .item-wrap-img img {
    height: auto;
  }
  .tab-item-wrap .d-flex.align-items-start {
    display: flex !important;
    flex-direction: column-reverse;
  }
  #resources-sec-one #v-pills-tabContent {
    width: 100%;
    margin-top: 40px;
  }
  .tab-item-wrap .item-wrap .item-wrap-img img {
    margin-top: 30px;
  }
  .item-wrap {
    padding: 30px 0;
  }
  #feature-wrap {
    padding: 30px 0;
  }
  #feature-wrap .swiper-wrapper {
    padding-bottom: 30px;
  }
  #feature-wrap .feature-item .content-item h3 {
    padding: 20px 30px;
    height: auto;
  }
  #similar-wrap {
    padding: 40px 0;
  }
  .similar-item-wrap {
    font-size: 16px;
  }
  .item-wrap-timer {
    font-size: 14px;
  }
  #resource-ebooks-form {
    margin: 40px 0;
  }
  .tags-mobile-wrapper {
    display: block;
    position: relative !important;
    top: 0 !important;
  } 
  .tags-desktop-wrapper{
    display: none;
  }
  #resources-sec-one #v-pills-tab {
    padding: 20px 20px 20px 30px;
  }
  #resources-sec-one #v-pills-tab .tags-mobile-title {
    margin-bottom: 25px;
    font-size: 24px !important;
    text-align: center;
    font-weight: 700;
  }
  .banner-content a {
    margin-bottom: 40px;
  }
  .tab-item-wrap.sustainibility-item {
    margin-top: 0px;
  }
}
@media(max-width:767px){
  .tags-mobile-wrapper{
    margin-bottom: 30px;
  }
  .case-study-content {
    padding: 40px 0;
  }
  .case-study-content h4 {
    width: 90%;
    line-height: 26px;
  }
  .case-study-content a {
    padding: 10px 50px;
    font-size: 14px;
  }
  .banner-content::before{
    content: unset;
  }
  .banner-content::after{
    content: unset;
  }
  .banner-content {
    width: 100%;
  }
  .banner-content a {
    padding: 8px 50px;
    font-size: 14px;
  }
  .banner-wrap p {
    margin: 20px 0 20px 0;
  }
  #resources-sec-one #v-pills-tabContent {
    margin-top: 0px;
  }
  .unleash-foot {
    align-items: start;
    justify-content: start;
    margin-top: 20px;
  }
  #feature-wrap .feature-item .content-item h3 {
    font-size: 16px !important;
  }
  #feature-wrap .feature-item .content-item h3 {
    font-size: 16px !important;
  }
  .similar-item-wrap {
    font-size: 14px;
  }
  p {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  #resources-sec-one ul a {
    font-size: 16px;
    padding: 0px 10px 25px 10px;
  }
  .blog-inner-content .supporting-text ul li {
    font-size: 14px;
  }
  #resource-ebooks-form .gform_legacy_markup_wrapper h3.gform_title {
    font-size: 16px !important;
  }
  #resources-sec-one .ebooks-inner-page ul li {
    font-size: 14px;
    line-height: 26px;
  }
  #resources-sec-one #v-pills-tab .tags-mobile-title {
    margin-bottom: 20px;
    font-size: 18px !important;
  }
  .tags-mobile-view .nav-link {
    font-size: 14px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 25px;
    height: 25px;
    background-size: 9px;
  }
  .swiper-button-prev {
    right: 45px;
  }
  .desktop-subscribe-btn a{ 
    display: none;
  }
  .mobile-subscribe-btn {
    display: block !important;
    position: fixed;
    bottom: 30%;
    z-index: 999;
    right: auto;
    rotate: 0;
    padding: 10px 30px;
    background: #e42c25;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
  }
  .mobile-subscribe-btn a {
color: #fff;
  }
}
@media (max-width: 575px) {
  #resources-sec-one ul {
    padding: 0 0 15px 0;
    flex-direction: column;
    text-align: center;
  }
  #resources-sec-one .nav-item-wrap .active {
    background-color: #ee3124;
    color: #fff !important;
    position: relative;
    font-weight: 700;
  }
  #resources-sec-one ul a {
      font-size: 14px;
      padding: 10px;
      width: 100%;
      display: block;
  }
}
@media (max-width: 525px) {
  #resources-sec-one .ebooks-inner-page ul {
    text-align: start;
  }
  .review-section span {
    font-size: 12px;
    padding: 0 0px;
  }
  .blog-inner-content h2 {
    font-size: 18px !important;
  }
  .expert-btn {
    width: 95%;
    padding: 10px 15px;
    font-size: 14px;
  }
  
}
.desktop-subscribe-btn {
  display: block;
  position: fixed;
  bottom: 50%;
  z-index: 999;
  right: -60px;
  rotate: 90deg;
  padding: 10px 30px;
  background: #e42c25;
  font-weight: 600;
}
.desktop-subscribe-btn a{ 
  color: #fff;
}
.mobile-subscribe-btn {
  display: none;
  position: fixed;
  bottom: 30%;
  z-index: 999;
  right: auto;
  rotate: 0;
  padding: 10px 30px;
  background: #e42c25;
  bottom: 0;
}
.spl-inner-resource-blog h1 {
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.spl-inner-resource-blog .blog-banner-wrap {
    margin: 30px 0;
}
.spl-inner-resource-blog .breadcrumb-wrap {
    margin-bottom: 20px;
}
#blog-inner-page ul li {
    font-size: 16px;
    font-size: 16px;
    color: #747474;
    font-weight: 500;
} 