/*
Theme Name: Authentic Child
Theme URI: https://radixdev80.com/
Description: Child theme for Authentic.
Author: Veriipro
Template: authentic
Version: 1.0.0
Text Domain: authentic-child
*/

/* AJAX numeric pagination loader */
.post-archive .csco-ajax-pagination-loader {
  display: none;
  padding: 12px 0;
  text-align: center;
}

.post-archive.is-ajax-loading {
  pointer-events: none;
  opacity: 0.6;
}

.post-archive.is-ajax-loading .csco-ajax-pagination-loader {
  display: block;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.eot');
  src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Poppins-Regular.woff2') format('woff2'),
      url('fonts/Poppins-Regular.woff') format('woff'),
      url('fonts/Poppins-Regular.ttf') format('truetype'),
      url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Medium.eot');
  src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Poppins-Medium.woff2') format('woff2'),
      url('fonts/Poppins-Medium.woff') format('woff'),
      url('fonts/Poppins-Medium.ttf') format('truetype'),
      url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBold.eot');
  src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('fonts/Poppins-SemiBold.woff') format('woff'),
      url('fonts/Poppins-SemiBold.ttf') format('truetype'),
      url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.eot');
  src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Poppins-Bold.woff2') format('woff2'),
      url('fonts/Poppins-Bold.woff') format('woff'),
      url('fonts/Poppins-Bold.ttf') format('truetype'),
      url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



html {
  scroll-behavior: smooth;
}

.owl-arrows .button-primary:hover span {
  color: #fff;
}


header a,
.offcanvas a {
  text-decoration: none;
}
.offcanvas:has(.offcanvas-header) {
  visibility: visible !important;
}
.offcanvas .offcanvas-header .navbar .navbar-brand {
  margin-left: 0;
}
.offcanvas .offcanvas-inner {
  padding: 0 1rem 1rem;
}

.cnvs-block-section > .cnvs-block-section-outer:has(#top-banner) {
  max-width: 100% !important;
}
button.btn-view-all {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: unset;
  padding: 8px 15px;
  border-radius: 30px;
  /* background: #2457a8; */
  background-color: #3A73CC;
  color: #fff;
}

#top-banner .overlay-media {
  position: relative;
}

#top-banner .overlay-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(94.93deg, #0B1226 0%, #1D4ED8 100%);
  opacity: 0.7; /* adjust transparency */
  z-index: 1;
}

.navbar-primary a, .navbar-primary button, .navbar-primary .navbar-nav > li > a, .navbar-primary .navbar-scheme-toggle,
.offcanvas .offcanvas-inner .menu-primary-container ul li a {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #212529;
}
.navbar-primary .navbar-scheme-toggle {
  display: none;
}
.offcanvas .offcanvas-inner .menu-primary-container ul li a {
  padding: 10px 0;
}
.navbar-single-column-widgets .navbar-widgets-container {
  top: 42px;
}
.offcanvas.offcanvas-inner {
  padding: 1rem;
}
.offcanvas .offcanvas-inner .cnvs-block-section-heading {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #212529;
  margin-bottom: 0;
}
.offcanvas .offcanvas-inner .textwidget {
  text-align: center;
}

.offcanvas .offcanvas-inner p a img {
  margin: 10px 5px;
}
.offcanvas .offcanvas-header .navbar-brand, .offcanvas .offcanvas-header .navbar-toggle {
  margin-right: 0;
  color: #212529;
}

.tabbuttons {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tabbuttons .tabbuttons-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tabbuttons .tabbuttons-button {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  position: relative;
  background-color: #F3F4F6;
  padding: 8px 15px;
  border-radius: 30px;
  color: #364153;
  text-transform: unset;
  letter-spacing: 0;
}

.tabbuttons .tabbuttons-button.is-loading {
  opacity: 0.8;
  pointer-events: none;
  padding-right: 38px;
}

.tabbuttons .tabbuttons-button.is-loading::after {
  content: '';
  position: absolute;
  right: 14px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: tabbutton-spinner 0.7s linear infinite;
}

.tabbuttons .tabbuttons-button.is-active,
.tabbuttons .tabbuttons-button:focus,
.tabbuttons .tabbuttons-button:active,
.tabbuttons .tabbuttons-button.is-active:hover {
  background-color: #2457A8;
  color: #ffffff;
}
.tabbuttons .tabbuttons-button:hover {
  background-color:#cfcfcf;
  transition:0.3s;
  color: #000000;
}

@keyframes tabbutton-spinner {
  to {
    transform: rotate(360deg);
  }
}

/* autor name */
.meta-author {
    display: none !important;
}

/* =========================
   SIDEBAR CONTAINER
========================= */

.post-wrap {
  display: grid !important;
  grid-template-columns: 270px minmax(0, 1fr) 270px !important;
  gap: 15px !important;
  align-items: start !important;
}
.post-wrap:has(> :nth-child(2)):not(:has(> :nth-child(3))) {
  grid-template-columns: minmax(0, 1fr) 306px !important;
}
.post-wrap:has(> :nth-child(2)):not(:has(> :nth-child(3))) > :first-child {
  padding-left: 0 !important;
}

.post-wrap #single-post-toc-section {
  max-height: 90vh;
  overflow-y: auto;  
}

