body {
  margin: 0;
}

html,
body {
  scroll-behavior: smooth;
}

/* body::after{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: url('/system/files/waves.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    scroll-behavior: smooth;
    opacity: 0.11;
    z-index: -1;
    pointer-events: none;
} */


.right-wave {
  display: none;
}

.path-frontpage .right-wave {
  POSITION: ABSOLUTE;
  TOP: 35%;
  RIGHT: 0;
  display: unset;
  z-index: -1;
}

.path-frontpage #site-b02 .right-wave{
      TOP: 12%;
}

.gallery-plus {
  display: none;
}

.path-frontpage .gallery-plus {
    position: absolute;
    right: 0;
        top: 53%;
    z-index: -1;
    display: unset;
}

.gallery-plus-wrapper{
    position: relative;
}

.top-wave {
  display: none;
}

.path-frontpage .top-wave {
  position: absolute;
  top: 26%;
  left: 1px;
  z-index: -1;
  display: unset;
}

.plus-sign-wave {
  display: none;
}

.path-frontpage .plus-sign-wave {
      position: absolute;
    left: 0;
    top: 15%;
    /* width: 25%; */
    z-index: -1;
    display: unset;
}

.plus-sign-wave img {
  width: 90%;
}

.top-wave img {
  width: 90%;
  opacity: 0.7;
}

/* ----------------------------------------- */
/* FONTS STACK */
/* ----------------------------------------- */

@font-face {
  font-family: "KaiseiHarunoUmiB";
  src: url("Inter-Bold.otf");
}

@font-face {
  font-family: "interSB";
  src: url("Inter-SemiBold.ttf");
}


@font-face {
  font-family: "interM";
  src: url("Inter-Medium.otf");
}

@font-face {
  font-family: "interR";
  src: url("Inter-Regular.otf");
}

@font-face {
  font-family: "interL";
  src: url("Inter-Light.ttf");
}

@font-face {
  font-family: "KaiseiHarunoUmiB";
  src: url("KaiseiHarunoUmi-Bold.ttf");
}

@font-face {
  font-family: "RalewayR";
  src: url("Raleway-Regular.ttf");
}

/* ----------------------------------------- */
/* variables */
/* ----------------------------------------- */

:root {
  /* typography */
  --fnt-InterR: "Inter", sans-serif;
  --fnt-InterM: "InterM", sans-serif;
  --fnt-KaiseiHarunoUmiB: "KaiseiHarunoUmiB", sans-serif;
  --fnt-Inter-14: 14px "Inter", sans-serif;
  --fnt-Inter-16: 16px "Inter", sans-serif;
  --fnt-Inter-18: 18px "Inter", sans-serif;

  --fnt-KaiseiHarunoUmiB-48: 48px "KaiseiHarunoUmiB", sans-serif;
  --fnt-Inter-18: 18px "Inter", sans-serif;
  --fnt-Inter-28: 28px "Inter", sans-serif;
  --fnt-InterM-14: 14px "InterM", sans-serif;
  --fnt-KaiseiHarunoUmiB-12: 12pxs "KaiseiHarunoUmiB", sans-serif;
  --fnt-KaiseiHarunoUmiB-16: 16px/28px "KaiseiHarunoUmiB", sans-serif;
  --fnt-KaiseiHarunoUmiB-18: 18px "KaiseiHarunoUmiB", sans-serif;
  --fnt-KaiseiHarunoUmiB-22: 22px "KaiseiHarunoUmiB", sans-serif;
  --fnt-KaiseiHarunoUmiB-36: 36px "KaiseiHarunoUmiB", sans-serif;

  --fnt-Inter-15: 15px "Inter", sans-serif;
  --fnt-Inter-16: 16px "Inter", sans-serif;
  --fnt-Inter-18: 18px "Inter", sans-serif;
  --fnt-Inter-20: 20px "Inter", sans-serif;
  --fnt-Inter-24: 24px "Inter", sans-serif;
  --fnt-Inter-36: 36px "Inter", sans-serif;
  --fnt-Inter-38: 38px "Inter", sans-serif;
  --fnt-Inter-40: 40px "Inter", sans-serif;
  /* colors*/
  --clr-primary: #32655f;
  --clr-white: #fff;
  --clr-black: #000;
  --clr-black-secondary: #15171a;
  --clr-gray: #788592;
  --clr-gray-light: #f5f5f5;

  --clr-white-secondary: #f5f5f5;

  --clr-black-secondary: #2a2c38;
  --clr-black-dark: #1f212c;
  --clr-purple-light: #788592;
  --clr-purple-light-secondary: #b1bec5;
  /* trnasition */
  --transition04s: all 0.4s ease;

  /* Spacing */
  --section-spacing: 64px 16px;
  --fontR: "brownB";
  --fontL: "brownL";
  --text-main: 76px/130% var(--fontR), "sans-serif";
  --text-h1: 61px/130% var(--fontR), "sans-serif";
  --text-h2: 49px/130% var(--fontR), "sans-serif";
  --text-h3: 39px/130% var(--fontR), "sans-serif";
  --text-h4: 31px/130% var(--fontR), "sans-serif";
  --text-h5: 25px/120% var(--fontR), "sans-serif";
  --text-h6: 20px/130% var(--fontR), "sans-serif";
  --text-paragraph: 16px/130% var(--fontR), "sans-serif";
  --text-paragraph-small: 13px/130% var(--fontR), "sans-serif";
  --text-label: 10px/130% var(--fontR), "sans-serif";
  /* colors */
  --color-primary: #562249;
  --color-secondary: #a8794c;
  --color-white: #ffffff;
  --color-black: #000;
  /* spacing */
  --section-spacing: 72px 62px;
  /* transitions */
  --transition-05: all 0.5s ease;
}

/* ----------------------------------------- */
/* 100% WIDTH */
/* ----------------------------------------- */
#block-bootstrap-subtheme-search {
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

#block-bootstrap-subtheme-search.active {
  opacity: 1;
  width: 245px;
  height: initial;
  overflow: initial;
}


#block-views-block-leadership-message-block-1 .leadership-message-container,
.path-frontpage #navbar,
#block-legalaidsection .about-legal-aid-wrapper,
.main-banner img,
#block-aboutnationalmuseum .about-legal-aid-container,
#block-views-block-objective-block-1-2 .view-id-objective.view-display-id-block_1,
.internal-ticket-s4 img,
#block-banner4functions #section-functions,
.nmst-footer-wrapper .footer-pla-bottom {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.navbar>.navbar-header,
.navbar>.navbar-collapse {
  margin: 0 !important;
}

.container {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.navbar.container {
  max-width: 100%;
}

.row {
  margin: 0;
}

.banner01,
.banner02,
.banner03,
.banner04,
.banner05,
.banner06,
.banner07,
.banner08,
.banner09,
.banner10 {
  padding: 0;
}

/* ----------------------------------------- */
/* NAVIGATION */
/* ----------------------------------------- */

#navbar {
  padding: 0px !important;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  padding-top: 0.5em !important;
  background-color: white;
  /* border-top: 24px solid #562249; */
}

.path-frontpage #navbar {
  background-color: transparent;
  left: 0;
  right: 0;
  z-index: 3;
  width: 95% !important;
  margin: 0 auto !important;
}


.navbar-header {
  background: transparent;
  width: auto;
  height: auto;
  padding: 8px;
  margin: 0;
}

