@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

@font-face {
  src: url("../fonts/Good-bad-man/Good-bad-man.ttf");
  font-family: Good-bad-man;
}

:root {
  --primary_color: #e15a11;
  --secondary_color: #fffbf5;
  --text_bg_color: #ebebeb;
  --white_text_color: #ffffff;
  --black_text_color: #000000;
  --primary_text_color: #0d0d0d;
  --font_family_inter: "Inter", sans-serif;
  --font_family_poppins: "Oswald", sans-serif;
  --font_family_raleway: "Raleway", sans-serif;
  --font_family_poppins: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  line-height: 1.5;
  min-width: 360px;
  overflow-x: hidden;
  color: var(--primary_text_color);
  background: var(--white_text_color);
  font-family: var(--font_family_poppins);
  background-color: #fffbf7;
}

*,
p,
a,
ul,
li,
ol,
pre,
span,
body,
table,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  transition: all 0.3s;
}

a,
a:hover,
a:focus,
span {
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  color: var(--primary_color);
}

ul,
li,
ol {
  list-style-type: none;
  transition: all 0.3s;
}

input:focus,
select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--border_color);
  transition: all 0.3s;
}

input:-internal-autofill-selected {
  background: var(--white_text_color);
  transition: all 0.3s;
}

.input-field input::placeholder {
  color: #cbcbcb;
  transition: all 0.3s;
}

select:focus {
  box-shadow: none;
  transition: all 0.3s;
}

option {
  overflow-y: scroll;
}

/* ==================================================================================================== */

/* ==================== Custom Scroll Style */

::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  border-radius: 10px;
  transition: all 0.3s;
}

::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 10px;
  transition: all 0.3s;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--primary_color);
  transition: all 0.3s;
}

/* ==================================================================================================== */

/* ==================== Custom Button Primary Color Style */

.btn.custom-button {
  margin: 0 4px;
  font-size: 14px;
  transition: all 0.3s;
  color: var(--primary_color);
  border-color: var(--primary_color);
}

.custom-btn-primary {
  background: var(--primary_color);
  color: var(--white_text_color) !important;
}

.primary-text-color {
  color: var(--primary_text_color) !important;
}

.primary-link-color {
  color: var(--primary_color) !important;
}

/* ==================================================================================================== */

/* ==================== Header Style */

.top-header {
  font-size: 12px;
  color: var(--text_bg_color);
  background: #1c1b1f;
  font-family: var(--font_family_raleway);
  transition: all 0.3s;
}

.top-inner-header {
  display: flex;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}

.govt-name {
  display: flex;
  color: var(--white_text_color);
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  align-items: center;
  transition: all 0.3s;
}

.govt-name img {
  width: 30px;
  margin: 0 10px 0 0;
  transition: all 0.3s;
}

.right-side-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}

.right-side-header>a.full-search {
  width: 22px;
  height: 22px;
  display: flex;
  font-size: 10px;
  color: #36454f;
  margin: 0 20px 0 0;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
  box-sizing: border-box;
  justify-content: center;
  background: var(--white_text_color);
  border: 1px solid rgba(143, 143, 143, 0.33);
}

.skip-content,
.screen-reader {
  padding: 0 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  align-items: center;
  display: inline-flex;
  transition: all 0.3s;
  color: var(--white_text_color);
  border-left: 1px solid var(--text_bg_color);
}

.screen-reader {
  padding: 0 20px 0 40px;
  border-right: 1px solid var(--text_bg_color);
  background: url(/themes/parakh/img/img_text_to_speech_white.png) no-repeat scroll left 16px top 2px / 17px;
}

.screen-reader-table {
  margin: 0;
  padding: 0;
}

.screen-reader-table tr th {
  border: none;
  width: 400px;
  padding: 15px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background: #f9c1a6;
  vertical-align: middle;
}

.screen-reader-table tr th:first-child {
  border-radius: 8px 0 0 0;
}

.screen-reader-table tr th:last-child {
  border-radius: 0 8px 0 0;
}

.screen-reader-table tr td {
  padding: 15px;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #dee2e6;
}

.screen-reader-table tr td a {
  color: orange;
}

.screen-reader-table tr td p {
  font-weight: 500;
  margin: 2px 0 0 0;
}

.text-resizer {
  display: flex;
  padding: 0 20px;
  align-items: center;
}

.text-resizer a {
  margin: 0;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  background: #1c1b1f;
  text-indent: inherit;
  transition: all 0.3s;
  justify-content: center;
  font-family: Good-bad-man;
  color: var(--white_text_color);
}

.text-resizer a:hover,
.text-resizer a.active {
  opacity: 1;
  transition: all 0.3s;
  color: var(--white_text_color);
  background: rgba(255, 255, 255, 0.15);
}

.dark-light-mode {
  padding: 0 20px;
  position: relative;
}

.dark-light-mode:before,
.dark-light-mode:after {
  left: 0;
  top: 10px;
  width: 1px;
  content: "";
  height: 20px;
  position: absolute;
  background: var(--text_bg_color);
}

.dark-light-mode:after {
  right: 0;
  left: auto;
}

.dark-light-mode button {
  width: 40px;
  border: none;
  height: 40px;
  display: flex;
  color: #ffffff;
  font-size: 17px;
  background: none;
  line-height: 40px;
  padding: 0 0 1px 0;
  align-items: center;
  transition: all 0.3s;
  justify-content: center;
}

.dark-light-mode button:hover,
.calendar-view-table a {
  color: var(--primary_color);
  font-weight: normal;
}

.dark-mode .events-calendar-parakh .calendar-view-table caption {
  background: #0d0d0d !important;
}

.dark-mode .calendar-view-table .next-month,
.dark-mode .calendar-view-table .previous-month {
  background: #2b2b2b;
  color: #ffffff;
}

.dark-mode .calendar-view-table td {
  background: #0d0d0d;
}

.calendar-view-table td {
  background: #ffffff;
}

.language-selector {
  height: 40px;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 32px;
  transition: all 0.3s;
}

.language-selector:before {
  top: 7px;
  left: 10px;
  color: #ffffff;
  font-size: 17px;
  content: "\f0ac";
  position: absolute;
  font-family: fontAwesome;
}

.language-selector:after {
  top: 13px;
  right: 8px;
  color: #ffffff;
  font-size: 10px;
  content: "\f107";
  position: absolute;
  font-family: fontAwesome;
}

.form-select {
  font-size: 14px;
  font-family: var(--font_family_poppins);
}

.language-selector .form-select {
  border: none;
  height: 40px;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  line-height: 40px;
  transition: all 0.3s;
  padding: 0 26px 0 5px;
  width: auto !important;
  background: transparent;
  color: var(--text_bg_color);
}

.language-selector .form-select option {
  background: #fff;
  color: #111;
}

.more-option .dropdown-toggle {
  border: none;
  height: 40px;
  display: flex;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  align-items: center;
  transition: all 0.3s;
  color: var(--text_bg_color);
}

.more-option .dropdown-toggle i {
  font-size: 17px;
  margin: 0 5px 0 0;
}

.more-option .dropdown-toggle::after {
  display: none;
}

.more-option .dropdown-menu {
  padding: 0;
}

.more-option .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #36454f;
  line-height: 18px;
  padding: 10px 16px;
  white-space: normal;
}

.more-option .dropdown-menu li+li {
  border-top: 1px solid #fafafa;
}

.language-selector:hover,
.more-option .dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
}

header {
  padding: 6px 0;
  transition: all 0.3s;
  background: var(--white_text_color);
}

.inner-header,
.navigation-bar .menu-bar,
.footer-logo {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.inner-header a {
  display: block;
  transition: all 0.3s;
}

.inner-header a img {
  width: 100%;
  transition: all 0.3s;
}

/* Split Header Logos Layout */
.inner-header.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.inner-header.logo-container a.logo-item {
  display: block;
  width: auto;
}

.inner-header.logo-container a.logo-item.logo-right {
  max-width: 250px;
  width: 100%;
  text-align: right;
}

.inner-header.logo-container a.logo-item img {
  width: auto;
  height: auto;
  transition: all 0.3s;
}

.inner-header.logo-container a.logo-left img {
  max-height: 70px;
}

.inner-header.logo-container a.logo-center img {
  max-height: 75px;
}

.inner-header.logo-container a.logo-right img {
  max-height: 70px;
}

@media screen and (max-width: 768px) {
  .inner-header.logo-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .inner-header.logo-container a.logo-left img {
    max-height: 50px;
  }

  .inner-header.logo-container a.logo-center img {
    max-height: 55px;
  }

  .inner-header.logo-container a.logo-right img {
    max-height: 50px;
  }
}

.navigation-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  background: white;
}

.wsmenu {
  background: var(--white_text_color);
  transition: all 0.3s;
}

.wsmenu .wsmenu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  transition: all 0.3s;
}

.wsmenu .wsmenu-list li {
  position: relative;
  transition: all 0.3s;
  margin: 0 0px;
}

.wsmenu .wsmenu-list li a,
.wsmenu .wsmenu-list li span {
  padding: 10px 8px;
  font-size: 14px;
  color: #36454f;
  line-height: 30px;
  position: relative;
  display: inline-flex;
  transition: all 0.3s;
}

.wsmenu .wsmenu-list li a:before,
.wsmenu .wsmenu-list li span:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  border-radius: 10px;
  transition: all 0.3s;
  background: var(--white_text_color);
}

.wsmenu .wsmenu-list li a.submenu-arrow,
.wsmenu .wsmenu-list li span.submenu-arrow {
  padding: 10px 24px 10px 10px;
}

.wsmenu .wsmenu-list li a.submenu-arrow:after,
.wsmenu .wsmenu-list li span.submenu-arrow:after {
  right: 5px;
  width: 10px;
  height: 5px;
  content: "\f0d7";
  position: absolute;
  font-family: "fontAwesome";
  top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1b1f;
}

.wsmenu .wsmenu-list li a:hover,
.wsmenu .wsmenu-list li ul li a:hover,
.wsmenu .wsmenu-list li a.is-active,
.wsmenu .wsmenu-list li span:hover,
.wsmenu .wsmenu-list li ul li span:hover,
.wsmenu .wsmenu-list li span.is-active {
  transition: all 0.3s !important;
  background: var(--secondary_color) !important;
}

.wsmenu .wsmenu-list li a:hover:before,
.wsmenu .wsmenu-list li a.is-active:before,
.wsmenu .wsmenu-list li span:hover:before,
.wsmenu .wsmenu-list li span.is-active:before {
  background: var(--primary_color);
}

.wsmenu .wsmenu-list li ul {
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
  min-width: 230px;
  position: absolute;
  border-radius: 6px;
  transition: all 0.3s;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.161);
  transition: all 0.3s;
}

.wsmenu .wsmenu-list li ul li+li {
  border-top: 1px solid #e4e9f2;
  transition: all 0.3s;
}

.wsmenu .wsmenu-list li ul li a {
  padding: 15px !important;
  display: flex;
  color: #585858;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  transition: all 0.3s;
}

.wsmenu .wsmenu-list li ul li a.submenu-arrow:after {
  transform: rotate(-90deg);
}

.wsmenu .wsmenu-list li:hover>ul {
  display: inherit;
  transition: all 0.3s;
}

.wsmenu .wsmenu-list li ul li ul {
  left: 100%;
  top: 0;
}

.wsmenu .wsmenu-list li ul {
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 230px;
  position: absolute;
  border-radius: 6px;
  transition: all 0.3s;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.161);
  transition: all 0.3s;
}

.wsmenu .wsmenu-list li a,
.wsmenu .wsmenu-list li span {
  padding: 10px 8px;
  font-size: 14px;
  color: #36454f;
  line-height: 30px;
  position: relative;
  display: flex;
  transition: all 0.3s;
}

/* ==================================================================================================== */

/* ==================== Slider Style */

section.banner__slider {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s;
}

.slider-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: all 0.3s;
}

.slider-content {
  background: #002a6c;
  padding: 20px;
  color: #fff;
  height: 100%;
  text-align: center;
  transition: all 0.3s;
}

.slider-inner .col-lg-7.col-md-7.col-sm-7.col-7 {
  padding-right: 0;
  transition: all 0.3s;
}

.slider-inner .col-lg-5.col-md-5.col-sm-5.col-5 {
  padding-left: 0;
  transition: all 0.3s;
}

.slider-content {
  background: #002a6c;
  padding: 20px 40px;
  color: #fff;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s;
}

.slider-content h2 {
  font-weight: 800;
  transition: all 0.3s;
}

.slider-content p {
  font-size: 18px;
  transition: all 0.3s;
}