.post-wrap #single-post-toc-section {
  position: sticky;
  top: 80px;
}

/* .post-wrap #single-related-posts .single-related-posts{
  position: sticky;
  top: 40px;
} */

.post-wrap #single-post-toc-section,
.post-wrap .post-main,
.post-wrap .single-post-sidebar {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.post-wrap #single-post-toc-section h3 {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
  letter-spacing: 0;
  color: #0A0A0A;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.post-wrap #single-post-toc-section #single-post-toc-list {
  padding: 0;
  list-style: none;
}
.post-wrap #single-post-toc-section #single-post-toc-list li:not(:last-child) {
  margin-bottom: 14px
}
.post-wrap #single-post-toc-section #single-post-toc-list li a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 23px;
  font-weight: 400 !important;
  letter-spacing: 0;
  color: #4A5565;
  text-decoration: none;
}
.post-wrap #single-post-toc-section #single-post-toc-list li a:hover {
  text-decoration: underline;
}
.post-wrap #single-post-toc-section #single-post-toc-list li a.active {
  color: #2457A8;
}

.post-wrap .post-main .entry-content,
.post-wrap .post-main .entry-content p {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400 !important;
  letter-spacing: 0;
  color: #364153 !important;
  padding: 0 !important;
}

.post-wrap .post-main .entry-content ul {
  padding: 0;
  list-style: none;
}
.post-wrap .post-main .entry-content ul li {
  padding-left: 32px;
  position: relative;
}
.post-wrap .post-main .entry-content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.post-wrap .post-main .entry-content ul li::before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url('img/ic-list-item.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}

.post-wrap .post-main .entry-content h1, 
.post-wrap .post-main .entry-content h2, 
.post-wrap .post-main .entry-content h3, 
.post-wrap .post-main .entry-content h4, 
.post-wrap .post-main .entry-content h5, 
.post-wrap .post-main .entry-content h6 {
  font-family: 'Poppins';
  color: #0A0A0A !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 16px !important;
}
.post-wrap .post-main .entry-content h1 {
  font-size: 28px;
}
.post-wrap .post-main .entry-content h2 {
  font-size: 24px;
  margin: 48px 0 16px !important;
}
.post-wrap .post-main .entry-content h3 {
  font-size: 22px;
}
.post-wrap .post-main .entry-content h4 {
  font-size: 20px;
}
.post-wrap .post-main .entry-content h5 {
  font-size: 18px;
}
.post-wrap .post-main .entry-content h6 {
  font-size: 16px;
}
.post-wrap .post-main .entry-content > * {
  margin: 0 0 16px !important;
}
.post-wrap .post-main .entry-content a {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400 !important;
  letter-spacing: 0;
  color: #2457A8 !important;
}


.post-wrap .post-main .also-read {
  border-left: 4px solid #FF8904;
  background-color: #FFF5E6;
  padding: 24px;
  border-radius: 10px;
}
.post-wrap .post-main .also-read .title {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #9F2D00;
  text-transform: uppercase;
  margin: 0 0 16px;
  display: block;
}
.post-wrap .post-main .also-read .also-read-item:not(:last-child) {
  margin: 0 0 16px;
}
.post-wrap .post-main .also-read .also-read-item .also-read-category,
.post-wrap .post-main .also-read .also-read-item .also-read-category a {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #2457A8;
  text-transform: uppercase;
  margin: 0 0 4px;
  text-decoration: none;
}

.post-wrap .post-main .also-read .also-read-item h3.also-read-title,
.post-wrap .post-main .also-read .also-read-item h3.also-read-title a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #101828;
  margin: 0 0 4px;
  text-decoration: none;
}
.post-wrap .post-main .also-read .also-read-item .also-read-date {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A7282;
}

.post-wrap .post-main .post-tags {
  margin-top: 48px;
  padding: 15px 0 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.post-wrap .post-main .post-tags h5 {
  display: none;
}
.post-wrap .post-main .post-tags ul li:not(:last-child) {
  margin: 0 8px 8px 0;
}
.post-wrap .post-main .post-tags ul li + li {
  margin-left: 0;
}

.post-wrap .post-main .post-tags ul li a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #364153;
  padding: 4px 8px;
  background-color: #F3F4F6;
  margin: 0;
  text-decoration: none;
  border-radius: 4px;
}

.post-wrap .post-main .section-share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 10px 0 50px;
  background: #F9FAFB;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 480px;
}
.post-wrap .post-main .section-share h3.section-share-heading {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4A5565;
  margin: 0 25px 0 0;
}
.post-wrap .post-main .section-share .pk-share-buttons-wrap {
  margin: 0;
}

