/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


:root{
  --clr-white: #fff;
  --black: #000;
  --clr-black: #1B1B27;
  --clr-prple: #7F40D7;
  --clr-vbtn: #8d5dd1;  
  --clr-btnhover: #2F135D;  
  --lprple: #ddd5f5;
  --red: #F45B69;
  --green: #17BEBB;
  --tranAll: all 300ms ease-in-out;
  
  --ff_primary_reg: 'Sofia Pro';  
  --ff_secondary_reg: "arial";  
  
  
  --pr-black: #1A1A1A;
  --lt-grey: #F3F2F5;

}


@font-face {
  font-family: 'Sofia Pro';  
  src: url('https://workfully.com/hubfs/fonts/SofiaPro-Regular.woff2') format('woff2'),
    url('https://workfully.com/hubfs/fonts/SofiaPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://workfully.com/hubfs/fonts/SofiaPro-Bold.woff2') format('woff2'),
    url('https://workfully.com/hubfs/fonts/SofiaPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://workfully.com/hubfs/fonts/SofiaPro-Medium.woff2') format('woff2'),
    url('https://workfully.com/hubfs/fonts/SofiaPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://workfully.com/hubfs/fonts/SofiaPro-SemiBold.woff2') format('woff2'),
    url('https://workfully.com/hubfs/fonts/SofiaPro-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1,
.lg-title{
  font-size: 73px;
  font-weight: 500;  
  font-style: normal;
  line-height: 110%;
  letter-spacing: -1.825px;
}

h2,
.md-title{    
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: .92;
  letter-spacing: -1.2px;
  color: var(--clr-black);
}




h3{
  color: var(--clr-black);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.12px;
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--ff_primary_reg);
}

body{
  background-color: var(--clr-white);
  font-family: var(--ff_primary_reg);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.24; 
}

p{
  color: var(--Secondary-2, #727290);
  font-family: "Sofia Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height:  1.24;  /* 25.2px */
  letter-spacing: -0.09px;
}

.dnd-section > .row-fluid {
  max-width: 1280px;
}

a:hover, a:focus {
  color: var(--clr-prple);
}
i.long-arrow {
  border-color: currentColor;
}

i.long-arrow:after {
  background-color: currentColor;
}
figure {
  margin: 0;
}

.container{
  max-width: 1280px;
  margin-inline: auto;
  width: 100%;
}

.small-container{
  max-width: 720px;
  margin-inline: auto;
  width: 100%;
}

.md-container{
  max-width: 960px;
  padding-inline: 15px;
  width: 100%;
  margin-inline: auto;  
}

.xl-container{
  max-width: 1372px;
  margin-inline: auto;
  width: auto;
}

.btn {
  background-color: var(--clr-prple);
  border-radius: 4px;
  color: var(--clr-white);
  display: inline-block;
  font-family: var(--ff_primary_reg);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1.57;
  min-width: 150px;
  padding: 9px 40px;
  text-align: center;
  transition: .3s ease-in-out;
}
.btn:hover {
  background-color: var(--clr-btnhover);
  border-color: var(--clr-btnhover);
}

.flex{
  display: flex;
  flex-wrap: wrap;
}
.flex-jc-c{
  justify-content: center;
}
.flex-jc-b{
  justify-content: space-between;
}
.flex-a-c{
  align-items: center;
}
.row-reverse {
  flex-direction: row-reverse;
}
/* header section */

/* .wk-header__nav.custom-header__nav{
display: none;
} */

.header {
  backdrop-filter: blur(10px) !important;
  background-color: hsla(0,0%,100%,.86)!important;
  border-bottom: 1px solid rgba(31,31,31,.05);
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px) !important;
}
.wp-header__inner ul.level-1 > .menu-item {
  padding: 5px 12px !important;
  border-radius: 3px;
  margin-inline: 6px;
}

.wp-header__inner ul.level-1 > .menu-item:hover {
  background-color: #f2ecfb;
  color: var(--black);  
}

.wp-header__inner ul.level-1>.menu-item:hover a.menu-link {
  color: var(--black);
}

.toggle-menu-mb{
  display: none;
}

/* .wk-header ul>li {
display: inline-block;
padding: 17px 15px 12px;
} */

.menu-button li:first-child {
  padding-right: 0;
}

.wk-header .menu-button a.button {
  border-radius: 3px;
  background: var(--clr-prple);
  display: flex;
  height: 37px;
  padding: 8px 12px 10px 12px;
  align-items: center;
  transform: none;
  border: 0;
  text-transform: none;
}

.wk-header  li.header-button.button-1 a {
  border-radius: 3px;
  border: 1px solid #727290 !important;
  background: #fff !important;
  color: var(--clr-black) !important;
  font-family: var(--ff_primary_reg);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.3px;
  padding-inline: 12px !important;
}


.wk-header .menu-button a.button:last-child {
  color: #FFF;
  font-family: var(--ff_primary_reg);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.3px;
}

.wk-header__nav li a {
  color: var(--black);
  font-family: var(--ff_primary_reg);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.3px;
}

.wk-header__nav li a:hover {
  color: var(--clr-prple);
}

/* .header {
padding-block: 10px;
} */

.wk-header__btn {
  padding-left: 115px;
}

.wk-header__nav ul li {
  padding-inline: 10px !important;
}

.wk-header__nav {
  position: relative;
  top: 2px;
}

.wk-header .container {
  max-width: 1280px;
  padding-inline: 0px;
}

.header__navigation {
  width: calc(100% - 190px);
}
.signing-btn {
  display: none;
}


/* footer style */

.wk-footer__inner {
  background-color: #f5f1ff;
  color: var(--clr-black);
}

.wk-footer-menu h4 {
  color: var(--clr-black);
}

.wk-footer-menu li a {
  color: var(--clr-black);
}
.wk-footer__container {
  display: flex;
  flex-wrap: wrap;
  padding-block: 40px 25px;
}
.wk-footer-left{
  width: 30%;
}
.wk-footer-right{
  width: 70%;
}
/* .wk-footer__container > div {
width: 50%;
} */

.footer .social-media {
  display: flex;
  align-items: center;
  grid-gap: 25px;
  padding-top: 22px;
}

.footer .social-media .social-media-item {
  padding: 0;
  margin: 0;
}
.footer .social-media .social-media-item:last-child {
  margin-top: 4px;
}
.footer .social-media img {
  display: block;
}

.footer .social-media img[src*="you"] {
  margin-top: -0.5px;
}

.wk-footer-right {
  display: flex;
}

.wk-footer-nav {
  display: flex;
  justify-content: flex-end;
}

.wk-footer-nav .wk-footer-menu {
  /*   width: calc(100% / 3); */
  flex: 1;
}

.wk-footer-nav li {
  width: 100%;
}

.wk-footer-nav li a {
  color: var(--clr-black);
  font-family: var(--ff_primary_reg);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.5;
  line-height: 116%; /* 16.24px */
}
.newsletter__heading,
.wk-footer-menu h4 {
  color: var(--clr-black);
  font-family: var(--ff_primary_reg);
  font-size: 16px;
  line-height: 116%; /* 16.24px */
}

.copyright {
  padding-top: 88px;
  width: 100% !important;
  display: flex;

}
.wk-footer__inner a:hover,
.wk-footer__inner .footer a:focus {
  color: var(--clr-prple) !important;
}

.wk-footer-menu h4 {
  color: var(--clr-black);
  font-family: var(--ff_primary_reg);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
}

.copyright-menu ul li a {
  color: var(--clr-black);
  font-family:var(--ff_primary_reg);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16.24px */
  display: inline-block;
}

footer.footer {
  background-color: transparent;
}
.footer__newsletter {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
}
.newsletter__heading {
  color: var(--black) !important;
  margin-bottom: 16px;
}
.footer__newsletter p {
  color: #808080 ;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.35px;
  margin-bottom: 24px;
}


.copyright-text p {
  color: var(--clr-black);
  font-family:var(--ff_primary_reg);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  margin-bottom: 0;
}

.copyright .copyright-text {
  padding-top: 5px;
  padding-right: 15px;
}

.copyright-menu ul li a {
  border-left: 1px solid var(--clr-black);
  padding-left: 15px;
}
.blog-post-section .blog-comments {
  padding-inline: 15px;
}
.cp-listing__col .cp-listing__cont i {
  font-style: normal;
}
.blog-post-section .post-footer .hs_submit.hs-submit {
  text-align: center;
}
.blog-post-section .section.post-footer {
  background-color: #f5f1ff;
  padding: 25px;
  max-width: 800px;
  width: 100%;
  border-radius: 25px;
  margin-inline: auto;
}

.cp-listing.cp-sp-listing {
  padding-block: 60px 160px;
  overflow: hidden;
}

.tag-listing .fm-block__inner {
  background-color: transparent !important;
}

.blog-post-section .blog-post__body h2 {
  font-size: 32px;
  /*   margin-block: 40px 20px; */
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.16px;
  margin-bottom: 56px;
  color: var(--black);
}
.tag-listing {
  background-color: #2F135D;
  padding-block: 100px;
}
#load-more-btn{
  padding-top: 50px;
}
.knwlg__author-name{
  font-size: 32px;
}
.subscribe-form .hs_email label.hs-error-msg {
  display: block;
}
.cp-listing.cp-sp-listing.upcoming__single-event {
  padding-block: 120px 80px;
}
@media(max-width: 1300px){
  .header__container {
    padding-inline: 15px;
  }
  .container,
  .small-container,
  .md-container,
  .xl-container,
  .lg-container{
    padding-inline: 15px;
  }
}