.navbar .logo {
  padding: 0;
  margin: 0;
  background-image: url('/system/files/logo_0.svg');
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

.navbar .logo img {
  width: 100%;
  margin-left: 1.5em;
  opacity: 0;
}

.navbar-collapse {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  width: 100%;
}

.navbar-nav {
  margin: 0;
  padding: 0;
  /* float: right; */
  display: flex;
  padding-top: 2.2em;
  justify-content: space-between;
  text-align: center;
  padding: 18px;
  padding-top: 2.5em;
}

.navbar-default {
  background-color: transparent;
}

.navbar-default .navbar-nav>li {
  margin: 0;
  margin: 0 0.5em;
  display: inline-block;
  float: none;
  padding: 0;
  background: transparent;
  transition: all 0.5s ease;
}

.navbar-default .navbar-nav>li>a {
  font: 16px interR;
  color: #4A4A4A;
  PADDING-LEFT: 1EM;
  PADDING-RIGHT: 1EM;
  transition: all 0.5s ease;
  padding: 7px 15px;
}

#block-bootstrap-subtheme-main-menu {
  display: FLEX;
  justify-content: flex-end;
  width: 56%;
}

.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-color: #562249;
  color: #f8fcf7;
  /* font-weight: bold; */
  border-radius: 10px;
  /* border-radius: 42px; */
}

.cm-wrapper-pla {
  margin-bottom: 3em;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-nav .dropdown-menu>li>a {
  font: var(--text-paragraph);
  color: var(--color-black);
  text-transform: capitalize;
  transition: all 0.5s ease;
  text-align: left;
  padding: 5px 10px;
  font-family: interR;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a {
  color: #fff !important;
  background-color: var(--color-secondary);
}

.navbar-nav .dropdown-menu>li.active>a {
  color: #ffffff;
}

/* .navbar-default .navbar-nav li.last .dropdown-menu {
    left: auto;
    right: 0;
} */

/* .dropdown:hover .dropdown-menu {
    display: block;
} */

/* ----------------------------------------- */
/* SEARCH */
/* ----------------------------------------- */

.search-btn-wrap {
  position: absolute;
  right: 60px;
  top: 39%;
  z-index: 1;
}

.social-icons img {
  margin: 0 4px;
}

#block-searchbarblock {
  width: fit-content;
  display: block;
  position: absolute;
  top: 44px;
  right: calc(65px + 9px);
  transform: translateY(-9px);
  cursor: pointer;
}

/*.searchButton {display: none;}*/

.navbar .search-block-form {
  position: absolute;
  float: right;
  right: calc(65px + 61px);
  top: 0px;
  width: 245px;
  background: transparent;
  border: 0px solid transparent;
  border-radius: 0;
  z-index: 1;
}

/*.path-frontpage .navbar .search-block-form {background: transparent;}*/

.navbar .search-block-form .form-group {
  margin: 0;
}

.navbar .search-block-form .form-group .input-group {}

.navbar .search-block-form .form-group .input-group #edit-keys {
  border-radius: 0;
  position: relative;
  top: 72px;
  right: -71px;
  border: 1px solid #562249;
  color: var(--color-black);
  width: 245px;
  font-family: "interR";
  float: right;
  box-shadow: none;
  height: 49px;
  border-radius: 6px;
}

.navbar .search-block-form .form-group .input-group #edit-keys::placeholder {
  color: #562249;
  font: var(--text-paragraph-l);
}

.navbar .search-block-form .form-group .input-group .input-group-btn .btn {
  /* background: url("../images/search.png") no-repeat center center; */
  width: 21px;
  height: 21px;
  background-size: contain;
  border: none !important;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
  background-color: transparent;
}

.navbar .search-block-form .form-group .input-group .input-group-btn .btn .icon {
  opacity: 0;
}

#edit-keys::placeholder {
  font: var(--text-paragraph-l);
  color: #fff;
}

/* #searchbtn  */

.social-wrap {
  position: absolute;
  right: 381px;
  top: 67px;
}

/* ----------------------------------------- */
/* 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: var(--text-paragraph);
  color: #333333;
  line-height: 1.75;
  font-family: "interR";
}

#notfrontwrap {
  height: auto;
  min-height: 436px;
  /*position: relative;
    bottom: 10px;*/
  background: url(/system/files/pattren.png) no-repeat fixed center center / cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 1em;
  padding-bottom: 3em;
}

.path-frontpage #notfrontwrap {
  padding-bottom: 0;
}

#notfrontwrap {
  min-height: calc(100vh - 171px);
}

.region-content img {
  margin: 0 10px;
  /* object-fit: cover; */
}

.path-frontpage #ip-wrap {
  display: none;
}

#page-title {
  color: var(--color-primary);
  border: 0;
  margin: 0;
  font-size: 38px;
  padding: 0 15px 10px;
  font: var(--text-h2);
  font-family: "KaiseiHarunoUmiB";
  font-size: 35px !important;
}

a#rightlogo {
  padding-left: 1em;
}

.region.region-content h1,
.region.region-content h2,
.region.region-content h3,
.region.region-content h4 {
  font-family: interM;
}

.project-title-wrap {
  text-align: center;
  margin-top: 1em;
}

.region.region-content h3 {
  color: #555555;
}

.region.region-content h4 {
  color: #c8a17a;
}

.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;
}

.region.region-content .content a,
.region.region-content .view-content a {
  text-decoration: none;
  color: #2e2d2c;
  border-bottom: 1px dotted #2e2d2c;
}

.region.region-content .view-content a {
  border: 0;
}

.main-container {}

.path-frontpage #frontpagerowswrap {}

#frontpagerowswrap {}

.path-frontpage #notfrontwrap {
  min-height: 0;
  height: 0 !important;
}

#page-header {}

#contentsectionwrap {}

#contentsection {
  padding: 0 15px;
}

.breadcrumb {
  background: #eeeeee;
  border-radius: 0;
  font: var(--text-paragraph);
  margin: 0 -12px 12px;
  padding: 10px 30px;
  font-family: "interR";
}

.breadcrumb>li.active {
  color: var(--color-primary);
  font-family: interR;
}

.dfile a {
  background: url("../images/download.png") no-repeat center center / cover;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: none !important;
  /*margin: 0 auto;*/
}

.views-field-field-file a,
.views-field-field-file-1 a {
  background: url(/system/files/pdf.png) no-repeat center center / cover;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: none !important;
  margin: 0 auto;
}

.path-tenders th#view-field-file-table-column,
.path-jobs th#view-field-file-table-column {
  text-align: center;
}

.dfile a {
    background: url(/system/files/pdf.png) no-repeat center center / cover;
    width: 25px;
    height: 25px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: none !important;
    margin: 0 auto;
}


.viewp_wrap {
  margin-bottom: 1.5em;
}

.viewp_date {
  font-weight: bold;
  margin-bottom: 5px;
}

.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;
}

.project-img-wrap img {
  width: 100%;
  height: 293px;
  display: block;
}

.galleryp_title a {
  display: block;
  height: 52.5px;
  overflow: hidden;
}

.newsletter-img-wrap img {
  height: 330px;
  width: 300px;
  display: block;
  margin: 0 auto;
}

.page-node-type-directorates .field--label {
  font: var(--text-h5);
  color: var(--color-primary-light);
}

.field--name-field-directorate-organogram img {
  height: 500px;
  width: 500px;
  display: block;
  margin: 0 auto;
}

.newsletter-item-wrap {
  text-align: center;
}

.highp_title {}

#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;
}

.mediap_wrap {
  display: flex;
  margin-bottom: 2em;
}

.mediap_img {
  margin-right: 1.5em;
}

.page-node-type-gallery .slick .slick__slide:focus {
  border: 0;
}

.form-item,
.form-actions {
  margin: 18px 0;
}

.hiw-no {
  height: 44px;
  width: 44px;
  background: #000;
  display: block;
  margin: 0 auto;
  border-radius: 44px;
  color: #fff;
  line-height: 44px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}

#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%;
}

/* ===========================Page Cover========================== */
/*** Page Background ***/

/* ============================
Note: Make Sure to Change the Image Path & Section ID Accordingly
============================= */

.page-cover .bg-img {
  background: url("/system/files/COURT_0.png") no-repeat center center / cover;
  opacity: 0.13;
}

#block-pagecover {
  position: relative;
  z-index: -99;
}

.page-cover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.page-cover {
  width: 100%;
  position: fixed;
  height: 120%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -99999;
  overflow: hidden;
}