.slider-content a {
  color: #fff;
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.slider-content a hover {
  text-decoration: none !important;
  color: #fff;
  transition: all 0.3s;
}

/* ==================================================================================================== */

/* ==================== Whats New Style */

.whats-new {
  padding: 15px;
  background: #ecf6ff;
  transition: all 0.3s;
}

.latest-news {
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s;
}

.new-head {
  display: flex;
  color: var(--primary_color);
  font-size: 20px;
  min-width: 190px;
  font-weight: 500;
  line-height: 26px;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.3s;
}

.new-head img {
  margin: 0 10px 0 0;
  transition: all 0.3s;
}

.latest-news marquee {
  width: 100%;
  transition: all 0.3s;
}

.latest-news marquee .views-element-container>div {
  display: flex;
}

.latest-news marquee a {
  color: var(--primary_text_color);
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 16px;
  padding: 0 0 0 16px;
  display: inline-flex;
  text-decoration: none;
  border-left: 2px solid var(--primary_color);
  transition: all 0.3s;
}

.latest-news marquee a:hover {
  color: var(--primary_color);
  transition: all 0.3s;
}

.whatsnew.views-row,
.whatsnew {
  float: left;
}

/* ==================================================================================================== */

/* ==================== About Style */

.about-us,
.inner-activities,
.content-collaborations,
.inner-achievement,
.content-events,
.inner-about-section,
.inner-content-leader,
.footer-outer,
.inner-gallery-set,
.breadcrumb,
.inner-nas-dashboard,
.about-parakh,
.seas-dashboard,
.about-lsa,
.foundation-learning,
.international-collaboration,
.faq-bars-parakh {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  box-sizing: border-box;
  transition: all 0.3s;
}

#about_us {
  padding: 100px 0;
  background: linear-gradient(95.94deg,
      rgba(255, 158, 104, 0.2) 0.03%,
      rgba(255, 242, 208, 0.04) 99.55%);
  transition: all 0.3s;
}

.digital-hpc-live {
  gap: 10px;
  padding: 40px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(0deg, rgba(255, 158, 104, 0.1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 158, 104, 0.1) 100%);
}

a.digital-hpc-cta {
  color: #e15a11;
}

.h2basic-head {
  font-size: 28px;
  font-weight: 800;
  line-height: 38px;
  padding: 0;
  letter-spacing: -0.1px;
  text-transform: capitalize;
  color: var(--primary_text_color);
  transition: all 0.3s;
  border-bottom: 5px solid var(--primary_color);
  display: inline-block;
  margin: 0 0 16px;
}

.h2basic-head.text-center {
  background-position: bottom 10px center;
  transition: all 0.3s;
}

.h2basic-head span {
  color: var(--primary_color);
  transition: all 0.3s;
}

.h4basic-head {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: var(--primary_color);
  transition: all 0.3s;
}

.plan-text {
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: var(--primary_text_color);
  font-family: var(--font_family_poppins);
  transition: all 0.3s;
}

.know-more {
  height: 39px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  min-width: 116px;
  line-height: 37px;
  text-align: center;
  border-radius: 4px;
  letter-spacing: 0.1px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #ff7f23;
  color: var(--white_text_color);
  background: var(--primary_color);
  transition: all 0.3s;
}

.know-more:hover {
  color: var(--white_text_color);
  transition: all 0.3s;
}

.about-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  transition: all 0.3s;
}

/* ========================= Parakg Activities */

#parakh_activities {
  padding: 100px 0;
  background: url("../img/img_bg_circle.png") no-repeat scroll right 0 top 0;
  transition: all 0.3s;
}

.inner-activities .plan-text {
  margin: 0 auto;
  transition: all 0.3s;
}

.activities-lists ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 0;
  transition: all 0.3s;
}

.activities-lists ul li {
  padding: 24px 24px 24px 15px;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  box-sizing: border-box;
  width: calc(33.33% - 20px);
  color: var(--white_text_color);
  background: #ffffff url("../img/bg_avtivities.png") no-repeat scroll center center / cover;
  transition: all 0.3s;
}

.activities-lists ul li h4 {
  z-index: 1;
  font-size: 16px;
  margin: 0 0 14px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  color: var(--white_text_color);
  transition: all 0.3s;
}

.activities-lists ul li .star-notes {
  z-index: 1;
  margin: 0 0 20px;
  position: relative;
  transition: all 0.3s;
}

.activities-lists ul li .star-notes p {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 20px;
  padding: 0 0 0 26px;
  color: var(--white_text_color);
  background: url("../img/img_star.png") no-repeat scroll left 0 top 1px;
  transition: all 0.3s;
}

.activities-lists ul li .explore {
  z-index: 1;
  height: 36px;
  font-size: 14px;
  padding: 0 18px;
  line-height: 34px;
  position: relative;
  align-items: center;
  border-radius: 25px;
  display: inline-flex;
  transition: all 0.3s;
  text-decoration: none;
  color: var(--primary_color);
  background: var(--white_text_color);
  transition: all 0.3s;
}

.activities-lists ul li .explore i,
.activities-lists ul li .explore img {
  margin: 0 0 0 30px;
}

.activities-lists ul li .bg-img {
  z-index: 0;
  width: 134px;
  height: 192px;
  right: -35px;
  bottom: -40px;
  position: absolute;
  transition: all 0.3s;
  object-fit: cover;
}

.activities-lists ul li:hover .explore {
  transform: scale(1.05) translateX(5px);
  transition: all 0.3s;
}

.activities-lists ul li:hover .bg-img {
  right: -10px;
  bottom: -20px;
}

/* ========================= International Collaborations */

#international_collaborations,
#parakh_events {
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
  background: none;
  padding: 20px 40px 0;
  transition: all 0.3s;
}

.content-collaborations {
  padding: 50px;
  position: relative;
  background: #fffbf5;
  transition: all 0.3s;
  border-radius: 20px;
}

.tube-border {
  top: -28px;
  right: 6px;
  position: absolute;
  transition: all 0.3s;
}

.collab-circle {
  top: -30px;
  z-index: 1;
  width: 60px;
  height: 60px;
  right: -10px;
  position: absolute;
  border-radius: 50px;
  background: var(--primary_color);
  transition: all 0.3s;
}

.inner-collaborations {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--primary_color);
  transition: all 0.3s;
}

.collaborations-tabs,
.faq-bars-parakh .quicktabs-tabs {
  margin: 30px 0 0 0;
  transition: all 0.3s;
}

.collaborations-tabs .nav-tabs-all .nav-tabs {
  margin: 0 0 40px;
  position: relative;
  border-bottom: none;
  transition: all 0.3s;
}

.collaborations-tabs .nav-tabs-all .nav-tabs:before {
  left: 4px;
  bottom: 0px;
  z-index: 1;
  height: 2px;
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  background: var(--primary_color);
  transition: all 0.3s;
}

.collaborations-tabs .nav-tabs-all .nav-tabs li+li {
  margin: 0 0 0 1px;
  transition: all 0.3s;
}

.collaborations-tabs .nav-tabs-all .nav-tabs .nav-link {
  margin: 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  box-sizing: border-box;
  border-radius: 6px 6px;
  color: var(--primary_color);
  padding: 14px 30px 12px 30px;
  border: 2px solid var(--white_text_color);
  transition: all 0.3s;
}

.collaborations-tabs .nav-tabs-all .nav-tabs .nav-link:hover,
.collaborations-tabs .nav-tabs-all .nav-tabs .nav-link.active {
  color: var(--white_text_color);
  background: var(--primary_color);
  border: 2px solid var(--primary_color);
  transition: all 0.3s;
}

.faq-bars-parakh .tabsbar ul.quicktabs-tabs {
  margin: 20px 0 0;
  position: relative;
  border-bottom: none;
  transition: all 0.3s;
}

.faq-bars-parakh .tabsbar ul.quicktabs-tabs:before {
  left: 4px;
  bottom: 0px;
  z-index: 1;
  height: 2px;
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  background: var(--primary_color);
  transition: all 0.3s;
}

.faq-bars-parakh .tabsbar ul.quicktabs-tabs li {
  margin: 0;
  padding: 0;
}

.faq-bars-parakh .tabsbar .quicktabs-tabs>li>a {
  margin: 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  box-sizing: border-box;
  border-radius: 6px 6px;
  color: var(--primary_color);
  padding: 14px 20px;
  border: 2px solid var(--white_text_color);
  transition: all 0.3s;
}

.faq-bars-parakh .tabsbar .quicktabs-tabs>li.active>a,
.faq-bars-parakh .tabsbar .quicktabs-tabs>li>a:hover {
  color: var(--white_text_color);
  background: var(--primary_color);
  border: 2px solid var(--primary_color);
  transition: all 0.3s;
}

.faq-bars-parakh .tabsbar .quicktabs-main {
  padding: 30px 4px 0;
}

.faq-bars-parakh .ui-accordion .views-row {
  margin: 0 0 10px;
  font-family: var(--font_family_poppins);
}

.faq-bars-parakh .ui-accordion .ui-accordion-header {
  padding: 16px 12px;
  font-size: 14px;
  color: #111111;
  border-radius: 8px 8px;
  background: #ffffff;
  transition: all 0.3s;
  border-color: var(--primary_color);
  font-family: var(--font_family_poppins);
}

.faq-bars-parakh .ui-accordion .ui-accordion-header.ui-state-active {
  color: #ffffff !important;
  border-radius: 8px 8px 0 0 !important;
  background: var(--primary_color) !important;
}

.faq-bars-parakh .ui-accordion .ui-accordion-header:hover {
  color: #111111;
  border-radius: 8px;
  background: #fff1ea;
}

.faq-bars-parakh .ui-accordion .ui-accordion-content .field-content {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--font_family_poppins);
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #212529;
  font-family: var(--font_family_poppins);
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px;
}

.current-collabs .current-collabs-img {
  width: 100%;
  height: 320px;
  margin: 0 0 16px;
  object-fit: cover;
  object-position: top;
  transition: all 0.3s;
}

.current-collabs span {
  color: #626262;
  font-size: 14px;
  line-height: 21px;
  transition: all 0.3s;
}

.current-collabs p {
  color: #5a5a5a;
  font-size: 20px;
  margin: 6px 0 0 0;
  line-height: 30px;
  transition: all 0.3s;
}

.Collaborations-list ul {
  min-height: 0;
  overflow-y: auto;
  max-height: 450px;
  padding: 0 10px 0 0;
  transition: all 0.3s;
}

.Collaborations-list ul li {
  display: flex;
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s;
  align-items: flex-start;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}

.Collaborations-list ul li+li {
  margin: 24px 0 0;
  transition: all 0.3s;
}

.Collaborations-list ul li img {
  width: 220px;
  height: 130px;
  object-fit: cover;
  object-position: top;
  transition: all 0.3s;
}

.Collaborations-list ul li .collabs-details {
  padding: 8px 24px;
  transition: all 0.3s;
}

.Collaborations-list ul li .collabs-details .date {
  color: #626262;
  font-size: 12px;
  line-height: 12px;
  transition: all 0.3s;
}

.Collaborations-list ul li .collabs-details p {
  height: 74px;
  color: #5a5a5a;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin: 10px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

/* ============================================ */

#national_achievement {
  background: url("../img/img_right_half_circle.png") no-repeat scroll left 0 top 0;
  transition: all 0.3s;
}

.inner-achievement {
  padding: 100px 15px 60px;
  transition: all 0.3s;
}

.inner-achievement h2 {
  margin: 0 0 40px;
  transition: all 0.3s;
}

.card-schools {
  margin: 0 0 20px;
  min-height: 164px;
  padding: 12px 20px;
  border-radius: 20px;
  border: 2px solid #ff671f;
  background: url("../img/img_schools.png") no-repeat scroll right 0 bottom 0,
    linear-gradient(180deg,
      rgba(255, 167, 119, 0.61) 43.23%,
      rgba(255, 103, 31, 0.61) 100%);
  transition: all 0.3s;
}

.h1-basic01 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: var(--primary_text_color);
  font-family: "Oswald", sans-serif;
  transition: all 0.3s;
}

.h1-basic01 p {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: var(--font_family_inter);
  transition: all 0.3s;
}

.card-classes {
  text-align: right;
  min-height: 168px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #ff7235;
  background: url("../img/img_classes.png") no-repeat scroll left 0 bottom 0,
    linear-gradient(242.91deg,
      rgba(255, 214, 192, 0.3) 9.87%,
      rgba(255, 114, 53, 0.3) 96.88%);
  transition: all 0.3s;
}

