@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Home Banner
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.home-banner-section {
  position: relative;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  padding: 12rem 0;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-banner-section:after {
  content: "";
  background: linear-gradient(
      269.71deg,
      rgba(16, 29, 50, 0) 6.54%,
      rgba(16, 29, 50, 0.6) 74.15%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0) 72.2%, rgba(0, 0, 0, 0.3) 100%),
    linear-gradient(
      180deg,
      rgba(3, 194, 254, 0) 31.98%,
      rgba(3, 194, 254, 0.4) 84.45%
    );

  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.home-banner-section .container {
  position: relative;
  z-index: 2;
}
.home-banner-section h1.heading {
  max-width: 1000px;
  width: 100%;
  color: var(--white);
}

.home-banner-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Video */
.home-banner-section .video-container {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}
.home-banner-section .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Home banner form */
/* .home-banner-from {
    background:  linear-gradient(90deg, rgba(113, 215, 248, 0.5) 17.58%, rgba(255, 255, 255, 0.5) 68.74%), linear-gradient(0deg, #F5F5F5, #F5F5F5);
    gap: 25px;
    border-radius: 4px;
    padding: 40px;
    margin-top: 57px;
    max-width: 660px;
} */
.home-banner-from .subtitle {
  margin-left: 10px;
}
/* .newsletter-form form {
    max-width: 526px;
    border-radius: 100px !important;
    width: 100%;
    display: flex;
    align-items: flex-start;
    background: var(--white);
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #010A1833;
    margin-top: -20px;
    padding: 3px;
} */
/* .newsletter-form .gform-footer {
    margin: 0 !important;
}
.newsletter-form .gform-body {
    width: 100% !important;
}
.newsletter-form form input {
    border: none !important;
    outline: none !important;
    background-color: transparent;
    box-shadow: unset !important;
    font-family: var(--font-isans) !important;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 140%;
    color: var(--light-gray) !important;
    width: 100%;
    padding: 24px 15px !important;
    border-radius: 30px !important;
} */

.newsletter-form .validation_message {
  display: none !important;
}

/* GLobal gfrom error style */
body .gform_validation_errors {
  border-radius: 57px !important;
  padding: 10px !important;
  margin: 20px 0 0 0 !important;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Card section 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.card_section,
.research_list {
  margin: 50px 0;
}

.card_section .container,
.research_list .container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.card_section .subtitle {
  margin-bottom: 10px;
  color: var(--text);
}

.card_list_tag.subtitle {
  color: #3f3f3f;
}

.card_list_tag {
  font-family: var(--font-ipm);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bg-blue .card_list_tag {
  color: var(--white);
}

.card_section p,
.research_list p {
  margin: 0;
  /* font-weight: 500; */
}
.research_grid p {
  color: #222;
}

.card_section.bg-blue .card_section_inner_top {
  max-width: 858px;
}

.card_section.bg-blue .card_section_inner_top h2 {
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.card_section_inner_top {
  max-width: 768px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.card_section_inner_top h2,
.research_list_inner_top h2 {
  max-width: 544px;
  width: 100%;
  text-align: center;
}
.card_section_inner_top .subtitle,
.research_list_inner_top .subtitle {
  margin: 10px 0;
}
.card_section_inner_top p,
.research_list_inner_top p {
  text-align: center;
  color: var(--dark-gray);
}

.card_section_inner_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  width: 100%;
}
.center_card_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: calc(25% - 60px);
}

.card_section.bg-blue .center_card_list {
  width: calc(25% - 50px);
}

.center_card_list_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 275 / 275;
  object-fit: cover;
  object-position: center center;
}

.card_section_inner_bottom {
  padding: 20px 0;
}
.card_section.bg-blue {
  margin: 0;
}
.card_section.bg-blue .container {
  padding-top: 100px;
  padding-bottom: 100px;
  gap: 60px;
}
.card_section .subtitle {
  font-size: 16px;
}
.card_section.bg-blue p,
.card_section.bg-blue .subtitle,
.card_section.bg-blue h2 {
  color: #fff;
}
.card_section.bg-blue .subtitle {
  font-weight: 600;
}
.card_section.bg-blue .card_section_inner_top {
  gap: 20px;
}
.card_section.bg-blue .card_section_inner_top {
  padding: 10px 0;
}
.card_section.bg-blue .card_section_inner_top .subtitle {
  margin: 0;
}
.card_section.bg-blue .card_section_inner_center {
  gap: 50px;
}
.card_section.bg-blue .center_card_list_img img,
.card_section.people_container .center_card_list_img .team-pic {
  aspect-ratio: 275 / 350;
}
.team-logo {
  max-height: 35px;
  aspect-ratio: unset !important;
  width: auto !important;
  object-fit: contain !important;
  margin: 10px auto 10px 0;
}
.card_section.bg-blue .card_section p {
  font-weight: 400;
}
.card-btn {
  font-family: var(--font-ipm);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
.card-btn:hover {
  text-decoration: underline;
}
.bg-white .card-btn {
  color: var(--dark-gray);
}
.bg-blue .card-btn {
  color: white;
}

.center_card_list_img {
  overflow: hidden;
  line-height: 0;
  position: relative;
  border-radius: 4px;
}

.center_card_list_img img {
  transform: scale(1);
  transition: ease all 0.4s;
}

.center_card_list_img img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .center_card_list {
    width: unset;
  }
}

/* **** *** *** ** *** *** **  About page ** People ACF  **** ***** *** ** *** *** ** 
**** ***** *** ** *** *** ** **** ***** *** ** *** *** ** * ********  **** */
.people_title {
  font-family: var(--font-isans);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-transform: capitalize;
  color: #010a18;
}
.people_description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.people_info {
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-ipm);
  color: #3f3f3f;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 0.05em;
}
.bio {
  color: var(--light-gray);
  text-transform: capitalize;
  font-size: 14px;
  line-height: 120%;
}
.card_section.people_container .container {
  padding-bottom: 0px !important;
}
.center_card_list_img.people_img {
  border-radius: 0;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Research List
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.research_list {
  background: #fafaf9;
  margin-bottom: 0;
}

.research_list_inner_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.research_list_inner_top h4,
.research_list_inner_top .subtitle {
  max-width: max-content;
}
.research_list_inner_top h4 {
  color: #000;
  font-size: 30px;
}
.research_list_inner_top p {
  max-width: 470px;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  color: #222;
  line-height: 140%;
}

.research_list .container {
  gap: 0;
}

.research_list .divider {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: rgba(34, 34, 34, 0.5);
}
.research_full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(34, 34, 34, 0.5);
  overflow: hidden;
}
.research_full a.image_link {
  position: relative;
  top: -2px;
  overflow: hidden !important;
}
.research_full img {
  aspect-ratio: 670 / 573;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.research_full a.image_link {
  transition: ease all 0.4s;
}
.research_full a.image_link img {
  transition: ease all 0.4s;
  transform: scale(1);
}
.research_full a.image_link:hover img {
  transform: scale(1.1);
}

.research_full_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
}
.cats {
  max-width: max-content;
  padding: 5px 10px;
  border-radius: 4px;
  background: var(--blue);
  font-family: var(--font-ipm);
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.05em;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--text);
}
.cats a {
  color: #fff;
  text-decoration: none;
}
.bg-blue .cats {
  filter: invert();
}