.page-cover .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

.page-cover .cover-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-cover .bg-color {
  background-image: none;
  z-index: -1;
}

.page-cover .cover-bg-mask {
  background: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.bg-img {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.page-cover .cover-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** ..End Page Cover std Code. ***/

/*********************************************
 messages page  
 **********************************************/

.view-messages.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.msg-prof-pic {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto 0.5em;
  overflow: hidden;
  border: 4px solid #562249;
}

.msg-prof-pic>img {
  width: 100%;
  height: 100%;
}

.pdma-msgs-container {
  background: #fafafa;
  display: block;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.pdma-message-block .msg-prof-pic {
  float: left;
  margin: 0 12px 12px 0;
}

.messages-page-col {
  background: #f6f6f6;
  padding: 12px;
  border-radius: 8px;
  margin: 0 0 2em 0;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.msg-name,
.msg-designation {
  color: black;
  font-weight: bold !important;
  font-family: "KaiseiHarunoUmiB";
}

/* .inner-page .msg-name {} */

.msg-designation {
  font-size: 18px;
  /* font-style: italic; */
  font-family: "KaiseiHarunoUmiB";
}

.msg-message {
  text-align: justify;
  color: black;
}

.msg-message span {
  color: #562249;
}

.pdma-msgs-container:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  transform: translateY(-6px);
  border: none !important;
}

.pdma-msgs-container:hover .msg-name,
.pdma-msgs-container:hover .msg-designation,
.pdma-msgs-container:hover .msg-message {
  color: black !important;
}

/** 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: var(--text-paragraph);
  font-family: "KaiseiHarunoUmiB";
  color: #333333;
  padding: 0;
}

.sitemap-item ul li a:hover,
.sitemap-item ul li a:focus {
  text-decoration: none;
  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: var(--text-paragraph);
  font-family: "interL";
  color: #2e2d2c;
  padding: 0;
  /* border-bottom: 1px dotted #2e2d2c; */
}

.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: none;
  background: transparent;
}

.sitemap-item .dropdown-menu>li>a:hover,
.sitemap-item .dropdown-menu>li>a:focus {
  color: #2e2d2c !important;
}

.sitemap-item ul li ul li ul {
  display: none;
}

.sitemap-item ul li ul li.expanded ul {
  display: block;
  list-style: square;
}

/** ... **/

/* ----------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------- */

.section-container {
  padding: var(--section-spacing);
}

.section-heading-tagline {
  font: 14px interR;
  color: var(--clr-purple-light);
  display: flex;
  align-items: center;
}

.section-heading-tagline span {
  height: 2px;
  width: 20px;
  background: #32655f;
  display: inline-block;
  margin-right: 15px;
}

.section-heading {
  font: 50px KaiseiHarunoUmiB;
  color: var(--clr-black);
  margin-bottom: 25px;
}

.section-heading span {
  color: var(--color-primary);
}

.white-heading {
  color: #fff;
}

.section-heading-para {
  font: var(--text-paragraph-l);
  color: var(--color-dark);
  text-align: center;
  margin-bottom: 32px;
}

.section-para {
  font: 18px interR;
  color: #788592;
  margin-bottom: 24px;
}

.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 {
  display: inline-flex;
  align-items: center;
  background-color: #a8794c;
  border: 1px solid transparent;
  color: var(--color-white);
  font: 16.34px KaiseiHarunoUmiB;
  text-align: center;
  text-decoration: none !important;
  padding: 12px 24px;
  transition: all 0.4s ease-in-out;
}

.section-btn span {
  width: 20px;
  padding-left: 0.5em;
  background: transparent;
}

.section-btn:hover span {
  background-color: transparent;
}

.section-btn:hover,
.section-btn:focus,
.section-btn:active {
  background-color: transparent;
  color: #32655f;
  border-color: #32655f;
  text-decoration: none;
}

.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;
}

/*.path-node #block-views-block-what-we-do-block-1,
.path-tenders #block-views-block-what-we-do-block-1,
.path-highlights #block-views-block-what-we-do-block-1,
.path-gallery-meetings #block-views-block-what-we-do-block-1,
.path-gallery-events #block-views-block-what-we-do-block-1,
.path-gallery-visits #block-views-block-what-we-do-block-1,
.path-sitemap #block-views-block-what-we-do-block-1{
    display: none;
}*/

/*#block-views-block-what-we-do-block-1*/

#backtotop {
  bottom: 90px;
  height: 50px;
  width: 50px;
  border-radius: 10px;
}

.high-content-wrap {
  padding-bottom: 1em;
}

.high-date {
  font-size: 14px;
  color: black;
  font-family: "interR";
}

.text-left {
  text-align: left;
}

/* ----------------------------------------- */
/* BANNER 1 MAIN BANNER */
/* ----------------------------------------- */

.section-para {
  font: 18px interR;
  color: #788592;
  margin-bottom: 27px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.main-banner img {
  width: 90%;
  height: 32em;
}

.pla-banner-wrapper img {
  width: 93%;
  margin: 0 auto;
}

.pla-banner-wrapper {
  display: flex;
  padding-top: 0.8em;
}

/* .path-frontpage .pla-banner-wrapper::after {
    content: '';
    position: absolute;
    top: 2%;
    left: 4%;
    height: 35em;
    width: 92%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
    border-radius: 25px;
    pointer-events: none;
} */

.cm-wrapper-pla img {
  width: 85%;
  margin: 0 auto;
  display: flex;
  padding-top: 2em;
}

/* ===============================Website Slick Arrow====================== */

.path-frontpage .slick-prev::before {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  right: 16px;
  top: 10px;
  background: url('/system/files/right-arrow.png') no-repeat center center;

}

.path-frontpage #site-b01 .slick-prev::before,
.path-frontpage #site-b01 .slick-next::before{
  background: none;
}

.slick-dots {}

.path-frontpage .slick-next::before {
  content: '';
  width: 33px;
  height: 33px;
  background: url('/system/files/arrow-section2.png') no-repeat center center;
  position: absolute;
  left: 16px;
  top: 10px;
}

.view-objective.view-id-objective.view-display-id-block_2 .view-header,
.view-objective.view-id-objective.view-display-id-block_2 .view-content {
    flex: 40%;
}

/* =======================Section Specific Slick============================= */

.path-frontpage #block-views-block-gallery-block-1 .slick-next,
#block-views-block-facilities-block-1 .slick-next{
    right: -5%;
}

.path-frontpage #block-views-block-gallery-block-1 .slick-prev,
.path-frontpage #block-views-block-facilities-block-1 .slick-prev {
    left: -4%;
}


/* =============================End Website Slick Arrows====================== */

/* =============================New Banner Muesum============================== */

/* Base slick arrow styles */
#block-views-block-main-banner-block-1 .slick-arrow {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 93px;
  top: 95% !important;
  transform: translateY(-50%);
  height: 48px;
  border-radius: 8px;
  transition: all 0.3s ease;
  z-index: 5;
}

/* Hide default slick arrow content */
#block-views-block-main-banner-block-1 .slick-arrow::before {
  content: "";
}

/* Left arrow */
#block-views-block-main-banner-block-1 .slick-prev {
  background: #222 url(/system/files/left-new.svg) no-repeat center center;
  background-size: 18px 18px;
  position: absolute;
  top: 50%;
  WIDTH: 93PX;
  left: 83%;
  transform: translateY(-50%);
}

/* Right arrow */
#block-views-block-main-banner-block-1 .slick-next {
  background: #581845 url("/system/files/right-arrow.svg") no-repeat center center;
  background-size: 18px 18px;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateY(-50%);
}

#block-views-block-main-banner-block-1 .slick__arrow {
  top: 95%;
}

/* Hover effects */
#block-views-block-main-banner-block-1 .slick-prev:hover {
  background-color: #444;
}

