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

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Public Sans", sans-serif;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
}

.h5,
h5 {
  font-size: 1.5rem;
}

#smooth-content {
  overflow: visible;
  width: 100%;
  padding-top: 11.2rem;
}

#smooth-content.remove_subheader {
  padding-top: 7.2rem;
}

.gap_8 {
  gap: 0.8rem;
}

.gap_12 {
  gap: 1.2rem;
}

.gap_120 {
  gap: 12rem;
}

.mb_lg_24 {
  margin-bottom: 2.4rem;
}

.mb_lg_101 {
  margin-bottom: 10.1rem;
}

.mt_lg_101 {
  margin-top: 10.1rem;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #EB4824;
  border-radius: 8rem;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a,
button {
  transition: 0.3s ease-in;
}

a:hover,
button:hover {
  transition: 0.3s ease-in;
}

a {
  text-decoration: none;
}




/*************************************Header*************************************/
.header_content {
  transition: 0.2s ease;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99999;
}

.header_content .sub_header {
  padding: 1rem 0;
  opacity: 1;
  height: 4rem;
  transition: opacity 0.2s ease;
  background-color: #7b11f9;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.header_content .sub_header .pattern_circle {
  position: absolute;
  left: -49px;
  margin: auto 0;
  top: 3vw;
  bottom: 0;
  content: "";
  width: 581px;
  height: 581px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 50rem;
  pointer-events: none;
}

.header_content .sub_header .pattern_circle .inner_one {
  position: absolute;
  right: 127px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgb(0, 0, 0);
  display: block;
  border-radius: 50rem;
  width: 427px;
  height: 427px;
  flex-shrink: 0;
  z-index: 1;
  opacity: 0.1;
}

.header_content .sub_header .pattern_circle .inner_two {
  position: absolute;
  right: 241px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 298px;
  height: 298px;
  flex-shrink: 0;
  background: rgb(0, 0, 0);
  z-index: 2;
  opacity: 0.15;
  display: block;
  border-radius: 50rem;
}

.header_content .sub_header .pattern_circle .inner_three {
  position: absolute;
  right: 351px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 298px;
  height: 298px;
  background: rgb(0, 0, 0);
  z-index: 3;
  opacity: 0.25;
  display: block;
  border-radius: 50rem;
}

.header_content .sub_header .pattern_circle .inner_four {
  position: absolute;
  right: 461px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 298px;
  height: 298px;
  flex-shrink: 0;
  background: rgb(0, 0, 0);
  z-index: 4;
  display: block;
  border-radius: 50rem;
  opacity: 0.2;
}

.header_content .sub_header::after {
  position: absolute;
  right: 12vw;
  margin: auto 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 13.916rem;
  height: 1.9rem;
  background-image: url(../img/pattern.svg);
  background-size: cover;
}

.header_content .sub_header .text {

  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0;
}

.header_content .sub_header .text .link {
  color: #EBFF00;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  margin-left: 0.8rem;
}

.header_content .sub_header .btn_close {
  background: transparent;
  border: 0;
  height: auto;
  width: auto;
  right: 1vw;
}




.header_content header .nav .text_link {
    color: #211E1F;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    text-decoration: none;
    padding: 3rem 2rem;
}

.header_content header .nav .text_link:hover {
  color: #EB4824;
}

.header_content header .nav .text_link.--secondary {
  color: #442FFF;
  font-weight: 500;
}

.header_content header .nav .text_link.--secondary:hover {
  color: #EB4824;
}

.header_content #menuContainer {
  position: absolute;
  left: 0;
  top: -211.2rem;
  transition: 0.5s ease;
  width: 100%;
}

.header_content #menuContainer.active {
  top: 0;
  transition: 0.5s ease;
}

.header_content .menu_inner {
  padding: 7rem 0 7rem;
  background: #FFFFFF;
  z-index: -1;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}

.header_content .menu_inner.active {
  transition: 0.3s ease;
  opacity: 1;
  z-index: 0;
}

.header_content .menu_inner .menu_sub_links {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}

.header_content .menu_inner .menu_sub_links .text_link {
  color: #211E1F !important;
  font-weight: 500 !important;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  display: block;
  width: 100%;
  text-decoration: none;
}

.header_content .menu_inner .menu_sub_links .text_link:hover {
  color: #EB4824;
}

.header_content .menu_inner .sub_heading {
  color: #211E1F !important;
  font-weight: 500 !important;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  text-transform: uppercase;
  padding-bottom: 0.8rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid #D7DAE0;
}

