:root {
  --primary-clr:#005581;
  --secondary-clr:#01B9E0;
  --tertiary-clr:#D9F6FF;
  --primary-text-clr:#080808;
  --secondary-text-clr:#6B6B6B;
  --gradient-txt-clr:linear-gradient(176deg, #00D2FF 3.29%, #009EC0 106.91%);
  --gradient-txt-clr-2:linear-gradient(270deg, hsl(203, 68%, 38%) 0%, hsl(186, 68%, 48%) 100%);
  --accent-color:#080808;
  --table-wrapper-bg-clr:#ffffff;
  --table-th-bg-clr:#F0F3F5;
  --table-td-bg-clr:#F8F8F8;
  --table-theme-td-clr:#ffffff;
  --white-clr:#ffffff;
  --black-clr:#000000;
  --body-bg-clr:#f8f9fa;
  --section-bg-clr:#F5F5F5;
  --border-clr:#D8E2E9;
  --primary-font:Inter, sans-serif;
  --green-clr:#017901;
  --danger-clr:#ff0000;
  --section-bg-white-clr:transparent;
  --section-bg-dark-clr:#323339;
  --card-bg-clr:#F0F3F5;
  --card-list-bg-color:#ffffff;
  --card-hover-bg-clr:#ffffff;
  --card-bg-black-theme-clr:#ffffff;
  --tabs-bg-clr:#ffffff;
  --src-img-bg-clr:#ffffff;
  --award-bg-color:#ffffff;
  --blog-title-bg-color:#ffffff;
  --btn-bg-color:#ffffff;
  --footer-bg-color:#080808;
  --slick-dot-bg-color:#080808;
  --tabs-active-txt-clr:#000000;
  --para-text-color:#080808;
  --meet-asokan-bg-clr:#D9F6FF;
  --pf-card-theme-bg-color:#ffffff;
  --gray-200-clr:#eeeeee;
  --gray-300-clr:#cccccc;
  --gray-400-clr:#bdbdbd;
  --gray-500-clr:#999999;
  --gray-600-clr:#555555;
  --gray-700-clr:#444444;
  --gray-800-clr:#4f4f4f;
  --gray-900-clr:#1b1d23;
  --font-size-sm:0.875rem;
  --font-size-base:1rem;
  --font-size-h5:1.125rem;
  --font-size-h4:1.25rem;
  --font-size-h3:1.5rem;
  --font-size-h2:2rem;
  --font-size-h1:2.5rem;
  --font-size-lg:3.25rem;
  --font-size-xl:4rem;
  --hero-heading-font-size:7.5rem;
  --font-regular:400;
  --font-medium:500;
  --font-semi-bold:600;
  --font-bold:700;
  --spacing-1:0.25rem;
  --spacing-2:0.5rem;
  --spacing-3:0.75rem;
  --spacing-4:1rem;
  --spacing-5:1.25rem;
  --spacing-6:1.5rem;
  --spacing-7:2rem;
  --spacing-8:3rem;
  --spacing-9:4rem;
  --spacing-60:3.75rem;
  --border-radius-sm:4px;
  --border-radius-md:8px;
  --border-radius-lg:12px;
  --border-radius-xl:16px;
  --border-radius-2xl:24px;
  --border-radius-full:100%;
  --shadow-sm:0px 4px 4px rgba(0, 0, 0, 0.25);
  --shadow-md:0 4px 8px rgba(0, 0, 0, 0.2);
  --shadow-lg:0 8px 16px rgba(0, 0, 0, 0.3);
}
:root.dark-theme {
  --primary-clr:#01B9E0;
  --secondary-clr:#01B9E0;
  --tertiary-clr:#D9F6FF;
  --primary-text-clr:#ffffff;
  --secondary-text-clr:#ffffff;
  --gradient-txt-clr:linear-gradient(176deg, #00D2FF 3.29%, #009EC0 106.91%);
  --gradient-txt-clr-2:linear-gradient(270deg, hsl(203, 68%, 38%) 0%, hsl(186, 68%, 48%) 100%);
  --accent-color:#080808;
  --table-wrapper-bg-clr:#323339;
  --table-th-bg-clr:#080808;
  --table-td-bg-clr:#41464f;
  --table-theme-td-clr:#41464f;
  --white-clr:#ffffff;
  --black-clr:#000000;
  --body-bg-clr:#1b1d23;
  --border-clr:#4f4f4f;
  --tabs-bg-clr:#323339;
  --tabs-active-txt-clr:#01B9E0;
  --card-hover-bg-clr:#091931;
  --section-bg-clr:#000000;
  --award-bg-color:#494a56;
  --section-bg-white-clr:#323339;
  --card-bg-clr:#1b1d23;
  --border-clr:#323339;
  --card-list-bg-color:#323339;
  --card-bg-black-theme-clr:#000000;
  --src-img-bg-clr:#d2d2d2;
  --blog-title-bg-color:#323339;
  --btn-bg-color:#005581;
  --footer-bg-color:#000000;
  --slick-dot-bg-color:#ffffff;
  --para-text-color:#ffffff;
  --meet-asokan-bg-clr:#005581;
  --pf-card-theme-bg-color:#575966;
  --gray-300-clr:#cccccc;
  --gray-400-clr:#bdbdbd;
  --gray-500-clr:#999999;
  --gray-600-clr:#555555;
  --gray-700-clr:#444444;
  --gray-800-clr:#4f4f4f;
  --gray-900-clr:#1b1d23;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-title.title-center {
  justify-content: center;
}
.section-title.title-center .heading-panel {
  text-align: center;
}
.section-title.title-center .heading-panel .sub-title {
  color: var(--white-clr);
}
.section-title.title-center .heading-panel .sub-title.grd-clr {
  background: var(--gradient-txt-clr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section-title .heading-panel {
  position: relative;
  display: inline-block;
}
.section-title .heading-panel .sub-title {
  font-size: var(--font-size-h4);
  color: var(--secondary-clr);
}
.section-title .heading-panel .h1-title {
  font-size: var(--font-size-xl);
  color: var(--primary-text-clr);
}
.section-title .para {
  font-size: var(--font-size-base);
  color: var(--secondary-text-clr);
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.card-list {
  display: flex;
  align-items: center;
}
.card-list .card-list-item {
  background: var(--card-list-bg-color);
  padding: var(--spacing-7) var(--spacing-7);
  display: flex;
  align-items: center;
  gap: var(--spacing-8);
  border-radius: inherit;
  transition: 0.3s;
}
.card-list .card-list-item:hover {
  box-shadow: 8px 22px 85px 10px rgba(38, 75, 118, 0.1);
}
.card-list .card-list-item .card-list-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-list .card-list-item .card-list-content .h2-title {
  font-size: var(--font-size-h3);
  color: var(--primary-text-clr);
  text-transform: capitalize;
}
.card-list .card-list-item .card-list-content .para {
  font-size: var(--font-size-base);
  color: var(--primary-text-clr);
}
.card-list .para .link-txt {
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
  font-size: var(--font-size-h5);
  color: var(--primary-clr);
  cursor: pointer;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  grid-gap: 24px;
}
.card-grid .card-grid-item {
  background: var(--card-bg-clr);
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}
.card-grid .card-grid-item .card-grid-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.card-grid .card-grid-item .card-grid-content .h2-title {
  font-size: none;
  color: none;
}
.card-grid .card-grid-item .card-grid-content .para {
  font-size: 18px;
  color: var(--primary-text-clr);
  text-align: left;
}

.slick-slider .slick-arrow {
  display: none !important;
}
.slick-slider .slick-list .slick-track .slick-slide {
  margin: 0px;
  transition: all ease-in-out 0.3s;
}
.slick-slider .slick-dots {
  width: 100%;
  margin: 0;
  padding: 0;
  bottom: -50px;
  text-align: center;
  list-style: none;
  position: absolute;
}
.slick-slider .slick-dots li {
  display: inline-block;
  width: 0.625rem;
  transition: 0.3s;
}
.slick-slider .slick-dots li.slick-active {
  width: 2.5rem;
  transition: 0.3s;
}
.slick-slider .slick-dots li.slick-active button {
  width: 2.5rem;
  transition: 0.3s;
}
.slick-slider .slick-dots li.slick-active button::after {
  width: 100%;
}
.slick-slider .slick-dots button {
  position: relative;
  height: 6px;
  border: 0;
  background-color: var(--gray-500-clr);
  font-size: 0;
  width: 10px;
  border-radius: var(--border-radius-md);
  transition: 0.3s;
}
.slick-slider .slick-dots button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  transition: 0.3s;
}
.slick-slider .slick-dots button::before {
  color: transparent !important;
  content: none !important;
}
.slick-slider .slick-dots .slick-active button:after {
  background: var(--slick-dot-bg-color);
  animation: progress 5.5s linear forwards;
  border-radius: var(--border-radius-md);
}

@keyframes progress {
  from {
    width: 10%;
  }
  to {
    width: 100%;
  }
}
:root {
  --primary-clr:#005581;
  --secondary-clr:#01B9E0;
  --tertiary-clr:#D9F6FF;
  --primary-text-clr:#080808;
  --secondary-text-clr:#6B6B6B;
  --gradient-txt-clr:linear-gradient(176deg, #00D2FF 3.29%, #009EC0 106.91%);
  --gradient-txt-clr-2:linear-gradient(270deg, hsl(203, 68%, 38%) 0%, hsl(186, 68%, 48%) 100%);
  --accent-color:#080808;
  --table-wrapper-bg-clr:#ffffff;
  --table-th-bg-clr:#F0F3F5;
  --table-td-bg-clr:#F8F8F8;
  --table-theme-td-clr:#ffffff;
  --white-clr:#ffffff;
  --black-clr:#000000;
  --body-bg-clr:#f8f9fa;
  --section-bg-clr:#F5F5F5;
  --border-clr:#D8E2E9;
  --primary-font:Inter, sans-serif;
  --green-clr:#017901;
  --danger-clr:#ff0000;
  --section-bg-white-clr:transparent;
  --section-bg-dark-clr:#323339;
  --card-bg-clr:#F0F3F5;
  --card-list-bg-color:#ffffff;
  --card-hover-bg-clr:#ffffff;
  --card-bg-black-theme-clr:#ffffff;
  --tabs-bg-clr:#ffffff;
  --src-img-bg-clr:#ffffff;
  --award-bg-color:#ffffff;
  --blog-title-bg-color:#ffffff;
  --btn-bg-color:#ffffff;
  --footer-bg-color:#080808;
  --slick-dot-bg-color:#080808;
  --tabs-active-txt-clr:#000000;
  --para-text-color:#080808;
  --meet-asokan-bg-clr:#D9F6FF;
  --pf-card-theme-bg-color:#ffffff;
  --gray-200-clr:#eeeeee;
  --gray-300-clr:#cccccc;
  --gray-400-clr:#bdbdbd;
  --gray-500-clr:#999999;
  --gray-600-clr:#555555;
  --gray-700-clr:#444444;
  --gray-800-clr:#4f4f4f;
  --gray-900-clr:#1b1d23;
  --font-size-sm:0.875rem;
  --font-size-base:1rem;
  --font-size-h5:1.125rem;
  --font-size-h4:1.25rem;
  --font-size-h3:1.5rem;
  --font-size-h2:2rem;
  --font-size-h1:2.5rem;
  --font-size-lg:3.25rem;
  --font-size-xl:4rem;
  --hero-heading-font-size:7.5rem;
  --font-regular:400;
  --font-medium:500;
  --font-semi-bold:600;
  --font-bold:700;
  --spacing-1:0.25rem;
  --spacing-2:0.5rem;
  --spacing-3:0.75rem;
  --spacing-4:1rem;
  --spacing-5:1.25rem;
  --spacing-6:1.5rem;
  --spacing-7:2rem;
  --spacing-8:3rem;
  --spacing-9:4rem;
  --spacing-60:3.75rem;
  --border-radius-sm:4px;
  --border-radius-md:8px;
  --border-radius-lg:12px;
  --border-radius-xl:16px;
  --border-radius-2xl:24px;
  --border-radius-full:100%;
  --shadow-sm:0px 4px 4px rgba(0, 0, 0, 0.25);
  --shadow-md:0 4px 8px rgba(0, 0, 0, 0.2);
  --shadow-lg:0 8px 16px rgba(0, 0, 0, 0.3);
}
:root.dark-theme {
  --primary-clr:#01B9E0;
  --secondary-clr:#01B9E0;
  --tertiary-clr:#D9F6FF;
  --primary-text-clr:#ffffff;
  --secondary-text-clr:#ffffff;
  --gradient-txt-clr:linear-gradient(176deg, #00D2FF 3.29%, #009EC0 106.91%);
  --gradient-txt-clr-2:linear-gradient(270deg, hsl(203, 68%, 38%) 0%, hsl(186, 68%, 48%) 100%);
  --accent-color:#080808;
  --table-wrapper-bg-clr:#323339;
  --table-th-bg-clr:#080808;
  --table-td-bg-clr:#41464f;
  --table-theme-td-clr:#41464f;
  --white-clr:#ffffff;
  --black-clr:#000000;
  --body-bg-clr:#1b1d23;
  --border-clr:#4f4f4f;
  --tabs-bg-clr:#323339;
  --tabs-active-txt-clr:#01B9E0;
  --card-hover-bg-clr:#091931;
  --section-bg-clr:#000000;
  --award-bg-color:#494a56;
  --section-bg-white-clr:#323339;
  --card-bg-clr:#1b1d23;
  --border-clr:#323339;
  --card-list-bg-color:#323339;
  --card-bg-black-theme-clr:#000000;
  --src-img-bg-clr:#d2d2d2;
  --blog-title-bg-color:#323339;
  --btn-bg-color:#005581;
  --footer-bg-color:#000000;
  --slick-dot-bg-color:#ffffff;
  --para-text-color:#ffffff;
  --meet-asokan-bg-clr:#005581;
  --pf-card-theme-bg-color:#575966;
  --gray-300-clr:#cccccc;
  --gray-400-clr:#bdbdbd;
  --gray-500-clr:#999999;
  --gray-600-clr:#555555;
  --gray-700-clr:#444444;
  --gray-800-clr:#4f4f4f;
  --gray-900-clr:#1b1d23;
}

.table-wrapper {
  background-color: var(--table-wrapper-bg-clr);
  border-radius: var(--border-radius-xl);
  padding: var(--spacing-3);
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  width: 100%;
  border-collapse: collapse;
}
.table-wrapper thead tr th {
  background-color: var(--table-th-bg-clr);
  font-weight: bold;
  color: var(--primary-text-clr);
  font-size: var(--font-size-h5);
  text-align: left;
  white-space: nowrap;
  padding: 0.75rem;
}
.table-wrapper tbody tr:nth-of-type(even) > * {
  background: var(--table-td-bg-clr);
}
.table-wrapper tbody tr td {
  background-color: var(--table-theme-td-clr);
  font-size: var(--font-size-base);
  border-style: solid;
  border-width: 0.5px;
  border: none;
  color: var(--primary-text-clr);
  padding: 0.75rem;
}
.table-wrapper .table {
  table-layout: fixed;
  width: 100%;
}

.profile-section {
  padding-top: 7rem;
}
.profile-section .card-list {
  padding-bottom: 2rem;
  gap: 4rem;
}
.profile-section .card-list .card-list-item {
  background: none;
  padding: 0px;
}
.profile-section .card-list .card-list-item:hover {
  box-shadow: none;
}
.profile-section .card-list .card-list-item .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-6);
}
.profile-section .card-list .card-list-item .card-wrapper .h2-title {
  font-size: var(--font-size-h3);
  color: var(--primary-text-clr);
}
.profile-section .card-list .card-list-item .card-wrapper .para {
  font-size: var(--font-size-base);
  color: var(--secondary-text-clr);
}
.profile-section .card-list .card-list-item .card-wrapper .para strong {
  color: var(--primary-text-clr);
}

.experience-section {
  background-color: var(--section-bg-clr);
  padding: 60px 0px;
}

.competency-section {
  padding: 60px 0px;
}
.competency-section .section-wrapper .card-grid .h2-title {
  font-size: var(--font-size-h1);
  display: flex;
  align-items: center;
  color: var(--primary-text-clr);
}
.competency-section .section-wrapper .card-grid .card-grid-item {
  border: 1px solid var(--border-clr);
}
.competency-section .section-wrapper .card-grid .card-grid-item:hover {
  background: var(--card-bg-clr);
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  transition: 0.3s;
}
.competency-section .section-wrapper .card-grid .card-grid-item .card-grid-content .card-image {
  width: 80px;
  height: 80px;
  background-color: var(--award-bg-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.competency-section .section-wrapper .card-grid .card-grid-item .card-grid-content .para {
  font-weight: var(--font-semi-bold);
  font-size: var(--font-size-h3);
}

.vision-section {
  padding: 60px 0px;
  background-color: var(--section-bg-clr);
}
.vision-section .section-wrapper .quote-box {
  width: min(820px, 100%);
  margin: auto;
  padding: 20px 32px;
  border-radius: var(--border-radius-xl);
  background: var(--card-bg-clr);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.vision-section .section-wrapper .quote-box .quote-cnt {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-6);
}
.vision-section .section-wrapper .quote-box .quote-cnt .quote-text {
  font-size: var(--font-size-h2);
  color: var(--primary-clr);
  font-weight: var(--font-semi-bold);
}
.vision-section .section-wrapper .quote-box .quote-cnt .quote-author {
  font-size: var(--font-size-h5);
  color: var(--secondary-text-clr);
}

section h1.h1-title {
  font-size: var(--font-size-xl);
}

.recommendation-section {
  padding: 60px 0px;
}
.recommendation-section .section-wrapper .card-list {
  gap: var(--spacing-4);
}
.recommendation-section .section-wrapper .card-list .slick-list .slick-track {
  display: flex;
  gap: var(--spacing-4);
}
.recommendation-section .section-wrapper .card-list .card-list-item {
  background-color: var(--card-bg-clr);
  border-radius: var(--border-radius-xl);
}
.recommendation-section .section-wrapper .card-list .card-list-item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: var(--card-hover-bg-clr);
}
.recommendation-section .section-wrapper .card-list .card-list-item .card-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-7);
}
.recommendation-section .section-wrapper .card-list .card-list-item .card-content .card-top-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recommendation-section .section-wrapper .card-list .card-list-item .card-content .card-bottom-sec {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}
.recommendation-section .section-wrapper .card-list .card-list-item .card-content .card-bottom-sec .card-title {
  font-size: var(--font-size-h3);
  color: var(--primary-text-clr);
}
.recommendation-section .section-wrapper .card-list .card-list-item .card-content .card-bottom-sec .card-desc {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}
.recommendation-section .section-wrapper .card-list .card-list-item .card-content .card-bottom-sec .card-desc .para {
  color: var(--secondary-text-clr);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommendation-section .section-wrapper .show-all {
  text-align: center;
}

@media only screen and (max-width: 540px) {
  .bg-image {
    background-size: auto;
  }
  .profile-section {
    padding: 5rem 1rem 1rem;
  }
  .profile-section .section-wrapper .section-title .heading-panel .h1-title {
    font-size: 2rem;
  }
  .profile-section .section-wrapper .card-list {
    flex-direction: column;
  }
  .profile-section .section-wrapper .card-list .card-list-item {
    background: none;
    padding: 0px;
  }
  .profile-section .section-wrapper .card-list .card-list-item img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .experience-section {
    background-color: var(--section-bg-clr);
    padding: 2rem 1rem;
  }
  .experience-section .section-wrapper {
    gap: 2rem;
  }
  .experience-section .section-wrapper .section-title .heading-panel .h1-title {
    font-size: 2rem;
  }
  .competency-section {
    padding: 2rem 1rem;
  }
  .competency-section .section-wrapper .card-grid .h2-title {
    font-size: 2rem;
  }
  .competency-section .section-wrapper .card-grid .card-grid-item .card-grid-content .para {
    font-size: 1.25rem;
  }
  .vision-section {
    padding: 2rem 1rem;
  }
  .vision-section .section-wrapper {
    gap: 2rem;
  }
  .vision-section .section-wrapper .section-title .heading-panel .h1-title {
    font-size: 2rem;
  }
  .vision-section .section-wrapper .quote-box {
    padding: 20px;
    gap: 1rem;
  }
  .vision-section .section-wrapper .quote-box .quote-cnt .quote-text {
    font-size: 1.25rem;
  }
  .recommendation-section {
    padding: 60px 16px;
  }
  .recommendation-section .section-wrapper {
    gap: 2rem;
  }
  .recommendation-section .section-wrapper .section-title .heading-panel .h1-title {
    font-size: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .profile-section {
    padding: 5rem 1rem 1rem;
  }
  .profile-section .section-wrapper .section-title .heading-panel .h1-title {
    font-size: 2rem;
  }
  .profile-section .section-wrapper .card-list {
    flex-direction: column-reverse;
  }
  .profile-section .section-wrapper .card-list .card-list-item {
    background: none;
    padding: 0px;
  }
  .profile-section .section-wrapper .card-list .card-list-item img {
    max-width: 100%;
  }
  .experience-section {
    background-color: var(--section-bg-clr);
    padding: 2rem 1rem;
  }
  .experience-section .section-wrapper {
    gap: 2rem;
  }
  .experience-section .section-wrapper .section-title .heading-panel .h1-title {
    font-size: 2rem;
  }
  .competency-section {
    padding: 2rem 1rem;
  }
  .competency-section .section-wrapper .card-grid .h2-title {
    font-size: 2rem;
  }
  .competency-section .section-wrapper .card-grid .card-grid-item .card-grid-content .para {
    font-size: 1.25rem;
  }
  .vision-section {
    padding: 2rem 1rem;
  }
  .vision-section .section-wrapper {
    gap: 2rem;
  }
  .vision-section .section-wrapper .section-title .heading-panel .h1-title {
    font-size: 2rem;
  }
  .vision-section .section-wrapper .quote-box {
    padding: 20px;
    gap: 1rem;
  }
  .vision-section .section-wrapper .quote-box .quote-cnt .quote-text {
    font-size: 1.25rem;
  }
  .recommendation-section {
    padding: 2rem 1rem;
  }
  .recommendation-section .section-wrapper {
    gap: 2rem;
  }
  .recommendation-section .section-wrapper .section-title .heading-panel .h1-title {
    font-size: 2rem;
  }
}