body {
  background: unset;
  padding: 0;
  font-family: "Mona Sans", sans-serif;
}

html {
  scroll-behavior: auto !important;
}

:root {
  --primaryBlue: #1c497b;
  --lc_black: #000000;
  --lc_white: #fff;
}

/*====================== Leaders Circle Navbar CSS ======================*/

nav.navbar {
  position: fixed;
  width: 100%;
  background-color: transparent !important;
  padding: 24px 70px;
  transition: all 0.3s ease;
  z-index: 9;
  top:50px;
}

nav.navbar.sticky {
  top: 0;
  background-color: #fff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

nav.navbar .nav-link,
.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  color: #07121f;
  font-size: 16px;
}

.navbar > .container-fluid {
  align-items: start;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--primaryBlue);
}

.navbar-nav {
  gap: 20px;
}

/*====================== End Here ======================*/

/*====================== Leaders Circle Hero Section CSS ======================*/

.lc-hero-sec {
  background: url(https://www.techgig.com/files/contest_upload_files/hero-banner-bg.png)
    no-repeat center top;
  background-size: cover;
  padding-top: 194px;
  height: 806px;
}

.lc-hero-sec > div {
  text-align: center;
}

.lc-hero-sec h1 {
  font-weight: 600;
  color: var(--primaryBlue);
  line-height: 64px;
  font-size: 56px;
}

.lc-hero-sec h2 {
  font-weight: 600;
  color: var(--primaryBlue);
  margin: 12px 0 18px;
}

.lc-hero-sec p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--lc_black);
  margin-bottom: 24px;
}

.lc-hero-sec p span {
  display: block;
}

h3.title-section {
  color: var(--lc_black);
  font-weight: 700;
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 36px;
}

.hear-from-our-leaders-sec h3.title-section{
  margin-bottom: 14px;
}

.exclusive-insights-container h3.title-section {
  margin-bottom: 26px;
}

.exclusive-insights-container {
  background-color: var(--lc_white);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 42px;
  padding: 22px 70px 42px;
}

.inner-exclusive-insights {
  display: flex;
  gap: 28px;
}

.inner-exclusive-insights > div {
  background-color: #e8efff;
  border-radius: 35px;
  width: 25%;
  transition: 1s;
}

.inner-exclusive-insights .exclusive-content {
  position: relative;
  overflow: hidden;
}

.inner-exclusive-insights .exclusive-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  height: 100%;
  width: 50%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

/* shimmer animation */
@keyframes shimmer {
  0% {
    left: -150%;
    opacity: 1;
  }

  100% {
    left: 150%;
    opacity: 0;
  }
}

.inner-exclusive-insights > div:hover {
  transform: scale(1.1);
}

.inner-exclusive-insights > div img {
  width: 100%;
}

.inner-exclusive-insights > div h6 {
  padding: 22px 15px 14px;
  color: var(--lc_black);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

/*====================== End Here ======================*/

/*====================== Leaders Circle Leaders Associated with TechGig CSS ======================*/

.leaders-associated-sec {
  margin-top: 300px;
  padding: 50px 0;
}

.inner-leaders-associated,
.event-slider,
.upcoming-event-slider,
.post-event-slider,
.testimonial-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.inner-leaders-associated.slick-initialized,
.event-slider.slick-initialized,
.upcoming-event-slider.slick-initialized,
.post-event-slider.slick-initialized,
.testimonial-slider.slick-initialized {
  opacity: 1;
}

.card-leaders-associated {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  height: 388px;
  overflow: hidden;
}

.card-leaders-associated img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top center;
}

.card-leaders-associated::after {
  content: "";
  background-color: #0000003d;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
}

.card-leaders-associated > div {
  position: absolute;
  bottom: 34px;
  z-index: 999;
  padding: 0 20px;
}

.card-leaders-associated > div h4 {
  color: var(--lc_white);
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}

.card-leaders-associated > div h5 {
  color: var(--lc_white);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}

.card-leaders-associated > div span {
  display: inline-block;
  background-color: #e8efff;
  color: #020101;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  padding: 6px 42px;
  border-radius: 30px;
}

.leadership-circle-experience-sec {
  padding-bottom: 80px;
}

.leadership-circle-experience-sec .top-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 64px 0;
}

.leadership-circle-experience-sec .top-header h4 {
  color: var(--lc_black);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin: 0;
}

.leadership-circle-experience-sec .top-header > div {
  width: 50%;
}

.leadership-circle-experience-sec .top-header h4 span {
  color: #0d3c90;
  display: block;
}