@media (min-width: 1140px){
  /*   .wk-header .container{
  padding-block: 8px;
} */

  .wp-header__inner .submenu.level-2 a, 
  .wp-header__inner .submenu.level-3 a {
    padding-inline: 0 !important;
    padding-block: 8px !important;
    font-family: var(--ff_primary_reg);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.3px;
    color: rgba(31, 31, 31, 0.6) !important;
  }

  .wp-header__inner .submenu.level-2,
  .wp-header__inner .submenu.level-3 {
    box-shadow: 0 5px 15px 0 rgb(30 61 96/6%);
    padding: 5px 0 10px;
    text-align: left;
    border-radius: 0 0 5px 5px;
    min-width: 180px;
  }

  .wp-header__inner .submenu.level-2 li:not(:last-child),
  .wp-header__inner .submenu.level-3 li:not(:last-child) {
    border-bottom: 1px solid rgba(31, 31, 31, .05);
  }

  header .wp-header__inner .has-submenu.menu-item {
    padding-right: 16px !important;
  }
  .wp-header__inner ul.level-1 > .menu-item.menu-item:hover .menu-arrow {
    transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    top: 1px !important;
    position: relative;
  }
  .wp-header__inner .submenu.level-2, .wp-header__inner .submenu.level-3 {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 15px 0 rgb(30 61 96/6%);
    min-width: 180px;
    padding: 5px 0 10px;
    text-align: left;
  }
  header .wk-header__nav label.menu-arrow {
    border: solid black !important;
    border-width: 0 2px 2px 0 !important;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -2px !important;
    position: relative !important;
    display: inline-block !important;
    left: 3px;
  }

  .wk-header .menu-button li:last-child a:hover {
    background-color: var(--clr-vbtn) !important;
  }
}