.card-subjects {
  text-align: right;
  min-height: 168px;
  padding: 0px 20px;
  border-radius: 20px;
  border: 2px solid #ff671f;
  background: url("../img/img_subjects.png") no-repeat scroll left 5px bottom -13px / 100px,
    linear-gradient(180deg, #ffd6c0 0%, #fbcbb2 99.99%, #e69569 100%);
  transition: all 0.3s;
}

.subject-list {
  display: inline-block;
  transition: all 0.3s;
}

.subject-list ul {
  margin: 5px 0 0 0;
  transition: all 0.3s;
}

.subject-list ul li {
  font-size: 14px;
  margin: 0 0 1px;
  text-align: left;
  line-height: 17px;
  padding: 0 0 0 14px;
  color: var(--primary_text_color);
  background: url("../img/icon_star.png") no-repeat scroll left 0px top 4px;
  transition: all 0.3s;
}

.card-students {
  height: 100%;
  padding: 14px 20px;
  border-radius: 20px;
  border: 2px solid #ff671f;
  background: url("../img/img_students.png") no-repeat scroll left 0px bottom -1px / 100%,
    linear-gradient(180deg,
      rgba(255, 214, 192, 0.3) 43.23%,
      rgba(255, 114, 53, 0.3) 100%);
  transition: all 0.3s;
}

.card-area {
  display: flex;
  margin: 0 0 20px;
  min-height: 192px;
  text-align: center;
  padding: 0 30px 8px;
  border-radius: 20px;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #ff671f;
  background: url("../img/img_india_map.png") no-repeat scroll left center / 154px,
    linear-gradient(108.82deg, #ffd8bd 8.67%, #ff7235 94.06%);
}

.card-area .h1-basic01 {
  min-width: 100px;
  transition: all 0.3s;
}

.card-teachers {
  display: flex;
  min-height: 140px;
  padding: 14px 20px;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #ff671f;
  background: url("../img/img_teachers.png") no-repeat scroll right 0px bottom 0px,
    linear-gradient(94.66deg, #ffe1cb -2.76%, #ffac8e 98.43%);
  transition: all 0.3s;
}

.card-teachers .h1-basic01 {
  margin: -10px 0 0 0;
  transition: all 0.3s;
}

.inner-events {
  position: relative;
  background: #fff1ea;
  border-radius: 20px;
  transition: all 0.3s;
}

.content-events {
  padding: 30px 15px;
  position: relative;
  transition: all 0.3s;
}

.collaborations-tabs.events-tabs .nav-tabs-all .nav-tabs .nav-link {
  color: var(--primary_color);
  border: 2px solid transparent;
  transition: all 0.3s;
}

.collaborations-tabs.events-tabs .nav-tabs-all .nav-tabs .nav-link:hover,
.collaborations-tabs.events-tabs .nav-tabs-all .nav-tabs .nav-link.active {
  color: var(--primary_color);
  background: var(--white_text_color);
  border: 2px solid var(--primary_color);
  transition: all 0.3s;
}

.img-poster {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: all 0.3s;
}

#parakh_events .tube-border {
  top: auto;
  left: 6px;
  right: auto;
  bottom: -28px;
  transition: all 0.3s;
}

#parakh_events .collab-circle {
  top: auto;
  right: auto;
  left: -10px;
  bottom: -30px;
  transition: all 0.3s;
}

.over-poster {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s;
}

.over-poster {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
}

.events-details .img-poster {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s;
  transform: scale(1);
  border-radius: 12px;
}

.events-details .img-poster:hover {
  transform: scale(1.01);
  transition: all 0.3s;
}

.events-details h5,
.events-details h5 a {
  margin: 15px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: var(--primary_text_color);
  transition: all 0.3s;
}

.events-details .loaction,
.events-details .time-duration,
.events-details .time-period {
  display: flex;
  color: #151515;
  margin: 0 0 10px;
  font-weight: 500;
  align-items: center;
  transition: all 0.3s;
}

.events-details .loaction img,
.events-details .time-duration img,
.events-details .time-period img,
.events-details .loaction i,
.events-details .time-duration i,
.events-details .time-period i {
  width: 16px;
  text-align: center;
  margin: 0 10px 0 0;
}

.events-details .time-period {
  font-size: 14px;
  margin: 0 0 12px 0;
  transition: all 0.3s;
}

.events-details .time-duration {
  margin: 0;
  min-width: 250px;
  padding: 7px 15px;
  text-align: center;
  border-radius: 50px;
  display: inline-flex;
  box-sizing: border-box;
  justify-content: center;
  background: var(--white_text_color);
  transition: all 0.3s;
}

.events-details .time-duration i {
  margin: -2px 10px 0 0;
}

#about_parakh_video {
  padding: 100px 0 70px 0;
  transition: all 0.3s;
}

.inner-about-bg .row {
  margin: 0;
  position: relative;
  border-radius: 20px;
  background: url("../img/img_wave_layer.png") no-repeat scroll right 0 top 0 / auto 100%,
    linear-gradient(180deg, #e2621e 0%, #e28428 100%);
  transition: all 0.3s;
}

.inner-about-bg .row:before {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 20px;
  border: 4px solid #f2a20c;
  transition: all 0.3s;
}

.inner-about-bg .row .col-md-6 {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}

.parakh-video {
  width: 100%;
  height: 380px;
  overflow: hidden;
  object-fit: cover;
  margin: 0 0 -6px 0;
  border-radius: 20px;
  transition: all 0.3s;
}

.slider-text {
  height: 100%;
  display: flex;
  padding: 40px 30px;
  align-items: center;
  transition: all 0.3s;
}

.slider-text h1 {
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: var(--primary_text_color);
  transition: all 0.3s;
}

.slider-text h1 span {
  font-size: 42px;
  line-height: 40px;
  display: inline-flex;
  color: var(--white_text_color);
  transition: all 0.3s;
}

#parakh_leaders {
  padding: 0 60px 100px 0;
  transition: all 0.3s;
}

.inner-leader-ship {
  background: #ffefe9;
  margin: 50px 0 30px;
  padding: 80px 0 80px 60px;
  border-radius: 0 20px 20px 0;
  transition: all 0.3s;
}

.inner-content-leader {
  position: relative;
  transition: all 0.3s;
}

.over-half-circle {
  right: 0;
  top: -130px;
  position: absolute;
  transition: all 0.3s;
}

.over-half-tube {
  left: 0;
  bottom: -106px;
  position: absolute;
  transition: all 0.3s;
}

.inner-content-leader .plan-text {
  line-height: 140%;
  transition: all 0.3s;
}

.member-list-scroll {
  min-height: auto;
  overflow-y: auto;
  max-height: 315px;
  overflow-x: hidden;
  padding: 0 10px 0 0;
  transition: all 0.3s;
}

.member-list-scroll .views-element-container>div {
  display: flex;
  flex-wrap: wrap;
}

.member-list-scroll .views-element-container>div .views-row {
  width: calc(50% - 30px);
  margin: 0 15px;
}

.team-member-details {
  margin: 0 0 15px;
  transition: all 0.3s;
}

.team-member-details {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.team-member-details .leader-image {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: 0 20px 0 0;
  object-fit: contain;
  border-radius: 50px;
  transition: all 0.3s;
}

.member-details {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  width: calc(100% - 110px);
  color: var(--primary_text_color);
  transition: all 0.3s;
}

.member-details h6 {
  min-height: auto;
  max-height: 39px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

.member-details p {
  min-height: auto;
  max-height: 42px;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  margin: 6px 0 0 0;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

#parakh_statics {
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  background: var(--primary_color);
}

.inner-statics {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  box-sizing: border-box;
}

.statics-data {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 30px 0px 0px 30px;
}

.statics-data .h2basic-head span {
  color: var(--white_text_color);
}

#footer .inner-footer {
  padding: 20px 0;
  background: var(--white_text_color);
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-logo img {
  width: 100%;
  transition: all 0.3s;
}

.footer-links .row>.col-md-8 {
  width: 63%;
  transition: all 0.3s;
}

.footer-links .row>.col-md-4.w-37 {
  width: 37%;
  transition: all 0.3s;
}

.footer-links h3,
.footer-links ul li a,
.footer-links .contact-division,
.collaborators-head {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  text-decoration: none;
  letter-spacing: 0.15px;
  color: var(--primary_text_color);
  transition: all 0.3s;
}

.footer-links h3 {
  font-weight: bold;
}

.footer-links .social-links-connect {
  display: flex;
  align-items: flex-start;
}

.footer-links .social-links-connect a {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50px;
  margin: 0 10px 0 0;
}

.give-feedback {
  padding: 10px 0 24px;
}

.webform-dialog.webform-dialog-narrow.know-more {
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding: 7px 20px !important;
  border-radius: 50px !important;
}

.footer-links ul li a {
  font-size: 15px;
  font-weight: normal;
  display: inline-flex;
  transition: all 0.3s;
}

.footer-links .contact-links li a {
  margin: 0;
}

.footer-links ul li a:hover,
.footer-links .contact-links li a:hover {
  color: var(--primary_color);
  transition: all 0.3s;
}

.footer-links .contact-division strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

.footer-links .contact-links li,
.collaborators-head {
  display: flex;
  font-size: 14px;
  margin: 0 0 10px;
  align-items: center;
  transition: all 0.3s;
}

.footer-links .contact-links li div {
  width: 17px;
  font-size: 17px;
  text-align: center;
  margin: 0 10px 0 0;
  display: inline-block;
}

.copyright-bar {
  color: var(--white_text_color);
  background: linear-gradient(90deg, #202124 2.26%, #453f3f 100%);
  transition: all 0.3s;
}

.inner-copyright {
  display: flex;
  padding: 15px;
  margin: 0 auto;
  font-size: 13px;
  max-width: 1200px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  justify-content: space-between;
  transition: all 0.3s;
}

.collaborators-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 0;
  transition: all 0.3s;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eaeaea;
  padding: 20px 0 0 0;
}

.collaborators-list li {
  padding: 6px;
  margin: 0 6px 10px;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  border: 1px solid rgba(139, 137, 137, 0.1);
}

.collaborators-list li+li {
  transition: all 0.3s;
}

.collaborators-list li img {
  height: 36px;
  width: auto;
  object-fit: contain;
  transition: all 0.3s;
}

.breadcrumb ul {
  padding: 0;
  display: flex;
  margin: 20px 0 0;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb ul li,
.breadcrumb ul li a {
  font-size: 13px;
  color: #554455;
  line-height: 18px;
  font-weight: bold;
  margin: 0 13px 0 0;
  position: relative;
}

.breadcrumb ul li a {
  font-weight: normal;
}

.breadcrumb ul li a:before {
  position: absolute;
  content: "";
  right: -18px;
  top: 2px;
  background: url("/themes/parakh/img/img_arrow_right.png") no-repeat scroll center center / 26px;
  width: 10px;
  height: 13px;
  overflow: hidden;
}

.breadcrumb ul li a:hover {
  color: var(--primary_color);
}

#photo_gallery {
  padding: 0 0 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.gallery-set h2 {
  display: flex;
  font-size: 24px;
  color: #333333;
  margin: 40px 0 30px;
  font-weight: bold;
  align-items: flex-start;
  justify-content: space-between;
}

.gallery-lists .views-element-container>div,
#upcoming_tab_content .views-element-container>div,
#post_tab_content .views-element-container>div {
  display: flex;
  flex-wrap: wrap;
}

.gallery-lists .views-element-container>div>div,
#upcoming_tab_content .views-element-container>div>div,
#post_tab_content .views-element-container>div>div {
  margin: 0 15px 20px;
  width: calc(33.33% - 30px);
  background: #ffffff;
  border-radius: 15px 15px 0 0;
}

.gallery-lists .views-element-container>div>div {
  height: 250px;
}

.gallery-lists .views-element-container>div>div div span img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

#upcoming_tab_content .views-element-container>div>div,
#post_tab_content .views-element-container>div>div {
  background: none;
}

.gallery-lists .views-element-container>div>div div {
  height: 100%;
}

.gallery-lists .views-element-container>div>div div span {
  height: 100%;
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
}

.gallery-lists .views-element-container>div>div div span span {
  display: block;
  font-size: 12px;
  color: #626262;
  line-height: 12px;
  padding: 15px 20px 10px;
  margin: 0;
  height: auto;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.gallery-lists .views-element-container>div>div div span h5 {
  font-size: 16px;
  color: #151515;
  line-height: 21px;
  font-weight: bold;
  padding: 0 20px 10px;
}

.gallery-lists .views-element-container>div>div div span p {
  font-size: 12px;
  color: #333;
  line-height: 21px;
  padding: 0 20px 10px;
}

.gallery-lists .views-element-container>div>div div span .gallery-location {
  width: auto;
  height: auto;
  min-width: auto;
  font-size: 12px;
  line-height: 18px;
  border-radius: 6px;
  margin: 0 20px 15px;
  display: inline-block;
  padding: 5px 10px 5px 23px;
  max-width: calc(100% - 40px);
  background: #ffddb5 url(../img/img_location_on.png) no-repeat scroll left 9px top 9px / auto 10px;
}

#employee_info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.inner-employee-info,
#parakh_all_events {
  margin: 0 auto;
  padding: 40px 15px;
  max-width: 1200px;
  box-sizing: border-box;
}

.inner-employee-info .head-of-department .views-element-container>div,
.inner-employee-info .departments-count .views-element-container>div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.inner-employee-info .head-of-department .views-element-container>div>div,
.inner-employee-info .departments-count .views-element-container>div>div {
  border-radius: 5px;
  margin: 0 20px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.inner-employee-info .head-of-department .views-element-container>div>div {
  width: 100%;
  max-width: 500px;
}

.inner-employee-info .departments-count .views-element-container>div>div {
  margin: 0 15px 30px;
  width: calc(25% - 30px);
}

.inner-employee-info .head-of-department .views-element-container .employee-details {
  display: flex;
  padding: 15px;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  background: linear-gradient(247.12deg,
      rgba(255, 114, 9, 0.4) 10.78%,
      rgba(242, 101, 34, 0.4) 81.62%);
}

.inner-employee-info .head-of-department .views-element-container .inner-employee-details {
  padding: 0 15px 0 0;
  width: calc(100% - 86px);
}

.inner-employee-info .head-of-department .views-element-container .inner-employee-details h5 {
  color: #151515;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.inner-employee-info .head-of-department .views-element-container .inner-employee-details h6 {
  color: #36454f;
  font-size: 12px;
  line-height: 20px;
}

.inner-employee-info .head-of-department .views-element-container .employee-details .employee-img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 50%;
}