.leadership-circle-experience-sec .top-header p {
  color: var(--lc_black);
  font-size: 21px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
}

.leadership-circle-experience-sec .videos-section {
  width: 92%;
  margin: auto;
}

.leadership-circle-experience-sec .videos-section > iframe {
  width: 100%;
  border-radius: 20px;
}

.view-all-btn {
  background-color: #1c497b;
  border-radius: 60px;
  font-weight: 800;
  font-size: 16px;
  color: var(--lc_white);
  text-decoration: none;
  width: 168px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 20px;
}

.view-all-btn:hover {
  color: var(--lc_white);
}

.hear-from-our-leaders-sec {
  background: url(https://www.techgig.com/files/contest_upload_files/our-leaders-bg.png)
    no-repeat center top;
  background-size: cover;
  padding: 50px 50px 60px;
}


/*====================== End Here ======================*/

/*====================== Events/Activities with Leaders’ Circle CSS ======================*/

.event-slider .slick-slide,
.leaders-engagements-container .slick-slide {
  margin: 0 10px;
}

.event-card {
  background: #fff;
  color: #000;
  border-radius: 20px;
  overflow: hidden;
  padding: 18px;
  text-align: left;
}

.top-img-card {
  width: 100%;
  height: 224px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.events-sec {
  background: url(https://www.techgig.com/files/contest_upload_files/events-bg.png)
    no-repeat top left;
  background-size: cover;
  padding: 50px;
}

.event-card .top-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 43%;
}

.tag {
  display: inline-block;
  background: #e2f0ff;
  color: #1c497b;
  padding: 5px 38px 5px 25px;
  border-radius: 0px 20px 20px 0;
  font-size: 14px;
  margin: 10px 0;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 2px;
  font-weight: 500;
}

.role {
  margin-top: 12px;
}

.role,
.meta,
.date {
  font-size: 14px;
  color: #1c497b;
  font-weight: 500;
  line-height: 25px;
}

.meta {
  margin-bottom: 6px;
}

.title {
  font-size: 21px;
  font-weight: bold;
  color: #07121f;
  margin: 20px 0 10px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 82px;
}

.date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.register {
  background: #1c497b;
  color: var(--lc_white);
  border: none;
  padding: 10px 36px;
  border-radius: 60px;
  font-weight: 800;
  cursor: pointer;
  /* width: 168px; */
  height: 47px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register:hover {
  color: var(--lc_white);
}

.view-all {
  display: block;
  background: var(--lc_white);
  color: var(--lc_black);
  margin: 44px auto 0;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 800;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  width: 228px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-all:hover {
  color: var(--lc_black);
}

.events-sec .title-section {
  color: var(--lc_white);
}

.leaders-associated-sec .slick-dots,
.leaders-engagements-container .slick-dots {
  bottom: -62px;
}
.leaders-associated-sec .slick-dots li,
.leaders-engagements-container .slick-dots li {
  width: 15px;
}
.leaders-associated-sec .slick-dots li button,
.leaders-engagements-container .slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #dbdbdb;
  padding: 0;
}
.leaders-associated-sec .slick-dots li.slick-active button,
.leaders-engagements-container .slick-dots li.slick-active button {
  background: #1c497b;
}
.leaders-associated-sec .slick-dots li button:before,
.leaders-engagements-container .slick-dots li button:before {
  content: none;
}

.leaders-associated-sec .view-all-btn {
  margin-top: 70px;
}

.leaders-circle-container .slick-initialized .slick-slide {
  margin: 0 14px;
}

.leaders-circle-container .hear-from-our-leaders-sec .slick-initialized .slick-slide{
  margin: 0;
  padding: 22px 20px 22px 40px;
}

.leaders-circle-container .slick-slider .slick-track {
  margin: 0 -14px;
}

.events-sec .slick-prev:before,
.events-sec .slick-next:before,
.hear-from-our-leaders-sec .slick-prev:before,
.hear-from-our-leaders-sec .slick-next:before{
  background-image: url("https://www.techgig.com/files/contest_upload_files/right-arrow-lc.png");
  opacity: 1;
  background-repeat: no-repeat;
}


.hear-from-our-leaders-sec .slick-prev:before,
.hear-from-our-leaders-sec .slick-next:before{
  background-image: url("https://www.techgig.com/files/contest_upload_files/ryt_arrow_forward_lc.png"); 
}

.events-sec .slick-list{
  margin: 0 60px;
}

.events-sec .slick-list, .hear-from-our-leaders-sec .slick-list {
  margin: 0 38px;
}

.mob-show {
  display: none;
}

/*================== End Here =====================*/

/*==================Leaders Directory CSS ======================*/

.header-container {
  background: url("https://www.techgig.com/files/contest_upload_files/leadership-directory-banner.png")
    center 30% / cover no-repeat;
  color: var(--lc_white);
  padding: 22px 60px 60px;
  position: relative;
}

.header-container h1 {
  font-size: 56px;
  margin: 32px 0 0;
  font-weight: bold;
  line-height: 64px;
  color: var(--lc_white);
}

.back-button {
  background: none;
  border: none;
  color: var(--lc_white);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.back-button img {
  margin-right: 8px;
}

.back-button:hover {
  color: var(--lc_white);
}

.leadership-directory-container .main {
  padding: 36px 0px 100px;
  background: url(https://www.techgig.com/files/contest_upload_files/our-leaders-bg.png)
    no-repeat center top/cover;
}

.leadership-directory-container .main h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #1c497b;
  font-weight: bold;
  line-height: 64px;
  text-align: center;
}

.leadership-directory-container .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  transition: 1s;
}


.leadership-directory-container .leadership-card {
  background: white;
  border-radius: 16px;
  width: calc(25% - 20px);
  text-align: left;
  overflow: hidden;
  padding: 26px;
  transition: 1s;
}


.leadership-directory-container .leadership-card:hover{
  transform: scale(1.05);
}

.leadership-directory-container .leadership-card img.leaders-pic {
  width: 100%;
  height: 172px;
  object-fit: cover;
  border-radius: 18px;
  object-position: center top;
}

.leadership-directory-container .card-content {
  padding-top: 26px;
}

.leadership-directory-container .leadership-card h3 {
  margin: 0;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  line-height: 32px;
}

.leadership-directory-container .leadership-card h6,
.leadership-directory-container .leadership-card p {
  margin: 5px 0;
  color: #1c497b;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  height: 44px;
}

.leadership-directory-container .leadership-card h6 {
  height: 66px;
}

.leadership-directory-container .leadership-card p {
  color: #636464;
}

.leadership-directory-container .learn-more {
  margin-top: 12px;
  color: #1c497b;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.leadership-directory-container .learn-more img {
  width: 6px;
  height: 10px;
  object-fit: cover;
}

/*============================= Leaders’ Engagements CSS =========================== */

.leaders-engagements-container .header-container {
  background: url(https://www.techgig.com/files/contest_upload_files/leadership-engagements-banner.png)
    center 4% / cover no-repeat;
}

.leaders-engagements-container .main {
  padding: 36px 0px 100px;
  background: url(https://www.techgig.com/files/contest_upload_files/our-leaders-bg.png)
    no-repeat center top/cover;
}

.leaders-engagements-container .main h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #1c497b;
  font-weight: bold;
  line-height: 64px;
  text-align: center;
}

.event-slider .slick-slide {
  margin: 0 10px;
}

.top-img-card {
  width: 100%;
  height: 224px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.events-sec {
  background: url(https://www.techgig.com/files/contest_upload_files/events-bg.png)
    no-repeat top left;
  background-size: cover;
  padding: 50px;
}

.leaders-engagements-container h5 {
  color: #000000;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 24px;
}

.post-event-sec {
  padding-top: 50px;
}

/*====================== Thought Leadership CSS ==================*/

.insights-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 3px 5px 10px #8080808c;
  overflow: hidden;
  gap: 28px;
  align-items: center;
  margin-bottom: 18px;
}

.insights-card .leaders-profile-img {
  height: 176px;
  width: 276px;
}

.insights-card > div:last-child {
  padding: 16px 16px 16px 0px;
  width: 100%;
}

.insights-card .leaders-profile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.insights-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.insights-card p {
  font-weight: 400;
  font-size: 15px;
  margin: 12px 0;
  color: var(--lc_black);
}

.insights-card button {
  background-color: none;
  outline: none;
  border: 0;
  text-transform: uppercase;
  color: #1c497b;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.insights-card button img {
  width: 6px;
  height: 10px;
  object-fit: cover;
}

.subtitle {
  color: var(--lc_black);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 28px;
}

.insights-leaders-container .header-container {
  background: url("https://www.techgig.com/files/contest_upload_files/insight-banner.png")
    center 4% / cover no-repeat;
}

.insights-leaders-container .main {
  padding: 36px 0px;
}

.insights-leaders-container p{
  color: var(--lc_black);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 18px;
}

/*============== Leaders Profile Page CSS =========*/

.leaders-profile-container {
  padding: 36px 0px 100px;
  background: url(https://www.techgig.com/files/contest_upload_files/our-leaders-bg.png)
    no-repeat center top/cover;
}

.profile-card-container {
  background-color: white;
  border-radius: 16px;
  padding: 42px;
}

.profile-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.profile-card h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 64px;
  margin: 0;
}

.profile-card h4 {
  font-size: 20px;
  font-weight: 500;
  color: #1c497b;
  line-height: 22px;
}

.profile-card h5 {
  font-size: 20px;
  font-weight: 400;
  color: #636464;
}

.profile-content {
  gap: 24px;
}

.profile-content .profile-img {
  width: 244px;
  height: 170px;
  overflow: hidden;
  border-radius: 8px;
}

.profile-content .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.profile-link a {
  line-height: 64px;
}

.tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
  margin-bottom: 1.4rem;
  gap: 60px;
}

.tab {
  padding: 0px 18px 12px 0px;
  cursor: pointer;
  color: #555;
  border-bottom: 3px solid transparent;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #636464;
  outline: none;
}

.tab.active {
  color: #1c497b;
  border-color: #1c497b;
}

.tab i {
  font-style: normal;
}

.tab-content {
  display: none;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.tab-content.active {
  display: block;
}

.tab-content p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
  white-space: pre-line;
}

.tab-content p.italic {
  font-style: italic;
  color: #000;
  font-size: 16px;
}

.back-button {
  background: none;
  border: none;
  color: var(--lc_white);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}

.back-button img {
  margin-right: 8px;
}

.leaders-profile-container .back-button {
  color: var(--lc_black);
}

.profile-details a {
  display: none;
}

.left-tilt {
  transform: rotate(-5deg);
}

.right-tilt {
  transform: rotate(5deg);
}

.leaders-engagements-container .date {
  color: #636464;
}

.leaders-engagements-container .date img {
  width: 17px;
  height: 17px;
}

.leaders-engagements-container .role {
  margin-top: 22px;
}

.date-time-grp {
  gap: 18px;
  margin: 20px 0 6px;
}

.leaders-engagements-container .title {
  margin: 10px 0 4px;
}

.event-videos-container {
  background-color: var(--lc_white);
  border-radius: 16px;
  padding: 34px 40px;
  margin-bottom: 50px;
}

.event-videos-details {
  justify-content: space-between;
}

.event-videos-details h6 {
  color: #1c497b;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}

.event-videos-details > div:first-child h3 {
  font-weight: bold;
  font-size: 22px;
  color: #07121f;
  line-height: 26px;
  margin: 7px 0 0;
}
.event-videos-details > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.event-videos-details > div:last-child .date {
  margin: 0;
}

.event-videos {
  width: 100%;
  height: 623px;
  margin-top: 36px;
}

.event-videos > iframe {
  width: 100%;
  height: 100%;
}

.insights-leaders-container .subtitle a {
  display: none;
}

.success-msg .msg-icon {
  width: 35px;
}

.inner-leaders-associated .slick-next {
  right: -54px;
}

.inner-leaders-associated .slick-prev {
  left: -54px;
}
/*=============== End Here =========================*/


.testimonial-slider {
  position: relative;
}

/* .testimonial-card{
  padding: 22px 22px 22px 20px;
} */

.testimonial-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 54px;
  position: relative;
  box-shadow: 0px 13px 6px #0000000B;
  display: block;
}


.quote-icon {
  position: absolute;
top: -20px;
left:-20px;
font-size: 60px;
color: #0066cc;
background: #E9F7FF;
width: 53px;
height: 53px;
display: flex
;
align-items: center;
justify-content: center;
border-radius: 50%;
}

.testimonial-card .read-more{
  color: #1C497B;
  font-weight: 700;
  text-decoration: none;
  line-height: 22px;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  display: none;
}

.quote-icon.right {
  bottom: -20px;
  right: -20px;
  top: auto;
  left: auto;
}
.testimonial-content {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

.testimonial-left{
  width: 234px;
  height: 234px;
  padding-top: 6px;
  border-radius: 15px;
  overflow: hidden;
}

.testimonial-left img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
}

.testimonial-right {
  flex: 1;
}

.message {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  margin-bottom: 18px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.name {
  font-weight: bold;
  color: #000;
  font-size: 24px;
}

.designation {
  color: #1C497B;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 500;
}

.company {
  font-weight: 400;
  color: #636464;
  font-size: 18px;
}

@media (max-width: 995px) {
  nav.navbar {
    padding: 18px 12px !important;
  }

  .navbar > .container-fluid {
    align-items: center;
  }

  .navbar-light .navbar-toggler {
    border: 0;
    outline: none;
  }

  .navbar-nav {
    gap: 0;
    padding-top: 14px;
  }
}

@media (max-width: 772px) {
  h3.title-section {
    font-size: 18px;
    line-height: 24px;
  }

  .inner-exclusive-insights {
    flex-wrap: wrap;
  }

  .inner-exclusive-insights > div {
    width: 100%;
  }

  .lc-hero-sec img {
    width: 100%;
  }

  .lc-hero-sec {
    height: auto;
    background-size: 100% 38%;
  }
  .leaders-associated-sec {
    margin: 0;
  }

  .leadership-circle-experience-sec .top-header {
    flex-direction: column;
  }

  .leadership-circle-experience-sec .top-header > div,
  .leadership-circle-experience-sec .videos-section {
    width: 100%;
  }

  .leaders-card > div:first-child {
    margin: 0 auto;
  }

  .desk-show {
    display: none;
  }

  .mob-show {
    display: block;
  }
  .leadership-directory-container .main h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .leadership-directory-container .cards {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 32px;
  }

  .leadership-directory-container .leadership-card {
    width: 100%;
  }

  .header-container h1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 24px;
  }

  .header-container {
    padding: 22px 18px 60px;
  }

  .leaders-engagements-container .main h2 {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 500px) {
  .navbar .navbar-brand img {
    width: 132px;
  }

  .insights-card {
    flex-direction: column;
    gap: 0;
  }

  .insights-card .leaders-profile-img {
    width: 100%;
    height: 350px;
  }

  .insights-card > div:last-child {
    padding: 26px;
  }

  .subtitle {
    font-size: 18px;
  }

  .lc-hero-sec h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 0;
  }

  .lc-hero-sec h2 {
    font-size: 18px;
    margin: 3px 0 8px;
  }

  .lc-hero-sec p {
    font-size: 14px;
    margin-bottom: 44px;
  }

  .lc-hero-sec {
    padding-top: 136px;
  }

  .exclusive-insights-container {
    padding: 22px 30px 30px;
  }

  .inner-exclusive-insights {
    gap: 40px;
    width: 85%;
    margin: 0 auto;
    padding-top: 10px;
  }

  .inner-exclusive-insights > div h6,
  .leadership-circle-experience-sec .top-header p {
    font-size: 14px;
    line-height: 20px;
  }
  .leadership-circle-experience-sec .top-header h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .leadership-circle-experience-sec .top-header {
    gap: 10px;
    padding: 50px 0 30px;
  }

  .leadership-circle-experience-sec {
    padding-bottom: 64px;
  }

  .hear-from-our-leaders-sec {
    padding: 20px 0;
  }

  .events-sec {
    padding: 30px 20px;
  }
  .leaders-circle-container .slick-initialized .slick-slide,
  .leaders-circle-container .slick-slider .slick-track {
    margin: 0;
  }
  .inner-leaders-associated {
    width: calc(85% + -60px);
    margin: 0 auto;
  }
  .card-leaders-associated {
    height: 300px;
  }
  .card-leaders-associated > div h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .card-leaders-associated > div h5 {
    font-size: 12px;
    line-height: 16px;
    margin: 3px 0 10px;
  }
  .card-leaders-associated > div span {
    padding: 3px 36px;
    font-size: 10px;
    line-height: normal;
  }

  .card-leaders-associated > div {
    bottom: 24px;
  }
  .leaders-associated-sec .slick-dots li button,
  .leaders-engagements-container .slick-dots li button,
  .leaders-associated-sec .slick-dots li,
  .leaders-engagements-container .slick-dots li {
    width: 7px;
    height: 7px;
  }

  .leaders-associated-sec .slick-dots,
  .leaders-engagements-container .slick-dots {
    bottom: -50px;
  }

  .leaders-associated-sec .view-all-btn {
    margin-top: 48px;
  }

  .view-all-btn {
    font-size: 14px;
    width: 138px;
    height: 39px;
  }

  .events-sec .slick-list {
    width: 75%;
    margin: 0 auto;
  }

  .events-sec .slick-prev:before,
  .events-sec .slick-next:before{
    background-size: 17px;
  }

  .hear-from-our-leaders-sec .slick-prev:before, .hear-from-our-leaders-sec .slick-next:before{
    background-size: 15px;
  }

  .events-sec .slick-prev:before,
  .events-sec .slick-next:before {
    width: 17px;
    height: 17px;
  }

  .title {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
    height: 64px;
    -webkit-line-clamp: 3;
  }

  .role,
  .meta,
  .date {
    font-size: 12px;
    line-height: 16px;
  }

  .register {
    font-size: 14px;
    /* width: 115px; */
    height: auto;
    padding: 10px 28px;
  }

  .event-card .top-img-card {
    height: 100px;
  }

  .upcoming-event-slider .event-card .top-img-card {
    height: 224px;
  }

  .upcoming-event-slider .event-card .top-img-card img {
   object-fit: cover;
  }

  .tag {
    padding: 2px 18px 2px 18px;
    font-size: 12px;
  }

  .view-all {
    font-size: 14px;
    width: 172px;
    height: 40px;
    margin: 40px auto 0;
    padding: 9px;
  }

  .leadership-circle-experience-sec .videos-section > iframe {
    height: 192px !important;
  }

  .card-content h3 span.d-block {
    display: inline !important;
    margin-left: 6px;
  }

  .leadership-directory-container .leadership-card h3 {
    font-size: 22px;
    line-height: 26px;
    display: flex;
    flex-wrap: wrap;
  }

  .leadership-directory-container .learn-more {
    margin-top: 24px;
  }

  .leadership-directory-container .leadership-card img.leaders-pic {
    height: 250px;
  }

  .leaders-profile-container {
    padding: 36px 0;
  }

  .profile-card {
    flex-direction: column;
    margin: 0;
  }

  .profile-content {
    gap: 12px;
  }

  .profile-content .profile-img {
    width: 105px;
    height: 72px;
  }

  .profile-card h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }

  .profile-card h4,
  .profile-card h5 {
    font-size: 10px;
    margin: 0;
    line-height: 16px;
  }

  .profile-card-container {
    padding: 24px 16px;
  }

  .profile-details {
    width: calc(100% - 118px);
  }

  .tabs {
    gap: 16px;
  }

  .tab {
    font-size: 12px;
    line-height: 28px;
    padding: 0 14px 0 0;
    gap: 3px;
  }

  .tab img {
    width: 12px;
  }

  .tab-content p,
  .tab-content p.italic {
    font-size: 14px;
    line-height: 22px;
  }

  .back-button {
    font-size: 14px;
  }

  .back-button img {
    width: 24px;
    margin-right: 5px;
  }

  .profile-link {
    display: none;
  }

  .profile-details a {
    display: block;
  }

  .profile-details a img {
    width: 136px;
  }

  .leaders-engagements-container h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }

  .leaders-engagements-container .slick-dots {
    bottom: -34px;
  }

  .post-event-sec {
    padding-top: 26px;
  }

  .event-videos-container {
    padding: 18px;
  }

  .event-videos-details {
    flex-direction: column;
  }

  .event-videos-details > div:last-child {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
  }

  .event-videos {
    margin-top: 18px;
    height: 202px;
  }

  .lc-hero-sec p span {
    display: inline;
  }

  .insights-leaders-container .header-container {
    background-position: 75% bottom;
  }
  .msgboxelement {
    transform: translate(-50%);
  }

  .insights-leaders-container .subtitle {
    justify-content: space-between;
  }

  .insights-leaders-container .subtitle a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #1c497b;
    font-size: 10px;
    font-weight: bold;
  }

  .insights-leaders-container .subtitle a img {
    width: 6px;
  }

  .insights-leaders-container p{
      font-size: 14px;
      margin-bottom: 14px;
  }
  .testimonial-content{
    flex-direction: column;
    gap: 16px;
  }
  .message{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 6px;
  }

  .name{
    font-size: 16px;
  }
  .testimonial-box{
    padding: 12px;
    height: 560px;
  }
  .testimonial-left{
    width: 100%;
    height: 280px;
  }
  .quote-icon{
    width: 36px;
    height: 36px;
    top:-14px;
    left:-14px
  }
  .quote-icon.right{
    bottom: -14px;
    right: -14px;
  }

  .quote-icon img{
    width: 16px;
  }

  .leaders-circle-container .hear-from-our-leaders-sec .slick-initialized .slick-slide{
    padding: 22px 30px 22px 30px;
  }

  .hear-from-our-leaders-sec .slick-list{
    margin: 0;
  }
  .designation, .company{
    font-size: 14px;
  }

  .testimonial-card .read-more{
    display: flex;
  }
}