@media (max-width: 1139px){
  .container {
    padding-inline: 15px;
  }
  .header__container {
    padding-inline: 15px;
  }
  .header__navigation {
    width: calc(100% - 0px);
  }
  .wk-header__btn {
    padding-left: 0;
  }
  ul.menu-button li.header-button {
    width: auto;
  }
  .wk-header .wp-header__inner li a {
    padding-block: 14px !important;
  }
  .wk-header__nav {
    margin-bottom: 10px;
  }
  .wp-header__inner {
    padding-bottom: 60px;
  }

  .wk-header .wp-header__inner li a {
    padding-block: 14px !important;
  }

  .wk-header__btn ul.menu-button {
    padding-left: 10px;border-top: 0;
  }

  .wk-header__nav {
    margin-bottom: 10px;
  }

  .menu-button li.header-button {
    padding-right: 8px;
    border-top: 0;
  }
  header .signing-btn {
    margin-right: 14px;
    display: block;
  }
  .signing-btn a.btn {
    background-color: transparent;
    border: 1px solid rgba(31, 31, 31, .22);
    color: var(--black) !important;
    min-width: 100px;
    padding-block: 5px 8px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }


  .toggle-menu-mb {
    align-items: center;
    border: 1px solid rgba(31, 31, 31, .22);
    border-radius: 3px;
    box-shadow: none;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
  }
  .wk-header__nav label.menu-arrow .menu-arrow-bg {
    border: solid var(--black) !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block !important;
    left: 3px;
    padding: 3px;
    position: relative !important;
    top: -2px !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-image: none;
    height: 11px;
    width: 11px;
  }
  .header--toggle svg {
    position: relative;
    top: -2px;
  }
  .wk-header .wp-header__inner li a.menu-link {
    padding-inline: 0;
  }
  .header__close--toggle {
    background-image: none;
  }
  div#header-navigation-toggle {
    background-image: none;
    text-align: center;
  }
  .header__close--toggle.show {
    display: block;
    text-align: center;
  }
  .header__close--toggle svg#menu-close {
    position: relative;
    top: -2px;
  }
  header ul.menu-button li.header-button a.button {
    text-align: center;
    justify-content: center;
  }
  header ul.menu-button li.header-button {
    text-align: center;
    width: 50%;
    padding-inline: 10px;
  }
  .header-logo__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 999;
    padding-block: 10px;
    padding-inline: 15px;
    background-color: #fff;
    top: -1px;
  }
  .header>.content-wrapper {
    display: none;
  }
  .wk-header .header__navigation {
    transform: translateY(-100%);
    transition: all .3s ease-in-out;
    top: -100px;
  }
  .wk-header .header__navigation.open {
    transform: translateY(0%);
    top: 48px;
  }

  header .wp-header__inner .has-submenu.menu-item {
    padding-right: 0px !important;
    margin-inline: 0 !important;
  }
  .wp-header__inner ul.level-1>.menu-item {
    margin-inline: 0 !important;  
  }
  .wk-header__btn ul.menu-button {
    padding-inline: 4px;
  }
  .wk-header .container {
    padding-block: 0px;
  }
  .wp-header__inner ul.level-1>.menu-item:hover {
    background-color: transparent; 
  }
  .header__navigation .submenu * {
    padding-inline: 0 !important;
    padding-block: 0;
  }
  .wk-header ul.submenu.level-2 a, .wk-header ul.submenu.level-3 a {
    padding-block: 0 10px !important;
    color: rgb(28 27 23 / 60%) !important;
    font-size: 17px;
  }
  .wk-header .header__navigation .submenu * {
    padding-inline: 0 !important;
    padding-block: 0;
  }

  .wk-header .container {
    padding-block: 0;
  }
  .wk-header .header__navigation {
    display: block;
    position: absolute;
  }
  .header__container.wk-header {
    padding-inline: 0 !important;
  }
  .header {
    background-color: #fff !important;
    padding-block: 0px !important;
  }
  .header__navigation{
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
}


@media (min-width: 992px) and (max-width: 1199px){
  .lg-title, h1 {
    font-size: 64px; 
  }
}
@media (min-width: 992px){
  .etrprize-banner .banner-left h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .our-events__content--col {
    padding-top: 40px;
  }
  .our-events .our-events__media img{
    height: 300px !important;
  }
}

@media (max-width: 991px){
  h1 {
    font-size: 42px; 
  }
  h2,
  .md-title  {
    font-size: 38px;  
  }
  .blog-post-section .blog-post__body h2 {
    font-size: 26px;
    margin-block: 25px 15px;
  }
}


@media (max-width: 767px){
  h1 {
    font-size: 38px; 
  }
  h2,
  .md-title{
    font-size: 22px;
  }
  h3{
    font-size: 22px;  
  }
  .sec-title h2 {
    padding-inline: 10px;
    margin-bottom: 12px;
  }
  .wk-footer-menu h4 {
    line-height: 116%;
    margin-bottom: 10px;
  }
  p{
    font-size: 16px !important;
  }
  .copyright {
    padding-top: 30px;
    width: 100% !important;
  }

  .wk-footer-nav {
    flex-wrap: wrap;
    width: 100%;
  }
  .wk-footer-right {
    flex-wrap: wrap;
  }
  .wk-footer__newsletter{
    padding-top: 40px;
  }
  .wk-footer__container>div {
    width: 100%;
  }
  .wk-footer-nav .wk-footer-menu {
    flex: 100%;
  }
  .copyright .copyright-text {
    padding-right: 15px;
    padding-top: 4px;
    width: 100%;
  }
  .wk-footer-nav .wk-footer-menu {
    width: 100%;
    padding-block: 30px 0;
  }
  .copyright-menu ul li a {
    border-left: 0px solid var(--black);
    padding-left: 0;
  }
  .copyright {
    padding-top: 30px;
    width: 100% !important;
    flex-wrap: wrap;
  }
  .wk-footer-nav .wk-footer-menu {
    width: 100%;
    padding-block: 40px 0;
  }
  .copyright .copyright-text {
    padding-top: 15px;
    width: 100%;
    order: 2;
  }
  .cp-listing.cp-sp-listing{
    padding-block: 40px 120px;
  }
  .knwlg-sec{
    padding-block: 30px 64px;
  }
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1111;
}

