body {
  margin: 0;
  padding: 0;
}
html,
body {
  scroll-behavior: smooth;
}

/* ----------------------------------------- */
/* FONTS STACK */
/* ----------------------------------------- */

@font-face {
  font-family: "albertB";
  src: url("AlbertSans-Bold.ttf");
}

@font-face {
  font-family: "albertSB";
  src: url("AlbertSans-SemiBold.ttf");
}

@font-face {
  font-family: "albertM";
  src: url("AlbertSans-Medium.ttf");
}

@font-face {
  font-family: "albertR";
  src: url("AlbertSans-Regular.ttf");
}

@font-face {
  font-family: "albertL";
  src: url("AlbertSans-Light.ttf");
}

@font-face {
  font-family: "interR";
  src: url("Inter-Regular.otf");
}

@font-face {
  font-family: "interL";
  src: url("Inter-Light.otf");
}
@font-face {
  font-family: "interM";
  src: url("Inter-Medium.otf");
}
@font-face {
  font-family: "interSB";
  src: url("Inter-SemiBold.otf");
}
@font-face {
  font-family: "interB";
  src: url("Inter-Bold.otf");
}
@font-face {
  font-family: "outfitB";
  src: url("Outfit-Bold.ttf");
}
/* ----------------------------------------- */
/* variables */
/* ----------------------------------------- */

:root {
  /* typography */
  --albertB: albertB, "sans-serif";
  --albertSB: albertSB, "sans-serif";
  --albertM: albertM, "sans-serif";
  --albertR: albertR, "sans-serif";
  --albertL: albertL, "sans-serif";

  --interR: interR, "sans-serif";
  --interL: interL, "sans-serif";
  --interM: interM, "sans-serif";
  --interSB: interSB, "sans-serif";
  --interB: interB, "sans-serif";
  --outfitB: outfitB, "sans-serif";

  /* colors */
  --color-primary: #007437;
  --color-text: #333333;
  --color-heading: #080a0b;
  --color-charcol: #121212;
  --color-lightblack: #222222;
  --color-white: #ffffff;
  --color-black: #000;

  /* spacing */
  --section-spacing: 64px 64px;
  /* transitions */
  --transition-05: all 0.5s ease;
}

a:hover,
a:focus {
  color: var(--color-primary);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  :root {
    --section-spacing: 32px 32px;
  }
}
@media screen and (max-width: 640px) {
  :root {
    --section-spacing: 16px 16px;
  }
}
/* ----------------------------------------- */
/* MISC  */
/* ----------------------------------------- */

div[class*="banner"] {
  padding: 0;
}
.navbar.container,
.container {
  margin: 0;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.row {
  margin: 0;
}

/* 
.ppt-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 6px 24px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  color: #1a7a4c;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ppt-btn:hover {
  border-color: #1a7a4c;
  box-shadow: 0 4px 14px rgba(26, 122, 76, 0.2);
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #1a7a4c;
  color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.ppt-btn:hover .btn-icon {
  background: #14623d;
  transform: rotate(45deg);
} */
/* ----------------------------------------- */
/* MAIN NAVIGATION  */
/* ----------------------------------------- */
.navbar-default {
  border: none;
  margin: 0;
  padding: 0;
}
#navbar {
  background: transparent;
  padding: 15px 64px !important;
  margin: 0 !important;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 767px) {
  #navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #navbar-collapse {
    width: calc(100% - 92px);
  }
}
#navbar {
  background: #f2fff7;
}
body:not(.path-frontpage) #navbar {
  min-height: 200px;
  background: #f2fff7 url("../images/header-bg.png") no-repeat bottom center /
    cover;
}
.path-frontpage #navbar {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.navbar .logo {
  padding: 0;
  margin: 0;
  /* padding-bottom: 1em; */
}
.navbar-nav {
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}
.navbar-default .navbar-nav > li {
  margin: 0;
  display: inline-block;
  float: none;
  padding: 0;
  background: transparent;
  transition: all 0.5s ease;
}
.navbar-default .navbar-nav > li > a {
  font: 15px/25px var(--albertR);
  color: #0f0f0f;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  min-width: 142px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: var(--color-white);
  background: var(--color-primary);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: var(--color-white);
  background: var(--color-primary);
}
/* .navbar-default .navbar-nav>li>a { 
    color: var(--color-white);
    background: var(--color-primary);
} */

/* Gradient background layer */
.navbar-default .navbar-nav > li > a::before {
  content: "";
  position: absolute;
  inset: 0;

  background: var(--gold-gradient);

  opacity: 0;
  transition: opacity 0.3s ease;

  z-index: -1;
}

/* Hover / Focus / Active */
.navbar-default .navbar-nav > li > a:hover::before,
.navbar-default .navbar-nav > li > a:focus::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .active > a:hover::before,
.navbar-default .navbar-nav > .active > a:focus::before {
  opacity: 1;
}

/* Hover / Active text and border */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: var(--color-primary);
  color: var(--color-white);
}
.dropdown-menu {
  background: rgba(255, 255, 255, 0.7);
}
.dropdown-menu > li > a {
  font: 15px/25px var(--albertR);
  padding: 8px 20px;
  color: #0f0f0f;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: var(--color-text);
  border-bottom-color: var(--color-text);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: var(--color-primary);
}

.navbar-nav .dropdown-menu > li.active > a {
  color: var(--color-text);
}

.navbar-default .navbar-nav li.last .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width: 1280px) {
  #navbar {
    justify-content: flex-start;
    row-gap: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .navbar-default .navbar-nav > li {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  #navbar {
    padding: 15px 32px;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: var(--color-white);
    color: var(--color-text);
  }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    color: var(--color-text);
  }
  .navbar-default .navbar-toggle {
    background: var(--color-primary);
    border-color: var(--color-primary);
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: var(--color-white);
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
    padding: 0;
  }
  .navbar-nav {
    float: none;
    width: 100%;
    text-align: left;
  }
  .navbar-default .navbar-nav > li {
    display: block;
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: left;
  }
  .dropdown:hover .dropdown-menu {
    background: rgba(255, 255, 255, 1);
  }
  .dropdown-menu > li > a {
    white-space: pre-wrap;
  }
  .dropdown-menu {
    background: rgba(255, 255, 255, 1);
  }
  .navbar-default .navbar-nav > li > a {
    background: rgba(255, 255, 255, 1);
  }
}