.research_full_content_bottom {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.research_full_content_bottom .btn {
  padding: 5px 10px;
}
.full_content_top_inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.research_list h2 a,
.research_list h3 a,
.research_full_content_top h2 a {
  color: #222;
  text-decoration: none;
}

.research_list_inner_center .meta,
.full_content_top_inner .meta {
  margin: 0;
  font-family: var(--font-isans);
  font-size: 13px;
  line-height: 120%;
  padding: 0;
}

.date_category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.meta.date {
  color: var(--dark-gray);
  text-transform: capitalize;
  font-family: var(--font-ps);
}

a.image_link {
  line-height: 0;
}
.research_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-top: 1px solid rgba(34, 34, 34, 0.5);
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
  position: relative;
  top: -2px;
}
.research_card_grid {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: all 0.3s ease;
}

.research_card_grid:hover {
  background: linear-gradient(
    6.15deg,
    #ccebf5 4.86%,
    rgba(204, 235, 245, 0) 50%
  );
}

.research_card_grid .cats {
  color: var(--blue);
  text-decoration: none;
  padding: 0;
  border-radius: 0px;
  background: unset;
  word-spacing: -4px;
}
.research_grid .research_card_grid:nth-child(2) {
  border-left: 1px solid rgba(34, 34, 34, 0.5);
  border-right: 1px solid rgba(34, 34, 34, 0.5);
}
.research_grid .research_card_grid:nth-child(3) {
  border-right: 1px solid rgba(34, 34, 34, 0.5);
}
.research_card_grid h3 a:hover,
.single_related_post .research_card_grid h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.research_list_inner_center {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
.meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** news_section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

.news_section .container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.news_section_top {
  padding: 50px 0;
  /* display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center; */
}

.news_section_top_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 768px;
  width: 100%;
  margin: auto;
}
.news_section_top_content .subtitle {
  margin: 10px 0;
}
.news_section_top_content h2 {
  text-align: center;
  max-width: 636px;
  width: 100%;
  color: #000;
}

.news_section_top_slider {
  margin-top: 50px;
}

.news_section_top_slider .slick-slide {
  margin-right: 96px;
}

.news_section_top_slider .slick-list.draggable {
  position: relative;
}
.news_section_top_slider .slick-list.draggable::before {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  top: 0;
  left: 0;
  z-index: 9;
}
.news_section_top_slider .slick-list.draggable::after {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  top: 0;
  right: 0;
  z-index: 9;
}

.news_section_top_slider .slide_item {
  max-width: max-content;
  width: max-content;
}
.news_section_top_slider .slide_item img {
  height: auto;
  object-fit: contain;
  max-height: 50px;
}