.inner-employee-info .head-of-department .views-element-container .employee-contact-details {
  padding: 15px;
}

.inner-employee-info .head-of-department .views-element-container .employee-contact-details p,
.inner-employee-info .head-of-department .views-element-container .employee-contact-details span {
  display: flex;
  color: #36454f;
  font-size: 12px;
  flex-wrap: wrap;
  line-height: 22px;
  align-items: flex-start;
  justify-content: space-between;
}

.inner-employee-info .head-of-department .views-element-container .employee-social-links {
  display: flex;
  margin: 10px 0 0;
  padding: 10px 0 0;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #dfdfdf;
}

.inner-employee-info .head-of-department .views-element-container .employee-social-links a {
  margin: 0 20px;
  font-size: 20px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.inner-employee-info .head-of-department .views-element-container .employee-social-links a.social-email {
  color: #ee5d6f;
}

.inner-employee-info .head-of-department .views-element-container .employee-social-links a.social-twitter {
  color: #000000;
}

.inner-employee-info .head-of-department .views-element-container .employee-social-links a.social-facebook {
  color: #5e91ff;
}

.leads-departments h2,
.other-employess-lists h2 {
  color: #333333;
  margin: 30px 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}

.inner-employee-info .departments-count .views-element-container>div>div .employee-details {
  padding: 15px;
  display: flex;
  align-items: center;
  background: #ffedcb;
}

.inner-employee-info .departments-count .views-element-container>div>div .employee-details img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: contain;
  background-size: cover;
}

.inner-employee-info .departments-count .views-element-container>div>div .employee-details .inner-employee-details {
  width: calc(100% - 54px);
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

.inner-employee-info .departments-count .views-element-container>div>div .employee-details h5 {
  font-size: 14px;
  color: #36454f;
  font-weight: bold;
  line-height: 24px;
}

.inner-employee-info .departments-count .views-element-container>div>div .employee-details h6 {
  font-size: 10px;
  line-height: 18px;
  color: #333333;
}

.inner-employee-info .departments-count .views-element-container>div>div .employee-contact-details {
  padding: 15px 15px 0;
}

.inner-employee-info .departments-count .views-element-container>div>div .employee-contact-details p {
  font-size: 10px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #dfdfdf;
}

.inner-employee-info .departments-count .views-element-container>div>div .leads-emails,
.inner-employee-info .departments-count .views-element-container>div>div .leads-emails a {
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  color: #333333;
  font-weight: bold;
}

.inner-employee-info .departments-count .views-element-container>div>div .leads-emails {
  padding: 0 0 10px;
}

.inner-employee-info .other-employess-lists {
  position: relative;
}

.inner-employee-info .other-employess-lists h2 {
  text-align: left;
  line-height: 40px;
  margin: 30px 0 30px;
}

.inner-employee-info .other-employess-lists .views-element-container>div>form {
  position: absolute;
  right: 0;
  top: 0;
}

.inner-employee-info.board-list .other-employess-lists .views-element-container>div>form {
  right: auto;
  top: -64px;
}

.inner-employee-info .other-employess-lists .views-element-container>div>form .form-text {
  border: 1px solid #d3d3d3;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  border-radius: 8px;
  padding: 0 15px 0px 40px;
  width: 370px;
  display: block;
  font-size: 12px;
  color: #585858;
  box-sizing: border-box;
  background: #fff url("../img/icon_search_dark.png") no-repeat scroll left 10px center;
}

.inner-employee-info.board-list .other-employess-lists .views-element-container>div>form .js-form-submit,
.inner-employee-info .other-employess-lists .views-element-container>div>form #edit-actions {
  display: none;
}

.inner-employee-info .other-employess-lists .views-element-container>div>div {
  padding: 15px 0;
  border: 1px solid #e9e9e9;
  border-top: none;
  background: #ffffff;
}

.inner-employee-info .other-employess-lists .views-element-container>div>div .field-content {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}

.inner-employee-info .other-employess-lists .views-element-container>div>div .field-content a {
  color: #333;
}

.inner-employee-info .other-employess-lists .views-element-container>div>div .field-content a:hover {
  color: var(--primary_color);
}

.inner-employee-info .other-employess-lists .views-element-container>div>div .field-content .employee-photo img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  margin: 0 10px 0 0;
}

.other-employee-table-header {
  display: flex;
  background: #f9c1a6;
  border-radius: 8px 8px 0 0;
  padding: 15px 0;
  font-size: 14px;
  color: #333333;
}

.inner-employee-info .other-employess-lists .views-element-container>div>div .field-content .employee-photo,
.other-employee-table-header .table-head-emp-name {
  display: flex;
  align-items: center;
  width: 270px;
  box-sizing: border-box;
  padding: 0 15px;
}

.inner-employee-info.board-list .other-employess-lists .views-element-container>div>div .field-content .employee-photo,
.inner-employee-info.board-list .other-employee-table-header .table-head-emp-name {
  width: 550px;
}

.inner-employee-info .other-employess-lists .views-element-container>div>div .field-content .employee-photo .name-employee {
  font-size: 13px;
}

.inner-employee-info .other-employess-lists .views-element-container>div>div .field-content .other-employee-designation,
.other-employee-table-header .table-head-emp-desi {
  width: 300px;
  padding: 0 15px;
  box-sizing: border-box;
}

.inner-employee-info.board-list .other-employess-lists .views-element-container>div>div .field-content .other-employee-designation,
.inner-employee-info.board-list .other-employee-table-header .table-head-emp-desi {
  width: 400px;
}

.other-employee-table-header .table-head-emp-name a,
.other-employee-table-header .other-employee-designation a {
  color: #333333;
}

.inner-employee-info .other-employess-lists .views-element-container>div>div .field-content .other-employee-description,
.other-employee-table-header .table-head-emp-desc {
  width: calc(100% - 570px);
  padding: 0 15px;
  box-sizing: border-box;
}

.pager {
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}

.pager ul,
.js-pager__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.pager ul li a,
.js-pager__items li a {
  font-size: 14px;
  color: #545454;
  display: flex;
  padding: 0 6px;
  min-width: 26px;
  line-height: 26px;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  background: #ffffff;
  transition: all 0.3s;
  border: 1px solid #d9d9d9;
}

.pager ul li+li a,
.js-pager__items li+li a {
  border-left: none;
}

.pager ul li.is-active a,
.pager ul li a:hover,
.js-pager__items li.is-active a,
.js-pager__items li a:hover {
  background: #dfdcda;
}

.pager ul li.pager__item--first a,
.pager ul li.pager__item--previous a,
.pager ul li.pager__item--next a,
.pager ul li.pager__item--last a,
.js-pager__items li.pager__item--first a,
.js-pager__items li.pager__item--previous a,
.js-pager__items li.pager__item--next a,
.js-pager__items li.pager__item--last a {
  font-size: 26px;
}

.pager ul li.pager__item--first a span:last-child,
.pager ul li.pager__item--previous a span:last-child,
.pager ul li.pager__item--next a span:last-child,
.pager ul li.pager__item--last a span:last-child,
.js-pager__items li.pager__item--first a span:last-child,
.js-pager__items li.pager__item--previous a span:last-child,
.js-pager__items li.pager__item--next a span:last-child,
.js-pager__items li.pager__item--last a span:last-child {
  height: 26px;
  display: inline-block;
  line-height: 24px;
}

.head-banner {
  height: 350px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  background: #f4f4f4 url("../img/bg_banner.png") no-repeat scroll top 0px left 0px / cover;
}

.head-banner.head-banner-hpc {
  overflow: visible;
}

.head-banner h2 {
  width: 100%;
  padding: 0 15px;
  font-size: 48px;
  max-width: 1200px;
  margin: 30px auto;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: var(--primary_color);
}

.head-banner.head-banner-hpc h2 {
  overflow: visible;
}

.shape-hexagon {
  top: 0;
  width: 560px;
  right: 0px;
  position: absolute;
  clip-path: polygon(19% 0, 80% 0, 100% 0%, 100% 360%, 19% 100%, 0% 50%);
  z-index: 0;
  height: 350px;
  object-fit: cover;
}

#nas_dashboard {
  padding: 40px 0;
}

#about_parakh {
  padding: 40px 0;
}

.error-page-section {
  min-height: 420px;
  background: linear-gradient(180deg, #fffbf7 0%, #fff 100%);
}

.error-page {
  padding: 48px 24px 64px;
  text-align: center;
}

.error-page__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary_color);
  background: rgba(225, 90, 17, 0.12);
  font-size: 36px;
}

.error-page__code {
  margin: 0 0 12px;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--primary_color);
}

.error-page__title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary_text_color);
}

.error-page__message {
  max-width: 560px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
}

.error-page__actions {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.know-more--outline {
  color: var(--primary_color);
  background: transparent;
}

.know-more--outline:hover {
  color: var(--white_text_color);
  background: var(--primary_color);
}

#seas_dashboard {
  padding: 40px 0;
}

#about_lsa {
  padding: 40px 0;
}

#foundation_learning {
  padding: 40px 0;
}

#international_collaboration {
  padding: 40px 0;
}

/*========Map CSS ========*/

.parakh-statistics-Bx {
  background: #de6530;
}

.parakh-statistics-Bx .tab-content-Bx {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 30px 0;
}

.parakh-statistics-Bx .h2basic-head span {
  color: #fff;
}

.parakh-statistics-Bx .tab-content-Bx .tab-data {
  color: #fff;
}

.parakh-statistics-Bx .tab-content-Bx .tab-data-style {
  color: #fff;
  list-style: none;
  padding: 0;
  padding-left: 50px;
  padding-top: 10px;
}

.parakh-statistics-Bx .tab-content-Bx .tab-data-style li {
  padding: 20px 0;
  margin: 0;
  position: relative;
}

.parakh-statistics-Bx .tab-content-Bx .tab-data-style li:after {
  position: absolute;
  top: 50%;
  left: -50px;
  content: " ";
  background: #fff;
  height: 15px;
  width: 15px;
  border-radius: 50px;
}

.parakh-statistics-Bx .tab-content-Bx .tab-data-style li:before {
  position: absolute;
  top: 50%;
  left: -43px;
  content: " ";
  background: #fff;
  height: 100%;
  width: 2px;
}

.parakh-statistics-Bx .tab-content-Bx .tab-data-style li:last-child:before {
  display: none;
}

.parakh-statistics-Bx .tab-content-Bx .tab-data-style li p {
  margin-bottom: 0;
}

.parakh-statistics-Bx .tab-content-Bx .tab-data-style li:last-child p {
  margin-bottom: 0;
}

.parakh-statistics-Bx {
  position: relative;
}

.parakh-statistics-Bx:after {
  background: #fcf8f8;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  content: "";
  position: absolute;
}

.parakh-statistics-Bx .tab-map-india img {
  margin: 40px 0;
  z-index: 99;
  position: relative;
}

.parakh-statistics-Bx .nav-tabs {
  position: absolute;
  visibility: hidden;
}

#site-map .tab-map-india svg.nav-tabs .nav-link.active path,
.parakh-statistics-Bx .tab-map-india svg.nav-tabs .nav-link:hover path {
  fill: #8a3009;
  stroke-width: 1;
}

#site-map .tab-map-india svg.nav-tabs .nav-link path {
  stroke-width: 0.5;
  stroke: white;
}

#site-map .tab-map-india svg {
  width: 100%;
  height: 500px;
  padding-left: 100px;
  border-bottom: none;
}

/* ============================= */

.login-form-bx {
  box-sizing: border-box;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.inner-login-form {
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 15px;
}

.inner-login-form form {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 0px 20px -15px #333;
  border: 1px solid #eaeaea;
}

.inner-login-form form input {
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
  display: block;
  margin: 5px 0 15px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
}

.inner-login-form form input[type="submit"] {
  border: none;
  background: var(--primary_color);
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

#site-map {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  background: var(--primary_color);
}

.inner-site-map {
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  border: 1px solid #fcf8f8;
  border-radius: 30px 0 0 30px;
  padding: 30px 40px 0;
}

.state-data,
.map-site {
  z-index: 1;
  position: relative;
}

.map-site {
  text-align: right;
}

.right-round-corner {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background: #ffffff;
  border-radius: 400px 0 0 400px;
}

.state-data .h2basic-head span {
  color: #ffffff;
}

.state-data .tab-pane .tab-data h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px;
  color: #ffffff;
}

.state-data .tab-pane .tab-data ul {
  color: #ffffff;
  max-width: 220px;
  padding: 0 0 0 50px;
  background: url(../img/img_side_bullets.png) no-repeat left center;
}

.state-data .tab-pane .tab-data ul li {
  padding: 20px 0;
}

.state-data .tab-pane .tab-data ul li+li {
  border-top: 1px solid #ccdfed;
}

.state-data .tab-pane .tab-data ul li h3 {
  margin: 0 0 6px;
  color: #ffffff;
}