/* ----------------------------------------- */
/* MAIN BANNER  */
/* ----------------------------------------- */

.mb-wrap > img {
  display: block;
  width: 100%;
  height: auto;
}
.tagline01 {
  font: 37px/50px var(--albertR);
  color: var(--color-white);
  margin: 0;
}
.tagline02 {
  font: 50px/53px var(--outfitB);
  color: var(--color-white);
  margin: 0;
}
.mb-text-wrap {
  position: absolute;
  left: 48px;
  bottom: 123px;
}
@media screen and (max-width: 992px) {
  .mb-text-wrap {
    bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .tagline01,
  .tagline02 {
    font-size: 36px;
  }
  .mb-text-wrap {
    bottom: 12px;
  }
}
@media screen and (max-width: 680px) {
  .mb-wrap > img {
    min-height: 320px;
    object-fit: cover;
  }
  .tagline01,
  .tagline02 {
    font-size: 24px;
  }
}
/* ----------------------------------------- */
/* ABOUTUS SECTION*/
/* ----------------------------------------- */
#block-aboutussectionfront {
  padding: 84px 84px;
  background: var(--color-white);
  position: relative;
}
#block-aboutussectionfront::after {
  width: calc(100% - 128px);
  height: 1px;
  background: linear-gradient(to right, #ffffff 0%, #707070 50%, #ffffff 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-title {
  font: 48px/64px var(--albertR);
  color: var(--color-heading);
  margin: 0 0 24px;
}
.section-title .bold {
  font: 48px/64px var(--interSB);
  color: var(--color-heading);
}
.content-wrap {
  font: 18px/36px var(--albertR);
  color: var(--color-text);
  text-align: justify;
}
#aboutus-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#aboutus-section .title-wrap {
  width: fit-content;
  min-width: 219px;
}
#aboutus-section .content-wrap {
  width: calc(100% - 300px);
}
@media screen and (max-width: 992px) {
  #block-aboutussectionfront {
    padding: 48px 48px;
  }
  #aboutus-section .content-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #block-aboutussectionfront {
    padding: 24px 24px;
  }
  #aboutus-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/* ----------------------------------------- */
/* LEADERSHIP MESSAGES*/
/* ----------------------------------------- */
#block-views-block-messages-block-1 {
  padding: var(--section-spacing);
}
#block-views-block-messages-block-1::after {
  content: "";
  width: 103px;
  height: 67px;
  background: url("../images/blockquote-icon.svg") no-repeat center center /
    contain;
  position: absolute;
  right: 64px;
  top: 64px;
}
.viewheader-wrap {
  margin: 0 0 0 380px;
}
.leadmsg-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 48px;
}
.leadmsg-wrap .lm-img {
  width: 333px;
}
.leadmsg-wrap .lm-content {
  width: calc(100% - 381px);
}
.lmmsg-summary {
  font: 16px/30px var(--albertR);
  color: #1f1f1f;
  margin: 0 0 24px;
}
.lm-title {
  font: 19px/30px var(--albertSB);
  color: #1f1f1f;
}
.lm-designation {
  font: 15px/25px var(--albertR);
  color: var(--color-primary);
}
.lm-img > img {
  display: block;
  width: auto;
  height: auto;
}
@media screen and (max-width: 992px) {
  .viewheader-wrap {
    margin: 0;
  }
  .leadmsg-wrap .lm-img {
    width: 100%;
  }
  .lm-img > img {
    display: block;
    margin: 0 auto 24px;
  }
  .leadmsg-wrap .lm-content {
    width: 100%;
  }
}
/* ----------------------------------------- */
/*      REALTIME IMPACT */
/* ----------------------------------------- */

#section-wrapper {
  padding: var(--section-spacing);
}
.section-text {
  font: 16px/26px var(--interL);
  color: var(--color-text);
}
.section-header {
  margin: 0 0 48px;
}
.kh-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 6px;
}