#block-views-block-main-banner-block-1 .slick-next:hover {
  background-color: #761f56;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #block-views-block-main-banner-block-1 .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 14px 14px;
  }

  #block-views-block-main-banner-block-1 .slick-prev {
    left: 8px;
  }

  #block-views-block-main-banner-block-1 .slick-next {
    right: 8px;
  }
}

@media (max-width: 480px) {
  #block-views-block-main-banner-block-1 .slick-arrow {
    width: 32px;
    height: 32px;
    background-size: 12px 12px;
  }

  #block-views-block-main-banner-block-1 .slick-prev {
    left: 5px;
  }

  #block-views-block-main-banner-block-1 .slick-next {
    right: 5px;
  }
}




/* ==============================End Banner ============================ */



/* ----------------------------------------- */
/* BANNER 4 - FUNCTIONS */
/* ----------------------------------------- */

#section-functions {
  padding: 4em 150px;
  padding-left: 1em;
  padding-right: 1em;
}

#section-functions .section-heading-wrap,
#section-functions .section-heading-tagline {
  justify-content: center;
  text-align: center;
}

#block-banner4functions .section-heading {
  margin-bottom: 5px;
}

.function-box {
  height: 379px;
  width: 323px;
  max-width: 100%;
  padding-top: 2em;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 48px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

#block-banner4functions .section-row.row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.fb-1:hover {
  background: url("/system/files/fb-1.png") no-repeat center center;
}

.fb-2:hover {
  background: url("/system/files/Background%2BShadow.svg") no-repeat center center;
}

.fb-3:hover {
  background: url("/system/files/fb-3.png") no-repeat center center;
}

.function-icon {
  margin-bottom: 26px;
}

.function-box:hover .function-icon {
  visibility: hidden;
}

.function-title {
  font: 24px KaiseiHarunoUmiB;
  color: black;
  width: 91%;
  margin-bottom: 25px;
  transition: all 0.5s ease-in-out;
}

.function-box:hover .function-title,
.function-box:hover .function-body,
.function-box:hover .function-btn a {
  color: #fff;
}

.function-body {
  font: 14px interR;
  color: black;
  height: 83px;
  text-align: justify;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1.3;
  transition: all 0.5s ease-in-out;
}

.function-btn p {
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.function-box:hover .function-btn p {
  visibility: visible;
}

.function-btn p {
  font: 14px KaiseiHarunoUmiB;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

/* ...................................Talha New Code........................... */

section#block-banner4functions {
  background-color: white;
  padding-bottom: 2.5em;
}

/* ...........................Our Functions................. */

#block-banner4functions .section-heading::after {
  content: "";
  width: 118px;
  height: 111px;
  display: none;
  background: url(/system/files/arrow-function.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 64%;
  transform: translate(100%, -50%);
}

#block-banner4functions .section-heading {
  position: relative;
  width: fit-content;
}

#block-banner4functions .section-heading-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
  padding-bottom: 2em;
  flex-direction: COLUMN;
  align-items: CENTER;
}

.function-btn {
  padding-top: 1em;
}

/* .............................End Meeting Section New Left.............................. */

/* ...........................Start Meeting Section New Right.......................... */

/* ===========================Start Facilities Section Last============================ */

/* --- Container --- */
.region.region-banner07 {
  max-width: 1400px;
  width: 86%;
  margin: 0 auto 60px auto;
  padding: 50px 0;
  background: radial-gradient(circle at top right, #5D2C51, #562249 18%, #1D1D1D 50%);
  border-radius: 20px;
}

/* --- Header --- */
.facilities-s5-header {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 20px;
  padding-left: 6em;
    padding-right: 5em;
}

.facilities-s5-title {
  font-family: 'KaiseiHarunoUmiB', serif;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.facilities-s5-description {
  font-family: 'interR', sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.6;
}

/* --- Items Grid --- */
#block-views-block-facilities-block-1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 0 20px;
  padding-left: 4em;
  padding-right: 4em;

}


.facilities-s5-item {
  background-color: transparent;
  border-radius: 16px;
  overflow: hidden;
  margin: 2em;
      margin-left: 0;
    margin-right: 0;
  transition: all 0.4s ease;
  position: relative;
}

.path-frontpage .facilities-s5-item {
margin-left: 1em;
    margin-right: 1em;
}

.facilities-s5-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.facilities-s5-image img {
  width: 96%;
  height: 330px;
  object-fit: fill;

  transition: transform 0.4s ease;
  border-radius: 16px;
}

#block-views-block-facilities-block-1 .view-content .views-row:first-child .facilities-s5-image img {
  width: 98%;
  height: 30em;
}

#block-views-block-facilities-block-1 .view-content .views-row:nth-child(2) .facilities-s5-image img {
  width: 96%;
  height: 28em;
}

.path-facilities .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.path-facilities .facilities-s5-image img {
  width: 90%;
  height: 20em;
}

.path-facilities table td {
  width: 50%;
}

.facilities-s5-item-title {
  font-family: 'KaiseiHarunoUmiB', serif;
  font-size: 30px;
  color: #FFFFFF;
  margin: 15px 0 8px;
}

.facilities-s5-item-body {
  font-family: 'interR', sans-serif;
  font-size: 18px;
  color: white;
  line-height: 1.6;
}

.facilities-s5-item-body p{
      font-size: 17px;
    color: white;
    font-family: 'interR';
}

.path-facilities .facilities-s5-item-body p{
  color: black;
}

.path-facilities .facilities-s5-item-body {
  color: black;
}


.path-facilities .facilities-s5-item-title {
  color: black;
}

/* --- Hover Effect --- */
.facilities-s5-item:hover {
  /* transform: translateY(-6px); */
}

.facilities-s5-item:hover .facilities-s5-image img {
  /* transform: scale(1.05); */
}

/* --- Footer Button --- */
.facilities-s5-footer {
  text-align: right;
  margin-top: 8px;
  margin-right: 3em;
}

.facilities-s5-view-all img {
  width: auto;
  max-width: 180px;
  transition: transform 0.3s ease;
}

.facilities-s5-view-all:hover img {
  /* transform: scale(1.1); */
  opacity: 0.8;
}


.footer-wraper-icons>iframe {
  width: 100%;
  max-height: 13em;
      border-radius: 20px;
}



.facilities-s5-item-title {
  color: white;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .facilities-s5-title {
    font-size: 26px;
  }

  .facilities-s5-description {
    font-size: 16px;
  }

  .facilities-s5-item-title {
    font-size: 24px;
  }

  .facilities-s5-item-body {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .facilities-s5-container-wrapper {
    border-radius: 0;
    width: 100%;
    padding: 30px 10px;
  }


  .facilities-s5-item-body {
    font-size: 15px;
  }
}


/* ================================End Facilities Section End======================= */

/* ==================================New Footer Section HRMA================================= */

/* ===== Footer Social Links Section ===== */
.footer-social-hrma-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  
  padding: 20px;
      padding-left: 0;
      padding-top: 10px;
  border-radius: 10px;
  width: fit-content;
}

/* Section Title */
.footer-social-hrma-title {
 font-family: "interSB";
  font-size: 20px;
  color: #ffffff;
  margin: 0;
}

/* Icons container */
.footer-social-hrma-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* Individual icons */
.footer-social-hrma-icon {
      width: 70px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background: #ffffff20; */
    border-radius: 8px;
    transition: all 0.3s ease;
}

.footer-social-hrma-icon img {
      width: 41px;
    height: 41px;
  transition: transform 0.3s ease;
}

/* Hover effects */
.footer-social-hrma-icon:hover {
  /* background: #ffffff40; */
  transform: translateY(-3px);
}

.footer-social-hrma-icon:hover img {
  transform: scale(1.1);
}

/* ===== Responsive Styles ===== */

/* Tablets */
@media (max-width: 768px) {
  .footer-social-hrma-section {
    padding: 16px;
    gap: 10px;
  }

  .footer-social-hrma-icons {
    gap: 12px;
  }

  .footer-social-hrma-icon {
    width: 34px;
    height: 34px;
  }

  .footer-social-hrma-icon img {
    width: 20px;
    height: 20px;
  }
}