.post-wrap .post-main .section-share .pk-share-buttons-wrap .pk-share-buttons-item {
  flex-grow: unset;
  padding: 0;
}
.post-wrap .post-main .section-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link {
  background: transparent;
  padding: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.post-wrap .post-main .section-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link:hover i {
  opacity: 0.7;
}
.post-wrap .post-main .section-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link:hover {
  transform: translateY(-2px) scale(1.03);
  opacity: 0.9;
}
.post-wrap .post-main .section-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link i.pk-share-buttons-icon,
.post-archive .post-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link i.pk-share-buttons-icon {
  padding: 0 5px;
}
.post-wrap .post-main .section-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link i.pk-share-buttons-icon::before,
.post-archive .post-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link i.pk-share-buttons-icon::before {
  content: "";
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.post-wrap .post-main .section-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link .pk-icon-linkedin:before,
.post-archive .post-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link .pk-icon-linkedin:before {
  background-image: url('img/ic-linkedin.png');
}
.post-wrap .post-main .section-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link .pk-icon-twitter:before,
.post-archive .post-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link .pk-icon-twitter:before {
  background-image: url('img/ic-twitter.png');
}
.post-wrap .post-main .section-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link .pk-icon-facebook:before,
.post-archive .post-share .pk-share-buttons-wrap .pk-share-buttons-item a.pk-share-buttons-link .pk-icon-facebook:before {
  background-image: url('img/ic-facebook.png');
}

.post-wrap .post-main .section-share .section-share-custom-button-wrap .section-share-custom-button {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.post-wrap .post-main .section-share .section-share-custom-button-wrap .section-share-custom-button:hover {
  transform: translateY(-2px) scale(1.03);
  opacity: 0.9;
}

.post-wrap .single-post-sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 80px;
}



/* =========================
   FINOPS CARD (DARK)
========================= */

.finops-card {
    background: #0A0F1E;
    color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.finops-card h2 {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 20px;
}

.finops-card p {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 30px;
}
.finops-card .finops-btn {
  display: inline-block;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #d9d9d9;
  color: #2457A8;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 30px;
}

.navbar-single-column-widgets .navbar-widgets-container .pk-featured-categories-vertical-list .pk-featured-inner > * {
  font-family: 'Poppins';
  font-size: 16px !important;
  line-height: 1.25;
}

/* You may also like */
.you-may-also-like {
  margin-top: 32px;
  margin-bottom: 70px;
}
.you-may-also-like .cs-block-carousel {
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
}
.you-may-also-like .carousel-control-next, 
.you-may-also-like .carousel-control-prev {
  width: auto;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 1500px) {
  .you-may-also-like .carousel-control-next, 
.you-may-also-like .carousel-control-prev {
  display: none;
}
}
.you-may-also-like .carousel-control-next {
  right: -50px;
}
.you-may-also-like .carousel-control-prev {
  left: -50px;
}
.you-may-also-like .carousel-control-next .button-primary, 
.you-may-also-like .carousel-control-prev .button-primary {
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  /* background: #2457A8; */
  background: #3A73CC;
  color: #ffffff;
  pointer-events: all;
}
.you-may-also-like .carousel-control-next .button-primary .cs-icon-chevron-right:before {
  width: 14px;
  display: block;
}

.you-may-also-like .carousel-indicators {
  bottom: -40px;
  margin-bottom: 0;
}
.you-may-also-like .carousel-indicators [data-bs-target] {
  background: #D3D3D3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
}

.carousel-indicators .active {
  opacity: 1 !important;
  background-color: #000000 !important;
}

.you-may-also-like .related-jobs-static .related-jobs-list {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.you-may-also-like .related-jobs-static .related-jobs-list .related-jobs-item {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
  padding: 4px 5px;
  background-color: #fff;
  color: #364153;
  text-decoration: none;
  margin: 0 15px 12px 0;
}
.you-may-also-like .related-jobs-static .related-jobs-list .related-jobs-item span.related-jobs-count {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #99A1AF;
}

.you-may-also-like .you-may-also-like-title,
.you-may-also-like .related-jobs-static .related-jobs-title {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 32px;
  font-weight: 500 !important;
  letter-spacing: 0;
  color: #0A0A0A;
  margin-bottom: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid #2457A8;
  display: inline-block;
}
/* .you-may-also-like .you-may-also-like-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
} */

.you-may-also-like .you-may-also-like-grid .you-may-also-like-item {
  border: 1px solid rgba(90, 93, 107, 0.2);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.you-may-also-like .you-may-also-like-grid .you-may-also-like-item .you-may-also-like-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f3f4f6;
}

.you-may-also-like-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.you-may-also-like .you-may-also-like-grid .you-may-also-like-item .you-may-also-like-content {
  padding: 24px;
  text-align: left;
}

.you-may-also-like .you-may-also-like-grid .you-may-also-like-item .you-may-also-like-content .you-may-also-like-category a {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #4A6DE5;
  text-decoration: none;
  text-transform: uppercase;
}

.you-may-also-like .you-may-also-like-grid .you-may-also-like-item .you-may-also-like-content .you-may-also-like-post-title {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 28px;
  font-weight: 500 !important;
  color: #0A0A0A;
  margin: 8px 0 18px;
}

.you-may-also-like .you-may-also-like-grid .you-may-also-like-item .you-may-also-like-content .you-may-also-like-post-title a {
  color: #0A0A0A;
  text-decoration: none;
}

.you-may-also-like .you-may-also-like-grid .you-may-also-like-item .you-may-also-like-content .you-may-also-like-meta {
  font-family: 'Poppins';
  color: #6A7282;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.you-may-also-like .you-may-also-like-grid .you-may-also-like-item .you-may-also-like-content .you-may-also-like-meta .you-may-also-like-reading-time {
  background: rgb(222 226 230 / 30%);
  border-radius: 10px;
  padding: 5px;
}

.has-full-block .navbar-primary .navbar {
  border-bottom: 1px solid #eeeeee !important;
}

.site-content {
  margin-top: 30px !important;
}
#top-banner .overlay-inner {
  padding: 100px 30px;
  max-width: 980px;
}
#top-banner .overlay-inner .post-categories li a {
  font-family: 'Poppins';
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff !important;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.40) 0%,
    rgba(255, 255, 255, 0.00) 100%
  );
  border: 2px solid transparent;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  position: relative;
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
  box-shadow: inset -5px -5px 250px 0px rgba(255, 255, 255, 0.02);
  padding: 8px 15px;
  border-radius: 30px;
  text-decoration: none !important;
  margin-bottom: 35px;
  display: inline-block;
}
#top-banner .overlay-inner .post-categories li a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    rgba(238, 237, 237, 0.50) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#top-banner .overlay-inner h2.entry-title {
  font-family: 'Poppins';
  margin: 0 0 35px;
}
#top-banner .overlay-inner h2.entry-title a {
  font-family: 'Poppins';
  font-size: 48px;
  line-height: 1.42;
  font-weight: 500;
  color: #ffffff !important;
  text-decoration: none !important;
}
#top-banner .overlay-inner .entry-description {
  color: #ffffff !important;
}
#top-banner .overlay-inner .entry-description,
#top-banner .overlay-inner .view-post-button .wp-block-button .wp-block-button__link,
#top-banner .overlay-inner .view-post-button .wp-block-button__link {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 35px;
  position: relative;
  z-index: 1;
  text-transform: unset;
  letter-spacing: 0;
}
#top-banner .overlay-inner .view-post-button {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
#top-banner .overlay-inner .view-post-button .wp-block-button .wp-block-button__link {
  background-color: #E1EDFA !important;
  color: #2357A8 !important;
  padding: 8px 15px;
  margin: 0;
  border: 1px solid #E1EDFA;
}
#top-banner .overlay-inner .view-post-button .wp-block-button {
  line-height: 1;
}
#top-banner .overlay-inner .view-post-button .wp-block-button__link {
  background-color: rgba(255, 255, 255, 0.1) !important;
  padding: 8px 15px;
  margin: 0;
  border: 1px solid #f8f8f8;
  color: #fff !important;
}
#top-banner .cs-block-slider-wide .owl-dots {
  bottom: 42px;
}
#top-banner .cs-block-slider-wide .owl-dots .owl-dot {
  padding: 0 4px !important;
}
#top-banner .cs-block-slider-wide .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}
#top-banner .cs-block-slider-wide .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}