.state-data .tab-pane .tab-data ul li p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.note-line {
  color: #f74f00;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  margin: -30px 0 40px 0;
  justify-content: flex-end;
}

.note-line i {
  border: 1px solid #f74f00;
  border-radius: 10px;
  display: inline-flex;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  box-sizing: border-box;
  padding: 0 0 0 0;
  justify-content: center;
  align-items: center;
  margin: 0px 5px 0 0;
}

.slide__img a img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

#parakh_all_events .views-element-container>div {
  display: flex;
  flex-wrap: wrap;
}

#parakh_all_events .views-element-container>div .views-row {
  width: calc(33.33% - 30px);
  margin: 0 15px 25px;
}

@media screen and (min-width: 1650px) {
  .right-round-corner {
    top: -50px;
    height: calc(100% + 70px);
  }
}

@media screen and (min-width: 1800px) {
  .right-round-corner {
    height: calc(100% + 110px);
  }
}

#colorbox {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

#cboxWrapper {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  padding: 80px 0 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#cboxContent,
#cboxLoadedContent {
  width: 100% !important;
  height: 500px !important;
  text-align: center;
}

#cboxLoadedContent {
  margin: 0 0 15px;
}

#cboxContent #cboxLoadedContent img {
  width: auto !important;
  height: 500px !important;
  object-fit: contain;
}

#cboxTitle,
#cboxCurrent {
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}

#cboxTitle {
  margin: 20px 0 5px 0;
  display: none !important;
}

#cboxCurrent {
  display: none !important;
  margin: 0 0 20px 0;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  display: inline-block;
  margin: 0 4px 6px;
  border-radius: 50px;
  padding: 4px 10px;
  color: #ffffff;
  border: none;
  background: var(--primary_color);
}

.forum-listing .sticky-table {
  width: 100%;
  font-size: 14px;
  background: #ffffff;
  overflow: hidden;
  color: #333333;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.forum-listing .sticky-table thead tr th {
  background: #f9c1a6;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #eaeaea;
}

.forum-listing .sticky-table tbody tr td {
  background: #ffffff;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #eaeaea;
}

.forum-listing .sticky-table tbody tr td a {
  font-weight: bold;
  color: var(--primary_color) !important;
}

.forum-listing .addtopic {
  color: #fff;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
  float: right;
  margin: 10px;
}

.creation-description,
.forum-comments-box {
  border: 1px solid #eaeaea;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 20px -15px #888888;
  background: #fff1ea;
}

.date-of-creation {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 24px;
  transition: all 0.3s;
  color: #888888;
  border-bottom: 1px solid #ffd3bb;
  padding: 0 0 10px;
}

.date-of-creation strong {
  color: var(--primary_text_color);
}

.forum-comments-box>div {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px;
}

.forum-comments-box>div a {
  background: var(--primary_color);
  display: inline-block;
  padding: 0 8px;
  margin: 0 8px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 12px;
  line-height: 22px;
}

.forum-comments-box>div:nth-child(2),
.forum-comments-box article article,
.forum-comments-box article>footer>a,
.forum-comments-box article>div>h3,
#edit-comment-body-0-format,
.forum-comments-box section h2,
.forum-comments-box section form div:nth-child(4),
.field--type-string.field--name-subject.field--widget-string-textfield.js-form-wrapper.form-wrapper,
.js-form-wrapper.form-wrapper .js-filter-wrapper.js-form-wrapper.form-wrapper,
.js-form-wrapper.form-wrapper .js-form-item.form-item.js-form-type-textarea.form-item-comment-body-0-value.js-form-item-comment-body-0-value label,
.js-form-item.form-item.js-form-type-select.form-item-comment-body-0-format.js-form-item-comment-body-0-format,
details,
.events-calendar-parakh .calendar-view-pager .pager__item.pager__current,
ul.links.inline,
.vote-like.type-node,
.vote-dislike.type-node,
.forum-comments-box>div:last-child {
  display: none;
}

.forum-comments-box .form-actions {
  display: flex;
  margin: 10px 10px 0 0;
  align-items: center;
}

.forum-comments-box .form-actions input {
  height: 34px;
  margin: 0 10px 0 0;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 0.1px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #ff7f23;
  color: var(--white_text_color);
  background: var(--primary_color);
  transition: all 0.3s;
  text-transform: uppercase;
}

.forum-comments-box section {
  background: #ffffff;
  padding: 1px 12px 12px 12px;
  min-height: 0;
  /* max-height: 300px;
    overflow-y: auto; */
  border-radius: 8px;
  box-sizing: border-box;
}

.forum-comments-box section form:last-child {
  margin: 14px 0 0 0 !important;
  border: none !important;
  padding: 0 !important;
}

.forum-comments-box section form:last-child .form-actions {
  justify-content: center !important;
}

.forum-comments-box section form:last-child .form-actions input {
  height: 42px !important;
  line-height: 40px !important;
  width: 110px !important;
  font-size: 18px !important;
}

.forum-comments-box article {
  border: 1px solid #eaeaea;
  margin: 14px 0 0 0;
  border-radius: 6px 6px 0 0;
  display: block !important;
  border-top: none;
}

.forum-comments-box article>footer>p {
  color: #888888;
  border-bottom: 1px solid #eaeaea;
  padding: 7px 10px;
  font-size: 12px;
}

.forum-comments-box article>footer>p a {
  font-weight: bold;
  color: var(--primary_color);
}

.forum-comments-box article>div {
  padding: 7px 10px;
}

.forum-comments-box article>div>ul.links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 6px 0 0 0;
}

.forum-comments-box article>div>ul.links li a {
  font-size: 11px;
  color: var(--primary_color);
  line-height: 12px;
  font-weight: bold;
}

.forum-comments-box article>div>ul.links li+li a {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #eaeaea;
}

.forum-comments-box .vote-widget-wrapper {
  display: inline-flex;
  margin: 0 0 0 6px;
  border-left: 1px solid #eaeaea;
  padding: 0 0 0 10px;
}

.forum-comments-box .vote-widget-wrapper .type-comment {
  margin: 0 5px 0 0;
}

.forum-comments-box form.comment-comment-forum-form.comment-form {
  padding: 10px;
  border: 1px solid #eaeaea;
  margin: 0 0 14px;
  border-top: none;
}

.events-calendar-parakh ul.pager__items.js-pager__items.calendar-view-pager {
  margin: 0;
  justify-content: space-between;
}

.events-calendar-parakh .calendar-view-pager .pager__item {
  flex: none;
}

.events-calendar-parakh .calendar-view-pager .pager__item a,
.events-calendar-parakh .calendar-view-pager .pager__item a:hover {
  width: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-transform: capitalize;
  height: 39px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  min-width: 116px;
  line-height: 37px;
  text-align: center;
  border-radius: 4px;
  letter-spacing: 0.1px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #ff7f23;
  color: var(--white_text_color);
  background: var(--primary_color);
  transition: all 0.3s;
}

.events-calendar-parakh .calendar-view-pager__reset {
  display: none;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}

.events-calendar-parakh .calendar-view-pager__reset a {
  padding: 5px 0;
  margin: 15px 0 0 0;
  display: inline-flex;
  color: var(--primary_color);
}

.events-calendar-parakh .calendar-view-table caption {
  text-align: center;
  margin: -48px 0 0 0;
  padding: 20px 0 10px;
  margin: 0;
  padding: 0px 0 10px;
  color: var(--primary_color);
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.events-calendar-parakh .calendar-view-table .calendar-view-day__number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  background: var(--primary_color);
}

/* .events-calendar-parakh table {
  background: #ffffff;
} */

.events-calendar-parakh .calendar-view-day {
  opacity: 1;
  padding: 0;
}

.events-calendar-parakh .calendar-view-day__rows {
  margin: 6px 0 0 0;
}

.calendar-view-table .calendar-view-day__row {
  font-size: 12px;
  line-height: 12px;
}

.calendar-view-table .views-field.views-field-title {
  color: #333;
  font-weight: bold;
}

.calendar-view-table .views-field.views-field-created {
  margin: 4px 0 6px;
  border-top: 1px solid #eaeaea;
  padding: 8px 0 0 0;
  color: #666666;
  font-weight: bold;
}

.calendar-view-table .views-field.views-field-field-event-start-date {
  font-size: 11px;
  font-weight: bold;
  color: #888888;
  margin: 0;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.ui-widget.ui-widget-content {
  padding: 0;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  font-family: var(--font_family_poppins);
}

.ui-dialog .ui-dialog-titlebar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem !important;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  background-color: #ffffff;
}

.ui-dialog .ui-dialog-title {
  width: 100% !important;
  font-size: 1rem;
  font-weight: bold;
  box-sizing: border-box;
}

.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog .ui-dialog-content {
  padding: 1rem !important;
  font-size: 16px;
}

.ui-dialog .ui-dialog-buttonpane {
  margin: 0 !important;
  padding: 0.75rem !important;
  border-top: 1px solid #dee2e6 !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important;
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer !important;
  margin: 0 4px !important;
  font-size: 14px;
  transition: all 0.3s;
  color: var(--primary_color);
  border-color: var(--primary_color);
  background-color: #ffffff !important;
  height: 36px;
  line-height: 22px;
  padding: 0.375rem 0.75rem !important;
  border-radius: 4px;
}

.ui-dialog .ui-dialog-buttonpane button:first-child {
  background: var(--primary_color) !important;
  color: #fff;
}

/* ===================== HPC ======== */
.about-hpc {
  margin: 0 auto;
  padding: 40px 15px;
  max-width: 1200px;
  box-sizing: border-box;
}

.about-hpc h2,
.about-hpc-foundational-stage ul li h2 {
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.hpc-empower .col-md-6 figure,
.hpc-empower .col-md-12 figure {
  margin: 0;
  height: 160px;
  overflow: hidden;
  border-radius: 17px;
}

.hpc-empower .col-md-12 figure {
  height: 260px;
}

.hpc-empower .col-md-6 figure img,
.hpc-empower .col-md-12 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hpc-stages {
  margin: 50px 0;
}

.hpc-stages h2 {
  margin: 0;
  padding: 0;
  display: flex;
  color: #333333;
  font-size: 28px;
  line-height: 48px;
  align-items: center;
  transition: all 0.3s;
  letter-spacing: -0.1px;
  text-transform: capitalize;
  border: none;
}

.hpc-stages h2 strong {
  font-size: 100px;
  font-weight: 800;
  margin: 0 10px 0 0;
  line-height: 100px;
}

.hpc-stages-staps {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.hpc-stages-staps li {
  width: 150px;
  height: 150px;
  display: flex;
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  margin: 0 0 0 30px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  list-style-type: none;
  justify-content: center;
  border: 4px solid #e15a11;
}

.hpc-stages-staps li .stage-names {
  display: flex;
  align-items: center;
  border-radius: 0 50px 50px 0;
}

.hpc-stages-staps li .stage-names>p:first-child {
  z-index: 0;
  left: -20px;
  color: #e15a11;
  font-size: 80px;
  font-weight: bold;
  line-height: 70px;
  position: absolute;
  background: #fffbf7;
  padding: 5px 0 0;
}

.hpc-stages-staps li .stage-names p {
  margin: 0;
  position: relative;
  padding: 0 10px 0 30px;
}

.about-hpc-foundational-stage ul {
  margin: 0;
  padding: 0;
}

.about-hpc-foundational-stage ul li {
  margin: 0 0 50px;
  list-style-type: none;
}

.about-hpc-foundational-stage ul li h2 {
  margin: 0 0 0 0;
}

.about-hpc-foundational-stage-details {
  display: flex;
  align-items: flex-start;
}

.about-hpc-foundational-stage-details .foundational-text-details {
  /* margin: 0 0 15px; */
  padding: 0 46px 0 0;
  box-sizing: border-box;
  width: calc(100% - 334px);
}

.about-hpc-foundational-stage-details .foundational-text-details h2 {
  margin: 0 0 20px 0;
}

.about-hpc-foundational-stage-details .foundational-text-details p {
  margin: 0 0 20px;
}

.pdf-downloader {
  width: 334px;
  border-radius: 12px;
  box-sizing: border-box;
}

.pdf-downloader figure {
  height: 194px;
  overflow: hidden;
  border-radius: 13px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  margin: 0 0 14px;
}

.pdf-downloader figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-center-flex {
  display: flex;
  justify-content: space-between;
}

.text-center-flex a.hpc-hands-on {
  align-items: center;
  font-size: 14px;
  padding: 11px 18px;
  margin: 0;
}

.download-links {
  color: #0d0d0d;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  margin-top: 15px;
}

.download-links img {
  margin: 0 10px;
}

.download-links span {
  color: #737373;
  font-size: 12px;
  line-height: 24px;
}

.hpc-hands-on {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  margin: 0 20px 0 0;
  align-items: center;
  background: #e15a11;
  display: inline-flex;
  letter-spacing: 0.1px;
  text-decoration: none;
  padding: 10px 20px;
  justify-content: center;
}

.hpc-hands-on img {
  width: 16px;
  margin: 2px 0 0 10px;
}

.text-center-flex .hpc-hands-on img {
  margin: 0 0 0 10px;
}

.head-banner h2 .hpc-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  position: relative;
  z-index: 20;
}

.head-banner h2 .hpc-banner-actions .hpc-hands-on {
  margin: 0;
}

.head-banner h2 .hpc-banner-actions .hpc-hands-on img {
  margin: 0 0 0 10px;
}

.head-banner h2 .hpc-banner-actions .hpc-watch-tutorial {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.hpc-watch-tutorial {
  position: relative;
}

.head-banner h2 .hpc-banner-actions .hpc-hands-on,
.head-banner h2 .hpc-banner-actions .hpc-watch-tutorial .dropdown-toggle {
  min-height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
}

.hpc-watch-tutorial .dropdown-toggle {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #0d0d0d;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin: 0;
  padding: 9px 16px;
  letter-spacing: 0.1px;
  vertical-align: middle;
}

.hpc-watch-tutorial .dropdown-toggle::after {
  display: none;
}

.hpc-watch-tutorial__play {
  color: #ff0000;
  font-size: 20px;
}

.hpc-watch-tutorial__chevron {
  color: #737373;
  font-size: 12px;
  margin-left: 4px;
}

.hpc-watch-tutorial .dropdown-menu {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  min-width: 260px;
  padding: 6px 0;
  z-index: 1050;
}

.hpc-watch-tutorial:hover .dropdown-menu {
  display: block;
  opacity: 1;
  top: 100%;
  left: 0;
  animation: none;
  transition: none;
}

.hpc-watch-tutorial .dropdown-item {
  align-items: center;
  color: #36454f;
  display: flex;
  font-size: 14px;
  gap: 12px;
  padding: 12px 16px;
  white-space: normal;
}

.hpc-watch-tutorial .dropdown-item i {
  color: #8c8c8c;
  font-size: 16px;
  width: 18px;
  text-align: center;
}

.hpc-watch-tutorial .dropdown-item:hover,
.hpc-watch-tutorial .dropdown-item:focus {
  background: #f8f8f8;
  color: #0d0d0d;
}

#hpcTutorialVideoModal .hpc-tutorial-video {
  width: 100%;
  display: block;
  background: #000;
}

.disabled-link {
  opacity: 0.4;
  cursor: not-allowed;
}

#foundational_stage .modal-dialog,
#preparatory_stage .modal-dialog,
#middle_stage .modal-dialog,
#secondary_stage .modal-dialog {
  padding: 0 10px;
  max-width: 1250px;
}