.news_Post_item {
  border-top: 1px solid rgba(34, 34, 34, 0.5);
  padding: 20px;
  display: grid;
  grid-template-columns: 269px 1fr;
  gap: 20px;
  align-items: center;
}
.news_Post_item_thum {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
  border-right: 1px solid rgba(34, 34, 34, 0.5);
}
.news_Post_item_thum img {
  object-fit: contain;
  aspect-ratio: 269 / 203;
}
.news_Post_item_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news_Post_item_content h4 a {
  color: #222;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_Post_item_content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  max-width: 750px;
  width: 100%;
  color: #222;
  font-size: 18px;
  line-height: 145%;
}
.news_section_bottom .meta.subtitle span {
  color: var(--light-gray);
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Newsletter 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

.section-newsletter1 .container {
  padding: 28.5px 60px;
  background-repeat: no-repeat, no-repeat;
  background-position: right center, left center;
  background-size: contain, cover;
  border-radius: 4px;
  background-image: linear-gradient(
    90deg,
    rgba(3, 194, 254, 0.75) 0%,
    #ccebf5 96.63%
  );
  position: relative;
  max-width: 1340px;
}
.section-newsletter1.full_width .container {
  padding-left: 20px;
  padding-right: 20px;
}

main > .nl-container {
  padding: 0 20px;
}

.section-newsletter1.nl-full .container {
  max-width: 100%;
}
.section-newsletter1.nl-full .container .newsletter-inner {
  max-width: 1340px;
  margin: 0 auto;
}

.section-newsletter2.section-newsletter h2.heading {
  background: linear-gradient(#0b1732 0%, #1b2a4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-newsletter1 .newsletter-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 706px;
  width: 100%;
}

.newsletter-inner {
  display: flex;
  justify-content: space-between;
}

.section-newsletter1 .news-letter-img img {
  width: 100%;
  height: 100%;
}

/* Newsletter 2 */
.section-newsletter2 .container {
  padding-top: 43px;
  padding-bottom: 43px;
  position: relative;
}
.section-newsletter2 .form {
  max-width: 850px;
  width: 100%;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Form - gravity Form 4
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
#signup-banner .gform_fields {
  display: grid;
  gap: 24px;
  align-items: flex-start;
  column-gap: 48px;
  row-gap: 24px !important;
  grid-template-columns: 1fr 1fr !important;
}
#signup-banner .gform_fields .gfield {
  grid-column: span 1 !important;
}

#signup-banner .gform_fields .last-name {
  grid-area: 2 / 1;
}

#signup-banner .gform-body.gform_body input {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 14px 10px !important;
  color: var(--dark-gray) !important;
  font-size: 13px !important;
  border: none !important;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-ipm);
  border-bottom: 1px solid #010a18 !important;
  outline: none !important;
  background-color: transparent;
  box-shadow: unset !important;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

#signup-banner .gform-body.gform_body input::placeholder,
#signup-banner .gform-field-label {
  color: var(--dark-gray) !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-ipm);
  line-height: 120% !important;
  letter-spacing: 0.05em;
}
#signup-banner .gform-body #field_4_7 .gfield_label {
  padding-left: 10px;
}
#signup-banner .gform-footer {
  margin-top: 0px !important;
}

#signup-banner .gform-body.gform_body input:hover,
#signup-banner .gform-body.gform_body input:focus {
  border-bottom: 1px solid var(--light-gray) !important;
}

#signup-banner .gform-body.gform_body input:hover::placeholder,
#signup-banner .gform-body.gform_body input:focus::placeholder {
  color: var(--light-gray) !important;
}

#signup-banner .html-field {
  color: var(--dark-gray) !important;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-ipm);
  line-height: 120% !important;
  grid-area: 3 / 1;
}
#signup-banner .gfield_required,
#signup-banner .gform_required_legend {
  display: none;
}
#signup-banner .has_last_name.gf_name_has_2.gform-grid-row {
  flex-direction: column !important;
  gap: 24px !important;
}
#signup-banner .has_last_name .gform-grid-col {
  width: 100% !important;
}

/* Form custom css class */
.professional-role {
  padding-left: 10px !important;
}
/* submit */
#signup-banner .gform_button.button {
  border-radius: 4px !important;
  background: linear-gradient(
    332deg,
    rgba(11, 23, 50, 0.95) 59.93%,
    rgba(27, 42, 76, 0.95) 78.91%
  ) !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  padding: 10px 20px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: capitalize;
  margin-top: 30px !important;
  transition: all 0.3s ease;
  font-family: var(--font-isans) !important;
  outline: 0 !important;
  border: 0 !important;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

#signup-banner .gform_button.button:hover {
  background: rgba(0, 156, 205, 1) !important;
}

/* Radio  */
#signup-banner .gfield_radio {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  padding-left: 10px;
	flex-wrap: wrap;
}