.popup-outer {
  max-width: 960px;
  width: 100%;
  margin-inline: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 11;
}  
.popup .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  display: block;
}

.popup-content video {
  border-radius: 8px;
  overflow: hidden;
}

.popup .popup-content {
  width: 100%;
  overflow: auto;
  padding: 10px;
  color: black;
  position: relative;
  box-sizing: border-box;
}

.popup .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #fff;
}
.popup .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup .close span:nth-child(2) {
  transform: rotate(135deg);
}

@media (max-width: 991px){
  .popup-content video {
    max-width: 80%;
  } 
}

@media (max-width: 991px){
  .popup-content video {
    max-width: 80%;
  } 
}

/* Single Post Page */

.blog-post time,
.blog-post em {
  color: var(--black);
}

.blog-post__tags .icon--light{
  display: inline-block;
  width: 30px;
}

.blog-post-section form *{
  font-family: var(--ff_primary_reg) !important;
}

.blog-post-section form .hs_submit input[type="submit"]{
  padding: 8px 12px 10px;
  background: var(--clr-prple);
  border-radius: 3px;
  border: none !important;
}

.blog-post-section form .hs_submit input[type="submit"]:hover{
  transform: none;
  background: var(--clr-vbtn)!important;
}

.blog-post__featured{
  padding: 0;
  margin-block: 20px; 
  background: transparent !important;
}
.community__label {
  background: var(--green);
  display: inline-block;
  color: #fff;
  padding: 4px 16px 10px;
  border-radius: 32px;
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 1.03;
  letter-spacing: -0.48px;
}
.slick-dots li button {
  background: #DDD5F5;
  height: 8px;
  width: 8px;
  padding: 0;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li {
  width: 12px;
  height: 12px;.
}
.slick-dots li.slick-active button {
  height: 12px;
  width: 12px;
  background: var(--clr-prple);
}
.cp__heading{
  margin-bottom: 50px;
  gap: 16px;
  margin-inline: -15px;
}
.cp__heading h2{
  margin-bottom: 0;
  letter-spacing: 0;
}
.cp__heading>*{
  padding-inline: 15px;
}
.cp__location, .tag {
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.58;
  font-weight: 400;
  font-family: var(--ff_primary_reg);
  padding: 4px 12px;
  letter-spacing: 0.28px;
}
.tag{
  background: #DDD5F5;
  line-height: 1.58;
  font-weight: 500;
  color: var(--clr-prple);
  letter-spacing: .28px;
  text-transform: uppercase;
  transition: var(--tranAll);
}
.evnt-bnr .tag {
  border-radius: 8px;
  background: #DDD5F5;
  color: var(--clr-prple);
}
.past-tags .tag:not(:hover,.active) {
  background: #F0EEF5;
  color: #999;
}
.cp__location {
  background: #F5F1FF;
  color: #1B1B27;
  text-transform: uppercase;
}
.cp__location svg {
  vertical-align: middle;
}
#load-more-btn {
  text-align: center;
  display: block;
  width: 100%;
  cursor: pointer;
}
#load-more-btn .btn{
  padding: 13px 15px;
}
.cp-listing__tags {
  list-style: none;
  gap: 10px;
  margin-bottom: 0;
}
.listed-dated {
  color: #1B1B27;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.28px;
  border-radius: 8px;
  background: #F5F1FF;
  display: inline-block;
  padding: 4px 12px;
  text-transform: uppercase;
  margin-top: 0 !important;
}
.cp__meta {
  padding-block: 36px 24px;
  gap: 15px;
  /*   padding-block: 27px 24px; */
}
.blog__listing-banner{
  padding-block: 80px;
}
.articles-listing .past-tags .tag,
.past-events-section .past-tags .tag {
  border-radius: 24px;
}
.tag.active {
  background: #DDD5F5;
  color: var(--clr-prple);
}
.cp-sp-listing .cp-sliders .cp-listing__col {
  margin-bottom: 60px;
}

/* article style */
.cmn__sec-title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 50px;
}

.cmn__sec-title .cmn__left-col h2{
  margin-bottom: 0;
  letter-spacing: 0;
}

.cmn__sec-title .cmn__right-col a{
  align-items: center;
  border-bottom: 1px solid transparent;
  color: #7f40d7;
  display: inline-flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .1px;
  line-height: 1.5;
  /*   padding-bottom: 10px; */
}
.cmn__sec-title .cmn__right-col a:hover{

  border-color: #2f135d;
}
.cp-sp-listing .cp-sliders .cp-listing__col.cp__3 {}

.cp-sp-listing .cp-sliders .cp-listing__col.cp__3 figure {
  padding: 0;
}

.cp-sp-listing .cp-sliders .cp-listing__col.cp__3 figure img {
  height: 312px;
}

.cp-sp-listing .cp-sliders .cp-listing__col.cp__3 figure .cp__location {
  bottom: 16px;
  left: 16px;
}
/* .cmn__sec-title .cmn__right-col a{
display: inline-flex;
align-items: center;
font-size: 20px;
font-weight: 400;
color: var(--clr-prple);
letter-spacing: .1px;
line-height: 26px;
} */

.cmn__sec-title .cmn__right-col i{
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--clr-prple);
  border-left: 2px solid var(--clr-prple);
  margin: 0 0 0 26px;
  position: relative;
  top: 2px;
  transform: rotate(135deg);
}