#foundational_stage .modal-dialog .modal-content,
#preparatory_stage .modal-dialog .modal-content,
#middle_stage .modal-dialog .modal-content,
#secondary_stage .modal-dialog .modal-content {
  overflow: hidden;
  border-radius: 15px;
}

#foundational_stage .modal-dialog .modal-body,
#preparatory_stage .modal-dialog .modal-body,
#middle_stage .modal-dialog .modal-body,
#secondary_stage .modal-dialog .modal-body {
  padding: 0px;
}

#foundational_stage .modal-dialog .modal-body .btn-close,
#preparatory_stage .modal-dialog .modal-body .btn-close,
#middle_stage .modal-dialog .modal-body .btn-close,
#secondary_stage .modal-dialog .modal-body .btn-close {
  top: 10px;
  opacity: 1;
  padding: 0;
  right: 10px;
  width: 12px;
  height: 12px;
  color: #0d0d0d;
  position: absolute;
  background-size: 12px;
}

.foundational-stage-box,
.preparatory-stage-box,
.middle-stage-box,
.secondary-stage-box {
  height: 100%;
  display: flex;
  background: #fffbf5;
  align-items: flex-start;
}

.foundational-stages {
  width: 140px;
}

.foundational-stages h4 {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  padding: 16px 10px 10px;
}

.foundational-stages-tabs .nav.nav-tabs {
  border: none;
  display: flex;
  height: 510px;
  overflow-y: auto;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 10px 0 10px;
  flex-wrap: nowrap;
}

.foundational-stages-tabs .nav.nav-tabs .nav-item {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}

.foundational-stages-tabs .nav.nav-tabs .nav-item a {
  border: none;
  padding: 10px 5px;
  color: #e15a11;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.3s;
}

.foundational-stages-tabs .nav.nav-tabs .nav-item a:hover,
.foundational-stages-tabs .nav.nav-tabs .nav-item a.active {
  background: #ffddca;
}

.foundational-stages-details {
  height: 580px;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
  width: calc(100% - 140px);
  /*padding: 10px 20px 9px 20px;*/
}

#foundational-stages-details-parts-abc .nav.nav-tabs {
  margin: 0 20px;
  padding: 10px 0 1px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #ebebeb;
}

#foundational-stages-details-parts-abc .nav.nav-tabs li a {
  border: none;
  color: #737373;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px;
  position: relative;
  background: #ffffff;
  transition: all 0.3s;
  box-sizing: border-box;
}

#foundational-stages-details-parts-abc .nav.nav-tabs li a::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background: #ffffff;
  transition: all 0.3s;
}

#foundational-stages-details-parts-abc .nav.nav-tabs li a:hover,
#foundational-stages-details-parts-abc .nav.nav-tabs li a.active {
  color: #0d0d0d;
  background: #fffbf5;
}

#foundational-stages-details-parts-abc .nav.nav-tabs li a:hover::before,
#foundational-stages-details-parts-abc .nav.nav-tabs li a.active::before {
  background: #e15a11;
}

#foundational-stages-details-parts-abc .tab-content .tab-pane {
  height: 534px;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

#foundational-stages-details-parts-abc .form-label {
  color: #0d0d0d;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

#foundational-stages-details-parts-abc .form-control {
  font-size: 14px;
}

.otp-inputs {
  display: flex;
  flex-wrap: wrap;
}

.otp-inputs label.form-label {
  width: 100%;
}

.otp-inputs input[type="text"] {
  width: 34px;
  margin: 0 5px 0 0;
}

.otp-inputs .form-check {
  padding: 0;
  display: flex;
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 20px 0 0;
  align-items: center;
}

.otp-inputs .form-check input {
  margin: 0 10px 0 0;
}

.form-check span {
  width: calc(100% - 1px);
}

.attendance-tables {
  font-size: 13px;
  line-height: 21px;
}

.attendance-tables table {
  background: #ffffff;
  border-color: #ebebeb;
}

.attendance-tables table tr th,
.attendance-tables table tr td {
  padding: 8px;
  vertical-align: middle;
}

.attendance-tables table tr th {
  color: #e15a11;
  font-weight: 500;
  background: #fffbf5;
  border-right: 1px solid #e15a11;
}

.activities-area {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e15a11;
}

.activities-area label.form-label {
  width: 100%;
  text-align: center;
  background: #fffbf5;
  margin: 0 !important;
  color: #e15a11 !important;
  font-size: 16px !important;
  padding: 6px 10px 10px 10px;
  line-height: 24px !important;
  border-bottom: 1px solid #e15a11;
}

.activities-area textarea {
  border: none;
  resize: none;
  height: 300px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 0px;
  padding: 10px 15px;
}

sup {
  color: red;
  font-size: 13px;
}

.label-image {
  width: 15px;
}

.planer-text {
  margin: 0;
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.attendance-tables.assessment-rubric-tables-part-b table {
  border-color: #e15a11;
}

.attendance-tables.assessment-rubric-tables-part-b table tr td textarea {
  width: 100%;
  height: 80px;
  resize: none;
  border: none;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.attendance-tables.assessment-rubric-tables-part-b table tr td textarea:focus {
  outline: none;
  box-shadow: none;
}

.thead-bg-white {
  color: #0d0d0d !important;
  background: #ffffff !important;
}

.thead-th-color {
  color: #0d0d0d !important;
  background: #ffddca !important;
}

.d-inline-block {
  display: inline-block;
}

.custom-radio-box {
  position: relative;
}

.custom-radio-box input {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}

.custom-radio-box label {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  align-items: center;
  transition: all 0.3s;
}

.custom-radio-box label i {
  font-size: 18px;
  margin: 0 8px 0 0;
}

.custom-radio-box:hover label,
.custom-radio-box .radio-custom:checked~label {
  color: #e15a11;
}

.border-bottom-none {
  border-bottom: none;
}

.self-and-peer-assessment table tr th,
.self-and-peer-assessment table tr td {
  width: 50%;
  vertical-align: middle;
}

.summarized-detailed-tables {
  padding: 0 20px 20px;
}

.summary-details-button {
  display: flex;
  align-items: center;
  margin: 24px 20px 15px 20px;
  justify-content: space-between;
}

.summary-details-button h3 {
  margin: 0;
  color: #e15a11;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}

.summary-details-button button {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 6px;
  margin: 0 0 0 10px;
  background: #e15a11;
  display: inline-flex;
}

.summary-details-button button img {
  width: 17px;
  height: 17px;
  margin: 0 0 0 20px;
}

.td-input-text {
  border: none;
  padding: 0;
  width: 40px;
  text-align: center;
}

/* ====== NAS and internation collalb revised design ===== */

.nas-section {
  margin: 0 auto;
  max-width: 1200px;
  font-family: "Poppins", sans-serif;
}

.survey-blocks {
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  background: #e15a11;
  box-sizing: border-box;
  align-items: flex-start;
}

.survey-blocks figure {
  margin: 0;
  width: 80px;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}

.survey-blocks figure img {
  width: 52px;
  object-fit: contain;
}

.survey-blocks .survey-heads {
  color: #0d0d0d;
  padding: 10px 20px 20px;
  background: #ebebeb;
  box-sizing: border-box;
  width: calc(100% - 80px);
  border-bottom: 25px solid #e15a11;
  box-shadow: 0px 4px 17.2px rgba(0, 0, 0, 0.04);
}

.survey-blocks .survey-heads h2 {
  margin: 0 0 5px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.survey-blocks .survey-heads h2 span {
  font-size: 18px;
  line-height: 30px;
}

.survey-blocks .survey-heads p {
  margin: 0;
}

.collaborations-tabs-update {
  display: flex;
  align-items: center;
}

.collaborations-tabs-update figure {
  margin: 0;
  width: 430px;
  height: 240px;
}

.collaborations-tabs-update figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collaborations-tabs-update .plan-text {
  padding: 0 0 0 50px;
  width: calc(100% - 430px);
  font-size: 16px;
  line-height: 30px;
}

.result-preview,
.pre-result-preview,
.ms-result-preview,
.secondary-result-preview {
  padding: 20px;
  height: 600px;
  overflow-y: auto;
}

.form-image {
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-image figure {
  margin: 0;
  height: 510px;
  overflow: hidden;
}

.form-image figure img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.press-release .views-row,
.result-box {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0 0 10px;
  padding: 20px 25px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

.result-box {
  display: block;
}

.result-box h3 a {
  color: var(--primary_color);
  margin: 0 0 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
}

.press-release .views-field.views-field-title {
  padding: 0 20px 0 0;
  width: calc(100% - 220px);
}

.press-release .views-field.views-field-nothing {
  background: #fff;
  width: 220px;
}

.press-release .views-field.views-field-nothing span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 18px;
}

.press-release .views-field.views-field-nothing span a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 34px;
  line-height: 32px;
  box-sizing: border-box;
  font-size: 12px;
  color: #0058db;
  border: 1px solid #0058db;
  font-weight: bold;
  border-radius: 4px;
  margin: 5px;
}

.select2-container {
  z-index: 9999;
}

#full_comp option,
#block-parakh-content #search-form,
#block-parakh-content h2:nth-child(2) {
  display: none;
}

#cg option {
  display: none;
}

#select2-cg-results li {
  display: none;
}

#select2-cg_comp-results li {
  display: none;
}

#prep_cg option {
  display: none;
}

#select2-prep_cg-results li {
  display: none;
}

#select2-preparatory_cg_comp-results li {
  display: none;
}

#select2-ms_domain_cg-results li {
  display: none;
}

#select2-ms_cg_comp-results li {
  display: none;
}

/* #select2-preparatory_cg_comp-results li {
    display: none;
} */

.spinner-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}

.spinner-fixed.spinner-flex {
  display: flex !important;
}

.spinner-fixed .spinner-border {
  border-color: #e15a11;
  border-right-color: transparent;
}

.select2-container--default.select2-selection--multiple {
  min-height: 38px;
  box-sizing: border-box;
  padding-top: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ced4da !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
  width: 100%;
}

.select2 {
  width: 100% !important;
}

.select2-container .select2-selection--multiple {
  display: inline-block;
  min-height: 35px;
}

.select2-container--default .select2-selection--multiple {
  padding-top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 2px 0 2px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none !important;
}

.list-style-type-dise {
  padding: 0 0 0 20px;
}

.list-style-type-dise li {
  list-style-type: disc !important;
}

/* Evene calendar details page */

.main-event-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-event-photo figure {
  width: 100%;
  height: 440px;
  overflow: hidden;
  border-radius: 5px;
}

.main-event-photo figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-event-photo h2 {
  width: 100%;
  margin: 10px 0;
}

.main-event-photo .detailed-shared {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0 10px 0;
  justify-content: flex-end;
}