#signup-banner .gform-body.gform_body .gfield-choice-input[type="radio"] {
  border: 1px solid #3f3f3f !important;
  height: 14px !important;
  width: 14px !important;
  padding: 0 !important;
  border-radius: 1px !important;
}

#signup-banner .gfield-choice-input::before {
  content: "✔" !important;
  background-color: unset !important;
  block-size: unset !important;
  border-radius: 0 !important;
  inline-size: unset !important;
  font-size: 9px;
}

#signup-banner .gchoice {
  align-items: center;
}
#signup-banner .gchoice label {
  margin-left: 4px !important;
  font-weight: 400;
}
#signup-banner .gfield-choice-input {
  cursor: pointer;
}

.section-newsletter h2.heading {
  color: var(--text);
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** news 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.news_top_element {
  display: flex;
  justify-content: space-between;
  align-self: center;
  margin: 34px 0 20px 0;
}
.news_top_element p {
  max-width: 556px;
  width: 100%;
  margin: 0;
  color: #222;
}

.news_top_element h4 {
  color: #000;
  font-size: 30px;
}

.news_cpt .news_Post_item_content h2 a {
  color: #222;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_cpt .news_Post_item_content p {
  max-width: 100%;
}

.news_center_element {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news_cpt .newsletter-sec-outter {
  margin: 0;
}
.news_cpt_newsletter2 {
  margin-top: 36px;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Single Post 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.single_post .container {
  padding-top: 36px;
  padding-bottom: 36px;
}

.single_post .research_full .research_full_content_top h2 a {
  text-decoration: none;
  color: #222;
}
.single_post .research_full {
  gap: 40px;
  border: unset;
}
.single_post .research_full_content {
  padding: 30px 0;
  justify-content: center;
  gap: 20px;
}
.single_post .research_full .image_link {
  position: relative;
}
.single_post .research_full .image_link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 29, 50, 0.4) 50%, rgba(0, 157, 205, 0.4) 100%);
  background-size: cover;
  z-index: 1;
  left: 0;
}
.single_post .research_full .image_link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('/wp-content/themes/ldwp/assets/img/single-post/post-img-overlay.png') no-repeat center center;
  background-size: cover;
  background-blend-mode: overlay;
  z-index: 1;
  opacity: .3;
  left: 0;
}




.single_post .research_full img {
  aspect-ratio: 648 / 450;
-webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}
.single_post .research_full .research_full_content_top {
  padding: 10px;
}
.single_post .research_full .research_full_content_top p {
  margin: 0;
}
.single_post .research_full .research_full_content_top .meta {
  /* margin: 20px 0; */
  color: var(--text);
  font-weight: 600;
  display: flex;
  gap: 10px;
  font-size: 13px;
  font-family: var(--font-ipm);
  line-height: 120%;
  letter-spacing: 5%;
}
.single_post .research_full .meta .author {
  font-size: 14px;
  letter-spacing: 0;
  color: var(--light-gray);
  font-weight: 400;
  font-family: var(--font-isans);
}

.single .research_full_content_top {
  gap: 20px;
}

.single_post .research_full .research_full_content_top .meta span {
  color: #777;
}
.research_full_content_null {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.single_post_content > .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  /* new */
  padding: 60px 0px;
  width: 100%;
  max-width: 100%;
}
.single_big_text {
  width: 100%;
}
.single_related_post:not(.related_post_section) .container {
  padding: 0;
}
.single_post_content .vc_row {
  margin: 0px !important;
  width: 100% !important;
}

.single_post_content .vc_row .wpb_wrapper {
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
}
.single_post_content .vc_row .wpb_column {
  margin: 0 !important;
  width: 100% !important;
}

/* end */

.related_post_section {
  margin-bottom: 60px;
}
.single_post_content_bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  border-top: 1px solid rgba(34, 34, 34, 0.5);
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
/* .single_post_content_bottom:has(.single_bottom_buttons > :nth-child(5)) {
    display: flex;
    flex-direction: column;
    gap: 20px;
} */

.single_bottom_buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 20px 20px 0;
}
.p-dnw-btn {
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  font-family: var(--font-ipm);
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  background: linear-gradient(
    90deg,
    rgb(113 215 248) 6.32%,
    rgba(204, 235, 245, 0.5) 100%
  );
  border: 1px solid #03c2fe;
  color: var(--text);
}
.p-dnw-btn:hover {
  background: linear-gradient(
    90deg,
    rgb(113 215 248) 6.32%,
    rgb(204, 235, 245) 100%
  );
}

.research_single .subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #101d32;
  font-family: "Public Sans", sans-serif;
  font-weight: 800;
  line-height: 120%;
}

.single_bottom_share {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 20px 20px 0;
}
.single_bottom_share a {
  line-height: 0;
}
.single_bottom_share img {
  width: 30px !important;
  height: 30px;
}

.social-icon.black div {
  width: 30px;
  height: 30px;
  background: var(--black);
  transition: all 0.3s ease;
}
.social-icon.black:hover div {
  background: var(--bright-blue);
}
.vc_row-fluid.related-post-sec .vc_separator {
  display: none;
}