.kh-item {
  min-height: 210px;
  min-width: 200px;
  max-width: 210px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 21px 37px;
  gap: 32px;
  background: linear-gradient(180.17deg, #e9eae9 -50.1%, #ffffff 96.11%);
  border-left: 1px solid #dedede;
  border-radius: 12px;
}

.kh-item .stats {
  font: 38px/48px var(--albertSB);
  color: var(--color-charcol);
  margin: 0 0 14px;
}

.kh-item p {
  font: 18px/24px var(--albertR);
  color: var(--color-black);
  margin: 0;
}

.kh-item p:last-child {
  text-align: center;
}

.kh-item p:last-child span {
  display: block;
  overflow: hidden;
}
.section-header {
  margin: 0 0 48px;
}

/* ----------------------------------------- */
/*  Public Resources & Downloads */
/* ----------------------------------------- */
.resources-downloads .section-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-text span {
  display: block;
  margin: 0 0 8px;
}
.resources-downloads .prd-item {
  width: 260px;
  height: auto;
}
.prd-item .prd-icon {
  width: 70px;
  height: 75px;
  margin: 0 auto 24px;
  padding: 0 0 24px;
  position: relative;
  box-sizing: content-box;
}
.prd-item {
  position: relative;
  display: block;
  transition: var(--transition-05);
}
.prd-item:hover,
.prd-item:focus {
  text-decoration: none;
}
.prd-item::after {
  content: "";
  width: 1px;
  height: 145px;
  background-color: #a3a3a3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.prd-item:last-child::after {
  background: transparent;
}

.icon-acts-ord {
  background: url("../images/acts-ordinates-b.svg") no-repeat center center /
    contain;
}
.icon-route-class {
  background: url("../images/route-classification-icon.svg") no-repeat center
    center / contain;
}
.icon-forms-app {
  background: url("../images/forms-applications.svg") no-repeat center center /
    contain;
}
.icon-active-special {
  background: url("../images/active-special-compaigns.svg") no-repeat center
    center / contain;
}
.prd-item .prd-icon::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #636363;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.prd-title {
  font: 18px/22px var(--albertR);
  color: #636363;
  text-align: center;
}
.prd-title span {
  display: block;
  width: 100%;
}
/* ----------------------------------------- */
/* VIDEO GALLERY */
/* ----------------------------------------- */
#block-views-block-video-gallery-fp-block-1 {
  padding: var(--section-spacing);
  background: #f2fff7;
}
.videogal-title {
  font: 16px/24px var(--interM);
  color: var(--color-text);
}
#block-views-block-video-gallery-fp-block-1
  .view-content
  .field--name-field-media-oembed-video
  iframe {
  border-radius: 20px;
  overflow: hidden;
  min-height: 306px;
  height: 306px;
  width: 100%;
}
#block-views-block-video-gallery-fp-block-1 .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 24px;
}
#block-views-block-video-gallery-fp-block-1 .view-content > div {
  width: calc(33.333% - 24px);
}
@media screen and (max-width: 992px) {
  #block-views-block-video-gallery-fp-block-1 .view-content {
    flex-direction: column;
  }
  #block-views-block-video-gallery-fp-block-1 .view-content > div {
    width: 100%;
    margin: 0 0 24px;
  }
}
/* ----------------------------------------- */
/* NEWS MEDIA */
/* ----------------------------------------- */
#block-views-block-news-and-media-block-1 {
  padding: var(--section-spacing);
  background: #f2fff7;
}
#block-views-block-news-and-media-block-1 .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 24px;
}
#block-views-block-news-and-media-block-1 .view-content > div {
  width: calc(33.333% - 24px);
}
#block-views-block-news-and-media-block-1 .view-header .section-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #868686;
  padding-bottom: 24px;
}
.link-wrap {
  width: 170px;
}
#block-views-block-news-and-media-block-1 .content-text {
  width: calc(100% - 170px);
}
.pta-btn {
  position: relative;
  font: 16px/16px var(--interSB);
  color: var(--color-primary) !important;
  background: var(--color-white);
  width: fit-content;
  min-width: 168px;
  height: 44px;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition-05);
}

.pta-btn::after {
  content: "";
  height: 100%;
  width: 44px;
  background: var(--color-primary) url("../images/btnarrow.png") no-repeat
    center center;
  background-size: 11px 10px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: var(--transition-05);
}
.pta-btn:hover,
.pta-btn:focus {
  text-decoration: none;
  color: var(--color-white) !important;
}
.pta-btn:hover::after,
.pta-btn:focus::after {
  width: 100%;
  height: 100%;
  background-position: 140px 50%;
}
.nmimg-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 24px;
  border-radius: 24px;
}
.nmimg-wrap > img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(105%);
}
.nm-title {
  font: 16px/26px var(--albertR);
  color: var(--color-text);
  margin: 0;
  text-align: center;
}
.nm-item {
  display: block;
}
.nm-item:hover,
.nm-item:focus {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #block-views-block-news-and-media-block-1 .view-header .section-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #block-views-block-news-and-media-block-1 .content-text {
    margin: 0 0 24px;
  }
  #block-views-block-news-and-media-block-1 .view-content > div {
    width: calc(100% - 24px);
    margin: 0 auto 24px;
  }
}
/* ----------------------------------------- */
/* E-SERVICES */
/* ----------------------------------------- */
#block-eservicesfp {
  background: url("../images/eservices-bg.png") no-repeat center center / cover;
  padding: var(--section-spacing);
}
.text-white {
  color: var(--color-white);
}
.text-white > * {
  color: var(--color-white) !important;
}
.section-dark .section-title {
  font: 48px/64px var(--interSB);
  margin: 0 0 24px;
}
.section-dark .header-col .section-text {
  font: 16px/26px var(--albertR);
  color: var(--color-white);
  margin: 0 0 24px;
}
.section-eservices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.eservices-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 16px;
}
.eservices-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 244px;
  width: calc(33.33% - 16px);
  position: relative;
  padding: 12px;
  border-radius: 8px;
}
.eservices-item::before {
  content: "";
  width: 1px;
  height: 80%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.eservices-item::after {
  content: "";
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.eservices-item:nth-child(3)::before,
.eservices-item:nth-child(6)::before {
  background: transparent;
}
.eservices-item:nth-child(4)::after,
.eservices-item:nth-child(5)::after,
.eservices-item:nth-child(6)::after {
  background: transparent;
}
.eservices-item:hover,
.eservices-item:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}
.eservices-item:hover::before,
.eservices-item:focus::before,
.eservices-item:hover::after,
.eservices-item:focus::after {
  background: transparent !important;
}
.eservices-item img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 24px;
  padding: 0 0 24px;
  position: relative;
}
.eservices-item p {
  font: 20px/26px var(--interL);
  color: var(--color-white);
  margin: 0;
  text-align: center;
}
.eservices-item p span {
  display: block;
  width: 100%;
}
/* .section-dark .pta-btn {

} */
@media screen and (max-width: 992px) {
  .section-eservices {
    flex-direction: column;
  }
  .section-eservices > div {
    width: 100%;
  }
  .section-eservices > div:first-child {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .eservices-item {
    width: calc(50% - 16px);
  }
}
/* ----------------------------------------- */
/* INTERNAL PAGES */
/* ----------------------------------------- */
.view-jobs .view-empty::after,
.view-tenders .view-empty::after {
  content: "Currently no items are available, please check back later!";
}

a {
  outline: 0 !important;
}

#block-views-block-slick-x-block-main {
  display: none;
}

.region.region-content .content,
.region.region-content .view-content {
  font: 16px/26px var(--albertR);
  color: var(--color-text);
  line-height: 1.75;
}

.region.region-content .content a,
.region.region-content .view-content a {
  font: 16px/26px var(--albertR);
  text-decoration: none;
  color: var(--color-primary);
  /* border-bottom: 1px dotted var(--color-primary); */
}

.inner-page {
  min-height: calc(100vh - 413px);
}