/* Small Mobiles */
@media (max-width: 480px) {
  .footer-social-hrma-section {
    align-items: center;
    text-align: center;
    width: 100%;
    /* background-color: #15A855; */
  }

  .footer-social-hrma-title {
    font-size: 18px;
  }

  .footer-social-hrma-icons {
    justify-content: center;
    gap: 10px;
  }

  .footer-social-hrma-icon {
    width: 32px;
    height: 32px;
  }

  .footer-social-hrma-icon img {
    width: 18px;
    height: 18px;
  }
}


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

/* ...............................CSS Core Team STD Code............................. */

/* Our Team Pages */
.path-core-team {}

.path-core-team .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.path-core-team .view-content::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.path-core-team .views-row {}

.path-core-team .views-row:first-child {
  width: 100%;
}

.team-item {
  display: block;
  padding: 5px;
  text-align: center;
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  min-height: 254px;
  max-width: 270px;
  margin: 0 auto 20px auto;
}

.team-item .img {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
}

.team-item .img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  border-radius: 3%;
  transition: all 0.6s ease;
  object-fit: contain;
}

/* .team-item:hover .img img{
   transform: scale(1.2);
} */

.team-item .body {
  padding: 1em 0.75em;
}

.team-item .body .title {
  margin: 0;
  color: var(--color-primary);
  font-family: "KaiseiHarunoUmiB";
  font-size: 16px;
}

.team-item .body .designation {
  margin: 10px 0 0 0;
  font-weight: bold;
  font-family: "KaiseiHarunoUmiB";
}

.inner-page .view-id-core_team .view-content {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border-bottom: unset !important;
}

a.team_hover:hover {
  text-decoration: none;
}

/*********************************end style core team standerd css ***********************************/

/* ...............................Gallery Internal Views.................... */

.view-id-duplicate_of_gallery .view-content {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border-bottom: unset !important;
}

.gallery-title {
  text-align: center;
}

.gallery-title a {
  /* font: 18px myriadSB;
    color: black;
    text-decoration: none; */
}

/*.gallery-title a:hover {
    font: 18px myriadSB;
    color: #CF7500;
    text-decoration: underline;
}*/

.gallery-wrapper:hover .gallery-title a {
  font: 18px myriadSB;
  color: #cf7500;
  text-decoration: underline;
}

.gallery-item {
  margin-bottom: 30px;
}

.galleryp-wrap {
  text-align: center;
  margin-bottom: 2em;
}

.gallery-item .gallery-img img {
  transform: scale(1);
  transition: all 0.6s ease;
  margin: 0 0.5em;
  margin-left: 0;
}

.gallery-item .gallery-img {
      height: 215PX;
    width: 86%;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 0.6em;
      border-radius: 12px;
}

.gallery-wrapper .gallery-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.gallery-item:hover .gallery-img img {
  /* transform: scale(1.1); */
}

.front-section .gallery-item:hover .gallery-img img {
  transform: unset;
}

.galleryp-image img {
  display: block;
  width: 220px;
  height: 297px;
  margin: 0 auto 1em;
}

.galleryp-title {
  text-align: center;
}

.galleryp-title:hover a {
  text-decoration: none;
}

.viewp-wrap .galleryp-image img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.6s ease;
}

.inner-page .view-gallery.view-id-gallery .view-content {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border-bottom: unset !important;
}

.inner-page .view-id-events .view-content {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border-bottom: unset !important;
}

.inner-page .view-id-picture_gallery .view-content {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border-bottom: unset !important;
}

.viewp-wrap:hover .galleryp-image img {
  /* transform: scale(1.2); */
}

.viewp-wrap:hover .galleryp-title a {
  text-decoration: underline;
  color: #1d75bd;
}

.viewp-wrap .gallery-title {
  font-size: 20px;
  text-align: center;
}

.view-highlights .high-title {
  font: 14px interR;
  color: #2e2d2c;
  text-decoration: none;
  /* border-bottom: 1px dotted #2e2d2c; */
}

.view-highlights .high-image img {
  height: 11em;
  width: 100%;
  margin: 0;
  object-fit: cover;
}

.view-highlights .high-box:hover .high-image img {
  opacity: 0.9;
}

/* ............................End Highliths.................. */

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

/* ...............................................Start  override.............................................. */
/* ----------------------------------------- */
/* Write OVERRIDE main CSS overrides */
/* ----------------------------------------- */

/* ...............................................Start Model override.............................................. */
/* ----------------------------------------- */
/* End overrides Style */
/* ----------------------------------------- */

/* .......................Start CHairerson message..................... */

/*********************************************
 messages page  
 **********************************************/
.inner-page .view-messages.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.pdma-message-block .msg-prof-pic img {
  margin: 0;
}

.pdma-message-block {
  padding-bottom: 3em;
}

.inner-page .msg-prof-pic {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto 0.5em;
  overflow: hidden;
  border: 4px solid #f7931e;
}

.inner-page .msg-prof-pic>img {
  width: 100%;
  height: 100%;
}

.inner-page .pdma-msgs-container {
  background: #fafafa;
  display: block;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.inner-page .pdma-message-block .msg-prof-pic {
  float: left;
  margin: 0 12px 12px 0;
}

.inner-page .messages-page-col {
  background: #f6f6f6;
  padding: 12px;
  border-radius: 8px;
  margin: 0 0 2em 0;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.inner-page .msg-name,
.inner-page .msg-designation {
  color: black;
  font-weight: bold !important;
  font: 18px "axiFormaR", sans-serif;
}

/* .inner-page .msg-name {} */

.inner-page .msg-designation {
  font-size: 18px;
  font-style: italic;
}

.inner-page .msg-message {
  text-align: justify;
  color: black;
  font: 14px "axiFormaR", sans-serif;
}

.inner-page .msg-message span {
  color: #f7931e;
}

.inner-page .pdma-msgs-container:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  transform: translateY(-6px);
  border: none !important;
}

.inner-page .pdma-msgs-container:hover .msg-name,
.inner-page .pdma-msgs-container:hover .msg-designation,
.inner-page .pdma-msgs-container:hover .msg-message {
  color: black !important;
}

/*********************************************

 **********************************************/

#block-views-block-gallery-block-2 .slick-next {
  height: 100px;
  width: 100px;
  background: url(/system/files/right-arrow.png) no-repeat center center !important;
  left: 76%;
}

#block-views-block-gallery-block-2 .slick-prev {
  height: 100px;
  width: 100px;
  background: url(/system/files/arrow.png) no-repeat center center !important;
  left: 68%;
}

#block-views-block-gallery-block-2 .slick-arrow::before {
  color: transparent;
}

#block-views-block-gallery-block-2 .right-side {
  background-color: #a8794c;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 50px;
  padding-top: 0;
  padding-bottom: 4.6em;
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.9sease-in-out;
}

#block-views-block-gallery-block-2 .view-header .right-side {
  padding: 0;
  padding-top: 3em;
}

#block-views-block-gallery-block-2 .slick-arrow {
  transform: translateY(-285%);
}

section#block-views-block-gallery-block-2 {
  overflow: hidden;
}

.path-gallery .view-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
}

#block-views-block-gallery-block-2 .right-side:hover img {
  opacity: 0.9;
}

/* ============================================================ 
Legal Aid Section
==========================================*/

/* Wrapper */
.about-legal-aid-wrapper {
  /* background-color: #F5F5F5; */
  padding: 40px 20px;
      padding-top: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 1.5s ease-in-out forwards;
}

#block-legalaidsection {
  background-color: #f5f5f5;
}

.legal-s3-card:hover img {
  opacity: 0.8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Container */
.about-legal-aid-container {
  display: flex;
  gap: 30px;
  max-width: 100%;
  width: 100%;
  align-items: center;
      justify-content: space-around;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(50px);
  animation: slideUp 1s ease forwards 0.5s;
}

/* Left Image */
.about-legal-aid-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 12px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  transition: transform 0.4s ease;
}