.vc_row-fluid.related-post-sec .research_card_grid h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}
.vc_row-fluid.related-post-sec .research_card_grid h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.research_card_grid .cats a {
  color: var(--blue);
  text-decoration: none;
  padding: 0;
  border-radius: 0px;
  background: unset;
  word-spacing: -4px
}

.vc_row-fluid.related-post-sec .research_card_grid .meta.date {
  font-family: "Public Sans", sans-serif;
  margin: 0;
}

.vc_row-fluid.related-post-sec .meta.light-gray {
  margin: 0;
}
.vc_row-fluid.related-post-sec .meta.light-gray span {
  font-family: "Public Sans", sans-serif;
}

.single_post_content .related-post-sec .related-sec-hd a.btn.primary {
  min-width: 128px;
}

.single_related_post_top {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(34, 34, 34, 0.5);
}
.single_related_post_top h4 {
  color: #000;
}

.single_related_post .research_card_grid h3 a {
  text-decoration: none;
  color: #222;
}
.single_related_post .research_card_grid .meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.single_related_post .research_card_grid p {
  margin: 0;
}

.post_the_content img {
  max-width: 1022px !important;
  width: 100%;
  margin: 0;
}

.single_post_content p,
.single_post_content span {
  max-width: 768px;
  width: 100%;
  margin: 0 auto 1rem auto;
  color: var(--dark-gray) !important;
  line-height: 155%;
}
.single_post_content h1,
.single_post_content h6 {
  font-family: var(--font-iserif);
  max-width: 768px;
  width: 100%;
  margin: 0 auto 1rem auto;
  color: var(--dark-gray) !important;
}
.single_post_content h2 {
  font-family: var(--font-iserif);
  max-width: 768px;
  width: 100%;
  margin: 0 auto 1rem auto;
  color: var(--dark-gray) !important;
  font-size: 45px;
}
.single_post_content h3 {
  font-family: var(--font-iserif);
  max-width: 768px;
  width: 100%;
  margin: 0 auto 1rem auto;
  color: var(--dark-gray) !important;
  font-size: 38px;
}
.single_post_content h4 {
  font-family: var(--font-iserif);
  max-width: 768px;
  width: 100%;
  margin: 0 auto 1rem auto;
  color: var(--dark-gray) !important;
  font-size: 32px;
  font-weight: 500; 
}

.single_post_content h5 {
  max-width: 768px;
  width: 100%;
  margin: 0 auto 1rem auto;
  color: var(--text) !important;
  font-family: var(--font-pbs);
  font-weight: 800;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
}