.sec-title,
.sec-title .cnvs-section-title {
  font-family: 'Poppins';
  font-size: 30px;
  line-height: 36px;
  text-transform: unset !important;
  letter-spacing: 0;
  font-weight: 500;
  color: #0A0A0A !important;
}

#trending-posts-sec .cs-block-carousel {
  text-align: left;
}
#trending-posts-sec .slider-container .owl-stage{
  display: flex;
}

#trending-posts-sec .slider-container .owl-carousel .owl-item {
  display: flex;
  height: auto;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article {
  border: 1px solid rgba(90, 93, 107, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article .post-thumbnail {
  height: 200px;
  margin-bottom: 24px;
  flex-shrink: 0;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article .post-thumbnail img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article .post-thumbnail a {
  text-decoration: none;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article .post-thumbnail ul.post-meta {
  display: none;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article .meta-category {
  padding: 0 24px 6px;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article .meta-category .post-categories,
#cat-post-card .post-list .post-list-half .post-list-content .meta-category .post-categories {
  line-height: 1;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article .meta-category .post-categories li a,
#cat-post-card .post-list .post-list-half .post-list-content .meta-category .post-categories li a,
.featured-articles .featured-articles-inner .featured-articles-cat,
.post-wrap .single-post-sidebar .single-related-posts-list .single-related-post-item .single-related-post-category a,
.archive-list .meta-category .post-categories a {
  font-family: 'Poppins';
  color: #2457A8;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article h2.entry-title {
  padding: 0 24px;
  flex-grow: 1;
  margin-top: 0;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article h2.entry-title a,
.archive-list .post-outer .post-inner h2.entry-title a {
  font-family: 'Poppins';
  color: #0A0A0A;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}
.archive-list .post-outer .post-inner h2.entry-title {
  margin: 8px 0;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article #carousel-post-meta-after-title,
.archive-list .post-outer .post-inner .entry-reading-time {
  border-top: 1px solid #F3F4F6;
  margin: 24px 24px 0;
  padding: 8px 0 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.archive-list .post-outer .post-inner .entry-reading-time  {
  margin: 15px 0 0;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article #carousel-post-meta-after-title span,
#cat-post-card .post-list .post-list-half .post-list-content #carousel-post-meta-after-title span,
.archive-list .post-outer .post-inner .entry-content,
.archive-list .post-outer .post-inner .entry-reading-time span {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #6A7282;
}
#trending-posts-sec .slider-container .owl-carousel .owl-item article #carousel-post-meta-after-title span#tranding-post-reading-time,
#cat-post-card .post-list .post-list-half .post-list-content #carousel-post-meta-after-title span#tranding-post-reading-time,
.archive-list .post-outer .post-inner .entry-reading-time .meta-reading-time  {
  background: rgba(222, 226, 230, 0.3);
  padding: 5px;
  border-radius: 10px;
}


#cat-post-card .post-list:not(:first-child) {
  padding-top: 24px;
  margin-top: 24px;
  border-color: rgba(0, 0, 0, 0.1);
}
#cat-post-card .post-list .post-list-half .post-list-media {
  flex: 0 0 auto;
  width: auto;
}
#cat-post-card .post-list .post-list-half .post-list-media .post-meta,
#cat-post-card .post-list .post-list-half .post-list-media .post-thumbnail:hover::before {
  display: none;
}
#cat-post-card .post-list .post-list-half .post-list-media .post-thumbnail {
  width: 100%;
  max-width: 140px;
}
#cat-post-card .post-list .post-list-half .post-list-media .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
#cat-post-card .post-list .post-list-half .post-list-content {
  flex: 0 0 auto;
  max-width: calc(100% - 164px);
}
#cat-post-card .post-list .post-list-half .post-list-content h2.entry-title {
  margin: 6px 0 0;
}
#cat-post-card .post-list .post-list-half .post-list-content h2.entry-title a {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #0A0A0A;
  text-decoration: none;
}
#cat-post-card .post-list .post-list-half .post-list-content .post-excerpt {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4A5565;
  margin: 8px 0;
}
#cat-post-card .post-list .post-list-half .post-list-content #carousel-post-meta-after-title span#tranding-post-reading-time {
  margin-right: 20px;
}
#cat-post-card .archive-pagination {
  margin-top: 24px;
  padding-top: 32px;
}
#cat-post-card .archive-pagination .button-primary,
.post-archive .archive-pagination .button-primary {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background: #F8F9FA;
  color: #2457A8;
  border-radius: 30px;
  letter-spacing: 0;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
#cat-post-card .archive-pagination .button-primary::after,
.post-archive .archive-pagination .button-primary::after {
  content: "";
  height: 16px;
  width: 16px;
  background-image: url('img/ic-btn-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}


.blog-listing-page-career-section .cnvs-block-section-inner .cnvs-block-section-content-inner {
  background-color: #2457A8;
  border-radius: 30px;
  padding: 55px 20px;
}

.blog-listing-page-career-section .cnvs-block-section-inner .cnvs-block-section-content-inner p {
    font-size: 18px;
    line-height: 36px;
    padding: 0 50px;
}

.blog-listing-page-career-section .cnvs-block-section-content-inner {
  text-align: center;
  color: #ffffff;
}

.blog-listing-page-career-section .cnvs-block-section-content-inner h2 {
  font-family: 'Poppins';
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 20px;
}
.blog-listing-page-career-section .cnvs-block-section-content-inner,
.blog-listing-page-career-section .cnvs-block-section-content-inner p {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}
.blog-listing-page-career-section .cnvs-block-section-content-inner .wp-block-buttons {
  margin-top: 32px;
  justify-content: center;
  gap: 10px;
}

.blog-listing-page-career-section .cnvs-block-section-content-inner .wp-block-buttons .wp-block-button a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: unset;
  padding: 8px 15px;
  border-radius: 30px;
  background-color: transparent;
}
.blog-listing-page-career-section .cnvs-block-section-content-inner .wp-block-buttons .wp-block-button.btn2 a {
  border: 1px solid #FFFFFF;
  color: #ffffff;
}
.blog-listing-page-career-section .cnvs-block-section-content-inner .wp-block-buttons .wp-block-button.btn1 a {
  border: 1px solid #F8F9FA;
  background-color: #F8F9FA;
  color: #2357A8;
}
.blog-listing-page-career-section .cnvs-block-section-content-inner .wp-block-buttons .wp-block-button a:hover {
  opacity: 0.7;
}
/* Start:: Sidebar */
.cnvs-block-section-sidebar-position-right .cnvs-block-section-sidebar .wp-block-search .wp-block-search__input {
  font-family: 'Poppins';
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #0A0A0A;
  border-color: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 8px 15px;
  outline: 0;
}
.cnvs-block-section-sidebar-position-right .cnvs-block-section-sidebar .wp-block-search .wp-block-search__button {
  font-size: 0;
  padding: 7px 10px 6px;
  width: 45px;
  background-image: url('img/ic-search.svg');
  background-repeat: no-repeat;
  background-size: 22px;
  display: inline-block;
  background-position: left 10px center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.featured-articles, .career-widget,
.post-wrap #single-post-toc-section,
.post-wrap .single-post-sidebar #single-related-posts {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 10px;
  background-color: transparent;
}
.featured-articles h3.featured-articles-title,
.career-widget h3, .follow-us-box h3,
.post-wrap .single-post-sidebar #single-related-posts h3  {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 28px;
  font-weight: 500 !important;
  letter-spacing: 0;
  color: #0A0A0A;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2457A8;
}

.featured-articles h3.featured-articles-title span {
  color: #2457A8;
}

.featured-articles .featured-articles-inner:not(:last-child),
.post-wrap .single-post-sidebar .single-related-posts-list .single-related-post-item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-articles .featured-articles-inner h4,
.featured-articles .featured-articles-inner h4 a,
.post-wrap .single-post-sidebar .single-related-posts-list .single-related-post-item h4,
.post-wrap .single-post-sidebar .single-related-posts-list .single-related-post-item h4 a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  letter-spacing: 0;
  color: #0A0A0A !important;
  margin: 8px 0;
  text-decoration: none;
}
.featured-articles .featured-articles-inner .featured-articles-meta,
.post-wrap .single-post-sidebar .single-related-posts-list .single-related-post-item .single-related-post-date {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 16px;
  font-weight: 400 !important;
  letter-spacing: 0;
  color: #6A7282;
}

.career-widget h3 {
  padding-bottom: 0;
  margin-bottom: 4px;
  border: none;
}
.career-widget p {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400 !important;
  letter-spacing: 0;
  color: #4A5565 !important;
  margin: 0;
  margin-bottom: 15px;
}
.career-widget .career-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.career-widget .career-form input {
  font-family: 'Poppins';
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400 !important;
  letter-spacing: 0;
  color: #0A0A0A !important;
  padding: 10px 16px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
}
.career-widget .career-form button {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  letter-spacing: 0;
  background: #2457A8;
  color: #ffffff;
  border: none;
  padding: 10px 12px;
  border-radius: 30px;
  cursor: pointer;
  text-transform: uppercase;
}

.follow-us-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: transparent;
  padding: 15px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.follow-us-box h3 {
  margin: 0;
  padding: 0;
  border: 0;
  text-transform: uppercase;
}
.follow-us-box .social-icons {
  display: flex;
  gap: 10px;
}
.follow-us-box .social-icons a {
  text-decoration: none;
}
.follow-us-box .social-icons a img {
  width: 25px;
  height: auto;
}
.follow-us-box .social-icons a:hover img {
  opacity: 0.7;
}

/* End:: Sidebar */

/**************************** 
  Start:: Blog Details Page 
****************************/
.single_post_header .single-post-breadcrumb {
  margin-bottom: 32px;
}
.single_post_header .single-post-breadcrumb a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  color: #4A5565;
}
.single_post_header .single-post-category {
  margin-bottom: 12px;
  display: inline-block;
}
.single_post_header .single-post-category a {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-decoration: none;
  display: inline-block;
  padding: 8px 15px;
  background-color: #DBEAFE;
  border-radius: 30px;
  color: #4A6DE5;
  text-transform: uppercase;
}
.single_post_header h1 {
  font-family: 'Poppins';
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0A0A0A;
  margin: 0 0 15px;
}
#single-post-header .single-post-date {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #6A7282;
}