.hpc-empower .gallery-lists .views-element-container>div>div {
  width: 100%;
  margin: 0 0 24px;
}

.hpc-empower .gallery-lists .views-element-container>div>div div span {
  border: none;
  background: #ffffff;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.hpc-empower .gallery-lists .views-element-container>div>div div span>.event-blog-image {
  height: 220px !important;
  margin: 0 0 15px;
  overflow: hidden;
}

.hpc-empower .gallery-lists .views-element-container>div>div div span>.event-blog-image>img {
  height: 230px !important;
  border-radius: 5px 5px 0 0;
  object-position: center;
  transition: all 0.3s;
  transform: scale(1);
}

.hpc-empower .gallery-lists .views-element-container>div>div div span>.event-blog-image:hover>img {
  transform: scale(1.15);
}

.detailed-shared {
  display: flex;
  padding: 10px 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.detailed-shared li,
.detailed-shared li i,
.detailed-shared li a,
.detailed-shared li a i {
  display: flex;
  align-items: center;
  color: #9c9c9c;
  line-height: 21px;
}

.detailed-shared li+li {
  border-left: 1px solid #9c9c9c;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}

.detailed-shared li p {
  padding: 0 0 0 6px !important;
}

.hpc-empower .gallery-lists .views-element-container>div>div div span h5,
.hpc-empower .gallery-lists .views-element-container>div>div div span h5 a {
  color: #151515;
  padding-bottom: 0;
  transition: all 0.3s;
}

.hpc-empower .gallery-lists .views-element-container>div>div div span:hover h5 a,
.detailed-shared li a:hover,
.detailed-shared li a:hover i {
  color: var(--primary_color);
}

.toggle-share-btn {
  position: relative;
}

.toggle-share-btn>a::after {
  display: none;
}

.toggle-share-btn .dropdown-menu {
  background: #fff;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 0 !important;
  transform: translate(0px, 23px) !important;
  right: 0 !important;
  left: auto !important;
}

.toggle-share-btn .dropdown-menu li span {
  display: flex !important;
  background: #fff;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 36px !important;
  padding: 0 !important;
}

.toggle-share-btn .dropdown-menu li span a {
  margin: 0 !important;
  padding: 6px !important;
  background: #fff;
}

.toggle-share-btn .dropdown-menu li span a>span {
  height: 24px !important;
  background: #fff;
}

/* Scroll to Top */
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: #fff;
  padding: 0px;
  border-radius: 50%;
  text-decoration: none;
  z-index: 1000;
  height: 34px;
  width: 34px;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
}

.info-tooltip {
  top: 20px;
  cursor: pointer;
  color: #e15a11;
  font-size: 17px;
  line-height: 17px;
  position: absolute;
}

.info-tooltip-m-25 {
  margin: 0 0 0 -25px;
}

.info-tooltip>img {
  width: 17px;
  height: 17px;
}

.info-tooltip.info-tooltip-static {
  top: 0;
  position: relative;
}

.custom-tooltip-box {
  width: 260px;
  cursor: auto;
  display: none;
  z-index: 9999999;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  border-radius: 8px;
  background: #111111;
  transition: all 0.3s;
  box-sizing: border-box;
}

.tooltip-right {
  top: -4px;
  left: calc(100% + 10px);
}

.tooltip-right::before {
  top: 4px;
  left: -13px;
  position: absolute;
  content: "";
  border-right: 8px solid #111111;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltip-left {
  top: -4px;
  right: calc(100% + 10px);
}

.tooltip-left::before {
  top: 4px;
  right: -13px;
  position: absolute;
  content: "";
  border-left: 8px solid #111111;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltip-bottom {
  margin: 0 0 0 -130px;
  top: calc(100% + 10px);
}

.tooltip-bottom::before {
  left: 50%;
  top: -16px;
  content: "";
  position: absolute;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #111111;
}

.tooltip-top {
  margin: 0 0 0 -150px;
  bottom: calc(100% + 15px);
}

.tooltip-top::before {
  left: 50%;
  content: "";
  bottom: -16px;
  position: absolute;
  border-right: 8px solid transparent;
  border-top: 8px solid #111111;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltip-content-box {
  min-height: 0;
  color: #ffffff;
  font-size: 12px;
  overflow-y: auto;
  text-align: left;
  max-height: 240px;
  line-height: 16px;
}

.tooltip-content-box ul {
  margin: 0;
  padding: 0 0 0 16px;
}

.tooltip-content-box ul li {
  margin: 0 0 5px;
  list-style-type: disc;
}

.info-tooltip:hover .custom-tooltip-box {
  display: block;
}

.tooltip-absolute-right-top {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 999;
}

.tooltip-absolute-left-top {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 999;
}

.tooltip-absolute-right-bottom {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 999;
}

.tooltip-absolute-left-bottom {
  position: absolute;
  left: 6px;
  bottom: 6px;
  z-index: 999;
}

.search-input .search-block-form {
  display: flex;
}

.search-input .search-block-form div:nth-child(2) {
  width: calc(100% - 110px);
}

.search-input .search-block-form div input {
  display: block;

  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-input .search-block-form div input[type="submit"] {
  width: 100px;
  margin: 0 0 0 10px;
  background: var(--primary_color);
  color: var(--white_text_color);
  border: 1px solid var(--primary_color);
}

#result_search .search-list .item {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 15px 18px;
  margin: 0 0 10px;
}

#result_search .search-list .item h3 a {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  display: inline-block;
  color: var(--primary_color);
}

#result_search .search-list .item p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 0 0 5px;
}

.full-search form {
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 25px 10px rgba(255, 255, 255, 0.5);
}

.full-search form>div {
  width: 100%;
  position: relative;
}

.full-search form input {
  height: 40px;
  border: 1px solid #eaeaea;
  color: #6c6d72;
  display: block;
  font-size: 20px;
  line-height: 40px;
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}

.full-search form button {
  width: 40px;
  height: 40px;
  display: flex;
  color: #fff;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  border: none;
  background: var(--primary_color);
  z-index: 9;
  top: 0;
  padding: 16px;
  box-sizing: border-box;
}

.full-search form button svg path {
  fill: #fff;
}

#exampleModal.modal .modal-dialog {
  max-width: 900px;
}

#exampleModal .modal-content {
  margin: 106px 0 0 0;
}

.bg-white {
  background: #ffffff !important;
}

.material-needs {
  display: flex;
  align-items: center;
}

.material-needs p {
  width: 150px;
  margin: 0 0;
}

.material-needs input {
  border: none;
  height: 30px;
  line-height: 30px;
  width: calc(100% - 150px);
}

.material-needs select {
  background: #f5f7fa;
  border: 1px solid #e5e7f0;
  height: 30px;
  line-height: 30px;
  width: 45px;
  border-radius: 4px;
}

.height-140 {
  height: calc(140px - 20px) !important;
}

.height-70 {
  height: 70px !important;
}

.thead-bg-a {
  font-size: bold;
  color: #0d0d0d !important;
  background: #eb99b6 !important;
}

.thead-bg-b {
  font-size: bold;
  color: #0d0d0d !important;
  background: #f9f7b4 !important;
}

.thead-bg-c {
  font-size: bold;
  color: #0d0d0d !important;
  background: #7de4ff !important;
}

.progress-wheeler figure.full-progress img {
  max-width: 320px;
}

.progress-wheeler figure.full-progress-work img {
  max-width: 200px;
}

.coming-soon {
  margin: 0 0 40px;
  text-align: center;
}

.coming-soon img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}

.duration-input {
  border: 1px solid #eaeaea !important;
  padding: 0 10px;
  margin: 0 10px 0 0;
  width: 50px !important;
  text-align: center;
}

#prss_parakh {
  padding: 50px 0px 30px;
  background: url("../img/bg_wave.png") no-repeat scroll left 0px top -10px;
}

.prss-content h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  color: var(--primary_color);
  margin: 0 0 20px;
}

.prss-content>p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.prss-content .hpc-hands-on {
  margin: 0 !important;
}

.prss-content .hpc-hands-on.btn-with-border {
  border: 1px solid var(--primary_color);
  background: #fff;
  color: var(--primary_color) !important;
}

.prss-video .parakh-video {
  height: 330px !important;
}

.about-education-system {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 40px;
  background: #ffffff;
  transition: all 0.3s;
  box-sizing: border-box;
}

.grade-pdf-lists ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.head-new-color {
  color: #981f4d;
}

.grade-pdf-lists ul li {
  font-size: 12px;
  font-weight: normal;
}

.grade-pdf-lists ul li+li {
  margin: 0 0 0 8px;
}

.grade-pdf-lists ul li a {
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background-color: #ffbf80;
  color: var(--primary_text_color);
}

.grade-pdf-lists ul li a:hover {
  color: #830736;
}

.grade-pdf-lists ul li span {
  display: inline-block;
  margin: 0 5px;
}

/* PRS Video Modules */
.prs-video-modules .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.prs-video-card {
  max-width: 240px;
}

.prs-video-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.prs-video-card figure {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 0 10px;
}

.prs-video-card figure img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.3s;
}

.prs-video-card:hover figure img {
  transform: scale(1.05);
}

.prs-video-card .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.3s;
}

.prs-video-card:hover .play-overlay {
  opacity: 1;
}

.prs-video-card .play-overlay span {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--primary_color);
}

.prs-video-card p {
  font-size: 13px;
  line-height: 18px;
  color: var(--primary_color);
  margin: 0;
}

.bullet-points ul {
  padding: 0 0 0 18px;
}

.bullet-points ul li {
  list-style-type: disc;
}

.custom-form-modal form label,
#drupal-modal form label {
  color: #0d0d0d;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.custom-form-modal form input,
#drupal-modal form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 0 10px;
}

.custom-form-modal form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  height: 100px;
  border-radius: 0.25rem;
}

.ui-dialog .ui-dialog-titlebar-close {
  display: block;
  position: relative;
  background: none;
  border: none;
  color: black;
}

.ui-dialog .ui-dialog-titlebar-close::before {
  content: "X";
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 5px;
  line-height: 22px;
}

#drupal-modal {
  max-height: 100% !important;
  overflow: visible;
}

#drupal-modal form {
  width: 100%;
}

#drupal-modal form>div {
  display: flex;
  flex-direction: column;
}

.ui-dialog .ui-dialog-buttonpane button {
  border: none;
}

.para-check {
  position: relative;
}

.para-check p {
  height: 100%;
}

.active-column-a,
.active-column-s,
.active-column-c {
  background: #ffffff;
}

.highlight-td.active-column-a {
  background: #ffe3ed;
}

.highlight-td.active-column-s {
  background: #f8f7c8;
}

.highlight-td.active-column-c {
  background: #d2f1fa;
}

.para-check input {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.vertical-align-top {
  vertical-align: top !important;
}

/* map */

.india-map-statistics {
  display: flex;
  justify-content: center;
}

.india-map-statistics .nav-tabs {
  border: none;
}

.india-map-statistics .nav-tabs .nav-link {
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.india-map-statistics .nav-tabs .nav-link.active path,
.india-map-statistics .nav-tabs .nav-link:hover path,
.india-map-statistics .nav-tabs .nav-link.active#andaman-nicobar-tab path,
.india-map-statistics .nav-tabs .nav-link#andaman-nicobar-tab:hover path,
.india-map-statistics .nav-tabs .nav-link.active#lakshadweep-tab path,
.india-map-statistics .nav-tabs .nav-link#lakshadweep-tab:hover path {
  fill: #8a3009;
}

.hover-pre {
  position: absolute;
  background: red;
}

.india-map-statistics .nav-tabs .nav-link:focus {
  border: none;
  outline: none;
}

.hpc-click-count {
  /* text-align: right; */
  margin: 0 0 15px;
}

.hpc-click-count span {
  padding: 0px 15px;
  border-radius: 50px;
  display: inline-block;
  box-sizing: border-box;
  background: #fff0ea;
  color: #111111;
  margin: 0;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

.blog-section {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #dee2e6;
}

.blog-section figure {
  width: 440px;
  height: 230px;
  overflow: hidden;
}

.blog-section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-section .blog-details {
  padding: 0 0 0 40px;
  box-sizing: border-box;
  width: calc(100% - 440px);
}

.blog-section .blog-details h6 a {
  color: #212529;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-section .blog-details .blog-creation ul {
  display: flex;
  margin: 0 0 26px;
}

.blog-section .blog-details .blog-creation ul li {
  font-size: 11px;
  color: #5e5757;
  line-height: 20px;
  padding: 0 7px 0 0;
  display: flex;
  align-items: center;
}

.blog-section .blog-details .blog-creation ul li>div {
  margin: 0 7px 0 0;
  color: #5e5757;
}

.blog-section .blog-details .blog-creation ul li+li {
  padding: 0 7px;
  border-left: 1px solid #5e5757;
}

.blog-section .blog-details .plan-text {
  color: #36454f;
  margin: 0;
  font-size: 13px;
  line-height: 25px;
}

.blog-section>.blog-details>.plan-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.blog-section .blog-details .plan-text ol {
  padding: 0 0 0 18px;
}

.blog-section .blog-details .plan-text ol li {
  list-style-type: disc;
}

.ol-list-style ol,
.ol-list-style ul {
  padding: 0 0 0 16px;
}

.ol-list-style ol li {
  list-style-type: decimal !important;
}

.ol-list-style ul li {
  list-style-type: disc !important;
}

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

.blog-filters h2 {
  margin: 0;
}

.blog-filters fieldset #edit-year--2 .form-radios {
  display: flex;
  min-width: 250px;
  border-bottom: 1px solid #000;
  justify-content: flex-end;
}

.blog-filters fieldset #edit-year--2 .form-radios .js-form-item {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #b7b7b7;
  margin: 2px 0 5px 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.blog-filters .fieldset-wrapper label.option.highlight,
.blog-filters fieldset #edit-year--2 .form-radios .js-form-item:hover {
  color: #111;
}