.header_content .menu_inner .products_item {
  border-radius: 1.2rem;
  background: var(--Beige-100, #FBF9F5);
  display: flex;
  padding: 1.6rem 1.6rem 0;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  margin-bottom: 1.6rem;
}

.header_content .menu_inner .products_item:hover .button_round--icon {
  background: #EB4824;
}

.header_content .menu_inner .products_item:hover .button_round--icon svg path {
  stroke: #FFF !important;
}

.header_content .menu_inner .products_item .mx-auto {
  height: 20rem;
}

.header_content .menu_inner .products_item .text {
  color: #211E1F !important;
  font-weight: 500 !important;

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin: 0.8rem 0 3.6rem;
  height: 4rem;
}

.blogs_content_header {
  text-decoration: none;
  display: flex;
}



.blogs_content_header .content .heading {
  color: #211E1F;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem;
  margin: 0 0 1.6rem;
}

.blogs_content_header .content {
  width: 30%;
  padding-left: 1.6rem;
  display: flex;
  align-items: center;
}



.button_round--logo {
  border-radius: 20rem;
  border: 1px solid var(--grad-grey-linear-1, rgba(179, 185, 198, 0.5));
  display: inline-flex;
  height: 5.6rem;
  padding: 0rem 0.4rem 0rem 1.6rem;
  align-items: center;
  gap: 2.4rem;
  flex-shrink: 0;
  transition: 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.button_round--logo.--sm {
  height: 4rem;
}

.button_round--logo.--sm .button_round--icon {
  height: 3.2rem;
  width: 3.2rem;
}

.button_round--logo.--sm .button_round--icon svg {
  transform: scale(1.5);
}

.button_round--logo .text {
  color: var(--Gray-400, #8A94A6);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.button_round--logo img {
  height: 2.4rem;
}

.button_round--logo:hover .button_round--icon {
  background: #EB4824;
  transition: 0.3s ease;
}

.button_round--logo.--icon {
  border: none;
  padding: 0;
}

.button_round--icon {
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0.7rem;
  align-items: center;
  gap: 1rem;
  border-radius: 2.4rem;
  background: transparent;
  transition: 0.3s ease;
  border: 0.667px solid var(--Orange-500, #EB4824);
}

.button_round--icon svg path {
  stroke: #EB4824;
}

.button_round--icon:hover svg path {
  stroke: #FFF !important;
}


.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: white;
}

.btn_burger {
  height: 4rem;
  width: 4rem;
  border: none;
  background: none;
  display: none;
}

.dropdown_menu {
  display: none;
  flex-direction: column;
  background-color: white;
  padding: 0;
}

.dropdown_menu .hiring_link {
  color: var(--Blue-500, #442FFF);

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  padding: 1.2rem 2rem;
  text-decoration: none;
  display: flex;
}

.dropdown_menu .dropdown a {
  color: #211E1F !important;
  font-weight: 500 !important;

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  padding: 1.2rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown_menu .dropdown a.sub_menu.active {
  color: #EB4824 !important;
  font-weight: 600;
}

.dropdown_menu .dropdown a.sub_menu.active::after {
  transform: rotate(180deg);
}

.dropdown_menu .dropdown a.sub_menu::after {
  content: "";
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url("https://xapads.s3.ap-south-1.amazonaws.com/assets/images/icons/arrow-down.svg");
  background-size: cover;
  height: 2rem;
  width: 2rem;
}

.dropdown_menu .dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.dropdown_menu .dropdown ul li a {
  color: #211E1F !important;
  font-weight: 500 !important;

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  padding: 1.2rem 2rem;
}

.dropdown_menu .dropdown ul li a:hover {
  color: #ff5722;
}

.content_left {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: start;
}

/* Responsive styling */
@media (max-width: 768px) {
  .btn_burger {
    display: block;
  }

  .navbar_content {
    display: none;
  }

  .dropdown_menu.active {
    display: flex;
  }
}


.footer_brands {
  display: flex;
  gap: 2.4rem;
  text-decoration: none;
}

















.mt_lg_53 {
  margin-top: 5.3rem;
}



.hidden {
  opacity: 0;
  pointer-events: none;
  height: 0;
  padding: 0;
}

.xpd_pos_abs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.btn_primary {
  background: transparent;
  border-radius: 0.6rem;
  background-color: #EB4824;
  color: #FFF;

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  height: 4rem;
  padding: 1.4rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.btn_primary:hover {
  background-color: #DC301A;
  color: #FFF;
}

header {
  height: 7.2rem;
  display: flex;
  align-items: center;
  background-color: #FFF;
}

footer {
  background: var(--dark-blue, #08031E);
  position: relative;
  padding: 9.6rem 0 20rem;
  bottom: -1px;
}

footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
  z-index: 9;
  background: linear-gradient(0deg, var(--dark-blue, #08031E) 10%, transparent 54%);
}
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
  background: url(../img/footer.svg.svg) 0% 0% / cover;
}
.footer_content--blocks {
  color: var(--Primary-White, #FFF);

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  /* 171.429% */
  text-transform: capitalize;
}

.footer_content--blocks .heading {
  color: var(--Gray-500, #667085);
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}

.footer_content--blocks .text {
  color: var(--Primary-White, #FFF);

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 1.6rem 0 2.4rem;
  max-width: 32rem;
  text-transform: none;
  position: relative;
}

.footer_content--social {
  padding: 0;
  display: flex;
  gap: 3.2rem;
}

.footer_content--social li {
  list-style: none;
  margin: 0;
}

.footer_content--social li a.--icon svg path {
  stroke: #FFF;
  transition: 0.5s ease;
}

.footer_content--social li a.--icon:hover svg path {
  stroke: #EB4824;
  transition: 0.5s ease;
}

.footer_content--social li a svg path {
  fill: #FFF;
  transition: 0.5s ease;
}

.footer_content--social li a:hover svg path {
  fill: #EB4824;
  transition: 0.5s ease;
}

.footer_content--links {
  padding: 0;
  gap: 2.4rem;
  margin-bottom: 0;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
}

.footer_content--links li {
  list-style: none;
}

.footer_content--links li svg {
  width: auto;
  height: 16px;
  margin: 3px auto;
  display: table;
}

.footer_content--links .text_link {
  color: #FFF;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
}

.footer_content--links .text_link img {
  filter: none;
  /* Explicitly set no filter for the default state */
  transition: filter 0.2s ease;
}

.footer_content--links .text_link:hover {
  color: #EB4824;
}

.footer_content--links .text_link:hover img {
  transition: 0.5s ease;
  filter: invert(52%) sepia(91%) saturate(4847%) hue-rotate(347deg) brightness(94%) contrast(96%);
}

.footer_content--list {
  padding: 0;
}

.footer_content--list li {
  list-style: none;
  margin-bottom: 0.8rem;
}

.footer_content--list .text_link {
  color: #FFF;

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
}

.footer_content--list .text_link img {
  filter: none;
  /* Explicitly set no filter for the default state */
  transition: filter 0.2s ease;
}

.footer_content--list .text_link:hover {
  color: #EB4824;
}

.footer_content--list .text_link:hover img {
  transition: 0.5s ease;
  filter: invert(52%) sepia(91%) saturate(4847%) hue-rotate(347deg) brightness(94%) contrast(96%);
}


.footer_content--social li svg {
  width: auto;
  height: 16px;
  margin: 3px auto;
  display: table;
}


#scrollImage {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

.fade_in {
  opacity: 0 !important;
}

.footer_bottom {
  background: var(--dark-blue, #08031E);
  padding: 2.4rem 0;
  position: relative;
  z-index: 1;
  overflow:hidden;
}


.copyright {
  color: var(--Gray-500, #667085);
  text-align: right;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1.6rem;
  opacity: 0.75;
}

/*# sourceMappingURL=header-and-footer.css.map */


.banner {
  text-align: center;
  background-image: url(../img/banner.jpg);
  background-size: 100%;
  padding: 10rem 0 16rem;
  background-repeat: no-repeat;
}

.banner .banner_inner {
  padding: 0 0 10rem;
}

.badge_purple {
  color: #7445F7;
  background: rgba(116, 69, 247, 0.12);
}

.badge {
  border-radius: 3.9rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.6rem;
  padding: 0 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;

  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.banner .banner_inner .heading_swiper {
  margin-top: 3.6rem;
}

.banner .banner_inner .heading {
  color: #211E1F;
  text-align: center;
  font-family: "Public Sans", sans-serif;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 9rem;

  margin-top:2rem;
  margin-bottom:0;
}

.banner .banner_inner .heading .text_primary {
  color: #EB4824;
  font-family: "Public Sans", sans-serif;
}

.tags_content_block.--secondary {
  border-radius: 0.6rem;
  background: var(--Beige-100, #EDEEF1);
}

.tags_content_block.--secondary a {
  color: #667085;
  text-decoration: none;
}

.mt_22 {
  margin-top: 2.2rem;
}

.blogs_content_block--item.--side {
  display: flex;
  margin-bottom: 6.2rem;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}

.blogs_content_block--item {
  box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.blogs_content_block--item.--side .blogs_content_block--img,
.blogs_content_block--item.--side .blogs_content_block--details {
  width: 50%;
}

.blogs_content_block--item.--side .blogs_content_block--details {
  display: flex;
  justify-content: left;
  flex-direction: column;
  padding: 2.4rem;
}

.date {
  color: #667085;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 2rem;
}

.blogs_content_block--details .heading {
  color: #222;

  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  margin: 2.4rem 0 3.4rem;
}


.gap_8 {
  gap: 0.8rem;
}

.tags_content_block {
  display: flex;
  padding: 0.6rem 1.4rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #667085;
}

.tags_content_block.--primary {
  border-radius: 0.6rem;
  background: var(--Blue-100, #E8ECFF);
}

.blogs_content_block .blogs_content_block--details .heading {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.4rem;
  /* 122.222% */

  text-align: left;
  margin: 2.4rem 0 3.2rem;
}

.heading a {
  text-decoration: none;
  color: #000;
}

.blogs_content_block--item.--side .blogs_content_block--img {
  position: relative;
}

.blog-top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-top-head svg {
  width: 25px;
  height: 25px;
}


.location {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.location a {
  color: #000;
}

.single-post .location a {
  color: #8A94A6;
}

.content_right {
  height: 100%;
  color: var(--Black-900, #211E1F);
  align-items: center;
  display: flex;
  justify-content: end;
}

.blogs_content_block--item.--side .cat-featured {
  position: absolute;
  left: 24px;
  top: 24px;

  gap: 10px;
  display: flex;
  padding: 0.4rem 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #667085;
  background: #FFF;
  border-radius: 0.4rem;
}

.blog-list-all .heading {
  color: var(--Black-900, #211E1F);
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  /* 122.222% */

  text-align: left;
  margin-bottom: 3rem;
}

.blog-list-all .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.blog-list-all .filter-left,
.blog-list-all .filter-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.blog-list-all label {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-select,
.form_control {
  width: 100%;
  height: 4.8rem;
  background: #FFF;
  border-radius: 1.2rem;
  border: 0.1rem solid var(--Gray-300, #B3B9C6);
  padding: 1.5rem;
  color: var(--Gray-400, #8A94A6);

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  color:#000;
  line-height: normal;
}

.form-select:focus,
.form-select:hover,
.form-select:focus-visible,
.form_control:focus,
.form_control:hover,
.form_control:focus-visible {
  border: 0.1rem solid #EB4824;
  box-shadow: none;
  outline: none;
}

.form-select {
  display: block;
  -moz-padding-start: calc(1.2rem - 3px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 16px 12px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 4rem;
}

.w-240 {
  width: 240px;
}

.blogs_content_block--item {
  box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.blogs_content_block--details {
  padding: 3.2rem;
}


.blogs_content_block--details .heading {
  color: #222;

  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  margin: 2.4rem 0 4rem;
}

.gutter_32 {
  --bs-gutter-x: 3.2rem;
}

.mb-10 {
  margin-bottom: 3rem;
}

.paginationTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-top: 2.5rem;
  position: relative;
}

nav#pagination-links-nav {
  margin: 0 auto;
}

.paginationTop .page-numbers.next,
.paginationTop .page-numbers.prev {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--Gray-300, #B3B9C6);
  text-decoration: none;
  position: absolute;
  width: auto;
  background: none;
}

.paginationTop .page-numbers.prev {

  left: 0;
  top: 0;

}

.paginationTop .page-numbers.next {
  right: 0;
  top: 0;
}

.paginationTop .page-numbers.next:hover,
.paginationTop .page-numbers.prev:hover {
  color: #EB4824;
  background: none;
  width: auto;
}

.paginationTop svg {
  width: 14px;
  height: 8px;
}

.paginationTop .page-numbers.next svg path,
.paginationTop .page-numbers.prev svg path {
  transition: 0.3s ease-in;
}

.paginationTop .page-numbers.next:hover svg path,
.paginationTop .page-numbers.prev:hover svg path {
  stroke: #EB4824;
  transition: 0.3s ease-in;
}

.paginationTop .page-numbers {
  background: #fff;
  display: inline-block;
  width: 48px;
  font-size: 1.8rem;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 0;
  color: var(--Gray-300, #B3B9C6);

}


.paginationTop .page-numbers:hover,
.paginationTop .page-numbers.current {
  width: 48px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--Orange-500, #EB4824);
  border-radius: 12px;
  background: var(--Orange-100, #FCE5D8);
}

.page-item:not(:first-child) .page-link {
  margin-left: 5px;
}

.event .blogs_content_block--details .heading {
  margin-bottom: 0;
}

.blogs_content_block--img {
  position: relative;
}

.gap_8 {
  gap: 0.8rem;
}

.case_study_block--content {
  display: flex;
  width: 16rem;
  padding: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8892rem;
  flex-shrink: 0;
  border-radius: 0.5335rem;
  background: #FFF;

}

.case_study_block--content .heading {
  color: #000;
  text-align: center;
  font-family: "Public Sans", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-style: normal;
  margin: 0;
  font-weight: 600;

}

.case_study_block--content .text {
  color: #000;
  top: 0;
  bottom: 0;
  left: 0;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.case_study_block--start {
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
}

.box-case {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.badge_cat {
  border-radius: 0.6rem;
  background: var(--Beige-100, #FBF9F5);
  display: flex;
  padding: 0.4rem 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #667085;
  text-transform: none;
  text-decoration: none;
}

.heading-title {
  color: var(--Black-900, #211E1F);
  text-align: center;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
 
  width: 66%;
  margin: 2.4rem auto;
}

.single-post .banner {
  padding: 15rem 0; 
}

.blog-post-description {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 1.4rem;
}

.blog-post-description svg {
  width: 24px;
  height: 24px;
}

.post-body img {

  width: 100%;
}

.wrap-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 5rem;
}

.post-body h3 {
  color: var(--Black-900, #211E1F);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
  line-height: 3.2rem;
  
}

.post-body table,
.post-body p {
  color: var(--Black-900, #211E1F);
  font-size: 1.8rem;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 2.8rem;
  /* 155.556% */
}

.post-body table {
  border: 1px solid #eee;
  border-right: 0;
}

.post-body table td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 1rem;

}


body .DOP_NextGENThumbnailGallery_Container {
  margin: 0 auto;
}

.post-body-content #ez-toc-container {
  display: none;
  margin-left: -10000px
}

#ez-toc-container {
  background: #f9f9f900;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
  display: table;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
  width: auto;
  text-align: left;
}

span.ez-toc-icon-toggle-span,
.span.ez-toc-title-toggle {
  display: none;
}

.addtoany_shortcode {
  display: flex;
}

.social-links {
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
}

.social-links h3,
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  color: var(--Blue-900, var(--dark-blue, #08031E));
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 2.4rem;
  display: block;
}

.inner-pad {
  padding: 0 20px;
}

#ez-toc-container .ez-toc-list li {
  color: var(--Orange-500, #6A5F63);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 0;
}

#ez-toc-container .ez-toc-list li a {
  color: var(--Orange-500, #6A5F63);

}

#ez-toc-container .ez-toc-list a:hover,
#ez-toc-container .ez-toc-list a.active {
  color: #EB4824;
  transition: 0.3s ease-in;
}

.ez-toc-counter nav ul li a::before {
  content: '';
  display: inline-block;
  counter-increment: item;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: .2em;
  float: left;
  background: #FCE5D8;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: 0.3s ease-in;
}

.ez-toc-counter nav ul li a:hover::before,
.ez-toc-counter nav ul li a.active::before {
  background: #EB4824;
  border-radius: 100px;
  transition: 0.3s ease-in;
  color: #EB4824;
}

#ez-toc-container a {
  color: #444;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  display: flex;
  position: relative;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 5px 0 5px 10px;
}

.ez-toc-title,
.ez-toc-title-toggle {
  display: none;
}

.sticky {
  position: fixed;
  top: 20px;
}

.position-relatives {
  position: relative;
}


.wrap-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 5rem;
  height: 454px;
  object-fit: cover;
  background: #fcfbf7;
  box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}

.wrap-image img {
  width: auto;
  object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.single-event .wrap-image {
  height: auto;
}

.single-event .wrap-image img {
  width: 100%;
  Height: auto;
}

.single-format-gallery .wrap-image {
  display: none;
}


#related-post-item {
  padding-top: 50px;
}

.single .title_group .heading {
  color: var(--Black-900, #211E1F);
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  /* 125% */
 
}

.DOP_NextGENThumbnailGallery_ThumbnailsContainer {
  background: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 300;
  bottom: 0;
}

.has-gl-desc .gloss-box.col3 {
  grid-template-columns: repeat(2, 1fr);
}

.has-gl-desc span.gloss-item-inner {
  display: flex;
  padding: 32px 24px;
  background: #fff;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #D7DAE0);

}

.has-gl-desc span.gloss-item-inner a {
  color: var(--Black-900, #211E1F);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem;
  /* 155.556% */
}

.has-gl-desc .gloss-item-inner p {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 2.4rem;
}

.bigtitle .em-glossary-items {
  position: relative;
  display: block;
  overflow: hidden;
}

.bigtitle .em-glossary-items .gloss-box {
  margin-left: 10rem;
  margin-top: 10rem;
}

.bigtitle .em-glossary-items li.em-glossary-title {
  color: var(--Black-900, #211E1F);
  font-size: 6.5rem;
  font-style: normal;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
}

.bigtitle .em-glossary-items li.em-glossary-title:after {
  content: '';
  position: absolute;
  left: 105px;
  top: 54px;
  height: 1px;
  background: #D7DAE0;
  width: 100%;
}

p.gloss-search strong {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  /* 150% */
}

p.gloss-search {
  width: 50%;
  margin: 5rem auto;
  text-align: center;
}

.glossary-search {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Gray-300, #B3B9C6);
  font-size: 15px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21 21L15 15M3 10C3 10.9193 3.18106 11.8295 3.53284 12.6788C3.88463 13.5281 4.40024 14.2997 5.05025 14.9497C5.70026 15.5998 6.47194 16.1154 7.32122 16.4672C8.1705 16.8189 9.08075 17 10 17C10.9193 17 11.8295 16.8189 12.6788 16.4672C13.5281 16.1154 14.2997 15.5998 14.9497 14.9497C15.5998 14.2997 16.1154 13.5281 16.4672 12.6788C16.8189 11.8295 17 10.9193 17 10C17 9.08075 16.8189 8.1705 16.4672 7.32122C16.1154 6.47194 15.5998 5.70026 14.9497 5.05025C14.2997 4.40024 13.5281 3.88463 12.6788 3.53284C11.8295 3.18106 10.9193 3 10 3C9.08075 3 8.1705 3.18106 7.32122 3.53284C6.47194 3.88463 5.70026 4.40024 5.05025 5.05025C4.40024 5.70026 3.88463 6.47194 3.53284 7.32122C3.18106 8.1705 3 9.08075 3 10Z" stroke="%238A94A6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 96% 14px;
}

.em-glossary-index {
  display: flex;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 10%;
  border: 0;
  box-shadow: 0 0 0 0 rgb(0 0 0 / .2);
}

.em-glossary-index>li {
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid var(--Gray-200, #D7DAE0);
  font-size: 1.6rem;
  font-style: normal;
  transition: 0.3s ease-in;
}



.em-glossary-index .em-glossary-menu,
.em-glossary-items li.pagiNav a {
  color: #211E1F;
  font-size: 1.6rem;
  padding: 10px 16.5px;
  font-style: normal;
}

.em-glossary-index li.pagiNav span {
  font-size: 1.6rem;
  padding: 10px 16.5px;
  display: block;
}

section.abcd_section {
  margin-top: 2rem;
}

.em-glossary-index li.pagiNav.active {
  border: 1px solid var(--Orange-500, #EB4824);
  background: var(--Orange-500, #EB4824);
  transition: 0.3s ease-in;
}

.em-glossary-index li.pagiNav.active a {
  color: #fff;
}


.contact_form {
  background: var(--Primary-White, #FFF);
  box-shadow: 0px 4px 40.8px 0px rgba(33, 30, 31, 0.06), 0 0 0 20px #FBF9F5;
  padding: 2.4rem;
  border-radius: 1.2rem;
}

.form_group {
  margin-bottom: 2.4rem;
}

.form_group p {
  margin: 0;
  padding: 0;
}

.form_group label {
  display: block;
  color: var(--Black-900, #211E1F);

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  text-align: left;
  margin-bottom: 0.8rem;
}

.gutter_42 {
  --bs-gutter-x: 4.2rem;
}

.wpcf7-submit,
.btn_primary {
  background: transparent;
  border-radius: 0.6rem;
  background-color: #EB4824;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  height: 4rem;
  padding: 0.5rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;


}

.heading {
  color: #222;

  font-size: 2rem;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 3rem;
  margin: 0 0 2rem;
}

.wpcf7-submit:hover,
.btn_primary:hover {
  background-color: #DC301A;
  color: #fff;
}

.contact_form .wpcf7-spinner {
  display: none;
}

.contact_form .wpcf7-form label.error {
  color: #ff0c0c;
  font-size: 11px;
  float: none;
  padding-left: 5px;
}

.form_control.error {
  border: 1px solid #ff0c0c;
  background: #fff2f2;
  transition: 0.3s ease-in;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #9ee1a4;
  background: #edfded;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.4rem;
}


.contact_form .form_group br {
  display: none;
}

.form-group {
  text-align: left;
}


.meta-item {
  width: 100%;
}

.meta-item span a {
  border-radius: 0.6rem;
  background: var(--Blue-100, #E8ECFF);
  display: flex;
  padding: 0.6rem 1.4rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #667085;
}

.meta-item span {
  display: flex;
  gap: 8px;
  color: #fff;
  font-size: 0px;
}

.meta-item span.Tag {
  display: none;
}

.single .blogs_content_block--item.--side .blogs_content_block--img {
  width: 66%;
}

.single .blogs_content_block--item.--side .blogs_content_block--details {
  width: 34%;
}

.single-post .blogs_content_block--details .heading {
  margin: 2.4rem 0;
}

.single-post .blogs_content_block--item.--side .blogs_content_block--details {
  padding: 0 1.6rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.post-body ul,
.post-body ol {
  text-align: left;
  color: var(--Black-900, #211E1F);
  font-size: 1.8rem;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 2.8rem;
}

.post-body ul li,
.post-body ol li {
  margin-bottom: 1.5rem;
}

.blog-list-all .blogs_content_block--item.--side ,
#related-post-item .blogs_content_block--item.--side {
    margin-bottom: 3.2rem;
}

@media (max-width: 768px) {
  .blogs_content_block--item.--side {
    display: block;
    margin-bottom: 5.2rem;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
  }

  .blogs_content_block--item.--side .blogs_content_block--img,
  .blogs_content_block--item.--side .blogs_content_block--details {
    width: 100%;
  }

  .blogs_content_block--details {
    padding: 1.8rem;
  }

  .blogs_content_block--item.--side .blogs_content_block--details,
  .blogs_content_block--details .heading {
    margin: 1.5rem 0 1.5rem;
  }

  .tags_content_block {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .banner .banner_inner .heading {
           /* font-size: 2.8rem;
        line-height: 3.7rem;
        margin-bottom: 4rem; */
        font-size: 4rem;
        line-height: 5rem;
        margin-top: 2.4rem !important;
  }
.single-post .banner,
  .banner {
    padding: 12rem 0 5rem;
  }
.banner .banner_inner {
  padding: 0 0 4rem;
}

.paginationTop {
    margin-top: 0;
}
  .location,
  .date {
    font-size: 1.2rem;
  }

  .blog-top-head svg {
    width: 24px;
    height: 24px;
  }

  .paginationTop .page-numbers,
  .paginationTop .page-numbers:hover,
  .paginationTop .page-numbers.current {
    width: 30px;
    padding: 4px;
    border-radius: 5px;
  }

  a.prevv.page-numbers,
  a.next.page-numbers {
    font-size: 1.5rem;
  }

  .w-240 {
    width: 50px;
  }

  .form-select.loc-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 10.9995C9 11.7952 9.31607 12.5582 9.87868 13.1208C10.4413 13.6834 11.2044 13.9995 12 13.9995C12.7956 13.9995 13.5587 13.6834 14.1213 13.1208C14.6839 12.5582 15 11.7952 15 10.9995C15 10.2039 14.6839 9.4408 14.1213 8.87819C13.5587 8.31558 12.7956 7.99951 12 7.99951C11.2044 7.99951 10.4413 8.31558 9.87868 8.87819C9.31607 9.4408 9 10.2039 9 10.9995Z' stroke='%23211E1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.657 16.6567L13.414 20.8997C13.039 21.2743 12.5306 21.4848 12.0005 21.4848C11.4704 21.4848 10.962 21.2743 10.587 20.8997L6.343 16.6567C5.22422 15.5379 4.46234 14.1124 4.15369 12.5606C3.84504 11.0087 4.00349 9.40022 4.60901 7.93844C5.21452 6.47665 6.2399 5.22725 7.55548 4.34821C8.87107 3.46918 10.4178 3 12 3C13.5822 3 15.1289 3.46918 16.4445 4.34821C17.7601 5.22725 18.7855 6.47665 19.391 7.93844C19.9965 9.40022 20.155 11.0087 19.8463 12.5606C19.5377 14.1124 18.7758 15.5379 17.657 16.6567Z' stroke='%23211E1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;

  }


  .form-select.cat-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-category'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 4h6v6h-6z'/%3E%3Cpath d='M14 4h6v6h-6z'/%3E%3Cpath d='M4 14h6v6h-6z'/%3E%3Cpath d='M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0'/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
  }

  .form-select.sort-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-sort-ascending'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 6l7 0'/%3E%3Cpath d='M4 12l7 0'/%3E%3Cpath d='M4 18l9 0'/%3E%3Cpath d='M15 9l3 -3l3 3'/%3E%3Cpath d='M18 6l0 12'/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
  }


  .form-select.faun-select {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTQ1MS40NDkgMTY4LjU5OUExOS45NiAxOS45NiAwIDAgMCA0MzMuNzk3IDE1OGgtNTYuODFjLTQuNzQzLTI2LjY3NS0yOC4wODctNDctNTYuMTA0LTQ3cy01MS4zNjEgMjAuMzI1LTU2LjEwNCA0N2gtNTcuNTU1YTQzLjczNCA0My43MzQgMCAwIDAgNy4xNS0yNGMwLTI0LjI2Mi0xOS43MzgtNDQtNDQtNDRzLTQ0IDE5LjczOC00NCA0NGMwIDguODUgMi42MzYgMTcuMDkyIDcuMTUgMjRIODYuNTk4YTE5Ljk2IDE5Ljk2IDAgMCAwLTE3LjY1MiAxMC41OTkgMTkuOTYzIDE5Ljk2MyAwIDAgMCAxLjA1NiAyMC41NjJsMTM0LjE5NiAxOTkuNTU2VjUwMmE5Ljk5NyA5Ljk5NyAwIDAgMCAxMC4wMDEgMTAgOS45OTIgOS45OTIgMCAwIDAgMy45OTItLjgzMmw5Mi00MC4wNjNhMTAgMTAgMCAwIDAgNi4wMDctOS4xNjh2LTczLjIyMUw0NTAuMzkzIDE4OS4xNmExOS45NiAxOS45NiAwIDAgMCAxLjA1Ni0yMC41NjF6TTMyMC44ODMgMTMxYzE2LjkzNyAwIDMxLjI0MSAxMS40NDMgMzUuNjE2IDI3aC03MS4yMzFjNC4zNzQtMTUuNTU3IDE4LjY3OS0yNyAzNS42MTUtMjd6bS0xNTAuNTA4LTIxYzEzLjIzMyAwIDI0IDEwLjc2NyAyNCAyNHMtMTAuNzY3IDI0LTI0IDI0LTI0LTEwLjc2Ny0yNC0yNCAxMC43NjctMjQgMjQtMjR6bTEyNy41MjQgMjcwLjA4NmExMCAxMCAwIDAgMC0xLjcwMiA1LjU4djY5LjcxOWwtNzIgMzEuMzUzdi05MS4wNzJoMzYuMTI3YzUuNTIzIDAgMTAtNC40NzcgMTAtMTBzLTQuNDc3LTEwLTEwLTEwaC00MC44MDFMMTE4Ljg4IDIyNmgyMDIuMDAzYzUuNTIzIDAgMTAtNC40NzcgMTAtMTBzLTQuNDc3LTEwLTEwLTEwSDEwNS40MzFsLTE4LjgyOS0yOGgzNDcuMTk0TDI5Ny44OTkgMzgwLjA4NnpNMjk0LjMyNCAwYy0yNC4yNjIgMC00NCAxOS43MzgtNDQgNDRzMTkuNzM5IDQ0IDQ0IDQ0YzI0LjI2MiAwIDQ0LTE5LjczOCA0NC00NHMtMTkuNzM4LTQ0LTQ0LTQ0em0wIDY4Yy0xMy4yMzMgMC0yNC0xMC43NjctMjQtMjRzMTAuNzY3LTI0IDI0LTI0IDI0IDEwLjc2NyAyNCAyNC0xMC43NjcgMjQtMjQgMjR6TTQwMS4xOTcgNDguMzMzYy01LjUyMyAwLTEwIDQuNDc3LTEwIDEwdjU2LjgzNGMwIDUuNTI0IDQuNDc3IDEwLjAwMSAxMCAxMC4wMDFzMTAtNC40NzcgMTAtMTBWNTguMzMzYzAtNS41MjMtNC40NzctMTAtMTAtMTB6TTQwOC4yNjcgMTguNDNjLTEuODYtMS44Ni00LjQ0LTIuOTMtNy4wNy0yLjkzcy01LjIxIDEuMDctNy4wNyAyLjkzLTIuOTMgNC40NC0yLjkzIDcuMDcgMS4wNyA1LjIxIDIuOTMgNy4wNyA0LjQ0IDIuOTMgNy4wNyAyLjkzIDUuMjEtMS4wNyA3LjA3LTIuOTNjMS44Ni0xLjg2IDIuOTMtNC40NCAyLjkzLTcuMDdzLTEuMDctNS4yMS0yLjkzLTcuMDd6TTIwNC4zNzUgMTIuNzU1Yy01LjUyMyAwLTEwIDQuNDc3LTEwIDEwdjQxYzAgNS41MjMgNC40NzcgMTAgMTAgMTBzMTAtNC40NzcgMTAtMTB2LTQxYzAtNS41MjMtNC40NzctMTAtMTAtMTB6TTY4LjE5NyAwYy01LjUyMyAwLTEwIDQuNDc3LTEwIDEwdjY1LjE2OGMwIDUuNTIzIDQuNDc3IDEwIDEwIDEwczEwLTQuNDc3IDEwLTEwVjEwYzAtNS41MjMtNC40NzctMTAtMTAtMTB6TTc1LjI2NyAxMDUuNmMtMS44Ni0xLjg3LTQuNDQtMi45My03LjA3LTIuOTNzLTUuMjEgMS4wNi03LjA3IDIuOTNhMTAuMDU4IDEwLjA1OCAwIDAgMC0yLjkzIDcuMDdjMCAyLjYzIDEuMDcgNS4yMSAyLjkzIDcuMDdzNC40NCAyLjkzIDcuMDcgMi45MyA1LjIxLTEuMDcgNy4wNy0yLjkzYzEuODYtMS44NiAyLjkzLTQuNDQgMi45My03LjA3IDAtMi42NC0xLjA3LTUuMjEtMi45My03LjA3eiIgZmlsbD0iIzAwMDAwMCIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjxwYXRoIGQ9Ik0zNzIuNDE3IDIwOC45M2ExMC4wNzYgMTAuMDc2IDAgMCAwLTcuMDctMi45M2MtMi42NCAwLTUuMjIgMS4wNy03LjA3IDIuOTMtMS44NyAxLjg2LTIuOTMgNC40NC0yLjkzIDcuMDdzMS4wNiA1LjIxIDIuOTMgNy4wN2MxLjg2IDEuODYgNC40MyAyLjkzIDcuMDcgMi45MyAyLjYzIDAgNS4yLTEuMDcgNy4wNy0yLjkzIDEuODYtMS44NiAyLjkzLTQuNDQgMi45My03LjA3cy0xLjA3LTUuMjEtMi45My03LjA3eiIgZmlsbD0iIzAwMDAwMCIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=');
    background-size: 20px;
    background-position: center;
  }
  .form-select.camp-select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTUwNy40MTMgMjEwLjAwMWMtMS42NDcgNS4wNzEtNi4zNTIgOC4yOTUtMTEuNDEgOC4yOTUtMS4yMjkgMC0yLjQ3OS0uMTktMy43MS0uNTkxbC00My42MzgtMTQuMTc4Yy02LjMwMy0yLjA0OC05Ljc1My04LjgxNy03LjcwNS0xNS4xMjEgMi4wNDctNi4zMDMgOC44MTYtOS43NTMgMTUuMTIxLTcuNzA1bDQzLjYzOCAxNC4xNzhjNi4zMDIgMi4wNSA5Ljc1MiA4LjgxOSA3LjcwNCAxNS4xMjJ6TTM4My42NSA4OS4xNjJjLjg0MS4xNzkgMS42OC4yNjUgMi41MDcuMjY1IDUuNTQ1IDAgMTAuNTI2LTMuODY2IDExLjcyNi05LjUwN2w5LjU0MS00NC44OGMxLjM3OC02LjQ4Mi0yLjc2LTEyLjg1NS05LjI0My0xNC4yMzMtNi40ODEtMS4zNzgtMTIuODU0IDIuNzYtMTQuMjMzIDkuMjQzbC05LjU0MSA0NC44OGMtMS4zNzcgNi40ODIgMi43NiAxMi44NTQgOS4yNDMgMTQuMjMyem02Ni42MzcgNDEuNTQ5IDM5LjQxNi0yMi43NTZjNS43NC0zLjMxNCA3LjcwNi0xMC42NTMgNC4zOTMtMTYuMzkzLTMuMzE0LTUuNzQxLTEwLjY1My03LjcwNy0xNi4zOTMtNC4zOTNsLTM5LjQxNiAyMi43NTZjLTUuNzQgMy4zMTQtNy43MDYgMTAuNjUzLTQuMzkzIDE2LjM5M2ExMS45OTUgMTEuOTk1IDAgMCAwIDE2LjM5MyA0LjM5M3ptLTI1LjAxMyAxNDcuNTRjNC44MDQgOC4zMTkgNi4wNzMgMTguMDM3IDMuNTc1IDI3LjM2MS0yLjQ5OSA5LjMyNC04LjQ1NyAxNy4xMDUtMTYuNzc2IDIxLjkwOGEzNS44NSAzNS44NSAwIDAgMS0xNy45NzQgNC44MjVjLTkuODc0IDAtMTkuNTMxLTQuMDY2LTI2LjQ0Mi0xMS40ODYtNTIuODI5IDUuMDU1LTEwNS41MzMgMTkuNzI2LTE1Ni45NzcgNDMuNjc5bDY1LjE3NCA2NS4xNzRjNC42ODcgNC42ODcgNC42ODcgMTIuMjg0IDAgMTYuOTcxbC00MS4yNTcgNDEuMjU4YTEyLjAwMiAxMi4wMDIgMCAwIDEtMTYuOTcgMGwtODEuNzY3LTgxLjc2N2E3Ni4yNyA3Ni4yNyAwIDAgMS0zNC4wMDIgNy45ODhjLTI2LjU2NyAwLTUyLjQzOC0xMy43NzYtNjYuNjQ5LTM4LjM5bC0yMC45NjctMzYuMzE2Yy0yMS4xNzYtMzYuNjc5LTguNTY0LTgzLjc0OCAyOC4xMTQtMTA0LjkyNWw1NS44MjktMzIuMjMzYzUyLjQ1MS0zNC40OCA5Ni4xLTc1LjkzNyAxMjkuODMzLTEyMy4yODktNC44MTMtMTUuNzAyIDEuNjI5LTMzLjI1IDE2LjQ0NC00MS44MDMgMTcuMjI1LTkuOTQyIDM5LjMyNi00LjAyIDQ5LjI2OSAxMy4yMDJsMzguMzcxIDY2LjQ2MSAzLjE1Mi0xLjgyYzEyLjYzNi03LjI5NSAyNy4zOTktOS4yMjQgNDEuNTcxLTUuNDI1IDE0LjE3MiAzLjc5NyAyNS45OTUgMTIuODQ4IDMzLjI5IDI1LjQ4NHM5LjIyMiAyNy40IDUuNDI0IDQxLjU3MWMtMy43OTcgMTQuMTcyLTEyLjg0OCAyNS45OTUtMjUuNDg0IDMzLjI5bC0zLjE1MSAxLjgxOXptLTgxLjE3My0xNDAuNTk2IDMwLjgwMiA1My4zNSAzLjE1MS0xLjgxOWM3LjA4NC00LjA5IDEyLjE2NC0xMC43MzcgMTQuMzAyLTE4LjcxNnMxLjA2My0xNi4yNzUtMy4wMjctMjMuMzZjLTQuMDktNy4wODQtMTAuNzM3LTEyLjE2NC0xOC43MTYtMTQuMzAyLTcuOTc5LTIuMTM3LTE2LjI3NS0xLjA2Mi0yMy4zNiAzLjAyN3pNMTIwLjQ4MiAyMTYuMjNsNzQuNTY0IDEyOS4xNDljNTEuODM3LTI0LjgxOCAxMDUuMDE3LTQwLjYzIDE1OC40ODMtNDcuMTI0TDI0MC41MzQgMTAyLjU0MmMtMzIuMzU3IDQzLjA1NC03Mi42MzkgODEuMjA0LTEyMC4wNTIgMTEzLjY4OHptNy42NTEgMTY2Ljg3MyA0NS43MzUtMjYuNDA1LTczLjc3Ny0xMjcuNzg2LTQ1LjczNiAyNi40MDVjLTI1LjIxOCAxNC41NjEtMzMuODg5IDQ2LjkyMi0xOS4zMyA3Mi4xNDFsMjAuOTY3IDM2LjMxNmMxNC41NiAyNS4yMTcgNDYuOTIzIDMzLjg4OSA3Mi4xNDEgMTkuMzI5em0xMjIuMjY1IDU1LjA5NS02Mi4xMTItNjIuMTEyLTMwLjc5NCAxNy43NzkgNjguNjIgNjguNjJ6TTQwNC40OSAyOTAuMjUxIDI3Mi45NDUgNjIuNDA5Yy0zLjMyNy01Ljc2My0xMC43MjItNy43NDUtMTYuNDg1LTQuNDE3LTUuNzYzIDMuMzI3LTcuNzQ0IDEwLjcyMy00LjQxNyAxNi40ODZsMTMxLjU0NCAyMjcuODQxYzMuMzI3IDUuNzYzIDEwLjcyMyA3Ljc0NCAxNi40ODYgNC40MTcgMi43NjgtMS41OTggNC43NTQtNC4yMDMgNS41OTQtNy4zMzUuODM5LTMuMTMyLjQyMS02LjM4Mi0xLjE3Ny05LjE1eiIgZmlsbD0iIzAwMDAwMCIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCI+PC9wYXRoPjwvZz48L3N2Zz4=");
    background-size: 20px;
    background-position: center;
  }
  .heading-title {
        font-size: 2.8rem;
        line-height: 3.5rem;
        width: 87%;
  }

  .wrap-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 3rem;
    height: auto;
    object-fit: cover;
  }

  .blogs_content_block--details .heading {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: calc(var(--bs-gutter-x)* .8);
    padding-left: calc(var(--bs-gutter-x)* .8);
  }

  .bigtitle .em-glossary-items .gloss-box {
    margin-left: 0rem;
    margin-top: 0rem;
  }

  .em-glossary-index {
    padding: 0;
    gap: 8px;
    margin: 0;
  }

  .em-glossary-index li.pagiNav span,
  .em-glossary-index .em-glossary-menu,
  .em-glossary-items li.pagiNav a {
    font-size: 1.2rem;
  }

  p.gloss-search {
    width: 100%;
    margin: 5rem auto;
    text-align: center;
  }

  .paginationTop .page-numbers,
  .paginationTop .page-numbers.next,
  .paginationTop .page-numbers.prev {
    font-size: 1.2rem;
    height: 24px;
    line-height: normal;
  }
}


/********************************************************/


/*************************************Header*************************************/
/* .header_content {
  transition: 0.2s ease;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99999;
} */

.header_content {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
.header_content.--fixed {
  position: fixed;
  transition: 0.3s ease;
  left: 0;
  top: 0;
}

.header_content .sub_header {
  padding: 1rem 0;
  opacity: 1;
  height: 4rem;
  transition: opacity 0.2s ease;
  background-color: #7b11f9;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.header_content .sub_header .pattern_circle {
  position: absolute;
  left: -49px;
  margin: auto 0;
  top: 3vw;
  bottom: 0;
  content: "";
  width: 581px;
  height: 581px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 50rem;
  pointer-events: none;
}

.header_content .sub_header .pattern_circle .inner_one {
  position: absolute;
  right: 127px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgb(0, 0, 0);
  display: block;
  border-radius: 50rem;
  width: 427px;
  height: 427px;
  flex-shrink: 0;
  z-index: 1;
  opacity: 0.1;
}

.header_content .sub_header .pattern_circle .inner_two {
  position: absolute;
  right: 241px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 298px;
  height: 298px;
  flex-shrink: 0;
  background: rgb(0, 0, 0);
  z-index: 2;
  opacity: 0.15;
  display: block;
  border-radius: 50rem;
}

.header_content .sub_header .pattern_circle .inner_three {
  position: absolute;
  right: 351px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 298px;
  height: 298px;
  background: rgb(0, 0, 0);
  z-index: 3;
  opacity: 0.25;
  display: block;
  border-radius: 50rem;
}

.header_content .sub_header .pattern_circle .inner_four {
  position: absolute;
  right: 461px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 298px;
  height: 298px;
  flex-shrink: 0;
  background: rgb(0, 0, 0);
  z-index: 4;
  display: block;
  border-radius: 50rem;
  opacity: 0.2;
}

.header_content .sub_header::after {
  position: absolute;
  right: 12vw;
  margin: auto 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 13.916rem;
  height: 1.9rem;
  background-image: url(https://xapads.s3.ap-south-1.amazonaws.com/assets/images/pattern/pattern.svg);
  background-size: cover;
}

.header_content .sub_header .text {
  font-family: "Inter", sans-serif;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0;
  z-index: 3;
}

.header_content .sub_header .text .link {
  color: #EBFF00;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  margin-left: 0.8rem;
}

.header_content .sub_header .btn_close {
  background: transparent;
  border: 0;
  height: auto;
  width: auto;
  right: 1vw;
}

.header_content header {
  height: 7.2rem;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6980392157);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}

.header_content header .nav {
display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header_content header .nav .text_link {
  color: #211E1F;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
  padding: 3rem 2rem;
}

.header_content header .nav .text_link:hover {
  color: #EB4824;
}

.header_content header .nav .text_link.--secondary {
  color: #442FFF;
  font-weight: 500;
}

.header_content header .nav .text_link.--secondary:hover {
  color: #EB4824;
}

.header_content #menuContainer {
  position: absolute;
  left: 0;
  top: -211.2rem;
  transition: 0.5s ease;
  width: 100%;
}

.header_content #menuContainer.active {
  top: -7rem;
  transition: 0.5s ease;
}

.header_content .menu_inner {
  padding: 8rem 0 3rem;
  background: #FFFFFF;
  z-index: -1;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 107px -34px rgba(84, 84, 84, 0.5294117647);
}

.header_content .menu_inner.active {
  transition: 0.3s ease;
  opacity: 1;
  z-index: 0;
}

.header_content .menu_inner .menu_sub_links {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}

.header_content .menu_inner .menu_sub_links .text_link {
  color: #211E1F !important;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  display: inline-block;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.header_content .menu_inner .menu_sub_links .text_link:hover {
  color: #EB4824 !important;
}

.header_content .menu_inner .sub_heading {
  color: #211E1F !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  text-transform: uppercase;
  padding-bottom: 0.8rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid #D7DAE0;
}

.header_content .menu_inner .products_item {
  border-radius: 1.2rem;
  background: var(--Beige-100, #FBF9F5);
  display: flex;
  padding: 1.8rem 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  margin-bottom: 1.6rem;
}

.header_content .menu_inner .products_item img {
  height: 3rem;
}

.header_content .menu_inner .products_item:hover .button_round--icon {
  background: #EB4824;
}

.header_content .menu_inner .products_item:hover .button_round--icon svg path {
  stroke: #FFF !important;
}

.header_content .menu_inner .products_item .mx-auto {
  height: 20rem;
}

.header_content .menu_inner .products_item .text {
  color: #211E1F !important;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin: 0.8rem 0 0;
}

.header_content .hidden {
  display: none;
}

.blogs_content_header {
  text-decoration: none;
  display: flex;
}

.blogs_content_header:hover .text_primary {
  color: #DC301A;
  transition: 0.5s ease;
}

.blogs_content_header .image {
  border-radius: 1.2rem;
  width: 100%;
  overflow: hidden; 
  height: auto;
  width: 70%;
}

.blogs_content_header .content {
  width: 30%;
  padding-left: 1.6rem;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.blogs_content_header .content .text_primary {
  color: #EB4824;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  transition: 0.5s ease;
}

.blogs_content_header .content .heading {
  color: #211E1F;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem;
  margin: 0 0 1rem;
}

.blogs_content_header .content .text {
  color: #6A5F63;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
}

/*************************************Header End*************************************/
/*************************************Footer*************************************/
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, var(--dark-blue, #08031E) 10%, transparent 54%);
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 9;
}

footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: url("https://xapads.s3.ap-south-1.amazonaws.com/assets/images/background/footer.svg");
  background-size: cover;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.footer_brands {
  display: flex;
  gap: 2.4rem;
  text-decoration: none;
}

.footer_bottom {
  background: var(--dark-blue, #08031E);
  padding: 2.4rem 0;
  position: relative;
  z-index: 1;
}

.footer_bottom .heading {
  color: var(--Gray-500, #667085);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.copyright {
  color: var(--Gray-500, #667085);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1.6rem;
  opacity: 0.75;
}

.footer_content--blocks {
  color: var(--Primary-White, #FFF);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  /* 171.429% */
  text-transform: capitalize;
}

.footer_content--blocks .heading {
  color: var(--Gray-500, #667085);
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}

.footer_content--blocks .text {
  color: var(--Primary-White, #FFF);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 1.6rem 0 2.4rem;
  max-width: 40rem;
  text-transform: none;
  position: relative;
}

.footer_content--social {
  padding: 0;
  display: flex;
  gap: 3.2rem;
}

.footer_content--social li {
  list-style: none;
  margin: 0;
}

.footer_content--social li a.--icon svg path {
  stroke: #FFF;
  transition: 0.5s ease;
}

.footer_content--social li a.--icon:hover svg path {
  stroke: #EB4824;
  transition: 0.5s ease;
}

.footer_content--social li a svg path {
  fill: #FFF;
  transition: 0.5s ease;
}

.footer_content--social li a:hover svg path {
  fill: #EB4824;
  transition: 0.5s ease;
}

.footer_content--links {
  padding: 0;
  gap: 2.4rem;
  margin-bottom: 0;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
}

.footer_content--links li {
  list-style: none;
}

.footer_content--links .text_link {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
}

.footer_content--links .text_link img {
  filter: none;
  /* Explicitly set no filter for the default state */
  transition: filter 0.2s ease;
}

.footer_content--links .text_link:hover {
  color: #EB4824;
}

.footer_content--links .text_link:hover img {
  transition: 0.5s ease;
  filter: invert(52%) sepia(91%) saturate(4847%) hue-rotate(347deg) brightness(94%) contrast(96%);
}

.footer_content--list {
  padding: 0;
}

.footer_content--list li {
  list-style: none;
  margin-bottom: 0.8rem;
}

.footer_content--list .text_link {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
}

.footer_content--list .text_link img {
  filter: none;
  /* Explicitly set no filter for the default state */
  transition: filter 0.2s ease;
}

.footer_content--list .text_link:hover {
  color: #EB4824;
}

.footer_content--list .text_link:hover img {
  transition: 0.5s ease;
  filter: invert(52%) sepia(91%) saturate(4847%) hue-rotate(347deg) brightness(94%) contrast(96%);
}

.d_none_lg {
  display: none;
}

img.post_not_found {
    width: 400px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
  .d_flex_lg {
    display: flex !important;
  }

  /* Header Css */
  #headerComponent header .nav {
    display: none;
  }

  #headerComponent .sub_header .pattern_circle {
    left: -24rem;
    transform: scale(0.3);
  }

  #headerComponent .sub_header .text {
    font-size: 1.2rem;
    width: 80%;
    text-align: left;
    margin-left: 0;
    position: relative;
    z-index: 1;
  }

  #headerComponent .sub_header {
    height: auto;
  }

  #headerComponent .sub_header::after {
    display: none;
  }


  .header_content_inner .menu_inner .products_item {
    margin-bottom: 1rem;
  }

  .header_content_inner .menu_inner .products_item .text {
    margin-bottom: 1rem;
  }

  .header_content_inner .menu_inner .products_item img {
    height: 2.4rem;
  }

  .dropdown_menu .header_content_inner .menu_inner {
    opacity: 1;
    position: relative;
    padding: 1.6rem 0 3rem;
    overflow-y: scroll;
    height: auto;
    box-shadow: none;
  }

  .dropdown_menu .header_content_inner {
    position: relative;
    z-index: 1;
  }

  footer,
  .footer_bottom {
    text-align: center;
  }

  footer {
    padding: 5rem 0 0rem;
  }

  footer::after,
  footer::before {
    display: none;
  }

  .footer_content--social {
    width: fit-content;
    margin: 0 auto;
  }

  .footer_content--blocks .text {
    max-width: 100%;
    font-size: 1.4rem;
  }

  .copyright {
    text-align: center;
    margin-bottom: 0;
    margin-top: 4rem;
  }

  .footer_content--list .text_link {
    font-size: 1.4rem;
  }

  .footer_bottom .footer_content--links .text_link {
    font-size: 1.2rem;
  }

  .footer_content--links {
    justify-content: center !important;
  }

}

@media screen and (min-width: 1600px) {
  html {
    font-size: 10px !important;
  }
}

html {
  font-size: 8px;
  scroll-behavior: smooth;
}

@media screen and (max-width:768px) {
  html {
    font-size: 10px !important;
  }
}


@media screen and (max-width: 768px) {
    .d_none_xs {
        display: none !important;
    }

    .footer_content--blocks {
        margin-bottom: 5rem;
    }
    .flex_xs_column {
        flex-direction: column;
    }

    .footer_brands {
        margin: 1rem 0;
    }
	
	    .d_flex_xs {
        display: flex !important;
    }
	    .copyright {
        text-align: center;
        margin-bottom: 0;
        margin-top: 4rem;
    }
	.footer_content--blocks .heading,
	.footer_bottom .heading{text-align:center;}
	
	    .flex_xs_column_reverse {
        display: flex;
        flex-direction: column-reverse;
    }
	

    .footer_content--blocks .heading, .footer_bottom .heading {
        text-align: center;
        text-transform: capitalize;
    }
	
	.blog-list-all .heading,
	.blogs_content_block .blogs_content_block--details .heading {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.7rem;
  
    text-align: left;
    margin: 2rem 0;
}

    .blogs_content_block--item.--side .blogs_content_block--details {
        margin: 0;
    }
	
	.blogs_content_block--item .tags_content_block.--primary:last-child {
    display: none;
}
    .dropdown_menu .dropdown ul {
        padding-left: 2rem;
    }
	    .dropdown_menu .dropdown ul li a {
        color: #667085 !important;
    }
	
	.wrap-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
    object-fit: cover;
}

.box-case {
    position: relative;
    bottom: 0;
    left: 0;
	        gap: 0;
}
.case_study_block--content {
    display: flex;
    width: 50%;
    padding: 1rem 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex-shrink: 0;
    border-radius: 0;
    background: #FFF;
    border-bottom: 1px solid #d2d2d2;
	border-top:1px solid #d2d2d2;
}
.case_study_block--content .heading { margin:0;}
.case_study_block--content:last-child {
    border-left: 1px solid #d2d2d2;
}

    .heading-title {
        margin-top: 2rem;
    }
	
	.single .title_group .heading {
    color: var(--Black-900, #211E1F);
    font-size: 2.5rem;
    font-weight: 500;
    line-height: normal;
}
.single .blogs_content_block--item.--side .blogs_content_block--img {
    width: 100%;
}
.single .blogs_content_block--item.--side .blogs_content_block--details {
    width: 100%;
}
.single-post .blogs_content_block--item.--side .blogs_content_block--details {
    padding:1.6rem;
}
.blogs_content_block--item.--side,
.blogs_content_block--item
{
	margin-bottom:2.4rem;
}
.blogs_content_block--item,
    .blogs_content_block--details {
        height: auto!important;
    }
#related-post-item .container {
    padding: 0;
}

.meta-item span a {
    font-size: 1.2rem;
}

div#sticky-sidebar {
    display: block;
}
div#sticky-sidebar  .inner-pad {
  padding: 0;
}

div#sticky-sidebar  .inner-pad .social-links {
  margin-top: 0;
  margin-bottom: 20px;
}

}


body .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: left;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #e4d9bb;
    background: #fdf1d2;
    padding: 10px;
    border-radius: 10px;
}

.home #blogsinsights,
.header_content .menu_inner .menu_sub_links .text_link.active {
    color: #EB4824 !important;
}
.header_content header .nav .text_link.active {
    color: #EB4824!important;
}


@media screen and (max-width: 768px) {
    .footer_content--blocks {
        margin-bottom: 5rem;
    }
	footer_brands {
        margin: 1rem 0;
    }
}




@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media screen and (max-width: 768px) {
.blog-list-all .gutter_32 {
  --bs-gutter-x: 0;
}
}

body .addtoany_list a:hover img, body .addtoany_list a:hover span {
  opacity: 1;
  background: #eb4824!important;
}


.authorDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 2.4rem;
}

.authorePic {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #000;
  border-radius: 100px;
}

.authorInner {
  padding: 10px 29px 10px 10px;
  border: 1px solid #D7DAE0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.authorDetails
{
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  line-height: 16px;
}
.authorDetails span a {
  font-size: 14px;
  color: #211e1f;
}
.authorDetails span:last-child,
.authorDetails span:last-child a {
  font-size: 12px;
  color: #6A5F63;
  font-style: italic;
}

.authorDiscription {
  font-size: 16px;
  text-align: left;
}

.authorDiscription p {
  margin-bottom: 2rem;
}

.authorMain h1.heading {
  margin-top: 0!important;
  margin-bottom: 0.5rem!important;
}

.authorMain h2 {
  font-size: 20px;
  margin-bottom: 2rem;
  color: #6A5F63;
}

.author .blog-top-head {
  align-items: self-start;
}


.author .blogs_content_block--item.--side .blogs_content_block--img {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.author .blogs_content_block--item.--side .blogs_content_block--img img {opacity: 0;}

section.blogs_content_block.event.report .wrap-image {
  background: #ffffff00;
  box-shadow: none;
  height: auto;
}

section.blogs_content_block.event.report .wrap-image img {
  height: auto;
  width: 100%;
}