#single-post-header{
  margin-bottom: 30px !important;
}

#single-post-header h1{
  font-size: 2.5rem;
}

.post-media {
  margin: 32px 0;
}
.post-media figure img {
  width: 100%;
  object-fit: cover;
}
figure .pk-pin-it:hover {
  color: #ffffff !important;
}
.pk-pin-it:hover span:last-child, 
button:hover .pk-pin-it span:last-child {
  line-height: 1 !important;
}

.post-wrap .single-post-sidebar #single-post-subscribe-widget .career-widget .career-form {
  display: block;
}
.post-wrap .single-post-sidebar #single-post-subscribe-widget .career-widget .career-form input {
  margin-bottom: 15px; 
}
/**************************** 
  End:: Blog Details Page 
****************************/

/* Start:: Footer */
/* .footer-section {
  display: none !important;
} */
footer {
  margin-top: 16px;
  padding: 16px 0;
  background: rgba(237, 238, 242, .3) !important;
}
footer .footer-brand img {
  width: 115px;
  height: auto;
}
footer .foot-ipad-show {
  display: none;
}
footer h4 {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600 !important;
  letter-spacing: 0px;
  color: #212529;
  margin-bottom: 24px;
}
footer ul li a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #6c757d;
}
footer .footer-copy .fs-11 {
  font-family: 'Poppins';
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #212529;
}
.footer-social-links .footer-social-link {
  text-decoration: none;
}
.footer-social-links .footer-social-link .cs-icon-linkedin {
  color: #007bb5;
  font-size: 20px;
}
.footer-social-links a img  {
  margin: 0 3px;
  width: 25px;
  height: auto;
}
.footer-social-links a:hover img {
  opacity: 0.7;
}