.blog-filters fieldset #edit-year--2 .form-radios .js-form-item input {
  display: none;
}

.inner-blog-details {
  display: flex;
  align-items: flex-start;
}

.blog-details-left {
  width: calc(100% - 290px);
  box-sizing: border-box;
  padding: 0 40px 0 0;
}

.blog-details-left figure {
  overflow: hidden;
  height: 440px;
  width: 100%;
  margin: 0 0 24px;
}

.blog-details-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.blog-details-right {
  width: 290px;
}

.blog-details-left .detailed-shared {
  padding: 0 0 30px 0;
}

.blog-details-left>ul {
  padding: 0 0 0 18px;
}

.blog-details-left>ul li {
  list-style-type: disc;
}

.blog-details-left p.plan-text {
  font-size: 13px;
  line-height: 25px;
  color: #36454f;
}

.blog-lists .blog-section {
  padding: 0 0 32px;
  border: none;
  flex-direction: column;
}

.blog-lists .blog-section figure {
  width: 100%;
  height: 160px;
}

.blog-lists .blog-section .blog-details {
  width: auto;
  padding: 20px 0 0;
}

.blog-lists .blog-section .blog-details h6 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.blog-lists .blog-section .blog-details .blog-creation ul {
  flex-wrap: wrap;
  margin: 0;
}

/* Secondary statge hpc form */

.activities-area-ss.activities-area {
  border: 1px solid #355999;
}

.activities-area-ss.activities-area label.form-label {
  text-align: left;
  background: #e9f1ff;
  color: #0d0d0d !important;
  border-bottom: 1px solid #355999;
}

.activities-area-ss.activities-area .attendance-tables.assessment-rubric-tables-part-b table {
  border-color: #355999;
}

.border-right-ss,
.activities-area-ss.activities-area .attendance-tables.assessment-rubric-tables-part-b table tr th {
  border-right: 1px solid #355999 !important;
}

.border-right-primary {
  border-right: 1px solid #e15a11 !important;
}

.border-top-ss {
  border-top: 1px solid #355999 !important;
}

.activities-area-ss.activities-area .attendance-tables.assessment-rubric-tables-part-b table tr:last-child th,
.activities-area-ss.activities-area .attendance-tables.assessment-rubric-tables-part-b table tr:last-child td {
  border-bottom: none;
}

.activities-textarea-select-time input {
  height: 26px;
  margin: 0 10px;
  padding: 0 10px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  width: 50px !important;
  border: 1px solid #eaeaea !important;
}

.activities-textarea-select-time input::-webkit-outer-spin-button,
.activities-textarea-select-time input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.activities-textarea-select-time input[type="number"] {
  -moz-appearance: textfield;
}

.activities-area-scroll {
  padding: 0 20px;
  overflow-y: auto;
  min-height: auto;
  max-height: 488px;
}

.table-header-absolute {
  right: 10px;
  position: absolute;
  font-weight: normal;
}

.student-competency-profile-activities-area table tr th,
.student-competency-profile-activities-area table tr td {
  width: auto;
  font-weight: 500;
}

.student-competency-profile-activities-area-data table tr td:first-child {
  text-align: left;
  font-weight: 500;
}

.student-competency-profile-activities-area-data table tr td {
  border: 1px solid #ebebeb;
  text-align: center;
}

.student-competency-profile-activities-area-data .active-activities-area td {
  color: #e15a11;
  background: #fffbf5;
}

.thead-counter {
  top: 3px;
  right: 4px;
  width: 30px;
  height: 30px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  background: #fffbf5;
  border: 1px solid #e15a11;
}

.range-slider {
  height: 10px;
  position: relative;
  border-radius: 30px;
  background: linear-gradient(to right,
      #e7344d 0%,
      #e7344d 20%,
      #fb7d1d 20%,
      #fb7d1d 40%,
      #ffcd2a 40%,
      #ffcd2a 60%,
      #abd91a 60%,
      #abd91a 80%,
      #4dcc58 80%,
      #4dcc58 100%);
}

.range-slider input[type="range"] {
  top: -2px;
  left: -2px;
  width: 100%;
  height: 10px;
  position: absolute;
  background: transparent;
  -webkit-appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #e7344d;
}

.range-slider input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #e7344d;
}

/* menu test-------------- */

/* .wsmenu-list {
  list-style-type: none;
}

.wsmenu-list > li {
  display: inline-block;
  margin-right: 20px;
}

.sub-menu {
  display: none;
  position: absolute;
  list-style-type: none;
}

.menu-item:hover > .sub-menu {
  display: block;
}

.sub-menu-item {
  position: relative;
  padding: 10px;
}

.sub-menu-item:hover > .sub-menu {
  display: block;
  left: 100%;
  top: 0;
} */

#board-data-container {
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
  margin: 50px 0;
}

#board-data-container table {
  border: 1px solid #e9e9e9;
}

#board-data-container table tr th {
  background: #f9c1a6;
  padding: 15px 10px;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  vertical-align: middle;
  font-weight: 500;
  border: none;
}

#board-data-container table tr td {
  background: #ffffff;
  padding: 15px 10px;
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  vertical-align: middle;
}

#board-data-container table tr td a {
  color: #333333;
}

.board-logo-img {
  display: flex;
  align-items: center;
}

.board-logo-img img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  margin: 0 10px 0 0;
}

.board-logo-img p {
  width: calc(100% - 42px);
  text-transform: capitalize;
}

#documents-modal #modalTitle {
  text-transform: capitalize;
}

#documents-modal {
  background: rgba(0, 0, 0, 0.6);
}

#documents-modal .modal-dialog {
  max-width: 650px;
}

.doc-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eaeaea;
}

.doc-download h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  width: calc(100% - 40px);
  box-sizing: border-box;
  padding: 0 10px 0 0;
}

.doc-download a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f3c1a6;
}

#documents-container>div:last-child .doc-download {
  margin: 0;
  padding: 0;
  border: none;
}

/* search and pagination */

.pagination-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pagination-controls button {
  min-width: 26px;
  background: #ffffff;
  height: 26px;
  line-height: 24px;
  padding: 0 8px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
}

.pagination-controls button:disabled {
  background: #dfdcda;
}

.pagination-controls div {
  margin: 0 0 0 15px;
}

.search-container {
  display: flex;
  margin: 0 0 30px;
}

.search-container input {
  height: 40px;
  border: 1px solid #eaeaea;
  color: #6c6d72;
  display: block;
  font-size: 16px;
  line-height: 40px;
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 300px;
  margin: 0 10px 0 0;
}

#board-table th {
  cursor: pointer;
  user-select: none;
}

#board-table th span {
  margin-left: 5px;
  font-size: 12px;
}

#board-table th span::before {
  content: "";
}

/* Reports and publications */
#report_publication_blog .views-element-container>div {
  display: flex;
  flex-wrap: wrap;
}

#report_publication_blog .views-element-container>div .views-row {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}

.report-public-blog {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 12px 37.3px rgba(247, 247, 247, 0.08);
  border-radius: 8px;
  padding: 9px;
}

.report-public-blog>img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}

.report-public-blog>h6 {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  overflow: hidden;
  height: 56px;
  text-overflow: ellipsis;
  display: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.report-public-blog>h6:last-child {
  display: block;
}

.blog-details-left blockquote {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  background: #f4f4f4;
  border-radius: 3px;
  padding: 10px 20px 10px 25px;
  font-weight: 500;
  border-left: 4px solid #e15a11;
}

.blog-details-left blockquote {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  background: #f4f4f4 url("/themes/parakh/img/blackquotes.png") no-repeat scroll left 6px top 2px / 26px;
  border-radius: 3px;
  padding: 10px 20px 10px 38px;
  font-weight: 500;
  border-left: 4px solid #e15a11;
}

.report-public-blog>h6:last-child {
  height: auto;
}

.report-public-blog>p a,
.report-public-blog>h6:last-child a {
  height: 36px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  letter-spacing: 0.1px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #ff7f23;
  color: var(--white_text_color);
  background: var(--primary_color);
  transition: all 0.3s;
  display: block;
}

.report-public-blog>h6:last-child a span,
.report-public-blog>p a span {
  margin: 0 10px 0 0;
}

.report-public-blog>h6:last-child a img,
.report-public-blog>p a img {
  height: 13px;
  margin: -3px 0 0 0;
}

figure.card-frame {
  box-sizing: border-box;
  border: 1px solid #f26522;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.08));
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
}

figure.card-frame img {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
}

a.report-redirect-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  margin: 12px 15px 0;
  width: calc(100% - 30px);
  border: 1px solid #f26522;
  border-radius: 50px;
  color: #f26522;
  font-size: 16px;
  font-weight: bold;
}

#foundation_learning table {
  width: 100%;
  border-collapse: collapse;
}

#foundation_learning table thead tr th {
  background: rgba(255, 153, 98, 0.34);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #e9e9e9;
}

#foundation_learning table tbody tr td {
  padding: 8px 15px;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #e9e9e9;
}

#foundation_learning table tbody tr td a {
  color: #b64000;
}

.data-not-available {
  display: flex;
  text-align: center;
  align-items: center;
  padding: 50px 15px;
  flex-direction: column;
  justify-content: center;
}

div#foundation_learning .views-element-container>div form div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

div#foundation_learning .views-element-container>div form div select {
  width: 330px;
  padding: 6px 10px;
}

div#foundation_learning .views-element-container>div form div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

#foundation_learning table thead tr th:first-child {
  width: 60px;
  text-align: center;
}

#foundation_learning table thead tr th:last-child {
  width: 230px;
  text-align: center;
}

#foundation_learning table tbody tr td:first-child,
#foundation_learning table tbody tr td:first-child {
  text-align: center;
}

#foundation_learning table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
}


/* Fls reports */
.prs-reports-cards.fls-reports {
  margin: 30px 0 0 0;
}

.fls-reports a.report-redirect-link-btn {
  box-sizing: border-box;
  border: 1px solid #f26522;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.08));
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.fls-reports a.report-redirect-link-btn figure.card-frame {
  border: none;
  filter: none;
  padding: 0;
  width: 100%;
  transition: all 0.3s;
  transform: scale(1);
}

.fls-reports a.report-redirect-link-btn figure.card-frame img {
  height: 350px;
}

.fls-reports a.report-redirect-link-btn:hover figure.card-frame {
  transform: scale(1.1);
}


/* Calendar design */

/* FullCalendar hover tooltip */
.fc-hover-tooltip {
  position: fixed;
  z-index: 99999;
  display: none;
  max-width: 380px;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(33, 33, 33, 0.96);
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  pointer-events: none;
  white-space: normal;
  word-break: break-word;
}


/* Dim days from previous/next month in month view */
.fc .fc-daygrid-day.fc-day-other {
  background: #f4f4f6;
  /* slightly darker than your current */
}

.fc .fc-daygrid-day.fc-day-other .fc-daygrid-day-number {
  color: #7a7a7a;
  /* soften the date number */
}

/* Keep hover usable */
.fc .fc-daygrid-day.fc-day-other:hover {
  background: #ececf0;
}


/* Change background color for days outside the current month */
/* .fc .fc-daygrid-day.fc-day-other {
  background-color: #f0f0f0 !important; 
} */

td.fc-day.fc-widget-content.fc-other-month {
  background-color: #F4F4F4;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  padding: 2px 4px;
}

.fc-day-grid-event .fc-content {
  text-overflow: ellipsis;
}

.fc-button-primary {
  color: #fff;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active,
.fc-button-primary:hover {
  color: #fff;
  background-color: #d64602;
  border-color: #d64602;
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: #ff7a3c;
  border-color: #ff7a3c;
}

th.fc-day-header.fc-widget-header span {
  color: var(--primary_color);
  display: block;
  padding: 5px;
  text-transform: uppercase;
}

.fc-unthemed td.fc-today {
  background: #feddcd !important;
}

.fc-day.fc-widget-content:hover {
  background: #faf1ee;
  transition: all 0.3s;
}

/* Calendar design ends*/

.frame-report {
  position: relative;
}

.frame-report figure {
  border-radius: 10px 10px 0 0;
  border: 1px solid #f26522;
  border-bottom: none;
  padding: 20px 10px;
  background: #fff8f5;
}

.frame-report figure img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.frame-report>p {
  background: #f26522;
  border-radius: 0 0 10px 10px;
  padding: 6px 10px;
  text-align: center;
}

.frame-report>p a {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 16px;
  line-height: 24px;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}