.cmn__sec-title .cmn__right-col i:after{
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: var(--clr-prple);
  position: relative;
  top: 1px;
  left: 0;
  transform: rotate(-45deg) translate(4px, 1px);
}

.knwlg-sec{
  padding-block: 60px 160px;
}

.knwlg--list{
  display: flex;
  flex-wrap: wrap;
  margin-inline: -10px;
}

.knwlg--list > div{
  width: calc(100% / 3);
  padding-inline: 10px;
}
.knwlg__overlay{
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 38px;
}
.knwlg__overlay>*{
  width: min(205px,100%);
}
.knwlg__author--desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  border-top: 1.5px solid #B3B3B3;
  margin-top: 24px;
  padding-top: 24px;
}
.knwlg--pic a{
  display: block;
  background-color: var(--lprple);
  border-radius: 16px;
  padding: 14px;
  position: relative;
}
.knwlg--pic .knwlg__media{
  border-radius: 12px;
}
.knwlg__cnt h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.1px;
  line-height: 1.3;
  margin-bottom: 0;
}
.knwlg--pic a {
  position: relative;
  display: block;
}
.knwlg--pic a::before {
  content: "";
  position: absolute;
  background-image: url(https://workfully.com/hubfs/workfully-images/overlay-post.png);
  background-size: cover;
  inset: 14px;
  transition: all 300ms ease-in-out;
  border-radius: 12px;
}
.knwlg--col__interview .knwlg__inr-col .knwlg--pic a::before{
  background: linear-gradient(45deg, #ffffff 0%, #7db9e800 100%);
}

.owl-theme .owl-dots .owl-dot:not(.active,:hover) span {
  background: #DDD5F5 !important;
  width: 8px;
  height: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #7F40D7 !important;
  height: 12px;
  width: 12px;
}
.owl-theme .owl-dots .owl-dot{
  vertical-align: middle;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
}

/* recruiters two column module 2024 */
.tm-block__inner.row-reverse {
  display: grid;

  margin: 0;
}
.tm-block__inner.row-reverse [class*="tm-block__"] {
  width: 100%;
  padding: 0;
}
.tm-block__inner.row-reverse .tm-block__left {
  order: 2;
}
/* end recruiters two column module 2024 */
/* .logo-slider img ,
.pl-block img {
height: 30px;
width: auto;
} */

.subscribe-form {
  border-radius: 4px;
  border: 1.5px solid #FFF;
  background: #FFF;
  width: min(468px,100%);
  /*   margin-top: 24px; */
}

.subscribe-form form {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 2px 4px 0;
  border-radius: 4px;
  justify-content: space-between;
  margin-inline: 0;
  background-color: #F5F1FF;
}

.subscribe-form .submitted-message {
  padding-block: 10px;
  padding-inline: 25px;
}

.subscribe-form form input[type=email] {
  height: 30px !important;
}

.subscribe-form .hs_submit {
  width: 130px;
  padding-right: 4px;
}

.subscribe-form .hs-error-msgs {
  position: absolute;
}

.subscribe-form .hs-error-msg {
  color: red;
}

.subscribe-form .hs_email label {
  display: none;
}

.subscribe-form form input[type=submit]:hover,
.subscribe-form form .hs-button:hover {
  transform: translate(0px, -2px);
  transform: none;
}

.subscribe-form form input[type=submit]:active, 
.subscribe-form form .hs-button:active,
form input[type=submit]:hover,
form input[type=submit]:focus{
  background-color: var(--clr-vbtn) !important;
  border-color: var(--clr-vbtn) !important;
}

.subscribe-form .actions {
  padding-inline: 0 !important;
}

.subscribe-form .hs_email {
  width: calc(100% - 130px);
  margin-bottom: 0;
  padding-inline: 8px;
}

.subscribe-form .form-title {
  display: none;
}

.subscribe-form .input input {
  color: #727290;
  background-color: transparent;
  border-radius: 0;
  -webkit-text-fill-color: #727290;
  font-family: var(--ff_primary_reg);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.3px;
  border: 0 !important;
  padding: 4px;
  min-height: 46px;
}

.subscribe-form input.hs-button {
  display: flex;
  padding: 11px 12px 13px;
  border-color: #7f40d7 !important;
  align-items: center;
  border-radius: 4px;
  color: #FFF;
  font-family: var(--ff_primary_reg);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.3px;
  background: #7F40D7;
  width: 100%;
}
.footer--subscribe-form.subscribe-form ul.no-list.hs-error-msgs.inputs-list li {
  margin-block: 0 !important;
}
.footer--subscribe-form.subscribe-form  ul.no-list.hs-error-msgs.inputs-list{
  display: block !important;
}
.footer--subscribe-form.subscribe-form input.hs-button{
  margin-right: 4px !important;
  margin-bottom: 0 !important;
  padding: 10px 14px !important;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
}
.footer--subscribe-form form input[type=email] {
  padding-block: 10px !important;
  font-size: 14px;
  padding-left: 10px !important;
}
.footer__newsletter p span {
  background: var(--gradient-supplemental-3-dark, linear-gradient(280deg, #8bdedd 6.78%, #bbabec 35.18%, #7f40d7 84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: inherit;
}
.wk-footer__newsletter {
  max-width: 413px;
  width: 100%;
}
@media screen and (min-width: 1025px){
  .tm-block__inner.row-reverse {
    grid-template-columns: repeat(2,1fr);
    gap: 130px;
  }
  .knwlg--pic .knwlg__media{
    width: 100%;
    height: 386px;
    object-fit: cover;
  }
  .cp-sp-listing .cp-sliders .cp__1{
    width: 630px;
  }
  .cp-sp-listing .cp-sliders .cp-listing__col:not(.cp__1){
    width: 414px;
  }
}
@media screen and (max-width: 1024px){
  .tm-block__inner.row-reverse {
    gap: 32px;
  }
  .knwlg--list > div{
    /*       width: calc(100% / 2); */
    width: 100%;
    margin-bottom: 20px;
  }

}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .knwlg--pic .knwlg__media { 
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
}
.knwlg--pic a h4{
  width: 100%;
  padding:  0 38px;
  font-size: 32px;
  font-weight: 500;
  font-family: var(--ff_primary_reg);
  color: #fff;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  bottom: 32px;
  left: 0;
  letter-spacing: -0.16px;
}
.knwlg--col__interview .knwlg__inr-col .knwlg--pic a h4{
  opacity: 0;
}
.knwlg--col__interview .knwlg__inr-col .knwlg__overlay{
  opacity: 1;
}

.knwlg-sec .tag-list{
  display: flex;
  flex-wrap: wrap;
  /*   margin-top: 27px; */
  padding-block: 36px 24px;
  gap: 15px;
}

.knwlg-sec .date{
  display: inline-block;
  background: #f5f1ff;
  border-radius: 8px;
  font-size: 14px;
  font-weight:600;
  color: var(--clr-black);
  letter-spacing: .28px;
  line-height: 1.57;
  padding: 5px 14px 3px;
  text-transform: uppercase;
}


.knwlg-sec h3{
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.1px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.knwlg-sec .read-more a{
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: var(--clr-black);
  letter-spacing: .1px;
  line-height: 26px;

}
.event__post-hide_location .cp__location {
  display: none;
}
/* .knwlg-sec .read-more a:hover{
opacity: .8;
} */
.read-more a{
  border-bottom: 1px solid transparent;
  padding-top: 9px;
  padding-bottom: 10px;
}
.read-more a:hover{
  border-color: currentColor;
  color: #7F40D7;
}
.read-more a:hover i {
  border-color: currentColor !important;
}
.read-more a:hover i::after {
  background-color: currentColor !important;
}
.knwlg-sec .read-more a i{
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1b1b27;
  border-left: 2px solid #1b1b27;
  margin: 0 0 0 26px;
  position: relative;
  top: 2px;
  transform: rotate(135deg);
}

.knwlg-sec .read-more a i.long-arrow:after{
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #1b1b27;
  position: relative;
  top: 1px;
  left: 0;
  transform: rotate(-45deg) translate(4px, 1px);
}


.designation {
  font-size: 25px;
  margin-block: 8px 0;
  color: #666666;
  line-height: 1.12;
}
.knwlg__name {
  color: var(--clr-black);   
  font-size: 20.609px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.103px;
}
.knwlg__author-name {
  margin-block: 0;
}
.cp-sp-listing .knwlg--col {
  margin-bottom: 56px;
}

.cp-sp-listing .knwlg--list {
  margin-bottom: -56px;
}

.cp-sp-listing .cp-list__sec-col {
  padding-bottom: 0;
}
@media screen and (max-width: 767px){
  .cmn__sec-title{
    margin-bottom: 32px;
  }
  .knwlg--list > div{
    width: 100%;
  }
  .knwlg--pic .knwlg__media {
    height: 250px;
  }
  .knwlg--pic a h4{
    font-size: 28px;
  }
  .knwlg__author--desc{
    margin-top: 15px;
    padding-top: 15px;
  }
} 
@media screen and (max-width: 575px){
  .knwlg--list > div{
    width: 100%;
  }
} 
/* end article style */
/* our events */
/* .our-events__flex {
margin-inline: -15px;
} */
/* .our-events__col {
padding-inline: 15px;
}
.our-events__grid{
margin-inline: -15px;
} */
/* .our-events__content--col {
width: 35%;
}
.our-events__media--col {
width: 65%;
} */
.subheading {
  color: var(--clr-prple);
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.event-title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.6px;
  margin-bottom: 32px;
  color: var(--black);
}
.our-events__content p {
  color: var(--black);
  letter-spacing: -0.09px;
}
.our-events__grid {
  display: flex;
  flex-wrap: wrap;
}
.our-events__media img {
  border-radius: 16px;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.our-events__media {
  height: 100%;
}
.our-events__inner {
  width: 50%;
  padding-inline: 12px;
  margin-bottom: 24px;
}
.our-events__inner.media__1 {
  width: 66.24%;
}
.our-events__inner.media__2 {
  width: 33.76%;
}
.blog__listing-banner .fm-block__desc {
  width: 100%;
}
.blog-post__author img{
  width: 48px;
  height: 46px;
  border-radius: 16px;
}
.social-share {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}
.past-events-section .cp-listing__col img {
  height: 312px;
}
.blog__single-page .owl-carousel .owl-dots {
  display: block !important;
}
.articles-listing .cp__meta {
  padding-block: 15px;
  gap: 16px;
}
.tag__block {
  width: 100%;
  /*   margin-bottom: 8px; */
}
.cp-btn:hover,
.cmn__sec-title .cmn__right-col a:hover {
  color: #2F135D;
}
.cp-btn:hover{
  border-color: #2F135D; 
}
.cp-btn:hover i,
.cmn__sec-title .cmn__right-col a:hover i {
  border-color: #2F135D;
}
.cp-btn:hover i::after,
.cmn__sec-title .cmn__right-col a:hover i::after {
  background: #2F135D;
}
.cp__heading .tag {
  text-transform: capitalize;
  letter-spacing: 0.4px;
}

.cp-listing__tags .tag {
  border-radius: 24px;
}

/* our events grid */
.our-events__grid {
  margin-inline: -12px;
  margin-bottom: -24px;
}
.our-events__flex {
  display: grid;
  gap: 48px;
}
.our-events__media--col {
  width: 100%;
}
.blog-post__body img {
  border-radius: 16px;
}
.cp-listing.cp-sp-listing.upcoming-event,
.cp-listing.cp-sp-listing.community-event {
  padding-bottom: 80px;
}
.cp-listing.cp-sp-listing.upcoming-event .cp__meta {
  padding-top: 36px;
}
.tag:hover {
  color: var(--clr-white);
  background-color: var(--clr-prple);
}
.articles-listing .past-tags .tag:hover, .past-events-section .past-tags .tag:hover {
  background-color: #BF9FEB;
}
.articles-listing .past-tags .tag:active, .past-events-section .past-tags .tag:active {
  background-color: #DDD5F5;
  color: #7F40D7;
}
.blog-post__body p {
  margin-bottom: 1.6rem;
}
.blog-post__body p:last-child {
  margin-bottom: 0;
}

/* multiple column contents */
.mcc__content{
  margin-inline: -12px;
}
.mcc__content .fullwidth {
  width: 100%;
}
.mcc__content>div,
.mcc__content [class*="column"]{
  padding-inline: 12px;
  margin-bottom: 24px;
}
.mcc {
  padding-block: 64px;
}
.column_2 {
  width: calc(100% / 2 );
}
.column_3 {
  width: calc(100% / 3 );
}
.column_4 {
  width: calc(100% / 4 );
}
.column_5 {
  width: calc(100% / 5 );
}
.column_6 {
  width: calc(100% / 6 );
}

/* End multiple column contents */

@media screen and (min-width: 992px){
  .our-events__flex {
    grid-template-columns: 440px 1fr;
  }  
}
/* @media screen and (min-width: 992px){
.our-events__media--col {
padding-left: 30px;
}
} */
.cp-listing.cp-sp-listing.related-event h2 {
  font-size: 24px;
  line-height: 1.83;
}
.cp-sp-listing .cp-sliders .cp__1 .cp__location {
  bottom: 16px;
}
.recruiter-banner h1 {
  color: var(--clr-white);
}

.vc__col{
  flex: 1;
}
.vc__head {
  max-width: 530px;
  width: 100%;
  padding-block: 80px;
}
.vc__head {
  max-width: 530px;
  width: 100%;
  padding-block: 80px;
}
.vc-section .flex {
  gap: 80px;
}
.vc-media__heading {
  text-align: center;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -0.13px;
  color: var(--black);
  margin-top: 80px;
  max-width: 300px;
  margin-inline: auto;
}
.vc__head h2 {
  line-height: 1.10;
}
.mblock__block figure.mblock__shadow{
  box-shadow: 0px 14px 40px 0px rgba(83, 26, 128, 0.10);
}

/* faq section */
.wk-faq__desc p {
  font-size: 20px;
  color: var(--black);
  letter-spacing: -0.5px;
  /*   line-height: 1.02; */
}
.wk-faq__head {
  margin-bottom: 48px;
}
.wk-faq__head h2 {
  margin-bottom: 32px;
}
.wk-faq__block {
  /*   padding: 22px 24px; */
  border-radius: 8px;
  border: 1px solid #B8B8C7;
  background: #F5F1FF;
}
.wk-faq__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease-in-out;
}
.wk-faq__content.active {
  grid-template-rows: 1fr;
}
.wk-faq__content__inner{
  overflow: hidden;
}
.wk-faq__content-box {
  padding: 8px 24px 22px;
}
/* [data-content]:not(.active){
display: none;
} */
.wk-faq__content p {
  font-size: 16px;
  color: var(--black);
  line-height: 1.20;
  letter-spacing: -0.08px;
}
.wk-faq__block+.wk-faq__block {
  margin-top: 16px;
}
.wk-faq__button {
  background: transparent !important;
  border: 0 !important;
  /*   padding: 0; */
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.20;
  letter-spacing: -0.09px;
  color: var(--black) !important;
  text-transform: inherit;
  display: flex !important;
  width: 100%;
  gap: 16px;
  align-items: center;
  font-family: "Sofia Pro";
  transform: none !important;
}
.wk-faq__button:not(.active) svg {
  transform: rotate(-90deg);
}
.wk-faq__button svg {
  transition: all  300ms ease-in-out;
}
/* end faq section */
/* article sidebar */
.post__sidebar__head {
  border-radius: 8px;
  background: #8BDEDD;
  padding: 16px;
  margin-bottom: 32px;
}

.related-heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.6px;
  color: var(--black);
  margin-bottom: 0;
}

.post__sidebar__content .sidebar-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.09px;
  color: #1B1B27;
  margin-bottom: 16px;
}
.post__sidebar__content .content {
  margin-bottom: 16px;
}
.post__sidebar__content .blog-post__timestamp {
  margin-top: 0;
}
.post__sidebar-block {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ECE8E3;
}
.article__grid {
  display: grid;
  gap: 40px;
}
.post__sidebar-block:last-child {
  margin-bottom: 0;
}
.playBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: grid;
  color: var(--clr-prple);
  background-color: transparent !important;
  border: 0;
  padding: 0 0 15px 15px !important;
  align-items: flex-end;
  transform: none !important;
}

.playBtn svg {
  height: 70px;
}


.playBtn:hover {
  background-color: transparent;
  border: 0;
}
.video-holder video{
  border-radius: 16px;
}
.single__programs-content{
  margin-bottom: 30px;
} 
/* .single__programs-content li,
.single__programs-content li p {
    color: var(--black) !important;
} */ 
.single__programs-content li+li {
    margin-top: 20px;
}
.new__evnt-middle .dark-program .single__programs-content ul li p {
    color: #fff !important;
}
@media screen and (min-width: 992px){
  .article__grid {
    grid-template-columns: 1fr 393px;
  }
  .jon__inner--sidebar{
    width: calc(100% - 433px);
  }
  /*  single page columns 2024 image reverse */
  .sinlge-columns__flex{
    grid-template-areas: "content img";
  }
  .sinlge-columns__col-left{
    grid-area: content;
  }
  .sinlge-columns__col-right{
    grid-area: img;
  }
  /*   End image reverse */
}
.jon__inner--sidebar .jon__flex {
  grid-template-columns: 1fr;
  gap: 24px;
}
.jon__inner--sidebar  .subscribe-form {
  width: 100%;
}
/* End article sidebar */
@media screen and (max-width: 1024px){
  .article__community .knwlg--col {
    min-width: 414px;
  }
  .article__community {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .article__community::-webkit-scrollbar {
    height: 1px
  }
  .article__community::-webkit-scrollbar-track {
    background-color: #ddd5f5;;
  }
  .article__community::-webkit-scrollbar-thumb {
    background-color: var(--clr-prple);
    outline: 1px solid var(--clr-prple);
  }
}
@media screen and (max-width: 991px){
  /*   .our-events__media--col,
  .our-events__content--col{
  width: 100%;
} */
  .footer__newsletter{
    padding-inline: 10px;
  }
  .footer--subscribe-form form input[type=email]{
    padding-right: 10px !important;
  }
  .community__label{
    font-size: 24px;
  }
  .event__post {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .cp-sp-listing .cp-listing__wrap:not(.cp-sliders) .cp-listing__col {
    min-width: 286px;
    width: 100%;
    margin-bottom: 30px;
  }
  .event__post::-webkit-scrollbar {
    height: 1px
  }
  .cp-listing__wrap.event__post {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .event__post::-webkit-scrollbar-track {
    background-color: #ddd5f5;;
  }
  .event__post::-webkit-scrollbar-thumb {
    background-color: var(--clr-prple);
    outline: 1px solid var(--clr-prple);
  }
  .past-events-section .cp-listing__wrap.event__post {
    flex-wrap: wrap;
  }
  .past-events-section .cp-listing__wrap.event__post .cp-listing__col.past-col {
    min-width: inherit;
  }
  #load-more-btn .btn {
    padding-block: 8.5px;
  }
  .blog__listing-banner{
    padding-block: 64px;
  }
  .footer--subscribe-form.subscribe-form form {
    flex-direction: column;
  }
  .footer--subscribe-form.subscribe-form .hs_email {
    width: 100%;
  }
  .footer--subscribe-form.subscribe-form input.hs-button {
    position: static;
    transform: none !important;
    width: calc(100% - 10px);
    margin: auto;
  }
  .footer--subscribe-form.subscribe-form .hs_submit {
    width: 100%;
    padding-right: 0 !important;
  }

}
@media screen and (min-width: 768px){
  .vc-section{
    background: linear-gradient(to left, #fff 50%, #F9F8F7 50%);
  }
}
@media screen and (max-width: 767px){
  .mcc__content [class*="column"]{
    width: 100%;
  }
  .community-articles {
    padding-inline: 9px;
  }
  .articles-listing {
    padding-bottom: 64px !important;
  }
}
@media screen and (max-width: 640px){
  .our-events__inner {
    width: 100% !important;
  }
  .article__community .knwlg--col {
    min-width: 360px;
  }
}

/*  end our events */
.cp-listing__wrap h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.1px;
  line-height: 1.3;
  margin-bottom: 0;
}

@media screen and (min-width: 768px){
  .cp-sp-listing .cp-listing__wrap:not(.cp-sliders) .cp-listing__col{
    width: 33.33%;
  }
}
@media screen and (max-width: 767px){
  /*   .past-events-section h2 {
  font-size: 24px;
  line-height: 1.833;
} */
  .footer--subscribe-form.subscribe-form input.hs-button{
    width: 100%;
  }
  .cp-sp-listing .cp-sliders .cp-listing__col {
    margin-bottom: 20px;
  }
  .cp__meta {
    padding-top: 24px;
  }
  .listed-dated {
    margin-top: 10px;  
  }
  .cp__heading{
    margin-bottom: 32px;
    flex-direction: column;
    align-items: start;
  }
  .cp__meta{
    padding-top: 24px;
  }
  .dnd-section, .content-wrapper--vertical-spacing{
    padding-block: 30px;
  }

  .knwlg--pic a:before,
  .knwlg--pic .knwlg__media, .knwlg--pic a{
    border-radius: 12px;
  }
  .our-events__content--col {
    margin-bottom: 30px;
  }
  .cp-listing__wrap h3{
    margin-top: 0;
  }
  #load-more-btn {
    padding-top: 40px;
  }
  .community__banner .lg-title br:first-child {
    display: none;
  }
  .cp-listing__wrap h3,
  .knwlg-sec.community-articles h3 {
    height: 52px;
    overflow: hidden;
  }
  .knwlg-sec.community-articles {
    padding-bottom: 120px;
  }
  .event-banner .lg-title br {
    display: none;
  }
  .evnt-bnr--meta {
    gap: 16px 24px !important;
  }
  .cp-listing.cp-sp-listing.upcoming__single-event{
    padding-block: 64px 40px;
  }
  .subscribe-form form {
    flex-direction: column;
    background: transparent;
  }
  .subscribe-form .hs_email {
    width: 100%;
  }
  .subscribe-form .hs_email {
    border-radius: 4px;
    background: #F5F1FF;
  }
  .subscribe-form .hs_submit {
    width: 100%;
    padding-right: 0;
    margin-top: 21px;
  }
  .subscribe-form input.hs-button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .subscribe-form {
    width: 100%;
  }
  .vc-media__heading{
    margin-top: 0;
  }
  .vc-section{
    overflow: hidden;
  }
  .vc-section .flex {
    gap: 40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .vc__head {
    background: #F9F8F7;
    position: relative;
    padding-block: 40px;
  }
  .vc__head::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1000px;
    height: 100%;
    background: #F9F8F7;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }

}