/* Right Content */
.about-legal-aid-content {
  /* flex: 1; */
  min-width: 280px;
      width: 42%;
}

.about-legal-aid-image{
    width: 42%;
}

/* Label */
.about-legal-aid-label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #788592;
  font-family: "interM";
  margin-bottom: 5px;
}

.about-legal-aid-label span {
  width: 20px;
  height: 2px;
  background-color: #562249;
  display: inline-block;
  margin-right: 8px;
}


/* Title */
.about-legal-aid-title {
  font-size: 30px;
  color: #000;
  font-family: 'KaiseiHarunoUmiB';
  margin: 0 0 15px 0;
}

.about-legal-aid-title span {
  font-family: "KaiseiHarunoUmiB";
  display: block;
}

/* Description */
.about-legal-aid-description {
  font-size: 16px;
  color: black;
  line-height: 1.6;
  font-size: 17px;
  text-align: justify;
  font-family: "interL";
  margin-bottom: 20px;
  max-width: 600px;
  margin-bottom: 2em;
}

/* Button */
.about-legal-aid-btn {
  display: inline-flex;
  align-items: center;
  background-color: #562249;
  color: #fff;
  padding: 10px 18px;
  border-radius: 25px;
  font-family: "interM";
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-legal-aid-btn img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.about-legal-aid-btn:hover {
  background-color: #5a3b20;
  /* transform: translateY(-2px); */
}

/* .about-legal-aid-btn:hover img {
    transform: translateX(4px) rotate(15deg);
} */

.about-legal-aid-btn-wrap {
  display: inline-block;
  opacity: 0;
  animation: btnFadeIn 1s ease forwards 1s;
}

.about-legal-aid-btn-link img {
  max-width: 160px;
  width: 100%;
  transition: opacity 0.4s ease, box-shadow 0.4s ease;
  display: block;
}

.about-legal-aid-btn-link:hover img {
  opacity: 0.9;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.3); */
}

@keyframes btnFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .about-legal-aid-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .about-legal-aid-image img {
    max-width: 250px;
  }

  .about-legal-aid-content {
    align-items: center;
  }

  .about-legal-aid-title {
    font-size: 22px;
  }

  .about-legal-aid-description {
    text-align: center;
  }
}

/* Animations */
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ====================================
Gallery
=========================== */
/* General Section */
.gallery-front-s3-section {
  width: 100%;
  overflow: hidden;
  padding: 60px 20px;
  padding-bottom: 0;
  padding-top: 1em;
  background: transparent;
}

.gallery-front-s3-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* Title + Subtitle */
.gallery-front-s3-header {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-front-s3-title {
  font-family: "KaiseiHarunoUmiB", serif;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}

.gallery-front-s3-subtitle {
  font-family: "interL", sans-serif;
  font-size: 16px;
  color: black;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid Layout */
.gallery-front-s3-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
  overflow: hidden;
}

/* Image Items */
.gallery-front-s3-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transform: translateY(40px);
  opacity: 0;
  animation: gallery-front-s3-fadeIn 1s ease forwards;
}

.gallery-front-s3-item:nth-child(1) {
  animation-delay: 0.2s;
}

.gallery-front-s3-item:nth-child(2) {
  animation-delay: 0.4s;
}

.gallery-front-s3-item:nth-child(3) {
  animation-delay: 0.6s;
}

.gallery-front-s3-item:nth-child(4) {
  animation-delay: 0.8s;
}

.gallery-front-s3-item:nth-child(5) {
  animation-delay: 1s;
}


.gallery-front-s3-item:nth-child(4) img {
  height: 377px;
  width: 289px;
}

.gallery-front-s3-item:nth-child(5) img {
  height: 445px;
  width: 231px;
  MARGIN-LEFT: 0;
}


.gallery-front-s3-item:nth-child(1) img {
  max-height: 415px;
  min-width: 363px;
}

.gallery-front-s3-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Hover Effect */
.gallery-front-s3-item:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Column with stacked images */
.gallery-front-s3-column-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Animation */
@keyframes gallery-front-s3-fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .gallery-front-s3-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-front-s3-grid {
    grid-template-columns: 1fr;
  }

  .gallery-front-s3-item {
    width: 100%;
  }

  .gallery-front-s3-subtitle {
    padding: 0 10px;
  }

  .gallery-front-s3-item:nth-child(1) img {
    max-height: unset;
    min-width: 100%;
    margin: 1em;
  }

  .gallery-front-s3-item:nth-child(4) img {
    height: auto;
    width: 100%;
  }

  .gallery-front-s3-item:nth-child(5) img {
    height: auto;
    width: 100%;
  }

  .main-banner img {
    height: auto;
  }

  .view-objective.view-id-objective.view-display-id-block_2 {
    width: 100%;
    gap: 4em;
  }

  .leadership-message-image-container img {
    width: 100%;
  }

  .view-objective.view-id-objective.view-display-id-block_1 {
    width: 100%;
  }



}

.internal-ticket-s4 img {
  margin: 0 auto;
  display: block;
  width: 85%;
  padding-top: 3em;
  padding-bottom: 4em;
}

/* ==========================New Gallery================================ */

#site-b04 .gallery-front-s3-item img {
  height: 382px;
      border-radius: 10px;
}

#site-b04 .gallery-front-s3-item {
  margin: 1em;
}

#site-b04 .view-content {
  width: 85%;
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 4em;
}

#site-b04 .slick--view--gallery--block-1 .slick-list .slick-track .slick__slide:nth-child(odd) {
  padding-top: 5em;
}

/* ================================================================
Leadership Message Section  - CM Message
================================================================= */

.view-objective.view-id-objective.view-display-id-block_1,
.view-objective.view-id-objective.view-display-id-block_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
padding-left: 0;
  width: 88%;
  flex-direction: row-reverse;
  margin: 0 auto;
  position: relative;
  gap: 20px;
  opacity: 0;
  transform: translateY(50px);
  animation: leadership-message-fade-in 1.2s ease forwards;
}

.view-objective.view-id-objective.view-display-id-block_1{
  max-width: 92%;
}

.view-objective.view-id-objective.view-display-id-block_2{
  padding-bottom: 3em;
}

.view-objective.view-id-objective.view-display-id-block_2 {
  flex-direction: row;
  gap: 4em;
      max-width: 1400px;
}

.view-objective.view-id-objective.view-display-id-block_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
      padding-left: 0;
  width: 86% !important;
  flex-direction: row-reverse;
  margin: 0 auto;
  position: relative;
  gap: 20px;
  opacity: 0;
  transform: translateY(50px);
  animation: leadership-message-fade-in 1.2s ease forwards;
}

.view-objective.view-id-objective.view-display-id-block_2 .view-content {
  flex: 1 1 30%;
}

.banner06.col-sm-12 {
    position: relative;
        margin-bottom: 3em;
}

.plus-icon-objective{
  display: none;
}

.path-frontpage .plus-icon-objective {
    position: absolute;
    top: 69%;
    left: 0;
        z-index: -1;
            display: unset;
}

@keyframes leadership-message-fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.leadership-message-content {
  flex: 1 1 55%;
  position: relative;
}

.leadership-message-title {
  margin: 0 0 20px 0;
  text-align: justify;
  font-size: 49px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-align: left;
}

.leadership-message-title-regular {
  font-family: 'KaiseiHarunoUmiB';
  font-size: 30px;
  color: #000;
}

.leadership-message-title-bold {
  font-family: "KaiseiHarunoUmiB";
  font-weight: bold;
  color: #000;
}

.leadership-message-content p {
  font-family: "interL";
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.3px;
  color: #313131;
  text-align: justify;
  position: relative;
  z-index: 1;
}