#notfrontwrap {
  height: auto;
  min-height: 436px;
  /*position: relative;
    bottom: 10px;*/
  background:
    linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
    url("../images/internalpages-bg.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 1em;
  padding-bottom: 3em;
}

.path-frontpage #notfrontwrap {
  padding-bottom: 0;
}

#notfrontwrap {
  min-height: calc(100vh - 171px);
}

#notfrontwrap ul {
  /*list-style-image: url(../images/list-icon.png);*/
  /* line-height: 25px; */
}

#contentsection {
  padding: 0;
}

#page-title {
  font-family: var(--albertB);
  color: var(--color-primary);
  border: 0;
  margin: 0;
  margin-bottom: 18px;
  padding: 0;
}

.region.region-content h3 {
  font-family: var(--albertSB);
  color: var(--color-charcol);
}

.region.region-content h4 {
  font-family: var(--albertSB);
  color: var(--color-charcol);
}

.region.region-content .content ul,
.region.region-content .view-content ul {
  /*list-style-image: url("../images/bullet.png");*/
}

.region.region-content .content li,
.region.region-content .view-content li {
  padding: 6px 0;
}

.path-frontpage #notfrontwrap {
  min-height: 0;
  height: 0 !important;
}

.path-frontpage #contentsection {
  padding: 0 49px;
}

.breadcrumb {
  background: #f5f5f5;
  border-radius: 0;
  font: 16px/16px var(--albertR);
  margin: 0 -14px 12px;
  padding: 10px 18px;
}

.breadcrumb li {
  color: var(--color-charcol);
}

.breadcrumb li a {
  color: var(--color-charcol);
}

.breadcrumb > li + li:before {
  color: var(--color-charcol);
}

.breadcrumb > li.active {
  color: var(--color-primary);
}

.views-field-field-files a {
  background: url("../images/application-pdf.png") no-repeat center center /
    cover;
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: none !important;
  /*margin: 0 auto;*/
}

.galleryp_image img,
.video-pgallery iframe {
  display: block;
  height: 215px;
  width: 220px;
  max-width: 100%;
  /* object-fit: cover; */
  margin: 0 auto 1em;
}

.galleryp_title {
  text-align: center;
}

.galleryp_desg {
  text-align: center;
  font-size: 13px;
  min-height: 46px;
}

.galleryp_title a {
  display: block;
  height: 52.5px;
  overflow: hidden;
}

#block-system-main .date-display-single {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.noticep-wrap ul {
  padding-left: 1em;
}

time {
  font-weight: bold;
  margin-bottom: 10px;
}

.page-node-type-gallery .slick .slick__slide:focus {
  border: 0;
}

#edit-submitted-email {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.webform-submit.button-primary.btn.btn-primary.form-submit {
  margin-bottom: 2%;
}

/** Sitemap **/

.sitemap {
  padding: 0 1em;
}

.sitemap-item {
}

.sitemap-item ul {
  padding: 0 0 0 1.5em;
  margin: 0 !important;
  float: none;
  text-align: start;
  list-style: disc;
}

.sitemap-item ul li {
  float: none;
  display: list-item;
}

.sitemap-item ul li a {
  text-decoration: none;
  display: initial;
  font: 16px/16px var(--albertR);
  color: #333333;
  padding: 0;
}

.sitemap-item ul li a:hover,
.sitemap-item ul li a:focus {
  text-decoration: underline;
  background: transparent;
}

.sitemap .caret {
  display: none;
}

.sitemap-item ul li ul {
  position: initial;
  display: block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  background-clip: inherit;
  list-style: circle;
}

.sitemap-item ul li ul li {
  display: list-item;
}

.sitemap-item ul li ul li a,
.sitemap-item .navbar-nav .dropdown-menu > li > a {
  text-decoration: none;
  display: initial;
  font: 16px/16px var(--albertR);
  color: #333333;
  padding: 0;
}

.sitemap-item ul li ul li a:hover,
.sitemap-item ul li ul li a:focus,
.sitemap-item .navbar-nav .dropdown-menu > li > a:hover,
.sitemap-item .navbar-nav .dropdown-menu > li > a:focus {
  text-decoration: underline;
  background: transparent;
}

.sitemap-item .dropdown-menu > li > a:hover,
.sitemap-item .dropdown-menu > li > a:focus {
  color: #00173c !important;
}

.sitemap-item ul li ul li ul {
  display: none;
}

.sitemap-item ul li ul li.expanded ul {
  display: block;
  list-style: square;
}

/* ----------------------------------------- */
/* views - internal pages */
/* ----------------------------------------- */
.files-wrao {
  margin-bottom: 30px;
}

.files-wrao .views-field-nothing {
  height: 100%;
}

.files-wrao .field-content > a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

/* Thumbnail */
.files-wrao .gal-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f5f6f7;
}

.files-wrao .gal-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

/* Title */
.files-wrao .gal-title {
  margin: 0;
  padding: 15px 16px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
  background: #fff;
}

/* Hover */
.files-wrao .field-content > a:hover {
  text-decoration: none;
  border-color: #d5d9de;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.files-wrao .field-content > a:hover .gal-img img {
  transform: scale(1.04);
}

.files-wrao .field-content > a:hover .gal-title {
  color: #333;
}

@media (max-width: 767px) {
  .files-wrao {
    margin-bottom: 20px;
  }

  .files-wrao .gal-title {
    padding: 13px 14px;
    font-size: 16px;
  }
}
/* ----------------------------------------- */
/* ACTS, RULES AND ORDINANCE */
/* ----------------------------------------- */
/* =========================================
   Modern Documents Table
========================================= */

.table-responsive {
  border: 0;
  margin-bottom: 30px;
}

.table-responsive .table {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
}