.pk-scroll-to-top.pk-active {
  text-decoration: none;
}
.pk-scroll-to-top .pk-icon::before {
  font-size: 20px !important;
}
/* End:: Footer */

.blog-main-outer .cnvs-block-section-sidebar {
  margin-top: 0;
}

.post-archive .post-share .title-share {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #212529;
}
.post-archive .archive-pagination {
  border-color: rgba(0, 0, 0, 0.1);
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a {
  text-decoration: none;
  align-items: flex-start;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a img {
  flex: 0 0 auto;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .h6 {
  font-family: 'Poppins';
  color: #0A0A0A;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.navigation.pagination .nav-links {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  color: #4A5565;
  position: relative;
  display: flex;
  align-items: center;
}
.navigation.pagination .nav-links span {
  cursor: pointer;
  padding: 0 10px;
}
.navigation.pagination .nav-links span.current{
  color: #2457A8;
  font-weight: 600;
  text-decoration: underline;
}

.navigation.pagination .nav-links span:hover {
   color: #2B323C;
  font-weight: 700;
}

.navigation.pagination .nav-links span svg {
  height: 32px;
  width: 32px;
}
.navigation.pagination .nav-links span:hover svg > * {
  stroke: #2B323C;
}

.cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar-inner {
  position: static;
  margin-top: 0;
}
.navbar-primary.sticky-nav {
  width: 100%;
}
.cnvs-block-section > .cnvs-block-section-outer,
.cs-container {
  padding: 0 12px;
}
#cat-post-card .post-list .post-outer,
.cnvs-block-section > .cnvs-block-section-outer > .cnvs-block-section-inner {
  margin-right: -12px;
  margin-left: -12px;
}
.cnvs-block-section-content,
#cat-post-card .post-list .post-list-half .post-list-media,
#cat-post-card .post-list .post-list-half .post-list-content,
.cnvs-block-section-sidebar-position-right .cnvs-block-section-sidebar {
  padding: 0 12px !important;
}
.post-sidebar-enabled.layout-fullwidth .post-wrap {
  max-width: 100%;
}


@media (max-width: 576px) {
  .cnvs-block-section > .cnvs-block-section-outer,
  .cs-container {
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .cnvs-block-section > .cnvs-block-section-outer,
  .cs-container {
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  .cnvs-block-section > .cnvs-block-section-outer,
  .cs-container {
    max-width: 960px;
  }
}
@media (max-width: 1200px) {
  .cnvs-block-section > .cnvs-block-section-outer,
  .cs-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .cnvs-block-section > .cnvs-block-section-outer,
  .cs-container {
    max-width: 1320px !important;
  }
}

@media (max-width: 1399.98px) {
  .blog-main-outer .cnvs-block-section-sidebar {
    flex: 0 0 444px;
    max-width: 444px;
  }
}
@media (max-width: 1199.98px) {
  .hide-ipad {
    display: none;
  }
  #top-banner .overlay-inner {
    padding: 70px 30px;
  }
  #top-banner .overlay-inner h2.entry-title {
    margin-bottom: 25px;
  }
  #top-banner .overlay-inner h2.entry-title a {
    font-size: 42px;
  }
  #top-banner .cs-block-slider-wide .owl-dots {
    bottom: 35px;
  }
  .blog-main-outer > .cnvs-block-section-outer > .cnvs-block-section-inner {
    display: flex;
  }
  .blog-main-outer .cnvs-block-section-sidebar {
    flex: 0 0 350px;
    max-width: 350px;
  }

  .post-wrap {
    grid-template-columns: 285px minmax(0, 1fr) 285px !important;
  }

  footer .foot-ipad-show {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  /* .you-may-also-like .you-may-also-like-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } */
}
@media (max-width: 991.98px) {
  
  .hide-ipad {
    display: block;
  }
  footer .foot-ipad-show {
    display: none;
  }
  #top-banner .overlay-inner {
    padding: 50px 20px;
  }
  #top-banner .overlay-inner h2.entry-title a {
    font-size: 40px;
  }
  #top-banner .cs-block-slider-wide .owl-dots {
    bottom: 25px;
  }
  .blog-main-outer .cnvs-block-section-sidebar {
    flex: 0 0 300px;
    max-width: 300px;
  }
  .blog-listing-page-career-section .cnvs-block-section-inner .cnvs-block-section-content-inner {
    padding: 40px 20px;
  }
  .post-wrap {
    display: flex !important;
    flex-wrap: wrap;
  }
  .post-wrap #single-post-toc-section {
    flex: 0 0 auto;
    width: 35% !important;
  }
  .post-wrap .post-main {
    flex: 0 0 auto;
    width: calc(65% - 24px) !important;
  }
  .post-wrap #single-post-toc-section, .post-wrap .single-post-sidebar {
    position: static;
  }
  .post-wrap .single-post-sidebar {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .FAQ-heading {
    font-size: 1.35rem;
  }

  .accordion-button {
    font-size: 15px;
    padding: 16px 0;
  }

  .accordion-body {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 16px !important;
  }
}
@media (max-width: 767.98px) {
  .cnvs-block-section > .cnvs-block-section-outer,
  .cs-container {
    max-width: 720px;
  }
  .main-content .entry-content .cnvs-block-section, 
  .main-content .entry-summary .cnvs-block-section {
    margin: 40px 0 !important;
  }
  #top-banner .overlay-inner h2.entry-title a {
    font-size: 30px;
  }
  #top-banner .overlay-inner .post-categories li a,
  #top-banner .overlay-inner h2.entry-title {
    margin-bottom: 22px;
  }
  .blog-main-outer .cnvs-block-section-sidebar {
    margin-top: 40px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .blog-main-outer > .cnvs-block-section-outer > .cnvs-block-section-inner {
    display: block;
  }
  #cat-post-card .post-list .post-list-half .post-list-content {
    max-width: 100%;
  }
  .post-wrap #single-post-toc-section {
    display: none;
  }
  .post-wrap .post-main {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .blog-listing-page-career-section .cnvs-block-section-inner .cnvs-block-section-content-inner p {
    font-size: 15px;
    line-height: 21px;
    padding: 0 50px;
}

 .FAQ-heading {
    font-size: 1.25rem;
  }

  .accordion-button {
    font-size: 15px;
    line-height: 22px;
    padding: 14px 0;
  }

  .accordion-button::after,
  .accordion-button:not(.collapsed)::after {
    font-size: 20px !important;
  }

  .accordion-body {
    font-size: 13px;
    line-height: 21px;
    padding: 0 0 14px !important;
  }
  /* .you-may-also-like .you-may-also-like-grid {
    grid-template-columns: 1fr;
  } */
}
@media (max-width: 575.98px) {
  .cnvs-block-section > .cnvs-block-section-outer,
  .cs-container {
    max-width: 540px;
  }
  #top-banner .overlay-inner h2.entry-title a {
    font-size: 22px;
  }
  .single_post_header h1,
  .post-wrap .post-main .entry-content h1,
  .blog-listing-page-career-section .cnvs-block-section-content-inner h2 {
    font-size: 26px;
  }
  footer {
    text-align: center;
  }
  .you-may-also-like .related-jobs-static .related-jobs-list .related-jobs-item { 
    padding: 10px 12px;
    /* padding: 4px 5px; */
    margin: 0 12px 12px 0;
  }
  .blog-listing-page-career-section .cnvs-block-section-inner .cnvs-block-section-content-inner p {
    padding: 0;
  }
  .FAQ-heading {
    font-size: 1.1rem;
  }

  .accordion-button {
    font-size: 14px;
    line-height: 21px;
    padding: 12px 0;
  }

  .accordion-button::after,
  .accordion-button:not(.collapsed)::after {
    font-size: 18px !important;
  }

  .accordion-body {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 12px !important;
  }
}

.FAQ-heading{
  font-family: "Poppins";
  font-size: 1.5rem;
  border-bottom: 1px solid #2457A8;
  display: inline-block;
  padding-bottom: 10px;
}


.accordion-button {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A0A;
  padding: 10px 0;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: none !important;
  content: "+" !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  color: #0A0A0A !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "−" !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  color: #0A0A0A !important;
  transform: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #0A0A0A;
  font-family: 'Poppins';
}

.accordion-button:focus {
  box-shadow: none !important;
  outline: none;
}

.accordion-item {
  border: none !important;
}

.accordion-body {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #4A5565;
  padding: 0 0 18px !important;
}

body.single.single-post article .entry-content ol.wp-block-list li {
    line-height: normal !important;
}
body.single.single-post article .entry-content ol.wp-block-list {
  padding-left: 20px;
}