.leadership-message-quote {
  position: absolute;
  top: 51px;
  right: -57px;
  width: 92px;
  display: none;
  height: auto;
  z-index: 0;
  opacity: 0.7;
}

.view-objective.view-id-objective.view-display-id-block_1 .view-content {
  flex: 1 1 30%;
}

.leadership-message-signature {
  margin-top: 30px;
}

.leadership-message-signature img {
  width: 180px;
  /* adjust as needed */
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.leadership-message-signature-text {
  font-family: "interM";
  font-size: 16px;
  color: #562249;
  margin-top: 5px;
}

.leadership-message-image-container {
  flex: 1 1 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}



.leadership-message-image {
  width: 100%;
  max-width: 350px;
  border-radius: 50%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.leadership-message-content li {
  /* line-height: 2.5; */
  PADDING: 0.5EM;
  color: BLACK;
  font-size: 18px;
  font-family: 'interL';
}

/* Hover effects */
.leadership-message-container:hover .leadership-message-image {
  /* transform: scale(1.05); */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

#block-views-block-leadership-message-block-1 .view-content {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}

/* Responsive styles */
@media (max-width: 992px) {
  .leadership-message-container {
    flex-direction: column-reverse;
    align-items: flex-start;
    text-align: left;
  }

  .leadership-message-quote {
    display: none;
  }

  .leadership-message-content,
  .leadership-message-image-container {
    flex: 1 1 100%;
  }

  .leadership-message-title {
    font-size: 40px;
  }

  .leadership-message-body {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .leadership-message-title {
    font-size: 29px;
  }

  .leadership-message-body {
    font-size: 15px;
  }

  .leadership-message-image {
    max-width: 280px;
  }

  #site-b04 .slick--view--gallery--block-1 .slick-list .slick-track .slick__slide:nth-child(odd) {
    padding-top: 0;
  }

  .view-objective.view-id-objective.view-display-id-block_1,
  .view-objective.view-id-objective.view-display-id-block_2 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ================================================================
Footer
================================================================= */

.footer-pla-wrap {
  background: black;
  color: #fff;
  padding: 40px 0px 0;
  font-family: "interR";
  overflow: hidden;
}

.nmst-footer-wrapper {
    background: #562249;
}

.footer-pla-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    gap: 30px;
    padding-left: 3em;
    padding-right: 3em;
        padding-bottom: 2em;
}

a.email-pla-anchor {
  color: white;
  font-family: "interL";
  margin-bottom: 5em;
}

body .uwy.userway_p5 .uai {
  top: auto;
  bottom: 30px !important;
  left: 13px;
  right: auto;
}

.footer-pla-column {
  flex: 1 1 180px;
  min-width: 180px;
  opacity: 0;
  animation: fadeInFooter 1s ease forwards;
}

.footer-pla-column:nth-child(1) {
  animation-delay: 0.2s;
}

.footer-pla-column:nth-child(2) {
  animation-delay: 0.4s;
}

.footer-pla-column:nth-child(3) {
  animation-delay: 0.6s;
}

.footer-pla-column:nth-child(4) {
  animation-delay: 0.8s;
}

.footer-pla-column:nth-child(5) {
  animation-delay: 1s;
}

.footer-pla-title {
  font-family: "interSB";
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-pla-column:nth-child(5) .footer-pla-title {
  text-align: right;
}

.footer-pla-column:nth-child(5) .footer-pla-social {
  float: right;
}

.footer-pla-list li {
  margin-bottom: 10px;
}

.footer-pla-list li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: 8px;
  font-family: interL;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.footer-pla-list li a:hover::after {
  width: 32%;
}

.footer .address-wrapper {
  padding-bottom: 0.5em;
}

.footer .email-wrapper {
  padding-bottom: 0.5em;
}

.footer a.email-pla-anchor:hover {
  text-decoration: none;
}

.footer-pla-list li a img {
  width: 19px;
}

.footer-pla-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 1px;
  width: 0;
  background: #fff;
  transition: width 0.4s ease;
}

.footer ul.footer-pla-list {
  list-style: none;
  padding-left: 0.2em;
}

.footer-pla-contact p {
  margin-bottom: 12px;
}

.footer-pla-contact p a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}

.footer-pla-contact p a:hover::after {
  width: 100%;
}

.footer-pla-contact p a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: width 0.4s ease;
}

.footer-pla-social a {
  display: inline-block;
  margin: 0 8px 8px 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-pla-social a:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

/* Bottom Bar */
.footer-pla-bottom {
  background: #562249;
  padding: 12px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  padding-left: 3em;
  padding-right: 3em;
}

.footer-pla-bottom-left {
  font-family: "interL";
}

.footer-pla-bottom-right {
  font-family: "interL";
}

.footer-pla-bottom a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-pla-column p a {
  color: white;
  font-family: "interL";
      font-size: 16px;
}

.footer-pla-column p a:hover {
  text-decoration: none;
}

.footer-pla-bottom a:hover {
  opacity: 0.7;
}

/* Animations */
@keyframes fadeInFooter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .footer-pla-container {
    flex-wrap: wrap;
  }
  

  .footer-pla-column {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .footer-pla-column {
    flex: 1 1 100%;
  }

  .footer-pla-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

/* ================================================================
Mobile Responsive - Start Mobile - Mobile
================================================================= */

@media only screen and (max-width: 767px) {
  :root {
    --fontR: "brownB";
    --fontL: "brownL";
    --text-main: 46px/130% var(--fontR), "sans-serif";
    --text-main-l: 46px/130% var(--fontL), "sans-serif";
    --text-h1: 36px/130% var(--fontR), "sans-serif";
    --text-h1-l: 36px/130% var(--fontL), "sans-serif";
    --text-h2: 30px/130% var(--fontR), "sans-serif";
    --text-h2-l: 30px/130% var(--fontL), "sans-serif";
    --text-h3: 26px/130% var(--fontR), "sans-serif";
    --text-h3-l: 26px/130% var(--fontL), "sans-serif";
    --text-h4: 22px/130% var(--fontR), "sans-serif";
    --text-h4-l: 22px/130% var(--fontL), "sans-serif";
    --text-h5: 20px/120% var(--fontR), "sans-serif";
    --text-h5-l: 20px/120% var(--fontL), "sans-serif";
    --text-h6: 18px/130% var(--fontR), "sans-serif";
    --text-h6-l: 18px/130% var(--fontL), "sans-serif";
    --text-paragraph: 14px/130% var(--fontR), "sans-serif";
    --text-paragraph-l: 14px/130% var(--fontL), "sans-serif";
    --text-paragraph-small: 12px/130% var(--fontR), "sans-serif";
    --text-paragraph-small-l: 12px/130% var(--fontL), "sans-serif";
    --text-label: 10px/130% var(--fontR), "sans-serif";
    --text-label-l: 10px/130% var(--fontL), "sans-serif";
    /* spacing */
    --section-spacing: 36px 24px;
  }

  .law-and-reg-item {
    width: calc(100% - 30px) !important;
  }

  #block-views-block-invest-in-ruda-block-1 {
    padding: 48px 0;
  }

  section#block-views-block-leadership-message-block-1 {
    overflow: hidden;
  }

  #navbar {
    padding: 10px !important;
    height: auto;
    background-image: none;
    margin: 0 !important;
  }

  #block-banner4functions .section-row.row {
    flex-direction: column;
  }

  /* #block-views-block-main-banner-block-1 .slick-prev{
    left: 20px;
  } */
   

  .path-frontpage .slick-next::before{
    left: 0;
  }

  .leadership-message-container {
    padding: 0;
  }

  a#rightlogo {
    padding-left: 0em;
  }

  .functions-plus-wrapper {
    display: none;
}

  .function-title {
    width: 100%;
    font-size: 20px;
  }

  .leadership-message-content {
    padding-left: 1em;
    padding-right: 0em;
  }

  .logo-wrap IMG {
    width: 100%;
  }

  .view-objective.view-id-objective.view-display-id-block_2{
    gap: 1em;
  }

  .navbar .logo {
    padding: 0;
    margin: 0;
    width: 100%;
    background-image: url(/system/files/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95% 99%;
    object-fit: cover;
  }

  #notfrontwrap {
    background: url(/system/files/dot-pattren.png) no-repeat fixed center center / cover;
  }


  .path-frontpage #navbar {
    position: initial;
  }

  .navbar-header {
    padding: 0.5em;
  }

  .navbar .logo img {
    width: 100%;
    margin-left: 0;
  }

  .navbar-nav {
    margin: 0 !important;
    float: left;
    text-align: left;
    display: block;
    width: 100%;
  }

  #block-mainnavigation {
    position: initial;
    transform: translateY(0);
  }

  .region-we-mega-menu {
    display: none;
  }

  .navbar-header {
    width: auto;
  }

  #block-headerbutton .section-btn {
    position: initial;
  }

  .navbar-default .navbar-nav>li {
    display: block;
    margin: 0px;
    padding: 0px;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 10px !important;
    margin: 0px !important;
    display: block;
    width: 100%;
  }

  .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 {
    border-radius: 0;
  }

  .navbar .search-block-form {
    position: unset;
    margin-bottom: 15px;
  }

  .search-btn-wrap {
    display: none;
  }

  .about-legal-aid-label {
    justify-content: center;
  }

  .navbar .search-block-form .form-group .input-group #edit-keys {
    float: none;
  }

  .navbar-default .input-group-btn {
    left: 0 !important;
    display: none;
  }

  .navbar .search-block-form .form-group .input-group .input-group-btn .btn {
    background: url("/system/files/search.svg") no-repeat center center;
    width: 45px;
    height: 45px;
  }

  #webform-submission-newsletter-add-form .form-actions {
    display: block;
  }

  #edit-actions-submit {
    margin: 0;
    display: block;
    margin: 0 auto;
  }

  .navbar .search-block-form {
    float: none;
  }

  .hero {
    height: auto;
    position: initial;
  }

  .section-heading {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .section-para {
    font-size: 14px;
  }

  #block-views-block-highlights-block-1 {
    padding: 32px;
  }

  .view-id-highlights {
    display: block;
  }

  #block-views-block-highlights-block-1 .view-header {
    width: 100%;
    margin-bottom: 36px;
  }

  #block-views-block-highlights-block-1 .view-content {
    width: 100%;
  }

  #block-views-block-highlights-block-1 .views-row {
    padding: 0;
    margin-bottom: 24px;
  }

  #section-about {
    padding: 32px;
  }

  #block-views-block-gallery-block-2 .right-side img {
    height: 235px;
  }

  .about-iteam {
    display: block;
  }

  .about-image {
    margin-right: 0;
    margin-bottom: 24px;
    margin: 0 auto;
    margin-top: 2em;
  }

  .about-image img {
    width: 100%;
  }

  #section-functions {
    padding: 32px;
    padding-bottom: 0;
  }

  .function-box {
    height: auto;
    margin-bottom: 24px;
  }

  #laws-and-reg-section {
    padding: 32px;
  }

  #section-footer {
    background-image: none;
    background-color: #4c1684;
    padding: 32px 16px;
    margin: 0;
  }

  .footer-items {
    display: block;
  }

  .footer-heading {
    margin-bottom: 14px;
  }

  .footer-top {
    margin-bottom: 0;
  }

  .footer-logos {
    margin-bottom: 24px;
  }

  .footer-middle {
    margin-bottom: 0;
  }

  .copy-sec,
  .power-sec {
    text-align: center;
  }

  .sitemap-item ul li ul li a,
  .sitemap-item .navbar-nav .dropdown-menu>li>a {
    white-space: normal;
  }

  .planet-wrapper {
    padding: 36px 24px;
  }

  #navbar {
    background-color: white !important;
  }

  .navbar-header {
    display: FLEX;
    justify-content: FLEX-END;
  }

  #block-bootstrap-subtheme-main-menu {
    display: FLEX;
    justify-content: LEFT;
    width: 100%;
  }

  .footer-pla-column:nth-child(5) .footer-pla-social {
    float: left;
  }

  .footer-pla-column:nth-child(5) .footer-pla-title {
    text-align: left;
  }

  .navbar-header {
    display: FLEX;
    justify-content: FLEX-END;
    /* ALIGN-ITEMS: CENTER; */
    /* TEXT-ALIGN: LEFT; */
  }

  #vis-mis-section {
    background: url(/system/files/ensuring-effective.png) no-repeat left center / cover;
    height: 20em;
    /* padding: 128px 64px; */
  }

  #block-meetingsectionnew .right-side {
    width: 100%;
  }

  #block-meetingsectionnew .arrows {
    display: none;
  }

  .about-image-wrap.about-item {
    height: auto;
    width: 100%;
  }

  #block-banner3about .section-heading,
  #block-banner3about .section-para {
    text-align: center;
  }

  .about-btn {
    text-align: center;
  }

  .path-frontpage .plus-icon-objective{
  display: none;
  }

  .path-frontpage #block-views-block-gallery-block-1 .slick-next, #block-views-block-facilities-block-1 .slick-next{
    right: 0;
  }

  .path-frontpage #block-views-block-gallery-block-1 .slick-prev, .path-frontpage #block-views-block-facilities-block-1 .slick-prev{
    display: none;
  }

  .facilities-s5-header{
    padding-left: 3em;
  }

  .facilities-s5-header{
    padding-left: 1em;
  }

  .facilities-s5-item a:hover img{
    opacity: 0.8;
}

  .facilities-s5-image img{
    height: 13em;
  }
  .facilities-s5-item-body{
    height: 4em;
    overflow: hidden;
  }

  #block-views-block-facilities-block-1 .view-content{
    padding-left: 1em;
    padding-right: 1em;
  }

  .facilities-s5-header{
    padding-right: 1em;
  }

  .view-objective.view-id-objective.view-display-id-block_2 .view-content{
    flex: 100%;
  }

  .plus-sign-wave-wrapper{
    display: none;
  }

  #block-views-block-main-banner-block-1 .slick__arrow {
    top: 48%;
}

  #block-views-block-main-banner-block-1 .slick-arrow{
    display: none;
  }

  .about-legal-aid-image{
    width: 85%;
  }

  #site-b04 .view-content{
        padding-bottom: 1em;
  }

  .internal-ticket-s4 img {
    width: 90%;
    padding-top: 0em;
    padding-bottom: 1em;
}