/* Header */
.table-responsive .table thead th {
  padding: 15px 20px;
  background: #f7f8fa;
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

/* Rows */
.table-responsive .table tbody tr {
  transition: background-color 0.2s ease;
}

.table-responsive .table tbody tr:hover {
  background-color: #f8fafc;
}

/* Cells */
.table-responsive .table tbody td {
  padding: 17px 20px;
  border: 0;
  border-bottom: 1px solid #edf0f2;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
}

/* Remove bottom border from last row */
.table-responsive .table tbody tr:last-child td {
  border-bottom: 0;
}

/* Description column */
.table-responsive .views-field-title {
  width: 30%;
  font-weight: 500;
}

/* Attachment column */
.table-responsive .views-field-field-files {
  width: 70%;
}

/* Remove file icon */
.table-responsive .file-icon {
  display: none;
}

/* Remove file size */
.table-responsive .file-size {
  display: none;
}

/* Attachment link */
.table-responsive .file-link a {
  display: inline-flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* PDF indicator */
.table-responsive .file-link a::before {
  content: "PDF";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px 6px;
  border-radius: 4px;
  background: #f1f3f5;
  color: #666;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

/* Link hover */
.table-responsive .file-link a:hover {
  color: #1a73e8;
  text-decoration: none;
}

.table-responsive .file-link a:hover::before {
  color: #1a73e8;
  background: #eaf2ff;
}

/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {
  .table-responsive .table thead th,
  .table-responsive .table tbody td {
    padding: 13px 15px;
    font-size: 14px;
  }

  .table-responsive .views-field-title {
    width: 35%;
  }

  .table-responsive .views-field-field-files {
    width: 65%;
  }

  .table-responsive .file-link a {
    word-break: break-word;
  }
}
/* ----------------------------------------- */
/* BOARD COMPOSITION */
/* ----------------------------------------- */
#contentsectionwrap #contentsection .view-board-composition {
  margin-top: 25px;
}
.view-forms-and-applications .view-empty::before {
  content: "No forms and applications are currently available.";
  display: block;
  text-align: center;
  padding: 40px 20px;
  font-size: 18px;
  color: #555;
}

.view-forms-and-applications .view-empty {
  padding: 30px 15px;
}

.view-forms-and-applications .view-empty::before {
  content: "No forms and applications are currently available.";
  display: block;
  max-width: 700px;
  margin: 20px auto;
  padding: 30px 25px;

  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;

  color: #555;
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-left: 4px solid #337ab7;
  border-radius: 6px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);

  box-sizing: border-box;
}

/* =========================================
   SECTION HEADINGS
========================================= */

#contentsectionwrap .view-board-composition .view-content > h3 {
  position: relative;
  clear: both;
  margin: 0 0 25px;
  padding-bottom: 12px;
  color: #222;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

#contentsectionwrap .view-board-composition .view-content > h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  border-radius: 3px;
  background: currentColor;
}

/* =========================================
   BOARD CARDS
========================================= */

#contentsectionwrap .bc-wrapper {
  float: left;
  margin-bottom: 30px;
}

#contentsectionwrap .bc-wrapper .views-field-nothing {
  height: 100%;
}

#contentsectionwrap .bc-item {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

/* =========================================
   FIRST CARD AFTER EACH BOARD HEADING
========================================= */

#contentsectionwrap .view-content > h3 + .bc-wrapper {
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

#contentsectionwrap .view-content > h3 + .bc-wrapper .bc-item {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================
   MEMBER IMAGE
========================================= */

#contentsectionwrap .bcimg-wrap {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  background: #f4f5f6;
}

#contentsectionwrap .bcimg-wrap img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.35s ease;
}

/* =========================================
   CARD CONTENT
========================================= */

#contentsectionwrap .bccontent {
  min-height: 105px;
  padding: 18px 20px 20px;
  text-align: left;
}

#contentsectionwrap .bc-title {
  margin: 0 0 7px;
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

#contentsectionwrap .bc-designation {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}

/* =========================================
   HOVER EFFECT
========================================= */

#contentsectionwrap .bc-item:hover {
  transform: translateY(-5px);
  border-color: #d9dde2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.09);
}

#contentsectionwrap .bc-item:hover .bcimg-wrap img {
  transform: scale(1.04);
}

/* =========================================
   PAGINATION
========================================= */

#contentsectionwrap .pager-nav {
  clear: both;
  margin-top: 15px;
}

#contentsectionwrap .pager-nav .pagination {
  margin: 10px 0 30px;
}

#contentsectionwrap .pager-nav .pagination > li > a,
#contentsectionwrap .pager-nav .pagination > li > span {
  min-width: 38px;
  height: 38px;
  padding: 9px 12px;
  margin: 0 3px;
  border: 1px solid #e1e5e9;
  border-radius: 6px;
  color: #444;
  background: #fff;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

#contentsectionwrap .pager-nav .pagination > li > a:hover {
  background: #f5f7f9;
  border-color: #d5d9de;
}

#contentsectionwrap .pager-nav .pagination > .active > a,
#contentsectionwrap .pager-nav .pagination > .active > span {
  background: #333;
  border-color: #333;
  color: #fff;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  #contentsectionwrap .bcimg-wrap,
  #contentsectionwrap .bcimg-wrap img {
    height: 340px;
  }

  #contentsectionwrap .bccontent {
    padding: 16px 18px 18px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  #contentsectionwrap .view-board-composition .view-content > h3 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  #contentsectionwrap .bc-wrapper {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  #contentsectionwrap .view-content > h3 + .bc-wrapper {
    width: 100%;
  }

  #contentsectionwrap .view-content > h3 + .bc-wrapper .bc-item {
    max-width: 480px;
    width: 100%;
  }

  #contentsectionwrap .bcimg-wrap,
  #contentsectionwrap .bcimg-wrap img {
    height: 380px;
  }

  #contentsectionwrap .bccontent {
    min-height: auto;
    padding: 15px 16px 17px;
  }

  #contentsectionwrap .bc-title {
    font-size: 17px;
  }

  #contentsectionwrap .bc-designation {
    font-size: 14px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  #contentsectionwrap .bcimg-wrap,
  #contentsectionwrap .bcimg-wrap img {
    height: 330px;
  }

  #contentsectionwrap .bccontent {
    padding: 14px 15px 16px;
  }

  #contentsectionwrap .bc-title {
    font-size: 16px;
  }

  #contentsectionwrap .bc-designation {
    font-size: 13px;
  }
}
/* ----------------------------------------- */
/* GALLERY */
/* ----------------------------------------- */