.single_post_content li {
  max-width: 768px;
  width: 100%;
  margin: 0 auto 0.2rem auto;
}
.post_the_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
/* wp-bakery HighLight Section */
.highlight {
  padding: 40px !important;
  margin: 0 auto !important;
  max-width: 1022px !important;
  width: 100% !important;
  background: linear-gradient(90deg, #97E6FF 1.92%, #DBF6FF 21.63%);
  border-radius: 4px;
}
.highlight h1,
.highlight h2,
.highlight h3,
.highlight h4,
.highlight h5,
.highlight h6 {
  color: #010a18 !important;
  text-align: center;
  width: 100% !important;
  max-width: 100% !important;
}
/* wp-bakery list background */
.sm-highlight {
  padding: 40px !important;
  margin: 1rem auto !important;
  max-width: 768px !important;
  width: 100% !important;
  background: linear-gradient(90deg, #97E6FF 1.92%, #DBF6FF 21.63%);
  border-radius: 4px;

}

.single_post_content .vc_row .sm-highlight,
.single_post_content .vc_row .highlight {
  margin: 0px auto !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.single_post_content .vc_row:has(.sm-highlight),
.single_post_content .vc_row:has(.highlight) {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0px auto !important;
  width: 100% !important;
}

.single_post_content .vc_row.sm-highlight,
.single_post_content .vc_row.highlight {
  display: flex !important;
  justify-content: center !important;
  margin: 0px !important;
  width: 100% !important;
}

.sm-highlight.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sm-highlight .wpb_text_column.wpb_content_element {
  margin-bottom: 0px !important;
}

.sm-highlight h1,
.sm-highlight h2,
.sm-highlight h3,
.sm-highlight h4,
.sm-highlight h5,
.sm-highlight h6 {
  margin-bottom: 25px !important;
  color: #010a18 !important;
  max-width: 100% !important;
}

.sm-highlight h5 {
  font-weight: 800 !important;
  text-transform: uppercase;
  max-width: 100% !important;
}

.sm-highlight ul {
  margin-left: 25px !important;
  padding-left: 0;
  /* list-style-type: square; */
  color: #010a18;
}
.sm-highlight li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
}

.sm-highlight li::before {
  content: "\25AA";
  position: absolute;
  left: -15px;
}

/* END */

.single_big_text {
  border-radius: 4px;
  background: linear-gradient(90deg, #97e6ff 1.92%, #dbf6ff 21.63%);
}

section.single_big_text h4,
section.single_big_text p {
  color: var(--text);
}

.single_big_text .container {
  /* display: flex; */
  align-items: center;
  padding: 80px 20px;
  display: grid;
  grid-auto-flow: column;
  /* grid-template-columns: 1fr; */
  gap: 80px;
}

.single_big_text p {
  margin: 0;
  padding-top: 14px;
  position: relative;
  font-weight: 700;
}
.single_big_text p::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 4px;
  background: #03c2fe;
  top: 0;
  left: 0;
}
.single_big_text_content {
  /* display: flex; */
  gap: 80px;
  display: grid;
  grid-auto-flow: column;
}
.single_big_text_heading {
  max-width: 285px;
  width: 100%;
}

.single_big_text_heading h4 {
  max-width: 205px;
  width: 100%;
}

.single_post_content .wp-block-group {
  padding: 40px;
  max-width: 768px;
  width: 100%;
  background: var(
    --Gradient-Test-2,
    linear-gradient(90deg, #97e6ff 1.92%, #dbf6ff 21.63%)
  );
}
.research_full_content_top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.research_full_content_top h2 {
  color: var(--off-black);
}

.research_full.post .research_full_content_top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.research_full_content_top_inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.research_full.post .research_full_content_top p {
  margin: 0;
}

a.featured_res {
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  color: #009ccd;
  font-family: var(--font-ipm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.research_full_content_null a.featured_res,
.single_post_content_bottom.research_single a.featured_res {
  color: #010a18;
  border-color: #101d32;
}

.research_full_content_null a.featured_res:hover,
.single_post_content_bottom.research_single a.featured_res:hover {
  border-color: #03c2fe;
}

.research_full.post .research_full_content {
  padding: 30px;
}

.research_full_content_top h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}
.research_full_content_top h2 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.clearfix.nav-ajax-btn-wrapper {
  margin: 70px auto;
  /* padding-bottom: 70px; */
}

.post-type-archive-news .clearfix.nav-ajax-btn-wrapper {
  margin: 30px auto;
}

#ajax-posts:has(.post-list.nav-ajax-posts-wrapper.post-list-2 + .post-list)
  .research_full.post {
  margin-bottom: 50px;
}

/* single post card  */
.single_post_content .vc_row-fluid .vc_gitem-post-data-source-post_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single_post_content .vc_row-fluid .vc_gitem-post-data-source-post_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single_post_content .vc_row-fluid .vc_btn3-container.vc_btn3-left {
  margin-top: 70px;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** chart 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

section.navigator_data_chart {
  margin-top: -135px;
  position: relative;
  z-index: 99;
}
.data_chart_section_inner {
  padding: 60px 40px 20px;
  border-radius: 4px;
  background: linear-gradient(
      270deg,
      rgba(204, 235, 245, 0) 74.6%,
      rgba(3, 194, 254, 0.2) 111.07%
    ),
    #fafaf9;
  box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.data_chart_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.chart_by {
  display: flex;
  gap: 10px;
  align-items: center;
}
.chart_button {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.chart_btn {
  padding: 10px 20px;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  cursor: pointer;
  color: #3f3f3f;
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  font-family: var(--font-ipm);
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
}
.chart_by span {
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  font-family: var(--font-isans);
}
.chart_btn:hover {
  border: 1px solid #03c2fe;
  color: var(--text);
}
.chart_btn.active {
  background: linear-gradient(
    90deg,
    rgba(113, 215, 248, 0.38) 6.32%,
    rgba(204, 235, 245, 0.5) 100%
  );
  border: 1px solid #03c2fe;
  color: var(--text);
}
.chart_btn.active:hover {
  background: linear-gradient(
    90deg,
    rgb(113 215 248) 6.32%,
    rgba(204, 235, 245, 0.5) 100%
  );
}

.chart_content {
  display: none;
  position: relative;
  padding-left: 30px;
}
/* .chart_content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 570px;
  background: #ddf4f9;
  pointer-events: none;
} */
.chart_content.active {
  display: flex;
  flex-direction: column;
}
.y-axis-chart {
  position: absolute;
  top: 35px;
  left: -10px;
  z-index: 3;
}

.chart_buttons {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.chart_buttons_btn {
  display: flex;
  gap: 20px;
  max-width: max-content;
}
.chart_logo img {
  max-height: 20px;
  object-fit: contain;
}
.chart_buttons_btn a {
  font-size: 14px;
  color: var(--light-gray);
  font-weight: 400;
  line-height: 140%;
  font-family: var(--font-ps);
  text-decoration: none;
}
.chart-container.main-chart {
  width: 100% !important;
  height: auto !important;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-gutter: stable; 
  scrollbar-color:#009CCD33 transparent;
  direction: rtl;
  padding-bottom: 16px;
}


.chart-container canvas {
  position: relative;
  min-width: 100% !important;
  height: auto !important;
  direction: ltr;
}


/* Chrome, Edge, Safari */
.chart-container::-webkit-scrollbar {
  height: 3px; 
}

/* Track */
.chart-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--light-blue);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px var(--light-blue);
}

/* Handle */
.chart-container::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px var(--light-blue);
}

/* Handle on hover */
.chart-container::-webkit-scrollbar-thumb:hover {
  background: var(--dark-blue);
}


.custom-chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
}

.custom-chart-legend .legend-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  user-select: none;
}

.custom-chart-legend .legend-item input {
  display: none;
}

.custom-chart-legend .checkmark {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  margin-right: 6px;
  position: relative;
}

.custom-chart-legend .legend-item input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: -1px;
  width: 5px;
  height: 9px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.y_axis_label{
  position: absolute;
  left: 5px;
  top: 63.8%;
  transform: rotate(-90deg) translateY(65%);
  transform-origin: left center;
  z-index: 10;
  font-size: 14px;
  font-weight: 400;
  margin-left: -45px;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** filter-section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

.filter-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-section p {
  font-size: 14px;
  color: #3f3f3f;
}

.filter-buttons {
  display: flex;
  gap: 10px;
}

.filter-buttons button {
  background-color: #fff;
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #3f3f3f;
  cursor: pointer;
}
.filter-buttons .active {
  background-color: #ccebf5;
  border-color: #71d7f8;
  color: var(--text);
}

/***** bottom section *****/
.data-bar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 40px;
}

/* Left links */
.left-links {
  display: flex;
  gap: 20px;
}

.left-links a {
  text-decoration: none;
  color: var(--light-gray);
  font-size: 14px;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Responsive
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

@media only screen and (max-width: 1100px) {
  /* Single post */
  .single_big_text_content {
    gap: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  /* Banner */
  .home-banner-section h1.heading {
    font-size: 45px;
  }

  /* Newsletter Section 1 */
  .section-newsletter1 .container {
    padding: 24px 20px;
  }

  /* chart section */
  .data_chart_section_inner {
    padding: 24px 20px;
    padding-left: 40px;
  }
    /* Chart label y axis*/
    .y_axis_label {
            top: 62%;
}

  /* Card section  */
  .card_section_inner_center {
    gap: 40px;
  }

  /* Research List */
  .research_list .container {
    gap: 60px;
  }

  .research_grid {
    grid-template-columns: 1fr 1fr;
  }

  .research_grid .research_card_grid:nth-child(3) {
    border-top: 1px solid rgba(34, 34, 34, 0.5);
  }
  .research_grid .research_card_grid:nth-child(4) {
    border-top: 1px solid rgba(34, 34, 34, 0.5);
  }
  .research_grid .research_card_grid:nth-child(2) {
    border-right: none;
  }

  .research_full {
    grid-template-columns: 1fr;
  }

  /*  */
  .single_big_text_content {
    gap: 40px;
  }
  .single_big_text .container {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    padding: 50px 20px;
    gap: 40px;
  }

}

@media only screen and (max-width: 998px) {
  /* Filter Buttons */
  .filter-buttons {
    overflow: scroll;
  }
  .filter-buttons button {
    white-space: nowrap;
  }
  .filter-section p {
    white-space: nowrap;
  }

  /* Card section  */
  .card_section_inner_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card_section.bg-blue .center_card_list,
  .card_section.bg-white .center_card_list {
    width: calc(33.33% - 40px);
  }

  /*Research List  */
  .research_list .container {
    gap: 40px;
  }
  .research_full_content {
    padding: 30px 10px 30px 40px;
  }
  .research_card_grid {
    padding: 20px;
  }

  .research_list_inner_top h4 {
    font-size: 24px;
  }

  .news_section_top {
    padding: 0;
  }

  .research_full img {
    aspect-ratio: unset;
    height: 100%;
  }

  /* big takeway */
  /* .single_big_text .container {
        flex-direction: column;
        gap: 30px;
        padding: 60px 50px;
        align-items: self-start;
    } */

  .single_big_text h4 {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  .single_big_text h4 br {
    display: none;
  }

  .single_post_content_bottom {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .related_post_section {
    margin-bottom: 30px;
  }

  /* Newsletter 2 */
  .section-newsletter2 {
    background-image: linear-gradient(
      90deg,
      rgba(113, 215, 248, 1),
      rgba(255, 255, 255, 1) 100%
    ) !important;
    background-size: cover !important;
  }
  .chart_by {
    flex-direction: column;
    align-items: self-start;
    gap: 0;
  }
  #signup-banner .gfield_radio {
    flex-wrap: wrap;
  }
      /* Chart label y axis*/
    .y_axis_label {
    top: 64.8%;
}

}
@media only screen and (max-width: 767px) {
  /* Card section  */
  .card_section .container,
  .research_list .container {
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .chart-container-section .content-inner {
    padding: 40px 20px 20px 30px !important;
  }

  .card_section_inner_center {
    gap: 30px;
  }
  .card_section.bg-blue .center_card_list,
  .card_section.bg-white .center_card_list {
    width: calc(50% - 40px);
  }
  /* Chart lebel */
  .y_axis_label {
    top: 71%;
  }

  /* Research List */

  .research_list .container {
    gap: 30px;
  }
  .single_post .research_full {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .research_grid {
    grid-template-columns: 1fr;
    border: none;
  }
  .research_grid .research_card_grid {
    border-top: 1px solid rgba(34, 34, 34, 0.5);
  }
  .research_grid .research_card_grid:nth-child(2) {
    border-left: none;
    border-right: none;
  }

  .research_grid .research_card_grid:nth-child(3) {
    border-right: none;
  }

  .research_list_inner_center {
    gap: 46px;
  }

  .single_post .research_full_content {
    padding: 0;
    order: 2;
  }
  .single_post .research_full .research_full_content_top {
    padding: 0;
  }

  /* Research list Inner top */
  .research_list_inner_top {
    flex-direction: column;
    gap: 20px;
  }
  .research_list_inner_top p {
    margin: 0;
  }
  .research_list .divider {
    margin: 0;
  }

  .research_list_inner_top h4 {
    font-size: 22px;
  }

  .news_Post_item_thum {
    padding: 10px;
    border: none;
  }

  .news_Post_item {
    grid-template-columns: 1fr;
  }
  .news_Post_item_thum img {
    max-height: 203px;
  }

  /* section-newsletter2 */
  .section-newsletter2 .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-newsletter h2.heading {
    text-align: center;
  }
  .section-newsletter2 .newsletter-content-wrap {
    order: 2;
  }

  #signup-banner .gform_fields {
    grid-template-columns: 100% !important;
  }
  #signup-banner .gform_fields .last-name {
    grid-area: unset;
  }
  #signup-banner .html-field {
    grid-area: unset !important;
  }
  #signup-banner .gform_button.button {
    font-size: 16px !important;
    margin-top: 30px !important;
  }

  /* Footer From */
  .footer-form form input {
    padding: 8px 15px !important;
  }
  .footer-form-wrap {
    max-width: 550px;
    width: 100%;
  }

  .footer-form .form-content {
    margin: auto;
    align-items: center !important;
  }

  .footer-form .form-content h3 {
    text-align: center;
  }

  .site-footer .footer-form-wrap {
    margin-top: 0px;
  }

  .section-newsletter1 .newsletter-content-wrap {
    gap: 15px;
    align-items: center;
    padding: 20px 0;
  }

  /* .single_big_text .container {
        padding: 40px;
    } */

  .single_post_content > .container > .single_big_text {
    padding: 0px !important;
  }

  .single_big_text_content {
    grid-auto-flow: row;
    gap: 30px;
  }

  .single_bottom_buttons {
    flex-wrap: wrap;
  }

  /* Single post  */
  .post-template-default.single-post .vc_row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .post-template-default.single-post .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .single_post_content h2 {
    font-size: 34px;
  }
  .single_post_content h3 {
    font-size: 30px;
  }
  .single_post_content h4 {
    font-size: 26px;
  }
  .single_big_text {
    margin-bottom: 2rem;
  }
  .highlight {
    padding: 40px 20px !important;
  }
  .sm-highlight {
    padding: 40px 20px !important;
  }


}

@media only screen and (max-width: 520px) {
  /* Card section  */

  .card_section.bg-blue .center_card_list,
  .card_section.bg-white .center_card_list {
    width: 100%;
  }

  .center_card_list_img img {
    aspect-ratio: unset;
  }

  /* Filter section ------------- */
  .filter-section {
    overflow: hidden;
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .filter-section p {
    margin: 0;
  }

  /*  */
  .single_related_post_top {
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
  }

  .single_post_content_bottom {
    flex-direction: column;
    gap: 15px;
    padding: 30px 0;
  }

  .single_post_content_bottom div {
    padding: 0;
  }

  .single_related_post .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  /* slider  */
  .news_section_top_slider .slick-list.draggable::before {
    width: 100px;
  }
  .news_section_top_slider .slick-list.draggable::after {
    width: 100px;
  }

  /*  */
  .section-newsletter .gform-footer.gform_footer.top_label {
    width: 100%;
  }

  .section-newsletter .container {
    background-size: cover !important;
  }

  .gform-footer.gform_footer.top_label {
    width: 100%;
  }
  input#gform_submit_button_2 {
    width: 100%;
  }

  /* chart */
  .chart_button {
    flex-direction: column;
    width: 100%;
  }
  .chart_button div {
    width: 100%;
  }
  .chart_buttons {
    flex-direction: column;
    gap: 10px;
  }
  /* chart labels y axis */
  .y_axis_label {
        top: 70.6%;
    }

  /* news latter 1 */
  .section-newsletter1 .newsletter-content-wrap {
    padding: 0;
  }

  /* news latter 2 */
  #signup-banner .gfield_radio {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .sm-highlight {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 375px){
  .y_axis_label {
        top: 71.6%;
    }
}