.view-objective.view-id-objective.view-display-id-block_1{
  padding-top: 0;
}
.leadership-message-image-container{
  padding: 1em;
}

.gallery-front-s3-header{
  margin-bottom: 5px;
}

/* {last bracket} */
}
/* ===============================End Mobile Responsive========================== */

@media screen and (max-width: 640px) {}

/* Ali screen or Arslan Screen Query */
/*big screen MediA Query*/
@media (min-width: 1500px) {
#block-views-block-main-banner-block-1 .slick-prev{
      left: 79%;
}

#block-views-block-main-banner-block-1 .slick-next{
  left: 86%;
}

.about-legal-aid-container{
  justify-content: space-between;
}

.leadership-message-image-container{
      justify-content: flex-start;
}

.leadership-message-image-container img {
    width: 100%;
}

}
/* End Big Screen Arslan  */

/* No less than 1100px, (Maria screen) no greater than 1300px */
/*Between MediA Query*/
/* No less than 1100px, no greater than 900px */

@media (min-width: 1136px) and (max-width: 1346px) {
  .region.region-banner07{
    width: 82%;
  }

  .facilities-s5-image img{
    height: 276px;
  }
}

@media (min-width: 1100px) and (max-width: 1300px) {
.footer-pla-container {

  padding-left: 4em;
  padding-right: 4em;
}


#block-views-block-main-banner-block-1 .slick-prev,
#block-views-block-main-banner-block-1 .slick-arrow{
      WIDTH: 80PX;
}



}