.view-gallery .view-content {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: -15px;
  margin-right: -15px; */
}

.view-gallery .views-row {
  margin-bottom: 30px;
}

/* Gallery Card */
.view-gallery .views-field-nothing > .field-content > a {
  display: block;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Hover */
.view-gallery .views-field-nothing > .field-content > a:hover {
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Image Wrapper */
.view-gallery .gal-img {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden;
  background: #f5f5f5;
}

/* Image */
.view-gallery .gal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

/* Image Hover Zoom */
.view-gallery .views-field-nothing > .field-content > a:hover .gal-img img {
  transform: scale(1.05);
}

/* Gallery Title */
.view-gallery .gal-title {
  margin: 0;
  padding: 18px 20px;
  min-height: 72px;
  display: flex;
  align-items: center;

  color: #222;
  background: #fff;

  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

/* Keep title color on hover */
.view-gallery .views-field-nothing > .field-content > a:hover .gal-title {
  color: #337ab7;
}

@media (max-width: 991px) {
  .view-gallery .gal-img {
    height: 240px;
  }

  .view-gallery .gal-title {
    font-size: 16px;
    padding: 15px;
    min-height: 65px;
  }
}

@media (max-width: 767px) {
  .view-gallery .view-content {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .view-gallery .views-row {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .view-gallery .gal-img {
    height: auto;
    aspect-ratio: 426 / 290;
  }

  .view-gallery .gal-title {
    font-size: 17px;
    min-height: auto;
    padding: 15px;
  }
}
/* ----------------------------------------- */
/* MESSAGES */
/* ----------------------------------------- */

.path-messages .view-messages .view-content {
  margin: 0;
}

.path-messages .view-messages .message-wrapper {
  margin-bottom: 30px;
  padding: 0;
}

/* Message Card */
.path-messages .view-messages .leadmsg-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;

  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* =========================================
   Image
   ========================================= */

.path-messages .view-messages .lm-img {
  flex: 0 0 270px;
  width: 270px;
  background: #f5f5f5;
  overflow: hidden;
}

.path-messages .view-messages .lm-img img {
  width: 100%;
  height: 100%;
  min-height: 300px;

  object-fit: cover;
  object-position: center top;

  display: block;
}

/* =========================================
   Content
   ========================================= */

.path-messages .view-messages .lm-content {
  flex: 1;
  padding: 35px 40px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Message */
.path-messages .view-messages .lmmsg-summary {
  position: relative;
  margin-bottom: 25px;
  padding-left: 25px;
}

.path-messages .view-messages .lmmsg-summary::before {
  content: "“";
  position: absolute;
  top: -18px;
  left: 0;

  font-size: 55px;
  line-height: 1;

  color: #337ab7;
  font-family: Georgia, serif;
}

.path-messages .view-messages .lmmsg-summary p {
  margin: 0;

  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.path-messages .view-messages .lm-title {
  margin: 0 0 5px;

  color: #222;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.path-messages .view-messages .lm-designation {
  color: #337ab7;

  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.path-messages .view-messages .message-wrapper + .message-wrapper {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .path-messages .view-messages .lm-img {
    flex: 0 0 220px;
    width: 220px;
  }

  .path-messages .view-messages .lm-content {
    padding: 30px;
  }

  .path-messages .view-messages .lmmsg-summary {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .path-messages .view-messages .lmmsg-summary p {
    font-size: 15px;
    line-height: 1.7;
  }

  .path-messages .view-messages .lm-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .path-messages .view-messages .message-wrapper {
    padding: 0;
    margin-bottom: 20px;
  }

  .path-messages .view-messages .leadmsg-wrap {
    display: block;
  }

  /* Image */
  .path-messages .view-messages .lm-img {
    width: 100%;
    height: 280px;
  }

  .path-messages .view-messages .lm-img img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  /* Content */
  .path-messages .view-messages .lm-content {
    padding: 25px 20px;
  }

  .path-messages .view-messages .lmmsg-summary {
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .path-messages .view-messages .lmmsg-summary::before {
    top: -12px;
    left: -2px;
    font-size: 42px;
  }

  .path-messages .view-messages .lmmsg-summary p {
    font-size: 15px;
    line-height: 1.7;
  }

  .path-messages .view-messages .lm-title {
    font-size: 19px;
  }

  .path-messages .view-messages .lm-designation {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .path-messages .view-messages .lm-img {
    height: 240px;
  }

  .path-messages .view-messages .lm-content {
    padding: 22px 17px;
  }

  .path-messages .view-messages .lmmsg-summary p {
    font-size: 14px;
    line-height: 1.65;
  }

  .path-messages .view-messages .lm-title {
    font-size: 18px;
  }
}
/* ----------------------------------------- */
/* OUR SECRETARIES */
/* ----------------------------------------- */

/* View Content */
.path-our-secretaries .view-our-secretaries .view-content {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: -15px;
    margin-right: -15px; */
}
.path-our-secretaries .view-our-secretaries .view-content > div:first-child {
  width: 100%;
}
.path-our-secretaries
  .view-our-secretaries
  .view-content
  > div:first-child
  .bc-item {
  width: 410px;
  margin: 0 auto;
}
.path-our-secretaries .view-our-secretaries .core-team-item {
  margin-bottom: 30px;
}

.path-our-secretaries .view-our-secretaries .views-field-nothing,
.path-our-secretaries .view-our-secretaries .field-content {
  height: 100%;
}

.path-our-secretaries .view-our-secretaries .bc-item {
  height: 100%;
  overflow: hidden;

  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.path-our-secretaries .view-our-secretaries .bc-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.path-our-secretaries .view-our-secretaries .bcimg-wrap {
  width: 100%;
  height: 480px;

  overflow: hidden;
  background: #f5f5f5;
}

.path-our-secretaries .view-our-secretaries .bcimg-wrap img {
  width: 100%;
  height: 480px;

  display: block;

  object-fit: cover;
  object-position: top center;

  transition: transform 0.4s ease;
}

.path-our-secretaries .view-our-secretaries .bc-item:hover .bcimg-wrap img {
  transform: scale(1.04);
}

.path-our-secretaries .view-our-secretaries .views-row:first-child {
  width: 33.33333333%;
  float: none;

  margin-left: auto;
  margin-right: auto;

  padding-left: 15px;
  padding-right: 15px;

  order: -1;
}

.path-our-secretaries .view-our-secretaries .bccontent {
  padding: 20px 20px 22px;
  text-align: center;
}

.path-our-secretaries .view-our-secretaries .bc-title {
  margin: 0 0 10px;

  color: #222;

  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.path-our-secretaries .view-our-secretaries .bc-date {
  margin: 0;

  color: #337ab7;

  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.path-our-secretaries .view-our-secretaries .pager-nav {
  width: 100%;

  margin-top: 15px;
  padding-top: 10px;

  text-align: center;
}

.path-our-secretaries .view-our-secretaries .pagination {
  margin: 10px 0 30px;
}

.path-our-secretaries .view-our-secretaries .pagination > li > a,
.path-our-secretaries .view-our-secretaries .pagination > li > span {
  min-width: 38px;
  height: 38px;

  padding: 8px 12px;

  color: #337ab7;

  background: #fff;
  border: 1px solid #ddd;

  line-height: 20px;

  transition: all 0.2s ease;
}

.path-our-secretaries .view-our-secretaries .pagination > li > a:hover {
  background: #f5f5f5;
}

.path-our-secretaries .view-our-secretaries .pagination > .active > a,
.path-our-secretaries .view-our-secretaries .pagination > .active > span {
  color: #fff;
  background: #337ab7;
  border-color: #337ab7;
}

@media (max-width: 991px) {
  /* First item remains same width as other items */
  .path-our-secretaries .view-our-secretaries .views-row:first-child {
    width: 50%;
  }

  .path-our-secretaries .view-our-secretaries .bcimg-wrap,
  .path-our-secretaries .view-our-secretaries .bcimg-wrap img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .path-our-secretaries .view-our-secretaries .view-content {
    display: block;

    margin-left: 0;
    margin-right: 0;
  }

  .path-our-secretaries .view-our-secretaries .core-team-item {
    width: 100%;
    float: none;

    margin-bottom: 25px;

    padding-left: 0;
    padding-right: 0;
  }

  .path-our-secretaries .view-our-secretaries .views-row:first-child {
    width: 100%;

    margin-left: 0;
    margin-right: 0;

    padding-left: 0;
    padding-right: 0;
  }

  .path-our-secretaries .view-our-secretaries .bcimg-wrap,
  .path-our-secretaries .view-our-secretaries .bcimg-wrap img {
    height: 480px;
  }

  .path-our-secretaries .view-our-secretaries .bccontent {
    padding: 18px 15px 20px;
  }

  .path-our-secretaries .view-our-secretaries .bc-title {
    font-size: 18px;
  }

  .path-our-secretaries .view-our-secretaries .bc-date {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .path-our-secretaries .view-our-secretaries .bcimg-wrap,
  .path-our-secretaries .view-our-secretaries .bcimg-wrap img {
    height: 400px;
  }

  .path-our-secretaries .view-our-secretaries .bc-title {
    font-size: 17px;
  }

  .path-our-secretaries .view-our-secretaries .bc-date {
    font-size: 13px;
  }
  .path-our-secretaries
    .view-our-secretaries
    .view-content
    > div:first-child
    .bc-item {
    width: 100%;
  }
}

/* ----------------------------------------- */
/* Route Classification & Alignment Charts */
/* ----------------------------------------- */
/* =========================================================
   ROUTE CLASSIFICATION & ALIGNMENT CHARTS
   ========================================================= */

.view-route-classification-alignment-charts {
  margin: 30px 0 50px;
}

.view-route-classification-alignment-charts .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.view-route-classification-alignment-charts .views-row {
  width: 33.333333%;
  padding: 15px;
  box-sizing: border-box;
}

.view-route-classification-alignment-charts .views-row a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.view-route-classification-alignment-charts .views-row a:hover {
  text-decoration: none;
  transform: translateY(-5px);
  border-color: #d5d9df;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.view-route-classification-alignment-charts .gal-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: #f5f6f8;
}

.view-route-classification-alignment-charts .gal-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.view-route-classification-alignment-charts .views-row a:hover .gal-img img {
  transform: scale(1.05);
}

.view-route-classification-alignment-charts .gal-title {
  margin: 0;
  padding: 18px 20px;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.view-route-classification-alignment-charts .views-row a:hover .gal-title {
  color: #0066a1;
}

.view-route-classification-alignment-charts .view-empty {
  margin: 30px 0;
  padding: 35px 25px;
  text-align: center;
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}

.view-route-classification-alignment-charts .view-empty::before {
  content: "No route classification and alignment charts are currently available.";
  display: block;
  text-align: center;
  font-size: 18px;
  color: #555;
}

@media (max-width: 991px) {
  .view-route-classification-alignment-charts .views-row {
    width: 50%;
  }

  .view-route-classification-alignment-charts .gal-img {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .view-route-classification-alignment-charts {
    margin-top: 20px;
  }

  .view-route-classification-alignment-charts .views-row {
    width: 100%;
    padding: 10px 15px;
  }

  .view-route-classification-alignment-charts .gal-img {
    height: 230px;
  }

  .view-route-classification-alignment-charts .gal-title {
    padding: 16px;
    font-size: 17px;
  }

  .view-route-classification-alignment-charts .view-empty {
    margin: 20px 0;
    padding: 30px 20px;
  }
}
/* =========================================================
   VIDEO GALLERY
   ========================================================= */
.path-videos .media-oembed-content {
  width: 100%;
  min-height: 230px;
  border-radius: 12px;
}
.videogal-title {
  font-family: var(--albertSB);
  color: var(--color-charcol);
}
/* ----------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------- */

.section-container {
  padding: var(--section-spacing);
}

.section-heading-wrap {
  margin-bottom: 58px;
  text-align: center;
}

.section-sub-heading {
  font: 24px/16px var(--albertSB);
  color: var(--color-primary);
  margin-bottom: 22px;
}

/* .section-heading {
  font: 48px var(--outfitB);
  color: var(--color-secondary);
  margin-bottom: 22px;
} */

.section-heading-desc {
  font: 16px var(--albertL);
  font-weight: 300;
  line-height: 26px;
  text-align: center;
  color: #121212;
}

.section-heading span {
  color: var(--color-primary);
}

.white-heading {
  color: #fff;
}

.section-heading-para {
  font: 16px/16px var(--albertR);
  color: var(--color-dark);
  text-align: center;
  margin-bottom: 32px;
}

.section-para {
  font: 16px/16px var(--albertR);
  color: var(--color-white);
  margin-bottom: 16px;
}

.section-btn-secondary {
  height: 46px;
  width: 255px;
  background-color: var(--color-white);
  font: var(--text-h6);
  color: var(--color-blue);
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* .section-btn-wrap a {
    text-decoration: none;
}

.section-btn {
    width: 168px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 10px;
    font: 18px var(--outfitR);
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.14px;
    color: #333333;
    justify-content: space-between;
    text-align: center;
    padding-left: 34px;
    margin: 0 auto;
}

.section-btn:hover {
    background: var(--gold-gradient);
}

.btn-box {
    background: var(--gold-gradient);
    border-radius: 10px;
    height: 100%;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.section-btn-wrap a {
  text-decoration: none;
}

.section-btn {
  width: 168px;
  height: 44px;
  background: #ffffff;
  border-radius: 10px;
  font: 16px/16px var(--albertR);
  line-height: 20px;
  letter-spacing: 0.14px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding-left: 34px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section-btn:hover {
  color: var(--color-secondary);
}

/* Gold gradient fill */
.section-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-gradient);
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 0.45s ease;
  z-index: -1;
}

/* Fill from left to right on hover */
.section-btn:hover::before {
  transform: translateX(0);
}

/* Arrow box */
.btn-box {
  background: var(--gold-gradient);
  border-radius: 10px;
  height: 100%;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: background 0.2s ease;
}

/* Make arrow box transparent when gradient reaches it */
.section-btn:hover .btn-box {
  background: transparent;
}

/* Keep arrow completely static */
.btn-box img {
  display: block;
}

.secondary-btn {
  background: var(--color-secondary);
}

.section-col a {
  text-decoration: none;
}

.slick--skin--boxed .slide__content {
  margin: 0px;
  border-radius: 0;
  background-color: transparent;
  border: unset;
  border-bottom: unset;
}

.slick--skin--boxed .slide__content:hover {
  box-shadow: none;
  border-color: unset !important;
}

.slick--skin--boxed-carousel .slide__caption {
  padding: 0;
}

#backtotop {
  bottom: 38px;
  height: 50px;
  width: 50px;
  border-radius: 10px;
}

.text-left {
  text-align: left;
}

/* ----------------------------------------- */
/* footer  */
/* ----------------------------------------- */
.footer {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
#footer-wrap {
  /* padding: 50 82px 36px; */
  background: var(--color-lightblack);
  border-radius: 40px 40px 0 0;
}
body:not(.path-frontpage) #footer-wrap {
  margin: -40px 0 0;
}
.footer-cols-container {
  padding: 84px 48px 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
}

.contactdetails-item span:last-child {
  font: 16px/16px var(--albertR);
}

/* footer columns section */
.footer-cols-container > div {
  margin: 0;
  padding: 0;
}

.footer-title {
  font: 24px/30px var(--albertB);
  margin: 0 0 24px;
  color: var(--color-white);
}

.footer-nav {
  color: var(--color-white);
}

.footer-nav > li {
  margin: 0;
}

.footer-nav > li a {
  display: block;
  width: fit-content;
  color: var(--color-white);
  transition: var(--transition-05);
  position: relative;
  font: 16px/40px var(--albertR);
}

.footer-nav > li a:hover,
.footer-nav > li a:focus {
  text-decoration: none;
}

.footer-nav > li a::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--transition-05);
}

.footer-nav > li a:hover::after,
.footer-nav > li a:focus::after {
  opacity: 1;
  width: 36px;
}

/* .contactdetails-item {
}
.location-item {
} */
.footer-item {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.footer-item > span {
  overflow: hidden;
  display: block;
  color: var(--color-white);
  font: 16px/26px var(--albertR);
}

.contactdetails-item {
  position: relative;
}

.contactdetails-item::after {
  content: "";
  width: 203px;
  height: 1px;
  background: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.footer-socials {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  width: 110px;
  margin: 0 auto;
}

.footer-socials > li {
  width: fit-content;
}

.footer-socials > li a {
  display: block;
  background: var(--color-primary);
  width: 46px;
  height: 46px;
  border-radius: 10px;
  transition: var(--transition-05);
  position: relative;
}

.footer-socials > li a::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.footer-socials > li a:hover,
.footer-socials > li a:focus {
  text-decoration: none;
}

.icon-fb::after {
  background: url("../images/fb_icon.svg") no-repeat center center;
}

.icon-x::after {
  background: url("../images/xicon.svg") no-repeat center center;
}

.icon-instagram::after {
  background: url("../images/instagramicon.svg") no-repeat center center;
}

.icon-webmail::after {
  background: url("../images/webmailicon.svg") no-repeat center center;
}

.icon-linkedIn::after {
  background: url("../images/linkedin%20%281%29.png") no-repeat center center;
}
.m-0 {
  margin: 0 !important;
}
/* footer bottom */
.footer-bottom {
  background: var(--color-lightblack);
  padding: 24px 48px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-wrap,
.copyright-wrap > * {
  font: 16px/26px var(--albertR);
  color: var(--color-white);
}

/* responsiveness  */
@media screen and (max-width: 992px) {
  .footer-cols-container .footer-col-wrap:first-child {
    margin: 0 0 24px;
  }

  .copyright-wrap {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-bottom .copyright-wrap:first-child {
    margin: 0 auto 12px;
  }
}


/* ====================
New ENahnce menuitem
===================== */

.lm-img img {
    border-radius: 15px;
    margin-top: 1em;
}